@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro|Open+Sans:400,600,700,300,800,900);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700&text=0123456789);
@import "../js/light-gallery/css/lightGallery.css";
@import "../js/gray-gh-pages/css/gray.min.css";
@import "../js/FullCallendar/fullcalendar.min.css";
/*------------------------------------------------------------------
Project:	Dojo Name HTML Templare
Version:	1.0
Last change:	26 November 2014
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1.  Variables
3.  Mixins
4.  Animate.css
5.  Font Awesome
6.  Menu
7.  Yamm Menu
8.  Social Icons
9.  Media Section
10. Typography
11. Slider
12. Buttons
13. Media Object
14. News
15. Widgets
16. Call To Action
17. Testiomonials
18. Pricing Tables
19. Portfolio
20. Form
21. Breadcrumb
22. Person Box
23. Accordion
24. Counters
25. Color Box
26. Twitter
27. Timeline
28. Modal
29. Light Gallery
30. Gray
31. Blog
32. Events
33. Calendar
34. Tables
35. Icon Box
36. Progress Bar
37. Utilities

-------------------------------------------------------------------*/

/*Mixins*/

.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;
}

@charset "UTF-8";
/*!
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;
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome/fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('../fonts/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.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: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.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-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-genderless:before,
.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-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-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";
}

/*Menu*/

.boxed .ct-topBar,
.boxed nav.navbar {
    max-width: 1200px;
    margin: auto;
}

body.snapjs-right .ct-menuMobile,
body.snapjs-left .ct-menuMobile {
    z-index: 0;
}

.navbar-block {
    display: table;
    margin: 0;
}

.navbar-block .navbar-block-inner {
    display: table-cell;
    vertical-align: middle;
}

.ct-mainHeader {
    z-index: 9999;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.ct-mainHeader.ct-nav-standard {
    position: relative;
}

@media (max-width: 767px) {
    .ct-mainHeader {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .ct-mainHeader.isOpen {
        -webkit-transform: translate(-266px, 0);
        -moz-transform: translate(-266px, 0);
        -o-transform: translate(-266px, 0);
        -ms-transform: translate(-266px, 0);
        transform: translate(-266px, 0);
    }
}

.ie8 .ct-mainHeader.isOpen {
    left: auto;
    right: 266px;
}

.ie8 .ct-mainHeader.ct-nav-standard {
    position: relative;
}

.ct-onepage .ct-mainHeader {
    position: fixed;
}

.ct-topBar {
    z-index: 99999999;
    min-height: 56px;
    background-color: #151515;
}

.ct-topBar.ct-topBar--type1 .navbar.navbar-default {
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}

.ct-topBar.ct-topBar--type1 .navbar.navbar-default .navbar-block {
    height: 56px;
}

.ct-topBar.ct-topBar--type1 .navbar.navbar-default .navbar-block ul li span {
    font-size: 1.3rem;
    padding-right: 1em;
    border-right: 1px solid #6a6a6a;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #6a6a6a;
    letter-spacing: 0.154em;
}

.ct-topBar.ct-topBar--type1 .navbar.navbar-default .navbar-block ul li span a {
    color: inherit;
}

.ct-topBar.ct-topBar--type1 .navbar.navbar-default .navbar-block ul li span a:hover {
    color: #fff;
}

.ct-topBar.ct-topBar--type1 .navbar.navbar-default .navbar-block ul li:last-child span {
    border: none;
}

.ct-topBar.ct-topBar--type1 .navbar.navbar-default .navbar-block ul li a {
    text-decoration: none;
    color: inherit;
}

.ct-topBar.ct-topBar--type2 * {
    display: none;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color: transparent;
}

nav.navbar {
    z-index: 9999;
}

* {
    margin: 0;
    padding: 0;
}

.toggleButton {
    position: fixed;
    z-index: 99999;
    top: 60px;
    background-color: #151515;
    padding: 0 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.toggleButton.navbar-right {
    right: 35px;
}

.toggleButton.navbar-left {
    left: 35px;
}

.isOpen+.toggleButton.navbar-right {
    right: 280px;
}

.isOpen+.toggleButton.navbar-left {
    left: 280px;
}

#nav-icon {
    display: none;
    width: 30px;
    height: 23px;
    position: relative;
    margin: 10px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

#nav-icon:before {
    position: absolute;
    content: "";
    display: block;
    height: 150%;
    margin-top: -25%;
    width: 1px;
    background-color: #fff;
}

#nav-icon.nav-icon--left {
    margin-right: 44px;
}

#nav-icon.nav-icon--left:before {
    right: -30px;
}

#nav-icon.nav-icon--right {
    margin-left: 44px;
}

#nav-icon.nav-icon--right:before {
    left: -30px;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
    top: 10px;
}

#nav-icon span:nth-child(4) {
    top: 20px;
}

#nav-icon.open span:nth-child(1) {
    top: 10px;
    width: 0;
    left: 50%;
}

#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
    top: 10px;
    width: 0;
    left: 50%;
}

.ie8 #nav-icon span {
    position: relative;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    #nav-icon {
        display: block;
    }
}

.navbar-default .navbar-nav>li>a {
    color: #fff !important;
}

.onepage.active a {
    background-color: #1f1f1f !important;
}

.ct-navbar--transparent .onepage.active a {
    background-color: transparent !important;
    border-top: 3px solid #fff;
}

.navbar-default {
    border: none;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.85);
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar-default.navbar--big .navbar-nav>li>a {
    padding-bottom: 60px;
}

.navbar-default.ct-navbar--transparent {
    background-color: transparent;
}

.navbar-default .navbar-header {
    padding: 0;
}

.navbar-default .navbar-header .navbar-brand {
    padding: 0;
    width: 100%;
    margin-left: 0;
}

.navbar-default .navbar-block {
    height: 70px;
}

.navbar-default .navbar-nav {
    position: relative !important;
}

