@import "../fonts/et-line-font/style.css";

/*@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic,400italic,700italic,900italic|Open+Sans:400italic,600italic,700italic,800italic,400,600,700,800&subset=latin,latin-ext,cyrillic-ext,greek-ext,greek,vietnamese,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700&text=0123456789);

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,700,300,400&subset=latin,latin-ext);*/


/*------------------------------------------------------------------
Project:	FISHtank HTML Template xxx
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[Table of contents]

1. Snap.js
2. Top Container with Shadows
3. Flexslider
4. Owl Carousel
5. Section Headers
6. Image Overlay
7. Tabs
8. Products
9. Promo Section
10. Numbered Rows
11. Collections
12. Flip Containers
13. Team Members Boxes
14. Testimonials
15. Logo Slider
16. Lists
17. Tags
18. Popover
19. Footer
20. Icon Boxes
21. Media Boxes
22. Vertical Image Section
23. Slide In Sections
24. Portfolio Gallery Buttons
25. Photo Gallery
26. 404 Text
27. Blog
28. Counter Blocks
29. Graph Boxes
30. Progress Icons
31. Google Maps
32. One Pager
33. Twitter
34. Animations
35. Magnific Popup

-------------------------------------------------------------------*/


/*
 * 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;
}

* {
    word-wrap: break-word;
}


/* 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 {
    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';
}


/* YT embed container */

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* 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;
    }
}


/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */


/* FONT PATH
 * -------------------------- */

@font-face {
    font-family: 'FontAwesome';
    src: url('//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('//netdna.bootstrapcdn.com/font-awesome/4.3.0/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;
}


/* makes the font 33% larger relative to the icon container */

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}


/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

@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;
    }
}

@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;
}

.ct-u-underline:hover {
    color: #1f8bf3;
    border-bottom: 4px solid #1f8bf3;
}

.ct-navbar--motive {
    background-color: #1f8bf3;
}

.navbar-nav>li>a {
    color: #4c505e;
    font-family: 'Open Sans', sans-serif !important;
}

.navbar-nav.ct-navbarNav--defaultActive>li.active {
    border-top: 7px solid #1f8bf3;
}

.navbar-nav.ct-navbarNav--defaultActive>li.active>a,
.navbar-nav.ct-navbarNav--defaultActive>li.active>a:hover,
.navbar-nav.ct-navbarNav--defaultActive>li.active>a:active,
.navbar-nav.ct-navbarNav--defaultActive>li.active a:focus {
    color: #1f8bf3;
}

.navbar-nav.ct-navbarNav--defaultActive>li:hover>a,
.navbar-nav.ct-navbarNav--defaultActive>li:active>a,
.navbar-nav.ct-navbarNav--defaultActive>li:focus>a {
    color: #1f8bf3;
}

.navbar-nav.ct-navbarNav--secundaryActive>li.active>a,
.navbar-nav.ct-navbarNav--secundaryActive>li.active>a:hover,
.navbar-nav.ct-navbarNav--secundaryActive>li.active>a:active,
.navbar-nav.ct-navbarNav--secundaryActive>li.active a:focus {
    background-color: #1f8bf3;
}

.navbar-nav.ct-navbarNav--secundaryActive>li>a:hover,
.navbar-nav.ct-navbarNav--secundaryActive>li>a:active,
.navbar-nav.ct-navbarNav--secundaryActive>li>a:focus {
    color: #1f8bf3;
}

.navbar-nav.ct-navbarNav--thirdActive>li.active>a,
.navbar-nav.ct-navbarNav--thirdActive>li.active>a:hover,
.navbar-nav.ct-navbarNav--thirdActive>li.active>a:active,
.navbar-nav.ct-navbarNav--thirdActive>li.active a:focus {
    color: #1f8bf3;
}

.navbar-nav.ct-navbarNav--thirdActive>li>a:hover,
.navbar-nav.ct-navbarNav--thirdActive>li>a:active,
.navbar-nav.ct-navbarNav--thirdActive>li>a:focus {
    color: #1f8bf3;
}

.ct-pageHeader.ct-pageHeader--motive {
    background-color: #1f8bf3;
}

.ct-section.ct-section--motive {
    background-color: #1f8bf3;
}

.ct-u-colorMotive {
    color: #1f8bf3;
}

.ct-u-motive {
    color: #1f8bf3;
}

.ct-u-motive2 {
    color: #1175d6;
}

.ct-u-motive--bg {
    background-color: #1f8bf3;
}

.ct-u-motive2--bg {
    background-color: #1175d6;
}

.ct-u-motiveDark {
    color: #4c505e !important;
}

.ct-u-motiveDark--bg {
    background-color: #4c505e;
}

.ct-u-motiveDark2--bg {
    background-color: #3a3f4d;
}

.ct-u-motiveLight {
    color: #b3b3b3 !important;
}

.ct-u-motiveLight2 {
    color: #f8f8f8;
}

.ct-u-motiveLight--bg {
    background-color: #b3b3b3;
}

.ct-u-motiveLight2--bg {
    background-color: #f8f8f8;
}

.ct-u-motiveBody {
    color: #ffffff;
}

.ct-u-motiveBody--bg {
    background-color: #ffffff;
}

.ct-u-motiveGrayLighter--bg {
    background-color: #eeeeee;
}

.ct-black--bg {
    background-color: #111;
}

.ct-flexslider-imageDescription .ct-flexslider-imageDescriptionCategory {
    background-color: #1f8bf3;
}

body {
    font-size: 16px;
    line-height: 2em;
    color: #4c505e;
}

a {
    color: #1471b9;
    -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,
a:focus {
    color: inherit;
    text-decoration: none;
}

p {
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0;
}

img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

h1,
.h1 {
    font-size: 125px;
}

h2,
.h2 {
    font-size: 80px;
}

h3,
.h3 {
    font-size: 50px;
}

h3 small,
.h3 small {
    font-size: 14px;
    line-height: 1.8;
}

h4,
.h4 {
    font-size: 30px;
}

h5,
.h5 {
    font-size: 20px;
}

h6,
.h6 {
    font-size: 14px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-bottom: 20px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: #222222;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
    display: block;
    color: #222222;
}

h1.ct-u-colorWhite,
.h1.ct-u-colorWhite,
h2.ct-u-colorWhite,
.h2.ct-u-colorWhite,
h3.ct-u-colorWhite,
.h3.ct-u-colorWhite,
h4.ct-u-colorWhite,
.h4.ct-u-colorWhite,
h5.ct-u-colorWhite,
.h5.ct-u-colorWhite,
h6.ct-u-colorWhite,
.h6.ct-u-colorWhite {
    color: #ffffff;
}

h1.ct-u-colorWhite.ct-u-hrLeft:after,
.h1.ct-u-colorWhite.ct-u-hrLeft:after,
h2.ct-u-colorWhite.ct-u-hrLeft:after,
.h2.ct-u-colorWhite.ct-u-hrLeft:after,
h3.ct-u-colorWhite.ct-u-hrLeft:after,
.h3.ct-u-colorWhite.ct-u-hrLeft:after,
h4.ct-u-colorWhite.ct-u-hrLeft:after,
.h4.ct-u-colorWhite.ct-u-hrLeft:after,
h5.ct-u-colorWhite.ct-u-hrLeft:after,
.h5.ct-u-colorWhite.ct-u-hrLeft:after,
h6.ct-u-colorWhite.ct-u-hrLeft:after,
.h6.ct-u-colorWhite.ct-u-hrLeft:after,
h1.ct-u-colorWhite.ct-u-hrRight:after,
.h1.ct-u-colorWhite.ct-u-hrRight:after,
h2.ct-u-colorWhite.ct-u-hrRight:after,
.h2.ct-u-colorWhite.ct-u-hrRight:after,
h3.ct-u-colorWhite.ct-u-hrRight:after,
.h3.ct-u-colorWhite.ct-u-hrRight:after,
h4.ct-u-colorWhite.ct-u-hrRight:after,
.h4.ct-u-colorWhite.ct-u-hrRight:after,
h5.ct-u-colorWhite.ct-u-hrRight:after,
.h5.ct-u-colorWhite.ct-u-hrRight:after,
h6.ct-u-colorWhite.ct-u-hrRight:after,
.h6.ct-u-colorWhite.ct-u-hrRight:after,
h1.ct-u-colorWhite.ct-u-hrMid:after,
.h1.ct-u-colorWhite.ct-u-hrMid:after,
h2.ct-u-colorWhite.ct-u-hrMid:after,
.h2.ct-u-colorWhite.ct-u-hrMid:after,
h3.ct-u-colorWhite.ct-u-hrMid:after,
.h3.ct-u-colorWhite.ct-u-hrMid:after,
h4.ct-u-colorWhite.ct-u-hrMid:after,
.h4.ct-u-colorWhite.ct-u-hrMid:after,
h5.ct-u-colorWhite.ct-u-hrMid:after,
.h5.ct-u-colorWhite.ct-u-hrMid:after,
h6.ct-u-colorWhite.ct-u-hrMid:after,
.h6.ct-u-colorWhite.ct-u-hrMid:after {
    background-color: #ffffff;
}

h1.ct-u-hrLeft,
.h1.ct-u-hrLeft,
h2.ct-u-hrLeft,
.h2.ct-u-hrLeft,
h3.ct-u-hrLeft,
.h3.ct-u-hrLeft,
h4.ct-u-hrLeft,
.h4.ct-u-hrLeft,
h5.ct-u-hrLeft,
.h5.ct-u-hrLeft,
h6.ct-u-hrLeft,
.h6.ct-u-hrLeft,
h1.ct-u-hrRight,
.h1.ct-u-hrRight,
h2.ct-u-hrRight,
.h2.ct-u-hrRight,
h3.ct-u-hrRight,
.h3.ct-u-hrRight,
h4.ct-u-hrRight,
.h4.ct-u-hrRight,
h5.ct-u-hrRight,
.h5.ct-u-hrRight,
h6.ct-u-hrRight,
.h6.ct-u-hrRight,
h1.ct-u-hrMid,
.h1.ct-u-hrMid,
h2.ct-u-hrMid,
.h2.ct-u-hrMid,
h3.ct-u-hrMid,
.h3.ct-u-hrMid,
h4.ct-u-hrMid,
.h4.ct-u-hrMid,
h5.ct-u-hrMid,
.h5.ct-u-hrMid,
h6.ct-u-hrMid,
.h6.ct-u-hrMid {
    padding-bottom: 20px;
    position: relative;
}

h1.ct-u-hrLeft:after,
.h1.ct-u-hrLeft:after,
h2.ct-u-hrLeft:after,
.h2.ct-u-hrLeft:after,
h3.ct-u-hrLeft:after,
.h3.ct-u-hrLeft:after,
h4.ct-u-hrLeft:after,
.h4.ct-u-hrLeft:after,
h5.ct-u-hrLeft:after,
.h5.ct-u-hrLeft:after,
h6.ct-u-hrLeft:after,
.h6.ct-u-hrLeft:after,
h1.ct-u-hrRight:after,
.h1.ct-u-hrRight:after,
h2.ct-u-hrRight:after,
.h2.ct-u-hrRight:after,
h3.ct-u-hrRight:after,
.h3.ct-u-hrRight:after,
h4.ct-u-hrRight:after,
.h4.ct-u-hrRight:after,
h5.ct-u-hrRight:after,
.h5.ct-u-hrRight:after,
h6.ct-u-hrRight:after,
.h6.ct-u-hrRight:after,
h1.ct-u-hrMid:after,
.h1.ct-u-hrMid:after,
h2.ct-u-hrMid:after,
.h2.ct-u-hrMid:after,
h3.ct-u-hrMid:after,
.h3.ct-u-hrMid:after,
h4.ct-u-hrMid:after,
.h4.ct-u-hrMid:after,
h5.ct-u-hrMid:after,
.h5.ct-u-hrMid:after,
h6.ct-u-hrMid:after,
.h6.ct-u-hrMid:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 30px;
    background-color: #222222;
}

h1.ct-u-hrLeft:after,
.h1.ct-u-hrLeft:after,
h2.ct-u-hrLeft:after,
.h2.ct-u-hrLeft:after,
h3.ct-u-hrLeft:after,
.h3.ct-u-hrLeft:after,
h4.ct-u-hrLeft:after,
.h4.ct-u-hrLeft:after,
h5.ct-u-hrLeft:after,
.h5.ct-u-hrLeft:after,
h6.ct-u-hrLeft:after,
.h6.ct-u-hrLeft:after {
    left: 0;
}

h1.ct-u-hrRight:after,
.h1.ct-u-hrRight:after,
h2.ct-u-hrRight:after,
.h2.ct-u-hrRight:after,
h3.ct-u-hrRight:after,
.h3.ct-u-hrRight:after,
h4.ct-u-hrRight:after,
.h4.ct-u-hrRight:after,
h5.ct-u-hrRight:after,
.h5.ct-u-hrRight:after,
h6.ct-u-hrRight:after,
.h6.ct-u-hrRight:after {
    right: 0;
}

h1.ct-u-hrMid:after,
.h1.ct-u-hrMid:after,
h2.ct-u-hrMid:after,
.h2.ct-u-hrMid:after,
h3.ct-u-hrMid:after,
.h3.ct-u-hrMid:after,
h4.ct-u-hrMid:after,
.h4.ct-u-hrMid:after,
h5.ct-u-hrMid:after,
.h5.ct-u-hrMid:after,
h6.ct-u-hrMid:after,
.h6.ct-u-hrMid:after {
    left: 50%;
    margin-left: -15px;
}

.ct-intro-topImage h1.ct-u-hrLeft:after,
.ct-intro-topImage .h1.ct-u-hrLeft:after,
.ct-intro-topImage h2.ct-u-hrLeft:after,
.ct-intro-topImage .h2.ct-u-hrLeft:after,
.ct-intro-topImage h3.ct-u-hrLeft:after,
.ct-intro-topImage .h3.ct-u-hrLeft:after,
.ct-intro-topImage h4.ct-u-hrLeft:after,
.ct-intro-topImage .h4.ct-u-hrLeft:after,
.ct-intro-topImage h5.ct-u-hrLeft:after,
.ct-intro-topImage .h5.ct-u-hrLeft:after,
.ct-intro-topImage h6.ct-u-hrLeft:after,
.ct-intro-topImage .h6.ct-u-hrLeft:after,
.ct-intro-topImage h1.ct-u-hrRight:after,
.ct-intro-topImage .h1.ct-u-hrRight:after,
.ct-intro-topImage h2.ct-u-hrRight:after,
.ct-intro-topImage .h2.ct-u-hrRight:after,
.ct-intro-topImage h3.ct-u-hrRight:after,
.ct-intro-topImage .h3.ct-u-hrRight:after,
.ct-intro-topImage h4.ct-u-hrRight:after,
.ct-intro-topImage .h4.ct-u-hrRight:after,
.ct-intro-topImage h5.ct-u-hrRight:after,
.ct-intro-topImage .h5.ct-u-hrRight:after,
.ct-intro-topImage h6.ct-u-hrRight:after,
.ct-intro-topImage .h6.ct-u-hrRight:after,
.ct-intro-topImage h1.ct-u-hrMid:after,
.ct-intro-topImage .h1.ct-u-hrMid:after,
.ct-intro-topImage h2.ct-u-hrMid:after,
.ct-intro-topImage .h2.ct-u-hrMid:after,
.ct-intro-topImage h3.ct-u-hrMid:after,
.ct-intro-topImage .h3.ct-u-hrMid:after,
.ct-intro-topImage h4.ct-u-hrMid:after,
.ct-intro-topImage .h4.ct-u-hrMid:after,
.ct-intro-topImage h5.ct-u-hrMid:after,
.ct-intro-topImage .h5.ct-u-hrMid:after,
.ct-intro-topImage h6.ct-u-hrMid:after,
.ct-intro-topImage .h6.ct-u-hrMid:after {
    background-color: #ffffff;
}

@media (max-width: 768px) {
    h1,
    .h1 {
        font-size: 80px;
    }
    h2,
    .h2 {
        font-size: 60px;
    }
}

@media (max-width: 480px) {
    h1,
    .h1 {
        font-size: 55px;
    }
    h2,
    .h2 {
        font-size: 40px;
    }
}


/*
sup {
    top: -1.2em;
    font-size: 40%;
}
*/

.dropcap:first-child:first-letter {
    float: left;
    color: #1f8bf3;
    font-size: 60px;
    line-height: 50px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
    font-weight: 600;
}

