﻿@charset "UTF-8";
/*------------------------------------------------------------------
Project:	Youth Hostel - HTML Templare
Version:	1.0
Last change:	27 August 2015
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Animations
2. Utilities
3. Font awesome
4. Fontello
5. Menu
6. Slick slider
7. Media Sections
8. Selectize
9. Bootstrap datepicker
10. Headroom
11. Magnificpopup
12. Typography
13. Section header
14. Portfolio
15. Icon box
16. Article box
17. Blockquote
18. Lists
19. Buttons
20. Line break
21. Slick navigation
22. Socials
23. Footer
24. Flag box
25. Main slider
26. Booking box
27. Forms
28. Date picker
29. Image box
30. Divided icon wall
31. Page header
32. Accordions
33. Pricing box
34. Testimonials
35. Product box
36. Gallery container
37. Blog
38. Pagination
39. Puzzle box
40. Google maps
41. Info box
42. Video poster
43. Pre loader
44. Progress bar
45. Tabs
46. Counters
47. Tables
48. Onepager
49. Person box
50. Icons

-------------------------------------------------------------------*/
@import url("http://fonts.googleapis.com/css?family=Oswald:300,400&amp;subset=latin,latin-ext");
@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&amp;subset=latin,latin-ext");
@import url("http://fonts.googleapis.com/css?family=Varela+Round");
@import "../fonts/fontello/css/fontello.css";
@import "../js/datetime-picker/css/bootstrap-datepicker3.css";
.ct-m-imageCenter {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ct-m-backface {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 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;
}
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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;
  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;
  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 jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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-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-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(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: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.ct-fw-300 {
  font-weight: 300;
}
.ct-fw-400 {
  font-weight: 400;
}
.ct-fw-500 {
  font-weight: 500;
}
.ct-fw-600 {
  font-weight: 600;
}
.ct-fw-700 {
  font-weight: 700;
}
.ct-fw-800 {
  font-weight: 800;
}
.ct-fw-900 {
  font-weight: 900;
}
.ct-fs-i {
  font-style: italic;
}
.ct-fs-n {
  font-style: normal;
}
.ct-size-24 {
  font-size: 24px;
}
.ct-size-13 {
  font-size: 13px;
}
.ct-size-18 {
  font-size: 18px;
}
.ct-u-size48 {
  font-size: 48px;
}
.ct-u-size50 {
  font-size: 50px;
}
.ct-u-size60 {
  font-size: 60px;
}
.ct-u-size70 {
  font-size: 70px;
}
.ct-u-displayTable,
.ct-u-displayTableVertical {
  display: table;
  width: 100%;
}
.ct-u-displayTableVertical {
  height: 100%;
}
.ct-u-displayTableVertical .ct-u-displayTableCell {
  vertical-align: middle;
}
.ct-u-displayTableRow {
  display: table-row;
}
.ct-u-displayTableCell {
  display: table-cell;
}
.ct-u-displayBlock {
  display: block;
}
.ct-u-maxWidth--none {
  max-width: none;
}
.ct-u-noPaddings {
  padding: 0!important;
}
.ct-u-paddingBoth10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ct-u-paddingTop10 {
  padding-top: 10px;
}
.ct-u-paddingBottom10 {
  padding-bottom: 10px;
}
.ct-u-paddingHorizontal-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.ct-u-paddingBoth20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ct-u-paddingTop20 {
  padding-top: 20px;
}
.ct-u-paddingBottom20 {
  padding-bottom: 20px;
}
.ct-u-paddingBoth25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.ct-u-paddingTop25 {
  padding-top: 25px;
}
.ct-u-paddingBottom25 {
  padding-bottom: 25px;
}
.ct-u-padding28 {
  padding: 28px;
}
.ct-u-paddingBoth30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ct-u-paddingTop30 {
  padding-top: 30px;
}
.ct-u-paddingBottom30 {
  padding-bottom: 30px;
}
.ct-u-paddingTop35 {
  padding-top: 35px;
}
.ct-u-paddingBoth35 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.ct-u-paddingBottom35 {
  padding-bottom: 35px;
}
.ct-u-paddingBoth40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.ct-u-paddingTop40 {
  padding-top: 40px;
}
.ct-u-paddingBottom40 {
  padding-bottom: 40px;
}
.ct-u-paddingBoth50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ct-u-paddingTop50 {
  padding-top: 50px;
}
.ct-u-paddingLeft50 {
  padding-left: 50px;
}
.ct-u-paddingRight50 {
  padding-right: 50px;
}
.ct-u-paddingBottom50 {
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .ct-u-paddingBoth50--sm {
    padding: 50px;
  }
}
.ct-u-paddingBoth60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.ct-u-paddingTop60 {
  padding-top: 60px;
}
.ct-u-paddingBottom60 {
  padding-bottom: 60px;
}
.ct-u-paddingHorizontal60 {
  padding-left: 60px;
  padding-right: 60px;
}
.ct-u-paddingBoth70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.ct-u-paddingTop70 {
  padding-top: 70px;
}
.ct-u-paddingBottom70 {
  padding-bottom: 70px;
}
.ct-u-paddingBoth80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.ct-u-paddingTop80 {
  padding-top: 80px;
}
.ct-u-paddingBottom80 {
  padding-bottom: 80px;
}
.ct-u-paddingBoth90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.ct-u-paddingTop90 {
  padding-top: 90px;
}
@media (max-width: 480px) {
  .ct-u-paddingTop90 {
    padding-top: 45px;
  }
}
.ct-u-paddingBottom90 {
  padding-bottom: 90px;
}
@media (max-width: 480px) {
  .ct-u-paddingBottom90 {
    padding-bottom: 45px;
  }
}
.ct-u-paddingBoth100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 480px) {
  .ct-u-paddingBoth100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.ct-u-paddingTop100 {
  padding-top: 100px;
}
@media (max-width: 480px) {
  .ct-u-paddingTop100 {
    padding-top: 50px;
  }
}
.ct-u-paddingBottom100 {
  padding-bottom: 100px;
}
@media (max-width: 480px) {
  .ct-u-paddingBottom100 {
    padding-bottom: 50px;
  }
}
.ct-u-paddingBoth150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.ct-u-paddingTop150 {
  padding-top: 150px;
}
.ct-u-paddingBottom150 {
  padding-bottom: 150px;
}
@media (min-width: 992px) {
  .ct-u-paddingHorizontal00--md {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.ct-u-marginBoth10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.ct-u-marginTop10 {
  margin-top: 10px;
}
.ct-u-marginBottom10 {
  margin-bottom: 10px;
}
.ct-u-marginBoth15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.ct-u-marginTop15 {
  margin-top: 15px;
}
.ct-u-marginBottom15 {
  margin-bottom: 15px;
}
.ct-u-marginBoth20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.ct-u-marginTop20 {
  margin-top: 20px;
}
.ct-u-marginBottom20 {
  margin-bottom: 20px;
}
.ct-u-marginBoth30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.ct-u-marginTop30 {
  margin-top: 30px;
}
.ct-u-marginBottom30 {
  margin-bottom: 30px;
}
.ct-u-marginBoth35 {
  margin-top: 35px;
  margin-bottom: 35px;
}
.ct-u-marginTop35 {
  margin-top: 35px;
}
.ct-u-marginBottom35 {
  margin-bottom: 35px;
}
.ct-u-marginBoth40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.ct-u-marginTop40 {
  margin-top: 40px;
}
.ct-u-marginBottom40 {
  margin-bottom: 40px;
}
.ct-u-marginBoth50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.ct-u-marginTop50 {
  margin-top: 50px;
}
.ct-u-marginBottom50 {
  margin-bottom: 50px;
}
.ct-u-marginBoth60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.ct-u-marginTop60 {
  margin-top: 60px;
}
.ct-u-marginBottom60 {
  margin-bottom: 60px;
}
.ct-u-marginBoth70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.ct-u-marginTop70 {
  margin-top: 70px;
}
.ct-u-marginBottom70 {
  margin-bottom: 70px;
}
.ct-u-marginBoth75 {
  padding-top: 75px;
  padding-bottom: 75px;
}
.ct-u-marginTop75 {
  padding-top: 75px;
}
.ct-u-marginBottom75 {
  padding-bottom: 75px;
}
.ct-u-marginBoth80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  .ct-u-marginBoth80 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.ct-u-marginTop80 {
  margin-top: 80px;
}
@media (max-width: 480px) {
  .ct-u-marginTop80 {
    margin-top: 40px;
  }
}
.ct-u-marginBottom80 {
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  .ct-u-marginBottom80 {
    margin-bottom: 40px;
  }
}
.ct-u-marginBoth90 {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media (max-width: 480px) {
  .ct-u-marginBoth90 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
.ct-u-marginTop90 {
  margin-top: 90px;
}
.ct-u-marginBottom90 {
  margin-bottom: 90px;
}
.ct-u-marginBoth100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.ct-u-marginTop100 {
  margin-top: 100px;
}
.ct-u-marginBottom100 {
  margin-bottom: 100px;
}
.ct-u-marginBoth150 {
  margin-top: 150px;
  margin-bottom: 150px;
}
.ct-u-marginTop150 {
  margin-top: 150px;
}
.ct-u-marginBottom150 {
  margin-bottom: 150px;
}
.ct-u-noMargin {
  margin: 0;
}
.ct-u-marginTop300--minus {
  margin-top: -300px;
}
.ct-u-colorWhite {
  color: #ffffff !important;
}
.ct-u-colorGray {
  color: #606060;
}
.ct-u-colorGray2 {
  color: #5e5e5e;
}
.ct-u-colorDark {
  color: #434343;
}
.ct-u-backgroundWhite {
  background-color: #ffffff;
}
.ct-u-positionRelative {
  position: relative;
}
.ct-u-positionStatic {
  position: static;
}
.ct-u-displayBlock {
  display: block!important;
}
.ct-u-centered {
  margin: 0 auto;
}
.ct-u-centerTable {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  .ct-u-left--sm {
    margin-left: 0;
    margin-right: auto;
  }
}
.ct-u-absolute {
  position: absolute;
}
@media (max-width: 992px) {
  .text-center--sm {
    text-align: center;
  }
}
.ct-u-index9 {
  z-index: 9;
  position: relative;
}
.ct-ff-openSans {
  font-family: 'Open Sans', sans-serif;
}
.ct-ff-varela {
  font-family: 'Varela Round', sans-serif;
}
.ct-u-borderBoth {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.ct-u-borderGray {
  border-top: solid 1px #EEE;
  border-left: solid 1px #EEE;
  border-right: solid 1px #EEE;
  border-bottom: solid 1px #EEE;
}
.ct--col-md-push-7,
.ct--col-md-pull-5 {
  position: relative;
}
@media (min-width: 768px) {
  .ct--col-md-push-7 {
    left: 41%;
  }
  .ct--col-md-pull-5 {
    right: 59%;
  }
}
.ct-u-whiteSpace--nowwrap {
  white-space: nowrap;
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.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 #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.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;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-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: #fff;
}
/* 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-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.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,
.fa-gratipay: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-y-combinator-square:before,
.fa-yc-square:before,
.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";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome/fonts/fontawesome-webfont3295.eot?v=4.5.0');
  src: url('../fonts/fontawesome/fonts/fontawesome-webfont3295.eot?v=4.5.0#iefix') format('embedded-opentype'), url('../fonts/fontawesome/fonts/fontawesome-webfont3295.html?v=4.5.0') format('woff2'), url('../fonts/fontawesome/fonts/fontawesome-webfont3295.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome/fonts/fontawesome-webfont3295.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome/fonts/fontawesome-webfont3295.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.navbar-collapse.collapse {
  display: table!important;
  width: 100%;
  padding: 0;
}
@media (max-width: 991px) {
  .navbar-collapse.collapse {
    display: block!important;
    text-align: center;
  }
}
.navbar {
  border: 0;
}
.navbar.navbar-default {
  padding-top: 40px;
  padding-bottom: 30px;
}
.navbar .navbar-header {
  float: none!important;
}
.navbar .navbar-header .navbar-brand {
  padding: 0;
  height: auto;
  margin: 0;
}
.navbar .navbar-header .navbar-brand figure {
  display: table;
}
.navbar .navbar-header .navbar-brand img,
.navbar .navbar-header .navbar-brand figcaption {
  display: table-cell;
  vertical-align: middle;
}
.navbar .navbar-header .navbar-brand img {
  max-width: none;
}
.navbar .navbar-header .navbar-brand figcaption {
  padding-left: 15px;
}
.navbar .navbar-header .navbar-brand figcaption .navbar-brand-name {
  color: #666666;
  font-size: 35px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  font-family: 'Oswald', sans-serif;
}
.navbar .navbar-header .navbar-brand figcaption .navbar-brand-description {
  position: relative;
  top: -5px;
  color: #b1b1b1;
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .navbar .navbar-header {
    display: inline-block;
  }
}
.navbar .navbar-nav {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  float: none!important;
  margin-right: 0;
}
.navbar .navbar-nav li {
  float: none;
  display: inline-block;
  margin-right: 19px;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .navbar .navbar-nav li {
    margin-right: 30px;
  }
}
.navbar .navbar-nav li:last-child {
  margin-right: 0;
}
.navbar .navbar-nav li a {
  position: relative;
  display: inline-block;
  color: #606060;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  letter-spacing: 1px;
}
.navbar .navbar-nav li a:hover {
  background-color: transparent;
}
.navbar .navbar-nav li.active a {
  background-color: transparent;
}
.navbar .navbar-nav li.active a .active-link {
  position: relative;
  display: inline-block;
  top: 0;
  bottom: 0;
  height: 100%;
  border-radius: 5px;
  margin-right: 10px;
  padding-left: 0;
  border: 2px solid #e8e8e8;
}
.navbar .navbar-nav li.active a .active-link i {
  color: #e8e8e8;
  font-size: 11px;
  position: relative;
  animation: 0.55s ease 0s alternate none infinite running beat;
}
.navbar .navbar-nav li.active a:hover {
  background-color: transparent;
}
@media (max-width: 991px) {
  .navbar .navbar-nav {
    display: block;
    vertical-align: middle;
    text-align: center;
    float: none!important;
    margin-right: 0;
    margin-top: 10px;
  }
  .navbar .navbar-nav li {
    margin-right: 19px;
  }
}
@media (max-width: 1199px) {
  .navbar {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.navbar-default,
.navbar-fixed {
  border: none;
  border-radius: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .navbar-default,
  .navbar-fixed {
    display: none;
  }
}
nav.navbar.navbar-default ul.nav.navbar-nav > li.dropdown,
nav.navbar.navbar-fixed ul.nav.navbar-nav > li.dropdown {
  position: relative;
}
nav.navbar.navbar-default ul.nav.navbar-nav > li.dropdown:before,
nav.navbar.navbar-fixed ul.nav.navbar-nav > li.dropdown:before {
  content: "";
  width: 100%;
  height: 30px;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 100%;
}
nav.navbar.navbar-default ul.nav.navbar-nav > li.dropdown .dropdown-menu,
nav.navbar.navbar-fixed ul.nav.navbar-nav > li.dropdown .dropdown-menu {
  margin-top: 30px;
}
nav.navbar.navbar-default ul.nav.navbar-nav > li.dropdown.active .dropdown-menu,
nav.navbar.navbar-fixed ul.nav.navbar-nav > li.dropdown.active .dropdown-menu {
  margin-top: 29px;
}
nav.navbar.navbar-default ul.nav.navbar-nav > li.dropdown:hover .dropdown-menu,
nav.navbar.navbar-fixed ul.nav.navbar-nav > li.dropdown:hover .dropdown-menu {
  display: block;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: inherit;
  background-color: transparent;
}
nav.navbar.navbar-default ul.nav.navbar-nav > li.dropdown .dropdown-menu,
nav.navbar.navbar-fixed ul.nav.navbar-nav > li.dropdown .dropdown-menu {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  background-color: #fafafa;
  background-color: rgba(250, 250, 250, 0.9);
  padding: 0;
}
nav.navbar.navbar-default ul.nav.navbar-nav > li.dropdown .dropdown-menu li,
nav.navbar.navbar-fixed ul.nav.navbar-nav > li.dropdown .dropdown-menu li {
  margin-right: 0;
  display: block;
}
nav.navbar.navbar-default ul.nav.navbar-nav > li.dropdown .dropdown-menu li a,
nav.navbar.navbar-fixed ul.nav.navbar-nav > li.dropdown .dropdown-menu li a {
  color: #606060;
  font-size: 11px;
  text-transform: capitalize;
  padding: 12px 20px 12px 15px;
  border-bottom: 1px solid #eeeeee;
  display: block;
}
nav.navbar.navbar-default ul.nav.navbar-nav > li.dropdown .dropdown-menu .dropdown-submenu,
nav.navbar.navbar-fixed ul.nav.navbar-nav > li.dropdown .dropdown-menu .dropdown-submenu {
  position: relative;
}
nav.navbar.navbar-default ul.nav.navbar-nav > li.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu,
nav.navbar.navbar-fixed ul.nav.navbar-nav > li.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu {
  position: absolute;
  display: none;
  left: 100%;
  right: auto;
  margin-left: 5px;
  margin-top: -2px;
  top: 0;
}
nav.navbar.navbar-default ul.nav.navbar-nav > li.dropdown .dropdown-menu .dropdown-submenu:hover:before,
nav.navbar.navbar-fixed ul.nav.navbar-nav > li.dropdown .dropdown-menu .dropdown-submenu:hover:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 31px;
  display: block;
  right: -30px;
  cursor: pointer;
}
nav.navbar.navbar-default ul.nav.navbar-nav > li.dropdown .dropdown-menu .dropdown-submenu:hover .dropdown-menu,
nav.navbar.navbar-fixed ul.nav.navbar-nav > li.dropdown .dropdown-menu .dropdown-submenu:hover .dropdown-menu {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}
.navbar-fixed {
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  background-color: transparent;
  padding-top: 40px;
  padding-bottom: 40px;
}
.navbar-fixed.headroom--not-top {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  transition: linear .5s;
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar.navbar--option2 .navbar-header .navbar-brand figcaption .navbar-brand-name {
  color: #ffffff;
}
.navbar.navbar--option2 .navbar-header .navbar-brand figcaption .navbar-brand-description {
  color: #c9c9c9;
  letter-spacing: .3em;
}
.navbar.navbar--option2 .navbar-nav > li > a {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 14px;
}
.navbar.navbar--option2 .navbar-nav > li > a:hover {
  color: #ffffff;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
  }
}
.snapjs-right {
  overflow: hidden !important;
}
.ct-navbar--fixedTop .ct-navbarMobile {
  position: fixed;
}
.ct-navbarMobile {
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9000;
}
.ct-navbarMobile.ct-navbarMobile--inverse {
  background-color: #333333;
  color: #ffffff;
}
.ct-navbarMobile .navbar-brand {
  height: 70px;
  padding: 0 15px;
  line-height: 70px;
}
.ct-navbarMobile .navbar-brand figure {
  display: table;
  padding-top: 7px;
}
.ct-navbarMobile .navbar-brand figure img,
.ct-navbarMobile .navbar-brand figure figcaption {
  display: table-cell;
  vertical-align: middle;
}
.ct-navbarMobile .navbar-brand figure figcaption {
  padding-left: 10px;
  position: relative;
}
.ct-navbarMobile .navbar-brand figure figcaption .navbar-brand-name {
  color: #ffffff;
  font-size: 24px;
  margin: 0;
}
.ct-navbarMobile .navbar-brand figure figcaption .navbar-brand-description {
  position: absolute;
  font-size: 10px;
  top: 9px;
  right: 0;
}
.ct-navbarMobile .navbar-toggle {
  position: absolute;
  top: 10px;
  right: 0px;
}
.ct-navbarMobile .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.browser-mozilla .ct-navbarMobile .navbar-brand figure {
  padding-top: 0;
}
.browser-mozilla .ct-navbarMobile .navbar-brand figure figcaption .navbar-brand-description {
  bottom: -15px;
  top: auto;
}
.snapjs-right .ct-menuMobile,
.snapjs-left .ct-menuMobile {
  overflow: scroll;
}
.ct-menuMobile {
  background: #202935;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 266px;
  max-height: 100%;
  overflow: hidden;
}
.ct-menuMobile .ct-menuMobile-navbar {
  padding: 55px 15px 0 40px;
  list-style: none;
}
.ct-menuMobile .ct-menuMobile-navbar li {
  padding: 0px;
}
.ct-menuMobile .ct-menuMobile-navbar li a {
  position: relative;
  color: #ffffff;
  padding: 10px 0;
  display: block;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: none 0.2s ease-out;
  transition: none 0.2s ease-out;
}
.ct-menuMobile .ct-menuMobile-navbar li a:focus,
.ct-menuMobile .ct-menuMobile-navbar li a:active {
  outline: none !important;
}
.ct-menuMobile .ct-menuMobile-navbar li a i {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  transition: transform 0.2s;
}
.ct-menuMobile .ct-menuMobile-navbar li.active {
  background-color: #ffffff;
}
.ct-menuMobile .ct-menuMobile-navbar li.open > a i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu {
  position: relative;
  display: block;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  border: none;
  width: 100%;
  left: 0;
  background-color: transparent;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu .dropdown-menu {
  display: block;
  box-shadow: none;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
  margin: 0;
  position: relative;
  display: block;
  max-height: 0;
  padding: 0 0 0 20px;
  overflow: hidden;
  border: none;
  width: 100%;
  left: 0;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu .dropdown-submenu .dropdown-menu li a {
  padding: 7px 0;
  font-size: 10px;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu .dropdown-submenu.open .dropdown-menu {
  max-height: none;
}
.ct-menuMobile .ct-menuMobile-navbar .open .dropdown-menu {
  padding-left: 20px;
  margin: 0;
  max-height: none;
  background-color: transparent;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.ct-menuMobile .ct-menuMobile-navbar .open .dropdown-menu li a {
  padding: 7px 0;
  font-size: 12px;
  font-weight: 500;
}
.ct-menuMobile .ct-menuMobile-navbar .open .dropdown-menu li a:hover,
.ct-menuMobile .ct-menuMobile-navbar .open .dropdown-menu li a:active,
.ct-menuMobile .ct-menuMobile-navbar .open .dropdown-menu li a:focus {
  background-color: transparent;
}
.ct-menuMobile .ct-menuMobile-navbar .open .dropdown-menu li a i {
  font-size: 14px;
}
.ct-menuMobile .dropdown-menu {
  z-index: 0!important;
}
@media (min-width: 768px) {
  .ct-navbarMobile,
  .ct-menuMobile {
    display: none;
  }
}
nav.navbar ul.nav.navbar-nav > li.dropdown > .dropdown-menu > li.dropdown-submenu > a {
  position: relative;
}
nav.navbar ul.nav.navbar-nav > li.dropdown > .dropdown-menu > li.dropdown-submenu > a:after {
  content: '\e800';
  position: absolute;
  font-family: "fontello";
  right: 10px;
  top: 50%;
  margin-top: -6px;
}
.ct-navbar--bounceIn > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--fadeIn > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: .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;
}
html.ie9 body.onepager .navbar-scroll-top {
  background-color: #000;
}
html.ie8 body.onepager .navbar-scroll-top {
  background-color: #000;
}
html.ie8 .navbar .navbar-header {
  float: left!important;
}
@media (max-width: 1199px) {
  html.ie8 .navbar .navbar-header {
    float: none!important;
    margin: 0 auto;
    display: table;
  }
}
html.ie8 .navbar .navbar-nav {
  display: block!important;
  padding-top: 15px;
}
@media (max-width: 1199px) {
  html.ie8 .navbar .navbar-nav {
    text-align: center;
  }
}
html.ie8 .navbar .navbar-nav li:last-child {
  margin-right: 0;
}
html.ie8 .ct-imageBox--type4.ct-imageBox:before {
  background-color: transparent;
}
html.ie8 .ct-puzzleBox {
  overflow: hidden;
}
html.ie8 .ct-testimonials .ct-testimonials-description .ct-testimonials-textContent {
  top: 0;
  margin-top: 100px;
}
html.ie8 .ct-slick-arrows--type3.ct-slick .slick-prev,
html.ie8 .ct-slick-arrows--type3.ct-slick .slick-next {
  background-color: #000;
}
html.ie8 .ct-articleBox a:before {
  background-color: transparent;
}
html.ie8 .navbar .navbar-nav li {
  margin-right: 30px;
}
html.ie8 [data-type='video'].ct-mediaSection .ct-mediaSection-video {
  top: 0;
  left: 0;
  padding-bottom: 0;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.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;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}
.ct-slick {
  /* Paginations */
}
.ct-slick .slick-prev,
.ct-slick .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: blue;
}
.ct-slick .slick-prev:hover,
.ct-slick .slick-next:hover,
.ct-slick .slick-prev:focus,
.ct-slick .slick-next:focus {
  outline: none;
}
.ct-slick .slick-prev:hover:before,
.ct-slick .slick-next:hover:before,
.ct-slick .slick-prev:focus:before,
.ct-slick .slick-next:focus:before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-slick .slick-prev.slick-disabled,
.ct-slick .slick-next.slick-disabled {
  opacity: .25;
}
.ct-slick .slick-next {
  right: 0;
}
.ct-slick .slick-prev {
  left: 0;
}
.ct-slick.slick-slider {
  margin-bottom: 30px;
}
.ct-slick .slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.ct-slick .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.ct-slick .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: #c0c0c0;
}
.ct-slick .slick-dots li button:hover,
.ct-slick .slick-dots li button:focus {
  outline: none;
}
.ct-slick .slick-dots li button:hover:before,
.ct-slick .slick-dots li button:focus:before {
  opacity: 1;
}
.ct-slick .slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
.ct-slick--table .item {
  display: table;
  width: 100%;
}
.ct-slick--table .item .item-inner {
  display: table-cell;
  vertical-align: middle;
}
.browser-mozilla .ct-slick--table .item.slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.browser-mozilla .ct-slick--table .item.slick-slide .item-inner {
  display: block;
}
/* -------------------- Media Sections  -------------------- */
.ct-mediaSection {
  background-color: #fff;
  position: relative;
  display: table;
  width: 100%;
}
.ct-mediaSection video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
}
.ct-mediaSection .ct-mediaSection-inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.browser-mozilla .ct-mediaSection {
  display: flex;
  justify-content: center;
  align-items: center;
}
.browser-mozilla .ct-mediaSection .ct-mediaSection-inner {
  display: block;
}
.ct-mediaSection[data-stellar-background-ratio] {
  background: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}
[data-stellar-background-ratio] {
  background-attachment: fixed;
}
.ct-mediaSection[data-type="pattern"] {
  background-size: contain;
  background-repeat: repeat;
}
.ct-mediaSection[data-type="video"] {
  overflow: hidden;
}
.ct-mediaSection[data-type="video"] .ct-mediaSection-video {
  position: absolute;
  min-width: 100%;
  overflow: hidden;
  background-color: #000;
  height: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ct-mediaSection[data-type="kenburns"] {
  overflow: hidden;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburns {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburns > img {
  vertical-align: middle;
  max-width: none;
  position: absolute;
  top: 0;
  margin-top: 0;
  min-width: 120%;
  min-height: 100%;
  opacity: 0;
  margin-left: -5%;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -webkit-transition-duration: 3s, 8s;
  transition-duration: 3s, 8s;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburns > img.singlefx {
  opacity: 1;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburns > img {
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburns :nth-child(2n+1) {
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburns :nth-child(3n+1) {
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburns :nth-child(4n+1) {
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburns .fx:first-child + img ~ img {
  z-index: -1;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburns .fx {
  opacity: 1;
  -webkit-transform: scale(1.1) translate(30px);
  transform: scale(1.1) translate(30px);
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburns .singlefx {
  -webkit-animation: singleimageloop 20s infinite;
  /* Safari 4+ */
  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);
  }
}
@keyframes singleimageloop {
  0% {
    transform: scale(1) translate(0px);
  }
  50% {
    transform: scale(1.1) translate(30px);
  }
  100% {
    transform: scale(1) translate(0px);
  }
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  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: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}
.selectize-input.full {
  background-color: #fff;
}
.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: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 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: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 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;
  left: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  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 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 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: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.navbar-scroll-top {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.headroom {
  transition: transform 200ms linear;
  z-index: 9998;
}
.headroom--pinned {
  transform: translateY(0%);
  display: block;
}
.headroom--unpinned {
  transform: translateY(-100%);
  display: none;
}
.animatedHeadroom {
  -webkit-animation-duration: .25s;
  animation-duration: .25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animatedHeadroom.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animatedHeadroom.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.ct-headroom--fixedBoth nav.navbar {
  top: 0 !important;
  z-index: 999 !important;
  left: 0;
  right: 0;
}
.ct-headroom--fixedBoth .ct-topBar.navbar-scroll-top + nav.navbar {
  position: fixed;
  top: 36px !important;
  z-index: 999 !important;
  left: 0;
  right: 0;
}
.ct-headroom--fixedMenu nav.navbar.navbar-scroll-top {
  position: fixed !important;
  top: 0 !important;
}
.ct-headroom--scrollUpMenu nav.navbar.navbar-scroll-top {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 0 15px rgba(0, 0, 0, 0.15);
}
.ct-headroom--scrollUpMenu nav.navbar.fadeInDown.headroom--top {
  animation: none;
  -moz-animation: none;
  -webkit-animation: none;
}
.ct-headroom--scrollUpBoth .ct-topBar.navbar-scroll-top + nav.navbar {
  position: fixed !important;
  top: 36px !important;
  z-index: 999;
  left: 0;
  right: 0;
}
.ct-headroom--scrollUpBoth nav.navbar.navbar-scroll-top {
  position: fixed !important;
  top: 147px !important;
  left: 0 !important;
  transform: none !important;
  z-index: 999;
}
.ct-headroom--scrollUpBoth nav.navbar.fadeInDown.headroom--top {
  animation: none;
  -moz-animation: none;
  -webkit-animation: none;
}
.ct-headroom--hideMenu .ct-topBar.navbar-scroll-top + nav.navbar {
  position: fixed !important;
  top: 36px !important;
  z-index: 999;
  left: 0;
  right: 0;
}
.ct-headroom--hideMenu nav.navbar {
  top: 0px !important;
}
.ct-headroom--hideMenu nav.navbar.navbar-scroll-top {
  position: fixed !important;
  top: 36px !important;
  left: 0 !important;
  transform: none !important;
  z-index: 999;
}
.ct-headroom--hideMenu nav.navbar.navbar-scroll-top.navbar-fixed {
  top: 0!important;
}
.ct-headroom--hideMenu nav.navbar.fadeInDown.headroom--top {
  animation: none;
  -moz-animation: none;
  -webkit-animation: none;
}
.ct-js-headroom.fadeOutUp {
  pointer-events: none;
}
.ct-headroom--scrollUpMenu nav.navbar.fadeInDown.headroom--top,
.ct-headroom--scrollUpMenu nav.navbar.fadeOutUp.headroom--top {
  transition: all .25s linear 0s;
}
html.ie9 .ct-headroom--scrollUpMenu nav.navbar-scroll-top.navbar,
html.ie8 .ct-headroom--scrollUpMenu nav.navbar-scroll-top.navbar {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
}
.ct-headroom--fixedMenu .navbar.headroom--not-top {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 0 15px rgba(0, 0, 0, 0.15);
}
.ct-headroom--hideMenu .navbar.headroom--not-top,
.ct-headroom--scrollUpBoth .navbar.headroom--not-top,
.ct-headroom--fixedBoth .navbar.headroom--not-top {
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.15);
}
/* 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: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.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: #FFF;
  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: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.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 #FFF;
  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 #FFF;
  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: #000;
}
/* 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: #444;
}
.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;
}
/*
  Icon Font: Icons8
*/
@font-face {
  font-family: "Icons8";
  src: url("../fonts/icons8/Icons8.html");
  src: url("../fonts/icons8/Icons8d41d.html?#iefix") format("embedded-opentype"), url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAABEIAA0AAAAAGIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAQ7AAAABoAAAAceEEHIE9TLzIAAAGgAAAASgAAAGBA1V0SY21hcAAAAhwAAABCAAABQgAP9LtjdnQgAAACYAAAAAQAAAAEABEBRGdhc3AAABDkAAAACAAAAAj//wADZ2x5ZgAAApAAAAzAAAAR9GgyRoxoZWFkAAABMAAAADAAAAA2B8t2sWhoZWEAAAFgAAAAIAAAACQD8AHWaG10eAAAAewAAAAvAAAAUCFxAApsb2NhAAACZAAAACoAAAAqMG4r3G1heHAAAAGAAAAAIAAAACAAZAECbmFtZQAAD1AAAAEsAAACHySEyjpwb3N0AAAQfAAAAGYAAADSkwEwcXjaY2BkYGAAYrU56fPj+W2+MnAzMYDA5TBpKRj9/+f/A0zsjAeAXA4GsDQAHfMKvnjaY2BkYGA88P8Agx4T4/+fDAxM7AxAERQgAgB/iQTJAAEAAAAUANEADgAAAAAAAgAAAAEAAQAAAEAALgAAAAB42mNgYXzEOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAMBBJMhIM01haHhI8NHAcYD/w8w6DEeYHAACjMiKVFgYAQAW5MMewAAeNpj2M0gyAACqxgYmBgQmPEwEL8B4v//fzJeR5JjBIqZIKn7D1WXBuEDAJj/CZQAeNpjYGBgZoBgGQZGBhCwAfIYwXwWBgUgzQKEQP5Hgf//gSTD///8zFCVDIxsDDAmAyMTkGBiQAWMDMMeAABNxAa8AAAAEQFEAAAAKgAqACoA4gHIAkQCeALYBAAEvAVUBdQGFAaGBwAHjAf+CKoI4gj6AAB42nVXb2wcx3WfNzP7b3b39nZv/xx5vFveLrlHnkQe7/ZuTxJJkYr1r4lr16ro2rKdyqojtwmSRjDgSGErJ7CcGjLqOiiCwkLTIB9itKn6QfpQpPnQ0la/Cm2AFGqBFm3c5FNboGmBAEWTU9/sUbLbpMDOm9nZmdmZN+/9fu8RSlxCyNuwQxjRyOotIL2N2xon/za4pSp/v3GbUWySW0x2K7L7tqbCjzdug+zP3dzt5G7qvv65ixdhZ/LHLuS4mopljhJ4gZwhO+Qc+ST5ArlGCOSDKIzCfNAEHxstiIp8EPpqko2GxTjrOBCkgXoAKpAm2RC/ReNOha2y0XAdisA/AFGedbJR0pFyONaisQNhlHcS1cdFi3GajIZbkLUTDf8S+KkcWIHADwfFMFO0PIMl4ExR1MykGgWNWnp3Y+Ps5sIc458BoLzLjyxhT9er1T1qMI0pFOxjlYw6tzilLd0U3PjVw7/yJ25XmXklWVtL4h4/I2DRggVDUV0QOtXcoLF2fG1t8rfNYxxeYAqAyahIDSU2KP5rszs/sIT3BcD/dUabZze0tQVgQAG4xitUq8Q1W8dvgnOdPvvSS3YyOzjVO7623DIZ/ByHmSFwodfWxVIdN3C8VzmcEmIQcn+PqrBHcnIKdX6O7JJXyW+Tr5Cv4k0MUBuaqgVqNG34KipaxYZaarIzGkqZjfNiXIxkY1SME1VL5fh+qOXyvehkmurjrLwzzEZ8emvDRVwDB/nyCaZXOy62YDguxuWUjiqvRmpfTkjlPYf7U9X9Gt48GHOuaEBVpRbqKioCQGhiZjhjqQZQPJUeQE3hnKsKHzk1BowrHGAMoHGmbQJHtdDJH7x+/vzr5+GySX1NYahAUBVvruEJuSBlih4w899f3tl5+ezXwoojTOds1barVr9qWVUb9hpeYNcsqAe1YuvkcsRdZoKh4voa/k2AYnmH9JPbRc2eD0XNAVf1TEtUfdOpQ9U37NaXQAGDW1SB1nm5k50Fvr2xOIfrSEtjVJFbVhXVm1s8dkRvi7NyK6NK6DimmLHlJuZKSdAH5V0SvMs2WSFHyEfIR8sbJbX2oEUD19cCH30kyTYhfdjKRu6wiBL0q3UYbMIwVWQ7XxwU5UsgxwyL9iDEXjXl+7eysF/vQlxv2Vx49rLtvu+i9ET3CdO8J8R9EsfQEkE8eU23LPgnFPrk7VYQtAJyv6xgz2nO+ZNv1ayW7Xm2EFK2rBqcWVlcFoHA53RrN4ZqZbcldm39jFzijG5fDMrp5YNGSiie+x/hDnydRCTG0w4iLUunGxwNO2P0Z2kuhRI50INx9L2ntu2Nx3cuX/7m5UYlee3b165BvXpX05+p/CJ8fb06xv7LO6O+Wxx77tq1b19bs/9D13acxwhR8D8/gX+FV8k8WSJr5BDZJsQb4PqIJxKISlPV2h35twfdw2JfVer/UZ3SRpxpJ6MfJHXn5ElaT+p1tzn5WrNaxyY7carSL83s70oJb5bV5BI8KybfEvBq3fXsKykXrhy9u1vO1vT085WEWXLoudIm7FLu5aYp9aTd/6/771EN/oKskzfJDfIO+VPyHvlrRNcwpgMsoQPRtFC1B+jkUvToKmxBJysLPQr5FqCHxjAutMShqZYEDlNj6gCKQPNjHm5BHgM69BbNozzc4sWohysUnWnVo6POMO2kPcgc2kNgHuBUtEX8pCLI+yW2IBgnmhr4U1zAW8zCD76Ni/1v009w2NKaA8OmeremVRtmNeXUX6sZ/lqmV/XOmm/UeoYJyoJjzjqad0CnttFvqbqlrBzkLzLaZrxQdeA9Tl2gTUo7iBJDhQagjBTWRReELucjdNOA8iHnwDuMNhl1qdLjhlIobJ6zPuf9TzoUrlDqMJSvDw3GDCnSCmIKq9iMUvbYw97+nOyVAv6c6kvUMvp101/tepWkHyr2qq+IWFVjofirNq0a/cSudVd9s943LLqkIyyFIfXpAU6VgrNZquQKX+U0Y7gdcEDpc+SOBCBBMOL9sgv3mTEGKxzH0lk8s0I5zq9TWv88+w7DB+rGQaMuhSpYPWKmKXFbPPlT3SyqM7SnCvrDd+Ee3CQHkD0Oky3yNPkE+RT5dfISuUJeIa+RN8jvoj8ia9MpXZc4Po7UfWJNEw1BB+mZbVLsHkjilTgf+MloKjXpRsg5eZCO5GVLv25Cir4W5bITu1PkGKSoHKnFTxaw8HLmQimn7WJ/ren6G2Ce+OXnr19//sL1Wa/+yu2rV59+ausICAFnhH5LCPOC75/y/ff9Rtx+5EK/7piWE8z9/rzvhycr47YzmPzA9+E13598BesnsP6R79/x/V/CqXBTwKFHrv/l9esX1vvGWv701au3r26aQpwBncbCNMUsCtlRibwwnqd+NZ+xhV0xAfwZft6fmwsa/X6DPjbwff/n5YT98bLlyHqKQ1Ocz0oMOk1+DX24BJwx6hmBHj0KVZ12NKx6JcSP8wG67FEIkZ5xYF/GOVFRqnSfTh/g1KIbjQs52NXUA1TVKlCuVvK99D+IuxvwaQwllEtIoBS++DJGRrCLjMvh5SFd/9jxHho1W66G1WDlxW6r1W1tz3rerDu5d+lzoMIXX7yAIxUxLyJVQ/5Gk1pW1/AD7G10bTQIMXlLZUcB1tcBNrkKnzUobETLR/xeW/5wcKIx46Wnh4kWy8UFruzOWpN3DuHw9UPw9AiWRm6i65zNdU6uBgBEf6gvj8yhztaQG4+Tx8jHJXojUpXM1i6Jbotq+T41jsY/o6UMQrTYAi1v/DNaSv6AJ6er/USF79dda3LEcgP2/X/4Hcd8xnTefqtqnjOrN6Zvk+/hmZ7B8uINFOewXHz7Qc/kJoe/MSzLmHQNC/bgM8I1LMczdceET7/HTYwA+IfkAsCdO/slsA0PZwqvhn7KyvOjfkmDLGNkID0yBrlVJo+1H/CCdM0YI4M8krtnwxjykcC7fRwuhM1mqB5jJmcTn+nxo2d/697k3bD5h/mPYY893gyDUzfC5jZTBIN/wYCJPvVofq8Z3jgVzG/lecnPezDE/xfkSfz7OgbWOcYayDh+C9tTMJf1FB9KvB8Nj7KRpBo5Fj04arEPRj4cl0ngOK1bwmypaFRKx2KaMMLI05idUYbQjdwkzDdU2uxUlThQK7kvNIRw2NsV4gpXMUgcHXOWmgZ322ebx+vBYKt5tu0qxtxSJUuaNTy/yq8IsQvW8mpsLxYLVbPabe+mPedT25q6XZ27pLBp3nL/u2hjNzEKa2AUskJ+gTxbRgelcykyc5kWTEYSzEpGwwgxS+tPAZAiLhWK9DqZu2BEPM7LMHvqwDKBSaQTF7jOA1McHsdc4fgaPHfK9AUCw1tCiOfEl+GGEDdAqJP/1ulyl+qHbXp46cvGwQYtgopjuXPirjBmQb0rYn/Xj+GmTDmOcxHju39abAZBjotxLdDffVe3AXY6FUunmw2/Fl8xTVB1yoWoOk5VlGeWftUkLbJKjpJHEf8vltFmuO9VMiFLsk46ldNQMpII7pcug69Zmv9/71lnFToYcH4QBSx8+GUDTqZLVltt1jhPDyb8HZ4cTHlkuemSqFTEMSmeErYtHn3Y+rhdw4Rp8m5SByNuIayoSZ0ardgAaM60nqxWn8BUBE1dFtf6Tj3NK2JFTlyRS/yvVrqK0fkdjLlYHKscozCXq3HMNJkR89Le78MJUicjcgz1Ij0OFSLZy5FSw6OhxDvXpK7QuuW9l1QnsWMVJGijqsJc24fe8WIU7lvD4M1/7q7rSpTpxtb6kUd0Pasr+vqq21SqJ770EbeyEMXJjMgnP9RqLT6TzrfCxNI9TbUYppRv6IouVM3TrQROrHcZbQS+63nRHGXd9d3ATYIgS+bDRfvYAvOq2/ZiOP9X3kyVKZawXFfUFVadIfv2voex8AkywBzjGfIC+Sz5jQfnlNwSRgHmHFGT/lTKwaY53nhU2oIDKZ5LppWRtIFx0QOME/Hm0WAyJa+AJjXRLrWjrYIyNYEyeshLxpqGBfc2ba9WXRLCUx0DZDri3S3TEVixxFK15h1sHdQ1iHWIMPnTGj9qYEqFPKV6oOE+Jz/UeZU1fPiGEfoN5k7+SLeCBtKWfReTktlGiJn1Cc+2UQ9BtArVLAJ6uNH5IG3pNA7T34wCS2G27W0qmLdXKBJSoAhDr2AaSd0VWtHFs+KAQSMnDJ2IagdO2noFAV2yo+fYtm4jjaNe/xMuwu+RRST6qcsgCj4wDm0QlYr4UFEhvpMV7kuW78wqVG98ohHM0tC267xpF9nzzZmv+jOh5nDUbuQIy5qt2WZttoJ5bHOaOxEdffgysgSGFm7bbUftgUxMhpRMyCVomebkfRMuT/4s8H3yP/f2cLB42o2PQUvDQBCF37ZpxR5EpCdB2IvQQhM2wRbbi4eWHDxpD72HNKYLIVvSlNKrR3+MP8df48GX7YoXQReG+Xb2zcxbABd4h8DpXGPiWKCH3HELZ3h13MYtPhx76Ikrxx1cigfHXdZfqBTeOW93tqthgT6eHbe4t3LcxiPeHHvUfDruQIobx130xRPmMNjiyE5NdxvUkBggxZA5gkJI/yOyZs2gxA73wNxsj5XON7UcpEMZqXAykjo15Y5vC8oOFBbMCdbIGFiYQ1mYZJ2Rlyzl2FOQcCuWWb4vEkJs59c2V1Rk1kFADxIzxm+DTy9T+Bgzvv0iNmUdmyrPZBQoOZM/63mZ+mO/sfwPqyuWKn5ZW2uS45sFgc2NLayyaqdNKZUKA6WU/HvmF0hNVGh42m3FPQ6CQBgG4W8WERVRMDbcYlf8wRIR7mJDx/28mRJ5SyeZPObs1+dtpf3rOI05HBELYpYkrFizIWVLxo49OQWHZBxeffBeBnmSlTzLi7zKm6zlXTbyIVv5lJ3sZ4P/Au6sKBoAAAAAAAH//wACeNpjYGBgZACCi1MuvAbRl8OkpWA0AE3sBd4AAA==), url("../fonts/icons8/Icons8.woff") format("woff"), url("../fonts/icons8/Icons8.ttf") format("truetype"), url("../fonts/icons8/Icons8.svg#Icons8") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Icons8";
    src: url("Icons8.html#Icons8") format("svg");
  }
}
[data-icon]:before {
  content: attr(data-icon);
}
[data-icon]:before,
.icons8-bicycle:before,
.icons8-bowling:before,
.icons8-bus-filled:before,
.icons8-checked:before,
.icons8-crown-filled:before,
.icons8-discount:before,
.icons8-last-24-hours:before,
.icons8-map-marker:before,
.icons8-museum-filled:before,
.icons8-no-credit-cards-filled:before,
.icons8-restaurant-filled:before,
.icons8-restaurant-pickup-filled:before,
.icons8-shuttle-filled:before,
.icons8-sofa-filled:before,
.icons8-taxi-filled:before,
.icons8-thumb-up-filled:before,
.icons8-tv-filled:before {
  display: inline-block;
  font-family: "Icons8";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.icons8-bicycle:before {
  content: "\f100";
}
.icons8-bowling:before {
  content: "\f101";
}
.icons8-bus-filled:before {
  content: "\f102";
}
.icons8-checked:before {
  content: "\f103";
}
.icons8-crown-filled:before {
  content: "\f104";
}
.icons8-discount:before {
  content: "\f105";
}
.icons8-last-24-hours:before {
  content: "\f106";
}
.icons8-map-marker:before {
  content: "\f107";
}
.icons8-museum-filled:before {
  content: "\f108";
}
.icons8-no-credit-cards-filled:before {
  content: "\f109";
}
.icons8-restaurant-filled:before {
  content: "\f10a";
}
.icons8-restaurant-pickup-filled:before {
  content: "\f10b";
}
.icons8-shuttle-filled:before {
  content: "\f10c";
}
.icons8-sofa-filled:before {
  content: "\f10d";
}
.icons8-taxi-filled:before {
  content: "\f10e";
}
.icons8-thumb-up-filled:before {
  content: "\f10f";
}
.icons8-tv-filled:before {
  content: "\f110";
}
img,
figure {
  max-width: 100%;
}
html {
  -webkit-font-smoothing: antialiased;
}
body {
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
  background-color: #ffffff;
}
.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 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.ptn1,
.ptn2,
.ptn3,
.ptn4,
.ptn5,
.ptn6,
.ptn7,
.ptn8,
.ptn9,
.ptn10,
.ptn11,
.ptn12,
.ptn13 {
  background-attachment: fixed !important;
}
.ptn1 {
  background: url("../images/bg_pattern_01.jpg") repeat;
}
.ptn2 {
  background: url("../images/bg_pattern_02.jpg") repeat;
}
.ptn3 {
  background: url("../images/bg_pattern_03.jpg") repeat;
}
.ptn4 {
  background: url("../images/bg_pattern_04.jpg") repeat;
}
.ptn5 {
  background: url("../images/bg_pattern_05.jpg") repeat;
}
.ptn6 {
  background: url("../images/bg_pattern_06.jpg") repeat;
}
.ptn7 {
  background: url("../images/bg_pattern_07.jpg") repeat;
}
.ptn8 {
  background: url("../images/bg_pattern_08.jpg") repeat;
}
.ptn9 {
  background: url("../images/bg_pattern_09.jpg") repeat;
}
.ptn10 {
  background: url("../images/bg_pattern_10.jpg") repeat;
}
.ptn11 {
  background: url("../images/bg_pattern_11.jpg") repeat;
}
.ptn12 {
  background: url("../images/bg_pattern_12.jpg") repeat;
}
@media (max-width: 767px) {
  .ct-pageWrapper {
    overflow: hidden;
    position: relative;
    padding-top: 70px;
  }
}
body.boxed .ct-pageWrapper {
  background-color: #fff;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'Varela Round', sans-serif;
  color: #5e5e5e;
}
h1,
.h1 {
  font-size: 45px;
}
h1 small,
.h1 small {
  display: block;
}
@media (max-width: 480px) {
  h1,
  .h1 {
    font-size: 35px;
  }
}
h2,
.h2 {
  font-size: 35px;
}
@media (max-width: 480px) {
  h2,
  .h2 {
    font-size: 25px;
  }
}
h3,
.h3 {
  font-size: 30px;
}
@media (max-width: 480px) {
  h3,
  .h3 {
    font-size: 25px;
  }
}
h4,
.h4 {
  font-size: 24px;
}
@media (max-width: 480px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}
h5,
.h5 {
  font-size: 20px;
  line-height: 30px;
}
h5 small,
.h5 small {
  font-size: 18px;
}
@media (max-width: 480px) {
  h5,
  .h5 {
    font-size: 18px;
    line-height: 24px;
  }
}
h6,
.h6 {
  font-size: 16px;
}
@media (max-width: 480px) {
  h6,
  .h6 {
    font-size: 14px;
  }
}
h6 small,
.h6 small {
  font-size: 14px;
}
a {
  color: inherit;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
  outline: none;
}
p {
  color: #5e5e5e;
  line-height: 15px;
  font-weight: 600;
}
p small {
  font-size: 13px;
}
p.lead {
  font-size: 15px;
  margin: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.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-heart.ct-heart--beating {
  animation: 0.55s ease 0s alternate none infinite running beat;
  display: inline-block;
}
.beatingAnim {
  animation: 0.55s ease 0s alternate none infinite running beat;
  display: inline-block;
}
@keyframes beat {
  to {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
a:hover,
a:focus,
a:active {
  color: #f77345;
}
.ct-u-colorMotive {
  color: #f77345;
}
.ct-u-backgroundMotive {
  background-color: #f77345;
}
.ct-heart.ct-heart--beating {
  color: #f77345;
}
.ct-link.ct-link--inherit:hover,
.ct-link.ct-link--inherit:active,
.ct-link.ct-link--inherit:focus {
  color: #f77345;
}
.ct-widget .ct-widget-title:before {
  background-color: #f77345;
}
.widget .widget-inner .widget-title:before {
  background-color: #f77345;
}
.widget .widget-inner ul li a:hover,
.widget .widget-inner ul li a:active,
.widget .widget-inner ul li a:focus {
  color: #f77345;
}
.ct-list--type1 > li > a:hover,
.ct-list--type1 > li > a:active,
.ct-list--type1 > li > a:focus {
  color: #f77345;
}
.ct-icon--motive li i {
  color: #f77345;
}
.ct-list--withArrow li span {
  border: 2px solid #f77345;
}
.ct-list--withArrow li span i {
  color: #f77345;
}
.ct-dividerBlock {
  background-color: #f77345;
}
.ct-sectionHeader.ct-sectionHeader--type1 .ct-sectionHeader-title:before {
  background-color: #f77345;
}
.ct-gallery-filters li.active {
  background-color: #f77345;
  border-color: #f77345;
}
.ct-gallery-filters li:hover,
.ct-gallery-filters li:active,
.ct-gallery-filters li:focus {
  background-color: #f77345;
  border-color: #f77345;
}
.ct-gallery .ct-gallery-item .ct-galleryBox figure figcaption .ct-galleryBox-price {
  color: #f77345;
}
.ct-iconBox.ct-iconBox--circle .ct-iconBox-icon {
  color: #f77345;
  border-color: #f77345;
  border-top: solid 1px #f77345;
  border-left: solid 1px #f77345;
  border-right: solid 1px #f77345;
  border-bottom: solid 1px #f77345;
}
.ct-iconBox.ct-iconBox--circle:hover .ct-iconBox-icon {
  background-color: #f77345;
}
.ct-iconBox.ct-iconBox--type2.ct-iconBox--motive .ct-iconBox-icon {
  color: #f77345;
}
.ct-articleBox a figure figcaption .ct-articleBox-date {
  color: #f77345;
}
.ct-articleBox.ct-articleBox--type2 .ct-articleBox-meta {
  color: #f77345;
}
.btn-primary {
  background-color: #f77345;
  border-color: #f77345;
}
.btn-primary:hover span,
.btn-primary:focus span,
.btn-primary:active span {
  background-color: #f77345;
  border-color: #f77345;
}
.btn-link:hover,
.btn-link:active,
.btn-link:focus {
  color: #f77345;
}
.btn-link:hover span,
.btn-link:active span,
.btn-link:focus span {
  color: #f77345;
}
.btn-default {
  border-color: #f77345;
  color: #f77345;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  background-color: #f77345;
  border-color: #f77345;
}
.btn-default span {
  color: #f77345;
  border-top: solid 1px #f77345;
  border-left: solid 1px #f77345;
  border-right: solid 1px #f77345;
  border-bottom: solid 1px #f77345;
}
.ct-slick.ct-slick-dots--type1 .slick-dots li button:hover {
  background-color: rgba(247, 115, 69, 0.9);
}
.ct-slick.ct-slick-dots--type1 .slick-dots li.slick-active button {
  background-color: #f77345;
}
.ct-slick.ct-slick-dots--type2 .slick-dots .slick-active button {
  background-color: #f77345;
}
.ct-slick.ct-slick-arrows--type2 .slick-prev:hover:before,
.ct-slick.ct-slick-arrows--type2 .slick-next:hover:before {
  color: #f77345;
}
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--motive .slick-prev:hover,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--motive .slick-next:hover {
  border-color: #f77345;
}
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--motive .slick-prev:hover:before,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--motive .slick-next:hover:before {
  color: #f77345;
}
.ct-bookingBox-fix:before {
  background-color: #f77345;
}
.ct-bookingBox-fix:after {
  border-color: transparent transparent transparent #f6612d;
}
.ct-imageBox.ct-imageBox--type1:hover figcaption {
  background-color: rgba(247, 115, 69, 0.9);
}
.ct-imageBox.ct-imageBox--gradient figcaption .ct-imageBox-content .ct-imageBox-title:before {
  background-color: #f77345;
}
.ct-imageBox.ct-imageBox--type4:hover:after {
  background-color: rgba(247, 115, 69, 0.7);
}
.ct-imageBox.ct-imageBox--rounded .ct-imageBox-linkHelper {
  background-color: rgba(247, 115, 69, 0.9);
}
.ct-accordion .panel-group .panel .panel-heading .panel-title a {
  background-color: #f77345;
}
.ct-accordion .panel-group .panel .panel-heading .panel-title a:before {
  color: #f77345;
}
.ct-accordion .panel-group .panel .panel-heading .panel-title a:hover {
  background-color: #f77345;
}
.ct-accordion .panel-group .panel .panel-heading .panel-title a.collapsed:after {
  background-color: #f77345;
}
.ct-accordion .panel-group .panel .panel-heading .panel-title a.collapsed:hover {
  background-color: #f77345;
}
.ct-accordion .panel-group .panel .panel-heading .panel-title a.collapsed:hover:before {
  color: #f77345;
}
.ct-pricingBox .ct-pricingBox-content i {
  color: #f77345;
}
.ct-pricingBox .ct-pricingBox-footer {
  background-color: #f77345;
}
.ct-pricingBox .ct-pricingBox-footer svg {
  fill: #f77345;
}
.ct-pricingBox.ct-pricingBox--special .ct-pricingBox-tooltip {
  background-color: #f77345;
}
.ct-pricingBox.ct-pricingBox--special .ct-pricingBox-tooltip:before {
  border-color: #f77345 transparent transparent transparent;
}
.ct-pricingBox.ct-pricingBox--switchColors .ct-pricingBox-header {
  background-color: #f77345;
}
.ct-testimonials .ct-testimonials-description {
  background-color: #f77345;
}
.ct-testimonials .ct-testimonials-description:before {
  border-color: transparent transparent transparent #f77345;
}
.ct-testimonials .ct-testimonials-description .ct-testimonials-textContent .ct-testimonials-header {
  border-bottom: 1px solid #f9906c;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.ct-productBox .media-body .ct-productBox-price {
  color: #f77345;
}
.ct-galleryContainer figcaption .ct-galleryContainer-inStock {
  color: #f77345;
}
.mfp-arrow.mfp-arrow-left:before,
.mfp-arrow.mfp-arrow-right:before {
  color: #f77345;
}
.ct-blockquote.ct-blockquote--motive {
  border-left: 8px solid #f77345;
}
.pagination.pagination--small li a:hover {
  color: #f77345;
}
.pagination.pagination--small > .active > a {
  color: #f77345;
}
.checkbox input[type=checkbox]:checked + label:before,
.radio input[type=checkbox]:checked + label:before,
.checkbox input[type=checkbox]:checked + label,
.radio input[type=checkbox]:checked + label {
  border-color: #f77345;
  color: #f77345;
}
.checkbox input[type=radio]:checked + label:before,
.radio input[type=radio]:checked + label:before,
.checkbox input[type=radio]:checked + label,
.radio input[type=radio]:checked + label {
  border-color: #f77345;
  color: #f77345;
}
.checkbox input[type=checkbox] + label:hover,
.radio input[type=checkbox] + label:hover,
.checkbox input[type=radio] + label:hover,
.radio input[type=radio] + label:hover {
  color: #f77345;
}
.datepicker table tr td.today {
  background-color: #f77345;
  border-color: #f77345;
}
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:focus {
  background-color: #f77345;
  border-color: #f77345;
}
.datepicker table tr td.active.active {
  background-color: #f9906c;
  border-color: #f9906c;
}
.datepicker table tr td.active.active:hover:hover,
.datepicker table tr td.active.active:active,
.datepicker table tr td.active.active:focus {
  background-color: #f9906c;
  border-color: #f9906c;
}
.ct-menuMobile .ct-menuMobile-navbar li.open > a {
  color: #f77345;
}
.ct-menuMobile .ct-menuMobile-navbar li a:hover {
  color: #f77345;
}
.navbar .navbar-nav > li:not(.active) > a:hover {
  color: #f77345;
}
.navbar .navbar-nav > li.active > a .active-link {
  border-color: #f77345;
}
.navbar .navbar-nav > li.active > a .active-link i {
  color: #f77345;
}
nav.navbar ul.nav.navbar-nav > li.active.dropdown > .dropdown-menu > li.active > a {
  color: #f77345;
}
nav.navbar ul.nav.navbar-nav > li.active.dropdown > .dropdown-menu > li.active > ul.dropdown-menu > li.active a {
  color: #f77345;
}
nav.navbar.navbar-default ul.nav.navbar-nav > li.dropdown .dropdown-menu,
nav.navbar.navbar-fixed ul.nav.navbar-nav > li.dropdown .dropdown-menu {
  border-top: 2px solid #f77345;
}
nav.navbar.navbar-default ul.nav.navbar-nav > li.dropdown .dropdown-menu li a:hover,
nav.navbar.navbar-fixed ul.nav.navbar-nav > li.dropdown .dropdown-menu li a:hover {
  color: #f77345;
}
.ct-progressBar .progress .progress-bar {
  background-color: #f77345;
}
.ct-progressBar.ct-progressBar--type3 .progress .progress-bar .ct-progressBar-content {
  background-color: #f77345;
}
.ct-tabs.ct-tabs--type1 .nav-tabs li a:hover {
  background-color: #f77345;
}
.ct-tabs.ct-tabs--type1 .nav-tabs li.active a {
  background-color: #f77345;
}
.ct-tabs.ct-tabs--type2 .nav-tabs li.active a {
  background-color: #f77345;
}
.ct-tabs.ct-tabs--type2 .nav-tabs li a:hover {
  color: #f77345;
}
.ct-tabs.ct-tabs--type2 .nav-tabs li a:hover .nav-tabs-title {
  color: #f77345;
}
.ct-tabs.ct-tabs--type2 .nav-tabs li:before {
  background-color: #f77345;
}
.ct-counterBox-icon .ct-counter-icon {
  background-color: #f77345;
}
.ct-counterBox-icon .ct-counter-content .ct-counter-description {
  color: #f77345;
}
.ct-counterBox .ct-counter-content .ct-counter-description {
  color: #f77345;
}
.table thead tr {
  background-color: #f77345;
}
fieldset[disabled] .btn-primary {
  border-color: #f77345;
  background-color: #f77345;
}
.form-control:focus {
  border-color: #f77345;
}
.contactForm .selectize-dropdown.single .selectize-dropdown-content div:hover {
  background-color: rgba(247, 115, 69, 0.1);
}
.contactForm .selectize-dropdown.single .selectize-dropdown-content div.active:hover {
  background-color: rgba(247, 115, 69, 0.1);
}
::-moz-selection {
  background: #f77345;
}
::selection {
  background: #f77345;
}
.ct-socials.ct-socials--type2 li a:hover {
  background-color: #f77345;
}
.ct-personBox.ct-personBox--type1 .ct-personBox-job,
.ct-personBox.ct-personBox--type2 .ct-personBox-job {
  color: #f77345;
}
.ct-personBox.ct-personBox--type2 {
  text-align: center;
}
.ct-personBox.ct-personBox--type2 .ct-personBox-header:after {
  border-top: 10px solid #f77345;
}
.ct-articleBox.ct-articleBox--type3 .media-body .ct-articleBox-meta {
  color: #f77345;
}
.ct-map-popover .ct-map-popover_cords-item {
  border-radius: 50%;
}
.ct-map-popover .ct-map-popover_cords-item:before {
  background-color: #f77345;
}
.popover .popover-title {
  background-color: #f77345;
}
header {
  position: relative;
}
header .ct-sectionHeader.ct-sectionHeader--type1 .ct-sectionHeader-title:before {
  height: 3px;
  bottom: -15px;
}
.ct-sectionHeader .ct-sectionHeader-title {
  line-height: 40px;
}
@media (max-width: 767px) {
  .ct-sectionHeader .ct-sectionHeader-title {
    line-height: 26px;
  }
}
.ct-sectionHeader.ct-sectionHeader--type1 .ct-sectionHeader-title {
  position: relative;
  color: #5e5e5e;
  margin: 0;
  display: inline-block;
}
.ct-sectionHeader.ct-sectionHeader--type1 .ct-sectionHeader-title:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  bottom: -30px;
  left: 50%;
  margin-left: -20px;
}
.ct-sectionHeader.ct-sectionHeader--type2 .ct-sectionHeader-title {
  position: relative;
  display: inline-block;
  margin-top: 0;
}
.ct-sectionHeader.ct-sectionHeader--type2 .ct-sectionHeader-title:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 2px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.ct-sectionHeader.ct-sectionHeader--type3 {
  color: #5e5e5e;
}
.ct-sectionHeader.ct-sectionHeader--type3 .ct-sectionHeader-title {
  margin-top: 0;
  color: inherit;
}
.ct-sectionHeader.ct-sectionHeader--type3 .ct-sectionHeader-subtitle {
  color: inherit;
}
.ct-sectionHeader.ct-sectionHeader--type4 {
  position: relative;
  display: inline-block;
}
.ct-sectionHeader.ct-sectionHeader--type4:before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  display: block;
  height: 2px;
  background-color: #f3f3f3;
}
.ct-gallery-filters {
  margin-bottom: 55px;
}
.ct-gallery-filters li {
  color: #9c9a9a;
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
  padding: 15px 25px;
  font-weight: 600;
  margin-right: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-top: solid 1px #cdcdcd;
  border-left: solid 1px #cdcdcd;
  border-right: solid 1px #cdcdcd;
  border-bottom: solid 1px #cdcdcd;
  border-width: 2px;
}
.ct-gallery-filters li:last-child {
  margin-right: 0;
}
.ct-gallery-filters li.active {
  color: #ffffff;
}
.ct-gallery-filters li:hover,
.ct-gallery-filters li:active,
.ct-gallery-filters li:focus {
  color: #ffffff;
}
.ct-galleryBox {
  position: relative;
  display: block;
  overflow: hidden;
}
.ct-galleryBox:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.7);
}
.ct-galleryBox figure figcaption {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ct-galleryBox figure figcaption .ct-galleryBox-title {
  margin: 15px 0 0;
  color: #ffffff;
  font-size: 16px;
  padding-bottom: 10px;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity .35s,transform .35s;
  -webkit-transform: translate3d(0, -30px, 0);
  -ms-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}
.ct-galleryBox figure figcaption .ct-galleryBox-price {
  font-size: 16px;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity .35s,transform .35s;
  -webkit-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.ct-galleryBox figure figcaption .ct-galleryBox-price span {
  font-size: 24px;
}
.ct-galleryBox:hover:before,
.ct-galleryBox:active:before,
.ct-galleryBox:focus:before {
  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-galleryBox:hover figure figcaption,
.ct-galleryBox:active figure figcaption,
.ct-galleryBox:focus figure figcaption {
  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-galleryBox:hover figure figcaption .ct-galleryBox-title,
.ct-galleryBox:active figure figcaption .ct-galleryBox-title,
.ct-galleryBox:focus figure figcaption .ct-galleryBox-title,
.ct-galleryBox:hover figure figcaption .ct-galleryBox-price,
.ct-galleryBox:active figure figcaption .ct-galleryBox-price,
.ct-galleryBox:focus figure figcaption .ct-galleryBox-price {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ct-gallery,
.ct-gallery-static {
  /* 5 columns */
  /* 4 columns */
  /* 3 columns */
  /* 2 columns */
}
.ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry,
.ct-gallery-static.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry {
  width: 20%;
}
@media (max-width: 1199px) {
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry,
  .ct-gallery-static.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry,
  .ct-gallery-static.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry {
    width: 100%;
  }
}
.ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry,
.ct-gallery-static.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry {
  width: 25%;
}
@media (max-width: 1199px) {
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry,
  .ct-gallery-static.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry,
  .ct-gallery-static.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry {
    width: 100%;
  }
}
.ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--halfWidth,
.ct-gallery-static.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--halfWidth {
  width: 50%;
}
.ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry,
.ct-gallery-static.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry {
  width: 33.33%;
}
@media (max-width: 1199px) {
  .ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry,
  .ct-gallery-static.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry,
  .ct-gallery-static.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry {
    width: 100%;
  }
}
.ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry,
.ct-gallery-static.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry {
  width: 50%;
}
@media (max-width: 1199px) {
  .ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry,
  .ct-gallery-static.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry,
  .ct-gallery-static.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry {
    width: 100%;
  }
}
.ct-gallery .ct-gallery-item.ct-gallery-item--masonry,
.ct-gallery-static .ct-gallery-item.ct-gallery-item--masonry {
  position: relative;
  width: 20%;
  float: left;
  margin-top: -1px;
  overflow: hidden;
}
.ct-gallery .ct-gallery-item.ct-gallery-item--masonry img,
.ct-gallery-static .ct-gallery-item.ct-gallery-item--masonry img {
  width: 100%;
}
.ct-gallery.ct-gallery--withSpacing .ct-gallery-item,
.ct-gallery-static.ct-gallery--withSpacing .ct-gallery-item {
  display: block;
}
.ct-gallery.ct-gallery--withSpacing .ct-gallery-item .ct-gallery-itemInner,
.ct-gallery-static.ct-gallery--withSpacing .ct-gallery-item .ct-gallery-itemInner {
  padding: 10px;
  text-align: right;
}
@media (max-width: 767px) {
  .ct-gallery.ct-gallery--withSpacing .ct-gallery-item .ct-gallery-itemInner,
  .ct-gallery-static.ct-gallery--withSpacing .ct-gallery-item .ct-gallery-itemInner {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}
.ct-gallery-static:before,
.ct-gallery-static:after {
  content: " ";
  display: table;
}
.ct-gallery-static:after {
  clear: both;
}
.ct-iconBox.ct-iconBox--circle {
  position: relative;
  display: table;
  width: 100%;
  padding: 20px 15px;
}
.ct-iconBox.ct-iconBox--circle:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  border-top: solid 1px transparent;
  border-left: solid 1px transparent;
  border-right: solid 1px transparent;
  border-bottom: solid 1px transparent;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -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--circle .ct-iconBox-linkHelper {
  display: none !important;
}
.ct-iconBox.ct-iconBox--circle .ct-iconBox-icon {
  display: inline-block;
  width: 75px;
  height: 75px;
  line-height: 72px;
  font-size: 30px;
  overflow: hidden;
  font-weight: 600;
  position: relative;
  z-index: 9;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-width: 2px;
}
@media (max-width: 480px) {
  .ct-iconBox.ct-iconBox--circle .ct-iconBox-icon {
    width: 50px;
    height: 50px;
    line-height: 47px;
    font-size: 20px;
  }
}
.ct-iconBox.ct-iconBox--circle .ct-iconBox-icon,
.ct-iconBox.ct-iconBox--circle .ct-iconBox-title,
.ct-iconBox.ct-iconBox--circle .ct-iconBox-description {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ct-iconBox.ct-iconBox--circle:not(.ct-iconBox2):hover .ct-iconBox-icon {
  z-index: 1;
  color: #ffffff !important;
  background: #f77345 !important;
}
.ct-iconBox.ct-iconBox--circle:not(.ct-iconBox2):hover .ct-iconBox-linkHelper {
  -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--circle .ct-iconBox-title {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 20px;
}
.ct-iconBox.ct-iconBox--circle .ct-iconBox-title,
.ct-iconBox.ct-iconBox--circle .ct-iconBox-description {
  font-weight: 600;
  position: relative;
  z-index: 9;
}
.ct-iconBox.ct-iconBox--circle .ct-iconBox-description {
  font-size: 14px;
}
@media (max-width: 480px) {
  .ct-iconBox.ct-iconBox--circle .ct-iconBox-description {
    line-height: 24px;
  }
}
.ct-iconBox.ct-iconBox--circle .ct-iconBox-linkHelper {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 767px) {
  .ct-iconBox.ct-iconBox--circle .ct-iconBox-linkHelper {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 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-iconBox.ct-iconBox--circle.ct-iconBox--iconNumbers .ct-iconBox-icon {
  border: none;
  position: relative;
}
.ct-iconBox.ct-iconBox--circle.ct-iconBox--iconNumbers .ct-iconBox-icon .ct-iconBox-number {
  position: absolute;
  bottom: -11px;
  right: 9px;
  font-size: 11px;
}
.ct-iconBox.ct-iconBox--circle:hover .ct-iconBox-icon {
  background-color: transparent;
}
.ct-iconBox.ct-iconBox--circle.ct-iconBox--bgImage .ct-iconBox-icon {
  border: 0;
  width: 68px;
  height: 68px;
  display: block;
  position: relative;
  margin: 0 auto;
}
.ct-iconBox.ct-iconBox--type2 .ct-iconBox-icon {
  color: #e6e6e6;
}
.ct-iconBox.ct-iconBox--type2 .ct-iconBox-icon i {
  color: inherit;
  font-size: 55px;
}
@media (max-width: 767px) {
  .ct-iconBox.ct-iconBox--type2 .ct-iconBox-icon i {
    font-size: 35px;
  }
}
.ct-iconBox.ct-iconBox--type2 .ct-iconBox-title {
  position: relative;
  padding-top: 25px;
  padding-bottom: 5px;
  word-wrap: break-word;
  color: #5e5e5e;
  line-height: 37px;
}
@media (max-width: 767px) {
  .ct-iconBox.ct-iconBox--type2 .ct-iconBox-title {
    font-size: 24px;
    line-height: 24px;
  }
}
.ct-iconBox.ct-iconBox--type2 .ct-iconBox-title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #f0f0f0;
}
.ct-iconBox.ct-iconBox--type2 .ct-iconBox-description {
  padding-bottom: 5px;
  font-size: 13px;
  padding-right: 20px;
  line-height: 24px;
}
.ct-iconBox.ct-iconBox--type2.ct-iconBox--motive .ct-iconBox-icon i {
  font-size: 75px;
}
.ct-iconBox.ct-iconBox--type2.ct-iconBox--motive .ct-iconBox-title {
  padding-bottom: 20px;
}
.ct-iconBox.ct-iconBox--type3 {
  padding: 15px 0 20px 0;
  margin: 0;
}
.ct-iconBox.ct-iconBox--type3 .media-left,
.ct-iconBox.ct-iconBox--type3 .media-body {
  vertical-align: top;
}
.ct-iconBox.ct-iconBox--type3 .media-left img {
  max-width: none;
}
.ct-iconBox.ct-iconBox--type3 .media-left .ct-iconBox-icon {
  width: 68px;
  height: 68px;
}
.ct-iconBox.ct-iconBox--type3 .media-body {
  padding-left: 10px;
}
.ct-iconBox.ct-iconBox--type3 .media-body .media-heading {
  text-transform: uppercase;
}
.ct-iconBox.ct-iconBox--type3 .media-body .ct-iconBox-description {
  margin: 0;
}
@media (max-width: 480px) {
  .ct-iconBox.ct-iconBox--type3 .media-left,
  .ct-iconBox.ct-iconBox--type3 .media-right {
    display: block;
  }
  .ct-iconBox.ct-iconBox--type3 .media-left {
    padding-right: 0;
    padding-bottom: 15px;
  }
  .ct-iconBox.ct-iconBox--type3 .media-left .ct-iconBox-icon {
    margin: 0 auto;
  }
  .ct-iconBox.ct-iconBox--type3 .media-body {
    text-align: center;
    padding-left: 0;
  }
}
.ct-iconBox.ct-iconBox--type3 + .ct-iconBox--type3 {
  border-top: 1px solid #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.ct-iconBox.ct-iconBox--type4 {
  text-align: center;
}
.ct-iconBox.ct-iconBox--type4 .ct-iconBox-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 58px;
  color: #747a6e;
  font-size: 24px;
  border-top: solid 1px #747a6e;
  border-left: solid 1px #747a6e;
  border-right: solid 1px #747a6e;
  border-bottom: solid 1px #747a6e;
  border-width: 2px;
  border-radius: 50%;
}
.ct-iconBox.ct-iconBox--type4 .ct-iconBox-title {
  margin-top: 20px;
  color: #ffffff;
  text-transform: capitalize;
}
@media (max-width: 479px) {
  .ct-articleBox .media-body {
    width: 100%;
  }
}
.ct-articleBox a {
  display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ct-articleBox a:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ct-articleBox a figure figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ct-articleBox a figure figcaption .ct-articleBox-date,
.ct-articleBox a figure figcaption .ct-articleBox-title {
  font-family: 'Varela Round', sans-serif;
}
.ct-articleBox a figure figcaption .ct-articleBox-date {
  font-size: 14px;
}
.ct-articleBox a figure figcaption .ct-articleBox-title {
  font-size: 24px;
  color: #ffffff;
}
.ct-articleBox .ct-articleBox-link {
  position: absolute;
  left: 50%;
  top: 50%;
  visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
.ct-articleBox:hover a:before,
.ct-articleBox:active a:before,
.ct-articleBox:focus a:before {
  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);
}
.ct-articleBox:hover figure figcaption,
.ct-articleBox:active figure figcaption,
.ct-articleBox:focus figure figcaption {
  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);
}
.ct-articleBox:hover .ct-articleBox-link,
.ct-articleBox:active .ct-articleBox-link,
.ct-articleBox:focus .ct-articleBox-link {
  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);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.ct-articleBox.ct-articleBox--type2 .ct-articleBox-image {
  position: relative;
}
@media (max-width: 992px) {
  .ct-articleBox.ct-articleBox--type2 .ct-articleBox-image {
    display: inline-block;
  }
}
.ct-articleBox.ct-articleBox--type2 .ct-articleBox-image:before {
  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);
}
.ct-articleBox.ct-articleBox--type2 .ct-articleBox-image:hover:before,
.ct-articleBox.ct-articleBox--type2 .ct-articleBox-image:active:before,
.ct-articleBox.ct-articleBox--type2 .ct-articleBox-image:focus:before {
  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-articleBox.ct-articleBox--type2 .ct-articleBox-meta {
  display: block;
  margin-top: 20px;
}
.ct-articleBox.ct-articleBox--type2 .ct-articleBox-title {
  margin-top: 20px;
}
.ct-articleBox.ct-articleBox--type2 .ct-articleBox-title a:before {
  display: none;
}
.ct-articleBox.ct-articleBox--type3 {
  display: table;
  width: 100%;
}
.ct-articleBox.ct-articleBox--type3 .ct-articleBox-image:before {
  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);
}
.ct-articleBox.ct-articleBox--type3 .ct-articleBox-image:hover:before,
.ct-articleBox.ct-articleBox--type3 .ct-articleBox-image:active:before,
.ct-articleBox.ct-articleBox--type3 .ct-articleBox-image:focus:before {
  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-articleBox.ct-articleBox--type3 .media-left {
  position: relative;
  vertical-align: top;
  padding: 0;
}
.ct-articleBox.ct-articleBox--type3 .media-left img {
  max-width: none;
}
.ct-articleBox.ct-articleBox--type3 .media-body {
  padding-left: 25px;
  display: table-cell;
  vertical-align: top;
}
.ct-articleBox.ct-articleBox--type3 .media-body .ct-articleBox-title a:before {
  display: none;
}
@media (max-width: 767px) {
  .ct-articleBox.ct-articleBox--type3 {
    width: auto;
  }
  .ct-articleBox.ct-articleBox--type3 .media-body {
    display: block;
    padding-left: 0;
  }
  .ct-articleBox.ct-articleBox--type3 .media-left {
    display: inline-block;
    margin-bottom: 15px;
  }
}
.ct-blockquote {
  border: none;
  color: #ffffff;
  font-size: 22px;
  margin: 0;
  padding: 30px 0 25px 0;
}
.ct-blockquote .ct-blockquote-author {
  font-weight: 300;
}
.ct-blockquote.ct-blockquote--motive {
  font-size: 18px;
  font-style: italic;
  color: #5e5e5e;
  background-color: #f9f9f9;
  padding-left: 35px;
  padding-right: 35px;
  line-height: 36px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.ct-list--type1 > li {
  margin-bottom: 13px;
}
.ct-list--type1 > li > a {
  color: #606060;
  font-size: 12px;
  font-weight: 600;
}
.ct-list--type1:last-child {
  margin-bottom: 0;
}
.ct-list--type2 {
  display: table;
}
.ct-list--type2 li {
  padding: 11px 65px 11px 0;
  font-weight: 600;
}
.ct-list--type2 li i {
  padding-right: 10px;
  padding-left: 20px;
}
.ct-list--type2.ct-list--striped li:nth-child(odd) {
  background-color: #f5f5f5;
}
.ct-list--type2.ct-list--striped li:nth-child(even) {
  background-color: #fafafa;
}
.ct-list--withArrow li {
  position: relative;
  margin-bottom: 33.3px;
}
.ct-list--withArrow li:last-child {
  margin-bottom: 0;
}
.ct-list--withArrow li span {
  content: '';
  position: relative;
  top: 0;
  bottom: 0;
  height: 100%;
  border-radius: 5px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 1px;
}
.ct-list--withArrow li span i {
  font-size: 11px;
  position: relative;
  top: -1px;
}
.ct-link.ct-link--inherit {
  color: inherit;
}
.btn {
  font-family: 'Open Sans', sans-serif;
  position: relative;
  font-size: 13px;
  padding: 12px 20px 13px 20px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-transform: uppercase;
  border-width: 2px;
  font-weight: 600;
}
.btn span {
  position: absolute;
  top: -2px;
  bottom: -2px;
  right: -40px;
  width: 30px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.btn span i {
  position: absolute;
  left: 50%;
  top: 50%;
  animation: 0.55s ease 0s alternate none infinite running beat;
  margin-left: -9px;
  margin-top: -9px;
}
.btn span:before {
  content: '';
  position: absolute;
  top: -2px;
  bottom: -2px;
  width: 10px;
  left: -10px;
}
.btn:hover,
.btn:active,
.btn:focus,
.btn:active:focus {
  text-decoration: none;
  outline: none;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.btn.btn--icon i {
  padding-right: 10px;
}
.btn.btn--icon.btnIcon--type2 i {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn + .btn {
  margin-left: 60px;
}
.btn[data-btnColor]:hover {
  background-color: #464646!important;
  border-color: #464646!important;
}
.btn-link {
  background-color: transparent;
  color: #ffffff;
  border-top: solid 1px #ffffff;
  border-left: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  border-width: 2px;
}
.btn-link:hover,
.btn-link:active,
.btn-link:focus {
  background-color: #ffffff;
}
.btn-link:hover span,
.btn-link:active span,
.btn-link:focus span {
  background-color: #ffffff;
}
.btn-link span {
  color: #ffffff;
  border-top: solid 1px #ffffff;
  border-left: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  border-width: 2px;
}
.btn-primary span {
  background-color: transparent;
  color: #dfdfdf;
  border-top: solid 1px #dfdfdf;
  border-left: solid 1px #dfdfdf;
  border-right: solid 1px #dfdfdf;
  border-bottom: solid 1px #dfdfdf;
  border-width: 2px;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #464646;
  border-color: #464646;
}
.btn-primary:hover span,
.btn-primary:active span,
.btn-primary:focus span {
  color: #fff;
}
.btn-danger span {
  background-color: transparent;
  color: #d43f3a;
  border-top: solid 1px #d43f3a;
  border-left: solid 1px #d43f3a;
  border-right: solid 1px #d43f3a;
  border-bottom: solid 1px #d43f3a;
  border-width: 2px;
}
.btn-warning span {
  background-color: transparent;
  color: #f0ad4e;
  border-top: solid 1px #f0ad4e;
  border-left: solid 1px #f0ad4e;
  border-right: solid 1px #f0ad4e;
  border-bottom: solid 1px #f0ad4e;
  border-width: 2px;
}
.btn-info span {
  background-color: transparent;
  color: #46b8da;
  border-top: solid 1px #46b8da;
  border-left: solid 1px #46b8da;
  border-right: solid 1px #46b8da;
  border-bottom: solid 1px #46b8da;
  border-width: 2px;
}
.btn-success span {
  background-color: transparent;
  color: #5cb85c;
  border-top: solid 1px #5cb85c;
  border-left: solid 1px #5cb85c;
  border-right: solid 1px #5cb85c;
  border-bottom: solid 1px #5cb85c;
  border-width: 2px;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  color: #ffffff;
}
.btn-default span {
  border-width: 2px;
}
.btn-lg {
  padding: 20px 45px;
}
.btn-sm {
  padding: 8px 20px;
}
.btn-xs {
  padding: 5px 15px;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-radius: 5px;
}
.btn-group .btn {
  margin-left: 60px!important;
}
.btn-group .btn:first-child {
  margin-left: 0!important;
}
.ct-hr.ct-hr--type1,
.ct-hr.ct-hr--type2,
.ct-hr.ct-hr--type3,
.ct-hr.ct-hr--type4 {
  display: block;
  text-indent: -9999px;
}
.ct-hr.ct-hr--type1 {
  height: 3px;
}
.ct-hr.ct-hr--type2 {
  height: 1px;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
}
.ct-hr.ct-hr--type4 {
  text-indent: 0;
  position: relative;
  display: block;
  overflow: hidden;
}
.ct-hr.ct-hr--type4 span {
  height: 2px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  width: 100%;
  display: block;
  position: absolute;
  z-index: 99;
  top: 70%;
  transform: translateY(-50%);
  left: 60px;
}
.ct-slick {
  margin: 0!important;
}
.ct-slick .slick-track {
  cursor: e-resize;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.ct-slick .slick-track:active {
  cursor: e-resize;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
.ct-slick.ct-slick-dots--type1 .slick-dots {
  width: auto;
}
.ct-slick.ct-slick-dots--type1 .slick-dots li {
  margin: 0 5px 0 0;
  width: auto;
  height: auto;
}
.ct-slick.ct-slick-dots--type1 .slick-dots li button {
  font-size: 20px;
  font-family: 'Varela Round', sans-serif;
  background-color: #464646;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ct-slick.ct-slick-dots--type1 .slick-dots li:last-child {
  margin-right: 0;
}
.ct-slick.ct-slick-dots--type1 .slick-dots li.slick-active button {
  cursor: default;
}
.ct-slick.ct-slick-dots--type1.ct-slick-dots--leftTop .slick-dots,
.ct-slick.ct-slick-dots--type1.ct-slick-dots--rightTop .slick-dots,
.ct-slick.ct-slick-dots--type1.ct-slick-dots--centerTop .slick-dots {
  top: -70px;
  bottom: auto;
}
.ct-slick.ct-slick-dots--type1.ct-slick-dots--leftTop .slick-dots,
.ct-slick.ct-slick-dots--type1.ct-slick-dots--leftBottom .slick-dots,
.ct-slick.ct-slick-dots--type1.ct-slick-dots--centerTop .slick-dots,
.ct-slick.ct-slick-dots--type1.ct-slick-dots--centerBottom .slick-dots {
  left: 15px;
}
@media (max-width: 767px) {
  .ct-slick.ct-slick-dots--type1.ct-slick-dots--leftTop .slick-dots,
  .ct-slick.ct-slick-dots--type1.ct-slick-dots--leftBottom .slick-dots,
  .ct-slick.ct-slick-dots--type1.ct-slick-dots--centerTop .slick-dots,
  .ct-slick.ct-slick-dots--type1.ct-slick-dots--centerBottom .slick-dots {
    left: 0;
    right: 0;
  }
}
.ct-slick.ct-slick-dots--type1.ct-slick-dots--rightTop .slick-dots,
.ct-slick.ct-slick-dots--type1.ct-slick-dots--rightBottom .slick-dots,
.ct-slick.ct-slick-dots--type1.ct-slick-dots--centerTop .slick-dots,
.ct-slick.ct-slick-dots--type1.ct-slick-dots--centerBottom .slick-dots {
  right: 15px;
}
@media (max-width: 767px) {
  .ct-slick.ct-slick-dots--type1.ct-slick-dots--rightTop .slick-dots,
  .ct-slick.ct-slick-dots--type1.ct-slick-dots--rightBottom .slick-dots,
  .ct-slick.ct-slick-dots--type1.ct-slick-dots--centerTop .slick-dots,
  .ct-slick.ct-slick-dots--type1.ct-slick-dots--centerBottom .slick-dots {
    right: 0;
    left: 0;
  }
}
.ct-slick.ct-slick-dots--type1.ct-slick-dots--leftBottom .slick-dots,
.ct-slick.ct-slick-dots--type1.ct-slick-dots--rightBottom .slick-dots,
.ct-slick.ct-slick-dots--type1.ct-slick-dots--centerBottom .slick-dots {
  bottom: -70px;
  top: auto;
}
.ct-slick.ct-slick-dots--type3 .slick-dots {
  width: auto;
}
.ct-slick.ct-slick-dots--type3 .slick-dots li {
  width: auto;
  height: auto;
  padding: 10px 0;
}
.ct-slick.ct-slick-dots--type3 .slick-dots li:hover button {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
}
.ct-slick.ct-slick-dots--type3 .slick-dots li button {
  padding: 0;
  width: 90px;
  height: 3px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
  .ct-slick.ct-slick-dots--type3 .slick-dots li button {
    width: 50px;
  }
}
.ct-slick.ct-slick-dots--type3 .slick-dots li.slick-active button {
  background-color: #ffffff;
}
.ct-slick.ct-slick-dots--type3 .slick-dots:hover li button {
  height: 10px;
}
.ct-slick.ct-slick-dots--type3.ct-slick-dots--rightTop .slick-dots,
.ct-slick.ct-slick-dots--type3.ct-slick-dots--rightBottom .slick-dots,
.ct-slick.ct-slick-dots--type3.ct-slick-dots--centerBottom .slick-dots,
.ct-slick.ct-slick-dots--type3.ct-slick-dots--centerTop .slick-dots {
  margin-bottom: 0;
}
.ct-slick.ct-slick-dots--type3.ct-slick-dots--rightTop .slick-dots,
.ct-slick.ct-slick-dots--type3.ct-slick-dots--rightBottom .slick-dots,
.ct-slick.ct-slick-dots--type3.ct-slick-dots--centerBottom .slick-dots {
  right: 35px;
  bottom: 25px;
}
.ct-slick.ct-slick-dots--type3.ct-slick-dots--centerBottom .slick-dots,
.ct-slick.ct-slick-dots--type3.ct-slick-dots--rightTop .slick-dots {
  right: 0;
  left: 0;
}
.ct-slick.ct-slick-dots--type3.ct-slick-dots--rightTop .slick-dots {
  right: 35px;
  left: auto;
  top: 25px;
}
.ct-slick.ct-slick-dots--type3.ct-slick-dots--leftTop .slick-dots {
  top: 25px;
  left: 35px;
  right: auto;
}
.ct-slick.ct-slick-dots--type3.ct-slick-dots--leftBottom .slick-dots {
  bottom: 25px;
  left: 35px;
  right: auto;
}
.ct-slick.ct-slick-dots--type3.ct-slick-dots--centerTop .slick-dots {
  left: 0;
  right: 0;
  top: 25px;
}
.ct-slick.ct-slick-dots--type3.ct-slick-dots--11 .slick-dots {
  bottom: 35px;
  left: 27%;
}
@media (max-width: 767px) {
  .ct-slick.ct-slick-dots--type3.ct-slick-dots--rightTop .slick-dots,
  .ct-slick.ct-slick-dots--type3.ct-slick-dots--rightBottom .slick-dots,
  .ct-slick.ct-slick-dots--type3.ct-slick-dots--centerBottom .slick-dots,
  .ct-slick.ct-slick-dots--type3.ct-slick-dots--centerTop .slick-dots,
  .ct-slick.ct-slick-dots--type3.ct-slick-dots--11 .slick-dots {
    left: 0;
    right: 0;
  }
}
.ct-slick.ct-slick-arrows--type1 .slick-prev,
.ct-slick.ct-slick-arrows--type2 .slick-prev,
.ct-slick.ct-slick-arrows--type3 .slick-prev,
.ct-slick.ct-slick-arrows--type1 .slick-next,
.ct-slick.ct-slick-arrows--type2 .slick-next,
.ct-slick.ct-slick-arrows--type3 .slick-next {
  background-color: transparent;
}
.ct-slick.ct-slick-arrows--type1 .slick-prev:before,
.ct-slick.ct-slick-arrows--type2 .slick-prev:before,
.ct-slick.ct-slick-arrows--type3 .slick-prev:before,
.ct-slick.ct-slick-arrows--type1 .slick-next:before,
.ct-slick.ct-slick-arrows--type2 .slick-next:before,
.ct-slick.ct-slick-arrows--type3 .slick-next:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
.ct-slick.ct-slick-arrows--type1 .slick-prev,
.ct-slick.ct-slick-arrows--type1 .slick-next {
  background-color: #f2f2f2;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ct-slick.ct-slick-arrows--type1 .slick-prev:before,
.ct-slick.ct-slick-arrows--type1 .slick-next:before {
  color: #797979;
  font-size: 14px;
  position: relative;
  top: 4px;
}
.ct-slick.ct-slick-arrows--type1 .slick-prev:hover,
.ct-slick.ct-slick-arrows--type1 .slick-next:hover {
  background-color: #464646;
}
.ct-slick.ct-slick-arrows--type1 .slick-prev:hover:before,
.ct-slick.ct-slick-arrows--type1 .slick-next:hover:before {
  color: #ffffff;
}
.ct-slick.ct-slick-arrows--type1 .slick-prev:before {
  content: '\e801';
}
.ct-slick.ct-slick-arrows--type1 .slick-next:before {
  content: '\e800';
}
.ct-slick.ct-slick-arrows--type1.ct-slick-arrow--position1 .slick-prev {
  left: -10px;
}
.ct-slick.ct-slick-arrows--type1.ct-slick-arrow--position1 .slick-next {
  right: -10px;
}
.ct-slick.ct-slick-arrows--type2 .slick-prev,
.ct-slick.ct-slick-arrows--type2 .slick-next {
  background-color: transparent;
  margin: -8px auto auto;
}
.ct-slick.ct-slick-arrows--type2 .slick-prev:before,
.ct-slick.ct-slick-arrows--type2 .slick-next:before {
  color: #797979;
  font-size: 13px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ct-slick.ct-slick-arrows--type2 .slick-prev:before {
  content: '\e801';
}
.ct-slick.ct-slick-arrows--type2 .slick-next:before {
  content: '\e800';
}
.ct-slick.ct-slick-arrows--type2.ct-slickarrow--middleCorners {
  position: static;
}
.ct-slick.ct-slick-arrows--type2.ct-slickarrow--middleCorners .slick-prev {
  left: 20px;
}
.ct-slick.ct-slick-arrows--type2.ct-slickarrow--middleCorners .slick-next {
  right: 20px;
}
.ct-slick.ct-slick-arrows--type3 .slick-prev,
.ct-slick.ct-slick-arrows--type3 .slick-next {
  width: 30px;
  height: 40px;
  line-height: 40px;
  border-top: solid 1px #dfdfdf;
  border-left: solid 1px #dfdfdf;
  border-right: solid 1px #dfdfdf;
  border-bottom: solid 1px #dfdfdf;
  border-width: 2px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ct-slick.ct-slick-arrows--type3 .slick-prev:hover,
.ct-slick.ct-slick-arrows--type3 .slick-next:hover {
  border-color: #959494;
}
.ct-slick.ct-slick-arrows--type3 .slick-prev:hover:before,
.ct-slick.ct-slick-arrows--type3 .slick-next:hover:before {
  color: #959494;
}
.ct-slick.ct-slick-arrows--type3 .slick-prev:before,
.ct-slick.ct-slick-arrows--type3 .slick-next:before {
  color: #dfdfdf;
  font-size: 13px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ct-slick.ct-slick-arrows--type3 .slick-prev:before {
  content: '\e801';
}
.ct-slick.ct-slick-arrows--type3 .slick-next:before {
  content: '\e800';
}
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position1 .slick-prev,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position2 .slick-prev,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position3 .slick-prev,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position4 .slick-prev,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position5 .slick-prev,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position6 .slick-prev,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position8 .slick-prev,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position1 .slick-next,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position2 .slick-next,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position3 .slick-next,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position4 .slick-next,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position5 .slick-next,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position6 .slick-next,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position8 .slick-next {
  margin-top: 0;
}
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position1 .slick-prev,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position2 .slick-prev,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position3 .slick-prev,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position4 .slick-prev,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position5 .slick-prev,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position6 .slick-prev,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position8 .slick-prev {
  left: -40px;
}
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position1 .slick-next,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position2 .slick-next,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position3 .slick-next,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position4 .slick-next,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position5 .slick-next,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position6 .slick-next,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position8 .slick-next {
  right: -40px;
}
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position1 .slick-prev,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position1 .slick-next {
  margin-top: -20px;
}
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position2 .slick-prev,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position2 .slick-next {
  top: 0;
}
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position3 .slick-prev,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position3 .slick-next {
  top: auto;
  bottom: 0;
}
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position4 .slick-prev,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position5 .slick-prev,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position6 .slick-prev,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position4 .slick-next,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position5 .slick-next,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position6 .slick-next {
  top: auto;
  bottom: -60px;
}
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position4 .slick-prev,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position5 .slick-prev,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position6 .slick-prev {
  right: 40px;
  left: auto;
}
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position4 .slick-next,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position5 .slick-next,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position6 .slick-next {
  right: 0;
}
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position5 .slick-prev {
  left: 0;
  right: auto;
}
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position5 .slick-next {
  left: 40px;
  right: auto;
}
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position6 .slick-prev,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position6 .slick-next {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position6 .slick-prev {
  margin-left: -20px;
}
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position6 .slick-next {
  margin-left: 20px;
}
@media (max-width: 1250px) {
  .ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position1 .slick-prev {
    left: 0;
  }
  .ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position1 .slick-next {
    right: 0;
  }
}
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position2 .slick-prev,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position3 .slick-prev,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position2 .slick-next,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position3 .slick-next {
  left: 50%;
  bottom: -60px;
  top: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position2 .slick-prev,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position3 .slick-prev {
  margin-left: -20px;
}
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position2 .slick-next,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position3 .slick-next {
  margin-left: 20px;
}
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position8 .slick-prev,
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position8 .slick-next {
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position8 .slick-prev {
  margin-left: -20px;
}
.ct-slick.ct-slick-arrows--type3.ct-slick-arrows--position8 .slick-next {
  margin-left: 20px;
}
.ct-slick.ct-slick-arrows--type4 .slick-prev,
.ct-slick.ct-slick-arrows--type4 .slick-next {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ct-slick.ct-slick-arrows--type4 .slick-prev:hover,
.ct-slick.ct-slick-arrows--type4 .slick-next:hover {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.7);
}
.ct-slick.ct-slick-arrows--type4 .slick-prev:before,
.ct-slick.ct-slick-arrows--type4 .slick-next:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 34px;
  color: #ffffff;
}
@media (max-width: 1750px) {
  .ct-slick.ct-slick-arrows--type4 .slick-prev,
  .ct-slick.ct-slick-arrows--type4 .slick-next {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .ct-slick.ct-slick-arrows--type4 .slick-prev:before,
  .ct-slick.ct-slick-arrows--type4 .slick-next:before {
    font-size: 24px;
  }
}
.ct-slick.ct-slick-arrows--type4 .slick-next:before {
  content: '\f105';
}
.ct-slick.ct-slick-arrows--type4 .slick-prev:before {
  content: '\f104';
}
.ct-slick.ct-slick-arrows--type4.ct-slick-arrows--position1 .slick-next,
.ct-slick.ct-slick-arrows--type4.ct-slick-arrows--position1 .slick-prev {
  top: 35px;
}
.ct-slick.ct-slick-arrows--type4.ct-slick-arrows--position1 .slick-prev {
  left: 70px;
}
.ct-slick.ct-slick-arrows--type4.ct-slick-arrows--position1 .slick-next {
  right: 70px;
}
.ct-slick.ct-slick-arrows--type4.ct-slick-arrows--position2 .slick-next,
.ct-slick.ct-slick-arrows--type4.ct-slick-arrows--position2 .slick-prev {
  bottom: 35px;
  top: auto;
}
.ct-slick.ct-slick-arrows--type4.ct-slick-arrows--position2 .slick-prev {
  left: 70px;
}
.ct-slick.ct-slick-arrows--type4.ct-slick-arrows--position2 .slick-next {
  right: 70px;
}
.ct-slick.ct-slick-arrows--type4.ct-slick-arrows--position3 .slick-next,
.ct-slick.ct-slick-arrows--type4.ct-slick-arrows--position4 .slick-next,
.ct-slick.ct-slick-arrows--type4.ct-slick-arrows--position5 .slick-next,
.ct-slick.ct-slick-arrows--type4.ct-slick-arrows--position3 .slick-prev,
.ct-slick.ct-slick-arrows--type4.ct-slick-arrows--position4 .slick-prev,
.ct-slick.ct-slick-arrows--type4.ct-slick-arrows--position5 .slick-prev {
  left: 50%;
  bottom: 35px;
}
.ct-slick.ct-slick-arrows--type4.ct-slick-arrows--position3 .slick-prev,
.ct-slick.ct-slick-arrows--type4.ct-slick-arrows--position4 .slick-prev,
.ct-slick.ct-slick-arrows--type4.ct-slick-arrows--position5 .slick-prev {
  margin-left: -70px;
}
.ct-slick.ct-slick-arrows--type4.ct-slick-arrows--position3 .slick-next,
.ct-slick.ct-slick-arrows--type4.ct-slick-arrows--position4 .slick-next,
.ct-slick.ct-slick-arrows--type4.ct-slick-arrows--position5 .slick-next {
  margin-left: 0;
}
.ct-slick.ct-slick-arrows--type4.ct-slick-arrows--position4 .slick-next,
.ct-slick.ct-slick-arrows--type4.ct-slick-arrows--position4 .slick-prev {
  top: auto;
}
.ct-slick.ct-slick-arrows--type4.ct-slick-arrows--position5 .slick-next,
.ct-slick.ct-slick-arrows--type4.ct-slick-arrows--position5 .slick-prev {
  bottom: auto;
  top: 35px;
}
.ct-slick.ct-slick-arrows--type4.ct-slick-arrows--position7 .slick-prev,
.ct-slick.ct-slick-arrows--type4.ct-slick-arrows--position7 .slick-next {
  margin-top: -35px;
}
.ct-slick.ct-slick-arrows--type4.ct-slick-arrows--position7 .slick-prev {
  left: 70px;
}
.ct-slick.ct-slick-arrows--type4.ct-slick-arrows--position7 .slick-next {
  right: 70px;
}
.ct-slick.ct-slick-dots--type2 .slick-dots {
  margin: 0;
  bottom: -90px;
}
.ct-slick.ct-slick-dots--type2 .slick-dots li {
  margin: 0 9px;
}
.ct-slick.ct-slick-dots--type2 .slick-dots:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  margin-top: -1px;
}
.ct-slick.ct-slick-dots--type2 .slick-dots button {
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.browser-mozilla .ct-slick.ct-slick-dots--type2 .slick-dots:before {
  margin-top: -8px;
}
.ct-socials.ct-socials--type1 {
  margin: 0;
}
.ct-socials.ct-socials--type1 li {
  color: #ffffff;
  margin-right: 50px;
}
.ct-socials.ct-socials--type1 li a {
  position: relative;
  color: #ffffff;
  font-size: 28px;
}
.ct-socials.ct-socials--type1 li a .ct-tooltipContent {
  position: absolute;
  z-index: 9999;
  left: 0;
  padding-left: 10px;
  padding-right: 10px;
  bottom: 100%;
  text-align: left;
  font-size: 0.765em;
  line-height: 1.4;
  box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
  background: #2a3035;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
  cursor: default;
  pointer-events: none;
  -webkit-transform-origin: 50% calc(110%);
  transform-origin: 50% calc(110%);
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 45deg) translateX(-50%);
  transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
}
@media (max-width: 767px) {
  .ct-socials.ct-socials--type1 li a .ct-tooltipContent {
    display: none;
  }
}
.ct-socials.ct-socials--type1 li a:hover .ct-tooltipContent {
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  pointer-events: auto;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
}
@media (max-width: 767px) {
  .ct-socials.ct-socials--type1 li {
    margin-right: 0;
  }
}
.ct-socials.ct-socials--type1 li:last-child {
  margin-right: 0;
}
.ct-socials.ct-socials--type2 li {
  padding: 0;
}
.ct-socials.ct-socials--type2 li a {
  display: inline-block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  color: #ffffff;
  background-color: #222222;
}
.ct-socials.ct-socials--type2 li a:hover {
  color: #ffffff;
}
.ct-footer .ct-copyright {
    color: #000000;
    font-size: 12px;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.ct-footer .ct-widget .ct-widget-title {
  margin-bottom: 33px;
}
@media (max-width: 767px) {
  .ct-widget {
    margin-bottom: 45px;
  }
}
.ct-widget .ct-widget-title {
  position: relative;
  color: #606060;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-top: 0;
  letter-spacing: 2px;
}
.ct-widget .ct-widget-title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -7px;
  height: 2px;
  width: 35px;
}
@media (max-width: 991px) {
  .ct-widget.ct-widget--type2 {
    margin-bottom: 45px;
  }
}
.ct-widget.ct-widget--type2 .ct-widget-title {
  font-size: 14px;
  color: #5e5e5e;
  text-transform: uppercase;
}
.ct-widget.ct-widget--type2 .ct-widget-title:before {
  display: none;
}
.ct-widget.ct-widget--type2 p {
  line-height: 24px;
}
.widget {
  margin-bottom: 50px;
}
.widget .widget-inner .widget-title {
  position: relative;
  color: #5e5e5e;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 40px 0;
  text-transform: uppercase;
}
.widget .widget-inner .widget-title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
}
.widget ul li {
  text-transform: capitalize;
  font-size: 14px;
  color: #5e5e5e;
  font-weight: 600;
}
.ct-listIcon {
  color: #797979;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
.ct-listIcon i {
  padding-right: 5px;
}
.ct-listIcon.ct-listIcon--divider {
  border-left: 1px solid #ccc;
  display: block;
}
.ct-flagBox {
  display: table;
  color: inherit;
  -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);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ct-flagBox figure {
  display: inherit;
}
.ct-flagBox figure img,
.ct-flagBox figure figcaption {
  display: table-cell;
  vertical-align: middle;
}
.ct-flagBox figure img {
  max-width: none;
}
.ct-flagBox figure figcaption {
  font-size: 10px;
  padding-left: 10px;
}
.ct-flagBox:hover {
  color: inherit;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-mainSlider {
  overflow: hidden;
}
.ct-mainSlider .ct-mainSlider--leftSide {
  float: left;
  width: 41%;
  display: block;
}
@media (max-width: 767px) {
  .ct-mainSlider .ct-mainSlider--leftSide {
    float: none;
    width: 100%;
  }
}
.ct-mainSlider .ct-mainSlider--rightSide {
  float: left;
  width: 59%;
  display: block;
}
@media (max-width: 767px) {
  .ct-mainSlider .ct-mainSlider--rightSide {
    float: none;
    width: 100%;
  }
}
.ct-mainSlider .item img {
  max-width: none;
}
@media (max-width: 767px) {
  .ct-mainSlider .item img {
    max-width: 100%;
  }
}
.ct-mainSlider-miniImage {
  position: relative;
}
.ct-mainSlider-miniImage:before {
  content: '';
  position: absolute;
  right: -5px;
  top: 0;
  background-color: rgba(255, 255, 255, 0.3);
  width: 5px;
  height: 100%;
  z-index: 9;
}
.ct-bookingBox-fix {
  position: relative;
  max-width: 364px;
  margin-right: 40px;
  margin-left: auto;
}
@media (min-width: 767px) and (max-width: 991px) {
  .ct-bookingBox-fix {
    padding-left: 20px;
  }
}
.ct-bookingBox-fix:before {
  content: '';
  position: absolute;
  top: 2px;
  right: -81px;
  width: 50px;
  height: 2000px;
  z-index: 99;
}
.ct-bookingBox-fix:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 0 0 41px;
  top: -43px;
  right: -81px;
  z-index: 99;
}
@media (max-width: 767px) {
  .ct-bookingBox-fix {
    margin: 0;
    max-width: none;
    padding: 0 25px 30px 25px;
  }
}
@media (max-width: 767px) {
  .ct-bookingBox-fix:before {
    top: -17px;
    right: -40px;
    width: 45px;
  }
  .ct-bookingBox-fix:after {
    top: -61px;
    right: -41px;
  }
}
.ct-bookingBox .ct-bookingBox-title {
  font-size: 35px;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}
.form-control.input-lg {
  border-radius: 0;
}
.contactForm.contactForm--type1 .form-control,
.contactForm.contactForm--type2 .form-control,
.contactForm.contactForm--type3 .form-control,
.contactForm.contactForm--type1 .selectize-input,
.contactForm.contactForm--type2 .selectize-input,
.contactForm.contactForm--type3 .selectize-input {
  border: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.contactForm.contactForm--type1 .form-control,
.contactForm.contactForm--type2 .form-control,
.contactForm.contactForm--type3 .form-control {
  font-family: 'Open Sans', sans-serif;
}
.contactForm.contactForm--type1 .form-control,
.contactForm.contactForm--type1 .selectize-input {
  background-color: #f9f9f9;
  color: #929292;
  text-transform: uppercase;
  height: 46px;
  padding: 16px 30px;
  border-radius: 0;
}
.contactForm.contactForm--type1 .form-control.input-active,
.contactForm.contactForm--type1 .selectize-input.input-active {
  background-color: #f9f9f9;
}
.contactForm.contactForm--type1 .form-control {
  font-size: 11px;
}
.contactForm.contactForm--type2 .form-control,
.contactForm.contactForm--type2 .selectize-input {
  background-color: #f9f9f9;
  color: #ababab;
  height: 40px;
  font-size: 13px;
  padding: 10px 30px;
  border-radius: 0;
}
.contactForm.contactForm--type2 .form-control.input-active,
.contactForm.contactForm--type2 .selectize-input.input-active {
  background-color: #f9f9f9;
}
.contactForm.contactForm--type2 .selectize-input.dropdown-active:before {
  display: none;
}
.contactForm.contactForm--type2 .form-control::-webkit-input-placeholder {
  color: #ababab;
}
.contactForm.contactForm--type2 .form-control::-moz-placeholder {
  color: #ababab;
}
.contactForm.contactForm--type2 .selectize-input input::-moz-placeholder {
  color: #ababab;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.contactForm.contactForm--type2 .selectize-input input::-webkit-input-placeholder {
  color: #ababab;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.contactForm.contactForm--type2 .selectize-input input:-ms-input-placeholder {
  color: #ababab;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.contactForm.contactForm--type2 .selectize-control .selectize-dropdown {
  border: 0;
  border-top: 1px solid #ffffff;
  background-color: #f9f9f9;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.contactForm.contactForm--type2 .selectize-control .selectize-dropdown .selectize-dropdown-content .option {
  padding-left: 30px;
  color: #ababab;
  font-size: 13px;
  background-color: transparent;
}
.contactForm.contactForm--type2 .selectize-control .selectize-dropdown .selectize-dropdown-content .option.selected {
  background-color: transparent;
}
.contactForm.contactForm--type2 .ct-input--icon {
  color: #d8d8d8;
}
.contactForm.contactForm--type3 .form-control,
.contactForm.contactForm--type3 .selectize-input {
  background-color: #ffffff;
  color: #959494;
  height: 37px;
  font-size: 13px;
  padding: 10px 30px 10px 17px;
  font-weight: 600;
  border-radius: 0;
}
.contactForm.contactForm--type3 .form-control.input-active,
.contactForm.contactForm--type3 .selectize-input.input-active {
  background-color: #ffffff;
}
.contactForm.contactForm--type3 .selectize-control {
  height: 40px;
}
.contactForm.contactForm--type3 .selectize-control .selectize-dropdown {
  border: 0;
  border-top: 1px solid transparent;
  background-color: #ffffff;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border-radius: 0;
}
.contactForm.contactForm--type3 .selectize-control .selectize-dropdown .selectize-dropdown-content .option {
  padding-left: 17px;
  color: #959494;
  font-weight: 600;
  font-size: 13px;
}
.contactForm.contactForm--type3 .form-control::-moz-placeholder {
  color: #959494;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.contactForm.contactForm--type3 .form-control ::-webkit-input-placeholder {
  color: #959494;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.contactForm.contactForm--type3 .form-control input:-ms-input-placeholder {
  color: #959494;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.contactForm.contactForm--type3 .selectize-input input::-moz-placeholder {
  color: #959494;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.contactForm.contactForm--type3 .selectize-input input::-webkit-input-placeholder {
  color: #959494;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.contactForm.contactForm--type3 .selectize-input input:-ms-input-placeholder {
  color: #959494;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.contactForm.contactForm--type3 .form-group {
  margin-bottom: 15px;
}
.select-lg .selectize-input {
  padding: 16px 16px;
  line-height: 1.3333333;
}
textarea.form-control {
  height: auto!important;
  resize: none;
}
.checkbox input,
.radio input {
  display: none;
}
.checkbox label,
.radio label {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #929292;
  text-transform: uppercase;
}
.checkbox label:before,
.radio label:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border: 3px solid #e9e9e9;
  background-color: #e9e9e9;
  border-radius: 50%;
}
.checkbox input[type=checkbox]:checked + label:before,
.radio input[type=checkbox]:checked + label:before {
  background: transparent;
}
.checkbox input[type=radio]:checked + label:before,
.radio input[type=radio]:checked + label:before {
  background: transparent;
}
.selectize--type2 .selectize-input {
  border-radius: 0 !important;
  height: 38px;
}
.select-nm .selectize-input {
  height: 38px;
}
.form-group.ct-input--icon {
  position: relative;
}
.form-group.ct-input--icon i {
  position: absolute;
  color: inherit;
  right: 17px;
  top: 50%;
  pointer-events: none;
  font-size: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form-group.ct-input--icon textarea + i {
  top: 10px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.ct-datePicker {
  position: relative;
}
.ct-datePicker:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
  pointer-events: none;
}
.datepicker .datepicker-dropdown {
  border-radius: 0;
}
.datepicker.dropdown-menu {
  border-radius: 0;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.datepicker table tr td.today {
  color: #ffffff;
}
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:focus {
  color: #ffffff;
}
.ct-datePicker input {
  cursor: pointer;
}
.form-group.ct-input--icon .ct-datePicker:before {
  display: none;
}
.ct-imageBox.ct-imageBox--type1 {
  display: block;
}
.ct-imageBox.ct-imageBox--type1 figure {
  position: relative;
  display: block;
  overflow: hidden;
}
.ct-imageBox.ct-imageBox--type1 figure img {
  width: 100%;
}
.ct-imageBox.ct-imageBox--type1 figcaption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ct-imageBox.ct-imageBox--type1 figcaption .ct-imageBox-title {
  color: #ffffff;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  -webkit-transform: translate3d(0, -50px, 0);
  -ms-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
  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);
}
.ct-imageBox.ct-imageBox--type1 figcaption span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  -webkit-transform: translate3d(-50%, 50px, 0);
  -ms-transform: translate3d(-50%, 50px, 0);
  transform: translate3d(-50%, 50px, 0);
  visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 25px;
  height: 32px;
  line-height: 28px;
  border-radius: 5px;
  border-top: solid 1px #ffffff;
  border-left: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  border-width: 2px;
}
.ct-imageBox.ct-imageBox--type1:hover figcaption .ct-imageBox-title {
  -webkit-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  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-imageBox.ct-imageBox--type1:hover figcaption span {
  -webkit-transform: translate3d(-50%, 20px, 0);
  -ms-transform: translate3d(-50%, 20px, 0);
  transform: translate3d(-50%, 20px, 0);
  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-imageBox.ct-imageBox--type1:hover figcaption span i {
  animation: 0.55s ease 0s alternate none infinite running beat;
}
.ct-imageBox.ct-imageBox--gradient {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.ct-imageBox.ct-imageBox--gradient figcaption {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
  display: block;
  text-align: center;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.9)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ct-imageBox.ct-imageBox--gradient figcaption .ct-imageBox-content {
  color: #ffffff;
  text-align: left;
  width: 50%;
  top: 50%;
  right: 0;
  position: absolute;
  margin-top: -6px;
  margin-right: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ct-imageBox.ct-imageBox--gradient figcaption .ct-imageBox-content .ct-imageBox-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
  visibility: hidden;
  color: #ffffff;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -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;
  transition: all 0.2s ease;
}
.ct-imageBox.ct-imageBox--gradient figcaption .ct-imageBox-content .ct-imageBox-title span {
  display: block;
  font-size: 12px;
}
.ct-imageBox.ct-imageBox--gradient figcaption .ct-imageBox-content .ct-imageBox-title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 50px;
  height: 2px;
  display: block;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .ct-imageBox.ct-imageBox--gradient figcaption .ct-imageBox-content .ct-imageBox-title {
    font-size: 14px;
  }
  .ct-imageBox.ct-imageBox--gradient figcaption .ct-imageBox-content .ct-imageBox-title span {
    font-size: 9px;
  }
}
.ct-imageBox.ct-imageBox--gradient figcaption .ct-imageBox-content p {
  margin: 40px 0 0;
  color: inherit;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
@media (min-width: 991px) and (max-width: 1200px) {
  .ct-imageBox.ct-imageBox--gradient figcaption .ct-imageBox-content p {
    font-size: 12px;
  }
}
.ct-imageBox.ct-imageBox--gradient:hover figcaption {
  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-imageBox.ct-imageBox--gradient:hover figcaption .ct-imageBox-content .ct-imageBox-title {
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-imageBox.ct-imageBox--gradient:hover figcaption .ct-imageBox-content p {
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0.1s;
  /* Safari */
  transition-delay: 0.1s;
}
.ct-imageBox.ct-imageBox--type4 {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.ct-imageBox.ct-imageBox--type4:before,
.ct-imageBox.ct-imageBox--type4:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.ct-imageBox.ct-imageBox--type4:before {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.3);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-imageBox.ct-imageBox--type4:after {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-imageBox.ct-imageBox--type4:hover:before {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.ct-imageBox.ct-imageBox--type4:hover:after {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.ct-imageBox.ct-imageBox--type4 figcaption {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  text-align: center;
  z-index: 9;
  color: #ffffff;
}
.ct-imageBox.ct-imageBox--type4 figcaption .ct-imageBox-title {
  margin: 0;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 60px;
  color: #ffffff;
}
.ct-imageBox.ct-imageBox--type4 span {
  text-transform: uppercase;
  font-size: 12px;
}
.ct-imageBox.ct-imageBox--rounded {
  display: inline-block;
  position: relative;
  border-top: solid 1px transparent;
  border-left: solid 1px transparent;
  border-right: solid 1px transparent;
  border-bottom: solid 1px transparent;
  border-radius: 50%;
}
.ct-imageBox.ct-imageBox--rounded .ct-imageBox-linkHelper {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  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);
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ct-imageBox.ct-imageBox--rounded .ct-imageBox-linkHelper i {
  font-size: 30px;
  color: #ffffff;
  position: absolute;
  top: 49%;
  left: 51%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ct-imageBox.ct-imageBox--rounded:hover .ct-imageBox-linkHelper {
  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-slick .item .ct-imageBox--rounded img {
  margin: 0 auto;
}
.ct-mediaSection-Subimage {
  position: absolute;
  right: auto;
  bottom: 0;
}
@media (max-width: 767px) {
  .ct-mediaSection-Subimage {
    position: relative;
  }
}
.ct-u-backgroundDark {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  padding-top: 135px;
  padding-bottom: 135px;
}
.ct-u-backgroundDark:before,
.ct-u-backgroundDark:after {
  content: '';
  position: absolute;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
}
.ct-u-backgroundDark:before {
  left: -55px;
  width: 55px;
}
.ct-u-backgroundDark:after {
  right: -135px;
  width: 135px;
}
.ct-pageHeader.ct-pageHeader-center {
  text-align: center;
}
.ct-pageHeader.ct-pageHeader-right {
  text-align: right;
}
.ct-pageHeader.ct-pageHeader-left {
  text-align: left;
}
.ct-accordion .panel-group,
.ct-accordion--type2 .panel-group {
  margin-bottom: 0;
}
.ct-accordion .panel-group .panel,
.ct-accordion--type2 .panel-group .panel {
  padding: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 0;
}
.ct-accordion .panel-group .panel .panel-heading,
.ct-accordion--type2 .panel-group .panel .panel-heading {
  position: relative;
  padding: 0;
}
.ct-accordion .panel-group .panel .panel-heading .panel-title,
.ct-accordion--type2 .panel-group .panel .panel-heading .panel-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
}
.ct-accordion .panel-group .panel .panel-heading .panel-title a,
.ct-accordion--type2 .panel-group .panel .panel-heading .panel-title a,
.ct-accordion .panel-group .panel .panel-heading .panel-title a.collapsed,
.ct-accordion--type2 .panel-group .panel .panel-heading .panel-title a.collapsed {
  letter-spacing: 2px;
}
.ct-accordion .panel-group .panel .panel-heading .panel-title a:after,
.ct-accordion--type2 .panel-group .panel .panel-heading .panel-title a:after,
.ct-accordion .panel-group .panel .panel-heading .panel-title a.collapsed:after,
.ct-accordion--type2 .panel-group .panel .panel-heading .panel-title a.collapsed:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  color: #ffffff;
  top: 50%;
  margin-top: -9px;
  right: 18px;
  border-radius: 50%;
}
.ct-accordion .panel-group .panel .panel-heading .panel-title a:before,
.ct-accordion--type2 .panel-group .panel .panel-heading .panel-title a:before,
.ct-accordion .panel-group .panel .panel-heading .panel-title a.collapsed:before,
.ct-accordion--type2 .panel-group .panel .panel-heading .panel-title a.collapsed:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 23px;
  margin-top: -5px;
  z-index: 1;
  letter-spacing: 0;
}
.ct-accordion .panel-group .panel .panel-heading .panel-title a,
.ct-accordion--type2 .panel-group .panel .panel-heading .panel-title a {
  position: relative;
  display: block;
  padding: 19px 50px 17px 30px;
  color: #ffffff;
  border-top: solid 1px transparent;
  border-left: solid 1px transparent;
  border-right: solid 1px transparent;
  border-bottom: solid 1px transparent;
  border-radius: 5px;
}
.ct-accordion .panel-group .panel .panel-heading .panel-title a:before,
.ct-accordion--type2 .panel-group .panel .panel-heading .panel-title a:before {
 content: "\f77345";
}
    .ct-accordion .panel-group .panel .panel-heading .panel-title a:after,
    .ct-accordion--type2 .panel-group .panel .panel-heading .panel-title a:after {
        *background-color: #f77345;
    }
.ct-accordion .panel-group .panel .panel-heading .panel-title a.collapsed,
.ct-accordion--type2 .panel-group .panel .panel-heading .panel-title a.collapsed {
  background-color: #f3f3f3;
  color: #606060;
}
.ct-accordion .panel-group .panel .panel-heading .panel-title a.collapsed:before,
.ct-accordion--type2 .panel-group .panel .panel-heading .panel-title a.collapsed:before {
  content: "\f067";
  color: #ffffff;
}
.ct-accordion .panel-group .panel .panel-heading .panel-title a.collapsed:hover:after,
.ct-accordion--type2 .panel-group .panel .panel-heading .panel-title a.collapsed:hover:after {
  background-color: #ffffff;
}
.ct-accordion .panel-group .panel .panel-heading .panel-title a:hover,
.ct-accordion--type2 .panel-group .panel .panel-heading .panel-title a:hover {
  color: #ffffff;
}
    .ct-accordion .panel-group .panel .panel-heading .panel-title a:hover:after,
    .ct-accordion--type2 .panel-group .panel .panel-heading .panel-title a:hover:after {
        background-color: #f77345;
    }
.ct-accordion .panel-group .panel + .panel,
.ct-accordion--type2 .panel-group .panel + .panel {
  margin-top: 10px;
}
.ct-accordion .panel-group .panel .panel-collapse .panel-body,
.ct-accordion--type2 .panel-group .panel .panel-collapse .panel-body {
  padding: 35px 30px 30px;
}
.ct-accordion.ct-accordion--type2 .panel-group .panel .panel-heading {
  background-color: transparent;
}
.ct-accordion.ct-accordion--type2 .panel-group .panel .panel-heading .panel-title {
  display: inline-block;
  text-transform: capitalize;
  padding-left: 35px;
}
@media (max-width: 767px) {
  .ct-accordion.ct-accordion--type2 .panel-group .panel .panel-heading .panel-title {
    padding-left: 0;
    text-align: center;
    display: block;
    margin-bottom: 35px;
  }
}
.ct-accordion.ct-accordion--type2 .panel-group .panel .panel-heading .panel-title a.collapsed,
.ct-accordion.ct-accordion--type2 .panel-group .panel .panel-heading .panel-title a {
  letter-spacing: 0;
  background-color: transparent;
  padding: 0;
  display: inline;
  font-size: 16px;
  color: #7c7c7c;
  font-weight: 600;
}
.ct-accordion.ct-accordion--type2 .panel-group .panel .panel-heading .panel-title a.collapsed:after,
.ct-accordion.ct-accordion--type2 .panel-group .panel .panel-heading .panel-title a:after {
  right: -35px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
  .ct-accordion.ct-accordion--type2 .panel-group .panel .panel-heading .panel-title a.collapsed:after,
  .ct-accordion.ct-accordion--type2 .panel-group .panel .panel-heading .panel-title a:after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -30px;
    margin-left: -9px;
  }
}
.ct-accordion.ct-accordion--type2 .panel-group .panel .panel-heading .panel-title a.collapsed:before,
.ct-accordion.ct-accordion--type2 .panel-group .panel .panel-heading .panel-title a:before {
  font-size: 10px;
  margin-top: -5px;
  right: -30px;
}
@media (max-width: 767px) {
  .ct-accordion.ct-accordion--type2 .panel-group .panel .panel-heading .panel-title a.collapsed:before,
  .ct-accordion.ct-accordion--type2 .panel-group .panel .panel-heading .panel-title a:before {
    right: auto;
    left: 50%;
    margin-left: -4px;
    bottom: -27px;
    top: auto;
  }
}
@media (max-width: 767px) {
  .ct-accordion.ct-accordion--type2 .panel-group .panel .panel-heading .panel-title a.collapsed,
  .ct-accordion.ct-accordion--type2 .panel-group .panel .panel-heading .panel-title a {
    display: block;
  }
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 0;
}
.ct-pricingBox {
  background-color: #f3f3f3;
}
.ct-pricingBox .ct-pricingBox-header {
  background-color: #323232;
  padding: 15px 0 45px 0;
  position: relative;
}
.ct-pricingBox .ct-pricingBox-header .ct-pricingBox-title {
  color: #ffffff;
  text-align: right;
  padding-right: 45px;
  text-transform: uppercase;
}
.ct-pricingBox .ct-pricingBox-header .ct-pricingBox-price {
  text-align: left;
  padding-left: 30px;
  color: #ffffff;
  font-size: 60px;
}
.ct-pricingBox .ct-pricingBox-header .ct-pricingBox-price sup {
  font-size: 20px;
  top: -1.3em;
}
.ct-pricingBox .ct-pricingBox-header .ct-pricingBox-price sub {
  font-size: 15px;
  font-weight: 500;
  top: -3px;
}
.ct-pricingBox .ct-pricingBox-header svg {
  overflow: hidden;
  height: 170px;
  width: 100%;
  position: absolute;
  bottom: -85px;
  left: 0;
  fill: #f3f3f3;
}
.ct-pricingBox .ct-pricingBox-content .ct-pricinBox-item {
  margin-left: 25px;
  margin-right: 25px;
  padding: 25px 25px 20px 25px;
  font-size: 16px;
  color: #5e5e5e;
  border-bottom: 2px solid #e3e3e3;
  border-top: 2px solid #FFFFFF;
  font-weight: 600;
}
.ct-pricingBox .ct-pricingBox-content .ct-pricinBox-item i {
  padding-right: 15px;
}
.ct-pricingBox .ct-pricingBox-content .ct-pricinBox-item span {
  display: block;
  text-align: center;
  font-size: 35px;
  padding-top: 20px;
}
.ct-pricingBox .ct-pricingBox-content .ct-pricinBox-item span sup {
  font-size: 16px;
  top: -0.7em;
}
.ct-pricingBox .ct-pricingBox-content .ct-pricinBox-item:first-child {
  border-top: 0;
  padding-top: 50px;
}
.ct-pricingBox .ct-pricingBox-content .ct-pricinBox-item:last-child {
  border-bottom: 0;
}
.ct-pricingBox .ct-pricingBox-footer {
  position: relative;
  padding-top: 28px;
  padding-bottom: 30px;
  margin-top: 70px;
}
.ct-pricingBox .ct-pricingBox-footer svg {
  overflow: hidden;
  height: 170px;
  width: 100%;
  position: absolute;
  top: -84px;
  left: 0;
}
.ct-pricingBox.ct-pricingBox--special .ct-pricingBox-tooltip {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 17px 25px 10px 25px;
  display: inline-block;
  position: absolute;
  right: 0;
  left: 0;
  top: -52px;
}
.ct-pricingBox.ct-pricingBox--special .ct-pricingBox-tooltip i {
  padding-right: 10px;
}
.ct-pricingBox.ct-pricingBox--special .ct-pricingBox-tooltip:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  left: 0;
  bottom: -15px;
}
.ct-pricingBox.ct-pricingBox--switchColors .ct-pricingBox-footer {
  background-color: #323232;
}
.ct-pricingBox.ct-pricingBox--switchColors .ct-pricingBox-footer svg {
  fill: #323232;
}
.ct-pricingBox.ct-pricingBox--switchColors.ct-pricingBox--special .ct-pricingBox-tooltip {
  background-color: #323232;
}
.ct-pricingBox.ct-pricingBox--switchColors.ct-pricingBox--special .ct-pricingBox-tooltip:before {
  border-color: #323232 transparent transparent transparent;
}
.ct-slick .item .ct-pricingBox {
  margin: 50px 10px 0 10px;
}
.ct-testimonials .ct-testimonials-nav .item img {
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ct-testimonials .ct-testimonials-nav .item img:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  cursor: pointer;
}
.ct-testimonials .ct-testimonials-nav .item.slick-current img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-testimonials .ct-testimonials-nav .item.slick-current img: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-testimonials .ct-testimonials-content {
  position: relative;
  top: -100px;
}
.ct-testimonials .ct-testimonials-content.ct-testimonials-content--dark .ct-testimonials-description {
  background-color: #222222;
}
.ct-testimonials .ct-testimonials-content.ct-testimonials-content--dark .ct-testimonials-description:before {
  border-color: transparent transparent transparent #222222;
}
.ct-testimonials .ct-testimonials-content.ct-testimonials-content--dark .ct-testimonials-textContent .ct-testimonials-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ct-testimonials .ct-testimonials-description,
.ct-testimonials .ct-testimonials-image {
  position: relative;
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.ct-testimonials .ct-testimonials-description img,
.ct-testimonials .ct-testimonials-image img {
  position: absolute;
  left: 100px;
  bottom: 0;
}
@media (max-width: 767px) {
  .ct-testimonials .ct-testimonials-description img,
  .ct-testimonials .ct-testimonials-image img {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.ct-testimonials .ct-testimonials-description:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 0 45px 50px;
  top: 50%;
  right: -48px;
  z-index: 2;
  margin-top: -45px;
}
.ct-testimonials .ct-testimonials-description .ct-testimonials-textContent {
  position: absolute;
  top: 50%;
  right: 60px;
  max-width: 510px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ct-testimonials .ct-testimonials-description .ct-testimonials-textContent .ct-testimonials-header {
  position: relative;
  padding-bottom: 15px;
}
.ct-testimonials .ct-testimonials-description .ct-testimonials-textContent .ct-testimonials-header .ct-testimonial-author {
  padding-bottom: 30px;
  color: #ffffff;
  margin-top: 0;
}
.ct-testimonials .ct-testimonials-description .ct-testimonials-textContent .ct-testimonials-header .ct-testimonial-citation {
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .ct-testimonials .ct-testimonials-description .ct-testimonials-textContent {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .ct-testimonials .ct-testimonials-description .ct-testimonials-textContent {
    max-width: 300px;
  }
}
.ct-testimonials .ct-slick .item {
  display: table;
}
@media (max-width: 767px) {
  .ct-testimonials .ct-testimonials-description,
  .ct-testimonials .ct-testimonials-image {
    width: 100%;
    display: block;
  }
  .ct-testimonials .ct-testimonials-description .ct-testimonials-textContent {
    max-width: none;
    position: static;
    padding: 50px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.browser-msie .ct-testimonials .ct-testimonials-description:before {
  top: auto;
}
.browser-msie .ct-testimonials .ct-testimonials-description .ct-testimonials-textContent {
  top: auto;
}
.ct-productBox.ct-productBox--type1 {
  text-align: left;
}
.ct-productBox.ct-productBox--type1 .media-left img {
  max-width: none;
  width: auto!important;
  padding-right: 10px;
}
.ct-productBox.ct-productBox--type1 .media-body .media-heading {
  font-size: 18px;
  color: #5e5e5e;
  text-transform: uppercase;
}
.ct-productBox.ct-productBox--type1 .media-body .ct-productBox-description {
  color: #5e5e5e;
  line-height: 20px;
}
.ct-productBox.ct-productBox--type1 .media-body .ct-productBox-price {
  font-size: 20px;
}
.ct-productBox.ct-productBox--type2 .ct-productBox-content .ct-productBox-header {
  display: inline-block;
}
.ct-productBox.ct-productBox--type2 .ct-productBox-content .ct-productBox-header .ct-productBox-title {
  margin-top: 0;
}
.ct-productBox.ct-productBox--type2 .ct-productBox-content .ct-productBox-price span {
  font-size: 15px;
  display: block;
}
.ct-productBox.ct-productBox--type2 .ct-productBox-content .ct-productBox-price p {
  padding-top: 10px;
  font-size: 40px;
}
.ct-gallery .ct-productBox {
  margin-bottom: 30px;
}
.ct-address {
  line-height: 2.5em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
}
.ct-address .media-left {
  padding-left: 2px;
}
.ct-address i {
  color: #f77345;
}
.ct-galleryContainer {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.ct-galleryContainer figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 25px 15px 35px 15px;
  transform: translateY(46%);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ct-galleryContainer figcaption .ct-galleryContainer-inStock {
  font-size: 14px;
  font-family: 'Varela Round', sans-serif;
}
.ct-galleryContainer figcaption .ct-galleryContainer-title {
  margin-top: 0;
  color: #ffffff;
}
.ct-galleryContainer figcaption .btn {
  margin-left: -30px;
}
.ct-galleryContainer:hover figcaption {
  transform: translateY(0);
}
.browser-mozilla .ct-galleryContainer {
  display: block;
}
@media (max-width: 991px) {
  .browser-mozilla .ct-galleryContainer {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .browser-mozilla .ct-galleryContainer {
    display: block;
  }
  .browser-mozilla .ct-galleryContainer img {
    width: 100%;
  }
}
.mfp-bg {
  background-color: #000;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.mfp-figure:after {
  display: none;
}
.mfp-arrow.mfp-arrow-left,
.mfp-arrow.mfp-arrow-right {
  top: auto;
  bottom: 13px;
  left: 0;
  width: 15px;
  height: 15px;
  margin: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.mfp-arrow.mfp-arrow-left:after,
.mfp-arrow.mfp-arrow-right:after {
  display: none;
}
.mfp-arrow.mfp-arrow-left:before,
.mfp-arrow.mfp-arrow-right:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  border: none;
  margin: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.mfp-arrow.mfp-arrow-left:before {
  content: '\e801';
}
.mfp-arrow.mfp-arrow-right {
  left: 100px;
}
.mfp-arrow.mfp-arrow-right:before {
  content: '\e800';
}
.mfp-counter {
  left: 40px;
  top: 6px;
  font-size: 12px;
  color: #fff;
  right: auto;
}
.mfp-title {
  font-size: 12px;
  color: #545454;
  padding: 6px 0;
  text-align: right;
  text-transform: capitalize;
}
.mfp-image-holder .mfp-close {
  color: #dddddd;
  padding: 0;
  display: inline-block;
  right: 0;
  left: auto;
  top: 10px;
  text-align: right;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.ct-blogPost .ct-blogPost-image {
  position: relative;
  margin-bottom: 50px;
}
.ct-blogPost .ct-blogPost-image img {
  width: 100%;
}
.ct-blogPost .ct-blogPost-image .ct-blogPost-imageDate {
  position: absolute;
  bottom: 20px;
  right: 45px;
  color: #ffffff;
  margin: 0;
  font-family: 'Varela Round', sans-serif;
}
.pagination.pagination--fullWidth {
  margin: 0;
  display: block;
}
.pagination.pagination--fullWidth li {
  padding: 0;
}
.pagination.pagination--fullWidth li a {
  width: 33.33%;
  border: 0;
  background-color: #f9f9f9;
  padding-top: 40px;
  padding-bottom: 40px;
  font-weight: 600;
  font-size: 14px;
  line-height: 37px;
  text-transform: uppercase;
  color: #5e5e5e;
}
.pagination.pagination--fullWidth li a span {
  display: block;
  color: #e6e6e6;
  font-size: 34px;
}
.pagination.pagination--fullWidth li a:hover,
.pagination.pagination--fullWidth li a:active,
.pagination.pagination--fullWidth li a:focus {
  background-color: #2d2d2d;
  color: #ffffff;
  border-radius: 0;
}
.pagination.pagination--fullWidth li a:hover i,
.pagination.pagination--fullWidth li a:active i,
.pagination.pagination--fullWidth li a:focus i {
  color: #ffffff;
}
@media (max-width: 767px) {
  .pagination.pagination--fullWidth li a {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .pagination.pagination--fullWidth li:first-child a {
    text-align: left;
  }
  .pagination.pagination--fullWidth li:last-child a {
    text-align: right;
  }
}
.pagination.pagination--fullWidth li:last-child a {
  padding-left: 100px;
}
.pagination.pagination--fullWidth li:last-child a span {
  padding-left: 40px;
}
.pagination.pagination--fullWidth li:first-child a {
  padding-right: 100px;
}
.pagination.pagination--fullWidth li:first-child a span {
  padding-right: 55px;
}
.pagination.pagination--small.pagination--right {
  float: right;
}
.pagination.pagination--small.pagination--left {
  float: left;
}
.pagination.pagination--small.pagination--center {
  display: block;
  text-align: center;
}
.pagination.pagination--small li {
  display: inline-block;
  position: relative;
  top: -4px;
  margin-right: 20px;
  padding: 0;
}
.pagination.pagination--small li span {
  position: absolute;
  float: none;
  padding: 0;
  line-height: 0;
  color: transparent;
  background-color: transparent;
  border: none;
  margin: -1px;
}
.pagination.pagination--small li > a {
  border: none;
  padding: 0;
  margin: 0;
  font-weight: 600;
  color: #606060;
}
.pagination.pagination--small li > a:hover {
  background-color: transparent;
}
.pagination.pagination--small li:first-child,
.pagination.pagination--small li:last-child {
  top: 0;
}
.pagination.pagination--small li:first-child a,
.pagination.pagination--small li:last-child a {
  position: relative;
  width: 20px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  border-top: solid 1px #dfdfdf;
  border-left: solid 1px #dfdfdf;
  border-right: solid 1px #dfdfdf;
  border-bottom: solid 1px #dfdfdf;
  border-width: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0;
}
.pagination.pagination--small li:first-child a:before,
.pagination.pagination--small li:last-child a:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #dfdfdf;
  font-size: 13px;
}
.pagination.pagination--small li:first-child a:hover,
.pagination.pagination--small li:last-child a:hover {
  border-color: #959494;
}
.pagination.pagination--small li:first-child a:hover:before,
.pagination.pagination--small li:last-child a:hover:before {
  color: #959494;
}
.pagination.pagination--small li:first-child a:before {
  content: '\e801';
}
.pagination.pagination--small li:first-child.disabled a:hover {
  border-color: #dfdfdf;
}
.pagination.pagination--small li:first-child.disabled a:hover:before {
  color: #dfdfdf;
}
.pagination.pagination--small li:last-child {
  margin-right: 0;
}
.pagination.pagination--small li:last-child a:before {
  content: '\e800';
}
.pagination.pagination--small > .active > a {
  background-color: transparent;
  border: none;
}
.ct-puzzleBox {
  position: relative;
}
.ct-puzzleBox img {
  position: absolute;
}
.ct-puzzleBox img.ct-puzzleBox--image1 {
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 15px solid white;
  top: -50px;
}
.ct-puzzleBox img.ct-puzzleBox--image2 {
  right: 0;
  bottom: 0;
}
.ct-puzzleBox img.ct-puzzleBox--image3 {
  border-right: 15px solid white;
  border-bottom: 15px solid white;
}
.ct-puzzleBox.ct-puzzleBox--type2 img {
  position: static;
  float: left;
}
@media (max-width: 1200px) {
  .ct-puzzleBox.ct-puzzleBox--type2 img {
    width: 50%;
  }
}
.ct-puzzleBox.ct-puzzleBox--type2:before,
.ct-puzzleBox.ct-puzzleBox--type2:after {
  content: " ";
  display: table;
}
.ct-puzzleBox.ct-puzzleBox--type2:after {
  clear: both;
}
@media (max-width: 991px) {
  .ct-puzzleBox.ct-puzzleBox--type2 {
    text-align: center;
    margin-top: 25px;
  }
}
.ct-googleMap .ct-mapBox {
  background-color: #ffffff;
  padding: 25px;
  max-width: 311px;
  position: relative;
}
.ct-googleMap .ct-mapBox .ct-mapBox-header .ct-mapBox-image,
.ct-googleMap .ct-mapBox .ct-mapBox-header .ct-mapBox-title {
  display: table-cell;
  vertical-align: middle;
}
.ct-googleMap .ct-mapBox .ct-mapBox-header .ct-mapBox-title {
  font-size: 26px;
  font-family: 'Varela Round', sans-serif;
  padding-left: 10px;
  text-transform: uppercase;
  line-height: 32px;
  color: #5e5e5e;
}
.ct-googleMap .ct-mapBox strong {
  display: block;
  font-size: 13px;
  margin-left: 20px;
  border-bottom: 1px solid #f3f3f3;
  padding: 14px;
}
.ct-googleMap .ct-mapBox strong:first-child {
  margin-top: 10px;
}
.ct-googleMap .ct-mapBox strong:last-child {
  border: none;
  padding-bottom: 0;
}
.ct-googleMap .ct-mapBox strong i {
  width: 10px;
}
.ct-googleMap .ct-mapBox strong span {
  padding-left: 15px;
  color: #5e5e5e;
}
.ct-googleMap .ct-mapBox .ct-mapBox-triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 30px;
  border-color: transparent transparent transparent #ffffff;
  right: -29px;
  top: 50%;
  margin-top: -30px;
  z-index: 9;
}
.ct-googleMap .ct-mapBox:before,
.ct-googleMap .ct-mapBox:after {
  content: '';
  position: absolute;
}
.ct-googleMap .ct-mapBox:before {
  width: 6px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.1);
  right: -6px;
  top: 10px;
  bottom: 0;
}
.ct-googleMap .ct-mapBox:after {
  width: 100%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.1);
  left: 6px;
  right: 0;
  bottom: -6px;
  height: 6px;
}
.ct-googleMap.ct-mapBox--disabled .ct-mapBox {
  display: none;
}
.ct-shadow--rightBottom {
  position: relative;
}
.ct-shadow--rightBottom:before,
.ct-shadow--rightBottom:after {
  content: '';
  position: absolute;
}
.ct-shadow--rightBottom:before {
  width: 6px;
  background-color: #f6f6f6;
  background-color: rgba(246, 246, 246, 0.8);
  right: -6px;
  top: 10px;
  bottom: 0;
}
.ct-shadow--rightBottom:after {
  width: 100%;
  background-color: #f6f6f6;
  background-color: rgba(246, 246, 246, 0.8);
  left: 6px;
  right: 0;
  bottom: -6px;
  height: 6px;
}
.ct-infoBox {
  color: #ffffff;
  padding-left: 50px;
  padding-right: 50px;
}
.ct-infoBox .ct-infoBox-title,
.ct-infoBox .ct-infoBox-description {
  color: inherit;
  font-weight: 500;
  line-height: 24px;
}
.ct-infoBox .ct-infoBox-info span,
.ct-infoBox .ct-infoBox-info p {
  color: inherit;
}
.ct-infoBox .ct-infoBox-info span {
  font-size: 15px;
  display: block;
}
.ct-infoBox .ct-infoBox-info p {
  padding-top: 5px;
  font-size: 40px;
}
@media (max-width: 1750px) {
  .ct-infoBox {
    padding-top: 10px;
  }
  .ct-infoBox .ct-infoBox-info p {
    font-size: 24px;
  }
}
@media (max-width: 1450px) {
  .ct-infoBox .ct-hr {
    margin-top: 5px;
  }
  .ct-infoBox .ct-infoBox-info {
    padding-top: 5px;
  }
}
@media (max-width: 1300px) {
  .ct-infoBox .ct-infoBox-title {
    font-size: 18px;
  }
  .ct-infoBox .ct-infoBox-info p {
    font-size: 18px;
  }
  .ct-infoBox .ct-infoBox-description {
    font-size: 12px;
  }
}
.ct-videoPoster .ct-videoPoster-content {
  position: relative;
}
.ct-videoPoster .ct-videoPoster-content > img {
  position: relative;
  z-index: 9;
}
.ct-videoPoster .ct-videoPoster-content .ct-videoPoster-frame {
  position: absolute;
  top: 60px;
  right: 99px;
}
.ct-videoPoster .ct-videoPoster-content .ct-videoPoster-frame a {
  position: absolute;
  z-index: 10;
  display: block;
  left: 22px;
  right: 24px;
  top: 20px;
  bottom: 15px;
}
.ct-videoPoster .ct-videoPoster-content .ct-videoPoster-frame a img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -41px;
  margin-top: -41px;
}
@media (max-width: 1199px) {
  .ct-videoPoster .ct-videoPoster-content {
    display: none;
  }
}
@media (min-width: 1200px) {
  .ct-videoPoster .ct-videoPoster--mobile {
    display: none;
  }
}
.ct-videoPoster .ct-videoPoster--mobile {
  text-align: center;
}
.ct-videoPoster .ct-videoPoster-frame {
  display: inline-block;
  position: relative;
}
.ct-videoPoster .ct-videoPoster-frame a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ct-videoPoster .ct-videoPoster-frame a img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -41px;
  margin-top: -41px;
}
.mfp-container.mfp-s-ready.mfp-iframe-holder {
  padding: 0;
}
.mfp-container.mfp-s-ready.mfp-iframe-holder .mfp-content {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
}
.mfp-container.mfp-s-ready.mfp-iframe-holder .mfp-content .iframe-popup .mfp-iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mfp-container.mfp-s-ready.mfp-iframe-holder .mfp-close {
  top: 50px;
  right: 50px;
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 49px;
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
}
.btn-featured .btn {
  margin-bottom: 15px;
}
/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99999;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #f77345;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 6px;
}
#preloader {
  display: none !important;
}
.ct-progressBar {
  margin-bottom: 40px;
}
.ct-progressBar .ct-progressBar-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}
.ct-progressBar.ct-progressBar--type1 .progress,
.ct-progressBar.ct-progressBar--type2 .progress,
.ct-progressBar.ct-progressBar--type3 .progress {
  height: 20px;
  background-color: #f4f4f4;
  overflow: visible;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border-radius: 0;
}
.ct-progressBar.ct-progressBar--type1 .progress .progress-bar,
.ct-progressBar.ct-progressBar--type2 .progress .progress-bar,
.ct-progressBar.ct-progressBar--type3 .progress .progress-bar {
  position: relative;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.ct-progressBar.ct-progressBar--type1 .progress .progress-bar .ct-progressBar-content {
  border: 1px solid #131e2a;
  color: #131e2a;
  padding: 6px 12px 5px 12px;
  position: absolute;
  right: -25px;
  bottom: 100%;
  margin-bottom: 10px;
}
.ct-progressBar.ct-progressBar--type1 .progress .progress-bar .ct-progressBar-content:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #131e2a;
  bottom: -7px;
  content: "";
  height: 0;
  left: 18px;
  position: absolute;
  width: 0;
}
.ct-progressBar.ct-progressBar--type1 .progress .progress-bar .ct-progressBar-content:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #fff;
  bottom: -5px;
  content: "";
  height: 0;
  left: 18px;
  position: absolute;
  width: 0;
}
.ct-progressBar.ct-progressBar--type3 .progress .progress-bar .ct-progressBar-content {
  position: absolute;
  right: 0;
  top: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 5px;
}
.ct-progressBar.ct-progressBar--type3 .progress .progress-bar .ct-progressBar-content .ct-progressBar-text {
  position: absolute;
  width: 31px;
  height: 31px;
  display: block;
  top: 50%;
  left: 50%;
  line-height: 27px;
  border-top: solid 1px #ffffff;
  border-left: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  border-width: 2px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
html.ie8 .ct-progressBar .progress .progress-bar .ct-progressBar-content {
  margin-top: -17px;
}
html.ie8 .ct-progressBar .progress .progress-bar .ct-progressBar-content .ct-progressBar-text {
  margin-left: -16px;
  margin-top: -16px;
}
.ct-tabs.ct-tabs--type1 .nav-tabs {
  width: 33%;
  float: left;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .ct-tabs.ct-tabs--type1 .nav-tabs {
    width: 100%;
  }
}
.ct-tabs.ct-tabs--type1 .nav-tabs li {
  float: none;
  margin-bottom: 18px;
  overflow: hidden;
  border-radius: 0;
  border-top: solid 1px #e0e0e0;
  border-left: solid 1px #e0e0e0;
  border-right: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
}
.ct-tabs.ct-tabs--type1 .nav-tabs li a {
  position: relative;
  display: table;
  width: 100%;
  border: 0;
  margin: 0;
  min-height: 70px;
  background-color: #ffffff;
  padding: 0 0 0 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 0;
}
.ct-tabs.ct-tabs--type1 .nav-tabs li a:before {
  content: '';
  position: absolute;
  right: -20px;
  top: 0;
  width: 15px;
  height: 100%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.ct-tabs.ct-tabs--type1 .nav-tabs li a .nav-tabs-icon {
  width: 54px;
  height: 54px;
  text-align: center;
  margin-right: 15px;
  display: table-cell;
  vertical-align: middle;
}
.ct-tabs.ct-tabs--type1 .nav-tabs li a .nav-tabs-icon span {
  background: 0;
  display: block;
  font-size: 18px;
  width: 44px;
  height: 44px;
  line-height: 43px;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-top: solid 1px #e1e1e1;
  border-left: solid 1px #e1e1e1;
  border-right: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
}
.ct-tabs.ct-tabs--type1 .nav-tabs li a .nav-tabs-title {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ct-tabs.ct-tabs--type1 .nav-tabs li a:hover .nav-tabs-icon span {
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
}
.ct-tabs.ct-tabs--type1 .nav-tabs li a:hover .nav-tabs-icon span i {
  color: #333333;
}
.ct-tabs.ct-tabs--type1 .nav-tabs li a:hover .nav-tabs-title {
  color: #ffffff;
}
.ct-tabs.ct-tabs--type1 .nav-tabs li.active a:before {
  right: 0;
}
.ct-tabs.ct-tabs--type1 .nav-tabs li.active .nav-tabs-icon span {
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
}
.ct-tabs.ct-tabs--type1 .nav-tabs li.active .nav-tabs-title {
  color: #ffffff;
}
.ct-tabs.ct-tabs--type1 .tab-content {
  width: 64.5%;
  float: right;
}
@media (max-width: 767px) {
  .ct-tabs.ct-tabs--type1 .tab-content {
    width: 100%;
  }
}
.ct-tabs.ct-tabs--type1 .tab-content .tab-pane {
  border-top: solid 1px #e0e0e0;
  border-left: solid 1px #e0e0e0;
  border-right: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
  padding: 15px;
}
.ct-tabs:before,
.ct-tabs:after {
  content: " ";
  display: table;
}
.ct-tabs:after {
  clear: both;
}
.ct-tabs.ct-tabs--type2 .nav-tabs {
  margin-bottom: 45px;
}
.ct-tabs.ct-tabs--type2 .nav-tabs li {
  float: left;
  width: 25%;
  text-align: center;
  position: relative;
}
.ct-tabs.ct-tabs--type2 .nav-tabs li a {
  display: block;
  position: relative;
  margin: 0;
  background-color: transparent;
  padding: 35px 15px;
  border-radius: 0;
  border-top: solid 1px #e0e0e0;
  border-left: solid 1px #e0e0e0;
  border-right: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
  border-left: none;
}
.ct-tabs.ct-tabs--type2 .nav-tabs li a .nav-tabs-icon {
  display: inline-block;
  border-radius: 50%;
}
.ct-tabs.ct-tabs--type2 .nav-tabs li a .nav-tabs-icon span {
  background: 0;
  display: block;
  font-size: 18px;
  width: 60px;
  height: 60px;
  line-height: 59px;
  margin: 0 auto;
  border-radius: 50%;
  border-top: solid 1px #e1e1e1;
  border-left: solid 1px #e1e1e1;
  border-right: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
}
.ct-tabs.ct-tabs--type2 .nav-tabs li a .nav-tabs-title {
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 10px;
}
.ct-tabs.ct-tabs--type2 .nav-tabs li:first-child a {
  border-left: 1px solid #e0e0e0;
}
.ct-tabs.ct-tabs--type2 .nav-tabs li.active a {
  color: #ffffff;
}
.ct-tabs.ct-tabs--type2 .nav-tabs li.active a .nav-tabs-title {
  color: inherit;
}
.ct-tabs.ct-tabs--type2 .nav-tabs li.active a .nav-tabs-icon {
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
}
.ct-tabs.ct-tabs--type2 .nav-tabs li.active a .nav-tabs-icon span {
  border-color: transparent;
}
.ct-tabs.ct-tabs--type2 .nav-tabs li.active:before {
  width: 100%;
}
@media (max-width: 991px) {
  .ct-tabs.ct-tabs--type2 .nav-tabs li {
    width: 50%;
  }
  .ct-tabs.ct-tabs--type2 .nav-tabs li a {
    border-left: 1px solid #e0e0e0;
    margin: 2px;
  }
}
@media (max-width: 767px) {
  .ct-tabs.ct-tabs--type2 .nav-tabs li {
    width: 100%;
  }
}
.ct-tabs.ct-tabs--type2 .nav-tabs li:before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  display: block;
  height: 4px;
  width: 0;
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
@media (max-width: 991px) {
  .ct-tabs.ct-tabs--type2 .nav-tabs li:before {
    display: none;
  }
}
.ct-counterBox-icon .ct-counter-icon {
  width: 86px;
  height: 86px;
  margin: 0 auto 15px auto;
  border-radius: 50%;
}
.ct-counterBox-icon .ct-counter-icon i {
  line-height: 86px;
  color: #ffffff;
}
.ct-counterBox-icon .ct-counter-content .ct-counter-base {
  font-size: 48px;
}
.ct-counterBox-icon .ct-counter-content .ct-counter-description {
  font-size: 24px;
}
.ct-counterBox .ct-counter-content .ct-counter-base {
  font-size: 70px;
  font-weight: 600;
}
.ct-counterBox .ct-counter-content .ct-counter-description {
  font-size: 11px;
  font-weight: 600;
}
.table thead tr th {
  border: 0;
  color: #ffffff;
  font-weight: 500;
  padding-top: 20px;
  padding-bottom: 20px;
}
.table tbody tr th {
  font-weight: 500;
  vertical-align: middle;
}
.table tbody tr td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.table.table-striped tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
::-moz-selection {
  color: #ffffff;
}
::selection {
  color: #ffffff;
}
.onepager .navbar .navbar-nav li a .active-link {
  position: absolute;
  left: -42px;
  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);
}
@media (max-width: 1200px) {
  .onepager .navbar .navbar-nav li a .active-link {
    padding-left: 0;
    padding-right: 0;
  }
}
.onepager .navbar .navbar-nav li a .active-link i {
  position: relative;
  top: -3px;
}
.onepager .navbar .navbar-nav li.active a .active-link {
  visibility: visible;
  position: absolute;
  left: -35px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
@media (max-width: 1200px) {
  .onepager .navbar .navbar-nav li.active a .active-link {
    left: -27px;
  }
}
.onepager .navbar .navbar-nav li.active a .active-link i {
  position: relative;
  top: -3px;
}
.ct-personBox.ct-personBox--type1 .ct-personBox-image,
.ct-personBox.ct-personBox--type2 .ct-personBox-image {
  position: relative;
  z-index: 0;
  overflow: hidden;
  text-align: center;
}
.ct-personBox.ct-personBox--type1 .ct-personBox-image:after,
.ct-personBox.ct-personBox--type2 .ct-personBox-image:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  -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.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-transition-delay: 0.001s;
  /* Safari */
  transition-delay: 0.001s;
}
.ct-personBox.ct-personBox--type1 .ct-personBox-image .ct-socials,
.ct-personBox.ct-personBox--type2 .ct-personBox-image .ct-socials {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 2;
  visibility: hidden;
  margin-left: 0;
  -webkit-transform: translate(-50%, -25%);
  -ms-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
  -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.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-transition-delay: 0.001s;
  /* Safari */
  transition-delay: 0.001s;
}
.ct-personBox.ct-personBox--type1 .ct-personBox-image img,
.ct-personBox.ct-personBox--type2 .ct-personBox-image img {
  width: 100%;
}
.ct-personBox.ct-personBox--type1 .ct-personBox-name,
.ct-personBox.ct-personBox--type2 .ct-personBox-name {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.ct-personBox.ct-personBox--type1 .ct-personBox-job,
.ct-personBox.ct-personBox--type2 .ct-personBox-job {
  font-style: italic;
}
.ct-personBox.ct-personBox--type1 .ct-personBox-description,
.ct-personBox.ct-personBox--type2 .ct-personBox-description {
  font-weight: 400;
  font-size: 12px;
}
.ct-personBox.ct-personBox--type1:hover .ct-personBox-image:after,
.ct-personBox.ct-personBox--type2:hover .ct-personBox-image:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
  z-index: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-transition-delay: 0.001s;
  /* Safari */
  transition-delay: 0.001s;
}
.ct-personBox.ct-personBox--type1:hover .ct-personBox-image .ct-socials,
.ct-personBox.ct-personBox--type2:hover .ct-personBox-image .ct-socials {
  z-index: 2;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-transition-delay: 0.3s;
  /* Safari */
  transition-delay: 0.3s;
}
.ct-personBox.ct-personBox--type2 {
  text-align: center;
}
.ct-personBox.ct-personBox--type2 .ct-personBox-header {
  margin-bottom: 30px;
  position: relative;
}
.ct-personBox.ct-personBox--type2 .ct-personBox-header:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: 0.3s all 0.001s ease-out;
  -moz-transition: 0.3s all 0.001s ease-out;
  transition: 0.3s all 0.001s ease-out;
}
.ct-personBox.ct-personBox--type2 .ct-personBox-image {
  margin-bottom: 30px;
}
.ct-personBox.ct-personBox--type2:hover .ct-personBox-header:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
  bottom: -21px;
}
.ct-informationBox {
  display: table;
  width: 100%;
  vertical-align: middle;
}
.ct-informationBox .ct-informationBox-side {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 991px) {
  .ct-informationBox .ct-informationBox-side {
    display: block;
    width: 100%;
  }
}
.ct-dividerLine .ct-dividerLine-inner {
  position: relative;
  display: block;
}
.ct-dividerLine .ct-dividerLine-inner i {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.3);
  font-size: 30px;
}
.ct-dividerLine .ct-dividerLine-inner:before,
.ct-dividerLine .ct-dividerLine-inner:after {
  content: '';
  position: absolute;
  height: 2px;
  top: 50%;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ct-dividerLine .ct-dividerLine-inner:before {
  left: 0;
  right: 50%;
  margin-right: 30px;
}
.ct-dividerLine .ct-dividerLine-inner:after {
  right: 0;
  left: 50%;
  margin-left: 30px;
}
body.worldwide .ct-icon-couch {
  background-image: url('../images/demo-content/icons/couch.png');
}
body.worldwide .ct-icon-cutlery {
  background-image: url('../images/demo-content/icons/cutlery.png');
}
body.worldwide .ct-icon-padlock {
  background-image: url('../images/demo-content/icons/padlock.png');
}
body.worldwide .ct-icon-bicycle {
  background-image: url('../images/demo-content/icons/bicycle.png');
}
body.worldwide .ct-icon-bedDouble {
  background-image: url('../images/demo-content/icons/icon-bed-double.png');
}
body.worldwide .ct-icon-bedSingle {
  background-image: url('../images/demo-content/icons/icon-bed-single.png');
}
body.worldwide .ct-icon-bedTriple {
  background-image: url('../images/demo-content/icons/icon-bed-triple.png');
}
body.worldwide .ct-icon-bedTwin {
  background-image: url('../images/demo-content/icons/icon-bed-twin.png');
}
body.worldwide .ct-icon-plane {
  background-image: url('../images/demo-content/icons/plane-worldwide.png');
}
body.worldwide .ct-icon-train {
  background-image: url('../images/demo-content/icons/train-worldwide.png');
}
body.worldwide .ct-icon-bus {
  background-image: url('../images/demo-content/icons/bus-worldwide.png');
}
body.worldwide .ct-icon-car {
  background-image: url('../images/demo-content/icons/car-worldwide.png');
}
body.singleowner .ct-icon-couch {
  background-image: url('../images/demo-content/icons/couch-singleowner.png');
}
body.singleowner .ct-icon-cutlery {
  background-image: url('../images/demo-content/icons/cutlery-singleowner.png');
}
body.singleowner .ct-icon-padlock {
  background-image: url('../images/demo-content/icons/padlock-singleowner.png');
}
body.singleowner .ct-icon-bicycle {
  background-image: url('../images/demo-content/icons/bicycle-singleowner.png');
}
body.singleowner .ct-icon-bedDouble {
  background-image: url('../images/demo-content/icons/icon-bed-double-singleowner.png');
}
body.singleowner .ct-icon-bedSingle {
  background-image: url('../images/demo-content/icons/icon-bed-single-singleowner.png');
}
body.singleowner .ct-icon-bedTriple {
  background-image: url('../images/demo-content/icons/icon-bed-triple-singleowner.png');
}
body.singleowner .ct-icon-bedTwin {
  background-image: url('../images/demo-content/icons/icon-bed-twin-singleowner.png');
}
body.singleowner .ct-icon-plane {
  background-image: url('../images/demo-content/icons/plane-singleowner.png');
}
body.singleowner .ct-icon-train {
  background-image: url('../images/demo-content/icons/train-singleowner.png');
}
body.singleowner .ct-icon-bus {
  background-image: url('../images/demo-content/icons/bus-singleowner.png');
}
body.singleowner .ct-icon-car {
  background-image: url('../images/demo-content/icons/car-singleowner.png');
}
body.onepagertype .ct-icon-couch {
  background-image: url('../images/demo-content/icons/couch-onepager.png');
}
body.onepagertype .ct-icon-cutlery {
  background-image: url('../images/demo-content/icons/cutlery-onepager.png');
}
body.onepagertype .ct-icon-padlock {
  background-image: url('../images/demo-content/icons/padlock-onepager.png');
}
body.onepagertype .ct-icon-bicycle {
  background-image: url('../images/demo-content/icons/bicycle-onepager.png');
}
body.onepagertype .ct-icon-bedDouble {
  background-image: url('../images/demo-content/icons/icon-bed-double-onepager.png');
}
body.onepagertype .ct-icon-bedSingle {
  background-image: url('../images/demo-content/icons/icon-bed-single-onepager.png');
}
body.onepagertype .ct-icon-bedTriple {
  background-image: url('../images/demo-content/icons/icon-bed-triple-onepager.png');
}
body.onepagertype .ct-icon-bedTwin {
  background-image: url('../images/demo-content/icons/icon-bed-twin-onepager.png');
}
body.onepagertype .ct-icon-plane {
  background-image: url('../images/demo-content/icons/plane-onepager.png');
}
body.onepagertype .ct-icon-train {
  background-image: url('../images/demo-content/icons/train-onepager.png');
}
body.onepagertype .ct-icon-bus {
  background-image: url('../images/demo-content/icons/bus-onepager.png');
}
body.onepagertype .ct-icon-car {
  background-image: url('../images/demo-content/icons/car-onepager.png');
}
body.onepagertype.singleowner .ct-icon-plane {
  background-image: url('../images/demo-content/icons/plane-singleowner.png');
}
body.onepagertype.singleowner .ct-icon-train {
  background-image: url('../images/demo-content/icons/train-singleowner.png');
}
body.onepagertype.singleowner .ct-icon-bus {
  background-image: url('../images/demo-content/icons/bus-singleowner.png');
}
body.onepagertype.singleowner .ct-icon-car {
  background-image: url('../images/demo-content/icons/car-singleowner.png');
}
body.onepagertype.worldwide .ct-icon-plane {
  background-image: url('../images/demo-content/icons/plane-worldwide.png');
}
body.onepagertype.worldwide .ct-icon-train {
  background-image: url('../images/demo-content/icons/train-worldwide.png');
}
body.onepagertype.worldwide .ct-icon-bus {
  background-image: url('../images/demo-content/icons/bus-worldwide.png');
}
body.onepagertype.worldwide .ct-icon-car {
  background-image: url('../images/demo-content/icons/car-worldwide.png');
}
html.ie8 .ct-imageBox--type1.ct-imageBox figcaption .ct-imageBox-title,
html.ie9 .ct-imageBox--type1.ct-imageBox figcaption .ct-imageBox-title {
  top: 40%;
}
html.ie8 .ct-imageBox--type1.ct-imageBox figcaption span,
html.ie9 .ct-imageBox--type1.ct-imageBox figcaption span {
  margin-left: -12px;
  margin-top: 25px;
}
html.browser-safari .ct-slick.ct-slick-arrows--type2 .slick-prev,
html.browser-safari .ct-slick.ct-slick-arrows--type2 .slick-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding-top: 7px;
}
@media (max-width: 991px) {
  html.browser-safari .navbar .navbar-nav li {
    margin-right: 20px;
  }
}
html.browser-safari .ct-galleryContainer figcaption {
  bottom: -100%;
}
html.browser-safari .ct-galleryContainer:hover figcaption {
  bottom: 0;
}
html.browser-safari .ct-imageBox.ct-imageBox--rounded:hover .ct-imageBox-linkHelper {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
}
html.browser-safari .ct-mediaSection[data-stellar-background-ratio] {
  background-position: center center!important;
}
html.browser-mozilla .ct-mainSlider .ct-mediaSection {
  justify-content: initial;
}
body.boxed nav.navbar.navbar-default {
  max-width: 1200px;
  left: auto!important;
  right: auto!important;
}
body.boxed .ct-slick-arrows--position1 .slick-prev {
  left: 0!important;
}
body.boxed .ct-slick-arrows--position1 .slick-next {
  right: 0!important;
}
@media (max-width: 1199px) {
  body.features .navbar .navbar-nav li {
    margin-right: 15px;
  }
}
.ct-map-popover {
  position: relative;
}
.ct-map-popover .ct-map-popover_cords-item {
  position: absolute;
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #fff;
  line-height: 8px;
  text-align: center;
  -webkit-animation: pulse 1s linear infinite;
  animation: pulse 1s linear infinite;
  border-radius: 50%;
}
.ct-map-popover .ct-map-popover_cords-item:before {
  content: '';
  width: 4px;
  height: 4px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -2px;
  border-radius: 50%;
}
.ct-map-popover img {
  width: 100%;
}
.ct-map-popover .popover {
  min-width: 250px;
  padding: 0;
  border: none;
  font-family: 'Open Sans', sans-serif;
}
.ct-map-popover .popover .popover-title {
  color: #fff;
}
.widget-archive ul li a {
  border-bottom: 1px solid #e0e0e0;
  display: block;
  padding: 15px 10px;
}
.widget-archive ul li a i {
  margin-right: 10px;
  color: #e0e0e0;
}
.widget-archive ul li a:hover,
.widget-archive ul li a:focus {
  background-color: #f8f8f8;
}
.widget-tags .tagCloud {
  margin-top: 5px;
}
.widget-tags .tagCloud a {
  display: inline-block;
  font-size: 14px;
  text-transform: capitalize;
  margin: 0 2px 6px 0;
  padding: 7px 15px;
  border: 1px solid #f8f8f8;
}
.widget-tags .tagCloud a:hover,
.widget-tags .tagCloud a:active {
  background-color: #464646;
  color: #ffffff;
}
.widget-recentPosts ul {
  padding-top: 10px;
}
.widget-recentPosts .media + .media {
  margin-top: 15px;
}
.widget-recentPosts .media-left {
  vertical-align: middle;
}
.widget-recentPosts .media-left img {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  max-width: none;
}
.widget-recentPosts .media-left img:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.widget-recentPosts .media-right {
  vertical-align: middle;
}
.widget-recentPosts .media-right h6 {
  margin-top: 0;
  margin-bottom: 5px;
}
.widget-recentPosts .media-right .recentPost-time {
  font-size: 11px;
  color: #808080;
}
.widget-recentPosts .media-right .recentPost-time i {
  margin-right: 8px;
}
html.browser-msie .embed-responsive-16by9 {
  padding-bottom: 0;
}
@media (max-width: 479px) {
  .mobile-fullHeight,
  .mobile-fullHeight .item {
    min-height: calc(100vh - 70px) !important;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }
  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.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
.ct-accordion2 .panel-group .panel .panel-collapse .panel-body {
  padding-left: 1px;
  padding-right: 1px;
}
.browser-safari .ct-slick.ct-slick-arrows--type3 .slick-prev,
.browser-safari .ct-slick.ct-slick-arrows--type3 .slick-next {
  line-height: 36px;
}
@media (max-width: 1199px) {
  .ct-mediaSection-kenburns {
    background-image: url(../images/demo-content/media-section-4.jpg);
    background-attachment: scroll;
  }
}
