/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# #Import Google Font & flaticon font 
# #Global syle 
# #pagination
# #comments
# #donate
# #client
# #sidebar
# #quote
# #location
# #404 page
# #footer
# Sections
  ## #top section 
  ## #events 
  ## #piler of islam
  ## #portfolio 
  ## #service
  ## #about us
  ## #schedule
  ## #sermons
  ## #boxer 
#To make Responsive 

/* #Import Google Font & flaticon font */

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/flaticon.eot");
  src: url("../fonts/flaticon.eot#iefix") format("embedded-opentype"), url("../fonts/flaticon.woff") format("woff"), url("../fonts/flaticon.ttf") format("truetype"), url("../fonts/flaticon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
}

.flaticon-book102:before {
  content: "\e000";
}

.flaticon-book131:before {
  content: "\e001";
}

.flaticon-evening:before {
  content: "\e002";
}

.flaticon-india6:before {
  content: "\e003";
}

.flaticon-islam3:before {
  content: "\e004";
}

.flaticon-magnifier13:before {
  content: "\e005";
}

.flaticon-mecca:before {
  content: "\e006";
}

.flaticon-moon159:before {
  content: "\e007";
}

.flaticon-pakistan4:before {
  content: "\e008";
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #0f161e;
  z-index: 9999;
}

#loader {
  position: absolute;
  top: 50%;
  left: 50%;
}

/**
 *
 * All animations must live in their own file
 * in the animations directory and be included
 * here.
 *
 */
/**
 * Styles shared by multiple animations
 */
/**
 * Dots
 */

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.ball-pulse>div:nth-child(0) {
  -webkit-animation: scale 0.75s -0.36s infinite cubic-bezier(.2, .68, .18, 1.08);
  animation: scale 0.75s -0.36s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.ball-pulse>div:nth-child(1) {
  -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(.2, .68, .18, 1.08);
  animation: scale 0.75s -0.24s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.ball-pulse>div:nth-child(2) {
  -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(.2, .68, .18, 1.08);
  animation: scale 0.75s -0.12s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.ball-pulse>div:nth-child(3) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
  animation: scale 0.75s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.ball-pulse>div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}

@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.ball-pulse-sync>div:nth-child(0) {
  -webkit-animation: ball-pulse-sync 0.6s -0.21s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.21s infinite ease-in-out;
}

.ball-pulse-sync>div:nth-child(1) {
  -webkit-animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}

.ball-pulse-sync>div:nth-child(2) {
  -webkit-animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
}

.ball-pulse-sync>div:nth-child(3) {
  -webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}

.ball-pulse-sync>div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}

@-webkit-keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.ball-scale>div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  height: 60px;
  width: 60px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
  animation: ball-scale 1s 0s ease-in-out infinite;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.ball-rotate {
  position: relative;
}

.ball-rotate>div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: relative;
}

.ball-rotate>div:first-child {
  -webkit-animation: rotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite;
  animation: rotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite;
}

.ball-rotate>div:before,
.ball-rotate>div:after {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  content: "";
  position: absolute;
  opacity: 0.8;
}

.ball-rotate>div:before {
  top: 0px;
  left: -28px;
}

.ball-rotate>div:after {
  top: 0px;
  left: 25px;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }

  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6);
  }

  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}

.ball-clip-rotate>div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  height: 25px;
  width: 25px;
  background: transparent !important;
  display: inline-block;
  -webkit-animation: rotate 0.75s 0s linear infinite;
  animation: rotate 0.75s 0s linear infinite;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }

  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6);
  }

  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}

@keyframes scale {
  30% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.ball-clip-rotate-pulse {
  position: relative;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}

.ball-clip-rotate-pulse>div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 100%;
}

.ball-clip-rotate-pulse>div:first-child {
  background: #fff;
  height: 16px;
  width: 16px;
  top: 7px;
  left: -7px;
  -webkit-animation: scale 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
  animation: scale 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
}

.ball-clip-rotate-pulse>div:last-child {
  position: absolute;
  border: 2px solid #fff;
  width: 30px;
  height: 30px;
  left: -16px;
  top: -2px;
  background: transparent;
  border: 2px solid;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: rotate 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
  animation: rotate 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }

  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6);
  }

  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}

.ball-clip-rotate-multiple {
  position: relative;
}

.ball-clip-rotate-multiple>div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: -20px;
  top: -20px;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  -webkit-animation: rotate 1s 0s ease-in-out infinite;
  animation: rotate 1s 0s ease-in-out infinite;
}

.ball-clip-rotate-multiple>div:last-child {
  display: inline-block;
  top: -10px;
  left: -10px;
  width: 15px;
  height: 15px;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  border-color: #fff transparent #fff transparent;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

@-webkit-keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }

  100% {
    opacity: 0.0;
  }
}

@keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }

  100% {
    opacity: 0.0;
  }
}

.ball-scale-ripple>div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21, .53, .56, .8);
  animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21, .53, .56, .8);
}

@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }

  100% {
    opacity: 0.0;
  }
}

@keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }

  100% {
    opacity: 0.0;
  }
}

.ball-scale-ripple-multiple {
  position: relative;
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
}

.ball-scale-ripple-multiple>div:nth-child(0) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.ball-scale-ripple-multiple>div:nth-child(1) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.ball-scale-ripple-multiple>div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.ball-scale-ripple-multiple>div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.ball-scale-ripple-multiple>div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: -2px;
  left: -26px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8);
  animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8);
}

@-webkit-keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.ball-beat>div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: ball-beat 0.7s 0s infinite linear;
  animation: ball-beat 0.7s 0s infinite linear;
}

.ball-beat>div:nth-child(2n-1) {
  -webkit-animation-delay: -0.35s !important;
  animation-delay: -0.35s !important;
}

@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}

.ball-scale-multiple>div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.ball-scale-multiple>div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.ball-scale-multiple>div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: -30px;
  top: 0px;
  opacity: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  animation: ball-scale-multiple 1s 0s linear infinite;
}

@-webkit-keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
    transform: translate(25px, -50px);
  }

  66% {
    -webkit-transform: translate(50px, 0px);
    transform: translate(50px, 0px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
    transform: translate(25px, -50px);
  }

  66% {
    -webkit-transform: translate(50px, 0px);
    transform: translate(50px, 0px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@-webkit-keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
    transform: translate(25px, 50px);
  }

  66% {
    -webkit-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
    transform: translate(25px, 50px);
  }

  66% {
    -webkit-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@-webkit-keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px);
  }

  66% {
    -webkit-transform: translate(-25px, -50px);
    transform: translate(-25px, -50px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px);
  }

  66% {
    -webkit-transform: translate(-25px, -50px);
    transform: translate(-25px, -50px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

.ball-triangle-path {
  position: relative;
  -webkit-transform: translate(-29.994px, -37.50938px);
  -ms-transform: translate(-29.994px, -37.50938px);
  transform: translate(-29.994px, -37.50938px);
}

.ball-triangle-path>div:nth-child(1) {
  -webkit-animation-name: ball-triangle-path-1;
  animation-name: ball-triangle-path-1;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.ball-triangle-path>div:nth-child(2) {
  -webkit-animation-name: ball-triangle-path-2;
  animation-name: ball-triangle-path-2;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.ball-triangle-path>div:nth-child(3) {
  -webkit-animation-name: ball-triangle-path-3;
  animation-name: ball-triangle-path-3;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.ball-triangle-path>div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #fff;
}

.ball-triangle-path>div:nth-of-type(1) {
  top: 50px;
}

.ball-triangle-path>div:nth-of-type(2) {
  left: 25px;
}

.ball-triangle-path>div:nth-of-type(3) {
  top: 50px;
  left: 50px;
}

@-webkit-keyframes ball-pulse-rise-even {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  25% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }

  75% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ball-pulse-rise-even {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  25% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }

  75% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes ball-pulse-rise-odd {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }

  25% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}

@keyframes ball-pulse-rise-odd {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }

  25% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}

.ball-pulse-rise>div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(.15, .46, .9, .6);
  animation-timing-function: cubic-bezier(.15, .46, .9, .6);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

.ball-pulse-rise>div:nth-child(2n) {
  -webkit-animation-name: ball-pulse-rise-even;
  animation-name: ball-pulse-rise-even;
}

.ball-pulse-rise>div:nth-child(2n-1) {
  -webkit-animation-name: ball-pulse-rise-odd;
  animation-name: ball-pulse-rise-odd;
}

@-webkit-keyframes ball-grid-beat {
  50% {
    opacity: 0.7;
  }

  100% {
    opacity: 1;
  }
}

@keyframes ball-grid-beat {
  50% {
    opacity: 0.7;
  }

  100% {
    opacity: 1;
  }
}

.ball-grid-beat {
  width: 57px;
}

.ball-grid-beat>div:nth-child(1) {
  -webkit-animation-delay: -0.07s;
  animation-delay: -0.07s;
  -webkit-animation-duration: 1.53s;
  animation-duration: 1.53s;
}

.ball-grid-beat>div:nth-child(2) {
  -webkit-animation-delay: 0.72s;
  animation-delay: 0.72s;
  -webkit-animation-duration: 0.94s;
  animation-duration: 0.94s;
}

.ball-grid-beat>div:nth-child(3) {
  -webkit-animation-delay: 0.11s;
  animation-delay: 0.11s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
}

.ball-grid-beat>div:nth-child(4) {
  -webkit-animation-delay: 0.13s;
  animation-delay: 0.13s;
  -webkit-animation-duration: 1.01s;
  animation-duration: 1.01s;
}

.ball-grid-beat>div:nth-child(5) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}

.ball-grid-beat>div:nth-child(6) {
  -webkit-animation-delay: 0.18s;
  animation-delay: 0.18s;
  -webkit-animation-duration: 0.97s;
  animation-duration: 0.97s;
}

.ball-grid-beat>div:nth-child(7) {
  -webkit-animation-delay: -0.09s;
  animation-delay: -0.09s;
  -webkit-animation-duration: 0.67s;
  animation-duration: 0.67s;
}

.ball-grid-beat>div:nth-child(8) {
  -webkit-animation-delay: 0.42s;
  animation-delay: 0.42s;
  -webkit-animation-duration: 0.92s;
  animation-duration: 0.92s;
}

.ball-grid-beat>div:nth-child(9) {
  -webkit-animation-delay: 0.52s;
  animation-delay: 0.52s;
  -webkit-animation-duration: 1.43s;
  animation-duration: 1.43s;
}

.ball-grid-beat>div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  float: left;
  -webkit-animation-name: ball-grid-beat;
  animation-name: ball-grid-beat;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

@-webkit-keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.ball-grid-pulse {
  width: 57px;
}

.ball-grid-pulse>div:nth-child(1) {
  -webkit-animation-delay: 0.73s;
  animation-delay: 0.73s;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
}

.ball-grid-pulse>div:nth-child(2) {
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
}

.ball-grid-pulse>div:nth-child(3) {
  -webkit-animation-delay: 0.71s;
  animation-delay: 0.71s;
  -webkit-animation-duration: 0.88s;
  animation-duration: 0.88s;
}

.ball-grid-pulse>div:nth-child(4) {
  -webkit-animation-delay: 0.62s;
  animation-delay: 0.62s;
  -webkit-animation-duration: 1.06s;
  animation-duration: 1.06s;
}

.ball-grid-pulse>div:nth-child(5) {
  -webkit-animation-delay: 0.31s;
  animation-delay: 0.31s;
  -webkit-animation-duration: 0.62s;
  animation-duration: 0.62s;
}

.ball-grid-pulse>div:nth-child(6) {
  -webkit-animation-delay: -0.14s;
  animation-delay: -0.14s;
  -webkit-animation-duration: 1.48s;
  animation-duration: 1.48s;
}

.ball-grid-pulse>div:nth-child(7) {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
  -webkit-animation-duration: 1.47s;
  animation-duration: 1.47s;
}

.ball-grid-pulse>div:nth-child(8) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 1.49s;
  animation-duration: 1.49s;
}

.ball-grid-pulse>div:nth-child(9) {
  -webkit-animation-delay: 0.73s;
  animation-delay: 0.73s;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

.ball-grid-pulse>div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  float: left;
  -webkit-animation-name: ball-grid-pulse;
  animation-name: ball-grid-pulse;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

@-webkit-keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.ball-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -10px;
}

.ball-spin-fade-loader>div:nth-child(1) {
  top: 25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s -0.96s infinite linear;
  animation: ball-spin-fade-loader 1s -0.96s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(2) {
  top: 17.04545px;
  left: 17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.84s infinite linear;
  animation: ball-spin-fade-loader 1s -0.84s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(3) {
  top: 0;
  left: 25px;
  -webkit-animation: ball-spin-fade-loader 1s -0.72s infinite linear;
  animation: ball-spin-fade-loader 1s -0.72s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(4) {
  top: -17.04545px;
  left: 17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.6s infinite linear;
  animation: ball-spin-fade-loader 1s -0.6s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(5) {
  top: -25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s -0.48s infinite linear;
  animation: ball-spin-fade-loader 1s -0.48s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(6) {
  top: -17.04545px;
  left: -17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.36s infinite linear;
  animation: ball-spin-fade-loader 1s -0.36s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(7) {
  top: 0;
  left: -25px;
  -webkit-animation: ball-spin-fade-loader 1s -0.24s infinite linear;
  animation: ball-spin-fade-loader 1s -0.24s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(8) {
  top: 17.04545px;
  left: -17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.12s infinite linear;
  animation: ball-spin-fade-loader 1s -0.12s infinite linear;
}

.ball-spin-fade-loader>div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
}

@-webkit-keyframes ball-spin-loader {
  75% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

@keyframes ball-spin-loader {
  75% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

.ball-spin-loader {
  position: relative;
}

.ball-spin-loader>span:nth-child(1) {
  top: 45px;
  left: 0;
  -webkit-animation: ball-spin-loader 2s 0.9s infinite linear;
  animation: ball-spin-loader 2s 0.9s infinite linear;
}

.ball-spin-loader>span:nth-child(2) {
  top: 30.68182px;
  left: 30.68182px;
  -webkit-animation: ball-spin-loader 2s 1.8s infinite linear;
  animation: ball-spin-loader 2s 1.8s infinite linear;
}

.ball-spin-loader>span:nth-child(3) {
  top: 0;
  left: 45px;
  -webkit-animation: ball-spin-loader 2s 2.7s infinite linear;
  animation: ball-spin-loader 2s 2.7s infinite linear;
}

.ball-spin-loader>span:nth-child(4) {
  top: -30.68182px;
  left: 30.68182px;
  -webkit-animation: ball-spin-loader 2s 3.6s infinite linear;
  animation: ball-spin-loader 2s 3.6s infinite linear;
}

.ball-spin-loader>span:nth-child(5) {
  top: -45px;
  left: 0;
  -webkit-animation: ball-spin-loader 2s 4.5s infinite linear;
  animation: ball-spin-loader 2s 4.5s infinite linear;
}

.ball-spin-loader>span:nth-child(6) {
  top: -30.68182px;
  left: -30.68182px;
  -webkit-animation: ball-spin-loader 2s 5.4s infinite linear;
  animation: ball-spin-loader 2s 5.4s infinite linear;
}

.ball-spin-loader>span:nth-child(7) {
  top: 0;
  left: -45px;
  -webkit-animation: ball-spin-loader 2s 6.3s infinite linear;
  animation: ball-spin-loader 2s 6.3s infinite linear;
}

.ball-spin-loader>span:nth-child(8) {
  top: 30.68182px;
  left: -30.68182px;
  -webkit-animation: ball-spin-loader 2s 7.2s infinite linear;
  animation: ball-spin-loader 2s 7.2s infinite linear;
}

.ball-spin-loader>div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: green;
}

@-webkit-keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }

  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }

  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }

  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }

  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.ball-zig-zag {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
  -ms-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px);
}

.ball-zig-zag>div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  margin-left: 15px;
  top: 4px;
  left: -7px;
}

.ball-zig-zag>div:first-child {
  -webkit-animation: ball-zig 0.7s 0s infinite linear;
  animation: ball-zig 0.7s 0s infinite linear;
}

.ball-zig-zag>div:last-child {
  -webkit-animation: ball-zag 0.7s 0s infinite linear;
  animation: ball-zag 0.7s 0s infinite linear;
}

@-webkit-keyframes ball-zig-deflect {
  17% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }

  34% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }

  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  67% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }

  84% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes ball-zig-deflect {
  17% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }

  34% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }

  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  67% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }

  84% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }

  34% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }

  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  67% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }

  84% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }

  34% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }

  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  67% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }

  84% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.ball-zig-zag-deflect {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
  -ms-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px);
}