.list-group-item:last-child {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.list-group-item:first-child {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.badge {
    line-height: 2;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background-color: #1f8bf3;
    border-color: #1f8bf3;
}

blockquote,
.counter-block .counter .number,
.ct-twitter .tweet_user,
.tweet_text {
    font-family: 'Arapey', serif;
}

.ct-pageHeader,
.navbar-nav>li>a,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.ct-widget-recentPortfolio-titleContent,
.widget .widget-inner>ul li a,
.ct-graphBox .ct-graphBox--default .ct-graphBox-graph .ct-graphBox-graphPercentage,
.ct-articleBox .ct-articleBox-date,
.ct-articleBox .ct-articleBox-button,
.ct-articleBox .ct-articleBox-meta,
blockquote footer,
.ct-flexslider-imageDescription .ct-flexslider-imageDescriptionTitle,
.ct-gallery-itemDescription .ct-gallery-itemDescription-title,
.ct-gallery-itemDescription .ct-gallery-itemDescription-category,
.ct-galleryAjax-itemDescription,
.ct-galleryAjax-item .ct-galleryAjax-item-number span,
.panel-title,
.pagination>li>a,
.pagination>li>span,
.ct-pagination-notice,
.btn,
.dropcap:first-child:first-letter,
.ct-pagination .ct-pagination-prev,
.ct-pagination .ct-pagination-next,
.ct-pagination .ct-pagination-middle,
.intro-effect-jam3 .ct-intro-title h1,
.ct-intro--fadeOut .ct-intro-title h1,
.ct-intro--effectPush .ct-intro-title h1,
.ct-intro--sliced .ct-intro-title h1,
.ct-navbar-search,
input,
.progress .progress-bar,
.ct-twitter .tweet_time,
body {
    font-family: 'Open Sans', sans-serif;
    word-wrap: break-word;
}

.navbar-brand {
    font-family: 'lato', sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Open Sans', sans-serif;
    color: #4c505e;
}


/*span {
    color: #1f8bf3;
}*/

button,
button:hover,
button:focus,
button:active,
.btn {
    outline: none !important;
    outline-offset: 0;
}

.btn {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    border-radius: 0;
    line-height: 50px;
    border: none;
    border-bottom: 4px solid;
    text-transform: uppercase;
    padding: 0 15px;
    color: #ffffff;
    /* FROM Hover.css (http://ianlunn.co.uk/)
   * Author: Ian Lunn @IanLunn
   * Author URL: http://ianlunn.co.uk/
   * Github: https://github.com/IanLunn/Hover
   * Made available under a MIT License:
   * http://www.opensource.org/licenses/mit-license.php
   * Hover.css Copyright Ian Lunn 2014.
   */
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.btn i {
    color: #ffffff;
}

.btn span {
    margin-left: 14px;
    margin-right: 14px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff !important;
}

.btn span i {
    margin-left: 5px;
    margin-right: 0;
}

.btn:hover {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.btn:hover span,
.btn:hover span i,
.btn:hover i {
    color: #ffffff !important;
}

.btn:before {
    content: '';
    border: 4px solid;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
}

.btn:hover:before {
    top: -8px;
    right: -8px;
    bottom: -12px;
    left: -8px;
}

.btn-xs {
    padding: 0px 5px;
    line-height: 21px;
}

.btn-xs span {
    font-size: 12px;
    margin-left: 5px;
    margin-right: 5px;
}

.btn-sm {
    font-size: 14px;
    padding: 0px 15px;
    line-height: 26px;
}

.btn-sm span {
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
}

.btn-lg {
    padding: 0 28px;
    line-height: 65px;
}

.btn-lg span {
    font-size: 22px;
}

.btn-rounded {
    border-radius: 100%;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border: none;
    margin: 5px;
    padding: 0;
}

.btn-rounded span {
    margin: 0;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 21px;
    position: relative;
}

.btn-rounded span i {
    margin: 0;
}

.btn-rounded:before {
    border-radius: 100%;
    border-width: 3px;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
}

.btn-rounded:hover:before {
    bottom: -6px;
    top: -6px;
    left: -6px;
    right: -6px;
}

.btn-rounded .fa {
    position: relative;
}

.btn-rounded .fa-facebook {
    left: -1px;
    top: 1px;
}

.btn-rounded .fa-twitter {
    left: 1px;
}

.btn-rounded .fa-rss {
    left: 0;
}

.btn-rounded .fa-linkedin {
    top: 1px;
}

.btn-motive,
.btn-motive:disabled {
    background-color: #1f8bf3;
    border-color: #1175d6;
}

.btn-motive:hover,
.btn-motive:disabled:hover,
.btn-motive:active,
.btn-motive:disabled:active,
.btn-motive:focus,
.btn-motive:disabled:focus {
    background-color: #1f8bf3;
    border-color: #1f8bf3;
}

.btn-motive:before,
.btn-motive:disabled:before {
    border-color: #1f8bf3;
}

.btn-motiveDark,
.btn-motiveDark:disabled {
    background-color: #4c505e;
    border-color: #3a3f4d;
}

.btn-motiveDark:hover,
.btn-motiveDark:disabled:hover,
.btn-motiveDark:active,
.btn-motiveDark:disabled:active,
.btn-motiveDark:focus,
.btn-motiveDark:disabled:focus {
    background-color: #4c505e;
    border-color: #3a3f4d;
}

.btn-motiveDark:before,
.btn-motiveDark:disabled:before {
    border-color: #4c505e;
}

.btn-default,
.btn-default:disabled,
.btn-default:focus {
    background-color: #ffffff;
    border-color: #eeeeee;
    color: #4c505e;
}

.btn-default span,
.btn-default:disabled span,
.btn-default:focus span {
    color: #4c505e;
}

.btn-default:hover,
.btn-default:disabled:hover,
.btn-default:focus:hover {
    background-color: #ffffff;
    border-bottom-color: #ffffff;
}

.btn-default:hover span,
.btn-default:disabled:hover span,
.btn-default:focus:hover span {
    color: #4c505e !important;
}

.btn-default:before,
.btn-default:disabled:before,
.btn-default:focus:before {
    border-color: #ffffff;
}

.btn-success {
    background-color: #23da9c;
    border-color: #1cae7d;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus {
    background-color: #23da9c;
    border-color: #23da9c;
}

.btn-success:before {
    border-color: #23da9c;
}

.btn-danger {
    background-color: #ef4c64;
    border-color: #eb1d3b;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
    background-color: #ef4c64;
    border-color: #ef4c64;
}

.btn-danger:before {
    border-color: #ef4c64;
}

.btn-info {
    background-color: #5bc0de;
    border-color: #31b0d5;
}

.btn-info:hover,
.btn-info:active,
.btn-info:focus {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-info:before {
    border-color: #5bc0de;
}

.btn-warning {
    background-color: #f0ad4e;
    border-color: #ec971f;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-warning:before {
    border-color: #f0ad4e;
}

.ct-btn--black {
    background-color: #222222;
    border-color: #222222;
    color: #ffffff;
}

.ct-btn--black:hover,
.ct-btn--black:active,
.ct-btn--black:focus {
    border-color: #222;
    background-color: #222;
    color: #ffffff;
}

.btn-gray {
    background-color: #888888;
    border-color: #777777;
}

.btn-gray i {
    color: #ffffff;
}

.btn-gray:hover,
.btn-gray:active,
.btn-gray:focus {
    background-color: #888888;
    border-color: #888888;
}

.btn-gray:before {
    border-color: #888888;
}

.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: 0.6s all ease;
    -moz-transition: 0.6s all ease;
    -o-transition: 0.6s all ease;
    transition: 0.6s all ease;
}

.ct-ScrollUpButton--motive {
    z-index: 5000;
    position: fixed;
    right: 50px;
    bottom: 29px;
    color: #ffffff !important;
    text-shadow: none;
    background-color: #1471b9;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    font-size: 20px;
    /*    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); */
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    border-radius: 5px;
}

.ct-ScrollUpButton--motive i {
    /*    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);*/
    font-size: 26px;
    line-height: 1.7em;
}

@media (max-width: 767px) {
    .ct-ScrollUpButton--motive i {
        font-size: 26px;
        line-height: 1.3em;
    }
}

.ct-ScrollUpButton--motive:before {
    content: '';
    /*   border: 4px solid #1471b9; */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
}

.ct-ScrollUpButton--motive:hover:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
}

@media (max-width: 767px) {
    .ct-ScrollUpButton--motive {
        width: 35px;
        height: 35px;
        line-height: 30px;
        font-size: 16px;
        right: 20px;
        bottom: 20px;
    }
}

.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;
}

.ct-diamondButton {
    padding: 0;
    color: #ffffff;
    text-shadow: none;
    width: 45px;
    height: 45px;
    text-align: center;
    border: none;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.ct-diamondButton i {
    margin: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    margin-top: -10px;
    margin-left: -10px;
}

.ct-diamondButton:hover:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
}

.ct-diamondButton-xs {
    width: 19px;
    height: 19px;
}

.ct-diamondButton-xs i {
    font-size: 10px;
    margin-top: -5px;
    margin-left: -5px;
}

.ct-diamondButton-xs:before {
    border-width: 2px;
}

.ct-diamondButton-xs:hover:before {
    top: -4px;
    left: -4px;
    bottom: -4px;
    right: -4px;
}

.ct-diamondButton-sm {
    width: 30px;
    height: 30px;
}

.ct-diamondButton-sm i {
    font-size: 16px;
    margin-top: -8px;
    margin-left: -8px;
}

.ct-diamondButton-sm:before {
    border-width: 3px;
}

.ct-diamondButton-sm:hover:before {
    top: -6px;
    left: -6px;
    bottom: -6px;
    right: -6px;
}

.ct-diamondButton-lg {
    width: 62px;
    height: 62px;
}

.ct-diamondButton-lg i {
    font-size: 24px;
    margin-top: -12px;
    margin-left: -12px;
}

.ct-squareButton {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    border-radius: 1px;
    padding: 0;
    width: 45px;
    height: 45px;
    line-height: 43px;
    font-size: 22px;
    text-align: center;
    position: relative;
    border: 1px solid;
    background: transparent;
}

.ct-squareButton i {
    margin: 0;
}

.ct-squareButton:before {
    display: none;
}

.ct-squareButton-xs {
    width: 22px;
    height: 22px;
    line-height: 20px;
    font-size: 12px;
}

.ct-squareButton-sm {
    width: 34px;
    height: 34px;
    line-height: 32px;
    font-size: 16px;
}

.ct-squareButton-lg {
    width: 65px;
    height: 65px;
    line-height: 63px;
    font-size: 28px;
}

.ct-squareButton.btn-default {
    border-color: #4c505e;
}

.ct-squareButton.btn-default i {
    color: #4c505e;
}

.ct-squareButton.btn-default:hover {
    background-color: #4c505e;
}

.ct-squareButton.btn-default:hover i {
    color: #ffffff;
}

.ct-squareButton.btn-motive {
    background-color: #ffffff;
    border-color: #1f8bf3;
}

.ct-squareButton.btn-motive i {
    color: #1f8bf3;
}

.ct-squareButton.btn-motive:hover {
    background-color: #1f8bf3;
}

.ct-squareButton.btn-motive:hover i {
    color: #ffffff;
}

.ct-squareButton.btn-success {
    border-color: #23da9c;
}

.ct-squareButton.btn-success i {
    color: #23da9c;
}

.ct-squareButton.btn-success:hover i {
    color: #ffffff;
}

.ct-squareButton.btn-danger {
    border-color: #ef4c64;
}

.ct-squareButton.btn-danger i {
    color: #ef4c64;
}

.ct-squareButton.btn-danger:hover i {
    color: #ffffff;
}

.ct-squareButton.btn-info {
    border-color: #5bc0de;
}

.ct-squareButton.btn-info i {
    color: #5bc0de;
}

.ct-squareButton.btn-info:hover i {
    color: #ffffff;
}

.ct-squareButton.btn-warning {
    border-color: #f0ad4e;
}

.ct-squareButton.btn-warning i {
    color: #f0ad4e;
}

.ct-squareButton.btn-warning:hover i {
    color: #ffffff;
}

.ct-squareButton.btn-gray {
    border-color: #888;
}

.ct-squareButton.btn-gray i {
    color: #888;
}

.ct-squareButton.btn-gray:hover i {
    color: #ffffff;
}

.featuredButtons .btn {
    margin: 10px;
}

.featuredButtons .btn-xs,
.featuredButtons .ct-squareButtons-xs {
    margin-right: 7px;
}

.featuredButtons-diamonds .btn {
    margin: 15px;
}

.featuredButtons-diamonds .ct-diamondButton-lg {
    margin-right: 22px;
}

.ct-pagination {
    text-align: center;
}

.pagination>li>a,
.pagination>li>span {
    font-weight: 600;
    font-size: 14px;
    border-color: #b3b3b3;
    border-radius: 50%;
    border-width: 2px;
    width: 44px;
    height: 44px;
    line-height: 22px;
    color: inherit;
    margin-right: 10px;
}

.pagination>li>a i,
.pagination>li>span i {
    color: #ffffff;
}

.pagination>li>a .fa,
.pagination>li>span .fa {
    position: relative;
}

.pagination>li>a .fa-chevron-left,
.pagination>li>span .fa-chevron-left {
    left: -1px;
}

.pagination>li>a .fa-chevron-right,
.pagination>li>span .fa-chevron-right {
    right: -1px;
}

.pagination>li:hover>a,
.pagination>li:focus>a,
.pagination>li:active>a,
.pagination>li:hover>span,
.pagination>li:focus>span,
.pagination>li:active>span {
    border-color: #b3b3b3;
    color: inherit;
    background-color: inherit;
}

.pagination>li:first-child>a,
.pagination>li:last-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>span {
    border-radius: 50%;
}

.pagination>li.active>a,
.pagination>li.active>span,
.pagination>li.active>a:hover,
.pagination>li.active>span:hover,
.pagination>li.active>a:focus,
.pagination>li.active>span:focus {
    background-color: transparent;
    border-color: #1f8bf3;
    color: #1f8bf3;
}

.pagination .right a,
.pagination .right:hover a,
.pagination .right:before,
.pagination .right:hover:before {
    background-color: #1f8bf3;
    border-color: #1f8bf3;
    line-height: 22px;
}

.pagination .left a,
.pagination .left:hover a,
.pagination .left:before,
.pagination .left:hover:before {
    cursor: default;
    background-color: #4c505e;
    border-color: #4c505e;
    line-height: 22px;
}

.pagination .right a:before {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    content: "";
    position: absolute;
    border-radius: 100%;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    border: 3px solid #1f8bf3;
    opacity: 0;
}

.pagination .right a:hover:before {
    opacity: 1;
    bottom: -8px;
    top: -8px;
    left: -8px;
    right: -8px;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 9px 15px;
}

.ct-pagination-notice {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 20px;
    font-weight: 600;
}

.ct-pagination {
    margin: 30px 0;
}

.ct-pagination:before,
.ct-pagination:after {
    content: " ";
    display: table;
}

.ct-pagination:after {
    clear: both;
}

.ct-pagination a {
    color: inherit;
}

.ct-pagination a:hover,
.ct-pagination a:focus,
.ct-pagination a:active {
    color: #1f8bf3;
}

.ct-pagination .ct-pagination-prev,
.ct-pagination .ct-pagination-next {
    display: block;
    width: 45%;
    float: left;
    font-weight: 600;
    line-height: 50px;
}

.ct-pagination .ct-pagination-prev i,
.ct-pagination .ct-pagination-next i {
    font-size: 30px;
    line-height: 50px;
}

.ct-pagination .ct-pagination-prev:hover .ct-pagination-nextText span,
.ct-pagination .ct-pagination-next:hover .ct-pagination-nextText span,
.ct-pagination .ct-pagination-prev:hover .ct-pagination-prevText span,
.ct-pagination .ct-pagination-next:hover .ct-pagination-prevText span {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

.ct-pagination .ct-pagination-next .ct-pagination-nextText {
    text-align: right;
}

.ct-pagination .ct-pagination-nextText:before,
.ct-pagination .ct-pagination-prevText:before,
.ct-pagination .ct-pagination-nextText:after,
.ct-pagination .ct-pagination-prevText:after {
    content: " ";
    display: table;
}

.ct-pagination .ct-pagination-nextText:after,
.ct-pagination .ct-pagination-prevText:after {
    clear: both;
}

.ct-pagination .ct-pagination-nextText span,
.ct-pagination .ct-pagination-prevText span {
    display: block;
    font-weight: 400;
    font-style: italic;
    color: #bbbbbb;
    text-transform: lowercase;
    line-height: 0.2;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.ct-pagination .ct-pagination-middle {
    line-height: 1;
    float: left;
    display: block;
    width: 10%;
    text-align: center;
    position: relative;
}

.ct-pagination .ct-pagination-middle i {
    line-height: 50px;
    width: 50px;
    height: 50px;
    border: 1px solid transparent;
    -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;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.ct-pagination .ct-pagination-middle .ct-pagination-middleTextHover {
    text-transform: uppercase;
    position: absolute;
    bottom: -35px;
    padding: 10px 0;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    text-align: center;
    font-weight: 600;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
}

.ct-pagination .ct-pagination-middle:hover i {
    background-color: #1f8bf3;
    color: #ffffff;
}

.ct-pagination .ct-pagination-middle:hover .ct-pagination-middleTextHover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    color: #222222;
}

.ct-pagination:hover .ct-pagination-middle i {
    border-color: inherit;
}


/*!
 * 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;
    }
}

body.ct-navbar--fixedTop .navbar,
body.ct-navbar--fixedBottom .navbar,
body.ct-navbar--fixedTop--is-small .navbar {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 7000 !important;
    box-shadow: 0 0 15px -6px #4c505e;
    background: rgb(20, 118, 191);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(103, 189, 232, 1) 0%, rgba(90, 182, 232, 1) 38%, rgba(20, 118, 191, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(103, 189, 232, 1)), color-stop(38%, rgba(90, 182, 232, 1)), color-stop(100%, rgba(20, 118, 191, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(103, 189, 232, 1) 0%, rgba(90, 182, 232, 1) 38%, rgba(20, 118, 191, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(103, 189, 232, 1) 0%, rgba(90, 182, 232, 1) 38%, rgba(20, 118, 191, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(103, 189, 232, 1) 0%, rgba(90, 182, 232, 1) 38%, rgba(20, 118, 191, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(103, 189, 232, 1) 0%, rgba(90, 182, 232, 1) 38%, rgba(20, 118, 191, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#67bde8', endColorstr='#1476bf', GradientType=1);
    /* IE6-9 */
}

body.ct-navbar--fixedTop .ct-pageWrapper {
    padding-top: 98px;
}

body.ct-navbar--fixedTop .navbar {
    top: 0;
}

body.ct-navbar--fixedTop--is-small .ct-pageWrapper {
    padding-top: 60px;
}

body.ct-navbar--fixedTop--is-small .navbar {
    top: 0;
}

body.ct-navbar-isTransparent-toDefault .ct-pageWrapper,
body.ct-navbar-isTransparent-toInverse .ct-pageWrapper {
    padding-top: 0;
}

@media (max-width: 767px) {
    .ct-pageWrapper {
        padding-top: 69px !important;
    }
}

.nav.ct-navbar--right {
    float: right;
}

.ct-navbar--right .lang {
    text-align: right;
    height: 46px;
}

.ct-navbar--right .lang a {
    color: #9abbde;
    font-size: 12px;
    line-height: 1em;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    padding: 0px;
    margin-right: 4px;
}

.ct-navbar--right .lang a:hover,
.ct-navbar--right .lang div.sel a {
    border-bottom: 2px solid #FFF;
    color: #FFF;
    background-color: transparent;
}

.ct-navbar--right .lang div {
    display: inline-block;
}

.ct-navbar--right .search .form_bg {
    width: 110px;
    height: 19px;
    background-color: transparent;
    border: 1px solid #9abbde;
    padding: 2px 10px;
    color: #FFF;
    font-size: 11px;
    line-height: 1em;
    border-radius: 3px;
}

.ct-navbar--right .search input[type="submit"] {
    background-color: transparent;
    color: #FFF;
    border: none;
    font-size: 12px;
}

.ct-navbar--right .search .fa-input {
    font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.ct-cartContainer {
    width: 25px;
    height: 25px;
    position: relative;
    display: inline;
}

.ct-cartNumber {
    display: inline-block;
    font-size: 12px;
    position: relative;
    color: #ffffff;
    background: #1f8bf3;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 360px;
    top: -12px;
    left: -2px;
    font-weight: 300;
    text-align: center;
}

.navbar {
    font-family: 'Open Sans', sans-serif !important;
    height: 100px;
    z-index: 5000 !important;
    margin-bottom: 0;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-top: 4px solid #1f8bf3;
    font-size: 17px;
    background: rgb(20, 118, 191);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(103, 189, 232, 1) 0%, rgba(90, 182, 232, 1) 38%, rgba(20, 118, 191, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(103, 189, 232, 1)), color-stop(38%, rgba(90, 182, 232, 1)), color-stop(100%, rgba(20, 118, 191, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(103, 189, 232, 1) 0%, rgba(90, 182, 232, 1) 38%, rgba(20, 118, 191, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(103, 189, 232, 1) 0%, rgba(90, 182, 232, 1) 38%, rgba(20, 118, 191, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(103, 189, 232, 1) 0%, rgba(90, 182, 232, 1) 38%, rgba(20, 118, 191, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(103, 189, 232, 1) 0%, rgba(90, 182, 232, 1) 38%, rgba(20, 118, 191, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#67bde8', endColorstr='#1476bf', GradientType=1);
    /* IE6-9 */
}

.navbar .ct-navbarContainer {
    position: relative;
    height: 65px;
}

.navbar .navbar-header {
    /*  margin-right: 7%; */
    height: 100%;
}

.navbar .navbar-brand img {
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    height: 70px;
    width: 321px;
}

html[lang=hu] .navbar .navbar-brand {
    padding: 20px 12px 15px 12px;
}

html[lang=hu] .navbar .navbar-brand img {
    width: 264px;
    height: 53px;
}

.navbar .navbar-brand {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    margin-top: -1px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.navbar-inverse {
    background-color: #3a3f4d;
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse span {
    color: #ffffff;
}

.navbar-default {
    background-color: #ffffff;
}

.navbar-default .navbar-nav>li>a,
.navbar-default span {
    color: #FFF;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default span:hover {
    color: #FFF;
}

.navbar-transparent {
    position: absolute;
    width: 100%;
    background: transparent;
}

.navbar-transparent .navbar-nav>li>a,
.navbar-transparent span,
.navbar-transparent .navbar-nav .active a {
    color: #ffffff !important;
}

.navbar-default .navbar-nav li.shop {
    top: 0px;
}

.new_menu .navbar-nav li.faq {
    background-color: transparent;
    background-image: url(../../images/icons/menu_tooth_icon.png);
    background-repeat: no-repeat;
    background-position: bottom 8px center;
}

.new_menu .navbar-nav li.faq a,
.new_menu .navbar-nav li.shop a {
    width: 60px;
    padding: 0 5px;
    text-indent: -9999px;
    display: inline-block;
    text-align: left;
    white-space: nowrap
}

.new_menu .navbar-nav li.shop ul li a {
    text-indent: 0;
    padding: 2px 16px;
}

.new_menu .navbar-nav li.faq a br,
.new_menu .navbar-nav li.shop a br {
    display: none;
}

html[lang=sl] .new_menu .navbar-nav li.shop,
html[lang=hr] .new_menu .navbar-nav li.shop,
html[lang=bs] .new_menu .navbar-nav li.shop,
html[lang=at] .new_menu .navbar-nav li.shop,
html[lang=hu] .new_menu .navbar-nav li.shop,
html[lang=bg] .new_menu .navbar-nav li.shop {
    background-color: transparent;
    background-image: url(../../images/icons/menu_cart_icon.png);
    background-repeat: no-repeat;
    background-position: bottom 8px center;
}

.new_menu .navbar-nav li.shop a {
    padding: 0 5px;
    background: transparent;
}

.new_menu .navbar-nav li.shop a div.count {
    position: absolute;
    right: 0;
    top: -8px;
    display: block;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    min-width: 18px;
    height: 36px;
    width: 36px;
    padding: 0 4px;
    line-height: 26px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #ee2e24;
    display: none;
}

.navbar-nav li.shop>a {
    padding-top: 16px !important;
    background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(98, 196, 240, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(125, 185, 232, 0)), color-stop(100%, rgba(98, 196, 240, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(98, 196, 240, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(98, 196, 240, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(98, 196, 240, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(98, 196, 240, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#62c4f0', GradientType=0);
    /* IE6-9 */
}

@media (max-width: 767px) {
    .navbar {
        display: none;
    }
}

.navbar-success {
    background-color: #23da9c;
}

.navbar-success .navbar-nav>li>a,
.navbar-success span {
    color: #ffffff;
}

.navbar-info {
    background-color: #5bc0de;
}

.navbar-info .navbar-nav>li>a,
.navbar-info span {
    color: #ffffff;
}

.navbar-warning {
    background-color: #f0ad4e;
}

.navbar-warning .navbar-nav>li>a,
.navbar-warning span {
    color: #ffffff;
}

.navbar-danger {
    background-color: #ef4c64;
}

.navbar-danger .navbar-nav>li>a,
.navbar-danger span {
    color: #ffffff;
}

.navbar-nav {
    height: 80px;
    margin: 0 30px;
    float: right;
}

.navbar-nav img {
    vertical-align: initial;
}

.navbar-nav>li {
    height: 100%;
}

.navbar-nav>li>a {
    height: 70px;
    padding: 0 10px;
    padding-top: 16px !important;
    padding-bottom: 5px !important;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

@media (max-width: 1200px) {
    .navbar-nav>li>a {
        height: 80px;
    }
}

.navbar-nav>li>a,
.navbar-nav>li>a:hover,
.navbar-nav>li>a:active,
.navbar-nav>li>a:focus {
    background-color: transparent;
    color: #FFF;
}

.navbar-nav>li>a:hover {
    border-bottom: 3px solid #FFF;
}

.navbar-nav>li.active>a {
    border-bottom: 3px solid #FFF;
}

.navbar-nav.ct-navbarNav--defaultActive>li.active {
    border-top: 7px solid #1f8bf3;
    margin: 0 15px;
}

.navbar-nav.ct-navbarNav--defaultActive>li.active>a,
.navbar-nav.ct-navbarNav--defaultActive>li.active>a:hover,
.navbar-nav.ct-navbarNav--defaultActive>li.active>a:active,
.navbar-nav.ct-navbarNav--defaultActive>li.active>a:focus {
    padding-left: 0;
    padding-right: 0;
    margin-top: 33px;
    background-color: transparent;
}

.navbar-nav.ct-navbarNav--defaultActive>li.onepage>a {
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.navbar-nav.ct-navbarNav--secundaryActive>li.active>a,
.navbar-nav.ct-navbarNav--secundaryActive>li.active>a:hover,
.navbar-nav.ct-navbarNav--secundaryActive>li.active>a:active,
.navbar-nav.ct-navbarNav--secundaryActive>li.active>a:focus {
    color: #ffffff;
}

.navbar-nav.ct-navbarNav--thirdActive>li.active>a,
.navbar-nav.ct-navbarNav--thirdActive>li.active>a:hover,
.navbar-nav.ct-navbarNav--thirdActive>li.active>a:active,
.navbar-nav.ct-navbarNav--thirdActive>li.active>a:focus {
    background-color: #ffffff;
}

.navbar-nav.ct-navbarNav--thirdActive>li>a,
.navbar-nav.ct-navbarNav--thirdActive>li>a:hover,
.navbar-nav.ct-navbarNav--thirdActive>li>a:active,
.navbar-nav.ct-navbarNav--thirdActive>li>a:focus {
    color: #ffffff;
}

.navbar-nav.ct-navbarNav--fourthActive>li.active>a,
.navbar-nav.ct-navbarNav--fourthActive>li.active>a:hover,
.navbar-nav.ct-navbarNav--fourthActive>li.active>a:active,
.navbar-nav.ct-navbarNav--fourthActive>li.active>a:focus {
    background-color: #222222;
    color: #ffffff;
}

.navbar-nav.ct-navbarNav--fifthActive>li.active>a,
.navbar-nav.ct-navbarNav--fifthActive>li.active>a:hover,
.navbar-nav.ct-navbarNav--fifthActive>li.active>a:active,
.navbar-nav.ct-navbarNav--fifthActive>li.active>a:focus {
    background-color: #ffffff;
    color: #222222;
}

@media (max-width: 1200px) {
    .navbar-nav>li>a {
        padding: 5px 0px;
        font-size: 13px;
        margin: 0 7px !important;
    }
    html:lang(hu) .navbar-nav>li>a {
        margin: 0 4px !important;
    }
    .navbar-nav.ct-navbarNav--defaultActive>li.active {
        margin: 0 5px;
    }
    .navbar .navbar-brand img {
        /*max-height: 60px !important;*/
        height: auto;
    }
    .ct-navbar--right .search .form_bg {
        width: 80px;
    }
}

@media (max-width: 991px) {
    .navbar .navbar-header {
        width: 180px;
    }
    .navbar .navbar-header .navbar-brand {
        padding-top: 10px;
    }
    .navbar-nav {
        margin-left: 0px;
    }
    html:lang(hu) .navbar-nav>li>a {
        margin: 0 2px !important;
    }
    .navbar-nav>li>a {
        margin: 0 2px !important;
    }
}

body.ct-navbar--is-small .navbar .ct-navbarContainer,
body.ct-navbar--fixedTop--is-small .navbar .ct-navbarContainer {
    height: 60px;
    ;
}

body.ct-navbar--is-small .navbar .navbar-brand,
body.ct-navbar--fixedTop--is-small .navbar .navbar-brand {
    line-height: 1px;
}

body.ct-navbar--is-small .navbar .navbar-brand img,
body.ct-navbar--fixedTop--is-small .navbar .navbar-brand img {
    /*   max-height: 66px; */
    vertical-align: middle;
}

body.ct-navbar--is-small .navbar .navbar-nav li .dropdown-menu,
body.ct-navbar--fixedTop--is-small .navbar .navbar-nav li .dropdown-menu {
    top: 96px;
}

body.ct-navbar--is-small .navbar .navbar-nav>li>a,
body.ct-navbar--fixedTop--is-small .navbar .navbar-nav>li>a {
    margin: 20px 0px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0 !important;
}

body.ct-navbar--fixedTop--is-small .navbar .navbar-nav a.shop {
    padding-top: 10px !important;
    margin-top: 8px !important;
}

body.ct-navbar--is-small .navbar .navbar-nav.ct-navbarNav--defaultActive>li.active>a,
body.ct-navbar--fixedTop--is-small .navbar .navbar-nav.ct-navbarNav--defaultActive>li.active>a,
body.ct-navbar--is-small .navbar .navbar-nav.ct-navbarNav--defaultActive>li.active>a:hover,
body.ct-navbar--fixedTop--is-small .navbar .navbar-nav.ct-navbarNav--defaultActive>li.active>a:hover,
body.ct-navbar--is-small .navbar .navbar-nav.ct-navbarNav--defaultActive>li.active>a:active,
body.ct-navbar--fixedTop--is-small .navbar .navbar-nav.ct-navbarNav--defaultActive>li.active>a:active,
body.ct-navbar--is-small .navbar .navbar-nav.ct-navbarNav--defaultActive>li.active>a:focus,
body.ct-navbar--fixedTop--is-small .navbar .navbar-nav.ct-navbarNav--defaultActive>li.active>a:focus {
    margin-top: 13px;
}

.navbar-nav>li.dropdown:hover>ul.dropdown-menu {
    display: block;
    margin-top: 4px;
    left: 12%;
}

.dropdown-menu {
    top: 96px;
    z-index: 5000;
    background-color: #ffffff;
    border: none;
    padding: 0;
    color: #222222;
    list-style: none !important;
    border-radius: 0;
    box-shadow: 0px 1px 5.58px 0.42px rgba(113, 116, 118, 0.53);
}

.dropdown-menu li ul li {
    position: relative;
    border-bottom: 1px solid #d7d7d7;
}

.dropdown-menu li ul li:last-of-type {
    border-bottom: 0;
}

.dropdown-menu li ul li a {
    font-size: 15px;
    color: #58595b;
    font-weight: 400;
    padding: 2px 16px;
}

.dropdown-menu li ul li a:hover {
    color: #231f20;
    background-color: #d7d7d7;
}

.dropdown-menu li ul li a:after {
    font-size: 16px;
    color: #58595b;
    content: ">";
    position: absolute;
    right: 20px;
    width: auto;
    height: auto;
}

.dropdown-menu h1,
.dropdown-menu .h1,
.dropdown-menu h2,
.dropdown-menu .h2,
.dropdown-menu h3,
.dropdown-menu .h3,
.dropdown-menu h4,
.dropdown-menu .h4,
.dropdown-menu h5,
.dropdown-menu .h5,
.dropdown-menu h6,
.dropdown-menu .h6 {
    color: #1f8bf3;
}

.dropdown-menu h1 small,
.dropdown-menu .h1 small,
.dropdown-menu h2 small,
.dropdown-menu .h2 small,
.dropdown-menu h3 small,
.dropdown-menu .h3 small,
.dropdown-menu h4 small,
.dropdown-menu .h4 small,
.dropdown-menu h5 small,
.dropdown-menu .h5 small,
.dropdown-menu h6 small,
.dropdown-menu .h6 small {
    color: #1f8bf3;
}

.dropdown-menu ul {
    min-width: 200px;
}

.dropdown-menu>li>a,
.dropdown-menu a {
    color: #4c505e;
    font-weight: 600;
    line-height: 33px;
    display: block;
}

.dropdown-menu>li>a:hover,
.dropdown-menu a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu a:focus,
.dropdown-menu>li>a:active,
.dropdown-menu a:active {
    color: #1f8bf3;
    background-color: transparent;
}

.dropdown-menu>li>a span,
.dropdown-menu a span {
    color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;
}

.dropdown-menu>li>a span:hover,
.dropdown-menu a span:hover {
    color: #ffffff;
}

.dropdown-menu li.active>a {
    color: #ffffff;
    background-color: transparent;
}

.dropdown-menu li.active>a:hover {
    background-color: transparent;
}

.dropdown-menu .dropdown-submenu {
    position: relative;
}

.dropdown-menu .dropdown-submenu .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
}

.dropdown-menu .dropdown-submenu:hover .dropdown-menu {
    display: block;
}

.dropdown-menu li:before,
.dropdown-menu a:before {
    display: none !important;
}

.dropdown-menu:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 20px;
}

.ct-dropdown-menu {
    left: auto !important;
}

.yamm-content>li>a,
.yamm-content a {
    padding: 0;
}

@media (max-width: 991px) {
    .yamm-content .row .ct-yammInner:nth-child(even) ul {
        border: none !important;
    }
}

.ct-navbar--options {
    margin-left: 20px;
}

.ct-navbar--options>li:first-child>a {
    border-left: 1px solid #ffffff;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.ct-navbar--options>li>a {
    padding: 0px 15px;
    margin: 45px 0px;
}

.ct-navbar--options .dropdown-menu {
    min-width: 120px;
    border: none;
    background-color: #ffffff;
    padding: 5px;
    top: 45px;
    left: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.ct-navbar--options .dropdown-menu li {
    margin-bottom: 15px;
}

.ct-navbar--options .dropdown-menu li a {
    padding: 0;
    line-height: 1;
    color: #999999;
}

.ct-navbar--options .dropdown-menu li a:hover {
    color: #1f8bf3;
}

.ct-navbar--options .dropdown-menu li:last-child {
    margin-bottom: 0;
}

.navbar.is-small .ct-navbar--options>li>a {
    margin: 25px 0px;
}

.navbar.is-small .ct-navbar--options .dropdown-menu {
    top: 25px;
}

@media (max-width: 991px) {
    .navbar-brand {
        max-width: 200px;
    }
    .ct-navbar--options {
        margin-left: 0;
    }
    .ct-navbar--options>li:first-child>a {
        border-left: none;
    }
}

.ct-navbar-navSearch.is-active:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 0 15px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    left: 25px;
    bottom: -45px;
}

.navbar.is-small .ct-navbar-navSearch.is-active:before {
    bottom: -25px;
}

.ct-navbar-search {
    width: 100%;
    position: absolute;
    display: none;
}

.ct-navbar-search input {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 50px;
    height: 80px;
    background-color: #ffffff;
    border: none;
    font-weight: 300;
}

.ct-navbar-search input::-webkit-input-placeholder {
    color: #222222;
}

.ct-navbar-search input:-moz-placeholder {
    color: #222222;
}

.ct-navbar-search input::-moz-placeholder {
    color: #222222;
}

.ct-navbar-search input:-ms-input-placeholder {
    color: #222222;
}

.ct-navbar-search input,
.ct-navbar-search input:focus,
.ct-navbar-search input:hover {
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}

.ct-navbar-search button {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
    border: none;
    border-left: 1px solid #cccccc;
    background-color: #eeeeee;
    color: #cccccc;
    font-size: 40px;
}

.ct-navbar--bounceIn .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 .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 .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 .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 .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 .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 .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 .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 .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 .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 .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 .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 .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 .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;
}

.navbar-brand {
    line-height: 55px;
}

.navbar-form {
    margin-top: 38px;
    margin-bottom: 38px;
}

@media (min-width: 768px) {
    .ct-navbar--logoright .navbar-header {
        float: right;
    }
    .ct-navbar--logoright .navbar-nav:first-child {
        margin-left: -15px;
    }
    .ct-navbar--logoright .navbar-nav.ct-navbarNav--defaultActive>li:first-child {
        margin-left: 0;
    }
    .ct-navbar--logoright .navbar-nav.ct-navbarNav--defaultActive>li:first-child>a {
        padding-left: 0;
    }
    .ct-navbar--logoright .navbar-nav.navbar-right:last-child {
        margin-right: 0px;
    }
    .ct-navbar--logoright>.container .navbar-brand,
    .ct-navbar--logoright>.container-fluid .navbar-brand {
        margin-left: 0;
        margin-right: -15px;
    }
}

.ct-menu-header {
    font-size: 16px;
}

.snapjs-right {
    overflow: hidden !important;
    height: 100%;
}

.snapjs-right .ct-navbarMobile {
    right: 266px;
    left: auto;
}

.snapjs-right .ct-menuMobile {
    z-index: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

.ct-navbarMobile {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5000;
    background: rgb(103, 189, 232);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(103, 189, 232, 1) 0%, rgba(90, 182, 232, 1) 38%, rgba(20, 118, 191, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(103, 189, 232, 1)), color-stop(38%, rgba(90, 182, 232, 1)), color-stop(100%, rgba(20, 118, 191, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(103, 189, 232, 1) 0%, rgba(90, 182, 232, 1) 38%, rgba(20, 118, 191, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(103, 189, 232, 1) 0%, rgba(90, 182, 232, 1) 38%, rgba(20, 118, 191, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(103, 189, 232, 1) 0%, rgba(90, 182, 232, 1) 38%, rgba(20, 118, 191, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(103, 189, 232, 1) 0%, rgba(90, 182, 232, 1) 38%, rgba(20, 118, 191, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#67bde8', endColorstr='#1476bf', GradientType=1);
    /* IE6-9 */
}

.ct-navbarMobile .navbar-brand {
    height: 70px;
    padding: 0 15px;
    line-height: 70px;
}

.ct-navbarMobile .navbar-toggle {
    position: absolute;
    top: 10px;
    right: 0px;
}

.ct-navbarMobile .cart_icon {
    position: absolute;
    top: 16px;
    right: 80px;
    display: block;
    width: 38px;
    height: 38px;
    text-indent: -9999px;
    background-image: url(../../images/icons/menu_cart_icon.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 38px 38px;
}

.ct-navbarMobile .cart_icon a div.count {
    position: absolute;
    right: 0;
    top: -8px;
    display: block;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    min-width: 18px;
    height: 26px;
    width: 26px;
    padding: 0 4px;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #ee2e24;
    display: none;
}

@media (width: 768px) {
    #lightbox .ct-navbarMobile .navbar-toggle {
        display: block;
    }
}

.ct-navbarMobile .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.snapjs-right .ct-menuMobile,
.snapjs-left .ct-menuMobile {
    overflow: scroll;
}

.ct-menuMobile {
    background: #3c9ddd;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 266px;
    max-height: 100%;
    overflow: hidden;
}

.ct-menuMobile .caret {
    color: #ffffff;
}

.ct-menuMobile .ct-menuMobile-navbar {
    margin-top: 10px;
    padding: 0;
    list-style: none;
}

.ct-menuMobile .ct-menuMobile-navbar li {
    padding: 0px;
}

.ct-menuMobile .ct-menuMobile-navbar li a {
    color: #ffffff;
    padding: 10px 20px;
    display: inline-block;
    font-weight: 600;
}

.ct-menuMobile .ct-menuMobile-navbar li a br {
    display: none;
}

.ct-menuMobile .ct-menuMobile-navbar li a:focus,
.ct-menuMobile .ct-menuMobile-navbar li a:active {
    outline: none !important;
}

.ct-menuMobile .ct-menuMobile-navbar li.active {
    background-color: #ffffff;
}

.ct-menuMobile .ct-menuMobile-navbar li.active a {
    color: #3c9ddd;
}

.ct-menuMobile .ct-menuMobile-navbar .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;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu .dropdown-menu {
    display: block;
}

.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
    padding-left: 20px;
}

.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu ul {
    padding-left: 20px;
}

.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu li a {
    color: #58595b;
}

.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu li a:hover {
    background-color: #FFFFFF;
}

.ct-menuMobile .ct-menuMobile-navbar .open .dropdown-menu {
    padding: 0;
    margin: 0 0 10px 0;
    max-height: none;
    top: 0;
}

.ct-menuMobile .ct-menuMobile-navbar .open .dropdown-menu li ul li a:after {
    display: none;
}

.ct-menuMobile #searchform {
    padding: 10px 20px;
}

.ct-menuMobile #searchform .form_bg {
    width: 80%;
    height: 30px;
    background-color: #FFFFFF;
    border: 0;
    padding: 2px 10px;
    color: #333333;
    font-size: 15px;
    line-height: 1em;
    border-radius: 3px;
}

.ct-menuMobile #searchform input[type="submit"] {
    font-family: FontAwesome, sans-serif;
    background-color: transparent;
    color: #FFF;
    border: none;
    font-size: 12px;
}

@media (min-width: 768px) {
    .ct-navbarMobile,
    .ct-menuMobile {
        display: none;
    }
}

@media (width: 768px) {
    #lightbox .ct-navbarMobile,
    #lightbox .ct-menuMobile {
        display: block;
    }
}

.ct-menuMobile {
    background: rgba(20, 118, 191, 1) 100%;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    color: #ffffff;
}

.ct-menuMobile--Dark {
    background: #4c505e;
}

.ct-navbarMobile .ct-blue-circle {
    top: -55px;
    left: 13px;
}

.ct-navbarMobile .ct-blue-circle span {
    color: #ffffff;
}

.ct-navbarMobile--header {
    z-index: 1000;
    font-size: 18px;
    line-height: 70px;
    position: absolute;
    background: #E0E6EC;
    top: 70px;
    /*    height: 70px; */
}

.ct-navbarMobile--header a {
    color: #ffffff;
    padding-left: 10%;
    padding-right: -5%;
}

.ct-navbarMobile--header a i {
    vertical-align: middle;
    height: 20px;
    width: 20px;
    margin-left: -20px;
}

.ct-navbarMobile--header a i .ct-cartNumber {
    font-size: 12px;
    position: relative;
    color: #ffffff;
    background: #1f8bf3;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 360px;
    top: -35px;
    left: 15px;
    font-weight: 300;
    text-align: center;
}

.ct-navbarMobile--header ul {
    margin-left: 0px;
    padding-left: 10px;
    list-style: none;
}

.ct-navbarMobile--header .lang {
    display: none;
    float: left;
    width: 60%;
    padding-left: 10px;
}

.ct-navbarMobile--header .search {
    float: right;
    width: 100%;
    text-align: right;
    padding-right: 16px;
}

.ct-navbarMobile--header .lang a {
    color: #63AAE0;
    font-size: 13px;
    line-height: 1em;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    padding: 0px;
    margin-right: 4px;
}

.ct-navbarMobile--header .lang div {
    display: inline-block;
    margin-right: 4px;
}

.ct-navbarMobile--header .lang a:hover,
.ct-navbarMobile--header .lang div.sel a {
    border-bottom: 2px solid #1471b9;
    color: #1471b9;
    background-color: transparent;
}

.ct-navbarMobile--header .search .form_bg {
    width: 90%;
    height: 28px;
    background-color: transparent;
    border: 1px solid #1471b9;
    padding: 2px 10px;
    color: #1471b9;
    font-size: 13px;
    line-height: 1em;
    border-radius: 2px;
}

.ct-navbarMobile--header .search input[type="submit"] {
    background-color: transparent;
    color: #1471b9;
    border: none;
    font-size: 12px;
}

.ct-navbarMobile--header .search .fa-input {
    font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.ct-headerMotive {
    height: 110px;
    background: #1f8bf3;
}

.ct-headerMotive p,
.ct-headerMotive a {
    line-height: 110px;
    color: #ffffff !important;
}

.ct-headerMotive p i,
.ct-headerMotive a i {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 15px;
}

.ct-headerMotive a:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #ffffff;
}

@media (max-width: 767px) {
    .ct-headerMotive {
        display: none;
    }
}

.ct-contactForm {
    margin-top: 80px;
}

.form-control {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    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-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    height: 47px;
    margin-bottom: 10px;
    border-color: #b3b3b3;
}

.form-control:focus {
    border-color: #1f8bf3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    color: transparent;
}

.form-control:-moz-placeholder {
    color: transparent;
}

.form-control::-moz-placeholder {
    color: transparent;
}

.form-control:-ms-input-placeholder {
    color: transparent;
}

.input-sm,
.form-horizontal .form-group-sm .form-control {
    height: 30px;
}

.input-lg,
.form-horizontal .form-group-lg .form-control {
    height: 50px;
}

.form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-group label {
    font-size: 16px;
    padding-bottom: 10px;
    color: #5f5f5f;
    line-height: 1;
    font-weight: 600;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.alert {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.close {
    line-height: 1.5;
}

.input-group-addon {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.form-search .btn {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.form-search {
    margin-bottom: 25px;
}

.form-search input,
.form-search .btn {
    display: inline-block;
    vertical-align: middle;
}

.form-search input {
    width: 75%;
    border-color: #222222;
    background-color: #ffffff;
}

.form-search input::-webkit-input-placeholder {
    color: #999999;
}

.form-search input:-moz-placeholder {
    /* Firefox 18- */
    color: #999999;
    font-style: italic;
}

.form-search input::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
    font-style: italic;
}

.form-search input:-ms-input-placeholder {
    color: #999999;
    font-style: italic;
}

.form-search input:focus,
.form-search input:active,
.form-search input:valid {
    border-color: #1f8bf3;
}

.form-search .btn {
    width: 25%;
    text-transform: uppercase;
    padding: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.form-search .btn:hover {
    background-color: #222222;
    border-color: #222222;
}

.form-group input[type="file"] {
    line-height: 1;
}

.checkbox input {
    float: none;
    width: auto;
    display: none;
}

.checkbox input[type=checkbox]:checked+label:before {
    content: "\f046";
}

.ct-checkbox {
    margin-left: 10px;
    text-transform: none !important;
}

.ct-inputSearch {
    position: relative;
}

.ct-inputSearch input,
.ct-inputSearch input:focus {
    padding: 5px 40px 5px 10px;
    border: 1px solid #eeeeee;
    outline: none;
    width: 100%;
    color: #4c505e;
    /* firefox 19+ */
    /* ie */
}

.ct-inputSearch input::-webkit-input-placeholder,
.ct-inputSearch input:focus::-webkit-input-placeholder {
    color: #4c505e;
}

.ct-inputSearch input::-moz-placeholder,
.ct-inputSearch input:focus::-moz-placeholder {
    color: #4c505e;
}

.ct-inputSearch input:-ms-input-placeholder,
.ct-inputSearch input:focus:-ms-input-placeholder {
    color: #4c505e;
}

.ct-inputSearch input input:-moz-placeholder,
.ct-inputSearch input:focus input:-moz-placeholder {
    color: #4c505e;
}

.ct-inputSearch input:focus {
    border-color: #1f8bf3;
}

.ct-inputSearch button {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -17px;
    background: #ffffff;
    border: none;
    color: #4c505e;
}

.ct-notify {
    border: 1px solid #b3b3b3;
    background-color: transparent;
    color: #b3b3b3;
    /* firefox 19+ */
    /* ie */
    outline: none;
}

.ct-notify::-webkit-input-placeholder {
    color: #b3b3b3;
}

.ct-notify::-moz-placeholder {
    color: #b3b3b3;
}

.ct-notify:-ms-input-placeholder {
    color: #b3b3b3;
}

.ct-notify input:-moz-placeholder {
    color: #b3b3b3;
}

.ct-notify:focus {
    border-color: #b3b3b3;
}

.table {
    position: relative;
    padding-bottom: 70px;
    display: table-cell;
}

@media (max-width: 767px) {
    .table {
        margin-bottom: 0;
    }
    .table .text-left {
        text-align: center;
    }
}

@media (max-width: 1199px) {
    .table {
        display: table;
        padding-bottom: 0;
    }
}

.table .ct-tableHidden {
    opacity: 0;
    border-color: #ffffff;
}

.table>thead>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tfoot>tr>td {
    width: 290px;
    height: 80px;
    min-height: 80px;
    position: relative;
    font-size: 24px;
    font-weight: 500;
    background-color: #4c505e;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    border-bottom: 4px solid #3a3f4d;
}

.table>thead>tr>th:after,
.table>tfoot>tr>th:after,
.table>thead>tr>td:after,
.table>tfoot>tr>td:after {
    content: "";
    width: 3px;
    height: 200%;
    background: #ffffff;
    position: absolute;
    right: 0;
    top: -25px;
}

.table>thead>tr>th button,
.table>tfoot>tr>th button,
.table>thead>tr>td button,
.table>tfoot>tr>td button {
    position: absolute;
    bottom: -45px;
    left: 50px;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .table>thead>tr>th button,
    .table>tfoot>tr>th button,
    .table>thead>tr>td button,
    .table>tfoot>tr>td button {
        left: 18%;
        width: 64%;
    }
}

.table>tbody>tr>th,
.table>tbody>tr>td {
    vertical-align: middle;
    text-align: center;
    width: 290px;
    height: 80px;
    min-height: 80px;
    position: relative;
    padding: 16px;
    background: #f8f8f8;
    border: none;
}

.table>tbody>tr>th i,
.table>tbody>tr>td i {
    text-align: center;
}

.table>tbody>tr>th span,
.table>tbody>tr>td span {
    color: #4c505e;
    margin-left: 15px;
    position: relative;
    top: -2px;
}

.table>tbody>tr>th:after,
.table>tbody>tr>td:after {
    content: "";
    width: 3px;
    height: 125%;
    background: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
}

.table>tbody>tr>th:before,
.table>tbody>tr>td:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ddd;
}

@media (max-width: 767px) {
    .table>tbody>tr>th,
    .table>tbody>tr>td {
        width: 50%;
        min-width: 50%;
    }
}

.table>tbody>tr:last-child td:before {
    display: none;
}

.table .ct-tableIcon {
    width: 27px;
    height: 27px;
    font-size: 20px;
    line-height: 27px;
    border-radius: 100%;
    color: #ffffff;
}

.table .ct-tableIcon--success {
    background-color: #23da9c;
}

.table .ct-tableIcon--danger {
    background-color: #ef4c64;
}

.ct-tableResponsive {
    border: none;
}

@media (max-width: 1199px) {
    .ct-tableResponsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: auto;
    }
}

@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

.ct-tableWrapper {
    display: table-cell;
}

@media (max-width: 767px) {
    .ct-tableWrapper {
        position: relative;
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 1199px) {
    .ct-tableWrapper {
        display: table;
        width: 100%;
        margin-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .ct-tableWrapper {
        margin-bottom: 120px;
    }
}

.ct-tableHeadXS,
.ct-tableFootXS {
    width: 100%;
    height: 80px;
    min-height: 80px;
    padding: 16px;
    font-size: 24px;
    line-height: 42px;
    font-weight: 500;
    background-color: #4c505e;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    border-bottom: 4px solid #3a3f4d;
    z-index: 3;
}

.ct-tableHeadXS:after,
.ct-tableFootXS:after {
    content: "";
    width: 3px;
    height: 200%;
    background: #ffffff;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: 2;
}

.ct-tableHeadXS button,
.ct-tableFootXS button {
    position: absolute;
    bottom: -45px;
    left: 30%;
    width: 40%;
    margin: 0 auto;
}

@media (max-width: 525px) {
    .ct-tableHeadXS button,
    .ct-tableFootXS button {
        left: 18%;
        width: 64%;
    }
}

@media (max-width: 400px) {
    .ct-tableHeadXS button,
    .ct-tableFootXS button {
        left: 12.5%;
        width: 75%;
    }
}

@media (min-width: 768px) {
    .ct-tableHeadXS,
    .ct-tableFootXS {
        display: none;
    }
}

.ct-tableHeadXS {
    position: absolute;
    top: 0;
    left: 0;
}

.ct-tableFootXS {
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (min-width: 1200px) {
    .ct-hideLG {
        display: none;
    }
}

@media (max-width: 767px) {
    .ct-hideXS {
        display: none;
    }
}

.ct-textLeft {
    text-align: left !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
}

@media (min-width: 768px) {
    .ct-table {
        padding-left: 0;
        padding-right: 0;
    }
}

.ct-table-success {
    background-color: #23da9c !important;
    border-bottom-color: #1cae7d;
}

.ct-table-info {
    background-color: #5bc0de !important;
    border-bottom-color: #31b0d5;
}

.ct-table-warning thead>tr>th,
.ct-table-warning tfoot>tr>th,
.ct-table-warning .ct-tableHeadXS,
.ct-table-warning .ct-tableFootXS {
    background-color: #f0ad4e;
    border-bottom-color: #ec971f;
}

.ct-table-warning tbody>tr>td {
    background-color: rgba(240, 173, 78, 0.1);
}

.ct-table-danger thead>tr>th,
.ct-table-danger tfoot>tr>th,
.ct-table-danger .ct-tableHeadXS,
.ct-table-danger .ct-tableFootXS {
    background-color: #e81a1a;
    border-bottom-color: #bc1313;
}

.ct-table-danger tbody>tr>td {
    background-color: rgba(232, 26, 26, 0.075);
}

.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-size12 {
    font-size: 12px;
}

.ct-u-size14 {
    font-size: 14px;
}

.ct-u-size16 {
    font-size: 16px;
}

.ct-u-size17 {
    font-size: 17px;
}

.ct-u-size18 {
    font-size: 18px;
}

.ct-u-size20 {
    font-size: 20px;
}

.ct-u-size22 {
    font-size: 22px;
}

.ct-u-size24 {
    font-size: 24px;
}

.ct-u-size26 {
    font-size: 26px;
}

.ct-u-size28 {
    font-size: 28px;
}

.ct-u-size30 {
    font-size: 30px;
}

.ct-u-size34 {
    font-size: 34px;
}

.ct-u-size40 {
    font-size: 40px;
}

.ct-u-size50 {
    font-size: 50px;
}

.ct-u-size56 {
    font-size: 56px;
}

.ct-u-size60 {
    font-size: 60px;
}

.ct-u-size70 {
    font-size: 70px;
}

.ct-u-size80 {
    font-size: 80px;
}

.ct-u-size90 {
    font-size: 90px;
}

.ct-u-lineThrough {
    text-decoration: line-through;
}

.ct-u-underline:hover {
    padding-bottom: 5px;
}

.ct-u-MyriadPro {
    font-family: Myriad Pro, sans-serif;
}

.ct-u-arapey {
    font-family: 'Arapey', serif;
}

.ct-u-z-index1 {
    z-index: 1000;
}

.ct-u-z-index2 {
    z-index: 2000;
}

.ct-u-z-index3 {
    z-index: 3000;
}

.ct-u-z-index4 {
    z-index: 4000;
}

.ct-u-z-index5 {
    z-index: 5000;
}

.ct-u-z-index6 {
    z-index: 6000;
}

.ct-u-z-index7 {
    z-index: 7000;
}

.ct-u-z-index8 {
    z-index: 8000;
}

.ct-u-z-index9 {
    z-index: 9000;
}

.ct-u-displayInline {
    display: inline;
}

.ct-u-displayTable {
    display: table;
    width: 100%;
}

.ct-u-displayTableRow {
    display: table-row;
}

.ct-u-displayTableCell {
    display: table-cell;
}

.ct-u-displayTableVertical {
    height: 100%;
}

.ct-u-displayTableVertical .ct-u-displayTableCell {
    vertical-align: middle;
}

.ct-u-visibilityHidden {
    visibility: hidden;
}

.ct-u-positionFixed {
    position: fixed;
}

.ct-u-positionAbsolute {
    position: absolute;
}

.ct-u-positionRelative {
    position: relative;
}

.ct-u-paddingBoth0 {
    padding-top: 0;
    padding-bottom: 0;
}

.ct-u-paddingTop0 {
    padding-top: 0;
}

.ct-u-paddingBottom0 {
    padding-bottom: 0;
}

.ct-u-paddingBoth5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.ct-u-paddingTop5 {
    padding-top: 5px;
}

.ct-u-paddingBottom5 {
    padding-bottom: 5px;
}

.ct-u-paddingBoth10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ct-u-paddingTop10 {
    padding-top: 10px;
}

.ct-u-paddingBottom10 {
    padding-bottom: 10px;
}

.ct-u-paddingBoth12 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.ct-u-paddingTop12 {
    padding-top: 12px;
}

.ct-u-paddingBottom12 {
    padding-bottom: 15px;
}

.ct-u-paddingBoth15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.ct-u-paddingTop15 {
    padding-top: 15px;
}

.ct-u-paddingBottom15 {
    padding-bottom: 15px;
}

.ct-u-paddingBoth20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ct-u-paddingTop20 {
    padding-top: 20px;
}

.ct-u-paddingBottom20 {
    padding-bottom: 20px;
}

.ct-u-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-clearPadding {
    padding: 0 !important;
}

.ct-u-marginBoth0 {
    margin-top: 0;
    margin-bottom: 0;
}

.ct-u-marginTop0 {
    margin-top: 0;
}

.ct-u-marginBottom0 {
    margin-bottom: 0;
}

.ct-u-marginBoth10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ct-u-marginTop10 {
    margin-top: 10px;
}

.ct-u-marginBottom10 {
    margin-bottom: 10px;
}

.ct-u-marginBoth15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.ct-u-marginTop15 {
    margin-top: 15px;
}

.ct-u-marginBottom15 {
    margin-bottom: 15px;
}

.ct-u-marginBoth20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ct-u-marginTop20 {
    margin-top: 20px;
}

.ct-u-marginBottom20 {
    margin-bottom: 20px;
}

.ct-u-marginBoth30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.ct-u-marginTop30 {
    margin-top: 30px;
}

.ct-u-marginBottom30 {
    margin-bottom: 30px;
}

.ct-u-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-marginRight80 {
    margin-right: 80px;
}

.ct-u-marginLeft80 {
    margin-left: 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-marginAuto {
    margin-left: auto;
    margin-right: auto;
}

.ct-u-colorWhite {
    color: #ffffff;
}

.ct-u-colorLightGray {
    color: #eeeeee;
}

.ct-u-colorDarkGray {
    color: #aaaaaa;
}

.ct-u-colorDarkerGray {
    color: #666666;
}

.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-borderMotiveBoth {
    border-top: 8px solid #1f8bf3;
    border-bottom: 8px solid #1f8bf3;
}

.ct-u-borderMotiveTop {
    border-top: 8px solid #1f8bf3;
}

.ct-u-borderMotiveBottom {
    border-bottom: 8px solid #1f8bf3;
}

.ct-u-borderTopGrayLighter {
    border-top: 1px solid #eeeeee;
}

.ct-u-borderBottomGrayLighter {
    border-bottom: 1px solid #eeeeee;
}

.ct-u-borderLeftGrayLighter {
    border-left: 1px solid #eeeeee;
}

.ct-u-borderRightGrayLighter {
    border-right: 1px solid #eeeeee;
}

.ct-u-doubleBorderBottom {
    position: relative;
    border-bottom: 1px solid #ffffff;
}

.ct-u-doubleBorderBottom:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #eeeeee;
}

.ct-u-doubleBorderTop {
    position: relative;
    border-top: 1px solid #eeeeee;
}

.ct-u-doubleBorderTop:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #ffffff;
}

.ct-u-bgClear {
    background: none !important;
}

.ct-u-backgroundWhite {
    background-color: #ffffff;
}

.ct-u-backgroundGray {
    background-color: #fbfbfb;
}

.ct-u-backgroundGray2 {
    background-color: #bbbbbb;
}

.ct-u-backgroundDarkGray {
    background-color: #222222;
    color: #ffffff;
}

.ct-u-backgroundDarkGray h1,
.ct-u-backgroundDarkGray .h1,
.ct-u-backgroundDarkGray h2,
.ct-u-backgroundDarkGray .h2,
.ct-u-backgroundDarkGray h3,
.ct-u-backgroundDarkGray .h3,
.ct-u-backgroundDarkGray h4,
.ct-u-backgroundDarkGray .h4,
.ct-u-backgroundDarkGray h5,
.ct-u-backgroundDarkGray .h5,
.ct-u-backgroundDarkGray h6,
.ct-u-backgroundDarkGray .h6 {
    color: #ffffff;
}

.ct-u-backgroundDarkGray h1 small,
.ct-u-backgroundDarkGray .h1 small,
.ct-u-backgroundDarkGray h2 small,
.ct-u-backgroundDarkGray .h2 small,
.ct-u-backgroundDarkGray h3 small,
.ct-u-backgroundDarkGray .h3 small,
.ct-u-backgroundDarkGray h4 small,
.ct-u-backgroundDarkGray .h4 small,
.ct-u-backgroundDarkGray h5 small,
.ct-u-backgroundDarkGray .h5 small,
.ct-u-backgroundDarkGray h6 small,
.ct-u-backgroundDarkGray .h6 small {
    color: #ffffff;
}

.ct-u-triangleTopLeft,
.ct-u-triangleTopRight {
    position: relative;
}

.ct-u-triangleTopLeft:before,
.ct-u-triangleTopRight:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.ct-u-triangleBottomLeft,
.ct-u-triangleBottomRight {
    position: relative;
}

.ct-u-triangleBottomLeft:after,
.ct-u-triangleBottomRight:after {
    z-index: 2;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.ct-u-triangleBottomLeft:after {
    left: 0;
    bottom: -30px;
    border-width: 0 30px 30px 0;
    border-color: transparent #1f8bf3 transparent transparent;
}

.ct-u-triangleBottomRight:after {
    right: 0;
    bottom: -30px;
    border-width: 30px 30px 0 0;
    border-color: #1f8bf3 transparent transparent transparent;
}

.ct-u-triangleTopLeft:before {
    left: 0;
    top: -30px;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent #1f8bf3 transparent;
}

.ct-u-triangleTopRight:before {
    right: 0;
    top: -30px;
    border-width: 30px 0 0 30px;
    border-color: transparent transparent transparent #1f8bf3;
}

.ct-u-diagonalTopLeft,
.ct-u-diagonalTopRight {
    position: relative;
    overflow: hidden;
}

.ct-u-diagonalTopLeft:before,
.ct-u-diagonalTopRight:before {
    position: absolute;
    content: "";
    top: 0px;
    width: 140%;
    top: -25px;
    left: -20%;
    height: 50px;
    background-color: #333333;
}

.ct-u-diagonalBottomLeft,
.ct-u-diagonalBottomRight {
    position: relative;
    overflow: hidden;
}

.ct-u-diagonalBottomLeft:after,
.ct-u-diagonalBottomRight:after {
    position: absolute;
    content: "";
    bottom: -25px;
    width: 140%;
    left: -20%;
    height: 50px;
    background-color: #333333;
}

.ct-u-diagonalTopLeft:before {
    -webkit-transform: rotate(-1.3deg);
    -moz-transform: rotate(-1.3deg);
    -o-transform: rotate(-1.3deg);
    -ms-transform: rotate(-1.3deg);
    transform: rotate(-1.3deg);
}

.ct-u-diagonalTopRight:before {
    -webkit-transform: rotate(1.3deg);
    -moz-transform: rotate(1.3deg);
    -o-transform: rotate(1.3deg);
    -ms-transform: rotate(1.3deg);
    transform: rotate(1.3deg);
}

.ct-u-diagonalBottomLeft:after {
    -webkit-transform: rotate(1.3deg);
    -moz-transform: rotate(1.3deg);
    -o-transform: rotate(1.3deg);
    -ms-transform: rotate(1.3deg);
    transform: rotate(1.3deg);
}

.ct-u-diagonalBottomRight:after {
    -webkit-transform: rotate(-1.3deg);
    -moz-transform: rotate(-1.3deg);
    -o-transform: rotate(-1.3deg);
    -ms-transform: rotate(-1.3deg);
    transform: rotate(-1.3deg);
}

.ct-u-shadowBottom--type1,
.ct-u-shadowBottom--type2,
.ct-u-shadowBottom--type3 {
    position: relative;
}

.ct-u-shadowBottom--type1:after,
.ct-u-shadowBottom--type2:after,
.ct-u-shadowBottom--type3:after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 999;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}

.ct-u-shadowTop--type1,
.ct-u-shadowTop--type2,
.ct-u-shadowTop--type3 {
    position: relative;
}

.ct-u-shadowTop--type1:before,
.ct-u-shadowTop--type2:before,
.ct-u-shadowTop--type3:before {
    content: "";
    position: absolute;
    left: 0;
    z-index: 999;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}

.ct-u-shadowBottom--type1:after {
    bottom: -20px;
    background-image: url("images/shadow_1.png");
    height: 20px;
}

.ct-u-shadowBottom--type2:after {
    bottom: -40px;
    background-image: url("images/shadow_2.png");
    height: 40px;
}

.ct-u-shadowBottom--type3:after {
    bottom: -40px;
    background-image: url("images/shadow_3.png");
    height: 40px;
}

.ct-u-shadowTop--type1:before {
    top: 0px;
    background-image: url("images/shadow_1.png");
    height: 20px;
}

.ct-u-shadowTop--type2:before {
    top: 0px;
    background-image: url("images/shadow_2.png");
    height: 40px;
}

.ct-u-shadowTop--type3:before {
    top: 0px;
    background-image: url("images/shadow_3.png");
    height: 40px;
}


/* **************************************
  PRODUCT TEASER SMALL
  **************************************** */

.ct-productTeaser {
    margin-top: -200px;
}

.ct-productTeaser h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.1em;
    color: #FFF;
}

.ct-productTeaser h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
}

html:lang(pt) .ct-productTeaser .ct-u-marginBottom20.ct-u-paddingBoth20 {
    padding-top: 60px;
}

html:lang(pt) .ct-productTeaser h2 {
    font-size: 30px;
}

@media (max-width: 1200px) {
    html:lang(pt) .ct-productTeaser .ct-u-marginBottom20.ct-u-paddingBoth20 {
        padding-top: 20px;
    }
}

@media (max-width: 992px) {
    html:lang(pt) .ct-productTeaser .ct-u-marginBottom20.ct-u-paddingBoth20 {
        padding-top: 30px;
    }
}

@media (max-width: 768px) {
    html:lang(pt) .ct-productTeaser .ct-u-marginBottom20.ct-u-paddingBoth20 {
        padding-top: 30px;
    }
}

@media (max-width: 570px) {
    html:lang(pt) .ct-productTeaser h2 {
        font-size: 26px;
    }
}

@media (max-width: 480px) {
    html:lang(pt) .ct-productTeaser h2 {
        font-size: 24px;
    }
    html:lang(pt) .ct-productTeaser .ct-u-marginBottom20.ct-u-paddingBoth20 {
        padding-top: 20px;
    }
}


/* **************************************
  SUBPAGE SECTION
  **************************************** */

.ct-subPage {
    min-height: 400px;
}

.ct-subPage h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.1em;
    color: #1471b9;
    text-transform: uppercase;
}

.ct-subPage h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.1em;
    color: #1471b9;
    text-transform: uppercase;
}


/* **************************************
  PRODUCT TEASER SMALL SUBPAGE
  **************************************** */

.ct-productTeaser.ct-u-motiveLight2--bg {
    margin-top: 0px;
}

.ct-productTeaser.ct-u-motiveLight2--bg h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #1471b9;
    text-transform: uppercase;
}

.ct-productTeaser.ct-u-motiveLight2--bg h2 {
    color: #1471b9;
    margin-top: 0px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.ct-productTeaser.ct-u-motiveLight2--bg .col-sm-6 {
    font-size: 15px;
    line-height: 1.2em;
}

.ct-productTeaser.ct-u-motiveLight2--bg .col-sm-6 a {
    color: #1471b9;
    font-weight: bold;
}

.ct-productTeaser.ct-u-motiveLight2--bg .col-sm-6 a.btn {
    color: #FFFFFF;
    border-bottom: 0;
    border-radius: 3px;
    padding: 0 25px;
}

.ct-productTeaser.ct-u-motiveLight2--bg .col-sm-6 a.btn:hover {
    color: #FFFFFF;
    background-color: #ed1c24;
}

.ct-productTeaser.ct-u-motiveLight2--bg .col-sm-6 a.btn:before {
    border: 0;
}

.ct-productTeaser.ct-u-motiveLight2--bg .col-sm-6 a:hover {
    color: #ed1c24;
}


/* **************************************
  PRODUCTS MAIN
  **************************************** */

.ct-productLine {
    margin-top: 0px;
}

.ct-productLine h1 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #1471b9;
    text-transform: uppercase;
}

.ct-productLine h2 {
    margin-top: 0px;
    font-size: 20px;
    font-weight: bold;
    color: #ee3124;
    text-transform: uppercase;
}

.ct-productLine .products {
    -webkit-display: -webkit-box;
    -webkit-display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: flex-start;
    justify-content: space-between;
    border-top: 1px solid #EFEFEF;
    padding-top: 20px;
}

.ct-productLine .products .item {
    display: inline-block;
    background-color: #fff;
    width: 220px;
    color: #594255;
    padding-right: 10px;
}

html[lang=mk] .ct-productLine .products .item {
    width: 230px;
}

.ct-productLine .products .item:last-child {
    padding-right: 0px;
}

.ct-productLine .products h1 {
    color: #1471b9;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 4px;
    margin-bottom: 0px;
    text-transform: none;
}

.ct-productLine .products h2 {
    color: #1471b9;
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    text-transform: none;
    font-weight: normal;
}

.ct-productLine .products .item.shop img {
    transform: scale(1.56);
    margin-top: 10px;
}

.ct-productLine .products a:hover h1,
.ct-productLine .products a:hover h2 {
    color: #ee3124;
}

@media (max-width: 991px) {
    .index .ct-productLine {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .index .ct-productLine {
        margin-bottom: 50px;
    }
    .ct-u-paddingBottom100 {
        padding-bottom: 20px;
    }
}

.ct-productLine {
    margin-bottom: 50px;
}


/* **************************************
  DISEASES MAIN
  **************************************** */

.ct-3part {
    margin-top: 0px;
}

.ct-3part h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-size: 30px;
    font-weight: bold;
    color: #1471b9;
    text-transform: uppercase;
    border-bottom: 1px solid #EFEFEF;
}

.ct-3part .col-sm-4 {
    padding: 0px;
    padding-right: 10px;
}

.ct-3part .col-sm-4 h2 {
    min-height: 55px;
    text-transform: uppercase;
    color: #1471b9;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 16px;
}

.ct-3part .col-sm-4 a:hover h2,
.ct-3part .col-sm-4 a:hover h3,
.ct-3part .col-sm-4 a:hover p {
    color: #ee3124;
}

.ct-3part .col-sm-6 h3 {
    position: relative;
    z-index: 100;
    height: 53px;
    padding-left: 38px;
    padding-top: 32px;
    margin-top: 0px;
    font-size: 16px;
    font-weight: bold;
    color: #1471b9;
    text-transform: uppercase;
    vertical-align: text-bottom;
}

html:lang(hr) .ct-3part .col-sm-6 h3 {
    padding-top: 16px;
}

html:lang(pt) .ct-3part .col-sm-6 h3 {
    width: 180px;
    word-break: keep-all;
}

.ct-3part .second .col-sm-6 h3,
.ct-3part .third .col-sm-6 h3 {
    padding-left: 52px;
}

@media (max-width: 991px) {
    .ct-3part .col-sm-6 {
        float: none;
        width: 100%;
    }
    .ct-3part .col-sm-6 h3 {
        margin-bottom: 0px;
        height: auto;
    }
    html:lang(pt) .ct-3part .col-sm-6 h3 {
        width: 250px;
    }
}

@media (max-width: 768px) {
    .ct-3part .col-sm-6 h3 {
        height: 53px;
    }
    html:lang(pt) .ct-3part .col-sm-6 h3 {
        width: auto;
    }
    .ct-hialuronicAcid {
        display: none;
    }
}

.ct-3part .col-sm-6 h3:hover {
    color: #ee3124;
}

.ct-3part .col-sm-6 h3.num1 {
    background-image: url("../../images/num_1.png");
    background-repeat: no-repeat;
}

.ct-3part a:hover .col-sm-6 h3.num1 {
    background-image: url("../../images/num_1_o.png");
    background-repeat: no-repeat;
}

.ct-3part .col-sm-6 h3.num2 {
    background-image: url("../../images/num_2.png");
    background-repeat: no-repeat;
}

.ct-3part a:hover .col-sm-6 h3.num2 {
    background-image: url("../../images/num_2_o.png");
    background-repeat: no-repeat;
}

.ct-3part .col-sm-6 h3.num3 {
    background-image: url("../../images/num_3.png");
    background-repeat: no-repeat;
}

.ct-3part a:hover .col-sm-6 h3.num3 {
    background-image: url("../../images/num_3_o.png");
    background-repeat: no-repeat;
}

.ct-3part .col-sm-6 .img {
    width: 170px;
    height: 181px;
    float: left;
    padding-right: 4px;
    -o-background-size: 100% 100%, auto;
    -moz-background-size: 100% 100%, auto;
    -webkit-background-size: 100% 100%, auto;
    background-size: 100% 100%, auto;
}

.ct-3part .col-sm-6 p:nth-child(3) {
    text-decoration: underline;
}

@media (max-width: 1200px) {
    .ct-3part .col-sm-6 .img {
        width: 130px;
        height: 138px;
    }
    .ct-3part .col-sm-6 h3 {
        padding-top: 16px;
    }
}

@media (max-width: 991px) {
    .ct-3part .col-sm-6 .img {
        width: 110px;
        height: 117px;
        margin-right: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 669px) {
    .ct-3part .col-sm-6 h3,
    .ct-3part .col-sm-6 p {
        margin-left: 130px;
    }
}

.ct-3part .col-sm-6 .img.gingivitis {
    background-image: url("../../images/diseases/gingivitis.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding-right: 10px;
}

.ct-3part a:hover .col-sm-6 .img.gingivitis {
    background-image: url("../../images/diseases/gingivitis_o.gif");
}

.ct-3part .col-sm-6 .img.pocket {
    background-image: url("../../images/diseases/tooth_pocket.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding-right: 10px;
}

.ct-3part a:hover .col-sm-6 .img.pocket {
    background-image: url("../../images/diseases/tooth_pocket_o.gif");
}

.ct-3part .col-sm-6 .img.parodontitis {
    background-image: url("../../images/diseases/parodontitis.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding-right: 10px;
}

.ct-3part a:hover .col-sm-6 .img.parodontitis {
    background-image: url("../../images/diseases/parodontitis_o.gif");
}

.ct-3part .col-sm-6 p {
    font-size: 15px;
    line-height: 1.1em;
    color: #1471b9;
}

.ct-3part .col-sm-6 p.more {
    font-weight: bold;
    text-decoration: underline;
}


/* **************************************
  HIALURONIC ACID SECTIONS
  **************************************** */

.ct-hialuronicAcid {
    margin-top: 0px;
}

.ct-hialuronicAcid h1 {
    margin-top: 0px;
    font-size: 30px;
    font-weight: bold;
    color: #1471b9;
    text-transform: uppercase;
}

.ct-hialuronicAcid .items {
    -webkit-display: -webkit-box;
    -webkit-display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #EFEFEF;
    padding-top: 20px;
}

.ct-hialuronicAcid .items .item {
    display: inline-block;
    background-color: #fff;
    width: 220px;
    color: #594255;
    padding-right: 10px;
}

html[lang=mk] .ct-hialuronicAcid .items .item {
    width: 240px;
}

.ct-hialuronicAcid .items .item:last-child {
    padding-right: 0px;
}

.ct-hialuronicAcid .items h1 {
    color: #1471b9;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 0px;
    text-transform: none;
}

.ct-hialuronicAcid .items .img {
    width: 49px;
    height: 140px;
    float: left;
    padding-right: 4px;
}

.ct-hialuronicAcid .items .img.fa {
    background-image: url("../../images/icons/acid_fa.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding-right: 10px;
}

.ct-hialuronicAcid .items a:hover .img.fa {
    background-image: url("../../images/icons/acid_fa_o.png");
}

.ct-hialuronicAcid .items .img.gel {
    background-image: url("../../images/icons/acid_gel.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding-right: 10px;
}

.ct-hialuronicAcid .items a:hover .img.gel {
    background-image: url("../../images/icons/acid_gel_o.png");
}

.ct-hialuronicAcid .items .img.bgel {
    background-image: url("../../images/icons/acid_bgel.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding-right: 10px;
}

.ct-hialuronicAcid .items a:hover .img.bgel {
    background-image: url("../../images/icons/acid_bgel_o.png");
}

.ct-hialuronicAcid .items .img.spray {
    background-image: url("../../images/icons/acid_spray.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding-right: 10px;
}

.ct-hialuronicAcid .items a:hover .img.spray {
    background-image: url("../../images/icons/acid_spray_o.png");
}

.ct-hialuronicAcid .items .img.sol {
    background-image: url("../../images/icons/acid_sol.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding-right: 10px;
}

.ct-hialuronicAcid .items a:hover .img.sol {
    background-image: url("../../images/icons/acid_sol_o.png");
}

.ct-hialuronicAcid .items .ct-counterBox {
    text-align: left;
    margin-left: 55px;
}

.ct-hialuronicAcid .items .ct-counterBox-number,
.ct-hialuronicAcid .items .desc {
    display: inline-block;
    font-size: 32px !important;
    line-height: 10px;
    font-weight: bold;
    color: #1471b9;
    text-align: left;
    padding-top: 10px;
    margin-right: 6px;
}

.ct-hialuronicAcid .items .desc {
    font-size: 14px !important;
    padding-top: 0px;
    line-height: 16px;
    margin-right: 0px;
}

.ct-hialuronicAcid .items a:hover h1,
.ct-hialuronicAcid .items a:hover .ct-counterBox-number,
.ct-hialuronicAcid .items a:hover .desc {
    color: #ee3124;
}


/* **************************************
  FAQ SUBPAGE SECTION
  **************************************** */

.ct-subFAQ .content {
    margin-top: 60px;
}

.ct-subFAQ .content .panel-body a:hover {
    color: #1471b9;
    text-decoration: underline;
}

.ct-subFAQ h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.1em;
    color: #1471b9;
    text-transform: uppercase;
}

.ct-subFAQ h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3em;
    color: #1471b9;
    min-height: 43px;
    padding-left: 80px;
}

.ct-subFAQ h2 span {
    float: right;
    font-size: 14px;
    padding-top: 16px;
    margin-left: 10px;
    line-height: 1.2em;
}

.ct-subFAQ h2 span a:hover {
    color: #ee3124;
}

.ct-subFAQ .disease h2 {
    background-image: url("../../images/icons/FAQ_disease.png");
    background-position: top left;
    background-repeat: no-repeat;
}

.ct-subFAQ .adult h2 {
    background-image: url("../../images/icons/FAQ_adult.png");
    background-position: top left;
    background-repeat: no-repeat;
}

.ct-subFAQ .child h2 {
    background-image: url("../../images/icons/FAQ_child.png");
    background-position: top left;
    background-repeat: no-repeat;
}


/* **************************************
  NEWSLETTER & SAMPLE & FREE DELIVERY
  **************************************** */

.ct-newsletterSample {
    background-color: #f4f2f1;
}

.ct-newsletterSample .content .ct-iconBox {
    background-color: #FFF;
    margin-bottom: 0px;
    border-bottom: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.ct-newsletterSample .content .ct-iconBox.newsletter,
.ct-newsletterSample .content .ct-iconBox.sample {
    min-height: 150px;
    padding-top: 10px;
    padding-bottom: 15px;
}

.ct-newsletterSample .content .ct-iconBox.newsletter h4,
.ct-newsletterSample .content .ct-iconBox.sample h4,
.ct-newsletterSample .content .ct-iconBox.delivery h4 {
    color: #1471b9;
    font-weight: bold;
    font-size: 23px;
}

.ct-newsletterSample .content .ct-iconBox.newsletter img {
    float: left;
    width: 100px;
}

.ct-newsletterSample .content .ct-iconBox.newsletter form,
.ct-newsletterSample .content .ct-iconBox.newsletter .terms {
    margin-left: 110px;
    font-size: 13px;
    line-height: 1.3em;
}

.ct-newsletterSample .content .ct-iconBox.newsletter .terms a {
    color: #1471b9;
}

.ct-newsletterSample .content .ct-iconBox.newsletter .terms a:hover {
    text-decoration: underline;
}

.ct-newsletterSample .content .ct-iconBox.newsletter form input.form_bg {
    width: 90%;
    height: 35px;
    color: #1471b9;
    border: 1px solid #1471b9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-top: 0px;
    padding-right: 3px;
    padding-bottom: 0px;
    padding-left: 10px;
    margin-right: 10px;
}

.ct-newsletterSample .content .ct-iconBox.newsletter form input.button {
    display: inline;
    position: absolute;
    background-image: url("../../images/icons/submit.png");
    background-repeat: no-repeat;
    background-position: bottom;
    border: none;
    height: 35px;
    width: 35px;
    text-indent: -99999px;
}

.ct-newsletterSample .content .ct-iconBox.newsletter form input.button_o {
    display: inline;
    position: absolute;
    background-image: url("../../images/icons/submit_o.png");
    background-repeat: no-repeat;
    background-position: bottom;
    border: none;
    height: 35px;
    width: 35px;
    text-indent: -99999px;
}

.ct-newsletterSample .content .ct-iconBox.newsletter .terms {
    position: relative;
}

.ct-newsletterSample .content .ct-iconBox.newsletter .terms a {
    color: #1471b9;
}

.ct-newsletterSample .content .ct-iconBox.newsletter .terms label {
    display: none;
}


/*
.ct-newsletterSample .content .ct-iconBox .terms input[type=checkbox] {
    visibility: hidden;
    position: relative;
    float:left;
}
.ct-newsletterSample .content .ct-iconBox .terms label {
    cursor: pointer;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 5px;
    left: 0;
    border-radius: 2px;
    border: 1px solid #1471b9;
    float:left;
}*/

.ct-newsletterSample .content .ct-iconBox.sample img {
    position: absolute;
    left: 15px;
    top: -5px;
    float: left;
}

.ct-newsletterSample .content .ct-iconBox.sample h4,
.ct-newsletterSample .content .ct-iconBox.sample p,
.ct-newsletterSample .content .ct-iconBox.delivery h4 {
    margin-left: 155px;
}

.ct-newsletterSample .content .ct-iconBox.sample p {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #1471b9;
    line-height: 1.2em;
}

.ct-newsletterSample .content .ct-iconBox.sample a,
.ct-newsletterSample .content .ct-iconBox.delivery a {
    float: right;
    width: 35px;
    height: 35px;
    margin-left: 20px;
    border: none;
    display: inline-block;
    background-image: url("../../images/icons/submit.png");
    background-repeat: no-repeat;
    background-position: bottom;
}

.ct-newsletterSample .content .ct-iconBox.delivery a {
    margin-top: -22px;
}

.ct-newsletterSample .content .ct-iconBox.sample a:hover,
.ct-newsletterSample .content .ct-iconBox.delivery a:hover {
    background-image: url("../../images/icons/submit_o.png");
}

.ct-newsletterSample .content .ct-iconBox.delivery {
    min-height: 150px;
    padding-top: 45px;
}

.ct-newsletterSample .content .ct-iconBox.delivery img {
    position: absolute;
    left: 45px;
    top: 55px;
    float: left;
}

@media only screen and (max-width: 380px) {
    .ct-newsletterSample .content .ct-iconBox.newsletter,
    .ct-newsletterSample .content .ct-iconBox.sample {
        padding-right: 25px;
    }
    .ct-newsletterSample .content .ct-iconBox.newsletter img {
        float: none;
        margin-bottom: 20px;
    }
    .ct-newsletterSample .content .ct-iconBox.newsletter form,
    .ct-newsletterSample .content .ct-iconBox.newsletter .terms {
        display: block;
        margin-left: 0;
    }
    .ct-newsletterSample .content .ct-iconBox.newsletter form input.form_bg {
        width: 82%;
    }
    .ct-newsletterSample .content .ct-iconBox.delivery {
        min-height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 25px;
    }
    .ct-newsletterSample .content .ct-iconBox.delivery img {
        position: relative;
        left: 0;
        top: 0;
        float: none;
    }
    .ct-newsletterSample .content .ct-iconBox.delivery h4 {
        margin-left: 0;
        margin-bottom: 0;
    }
    .ct-newsletterSample .content .ct-iconBox.delivery a {
        margin-top: -92px;
    }
}


/* Skrit newsletter V ordinaciji SI, HR, AT, BG, HU */

html:lang(sl) body#doctor .ct-newsletterSample .col-md-push-6,
html:lang(hr) body#doctor .ct-newsletterSample .col-md-push-6,
html:lang(at) body#doctor .ct-newsletterSample .col-md-push-6,
html:lang(bg) body#doctor .ct-newsletterSample .col-md-push-6,
html:lang(hu) body#doctor .ct-newsletterSample .col-md-push-6 {
    display: none;
}

html:lang(sl) body#doctor .ct-newsletterSample .col-md-pull-6,
html:lang(hr) body#doctor .ct-newsletterSample .col-md-pull-6,
html:lang(at) body#doctor .ct-newsletterSample .col-md-pull-6,
html:lang(bg) body#doctor .ct-newsletterSample .col-md-pull-6,
html:lang(hu) body#doctor .ct-newsletterSample .col-md-pull-6 {
    display: block;
    right: -25%;
}


/* Skrit vzorček BA & SR & PT & MK */

html:lang(bs) .ct-newsletterSample .col-md-pull-6,

/*html:lang(sr) .ct-newsletterSample .col-md-pull-6,*/

html:lang(pt) .ct-newsletterSample .col-md-pull-6,
html:lang(mk) .ct-newsletterSample .col-md-pull-6,
html:lang(sr) .ct-newsletterSample .col-md-push-6,
html:lang(sr) #page_1682 .ct-newsletterSample,
html:lang(sr) body#doctor .ct-newsletterSample .col-md-push-6 {
    display: none;
}

html:lang(pt) body#doctor .ct-newsletterSample .col-md-pull-6 {
    display: block;
    right: 25%;
}

html:lang(bs) .ct-newsletterSample .col-md-push-6,

/*html:lang(sr) .ct-newsletterSample .col-md-push-6,*/

html:lang(pt) .ct-newsletterSample .col-md-push-6,
html:lang(mk) .ct-newsletterSample .col-md-push-6,
html:lang(sr) .ct-newsletterSample .col-md-pull-6 {
    left: 25%;
}

html:lang(sr) .ct-newsletterSample .col-md-pull-6 {
    display: none;
}

html:lang(sr) body#doctor .ct-newsletterSample .col-md-pull-6 {
    display: block;
    right: 25%;
}

html:lang(sr) .ct-newsletterSample .col-md-push-6 {
    display: block;
    left: 25%;
}

html:lang(pt) body#doctor .ct-newsletterSample .col-md-push-6 {
    left: 50%;
}

html:lang(pt) body#doctor .ct-newsletterSample .content .ct-iconBox.sample img {
    position: relative;
    top: 0px;
    left: 0px;
}

html:lang(pt) body#doctor .ct-newsletterSample .content .ct-iconBox.sample h4 {
    margin-left: 0px;
}

html:lang(pt) body#doctor .ct-newsletterSample .content .ct-iconBox.sample p {
    margin-left: 110px;
}

@media (max-width: 991px) {
    html:lang(bs) .ct-newsletterSample .col-md-push-6,
    html:lang(pt) .ct-newsletterSample .col-md-push-6,
    html:lang(mk) .ct-newsletterSample .col-md-push-6,
    html:lang(sr) .ct-newsletterSample .col-md-pull-6 {
        left: 0%;
    }
    html:lang(sr) .ct-newsletterSample .col-md-push-6 {
        left: 0%;
        right: auto;
    }
    html:lang(pt) body#doctor .ct-newsletterSample .col-md-push-6 {
        left: 0%;
    }
    html:lang(pt) body#doctor .ct-newsletterSample .col-md-pull-6 {
        right: auto;
    }
    html:lang(sl) body#doctor .ct-newsletterSample .col-md-pull-6,
    html:lang(hr) body#doctor .ct-newsletterSample .col-md-pull-6,
    html:lang(at) body#doctor .ct-newsletterSample .col-md-pull-6,
    html:lang(bg) body#doctor .ct-newsletterSample .col-md-pull-6,
    html:lang(hu) body#doctor .ct-newsletterSample .col-md-pull-6 {
        right: 0;
    }
}

@media (max-width: 768px) {
    .ct-newsletterSample .content .ct-iconBox.sample img {
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: 20px;
        margin-right: 10px;
        width: 100px;
    }
    .ct-newsletterSample .content .ct-iconBox.sample h4 {
        font-size: 20px;
        margin-left: 0px !important;
    }
    .ct-newsletterSample .content .ct-iconBox.sample a {
        margin-left: 20px;
        float: right;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .ct-newsletterSample .content .ct-iconBox.sample p {
        margin-left: 0px;
    }
}


/* **************************************
  PRODUCTS SECTIONS
  **************************************** */

@media (max-width: 991px) {
    .ct-singleProduct .col-md-6 {
        clear: both;
    }
}

.ct-singleProduct .col-sm-6 h1 {
    color: #1471b9;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    text-transform: none;
}

.ct-singleProduct .col-sm-6 h1 br {
    display: none;
}

.ct-singleProduct .col-sm-6 h2 {
    color: #1471b9;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0px;
    padding-bottom: 30px;
    margin-bottom: 0px;
    text-transform: none;
}

.ct-singleProduct .row {
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .ct-singleProduct .row {
        display: table;
    }
}

.ct-singleProduct .col-sm-6 {
    font-size: 14px;
    line-height: 1.3em;
    /*  display: table-cell;
    vertical-align: bottom; */
}

.ct-singleProduct .col-sm-6.ct-u-marginBottom20.ct-u-paddingBoth20.buttons-area {
    display: flex;
    height: 100%;
}

.ct-singleProduct .col-sm-6.ct-u-marginBottom20.ct-u-paddingBoth20.buttons-area .bottom-content {
    display: inline-block;
    align-self: flex-end;
}

.ct-singleProduct .col-sm-6.ct-u-marginBottom20.ct-u-paddingBoth20.buttons-area .bottom-content p {
    margin-bottom: 10px;
}

.ct-singleProduct .col-sm-6 ul {
    margin-top: 6px;
    line-height: 1.4em;
}

.ct-singleProduct .col-sm-6 p+ul {
    margin-top: -10px;
    padding-top: 0px;
}


/*.ct-singleProduct .col-sm-6.ct-u-marginBottom20 {
    position:relative;
    height:100%;
}
.ct-singleProduct .col-sm-6.ct-u-marginBottom20 div, .ct-singleProduct .col-sm-6.ct-u-marginBottom20 a {
    position: absolute;
    bottom:0;
}
*/

.ct-singleProduct .col-sm-6 .price {
    font-size: 20px;
    margin-bottom: 20px;
}

.ct-singleProduct .col-sm-6 .price span {
    display: block;
    font-weight: bold;
    color: #4c505e;
}

.ct-singleProduct .col-sm-6 button {
    background-color: #1471b9;
    font-size: 20px;
    color: #FFF;
    border-radius: 3px;
    border: none;
    padding: 10px 20px;
    padding-bottom: 12px;
    margin-bottom: 14px;
    transition: all 0.3s ease 0s;
}

.ct-singleProduct .col-sm-6 button:hover {
    background-color: #ed1c24;
}

.ct-singleProduct .col-sm-6 .panel,
.ct-singleProduct .col-sm-6 .flip {
    margin: 0px;
    padding-top: 7px;
    border: none;
}

.ct-singleProduct .col-sm-6 .flip {
    text-align: center;
    background: #ebebeb;
    color: #1471b9;
    font-weight: bold;
    cursor: pointer;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    height: 30px;
}

.ct-singleProduct .col-sm-6 .flip:before {
    content: "Več o izdelku";
}

html:lang(at) .ct-singleProduct .col-sm-6 .flip:before {
    content: "Mehr";
}

html:lang(sr) .ct-singleProduct .col-sm-6 .flip:before {
    content: "Više o produktu";
}

html:lang(hr) .ct-singleProduct .col-sm-6 .flip:before {
    content: "Više o proizvodu";
}

html:lang(bs) .ct-singleProduct .col-sm-6 .flip:before {
    content: "Više o proizvodu";
}

html:lang(hu) .ct-singleProduct .col-sm-6 .flip:before {
    content: "Tovább";
}

html:lang(mk) .ct-singleProduct .col-sm-6 .flip:before {
    content: "Повеќе за производот";
}

html:lang(pt) .ct-singleProduct .col-sm-6 .flip:before {
    content: "Mais Informação";
}

html:lang(bg) .ct-singleProduct .col-sm-6 .flip:before {
    content: "Прочетете още";
}

.ct-singleProduct .col-sm-6 .flip:hover:before {
    /* content: "\25bc";
    height: 30px;*/
    content: "OOOOO";
    color: transparent;
    background-image: url("../../images/icons/arr_down.png");
    background-repeat: no-repeat;
    background-position: top center;
}

.ct-singleProduct .col-sm-6 .flip.open {
    content: "OOOOO";
    color: transparent;
    background-image: url("../../images/icons/arr_up.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.ct-singleProduct .col-sm-6 .flip.open:hover:before {
    content: "";
}

.ct-singleProduct .col-sm-6 .panel {
    display: none;
}

.ct-singleProduct .col-sm-6 .item {
    clear: both;
}

.ct-singleProduct .col-sm-6 .items .img {
    width: 48px;
    height: 86px;
    float: left;
    padding-right: 4px;
}

.ct-singleProduct .col-sm-6 .items .img.gel {
    background-image: url("../../images/icons/s_acid_gel.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding-right: 10px;
}

.ct-singleProduct .col-sm-6 .items a:hover .img.gel {
    background-image: url("../../images/icons/s_acid_gel_o.png");
}

.ct-singleProduct .col-sm-6 .items .img.spray {
    background-image: url("../../images/icons/s_acid_spray.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding-right: 10px;
}

.ct-singleProduct .col-sm-6 .items a:hover .img.spray {
    background-image: url("../../images/icons/s_acid_spray_o.png");
}

.ct-singleProduct .col-sm-6 .items .img.bgel {
    background-image: url("../../images/icons/s_acid_bgel.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding-right: 10px;
}

.ct-singleProduct .col-sm-6 .items a:hover .img.bgel {
    background-image: url("../../images/icons/s_acid_bgel_o.png");
}

.ct-singleProduct .col-sm-6 .items .img.fa {
    background-image: url("../../images/icons/s_acid_fa.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding-right: 10px;
}

.ct-singleProduct .col-sm-6 .items a:hover .img.fa {
    background-image: url("../../images/icons/s_acid_fa_o.png");
}

.ct-singleProduct .col-sm-6 .items .img.sol {
    background-image: url("../../images/icons/s_acid_sol.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding-right: 10px;
}

.ct-singleProduct .col-sm-6 .items a:hover .img.sol {
    background-image: url("../../images/icons/s_acid_sol_o.png");
}

.ct-singleProduct .col-sm-6 .items .img.syr {
    background-image: url("../../images/icons/s_syringe.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding-right: 10px;
}

.ct-singleProduct .col-sm-6 .items a:hover .img.syr {
    background-image: url("../../images/icons/s_syringe_o.png");
}

.ct-singleProduct .col-sm-6 .items .img.bot {
    background-image: url("../../images/icons/s_bottle.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding-right: 10px;
}

.ct-singleProduct .col-sm-6 .items a:hover .img.bot {
    background-image: url("../../images/icons/s_bottle_o.png");
}

.ct-singleProduct .col-sm-6 .items .img.hand {
    background-image: url("../../images/icons/s_hand.png");
    background-repeat: no-repeat;
    background-position: 0px -10px;
    padding-right: 10px;
}

.ct-singleProduct .col-sm-6 .items a:hover .img.hand {
    background-image: url("../../images/icons/s_hand_o.png");
}

.ct-singleProduct .col-sm-6 .items .img.pdf {
    background-image: url("../../images/icons/s_pdf.png");
    background-repeat: no-repeat;
    background-position: 0px -15px;
    padding-right: 10px;
}

.ct-singleProduct .col-sm-6 .items a:hover .img.pdf {
    background-image: url("../../images/icons/s_pdf_o.png");
}

.ct-singleProduct .col-sm-6 .items .item .desc {
    color: #1471b9;
}

.ct-singleProduct .col-sm-6 .items .item .desc a {
    color: #1471b9;
}

.ct-singleProduct .col-sm-6 .items .item .line,
.ct-singleProduct .col-sm-6 .items .item p {
    font-size: 14px;
    color: #4c505e;
    padding-top: 12px;
    padding-left: 10px;
    margin-bottom: 0px;
    width: 70%;
    display: inline-block;
    float: left;
}

.ct-singleProduct .col-sm-6 .items .item .line.bold {
    color: #1471b9;
}

.ct-singleProduct .col-sm-6 .items .item strong {
    display: inline-block;
    margin-right: 4px;
    font-size: 16px;
}

.ct-singleProduct .col-sm-6 .items .item a:hover .desc,
.ct-singleProduct .col-sm-6 .items .item a:hover .line,
.ct-singleProduct .col-sm-6 .items .item .desc a:hover {
    color: #ee3124;
}

#product .product_bg {
    margin-top: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 325px;
}

#product .ct-singleProduct {
    padding: 50px 0 30px 0;
}

#product .ct-singleProduct .row {
    border: 0;
}

#product .ct-singleProduct .left {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

#product .ct-singleProduct .left .mobile {
    display: none;
}

#product .ct-singleProduct .left .image_wrapper {
    overflow: hidden;
    width: 250px;
    height: 360px;
    margin-bottom: 0px;
    text-align: center;
}

#product .ct-singleProduct .left .image_wrapper img {
    width: 400px;
    max-width: 300% !important;
    height: auto;
    position: absolute;
    margin: 0;
    top: 240px;
    left: 76%;
    transform: translateX(-76%) translateY(-60%);
}

#product .ct-singleProduct .left .quant {
    padding: 10px 20px 26px 20px;
    font-size: 18px;
    color: #000;
}

#product .ct-singleProduct .left .price {
    position: relative;
    font-weight: 700;
    color: #000;
    padding: 0;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: -10px;
}

#product .ct-singleProduct .left .price .tax,
#product .ct-singleProduct .left .price_ex .tax {
    font-size: 12px;
}

#product .ct-singleProduct .left .price_ex {
    display: block;
    position: relative;
    font-weight: 400;
    color: #000;
    padding: 0;
    margin-bottom: 0;
}

#product .ct-singleProduct .left .price_ex .amount {
    font-size: 16px;
    text-decoration: line-through;
}

#product .ct-singleProduct .left .butterfly {
    position: relative;
    display: block;
    bottom: 0;
    right: 0;
}

#product .ct-singleProduct .left .butterfly img {
    position: absolute;
    left: 100px;
    top: -66px;
}

#product .ct-singleProduct .left .butterfly img:nth-child(2) {
    left: 135px;
}

#product .ct-singleProduct .left .butterfly img:nth-child(3) {
    left: 170px;
}

#product .ct-singleProduct .left .butterfly img:nth-child(4) {
    left: 205px;
}

#product .ct-singleProduct .left .gift p {
    font-size: 12px;
}

#product .ct-singleProduct .left .buy {
    position: relative;
    margin-top: 26px;
    display: block;
}

#product .ct-singleProduct .left .buy .button {
    font-size: 15px;
    font-weight: 700;
    color: #FFFFFF;
    padding: 14px 10px 12px 40px;
    background: url(../../images/icons/icon_cart.png) 10% center no-repeat;
    background-size: 26px 25px;
    background-color: #d01616;
    transition: all 200ms ease-in-out;
    border: none;
}

#product .ct-singleProduct .left .buy .button span {
    padding: 11px 16px;
    text-transform: none;
}

#product .ct-singleProduct .left .buy .button span:after {
    content: ">";
    font-size: 15px;
    font-weight: 700;
    position: relative;
    right: -4px;
    top: 1px;
    width: 10px;
    height: 10px;
}

#product .ct-singleProduct .left .buy .button.product_added {
    background-color: #979491;
    cursor: default;
}

#product .ct-singleProduct .left .buy .button.product_added:hover {
    background-color: #979491;
}

