@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700&amp;text=0123456789);
@import "../plugins/datepicker/css/bootstrap-datepicker3.standalone.min.css";
@import "../plugins/bootstrap-slider/css/slider.css";
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900|Open+Sans:600,600italic,800,400,400italic,300italic);
/*------------------------------------------------------------------
Project:	Rentica HTML Templare
Version:	1.0
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

  01. Wrapper and Snap.js
  02. Preloader
  03. Shadows
  04. Section Headers
  05. Sections
  06. Socials
  07. Slick
  08. Media Objects
  09. Footer
  10. Flickr Gallery
  11. Magnific Popup
  12. Tabs
  13. Accordion
  14. Call To Action
  15. Forms
  16. Google Maps
  17. MB Coming Soon
  18. Newsletter
  19. Figure
  20. Calendar
  21. Widgets
  22. Products
  23. Gallery
  24. Blog
  25. Pagination
  26. Comments
  27. 404 Page
  28. Login panel
  29. Video Embed
  30. List
  31. Category Item
  32. Phone Section
  33. Twitter
  34. Text Selection
  35. Tables
  36. Blockquotes
  37. IE8

------------------------------------------------------------------*/
@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;
}
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome/fonts/fontawesome-webfont78ce.eot?v=4.2.0');
  src: url('../fonts/fontawesome/fonts/fontawesome-webfontd41d.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome/fonts/fontawesome-webfont78ce.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome/fonts/fontawesome-webfont78ce.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome/fonts/fontawesome-webfont78ce.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../plugins/slick/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../plugins/slick/fonts/slick.eot');
  src: url('../plugins/slick/fonts/slickd41d.eot?#iefix') format('embedded-opentype'), url('../plugins/slick/fonts/slick.woff') format('woff'), url('../plugins/slick/fonts/slick.ttf') format('truetype'), url('../plugins/slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick', sans-serif;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
/* **************************************
  MEDIA SECTIONS - VIDEO/PARALLAX/KENBURNS
  **************************************** */
video {
  width: 100%;
}
.ct-mediaSection {
  background-color: #fff;
  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%;
  display: table-cell;
}
.ct-mediaSection .ct-mediaSection-inner.ct-mediaSection-inner--bottom {
  vertical-align: bottom;
}
.ct-mediaSection .ct-mediaSection-inner[data-stellar-ratio] {
  display: table-cell !important;
}
.ct-mediaSection[data-type="pattern"],
.ct-mediaSection[data-type="color"] {
  background-repeat: repeat;
  display: table;
}
.ct-mediaSection[data-type="parallax"] {
  background-attachment: fixed;
  display: table;
}
.ct-mediaSection[data-type="parallax"].ct-mediaSection--stellar {
  overflow: hidden;
}
.ct-mediaSection[data-type="video"] .ct-u-displayTable {
  height: 100%;
  position: absolute;
  top: 0;
}
.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%);
  background-color: #222;
}
@media (max-width: 767px) {
  .ct-mediaSection[data-type="video"] .ct-u-displayTable {
    position: relative;
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
  }
}
.ct-mediaSection[data-type="kenburns"] {
  overflow: hidden;
  display: table;
}
.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;
  max-width: none;
  position: absolute;
  top: 50%;
  margin-top: -550px;
  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;
}
@media (max-width: 767px) {
  [data-stellar-ratio] {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}
@media (max-width: 767px) {
  .ct-mediaSection--desktop {
    width: 100%;
    min-height: 0 !important;
    height: auto !important;
    display: block !important;
  }
  .ct-mediaSection--desktop .ct-mediaSection-inner,
  .ct-mediaSection--desktop .ct-mediaSection-inner[data-stellar-ratio] {
    width: auto;
    display: block !important;
  }
}
.ct-mediaSection[data-height="auto"] {
  display: block;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  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: 1043;
  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;
}
.mfp-arrow-left:after,
.mfp-arrow-right:after {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 0;
  border-bottom: 0;
  height: 42px;
  width: 42px;
}
.mfp-arrow-left:after {
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
}
.mfp-arrow-right:after {
  -ms-transform: rotate(135deg);
  /* IE 9 */
  -webkit-transform: rotate(135deg);
  /* Chrome, Safari, Opera */
  transform: rotate(135deg);
  margin-left: 18px;
}
.mfp-arrow-left:before,
.mfp-arrow:before,
.mfp-arrow-right:before {
  display: none;
}
.mfp-close {
  color: #fff !important;
}
.mfp-ajax-holder .mfp-content .container {
  padding-top: 35px;
}
.mfp-ajax-holder .mfp-content .mfp-close {
  position: absolute;
  float: right;
  top: -40px;
}
.counter-group {
  display: inline-block;
}
.counter-group:before,
.counter-group:after {
  content: " ";
  display: table;
}
.counter-group:after {
  clear: both;
}
.counter-block {
  float: left;
  padding-right: 40px;
  padding-left: 40px;
}
.counter-block .counter {
  position: relative;
  width: 165px;
  height: 140px;
  overflow: hidden;
}
.counter-block .counter .number {
  padding: 1%;
  width: 46%;
  height: 98%;
  background-color: #222222;
  position: absolute;
  font-size: 140px;
  line-height: 140px;
  top: -10000px;
}
.counter-block .counter .number.tens {
  left: 0;
}
.counter-block .counter .number.units {
  left: 50%;
}
.counter-block .counter .number.hundreds {
  display: none;
}
.counter-block .counter .number.show {
  top: 0;
  z-index: 2;
}
.counter-block .counter .number.hidden-down {
  top: 100%;
}
.counter-block .counter .number.hidden-up {
  top: -100%;
  z-index: 100;
}
.counter-block .counter.with-hundreds {
  width: 300px;
}
.counter-block .counter.with-hundreds .number {
  width: 30.66%;
}
.counter-block .counter.with-hundreds .number.tens {
  left: 33.33%;
}
.counter-block .counter.with-hundreds .number.units {
  left: 66.66%;
}
.counter-block .counter.with-hundreds .number.hundreds {
  display: block;
  left: 0;
}
.counter-block .counter-caption {
  font-size: 150%;
}
@media (max-width: 992px) {
  .counter-block {
    margin-right: 10px;
  }
  .counter-block .counter {
    width: 120px;
    height: 100px;
    overflow: hidden;
    font-weight: 700;
  }
  .counter-block .counter .number {
    font-size: 108px;
    line-height: 90px;
  }
  .counter-block .counter.with-hundreds {
    width: 180px;
  }
  .counter-block .counter-caption {
    font-size: 100%;
  }
}
@media (max-width: 768px) {
  .counter-block {
    margin-right: 8px;
  }
  .counter-block .counter {
    width: 96px;
    height: 80px;
  }
  .counter-block .counter .number {
    font-size: 86px;
    line-height: 72px;
  }
  .counter-block .counter.with-hundreds {
    width: 144px;
  }
  .counter-block .counter-caption {
    font-size: 85%;
  }
}
@media (max-width: 480px) {
  .counter-block .counter {
    width: 61px;
    height: 52px;
  }
  .counter-block .counter .number {
    font-size: 55px;
    line-height: 50px;
  }
  .counter-block .counter.with-hundreds {
    width: 91px;
  }
  .counter-block .counter-caption {
    font-size: 70%;
  }
}
.ct-gallery-filters {
  list-style: none;
}
.ct-gallery-filters li {
  display: inline-block;
}
.ct-gallery-filters li > a {
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
}
.ct-gallery-filters li > a.active {
  background-color: #ffffff;
}
.ct-gallery .wp-pagenavi {
  display: none;
}
.ct-gallery {
  overflow: hidden;
  min-height: 300px;
}
.ct-gallery.is-loaded:before {
  display: none;
}
.ct-gallery-item {
  position: relative;
  width: 20%;
  float: left;
  margin-top: -1px;
  overflow: hidden;
}
.ct-gallery-item .project-thumb {
  width: 100%;
}
.ct-gallery-item img {
  width: 100%;
}
.ct-gallery-item: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: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: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 {
  width: 20%;
}
.ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--wide,
.ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--big {
  width: 40%;
}
.ct-gallery.ct-gallery--col4 .ct-gallery-item {
  width: 25%;
}
.ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--wide,
.ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--big {
  width: 50%;
}
.ct-gallery.ct-gallery--col3 .ct-gallery-item {
  width: 33.33%;
}
.ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--wide,
.ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--big {
  width: 66.66%;
}
.ct-gallery.ct-gallery--col2 .ct-gallery-item {
  width: 50%;
}
.ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--wide,
.ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--big {
  width: 100%;
}
.ct-gallery.ct-gallery--col1 .ct-gallery-item {
  width: 100%;
}
@media (max-width: 991px) {
  .ct-gallery.ct-gallery--col5 .ct-gallery-item,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item {
    width: 33.33%;
  }
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--big,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--big {
    width: 66.66%;
  }
}
@media (max-width: 767px) {
  .ct-gallery.ct-gallery--col5 .ct-gallery-item,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item,
  .ct-gallery.ct-gallery--col3 .ct-gallery-item,
  .ct-gallery.ct-gallery--col2 .ct-gallery-item {
    width: 100%;
  }
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--big,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--big,
  .ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--big,
  .ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--big {
    width: 100%;
  }
}
#infscr-loading {
  z-index: 3000;
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -100px;
  text-align: center;
}
#infscr-loading > div {
  width: 200px;
  padding: 20px 0;
  background-color: #222222;
}
#infscr-loading img {
  display: none !important;
}
#infscr-loading div {
  position: relative;
  bottom: auto;
  left: auto;
}
#infscr-loading > div {
  position: absolute;
  bottom: -38px;
  left: 8px;
}
.gallerymessage {
  padding: 7px 15px;
  color: #ffffff;
}
.ct-gallery {
  position: relative;
}
.ct-gallery-item a {
  display: block;
}
.ct-gallery-itemImage img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  min-width: 100%;
}
.ct-gallery-item--default .ct-gallery-itemDescription {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 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-gallery-item--default .ct-gallery-itemDescription a {
  color: inherit;
}
.ct-gallery-item--default .ct-gallery-itemDescription .ct-gallery-itemDescription-title,
.ct-gallery-item--default .ct-gallery-itemDescription .ct-gallery-itemDescription-category {
  line-height: 1;
}
.ct-gallery-item--default .ct-gallery-itemDescription .ct-gallery-itemDescription-title {
  font-size: 30px;
  display: block;
  padding: 20px;
  font-weight: 300;
}
.ct-gallery-item--default .ct-gallery-itemDescription .ct-gallery-itemDescription-category {
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  padding: 0px 20px 20px 20px;
}
#ct-ajaxContent {
  background-color: #eeeeee;
  min-height: 585px;
}
#ct-ajaxContent p,
#ct-ajaxContent header {
  margin-bottom: 20px;
}
#ct-ajaxContent header {
  line-height: 1.7;
}
.ct--darkMotive #ct-ajaxContent {
  background-color: #191919;
}
.ct-galleryAjax-Details {
  margin-bottom: 30px;
  background-color: #eeeeee;
}
.ct-gallery-item.ct-gallery-item--secundary,
.ct-gallery-item.ct-gallery-item--third {
  position: relative;
  margin-bottom: 30px;
}
.ct-gallery-item.ct-gallery-item--secundary .ct-gallery-itemDescription,
.ct-gallery-item.ct-gallery-item--third .ct-gallery-itemDescription {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  line-height: 1.3;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ct-gallery-item.ct-gallery-item--secundary .ct-gallery-item-number,
.ct-gallery-item.ct-gallery-item--third .ct-gallery-item-number {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -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: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.ct-gallery-item.ct-gallery-item--secundary .ct-gallery-item-number span,
.ct-gallery-item.ct-gallery-item--third .ct-gallery-item-number span {
  color: #000000;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  font-size: 125px;
  line-height: 1;
  height: 125px;
  top: 50%;
  margin-top: -63px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
  font-weight: 300;
}
.ct-gallery-item.ct-gallery-item--secundary .ct-gallery-itemInner:after,
.ct-gallery-item.ct-gallery-item--third .ct-gallery-itemInner:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -7.5px;
  bottom: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 0 15px;
  border-color: transparent transparent transparent #eeeeee;
  -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 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.ct-gallery-item.ct-gallery-item--secundary .is-visible .ct-gallery-itemDescription,
.ct-gallery-item.ct-gallery-item--third .is-visible .ct-gallery-itemDescription {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.ct-gallery-item.ct-gallery-item--secundary .is-visible .ct-gallery-item-number,
.ct-gallery-item.ct-gallery-item--third .is-visible .ct-gallery-item-number {
  top: 0;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
.ct-gallery-item.ct-gallery-item--secundary .is-visible:after,
.ct-gallery-item.ct-gallery-item--third .is-visible:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct--darkMotive .ct-gallery-item.ct-gallery-item--secundary .ct-gallery-item-number,
.ct--darkMotive .ct-gallery-item.ct-gallery-item--third .ct-gallery-item-number {
  background-color: #222222;
}
.ct--darkMotive .ct-gallery-item.ct-gallery-item--secundary .ct-gallery-item-number span,
.ct--darkMotive .ct-gallery-item.ct-gallery-item--third .ct-gallery-item-number span {
  color: #ffffff;
}
.ct--darkMotive .ct-gallery-item.ct-gallery-item--secundary .ct-gallery-itemInner:after,
.ct--darkMotive .ct-gallery-item.ct-gallery-item--third .ct-gallery-itemInner:after {
  border-color: transparent transparent transparent #191919;
}
.ct-gallery-item--secundary .ct-gallery-itemDescription-title,
.ct-gallery-item--third .ct-gallery-itemDescription-title,
#ct-ajaxContent .ct-gallery-itemDescription-title {
  background-color: #ffffff;
  padding: 2px 5px;
  font-size: 30px;
  color: #222222;
  font-weight: 300;
  display: initial;
}
.ct-gallery-item--secundary .ct-gallery-itemDescription-category,
.ct-gallery-item--third .ct-gallery-itemDescription-category,
#ct-ajaxContent .ct-gallery-itemDescription-category {
  padding: 2px 5px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
}
.ct-gallery-item--third {
  overflow: hidden;
}
.ct-gallery-item--third .ct-gallery-item-icon {
  position: absolute;
  top: 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s 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-gallery-item--third .ct-gallery-item-icon i {
  position: absolute;
  height: 40px;
  width: 40px;
  top: 0;
  font-size: 22px;
  line-height: 40px;
  top: 70%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ct-gallery-item--third .ct-gallery-itemDescription {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-gallery-item--third:hover .ct-gallery-item-icon {
  -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--third:hover .ct-gallery-item-icon i {
  top: 50%;
}
.ct-gallery-item--third:hover .ct-gallery-itemDescription {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
@media (max-width: 991px) {
  #ct-ajaxContent header {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  #ct-ajaxContent .flexslider {
    margin-bottom: 80px;
  }
}
.ct-gallerySingleAjax {
  background-color: #ffffff;
  overflow: hidden;
}
.ct-gallerySingleAjax header h1,
.ct-gallerySingleAjax header .h1,
.ct-gallerySingleAjax header h2,
.ct-gallerySingleAjax header .h2,
.ct-gallerySingleAjax header h3,
.ct-gallerySingleAjax header .h3,
.ct-gallerySingleAjax header h4,
.ct-gallerySingleAjax header .h4,
.ct-gallerySingleAjax header h5,
.ct-gallerySingleAjax header .h5,
.ct-gallerySingleAjax header h6,
.ct-gallerySingleAjax header .h6 {
  margin: 0;
  line-height: 60px;
  padding: 25px 0;
}
.ct-gallerySingleAjax .ct-flexslider--adjacentVisible {
  background-color: #222222;
}
.ct-gallerySingleAjax .ct-flexslider--adjacentVisible .flexslider {
  margin-bottom: 0px;
}
.ct-gallerySingleAjax .ct-flexslider--adjacentVisible .flexslider ul.slides > li: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-gallerySingleAjax .ct-magnificPopup-content {
  padding-right: 30px;
}
.ct-sidebar {
  background-color: #f9f9f9;
  padding-left: 30px;
  padding-bottom: 50px;
}
.ct-sidebar:before,
.ct-sidebar:after {
  content: "";
  background-color: #f9f9f9;
  position: absolute;
  width: 9999px;
}
.ct-sidebar:before {
  top: 0;
  left: 100%;
  bottom: 0;
}
.ct-sidebar:after {
  top: 100%;
  left: 0;
  height: 9999px;
}
@media (min-width: 1200px) {
  .ct-gallerySingleAjax .ct-flexslider--adjacentVisible {
    height: 580px;
  }
}
@media (max-width: 767px) {
  .ct-gallerySingleAjax .ct-magnificPopup-content {
    padding-right: 15px;
  }
  .ct-gallerySingleAjax .ct-magnificPopup-sidebar {
    padding-left: 15px;
  }
  .ct-gallerySingleAjax .ct-magnificPopup-sidebar:before,
  .ct-gallerySingleAjax .ct-magnificPopup-sidebar:after {
    display: none;
  }
}
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #333333;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid rgba(0, 0, 0, 0);
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: rgba(0, 0, 0, 0);
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0);
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #333333;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #cccccc;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 12px 2px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #efefef;
  color: #333333;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input > div.active {
  background: #337ab7;
  color: #ffffff;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #808080;
  background: #ffffff;
  border: 0 solid rgba(77, 77, 77, 0);
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #ffffff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 3px 12px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #777777;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5f5f5;
  color: #262626;
}
.selectize-dropdown .active.create {
  color: #262626;
}
.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #ffffff;
}
/**
 * selectize.bootstrap3.css (v0.12.0) - Bootstrap 3 Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-dropdown,
.selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.42857143;
}
.selectize-dropdown .optgroup:first-child:before {
  display: none;
}
.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  margin-left: -12px;
  margin-right: -12px;
}
.selectize-dropdown-content {
  padding: 5px 0;
}
.selectize-dropdown-header {
  padding: 6px 12px;
}
.selectize-input {
  min-height: 34px;
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.selectize-input.dropdown-active::before {
  display: none;
}
.selectize-input.focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.has-error .selectize-input {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .selectize-input:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 9px;
  padding-right: 9px;
}
.selectize-control.multi .selectize-input > div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
html {
  font-size: 14px;
}
@media (max-width: 767px) {
  html {
    font-size: 12px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
}
a {
  text-decoration: none !important;
}
a:hover,
a:focus {
  color: #222;
}
a {
  color: #e74c46;
}
h1,
h1 small,
h2,
h2 small,
h3,
h3 small,
h4,
h4 small,
h5,
h5 small,
h6,
h6 small,
.h1,
.h1 small,
.h2,
.h2 small,
.h3,
.h3 small,
.h4,
.h4 small,
.h5,
.h5 small,
.h6,
.h6 small,
body {
  color: inherit;
}
h1,
h2,
.h1,
.h2 {
  line-height: 0.75em;
}
@media (max-width: 479px) {
  h1,
  h2,
  .h1,
  .h2 {
    line-height: 0.95em;
  }
}
.ct-t-fontDefault {
  font-family: 'Open Sans', sans-serif;
}
.ct-t-fontAlt {
  font-family: "Lato", sans-serif;
}
body,
h2 b {
  font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
small,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Lato", sans-serif;
}
p {
  font-size: 1.000rem;
}
h1,
.h1 {
  font-size: 6.429rem;
}
h1 small,
.h1 small {
  font-size: 5.357rem;
}
h2,
.h2 {
  font-size: 4.286rem;
}
h2 b,
.h2 b {
  font-size: 3.571rem;
}
h2 small,
.h2 small {
  font-size: 2.857rem;
}
h3,
.h3 {
  font-size: 2.143rem;
}
h3 small,
.h3 small {
  font-size: 1.786rem;
}
h4,
.h4 {
  font-size: 1.714rem;
}
h4 small,
.h4 small {
  font-size: 1.429rem;
}
h5,
.h5 {
  font-size: 1.214rem;
}
h5 small,
.h5 small {
  font-size: 1.071rem;
}
h6,
.h6 {
  font-size: 1.000rem;
}
h6 small,
.h6 small {
  font-size: 0.929rem;
}
p {
  color: #777;
  line-height: 1.86em;
}
.ct-t-hover:hover {
  background: #e74c46;
  color: #fff;
}
.ct-u-sectionMotive .ct-t-hover:hover {
  background: #fff;
  color: #e74c46;
}
.ct-numberBox {
  padding: 1rem;
}
.ct-numberBox-number {
  color: #e74c46;
  line-height: 1;
}
.ct-numberBox .ct-numberBox-header {
  margin-top: 1.486em;
  text-transform: uppercase;
  font-weight: 700;
}
.ct-numberBox .ct-numberBox-header.ct-u-hr {
  margin-bottom: 1em;
}
.ct-numberBox--right * {
  text-align: right;
}
.ct-numberBox--center * {
  text-align: center;
}
@media (max-width: 767px) {
  .ct-numberBox {
    text-align: center;
  }
  .ct-numberBox * {
    text-align: center;
  }
  .ct-numberBox .ct-u-hr:after {
    left: 0;
    right: 0;
    margin: auto;
  }
}
.ct-iconBox {
  position: relative;
  margin-top: 0;
}
.ct-iconBox .ct-iconBox-icon i {
  color: #e74c46;
}
.ct-iconBox .ct-iconBox-icon i * {
  display: none;
}
.ct-iconBox .ct-iconBox-header {
  font-weight: bold;
  text-transform: uppercase;
}
.ct-iconBox .ct-iconBox-header.ct-u-hr {
  padding-bottom: 1.286em;
  margin-bottom: 1.143em;
}
.ct-iconBox.ct-iconBox--type1 .ct-iconBox-header {
  margin-top: 0.7em;
}
.ct-iconBox.ct-iconBox--type1 .ct-iconBox-header.ct-u-hr {
  margin-bottom: 0.75em;
}
.ct-iconBox.ct-iconBox--type1 .ct-iconBox-icon i {
  padding-left: 1px;
}
.ct-iconBox.ct-iconBox--type1 .media-left {
  padding-right: 1.714rem;
}
.ct-iconBox.ct-iconBox--type1 .media-right {
  padding-left: 1.714rem;
}
.ct-iconBox.ct-iconBox--type2 {
  text-align: center;
}
.ct-iconBox.ct-iconBox--type2 .ct-iconBox-icon {
  position: relative;
  top: 0.75em;
}
.ct-iconBox.ct-iconBox--type2 .ct-iconBox-icon i {
  color: #fff;
  background: #e74c46;
  width: 2.250em;
  height: 2.250em;
  line-height: 2.250em;
  border-radius: 50%;
}
.ct-iconBox.ct-iconBox--type2 .ct-iconBox-content {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: 5em 1.435em 2.143em 1.435em;
}
.ct-iconBox.ct-iconBox--type2 .ct-iconBox-content .btn {
  margin-top: 1em;
}
.ct-iconBox.ct-iconBox--type3 .media-left {
  padding-right: 18px;
}
.ct-iconBox.ct-iconBox--type3 .media-right {
  padding-left: 18px;
}
.ct-iconBox.ct-iconBox--type3 .ct-iconBox-icon i {
  width: 2em;
  height: 2em;
  border: 3px solid #e74c46;
  border-radius: 50%;
  line-height: 1.95em;
  text-align: center;
}
.ct-iconBox.ct-iconBox--type3 .ct-iconBox-icon.ct-iconBox-icon--gray i {
  border-width: 1px;
}
.ct-iconBox.ct-iconBox--type4 {
  z-index: 1;
  overflow: hidden;
}
.ct-iconBox.ct-iconBox--type4 .ct-iconBox-icon {
  position: relative;
  padding: 10px 0;
}
.ct-iconBox.ct-iconBox--type4 .ct-iconBox-icon i {
  width: 2.333em;
  height: 2.333em;
  line-height: 2.25em;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #e74c46;
  background: rgba(255, 255, 255, 0.99);
}
.ct-iconBox.ct-iconBox--type4 .media-body {
  padding-right: 2rem;
}
.ct-iconBox.ct-iconBox--type4 .media-left + .media-body {
  padding-right: 0;
  padding-left: 2rem;
}
.ct-iconBox.ct-iconBox--type4 .ct-iconBox-icon:after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 2000px;
  top: 0;
  left: 50%;
  background: #e74c46;
  -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.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ct-iconBox.ct-iconBox--type4:hover .ct-iconBox-icon:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-iconBox.ct-iconBox--type4:hover a {
  color: #fff;
}
.ct-iconBox.ct-iconBox--type4 a:hover {
  text-decoration: underline !important;
}
.ct-iconBox .ct-iconBox-icon.ct-iconBox-icon--gray i {
  background: #f8f8f8;
  border-color: #ddd;
  color: #aaa;
}
.ct-iconBox .ct-iconBox-icon.ct-iconBox-icon--inverse i {
  background: #e74c46;
  border-color: #e74c46;
  color: #fff;
}
@media (max-width: 767px) {
  .ct-iconBox.ct-iconBox--type1,
  .ct-iconBox.ct-iconBox--type2 {
    text-align: center;
  }
  .ct-iconBox.ct-iconBox--type1 .media-left,
  .ct-iconBox.ct-iconBox--type2 .media-left {
    display: block;
    padding: 0 0 0.5em 0;
  }
  .ct-iconBox.ct-iconBox--type1 .media-body,
  .ct-iconBox.ct-iconBox--type2 .media-body {
    display: block;
  }
  .ct-iconBox.ct-iconBox--type1 .ct-u-hr:after,
  .ct-iconBox.ct-iconBox--type2 .ct-u-hr:after {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.ct-u-sectionMotive .ct-iconBox .ct-iconBox-icon i {
  color: #fff;
  border-color: #fff;
}
.ct-u-sectionMotive .ct-iconBox.ct-iconBox--type4 .ct-iconBox-icon i {
  background: #e74c46;
}
.ct-u-sectionMotive .ct-iconBox.ct-iconBox--type4 .ct-iconBox-icon:after {
  background: #fff;
}
.ct-u-sectionMotive .ct-iconBox.ct-iconBox--type4:hover *,
.ct-u-sectionMotive .ct-iconBox.ct-iconBox--type4:hover small {
  color: #e74c46;
}
.ct-u-sectionMotive .ct-iconBox.ct-iconBox--type4:hover i {
  color: #fff;
}
.ct-u-sectionMotive .ct-iconBox.ct-iconBox--type4:hover a {
  color: #222;
}
.ct-personBox .ct-personBox-image img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  -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%;
}
.ct-personBox .ct-personBox-content {
  background: #e74c46;
}
.ct-personBox .ct-personBox-content .ct-personBox-header {
  text-align: center;
  color: #fff;
  padding: 2.143em 0 1.214em 0;
  text-transform: uppercase;
}
.ct-personBox .ct-personBox-content .ct-personBox-header small {
  display: block;
  margin-top: 7px;
  font-style: italic;
  color: #fff;
  text-transform: lowercase;
}
.ct-personBox .ct-socials {
  padding-bottom: 1.571em;
}
.ct-personBox:hover .ct-personBox-image img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
}
.ct-personBox:hover * {
  text-decoration: none;
}
@media (max-width: 767px) {
  .ct-personBox {
    margin-left: -15px;
    margin-right: -15px;
  }
  .ct-personBox .ct-personBox-image img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
  }
}
.ct-pricingBox {
  text-align: center;
  background: #f8f8f8;
  padding-bottom: 2em;
  border-radius: 10px 10px 0 0;
  border: 1px solid #ddd;
}
.ct-pricingBox .ct-pricingBox-header {
  position: relative;
  border-radius: 10px 10px 0 0;
  padding-bottom: 1em;
  margin: -1px -1px 0 -1px;
}
.ct-pricingBox .ct-pricingBox-header .ct-pricingBox-title {
  padding-top: 0.3em;
  margin-bottom: 10px;
  padding-bottom: 20px;
}
.ct-pricingBox .ct-pricingBox-header .ct-pricingBox-title,
.ct-pricingBox .ct-pricingBox-header .ct-pricingBox-title * {
  font-weight: lighter;
}
.ct-pricingBox .ct-pricingBox-header .ct-pricingBox-price {
  margin-bottom: 0.15em;
}
.ct-pricingBox .ct-pricingBox-header .ct-pricingBox-subtitle {
  text-transform: uppercase;
}
.ct-pricingBox .ct-pricingBox-content {
  padding-top: 0.25em;
}
.ct-pricingBox .ct-pricingBox-content .ct-pricingBox-list {
  list-style: none;
  padding: 0 2em;
  margin-bottom: 2em;
}
.ct-pricingBox .ct-pricingBox-content .ct-pricingBox-list li {
  line-height: 1;
  padding: 0.85em;
  border: 1px solid #ddd;
  margin-top: -1px;
}
.ct-pricingBox .ct-pricingBox-content .ct-pricingBox-list li:nth-child(even) {
  background: #eee;
}
.ct-pricingBox .ct-pricingBox-content .ct-pricingBox-list li:nth-child(odd) {
  background: #fff;
}
.ct-pricingBox .ct-pricingBox-content svg {
  display: block;
  stroke-width: 10px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 100%;
  height: 60px;
}
.ct-pricingBox.ct-pricingBox--motive .ct-pricingBox-header {
  background: #e74c46;
}
.ct-pricingBox.ct-pricingBox--motive .ct-pricingBox-header * {
  color: #fff;
}
.ct-pricingBox.ct-pricingBox--motive .ct-pricingBox-header *:after {
  background-color: #fff;
}
.ct-pricingBox.ct-pricingBox--motive svg {
  display: block;
  stroke-width: 10px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 100%;
  height: 60px;
  fill: #e74c46;
  position: relative;
  top: -1px;
}
.ct-pricingBox.ct-pricingBox--gray .ct-pricingBox-header {
  background: #888;
}
.ct-pricingBox.ct-pricingBox--gray .ct-pricingBox-header * {
  color: #fff;
}
.ct-pricingBox.ct-pricingBox--gray .ct-pricingBox-header *:after {
  background-color: #fff;
}
.ct-pricingBox.ct-pricingBox--gray svg {
  display: block;
  stroke-width: 10px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 100%;
  height: 60px;
  fill: #888;
  position: relative;
  top: -1px;
}
.ct-pricingBox.ct-pricingBox--graydarker .ct-pricingBox-header {
  background: #555;
}
.ct-pricingBox.ct-pricingBox--graydarker .ct-pricingBox-header * {
  color: #fff;
}
.ct-pricingBox.ct-pricingBox--graydarker .ct-pricingBox-header *:after {
  background-color: #fff;
}
.ct-pricingBox.ct-pricingBox--graydarker svg {
  display: block;
  stroke-width: 10px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 100%;
  height: 60px;
  fill: #555;
  position: relative;
  top: -1px;
}
.ct-pricingBox.ct-pricingBox--graylighter .ct-pricingBox-header {
  background: #aaa;
}
.ct-pricingBox.ct-pricingBox--graylighter .ct-pricingBox-header * {
  color: #fff;
}
.ct-pricingBox.ct-pricingBox--graylighter .ct-pricingBox-header *:after {
  background-color: #fff;
}
.ct-pricingBox.ct-pricingBox--graylighter svg {
  display: block;
  stroke-width: 10px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 100%;
  height: 60px;
  fill: #aaa;
  position: relative;
  top: -1px;
}
.ct-figureBox {
  position: relative;
  box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.2);
}
.ct-figureBox,
.ct-figureBox img {
  border-radius: 20px;
}
.ct-figureBox * {
  color: #222;
}
.ct-figureBox figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 20px 20px 0 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ct-figureBox figcaption .ct-figureBox-header {
  padding: 0.15em 70px 0.35em 0.25em;
}
.ct-figureBox figcaption .ct-figureBox-header,
.ct-figureBox figcaption .ct-figureBox-header small {
  font-weight: lighter;
}
.ct-figureBox figcaption .ct-figureBox-header span {
  font-weight: bold;
}
.ct-figureBox figcaption .ct-figureBox-header .ct-figureBox-icon {
  content: "\f054";
  font-family: fontawesome;
  position: absolute;
  font-weight: lighter;
  top: 0;
  right: 0;
  height: 100%;
  width: 62px;
  border-radius: 0 20px 0 0;
  background: #fff;
  font-size: 0.75em;
  text-align: center;
  padding-top: 0.9em;
  color: #222;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.ct-figureBox:hover figcaption {
  background: #e74c46;
}
.ct-figureBox:hover figcaption,
.ct-figureBox:hover figcaption * {
  color: #fff;
}
.ct-figureBox:hover figcaption .ct-figureBox-icon {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
@media (max-width: 479px) {
  .ct-figureBox figcaption .ct-figureBox-header {
    padding: 0.3em 40px 0.45em 0.5em;
  }
  .ct-figureBox figcaption .ct-figureBox-header,
  .ct-figureBox figcaption .ct-figureBox-header * {
    font-size: 2rem;
  }
  .ct-figureBox figcaption .ct-figureBox-header .ct-figureBox-icon {
    font-size: 1.5rem;
    padding-top: 0.75em;
    width: 40px;
  }
}
.ie8 .ct-figureBox figcaption .ct-figureBox-header {
  padding-top: 10px;
  padding-left: 15px;
}
.ct-archiveBox {
  width: 100%;
  height: 12.143rem;
  display: table;
  border: 1px solid;
  padding: 1em;
  background: #f8f8f8;
  border-color: #ddd;
}
.ct-archiveBox .ct-archiveBox-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.ct-archiveBox .ct-archiveBox-inner .ct-archiveBox-header {
  background: transparent;
  font-weight: 300;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  color: #222;
}
.ct-archiveBox .ct-archiveBox-inner p {
  font-style: italic;
  font-weight: 600;
  font-size: 0.929em;
  margin: 0;
}
.ct-archiveBox.ct-archiveBox--motive {
  background: #e74c46;
  border-color: #e74c46;
}
.ct-archiveBox.ct-archiveBox--motive * {
  color: #fff;
}
.ct-archiveBox.ct-archiveBox--motive .ct-u-hr:after {
  background: #fff;
}
.ct-archiveBox.ct-archiveBox--dark {
  background: #333;
  border-color: #222;
}
.ct-archiveBox.ct-archiveBox--dark * {
  color: #fff;
}
.ct-archiveBox.ct-archiveBox--dark .ct-u-hr:after {
  background: #fff;
}
.ct-graphBox {
  text-align: center;
}
.ct-graphBox.ct-graphBox--default {
  padding: 1.714em;
  border: 1px solid #ddd;
}
.ct-graphBox.ct-graphBox--default .ct-graphBox-graph {
  position: relative;
}
.ct-graphBox.ct-graphBox--default .ct-graphBox-graph canvas {
  width: 150px !important;
  height: 150px !Important;
}
.ct-graphBox.ct-graphBox--default .ct-graphBox-graph .ct-graphBox-number,
.ct-graphBox.ct-graphBox--default .ct-graphBox-graph .ct-graphBox-number span {
  position: absolute;
  line-height: 150px;
  top: 0;
  left: 0;
  display: block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 100%;
  text-align: center;
}
.ct-graphBox.ct-graphBox--default .ct-graphBox-graph .ct-graphBox-icon i {
  position: absolute;
  line-height: 150px;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
}
.ct-graphBox.ct-graphBox--type2 .ct-graphBox-graph {
  position: relative;
}
.ct-graphBox.ct-graphBox--type2 .ct-graphBox-graph .ct-graphBox-graph-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ct-graphBox.ct-graphBox--type2 .ct-graphBox-graph .ct-graphBox-number {
  width: 100%;
  vertical-align: middle;
  text-align: center;
  height: 0.75em;
  line-height: 0.7;
  font-size: 6.75rem;
  font-weight: 700;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  padding-left: 15px;
  margin: 5px 0 10px 0;
}
.ct-graphBox.ct-graphBox--type2 .ct-graphBox-graph .ct-graphBox-number span {
  font-size: 2.143rem;
  vertical-align: top;
}
.ct-graphBox.ct-graphBox--type2 .ct-graphBox-graph .ct-graphBox-title {
  font-weight: bold;
  text-transform: uppercase;
}
.ct-counterBox {
  background: #f8f8f8;
  border: 1px solid #ddd;
  position: relative;
  text-align: center;
}
.ct-counterBox .ct-counterBox-number {
  font-size: 5.714rem;
  font-weight: 700;
  display: block;
  padding: 0.5em 0.5em 0.1em 0.5em;
  line-height: 1;
}
.ct-counterBox .ct-counterBox-title {
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 50px;
}
.ct-counterBox .ct-counterBox-icon {
  position: absolute;
  top: 0.8rem;
  right: 1rem;
  font-size: 1.84rem;
}
.ct-fw-300 {
  font-weight: 300 !important;
}
.ct-fw-300 * {
  font-weight: 300;
}
.ct-fw-400 {
  font-weight: 400 !important;
}
.ct-fw-400 * {
  font-weight: 400;
}
.ct-fw-500 {
  font-weight: 500 !important;
}
.ct-fw-500 * {
  font-weight: 500;
}
.ct-fw-600 {
  font-weight: 600 !important;
}
.ct-fw-600 * {
  font-weight: 600;
}
.ct-fw-700 {
  font-weight: 700 !important;
}
.ct-fw-700 * {
  font-weight: 700;
}
.ct-fw-800 {
  font-weight: 800 !important;
}
.ct-fw-800 * {
  font-weight: 800;
}
.ct-fw-900 {
  font-weight: 900 !important;
}
.ct-fw-900 * {
  font-weight: 900;
}
.ct-fw-bold {
  font-weight: bold !important;
}
.ct-fw-bold * {
  font-weight: bold;
}
.ct-fw-lighter {
  font-weight: lighter !important;
}
.ct-fw-lighter * {
  font-weight: lighter;
}
.ct-fs-i {
  padding-right: 1px !important;
  font-style: italic !important;
}
.ct-fs-n {
  font-style: normal !important;
}
.ct-u-size12 {
  font-size: 12px !important;
}
.ct-u-size14 {
  font-size: 14px !important;
}
.ct-u-size16 {
  font-size: 16px !important;
}
.ct-u-size17 {
  font-size: 17px !important;
}
.ct-u-size18 {
  font-size: 18px !important;
}
.ct-u-size20 {
  font-size: 20px !important;
}
.ct-u-size22 {
  font-size: 22px !important;
}
.ct-u-size24 {
  font-size: 24px !important;
}
.ct-u-size26 {
  font-size: 26px !important;
}
.ct-u-size28 {
  font-size: 28px !important;
}
.ct-u-size30 {
  font-size: 30px !important;
}
.ct-u-size34 {
  font-size: 34px !important;
}
.ct-u-size40 {
  font-size: 40px !important;
}
.ct-u-size50 {
  font-size: 50px !important;
}
.ct-u-size56 {
  font-size: 56px !important;
}
.ct-u-size60 {
  font-size: 60px !important;
}
.ct-u-size70 {
  font-size: 70px !important;
}
.ct-u-size80 {
  font-size: 80px !important;
}
.ct-u-size90 {
  font-size: 90px !important;
}
.ct-u-lineThrough {
  text-decoration: line-through;
}
.ct-u-underline:hover {
  padding-bottom: 5px;
}
.ct-u-z-index1 {
  z-index: 1000;
}
.ct-u-z-index2 {
  z-index: 2000;
}
.ct-u-z-index3 {
  z-index: 3000;
}
.ct-u-z-index4 {
  z-index: 4000;
}
.ct-u-z-index5 {
  z-index: 5000;
}
.ct-u-z-index6 {
  z-index: 6000;
}
.ct-u-z-index7 {
  z-index: 7000;
}
.ct-u-z-index8 {
  z-index: 8000;
}
.ct-u-z-index9 {
  z-index: 9000;
}
.ct-u-displayInline {
  display: inline;
}
.ct-u-displayBlock {
  display: block;
}
.ct-u-displayTable {
  display: table;
  width: 100%;
}
.ct-u-displayTableRow {
  display: table-row;
}
.ct-u-displayTableCell {
  display: table-cell;
}
.ct-u-displayTableVertical {
  height: 100%;
  width: 100%;
  display: table;
}
.ct-u-displayTableVertical .ct-u-displayTableCell {
  vertical-align: middle;
}
.ct-u-visibilityHidden {
  visibility: hidden;
}
.ct-u-positionFixed {
  position: fixed;
}
.ct-u-positionAbsolute {
  position: absolute;
}
.ct-u-positionRelative {
  position: relative;
}
@media (min-width: 768px) {
  .ct-u-textRight {
    text-align: right;
  }
  .ct-u-textCenter {
    text-align: center;
  }
  .ct-u-textLeft {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .ct-u-textRight,
  .ct-u-textCenter,
  .ct-u-textLeft {
    text-align: center;
  }
  .ct-u-textRight .ct-u-hr:after,
  .ct-u-textCenter .ct-u-hr:after,
  .ct-u-textLeft .ct-u-hr:after,
  .ct-u-textRight.ct-u-hr:after,
  .ct-u-textCenter.ct-u-hr:after,
  .ct-u-textLeft.ct-u-hr:after {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}
@media (min-width: 991px) {
  .ct-u-textRightMD {
    text-align: right;
  }
  .ct-u-textLeftMD {
    text-align: left;
  }
}
@media (max-width: 992px) {
  .ct-u-textRightMD,
  .ct-u-textLeftMD {
    text-align: center;
  }
  .ct-u-textRightMD.ct-u-hr:after,
  .ct-u-textLeftMD.ct-u-hr:after {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}
.ct-u-sectionWhite {
  background-color: #ffffff;
}
.ct-u-sectionGray {
  background-color: #eeeeee;
}
.ct-u-sectionGrayLighter {
  background-color: #f8f8f8;
}
.ct-u-sectionGrayDark {
  background-color: #ddd;
}
.ct-u-sectionGrayDarker {
  background-color: #777;
}
.ct-u-sectionMotive {
  background-color: #e74c46;
}
.ct-u-sectionDark {
  background-color: #333;
}
.ct-u-paddingBoth0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.ct-u-paddingTop0 {
  padding-top: 0 !important;
}
.ct-u-paddingBottom0 {
  padding-bottom: 0 !important;
}
.ct-u-paddingBoth5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.ct-u-paddingTop5 {
  padding-top: 5px !important;
}
.ct-u-paddingBottom5 {
  padding-bottom: 5px !important;
}
.ct-u-paddingBoth10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.ct-u-paddingTop10 {
  padding-top: 10px !important;
}
.ct-u-paddingBottom10 {
  padding-bottom: 10px !important;
}
.ct-u-paddingBoth12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.ct-u-paddingTop12 {
  padding-top: 12px !important;
}
.ct-u-paddingBottom12 {
  padding-bottom: 12px !important;
}
.ct-u-paddingBoth15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.ct-u-paddingTop15 {
  padding-top: 15px !important;
}
.ct-u-paddingBottom15 {
  padding-bottom: 15px !important;
}
.ct-u-paddingBoth20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.ct-u-paddingTop20 {
  padding-top: 20px !important;
}
.ct-u-paddingBottom20 {
  padding-bottom: 20px !important;
}
.ct-u-paddingBoth30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.ct-u-paddingTop30 {
  padding-top: 30px !important;
}
.ct-u-paddingBottom30 {
  padding-bottom: 30px !important;
}
.ct-u-paddingBoth40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.ct-u-paddingTop40 {
  padding-top: 40px !important;
}
.ct-u-paddingBottom40 {
  padding-bottom: 40px !important;
}
.ct-u-paddingBoth50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.ct-u-paddingTop50 {
  padding-top: 50px !important;
}
.ct-u-paddingBottom50 {
  padding-bottom: 50px !important;
}
.ct-u-paddingBoth60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.ct-u-paddingTop60 {
  padding-top: 60px !important;
}
.ct-u-paddingBottom60 {
  padding-bottom: 60px !important;
}
.ct-u-paddingBoth70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.ct-u-paddingTop70 {
  padding-top: 70px !important;
}
.ct-u-paddingBottom70 {
  padding-bottom: 70px !important;
}
.ct-u-paddingBoth80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.ct-u-paddingTop80 {
  padding-top: 80px !important;
}
.ct-u-paddingBottom80 {
  padding-bottom: 80px !important;
}
.ct-u-paddingBoth90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.ct-u-paddingTop90 {
  padding-top: 90px !important;
}
.ct-u-paddingBottom90 {
  padding-bottom: 90px !important;
}
.ct-u-paddingBoth100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.ct-u-paddingTop100 {
  padding-top: 100px !important;
}
.ct-u-paddingBottom100 {
  padding-bottom: 100px !important;
}
.ct-u-paddingBoth150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}
.ct-u-paddingTop150 {
  padding-top: 150px !important;
}
.ct-u-paddingBottom150 {
  padding-bottom: 150px !important;
}
.ct-u-paddingBoth200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}
.ct-u-paddingTop200 {
  padding-top: 200px !important;
}
.ct-u-paddingBottom200 {
  padding-bottom: 200px !important;
}
.ct-u-clearPadding {
  padding: 0 !important;
}
.ct-u-paddingRight0 {
  padding-right: 0;
}
.ct-u-paddingLeft0 {
  padding-left: 0;
}
@media (max-width: 767px) {
  .ct-u-paddingBoth200,
  .ct-u-paddingBoth150,
  .ct-u-paddingBoth100 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .ct-u-paddingBoth90,
  .ct-u-paddingBoth80,
  .ct-u-paddingBoth70,
  .ct-u-paddingBoth60 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .ct-u-paddingTop200,
  .ct-u-paddingTop150,
  .ct-u-paddingTop100 {
    padding-top: 70px !important;
  }
  .ct-u-paddingTop90,
  .ct-u-paddingTop80,
  .ct-u-paddingTop70,
  .ct-u-paddingTop60 {
    padding-top: 45px !important;
  }
  .ct-u-paddingBottom200,
  .ct-u-paddingBottom150,
  .ct-u-paddingBottom100 {
    padding-bottom: 70px !important;
  }
  .ct-u-paddingBottom90,
  .ct-u-paddingBottom80,
  .ct-u-paddingBottom70,
  .ct-u-paddingBottom60 {
    padding-bottom: 45px !important;
  }
}
@media (max-width: 991px) {
  .ct-u-paddingMD-bot10 {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .ct-u-paddingSM-bot10 {
    padding-bottom: 10px;
  }
}
.ct-u-marginBoth0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.ct-u-marginTop0 {
  margin-top: 0 !important;
}
.ct-u-marginBottom0 {
  margin-bottom: 0 !important;
}
.ct-u-marginBoth10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.ct-u-marginTop10 {
  margin-top: 10px !important;
}
.ct-u-marginBottom10 {
  margin-bottom: 10px !important;
}
.ct-u-margin10 {
  margin: 10px !important;
}
.ct-u-marginBoth15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.ct-u-marginTop15 {
  margin-top: 15px !important;
}
.ct-u-marginBottom15 {
  margin-bottom: 15px !important;
}
.ct-u-marginBoth20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.ct-u-marginTop20 {
  margin-top: 20px !important;
}
.ct-u-marginBottom20 {
  margin-bottom: 20px !important;
}
.ct-u-marginBoth25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.ct-u-marginTop25 {
  margin-top: 25px !important;
}
.ct-u-marginBottom25 {
  margin-bottom: 25px !important;
}
.ct-u-marginBoth30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.ct-u-marginTop30 {
  margin-top: 30px !important;
}
.ct-u-marginBottom30 {
  margin-bottom: 30px !important;
}
.ct-u-marginBoth40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.ct-u-marginTop40 {
  margin-top: 40px !important;
}
.ct-u-marginBottom40 {
  margin-bottom: 40px !important;
}
.ct-u-marginBoth50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.ct-u-marginTop50 {
  margin-top: 50px !important;
}
.ct-u-marginBottom50 {
  margin-bottom: 50px !important;
}
.ct-u-marginBoth60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.ct-u-marginTop60 {
  margin-top: 60px !important;
}
.ct-u-marginBottom60 {
  margin-bottom: 60px !important;
}
.ct-u-marginBoth70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.ct-u-marginTop70 {
  margin-top: 70px !important;
}
.ct-u-marginBottom70 {
  margin-bottom: 70px !important;
}
.ct-u-marginBoth80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.ct-u-marginTop80 {
  margin-top: 80px !important;
}
.ct-u-marginBottom80 {
  margin-bottom: 80px !important;
}
.ct-u-marginRight80 {
  margin-right: 80px !important;
}
.ct-u-marginLeft80 {
  margin-left: 80px !important;
}
.ct-u-marginBoth90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}
.ct-u-marginTop90 {
  margin-top: 90px !important;
}
.ct-u-marginBottom90 {
  margin-bottom: 90px !important;
}
.ct-u-marginBoth100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
.ct-u-marginTop100 {
  margin-top: 100px !important;
}
.ct-u-marginBottom100 {
  margin-bottom: 100px !important;
}
.ct-u-marginBoth130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important;
}
.ct-u-marginTop130 {
  margin-top: 130px !important;
}
.ct-u-marginBottom130 {
  margin-bottom: 130px !important;
}
.ct-u-marginBoth150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}
.ct-u-marginTop150 {
  margin-top: 150px !important;
}
.ct-u-marginBottom150 {
  margin-bottom: 150px !important;
}
.ct-u-marginAuto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.ct-u-margin10x9 {
  margin: 10px 9px !important;
}
.ct-u-marginLeft-15 {
  margin-left: -15px !important;
}
.ct-u-marginRight-15 {
  margin-right: -15px !important;
}
@media (max-width: 767px) {
  .ct-u-marginBoth150,
  .ct-u-marginBoth130,
  .ct-u-marginBoth100 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .ct-u-marginBoth90,
  .ct-u-marginBoth80,
  .ct-u-marginBoth70,
  .ct-u-marginBoth60 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .ct-u-marginTop150,
  .ct-u-marginTop130,
  .ct-u-marginTop100 {
    margin-top: 70px !important;
  }
  .ct-u-marginTop90,
  .ct-u-marginTop80,
  .ct-u-marginTop70,
  .ct-u-marginTop60 {
    margin-top: 45px !important;
  }
  .ct-u-marginBottom150,
  .ct-u-marginBottom130,
  .ct-u-marginBottom100 {
    margin-bottom: 70px !important;
  }
  .ct-u-marginBottom90,
  .ct-u-marginBottom80,
  .ct-u-marginBottom70,
  .ct-u-marginBottom60 {
    margin-bottom: 45px !important;
  }
  .ct-u-paddingClearSM {
    padding: 0 !important;
  }
}
.ct-u-colorWhite,
.ct-u-colorWhite:hover,
.ct-u-colorWhite:focus {
  color: #ffffff;
}
.ct-u-colorWhite.ct-u-hr:after,
.ct-u-colorWhite:hover.ct-u-hr:after,
.ct-u-colorWhite:focus.ct-u-hr:after {
  background: #fff !important;
}
.ct-u-colorLightGray,
.ct-u-colorLightGray:hover,
.ct-u-colorLightGray:focus {
  color: #eeeeee;
}
.ct-u-colorLightGray.ct-u-hr:after,
.ct-u-colorLightGray:hover.ct-u-hr:after,
.ct-u-colorLightGray:focus.ct-u-hr:after {
  background: #eeeeee !important;
}
.ct-u-colorGray,
.ct-u-colorGray:hover,
.ct-u-colorGray:focus {
  color: #dddddd;
}
.ct-u-colorGray.ct-u-hr:after,
.ct-u-colorGray:hover.ct-u-hr:after,
.ct-u-colorGray:focus.ct-u-hr:after {
  background: #dddddd !important;
}
.ct-u-colorDarkGray,
.ct-u-colorDarkGray:hover,
.ct-u-colorDarkGray:focus {
  color: #999999;
}
.ct-u-colorDarkGray.ct-u-hr:after,
.ct-u-colorDarkGray:hover.ct-u-hr:after,
.ct-u-colorDarkGray:focus.ct-u-hr:after {
  background: #999999 !important;
}
.ct-u-colorDarkGray2,
.ct-u-colorDarkGray2:hover,
.ct-u-colorDarkGray2:focus {
  color: #777777;
}
.ct-u-colorDarkGray2.ct-u-hr:after,
.ct-u-colorDarkGray2:hover.ct-u-hr:after,
.ct-u-colorDarkGray2:focus.ct-u-hr:after {
  background: #777777 !important;
}
.ct-u-colorDarkerGray,
.ct-u-colorDarkerGray:hover,
.ct-u-colorDarkerGray:focus {
  color: #666666;
}
.ct-u-colorDarkerGray.ct-u-hr:after,
.ct-u-colorDarkerGray:hover.ct-u-hr:after,
.ct-u-colorDarkerGray:focus.ct-u-hr:after {
  background: #666666 !important;
}
.ct-u-colorMotive {
  color: #e74c46 !important;
}
.ct-u-colorPrimary {
  color: #337ab7 !important;
}
.ct-u-colorInfo {
  color: #5bc0de !important;
}
.ct-u-colorWarning {
  color: #f0ad4e !important;
}
.ct-u-colorDanger {
  color: #d9534f !important;
}
.ct-u-borderAll {
  border: 1px solid #dddddd;
}
.ct-u-borderBoth {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.ct-u-borderTop {
  border-top: 1px solid #dddddd;
}
.ct-u-borderBottom {
  border-bottom: 1px solid #dddddd;
}
.ct-u-borderLeft {
  border-left: 1px solid #dddddd;
}
.ct-u-borderRight {
  border-right: 1px solid #dddddd;
}
.ct-u-borderAllDark {
  border: 1px solid #333;
}
.ct-u-borderBothDark {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.ct-u-borderTopDark {
  border-top: 1px solid #333;
}
.ct-u-borderBottomDark {
  border-bottom: 1px solid #333;
}
.ct-u-borderLeftDark {
  border-left: 1px solid #333;
}
.ct-u-borderRightDark {
  border-right: 1px solid #333;
}
.ct-u-borderAllDark {
  border: 1px solid #333;
}
.ct-u-sectionBorder {
  border-top: 20px solid #ddd;
}
.ct-u-colorWhite {
  color: #ffffff;
}
.ct-u-colorWhite.ct-u-hr:after {
  background-color: #ffffff;
}
.ct-u-hr.ct-u-hr--left,
.ct-u-hr.ct-u-hr--right,
.ct-u-hr.ct-u-hr--center,
.ct-u-hr.ct-u-hr--wide {
  padding-bottom: 1.429rem;
  margin-bottom: 1.429rem;
  position: relative;
}
.ct-u-hr.ct-u-hr--left:after,
.ct-u-hr.ct-u-hr--right:after,
.ct-u-hr.ct-u-hr--center:after,
.ct-u-hr.ct-u-hr--wide:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 30px;
  background-color: #222;
}
.ct-u-hr.ct-u-hr--left:after {
  left: 0;
}
.ct-u-hr.ct-u-hr--right:after {
  right: 0;
}
.ct-u-hr.ct-u-hr--center:after {
  left: 0;
  right: 0;
  margin: auto;
}
.ct-u-hr.ct-u-hr--wide:after {
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 1px;
}
.ct-u-textInverse {
  background-color: #ffffff;
  color: #e74c46;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar {
  border: none;
  margin: 0 0 -1px 0;
  border-radius: 0;
  z-index: 9999 !important;
}
.navbar .navbar-header {
  margin: auto;
}
.navbar .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.navbar a {
  font-family: "Lato", sans-serif;
}
.navbar button.navbar-toggle,
.navbar button.navbar-toggle:focus,
.navbar button.navbar-toggle:hover {
  z-index: 99999;
  position: fixed;
  top: 23px;
  left: 0;
  border: none;
  background: transparent;
}
.navbar button.navbar-toggle > .icon-bar,
.navbar button.navbar-toggle:focus > .icon-bar,
.navbar button.navbar-toggle:hover > .icon-bar {
  background-color: #fff;
}
@media (min-width: 768px) {
  .navbar button.navbar-toggle,
  .navbar button.navbar-toggle:focus,
  .navbar button.navbar-toggle:hover {
    display: none;
  }
}
@media (min-width: 480px) {
  .navbar .navbar-nav li.dropdown:hover .dropdown-menu {
    display: block;
  }
}
.navbar .navbar-nav .dropdown-menu li a {
  color: #555;
}
.navbar .navbar-nav li a {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}
.navbar .navbar-nav li a > .ct-textEffect {
  overflow: hidden;
  display: inline-block;
  line-height: 1;
}
.navbar .navbar-nav li a > .ct-textEffect > span {
  position: relative;
  display: block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.navbar .navbar-nav li a > .ct-textEffect > span:before {
  position: absolute;
  top: 100%;
  content: attr(data-content);
  font-weight: 700;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.navbar .navbar-nav li a:hover > .ct-textEffect > span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
.navbar .navbar-nav li.dropdown > a {
  position: relative;
}
.navbar .navbar-nav li.dropdown > a:after {
  content: "\f103";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7px;
  margin: auto;
  text-align: center;
  font-size: 1em;
  font-weight: normal;
  line-height: 1;
  font-family: fontawesome;
}
.navbar .navbar-nav > li.active > a:hover > .ct-textEffect > span,
.navbar .navbar-nav > li.active > a:focus > .ct-textEffect > span,
.navbar .navbar-nav > li.active > a:active > .ct-textEffect > span {
  transform: none;
}
.navbar .navbar-nav > li.active.dropdown > :after {
  color: #fff;
}
.navbar .navbar-nav .dropdown .dropdown-menu,
.navbar .navbar-nav .ct-subDropdown .dropdown-menu {
  border-style: solid;
  border-width: 5px 0 0 0;
  border-color: #e74c46 transparent transparent transparent;
  margin-top: -2px;
  -webkit-box-shadow: 0px 3px 13px 0px rgba(88, 88, 88, 0.15);
  -moz-box-shadow: 0px 3px 13px 0px rgba(88, 88, 88, 0.15);
  box-shadow: 0px 3px 13px 0px rgba(88, 88, 88, 0.15);
}
.navbar .navbar-nav .dropdown .dropdown-menu > li > a,
.navbar .navbar-nav .ct-subDropdown .dropdown-menu > li > a {
  color: #777;
  font-size: 1em;
  text-transform: none;
  font-weight: normal;
  line-height: 40px;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: transparent #ddd #ddd #ddd;
}
.navbar .navbar-nav .dropdown .dropdown-menu > li > a:hover,
.navbar .navbar-nav .ct-subDropdown .dropdown-menu > li > a:hover {
  color: #222;
  background-color: #eee;
}
.navbar .navbar-nav .dropdown .dropdown-menu > li:last-child,
.navbar .navbar-nav .ct-subDropdown .dropdown-menu > li:last-child {
  border-bottom: 0;
}
.navbar .navbar-nav .ct-subDropdown {
  position: relative;
}
.navbar .navbar-nav .ct-subDropdown > a:after {
  content: "\f0a9";
  font-family: fontawesome;
  position: absolute;
  font-size: 1em;
  line-height: 1em;
  color: #ddd;
  height: 12px;
  width: 12px;
  top: 50%;
  margin-top: -6.5px;
  right: 10px;
}
.navbar .navbar-nav .ct-subDropdown .ct-submenu {
  left: 100%;
  position: absolute;
  top: 0;
  margin-top: -4px;
  margin-left: -1px;
  visibility: hidden;
  display: none;
}
.navbar .navbar-nav .ct-subDropdown:hover > a:after {
  color: #e74c46;
}
.navbar .navbar-nav .ct-subDropdown:hover .ct-submenu {
  visibility: visible;
  display: block;
}
.navbar.ct-navbar {
  width: 100%;
}
@media (min-width: 768px) {
  .navbar.ct-navbar {
    position: absolute;
    top: 0;
  }
}
.navbar.ct-navbar .navbar-header {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 100px;
  position: relative;
}
.navbar.ct-navbar .navbar-header img {
  width: 176px;
}
.navbar.ct-navbar .navbar-header:after,
.navbar.ct-navbar .navbar-nav:after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #ddd;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: -1;
}
.navbar.ct-navbar .navbar-header:after {
  bottom: -1px;
}
.navbar.ct-navbar .navbar-nav {
  float: none;
  display: table;
  margin: auto;
}
.navbar.ct-navbar .navbar-nav li a {
  padding: 0 20px;
  line-height: 60px;
}
.navbar.ct-navbar .ct-navbarBox {
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 90px;
}
.navbar.ct-navbar .ct-navbarBox .ct-login,
.navbar.ct-navbar .ct-navbarBox .ct-navbarBox-meta {
  display: block;
  width: 100%;
}
.navbar.ct-navbar .ct-navbarBox .ct-navbarBox-meta {
  font-size: 1.286em;
  line-height: 60px;
  text-align: center;
  padding-right: 15px;
  display: block;
}
.navbar.ct-navbar .ct-navbarBox i {
  padding: 0 5px;
}
.navbar.ct-navbar .ct-navbarBox .ct-login {
  color: #fff;
  margin-bottom: 13px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  line-height: 24px;
  font-size: 0.786em;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 1;
  border-radius: 2px 0 0 2px;
}
.navbar.ct-navbar .ct-navbarBox .ct-login:hover {
  text-decoration: none;
}
.navbar.ct-navbar .ct-navbarBox .ct-langPicker {
  display: inline;
  padding-left: 10px;
}
.navbar.ct-navbar .ct-navbarBox .ct-langPicker-content {
  position: relative;
  display: inline;
}
.navbar.ct-navbar .ct-navbarBox .ct-langPicker-content img {
  width: 22px;
}
.navbar.ct-navbar .ct-navbarBox .ct-langPicker-list {
  position: absolute;
  background: #fff;
  border: 1px solid #999;
  min-width: 118px;
  padding: 0.35rem 1.25rem;
  text-align: right;
  list-style: none;
  top: -0.55rem;
  right: -1.025em;
  visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  z-index: 99999;
}
.navbar.ct-navbar .ct-navbarBox .ct-langPicker-list li {
  font-size: 14px;
  line-height: 30px;
}
.navbar.ct-navbar .ct-navbarBox .ct-langPicker-list li a {
  color: #999;
}
.navbar.ct-navbar .ct-navbarBox .ct-langPicker-list li a img {
  padding-left: 5px;
}
.navbar.ct-navbar .ct-navbarBox .ct-langPicker-list li a:hover {
  text-decoration: none;
  color: #555;
}
.navbar.ct-navbar .ct-navbarBox .ct-langPicker-list:hover {
  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);
}
.navbar.ct-navbar .ct-navbarBox .ct-langPicker .ct-langPicker-content:hover .ct-langPicker-list {
  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);
}
.navbar.ct-navbar .ct-navbarBox .ct-navSearch {
  color: #555;
}
.navbar.ct-navbar .ct-navbarBox .ct-navSearch:hover {
  color: #e74c46;
}
.navbar.ct-navbar .ct-navbarBox .ct-navSearch-box {
  position: relative;
  display: inline;
}
.navbar.ct-navbar .ct-navbarBox .ct-navbar-search {
  position: absolute;
  display: none;
  right: -2px;
  top: -7px;
  height: 40px;
  width: 240px;
}
.navbar.ct-navbar .ct-navbarBox .ct-navbar-search .form-group,
.navbar.ct-navbar .ct-navbarBox .ct-navbar-search form {
  max-width: 100%;
  height: 60px;
  width: 100%;
}
.navbar.ct-navbar .ct-navbarBox .ct-navbar-search label {
  display: none;
}
.navbar.ct-navbar .ct-navbarBox .ct-navbar-search .form-control {
  box-shadow: none !important;
  z-index: 9000;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 50px;
  font-size: 1rem;
  background-color: #ffffff;
  border: 1px solid #999;
  border-radius: 0;
  font-weight: 300;
  outline: none;
  line-height: 1;
  height: 40px;
  position: relative;
}
.navbar.ct-navbar .ct-navbarBox .ct-navbar-search .form-control::-webkit-input-placeholder {
  color: #222222;
  opacity: 0.5;
}
.navbar.ct-navbar .ct-navbarBox .ct-navbar-search .form-control:-moz-placeholder {
  color: #222222;
  opacity: 0.5;
}
.navbar.ct-navbar .ct-navbarBox .ct-navbar-search .form-control::-moz-placeholder {
  color: #222222;
  opacity: 0.5;
}
.navbar.ct-navbar .ct-navbarBox .ct-navbar-search .form-control:-ms-input-placeholder {
  color: #222222;
  opacity: 0.5;
}
.navbar.ct-navbar .ct-navbarBox .ct-navbar-search input,
.navbar.ct-navbar .ct-navbarBox .ct-navbar-search input:focus,
.navbar.ct-navbar .ct-navbarBox .ct-navbar-search input:hover {
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}
.navbar.ct-navbar .ct-navbarBox .ct-navbar-search .ct-navbar-search-button {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background-color: #444;
  color: #fff;
  text-align: center;
  height: 100%;
  width: 40px;
  z-index: 9999;
}
.navbar.ct-navbar .ct-navbarBox .ct-navbar-search .ct-navbar-search-button i {
  display: block;
  font-size: 20px;
  line-height: 38px;
}
.navbar.ct-navbar .ct-navbarBox .ct-navbar-search .ct-navbar-search-button:focus {
  outline: none;
}
@media (max-width: 992px) {
  .navbar .container {
    padding: 0;
  }
  .navbar .nav.navbar-nav li a {
    padding: 0 15px;
  }
  .navbar .ct-navbarBox {
    bottom: auto;
    top: 22px;
  }
  .navbar .ct-navbarBox .ct-navbarBox-meta {
    line-height: 30px !important;
  }
}
@media (max-width: 767px) {
  .navbar {
    margin-top: 0 !important;
  }
  .navbar .nav.navbar-nav {
    display: none;
  }
  .navbar .ct-navbarBox {
    position: relative !important;
    top: 1px;
    height: 40px;
    background: #e74c46;
    width: 100%;
  }
  .navbar .ct-navbarBox div.navbar-header {
    line-height: 70px;
  }
  .navbar .ct-navbarBox div.navbar-header img {
    max-width: 175px;
  }
  .navbar .ct-navbarBox .ct-login,
  .navbar .ct-navbarBox .ct-navbarBox-meta {
    float: right;
  }
  .navbar .ct-navbarBox .ct-login {
    padding-right: 5px !important;
    background: #fff !important;
    color: #e74c46 !important;
    margin: 7px 15px 0 0 !important;
    width: auto !important;
  }
  .navbar .ct-navbarBox .ct-navbarBox-meta {
    line-height: 40px !important;
    width: 80px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    padding-left: 15px;
  }
  .navbar .ct-navbarBox .ct-navbarBox-meta .ct-langPicker-content {
    display: inline-block;
  }
  .navbar .ct-navbarBox .ct-navbarBox-meta .ct-langPicker-content > a > img {
    display: block;
    line-height: 40px;
  }
  .navbar .ct-navbarBox .ct-navbarBox-meta .ct-navSearch {
    color: #fff !important;
    position: relative;
    top: -2px;
  }
  .navbar .ct-navbarBox button.navbar-toggle,
  .navbar .ct-navbarBox button.navbar-toggle:focus,
  .navbar .ct-navbarBox button.navbar-toggle:hover {
    display: inline-block;
    float: left;
    position: relative;
    margin: 6px 0 0 6px;
    padding: 6px 13px;
    top: 0;
    background: #fff !important;
    border-radius: 0;
  }
  .navbar .ct-navbarBox button.navbar-toggle span,
  .navbar .ct-navbarBox button.navbar-toggle:focus span,
  .navbar .ct-navbarBox button.navbar-toggle:hover span {
    background-color: #e74c46 !important;
  }
  .navbar .ct-navbarBox button.navbar-toggle:after,
  .navbar .ct-navbarBox button.navbar-toggle:focus:after,
  .navbar .ct-navbarBox button.navbar-toggle:hover:after {
    content: "Menu";
    text-transform: uppercase;
    font-size: 0.886em;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    position: absolute;
    top: 0;
    right: -40px;
    line-height: 26px;
    padding: 0 10px;
    background: #fff;
    z-index: -1;
    color: #e74c46;
  }
  .navbar .ct-navbarBox .ct-langPicker-list {
    top: auto !important;
  }
  .navbar .ct-navbarBox .ct-navbarBox-meta > .ct-navSearch-box {
    position: static !important;
  }
  .navbar .ct-navbarBox .ct-navbarBox-meta > .ct-navSearch-box > .ct-navbar-search {
    top: auto;
    width: 100%;
    right: 0;
    z-index: 9999;
  }
  .navbar .ct-navbarBox .ct-navbarBox-meta > .ct-navSearch-box > .ct-navbar-search .form-control {
    font-size: 1em;
  }
}
.navbar-header,
.ct-login,
.ct-login:after,
.ct-login:before,
.ct-langPicker-list,
.ct-langPicker-list li a,
.ct-navSearch {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.navbar {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.navbar-transparent .ct-logoWhite,
#navbar-transparent .ct-logoWhite,
.navbar-motive .ct-logoWhite,
#navbar-motive .ct-logoWhite,
.navbar-inverse .ct-logoWhite,
#navbar-inverse .ct-logoWhite {
  display: block;
}
.navbar-transparent .ct-logoDark,
#navbar-transparent .ct-logoDark,
.navbar-motive .ct-logoDark,
#navbar-motive .ct-logoDark,
.navbar-inverse .ct-logoDark,
#navbar-inverse .ct-logoDark {
  display: none;
}
.navbar-transparent .ct-navbarBox,
#navbar-transparent .ct-navbarBox,
.navbar-motive .ct-navbarBox,
#navbar-motive .ct-navbarBox,
.navbar-inverse .ct-navbarBox,
#navbar-inverse .ct-navbarBox {
  color: #fff;
}
.navbar-transparent .navbar-toggle .icon-bar,
#navbar-transparent .navbar-toggle .icon-bar,
.navbar-motive .navbar-toggle .icon-bar,
#navbar-motive .navbar-toggle .icon-bar,
.navbar-inverse .navbar-toggle .icon-bar,
#navbar-inverse .navbar-toggle .icon-bar,
.navbar-transparent .navbar-toggle:focus .icon-bar,
#navbar-transparent .navbar-toggle:focus .icon-bar,
.navbar-motive .navbar-toggle:focus .icon-bar,
#navbar-motive .navbar-toggle:focus .icon-bar,
.navbar-inverse .navbar-toggle:focus .icon-bar,
#navbar-inverse .navbar-toggle:focus .icon-bar,
.navbar-transparent .navbar-toggle:hover .icon-bar,
#navbar-transparent .navbar-toggle:hover .icon-bar,
.navbar-motive .navbar-toggle:hover .icon-bar,
#navbar-motive .navbar-toggle:hover .icon-bar,
.navbar-inverse .navbar-toggle:hover .icon-bar,
#navbar-inverse .navbar-toggle:hover .icon-bar {
  background-color: #fff;
}
.navbar-transparent .nav.navbar-nav > li > a,
#navbar-transparent .nav.navbar-nav > li > a,
.navbar-motive .nav.navbar-nav > li > a,
#navbar-motive .nav.navbar-nav > li > a,
.navbar-inverse .nav.navbar-nav > li > a,
#navbar-inverse .nav.navbar-nav > li > a {
  color: #fff;
}
.navbar-transparent .ct-navSearch,
#navbar-transparent .ct-navSearch,
.navbar-motive .ct-navSearch,
#navbar-motive .ct-navSearch,
.navbar-inverse .ct-navSearch,
#navbar-inverse .ct-navSearch,
.navbar-transparent .ct-navSearch:hover,
#navbar-transparent .ct-navSearch:hover,
.navbar-motive .ct-navSearch:hover,
#navbar-motive .ct-navSearch:hover,
.navbar-inverse .ct-navSearch:hover,
#navbar-inverse .ct-navSearch:hover {
  color: #fff !important;
}
.navbar-transparent .nav.navbar-nav > li.active > a,
#navbar-transparent .nav.navbar-nav > li.active > a,
.navbar-default .nav.navbar-nav > li.active > a,
#navbar-default .nav.navbar-nav > li.active > a,
.navbar-inverse .nav.navbar-nav > li.active > a,
#navbar-inverse .nav.navbar-nav > li.active > a {
  background: #e74c46;
  color: #fff !important;
}
.navbar-transparent .nav.navbar-nav > li.dropdown > a:after,
#navbar-transparent .nav.navbar-nav > li.dropdown > a:after,
.navbar-default .nav.navbar-nav > li.dropdown > a:after,
#navbar-default .nav.navbar-nav > li.dropdown > a:after,
.navbar-inverse .nav.navbar-nav > li.dropdown > a:after,
#navbar-inverse .nav.navbar-nav > li.dropdown > a:after {
  color: #fff;
}
.navbar-transparent .nav.navbar-nav > li.active.dropdown > a:after,
#navbar-transparent .nav.navbar-nav > li.active.dropdown > a:after,
.navbar-default .nav.navbar-nav > li.active.dropdown > a:after,
#navbar-default .nav.navbar-nav > li.active.dropdown > a:after,
.navbar-inverse .nav.navbar-nav > li.active.dropdown > a:after,
#navbar-inverse .nav.navbar-nav > li.active.dropdown > a:after {
  color: #fff;
}
.navbar-transparent .ct-textEffect span:before,
#navbar-transparent .ct-textEffect span:before,
.navbar-default .ct-textEffect span:before,
#navbar-default .ct-textEffect span:before,
.navbar-inverse .ct-textEffect span:before,
#navbar-inverse .ct-textEffect span:before {
  color: #e74c46;
}
.navbar-transparent .ct-navSearch:hover,
#navbar-transparent .ct-navSearch:hover,
.navbar-default .ct-navSearch:hover,
#navbar-default .ct-navSearch:hover,
.navbar-inverse .ct-navSearch:hover,
#navbar-inverse .ct-navSearch:hover {
  color: #e74c46;
}
.navbar-transparent .ct-login,
#navbar-transparent .ct-login,
.navbar-default .ct-login,
#navbar-default .ct-login,
.navbar-inverse .ct-login,
#navbar-inverse .ct-login {
  background: #e74c46;
}
.navbar-default .navbar-header:after,
#navbar-default .navbar-header:after,
.navbar-transparent .navbar-header:after,
#navbar-transparent .navbar-header:after,
.navbar-motive .navbar-header:after,
#navbar-motive .navbar-header:after,
.navbar-default .navbar-nav:after,
#navbar-default .navbar-nav:after,
.navbar-transparent .navbar-nav:after,
#navbar-transparent .navbar-nav:after,
.navbar-motive .navbar-nav:after,
#navbar-motive .navbar-nav:after {
  background-color: #ddd;
}
.navbar-default .ct-login:hover,
#navbar-default .ct-login:hover,
.navbar-transparent .ct-login:hover,
#navbar-transparent .ct-login:hover,
.navbar-motive .ct-login:hover,
#navbar-motive .ct-login:hover {
  background: #333;
}
.navbar-inverse,
#navbar-inverse {
  background: #222;
  color: #fff;
}
.navbar-inverse .navbar-header:after,
#navbar-inverse .navbar-header:after,
.navbar-inverse .navbar-nav:after,
#navbar-inverse .navbar-nav:after {
  background-color: #555;
}
.navbar-inverse .ct-login:hover,
#navbar-inverse .ct-login:hover {
  background: #555;
}
.navbar-motive,
#navbar-motive {
  background: #e74c46;
}
.navbar-motive .nav.navbar-nav > li > a:hover,
#navbar-motive .nav.navbar-nav > li > a:hover {
  background-color: transparent;
}
.navbar-motive .nav.navbar-nav .ct-textEffect span:before,
#navbar-motive .nav.navbar-nav .ct-textEffect span:before {
  color: #222;
}
.navbar-motive .nav.navbar-nav > li.active > a,
#navbar-motive .nav.navbar-nav > li.active > a {
  background: #fff;
  color: #e74c46 !important;
}
.navbar-motive .nav.navbar-nav > li.dropdown > a:after,
#navbar-motive .nav.navbar-nav > li.dropdown > a:after {
  color: #fff;
}
.navbar-motive .nav.navbar-nav > li.active.dropdown > a:after,
#navbar-motive .nav.navbar-nav > li.active.dropdown > a:after {
  color: #e74c46;
}
.navbar-motive .nav.navbar-nav:after,
#navbar-motive .nav.navbar-nav:after {
  background-color: #e74c46;
}
.navbar-motive .ct-login,
#navbar-motive .ct-login {
  background: #333;
}
.navbar-motive .ct-login:hover,
#navbar-motive .ct-login:hover {
  background: #555;
}
.navbar-motive .ct-navSearch:hover,
#navbar-motive .ct-navSearch:hover {
  color: #fff;
}
.navbar.navbar-default,
#navbar-default {
  background: rgba(255, 255, 255, 0.75);
  color: #555;
}
.navbar.navbar-default .ct-navSearch,
#navbar-default .ct-navSearch {
  color: #555;
}
.navbar.navbar-default .navbar-toggle .icon-bar,
#navbar-default .navbar-toggle .icon-bar,
.navbar.navbar-default .navbar-toggle:focus .icon-bar,
#navbar-default .navbar-toggle:focus .icon-bar,
.navbar.navbar-default .navbar-toggle:hover .icon-bar,
#navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #222;
}
.navbar.navbar-default .nav.navbar-nav > li > a,
#navbar-default .nav.navbar-nav > li > a {
  color: #555;
}
.navbar.navbar-default .nav.navbar-nav > li.dropdown > a:after,
#navbar-default .nav.navbar-nav > li.dropdown > a:after {
  color: #aaa;
}
.navbar.navbar-default .nav.navbar-nav > li.active.dropdown > a:after,
#navbar-default .nav.navbar-nav > li.active.dropdown > a:after {
  color: #fff;
}
.navbar.navbar-default .ct-logoDark,
#navbar-default .ct-logoDark {
  display: block;
}
.navbar.navbar-default .ct-logoWhite,
#navbar-default .ct-logoWhite {
  display: none;
}
@media (min-width: 480px) {
  .navbar.navbar-default .ct-navbarBox,
  #navbar-default .ct-navbarBox {
    color: #555;
  }
}
@media (min-width: 480px) {
  .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-right,
.snapjs-left {
  overflow: hidden !important;
}
.snapjs-right .ct-pageWrapper,
.snapjs-left .ct-pageWrapper {
  overflow-x: hidden;
}
.snapjs-right .ct-menuMobile,
.snapjs-left .ct-menuMobile {
  overflow-y: auto;
  z-index: 0;
  overflow-x: hidden;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-menuMobile {
  background: #222222;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 266px;
  max-height: 100%;
  overflow: hidden;
  z-index: -1;
  border-right: 1px solid #222222;
}
.ct-menuMobile-navbar {
  list-style: none;
  padding: 0;
}
.ct-menuMobile-navbar li > a {
  line-height: 40px;
  padding: 0 35px;
  color: #fff;
  display: block;
  width: 100%;
  border-top: 1px solid #555;
}
.ct-menuMobile-navbar li:hover > a {
  background: #e74c46;
  color: #fff;
  border-color: #e74c46;
}
.ct-menuMobile-navbar li:hover + li > a {
  border-color: #e74c46;
}
.ct-menuMobile-navbar li:first-child > a {
  border: none;
}
.ct-menuMobile-navbar li.dropdown > a {
  position: relative;
}
.ct-menuMobile-navbar li.dropdown > a:after {
  content: "\f0a9";
  font-family: fontawesome;
  position: absolute;
  font-size: 1em;
  line-height: 1em;
  color: #fff;
  height: 12px;
  width: 12px;
  top: 50%;
  margin-top: -6.5px;
  right: 10px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.ct-menuMobile-navbar li.dropdown.open > a:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ct-menuMobile-navbar li.dropdown.open .dropdown-menu {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  background: transparent;
  box-shadow: none;
  float: none;
  border: none;
  border-top: 1px solid #222;
}
.ct-menuMobile-navbar li.dropdown.open .dropdown-menu > li > a {
  border: none;
  line-height: 32px;
}
.ct-menuMobile-navbar li.dropdown.open > a,
.ct-menuMobile-navbar li.dropdown.open:hover > a {
  background: #e74c46;
  border-bottom: 1px solid #e74c46;
}
.ct-menuMobile-navbar li.dropdown.open:hover + li a {
  border-color: #555;
}
.ct-menuMobile-logo {
  width: 100%;
  text-align: center;
  height: 101px;
  display: block;
}
.ct-menuMobile-logo a {
  line-height: 101px;
}
@media (min-width: 768px) {
  .ct-navbarMobile,
  .ct-menuMobile {
    display: none;
  }
}
.ct-navbar--toFixed .ct-navbar--fixed {
  position: fixed;
  top: -101px;
  margin: 0 !important;
}
.ct-navbar--toFixed .ct-navbar--fixed.navbar-default {
  background: #fff;
}
.ct-topBar {
  background: #e74c46;
  width: 100%;
  padding: 6px 0;
  z-index: 99999;
  position: relative;
}
.ct-topBar .ct-topBar-inner {
  display: table;
  width: 100%;
}
.ct-topBar .ct-topBar-inner > div {
  display: table-cell;
  vertical-align: middle;
}
.ct-topBar .ct-topBar-contentInner {
  display: table;
  width: 100%;
}
.ct-topBar .ct-topBar-contentInner > div {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
.ct-topBar .ct-topBar-rightContent {
  text-align: right;
}
.ct-topBar .ct-topBar-button {
  background: #222;
  background: rgba(0, 0, 0, 0.35);
  height: 28px;
  line-height: 1;
  font-size: 11px;
  padding: 7px 8px;
  border-radius: 2px;
}
.ct-topBar .ct-topBar-button span,
.ct-topBar .ct-topBar-button i {
  color: #fff;
}
.ct-topBar .ct-topBar-list {
  list-style: none;
  margin-bottom: 0;
  display: inline-table;
  padding-left: 15px;
}
.ct-topBar .ct-topBar-list li {
  display: inline-block;
  position: relative;
}
.ct-topBar .ct-topBar-list li a {
  color: #fff;
  font-size: 11px;
  font-family: 'lato', sans-serif;
  text-transform: uppercase;
}
.ct-topBar .ct-topBar-list li a:hover {
  color: #fff;
  text-decoration: underline !important;
}
.ct-topBar .ct-topBar-list li + li {
  margin-left: 10px;
  padding-left: 10px;
}
.ct-topBar .ct-topBar-list li + li:after {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  width: 1px;
  height: 60%;
  background: #fff;
}
.ct-topBar .form-group {
  display: inline-block;
  width: 100%;
  max-width: 228px;
  margin-bottom: 0;
  position: relative;
}
.ct-topBar .form-group ::-webkit-input-placeholder {
  color: #fff;
}
.ct-topBar .form-group :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.ct-topBar .form-group ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.ct-topBar .form-group :-ms-input-placeholder {
  color: #fff;
}
.ct-topBar .form-group .form-control {
  height: 28px;
  padding: 0 8px;
  line-height: 1;
  font-size: 14px;
  background: #222;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  border: none;
  border-radius: 2px;
  padding-right: 30px;
}
@media (max-width: 359px) {
  .ct-topBar .form-group .form-control:focus {
    width: 200px;
    position: absolute;
    top: -4px;
    right: 0;
    background: #222;
  }
  .ct-topBar .form-group .form-control:focus + button {
    top: -4px;
  }
}
.ct-topBar .form-group .ct-navbar-search-button {
  border: none;
  box-shadow: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 28px;
  background: transparent;
  color: #fff;
}
@media (max-width: 400px) {
  .ct-topBar .form-group {
    width: 60%;
  }
}
.ct-topBar .ct-langPicker {
  display: inline-block;
  padding-right: 30px;
}
.ct-topBar .ct-langPicker-content {
  position: relative;
  display: inline;
}
.ct-topBar .ct-langPicker-content img {
  width: 22px;
}
.ct-topBar .ct-langPicker-content span {
  color: #fff;
  display: inline-block;
  padding-right: 5px;
  font-family: 'lato', saasns-serif;
  text-transform: uppercase;
  font-size: 11px;
}
.ct-topBar .ct-langPicker-list {
  position: absolute;
  background: #fff;
  border: 1px solid #999;
  min-width: 118px;
  padding: 0.35rem 1.25rem;
  text-align: right;
  list-style: none;
  top: -0.55rem;
  right: -1.025em;
  visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  z-index: 5000;
}
.ct-topBar .ct-langPicker-list li {
  font-size: 14px;
  line-height: 30px;
  display: inline-block;
}
.ct-topBar .ct-langPicker-list li a {
  color: #999;
}
.ct-topBar .ct-langPicker-list li a img {
  padding-left: 5px;
}
.ct-topBar .ct-langPicker-list li a:hover {
  text-decoration: none;
  color: #555;
}
.ct-topBar .ct-langPicker-list:hover {
  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-langPicker .ct-langPicker-content:hover .ct-langPicker-list {
  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);
}
@media (max-width: 991px) {
  .ct-topBar .ct-topBar-inner .ct-topBar-list {
    display: none;
  }
}
@media (max-width: 559px) {
  .ct-topBar .ct-langPicker span {
    display: none;
  }
}
@media (max-width: 499px) {
  .ct-topBar .form-group {
    max-width: 160px;
  }
}
@media (max-width: 359px) {
  .ct-topBar .ct-langPicker {
    padding-right: 10px;
  }
}
.ct-navbar-toggle--withTopBar {
  position: absolute !important;
  top: 50% !important;
  margin-top: -16px;
}
.btn {
  box-shadow: none !important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 0.85em 0.95em;
  line-height: 1;
  font-size: 1em;
  border-radius: 5px;
}
.btn span {
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
.btn i {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn i + span {
  padding-left: 0.75em;
}
.btn span + i {
  padding-left: 0.75em;
}
.btn.btn-xs {
  padding: 2px 5px;
  border-radius: 4px;
}
.btn.btn-lg {
  padding: 1.588em 1.768em;
}
.btn.btn-lg i {
  margin: 0 -0.65em;
}
.btn.btn-lg i + span {
  padding-left: 1.35em;
}
.btn.btn-lg span + i {
  padding-left: 1.35em;
}
.btn.btn-wide {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn .ct-iconButton,
.btn .ct-iconButton:hover {
  border-color: #fff;
  margin-left: 5px;
}
.btn-motive {
  background: #e74c46;
}
.btn-motive span {
  color: #fff;
}
.btn-motive i {
  color: #fff;
}
.btn-motive:hover {
  background: #333;
}
.btn-motive-o {
  background: transparent;
  border: 2px solid #e74c46;
}
.btn-motive-o i,
.btn-motive-o span {
  color: #e74c46;
}
.btn-motive-o:hover {
  border-color: #333;
}
.btn-motive-o:hover span,
.btn-motive-o:hover i {
  color: #333;
}
.btn-gray {
  background: #888;
}
.btn-gray span,
.btn-gray i {
  color: #fff;
}
.btn-gray:hover {
  background: #444;
}
.btn-gray-o {
  background: transparent;
  color: #888;
  border: 2px solid #888;
}
.btn-gray-o i,
.btn-gray-o span {
  color: #888;
}
.btn-gray-o:hover {
  border-color: #444;
}
.btn-gray-o:hover span,
.btn-gray-o:hover i {
  color: #444;
}
.btn-graylighter {
  background: #aaa;
}
.btn-graylighter span,
.btn-graylighter i {
  color: #fff;
}
.btn-graylighter:hover {
  background: #555;
}
.btn-graylighter-o {
  background: transparent;
  color: #aaa;
  border: 2px solid #aaa;
}
.btn-graylighter-o span,
.btn-graylighter-o i {
  color: #aaa;
}
.btn-graylighter-o:hover {
  border-color: #555;
}
.btn-graylighter-o:hover span,
.btn-graylighter-o:hover i {
  color: #555;
}
.btn-graydarker {
  background: #555;
}
.btn-graydarker span,
.btn-graydarker i {
  color: #fff;
}
.btn-graydarker:hover {
  background: #222;
}
.btn-graydarker-o {
  background: transparent;
  color: #555;
  border: 2px solid #555;
}
.btn-graydarker-o span,
.btn-graydarker-o i {
  color: #555;
}
.btn-graydarker-o:hover {
  border-color: #222;
}
.btn-graydarker-o:hover,
.btn-graydarker-o:hover i,
.btn-graydarker-o:hover span {
  color: #222;
}
.btn-default {
  border-color: transparent;
}
.btn-default span,
.btn-default i {
  color: #333;
}
.btn-default:hover span,
.btn-default:hover i {
  color: #333;
}
.btn-default-o {
  background-color: transparent;
  border: 2px solid #fff;
}
.btn-default-o span {
  color: #fff;
}
.btn-default-o:hover {
  background: #fff;
}
.btn-default-o:hover span {
  color: #222;
}
.btn-inverse {
  border-color: transparent;
  background: #333;
}
.btn-inverse span,
.btn-inverse i {
  color: #fff;
}
.btn-inverse:hover {
  background: #555;
}
.btn-inverse-o {
  background-color: transparent;
  border: 2px solid #333;
}
.btn-inverse-o i,
.btn-inverse-o span {
  color: #333;
}
.btn-inverse-o:hover {
  background: #333;
}
.btn-inverse-o:hover span,
.btn-inverse-o:hover i {
  color: #fff;
}
.btn-primary,
.btn-success,
.btn-danger,
.btn-warning,
.btn-info {
  border-color: transparent;
}
.btn-primary:hover,
.btn-success:hover,
.btn-danger:hover,
.btn-warning:hover,
.btn-info:hover {
  background: #333;
  border-color: transparent;
}
.btn-primary-o,
.btn-success-o,
.btn-danger-o,
.btn-warning-o,
.btn-info-o {
  background: transparent;
  border: 2px solid;
}
.btn-primary-o:hover,
.btn-success-o:hover,
.btn-danger-o:hover,
.btn-warning-o:hover,
.btn-info-o:hover {
  border-color: #333;
}
.btn-primary-o:hover span,
.btn-success-o:hover span,
.btn-danger-o:hover span,
.btn-warning-o:hover span,
.btn-info-o:hover span,
.btn-primary-o:hover i,
.btn-success-o:hover i,
.btn-danger-o:hover i,
.btn-warning-o:hover i,
.btn-info-o:hover i {
  color: #333;
}
.btn-primary-o {
  color: #337ab7;
}
.btn-success-o {
  color: #5cb85c;
}
.btn-danger-o {
  color: #d9534f;
}
.btn-warning-o {
  color: #f0ad4e;
}
.btn-info-o {
  color: #5bc0de;
}
.ct-iconButton {
  color: #888;
  border: 2px solid #888;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  display: inline-block;
  line-height: 1.8em;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ct-iconButton:hover {
  color: #333;
  border-color: #333;
}
.ct-iconButton.ct-iconButton--larger {
  width: 2.857em;
  height: 2.857em;
  line-height: 2.55;
}
.progress {
  box-shadow: none !important;
  height: 10px;
  position: relative;
  overflow: visible;
  border-radius: 0;
}
.progress .progress-bar {
  border-radius: 0;
  background-color: #e74c46;
  position: relative;
}
.progress .ct-progressBar-tr {
  color: #222;
}
.ct-progressBar {
  margin-bottom: 30px;
}
.ct-progressBar-tr {
  position: absolute;
  top: -1.95em;
  right: 0;
  font-weight: bold;
  font-family: 'lato';
  font-size: 1rem;
}
.ct-progressBar-name {
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  padding-bottom: 0.5em;
  text-transform: uppercase;
  font-family: 'lato';
  font-weight: 700;
}
.ct-progressBar--inverse .progress-bar {
  background-color: #fff;
}
.ct-progressBar--inverse .ct-progressBar-tr {
  color: #fff;
}
.ct-progressBar--inverse .ct-progressBar-name {
  color: #fff;
}
.ct-progressBar--inverse .progress {
  background: #555555;
}
.ct-header {
  color: #222;
  min-height: 250px;
}
.ct-header h1 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 43px;
}
.btn,
.ct-cart-checkout,
.ct-cart-clear {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 0.85em 0.95em;
  border-radius: 5px;
  font-weight: 600;
  text-transform: uppercase;
}
.btn-motive,
.ct-cart-checkout,
.ct-cart-clear {
  background: #e74c46;
  color: #fff;
  border: none;
}
.btn-motive:hover,
.ct-cart-checkout:hover,
.ct-cart-clear:hover,
.btn-motive:active,
.ct-cart-checkout:active,
.ct-cart-clear:active,
.btn-motive:focus,
.ct-cart-checkout:focus,
.ct-cart-clear:focus {
  border-color: #222;
  background-color: #222;
  color: #fff;
}
.ct-cart-checkout {
  float: right;
}
.ct-cart-clear {
  float: left;
}
main {
  padding: 100px 0 50px;
}
.page-title {
  padding-top: 30px;
  text-align: center;
}
.ct-product {
  position: relative;
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.ct-product input,
.ct-product select,
.ct-product option {
  border: none;
  font-size: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.ct-product img {
  width: 100%;
  min-width: 100%;
}
.ct-product .image,
.ct-product .inner {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.ct-product > .inner {
  position: relative;
  background: #f8f8f8;
  padding: 25px;
  border: 1px solid #ddd;
  border-left: none;
}
.ct-product > .inner .ct-product-title {
  font-weight: 900;
  font-size: 24px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.ct-product > .inner .ct-product-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 30px;
  background: #222;
  left: 0;
  margin: auto;
}
.ct-product > .inner p.description {
  color: #777;
  font-size: inherit;
  line-height: 1.7;
}
.ct-product > .inner span.price {
  font-weight: 300;
  display: block;
  font-size: 40px;
  color: #e74c46;
  font-family: 'Lato';
  position: relative;
  padding: 10px 0;
}
.ct-product > .inner span.price:before,
.ct-product > .inner span.price:after {
  text-transform: uppercase;
  font-weight: 700;
  color: #aaa;
  font-size: 20px;
}
.ct-product > .inner span.price:after {
  content: attr(data-content);
  text-decoration: line-through;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .ct-product .image,
  .ct-product .inner {
    display: block;
    width: 100%;
  }
  .ct-product .inner {
    border: 1px solid #ddd;
  }
}
.ct-product .ct-product-title input,
.ct-product .ct-product-title select {
  display: block;
  padding-left: 0;
  position: relative;
  left: -3px;
  margin-top: 5px;
}
.ct-product .ct-product-title input,
.ct-product .ct-product-title select,
.ct-product .ct-product-title option {
  font-size: 20px;
}
.widget {
  margin-bottom: 50px;
}
.widget .widget-header {
  font-weight: lighter;
  padding: 0.4em 0.5em 0.5em;
  background: #eee;
  font-size: 30px;
}
.widget .ct-cart {
  position: relative;
  background: #f8f8f8;
  padding: 15px 20px 20px;
}
.widget .ct-cart:before,
.widget .ct-cart:after {
  content: '';
  display: table;
  clear: both;
}
.widget .ct-cart .ct-cart-total {
  font-size: 20px;
  float: left;
  font-weight: 600;
  color: #666;
  padding-bottom: 12px;
}
.widget .ct-cart .ct-cart-total:before {
  content: 'Total: ';
  margin-right: 5px;
}
.widget .ct-cart ul,
.widget .ct-cart ol {
  list-style: none;
  padding: 20px 0;
  margin: 0 -20px;
}
.widget .ct-cart ul:before,
.widget .ct-cart ol:before,
.widget .ct-cart ul:after,
.widget .ct-cart ol:after {
  content: '';
  display: table;
  clear: both;
}
.widget .ct-cart ul li,
.widget .ct-cart ol li {
  position: relative;
  color: #666;
  font-size: 18px;
  padding: 15px 45px 15px 20px;
}
.widget .ct-cart ul li:before,
.widget .ct-cart ol li:before,
.widget .ct-cart ul li:after,
.widget .ct-cart ol li:after {
  content: '';
  display: table;
  clear: both;
}
.widget .ct-cart ul li button,
.widget .ct-cart ol li button {
  position: absolute;
  top: 50%;
  right: 9px;
  margin-top: -12.5px;
  width: 25px;
  height: 25px;
  line-height: 5px;
  border: none;
  border-radius: 4px;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #e74c46;
}
.widget .ct-cart ul li button:hover,
.widget .ct-cart ol li button:hover,
.widget .ct-cart ul li button:focus,
.widget .ct-cart ol li button:focus,
.widget .ct-cart ul li button:active,
.widget .ct-cart ol li button:active {
  background: #222;
}
.widget .ct-cart ul li input,
.widget .ct-cart ol li input {
  width: 50px;
  border: none;
  float: left;
  padding: 0 5px;
  margin-left: 15px;
  line-height: 30px;
}
.widget .ct-cart ul li .ct-cart-price,
.widget .ct-cart ol li .ct-cart-price {
  float: left;
  padding-top: 3px;
}
.widget .ct-cart ul li .ct-cart-name,
.widget .ct-cart ol li .ct-cart-name {
  display: block;
  font-weight: 600;
}
.widget .ct-cart ul li:nth-child(odd),
.widget .ct-cart ol li:nth-child(odd) {
  background: #ddd;
}
.widget .ct-cart ul li:nth-child(even),
.widget .ct-cart ol li:nth-child(even) {
  background: #eee;
}
@media (min-width: 479px) {
  .menu-cart .widget {
    min-width: 350px;
  }
}
.cart-message-container {
  position: fixed;
  bottom: 0;
  right: 20px;
}
.cart-message-container .cart-message {
  display: block;
}
img,
figure {
  max-width: 100%;
}
html {
  -webkit-font-smoothing: antialiased;
  -ms-overflow-style: scrollbar;
}
body {
  overflow-x: hidden;
  width: 100%;
}
* {
  outline: none !important;
}
.container-fluid {
  padding: 0;
}
.container-fluid > .row {
  margin: 0;
}
.boxed .ct-pageWrapper {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.ct-preloader-container {
  position: fixed;
  background: #fff;
  height: 100%;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  z-index: 9998;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .ct-preloader-container {
    z-index: 99999;
  }
}
@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border-top-color: rgba(0, 0, 0, 0.5);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border-top-color: #e74c46;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border-top-color: rgba(0, 0, 0, 0.5);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border-top-color: rgba(0, 0, 0, 0.5);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border-top-color: #e74c46;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border-top-color: rgba(0, 0, 0, 0.5);
  }
}
.ct-preloader {
  position: fixed;
  top: 50%;
  margin-top: -75px;
  left: 50%;
  margin-left: -75px;
  width: 150px;
  height: 150px;
  display: block;
  overflow: hidden;
}
.ct-preloader div {
  height: 100%;
}
.ct-preloader div:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.ct-preloader,
.ct-preloader div {
  border-radius: 50%;
  border: 2px solid transparent;
  padding: 4px;
  -webkit-animation: rotate2 4s infinite linear;
  animation: rotate2 4s infinite linear;
}
.ct-pageWrapper {
  z-index: 3;
  background-color: inherit;
}
body.boxed .ct-pageWrapper,
.ptn1 .ct-pageWrapper,
.ptn2 .ct-pageWrapper,
.ptn3 .ct-pageWrapper,
.ptn4 .ct-pageWrapper,
.ptn5 .ct-pageWrapper,
.ptn6 .ct-pageWrapper,
.ptn7 .ct-pageWrapper,
.ptn8 .ct-pageWrapper,
.ptn9 .ct-pageWrapper,
.ptn10 .ct-pageWrapper,
.ptn11 .ct-pageWrapper,
.ptn12 .ct-pageWrapper,
.ptn13 .ct-pageWrapper {
  max-width: 1200px;
  margin: auto;
  position: relative;
  overflow-x: hidden;
}
body.boxed .ct-pageWrapper .container,
.ptn1 .ct-pageWrapper .container,
.ptn2 .ct-pageWrapper .container,
.ptn3 .ct-pageWrapper .container,
.ptn4 .ct-pageWrapper .container,
.ptn5 .ct-pageWrapper .container,
.ptn6 .ct-pageWrapper .container,
.ptn7 .ct-pageWrapper .container,
.ptn8 .ct-pageWrapper .container,
.ptn9 .ct-pageWrapper .container,
.ptn10 .ct-pageWrapper .container,
.ptn11 .ct-pageWrapper .container,
.ptn12 .ct-pageWrapper .container,
.ptn13 .ct-pageWrapper .container {
  margin: 0;
}
body.boxed nav.navbar,
.ptn1 nav.navbar,
.ptn2 nav.navbar,
.ptn3 nav.navbar,
.ptn4 nav.navbar,
.ptn5 nav.navbar,
.ptn6 nav.navbar,
.ptn7 nav.navbar,
.ptn8 nav.navbar,
.ptn9 nav.navbar,
.ptn10 nav.navbar,
.ptn11 nav.navbar,
.ptn12 nav.navbar,
.ptn13 nav.navbar {
  max-width: 1200px;
}
body.boxed .ct-topBar,
.ptn1 .ct-topBar,
.ptn2 .ct-topBar,
.ptn3 .ct-topBar,
.ptn4 .ct-topBar,
.ptn5 .ct-topBar,
.ptn6 .ct-topBar,
.ptn7 .ct-topBar,
.ptn8 .ct-topBar,
.ptn9 .ct-topBar,
.ptn10 .ct-topBar,
.ptn11 .ct-topBar,
.ptn12 .ct-topBar,
.ptn13 .ct-topBar {
  width: 100%;
  margin: auto;
}
@media (min-width: 1200px) {
  body.boxed .ct-topBar,
  .ptn1 .ct-topBar,
  .ptn2 .ct-topBar,
  .ptn3 .ct-topBar,
  .ptn4 .ct-topBar,
  .ptn5 .ct-topBar,
  .ptn6 .ct-topBar,
  .ptn7 .ct-topBar,
  .ptn8 .ct-topBar,
  .ptn9 .ct-topBar,
  .ptn10 .ct-topBar,
  .ptn11 .ct-topBar,
  .ptn12 .ct-topBar,
  .ptn13 .ct-topBar {
    width: 1200px;
    z-index: 9996;
    position: absolute;
    left: 0;
    right: 0;
  }
}
body.boxed .ct-topBar + .ct-menuMobile + .ct-pageWrapper,
.ptn1 .ct-topBar + .ct-menuMobile + .ct-pageWrapper,
.ptn2 .ct-topBar + .ct-menuMobile + .ct-pageWrapper,
.ptn3 .ct-topBar + .ct-menuMobile + .ct-pageWrapper,
.ptn4 .ct-topBar + .ct-menuMobile + .ct-pageWrapper,
.ptn5 .ct-topBar + .ct-menuMobile + .ct-pageWrapper,
.ptn6 .ct-topBar + .ct-menuMobile + .ct-pageWrapper,
.ptn7 .ct-topBar + .ct-menuMobile + .ct-pageWrapper,
.ptn8 .ct-topBar + .ct-menuMobile + .ct-pageWrapper,
.ptn9 .ct-topBar + .ct-menuMobile + .ct-pageWrapper,
.ptn10 .ct-topBar + .ct-menuMobile + .ct-pageWrapper,
.ptn11 .ct-topBar + .ct-menuMobile + .ct-pageWrapper,
.ptn12 .ct-topBar + .ct-menuMobile + .ct-pageWrapper,
.ptn13 .ct-topBar + .ct-menuMobile + .ct-pageWrapper {
  padding-top: 40px;
}
body.boxed .ct-topBar + .ct-menuMobile + .ct-pageWrapper nav.navbar,
.ptn1 .ct-topBar + .ct-menuMobile + .ct-pageWrapper nav.navbar,
.ptn2 .ct-topBar + .ct-menuMobile + .ct-pageWrapper nav.navbar,
.ptn3 .ct-topBar + .ct-menuMobile + .ct-pageWrapper nav.navbar,
.ptn4 .ct-topBar + .ct-menuMobile + .ct-pageWrapper nav.navbar,
.ptn5 .ct-topBar + .ct-menuMobile + .ct-pageWrapper nav.navbar,
.ptn6 .ct-topBar + .ct-menuMobile + .ct-pageWrapper nav.navbar,
.ptn7 .ct-topBar + .ct-menuMobile + .ct-pageWrapper nav.navbar,
.ptn8 .ct-topBar + .ct-menuMobile + .ct-pageWrapper nav.navbar,
.ptn9 .ct-topBar + .ct-menuMobile + .ct-pageWrapper nav.navbar,
.ptn10 .ct-topBar + .ct-menuMobile + .ct-pageWrapper nav.navbar,
.ptn11 .ct-topBar + .ct-menuMobile + .ct-pageWrapper nav.navbar,
.ptn12 .ct-topBar + .ct-menuMobile + .ct-pageWrapper nav.navbar,
.ptn13 .ct-topBar + .ct-menuMobile + .ct-pageWrapper nav.navbar {
  margin-top: 40px;
}
.ptn1,
.ptn2,
.ptn3,
.ptn4,
.ptn5,
.ptn6,
.ptn7,
.ptn8,
.ptn9,
.ptn10,
.ptn11,
.ptn12,
.ptn13 {
  background-attachment: fixed !important;
  background-repeat: repeat;
}
.ptn1 {
  background-image: url("../images/bg_pattern_01.png");
}
.ptn2 {
  background-image: url("../images/bg_pattern_02.png");
}
.ptn3 {
  background-image: url("../images/bg_pattern_03.png");
}
.ptn4 {
  background-image: url("../images/bg_pattern_04.png");
}
.ptn5 {
  background-image: url("../images/bg_pattern_05.png");
}
.ptn6 {
  background-image: url("../images/bg_pattern_06.jpg");
}
.ptn7 {
  background-image: url("../images/bg_pattern_07.jpg");
}
.ptn8 {
  background-image: url("../images/bg_pattern_08.jpg");
}
.ptn9 {
  background-image: url("../images/bg_pattern_09.png");
}
.ptn10 {
  background-image: url("../images/bg_pattern_10.png");
}
.ptn11 {
  background-image: url("../images/bg_pattern_11.png");
}
.ptn12 {
  background-image: url("../images/bg_pattern_12.png");
}
.cssAnimate .animated {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.cssAnimate .activate {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-shadow {
  position: relative;
  z-index: 1;
}
.ct-shadow:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -40px;
  height: 40px;
  width: 100%;
  background: no-repeat center center;
}
.ct-shadow.ct-shadow--type1:after {
  background-image: url(../images/shadow_1.png);
}
.ct-shadow.ct-shadow--type2:after {
  background-image: url(../images/shadow_2.png);
}
.ct-shadow.ct-shadow--type3:after {
  background-image: url(../images/shadow_3.png);
}
.ct-shadow.ct-shadow--type4:after {
  background-image: url(../images/shadow_4.png);
}
.ct-sectionHeader {
  text-align: center;
}
.ct-sectionHeader-title,
.ct-sectionHeader-title * {
  font-weight: lighter;
}
.ct-sectionHeader-title span,
.ct-sectionHeader-title * span {
  font-weight: 900;
  color :#079eab;
}
.ct-sectionHeader-separator {
  margin-top: 6px;
  margin-bottom: 3px;
}
.ct-sectionHeader-separator .minus {
  width: 20px;
  height: 2px;
  margin-bottom: 4px;
  background: #222;
  display: inline-block;
}
.ct-sectionHeader-separator .minus:first-child {
  margin-right: -1px;
}
.ct-sectionHeader-separator .minus:last-child {
  margin-left: 1px;
}
.ct-sectionHeader-separator .slash {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: -3px;
  color: #222;
}
.ct-sectionHeader p {
  font-weight: bold;
  color: #aaa;
}
.ct-sectionHeader.ct-sectionHeader--left {
  text-align: left;
}
.ct-sectionHeader.ct-sectionHeader--left .ct-sectionHeader-separator {
  margin-top: 5px;
}
.ct-sectionHeader.ct-sectionHeader--right {
  text-align: right;
}
.ct-sectionHeader.ct-sectionHeader--right .ct-sectionHeader-separator {
  margin-top: 5px;
}
.ct-u-sectionDark,
.ct-u-sectionMotive,
.ct-u-sectionGrayDarker {
  color: #fff;
}
.ct-u-sectionDark *,
.ct-u-sectionMotive *,
.ct-u-sectionGrayDarker *,
.ct-u-sectionDark * *,
.ct-u-sectionMotive * *,
.ct-u-sectionGrayDarker * * {
  color: #fff;
}
.ct-u-sectionDark .ct-u-hr,
.ct-u-sectionMotive .ct-u-hr,
.ct-u-sectionGrayDarker .ct-u-hr {
  background-color: #fff;
}
.ct-u-sectionDark .ct-sectionHeader p,
.ct-u-sectionMotive .ct-sectionHeader p,
.ct-u-sectionGrayDarker .ct-sectionHeader p {
  color: #fff;
}
.ct-u-sectionDark .ct-sectionHeader-separator .minus,
.ct-u-sectionMotive .ct-sectionHeader-separator .minus,
.ct-u-sectionGrayDarker .ct-sectionHeader-separator .minus {
  background-color: #fff;
}
.ct-u-sectionDark .ct-sectionHeader-separator .slash,
.ct-u-sectionMotive .ct-sectionHeader-separator .slash,
.ct-u-sectionGrayDarker .ct-sectionHeader-separator .slash {
  color: #fff;
}
.ct-u-sectionDark .ct-iconButton,
.ct-u-sectionMotive .ct-iconButton,
.ct-u-sectionGrayDarker .ct-iconButton {
  border-color: #fff;
}
.ct-u-sectionDark a:hover,
.ct-u-sectionMotive a:hover,
.ct-u-sectionGrayDarker a:hover {
  color: #fff;
}
.ct-sectionOverflow {
  overflow: hidden;
  position: relative;
  background: #f8f8f8;
}
.ct-sectionOverflow-image {
  height: 100%;
  overflow: hidden;
  z-index: 100;
}
.ct-sectionOverflow-image img {
  position: absolute;
  min-width: 100%;
  max-width: none;
  width: 975px;
}
.ct-sectionOverflow.ct-sectionOverflow--imageLeft .ct-sectionOverflow-content {
  padding-left: 15px;
}
.ct-sectionOverflow.ct-sectionOverflow--imageLeft .ct-sectionOverflow-image {
  left: 0;
}
.ct-sectionOverflow.ct-sectionOverflow--imageLeft .ct-sectionOverflow-image img {
  right: 0;
}
.ct-sectionOverflow.ct-sectionOverflow--imageRight .ct-sectionOverflow-content {
  padding-right: 15px;
}
.ct-sectionOverflow.ct-sectionOverflow--imageRight .ct-sectionOverflow-image {
  right: 0;
}
.ct-sectionOverflow.ct-sectionOverflow--imageRight .ct-sectionOverflow-image img {
  left: 0;
}
.ct-sectionOverflow.ct-sectionOverflow--withHover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ct-sectionOverflow.ct-sectionOverflow--withHover:hover {
  background-color: #e74c46 !important;
}
.ct-sectionOverflow.ct-sectionOverflow--withHover:hover * {
  color: #fff;
  border-color: #fff;
}
.ct-sectionOverflow.ct-sectionOverflow--withHover:hover .ct-u-hr:after {
  background: #fff;
}
.ct-sectionOverflow.ct-sectionOverflow--withHover .ct-iconButton:hover {
  background: #fff;
  border-color: #e74c46;
}
.ct-sectionOverflow.ct-sectionOverflow--withHover .ct-iconButton:hover i {
  color: #e74c46;
}
@media (max-width: 991px) {
  .ct-sectionOverflow {
    height: auto !important;
  }
  .ct-sectionOverflow .ct-sectionOverflow-content {
    margin: 4.286em auto;
  }
  .ct-sectionOverflow-image {
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
  }
  .ct-sectionOverflow-image img {
    position: relative;
    min-width: 0;
    width: 100%;
    right: 0;
  }
  .ct-sectionOverflow .ct-u-textRight,
  .ct-sectionOverflow .ct-u-textLeft {
    text-align: center;
  }
  .ct-sectionOverflow .ct-u-textRight .ct-u-hr:after,
  .ct-sectionOverflow .ct-u-textLeft .ct-u-hr:after,
  .ct-sectionOverflow .ct-u-textRight.ct-u-hr:after,
  .ct-sectionOverflow .ct-u-textLeft.ct-u-hr:after {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}
.ct-sectionOverflow.ct-mediaSection .ct-mediaSection-inner {
  display: block;
}
.ct-socials {
  margin: 0;
  list-style: none;
  text-align: center;
  padding-left: 0;
}
.ct-socials li {
  display: inline-block;
}
.ct-socials li a {
  font-size: 1.571em;
  padding: 0 4px;
}
.ct-socials li a i {
  color: #fff;
}
.ct-socials .tooltip {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-socials .tooltip-inner {
  background: #fff;
  color: #e74c46;
  font-weight: bold;
  font-size: 1rem;
}
.ct-socials .tooltip > .tooltip-arrow {
  border-top-color: #fff;
}
.ct-socials.ct-socials--type2 li a i {
  color: #e74c46;
}
.ct-socials.ct-socials--type3 {
  padding: 17.5px 0 17.5px 15px;
}
.ct-socials.ct-socials--type3 li {
  vertical-align: top;
  text-transform: uppercase;
  line-height: 1.571em;
}
@media (min-width: 768px) {
  .ct-socials.ct-socials--type3 {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .ct-socialSection {
    display: table;
    width: 100%;
  }
  .ct-socialSection > div {
    display: table-cell;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: middle;
  }
}
@media (min-width: 768px) {
  .ct-socialSection.ct-socialSection50 > div {
    width: 50%;
  }
}
.ct-slick img {
  margin: auto;
  width: 100%;
  max-width: none;
}
.ct-slick .item {
  overflow: hidden;
  background-size: cover;
}
.ct-slick .item .item-inner {
  display: table;
}
.ct-slick .item .item-inner--full {
  display: table;
  width: 100%;
}
.ct-slick .item .ct-slick-image {
  display: table-cell;
}
.ct-slick .item .ct-slick-content {
  max-width: 750px;
  display: table-cell;
  padding: 30px;
  vertical-align: middle;
}
.ct-slick .item .ct-slick-content .btn {
  margin-bottom: 8px;
}
.ct-slick .item .ct-slick-content .btn + .btn {
  margin-left: 8px;
}
@media (max-width: 359px) {
  .ct-slick .item .ct-slick-content {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .ct-slick .item .ct-slick-image {
    display: none;
  }
  .ct-slick .item .ct-slick-content {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.ct-slick .slick-prev,
.ct-slick .slick-next {
  background: #555;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  z-index: 1;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.ct-slick .slick-prev:before,
.ct-slick .slick-next:before {
  font-family: fontawesome;
}
.ct-slick .slick-prev:hover,
.ct-slick .slick-next:hover {
  background: #222;
  background: rgba(0, 0, 0, 0.65);
}
.ct-slick .slick-prev {
  left: 0;
}
.ct-slick .slick-prev:before {
  content: "\f053";
}
.ct-slick .slick-next {
  right: 0;
}
.ct-slick .slick-next:before {
  content: "\f054";
}
.ct-slick .slick-dots {
  bottom: 20px;
}
.ct-slick .slick-dots li {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
.ct-slick .slick-dots li button {
  padding: 0;
  height: 10px;
  width: 10px;
}
.ct-slick .slick-dots li.slick-active {
  background: #fff;
}
@media (min-width: 768px) {
  nav + .ct-slick,
  nav + header {
    margin-top: 160px;
  }
}
.ct-slick--synced {
  position: relative;
}
.ct-slick--synced .ct-slick[data-asNavFor] {
  position: static;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ct-slick--synced .ct-slick[data-asNavFor] .slick-slide {
  -moz-opacity: 0.35;
  -khtml-opacity: 0.35;
  -webkit-opacity: 0.35;
  opacity: 0.35;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=35);
  filter: alpha(opacity=35);
  cursor: pointer;
}
.ct-slick--synced .ct-slick[data-asNavFor] .slick-slide.slick-center {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-mediaObject {
  margin-top: 0;
  position: relative;
  padding-bottom: 5px;
  overflow: hidden;
}
.ct-mediaObject .media-left,
.ct-mediaObject .media-right {
  padding-top: 15px;
  z-index: 2;
  position: relative;
}
.ct-mediaObject .media-left img,
.ct-mediaObject .media-right img {
  width: 70px;
}
.ct-mediaObject .media-left {
  padding-right: 2rem;
}
.ct-mediaObject .media-right {
  padding-left: 2rem;
}
.ct-mediaObject .media-body {
  position: relative;
  padding-top: 15px;
  padding-bottom: 5px;
  z-index: 1;
}
.ct-mediaObject .media-body .ct-mediaObject-header {
  text-transform: uppercase;
}
.ct-mediaObject .media-body .ct-mediaObject-date,
.ct-mediaObject .media-body .ct-mediaObject-date small {
  color: #999;
  font-weight: lighter;
  vertical-align: top;
  display: inline;
  line-height: 1;
}
.ct-mediaObject .media-body .ct-mediaObject-date span {
  font-size: 0.5em;
  color: #555;
  font-weight: 900;
  vertical-align: top;
  line-height: 1.5em;
}
.ct-mediaObject:after {
  position: absolute;
  background: rgba(11, 11, 11, 0.99);
  height: 100%;
  content: "";
  top: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  left: 35px;
  width: 100%;
}
.ct-mediaObject:last-child {
  padding-bottom: 0;
}
.ct-mediaObject:hover .ct-mediaObject-date,
.ct-mediaObject:hover .ct-mediaObject-date small,
.ct-mediaObject:hover .ct-mediaObject-date span {
  color: #e74c46;
}
.ct-mediaObject:hover:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  background: #111;
}
.ct-footer {
  position: relative;
}
.ct-footer .ct-sectionHeader .ct-sectionHeader-separator {
  margin-top: 12px;
}
.ct-footer .ct-sectionHeader .ct-sectionHeader-separator .minus {
  background: #777;
}
.ct-footer .ct-sectionHeader .ct-sectionHeader-separator .slash {
  color: #777;
}
.ct-footer p {
  color: #aaa;
}
.ct-footer:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
}
.ct-footer.ct-u-sectionDark:after {
  border-color: transparent transparent #333 transparent;
}
.ct-footer.ct-u-sectionMotive:after {
  border-color: transparent transparent #e74c46 transparent;
}
.ct-footer .ct-footer-meta {
  min-height: 5rem;
  line-height: 5rem;
}
.ct-footer .ct-footer-meta .ct-footer-copyright {
  float: left;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.ct-footer .ct-footer-meta .ct-footer-copyright a {
  color: #fff;
}
.ct-footer .ct-footer-meta .ct-footer-copyright a:hover {
  color: #fff;
  text-decoration: underline !important;
}
.ct-footer .ct-footer-meta .ct-socials {
  float: right;
  padding: 0;
}
@media (max-width: 480px) {
  .ct-footer .ct-footer-meta {
    text-align: center;
    padding: 2em 0;
  }
  .ct-footer .ct-footer-meta .ct-footer-copyright,
  .ct-footer .ct-footer-meta .ct-socials {
    float: none;
    line-height: 3rem;
  }
}
.ct-flickrGallery > a,
.ct-flickrGallery > div {
  max-width: 24%;
  display: inline-block;
  margin-bottom: 4px;
  position: relative;
  background: #222;
}
.ct-flickrGallery > a img,
.ct-flickrGallery > div img {
  width: 89px;
  height: auto;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.ct-flickrGallery > a:after,
.ct-flickrGallery > div:after {
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  content: "\f002";
  font-family: fontawesome;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1.429em;
  height: 1.429em;
  font-size: 1.429em;
  line-height: 1.429em;
  margin: auto;
  color: transparent;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  text-align: center;
}
.ct-flickrGallery > a:hover img,
.ct-flickrGallery > div:hover img {
  -moz-opacity: 0.32;
  -khtml-opacity: 0.32;
  -webkit-opacity: 0.32;
  opacity: 0.32;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=32);
  filter: alpha(opacity=32);
}
.ct-flickrGallery > a:hover:after,
.ct-flickrGallery > div:hover:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  color: #fff;
}
.ct-flickrGallery > div {
  margin-right: 3px;
  margin-bottom: 3px;
}
@media (max-width: 359px) {
  .ct-flickrGallery > div {
    margin-right: 2px;
    margin-bottom: 2px;
  }
}
.mfp-container .mfp-content .mfp-figure .mfp-close {
  background: #e74c46;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 40px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  right: 0;
  top: 40px;
  cursor: pointer;
}
.mfp-container .mfp-content .mfp-figure .mfp-close:hover {
  background: #333;
}
.mfp-container {
  z-index: 99991;
}
.mfp-container .mfp-content {
  z-index: 99992;
}
.mfp-container .mfp-figure {
  z-index: 99993;
}
.mfp-container .mfp-preloader {
  z-index: 99994;
}
.mfp-wrap {
  z-index: 99990;
}
.ct-tabs .nav-tabs {
  border: none;
  margin-bottom: -1px;
}
.ct-tabs .nav-tabs li {
  margin: 0;
}
.ct-tabs .nav-tabs li a {
  margin: 0;
  border-radius: 0;
  background: #eee;
  color: #777;
  padding: 0.929em 1em 0.929em 1em;
  font-weight: 600;
  border-style: solid;
  border-width: 1px 1px 1px 0 !important;
  border-color: #ddd #ddd #ddd #ddd;
}
.ct-tabs .nav-tabs li.active {
  background: #fff;
  border-top-color: #e74c46;
  color: #222;
  position: relative;
}
.ct-tabs .nav-tabs li.active a,
.ct-tabs .nav-tabs li.active a:hover {
  background: #fff;
  border-top-color: #e74c46;
  border-bottom-color: #ddd;
  color: #222;
}
.ct-tabs .nav-tabs li.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
  z-index: 1;
  background: #e74c46;
}
.ct-tabs .nav-tabs li:first-child a {
  border-left: 1px solid #ddd !important;
}
.ct-tabs .tab-pane {
  border: 1px solid #ddd;
  padding: 1.714em;
}
.tabpanel .nav-tabs {
  text-transform: uppercase;
  font-family: 'lato', sans-serif;
  border: none;
}
.tabpanel .nav-tabs li {
  margin: 0;
}
.tabpanel .nav-tabs li a {
  border: none !important;
  border-radius: 0;
  background: #dddddd;
  color: #888;
  font-weight: bold;
  padding: 14px 18px;
  margin-bottom: 2px;
}
.tabpanel .nav-tabs li.active a {
  background: #e74c46;
  color: #fff;
}
.panel {
  background: transparent;
  margin: 0 !important;
}
.panel .panel-heading {
  padding: 0;
}
.panel .panel-heading a {
  display: block;
  width: 100%;
  padding: 0.95em 1em;
  position: relative;
}
.panel .panel-heading a,
.panel .panel-heading a * {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.panel .panel-heading a:before {
  content: "\f147";
  font-family: fontawesome;
  float: left;
  margin-right: 1rem;
  position: relative;
  top: 2px;
  font-size: 1rem;
  font-weight: normal;
}
.panel .panel-heading a.collapsed,
.panel .panel-heading a.collapsed * {
  color: #777;
}
.panel .panel-heading a.collapsed:before {
  content: "\f196";
}
.panel .panel-body {
  border: 1px solid #ddd;
  margin-top: 1px;
  background: #fff;
}
.panel-motive .panel-heading a {
  background: #e74c46;
}
.panel-motive .panel-heading a,
.panel-motive .panel-heading a * {
  color: #fff;
}
.panel-motive .panel-heading a.collapsed {
  background: #eee;
}
.panel-motive-o .panel-heading a {
  border: 1px solid #e74c46;
}
.panel-motive-o .panel-heading a,
.panel-motive-o .panel-heading a * {
  color: #e74c46;
}
.panel-motive-o .panel-heading a.collapsed {
  border-color: #eee;
}
.panel-motive-o .panel-heading a.collapsed,
.panel-motive-o .panel-heading a.collapsed * {
  color: #777;
}
.ct-featuredButton-container a {
  vertical-align: bottom;
  margin-right: 10px;
}
.ct-callToAction {
  text-align: center;
  padding: 2.856em;
  border-top: 7px solid #e74c46;
}
.ct-callToAction-header {
  padding-bottom: 0.85em;
  font-weight: bold;
}
.ct-callToAction p {
  line-height: 1.8;
  font-size: 1.214em;
  margin-bottom: 1.8em;
}
.ct-callToAction .btn-lg {
  padding-left: 4.286em;
  padding-right: 4.286em;
}
.ct-callToAction.ct-callToAction--type2 {
  border-top: 0;
  border-left: 7px solid #e74c46;
}
.ct-callToAction.ct-callToAction--type2 .ct-callToAction-header {
  padding-bottom: 0.35em;
}
.ct-callToAction.ct-callToAction--type2 p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .ct-callToAction.ct-callToAction--type2 .ct-u-displayTableVertical,
  .ct-callToAction.ct-callToAction--type2 .ct-u-displayTableCell {
    display: block !important;
    width: 100%;
  }
  .ct-callToAction.ct-callToAction--type2 .ct-callToAction-button {
    padding-left: 0;
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .ct-callToAction.ct-callToAction--type2 .ct-callToAction-button {
    width: 1%;
    padding-left: 50px;
  }
}
@media (min-width: 768px) {
  .ct-callToAction.ct-callToAction--type2 {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .ct-callToAction .btn-lg {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    display: inline-block;
  }
}
.ct-callToAction.ct-u-sectionMotive {
  border-color: #333;
}
.form-control {
  border-radius: 0;
  box-shadow: none !important;
  outline: none !important;
  height: auto;
  border-top: none;
  border-left: none;
  font-size: 1.786rem;
  line-height: 1;
  font-weight: lighter;
  font-family: "Lato", sans-serif;
  padding: 0.56em 0.76em;
  border-color: #b2b2b2;
}
.form-control:focus {
  border-color: #e74c46;
}
.form-control.form-control--type2 {
  border: 1px solid #b2b2b2;
  padding: 0.26em 0.76em;
}
.form-control.form-control--type2:focus {
  border-color: #e74c46;
}
.form-error {
  background: #e74c46;
  border-color: #e74c46;
  color: #fff;
}
.form-error::-webkit-input-placeholder {
  color: #fff;
}
.form-error:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.form-error::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.form-error:-ms-input-placeholder {
  color: #fff;
}
label {
  text-transform: uppercase;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.selectize-input {
  font-family: 'lato', sans-serif;
  min-height: 46px;
}
.selectize-input.focus {
  box-shadow: none;
}
.selectize-dropdown-content {
  padding: 0;
  font-family: 'lato', sans-serif;
}
.selectize-dropdown-content [data-selectable] {
  padding: 0.5em 1em;
  border: 1px solid #ddd;
}
.selectize-dropdown-content [data-selectable]:nth-child(even) {
  background: #f8f8f8;
}
.selectize-dropdown-content [data-selectable]:nth-child(odd) {
  background: #fff;
}
.selectize-dropdown-content [data-selectable] + [data-selectable] {
  margin-top: -1px;
}
.selectize-dropdown-content [data-selectable]:hover {
  background: #e74c46;
  border-color: #e74c46;
  color: #fff;
}
.ct-select {
  border-radius: 0;
  border: none;
}
.ct-select,
.ct-select * {
  box-shadow: none;
}
.ct-select .selectize-input {
  border-radius: 0;
  font-family: 'lato', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.85em 1em;
}
.ct-select .selectize-input.focus {
  border-color: #e74c46;
}
.ct-select .selectize-input > input {
  display: none !important;
}
.form-control[disabled],
.ct-select[disabled] * {
  background-color: #eeeeee;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  pointer-events: none;
}
label.disabled {
  -moz-opacity: 0.35;
  -khtml-opacity: 0.35;
  -webkit-opacity: 0.35;
  opacity: 0.35;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=35);
  filter: alpha(opacity=35);
  pointer-events: none;
}
.alert {
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  padding: 1.25em;
}
.alert button {
  color: inherit;
  opacity: 1;
}
.alert button:hover {
  color: #222;
  opacity: 1;
}
.ct-googleMap--accordion .ct-googleMap-header {
  font-size: 32px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ct-googleMap--accordion .ct-googleMap-container {
  height: 0;
  overflow: hidden;
}
.ct-googleMap img {
  max-width: none;
}
#ct-counter .counter-block {
  position: relative;
  padding: 0 22px;
}
#ct-counter .counter-block:before {
  content: ":";
  font-size: 2.571rem;
  color: #e74c46;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: -4px;
  line-height: 60px;
}
#ct-counter .counter-block .counter {
  width: 60px;
  height: 60px;
}
#ct-counter .counter-block .counter .number {
  background: transparent;
  font-size: 3.571rem;
  color: #e74c46;
  font-weight: 900;
  width: auto;
  line-height: 60px;
}
#ct-counter .counter-block .counter.days .hundreds {
  display: none !important;
}
#ct-counter .counter-block .counter-caption {
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #222;
  font-size: 1em;
}
#ct-counter .counter-block:first-child:before {
  display: none;
}
#ct-counter .counter-block:last-child {
  display: none;
}
@media (max-width: 400px) {
  #ct-counter .counter-block {
    padding: 0 10px;
  }
}
.ct-newsletter {
  background: #e74c46;
  padding: 10px;
  border-radius: 20px;
}
.ct-newsletter .form-group {
  display: block;
}
.ct-newsletter .input-group {
  width: 100%;
}
.ct-newsletter .form-control {
  background: transparent;
  background: rgba(255, 255, 255, 0.2);
  border-bottom: none;
  border-right: 2px solid #e74c46;
  color: #fff;
  border-radius: 10px 0 0 10px;
  height: 80px;
  font-size: 2.857rem;
}
.ct-newsletter .form-control + .form-control {
  border-left: 2px solid #fff;
  border-left: 2px solid rgba(255, 255, 255, 0);
}
.ct-newsletter ::-webkit-input-placeholder {
  color: #fff;
}
.ct-newsletter :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.ct-newsletter ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.ct-newsletter :-ms-input-placeholder {
  color: #fff;
}
.ct-newsletter .ct-newsletter-button {
  height: 80px;
  border-radius: 0 10px 10px 0;
  background: #fff;
  color: #222;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  white-space: pre-wrap;
  text-align: center;
}
.ct-newsletter .ct-newsletter-button:hover {
  background: #333;
  color: #fff;
}
@media (min-width: 768px) {
  .ct-newsletter .form-control.ct-newsletter-name {
    width: 35%;
  }
  .ct-newsletter .form-control.ct-newsletter-email {
    width: 45%;
  }
  .ct-newsletter .ct-newsletter-button {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .ct-newsletter {
    margin: 45px 0;
  }
  .ct-newsletter .form-control,
  .ct-newsletter .ct-newsletter-button {
    width: 100%;
    border-radius: 10px !important;
  }
  .ct-newsletter .form-control {
    margin-bottom: 10px;
  }
  .ct-newsletter .form-group {
    margin-bottom: 0;
  }
}
.ct-figure {
  position: relative;
}
.ct-figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -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.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ct-figure .ct-figure-inner {
  display: table;
  width: 100%;
  height: 100%;
}
.ct-figure .ct-figure-inner .ct-figure-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.ct-figure .ct-figure-inner .ct-figure-text .ct-figure-header {
  margin-top: 20px;
  color: transparent;
}
.ct-figure .ct-figure-inner .ct-figure-text .ct-figure-header.ct-u-hr {
  margin-bottom: 0.55em;
  padding-bottom: 1.25em;
}
.ct-figure .ct-figure-inner .ct-figure-text .ct-figure-header.ct-u-hr:after {
  background: transparent;
}
.ct-figure .ct-figure-inner .ct-figure-text p {
  color: #fff;
}
.ct-figure .ct-figure-inner .ct-iconButton:hover {
  color: #fff;
  border-color: #fff;
}
.ct-figure:hover figcaption {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-figure:hover figcaption .ct-figure-inner .ct-figure-text .ct-figure-header {
  color: #fff;
}
.ct-figure:hover figcaption .ct-figure-inner .ct-figure-text .ct-figure-header.ct-u-hr:after {
  background: #fff;
}
.ct-form-group.input-daterange,
.ct-form-group {
  float: left;
}
.ct-form-group.input-daterange ::-webkit-input-placeholder,
.ct-form-group ::-webkit-input-placeholder {
  color: #222;
  text-align: center;
}
.ct-form-group.input-daterange :-moz-placeholder,
.ct-form-group :-moz-placeholder {
  /* Firefox 18- */
  color: #222;
  text-align: center;
}
.ct-form-group.input-daterange ::-moz-placeholder,
.ct-form-group ::-moz-placeholder {
  /* Firefox 19+ */
  color: #222;
  text-align: center;
}
.ct-form-group.input-daterange :-ms-input-placeholder,
.ct-form-group :-ms-input-placeholder {
  color: #222;
  text-align: center;
}
.ct-form-group.input-daterange input,
.ct-form-group input {
  width: 49%;
  float: left;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  border: 1px solid #b2b2b2;
  border-radius: 0;
  text-transform: uppercase;
}
.ct-form-group.input-daterange input:last-child,
.ct-form-group input:last-child {
  float: right;
}
.ct-form-group.input-daterange input:focus,
.ct-form-group input:focus {
  border-color: #e74c46;
  background: #e74c46;
  color: #fff;
}
.ct-form-group.input-daterange input:focus::-webkit-input-placeholder,
.ct-form-group input:focus::-webkit-input-placeholder {
  color: #fff;
}
.ct-form-group.input-daterange input:focus:-moz-placeholder,
.ct-form-group input:focus:-moz-placeholder {
  color: #fff;
}
.ct-form-group.input-daterange input:focus::-moz-placeholder,
.ct-form-group input:focus::-moz-placeholder {
  color: #fff;
}
.ct-form-group.input-daterange input:focus:-ms-input-placeholder,
.ct-form-group input:focus:-ms-input-placeholder {
  color: #fff;
}
.datepicker.dropdown-menu,
.datepicker.datepicker-inline {
  background: #eee;
  border-radius: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.23);
  border: none;
  width: 100%;
  max-width: 360px;
  padding: 20px 10px 10px 10px;
}
.datepicker.dropdown-menu:after,
.datepicker.datepicker-inline:after,
.datepicker.dropdown-menu:before,
.datepicker.datepicker-inline:before {
  display: none;
}
.datepicker.dropdown-menu table,
.datepicker.datepicker-inline table {
  width: 100%;
}
.datepicker.dropdown-menu table tr th,
.datepicker.datepicker-inline table tr th,
.datepicker.dropdown-menu table tr td,
.datepicker.datepicker-inline table tr td {
  width: 14.28%;
  height: 48px;
  border: 2px solid #eee;
  border-radius: 0;
  position: relative;
}
.datepicker.dropdown-menu table tr td:before,
.datepicker.datepicker-inline table tr td:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 46px;
  -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.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  border: 2px solid #e74c46;
}
.datepicker.dropdown-menu table tr td:hover:before,
.datepicker.datepicker-inline table tr td:hover:before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.datepicker.dropdown-menu table thead tr:last-child,
.datepicker.datepicker-inline table thead tr:last-child {
  border-top: 4px solid #eee;
}
.datepicker.dropdown-menu table thead tr:last-child th.dow,
.datepicker.datepicker-inline table thead tr:last-child th.dow {
  border-radius: 0;
  text-transform: uppercase;
}
.datepicker.dropdown-menu table thead tr:last-child th:nth-child(odd),
.datepicker.datepicker-inline table thead tr:last-child th:nth-child(odd) {
  background: #ffffff;
}
.datepicker.dropdown-menu table thead tr:last-child th:nth-child(even),
.datepicker.datepicker-inline table thead tr:last-child th:nth-child(even) {
  background: #f4f4f4;
}
.datepicker.dropdown-menu table thead tr:first-child,
.datepicker.datepicker-inline table thead tr:first-child {
  background: #fff;
  border-left: 2px solid #eee;
  border-right: 2px solid #eee;
}
.datepicker.dropdown-menu table thead tr:first-child th,
.datepicker.datepicker-inline table thead tr:first-child th {
  background: #fff !important;
  border-radius: 0;
  border: none;
  font-size: 20px;
  padding: 5px;
  text-transform: uppercase;
}
.datepicker.dropdown-menu table tbody tr:nth-child(odd) td:nth-child(even),
.datepicker.datepicker-inline table tbody tr:nth-child(odd) td:nth-child(even) {
  background: #ffffff;
}
.datepicker.dropdown-menu table tbody tr:nth-child(odd) td:nth-child(odd),
.datepicker.datepicker-inline table tbody tr:nth-child(odd) td:nth-child(odd) {
  background: #f4f4f4;
}
.datepicker.dropdown-menu table tbody tr:nth-child(even) td:nth-child(odd),
.datepicker.datepicker-inline table tbody tr:nth-child(even) td:nth-child(odd) {
  background: #ffffff;
}
.datepicker.dropdown-menu table tbody tr:nth-child(even) td:nth-child(even),
.datepicker.datepicker-inline table tbody tr:nth-child(even) td:nth-child(even) {
  background: #f4f4f4;
}
.datepicker.dropdown-menu table tbody tr td,
.datepicker.datepicker-inline table tbody tr td {
  border: 2px solid #eee !important;
}
.datepicker.dropdown-menu table tbody tr td.range,
.datepicker.datepicker-inline table tbody tr td.range {
  background: #555 !important;
  color: #fff;
}
.datepicker.dropdown-menu table tbody tr td.selected,
.datepicker.datepicker-inline table tbody tr td.selected {
  background: #444 !important;
  color: #fff;
}
.datepicker.dropdown-menu table tbody tr td.selected.active,
.datepicker.datepicker-inline table tbody tr td.selected.active,
.datepicker.dropdown-menu table tbody tr td.day.active,
.datepicker.datepicker-inline table tbody tr td.day.active {
  background: #e74c46 !important;
}
.datepicker.dropdown-menu table tbody td[colspan]:before,
.datepicker.datepicker-inline table tbody td[colspan]:before {
  display: none;
}
.datepicker.dropdown-menu table tbody td[colspan] span,
.datepicker.datepicker-inline table tbody td[colspan] span {
  width: 31%;
  border-radius: 0;
  margin: 1px;
  border: 2px solid transparent;
  line-height: 50px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.datepicker.dropdown-menu table tbody td[colspan] span:nth-child(even),
.datepicker.datepicker-inline table tbody td[colspan] span:nth-child(even) {
  background: #fff;
}
.datepicker.dropdown-menu table tbody td[colspan] span:nth-child(odd),
.datepicker.datepicker-inline table tbody td[colspan] span:nth-child(odd) {
  background: #f4f4f4;
}
.datepicker.dropdown-menu table tbody td[colspan] span:hover,
.datepicker.datepicker-inline table tbody td[colspan] span:hover {
  border: 2px solid #e74c46;
}
.datepicker.datepicker-inline {
  padding: 0;
  box-shadow: none;
}
.datepicker.datepicker-inline table {
  border-color: transparent;
}
.ct-widget-header,
.ct-widget-footer {
  background: #eee;
}
.ct-widget-header,
.ct-widget-footer,
.ct-widget-header small,
.ct-widget-footer small {
  font-weight: lighter;
  padding: 0.4em 0.5em 0.5em 0.5em;
}
.ct-widget-header .ct-widget-price,
.ct-widget-footer .ct-widget-price {
  font-weight: 900;
  color: #e74c46;
}
.ct-widget-header--dark,
.ct-widget-footer--dark {
  background: #777;
}
.ct-widget-header--dark,
.ct-widget-footer--dark,
.ct-widget-header--dark *,
.ct-widget-footer--dark * {
  color: #fff;
}
.ct-widget-content {
  background: #f8f8f8;
  padding: 1.429rem;
}
.ct-widget-content p,
.ct-widget-content p:hover,
.ct-widget-content p:focus {
  font-size: 1.071em;
  color: #aaa;
}
.ct-widget-categories p {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow: hidden;
  position: relative;
}
.ct-widget-categories p:before {
  content: "\f0a9";
  position: absolute;
  padding: 0 2px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: fontawesome;
  left: -20px;
  color: #e74c46;
}
.ct-widget-categories a:hover p {
  color: #e74c46;
  padding-left: 20px;
}
.ct-widget-categories a:hover p:before {
  left: 0;
  margin-right: 15px;
}
.ct-widget-search {
  position: relative;
}
.ct-widget-search input {
  height: 50px;
  padding-right: 50px;
}
.ct-widget-search button {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  border: none;
  height: 50px;
  width: 50px;
  font-size: 1.25em;
  color: #777;
  line-height: 50px;
  margin-top: -2px;
}
.ct-checkbox input {
  visibility: hidden;
  display: none;
}
.ct-checkbox label {
  position: relative;
}
.ct-checkbox input[type=checkbox] + label,
.ct-checkbox input[type=radio] + label {
  line-height: 1.714em;
  color: #aaa;
  font-weight: 600;
  font-size: 1.071em;
  padding-left: 2em;
}
.ct-checkbox input[type=checkbox] + label:before,
.ct-checkbox input[type=radio] + label:before {
  position: absolute;
  content: "";
  font-family: fontawesome;
  top: 0;
  left: 0;
  width: 1.714em;
  height: 1.714em;
  background: #fff;
  border: 1px solid #aaa;
  text-align: center;
  border-radius: 30%;
  color: #555;
}
.ct-checkbox label {
  text-transform: none;
}
.ct-checkbox input[type=checkbox]:checked + label,
.ct-checkbox input[type=radio]:checked + label {
  color: #777;
}
.ct-checkbox input[type=checkbox]:checked + label:before,
.ct-checkbox input[type=radio]:checked + label:before {
  content: "\f00c";
}
.ct-checkbox.ct-checkbox--rounded input[type=checkbox] + label:before,
.ct-checkbox.ct-checkbox--rounded input[type=radio] + label:before {
  border-radius: 50%;
  font-size: 0.72em;
  width: 2.2em;
  height: 2.25em;
  line-height: 2.2em;
}
.ct-checkbox.ct-checkbox--rounded input[type=checkbox]:checked + label:before,
.ct-checkbox.ct-checkbox--rounded input[type=radio]:checked + label:before {
  content: "\f111";
}
.ct-widget-filter-byType .ct-u-displayTableVertical {
  width: 100%;
  margin-bottom: 10px;
}
.ct-widget-filter-byType .ct-u-displayTableCell:last-child {
  width: 10%;
  text-align: right;
}
.ct-widget-filter-byType .ct-u-displayTableCell span {
  font-size: 1.071em;
  color: #aaa;
  font-weight: 600;
}
.ct-widget-filter-byPrice .slider_min,
.ct-widget-filter-byPrice .slider_max {
  width: 50%;
  display: inline-block;
  float: left;
  background: transparent;
  border: none;
  font-size: 1.071em;
  font-weight: 600;
  color: #666;
  cursor: not-allowed;
  pointer-events: none;
}
.ct-widget-filter-byPrice .slider_max {
  border-left: 0;
  text-align: right;
}
.ct-widget-filter-byPrice .slider {
  margin-top: 5px;
  width: 100% !important;
}
.ct-widget-filter-byPrice .slider .slider-track,
.ct-widget-filter-byPrice .slider .slider-selection {
  background: #e5e5e5;
  -webkit-box-shadow: inset 0 4px 12px -4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 4px 12px -4px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 4px 12px -4px rgba(0, 0, 0, 0.25);
}
.ct-widget-filter-byPrice .slider .slider-handle {
  width: 22px;
  height: 22px;
  background: #fff;
  box-shadow: 0 0 4.6px 0.4px rgba(0, 0, 0, 0.5);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-widget-filter-byPrice .slider .slider-handle:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  background: #e74c46;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.ct-widget-checkbox-2items .ct-u-displayTableVertical {
  width: 100%;
}
.ct-widget-checkbox-2items .ct-u-displayTableCell {
  width: 50%;
}
.ct-widget-list {
  list-style: none;
  font-weight: 600;
  font-size: 1.1071em;
  padding-left: 0;
  margin-bottom: 0;
}
.ct-widget-list li {
  margin-bottom: 0.5em;
  color: #777777;
}
.ct-widget-list li:last-child {
  margin-bottom: 0;
}
.ct-checkout-error {
  color: #d9534f;
  text-align: center;
  text-transform: uppercase;
}
.ct-tags a {
  background: #aaa;
  color: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  margin: 2.5px;
  font-size: 1.071em;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  padding: 3px 5px;
}
.ct-tags a:hover {
  background: #e74c46;
}
.ct-product-gallery {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 767px) {
  .ct-product-gallery .ct-product {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .ct-product-gallery .ct-product {
    width: 50%;
  }
}
.ct-product-gallery .ct-product.ct-product--type2 {
  width: 100%;
}
.ct-product {
  text-align: center;
  padding: 15px;
}
.ct-product img {
  width: 100%;
}
.ct-product:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #f8f8f8 transparent;
}
.ct-product .ct-product-content {
  position: relative;
  background: #f8f8f8;
  padding-bottom: 2.143em;
  border: 1px solid #ddd;
  border-top: none;
  padding-left: 1em;
  padding-right: 1em;
}
.ct-product .ct-product-content .ct-product-header {
  font-weight: 900;
  padding-top: 1.1em;
}
.ct-product .ct-product-content .ct-product-price {
  text-transform: uppercase;
  font-weight: 700;
  color: #aaa;
  font-family: 'lato', sans-serif;
  margin-bottom: 1.786em;
}
.ct-product .ct-product-content .ct-product-price span {
  padding: 0 2px;
}
.ct-product .ct-product-content .ct-product-price span,
.ct-product .ct-product-content .ct-product-price span * {
  font-weight: 900;
  color: #e74c46;
}
.ct-product .ct-product-content .ct-product-price .ct-product-currency {
  font-weight: 300;
}
.ct-product.ct-product--type2 {
  width: 100%;
}
.ct-product.ct-product--type2:after {
  display: none;
}
.ct-product.ct-product--type2 .media-left {
  width: 19.286rem;
  padding-right: 0;
}
.ct-product.ct-product--type2 .ct-product-content {
  border: 1px solid #ddd;
  padding-left: 2em;
  padding-right: 2em;
}
@media (min-width: 630px) {
  .ct-product.ct-product--type2 {
    text-align: left;
  }
  .ct-product.ct-product--type2 .ct-product-header {
    position: relative;
    margin-top: 1.1em;
    padding-top: 0;
  }
  .ct-product.ct-product--type2 .ct-product-header:before {
    content: "";
    position: absolute;
    z-index: 2;
    left: -2.65rem;
    top: 0.2rem;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #f8f8f8 transparent transparent;
  }
}
@media (max-width: 629px) {
  .ct-product.ct-product--type2 .media-left {
    display: block;
    padding: 0 0 0.5em 0;
    width: 100%;
  }
  .ct-product.ct-product--type2 .media-left img {
    width: 100%;
  }
  .ct-product.ct-product--type2 .ct-u-hr:after {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}
.ct-product.ct-product--type2 .ct-product-price {
  display: inline;
  float: left;
  margin-bottom: 0;
}
.ct-product.ct-product--type2 .btn {
  float: right;
  margin-top: 0.89rem;
}
@media (max-width: 767px) {
  .ct-product.ct-product--type2 .ct-product-price,
  .ct-product.ct-product--type2 .btn {
    float: none;
    display: block;
  }
}
.ct-gallery-filters {
  margin: 0 auto;
  height: 50px;
  display: inline-table;
  padding: 0;
}
.ct-gallery-filters li {
  border: none !important;
}
.ct-gallery-filters li a {
  border: none !important;
  padding: 1.175em;
  line-height: 1.1em;
  border-radius: 0;
  height: 50px;
}
.ct-gallery-filters li a.active {
  background: #fff !important;
  cursor: default;
}
.ct-gallery-filters li a.active span {
  color: #e74c46;
}
.ct-gallery-item {
  position: relative;
}
.ct-gallery-item img {
  width: 100%;
}
.ct-gallery-item figcaption {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  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);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ct-gallery-item figcaption * {
  color: transparent;
  color: rgba(255, 255, 255, 0.99);
  letter-spacing: 0.25px;
}
.ct-gallery-item figcaption i {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
}
.ct-gallery-item figcaption .ct-u-hr:after {
  background: transparent;
  background: rgba(255, 255, 255, 0.99);
}
.ct-gallery-item figcaption p {
  font-style: italic;
  font-weight: lighter;
}
.ct-gallery-item:hover figcaption {
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  -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:hover figcaption * {
  color: #fff;
}
.ct-gallery-item:hover figcaption .ct-u-hr:after {
  background: #fff;
}
.ct-loadMoreButton {
  width: 100%;
  text-align: center;
  border-radius: 0;
  padding: 0;
}
.ct-loadMoreButton span {
  padding: 0.375em 0;
}
.ct-loadMoreButton span,
.ct-loadMoreButton span small {
  display: block;
  font-weight: 300;
}
.ct-loadMoreButton span b,
.ct-loadMoreButton span small b {
  font-size: 1em;
}
.ct-latestPost {
  background: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ct-latestPost .media-left img,
.ct-latestPost .media-right img {
  width: 5.714rem;
  max-width: none;
}
.ct-latestPost .media-left {
  padding-right: 1.5em;
}
.ct-latestPost .media-right {
  padding-left: 1.5em;
}
.ct-latestPost .media-body .ct-latestPost-header {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.714em;
}
.ct-latestPost .media-body .ct-latestPost-meta {
  font-size: 0.857em;
  font-style: italic;
  font-weight: 300;
  padding-top: 3px;
  margin: 0;
}
.ct-latestPost .media-body .ct-latestPost-meta i {
  font-size: 1rem;
  color: #e74c46;
  padding-right: 3px;
}
.ct-latestPost:hover {
  background: #e74c46;
}
.ct-latestPost:hover *,
.ct-latestPost:hover p,
.ct-latestPost:hover .ct-latestPost-meta i {
  color: #fff;
}
.ct-blog p:last-child {
  margin: 0;
}
.ct-blog .ct-blog-header {
  background: #f8f8f8;
  padding: 1.429rem;
  border: 1px solid #ddd;
  margin-top: 0;
}
.ct-blog .ct-blog-header .ct-blog-date {
  text-align: center;
  background: #fff;
  border: 1px solid #e74c46;
  width: 5.714rem;
}
.ct-blog .ct-blog-header .ct-blog-date span {
  text-transform: uppercase;
  display: block;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ct-blog .ct-blog-header .ct-blog-date span.ct-blog-date-number {
  color: #e74c46;
  font-weight: 900;
  padding: 0.175em 0;
}
.ct-blog .ct-blog-header .ct-blog-date span.ct-blog-date-month {
  padding: 0.2em 0;
  color: #fff;
  background: #e74c46;
  font-size: 0.83em;
}
.ct-blog .ct-blog-header .ct-blog-title {
  font-weight: bold;
  margin-bottom: 0.45em;
}
.ct-blog .ct-blog-header .ct-blog-meta {
  font-style: italic;
  color: #999;
  font-size: 0.929em;
  font-weight: bold;
}
.ct-blog .ct-blog-header .ct-blog-meta i {
  padding-right: 3px;
}
.ct-blog .ct-blog-header .ct-blog-meta span + span {
  padding-left: 1.429rem;
}
.ct-blog .ct-blog-header .ct-blog-meta a {
  color: #999;
}
.ct-blog .ct-blog-header .ct-blog-meta a:hover {
  color: #e74c46;
}
.ct-blog .ct-blog-header + .ct-blog-content {
  margin-top: -1px;
}
.ct-blog .ct-blog-content {
  padding: 1.429em;
  border: 1px solid #ddd;
}
.ct-blog .btn {
  border-radius: 0;
}
.ct-blog .btn.btn-md {
  padding: 0.675em 2em;
}
.ct-blog-comments-header span.ct-iconButton,
.ct-blog-comments-header i {
  color: #e74c46;
  border-color: #e74c46;
}
.ct-blog-comments-header i {
  font-size: 1.5rem;
  line-height: 36px;
}
.ct-blog-comments-header .ct-blog-comments-title {
  line-height: 0;
}
.ct-blog-comments-header .ct-blog-comments-title * {
  color: #e74c46;
}
.ct-blog-comments-header .ct-blog-comments-title span {
  font-weight: 900;
  padding-right: 0.5rem;
}
.ct-pagination ul {
  list-style: none;
  display: inline-table;
  padding-left: 0;
  margin-bottom: 0;
}
.ct-pagination ul li + li {
  margin-left: 3px;
}
.ct-pagination ul li {
  display: inline-block;
}
.ct-pagination ul a,
.ct-pagination ul span {
  width: 2.857em;
  height: 2.857em;
  line-height: 2.857em;
  text-align: center;
  display: block;
  border: 1px solid;
}
.ct-pagination ul a {
  color: #222;
  border-color: #ddd;
}
.ct-pagination ul a:hover {
  border-color: #e74c46;
}
.ct-pagination ul span {
  color: #fff;
  background: #e74c46;
  border-color: #e74c46;
}
.ct-pagination ul + span {
  padding-left: 1.429em;
}
.ct-pagination span {
  color: #aaa;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ct-pagination span a {
  color: #aaa;
}
.ct-pagination span a:hover {
  color: #e74c46;
}
@media (max-width: 479px) {
  .ct-pagination {
    text-align: center;
  }
  .ct-pagination ul + span {
    display: block;
    margin-top: 0.75em;
  }
}
.ct-comment {
  margin-top: 0;
}
.ct-comment .media-left img,
.ct-comment .media-right img {
  width: 7.143rem;
  max-width: none;
}
.ct-comment .ct-comment-header {
  padding-top: 0.35em;
  display: block;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.65em;
  margin-bottom: 0.65em;
}
.ct-comment .ct-comment-header .ct-comment-name {
  color: #e74c46;
  font-weight: 600;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.ct-comment .ct-comment-header .ct-comment-meta {
  font-style: italic;
  font-weight: bold;
  font-size: 0.929em;
  color: #999;
}
.ct-comment .ct-comment-header .ct-comment-meta a {
  color: #222;
  position: relative;
  display: inline-block;
  padding-left: 0.65em;
  margin-left: 0.55em;
}
.ct-comment .ct-comment-header .ct-comment-meta a:hover {
  color: #e74c46;
}
.ct-comment .ct-comment-header .ct-comment-meta a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #ddd;
}
.ct-comment .media-left {
  padding-right: 1.429em;
}
.ct-comment .media-right {
  padding-left: 1.429em;
}
.ct-comment.ct-comment--withPadding {
  padding-left: 5rem;
}
@media (max-width: 359px) {
  .ct-comment .ct-comment-header {
    border-bottom: 0;
  }
  .ct-comment.ct-comment--withPadding {
    padding-left: 1rem;
  }
}
.ct-comment + .ct-comment {
  margin-top: 3.571rem;
}
.ct-404-header b {
  font-size: 1.35em;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #e74c46;
  border: 2rem solid #e74c46;
  width: 26.429rem;
  height: 26.429rem;
  line-height: 22.429rem;
  border-radius: 50%;
  display: inline-block;
}
.ct-panel {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #ddd;
  display: table;
  width: 100%;
  height: 25.714rem;
  padding: 2.1436rem;
}
.ct-panel .ct-panel-inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.ct-panel .ct-panel-meta {
  display: table;
  width: 100%;
  text-align: left;
}
.ct-panel .ct-panel-meta * {
  display: table-cell;
  vertical-align: middle;
}
.ct-panel .ct-panel-meta a {
  text-align: right;
}
.ct-panel .ct-panel-meta .ct-checkbox input {
  display: none;
}
@media (min-width: 992px) {
  .ct-panel .ct-checkbox {
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  .ct-panel .ct-panel-meta {
    display: block;
  }
  .ct-panel .ct-panel-meta button {
    display: block;
    margin: 0.75em 0;
    width: 100%;
    text-align: center;
  }
  .ct-panel .ct-panel-meta button * {
    display: block;
  }
  .ct-panel .ct-panel-meta .ct-checkbox {
    float: left;
  }
  .ct-panel .ct-panel-meta a {
    float: right;
    line-height: 2em;
  }
}
.ct-embed img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.ct-embed i {
  width: 11.071rem;
  height: 11.071rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5.536rem;
  margin-left: -5.536rem;
  border: 0.629rem solid #fff;
  border: 0.929rem solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  line-height: 9rem;
  color: #fff;
  color: rgba(255, 255, 255, 0.6);
  font-size: 5rem;
  text-align: center;
  z-index: 2;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.ct-embed i:before {
  margin-right: -0.8rem;
}
.ct-embed i:hover {
  color: #fff;
  border-color: #fff;
}
.ct-embed img.hide,
.ct-embed i.hide {
  display: none;
}
.ct-embed.ct-embed--withContent i {
  position: static;
}
.ct-embed.ct-embed--withContent .ct-embed-content {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: table;
}
.ct-embed.ct-embed--withContent .ct-embed-content .ct-embed-content-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.ct-embed.ct-embed--withContent .ct-embed-content * {
  color: #fff;
  margin: 1.5rem auto;
  text-align: center;
}
.ct-embed.ct-embed--withContent .ct-embed-content i {
  color: rgba(255, 255, 255, 0.6);
}
.ct-embed.ct-embed--withContent .ct-embed-content i:hover {
  color: #fff;
}
.ct-embed-outer {
  padding-right: 0;
}
@media (max-width: 991px) {
  .ct-embed-outer {
    margin-left: -15px;
  }
}
.ct-list {
  list-style: none;
  padding-left: 0;
}
.ct-list li {
  line-height: 1;
  padding: 0.85em;
  border: 1px solid #ddd;
  margin-top: -1px;
  font-weight: 600;
  color: #777;
}
.ct-list li:nth-child(even) {
  background: #eee;
}
.ct-list li:nth-child(odd) {
  background: #ddd;
}
.ct-simpleList {
  list-style: none;
  padding-left: 0;
}
.ct-simpleList li {
  display: table;
  width: 100%;
}
.ct-simpleList li i {
  color: #e74c46;
  font-size: 1.7em;
  padding-right: 0.25em;
  width: 1.25em;
}
.ct-simpleList li i,
.ct-simpleList li span {
  display: table-cell;
  vertical-align: middle;
}
.ct-simpleList li span {
  font-weight: 600;
  color: #545454;
}
.ct-simpleList li + li {
  padding-top: 0.65em;
}
.ct-simpleList li.disabled i,
.ct-simpleList li.disabled span {
  color: #bbb;
}
.ct-simpleList.ct-simpleList--type2 li + li {
  padding-top: 0.2em;
}
.ct-simpleList:not(.ct-list) li + li {
  padding-top: 5px;
}
.ct-simpleList:not(.ct-list) li i {
  padding-right: 7px;
}
.ct-categoryItem {
  text-align: center;
  background: #f8f8f8;
  border: 1px solid #ddd;
  display: inline-block;
  padding: 0.25em 1.25em 1em 1.25em;
}
.ct-phone {
  position: relative;
  z-index: 999;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
}
.ct-phone > img {
  z-index: 99;
}
.ct-phone > div {
  position: absolute;
  top: 8.5%;
  left: 14.1%;
  width: 71.35%;
  z-index: 0;
  border-radius: 2px;
}
.ct-phone > .ct-embed {
  padding-bottom: 40.35%;
}
@media (max-width: 479px) {
  .ct-phone .ct-embed i {
    width: 8.071rem;
    height: 8.071rem;
    margin-top: -4.036rem;
    margin-left: -4.036rem;
    font-size: 4rem;
    line-height: 6.5rem;
  }
}
.ct-twitter .tweet_even,
.ct-twitter .tweet_odd {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 45px;
  overflow: hidden;
}
.ct-twitter > div p {
  font-size: 1.25em;
  position: relative;
}
.ct-twitter > div p a.tweet_user {
  color: #e74c46;
}
.ct-twitter > div p a.tweet_user:hover {
  text-decoration: underline;
}
.ct-twitter > div p .tweet_text a {
  color: #e74c46;
}
.ct-twitter > div p .tweet_text a:hover {
  text-decoration: underline;
}
.ct-twitter > div p span.tweet_text,
.ct-twitter > div p a.tweet_user {
  font-style: italic;
}
.ct-twitter > div p span.tweet_time {
  padding-top: 15px;
  font-size: 14px;
  display: block;
  text-align: center;
  font-style: italic;
}
.ct-twitter > div p span.tweet_time a {
  color: #777;
}
.ct-twitter > div p span.tweet_time a:hover {
  color: #e74c46;
}
@media (max-width: 479px) {
  .ct-twitter > div p {
    font-size: 1.00em;
  }
}
::-moz-selection {
  background: #e74c46;
  color: #fff;
}
::selection {
  background: #e74c46;
  color: #fff;
}
.table thead {
  background: #e74c46;
  color: #fff;
  text-transform: uppercase;
}
.ct-blockquote {
  display: table;
  border-left: 0;
  padding: 20px 0;
}
.ct-blockquote i,
.ct-blockquote p {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  zoom: 1;
}
.ct-blockquote i {
  font-size: 3.571rem;
  padding-right: 23px;
}
.ct-blockquote p {
  font-size: 1.286rem;
}
.ie8 .ct-footer .ct-footer-meta {
  padding-top: 15px;
}
@media (min-width: 768px) {
  .ie8 .ct-navbar.navbar .ct-navbarBox .ct-navbar-search .form-control {
    line-height: 1.5;
  }
}
.ie8 .ct-checkbox INPUT[type=radio] + LABEL,
.ie8 .ct-checkbox INPUT[type=checkbox] + LABEL {
  padding-left: 5px;
  padding-bottom: 7px;
}
.ie8 .ct-checkbox INPUT[type=radio] + LABEL:before,
.ie8 .ct-checkbox INPUT[type=checkbox] + LABEL:before {
  display: none !important;
}
.ie8 .ct-checkbox input {
  display: inline;
  visibility: visible;
}
.ie8 .ct-widget-filter-byType .ct-u-displayTableCell {
  width: 100%;
}
.ie8 select.ct-select {
  width: 100%;
  padding: 15px 10px;
  border: 1px solid #ddd;
  font-weight: 600;
  color: #aaa;
}
.ie8 .slider-track,
.ie8 .slider-selection {
  filter: none;
}
.ie8 .ct-topBar input {
  line-height: 2 !important;
}
.ie8 .ct-flickr img {
  max-width: none !important;
}