.ball-zig-zag-deflect>div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  margin-left: 15px;
  top: 4px;
  left: -7px;
}

.ball-zig-zag-deflect>div:first-child {
  -webkit-animation: ball-zig-deflect 1.5s 0s infinite linear;
  animation: ball-zig-deflect 1.5s 0s infinite linear;
}

.ball-zig-zag-deflect>div:last-child {
  -webkit-animation: ball-zag-deflect 1.5s 0s infinite linear;
  animation: ball-zag-deflect 1.5s 0s infinite linear;
}

/**
 * Lines
 */

@-webkit-keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }

  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }

  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}

@keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }

  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }

  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}

.line-scale>div:nth-child(1) {
  -webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(.2, .68, .18, 1.08);
  animation: line-scale 1s -0.4s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.line-scale>div:nth-child(2) {
  -webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(.2, .68, .18, 1.08);
  animation: line-scale 1s -0.3s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.line-scale>div:nth-child(3) {
  -webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(.2, .68, .18, 1.08);
  animation: line-scale 1s -0.2s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.line-scale>div:nth-child(4) {
  -webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(.2, .68, .18, 1.08);
  animation: line-scale 1s -0.1s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.line-scale>div:nth-child(5) {
  -webkit-animation: line-scale 1s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
  animation: line-scale 1s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.line-scale>div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}

@-webkit-keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.line-scale-party>div:nth-child(1) {
  -webkit-animation-delay: 0.23s;
  animation-delay: 0.23s;
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}

.line-scale-party>div:nth-child(2) {
  -webkit-animation-delay: 0.09s;
  animation-delay: 0.09s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.line-scale-party>div:nth-child(3) {
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
  -webkit-animation-duration: 0.65s;
  animation-duration: 0.65s;
}

.line-scale-party>div:nth-child(4) {
  -webkit-animation-delay: -0.12s;
  animation-delay: -0.12s;
  -webkit-animation-duration: 1.01s;
  animation-duration: 1.01s;
}

.line-scale-party>div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation-name: line-scale-party;
  animation-name: line-scale-party;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }

  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }

  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}

@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }

  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }

  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}

.line-scale-pulse-out>div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(.85, .25, .37, .85);
  animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(.85, .25, .37, .85);
}

.line-scale-pulse-out>div:nth-child(2),
.line-scale-pulse-out>div:nth-child(4) {
  -webkit-animation-delay: -0.4s !important;
  animation-delay: -0.4s !important;
}

.line-scale-pulse-out>div:nth-child(1),
.line-scale-pulse-out>div:nth-child(5) {
  -webkit-animation-delay: -0.2s !important;
  animation-delay: -0.2s !important;
}

@-webkit-keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }

  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3);
  }

  90% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}

@keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }

  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3);
  }

  90% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}

.line-scale-pulse-out-rapid>div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(.11, .49, .38, .78);
  animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(.11, .49, .38, .78);
}

.line-scale-pulse-out-rapid>div:nth-child(2),
.line-scale-pulse-out-rapid>div:nth-child(4) {
  -webkit-animation-delay: -0.25s !important;
  animation-delay: -0.25s !important;
}

.line-scale-pulse-out-rapid>div:nth-child(1),
.line-scale-pulse-out-rapid>div:nth-child(5) {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}

@-webkit-keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}

@keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}

.line-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -4px;
}

.line-spin-fade-loader>div:nth-child(1) {
  top: 20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(2) {
  top: 13.63636px;
  left: 13.63636px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(3) {
  top: 0;
  left: 20px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(4) {
  top: -13.63636px;
  left: 13.63636px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(5) {
  top: -20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(6) {
  top: -13.63636px;
  left: -13.63636px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(7) {
  top: 0;
  left: -20px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(8) {
  top: 13.63636px;
  left: -13.63636px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
}

.line-spin-fade-loader>div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 5px;
  height: 15px;
}

/**
 * Misc
 */

@-webkit-keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }

  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }

  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }

  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}

@keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }

  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }

  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }

  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}

.triangle-skew-spin>div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  -webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
  animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
}

@-webkit-keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }

  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }

  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }

  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}

@keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }

  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }

  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }

  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}

.square-spin>div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid red;
  -webkit-animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
  animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
}

@-webkit-keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

@keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

@-webkit-keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@-webkit-keyframes pacman-balls {
  75% {
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translate(-100px, -6.25px);
    transform: translate(-100px, -6.25px);
  }
}

@keyframes pacman-balls {
  75% {
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translate(-100px, -6.25px);
    transform: translate(-100px, -6.25px);
  }
}

.pacman {
  position: relative;
}

.pacman>div:nth-child(2) {
  -webkit-animation: pacman-balls 1s -0.99s infinite linear;
  animation: pacman-balls 1s -0.99s infinite linear;
}

.pacman>div:nth-child(3) {
  -webkit-animation: pacman-balls 1s -0.66s infinite linear;
  animation: pacman-balls 1s -0.66s infinite linear;
}

.pacman>div:nth-child(4) {
  -webkit-animation: pacman-balls 1s -0.33s infinite linear;
  animation: pacman-balls 1s -0.33s infinite linear;
}

.pacman>div:nth-child(5) {
  -webkit-animation: pacman-balls 1s 0s infinite linear;
  animation: pacman-balls 1s 0s infinite linear;
}

.pacman>div:first-of-type {
  width: 0px;
  height: 0px;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
  border-left: 25px solid #fff;
  border-bottom: 25px solid #fff;
  border-radius: 25px;
  -webkit-animation: rotate_pacman_half_up 0.5s 0s infinite;
  animation: rotate_pacman_half_up 0.5s 0s infinite;
  position: relative;
  left: -30px;
}

.pacman>div:nth-child(2) {
  width: 0px;
  height: 0px;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
  border-left: 25px solid #fff;
  border-bottom: 25px solid #fff;
  border-radius: 25px;
  -webkit-animation: rotate_pacman_half_down 0.5s 0s infinite;
  animation: rotate_pacman_half_down 0.5s 0s infinite;
  margin-top: -50px;
  position: relative;
  left: -30px;
}

.pacman>div:nth-child(3),
.pacman>div:nth-child(4),
.pacman>div:nth-child(5),
.pacman>div:nth-child(6) {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  width: 10px;
  height: 10px;
  position: absolute;
  -webkit-transform: translate(0, -6.25px);
  -ms-transform: translate(0, -6.25px);
  transform: translate(0, -6.25px);
  top: 25px;
  left: 70px;
}

@-webkit-keyframes cube-transition {
  25% {
    -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
    transform: translateX(50px) scale(0.5) rotate(-90deg);
  }

  50% {
    -webkit-transform: translate(50px, 50px) rotate(-180deg);
    transform: translate(50px, 50px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
    transform: translateY(50px) scale(0.5) rotate(-270deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes cube-transition {
  25% {
    -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
    transform: translateX(50px) scale(0.5) rotate(-90deg);
  }

  50% {
    -webkit-transform: translate(50px, 50px) rotate(-180deg);
    transform: translate(50px, 50px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
    transform: translateY(50px) scale(0.5) rotate(-270deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.cube-transition {
  position: relative;
  -webkit-transform: translate(-25px, -25px);
  -ms-transform: translate(-25px, -25px);
  transform: translate(-25px, -25px);
}

.cube-transition>div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  left: -5px;
  background-color: #fff;
  -webkit-animation: cube-transition 1.6s 0s infinite ease-in-out;
  animation: cube-transition 1.6s 0s infinite ease-in-out;
}

.cube-transition>div:last-child {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes spin-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.semi-circle-spin {
  position: relative;
  width: 35px;
  height: 35px;
  overflow: hidden;
}

.semi-circle-spin>div {
  position: absolute;
  border-width: 0px;
  border-radius: 100%;
  -webkit-animation: spin-rotate 0.6s 0s infinite linear;
  animation: spin-rotate 0.6s 0s infinite linear;
  background-image: -webkit-linear-gradient(transparent 0%, transparent 70%, #fff 30%, #fff 100%);
  background-image: linear-gradient(transparent 0%, transparent 70%, #fff 30%, #fff 100%);
  width: 100%;
  height: 100%;
}

/*------------------------------------------------------------------------------------------------------------------*/
/*    #Global syle 
/*------------------------------------------------------------------------------------------------------------------*/

html,
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #848483;
}

html a:hover,
body a:hover {
  color: #f1c152;
  text-decoration: none;
}

img {
  max-width: 100%;
}

h2 {
  font-size: 1.3em;
}

.btn {
  position: relative;
  overflow: hidden;
  border-width: 0;
  outline: none;
  border-radius: 2px;
  color: #ecf0f1;
  transition: background-color .3s;
}

.btn:before {
  content: "";
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  /* width: 0; */
  padding-top: 0;
  border-radius: 100%;
  background-color: rgba(236, 240, 241, .3);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn:active:before {
  width: 120%;
  padding-top: 120%;
  transition: width .4s ease-out, padding-top .5s ease-out;
}

.centered {
  float: none;
  margin: auto;
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

blockquote {
  position: relative;
  border: none;
  font-style: italic;
  color: #a3a19d;
  padding-left: 70px;
}

blockquote:before {
  content: "\f10d" !important;
  font-family: fontawesome;
  position: absolute;
  left: 30px;
  top: 0;
  font-size: 2em;
  font-style: normal;
  color: #F1C152;
}

.separator {
  height: 13px;
  width: 1px;
  background: #E2E2E2;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  position: relative;
  top: 3px;
}

.feature-img {
  margin-bottom: 20px;
  overflow: hidden;
}

/*  Base Title. */

.custom-btn {
  background: #f1c152;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 0.9em;
  color: #111;
  text-transform: uppercase;
  padding: 8px 25px;
  border-radius: 20px;
}

.custom-btn a {
  color: #fff !important;
}

.peace-donate,
.peace-donate input[type="submit"] {
  background: #f1c152;
  display: table;
  border-radius: 20px;
  padding: 5px 20px;
}

input.btn.peace-donate.pull-right {
  font-weight: bold;
}

.donate-txt {
  font-weight: bolder;
  font-size: 18px;
  margin-bottom: 0px;
}

.peace-donate a {
  color: #111;
  font-weight: bold;
}

.peace-donate a:hover {
  color: #111;
}

.paypal-field input.form-control {
  width: 80%;
  float: left;
  border-radius: 0;
}

.paypal-field.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  border-bottom: 2px solid #F1C152;
}

.section-padding {
  padding-top: 110px;
  padding-bottom: 110px;
}

.padding-bottom {
  padding-bottom: 80px;
}

.margin-bottom {
  margin-bottom: 80px;
}

.base-color {
  color: #f1c152;
}

.section-title {
  font-family: yellowtail;
  padding-bottom: 18px;
  font-size: 3em;
  display: table;
  margin: 0 auto 40px auto;
  position: relative;
  color: #111;
}

.section-title:before {
  content: "";
  width: 8px;
  height: 3px;
  background: #F1C152;
  position: absolute;
  bottom: -4px;
  left: 0px;
  right: 85px;
  margin: auto;
  z-index: 1;
  -webkit-transition: 0.35s all ease;
  transition: 0.35s all ease;
}

.section-title:after {
  content: "";
  width: 80px;
  height: 3px;
  background: #bbbbbb;
  position: absolute;
  bottom: -4px;
  right: -10px;
  left: 0;
  margin: auto;
}

section:hover .section-title:before,
.vc_row-fluid:hover .section-title:before {
  width: 92px;
  -webkit-transition: 0.35s all ease;
  transition: 0.35s all ease;
  /*right: 0;
    left: -2px;*/
}

.wpb_revslider_element.wpb_content_element {
  margin: 0;
}

.section-detail {
  text-align: center;
  color: #4C4C4C;
  max-width: 600px;
  margin: auto;
 /* margin-bottom: 75px;*/
}

.grid-item {
  width: 25%;
  float: left;
}

.col-5 {
  width: 20%;
  float: left;
}

@media (max-width: 768px) {
  .col-5 {
    width: 33%;
    float: left;
    margin-bottom: 30px;
  }
}

@media (max-width: 530px) {
  .col-5 {
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .col-5 {
    width: 20%;
    float: left;
  }

  .mobile-menu-area {
    display: block;
  }
}

@media (min-width: 1200px) {
  .col-5 {
    width: 20%;
    float: left;
  }
}

/* .vc_row-fluid {
    width: 100%;
    display: inline-block;
} */
/*.vc_column_container {
    padding: 0 !important;
    }*/
.full-width {
  display: table;
  clear: both;
  width: 100%;
}

.full-width .vc_column_container {
  padding: 0;
}

.news-author {
  color: #e9e5e5;
  font-size: 14px;
}

.news-author a {
  color: #a3a19d;
}

.news-author .tm {
  margin-right: 10px;
  display: inline-block;
  color: #a3a19d;
}

.news-author i {
  margin-right: 10px;
}

.news-author .usr {
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block;
  color: #a3a19d;
}

.news-author .cmnt {
  margin-left: 10px;
  display: inline-block;
  color: #a3a19d;
}

.peace-blog {
  background-color: #fff;
  padding: 42px 30px;
  box-shadow: 0 0 5px #ccc;
  border-radius: 3px;
}

.entry-meta {
  display: table;
  width: 100%;
}

.post img {
  margin-bottom: 15px;
}

.post-list-container {
  height: 500px;
  overflow-y: auto;
}

.post-list-container .post-img {
  float: left;
}

.post-list-container .post-info-block h2 {
  font-size: 22px;
  font-weight: bold;
}

.post-info-block {
  padding-left: 30px;
  padding-right: 0;
}

.post-list-container .post-img img {
  border-radius: 5px;
}

.post-list-container .news-info {
  color: #a3a19d;
  margin-bottom: 20px;
  font-size: 14px;
}

.post-list-container .post-list-block {
  float: left;
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 25px !important;
  border-bottom: 1px solid #DEDEDE;
  min-height: 238px;
  width: 95%;
}

.post-list-container::-webkit-scrollbar {
  width: 12px;
}

.post-list-container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.post-list-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ccc;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.post-list-container::-webkit-scrollbar-thumb:window-inactive {
  background: #ccc;
}

#blog-heading {
  padding-top: 6px;
  padding-bottom: 10px;
}

#blog-heading .blog-title {
  font-family: yellowtail;
  font-size: 2em;
  line-height: 2;
}

.breadcrumb {
  padding: 8px 10px;
  margin-bottom: 0;
  list-style: none;
  background: none;
  border-radius: 4px;
  margin-top: 13px;
}

.breadcrumb a {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}

.breadcrumb a.breadcrumb-active {
  color: #f1c152 !important;
}

#blog-page-container {
  background-color: #F7F7F7;
  padding-top: 80px;
}

#blog-page-container .entry-title {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  color: #111;
  margin-top: 0;
}

#blog-page-container .entry-title a {
  font-size: 22px;
  line-height: 1.7;
}

.read-more {
  border: 1px solid #ccc;
  float: left;
  padding: 6px 30px;
  margin-bottom: 50px;
  border-radius: 20px;
  font-weight: bold;
  margin-top: 15px;
}

/* #pagiantion
--------------------------------------------*/
.pagination-nav {
  display: table;
  margin: 0 auto;
  margin-bottom: 80px;
  margin-top: 60px;
  float: none;
  clear: both;
}

.pagination-nav li a,
.pagination-nav li a:hover,
.pagination-nav li.active a,
.pagination-nav li.disabled {
  color: #fff;
  text-decoration: none;
}

.pagination-nav li {
  display: inline;
}

.pagination-nav li a,
.pagination-nav li a:hover,
.pagination-nav li.active a,
.pagination-nav li.disabled {
  background-color: #fff;
  border-radius: 0px;
  cursor: pointer;
  padding: 8px 15px;
  color: #111;
  border: 1px solid #E8E8E8;
  box-shadow: 0 0 2px #EAEAEA;
}

.pagination-nav li a:hover,
.pagination-nav li.active a {
  background-color: #f1c152;
  border-color: #f1c152;
  color: #fff;
}

.archive article {
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 30px;
}

/* #comments
--------------------------------------------*/
#submited-comment .title {
  font-family: yellowtail;
  position: relative;
  font-size: 2em;
  margin-bottom: 30px;
}

#submited-comment .title:before {
  content: "";
  width: 45px;
  height: 3px;
  position: absolute;
  background: #ededed;
  left: 5px;
  bottom: -10px;
}

.comment-reply-title {
  font-family: yellowtail;
  position: relative;
  font-size: 2em;
  margin-bottom: 30px;
}

.comment-reply-title:before {
  content: "";
  width: 45px;
  height: 3px;
  position: absolute;
  background: #ededed;
  left: 5px;
  bottom: -10px;
}

#submited-comment li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
}

.blog-section .comment-section {
  margin-top: 80px;
  list-style: none;
}

ul.commentlist {
  padding: 0;
}

form#commentform {
  margin-left: -15px;
}

#commentform input {
  padding: 13px;
  height: auto;
  border-radius: 25px;
}

.blog-section .commentlist {
  padding-left: 0;
  list-style: none;
}

#submited-commnet .comment {
  list-style: none;
  float: left;
}