.navbar-default .navbar-nav>li>a {
    font-size: 1.2rem;
    font-family: 'Open Sans', sans-serif;
    padding: 25px 18px;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    background-color: transparent;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.navbar-default .navbar-nav>li.active>a,
.navbar-default .navbar-nav>li:hover>a {
    background-color: #1f1f1f;
    color: #ffffff;
}

.navbar-default .navbar-nav>li.active>a:hover,
.navbar-default .navbar-nav>li:hover>a:hover {
    background-color: #1f1f1f;
    color: #ffffff;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu {
    display: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background-color: #1f1f1f;
    border: none;
    padding: 10px 2px;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu>li {
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu>li:hover,
.navbar-default .navbar-nav>li.dropdown .dropdown-menu>li.active {
    background-color: #363636;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu>li:hover>.sub-dropdown-menu,
.navbar-default .navbar-nav>li.dropdown .dropdown-menu>li.active>.sub-dropdown-menu {
    display: block;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu>li a {
    padding: 6px 18px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    line-height: 2.1666;
    text-decoration: none;
    color: #ffffff;
    text-transform: capitalize;
    display: block;
    width: 100%;
    height: 100%;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu>li a:hover {
    background-color: transparent;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu>li .sub-dropdown-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    list-style: none;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background-color: #1f1f1f;
    border: none;
    padding: 10px 2px;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu>li .sub-dropdown-menu>li {
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu>li .sub-dropdown-menu>li:hover,
.navbar-default .navbar-nav>li.dropdown .dropdown-menu>li .sub-dropdown-menu>li.active {
    background-color: #363636;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu>li .sub-dropdown-menu>li:hover>.sub-dropdown-menu,
.navbar-default .navbar-nav>li.dropdown .dropdown-menu>li .sub-dropdown-menu>li.active>.sub-dropdown-menu {
    display: block;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu>li .sub-dropdown-menu>li a {
    padding: 6px 18px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    line-height: 2.1666;
    text-decoration: none;
    color: #ffffff;
    text-transform: capitalize;
    display: block;
    width: 100%;
    height: 100%;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu>li .sub-dropdown-menu>li a:hover {
    background-color: transparent;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu>li .sub-dropdown-menu>li .sub-dropdown-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    list-style: none;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background-color: #1f1f1f;
    border: none;
    padding: 10px 2px;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu>li .sub-dropdown-menu>li .sub-dropdown-menu>li {
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu>li .sub-dropdown-menu>li .sub-dropdown-menu>li:hover,
.navbar-default .navbar-nav>li.dropdown .dropdown-menu>li .sub-dropdown-menu>li .sub-dropdown-menu>li.active {
    background-color: #363636;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu>li .sub-dropdown-menu>li .sub-dropdown-menu>li a {
    padding: 6px 18px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    line-height: 2.1666;
    text-decoration: none;
    color: #ffffff;
    text-transform: capitalize;
    display: block;
    width: 100%;
    height: 100%;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu>li .sub-dropdown-menu>li .sub-dropdown-menu>li a:hover {
    background-color: transparent;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type1 {
    background-color: #1f1f1f;
    border: none;
    padding: 10px 2px;
    width: 100%;
    position: absolute;
    left: 0;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type1 .yamm-outer {
    background-color: transparent;
    overflow: hidden;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type1 .yamm-outer .yamm-content {
    min-width: 280px;
    padding-left: 10px;
    overflow: hidden;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type1 .yamm-outer .yamm-content .row>div ul {
    margin-right: -15px;
    margin-left: -15px;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type1 .yamm-outer .yamm-content .row>div:first-child ul {
    margin-right: -15px;
    margin-left: -15px;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type1 .yamm-outer .yamm-content .row>div:last-child ul:before {
    display: none;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type1 .yamm-outer .yamm-content ul {
    position: relative;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type1 .yamm-outer .yamm-content ul:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 1px;
    height: 90%;
    margin-top: 5%;
    background-color: #828282;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type1 .yamm-outer .yamm-content ul li {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type1 .yamm-outer .yamm-content ul li:hover,
.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type1 .yamm-outer .yamm-content ul li.active {
    background-color: #363636;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type1 .yamm-outer .yamm-content ul li a {
    padding: 6px 18px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    line-height: 2.1666;
    text-decoration: none;
    color: #ffffff;
    text-transform: capitalize;
    display: block;
    width: 100%;
    height: 100%;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type2 {
    background-color: #1f1f1f;
    border: none;
    padding: 0;
    width: 100%;
    position: absolute;
    left: 0;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type2 .yamm-outer {
    background-color: transparent;
    overflow: hidden;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type2 .yamm-outer .ct-megamenu-footer {
    margin-top: 40px;
    background-color: #380202;
    padding: 2px 2px 2px 37px;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type2 .yamm-outer .ct-megamenu-footer p {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.9rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type2 .yamm-outer .ct-megamenu-footer p span {
    font-size: 1.2rem;
    letter-spacing: 1px;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type2 .yamm-outer .yamm-content {
    min-width: 280px;
    overflow: hidden;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type2 .yamm-outer .yamm-content .row {
    margin: 0;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type2 .yamm-outer .yamm-content .row>div:last-child article {
    margin-left: 28px;
    margin-top: 23px;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type2 .yamm-outer .yamm-content .row>div .h1,
.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type2 .yamm-outer .yamm-content .row>div .h2,
.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type2 .yamm-outer .yamm-content .row>div .h3,
.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type2 .yamm-outer .yamm-content .row>div .h4,
.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type2 .yamm-outer .yamm-content .row>div .h5,
.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type2 .yamm-outer .yamm-content .row>div .h6,
.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type2 .yamm-outer .yamm-content .row>div h1,
.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type2 .yamm-outer .yamm-content .row>div h2,
.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type2 .yamm-outer .yamm-content .row>div h3,
.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type2 .yamm-outer .yamm-content .row>div h4,
.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type2 .yamm-outer .yamm-content .row>div h5,
.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type2 .yamm-outer .yamm-content .row>div h6 {
    padding-left: 28px;
    margin-top: 14px;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type2 .yamm-outer .yamm-content .row>div .h1 span,
.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type2 .yamm-outer .yamm-content .row>div .h2 span,
.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type2 .yamm-outer .yamm-content .row>div .h3 span,
.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type2 .yamm-outer .yamm-content .row>div .h4 span,
.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type2 .yamm-outer .yamm-content .row>div .h5 span,
.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type2 .yamm-outer .yamm-content .row>div .h6 span,
.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type2 .yamm-outer .yamm-content .row>div h1 span,
.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type2 .yamm-outer .yamm-content .row>div h2 span,
.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type2 .yamm-outer .yamm-content .row>div h3 span,
.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type2 .yamm-outer .yamm-content .row>div h4 span,
.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type2 .yamm-outer .yamm-content .row>div h5 span,
.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type2 .yamm-outer .yamm-content .row>div h6 span {
    font-size: 0.813em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type2 .yamm-outer .yamm-content .row>div ul {
    margin-right: -15px;
    margin-left: -15px;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type2 .yamm-outer .yamm-content .row>div:first-child ul {
    margin-right: -15px;
    margin-left: -15px;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type2 .yamm-outer .yamm-content .row>div:last-child ul:before {
    display: none;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type2 .yamm-outer .yamm-content ul {
    margin-top: 17px;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type2 .yamm-outer .yamm-content ul li {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding: 6px 0;
    padding-left: 26px;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type2 .yamm-outer .yamm-content ul li:hover,
.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type2 .yamm-outer .yamm-content ul li.active {
    background-color: #363636;
}

.navbar-default .navbar-nav>li.dropdown .dropdown-menu.dropdown-menu--type2 .yamm-outer .yamm-content ul li a {
    padding: 0 18px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    text-transform: capitalize;
    display: block;
    width: 100%;
    height: 100%;
}

.navbar-default .navbar-nav>li.dropdown.open .dropdown-menu {
    display: block;
}

.navbar-default .navbar-nav>li.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-default.navbar-logo--center .navbar-nav {
    padding-right: 34px;
    float: left;
}

.navbar-default.navbar-logo--center .navbar-nav:first-child {
    padding-right: 34px;
    float: left;
}

.navbar-default.navbar-logo--center .navbar-nav:last-child {
    padding-right: 0;
    float: right;
}

.navbar-default.navbar-logo--center .navbar-nav>li>a {
    padding: 25px 25px;
}

.navbar-default.navbar-logo--left .navbar-header {
    float: left;
    padding-left: 0;
}

.navbar-default.navbar-logo--right .navbar-header {
    float: right;
    padding-right: 0;
}

.ct-menuMobile {
    display: none;
    position: fixed;
    top: 0;
    right: -266px;
    width: 266px;
    z-index: 10;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow-y: auto;
    background-color: #151515;
}

.ct-menuMobile.isOpen {
    right: 0;
}

.ct-menuMobile .ct-menuMobile-navbar {
    list-style: none;
    padding: 15px 15px;
}

.ct-menuMobile .ct-menuMobile-navbar>li {
    float: left;
    width: 100%;
}

.ct-menuMobile .ct-menuMobile-navbar>li.active>a {
    background-color: #380202;
    border-color: #000000;
}

.ct-menuMobile .ct-menuMobile-navbar>li>a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    display: block;
    width: 100%;
    padding: 15px 10px;
}

.ct-menuMobile .ct-menuMobile-navbar>li>a:hover,
.ct-menuMobile .ct-menuMobile-navbar>li>a:active,
.ct-menuMobile .ct-menuMobile-navbar>li>a:focus,
.ct-menuMobile .ct-menuMobile-navbar>li>a.active {
    background-color: #380202;
    border-color: #000000;
}

.ct-menuMobile .ct-menuMobile-navbar>li+li {
    border-top: 1px solid #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.ct-menuMobile .ct-menuMobile-navbar .dropdown {
    list-style: none;
}

.ct-menuMobile .ct-menuMobile-navbar .dropdown .dropdown-menu {
    border-radius: 0;
    width: 101%;
    position: relative;
    margin: -2px -1px 35px;
    float: left;
}

.ct-menuMobile .ct-menuMobile-navbar .dropdown .dropdown-menu>li.active a {
    color: #262626;
    background-color: #f5f5f5;
}

.ct-menuMobile .ct-menuMobile-navbar .dropdown .dropdown-menu>li a {
    text-decoration: none;
    text-transform: capitalize;
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 5px 15px;
}

@media (max-width: 1199px) {
    .navbar-default.navbar-logo--center .navbar-nav li a {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 992px) {
    .navbar-left {
        float: left;
    }
    .navbar-right {
        float: right;
    }
    .navbar-default.navbar-logo--left .navbar-nav li a,
    .navbar-default.navbar-logo--right .navbar-nav li a {
        padding-left: 7px;
        padding-right: 7px;
    }
    .navbar-default.navbar-logo--left .navbar-header {
        float: left;
    }
    .navbar-default.navbar-logo--right .navbar-header {
        float: right;
    }
    .navbar-default.navbar-logo--center .navbar-nav {
        padding-right: 20px;
    }
    .navbar-default.navbar-logo--center .navbar-nav li a {
        padding-left: 5px;
        padding-right: 5px;
    }
    .navbar-default.navbar-logo--center .navbar-nav:last-child {
        padding-right: 0;
    }
}

.navbar-default.navbar-logo--center .navbar-nav {
    position: static !important;
}

@media (max-width: 768px) {
    .ct-topBar .navbar-default .navbar-block {
        padding-top: 17px;
        display: block;
        margin: 0 auto;
        float: none;
        text-align: center;
    }
    .ct-topBar .navbar-default .navbar-block .navbar-block-inner {
        display: inline-block;
    }
    .ct-topBar .navbar-default .navbar-block:first-child ul li {
        float: none;
        margin: 0 auto;
        display: block;
    }
    .ct-topBar .navbar-default .navbar-block:first-child ul li span {
        display: block;
        text-align: center;
        padding: 0;
        border-right: none;
    }
    .navbar-default.navbar-logo--left .navbar-header {
        margin: 0;
    }
    .navbar-default.navbar-logo--center .navbar-header {
        float: right;
        margin: 0;
    }
    .navbar-default.navbar-logo--right .navbar-header {
        margin: 0;
    }
    .navbar-default .navbar-nav {
        display: none;
    }
}

@media (max-width: 767px) {
    .ct-menuMobile {
        display: block;
    }
}

.ct-postfooter a {
    text-decoration: none;
}

.ct-postfooter a {
    float: left;
    margin-right: 90px;
}

.ct-postfooter ul {
    float: left;
    margin-top: 19px;
}

.ct-postfooter ul li {
    padding: 0;
}

.ct-postfooter ul li:last-child a {
    margin-right: 0;
}

.ct-postfooter ul li a {
    margin-right: 38px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #b4b4b4;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.ct-postfooter ul li a:hover {
    color: #fff;
}

@media (max-width: 1100px) {
    .ct-postfooter a {
        margin-right: 50px;
    }
    .ct-postfooter ul li a {
        margin-right: 12px;
    }
}

@media (max-width: 991px) {
    .ct-postfooter a {
        margin: 0 auto;
        float: none;
        text-align: center;
        display: block;
    }
    .ct-postfooter a img {
        text-align: center;
    }
    .ct-postfooter ul {
        float: none;
    }
    .ct-postfooter ul li {
        display: block;
        width: 100%;
        padding: 6px 0;
        text-align: center;
    }
    .ct-postfooter ul li a {
        margin-right: 0;
    }
}

.ct-inSection-navbar {
    background-color: #013220;
    z-index: 999;
    position: relative;
}

.ct-inSection-navbar .onepage.active a {
    background-color: transparent !important;
}

.ct-inSection-navbar ul {
    text-align: center;
}

.ct-inSection-navbar ul li {
    padding: 9px 0;
}

.ct-inSection-navbar ul li:last-child a:after {
    display: none;
}

.ct-inSection-navbar ul li a {
    overflow: hidden;
    position: relative;
    display: block;
    padding: 0;
    text-decoration: none;
    line-height: 2;
}

.ct-inSection-navbar ul li a:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
}

.ct-inSection-navbar ul li a span {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 16px;
    display: block;
    padding: 0 55px;
    position: relative;
    transform: translateY(-100%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ct-inSection-navbar ul li a span:before {
    content: attr(data-content);
    font-weight: 400;
    position: absolute;
    top: 100%;
    display: block;
    padding-top: 0;
}

.ct-inSection-navbar ul li a:hover span,
.ct-inSection-navbar ul li a.active span {
    transform: translateY(0%);
}

@media (max-width: 1200px) {
    .ct-inSection-navbar ul li a span {
        padding: 0 35px;
    }
}

@media (max-width: 991px) {
    .ct-inSection-navbar ul li a span {
        padding: 0 12px;
    }
}

@media (max-width: 767px) {
    .ct-inSection-navbar ul li a span {
        padding: 0 5px;
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    .ct-inSection-navbar ul li {
        padding: 1px 0;
    }
    .ct-inSection-navbar ul li a:after {
        display: none;
    }
    .ct-inSection-navbar ul li a span {
        padding: 0 20px;
    }
}

.onepageFix {
    position: fixed;
    top: 0;
    z-index: 999999;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.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;
}

@media (max-width: 480px) {
    .ct-topBar.ct-topBar--type1 .navbar.navbar-default .navbar-block {
        height: auto;
        padding: 0;
        padding-top: 4px;
        padding-bottom: 4px;
    }
}

/*!
 * Yamm!3
 * Yet another megamenu for Bootstrap 3
 *
 * http://geedmo.github.com/yamm3
 */

@media (min-width: 768px) {
    .yamm .nav,
    .yamm .collapse,
    .yamm .dropup,
    .yamm .dropdown {
        position: static;
    }
    .yamm .container {
        position: relative;
    }
    .yamm .dropdown-menu {
        left: auto;
        right: auto;
    }
    .yamm .navbar-right .dropdown-menu.yamm-dropdown {
        left: auto;
        right: 0;
    }
    .yamm .dropdown-menu.yamm-dropdown {
        min-width: 60%;
    }
    .yamm .dropdown.yamm-fw .dropdown-menu,
    .yamm .dropdown.yamm-sm .dropdown-menu {
        left: 0;
        right: 0;
    }
}

/*Social Icon*/

.socialicons {
    font-size: 2.2rem;
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.socialicons li {
    margin-left: 1em;
    list-style-type: none;
    float: left;
}

.socialicons li.socialicons-text {
    font-size: 14px;
}

.socialicons li.socialicons-text span {
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.8;
}

.socialicons li a {
    display: block;
    height: 1em;
    width: 1em;
    text-align: center;
    text-decoration: none;
}

.socialicons li a i {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 1px;
    color: #4d4d4d;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.socialicons li a:hover i {
    color: #ffffff;
}

.socialicons li:first-child {
    margin-left: 0;
    padding-left: 0;
}

.socialicons li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.socialicons.socialicon--blackHover li a:hover i {
    color: #0f0f0f;
}

.socialicons.socialicons-sm li {
    margin-left: .7em;
}

.socialicons.socialicons-sm li:first-child {
    margin-left: 0;
}

.socialicons.socialicons-sm li a {
    width: .7em;
}

.socialicons.socialicons--big li {
    margin-left: 1.5em;
}

.socialicons.socialicons--big li:first-child {
    margin-left: 0;
}

.socialicons.socialicons--big li a {
    width: 2em;
    height: 2em;
}

.socialicons.socialicons--big li a i {
    font-size: 34px;
}

/* -------------------- Media Sections  -------------------- */

.ct-mediaSection {
    background-color: #fff;
    position: relative;
    display: table;
    width: 100%;
}

.ct-mediaSection video,
.ct-mediaSection iframe {
    min-width: 100%;
    min-height: 100%;
    width: auto;
}

.ct-mediaSection .ct-mediaSection-inner {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.ct-mediaSection.noVCenter {
    display: block;
    width: 100%;
}

.ct-mediaSection.noVCenter .ct-mediaSection-inner {
    display: block;
    width: 100%;
}

.ct-mediaSection.ct-mediaSection--noCovert[data-stellar-background-ratio] {
    background-size: auto;
}

[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;
    overflow: hidden;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media (min-width: 768px) {
    [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;
    min-width: 120%;
    min-height: 100%;
    opacity: 0;
    -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);
    }
}

/*Typography*/

a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #013220;
}

.list-group .list-group-item {
    border-radius: 0;
    background-color: transparent;
}

.ct-headerBox.ct-headerBox--type1 {
    margin-bottom: 100px;
}

.ct-headerBox.ct-headerBox--type2 {
    margin-bottom: 140px;
}

.ct-headerBox.ct-headerBox--type3 {
    margin-bottom: 40px;
}

.ct-headerBox .ct-headerBox-media {
    text-align: center;
    margin-bottom: 40px;
}

.ct-headerBox .ct-headerBox-body {
    text-align: center;
}

.ct-headerBox .ct-headerBox-body h1+p,
.ct-headerBox .ct-headerBox-body .h1+p,
.ct-headerBox .ct-headerBox-body h2+p,
.ct-headerBox .ct-headerBox-body .h2+p,
.ct-headerBox .ct-headerBox-body h3+p,
.ct-headerBox .ct-headerBox-body .h3+p,
.ct-headerBox .ct-headerBox-body h4+p,
.ct-headerBox .ct-headerBox-body .h4+p,
.ct-headerBox .ct-headerBox-body h5+p,
.ct-headerBox .ct-headerBox-body .h5+p,
.ct-headerBox .ct-headerBox-body h6+p,
.ct-headerBox .ct-headerBox-body .h6+p {
    margin-top: 40px;
}

.ct-headerBox .ct-headerBox-body span {
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 130px;
}

.ct-headerBox .ct-headerBox-body small {
    margin-top: 25px;
}

.ct-headerBox .ct-headerBox-body small span {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #888;
}

.ct-headerBox .ct-headerBox-body p {
    color: #fff;
}

@media (max-width: 480px) {
    ul,
    ol {
        font-size: 2.5rem;
    }
    .ct-headerBox.ct-headerBox--type1 {
        margin-bottom: 30px;
    }
    .ct-headerBox.ct-headerBox--type2 {
        margin-bottom: 50px;
    }
    .ct-headerBox.ct-headerBox--type3 {
        margin-bottom: 30px;
    }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: inherit;
    color: inherit;
    line-height: 1;
    margin-top: 0;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
    display: block;
    line-height: 1;
    color: inherit;
    font-weight: inherit;
}

p {
    font-size: 13px;
}

h1,
.h1 {
    font-size: 8.5rem;
    line-height: 1.075;
}

h1 small,
.h1 small {
    font-size: 0.882em;
}

@media (max-width: 480px) {
    h1,
    .h1 {
        font-size: 7.5rem;
        line-height: 1.075;
    }
    h1 small,
    .h1 small {
        font-size: 0.882em;
    }
}

h2,
.h2 {
    font-size: 4.7rem;
    line-height: 1.075;
}

h2 small,
.h2 small {
    font-size: 0.894em;
}

h3,
.h3 {
    font-size: 2.6rem;
}

h3 small,
.h3 small {
    font-size: 0.769em;
}

h4,
.h4 {
    font-size: 2.4rem;
}

h4 small,
.h4 small {
    font-size: 0.667em;
}

h5,
.h5 {
    font-size: 1.8rem;
}

h5 small,
.h5 small {
    font-size: 0.889em;
}

h6,
.h6 {
    font-size: 1.6rem;
}

h6 small,
.h6 small {
    font-size: 0.875em;
}

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

/*Sliders*/

.ct-slick .item {
    display: table;
}

.ct-slick .item .item-inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.ct-slick .item .item-inner .widget {
    margin-bottom: 0;
}

.ct-slick .slick-prev,
.ct-slick .slick-next {
    background-color: transparent;
    border: none;
    overflow: hidden;
}

.ct-slick .slick-prev i,
.ct-slick .slick-next i {
    line-height: 1;
    color: #424242;
}

.ct-slick .slick-prev:hover i,
.ct-slick .slick-next:hover i {
    color: #fff;
}

.ct-slick.ct-slick-arrow--type1 .slick-prev,
.ct-slick.ct-slick-arrow--type1 .slick-next {
    height: 34px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    right: -20px;
}

.ct-slick.ct-slick-arrow--type1 .slick-prev i,
.ct-slick.ct-slick-arrow--type1 .slick-next i {
    font-size: 55px;
    line-height: 1;
    margin-top: -10px;
}

.ct-slick.ct-slick-arrow--type1 .slick-next {
    right: -40px;
    margin-top: 0;
}

.ct-slick.ct-slick-arrow--type2 .slick-prev,
.ct-slick.ct-slick-arrow--type2 .slick-next {
    height: 24px;
    position: absolute;
    top: -62px;
    right: 29px;
}

.ct-slick.ct-slick-arrow--type2 .slick-prev i,
.ct-slick.ct-slick-arrow--type2 .slick-next i {
    font-size: 42px;
    line-height: 1;
    margin-top: -10px;
}

.ct-slick.ct-slick-arrow--type2 .slick-next {
    right: 0;
}

.ct-slick.ct-slick-arrow--type3 .slick-prev,
.ct-slick.ct-slick-arrow--type3 .slick-next {
    position: absolute;
    height: 24px;
    top: 50%;
    margin-top: -12px;
}

.ct-slick.ct-slick-arrow--type3 .slick-prev i,
.ct-slick.ct-slick-arrow--type3 .slick-next i {
    font-size: 42px;
    line-height: 1;
    margin-top: -10px;
}

.ct-slick.ct-slick-arrow--type3 .slick-prev {
    left: -40px;
    right: auto;
}

.ct-slick.ct-slick-arrow--type3 .slick-next {
    right: -40px;
    left: auto;
}

.ct-slick.ct-slick-arrow--type4 .slick-prev,
.ct-slick.ct-slick-arrow--type4 .slick-next {
    position: absolute;
    height: 70px;
    width: 35px;
    top: 50%;
    margin-top: -35px;
}

.ct-slick.ct-slick-arrow--type4 .slick-prev i,
.ct-slick.ct-slick-arrow--type4 .slick-next i {
    font-size: 26px;
    line-height: 1;
    margin-top: -2px;
    color: #fff;
}

.ct-slick.ct-slick-arrow--type4 .slick-prev:before,
.ct-slick.ct-slick-arrow--type4 .slick-next:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -35px;
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.ct-slick.ct-slick-arrow--type4 .slick-prev {
    left: 0;
    right: auto;
    text-align: left;
}

.ct-slick.ct-slick-arrow--type4 .slick-prev:before {
    left: 0;
    border-width: 35px 0 35px 35px;
    border-color: transparent transparent transparent #0e0e0e;
}

.ct-slick.ct-slick-arrow--type4 .slick-prev:hover:before {
    border-color: transparent transparent transparent #380202;
}

.ct-slick.ct-slick-arrow--type4 .slick-next {
    right: 0;
    left: auto;
    text-align: right;
}

.ct-slick.ct-slick-arrow--type4 .slick-next:before {
    right: 0;
    border-width: 35px 35px 35px 0;
    border-color: transparent #0e0e0e transparent transparent;
}

.ct-slick.ct-slick-arrow--type4 .slick-next:hover:before {
    border-color: transparent #013220 transparent transparent;
}

.ct-slick.ct-slick-arrow--type5 .slick-prev,
.ct-slick.ct-slick-arrow--type5 .slick-next {
    height: 46px;
    width: 33px;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    background-color: #2a2a2a;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ct-slick.ct-slick-arrow--type5 .slick-prev i,
.ct-slick.ct-slick-arrow--type5 .slick-next i {
    font-size: 32px;
    line-height: 1;
    margin-top: -1px;
    opacity: 1;
}

.ct-slick.ct-slick-arrow--type5 .slick-prev:hover,
.ct-slick.ct-slick-arrow--type5 .slick-next:hover {
    background-color: #013220;
}

.ct-slick.ct-slick-arrow--type5 .slick-prev {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    left: 0;
}

.ct-slick.ct-slick-arrow--type5 .slick-next {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    right: 0;
}

.ct-slick.ct-slick-dots--type1 .slick-dots {
    list-style: none;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 105px;
    bottom: 128px;
    padding: 0;
}

.ct-slick.ct-slick-dots--type1 .slick-dots li {
    float: left;
    padding: 0 10px;
}

.ct-slick.ct-slick-dots--type1 .slick-dots li button {
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: transparent;
    overflow: hidden;
}

.ct-slick.ct-slick-dots--type1 .slick-dots li.slick-active button {
    border-color: transparent;
    background-color: #fff;
    width: 14px;
    height: 14px;
}

.boxed .ct-slick.ct-slick-arrow--type1 .slick-prev,
.boxed .ct-slick.ct-slick-arrow--type1 .slick-next {
    right: 25px;
}

.boxed .ct-slick.ct-slick-arrow--type1 .slick-next {
    right: -5px;
}

@media (max-width: 1299px) {
    .ct-slick.ct-slick-arrow--type1 .slick-prev {
        right: 25px;
    }
    .ct-slick.ct-slick-arrow--type1 .slick-next {
        right: 5px;
    }
    .ct-slick.ct-slick-arrow--type3 .slick-prev {
        left: 5px;
    }
    .ct-slick.ct-slick-arrow--type3 .slick-next {
        right: 5px;
    }
}

@media (max-width: 1200px) {
    .ct-slick.ct-slick-arrow--type1 .slick-prev,
    .ct-slick.ct-slick-arrow--type1 .slick-next {
        right: 135px;
    }
    .ct-slick.ct-slick-arrow--type1 .slick-next {
        right: 115px;
    }
}

@media (max-width: 1199px) {
    .ct-slick.ct-slick-arrow--type1 .slick-prev,
    .ct-slick.ct-slick-arrow--type1 .slick-next {
        right: 22px;
    }
    .ct-slick.ct-slick-arrow--type1 .slick-next {
        right: 2px;
    }
    .ct-slick.ct-slick-arrow--type2 .slick-prev,
    .ct-slick.ct-slick-arrow--type2 .slick-next {
        right: 3px;
    }
    .ct-slick.ct-slick-arrow--type2 .slick-next {
        right: -26px;
    }
    .ct-slick.ct-slick-arrow--type3 .slick-prev {
        left: -7px;
    }
    .ct-slick.ct-slick-arrow--type3 .slick-next {
        right: -7px;
    }
}

@media (max-width: 991px) {
    .ct-slick.ct-slick-arrow--type1 .slick-prev,
    .ct-slick.ct-slick-arrow--type1 .slick-next {
        margin-top: 0;
        bottom: 336px;
        top: auto;
        width: 34px;
        margin: auto;
        left: -54px;
        right: 0;
    }
    .ct-slick.ct-slick-arrow--type1 .slick-next {
        left: 54px;
    }
    .ct-slick.ct-slick-arrow--type2 .slick-prev,
    .ct-slick.ct-slick-arrow--type2 .slick-next {
        right: 29px;
    }
    .ct-slick.ct-slick-arrow--type2 .slick-next {
        right: 0px;
    }
    .ct-slick.ct-slick-dots--type1 .slick-dots {
        bottom: 200px;
    }
}

@media (max-width: 590px) {
    .ct-slick.ct-slick-arrow--type1 .slick-prev,
    .ct-slick.ct-slick-arrow--type1 .slick-next {
        bottom: 310px;
    }
    .ct-slick.ct-slick-dots--type1 .slick-dots {
        bottom: 180px;
    }
}

@media (max-width: 480px) {
    .ct-slick.ct-slick-arrow--type1 .slick-prev,
    .ct-slick.ct-slick-arrow--type1 .slick-next {
        bottom: 356px;
    }
    .ct-slick.ct-slick-arrow--type2 .slick-prev,
    .ct-slick.ct-slick-arrow--type2 .slick-next {
        top: -56px;
        right: 12px;
    }
    .ct-slick.ct-slick-arrow--type2 .slick-next {
        right: -8px;
    }
    .ct-slick.ct-slick-dots--type1 .slick-dots {
        bottom: 200px;
    }
}

@media (max-width: 390px) {
    .ct-slick.ct-slick-arrow--type2 .slick-prev,
    .ct-slick.ct-slick-arrow--type2 .slick-next {
        top: -66px;
    }
}

@media (max-width: 340px) {
    .ct-slick.ct-slick-arrow--type1 .slick-prev,
    .ct-slick.ct-slick-arrow--type1 .slick-next {
        bottom: 356px;
    }
    .ct-slick.ct-slick-dots--type1 .slick-dots {
        bottom: 200px;
    }
}

.ct-sliderTab-slider {
    position: relative;
}

.ct-sliderTab-slider:before {
    content: "";
    position: absolute;
    top: -85px;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../images/demo-content/Cage.png");
    background-repeat: no-repeat;
    background-position: top center;
}

.browser-msie .ct-slickTab .item {
    opacity: .6;
}

.browser-msie .ct-slickTab .item.active,
.browser-msie .ct-slickTab .item:hover {
    opacity: 1;
}

.ct-slickTab {
    position: relative;
}

.ct-slickTab .item {
    display: block;
}

.ct-slickTab .item .item-inner {
    display: block;
}

.ct-slickTab:before {
    content: "";
    display: block;
    position: absolute;
    height: 92px;
    width: 9999px;
    left: -5555px;
    bottom: 0;
    background-color: #013220;
}

.ct-slickTab .item {
    padding: 0 22px;
    overflow: hidden;
    cursor: pointer;
    max-width: 100%;
}

.ct-slickTab .item.active .item-inner figure img,
.ct-slickTab .item:hover .item-inner figure img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
}

.ct-slickTab .item.active .item-inner .ct-item-footer div p span,
.ct-slickTab .item:hover .item-inner .ct-item-footer div p span {
    font-weight: 700;
}

.ct-slickTab .item.active .item-inner .ct-sliderTab-join,
.ct-slickTab .item:hover .item-inner .ct-sliderTab-join {
    background-color: #fff;
}

.ct-slickTab .item.active .item-inner .ct-sliderTab-join span,
.ct-slickTab .item:hover .item-inner .ct-sliderTab-join span {
    color: #000;
}

.ct-slickTab .item .item-inner {
    vertical-align: bottom;
    text-align: center;
}

.ct-slickTab .item .item-inner figure {
    height: 263px;
    overflow: hidden;
    max-width: 100%;
    margin: 0;
    display: block;
    width: 100%;
    position: relative;
}

.ct-slickTab .item .item-inner figure img {
    display: block;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: auto;
    height: auto;
    margin: auto;
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
}

.ct-slickTab .item .item-inner .ct-item-footer {
    background-color: #013220;
    width: 100%;
    text-align: center;
}

.ct-slickTab .item .item-inner .ct-item-footer div p {
    margin: 0 auto;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}

.ct-slickTab .item .item-inner .ct-item-footer div p span {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.83333;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    z-index: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ct-slickTab .item .item-inner .ct-sliderTab-join {
    margin-bottom: 18px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 42px 42px;
    text-align: center;
    display: block;
    width: 142px;
    height: 217px;
    border: 1px solid #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ct-slickTab .item .item-inner .ct-sliderTab-join span {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 600;
}

.ct-slickTab .item .item-inner .ct-sliderTab-join span i {
    font-size: 37px;
    margin-bottom: 18px;
}

.ct-slickTab .item .item-inner>div {
    padding: 30px 0;
}

.ct-slickTab .item .item-inner>div.ct-joinItem {
    padding: 24px 0;
}

.ct-slickTab .item .item-inner>div a {
    padding-left: 15px;
    padding-right: 15px;
}

.ct-sliderTab-content .lightGalleryVideo img {
    max-width: 100%;
}

.ct-sliderTab-content .targetItem {
    display: none;
    padding-top: 10px;
}

.ct-sliderTab-content .targetItem .media-left {
    padding-right: 35px;
}

.ct-sliderTab-content .targetItem .media-left figure img {
    max-width: none;
    margin-right: 60px;
    width: 100%;
}

.ct-sliderTab-content .targetItem .ct-media-body {
    width: auto;
    padding-left: 13px;
}

.ct-sliderTab-content .targetItem .ct-media-body .ct-personDetail-name {
    margin-bottom: 27px;
}

.ct-sliderTab-content .targetItem .ct-media-body .ct-personDetail-name span {
    font-size: 0.833em;
    letter-spacing: 3px;
    font-weight: 600;
    color: #fff;
}

.ct-sliderTab-content .targetItem .ct-media-body .ct-personDetail-discipline span {
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 16px;
}

.ct-sliderTab-content .targetItem .ct-media-body .ct-personDetail-text {
    margin-bottom: 60px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.61538;
}

.ct-sliderTab-content .targetItem.active {
    display: block;
}

.ct-personStats {
    margin-bottom: 60px;
}

.ct-personStats .ct-personStats-header span {
    color: #fff;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 16px;
}

.ct-personStats ul li {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.2;
    text-transform: uppercase;
}

.ct-personStats ul li span {
    font-weight: 600;
}

@media (max-width: 480px) {
    .ct-personStats {
        margin-bottom: 35px;
    }
    .ct-personStats ul li {
        font-size: 14px;
        line-height: 1.8;
    }
}

.ct-personArchievements {
    margin-bottom: 60px;
}

.ct-personArchievements .ct-personArchievements-header span {
    color: #fff;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 16px;
}

.ct-personArchievements ul li {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.2;
}

@media (max-width: 480px) {
    .ct-personArchievements {
        margin-bottom: 35px;
    }
    .ct-personArchievements ul li {
        font-size: 14px;
        line-height: 1.8;
    }
}

.ct-personAbilities {
    margin-bottom: 60px;
}

.ct-personAbilities .ct-personAbilities-header span {
    color: #fff;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 16px;
}

.ct-personAbilities table tbody tr td {
    padding-right: 7px;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.2;
    text-transform: uppercase;
    color: #fff;
}

.ct-personAbilities table tbody tr td:first-child {
    min-width: 155px;
}

.ct-personAbilities table tbody tr td .ct-personAbilities-checked {
    height: 13px;
    width: 13px;
    background-color: #013220;
}

@media (max-width: 480px) {
    .ct-personAbilities {
        margin-bottom: 35px;
    }
    .ct-personAbilities table tbody tr td {
        font-size: 14px;
        line-height: 1.8;
    }
}

.ct-personMedia {
    margin-bottom: 60px;
}

.ct-personMedia .ct-personMedia-header {
    margin-bottom: 18px;
}

.ct-personMedia .ct-personMedia-header span {
    color: #fff;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 16px;
}

.ct-personMedia .ct-personMedia-content {
    position: relative;
    max-width: 300px;
    max-height: 204px;
}

.ct-personMedia .ct-personMedia-content .ct-personMedia-overly {
    background-image: url("images/demo-content/videoBG.jpg");
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
}

.ct-personMedia .ct-personMedia-content .ct-personMedia-overly .ct-personMedia-overly-container {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #013220;
    height: 100%;
    width: 100%;
    opacity: .8;
}

.ct-personMedia .ct-personMedia-content .ct-personMedia-overly .ct-personMedia-playButton {
    position: relative;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.ct-personMedia .ct-personMedia-content .ct-personMedia-overly .ct-personMedia-playButton:hover i {
    color: #013220;
}

.ct-personMedia .ct-personMedia-content .ct-personMedia-overly .ct-personMedia-playButton i {
    font-size: 30px;
    line-height: 50px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ct-personMedia .ct-personMedia-content .ct-personMedia-overly .ct-personMedia-text {
    position: relative;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 480px) {
    .ct-personMedia {
        margin-bottom: 35px;
    }
}

.ct-slickFilter {
    width: 250px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.ct-slickFilter .item {
    padding: 0;
    height: 81px;
}

.ct-slickFilter .item .ct-month {
    border: 1px solid #fff;
    background-color: transparent;
    text-align: center;
    height: 60px;
    width: 55px;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ct-slickFilter .item .ct-month span {
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 58px;
}

.ct-slickFilter .item.slick-center .ct-month {
    height: 81px;
    width: 74px;
    background-color: #fff;
}

.ct-slickFilter .item.slick-center .ct-month span {
    color: #000;
    font-size: 19px;
    line-height: 83px;
}

.ct-filterList {
    text-align: center;
    margin-bottom: 100px;
}

.ct-filterList ul li {
    text-align: center;
}

.ct-filterList ul li a {
    text-decoration: none;
    padding: 30px;
}

.ct-filterList ul li .ct-filtrList-image {
    width: 35px;
    height: 35px;
    background-image: url("images/filtrSprite.png");
    background-position: 0 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ct-filterList ul li .ct-filtrList-text {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ct-filterList ul li:nth-child(1).active .ct-filtrList-image,
.ct-filterList ul li:nth-child(1):hover .ct-filtrList-image {
    background-position: 0 35px;
}

.ct-filterList ul li:nth-child(2) .ct-filtrList-image {
    background-position: 35px 0;
}

.ct-filterList ul li:nth-child(2).active .ct-filtrList-image,
.ct-filterList ul li:nth-child(2):hover .ct-filtrList-image {
    background-position: 35px 35px;
}

.ct-filterList ul li:nth-child(3) .ct-filtrList-image {
    background-position: 70px 0;
}

.ct-filterList ul li:nth-child(3).active .ct-filtrList-image,
.ct-filterList ul li:nth-child(3):hover .ct-filtrList-image {
    background-position: 70px 35px;
}

.ct-filterList ul li:nth-child(4) .ct-filtrList-image {
    background-position: 105px 0;
}

.ct-filterList ul li:nth-child(4).active .ct-filtrList-image,
.ct-filterList ul li:nth-child(4):hover .ct-filtrList-image {
    background-position: 105px 35px;
}

.ct-filterList ul li:nth-child(5) .ct-filtrList-image {
    background-position: 140px 0;
}

.ct-filterList ul li:nth-child(5).active .ct-filtrList-image,
.ct-filterList ul li:nth-child(5):hover .ct-filtrList-image {
    background-position: 140px 35px;
}

.ct-slickFilterContainer .slick-list {
    margin-left: 1px;
}

.ct-slickFilterContainer .item {
    position: relative;
}

.ct-slickFilterContainer .item:first-child {
    margin-left: -1px;
}

.ct-slickFilterContainer .item .item-inner {
    padding: 50px 23px 0;
    position: relative;
}

.ct-slickFilterContainer .item .item-inner:after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 1px;
    height: 100%;
    display: block;
    background-color: #fff;
}

.ct-slickFilterContainer .item .item-inner .ct-item-date {
    margin-bottom: 30px;
}

.ct-slickFilterContainer .item .item-inner .ct-item-date>span {
    font-size: 100px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
}

.ct-slickFilterContainer .item .item-inner .ct-item-date>span span {
    font-size: 24px;
    font-weight: 300;
}

.ct-slickFilterContainer .item .item-inner .ct-item-header {
    margin-bottom: 30px;
}

.ct-slickFilterContainer .item .item-inner .ct-item-header span {
    color: #fff;
    font-weight: 600;
    letter-spacing: 3px;
}

.ct-slickFilterContainer .item .item-inner .ct-item-text {
    margin-bottom: 40px;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    line-height: 1.75;
}

.ct-slickFilterContainer .item.active .item-inner {
    padding: 25px 23px 8px;
    background-color: #fff;
}

.ct-slickFilterContainer .item.active .item-inner .btn {
    padding: 16px 36px;
}

.ct-slickFilterContainer .item.active .item-inner .ct-item-date>span {
    color: #000;
}

.ct-slickFilterContainer .item.active .item-inner .ct-item-header span {
    color: #000;
}

.ct-slickFilterContainer .item.active .item-inner .ct-item-text {
    color: #000;
}

@media (max-width: 767px) {
    .ct-slickFilterContainer .item:first-child {
        margin-left: 0;
    }
    .ct-slickFilterContainer .item .item-inner:after {
        background-color: transparent;
    }
    .ct-sliderTab-content .ct-media .media-left {
        display: block;
        float: none;
        padding: 0;
        margin-bottom: 30px;
    }
    .ct-sliderTab-content .ct-media .media-left figure {
        text-align: center;
    }
    .ct-sliderTab-content .ct-media .media-left figure img {
        width: auto;
        max-width: 100%;
    }
    .ct-sliderTab-content .ct-media .ct-media-body {
        padding: 0;
        display: block;
    }
}

@media (max-width: 480px) {
    .ct-personAbilities table tbody tr td:first-child {
        min-width: 125px;
    }
}

@media (max-width: 405px) {
    .ct-filterList ul {
        padding: 0 38px;
    }
}

@media (max-width: 320px) {
    .ct-filterList ul {
        padding: 0;
    }
}

.ct-company-logo {
    position: relative;
    background-color: #202020;
    background-image: url("../images/sliderMask01.png");
    background-size: 100%;
    border: 1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.ct-company-logo .item-inner figure {
    position: relative;
}

.ct-company-logo .item-inner figure img {
    margin: 0 auto;
}

.ct-company-logo.slick-center {
    background-image: url("../images/Motive_sliderMask02-motive.png");
}

.ct-company-logo.slick-center:before,
.ct-company-logo.slick-center:after {
    content: "";
    display: block;
    height: 110px;
    width: 10px;
    background-image: url("../images/sliderDot.png");
    background-repeat: repeat-y;
    margin-top: 26px;
    position: absolute;
    top: 0;
    z-index: 9;
}

.ct-company-logo.slick-center:before {
    left: -6px;
}

.ct-company-logo.slick-center:after {
    right: -6px;
}

@media (max-width: 480px) {
    .targetItem .ct-media.media {
        padding-top: 30px;
        padding-bottom: 0;
    }
}

/*Buttons*/

form button.btn {
    padding: 16px 18px;
}

form.form-inline button.btn {
    padding: 10px 18px;
}

.btn {
    color: #1f1f1f;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1;
    padding: 16px 48px;
    letter-spacing: 2px;
    z-index: 2;
    margin: 0 -0.45px 0 0;
    text-transform: uppercase;
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:hover {
    box-shadow: none !important;
}

.btn.btn-block {
    z-index: inherit;
    padding: 16px 0;
}

.btn span {
    position: relative;
    z-index: 3;
}

.btn span i {
    margin: 0 0.538em;
}

.btn.btn-sm {
    font-size: 1rem;
    padding: 10px 30px;
}

.btn.btn-lg {
    font-size: 1.8rem;
    padding: 16px 54px;
}

.btn+.btn {
    margin-left: 30px;
}

.btn.ct-btn--link {
    background-color: transparent;
    border: none !important;
    padding: 0 !important;
}

.btn.ct-btn--link.btn-success {
    color: #5cb85c;
}

.btn.ct-btn--link.btn-success:hover {
    color: #3d8b3d;
}

.btn.ct-btn--link.btn-danger {
    color: #d9534f;
}

.btn.ct-btn--link.btn-danger:hover {
    color: #8b211e;
}

.btn.ct-btn--link.btn-warning {
    color: #f0ad4e;
}

.btn.ct-btn--link.btn-warning:hover {
    color: #b06d0f;
}

.btn.ct-btn--link.btn-info {
    color: #5bc0de;
}

.btn.ct-btn--link.btn-info:hover {
    color: #1f7e9a;
}

.btn.ct-btn--link.btn-primary {
    color: #337ab7;
}

.btn.ct-btn--link.btn-primary:hover {
    color: #183854;
}

.btn.ct-btn--link.btn-default {
    color: #ffffff;
}

.btn.ct-btn--link.btn-default:hover {
    color: #bfbfbf;
}

.btn.ct-btn--link.btn-motive {
    color: #013220;
}

.btn.ct-btn--link.btn-motive:hover {
    color: #290101;
}

.btn.ct-btn--s {
    background-color: transparent;
    border: transparent !important;
}

.btn.ct-btn--s.btn-success {
    color: #5cb85c;
}

.btn.ct-btn--s.btn-success:hover {
    color: #000;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn.ct-btn--s.btn-danger {
    color: #d9534f;
}

.btn.ct-btn--s.btn-danger:hover {
    color: #000;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn.ct-btn--s.btn-warning {
    color: #f0ad4e;
}

.btn.ct-btn--s.btn-warning:hover {
    color: #000;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn.ct-btn--s.btn-info {
    color: #5bc0de;
}

.btn.ct-btn--s.btn-info:hover {
    color: #000;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn.ct-btn--s.btn-primary {
    color: #337ab7;
}

.btn.ct-btn--s.btn-primary:hover {
    color: #000;
    background-color: #337ab7;
    border-color: #337ab7;
}

.btn.ct-btn--s.btn-default {
    color: #ffffff;
}

.btn.ct-btn--s.btn-default:hover {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn.ct-btn--s.btn-motive {
    color: #013220;
}

.btn.ct-btn--s.btn-motive:hover {
    color: #000;
    background-color: #013220;
    border-color: #290101;
}

.btn.ct-btn--o {
    border-radius: 1px;
    color: #fff;
    overflow: hidden;
}

.btn.ct-btn--o:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: 0.3s, opacity 0.3s, background-color 0.3s;
    background-color: #fff;
    z-index: 1;
}

.btn.ct-btn--o:hover:before {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.btn.ct-btn--o.btn-success {
    background-color: transparent;
    border-color: #4cae4c;
}

.btn.ct-btn--o.btn-success:before {
    background-color: #5cb85c;
}

.btn.ct-btn--o.btn-success:hover {
    color: #000;
}

.btn.ct-btn--o.btn-danger {
    background-color: transparent;
    border-color: #d43f3a;
}

.btn.ct-btn--o.btn-danger:before {
    background-color: #d9534f;
}

.btn.ct-btn--o.btn-danger:hover {
    color: #000;
}

.btn.ct-btn--o.btn-warning {
    background-color: transparent;
    border-color: #eea236;
}

.btn.ct-btn--o.btn-warning:before {
    background-color: #f0ad4e;
}

.btn.ct-btn--o.btn-warning:hover {
    color: #000;
}

.btn.ct-btn--o.btn-info {
    background-color: transparent;
    border-color: #46b8da;
}

.btn.ct-btn--o.btn-info:before {
    background-color: #5bc0de;
}

.btn.ct-btn--o.btn-info:hover {
    color: #000;
}

.btn.ct-btn--o.btn-primary {
    background-color: transparent;
    border-color: #2e6da4;
}

.btn.ct-btn--o.btn-primary:before {
    background-color: #337ab7;
}

.btn.ct-btn--o.btn-primary:hover {
    color: #000;
}

.btn.ct-btn--o.btn-default {
    background-color: transparent;
    border-color: #ffffff;
}

.btn.ct-btn--o.btn-default:before {
    background-color: #ffffff;
}

.btn.ct-btn--o.btn-default:hover {
    color: #000;
}

.btn.ct-btn--o.btn-motive {
    background-color: transparent;
    border-color: #290101;
}

.btn.ct-btn--o.btn-motive:before {
    background-color: #013220;
}

.btn.ct-btn--o.btn-motive:hover {
    color: #555;
}

.btn.ct-btn--c {
    border-radius: 1px;
    color: #fff;
    overflow: hidden;
}

.btn.ct-btn--c:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 200%;
    height: 100%;
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
    -webkit-transform-origin: 120% 100%;
    transform-origin: 120% 100%;
    transition: -webkit-transform 0.4s, color 0.5s, opacity 0.4s, background-color 0.4s;
    transition: 0.4s, color 0.5s, opacity 0.4s, background-color 0.4s;
    background-color: #fff;
    z-index: 1;
}

.btn.ct-btn--c:hover:before {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.btn.ct-btn--c.btn-success {
    border-color: #4cae4c;
    background-color: transparent;
}

.btn.ct-btn--c.btn-success:before {
    background-color: #5cb85c;
}

.btn.ct-btn--c.btn-success:hover {
    color: #fff;
}

.btn.ct-btn--c.btn-danger {
    border-color: #d43f3a;
    background-color: transparent;
}

.btn.ct-btn--c.btn-danger:before {
    background-color: #d9534f;
}

.btn.ct-btn--c.btn-danger:hover {
    color: #fff;
}

.btn.ct-btn--c.btn-warning {
    border-color: #eea236;
    background-color: transparent;
}

.btn.ct-btn--c.btn-warning:before {
    background-color: #f0ad4e;
}

.btn.ct-btn--c.btn-warning:hover {
    color: #fff;
}

.btn.ct-btn--c.btn-info {
    border-color: #46b8da;
    background-color: transparent;
}

.btn.ct-btn--c.btn-info:before {
    background-color: #5bc0de;
}

.btn.ct-btn--c.btn-info:hover {
    color: #fff;
}

.btn.ct-btn--c.btn-primary {
    border-color: #2e6da4;
    background-color: transparent;
}

.btn.ct-btn--c.btn-primary:before {
    background-color: #337ab7;
}

.btn.ct-btn--c.btn-primary:hover {
    color: #fff;
}

.btn.ct-btn--c.btn-default {
    border-color: #000;
    background-color: transparent;
}

.btn.ct-btn--c.btn-default:before {
    background-color: #000;
}

.btn.ct-btn--c.btn-default:hover {
    color: #000;
}

.btn.ct-btn--c.btn-motive {
    border-color: #380202;
    background-color: transparent;
}

.btn.ct-btn--c.btn-motive:before {
    background-color: #380202;
}

.btn.ct-btn--c.btn-motive:hover {
    color: #fff;
}

.btn.ct-btn--inverse {
    border-radius: 1px;
    color: #fff;
    overflow: hidden;
}

.btn.ct-btn--inverse:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: 0.3s, opacity 0.3s, background-color 0.3s;
    background-color: #fff;
    z-index: 1;
}

.btn.ct-btn--inverse:hover:before {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.btn.ct-btn--inverse.btn-success {
    background-color: transparent;
    border-color: #4cae4c;
    color: #000;
}

.btn.ct-btn--inverse.btn-success:before {
    background-color: #5cb85c;
}

.btn.ct-btn--inverse.btn-success:hover {
    color: #fff;
}

.btn.ct-btn--inverse.btn-danger {
    background-color: transparent;
    border-color: #d43f3a;
    color: #000;
}

.btn.ct-btn--inverse.btn-danger:before {
    background-color: #d9534f;
}

.btn.ct-btn--inverse.btn-danger:hover {
    color: #fff;
}

.btn.ct-btn--inverse.btn-warning {
    background-color: transparent;
    border-color: #eea236;
    color: #000;
}

.btn.ct-btn--inverse.btn-warning:before {
    background-color: #f0ad4e;
}

.btn.ct-btn--inverse.btn-warning:hover {
    color: #fff;
}

.btn.ct-btn--inverse.btn-info {
    background-color: transparent;
    border-color: #46b8da;
    color: #000;
}

.btn.ct-btn--inverse.btn-info:before {
    background-color: #5bc0de;
}

.btn.ct-btn--inverse.btn-info:hover {
    color: #fff;
}

.btn.ct-btn--inverse.btn-primary {
    background-color: transparent;
    border-color: #2e6da4;
    color: #000;
}

.btn.ct-btn--inverse.btn-primary:before {
    background-color: #337ab7;
}

.btn.ct-btn--inverse.btn-primary:hover {
    color: #fff;
}

.btn.ct-btn--inverse.btn-default {
    background-color: transparent;
    border-color: #000;
    color: #000;
}

.btn.ct-btn--inverse.btn-default:before {
    background-color: #000;
}

.btn.ct-btn--inverse.btn-default:hover {
    color: #fff;
}

.btn.ct-btn--inverse.btn-motive {
    background-color: transparent;
    border-color: #290101;
    color: #000;
}

.btn.ct-btn--inverse.btn-motive:before {
    background-color: #380202;
}

.btn.ct-btn--inverse.btn-motive:hover {
    color: #fff;
}

.btn.ct-btn--simple {
    border-radius: 1px;
    color: #000;
}

.btn.ct-btn--simple.btn-success {
    border-color: #4cae4c;
    background-color: #5cb85c;
}

.btn.ct-btn--simple.btn-success:hover {
    background-color: transparent;
    color: #fff;
}

.btn.ct-btn--simple.btn-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn.ct-btn--simple.btn-danger:hover {
    background-color: transparent;
    color: #fff;
}

.btn.ct-btn--simple.btn-warning {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn.ct-btn--simple.btn-warning:hover {
    background-color: transparent;
    color: #fff;
}

.btn.ct-btn--simple.btn-info {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn.ct-btn--simple.btn-info:hover {
    background-color: transparent;
    color: #fff;
}

.btn.ct-btn--simple.btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn.ct-btn--simple.btn-primary:hover {
    background-color: transparent;
    color: #fff;
}

.btn.ct-btn--simple.btn-default {
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn.ct-btn--simple.btn-default:hover {
    background-color: transparent;
    color: #fff;
}

.btn.ct-btn--simple.btn-motive {
    background-color: #380202;
    border-color: #1f0101;
}

.btn.ct-btn--simple.btn-motive:hover {
    background-color: transparent;
    color: #fff;
}

.ie8 .btn.ct-btn--o.btn-default,
.ie9 .btn.ct-btn--o.btn-default {
    color: #757575;
}

.ie8 .btn.ct-btn--o.btn-default:hover,
.ie9 .btn.ct-btn--o.btn-default:hover {
    color: #000;
}

.ie8 .btn.ct-btn--c.btn-default:hover,
.ie9 .btn.ct-btn--c.btn-default:hover {
    color: #dbdbdb;
}

.ie8 .btn.ct-btn--inverse.btn-default,
.ie9 .btn.ct-btn--inverse.btn-default {
    color: #dbdbdb;
}

.ie8 .btn.ct-btn--inverse.btn-default:hover,
.ie9 .btn.ct-btn--inverse.btn-default:hover {
    color: #fff;
}

/*Media Object*/

.ct-media {
    margin-bottom: 50px;
}

.ct-media .media-left {
    min-width: 65px;
}

.ct-media .ct-media-body {
    width: 100%;
}

.ct-media .ct-media-body .ct-media-heading {
    margin-top: 10px;
}

.ct-media .ct-media-body .ct-media-heading span {
    font-size: 0.833em;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
}

@media (max-width: 480px) {
    .ct-media .media-left {
        min-width: 50px;
    }
}

/*News*/

.ct-news-row {
    margin-top: -100px;
    float: left;
    width: 100%;
}

.ct-news-item {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
}

.ct-news-item .ct-news-item-header {
    display: table;
    width: 100%;
    padding-bottom: 32px;
}

.ct-news-item .ct-news-item-header .ct-news-item-headerText {
    display: table-cell;
    vertical-align: middle;
    width: 53%;
}

.ct-news-item .ct-news-item-header .ct-news-item-headerText span {
    font-size: 0.917em;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 2px;
}

.ct-news-item .ct-news-item-header p {
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    padding-left: 50px;
}

.ct-news-item .ct-news-item-header p a {
    margin: 0;
    color: #4d4d4d;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}

.ct-news-item .ct-news-item-header p a:hover {
    color: #fff;
}

.ct-news-item .ct-news-item-body .ct-news-item-text {
    margin-bottom: 54px;
    font-size: 13px;
    line-height: 1.61538;
    color: #fff;
    font-weight: 400;
}

.ct-news-item .ct-news-item-body .item {
    padding: 0;
}

.ct-news-item.ct-news-item--type1 {
    background-color: #380202;
    padding: 49px 73px;
}

.ct-news-item.ct-news-item--type2 {
    background-color: #000;
    background-color: #1b1b1b;
    padding: 49px 50px;
}

@media (max-width: 1230px) {
    .ct-news-item .ct-news-item-header p {
        padding-left: 0;
    }
}

@media (max-width: 480px) {
    .ct-news-item.ct-news-item--type1 {
        padding: 49px 30px;
    }
    .ct-news-item.ct-news-item--type2 {
        padding: 38px 25px 0;
    }
    .ct-news-item .ct-news-item-header .ct-news-item-headerText {
        width: 38%;
    }
}

/*Widget*/

.widget {
    margin-bottom: 60px;
}

.widget .ct-widget-header {
    margin-bottom: 20px;
}

.widget .ct-widget-header span {
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 15px;
}

.widget.ct-widget--backgroundGray {
    background-color: #2a2a2a;
    padding: 30px 20px;
}

.widget.ct-widget--backgroundMotive {
    background-color: #380202;
    padding: 30px 20px;
}

.widget.ct-widget-categories .widget-inner ul li,
.widget.ct-widget-archive .widget-inner ul li {
    overflow: hidden;
    padding: 8px 0 8px 10px;
}

.widget.ct-widget-categories .widget-inner ul li a,
.widget.ct-widget-archive .widget-inner ul li a {
    text-decoration: none;
}

.widget.ct-widget-categories .widget-inner ul li a span,
.widget.ct-widget-archive .widget-inner ul li a span {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.widget.ct-widget-categories .widget-inner ul li a:hover>span,
.widget.ct-widget-archive .widget-inner ul li a:hover>span {
    color: #6b6b6b;
}

.widget.ct-widget-categories .widget-inner ul li.active>a span,
.widget.ct-widget-archive .widget-inner ul li.active>a span {
    font-weight: 600;
}

.widget.ct-widget-categories .widget-inner ul li.active>a span:before,
.widget.ct-widget-archive .widget-inner ul li.active>a span:before,
.widget.ct-widget-categories .widget-inner ul li:hover>a span:before,
.widget.ct-widget-archive .widget-inner ul li:hover>a span:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 5px auto 0;
    left: -10px;
    height: 80%;
    width: 2px;
    background-color: #fff;
}

.widget.ct-widget-categories .widget-inner ul li.active ul,
.widget.ct-widget-archive .widget-inner ul li.active ul,
.widget.ct-widget-categories .widget-inner ul li:hover ul,
.widget.ct-widget-archive .widget-inner ul li:hover ul {
    height: auto;
    max-height: 999px;
}

.widget.ct-widget-categories .widget-inner ul li ul,
.widget.ct-widget-archive .widget-inner ul li ul {
    padding-left: 5px;
    height: auto;
    max-height: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.widget.ct-widget-tags .ct-tag-container {
    margin: 0 -10px;
}

.widget.ct-widget-tags a {
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 1px;
    background-color: transparent;
    font-size: 11px;
    font-weight: 600;
    padding: 7px 12px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 15px;
}

.widget.ct-widget-tags a:hover {
    background-color: #fff;
    color: #000;
}

.widget.ct-widget-searcher .widget-inner form .input-group .form-control:focus,
.widget.ct-widget-searcher .widget-inner form .input-group .form-control:active {
    background-color: #fff;
}

.widget.ct-widget-searcher .widget-inner form .input-group .form-control:focus::-webkit-input-placeholder,
.widget.ct-widget-searcher .widget-inner form .input-group .form-control:active::-webkit-input-placeholder {
    color: #000;
}

.widget.ct-widget-searcher .widget-inner form .input-group .form-control:focus:-moz-placeholder,
.widget.ct-widget-searcher .widget-inner form .input-group .form-control:active:-moz-placeholder {
    color: #000;
}

.widget.ct-widget-searcher .widget-inner form .input-group .form-control:focus::-moz-placeholder,
.widget.ct-widget-searcher .widget-inner form .input-group .form-control:active::-moz-placeholder {
    color: #000;
}

.widget.ct-widget-searcher .widget-inner form .input-group .form-control:focus:-ms-input-placeholder,
.widget.ct-widget-searcher .widget-inner form .input-group .form-control:active:-ms-input-placeholder {
    color: #000;
}

.widget.ct-widget-searcher .widget-inner form .input-group .input-group-btn {
    padding-left: 6px;
}

.widget.ct-widget-searcher .widget-inner form .input-group .input-group-btn button {
    padding: 17px 18px;
    position: relative;
    background-color: #fff;
    border: none;
}

.widget.ct-widget-searcher .widget-inner form .input-group .input-group-btn button:after {
    font-family: "fontawesome";
    content: "\f002";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #000;
    font-size: 15px;
    line-height: 2.3;
}

.widget.ct-widget-recentNews .widget-inner .ct-media .media-left {
    padding-right: 2px;
}

.widget.ct-widget-recentNews .widget-inner .ct-media time {
    display: table;
    height: 60px;
    width: 55px;
    border: 1px solid #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    text-align: center;
    vertical-align: middle;
}

.widget.ct-widget-recentNews .widget-inner .ct-media time>span {
    display: table-cell;
    vertical-align: middle;
}

.widget.ct-widget-recentNews .widget-inner .ct-media time>span span {
    display: block;
    color: #fff;
}

.widget.ct-widget-recentNews .widget-inner .ct-media .ct-media-body * {
    padding: 0 12px 0 12px;
}

.widget.ct-widget-recentNews .widget-inner .ct-media .ct-media-body .ct-media-heading {
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 12px;
    margin-top: 0;
}

.widget.ct-widget-recentNews .widget-inner .ct-media .ct-media-body .ct-media-heading span {
    font-size: 0.813em;
    font-weight: 600;
    padding: 0;
}

.widget.ct-widget-recentNews .widget-inner .ct-media .ct-media-body .ct-media-body-text {
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 22px;
    color: #fff;
}

.widget.ct-widget-upcomingEvents .widget-inner .ct-widget-event {
    margin-bottom: 10px;
}

.widget.ct-widget-upcomingEvents .widget-inner .ct-widget-event.active .ct-media time {
    background-color: #fff;
}

.widget.ct-widget-upcomingEvents .widget-inner .ct-widget-event.active .ct-media time span {
    color: #000;
}

.widget.ct-widget-upcomingEvents .widget-inner .ct-widget-event .ct-media {
    margin: 0;
}

.widget.ct-widget-upcomingEvents .widget-inner .ct-widget-event .ct-media .media-left {
    padding-right: 2px;
}

.widget.ct-widget-upcomingEvents .widget-inner .ct-widget-event .ct-media time {
    display: table;
    height: 75px;
    width: 68px;
    border: 1px solid #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    text-align: center;
    vertical-align: middle;
}

.widget.ct-widget-upcomingEvents .widget-inner .ct-widget-event .ct-media time span {
    font-weight: 600;
    font-size: 18px;
}

.widget.ct-widget-upcomingEvents .widget-inner .ct-widget-event .ct-media time>span {
    display: table-cell;
    vertical-align: middle;
}

.widget.ct-widget-upcomingEvents .widget-inner .ct-widget-event .ct-media time>span span {
    display: block;
    color: #fff;
}

.widget.ct-widget-upcomingEvents .widget-inner .ct-widget-event .ct-media .ct-media-body * {
    padding: 0 12px 0 16px;
}

.widget.ct-widget-upcomingEvents .widget-inner .ct-widget-event .ct-media .ct-media-body a {
    padding: 0;
    text-decoration: none;
}

.widget.ct-widget-upcomingEvents .widget-inner .ct-widget-event .ct-media .ct-media-body a:hover .ct-media-heading {
    color: #6a6a6a;
}

.widget.ct-widget-upcomingEvents .widget-inner .ct-widget-event .ct-media .ct-media-body a:hover .ct-media-heading span {
    color: inherit;
}

.widget.ct-widget-upcomingEvents .widget-inner .ct-widget-event .ct-media .ct-media-body .ct-media-heading {
    margin-top: 0;
    color: #fff;
    font-weight: 600;
    margin-bottom: 8px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.widget.ct-widget-upcomingEvents .widget-inner .ct-widget-event .ct-media .ct-media-body .ct-media-heading span {
    font-size: 13px;
    font-weight: 600;
    padding: 0;
    letter-spacing: normal;
}

.widget.ct-widget-upcomingEvents .widget-inner .ct-widget-event .ct-media .ct-media-body .ct-media-body-text {
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    line-height: 1.95;
}

.widget.ct-widget-shortMessage .widget-inner img {
    float: left;
    max-width: 100%;
    margin-right: 15px;
}

.widget.ct-widget-shortMessage .widget-inner p {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.61538;
}

.widget.ct-widget-openHours .widget-inner ul li {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    padding: 7px 0;
}

.widget.ct-widget-openHours .widget-inner ul li:first-child {
    padding-top: 0;
}

.widget.ct-widget-contact .widget-inner>ul {
    margin-bottom: 10px;
}

.widget.ct-widget-contact .widget-inner>ul li {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}

.widget.ct-widget-contact .widget-inner>ul li a {
    color: #fff;
    text-decoration: none;
}

.widget.ct-widget-contact .widget-inner>ul li a:hover {
    color: #6B6B6B;
}

@media (max-width: 767px) {
    footer .media-body {
        display: block;
    }
    .ct-prefooter .widget {
        text-align: center;
    }
    .ct-prefooter .widget.ct-widget-recentNews .widget-inner .ct-media .media-left {
        padding-right: 0;
        display: block;
        margin-bottom: 20px;
    }
    .ct-prefooter .widget.ct-widget-recentNews .widget-inner .ct-media time {
        margin: 0 auto;
    }
    .ct-prefooter .widget.ct-widget-recentNews .widget-inner .ct-media .ct-media-body * {
        padding: 0;
    }
    .ct-prefooter .widget.ct-widget-shortMessage .widget-inner img {
        float: none;
        margin-right: 0;
        text-align: center;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .widget.ct-widget-recentNews .widget-inner .ct-media time {
        height: 50px;
        width: 48px;
    }
}

/*Call To Action*/

.ct-callToAction {
    display: table;
    width: 100%;
}

.ct-callToAction .ct-callToAction-separate {
    position: relative;
}

.ct-callToAction .ct-callToAction-separate:after {
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    width: 70%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
}

.ct-callToAction.ct-callToAction--type1 {
    background-color: #380202;
    min-height: 210px;
}

.ct-callToAction.ct-callToAction--type2 {
    background-color: transparent;
    min-height: 660px;
}

.ct-callToAction.ct-callToAction--type3 {
    padding-bottom: 0;
    min-height: 210px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.ct-callToAction.ct-callToAction--type3 *,
.ct-callToAction.ct-callToAction--type3 {
    transform: none;
}

.ct-callToAction.ct-callToAction--type3:before {
    content: "";
    display: block;
    width: 100%;
    min-height: 210px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #380202;
    opacity: .8;
    z-index: -1;
}

.ct-callToAction.ct-callToAction--type3 .ct-callToAction-inner .ct-callToAction-header {
    letter-spacing: 3px;
    font-weight: 400;
}

.ct-callToAction .ct-callToAction-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 40px 0;
}

.ct-callToAction .ct-callToAction-inner .ct-callToAction-header {
    line-height: 1.26923;
    font-weight: 600;
    color: #fff;
    margin-bottom: 32px;
}

.ct-callToAction .ct-callToAction-inner .ct-callToAction-header span {
    font-weight: 300;
}

.ct-callToAction .ct-callToAction-inner .ct-callToAction-text>span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
}

.ct-callToAction .ct-callToAction-inner .ct-callToAction-text>span span {
    font-size: 90px;
    line-height: 1.24444;
}

.ct-callToAction .ct-callToAction-inner .ct-callToAction-contact span {
    font-size: 34px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1;
}

.ct-callToAction .ct-callToAction-inner .ct-callToAction-contact span span {
    font-weight: 700;
}

.browser-mozilla .ct-callToAction {
    display: flex;
    justify-content: center;
    align-items: center;
}

.browser-mozilla .ct-callToAction .ct-callToAction-inner {
    display: block;
}

@media (max-width: 480px) {
    .ct-callToAction {
        padding: 0 !important;
    }
    .ct-callToAction .ct-callToAction-inner .ct-callToAction-text>span {
        font-size: 30px;
    }
    .ct-callToAction .ct-callToAction-inner .ct-callToAction-text>span span {
        font-size: 50px;
    }
}

/*testimonial*/

.ct-testimonial-row {
    float: left;
}

.ct-testimonial {
    float: left;
}

.ct-testimonial a {
    text-decoration: none;
}

.ct-testimonial .ct-testimonial-item {
    float: left;
    overflow: hidden;
    position: relative;
}

.ct-testimonial .ct-testimonial-item:hover .ct-testimonial-item-media figure .grayscale.grayscale-fade {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.ct-testimonial .ct-testimonial-item:hover .ct-testimonial-item-media figure .grayscale.grayscale-fade.grayscale-replaced>svg {
    opacity: 0;
}

.ct-testimonial .ct-testimonial-item:hover .ct-testimonial-item-content {
    background-color: #380202;
}

.ct-testimonial .ct-testimonial-item:hover .ct-testimonial-item-content:before {
    border-color: transparent transparent transparent #380202;
}

.ct-testimonial .ct-testimonial-item:hover .ct-testimonial-item-media+.ct-testimonial-item-content {
    background-color: #380202;
}

.ct-testimonial .ct-testimonial-item:hover .ct-testimonial-item-media+.ct-testimonial-item-content:before {
    border-color: transparent #380202 transparent transparent;
}

.ct-testimonial .ct-testimonial-item:hover .pull-right+.ct-testimonial-item-content {
    background-color: #380202;
}

.ct-testimonial .ct-testimonial-item:hover .pull-right+.ct-testimonial-item-content:before {
    border-color: transparent transparent transparent #380202;
}

.ct-testimonial .ct-testimonial-item .ct-testimonial-item-media {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
}

.ct-testimonial .ct-testimonial-item .ct-testimonial-item-media figure {
    height: 100%;
    overflow: hidden;
}

.ct-testimonial .ct-testimonial-item .ct-testimonial-item-media figure img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ct-testimonial .ct-testimonial-item .ct-testimonial-item-media figure .grayscale {
    /* Firefox 10-34 */
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
    /*
              Chrome 19+,
              Safari 6+,
              Safari 6+ iOS,
              Opera 15+
            */
    -webkit-filter: grayscale(1);
    /* Firefox 35+ */
    filter: grayscale(1);
    /* IE 6-9 */
    -webkit-filter: gray;
    filter: gray;
}

.ct-testimonial .ct-testimonial-item .ct-testimonial-item-media figure .grayscale.grayscale-fade {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ct-testimonial .ct-testimonial-item .ct-testimonial-item-media figure .grayscale.grayscale-off {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.ct-testimonial .ct-testimonial-item .ct-testimonial-item-media figure .grayscale.grayscale-replaced {
    -webkit-filter: none;
    filter: none;
}

.ct-testimonial .ct-testimonial-item .ct-testimonial-item-media figure .grayscale.grayscale-replaced>svg {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
}

.ct-testimonial .ct-testimonial-item .ct-testimonial-item-media figure .grayscale.grayscale-replaced.grayscale-off>svg {
    opacity: 0;
}

.ct-testimonial .ct-testimonial-item .ct-testimonial-item-content {
    background-color: #1a1a1a;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 100%;
    float: left;
    position: relative;
    width: 50%;
}

.ct-testimonial .ct-testimonial-item .ct-testimonial-item-content:before,
.ct-testimonial .ct-testimonial-item .ct-testimonial-item-content:after {
    content: "";
    position: absolute;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ct-testimonial .ct-testimonial-item .ct-testimonial-item-content:before {
    overflow: hidden;
    top: 70px;
    right: -36px;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 29px 0 29px 36px;
    border-color: transparent transparent transparent #1a1a1a;
}

.ct-testimonial .ct-testimonial-item .ct-testimonial-item-content:after {
    width: 100%;
    height: 9999px;
    top: 100%;
    left: 0;
    background-color: inherit;
    z-index: 0;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

.ct-testimonial .ct-testimonial-item .ct-testimonial-item-content .ct-testimonial-item-header {
    margin-bottom: 20px;
    letter-spacing: 3px;
}

.ct-testimonial .ct-testimonial-item .ct-testimonial-item-content .ct-testimonial-item-header>span {
    font-size: 0.7em;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
    line-height: 1.25;
}

.ct-testimonial .ct-testimonial-item .ct-testimonial-item-content .ct-testimonial-item-header small {
    margin-bottom: 20px;
}

.ct-testimonial .ct-testimonial-item .ct-testimonial-item-content .ct-testimonial-item-header small span {
    font-size: 0.8em;
    color: #fff;
}

.ct-testimonial .ct-testimonial-item .ct-testimonial-item-content .ct-testimonial-item-text {
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    color: #fff;
}

.ct-testimonial .ct-testimonial-item .ct-testimonial-item-media+.ct-testimonial-item-content:before {
    right: auto;
    left: -36px;
    border-width: 29px 36px 29px 0;
    border-color: transparent #1a1a1a transparent transparent;
}

.ct-testimonial .ct-testimonial-item .pull-right+.ct-testimonial-item-content:before {
    left: auto;
    right: -36px;
    border-width: 29px 0 29px 36px;
    border-color: transparent transparent transparent #1a1a1a;
}

.ct-testimonial .ct-testimonial-item.ct-testimonial-item--small {
    width: 50%;
}

.ct-testimonial .ct-testimonial-item.ct-testimonial-item--small .ct-testimonial-item-content {
    padding: 40px 26px;
}

.ct-testimonial .ct-testimonial-item.ct-testimonial-item--large {
    width: 100%;
}

.ct-testimonial .ct-testimonial-item.ct-testimonial-item--large .ct-testimonial-item-content {
    padding: 55px 80px;
}

@media (max-width: 991px) {
    .ct-testimonial .ct-testimonial-item.ct-testimonial-item--small {
        width: 100%;
    }
    .ct-testimonial .ct-testimonial-item.ct-testimonial-item--large:hover .ct-testimonial-item-content:before {
        border-color: #380202 transparent transparent transparent;
    }
    .ct-testimonial .ct-testimonial-item.ct-testimonial-item--large .ct-testimonial-item-content {
        width: 100%;
    }
    .ct-testimonial .ct-testimonial-item.ct-testimonial-item--large .ct-testimonial-item-content:before {
        left: 50%;
        right: auto;
        margin-left: -29px;
        bottom: -36px;
        top: auto;
        border-width: 36px 29px 0 29px;
        border-color: #1a1a1a transparent transparent transparent;
    }
    .ct-testimonial .ct-testimonial-item.ct-testimonial-item--large:hover .ct-testimonial-item-media+.ct-testimonial-item-content:before {
        border-color: transparent transparent #380202 transparent;
    }
    .ct-testimonial .ct-testimonial-item.ct-testimonial-item--large .ct-testimonial-item-media+.ct-testimonial-item-content {
        width: 100%;
    }
    .ct-testimonial .ct-testimonial-item.ct-testimonial-item--large .ct-testimonial-item-media+.ct-testimonial-item-content:before {
        bottom: auto;
        top: -36px;
        border-width: 0 29px 36px 29px;
        border-color: transparent transparent #1a1a1a transparent;
    }
    .ct-testimonial .ct-testimonial-item.ct-testimonial-item--large .ct-testimonial-item-media {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .ct-testimonial .ct-testimonial-item .ct-testimonial-item-media figure img {
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        filter: grayscale(0);
    }
    .ct-testimonial .ct-testimonial-item.ct-testimonial-item--small .ct-testimonial-item-media {
        width: 100%;
    }
    .ct-testimonial .ct-testimonial-item.ct-testimonial-item--small:hover .ct-testimonial-item-content:before {
        border-color: #380202 transparent transparent transparent;
    }
    .ct-testimonial .ct-testimonial-item.ct-testimonial-item--small .ct-testimonial-item-content {
        width: 100%;
    }
    .ct-testimonial .ct-testimonial-item.ct-testimonial-item--small .ct-testimonial-item-content:before {
        left: 50%;
        right: auto;
        margin-left: -29px;
        bottom: -36px;
        top: auto;
        border-width: 36px 29px 0 29px;
        border-color: #1a1a1a transparent transparent transparent;
    }
    .ct-testimonial .ct-testimonial-item.ct-testimonial-item--small:hover .ct-testimonial-item-media+.ct-testimonial-item-content:before {
        border-color: transparent transparent #380202 transparent;
    }
    .ct-testimonial .ct-testimonial-item.ct-testimonial-item--small .ct-testimonial-item-media+.ct-testimonial-item-content {
        width: 100%;
    }
    .ct-testimonial .ct-testimonial-item.ct-testimonial-item--small .ct-testimonial-item-media+.ct-testimonial-item-content:before {
        bottom: auto;
        top: -36px;
        border-width: 0 29px 36px 29px;
        border-color: transparent transparent #1a1a1a transparent;
    }
    .ct-testimonial .ct-testimonial-item.ct-testimonial-item--large .ct-testimonial-item-content {
        padding: 40px 26px;
    }
}

@media (max-width: 480px) {
    .ct-testimonial .ct-testimonial-item.ct-testimonial-item--small .ct-testimonial-item-content:before {
        margin-left: -18px;
        bottom: -20px;
        border-width: 20px 18px 0 20px;
    }
    .ct-testimonial .ct-testimonial-item.ct-testimonial-item--small .ct-testimonial-item-media+.ct-testimonial-item-content:before {
        top: -20px;
        border-width: 0 18px 20px 18px;
    }
    .ct-testimonial .ct-testimonial-item.ct-testimonial-item--large .ct-testimonial-item-content:before {
        margin-left: -18px;
        bottom: -20px;
        border-width: 20px 18px 0 20px;
    }
    .ct-testimonial .ct-testimonial-item.ct-testimonial-item--large .ct-testimonial-item-media+.ct-testimonial-item-content:before {
        top: -20px;
        border-width: 0 18px 20px 18px;
    }
}

@media (max-width: 480px) {
    .ct-testimonial .ct-testimonial-item .ct-testimonial-item-media {
        height: auto;
    }
    .ct-testimonial .ct-testimonial-item .ct-testimonial-item-media figure {
        height: auto;
    }
    .ct-testimonial .ct-testimonial-item .ct-testimonial-item-media figure img {
        height: auto;
    }
}

/*Pricing Tables*/

.ct-pricingTable {
    color: #fff;
    border: 1px solid #fff;
    padding: 40px 30px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    margin-top: 60px;
    margin-bottom: 50px;
}

.ct-pricingTable .ct-pricingTable-image {
    margin-bottom: 25px;
    text-align: center;
}

.ct-pricingTable .ct-pricingTable-image img {
    max-width: 100%;
}

.ct-pricingTable .ct-pricingTables-header {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.ct-pricingTable .ct-pricingTables-header>span {
    font-size: 0.923em;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 1.3;
}

.ct-pricingTable .ct-pricingTables-header small span {
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 0.800em;
}

.ct-pricingTable .ct-pricingTable-price {
    text-transform: uppercase;
    text-align: center;
}

.ct-pricingTable .ct-pricingTable-price>span {
    font-size: 60px;
    font-weight: 600;
}

.ct-pricingTable .ct-pricingTable-price>span span {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.61538;
}

.ct-pricingTable .ct-pricingTable-text {
    font-size: 13px;
    font-weight: 400;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.ct-pricingTable .ct-pricingTable-text:after {
    position: absolute;
    top: 100%;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #6e6e6e;
}

.ct-pricingTable .ct-pricingTable-list {
    list-style: none;
    text-transform: uppercase;
}

.ct-pricingTable .ct-pricingTable-list li {
    padding-left: 40px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.57;
}

.ct-pricingTable .ct-pricingTable-list li:before {
    content: "\f00c";
    position: absolute;
    left: 0;
    display: block;
    font-family: fontawesome;
    font-size: 20px;
    line-height: 1.65;
}

.ct-pricingTable.ct-pricingTable-primary {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 0;
    color: #000;
    padding: 50px 60px;
    background-color: #fff;
}

.ct-pricingTable.ct-pricingTable-primary .ct-pricingTable-image {
    margin-bottom: 37px;
}

.ct-pricingTable.ct-pricingTable-primary .ct-pricingTables-header>span {
    font-size: 1em;
}

.ct-pricingTable.ct-pricingTable-primary .ct-pricingTables-header small span {
    font-size: 1em;
}

.ct-pricingTable.ct-pricingTable-primary .ct-pricingTable-price {
    margin-bottom: 10px;
}

.ct-pricingTable.ct-pricingTable-primary .ct-pricingTable-price>span {
    font-size: 66px;
}

.ct-pricingTable.ct-pricingTable-primary .ct-pricingTable-text {
    padding-left: 25px;
    padding-right: 25px;
}

.ct-pricingTable.ct-pricingTable-primary .ct-pricingTable-text:after {
    width: 70%;
}

@media (max-width: 991px) {
    .ct-pricingTable.ct-pricingTable-primary {
        margin-left: 0;
        margin-right: 0;
        padding: 50px 30px;
    }
}

@media (max-width: 480px) {
    .ct-pricingTable .ct-pricingTable-list+div {
        margin-top: 40px;
    }
}

figure.ct-hover-effect {
    position: relative;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

figure.ct-hover-effect:hover figcaption {
    opacity: 1;
}

figure.ct-hover-effect img,
figure.ct-hover-effect iframe {
    width: 100%;
}

figure.ct-hover-effect figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

figure.ct-hover-effect figcaption:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #380202;
    opacity: .7;
}

figure.ct-hover-effect figcaption .ct-item-hover {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}

figure.ct-hover-effect figcaption .ct-item-hover.ct-hover-sm .ct-hover-container .ct-hoverButton {
    margin-bottom: 10px;
    height: 30px;
    width: 30px;
}

figure.ct-hover-effect figcaption .ct-item-hover.ct-hover-sm .ct-hover-container .ct-hoverButton i {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

figure.ct-hover-effect figcaption .ct-item-hover.ct-hover-sm .ct-hover-container .ct-hoverButton img {
    width: 50% !important;
}

figure.ct-hover-effect figcaption .ct-item-hover.ct-hover-sm .ct-hover-container p {
    font-size: 8px;
}

figure.ct-hover-effect figcaption .ct-item-hover .ct-hover-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

figure.ct-hover-effect figcaption .ct-item-hover .ct-hover-container .ct-hoverButton {
    margin-bottom: 20px;
    height: 68px;
    width: 68px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    margin-left: auto;
    margin-right: auto;
}

figure.ct-hover-effect figcaption .ct-item-hover .ct-hover-container .ct-hoverButton i {
    color: #fff;
    font-size: 40px;
    line-height: 68px;
}

figure.ct-hover-effect figcaption .ct-item-hover .ct-hover-container .ct-hoverButton img {
    width: auto !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

figure.ct-hover-effect figcaption .ct-item-hover .ct-hover-container p {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    font-size: 22px;
    margin: 0;
    line-height: 1.2;
}

.ie8 figure.ct-hover-effect {
    border: 1px solid transparent;
}

.ie8 figure.ct-hover-effect figcaption {
    display: none;
}

.ie8 figure.ct-hover-effect:hover {
    border: 1px solid #fff;
}

@media (max-width: 1199px) {
    figure.ct-hover-effect figcaption .ct-item-hover .ct-hover-container .ct-hoverButton {
        height: 60px;
        width: 60px;
    }
    figure.ct-hover-effect figcaption .ct-item-hover .ct-hover-container .ct-hoverButton i {
        font-size: 38px;
        line-height: 60px;
    }
    figure.ct-hover-effect figcaption .ct-item-hover .ct-hover-container p {
        font-size: 16px;
    }
}

.localVideo #lg-action {
    display: none;
}

#lg-action {
    position: static;
}

#lg-action .cl-thumb {
    position: absolute;
    left: 50%;
    margin-left: -14px !important;
    bottom: 5%;
}

#lg-action #lg-prev,
#lg-action #lg-next {
    position: absolute;
    top: 50%;
    margin-top: -17px !important;
    font-size: 34px;
    line-height: 1;
    width: 38px;
    height: 38px;
    background-color: rgba(255, 255, 255, 0.29);
    text-decoration: none;
    line-height: .95;
}

#lg-action #lg-prev:hover,
#lg-action #lg-next:hover {
    color: #380202;
}

#lg-action #lg-prev {
    left: 20%;
}

#lg-action #lg-prev:before {
    left: 0 !important;
}

#lg-action #lg-next {
    right: 20%;
}

#lg-action #lg-next:after {
    left: 1px !important;
}

.ct-portfolio-filters {
    margin-bottom: 60px;
    text-align: center;
}

.ct-portfolio-filters li {
    padding: 5px 0;
}

.ct-portfolio-filters li:last-child a:after {
    display: none;
}

.ct-portfolio-filters li a {
    overflow: hidden;
    position: relative;
    display: block;
    padding: 0;
    text-decoration: none;
    line-height: 2;
}

.ct-portfolio-filters li a:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
}

.ct-portfolio-filters li a span {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 16px;
    display: block;
    padding: 0 30px;
    position: relative;
    transform: translateY(-100%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ct-portfolio-filters li a span:before {
    content: attr(data-content);
    font-weight: 400;
    position: absolute;
    top: 100%;
    display: block;
    padding-top: 0;
}

.ct-portfolio-filters li a:hover span,
.ct-portfolio-filters li a.active span {
    transform: translateY(0%);
}

@media (max-width: 991px) {
    .ct-portfolio-filters li a span {
        padding: 0 12px;
    }
}

@media (max-width: 767px) {
    .ct-portfolio-filters li>.ct-portfolio-filtersButton span {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .ct-portfolio-filters li>.ct-portfolio-filtersButton span {
        padding: 0 5px;
        font-size: 10px;
    }
}

.ct-portfolio .wp-pagenavi {
    display: none;
}

.ct-portfolio {
    overflow: hidden;
}

.ct-portfolio.is-loaded:before {
    display: none;
}

.ct-portfolio:before {
    content: "\f110";
    font-family: fontawesome;
    font-size: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.ct-portfolio-item {
    overflow: hidden;
    width: 100%;
    cursor: pointer;
}

.ct-portfolio-item {
    position: relative;
    width: 50%;
    float: left;
    margin-top: -1px;
    overflow: hidden;
}

.ct-portfolio-item .project-thumb {
    width: 100%;
}

.ct-portfolio-item img {
    width: 100%;
}

.ct-portfolio-item:hover .area-hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

.ct-portfolio-item:hover .area-hover .cat-links {
    top: 0;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

.ct-portfolio-item:hover .area-hover .entry-title {
    top: 0;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

.ct-portfolio.ct-portfolio--col5 .ct-portfolio-item {
    width: 20%;
}

.ct-portfolio.ct-portfolio--col5 .ct-portfolio-item.ct-portfolio-item--wide,
.ct-portfolio.ct-portfolio--col5 .ct-portfolio-item.ct-portfolio-item--big {
    width: 40%;
}

.ct-portfolio.ct-portfolio--col4 .ct-portfolio-item {
    width: 25%;
}

.ct-portfolio.ct-portfolio--col4 .ct-portfolio-item.ct-portfolio-item--wide,
.ct-portfolio.ct-portfolio--col4 .ct-portfolio-item.ct-portfolio-item--big {
    width: 50%;
}

.ct-portfolio.ct-portfolio--col3 .ct-portfolio-item {
    width: 33.33%;
}

.ct-portfolio.ct-portfolio--col3 .ct-portfolio-item.ct-portfolio-item--wide,
.ct-portfolio.ct-portfolio--col3 .ct-portfolio-item.ct-portfolio-item--big {
    width: 66.66%;
}

.ct-portfolio.ct-portfolio--col2 .ct-portfolio-item {
    width: 50%;
}

.ct-portfolio.ct-portfolio--col2 .ct-portfolio-item.ct-portfolio-item--wide,
.ct-portfolio.ct-portfolio--col2 .ct-portfolio-item.ct-portfolio-item--big {
    width: 100%;
}

.ct-portfolio.ct-portfolio--col1 .ct-portfolio-item {
    width: 100%;
}

@media (max-width: 991px) {
    .ct-portfolio.ct-portfolio--col5 .ct-portfolio-item,
    .ct-portfolio.ct-portfolio--col4 .ct-portfolio-item {
        width: 33.33%;
    }
    .ct-portfolio.ct-portfolio--col5 .ct-portfolio-item.ct-portfolio-item--wide,
    .ct-portfolio.ct-portfolio--col4 .ct-portfolio-item.ct-portfolio-item--wide,
    .ct-portfolio.ct-portfolio--col5 .ct-portfolio-item.ct-portfolio-item--big,
    .ct-portfolio.ct-portfolio--col4 .ct-portfolio-item.ct-portfolio-item--big {
        width: 66.66%;
    }
}

@media (max-width: 767px) {
    .ct-portfolio.ct-portfolio--col5 .ct-portfolio-item,
    .ct-portfolio.ct-portfolio--col4 .ct-portfolio-item,
    .ct-portfolio.ct-portfolio--col3 .ct-portfolio-item,
    .ct-portfolio.ct-portfolio--col2 .ct-portfolio-item {
        width: 100%;
    }
    .ct-portfolio.ct-portfolio--col5 .ct-portfolio-item.ct-portfolio-item--wide,
    .ct-portfolio.ct-portfolio--col4 .ct-portfolio-item.ct-portfolio-item--wide,
    .ct-portfolio.ct-portfolio--col3 .ct-portfolio-item.ct-portfolio-item--wide,
    .ct-portfolio.ct-portfolio--col2 .ct-portfolio-item.ct-portfolio-item--wide,
    .ct-portfolio.ct-portfolio--col5 .ct-portfolio-item.ct-portfolio-item--big,
    .ct-portfolio.ct-portfolio--col4 .ct-portfolio-item.ct-portfolio-item--big,
    .ct-portfolio.ct-portfolio--col3 .ct-portfolio-item.ct-portfolio-item--big,
    .ct-portfolio.ct-portfolio--col2 .ct-portfolio-item.ct-portfolio-item--big {
        width: 100%;
    }
}

#infscr-loading {
    z-index: 3000;
    position: absolute;
    bottom: 100px;
    left: 50%;
    margin-left: -100px;
    text-align: center;
}

#infscr-loading>div {
    width: 200px;
    padding: 20px 0;
    background-color: #222222;
}

#infscr-loading img {
    display: none !important;
}

#infscr-loading div {
    position: relative;
    bottom: auto;
    left: auto;
}

#infscr-loading>div {
    position: absolute;
    bottom: -38px;
    left: 8px;
}

.portfoliomessage {
    padding: 7px 15px;
    color: #ffffff;
}

.ct-gallery {
    margin-left: -10px;
    margin-right: -10px;
}

.ct-portfolio-item.ct-gallery-item .ct-gallery-outer {
    padding: 0 10px;
}

.ct-portfolio-item.ct-gallery-item figure {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2b2b2b+0,191919+100 */
    background: #2b2b2b;
    /* Old browsers */
    background: -moz-linear-gradient(top, #2b2b2b 0%, #191919 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #191919));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2b2b2b 0%, #191919 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2b2b2b 0%, #191919 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2b2b2b 0%, #191919 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #2b2b2b 0%, #191919 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#191919', GradientType=0);
    /* IE6-9 */
    margin-bottom: 40px;
}

.ct-portfolio-item.ct-gallery-item figure img {
    padding: 15px;
    opacity: 0.1;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    width: 100%;
    -webkit-backface-visibility: hidden;
}

.ct-portfolio-item.ct-gallery-item figure figcaption {
    text-align: center;
    padding-bottom: 40px;
}

.ct-portfolio-item.ct-gallery-item figure figcaption span {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    filter: alpha(opacity=60);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.ct-portfolio-item.ct-gallery-item figure figcaption small {
    margin-top: 30px;
}

.ct-portfolio-item.ct-gallery-item figure:hover img {
    opacity: 1;
}

.ct-portfolio-item.ct-gallery-item figure:hover figcaption span {
    opacity: 1;
}

.ie8 .ct-portfolio-item.ct-gallery-item figure {
    background: transparent;
}

.ie8 .ct-portfolio-item.ct-gallery-item figure img {
    opacity: 1;
}

.ie8 .ct-portfolio-item.ct-gallery-item figure:hover img {
    opacity: 1;
}

.ie8 .ct-portfolio-item.ct-gallery-item figure:hover figcaption span {
    opacity: 1;
}

/*Forms*/

.ct-formMap-container {
    position: relative;
    overflow: hidden;
    padding-top: 50px;
    height: 960px;
    top: 0;
}

.ct-formMap-container .ct-formMapButton {
    z-index: 999;
    position: relative;
}

.ct-formMap-container .ct-form-container {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -100%;
    height: 100%;
    display: block;
    padding: 100px 0;
    z-index: 99;
    background-color: #380202;
    background-color: rgba(70, 2, 2, 0.8);
    overflow: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ct-formMap-container.ct-showForm .ct-form-container {
    top: 0;
}

.successMessage,
.errorMessage {
    display: none;
    margin-bottom: 20px;
}

.alert {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    margin: 10px auto 30px;
    padding: 10px;
}

.alert .close {
    top: -8px;
    right: -4px;
}

.alert .close span {
    color: #fff;
    font-weight: 300;
}

.ct-form-header {
    text-align: right;
    padding: 30px 45px;
    border: 1px solid #fff;
    border-radius: 2px;
}

.ct-form-header img {
    margin-bottom: 19px;
    margin-right: 30px;
}

.ct-form-header .h1,
.ct-form-header .h2,
.ct-form-header .h3,
.ct-form-header .h4,
.ct-form-header .h5,
.ct-form-header .h6,
.ct-form-header h1,
.ct-form-header h2,
.ct-form-header h3,
.ct-form-header h4,
.ct-form-header h5,
.ct-form-header h6 {
    display: inline-block;
    margin: 0;
}

.ct-form-header .h1 span,
.ct-form-header .h2 span,
.ct-form-header .h3 span,
.ct-form-header .h4 span,
.ct-form-header .h5 span,
.ct-form-header .h6 span,
.ct-form-header h1 span,
.ct-form-header h2 span,
.ct-form-header h3 span,
.ct-form-header h4 span,
.ct-form-header h5 span,
.ct-form-header h6 span {
    font-size: 0.936em;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
}

.ct-form-header p {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.61545;
    color: #fff;
}

.ct-contactInfo {
    margin-top: 130px;
}

.ct-contactInfo ul {
    margin-top: 37px;
}

.ct-contactInfo ul li {
    padding: 10px 0;
    color: #fff;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
}

.ct-contactInfo ul li i {
    margin-right: 20px;
    font-size: 20px;
    line-height: 1;
    display: block;
    float: left;
    width: 22px;
    height: 22px;
}

.ct-contactInfo ul li a {
    color: #fff;
    text-decoration: none;
    line-height: 1;
    font-size: 16px;
}

.ct-contactInfo ul li a:hover {
    color: #a0a0a0;
}

@media (max-width: 1200px) {
    .ct-contactInfo {
        margin-top: 150px;
    }
}

@media (max-width: 991px) {
    .ct-contactInfo {
        margin-top: 0;
    }
}

@media (max-width: 500px) {
    .ct-contactInfo ul li {
        font-size: 14px;
    }
    .ct-contactInfo ul li i {
        font-size: 18px;
        width: 20px;
        height: 22px;
    }
    .ct-contactInfo ul li a {
        font-size: 14px;
    }
}

.form-control {
    background-color: transparent;
    border-radius: 1px !important;
}

form .form-group,
form .input-group {
    position: relative;
}

form .form-group .form-control,
form .input-group .form-control {
    border: 1px solid #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: transparent;
    padding: 0 0 0 15px;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

form .form-group .form-control:active,
form .input-group .form-control:active,
form .form-group .form-control:focus,
form .input-group .form-control:focus,
form .form-group .form-control:hover,
form .input-group .form-control:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

form .form-group .form-control::-webkit-input-placeholder,
form .input-group .form-control::-webkit-input-placeholder {
    color: transparent;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 20px;
}

form .form-group .form-control:-moz-placeholder,
form .input-group .form-control:-moz-placeholder {
    color: transparent;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 20px;
}

form .form-group .form-control::-moz-placeholder,
form .input-group .form-control::-moz-placeholder {
    color: transparent;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 34px;
}

form .form-group .form-control:-ms-input-placeholder,
form .input-group .form-control:-ms-input-placeholder {
    color: transparent;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 34px;
}

form .form-group .form-control.input-lg::-webkit-input-placeholder,
form .input-group .form-control.input-lg::-webkit-input-placeholder {
    line-height: 25px;
}

form .form-group .form-control.input-lg:-moz-placeholder,
form .input-group .form-control.input-lg:-moz-placeholder {
    line-height: 45px;
}

form .form-group .form-control.input-lg::-moz-placeholder,
form .input-group .form-control.input-lg::-moz-placeholder {
    line-height: 45px;
}

form .form-group .form-control.input-lg:-ms-input-placeholder,
form .input-group .form-control.input-lg:-ms-input-placeholder {
    line-height: 25px;
}

form .form-group .form-control.input-sm::-webkit-input-placeholder,
form .input-group .form-control.input-sm::-webkit-input-placeholder {
    line-height: 20px;
}

form .form-group .form-control.input-sm:-moz-placeholder,
form .input-group .form-control.input-sm:-moz-placeholder {
    line-height: 30px;
}

form .form-group .form-control.input-sm::-moz-placeholder,
form .input-group .form-control.input-sm::-moz-placeholder {
    line-height: 30px;
}

form .form-group .form-control.input-sm:-ms-input-placeholder,
form .input-group .form-control.input-sm:-ms-input-placeholder {
    line-height: 20px;
}

form .form-group label,
form .input-group label {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 20px;
    position: absolute;
    top: 8px;
    left: 16px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

form .form-group .input-lg+label,
form .input-group .input-lg+label {
    top: 13px;
}

form .form-group.form-control--filled .form-control,
form .input-group.form-control--filled .form-control {
    background-color: #fff;
}

form .form-group.form-control--filled label,
form .input-group.form-control--filled label {
    top: -23px;
    left: 0;
}

form.ct-form--inverse .form-group .form-control {
    color: #000;
    border: 1px solid #000;
}

form.ct-form--inverse .form-group .form-control::-webkit-input-placeholder {
    color: #000;
}

form.ct-form--inverse .form-group .form-control:-moz-placeholder {
    color: #000;
}

form.ct-form--inverse .form-group .form-control::-moz-placeholder {
    color: #000;
}

form.ct-form--inverse .form-group .form-control:-ms-input-placeholder {
    color: #000;
}

form.ct-form--inverse .form-group label {
    color: #000;
}

form.ct-form--inverse .form-group.form-control--filled .form-control {
    background-color: #fff;
}

form.ct-form--inverse .form-group.form-control--filled .form-control::-webkit-input-placeholder {
    color: #fff;
}

form.ct-form--inverse .form-group.form-control--filled .form-control:-moz-placeholder {
    color: #fff;
}

form.ct-form--inverse .form-group.form-control--filled .form-control::-moz-placeholder {
    color: #fff;
}

form.ct-form--inverse .form-group.form-control--filled .form-control:-ms-input-placeholder {
    color: #fff;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin-left: 0;
}

.ie8 form .form-group .form-control,
.ie8 form .input-group .form-control {
    color: #fff;
    line-height: 32px;
}

.ie8 form .form-group .form-control.input-lg,
.ie8 form .input-group .form-control.input-lg {
    line-height: 45px;
}

.ie8 form .form-group label,
.ie8 form .input-group label {
    top: -20px;
    left: 0;
}

.ie8 form.ct-form--inverse .form-group .form-control {
    color: #000;
    border: 1px solid #000;
}

.ie8 form.ct-form--inverse .form-group .form-control::-webkit-input-placeholder {
    color: #000;
}

.ie8 form.ct-form--inverse .form-group .form-control:-moz-placeholder {
    color: #000;
}

.ie8 form.ct-form--inverse .form-group .form-control::-moz-placeholder {
    color: #000;
}

.ie8 form.ct-form--inverse .form-group .form-control:-ms-input-placeholder {
    color: #000;
}

.ie8 form.ct-form--inverse .form-group label {
    color: #000;
}

@media (max-width: 480px) {
    .ct-form-container {
        margin-bottom: 40px !important;
    }
}

/* Breadcrumb */

.ct-bradcrumb {
    background-color: #380202;
}

.ct-bradcrumb ul {
    margin-left: 0;
}

.ct-bradcrumb ul li {
    padding-left: 0;
}

.ct-bradcrumb ul li:last-child a:after {
    display: none;
}

.ct-bradcrumb ul li a {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding: 9px 0;
    display: block;
}

.ct-bradcrumb ul li a:after {
    content: "\f105";
    font-family: "fontawesome";
    font-size: 13px;
    margin-left: 10px;
    color: #fff !important;
}

.ct-bradcrumb ul li a:hover {
    color: #6a6a6a;
}

/*Person Box*/

.ct-personBox {
    margin-bottom: 50px;
}

.ct-personBox svg {
    width: 100%;
    fill: #1a1a1a;
    height: 55px;
    margin-bottom: -6px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ct-personBox figure {
    text-align: center;
}

.ct-personBox a {
    text-decoration: none;
}

.ct-personBox.ct-personBox--type1:hover figure {
    background-color: #380202;
}

.ct-personBox.ct-personBox--type1 figure {
    margin-bottom: 30px;
    background-color: #1a1a1a;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-height: 271px;
    position: relative;
}

.ct-personBox.ct-personBox--type1 figure img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.ct-personBox.ct-personBox--type1 .ct-personBox-header {
    margin-bottom: 25px;
    text-align: center;
}

.ct-personBox.ct-personBox--type1 .ct-personBox-header small {
    margin-top: 12px;
}

.ct-personBox.ct-personBox--type1 .ct-personBox-header a span {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ct-personBox.ct-personBox--type1 .ct-personBox-header a span span {
    font-size: 0.857em;
}

.ct-personBox.ct-personBox--type1 .ct-personBox-header a:hover span {
    color: #9a0606;
}

.ct-personBox.ct-personBox--type1 .ct-personBox-body {
    background-color: #1a1a1a;
    text-align: center;
    padding: 15px 36px 14px;
}

.ct-personBox.ct-personBox--type2 {
    position: relative;
}

.ct-personBox.ct-personBox--type2 .ct-personBox-arrow {
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 18px;
}

.ct-personBox.ct-personBox--type2 .ct-personBox-arrow.ct-personBox-arrow--right {
    right: 0;
    margin-right: -25px;
}

.ct-personBox.ct-personBox--type2 .ct-personBox-arrow.ct-personBox-arrow--left {
    left: 0;
    margin-left: -25px;
}

.ct-personBox.ct-personBox--type2 .ct-personBox-inner {
    background-color: #1a1a1a;
    padding: 0 40px 70px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ct-personBox.ct-personBox--type2 .grayscale {
    /* Firefox 10-34 */
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
    /*
        Chrome 19+,
        Safari 6+,
        Safari 6+ iOS,
        Opera 15+
      */
    -webkit-filter: grayscale(1);
    /* Firefox 35+ */
    filter: grayscale(1);
    /* IE 6-9 */
    -webkit-filter: gray;
    filter: gray;
}

.ct-personBox.ct-personBox--type2 .grayscale.grayscale-fade {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ct-personBox.ct-personBox--type2 .grayscale.grayscale-off {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.ct-personBox.ct-personBox--type2 .grayscale.grayscale-replaced {
    -webkit-filter: none;
    filter: none;
}

.ct-personBox.ct-personBox--type2 .grayscale.grayscale-replaced>svg {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
}

.ct-personBox.ct-personBox--type2 .grayscale.grayscale-replaced.grayscale-off>svg {
    opacity: 0;
}

.ct-personBox.ct-personBox--type2 figure {
    margin-bottom: 60px;
}

.ct-personBox.ct-personBox--type2 figure:hover .grayscale.grayscale-fade {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.ct-personBox.ct-personBox--type2 figure:hover .grayscale.grayscale-fade.grayscale-replaced>svg {
    opacity: 0;
}

.ct-personBox.ct-personBox--type2 .ct-personBox-header {
    text-align: center;
    margin-bottom: 40px;
}

.ct-personBox.ct-personBox--type2 .ct-personBox-header a {
    display: block;
}

.ct-personBox.ct-personBox--type2 .ct-personBox-header a span {
    color: #fff;
    font-size: 1.125em;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 1.45;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ct-personBox.ct-personBox--type2 .ct-personBox-header a span span {
    font-weight: 300;
}

.ct-personBox.ct-personBox--type2 .ct-personBox-header a:hover span {
    color: #9a0606;
}

.ct-personBox.ct-personBox--type2 .ct-personBox-body {
    margin-bottom: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ct-personBox.ct-personBox--type2 .ct-personBox-body .ct-personBox-text {
    color: #fff;
}

.ct-personBox.ct-personBox--type2 .ct-personBox-showBtn {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ct-personBox.ct-personBox--type2.active .ct-personBox-showBtn {
    height: 0;
    overflow: hidden;
}

.ct-personBox.ct-personBox--type2.active .ct-personBox-inner {
    background-color: #380202;
}

.ct-personBox.ct-personBox--type2.active .ct-personBox-inner .ct-personBox-body {
    margin-bottom: 0;
}

.ct-personBox.ct-personBox--type2.active svg {
    fill: #380202;
}

.ct-personBox.ct-personBox--type2.active .grayscale.grayscale-fade {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.ct-personBox.ct-personBox--type2.active .grayscale.grayscale-fade.grayscale-replaced>svg {
    opacity: 0;
}

.ct-personBox.ct-personBox--type2.active .ct-personBox-body {
    max-height: 1000px;
    margin-bottom: 70px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 1200px) {
    .ct-personBox.ct-personBox--type2 .ct-personBox-arrow {
        display: none;
    }
}

.ct-person-portrait img {
    position: absolute;
    top: -212px;
    left: 0;
    z-index: 2;
    max-width: 520px;
}

.ct-person-portrait.ct-person-portrait--type2 img {
    top: -148px;
}

.ct-detail-header {
    color: #272727;
    font-weight: 700;
    position: absolute;
    right: 0;
    line-height: 1;
    text-transform: uppercase;
    z-index: 1;
}

.ct-detail-header span {
    display: block;
}

.ct-detail-header span span {
    float: right;
}

.ct-detail-header.ct-detail-header--type1 {
    font-size: 197px;
    width: 700px;
    top: -222px;
}

.ct-detail-header.ct-detail-header--type2 {
    font-size: 172px;
    width: 950px;
    top: -192px;
}

.ct-detail-header.ct-detail-header--type2 span span {
    margin-right: -25px;
}

.ct-detail-text p {
    color: #8f8f8f;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.ct-personRow {
    margin-top: -300px;
}

@media (max-width: 991px) {
    .ct-person-portrait {
        display: none;
    }
    .ct-detail-header.ct-detail-header--type2 {
        width: 750px;
        font-size: 135px;
        padding-right: 35px;
    }
}

@media (max-width: 767px) {
    .ct-personRow {
        margin-top: -480px;
    }
    .ct-detail-header.ct-detail-header--type1,
    .ct-detail-header.ct-detail-header--type2 {
        position: relative;
        font-size: 70px;
        width: auto;
    }
    .ct-detail-header.ct-detail-header--type1 span span,
    .ct-detail-header.ct-detail-header--type2 span span {
        float: none;
        text-align: center;
    }
}

/* Accordion */

.panel-group .panel {
    border-radius: 0;
    background-color: transparent;
    border: none;
    border-top: 1px solid #303030;
}

.panel-group .panel:last-child {
    border-bottom: 1px solid #303030;
}

.panel-group .panel .panel {
    border: none;
}

.panel-group .panel .panel-heading {
    padding: 12px 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    border: none;
}

.panel-group .panel .panel-heading .panel-title>a {
    text-decoration: none;
    color: #b30606;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}

.panel-group .panel .panel-heading .panel-title>a.collapsed {
    color: #595959;
}

.panel-group .panel .panel-heading .panel-title>a.collapsed:hover {
    color: #b30606;
}

.panel-group .panel .panel-heading .panel-title>a.collapsed:before {
    content: "\f0fe";
}

.panel-group .panel .panel-heading .panel-title>a:before {
    font-size: 18px;
    content: "\f146";
    font-family: "fontawesome";
    margin-right: 4px;
}

.panel-group .panel .panel-collapse .panel-body {
    border: none;
    padding-left: 55px;
    padding-top: 0;
    padding-bottom: 0;
}

.panel-group .panel .panel-collapse .panel-body p {
    color: #fff;
}

@media (max-width: 480px) {
    .panel-group .panel .panel-collapse .panel-body {
        padding-left: 15px;
    }
}

/* Coming Soon Counter */

.counter-group {
    display: inline-block;
}

.counter-group:before,
.counter-group:after {
    content: " ";
    display: table;
}

.counter-group:after {
    clear: both;
}

.counter-block {
    float: left;
    padding-right: 40px;
    padding-left: 40px;
}

.counter-block .counter {
    position: relative;
    width: 165px;
    height: 140px;
    overflow: hidden;
}

.counter-block .counter .number {
    padding: 1%;
    width: 46%;
    height: 98%;
    background-color: #222222;
    position: absolute;
    font-size: 140px;
    line-height: 140px;
    top: -10000px;
}

.counter-block .counter .number.tens {
    left: 0;
}

.counter-block .counter .number.units {
    left: 50%;
}

.counter-block .counter .number.hundreds {
    display: none;
}

.counter-block .counter .number.show {
    top: 0;
    z-index: 2;
}

.counter-block .counter .number.hidden-down {
    top: 100%;
}

.counter-block .counter .number.hidden-up {
    top: -100%;
    z-index: 100;
}

.counter-block .counter.with-hundreds {
    width: 300px;
}

.counter-block .counter.with-hundreds .number {
    width: 30.66%;
}

.counter-block .counter.with-hundreds .number.tens {
    left: 33.33%;
}

.counter-block .counter.with-hundreds .number.units {
    left: 66.66%;
}

.counter-block .counter.with-hundreds .number.hundreds {
    display: block;
    left: 0;
}

.counter-block .counter-caption {
    font-size: 150%;
}

@media (max-width: 992px) {
    .counter-block {
        margin-right: 10px;
    }
    .counter-block .counter {
        width: 120px;
        height: 100px;
        overflow: hidden;
        font-weight: 700;
    }
    .counter-block .counter .number {
        font-size: 108px;
        line-height: 90px;
    }
    .counter-block .counter.with-hundreds {
        width: 180px;
    }
    .counter-block .counter-caption {
        font-size: 100%;
    }
}

@media (max-width: 768px) {
    .counter-block {
        margin-right: 8px;
    }
    .counter-block .counter {
        width: 96px;
        height: 80px;
    }
    .counter-block .counter .number {
        font-size: 86px;
        line-height: 72px;
    }
    .counter-block .counter.with-hundreds {
        width: 144px;
    }
    .counter-block .counter-caption {
        font-size: 85%;
    }
}

@media (max-width: 480px) {
    .counter-block .counter {
        width: 61px;
        height: 52px;
    }
    .counter-block .counter .number {
        font-size: 55px;
        line-height: 50px;
    }
    .counter-block .counter.with-hundreds {
        width: 91px;
    }
    .counter-block .counter-caption {
        font-size: 70%;
    }
}

/* Counters & Graphs*/

.ct-counter {
    margin-top: 25px;
    margin-bottom: 25px;
}

.ct-counter.ct-counter--type1 {
    text-align: center;
}

.ct-counter.ct-counter--type1 .ct-counter-text {
    margin-bottom: 30px;
}

.ct-counter.ct-counter--type1 .ct-counter-text span {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.ct-counter.ct-counter--type1 .ct-counter-number {
    font-weight: 600;
    color: #fff;
    font-size: 30px;
}

.ct-counter.ct-counter--type2 {
    overflow: hidden;
    margin-bottom: 50px;
    margin-right: 10px;
}

.ct-counter.ct-counter--type2 .ct-counter-per {
    font-size: 2.9rem;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    padding-top: .8rem;
}

.ct-counter.ct-counter--type2 .ct-counter-number {
    color: #fff;
    font-size: 4rem;
    line-height: 1;
}

.ct-counter.ct-counter--type2 .ct-counter-text>* {
    margin: 0;
    line-height: 1;
    padding-top: 1rem;
    padding-right: 4px;
}

.ct-counter.ct-counter--type2 .ct-counter-text span {
    font-weight: 300;
    font-size: 0.923em;
    color: #8a8a8a;
    text-transform: uppercase;
}

.ct-graphBox {
    padding: 0 10px;
}

.ct-graphBox .ct-graphBox-graph {
    position: relative;
}

.ct-graphBox .ct-graphBox-graph .ct-graphBox-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
}

.ct-graphBox .ct-graphBox-graph .ct-graphBox-content img {
    position: absolute;
    top: 0;
    left: 0;
}

.ct-graphBox .ct-graphBox-graph .ct-graphBox-content img {
    width: 100%;
    max-width: none;
    padding: 7px;
}

.ct-graphBox .ct-graphBox-graph .ct-graphBox-content span {
    font-size: 3.5rem;
    font-weight: 300;
    color: #fff;
    display: block;
    text-transform: uppercase;
    line-height: 1.1;
}

.ct-graphBox .ct-graphBox-graph .ct-graphBox-content span span {
    font-size: 5rem;
    font-weight: 600;
}

.ct-graphBox.ct-graphBox--sm .ct-graphBox-graph .ct-graphBox-content span {
    color: #c2c2c2;
    font-size: 1.8rem;
    font-weight: 300;
    text-align: center;
    line-height: 1.2;
}

.ct-graphBox.ct-graphBox--sm .ct-graphBox-graph .ct-graphBox-content span span {
    font-size: 2.2rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.ct-displayTable {
    display: table;
    height: 100%;
    width: 100%;
}

.ct-displayTable .ct-displayTable-inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}

#counter {
    text-align: center;
}

.counter-block {
    font-size: 1rem;
    padding-left: 50px;
    padding-right: 50px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 5px;
}

.counter-block .counter {
    width: 140px !important;
    height: 140px !important;
    background-color: transparent;
    margin-top: 55px;
}

.counter-block .counter .number {
    width: auto;
    font-size: 7.143rem;
    font-weight: 400;
    line-height: 140px;
    background-color: transparent;
    color: #fff;
}

.counter-block .counter .number.units {
    margin-right: -10px;
}

.counter-block .counter .hundreds {
    display: none !important;
}

.counter-block .counter-caption {
    font-family: 'Open Sans', sans-serif;
    background-color: transparent;
    color: #fff;
    padding: 15px;
    text-transform: uppercase;
    font-size: 3.2rem;
    font-weight: 300;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 3px;
}

.counter-block .counter .number.tens {
    left: 25%;
    z-index: 6000;
}

.counter-block .counter .number.units {
    right: 25%;
    left: auto;
}

@media (max-width: 1200px) {
    .counter-block {
        padding-top: 5px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .counter-block .counter-caption {
        font-size: 2.9rem;
    }
}

@media (max-width: 991px) {
    .counter-block {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    .counter-block {
        display: block;
        width: 100%;
    }
    .counter-block .counter {
        margin: 55px auto 0;
    }
    .counter-block .counter-caption {
        font-size: 2.1rem;
    }
}

/* Color Box */

.ct-colorBox {
    position: relative;
    height: 100%;
    display: table;
    width: 100%;
    z-index: 2;
}

.ct-colorBox .ct-colorBox-inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.ct-colorBox.ct-colorBox--noCenter {
    display: block;
}

.ct-colorBox.ct-colorBox--noCenter .ct-colorBox-inner {
    display: block;
    min-height: inherit;
}

.ct-colorBox:before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
    width: 9999px;
    background-color: inherit;
}

.ct-colorBox.ct-colorBox--left {
    padding-right: 50px;
}

.ct-colorBox.ct-colorBox--left:before {
    left: -9999px;
}

.ct-colorBox.ct-colorBox--right {
    margin-left: -30px;
}

.ct-colorBox.ct-colorBox--right:before {
    right: -9999px;
}

.browser-mozilla .ct-colorBox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.browser-mozilla .ct-colorBox .ct-colorBox-inner {
    display: block;
}

@media (max-width: 1230px) {
    .ct-colorBox {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .ct-colorBox.ct-colorBox--left {
        padding-right: 0;
    }
    .ct-colorBox.ct-colorBox--left:before {
        left: -4499px;
    }
    .ct-colorBox.ct-colorBox--right {
        margin-left: 0;
    }
    .ct-colorBox.ct-colorBox--right:before {
        right: -4499px;
    }
}

.ct-twitter {
    font-weight: 400;
    margin-left: 120px;
    min-height: inherit;
}

.ct-twitter.ct-twitter--small {
    margin-left: 0;
}

.ct-twitter.ct-twitter--small .tweet_even,
.ct-twitter.ct-twitter--small .tweet_odd {
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
}

.ct-twitter.ct-twitter--small>div p {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
}

.ct-twitter.ct-twitter--small>div p span.tweet_time {
    padding-top: 20px;
    font-size: 1rem;
    font-weight: 400;
}

.ct-twitter .slick-list {
    min-height: inherit;
}

.ct-twitter .slick-list .slick-track {
    min-height: inherit;
}

.ct-twitter .tweet_even,
.ct-twitter .tweet_odd {
    display: table;
    min-height: inherit;
    text-align: left;
    font-weight: 400;
    overflow: hidden;
    line-height: 1.25;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-style: normal !important;
}

.ct-twitter>div p {
    display: table-cell;
    vertical-align: middle;
    font-size: 2rem;
    position: relative;
    margin-bottom: 0;
}

.ct-twitter>div p a.tweet_user {
    color: #cc0707;
}

.ct-twitter>div p a.tweet_user:hover {
    text-decoration: none;
}

.ct-twitter>div p .tweet_text {
    color: #fff;
    font-style: normal !important;
}

.ct-twitter>div p .tweet_text .at {
    display: none;
}

.ct-twitter>div p .tweet_text a {
    display: none;
}

.ct-twitter>div p span.tweet_text,
.ct-twitter>div p a.tweet_user {
    font-style: italic;
}

.ct-twitter>div p span.tweet_time {
    padding-top: 40px;
    font-size: 1.3rem;
    display: block;
    text-align: left;
    font-weight: 400;
}

.ct-twitter>div p span.tweet_time a {
    color: #fff;
}

.ct-twitter>div p span.tweet_time a:hover {
    color: #9a0606;
}

@media (max-width: 479px) {
    .ct-twitter>div p {
        font-size: 1.00em;
    }
}

.browser-mozilla .ct-twitter .tweet_even,
.browser-mozilla .ct-twitter .tweet_odd {
    display: flex;
    justify-content: center;
    align-items: center;
}

.browser-mozilla .ct-twitter>div p {
    display: block;
}

@media (max-width: 1230px) {
    .ct-twitter {
        margin-left: 0;
        margin-right: 60px;
    }
    .ct-twitter.ct-slick-arrow--type1 .slick-prev,
    .ct-twitter.ct-slick-arrow--type1 .slick-next {
        right: -40px;
    }
    .ct-twitter.ct-slick-arrow--type1 .slick-next {
        right: -60px;
    }
}

@media (max-width: 991px) {
    .ct-twitter {
        margin-right: 0;
    }
    .ct-twitter.ct-slick-arrow--type1 .slick-prev,
    .ct-twitter.ct-slick-arrow--type1 .slick-next {
        position: absolute;
        top: 100%;
        margin-top: -50px;
    }
}

@media (max-width: 599px) {
    .ct-twitter>div p {
        font-size: 2.8rem;
    }
    .ct-twitter>div p span.tweet_time {
        font-size: 1.1rem;
    }
}

/* Timeline */

.storyjs-embed .vco-timeline .vco-main .vco-feature .vco-slider {
    background-color: #380202;
}

.storyjs-embed .vco-timeline .vco-main .vco-feature .vco-slider .slider-container-mask .slider-container .slider-item-container .slider-item .content .content-container {
    max-width: 1200px;
    margin: 0 auto;
}

.storyjs-embed .vco-timeline .vco-main .vco-feature .vco-slider .slider-container-mask .slider-container .slider-item-container .slider-item .content .content-container .media .media-wrapper .media-container .media-shadow:before,
.storyjs-embed .vco-timeline .vco-main .vco-feature .vco-slider .slider-container-mask .slider-container .slider-item-container .slider-item .content .content-container .media .media-wrapper .media-container .media-shadow:after {
    display: none;
}

.storyjs-embed .vco-timeline .vco-main .vco-feature .vco-slider .slider-container-mask .slider-container .slider-item-container .slider-item .content .content-container .text .container .start {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Open Sans', sans-serif !important;
}

.storyjs-embed .vco-timeline .vco-main .vco-feature .vco-slider .slider-container-mask .slider-container .slider-item-container .slider-item .content .content-container .text .container .date {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Open Sans', sans-serif !important;
}

.storyjs-embed .vco-timeline .vco-main .vco-feature .vco-slider .slider-container-mask .slider-container .slider-item-container .slider-item .content .content-container .text .container h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Open Sans', sans-serif !important;
}

.storyjs-embed .vco-timeline .vco-main .vco-feature .vco-slider .slider-container-mask .slider-container .slider-item-container .slider-item .content .content-container .text .container p {
    color: #fff;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 13px;
}

.storyjs-embed .vco-timeline .vco-main .vco-feature .vco-slider .nav-next,
.storyjs-embed .vco-timeline .vco-main .vco-feature .vco-slider .nav-previous {
    height: 100% !important;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.storyjs-embed .vco-timeline .vco-main .vco-feature .vco-slider .nav-next .nav-container .icon,
.storyjs-embed .vco-timeline .vco-main .vco-feature .vco-slider .nav-previous .nav-container .icon {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.storyjs-embed .vco-timeline .vco-main .vco-feature .vco-slider .nav-next .nav-container .date,
.storyjs-embed .vco-timeline .vco-main .vco-feature .vco-slider .nav-previous .nav-container .date {
    color: #aaa;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.storyjs-embed .vco-timeline .vco-main .vco-feature .vco-slider .nav-next .nav-container .title,
.storyjs-embed .vco-timeline .vco-main .vco-feature .vco-slider .nav-previous .nav-container .title {
    color: #aaa;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.storyjs-embed .vco-timeline .vco-main .vco-feature .vco-slider .nav-next:hover .nav-container .date,
.storyjs-embed .vco-timeline .vco-main .vco-feature .vco-slider .nav-previous:hover .nav-container .date {
    color: #fff;
}

.storyjs-embed .vco-timeline .vco-main .vco-feature .vco-slider .nav-next:hover .nav-container .title,
.storyjs-embed .vco-timeline .vco-main .vco-feature .vco-slider .nav-previous:hover .nav-container .title {
    color: #fff;
}

.storyjs-embed .vco-timeline .vco-main .vco-feature .vco-slider .nav-next .nav-container .icon {
    margin-left: 61px;
    margin-right: 15px;
    background-position: -209px 0;
}

.storyjs-embed .vco-timeline .vco-main .vco-feature .vco-slider .nav-next:hover .nav-container .icon {
    background-position: -232px 0;
}

.storyjs-embed .vco-timeline .vco-main .vco-feature .vco-slider .nav-previous .nav-container .icon {
    margin-left: 15px;
}

.storyjs-embed .vco-timeline .vco-main .vco-feature .vco-slider .nav-previous:hover .nav-container .icon {
    background-position: -183px 0;
}

.storyjs-embed .vco-timeline .vco-main .vco-navigation .timenav .content .marker .flag .flag-content h3 {
    color: #fff;
    font-family: 'Open Sans', sans-serif !important;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.storyjs-embed .vco-timeline .vco-main .vco-navigation .timenav .content .marker .dot {
    background-color: #fff;
}

.storyjs-embed .vco-timeline .vco-main .vco-navigation .timenav .content .marker .line {
    left: 2px;
}

.storyjs-embed .vco-timeline .vco-main .vco-navigation .timenav .content .marker.active .flag .flag-content h3 {
    color: #fff;
    font-weight: 600;
}

.storyjs-embed .vco-timeline .vco-main .vco-navigation .timenav-background {
    background-color: #1f1f1f;
}

.storyjs-embed .vco-timeline .vco-main .vco-navigation .timenav-background .timenav-line {
    background-color: #690404;
}

.storyjs-embed .vco-timeline .vco-main .vco-navigation .timenav-background .timenav-interval-background {
    background-color: #380202;
}

.storyjs-embed .vco-timeline .vco-main .vco-navigation .timenav-background .timenav-interval-background .top-highlight {
    background-color: #380202;
}

.storyjs-embed .vco-timeline .vco-main .vco-navigation .vco-toolbar {
    background-color: #380202;
    border-color: #380202;
}

.storyjs-embed .vco-timeline .vco-main .vco-navigation .vco-toolbar .back-home {
    border-color: #380202;
}

.storyjs-embed .vco-timeline .vco-main .vco-navigation .vco-toolbar .zoom-in {
    border-color: #380202;
}

.storyjs-embed .vco-timeline .vco-main .vco-navigation .vco-toolbar .zoom-out {
    border-color: #380202;
}

.vco-timeline .vco-navigation .vco-toolbar.touch .back-home {
    background-color: #000 !important;
}

/*Modal*/

.modal {
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: -99999;
}

.modal.in {
    opacity: 1;
    visibility: visible;
    z-index: 999999;
}

.ct-modal .modal-backdrop {
    position: fixed;
    background-color: #380202;
    background-color: rgba(57, 26, 0, 0.7);
}

.ct-modal .ct-modalDialog {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 486px;
}

.ct-modal .ct-modalDialog .ct-modalContent {
    border-radius: 0;
}

.ct-modal .ct-modalDialog .ct-modalContent .ct-modalHeader {
    border: none;
    padding: 7px;
}

.ct-modal .ct-modalDialog .ct-modalContent .ct-modalHeader .close {
    margin-right: 3px;
}

.ct-modal .ct-modalDialog .ct-modalContent .ct-modalBody .ct-modalBody-header h1 span,
.ct-modal .ct-modalDialog .ct-modalContent .ct-modalBody .ct-modalBody-header .h1 span,
.ct-modal .ct-modalDialog .ct-modalContent .ct-modalBody .ct-modalBody-header h2 span,
.ct-modal .ct-modalDialog .ct-modalContent .ct-modalBody .ct-modalBody-header .h2 span,
.ct-modal .ct-modalDialog .ct-modalContent .ct-modalBody .ct-modalBody-header h3 span,
.ct-modal .ct-modalDialog .ct-modalContent .ct-modalBody .ct-modalBody-header .h3 span,
.ct-modal .ct-modalDialog .ct-modalContent .ct-modalBody .ct-modalBody-header h4 span,
.ct-modal .ct-modalDialog .ct-modalContent .ct-modalBody .ct-modalBody-header .h4 span,
.ct-modal .ct-modalDialog .ct-modalContent .ct-modalBody .ct-modalBody-header h5 span,
.ct-modal .ct-modalDialog .ct-modalContent .ct-modalBody .ct-modalBody-header .h5 span,
.ct-modal .ct-modalDialog .ct-modalContent .ct-modalBody .ct-modalBody-header h6 span,
.ct-modal .ct-modalDialog .ct-modalContent .ct-modalBody .ct-modalBody-header .h6 span {
    font-size: 0.917em;
}

.ct-modal .ct-modalDialog .ct-modalContent .ct-modalBody .ct-modalBody-header p {
    color: #000000;
    font-size: 1.9rem;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 0 4.5rem;
    line-height: 1.1;
}

.ct-modal .ct-modalDialog .ct-modalContent .ct-modalBody .ct-modalBody-content {
    padding: 0 20px;
}

.ct-modal .ct-modalDialog .ct-modalContent .ct-modalFooter {
    border: none;
}

.ct-modal .ct-modalDialog .ct-modalContent .ct-modalFooter>p {
    color: #000000;
    font-size: 1.9rem;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.1;
}

@media (max-width: 767px) {
    .modal-backdrop {
        z-index: 1;
    }
}

@media (max-width: 480px) {
    .ct-modal .ct-modalDialog {
        width: 310px;
    }
    .ct-modal .ct-modalDialog .ct-modalContent .ct-modalHeader .close {
        right: -8px;
        top: -6px;
    }
}

.ct-divider {
    position: relative;
    width: 100%;
}

.ct-divider:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    display: block;
    height: 1px;
    width: 18%;
    background-color: #000;
}

.ct-divider.ct-divider--fullWidth:after {
    width: 100%;
}

.ct-divider.ct-divider--left:after {
    width: 95%;
    right: auto;
}

.ct-divider.ct-divider--right:after {
    width: 95%;
    left: auto;
}

.ct-divider.ct-divider--gray:after {
    background-color: #B9B9B9;
}

.ct-divider.ct-divider--darkGray:after {
    background-color: #414141;
}

.ct-achievementList li {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    display: table;
    margin: 0 auto;
}

.ct-achievementList li i {
    font-size: 24px;
    margin-right: 10px;
}

.ct-achievementList li span {
    vertical-align: middle;
    display: table-cell;
    padding-bottom: 16px;
}

.ct-classJoin {
    overflow: hidden;
    margin-bottom: 11px;
}

.ct-classJoin p {
    display: block;
    margin: 0;
    font-size: 1.6rem;
    padding: 14px 25px;
    margin-right: 25px;
    border: 1px solid;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ct-classJoin:hover p {
    background-color: #000;
    color: #fff;
}

.ct-modal-price-header {
    text-align: center;
    margin-bottom: 30px;
}

.ct-modal-price-header span {
    font-size: 0.833em;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.ct-modal-price-header small {
    margin-top: 10px;
}

.ct-modal-price-header small span {
    font-weight: 400;
    font-size: 0.800em;
}

.ct-modal-price {
    margin-bottom: 35px;
    text-align: center;
}

.ct-modal-price span {
    color: #000;
    font-size: 66px;
    font-weight: 600;
    text-transform: uppercase;
}

.ct-modal-price span span {
    font-size: 20px;
    font-weight: 400;
}

@media (max-width: 480px) {
    .ct-classJoin p {
        font-size: 1.6rem;
        padding: 14px 10px;
        margin-right: 15px;
    }
    .ct-classJoin .btn.btn-lg {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 1.7rem;
    }
}

/* Blog */

.ct-blog-container {
    padding-right: 60px;
}

.ct-blog-container iframe {
    width: 100%;
    border: none;
    border-radius: 0;
}

.ct-blog-container .ct-blog-item {
    margin-bottom: 120px;
    position: relative;
}

.ct-blog-container .ct-blog-item .ct-blog-item-outer .ct-blog-item-media>figure {
    margin-bottom: 46px;
}

.ct-blog-container .ct-blog-item .ct-blog-item-outer .ct-blog-item-media>figure img {
    width: 100%;
}

.ct-blog-container .ct-blog-item .ct-blog-item-outer .ct-blog-item-media>figure figure {
    width: 100%;
}

.ct-blog-container .ct-blog-item .ct-blog-item-outer .ct-blog-item-media>figure figure img {
    width: 100%;
    max-width: none;
}

.ct-blog-container .ct-blog-item.ct-blog-item-narrow .ct-blog-item-body {
    padding-left: 90px;
    padding-right: 90px;
}

.ct-blog-container .ct-blog-item .ct-blog-item-header .ct-media .media-left {
    padding-right: 30px;
}

.ct-blog-container .ct-blog-item .ct-blog-item-header .ct-media time {
    display: table;
    height: 60px;
    width: 55px;
    border: 1px solid #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    text-align: center;
    vertical-align: middle;
}

.ct-blog-container .ct-blog-item .ct-blog-item-header .ct-media time>span {
    display: table-cell;
    vertical-align: middle;
}

.ct-blog-container .ct-blog-item .ct-blog-item-header .ct-media time>span span {
    display: block;
    color: #fff;
}

.ct-blog-container .ct-blog-item .ct-blog-item-header .ct-media .ct-media-body a {
    text-decoration: none;
}

.ct-blog-container .ct-blog-item .ct-blog-item-header .ct-media .ct-media-body a:hover .ct-media-heading {
    margin-top: 0;
}

.ct-blog-container .ct-blog-item .ct-blog-item-header .ct-media .ct-media-body a:hover .ct-media-heading span {
    color: #9a0606;
}

.ct-blog-container .ct-blog-item .ct-blog-item-header .ct-media .ct-media-body .ct-media-heading {
    margin-top: 0;
    margin-bottom: 20px;
}

.ct-blog-container .ct-blog-item .ct-blog-item-header .ct-media .ct-media-body .ct-media-heading span {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ct-blog-container .ct-blog-item .ct-blog-item-header .ct-media .ct-media-body .ct-blog-item-metadate .ct-blog-item-metadate-postedBy {
    display: inline-block;
}

.ct-blog-container .ct-blog-item .ct-blog-item-header .ct-media .ct-media-body .ct-blog-item-metadate .ct-blog-item-metadate-postedBy span {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.ct-blog-container .ct-blog-item .ct-blog-item-header .ct-media .ct-media-body .ct-blog-item-metadate .ct-blog-item-metadate-postedBy span a span {
    color: #9a0606;
}

.ct-blog-container .ct-blog-item .ct-blog-item-header .ct-media .ct-media-body .ct-blog-item-metadate .ct-blog-item-metadate-postedBy span a:hover span {
    color: #6b6b6b;
}

.ct-blog-container .ct-blog-item .ct-blog-item-header .ct-media .ct-media-body .ct-blog-item-metadate .ct-blog-item-metadate-category {
    display: inline-block;
}

.ct-blog-container .ct-blog-item .ct-blog-item-header .ct-media .ct-media-body .ct-blog-item-metadate .ct-blog-item-metadate-category span {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.ct-blog-container .ct-blog-item .ct-blog-item-header .ct-media .ct-media-body .ct-blog-item-metadate .ct-blog-item-metadate-category span a span {
    color: #9a0606;
}

.ct-blog-container .ct-blog-item .ct-blog-item-header .ct-media .ct-media-body .ct-blog-item-metadate .ct-blog-item-metadate-category span a:hover span {
    color: #6b6b6b;
}

.ct-blog-container .ct-blog-item .ct-blog-item-header .ct-media .ct-media-body .ct-blog-item-metadate .ct-blog-item-metadate-coments {
    display: inline-block;
}

.ct-blog-container .ct-blog-item .ct-blog-item-header .ct-media .ct-media-body .ct-blog-item-metadate .ct-blog-item-metadate-coments span {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.ct-blog-container .ct-blog-item .ct-blog-item-header .ct-media .ct-media-body .ct-blog-item-metadate .ct-blog-item-metadate-coments span .ct-blog-item-commentCounter {
    color: #9a0606;
}

.ct-blog-container .ct-blog-item .ct-blog-item-body .ct-blog-item-text p {
    color: #d1d1d1;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.615;
}

.ct-blog-container .ct-blog-item .ct-blog-item-body blockquote {
    position: relative;
    border: none;
    background-color: #2a2a2a;
    padding: 50px 80px 25px;
}

.ct-blog-container .ct-blog-item .ct-blog-item-body blockquote:before {
    display: block;
    position: absolute;
    right: 100%;
    top: 37px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 20px 16px 0;
    border-color: transparent #2a2a2a transparent transparent;
}

.ct-blog-container .ct-blog-item .ct-blog-item-body blockquote .ct-blockquote-content {
    margin-bottom: 20px;
    position: relative;
}

.ct-blog-container .ct-blog-item .ct-blog-item-body blockquote .ct-blockquote-content p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.5;
    text-align: center;
}

.ct-blog-container .ct-blog-item .ct-blog-item-body blockquote .ct-blockquote-content:before {
    content: "\f10d";
    font-family: "fontawesome";
    display: block;
    position: absolute;
    line-height: 1;
    font-size: 40px;
    color: #fff;
    top: 0;
    right: 100%;
}

.ct-blog-container .ct-blog-item .ct-blog-item-body blockquote>p {
    text-align: center;
    margin: 0;
}

.ct-blog-container .ct-blog-item .ct-blog-item-body blockquote>p cite {
    font-size: 13px;
    color: #9a0606;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
}

.ct-blog-container .ct-blog-item .ct-blog-item-body .ct-link-post {
    position: relative;
    border: none;
    background-color: #2a2a2a;
    padding: 50px 80px 25px;
}

.ct-blog-container .ct-blog-item .ct-blog-item-body .ct-link-post:before {
    display: block;
    position: absolute;
    right: 100%;
    top: 37px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 20px 16px 0;
    border-color: transparent #2a2a2a transparent transparent;
}

.ct-blog-container .ct-blog-item .ct-blog-item-body .ct-link-post .ct-link-content {
    margin-bottom: 20px;
    position: relative;
}

.ct-blog-container .ct-blog-item .ct-blog-item-body .ct-link-post .ct-link-content p {
    text-align: center;
}

.ct-blog-container .ct-blog-item .ct-blog-item-body .ct-link-post .ct-link-content p a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.5;
    text-decoration: none;
}

.ct-blog-container .ct-blog-item .ct-blog-item-body .ct-link-post .ct-link-content p a:hover {
    color: #9a0606;
}

.ct-blog-container .ct-blog-item .ct-blog-item-body .ct-link-post .ct-link-content:before {
    content: "\f0c1";
    font-family: "fontawesome";
    display: block;
    position: absolute;
    line-height: 1;
    font-size: 40px;
    color: #fff;
    top: 0;
    right: 100%;
}

.ct-blog-container .ct-blog-item .ct-blog-item-body .ct-link-post>p {
    text-align: center;
    margin: 0;
}

.ct-blog-container .ct-blog-item .ct-blog-item-body .ct-link-post>p cite {
    font-size: 13px;
    color: #9a0606;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
}

.ct-pagination ul li {
    margin-right: 18px;
    padding: 0;
}

.ct-pagination ul li:last-child {
    margin-right: 0;
}

.ct-pagination ul li span,
.ct-pagination ul li a {
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 1px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 34px;
    text-align: center;
    border: 1px solid;
}

.ct-pagination ul li span {
    background-color: #380202;
    border-color: #380202;
}

.ct-pagination ul li a {
    border-color: #434343;
    text-decoration: none;
}

.ct-pagination ul li a:hover {
    background-color: #380202;
}

.ct-postAuthor {
    background-color: #2a2a2a;
    padding: 20px 70px 20px 0;
    position: relative;
}

.ct-postAuthor .ct-postAuthor-inner {
    background-color: #151515;
    padding: 30px 100px 30px 50px;
}

.ct-postAuthor .ct-postAuthor-inner .ct-media {
    margin: 0;
}

.ct-postAuthor .ct-postAuthor-inner .ct-media .media-left {
    padding-right: 50px;
}

.ct-postAuthor .ct-postAuthor-inner .ct-media .media-left figure {
    width: 80px;
    height: 80px;
}

.ct-postAuthor .ct-postAuthor-inner .ct-media .ct-media-body a {
    text-decoration: none;
}

.ct-postAuthor .ct-postAuthor-inner .ct-media .ct-media-body a .ct-media-heading {
    margin-top: 0;
    margin-bottom: 13px;
}

.ct-postAuthor .ct-postAuthor-inner .ct-media .ct-media-body a .ct-media-heading span {
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ct-postAuthor .ct-postAuthor-inner .ct-media .ct-media-body a:hover .ct-media-heading span {
    color: #9a0606;
}

.ct-postAuthor .ct-postAuthor-inner .ct-media .ct-media-body .ct-media-body-text {
    color: #959595;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
}

.ct-comments {
    position: relative;
}

.ct-comments .ct-comments-header span {
    font-size: 1.154em;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.ct-comments .ct-comments-header span span {
    font-size: 0.600em;
}

.ct-comment {
    position: relative;
}

.ct-comment.ct-comment-sub {
    padding-left: 110px;
}

.ct-comment.ct-comment-sub .ct-media .ct-media-body {
    padding-right: 15px;
}

.ct-comment .ct-media .media-left {
    padding-right: 30px;
}

.ct-comment .ct-media .media-left a figure {
    width: 80px;
    height: 80px;
}

.ct-comment .ct-media .ct-media-body {
    padding: 30px 20px;
    background-color: #2a2a2a;
    position: relative;
    overflow: visible;
}

.ct-comment .ct-media .ct-media-body:before {
    display: block;
    position: absolute;
    right: 100%;
    top: 32px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 16px 10px 0;
    border-color: transparent #2a2a2a transparent transparent;
}

.ct-comment .ct-media .ct-media-body .ct-media-header {
    display: table;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
}

.ct-comment .ct-media .ct-media-body .ct-media-header a,
.ct-comment .ct-media .ct-media-body .ct-media-header time,
.ct-comment .ct-media .ct-media-body .ct-media-header .ct-comment-reply {
    display: inline-block;
    vertical-align: middle;
}

.ct-comment .ct-media .ct-media-body .ct-media-header a {
    text-decoration: none;
}

.ct-comment .ct-media .ct-media-body .ct-media-header a .ct-media-heading {
    margin: 0;
}

.ct-comment .ct-media .ct-media-body .ct-media-header a .ct-media-heading span {
    color: #fff;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ct-comment .ct-media .ct-media-body .ct-media-header a:hover .ct-media-heading span {
    color: #9a0606;
}

.ct-comment .ct-media .ct-media-body .ct-media-header time {
    margin-left: 5px;
    color: #5c5c5c;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.ct-comment .ct-media .ct-media-body .ct-media-header .ct-comment-reply {
    margin-left: 5px;
}

.ct-comment .ct-media .ct-media-body .ct-media-header .ct-comment-reply span {
    color: #9a0606;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-left: 10px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ct-comment .ct-media .ct-media-body .ct-media-header .ct-comment-reply span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 1px;
    background-color: #5c5c5c;
}

.ct-comment .ct-media .ct-media-body .ct-media-header .ct-comment-reply:hover span {
    color: #6b6b6b;
}

.ct-comment .ct-media .ct-media-body .ct-media-body-text {
    color: #959595;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .ct-blog-container {
        padding-right: 0;
    }
    .ct-comment.ct-comment-sub {
        padding-left: 85px;
    }
}

@media (max-width: 767px) {
    .ct-comment.ct-comment-sub {
        padding-left: 20px;
    }
    .ct-comment .ct-media .ct-media-body .ct-media-header {
        display: block;
        margin-bottom: 20px;
        text-align: center;
    }
    .ct-comment .ct-media .ct-media-body .ct-media-header a {
        text-decoration: none;
    }
    .ct-comment .ct-media .ct-media-body .ct-media-header a .ct-media-heading {
        margin: 0 0 10px 0;
        display: block;
    }
    .ct-comment .ct-media .ct-media-body .ct-media-header time {
        margin-left: 0;
        margin-bottom: 10px;
        display: block;
    }
    .ct-comment .ct-media .ct-media-body .ct-media-header .ct-comment-reply {
        display: block;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .ct-comment .ct-media .ct-media-body .ct-media-header .ct-comment-reply span {
        padding-left: 0;
    }
    .ct-comment .ct-media .ct-media-body .ct-media-header .ct-comment-reply span:before {
        display: none;
    }
}

@media (max-width: 650px) {
    .ct-blog-container .ct-blog-item.ct-blog-item-narrow .ct-blog-item-body {
        padding-left: 10px;
        padding-right: 0;
    }
    .ct-postAuthor {
        padding: 20px 30px 20px 0;
    }
    .ct-postAuthor .ct-postAuthor-inner {
        padding: 30px 40px 30px 40px;
    }
}

@media (max-width: 480px) {
    .ct-blog-container .ct-blog-item.ct-blog-item-narrow .ct-blog-item-body {
        padding-left: 0;
    }
    .ct-blog-container .ct-blog-item .ct-blog-item-header .ct-media .media-left {
        display: block;
        width: 100%;
        margin: 0 auto 30px;
    }
    .ct-blog-container .ct-blog-item .ct-blog-item-header .ct-media .media-left time {
        margin: 0 auto;
        font-size: 13px;
    }
    .ct-blog-container .ct-blog-item .ct-blog-item-header .ct-media .ct-media-body {
        display: block;
        width: 100%;
    }
    .ct-blog-container .ct-blog-item .ct-blog-item-header .ct-media .ct-media-body .ct-media-heading {
        text-align: center;
    }
    .ct-blog-container .ct-blog-item .ct-blog-item-header .ct-media .ct-media-body .ct-media-heading span {
        font-size: 1.8rem;
        line-height: 1.2;
    }
    .ct-blog-container .ct-blog-item .ct-blog-item-body blockquote {
        padding: 25px 15px 25px;
    }
    .ct-blog-container .ct-blog-item .ct-blog-item-body blockquote:before {
        display: none;
    }
    .ct-blog-container .ct-blog-item .ct-blog-item-body blockquote .ct-blockquote-content:before {
        display: none;
    }
    .ct-blog-container .ct-blog-item .ct-blog-item-body .ct-link-post {
        padding: 25px 15px 25px;
    }
    .ct-blog-container .ct-blog-item .ct-blog-item-body .ct-link-post:before {
        display: none;
    }
    .ct-blog-container .ct-blog-item .ct-blog-item-body .ct-link-post .ct-link-content {
        padding: 25px 15px 25px;
    }
    .ct-blog-container .ct-blog-item .ct-blog-item-body .ct-link-post .ct-link-content:before {
        display: none;
    }
    .ct-comment.ct-comment-sub {
        padding-left: 0;
    }
    .ct-comment .ct-media {
        display: block;
    }
    .ct-comment .ct-media .media-left {
        padding-right: 0;
        display: block;
        margin-bottom: 40px;
    }
    .ct-comment .ct-media .media-left a figure {
        margin: 0 auto;
    }
    .ct-comment .ct-media .ct-media-body {
        display: block;
    }
    .ct-comment .ct-media .ct-media-body:before {
        display: none;
    }
    .ct-comment .ct-media .ct-media-body .ct-media-header {
        display: block;
        margin-bottom: 20px;
        text-align: center;
    }
    .ct-comment .ct-media .ct-media-body .ct-media-header a {
        text-decoration: none;
    }
    .ct-comment .ct-media .ct-media-body .ct-media-header a .ct-media-heading {
        margin: 0 0 10px 0;
        display: block;
    }
    .ct-comment .ct-media .ct-media-body .ct-media-header time {
        margin-left: 0;
        margin-bottom: 10px;
        display: block;
    }
    .ct-comment .ct-media .ct-media-body .ct-media-header .ct-comment-reply {
        display: block;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .ct-comment .ct-media .ct-media-body .ct-media-header .ct-comment-reply span {
        padding-left: 0;
    }
    .ct-comment .ct-media .ct-media-body .ct-media-header .ct-comment-reply span:before {
        display: none;
    }
    .ct-postAuthor {
        padding-right: 20px;
    }
    .ct-postAuthor .ct-postAuthor-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
    .ct-postAuthor .ct-postAuthor-inner .ct-media {
        display: block;
    }
    .ct-postAuthor .ct-postAuthor-inner .ct-media .media-left {
        padding-right: 0;
        display: block;
        margin-bottom: 30px;
    }
    .ct-postAuthor .ct-postAuthor-inner .ct-media .media-left figure {
        margin: 0 auto;
    }
    .ct-postAuthor .ct-postAuthor-inner .ct-media .ct-media-body {
        display: block;
    }
    .ct-postAuthor .ct-postAuthor-inner .ct-media .ct-media-body a .ct-media-heading span {
        font-size: 1.8rem;
    }
}

/* Event */

.ct-event-container .ct-event-info {
    padding: 40px 0 30px 40px;
}

.ct-event-container .ct-event-info .ct-media {
    margin: 0;
}

.ct-event-container .ct-event-info .ct-media .media-left {
    min-width: 25px;
}

.ct-event-container .ct-event-info .ct-media .media-left i {
    color: #9a0606;
    font-size: 21px;
}

.ct-event-container .ct-event-info .ct-media .ct-media-body .ct-media-heading {
    margin: 0;
    padding: 0 !important;
    margin-bottom: 15px !important;
    cursor: auto !important;
}

.ct-event-container .ct-event-info .ct-media .ct-media-body .ct-media-heading span {
    padding: 0;
    color: #fff !important;
}

.ct-event-container .ct-event-info .ct-media .ct-media-body .ct-media-heading span:before {
    display: none;
}

.ct-event-container .ct-event-info .ct-media .ct-media-body .ct-media-body-text {
    color: #fff;
}

.ct-event-container .panel-group .panel {
    border: none;
}

.ct-event-container .panel-group .panel .panel-heading .panel-title>.ct-media {
    margin: 0;
}

.ct-event-container .panel-group .panel .panel-heading .panel-title>.ct-media:before {
    display: none;
}

.ct-event-container .panel-group .panel .panel-heading .panel-title>.ct-media .media-left time {
    display: table;
    height: 60px;
    width: 55px;
    border: 1px solid #fff;
    background-color: #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    text-align: center;
    vertical-align: middle;
}

.ct-event-container .panel-group .panel .panel-heading .panel-title>.ct-media .media-left time>span {
    display: table-cell;
    vertical-align: middle;
}

.ct-event-container .panel-group .panel .panel-heading .panel-title>.ct-media .media-left time>span span {
    display: block;
    color: #000;
}

.ct-event-container .panel-group .panel .panel-heading .panel-title>.ct-media>.ct-media-body {
    border: 1px solid #fff;
    background-color: #fff;
}

.ct-event-container .panel-group .panel .panel-heading .panel-title>.ct-media>.ct-media-body .ct-media-heading {
    margin: 0;
    padding: 20px 0 20px 20px;
    cursor: pointer;
}

.ct-event-container .panel-group .panel .panel-heading .panel-title>.ct-media>.ct-media-body .ct-media-heading span {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    padding: 15px 0;
    color: #000;
}

.ct-event-container .panel-group .panel .panel-heading .panel-title>.ct-media>.ct-media-body .ct-media-heading span:before {
    content: "\f068";
    font-family: "fontawesome";
    margin-right: 20px;
}

.ct-event-container .panel-group .panel .panel-heading .panel-title>.ct-media.collapsed .media-left time {
    background-color: #000;
}

.ct-event-container .panel-group .panel .panel-heading .panel-title>.ct-media.collapsed .media-left time>span span {
    color: #fff;
}

.ct-event-container .panel-group .panel .panel-heading .panel-title>.ct-media.collapsed>.ct-media-body {
    background-color: #000;
}

.ct-event-container .panel-group .panel .panel-heading .panel-title>.ct-media.collapsed>.ct-media-body .ct-media-heading span {
    color: #fff;
}

.ct-event-container .panel-group .panel .panel-heading .panel-title>.ct-media.collapsed>.ct-media-body .ct-media-heading span:before {
    content: "\f067";
}

.ct-event-container .panel-group .panel .panel-heading .panel-title .panel-collapse {
    background-color: #fff;
    margin-left: 65px;
    overflow: hidden;
}

.ct-event-container .panel-group .panel .panel-heading .panel-title .panel-collapse .panel-body {
    padding: 40px 50px;
}

.ct-event-container .panel-group .panel .panel-heading .panel-title .panel-collapse .panel-body .ct-event-header {
    margin-bottom: 20px;
}

.ct-event-container .panel-group .panel .panel-heading .panel-title .panel-collapse .panel-body .ct-event-header p {
    text-transform: uppercase;
    color: #000;
    letter-spacing: 3px;
}

.ct-event-container .panel-group .panel .panel-heading .panel-title .panel-collapse .panel-body .ct-event-text {
    margin-bottom: 20px;
}

.ct-event-container .panel-group .panel .panel-heading .panel-title .panel-collapse .panel-body .ct-event-text p {
    color: #000;
    line-height: 1.3;
}

.ct-event-container .panel-group .panel .panel-heading .panel-title .panel-collapse .panel-body .ct-event-media figure img {
    width: 100%;
}

.ct-event-container {
    padding-right: 60px;
}

.ct-event-container .ct-event-item {
    margin-bottom: 120px;
}

.ct-event-container .ct-event-item .ct-event-item-outer .ct-event-item-media>figure {
    margin-bottom: 46px;
}

.ct-event-container .ct-event-item .ct-event-item-outer .ct-event-item-media>figure img {
    width: 100%;
}

.ct-event-container .ct-event-item .ct-event-item-outer .ct-event-item-media>figure figure {
    width: 100%;
}

.ct-event-container .ct-event-item .ct-event-item-outer .ct-event-item-media>figure figure img {
    width: 100%;
    max-width: none;
}

.ct-event-container .ct-event-item.ct-event-item-narrow .ct-event-item-body {
    padding-left: 90px;
    padding-right: 90px;
}

.ct-event-container .ct-event-item .ct-event-item-header .ct-media .media-left {
    padding-right: 30px;
}

.ct-event-container .ct-event-item .ct-event-item-header .ct-media time {
    display: table;
    height: 60px;
    width: 55px;
    border: 1px solid #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    text-align: center;
    vertical-align: middle;
}

.ct-event-container .ct-event-item .ct-event-item-header .ct-media time>span {
    display: table-cell;
    vertical-align: middle;
}

.ct-event-container .ct-event-item .ct-event-item-header .ct-media time>span span {
    display: block;
    color: #fff;
}

.ct-event-container .ct-event-item .ct-event-item-header .ct-media .ct-media-body a {
    text-decoration: none;
}

.ct-event-container .ct-event-item .ct-event-item-header .ct-media .ct-media-body a:hover .ct-media-heading {
    margin-top: 0;
}

.ct-event-container .ct-event-item .ct-event-item-header .ct-media .ct-media-body a:hover .ct-media-heading span {
    color: #9a0606;
}

.ct-event-container .ct-event-item .ct-event-item-header .ct-media .ct-media-body .ct-media-heading {
    margin-top: 0;
    margin-bottom: 20px;
}

.ct-event-container .ct-event-item .ct-event-item-header .ct-media .ct-media-body .ct-media-heading span {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ct-event-container .ct-event-item .ct-event-item-header .ct-media .ct-media-body .ct-event-item-metadate .ct-event-item-metadate-postedBy {
    display: inline-block;
}

.ct-event-container .ct-event-item .ct-event-item-header .ct-media .ct-media-body .ct-event-item-metadate .ct-event-item-metadate-postedBy span {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.ct-event-container .ct-event-item .ct-event-item-header .ct-media .ct-media-body .ct-event-item-metadate .ct-event-item-metadate-postedBy span a span {
    color: #9a0606;
}

.ct-event-container .ct-event-item .ct-event-item-header .ct-media .ct-media-body .ct-event-item-metadate .ct-event-item-metadate-postedBy span a:hover span {
    color: #6b6b6b;
}

.ct-event-container .ct-event-item .ct-event-item-header .ct-media .ct-media-body .ct-event-item-metadate .ct-event-item-metadate-category {
    display: inline-block;
}

.ct-event-container .ct-event-item .ct-event-item-header .ct-media .ct-media-body .ct-event-item-metadate .ct-event-item-metadate-category span {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.ct-event-container .ct-event-item .ct-event-item-header .ct-media .ct-media-body .ct-event-item-metadate .ct-event-item-metadate-category span a span {
    color: #9a0606;
}

.ct-event-container .ct-event-item .ct-event-item-header .ct-media .ct-media-body .ct-event-item-metadate .ct-event-item-metadate-category span a:hover span {
    color: #6b6b6b;
}

.ct-event-container .ct-event-item .ct-event-item-header .ct-media .ct-media-body .ct-event-item-metadate .ct-event-item-metadate-coments {
    display: inline-block;
}

.ct-event-container .ct-event-item .ct-event-item-header .ct-media .ct-media-body .ct-event-item-metadate .ct-event-item-metadate-coments span {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.ct-event-container .ct-event-item .ct-event-item-header .ct-media .ct-media-body .ct-event-item-metadate .ct-event-item-metadate-coments span .ct-event-item-commentCounter {
    color: #9a0606;
}

.ct-event-container .ct-event-item .ct-event-item-body .ct-event-item-text p {
    color: #d1d1d1;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.615;
}

.ct-event-container .ct-event-item .ct-event-item-body blockquote {
    position: relative;
    border: none;
    background-color: #2a2a2a;
    padding: 50px 80px 25px;
}

.ct-event-container .ct-event-item .ct-event-item-body blockquote:before {
    display: block;
    position: absolute;
    right: 100%;
    top: 37px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 20px 16px 0;
    border-color: transparent #2a2a2a transparent transparent;
}

.ct-event-container .ct-event-item .ct-event-item-body blockquote .ct-blockquote-content {
    margin-bottom: 20px;
    position: relative;
}

.ct-event-container .ct-event-item .ct-event-item-body blockquote .ct-blockquote-content p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.5;
    text-align: center;
}

.ct-event-container .ct-event-item .ct-event-item-body blockquote .ct-blockquote-content:before {
    content: "\f10d";
    font-family: "fontawesome";
    display: block;
    position: absolute;
    line-height: 1;
    font-size: 40px;
    color: #fff;
    top: 0;
    right: 100%;
}

.ct-event-container .ct-event-item .ct-event-item-body blockquote>p {
    text-align: center;
    margin: 0;
}

.ct-event-container .ct-event-item .ct-event-item-body blockquote>p cite {
    font-size: 13px;
    color: #9a0606;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
}

.ct-event-container .ct-event-item .ct-event-item-body .ct-link-post {
    position: relative;
    border: none;
    background-color: #2a2a2a;
    padding: 50px 80px 25px;
}

.ct-event-container .ct-event-item .ct-event-item-body .ct-link-post:before {
    display: block;
    position: absolute;
    right: 100%;
    top: 37px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 20px 16px 0;
    border-color: transparent #2a2a2a transparent transparent;
}

.ct-event-container .ct-event-item .ct-event-item-body .ct-link-post .ct-link-content {
    margin-bottom: 20px;
    position: relative;
}

.ct-event-container .ct-event-item .ct-event-item-body .ct-link-post .ct-link-content p {
    text-align: center;
}

.ct-event-container .ct-event-item .ct-event-item-body .ct-link-post .ct-link-content p a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.5;
    text-decoration: none;
}

.ct-event-container .ct-event-item .ct-event-item-body .ct-link-post .ct-link-content p a:hover {
    color: #9a0606;
}

.ct-event-container .ct-event-item .ct-event-item-body .ct-link-post .ct-link-content:before {
    content: "\f0c1";
    font-family: "fontawesome";
    display: block;
    position: absolute;
    line-height: 1;
    font-size: 40px;
    color: #fff;
    top: 0;
    right: 100%;
}

.ct-event-container .ct-event-item .ct-event-item-body .ct-link-post>p {
    text-align: center;
    margin: 0;
}

.ct-event-container .ct-event-item .ct-event-item-body .ct-link-post>p cite {
    font-size: 13px;
    color: #9a0606;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
}

@media (max-width: 1200px) {
    .ct-event-container {
        padding-right: 0;
    }
}

@media (max-width: 599px) {
    .ct-event-container .ct-event-info .ct-media .media-left {
        display: table-cell !important;
    }
    .ct-event-container .panel-group .panel .panel-heading .panel-title>.ct-media .media-left {
        display: none;
    }
    .ct-event-container .panel-group .panel .panel-heading .panel-title>.ct-media>.ct-media-body {
        width: 100%;
        display: block;
    }
    .ct-event-container .panel-group .panel .panel-heading .panel-title .panel-collapse {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .ct-event-container .ct-event-info {
        padding: 40px 0 30px 0;
    }
    .ct-event-container .ct-event-info .ct-media .media-left {
        display: table-cell !important;
    }
    .ct-event-container .panel-group .panel .panel-heading .panel-title>.ct-media>.ct-media-body .panel-collapse .panel-body {
        padding: 40px 15px;
    }
}

/* Callendar */

.fc-more {
    color: #d4d4d4;
}

.fc-more:hover {
    text-decoration: none !important;
    color: #9a0606;
}

.fc-day-number,
.fc-widget-header {
    color: #d4d4d4;
    letter-spacing: 3px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.fc-day-number {
    font-size: 2em;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .fc-day-number {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .fc-day-number {
        font-size: 0.5em;
    }
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: #333;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
    background-color: transparent;
    margin-bottom: 20px;
}

.fc-widget-header .fc-title {
    color: #000;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.fc {
    max-width: 960px;
    margin: 0 auto;
}

.fc .fc-toolbar {
    margin-bottom: 2em;
}

.fc .fc-toolbar .fc-left {
    margin-left: 50px;
    margin-bottom: 35px;
}

.fc .fc-toolbar .fc-center {
    margin-top: -9px;
}

.fc .fc-toolbar .fc-right {
    margin-right: 50px;
    margin-bottom: 35px;
}

.fc .fc-toolbar .fc-button {
    border-radius: 0;
    background: transparent;
    border: 1px solid #fff;
    border: 1px solid rgba(255, 255, 255, 0.7);
    margin-right: 5px;
    padding: 0 .35em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fc .fc-toolbar .fc-button .fc-icon {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fc .fc-toolbar .fc-button span {
    color: #fff;
    text-shadow: none;
    text-transform: uppercase;
}

.fc .fc-toolbar .fc-button:hover {
    border-color: #9a0606;
}

.fc .fc-toolbar .fc-button:hover span {
    color: #9a0606;
}

.fc .fc-toolbar .fc-button.fc-today-button,
.fc .fc-toolbar .fc-button.fc-month-button,
.fc .fc-toolbar .fc-button.fc-basicWeek-button,
.fc .fc-toolbar .fc-button.fc-basicDay-button {
    padding: 0 0.9em;
    color: #fff;
    border: 1px solid #fff;
    text-shadow: none;
    text-transform: uppercase;
}

.fc .fc-toolbar .fc-button.fc-today-button:hover,
.fc .fc-toolbar .fc-button.fc-month-button:hover,
.fc .fc-toolbar .fc-button.fc-basicWeek-button:hover,
.fc .fc-toolbar .fc-button.fc-basicDay-button:hover {
    border-color: #9a0606;
    color: #9a0606;
}

.fc .fc-toolbar .fc-center h2 {
    color: #fff;
    text-transform: uppercase;
}

.fc .fc-view-container .fc-view table .fc-body .fc-event-container {
    margin-bottom: 5px;
}

.fc .fc-view-container .fc-view table .fc-body .fc-event-container .fc-event {
    background-color: transparent !important;
    border: #070000;
    border-radius: 0;
    margin-bottom: 3px;
}

.fc .fc-view-container .fc-view table .fc-body .fc-event-container .fc-event .fc-content {
    background-color: #380202;
    padding: 5px;
    text-transform: uppercase;
}

.fc-unthemed .fc-today {
    background-color: #380202;
}

@media (max-width: 767px) {
    .fc .fc-toolbar .fc-left {
        margin-left: 0;
        margin-bottom: 35px;
    }
    .fc .fc-toolbar .fc-center {
        margin-top: -9px;
    }
    .fc .fc-toolbar .fc-right {
        margin-right: 0;
        margin-bottom: 35px;
    }
}

/* Tables */

.table {
    position: relative;
    z-index: 2;
}

.table thead {
    background-color: #080808;
    z-index: 2;
    position: relative;
}

.table thead:before {
    content: "";
    position: absolute;
    top: 0;
    left: -4500px;
    display: block;
    height: 50px;
    width: 9999px;
    z-index: -1;
    background-color: #000;
}

.table thead tr th {
    color: #fff;
    font-weight: 600;
    font-size: 2.4rem;
    text-align: right;
    text-transform: uppercase;
    border: 0;
    letter-spacing: 1px;
}

.table tbody {
    z-index: 9;
}

.table tbody tr td {
    color: #515151;
    font-weight: 400;
    font-size: 2.4rem;
    text-align: right;
    border: 0;
}

.table tbody tr:not(.active):not(.success):not(.danger):not(.warning):not(.info):not(.primary) td {
    color: #fff;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #747474;
}

.table-bordered {
    border: 0;
}

.table-bordered thead tr th {
    border: 1px solid #454545 !important;
    border-top: 1px solid #454545;
}

.table-bordered tbody tr td {
    border: 1px solid #454545;
}

.table-hover>tbody>tr:hover {
    background-color: #747474;
}

.ie8 .table thead:before {
    height: 30px;
}

/* Icon Box */

.ct-iconBox {
    padding: 40px 25px 20px 25px;
    border: 1px solid #fff;
    margin-bottom: 30px;
}

.ct-iconBox .ct-iconBox-media {
    margin-bottom: 30px;
}

.ct-iconBox .ct-iconBox-media figure {
    text-align: center;
}

.ct-iconBox .ct-iconBox-header {
    text-align: center;
    margin-bottom: 30px;
    min-height: 56px;
}

.ct-iconBox .ct-iconBox-header span {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    line-height: 1.6;
}

.ct-iconBox .ct-iconBox-header span span {
    font-weight: 300;
}

.ct-iconBox .ct-iconBox-text {
    text-align: center;
    margin-bottom: 20px;
}

.ct-iconBox .ct-iconBox-text p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

/* Progress Bar */

.ct-progressBar {
    margin-bottom: 68px;
}

.ct-progressBar .ct-progressBar-content .progress {
    height: 16px;
    background-color: transparent;
    overflow: visible;
    border: 1px solid #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ct-progressBar .ct-progressBar-content .progress .progress-bar {
    position: relative;
    background-color: #9a0606;
    overflow: visible;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ct-progressBar .ct-progressBar-content .progress .progress-bar>span {
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 3px;
    font-size: 14px;
    position: absolute;
    top: -32px;
    left: 0;
}

.ct-progressBar .ct-progressBar-content .progress .progress-bar .ct-progressBar-percent {
    position: absolute;
    top: -13px;
    right: -20px;
    width: 40px;
    height: 40px;
}

.ct-progressBar .ct-progressBar-content .progress .progress-bar .ct-progressBar-percent span {
    line-height: 40px;
    font-size: 12px;
    font-weight: 600;
}

/*Utilities*/

.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-ls-1 {
    letter-spacing: 1px;
}

.ct-ls-2 {
    letter-spacing: 2px;
}

.ct-ls-3 {
    letter-spacing: 3px;
}

.ct-ls-4 {
    letter-spacing: 4px;
}

.ct-ls-n {
    letter-spacing: normal;
}

.ct-ff-1 {
    font-family: 'Open Sans', sans-serif;
}

.ct-ff-2 {
    font-family: 'Source Sans Pro', sans-serif;
}

.ct-lh-1 {
    line-height: 1;
}

.ct-fs-50 {
    font-size: 50px;
}

.ct-fs-90 {
    font-size: 90px;
}

@media (max-width: 480px) {
    .ct-fs-50 {
        font-size: 25px;
    }
    .ct-fs-90 {
        font-size: 50px;
    }
}

.ct-u-border--white {
    border-top: 1px solid #fff;
}

.ct-u-border--darkGrey {
    border-top: 1px solid #4d4d4d;
}

.ct-u-borderAll {
    border: 1px solid #d4d4d4;
}

.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-paddingBoth10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ct-u-paddingTop10 {
    padding-top: 10px;
}

.ct-u-paddingBottom10 {
    padding-bottom: 10px;
}

.ct-u-paddingBoth20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ct-u-paddingTop20 {
    padding-top: 20px;
}

.ct-u-paddingBottom20 {
    padding-bottom: 20px;
}

.ct-u-paddingBoth30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ct-u-paddingTop30 {
    padding-top: 30px;
}

.ct-u-paddingBottom30 {
    padding-bottom: 30px;
}

.ct-u-paddingBoth40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ct-u-paddingTop40 {
    padding-top: 40px;
}

.ct-u-paddingBottom40 {
    padding-bottom: 40px;
}

.ct-u-paddingBoth50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ct-u-paddingTop50 {
    padding-top: 50px;
}

.ct-u-paddingBottom50 {
    padding-bottom: 50px;
}

.ct-u-paddingBoth60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.ct-u-paddingTop60 {
    padding-top: 60px;
}

.ct-u-paddingBottom60 {
    padding-bottom: 60px;
}

.ct-u-paddingBoth70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.ct-u-paddingTop70 {
    padding-top: 70px;
}

.ct-u-paddingBottom70 {
    padding-bottom: 70px;
}

.ct-u-paddingBoth80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.ct-u-paddingTop80 {
    padding-top: 80px;
}

.ct-u-paddingBottom80 {
    padding-bottom: 80px;
}

.ct-u-paddingBoth90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.ct-u-paddingTop90 {
    padding-top: 90px;
}

.ct-u-paddingBottom90 {
    padding-bottom: 90px;
}

.ct-u-paddingBoth100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.ct-u-paddingTop100 {
    padding-top: 100px;
}

.ct-u-paddingBottom100 {
    padding-bottom: 100px;
}

.ct-u-paddingBoth150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.ct-u-paddingTop150 {
    padding-top: 150px;
}

.ct-u-paddingBottom150 {
    padding-bottom: 150px;
}

.ct-u-paddingBoth200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.ct-u-paddingTop200 {
    padding-top: 200px;
}

.ct-u-paddingBottom200 {
    padding-bottom: 200px;
}

@media (max-width: 480px) {
    .ct-u-paddingBoth200 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .ct-u-paddingTop200 {
        padding-top: 0;
    }
    .ct-u-paddingBottom200 {
        padding-bottom: 0;
    }
}

.ct-u-marginTop-625 {
    margin-top: -625px;
}

.ct-u-marginBottom-625 {
    margin-bottom: -625px;
}

.ct-u-marginTop-100 {
    margin-top: -100px;
}

.ct-u-marginBottom-100 {
    margin-bottom: -100px;
}

.ct-u-marginBoth0 {
    margin-top: 0;
    margin-bottom: 0;
}

.ct-u-marginTop0 {
    margin-top: 0;
}

.ct-u-marginBottom0 {
    margin-bottom: 0;
}

.ct-u-marginBoth5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.ct-u-marginTop5 {
    margin-top: 5px;
}

.ct-u-marginBottom5 {
    margin-bottom: 5px;
}

.ct-u-marginBoth10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ct-u-marginTop10 {
    margin-top: 10px;
}

.ct-u-marginBottom10 {
    margin-bottom: 10px;
}

.ct-u-marginBoth20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ct-u-marginTop20 {
    margin-top: 20px;
}

.ct-u-marginBottom20 {
    margin-bottom: 20px;
}

.ct-u-marginBoth25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.ct-u-marginTop25 {
    margin-top: 25px;
}

.ct-u-marginBottom25 {
    margin-bottom: 25px;
}

.ct-u-marginBoth30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.ct-u-marginTop30 {
    margin-top: 30px;
}

.ct-u-marginBottom30 {
    margin-bottom: 30px;
}

.ct-u-marginBoth40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.ct-u-marginTop40 {
    margin-top: 40px;
}

.ct-u-marginBottom40 {
    margin-bottom: 40px;
}

.ct-u-marginBoth50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.ct-u-marginTop50 {
    margin-top: 50px;
}

.ct-u-marginBottom50 {
    margin-bottom: 50px;
}

.ct-u-marginBoth60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.ct-u-marginTop60 {
    margin-top: 60px;
}

.ct-u-marginBottom60 {
    margin-bottom: 60px;
}

.ct-u-marginBoth70 {
    margin-top: 70px;
    margin-bottom: 70px;
}

.ct-u-marginTop70 {
    margin-top: 70px;
}

.ct-u-marginBottom70 {
    margin-bottom: 70px;
}

.ct-u-marginBoth80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.ct-u-marginTop80 {
    margin-top: 80px;
}

.ct-u-marginBottom80 {
    margin-bottom: 80px;
}

.ct-u-marginBoth90 {
    margin-top: 90px;
    margin-bottom: 90px;
}

.ct-u-marginTop90 {
    margin-top: 90px;
}

.ct-u-marginBottom90 {
    margin-bottom: 90px;
}

.ct-u-marginBoth100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.ct-u-marginTop100 {
    margin-top: 100px;
}

.ct-u-marginBottom100 {
    margin-bottom: 100px;
}

.ct-u-marginBoth130 {
    margin-top: 130px;
    margin-bottom: 130px;
}

.ct-u-marginTop130 {
    margin-top: 130px;
}

.ct-u-marginBottom130 {
    margin-bottom: 130px;
}

.ct-u-marginBoth150 {
    margin-top: 150px;
    margin-bottom: 150px;
}

.ct-u-marginTop150 {
    margin-top: 150px;
}

.ct-u-marginBottom150 {
    margin-bottom: 150px;
}

.ct-u-marginBoth200 {
    margin-top: 200px;
    margin-bottom: 200px;
}

.ct-u-marginTop200 {
    margin-top: 200px;
}

.ct-u-marginBottom200 {
    margin-bottom: 200px;
}

.ct-u-marginBoth250 {
    margin-top: 250px;
    margin-bottom: 250px;
}

.ct-u-marginTop250 {
    margin-top: 250px;
}

.ct-u-marginBottom250 {
    margin-bottom: 250px;
}

.ct-u-marginBoth400 {
    margin-top: 400px;
    margin-bottom: 400px;
}

.ct-u-marginTop400 {
    margin-top: 400px;
}

.ct-u-marginBottom400 {
    margin-bottom: 400px;
}

@media (max-width: 767px) {
    .ct-u-marginBoth400 {
        margin-top: 240px;
        margin-bottom: 240px;
    }
    .ct-u-marginTop400 {
        margin-top: 240px;
    }
    .ct-u-marginBottom400 {
        margin-bottom: 240px;
    }
}

.ct-u-header {
    font-size: 3.2rem;
    line-height: 1.3;
}

.ct-u-zindex100 {
    position: relative;
    z-index: 100;
}

.ct-u-colorWhite {
    color: #ffffff;
}

.ct-u-colorGrayLight {
    color: #d4d4d4;
}

.ct-u-colorGray {
    color: #7d7d7d;
}

.ct-u-colorGray2 {
    color: #cbcbcb;
}

.ct-u-colorGray3 {
    color: #8a8a8a;
}

.ct-u-backgroundWhite {
    background-color: #ffffff;
}

.ct-u-backgroundWhite:before,
.ct-u-backgroundWhite:after {
    background-color: #ffffff;
}

.ct-u-backgroundDarkGray {
    background-color: #1c1c1c;
}

.ct-u-backgroundDarkGray:before,
.ct-u-backgroundDarkGray:after {
    background-color: #1c1c1c;
}

.ct-u-backgroundDarkGray2 {
    background-color: #2a2a2a;
}

.ct-u-backgroundDarkGray2:before,
.ct-u-backgroundDarkGray2:after {
    background-color: #2a2a2a;
}

.ct-u-backgroundDarkGray3 {
    background-color: #1f1f1f;
}

.ct-u-backgroundDarkGray3:before,
.ct-u-backgroundDarkGray3:after {
    background-color: #1f1f1f;
}

.ct-u-backgroundDarkGray4 {
    background-color: #353535;
}

.ct-u-backgroundDarkGray4:before,
.ct-u-backgroundDarkGray4:after {
    background-color: #353535;
}

.ct-u-backgroundMotive {
    background-color: #013220;
}

.ct-u-backgroundMotive:before,
.ct-u-backgroundMotive:after {
    background-color: #013220;
}

.ct-u-relative {
    position: relative;
}

img,
figure {
    max-width: 100%;
}

* {
    outline: none !important;
}

html {
    -webkit-font-smoothing: antialiased;
    -ms-overflow-style: scrollbar;
    font-size: 62.5%;
    background-color: #000;
    font-family: 'Open Sans', sans-serif;
}

body {
    font-size: 1.4em;
    width: 100%;
    background-color: #000;
    font-family: 'Open Sans', sans-serif;
}

ul,
ol {
    margin-bottom: 0;
}

.progress-icons:before {
    display: none;
}

.ct-pageWrapper {
    overflow: hidden;
    z-index: 3;
    background-color: #000;
    -webkit-box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}

@media (max-width: 767px) {
    .ct-pageWrapper {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .ct-pageWrapper.isOpen {
        -webkit-transform: translate(-266px, 0);
        -moz-transform: translate(-266px, 0);
        -o-transform: translate(-266px, 0);
        -ms-transform: translate(-266px, 0);
        transform: translate(-266px, 0);
    }
}

body.boxed .ct-pageWrapper,
.ptn1 .ct-pageWrapper,
.ptn2 .ct-pageWrapper,
.ptn3 .ct-pageWrapper,
.ptn4 .ct-pageWrapper,
.ptn5 .ct-pageWrapper,
.ptn6 .ct-pageWrapper,
.ptn7 .ct-pageWrapper,
.ptn8 .ct-pageWrapper,
.ptn9 .ct-pageWrapper,
.ptn10 .ct-pageWrapper,
.ptn11 .ct-pageWrapper,
.ptn12 .ct-pageWrapper,
.ptn13 .ct-pageWrapper {
    max-width: 1200px;
    margin: auto;
}

body.boxed .ct-js-btnScrollUp,
.ptn1 .ct-js-btnScrollUp,
.ptn2 .ct-js-btnScrollUp,
.ptn3 .ct-js-btnScrollUp,
.ptn4 .ct-js-btnScrollUp,
.ptn5 .ct-js-btnScrollUp,
.ptn6 .ct-js-btnScrollUp,
.ptn7 .ct-js-btnScrollUp,
.ptn8 .ct-js-btnScrollUp,
.ptn9 .ct-js-btnScrollUp,
.ptn10 .ct-js-btnScrollUp,
.ptn11 .ct-js-btnScrollUp,
.ptn12 .ct-js-btnScrollUp,
.ptn13 .ct-js-btnScrollUp {
    right: 19%;
}

@media (max-width: 480px) {
    html {
        font-size: 43.5%;
    }
}

.ptn1,
.ptn2,
.ptn3,
.ptn4,
.ptn5,
.ptn6,
.ptn7,
.ptn8,
.ptn9,
.ptn10,
.ptn11,
.ptn12,
.ptn13 {
    background-attachment: fixed !important;
}

.ptn1 {
    background: url("../images/bg_pattern_01.png") repeat;
}

.ptn2 {
    background: url("../images/bg_pattern_02.png") repeat;
}

.ptn3 {
    background: url("../images/bg_pattern_03.png") repeat;
}

.ptn4 {
    background: url("../images/bg_pattern_09.png") repeat;
}

.ptn5 {
    background: url("../images/bg_pattern_10.png") repeat;
}

.ptn6 {
    background: url("../images/bg_pattern_11.jpg") repeat;
}

.ptn7 {
    background: url("../images/bg_pattern_12.jpg") repeat;
}

.ptn8 {
    background: url("../images/bg_pattern_12.png") repeat;
}

.ct-googleMap {
    height: 355px;
}

.gm-style * {
    touch-action: inherit !important;
}

.ct-map--small .ct-googleMap {
    height: 420px;
}

.ct-map-container {
    overflow: hidden;
    position: relative;
}

.ct-map-container .ct-map-buttonContainer {
    position: relative;
    z-index: 9;
}

.ct-googleMap--customInfoWindow {
    height: 100%;
}

.ct-googleMap--InfoWindowBody {
    padding: 20px 0 0 25px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #000;
    text-align: left;
    height: 100%;
    overflow: auto;
}

.ct-googleMap--InfoWindowBody .ct-googleMapInfo-header {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.ct-googleMap--InfoWindowBody .ct-googleMapInfo-adress {
    position: relative;
}

.ct-googleMap--InfoWindowBody .ct-googleMapInfo-adress span {
    font-size: 15px;
    display: block;
    margin-bottom: 3px;
    font-weight: 400;
}

.ct-googleMap--InfoWindowBody .ct-googleMapInfo-adress a {
    font-size: 15px;
    display: block;
    margin-bottom: 3px;
    font-weight: 400;
    color: #380202;
    text-decoration: none;
}

.ct-googleMap--InfoWindowBody .ct-googleMapInfo-adress a:hover {
    color: #1c1c1c;
}

@media (max-width: 991px) {
    .ct-googleMap {
        margin-top: 100px;
    }
}

.animatedDif {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animatedDif.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animatedDif.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

nav.navbar-scroll-top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.headroom {
    transition: transform 200ms linear;
    z-index: 9998;
}

.headroom--pinned {
    transform: translateY(0%);
    display: block;
}

.headroom--unpinned {
    transform: translateY(-100%);
    display: none;
}

.ct-js-btnScrollUp {
    position: fixed;
    bottom: 0;
    right: 14%;
    text-decoration: none;
    text-align: center;
    width: 103px;
    height: 47px;
    z-index: 999999;
    opacity: 0;
    filter: alpha(opacity=0);
    padding-top: 15px;
    color: #fff;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ct-js-btnScrollUp:before {
    position: absolute;
    content: "";
    text-decoration: none;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 51px 52px 51px;
    border-color: transparent transparent #380202 transparent;
}

.ct-js-btnScrollUp.is-active {
    visibility: visible;
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
    filter: alpha(opacity=100);
}

.ct-js-btnScrollUp.is-active:hover {
    color: #fff;
    color: #ffffff;
    opacity: 1;
    filter: alpha(opacity=100);
}

.ct-js-btnScrollUp span {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0 auto;
    width: 16px;
    height: 9px;
    text-decoration: none;
}

.ct-js-btnScrollUp i {
    font-size: 24px;
    border-radius: 50%;
    height: 9px;
    width: 16px;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-decoration: none;
}

.ct-preloader {
    position: fixed;
    z-index: 9999998;
    width: 100vw;
    height: 100vh;
    background: #000;
    overflow: hidden;
}

.ct-preloader .ct-preloader-content {
    position: absolute;
    z-index: 99999;
    top: 50%;
    margin-top: -43px;
    left: 50%;
    margin-left: -50px;
    overflow: visible;
    width: 100px;
    height: 86px;
    background: url("../images/preloader.gif") no-repeat;
}

@media (max-width: 767px) {
    .ct-pageWrapper {
        overflow: hidden;
        position: relative;
    }
}

@media (max-width: 1230px) {
    .ct-js-btnScrollUp {
        right: 0;
    }
}

.cssAnimate .animated {
    opacity: 0;
    filter: alpha(opacity=0);
    /* For IE8 and earlier */
}

.cssAnimate .activate {
    opacity: 1;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */
}

@media (max-width: 767px) {
    body main>section {
        padding-top: 50px !important;
        padding-bottom: 0 !important;
    }
}

@media (max-width: 480px) {
    .ct-googleMap {
        margin-top: 0;
    }
}