

/* Separator */
.separator {
  display: block;
  position: relative;
  width: 100%;
  margin: 5px 0;
}
.separator:before {
  content: '';
  display: block;
  position: relative;
  margin: 0 auto;
  width: 65%;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
}

/*
 *
 *  CSS3 Layout Style
 *
 */
.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.container {
  display: block;
  position: relative;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Site Header */
.site-header .site-header-content {
  max-width: 1400px;
}
.site-header .by-author {
  display: block;
  position: absolute;
  right: 0;
  top: 40%;
  font-size: 14px;
  z-index: 99999;
}
.site-header .proj-version {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: auto;
  color: rgba(255, 255, 255, 0.5);
  z-index: 10;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.site-header .proj-version:hover {
  color: white;
}
.site-header .head-info {
  height: 100%;
}
.site-header .go-to-content {
  position: absolute;
  bottom: 20px;
  height: 50px;
  float: left;
}
.site-header .go-to-content .arrow-icon {
  display: block;
  position: absolute;
  bottom: 0;
  color: #748097;
  -webkit-animation: bouncing 0.8s linear 0s alternate infinite;
  -moz-animation: bouncing 0.8s linear 0s alternate infinite;
  -ms-animation: bouncing 0.8s linear 0s alternate infinite;
  -o-animation: bouncing 0.8s linear 0s alternate infinite;
  animation: bouncing 0.8s linear 0s alternate infinite;
}
.site-header .go-to-content .arrow-icon:hover {
  color: white;
}

@keyframes bouncing {
  0% {
    bottom: 0%;
  }

  100% {
    bottom: 50%;
  }
}

/* Go To Top Button */
.go-to-top {
  display: block;
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: -70px;
  right: 20px;
  background: rgba(0, 0, 0, 0.4);
}
.go-to-top.active {
  bottom: 20px;
}

/* Pop Up Alert */
.pop-up-alert {
  display: none;
}
.pop-up-alert .close-pop-up {
  cursor: pointer;
  line-height: 35px;
}
.pop-up-alert .close-pop-up:hover {
  font-size: 35px;
  color: #e74c3c;
}

.pop-up-alert.active {
  z-index: 999999;
  display: block;
  position: fixed !important;
  background-color: rgba(0, 0, 0, 0.95);
}

/* Sections */

.effect-section {
  margin: 30px 0;
}
.effect-section .info-effect {
  display: block;
  position: relative;
  width: 100%;
  margin: 40px 0 20px 0;
}
.effect-section .info-effect p {
  line-height: 40px;
}
.effect-section .info-effect .separator:before {
  width: 45%;
}
.effect-section:first-child {
  margin-top: 80px;
}
.effect-section .head-section {
  display: block;
  position: relative;
}
.effect-section .head-section h2 {
  font-size: 2em;
  line-height: 2.2em;
  margin-bottom: 10px;
}
.effect-section .head-section i {
  display: block;
  width: 100%;
  margin-top: 10px;
}

.buy-it {
  display: block;
  position: relative;
  height: 400px;
  width: 100%;
  float: left;
  background: pink;
}
.buy-it .button {
  font-size: 20px;
}

.browsers-compatibility .head-section {
  margin: 40px 0;
}
.browsers-compatibility .col-xm-2 {
  padding: 10px 0;
}
.browsers-compatibility .col-xm-2 span {
  display: block;
  position: relative;
  top: 5px;
  font-size: 14px;
  padding: 5px 8px;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  filter: alpha(opacity=0);
  -wekbit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.browsers-compatibility .col-xm-2 .fa {
  height: 80px;
  z-index: 0;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.browsers-compatibility .col-xm-2:hover span {
  filter: alpha(opacity=100);
  -wekbit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.browsers-compatibility .col-xm-2:hover .fa {
  color: #5cace2;
}

/* Custom Css add */
.site-content .row .royal-image img {
border-radius: 0;
height: 100%;
width: 100%;
}
.social-media a {color: #d0d0d0;}
.social-media a:active {
  color: #333333;
}
.social-media a:hover {
  color: white;
}