#submited-commnet .comment article {
  padding: 15px 0;
  overflow: hidden;
}

#submited-commnet>ul.children {
  margin-left: 110px;
}

.comment-author {
  color: #0d0d0d;
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: 700;
  -webkit-text-stroke: 0.1px;
}

.author-image {
  width: 80px;
  height: 80px;
  padding: 0;
}

.author-image img {
  width: 100%;
  height: auto;
  border-radius: 100%;
}

.reply {
  width: 100px;
  border-color: #3498db;
  display: inherit;
  color: #0d0d0d;
  height: 40px;
  line-height: 38px;
  margin-top: 25px;
  text-align: center;
}

.reply:hover {
  color: #fff;
}

.comment-content {
  overflow: hidden;
  margin-left: 0px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
}

.children .comment-content {
  border-bottom: 1px solid #e2e2e2;
}

.children .comment-content:last-of-type {
  border-bottom: none;
  margin-bottom: 0px;
}

li.comment.even.thread-even {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 30px !important;
}

#leave-comment {
  width: 100%;
  margin-top: 0;
  display: inline-block;
}

.blog-sidebar .title,
#comments .title {
  color: #0d0d0d;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  -webkit-text-stroke: 0.1px;
  font-size: 1.3em;
  margin-bottom: 25px;
}

#comments .title {
  margin-bottom: 50px;
}

#respond {
  margin-top: 15px;
  display: inherit;
  width: 100%;
}

#comment {
  line-height: 20px;
  padding: 10px;
  margin: 10px 0;
  outline-style: none;
  width: 100%;
  min-height: 200px;
}

#commentform input[type="submit"],
#commentform button[type="submit"] {
  background-color: #F1C152;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  color: #1B1B1B;
  height: 50px;
  line-height: 20px;
  padding: 10px 20px;
  margin: 5px 0 120px 0;
  outline-style: none;
  width: 100%;
  box-shadow: none;
  text-shadow: none;
}

#commentform input[type="submit"]:hover,
#commentform button[type="submit"]:hover {
  background-color: #f39c12;
}

p.form-submit {
  margin-left: 15px;
  margin-right: 15px;
}

p.logged-in-as {
  margin-left: 15px;
}


/***
/*  #donate 
/*    
--------------------------------------------------------------------------------------------------- */
.donation {
  text-align: center;
}

.donation:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 1;
}

.donation .meter {
  height: 40px;
  /* Can be anything */
  position: relative;
  margin: 0 auto;
  /* Just for demo spacing */
  background: #fff;
  width: 70%;
  z-index: 1;
  border-radius: 25px;
  padding: 4px;
  border: 2px solid rgba(206, 165, 70, 0.97);
  box-shadow: inset 0px 0px 0px 4px black;
}

.donation .meter>span {
  display: block;
  height: 100%;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #2bc253;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2bc253), color-stop(1, #54f054));
  background-image: -moz-linear-gradient(center bottom, #2bc253 37%, #54f054 69%);
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}

.donation .meter>span:after,
.donation .animate>span>span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  z-index: 1;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 50px 50px;
  -webkit-animation: move 2s linear infinite;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.donation .animate>span:after {
  display: none;
}

@-webkit-keyframes move {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 30px 30px;
  }
}

.donation .red>span {
  background-color: #f0a3a3;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1c152), color-stop(1, #f1c152));
  background-image: -webkit-linear-gradient(#f1c152, #f1c152);
}

.donation .nostripes>span>span,
.donation .nostripes>span:after {
  -webkit-animation: none;
  background-image: none;
}

.donation .section-title {
  z-index: 1;
  color: #f1c152;
}

.donation .found {
  margin-bottom: 20px;
  font-size: 24px;
  position: relative;
  z-index: 2;
  font-weight: bold;
  color: #f1c152;
}

.donation span {
  color: #180e0e;
  z-index: 1;
  position: relative;
}

.donation .donate-details {
  margin-top: 70px;
  z-index: 11;
  position: relative;
  margin-bottom: 80px;
}

.donation .donate-details .goal {
  display: inline-block;
  width: 190px;
  padding: 10px;
  color: #f1c152;
  border-radius: 100%;
  margin-left: 32px;
  height: 190px;
  border: 6px solid rgba(241, 193, 82, 0.24);
}

.donation .donate-details .goal .content {
  background: #fff;
  height: 100%;
  border-radius: 100%;
}

.donation .donate-details .goal .content h3 {
  position: relative;
  top: 46px;
  margin-top: 0;
  font-size: 28px;
  font-weight: 600;
}

.donation .donate-details .goal .content span {
  position: relative;
  top: 35px;
  font-size: 24px;
  font-family: "yellowtail";
}

.donation .custom-btn {
  padding: 10px 30px;
  font-size: 18px;
}

.donation .btn {
  border-radius: 35px;
  position: relative;
  z-index: 1;
}

.donation .btn:hover {
  color: #fff;
}

.donate-details span {
  color: #9d9090;
}

.found span {
  color: #fff;
}

/* #client
---------------------------------*/

.client {
  padding: 40px 0;
}


.client img {
  filter: gray;
  /* IE6-9 */
  opacity: 0.3;
  filter: grayscale(1);
  /* Firefox 35+ */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
}

/* Disable grayscale on hover */
.client img:hover {
  filter: none;
  opacity: 1;
  -webkit-filter: grayscale(0);
}

/* #sidebar
-----------------------------------*/
#secondary ul {
  margin: 0;
  padding: 0;
}

#secondary ul li {
  list-style: none;
}

h2.widget-title {
  font-family: yellowtail;
  font-size: 2em;
  position: relative;
  margin-bottom: 40px;
  margin-top: 0;
}

h2.widget-title:after {
  content: "";
  width: 55px;
  height: 3px;
  position: absolute;
  background: #ededed;
  left: 5px;
  bottom: -10px;
}

.blog-sidebar .form-control {
  float: left;
  width: 85%;
  padding: 10px;
  border-right: none;
  border-radius: 0;
  height: 42px;
}

.blog-sidebar .add-on {
  padding: 14px 10px;
  background: none;
  border-radius: 0;
  border: 1px solid #ccc;
}

.blog-sidebar .btn {
  background-color: #e12444;
  color: #fff !important;
  font-size: 1.25em;
  line-height: 20px;
  width: 15%;
  height: 50px;
}

.blog-sidebar .btn:hover {
  background-color: #f39c12;
}

.blog-sidebar .widget {
  margin-bottom: 35px;
}

.blog-sidebar .sidebar-title {
  font-size: 1.25em;
  margin: 0 0 15px 0;
  padding-right: 20px;
}

.blog-sidebar .sidebar-title:after {
  border-top: 1px solid #f0f1f2;
}

.blog-sidebar .sidebar-title .title {
  background-color: #FFF;
  color: #606060;
  font-size: 1.50em;
}

.blog-sidebar .sidebar-title .title:after {
  border: 1px solid #f0f1f2;
}

.blog-sidebar .widget_rss li,
.blog-sidebar .widget_pages li,
.blog-sidebar .widget_categories li,
.blog-sidebar .widget_archive li,
.blog-sidebar .widget_meta li,
.blog-sidebar .widget_recent_entries li,
.blog-sidebar .widget_recent_comments li {
  list-style: none;
  margin-bottom: 5px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 20px;
  border-bottom: 1px solid #f0f1f2;
  position: relative;
}

.blog-sidebar .widget_nav_menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
}

.blog-sidebar .widget_categories li a:before,
.widget_pages a:before,
.blog-sidebar .widget_archive li a:before,
.blog-sidebar .widget_nav_menu li a:before,
.blog-sidebar .widget_meta li a:before,
.blog-sidebar .widget_recent_entries li a:before {
  content: "\f105";
  display: block;
  font-family: FontAwesome;
  position: absolute;
  left: -15px;
  top: 0;
}

.blog-sidebar .widget_categories a,
.blog-sidebar .widget_archive a,
.blog-sidebar .widget_nav_menu a,
.blog-sidebar .widget_meta a,
.blog-sidebar .widget_recent_entries a {
  position: relative;
  color: #606060;
  width: 100%;
  line-height: 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.blog-sidebar .widget_categories a:hover,
.blog-sidebar .widget_archive a:hover,
.blog-sidebar .widget_nav_menu a:hover,
.blog-sidebar .widget_recent_entries a:hover {
  color: #f39c12;
  margin-left: 10px;
}

.blog-sidebar .widget_recent_comments li a:before {
  content: "\f0e6";
  display: block;
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  top: 8px;
}

.widget_pages a:before {
  top: 8px;
  left: 0;
}

.widget.widget_rss img {
  width: 20px;
  margin-top: -7px;
}

.popular-post li {
  padding-bottom: 30px;
}

.popular-post img {
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 15px;
}

.popular-post a {
  font-weight: 600;
  font-size: 0.9em;
  position: relative;
  top: -6px;
}

.popular-post time,
.popular-post-comment {
  font-size: .8em;
  font-weight: 300;
}

.popular-post time a {
  font-size: .9em;
  font-weight: 300;
}

.tagcloud a {
  display: inline-block;
  padding: 5px 10px;
  margin: 4px 2px;
  background-color: #f7f7f7;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.tagcloud a:hover {
  background-color: #f39c12;
  border-color: #f39c12;
  color: #fff;
}

.map-container {
  position: relative;
  height: 600px;
  width: 100%;
  display: table;
}

.map-container .contact-info {
  background-color: rgba(17, 17, 17, 0.90);
  color: #fff;
  padding-top: 45px;
  padding-left: 50px;
  height: 100%;
  float: left;
  position: absolute;
  top: 0;
  right: 0;
}

.map-container .contact-info .contact-person {
  display: table;
}

.map-container .contact-info h2 {
  font-family: yellowtail;
  font-size: 2em;
  margin-bottom: 15px;
}

.map-container .contact-info img {
  float: left;
  margin-right: 20px;
  width: 100px;
  height: auto;
  border: 3px solid #737373;
}

.map-container .contact-info .info {
  float: left;
  color: #b2aaaa;
}

.map-container .contact-info .info h3 {
  padding: 0;
  margin: 10px 0 0;
  font-size: 20px;
}

.map-container .contact-info .info p,
.map-container .contact-info .info span {
  font-size: 14px;
  margin-bottom: 10px;
}

.map-container .address {
  font-size: 14px;
  color: #b2b0ad;
  line-height: 28px;
}

.map-container .address i {
  width: 20px;
  font-size: 1.2em;
  margin-top: 3px;
}

.google-map-container {
  width: 100%;
  height: 600px;
  background-color: #dddddd;
}


/**  #quote.
--------------------------------------------------------------------------------------------------- */
.quotes .content {
  padding: 35px;
  border-radius: 25px;
  position: absolute;
  top: 45px;
  left: 15px;
}

.quotes .content span {
  font-size: 32px;
  font-family: "yellowtail";
  text-align: center;
  display: block;
  color: #fff;
}

.quotes .content h3 {
  font-size: 34px;
  color: #f1c152;
  margin: 0px;
  font-weight: bolder;
}

.quotes .prophet {
  position: relative;
  width: 230px;
  height: 252px;
  float: left;
}

.border-svg:after {
  content: "\f10d";
  font-family: fontawesome;
  position: absolute;
  top: 44px;
  right: -21px;
  width: 50px;
  height: 50px;
  background-color: #F1C152;
  border-radius: 100%;
  z-index: 1;
  box-shadow: 0 0 3px #ccc;
  line-height: 50px;
  font-size: 1.7em;
  border: 2px solid rgba(26, 17, 17, 0.63);
}

.svg-fill {
  position: absolute;
  top: 0;
  width: 230px;
}

.quotes .ref {
  text-align: left;
  padding-left: 50px;
  padding-right: 0;
  padding-top: 45px;
  font-weight: 700;
  font-size: 18px;
}

.quotes .ref p {
  line-height: 1.7;
}

.quotes .ref strong {
  color: #fff;
}

.quotes .ref i {
  color: #f1c152;
}

.quotes .ref-location small {
  color: #928E8E;
}

.ref-location {
  font-size: 15px;
  color: #fff;
}

/* #location
---------------------------------------------------------------*/
#location {
  background-color: #F7F7F7;
  background-color: #F7F7F7;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 0px 1px #ccc;
}

