@import "../fonts/et-line-font/style.css";
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700&text=0123456789);

/*------------------------------------------------------------------
Project:	Macaroon HTML Templare
Version:	1.0
Last change:	07 January 2014
-------------------------------------------------------------------*/


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

1. Font Awesome
2. Et line Font
3. Animate.css
4. Yamm Menu
5. Lists
6. Menu
7. Typography
8. Pagination
9. Utilities
10. Buttons
11. Forms
12. Tabs
13. Icon Box
14. Products
15. Pricing Box
16. Person Box
17. Socials
18. Accordion
19. Blog
20. Graph
21. Progress
22. Media Sections
23. Page Styles
24. Footer
25. Page Header
26. Divided Section
27. Image Box Section
28. Call To Action
29. Portfolio
30. Google Maps
31. Sliders
32. Magnific Popup
33. CountDown
34. WP Styles
-------------------------------------------------------------------*/

@keyframes moveRibbonsLeft {
    0% {
        background-position: 0px;
    }
    50% {
        background-position: -300px;
    }
    100% {
        background-position: 0px;
    }
}

@-webkit-keyframes moveRibbonsLeft {
    0% {
        background-position: 0px;
    }
    50% {
        background-position: -300px;
    }
    100% {
        background-position: 0px;
    }
}

@keyframes moveRibbonsRight {
    0% {
        background-position: 0px;
    }
    50% {
        background-position: 300px;
    }
    100% {
        background-position: 0px;
    }
}

@-webkit-keyframes moveRibbonsRight {
    0% {
        background-position: 0px;
    }
    50% {
        background-position: 300px;
    }
    100% {
        background-position: 0px;
    }
}

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}


/*!
 * 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 {
        left: 0;
        right: 0;
    }
}

ul.list-unstyled li,
ol.list-unstyled li {
    padding: 8px 0;
    font-size: 16px;
    font-family: "Source Sans Pro";
}

.list-inline {
    margin: 0;
}

.ct-list-arrowPrimary li,
.ct-list-arrowGold li,
.ct-list-arrowGreen li,
.ct-list-arrowBlue li,
.ct-list-arrowOrange li,
.ct-list-arrowGray li,
.ct-list-arrowPurple li,
.ct-list-arrowYellow li,
.ct-list-arrowWhite li {
    line-height: 1;
}

.ct-list-arrowPrimary li:before,
.ct-list-arrowGold li:before,
.ct-list-arrowGreen li:before,
.ct-list-arrowBlue li:before,
.ct-list-arrowOrange li:before,
.ct-list-arrowGray li:before,
.ct-list-arrowPurple li:before,
.ct-list-arrowYellow li:before,
.ct-list-arrowWhite li:before {
    content: "\f0da";
    font-family: fontawesome;
    margin-right: 20px;
    font-size: 18px;
}

.ct-list-arrowPrimary li:before {
    color: #fe4578;
}

.ct-list-arrowGold li:before {
    color: #dabf77;
}

.ct-list-arrowGreen li:before {
    color: #00c680;
}

.ct-list-arrowBlue li:before {
    color: #5ac2d3;
}

.ct-list-arrowOrange li:before {
    color: #fe9a42;
}

.ct-list-arrowGray li:before {
    color: #5f5f5f;
}

.ct-list-arrowPurple li:before {
    color: #98519a;
}

.ct-list-arrowYellow li:before {
    color: #FF0;
}

.ct-list-arrowWhite li:before {
    color: #ffffff;
}

.ct-contactList>li {
    line-height: 1.3;
}

.ct-contactList>li i {
    font-size: 25px;
    margin-right: 20px;
    float: left;
    height: 30px;
}

.ct-contactList>li span {
    overflow: hidden;
    zoom: 1;
}

@media (max-width: 767px) {
    .ct-contactList>li i {
        float: none;
        display: block;
        margin: auto;
    }
}

.ct-termList .pull-left {
    margin-right: 7px;
}

.ct-termList--primary .pull-left {
    color: #fe4578;
}

.ct--navbarFixed {
    padding-top: 95px;
}

.ct--navbarFixed nav.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.ct--TopBarFixed {
    padding-top: 44px;
}

.ct--TopBarFixed .ct-topBar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.navbar.is-small {
    min-height: 0px;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.75);
}

.navbar.is-small .navbar-nav>li>a {
    padding-top: 18px;
    padding-bottom: 18px;
}

.navbar.is-small .navbar-nav>li.dropdown>a:after {
    top: 35px;
}

.navbar.is-top {
    top: 0 !important;
}

.ct--TopBarFixed.ct--navbarFixed {
    padding-top: 139px;
}

.ct--TopBarFixed.ct--navbarFixed nav.navbar {
    top: 44px;
}

@media (max-width: 767px) {
    body {
        padding-top: 0 !important;
    }
}

.ct-topBar.is-hidden {
    top: -44px;
}

.ct-topBar {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 9991;
    line-height: 16px;
    color: #ffffff;
    font-family: "Source Sans Pro";
}

.ct-topBar .ct-topBar-navigation ul,
.ct-topBar .ct-topBar-navigation ol {
    padding: 14px 0;
    margin-bottom: 0;
}

.ct-topBar .ct-topBar-navigation ul li,
.ct-topBar .ct-topBar-navigation ol li {
    line-height: 15px;
    padding: 0 14px !important;
}

.ct-topBar .ct-topBar-navigation ul li:first-child,
.ct-topBar .ct-topBar-navigation ol li:first-child {
    padding-left: 0 !important;
}

.ct-topBar ul.list-unstyled li,
.ct-topBar ol.list-unstyled li {
    font-size: 15px;
}

.ct-topBar .ct-topBar-basket {
    text-transform: uppercase;
    position: relative;
    padding: 12px 0;
    padding-right: 25px;
    display: inline-block;
    min-width: 150px;
}

.ct-topBar .ct-topBar-basket img {
    vertical-align: bottom;
    margin-right: 5px;
}

.ct-topBar .ct-topBar-basket .ct-topBar-basket-quantity {
    color: #ffaac2;
}

.ct-topBar .ct-topBar-basket:before {
    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    top: 42px;
    display: block;
    z-index: 9990;
}

.ct-topBar .btn-group {
    vertical-align: top;
}

.ct-topBar .btn-group .btn {
    font-weight: normal;
    line-height: 26px;
    padding: 8px 5px;
    min-width: 46px;
}

.ct-topBar .btn-group .btn:before,
.ct-topBar .btn-group .btn:after {
    display: none;
}

.ct-topBar-basketContainer {
    text-transform: none;
    min-width: 260px;
    position: absolute;
    top: 52px;
    border: 1px solid #f3f3f3;
    background-color: #fbfbfb;
    color: #7e7e7e;
    z-index: 9990;
    visibility: hidden;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.ct-topBar-basketContainer .btn {
    color: #ffffff;
}

.ct-topBar-basketEmpty {
    padding: 20px 18px;
    display: block;
}

.ct-topBar-basketProducts {
    padding: 14px 14px 0px 14px;
    margin-bottom: 0;
    font-family: "Source Sans Pro";
}

.ct-topBar-basketProduct,
.ct-shopMenuMobile-basketProduct {
    padding-top: 0 !important;
    padding-bottom: 10px !important;
}

.ct-topBar-basketProduct:before,
.ct-shopMenuMobile-basketProduct:before,
.ct-topBar-basketProduct:after,
.ct-shopMenuMobile-basketProduct:after {
    content: " ";
    display: table;
}

.ct-topBar-basketProduct:after,
.ct-shopMenuMobile-basketProduct:after {
    clear: both;
}

.ct-topBar-basketProduct img,
.ct-shopMenuMobile-basketProduct img {
    float: left;
    max-width: 60px;
    border: 1px solid #eaeaea;
    margin-right: 10px;
}

.ct-topBar-basketProduct .ct-topBar-basketProductContent,
.ct-shopMenuMobile-basketProduct .ct-topBar-basketProductContent {
    overflow: hidden;
    zoom: 1;
}

.ct-topBar-subTotal {
    font-size: 14px;
    color: #7e7e7e;
    font-family: "Source Sans Pro";
}

.ct-topBar-basketProductTitle {
    line-height: 30px;
}

.ct-topBar-basketProductPrice,
.ct-shopMenuMobile-basketProductPrice {
    display: block;
}

.ct-topBar-basketProductPrice {
    color: #fe4578;
}

.ct-topBar-basketWrap {
    padding: 20px 17px 4px 17px;
    margin-top: 16px;
    border-top: 1px solid #eaeaea;
}

.ct-topBar-basketWrap:before,
.ct-topBar-basketWrap:after {
    content: " ";
    display: table;
}

.ct-topBar-basketWrap:after {
    clear: both;
}

.ct-topBar-basketWrap:last-child {
    padding-bottom: 28px;
}

.ct-topBar-basketWrap .btn-block {
    width: auto;
    margin-left: 26px;
    margin-right: 26px;
}

.ct-topBar-basket:hover .ct-topBar-basketContainer,
.ct-topBar-basketContainer:hover .ct-topBar-basketContainer {
    visibility: visible;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

.ct-topBar--default {
    /* background-color: #fe4578; */
    background-color: #000000;
}

.ct-topBar--default a {
    color: inherit;
}

.ct-topBar--default a:hover,
.ct-topBar--default a:focus,
.ct-topBar--default a:active {
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
}

.ct-topBar--default .ct-topBar-navigation ul li,
.ct-topBar--default .ct-topBar-navigation ol li {
    border-left: 1px solid #fe789d;
}

.ct-topBar--default .ct-topBar-navigation ul li:first-child,
.ct-topBar--default .ct-topBar-navigation ol li:first-child {
    border-left: none;
}

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

.navbar-default {
    background-color: #ffffff;
    border: none;
    font-family: "Source Sans Pro";
}

.navbar-default .navbar-nav>li a {
    color: #5f5f5f;
}

.navbar-default .navbar-nav>li a:hover,
.navbar-default .navbar-nav>li a:focus,
.navbar-default .navbar-nav>li a:active {
    color: #fe4578;
}

.navbar-default .navbar-nav>li.active>a {
    background-color: transparent;
    color: #fe4578;
}

.navbar-default .navbar-nav>li.active>a:hover,
.navbar-default .navbar-nav>li.active>a:focus,
.navbar-default .navbar-nav>li.active>a:active {
    background-color: transparent;
    color: #fe4578;
}

.navbar {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 9000 !important;
    margin-bottom: 0;
    border: none;
}

.navbar .container {
    position: relative;
}

.navbar .navbar-collapse {
    padding: 0;
}

.nav.navbar-nav {
    text-transform: uppercase;
    font-weight: 600;
}

.nav.navbar-nav>li>a {
    padding-top: 34px;
    padding-bottom: 34px;
    padding-left: 17px;
    padding-right: 17px;
}

.nav.navbar-nav>li:first-child>a {
    padding-left: 0;
}

@media (max-width: 767px) {
    .navbar {
        display: none;
    }
}

.snapjs-left,
.snapjs-right {
    overflow: hidden !important;
    height: 100%;
}

.snapjs-right .ct-shopMenuMobile {
    right: 0;
}

.snapjs-left .ct-menuMobile {
    left: 0;
}

.ct-navbar--fixedTop .ct-navbarMobile {
    position: fixed;
}

.ct-navbarMobile {
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9000;
    background-color: #ffffff;
    text-align: center;
}

.ct-navbarMobile .navbar-brand {
    height: 70px;
    padding: 0 15px;
    line-height: 70px;
    float: none;
}

.ct-navbarMobile .navbar-brand>img {
    max-height: 60px;
    display: inline;
}

.ct-navbarMobile .navbar-toggle,
.ct-navbarMobile .navbarShop-toggle {
    position: absolute;
    top: 10px;
}

.ct-navbarMobile .navbar-toggle {
    left: 0px;
}

.ct-navbarMobile .navbar-toggle .icon-bar {
    background-color: #5f5f5f;
}

.ct-navbarMobile .navbarShop-toggle {
    right: 0px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 16px;
    font-size: 20px;
    outline: none;
}

.ct-navbarMobile .navbarShop-toggle .icon-bar {
    background-color: #5f5f5f;
}

.snapjs-right .ct-menuMobile,
.snapjs-left .ct-menuMobile,
.snapjs-right .ct-shopMenuMobile,
.snapjs-left .ct-shopMenuMobile {
    overflow: scroll;
}

.ct-menuMobile,
.ct-shopMenuMobile {
    background: #fe4578;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 266px;
    max-height: 100%;
    overflow: hidden;
}

.ct-menuMobile .ct-menuMobile-navbar,
.ct-shopMenuMobile .ct-menuMobile-navbar,
.ct-menuMobile .ct-shopMenuMobile-navbar,
.ct-shopMenuMobile .ct-shopMenuMobile-navbar {
    margin-top: 10px;
    padding: 0;
    list-style: none;
}

.ct-menuMobile .ct-menuMobile-navbar li,
.ct-shopMenuMobile .ct-menuMobile-navbar li,
.ct-menuMobile .ct-shopMenuMobile-navbar li,
.ct-shopMenuMobile .ct-shopMenuMobile-navbar li {
    padding: 0px;
}

.ct-menuMobile .ct-menuMobile-navbar li a,
.ct-shopMenuMobile .ct-menuMobile-navbar li a,
.ct-menuMobile .ct-shopMenuMobile-navbar li a,
.ct-shopMenuMobile .ct-shopMenuMobile-navbar li a {
    color: #ffffff;
    padding: 10px 20px;
    display: block;
    background-color: transparent;
}

.ct-menuMobile .ct-menuMobile-navbar li a:focus,
.ct-shopMenuMobile .ct-menuMobile-navbar li a:focus,
.ct-menuMobile .ct-shopMenuMobile-navbar li a:focus,
.ct-shopMenuMobile .ct-shopMenuMobile-navbar li a:focus,
.ct-menuMobile .ct-menuMobile-navbar li a:active,
.ct-shopMenuMobile .ct-menuMobile-navbar li a:active,
.ct-menuMobile .ct-shopMenuMobile-navbar li a:active,
.ct-shopMenuMobile .ct-shopMenuMobile-navbar li a:active {
    outline: none !important;
}

.ct-menuMobile .ct-menuMobile-navbar li.active,
.ct-shopMenuMobile .ct-menuMobile-navbar li.active,
.ct-menuMobile .ct-shopMenuMobile-navbar li.active,
.ct-shopMenuMobile .ct-shopMenuMobile-navbar li.active {
    background-color: #ffffff;
}

.ct-menuMobile .ct-menuMobile-navbar li.active>a,
.ct-shopMenuMobile .ct-menuMobile-navbar li.active>a,
.ct-menuMobile .ct-shopMenuMobile-navbar li.active>a,
.ct-shopMenuMobile .ct-shopMenuMobile-navbar li.active>a {
    color: #fe4578;
}

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

.ct-menuMobile {
    left: -100%;
}

.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu,
.ct-menuMobile .ct-menuMobile-navbar .dropdown-submenu .dropdown-menu {
    position: relative;
    display: block;
    max-height: 0;
    padding: 0;
    -webkit-transition: all 0.2s ease 0.2s ease-out;
    -moz-transition: all 0.2s ease 0.2s ease-out;
    -o-transition: all 0.2s ease 0.2s ease-out;
    transition: all 0.2s ease 0.2s ease-out;
    overflow: hidden;
    border: none;
    width: 100%;
    left: 0;
    background-color: #fe2c66;
}