#product .ct-singleProduct .left .buy .button:hover {
    background-color: #ab1610;
}

#product .ct-singleProduct .left .buy .button:after {
    display: none;
}

#product .ct-singleProduct .left .buy ul {
    position: absolute;
    background-color: #FFFFFF;
    display: none;
    min-width: 180px;
    margin-top: 6px;
    padding-left: 0;
}

#product .ct-singleProduct .left .buy:hover ul {
    display: block;
}

#product .ct-singleProduct .left .buy ul li {
    position: relative;
    border-bottom: 1px solid #d7d7d7;
    list-style: none;
    z-index: 10;
    position: relative;
}

#product .ct-singleProduct .left .buy ul li:last-of-type {
    border-bottom: 0;
}

#product .ct-singleProduct .left .buy ul li a {
    display: block;
    font-size: 15px;
    color: #58595b;
    font-weight: 400;
    padding: 2px 16px;
    background-color: #FFFFFF;
}

#product .ct-singleProduct .left .buy ul li a:hover {
    color: #231f20;
    background-color: #d7d7d7;
}

#product .ct-singleProduct .left .buy ul li a:after {
    font-size: 16px;
    color: #58595b;
    content: ">";
    position: absolute;
    right: 20px;
    width: auto;
    height: auto;
}

#product .ct-singleProduct .main h1,
#product .ct-singleProduct .left h1.mobile {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3em;
    color: #1471b9;
    margin-bottom: 10px;
}