#location .social-icons {
  padding: 20px 0;
}

#location .social-icons ul {
  float: none;
  text-align: center;
  margin: 0;
}

#location .social-icons ul li {
  float: none;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  width: 160px;
  position: relative;
}

#location .social-icons ul li:after {
  content: "";
  width: 1px;
  height: 46px;
  position: absolute;
  background: #D2D2D2;
  right: -9px;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

#location .social-icons ul li:last-child:after {
  background: none;
}

#location a {
  color: #ccc;
}

#location a:hover {
  text-decoration: none;
}

#location i {
  border-radius: 50px;
  border: 2px solid #ccc;
  margin-right: 10px;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
}

#location .facebook:hover .fa-facebook {
  color: #3B5997;
  border-color: #3B5997;
}

#location .facebook:hover a {
  color: #3B5997;
}

#location .twitter:hover .fa-twitter {
  color: #00aced;
  border-color: #00aced;
}

#location .twitter:hover a {
  color: #29C5F6;
}

#location .vimeo:hover .fa-vimeo-square {
  color: #23b6ea;
  border-color: #23b6ea;
}

#location .vimeo:hover a {
  color: #23b6ea;
}

#location .behance:hover .fa-behance {
  color: #2290CE;
  border-color: #2290CE;
}

#location .behance:hover a {
  color: #2d91d2;
}

#location .behance,
.vimeo,
.twitter,
.facebook {
  padding: 0;
}

/* #404 page
-----------------------------------------------------------*/
.error-404 {
  background: #f1c152;
  padding-top: 300px;
  padding-bottom: 100px;
}

.error-404 .heading-text {
  background-color: #fff;
  padding: 50px;
  position: relative;
  margin-top: 100px;
}

.error-404 .heading-text h1.page-title {
  text-align: center;
  font-size: 10em;
  font-family: roboto;
  font-weight: bolder;
  color: #F1C152;
}

.error-404 .heading-text:before {
  content: "";
  position: absolute;
  background: url(../../images/404.png);
  width: 214px;
  height: 300px;
  top: -265px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.error-404 .heading-text p {
  font-size: 32px;
  font-weight: bold;
  font-family: roboto;
  letter-spacing: 5px;
}

.error-404 .heading-text span {
  display: block;
  padding-bottom: 30px;
}

.error-404 .heading-text .search-field {
  border: 1px solid;
  border-radius: 0;
  padding: 5px 15px;
}

.error-404 .heading-text .search-submit {
  display: none;
}

.error-404 .heading-text .add-on {
  background: none;
  position: absolute;
  right: 15px;
  top: 4px;
  outline: none;
  box-shadow: none;
  border: none;
}

.error-404 .heading-text .go-back a {
  border: 1px solid #F1C152;
  padding: 5px 10px;
  display: table;
  color: #F1C152;
  margin: 30px auto;
  font-weight: bold;
}

/* #footer
---------------------------------------------------------------*/
.footer-bottom.bg-one {
  background: #180e0e;
  text-align: center;
}

.footer-bottom.bg-one a {
  color: #fff;
}

.ftr-nav,
.copyright {
  width: 100%;
  text-align: center;
  color: #fff;
}

.ftr-nav .main-menu {
  float: none;
}

.ftr-nav .main-menu>li {
  float: none;
  display: inline-block;
}

.ftr-nav .main-menu>li>a {
  padding: 5px 18px;
  font-size: 14px;
}

footer.entry-footer {
  margin-bottom: 10px;
  display: table;
  width: 100%;
}

.footer-widget {
  background-color: #180e0e;
  color: #ccc;
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer-widget ul {
  padding: 0;
}

.footer-widget li {
  list-style: none;
  padding-bottom: 7px;
  margin-bottom: 10px;
  border-bottom: 1px solid #2B2B2B;
  display: table;
  width: 100%;
}

.footer-widget li:last-child {
  border-bottom: none;
}

.footer-widget a {
  color: #ccc;
}

#footer {
  padding: 40px 0;
}

#footer .logo {
  font-size: 2em;
}

#footer .copyright {
  float: right;
}

#footer .copyright p {
  text-align: center;
  margin-top: 15px;
  color: #9A9A9A;
  margin-bottom: 10px;
}

.footer-widget .tagcloud a {
  color: #111;
}

/*=================================================================================================================
=                              ========================Section============================
===================================================================================================================*/

/*------------------------------------------------------------------------------------------------------------------*/
/*    #top section 
/*------------------------------------------------------------------------------------------------------------------*/
#top-section .container {
  position: relative;
}

#top-section .header-one-top {
  min-height: 119px;
}

#top-section .address {
  margin-top: 28px;
  margin-bottom: 28px;
  padding-left: 0;
}

#top-section .address ul {
  padding-left: 0;
  margin-bottom: 0;
}

#top-section .address ul li {
  list-style: none;
  margin-bottom: 8px;
  color: #a3a19d;
  font-size: 15px;
  float: none;
}

#top-section .address ul li:last-child {
  margin-bottom: 0;
}

#top-section .address ul li i {
  border: 2px solid #dcd6d2;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
  line-height: 28px;
  margin-right: 8px;
  color: #c5beb9;
}

#top-section .address .fa-envelope-o:before {
  content: "\f003";
  top: -2px;
  position: relative;
}

#top-section .logo {
  position: relative;
  font-size: 3em;
  margin-top: 0px;
  float: none;
}

#top-section .logo img {
  margin: 0px auto;
}

#top-section .social-search {
  margin-top: 48px;
  font-size: 18px;
  margin-right: 10px;
}

.peace-box-layout #top-section .social-search {
  margin-right: 50px;
}

#top-section .social-search ul {
  margin-right: 10px;
  float: left;
}

#top-section .social-search ul li {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}

#top-section .social-search ul li a {
  color: #c5beb9;
}

#top-section .social-search #site-search {
  float: right;
  padding-left: 10px;
}

#top-section .social-search #site-search a {
  color: #c5beb9;
  position: relative;
}

#top-section .social-search #site-search a:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 22px;
  background: #e9e5e5;
  left: -10px;
  top: 0px;
}

#top-section .social-search #site-search form {
  opacity: 0;
  z-index: -2;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

#top-section .social-search #site-search form input {
  box-shadow: none;
  border-radius: 0;
  border: 0;
  color: #333333;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 2px;
  outline: 0;
  height: 100%;
  margin-top: 0;
  padding: 10px 65px 10px 20px;
  margin-left: 25px;
}

#top-section .social-search #site-search .top-search-open {
  opacity: 1;
  z-index: 1;
  background: #fff;
}

#top-section .social-search #site-search .fa-close {
  position: absolute;
  right: 20px;
  top: 45px;
  cursor: pointer;
  background-color: #2d9acf;
  padding: 5px 7px;
  color: #fff;
  z-index: 999;
}

#top-section .menu-slider {
  position: relative;
}

#top-section #peace-menu {
  background-color: #111;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: relative;
  z-index: 99999;
  left: 0;
  right: 0;
}

#top-section #peace-menu .navbar-toggle {
  background-color: rgba(255, 255, 255, 0.88);
}

#top-section #peace-menu .navbar-toggle .icon-bar {
  background: #FFF;
}

#top-section #peace-menu .nav {
  float: none;
  text-align: center;
}

#top-section #peace-menu .nav .navbar-toggle {
  background-color: rgba(240, 240, 240, 0.86);
}

#top-section #peace-menu .nav .navbar-toggle .icon-bar {
  background-color: #5e5e5e;
}

#top-section #peace-menu .nav a,
#top-section #peace-menu .nav a:hover,
#top-section #peace-menu .nav a:focus {
  outline: none;
}

#top-section #peace-menu .nav>li {
  display: inline-block;
  float: none;
}

#top-section #peace-menu .nav>li>a {
  color: #fff;
  text-transform: none;
  padding: 15px 10px;
  font-size: 14px;
  font-weight: 600;
}

#top-section #peace-menu .current-menu-ancestor>a,
.current_page_item>a {
  color: #F1C152 !important;
}

#top-section #peace-menu .nav>li>a:hover,
#top-section #peace-menu .nav>li>a:focus,
#top-section #peace-menu .nav>li>a:active {
  color: #f1c152;
  background: transparent;
}

#top-section #peace-menu .nav>li>a. {
  background: #f1c152 !important;
}

#top-section #peace-menu .nav>li>a.donate:hover {
  background: #f1c152 !important;
}

#top-section #peace-menu a.donate {
  background: #f1c152 !important;
  color: #111 !important;
  padding-right: 15px;
  padding-left: 15px;
  display: inherit;
}

#top-section #peace-menu .donate {
  color: #111;
  text-transform: uppercase;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 40px;
  font-weight: 700;
  padding-right: 40px;
  font-size: 17px;
  text-decoration: none;
  margin-left: 30px;
  position: relative;
}

#top-section #peace-menu .donate span {
  color: #fff;
}

#top-section #peace-menu .donate:before {
  content: '';
  height: 70px;
  width: 30px;
  background-color: #f1c152;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transform: skewX(-23deg);
  -ms-transform: skewX(-23deg);
  transform: skewX(-23deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

#top-section #peace-menu .donate:after {
  content: '';
  height: 70px;
  width: 30px;
  background-color: #f1c152;
  position: absolute;
  top: 0px;
  right: -30px;
  -webkit-transform: skewX(-23deg);
  -ms-transform: skewX(-23deg);
  transform: skewX(-23deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

#top-section .fixed-on-top {
  top: -120px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: relative;
  z-index: 999;
}

#top-section .fix-menu {
  position: fixed !important;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}

time.post-meta-element,
.popular-post i {
  color: #ccc;
  margin-left: 5px;
}

/*  slider . */

.slider-section .slider-item {
  position: absolute;
  top: 70px;
}

.slider-section .slider-item h2 {
  color: #fff;
  font-size: 2.8em;
  text-transform: uppercase;
  font-weight: 700;
}

.slider-section .slider-item span {
  color: #f1c152;
}

.slider-section .slider-item h3 {
  font-family: 'Yellowtail', cursive;
  font-size: 2.1em;
  color: #fff;
}

.slider-section .slider-item .description {
  color: #fff;
}


/*------------------------------------------------------------------------------------------------------------------*/
/*    #events 
/*------------------------------------------------------------------------------------------------------------------*/
.event {
  background-color: #180e0e;
}

.event .section-title {
  color: #fff;
  ;
  font-size: 2.7em;
  margin: 0;
  padding-top: 30px;
}

.event .section-padding {
  padding-top: 50px;
  padding-bottom: 40px;
}

.event .title-left {
  margin: 0;
  padding: 0;
  font-size: 1.8em;
}

.event .section-title:before {
  height: 0;
}

.event .section-title:after {
  height: 0;
}

.event .event_time_countdown {
  display: block;
  margin: 0;
}

.period-session {
  border-right: 1px solid rgba(234, 234, 234, 0.66);
}

.event .centered {
  float: left;
}

.event .bgLayer {
  text-align: center;
  width: 110px;
  height: 110px;
  margin: 0 auto;
  margin-bottom: 10px;
  position: relative;
}

.event .bgLayer .topLayer {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  position: absolute;
  border: 6px solid rgba(44, 28, 28, 0.24);
  z-index: 1;
  top: 0;
}

.event .bgLayer canvas {
  z-index: 99;
  position: relative;
}

.event .bgLayer .text {
  position: absolute;
  top: 10px;
  text-align: center;
  left: 10px;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #9d9090;
}

.event .bgLayer .text p {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  text-align: center;
}

.event .bgLayer .text p.val {
  font-size: 36px;
  font-family: roboto;
  font-weight: 600;
  position: absolute;
  top: 20px;
  color: #f1c152;
}

.event .bgLayer .text p.time_text {
  font-size: 18px;
  font-family: yellowtail;
  position: absolute;
  padding-top: 10px;
}

.event .event-btn-container {
  display: table;
  margin: 0 auto;
}

.event .custom-btn {
  padding: 10px 30px;
  border-radius: 20px;
}

.event .custom-btn:hover {
  background: #D8AD4A;
  color: #fff;
}

.all-event {
  margin-bottom: 60px;
  position: relative;
}

.all-event .event-post h2 {
  color: #333;
  margin: 0;
  margin-bottom: 10px;
}

.all-event .event-post img {
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
}

