@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic);
@import "../css/jquery.nouislider.css";
@import "../plugins/owl/owl.carousel.css";
@import "../plugins/owl/owl.theme.css";
@import "../plugins/owl/owl.transitions.css";
@import url("http://fonts.googleapis.com/css?family=Droid+Serif:400,700");
/*
*
*
******* CREATE IT VARIABLES *******
*
*
*/
/*!
 * Yamm!3
 * Yet another megamenu for Bootstrap 3
 * 
 * http://geedmo.github.com/yamm3
 */
@media (min-width: 768px) {
  .yamm .nav,
  .yamm .collapse,
  .yamm .dropup,
  .yamm .dropdown {
    position: static !important;
  }
  .yamm .container {
    position: relative;
  }
  .yamm .dropdown-menu {
    left: auto;
    right: auto;
  }
  .yamm .navbar-right .dropdown-menu.yamm-dropdown {
    left: auto;
    right: 0;
  }
  .yamm .dropdown-menu.yamm-dropdown {
    min-width: 60%;
  }
  .yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
  }
}
@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;
}
@-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;
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/flexslider/flexslider-icon.eot');
  src: url('../fonts/flexslider/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider/flexslider-icon.woff') format('woff'), url('../fonts/flexslider/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0;
  background: #fff;
  height: 100%;
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.ct-m-imageCenter {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.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-lh-0 {
  line-height: 0;
}
.ct-lh-30 {
  line-height: 30px;
}
.ct-u-size20 {
  font-size: 20px;
}
.ct-u-arapey {
  font-family: 'Arapey', serif;
}
.ct-u-underline:hover {
  padding-bottom: 5px;
}
.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-verticalMiddle {
  vertical-align: middle;
}
.ct-u-displayTableRow {
  display: table-row;
}
.ct-u-displayTableCell {
  display: table-cell;
}
.ct-u-paddingLeft5 {
  padding-left: 5px;
}
.ct-u-paddingRight5 {
  padding-right: 5px;
}
.ct-u-paddingRight10 {
  padding-right: 10px;
}
.ct-u-paddingLeft10 {
  padding-left: 10px;
}
.ct-u-paddingLeft15 {
  padding-left: 15px;
}
.ct-u-paddingRight15 {
  padding-right: 15px;
}
.ct-u-paddingBothHorizontal15 {
  padding-left: 15px;
  padding-right: 15px;
}
.ct-u-paddingLeft34 {
  padding-left: 34px;
}
.ct-u-paddingBoth0 {
  padding-top: 0;
  padding-bottom: 0;
}
.ct-u-paddingTop0 {
  padding-top: 0;
}
.ct-u-paddingBottom0 {
  padding-bottom: 0 !important;
}
.ct-u-paddingBoth5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ct-u-paddingTop5 {
  padding-top: 5px;
}
.ct-u-paddingBottom5 {
  padding-bottom: 5px;
}
.ct-u-paddingBoth10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ct-u-paddingTop10 {
  padding-top: 10px;
}
.ct-u-paddingBottom10 {
  padding-bottom: 10px;
}
.ct-u-paddingBoth15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.ct-u-paddingTop15 {
  padding-top: 15px;
}
.ct-u-paddingBottom15 {
  padding-bottom: 15px;
}
.ct-u-paddingBoth20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ct-u-paddingTop20 {
  padding-top: 20px;
}
.ct-u-paddingBottom20 {
  padding-bottom: 20px;
}
.ct-u-paddingBoth25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.ct-u-paddingTop25 {
  padding-top: 25px;
}
.ct-u-paddingBottom25 {
  padding-bottom: 25px;
}
.ct-u-paddingBoth30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ct-u-paddingTop30 {
  padding-top: 30px;
}
.ct-u-paddingBottom30 {
  padding-bottom: 30px;
}
.ct-u-paddingBoth35 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.ct-u-paddingTop35 {
  padding-top: 35px;
}
.ct-u-paddingBottom35 {
  padding-bottom: 35px;
}
.ct-u-paddingBoth40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.ct-u-paddingTop40 {
  padding-top: 40px;
}
.ct-u-paddingBottom40 {
  padding-bottom: 40px;
}
.ct-u-paddingBoth50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ct-u-paddingTop50 {
  padding-top: 50px;
}
.ct-u-paddingBottom50 {
  padding-bottom: 50px;
}
.ct-u-paddingBoth55 {
  padding-top: 55px;
  padding-bottom: 55px;
}
.ct-u-paddingTop55 {
  padding-top: 55px;
}
.ct-u-paddingBottom55 {
  padding-bottom: 55px;
}
.ct-u-paddingBoth60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.ct-u-paddingTop60 {
  padding-top: 60px;
}
.ct-u-paddingBottom60 {
  padding-bottom: 60px;
}
.ct-u-paddingBoth70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.ct-u-paddingTop70 {
  padding-top: 70px;
}
.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-paddingTop130 {
  padding-top: 130px;
}
.ct-u-paddingBoth150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.ct-u-paddingTop150 {
  padding-top: 150px;
}
.ct-u-paddingBottom150 {
  padding-bottom: 150px;
}
.ct-u-paddingBoth210 {
  padding-top: 210px;
  padding-bottom: 210px;
}
.ct-u-paddingTop210 {
  padding-top: 210px;
}
.ct-u-paddingBottom210 {
  padding-bottom: 210px;
}
.ct-u-paddingTop290 {
  padding-top: 290px;
}
.ct-u-marginBottom0 {
  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-marginBoth35 {
  margin-top: 35px;
  margin-bottom: 35px;
}
.ct-u-marginTop35 {
  margin-top: 35px;
}
.ct-u-marginBottom35 {
  margin-bottom: 35px;
}
.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-marginTop290 {
  margin-top: 290px;
}
.ct-u-width-49pc {
  width: 49%;
}
.ct-u-colorWhite {
  color: #fff;
}
.ct-u-colorBlack {
  color: #000;
}
.ct-u-colorRed {
  color: #ff0000;
}
.ct-u-colorGrey {
  color: #acacac;
}
.ct-u-colorLightGrey {
  color: #b2b2b2;
}
.ct-u-colorLighterGrey {
  color: #bebebe;
}
.ct-u-size4 {
  font-size: 4px;
}
.ct-u-size5 {
  font-size: 5px;
}
.ct-u-size14 {
  font-size: 14px;
}
.ct-u-size15 {
  font-size: 15px;
}
.ct-u-size16 {
  font-size: 16px;
}
.ct-u-size17 {
  font-size: 17px;
}
.ct-u-size18 {
  font-size: 18px;
}
.ct-u-size20 {
  font-size: 20px;
}
.ct-u-size22 {
  font-size: 22px;
}
.ct-u-size24 {
  font-size: 24px;
}
.ct-u-size28 {
  font-size: 28px;
}
.ct-u-size30 {
  font-size: 30px;
}
.ct-u-size34 {
  font-size: 34px;
}
.ct-u-size35 {
  font-size: 35px;
}
.ct-u-size40 {
  font-size: 40px;
}
.ct-u-size45 {
  font-size: 45px;
}
.ct-u-size150 {
  font-size: 150px;
}
.ct-u-bgcolor-black {
  background-color: #000000;
}
.ct-u-bgcolor-transparent {
  background-color: transparent !important;
}
.ct-u-borderBottom {
  border-bottom: 1px solid #f6f6f6;
}
.ct-u-borderBottomDark {
  border-bottom: 1px solid #141414;
}
.ct-u-borderTopDark {
  border-top: 1px solid #141414;
}
.ct-u-borderBottomDarkGrey {
  border-bottom: 1px solid #ececec;
}
.ct-u-borderTop {
  border-top: 1px solid #f6f6f6;
}
.ct-u-borderBoth {
  border: 1px solid #f6f6f6;
}
.ct-u-borderBottom3 {
  border-bottom: 3px solid #f6f6f6;
}
.ct-u-borderTop3 {
  border-top: 3px solid #f6f6f6;
}
.ct-u-borderBoth3 {
  border: 3px solid #f6f6f6;
}
button,
button:hover,
button:focus,
button:active {
  outline: none !important;
}
.btn {
  text-transform: uppercase;
  padding: 0 25px;
  border-width: 2px;
  line-height: 49px;
  font-size: 18px;
}
.btn:focus,
.btn:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.btn i {
  margin: 0 5px;
}
.btn-sm {
  padding: 0px 15px;
  line-height: 34px;
}
.btn-md {
  padding: 0px 22px;
  line-height: 43px;
  font-size: 16px;
}
.btn-default {
  background-color: #000;
  border-color: #000;
  color: #fff !important;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  border-color: #000 !important;
  background-color: #fff !important;
  color: #000 !important;
}
.btn-white {
  background-color: #fff;
  border-color: #000;
}
.btn-white:hover,
.btn-white:active,
.btn-white:focus {
  border-color: #000 !important;
  background-color: #fff;
  color: #000;
}
.btn-blackTransparent {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}
.btn-blackTransparent:hover {
  border: 1px solid #000;
  background: transparent;
  color: #000 !important;
}
.btn-blackTransparent--white:hover {
  border: 1px solid #fff;
  color: #fff !important;
}
.btn-transparentWhite {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.btn-transparentWhite:hover {
  border: 1px solid #000;
  background-color: #fff;
  color: #000 !important;
}
.ct-btn-shadowBar {
  height: 64px;
  width: 100%;
  display: block;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 22px 0;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.ct-btn-shadowBar:hover {
  background-color: #292929;
  background-color: #000000;
  color: white !important;
}
/*
.btn{
  background-color: @color-default;
  padding:0;
  border: 2px solid transparent;
}

.btn-default{
  color: @color-secondary;
  height: 56px;
  line-height: 56px;
  padding:0 25px;
  &:hover{
    border: 2px solid @color-default !important;
    background-color: @color-secondary !important;
    color: @color-default !important;
  }
}

.btn-default--submit{
  padding: 0 35px;
}

.btn-default--thin{
  height: 42px;
  line-height: 42px;

  i{
    padding-left: 10px;
  }
}

.btn-default--thinIconLeft{
  height: 42px;
  line-height: 42px;

  i{
    padding-right: 10px;
  }
}

.btn-default--arrow{
  height: 38px;
  width: 50px;
  line-height: 38px;
  padding:0;

}

.btn-default--buttonX{
  padding:0;
  height: 44px;
  width: 44px;
  line-height: 44px;
}

.btn-default--social{
  padding:0;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-size: 19px;
  border: 2px solid transparent !important;

  &:hover{
    border: 2px solid @color-default !important;
  }
}

.btn-default--sticked{
  height: 50px;
  line-height: 50px;
  position: relative;
}
.btn-default--stickedWhite{
  height: 50px;
  line-height: 50px;
  position: relative;
  background-color: #fff;
  color: #000;

  &:hover{
    border-color: transparent !important;
  }
}
.btn-default--stickedNoPadding{
  height: 50px;
  line-height: 50px;
  position: relative;
  padding:0;
}
.btn-default--height50{
  height: 50px;
  line-height: 50px;
}

.btn-icon{
  color: @color-secondary;
  height: 56px;
  line-height: 56px;
  width:58px;
  font-size: 27px;
}

.btn-icon--slider{
  .ct-m-opacity(0.8);
  &:hover{
    color: @color-secondary !important;
    .ct-m-opacity(1);
  }
}
.btn-icon--bordered{
  &:hover{
    background-color: @color-secondary !important;
    border: 2px solid @color-default !important;;
    color: @color-default !important;
  }
}

.btn-slider{
  line-height: 58px;
  height:58px;
  padding:0 20px;
  font-size: 22px;
  &:hover{
    background: @color-secondary;
    color: @color-default !important;
  }
}

.btn-slider--transparent{
  border: 1px solid #000;

  &:hover{
    border: 1px solid #000;
    background: transparent;
  }
}

.btn-slider--transparentWhite{
  border: 1px solid #000;

  &:hover{
    color:#fff !important;
    border: 1px solid #fff;
    background: transparent;
  }
}

.btn-slider--transparentToWhite{
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent !important;

  &:hover{
    background-color: #fff !important;
    color: #000 !important;
  }
}


.ct-btn-shadowBar{
  height:64px;
  width: 100%;
  display: block;
  font-size: 30px;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.3);
  padding:22px 0;
  font-size:16px;
  color:@color-secondary;
  &:hover{
    background-color: rgb(41, 41, 41);
    background-color: rgba(0,0,0, 1);
    color:white !important;
  }
}

.btn-white{
  color:@color-secondary;
  background-color: lighten(@motive-color, 15%);
  display: inline-block;
  padding:15px 13px;
  min-width: 55px;
  &:hover{
    color:@motive-color;
    background-color: @color-secondary;
    .ct-m-boxShadow(inset 0 3px 5px rgba(0, 0, 0, 0.125));
  }
}




@media(max-width: @screen-sm){
  form{
    .btn-default--submit{
      width:100%;
    }
  }
}


*/
ul.ct-socials {
  margin: 0;
}
ul.ct-socials > li {
  padding-left: 0;
}
ul.ct-socials > li > a {
  display: block;
  text-align: center;
  border: 2px solid transparent;
}
ul.ct-socials.ct-socials--small > li {
  padding-right: 3px;
}
ul.ct-socials.ct-socials--small > li > a {
  width: 21px;
  height: 21px;
  font-size: 15px;
  line-height: 20px;
}
ul.ct-socials.ct-socials--medium > li {
  padding-right: 3px;
}
ul.ct-socials.ct-socials--medium > li > a {
  width: 43px;
  height: 43px;
  font-size: 20px;
}
ul.ct-socials.ct-socials--medium > li > a i {
  line-height: 42px;
}
ul.ct-socials.ct-socials--large > li {
  padding-right: 12px;
}
ul.ct-socials.ct-socials--large > li > a {
  width: 55px;
  height: 55px;
  font-size: 40px;
}
ul.ct-socials.ct-socials--large > li > a i {
  line-height: 55px;
}
ul.ct-socials.ct-socials--blackBorder > li > a:hover {
  border: 2px solid #000;
}
ul.ct-socials.ct-socials--whiteBorder > li > a:hover {
  border: 2px solid #fff;
}
ul.ct-socials.ct-socials--white > li > a {
  color: #000000;
  background-color: #ffffff;
}
ul.ct-socials.ct-socials--white > li > a:hover {
  color: #ffffff;
  background-color: #000000;
}
ul.ct-socials.ct-socials--black > li > a {
  color: #ffffff;
  background-color: #000000;
}
ul.ct-socials.ct-socials--black > li > a:hover {
  color: #000000;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  ul.ct-socials.ct-socials--large > li,
  ul.ct-socials.ct-socials--small > li {
    padding-bottom: 10px;
  }
  ul.ct-socials.ct-socials--large > li > a {
    padding-left: 0;
  }
  ul.ct-socials.ct-socials--small > li > a {
    padding-left: 0;
    font-size: 32px;
    width: 40px;
    height: 40px;
  }
  ul.ct-socials.ct-socials--small > li > a > i {
    line-height: 39px;
  }
  footer ul.ct-socials.ct-socials--large,
  footer ul.ct-socials.ct-socials--small {
    text-align: center;
  }
  footer ul.ct-socials.ct-socials--large > li {
    padding-left: 6px;
    padding-right: 6px;
  }
  footer ul.ct-socials.ct-socials--small > li {
    padding-left: 2px;
    padding-right: 2px;
  }
}
@media (max-width: 480px) {
  ul.ct-socials {
    text-align: center;
  }
}
.fb-like {
  width: 350px;
}
.ct-topBar {
  font-size: 14px;
  color: #ffffff;
  background-color: #000000;
  line-height: 1;
  position: relative;
  z-index: 9999;
}
.ct-topBar .dropdown-menu > li > a {
  padding: 16px;
  margin: 0;
}
.ct-topBar .btn-group.open .dropdown-toggle {
  color: #888888;
}
.ct-topBar .ct-topBar-navigation {
  display: inline-block;
  list-style-type: none;
  padding: 0;
}
.ct-topBar .ct-topBar-navigation > ul {
  margin: 0;
}
.ct-topBar .ct-topBar-navigation > ul li {
  padding: 0;
  display: inline-block;
  position: relative;
}
.ct-topBar .ct-topBar-navigation > ul li a {
  color: #ffffff;
  display: block;
  padding: 18px 0;
}
.ct-topBar .ct-topBar-navigation > ul li a:hover,
.ct-topBar .ct-topBar-navigation > ul li a:active {
  color: #888888;
  text-decoration: none;
}
.ct-topBar .ct-topBar-navigation > ul li:first-child {
  padding-right: 12px;
}
.ct-topBar .ct-topBar-navigation > ul li:nth-child(2) {
  padding: 0 12px;
}
.ct-topBar .ct-topBar-navigation > ul li:nth-child(3) {
  padding-left: 12px;
}
.ct-topBar .ct-topBar-navigation > ul li:not(:first-child):before {
  content: "|";
  position: absolute;
  color: #414141;
  top: 36%;
  left: -5px;
}
.ct-topBar .ct-topBar-basket {
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: 1;
  position: relative;
  color: #000000;
}
.ct-topBar .ct-topBar-basket > a {
  color: #ffffff;
  display: inline-block;
  padding: 18px 12px 18px 0;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ct-topBar .ct-topBar-basket > a:hover,
.ct-topBar .ct-topBar-basket > a:active {
  color: #888888;
  text-decoration: none;
}
.ct-topBar .ct-topBar-basket .ct-topBar-basket-info {
  visibility: hidden;
  position: absolute;
  top: 60px;
  left: 0;
  padding: 7px 20px;
  width: 350px;
  min-height: 80px;
  font-size: 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px #c6c6c6;
  -moz-box-shadow: 0 0 5px #c6c6c6;
  box-shadow: 0 0 5px #c6c6c6;
  -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: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 9999;
}
.ct-topBar .ct-topBar-basket:hover .ct-topBar-basket-info {
  visibility: visible;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-topBar .ct-topBar-basket:hover .ct-topBar-basket-info:before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  top: -10px;
  left: 0;
}
.ct-topBar .btn-group {
  margin-left: 5px;
  position: relative;
}
.ct-topBar .btn-group .btn {
  background-color: #000000;
  color: #ffffff;
  padding: 0 10px;
  font-size: 14px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ct-topBar .btn-group .btn:hover {
  color: #888888;
}
.ct-topBar .btn-group .dropdown-menu {
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 0 0 5px #c6c6c6;
  -moz-box-shadow: 0 0 5px #c6c6c6;
  box-shadow: 0 0 5px #c6c6c6;
}
.ct-topBar .btn-group .dropdown-menu li a {
  color: #000000;
}
.ct-topBar .btn-group:before {
  content: "|";
  color: #414141;
  position: absolute;
  z-index: 100;
  top: 36%;
  right: 100%;
}
.ct-cartItem {
  padding: 14px 0;
  border-bottom: 1px solid #f3f3f3;
}
.ct-cartItem > a {
  color: #000000 !important;
}
.ct-cartItem > a:hover {
  color: #888888 !important;
}
.ct-cartItem > a:hover img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}
.ct-cartItem .ct-cartItem-image {
  width: 90px;
  height: 90px;
  margin-right: 13px;
  border: 1px solid #e6e6e6;
  position: relative;
}
.ct-cartItem .ct-cartItem-image img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ct-cartItem .ct-cartItem-title {
  line-height: 20px;
}
.ct-cartItem .ct-cartItem-price {
  margin-top: 18px;
  font-size: 22px;
}
.ct-cartSubtotal {
  color: #000000;
  padding: 17px 0;
  border-bottom: 1px solid #f3f3f3;
}
.ct-cartGoNext .btn {
  font-size: 14px;
}
.ct-topBar--grey {
  background: #f0f0f0;
  color: #000 !important;
}
.ct-topBar--grey .ct-topBar-navigation ul li a {
  color: #000;
}
.ct-topBar--grey .ct-topBar-navigation ul li a:hover {
  color: #000;
}
.ct-topBar--grey .ct-topBar-basket > a {
  color: #000;
}
.ct-topBar--grey .ct-topBar-basket > a:hover {
  color: #000;
}
.ct-topBar--grey .btn-group .btn {
  background-color: #f0f0f0;
  color: #000;
}
.ct-topBar--grey .btn-group .btn:hover {
  color: #000;
}
.ct-topBar--grey .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 991px) {
  .ct-topBar-basket-cart,
  .ct-topBar-basket-price {
    display: none;
  }
}
@media (max-width: 1199px) {
  .ct-topBar .ct-topBar-basket .ct-topBar-basket-info {
    left: auto;
    right: 0;
  }
  .ct-topBar .btn-group .dropdown-menu {
    left: auto;
    right: 0;
  }
}
@media (max-width: 767px) {
  .ct-topBar {
    display: none;
  }
}
.ct-headerWrapper {
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px #f4f4f4;
  -moz-box-shadow: 2px 2px 5px #f4f4f4;
  box-shadow: 2px 2px 5px #f4f4f4;
}
.ct-header {
  background-color: #ffffff;
}
.ct-header .ct-header-navigation ul {
  margin: 0;
  font-size: 14px;
}
.ct-header .ct-header-navigation ul li {
  padding: 0;
  line-height: 1;
  position: relative;
  z-index: 299;
}
.ct-header .ct-header-navigation ul li:not(:last-child):after {
  content: "|";
  color: #e4e4e4;
  position: absolute;
  left: 100%;
  top: 0;
}
.ct-header .ct-header-navigation ul li:first-child {
  padding-right: 15px;
}
.ct-header .ct-header-navigation ul li:nth-child(2) {
  padding: 0 15px;
}
.ct-header .ct-header-navigation ul li:nth-child(3) {
  padding-left: 15px;
}
.ct-header .ct-header-navigation ul li a {
  color: #000000;
}
.ct-header .ct-header-navigation ul li a:hover {
  color: #888888;
}
.ct-header--default .ct-header-navigation {
  text-align: right;
}
.ct-header--default .ct-header-logo {
  text-align: center;
}
.ct-header--secondary .ct-header-navigation {
  float: right;
}
@media (max-width: 767px) {
  .ct-headerWrapper {
    display: none;
  }
}
nav.navbar {
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  counter-reset: section;
  background-color: #ffffff;
  margin: 0;
  z-index: 9998;
}
nav.navbar .navbar-nav > li {
  position: relative;
}
nav.navbar .navbar-nav > li:not(:last-child) {
  padding-right: 50px;
}
nav.navbar .navbar-nav > li:not(:first-child) > a:before {
  position: absolute;
  content: "|";
  left: -61px;
  top: 28px;
  color: #e4e4e4;
  pointer-events: none;
}
nav.navbar .navbar-nav > li > a {
  color: #000000;
  font-size: 14px;
  padding: 29px 0 26px 0;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
nav.navbar .navbar-nav > li > a:after {
  position: absolute;
  vertical-align: middle;
  font-size: 24px;
  content: "/";
  left: -11px;
  color: #ededed;
}
nav.navbar .navbar-nav > li > a:visited,
nav.navbar .navbar-nav > li > a:active {
  background-color: #ffffff;
}
nav.navbar .navbar-nav > li > a:hover {
  color: #888888;
  background-color: #ffffff;
}
nav.navbar .navbar-nav > li:before {
  font-size: 10px;
  padding-right: 13px;
  color: #acacac;
  counter-increment: section;
  content: "00" counter(section);
  vertical-align: middle;
}
nav.navbar .navbar-nav > li.active > a {
  color: #888888;
}
nav.navbar .dropdown {
  padding: 0;
  margin: 0;
}
nav.navbar .dropdown:hover .dropdown-menu {
  display: block;
}
nav.navbar .dropdown .dropdown-menu {
  background-color: #ffffff;
  border: none;
  display: none;
  min-width: 230px;
  line-height: 0;
  z-index: 100;
  padding: 10px 27px;
  -webkit-box-shadow: 0 0 5px #c6c6c6;
  -moz-box-shadow: 0 0 5px #c6c6c6;
  box-shadow: 0 0 5px #c6c6c6;
}
nav.navbar .dropdown .dropdown-menu li {
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0;
}
nav.navbar .dropdown .dropdown-menu li:not(:first-child) {
  border-top: 1px solid #f4f4f4;
}
nav.navbar .dropdown .dropdown-menu li:after {
  content: "";
  position: absolute;
  left: 100%;
  width: 30px;
  height: 100%;
  top: 0;
}
nav.navbar .dropdown .dropdown-menu li a {
  padding: 14px 0;
  background-color: #ffffff;
  color: #000000;
}
nav.navbar .dropdown .dropdown-menu li a:hover {
  color: #888888;
}
nav.navbar .dropdown .dropdown-menu .yamm-content {
  padding: 35px 27px 40px 27px;
  width: 100%;
  color: #000000;
}
nav.navbar .dropdown .dropdown-menu .yamm-content h5 {
  font-size: 20px;
  margin-bottom: 20px;
  min-width: 200px;
}
nav.navbar .dropdown .dropdown-menu .yamm-content h5 small {
  font-size: 13px;
}
nav.navbar .dropdown .dropdown-menu .yamm-content ul {
  margin-right: 50px;
  line-height: 1;
  width: 100%;
}
nav.navbar .dropdown .dropdown-menu .yamm-content ul li {
  border-top: none;
  padding: 3px 0;
  margin: 0;
}
nav.navbar .dropdown .dropdown-menu .yamm-content ul li a {
  display: inline-block;
  padding: 11px 0;
  margin: 0;
  color: #000000;
  text-decoration: none;
}
nav.navbar .dropdown .dropdown-menu .yamm-content ul li a:hover {
  color: #888888;
}
nav.navbar .dropdown .dropdown-menu .dropdown-submenu {
  position: relative;
  overflow: visible;
}
nav.navbar .dropdown .dropdown-menu .dropdown-submenu .dropdown-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 27px;
}
nav.navbar .dropdown .dropdown-menu .dropdown-submenu:hover .dropdown-menu {
  display: block;
}
nav.navbar .dropdown .dropdown-menu.paddingBottom0 {
  padding-bottom: 0 !important;
}
nav.navbar.navbar--black {
  background-color: #000;
}
nav.navbar.navbar--black .navbar-nav > li > a {
  color: #fff;
  background-color: #000;
}
nav.navbar.navbar--black .navbar-nav > li > a:hover {
  background-color: #000;
}
nav.navbar.navbar--black .navbar-nav > li > a:after {
  color: #444444;
}
nav.navbar.navbar--black .navbar-nav > li > a:before {
  color: #1a1a1a;
}
nav.navbar.navbar--black #magic-line {
  background-color: #868686;
}
nav.navbar.navbar--black .ct-navbar-search .form-control {
  color: #fff;
  background-color: #000;
}
nav.navbar.navbar--black .ct-navbar-search .form-control::-webkit-input-placeholder {
  color: #fff;
}
nav.navbar.navbar--black .ct-navbar-search .form-control:-moz-placeholder {
  color: #fff;
}
nav.navbar.navbar--black .ct-navbar-search .form-control::-moz-placeholder {
  color: #fff;
}
nav.navbar.navbar--black .ct-navbar-search .form-control:-ms-input-placeholder {
  color: #fff;
}
nav.navbar.navbar--black .ct-navbar-navSearch {
  color: #fff;
}
nav.navbar.navbar--black .ct-navbar-navSearch:after {
  display: none;
}
nav.navbar.navbar--black .ct-navbar-search-button {
  color: #fff;
}
.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;
}
.ct-collectionRightPicture {
  width: 400px;
  margin-bottom: -40px;
}
#magic-line {
  background-color: #000000;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 10px;
  height: 3px;
  pointer-events: none;
  z-index: 200;
}
#magic-line:before {
  display: none;
}
.navbar-search {
  padding: 28px 0 27px 0px;
  position: relative;
  cursor: pointer;
  color: #000000;
}
.navbar-search:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #e8e8e8;
  bottom: -2px;
  left: 0;
}
.navbar-search:hover:after {
  background-color: #000000;
}
.navbar.is-inactive #magic-line {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.navbar.is-inactive .navbar-search:after {
  height: 0;
}
.navbar.is-small .ct-navbar-navSearch.is-active:before {
  bottom: -25px;
}
.ct-navbar-search {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 9000;
  display: none;
}
.ct-navbar-search .form-group {
  margin-bottom: 0;
}
.ct-navbar-search input {
  padding-left: 25px !important;
  padding-right: 25px !important;
  font-size: 30px !important;
  height: 75px;
  background-color: #ffffff;
  border: none !important;
  font-weight: 300;
}
.ct-navbar-search input::-webkit-input-placeholder {
  color: #000;
}
.ct-navbar-search input:-moz-placeholder {
  color: #000;
}
.ct-navbar-search input::-moz-placeholder {
  color: #000;
}
.ct-navbar-search input:-ms-input-placeholder {
  color: #000;
}
.ct-navbar-search input,
.ct-navbar-search input:focus,
.ct-navbar-search input:hover {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.ct-navbar-search button {
  position: absolute;
  right: 9px;
  top: 0;
  height: 75px;
  border: none;
  background: none;
  color: #000000;
}
.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: .5s;
  animation-duration: .5s;
  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;
}
.snapjs-left,
.snapjs-right {
  overflow: hidden !important;
  height: 100%;
}
.snapjs-right .ct-navbarMobile {
  right: 266px;
  left: auto;
}
.snapjs-right .ct-shopMenuMobile {
  right: 0;
}
.snapjs-left .ct-navbarMobile {
  left: 266px;
}
.snapjs-left .ct-menuMobile {
  left: 0;
}
.ct-navbar--fixedTop .ct-navbarMobile {
  position: fixed;
}
.ct-navbarMobile {
  -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;
  background-color: #ffffff;
  text-align: center;
}
.ct-navbarMobile .navbar-brand {
  height: 70px;
  padding: 0 15px;
  line-height: 70px;
  float: none;
}
.ct-navbarMobile .navbar-brand > img {
  padding: 6px 0;
  display: inline;
  max-height: 60px;
}
.ct-navbarMobile .navbar-toggle,
.ct-navbarMobile .navbarShop-toggle {
  position: absolute;
  top: 10px;
  z-index: 9999;
}
.ct-navbarMobile .navbar-toggle {
  left: 0px;
}
.ct-navbarMobile .navbar-toggle .icon-bar {
  background-color: #5f5f5f;
}
.ct-navbarMobile .navbarShop-toggle {
  right: 0px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 16px;
  font-size: 20px;
  outline: none;
  color: #5f5f5f;
}
.ct-navbarMobile .navbarShop-toggle .icon-bar {
  background-color: #5f5f5f;
}
.snapjs-right .ct-menuMobile,
.snapjs-left .ct-menuMobile,
.snapjs-right .ct-shopMenuMobile,
.snapjs-left .ct-shopMenuMobile {
  overflow: scroll;
}
.ct-shopMenuMobile .btn-group .btn {
  padding: 0 14px;
  width: 62px;
}
.ct-menuMobile,
.ct-shopMenuMobile {
  background: #000000;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 266px;
  max-height: 100%;
  overflow: hidden;
}
.ct-menuMobile .ct-menuMobile-navbar,
.ct-shopMenuMobile .ct-menuMobile-navbar,
.ct-menuMobile .ct-shopMenuMobile-navbar,
.ct-shopMenuMobile .ct-shopMenuMobile-navbar {
  margin-top: 10px;
  padding: 0;
  list-style: none;
}
.ct-menuMobile .ct-menuMobile-navbar li,
.ct-shopMenuMobile .ct-menuMobile-navbar li,
.ct-menuMobile .ct-shopMenuMobile-navbar li,
.ct-shopMenuMobile .ct-shopMenuMobile-navbar li {
  padding: 0px;
}
.ct-menuMobile .ct-menuMobile-navbar li a,
.ct-shopMenuMobile .ct-menuMobile-navbar li a,
.ct-menuMobile .ct-shopMenuMobile-navbar li a,
.ct-shopMenuMobile .ct-shopMenuMobile-navbar li a {
  color: #ffffff;
  padding: 10px 20px;
  display: block;
  background-color: transparent;
}
.ct-menuMobile .ct-menuMobile-navbar li a:focus,
.ct-shopMenuMobile .ct-menuMobile-navbar li a:focus,
.ct-menuMobile .ct-shopMenuMobile-navbar li a:focus,
.ct-shopMenuMobile .ct-shopMenuMobile-navbar li a:focus,
.ct-menuMobile .ct-menuMobile-navbar li a:active,
.ct-shopMenuMobile .ct-menuMobile-navbar li a:active,
.ct-menuMobile .ct-shopMenuMobile-navbar li a:active,
.ct-shopMenuMobile .ct-shopMenuMobile-navbar li a:active {
  outline: none !important;
}
.ct-menuMobile .ct-menuMobile-navbar li a i,
.ct-shopMenuMobile .ct-menuMobile-navbar li a i,
.ct-menuMobile .ct-shopMenuMobile-navbar li a i,
.ct-shopMenuMobile .ct-shopMenuMobile-navbar li a i {
  margin-right: 7px;
}
.ct-menuMobile .ct-menuMobile-navbar li.active,
.ct-shopMenuMobile .ct-menuMobile-navbar li.active,
.ct-menuMobile .ct-shopMenuMobile-navbar li.active,
.ct-shopMenuMobile .ct-shopMenuMobile-navbar li.active {
  background-color: #ffffff;
}
.ct-menuMobile .ct-menuMobile-navbar li.active a,
.ct-shopMenuMobile .ct-menuMobile-navbar li.active a,
.ct-menuMobile .ct-shopMenuMobile-navbar li.active a,
.ct-shopMenuMobile .ct-shopMenuMobile-navbar li.active a {
  color: #000000;
}
.ct-menuMobile {
  left: -100%;
}
.ct-menuMobile .ct-menuMobile-navbar li > a:hover {
  color: #888888;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu {
  text-indent: 7px;
  position: relative;
  display: none;
  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;
  overflow: hidden;
  border: none;
  width: 100%;
  left: 0;
  background-color: #262626;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu .dropdown-menu {
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
  padding-left: 20px;
}
.ct-menuMobile .ct-menuMobile-navbar .open .dropdown-menu {
  padding: 10px 0;
  margin: 0 0 10px 0;
  max-height: none;
  display: block;
}
.ct-menuMobile .ct-menuMobile-navbar .open .dropdown-menu a {
  color: #ffffff;
}
.ct-menuMobile .ct-menuMobile-navbar .open .dropdown-menu a:hover {
  color: #888888;
}
.ct-menuMobile .ct-menuMobile-navbar > li.dropdown > a {
  position: relative;
}
.ct-menuMobile .ct-menuMobile-navbar > li.dropdown > a:hover {
  color: #888888;
}
.ct-menuMobile .ct-menuMobile-navbar > li.dropdown > a:after {
  content: "\f0d7";
  font-family: fontawesome;
  position: absolute;
  top: 50%;
  font-size: 10px;
  right: 20px;
  pointer-events: none;
  margin-top: -9px;
}
.ct-shopMenuMobile {
  right: -100%;
}
.ct-shopMenuMobile .dropdown-menu > li > a {
  padding: 16px;
  margin: 0;
}
.ct-shopMenuMobile .btn-group .btn {
  font-size: 14px;
}
.ct-shopMenuMobile .btn-group.open .dropdown-toggle {
  background-color: #ffffff;
  color: #000000;
}
.ct-shopMenuMobile .ct-shopMenuMobile-navbar a {
  color: #ffffff;
}
.ct-shopMenuMobile .ct-shopMenuMobile-navbar a:hover {
  color: #888888;
}
.ct-shopMenuMobile .ct-shopMenuMobile-basket {
  border-top: 1px solid #3c3c3c;
}
.ct-shopMenuMobile .ct-shopMenuMobile-basket > a {
  color: #ffffff;
  padding: 20px;
  display: block;
  background-color: #212121;
}
.ct-shopMenuMobile .ct-shopMenuMobile-basket > a:hover {
  color: #888888;
}
.ct-shopMenuMobile .ct-shopMenuMobile-basket > a i {
  margin-right: 7px;
}
.ct-shopMenuMobile .ct-shopMenuMobile-basketContainer {
  border-top: 1px solid #3c3c3c;
}
.ct-shopMenuMobile .ct-shopMenuMobile-basketProduct {
  padding: 10px;
  border-bottom: 1px solid #2f2f2f;
}
.ct-shopMenuMobile .ct-shopMenuMobile-basketProduct a {
  color: #ffffff;
  font-size: 13px;
}
.ct-shopMenuMobile .ct-shopMenuMobile-basketProduct a:hover {
  color: #888888;
}
.ct-shopMenuMobile .ct-shopMenuMobile-basketProduct a:hover img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}
.ct-shopMenuMobile .ct-shopMenuMobile-basketProduct a img {
  margin-right: 10px;
  -webkit-box-shadow: 0 0 10px #888888;
  -moz-box-shadow: 0 0 10px #888888;
  box-shadow: 0 0 10px #888888;
}
.ct-shopMenuMobile .ct-shopMenuMobile-basketProduct .ct-shopMenuMobile-basketProductPrice {
  padding-top: 3px;
}
.ct-shopMenuMobile-subTotal {
  padding: 10px 18px;
  color: #ffffff;
}
.ct-gap {
  width: 100%;
  height: 40px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .ct-navbarMobile,
  .ct-menuMobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar {
    display: none;
  }
}
@media (max-width: 991px) {
  nav.navbar .navbar-nav > li:not(:last-child) {
    padding-right: 32px;
  }
  nav.navbar .navbar-nav > li:not(:first-child) > a:before {
    position: absolute;
    content: "|";
    left: -18px;
    top: 28px;
    color: #e4e4e4;
    pointer-events: none;
  }
  nav.navbar .navbar-nav > li > a:after {
    display: none;
  }
  nav.navbar .navbar-nav > li:before {
    display: none;
  }
  nav.navbar .dropdown {
    padding: 0;
  }
  nav.navbar .dropdown .dropdown-menu {
    min-width: 150px;
  }
}
.ct-mainCarousel .item {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: table;
  width: 100%;
}
.ct-mainCarousel .item .inner {
  display: table-cell;
  vertical-align: middle;
  font-size: 30px;
  text-align: center;
}
.ct-mainCarousel .item .inner h1 {
  font-size: 50px;
  line-height: 52px;
}
.ct-mainCarousel .item .inner .btn {
  text-transform: capitalize !important;
}
.ct-mainCarousel.ct-mainCarousel--arrowsMiddle .owl-controls,
.ct-mainCarousel.ct-mainCarousel--arrowsTop .owl-controls,
.ct-mainCarousel.ct-mainCarousel--arrowsTopRight .owl-controls,
.ct-mainCarousel.ct-mainCarousel--arrowsTopLeft .owl-controls,
.ct-mainCarousel.ct-mainCarousel--arrowsCenter .owl-controls {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  margin: 0;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ct-mainCarousel.ct-mainCarousel--arrowsMiddle .owl-controls .owl-buttons,
.ct-mainCarousel.ct-mainCarousel--arrowsTop .owl-controls .owl-buttons,
.ct-mainCarousel.ct-mainCarousel--arrowsTopRight .owl-controls .owl-buttons,
.ct-mainCarousel.ct-mainCarousel--arrowsTopLeft .owl-controls .owl-buttons,
.ct-mainCarousel.ct-mainCarousel--arrowsCenter .owl-controls .owl-buttons {
  clear: both;
}
.ct-mainCarousel.ct-mainCarousel--arrowsMiddle .owl-controls .owl-buttons div,
.ct-mainCarousel.ct-mainCarousel--arrowsTop .owl-controls .owl-buttons div,
.ct-mainCarousel.ct-mainCarousel--arrowsTopRight .owl-controls .owl-buttons div,
.ct-mainCarousel.ct-mainCarousel--arrowsTopLeft .owl-controls .owl-buttons div,
.ct-mainCarousel.ct-mainCarousel--arrowsCenter .owl-controls .owl-buttons div {
  margin: 0;
  padding: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
}
.ct-mainCarousel.ct-mainCarousel--arrowsMiddle .owl-controls .owl-buttons .owl-prev,
.ct-mainCarousel.ct-mainCarousel--arrowsTop .owl-controls .owl-buttons .owl-prev,
.ct-mainCarousel.ct-mainCarousel--arrowsTopRight .owl-controls .owl-buttons .owl-prev,
.ct-mainCarousel.ct-mainCarousel--arrowsTopLeft .owl-controls .owl-buttons .owl-prev,
.ct-mainCarousel.ct-mainCarousel--arrowsCenter .owl-controls .owl-buttons .owl-prev,
.ct-mainCarousel.ct-mainCarousel--arrowsMiddle .owl-controls .owl-buttons .owl-next,
.ct-mainCarousel.ct-mainCarousel--arrowsTop .owl-controls .owl-buttons .owl-next,
.ct-mainCarousel.ct-mainCarousel--arrowsTopRight .owl-controls .owl-buttons .owl-next,
.ct-mainCarousel.ct-mainCarousel--arrowsTopLeft .owl-controls .owl-buttons .owl-next,
.ct-mainCarousel.ct-mainCarousel--arrowsCenter .owl-controls .owl-buttons .owl-next {
  background-color: #000000;
  min-height: 55px;
  min-width: 55px;
  color: #000000;
  text-align: center;
  border: 1px solid transparent;
  -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-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ct-mainCarousel.ct-mainCarousel--arrowsMiddle .owl-controls .owl-buttons .owl-prev:hover,
.ct-mainCarousel.ct-mainCarousel--arrowsTop .owl-controls .owl-buttons .owl-prev:hover,
.ct-mainCarousel.ct-mainCarousel--arrowsTopRight .owl-controls .owl-buttons .owl-prev:hover,
.ct-mainCarousel.ct-mainCarousel--arrowsTopLeft .owl-controls .owl-buttons .owl-prev:hover,
.ct-mainCarousel.ct-mainCarousel--arrowsCenter .owl-controls .owl-buttons .owl-prev:hover,
.ct-mainCarousel.ct-mainCarousel--arrowsMiddle .owl-controls .owl-buttons .owl-next:hover,
.ct-mainCarousel.ct-mainCarousel--arrowsTop .owl-controls .owl-buttons .owl-next:hover,
.ct-mainCarousel.ct-mainCarousel--arrowsTopRight .owl-controls .owl-buttons .owl-next:hover,
.ct-mainCarousel.ct-mainCarousel--arrowsTopLeft .owl-controls .owl-buttons .owl-next:hover,
.ct-mainCarousel.ct-mainCarousel--arrowsCenter .owl-controls .owl-buttons .owl-next: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-mainCarousel.ct-mainCarousel--arrowsMiddle .owl-controls .owl-buttons .owl-prev:before,
.ct-mainCarousel.ct-mainCarousel--arrowsTop .owl-controls .owl-buttons .owl-prev:before,
.ct-mainCarousel.ct-mainCarousel--arrowsTopRight .owl-controls .owl-buttons .owl-prev:before,
.ct-mainCarousel.ct-mainCarousel--arrowsTopLeft .owl-controls .owl-buttons .owl-prev:before,
.ct-mainCarousel.ct-mainCarousel--arrowsCenter .owl-controls .owl-buttons .owl-prev:before,
.ct-mainCarousel.ct-mainCarousel--arrowsMiddle .owl-controls .owl-buttons .owl-next:before,
.ct-mainCarousel.ct-mainCarousel--arrowsTop .owl-controls .owl-buttons .owl-next:before,
.ct-mainCarousel.ct-mainCarousel--arrowsTopRight .owl-controls .owl-buttons .owl-next:before,
.ct-mainCarousel.ct-mainCarousel--arrowsTopLeft .owl-controls .owl-buttons .owl-next:before,
.ct-mainCarousel.ct-mainCarousel--arrowsCenter .owl-controls .owl-buttons .owl-next:before {
  font-family: fontawesome;
  font-size: 20px;
  color: #ffffff;
  line-height: 52px;
}
.ct-mainCarousel.ct-mainCarousel--arrowsMiddle .owl-controls .owl-buttons .owl-prev:hover,
.ct-mainCarousel.ct-mainCarousel--arrowsTop .owl-controls .owl-buttons .owl-prev:hover,
.ct-mainCarousel.ct-mainCarousel--arrowsTopRight .owl-controls .owl-buttons .owl-prev:hover,
.ct-mainCarousel.ct-mainCarousel--arrowsTopLeft .owl-controls .owl-buttons .owl-prev:hover,
.ct-mainCarousel.ct-mainCarousel--arrowsCenter .owl-controls .owl-buttons .owl-prev:hover,
.ct-mainCarousel.ct-mainCarousel--arrowsMiddle .owl-controls .owl-buttons .owl-next:hover,
.ct-mainCarousel.ct-mainCarousel--arrowsTop .owl-controls .owl-buttons .owl-next:hover,
.ct-mainCarousel.ct-mainCarousel--arrowsTopRight .owl-controls .owl-buttons .owl-next:hover,
.ct-mainCarousel.ct-mainCarousel--arrowsTopLeft .owl-controls .owl-buttons .owl-next:hover,
.ct-mainCarousel.ct-mainCarousel--arrowsCenter .owl-controls .owl-buttons .owl-next:hover {
  border: 1px solid #333333;
  color: #000000;
}
.ct-mainCarousel.ct-mainCarousel--arrowsMiddle .owl-controls .owl-buttons .owl-prev,
.ct-mainCarousel.ct-mainCarousel--arrowsTop .owl-controls .owl-buttons .owl-prev,
.ct-mainCarousel.ct-mainCarousel--arrowsTopRight .owl-controls .owl-buttons .owl-prev,
.ct-mainCarousel.ct-mainCarousel--arrowsTopLeft .owl-controls .owl-buttons .owl-prev,
.ct-mainCarousel.ct-mainCarousel--arrowsCenter .owl-controls .owl-buttons .owl-prev {
  float: left;
  position: relative;
  left: 5px;
}
.ct-mainCarousel.ct-mainCarousel--arrowsMiddle .owl-controls .owl-buttons .owl-prev:before,
.ct-mainCarousel.ct-mainCarousel--arrowsTop .owl-controls .owl-buttons .owl-prev:before,
.ct-mainCarousel.ct-mainCarousel--arrowsTopRight .owl-controls .owl-buttons .owl-prev:before,
.ct-mainCarousel.ct-mainCarousel--arrowsTopLeft .owl-controls .owl-buttons .owl-prev:before,
.ct-mainCarousel.ct-mainCarousel--arrowsCenter .owl-controls .owl-buttons .owl-prev:before {
  content: "\f053";
}
.ct-mainCarousel.ct-mainCarousel--arrowsMiddle .owl-controls .owl-buttons .owl-next,
.ct-mainCarousel.ct-mainCarousel--arrowsTop .owl-controls .owl-buttons .owl-next,
.ct-mainCarousel.ct-mainCarousel--arrowsTopRight .owl-controls .owl-buttons .owl-next,
.ct-mainCarousel.ct-mainCarousel--arrowsTopLeft .owl-controls .owl-buttons .owl-next,
.ct-mainCarousel.ct-mainCarousel--arrowsCenter .owl-controls .owl-buttons .owl-next {
  float: right;
  position: relative;
  right: 5px;
}
.ct-mainCarousel.ct-mainCarousel--arrowsMiddle .owl-controls .owl-buttons .owl-next:before,
.ct-mainCarousel.ct-mainCarousel--arrowsTop .owl-controls .owl-buttons .owl-next:before,
.ct-mainCarousel.ct-mainCarousel--arrowsTopRight .owl-controls .owl-buttons .owl-next:before,
.ct-mainCarousel.ct-mainCarousel--arrowsTopLeft .owl-controls .owl-buttons .owl-next:before,
.ct-mainCarousel.ct-mainCarousel--arrowsCenter .owl-controls .owl-buttons .owl-next:before {
  content: "\f054";
}
.ct-mainCarousel.ct-mainCarousel--arrowsMiddle:hover .owl-controls,
.ct-mainCarousel.ct-mainCarousel--arrowsTop:hover .owl-controls,
.ct-mainCarousel.ct-mainCarousel--arrowsTopRight:hover .owl-controls,
.ct-mainCarousel.ct-mainCarousel--arrowsTopLeft:hover .owl-controls,
.ct-mainCarousel.ct-mainCarousel--arrowsCenter:hover .owl-controls {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-mainCarousel.ct-mainCarousel--arrowsMiddle .owl-controls {
  top: 45%;
}
.ct-mainCarousel.ct-mainCarousel--arrowsTop .owl-controls {
  top: 2%;
}
.ct-mainCarousel.ct-mainCarousel--arrowsTopRight .owl-controls {
  top: 2%;
}
.ct-mainCarousel.ct-mainCarousel--arrowsTopRight .owl-controls .owl-buttons {
  float: right;
}
.ct-mainCarousel.ct-mainCarousel--arrowsTopRight .owl-controls .owl-buttons .owl-prev {
  float: none;
  margin-right: 20px;
}
.ct-mainCarousel.ct-mainCarousel--arrowsTopRight .owl-controls .owl-buttons .owl-next {
  float: none;
}
.ct-mainCarousel.ct-mainCarousel--arrowsTopLeft .owl-controls,
.ct-mainCarousel.ct-mainCarousel--arrowsCenter .owl-controls {
  top: 2%;
}
.ct-mainCarousel.ct-mainCarousel--arrowsTopLeft .owl-controls .owl-buttons,
.ct-mainCarousel.ct-mainCarousel--arrowsCenter .owl-controls .owl-buttons {
  float: left;
}
.ct-mainCarousel.ct-mainCarousel--arrowsTopLeft .owl-controls .owl-buttons .owl-prev,
.ct-mainCarousel.ct-mainCarousel--arrowsCenter .owl-controls .owl-buttons .owl-prev {
  float: none;
  margin-right: 20px;
}
.ct-mainCarousel.ct-mainCarousel--arrowsTopLeft .owl-controls .owl-buttons .owl-next,
.ct-mainCarousel.ct-mainCarousel--arrowsCenter .owl-controls .owl-buttons .owl-next {
  float: none;
}
.ct-mainCarousel.ct-mainCarousel--arrowsCenter .owl-controls .owl-buttons {
  float: none;
  text-align: center;
}
.ct-productShop {
  max-width: 285px;
  min-height: 340px;
  padding: 2px 25px 20px 25px;
  position: relative;
  border-right: 1px solid #f0f0f0;
  margin: 0 auto;
}
.ct-productShop .ct-productShop-h5 {
  text-transform: uppercase;
  color: #acacac;
  font-size: 15px;
  display: inline-block;
  float: right;
  padding: 8px 13px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.1;
}
.ct-productShop .ct-productShop-h5-new {
  text-transform: uppercase;
  background-color: #000000;
  color: #ffffff;
  font-size: 15px;
  display: inline-block;
  float: left;
  padding: 8px 13px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.1;
}
.ct-productShop .ct-productShop-content {
  text-align: center;
}
.ct-productShop .ct-productShop-content h3 {
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  line-height: 22px;
  margin: 0;
  padding-bottom: 7px;
}
.ct-productShop .ct-productShop-content span {
  display: block;
  padding-top: 10px;
  font-size: 22px;
  color: #000000;
}
.ct-productShop .ct-productShop-content span del {
  font-size: 18px;
  color: #b2b2b2;
}
.ct-productShop--zoom .ct-productShop-shopCart {
  position: absolute;
  bottom: 10px;
  right: 0;
}
.ct-productShop--zoom .ct-productShop-shopCart .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  background: none;
  border: none;
  visibility: hidden;
}
.ct-productShop--zoom .ct-productShop-shopCart .btn-default {
  padding: 11px;
}
.ct-productShop--zoom .ct-productShop-content-description {
  padding-top: 5px;
}
.ct-productShop--zoom .ct-productShop-content-description .btn {
  visibility: hidden;
  padding: 0 5px;
  width: 60px;
  height: 60px;
  line-height: 59px;
  font-size: 27px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.ct-productShop--zoom .ct-productShop-content-description:hover .btn {
  visibility: visible;
  background-color: #000000 !important;
  color: #ffffff !important;
  -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-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ct-productShop--zoom .ct-productShop-content-description:hover .btn: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-productShop--zoom .ct-productShop-content-description:hover .btn-hidden {
  visibility: hidden;
}
.ct-productShop--default:hover .ct-productShop-shopCart {
  -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-productShop--default .ct-productShop-shopCart {
  position: absolute;
  -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: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: hidden;
  left: 50%;
  top: 30%;
  margin-left: -70px;
}
.ct-productShop--default .ct-productShop-shopCart .btn {
  padding: 0 5px;
  width: 60px;
  font-size: 27px;
  height: 60px;
  line-height: 59px;
  display: inline-block;
  border: none;
  -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-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ct-productShop--default .ct-productShop-shopCart .btn:hover {
  border: none;
  background-color: #000000 !important;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  color: #ffffff !important;
}
.ct-productCarousel .owl-wrapper-outer:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background-color: #ffffff;
  width: 1px;
  height: 100%;
  z-index: 9999;
}
.ct-productCarousel .owl-item {
  border-right: 1px solid #f0f0f0;
}
.ct-productCarousel .owl-item .ct-productShop {
  border: none;
}
.ct-productCarousel .owl-controls {
  margin: 0;
  position: absolute;
  width: 100%;
  top: -85px;
  left: 0;
}
.ct-productCarousel .owl-controls .owl-buttons div {
  margin: 0;
  padding: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
}
.ct-productCarousel .owl-controls .owl-buttons .owl-prev,
.ct-productCarousel .owl-controls .owl-buttons .owl-next {
  min-height: 40px;
  min-width: 40px;
  color: #000000;
  text-align: center;
  border: 1px solid transparent;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.ct-productCarousel .owl-controls .owl-buttons .owl-prev:before,
.ct-productCarousel .owl-controls .owl-buttons .owl-next:before {
  font-family: fontawesome;
  font-size: 20px;
  line-height: 40px;
}
.ct-productCarousel .owl-controls .owl-buttons .owl-prev:hover,
.ct-productCarousel .owl-controls .owl-buttons .owl-next:hover {
  border: 1px solid #333333;
  color: #000000;
}
.ct-productCarousel .owl-controls .owl-buttons .owl-prev:before {
  content: "\f177";
}
.ct-productCarousel .owl-controls .owl-buttons .owl-next:before {
  content: "\f178";
}
.ct-productCarousel--arrowsTop .owl-controls .owl-buttons .owl-prev {
  float: left;
}
.ct-productCarousel--arrowsTop .owl-controls .owl-buttons .owl-next {
  float: right;
}
.ct-productCarousel--arrowsTopRight .owl-controls .owl-buttons {
  text-align: right;
}
.ct-productCarousel--arrowsTopRight .owl-controls .owl-buttons .owl-prev {
  float: none;
}
.ct-productCarousel--arrowsTopRight .owl-controls .owl-buttons .owl-next {
  float: none;
}
.ct-sliderShop {
  position: relative;
}
.ct-sliderShop:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background-color: #ffffff;
  width: 1px;
  height: 100%;
  z-index: 9999;
}
@media (max-width: 992px) {
  .ct-mainCarousel .item .inner hr {
    display: none;
  }
}
@media (max-width: 992px) {
  .ct-mainCarousel .item .inner h1 {
    text-align: center;
  }
  .ct-mainCarousel .item .inner h2 {
    text-align: center;
  }
  .ct-mainCarousel .item .inner .ct-sliderHr {
    text-align: center;
  }
  .ct-mainCarousel .item .inner .ct-mobileCenter {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .ct-mainCarousel .item .inner {
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .ct-mainCarousel .item .inner h1 {
    text-align: center;
    font-size: 30px;
  }
  .ct-mainCarousel .item .inner h2 {
    text-align: center;
    font-size: 24px;
  }
  .ct-mainCarousel .item .inner .ct-sliderHr {
    text-align: center;
  }
  .ct-mainCarousel .item .inner .ct-sliderHr hr {
    width: 235px;
  }
  .ct-mainCarousel .item .inner .btn-slider {
    font-size: 20px;
  }
  .ct-mainCarousel .item .inner .ct-mobileCenter {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .ct-mainCarousel .item .inner h1 {
    font-size: 20px;
  }
  .ct-mainCarousel .item .inner h2 {
    font-size: 16px;
  }
}
.ct-personBox {
  max-width: 100%;
  padding: 0 14px;
  display: inline-block;
  vertical-align: top;
}
.ct-personBox .btn {
  width: 43px;
  height: 43px;
  padding: 0;
  line-height: 42px;
}
.ct-personBox .ct-personBox-image {
  max-width: 100%;
  text-align: center;
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #ebebeb;
}
.ct-personBox .ct-personBox-image img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  transition: transform 0.6s;
}
.ct-personBox .ct-personBox-image:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 196px 196px;
  border-color: transparent transparent rgba(0, 0, 0, 0.35) transparent;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition: transform 0.35s;
}
.ct-personBox .ct-personBox-image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  content: '';
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  z-index: 600;
}
.ct-personBox .ct-personBox-image .ct-personBox-image-link {
  display: none;
  position: absolute;
  z-index: 800;
  bottom: 3%;
  right: 14%;
  font-size: 33px;
}
.ct-personBox .ct-personBox-bottomBar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background-color: rgba(0, 0, 0, 0.35);
}
.ct-personBox .ct-personBox-name a {
  color: #000000;
}
.ct-personBox .ct-personBox-name a:hover {
  color: #888888;
}
.ct-personBox:hover .ct-personBox-image .ct-personBox-bottomBar {
  opacity: 0;
}
.ct-personBox:hover .ct-personBox-image .ct-personBox-image-link {
  display: inline-block;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-personBox:hover .ct-personBox-image img {
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}
.ct-personBox:hover .ct-personBox-image:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
.ct-personBox:hover .ct-personBox-image:after {
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 480px) {
  .ct-personBox .ct-socials {
    text-align: left !important;
  }
}
/*

#1. Index v2, collections, collections list
#2. Login page
#3. Contact Us
#4. My account
#5. Wishlist Products
#6. My cart
#7. Checkout
#8. About Us
#9. Our team
#10. Team Member
#11. Our Services
#12  Testimonials
#13. FAQ
#14. Pricing
#15. Blog
#16. Portfolio
#17. Coming soon
#18. Single Product
#19. Our Mission

*/
.ct-detailsLink {
  font-size: 14px;
  color: #000000 !important;
}
.ct-detailsLink:hover {
  color: #888888 !important;
}
.ct-productShop--smaller {
  max-width: 280px;
}
.ct-showProducts--default ul.ct-productsList li {
  padding: 0;
  margin-bottom: 50px;
}
.ct-showProducts--default ul.ct-productsList li .ct-productShop {
  border-right: none;
}
.ct-showProducts--default ul.ct-productsList li .ct-productShop .ct-listElementDescription {
  display: none;
}
.ct-showProducts--default ul.ct-productsList li .ct-productShop .ct-productShop-content-description-h5 {
  display: none;
}
.ct-showProducts--default ul.ct-productsList li:not(:nth-child(3n)) {
  border-right: 1px solid #f0f0f0;
}
.ct-showProducts--default ul.ct-productsList.ct-productsList--noSidebar li:not(:nth-child(3n)) {
  border: none;
}
.ct-showProducts--default ul.ct-productsList.ct-productsList--noSidebar li:not(:nth-child(4n)) {
  border-right: 1px solid #f0f0f0;
}
@media (max-width: 1200px) {
  .ct-showProducts--default ul.ct-productsList li {
    width: 49%;
  }
  .ct-showProducts--default ul.ct-productsList li:not(:nth-child(3n)) {
    border: none;
  }
  .ct-showProducts--default ul.ct-productsList li:not(:nth-child(2n)) {
    border-right: 1px solid #f0f0f0;
  }
  .ct-showProducts--default ul.ct-productsList li .ct-productShop {
    border: none;
  }
  .ct-showProducts--default ul.ct-productsList.ct-productsList--noSidebar li:not(:nth-child(4n)) {
    border: none;
  }
  .ct-showProducts--default ul.ct-productsList.ct-productsList--noSidebar li:not(:nth-child(2n)) {
    border-right: 1px solid #f0f0f0;
  }
}
@media (max-width: 480px) {
  .ct-showProducts--default ul.ct-productsList li {
    width: 100%;
    border: none;
  }
  .ct-showProducts--default ul.ct-productsList li:not(:nth-child(2n)) {
    border: none;
  }
  .ct-showProducts--default ul.ct-productsList.ct-productsList--noSidebar li {
    border: none;
  }
  .ct-showProducts--default ul.ct-productsList.ct-productsList--noSidebar li:not(:nth-child(2n)) {
    border: none;
  }
}
.ct-showProducts--list .ct-noHeader {
  padding-top: 40px;
}
.ct-showProducts--list ul.ct-productsList > li {
  display: block;
}
.ct-showProducts--list ul.ct-productsList > li .ct-productShop {
  padding-bottom: 40px;
  padding-top: 30px;
  border: 1px solid transparent;
  -webkit-transition: border 0.35s ease;
  -moz-transition: border 0.35s ease;
  -o-transition: border 0.35s ease;
  transition: border 0.35s ease;
  border-bottom-color: #f6f6f6;
}
.ct-showProducts--list ul.ct-productsList > li .ct-productShop:hover {
  border-color: #000000;
}
.ct-showProducts--list ul.ct-productsList > li:last-child .ct-productShop {
  -webkit-transition: border 0.35s ease;
  -moz-transition: border 0.35s ease;
  -o-transition: border 0.35s ease;
  transition: border 0.35s ease;
  border-bottom-color: transparent;
}
.ct-showProducts--list ul.ct-productsList > li:last-child .ct-productShop:hover {
  border-color: #000000;
}
.ct-showProducts--list .ct-listElementDescription .btn {
  padding: 0 25px;
  line-height: 49px;
  font-size: 18px;
  width: auto;
  height: auto;
  background-color: #000 !important;
  color: #fff !important;
}
.ct-showProducts--list .ct-listElementDescription .btn:first-child {
  width: 58px;
  height: 56px;
  font-size: 27px;
  line-height: 56px;
  padding: 0;
}
.ct-showProducts--list .ct-listElementDescription .btn:hover {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #000;
}
.ct-showProducts--list .ct-productShop {
  max-width: 100% !important;
  min-height: 100%;
  border-right: none;
  width: 100%;
  padding-bottom: 10px;
}
.ct-showProducts--list .ct-productShop .ct-productShop-category {
  float: left;
  min-height: 240px;
  width: 33%;
}
.ct-showProducts--list .ct-productShop .ct-productShop-content {
  float: left;
  width: 66%;
  min-height: 240px;
  display: table;
  text-align: left;
  padding-left: 20px;
}
.ct-showProducts--list .ct-productShop .ct-productShop-content span {
  padding-top: 0px;
}
.ct-showProducts--list .ct-productShop .ct-productShop-content .ct-productShop-content-description {
  display: table-cell;
}
.ct-showProducts--list .ct-productShop .ct-productShop-content .ct-productShop-content-description .btn {
  visibility: visible;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-showProducts--list .ct-productShop .ct-productShop-content .ct-productShop-content-description .ct-productShop-content-description-h5 {
  display: block;
  text-transform: uppercase;
  background-color: #000000;
  color: #ffffff;
  font-size: 15px;
  display: inline-block;
  padding: 8px 13px;
  margin-top: 4px;
  margin-bottom: 10px;
  line-height: 1.1;
}
.ct-showProducts--list .ct-productShop .ct-productShop-content .ct-productShop-content-description:hover .btn {
  visibility: visible;
}
.ct-showProducts--list .ct-productShop .ct-productShop-content .ct-productShop-shopCart {
  display: none;
}
.ct-stars {
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 19px;
}
.ct-reviews {
  display: inline-block;
  padding-left: 5px;
  line-height: 27px;
  vertical-align: middle;
}
.ct-reviews a {
  color: #acacac !important;
  font-size: 14px;
}
.ct-reviews a:hover {
  color: #000000 !important;
  text-decoration: underline !important;
}
.ct-or {
  display: inline-block;
  color: #acacac;
  font-size: 14px;
  padding: 0 20px;
  height: 56px;
  line-height: 56px;
}
@media (max-width: 480px) {
  .ct-showProducts--list ul.ct-productsList > li .ct-productShop-category {
    width: 100%;
  }
  .ct-showProducts--list ul.ct-productsList > li .ct-productShop-content {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .ct-showProducts--list .ct-productShop {
    padding-left: 7px;
    padding-right: 7px;
  }
  .ct-showProducts--list ul.ct-productsList > li .ct-listElementDescription .btn {
    padding: 0 10px;
  }
  .ct-showProducts--list ul.ct-productsList > li .ct-listElementDescription .btn:not(:first-child) i {
    display: none;
  }
  .ct-showProducts--list ul.ct-productsList > li .ct-listElementDescription .ct-or {
    padding: 0 10px;
  }
}
.ct-sortingBar {
  background-color: #f8f8f8;
}
.ct-sortingBar ul.li {
  vertical-align: middle;
}
.ct-sortingBar .select2-container {
  font-size: 14px;
  display: inline-block;
}
.ct-sortingBar .select2-container .select2-selection--single {
  height: 30px;
}
.ct-sortingBar .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  right: 1px;
}
.ct-sortingBar .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 12px;
}
.ct-sortingBar .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 30px;
}
.ct-sortBy,
.ct-showPages {
  display: inline-block;
  margin: 0;
  font-size: 14px;
}
.ct-sortBy li,
.ct-showPages li {
  padding: 0 10px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .select2-container {
    text-align: left;
  }
  .ct-sortBy {
    width: 100%;
    text-align: center;
  }
  .ct-showPages {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .ct-sortingBar {
    padding-left: 0;
    padding-right: 0;
  }
  .ct-sortingBar .ct-sortBy .ct-sortBy-text {
    display: none;
  }
}
.ct-showElements {
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ct-showElements a {
  font-size: 18px;
  color: #d6d6d6 !important;
}
.ct-showElements:after {
  content: "|";
  position: absolute;
  color: #e8e8e8;
  right: -5px;
  top: 1px;
}
.ct-showElements.is-active a {
  color: #000 !important;
}
.ct-pagination {
  background-color: #f8f8f8;
  padding-left: 20px;
  padding-right: 20px;
}
.ct-numerPages {
  display: inline-block;
  margin: 0;
  padding-right: 15px;
  padding-left: 5px;
}
.ct-numerPages li {
  padding: 0 1px;
}
.ct-numerPages li a {
  color: #9c9c9c !important;
  font-size: 14px;
}
.ct-numerPages li a:hover {
  color: #000000 !important;
}
.ct-numerPages li a.active {
  color: #000000 !important;
}
.ct-blockLine {
  padding-left: 15px;
  padding-right: 15px;
}
.ct-rightArrow {
  display: inline-block;
  color: #000000 !important;
  vertical-align: middle;
}
.ct-rightArrow:hover {
  color: #9c9c9c !important;
}
@media (max-width: 480px) {
  .ct-totalItems {
    display: none !important;
  }
  .ct-pages {
    float: none !important;
    text-align: center;
    margin: 0 auto;
  }
}
.ct-forgotPassword a {
  text-decoration: underline !important;
  color: #000000 !important;
}
.ct-forgotPassword a:hover {
  color: #888888 !important;
}
@media (max-width: 768px) {
  .ct-formElementTitle {
    width: 100%;
    padding-bottom: 10px;
  }
  .ct-formElementInput {
    width: 100%;
  }
  .ct-formElementInput .btn-default--submit {
    padding: 0 70px;
  }
}
@media (max-width: 480px) {
  .ct-rememberPassword {
    width: 100%;
    float: none;
    padding-bottom: 20px;
    text-align: center;
  }
  .ct-forgotPassword {
    width: 100%;
    float: none;
    text-align: center;
  }
  .ct-formElementInput {
    width: 100%;
  }
  .ct-formElementInput .btn-default--submit {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .ct-rememberPassword-text,
  .ct-forgotPassword-text {
    font-size: 18px !important;
  }
}
.ct-contactAddress > li {
  padding-bottom: 10px;
}
.ct-addressReference {
  min-width: 170px;
  display: inline-block;
  line-height: 30px;
}
.ct-addressReference i {
  width: 26px;
  padding-right: 8px;
}
.ct-addressDataReference {
  display: inline-block;
  vertical-align: top;
  color: #b2b2b2;
}
.ct-addressDataReference a {
  color: #b2b2b2 !important;
}
.ct-addressDataReference a:hover {
  color: #000 !important;
}
.ct-addressDataReference span {
  line-height: 30px;
}
@media (max-width: 480px) {
  .ct-addressReference,
  .ct-addressDataReference {
    width: 100%;
    text-align: center;
  }
  .ct-contactAddress > li {
    padding: 15px 0;
  }
}
.ct-signOutLink {
  color: #000 !important;
}
.ct-signOutLink:hover {
  color: #888888 !important;
}
@media (max-width: 480px) {
  .ct-notUser {
    display: none;
  }
  .ct-accountBookmark .btn-default {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .ct-accountBookmark .btn-default {
    padding: 0 70px;
  }
}
table.ct-wishList thead {
  background: #000000;
  color: #ffffff;
}
table.ct-wishList thead th {
  font-weight: 400;
  padding: 17px 0;
  font-size: 15px;
}
table.ct-wishList th.ct-wishList-image,
table.ct-wishList td.ct-wishList-image {
  width: 15%;
}
table.ct-wishList th.ct-wishList-desctiption,
table.ct-wishList td.ct-wishList-desctiption {
  width: 35%;
}
table.ct-wishList th.ct-wishList-price,
table.ct-wishList td.ct-wishList-price {
  padding-left: 40px;
  width: 16%;
}
table.ct-wishList th.ct-wishList-stock,
table.ct-wishList td.ct-wishList-stock {
  padding-left: 50px;
  width: 29%;
}
table.ct-wishList th.ct-wishList-quantity,
table.ct-wishList td.ct-wishList-quantity {
  width: 15%;
}
table.ct-wishList th.ct-wishList-total,
table.ct-wishList td.ct-wishList-total {
  width: 14%;
}
table.ct-wishList th.ct-wishList-button,
table.ct-wishList td.ct-wishList-button {
  width: 5%;
}
table.ct-wishList tbody tr {
  border-bottom: 1px solid #f0f0f0;
}
table.ct-wishList tbody tr td {
  font-size: 15px;
  padding: 22px 0;
}
table.ct-wishList tbody tr td:not(:last-child) {
  padding-right: 20px;
}
table.ct-wishList tbody tr td img {
  border: 1px solid #f0f0f0;
}
table.ct-wishList tbody tr td.ct-wishList-buttonX {
  text-align: right;
}
table.ct-wishList tbody tr td a.ct-wishList-itemLink {
  color: #000000;
}
table.ct-wishList tbody tr td a.ct-wishList-itemLink:hover {
  color: #888888;
}
.ct-wishList-noProducts {
  display: none;
}
@media (max-width: 768px) {
  table.ct-wishList th.ct-wishList-price,
  table.ct-wishList td.ct-wishList-price {
    padding-left: 0px;
  }
  table.ct-wishList th.ct-wishList-stock,
  table.ct-wishList td.ct-wishList-stock {
    padding-left: 0px;
  }
  table.ct-wishList tr td.ct-wishList-buttonX {
    text-align: left;
  }
}
.ct-calculateShippingSection {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.ct-calculateShippingSection label {
  display: block;
}
.ct-calculateShippingSection .form-control,
.ct-calculateShippingSection .select2-container,
.ct-calculateShippingSection .control-label {
  font-size: 15px;
}
.ct-triangleDown {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #000000 transparent transparent transparent;
  position: relative;
  right: 15px;
  top: 13px;
}
.ct-triangleUp {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #000000 transparent;
  position: relative;
  right: 15px;
  top: -13px;
}
.ct-calculateShipping:hover {
  cursor: pointer;
}
.ct-cartRightSection--bordered {
  border: 1px solid #e8e8e8;
  padding: 30px 23px 45px;
}
.ct-cartRightSection-currentCart img {
  border: 1px solid #e8e8e8;
  margin-right: 16px;
  margin-bottom: 16px;
}
.ct-cartRightSection-currentCart a {
  color: #000000 !important;
}
.ct-cartRightSection-currentCart a:hover {
  color: #888888 !important;
}
.ct-cartRightSection-buttons .btn {
  padding: 0 15px;
}
.ct-cartLeftSection input:focus + .btn:hover {
  border: 1px solid #e8e8e8;
}
.ct-cartLeftSection .btn {
  height: 50px;
  line-height: 49px;
  border: 2px solid #000;
  margin-left: -1px;
}
@media (max-width: 480px) {
  .ct-cartLeftSection .btn-default {
    width: 100%;
    left: 0;
    margin-bottom: 25px;
  }
  .ct-cartLeftSection .form-control {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .ct-cartRightSection .btn-default {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .ct-cartRightSection .ct-cartRightSection-buttons {
    padding-top: 35px;
  }
  .ct-cartRightSection .btn-default {
    margin-top: 10px;
  }
}
.ct-differentShippingAddress {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
a.ct-u-editCart {
  color: #000000 !important;
  text-decoration: underline !important;
}
a.ct-u-editCart:hover {
  color: #888888 !important;
}
@media (max-width: 768px) {
  .ct-finishOrder .btn-default {
    width: 100%;
  }
}
.ct-shortInfoReason {
  width: 49%;
  height: 180px;
  font-size: 16px;
}
.ct-shortInfoReason--grey {
  background-color: #f8f8f8;
  color: #000;
}
.ct-shortInfoReason--grey .ct-shortInfoReason-title {
  padding-left: 26px;
  width: 33%;
}
.ct-shortInfoReason--grey .ct-shortInfoReason-description {
  padding: 0 26px;
  width: 66%;
  line-height: 30px;
}
.ct-shortInfoReason--black {
  background-color: #000;
  color: #fff;
}
.ct-shortInfoReason--black .ct-shortInfoReason-description {
  padding-left: 26px;
  width: 55%;
  line-height: 30px;
}
.ct-shortInfoReason--black .ct-shortInfoReason-title {
  padding-right: 12px;
  width: 31%;
}
.ct-shortInfoReason--black .ct-shortInfoReason-image {
  padding-left: 17px;
  width: 16%;
  position: relative;
}
.ct-shortInfoReason--black .ct-shortInfoReason-image img {
  position: absolute;
  width: auto;
  right: 0;
  top: 27px;
}
@media (max-width: 992px) {
  .ct-shortInfoReason {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .ct-shortInfoReason--black .ct-shortInfoReason-image,
  .ct-shortInfoReason--grey .ct-shortInfoReason-image,
  .ct-shortInfoReason--black .ct-shortInfoReason-description,
  .ct-shortInfoReason--grey .ct-shortInfoReason-description {
    display: none;
  }
  .ct-shortInfoReason--black .ct-shortInfoReason-title,
  .ct-shortInfoReason--grey .ct-shortInfoReason-title {
    padding: 0;
  }
  .ct-shortInfoReason--black .ct-shortInfoReason-center,
  .ct-shortInfoReason--grey .ct-shortInfoReason-center {
    text-align: center;
  }
}
ul.ct-personList {
  margin-top: 10px;
}
ul.ct-personList li {
  padding-bottom: 14px;
  font-size: 17px;
}
ul.ct-personList li a.ct-personList-bio {
  color: #bdbdbd;
}
ul.ct-personList li a.ct-personList-bio:hover {
  color: #000000;
}
ul.ct-personList li a i {
  font-size: 5px;
  vertical-align: middle;
  padding: 0 15px;
  color: #000;
}
.ct-photoSilverRing {
  height: 240px;
  background-color: #000000;
}
.ct-photoSilverRing img {
  margin: 0 auto;
  display: table-cell;
}
@media (min-width: 992px) AND (max-width: 1200px) {
  ul.ct-personList li a.ct-personList-bio {
    display: block;
  }
}
@media (max-width: 480px) {
  ul.ct-personList li {
    text-align: center;
  }
  ul.ct-personList li a.ct-personList-bio {
    display: block;
  }
  .ct-photoSilverRing img {
    height: 100%;
  }
}
.ct-teamMemberImage {
  text-align: center;
  position: relative;
}
.ct-teamMemberImage img {
  width: 100%;
}
.ct-teamMemberImage:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 11px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
}
@media (max-width: 768px) {
  .ct-phoneTeamMember {
    padding-bottom: 30px;
  }
}
.imageBox img {
  vertical-align: top;
  float: left;
  padding-right: 22px;
}
.numberBox .numberBox-iconBox {
  width: 70px;
  height: 70px;
  background-color: #000000;
  color: #ffffff;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.numberBox .numberBox-iconBox .numberBox-icon {
  line-height: 70px;
  height: 70px;
}
.numberBox .numberBox-title {
  display: inline-block;
}
@media (max-width: 1200px) {
  .numberBox .numberBox-title {
    font-size: 23px;
  }
}
@media (max-width: 480px) {
  .imageBox img {
    display: block;
    float: none;
    margin: 0 auto;
  }
  .imageBox .imageBox-content {
    padding-top: 25px;
  }
  .imageBox .imageBox-content .imageBox-content-title,
  .imageBox .imageBox-content .imageBox-content-tip {
    text-align: center;
  }
  .numberBox .numberBox-title {
    font-size: 20px;
  }
}
.ct-testimonials {
  border: 1px solid #eaeaea;
  position: relative;
}
.ct-testimonials .ct-testimonials-image {
  position: relative;
}
.ct-testimonials .ct-testimonials-image:after {
  position: absolute;
  content: "";
  width: 1px;
  background-color: #eaeaea;
  height: 88%;
}
.ct-testimonials .ct-testimonials-content {
  padding: 40px 20px 30px;
}
.ct-testimonials .ct-testimonials-content .ct-testimonials-content-description {
  line-height: 30px;
}
.ct-testimonials--right:after {
  content: "\f10e";
  position: absolute;
  top: 25px;
  left: 29px;
  color: #f5f5f5;
  font-size: 47px;
  font-family: fontawesome;
}
.ct-testimonials--right .ct-testimonials-image {
  float: right;
  margin-left: 30px;
}
.ct-testimonials--right .ct-testimonials-image:after {
  left: 0;
  top: 20px;
}
.ct-testimonials--right .ct-testimonials-content-name {
  text-align: right;
}
.ct-testimonials--right .ct-testimonials-content-description {
  -moz-text-align-last: right;
  -webkit-text-align-last: right;
  -ms-text-align-last: right;
  -o-text-align-last: right;
  text-align-last: right;
}
.ct-testimonials--left:after {
  content: "\f10e";
  position: absolute;
  top: 25px;
  right: 29px;
  color: #f5f5f5;
  font-size: 47px;
  font-family: fontawesome;
}
.ct-testimonials--left .ct-testimonials-image {
  float: left;
  margin-right: 30px;
}
.ct-testimonials--left .ct-testimonials-image:after {
  right: 0;
  top: 20px;
}
.ct-testimonials--left .ct-testimonials-content-name {
  text-align: left;
}
@media (max-width: 768px) {
  .ct-testimonials .ct-testimonials-image {
    float: none;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    margin: 0;
  }
  .ct-testimonials .ct-testimonials-image:after {
    display: none;
  }
  .ct-testimonials--left:after,
  .ct-testimonials--right:after {
    display: none;
  }
  .ct-testimonials-content .ct-testimonials-content-name {
    text-align: center;
  }
}
div#accordion .panel {
  margin-bottom: 0;
  background-color: #ffffff;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}
div#accordion .panel-default > .panel-heading {
  color: #ffffff;
  font-size: 16px;
  background-color: #000000;
  border: none;
  display: inline-block;
  padding: 0;
  margin: 3px 0;
}
div#accordion .panel-default > .panel-heading a {
  padding: 10px 20px;
  display: block;
}
div#accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 1px solid #ebebeb;
}
div#accordion .panel-body {
  text-align: justify;
  font-size: 16px;
  padding: 20px 25px;
  line-height: 30px;
}
div#accordion .panel-title {
  line-height: 30px;
}
.panel-group .panel + .panel {
  margin: 0px;
}
@media (max-width: 480px) {
  div#accordion .panel-default > .panel-heading {
    display: block;
  }
}
.ct-pricing {
  text-align: center;
  border: 1px solid #e2e2e2;
}
.ct-pricing .ct-pricing-iconBox .ct-pricing-iconBox-icon {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  line-height: 100px;
  background-color: #000000;
  display: inline-block;
  position: relative;
}
.ct-pricing .ct-pricing-iconBox .ct-pricing-iconBox-icon:before {
  content: "";
  position: absolute;
  left: -39px;
  top: 50%;
  background-color: #e2e2e2;
  width: 39px;
  height: 2px;
}
.ct-pricing .ct-pricing-iconBox .ct-pricing-iconBox-icon:after {
  content: "";
  position: absolute;
  left: -40px;
  top: 50%;
  background-color: #e2e2e2;
  width: 2px;
  height: 100px;
}
.ct-pricing .ct-pricing-iconBox .ct-pricing-iconBox-icon span {
  display: none;
}
.ct-pricing ul.ct-pricing-list {
  position: relative;
  width: 195px;
  display: inline-block;
  font-size: 16px;
  text-align: left;
  padding-left: 40px;
}
.ct-pricing ul.ct-pricing-list:before {
  content: "";
  position: absolute;
  background-color: #e2e2e2;
  height: 100%;
  left: 8px;
  top: 0;
  width: 2px;
}
.ct-pricing ul.ct-pricing-list li {
  position: relative;
}
.ct-pricing ul.ct-pricing-list li:not(:last-child) {
  padding-bottom: 20px;
}
.ct-pricing ul.ct-pricing-list li:before {
  content: "\f111";
  position: absolute;
  color: #e2e2e2;
  left: -38px;
  top: 0;
  font-family: fontawesome;
}
.ct-pricing .btn {
  padding-left: 10px;
  padding-right: 11px;
  line-height: 37px;
  font-size: 18px;
}
.ct-pricing a.ct-pricing-button {
  position: relative;
}
.ct-pricing a.ct-pricing-button:before {
  content: "";
  position: absolute;
  background-color: #e2e2e2;
  height: 2px;
  left: -65px;
  top: 50%;
  width: 63px;
}
.ct-pricing a.ct-pricing-button:after {
  content: "";
  position: absolute;
  background-color: #e2e2e2;
  height: 86px;
  left: -65px;
  width: 2px;
  bottom: 50%;
}
.ct-pricing:hover {
  cursor: pointer;
}
.ct-pricing:hover .ct-pricing-iconBox .ct-pricing-iconBox-icon img {
  display: none;
}
.ct-pricing:hover .ct-pricing-iconBox .ct-pricing-iconBox-icon span {
  display: inline-block;
}
.ct-blogDescription a {
  color: #000000 !important;
}
.ct-blogDescription a:hover {
  color: #888888 !important;
}
.ct-blogDescription .ct-blogDescription-tags {
  color: #c2c2c2;
  font-size: 14px;
  line-height: 25px;
}
.ct-blogDescription .ct-blogDescription-tags a {
  color: #c2c2c2 !important;
  font-style: italic;
}
.ct-blogDescription .ct-blogDescription-tags a:hover {
  color: #000000 !important;
}
.ct-topRated {
  display: inline-block;
  padding-left: 5px;
  line-height: 27px;
  vertical-align: middle;
}
.ct-topRated a {
  color: #acacac !important;
  font-size: 16px;
}
.ct-topRated a:hover {
  color: #000000 !important;
}
ul.ct-popularTags li:not(:last-child) {
  border-bottom: 1px solid #f6f6f6;
}
ul.ct-popularTags li a {
  display: block;
  padding: 15px 0;
  color: #000000 !important;
  font-size: 16px;
}
ul.ct-popularTags li a:hover {
  color: #888888 !important;
}
ul.ct-popularTags .ct-popularTags-category {
  float: left;
  line-height: 32px;
}
ul.ct-popularTags .ct-popularTags-amount {
  float: right;
}
.ct-popularTags-amount {
  background-color: #000000;
  padding: 5px 10px;
  width: 52px;
  text-align: center;
  color: #ffffff;
}
ul.ct-categories {
  margin: 0;
  list-style: disc inside;
}
ul.ct-categories li {
  padding: 10px 0;
}
ul.ct-categories li a {
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
  padding-left: 8px;
  color: #000000 !important;
  font-size: 16px;
}
ul.ct-categories li a:hover {
  color: #888888 !important;
}
.ct-blogBox .ct-blogBox-title a {
  color: #000 !important;
}
.ct-blogBox .ct-blogBox-title a:hover {
  color: #888888 !important;
}
.ct-blogBox--wide {
  border: 1px solid #f6f6f6;
  display: table;
}
.ct-blogBox--wide .ct-blogBox-image {
  width: 33%;
  display: inline-block;
  vertical-align: middle;
}
.ct-blogBox--wide .ct-blogBox-content {
  width: 66%;
  display: inline-block;
  vertical-align: middle;
  padding: 15px 30px;
}
.ct-blogBox--masonry .ct-blogBox-content {
  padding: 25px 25px 10px 25px;
  background-color: #f7f7f7;
}
.ct-portfolio--masonry .ct-portfolio-content {
  padding: 25px 25px 10px 25px;
  background-color: #f7f7f7;
}
.ct-blogComment a {
  color: #000000 !important;
}
.ct-blogComment a:hover {
  color: #888888 !important;
}
@media (max-width: 1200px) AND (min-width: 992px) {
  .ct-topRated {
    width: 100%;
  }
}
@media (max-width: 1200px) AND (min-width: 992px) {
  .ct-blogBox--masonry .ct-blogDescription .ct-blogDescription-posted,
  .ct-blogBox--masonry .ct-blogDescription .ct-blogDescription-comments {
    width: 100%;
    float: none;
    text-align: center;
    padding: 5px 0;
  }
  .ct-blogBox--masonry .ct-blogBox-title {
    text-align: center;
  }
  .ct-blogBox--masonry .ct-blogBox-readPost .btn {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .ct-addPadding-left {
    padding-left: 30px;
  }
  .ct-addPadding-right {
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .ct-blogBox--wide {
    display: block;
    border: none;
  }
  .ct-blogBox--wide .ct-blogBox-image {
    width: 100%;
    display: block;
    text-align: center;
  }
  .ct-blogBox--wide .ct-blogBox-content {
    width: 100%;
    display: block;
    padding: 0 0 40px 0;
  }
  .ct-blogBox--wide .ct-blogBox-content .ct-blogBox-title {
    padding-top: 20px;
  }
}
@media (max-width: 540px) {
  .ct-blogBox--masonry .ct-blogDescription .ct-blogDescription-posted,
  .ct-blogBox--masonry .ct-blogDescription .ct-blogDescription-comments {
    width: 100%;
    float: none;
    text-align: center;
    padding: 5px 0;
  }
  .ct-blogBox--masonry .ct-blogBox-title {
    text-align: center;
  }
  .ct-blogBox--masonry .ct-blogBox-readPost .btn {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .ct-blogDescription .ct-blogDescription-posted,
  .ct-blogDescription .ct-blogDescription-comments {
    width: 100%;
    float: none;
    text-align: center;
    padding: 5px 0;
  }
  .ct-blogBox-title {
    text-align: center;
  }
  .ct-blogBox-readPost .btn {
    width: 100%;
  }
  .ct-blogTopRated .ct-stars {
    text-align: center;
  }
  .ct-blogTopRated .ct-topRated {
    width: 100%;
  }
  ul.ct-categories {
    text-align: center;
    list-style: none;
  }
}
.ct-portfolio .ct-portfolio-title {
  line-height: 25px;
}
.ct-portfolio .ct-portfolio-title a {
  color: #000 !important;
}
.ct-portfolio .ct-portfolio-title a:hover {
  color: #888888 !important;
}
.ct-portfolio-readPost .btn {
  width: 51px;
  height: 43px;
  line-height: 42px;
  padding: 0;
}
@media (max-width: 480px) {
  .ct-portfolio .ct-portfolio-title {
    text-align: center;
  }
}
.ct-comingsoon {
  position: relative;
}
.ct-comingsoon .ct-comingsoon-title {
  display: inline-block;
  position: relative;
  z-index: 600;
}
.ct-comingsoon .ct-comingsoon-form {
  position: relative;
  z-index: 600;
}
.ct-comingsoon .ct-comingsoon-form .btn {
  height: 50px;
}
.ct-comingsoon .ct-comingsoon-logo {
  text-align: left;
  position: relative;
  left: 90px;
}
.ct-comingsoon--black .ct-comingsoon-logo {
  text-align: center;
  left: 0;
}
.ct-comingsoon--black .ct-comingsoon-title {
  color: #fff;
}
.ct-comingsoon--black .form-control:focus {
  border-color: transparent;
}
.ct-comingsoon--black .btn {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #fff !important;
}
img.ct-comingsoon-texture {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
}
img.ct-comingsoon-necklace {
  position: absolute;
  top: 0;
  left: -100px;
  z-index: 500;
}
img.ct-comingsoon-jewelery {
  position: relative;
  z-index: 1000;
}
@media (max-width: 1200px) {
  img.ct-comingsoon-necklace {
    display: none;
  }
}
@media (max-width: 992px) {
  .ct-comingsoon .ct-comingsoon-logo {
    text-align: center;
    left: 0;
    padding-bottom: 50px;
  }
  img.ct-comingsoon-texture {
    display: none;
  }
}
@media (max-width: 768px) {
  .ct-comingsoon .ct-comingsoon-logo {
    padding-top: 100px;
  }
}
.ct-productGallery img {
  border: 1px solid #f6f6f6;
}
.ct-productGallery .owl-carousel .owl-wrapper-outer {
  text-align: center;
}
.ct-socialSection {
  padding-bottom: 10px;
}
.ct-socialSection span {
  padding-right: 5px;
  font-size: 16px;
}
.ct-socialSection ul.ct-socials {
  display: inline-block;
  vertical-align: middle;
}
.ct-mailSection {
  padding-bottom: 10px;
}
.ct-mailSection a {
  font-size: 16px;
  color: #000 !important;
}
.ct-mailSection a:hover {
  color: #888888 !important;
}
.ct-productCustomization h3 {
  line-height: 34px;
}
.ct-productCustomization h5 {
  font-size: 15px;
  text-transform: uppercase;
  color: #acacac;
  margin: 3px 0;
}
.ct-productCustomization .ct-price {
  color: #acacac;
}
.ct-productCustomization .ct-price span {
  padding-right: 10px;
  vertical-align: middle;
}
.ct-code {
  background: #fff;
}
.ct-code span {
  padding: 7px 15px;
  font-size: 15px;
  text-transform: uppercase;
}
.ct-code span.ct-code-black {
  background-color: #000;
  color: #fff;
}
.ct-code span.ct-code-grey {
  background-color: #f1f1f1;
  color: #acacac;
}
.ct-pincode .ct-pincodeBox {
  border: 1px solid #e0e0e0;
  padding: 10px 15px;
  display: inline-block;
  width: 75%;
  float: left;
}
.ct-pincode .ct-pincodeBox span {
  font-size: 16px;
  display: inline-block;
}
.ct-pincode .ct-pincodeBox .form-control {
  margin-left: 40px;
  display: inline-block;
  max-width: 240px;
  padding: 3px 10px;
  font-size: 14px;
  font-style: italic;
  height: 33px;
  border: 1px solid transparent;
  background-color: #f1f1f1;
}
.ct-pincode .ct-pincodeBox .form-control:focus {
  border: 1px solid #000000;
}
.ct-pincode .ct-pincodeBox .form-control::-webkit-input-placeholder {
  color: #c2c2c2;
}
.ct-pincode .ct-pincodeBox .form-control:-moz-placeholder {
  color: #c2c2c2;
}
.ct-pincode .ct-pincodeBox .form-control::-moz-placeholder {
  color: #c2c2c2;
}
.ct-pincode .ct-pincodeBox .form-control:-ms-input-placeholder {
  color: #c2c2c2;
}
.ct-pincode .btn {
  width: 24%;
  float: left;
  line-height: 54px;
  height: 55px;
  text-transform: capitalize;
  font-size: 16px;
}
.ct-productSize {
  padding: 5px 0 10px 0;
}
.ct-productSize .radio-inline {
  padding: 0 10px 10px 0;
  margin: 0;
}
.ct-productSize .radio-inline input[type=radio] + span {
  border: 1px solid #e0e0e0;
  width: 46px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  line-height: 29px;
  text-align: center;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
  font-size: 15px;
}
.ct-productSize .radio-inline input[type=radio] + span:hover {
  border: 1px solid #000;
}
.ct-productSize .radio-inline input[type=radio]:checked + span {
  border: 1px solid #000;
}
.ct-productSize a {
  color: #000 !important;
}
.ct-productSize a:hover {
  color: #888888 !important;
}
.ct-speedbuy .btn:first-child {
  width: 55px;
  height: 53px;
  line-height: 52px;
  font-size: 22px;
  text-align: center;
  padding: 0;
}
.table.ct-table thead th {
  font-size: 15px;
  text-transform: uppercase;
  background-color: #f1f1f1;
  padding: 8px 5px 6px 14px;
  color: #acacac;
  font-weight: 400;
  border-bottom: none;
}
.table.ct-table tbody {
  font-size: 16px;
}
.table.ct-table tbody th {
  color: #000;
  font-weight: 400;
  border-top: none;
  border-bottom: 1px solid #f6f6f6;
  border-right: 1px solid #e8e8e8;
  width: 50%;
  padding: 12px 5px 10px 14px;
}
.table.ct-table tbody td {
  color: #acacac;
  border-top: none;
  border-bottom: 1px solid #f6f6f6;
  width: 50%;
  padding: 12px 5px 10px 30px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  font-size: 18px;
  color: #000;
  padding: 17px 22px 10px 25px;
  border: 1px solid #f0f0f0;
  border-bottom-color: transparent;
  background-color: #fcfcfc;
}
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  font-size: 18px;
  color: #fff;
  padding: 17px 22px 10px 25px;
  background-color: #000;
}
.nav-tabs {
  border-bottom: 1px solid #f0f0f0;
}
.nav-tabs > li > a:hover {
  border-color: transparent;
}
.nav-tabs > li {
  margin-right: 4px;
}
.tab-pane {
  padding: 25px;
  border: 1px solid #f0f0f0;
  border-top-color: transparent;
  background-color: #fcfcfc;
}
.tab-pane .input-group {
  padding: 15px 0;
}
.tab-pane .input-group label {
  line-height: 36px;
}
.tab-pane .input-group .form-control {
  width: 200px;
  height: 37px;
  margin-left: 10px;
}
.tab-pane .input-group button.btn {
  width: 50px;
  height: 37px;
  line-height: 36px;
  padding: 0;
  text-align: center;
}
.tab-pane-inner {
  padding: 35px 65px;
}
.tab-pane-inner .nav-tabs {
  border: none;
}
.tab-pane-inner .nav-tabs > li > a,
.tab-pane-inner .nav-tabs > li > a:hover,
.tab-pane-inner .nav-tabs > li > a:focus {
  background-color: transparent;
  border: none;
  color: #000;
  font-size: 15px;
  padding: 10px 22px;
}
.tab-pane-inner .nav-tabs > li.active > a,
.tab-pane-inner .nav-tabs > li.active > a:hover,
.tab-pane-inner .nav-tabs > li.active > a:focus {
  background-color: #f1f1f1;
  font-weight: 600;
}
.tab-pane-inner .tab-content .tab-pane {
  border: none;
  padding: 25px 0 40px 0;
}
.tab-pane-inner .tab-content .tab-pane h5 {
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #ececec;
  padding-bottom: 12px;
}
.tab-content .btn {
  text-transform: none !important;
}
ul.ct-advantageList {
  margin: 0;
  padding-top: 20px;
}
ul.ct-advantageList li {
  padding-bottom: 17px;
}
ul.ct-advantageList li:before {
  content: "\f178";
  font-family: fontawesome;
  padding-right: 15px;
}
ul.ct-advantageList li:last-child {
  padding-bottom: 0;
}
.adjust-text {
  font-size: 16px;
}
.ct-panelWidget > a {
  color: #acacac !important;
}
.ct-panelWidget > a:hover {
  color: #000 !important;
}
.ct-panelWidget span a {
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  line-height: 23px;
  background-color: #000;
  color: #fff !important;
  margin-left: 2px;
  font-size: 21px;
}
.ct-panelWidget span a:hover {
  background-color: #fff;
  color: #000 !important;
}
.ct-panelWidget span a:first-child {
  margin-left: 25px;
}
.ct-panelWidget .input-group .btn {
  border: 1px solid transparent !important;
  margin-left: -1px;
}
.ct-panelWidget .input-group .btn:hover {
  border: 1px solid #e8e8e8 !important;
}
.ct-panelWidget .input-group input:focus + .btn {
  border: 1px solid #000 !important;
}
.ct-videoProduct {
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 23px;
}
.ct-videoProduct iframe {
  width: 100% !important;
}
.ct-videoProduct img {
  float: left;
  margin-right: 15px;
  border: 3px solid transparent;
}
.ct-videoProduct.is-active img {
  border: 3px solid rgba(0, 0, 0, 0.5);
  outline: 1px solid #fff;
  -webkit-box-shadow: 0 0 15px #9b9b9b;
  -moz-box-shadow: 0 0 15px #9b9b9b;
  box-shadow: 0 0 15px #9b9b9b;
}
.ct-videoBox {
  display: none;
}
.ct-videoBox p {
  font-size: 16px;
  padding-bottom: 20px;
}
.ct-ratings {
  font-size: 16px;
}
.ct-ratings .ct-reviews a {
  font-size: 16px;
}
.ct-ratings h4 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 600;
}
.ct-ratings hr {
  border-top-color: #ececec;
}
.ct-reviewImageBox {
  width: 21%;
  display: inline-block;
  float: left;
  padding-right: 16px;
}
.ct-reviewImageBox img {
  border: 1px solid #e4e4e4;
}
.ct-ratingsLeft {
  width: 59%;
  display: inline-block;
}
.ct-ratingsRight {
  width: 40%;
  vertical-align: top;
  display: inline-block;
}
.ct-ratingsRight ul li {
  padding-bottom: 6px;
  min-width: 320px;
}
.ct-ratingsRight ul li span:first-child {
  width: 64px;
  display: inline-block;
}
.ct-ratingsRight ul li span:nth-child(2) {
  max-width: 200px;
  width: 100%;
  height: 20px;
  background-color: #ececec;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.ct-ratingsRight ul li span:nth-child(2) span {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
}
.ct-ratingsRight ul li span:last-child {
  padding-left: 10px;
  color: #b9b9b9;
}
.ct-ratings {
  width: 78%;
  display: inline-block;
  float: left;
}
.ct-feedback {
  border-top: 1px solid #ececec;
  font-size: 16px;
}
.ct-feedback .ct-feedbackDescription {
  font-style: italic;
  text-align: justify;
  border-bottom: 1px solid #ececec;
}
.ct-feedback .ct-feedbackDescription:after,
.ct-feedback .ct-feedbackDescription:before {
  content: '"';
}
.ct-feedback a.author {
  color: #000 !important;
}
.ct-feedback a.author:hover {
  color: #888888 !important;
}
.ct-recommendation {
  line-height: 30px;
}
.ct-recommendation .ct-socials {
  display: inline-block;
  margin-left: 7px;
}
.ct-recommendationReport > a {
  color: #000 !important;
  padding: 2px 7px;
  position: relative;
}
.ct-recommendationReport > a:hover {
  font-weight: 600;
  color: #000 !important;
}
.ct-recommendationReport > a:first-child:after {
  content: "|";
  position: absolute;
  top: -4px;
  right: -4px;
  color: #eeeeee;
  font-weight: bold;
}
.ct-recommendationReport span {
  margin-left: 18px;
}
.ct-recommendationReport span a {
  color: #acacac !important;
}
.ct-recommendationReport span a:hover {
  color: #000 !important;
}
.ct-recommendationReport span i {
  padding-right: 8px;
}
.ct-feedback .form-horizontal {
  counter-reset: iconbox;
}
.ct-feedback .form-horizontal span {
  color: #acacac;
  font-size: 13px;
  padding-top: 5px;
}
.ct-feedback .form-horizontal .ct-stars i {
  cursor: pointer;
}
.ct-feedback .form-horizontal button {
  text-transform: capitalize;
  margin-left: 15px;
}
.ct-feedback .form-horizontal label {
  padding-left: 59px;
  padding-right: 0;
  position: relative;
  counter-increment: iconbox;
}
.ct-feedback .form-horizontal label:before {
  position: absolute;
  width: 36px;
  height: 36px;
  display: block;
  background-color: #000;
  color: #fff;
  left: 10px;
  top: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  content: counter(iconbox);
  font-size: 15px;
}
.ct-feedback .form-horizontal label:after {
  width: 0;
  position: absolute;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #000000;
  content: "";
  left: 45px;
  top: 19px;
}
.ct-widgetReview {
  background-color: #000;
  color: #fff;
  padding: 20px 22px 30px 22px;
  font-size: 16px;
}
.ct-widgetReview h3 {
  font-size: 22px;
  margin-bottom: 16px;
}
.ct-widgetReview ul li div {
  font-weight: 600;
  padding: 15px 0 8px 0;
  border-bottom: 1px solid #222222;
}
.ct-widgetReview ul li div i {
  padding-right: 6px;
}
.ct-widgetReview ul li p {
  color: #a0a0a0;
  padding-top: 4px;
}
.ct-range > div {
  display: inline-block;
  width: 12%;
  text-align: center;
  vertical-align: middle;
}
.ct-range > div:first-child {
  width: 16%;
  text-align: left;
  font-weight: 600;
}
.ct-range .ct-rangeSlider {
  width: 55%;
  vertical-align: middle;
}
div#accordion2 .panel,
div#accordion3 .panel,
div#accordion4 .panel {
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}
div#accordion2 .panel-default > .panel-heading,
div#accordion3 .panel-default > .panel-heading,
div#accordion4 .panel-default > .panel-heading {
  font-size: 15px;
  background-color: #f1f1f1;
  color: #000;
  border: none;
  display: inline-block;
  padding: 0;
  margin: 3px 0;
  width: 100%;
}
div#accordion2 .panel-default > .panel-heading + .panel-collapse > .panel-body,
div#accordion3 .panel-default > .panel-heading + .panel-collapse > .panel-body,
div#accordion4 .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
}
div#accordion2 .panel-body,
div#accordion3 .panel-body,
div#accordion4 .panel-body {
  text-align: justify;
  font-size: 15px;
  padding: 15px 0 20px 36px;
  line-height: 30px;
}
div#accordion2 .panel-title,
div#accordion3 .panel-title,
div#accordion4 .panel-title {
  line-height: 30px;
  font-size: 15px;
}
div#accordion2 .panel-title a,
div#accordion3 .panel-title a,
div#accordion4 .panel-title a {
  padding: 7px 15px;
  width: 100%;
  display: block;
  color: #000 !important;
}
div#accordion2 .panel-title a:hover,
div#accordion3 .panel-title a:hover,
div#accordion4 .panel-title a:hover {
  color: #000 !important;
}
.ct-question {
  padding-bottom: 15px;
}
.ct-question .ct-questionDescription {
  float: left;
  width: 75%;
}
.ct-question .ct-questionDescription span {
  color: #acacac;
  padding-bottom: 16px;
  display: block;
}
.ct-question .ct-questionImage {
  float: right;
  width: 128px;
  text-align: center;
}
.ct-question .ct-questionImage a {
  color: #000000 !important;
}
.ct-question .ct-questionImage a:hover {
  color: #888888 !important;
}
.ct-question .ct-questionImage a span {
  display: block;
  width: 100%;
}
.ct-question .ct-bottomBox a {
  color: #acacac !important;
  font-style: italic;
  margin-top: 7px;
  display: inline-block;
}
.ct-question .ct-bottomBox a:hover {
  color: #000 !important;
}
.ct-question .ct-bottomBox button {
  text-transform: none;
}
.ct-dividedTabSearch {
  display: inline-block;
}
.ct-dividedTabSearch .form-control {
  width: 350px !important;
}
.ct-dividedTabSearch .input-group {
  padding: 0 !important;
}
.ct-categoryDivider {
  padding: 10px 0;
}
.ct-categoryDivider h5 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.ct-privacy a {
  color: #acacac !important;
}
.ct-privacy a:hover {
  color: #000000 !important;
}
@media (max-width: 1200px) {
  .ct-pincode .ct-pincodeBox {
    width: 100%;
  }
  .ct-pincode .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .ct-reviewImageBox {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
  .ct-ratings {
    width: 100%;
    padding-top: 30px;
  }
  .ct-ratings .ct-ratingsRight {
    width: 49%;
    float: none;
  }
  .ct-ratings .ct-ratingsLeft {
    width: 50%;
    float: none;
  }
  .ct-question .ct-questionDescription {
    float: right;
    width: 100%;
  }
  .ct-question .ct-questionImage {
    float: left;
    width: 100%;
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .ct-code iframe {
    width: 100%;
    margin-top: 30px;
  }
  .tab-pane .input-group label {
    width: 100%;
    float: auto;
  }
  .tab-pane .input-group .form-control {
    margin-left: 0;
  }
  .ct-ratings .ct-ratingsRight {
    width: 100%;
    text-align: center;
  }
  .ct-ratings .ct-ratingsLeft {
    width: 100%;
    text-align: center;
  }
  .ct-range > div {
    display: inline-block;
    width: 19%;
    text-align: center;
  }
  .ct-range > div:first-child {
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
  }
  .ct-range .ct-rangeSlider {
    width: 59%;
  }
  .ct-bottomBox {
    text-align: center;
  }
  .tab-pane-inner {
    padding-left: 17px;
    padding-right: 17px;
  }
  div#accordion2 .panel-body,
  div#accordion3 .panel-body,
  div#accordion4 .panel-body {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .ct-pincode .ct-pincodeBox .form-control {
    max-width: 200px;
  }
  .ct-speedbuy .btn {
    margin-bottom: 10px;
  }
  nav.nav-tabs li {
    width: 100%;
    display: block;
  }
  .tab-pane {
    padding: 14px;
  }
  .tab-pane .input-group button.btn {
    width: 100%;
    float: auto;
  }
  .tab-pane .input-group .form-control {
    width: 100%;
    float: auto;
  }
  .ct-videoProduct img {
    float: none;
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  .ct-videoProduct .ct-videoProduct-description {
    padding-top: 15px;
    width: 100%;
    text-align: center;
  }
  .ct-ratingsRight ul li span:nth-child(2) {
    width: 45%;
  }
  .ct-ratingsRight ul li {
    min-width: 100%;
  }
  .ct-range > div {
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }
  .ct-range > div:first-child {
    width: 100%;
  }
  .ct-range .ct-rangeSlider {
    width: 100%;
  }
  .nav.nav-tabs > li {
    width: 100% !important;
  }
  .ct-dividedTabSearch {
    float: none !important;
    display: block;
  }
  .ct-dividedTabSearch .form-control {
    width: 100% !important;
  }
  .ct-dividedTabSearch button.btn {
    width: 100% !important;
  }
  .ct-dividedTabSearch .input-group {
    display: block;
  }
}
#sync2 .item:hover {
  cursor: pointer !important;
}
.ct-missionBox {
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 30px;
}
.ct-missionBox .ct-missionBox-title {
  font-weight: 600;
  border-bottom: 1px solid #f6f6f6;
  padding-bottom: 8px;
}
.ct-missionIconBox {
  width: 45px;
  height: 45px;
  background-color: #000;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}
.ct-missionIconBox i {
  color: #fff;
  line-height: 44px;
  font-size: 20px;
}
@media (max-width: 480px) {
  .ct-missionBox .ct-missionBox-title {
    display: block;
    text-align: center;
    padding-top: 20px;
  }
  .ct-missionIconBox {
    display: block;
    margin: 0 auto;
  }
}
.ct-dividedSection h3 {
  text-transform: uppercase;
}
.ct-dividedSection .ct-dividedSection-left {
  color: #000000;
  background-color: #f8f8f8;
  padding: 23px 35px;
  position: relative;
}
.ct-dividedSection .ct-dividedSection-left:after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-color: #f8f8f8;
}
.ct-dividedSection .ct-dividedSection-left h3 {
  margin-top: 0;
  margin-bottom: 30px;
}
.ct-dividedSection .ct-dividedSection-left form .form-control {
  font-style: italic;
  font-size: 14px;
  height: 36px;
  padding: 0 16px;
}
.ct-dividedSection .ct-dividedSection-left form .input-group {
  max-width: 435px;
}
.ct-dividedSection .ct-dividedSection-left form .input-group .btn {
  font-size: 14px;
  border: 1px solid transparent !important;
}
.ct-dividedSection .ct-dividedSection-left form .input-group .btn:hover,
.ct-dividedSection .ct-dividedSection-left form .input-group .btn:active,
.ct-dividedSection .ct-dividedSection-left form .input-group .btn:focus {
  background-color: #fff !important;
  border: 1px solid #e8e8e8 !important;
}
.ct-dividedSection .ct-dividedSection-left form .input-group .form-control:focus + span .btn:hover {
  border: 1px solid #000 !important;
}
.ct-dividedSection .ct-dividedSection-right {
  color: #acacac;
  background-color: #000;
  padding: 23px 22px 26px 3px;
  font-size: 14px;
  text-align: right;
  position: relative;
  line-height: 25px;
}
.ct-dividedSection .ct-dividedSection-right h3 {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 14px;
}
.ct-dividedSection .ct-dividedSection-right .ct-dividedSection-right-triangle {
  position: absolute;
  background: -webkit-linear-gradient(to left top, #000000 50%, transparent 50%);
  background: -o-linear-gradient(to left top, #000000 50%, transparent 50%);
  background: -moz-linear-gradient(to left top, #000000 50%, transparent 50%);
  background: linear-gradient(to left top, #000000 50%, transparent 50%);
  width: 139px;
  height: 100%;
  top: 0;
  left: -139px;
}
@media (min-width: 992px) AND (max-width: 1200px) {
  .ct-dividedSection .ct-dividedSection-left form .input-group {
    max-width: 340px;
  }
  .ct-dividedSection .ct-dividedSection-right {
    line-height: 19px;
  }
  .ct-dividedSection .ct-dividedSection-right img {
    display: none;
  }
}
@media (max-width: 1200px) {
  .ct-dividedSection .ct-dividedSection-right {
    font-size: 14px;
    padding: 23px 22px 19px 3px;
  }
}
@media (max-width: 992px) {
  .ct-dividedSection .ct-dividedSection-left:after {
    display: none;
  }
  .ct-dividedSection .ct-dividedSection-right {
    font-size: 14px;
    padding: 25px 22px 23px 10px;
  }
}
@media (max-width: 480px) {
  .ct-dividedSection .ct-dividedSection-left form .input-group {
    max-width: 100%;
    display: block;
  }
  .ct-dividedSection .ct-dividedSection-left form .input-group .form-control {
    float: none;
  }
  .ct-dividedSection .ct-dividedSection-left form .input-group .input-group-btn {
    white-space: normal;
    display: block;
    width: 100%;
  }
  .ct-dividedSection .ct-dividedSection-left form .input-group .input-group-btn:last-child > .btn {
    margin-left: 0;
  }
  .ct-dividedSection .ct-dividedSection-left form .input-group .input-group-btn .btn {
    width: 100%;
  }
}
.tooltip-inner {
  max-width: 150px;
  padding: 18px 15px;
  font-size: 14px;
  background-color: #fff;
  font-family: "Droid Serif", Arial;
  color: #000;
  border: 1px solid #eeeeee;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tooltip.top .tooltip-arrow {
  bottom: -4px;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: #eeeeee;
}
.tooltip.top .tooltip-arrow:after {
  content: "";
  position: absolute;
  left: -13px;
  bottom: 1px;
  border-width: 13px 13px 0;
  border-style: solid;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
}
.tooltip.in {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -15px;
}
.ct-tooltips ul li {
  padding: 0 0 10px 0;
  color: #eeeeee;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ct-tooltips ul li:hover {
  color: #000000;
}
footer {
  margin-top: -135px;
  position: relative;
}
footer.ct-footer {
  background-color: #000000;
  color: #ffffff;
}
footer.ct-footer .ct-footer-image {
  position: relative;
}
footer.ct-footer .ct-footer-image img {
  position: absolute;
  top: -120px;
  left: 48px;
}
.ct-rights {
  color: #3c3c3c;
  font-size: 15px;
}
.ct-rights a {
  color: #3c3c3c !important;
}
.ct-rights a:hover {
  color: #888888 !important;
}
.ct-rights--darker {
  color: #414141;
}
.ct-iconPayments ul li {
  padding-left: 1px;
  padding-right: 1px;
  color: #888888;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ct-iconPayments ul li:hover {
  color: #c8c8c8;
}
.ct-widgetLinks .ct-widgetLinks-list {
  list-style-type: disc;
  padding-left: 15px;
  padding-top: 20px;
  padding-bottom: 17px;
  margin-bottom: 0;
}
.ct-widgetLinks .ct-widgetLinks-list li {
  padding-bottom: 20px;
}
.ct-widgetLinks .ct-widgetLinks-list li a {
  color: #b2b2b2;
}
.ct-widgetLinks .ct-widgetLinks-list li a:hover {
  color: #ffffff;
}
.ct-u-bottomFooterBar {
  border-top: 1px solid rgba(65, 65, 65, 0.2);
}
@media (max-width: 768px) {
  footer {
    padding-top: 170px !important;
  }
  .ct-widgetLinks h5 {
    text-align: center;
    font-size: 22px;
  }
  .ct-widgetLinks .ct-widgetLinks-list {
    list-style-type: none;
    text-align: center;
  }
  .ct-widgetLinks .ct-widgetLinks-list li {
    padding-bottom: 15px;
  }
  .ct-widgetLinks .ct-widgetLinks-list li a {
    padding-left: 0;
    font-size: 18px;
  }
  .ct-rights,
  .ct-iconPayments {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
    float: none !important;
  }
}
@media (max-width: 992px) {
  footer {
    padding-top: 170px !important;
  }
}
ul.ct-productCategories {
  padding-left: 0px;
  list-style-position: inside;
}
ul.ct-productCategories li {
  padding: 11px 0;
}
ul.ct-productCategories li:first-child {
  padding-top: 0;
}
ul.ct-productCategories li:not(:last-child) {
  border-bottom: 1px solid #f6f6f6;
}
ul.ct-productCategories li a {
  margin-left: 6px;
  color: #acacac;
}
ul.ct-productCategories li a:hover {
  color: #000000;
}
ul.ct-productCategories li span {
  color: #000000;
}
@media (min-width: 480px) AND (max-width: 992px) {
  ul.ct-productCategories {
    text-align: center;
  }
  ul.ct-productCategories li {
    display: inline-block;
    border-bottom: none !important;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .ct-specials img {
    max-width: 50%;
  }
  .ct-specials .ct-specialsDescription {
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  ul.ct-productCategories {
    text-align: center;
    list-style: none;
  }
  .ct-specials img {
    max-width: 100%;
  }
  .ct-specials .ct-specialsDescription {
    max-width: 100%;
  }
}
.ct-specials {
  width: 100%;
  border: 1px solid #f0f0f0;
  position: relative;
}
.ct-specials img {
  float: left;
}
.ct-specialsDescription {
  padding: 10px 18px;
  font-size: 15px;
  float: left;
}
.ct-specialsDescription span {
  display: block;
  padding-top: 10px;
  color: #000000;
}
.ct-specialsDescription span del {
  font-size: 17px;
  color: #b2b2b2;
}
.ct-specialsDescription .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 58px;
  width: 100%;
  max-height: 56px;
  height: 100%;
  font-size: 27px;
  line-height: 56px;
  padding: 0;
  border: none;
  -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);
}
.ct-specialsDescription .btn:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  background-color: #000 !important;
  color: #fff !important;
}
@media (max-width: 1200px) {
  .ct-specialsDescription .btn {
    font-size: 21px;
    max-width: 47px;
    width: 100%;
    max-height: 47px;
    height: 100%;
    line-height: 47px;
  }
}
@media (max-width: 992px) {
  .ct-specialsDescription .btn {
    font-size: 27px;
    max-width: 58px;
    width: 100%;
    max-height: 56px;
    line-height: 56px;
  }
}
.ct-advert {
  position: relative;
  background-color: #000000;
  color: #ffffff;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.ct-advert .ct-advert-descriptionBox {
  position: absolute;
  right: 30px;
  top: 25px;
}
.ct-advert .ct-advert-info {
  border-bottom: 1px solid #1e1e1e;
}
.ct-advert .ct-advert-details a {
  color: #ffffff !important;
}
.ct-advert .ct-advert-details a:hover {
  color: #ffffff !important;
  text-decoration: underline;
}
.ct-advert .ct-advert-details a i {
  margin-right: 5px;
}
.ct-advert:hover {
  -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);
}
@media (max-width: 1200px) {
  .ct-advert .ct-advert-info {
    border-bottom: none;
  }
}
@media (max-width: 992px) {
  .ct-advert {
    display: none;
  }
}
button {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
select,
button,
select:focus,
input:hover,
button:active,
option,
input,
input:active,
input:focus,
textarea,
textarea:active,
textarea:focus {
  outline: none !important;
}
.form-control:focus {
  box-shadow: none;
}
.form-control {
  box-shadow: none;
  font-size: 16px;
  height: 50px;
}
.control-label {
  font-size: 16px;
  font-weight: 400;
  padding-top: 4px;
}
label {
  margin-bottom: 10px;
}
.form-horizontal .control-label {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  padding-top: 14px;
}
.form-horizontal label {
  margin-bottom: 4px;
}
textarea {
  resize: vertical;
}
textarea.form-control {
  padding-top: 14px;
}
.radio,
.checkbox {
  margin: 0;
}
input[type=checkbox],
input[type=radio] {
  display: none;
}
.checkbox label:before {
  width: 20px;
  display: inline-block;
  content: "\f096";
  font-family: fontawesome;
  font-size: 17px;
  color: #696969;
}
.radio label:before {
  width: 20px;
  display: inline-block;
  content: "\f10c";
  font-family: fontawesome;
  font-size: 15px;
  color: #696969;
  margin-right: 15px;
}
.radio input[type=radio]:checked + label:before {
  content: "\f192";
  font-size: 15px;
}
.checkbox input[type=checkbox]:checked + label:before {
  content: "\f046";
  font-size: 17px;
}
.radio label,
.checkbox label {
  padding-left: 0;
}
.form-horizontal .checkbox {
  padding-top: 0;
}
.ct-stickedInput {
  width: 250px;
  display: inline-block;
  vertical-align: middle;
}
.ct-u-searchForm {
  position: relative;
}
.ct-u-searchForm:after {
  position: absolute;
  font-family: fontawesome;
  top: 50%;
  margin-top: -12px;
  right: 19px;
  content: "\f002";
  font-size: 18px;
  color: #acacac;
}
@media (max-width: 768px) {
  .change-label {
    padding-top: 17px;
  }
  .form-horizontal label {
    margin-bottom: 10px;
  }
}
.ct-gallery--hover .ct-portfolio-image {
  overflow: hidden;
  position: relative;
}
.ct-gallery--hover .ct-portfolio-image .ct-portfolio-image-link {
  display: none;
  position: absolute;
  z-index: 800;
  bottom: 5%;
  right: 7%;
  font-size: 33px;
}
.ct-gallery--hover .ct-portfolio-image:after {
  content: "";
  width: 100%;
  height: 100%;
  right: 0px;
  top: 0px;
  display: block;
  background: -webkit-linear-gradient(to left top, rgba(0, 0, 0, 0.7) 50%, transparent 50%);
  background: -o-linear-gradient(to left top, rgba(0, 0, 0, 0.7) 50%, transparent 50%);
  background: -moz-linear-gradient(to left top, rgba(0, 0, 0, 0.7) 50%, transparent 50%);
  background: linear-gradient(to left top, rgba(0, 0, 0, 0.7) 50%, transparent 50%);
  position: absolute;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition: transform 0.35s;
}
.ct-gallery--hover .ct-portfolio-image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  content: '';
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  z-index: 600;
}
.ct-gallery--hover .ct-portfolio-image .ct-portfolio-image-title {
  position: absolute;
  display: none;
  bottom: 20%;
  right: 7%;
  font-size: 16px;
  z-index: 700;
  width: 180px;
  color: #ffffff;
  text-align: right;
}
.ct-gallery--hover .ct-portfolio-image:hover:after {
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ct-gallery--hover .ct-portfolio-image:hover:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
}
.ct-gallery--hover .ct-portfolio-image:hover .ct-portfolio-image-title {
  display: inline-block;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-gallery--hover .ct-portfolio-image:hover .ct-portfolio-image-link {
  display: inline-block;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-gallery-filters {
  margin: 0;
}
.ct-gallery-filters li {
  position: relative;
}
.ct-gallery-filters li a {
  color: #000000 !important;
  padding: 0 5px;
}
.ct-gallery-filters li a:hover {
  color: #888888 !important;
}
.ct-gallery-filters li a.active {
  font-weight: 600;
}
.ct-gallery-filters li a.active:hover {
  color: #000000 !important;
}
.ct-gallery-filters li:not(:last-child):after {
  position: absolute;
  top: 0;
  right: -5px;
  content: "/";
  color: #b8b8b8;
}
.ct-gallery .wp-pagenavi {
  display: none;
}
.ct-gallery {
  position: relative;
  overflow: hidden;
  min-height: 300px;
}
.ct-gallery.is-loaded:before {
  display: none;
}
.ct-gallery:before {
  content: url('../images/rings.svg');
  width: 44px;
  height: 44px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
}
.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: 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,
  .ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry {
    width: 50%;
  }
  .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--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 {
    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%;
  }
}
@media (max-width: 768px) {
  .ct-gallery-filters li {
    padding-bottom: 7px;
  }
  .ct-gallery-filters li a {
    padding: 0 10px;
  }
}
#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;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  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 .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.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,
button.mfp-arrow {
  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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.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: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.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;
  padding: 40px 0 40px;
  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;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.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;
}
/* **************************************
  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%;
  }
  .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-searchBox {
  border: 1px solid #eeeeee;
}
.ct-searchBox .dropdown-colorselector a.dropdown-toggle {
  display: none;
}
.ct-searchBox .dropdown-colorselector ul.dropdown-menu {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 35px;
}
.ct-searchBookmark .ct-searchBookmark-header {
  position: relative;
  color: #000;
  background-color: #f8f8f8;
  padding: 5px 20px 5px 70px;
}
.ct-searchBookmark .ct-searchBookmark-header:before {
  position: absolute;
  font-family: fontawesome;
  content: "\f0d7";
  top: 50%;
  left: 21px;
  margin-top: -13px;
  font-size: 19px;
}
.ct-searchBookmark .ct-searchBookmark-header:after {
  content: "|";
  position: absolute;
  top: 50%;
  left: 47px;
  margin-top: -10px;
  color: #e8e8e8;
}
.ct-searchBookmark a.active .ct-searchBookmark-header::before {
  content: "\f0d8";
}
.ct-searchContent {
  display: none;
}
.ct-searchContent .ct-searchContent-category {
  background-color: #f8f8f8;
  text-align: center;
  text-transform: capitalize;
  padding: 7px;
  font-size: 18px;
}
.ct-searchContent .ct-searchContent-category--transparent {
  background-color: transparent;
  margin: 0 25px 10px 25px;
  border-bottom: 1px solid #f7f7f7;
}
.ct-searchContent .ct-searchContent-description label {
  padding: 0;
  margin: 0;
  width: 20%;
  font-weight: 400;
  cursor: pointer;
}
.ct-searchContent .ct-searchContent-description input[type=checkbox]:checked + span {
  background-color: #000;
  color: #fff;
}
.ct-searchContent .ct-searchContent-description span {
  display: block;
  padding: 14px 0;
  width: 100%;
  text-align: center;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 15px;
}
.ct-searchContent-slider {
  padding: 35px 20px;
  text-align: center;
}
.ct-searchContent-slider .form-control {
  width: 100px;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  height: 40px;
  margin: 0px 15px;
}
@media (max-width: 768px) {
  .ct-searchContent .ct-searchContent-description label {
    width: 33.33%;
  }
}
@media (max-width: 480px) {
  .ct-searchContent .ct-searchContent-description label {
    width: 100%;
  }
  .ct-searchContent .ct-searchContent-description label:last-child span {
    border-bottom: none;
  }
  .ct-searchContent .ct-searchContent-description span {
    border-right: none;
  }
}
/*! jQuery UI - v1.11.2 - 2014-10-16
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
  font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
/* button sets */
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}
/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
  border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #aaaaaa;
  /*background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;*/
  color: #222222;
}
.ui-widget-content a {
  color: #222222;
}
.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222222;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cd0a0a_256x240.png");
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: alpha(opacity=30);
  /* support: IE8 */
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: alpha(opacity=30);
  /* support: IE8 */
  border-radius: 8px;
}
main {
  padding: 100px 0 70px;
  background: #fff;
}
main .row {
  margin-bottom: 40px;
}
.page-title {
  text-align: center;
}
header h1.ct-mainHeader {
  color: #000;
  font-size: 50px;
  line-height: 1.05;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
header h1.ct-mainHeader:before,
header h1.ct-mainHeader:after {
  content: '';
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
header h1.ct-mainHeader:before {
  background: #bfcad7;
}
header h1.ct-mainHeader:after {
  bottom: -1px;
  background: #eff3f8;
}
header .btn {
  background: #000;
  color: #fff;
  border-radius: 0;
  border-color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 15px;
}
header .btn:hover {
  background: transparent;
  color: #000;
  border-color: #000;
}
.ct-sectionHeader {
  text-align: center;
  font-size: 24px;
  padding-bottom: 15px;
  border-bottom: 3px solid #f6f6f6;
}
.ct-product {
  text-align: center;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  padding: 0 20px;
  margin-bottom: 50px;
}
.ct-product-category {
  text-transform: uppercase;
  color: #acacac;
  font-size: 15px;
  display: inline-block;
  float: right;
  padding-bottom: 5px;
}
.ct-product-image {
  position: relative;
  min-height: 175px;
}
.ct-product-image img {
  width: 100%;
}
.ct-product-image .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
}
.ct-product-image .inner .btn {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 50%;
  margin-left: -30px;
  padding: 0;
  border: none;
  background: #000;
  color: #fff;
  border-radius: 0;
}
.ct-product-image .inner .btn i {
  font-size: 27px;
  line-height: 60px;
}
.ct-product:hover .ct-product-image .inner {
  opacity: 1;
}
.ct-product-title {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 17px;
}
.ct-product-price {
  display: block;
  font-size: 22px;
}
.widget {
  background: #fff;
  padding: 0 15px 15px;
}
.widget .widget-header {
  display: block;
  margin-bottom: 0;
}
.ct-cart {
  position: relative;
}
.ct-cart:before,
.ct-cart:after {
  content: '';
  display: table;
  clear: both;
}
.ct-cart ol {
  padding-bottom: 70px;
  padding-left: 0;
  list-style: none;
}
.ct-cart ol li {
  position: relative;
  padding: 20px 60px 20px 0;
}
.ct-cart ol li + li {
  border-top: 1px solid #f0f0f0;
}
.ct-cart ol li .ct-cart-name {
  display: block;
}
.ct-cart ol li .ct-cart-price {
  display: block;
  padding: 5px 0;
  font-weight: bold;
}
.ct-cart ol li .ct-cart-input {
  max-width: 75px;
  padding-left: 10px;
  line-height: 25px;
}
.ct-cart ol li button {
  position: absolute;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  top: 50%;
  right: 15px;
  border: 1px solid #000;
  color: #000;
  background: transparent;
  border-radius: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ct-cart ol li button:hover {
  color: #fff;
  background: #000;
}
.ct-cart .ct-cart-total {
  position: absolute;
  bottom: 90px;
  left: 0;
  width: 100%;
  text-align: right;
  font-weight: bold;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 15px 0;
}
.ct-cart .ct-cart-total:before {
  content: 'Subtotal: ';
  float: left;
}
.ct-cart .ct-cart-checkout,
.ct-cart .ct-cart-clear {
  width: 49%;
  background: #000;
  color: #fff;
  border-radius: 0;
  border-color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 15px 0;
}
.ct-cart .ct-cart-checkout:hover,
.ct-cart .ct-cart-clear:hover {
  background: transparent;
  color: #000;
}
.ct-cart .ct-cart-checkout {
  float: left;
}
.ct-cart .ct-cart-clear {
  float: right;
}
.widget-header {
  display: none;
}
.ct-cart-empty {
  padding-top: 20px;
  text-align: center;
  display: block;
}
body {
  overflow-x: hidden;
  font-family: "Droid Serif", Arial;
  font-weight: 400;
  color: #000000;
  background-image: url(../images/background.jpg);
  font-size: 14px;
  height: 100%;
  max-width: 100%;
}
body.black {
  background: #000;
}
.ct-preloader {
  position: fixed;
  z-index: 99998;
  width: 100vw;
  height: 100vh;
  background: #fff;
  overflow: hidden;
}
.ct-preloader .ct-preloader-content {
  position: absolute;
  z-index: 99999;
  top: 50%;
  margin-top: -22px;
  left: 50%;
  margin-left: -22px;
  height: 44px;
  width: 44px;
  background: url("../images/rings.svg");
}
a,
a:link,
a:visited {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  outline: 0;
}
a:hover,
a:link:hover,
a:visited:hover,
a:active,
a:link:active,
a:visited:active {
  color: #888888;
  text-decoration: none;
}
a:visited,
a:link:visited,
a:visited:visited {
  text-decoration: none;
}
p {
  line-height: 30px;
  font-weight: 400;
  margin: 0;
}
img {
  max-width: 100%;
}
hr {
  border-top: 1px solid #f6f6f6;
  margin: 0 auto;
  width: 100%;
}
.hr-gray {
  border-top-color: #eeeeee;
}
.hr-slider {
  height: 1px;
  border-top: 1px solid #bfcad7;
  background-color: #eff3f8;
  text-align: left;
  width: 500px;
}
.fa-6x {
  font-size: 6em;
}
.ct-contentWrapper {
  max-width: 1220px;
  margin: 0 auto;
  background-color: #fff;
  outline: rgba(0, 0, 0, 0.02) solid 6px;
  z-index: 500;
  position: relative;
}
.ct-contentWrapper--black {
  background-color: #000;
}
.ct-contentWrapper--transparent {
  background-color: transparent;
  outline: none;
}
.zoomContainer {
  z-index: 9990;
}
.ct-pageWrapper {
  overflow: hidden;
}
@media (max-width: 767px) {
  .ct-pageWrapper {
    overflow: hidden;
    position: relative;
  }
}
.ct-headerBox {
  font-size: 24px;
  color: #000;
  margin: 0;
}
@media (max-width: 768px) {
  .ct-widgetHeader {
    text-align: center;
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .ct-headerBox {
    font-size: 20px;
    text-align: center;
  }
}
.ct-highlightsItem {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: table;
  color: #ffffff;
  max-width: 350px;
  width: 100%;
  height: 193px;
  margin: 0 auto;
}
.ct-highlightsItem .ct-highlightsItem-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%;
}
.ct-googleMap img {
  max-width: none;
}
.animatedHeadroom {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cssAnimate .animated {
  opacity: 0;
  filter: alpha(opacity=0);
}
.cssAnimate .activate {
  opacity: 1;
  filter: alpha(opacity=100);
}
.stacktable {
  width: 100%;
}
.st-head-row {
  padding-top: 1em;
  text-align: center;
}
.st-head-row.st-head-row-main {
  font-size: 1.5em;
  padding-top: 0;
}
.st-key {
  width: 30%;
  text-align: right;
  padding-right: 1%;
}
.st-val {
  width: 69%;
  padding-left: 1%;
}
.stacktable.large-only {
  display: table;
}
.stacktable.small-only {
  display: none;
}
@media (max-width: 768px) {
  .stacktable.large-only {
    display: none;
  }
  .stacktable.small-only {
    display: table;
  }
}
.ui-spinner {
  border-radius: 0;
  border: 1px solid #e8e8e8;
}
.ui-spinner-input {
  width: 80px;
  height: 45px;
  margin: 0;
  padding-left: 18px;
}
.ui-state-default,
.ui-widget-content .ui-state-default {
  border: none;
  background: none;
}
.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -21px;
}
.ui-icon-triangle-1-n {
  background-position: 0px -10px;
}
.ui-state-default .ui-icon {
  background-image: url("http://code.jquery.com/ui/1.11.2/themes/smoothness/images/ui-icons_222222_256x240.png");
}
.ct-mainCarousel .btn {
  font-size: 22px;
  text-transform: capitalize;
  line-height: 54px;
  height: 56px;
}
.widget {
  padding-top: 20px;
  padding-bottom: 20px;
}
/*
 * A colorselector for Twitter Bootstrap which lets you select a color from a predefined set of colors only.
 * https://github.com/flaute/bootstrap-colorselector
 *
 * Copyright (C) 2014 Flaute
 * Modifed By Nuno Maduro
 *
 * Licensed under the MIT license
 */
.dropdown-colorselector > .dropdown-menu {
  width: 100%;
  font-size: 14px;
  list-style: none;
  background-color: transparent;
  -webkit-background-clip: none;
  background-clip: none;
  border: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
}
.dropdown-colorselector > .dropdown-menu > li {
  display: inline-block;
  border: 1px solid #d8d8d8;
  padding: 2px;
  margin-right: 6px;
}
.dropdown-colorselector > .dropdown-menu > li > .color-btn {
  display: block;
  width: 34px;
  height: 30px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  position: relative;
  -webkit-transition: all ease 0.1s;
  transition: all ease 0.1s;
}
.dropdown-colorselector > .dropdown-menu > li > .color-btn:hover {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.dropdown-colorselector > .dropdown-menu > li > .color-btn.selected:after {
  content: "\f00c";
  font-family: fontawesome;
  display: inline-block;
  font-size: 16px;
  color: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 29px;
}
.btn-colorselector {
  display: none;
  width: 34px;
  height: 30px;
  background-color: red;
  vertical-align: middle;
  border-radius: 0;
}
.dropdown-colorselector > .dropdown-menu {
  position: static !important;
  margin-bottom: 10px;
}
.ct-productQuantity .select2-container .select2-selection--single {
  height: 32px;
  font-size: 15px;
}
.ct-productQuantity .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 28px;
  right: 1px;
}
.ct-productQuantity .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 12px;
}
.ct-productQuantity .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 30px;
}
.ct-section {
  display: table;
  width: 100%;
}
.ct-section .ct-mediaSection-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.ct-section .ct-mediaSection-inner h1 {
  font-size: 50px;
  line-height: 52px;
}
.successMessage {
  display: none;
  font-size: 17px;
  background: rgba(154, 229, 154, 0.93);
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.ct-dividedSection .successMessage {
  display: none;
  margin-left: 15px;
  font-size: 17px;
  background: #9ae59a;
  margin-right: 15px;
  padding: 25px 50px 25px 25px;
  text-align: center;
  margin-bottom: 20px;
  position: absolute;
  top: -62px;
  left: 26px;
  border-radius: 50%;
  z-index: 5000;
}
.ct-dividedSection .successMessage:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 7.5px 0 7.5px;
  border-color: rgba(154, 229, 154, 0.93) transparent transparent transparent;
  position: absolute;
  top: 92%;
  left: 50%;
}
.ct-dividedSection .successMessage .close {
  position: absolute;
  top: 36%;
  right: 23px;
  font-size: 24px;
}
.ct-dividedSection span.error {
  display: none;
}
.error {
  border: 2px solid #e21515;
}
.tweets_display {
  padding-bottom: 30px;
}
.tweets_display a {
  color: #acacac !important;
}
.tweets_display a:hover {
  color: #000 !important;
}
.tweets_display .tweet_list li {
  padding-bottom: 15px;
}
.lead {
  margin-bottom: 0px;
}
@media (max-width: 500px) {
  .hr-slider {
    width: auto;
  }
}
/*.ct-padding {
  padding-bottom: 100px!important;
}*/