#product .ct-singleProduct .main h2,
#product .ct-singleProduct .left h2.mobile {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3em;
    color: #1471b9;
    margin-top: 0;
}

#product .ct-singleProduct .main p {
    font-size: 16px;
    line-height: 1.5em;
}

#product .ct-singleProduct .main p.small {
    font-size: 13px;
    line-height: 1.5em;
}

#product .ct-singleProduct .main p.blue-bold {
    font-weight: 700;
}

#product .ct-singleProduct .main p+ul {
    margin-top: -15px;
}

#product .ct-singleProduct .main ul {
    padding-left: 18px;
}

#product .ct-singleProduct .main ul li {
    line-height: 1.5em;
}

#product .ct-singleProduct .panel-group .panel {
    border-top: 1px solid #e0e0e0;
    border-radius: 0;
}

#product .ct-singleProduct .panel-group .panel:last-of-type {
    border-bottom: 1px solid #e0e0e0;
}

#product .ct-singleProduct .panel-group .panel+.panel {
    margin-top: 0;
}

#product .ct-singleProduct .panel-default .panel-title>a {
    border: none;
    color: #1471b9;
    border-radius: 0;
    background: transparent;
    padding: 6px 14px 6px 32px;
}

#product .ct-singleProduct .panel-group .panel-heading {
    margin: 0;
}

#product .ct-singleProduct .panel-group .panel-heading+.panel-collapse>.panel-body {
    padding: 0 14px 10px 32px;
    font-size: 16px;
}

#product .ct-singleProduct .panel-default .panel-title a .arrt {
    position: absolute;
    left: 0;
    top: 19px;
    background-image: url(../../images/icons/arrt.png);
    background-repeat: no-repeat;
    background-size: 11px 8px;
    width: 11px;
    height: 8px;
}

#product .ct-singleProduct .panel-default .panel-title a.collapsed .arrt {
    transform: rotate(180deg);
}

#product .ct-singleProduct .main .manual a {
    display: block;
    padding: 6px 14px 6px 32px;
    font-size: 16px;
    font-weight: 700;
    color: #1471b9;
    background: url(../../images/icons/icon_doc.png) no-repeat center left;
    background-size: 18px 22px;
    border-bottom: 1px solid #e0e0e0;
}

#product .ct-singleProduct .main .manual {
    margin-bottom: 30px;
}

#product .ct-singleProduct-content.grey {
    background-color: #f4f2f1;
}

#product .ct-singleProduct-content h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3em;
    color: #1471b9;
    margin-bottom: 10px;
}

#product .ct-singleProduct-content h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3em;
    color: #1471b9;
    margin-bottom: 10px;
}

#product .ct-singleProduct-content p {
    font-size: 16px;
    line-height: 1.5em;
}

#product .ct-singleProduct-content p+.video {
    margin-top: -10px;
}

#product .ct-singleProduct-content .video {
    padding: 30px 0 40px 0;
}

#product .ct-singleProduct-related h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3em;
    color: #1471b9;
    margin-bottom: 10px;
}

#product .ct-singleProduct-related .product {
    overflow: hidden;
}

#product .ct-singleProduct-related .product img {
    position: relative;
    left: -20%;
    margin-top: -20px;
    margin-bottom: -50px;
}

#product .ct-singleProduct-related .product h1 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3em;
    color: #1471b9;
    margin-bottom: 10px;
}

#product .ct-singleProduct-related .product h2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3em;
    color: #1471b9;
    margin-bottom: 10px;
    margin-top: 0;
}

#product .ct-singleProduct-related .product .price {
    position: relative;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 700;
}

#product .ct-singleProduct-related .product .price .amount_ex {
    font-weight: 500;
    text-decoration: line-through;
}

#product .ct-singleProduct-related .product .butterfly {
    position: relative;
}

#product .ct-singleProduct-related .product .butterfly img {
    position: absolute;
    left: 70px;
    top: -24px;
    width: 39px;
    height: auto;
}

#product .ct-singleProduct-related .product .butterfly img:nth-child(2) {
    left: 90px;
}

#product .ct-singleProduct-related .product .butterfly img:nth-child(3) {
    left: 110px;
}

#product .ct-singleProduct-related .product .butterfly img:nth-child(4) {
    left: 130px;
}

#product .ct-singleProduct-related .product .buy {
    padding: 10px 0;
}

#product .ct-singleProduct-related .product .buy .button {
    background: transparent;
    color: #d01616;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 10px 12px 32px;
    background: url(../../images/icons/icon_cartr.png) 0% center no-repeat;
    background-size: 20px 19px;
}

#product .ct-singleProduct-related .product .buy .button span:after {
    content: ">";
    font-size: 15px;
    font-weight: 700;
    position: relative;
    right: -4px;
    top: 1px;
    width: 10px;
    height: 10px;
}

@media only screen and (max-width: 1239px) {
    #product .ct-singleProduct .row .col-md-6.main,
    #product .ct-singleProduct-content .row .col-md-6.main {
        width: 75%;
    }
    #product .ct-singleProduct .row .col-md-3:not(.left),
    #product .ct-singleProduct-content .row .col-md-3:not(.left) {
        display: none;
    }
    #product .ct-singleProduct .row .col-md-3.left {
        left: 12px;
    }
    #product .ct-singleProduct .row .col-md-3.left .image_wrapper img {
        left: 86%;
    }
    #product .ct-singleProduct .left .butterfly {
        left: -20px;
        right: auto;
    }
}

@media only screen and (max-width: 991px) {
    #product .ct-singleProduct .row .col-md-6.main,
    #product .ct-singleProduct-content .row .col-md-6.main {
        width: 60%;
        float: left;
        clear: none;
    }
    #product .ct-singleProduct-content .row .col-md-6.main {
        width: 100%;
    }
    #product .ct-singleProduct .row .col-md-3.left {
        width: 35%;
        left: 0;
        float: left;
        clear: none;
    }
    #product .ct-singleProduct-related .col-md-3 {
        width: 50%;
        float: left;
    }
}

@media only screen and (max-width: 767px) {
    #product .product_bg {
        display: none;
    }
    #product .ct-singleProduct {
        padding-top: 20px;
    }
    #product .ct-singleProduct .container,
    #product .ct-singleProduct-content .container,
    #product .ct-singleProduct-related .container {
        padding-left: 24px;
        padding-right: 24px;
    }
    #product .ct-singleProduct .row .col-md-6.main,
    #product .ct-singleProduct-content .row .col-md-6.main,
    #product .ct-singleProduct .row .col-md-3.left {
        width: 100%;
    }
    #product .ct-singleProduct .row .col-md-3.left {
        text-align: center;
        margin-bottom: 50px;
    }
    #product .ct-singleProduct .main h1,
    #product .ct-singleProduct .main h2 {
        display: none;
    }
    #product .ct-singleProduct .row .col-md-3.left .mobile {
        display: block;
    }
    #product .ct-singleProduct .row .col-md-3.left .image_wrapper {
        width: 100%;
        margin-top: -10%;
        margin-bottom: 0;
    }
    #product .ct-singleProduct .row .col-md-3.left .image_wrapper img {
        position: relative;
        left: auto;
        top: 0;
        transform: none;
    }
    #product .ct-singleProduct .left .quant {
        text-align: left;
        padding: 10px 0 26px 30%;
        font-size: 18px;
        color: #000;
    }
    #product .ct-singleProduct .left .butterfly {
        left: 20%;
    }
    #product .ct-singleProduct-related .col-md-3 {
        width: 100%;
        float: none;
        padding-bottom: 15px;
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 25px;
    }
    #product .ct-singleProduct-related .col-md-3:last-of-type {
        border-bottom: 0;
        margin-bottom: 0;
    }
    #product .ct-singleProduct-related .product .photo {
        float: left;
        width: 50%;
    }
    #product .ct-singleProduct-related .product .photo img {
        margin-bottom: 0;
        transform: scale(1.2);
    }
    #product .ct-singleProduct-related .product h1 {
        margin: 0 0 10px 0;
    }
    #product .ct-singleProduct-related .product .butterfly {
        left: 50%;
    }
    #product .ct-singleProduct .left .buy ul {
        left: calc(50vw - 110px);
        text-align: left;
    }
}

@media only screen and (max-width: 380px) {
    #product .ct-singleProduct .row .col-md-3.left .image_wrapper {
        margin-top: 0;
        margin-bottom: -10%;
    }
    #product .ct-singleProduct .row .col-md-3.left .image_wrapper img {
        max-width: 160%;
        position: relative;
        top: auto;
        left: 90%;
        transform: translateX(-76%) translateY(-10%);
    }
    #product .ct-singleProduct .left .quant {
        padding: 10px 0 26px 20%;
    }
    #product .ct-singleProduct .left .butterfly {
        left: 10%;
    }
    #product .ct-singleProduct-related .product .photo {
        margin-bottom: 60px;
        width: 40%;
    }
    #product .ct-singleProduct-related .product .photo img {
        transform: scale(1.5);
        left: -10px;
        top: 10px;
        margin-top: 0;
    }
    #product .ct-singleProduct-related .product .butterfly {
        left: 40%;
    }
}


/* **************************************
  SUBPAGE DISEASES SECTIONS
  **************************************** */

.ct-subDisease h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.1em;
    color: #1471b9;
    text-transform: uppercase;
}

.ct-subDisease h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.1em;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #ee3124;
    text-transform: uppercase;
}

.ct-subDisease h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    margin-top: 10px;
    font-weight: bold;
    line-height: 1.1em;
    color: #ee3124;
}

.ct-subDisease p {
    font-size: 14px;
    line-height: 1.4em;
    color: #4c505e;
    text-align: justify;
}

.ct-subDisease .anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

@media (max-width: 768px) {
    .ct-subDisease .anchor {
        top: -470px;
    }
}

.ct-subDisease .col-sm-11 img {
    max-width: 200px;
    height: auto;
    padding-bottom: 20px;
    float: right;
}

@media (max-width: 768px) {
    .ct-subDisease .col-sm-11 img {
        float: none;
        padding-left: 0px;
    }
}

.ct-subDisease .ct-iconBox {
    background-color: #f7f5f5;
    border-radius: 5px;
    border: none;
    text-align: left;
    clear: both;
    overflow: hidden;
}

.ct-subDisease .ct-iconBox p {
    background-color: #f7f5f5;
    border-radius: 5px;
    border: none;
    overflow: auto;
}

.ct-subDisease .ct-iconBox h4 {
    font-size: 22px;
    font-weight: bold;
    color: #1471b9;
    margin-top: 0px;
}

.ct-subDisease .ct-iconBox .right {
    width: 200px;
    margin-left: 24px;
    float: right;
    text-align: right;
}

@media (max-width: 991px) {
    .ct-subDisease .ct-iconBox .right {
        width: 210px;
    }
}

@media (max-width: 768px) {
    .ct-subDisease .ct-iconBox .right {
        width: 100%;
        text-align: center;
    }
}

.ct-subDisease .ct-iconBox .right span {
    text-transform: uppercase;
    display: inline-block;
    margin-right: 6px;
    font-size: 16px;
    color: #1471b9;
    font-weight: bold;
}

.ct-subDisease .ct-iconBox .right img {
    margin-top: 18px;
    max-width: 200px !important;
    padding-bottom: 0px;
}

.ct-subDisease .ct-iconBox .right p {
    text-align: left;
}

.ct-subDisease .ct-iconBox .right a {
    float: right;
    width: 35px;
    height: 35px;
    margin-left: 10px;
    border: none;
    display: inline-block;
    background-image: url("../../images/icons/submit.png");
    background-repeat: no-repeat;
    background-position: bottom;
}

.ct-subDisease .ct-iconBox .right a:hover {
    background-image: url("../../images/icons/submit_o.png");
}

.blog h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.3em;
    color: #1471b9;
    min-height: 43px;
    padding-left: 90px;
    margin-bottom: 20px;
    background-image: url(../../images/icons/FAQ_disease.png);
    background-position: top left;
    background-repeat: no-repeat;
}

.blog .filter {
    background-color: #f4f2f1;
    padding: 6px 20px;
    margin-right: 100px;
}

.blog .filter span {
    color: #1471b9;
    font-weight: 600;
}

.blog .filter ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog .filter ul li {
    display: inline-block;
    margin: 0 4px 4px 0;
    font-size: 13px;
    line-height: 1.2em;
    color: #1471b9;
    border-radius: 2px;
    padding: 4px 10px 4px 30px;
    background-repeat: no-repeat;
    background-position: top 6px left 8px;
    background-image: url('../../images/blog_icons_tag_b.png');
    transition: all 0.3s ease 0s;
}

.blog .filter ul li a {
    position: relative;
    top: 1px;
    margin-left: 4px;
    font-size: 14px;
    font-weight: 300;
}