.all-event .event-post img:hover {
  opacity: 0.4;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.all-event .event-post a {
  color: #111;
}

.all-event .event-post a:hover {
  color: #f1c152;
  text-decoration: none;
}

.all-event .event-period {
  display: table;
  width: 100%;
  color: #ABABAB;
  font-size: 14px;
}

.all-event .event-period .comments-share {
  position: relative;
  top: 10px;
  z-index: 1;
}

.all-event .event-period .comments-share .fa-share-alt {
  position: relative;
}

.all-event .event-period .comments-share .fa-share-alt:hover {
  color: #777;
  cursor: pointer;
  width: 20px;
  height: 15px;
}

.all-event .event-period .comments-share a {
  color: #fff;
}

.all-event .event-period .comments-share .social-button {
  position: absolute;
  left: 18px;
  top: -6px;
  border: 1px solid #ccc;
  padding: 5px 10px;
  background-color: #333;
  background: #3E3E3E;
  border: 1px solid #3E3E3E;
}

.all-event .event-period .comments-share .social-button i {
  width: 16px;
  text-align: center;
}

.all-event .event-period .comments-share .social-button:after,
.all-event .event-period .comments-share .social-button:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.all-event .event-period .comments-share .social-button:after {
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #3E3E3E;
  border-width: 8px;
  margin-top: -8px;
}

.all-event .event-period .comments-share .fa-share-alt:hover .social-button {
  display: block;
}

.all-event .event-period .comments-share .social-button {
  display: none;
  width: 120px;
}

.all-event .events-date {
  width: 70px;
  height: 70px;
  border: 3px solid #F1C152;
  text-align: center;
  border-radius: 3px;
  background-color: #111;
  color: #fff;
  position: absolute;
  top: 16px;
  left: 30px;
}

.all-event .events-date span.event-date {
  font-size: 1.9em;
  font-weight: bold;
  color: #F1C152;
}

.all-event .events-date span.event-month {
  color: #ccc;
  position: relative;
  top: -10px;
}

/*event-single*/

.single-events .all-event .event-period .period-session {
  border: none;
}

.single-events .all-event .event-period {
  margin-bottom: 25px;
}

.single-events .all-event .event-period .comments-share {
  position: relative;
  top: 2px;
}

.single-events .events-date {
  position: absolute;
  top: 105px;
}

.eventMap {
  height: 300px;
}

.event-location {
  margin-bottom: 30px;
}

/*causes*/
.causes-page .blog-content {
  margin-right: 0px;
}

.causes img {
  margin-bottom: 10px;
}

.progress {
  height: 7px;
  margin-bottom: 14px;
  background-color: #4E4E4E;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
  background-color: #f1c152;
}


/*------------------------------------------------------------------------------------------------------------------*/
/*      #piller of islam.
/*------------------------------------------------------------------------------------------------------------------*/
.piller-of-islam {
  background-color: #f7f7f7;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.piller-of-islam .container {
  position: relative;
}

.piller-of-islam .curve-line {
  width: inherit;
  height: 145px;
  border: 2px dotted #ccc;
  border-radius: 170px 170px 0 0;
  border-bottom: 0;
  position: absolute;
  top: 80%;
  left: 0;
}

.piller-of-islam.section-padding {
  padding-bottom: 70px;
}

.piller-of-islam .curve-line:before {
  content: "\f1d9";
  font-family: fontawesome;
  width: 60px;
  font-size: 1.70em;
  height: 60px;
  text-align: center;
  line-height: 55px;
  color: #f1c152;
  border: 2px dotted #ccc;
  position: absolute;
  border-radius: 100%;
  top: 115px;
  z-index: 10;
  left: -30px;
  background-color: #F7F7F7;
}

.piller-of-islam .curve-line:after {
  content: "\f00c";
  font-family: fontawesome;
  width: 105px;
  font-size: 3em;
  height: 105px;
  text-align: center;
  line-height: 100px;
  color: #f1c152;
  border: 2px dotted #ccc;
  position: absolute;
  border-radius: 100%;
  top: 90px;
  z-index: 10;
  right: -30px;
  background-color: #F7F7F7;
}

.piller-of-islam:hover .curve-line {
  border-color: #f1c152;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border-style: dashed;
}

.piller-of-islam:hover .curve-line:before {
  border: 2px dashed #f1c152;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.piller-of-islam:hover .curve-line:after {
  border: 2px dashed #f1c152;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.piler-of-islam .item {
  border-radius: 100%;
  color: #fff;
  width: 130px;
  height: 130px;
  position: relative;
  text-align: center;
  margin: auto;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  z-index: 9;
}

.piler-of-islam .item-1 {
  background-color: #42DA87;
}

.piler-of-islam .item-2 {
  background-color: #FEB721;
}

.piler-of-islam .item-3 {
  background-color: #ED3897;
}

.piler-of-islam .item-4 {
  background-color: #F3405E;
}

.piler-of-islam .item-5 {
  background-color: #5F93E7;
}

.piler-of-islam .item .item-element {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.piler-of-islam .item .item-element span {
  font-size: 3em;
  line-height: 1.1;
}

.piler-of-islam .item .item-element span i {
  color: #fff;
}

.piler-of-islam .item .item-element .text {
  text-transform: uppercase;
  font-weight: bolder;
}

.piler-of-islam .item:before {
  content: '';
  position: absolute;
  border-radius: 100%;
  border: transparent solid 2px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}

.piler-of-islam .item:hover {
  background: #f1c152;
  border-color: #f1c152;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.piler-of-islam .item:hover:before {
  border-color: #f1c152;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
}


/*------------------------------------------------------------------------------------------------------------------*/
/*    #portfolio 
/*------------------------------------------------------------------------------------------------------------------*/
.portfolio {
  background-color: #fff;
  position: relative;
  z-index: 9;
}

.portfolio .read-more {
  background: #f1c152;
  padding: 25px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  border-radius: 0;
  margin: 0;
  border: 0;
  font-size: 20px;
  color: #fff;
}

.portfolio .read-more:hover {
  background-color: #111111;
}

.portfolio .read-more a {
  color: #fff;
}

.portfolio-filter {
  text-align: center;
  margin: auto;
  margin-bottom: 50px;
  display: table;
}

.portfolio-filter button {
  background: none;
  text-transform: uppercase;
  font-size: 1em;
  box-shadow: none;
  font-weight: 500;
  border: 1px solid #DEDEDE;
  padding: 5px 10px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}

.portfolio-filter button:focus,
.portfolio-filter button:hover {
  outline: none;
  color: #f1c152;
  box-shadow: none;
  background: transparent;
}

.portfolio-filter button:last-of-type:after {
  content: "";
}

.portfolio-item,
.portfolio-item .item {
  padding: 0;
  overflow: hidden;
}

.effect-oscar {
  background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
  background: linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
}

.effect-oscar img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  width: 100%;
  height: 100%;
}

.effect-oscar figcaption {
  padding: 3em;
  background-color: rgba(58, 52, 42, 0.7);
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}

.effect-oscar figcaption::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border: 10px solid rgba(0, 0, 0, 0.77);
  content: '';
}