.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu .dropdown-menu,
.ct-menuMobile .ct-menuMobile-navbar .dropdown-submenu .dropdown-menu .dropdown-menu {
    display: block;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu .dropdown-submenu .dropdown-menu,
.ct-menuMobile .ct-menuMobile-navbar .dropdown-submenu .dropdown-menu .dropdown-submenu .dropdown-menu {
    padding-left: 20px;
}

.ct-menuMobile .ct-menuMobile-navbar .open>.dropdown-menu {
    padding: 10px 0;
    margin: 0 0 10px 0;
    max-height: none;
}

.ct-menuMobile .ct-menuMobile-navbar li.dropdown>a,
.ct-menuMobile .ct-menuMobile-navbar li.dropdown-submenu>a {
    position: relative;
}

.ct-menuMobile .ct-menuMobile-navbar li.dropdown>a:after,
.ct-menuMobile .ct-menuMobile-navbar li.dropdown-submenu>a:after {
    content: "\f0d7";
    font-family: fontawesome;
    position: absolute;
    top: 50%;
    font-size: 10px;
    right: 0;
    pointer-events: none;
    margin-top: -9px;
}

.ct-menuMobile .ct-menuMobile-navbar li.dropdown.open>a:after,
.ct-menuMobile .ct-menuMobile-navbar li.dropdown-submenu.open>a:after {
    content: "\f0d8";
}

.ct-shopMenuMobile {
    right: -100%;
}

.ct-shopMenuMobile .ct-shopMenuMobile-navbar {
    border-bottom: 1px solid #fe789d;
}

.ct-shopMenuMobile .ct-shopMenuMobile-navbar:before,
.ct-shopMenuMobile .ct-shopMenuMobile-navbar:after {
    content: " ";
    display: table;
}

.ct-shopMenuMobile .ct-shopMenuMobile-navbar:after {
    clear: both;
}

.ct-shopMenuMobile .ct-shopMenuMobile-basket>a {
    color: #ffffff;
    padding: 20px;
    display: block;
}

.ct-shopMenuMobile .ct-shopMenuMobile-basketContainer {
    padding: 10px 20px;
    border-top: 1px solid #fe789d;
}

.ct-shopMenuMobile .ct-shopMenuMobile-basketProduct a {
    color: #ffffff;
}

.ct-shopMenuMobile .btn-group {
    display: block;
    float: left;
    width: 50%;
}

.ct-shopMenuMobile .btn-group>.btn {
    width: 100%;
}

.ct-shopMenuMobile-subTotal {
    padding: 10px 0;
    color: #ffffff;
}

@media (min-width: 768px) {
    .ct-navbarMobile,
    .ct-menuMobile {
        display: none;
    }
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 600;
}

.navbar-nav>li .dropdown-menu {
    text-align: center;
    background-color: #fe4578;
	margin-left: -30px;
}

.navbar-nav>li .dropdown-menu a {
    color: #ffffff;
    /*  color: #FF0; */
}

.navbar-nav>li .dropdown-menu a:before {
    content: "\f0da";
    font-family: fontawesome;
    position: absolute;
    margin-left: -15px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
}

.navbar-nav>li .dropdown-menu li:hover>a,
.navbar-nav>li .dropdown-menu li.active>a {
    color: #ffffff;
    /* color: #FF0; */
    background-color: transparent;
}

.navbar-nav>li .dropdown-menu li:hover>a:before,
.navbar-nav>li .dropdown-menu li.active>a:before {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

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

.navbar-nav>li.dropdown>a {
    position: relative;
}

.navbar-nav>li.dropdown>a:after {
    content: "\f0d7";
    font-family: fontawesome;
    text-align: center;
    position: absolute;
    top: 55px;
    font-size: 10px;
    left: 0;
    width: 100%;
    pointer-events: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.dropdown-menu {
    border: none;
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu>li>a {
    padding: 10px 15px;
}

.dropdown-menu .dropdown-submenu {
    position: relative;
}

.dropdown-menu .dropdown-submenu .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 6px;
    margin-left: 10px;
}

.dropdown-menu .dropdown-submenu .dropdown-menu:before {
    content: "";
    width: 20px;
    position: absolute;
    left: -15px;
    height: 47px;
    top: 0;
}

.dropdown-menu .dropdown-submenu .dropdown-menu:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 7px 5.5px 0;
    border-color: transparent #fe4578 transparent transparent;
    position: absolute;
    left: -7px;
    top: 14px;
}

.dropdown-menu .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.yamm-content {
    padding: 15px 45px;
    text-align: left;
    font-weight: normal;
}

.yamm-content h1,
.yamm-content h2,
.yamm-content h3,
.yamm-content h4,
.yamm-content h5,
.yamm-content h6,
.yamm-content .h1,
.yamm-content .h2,
.yamm-content .h3,
.yamm-content .h4,
.yamm-content .h5,
.yamm-content .h6 {
    color: #ffffff;
    display: inline-block;
}

.yamm-content h1 small,
.yamm-content h2 small,
.yamm-content h3 small,
.yamm-content h4 small,
.yamm-content h5 small,
.yamm-content h6 small,
.yamm-content .h1 small,
.yamm-content .h2 small,
.yamm-content .h3 small,
.yamm-content .h4 small,
.yamm-content .h5 small,
.yamm-content .h6 small {
    color: #ffffff;
}

.yamm-content h1:after,
.yamm-content h2:after,
.yamm-content h3:after,
.yamm-content h4:after,
.yamm-content h5:after,
.yamm-content h6:after,
.yamm-content .h1:after,
.yamm-content .h2:after,
.yamm-content .h3:after,
.yamm-content .h4:after,
.yamm-content .h5:after,
.yamm-content .h6:after {
    margin-top: 10px;
    content: "";
    display: block;
    border-top: 1px solid #999999;
    border-top: 1px solid rgba(30, 30, 30, 0.1);
    border-bottom: 1px solid #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

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


/*!
 *  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";
}

a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

p {
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0;
}

h1,
.h1 {
    font-size: 60px;
}

h2,
.h2 {
    font-size: 34px;
}

h3,
.h3 {
    font-size: 26px;
    line-height: 36px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 16px;
}

h6,
.h6 {
    font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Source Sans Pro";
    color: inherit;
    font-weight: 600;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
    color: inherit;
}

address {
    font-family: "Source Sans Pro";
    line-height: 28px;
}

.ct-u-sectionHeader {
    display: inline-block;
    padding-top: 10px;
    margin: 0;
    position: relative;
}

.ct-u-sectionHeader:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    top: 0;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
}

.ct-u-sectionHeader.ct-u-sectionHeader--primary:before {
    background-color: #fe4578;
}

.ct-u-sectionHeader.ct-u-sectionHeader--purple:before {
    background-color: #98519a;
}

.ct-u-sectionHeader.ct-u-sectionHeader--green:before {
    background-color: #00c680;
}

.ct-u-sectionHeader.ct-u-sectionHeader--blue:before {
    background-color: #5ac2d3;
}

.ct-u-sectionHeader.ct-u-sectionHeader--gray:before {
    background-color: #5f5f5f;
}

.ct-u-sectionHeader.ct-u-sectionHeader--orange:before {
    background-color: #fe9a42;
}

.ct-u-sectionHeader.ct-u-sectionHeader--gold:before {
    background-color: #dabf77;
}

h3.ct-u-sectionHeader {
    font-size: 24px;
}

.ct-linkWithArrow .h2 {
    font-size: 30px;
}

.ct-linkWithArrow a span {
    padding-left: 8px;
    font-size: 24px;
}

.ct-404text {
    font-size: 284px;
    font-weight: 600;
    font-family: "Source Sans Pro";
    line-height: 0.5;
}

@media (max-width: 480px) {
    .ct-404text {
        font-size: 184px;
    }
}

blockquote.ct-quoteLighter {
    color: #9c9c9c;
}

blockquote,
.ct-testimonial-quote {
    padding: 0;
    padding-left: 50px;
    border: none;
    font-size: inherit;
    line-height: 28px;
    position: relative;
}

blockquote:before,
.ct-testimonial-quote:before {
    position: absolute;
    left: 0;
    content: "";
    width: 39px;
    height: 34px;
    display: block;
    background: url("../images/quote.png") repeat-x;
}

blockquote.ct-testimonial {
    padding-bottom: 30px;
    margin-bottom: 30px;
    padding-left: 0;
}

blockquote.ct-testimonial:last-child {
    margin-bottom: 0;
}

blockquote.ct-testimonial:before {
    background: url("../images/dots.png") repeat-x;
    width: 100%;
    height: 7px;
    bottom: 0;
}

blockquote.ct-testimonial:after {
    content: "";
    display: table;
    clear: both;
}

blockquote.ct-testimonial .img-circle {
    max-width: 110px;
    border: 5px solid #ffffff;
    -webkit-box-shadow: 1px 1px 3px 0px #e9e9e9;
    -moz-box-shadow: 1px 1px 3px 0px #e9e9e9;
    box-shadow: 1px 1px 3px 0px #e9e9e9;
    margin-right: 20px;
}

blockquote.ct-testimonial .ct-testimonial-author {
    text-transform: uppercase;
    font-family: "Source Sans Pro";
    font-weight: 600;
    padding-left: 50px;
    padding-bottom: 20px;
}

blockquote.ct-testimonial .ct-testimonial-author cite {
    margin-right: 10px;
    font-style: normal;
    cursor: default;
}

blockquote.ct-testimonial .ct-testimonial-content {
    overflow: hidden;
    zoom: 1;
    padding-top: 3px;
}

blockquote.ct-testimonial .ct-testimonial-quote {
    min-height: 34px;
}

blockquote.ct-testimonial.ct-testimonial--type2 {
    padding-bottom: 0;
}

blockquote.ct-testimonial.ct-testimonial--type2:before {
    display: none;
}

blockquote.ct-testimonial.ct-testimonial--type2 .ct-testimonial-author {
    padding: 0;
    padding-top: 40px;
}

@media (max-width: 767px) {
    blockquote.ct-testimonial .pull-left {
        float: none !important;
    }
    blockquote.ct-testimonial .img-circle {
        margin: auto;
        display: block;
        margin-bottom: 20px;
    }
    blockquote.ct-testimonial .ct-testimonial-author {
        text-align: center;
    }
    blockquote.ct-testimonial .ct-testimonial-author,
    blockquote.ct-testimonial .ct-testimonial-quote {
        padding-left: 0;
    }
    blockquote.ct-testimonial.ct-testimonial--type2 .ct-testimonial-author {
        padding-top: 0;
    }
}

.jumbotron {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #ffffff;
    border: 2px solid #e8e8e8;
}

.jumbotron h1,
.jumbotron h2,
.jumbotron h3,
.jumbotron h4,
.jumbotron h5,
.jumbotron h6,
.jumbotron .h1,
.jumbotron .h2,
.jumbotron .h3,
.jumbotron .h4,
.jumbotron .h5,
.jumbotron .h6 {
    margin-top: 0;
}

.jumbotron p {
    font-size: 18px;
    margin-bottom: 30px;
}

.tooltip .tooltip-inner {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fe4578;
    padding: 5px 15px;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #fe4578;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #fe4578;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #fe4578;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fe4578;
}

.popover {
    background-color: #fe4578;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    color: #ffffff;
    padding: 13px;
    text-align: center;
}

.popover-title {
    font-size: 16px;
    text-transform: uppercase;
    background-color: transparent;
    border-bottom: 1px solid #fe1253;
}

.popover-content {
    border-top: 1px solid #fe789d;
}

.popover.top>.arrow {
    border-top-color: #fe4578;
}

.popover.top>.arrow:after {
    border-top-color: #fe4578;
}

.popover.left>.arrow {
    border-left-color: #fe4578;
}

.popover.left>.arrow:after {
    border-left-color: #fe4578;
}

.popover.right>.arrow {
    border-right-color: #fe4578;
}

.popover.right>.arrow:after {
    border-right-color: #fe4578;
}

.popover.bottom>.arrow {
    border-bottom-color: #fe4578;
}

.popover.bottom>.arrow:after {
    border-bottom-color: #fe4578;
}

.pagination>li>a,
.pagination>li>span {
    margin: 0 4px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    width: 44px;
    height: 44px;
    padding: 0;
    text-align: center;
    line-height: 40px;
    border: 2px solid #dbdbdb;
    color: #a1a1a1;
}

.pagination>li.prev a {
    margin-right: 20px;
}

.pagination>li.next a {
    margin-left: 20px;
    margin-right: 0;
}

.pagination>li.prev a,
.pagination>li.next a {
    background-color: #fe4578;
    color: #ffffff;
    border-color: #fe4578;
}

.pagination>li.active a,
.pagination>li.active a:hover,
.pagination>li.active a:focus,
.pagination>li.active a:active,
.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>a:active {
    background-color: #5f5f5f;
    color: #ffffff;
    border-color: #5f5f5f;
}

.ct-fw-300 {
    font-weight: 300;
}

.ct-fw-400 {
    font-weight: 400;
}

.ct-fw-500 {
    font-weight: 500;
}

.ct-fw-600 {
    font-weight: 600;
}

.ct-fw-700 {
    font-weight: 700;
}

.ct-fw-800 {
    font-weight: 800;
}

.ct-fw-900 {
    font-weight: 900;
}

.ct-fs-i {
    font-style: italic;
}

.ct-fs-n {
    font-style: normal;
}

.ct-u-displayTable,
.ct-u-displayTableVertical {
    display: table;
    width: 100%;
}

.ct-u-displayTableVertical {
    height: 100%;
}

.ct-u-displayTableVertical .ct-u-displayTableCell {
    vertical-align: middle;
}

.ct-u-displayTableRow {
    display: table-row;
}

.ct-u-displayTableCell {
    display: table-cell;
}

.ct-u-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-marginBoth10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ct-u-marginTop10 {
    margin-top: 10px;
}

.ct-u-marginBottom10 {
    margin-bottom: 10px;
}

.ct-u-marginBoth20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ct-u-marginTop20 {
    margin-top: 20px;
}

.ct-u-marginBottom20 {
    margin-bottom: 20px;
}

.ct-u-marginBoth30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.ct-u-marginTop30 {
    margin-top: 30px;
}

.ct-u-marginBottom30 {
    margin-bottom: 30px;
}

.ct-u-marginBoth40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.ct-u-marginTop40 {
    margin-top: 40px;
}

.ct-u-marginBottom40 {
    margin-bottom: 40px;
}

.ct-u-marginBoth50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.ct-u-marginTop50 {
    margin-top: 50px;
}

.ct-u-marginBottom50 {
    margin-bottom: 50px;
}

.ct-u-marginBoth60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.ct-u-marginTop60 {
    margin-top: 60px;
}

.ct-u-marginBottom60 {
    margin-bottom: 60px;
}

.ct-u-marginBoth70 {
    margin-top: 70px;
    margin-bottom: 70px;
}

.ct-u-marginTop70 {
    margin-top: 70px;
}

.ct-u-marginBottom70 {
    margin-bottom: 70px;
}

.ct-u-marginBoth80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.ct-u-marginTop80 {
    margin-top: 80px;
}

.ct-u-marginBottom80 {
    margin-bottom: 80px;
}

.ct-u-marginBoth90 {
    margin-top: 90px;
    margin-bottom: 90px;
}

.ct-u-marginTop90 {
    margin-top: 90px;
}

.ct-u-marginBottom90 {
    margin-bottom: 90px;
}

.ct-u-marginBoth100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.ct-u-marginTop100 {
    margin-top: 100px;
}

.ct-u-marginBottom100 {
    margin-bottom: 100px;
}

.ct-u-marginBoth150 {
    margin-top: 150px;
    margin-bottom: 150px;
}

.ct-u-marginTop150 {
    margin-top: 150px;
}

.ct-u-marginBottom150 {
    margin-bottom: 150px;
}

.ct-u-colorWhite {
    color: #ffffff;
}

.ct-u-colorFade {
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
}

.ct-u-colorPrimary {
    color: #fe4578;
}

.ct-u-colorPrimary span {
    color: #ffd3df;
}

.ct-u-colorDarkGray {
    color: #5f5f5f;
}

.ct-u-colorDarkGray span {
    color: #a6a6a6;
}

.ct-u-colorGreen {
    color: #00c680;
}

.ct-u-colorGreen span {
    color: #56ffc3;
}

.ct-u-colorOrange {
    color: #fe9a42;
}

.ct-u-colorOrange span {
    color: #ffe6d0;
}

.ct-u-colorPurple {
    color: #98519a;
}

.ct-u-colorPurple span {
    color: #d0a8d1;
}

.ct-u-colorBlue {
    color: #5ac2d3;
}

.ct-u-colorBlue span {
    color: #cbecf1;
}

.ct-u-colorGold {
    color: #dabf77;
}

.ct-u-colorGold span {
    color: #f9f4e7;
}

.ct-u-borderAll {
    border: 1px solid #dddddd;
}

.ct-u-borderBoth {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.ct-u-borderTop {
    border-top: 1px solid #dddddd;
}

.ct-u-borderBottom {
    border-bottom: 1px solid #dddddd;
}

.ct-u-backgroundWhite {
    background-color: #ffffff;
}

.ct-u-backgroundGray {
    background-color: #fcfcfc;
}

.ct-u-backgroundDarkGray {
    background-color: #5f5f5f;
    color: #ffffff;
}

.ct-u-backgroundPrimary {
    background-color: #fe4578;
    color: #ffffff;
}

.ct-u-backgroundPrimary a {
    color: inherit;
}

.ct-u-backgroundGreen {
    background-color: #00c680;
    color: #ffffff;
}

.ct-u-backgroundOrange {
    background-color: #fe9a42;
    color: #ffffff;
}

.ct-u-backgroundRed {
    background-color: #d9534f;
    color: #ffffff;
}

.ct-u-backgroundPurple {
    background-color: #98519a;
    color: #ffffff;
}

.ct-u-backgroundBlue {
    background-color: #5ac2d3;
    color: #ffffff;
}

.ct-u-backgroundGray {
    background-color: #d3d3d3;
    color: #ffffff;
}

.ct-u-backgroundGold {
    background-color: #dabf77;
    color: #ffffff;
}

.ct-u-moustache {
    background: url("../images/moustache.png") no-repeat;
    width: 76px;
    height: 17px;
    margin: auto;
}

button {
    outline: none !important;
}

.btn-block+.btn-block {
    margin-top: 10px;
}

.btn {
    position: relative;
    font-family: "Source Sans Pro";
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    padding: 4px 12px;
}

.btn:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn+.ct-js-spacer+.btn {
    margin-left: 20px;
}

.btn:before,
.btn:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
}

.btn:before {
    top: -3px;
}

.btn:after {
    bottom: -3px;
}

.btn:hover:before,
.btn.active:before {
    -webkit-animation-name: moveRibbonsRight;
    animation-name: moveRibbonsRight;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
}

.btn:hover:after,
.btn.active:after {
    -webkit-animation-name: moveRibbonsLeft;
    animation-name: moveRibbonsLeft;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
}

.btn:active,
.btn.active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 13px;
}

.btn-sm {
    padding: 3px 10px;
    font-size: 13px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 19px;
    font-weight: 400;
}

@media (max-width: 480px) {
    .btn+.btn,
    .btn+.ct-js-spacer+.btn {
        margin-left: 0px;
    }
}

.btn-success {
    color: #ffffff;
    background-color: #00c680;
    border-color: #00c680;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle .btn-success {
    color: #ffffff;
    background-color: #00c680;
    border-color: #00c680;
}

.btn-success:before {
    background: url("../images/btmBox-green-top.png");
}

.btn-success:after {
    background: url("../images/btmBox-green.png");
}

.btn-success+.dropdown-menu {
    background-color: #00c680;
    color: #ffffff;
}

.btn-success+.dropdown-menu a {
    color: #ffffff;
}

.btn-success+.dropdown-menu>li>a:hover,
.btn-success+.dropdown-menu>li a:focus {
    background-color: #00ad70;
    color: #ffffff;
}

.btn-warning {
    color: #ffffff;
    background-color: #fe9a42;
    border-color: #fe9a42;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle .btn-warning {
    color: #ffffff;
    background-color: #fe9a42;
    border-color: #fe9a42;
}

.btn-warning:before {
    background: url("../images/btmBox-orange-top.png");
}

.btn-warning:after {
    background: url("../images/btmBox-orange.png");
}

.btn-warning+.dropdown-menu {
    background-color: #fe9a42;
    color: #ffffff;
}

.btn-warning+.dropdown-menu a {
    color: #ffffff;
}

.btn-warning+.dropdown-menu>li>a:hover,
.btn-warning+.dropdown-menu>li a:focus {
    background-color: #fe8c29;
    color: #ffffff;
}

.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle .btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-danger:before {
    background: url("../images/btmBox-red-top.png");
}

.btn-danger:after {
    background: url("../images/btmBox-red.png");
}

.btn-danger+.dropdown-menu {
    background-color: #d9534f;
    color: #ffffff;
}

.btn-danger+.dropdown-menu a {
    color: #ffffff;
}

.btn-danger+.dropdown-menu>li>a:hover,
.btn-danger+.dropdown-menu>li a:focus {
    background-color: #d43f3a;
    color: #ffffff;
}

.btn-purple {
    color: #ffffff;
    background-color: #98519a;
    border-color: #98519a;
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.open>.dropdown-toggle .btn-purple {
    color: #ffffff;
    background-color: #98519a;
    border-color: #98519a;
}

.btn-purple:before {
    background: url("../images/btmBox-purple-top.png");
}

.btn-purple:after {
    background: url("../images/btmBox-purple.png");
}

.btn-purple+.dropdown-menu {
    background-color: #98519a;
    color: #ffffff;
}

.btn-purple+.dropdown-menu a {
    color: #ffffff;
}

.btn-purple+.dropdown-menu>li>a:hover,
.btn-purple+.dropdown-menu>li a:focus {
    background-color: #884889;
    color: #ffffff;
}

.btn-black {
    color: #ffffff;
    background-color: #000;
    border-color: #000;
}

.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.open>.dropdown-toggle .btn-black {
    color: #ffffff;
    background-color: #000;
    border-color: #000;
}

.btn-black:before {
    background: url("../images/btmBox-purple-top.png");
}

.btn-black:after {
    background: url("../images/btmBox-purple.png");
}

.btn-black+.dropdown-menu {
    background-color: #98519a;
    color: #ffffff;
}

.btn-black+.dropdown-menu a {
    color: #ffffff;
}

.btn-black+.dropdown-menu>li>a:hover,
.btn-black+.dropdown-menu>li a:focus {
    background-color: #884889;
    color: #ffffff;
}

.btn-gray {
    color: #ffffff;
    background-color: #5f5f5f;
    border-color: #5f5f5f;
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active,
.open>.dropdown-toggle .btn-gray {
    color: #ffffff;
    background-color: #5f5f5f;
    border-color: #5f5f5f;
}

.btn-gray:before {
    background: url("../images/btmBox-gray-top.png");
}

.btn-gray:after {
    background: url("../images/btmBox-gray.png");
}

.btn-gray+.dropdown-menu {
    background-color: #5f5f5f;
    color: #ffffff;
}

.btn-gray+.dropdown-menu a {
    color: #ffffff;
}

.btn-gray+.dropdown-menu>li>a:hover,
.btn-gray+.dropdown-menu>li a:focus {
    background-color: #525252;
    color: #ffffff;
}

.btn-gold {
    color: #ffffff;
    background-color: #dabf77;
    border-color: #dabf77;
}

.btn-gold:hover,
.btn-gold:focus,
.btn-gold:active,
.btn-gold.active,
.open>.dropdown-toggle .btn-gold {
    color: #ffffff;
    background-color: #dabf77;
    border-color: #dabf77;
}

.btn-gold:before {
    background: url("../images/btmBox-gold-top.png");
}

.btn-gold:after {
    background: url("../images/btmBox-gold.png");
}

.btn-gold+.dropdown-menu {
    background-color: #dabf77;
    color: #ffffff;
}

.btn-gold+.dropdown-menu a {
    color: #ffffff;
}

.btn-gold+.dropdown-menu>li>a:hover,
.btn-gold+.dropdown-menu>li a:focus {
    background-color: #d5b663;
    color: #ffffff;
}

.btn-info {
    color: #ffffff;
    background-color: #5ac2d3;
    border-color: #5ac2d3;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle .btn-info {
    color: #ffffff;
    background-color: #5ac2d3;
    border-color: #5ac2d3;
}

.btn-info:before {
    background: url("../images/btmBox-blue-top.png");
}

.btn-info:after {
    background: url("../images/btmBox-blue.png");
}

.btn-info+.dropdown-menu {
    background-color: #5ac2d3;
    color: #ffffff;
}

.btn-info+.dropdown-menu a {
    color: #ffffff;
}

.btn-info+.dropdown-menu>li>a:hover,
.btn-info+.dropdown-menu>li a:focus {
    background-color: #46bbce;
    color: #ffffff;
}

.btn-primary {
    color: #ffffff;
    background-color: #fe4578;
    border-color: #fe4578;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle .btn-primary {
    color: #ffffff;
    background-color: #fe4578;
    border-color: #fe4578;
}

.btn-primary:before {
    background: url("../images/btmBox-primary-top.png");
}

.btn-primary:after {
    background: url("../images/btmBox-primary.png");
}

.btn-primary+.dropdown-menu {
    background-color: #fe4578;
    color: #ffffff;
}

.btn-primary+.dropdown-menu a {
    color: #ffffff;
}

.btn-primary+.dropdown-menu>li>a:hover,
.btn-primary+.dropdown-menu>li a:focus {
    background-color: #fe2c66;
    color: #ffffff;
}

.btn-default {
    color: #ffffff;
    background-color: #ffffff;
    border-color: #ffffff;
    color: #5f5f5f;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle .btn-default {
    color: #ffffff;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle .btn-default {
    color: #5f5f5f;
}

.btn-default:before {
    background: url("../images/btmBox-top.png");
}

.btn-default:after {
    background: url("../images/btmBox.png");
}

.btn-default+.dropdown-menu {
    background-color: #ffffff;
    color: #5f5f5f;
}

.btn-default+.dropdown-menu a {
    color: #5f5f5f;
}

.btn-default+.dropdown-menu>li>a:hover,
.btn-default+.dropdown-menu>li a:focus {
    background-color: #fe2c66;
    color: #ffffff;
}

.btn:focus,
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-group {
    margin-bottom: 10px;
}

.form-control {
    font-size: 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #e7e7e7;
    font-family: "Source Sans Pro";
}

.form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-control:valid {
    border-color: #00c680;
}

.ct-form-control--newsletter {
    background-color: #f6f6f6;
    border-color: #f6f6f6;
    color: #9c9c9c;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 58px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-weight: normal;
}

.ct-form-control--newsletter:focus {
    border-color: #98519a;
}

.ct-form-control--newsletter:focus+.input-group-btn .btn-newsletter {
    background-color: #98519a;
    border-color: #98519a;
}

.ct-form-control--newsletter:valid {
    border-color: #00c680;
}

.ct-form-control--newsletter:valid+.input-group-btn .btn-newsletter {
    background-color: #00c680;
    border-color: #00c680;
}

.btn-newsletter {
    font-size: 18px;
    font-family: "Source Sans Pro";
    background-color: #3f3f3f;
    border-color: #3f3f3f;
    padding: 16.5px 20px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 2;
}

.btn-newsletter:hover,
.btn-newsletter:focus,
.btn-newsletter:active {
    color: #ffffff;
    background-color: #98519a;
    border-color: #98519a;
}

.form-search {
    position: relative;
    margin-bottom: 50px;
}

.form-search ::-webkit-input-placeholder {
    color: #a1a1a1;
}

.form-search :-moz-placeholder {
    /* Firefox 18- */
    color: #a1a1a1;
}

.form-search ::-moz-placeholder {
    /* Firefox 19+ */
    color: #a1a1a1;
}

.form-search :-ms-input-placeholder {
    color: #a1a1a1;
}

.form-search .form-control {
    font-size: 14px;
    background-color: #f7f7f7;
    border-color: #e0e0e0;
    height: 45px;
    color: #a1a1a1;
}

.form-search .form-control:focus {
    border-color: #fe4578;
}

.form-search button {
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    width: 45px;
    background-color: transparent;
    border-color: transparent;
    color: #afafaf;
}

.checkbox label {
    padding-left: 10px;
}

.checkbox label:before {
    width: 25px;
    display: inline-block;
    content: "\f096";
    padding-right: 5px;
    font-family: fontawesome;
}

.checkbox input {
    float: none;
    width: auto;
    display: none;
}

.checkbox input[type=checkbox]:checked+label:before {
    content: "\f046";
}

.alert p {
    margin-bottom: 15px;
}

.nav-tabs {
    border: none;
}

.nav-tabs>li {
    margin-bottom: 0;
    margin-right: 10px;
}

.nav-tabs>li a {
    background-color: #98519a;
    border-color: #98519a;
    color: #ffffff;
    font-family: "Source Sans Pro";
    padding: 3px 15px;
}

.nav-tabs>li a:before,
.nav-tabs>li a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
}

.nav-tabs>li a:before {
    top: -3px;
    background: url("../images/btmBox-purple-top.png");
}

.nav-tabs>li a:after {
    bottom: -3px;
    background: url("../images/btmBox-purple.png");
}

.nav-tabs>li a:hover:before,
.nav-tabs>li a.active:before {
    -webkit-animation-name: moveRibbonsRight;
    animation-name: moveRibbonsRight;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
}

.nav-tabs>li a:hover:after,
.nav-tabs>li a.active:after {
    -webkit-animation-name: moveRibbonsLeft;
    animation-name: moveRibbonsLeft;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
}

.nav-tabs>li a:hover,
.nav-tabs>li a:active,
.nav-tabs>li a:focus {
    background-color: #98519a;
    border-color: #98519a;
}

.nav-tabs>li.active a,
.nav-tabs>li.active a:hover,
.nav-tabs>li.active a:active,
.nav-tabs>li.active a:focus {
    background-color: #fe4578;
    border-color: #fe4578;
    color: #ffffff;
}

.nav-tabs>li.active a:before,
.nav-tabs>li.active a:hover:before,
.nav-tabs>li.active a:active:before,
.nav-tabs>li.active a:focus:before {
    background: url("../images/btmBox-primary-top.png");
}

.nav-tabs>li.active a:after,
.nav-tabs>li.active a:hover:after,
.nav-tabs>li.active a:active:after,
.nav-tabs>li.active a:focus:after {
    background: url("../images/btmBox-primary.png");
}

.tab-content {
    padding-top: 30px;
}

@media (max-width: 480px) {
    .nav-tabs>li {
        width: 100%;
    }
    .nav-tabs>li a {
        padding: 8px 15px;
    }
}

.ct-iconBox:before,
.ct-iconBox:after {
    content: " ";
    display: table;
}

.ct-iconBox:after {
    clear: both;
}

.ct-iconBox .ct-iconBox-title {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.ct-iconBox .ct-iconBox-icon img {
    width: auto !important;
}

.ct-iconBox.ct-iconBox--type1 {
    background-color: #ffffff;
    padding: 0 20px;
    color: inherit;
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.ct-iconBox.ct-iconBox--type1 .ct-iconBox-icon {
    margin: 0 -20px;
    font-size: 64px;
    line-height: 1.5;
    color: #ffffff;
    padding: 46px 0;
}

.ct-iconBox.ct-iconBox--type1 .ct-iconBox-title {
    margin: 0 10px 20px 10px;
    padding: 35px 0;
    position: relative;
}

.ct-iconBox.ct-iconBox--type1 .ct-iconBox-title:after {
    position: absolute;
    bottom: 0;
    content: "";
    height: 7px;
    width: 100%;
    display: block;
    background: url("../images/dots.png");
}

.ct-iconBox.ct-iconBox--type1 .ct-iconBox-title a {
    color: inherit;
}

.ct-iconBox.ct-iconBox--type1 .ct-iconBox-description {
    margin-bottom: 40px;
    text-align: left;
}

.ct-iconBox.ct-iconBox--type1 .ct-iconBox-arrow {
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    margin: 0 -20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.ct-iconBox.ct-iconBox--type1 .ct-iconBox-arrow i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #ffffff;
}

.ct-iconBox--type1.ct-iconBox--primary .ct-iconBox-icon {
    background-color: #fe4578;
}

.ct-iconBox--type1.ct-iconBox--primary:hover .ct-iconBox-title,
.ct-iconBox--type1.ct-iconBox--primary:focus .ct-iconBox-title,
.ct-iconBox--type1.ct-iconBox--primary:active .ct-iconBox-title {
    color: #fe4578;
}

.ct-iconBox--type1.ct-iconBox--primary:hover .ct-iconBox-arrow,
.ct-iconBox--type1.ct-iconBox--primary:focus .ct-iconBox-arrow,
.ct-iconBox--type1.ct-iconBox--primary:active .ct-iconBox-arrow {
    background-color: #fe4578;
}

.ct-iconBox--type1.ct-iconBox--primary .ct-iconBox-arrow i {
    background-color: #fe4578;
}

.ct-iconBox--type1.ct-iconBox--black .ct-iconBox-icon {
    background-color: #000000;
}

.ct-iconBox--type1.ct-iconBox--black:hover .ct-iconBox-title,
.ct-iconBox--type1.ct-iconBox--black:focus .ct-iconBox-title,
.ct-iconBox--type1.ct-iconBox--black:active .ct-iconBox-title {
    color: #000000;
}

.ct-iconBox--type1.ct-iconBox--black:hover .ct-iconBox-arrow,
.ct-iconBox--type1.ct-iconBox--black:focus .ct-iconBox-arrow,
.ct-iconBox--type1.ct-iconBox--black:active .ct-iconBox-arrow {
    background-color: #000000;
}

.ct-iconBox--type1.ct-iconBox--black .ct-iconBox-arrow i {
    background-color: #000000;
}

.ct-iconBox--type1.ct-iconBox--green .ct-iconBox-icon {
    background-color: #00c680;
}

.ct-iconBox--type1.ct-iconBox--green:hover .ct-iconBox-title,
.ct-iconBox--type1.ct-iconBox--green:focus .ct-iconBox-title,
.ct-iconBox--type1.ct-iconBox--green:active .ct-iconBox-title {
    color: #00c680;
}

.ct-iconBox--type1.ct-iconBox--green:hover .ct-iconBox-arrow,
.ct-iconBox--type1.ct-iconBox--green:focus .ct-iconBox-arrow,
.ct-iconBox--type1.ct-iconBox--green:active .ct-iconBox-arrow {
    background-color: #00c680;
}

.ct-iconBox--type1.ct-iconBox--green .ct-iconBox-arrow i {
    background-color: #00c680;
}

.ct-iconBox--type1.ct-iconBox--purple .ct-iconBox-icon {
    background-color: #98519a;
}

.ct-iconBox--type1.ct-iconBox--purple:hover .ct-iconBox-title,
.ct-iconBox--type1.ct-iconBox--purple:focus .ct-iconBox-title,
.ct-iconBox--type1.ct-iconBox--purple:active .ct-iconBox-title {
    color: #98519a;
}

.ct-iconBox--type1.ct-iconBox--purple:hover .ct-iconBox-arrow,
.ct-iconBox--type1.ct-iconBox--purple:focus .ct-iconBox-arrow,
.ct-iconBox--type1.ct-iconBox--purple:active .ct-iconBox-arrow {
    background-color: #98519a;
}

.ct-iconBox--type1.ct-iconBox--purple .ct-iconBox-arrow i {
    background-color: #98519a;
}

.ct-iconBox--type1.ct-iconBox--blue .ct-iconBox-icon {
    background-color: #5ac2d3;
}

.ct-iconBox--type1.ct-iconBox--blue:hover .ct-iconBox-title,
.ct-iconBox--type1.ct-iconBox--blue:focus .ct-iconBox-title,
.ct-iconBox--type1.ct-iconBox--blue:active .ct-iconBox-title {
    color: #5ac2d3;
}

.ct-iconBox--type1.ct-iconBox--blue:hover .ct-iconBox-arrow,
.ct-iconBox--type1.ct-iconBox--blue:focus .ct-iconBox-arrow,
.ct-iconBox--type1.ct-iconBox--blue:active .ct-iconBox-arrow {
    background-color: #5ac2d3;
}

.ct-iconBox--type1.ct-iconBox--blue .ct-iconBox-arrow i {
    background-color: #5ac2d3;
}

.ct-iconBox--type1.ct-iconBox--orange .ct-iconBox-icon {
    background-color: #fe9a42;
}

.ct-iconBox--type1.ct-iconBox--orange:hover .ct-iconBox-title,
.ct-iconBox--type1.ct-iconBox--orange:focus .ct-iconBox-title,
.ct-iconBox--type1.ct-iconBox--orange:active .ct-iconBox-title {
    color: #fe9a42;
}

.ct-iconBox--type1.ct-iconBox--orange:hover .ct-iconBox-arrow,
.ct-iconBox--type1.ct-iconBox--orange:focus .ct-iconBox-arrow,
.ct-iconBox--type1.ct-iconBox--orange:active .ct-iconBox-arrow {
    background-color: #fe9a42;
}

.ct-iconBox--type1.ct-iconBox--orange .ct-iconBox-arrow i {
    background-color: #fe9a42;
}

.ct-iconBox--type1.ct-iconBox--gold .ct-iconBox-icon {
    background-color: #dabf77;
}

.ct-iconBox--type1.ct-iconBox--gold:hover .ct-iconBox-title,
.ct-iconBox--type1.ct-iconBox--gold:focus .ct-iconBox-title,
.ct-iconBox--type1.ct-iconBox--gold:active .ct-iconBox-title {
    color: #dabf77;
}

.ct-iconBox--type1.ct-iconBox--gold:hover .ct-iconBox-arrow,
.ct-iconBox--type1.ct-iconBox--gold:focus .ct-iconBox-arrow,
.ct-iconBox--type1.ct-iconBox--gold:active .ct-iconBox-arrow {
    background-color: #dabf77;
}

.ct-iconBox--type1.ct-iconBox--gold .ct-iconBox-arrow i {
    background-color: #dabf77;
}

.ct-iconBox--type1.ct-iconBox--gray .ct-iconBox-icon {
    background-color: #5f5f5f;
}

.ct-iconBox--type1.ct-iconBox--gray:hover .ct-iconBox-title,
.ct-iconBox--type1.ct-iconBox--gray:focus .ct-iconBox-title,
.ct-iconBox--type1.ct-iconBox--gray:active .ct-iconBox-title {
    color: #5f5f5f;
}

.ct-iconBox--type1.ct-iconBox--gray:hover .ct-iconBox-arrow,
.ct-iconBox--type1.ct-iconBox--gray:focus .ct-iconBox-arrow,
.ct-iconBox--type1.ct-iconBox--gray:active .ct-iconBox-arrow {
    background-color: #5f5f5f;
}

.ct-iconBox--type1.ct-iconBox--gray .ct-iconBox-arrow i {
    background-color: #5f5f5f;
}

.ct-iconBox.ct-iconBox--type2 {
    margin-bottom: 80px;
}

.ct-iconBox.ct-iconBox--type2 .ct-iconBox-icon {
    line-height: 1;
    text-align: left;
    float: left;
    font-size: 70px;
    padding-right: 35px;
    color: #e0e0e0;
}

.ct-iconBox.ct-iconBox--type2 .ct-iconBox-icon:before,
.ct-iconBox.ct-iconBox--type2 .ct-iconBox-icon:after {
    content: " ";
    display: table;
}

.ct-iconBox.ct-iconBox--type2 .ct-iconBox-icon:after {
    clear: both;
}

.ct-iconBox.ct-iconBox--type2 .ct-iconBox-icon img,
.ct-iconBox.ct-iconBox--type2 .ct-iconBox-icon i {
    padding-left: 20px;
    display: block;
    float: right;
}

.ct-iconBox.ct-iconBox--type2 .ct-iconBox-content {
    overflow: hidden;
}

.ct-iconBox-counter {
    font-size: 60px;
    line-height: 0.6;
    font-family: "Source Sans Pro";
    font-weight: 600;
}

.ct-iconBox--type2.ct-iconBox--primary .ct-iconBox-title,
.ct-iconBox--type2.ct-iconBox--primary .ct-iconBox-counter {
    color: #fe4578;
}

.ct-iconBox--type2.ct-iconBox--green .ct-iconBox-title,
.ct-iconBox--type2.ct-iconBox--green .ct-iconBox-counter {
    color: #00c680;
}

.ct-iconBox--type2.ct-iconBox--orange .ct-iconBox-title,
.ct-iconBox--type2.ct-iconBox--orange .ct-iconBox-counter {
    color: #fe9a42;
}

.ct-iconBox--type2.ct-iconBox--blue .ct-iconBox-title,
.ct-iconBox--type2.ct-iconBox--blue .ct-iconBox-counter {
    color: #5ac2d3;
}

.ct-iconBox--type2.ct-iconBox--gold .ct-iconBox-title,
.ct-iconBox--type2.ct-iconBox--gold .ct-iconBox-counter {
    color: #dabf77;
}

.ct-iconBox--type2.ct-iconBox--gray .ct-iconBox-title,
.ct-iconBox--type2.ct-iconBox--gray .ct-iconBox-counter {
    color: #5f5f5f;
}

.ct-iconBox--type2.ct-iconBox--purple .ct-iconBox-title,
.ct-iconBox--type2.ct-iconBox--purple .ct-iconBox-counter {
    color: #98519a;
}

.ct-iconBox--type3 {
    margin-bottom: 65px;
}

.ct-iconBox--type3 .ct-iconBox-icon {
    float: left;
    line-height: 75px;
    width: 75px;
    height: 75px;
    margin-right: 15px;
    text-align: center;
    font-size: 33px;
    color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.ct-iconBox--type3 .ct-iconBox-icon:before,
.ct-iconBox--type3 .ct-iconBox-icon:after {
    content: " ";
    display: table;
}

.ct-iconBox--type3 .ct-iconBox-icon:after {
    clear: both;
}

.ct-iconBox--type3 .ct-iconBox-content {
    overflow: hidden;
    zoom: 1;
}

.ct-iconBox--type3 .ct-iconBox-title {
    margin-top: 0;
}

.ct-iconBox--type3 .ct-iconBox-description {
    color: #9c9c9c;
    line-height: 22px;
}

.ct-iconBox--type3.ct-iconBox--primary .ct-iconBox-icon {
    background-color: #fe4578;
}

.ct-iconBox--type3.ct-iconBox--green .ct-iconBox-icon {
    background-color: #00c680;
}

.ct-iconBox--type3.ct-iconBox--orange .ct-iconBox-icon {
    background-color: #fe9a42;
}

.ct-iconBox--type3.ct-iconBox--blue .ct-iconBox-icon {
    background-color: #5ac2d3;
}

.ct-iconBox--type3.ct-iconBox--gold .ct-iconBox-icon {
    background-color: #dabf77;
}

.ct-iconBox--type3.ct-iconBox--gray .ct-iconBox-icon {
    background-color: #5f5f5f;
}

.ct-iconBox--type3.ct-iconBox--purple .ct-iconBox-icon {
    background-color: #98519a;
}

@media (max-width: 480px) {
    .ct-iconBox.ct-iconBox--type2 {
        text-align: center;
    }
    .ct-iconBox.ct-iconBox--type2 .ct-iconBox-icon {
        text-align: center;
        float: none;
        margin: auto;
        padding-bottom: 10px;
        padding-right: 0;
    }
    .ct-iconBox.ct-iconBox--type2 .ct-iconBox-icon img,
    .ct-iconBox.ct-iconBox--type2 .ct-iconBox-icon i {
        padding-left: 0px;
        float: none;
        display: inline;
    }
}

.ct-iconBox.ct-iconBox--type4 {
    margin-bottom: 40px;
    color: #ffffff;
    padding: 15px 20px;
}

.ct-iconBox.ct-iconBox--type4 .ct-iconBox-title {
    margin: 0;
}

.ct-iconBox.ct-iconBox--type4 h3 {
    font-size: 24px;
    line-height: 1.2;
}

.ct-iconBox.ct-iconBox--type4 .ct-iconBox-icon {
    line-height: 55px;
    text-align: left;
    float: left;
    font-size: 45px;
    padding-right: 20px;
}

.ct-iconBox.ct-iconBox--type4 .ct-iconBox-icon:before,
.ct-iconBox.ct-iconBox--type4 .ct-iconBox-icon:after {
    content: " ";
    display: table;
}

.ct-iconBox.ct-iconBox--type4 .ct-iconBox-icon:after {
    clear: both;
}

.ct-iconBox.ct-iconBox--type4 .ct-iconBox-icon img {
    vertical-align: text-bottom;
}

.ct-iconBox.ct-iconBox--type4 .ct-iconBox-content {
    overflow: hidden;
}

.ct-iconBox--type4.ct-iconBox--primary {
    background-color: #fe4578;
}

.ct-iconBox--type4.ct-iconBox--green {
    background-color: #00c680;
}

.ct-iconBox--type4.ct-iconBox--orange {
    background-color: #fe9a42;
}

.ct-iconBox--type4.ct-iconBox--blue {
    background-color: #5ac2d3;
}

.ct-iconBox--type4.ct-iconBox--gold {
    background-color: #dabf77;
}

.ct-iconBox--type4.ct-iconBox--gray {
    background-color: #5f5f5f;
}

.ct-iconBox--type4.ct-iconBox--purple {
    background-color: #98519a;
}

.ct-productBox {
    background-color: #ffffff;
    position: relative;
    width: 100%;
}

.ct-productBox .ct-productBox-content {
    color: #5f5f5f;
    text-align: center;
}

.ct-productBox .ct-productBox-title {
    margin-bottom: 0;
}

.ct-productBox .ct-productBox-title a {
    color: inherit;
}

.ct-productBox .ct-productBox-overlayIcon:hover {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.ct-productBox--type1 {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.ct-productBox--type1 .ct-productBox-image {
    max-height: 177px;
    overflow: hidden;
}

.ct-productBox--type1 .ct-productBox-overlay {
    position: relative;
}

.ct-productBox--type1 .ct-productBox-overlayIcon {
    position: absolute;
    left: 50%;
    text-align: center;
    background-color: #fe4578;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 55px;
    height: 55px;
    line-height: 45px;
    font-size: 25px;
    margin-top: -27.5px;
    margin-left: -27.5px;
    border: 5px solid #ffffff;
    color: #ffffff;
    overflow: hidden;
}

.ct-productBox--type1 .ct-productBox-title {
    margin-top: 7.5px;
}

.ct-productBox--type1 .ct-productBox-content {
    display: block;
    padding: 27px 10px 10px 10px;
}

.ct-productBox--type1:hover .ct-productBox-content,
.ct-productBox--type1:focus .ct-productBox-content,
.ct-productBox--type1:active .ct-productBox-content {
    color: #ffffff;
}

@media (max-width: 767px) {
    .ct-productBox--type1 .ct-productBox-image {
        max-height: none;
    }
}

.ct-productBox--type1.ct-productBox--primary:hover,
.ct-productBox--type1.ct-productBox--primary:focus,
.ct-productBox--type1.ct-productBox--primary:active {
    background-color: #fe4578;
}

.ct-productBox--type1.ct-productBox--green:hover,
.ct-productBox--type1.ct-productBox--green:focus,
.ct-productBox--type1.ct-productBox--green:active {
    background-color: #00c680;
}

.ct-productBox--type1.ct-productBox--green:hover .ct-productBox-overlayIcon,
.ct-productBox--type1.ct-productBox--green:focus .ct-productBox-overlayIcon,
.ct-productBox--type1.ct-productBox--green:active .ct-productBox-overlayIcon {
    background-color: #00c680;
}

.ct-productBox--type1.ct-productBox--blue:hover,
.ct-productBox--type1.ct-productBox--blue:focus,
.ct-productBox--type1.ct-productBox--blue:active {
    background-color: #5ac2d3;
}

.ct-productBox--type1.ct-productBox--blue:hover .ct-productBox-overlayIcon,
.ct-productBox--type1.ct-productBox--blue:focus .ct-productBox-overlayIcon,
.ct-productBox--type1.ct-productBox--blue:active .ct-productBox-overlayIcon {
    background-color: #5ac2d3;
}

.ct-productBox--type1.ct-productBox--orange:hover,
.ct-productBox--type1.ct-productBox--orange:focus,
.ct-productBox--type1.ct-productBox--orange:active {
    background-color: #fe9a42;
}

.ct-productBox--type1.ct-productBox--orange:hover .ct-productBox-overlayIcon,
.ct-productBox--type1.ct-productBox--orange:focus .ct-productBox-overlayIcon,
.ct-productBox--type1.ct-productBox--orange:active .ct-productBox-overlayIcon {
    background-color: #fe9a42;
}

.ct-productBox--type1.ct-productBox--purple:hover,
.ct-productBox--type1.ct-productBox--purple:focus,
.ct-productBox--type1.ct-productBox--purple:active {
    background-color: #98519a;
}

.ct-productBox--type1.ct-productBox--purple:hover .ct-productBox-overlayIcon,
.ct-productBox--type1.ct-productBox--purple:focus .ct-productBox-overlayIcon,
.ct-productBox--type1.ct-productBox--purple:active .ct-productBox-overlayIcon {
    background-color: #98519a;
}

.ct-productBox--type1.ct-productBox--gold:hover,
.ct-productBox--type1.ct-productBox--gold:focus,
.ct-productBox--type1.ct-productBox--gold:active {
    background-color: #dabf77;
}

.ct-productBox--type1.ct-productBox--gold:hover .ct-productBox-overlayIcon,
.ct-productBox--type1.ct-productBox--gold:focus .ct-productBox-overlayIcon,
.ct-productBox--type1.ct-productBox--gold:active .ct-productBox-overlayIcon {
    background-color: #dabf77;
}

.ct-productBox--type1.ct-productBox--gray:hover,
.ct-productBox--type1.ct-productBox--gray:focus,
.ct-productBox--type1.ct-productBox--gray:active {
    background-color: #5f5f5f;
}

.ct-productBox--type1.ct-productBox--gray:hover .ct-productBox-overlayIcon,
.ct-productBox--type1.ct-productBox--gray:focus .ct-productBox-overlayIcon,
.ct-productBox--type1.ct-productBox--gray:active .ct-productBox-overlayIcon {
    background-color: #5f5f5f;
}

.ct-productBox--type2 {
    margin-bottom: 35px;
}

.ct-productBox--type2 .ct-productBox-image {
    overflow: hidden;
    position: relative;
}

.ct-productBox--type2 .ct-productBox-image .ct-productBox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.ct-productBox--type2 .ct-productBox-image .ct-productBox-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #00c680;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
}

.ct-productBox--type2 .ct-productBox-image .ct-productBox-overlay a {
    color: #ffffff;
}

.ct-productBox--type2 .ct-productBox-image .ct-productBox-overlayIcon {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    width: 250px;
    height: 250px;
    line-height: 240px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -125px;
    margin-left: -125px;
    text-align: center;
    background-color: #fe4578;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 15px solid #ffffff;
    font-size: 65px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.ct-productBox--type2 .ct-productBox-title {
    font-size: 16px;
}

.ct-productBox--type2 .ct-productBox-title a:hover,
.ct-productBox--type2 .ct-productBox-title a:focus,
.ct-productBox--type2 .ct-productBox-title a:active {
    color: #fe4578;
}

.ct-productBox--type2 .ct-productBox-content {
    padding: 15px 10px 30px 10px;
}

.ct-productBox--type2 .ct-u-moustache {
    margin-top: 20px;
}

.ct-productBox--type2 .ct-productBox-price {
    font-size: 19px;
    font-weight: 600;
    font-family: "Source Sans Pro";
}

.ct-productBox--type2:hover .ct-productBox-overlay:before,
.ct-productBox--type2:focus .ct-productBox-overlay:before,
.ct-productBox--type2:active .ct-productBox-overlay:before {
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
}

.ct-productBox--type2:hover .ct-productBox-overlayIcon,
.ct-productBox--type2:focus .ct-productBox-overlayIcon,
.ct-productBox--type2:active .ct-productBox-overlayIcon {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    width: 55px;
    height: 55px;
    line-height: 45px;
    font-size: 25px;
    margin-top: -27.5px;
    margin-left: -27.5px;
    border: 5px solid #ffffff;
}

.ct-productBox--type2:before,
.ct-productBox--type2:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    z-index: 1000;
}

.ct-productBox--type2:before {
    top: 0;
    background: url("../images/btmBox.png") repeat-x;
}

.ct-productBox--type2:after {
    bottom: -3px;
    background: url("../images/btmBox.png") repeat-x;
}

.ct-productBox--type2.ct-productBox--primary .ct-productBox-image .ct-productBox-overlay:before {
    background-color: #fe4578;
}

.ct-productBox--type2.ct-productBox--green .ct-productBox-image .ct-productBox-overlay:before {
    background-color: #00c680;
}

.ct-productBox--type2.ct-productBox--blue .ct-productBox-image .ct-productBox-overlay:before {
    background-color: #5ac2d3;
}

.ct-productBox--type2.ct-productBox--orange .ct-productBox-image .ct-productBox-overlay:before {
    background-color: #fe9a42;
}

.ct-productBox--type2.ct-productBox--purple .ct-productBox-image .ct-productBox-overlay:before {
    background-color: #98519a;
}

.ct-productBox--type2.ct-productBox--gold .ct-productBox-image .ct-productBox-overlay:before {
    background-color: #dabf77;
}

.ct-productBox--type2.ct-productBox--gray .ct-productBox-image .ct-productBox-overlay:before {
    background-color: #5f5f5f;
}

.ct-divider--primary .col-md-6:last-child .ct-productBox--type2:before {
    background: url("../images/btmBox-primary.png") repeat-x;
}

.ct-divider--green .col-md-6:last-child .ct-productBox--type2:before {
    background: url("../images/btmBox-green.png") repeat-x;
}

.ct-divider--orange .col-md-6:last-child .ct-productBox--type2:before {
    background: url("../images/btmBox-orange.png") repeat-x;
}

.ct-divider--purple .col-md-6:last-child .ct-productBox--type2:before {
    background: url("../images/btmBox-purple.png") repeat-x;
}

.ct-divider--gray .col-md-6:last-child .ct-productBox--type2:before {
    background: url("../images/btmBox-gray.png") repeat-x;
}

.ct-divider--gold .col-md-6:last-child .ct-productBox--type2:before {
    background: url("../images/btmBox-gold.png") repeat-x;
}

.ct-divider--blue .col-md-6:last-child .ct-productBox--type2:before {
    background: url("../images/btmBox-blue.png") repeat-x;
}

.ct-pricingBox {
    text-align: center;
    padding-bottom: 25px;
    color: #ffffff;
    position: relative;
    margin-top: 60px;
}

.ct-pricingBox.ct-pricingBox--important {
    padding-bottom: 40px;
    padding-top: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.ct-pricingBox hr.ct-dotted {
    margin: 25px 15px 0px 15px;
}

.ct-pricingBox .ct-pricingbox-number {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -30px;
    left: 50%;
    margin-left: -30px;
    border: 4px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 52px;
    font-size: 20px;
    font-weight: 600;
}

.ct-pricingBox .ct-pricingBox-pricing {
    padding-top: 50px;
    font-weight: 600;
    line-height: 1;
    font-family: "Source Sans Pro";
}

.ct-pricingBox .ct-pricingBox-pricing .ct-pricingBox-price {
    font-size: 110px;
}

.ct-pricingBox .ct-pricingBox-pricing .ct-pricingBox-price sup {
    font-size: 55px;
    top: -0.6em;
}

.ct-pricingBox .ct-pricingBox-pricing .ct-pricingBox-priceSub {
    text-transform: uppercase;
    margin-left: -60px;
    font-size: 20px;
}

.ct-pricingBox .ct-pricingBox-list {
    padding: 25px 60px 8px 60px;
    text-align: left;
}

.ct-pricingBox:before,
.ct-pricingBox:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
}

.ct-pricingBox:before {
    top: -3px;
}

.ct-pricingBox:after {
    bottom: -3px;
}

.ct-pricingBox--primary {
    background-color: #fe4578;
}

.ct-pricingBox--primary .ct-pricingbox-number {
    background-color: #fe4578;
}

.ct-pricingBox--primary .btn-default,
.ct-pricingBox--primary .btn-default:hover,
.ct-pricingBox--primary .btn-default:focus,
.ct-pricingBox--primary .btn-default:active,
.ct-pricingBox--primary .btn-default.active,
.ct-pricingBox--primary .open>.dropdown-toggle .btn-default {
    color: #fe4578;
}

.ct-pricingBox--primary:before {
    background: url("../images/btmBox-primary-top.png");
}

.ct-pricingBox--primary:after {
    background: url("../images/btmBox-primary.png");
}

.ct-pricingBox--gold {
    background-color: #dabf77;
}

.ct-pricingBox--gold .ct-pricingbox-number {
    background-color: #dabf77;
}

.ct-pricingBox--gold .btn-default,
.ct-pricingBox--gold .btn-default:hover,
.ct-pricingBox--gold .btn-default:focus,
.ct-pricingBox--gold .btn-default:active,
.ct-pricingBox--gold .btn-default.active,
.ct-pricingBox--gold .open>.dropdown-toggle .btn-default {
    color: #dabf77;
}

.ct-pricingBox--gold:before {
    background: url("../images/btmBox-gold-top.png");
}

.ct-pricingBox--gold:after {
    background: url("../images/btmBox-gold.png");
}

.ct-pricingBox--green {
    background-color: #00c680;
}

.ct-pricingBox--green .ct-pricingbox-number {
    background-color: #00c680;
}

.ct-pricingBox--green .btn-default,
.ct-pricingBox--green .btn-default:hover,
.ct-pricingBox--green .btn-default:focus,
.ct-pricingBox--green .btn-default:active,
.ct-pricingBox--green .btn-default.active,
.ct-pricingBox--green .open>.dropdown-toggle .btn-default {
    color: #00c680;
}

.ct-pricingBox--green:before {
    background: url("../images/btmBox-green-top.png");
}

.ct-pricingBox--green:after {
    background: url("../images/btmBox-green.png");
}

.ct-pricingBox--blue {
    background-color: #5ac2d3;
}

.ct-pricingBox--blue .ct-pricingbox-number {
    background-color: #5ac2d3;
}

.ct-pricingBox--blue .btn-default,
.ct-pricingBox--blue .btn-default:hover,
.ct-pricingBox--blue .btn-default:focus,
.ct-pricingBox--blue .btn-default:active,
.ct-pricingBox--blue .btn-default.active,
.ct-pricingBox--blue .open>.dropdown-toggle .btn-default {
    color: #5ac2d3;
}

.ct-pricingBox--blue:before {
    background: url("../images/btmBox-blue-top.png");
}

.ct-pricingBox--blue:after {
    background: url("../images/btmBox-blue.png");
}

.ct-pricingBox--orange {
    background-color: #fe9a42;
}

.ct-pricingBox--orange .ct-pricingbox-number {
    background-color: #fe9a42;
}

.ct-pricingBox--orange .btn-default,
.ct-pricingBox--orange .btn-default:hover,
.ct-pricingBox--orange .btn-default:focus,
.ct-pricingBox--orange .btn-default:active,
.ct-pricingBox--orange .btn-default.active,
.ct-pricingBox--orange .open>.dropdown-toggle .btn-default {
    color: #fe9a42;
}

.ct-pricingBox--orange:before {
    background: url("../images/btmBox-orange-top.png");
}

.ct-pricingBox--orange:after {
    background: url("../images/btmBox-orange.png");
}

.ct-pricingBox--purple {
    background-color: #98519a;
}

.ct-pricingBox--purple .ct-pricingbox-number {
    background-color: #98519a;
}

.ct-pricingBox--purple .btn-default,
.ct-pricingBox--purple .btn-default:hover,
.ct-pricingBox--purple .btn-default:focus,
.ct-pricingBox--purple .btn-default:active,
.ct-pricingBox--purple .btn-default.active,
.ct-pricingBox--purple .open>.dropdown-toggle .btn-default {
    color: #98519a;
}

.ct-pricingBox--purple:before {
    background: url("../images/btmBox-purple-top.png");
}

.ct-pricingBox--purple:after {
    background: url("../images/btmBox-purple.png");
}

.ct-pricingBox--gray {
    background-color: #5f5f5f;
}

.ct-pricingBox--gray .ct-pricingbox-number {
    background-color: #5f5f5f;
}

.ct-pricingBox--gray .btn-default,
.ct-pricingBox--gray .btn-default:hover,
.ct-pricingBox--gray .btn-default:focus,
.ct-pricingBox--gray .btn-default:active,
.ct-pricingBox--gray .btn-default.active,
.ct-pricingBox--gray .open>.dropdown-toggle .btn-default {
    color: #5f5f5f;
}

.ct-pricingBox--gray:before {
    background: url("../images/btmBox-gray-top.png");
}

.ct-pricingBox--gray:after {
    background: url("../images/btmBox-gray.png");
}

@media (max-width: 991px) {
    .ct-pricingBox.ct-pricingBox--important {
        margin-top: 60px;
    }
    .ct-pricingBox .ct-pricingBox-list {
        padding: 25px 15px 8px 15px;
    }
}

.ct-divider--primary .col-md-6:last-child .ct-personBox,
.ct-divider--green .col-md-6:last-child .ct-personBox,
.ct-divider--gray .col-md-6:last-child .ct-personBox,
.ct-divider--orange .col-md-6:last-child .ct-personBox,
.ct-divider--purple .col-md-6:last-child .ct-personBox,
.ct-divider--blue .col-md-6:last-child .ct-personBox,
.ct-divider--gold .col-md-6:last-child .ct-personBox,
.ct-u-backgroundDarkGray .ct-personBox,
.ct-u-backgroundPrimary .ct-personBox,
.ct-u-backgroundGreen .ct-personBox,
.ct-u-backgroundOrange .ct-personBox,
.ct-u-backgroundPurple .ct-personBox,
.ct-u-backgroundBlue .ct-personBox,
.ct-u-backgroundGold .ct-personBox {
    background-color: #ffffff;
}

.ct-personBox--thumb,
.ct-personBox--left {
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #5f5f5f;
}

.ct-personBox--thumb:before,
.ct-personBox--left:before,
.ct-personBox--thumb:after,
.ct-personBox--left:after {
    content: " ";
    display: table;
}

.ct-personBox--thumb:after,
.ct-personBox--left:after {
    clear: both;
}

.ct-personBox--thumb .ct-personBox-name,
.ct-personBox--left .ct-personBox-name {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 7px 15px;
    position: relative;
    font-family: "Source Sans Pro";
    font-weight: 600;
}

.ct-personBox--thumb .ct-personBox-name:before,
.ct-personBox--left .ct-personBox-name:before,
.ct-personBox--thumb .ct-personBox-name:after,
.ct-personBox--left .ct-personBox-name:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
}

.ct-personBox--thumb .ct-personBox-name:before,
.ct-personBox--left .ct-personBox-name:before {
    top: -4px;
}

.ct-personBox--thumb .ct-personBox-name:after,
.ct-personBox--left .ct-personBox-name:after {
    bottom: -4px;
}

.ct-personBox--thumb .ct-personBox-name:hover:before,
.ct-personBox--left .ct-personBox-name:hover:before,
.ct-personBox--thumb .ct-personBox-image:hover+.ct-personBox-name:before,
.ct-personBox--left .ct-personBox-image:hover+.ct-personBox-name:before {
    -webkit-animation-name: moveRibbonsRight;
    animation-name: moveRibbonsRight;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
}

.ct-personBox--thumb .ct-personBox-name:hover:after,
.ct-personBox--left .ct-personBox-name:hover:after,
.ct-personBox--thumb .ct-personBox-image:hover+.ct-personBox-name:after,
.ct-personBox--left .ct-personBox-image:hover+.ct-personBox-name:after {
    -webkit-animation-name: moveRibbonsLeft;
    animation-name: moveRibbonsLeft;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
}

.ct-personBox--thumb p,
.ct-personBox--left p {
    margin-bottom: 20px;
}

.ct-personBox--thumb {
    text-align: center;
}

.ct-personBox--thumb .ct-u-sectionHeader {
    margin-top: 5px;
    margin-bottom: 25px;
    font-size: 18px;
}

.ct-personBox--thumb .ct-personBox-description {
    padding: 30px 15px 15px 15px;
}

.ct-personBox--left .pull-left {
    margin-right: 18px;
}

.ct-personBox--left .ct-personBox-right {
    overflow: hidden;
    zoom: 1;
}

.ct-personBox--left .ct-personBox-description {
    padding-top: 15px;
}

.ct-personBox--left .ct-u-sectionHeader {
    color: #9c9c9c;
    font-size: 14px;
}

.ct-personBox--left .ct-personBox-name {
    text-align: center;
}

.ct-personBox--left .ct-personBox-descriptionName {
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    color: #5f5f5f;
    font-weight: 600;
    line-height: 1;
    margin-top: 5px;
    margin-bottom: 35px;
}

.ct-personBox--left p {
    margin-bottom: 30px;
}

.ct-personBox--left .ct-u-moustache {
    margin-bottom: 15px;
}

.flexslider .ct-personBox-image {
    max-height: 196px;
    overflow: hidden;
}

.flexslider .ct-personBox {
    padding-bottom: 0;
}

.ct-personBox--primary .ct-personBox-name {
    background-color: #fe4578;
}

/*.ct-personBox--primary .ct-personBox-name:before {
    background: url("../images/btmBoxRound-primary-top.png");
}

.ct-personBox--primary .ct-personBox-name:after {
    background: url("../images/btmBoxRound-primary.png");
}*/

.ct-personBox--green .ct-personBox-name {
    background-color: #00c680;
}

.ct-personBox--green .ct-personBox-name:before {
    background: url("../images/btmBoxRound-green-top.png");
}

.ct-personBox--green .ct-personBox-name:after {
    background: url("../images/btmBoxRound-green.png");
}

.ct-personBox--orange .ct-personBox-name {
    background-color: #fe9a42;
}

.ct-personBox--orange .ct-personBox-name:before {
    background: url("../images/btmBoxRound-orange-top.png");
}

.ct-personBox--orange .ct-personBox-name:after {
    background: url("../images/btmBoxRound-orange.png");
}

.ct-personBox--blue .ct-personBox-name {
    background-color: #5ac2d3;
}

.ct-personBox--blue .ct-personBox-name:before {
    background: url("../images/btmBoxRound-blue-top.png");
}

.ct-personBox--blue .ct-personBox-name:after {
    background: url("../images/btmBoxRound-blue.png");
}

.ct-personBox--purple .ct-personBox-name {
    background-color: #98519a;
}

.ct-personBox--purple .ct-personBox-name:before {
    background: url("../images/btmBoxRound-purple-top.png");
}

.ct-personBox--purple .ct-personBox-name:after {
    background: url("../images/btmBoxRound-purple.png");
}

.ct-personBox--gray .ct-personBox-name {
    background-color: #5f5f5f;
}

.ct-personBox--gray .ct-personBox-name:before {
    background: url("../images/btmBoxRound-gray-top.png");
}

.ct-personBox--gray .ct-personBox-name:after {
    background: url("../images/btmBoxRound-gray.png");
}

.ct-personBox--gold .ct-personBox-name {
    background-color: #dabf77;
}

.ct-personBox--gold .ct-personBox-name:before {
    background: url("../images/btmBoxRound-gold-top.png");
}

.ct-personBox--gold .ct-personBox-name:after {
    background: url("../images/btmBoxRound-gold.png");
}

@media (max-width: 1199px) {
    .ct-personBox--left {
        text-align: center;
    }
    .ct-personBox--left .ct-u-sectionHeader {
        font-size: 18px;
        color: inherit;
        margin-bottom: 25px;
    }
    .ct-personBox--left .ct-personBox-description {
        padding: 30px 15px 15px 15px;
    }
    .ct-personBox--left .pull-left {
        margin-right: 0;
        float: none !important;
    }
    .ct-personBox--left .ct-personBox-descriptionName {
        display: none;
    }
    .ct-personBox--left p {
        margin-bottom: 20px;
    }
    .ct-personBox--left .ct-u-moustache {
        margin-bottom: 0px;
    }
}

.ct-socials {
    font-size: 25px;
    line-height: 1;
}

.ct-socials>li {
    padding: 0 15px !important;
    line-height: 1;
}

.ct-socials>li:first-child {
    padding-left: 0 !important;
}

.ct-socials>li:last-child {
    padding-right: 0 !important;
}

.ct-socials a {
    color: inherit;
}

.ct-socials a:hover {
    color: #fe4578;
}

.ct-socials--rounded>li {
    padding: 0 6px !important;
}

.ct-socials--rounded a {
    width: 50px;
    height: 50px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
}

.ct-socials--rounded .ct-socials--primary a {
    background-color: #fe4578;
    color: #ffffff;
}

.ct-socials--rounded .ct-socials--primary a:hover {
    color: #ffffff;
    background-color: #fe789d;
}

.ct-socials--rounded .ct-socials--green a {
    background-color: #00c680;
    color: #ffffff;
}

.ct-socials--rounded .ct-socials--green a:hover {
    color: #ffffff;
    background-color: #00f9a1;
}

.ct-socials--rounded .ct-socials--blue a {
    background-color: #5ac2d3;
    color: #ffffff;
}

.ct-socials--rounded .ct-socials--blue a:hover {
    color: #ffffff;
    background-color: #82d1de;
}

.ct-socials--rounded .ct-socials--orange a {
    background-color: #fe9a42;
    color: #ffffff;
}

.ct-socials--rounded .ct-socials--orange a:hover {
    color: #ffffff;
    background-color: #feb575;
}

.ct-socials--rounded .ct-socials--purple a {
    background-color: #98519a;
    color: #ffffff;
}

.ct-socials--rounded .ct-socials--purple a:hover {
    color: #ffffff;
    background-color: #b06cb2;
}

.ct-socials--rounded .ct-socials--gold a {
    background-color: #dabf77;
    color: #ffffff;
}

.ct-socials--rounded .ct-socials--gold a:hover {
    color: #ffffff;
    background-color: #e5d29f;
}

.ct-socials--rounded .ct-socials--gray a {
    background-color: #5f5f5f;
    color: #ffffff;
}

.ct-socials--rounded .ct-socials--gray a:hover {
    color: #ffffff;
    background-color: #797979;
}

.ct-socials--rounded .ct-socials--yellow a {
    background-color: #fed981;
    color: #ffffff;
}

.ct-socials--rounded .ct-socials--yellow a:hover {
    color: #ffffff;
    background-color: #fee8b4;
}

.ct-socials--primary a {
    color: #fe4578;
}

.ct-socials--primary a:hover {
    color: inherit;
}

.ct-socials--green a {
    color: #00c680;
}

.ct-socials--green a:hover {
    color: inherit;
}

.ct-socials--blue a {
    color: #5ac2d3;
}

.ct-socials--blue a:hover {
    color: inherit;
}

.ct-socials--orange a {
    color: #fe9a42;
}

.ct-socials--orange a:hover {
    color: inherit;
}

.ct-socials--purple a {
    color: #98519a;
}

.ct-socials--purple a:hover {
    color: inherit;
}

.ct-socials--gold a {
    color: #dabf77;
}

.ct-socials--gold a:hover {
    color: inherit;
}

.ct-socials--gray a {
    color: #5f5f5f;
}

.ct-socials--gray a:hover {
    color: inherit;
}

.ct-socials--yellow a {
    color: #fed981;
}

.ct-socials--yellow a:hover {
    color: inherit;
}

.navbar .ct-socials {
    line-height: 95px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.navbar .ct-socials>li {
    padding: 0 5px !important;
}

.navbar.is-small .ct-socials {
    line-height: 63px;
}

.panel-heading {
    padding: 0;
    background-color: #f6f6f6 !important;
    color: inherit !important;
    border-color: #e5e5e5 !important;
}

.panel {
    border-color: #e5e5e5 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.panel-body {
    border-top: none !important;
    background-color: #f6f6f6;
}

.panel-title {
    font-size: 15px;
    font-weight: normal;
    font-family: Arial, sans-serif;
}

.panel-title>a {
    padding: 16px 15px 17px 65px;
    display: block;
    position: relative;
}

.panel-title>a:focus {
    text-decoration: none;
}

.panel-title>a:before {
    content: "\f0d7";
    font-family: fontawesome;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    left: -1px;
    top: -1px;
}

.panel-title>a.collapsed:before {
    content: "\f0da";
}

.panel-group .panel+.panel {
    margin-top: 20px;
}

.panel-title a:before {
    background-color: #fe4578;
}

.panel-success .panel-title a.collapsed:before {
    background-color: #00c680;
}

.panel-danger .panel-title a.collapsed:before {
    background-color: #d9534f;
}

.panel-warning .panel-title a.collapsed:before {
    background-color: #fe9a42;
}

.panel-info .panel-title a.collapsed:before {
    background-color: #5ac2d3;
}

.ct-accordion-type2 {
    color: #ffffff;
    padding: 35px;
    background-color: #fe4578;
    position: relative;
}

.ct-accordion-type2:after {
    content: "";
    position: absolute;
    width: 9999px;
    height: 100%;
    left: 100%;
    top: 0;
    background-color: #fe4578;
}

.ct-accordion-type2 .panel {
    background-color: transparent;
    border: none;
    padding-bottom: 32px;
    margin-bottom: 50px;
    position: relative;
}

.ct-accordion-type2 .panel:last-child {
    margin-bottom: 0;
}

.ct-accordion-type2 .panel:after {
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
    width: 70px;
    height: 7px;
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    -webkit-opacity: 0.3;
    opacity: 0.3;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=30);
    filter: alpha(opacity=30);
    background: url("../images/dotted-line.png");
}

.ct-accordion-type2 .panel-heading,
.ct-accordion-type2 .panel-body {
    background-color: transparent !important;
}

.ct-accordion-type2 .panel-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

.ct-accordion-type2 .panel-title i {
    margin-right: 10px;
}

.ct-accordion-type2 .panel-title>a {
    padding: 0;
    font-family: "Source Sans Pro";
    color: #dc013d;
}

.ct-accordion-type2 .panel-title>a.collapsed {
    color: inherit;
}

.ct-accordion-type2 .panel-title>a.collapsed:hover,
.ct-accordion-type2 .panel-title>a.collapsed:focus,
.ct-accordion-type2 .panel-title>a.collapsed:active {
    color: #dc013d;
}

.ct-accordion-type2 .panel-title>a:before {
    display: none;
}

.ct-accordion-type2 .panel-body {
    padding: 0;
    padding-top: 20px;
}

.ct-blogPost img+.ct-blogPost-title,
.ct-blogPost .embed-responsive+.ct-blogPost-title,
.ct-blogPost>iframe+.ct-blogPost-title {
    padding-top: 0;
}

.ct-blogPost .btn {
    margin-bottom: 20px;
}

.ct-blogPost:after {
    display: block;
    content: "";
    height: 7px;
    background: url("../images/dots.png");
    margin: 15px 0;
}

.ct-blogPost:last-child:after {
    display: none;
}

.ct-blogPost .ct-blogPost-title {
    text-transform: uppercase;
    margin: 0;
}

.ct-blogPost .ct-blogPost-title a {
    color: inherit;
}

.ct-blogPost .ct-blogPost-title a:hover,
.ct-blogPost .ct-blogPost-title a:focus,
.ct-blogPost .ct-blogPost-title a:active {
    color: #fe4578;
}

.ct-blogPost--primary img,
.ct-blogPost--primary .embed-responsive {
    margin-bottom: 34px;
}

.ct-blogPost--primary>iframe {
    margin-bottom: 27px;
}

.ct-blogPost--primary .ct-blogPost-title {
    padding: 20px 0;
}

.ct-blogPost--masonry {
    margin-bottom: 20px;
}

.ct-blogPost--masonry img,
.ct-blogPost--masonry .embed-responsive {
    margin-bottom: 25px;
}

.ct-blogPost--masonry>iframe {
    margin-bottom: 18px;
}

.ct-blogPost--masonry .ct-blogPost-title {
    padding-bottom: 10px;
}

.ct-blogPost--masonry .ct-blogPost-text {
    margin-bottom: 0;
}

.ct-blogPost--masonry .ct-blogPost-text:after {
    display: block;
    content: "";
    height: 7px;
    background: url("../images/dots.png");
    margin: 20px 0;
    max-width: 76px;
}

.ct-blogPost-metaContainer {
    padding-bottom: 30px;
}

.ct-blogPost-metaContainer .ct-blogPost-meta:after {
    content: "/";
    padding: 0 10px;
}

.ct-blogPost-metaContainer .ct-blogPost-meta:last-child:after {
    display: none;
}

.ct-blogPost-meta {
    color: #b6b6b6;
}

.ct-blogPost-meta a {
    color: inherit;
}

.ct-blogPost-meta a:hover,
.ct-blogPost-meta a:focus,
.ct-blogPost-meta a:active {
    color: #fe4578;
}

.ct-blogPost-text {
    display: block;
    margin-bottom: 30px;
}

.ct-blogTag {
    color: inherit;
}

.ct-blogTag:hover,
.ct-blogTag:focus,
.ct-blogTag:active {
    color: #fe4578;
}

.ct-authorPost,
.ct-authorComment {
    position: relative;
}

.ct-authorPost:after,
.ct-authorComment:after {
    content: "";
    display: table;
    clear: both;
}

.ct-authorPost .img-circle,
.ct-authorComment .img-circle {
    max-width: 110px;
    border: 5px solid #ffffff;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    margin-right: 20px;
    margin-bottom: 0;
}

.ct-authorPost .ct-authorPost-author,
.ct-authorComment .ct-authorPost-author,
.ct-authorPost .ct-authorComment-author,
.ct-authorComment .ct-authorComment-author {
    text-transform: uppercase;
    font-family: "Source Sans Pro";
    font-weight: 600;
    padding-bottom: 20px;
}

.ct-authorPost .ct-authorPost-author span,
.ct-authorComment .ct-authorPost-author span,
.ct-authorPost .ct-authorComment-author span,
.ct-authorComment .ct-authorComment-author span {
    margin-right: 10px;
    margin-bottom: 0;
    font-style: normal;
    cursor: default;
}

.ct-authorPost .ct-authorPost-content,
.ct-authorComment .ct-authorPost-content,
.ct-authorPost .ct-authorComment-content,
.ct-authorComment .ct-authorComment-content {
    overflow: hidden;
    zoom: 1;
    padding-top: 3px;
}

.ct-authorPost .ct-authorPost-quote,
.ct-authorComment .ct-authorPost-quote,
.ct-authorPost .ct-authorComment-quote,
.ct-authorComment .ct-authorComment-quote {
    min-height: 34px;
}

.ct-authorPost {
    background-color: #fe4578;
    color: #ffffff;
    margin: 30px 0;
    padding: 30px;
    padding-left: 0;
}

.ct-authorPost:before {
    content: "";
    background-color: #fe4578;
    height: 100%;
    width: 9999px;
    right: 100%;
    position: absolute;
    top: 0;
}

.comment-reply-link {
    position: absolute;
    right: 0;
    top: 3px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.comment-reply-link:before {
    content: "\f112";
    font-family: fontawesome;
    padding-right: 5px;
}

@media (max-width: 767px) {
    .ct-authorPost .pull-left,
    .ct-authorComment .pull-left {
        float: none !important;
    }
    .ct-authorPost .img-circle,
    .ct-authorComment .img-circle {
        margin: auto;
        display: block;
        margin-bottom: 20px;
    }
    .ct-authorPost .ct-authorPost-author,
    .ct-authorComment .ct-authorPost-author,
    .ct-authorPost .ct-authorComment-author,
    .ct-authorComment .ct-authorComment-author {
        text-align: center;
    }
    .comment-reply-link {
        position: relative;
    }
}

.ct-graphBox-graph {
    position: relative;
    line-height: 1 !important;
}

.ct-graphBox-graph .ct-graphBox-graphPercentage {
    font-size: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    font-family: "Source Sans Pro";
    text-align: center;
    left: 0;
    width: 100%;
    right: 0;
}

.ct-iconBox-icon .ct-graphBox-graph {
    margin-left: 50px;
    margin-right: 50px;
}

.ct-progressBar {
    margin-bottom: 20px;
    background-color: #f4f4f4;
}

.ct-progressBar:before,
.ct-progressBar:after {
    content: " ";
    display: table;
}

.ct-progressBar:after {
    clear: both;
}

.ct-progressBar .ct-progressBar-title {
    float: left;
    background-color: #fe4578;
    padding: 20px 40px;
    color: #ffffff;
    height: 70px;
    width: 30%;
    text-align: center;
}

.ct-progressBar .ct-progressBar-container {
    padding: 18px;
    float: left;
    width: 70%;
}

.ct-progressBar .progress {
    height: 34px;
    margin: 0;
    background-color: #ffffff;
    overflow: visible;
}

.ct-progressBar .progress-bar,
.ct-progressBar .progress {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.ct-progressBar .progress-bar {
    position: relative;
}

.ct-progressBar .progress-bar:before,
.ct-progressBar .progress-bar:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    background-color: #f4f4f4;
}

.ct-progressBar .progress-bar:before {
    top: -3px;
    -webkit-animation-name: moveRibbonsRight;
    animation-name: moveRibbonsRight;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 35s;
    animation-duration: 35s;
}

.ct-progressBar .progress-bar:after {
    bottom: -3px;
    -webkit-animation-name: moveRibbonsLeft;
    animation-name: moveRibbonsLeft;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 35s;
    animation-duration: 35s;
}

.ct-progressBar .ct-progressBar-text {
    -webkit-transform: translate3d(0, 50px, 0) rotate3d(1, 1, 1, 6deg);
    -moz-transform: translate3d(0, 50px, 0) rotate3d(1, 1, 1, 6deg);
    -o-transform: translate3d(0, 50px, 0) rotate3d(1, 1, 1, 6deg);
    -ms-transform: translate3d(0, 50px, 0) rotate3d(1, 1, 1, 6deg);
    transform: translate3d(0, 50px, 0) rotate3d(1, 1, 1, 6deg);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    min-width: 150px;
    position: absolute;
    background-color: #fe4578;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
    display: block;
    z-index: 5;
    bottom: 45px;
    left: 60%;
    line-height: 1;
    font-weight: 600;
    text-align: center;
}

.ct-progressBar .ct-progressBar-text span {
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
}

.ct-progressBar .ct-progressBar-text:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 3px 0 3px;
    border-color: #fe4578 transparent transparent transparent;
    bottom: -5px;
    left: 50%;
    margin-left: -3px;
    position: absolute;
}

.ct-progressBar:hover .ct-progressBar-text {
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
    -moz-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
    -o-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
    -ms-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

.progress-bar-primary:before {
    background: url("../images/btmBox-primary-top.png");
}

.progress-bar-primary:after {
    background: url("../images/btmBox-primary.png");
}

.progress-bar-success:before {
    background: url("../images/btmBox-green-top.png");
}

.progress-bar-success:after {
    background: url("../images/btmBox-green.png");
}

.progress-bar-warning:before {
    background: url("../images/btmBox-orange-top.png");
}

.progress-bar-warning:after {
    background: url("../images/btmBox-orange.png");
}

.progress-bar-info:before {
    background: url("../images/btmBox-blue-top.png");
}

.progress-bar-info:after {
    background: url("../images/btmBox-blue.png");
}

.progress-bar-purple {
    background-color: #98519a;
}

.progress-bar-purple:before {
    background: url("../images/btmBox-purple-top.png");
}

.progress-bar-purple:after {
    background: url("../images/btmBox-purple.png");
}

.progress-bar-gold {
    background-color: #dabf77;
}

.progress-bar-gold:before {
    background: url("../images/btmBox-gold-top.png");
}

.progress-bar-gold:after {
    background: url("../images/btmBox-gold.png");
}

.progress-icons:before {
    display: none;
}

.progress-icons {
    line-height: 1;
}


/* **************************************
  MEDIA SECTIONS - VIDEO/PARALLAX/KENBURNS
  **************************************** */

video {
    width: 100%;
}

.ct-mediaSection {
    background-color: #111111;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    width: 100%;
    position: relative;
}

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

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

@media (max-width: 768px) {
    .ct-mediaSection {
        width: 100%;
        display: block !important;
    }
    .ct-mediaSection .ct-mediaSection-inner {
        display: block;
        width: auto;
    }
}

.ct-mediaSection[data-type="pattern"] {
    background-repeat: repeat;
    display: table;
}

.ct-mediaSection[data-type="pattern"] .ct-mediaSection-inner {
    display: table-cell;
}

.ct-mediaSection[data-type="parallax"] {
    background-attachment: fixed;
    display: table;
}

.ct-mediaSection[data-type="parallax"].ct-mediaSection--stellar {
    overflow: hidden;
}

.ct-mediaSection[data-type="parallax"] .ct-mediaSection-inner {
    display: table-cell;
}

.ct-mediaSection[data-type="video"] {
    display: block;
}

.ct-mediaSection[data-type="video"] .ct-u-displayTable {
    height: 100%;
    position: absolute;
    top: 0;
}

.ct-mediaSection[data-type="video"] .ct-mediaSection-inner {
    display: table-cell;
}

.ct-mediaSection[data-type="video"] .ct-mediaSection-video {
    position: absolute;
    min-width: 100%;
    overflow: hidden;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
    .ct-mediaSection[data-type="video"] .ct-u-displayTable {
        display: block;
        position: relative;
    }
    .ct-mediaSection[data-type="video"] .ct-u-displayTable .ct-mediaSection-inner {
        display: block;
    }
}

.ct-mediaSection[data-type="kenburns"] {
    overflow: hidden;
    display: table;
}

.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-inner {
    display: table-cell;
}

.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
}

.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer>img {
    vertical-align: middle;
    position: absolute;
    top: 50%;
    margin-top: -550px;
    max-width: none;
    min-width: 120%;
    min-height: 100%;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    margin-left: -5%;
    -webkit-transition-property: opacity, -webkit-transform;
    -webkit-transition-duration: 3s, 8s;
    -moz-transition-property: opacity, -moz-transform;
    -moz-transition-duration: 3s, 8s;
    -o-transition-property: opacity, -o-transform;
    -o-transition-duration: 3s, 8s;
    transition-property: opacity, transform;
    transition-duration: 3s, 8s;
}

.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer>img.singlefx {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer>img {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
}

.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer :nth-child(2n+1) {
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
}

.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer :nth-child(3n+1) {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
}

.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer :nth-child(4n+1) {
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
}

.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer .fx:first-child+img~img {
    z-index: -1;
}

.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer .fx {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: scale(1.1) translate(30px);
    -moz-transform: scale(1.1) translate(30px);
    -o-transform: scale(1.1) translate(30px);
    transform: scale(1.1) translate(30px);
}

.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer .singlefx {
    -webkit-animation: singleimageloop 20s infinite;
    /* Safari 4+ */
    -moz-animation: singleimageloop 20s infinite;
    /* Fx 5+ */
    -o-animation: singleimageloop 20s infinite;
    /* Opera 12+ */
    animation: singleimageloop 20s infinite;
    /* IE 10+ */
}

@-webkit-keyframes singleimageloop {
    0% {
        -webkit-transform: scale(1) translate(0px);
    }
    50% {
        -webkit-transform: scale(1.1) translate(30px);
    }
    100% {
        -webkit-transform: scale(1) translate(0px);
    }
}

@-moz-keyframes singleimageloop {
    0% {
        -moz-transform: scale(1) translate(0px);
    }
    50% {
        -moz-transform: scale(1.1) ct-m-translate(30px);
    }
    100% {
        -moz-transform: scale(1) translate(0px);
    }
}

@-o-keyframes singleimageloop {
    0% {
        -o-transform: scale(1) translate(0px);
    }
    50% {
        -o-transform: scale(1.1) translate(30px);
    }
    100% {
        -o-transform: scale(1) translate(0px);
    }
}

@keyframes singleimageloop {
    0% {
        transform: scale(1) translate(0px);
    }
    50% {
        transform: scale(1.1) translate(30px);
    }
    100% {
        transform: scale(1) translate(0px);
    }
}

.ct-mediaSection-stellarObject {
    position: absolute;
}

img {
    max-width: 100%;
}

hr {
    border-top-width: 4px;
    border-top-color: #fcfcfc;
}

hr.ct-dotted,
hr.ct-dotted2 {
    border: none;
    height: 11px;
    margin-top: 17px;
    margin-bottom: 17px;
}

hr.ct-dotted {
    background: url("../images/hr-dotted.png") repeat-x;
}

hr.ct-dotted2 {
    background: url("../images/hr-dotted2.png") repeat-x;
}

html,
body {
    height: 100%;
}

.ct-specialPage {
    border-top: 12px solid #ffffff;
    border-bottom: 12px solid #ffffff;
    display: table;
    width: 100%;
    height: 100%;
}

.ct-specialPage .ct-specialPage-inner {
    display: table-cell;
    vertical-align: middle;
}

.ct-specialPage hr.ct-dotted,
.ct-specialPage hr.ct-dotted2 {
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    -webkit-opacity: 0.3;
    opacity: 0.3;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=30);
    filter: alpha(opacity=30);
}

@media (max-width: 768px) {
    .ct-specialPage {
        display: block;
    }
    .ct-specialPage .ct-specialPage-inner {
        display: block;
    }
}

.ct-pageWrapper {
    overflow: hidden;
    z-index: 3;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
}

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 {
    max-width: 1200px;
    margin: auto;
}

.ptn1,
.ptn2,
.ptn3,
.ptn4,
.ptn5,
.ptn6,
.ptn7,
.ptn8,
.ptn9,
.ptn10,
.ptn11,
.ptn12 {
    background-attachment: fixed !important;
}

.ptn1 {
    background: url("../images/bg_pattern_01.jpg") repeat;
}

.ptn2 {
    background: url("../images/bg_pattern_02.jpg") repeat;
}

.ptn3 {
    background: url("../images/bg_pattern_03.jpg") repeat;
}

.ptn4 {
    background: url("../images/bg_pattern_04.jpg") repeat;
}

.ptn5 {
    background: url("../images/bg_pattern_05.jpg") repeat;
}

.ptn6 {
    background: url("../images/bg_pattern_06.jpg") repeat;
}

.ptn7 {
    background: url("../images/bg_pattern_07.jpg") repeat;
}

.ptn8 {
    background: url("../images/bg_pattern_08.jpg") repeat;
}

.ptn9 {
    background: url("../images/bg_pattern_09.jpg") repeat;
}

.ptn10 {
    background: url("../images/bg_pattern_10.jpg") repeat;
}

.ptn11 {
    background: url("../images/bg_pattern_11.jpg") repeat;
}

.ptn12 {
    background: url("../images/bg_pattern_12.jpg") repeat;
}

@media (max-width: 767px) {
    .ct-pageWrapper {
        overflow: hidden;
        position: relative;
        padding-top: 70px;
    }
}

footer {
    border-top: 4px solid #ffffff;
    background-color: #fe4578;
    color: #ffffff;
}

footer a {
    color: inherit;
}

footer a:hover,
footer a:focus,
footer a:active {
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
}

.ct-postFooter {
    background-color: #d3d3d3;
    position: relative;
}

.ct-postFooter ul,
.ct-postFooter ol {
    margin-bottom: 0;
}

.ct-postFooter .list-inline>li {
    padding-right: 20px;
}

.ct-postFooter:before {
    width: 100%;
    top: -1px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
}

.ct-postFooter:after,
.ct-postFooter:before {
    position: absolute;
    content: "";
}

.ct-postFooter:after {
    left: 50%;
    margin-left: -37.5px;
    top: -18px;
    width: 75px;
    height: 29px;
    background: url("../images/footerTriangle.png") no-repeat;
}

.ct-copyright {
    /*	color: #FE4578; */
    color: #000;
    position: relative;
    padding-bottom: 13px;
    display: inline-block;
}

.ct-copyright:after {
    position: absolute;
    bottom: 0;
    content: "";
    width: 60px;
    height: 4px;
    display: block;
    background-color: #FE4578;
}

@media (max-width: 767px) {
    footer {
        text-align: center;
    }
    footer h4 {
        margin-top: 50px;
    }
    footer .text-right {
        text-align: center;
    }
    .ct-postFooter {
        padding-bottom: 80px;
    }
    .ct-copyright:after {
        left: 50%;
        margin-left: -30px;
    }
}

.ct-scrollUpButton {
    visibility: hidden;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
    position: fixed;
    right: 90px;
    color: #ffffff;
    text-align: center;
    bottom: 90px;
    text-transform: uppercase;
}

.ct-scrollUpButton .ct-sectionButton-circle {
    overflow: hidden;
    font-size: 40px;
    width: 50px;
    height: 50px;
    line-height: 43px;
    display: block;
    margin: auto;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -webkit-border-top-left-radius: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    -moz-border-radius-topleft: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #000000;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.ct-scrollUpButton:hover,
.ct-scrollUpButton:active,
.ct-scrollUpButton:focus {
    color: #ffffff;
}

.ct-scrollUpButton.is-active {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    visibility: visible;
}

@media (max-width: 1199px) {
    .ct-scrollUpButton {
        right: 20px;
        bottom: 20px;
    }
}

.ct-pageHeader {
    display: table;
    width: 100%;
}

.ct-pageHeader:before,
.ct-pageHeader:after {
    content: " ";
    display: table;
}

.ct-pageHeader:after {
    clear: both;
}

.ct-pageHeader .ct-pageHeader-leftSide {
    background-color: #d3d3d3;
    width: 45%;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.ct-pageHeader .ct-pageHeader-rightSide {
    width: 55%;
    display: table-cell;
    padding-left: 0px;
}

@media (min-width: 1199px) {
    .ct-pageHeader-rightSide .flexslider {
        min-height: 460px;
    }
}

@media (min-width: 1700px) {
    .ct-pageHeader .ct-pageHeader-leftSide {
        padding-right: 260px;
    }
}

@media (max-width: 1700px) {
    .ct-pageHeader .ct-pageHeader-leftSide {
        padding-right: 200px;
    }
}

@media (max-width: 1550px) {
    .ct-pageHeader .ct-pageHeader-leftSide {
        padding-right: 150px;
    }
}

@media (max-width: 1350px) {
    .ct-pageHeader .ct-pageHeader-leftSide {
        padding-right: 150px;
    }
}

@media (max-width: 1250px) {
    .ct-pageHeader .ct-pageHeader-leftSide {
        padding-right: 40px;
        padding-left: 10px;
    }
}

@media (max-width: 768px) {
    .ct-pageHeader {
        display: block;
        height: auto !important;
    }
    .ct-pageHeader .ct-pageHeader-leftSide,
    .ct-pageHeader .ct-pageHeader-rightSide {
        display: block;
        width: 100%;
        float: none;
    }
    .ct-pageHeader .ct-pageHeader-leftSide {
        display: none;
    }
    .ct-pageHeader .ct-pageHeader-rightSide {
        padding-left: 0;
    }
}

.ct-pageHeader--default {
    height: 300px;
}

.ct-sectionTitle {
    display: inline-block;
}

.ct-sectionTitle:after {
    content: "";
    display: block;
    width: 70px;
    height: 7px;
    margin: 20px 0 17px 0;
    background: url("../images/dotted-line.png");
}

h5.ct-sectionTitle:after {
    margin: 5px 0;
    width: 100%;
}

.ct-sectionTitle--primary {
    color: #fe4578;
}

.ct-sectionTitle--purple {
    color: #98519a;
}

.ct-sectionTitle--green {
    color: #00c680;
}

.ct-sectionTitle--blue {
    color: #5ac2d3;
}

.ct-sectionTitle--gray {
    color: #5f5f5f;
}

.ct-sectionTitle--orange {
    color: #fe9a42;
}

.ct-sectionTitle--gold {
    color: #dabf77;
}

.ct-divided {
    position: relative;
}

.ct-divided .col-md-6:last-child {
    color: #ffffff;
}

.ct-divided .col-md-6:last-child:before,
.ct-divided .col-md-6:last-child:after {
    position: absolute;
    width: 9999px;
    height: 100%;
    top: 0;
}

.ct-divided .col-md-6:last-child:before {
    right: 100%;
}

.ct-divided .col-md-6:last-child:after {
    left: 100%;
}

.ct-divided:before {
    content: "";
    position: absolute;
    top: 0;
    left: 49%;
    width: 9999px;
    height: 100%;
}

.ct-divider--primary .col-md-6:last-child {
    background-color: #fe4578;
}

.ct-divider--primary .col-md-6:last-child:before,
.ct-divider--primary .col-md-6:last-child:after {
    background-color: #fe4578;
}

.ct-divider--primary:before {
    background-color: #fe4578;
}

.ct-divider--green .col-md-6:last-child {
    background-color: #00c680;
}

.ct-divider--green .col-md-6:last-child:before,
.ct-divider--green .col-md-6:last-child:after {
    background-color: #00c680;
}

.ct-divider--green:before {
    background-color: #00c680;
}

.ct-divider--gray .col-md-6:last-child {
    background-color: #5f5f5f;
}

.ct-divider--gray .col-md-6:last-child:before,
.ct-divider--gray .col-md-6:last-child:after {
    background-color: #5f5f5f;
}

.ct-divider--gray:before {
    background-color: #5f5f5f;
}

.ct-divider--orange .col-md-6:last-child {
    background-color: #fe9a42;
}

.ct-divider--orange .col-md-6:last-child:before,
.ct-divider--orange .col-md-6:last-child:after {
    background-color: #fe9a42;
}

.ct-divider--orange:before {
    background-color: #fe9a42;
}

.ct-divider--purple .col-md-6:last-child {
    background-color: #98519a;
}

.ct-divider--purple .col-md-6:last-child:before,
.ct-divider--purple .col-md-6:last-child:after {
    background-color: #98519a;
}

.ct-divider--purple:before {
    background-color: #98519a;
}

.ct-divider--blue .col-md-6:last-child {
    background-color: #5ac2d3;
}

.ct-divider--blue .col-md-6:last-child:before,
.ct-divider--blue .col-md-6:last-child:after {
    background-color: #5ac2d3;
}

.ct-divider--blue:before {
    background-color: #5ac2d3;
}

.ct-divider--gold .col-md-6:last-child {
    background-color: #dabf77;
}

.ct-divider--gold .col-md-6:last-child:before,
.ct-divider--gold .col-md-6:last-child:after {
    background-color: #dabf77;
}

.ct-divider--gold:before {
    background-color: #dabf77;
}

@media (max-width: 992px) {
    .ct-divided {
        position: relative;
    }
    .ct-divided:before {
        display: none;
    }
    .ct-divided .col-md-6:last-child:before,
    .ct-divided .col-md-6:last-child:after {
        content: "";
    }
}

.ct-imageBox {
    position: relative;
    height: 780px;
    background-size: cover;
    background-position: center;
}

.ct-imageBox .ct-u-displayTable {
    position: absolute;
    height: 100%;
}

.ct-imageBox ul.list-unstyled li,
.ct-imageBox ol.list-unstyled li {
    font-weight: 600;
}

.ct-imageBox .ct-imageBox-content {
    max-width: 372px;
    margin: auto;
    padding: 2px;
    border: 2px solid #ffffff;
}

.ct-imageBox .ct-imageBox-innerContent {
    width: 100%;
    background-color: #ffffff;
    padding: 50px;
}

@media (max-width: 480px) {
    .ct-imageBox {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .ct-imageBox .ct-imageBox-innerContent {
        padding: 20px;
    }
}

.ct-callToActionBox {
    display: block;
    width: 70%;
    text-align: right;
    padding: 70px 50px;
    font-size: 55px;
    line-height: 1;
    color: #ffffff;
    position: relative;
}

.ct-callToActionBox:hover,
.ct-callToActionBox:focus,
.ct-callToActionBox:active {
    color: #ffffff;
}

.ct-callToActionBox small {
    font-size: 24px;
}

.ct-callToActionBox:before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 9999px;
    height: 100%;
}

.ct-callToActionBox img {
    position: absolute;
    bottom: 0;
    left: 105%;
}

.ct-callToActionBox--primary,
.ct-callToActionBox--primary:before {
    background-color: #fe4578;
}

.ct-callToActionBox--green,
.ct-callToActionBox--green:before {
    background-color: #00c680;
}

.ct-callToActionBox--blue,
.ct-callToActionBox--blue:before {
    background-color: #5ac2d3;
}

.ct-callToActionBox--orange,
.ct-callToActionBox--orange:before {
    background-color: #fe9a42;
}

.ct-callToActionBox--purple,
.ct-callToActionBox--purple:before {
    background-color: #98519a;
}

.ct-callToActionBox--gray,
.ct-callToActionBox--gray:before {
    background-color: #5f5f5f;
}

.ct-callToActionBox--gold,
.ct-callToActionBox--gold:before {
    background-color: #dabf77;
}

@media (max-width: 767px) {
    .ct-callToActionBox {
        width: 100%;
    }
    .ct-callToActionBox img {
        display: none;
    }
}

.ct-gallery .wp-pagenavi {
    display: none;
}

.container>.ct-gallery {
    margin-left: -12.5px;
    margin-right: -12.5px;
}

.ct-gallery {
    position: relative;
    overflow: hidden;
    min-height: 300px;
}

.ct-gallery.is-loaded:before {
    display: none;
}

.ct-gallery: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-gallery.ct-gallery--withSpacing .ct-gallery-item .ct-gallery-itemInner {
    padding-left: 12.5px;
    padding-right: 12.5px;
    padding-bottom: 24px;
}

.ct-gallery-item.ct-gallery-item--masonry {
    position: relative;
    width: 20%;
    float: left;
    margin-top: -1px;
    overflow: hidden;
}

.ct-gallery-item.ct-gallery-item--masonry .project-thumb {
    width: 100%;
}

.ct-gallery-item.ct-gallery-item--masonry img {
    width: 100%;
}

.ct-gallery-item.ct-gallery-item--masonry:hover .area-hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

.ct-gallery-item.ct-gallery-item--masonry:hover .area-hover .cat-links {
    top: 0;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

.ct-gallery-item.ct-gallery-item--masonry:hover .area-hover .entry-title {
    top: 0;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

.ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry {
    width: 20%;
}

.ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
.ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big {
    width: 40%;
}

.ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry {
    width: 25%;
}

.ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
.ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big {
    width: 50%;
}

.ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry {
    width: 33.33%;
}

.ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
.ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big {
    width: 66.66%;
}

.ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry {
    width: 50%;
}

.ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
.ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big {
    width: 100%;
}

.ct-gallery.ct-gallery--col1 .ct-gallery-item.ct-gallery-item--masonry {
    width: 100%;
}

@media (max-width: 991px) {
    .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry,
    .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry {
        width: 33.33%;
    }
    .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
    .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
    .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big,
    .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big {
        width: 66.66%;
    }
}

@media (max-width: 767px) {
    .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry,
    .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry,
    .ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry,
    .ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry {
        width: 100%;
    }
    .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
    .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
    .ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
    .ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
    .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big,
    .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big,
    .ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big,
    .ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big {
        width: 100%;
    }
}

#infscr-loading {
    z-index: 3000;
    position: absolute;
    bottom: 100px;
    left: 50%;
    margin-left: -100px;
    text-align: center;
}

#infscr-loading>div {
    width: 200px;
    padding: 20px 0;
    background-color: #222222;
}

#infscr-loading img {
    display: none !important;
}

#infscr-loading div {
    position: relative;
    bottom: auto;
    left: auto;
}

#infscr-loading>div {
    position: absolute;
    bottom: -38px;
    left: 8px;
}

.gallerymessage {
    padding: 7px 15px;
    color: #ffffff;
}

.ct-galleryBox {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.ct-galleryBox a {
    color: #ffffff;
}

.ct-galleryBox .ct-galleryBox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.ct-galleryBox .ct-galleryBox-icons {
    -webkit-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: table;
    width: 60%;
    margin: 0 20%;
}

.ct-galleryBox .ct-galleryBox-icons i {
    font-size: 20px;
}

.ct-galleryBox .ct-galleryBox-icons a {
    width: 1%;
    display: table-cell;
    outline: none;
}

.ct-galleryBox .ct-galleryBox-title {
    margin-top: 40px;
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    transform: translate(0, -5px);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.ct-galleryBox .ct-galleryBox-description {
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.ct-galleryBox:hover .ct-galleryBox-overlay {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

.ct-galleryBox:hover .ct-galleryBox-icons {
    -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-galleryBox:hover .ct-galleryBox-title {
    -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-galleryBox:hover .ct-galleryBox-description {
    -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-galleryBox--primary .ct-galleryBox-overlay {
    background-color: rgba(254, 69, 120, 0.9);
}

.ct-galleryBox--green .ct-galleryBox-overlay {
    background-color: rgba(0, 198, 128, 0.9);
}

.ct-galleryBox--blue .ct-galleryBox-overlay {
    background-color: rgba(90, 194, 211, 0.9);
}

.ct-galleryBox--orange .ct-galleryBox-overlay {
    background-color: rgba(254, 154, 66, 0.9);
}

.ct-galleryBox--gold .ct-galleryBox-overlay {
    background-color: rgba(218, 191, 119, 0.9);
}

.ct-galleryBox--gray .ct-galleryBox-overlay {
    background-color: rgba(95, 95, 95, 0.9);
}

.ct-galleryBox--purple .ct-galleryBox-overlay {
    background-color: rgba(152, 81, 154, 0.9);
}

.ct-galleryBox--type2 .ct-galleryBox-image {
    max-height: 270px;
}

.ct-galleryBox--type2+.ct-galleryBox-content {
    background-color: #ffffff;
    border: 1px solid #e7e7e7;
    border-top: none;
    display: block;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
}

.ct-galleryBox--type2+.ct-galleryBox-content .ct-galleryBox-title {
    margin: 0;
    padding-top: 25px;
    color: #5f5f5f;
}

.ct-galleryBox--type2+.ct-galleryBox-content .ct-galleryBox-description {
    color: #9c9c9c;
}

.ct-galleryBox--type2.ct-galleryBox--primary:hover+.ct-galleryBox-content .ct-galleryBox-title {
    color: #fe4578;
}

.ct-galleryBox--type2.ct-galleryBox--primary+.ct-galleryBox-content:hover .ct-galleryBox-title {
    color: #fe4578;
}

.ct-galleryBox--type2.ct-galleryBox--green:hover+.ct-galleryBox-content .ct-galleryBox-title {
    color: #00c680;
}

.ct-galleryBox--type2.ct-galleryBox--green+.ct-galleryBox-content:hover .ct-galleryBox-title {
    color: #00c680;
}

.ct-galleryBox--type2.ct-galleryBox--gold:hover+.ct-galleryBox-content .ct-galleryBox-title {
    color: #dabf77;
}

.ct-galleryBox--type2.ct-galleryBox--gold+.ct-galleryBox-content:hover .ct-galleryBox-title {
    color: #dabf77;
}

.ct-galleryBox--type2.ct-galleryBox--gray:hover+.ct-galleryBox-content .ct-galleryBox-title {
    color: #fe4578;
}

.ct-galleryBox--type2.ct-galleryBox--gray+.ct-galleryBox-content:hover .ct-galleryBox-title {
    color: #fe4578;
}

.ct-galleryBox--type2.ct-galleryBox--purple:hover+.ct-galleryBox-content .ct-galleryBox-title {
    color: #98519a;
}

.ct-galleryBox--type2.ct-galleryBox--purple+.ct-galleryBox-content:hover .ct-galleryBox-title {
    color: #98519a;
}

.ct-galleryBox--type2.ct-galleryBox--orange:hover+.ct-galleryBox-content .ct-galleryBox-title {
    color: #fe9a42;
}

.ct-galleryBox--type2.ct-galleryBox--orange+.ct-galleryBox-content:hover .ct-galleryBox-title {
    color: #fe9a42;
}

.ct-galleryBox--type2.ct-galleryBox--blue:hover+.ct-galleryBox-content .ct-galleryBox-title {
    color: #5ac2d3;
}

.ct-galleryBox--type2.ct-galleryBox--blue+.ct-galleryBox-content:hover .ct-galleryBox-title {
    color: #5ac2d3;
}

.ct-galleryWidget img {
    display: block;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
}

.ct-galleryWidgetSingleMember img {
    display: block;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    max-width: 80px;
}

.ct-googleMap {
    min-height: 150px;
}

.ct-googleMap img {
    max-width: none;
}


/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* Icon Fonts
*********************************/


/* Font-face Icons */

@font-face {
    font-family: 'flexslider-icon';
    src: url('../fonts/flexslider/flexslider-icon.eot');
    src: url('../fonts/flexslider/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider/flexslider-icon.woff') format('woff'), url('../fonts/flexslider/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* FlexSlider Necessary Styles
*********************************/

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}


/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}


/* Clearfix for the .slides element */

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}


/* No JavaScript Fallback */


/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

.no-js .slides>li:first-child {
    display: block;
}


/* FlexSlider Default Theme
*********************************/

.flexslider {
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}


/* Direction Nav */

.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
    left: -50px;
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}

.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 10px;
}

.flexslider:hover .flex-next {
    opacity: 0.7;
    right: 10px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
}

.flex-direction-nav a.flex-next:before {
    content: '\f002';
}


/* Pause/Play */

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: '\f003';
}


/* Control Nav */

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}

.flexslider {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.flexslider ul li,
.flexslider ol li {
    line-height: inherit;
}

.flexslider .flex-direction-nav a {
    text-shadow: none;
    color: #fe4578;
}

.flexslider .flex-direction-nav a:before {
    font-family: fontawesome;
    height: 40px;
}

.flexslider .flex-direction-nav .flex-prev {
    left: 15px;
}

.flexslider .flex-direction-nav .flex-prev:before {
    content: "\f0d9";
}

.flexslider .flex-direction-nav .flex-next {
    right: 15px;
}

.flexslider .flex-direction-nav .flex-next:before {
    content: "\f0da";
}

.ct-pageHeader .flexslider {
    margin: 0;
}

.flexslider.ct-flexslider--arrowType1 .flex-direction-nav a {
    top: 20px;
    margin: 0;
    width: 16px;
    border-top: 3px solid #fe4578;
}

.flexslider.ct-flexslider--arrowType1 .flex-direction-nav a:before {
    font-size: 25px;
    text-align: center;
    width: 100%;
}

.flexslider.ct-flexslider--arrowType1 .flex-prev {
    left: 25px;
}

.flexslider.ct-flexslider--arrowType1 .flex-next {
    left: 50px;
}

.flexslider.ct-flexslider--arrowType2 .flex-direction-nav a {
    top: auto;
    bottom: -40px;
    margin: 0;
    width: 16px;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=70);
    filter: alpha(opacity=70);
}

.flexslider.ct-flexslider--arrowType2 .flex-direction-nav a:before {
    font-size: 30px;
    text-align: center;
    width: 100%;
}

.flexslider.ct-flexslider--arrowType2 .flex-prev {
    left: auto;
    right: 35px;
}

.flexslider.ct-flexslider--arrowType2 .flex-prev:before {
    content: "\f104";
}

.flexslider.ct-flexslider--arrowType2 .flex-next {
    right: 15px;
}

.flexslider.ct-flexslider--arrowType2 .flex-next:before {
    content: "\f105";
}

.flexslider.ct-flexslider--whiteControls .flex-direction-nav a {
    color: #ffffff !important;
}

.flexslider.ct-flexslider--whiteControls.ct-flexslider--arrowType1 .flex-direction-nav a {
    border-top: 3px solid #ffffff;
}

.flexslider[data-itemmargin="25"] .slides>li {
    margin-left: 12.5px;
    margin-right: 12.5px;
}

.flexslider[data-itemmargin="25"] .slides>li:first-child {
    margin-left: 0;
}

.flexslider[data-itemmargin="25"] .slides>li:last-child {
    margin-right: 0;
}

@media (max-width: 480px) {
    .flexslider[data-itemmargin="25"] .slides>li {
        margin: 0;
    }
}


/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}


/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}


/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

.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: 30px;
    padding-left: 30px;
}

.counter-block:first-child {
    padding-left: 0;
}

.counter-block:last-child {
    padding-right: 0;
}

.counter-block .counter {
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border: 18px double #fe4578;
    background-color: #ffffff;
    line-height: 120px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.counter-block .counter .number {
    width: 50%;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    font-size: 35px;
    top: -10000px;
    color: #fe4578;
}

.counter-block .counter .number.tens {
    text-align: right;
    padding-left: 19%;
    padding-right: 1%;
    left: 0;
}

.counter-block .counter .number.units {
    padding-left: 1%;
    padding-right: 19%;
    left: 50%;
    text-align: left;
}

.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 .number.tens {
    width: 20.66%;
    left: 50%;
    margin-left: -10.33%;
    padding-left: 1%;
    padding-right: 1%;
    text-align: center;
}

.counter-block .counter.with-hundreds .number.units {
    width: 39.67%;
    left: 60.33%;
    padding-left: 1%;
    padding-right: 9%;
}

.counter-block .counter.with-hundreds .number.hundreds {
    width: 39.67%;
    padding-left: 9%;
    padding-right: 1%;
    display: block;
    left: 0;
    text-align: right;
}

.counter-block .counter-caption {
    font-size: 150%;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .counter-block {
        padding-right: 5px;
        padding-left: 5px;
    }
    .counter-block .counter {
        width: 120px;
        height: 120px;
        line-height: 84px;
    }
}

@media (max-width: 480px) {
    .counter-block {
        width: 100%;
        height: auto;
    }
    .counter-block .counter {
        margin: auto;
        width: 250px;
        height: 250px;
    }
    .counter-block .counter .number {
        line-height: 210px;
    }
}

.cssAnimate .animated {
    opacity: 0;
    filter: alpha(opacity=0);
    /* For IE8 and earlier */
}

.cssAnimate .activate {
    opacity: 1;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */
}

.widget {
    margin-bottom: 50px;
}

.widget .widget-title {
    background-color: #fe4578;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Source Sans Pro";
    font-weight: 600;
    padding: 11px 15px;
    line-height: 1;
    margin-bottom: 20px;
}

.widget .widget-title:before,
.widget .widget-title:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
}

.widget .widget-title:before {
    top: -3px;
    background: url("../../images/btmBox-green-top.png");
}

.widget .widget-title:after {
    bottom: -3px;
    background: url("../../images/btmBox-green.png");
}

.widget ul {
    padding-left: 0;
    list-style: none;
}

.widget ul li {
    line-height: 40px;
    text-transform: uppercase;
    font-family: "Source Sans Pro";
    font-weight: 600;
}

.widget ul li:before {
    content: "\f0da";
    font-family: fontawesome;
    margin-right: 20px;
    color: #ffd3df;
}

.widget ul li a {
    color: inherit;
}

.widget ul li a:hover {
    color: #fe4578;
}

.widget_recent_comments ul li a {
    color: #fe4578;
}

.widget_recent_comments ul li a:hover,
.widget_recent_comments ul li a:focus,
.widget_recent_comments ul li a:active {
    color: inherit;
}

.widget.ct-widget-latestPosts .widget-inner>ul li {
    padding: 10px 0;
    display: table;
}

.widget.ct-widget-latestPosts .widget-inner>ul li:before {
    display: none;
}

.widget.ct-widget-latestPosts .widget-inner>ul li:last-child {
    padding-bottom: 0;
}

.widget.ct-widget-latestPosts .widget-inner>ul li:first-child {
    padding-top: 0;
}

.widget.ct-widget-latestPosts .widget-inner>ul li a {
    padding: 0;
    line-height: 1;
    font-size: 16px;
}

.widget.ct-widget-latestPosts .widget-inner>ul li a:hover:before,
.widget.ct-widget-latestPosts .widget-inner>ul li a:focus:before,
.widget.ct-widget-latestPosts .widget-inner>ul li a:active:before {
    display: none;
}

.widget.ct-widget-latestPosts .widget-inner>ul li .widget-latest-posts-left {
    padding-right: 16px;
    width: 90px;
    display: table-cell;
    vertical-align: middle;
}

.widget.ct-widget-latestPosts .widget-inner>ul li .widget-latest-posts-left img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.widget.ct-widget-latestPosts .widget-inner>ul li.current-cat a {
    cursor: default;
}

.widget.ct-widget-latestPosts .widget-inner>ul li .widget-latest-posts-content {
    line-height: 1;
    display: table-cell;
    vertical-align: middle;
}

.widget.ct-widget-latestPosts .widget-inner>ul li .widget-latest-posts-content a {
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget.ct-widget-latestPosts .widget-inner>ul span {
    padding-top: 4px;
    display: block;
    font-size: 14px;
    line-height: 11px;
    color: #9c9c9c;
    text-transform: capitalize;
}

.tagcloud:before,
.tagcloud:after {
    content: " ";
    display: table;
}

.tagcloud:after {
    clear: both;
}

.tagcloud a {
    display: block;
    float: left;
    padding: 5px 14px;
    line-height: 1;
    border: 1px solid #b4b4b4;
    color: #b4b4b4;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 14px !important;
    font-family: "Source Sans Pro";
}

.tagcloud a:hover {
    color: #fe4578;
    border-color: #fe4578;
}

.ct-widgetSocials ul li:before {
    display: none;
}

.ct-widgetSocials ul li {
    text-transform: capitalize;
}

.title-words {
    color: white;
}

.title-words-2 {
    color: #FE4578;
}

.title-words-3 {
    color: black;
}


/* Mobile menu fix =============== */

@media (max-width: 1024px) {
    .ct--TopBarFixed.ct--navbarFixed {
        padding-top: 0;
    }
    .ct-topBar,
    .navbar {
        display: none;
    }
    .ct-navbarMobile,
    .ct-menuMobile,
    .navbar-toggle {
        display: block;
    }
    .ct-pageHeader {
        margin-top: 70px;
    }
    .ct-pageWrapper {
        padding-top: 0;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .nav.navbar-nav>li>a {
        padding-left: 10px;
        padding-right: 10px;
    }
}


/* End Mobile menu fix =============== */