.blog .ct-blog-withSidebars--posts {
    margin-right: 100px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.blog .ct-blog-withSidebars--posts:first-of-type {
    padding-top: 0;
}

.blog .post h2 {
    font-size: 23px;
    font-weight: bold;
    color: #1471b9;
    margin: 0;
    padding-bottom: 6px;
}

.blog .post .author {
    margin-bottom: 0;
}

.blog .post .author a {
    color: #1471b9;
    font-size: 15px;
}

.blog .post .meta {
    padding-bottom: 0;
    margin-bottom: 10px
}

.blog .post .meta,
.blog .post .meta a {
    font-size: 12px;
    color: #5a5a5a;
    line-height: 1.6em;
}

.blog .post .meta a:hover {
    color: #1471b9;
}

.blog .post .meta .date,
.blog .post .meta .tags {
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: top 2px left;
}

.blog .post .meta .date {
    background-image: url('../../images/blog_icons_date.png');
}

.blog .post .meta .tags {
    margin-left: 16px;
    padding-left: 26px;
    background-image: url('../../images/blog_icons_tags.png');
    background-position: top 2px left;
}

.blog .post .desc,
.blog .post .body {
    font-size: 14px;
    line-height: 1.4em;
}

.blog .post .btn {
    background-color: #1471b9;
    font-size: 20px;
    line-height: 1em;
    text-transform: lowercase;
    color: #FFF;
    border-radius: 3px;
    border: none;
    padding: 8px 10px;
    transition: all 0.3s ease 0s;
}

.blog .post .btn:before {
    display: none;
}

.blog .post .btn:hover {
    background-color: #ed1c24;
}

.blog .sidebar {
    margin-bottom: 30px;
}

.blog .sidebar h2 {
    border-bottom: 1px solid #EEEEEE;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    color: #4c505e;
    padding-bottom: 16px;
}

.blog .sidebar .tags_cloud h2 {
    padding-left: 30px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: top 2px left;
    background-image: url('../../images/blog_icons_tags.png');
}

.blog .sidebar .tags_cloud ul {
    margin: 0;
    padding: 10px 0 20px 0;
    list-style: none;
}

.blog .sidebar .tags_cloud ul li {
    display: inline-block;
    margin: 0 4px 0 0;
}

.blog .sidebar .tags_cloud ul li a {
    font-size: 13px;
    color: #5a5a5a;
    background-color: #EEEEEE;
    border-radius: 2px;
    padding: 4px 10px 4px 30px;
    background-repeat: no-repeat;
    background-position: top 6px left 8px;
    background-image: url('../../images/blog_icons_tag.png');
    transition: all 0.3s ease 0s;
}

.blog .sidebar .tags_cloud ul li a:hover {
    color: #1471b9;
    background-color: #EEEEEE;
    background-image: url('../../images/blog_icons_tag_b.png');
}

.blog .sidebar .experts .expert,
.blog .expert_top,
.blog.single .expert {
    overflow: hidden;
    margin-bottom: 20px;
}

html[lang=at] .blog.single .content h1,
html[lang=hu] .blog.single .content h1 {
    margin-top: 60px;
}

.blog .expert_top {
    margin-right: 100px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #EEEEEE;
}

.blog .sidebar .experts .expert img,
.blog .expert_top img,
.blog.single .expert img {
    float: left;
    margin-right: 20px;
    vertical-align: top;
    border-radius: 10px;
    border: 1px solid #EEEEEE;
    max-width: 68px !important;
    height: auto;
}

.blog .sidebar .experts .expert .title,
.blog .expert_top .title,
.blog.single .expert .title {
    float: left;
    display: block;
    width: calc(100% - 100px);
    font-size: 15px;
    line-height: 1.3em;
    font-weight: 600;
    color: #1471b9;
    margin-top: 28px;
    margin-bottom: 6px;
}

.blog.single .expert .title a {
    line-height: 1.3em;
    font-weight: 600;
    color: #1471b9;
}

.blog .expert_top .title {
    width: calc(100% - 100px);
}

.blog .expert_top .expert {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}

.blog .expert_top .desc {
    font-size: 14px;
    line-height: 1.4em;
}

.blog .sidebar .experts .expert .sub,
.blog .expert_top .sub,
.blog.single .expert .sub {
    float: left;
    display: block;
    width: calc(100% - 100px);
    font-size: 13px;
    line-height: 1.2em;
    font-style: italic;
    color: #898989;
}

.blog .sidebar .experts .btn,
.blog .sidebar .posts .btn {
    width: 100%;
    text-align: center;
    background-color: #f4f2f1;
    font-size: 15px;
    line-height: 1em;
    text-transform: none;
    color: #1471b9;
    border-radius: 3px;
    border: none;
    padding: 8px 10px;
    margin-top: 10px;
    transition: all 0.3s ease 0s;
}

.blog .sidebar .experts .btn:before,
.blog .sidebar .posts .btn:before {
    display: none;
}

.blog .sidebar .experts .btn:hover,
.blog .sidebar .posts .btn:hover {
    color: #FFFFFF;
    background-color: #1471b9;
}

.blog .sidebar .posts {
    margin-bottom: 40px;
}

.blog .sidebar .posts ul {
    margin-top: 0em;
    margin-right: 0.2em;
    margin-bottom: 0;
    margin-left: 0em;
    list-style-type: none;
    padding-bottom: 0px;
    list-style-position: inside;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
}

.blog .sidebar .posts ul li {
    font-size: 14px;
    line-height: 1.4em;
    background-image: url(../../images/bullet.png);
    background-repeat: no-repeat;
    background-position: left 3px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 6px;
    padding-bottom: 0px;
    padding-left: 15px;
    text-indent: 0px;
    list-style-position: outside;
}

.blog .sidebar .posts ul li a {
    color: #4c505e;
}

.blog .sidebar .posts ul li a:hover {
    color: #1471b9;
}

.blog.single .content {
    position: relative;
    margin-top: -15px;
    margin-bottom: 60px;
    margin-right: 200px;
    padding-left: 75px;
    z-index: 10;
}

.blog.single .content h1 {
    font-size: 30px;
    text-transform: none;
    padding-left: 0;
    margin-bottom: 10px;
    background-image: none;
}

.blog.single .content h2 {
    padding-top: 20px;
    padding-bottom: 16px;
}

.blog.single .content .body h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #1471b9;
}

.blog.single .post .body .img_wrap {
    position: relative;
}

.blog.single .post .body .img_wrap img {
    position: relative;
    right: 0;
    /*padding-top: 20px;*/
    margin-left: -75%;
    width: auto !important;
    max-width: 200% !important;
}

.pagination {
    display: block;
    margin-top: 20px;
    text-align: center;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 60px;
}

.pagination span {
    display: inline-block;
    height: 32px;
    width: 32px;
}

.pagination span a {
    color: #979797;
}

.pagination .dots {
    width: 16px;
}

.pagination span a:hover {
    color: #000000;
    text-decoration: none;
}

.pagination .back,
.pagination .forward {
    position: relative;
    top: 10px;
    color: #FFFFFF;
    margin-right: 26px;
}

.pagination .forward {
    margin-right: 0;
    margin-left: 26px;
}

.pagination .back a,
.pagination .forward a {
    display: block;
    height: 32px;
    width: 32px;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center center;
    border: 2px solid #1471b9;
}

.pagination .back a {
    background-image: url(../../images/icon_less_b.svg);
}

.pagination .forward a {
    background-image: url(../../images/icon_greater_b.svg);
}

.pagination .back a:hover {
    background-color: #1471b9;
    background-image: url(../../images/icon_less.svg);
}

.pagination .forward a:hover {
    background-color: #1471b9;
    background-image: url(../../images/icon_greater.svg);
}

.pagination .sel {
    margin: 0 4px;
    border-radius: 6px;
    border: 2px solid #1471b9;
    display: inline-block;
    color: #1471b9;
}

.pagination .sel a {
    display: block;
    color: #1471b9;
}

.pagination .sel a:hover {
    color: #FFFFFF;
}

@media (max-width: 1199px) {
    .blog.single .image img {
        width: 80%;
    }
}

@media (max-width: 992px) {
    .blog .sidebar .experts .expert img {
        float: none;
    }
    .blog .sidebar .experts .expert .title,
    .blog .sidebar .experts .expert .sub {
        float: none;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .blog {
        padding-left: 12px;
        padding-right: 12px;
    }
    .blog h1 {
        margin: 0;
        background-position: top left 4px;
    }
    .blog .col-xs-5,
    .blog .col-xs-7 {
        width: 100%;
    }
    .blog .col-xs-5 {
        margin-bottom: 30px;
    }
    .blog .filter,
    .blog .ct-blog-withSidebars--posts {
        margin-right: 0;
    }
    .blog.single .image img {
        width: 100%;
    }
    .blog.single .post {
        padding-left: 12px;
        padding-right: 12px;
    }
    .blog.single .content {
        margin-right: 0;
        padding-left: 0;
    }
    .blog.single .content h2 {
        font-size: 28px;
    }
    .blog .expert_top {
        margin-right: 0;
    }
    .blog.single .post .body .img_wrap img {
        padding-top: 10px;
        margin-left: -73%;
        max-width: 180% !important;
    }
}


/*.three_blogposts {
    margin-top: 40px;
}*/

.three_blogposts {
    margin-top: -40px;
}

@media (max-width: 767px) {
    .three_blogposts {
        margin-top: 40px;
    }
}

.three_blogposts h1 {
    margin-top: 0px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    padding-left: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #1471b9;
    text-transform: uppercase;
    border-bottom: 1px solid #EFEFEF;
}

.three_blogposts h3 {
    font-size: 23px;
    font-weight: bold;
    color: #1471b9;
    margin: 0;
    padding-bottom: 6px;
}

.three_blogposts .col-sm-4>a:first-child {
    display: block;
    height: 220px;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}

.three_blogposts .col-sm-4>a:first-child img {
    max-width: 200% !important;
    max-height: 100%;
}

.three_blogposts p {
    font-size: 14px;
    line-height: 1.4em;
}

.three_blogposts .btn {
    background-color: #1471b9;
    font-size: 20px;
    line-height: 1em;
    text-transform: lowercase;
    color: #FFF;
    border-radius: 3px;
    border: none;
    padding: 8px 10px;
    transition: all 0.3s ease 0s;
}

.three_blogposts .btn:before {
    display: none;
}

.three_blogposts .btn:hover {
    background-color: #ed1c24;
}

@media (max-width: 767px) {
    .three_blogposts a img {
        height: 240px;
        width: auto;
    }
}


/* **************************************
  SHOP LIGHTBOX
  **************************************** */

#colorbox {
    width: 1018px !important;
    height: 963px !important;
}

.cboxIframe {
    overflow: hidden;
}

#cboxWrapper,
#cboxContent,
#cboxLoadedContent {
    overflow: hidden;
}

#cboxLoadedContent {
    height: 963px !important;
}


/* Vzorček */

.sample #wrapper {
    height: 608px !important;
}

.sample #wrapper #colorbox,
.sample #wrapper #colorbox #cboxLoadedContent {
    height: 608px !important;
}

.sample #wrapper .lightbox .tx-pbsurvey-pi1 .survey_error {
    left: 35px;
    top: 400px;
    width: 260px;
}

.sample #wrapper .lightbox .tx-pbsurvey-pi1 .survey_error br {
    display: inline-block;
}

.sample #wrapper .lightbox .tx-pbsurvey-pi1 .formbuttons input {
    bottom: 20px;
}

html:lang(sl) .sample #wrapper .lightbox .tx-pbsurvey-pi1 .formbuttons input {
    bottom: 0px;
}

html:lang(at) .sample #wrapper .lightbox .tx-pbsurvey-pi1 .formbuttons input {
    bottom: 26px;
}

html:lang(hu) .sample #wrapper .lightbox .tx-pbsurvey-pi1 .formbuttons input {
    bottom: -10px;
}


/* */

.lightbox #header {
    position: relative;
    padding-left: 20px;
    padding-right: 80px;
    height: 75px;
    width: 963px;
    background: rgb(103, 189, 232);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(103, 189, 232, 1) 0%, rgba(90, 182, 232, 1) 38%, rgba(20, 118, 191, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(103, 189, 232, 1)), color-stop(38%, rgba(90, 182, 232, 1)), color-stop(100%, rgba(20, 118, 191, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(103, 189, 232, 1) 0%, rgba(90, 182, 232, 1) 38%, rgba(20, 118, 191, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(103, 189, 232, 1) 0%, rgba(90, 182, 232, 1) 38%, rgba(20, 118, 191, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(103, 189, 232, 1) 0%, rgba(90, 182, 232, 1) 38%, rgba(20, 118, 191, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(103, 189, 232, 1) 0%, rgba(90, 182, 232, 1) 38%, rgba(20, 118, 191, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#67bde8', endColorstr='#1476bf', GradientType=1);
    /* IE6-9 */
}

.lightbox #header img.ge {
    width: 206px;
    height: auto;
}

.lightbox #header img.rf {
    padding-top: 30px;
    float: right;
    width: 160px;
    height: auto;
}

.lightbox #header img.md {
    padding-top: 30px;
    float: right;
    width: 170px;
    height: auto;
}

.lightbox #header a.cl {
    background-image: url(../../images/products/shop/close.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    text-indent: -99999px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.lightbox h1 {
    display: none;
}

.lightbox .tx-pbsurvey-pi1 {
    padding-top: 38px;
    padding-left: 36px;
    padding-bottom: 25px;
    padding-right: 30px;
}

.tx-pbsurvey-pi1 .survey_item {
    margin-top: 0px;
    margin-bottom: 0px;
}

.tx-pbsurvey-pi1 .survey_item.news legend,
.lightbox .tx-pbsurvey-pi1 .pagenumbering {
    display: none;
}

.lightbox .tx-pbsurvey-pi1 .product {
    display: inline-block;
    /*    width: 152px; */
    margin-right: 16px;
    margin-top: 0px;
}

.lightbox .tx-pbsurvey-pi1 .product legend {
    display: none;
}

.lightbox .tx-pbsurvey-pi1 .product .questionSubtext {
    margin-bottom: 0px;
}

.lightbox .tx-pbsurvey-pi1 .product h2 {
    color: #1471b9;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 4px;
    margin-bottom: 0px;
    text-transform: none;
}

.lightbox .tx-pbsurvey-pi1 .product p {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 0px;
}

.lightbox .tx-pbsurvey-pi1 .product input {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 0px;
    padding-left: 6px;
    width: 60px;
    height: 26px;
    border-radius: 3px;
    border: 1px solid #bcbec0;
}

.lightbox .tx-pbsurvey-pi1 .product .detail {
    float: right;
    margin-top: 16px;
    margin-right: 10px;
}

.lightbox .tx-pbsurvey-pi1 .product span.important {
    color: #ed1c24;
    font-size: 13px;
    font-weight: bold;
}

.lightbox .tx-pbsurvey-pi1 .text {
    float: left;
    width: 245px;
    height: 280px;
    margin-right: 15px;
}

.lightbox .tx-pbsurvey-pi1 .text h2,
.lightbox .tx-pbsurvey-pi1 .text2 h2 {
    font-size: 30px;
    padding-bottom: 0px;
    margin-bottom: 20px;
    text-transform: none;
    font-weight: bold;
}

.lightbox .tx-pbsurvey-pi1 .text p {
    font-size: 12px;
    line-height: 1.1em;
    color: #4c505e;
    margin-bottom: 10px;
}

.lightbox .tx-pbsurvey-pi1 .text2 p {
    line-height: 1.3em;
}

.lightbox .tx-pbsurvey-pi1 .text p a {
    color: #ed1c24;
}

.lightbox .tx-pbsurvey-pi1 .textmobile {
    display: none;
}

.lightbox .tx-pbsurvey-pi1 .spacer {
    display: block;
    height: 65px;
}

.lightbox .tx-pbsurvey-pi1 .lfield {
    float: left;
    width: 300px;
}

.lightbox .tx-pbsurvey-pi1 .text p a:hover {
    text-decoration: underline;
}

.lightbox .tx-pbsurvey-pi1 .lfield legend {
    border: none;
    font-size: 14px;
    font-weight: normal;
    float: left;
    width: 100px;
    margin: 0px;
    margin-right: 10px;
    padding: 0px;
    text-align: right;
}

.lightbox .tx-pbsurvey-pi1 legend .questionNumber {
    display: none;
}

html:lang(at) .lightbox .tx-pbsurvey-pi1 .lfield legend {
    font-size: 12px;
}

html:lang(at) .lightbox .tx-pbsurvey-pi1 .lfield-last {
    width: 380px;
}

.lightbox .tx-pbsurvey-pi1 .lfield .required {
    color: #ed1c24;
}

.lightbox .tx-pbsurvey-pi1 .lfield input {
    display: inline-block;
    padding-left: 6px;
    border-radius: 3px;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 0px;
    width: 190px;
    height: 26px;
    border: 1px solid #bcbec0;
}

html:lang(hu) .lightbox .tx-pbsurvey-pi1 .lfield input {
    width: 180px;
}

.lightbox .tx-pbsurvey-pi1 .lfield-last {
    text-transform: uppercase;
    font-size: 12px;
    float: left;
    width: 500px;
    margin-left: 110px;
    line-height: 1.5em;
}

.lightbox .tx-pbsurvey-pi1 .lfield-last legend {
    text-transform: none;
    font-size: 12px;
    border: none;
    font-weight: normal;
    margin-bottom: 0px;
    display: none;
}

.lightbox .tx-pbsurvey-pi1 .lfield-last .questionSubtext {
    text-transform: none;
    font-size: 12px;
    margin-bottom: 0px;
}

.lightbox .tx-pbsurvey-pi1 .lfield-last .questionSubtext input {
    float: left;
    margin-left: 0;
}

html:lang(hr) .lightbox .tx-pbsurvey-pi1 .lfield-last .questionSubtext {
    width: 360px;
}

@media (max-width: 950px) {
    .lightbox .tx-pbsurvey-pi1 .lfield-last {
        margin-bottom: 30px;
    }
}

.lightbox .tx-pbsurvey-pi1 .lfield-last .questionSubtext a {
    color: #ed1c24;
}

.lightbox .tx-pbsurvey-pi1 .lfield-last input {
    margin-left: 4px;
    margin-right: 4px;
}

.lightbox .tx-pbsurvey-pi1 .formbuttons {
    text-align: right;
    position: relative;
    clear: both;
}

.lightbox .tx-pbsurvey-pi1 .formbuttons input {
    position: absolute;
    bottom: -40px;
    right: 52px;
    background-color: #1471b9;
    text-transform: uppercase;
    font-size: 18px;
    color: #FFF;
    border-radius: 3px;
    border: none;
    padding: 10px 20px;
    padding-bottom: 12px;
    transition: all 0.3s ease 0s;
}

.lightbox .tx-pbsurvey-pi1 .formbuttons input:hover {
    background-color: #ed1c24;
}

.lightbox .tx-pbsurvey-pi1 .survey_error {
    position: absolute;
    left: 330px;
    top: 470px;
    font-size: 10px;
    line-height: 1em;
    margin-right: 50px;
    width: 600px;
}

.lightbox .tx-pbsurvey-pi1 .survey_error br {
    display: none;
}

@media (max-width: 950px) {
    #lightbox #wrapper {
        margin-top: 70px;
        width: 100% !important;
        height: auto !important;
        position: relative;
        z-index: 3;
        overflow: hidden;
    }
    .lightbox #header img.md,
    .lightbox #header img.rf,
    .lightbox #header .cl {
        display: none;
    }
    .lightbox .tx-pbsurvey-pi1 {
        padding-top: 10px;
        padding-left: 20px;
        padding-bottom: 25px;
        padding-right: 20px;
    }
    .lightbox .tx-pbsurvey-pi1 .product {
        margin-right: 40px;
        margin-bottom: 36px;
    }
    .lightbox .tx-pbsurvey-pi1 .text,
    .lightbox .tx-pbsurvey-pi1 .spacer,
    .lightbox .tx-pbsurvey-pi1 .text2 {
        display: none;
    }
    .lightbox .tx-pbsurvey-pi1 .textmobile {
        float: none;
        width: auto;
        margin-right: 15px;
        margin-bottom: 20px;
        display: block;
    }
    .lightbox .tx-pbsurvey-pi1 .textmobile h2 {
        font-size: 32px;
        padding-bottom: 0px;
        margin-bottom: 20px;
        text-transform: none;
        font-weight: bold;
    }
    .lightbox .tx-pbsurvey-pi1 .textmobile p {
        font-size: 14px;
        line-height: 1.1em;
        color: #4c505e;
        margin-bottom: 10px;
    }
    .lightbox .tx-pbsurvey-pi1 .textmobile p a {
        color: #ed1c24;
    }
    .lightbox .tx-pbsurvey-pi1 .lfield,
    .lightbox .tx-pbsurvey-pi1 .lfield-last {
        float: none;
        width: 100%;
    }
    .lightbox .tx-pbsurvey-pi1 .lfield legend {
        float: none;
        text-align: left;
    }
    .lightbox .tx-pbsurvey-pi1 .lfield input {
        width: 100%;
        height: 30px;
    }
    .lightbox .tx-pbsurvey-pi1 .lfield-last {
        margin-left: 0px;
        margin-top: 20px;
    }
    .lightbox .tx-pbsurvey-pi1 .lfield-last legend {
        font-size: 14px;
    }
    .lightbox .tx-pbsurvey-pi1 .formbuttons {
        text-align: left !important;
        padding-top: 30px;
    }
    .lightbox .tx-pbsurvey-pi1 .formbuttons input {
        position: relative;
        right: 0px;
        width: 100%;
    }
    .lightbox .tx-pbsurvey-pi1 .survey_error {
        position: relative;
        left: 0px;
        top: 0px;
        font-size: 13px;
        line-height: 1.3em;
        margin-right: 0px;
        width: 100%;
    }
    .lightbox .tx-pbsurvey-pi1 .survey_error br {
        display: block;
    }
    .sample #wrapper .lightbox .tx-pbsurvey-pi1 .survey_error {
        left: 0px;
        top: 0px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .lightbox #header {
        background: none;
        display: none;
    }
    .lightbox #header img {
        display: none;
    }
}


/* **************************************
  Typo3 styles
**************************************** */

table.contenttable {
    border-spacing: 2px;
    border-collapse: collapse;
    background-color: white;
    border: 0px none gray;
}

table.contenttable th {
    color: #1471b9;
    padding: 5px 20px 5px 5px;
    background-color: rgb(239, 239, 239);
    -moz-border-radius: 0px 0px 0px 0px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #CCC;
    border-bottom-color: #CCC;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
}

table.contenttable th span {
    color: #1471b9;
}

table.contenttable td {
    font-size: 14px;
    line-height: 1.3em;
    background-color: #FFFFFF;
    -moz-border-radius: 0px 0px 0px 0px;
    vertical-align: top;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #CCC;
    border-bottom-color: #CCC;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 5px;
}

table.contenttable td p {
    padding: 0px;
    margin: 0px;
}

#cc-modal.cc-custom #cc-modal-footer-buttons .cc-link span {
    color: #FFF;
}

.tx-indexedsearch-searchbox {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #EFEFEF;
}

.tx-indexedsearch-searchbox input[type=text] {
    height: 35px;
    color: #1471b9;
    border: 1px solid #1471b9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-top: 0px;
    padding-right: 3px;
    padding-bottom: 0px;
    padding-left: 10px;
    margin-right: 10px;
}

.tx-indexedsearch-searchbox table input {
    margin-left: 20px;
}

.tx-indexedsearch-searchbox table input[type=submit] {
    background-color: #1471b9;
    text-transform: lowercase;
    font-size: 20px;
    color: #FFF;
    border-radius: 3px;
    border: none;
    padding: 10px 20px;
    padding-bottom: 12px;
    transition: all 0.3s ease 0s;
    margin-top: 20px;
    width: auto !important;
}

.tx-indexedsearch-searchbox table input[type=submit]:hover {
    background-color: #ed1c24;
}

.tx-indexedsearch-rules {
    display: none;
}

.tx-indexedsearch-title {
    font-size: 24px;
    font-weight: bold;
}

.tx-indexedsearch-icon img {
    max-width: 18px !important;
}

.tx-indexedsearch-info {
    font-size: 12px;
    padding-left: 10px;
}

.tx-indexedsearch-sw {
    color: #1471b9;
}

.tx-indexedsearch .tx-indexedsearch-browsebox LI {
    margin-right: 15px;
    display: inline-block;
}

.tx-sremailsubscribe-pi1 legend {
    padding: 0em;
    padding-bottom: 10px;
    color: #1471b9;
    font-weight: bold;
    font-size: 23px;
}

.tx-sremailsubscribe-pi1 label {
    font-size: 14px;
    font-weight: normal;
}

.tx-sremailsubscribe-pi1 dt {
    line-height: 2em;
}

.tx-sremailsubscribe-pi1 h4 {
    font-size: 16px;
    padding-left: 0em;
}

@media (max-width: 768px) {
    .tx-sremailsubscribe-pi1 dd {
        text-align: none;
        width: 100%;
    }
    .tx-sremailsubscribe-pi1 dt {
        width: 100%;
        text-align: left;
    }
}

.tx-sremailsubscribe-pi1 input[type=text] {
    height: 35px;
    color: #1471b9;
    border: 1px solid #1471b9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-top: 0px;
    padding-right: 3px;
    padding-bottom: 0px;
    padding-left: 10px;
    margin-right: 10px;
}

.tx-sremailsubscribe-pi1 input[type=submit] {
    background-color: #1471b9;
    text-transform: lowercase;
    font-size: 20px;
    color: #FFF;
    border-radius: 3px;
    border: none;
    padding: 10px 20px;
    padding-bottom: 12px;
    transition: all 0.3s ease 0s;
    margin-top: 20px;
}

.tx-sremailsubscribe-pi1 input[type=submit]:hover {
    background-color: #ed1c24;
}

.csc-sitemap br {
    display: none;
}

DIV.csc-textpic-left DIV.csc-textpic-imagewrap {
    float: none;
}

.tx-pbsurvey-pi1 {
    font-size: 14px;
}

.tx-pbsurvey-pi1 .question {
    font-size: 120%;
    font-weight: bold;
    border: none;
    margin-bottom: 8px;
}

.tx-pbsurvey-pi1 .survey_item input[type="text"] {
    padding: 0 10px;
    margin-bottom: 20px;
    border: 1px solid #d6d6d6;
    line-height: 2.6em;
}

.tx-pbsurvey-pi1 input[type="radio"],
.tx-pbsurvey-pi1 input[type="checkbox"] {
    margin: 4px 0 0;
    margin-right: 6px;
}

.tx-pbsurvey-pi1 input[type="checkbox"] {
    float: left;
    margin: 10px 10px 0 0;
}


/* PT pbsurvey */

html[lang="pt"] body#page_790 .tx-pbsurvey-pi1 input[type="checkbox"] {
    float: none;
}

.tx-pbsurvey-pi1 .questionSubtext {
    font-size: 16px;
}

.tx-pbsurvey-pi1 input[type="submit"] {
    background-color: #1471b9;
    font-size: 20px;
    color: #FFF;
    border-radius: 3px;
    border: none;
    padding: 10px 20px;
    padding-bottom: 12px;
    margin-bottom: 14px;
    margin-top: 10px;
    transition: all 0.3s ease 0s;
}

.tx-pbsurvey-pi1 input[type="submit"]:hover {
    background-color: #ed1c24;
}


/* Cookies positioning */

#cc-notification.cc-custom.cc-push {
    position: fixed !important;
}

.cc-custom.mobile#cc-notification {
    background-color: rgba(128, 128, 128, 0.98) !important;
}


/* **************************************
  MEDIA SECTIONS - VIDEO/PARALLAX/KENBURNS
  **************************************** */

video {
    width: 100%;
}

.ct-mediaSection {
    background-color: #FFF;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.ct-mediaSection video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
}

.ct-mediaSection .ct-mediaSection-inner {
    position: relative;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

@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-height: 100%;
    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: -575px;
    max-width: none;
    min-width: 120%;
    min-height: 100%;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    margin-left: -5%;
    -webkit-transition-property: opacity, -webkit-transform;
    -webkit-transition-duration: 3s, 8s;
    -moz-transition-property: opacity, -moz-transform;
    -moz-transition-duration: 3s, 8s;
    -o-transition-property: opacity, -o-transform;
    -o-transition-duration: 3s, 8s;
    transition-property: opacity, transform;
    transition-duration: 3s, 8s;
}