.effect-oscar h2 {
  margin: 20% 0 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.effect-oscar figcaption::before,
.effect-oscar .item-link a {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.effect-oscar:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.effect-oscar .item-link {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.effect-oscar .item-link a {
  border: 2px solid transparent;
  border-radius: 100%;
  border: 2px solid #f1c152;
  width: 46px;
  height: 46px;
  display: block;
  text-align: center;
  line-height: 52px;
}

.effect-oscar:hover .item-link a:before {
  content: "";
  width: 36px;
  height: 36px;
  background-color: rgba(17, 17, 17, 0.69);
  position: absolute;
  left: 3px;
  border-radius: 100%;
  top: 3px;
  border: #000;
}

.plus-sign:before {
  content: "+";
  font-size: 1.8em;
  text-align: center;
  margin-top: 1px;
  display: block;
  margin-left: 1px;
  color: #F1C152;
}

.effect-oscar:hover .item-link a {
  border-radius: 100%;
  border: 2px solid #f1c152;
}

.effect-oscar:hover figcaption::before,
.effect-oscar:hover .item-link a {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  color: #fff;
}

.effect-oscar .item-title a {
  color: #fff;
  text-transform: uppercase;
}

.effect-oscar .item-title a:hover {
  text-decoration: none;
}

.effect-oscar .item-title {
  position: absolute;
  bottom: 0px;
  opacity: 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  text-align: center;
  width: 100%;
  left: 0;
}

.effect-oscar:hover .item-title {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  bottom: 25%;
  opacity: 1;
}

.effect-oscar:hover figcaption {
  background-color: rgba(58, 52, 42, 0);
}

.effect-oscar:hover img {
  opacity: 0.4;
}


/*------------------------------------------------------------------------------------------------------------------*/
/*    #service 
/*------------------------------------------------------------------------------------------------------------------*/
.service {
  transition: 0.3s all ease;
  position: relative;
  display: table;
  width: 90%;
  margin: auto;
}

.service .item {
  border-radius: 100%;
  color: #180e0e;
  width: 100px;
  height: 100px;
  background-color: #FFFFFF;
  position: relative;
  text-align: center;
  margin: auto;
  transition-duration: 0.3s;
  z-index: 9;
}

.service .item .item-element {
  position: relative;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  width: 88px;
  height: 88px;
  margin: auto;
  line-height: 88px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.service .item .item-element-1 {
  background-color: #F1C152;
}

.service .item .item-element-2 {
  background-color: #43DA86;
}

.service .item .item-element-3 {
  background-color: #FFB721;
}

.service .item .item-element-4 {
  background-color: #EE3897;
}

.service .item .item-element-5 {
  background-color: #F2405D;
}

.service .item .item-element-6 {
  background-color: #5F93E7;
}

.service .item .item-element span {
  font-size: 2.5em;
  line-height: 88px;
}

.service .item .item-element .text {
  text-transform: uppercase;
  font-weight: bolder;
}

.service .item:before {
  content: '';
  position: absolute;
  border-radius: 100%;
  border: #d2d2d2 solid 2px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition-duration: 0.3s;
  transition-property: top, right, bottom, left;
}

.service .item:hover {
  background: #f1c152;
  border-color: #f1c152;
  transition-duration: 0.3s;
}

.service .item:hover:before {
  border-color: #f1c152;
  top: -7px;
  right: -7px;
  bottom: -7px;
  left: -7px;
}

.service .item:hover .item-element {
  background: #F1C152;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.service .hand {
  position: absolute !important;
  left: 10%;
  top: -13px;
}

.service .hand1 {
  position: absolute !important;
  right: 10%;
  top: -13px;
}

.service .hand2 {
  position: absolute !important;
  left: -13%;
  top: 35%;
}

.service .hand3 {
  position: absolute !important;
  right: -13%;
  top: 35%;
}

.service .hand4 {
  position: absolute !important;
  left: 10%;
  bottom: -13px;
}

.service .hand5 {
  position: absolute !important;
  right: 10%;
  bottom: -13px;
}

.service .circle {
  position: absolute !important;
  right: 0;
  left: 0;
  margin: auto;
  width: 150px;
  height: 150px;
  background: #180E0E;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  color: #ffffff;
}

.service .circle:before {
  content: "";
  position: absolute;
  border: 3px solid #e9e5e5;
  width: 164px;
  height: 164px;
  border-radius: 100%;
  left: -7px;
  top: -7px;
  margin: auto;
  opacity: 0.5;
}

.service .circle:after {
  content: "";
  position: absolute;
  border: 3px solid #e9e5e5;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  left: -13px;
  top: -13px;
  margin: auto;
  opacity: 0.25;
}

.service .circle span:after {
  content: "";
  position: absolute;
  border: 3px solid #e9e5e5;
  width: 190px;
  height: 190px;
  border-radius: 100%;
  left: -20px;
  top: -20px;
  margin: auto;
  opacity: 0.10;
}

.service .circle strong {
  color: #FFFFFF;
  font-size: 40px;
  font-family: "yellowtail";
}

.service .circle .text {
  font-size: 15px;
  line-height: 1;
  position: relative;
  top: 35px;
  text-align: center;
}

.service .provide {
  width: 360px;
  height: 360px;
  position: relative;
  border: 2px solid #DCD1D1;
  border-radius: 100%;
  margin: 0 auto;
  margin-bottom: 70px;
  top: 30px;
}

.service .service-details {
  padding: 0;
  color: #000;
  margin-top: 20px;
}

.service .service-details .pooja {
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: right;
}

.service .service-details .pooja:hover .head,
.darson:hover .head {
  color: #f1c152;
}

.service .service-details .darson {
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: left;
}

.service .service-details .head {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bolder;
}

.service .service-details .contenet {
  color: #686664;
  font-size: 15px;
  line-height: 26px;
}


/*------------------------------------------------------------------------------------------------------------------*/
/*    #about us 
/*------------------------------------------------------------------------------------------------------------------*/
.what-we-do .section-title {
  display: table;
  margin: 0 !important;
  padding-bottom: 10px;
  margin-bottom: 35px !important;
}

.what-we-do .section-detail {
  text-align: left;
  padding-left: 0;
  margin-left: 0 !important;
  color: #4C4C4C;
  margin: auto;
  margin-bottom: 45px;
}

.what-we-do .section-title:after {
  content: "";
  width: 82px;
  height: 3px;
  background: #bbbbbb;
  position: absolute;
  bottom: -4px;
  right: 0;
  left: -36px;
  margin-left: 48px;
}

.what-we-do .section-title:before {
  content: "";
  width: 6px;
  height: 3px;
  background: #F1C152;
  position: absolute;
  bottom: -4px;
  left: 2px;
  margin: 0;
}

section:hover .what-we-do .section-title:before,
.vc_row-fluid:hover .what-we-do .section-title:before {
  width: 92px;
  -webkit-transition: 0.35s all ease;
  transition: 0.35s all ease;
  right: 0;
  left: 2px;
}

.about-us .service-person {
  color: #000;
  padding: 0 20px;
  text-align: center;
}

.about-us .service-person img {
  border-radius: 50%;
  margin-bottom: 10px;
  width: 295px;
  height: 295px;
}

.about-us .service-person .person-details span {
  color: #a3a19d;
}

.about-us .service-person h1 {
  margin: 0;
  font-family: "yellowtail";
  font-weight: normal;
  margin-bottom: 10px;
}

.about-us .service-person .person-content {
  margin-top: 20px;
  line-height: 1.5;
}

.about-us .service-person .person-social {
  margin-top: 20px;
  font-size: 24px;
}

.about-us .service-person .person-social ul {
  padding: 0;
}

.about-us .service-person .person-social ul li {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}

.about-us .service-person .person-social ul li a {
  color: #848483;
}

.about-us li:hover .fa-facebook {
  color: #3B5997;
}

.about-us li:hover .fa-twitter {
  color: #29C5F6;
}

.about-us li:hover .fa-vimeo-square {
  color: #17B3E8;
}

.about-us li:hover .fa-behance {
  color: #2290CE;
}

.about-us .service-details {
  padding: 0;
  color: #000;
}

.about-us .service-details .darson {
  margin-bottom: 30px;
  line-height: 26px;
  text-align: left;
  float: left;
  font-size: 15px;
}

.about-us .service-details .head {
  margin-bottom: 5px;
  font-size: 24px;
  display: table;
  font-weight: bolder;
}

.about-us .service-details .content {
  display: table;
  color: #686664;
}

.about-us .service-details .darson:hover .head {
  color: #F1C152;
}

.about-us .darson:hover .item:before {
  border-color: #f1c152;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
}

.about-us .darson:hover .item {
  background: #f1c152;
  border-color: #f1c152;
  transition-duration: 0.3s;
}

.about-us .darson:hover .item .item-element span {
  color: #fff;
}

.about-us .item {
  border-radius: 100%;
  color: #180e0e;
  float: left;
  margin-right: 20px;
  width: 80px;
  height: 80px;
  position: relative;
  text-align: center;
  transition-duration: 0.3s;
  z-index: 9;
}

.about-us .item .item-element {
  position: relative;
  top: 50%;
  line-height: 1.2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-us .item .item-element span {
  font-size: 2.5em;
  color: #c5beb9;
}

.about-us .item:hover .item-element span {
  color: #fff;
}

.about-us .item .item-element .text {
  text-transform: uppercase;
  font-weight: bolder;
}

.about-us .item:before {
  content: '';
  position: absolute;
  border-radius: 100%;
  border: #E2E2E2 solid 2px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition-duration: 0.3s;
  transition-property: top, right, bottom, left;
}

.about-us .item:hover {
  background: #f1c152;
  border-color: #f1c152;
  transition-duration: 0.3s;
}

.about-us .item:hover:before {
  border-color: #f1c152;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
}


/*------------------------------------------------------------------------------------------------------------------*/
/*    #schedule 
/*------------------------------------------------------------------------------------------------------------------*/
.shedule {
  background: #111;
}

.shedule h2 {
  color: #f1c152;
  margin: 0;
  margin-bottom: 30px;
}

.shedule .section-title:after {
  content: "";
  width: 82px;
  height: 3px;
  background: #bbbbbb;
  position: absolute;
  bottom: -4px;
  right: 0;
  left: -36px;
  margin-left: 48px;
}

.shedule .section-title:before {
  content: "";
  width: 6px;
  height: 3px;
  background: #F1C152;
  position: absolute;
  bottom: -4px;
  left: 2px;
  margin: 0;
}

section:hover .shedule .section-title:before,
.vc_row-fluid:hover .shedule .section-title:before {
  width: 92px;
  -webkit-transition: 0.35s all ease;
  transition: 0.35s all ease;
  right: 0;
  /*left: 2px;*/
}

.shedule .section-detail {
  text-align: left;
  color: #9d9090;
}

.shedule .shedule-list {
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 5px;
}

.shedule {
  background: #111;
}

.shedule h3 {
  color: #b2aaaa;
}

.shedule .shedule-list {
  border: 2px solid #f1c152;
  padding: 30px 15px;
  border-radius: 7px;
  display: table;
  background-color: rgba(255, 255, 255, 0.1);
}

.shedule .hour {
  text-align: center;
  height: 65px;
  border-radius: 100px;
  position: relative;
  padding: 0;
  margin: 0;
  border: 2px solid rgba(204, 204, 204, 0.4);
  width: 65px;
}

.shedule .hour h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  position: relative;
  top: 10px;
}

.shedule .hour span {
  text-align: center;
  position: relative;
  bottom: 0px;
  font-size: 10px;
}

.shedule .min {
  position: relative;
  left: 10px;

}

.shedule .schedule-name {
  padding: 0;
}

.schedule-name h3 {
  margin-top: 10px;
}

.shedule .schedule-time {
  padding: 0;
}

.shedule .shedule-time {
  margin-bottom: 30px;
  text-align: left;
  /* padding: 0; */
}

.shedule .shedule-time h3 {
  margin-bottom: 5px;
  font-size: 20px;
  font-family: roboto;
  font-weight: bold;
}

.shedule .shedule-time span {
  color: #929292;
  font-size: 15px;
}

.shedule .shedule-time:hover .hour h3 {
  color: #f1c152;
}

.shedule .shedule-time:after {
  content: "";
  background: rgba(204, 204, 204, 0.22);
  width: 90%;
  height: 1px;
  position: absolute;
  top: 75px;
  left: 15px;
}

.shedule .shedule-time:before {
  content: "";
  background: rgba(204, 204, 204, 0.18);
  width: 1px;
  height: 65px;
  position: absolute;
  top: -3px;
  left: -5px;
}

.shedule .shedule-before:before {
  width: 0;
}

.shedule .shedule-after:after {
  width: 0;
}

.shedule .no-margin {
  margin-bottom: 0;
}

.shedule .sunrise {
  border: 2px solid #f1c152;
  padding: 15px;
  border-radius: 7px;
  text-align: left;
  margin-top: 30px;
  color: #f1c152;
  width: 48%;
}

.sunrise img {
  float: right;
  padding: 15px 0;
}

.shedule .sunset {
  left: 30px;
  border: 2px solid #F66F03;
  color: #F66F03;
}

.shedule .sunrise h2 {
  font-weight: bolder;
  font-size: 30px;
  margin: 0;
  margin-top: 15px;
}

.shedule .sunrise i {
  font-size: 50px;
  float: left;
  margin: 0 30px;
}

/*------------------------------------------------------------------------------------------------------------------*/
/*    #sermons 
/*------------------------------------------------------------------------------------------------------------------*/
.sermons {
  background: #F7F7F7;
}

.sermons .portal {
  background-color: #fff;
  padding: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border: 1px solid rgba(204, 204, 204, 0.71);
  box-shadow: 0 2px 3px #E8E8E8;
  display: table;
  width: 100%;
}

.sermons-content {
  color: #777676;
  font-size: 14px;
  margin-top: 20px;
}

.sermons .portal img {
  float: left;
  border-radius: 100px;
  width: 140px;
  height: 140px;
  margin-right: 20px;
}

.sermons .portal .content {
  display: table;
  padding-top: 15px;
  color: #000;
  text-align: left;
  font-weight: bold;
  margin-bottom: 7px;
}

.sermons .portal .post-date {
  color: #a3a19d;
  font-size: 13px;
  margin-bottom: 10px;
  display: table;
}

.sermons .portal .post-date ul {
  padding: 0;
}

.sermons .portal .post-date ul li {
  padding-right: 10px;
  display: inline-block;
}

.sermons .portal .resource {
  display: table;
}

.sermons .portal .resource a {
  color: #D8D8D8;
  padding-right: 10px;
}

.single .sermons .portal {
  background: none;
}

.single .sermons .post-date.news-author {
  margin-top: 5px;
}

.single .sermons .resource {
  text-align: right;
}

.single .sermons .resource a {
  color: #a3a19d;
  margin-right: 9px;
  margin-top: 5px;
  display: inline-block;
}

.sermons-data {
  border-bottom: 1px solid #ece7e7;
  display: table;
  width: 100%;
  margin-bottom: 45px;
  padding: 8px 0;
}

.home .portal a {
  font-size: 18px;
  line-height: 24px;
}

.home .resource i {
  font-size: 20px;
}

.resource i:hover {
  color: #111;
}

.sermons .blog-content {
  margin-right: 0px;
}

/*------------------------------------------------------------------------------------------------------------------*/
/*  #boxer
/*------------------------------------------------------------------------------------------------------------------*/
/*! formstone v0.8.3 [lightbox.css] 2015-09-04 | MIT License | formstone.it */

.fs-lightbox-close,
.fs-lightbox-container,
.fs-lightbox-content {
  background: #fff;
  overflow: hidden
}

.fs-lightbox-close:focus,
.fs-lightbox-control:focus {
  outline: 0
}

.fs-lightbox {
  width: 200px;
  height: 200px;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 101;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 25px #000;
  opacity: 0;
  margin: 0 auto;
  padding: 10px;
  -webkit-transform: translateZ(0)
}

.fs-lightbox,
.fs-lightbox:not(input):not(textarea) {
  box-sizing: border-box;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important
}

.fs-lightbox-fixed {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto
}

.fs-lightbox-inline {
  padding: 30px
}

.fs-lightbox-animating {
  -webkit-transition: height .25s ease, width .25s ease, opacity .25s linear, top .25s ease;
  transition: height .25s ease, width .25s ease, opacity .25s linear, top .25s ease
}

.fs-lightbox-animating .fs-lightbox-container {
  -webkit-transition: opacity .25s linear .25s;
  transition: opacity .25s linear .25s
}

.fs-lightbox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity .25s linear;
  transition: opacity .25s linear
}

.fs-lightbox-open {
  opacity: 1
}

.fs-lightbox-overlay.fs-lightbox-open {
  opacity: .75
}

.fs-lightbox-close {
  border: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -7.5px;
  right: -7.5px;
  z-index: 105;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  padding: 0;
  text-indent: 200%;
  white-space: nowrap
}

.fs-lightbox-close:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #333;
  content: "\00d7";
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin: auto;
  text-align: center;
  text-indent: 0;
  -webkit-transition: color .15s linear;
  transition: color .15s linear
}

.no-opacity .fs-lightbox-close {
  text-indent: -999px
}

.fs-lightbox-loading_icon {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 105;
  display: block;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity .25s linear;
  transition: opacity .25s linear
}

.fs-lightbox-loading_icon:after,
.fs-lightbox-loading_icon:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 110%;
  content: '';
  display: block
}

.fs-lightbox-container:after,
.fs-lightbox-content:after {
  clear: both;
  content: '';
  display: table
}

.fs-lightbox-loading_icon:before {
  border: 5px solid rgba(51, 51, 51, .25)
}

.fs-lightbox-loading_icon:after {
  -webkit-animation: fs-lightbox-loading-spin .75s linear infinite;
  animation: fs-lightbox-loading-spin .75s linear infinite;
  border: 5px solid transparent;
  border-top-color: #333
}

@-webkit-keyframes fs-lightbox-loading-spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes fs-lightbox-loading-spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.fs-lightbox-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 103
}

.fs-lightbox-content {
  width: 100%;
  opacity: 1;
  padding: 0
}

.fs-lightbox-inline .fs-lightbox-content {
  width: auto
}

.fs-lightbox-iframe,
.fs-lightbox-video {
  width: 100%;
  height: 100%
}

.fs-lightbox-iframed .fs-lightbox-content {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch
}

.fs-lightbox-image {
  float: left
}

.fs-lightbox-iframe {
  border: none;
  float: left;
  overflow: auto
}

.fs-lightbox-meta {
  clear: both;
  padding: 10px 10px 0
}

.fs-lightbox-control {
  border: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 105;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, .25);
  cursor: pointer;
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
  overflow: hidden;
  text-indent: 200%;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
  white-space: nowrap
}

.fs-lightbox-control:before {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  margin: auto
}

.no-opacity .fs-lightbox-control {
  text-indent: -999px
}

.fs-lightbox-control_previous {
  left: 20px
}

.fs-lightbox-control_previous:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10.4px solid #333;
  margin-left: 14px
}

.fs-lightbox-control_next {
  right: 20px
}

.fs-lightbox-control_next:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10.4px solid #333;
  margin-right: 14px
}

.fs-lightbox-control_disabled,
.no-touch .fs-lightbox .fs-lightbox-control {
  opacity: 0
}

.no-touch .fs-lightbox:hover .fs-lightbox-control {
  opacity: 1
}

.no-touch .fs-lightbox .fs-lightbox-control_disabled,
.no-touch .fs-lightbox:hover .fs-lightbox-control_disabled {
  opacity: 0;
  cursor: default
}

.fs-lightbox-position {
  color: #999;
  font-size: 12px;
  margin: 5px 0;
  padding: 0
}

.fs-lightbox-caption:after {
  clear: both;
  content: '';
  display: table
}

.fs-lightbox-caption p {
  color: #666;
  font-size: 14px;
  margin: 5px 0;
  padding: 0
}

.fs-lightbox-caption_toggle {
  display: none
}

.fs-lightbox-error {
  width: 250px
}

.fs-lightbox-error p {
  color: #900;
  font-size: 14px;
  margin: 0;
  padding: 25px;
  text-align: center;
  text-transform: uppercase
}

.fs-lightbox-loading .fs-lightbox-container {
  opacity: 0;
  -webkit-transition: opacity .25s linear;
  transition: opacity .25s linear
}

.fs-lightbox-loading .fs-lightbox-loading_icon,
.no-touch .fs-lightbox-mobile .fs-lightbox-control,
.no-touch .fs-lightbox-mobile:hover .fs-lightbox-control {
  opacity: 1
}

.fs-lightbox-mobile {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #111;
  border-radius: 0;
  padding: 40px 0 0
}

.fs-lightbox-mobile .fs-lightbox-close {
  height: 40px;
  width: 40px;
  top: 0;
  right: 0;
  background: #111;
  border-radius: 0
}

.fs-lightbox-mobile .fs-lightbox-close:before {
  color: #ccc;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px
}

.fs-lightbox-mobile .fs-lightbox-loading_icon:before {
  border-color: rgba(153, 153, 153, .25)
}

.fs-lightbox-mobile .fs-lightbox-loading_icon:after {
  border-top-color: #999
}

.fs-lightbox-mobile .fs-lightbox-container {
  position: static;
  background: #111
}

.fs-lightbox-mobile .fs-lightbox-content {
  background-color: #111;
  padding: 0 15px
}

.fs-lightbox-mobile .fs-lightbox-tools {
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #111
}

.fs-lightbox-mobile .fs-lightbox-control {
  width: 50px;
  height: 100%;
  min-height: 50px;
  background: #111;
  border-radius: 0;
  box-shadow: none;
  opacity: 1
}

.fs-lightbox-mobile .fs-lightbox-control_previous {
  left: 0
}

.fs-lightbox-mobile .fs-lightbox-control_previous:before {
  border-right-color: #eee;
  margin-left: 19px
}

.fs-lightbox-mobile .fs-lightbox-control_next {
  right: 0
}

.fs-lightbox-mobile .fs-lightbox-control_next:before {
  border-left-color: #eee;
  margin-right: 19px
}

.fs-lightbox-mobile .fs-lightbox-control_disabled,
.no-touch .fs-lightbox-mobile .fs-lightbox-control_disabled,
.no-touch .fs-lightbox-mobile:hover .fs-lightbox-control_disabled {
  opacity: 0;
  cursor: default !important
}

.fs-lightbox-mobile .fs-lightbox-meta {
  padding: 15px 65px
}

.fs-lightbox-mobile .fs-lightbox-position {
  color: #999;
  font-size: 12px;
  margin: 0;
  padding: 0 15px 0 0
}

.fs-lightbox-mobile .fs-lightbox-caption p {
  color: #eee;
  font-size: 14px;
  margin: 0;
  padding: 0
}

