@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,600,300);
@import url(https://fonts.googleapis.com/css?family=Tangerine:400,700);
@import "../fonts/fontawesome/css/font-awesome.css";
@import "../plugins/owl/owl.carousel.css";
@import "../plugins/owl/owl.theme.css";
@import "../plugins/owl/owl.transitions.css";
/*------------------------------------------------------------------
Project:	Template Name HTML Templare
Version:	1.0
Last change:	26 November 2014
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Font Awesome
2. Et line Font
3. Animate.css
4. Typography
5. Buttons
6. Paginations
7. Yamm Menu
8. Menu
9. Forms
10. Tables
11. Utilities

-------------------------------------------------------------------*/
h1,
.h1 {
  font-size: 55px;
}
h2,
.h2 {
  font-size: 45px;
}
h3,
.h3 {
  font-size: 38px;
}
h4,
.h4 {
  font-size: 35px;
}
h5,
.h5 {
  font-size: 22px;
}
h6,
.h6 {
  font-size: 18px;
}
@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.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;
}
.animatedHeadroom {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animatedHeadroom.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animatedHeadroom.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -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-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -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;
  -ms-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(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.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(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.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;
  -ms-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(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.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(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.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 bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-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(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.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(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.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-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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-animation-duration: .75s;
  animation-duration: .75s;
  -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-animation-duration: .75s;
  animation-duration: .75s;
}
@-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(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.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.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.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.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.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(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.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(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.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.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.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.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.ct-fw-300 {
  font-weight: 300;
}
.ct-fw-400 {
  font-weight: 400;
}
.ct-fw-500 {
  font-weight: 500;
}
.ct-fw-600 {
  font-weight: 600;
}
.ct-fw-700 {
  font-weight: 700;
}
.ct-fw-800 {
  font-weight: 800;
}
.ct-fw-900 {
  font-weight: 900;
}
.ct-fs-i {
  font-style: italic;
}
.ct-fs-n {
  font-style: normal;
}
.ct-u-displayTable,
.ct-u-displayTableVertical {
  display: table;
  width: 100%;
}
.ct-u-displayTableVertical {
  height: 100%;
}
.ct-u-displayTableVertical .ct-u-displayTableCell {
  vertical-align: middle;
}
.ct-u-displayTableRow {
  display: table-row;
}
.ct-u-displayTableCell {
  display: table-cell;
}
.ct-u-displayBlock {
  display: block !important;
}
.ct-u-paddingTop5 {
  padding-top: 5px;
}
.ct-u-paddingRight5 {
  padding-right: 5px;
}
.ct-u-paddingBoth10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ct-u-paddingTop10 {
  padding-top: 10px;
}
.ct-u-paddingBottom10 {
  padding-bottom: 10px;
}
.ct-u-paddingBottom15 {
  padding-bottom: 15px;
}
.ct-u-paddingTop15 {
  padding-top: 15px;
}
.ct-u-paddingBoth20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ct-u-paddingTop20 {
  padding-top: 20px;
}
.ct-u-paddingTop25 {
  padding-top: 25px;
}
.ct-u-paddingBottom20 {
  padding-bottom: 20px;
}
.ct-u-paddingBottom25 {
  padding-bottom: 25px;
}
.ct-u-paddingLeft25 {
  padding-left: 25px;
}
.ct-u-paddingLeft30 {
  padding-left: 30px;
}
.ct-u-paddingRight25 {
  padding-right: 25px;
}
.ct-u-paddingRight35 {
  padding-right: 35px;
}
.ct-u-paddingBoth30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ct-u-paddingTop30 {
  padding-top: 30px;
}
.ct-u-paddingTop35 {
  padding-top: 35px;
}
.ct-u-paddingBottom30 {
  padding-bottom: 30px;
}
.ct-u-paddingBoth40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.ct-u-paddingTop40 {
  padding-top: 40px;
}
.ct-u-paddingBottom40 {
  padding-bottom: 40px;
}
.ct-u-paddingBottom45 {
  padding-bottom: 45px;
}
.ct-u-paddingBoth50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ct-u-paddingTop50 {
  padding-top: 50px;
}
.ct-u-paddingBottom50 {
  padding-bottom: 50px;
}
.ct-u-paddingBottom55 {
  padding-bottom: 55px;
}
.ct-u-paddingBottom65 {
  padding-bottom: 65px;
}
.ct-u-paddingBoth60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.ct-u-paddingTop60 {
  padding-top: 60px;
}
.ct-u-paddingTop95 {
  padding-top: 95px;
}
.ct-u-paddingTop105 {
  padding-top: 105px;
}
.ct-u-paddingBottom60 {
  padding-bottom: 60px;
}
.ct-u-paddingBoth70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.ct-u-paddingTop70 {
  padding-top: 70px;
}
.ct-u-paddingTop75 {
  padding-top: 75px;
}
.ct-u-paddingBottom70 {
  padding-bottom: 70px;
}
.ct-u-paddingBoth80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.ct-u-paddingTop80 {
  padding-top: 80px;
}
.ct-u-paddingBottom80 {
  padding-bottom: 80px;
}
.ct-u-paddingBoth90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.ct-u-paddingTop90 {
  padding-top: 90px;
}
.ct-u-paddingBottom90 {
  padding-bottom: 90px;
}
.ct-u-paddingBoth100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.ct-u-paddingTop100 {
  padding-top: 100px;
}
.ct-u-paddingBottom100 {
  padding-bottom: 100px;
}
.ct-u-paddingBottom105 {
  padding-bottom: 105px;
}
.ct-u-paddingBoth150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.ct-u-paddingTop150 {
  padding-top: 150px;
}
.ct-u-paddingBottom150 {
  padding-bottom: 150px;
}
.ct-u-paddingLeft40 {
  padding-left: 40px;
}
.ct-u-paddingRight60 {
  padding-right: 60px;
}
.ct-u-paddingRight15 {
  padding-right: 15px;
}
.ct-u-paddingLeft60 {
  padding-left: 60px;
}
.ct-u-paddingLeft140 {
  padding-left: 140px;
}
.ct-u-padding0 {
  padding: 0;
}
.ct-u-marginBottom5 {
  margin-bottom: 5px;
}
.ct-u-marginBoth0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.ct-u-marginBoth10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.ct-u-marginTop10 {
  margin-top: 10px;
}
.ct-u-marginBottom10 {
  margin-bottom: 10px;
}
.ct-u-marginBoth20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.ct-u-marginTop20 {
  margin-top: 20px;
}
.ct-u-marginBottom20 {
  margin-bottom: 20px;
}
.ct-u-marginBoth30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.ct-u-marginTop30 {
  margin-top: 30px;
}
.ct-u-marginBottom30 {
  margin-bottom: 30px;
}
.ct-u-marginBoth40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.ct-u-marginTop40 {
  margin-top: 40px;
}
.ct-u-marginBottom40 {
  margin-bottom: 40px;
}
.ct-u-marginBoth50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.ct-u-marginTop50 {
  margin-top: 50px;
}
.ct-u-marginBottom50 {
  margin-bottom: 50px;
}
.ct-u-marginBoth60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.ct-u-marginTop60 {
  margin-top: 60px;
}
.ct-u-marginBottom60 {
  margin-bottom: 60px;
}
.ct-u-marginBoth70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.ct-u-marginTop70 {
  margin-top: 70px;
}
.ct-u-marginBottom70 {
  margin-bottom: 70px;
}
.ct-u-marginBoth80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.ct-u-marginTop80 {
  margin-top: 80px;
}
.ct-u-marginBottom80 {
  margin-bottom: 80px;
}
.ct-u-marginBoth90 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.ct-u-marginTop90 {
  margin-top: 90px;
}
.ct-u-marginBottom90 {
  margin-bottom: 90px;
}
.ct-u-marginBoth100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.ct-u-marginTop100 {
  margin-top: 100px;
}
.ct-u-marginBottom100 {
  margin-bottom: 100px;
}
.ct-u-marginBoth150 {
  margin-top: 150px;
  margin-bottom: 150px;
}
.ct-u-marginTop150 {
  margin-top: 150px;
}
.ct-u-marginBottom150 {
  margin-bottom: 150px;
}
.ct-u-marginBottomMinus10 {
  margin-bottom: -10px;
}
.ct-u-marginTopMinus10 {
  margin-top: -10px;
}
.ct-u-marginTopMinus30 {
  margin-top: -30px;
}
.ct-u-marginTopMinus5 {
  margin-top: -5px;
}
.ct-u-marginRight20 {
  margin-right: 20px;
}
.ct-u-marginLeft0 {
  margin-left: 0 !important;
}
.ct-u-margin0auto {
  margin: 0 auto;
}
.ct-u-lineHeight30 {
  line-height: 30px;
}
.ct-u-lineHeight32 {
  line-height: 32px;
}
.ct-u-lineHeight36 {
  line-height: 36px;
}
.ct-u-lineHeight0 {
  line-height: 0px;
}
.ct-u-colorWhite {
  color: #ffffff;
}
.ct-u-lightColor {
  color: #b3b3b3;
}
.ct-u-greyColor {
  color: #b2b2b2;
}
.ct-u-blackColor {
  color: #494949;
}
.ct-u-backgroundWhite {
  background-color: #ffffff;
}
.ct-u-backgroundGray {
  background-color: #fbfbfb;
}
.ct-u-fontSize12 {
  font-size: 12px;
}
.ct-u-fontSize14 {
  font-size: 14px;
}
.ct-u-fontSize15 {
  font-size: 15px;
}
.ct-u-fontSize16 {
  font-size: 16px;
}
.ct-u-fontSize20 {
  font-size: 20px;
}
.ct-u-fontSize22 {
  font-size: 22px;
}
.ct-u-fontSize24 {
  font-size: 24px;
}
.ct-u-fontSize28 {
  font-size: 28px;
}
.ct-u-fontSize26 {
  font-size: 26px;
}
.ct-u-fontSize30 {
  font-size: 30px;
}
.ct-u-fontSize40 {
  font-size: 40px;
}
.ct-u-fontSize41 {
  font-size: 41px;
}
.ct-u-fontSize80 {
  font-size: 80px;
}
.ct-u-fontSize50 {
  font-size: 50px;
}
.ct-u-fontSize52 {
  font-size: 52px;
}
.ct-u-fontType1 {
  font-family: "Open Sans", Sans Pro, sans-serif;
}
.ct-u-fontType2 {
  font-family: Tangerine;
}
.ct-u-borderBottom {
  border-bottom: 1px solid #efefef;
}
.ct-u-borderTop {
  border-top: 1px solid #efefef;
}
.ct-u-borderAll {
  border: 1px solid #efefef;
}
.navbar {
  z-index: 9000;
}
.navbar.navbar-default .dropdown .dropdown-menu {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(245, 229, 226, 0.8100000000000001);
  -moz-box-shadow: 0px 1px 5px 0px rgba(245, 229, 226, 0.8100000000000001);
  box-shadow: 0px 1px 5px 0px rgba(245, 229, 226, 0.8100000000000001);
  left: 14px;
  top: 100%;
  z-index: 9999;
  border-color: white;
  font-size: 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-width: 195px;
  padding-left: 33px;
  padding-right: 33px;
  padding-top: 13px;
  padding-bottom: 13px;
}
.navbar.navbar-default .dropdown .dropdown-menu .active > a,
.navbar.navbar-default .dropdown .dropdown-menu .active > a:hover,
.navbar.navbar-default .dropdown .dropdown-menu .active > a:focus {
  background-color: transparent;
}
.navbar.navbar-default .dropdown .dropdown-menu > li > a {
  padding: 3px 4px;
  font-weight: 600;
}
.navbar.navbar-default .dropdown .dropdown-menu > li > a:hover,
.navbar.navbar-default .dropdown .dropdown-menu .dropdown-menu > li > a:focus {
  background-color: transparent;
}
.navbar.navbar-default .dropdown .dropdown-menu > li {
  position: relative;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar.navbar-default .dropdown .dropdown-menu > li:first-child {
  border-top: none;
}
.navbar.navbar-default .dropdown .dropdown-menu > li:last-child {
  border-bottom: none;
}
.navbar.navbar-default .dropdown .dropdown-menu > li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 34px;
  height: 32px;
  background-color: #fff;
}
.navbar.navbar-default .dropdown:hover .dropdown-menu {
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar.navbar-default .dropdown:hover .dropdown-menu .dropdown:hover .dropdown-menu {
  display: block;
}
.navbar.navbar-default .dropdown .dropdown-menu .dropdown .dropdown-menu {
  display: none;
  left: 100%;
  top: -16px;
  margin-left: 35px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: transparent;
  color: #fff !important;
}
.ct-topBar {
  color: #ffffff;
  background-color: #292929;
  z-index: 9999;
  font-size: 12px;
  line-height: 35px;
}
.ct-topBar span i {
  padding-right: 7px;
}
.ct-topBar .ct-topBar-navigation ul {
  margin: 0;
}
.ct-topBar .ct-topBar-navigation ul li {
  padding-left: 15px;
}
.ct-topBar .ct-topBar-navigation ul i {
  padding-right: 7px;
}
@media (max-width: 591px) {
  .ct-topBar {
    text-align: center;
  }
  .ct-topBar .container .pull-left {
    float: none !important;
  }
  .ct-topBar .container .ct-topBar-navigation {
    float: none !important;
  }
  .ct-topBar .container .ct-topBar-navigation ul li {
    padding-left: 0;
  }
}
.navbar-nav > li:not(:last-child) > a:after {
  content: "";
  position: absolute;
  top: 23px;
  right: -8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.navbar {
  min-height: 60px;
  margin-bottom: 0;
}
ul.navbar-nav {
  padding-top: 29px;
  padding-left: 50px;
}
.ie8 ul.navbar-nav {
  padding-left: 30px !important;
}
.ie8 body {
  background-color: red !important;
}
.navbar-default {
  border: none;
}
.navbar-default .navbar-nav > li > a {
  color: #545454;
  font-weight: 600;
}
.navbar-default .navbar-nav > li {
  padding-right: 12px;
  padding-top: 6px;
}
.ct-navbarSelect {
  font-size: 12px;
  line-height: 114px;
  height: 115px;
  color: #ffffff;
  position: relative;
  padding-right: 5px;
  padding-left: 40px;
}
.ct-navbarSelect i {
  padding-right: 8px;
  padding-left: 24px;
}
.ct-navbarSelect:before {
  content: "";
  position: absolute;
  left: -2px;
  width: 1px;
  height: 100%;
}
.ct-navbarSelect:after {
  content: "";
  position: absolute;
  left: 100%;
  height: 100%;
  width: 9999px;
  top: 0;
}
.collapse.navbar-collapse {
  background-color: #f7f7f7;
  padding-left: 0;
  margin-left: -12px;
}
@media (min-width: 768px) {
  .ct-navbarMobile,
  .ct-menuMobile {
    display: none;
  }
}
@media (max-width: 767px) {
  nav.navbar.navbar-default {
    display: none;
  }
}
@media (max-width: 768px) {
  .navbar-brand img {
    max-width: 110px;
    padding-top: 6px;
  }
}
.ct-navbar--bounceIn > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--fadeIn > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--fadeInLeft > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--fadeInRight > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--fadeInDown > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--fadeInUp > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--pulse > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--bounceInRight > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--bounceInLeft > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--flipInX > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--flipInY > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--zoomIn > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--zoomInDown > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--zoomInUp > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.navbar-scroll-top {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.headroom {
  transition: transform 200ms linear;
  z-index: 9998;
}
.headroom--pinned {
  transform: translateY(0%);
  display: block;
}
.headroom--unpinned {
  transform: translateY(-100%);
  display: none;
}
.snapjs-right {
  overflow: hidden !important;
}
.ct-navbar--fixedTop .ct-navbarMobile {
  position: fixed;
}
.ct-navbarMobile {
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9000;
}
.ct-navbarMobile.ct-navbarMobile--inverse {
  background-color: #f8f8f8;
  color: #ffffff;
}
.ct-navbarMobile .navbar-brand {
  height: 70px;
  padding: 0 15px;
  line-height: 70px;
}
.ct-navbarMobile .navbar-toggle {
  position: absolute;
  top: 10px;
  right: 0px;
}
.ct-navbarMobile .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-brand {
  padding: 21px 15px;
}
.snapjs-right .ct-menuMobile,
.snapjs-left .ct-menuMobile {
  overflow-x: scroll;
}
.ct-menuMobile {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 266px;
  max-height: 100%;
}
.ct-menuMobile .ct-menuMobile-navbar {
  margin-top: 10px;
  padding: 0;
  list-style: none;
  margin-left: 0;
}
.ct-menuMobile .ct-menuMobile-navbar li {
  font-size: 13px;
  margin-left: 34px;
  margin-right: 12px;
  border-bottom: 1px solid #f08476;
  border-top: 1px solid #ffaca1;
}
.ct-menuMobile .ct-menuMobile-navbar li:before,
.ct-menuMobile .ct-menuMobile-navbar li:after {
  content: " ";
  display: table;
}
.ct-menuMobile .ct-menuMobile-navbar li:after {
  clear: both;
}
.ct-menuMobile .ct-menuMobile-navbar li:first-child {
  border-top: none;
}
.ct-menuMobile .ct-menuMobile-navbar li:last-child {
  border-bottom: none;
}
.ct-menuMobile .ct-menuMobile-navbar li a {
  color: #fff;
  padding: 10px 20px 10px 0;
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
.ct-menuMobile .ct-menuMobile-navbar li a:focus .ct-menuMobile .ct-menuMobile-navbar li a:hover,
.ct-menuMobile .ct-menuMobile-navbar li a:active,
.ct-menuMobile .ct-menuMobile-navbar li a:visited {
  outline: none !important;
  text-decoration: none !important;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu {
  position: relative;
  display: block;
  max-height: 0;
  padding: 0;
  -webkit-transition: all 0.2s ease 0.2s ease-out;
  -moz-transition: all 0.2s ease 0.2s ease-out;
  -o-transition: all 0.2s ease 0.2s ease-out;
  transition: all 0.2s ease 0.2s ease-out;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  border: none;
  width: 100%;
  left: 0;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu li {
  margin-left: 30px;
  margin-right: 0px;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu li a {
  font-size: 13px;
  font-weight: normal;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu li a:focus,
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu li a:hover {
  background-color: transparent;
}
.ct-menuMobile .ct-menuMobile-navbar .open .dropdown-menu {
  padding: 10px 0;
  margin: 0 0 10px 0;
  max-height: none;
}
.ct-menuMobile li.dropdown > a,
.ct-menuMobile li .dropdown-submenu > a {
  position: relative;
}
.ct-menuMobile li.dropdown > a:after,
.ct-menuMobile li .dropdown-submenu > a:after {
  content: '\f067';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  position: absolute;
  right: 0px;
  height: 17px;
  width: 17px;
  line-height: 1.6em;
  font-size: 10px;
  border: 1px solid white;
  background-color: white;
  text-align: center;
  top: 50%;
  margin-top: -8px;
}
.ct-menuMobile li.dropdown.open > a,
.ct-menuMobile li .dropdown-submenu.open > a {
  position: relative;
}
.ct-menuMobile li.dropdown.open > a:after,
.ct-menuMobile li .dropdown-submenu.open > a:after {
  content: '\f068';
}
.ct-menuMobile li.dropdown.open > a:active,
.ct-menuMobile li .dropdown-submenu.open > a:active,
.ct-menuMobile li.dropdown.open > a:focus,
.ct-menuMobile li .dropdown-submenu.open > a:focus,
.ct-menuMobile li.dropdown.open > a:hover,
.ct-menuMobile li .dropdown-submenu.open > a:hover {
  text-decoration: none;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-submenu .dropdown-menu {
  max-height: 0;
  display: none;
  margin: 0 !important;
  padding: 0 !important;
}
.ct-menuMobile .ct-menuMobile-navbar .open.dropdown-submenu .dropdown-menu {
  max-height: none;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}
img,
figure {
  max-width: 100%;
}
html {
  -webkit-font-smoothing: antialiased;
}
body {
  overflow-x: hidden;
}
a {
  color: #494949;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
.ct-pageWrapper {
  z-index: 3;
  background-color: #fff;
  overflow: hidden;
}
body.boxed .ct-pageWrapper,
.ptn1 .ct-pageWrapper,
.ptn2 .ct-pageWrapper,
.ptn3 .ct-pageWrapper,
.ptn4 .ct-pageWrapper,
.ptn5 .ct-pageWrapper,
.ptn6 .ct-pageWrapper,
.ptn7 .ct-pageWrapper,
.ptn8 .ct-pageWrapper,
.ptn9 .ct-pageWrapper,
.ptn10 .ct-pageWrapper,
.ptn11 .ct-pageWrapper,
.ptn12 .ct-pageWrapper,
.ptn13 .ct-pageWrapper {
  max-width: 1200px;
  margin: auto;
}
.ptn1,
.ptn2,
.ptn3,
.ptn4,
.ptn5,
.ptn6,
.ptn7,
.ptn8,
.ptn9,
.ptn10,
.ptn11,
.ptn12,
.ptn13 {
  background-attachment: fixed !important;
}
.ptn1 {
  background: url("../images/bg_pattern_01.jpg") repeat;
}
.ptn2 {
  background: url("../images/bg_pattern_02.jpg") repeat;
}
.ptn3 {
  background: url("../images/bg_pattern_03.jpg") repeat;
}
.ptn4 {
  background: url("../images/bg_pattern_04.jpg") repeat;
}
.ptn5 {
  background: url("../images/bg_pattern_05.jpg") repeat;
}
.ptn6 {
  background: url("../images/bg_pattern_06.jpg") repeat;
}
.ptn7 {
  background: url("../images/bg_pattern_07.jpg") repeat;
}
.ptn8 {
  background: url("../images/bg_pattern_08.jpg") repeat;
}
.ptn9 {
  background: url("../images/bg_pattern_09.jpg") repeat;
}
.ptn10 {
  background: url("../images/bg_pattern_10.jpg") repeat;
}
.ptn11 {
  background: url("../images/bg_pattern_11.jpg") repeat;
}
.ptn12 {
  background: url("../images/bg_pattern_12.jpg") repeat;
}
.ptn13 {
  background: url("../images/pattern14.png") repeat;
}
@media (max-width: 767px) {
  .ct-pageWrapper {
    overflow: hidden;
    position: relative;
    padding-top: 70px;
  }
}
.cssAnimate .animated {
  opacity: 0;
  filter: alpha(opacity=0);
  /* For IE8 and earlier */
}
.cssAnimate .activate {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}
.widget {
  padding-top: 10px;
  padding-bottom: 20px;
}
.widget .widget-inner .ct-headerBox {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}
.widget .widget-inner .ct-articlesBox li {
  font-weight: 600;
  position: relative;
  left: 20px;
  padding-top: 20px;
}
.widget .widget-inner .ct-articlesBox li:before {
  position: absolute;
  top: 28px;
  margin-left: -20px;
  content: "";
  background-image: url("../images/dott.png");
  width: 4px;
  height: 5px;
}
.widget .widget-inner .ct-recentPostsBox li:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.ct-u-motiveColor {
  color: #fe988a;
}
.select2-search--dropdown {
  background-color: #fe988a;
}
.ct-navbarSelect {
  background-color: #fe988a;
}
.ct-navbarSelect:before,
.ct-navbarSelect:after {
  background-color: #fe988a;
}
.widget .widget-inner .ct-logo span {
  color: #fe988a;
}
.ct-footer .widget .widget-inner .ct-calendarLists li .ct-calendarLists-element {
  background-color: #fe988a;
  border-right: 2px solid #fe988a;
}
.ct-footer .ct-footerBottom ul li:hover {
  color: #eeaeee;
}
.tooltip .tooltip-inner {
  background-color: #fe988a;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #fe988a;
}
.panel-group .panel-heading a {
  color: #fe988a;
}
.panel-group .panel-heading a:before {
  background-color: #fe988a;
}
.btn.btn-primary {
  background-color: #fe988a;
  border-color: #fe988a;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  color: #fe988a;
}
.btn.btn-primary.btn-transparent--border {
  color: #fe988a;
}
.btn.btn-primary.btn-transparent--border:hover,
.btn.btn-primary.btn-transparent--border:focus,
.btn.btn-primary.btn-transparent--border:active {
  background-color: #fe988a;
}
.ct-btn--squared.btn-primary {
  background-color: #fe988a;
}
.ct-btn--squared.btn-primary:hover,
.ct-btn--squared.btn-primary:focus,
.ct-btn--squared.btn-primary:active {
  color: #fe988a;
  border-color: #fe988a;
}
.btn-arrow:after {
  background-color: #fe988a;
}
.bootstrap-datetimepicker-widget {
  border: 2px solid #fe988a;
}
.input-group.date .input-group-addon span,
.input-group.date .input-group-addon i {
  color: #fe988a;
}
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #fe988a;
}
.bootstrap-datetimepicker-widget th.picker-switch {
  color: #fe988a;
}
.table-condensed thead tr:nth-child(2) {
  color: #fe988a;
}
.input-group.date .input-group-addon {
  border: 2px solid #fe988a;
}
.input-group.date .form-control {
  border: 2px solid #fe988a;
}
.form-control:focus {
  border-color: #fe988a !important;
}
.ct-emailBox input[type="search"]::-webkit-input-placeholder {
  color: #fe988a;
}
.ct-emailBox input[type="search"]::-moz-placeholder {
  color: #fe988a;
}
.ct-emailBox input[type="search"]::-:-ms-input-placeholder {
  color: #fe988a;
}
.checkbox label:after {
  color: #fe988a;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-color: #fe988a;
}
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #fe988a !important;
}
.ct-single-point.is-open > a::after {
  background-color: #fe988a;
}
.ct-single-point.is-open > a::before {
  background-color: #fe988a;
}
.ct-gallery-filters li:hover a,
.ct-gallery-filters li:focus a,
.ct-gallery-filters li:active a {
  color: #fe988a;
}
.ct-gallery-filters li:hover a:hover,
.ct-gallery-filters li:focus a:hover,
.ct-gallery-filters li:active a:hover,
.ct-gallery-filters li:hover a:focus,
.ct-gallery-filters li:focus a:focus,
.ct-gallery-filters li:active a:focus,
.ct-gallery-filters li:hover a:active,
.ct-gallery-filters li:focus a:active,
.ct-gallery-filters li:active a:active {
  color: #fe988a;
}
.ct-gallery-filters li > a.active {
  color: #fe988a;
}
.ct-formatAnotherGallery .ct-navigation--variation1 .owl-controls .owl-buttons .owl-prev {
  color: #fe988a;
}
.ct-formatAnotherGallery .ct-navigation--variation1 .owl-controls .owl-buttons .owl-next {
  color: #fe988a;
}
.ct-formatGallery .ct-pagination--BottomLeft .owl-controls .owl-pagination .owl-page.active span {
  background-color: #fe988a;
}
.ct-formatGallery .ct-pagination--BottomLeft .owl-controls .owl-pagination .owl-page:hover span {
  background-color: #fe988a;
}
.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.owl-theme .owl-controls .owl-buttons .owl-prev:active {
  color: #fe988a;
}
.owl-theme .owl-controls .owl-buttons .owl-next:hover,
.owl-theme .owl-controls .owl-buttons .owl-next:active {
  color: #fe988a;
}
.ct-socials i:hover,
.ct-socials i:active,
.ct-socials i:focus {
  color: #fe988a;
}
.ct-socials--roundedBox li a {
  background-color: #fe988a;
  border: 1px solid #fe988a;
}
.ct-socials--roundedBox li a:hover,
.ct-socials--roundedBox li a:active,
.ct-socials--roundedBox li a:focus {
  border: 1px solid #fe988a;
}
.ct-socials--roundedBox li a:hover i,
.ct-socials--roundedBox li a:active i,
.ct-socials--roundedBox li a:focus i {
  color: #fe988a;
}
.ct-u-motiveColor {
  color: #fe988a;
}
.ct-u-backgroundMotiveColor {
  background-color: #fe988a;
}
.mfp-arrow:hover {
  color: #fe988a;
}
.navbar.navbar-default .dropdown .dropdown-menu > li > a:hover,
.navbar.navbar-default .dropdown .dropdown-menu .dropdown-menu > li > a:focus {
  color: #fe988a;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fe988a;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fe988a;
}
.navbar-nav > li:not(:last-child) > a:after {
  background-color: #fe988a;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fe988a;
}
.ct-navbarMobile .navbar-toggle {
  background-color: #fe988a;
}
.ct-menuMobile {
  background: #fe988a;
}
.ct-menuMobile .ct-menuMobile-navbar li a:focus .ct-menuMobile .ct-menuMobile-navbar li a:hover,
.ct-menuMobile .ct-menuMobile-navbar li a:active,
.ct-menuMobile .ct-menuMobile-navbar li a:visited {
  background-color: #fe988a;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu {
  background-color: #fe988a;
}
.ct-menuMobile li.dropdown > a:after,
.ct-menuMobile li .dropdown-submenu > a:after {
  color: #fe988a;
}
.ct-itemProducts .ct-main-content .ct-icons li i {
  color: #fe988a;
}
.ct-offerBox .ct-offerBox--button {
  background-color: #fe988a;
}
.ct-offerBox .ct-offerBox--button:before {
  border-color: transparent transparent transparent #db6e5f;
}
.ct-offerService-price {
  background-color: #fe988a;
}
.ct-testimonials--frame .ct-testimonials-image:before {
  border: 2px solid #fe988a;
}
.ct-featuredBox {
  background-color: #fe988a;
}
.ct-featuredBox .ct-articleBox .ct-articleBox-date .ct-articleBox-dateDay {
  color: #fe988a;
}
.ct-featuredBox span:before {
  border-color: transparent transparent #e88679 transparent;
}
.ct-stretchedBox:after {
  background-color: #fe988a;
}
.ct-blogBox .ct-articleBox .ct-articleBox-meta {
  color: #fe988a;
}
.ct-blogTags-threeType li a:hover,
.ct-blogTags-threeType li a:active,
.ct-blogTags-threeType li a:focus {
  border-color: #fe988a;
  color: #fe988a;
}
.ct-navigationBlog a:hover,
.ct-navigationBlog a:focus {
  color: #fe988a;
}
.ct-comments .ct-comments-author {
  color: #fe988a;
}
.ct-blogBox .ct-articleBox .ct-articleBox-header a:hover,
.ct-blogBox .ct-articleBox .ct-articleBox-header a:focus,
.ct-blogBox .ct-articleBox .ct-articleBox-header a:active {
  color: #fe988a;
}
.ct-blogTags li a:hover,
.ct-blogTags li a:active,
.ct-blogTags li a:focus {
  color: #fe988a;
}
.ct-blogTags-secondType li a:hover,
.ct-blogTags-secondType li a:active,
.ct-blogTags-secondType li a:focus {
  color: #fe988a;
}
.ct-scrollUpButton .ct-sectionButton-circle:hover {
  background-color: #fe988a;
}
.table thead {
  background-color: #fe988a !important;
}
.ct-hover--MotiveColor li a:hover {
  color: #fe988a;
}
a:hover,
a:active,
a:focus {
  color: #fe988a;
}
.ct-footerUp .tweets_display ul li p .tweet_time a {
  color: #fe988a;
}
.navbar.navbar-default .dropdown .dropdown-menu .active > a,
.navbar.navbar-default .dropdown .dropdown-menu .active > a:hover,
.navbar.navbar-default .dropdown .dropdown-menu .active > a:focus {
  color: #fe988a !important;
}
.ct-counterBox small {
  color: #fe988a;
}
.ct-counterBox--secundary .ct-counterBox-icon {
  background-color: #fe988a;
}
.ct-pricingBox .ct-pricingBox-header {
  background-color: #fe988a;
}
.ct-pricingBox .ct-pricingBox-content ul > li.active i {
  color: #fe988a;
}
.ct-iconBox .ct-iconBox-icon {
  background-color: #fe988a;
}
.ct-progressBar .progress .progress-bar.progress-bar--motive {
  background-color: #fe988a;
}
.ct-progressBar .progress .progress-bar .ct-progressBar-content {
  background-color: #fe988a;
}
.ct-more-info .ct-moreInfo-button {
  background-color: #fe988a;
  border: 1px solid #fe988a;
}
.ct-more-info .ct-moreInfo-button:hover,
.ct-more-info .ct-moreInfo-button:active,
.ct-more-info .ct-moreInfo-button:focus {
  border-color: #fe988a;
}
.ct-more-info .ct-moreInfo-button:hover span,
.ct-more-info .ct-moreInfo-button:active span,
.ct-more-info .ct-moreInfo-button:focus span {
  color: #fe988a;
}
.bootstrap-datetimepicker-widget td.today:before {
  border-bottom: 7px solid #fe988a !important;
}
.bootstrap-datetimepicker-widget td span.active {
  background-color: #fe988a !important;
}
.ct-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.ct-container:after {
  content: "";
  display: table;
  clear: both;
}
.ct-img-replace {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.ct-product-wrapper {
  display: inline-block;
  position: relative;
  margin: 0 auto;
}
.ct-product-wrapper > img {
  display: block;
}
.ct-single-point {
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ct-single-point > a {
  position: relative;
  z-index: 6;
  display: block;
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-image: url("../images/demo-content/spinner.png");
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  -webkit-animation: rotating 3s linear infinite;
  -moz-animation: rotating 3s linear infinite;
  animation: rotating 3s linear infinite;
}
.ct-single-point.visited > a {
  position: relative;
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}
.ct-single-point.visited > a:after {
  top: 50%;
  left: 50%;
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #494949;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  margin-left: -7px;
  margin-top: -7px;
}
.ct-single-point.is-open > a {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
  background-image: none;
}
.ct-single-point.is-open > a::after {
  top: 50%;
  left: 50%;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-color: white;
  display: block;
  margin-left: -10px;
  margin-top: -10px;
  z-index: 5555;
}
.ct-single-point.is-open > a::before {
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
}
.ct-single-point:nth-of-type(1) {
  bottom: 9%;
  right: 48%;
}
.ct-single-point:nth-of-type(2) {
  bottom: 22%;
  right: 32%;
}
.ct-single-point:nth-of-type(3) {
  bottom: 41%;
  right: 32%;
}
.ct-single-point:nth-of-type(4) {
  bottom: 50%;
  right: 59%;
}
.ct-single-point:nth-of-type(5) {
  bottom: 62%;
  right: 47%;
}
.ct-single-point:nth-of-type(6) {
  bottom: 65%;
  right: 9%;
}
.ct-single-point:nth-of-type(7) {
  bottom: 82%;
  right: 54%;
}
.ct-single-point:nth-of-type(8) {
  bottom: 91%;
  right: 34%;
}
.ct-single-point.is-open .ct-more-info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
}
.ct-more-info {
  position: absolute;
  top: 100px;
  left: 110%;
  z-index: 7;
  width: 390px;
  height: 650px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  text-align: left;
  line-height: 1.5;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 2em 1em 1em;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  padding: 1em;
  overflow-y: visible;
  line-height: 1.4;
}
.ct-more-info.active {
  visibility: visible;
  opacity: 1;
}
.ct-more-info .ct-moreInfo-button {
  width: 75px;
  height: 75px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ct-more-info .ct-moreInfo-button span {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 74px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ct-more-info .ct-moreInfo-button:hover,
.ct-more-info .ct-moreInfo-button:active,
.ct-more-info .ct-moreInfo-button:focus {
  background-color: #fff;
}
@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotating--reverse {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes rotating--reverse {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
section.ct-mapPoints .ct-moreInfo-inner .ct-moreInfo-inner-image {
  border: 1px solid white;
  width: 257px;
  height: 257px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: content-box;
  padding: 3px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.22);
  background-color: #ebebeb;
  margin-left: auto;
  margin-right: auto;
}
section.ct-mapPoints .ct-moreInfo-inner p {
  line-height: 28px;
}
.ct-product-wrapper ul li {
  list-style-type: none;
}
@media (max-width: 768px) {
  .ct-mapPoints .ct-mapPoints-left {
    text-align: center;
  }
}
@media (max-width: 710px) {
  .ct-imageLine {
    display: none;
  }
  .ct-more-info.active {
    display: none;
  }
  .ct-mapPoints-left + div {
    text-align: center;
  }
  .ct-js-mapPoints .ct-single-point {
    display: none;
  }
}
.ct-socials {
  font-size: 16px;
  margin: 0;
  display: inline-block;
}
.ct-socials i {
  color: #292929;
}
.ct-socials i:hover,
.ct-socials i:active,
.ct-socials i:focus {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tooltip .tooltip-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ct-shareBox {
  padding-top: 55px;
  padding-bottom: 15px;
}
.ct-shareBox .ct-shareBox-title {
  font-weight: 600;
  color: #c2c2c2;
  padding-right: 15px;
}
.ct-socials--roundedBox {
  display: inline-block;
}
.ct-socials--roundedBox li {
  padding-left: 0;
  padding-right: 1px;
}
.ct-socials--roundedBox li a {
  width: 25px;
  height: 25px;
  display: block;
  line-height: 20px;
  text-align: center;
  color: #262626;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ct-socials--roundedBox li a i {
  font-size: 14px;
  color: #fff;
  line-height: 5px;
}
.ct-socials--roundedBox li a i:hover,
.ct-socials--roundedBox li a i:active,
.ct-socials--roundedBox li a i:focus {
  -webkit-transition: none 0.2s ease-out;
  -moz-transition: none 0.2s ease-out;
  -o-transition: none 0.2s ease-out;
  transition: none 0.2s ease-out;
}
.ct-socials--roundedBox li a:hover,
.ct-socials--roundedBox li a:active,
.ct-socials--roundedBox li a:focus {
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn {
  font-family: "Open Sans", Sans Pro, sans-serif;
  text-transform: uppercase;
  padding: 10px 20px 10px 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
}
.btn.btn-default {
  background-color: #292929;
  color: #fff;
  border-top: solid 1px #292929;
  border-left: solid 1px #292929;
  border-right: solid 1px #292929;
  border-bottom: solid 1px #292929;
}
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
  color: #292929;
  background-color: transparent;
}
.btn.btn-default.btn-transparent--border {
  background-color: transparent;
  color: #292929;
}
.btn.btn-default.btn-transparent--border:hover,
.btn.btn-default.btn-transparent--border:focus,
.btn.btn-default.btn-transparent--border:active {
  color: #fff;
  background-color: #292929;
}
.btn.btn-primary {
  color: #fff;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  background-color: transparent;
}
.btn.btn-primary.btn-transparent--border {
  background-color: transparent;
}
.btn.btn-primary.btn-transparent--border:hover,
.btn.btn-primary.btn-transparent--border:focus,
.btn.btn-primary.btn-transparent--border:active {
  color: #fff;
}
/* .btn.btn-success:hover, */
.btn.btn-success:focus,
.btn.btn-success:active {
  color: #5cb85c;
  /* background-color: transparent; */
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* .btn.btn-success.btn-transparent--border {
  background-color: transparent;
  color: #5cb85c;
  border-color: #5cb85c;
}
.btn.btn-success.btn-transparent--border:hover,
.btn.btn-success.btn-transparent--border:focus,
.btn.btn-success.btn-transparent--border:active {
  color: #fff;
  background-color: #5cb85c;
} */
/* .btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:active {
  color: #5bc0de;
  background-color: transparent;
} */
.btn.btn-info.btn-transparent--border {
  background-color: transparent;
  color: #5bc0de;
  border-color: #5bc0de;
}
.btn.btn-info.btn-transparent--border:hover,
.btn.btn-info.btn-transparent--border:focus,
.btn.btn-info.btn-transparent--border:active {
  color: #fff;
  background-color: #5bc0de;
}
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:active {
  color: #f0ad4e;
  background-color: transparent;
}
.btn.btn-warning.btn-transparent--border {
  background-color: transparent;
  color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn.btn-warning.btn-transparent--border:hover,
.btn.btn-warning.btn-transparent--border:focus,
.btn.btn-warning.btn-transparent--border:active {
  color: #fff;
  background-color: #f0ad4e;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active {
  color: #d9534f;
  background-color: transparent;
}
.btn.btn-danger.btn-transparent--border {
  background-color: transparent;
  color: #d9534f;
  border-color: #d9534f;
}
.btn.btn-danger.btn-transparent--border:hover,
.btn.btn-danger.btn-transparent--border:focus,
.btn.btn-danger.btn-transparent--border:active {
  color: #fff;
  background-color: #d9534f;
}
.btn.btn-primary.btn-arrow:after,
.btn.btn-success.btn-arrow:after,
.btn.btn-info.btn-arrow:after,
.btn.btn-warning.btn-arrow:after,
.btn.btn-danger.btn-arrow:after {
  background-color: #292929;
}
.btn.btn-primary.btn-arrow:before,
.btn.btn-success.btn-arrow:before,
.btn.btn-info.btn-arrow:before,
.btn.btn-warning.btn-arrow:before,
.btn.btn-danger.btn-arrow:before {
  border-color: transparent transparent transparent #474444;
}
.ct-btn--squared.btn-primary {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-color: white;
}
.ct-btn--squared.btn-primary:hover,
.ct-btn--squared.btn-primary:focus,
.ct-btn--squared.btn-primary:active {
  background-color: transparent;
}
.ct-btn--squared.btn-primary:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.ct-btn--squared.btn-primary.btn-transparent--border {
  background-color: transparent;
  color: #337ab7;
  border-color: #337ab7;
}
.ct-btn--squared.btn-primary.btn-transparent--border:hover,
.ct-btn--squared.btn-primary.btn-transparent--border:focus,
.ct-btn--squared.btn-primary.btn-transparent--border:active {
  color: #fff;
  background-color: #337ab7;
}
.ct-btn--squared.btn-default {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #292929;
  border-color: white;
}
.ct-btn--squared.btn-default:hover,
.ct-btn--squared.btn-default:focus,
.ct-btn--squared.btn-default:active {
  color: #292929;
  background-color: transparent;
  border-color: #292929;
}
.ct-btn--squared.btn-default:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.ct-btn--squared.btn-default.btn-transparent--border {
  background-color: transparent;
  color: #292929;
  border-color: #292929;
}
.ct-btn--squared.btn-default.btn-transparent--border:hover,
.ct-btn--squared.btn-default.btn-transparent--border:focus,
.ct-btn--squared.btn-default.btn-transparent--border:active {
  color: #fff;
  background-color: transparent;
}
.ct-btn--squared.btn-success {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #5cb85c;
  border-color: white;
}
.ct-btn--squared.btn-success:hover,
.ct-btn--squared.btn-success:focus,
.ct-btn--squared.btn-success:active {
  color: #5cb85c;
  background-color: transparent;
  border-color: #5cb85c;
}
.ct-btn--squared.btn-success:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.ct-btn--squared.btn-success.btn-transparent--border {
  background-color: transparent;
  color: #5cb85c;
  border-color: #5cb85c;
}
.ct-btn--squared.btn-success.btn-transparent--border:hover,
.ct-btn--squared.btn-success.btn-transparent--border:focus,
.ct-btn--squared.btn-success.btn-transparent--border:active {
  color: #fff;
  background-color: #5cb85c;
}
.ct-btn--squared.btn-info {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #5bc0de;
  border-color: white;
}
.ct-btn--squared.btn-info:hover,
.ct-btn--squared.btn-info:focus,
.ct-btn--squared.btn-info:active {
  color: #5bc0de;
  background-color: transparent;
  border-color: #5bc0de;
}
.ct-btn--squared.btn-info:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.ct-btn--squared.btn-info.btn-transparent--border {
  background-color: transparent;
  color: #5bc0de;
  border-color: #5bc0de;
}
.ct-btn--squared.btn-info.btn-transparent--border:hover,
.ct-btn--squared.btn-info.btn-transparent--border:focus,
.ct-btn--squared.btn-info.btn-transparent--border:active {
  color: #fff;
  background-color: #5bc0de;
}
.ct-btn--squared.btn-warning {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #f0ad4e;
  border-color: white;
}
.ct-btn--squared.btn-warning:hover,
.ct-btn--squared.btn-warning:focus,
.ct-btn--squared.btn-warning:active {
  color: #f0ad4e;
  background-color: transparent;
  border-color: #f0ad4e;
}
.ct-btn--squared.btn-warning:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.ct-btn--squared.btn-warning.btn-transparent--border {
  background-color: transparent;
  color: #f0ad4e;
  border-color: #f0ad4e;
}
.ct-btn--squared.btn-warning.btn-transparent--border:hover,
.ct-btn--squared.btn-warning.btn-transparent--border:focus,
.ct-btn--squared.btn-warning.btn-transparent--border:active {
  color: #fff;
  background-color: #f0ad4e;
}
.ct-btn--squared.btn-danger {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #d9534f;
  border-color: white;
}
.ct-btn--squared.btn-danger:hover,
.ct-btn--squared.btn-danger:focus,
.ct-btn--squared.btn-danger:active {
  color: #d9534f;
  background-color: transparent;
  border-color: #d9534f;
}
.ct-btn--squared.btn-danger:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.ct-btn--squared.btn-danger.btn-transparent--border {
  background-color: transparent;
  color: #d9534f;
  border-color: #d9534f;
}
.ct-btn--squared.btn-danger.btn-transparent--border:hover,
.ct-btn--squared.btn-danger.btn-transparent--border:focus,
.ct-btn--squared.btn-danger.btn-transparent--border:active {
  color: #fff;
  background-color: #d9534f;
}
.btn-arrow {
  position: relative;
  z-index: 1;
}
.btn-arrow:after {
  width: 45px;
  height: 44px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  content: "\f105";
  bottom: 0;
  right: 0;
  display: block;
  font-family: fontawesome;
  color: #fff;
  line-height: 43px;
  font-size: 25px;
  margin-bottom: -14px;
  margin-right: -14px;
  text-align: center;
}
.btn-arrow:before {
  content: "";
  position: absolute;
  bottom: 28px;
  right: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 0 13px;
  border-color: transparent transparent transparent #db6e5f;
}
.btn-arrow span:after {
  position: absolute;
  width: 32px;
  height: 32px;
  bottom: 0;
  right: 8px;
  margin-right: -15px;
  margin-bottom: -8px;
  background: transparent;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  z-index: 999;
}
.btn-arrow.btn-lg {
  padding: 18px 60px 18px 30px;
}
.btn-arrow.btn-lg.btn-arrow:before {
  top: 14px;
}
.btn-arrow.btn-sm {
  padding: 12px 50px 12px 25px;
}
.btn-arrow.btn-xs {
  padding: 10px 30px 10px 14px;
}
.btn-arrow.btn-default,
.btn-arrow.btn-primary,
.btn-arrow.btn-success,
.btn-arrow.btn-info,
.btn-arrow.btn-warning,
.btn-arrow.btn-danger {
  padding-right: 58px !important;
}
.ct-btn-arrow-noTriangle:before {
  display: none;
}
.btn-lg {
  padding: 18px 30px 18px 30px;
}
.btn-lg.btn-arrow:before {
  top: 14px;
}
.btn-sm {
  padding: 12px 25px 12px 25px;
}
.btn-xs {
  padding: 10px 14px 10px 14px;
}
.btn-xs.btn-arrow:after {
  width: 42px;
  height: 41px;
  margin-top: 14px;
  line-height: 40px;
}
.btn-xs.btn-arrow:before {
  top: 4px;
}
.btn-xs.btn-arrow span:after {
  top: 20px;
  width: 29px;
  height: 29px;
}
.ct-singleButton {
  padding-left: 30px;
  padding-top: 55px;
}
/*!
 * Datetimepicker for Bootstrap v3
//! version : 3.1.3
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  top: 0;
  left: 0;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.bootstrap-datetimepicker-widget.timepicker-sbs {
  width: 600px;
}
.bootstrap-datetimepicker-widget.bottom:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.bottom:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.top:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.top:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  position: absolute;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget .dow {
  width: 14.2857%;
}
.bootstrap-datetimepicker-widget.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget > ul {
  list-style-type: none;
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
  width: 4px;
  padding: 0;
  margin: 0;
}
.bootstrap-datetimepicker-widget .datepicker > div {
  display: none;
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget td.cw {
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget td.old,
.bootstrap-datetimepicker-widget td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget td.today:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datepicker-widget td.disabled,
.bootstrap-datepicker-widget td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget td span.active {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget td span.disabled,
.bootstrap-datetimepicker-widget td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget th.next,
.bootstrap-datetimepicker-widget th.prev {
  font-size: 19.5px;
}
.bootstrap-datetimepicker-widget th.disabled,
.bootstrap-datetimepicker-widget th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-group {
  margin-bottom: 15px;
}
.input-group.date input {
  border: 2px solid #3eaefa !important;
}
.input-group.date .input-group-addon span,
.input-group.date .input-group-addon i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.bootstrap-datetimepicker-widget.left-oriented:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.left-oriented:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody > tr > td {
  padding: 0px !important;
}
@media screen and (max-width: 767px) {
  .bootstrap-datetimepicker-widget.timepicker-sbs {
    width: 283px;
  }
}
.input-group.date .input-group-addon {
  background-color: transparent;
  border-left: none;
  padding: 6px 20px;
}
.input-group.date .form-control {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: transparent;
  color: #ffffff;
  line-height: 59px;
  height: 59px;
  text-align: center;
}
.input-group.date .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #eaebec !important;
  background-clip: padding-box;
  padding: 6px 15px;
  height: 40px;
}
.form-control:focus,
.form-control:active {
  border-color: #eaeaea;
  box-shadow: none !important;
}
input[type="search"]::-webkit-input-placeholder {
  color: #c3c3c3;
}
input[type="search"]::-moz-placeholder {
  color: #c3c3c3;
}
input[type="search"]::-:-ms-input-placeholder {
  color: #c3c3c3;
}
.form-group.date {
  position: relative;
}
.form-group.date input[type="submit"] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  width: 40px;
  background: transparent;
  border: 0;
  font-size: 0;
  color: transparent;
  z-index: 2;
  outline: none;
}
.form-group.date:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f073";
  color: #999;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: 9px;
  z-index: 1;
  opacity: 0.4;
}
.bootstrap-datetimepicker-widget {
  padding: 0;
  border: 1px solid #eaeaea;
}
.ct-emailBox {
  float: left;
  margin-right: 25px;
}
.ct-emailBox input[type="search"] {
  width: 220px;
  border: none;
  border-bottom: 1px solid #eaeaea;
  padding: 0 0 10px 0;
}
.ct-emailBox input[type="search"]::-webkit-input-placeholder {
  font-weight: 600;
  font-size: 13px;
}
.ct-emailBox input[type="search"]::-moz-placeholder {
  font-weight: 600;
  font-size: 13px;
}
.ct-emailBox input[type="search"]::-:-ms-input-placeholder {
  font-weight: 600;
  font-size: 13px;
}
.checkbox input {
  display: none;
}
.checkbox input[type=checkbox]:checked + label:before {
  background: transparent;
  border-color: #dedede;
}
.checkbox input[type=checkbox]:checked + label:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.checkbox label {
  font-weight: 600;
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
}
.checkbox label:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #cccccc;
}
.checkbox label:after {
  content: "\f00c";
  font-family: fontawesome;
  position: absolute;
  left: 1px;
  top: 50%;
  line-height: 12px;
  margin-top: -6px;
  font-size: 10px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 480px) {
  .ct-formHeader,
  .ct-submitButton {
    text-align: center;
  }
  .ct-checkedBox {
    padding-left: 0;
    text-align: center;
  }
  .ct-coming-soonPage {
    font-size: 45px !important;
  }
  .ct-coming-soonPage .ct-bigLogo {
    padding-bottom: 40px;
  }
}
.ct-emailField input[type="search"] {
  height: 55px;
  font-size: 15px;
}
.ct-field--button {
  position: relative;
}
.ct-field--button .btn-arrow {
  position: static;
}
.form-horizontal .control-label {
  padding-top: 12px;
}
.input-lg {
  height: 50px;
  font-size: 13px;
}
.input-sm {
  height: 45px;
  font-size: 13px;
}
.search-form {
  margin-bottom: 0;
  padding: 0;
  position: relative;
}
.search-form:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  color: #eaebec;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -11px;
  font-size: 16px;
  z-index: 1;
}
.search-form input[type="submit"] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  width: 40px;
  background: transparent;
  border: 0;
  font-size: 0;
  color: transparent;
  z-index: 2;
  outline: none;
}
.ct-calendar--morePadding:before {
  right: 29px !important;
  margin-top: -9px !important;
}
@media (max-width: 768px) {
  .ct-calendar--morePadding:before {
    top: 79% !important;
  }
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.panel-group .panel.panel-default {
  border: none;
}
.panel-group .panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.panel-group .panel-heading {
  background-color: transparent;
  padding: 10px 0;
}
.panel-group .panel-heading a {
  display: block;
  overflow: hidden;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}
.panel-group .panel-heading a:before {
  font-family: fontawesome;
  content: "-";
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  color: #fff;
  width: 25px;
  height: 25px;
  line-height: 24px;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  z-index: 8888;
}
.panel-group .panel-heading a h4:after {
  position: absolute;
  content: "";
  border-top: dotted 2px #efefef;
  top: 10px;
  left: 100%;
  width: 1140px;
}
.panel-group .panel-heading a .panel-title {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
}
.panel-group .panel-heading a.collapsed:before {
  content: "+";
}
.panel-group .panel-body {
  padding: 0 60px 0 0;
  line-height: 30px;
  font-weight: 600;
}
.panel-group {
  margin-bottom: 0;
  margin-top: -20px;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border: none;
}
@media (max-width: 480px) {
  .panel-group .panel-heading a:before {
    left: 50%;
    bottom: -25px;
    margin-left: -12.5px;
  }
  .panel-group .panel-heading a {
    overflow: visible;
  }
  .panel-group .panel-heading a h4:after {
    display: none;
  }
  .panel-group .panel-collapse {
    padding-top: 20px;
    margin-bottom: -10px;
  }
  .panel-group .panel-title,
  .panel-group .panel-body {
    padding: 0;
    text-align: center;
  }
  .panel-group .panel-title {
    display: block !important;
  }
}
hr.ct-divider {
  position: relative;
  border-color: #efefef;
}
hr.ct-divider:before {
  content: "";
  position: absolute;
  left: 0;
  top: -6px;
  height: 2px;
  background-color: #efefef;
  width: 100%;
}
.ct-footer .ct-footerUp {
  border-top: 3px solid #F7F7F7;
  border-bottom: 3px solid #F7F7F7;
}
.ct-footer .ct-footerUp .ct-promotionBox {
  position: relative;
  width: 33.3%;
}
.ct-footer .ct-footerUp .ct-promotionBox .ct-promotionBox-discount {
  line-height: 1.2;
  font-size: 105px;
}
.ct-footer .ct-footerUp .ct-promotionBox .ct-promotionBox-title {
  line-height: 0.6;
  font-size: 42px;
}
.ct-footer .ct-footerUp .ct-promotionBox p {
  line-height: 20px;
}
.ct-footer .ct-footerUp .ct-promotionBox:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 2px;
  height: 100%;
  background-color: #f6f6f6;
}
.ct-footer .ct-footerUp .ct-contactBox {
  position: relative;
  width: 33.3%;
}
.ct-footer .ct-footerUp .ct-contactBox .ct-contactBox-title {
  font-size: 24px;
  line-height: 1;
}
.ct-footer .ct-footerUp .ct-contactBox .ct-contactBox-information {
  font-size: 48px;
}
.ct-footer .ct-footerUp .ct-contactBox:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 2px;
  height: 100%;
  background-color: #f6f6f6;
}
.ct-footer .ct-footerUp .ct-twitterBox {
  width: 33.3%;
}
.ct-footer .ct-footerUp .ct-twitterBox .ct-twitterBox-title {
  font-size: 24px;
  padding-left: 25px;
  text-align: left;
}
.ct-footer .ct-footerBottom {
  border-bottom: 3px solid #f6f6f6;
}
.ct-footer .ct-rights {
  color: #d7d7d7;
}
@media (max-width: 991px) {
  .ct-footer .ct-footerUp .ct-contactBox:after {
    display: none;
  }
}
@media (max-width: 768px) {
  .ct-footer .ct-footerUp .ct-promotionBox,
  .ct-footer .ct-footerUp .ct-contactBox,
  .ct-footer .ct-footerUp .ct-twitterBox {
    display: block !important;
    width: 100%;
    margin: 0 auto;
  }
  .ct-footer .ct-footerUp .ct-promotionBox .ct-promotionBox-discount {
    font-size: 70px;
  }
  .ct-footer .ct-footerUp .ct-promotionBox .ct-promotionBox-title {
    font-size: 39px;
  }
  .ct-footer .ct-footerUp .ct-contactBox .ct-contactBox-title {
    font-size: 21px;
  }
  .ct-footer .ct-footerUp .ct-contactBox .ct-contactBox-information {
    font-size: 45px;
  }
  .ct-footer .ct-footerUp .ct-twitterBox .ct-twitterBox-title {
    font-size: 21px;
  }
  .ct-footer .ct-footerUp .ct-contactBox:after,
  .ct-footer .ct-footerUp .ct-promotionBox:after {
    display: none;
  }
  .ct-footer .ct-footerBottom .row {
    text-align: center;
  }
  .ct-footer .ct-footerBottom .row > :nth-child(1) {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .ct-footer .ct-footerBottom .row > :nth-child(2) {
    padding-left: 0;
    padding-top: 20px;
  }
  .ct-footer .ct-footerBottom .row > :nth-child(3) {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
  }
  .ct-footer .ct-footerBottom .row > :nth-child(3) button {
    margin-top: 20px;
  }
  .ct-footer .ct-footerBottom .row > :nth-child(3) .ct-newsletterBox .ct-emailBox {
    float: none;
  }
  .ct-footer .ct-footerBottom .row > :nth-child(3) .form-control {
    display: inline-block !important;
  }
  .ct-footer .ct-footerBottom input[type="search"] {
    padding: 0 0 10px 60px!important;
  }
}
@media (max-width: 992px) {
  .ct-footer .ct-footerBottom .row > :nth-child(3) {
    padding-left: 0;
  }
}
@media (max-width: 1200px) {
  .ct-footer .ct-footerUp .ct-contactBox,
  .ct-footer .ct-footerUp .ct-promotionBoxBox,
  .ct-footer .ct-footerUp .ct-twitterBoxBox {
    padding: 0 15px 0 15px;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .ct-emailBox {
    padding-bottom: 20px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .ct-footer .ct-footerUp .ct-promotionBox,
  .ct-footer .ct-footerUp .ct-contactBox {
    display: inline-block;
    width: 49%;
  }
  .ct-footer .ct-footerUp .ct-twitterBox {
    display: block;
    width: 100%;
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .ct-emailBox {
    margin-right: 0;
  }
}
.ct-box {
  background-color: #ffffff;
  padding: 37px;
}
.ct-box .ct-u-displayTableCell {
  width: 33.3%;
}
.ct-header {
  display: inline-block;
  position: relative;
}
.ct-header--stretch {
  position: relative;
}
.ct-header--doubleBorderBottom:after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 100%;
  right: 0;
  border-bottom: 2px solid #f3f3f3;
}
.ct-header--doubleBorderBottom:before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  right: 0;
  border-bottom: 1px solid #f3f3f3;
}
.ct-header--doubleBorderTop:after {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  right: 0;
  border-bottom: 1px solid #f3f3f3;
}
.ct-header--doubleBorderTop:before {
  content: "";
  position: absolute;
  top: -19px;
  left: 0;
  width: 100%;
  right: 0;
  border-bottom: 2px solid #f3f3f3;
}
.ct-headerLists {
  font-size: 21px;
}
.ct-serviceLists {
  position: relative;
}
.ct-serviceLists:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 2px;
  background-image: url("../images/bracket-part3.jpg");
  background-repeat: no-repeat;
  width: 29px;
  height: 19px;
  z-index: 3000;
}
.ct-serviceLists li {
  padding: 9px 0;
  padding-left: 40px;
  font-size: 16px;
  position: relative;
}
.ct-serviceLists li:before {
  position: absolute;
  content: "";
  left: 2px;
  top: 0;
  background-image: url("../images/bracket-part2.png");
  background-repeat: repeat;
  width: 29px;
  height: 100%;
  z-index: 2000;
}
.ct-serviceLists li:first-child:before {
  position: absolute;
  content: "";
  left: 2px;
  top: 0;
  background-image: url("../images/bracket-part1.png");
  background-repeat: no-repeat;
  width: 29px;
  height: 41px;
  z-index: 2000;
}
.ct-serviceLists li:last-child:before {
  position: absolute;
  content: "";
  left: 2px;
  top: 0;
  background-image: url("../images/bracket-part4.png");
  background-repeat: no-repeat;
  width: 29px;
  height: 41px;
  z-index: 2000;
}
@media (max-width: 940px) {
  .ct-serviceLists + .text-center > :nth-child(2) {
    padding: 0;
  }
  .ct-serviceLists + .text-center :nth-child(1) {
    padding-bottom: 0;
  }
  .ct-box {
    padding: 20px;
  }
  .ct-box .ct-headerLists {
    padding-top: 30px;
  }
  .ct-box .ct-u-fontSize80 {
    font-size: 60px;
  }
  .ct-box small {
    padding-bottom: 5px;
  }
  .ct-box .text-center > :nth-child(6) {
    padding-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .ct-mainSlider .owl-controls {
    top: 90% !important;
  }
}
@media (max-width: 480px) {
  .ct-box > :nth-child(2) > :nth-child(2) {
    padding-right: 10px;
  }
}
@media (max-width: 992px) {
  .ct-box {
    max-width: 430px;
    margin: 0 auto;
  }
}
@media (min-width: 767px) {
  .ct-box {
    min-width: 430px;
  }
}
small {
  display: block;
  font-size: 16px;
  color: #a3a3a3;
}
.ct-imageBox {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.ct-imageBox:after {
  content: "";
  border: 2px solid #ffffff;
  position: absolute;
  top: 8px;
  bottom: 8px;
  right: 8px;
  left: 8px;
}
.ct-imageBox > a > img,
.ct-imageBox > img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ct-imageBox:hover > a > img,
.ct-imageBox:hover > img {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.ct-imageBox--transparent:after {
  content: "";
  border: 1px solid white;
  position: absolute;
  top: 8px;
  bottom: 8px;
  right: 8px;
  left: 8px;
  background-color: rgba(247, 247, 247, 0.3);
}
.ct-imageBox--transparent > a > img,
.ct-imageBox--transparent > img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ct-imageBox--transparent:hover > a > img,
.ct-imageBox--transparent:hover > img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.ct-imageBox--withBorder {
  border: 1px solid #f1f1f1;
}
.ct-imageBox--doubleLine {
  position: relative;
}
.ct-imageBox--doubleLine:after {
  content: "";
  border: 2px solid #ffffff;
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
}
.ct-imageBox--doubleLine:before {
  content: "";
  border: 1px solid #ffffff;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  z-index: 999;
}
.ct-aboutBox {
  position: relative;
}
.ct-aboutBox img {
  width: 100%;
}
.ct-aboutDescription {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 43px;
  padding-top: 43px;
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .ct-aboutBox .ct-aboutDescription > :nth-child(1) {
    font-size: 13px;
  }
  .ct-aboutBox .ct-aboutDescription > :nth-child(2) {
    font-size: 30px;
  }
  .ct-aboutBox .ct-aboutDescription > :nth-child(3) {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .ct-aboutBox .ct-aboutDescription {
    padding-top: 18px;
    padding-left: 18px;
  }
  .ct-aboutBox .ct-aboutDescription > :nth-child(3) {
    padding-bottom: 0;
  }
  .ct-aboutBox .ct-aboutDescription > :nth-child(4) {
    padding: 11px 40px 11px 17px;
  }
}
@media (max-width: 768px) {
  .ct-aboutBox .ct-aboutDescription {
    display: none;
  }
}
@media (max-width: 480px) {
  .ct-mainHeader .ct-aboutHeader {
    text-align: center;
  }
}
section .ct-mediaHeader {
  font-size: 65px;
}
@media (max-width: 480px) {
  section .ct-mediaHeader {
    font-size: 45px;
  }
  section .ct-mediaHeader + p {
    font-size: 23px;
  }
}
@media (max-width: 1200px) {
  .ct-offerBox {
    text-align: center;
  }
  .ct-offerBox .ct-offerBox-image {
    float: none !important;
  }
  .ct-offerBox .ct-offerBox-content {
    float: none !important;
  }
  .ct-offerBox.ct-offerBox-image {
    margin-right: 0 !important;
  }
}
.ct-mainHeader {
  height: 133px;
}
/* **************************************
  MEDIA SECTIONS - VIDEO/PARALLAX/KENBURNS
  **************************************** */
video {
  width: 100%;
}
.ct-mediaSection {
  background-color: #111111;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.ct-mediaSection video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
}
.ct-mediaSection .ct-mediaSection-inner {
  position: relative;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .ct-mediaSection {
    width: 100%;
    display: list-item;
  }
  .ct-mediaSection .ct-mediaSection-inner {
    display: block;
    width: auto;
  }
}
.ct-mediaSection[data-type="pattern"] {
  background-repeat: repeat;
  display: table;
}
.ct-mediaSection[data-type="pattern"] .ct-mediaSection-inner {
  display: table-cell;
}
.ct-mediaSection[data-type="parallax"] {
  background-attachment: fixed;
  display: table;
}
.ct-mediaSection[data-type="parallax"].ct-mediaSection--stellar {
  overflow: hidden;
}
.ct-mediaSection[data-type="parallax"] .ct-mediaSection-inner {
  display: table-cell;
}
.ct-mediaSection[data-type="video"] {
  display: block;
}
.ct-mediaSection[data-type="video"] .ct-u-displayTable {
  height: 100%;
  position: absolute;
  top: 0;
}
.ct-mediaSection[data-type="video"] .ct-mediaSection-inner {
  display: table-cell;
}
.ct-mediaSection[data-type="video"] .ct-mediaSection-video {
  position: absolute;
  min-width: 100%;
  overflow: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .ct-mediaSection[data-type="video"] .ct-u-displayTable {
    display: block;
    position: relative;
  }
  .ct-mediaSection[data-type="video"] .ct-u-displayTable .ct-mediaSection-inner {
    display: block;
  }
}
.ct-mediaSection[data-type="kenburns"] {
  overflow: hidden;
  display: table;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-inner {
  display: table-cell;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer > img {
  vertical-align: middle;
  position: absolute;
  top: 50%;
  margin-top: -550px;
  max-width: none;
  min-width: 120%;
  min-height: 100%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  margin-left: -5%;
  -webkit-transition-property: opacity, -webkit-transform;
  -webkit-transition-duration: 3s, 8s;
  -moz-transition-property: opacity, -moz-transform;
  -moz-transition-duration: 3s, 8s;
  -o-transition-property: opacity, -o-transform;
  -o-transition-duration: 3s, 8s;
  transition-property: opacity, transform;
  transition-duration: 3s, 8s;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer > img.singlefx {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer > img {
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer :nth-child(2n+1) {
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer :nth-child(3n+1) {
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer :nth-child(4n+1) {
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer .fx:first-child + img ~ img {
  z-index: -1;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer .fx {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: scale(1.1) translate(30px);
  -moz-transform: scale(1.1) translate(30px);
  -o-transform: scale(1.1) translate(30px);
  transform: scale(1.1) translate(30px);
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer .singlefx {
  -webkit-animation: singleimageloop 20s infinite;
  /* Safari 4+ */
  -moz-animation: singleimageloop 20s infinite;
  /* Fx 5+ */
  -o-animation: singleimageloop 20s infinite;
  /* Opera 12+ */
  animation: singleimageloop 20s infinite;
  /* IE 10+ */
}
@-webkit-keyframes singleimageloop {
  0% {
    -webkit-transform: scale(1) translate(0px);
  }
  50% {
    -webkit-transform: scale(1.1) translate(30px);
  }
  100% {
    -webkit-transform: scale(1) translate(0px);
  }
}
@-moz-keyframes singleimageloop {
  0% {
    -moz-transform: scale(1) translate(0px);
  }
  50% {
    -moz-transform: scale(1.1) ct-m-translate(30px);
  }
  100% {
    -moz-transform: scale(1) translate(0px);
  }
}
@-o-keyframes singleimageloop {
  0% {
    -o-transform: scale(1) translate(0px);
  }
  50% {
    -o-transform: scale(1.1) translate(30px);
  }
  100% {
    -o-transform: scale(1) translate(0px);
  }
}
@keyframes singleimageloop {
  0% {
    transform: scale(1) translate(0px);
  }
  50% {
    transform: scale(1.1) translate(30px);
  }
  100% {
    transform: scale(1) translate(0px);
  }
}
.ct-mediaSection-stellarObject {
  position: absolute;
}
.ct-mediaSection {
  background-position: right;
  background-size: auto;
  background-color: #fff;
}
.ct-mediaSection[data-type="parallax"] {
  background-repeat: no-repeat;
  background-attachment: scroll;
}
@media (max-width: 844px) {
  .ct-mediaSection[data-type="parallax"] .ct-mediaSection-inner {
    display: table-caption;
    padding-top: 30px;
  }
  .ct-mediaSection {
    background-position: center;
  }
}
.owl-theme .owl-controls {
  position: absolute;
  bottom: 50%;
  margin-bottom: -27.5px;
  width: 100%;
  left: 0;
}
.owl-theme .owl-controls .owl-buttons {
  clear: both;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
  position: relative;
  float: left;
  margin-left: 35px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
  position: relative;
  float: right;
  margin-right: 35px;
}
.ct-formatAnotherGallery .ct-navigation--variation1 .owl-controls {
  position: absolute;
  bottom: 50%;
  margin-bottom: -27.5px;
  width: 100%;
  left: 0;
}
.ct-formatAnotherGallery .ct-navigation--variation1 .owl-controls .owl-buttons {
  clear: both;
}
.ct-formatAnotherGallery .ct-navigation--variation1 .owl-controls .owl-buttons .owl-prev {
  position: relative;
  float: left;
  margin-left: 35px;
  width: 31px;
  height: 31px;
  font-size: 20px;
  line-height: 31px;
  background-color: rgba(237, 239, 237, 0.8);
  border: none;
  opacity: 1;
  margin-left: 25px;
}
.ct-formatAnotherGallery .ct-navigation--variation1 .owl-controls .owl-buttons .owl-prev:before {
  left: -2px;
  content: "\f0d9";
}
.ct-formatAnotherGallery .ct-navigation--variation1 .owl-controls .owl-buttons .owl-next {
  position: relative;
  float: right;
  margin-right: 35px;
  width: 31px;
  height: 31px;
  font-size: 20px;
  line-height: 31px;
  background-color: rgba(237, 239, 237, 0.8);
  opacity: 1;
  border: none;
  margin-right: 25px;
}
.ct-formatAnotherGallery .ct-navigation--variation1 .owl-controls .owl-buttons .owl-next:before {
  left: 2px;
  content: "\f0da";
}
.ct-formatGallery .ct-pagination--BottomLeft .owl-controls {
  left: 0;
  bottom: 0;
  width: 35%;
  text-align: left;
  margin-bottom: 0 !important;
}
.ct-formatGallery .ct-pagination--BottomLeft .owl-controls .owl-pagination {
  padding-left: 10px;
}
.ct-formatGallery .ct-pagination--BottomLeft .owl-controls .owl-pagination .owl-page span {
  width: 9px;
  height: 9px;
  background-color: #fff;
  opacity: 1;
  margin: 6px 3px;
}
.ct-formatGallery .ct-pagination--BottomLeft .owl-controls .owl-pagination .owl-page.active span {
  opacity: 1;
}
.ct-formatGallery .ct-pagination--BottomLeft .owl-controls .owl-pagination .owl-page:hover span {
  opacity: 1;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
  background: transparent;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: #ffffff;
  border: 3px solid #fffafa;
  padding: 0;
  line-height: 45px;
  font-size: 35px;
  opacity: 1;
}
.owl-theme .owl-controls .owl-buttons .owl-prev:before {
  width: 100%;
  font-family: fontawesome;
  position: relative;
  top: 0;
  left: -2px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.owl-theme .owl-controls .owl-buttons .owl-prev:active {
  background-color: #fffafa;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
  width: 55px;
  height: 55px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  border: 3px solid #fffafa;
  padding: 0;
  line-height: 45px;
  font-size: 35px;
  opacity: 1;
}
.owl-theme .owl-controls .owl-buttons .owl-next:before {
  width: 100%;
  font-family: fontawesome;
  position: relative;
  top: 0;
  left: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-next:hover,
.owl-theme .owl-controls .owl-buttons .owl-next:active {
  background-color: #fffafa;
}
.owl-prev:before {
  content: "\f104";
}
.owl-next:before {
  content: "\f105";
}
/*! Gray v1.4.2 (https://github.com/karlhorky/gray) | MIT */
.grayscale {
  /* Firefox 10-34 */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
  /*
    Chrome 19+,
    Safari 6+,
    Safari 6+ iOS,
    Opera 15+
  */
  -webkit-filter: grayscale(1);
  /* Firefox 35+ */
  filter: grayscale(1);
  /* IE 6-9 */
  filter: gray;
}
.grayscale.grayscale-fade {
  transition: filter .5s;
}
/* Webkit hack until filter is unprefixed */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .grayscale.grayscale-fade {
    -webkit-transition: -webkit-filter 0.5s;
    transition: -webkit-filter 0.5s;
  }
}
.grayscale.grayscale-off,
.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
/* Background element */
.grayscale.grayscale-replaced {
  -webkit-filter: none;
  filter: none;
}
.grayscale.grayscale-replaced > svg {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 1;
}
.grayscale.grayscale-replaced.grayscale-off > svg,
.grayscale.grayscale-replaced.grayscale-fade:hover > svg {
  opacity: 0;
}
.ct-box .ct-header {
  margin-top: 0;
}
.ct-gallery-filters {
  margin-top: 30px;
  margin-bottom: 40px;
}
.ct-gallery-filters li {
  border: 1px solid #fff;
  margin-bottom: 10px;
  margin-left: 15px;
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ct-gallery-filters li:hover,
.ct-gallery-filters li:focus,
.ct-gallery-filters li:active {
  background-color: #fff;
}
.ct-gallery-filters li a {
  cursor: pointer;
  padding: 10px 23px 10px 23px;
  display: block;
  font-size: 16px;
  color: #fff;
}
.ct-gallery-filters li a:hover,
.ct-gallery-filters li a:focus,
.ct-gallery-filters li a:active {
  text-decoration: none;
}
.ct-gallery-filters li > a.active {
  background-color: #fff;
}
.ct-gallery .wp-pagenavi {
  display: none;
}
.ct-gallery {
  position: relative;
  overflow: hidden;
  min-height: 300px;
}
.ct-gallery.is-loaded:before {
  display: none;
}
.ct-gallery.ct-gallery--withSpacing .ct-gallery-item .ct-gallery-itemInner {
  padding-left: 12.5px;
  padding-right: 12.5px;
  padding-bottom: 24px;
}
.ct-gallery-item.ct-gallery-item--masonry {
  position: relative;
  width: 20%;
  float: left;
  margin-top: -1px;
  overflow: hidden;
}
.ct-gallery-item.ct-gallery-item--masonry .project-thumb {
  width: 100%;
}
.ct-gallery-item.ct-gallery-item--masonry img {
  width: 100%;
}
.ct-gallery-item.ct-gallery-item--masonry:hover .area-hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-gallery-item.ct-gallery-item--masonry:hover .area-hover .cat-links {
  top: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-gallery-item.ct-gallery-item--masonry:hover .area-hover .entry-title {
  top: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry {
  width: 20%;
}
.ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
.ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big {
  width: 40%;
}
.ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry {
  width: 25%;
}
.ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
.ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big {
  width: 50%;
}
.ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry {
  width: 33.33%;
}
.ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
.ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big {
  width: 66.66%;
}
.ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry {
  width: 50%;
}
.ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
.ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big {
  width: 100%;
}
.ct-gallery.ct-gallery--col1 .ct-gallery-item.ct-gallery-item--masonry {
  width: 100%;
}
@media (max-width: 1199px) {
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry {
    width: 25%;
  }
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry {
    width: 33.33%;
  }
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big {
    width: 66.66%;
  }
}
@media (max-width: 767px) {
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry,
  .ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry,
  .ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry {
    width: 100%;
  }
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big,
  .ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big,
  .ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big {
    width: 100%;
  }
}
#infscr-loading {
  z-index: 3000;
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -100px;
  text-align: center;
}
#infscr-loading > div {
  width: 200px;
  padding: 20px 0;
  background-color: #222222;
}
#infscr-loading img {
  display: none !important;
}
#infscr-loading div {
  position: relative;
  bottom: auto;
  left: auto;
}
#infscr-loading > div {
  position: absolute;
  bottom: -38px;
  left: 8px;
}
.gallerymessage {
  padding: 7px 15px;
  color: #ffffff;
}
@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.ct-gallery-itemInner {
  position: relative;
  overflow: hidden;
  transition: all .25s ease;
}
.ct-gallery-itemInner:before {
  content: "";
  border: 1px solid white;
  position: absolute;
  top: 8px;
  bottom: 8px;
  right: 8px;
  left: 8px;
  background-color: rgba(247, 247, 247, 0.3);
  opacity: 0;
  transition: all .3s ease;
}
.ct-gallery-itemInner:after {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  content: "more";
  text-align: center;
  line-height: 74px;
  color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -37px;
  top: 0;
  margin-top: -37px;
  width: 75px;
  height: 75px;
  background-color: black;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  transition: all .3s ease;
}
.ct-gallery-itemInner:hover:before {
  opacity: 1;
}
.ct-gallery-itemInner:hover:after {
  opacity: 1;
  top: 50%;
}
.ct-gallery-itemInner--differentFrame:before {
  bottom: 96px;
}
.ct-gallery-itemInner--differentFrame:after {
  margin-top: -80px;
}
.ct-gallery--smallPadding .ct-gallery-item .ct-gallery-itemInner {
  padding: 2px;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  overflow: hidden;
  position: fixed;
  background: black;
  opacity: 0.7;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-close {
  cursor: pointer;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: black;
  top: 0;
  right: 0px;
  text-align: right;
  padding-right: 6px;
  font-size: 40px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 30px;
  color: #9c9c9c;
  font-size: 14px;
  line-height: 74px;
}
.mfp-arrow {
  background: transparent;
  width: 55px;
  height: 55px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  border: 3px solid #fffafa;
  line-height: 45px;
  font-size: 35px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 48%;
  z-index: 999999999;
  position: absolute;
}
.mfp-arrow.mfp-arrow-left,
.mfp-arrow.mfp-arrow-right {
  font-family: fontawesome;
  font-size: 35px;
}
.mfp-arrow.mfp-arrow-left {
  left: 25px;
}
.mfp-arrow.mfp-arrow-left:before {
  content: "\f104";
}
.mfp-arrow.mfp-arrow-right {
  right: 25px;
}
.mfp-arrow.mfp-arrow-right:before {
  content: "\f105";
}
.mfp-arrow:focus {
  outline: none;
}
.mfp-arrow:hover {
  background-color: #fffafa;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  background: none;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure figcaption {
  position: relative;
}
.mfp-bottom-bar {
  padding: 10px;
  position: absolute;
  bottom: 0;
  height: 75px;
  background: rgba(0, 0, 0, 0.8);
  left: 0px;
  width: 100%;
  cursor: auto;
  display: none;
}
.mfp-title {
  text-align: left;
  line-height: 74px;
  color: #fff;
  font-size: 18px;
  word-wrap: break-word;
  padding-right: 26px;
  position: absolute;
  top: 0;
  left: 27px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.owl-carousel .item {
  display: table;
  width: 100%;
  background-position: center;
}
.owl-carousel .inner {
  display: table-cell;
  vertical-align: middle;
}
section.ct-sectionBox {
  background-color: #fe988a;
  position: relative;
  border-bottom: 2px solid #f6f6f6;
  border-top: 2px solid #f6f6f6;
}
section.ct-sectionBoxFooter {
  background-color: #ddd0cc;
  border-top: 1px solid #f6f6f6;
  margin-bottom: 0px;
}
section.ct-sectionBox:after {
  content: "";
  position: absolute;
  left: 0;
  top: 172px;
  height: 1px;
  background-color: #f6f6f6;
  width: 100%;
}
section.ct-sectionBox:before {
  content: "";
  position: absolute;
  left: 0;
  top: -7px;
  height: 1px;
  background-color: #f6f6f6;
  width: 100%;
}
.ct-googleMap {
  min-height: 610px;
}
.ct-googleMap img {
  max-width: none;
}
.ct-itemProducts {
  background-color: white;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.ct-itemProducts:before {
  position: absolute;
  top: 65px;
  left: -20px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.5px 20px 17.5px 0;
  border-color: transparent #fff transparent transparent;
}
.ct-itemProducts .ct-main-content {
  padding: 25px 25px 10px 25px ;
  color: #494949;
}
.ct-itemProducts .ct-main-content p {
  line-height: 15px;
}
.ct-itemProducts .ct-main-content .ct-icons {
  padding-top: 15px;
  font-size: 14px;
}
.ct-itemProducts .ct-main-content .ct-icons li {
  padding-bottom: 8px;
}
.ct-itemProducts .ct-main-content .ct-icons li i {
  font-size: 14px;
  padding-right: 12px;
}
@media (max-width: 768px) {
  .ct-itemProducts:before {
    top: 100%;
    left: 50%;
    border-width: 25px 18px 0 18px;
    border-color: #fff transparent transparent transparent;
    transform: translateX(-50%);
  }
}
.ct-offerBox .ct-offerBox-image {
  float: left;
  margin-right: 30px;
  display: inline-block;
  position: relative;
}
.ct-offerBox .ct-offerBox--button {
  width: 80px;
  height: 68px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: 284px;
  right: 0;
  display: block;
  color: #fff;
  line-height: 43px;
  font-size: 25px;
  margin-top: 16px;
  margin-right: -15px;
  z-index: 9998;
}
.ct-offerBox .ct-offerBox--button:before {
  content: "";
  position: absolute;
  bottom: 67px;
  right: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 0 13px;
}
.ct-offerBox .ct-offerBox--button span {
  line-height: 67px;
  display: block;
  text-align: center;
  font-size: 26px;
}
.ct-offerBox .ct-offerBox-content {
  float: center;
}
.ct-offerBox .ct-offerBoxLists li {
  position: relative;
  left: 20px;
  padding-top: 20px;
}
.ct-offerBox .ct-offerBoxLists li:before {
  position: absolute;
  top: 28px;
  margin-left: -20px;
  content: "";
  background-image: url("../images/dott.png");
  width: 4px;
  height: 5px;
}
.ct-offerBox:before,
.ct-offerBox:after {
  content: " ";
  display: table;
}
.ct-offerBox:after {
  clear: both;
}
.ct-offerService {
  margin-bottom: 80px;
}
.ct-offerService .ct-offerService-image {
  display: inline-block;
  position: relative;
}
.ct-offerService .ct-offerService-header {
  font-size: 20px;
  display: block;
  padding-bottom: 40px;
}
.ct-offerService-title {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: black;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 25px 0 25px 0;
  line-height: 20px;
}
.ct-offerService-price {
  position: absolute;
  bottom: 100%;
  left: 0;
  padding: 20px 27px 20px 27px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.ct-offerService .ct-offerService-header {
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ct-navbarSelect {
    padding-right: 0;
    padding-left: 9px;
    margin-right: -20px;
  }
  .ct-navbarSelect .select2 {
    width: 154px !important;
  }
  ul.navbar-nav {
    padding-left: 0;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .navbar-right {
    margin-right: -25px;
  }
}
@media (max-width: 992px) {
  .ct-navbarSelect {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 100px;
    height: 100px;
  }
  ul.navbar-nav {
    padding-top: 55px;
  }
}
.ct-buttonBox {
  overflow: hidden;
  height: 75px;
}
.ct-buttonBox .ct-buttonSingle {
  position: relative;
}
.ct-buttonBox .ct-buttonSingle:before {
  right: 100%;
  margin-right: 20px;
  content: "";
  position: absolute;
  height: 5px;
  border-top: 2px solid #efefef;
  padding-top: 2px;
  border-bottom: 1px solid #efefef;
  top: 50%;
  width: 999px;
  pointer-events: none;
}
.ct-dottedBox {
  padding: 0;
}
.ct-dottedBox li.ct-dottedMenu {
  overflow: hidden;
  padding: 0 0 0;
  position: relative;
  font-weight: 600;
}
.ct-dottedBox li.ct-dottedMenu > :nth-child(2) {
  float: left;
  background-color: #ffffff;
  position: relative;
  z-index: 4;
}
.ct-dottedBox li.ct-dottedMenu > :nth-child(3) {
  float: right;
  padding-left: 5px;
  background-color: #ffffff;
  position: relative;
  z-index: 4;
}
.ct-dottedBox li.ct-dottedMenu .ct-dottedBg {
  border-top: dotted 2px #efefef;
  position: absolute;
  top: 12.5px;
  left: 0;
  width: 100%;
  z-index: 0;
}
.ct-dottedBox li.ct-dottedMenu .ct-dottedMenuDetails {
  padding-bottom: 35px;
  padding-top: 10px;
  line-height: 30px;
  color: #494949;
}
.ct-dottedBox li.ct-dottedMenu:last-child .ct-dottedMenuDetails {
  padding-bottom: 0;
}
.ct-dottedBox--morePadding li.ct-dottedMenu .ct-dottedBg {
  top: 29.5px !important;
}
.ct-testimonials-image {
  margin-right: 25px;
}
.ct-testimonials-image img {
  border: 1px solid #eeeeee;
}
.ct-testimonials-content q {
  line-height: 30px;
}
.ct-testimonials-content span {
  padding-bottom: 2px;
  display: block;
  padding-top: 4px;
  padding-left: 100px;
}
.ct-testimonials--frame .ct-testimonials-image {
  position: relative;
  display: inline-block;
}
.ct-testimonials--frame .ct-testimonials-image img {
  position: relative;
}
.ct-testimonials--frame .ct-testimonials-image:before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: -6px;
  right: -6px;
  left: 5px;
}
.ct-testimonials--right .ct-testimonials-image {
  float: right;
}
.ct-testimonials--left .ct-testimonials-image {
  float: left;
}
@media (max-width: 1199px) {
  .ct-testimonials .ct-testimonials-content span {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .ct-testimonials {
    padding-top: 20px;
    text-align: center;
  }
  .ct-testimonials .ct-testimonials-image {
    float: none;
    margin-bottom: 10px;
  }
  .media.ct-testimonials {
    padding-top: 0;
    text-align: center;
  }
  .media.ct-testimonials .pull-left {
    float: none !important;
  }
  .ct-comments li ol {
    padding-left: 0 !important;
  }
  .ct-comments-author {
    text-align: center !important;
  }
}
.ct-dividerLine {
  position: relative;
}
.ct-dividerLine:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 2px solid #efefef;
  padding-top: 2px;
  border-bottom: 1px solid #efefef;
  top: 0;
  width: 100%;
  pointer-events: none;
}
@media (max-width: 750px) {
  .ct-404Page > :nth-child(1),
  .ct-coming-soonPage > :nth-child(1) {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .ct-404Page > :nth-child(2),
  .ct-coming-soonPage > :nth-child(2) {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .ct-404Page .ct-page404Header {
    font-size: 70px !important;
  }
}
.ct-coming-soonPage .ct-pageComing-soon {
  font-size: 59px;
}
.ct-404Page div[class^="col-"] {
  float: none;
}
.ct-404Page .ct-page404Header {
  font-size: 116px;
}
.ct-coming-soonPage div[class^="col-"] {
  float: none;
}
.ct-preloader {
  top: 0;
  position: fixed;
  z-index: 999999999999999998;
  width: 100vw;
  height: 100vh;
  background: #fff;
  overflow: hidden;
}
.ct-preloader .ct-preloader-content {
  position: absolute;
  z-index: 99999999999999999;
  top: 50%;
  left: 50%;
  margin-top: -27.5px;
  margin-left: -27.5px;
  height: 100%;
  width: 100%;
  background: url("../images/circles.svg");
  background-repeat: no-repeat;
}
.ct-featuredBox {
  padding: 40px  0 30px 125px;
  z-index: 1001;
  position: relative;
}
.ct-featuredBox .ct-articleBox .ct-articleBox-date {
  position: absolute;
  top: 32px;
  left: 50px;
}
.ct-featuredBox .ct-articleBox .ct-articleBox-date .ct-articleBox-dateDay {
  margin-top: 3px;
  height: 42px;
  width: 72px;
  background-color: #fff;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
}
.ct-featuredBox .ct-articleBox .ct-articleBox-date .ct-articleBox-dateMonth {
  height: 24px;
  width: 72px;
  background-color: #fff;
  font-size: 12px;
  font-weight: 600;
  color: #a7a7a7;
  text-transform: uppercase;
  text-align: center;
  padding-left: 5px;
}
.ct-featuredBox .ct-articleBox .ct-articleBox-media {
  margin-top: -5px;
  padding-bottom: 15px;
}
.ct-featuredBox .ct-articleBox .ct-articleBox-media img {
  min-width: 100%;
}
.ct-featuredBox .ct-articleBox .ct-articleBox-titleBox a {
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.ct-featuredBox .ct-articleBox .ct-articleBox-titleBox a h5 {
  font-size: 20px;
}
.ct-featuredBox .ct-articleBox .ct-articleBox-titleBox a:hover,
.ct-featuredBox .ct-articleBox .ct-articleBox-titleBox a:focus,
.ct-featuredBox .ct-articleBox .ct-articleBox-titleBox a:active {
  text-decoration: none;
}
.ct-featuredBox .ct-articleBox .ct-articleBox-description {
  line-height: 24px;
  color: #fff;
  font-weight: 600;
}
.ct-featuredBox span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 35px 0 0;
  border-color: #fff transparent transparent transparent;
}
.ct-featuredBox span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 35px 35px;
}
.ct-specialLink a:hover,
.ct-specialLink a:focus,
.ct-specialLink a:active {
  color: inherit;
}
@media (max-width: 767px) {
  .ct-featuredExample {
    text-align: center;
  }
  .ct-featuredBox {
    padding-left: 25px;
  }
  .ct-featuredBox .ct-articleBox .ct-articleBox-date {
    right: 0;
    left: auto;
  }
}
.ct-stretchedBox {
  position: relative;
}
.ct-stretchedBox:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 99999px;
  z-index: 1000;
}
.ct-stretchedBox:before {
  content: "";
  position: absolute;
  top: 190px;
  left: -145px;
  border-bottom: 70px solid #f7f7f7;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  height: 0;
  width: 320px;
  transform: rotate(-99deg);
  z-index: 1000;
  display: block;
}
.ct-blogBox .ct-articleBox {
  padding-top: 50px;
  padding-bottom: 40px;
}
.ct-blogBox .ct-articleBox .ct-articleBox-media {
  margin-right: 40px;
}
.ct-blogBox .ct-articleBox .ct-articleBox-meta {
  font-weight: 600;
  margin-bottom: -5px;
}
.ct-blogBox .ct-articleBox .ct-articleBox-header {
  text-transform: uppercase;
}
.ct-blogBox .ct-articleBox .ct-articleBox-header a:hover,
.ct-blogBox .ct-articleBox .ct-articleBox-header a:focus,
.ct-blogBox .ct-articleBox .ct-articleBox-header a:active {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ct-blogBox .ct-articleBox .ct-articleBox-description {
  padding-top: 7px;
  line-height: 30px;
  font-weight: 600;
}
.ct-blogBox .ct-articleBox img {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
}
.ct-blogBox .ct-formatQuote .ct-articleBox-description {
  font-size: 24px;
  line-height: 32px;
  font-weight: normal;
  padding-top: 20px;
  padding-bottom: 5px;
}
.ct-blogBox .ct-formatAudio .ct-articleBox-meta {
  padding-top: 20px;
}
.ct-blogBox .ct-formatAudio .ct-articleBox-media iframe {
  width: 90%;
  height: 120px;
}
.ct-blogBox .ct-dividerLine {
  margin-top: 10px;
}
.ct-blogBox .ct-articleBox--singlePage {
  padding-top: 0;
  padding-bottom: 0;
}
.ct-blogBox .ct-articleBox--singlePage .ct-articleBox-header {
  font-size: 30px;
  font-weight: 600;
  padding-top: 25px;
}
.ct-blogBox .ct-articleBox--singlePage .ct-articleBox-meta {
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 30px;
}
.ct-blogBox .ct-articleBox--singlePage .ct-articleBox-description {
  padding-top: 0;
  padding-bottom: 20px;
}
.ct-blogBox .ct-CommentBox img {
  max-width: none;
}
.ct-blogBox .ct-CommentBox .ct-commentBox-header {
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 65px;
  padding-bottom: 25px;
}
@media (max-width: 991px) {
  .ct-blogBox .ct-articleBox .ct-articleBox-media {
    margin-right: 0;
  }
  .ct-blogBox .ct-articleBox .ct-articleBox-meta {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .ct-articleBox-header {
    font-size: 28px;
  }
  .ct-blogBox .ct-articleBox img {
    min-height: 0;
  }
}
@media (max-width: 480px) {
  .ct-blogBox .ct-articleBox--singlePage .ct-articleBox-header {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .ct-articleBox.ct-formatQuote .ct-articleBox-description {
    font-size: 20px;
  }
}
.ct-blogTags {
  display: inline;
  padding-left: 10px;
}
.ct-blogTags li {
  padding-left: 0;
  padding-right: 0;
}
.ct-blogTags li:after {
  content: "/";
  color: #b2b2b2;
  padding-left: 5px;
  padding-right: 2px;
  pointer-events: none;
}
.ct-blogTags li:last-child:after {
  display: none;
}
.ct-blogTags li a {
  font-size: 14px;
  color: #b2b2b2;
}
.ct-blogTags li a:hover,
.ct-blogTags li a:active,
.ct-blogTags li a:focus {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ct-blogTags-secondType li {
  font-weight: 600;
  text-transform: lowercase;
}
.ct-blogTags-secondType li:after {
  content: ",";
  padding-left: 0;
  padding-right: 1px;
}
.ct-blogTags-secondType li a {
  font-size: 13px;
}
.ct-blogTags-secondType li a:hover,
.ct-blogTags-secondType li a:active,
.ct-blogTags-secondType li a:focus {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ct-blogTags-threeType {
  display: block;
  padding-left: 0;
}
.ct-blogTags-threeType li {
  font-weight: 600;
  padding-bottom: 8px;
  padding-right: 4px;
}
.ct-blogTags-threeType li:after {
  display: none;
}
.ct-blogTags-threeType li a {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  padding: 7px 13px;
  display: block;
  font-size: 13px;
}
.ct-blogTags-threeType li a:hover,
.ct-blogTags-threeType li a:active,
.ct-blogTags-threeType li a:focus {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ct-navigationBlog a {
  font-weight: 600;
}
.ct-navigationBlog a:hover,
.ct-navigationBlog a:focus {
  text-decoration: non;
}
.ct-navigationBlog > :nth-child(1) i {
  line-height: 0.7;
  padding-right: 5px;
}
.ct-navigationBlog > :nth-child(2) i {
  line-height: 0.7;
  padding-left: 5px;
}
.ct-sectionButton {
  left: 50%;
  margin-left: -100px;
  position: absolute;
  color: #ffffff;
  width: 200px;
}
.ct-sectionButton:hover,
.ct-sectionButton:active,
.ct-sectionButton:focus {
  color: #ffffff;
}
.ct-sectionButton .ct-sectionButton-circle {
  border: 2px solid #ffffff;
}
.ct-scrollUpButton {
  visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  transition: 1s all ease;
  position: fixed;
  right: 50px;
  color: #ffffff;
  z-index: 100000000;
}
.ct-scrollUpButton:hover,
.ct-scrollUpButton:active,
.ct-scrollUpButton:focus {
  color: #ffffff;
}
.ct-scrollUpButton .ct-sectionButton-circle {
  background-color: #1d1d1d;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.ct-scrollUpButton.is-active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
}
.ct-scrollUpButton .ct-sectionButton-circle:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ct-sectionButton,
.ct-scrollUpButton {
  text-align: center;
  bottom: 47px;
}
.ct-sectionButton .ct-sectionButton-circle,
.ct-scrollUpButton .ct-sectionButton-circle {
  overflow: hidden;
  width: 70px;
  height: 70px;
  line-height: 69px;
  display: block;
  margin: auto;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ct-sectionButton .ct-sectionButton-text,
.ct-scrollUpButton .ct-sectionButton-text {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .ct-sectionButton,
  .ct-scrollUpButton {
    display: none;
  }
}
.ct-comments li ol {
  padding-left: 90px;
}
.ct-comments li .media {
  margin-bottom: 35px;
}
.ct-comments li .media:before,
.ct-comments li .media:after {
  content: " ";
  display: table;
}
.ct-comments li .media:after {
  clear: both;
}
.ct-comments li .media .media-body .inner-body p {
  font-weight: 600;
  line-height: 26px;
}
.ct-comments .ct-comments-author {
  display: block;
  text-align: right;
}
.ct-buttonList li {
  padding-right: 12px;
}
@media (max-width: 1199px) {
  .ct-buttonList li {
    padding-bottom: 10px;
    padding-top: 5px;
  }
}
.ct-hover--MotiveColor li a:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 480px) {
  .ct-buttonSection {
    text-align: center;
  }
}
.ct-footerUp .tweets_display ul {
  list-style: none;
}
.ct-footerUp .tweets_display ul li {
  position: relative;
  text-align: left;
}
.ct-footerUp .tweets_display ul li:before {
  position: absolute;
  top: 0;
  margin-top: 9px;
  margin-left: -15px;
  content: "";
  background-image: url("../images/dott.png");
  width: 4px;
  height: 5px;
}
.ct-footerUp .tweets_display ul li p {
  color: #808080;
  line-height: 20px;
  font-weight: 600;
}
.ct-footerUp .tweets_display ul li p > a {
  display: none;
}
.ct-footerUp .tweets_display ul li p .tweet_text .at {
  display: none;
}
.ct-footerUp .tweets_display ul li p .tweet_text .at + a {
  display: none;
}
.ct-footerUp .tweets_display ul li p .tweet_text a:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ct-footerUp .tweets_display ul li p .tweet_time {
  line-height: 30px;
  display: block;
  text-align: left;
}
.ct-footerUp .tweets_display ul li p .tweet_time a {
  font-weight: 600;
}
.ct-footerUp .tweets_display ul li p .tweet_time a:hover {
  color: #292929;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 991px) {
  .ct-footer .ct-footerUp .ct-twitterBox .ct-twitterBox-title,
  .ct-footerUp .tweets_display ul li p .tweet_time,
  .ct-footerUp .tweets_display ul li {
    text-align: center;
  }
  .ct-footer .ct-footerUp .ct-twitterBox .ct-twitterBox-title {
    padding-left: 0 !important;
  }
  .tweets_display .tweet_list {
    padding-left: 0 !important;
  }
}
@media (max-width: 992px) {
  .ct-footerUp .tweets_display ul li:before {
    display: none;
  }
}
.ct-counterBox .ct-counterBox-number {
  font-size: 120px;
  font-weight: 600;
  font-family: Tangerine;
}
.ct-counterBox small {
  font-size: 14px;
  font-weight: 600;
  margin-top: -10px;
}
.ct-counterBox--secundary .ct-counterBox-number {
  font-size: 68px;
}
.ct-counterBox--secundary small {
  font-size: 24px;
  font-weight: normal;
  margin-top: -15px;
}
.ct-counterBox--secundary .ct-counterBox-icon {
  width: 87px;
  height: 87px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
}
.ct-counterBox--secundary .ct-counterBox-icon i {
  color: #fff;
  line-height: 87px;
}
.ct-pricingBox .ct-pricingBox-header {
  padding: 12px;
  text-align: center;
}
.ct-pricingBox .ct-pricingBox-header header {
  font-family: Tangerine;
  font-weight: 600;
  color: #fff;
  font-size: 60px;
}
.ct-pricingBox .ct-pricingBox-header span {
  font-size: 16px;
  text-align: right;
  display: block;
  margin-right: 20px;
  color: #fff;
  margin-top: -25px;
}
.ct-pricingBox .ct-pricingBox-content {
  background-color: #f4f4f4;
}
.ct-pricingBox .ct-pricingBox-content ul {
  padding-left: 80px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.ct-pricingBox .ct-pricingBox-content ul > li {
  font-size: 14px;
  color: #656565;
  padding-top: 15px;
  padding-bottom: 15px;
}
.ct-pricingBox .ct-pricingBox-content ul > li i {
  padding-right: 10px;
  color: #dbdbdb;
}
@media (max-width: 480px) {
  .ct-pricingBox {
    text-align: center;
  }
  .ct-pricingBox .ct-pricingBox-content ul {
    padding-left: 0;
  }
}
.ct-iconBox .ct-iconBox-icon {
  width: 75px;
  height: 75px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
}
.ct-iconBox .ct-iconBox-icon i {
  color: #fff;
  line-height: 75px;
}
.ct-iconBox .ct-iconBox-content p {
  font-size: 15px;
  line-height: 26px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.ct-iconBox .ct-iconBox-content a {
  margin-bottom: 20px;
}
table.table thead {
  color: #fff;
  text-transform: uppercase;
  font-weight: 6000;
  font-size: 14px;
}
table.table thead tr th {
  padding: 20px;
}
table.table tbody {
  background-color: #e9efdf;
  color: #656565;
}
table.table tbody tr td {
  border: none;
  padding: 20px;
}
.ct-progressBar {
  margin-bottom: 40px;
}
.ct-progressBar .progress {
  height: 12px;
  background-color: #f4f4f4;
  overflow: visible;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.ct-progressBar .progress .progress-bar {
  position: relative;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.ct-progressBar .progress .progress-bar .ct-progressBar-content {
  position: absolute;
  right: 0;
  top: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ct-progressBar .progress .progress-bar .ct-progressBar-content .ct-progressBar-text {
  position: absolute;
  width: 31px;
  height: 31px;
  display: block;
  top: 50%;
  left: 50%;
  line-height: 27px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-top: solid 1px #ffffff;
  border-left: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  border-width: 2px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.ct-progressBar .ct-progressBar-title {
  padding-bottom: 12px;
}