.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer>img.singlefx {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer>img {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
}

.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer:nth-child(2n+1) {
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
}

.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer:nth-child(3n+1) {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
}

.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer:nth-child(4n+1) {
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
}

.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer .fx:first-child+img~img {
    z-index: -1;
}

.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer .fx {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: scale(1.1) translate(30px);
    -moz-transform: scale(1.1) translate(30px);
    -o-transform: scale(1.1) translate(30px);
    transform: scale(1.1) translate(30px);
}

.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer .singlefx {
    -webkit-animation: singleimageloop 20s infinite;
    /* Safari 4+ */
    -moz-animation: singleimageloop 20s infinite;
    /* Fx 5+ */
    -o-animation: singleimageloop 20s infinite;
    /* Opera 12+ */
    animation: singleimageloop 20s infinite;
    /* IE 10+ */
}

@-webkit-keyframes singleimageloop {
    0% {
        -webkit-transform: scale(1) translate(0px);
    }
    50% {
        -webkit-transform: scale(1.1) translate(30px);
    }
    100% {
        -webkit-transform: scale(1) translate(0px);
    }
}

@-moz-keyframes singleimageloop {
    0% {
        -moz-transform: scale(1) translate(0px);
    }
    50% {
        -moz-transform: scale(1.1) ct-m-translate(30px);
    }
    100% {
        -moz-transform: scale(1) translate(0px);
    }
}

@-o-keyframes singleimageloop {
    0% {
        -o-transform: scale(1) translate(0px);
    }
    50% {
        -o-transform: scale(1.1) translate(30px);
    }
    100% {
        -o-transform: scale(1) translate(0px);
    }
}

@keyframes singleimageloop {
    0% {
        transform: scale(1) translate(0px);
    }
    50% {
        transform: scale(1.1) translate(30px);
    }
    100% {
        transform: scale(1) translate(0px);
    }
}

.ct-mediaSection-stellarObject {
    position: absolute;
}

.ct-mediaSection--circleOverlay .ct-mediaSection-inner {
    padding: 0;
}

.ct-mediaSection--circleOverlay .ct-mediaSection-inner:before {
    bottom: 0;
    content: "";
    width: 9999px;
    background-color: #4c505e;
    display: block;
    height: 100%;
    position: absolute;
    right: 47%;
    overflow: hidden !important;
}

@media (max-width: 767px) {
    .ct-mediaSection--circleOverlay .ct-mediaSection-inner:before {
        right: -25%;
    }
}

.ct-mediaSection--circleOverlay .ct-mediaSection-inner .col-sm-3 {
    z-index: 1000;
}

@media (max-width: 767px) {
    .ct-mediaSection--circleOverlay {
        padding-bottom: 400px;
    }
}

.ct-mediaSection-circleOverlay {
    height: 150%;
    background-color: #4c505e;
    border-right: 10px solid #6c707f;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 2;
    position: absolute;
    left: 38%;
    top: -23%;
    width: 30%;
    min-width: 550px;
}

@media (max-width: 1500px) {
    .ct-mediaSection-circleOverlay {
        left: 35%;
    }
}

@media (max-width: 1199px) {
    .ct-mediaSection-circleOverlay {
        left: 26%;
    }
}

@media (max-width: 991px) {
    .ct-mediaSection-circleOverlay {
        left: 19%;
    }
}

@media (max-width: 767px) {
    .ct-mediaSection-circleOverlay {
        left: -50%;
        top: 88%;
        height: 200px;
        width: 200%;
        border-right: 0;
        border-bottom: 10px solid #6c707f;
    }
}

.panel {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.panel-group {
    margin-bottom: 0;
}

.panel-group .panel {
    border: none;
}

.panel-group .panel>.panel-heading {
    background-color: transparent;
    border: none;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    border: none;
    font-size: 14px;
    line-height: 1.3em;
    padding-left: 60px;
}

@media (max-width: 768px) {
    .panel-group .panel-heading+.panel-collapse>.panel-body {
        padding-left: 20px;
    }
}

.panel-group .panel-body p {
    margin-bottom: 10px
}


/*.panel-group .panel-body p + ul {
    margin-top: -16px
} */

.panel-heading {
    padding: 0;
    margin-top: 10px;
}

.panel-title {
    font-size: 16px;
    font-weight: bold;
}

.panel-title>a {
    display: block;
    padding: 15px 20px 15px 60px;
    position: relative;
    border-width: 1px;
    border-style: solid;
}

.panel-title>a.collapsed .ct-Diamond:before {
    content: "\f067";
}

.ct-Diamond {
    position: absolute;
    left: 19px;
    top: 50%;
    margin-top: -12.5px;
    width: 25px;
    height: 25px;
    background-color: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ct-Diamond:before {
    font-family: fontawesome;
    content: "\f068";
    position: absolute;
    width: 25px;
    height: 25px;
    font-size: 18px;
    font-weight: 100;
    line-height: 25px;
    text-align: center;
    color: #ffffff;
    z-index: 2;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ct-Diamond--motive {
    background-color: transparent;
}

.ct-Diamond--motive:before {
    color: #ffffff;
}

.ct-Diamond--default:before {
    color: #4c505e;
}

.ct-Diamond--success:before {
    color: #23da9c;
}

.ct-Diamond--danger:before {
    color: #ef4c64;
}

.ct-Diamond--warning:before {
    color: #f0ad4e;
}

.ct-Diamond--info:before {
    color: #5bc0de;
}

.ct-Diamond--motive-inverse:before {
    color: #1f8bf3;
}

.panel-default .panel-title>a {
    border: none;
    color: #ffffff;
    border-radius: 5px;
    background: rgb(103, 189, 232);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(103, 189, 232, 1) 0%, rgba(90, 182, 232, 1) 38%, rgba(20, 118, 191, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(103, 189, 232, 1)), color-stop(38%, rgba(90, 182, 232, 1)), color-stop(100%, rgba(20, 118, 191, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(103, 189, 232, 1) 0%, rgba(90, 182, 232, 1) 38%, rgba(20, 118, 191, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(103, 189, 232, 1) 0%, rgba(90, 182, 232, 1) 38%, rgba(20, 118, 191, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(103, 189, 232, 1) 0%, rgba(90, 182, 232, 1) 38%, rgba(20, 118, 191, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(103, 189, 232, 1) 0%, rgba(90, 182, 232, 1) 38%, rgba(20, 118, 191, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#67bde8', endColorstr='#1476bf', GradientType=1);
    /* IE6-9 */
}

.panel-default .panel-title>a.collapsed {
    background: #1471b9;
}

.panel-primary .panel-title>a {
    border: none;
    color: #ffffff;
}

.panel-success .panel-title>a {
    border-color: #23da9c;
    background-color: #23da9c;
    color: #ffffff;
}

.panel-warning .panel-title>a {
    border-color: #f0ad4e;
    background-color: #f0ad4e;
    color: #ffffff;
}

.panel-danger .panel-title>a {
    border-color: #ef4c64;
    background-color: #ef4c64;
    color: #ffffff;
}

.panel-info .panel-title>a {
    border-color: #5bc0de;
    background-color: #5bc0de;
    color: #ffffff;
}

.panel-motive .panel-title>a {
    border-color: #1f8bf3;
    background-color: #1f8bf3;
    color: #ffffff;
}

@media (max-width: 767px) {
    .panel-group .panel-body {
        margin-left: 0px;
    }
    .panel-title>a {
        padding: 20px 20px 20px 20px;
    }
    .panel-title>a:before {
        color: #222222;
        left: 50%;
        margin-left: -15px;
        top: -15px;
    }
    .panel-title .ct-Diamond {
        position: absolute;
        left: 50%;
        margin-left: -12.5px;
        margin-top: 0;
        top: -13px;
        width: 25px;
        height: 25px;
        border-radius: 3px;
        border: 1px solid #FFF;
        background-color: #1471b9;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .panel-title .ct-Diamond:before {
        background-color: #55a9dc;
        width: 23px;
        height: 23px;
        line-height: 24px;
        font-size: 12px;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .panel-title .collapsed .ct-Diamond:before {
        background-color: #1471b9;
    }
}

.progress {
    background-color: #4c505e;
    height: 62px;
    border: 11px solid #eeeeee;
}

.progress .progress-bar {
    text-align: left;
    position: relative;
}

.progress .progress-bar span {
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
    padding-left: 20px;
}

.progress .progress-bar:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -14.5px;
    height: 29px;
    width: 49px;
    background-image: url("../images/demo-content/progress-icon.png");
}

.progress-motive .progress-bar {
    background-color: #1f8bf3;
}

.progress-default {
    background-color: #eeeeee;
    box-shadow: none;
}

.progress-default .progress-bar {
    background-color: #ffffff;
}

.progress-default .progress-bar span {
    color: #4c505e;
}

.progress-default .progress-bar:after {
    transform: rotateY(-180deg);
    background-image: url("images/logo.png");
}

.progress-success .progress-bar {
    background-color: #23da9c;
}

.progress-warning .progress-bar {
    background-color: #f0ad4e;
}

.progress-info .progress-bar {
    background-color: #5bc0de;
}

.progress-danger .progress-bar {
    background-color: #ef4c64;
}

.nav-tabs {
    border: none;
}

.nav-tabs.nav-justified>li>a {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-right: 3px;
}

.nav-tabs.nav-justified>li.active>a:hover,
.nav-tabs.nav-justified>li.active>a:focus,
.nav-tabs.nav-justified>li.active>a:active {
    border-color: #1f8bf3;
}

.nav-tabs.nav-justified>li:last-child>a {
    margin-right: 0;
}

.nav-tabs>li>a {
    border: 1px solid #d3d3d3;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 30px;
    text-transform: lowercase;
    line-height: 1;
    padding: 19px 25px;
    color: #222222;
    margin-right: 3px;
}

.nav-tabs>li.ct-navTabs--default>a {
    background-color: #f9f9f9;
}

.nav-tabs>li.ct-navTabs--default.active>a,
.nav-tabs>li.ct-navTabs--default>a:hover,
.nav-tabs>li.ct-navTabs--default>a:focus,
.nav-tabs>li.ct-navTabs--default>a:active {
    background-color: #1f8bf3;
    border-color: #1f8bf3;
    color: #ffffff;
}

.nav-tabs>li.ct-navTabs--success>a {
    background-color: #23da9c;
    border-color: #23da9c;
    color: #ffffff;
}

.nav-tabs>li.ct-navTabs--success.active>a,
.nav-tabs>li.ct-navTabs--success>a:hover,
.nav-tabs>li.ct-navTabs--success>a:focus,
.nav-tabs>li.ct-navTabs--success>a:active {
    background-color: #1f8bf3;
    border-color: #1f8bf3;
    color: #ffffff;
}

.nav-tabs>li.ct-navTabs--danger>a {
    background-color: #ef4c64;
    border-color: #ef4c64;
    color: #ffffff;
}

.nav-tabs>li.ct-navTabs--danger.active>a,
.nav-tabs>li.ct-navTabs--danger>a:hover,
.nav-tabs>li.ct-navTabs--danger>a:focus,
.nav-tabs>li.ct-navTabs--danger>a:active {
    background-color: #1f8bf3;
    border-color: #1f8bf3;
    color: #ffffff;
}

.nav-tabs>li.ct-navTabs--warning>a {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    color: #ffffff;
}

.nav-tabs>li.ct-navTabs--warning.active>a,
.nav-tabs>li.ct-navTabs--warning>a:hover,
.nav-tabs>li.ct-navTabs--warning>a:focus,
.nav-tabs>li.ct-navTabs--warning>a:active {
    background-color: #1f8bf3;
    border-color: #1f8bf3;
    color: #ffffff;
}

.nav-tabs>li.ct-navTabs--info>a {
    background-color: #5bc0de;
    border-color: #5bc0de;
    color: #ffffff;
}

.nav-tabs>li.ct-navTabs--info.active>a,
.nav-tabs>li.ct-navTabs--info>a:hover,
.nav-tabs>li.ct-navTabs--info>a:focus,
.nav-tabs>li.ct-navTabs--info>a:active {
    background-color: #1f8bf3;
    border-color: #1f8bf3;
    color: #ffffff;
}

.tab-content {
    margin-top: 3px;
    margin-bottom: 3px;
}

.tab-content .tab-pane {
    background-color: #f9f9f9;
    border: 1px solid #d3d3d3;
    padding: 20px;
}

.ct-tabs .ct-tabs-toggle {
    font-weight: 600;
    color: #222222;
    text-align: center;
    padding: 45px 15px;
    background-color: #f9f9f9;
    border: 1px solid #d3d3d3;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 70px;
}

.ct-tabs .ct-tabs-toggle i {
    display: block;
    margin-bottom: 40px;
    font-size: 100px;
}

.ct-tabs .ct-tabs-toggle:hover,
.ct-tabs .ct-tabs-toggle.is-active {
    background-color: transparent;
    color: #1f8bf3;
    border-color: #1f8bf3;
}

.ct-tabs .ct-tabs-content {
    padding-bottom: 70px;
    display: none;
}

.ct-tabs .ct-tabs-content.active {
    display: block;
}

.ct-gallery .wp-pagenavi {
    display: none;
}

.ct-gallery {
    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-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-gallery-buttons li {
    padding: 0;
    margin-right: 15px;
}

.ct-gallery-buttons .active.btn-motiveDark {
    background-color: #1f8bf3;
    border-bottom-color: #1175d6;
}

.ct-gallery-buttons .active.btn-motiveDark:before {
    border-color: #1f8bf3;
}

@media (max-width: 767px) {
    .ct-gallery-buttons {
        display: table;
    }
    .ct-gallery-buttons .btn-motive {
        display: table-cell;
    }
}

.ct-gallery--col2 .ct-gallery-itemInner {
    margin: 20px;
}

@media (min-width: 768px) {
    .ct-gallery--col3 .ct-gallery-itemInner {
        margin: 10px;
    }
}

.ct-gallery--col4 .ct-gallery-item .ct-gallery-itemInner {
    margin: -1px;
}

.ct-gallery-itemInner {
    margin-bottom: 40px;
    border-bottom: 5px solid #1f8bf3;
}

.ct-gallery-itemInner .ct-imageButton {
    opacity: 0;
    bottom: -5px;
}

.ct-gallery-itemInner .ct-imageOverlay {
    margin-top: -200px;
    margin-left: -200px;
    width: 400px;
    height: 400px;
}

.ct-gallery-itemInner .ct-imageOverlay h3 {
    font-size: 45px;
}

.ct-gallery-itemInner .ct-imageOverlay h3 span {
    font-size: 65px;
}

.ct-gallery-itemInner:hover .ct-imageButton {
    opacity: 1;
}

@media (max-width: 1199px) {
    .ct-gallery-itemInner .ct-imageOverlay {
        margin-top: -150px;
        margin-left: -150px;
        width: 300px;
        height: 300px;
    }
    .ct-gallery-itemInner .ct-imageOverlay h3 {
        font-size: 30px;
    }
    .ct-gallery-itemInner .ct-imageOverlay h3 span {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .ct-gallery-itemInner .ct-imageOverlay {
        margin-top: -125px;
        margin-left: -125px;
        width: 250px;
        height: 250px;
    }
    .ct-gallery-itemInner .ct-imageOverlay h3 {
        font-size: 25px;
    }
    .ct-gallery-itemInner .ct-imageOverlay h3 span {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .ct-gallery-itemInner {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .ct-gallery-itemInner .ct-imageOverlay-container {
        width: 100%;
    }
    .ct-gallery-itemInner .ct-imageButton {
        border-width: 71px 0 0 82px;
    }
    .ct-gallery-itemInner .ct-imageButton:after {
        border-width: 88px 0 0 105px;
        left: -112px;
    }
    .ct-gallery-itemInner .ct-imageButton:before {
        left: -72px;
        bottom: 7px;
        font-size: 20px;
    }
}

@media (max-width: 399px) {
    .ct-gallery-itemInner .ct-imageOverlay {
        margin-top: -75px;
        margin-left: -75px;
        width: 150px;
        height: 150px;
    }
    .ct-gallery-itemInner .ct-imageOverlay h3 {
        font-size: 15px;
    }
    .ct-gallery-itemInner .ct-imageOverlay h3 span {
        font-size: 25px;
    }
}

.ct-gallery--col1 .ct-gallery-itemInner {
    margin-bottom: 40px;
    border-bottom: 5px solid #1f8bf3;
}

.ct-gallery--col1 .ct-gallery-itemInner .ct-imageOverlay {
    margin-top: -200px;
    margin-left: -200px;
    width: 400px;
    height: 400px;
}

.ct-gallery--col1 .ct-gallery-itemInner .ct-imageOverlay h3 {
    font-size: 45px;
}

.ct-gallery--col1 .ct-gallery-itemInner .ct-imageOverlay h3 span {
    font-size: 65px;
}

.ct-gallery--col1 .ct-gallery-itemInner:hover .ct-imageButton {
    opacity: 1;
}

@media (max-width: 1199px) {
    .ct-gallery--col1 .ct-gallery-itemInner .ct-imageOverlay {
        margin-top: -150px;
        margin-left: -150px;
        width: 300px;
        height: 300px;
    }
    .ct-gallery--col1 .ct-gallery-itemInner .ct-imageOverlay h3 {
        font-size: 30px;
    }
    .ct-gallery--col1 .ct-gallery-itemInner .ct-imageOverlay h3 span {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .ct-gallery--col1 .ct-gallery-itemInner .ct-imageOverlay {
        margin-top: -125px;
        margin-left: -125px;
        width: 250px;
        height: 250px;
    }
    .ct-gallery--col1 .ct-gallery-itemInner .ct-imageOverlay h3 {
        font-size: 25px;
    }
    .ct-gallery--col1 .ct-gallery-itemInner .ct-imageOverlay h3 span {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .ct-gallery--col1 .ct-gallery-itemInner {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .ct-gallery--col1 .ct-gallery-itemInner .ct-imageOverlay-container {
        width: 100%;
    }
    .ct-gallery--col1 .ct-gallery-itemInner .ct-imageButton {
        border-width: 71px 0 0 82px;
    }
    .ct-gallery--col1 .ct-gallery-itemInner .ct-imageButton:after {
        border-width: 88px 0 0 105px;
        left: -112px;
    }
    .ct-gallery--col1 .ct-gallery-itemInner .ct-imageButton:before {
        left: -72px;
        bottom: 7px;
        font-size: 20px;
    }
}

@media (max-width: 399px) {
    .ct-gallery--col1 .ct-gallery-itemInner .ct-imageOverlay {
        margin-top: -75px;
        margin-left: -75px;
        width: 150px;
        height: 150px;
    }
    .ct-gallery--col1 .ct-gallery-itemInner .ct-imageOverlay h3 {
        font-size: 15px;
    }
    .ct-gallery--col1 .ct-gallery-itemInner .ct-imageOverlay h3 span {
        font-size: 25px;
    }
}

.ct-gallery--col2 .ct-gallery-itemInner {
    margin: 20px;
}

.ct-gallery--col2 .ct-gallery-itemInner .ct-imageOverlay {
    margin-top: -200px;
    margin-left: -200px;
    width: 400px;
    height: 400px;
}

.ct-gallery--col2 .ct-gallery-itemInner .ct-imageOverlay h3 {
    font-size: 40px;
}

.ct-gallery--col2 .ct-gallery-itemInner .ct-imageOverlay h3 span {
    font-size: 60px;
}

@media (max-width: 991px) {
    .ct-gallery--col2 .ct-gallery-itemInner .ct-imageOverlay {
        margin-top: -125px;
        margin-left: -125px;
        width: 250px;
        height: 250px;
    }
    .ct-gallery--col2 .ct-gallery-itemInner .ct-imageOverlay h3 {
        font-size: 25px;
    }
    .ct-gallery--col2 .ct-gallery-itemInner .ct-imageOverlay h3 span {
        font-size: 45px;
    }
    .ct-gallery--col2 .ct-gallery-itemInner .ct-imageButton {
        border-width: 71px 0 0 82px;
    }
    .ct-gallery--col2 .ct-gallery-itemInner .ct-imageButton:after {
        border-width: 66px 0 0 77px;
        left: -82px;
    }
    .ct-gallery--col2 .ct-gallery-itemInner .ct-imageButton:before {
        left: -72px;
        bottom: 7px;
        font-size: 20px;
    }
}

.ct-gallery--col3 .ct-gallery-itemInner,
.ct-gallery--col4 .ct-gallery-itemInner {
    margin: 10px;
}

.ct-gallery--col3 .ct-gallery-itemInner .ct-imageOverlay,
.ct-gallery--col4 .ct-gallery-itemInner .ct-imageOverlay {
    margin-top: -125px;
    margin-left: -125px;
    width: 250px;
    height: 250px;
}

.ct-gallery--col3 .ct-gallery-itemInner .ct-imageOverlay h3,
.ct-gallery--col4 .ct-gallery-itemInner .ct-imageOverlay h3 {
    font-size: 25px;
}

.ct-gallery--col3 .ct-gallery-itemInner .ct-imageOverlay h3 span,
.ct-gallery--col4 .ct-gallery-itemInner .ct-imageOverlay h3 span {
    font-size: 45px;
}

.ct-gallery--col3 .ct-gallery-itemInner .ct-imageButton,
.ct-gallery--col4 .ct-gallery-itemInner .ct-imageButton {
    border-width: 71px 0 0 82px;
}

.ct-gallery--col3 .ct-gallery-itemInner .ct-imageButton:after,
.ct-gallery--col4 .ct-gallery-itemInner .ct-imageButton:after {
    border-width: 66px 0 0 77px;
    left: -82px;
}

.ct-gallery--col3 .ct-gallery-itemInner .ct-imageButton:before,
.ct-gallery--col4 .ct-gallery-itemInner .ct-imageButton:before {
    left: -72px;
    bottom: 7px;
    font-size: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .ct-gallery--col3 .ct-gallery-itemInner .ct-imageOverlay,
    .ct-gallery--col4 .ct-gallery-itemInner .ct-imageOverlay {
        margin-top: -100px;
        margin-left: -100px;
        width: 200px;
        height: 200px;
    }
    .ct-gallery--col3 .ct-gallery-itemInner .ct-imageOverlay h3,
    .ct-gallery--col4 .ct-gallery-itemInner .ct-imageOverlay h3 {
        font-size: 20px;
    }
    .ct-gallery--col3 .ct-gallery-itemInner .ct-imageOverlay h3 span,
    .ct-gallery--col4 .ct-gallery-itemInner .ct-imageOverlay h3 span {
        font-size: 30px;
    }
}

.ct-gallery--col4 .ct-gallery-itemInner {
    padding: 0;
    margin: 1px;
    border-bottom: none;
}

.ct-gallery-itemInner .ct-imageButton {
    opacity: 0;
    bottom: -5px;
}

html,
body,
.ct-intro-topImage {
    height: 100%;
}

.ct-intro--push .ct-intro-topImage {
    height: 100%;
}


/* Header */

.ct-intro-topImage {
    position: relative;
    margin: 0 auto;
    min-height: 768px;
    width: 100%;
    display: table;
    z-index: 9999;
}

@media (max-width: 767px) {
    .ct-intro-topImage {
        display: none;
    }
}

.bg-img {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #4c505e;
}

.bg-img img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
}

.intro-effect-jam3 .ct-intro-title,
.ct-intro--fadeOut .ct-intro-title,
.ct-intro--push .ct-intro-title,
.ct-intro--sliced .ct-intro-title {
    z-index: 9000;
    margin-left: 12%;
    margin-top: 5%;
    width: 30%;
    position: relative;
    z-index: 9999;
}

.intro-effect-jam3 .ct-intro-title *,
.ct-intro--fadeOut .ct-intro-title *,
.ct-intro--push .ct-intro-title *,
.ct-intro--sliced .ct-intro-title * {
    position: relative;
}

.intro-effect-jam3 .ct-intro-title h3,
.ct-intro--fadeOut .ct-intro-title h3,
.ct-intro--push .ct-intro-title h3,
.ct-intro--sliced .ct-intro-title h3 {
    margin: 0;
    float: right;
}


/* Trigger Button */

button.trigger {
    position: fixed;
    bottom: 50px;
    left: 50%;
    z-index: 9999;
    display: block;
    margin-left: -0.5em;
    padding: 0;
    border: none;
    background: transparent;
    color: transparent;
    font-size: 2em;
    cursor: pointer;
}

.ct-pageWrapper:not(.notrans) button.trigger {
    -webkit-transition: opacity 0.3s 0.5s;
    transition: opacity 0.3s 0.5s;
}

.ct-pageWrapper.modify:not(.notrans) button.trigger {
    opacity: 0;
    pointer-events: none;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

button.trigger::before {
    position: absolute;
    top: 100%;
    left: -100%;
    padding: 0.8em;
    width: 300%;
    color: #fff;
    content: attr(data-info);
    font-size: 14px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-transform: uppercase;
}

button.trigger:focus {
    outline: none;
}

button.trigger span {
    position: relative;
    display: block;
    overflow: hidden;
    width: 50px;
    height: 50px;
}

button.trigger span::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    content: "\f107";
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: fontawesome;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 2px solid #ffffff;
    -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;
}

.modify button.trigger {
    display: none;
}


/***** Individual effects *****/


/* -------------------------- */


/* Jam 3 */


/* -------------------------- */

.intro-effect-jam3:not(.notrans) .bg-img {
    -webkit-transition-property: top, left, right, bottom;
    transition-property: top, left, right, bottom;
}

.intro-effect-jam3:not(.notrans) .ct-intro-topImage h1,
.intro-effect-jam3:not(.notrans) .codrops-top a {
    -webkit-transition-property: color;
    transition-property: color;
}

.intro-effect-jam3:not(.notrans) .codrops-demos a {
    -webkit-transition-property: border-color, color;
    transition-property: border-color, color;
}

.intro-effect-jam3:not(.notrans) .ct-intro-topImage p {
    -webkit-transition-property: color, opacity, -webkit-transform;
    transition-property: color, opacity, transform;
}

.intro-effect-jam3:not(.notrans) .ct-intro-content>div {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
}

.intro-effect-jam3:not(.notrans) .bg-img,
.intro-effect-jam3:not(.notrans) .ct-intro-topImage h1,
.intro-effect-jam3:not(.notrans) .codrops-top a,
.intro-effect-jam3:not(.notrans) .codrops-demos a,
.intro-effect-jam3:not(.notrans) .ct-intro-content>div {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.intro-effect-jam3:not(.notrans) .ct-intro-topImage p,
.intro-effect-jam3:not(.notrans) .ct-intro-topImage p.subline,
.intro-effect-jam3:not(.notrans) .ct-intro-content>div {
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.intro-effect-jam3.modify:not(.notrans) .ct-intro-topImage p,
.intro-effect-jam3.modify:not(.notrans) .ct-intro-topImage p.subline,
.intro-effect-jam3.modify:not(.notrans) .ct-intro-content>div {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.intro-effect-jam3 .codrops-demos a {
    color: #fff;
}

.intro-effect-jam3 .codrops-demos a.current-demo {
    border-color: #fff;
}

.intro-effect-jam3.modify .codrops-demos a {
    color: #c03b5d;
}

.intro-effect-jam3.modify .codrops-demos a.current-demo {
    border-color: #c03b5d;
}

.intro-effect-jam3.ct-pageWrapper {
    padding: 45px 30px;
}

.intro-effect-jam3 .bg-img {
    top: -45px;
    right: -30px;
    bottom: -45px;
    left: -30px;
    background: #514753;
}

.intro-effect-jam3.modify .bg-img {
    top: 0;
    right: 0;
    bottom: 85%;
    left: 0;
}

.intro-effect-jam3.modify .ct-intro-topImage h1 {
    color: #514753;
}

.intro-effect-jam3 .ct-intro-topImage p {
    color: #514753;
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
}

.intro-effect-jam3.modify .ct-intro-topImage p {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.intro-effect-jam3 .ct-intro-content {
    padding: 0 5em 5em;
}

.intro-effect-jam3 .ct-intro-topImage,
.intro-effect-jam3 .ct-intro-content {
    background: #fff;
}

.intro-effect-jam3 .ct-intro-content>div {
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
}

.intro-effect-jam3.modify .ct-intro-content>div {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.intro-effect-jam3.modify .codrops-top a {
    color: #514753;
}


/* Delays */

.intro-effect-jam3.modify:not(.notrans) .ct-intro-topImage p:nth-last-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.intro-effect-jam3.modify:not(.notrans) .ct-intro-topImage p:last-child {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.intro-effect-jam3.modify:not(.notrans) .ct-intro-content>div {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}


/* -------------------------- */


/* Faded gradient */


/* -------------------------- */

.ct-intro--fadeOut .ct-intro-topImage {
    display: table;
    height: 760px;
}

.ct-intro--fadeOut .ct-intro-topImage .inner {
    display: table-cell;
    vertical-align: middle;
}

.ct-intro--fadeOut:not(.notrans) .bg-img {
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
}

.ct-intro--fadeOut:not(.notrans) .bg-img::after {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.ct-intro--fadeOut:not(.notrans) .ct-intro-topImage p,
.ct-intro--fadeOut:not(.notrans) .ct-intro-content>div {
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
}

.ct-intro--fadeOut:not(.notrans) .bg-img,
.ct-intro--fadeOut:not(.notrans) .bg-img::after,
.ct-intro--fadeOut:not(.notrans) .ct-intro-topImage p,
.ct-intro--fadeOut:not(.notrans) .ct-intro-content>div {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.ct-intro--fadeOut .ct-intro-topImage {
    overflow: hidden;
}

.ct-intro--fadeOut.modify .bg-img {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
}

.ct-intro--fadeOut .bg-img::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 101%;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.ct-intro--fadeOut.modify .bg-img::after {
    opacity: 1;
}

.ct-intro--fadeOut .ct-intro-title {
    text-align: left;
    max-width: 900px;
}

.ct-intro--fadeOut.modify .ct-intro-topImage h1,
.ct-intro--fadeOut.modify .ct-intro-topImage h2,
.ct-intro--fadeOut.modify .ct-intro-topImage h3,
.ct-intro--fadeOut.modify .ct-intro-topImage h4,
.ct-intro--fadeOut.modify .ct-intro-topImage h5,
.ct-intro--fadeOut.modify .ct-intro-topImage h6,
.ct-intro--fadeOut.modify .ct-intro-topImage p {
    color: #313842;
}

.ct-intro--fadeOut .ct-intro-topImage p {
    opacity: 0;
}

.ct-intro--fadeOut .ct-intro-topImage p:nth-child(2) {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
}

.ct-intro--fadeOut .ct-intro-topImage p:nth-child(3) {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
}

.ct-intro--fadeOut.modify .ct-intro-topImage p:nth-child(2),
.ct-intro--fadeOut.modify .ct-intro-topImage p:nth-child(3) {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.ct-intro--fadeOut .ct-intro-content {
    z-index: 1000;
    position: relative;
}

.ct-intro--fadeOut .ct-intro-content>.div,
.ct-intro--fadeOut .ct-intro-content>.div-top,
.ct-intro--fadeOut .ct-intro-content>.div-bottom {
    opacity: 0;
    -webkit-transform: translateY(350px);
    transform: translateY(350px);
}

.ct-intro--fadeOut.modify .ct-intro-content>div {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


/* -------------------------- */


/* Sliced */


/* -------------------------- */

.ct-intro--sliced .ct-intro-topImage {
    position: absolute;
    left: 0;
    top: 0;
}

.ct-intro--sliced .ct-intro-topImage.fix-zindex {
    z-index: -1;
}

.ct-intro--sliced:not(.notrans) .bg-img,
.ct-intro--sliced:not(.notrans) .ct-intro-title {
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
}

.ct-intro--sliced:not(.notrans) .ct-intro-content>div {
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
}

.ct-intro--sliced:not(.notrans) .bg-img,
.ct-intro--sliced:not(.notrans) .ct-intro-title,
.ct-intro--sliced:not(.notrans) .ct-intro-content>div {
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.ct-intro--sliced.modify:not(.notrans) .ct-intro-title,
.ct-intro--sliced.modify:not(.notrans) .ct-intro-content>div {
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.ct-intro--sliced .bg-img:first-child {
    bottom: 50%;
    position: fixed;
}

.ct-intro--sliced .bg-img:last-child {
    top: 50%;
    position: fixed;
    z-index: 900;
}

.snapjs-left .ct-intro--sliced .bg-img:last-child,
.snapjs-right .ct-intro--sliced .bg-img:last-child,
.boxed .ct-intro--sliced .bg-img:last-child {
    position: absolute;
}

.snapjs-left .ct-intro--sliced .bg-img:first-child,
.snapjs-right .ct-intro--sliced .bg-img:first-child,
.boxed .ct-intro--sliced .bg-img:first-child {
    position: absolute;
}

.ct-intro--sliced .bg-img:last-child img {
    top: -100%;
}

.ct-intro--sliced.modify .bg-img:first-child {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.ct-intro--sliced.modify .bg-img:last-child {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.ct-intro--sliced .ct-intro-title {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}

.ct-intro--sliced.modify .ct-intro-title {
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.ct-intro--sliced .ct-intro-content>div {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    opacity: 0;
}

.ct-intro--sliced.modify .ct-intro-content>div {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}


/* Delays */

.ct-intro--sliced.modify:not(.notrans) .ct-intro-title {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}


/* -------------------------- */


/* Push */


/* -------------------------- */

.ct-intro--push:not(.notrans) .ct-intro-topImage,
.ct-intro--push:not(.notrans)>.ct-intro-title,
.ct-intro--push:not(.notrans) .ct-intro-content>div {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

.ct-intro--push:not(.notrans) .ct-intro-topImage {
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
}

.ct-intro--push .ct-intro-topImage {
    position: absolute;
    top: 0;
}

.ct-intro--push>.ct-intro-title {
    position: relative;
    top: auto;
    left: auto;
    padding: 6em 1em 2em;
}

.ct-intro--push>.ct-intro-title,
.ct-intro--push .ct-intro-content>div {
    -webkit-transform: translateY(400px);
    transform: translateY(400px);
    opacity: 0;
}

.ct-intro--push.modify>.ct-intro-title,
.ct-intro--push.modify .ct-intro-content>div {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.ct-intro--push.modify .ct-intro-topImage {
    opacity: 0;
    -webkit-transform: translateY(-100%) scale(0.9);
    transform: translateY(-100%) scale(0.9);
}


/* Delays */

.ct-intro--push.modify:not(.notrans)>.ct-intro-title {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.ct-intro--push.modify:not(.notrans) .ct-intro-content>div {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}


/* Media Queries */

@media screen and (max-width: 47em) {
    .ct-intro-title {
        font-size: 70%;
    }
}

@media screen and (max-width: 1024px) {
    .ct-intro--push .ct-intro-topImage .ct-intro-title,
    .ct-intro--sliced .ct-intro-topImage .ct-intro-title,
    .intro-effect-jam3 .ct-intro-topImage .ct-intro-title,
    .ct-intro--push .ct-intro-topImage .ct-intro-title {
        top: 30%;
    }
}

@media screen and (max-width: 767px) {
    .intro-effect-jam3 .ct-intro-content {
        padding: 0 2em 5em;
    }
    .bg-img img {
        min-height: 0;
    }
    .ct-intro--push .ct-intro-topImage .ct-intro-title,
    .ct-intro--sliced .ct-intro-topImage .ct-intro-title,
    .intro-effect-jam3 .ct-intro-topImage .ct-intro-title,
    .ct-intro--push .ct-intro-topImage .ct-intro-title {
        top: 60px;
    }
    .ct-intro-title {
        font-size: 50%;
    }
    button.trigger::before {
        display: none;
    }
}


/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}


/*
 *  Core Owl Carousel CSS File
 */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}


/* No Js */

.no-js .owl-carousel {
    display: block;
}


/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}


/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

.counter-group {
    display: inline-block;
}

.counter-group:before,
.counter-group:after {
    content: " ";
    display: table;
}

.counter-group:after {
    clear: both;
}

.counter-block {
    float: left;
    padding-right: 40px;
    padding-left: 40px;
}

.counter-block .counter {
    position: relative;
    width: 165px;
    height: 140px;
    overflow: hidden;
}

.counter-block .counter .number {
    padding: 1%;
    width: 46%;
    height: 98%;
    background-color: #222222;
    position: absolute;
    font-size: 140px;
    line-height: 140px;
    top: -10000px;
}

.counter-block .counter .number.tens {
    left: 0;
}

.counter-block .counter .number.units {
    left: 50%;
}

.counter-block .counter .number.hundreds {
    display: none;
}

.counter-block .counter .number.show {
    top: 0;
    z-index: 2;
}

.counter-block .counter .number.hidden-down {
    top: 100%;
}

.counter-block .counter .number.hidden-up {
    top: -100%;
    z-index: 100;
}

.counter-block .counter.with-hundreds {
    width: 300px;
}

.counter-block .counter.with-hundreds .number {
    width: 30.66%;
}

.counter-block .counter.with-hundreds .number.tens {
    left: 33.33%;
}

.counter-block .counter.with-hundreds .number.units {
    left: 66.66%;
}

.counter-block .counter.with-hundreds .number.hundreds {
    display: block;
    left: 0;
}

.counter-block .counter-caption {
    font-size: 150%;
}

@media (max-width: 992px) {
    .counter-block {
        margin-right: 10px;
    }
    .counter-block .counter {
        width: 120px;
        height: 100px;
        overflow: hidden;
        font-weight: 700;
    }
    .counter-block .counter .number {
        font-size: 108px;
        line-height: 90px;
    }
    .counter-block .counter.with-hundreds {
        width: 180px;
    }
    .counter-block .counter-caption {
        font-size: 100%;
    }
}

@media (max-width: 768px) {
    .counter-block {
        margin-right: 8px;
    }
    .counter-block .counter {
        width: 96px;
        height: 80px;
    }
    .counter-block .counter .number {
        font-size: 86px;
        line-height: 72px;
    }
    .counter-block .counter.with-hundreds {
        width: 144px;
    }
    .counter-block .counter-caption {
        font-size: 85%;
    }
}

@media (max-width: 480px) {
    .counter-block .counter {
        width: 61px;
        height: 52px;
    }
    .counter-block .counter .number {
        font-size: 55px;
        line-height: 50px;
    }
    .counter-block .counter.with-hundreds {
        width: 91px;
    }
    .counter-block .counter-caption {
        font-size: 70%;
    }
}


/*
Version: 3.5.2 Timestamp: Sat Nov  1 14:43:36 EDT 2014
*/

.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    padding: 0;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
    /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
    -webkit-box-sizing: border-box;
    /* webkit */
    -moz-box-sizing: border-box;
    /* firefox */
    box-sizing: border-box;
    /* css3 */
}

.select2-container .select2-choice {
    display: block;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    line-height: 45px;
    text-decoration: none;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

html[dir="rtl"] .select2-container .select2-choice {
    padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;
    border-radius: 0 0 4px 4px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, #ffffff));
    background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
    background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice>.select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: none;
    width: auto;
    color: #4c505e;
}

html[dir="rtl"] .select2-container .select2-choice>.select2-chosen {
    margin-left: 26px;
    margin-right: 0;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;
    font-size: 1px;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop-active {
    border-top: none;
}

.select2-drop-auto-width {
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    position: absolute;
    right: 1%;
    top: 50%;
    margin-top: -4px;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #4c505e;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
    background-position: 2px 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    z-index: 10000;
    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

html[dir="rtl"] .select2-search input {
    padding: 4px 5px 4px 20px;
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    outline: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border-top-color: transparent;
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    filter: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -16px 1px;
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/* results */

.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 15px;
    color: #4c505e;
}

html[dir="rtl"] .select2-results {
    padding: 0 4px 0 0;
    margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children>.select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;
    min-height: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select2-results-dept-1 .select2-result-label {
    padding-left: 20px;
}

.select2-results-dept-2 .select2-result-label {
    padding-left: 40px;
}

.select2-results-dept-3 .select2-result-label {
    padding-left: 60px;
}

.select2-results-dept-4 .select2-result-label {
    padding-left: 80px;
}

.select2-results-dept-5 .select2-result-label {
    padding-left: 100px;
}

.select2-results-dept-6 .select2-result-label {
    padding-left: 110px;
}

.select2-results-dept-7 .select2-result-label {
    padding-left: 120px;
}

.select2-results .select2-highlighted {
    background: #1f8bf3;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px;
}


/*
disabled look for disabled choices in the results dropdown
*/

.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}

.select2-results .select2-disabled {
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-results .select2-ajax-error {
    background: rgba(255, 50, 50, 0.2);
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}


/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;
    cursor: text;
    overflow: hidden;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
    background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: linear-gradient(to bottom, #eeeeee 1%, #ffffff 15%);
}

html[dir="rtl"] .select2-container-multi .select2-choices {
    padding: 0 0 0 5px;
}

.select2-locked {
    padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    outline: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}

html[dir="rtl"] .select2-container-multi .select2-choices li {
    float: right;
}

.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;
    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;
    line-height: 13px;
    color: #333;
    cursor: default;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus span {
    color: #4c505e;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;
    font-size: 1px;
    outline: none;
}

html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}


/* disabled styles */

.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
    display: none;
    background: none;
}


/* end multiselect */

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
    color: inherit;
    font-weight: 600;
}

.select2-offscreen,
.select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}


/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 2dppx) {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }
    .select2-search input {
        background-position: 100% -21px !important;
    }
}

html {
    max-width: 100%;
    /* -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; */
}

::selection {
    color: #FFF;
    background: #1471b9;
    /* WebKit/Blink Browsers */
}

::-moz-selection {
    color: #FFF;
    background: #1471b9;
    /* Gecko Browsers */
}

body {
    background-color: #ffffff;
}

img {
    max-width: 100% !important;
    height: auto;
}

.ct-img100 {
    width: 100%;
}

*:focus {
    outline: 0;
}

.ct-pageWrapper {
    position: relative;
    z-index: 3;
    overflow: hidden;
    background-color: #ffffff;
    -webkit-box-shadow: -5px 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -5px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: -5px 2px 2px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
    .ct-pageWrapper {
        padding-top: 140px;
    }
    .ct-pageWrapper--onepager {
        padding-top: 70px !important;
    }
}

.ct-pageWrapper.cookie_on {
    margin-top: 102px;
}

@media (max-width: 768px) {
    .cc-custom.cc-push#cc-notification #cc-notification-wrapper {
        width: 90% !important;
    }
    .ct-navbarMobile.cookie_on {
        top: 94px;
    }
}

@media (max-width: 655px) and (min-width: 575px) {
    .ct-navbarMobile.cookie_on {}
}

@media (max-width: 575px) and (min-width: 480px) {
    .ct-navbarMobile.cookie_on {
        top: 102px;
    }
}

@media (max-width: 480px) {
    .ct-navbarMobile.cookie_on {
        top: 130px;
    }
}

@media (max-width: 768px) {
    .ct-pageWrapper.cookie_on {
        margin-top: 0px;
    }
}

@media (min-width: 863px) {
    .ct-pageWrapper.cookie_on {
        margin-top: 111px;
    }
}

@media (min-width: 972px) {
    .ct-pageWrapper.cookie_on {
        margin-top: 101px;
    }
}

@media (min-width: 1053px) {
    .ct-pageWrapper.cookie_on {
        margin-top: 94px;
    }
}

@media (min-width: 1276px) {
    .ct-pageWrapper.cookie_on {
        margin-top: 76px;
    }
}

body.boxed .ct-pageWrapper,
.ptn1 .ct-pageWrapper,
.ptn2 .ct-pageWrapper,
.ptn3 .ct-pageWrapper,
.ptn4 .ct-pageWrapper,
.ptn5 .ct-pageWrapper,
.ptn6 .ct-pageWrapper,
.ptn7 .ct-pageWrapper,
.ptn8 .ct-pageWrapper,
.ptn9 .ct-pageWrapper,
.ptn10 .ct-pageWrapper,
.ptn11 .ct-pageWrapper,
.ptn12 .ct-pageWrapper,
.ptn13 .ct-pageWrapper {
    max-width: 1200px;
    margin: auto;
}

.ptn1,
.ptn2,
.ptn3,
.ptn4,
.ptn5,
.ptn6,
.ptn7,
.ptn8,
.ptn9,
.ptn10,
.ptn11,
.ptn12,
.ptn13 {
    background-attachment: fixed !important;
}

.ct-containerAbsolute {
    overflow: hidden;
    position: absolute;
    bottom: -70px;
    width: 100%;
    height: 130px;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .ct-containerAbsolute {
        width: 100%;
    }
}

.ct-containerAbsolute-inside {
    background-color: #ffffff;
    height: 130px;
    width: 1230px;
    display: block;
    position: relative;
    margin: 0 auto;
}

.ct-containerAbsolute-inside:before,
.ct-containerAbsolute-inside:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    top: 10px;
    bottom: 15px;
    left: 0;
    right: 0;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.ct-containerAbsolute-inside:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg);
}

.ct-offsetTop25 {
    top: -25px;
}

.flexslider {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.flexslider .flex-viewport {
    max-height: 2400px;
}

.flexslider.ct-flexslider-js-noMargin {
    margin: 0;
}

.flexslider ul.slides>li {
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-position: center;
}

.flexslider .flex-direction-nav a {
    text-shadow: none;
    color: #ffffff;
    line-height: 40px;
}

.flexslider .flex-control-paging li {
    margin: 0 3px;
}

.flexslider .flex-control-paging li a {
    background-color: #b3b3b3;
    border: none;
    width: 16px;
    height: 16px;
    position: relative;
}

.flexslider .flex-control-paging li a:before {
    background-color: #4c505e;
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -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;
}

.flexslider .flex-control-paging li a.flex-active:before {
    margin-left: -8px;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

.ct-flexslider--controlsPadding100 .flex-control-nav {
    bottom: -100px;
}

.ct-flexslider--margin25 ul li {
    margin-right: 25px;
}

.ct-flexslider--margin75 ul li {
    margin-right: 75px;
}

.ct-flexslider--fixMargin {
    margin: 0 -20px;
    width: auto;
}

.ct-flexslider--mainSlider {
    position: relative;
}

.ct-flexslider--mainSlider li {
    background-size: cover;
}

.ct-flexslider--mainSlider img {
    margin: 0 auto;
    padding-top: 5%;
    padding-bottom: 5%;
    width: 479px;
}

.ct-flexslider--mainSlider h3 {
    position: absolute;
    display: table-cell;
    left: 0;
    right: 0;
    top: 50%;
    width: 400px;
    height: 200px;
    margin: auto;
    margin-top: -100px;
    color: #ffffff;
}

.ct-flexslider--mainSlider h3 span {
    color: #ffffff;
    font-size: 70px;
    font-weight: 500;
}

.ct-flexslider--mainSlider .flex-control-nav {
    position: absolute;
    bottom: -1%;
    right: -29%;
    margin: 0 auto;
}

.ct-flexslider--mainSlider .flex-control-nav li a {
    z-index: 5000;
}

@media (max-width: 991px) {
    .ct-flexslider--mainSlider img {
        padding-top: 2%;
        width: 485px;
        height: 429px;
        padding-bottom: 10%;
    }
    .ct-flexslider--mainSlider h3 {
        width: 350px;
        height: 215px;
        margin-top: -107px;
        font-size: 35px;
    }
    .ct-flexslider--mainSlider h3 span {
        font-size: 60px;
    }
    .ct-flexslider--mainSlider .flex-control-nav {
        right: initial;
        bottom: 10px;
    }
    .ct-flexslider--mainSlider .ct-containerAbsolute {
        bottom: -60px;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .ct-flexslider--mainSlider img {
        padding-bottom: 12%;
    }
}

@media (max-width: 450px) {
    html[lang=bg].index .flexslider {
        height: 800px !important;
    }
    html[lang=bg].index .flexslider ul.slides>li {
        background-size: auto 630px;
        background-repeat: no-repeat;
        background-position: top center;
    }
    html[lang=bg].index .ct-productTeaser {
        margin-top: -820px;
    }
    html[lang=bg].index .ct-productTeaser img {
        margin-top: 180px;
    }
    html[lang=bg].index .ct-productLine {
        position: relative;
        z-index: 1;
        padding-top: 20px;
    }
    .ct-flexslider--mainSlider img {
        width: 285px;
        height: 329px;
        padding-bottom: 20%;
    }
    .ct-flexslider--mainSlider h3 {
        font-size: 25px;
        height: 190px;
        margin-top: -80px;
        width: 200px;
    }
    .ct-flexslider--mainSlider h3 span {
        font-size: 40px;
    }
}

@media (max-width: 380px) {}

.ct-flexslider--fw .flex-viewport,
.ct-flexslider--fw .slides {
    height: 100%;
}

.ct-flexslider--fw .ct-flexslider-progress {
    width: 100%;
}

.ct-flexslider--controls2 .flex-control-paging {
    -moz-opacity: 0.95;
    -khtml-opacity: 0.95;
    -webkit-opacity: 0.95;
    opacity: 0.95;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=95);
    filter: alpha(opacity=95);
    top: 46%;
    right: 25%;
    width: auto;
    bottom: auto;
}

.ct-flexslider--controls2 .flex-control-paging li {
    display: block;
    margin: 10px;
}

.ct-flexslider--controls2 .flex-control-paging li a {
    background: #ffffff;
    border: 2px solid #3a3f4d;
}

.ct-flexslider--controls2 .flex-control-paging li a.flex-active:before {
    background-color: #3a3f4d;
    margin-left: -4px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
}

.ct-flexslider--controls3 .flex-control-paging {
    -moz-opacity: 0.95;
    -khtml-opacity: 0.95;
    -webkit-opacity: 0.95;
    opacity: 0.95;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=95);
    filter: alpha(opacity=95);
    bottom: 5%;
    right: auto;
}

.ct-flexslider--controls3 .flex-control-paging li a {
    background: #ffffff;
    border: 2px solid #3a3f4d;
    margin: 3px;
}

.ct-flexslider--controls3 .flex-control-paging li a.flex-active:before {
    background-color: #3a3f4d;
    margin-left: -4px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
}

.ct-flexslider--arrowType2 .flex-direction-nav a,
.ct-flexslider--arrowType2:hover .flex-direction-nav a {
    z-index: 3000;
    top: 20px;
    bottom: 1px;
    left: auto;
    color: #ffffff;
    text-shadow: none;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    background-color: #1f8bf3;
    width: 25px;
    height: 25px;
    line-height: 50px;
    text-align: center;
    font-size: 10px;
}

.ct-flexslider--arrowType2 .flex-disabled {
    background-color: #eeeeee !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    -webkit-opacity: 1 !important;
    opacity: 1 !important;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100) !important;
    filter: alpha(opacity=100) !important;
}

.ct-flexslider--arrowType2:hover .flex-next:hover:hover,
.ct-flexslider--arrowType2:hover .flex-prev:hover:hover {
    background-color: #4c505e;
}

.ct-flexslider--arrowType2 .flex-direction-nav a.flex-next {
    right: 5px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.ct-flexslider--arrowType2 .flex-direction-nav a.flex-prev {
    right: 43px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ct-flexslider--arrowType2 .flex-direction-nav a.flex-next:before {
    content: "∟";
    font-size: 10px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 1px;
    bottom: 14px;
}

.ct-flexslider--arrowType2 .flex-direction-nav a.flex-prev:before {
    content: "∟";
    font-size: 10px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 1px;
    bottom: 14px;
}

.ct-flexslider--arrowType3 .flex-direction-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}

.ct-flexslider--arrowType3 .flex-direction-nav a,
.ct-flexslider--arrowType3:hover .flex-direction-nav a {
    z-index: 3000;
    top: 20px;
    bottom: 1px;
    left: auto;
    color: #ffffff;
    text-shadow: none;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    background-color: #1f8bf3;
    width: 25px;
    height: 25px;
    line-height: 50px;
    text-align: center;
    font-size: 10px;
}

.ct-flexslider--arrowType3 .flex-disabled {
    background-color: #eeeeee !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    -webkit-opacity: 1 !important;
    opacity: 1 !important;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100) !important;
    filter: alpha(opacity=100) !important;
}

.ct-flexslider--arrowType3:hover .flex-next:hover:hover,
.ct-flexslider--arrowType3:hover .flex-prev:hover:hover {
    background-color: #4c505e;
}

.ct-flexslider--arrowType3 .flex-direction-nav a.flex-next {
    right: -38px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.ct-flexslider--arrowType3 .flex-direction-nav a.flex-prev {
    right: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ct-flexslider--arrowType3 .flex-direction-nav a.flex-next:before {
    content: "∟";
    font-size: 10px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 1px;
    bottom: 14px;
}

.ct-flexslider--arrowType3 .flex-direction-nav a.flex-prev:before {
    content: "∟";
    font-size: 10px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 1px;
    bottom: 14px;
}

.ct-flexslider-col4 img {
    width: 267px;
}

.ct-flexslider-progress {
    background: rgba(225, 225, 225, 0.2);
    height: 6px;
    position: relative;
    width: 1230px;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .ct-flexslider-progress {
        width: 100%;
    }
}

.ct-flexslider-progressBar {
    background: #1f8bf3;
    height: 6px;
    width: 0;
}

.ct-diamondOverlay img {
    width: auto !important;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.ct-diamondOverlay h3 {
    position: absolute;
    display: table-cell;
    left: 0;
    right: 0;
    top: 50%;
    width: 400px;
    height: 200px;
    margin: auto;
    margin-top: -100px;
    color: #ffffff;
}

.ct-diamondOverlay h3 span {
    color: #ffffff;
    font-size: 70px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .ct-diamondOverlay img {
        padding-top: 2%;
        width: 485px;
        height: 429px;
        padding-bottom: 10%;
    }
    .ct-diamondOverlay h3 {
        width: 350px;
        height: 215px;
        margin-top: -107px;
        font-size: 35px;
    }
    .ct-diamondOverlay h3 span {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .ct-diamondOverlay img {
        padding-bottom: 12%;
    }
}

@media (max-width: 450px) {
    .ct-diamondOverlay img {
        width: 285px;
        height: 329px;
        padding-bottom: 20%;
    }
    .ct-diamondOverlay h3 {
        font-size: 25px;
        height: 190px;
        margin-top: -80px;
        width: 200px;
    }
    .ct-diamondOverlay h3 span {
        font-size: 40px;
    }
}

.ct-testimonialsSlider {
    position: relative;
}

.ct-owlContainer-nav {
    display: table;
    margin: 0 auto;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ct-owlContainer-nav .owl-next,
.ct-owlContainer-nav .owl-prev,
.ct-owlContainer-nav a {
    position: absolute;
    display: inline-block;
    color: #ffffff;
    text-shadow: none;
    margin: 20px;
    text-align: center;
    z-index: 2;
    font-size: 10px;
    line-height: 27px;
    top: 30%;
}

.ct-owlContainer-nav .owl-next:before,
.ct-owlContainer-nav .owl-prev:before,
.ct-owlContainer-nav a:before {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #1f8bf3;
    z-index: -1;
    left: -7px;
}

.ct-owlContainer-nav .owl-prev {
    left: 33%;
}

.ct-owlContainer-nav .owl-next {
    right: 33%;
}

.ct-owlContainer-nav .owl-next:before {
    left: -10px;
}

@media (max-width: 1199px) {
    .ct-owlContainer-nav .owl-prev {
        left: 29%;
    }
    .ct-owlContainer-nav .owl-next {
        right: 29%;
    }
}

@media (max-width: 991px) {
    .ct-owlContainer-nav .owl-prev {
        left: 23%;
    }
    .ct-owlContainer-nav .owl-next {
        right: 23%;
    }
}

@media (max-width: 767px) {
    .ct-owlContainer-nav .owl-prev {
        left: 5%;
    }
    .ct-owlContainer-nav .owl-next {
        right: 5%;
    }
}

@media (max-width: 499px) {
    .ct-owlContainer-nav .owl-prev {
        left: -16px;
    }
    .ct-owlContainer-nav .owl-next {
        right: -16px;
    }
}

.ct-owlContainer-nav .owl-next,
.ct-owlContainer-nav .owl-prev {
    cursor: pointer;
}

.ct-owlContainer-nav .owl-next:hover:before,
.ct-owlContainer-nav .owl-prev:hover:before {
    background: #4c505e;
}

.ct-owlContainer-nav a {
    background: #ffffff;
    color: #b3b3b3;
    border: 1px solid #b3b3b3;
    line-height: 37px;
}

.owl-carousel-testimonials .ct-itemTestimonials {
    position: relative;
    width: 342px;
    background: #f8f8f8;
    border-bottom: 4px solid #eeeeee;
    padding: 25px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    display: table;
}

.owl-carousel-testimonials .ct-itemTestimonials p {
    margin-bottom: 10px;
}

.owl-carousel-testimonials .ct-itemTestimonials p span {
    font-weight: 600;
}

.owl-carousel-testimonials .ct-itemTestimonials--mediaObject {
    padding-left: 17px;
    padding-right: 17px;
}

.owl-carousel-testimonials .ct-itemTestimonials--mediaObject img {
    width: 80px;
    padding-right: 10px;
}

.owl-carousel-testimonials .ct-itemTestimonials--mediaObject div,
.owl-carousel-testimonials .ct-itemTestimonials--mediaObject img {
    display: table-cell;
    vertical-align: top;
    min-width: 80px;
}

@media (max-width: 767px) {
    .owl-carousel-testimonials .ct-itemTestimonials {
        margin-left: auto;
        margin-right: auto;
    }
}

.owl-carousel-testimonials .ct-itemTestimonials:before,
.owl-carousel-testimonials .ct-itemTestimonials:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 10px 0 10px;
    border-color: #f8f8f8 transparent transparent transparent;
    z-index: 5;
}

.owl-carousel-testimonials .ct-itemTestimonials:after {
    bottom: -16px;
    left: 50%;
    margin-left: -14px;
    border-style: solid;
    border-width: 16px 14px 0 14px;
    border-color: #eeeeee transparent transparent transparent;
    z-index: 1;
}

@media (max-width: 499px) {
    .owl-carousel-testimonials .ct-itemTestimonials {
        width: auto;
    }
}

.ct-accordionSlider-header {
    position: relative;
}

.ct-accordionSlider-header h5 {
    background-color: #4c505e;
    color: #ffffff;
    padding: 25px 0;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.ct-accordionSlider-item {
    padding: 30px;
    background: #f8f8f8;
    border-bottom: 5px solid #eeeeee;
}

.ct-accordionSlider-item p,
.ct-accordionSlider-item span {
    margin: 0;
}

.ct-accordionSlider-item span {
    font-weight: 600;
}

.ct-accordionSlider .owl-next,
.ct-accordionSlider .owl-prev,
.ct-accordionSlider a {
    position: absolute;
    display: inline-block;
    color: #ffffff;
    text-shadow: none;
    margin: 20px;
    text-align: center;
    z-index: 2;
    font-size: 10px;
    line-height: 27px;
    top: 1px;
}

.ct-accordionSlider .owl-next:before,
.ct-accordionSlider .owl-prev:before,
.ct-accordionSlider a:before {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #1f8bf3;
    z-index: -1;
    left: -7px;
    top: 0;
    right: 0;
    bottom: 0;
}

.ct-accordionSlider .owl-next:hover,
.ct-accordionSlider .owl-prev:hover,
.ct-accordionSlider a:hover {
    cursor: pointer;
}

.ct-accordionSlider .owl-next:hover i,
.ct-accordionSlider .owl-prev:hover i,
.ct-accordionSlider a:hover i {
    color: #1f8bf3;
}

.ct-accordionSlider .owl-next:hover:before,
.ct-accordionSlider .owl-prev:hover:before,
.ct-accordionSlider a:hover:before {
    background-color: #ffffff;
}

.ct-accordionSlider .owl-prev {
    left: 1%;
}

.ct-accordionSlider .owl-next {
    right: 1%;
}

.ct-accordionSlider .owl-next:before {
    left: -10px;
}

@media (max-width: 359px) {
    .ct-accordionSlider .owl-prev,
    .ct-accordionSlider .owl-next {
        top: 11px;
    }
    .ct-accordionSlider h5 {
        padding-left: 25%;
        padding-right: 25%;
    }
}

.ct-pageSectionHeader {
    position: relative;
    z-index: 3000;
    font-size: 40px;
}

.ct-pageSectionHeader .ct-ListDiamond {
    top: -5px;
    left: 5px;
}

.ct-pageSectionHeader .ct-ListDiamond i {
    font-size: 8px;
    top: -1px;
    left: 0;
}

.ct-pageSectionHeader p {
    font-size: 16px;
}

.ct-pageSectionHeader h4 {
    position: relative;
}

.ct-pageSectionHeader h4:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    bottom: 0;
    left: 0;
    border-bottom: 4px solid #1f8bf3;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
}

.ct-pageSectionHeader a:hover h4:after {
    opacity: 1;
    bottom: -8px;
}

@media (max-width: 767px) {
    .ct-pageSectionHeader h4 {
        text-align: center;
    }
}

.ct-sectionHeader {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center !important;
}

.ct-sectionHeader h2 {
    font-size: 60px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding: 0;
}

.ct-sectionHeader h3 {
    font-size: 30px;
    font-weight: 300;
    color: #b3b3b3;
    text-align: center;
    margin: 0;
    padding: 0;
}

.ct-sectionHeader h3 {
    display: inline;
}

.ct-sectionHeader .ct-ListDiamond {
    top: -6px;
    width: 25px;
    height: 25px;
    line-height: 25px;
}

.ct-sectionHeader .ct-ListDiamond:before {
    top: 1px;
    right: 1px;
    left: 1px;
    bottom: 1px;
}

.ct-sectionHeader a:hover .ct-ListDiamond:before {
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
}

@media (max-width: 499px) {
    .ct-sectionHeader {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .ct-sectionHeader h2 {
        font-size: 55px;
    }
    .ct-sectionHeader h3 {
        font-size: 28px;
    }
}

@media (max-width: 399px) {
    .ct-sectionHeader {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .ct-sectionHeader h2 {
        font-size: 45px;
    }
    .ct-sectionHeader h3 {
        font-size: 26px;
    }
}

@media (max-width: 359px) {
    .ct-sectionHeader {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .ct-sectionHeader h2 {
        font-size: 40px;
    }
    .ct-sectionHeader h3 {
        font-size: 24px;
    }
}

.ct-imageOverlay-container {
    position: relative;
    display: table;
}

.ct-imageOverlay-container .ct-imageButton {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: 2;
    border-style: solid;
    border-width: 116px 0 0 133px;
    border-color: transparent transparent transparent #3a3f4d;
}

.ct-imageOverlay-container .ct-imageButton:before {
    position: absolute;
    left: -110px;
    bottom: 20px;
    font-size: 30px;
    content: "\f002";
    font-family: fontawesome;
    color: #ffffff;
    z-index: 2;
}

.ct-imageOverlay-container .ct-imageButton:after {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    position: absolute;
    content: "";
    border-style: solid;
    border-width: 108px 0 0 125px;
    border-color: transparent transparent transparent #4c505e;
    bottom: 0;
    left: -133px;
    z-index: 1;
}

.ct-imageOverlay-container .ct-imageOverlay {
    position: absolute;
    height: 480px;
    width: 480px;
    margin: auto;
    margin-top: -240px;
    left: 50%;
    margin-left: -240px;
    top: 50%;
    background: url("../images/diamondOverlay.png") center center no-repeat;
    background-size: 100% 100%;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    display: table;
    opacity: 0;
}

.ct-imageOverlay-container .ct-imageOverlay-text {
    display: table-cell;
    vertical-align: middle;
}

.ct-imageOverlay-container .ct-imageOverlay h3 {
    margin: auto;
    color: #ffffff;
}

.ct-imageOverlay-container .ct-imageOverlay h3 span {
    color: #ffffff;
    font-size: 75px;
}

@media (max-width: 550px) {
    .ct-imageOverlay-container .ct-imageOverlay {
        margin-top: -137.5px;
        margin-left: -137.5px;
        height: 275px;
        width: 275px;
    }
    .ct-imageOverlay-container .ct-imageOverlay h3 {
        font-size: 35px;
    }
    .ct-imageOverlay-container .ct-imageOverlay h3 span {
        font-size: 45px;
    }
}

.ct-imageOverlay-container:hover .ct-imageButton {
    border-color: transparent transparent transparent #1175d6;
}

.ct-imageOverlay-container:hover .ct-imageButton:after {
    border-color: transparent transparent transparent #1f8bf3;
}

.ct-imageOverlay-container:hover .ct-imageOverlay {
    opacity: 1;
}

.ct-tabHeader {
    display: table;
    position: relative;
    width: 100%;
    background: #4c505e;
}

@media (max-width: 767px) {
    .ct-tabHeader {
        display: block;
        margin: 0 -15px;
        width: auto;
    }
}

.ct-tabHeader:before,
.ct-tabHeader:after {
    overflow-x: hidden;
    content: "";
    background: #4c505e;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 9999px;
    border-bottom: 5px solid #3a3f4d;
}

.ct-tabHeader:before {
    right: 100%;
}

.ct-tabHeader:after {
    left: 100%;
}

.ct-tabHeader ul {
    margin: 0 !important;
}

.ct-tabHeader ul li {
    text-align: center;
    font-size: 17px;
    border-bottom: 5px solid #3a3f4d;
}

@media (min-width: 768px) {
    .ct-tabHeader ul li {
        display: table-cell;
        width: 1%;
        line-height: initial;
        vertical-align: middle;
    }
}

.ct-tabHeader ul li:first-child a {
    border-left: none;
}

.ct-tabHeader ul li:last-child a,
.ct-tabHeader ul li:last-child .ct-tabBorder {
    border-right: none;
}

.ct-tabHeader ul li .ct-tabBorder {
    border-right: 1px solid #3a3f4d;
}

.ct-tabHeader ul li a {
    border-right: 1px solid #646773;
    color: #ffffff;
    display: block;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 21px;
    cursor: pointer;
}

.ct-tabHeader .active {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    position: relative;
}

.ct-tabHeader .active .mini-triangle {
    position: absolute;
    top: 0;
    left: 45%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 9px 0 9px;
    border-color: #fff transparent transparent transparent;
}

@media (max-width: 767px) {
    .ct-tabHeader .active .mini-triangle {
        display: none;
    }
}

.ct-tabHeader .active .ct-tabBorder {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.ct-tabHeader .active .ct-tabBorder a {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    border-right: 1px solid;
}

.ct-tabHeader--motive .active {
    border-color: #1175d6;
}

.ct-tabHeader--motive .active .ct-tabBorder {
    border-color: #1f8bf3;
}

.ct-tabHeader--motive .active .ct-tabBorder a {
    background: #1f8bf3;
    border-color: #1175d6;
}

.ct-tabHeader--success .active {
    border-color: #1cae7d;
}

.ct-tabHeader--success .active .ct-tabBorder {
    border-color: #23da9c;
}

.ct-tabHeader--success .active .ct-tabBorder a {
    background: #23da9c;
    border-color: #1cae7d;
}

.ct-tabHeader--danger .active {
    border-color: #eb1d3b;
}

.ct-tabHeader--danger .active .ct-tabBorder {
    border-color: #ef4c64;
}

.ct-tabHeader--danger .active .ct-tabBorder a {
    background: #ef4c64;
    border-color: #eb1d3b;
}

.ct-tabHeader--info .active {
    border-color: #31b0d5;
}

.ct-tabHeader--info .active .ct-tabBorder {
    border-color: #5bc0de;
}

.ct-tabHeader--info .active .ct-tabBorder a {
    background: #5bc0de;
    border-color: #31b0d5;
}

.ct-tabHeader--warning .active {
    border-color: #ec971f;
}

.ct-tabHeader--warning .active .ct-tabBorder {
    border-color: #f0ad4e;
}

.ct-tabHeader--warning .active .ct-tabBorder a {
    background: #f0ad4e;
    border-color: #ec971f;
}

.ct-tabStacked li {
    border-top: 1px solid #f8f8f8;
    width: 210px;
}

.ct-tabStacked li a {
    margin-left: -12px;
}

.ct-tabStacked li a,
.ct-tabStacked li.active a,
.ct-tabStacked li:hover a,
.ct-tabStacked li.active:hover a {
    margin-right: 0;
    font-size: 16px;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: none;
    height: 80px;
    text-transform: initial;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.ct-tabStacked li a i,
.ct-tabStacked li.active a i,
.ct-tabStacked li:hover a i,
.ct-tabStacked li.active:hover a i {
    font-size: 40px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.ct-tabStacked li a i,
.ct-tabStacked li a span {
    color: #4c505e;
}

.ct-tabStacked li a span {
    position: relative;
    top: -7px;
}

.ct-tabStacked li.active a i,
.ct-tabStacked li.active a span,
.ct-tabStacked li:hover,
.ct-tabStacked li.active:hover {
    color: #1f8bf3;
}

.ct-tabStacked li:hover,
.ct-tabStacked li.active:hover {
    background-color: #ffffff;
}

.ct-tabStacked li:hover a,
.ct-tabStacked li.active:hover a,
.ct-tabStacked li:hover a i,
.ct-tabStacked li.active:hover a i,
.ct-tabStacked li:hover a span,
.ct-tabStacked li.active:hover a span {
    background: none;
    color: #1f8bf3;
}

@media (max-width: 767px) {
    .ct-tabStacked li {
        width: 100%;
    }
    .ct-tabStacked li a {
        margin-left: 20px;
    }
}

.ct-mediaTabs li a {
    text-align: center;
}

.ct-mediaTabs li img {
    border: 3px solid transparent;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 84px;
}

.ct-mediaTabs li a,
.ct-mediaTabs li.active a,
.ct-mediaTabs li:hover a,
.ct-mediaTabs li.active:hover a {
    margin-right: 0;
    border: none;
    padding: 0;
    padding-bottom: 10px;
}

.ct-mediaTabs li a i,
.ct-mediaTabs li a span {
    color: #4c505e;
}

.ct-mediaTabs li a span {
    position: relative;
}

.ct-mediaTabs li.active a i,
.ct-mediaTabs li.active a span {
    color: #1f8bf3;
}

.ct-mediaTabs li:hover a,
.ct-mediaTabs li.active:hover a {
    background: none;
}

.ct-mediaTabs li:hover img,
.ct-mediaTabs li.active:hover img {
    border-color: #1f8bf3;
}

.ct-mediaTabs li.active:hover img {
    border-color: transparent;
}

.ct-mediaTabs li.active:before {
    content: "";
    position: absolute;
    right: -48px;
    top: 32px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 16px 11px 0;
    border-color: transparent #f8f8f8 transparent transparent;
}

.ct-mediaTabs-content {
    background-color: #f8f8f8;
    padding: 35px;
    border-bottom: 5px solid #eeeeee;
    margin-left: 24px;
}

.ct-mediaTabs-content span {
    font-weight: 600;
}

.ct-mediaTabs-content i {
    color: #eeeeee;
    font-size: 64px;
    line-height: 64px;
    float: left;
    padding-right: 15px;
}

@media (max-width: 767px) {
    .ct-mediaTabs-content {
        margin-left: 0;
    }
    .ct-mediaTabs li {
        display: table-cell;
        width: 1%;
    }
    .ct-mediaTabs li.active:before {
        right: 50%;
        margin-right: -11px;
        top: auto;
        bottom: -15px;
        border-width: 0 11px 14px 11px;
        border-color: transparent transparent #f8f8f8 transparent;
    }
}

.ct-mediaTabs--navRight li.active:before {
    content: "";
    position: absolute;
    left: -24px;
    top: 32px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 16px;
    border-color: transparent transparent transparent #f8f8f8;
}

.tab-content {
    margin-top: 0;
    margin-bottom: 0;
}

.tab-content .tab-pane {
    border: none !important;
    background: none !important;
    padding: 0;
}

.ct-product img {
    width: 100%;
}

.ct-product p {
    line-height: 26px;
}

.ct-product .ct-imgWrapper {
    position: relative;
}

.ct-product .ct-imgWrapper img {
    background: #eeeeee;
}

.ct-product .ct-imgWrapper .ct-imgWrapper-name {
    position: absolute;
    top: 10%;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.ct-product .ct-imgWrapper:hover .ct-shopIcon {
    background: #4c505e;
}

.ct-product .ct-imgWrapper-triangle {
    position: absolute;
    bottom: -13px;
    left: 45%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 13px 0 13px;
    border-color: #eeeeee transparent transparent transparent;
}

.ct-product-circle {
    z-index: 2000;
    color: #f9f9f9;
    text-align: center;
    line-height: 62px;
    font-size: 18px;
    border-radius: 360px;
    border: 5px solid #f8f8f8;
    width: 75px;
    height: 75px;
    position: absolute;
    top: -9%;
    right: -7%;
    overflow: visible;
}

.ct-product-circle--sale {
    background-color: #4c505e;
}

.ct-product-circle--new {
    background-color: #1f8bf3;
}

.ct-product-square {
    z-index: 2000;
    color: #f8f8f8;
    text-align: center;
    line-height: 47px;
    font-size: 16px;
    border: 4px solid #f9f9f9;
    width: 55px;
    height: 55px;
    position: absolute;
    top: -4px;
    right: -4px;
}

.ct-product-square--sale {
    background-color: #4c505e;
}

.ct-product-square--new {
    background-color: #1f8bf3;
}

.ct-product .ct-starRating {
    position: absolute;
    bottom: 2%;
    left: 6%;
    font-size: 20px;
    color: #4c505e;
    z-index: 1;
}

.ct-product .ct-starRating .fa-star-empty {
    color: #b3b3b3;
}

.ct-product .ct-shopIcon {
    width: 58px;
    height: 49px;
    background: #1f8bf3;
    color: #ffffff;
    font-size: 21px;
    text-align: center;
    line-height: 52px;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: 0.6s;
    z-index: 1;
}

.ct-product .ct-fakeButton {
    border: none;
    font-size: 14px;
    height: 36px;
    line-height: 35px;
    color: #ffffff;
    cursor: default;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 991px) {
    .ct-product .ct-fakeButton {
        width: 100%;
        margin-top: 20px;
    }
}

.ct-product .flex-control-nav {
    position: initial;
    padding-top: 60px;
}

@media (min-width: 1199px) {
    .ct-product .col-sm-4:first-child {
        padding-right: 50px;
    }
    .ct-product .col-sm-4:nth-child(2) {
        padding-left: 31.25px;
        padding-right: 31.25px;
    }
    .ct-product .col-sm-4:last-child {
        padding-left: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .ct-product-circle {
        width: 60px;
        height: 60px;
        line-height: 50px;
        font-size: 16px;
    }
    .ct-product h5 {
        font-size: 20px;
    }
    .ct-product .ct-starRating {
        font-size: 18px;
    }
    .ct-product .ct-shopIcon {
        width: 48px;
        height: 39px;
        font-size: 20px;
        line-height: 42px;
    }
}

@media (min-width: 360px) and (max-width: 767px) {
    .ct-product-circle {
        top: -18px;
        right: -9px;
    }
}

@media (max-width: 359px) {
    .ct-product-circle {
        top: -24px;
        right: -12px;
        width: 65px;
        height: 65px;
        line-height: 52px;
        font-size: 16px;
    }
}

.ct-product-wrapper {
    left: 12px;
}

.ct-product-wrapper .ct-product-withPadding {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 12px;
    padding-right: 12px;
}

@media (max-width: 1199px) {
    .ct-product-wrapper .ct-product-withPadding {
        padding-left: 18px;
        padding-right: 18px;
    }
}

@media (max-width: 991px) {
    .ct-product-wrapper .ct-product-withPadding {
        padding-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .ct-product-wrapper .ct-product-withPadding {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (max-width: 599px) {
    .ct-product-wrapper .ct-product-withPadding {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.ct-product-wrapper .ct-product-circle {
    width: 65px;
    height: 65px;
    line-height: 55px;
    font-size: 16px;
    right: -6%;
}

.ct-product-wrapper .ct-product .ct-imgWrapper-name {
    font-size: 20px;
}

.ct-product-wrapper .ct-product .ct-imgWrapper .ct-shopIcon {
    height: 40px;
    width: 48px;
    font-size: 18px;
    line-height: 44px;
}

.ct-product-wrapper .ct-product .ct-imgWrapper .ct-starRating {
    font-size: 19px;
}

.ct-promoSection {
    text-align: center;
}

.ct-promoSection img {
    width: 863px;
    margin: 0 auto;
}

.ct-promoSection h2 {
    margin-top: 0;
}

.ct-promoSection h2 span {
    color: #b3b3b3;
}

@media (min-width: 580px) {
    .ct-promoSection h2 {
        font-size: 90px;
    }
    .ct-promoSection h4 {
        font-size: 40px;
    }
}

.ct-numberedBox {
    color: #ffffff;
}

.ct-numberedBox h2,
.ct-numberedBox h4,
.ct-numberedBox span {
    color: #ffffff;
}

.ct-numberedBox h2 {
    font-size: 96px;
}

.ct-numberedBox p {
    color: #b3b3b3;
}

.ct-numberedBox-head {
    position: relative;
}

@media (max-width: 767px) {
    .ct-numberedBox {
        text-align: center;
    }
}

.ct-line {
    font-weight: 200;
    z-index: 2;
    height: 8px;
    width: 90px;
    background-color: #ffffff;
    border: 3px solid #4c505e;
    font-size: 140px;
    position: absolute;
    -webkit-text-stroke-width: 4px;
    -webkit-text-stroke-color: #4c505e;
    -webkit-text-fill-color: #ffffff;
    text-shadow: -1px -4px 0 #4c505e, 1px -1px 0 #4c505e, -1px 1px 0 #4c505e, 1px 1px 0 #4c505e;
    left: 2px;
}

.ct-line--1 {
    bottom: 23px;
}

.ct-line--2 {
    bottom: 16px;
}

.ct-line--3 {
    bottom: 9px;
}

@media (max-width: 767px) {
    .ct-line {
        left: 50%;
        margin-left: -45px;
    }
}

@media (min-width: 992px) {
    .ct-collections .ct-flip-wrapper {
        float: right;
    }
    .ct-collections .col-xs-6 {
        margin: 0;
        padding: 0;
    }
}

.ct-collections .col-sm-6 {
    padding: 0;
}

.ct-collections h3 {
    font-size: 40px !important;
    margin-bottom: 0;
    color: #4c505e;
}

.ct-collections h4 .ct-ListDiamond {
    width: 25px;
    height: 25px;
    line-height: 30px;
    margin-left: 20px;
}

.ct-collections h4 .fa-chevron-right {
    top: -3px;
    left: 1px;
}

.ct-collections h4 a {
    color: #b3b3b3;
}

.ct-collections h4 a:hover {
    color: #1f8bf3;
}

.ct-collections h4 a:hover .ct-ListDiamond:before {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
}

.ct-collections h4 a:hover span {
    color: #1f8bf3;
}

@media (max-width: 991px) {
    .ct-collections .ct-flip-wrapper {
        margin: auto;
    }
    .ct-collections .col-sm-3 {
        padding: 0;
    }
    .ct-collections .ct-flip-container {
        margin: 1% auto;
    }
}

@media (max-width: 350px) {
    .ct-collections .ct-flip-container {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .ct-collections .col-md-4 {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .ct-collections .col-md-8 {
        padding: 0;
    }
    .ct-collections .ct-flip-wrapper {
        float: none;
        clear: both;
    }
}


/* entire container, keeps perspective */

.ct-flip-container {
    perspective: 1000;
    transform-style: preserve-3d;
}

.ct-flip-container img {
    width: 175px;
    height: 175px;
}


/*  UPDATED! flip the pane when hovered */

.ct-flip-container:hover .ct-back {
    transform: rotateY(0deg);
}

.ct-flip-container:hover .ct-front {
    transform: rotateY(180deg);
    z-index: 0;
}

.ct-flip-container,
.ct-front,
.ct-back {
    width: 175px;
    height: 175px;
}


/* flip speed goes here */

.ct-flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}


/* hide back of pane during swap */

.ct-front,
.ct-back {
    backface-visibility: hidden;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
}


/*  UPDATED! front pane, placed above back */

.ct-front {
    z-index: 2;
    transform: rotateY(0deg);
}


/* back, initially hidden pane */

.ct-back {
    transform: rotateY(-180deg);
    background-color: #1f8bf3;
    display: table;
}

.ct-back h5 {
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
}

.ct-teamMember {
    background: #ffffff;
    display: block;
}

.ct-teamMember--bg {
    border-top: 1px solid #ffffff;
    background: #4c505e;
    color: #ffffff;
    border-bottom: 5px solid #3a3f4d;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    line-height: 1.5em;
    font-size: 18px;
    font-weight: 600;
}

.ct-teamMember p {
    margin: 0;
    padding-left: 10%;
    padding-right: 10%;
}

.ct-teamMember:hover .ct-teamMember--bg {
    background: #1f8bf3;
    border-bottom-color: #1175d6;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.ct-teamMember:hover .ct-curlPlus--bottomright {
    border-style: solid;
    border-width: 0 0 45px 45px;
    border-color: transparent transparent #1f8bf3 transparent;
}

.ct-teamMember-large {
    position: relative;
}

@media (min-width: 768px) {
    .ct-teamMember-large .ct-teamMember {
        margin-right: 30px;
    }
}

.ct-teamMember-large .ct-teamMember:hover .ct-teamMember--bg {
    background: #4c505e;
    border-bottom-color: #4c505e;
}

.ct-curlPlus-wrapper {
    position: relative;
}

.ct-curlPlus-wrapper .ct-curlPlus {
    position: absolute;
}

.ct-curlPlus-wrapper .ct-curlPlus--topleft {
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 45px 0 0;
    border-color: #f8f8f8 transparent transparent transparent;
}

.ct-curlPlus-wrapper .ct-curlPlus--bottomright {
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 45px 45px;
    border-color: transparent transparent #4c505e transparent;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.ct-curlPlus-wrapper span {
    position: absolute;
    bottom: 0;
    right: 6px;
    color: white;
    font-size: 24px;
    font-weight: 300;
}

.ct-testimonials .tab-pane {
    padding-left: 50px;
    padding-right: 50px;
}

@media (max-width: 768px) {
    .ct-testimonials .tab-pane {
        padding: 15px;
    }
}

.ct-testimonials .col-sm-10 {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.ct-testimonials ul {
    margin-bottom: 0;
    display: table;
}

.ct-testimonials ul img {
    width: 267px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    -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);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.ct-testimonials ul img:hover {
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
    -webkit-filter: grayscale(65%);
    -moz-filter: grayscale(65%);
    filter: grayscale(65%);
}

.ct-testimonials ul .active img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

.ct-testimonials li {
    display: table-cell;
}

.ct-logoSlider {
    background-image: url("../images/demo-content/logos-bg.png");
}

.ct-logoSlider .container {
    background-image: url("../images/demo-content/logos-bg.png");
}

.ct-list li a,
.ct-list li span {
    color: #4c505e;
}

.ct-list h5 {
    font-size: 18px;
}

.ct-list ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.ct-list ul .ct-listTable {
    display: table-cell;
    vertical-align: top;
}

.ct-list ul li {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1.5em;
}

.ct-list ul li span {
    padding-left: 5px;
    display: table-cell;
    vertical-align: top;
}

.ct-list ul a:hover .ct-ListDiamond:before {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
}

.ct-list ul a:hover span {
    color: #1f8bf3;
}

.ct-list--dark li a,
.ct-list--dark li span {
    color: #ffffff;
}

.ct-ListDiamond {
    position: relative;
    top: -2px;
    display: inline-block;
    color: #ffffff;
    text-shadow: none;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    background-color: #1f8bf3;
    width: 19px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    font-size: 9px;
    font-weight: 300;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    margin-right: 15px;
}

.ct-ListDiamond i {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ct-ListDiamond .fa-chevron-right {
    position: relative;
    top: 0;
    left: 2px;
}

.ct-ListDiamond:before {
    content: '';
    border: 3px solid #1f8bf3;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
}

.ct-simpleList li i {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    color: #1f8bf3;
    margin-right: 15px;
    font-weight: 300;
    font-size: 14px;
}

.ct-simpleList li a {
    color: #4c505e;
}

.ct-simpleList li a:hover i {
    margin-left: 5px;
    margin-right: 10px;
}

.ct-mediaList {
    padding-left: 0;
}

.ct-mediaList li a {
    display: table;
    padding: 10px 0;
    color: #4c505e;
}

.ct-mediaList li a img {
    float: left;
    padding-right: 20px;
    min-width: 75px;
}

.ct-mediaList li a img,
.ct-mediaList li a div {
    display: table-cell;
    vertical-align: middle;
}

.ct-mediaList li a p {
    margin: 0;
    line-height: 20px;
}

.ct-mediaList li a span {
    color: #4c505e;
    font-weight: 600;
    font-size: 18px;
}

.ct-mediaList li a .ct-mediaList-date {
    color: #b3b3b3;
}

.ct-tagLight {
    color: #4c505e;
    border: 1px solid #eeeeee;
    padding: 5px 10px;
    margin: 4px;
    line-height: 40px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.ct-tagLight:hover {
    color: #1f8bf3;
    border-color: #1f8bf3;
}

.ct-tags a,
.ct-socials a {
    color: #b3b3b3;
    text-align: center;
}

.ct-tags span,
.ct-socials span {
    color: #4c505e;
    margin-right: 10px !important;
    margin-left: 20px !important;
    padding: 0 !important;
}

.ct-tags i,
.ct-socials i {
    color: #4c505e;
    font-weight: 600;
    margin-right: 10px;
}

.ct-socials span {
    font-weight: 800;
    text-transform: uppercase;
}

.popover {
    background: #1f8bf3;
    border-radius: 0;
}

.popover .popover-title {
    padding: 15px 20px;
}

.popover h3 {
    font-size: 18px;
    color: #ffffff;
    background: none;
    border: none;
    font-weight: 600;
}

.popover.top {
    margin-top: -20px;
    margin-left: 38px;
}

.popover .arrow {
    display: none;
}

.ct-footer {
    background-color: #1471b9;
}

.ct-footer a,
.ct-footer p {
    color: #FFF;
}

.ct-footer a:hover {
    text-decoration: underline;
}

.ct-footer h3 {
    color: #FFF;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: normal;
    text-align: center;
    padding: 15px 15px 25px 15px;
    border-bottom: 1px solid #FFF;
}

.ct-footer .col-sm-6.left a,
.ct-footer .col-sm-8.left a {
    padding: 0px;
    margin: 0px;
    font-size: 13px;
    line-height: 1em;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #5596c8;
}

.ct-footer .col-sm-6.left a:last-child,
.ct-footer .col-sm-8.left a:last-child {
    border-right: none;
    text-transform: none;
}

.ct-footer .col-sm-6.left .fa-facebook-official:before,
.ct-footer .col-sm-8.left .fa-facebook-official:before {
    content: "\f230";
    display: inline-block;
    margin-right: 6px;
}

.ct-footer .col-sm-6.right,
.ct-footer .col-sm-4.right {
    text-align: right;
}


/*.ct-footer .col-sm-6.right img,
.ct-footer .col-sm-4.right img {
    width: 50%;
}*/

@media (max-width: 767px) {
    .ct-footer .col-sm-6.right {
        text-align: center;
    }
}

.ct-footer-list {
    border-top: 8px solid #3a3f4d;
    background-color: #4c505e;
}

.ct-footer-list h5,
.ct-footer-list a span,
.ct-footer-list i,
.ct-footer-list li span {
    color: #ffffff;
}

.ct-footer footer a:hover {
    cursor: pointer;
}

@media (max-width: 767px) {
    footer {
        text-align: center;
    }
}

.ct-iconBox {
    background-color: #ffffff;
    margin-bottom: 12px;
    margin-top: 12px;
    padding: 25px;
    padding-right: 45px;
    border-bottom: 3px solid #eeeeee;
}

.ct-iconBox i,
.ct-iconBox p {
    display: table-cell;
    vertical-align: top;
}

.ct-iconBox h4 {
    padding-bottom: 5px;
}

.ct-iconBox--leftIcon i {
    float: left;
    padding-right: 20px;
    margin-top: 3px;
}

.ct-iconBox--rightIcon i {
    float: right;
    padding-left: 20px;
    margin-top: 3px;
}

.ct-iconBox-motive {
    background-color: #1f8bf3;
}

.ct-iconBox-motive h4,
.ct-iconBox-motive p,
.ct-iconBox-motive i,
.ct-iconBox-motive span {
    color: #ffffff;
}

.ct-mediaBox {
    position: relative;
    height: 278px;
    overflow: hidden;
    background-size: cover;
    margin-bottom: 24px;
}

@media (max-width: 991px) {
    .ct-mediaBox-container {
        padding-top: 50px;
    }
}

.ct-mediaBox video,
.ct-mediaBox img {
    position: absolute;
    width: auto;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 500px) and (max-width: 767px) {
    .ct-mediaBox video,
    .ct-mediaBox img {
        height: auto;
        width: 100%;
    }
}

.ct-mediaBox--text {
    border: 1px solid #eeeeee;
    padding: 50px;
}

.ct-mediaBox--text h3 {
    margin-bottom: 10px;
}

@media (max-width: 400px) {
    .ct-mediaBox--text {
        padding: 35px;
    }
}

.ct-verticalRoundedImage h3 {
    padding-top: 70px;
    padding-bottom: 70px;
}

@media (max-width: 767px) {
    .ct-verticalRoundedImage h3 {
        padding-top: 50px;
        padding-bottom: 50px;
        font-size: 40px;
    }
}

@media (max-width: 459px) {
    .ct-verticalRoundedImage h3 {
        padding-top: 0;
        padding-bottom: 0;
        font-size: 40px;
    }
}

.ct-verticalRoundedImage h5 {
    padding-bottom: 20px;
}

.ct-verticalRoundedImage img {
    width: 100%;
}

.ct-verticalRoundedImage-noHeader h5 {
    padding-bottom: 0;
}

.ct-slideInRightSection {
    position: relative;
}

.ct-slideInRightSection img {
    width: 291px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    -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);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.ct-slideInRightSection img:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}

.ct-slideInRightSection:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 9999px;
    overflow-x: hidden;
    height: 100%;
    background-color: #f8f8f8;
    border-bottom: 8px solid #1f8bf3;
    z-index: -1;
}

.ct-slideInRightSection-motive {
    background-color: #1f8bf3;
    float: right;
    clear: both;
}

.ct-slideInRightSection-motive:after {
    background: #1f8bf3;
    border-bottom: 6px solid #1175d6;
}

.ct-slideInRightSection--featured {
    width: 25%;
    padding-right: 2%;
    padding-left: 2%;
}

.ct-slideInRightSection--featured h4,
.ct-slideInRightSection--featured h5 {
    color: #ffffff;
}

@media (max-width: 767px) {
    .ct-slideInRightSection {
        text-align: center;
    }
}

.ct-slideInLeftSection {
    position: relative;
}

.ct-slideInLeftSection .ct-mediaList {
    z-index: 2;
    padding-left: 0;
    padding-right: 5px;
}

.ct-slideInLeftSection .ct-mediaList li {
    color: #ffffff;
    line-height: 22px;
}

.ct-slideInLeftSection .ct-mediaList li span {
    color: #ffffff;
    font-weight: 700;
}

.ct-slideInLeftSection .ct-mediaList li img {
    min-width: 105px;
}

.ct-slideInLeftSection:before {
    content: "";
    width: 9999px;
    height: 100%;
    z-index: -1;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}

.ct-slideInLeftSection-motive {
    background-color: #1f8bf3;
}

.ct-slideInLeftSection-motive:before {
    background: #1f8bf3;
    border-bottom: 6px solid #1175d6;
}

.ct-slideInLeftSection-motiveLight {
    background-color: #f8f8f8;
}

.ct-slideInLeftSection-motiveLight:before {
    background-color: #f8f8f8;
    border-bottom: 6px solid #b3b3b3;
}

.ct-slideInLeftSection--small {
    width: 55%;
}

.ct-slideInLeftSection--featured {
    width: 25%;
    padding-right: 2%;
    padding-left: 2%;
}

.ct-slideInLeftSection--featured h4,
.ct-slideInLeftSection--featured h5 {
    color: #ffffff;
}

.ct-photoGallery-small img {
    width: 364px;
}

.ct-photoGallery-large img {
    width: 752px;
}

@media (max-width: 767px) {
    .ct-photoGallery-small .ct-imageOverlay-container,
    .ct-photoGallery-large .ct-imageOverlay-container {
        margin-left: auto;
        margin-right: auto;
    }
}

.ct-errorText h1,
.ct-errorText p {
    width: 490px;
    margin: 0 auto;
}

.ct-errorText h1 {
    color: #1f8bf3;
    font-size: 334px;
    margin-bottom: -10px;
}

.ct-errorText p {
    border-top: 2px solid #f8f8f8;
}

.ct-errorText .btn {
    margin: 0 auto;
}

@media (max-width: 550px) {
    .ct-errorText h1,
    .ct-errorText p {
        width: auto;
    }
    .ct-errorText h1 {
        font-size: 12em;
    }
    .ct-errorText p {
        font-size: 24px;
    }
}

.ct-blog-withSidebar--posts img {
    width: 329px;
}

.ct-blogGrid h5 {
    font-size: 24px;
}

.ct-blogGrid img {
    width: 430px;
}

.ct-blogGrid-imgLeft {
    margin-left: -12px;
}

.ct-blogGrid-imgRight {
    margin-right: -12px;
    text-align: right;
}

.ct-blogGrid .btn {
    margin-top: 20px;
}

.ct-blog a:hover {
    color: #1f8bf3;
}

.ct-blog iframe {
    min-height: 100%;
    width: 100%;
}

.ct-blog-item--quote {
    background-color: #f8f8f8;
    border: 2x solid #b3b3b3;
    padding: 50px;
}

.counter-block {
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 30px;
}

.counter-block .counter {
    width: 130px;
    background-color: #1f8bf3;
}

.counter-block .counter:before {
    content: "";
    position: absolute;
    width: 100%;
    background: #1175d6;
    right: 0;
    bottom: 0;
    height: 5px;
}

.counter-block .counter .number {
    width: auto;
    font-size: 55px;
    font-weight: 600;
    color: #ffffff;
    background-color: transparent;
}

.counter-block .counter .hundreds {
    display: none !important;
}

.counter-block .counter-caption {
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
    text-transform: uppercase;
}

.counter-block .counter .number.tens {
    left: 25%;
    z-index: 6000;
}

.counter-block .counter .number.units {
    right: 25%;
    left: auto;
}

.ct-maintenanceHeader {
    position: relative;
    font-size: 40px;
    margin-bottom: 40px;
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid #5c606c;
    color: #ffffff;
    text-align: center;
}

.ct-maintenanceHeader:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #3e414d;
}

.ct-maintenanceNav {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
}

.ct-notifyContainer {
    display: table;
    text-align: center;
    width: 100%;
}

.ct-notifyContainer input {
    width: 330px;
    min-width: 300px;
    margin-right: 30px;
}

.ct-notifyContainer .btn {
    line-height: 41px;
    vertical-align: top;
}

.ct-notifyContainer .btn span,
.ct-notifyContainer .btn span:hover {
    position: relative;
    top: 2px;
    color: #4c505e !important;
}

@media (max-width: 549px) {
    .ct-notifyContainer input {
        width: 96%;
        min-width: initial;
        margin-right: 0;
    }
}

.ct-footerBig {
    z-index: 9000;
    display: table;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    color: #ffffff;
    height: 144px;
}

.ct-footerBig a {
    float: right;
}

.ct-footerBig-inner {
    display: table-cell;
    vertical-align: middle;
}

.ct-footerBig-buttons {
    float: left;
}

@media (max-width: 549px) {
    .ct-footerBig-buttons,
    .ct-footerBig a {
        width: 100%;
        text-align: center;
    }
}

.ct-sectionMaintenance {
    min-height: 100%;
    background-color: #4c505e;
    display: table;
    width: 100%;
    padding-top: 110px;
    padding-bottom: 144px;
    overflow: scroll;
}

.ct-sectionMaintenance-inner {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 50px;
}

.ct-articleBox {
    padding-bottom: 80px;
}

.ct-counterBox {
    text-align: center;
}

.ct-counterBox-number,
.ct-counterBox-icon {
    font-size: 90px;
}

.ct-counterBox-title {
    margin-bottom: 20px;
}

.ct-counterBox--socials .ct-counterBox-number {
    font-size: 60px;
    line-height: 0.7;
    padding-right: 10px;
}

.ct-counterBox--socials .ct-counterBox-title {
    line-height: 0.8;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 30px;
}

.ct-counterBox--socials .ct-counterBox-text {
    font-size: 14px;
}

.col-md-4 .ct-graphBox.ct-graphBox--default {
    text-align: center;
}

.col-md-4 .ct-graphBox.ct-graphBox--default .ct-graphBox-graph {
    margin: 0 80px;
    line-height: 1;
}

.col-md-3 .ct-graphBox.ct-graphBox--default {
    text-align: center;
}

.col-md-3 .ct-graphBox.ct-graphBox--default .ct-graphBox-graph {
    margin: 0 30px;
}

.ct-graphBox.ct-graphBox--default {
    text-align: center;
}

.ct-graphBox.ct-graphBox--default .ct-graphBox-graph {
    position: relative;
}

.ct-graphBox.ct-graphBox--default .ct-graphBox-graph .ct-graphBox-graphPercentage {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -25px;
    font-size: 50px;
    line-height: 1;
    font-weight: 300;
    text-align: center;
}

.ct-graphBox.ct-graphBox--default .ct-graphBox-title {
    margin: 25px 0;
}

.ct-graphBox.ct-graphBox--default h5.ct-graphBox-title {
    line-height: 29px;
}

.ct--darkMotive .ct-graphBox.ct-graphBox--default .ct-graphBox-graph .ct-graphBox-graphPercentage {
    color: #ffffff;
}

@media (max-width: 991px) {
    .ct-graphBox.ct-graphBox--default .ct-graphBox-graph {
        margin: 0;
    }
    .col-sm-4 .ct-graphBox.ct-graphBox--default {
        text-align: center;
    }
    .col-sm-4 .ct-graphBox.ct-graphBox--default .ct-graphBox-graph {
        margin: 0;
        line-height: 1;
    }
}

.progress-icons:before {
    display: none;
}

.ct-quoteIcons {
    background-color: #4c505e;
    position: relative;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: table;
    text-align: center;
    float: right;
}

.ct-quoteIcons i {
    font-size: 50px;
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
}

.ct-quoteIcons:before {
    content: "\f10d";
    font-family: fontawesome;
    position: absolute;
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 22px;
    text-align: left;
    padding-left: 20px;
    top: 18px;
    left: -50px;
    border-radius: 50%;
    background-color: #1f8bf3;
    color: #ffffff;
    z-index: -1;
}

.ct-googleMap--accordion .ct-googleMap-header {
    font-size: 32px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.ct-googleMap--accordion .ct-googleMap-container {
    height: 0;
    overflow: hidden;
}

.ct-googleMap img {
    max-width: none;
}

.ct-headerTop {
    background-color: #1f8bf3;
}

.ct-headerTop-inner,
.ct-headerTop-inner--right {
    padding-top: 8px;
    padding-bottom: 8px;
}

.ct-headerTop-inner p,
.ct-headerTop-inner--right p,
.ct-headerTop-inner div,
.ct-headerTop-inner--right div {
    display: inline;
    font-size: 16px;
    color: #ffffff;
    z-index: 7000;
    margin-right: 15px;
}

.ct-headerTop-inner i,
.ct-headerTop-inner--right i,
.ct-headerTop-inner a,
.ct-headerTop-inner--right a {
    color: #ffffff;
    font-size: 14px;
}

.ct-headerTop-inner--right {
    float: right;
}

.ct-headerTop-inner--right a {
    margin-left: 15px;
}

@media (max-width: 550px) {
    .ct-headerTop {
        text-align: center;
    }
    .ct-headerTop-inner--right {
        float: none;
    }
}

.ct-navbar-onepage {
    border-top: 0;
}

.ct-navbar-onepage .navbar-nav .active a,
.ct-navbar-onepage .navbar-nav .active a:hover {
    background-color: transparent;
    color: #FFF;
}

.ct-twitter {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.ct-twitter .tweet_user,
.ct-twitter .tweet_text {
    font-size: 26px;
    line-height: 40px;
    color: #ffffff;
}

.ct-twitter .tweet_time {
    text-transform: uppercase;
    display: block;
    margin-top: 20px;
    font-weight: 600;
}

.ct-twitter .tweet_time a {
    color: inherit;
}

.cssAnimate .animated {
    opacity: 0;
    filter: alpha(opacity=0);
    /* For IE8 and earlier */
}

.cssAnimate .activate {
    opacity: 1;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */
}


/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}


/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}


/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

.mfp-bg {
    z-index: 9999;
}

.mfp-wrap {
    z-index: 9999;
}

.mfp-container {
    padding: 0;
}

.mfp-close,
button.mfp-close,
.mfp-close-btn-in .mfp-close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    background-color: #1f8bf3;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    right: 20px;
    top: 20px;
    padding: 0;
    text-align: center;
    -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;
}

.ct-magnificPopup-bottomArrows .mfp-close,
.ct-magnificPopup-bottomArrows button.mfp-close,
.ct-magnificPopup-bottomArrows .mfp-close-btn-in .mfp-close {
    top: 36px;
}

.ct-magnificPopup-bottomArrows .mfp-arrow {
    bottom: 20px;
    top: auto;
    left: 37%;
    width: 30px;
    height: 30px;
    margin: 0;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

.ct-magnificPopup-bottomArrows .mfp-arrow:before {
    font-family: fontawesome;
    font-size: 30px;
    border: none;
    color: #222222;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    margin: 0;
}

.ct-magnificPopup-bottomArrows .mfp-arrow:after {
    display: none;
}

.ct-magnificPopup-bottomArrows .mfp-arrow:hover:before,
.ct-magnificPopup-bottomArrows .mfp-arrow:focus:before,
.ct-magnificPopup-bottomArrows .mfp-arrow:active:before {
    color: #1f8bf3;
}

.ct-magnificPopup-bottomArrows .mfp-arrow-left:before {
    content: "\f177";
}

.ct-magnificPopup-bottomArrows .mfp-arrow-right {
    margin-left: 50px;
}

.ct-magnificPopup-bottomArrows .mfp-arrow-right:before {
    content: "\f178";
}

@media (max-width: 1199px) {
    .ct-magnificPopup-bottomArrows .mfp-arrow {
        left: 50%;
    }
    .ct-magnificPopup-bottomArrows .mfp-arrow-left {
        margin-left: -45px;
    }
    .ct-magnificPopup-bottomArrows .mfp-arrow-right {
        margin-left: 15px;
    }
}

@media (max-width: 767px) {
    .mfp-container {
        margin-top: 70px;
    }
}

.mfp-content {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.mfp-content:hover .mfp-close,
.mfp-content:hover button.mfp-close,
.mfp-content:hover .mfp-close-btn-in .mfp-close {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

.mfp-bg {
    z-index: 9999;
}

.mfp-wrap {
    z-index: 9999;
}

.mfp-container {
    padding: 0;
}

.mfp-close,
button.mfp-close,
.mfp-close-btn-in .mfp-close {
    width: 50px;
    height: 50px;
    line-height: 45px;
    color: #ffffff;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    padding: 0;
    text-align: center;
    border-radius: 0;
    background-color: #4c505e;
    top: 0;
    right: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.ct-magnificPopup--image .mfp-close,
.ct-magnificPopup--image button.mfp-close,
.ct-magnificPopup--image .mfp-close-btn-in .mfp-close {
    top: 40px;
    right: 0;
}

@media (max-width: 1199px) {
    .ct-magnificPopup-bottomArrows .mfp-arrow {
        left: 50%;
    }
    .ct-magnificPopup-bottomArrows .mfp-arrow-left {
        margin-left: -45px;
    }
    .ct-magnificPopup-bottomArrows .mfp-arrow-right {
        margin-left: 15px;
    }
}

@media (max-width: 767px) {
    .mfp-container {
        margin-top: 70px;
    }
}

.ct--darkMotive .ct-gallerySingleAjax {
    background-color: #282828;
}

.ct--darkMotive .ct-gallerySingleAjax h1,
.ct--darkMotive .ct-gallerySingleAjax .h1,
.ct--darkMotive .ct-gallerySingleAjax h2,
.ct--darkMotive .ct-gallerySingleAjax .h2,
.ct--darkMotive .ct-gallerySingleAjax h3,
.ct--darkMotive .ct-gallerySingleAjax .h3,
.ct--darkMotive .ct-gallerySingleAjax h4,
.ct--darkMotive .ct-gallerySingleAjax .h4,
.ct--darkMotive .ct-gallerySingleAjax h5,
.ct--darkMotive .ct-gallerySingleAjax .h5,
.ct--darkMotive .ct-gallerySingleAjax h6,
.ct--darkMotive .ct-gallerySingleAjax .h6 {
    color: #ffffff;
}

.ct--darkMotive .ct-sidebar {
    background-color: #ffffff;
}

.ct--darkMotive .ct-sidebar:before,
.ct--darkMotive .ct-sidebar:after {
    background-color: #ffffff;
}

.mfp-figure:after {
    background: #ffffff;
}

@media (max-width: 991px) {
    .index .ct-productTeaser {
        margin-top: -220px;
    }
}

@media (max-width: 767px) {
    .index .ct-productTeaser {
        margin-top: -520px;
    }
    .index .ct-productTeaser h2 {
        font-size: 32px;
    }
    .index .ct-productTeaser h3 {
        font-size: 14px;
    }
    .index .ct-productTeaser br {
        display: none;
    }
    .index .ct-productTeaser img {
        margin-top: 120px;
        max-width: 100%;
        height: auto;
    }
    .ct-hialuronicAcid .items,
    .ct-productLine .products {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .ct-hialuronicAcid .items .item,
    .ct-productLine .products .item {
        width: 32%;
        padding-right: 20px;
        margin-bottom: 30px;
    }
}

@media (max-width: 420px) {
    .ct-hialuronicAcid .items .item,
    .ct-productLine .products .item {
        width: 48%;
    }
}

@media (max-width: 330px) {
    .ct-hialuronicAcid .items .item,
    .ct-productLine .products .item {
        width: 100%;
    }
}