.fs-lightbox-mobile .fs-lightbox-image {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

.fs-lightbox-mobile.fs-lightbox-animated .fs-lightbox-image {
  -webkit-transition: -webkit-transform .25s ease-out !important;
  transition: transform .25s ease-out !important
}

.fs-lightbox-mobile.fs-lightbox-iframe .fs-lightbox-content,
.fs-lightbox-mobile.fs-lightbox-inline .fs-lightbox-content {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch
}

.fs-lightbox-lock {
  overflow: hidden !important
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-tools {
  width: auto;
  position: static;
  background: 0 0
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-controls {
  width: 100%;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 105;
  background-color: #111;
  padding: 0 65px
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-caption_toggle {
  color: #999;
  display: block;
  font-size: 12px;
  line-height: 50px
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-meta {
  width: 100%;
  height: 80%;
  position: fixed;
  top: 20%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 104;
  background: #222;
  box-shadow: 0 0 25px #000;
  padding: 15px 15px 65px;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: -webkit-transform .25s ease;
  transition: transform .25s ease
}

.fs-lightbox-touch.fs-lightbox-caption_open .fs-lightbox-meta {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

/*------------------------------------------------------------------------------------------------------------------*/
/*  Animate.css - http://daneden.me/animate
/*------------------------------------------------------------------------------------------------------------------*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {

  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {

  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {

  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {

  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {

  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {

  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg)
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }

  100% {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none
  }

  22.2% {

    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg)
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }

  100% {
    -webkit-transform: none;
    transform: none
  }
}



.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;

  transform-origin: center
}

@-webkit-keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {

  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {

  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {

  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {

  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {

  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {

  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}


/*------------------------------------------------------------------------------------------------------------------*/
/*   #To make Responsive   
/*------------------------------------------------------------------------------------------------------------------*/


/* 

*  1 - media screen and (max-width: 992px)

*  2 - media screen and (max-width: 800px)

*  3 - media screen and (max-width: 768px)

*  4 - media screen and (max-width: 640px)

*  5 - media screen and (max-width: 500px)

*  6 - media screen and (max-width: 480px)

*  7 - media screen and (max-width: 320px)
*/
/**  1 - media screen and (max-width: 992px).
--------------------------------------------------------------------------------------------------- */

/* Element Appear Effect 
---------------------------------------------------------------------- */
@media screen and (min-width: 992px) {
  .from-top {
    top: -50px;
    opacity: 0;
    position: relative;
  }

  .from-bottom {
    bottom: -50px;
    opacity: 0;
    position: relative;
  }

  .from-left {
    left: -80px;
    opacity: 0;
    position: relative;
  }

  .from-right {
    right: -80px;
    opacity: 0;
    position: relative;
  }

  .fade-in {
    opacity: 0;
    position: relative;
    right: 0px;
  }
}

/* Element Appear Effect End
---------------------------------------------------------------------- 

/**  2 - media screen and (max-width: 800px).
--------------------------------------------------------------------------------------------------- */
/**  3 - media screen and (max-width: 768px).
--------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 991px) {
  .donate .donate-details .goal {
    width: 120px;
    height: 120px;
  }

  .event .centered {
    float: none;
  }

  .service .service-person {
    border: none;
  }

  .shedule .sunrise {
    float: left;
  }

  .shedule .sunset {
    left: 40px;
  }

  .event .section-title {
    font-size: 3em;
  }

  .service .service-details .pooja {
    text-align: center;
  }

  .service .service-details .darson {
    text-align: left;
  }

  .event .section-title {
    display: block;
    float: none;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 0;
  }

  .quotes .ref {
    text-align: left;
    padding-left: 50px;
    padding-right: 0;
    padding-top: 45px;
    font-weight: 700;
    font-size: 18px;
    margin-left: 220px;
  }

  .donate .found {
    font-size: 18px;
  }

  .donate .meter {
    height: 25px;
  }

  .donate .donate-details .goal .content h3 {
    font-size: 18px;
    top: 25px;
  }

  .donate .donate-details .goal .content span {
    font-size: 18px;
    top: 15px;
  }

  .donate .custom-btn {
    padding: 7px 30px;
    font-size: 15px;
  }

  .about-us .service-person img {
    border-radius: 50%;
    border: 5px solid #191110;
    margin-bottom: 10px;
    width: 170px;
    height: 170px;
  }

  .shedule .no-margin {
    margin-bottom: 10px;
    border-bottom: 1px solid #F9F9F9;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {


  #top-section #peace-menu .nav {
    float: none;
    text-align: left;
  }

  #top-section #peace-menu .nav>li {
    display: block;

  }

  #top-section #peace-menu a.donate {
    width: 80%;
  }

  #top-section #peace-menu .navbar-toggle {
    background: #111111;
    border-radius: 0;
  }

  #top-section #peace-menu .nav>li>ul.dropdown-menu:after {
    content: "";
    display: none;
    border-style: none !important;
    border-color: transparent transparent;
  }

  #top-section #peace-menu .nav>li>a {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  ul.nav li.dropdown:hover>ul.dropdown-menu {
    display: block;
    width: 100%;
  }

  .peace-blog {
    margin-bottom: 20px !important;
  }

  .sermons .portal {
    width: 95%;
  }

  .sermons .portal img {
    width: 120px;
    height: 120px;
  }

  .shedule .shedule-time:before {
    width: 0;
  }

  .shedule .shedule-time:after {
    width: 90%;
  }

  .shedule .no-margin {
    margin-bottom: 20px;
    border-bottom: none;
  }

  .shedule .responsive-fix {
    margin-bottom: 0;
    margin-top: 10px;
  }

  .donate .found {
    font-size: 18px;
  }

  .donate .meter {
    height: 25px;
  }

  .donate .donate-details .goal .content h3 {
    font-size: 18px;
    top: 25px;
  }

  .donate .donate-details .goal .content span {
    font-size: 18px;
    top: 15px;
  }

  .donate .custom-btn {
    padding: 7px 30px;
    font-size: 15px;
  }

  .about-us .service-person {
    margin-bottom: 30px;
  }

  .about-us .service-details .head {
    font-size: 20px;
  }

  #location .social-icons ul li {
    display: inline-block;
    margin-right: 0;
    margin-left: 0;
    width: 160px;
    position: relative;
    margin-bottom: 20px;
    text-align: left;
  }

  #location .social-icons ul li:after {
    content: "";
    width: 0px;
    height: 46px;
    position: absolute;
    background: #D2D2D2;
    right: -9px;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  .dropdown-menu>li {
    height: 40px;
  }

  .dropdown-menu {
    position: static;
  }

  .dropdown-menu>li>a {
    padding: 10px !important;
    color: #686664;
  }

  .portfolio .read-more {
    padding: 15px;
  }

  .service .provide {
    width: 300px;
    height: 300px;
  }

  .service .item {
    border-radius: 100%;
    color: #180e0e;
    width: 80px;
    height: 80px;
  }

  .service .item .item-element {
    width: 68px;
    height: 68px;
  }

  .service .item .item-element span {
    font-size: 2.5em;
    line-height: 68px;
  }

  .news-author {
    color: #e9e5e5;
    font-size: 12px;
  }

  .news-author .usr {
    margin-right: 5px;
    margin-left: 5px;
  }

  .news-author .tm {
    margin-right: 5px;
  }

  .news-author i {
    margin-right: 5px;
  }
}

@media screen and (max-width: 710px) {
  .location ul li {
    width: 120px;
    height: 120px;
  }

  .service .service-details .head {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bolder;
    text-align: center;
  }
}

@media screen and (max-width: 620px) {
  .section-title {
    font-size: 2em;
  }

  .donate .donate-details .goal {
    width: 150px;
    height: 150px;
  }

  .shedule .sunset {
    left: 20px;
  }

  .shedule .sunrise {
    border: 2px solid #dd3333;
    color: #dd3333;
    text-align: center;
  }

  .sunrise img {
    float: none;
    margin-bottom: 10px;
  }

  .portfolio-filter button {
    font-size: 12px;
  }

  .portfolio-filter {
    text-align: center;
    margin: auto;
    margin-bottom: 35px;
    display: table;
  }

}

@media screen and (max-width: 530px) {
  .post-list-container .post-info-block h2 {
    font-size: 18px;
  }

  .location ul li {
    width: 80px;
  }

  .location ul li span {
    display: none;
  }

  .location ul li:after {
    background: none;
  }

  .location ul li {
    width: 40px;
  }

  .post-list-container .post-list-block {
    border-bottom: 0;
  }

  .peace-blog {
    padding: 10px;
  }

  .post-info-block {
    padding-left: 5px;
  }

  .sticky {
    padding: 5px;
  }

  .quotes .prophet {
    position: relative;
    width: 130px;
    height: 152px;
    float: none;
    margin: auto;
  }

  .svg-fill {
    position: absolute;
    top: 0;
    width: 130px;
  }

  .border-svg:after {
    content: "\f10d";
    font-family: fontawesome;
    position: absolute;
    top: 22px;
    right: -16px;
    width: 30px;
    height: 30px;
    line-height: 27px;
    font-size: 0.9em;
  }

  .quotes .content {
    padding: 15px;
    border-radius: 25px;
    position: absolute;
    top: 28px;
    left: 3px;
    font-size: 10px;
  }

  .quotes .content span {
    font-size: 22px;
  }

  .quotes .content h3 {
    font-size: 24px;
  }

  .quotes .ref {
    text-align: center;
    padding-left: 20px;
    padding-right: 0;
    padding-top: 25px;
    font-weight: 700;
    font-size: 15px;
    margin-left: 0;
  }

  .about-us .service-details .head {
    font-size: 18px;
  }

  .about-us .service-details .darson {
    font-size: 14px;
  }
}

@media screen and (max-width: 430px) {
  .shedule .shedule-time {
    padding: 0;
    border-bottom: none;
  }

  .shedule .hour {
    width: 55px;
    height: 55px;
  }

  .shedule .sunset {
    left: 10px;
  }

  .shedule .sunrise h1 {
    font-size: 25px;
  }

  .shedule .shedule-time h3 {
    font-size: 15px;
  }

  .shedule .no-margin {
    margin-bottom: 20px;
  }

  .shedule .responsive-fix {
    margin-bottom: 0;
    margin-top: 10px;
  }

  .shedule .schedule-name {
    padding: 0;
  }

  .shedule .shedule-time:after {
    left: 0;
    top: 70px;
    width: 100%;
  }

  .donate .donate-details .goal .content h3 {
    font-size: 18px;
    top: 27px;
  }

  .donate .donate-details .goal .content span {
    font-size: 18px;
    top: 13px;
  }
}

@media screen and (max-width: 410px) {
  .donate .donate-details .goal {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .top-section #peace-menu .nav>li {
    display: block;
  }
}

/**  4 - media screen and (max-width: 640px).
--------------------------------------------------------------------------------------------------- */
/**  5 - media screen and (max-width: 500px).
--------------------------------------------------------------------------------------------------- */

/*=============== header section ===============*/
.header-top {
  position: relative;
  padding: 40px 0px;
}

.header-top .address {
  margin: 0;
  padding-left: 0;
  display: inline-block;
}

.header-top .address li {
  float: none;
  margin-bottom: 6px;
  color: #dcd6d2;
  text-align: left;
}

.header-top .address li i {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 26px;
  border-radius: 100%;
  border: 2px solid #dcd6d2;
  margin-right: 15px;
}

.col-md-4 .logo {
  text-align: center;
}

.logo a {
  display: inline-block;
}

.social-section {
  margin: 20px 0px;
}


.top-search-open {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  overflow: hidden;
  width: 100%;
  display: block;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: -2;
}

.top-search-open.visible {
  opacity: 1;
  z-index: 111;
}

.top-search-open input {
  width: 100%;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  color: #333333;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 2px;
  outline: 0;
  height: 100%;
  margin-top: 0;
  padding: 10px 65px 10px 20px;
  margin-left: 25px
}

.top-search-open i {
  position: absolute;
  right: 20px;
  top: 45px;
  cursor: pointer;
  background-color: #2d9acf;
  padding: 5px 7px;
  color: #fff;
  z-index: 999;
  display: inline-block;
  font-size: 18px;
}

/*=============== Menu  ===============*/
.menu-section {
  background-color: #180E0E;
}

.menu-section.menu-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 999;
}

.menu-section.menu-fixed .search {
  display: none;
}

.menu-section.menu-fixed .main-menu {
  float: right;
}

/*
menu fixed animation
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}




.menu-header {
  margin: 0;
  display: none;
}

.logo {
  float: left;
}


.donate {
  position: relative;
  float: right;
  margin: 0;
}

.donate li a {
  display: inline-block;
  background-color: #f1c152;
  color: #180e0e;
  padding: 20px 30px;
  text-transform: uppercase;
  font-weight: 600;
}

.donate:after {
  content: '';
  height: 100%;
  width: 32px;
  background-color: #f1c152;
  position: absolute;
  top: 0px;
  right: -32px;
  -webkit-transform: skewX(-23deg);
  -ms-transform: skewX(-23deg);
  transform: skewX(-23deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.donate:before {
  content: '';
  height: 100%;
  width: 32px;
  background-color: #f1c152;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transform: skewX(-23deg);
  -ms-transform: skewX(-23deg);
  transform: skewX(-23deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.main-menu {
  margin: 0;
  padding: 0;
  float: left;
}

.main-menu>li {
  float: left;
  padding: 0px;
  color: #000;
  position: relative;
  display: block;
}

.main-menu>li>a {
  padding: 20px 18px;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}

.main-menu>li>a>i {
  margin-left: 5px;
}

.submenu {
  padding: 0;
  position: absolute;
  top: 150%;
  width: 250px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  border-top: 4px solid #F1C152;
}

.submenu>li {
  float: none;
}


.submenu>li>a {
  display: block;
  padding: 10px 20px;
  color: #686664;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  text-transform: uppercase;
  font-weight: 500;
}

.submenu>li:last-child a {
  border-bottom: 0px solid rgba(0, 0, 0, .15);
}

.main-menu>li>a:hover,
.main-menu>li>a:active,
.main-menu>li>a:focus,
.submenu>li>a:hover,
.submenu>li>a:active,
.submenu>li>a:focus {
  color: #F1C152;
}

.main-menu>li:hover .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 9999;
  margin-left: 0;
}

.main-menu .search {
  float: left;
  overflow: hidden;
  margin-top: 6%;
  position: relative;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 50px;
}

.main-menu .search .search-icon {
  position: absolute;
  top: 30%;
  right: 5%;
}

.main-menu .search .search-text {
  background-color: #fff;
  border: none;
  padding: 10px 15px;
}


/*Mobile Menu*/

.mobile-menu-area {
  position: fixed;
  left: 0;
  top: 0px;
  width: 0;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.mobile-menu {
  position: absolute;
  width: 100%;
  top: 50px;
  text-align: center;
  opacity: 0;
  transition: all 1s ease;
  transform-origin: top;
  overflow-y: auto;
  max-height: 100vh;
}


.mobile-menu li {
  width: 100%;
}

.mobile-menu li a {
  font-size: 16px;
  line-height: 38px;
  color: #ffffff;
  outline: none;
  text-transform: uppercase;
  padding: 10px 0px;
  display: block;
  border-bottom: 1px solid #212020;
}

.open-mobile-menu .mobile-menu-area {
  visibility: visible;
  opacity: 1;
  width: 70%;
  border-top: 2px solid #fff;
  height: 600px;
  overflow-y: auto;
  background: #180e0e;
}

.mobile-toggle {
  display: none;
}

.open-mobile-menu .mobile-menu {
  /*transform: scaleY(1)*/
  ;
  opacity: 1;
  margin: 0;
  padding: 0;
}

.mobile-menu .dropdown-menu {
  width: 100%;
}

/*Mobile Sub menu*/
.mobile-submenu {
  display: none;
}

.mobile-submenu li a {
  font-size: 17px;
}

.mobile-submenu li a {
  font-size: 14px;
}


/* .sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
 }*/


/*============= menu style two ==============*/
.header-top.style-two {
  padding: 10px 0px;
  background: #180e0e;
}

.header-top.style-two .social {
  padding-left: 0;
  overflow: hidden;
}

.header-top.style-two .search-item {
  position: relative;
}

.header-top.style-two .search-item i {
  position: absolute;
  top: 50%;
  right: 0;
  color: #6d6767;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.header-top.style-two .search-item input {
  padding: 10px;
  background: #342b2b;
  border: none;
  border-radius: 1px;
  color: #fff;
}

.header-top.style-two .social {
  margin: 9px 10px;
}

.header-top.style-two .social li a {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  padding: 0px 5px;
}

.header-top.style-two .address li i {
  color: #fff;
}

.header-top.style-two .address li i {
  height: 35px;
  width: 35px;
  line-height: 35px;
  background: #F2405D;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  border: none;
}


/*=============== Menu  ===============*/
.header-top.style-two .logo {
  float: left;
  margin: 16px 0px;
}

.header-top.style-two .menu-section {
  background-color: #ffffff;
}

.menu-section.menu-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 999;
}

.admin-bar .menu-section.menu-fixed {
  margin-top: 32px;
}

.menu-section.menu-fixed .search {
  display: none;
}

.menu-section.menu-fixed .main-menu {
  float: left;
}


/*
menu fixed animation
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*======== muslim section ========*/
.menu-section.v2 {
  background-color: #fff;
  box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.1);
}

.muslim-header .header-top.style-two .address {
  margin: 3px 0px 0px;
}

.header-top.style-two .address li {
  color: #fff;
  margin: 0px 5px;
  float: left;
}

.header-bottom.style-two .menu-header {
  margin: 0;
  display: none;
}

.header-bottom.style-two .logo {
  float: left;
  margin: 20px 0px;
}

.header-bottom.style-two .donate,
.header-top.style-three .donate {
  float: right;
  margin: 23px 0px;
}

.header-bottom.style-two .donate li a,
.header-top.style-three .donate li a {
  display: inline-block;
  background-color: #f2405d;
  color: #fff;
  padding: 12px 26px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  border-radius: 36px;
}

.header-bottom.style-two .donate li a i,
.header-top.style-three .donate li a i {
  margin-left: 5px;
}

.header-bottom.style-two .main-menu {
  margin: 0;
  padding: 0;
  float: left;
}

.header-bottom.style-two .main-menu>li {
  float: left;
  padding: 0px;
  color: #000;
  position: relative;
  display: block;
}

.header-bottom.style-two .main-menu>li>a {
  padding: 36px 5px;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  color: #686664;
}

.header-bottom.style-two .main-menu>li>a:hover {
  color: #f2405d;
}

.header-bottom.style-two .main-menu>li>a>i {
  margin-left: 5px;
}

.header-bottom.style-two .dropdown-menu {
  padding: 0;
  position: absolute;
  top: 150%;
  width: 250px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  border-top: 4px solid #f2405d;
}

.header-bottom.style-two .dropdown-menu>li {
  float: none;
  list-style: none;
}

.header-bottom.style-two .dropdown-menu>li>a {
  display: block;
  padding: 10px 20px;
  color: #686664;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  text-transform: none;
  font-weight: 500;
  font-size: 14px;
}

.header-bottom.style-two .dropdown-menu>li:last-child a {
  border-bottom: 0px solid rgba(0, 0, 0, .15);
}

.header-bottom.style-two .main-menu>li>a:hover,
.header-bottom.style-two .main-menu>li>a:active,
.header-bottom.style-two .main-menu>li>a:focus,
.header-bottom.style-two .dropdown-menu>li>a:hover,
.header-bottom.style-two .dropdown-menu>li>a:active,
.header-bottom.style-two .dropdown-menu>li>a:focus {
  color: #f2405d;
}

.header-bottom.style-two .main-menu>li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 97%;
  z-index: 9999;
}

.header-bottom.style-two .dropdown-menu>li .dropdown-menu {
  display: none;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

}

.header-bottom.style-two .dropdown-menu>li:hover .dropdown-menu {
  left: 100%;
  z-index: 9;
  display: block;
  position: absolute;
  min-width: 200px;
  top: 0 !important;
}

.header-bottom.style-two .main-menu .search {
  float: left;
  overflow: hidden;
  margin-top: 6%;
  position: relative;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 50px;
}

.header-bottom.style-two .main-menu .search .search-icon {
  position: absolute;
  top: 30%;
  right: 5%;
}

.header-bottom.style-two .main-menu .search .search-text {
  background-color: #fff;
  border: none;
  padding: 10px 15px;
}

.header-bottom.style-two .donate:after,
.header-top.style-three .donate:after {
  width: 0px;
}

.header-bottom.style-two .donate:before,
.header-top.style-three .donate:before {
  width: 0px;
}


/*========== hindu header style ===========*/
.header-top.style-three .address li .address-item {
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 100%;
  border: none;
  margin-right: 10px;
  background: #f2405d;
  color: #fff;
  vertical-align: middle;
}

.header-top.style-three .address li {
  float: left;
  font-size: 16px;
  color: #180e0e;
  font-weight: 700;
  margin-right: 50px;
}

.header-top.style-three .address .address-item {
  display: inline-grid;
}

.header-top.style-three .address li h5 {
  color: #8b8686;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}

header ul li {
  float: left;
  list-style: none;
}


/*======== header-section ==========*/
.christian-header-section {
  width: 100%;
  background: url(../../assets/images/christian/header/bg.jpg);
  background-size: cover;
  position: relative;
  background-position: center center;
}

.christin-menu {
  position: fixed;
  display: inline-block;
  background: transparent;
  padding: 20px 0px;
  width: 100%;
  z-index: 99999;
}

.christin-menu .menu-section {
  background-color: transparent;
}

.christin-menu .menu-section .donate {
  margin: 15px 0px;
}

.christin-menu .menu-section .donate:after {
  width: 0px;
}

.christin-menu .menu-section .donate:before {
  width: 0px;
}

.christin-menu .menu-section .donate li a i {
  margin-left: 10px;
  display: inline-block;
}

.christin-menu .menu-section .donate li a {
  padding: 6px 19px;
  background: #f2405d;
  color: #fff;
  text-transform: none;
}

.christin-menu .menu-section .main-menu>li>a {
  padding: 20px 10px;
  font-size: 16px;
  text-transform: none;
}

.christin-menu .main-menu>li>a:hover,
.christin-menu .main-menu>li>a:active,
.christin-menu .main-menu>li>a:focus,
.christin-menu .submenu>li>a:hover,
.christin-menu .submenu>li>a:active,
.christin-menu .submenu>li>a:focus {
  color: #f2405d;
}


.christin-menu .submenu {
  border-top: 4px solid #f2405d;
}

.christin-menu .menu-section.menu-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 999;
  background: #F2405D;
}

.christin-menu .logo {
  margin: 4px 0px;
}

.christin-menu .menu-section.menu-fixed .donate li a i {
  margin-left: 10px;
  display: inline-block;
}

.header-top .address {
  margin: 0;
}

.header-top.style-three .address li {
  float: left;
  font-size: 16px;
  color: #180e0e;
  font-weight: 700;
  margin-right: 50px;
}

.header-top .address li {
  float: none;
  margin-bottom: 6px;
  color: #dcd6d2;
}

.header-style3-menu .dropdown-menu {
  top: 99%;
}

.header-style3-menu .main-menu {
  float: none;
  display: inline-block;
}

.header-style3-menu .menu-menu-1-container {
  text-align: center;
  margin-bottom: -4px;
}

.about .about-content p,
.header-top .address span {
  color: #686664;
}

.header-top.style-three .address li h5 {
  color: #8b8686;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  text-transform: initial;
}

/*========== hindu header style ===========*/
.header-top.style-three {
  padding: 20px 0px;
  padding-bottom: 0;
}

.header-top.style-three .address li .address-thumb {
  float: left;
  margin: 5px 0px;
}

.header-top.style-three .address li .address-thumb i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 39px;
  border-radius: 100%;
  border: none;
  background: #f2405d;
  color: #fff;
  margin-right: 10px;
}

.header-top.style-three .address li {
  float: left;
  font-size: 16px;
  color: #180e0e;
  font-weight: 700;
  margin: 0px 25px;
}

.header-top.style-three .address-content {
  display: table;
  text-transform: capitalize;
}

.header-top.style-three .address-content p {
  margin: 0;
  color: #686664;
  line-height: 24px;
  font-size: 15px;
}

.header-top.style-three .address-content h5 {
  color: #8b8686;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

.header-bottom.style-three .donate,
.header-top.style-three .donate {
  float: right;
  margin: 0px;
  padding: 0;
}

.header-bottom.style-three {}

.header-top.style-three .donate li a {
  padding: 12px 25px;
}

.header-bottom.style-three .search-item input {
  width: 190px;
  background: #f3f3f3;
  border-radius: 3px;
  padding: 10px 10px;
  border: none;
}

.header-bottom.style-three .search-item i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  color: #9a9696;
}

.header-bottom.style-three .search-item {
  position: relative;
  padding: 5px 0px;
  margin: 10px 20px;
}

.header-bottom.style-three .social-section {
  margin: 26px 0px;
}

.header-bottom.style-two .main-menu>li>a {
  font-weight: 500;
}

.header-bottom.style-three .social-item li a i {
  padding: 0px 4px;
  color: #8b8686;
  font-size: 18px;
}

ul.social-item {
  overflow: hidden;
  padding-left: 0;
}

.header-bottom.style-three .main-menu>li>a {
  padding: 26px 5px 34px 5px;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  color: #686664;
}

.header-top.style-three .section-wrapper {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 16px;
}

/* .header-bottom.style-three .social-item li:nth-last-child(1) a{
        _border-left: 1px solid #d4d4d4;
        padding-left: 5px;
        display: inline-block;
} */
.header-bottom.style-three .social-item:after {
  width: 0px;
}


.header-bottom.style-three .search-item input i {}


@media only screen and (max-width: 990px) {

  .header-top.style-two {
    display: none;
  }

  .header-bottom.style-two .menu-wrapper {
    display: none;
  }

  .header-bottom.style-two .menu-header {
    margin: 0;
    display: block;
  }

  /*====== muslim PSD ======*/
  .header-section .col-md-4 .address {
    display: none;
  }

  .header-section .col-md-4 .social-item,
  .header-section .col-md-4 .search-option {
    display: none;
  }

  .col-2 {
    width: 30%;
  }

  .curve-line {
    display: none;
  }

  .section-title {
    width: 100%;
  }

  .festival .grid .gallery-item {
    width: 33.33%;
  }

  .event-thumb {
    margin: auto;
    display: table;
  }

  .progress {
    width: 100%;
  }

  .quote-content {
    width: 100%;
  }

  .urgent-cause {
    width: 100%;
    background-position: 50% 0;
  }

  .schedule-wrapper-list:after {
    width: 0px;
  }

  .countdown-section .col-md-2 .custom-btn {
    margin: 35px auto;
    display: table;
  }

  .brand-item {
    margin: 40px 0px;
  }

  .send-us-message input {
    width: 100%;
  }

  .location .address .address-item {
    width: 40%;
    float: left;
  }

  .event-item-wrapper {
    width: 100%;
    overflow: hidden;
  }

  .social-big-icon ul li {
    margin-bottom: 20px;
  }

  /*====== menu section ======*/
  .menu-header {
    display: block;
  }

  .donate {
    display: none;
  }

  .logo {
    float: left;
    display: block;
    width: 45%;
    padding: 10px 0;
    margin-left: 15px !important;
  }

  .banner-section {
    position: relative;
  }

  .main-menu {
    display: none;
  }

  .main-menu .search {
    display: block;
  }

  .mobile-menu-area {
    display: block;
  }

  .mobile-toggle {
    display: block;
  }

  .mobile-menu .dropdown-menu {
    position: unset !important;
    width: 100% !important;
    text-align: center;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .mobile-toggle:hover .icon-bar-two {
    opacity: 0;
  }

  .mobile-toggle:hover span.icon-bar-one {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .mobile-toggle:hover span.icon-bar-three {
    transform: rotate(-45deg) translate(6px, -7px);
  }

  #wpadminbar {
    position: fixed;
  }

  .bar-stick {
    height: 3px;
    width: 100%;
    background: #888;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
  }

  span.icon-bar-one {
    top: 0px;
  }

  span.icon-bar-three {
    top: 16px;
  }

  .bar-stick,
  span.icon-bar-one,
  span.icon-bar-three {
    width: 100%;
    transition: all 0.5s ease;
  }

  .breadcrumbs {
    margin-bottom: 15px;
    margin-left: 15px;
  }

  .header-top .address {
    display: none;
  }

  button.mobile-toggle {
    float: right;
    margin: 20px 25px;
    height: 28px;
    width: 29px;
    background: transparent;
    position: relative;
    padding: 5px;
    border: none;
  }

  .header-top.style-three {
    display: none;
  }

  /*====== muslim =======*/
  .menu-section.v2 .mobile-toggle {
    margin: 43px 25px;
  }

}


#top-section #peace-menu .nav>li>a.donate {
  display: none;
}

a.donate-now {
  color: #fff !important;
  padding: 24px 30px 24px 30px;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
  position: relative;
  line-height: 1.2;
}

a.donate-now:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: red;
  transform: skew(-20deg);
  z-index: -1;
}

a.donate-now:hover {
  color: #fff;
}

a.donate-now i {
  margin-left: 7px;
}

.collapse.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}