@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,400italic,700italic,900);
@import url(https://fonts.googleapis.com/css?family=Damion);
@import '../plugins/owl/owl.carousel.css';
@import '../plugins/owl/owl.theme.css';
@import '../plugins/owl/owl.transitions.css';
@import '../js/fullcalendar/fullcalendar.css';
@import '../js/select2/select2.css';
@import '../js/datapicker/datepicker.css';
@import '../fonts/css/weather-icons.css';


/*!
 *  Font Awesome 4.5.0 by @davegandy - https://fontawesome.io - @fontawesome
 *  License - https://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0')
      format('embedded-opentype'),
    url('../fonts/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),
    url('../fonts/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),
    url('../fonts/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),
    url('../fonts/fonts/fontawesome-webfont.svg?v=4.5.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: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: '\f000';
}
.fa-music:before {
  content: '\f001';
}
.fa-search:before {
  content: '\f002';
}
.fa-envelope-o:before {
  content: '\f003';
}
.fa-heart:before {
  content: '\f004';
}
.fa-star:before {
  content: '\f005';
}
.fa-star-o:before {
  content: '\f006';
}
.fa-user:before {
  content: '\f007';
}
.fa-film:before {
  content: '\f008';
}
.fa-th-large:before {
  content: '\f009';
}
.fa-th:before {
  content: '\f00a';
}
.fa-th-list:before {
  content: '\f00b';
}
.fa-check:before {
  content: '\f00c';
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: '\f00d';
}
.fa-search-plus:before {
  content: '\f00e';
}
.fa-search-minus:before {
  content: '\f010';
}
.fa-power-off:before {
  content: '\f011';
}
.fa-signal:before {
  content: '\f012';
}
.fa-gear:before,
.fa-cog:before {
  content: '\f013';
}
.fa-trash-o:before {
  content: '\f014';
}
.fa-home:before {
  content: '\f015';
}
.fa-file-o:before {
  content: '\f016';
}
.fa-clock-o:before {
  content: '\f017';
}
.fa-road:before {
  content: '\f018';
}
.fa-download:before {
  content: '\f019';
}
.fa-arrow-circle-o-down:before {
  content: '\f01a';
}
.fa-arrow-circle-o-up:before {
  content: '\f01b';
}
.fa-inbox:before {
  content: '\f01c';
}
.fa-play-circle-o:before {
  content: '\f01d';
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: '\f01e';
}
.fa-refresh:before {
  content: '\f021';
}
.fa-list-alt:before {
  content: '\f022';
}
.fa-lock:before {
  content: '\f023';
}
.fa-flag:before {
  content: '\f024';
}
.fa-headphones:before {
  content: '\f025';
}
.fa-volume-off:before {
  content: '\f026';
}
.fa-volume-down:before {
  content: '\f027';
}
.fa-volume-up:before {
  content: '\f028';
}
.fa-qrcode:before {
  content: '\f029';
}
.fa-barcode:before {
  content: '\f02a';
}
.fa-tag:before {
  content: '\f02b';
}
.fa-tags:before {
  content: '\f02c';
}
.fa-book:before {
  content: '\f02d';
}
.fa-bookmark:before {
  content: '\f02e';
}
.fa-print:before {
  content: '\f02f';
}
.fa-camera:before {
  content: '\f030';
}
.fa-font:before {
  content: '\f031';
}
.fa-bold:before {
  content: '\f032';
}
.fa-italic:before {
  content: '\f033';
}
.fa-text-height:before {
  content: '\f034';
}
.fa-text-width:before {
  content: '\f035';
}
.fa-align-left:before {
  content: '\f036';
}
.fa-align-center:before {
  content: '\f037';
}
.fa-align-right:before {
  content: '\f038';
}
.fa-align-justify:before {
  content: '\f039';
}
.fa-list:before {
  content: '\f03a';
}
.fa-dedent:before,
.fa-outdent:before {
  content: '\f03b';
}
.fa-indent:before {
  content: '\f03c';
}
.fa-video-camera:before {
  content: '\f03d';
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: '\f03e';
}
.fa-pencil:before {
  content: '\f040';
}
.fa-map-marker:before {
  content: '\f041';
}
.fa-adjust:before {
  content: '\f042';
}
.fa-tint:before {
  content: '\f043';
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: '\f044';
}
.fa-share-square-o:before {
  content: '\f045';
}
.fa-check-square-o:before {
  content: '\f046';
}
.fa-arrows:before {
  content: '\f047';
}
.fa-step-backward:before {
  content: '\f048';
}
.fa-fast-backward:before {
  content: '\f049';
}
.fa-backward:before {
  content: '\f04a';
}
.fa-play:before {
  content: '\f04b';
}
.fa-pause:before {
  content: '\f04c';
}
.fa-stop:before {
  content: '\f04d';
}
.fa-forward:before {
  content: '\f04e';
}
.fa-fast-forward:before {
  content: '\f050';
}
.fa-step-forward:before {
  content: '\f051';
}
.fa-eject:before {
  content: '\f052';
}
.fa-chevron-left:before {
  content: '\f053';
}
.fa-chevron-right:before {
  content: '\f054';
}
.fa-plus-circle:before {
  content: '\f055';
}
.fa-minus-circle:before {
  content: '\f056';
}
.fa-times-circle:before {
  content: '\f057';
}
.fa-check-circle:before {
  content: '\f058';
}
.fa-question-circle:before {
  content: '\f059';
}
.fa-info-circle:before {
  content: '\f05a';
}
.fa-crosshairs:before {
  content: '\f05b';
}
.fa-times-circle-o:before {
  content: '\f05c';
}
.fa-check-circle-o:before {
  content: '\f05d';
}
.fa-ban:before {
  content: '\f05e';
}
.fa-arrow-left:before {
  content: '\f060';
}
.fa-arrow-right:before {
  content: '\f061';
}
.fa-arrow-up:before {
  content: '\f062';
}
.fa-arrow-down:before {
  content: '\f063';
}
.fa-mail-forward:before,
.fa-share:before {
  content: '\f064';
}
.fa-expand:before {
  content: '\f065';
}
.fa-compress:before {
  content: '\f066';
}
.fa-plus:before {
  content: '\f067';
}
.fa-minus:before {
  content: '\f068';
}
.fa-asterisk:before {
  content: '\f069';
}
.fa-exclamation-circle:before {
  content: '\f06a';
}
.fa-gift:before {
  content: '\f06b';
}
.fa-leaf:before {
  content: '\f06c';
}
.fa-fire:before {
  content: '\f06d';
}
.fa-eye:before {
  content: '\f06e';
}
.fa-eye-slash:before {
  content: '\f070';
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: '\f071';
}
.fa-plane:before {
  content: '\f072';
}
.fa-calendar:before {
  content: '\f073';
}
.fa-random:before {
  content: '\f074';
}
.fa-comment:before {
  content: '\f075';
}
.fa-magnet:before {
  content: '\f076';
}
.fa-chevron-up:before {
  content: '\f077';
}
.fa-chevron-down:before {
  content: '\f078';
}
.fa-retweet:before {
  content: '\f079';
}
.fa-shopping-cart:before {
  content: '\f07a';
}
.fa-folder:before {
  content: '\f07b';
}
.fa-folder-open:before {
  content: '\f07c';
}
.fa-arrows-v:before {
  content: '\f07d';
}
.fa-arrows-h:before {
  content: '\f07e';
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: '\f080';
}
.fa-twitter-square:before {
  content: '\f081';
}
.fa-facebook-square:before {
  content: '\f082';
}
.fa-camera-retro:before {
  content: '\f083';
}
.fa-key:before {
  content: '\f084';
}
.fa-gears:before,
.fa-cogs:before {
  content: '\f085';
}
.fa-comments:before {
  content: '\f086';
}
.fa-thumbs-o-up:before {
  content: '\f087';
}
.fa-thumbs-o-down:before {
  content: '\f088';
}
.fa-star-half:before {
  content: '\f089';
}
.fa-heart-o:before {
  content: '\f08a';
}
.fa-sign-out:before {
  content: '\f08b';
}
.fa-linkedin-square:before {
  content: '\f08c';
}
.fa-thumb-tack:before {
  content: '\f08d';
}
.fa-external-link:before {
  content: '\f08e';
}
.fa-sign-in:before {
  content: '\f090';
}
.fa-trophy:before {
  content: '\f091';
}
.fa-github-square:before {
  content: '\f092';
}
.fa-upload:before {
  content: '\f093';
}
.fa-lemon-o:before {
  content: '\f094';
}
.fa-phone:before {
  content: '\f095';
}
.fa-square-o:before {
  content: '\f096';
}
.fa-bookmark-o:before {
  content: '\f097';
}
.fa-phone-square:before {
  content: '\f098';
}
.fa-twitter:before {
  content: '\f099';
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: '\f09a';
}
.fa-github:before {
  content: '\f09b';
}
.fa-unlock:before {
  content: '\f09c';
}
.fa-credit-card:before {
  content: '\f09d';
}
.fa-feed:before,
.fa-rss:before {
  content: '\f09e';
}
.fa-hdd-o:before {
  content: '\f0a0';
}
.fa-bullhorn:before {
  content: '\f0a1';
}
.fa-bell:before {
  content: '\f0f3';
}
.fa-certificate:before {
  content: '\f0a3';
}
.fa-hand-o-right:before {
  content: '\f0a4';
}
.fa-hand-o-left:before {
  content: '\f0a5';
}
.fa-hand-o-up:before {
  content: '\f0a6';
}
.fa-hand-o-down:before {
  content: '\f0a7';
}
.fa-arrow-circle-left:before {
  content: '\f0a8';
}
.fa-arrow-circle-right:before {
  content: '\f0a9';
}
.fa-arrow-circle-up:before {
  content: '\f0aa';
}
.fa-arrow-circle-down:before {
  content: '\f0ab';
}
.fa-globe:before {
  content: '\f0ac';
}
.fa-wrench:before {
  content: '\f0ad';
}
.fa-tasks:before {
  content: '\f0ae';
}
.fa-filter:before {
  content: '\f0b0';
}
.fa-briefcase:before {
  content: '\f0b1';
}
.fa-arrows-alt:before {
  content: '\f0b2';
}
.fa-group:before,
.fa-users:before {
  content: '\f0c0';
}
.fa-chain:before,
.fa-link:before {
  content: '\f0c1';
}
.fa-cloud:before {
  content: '\f0c2';
}
.fa-flask:before {
  content: '\f0c3';
}
.fa-cut:before,
.fa-scissors:before {
  content: '\f0c4';
}
.fa-copy:before,
.fa-files-o:before {
  content: '\f0c5';
}
.fa-paperclip:before {
  content: '\f0c6';
}
.fa-save:before,
.fa-floppy-o:before {
  content: '\f0c7';
}
.fa-square:before {
  content: '\f0c8';
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: '\f0c9';
}
.fa-list-ul:before {
  content: '\f0ca';
}
.fa-list-ol:before {
  content: '\f0cb';
}
.fa-strikethrough:before {
  content: '\f0cc';
}
.fa-underline:before {
  content: '\f0cd';
}
.fa-table:before {
  content: '\f0ce';
}
.fa-magic:before {
  content: '\f0d0';
}
.fa-truck:before {
  content: '\f0d1';
}
.fa-pinterest:before {
  content: '\f0d2';
}
.fa-pinterest-square:before {
  content: '\f0d3';
}
.fa-google-plus-square:before {
  content: '\f0d4';
}
.fa-google-plus:before {
  content: '\f0d5';
}
.fa-money:before {
  content: '\f0d6';
}
.fa-caret-down:before {
  content: '\f0d7';
}
.fa-caret-up:before {
  content: '\f0d8';
}
.fa-caret-left:before {
  content: '\f0d9';
}
.fa-caret-right:before {
  content: '\f0da';
}
.fa-columns:before {
  content: '\f0db';
}
.fa-unsorted:before,
.fa-sort:before {
  content: '\f0dc';
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: '\f0dd';
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: '\f0de';
}
.fa-envelope:before {
  content: '\f0e0';
}
.fa-linkedin:before {
  content: '\f0e1';
}
.fa-rotate-left:before,
.fa-undo:before {
  content: '\f0e2';
}
.fa-legal:before,
.fa-gavel:before {
  content: '\f0e3';
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: '\f0e4';
}
.fa-comment-o:before {
  content: '\f0e5';
}
.fa-comments-o:before {
  content: '\f0e6';
}
.fa-flash:before,
.fa-bolt:before {
  content: '\f0e7';
}
.fa-sitemap:before {
  content: '\f0e8';
}
.fa-umbrella:before {
  content: '\f0e9';
}
.fa-paste:before,
.fa-clipboard:before {
  content: '\f0ea';
}
.fa-lightbulb-o:before {
  content: '\f0eb';
}
.fa-exchange:before {
  content: '\f0ec';
}
.fa-cloud-download:before {
  content: '\f0ed';
}
.fa-cloud-upload:before {
  content: '\f0ee';
}
.fa-user-md:before {
  content: '\f0f0';
}
.fa-stethoscope:before {
  content: '\f0f1';
}
.fa-suitcase:before {
  content: '\f0f2';
}
.fa-bell-o:before {
  content: '\f0a2';
}
.fa-coffee:before {
  content: '\f0f4';
}
.fa-cutlery:before {
  content: '\f0f5';
}
.fa-file-text-o:before {
  content: '\f0f6';
}
.fa-building-o:before {
  content: '\f0f7';
}
.fa-hospital-o:before {
  content: '\f0f8';
}
.fa-ambulance:before {
  content: '\f0f9';
}
.fa-medkit:before {
  content: '\f0fa';
}
.fa-fighter-jet:before {
  content: '\f0fb';
}
.fa-beer:before {
  content: '\f0fc';
}
.fa-h-square:before {
  content: '\f0fd';
}
.fa-plus-square:before {
  content: '\f0fe';
}
.fa-angle-double-left:before {
  content: '\f100';
}
.fa-angle-double-right:before {
  content: '\f101';
}
.fa-angle-double-up:before {
  content: '\f102';
}
.fa-angle-double-down:before {
  content: '\f103';
}
.fa-angle-left:before {
  content: '\f104';
}
.fa-angle-right:before {
  content: '\f105';
}
.fa-angle-up:before {
  content: '\f106';
}
.fa-angle-down:before {
  content: '\f107';
}
.fa-desktop:before {
  content: '\f108';
}
.fa-laptop:before {
  content: '\f109';
}
.fa-tablet:before {
  content: '\f10a';
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: '\f10b';
}
.fa-circle-o:before {
  content: '\f10c';
}
.fa-quote-left:before {
  content: '\f10d';
}
.fa-quote-right:before {
  content: '\f10e';
}
.fa-spinner:before {
  content: '\f110';
}
.fa-circle:before {
  content: '\f111';
}
.fa-mail-reply:before,
.fa-reply:before {
  content: '\f112';
}
.fa-github-alt:before {
  content: '\f113';
}
.fa-folder-o:before {
  content: '\f114';
}
.fa-folder-open-o:before {
  content: '\f115';
}
.fa-smile-o:before {
  content: '\f118';
}
.fa-frown-o:before {
  content: '\f119';
}
.fa-meh-o:before {
  content: '\f11a';
}
.fa-gamepad:before {
  content: '\f11b';
}
.fa-keyboard-o:before {
  content: '\f11c';
}
.fa-flag-o:before {
  content: '\f11d';
}
.fa-flag-checkered:before {
  content: '\f11e';
}
.fa-terminal:before {
  content: '\f120';
}
.fa-code:before {
  content: '\f121';
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: '\f122';
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: '\f123';
}
.fa-location-arrow:before {
  content: '\f124';
}
.fa-crop:before {
  content: '\f125';
}
.fa-code-fork:before {
  content: '\f126';
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: '\f127';
}
.fa-question:before {
  content: '\f128';
}
.fa-info:before {
  content: '\f129';
}
.fa-exclamation:before {
  content: '\f12a';
}
.fa-superscript:before {
  content: '\f12b';
}
.fa-subscript:before {
  content: '\f12c';
}
.fa-eraser:before {
  content: '\f12d';
}
.fa-puzzle-piece:before {
  content: '\f12e';
}
.fa-microphone:before {
  content: '\f130';
}
.fa-microphone-slash:before {
  content: '\f131';
}
.fa-shield:before {
  content: '\f132';
}
.fa-calendar-o:before {
  content: '\f133';
}
.fa-fire-extinguisher:before {
  content: '\f134';
}
.fa-rocket:before {
  content: '\f135';
}
.fa-maxcdn:before {
  content: '\f136';
}
.fa-chevron-circle-left:before {
  content: '\f137';
}
.fa-chevron-circle-right:before {
  content: '\f138';
}
.fa-chevron-circle-up:before {
  content: '\f139';
}
.fa-chevron-circle-down:before {
  content: '\f13a';
}
.fa-html5:before {
  content: '\f13b';
}
.fa-css3:before {
  content: '\f13c';
}
.fa-anchor:before {
  content: '\f13d';
}
.fa-unlock-alt:before {
  content: '\f13e';
}
.fa-bullseye:before {
  content: '\f140';
}
.fa-ellipsis-h:before {
  content: '\f141';
}
.fa-ellipsis-v:before {
  content: '\f142';
}
.fa-rss-square:before {
  content: '\f143';
}
.fa-play-circle:before {
  content: '\f144';
}
.fa-ticket:before {
  content: '\f145';
}
.fa-minus-square:before {
  content: '\f146';
}
.fa-minus-square-o:before {
  content: '\f147';
}
.fa-level-up:before {
  content: '\f148';
}
.fa-level-down:before {
  content: '\f149';
}
.fa-check-square:before {
  content: '\f14a';
}
.fa-pencil-square:before {
  content: '\f14b';
}
.fa-external-link-square:before {
  content: '\f14c';
}
.fa-share-square:before {
  content: '\f14d';
}
.fa-compass:before {
  content: '\f14e';
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: '\f150';
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: '\f151';
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: '\f152';
}
.fa-euro:before,
.fa-eur:before {
  content: '\f153';
}
.fa-gbp:before {
  content: '\f154';
}
.fa-dollar:before,
.fa-usd:before {
  content: '\f155';
}
.fa-rupee:before,
.fa-inr:before {
  content: '\f156';
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: '\f157';
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: '\f158';
}
.fa-won:before,
.fa-krw:before {
  content: '\f159';
}
.fa-bitcoin:before,
.fa-btc:before {
  content: '\f15a';
}
.fa-file:before {
  content: '\f15b';
}
.fa-file-text:before {
  content: '\f15c';
}
.fa-sort-alpha-asc:before {
  content: '\f15d';
}
.fa-sort-alpha-desc:before {
  content: '\f15e';
}
.fa-sort-amount-asc:before {
  content: '\f160';
}
.fa-sort-amount-desc:before {
  content: '\f161';
}
.fa-sort-numeric-asc:before {
  content: '\f162';
}
.fa-sort-numeric-desc:before {
  content: '\f163';
}
.fa-thumbs-up:before {
  content: '\f164';
}
.fa-thumbs-down:before {
  content: '\f165';
}
.fa-youtube-square:before {
  content: '\f166';
}
.fa-youtube:before {
  content: '\f167';
}
.fa-xing:before {
  content: '\f168';
}
.fa-xing-square:before {
  content: '\f169';
}
.fa-youtube-play:before {
  content: '\f16a';
}
.fa-dropbox:before {
  content: '\f16b';
}
.fa-stack-overflow:before {
  content: '\f16c';
}
.fa-instagram:before {
  content: '\f16d';
}
.fa-flickr:before {
  content: '\f16e';
}
.fa-adn:before {
  content: '\f170';
}
.fa-bitbucket:before {
  content: '\f171';
}
.fa-bitbucket-square:before {
  content: '\f172';
}
.fa-tumblr:before {
  content: '\f173';
}
.fa-tumblr-square:before {
  content: '\f174';
}
.fa-long-arrow-down:before {
  content: '\f175';
}
.fa-long-arrow-up:before {
  content: '\f176';
}
.fa-long-arrow-left:before {
  content: '\f177';
}
.fa-long-arrow-right:before {
  content: '\f178';
}
.fa-apple:before {
  content: '\f179';
}
.fa-windows:before {
  content: '\f17a';
}
.fa-android:before {
  content: '\f17b';
}
.fa-linux:before {
  content: '\f17c';
}
.fa-dribbble:before {
  content: '\f17d';
}
.fa-skype:before {
  content: '\f17e';
}
.fa-foursquare:before {
  content: '\f180';
}
.fa-trello:before {
  content: '\f181';
}
.fa-female:before {
  content: '\f182';
}
.fa-male:before {
  content: '\f183';
}
.fa-gittip:before,
.fa-gratipay:before {
  content: '\f184';
}
.fa-sun-o:before {
  content: '\f185';
}
.fa-moon-o:before {
  content: '\f186';
}
.fa-archive:before {
  content: '\f187';
}
.fa-bug:before {
  content: '\f188';
}
.fa-vk:before {
  content: '\f189';
}
.fa-weibo:before {
  content: '\f18a';
}
.fa-renren:before {
  content: '\f18b';
}
.fa-pagelines:before {
  content: '\f18c';
}
.fa-stack-exchange:before {
  content: '\f18d';
}
.fa-arrow-circle-o-right:before {
  content: '\f18e';
}
.fa-arrow-circle-o-left:before {
  content: '\f190';
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: '\f191';
}
.fa-dot-circle-o:before {
  content: '\f192';
}
.fa-wheelchair:before {
  content: '\f193';
}
.fa-vimeo-square:before {
  content: '\f194';
}
.fa-turkish-lira:before,
.fa-try:before {
  content: '\f195';
}
.fa-plus-square-o:before {
  content: '\f196';
}
.fa-space-shuttle:before {
  content: '\f197';
}
.fa-slack:before {
  content: '\f198';
}
.fa-envelope-square:before {
  content: '\f199';
}
.fa-wordpress:before {
  content: '\f19a';
}
.fa-openid:before {
  content: '\f19b';
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: '\f19c';
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: '\f19d';
}
.fa-yahoo:before {
  content: '\f19e';
}
.fa-google:before {
  content: '\f1a0';
}
.fa-reddit:before {
  content: '\f1a1';
}
.fa-reddit-square:before {
  content: '\f1a2';
}
.fa-stumbleupon-circle:before {
  content: '\f1a3';
}
.fa-stumbleupon:before {
  content: '\f1a4';
}
.fa-delicious:before {
  content: '\f1a5';
}
.fa-digg:before {
  content: '\f1a6';
}
.fa-pied-piper:before {
  content: '\f1a7';
}
.fa-pied-piper-alt:before {
  content: '\f1a8';
}
.fa-drupal:before {
  content: '\f1a9';
}
.fa-joomla:before {
  content: '\f1aa';
}
.fa-language:before {
  content: '\f1ab';
}
.fa-fax:before {
  content: '\f1ac';
}
.fa-building:before {
  content: '\f1ad';
}
.fa-child:before {
  content: '\f1ae';
}
.fa-paw:before {
  content: '\f1b0';
}
.fa-spoon:before {
  content: '\f1b1';
}
.fa-cube:before {
  content: '\f1b2';
}
.fa-cubes:before {
  content: '\f1b3';
}
.fa-behance:before {
  content: '\f1b4';
}
.fa-behance-square:before {
  content: '\f1b5';
}
.fa-steam:before {
  content: '\f1b6';
}
.fa-steam-square:before {
  content: '\f1b7';
}
.fa-recycle:before {
  content: '\f1b8';
}
.fa-automobile:before,
.fa-car:before {
  content: '\f1b9';
}
.fa-cab:before,
.fa-taxi:before {
  content: '\f1ba';
}
.fa-tree:before {
  content: '\f1bb';
}
.fa-spotify:before {
  content: '\f1bc';
}
.fa-deviantart:before {
  content: '\f1bd';
}
.fa-soundcloud:before {
  content: '\f1be';
}
.fa-database:before {
  content: '\f1c0';
}
.fa-file-pdf-o:before {
  content: '\f1c1';
}
.fa-file-word-o:before {
  content: '\f1c2';
}
.fa-file-excel-o:before {
  content: '\f1c3';
}
.fa-file-powerpoint-o:before {
  content: '\f1c4';
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: '\f1c5';
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: '\f1c6';
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: '\f1c7';
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: '\f1c8';
}
.fa-file-code-o:before {
  content: '\f1c9';
}
.fa-vine:before {
  content: '\f1ca';
}
.fa-codepen:before {
  content: '\f1cb';
}
.fa-jsfiddle:before {
  content: '\f1cc';
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: '\f1cd';
}
.fa-circle-o-notch:before {
  content: '\f1ce';
}
.fa-ra:before,
.fa-rebel:before {
  content: '\f1d0';
}
.fa-ge:before,
.fa-empire:before {
  content: '\f1d1';
}
.fa-git-square:before {
  content: '\f1d2';
}
.fa-git:before {
  content: '\f1d3';
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: '\f1d4';
}
.fa-tencent-weibo:before {
  content: '\f1d5';
}
.fa-qq:before {
  content: '\f1d6';
}
.fa-wechat:before,
.fa-weixin:before {
  content: '\f1d7';
}
.fa-send:before,
.fa-paper-plane:before {
  content: '\f1d8';
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: '\f1d9';
}
.fa-history:before {
  content: '\f1da';
}
.fa-circle-thin:before {
  content: '\f1db';
}
.fa-header:before {
  content: '\f1dc';
}
.fa-paragraph:before {
  content: '\f1dd';
}
.fa-sliders:before {
  content: '\f1de';
}
.fa-share-alt:before {
  content: '\f1e0';
}
.fa-share-alt-square:before {
  content: '\f1e1';
}
.fa-bomb:before {
  content: '\f1e2';
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: '\f1e3';
}
.fa-tty:before {
  content: '\f1e4';
}
.fa-binoculars:before {
  content: '\f1e5';
}
.fa-plug:before {
  content: '\f1e6';
}
.fa-slideshare:before {
  content: '\f1e7';
}
.fa-twitch:before {
  content: '\f1e8';
}
.fa-yelp:before {
  content: '\f1e9';
}
.fa-newspaper-o:before {
  content: '\f1ea';
}
.fa-wifi:before {
  content: '\f1eb';
}
.fa-calculator:before {
  content: '\f1ec';
}
.fa-paypal:before {
  content: '\f1ed';
}
.fa-google-wallet:before {
  content: '\f1ee';
}
.fa-cc-visa:before {
  content: '\f1f0';
}
.fa-cc-mastercard:before {
  content: '\f1f1';
}
.fa-cc-discover:before {
  content: '\f1f2';
}
.fa-cc-amex:before {
  content: '\f1f3';
}
.fa-cc-paypal:before {
  content: '\f1f4';
}
.fa-cc-stripe:before {
  content: '\f1f5';
}
.fa-bell-slash:before {
  content: '\f1f6';
}
.fa-bell-slash-o:before {
  content: '\f1f7';
}
.fa-trash:before {
  content: '\f1f8';
}
.fa-copyright:before {
  content: '\f1f9';
}
.fa-at:before {
  content: '\f1fa';
}
.fa-eyedropper:before {
  content: '\f1fb';
}
.fa-paint-brush:before {
  content: '\f1fc';
}
.fa-birthday-cake:before {
  content: '\f1fd';
}
.fa-area-chart:before {
  content: '\f1fe';
}
.fa-pie-chart:before {
  content: '\f200';
}
.fa-line-chart:before {
  content: '\f201';
}
.fa-lastfm:before {
  content: '\f202';
}
.fa-lastfm-square:before {
  content: '\f203';
}
.fa-toggle-off:before {
  content: '\f204';
}
.fa-toggle-on:before {
  content: '\f205';
}
.fa-bicycle:before {
  content: '\f206';
}
.fa-bus:before {
  content: '\f207';
}
.fa-ioxhost:before {
  content: '\f208';
}
.fa-angellist:before {
  content: '\f209';
}
.fa-cc:before {
  content: '\f20a';
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: '\f20b';
}
.fa-meanpath:before {
  content: '\f20c';
}
.fa-buysellads:before {
  content: '\f20d';
}
.fa-connectdevelop:before {
  content: '\f20e';
}
.fa-dashcube:before {
  content: '\f210';
}
.fa-forumbee:before {
  content: '\f211';
}
.fa-leanpub:before {
  content: '\f212';
}
.fa-sellsy:before {
  content: '\f213';
}
.fa-shirtsinbulk:before {
  content: '\f214';
}
.fa-simplybuilt:before {
  content: '\f215';
}
.fa-skyatlas:before {
  content: '\f216';
}
.fa-cart-plus:before {
  content: '\f217';
}
.fa-cart-arrow-down:before {
  content: '\f218';
}
.fa-diamond:before {
  content: '\f219';
}
.fa-ship:before {
  content: '\f21a';
}
.fa-user-secret:before {
  content: '\f21b';
}
.fa-motorcycle:before {
  content: '\f21c';
}
.fa-street-view:before {
  content: '\f21d';
}
.fa-heartbeat:before {
  content: '\f21e';
}
.fa-venus:before {
  content: '\f221';
}
.fa-mars:before {
  content: '\f222';
}
.fa-mercury:before {
  content: '\f223';
}
.fa-intersex:before,
.fa-transgender:before {
  content: '\f224';
}
.fa-transgender-alt:before {
  content: '\f225';
}
.fa-venus-double:before {
  content: '\f226';
}
.fa-mars-double:before {
  content: '\f227';
}
.fa-venus-mars:before {
  content: '\f228';
}
.fa-mars-stroke:before {
  content: '\f229';
}
.fa-mars-stroke-v:before {
  content: '\f22a';
}
.fa-mars-stroke-h:before {
  content: '\f22b';
}
.fa-neuter:before {
  content: '\f22c';
}
.fa-genderless:before {
  content: '\f22d';
}
.fa-facebook-official:before {
  content: '\f230';
}
.fa-pinterest-p:before {
  content: '\f231';
}
.fa-whatsapp:before {
  content: '\f232';
}
.fa-server:before {
  content: '\f233';
}
.fa-user-plus:before {
  content: '\f234';
}
.fa-user-times:before {
  content: '\f235';
}
.fa-hotel:before,
.fa-bed:before {
  content: '\f236';
}
.fa-viacoin:before {
  content: '\f237';
}
.fa-train:before {
  content: '\f238';
}
.fa-subway:before {
  content: '\f239';
}
.fa-medium:before {
  content: '\f23a';
}
.fa-yc:before,
.fa-y-combinator:before {
  content: '\f23b';
}
.fa-optin-monster:before {
  content: '\f23c';
}
.fa-opencart:before {
  content: '\f23d';
}
.fa-expeditedssl:before {
  content: '\f23e';
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: '\f240';
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: '\f241';
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: '\f242';
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: '\f243';
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: '\f244';
}
.fa-mouse-pointer:before {
  content: '\f245';
}
.fa-i-cursor:before {
  content: '\f246';
}
.fa-object-group:before {
  content: '\f247';
}
.fa-object-ungroup:before {
  content: '\f248';
}
.fa-sticky-note:before {
  content: '\f249';
}
.fa-sticky-note-o:before {
  content: '\f24a';
}
.fa-cc-jcb:before {
  content: '\f24b';
}
.fa-cc-diners-club:before {
  content: '\f24c';
}
.fa-clone:before {
  content: '\f24d';
}
.fa-balance-scale:before {
  content: '\f24e';
}
.fa-hourglass-o:before {
  content: '\f250';
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: '\f251';
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: '\f252';
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: '\f253';
}
.fa-hourglass:before {
  content: '\f254';
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: '\f255';
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: '\f256';
}
.fa-hand-scissors-o:before {
  content: '\f257';
}
.fa-hand-lizard-o:before {
  content: '\f258';
}
.fa-hand-spock-o:before {
  content: '\f259';
}
.fa-hand-pointer-o:before {
  content: '\f25a';
}
.fa-hand-peace-o:before {
  content: '\f25b';
}
.fa-trademark:before {
  content: '\f25c';
}
.fa-registered:before {
  content: '\f25d';
}
.fa-creative-commons:before {
  content: '\f25e';
}
.fa-gg:before {
  content: '\f260';
}
.fa-gg-circle:before {
  content: '\f261';
}
.fa-tripadvisor:before {
  content: '\f262';
}
.fa-odnoklassniki:before {
  content: '\f263';
}
.fa-odnoklassniki-square:before {
  content: '\f264';
}
.fa-get-pocket:before {
  content: '\f265';
}
.fa-wikipedia-w:before {
  content: '\f266';
}
.fa-safari:before {
  content: '\f267';
}
.fa-chrome:before {
  content: '\f268';
}
.fa-firefox:before {
  content: '\f269';
}
.fa-opera:before {
  content: '\f26a';
}
.fa-internet-explorer:before {
  content: '\f26b';
}
.fa-tv:before,
.fa-television:before {
  content: '\f26c';
}
.fa-contao:before {
  content: '\f26d';
}
.fa-500px:before {
  content: '\f26e';
}
.fa-amazon:before {
  content: '\f270';
}
.fa-calendar-plus-o:before {
  content: '\f271';
}
.fa-calendar-minus-o:before {
  content: '\f272';
}
.fa-calendar-times-o:before {
  content: '\f273';
}
.fa-calendar-check-o:before {
  content: '\f274';
}
.fa-industry:before {
  content: '\f275';
}
.fa-map-pin:before {
  content: '\f276';
}
.fa-map-signs:before {
  content: '\f277';
}
.fa-map-o:before {
  content: '\f278';
}
.fa-map:before {
  content: '\f279';
}
.fa-commenting:before {
  content: '\f27a';
}
.fa-commenting-o:before {
  content: '\f27b';
}
.fa-houzz:before {
  content: '\f27c';
}
.fa-vimeo:before {
  content: '\f27d';
}
.fa-black-tie:before {
  content: '\f27e';
}
.fa-fonticons:before {
  content: '\f280';
}
.fa-reddit-alien:before {
  content: '\f281';
}
.fa-edge:before {
  content: '\f282';
}
.fa-credit-card-alt:before {
  content: '\f283';
}
.fa-codiepie:before {
  content: '\f284';
}
.fa-modx:before {
  content: '\f285';
}
.fa-fort-awesome:before {
  content: '\f286';
}
.fa-usb:before {
  content: '\f287';
}

iframe {
  margin: 120px auto;
}
.fa-product-hunt:before {
  content: '\f288';
}
.fa-mixcloud:before {
  content: '\f289';
}
.fa-scribd:before {
  content: '\f28a';
}
.fa-pause-circle:before {
  content: '\f28b';
}
.fa-pause-circle-o:before {
  content: '\f28c';
}
.fa-stop-circle:before {
  content: '\f28d';
}
.fa-stop-circle-o:before {
  content: '\f28e';
}
.fa-shopping-bag:before {
  content: '\f290';
}
.fa-shopping-basket:before {
  content: '\f291';
}
.fa-hashtag:before {
  content: '\f292';
}
.fa-bluetooth:before {
  content: '\f293';
}
.fa-bluetooth-b:before {
  content: '\f294';
}
.fa-percent:before {
  content: '\f295';
}
.ct-m-imageCenter {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@charset "UTF-8";
/*!
Animate.css - https://daneden.me/animate
Licensed under the MIT license - https://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: 0.75s;
  animation-duration: 0.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: 0.75s;
  animation-duration: 0.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: 0.75s;
  animation-duration: 0.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: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: Damion;
}
h1 {
  font-size: 72px;
}
h2 {
  font-size: 65px;
  margin: 0;
}
h3 {
  font-size: 40px;
}
h4 {
  font-size: 30px;
  margin: 0;
  padding-top: 23px;
}
h5 {
  font-size: 23px;
  margin: 0;
  padding-top: 13px;
}
small {
  font-size: 18px;
  line-height: 24px;
  display: block;
  padding: 10px 5px 30px 5px;
}
p {
  line-height: 30px;
  font-size: 16px;
  padding-bottom: 25px;
}
p.paragraph-icon {
  position: relative;
}
p.paragraph-icon:before {
  font-family: FontAwesome;
  content: '\f099';
  font-size: 39px;
  position: absolute;
  top: 10px;
  left: 23px;
}
q {
  font-size: 28px;
  line-height: 38px;
}
hr.hr-dotted {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: none;
  width: 100%;
  height: 5px;
  background-image: url('../images/widget-dot.png');
}
.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-size9 {
  font-size: 9px;
}
.ct-u-size16 {
  font-size: 16px;
}
.ct-u-size18 {
  font-size: 18px;
}
.ct-u-displayTable,
.ct-u-displayTableVertical {
  display: table;
  width: 100%;
}
.ct-u-displayTableVertical {
  height: 100%;
}
.ct-u-displayTableVertical .ct-u-displayTableCell {
  vertical-align: middle;
}
.ct-u-displayTableRow {
  display: table-row;
}
.ct-u-displayTableCell {
  display: table-cell;
}
.ct-colorB1B1B1 {
  color: #b1b1b1;
}
.ct-u-paddingBoth10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ct-u-paddingTop10 {
  padding-top: 10px;
}
.ct-u-paddingBottom10 {
  padding-bottom: 10px;
}
.ct-u-paddingTop15 {
  padding-top: 15px;
}
.ct-u-paddingBoth15 {
  padding-top: 15px;
  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-paddingBoth25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.ct-u-paddingTop25 {
  padding-top: 25px;
}
.ct-u-paddingBottom25 {
  padding-bottom: 25px;
}
.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-paddingRight45 {
  padding-right: 45px;
}
.ct-u-paddingBottom40 {
  padding-bottom: 40px;
}
.ct-u-paddingBoth50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ct-u-paddingBoth55 {
  padding-top: 55px;
  padding-bottom: 55px;
}
.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-paddingBoth130 {
  padding-top: 130px;
  padding-bottom: 130px;
}
.ct-u-paddingBottom120 {
  padding-bottom: 120px;
}
.ct-u-paddingBoth150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.ct-u-paddingTop150 {
  padding-top: 150px;
}
.ct-u-paddingBottom150 {
  padding-bottom: 150px;
}
.ct-u-marginTop0 {
  margin-top: 0 !important;
}
.ct-u-marginBoth10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.ct-u-marginTop10 {
  margin-top: 10px;
}
.ct-u-marginBottom10 {
  margin-bottom: 10px;
}
.ct-u-marginBoth20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.ct-u-marginTop20 {
  margin-top: 20px;
}
.ct-u-marginBottom20 {
  margin-bottom: 20px;
}
.ct-u-marginBottom25 {
  margin-bottom: 25px;
}
.ct-u-marginBoth30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.ct-u-marginTop30 {
  margin-top: 30px;
}
.ct-u-marginBottom30 {
  margin-bottom: 30px;
}
.ct-u-marginBoth40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.ct-u-marginTop40 {
  margin-top: 40px;
}
.ct-u-marginBottom40 {
  margin-bottom: 40px;
}
.ct-u-marginBoth50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.ct-u-marginTop50 {
  margin-top: 50px;
}
.ct-u-marginBottom50 {
  margin-bottom: 50px;
}
.ct-u-marginBoth60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.ct-u-marginTop60 {
  margin-top: 60px;
}
.ct-u-marginBottom60 {
  margin-bottom: 60px;
}
.ct-u-marginBoth70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.ct-u-marginTop70 {
  margin-top: 70px;
}
.ct-u-marginBottom70 {
  margin-bottom: 70px;
}
.ct-u-marginBoth80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.ct-u-marginTop80 {
  margin-top: 80px;
}
.ct-u-marginBottom80 {
  margin-bottom: 80px;
}
.ct-u-marginBoth90 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.ct-u-marginTop90 {
  margin-top: 90px;
}
.ct-u-marginBottom90 {
  margin-bottom: 90px;
}
.ct-u-marginBoth100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.ct-u-marginTop100 {
  margin-top: 100px;
}
.ct-u-marginBottom100 {
  margin-bottom: 100px;
}
.ct-u-marginTop110 {
  margin-top: 110px;
}
.ct-u-marginBottom120 {
  margin-bottom: 120px;
}
.ct-u-marginBoth150 {
  margin-top: 150px;
  margin-bottom: 150px;
}
.ct-u-marginTop150 {
  margin-top: 150px;
}
.ct-u-marginBottom150 {
  margin-bottom: 150px;
}
.ct-u-colorWhite {
  color: #ffffff;
}
.ct-u-backgroundWhite {
  background-color: #ffffff;
}
.ct-u-backgroundGray {
  background-color: #e0e0e0;
}
@media (max-width: 768px) {
  .text-center-sm {
    text-align: center;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  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: 10000;
  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 {
  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;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
}
.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;
  top: -41px;
  right: -8px;
  text-align: right;
  padding-right: 6px;
  font-size: 40px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 30px;
  color: #9c9c9c;
  font-size: 14px;
  line-height: 74px;
}
.mfp-arrow {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 56px;
  height: 56px;
  top: 50%;
  margin-top: -28px;
  background: #fff;
  color: #000;
  -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-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: none;
  position: absolute;
}
.mfp-arrow.mfp-arrow-left,
.mfp-arrow.mfp-arrow-right {
  font-family: fontawesome;
  font-size: 33px;
  line-height: 55px;
}
.mfp-arrow.mfp-arrow-left {
  left: 25px;
}
.mfp-arrow.mfp-arrow-left:before {
  content: '\f104';
}
.mfp-arrow.mfp-arrow-right {
  right: 25px;
}
.mfp-arrow.mfp-arrow-right:before {
  content: '\f105';
}
.mfp-arrow:focus {
  outline: none;
}
.mfp-arrow:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.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;
  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;
  background: none;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
  padding: 6px;
  border: 5px solid rgba(255, 255, 255, 0.16);
}
.mfp-figure figure figcaption {
  position: relative;
}
.mfp-bottom-bar {
  padding: 10px;
  position: absolute;
  bottom: 0;
  height: 75px;
  background: rgba(0, 0, 0, 0.8);
  left: 0px;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 74px;
  color: #fff;
  font-size: 18px;
  word-wrap: break-word;
  padding-right: 26px;
  position: absolute;
  top: 0;
  left: 27px;
}
.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;
}
.ct-formSection.linesTop {
  position: relative;
}
.ct-formSection.linesTop:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 19px;
  background-image: url(../images/slash-line-big.png);
}
.input-group {
  width: 100%;
}
.form-control {
  height: auto;
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ededed;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-control:focus {
  outline: none;
  border-color: transparent;
  -webkit-box-shadow: 0 0 1px #545454;
  -moz-box-shadow: 0 0 1px #545454;
  box-shadow: 0 0 1px #545454;
}
.form-control::-webkit-input-placeholder {
  color: #cbcbcb;
  font-size: 15px;
  margin-left: 18px;
}
.form-control:-moz-placeholder {
  color: #cbcbcb;
  font-size: 15px;
  margin-left: 18px;
}
.form-control::-moz-placeholder {
  color: #cbcbcb;
  font-size: 15px;
  margin-left: 18px;
}
.form-control:-ms-input-placeholder {
  color: #cbcbcb;
  font-size: 15px;
  margin-left: 18px;
}
.form-group {
  margin-bottom: 17px;
}
textarea {
  resize: vertical;
}
.ct-searchForm {
  position: relative;
}
.ct-searchForm .form-control {
  height: 50px;
  padding-left: 22px;
  line-height: 49px;
  border: 1px solid #eaebec;
  background-color: transparent;
}
.ct-searchForm .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ct-searchForm:after {
  position: absolute;
  font-family: fontawesome;
  top: 50%;
  margin-top: -12px;
  right: 19px;
  content: '\f002';
  font-size: 18px;
  color: #c7c7c7;
}
.ct-bookForm .form-group {
  margin: 0;
}
.ct-bookForm .form-control {
  margin: 9px 0;
  border: 1px solid #e7e7e7;
}
.ct-bookForm .form-control::-webkit-input-placeholder {
  color: #626262;
  font-size: 14px;
  margin-left: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.ct-bookForm .form-control:-moz-placeholder {
  color: #626262;
  font-size: 14px;
  margin-left: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.ct-bookForm .form-control::-moz-placeholder {
  color: #626262;
  font-size: 14px;
  margin-left: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.ct-bookForm .form-control:-ms-input-placeholder {
  color: #626262;
  font-size: 14px;
  margin-left: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.ct-bookForm > .input-group[class*='col-'] {
  padding-right: 15px;
  padding-left: 15px;
}
.ct-formSlash {
  width: 100%;
  height: 12px;
  background: url('../images/form-slash.png') repeat-x;
}
@media (max-width: 992px) {
  .ct-searchForm {
    margin-top: 30px;
  }
}
button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn {
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px 38px;
  font-weight: 700;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}
.btn-xs {
  font-size: 13px;
  padding: 6px 10px;
}
.btn-sm {
  font-size: 13px;
  padding: 13px 34px;
}
.btn-lg {
  font-size: 16px;
  padding: 17px 14px;
}
.btn-primary {
  color: #fff;
  border: none;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  color: #fff;
}
.btn-secondary {
  color: #fff;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
}
.btn-default {
  color: #565656;
  border: none;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  color: #565656;
}
.btn-link {
  color: #fff;
  border: 2px solid transparent;
}
.btn-link:hover,
.btn-link:active,
.btn-link:focus {
  background-color: transparent;
  border: 2px solid white;
  text-decoration: none;
  color: #fff;
}
.btn-transparent {
  color: #fff;
  border: 2px solid #fff;
}
.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent:focus {
  background-color: transparent;
  text-decoration: none;
  color: #fff;
}
/* **************************************
  MEDIA SECTIONS - VIDEO/PARALLAX/KENBURNS
  **************************************** */
video {
  width: 100%;
}
.ct-mediaSection {
  background-color: #f9f9f9;
  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;
  }
  .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;
}
@media (max-width: 768px) {
  .ct-mediaSection[data-type='parallax'] {
    display: block;
  }
  .ct-mediaSection[data-type='parallax'] .ct-mediaSection-inner {
    display: block;
  }
}
.ct-mediaSection[data-type='video'] {
  display: block;
}
.ct-mediaSection[data-type='video'] .ct-u-displayTable {
  height: 100%;
  position: absolute;
  top: 0;
}
.ct-mediaSection[data-type='video'] .ct-mediaSection-inner {
  display: table-cell;
}
.ct-mediaSection[data-type='video'] .ct-mediaSection-video {
  position: absolute;
  min-width: 100%;
  overflow: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .ct-mediaSection[data-type='video'] .ct-u-displayTable {
    display: block;
    position: relative;
  }
  .ct-mediaSection[data-type='video']
    .ct-u-displayTable
    .ct-mediaSection-inner {
    display: block;
  }
}
.ct-mediaSection[data-type='kenburns'] {
  overflow: hidden;
  display: table;
}
.ct-mediaSection[data-type='kenburns'] .ct-mediaSection-inner {
  display: table-cell;
}
.ct-mediaSection[data-type='kenburns'] .ct-mediaSection-kenburnsImageContainer {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.ct-mediaSection[data-type='kenburns']
  .ct-mediaSection-kenburnsImageContainer
  > img {
  vertical-align: middle;
  position: absolute;
  top: 50%;
  margin-top: -550px;
  max-width: none;
  min-width: 120%;
  min-height: 100%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  margin-left: -5%;
  -webkit-transition-property: opacity, -webkit-transform;
  -webkit-transition-duration: 3s, 8s;
  -moz-transition-property: opacity, -moz-transform;
  -moz-transition-duration: 3s, 8s;
  -o-transition-property: opacity, -o-transform;
  -o-transition-duration: 3s, 8s;
  transition-property: opacity, transform;
  transition-duration: 3s, 8s;
}
.ct-mediaSection[data-type='kenburns']
  .ct-mediaSection-kenburnsImageContainer
  > img.singlefx {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-mediaSection[data-type='kenburns']
  .ct-mediaSection-kenburnsImageContainer
  > img {
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}
.ct-mediaSection[data-type='kenburns']
  .ct-mediaSection-kenburnsImageContainer
  :nth-child(2n + 1) {
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
}
.ct-mediaSection[data-type='kenburns']
  .ct-mediaSection-kenburnsImageContainer
  :nth-child(3n + 1) {
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}
.ct-mediaSection[data-type='kenburns']
  .ct-mediaSection-kenburnsImageContainer
  :nth-child(4n + 1) {
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
}
.ct-mediaSection[data-type='kenburns']
  .ct-mediaSection-kenburnsImageContainer
  .fx:first-child
  + img
  ~ img {
  z-index: -1;
}
.ct-mediaSection[data-type='kenburns']
  .ct-mediaSection-kenburnsImageContainer
  .fx {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: scale(1.1) translate(30px);
  -moz-transform: scale(1.1) translate(30px);
  -o-transform: scale(1.1) translate(30px);
  transform: scale(1.1) translate(30px);
}
.ct-mediaSection[data-type='kenburns']
  .ct-mediaSection-kenburnsImageContainer
  .singlefx {
  -webkit-animation: singleimageloop 20s infinite;
  /* Safari 4+ */
  -moz-animation: singleimageloop 20s infinite;
  /* Fx 5+ */
  -o-animation: singleimageloop 20s infinite;
  /* Opera 12+ */
  animation: singleimageloop 20s infinite;
  /* IE 10+ */
}
@-webkit-keyframes singleimageloop {
  0% {
    -webkit-transform: scale(1) translate(0px);
  }
  50% {
    -webkit-transform: scale(1.1) translate(30px);
  }
  100% {
    -webkit-transform: scale(1) translate(0px);
  }
}
@-moz-keyframes singleimageloop {
  0% {
    -moz-transform: scale(1) translate(0px);
  }
  50% {
    -moz-transform: scale(1.1) ct-m-translate(30px);
  }
  100% {
    -moz-transform: scale(1) translate(0px);
  }
}
@-o-keyframes singleimageloop {
  0% {
    -o-transform: scale(1) translate(0px);
  }
  50% {
    -o-transform: scale(1.1) translate(30px);
  }
  100% {
    -o-transform: scale(1) translate(0px);
  }
}
@keyframes singleimageloop {
  0% {
    transform: scale(1) translate(0px);
  }
  50% {
    transform: scale(1.1) translate(30px);
  }
  100% {
    transform: scale(1) translate(0px);
  }
}
.ct-mediaSection-stellarObject {
  position: absolute;
}
.snapjs-right {
  overflow: hidden !important;
}
.ct-navbar--fixedTop .ct-navbarMobile {
  position: fixed;
}
.ct-navbarMobile {
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  background-color: #fff;
  color: #000;
}
.ct-navbarMobile .navbar-brand {
  height: 100px;
  padding: 0 15px;
}
.ct-navbarMobile .navbar-brand .ct-logo {
  position: relative;
  display: inline-block;
  margin-top: 28px;
  margin-left: 24px;
  min-width: 200px;
}

.navbar-scroll-top.ct-menu .ct-white-logo {
  max-width: 100px;
  margin-top: 10px;
}
.ct-navbarMobile .navbar-toggle {
  position: absolute;
  top: 24px;
  right: 0px;
}
.ct-navbarMobile .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.snapjs-right .ct-menuMobile,
.snapjs-left .ct-menuMobile {
  overflow: scroll;
}
.ct-menuMobile {
  background: #222222;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 266px;
  max-height: 100%;
  overflow: hidden;
}
.ct-menuMobile .dropdown a i {
  padding-left: 4px;
}
.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: #fff;
  padding: 10px 20px;
  display: block;
}
.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 .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-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu .dropdown-menu {
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ct-menuMobile
  .ct-menuMobile-navbar
  .dropdown-menu
  .dropdown-submenu
  .dropdown-menu {
  padding-left: 20px;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu a {
  color: #000;
}
.ct-menuMobile .ct-menuMobile-navbar .open .dropdown-menu {
  padding: 10px 0;
  margin: 0 0 10px 0;
  max-height: none;
}
@media (min-width: 768px) {
  .ct-navbarMobile,
  .ct-menuMobile {
    display: none;
  }
}
.ct-header {
  background: #fff;
}
header {
  overflow: visible !important;
}
.ct-contact {
  position: relative;
  margin-right: 75px;
}
.ct-contact:after {
  content: '';
  position: absolute;
  right: 100%;
  top: -4px;
  width: 4px;
  height: 55px;
  background: rgba(255, 255, 255, 0.3);
}
.ct-contact:before {
  content: '';
  position: absolute;
  left: 0;
  top: -4px;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
}
.ct-contact .ct-contact-right {
  color: #fff;
  font-size: 16px;
  min-height: 51px;
  line-height: 50px;
  padding: 0 20px;
  display: inline-block;
  position: relative;
}
.ct-contact .ct-contact-right:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 51px 75px 0 0;
}
.ct-contact .ct-contact-right:before {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 100%;
  width: 75px;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
}
nav.navbar {
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
nav.navbar ul.nav.navbar-nav {
  position: relative;
  z-index: 2000;
  padding: 0 21px 0 0;
  -webkit-box-shadow: 4px 4px 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 4px 4px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 4px 4px 0 rgba(255, 255, 255, 0.3);
}
nav.navbar ul.nav.navbar-nav:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 75px 78px;
  position: absolute;
  left: -78px;
  top: 0;
}
nav.navbar ul.nav.navbar-nav:after {
  content: '';
  position: absolute;
  left: -77px;
  top: 100%;
  width: 81px;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
}
nav.navbar ul.nav.navbar-nav > li > a {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 27px 18px;
}
nav.navbar ul.nav.navbar-nav > li > a:hover {
  background: none;
}
nav.navbar ul.nav.navbar-nav > li > a:focus {
  background: transparent;
}
nav.navbar ul.nav.navbar-nav > li:not(:first-child):after {
  content: '';
  display: block;
  width: 2px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px;
  background: url('../images/content/country-menu-separator.png') no-repeat;
}
nav.navbar ul.nav.navbar-nav > li.dropdown > a {
  position: relative;
}
nav.navbar ul.nav.navbar-nav > li.dropdown > a + ul.dropdown-menu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 100%;
  left: 0;
  background-color: #f5f5f5;
  border: 3px solid rgba(255, 255, 255, 0.25);
  border-top: transparent;
}
nav.navbar ul.nav.navbar-nav > li.dropdown > a + ul.dropdown-menu > li {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 28px 0 23px;
}
nav.navbar ul.nav.navbar-nav > li.dropdown > a + ul.dropdown-menu > li > a {
  font-size: 13px;
  color: #434343;
  padding: 14px 7px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e5e5e5;
  min-width: 180px;
}
nav.navbar
  ul.nav.navbar-nav
  > li.dropdown
  > a
  + ul.dropdown-menu
  > li
  > a:hover {
  background: none;
}
nav.navbar ul.nav.navbar-nav > li.dropdown > a + ul.dropdown-menu > li:hover a {
  color: #fff;
  border-bottom-color: transparent;
  border-top-color: transparent;
}
nav.navbar
  ul.nav.navbar-nav
  > li.dropdown
  > a
  + ul.dropdown-menu
  > li:first-child
  a {
  border-top-color: transparent;
}
nav.navbar
  ul.nav.navbar-nav
  > li.dropdown
  > a
  + ul.dropdown-menu
  > li:last-child
  a {
  border-bottom-color: transparent;
}
nav.navbar
  ul.nav.navbar-nav
  > li.dropdown
  > a
  + ul.dropdown-menu
  > li.dropdown-submenu {
  position: relative;
}
nav.navbar
  ul.nav.navbar-nav
  > li.dropdown
  > a
  + ul.dropdown-menu
  > li.dropdown-submenu:hover
  > ul.dropdown-menu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 0;
  left: 100%;
  background-color: #f5f5f5;
  border: 3px solid rgba(255, 255, 255, 0.25);
  border-top: transparent;
}
nav.navbar
  ul.nav.navbar-nav
  > li.dropdown
  > a
  + ul.dropdown-menu
  > li.dropdown-submenu:hover
  > ul.dropdown-menu
  > li {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 28px 0 23px;
}
nav.navbar
  ul.nav.navbar-nav
  > li.dropdown
  > a
  + ul.dropdown-menu
  > li.dropdown-submenu:hover
  > ul.dropdown-menu
  > li
  > a {
  font-size: 13px;
  color: #434343;
  padding: 14px 7px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e5e5e5;
  min-width: 180px;
}
nav.navbar
  ul.nav.navbar-nav
  > li.dropdown
  > a
  + ul.dropdown-menu
  > li.dropdown-submenu:hover
  > ul.dropdown-menu
  > li
  > a:hover {
  background: none;
}
nav.navbar
  ul.nav.navbar-nav
  > li.dropdown
  > a
  + ul.dropdown-menu
  > li.dropdown-submenu:hover
  > ul.dropdown-menu
  > li:hover
  a {
  color: #fff;
  border-bottom-color: transparent;
  border-top-color: transparent;
}
nav.navbar
  ul.nav.navbar-nav
  > li.dropdown
  > a
  + ul.dropdown-menu
  > li.dropdown-submenu:hover
  > ul.dropdown-menu
  > li:first-child
  a {
  border-top-color: transparent;
}
nav.navbar
  ul.nav.navbar-nav
  > li.dropdown
  > a
  + ul.dropdown-menu
  > li.dropdown-submenu:hover
  > ul.dropdown-menu
  > li:last-child
  a {
  border-bottom-color: transparent;
}
nav.navbar
  ul.nav.navbar-nav
  > li.dropdown
  > a
  + ul.dropdown-menu
  > li.dropdown-submenu:hover
  > ul.dropdown-menu {
  display: block;
}
nav.navbar ul.nav.navbar-nav > li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
nav.navbar ul.nav.navbar-nav > li:last-child.dropdown:hover > ul.dropdown-menu {
  left: auto;
  right: 0;
}
nav.navbar ul.nav.navbar-nav > li > span {
  padding: 4px 6px;
  font-size: 11px;
  color: #fff;
  position: absolute;
  top: -4px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
nav.navbar ul.nav.navbar-nav > li > span:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4.5px 0 4.5px;
  top: 100%;
  left: 50%;
  margin-left: -4.5px;
}
nav.navbar ul.nav.navbar-nav a {
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  nav.navbar ul.nav.navbar-nav > li > a {
    font-size: 13px;
    padding: 27px 8px;
  }
}
.ct-logo {
  position: relative;
  display: inline-block;
}
.ct-logo > h1 {
  display: inline-block;
  font-family: 'Damion';
  font-size: 54px;
  background: white;
  position: relative;
  padding: 2px 20px 5px 0;
  margin: 0;
  letter-spacing: 2px;
  color: #3e3e42;
}
.ct-logo > h1 span {
  font-family: Lato;
  color: #868686;
  text-transform: uppercase;
  position: absolute;
  top: 15px;
  left: 63px;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 8px;
}
.ct-logo > img {
  position: absolute;
  top: -20px;
  left: -32px;
  z-index: 2000;
}
.ct-logo > span.shapeBottom {
  position: absolute;
  background: #fff;
  height: 25px;
  width: 100%;
  top: 100%;
  left: 0;
  display: block;
}
.ct-logo > span.shapeBottom:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 55px 45px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  bottom: 0;
  right: 100%;
  display: block;
  z-index: 1000;
}
.ct-logo > span.shapeTop {
  position: absolute;
  background: #fff;
  height: 39px;
  width: 100%;
  bottom: 100%;
  left: -55px;
  display: block;
  z-index: 1000;
}
.ct-logo > span.shapeTop:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 39px 0 0 55px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  z-index: 1000;
}
.ct-logo > span.shapeTop:before {
  content: '';
  position: absolute;
  background: #fff;
  height: 46px;
  width: 55px;
  top: 100%;
  left: 0;
  display: block;
  z-index: 1000;
}
.ct-logo.ct-logo--transparent > h1 {
  color: #fff;
  background-color: transparent;
}
.ct-logo.ct-logo--transparent > h1 span {
  color: #fff;
}
.ct-image-logo {
  margin-top: 50px;
  margin-bottom: 70px;
  display: inline-block;
  position: relative;
}
.ct-white-logo {
  display: inline-block;
}
.ct-navbar--bounceIn > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--fadeIn > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--fadeInLeft > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--fadeInRight > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--fadeInDown > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--fadeInUp > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--pulse > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--bounceInRight > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--bounceInLeft > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--flipInX > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--flipInY > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--zoomIn > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--zoomInDown > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--zoomInUp > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-menu .ct-white-logo {
  display: none;
}
.navbar-scroll-top.ct-menu {
  -webkit-box-shadow: 4px 4px 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 4px 4px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 4px 4px 0 rgba(255, 255, 255, 0.3);
}
.navbar-scroll-top.ct-menu .ct-contact {
  display: none;
}
.navbar-scroll-top.ct-menu nav.navbar ul.nav.navbar-nav:before,
.navbar-scroll-top.ct-menu nav.navbar ul.nav.navbar-nav:after {
  display: none;
}
.navbar-scroll-top.ct-menu nav.navbar ul.nav.navbar-nav {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar-scroll-top.ct-menu .ct-white-logo {
  display: block;
  float: left;
}
.ct-menu {
  position: relative;
  z-index: 9000;
}
.ct-menu .ct-logo {
  display: none;
  margin-top: 15px;
}
.ct-menu .ct-logo > h1 {
  font-size: 48px;
}
.ct-menu .ct-logo > h1 span {
  top: 11px;
  left: 57px;
}
@media (max-width: 1200px) {
  .navbar-scroll-top.ct-menu .ct-logo {
    display: none;
  }
}
ul.ct-socials {
  margin: 0;
  padding: 0 13px;
  min-height: 51px;
  background: #28282e;
  display: inline-block;
}
ul.ct-socials > li {
  padding: 0;
}
ul.ct-socials > li > a {
  padding: 5px;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
}
ul.ct-socials > li .tooltip.top {
  margin-top: -15px;
}
ul.ct-socials.ct-socials--small {
  background: transparent;
}
ul.ct-socials.ct-socials--small > li > a {
  font-size: 17px;
  color: #454545;
  padding: 0 2px;
}
.owl-carousel {
  position: relative;
}
.owl-carousel .ct-promo,
.owl-carousel .ct-picture {
  margin: 0 6px;
}
.owl-carousel .item {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.owl-carousel .owl-item {
  text-align: center;
}
.owl-carousel.owl-theme .owl-controls {
  margin: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div {
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  position: absolute;
}
.owl-carousel.owl-carousel--arrowsType1 .owl-controls .owl-buttons .owl-prev,
.owl-carousel.owl-carousel--arrowsType1 .owl-controls .owl-buttons .owl-next {
  color: #fff;
  width: 45px;
  height: 45px;
  top: 50%;
  margin-top: -22.5px;
  background: transparent;
}
.owl-carousel.owl-carousel--arrowsType1
  .owl-controls
  .owl-buttons
  .owl-prev:before,
.owl-carousel.owl-carousel--arrowsType1
  .owl-controls
  .owl-buttons
  .owl-next:before {
  font-family: fontawesome;
  font-size: 60px;
  line-height: 39px;
}
.owl-carousel.owl-carousel--arrowsType1 .owl-controls .owl-buttons .owl-prev {
  left: -50px;
}
.owl-carousel.owl-carousel--arrowsType1
  .owl-controls
  .owl-buttons
  .owl-prev:before {
  content: '\f104';
}
.owl-carousel.owl-carousel--arrowsType1 .owl-controls .owl-buttons .owl-next {
  right: -50px;
}
.owl-carousel.owl-carousel--arrowsType1
  .owl-controls
  .owl-buttons
  .owl-next:before {
  content: '\f105';
}
.owl-carousel.owl-carousel--arrowsType2 .owl-controls .owl-buttons .owl-prev,
.owl-carousel.owl-carousel--arrowsType2 .owl-controls .owl-buttons .owl-next {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 56px;
  height: 56px;
  top: 50%;
  margin-top: -28px;
  background: #fff;
  color: #616161;
  -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-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.owl-carousel.owl-carousel--arrowsType2
  .owl-controls
  .owl-buttons
  .owl-prev:before,
.owl-carousel.owl-carousel--arrowsType2
  .owl-controls
  .owl-buttons
  .owl-next:before {
  font-family: fontawesome;
  font-size: 33px;
  line-height: 55px;
}
.owl-carousel.owl-carousel--arrowsType2 .owl-controls .owl-buttons .owl-prev {
  left: 20px;
}
.owl-carousel.owl-carousel--arrowsType2
  .owl-controls
  .owl-buttons
  .owl-prev:before {
  content: '\f104';
}
.owl-carousel.owl-carousel--arrowsType2 .owl-controls .owl-buttons .owl-next {
  right: 20px;
}
.owl-carousel.owl-carousel--arrowsType2
  .owl-controls
  .owl-buttons
  .owl-next:before {
  content: '\f105';
}
.owl-carousel.owl-carousel--arrowsType2
  .owl-controls
  .owl-buttons
  .owl-prev:hover,
.owl-carousel.owl-carousel--arrowsType2
  .owl-controls
  .owl-buttons
  .owl-next:hover {
  color: #fff;
}
.owl-carousel.owl-carousel--arrowsType3 .owl-controls .owl-buttons .owl-prev,
.owl-carousel.owl-carousel--arrowsType3 .owl-controls .owl-buttons .owl-next {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 36px;
  height: 36px;
  top: 50%;
  margin-top: -28px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.owl-carousel.owl-carousel--arrowsType3
  .owl-controls
  .owl-buttons
  .owl-prev:before,
.owl-carousel.owl-carousel--arrowsType3
  .owl-controls
  .owl-buttons
  .owl-next:before {
  font-family: fontawesome;
  font-size: 25px;
  line-height: 35px;
  color: #fff;
}
.owl-carousel.owl-carousel--arrowsType3 .owl-controls .owl-buttons .owl-prev {
  left: 2px;
}
.owl-carousel.owl-carousel--arrowsType3
  .owl-controls
  .owl-buttons
  .owl-prev:before {
  content: '\f104';
}
.owl-carousel.owl-carousel--arrowsType3 .owl-controls .owl-buttons .owl-next {
  right: 2px;
}
.owl-carousel.owl-carousel--arrowsType3
  .owl-controls
  .owl-buttons
  .owl-next:before {
  content: '\f105';
}
.owl-carousel.linesTop .item {
  position: relative;
}
.owl-carousel.linesTop .item:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 19px;
  background-image: url(images/slash-line-big.png);
}
.owl-carousel.owl-carousel--arrowsOutside .owl-controls .owl-buttons .owl-next {
  right: -90px;
}
.owl-carousel.owl-carousel--arrowsOutside .owl-controls .owl-buttons .owl-prev {
  left: -90px;
}
@media (max-width: 1300px) {
  .owl-carousel.owl-carousel--arrowsOutside
    .owl-controls
    .owl-buttons
    .owl-next {
    right: -45px;
  }
  .owl-carousel.owl-carousel--arrowsOutside
    .owl-controls
    .owl-buttons
    .owl-prev {
    left: -45px;
  }
}
@media (max-width: 992px) {
  .owl-carousel.owl-carousel--arrowsOutside
    .owl-controls
    .owl-buttons
    .owl-next {
    right: 0;
  }
  .owl-carousel.owl-carousel--arrowsOutside
    .owl-controls
    .owl-buttons
    .owl-prev {
    left: 0;
  }
}
@media (max-width: 480px) {
  .owl-carousel.owl-carousel--arrowsType2 .owl-controls .owl-buttons .owl-next {
    right: 0;
  }
  .owl-carousel.owl-carousel--arrowsType2 .owl-controls .owl-buttons .owl-prev {
    left: 0;
  }
}
@font-face {
  font-family: 'weather';
  src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot');
  src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix')
      format('embedded-opentype'),
    url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff')
      format('woff'),
    url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf')
      format('truetype'),
    url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg')
      format('svg');
  font-weight: normal;
  font-style: normal;
}
.ct-weather {
  margin: 0px auto;
  text-align: center;
  text-transform: uppercase;
  padding: 2px 0;
}
.ct-weather i {
  color: #fff;
  font-family: weather;
  font-size: 150px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-transform: none;
}
.icon-0:before {
  content: ':';
}
.icon-1:before {
  content: 'p';
}
.icon-2:before {
  content: 'S';
}
.icon-3:before {
  content: 'Q';
}
.icon-4:before {
  content: 'S';
}
.icon-5:before {
  content: 'W';
}
.icon-6:before {
  content: 'W';
}
.icon-7:before {
  content: 'W';
}
.icon-8:before {
  content: 'W';
}
.icon-9:before {
  content: 'I';
}
.icon-10:before {
  content: 'W';
}
.icon-11:before {
  content: 'I';
}
.icon-12:before {
  content: 'I';
}
.icon-13:before {
  content: 'I';
}
.icon-14:before {
  content: 'I';
}
.icon-15:before {
  content: 'W';
}
.icon-16:before {
  content: 'I';
}
.icon-17:before {
  content: 'W';
}
.icon-18:before {
  content: 'U';
}
.icon-19:before {
  content: 'Z';
}
.icon-20:before {
  content: 'Z';
}
.icon-21:before {
  content: 'Z';
}
.icon-22:before {
  content: 'Z';
}
.icon-23:before {
  content: 'Z';
}
.icon-24:before {
  content: 'E';
}
.icon-25:before {
  content: 'E';
}
.icon-26:before {
  content: '3';
}
.icon-27:before {
  content: 'a';
}
.icon-28:before {
  content: 'A';
}
.icon-29:before {
  content: 'a';
}
.icon-30:before {
  content: 'A';
}
.icon-31:before {
  content: '6';
}
.icon-32:before {
  content: '1';
}
.icon-33:before {
  content: '6';
}
.icon-34:before {
  content: '1';
}
.icon-35:before {
  content: 'W';
}
.icon-36:before {
  content: '1';
}
.icon-37:before {
  content: 'S';
}
.icon-38:before {
  content: 'S';
}
.icon-39:before {
  content: 'S';
}
.icon-40:before {
  content: 'M';
}
.icon-41:before {
  content: 'W';
}
.icon-42:before {
  content: 'I';
}
.icon-43:before {
  content: 'W';
}
.icon-44:before {
  content: 'a';
}
.icon-45:before {
  content: 'S';
}
.icon-46:before {
  content: 'U';
}
.icon-47:before {
  content: 'S';
}
.ct-weather h2 {
  margin: 0 0 30px;
  color: #fff;
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  font-family: 'Lato', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  letter-spacing: normal;
}
.ct-weather h2 i {
  display: block;
  font-size: 100px;
}
.ct-weather ul {
  margin: 0;
  padding: 0;
}
.ct-weather li {
  background: #28282e;
  padding: 20px;
  display: inline-block;
  margin-bottom: 10px;
  color: #fff;
  min-width: 250px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
}
.ct-dividedWidget-right .ct-dividedWidget-right-title {
  background-color: #fff;
  padding-bottom: 24px !important;
  color: #1dc0c5;
}
.ct-dividedWidget-right {
  background-color: #d39c04;
}
@media (max-width: 1200px) {
  .ct-weather {
    padding: 43px 0;
  }
}
@media (max-width: 991px) {
  .ct-weather {
    padding: 50px 0;
  }
}
img,
figure {
  max-width: 100%;
}
iframe {
  border: none;
}
html {
  -webkit-font-smoothing: antialiased;
}
body {
  color: #3e3e42;
}
::-moz-selection {
  /* Code for Firefox */
  color: #fff;
}
::selection {
  color: #fff;
}
.ct-pageWrapper {
  z-index: 3;
  background: url('../images/background.jpg');
}
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;
}
.ct-preloader {
  position: fixed;
  z-index: 99998;
  width: 100vw;
  height: 100vh;
  background: #fff;
  overflow: hidden;
}
.ct-preloader .ct-preloader-content {
  position: absolute;
  z-index: 99999;
  top: 50%;
  margin-top: -22px;
  left: 50%;
  margin-left: -22px;
  height: 44px;
  width: 44px;
  background: url('../images/rings.svg');
}
.ptn1,
.ptn2,
.ptn3,
.ptn4,
.ptn5,
.ptn6,
.ptn7,
.ptn8,
.ptn9,
.ptn10,
.ptn11,
.ptn12,
.ptn13 {
  background-attachment: fixed !important;
}
.ptn1 {
  background: url('../images/bg_pattern_01.jpg') repeat;
}
.ptn2 {
  background: url('../images/bg_pattern_02.jpg') repeat;
}
.ptn3 {
  background: url('../images/bg_pattern_03.jpg') repeat;
}
.ptn4 {
  background: url('../images/bg_pattern_04.jpg') repeat;
}
.ptn5 {
  background: url('../images/bg_pattern_05.jpg') repeat;
}
.ptn6 {
  background: url('../images/bg_pattern_06.jpg') repeat;
}
.ptn7 {
  background: url('../images/bg_pattern_07.jpg') repeat;
}
.ptn8 {
  background: url('../images/bg_pattern_08.jpg') repeat;
}
.ptn9 {
  background: url('../images/bg_pattern_09.jpg') repeat;
}
.ptn10 {
  background: url('../images/bg_pattern_10.jpg') repeat;
}
.ptn11 {
  background: url('../images/bg_pattern_11.jpg') repeat;
}
.ptn12 {
  background: url('../images/bg_pattern_12.jpg') repeat;
}
@media (max-width: 767px) {
  .ct-pageWrapper {
    overflow: hidden;
    position: relative;
    padding-top: 70px;
  }
}
.cssAnimate .animated {
  opacity: 0;
  filter: alpha(opacity=0);
  /* For IE8 and earlier */
}
.cssAnimate .activate {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}
a {
  color: #d39c04;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
  color: #3c6085;
}
a:focus {
  text-decoration: none;
  color: inherit;
  outline: none !important;
}
::-moz-selection {
  /* Code for Firefox */
  background: #d39c04;
}
::selection {
  background: #d39c04;
}
ul.ct-socials > li > a:hover {
  color: #d39c04;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #d39c04 !important;
}
.tooltip .tooltip-inner {
  background-color: #d39c04 !important;
}
nav.navbar {
  background-color: #d39c04;
}
nav.navbar ul.nav.navbar-nav > li.dropdown > a + ul.dropdown-menu > li:hover {
  background: #d39c04;
}
nav.navbar
  ul.nav.navbar-nav
  > li.dropdown
  > a
  + ul.dropdown-menu
  > li.dropdown-submenu:hover
  ul.dropdown-menu
  > li:hover {
  background: #d39c04;
}
nav.navbar ul.nav.navbar-nav:before {
  border-color: transparent transparent #d39c04 transparent;
}
.navbar-scroll-top.ct-menu {
  background-color: #d39c04;
}
.owl-carousel.owl-carousel--arrowsType2
  .owl-controls
  .owl-buttons
  .owl-prev:hover,
.owl-carousel.owl-carousel--arrowsType2
  .owl-controls
  .owl-buttons
  .owl-next:hover {
  background: #d39c04;
}
.owl-carousel .owl-page.active span {
  background-color: #d39c04;
}
.owl-carousel.owl-carousel--arrowsType3 .owl-controls .owl-buttons .owl-prev {
  background: #ffbb00;
}
.owl-carousel.owl-carousel--arrowsType3 .owl-controls .owl-buttons .owl-next {
  background: #ffbb00;
}
.btn-link {
  background-color: #ffbb00;
}
.btn-primary {
  background-color: #ffbb00;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #ffd014;
}
.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent:focus {
  background-color: #d39c04;
  border-color: #d39c04;
}
.btn-secondary {
  border: 2px solid #ffbb00;
  background-color: #ffbb00;
}
.ct-picture .ct-picture-inner {
  background-color: #d39c04;
}
.mfp-arrow:hover {
  background-color: #d39c04;
}
.ct-contactBox .ct-contactBox-inner i {
  color: #d39c04;
}
.ct-listBox i {
  color: #d39c04;
}
.ct-counterBox .ct-counterBox-number,
.ct-counterBox .ct-counterBox-number + span {
  color: #d39c04;
}
.ct-stars.ct-stars--overall > li i {
  color: #d39c04;
}
.ct-stars > li i {
  color: #ffbb00;
}
.ct-navbarMobile .navbar-toggle,
.ct-menuMobile {
  background: #d39c04;
}
.ct-contact .ct-contact-right {
  background-color: #ffbb00;
}
.ct-contact .ct-contact-right:after {
  border-color: #ffbb00 transparent transparent transparent;
}
nav.navbar ul.nav.navbar-nav > li > span {
  background-color: #ffbb00;
}
nav.navbar ul.nav.navbar-nav > li > span:after {
  border-color: #ffbb00 transparent transparent transparent;
}
.ct-board {
  background-color: #f2f2f2;
}
.ct-board:after {
  background: #d3d3d3;
}
.ct-board .ct-board-content .ct-wallBox {
  background-color: #ffbb00;
}
.ct-board .ct-board-content .ct-wallBox:nth-child(odd) {
  background-color: #d39c04;
}
.ct-board .ct-board-content:after {
  border-color: transparent #3c6085 transparent transparent;
}
.ct-board .ct-board-content:before {
  border-color: #3c6085 transparent transparent transparent;
}
@media (max-width: 992px) {
  .ct-board .ct-board-content .ct-wallBox {
    background-color: #ffbb00;
  }
  .ct-board .ct-board-content .ct-wallBox:nth-child(2),
  .ct-board .ct-board-content .ct-wallBox:nth-child(3) {
    background-color: #436b94;
  }
}
@media (max-width: 480px) {
  .ct-board .ct-board-content .ct-wallBox {
    background-color: #436b94;
  }
  .ct-board .ct-board-content .ct-wallBox:nth-child(odd) {
    background-color: #d39c04;
  }
}
.ct-googleMap:before {
  background-color: #d39c04;
}
.ct-googleMap .ct-googleMaps-infoBox .media-heading {
  color: #d39c04;
}
.widget .widget-title i {
  color: #ffbb00;
}
.ct-galleryBox.ct-galleryBox--primary {
  background-color: #d39c04;
}
.ct-galleryBox.ct-galleryBox--primary:hover h4 + span {
  color: #aac1d9;
}
.ct-galleryBox.ct-galleryBox--secondary {
  background-color: #ffbb00;
}
.ct-galleryBox.ct-galleryBox--secondary:hover h4 + span {
  color: #fdf1df;
}
.widgetSidebar .widgetSidebar-title {
  color: #d39c04;
}
.ct-list.ct-list--colour > li a {
  color: #d39c04;
}
.ct-list.ct-list--tagged > li a:hover {
  color: #d39c04;
  border-color: #d39c04;
}
.ct-list.ct-list--extended > li:before {
  color: #d39c04;
}
.ct-category i {
  color: #d39c04;
}
.media.media-comment h4.media-heading {
  color: #d39c04;
}
.ct-titleDivider {
  color: #d39c04;
}
#calendar .fc-today {
  background-color: #3c6085;
}
#calendar .fc-toolbar .fc-state-hover {
  background-color: #d39c04 !important;
}
#calendar .fc-event {
  background: #d39c04;
}
.ct-dividedSlider .ct-dividedSlider-text {
  background-color: #d39c04;
}
#sync4 .owl-item.synced .media.media-slider:after {
  border-color: #d39c04 transparent transparent transparent;
}
.ct-galleryContainer .ct-galleryContainer-image:after {
  background-color: #ffbb00;
}
.ct-dividedWidget-right .ct-dividedWidget-right-title {
  color: #d39c04;
}
.weatherFeed .weatherItem .weatherRange .weatherRangeHigh {
  color: #d39c04;
}
.weatherFeed .weatherItem .weatherForecastItem .weatherForecastRange .weatherForecastRangeHigh {
  color: #d39c04;
}
.table > thead > tr > th {
  background-color: #d39c04;
}
.ct-u-colorMotive {
  color: #d39c04;
}
.panel-group .panel-heading a:before {
  background-color: #d39c04;
}
.nav-tabs > li > a {
  background-color: #d39c04;
}
.ct-progressBar .progress .progress-bar.progress-bar--motive {
  background-color: #d39c04;
}
.ct-progressBar .progress .progress-bar .ct-progressBar-content {
  background-color: #d39c04;
}
.ct-counter small {
  color: #d39c04;
}
.ct-counterBox--secundary small {
  color: #d39c04;
}
.ct-counter--secundary .ct-counter-icon {
  background-color: #ffbb00;
}
.ct-iconBox .ct-iconBox-icon {
  background-color: #ffbb00;
}
.ct-pricingBox .ct-pricingBox-header {
  background-color: #d39c04;
}
.ct-pricingBox.ct-pricingBox--secondary .ct-pricingBox-header {
  background-color: #ffbb00;
}
.ct-pricingBox .ct-pricingBox-content ul > li.active i {
  color: #ffbb00;
}
.datepicker td.active,
.datepicker td.active:hover {
  background-color: #d39c04;
}
.ct-dividedSection {
  position: relative;
}
.ct-dividedSection .ct-dividedSection-mask {
  background-color: rgba(0, 0, 0, 0.65);
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1000;
}
.ct-dividedSection .ct-dividedSection-content {
  position: relative;
  z-index: 2000;
  color: #fff;
}
.ct-dividedSection .ct-scaleImage {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -185px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 9px solid rgba(255, 255, 255, 0.25);
  z-index: 2000;
}
.ct-dividedSection .ct-scaleImage > img {
  width: 330px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ct-dividedSection.ct-dividedSection--secondary .ct-scaleImage {
  margin-left: -245px;
  left: 75%;
}
.ct-dividedSection.ct-dividedSection--secondary .ct-scaleImage > img {
  width: 400px;
}
.ct-dividedSection.ct-dividedSection--secondary .ct-dividedSection-mask {
  width: 72%;
  height: 100%;
  left: 0;
}
.ct-dividedSection.ct-dividedSection--secondary .ct-dividedSection-content h3 {
  font-size: 43px;
}
.ct-dividedMediaSection .ct-dividedMediaSection-left {
  width: 55%;
  float: left;
}
.ct-dividedMediaSection .ct-dividedMediaSection-left iframe {
  width: 100%;
  height: 365px;
}
.ct-dividedMediaSection .ct-dividedMediaSection-right {
  width: 45%;
  min-height: 365px;
  float: left;
  background-color: #fff;
  border-left: none;
  -webkit-box-shadow: 0 0 7px #ececec;
  -moz-box-shadow: 0 0 7px #ececec;
  box-shadow: 0 0 7px #ececec;
}
.ct-dividedMediaSection .ct-dividedMediaSection-right h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-family: Lato;
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: bold;
}
@media (max-width: 1500px) {
  .ct-dividedSection.ct-dividedSection--secondary .ct-scaleImage {
    margin-left: -170px;
  }
}
@media (max-width: 992px) {
  .ct-dividedSection.ct-dividedSection--secondary .ct-dividedSection-content {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .ct-dividedSection.ct-dividedSection--primary .ct-scaleImage {
    margin-left: -256px;
  }
  .ct-dividedSection.ct-dividedSection--primary .ct-dividedSection-content {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .ct-dividedMediaSection .ct-dividedMediaSection-left {
    width: 100%;
  }
  .ct-dividedMediaSection .ct-dividedMediaSection-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ct-dividedSection.ct-dividedSection--secondary .ct-scaleImage {
    position: relative;
    left: 50%;
    margin-left: 0;
    margin-top: 25px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .ct-dividedSection.ct-dividedSection--secondary .ct-dividedSection-content {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .ct-dividedSection.ct-dividedSection--secondary .ct-dividedSection-mask {
    width: 100%;
  }
  .ct-dividedSection.ct-dividedSection--primary .ct-scaleImage {
    position: relative;
    left: 50%;
    margin-left: 0;
    margin-top: 25px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .ct-dividedSection.ct-dividedSection--primary .ct-dividedSection-mask {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 480px) {
  .ct-dividedSection.ct-dividedSection--secondary .btn {
    width: 100%;
  }
  .ct-dividedSection.ct-dividedSection--primary .btn {
    width: 100%;
  }
  .ct-dividedSection.ct-dividedSection--secondary .ct-dividedSection-content {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .ct-dividedSection.ct-dividedSection--secondary .ct-dividedSection-content {
    text-align: center;
  }
  .ct-dividedSection.ct-dividedSection--primary .ct-dividedSection-content {
    text-align: center;
  }
  .ct-dividedMediaSection .ct-dividedMediaSection-right h3 {
    font-size: 20px;
  }
}
.ct-listBox.ct-listBox--divided {
  padding: 6px 50px 5px 50px;
}
.ct-listBox.ct-listBox--divided > li {
  border-bottom: 1px solid #f1f1f1;
}
.ct-listBox.ct-listBox--divided > li span {
  width: 50%;
  float: left;
  display: block;
  padding: 16px 0;
  font-size: 13px;
  text-transform: uppercase;
  color: #555555;
  font-weight: bold;
}
.ct-listBox.ct-listBox--divided > li span + span {
  padding-left: 20px;
}
.ct-listBox.ct-listBox--divided > li:last-child {
  border-bottom: none;
}
.ct-listBox i {
  padding-right: 7px;
}
@media (max-width: 1200px) {
  .ct-listBox.ct-listBox--divided {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 480px) {
  .ct-listBox.ct-listBox--divided {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ct-listBox.ct-listBox--divided > li {
    border-bottom: none;
    text-align: center;
  }
  .ct-listBox.ct-listBox--divided > li span {
    width: 100%;
  }
  .ct-listBox.ct-listBox--divided > li span + span {
    padding-left: 0;
  }
}
.ct-promo {
  border: 2px solid #fff;
  text-align: center;
  color: #ffffff;
  padding: 60px 18px;
  margin: 0 30px;
  display: inline-block;
  min-width: 200px;
}
.ct-promo span:first-child {
  font-size: 75px;
  font-weight: 300;
  line-height: 90px;
}
.ct-promo span:first-child + span {
  font-size: 75px;
  font-weight: 300;
  line-height: 90px;
}
.ct-promo span:first-child + span + span {
  font-weight: 600;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .ct-promo {
    min-width: inherit;
  }
}
.ct-dividedWidget {
  position: relative;
  z-index: 2000;
}
.ct-dividedWidget-left {
  background-color: #f2f2f2;
  float: left;
  width: 70%;
  min-height: 440px;
}
.ct-dividedWidget-left .ct-dividedWidget-sectionTop {
  background-color: #28282e;
  min-height: 88px;
  padding: 13px 30px;
}
.ct-dividedWidget-left .ct-dividedWidget-sectionTop span {
  font-size: 20px;
  color: #fff;
  float: left;
  line-height: 57px;
}
.ct-dividedWidget-left .ct-dividedWidget-sectionTop a {
  margin-top: 4px;
  display: block;
  float: right;
}
.ct-dividedWidget-left .ct-dividedWidget-sectionTop a i {
  padding-right: 5px;
}
.ct-dividedWidget-left .ct-dividedWidget-sectionTop .btn {
  padding: 15px 30px;
}
.ct-dividedWidget-left .ct-dividedWidget-sectionBottom {
  padding: 30px;
}
.ct-dividedWidget-right {
  background-color: #fff;
  float: left;
  width: 30%;
  min-height: 440px;
  -webkit-box-shadow: 0 0 7px #ececec;
  -moz-box-shadow: 0 0 7px #ececec;
  box-shadow: 0 0 7px #ececec;
}
.ct-dividedWidget-right .ct-dividedWidget-right-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 30px 5px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .ct-dividedWidget-left,
  .ct-dividedWidget-right {
    width: 100%;
  }
  .ct-dividedWidget-left .ct-dividedWidget-sectionTop {
    padding: 12px 14px;
  }
  .ct-dividedWidget-left .ct-dividedWidget-sectionTop .btn {
    padding: 15px 21px;
  }
  .ct-dividedWidget-left .ct-dividedWidget-sectionTop span {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .ct-dividedWidget-left .ct-dividedWidget-sectionTop span {
    font-size: 20px;
    display: block;
    float: none;
    text-align: center;
  }
  .ct-dividedWidget-left .ct-dividedWidget-sectionTop .btn {
    padding: 15px 30px;
    width: 100%;
  }
}
.ct-counterBox {
  text-align: center;
  width: 33%;
  float: left;
  border-left: 1px solid #e6e6e6;
}
.ct-counterBox:first-child {
  border-left: none;
}
.ct-counterBox .ct-counterBox-number,
.ct-counterBox .ct-counterBox-number + span {
  font-weight: 700;
  font-size: 54px;
}
.ct-counterBox .ct-counterBox-description {
  font-weight: 700;
  color: #565656;
  font-size: 14px;
  text-transform: uppercase;
}
.ct-counterBox .ct-counterBox-description i {
  color: #c6c6c6;
  padding-left: 4px;
}
.ct-counterBox .ct-counterBox-description i:hover {
  cursor: pointer;
}
.ct-counterBox .ct-counterBox-description i + .tooltip {
  text-transform: none;
}
@media (max-width: 992px) {
  .ct-counterBox {
    padding: 3px;
  }
}
@media (max-width: 480px) {
  .ct-counterBox {
    width: 100%;
    border: none;
  }
}
ul.ct-ratingBox {
  font-size: 16px;
  margin: 0;
}
ul.ct-ratingBox > li {
  padding-bottom: 10px;
}
ul.ct-ratingBox > li > span {
  min-width: 120px;
  text-align: right;
  display: inline-block;
}
ul.ct-stars {
  padding-left: 10px;
  margin: 0;
  display: inline-block;
}
ul.ct-stars > li {
  padding: 0;
}
ul.ct-stars > li.empty i {
  color: #c7c7c7;
}
@media (max-width: 1200px) {
  ul.ct-ratingBox {
    text-align: center;
  }
  ul.ct-ratingBox > li > span {
    text-align: center;
  }
}
.weatherFeed .weatherItem .weatherCity,
.weatherFeed .weatherItem .weatherTemp,
.weatherFeed .weatherItem .weatherDesc {
  display: none;
}
.weatherFeed .weatherItem .weatherRange {
  position: relative;
  padding-top: 15px;
  padding-bottom: 40px;
}
.weatherFeed .weatherItem .weatherRange .weatherRangeHigh,
.weatherFeed .weatherItem .weatherRange .weatherForecastRangeLow {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-right: 75px;
}
.weatherFeed .weatherItem .weatherRange .wi {
  font-size: 60px;
  position: absolute;
  top: 13px;
  left: 50%;
  padding-left: 60px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.weatherFeed .weatherItem .weatherForecastItem {
  background-position: right;
  height: 35px;
  border-bottom: 1px solid #f4f4f4;
  margin-right: 30px;
  margin-left: 30px;
}
.weatherFeed .weatherItem .weatherForecastItem .wi {
  width: 20%;
  font-size: 25px;
  text-align: right;
  padding-right: 12px;
  vertical-align: middle;
}
.weatherFeed .weatherItem .weatherForecastItem .weatherForecastDate,
.weatherFeed .weatherItem .weatherForecastItem .weatherForecastText {
  display: none;
}
.weatherFeed .weatherItem .weatherForecastItem .weatherForecastDay {
  width: 25%;
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.weatherFeed .weatherItem .weatherForecastItem .weatherForecastRange {
  width: 55%;
  display: inline-block;
}
.weatherFeed
  .weatherItem
  .weatherForecastItem
  .weatherForecastRange
  .weatherForecastRangeHigh,
.weatherFeed
  .weatherItem
  .weatherForecastItem
  .weatherForecastRange
  .weatherForecastRangeLow {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 0 9px;
}
.weatherFeed .weatherItem .weatherForecastItem div {
  line-height: 34px;
  text-align: center;
}
.weatherFeed .weatherItem .weatherForecastBoxItem:hover {
  background-color: #fafafa;
  cursor: pointer;
}
.weatherFeed
  .weatherItem
  .weatherForecastBoxItem:last-child
  .weatherForecastItem {
  border: none;
}
.ct-scaleImage {
  overflow: hidden;
  display: inline-block;
}
.ct-scaleImage > img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ct-scaleImage > img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.ct-board {
  position: relative;
}
.ct-board:after {
  content: '';
  position: absolute;
  top: 100%;
  width: 100%;
  height: 26px;
  display: block;
  left: 0;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.ct-board .ct-board-content {
  padding: 0;
  position: relative;
  top: -55px;
}
.ct-board .ct-board-content .ct-wallBox {
  height: 100%;
  float: left;
}
.ct-board .ct-board-content .ct-wallBox p {
  padding-top: 10px;
  line-height: 29px;
  margin-bottom: 3px;
}
.ct-board .ct-board-content .ct-wallBox.ct-wallBox-last h4 {
  font-size: 64px;
}
.ct-board .ct-board-content .ct-wallBox.ct-wallBox-last h4 span {
  display: block;
  font-size: 41px;
}
.ct-board .ct-board-content .ct-wallBox.ct-wallBox-last p {
  padding-top: 25px;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.ct-board .ct-board-content:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 25px 0;
  top: 100%;
  left: 0;
  position: absolute;
}
.ct-board .ct-board-content:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 0;
  top: 100%;
  right: 0;
  position: absolute;
}
.ct-wallBox {
  color: #fff;
  font-size: 14px;
  padding: 20px 10px;
}
.ct-wallBox p {
  font-size: 14px;
}
.ct-wallBox .ct-wallBox-date {
  font-size: 14px;
  padding-top: 15px;
}
.ct-wallBox .ct-wallBox-date a {
  color: inherit;
}
.ct-wallBox h4 {
  color: #fff;
}
@media (min-width: 768px) {
  .ct-board .ct-board-content {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .ct-board .ct-board-content {
    width: 990px;
  }
}
@media (min-width: 1200px) {
  .ct-board .ct-board-content {
    width: 1190px;
  }
}
@media (max-width: 992px) {
  .ct-board {
    height: auto;
  }
  .ct-board .ct-board-content {
    height: auto;
  }
  .ct-board .ct-board-content .ct-wallBox {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .ct-wallBox {
    padding: 20px 15px;
  }
}
@media (max-width: 480px) {
  .ct-board .ct-board-content .ct-wallBox {
    width: 100%;
    padding: 30px 24px;
  }
  .ct-board + .container {
    padding: 0;
  }
}
.ct-googleMap {
  top: -55px;
  position: relative;
}
.ct-googleMap img {
  max-width: none;
}
.ct-googleMap:before {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 26px;
  z-index: 2000;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.ct-googleMap .ct-googleMaps-infoBox {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background: #fff;
  padding: 17px;
  width: 357px;
  font-size: 14px;
}
.ct-googleMap .ct-googleMaps-infoBox img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ct-googleMap .ct-googleMaps-infoBox .media-heading {
  font-size: 18px;
  font-family: Lato;
  padding-top: 7px;
  padding-bottom: 10px;
}
.ct-googleMap .ct-googleMaps-infoBox .media-body {
  padding-left: 10px;
}
.ct-googleMap .ct-googleMaps-infoBox ul > li > i {
  color: #cfcfcf;
  margin-right: 6px;
}
.ct-googleMap .ct-googleMaps-infoBox:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 12.5px 0 12.5px;
  border-color: #fff transparent transparent transparent;
  top: 100%;
  left: 50%;
  margin-left: -12.5px;
}
.ct-googleMap.ct-googleMap--secondary .ct-googleMaps-infoBox {
  display: none;
}
.ct-googleMap.ct-googleMap--secondary:before {
  display: none;
}
footer {
  background-color: #fafafa;
  margin-top: -55px;
  color: #595971;
}
footer hr {
  border: 0;
  border-top: 1px solid #1f1f24;
  border-bottom: 1px solid #33333a;
}
.widget {
  padding-top: 10px;
  padding-bottom: 10px;
}
.widget .widget-title {
  text-transform: uppercase;
  font-size: 16px;
  color: #595971;
  padding-bottom: 20px;
}
.widget .widget-title i {
  margin-right: 4px;
}
.widget address {
  font-size: 15px;
  padding-left: 25px;
  margin-bottom: 0;
  line-height: 40px;
}
@media (max-width: 768px) {
  footer .ct-logo {
    margin-bottom: 40px;
  }
  footer .ct-logo h1 {
    padding-right: 0;
  }
}
.ct-scrollUpButton {
  font-size: 14px;
  color: #595971;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.ct-scrollUpButton:hover {
  color: #8c8ca4;
  cursor: pointer;
}
.ct-scrollUpButton:after {
  position: absolute;
  content: '\f077';
  font-family: fontawesome;
  font-size: 20px;
  top: -35px;
  left: 50%;
  margin-left: -10px;
  padding-bottom: 20px;
}
.ct-row--smallPadding div[class^='col-'] {
  padding: 5px;
}
.ct-row--smallPadding .row {
  margin: -5px;
}
.ct-row--smallPadding .ct-galleryBox {
  height: 280px !important;
}
.ct-galleryBox {
  position: relative;
  height: 280px
}
.ct-galleryBox h4 {
  padding: 0;
  text-align: center;
  font-size: 50px;
  color: #fff;
}
.ct-galleryBox h4 + span {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  font-size: 14px;
  right: 25px;
  bottom: 22px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.ct-galleryBox.ct-galleryBox--image {
  overflow: hidden;
}
.ct-galleryBox.ct-galleryBox--image img {
  min-width: 100%;
  min-height: 100%;
}
.ct-smallPadding {
  padding-right: 45px;
}
.ct-smallPadding.ct-smallPadding--left {
  padding-right: 15px;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .ct-smallPadding {
    padding-right: 15px;
  }
  .ct-smallPadding.ct-smallPadding--left {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  header {
    display: none !important;
  }
}
.navbar-scroll-top {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.headroom {
  transition: transform 200ms linear;
  z-index: 9998;
}
.headroom--pinned {
  transform: translateY(0%);
  display: block;
}
.headroom--unpinned {
  transform: translateY(-100%);
  display: none;
}
.animatedHeadroom {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animatedHeadroom.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animatedHeadroom.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.ct-blogBox {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.ct-blogBox .ct-blogBox-media {
  overflow: hidden;
}
.ct-blogBox .ct-blogBox-media img {
  min-width: 100%;
}
.ct-blogBox .ct-blogBox-media iframe {
  height: 330px;
  width: 100%;
}
.ct-blogBox .ct-blogBox-description {
  padding-top: 20px;
}
.ct-blogBox .ct-blogBox-description h5 {
  font-family: Lato;
  font-size: 24px;
  color: #434343;
}
.ct-blogBox .ct-blogBox-description .ct-blogBox-description-posted {
  padding: 10px 0;
  font-size: 16px;
}
.ct-blogBox .ct-blogBox-description p {
  margin-bottom: 0;
}
.ct-blogBox.ct-blogBox--link .ct-blogBox-description {
  padding-top: 0;
}
.ct-blogBox .owl-carousel img {
  max-width: none;
}
.widgetSidebar {
  padding: 7.5px 0;
}
.widgetSidebar .widgetSidebar-title {
  padding: 15px 0;
  text-transform: uppercase;
  border-bottom: 1px solid #f2f2f2;
  font-size: 13px;
  font-weight: bold;
}
.widgetSidebar .widgetSidebar-inner {
  padding: 20px 0;
}
@media (max-width: 768px) {
  .widgetSidebar {
    text-align: center;
  }
  .widgetSidebar ul.ct-list i {
    display: none;
  }
  .widgetSidebar .media-left,
  .widgetSidebar .media-right,
  .widgetSidebar .media-body {
    display: block;
  }
  .widgetSidebar .media.media-sidebar .media-left,
  .widgetSidebar .media.media-sidebar .media > .pull-left {
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .ct-blogBox .ct-blogBox-media iframe {
    height: auto;
  }
}
.ct-pagination {
  font-size: 15px;
}
.ct-pagination .ct-pagination-older {
  color: #3e3e42;
}
.ct-pagination .ct-pagination-older i {
  padding-right: 7px;
}
.ct-pagination .ct-pagination-next {
  color: #3e3e42;
}
.ct-pagination .ct-pagination-next i {
  padding-left: 7px;
}
.ct-list {
  margin: 0;
  font-size: 16px;
}
.ct-list > li {
  padding-bottom: 17px;
}
.ct-list > li a {
  color: inherit;
}
.ct-list > li a i {
  padding-right: 14px;
}
.ct-list > li:last-child {
  padding-bottom: 0;
}
.ct-list.ct-list--colour > li i {
  padding-right: 14px;
}
.ct-list.ct-list--tagged > li {
  padding-left: 0;
  padding-right: 4px;
}
.ct-list.ct-list--tagged > li a {
  border: 1px solid #e5e5e5;
  padding: 7px 14px;
  font-size: 14px;
}
.ct-list.ct-list--taggedNoBorder {
  display: inline-block;
}
.ct-list.ct-list--taggedNoBorder > li {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.ct-list.ct-list--taggedNoBorder > li a {
  padding: 0;
  font-size: 16px;
  color: #aeaeae;
  position: relative;
}
.ct-list.ct-list--taggedNoBorder > li:not(:last-child) a:after {
  content: ',';
}
.ct-list.ct-list--extended > li {
  padding: 18px 0;
}
.ct-list.ct-list--extended > li:before {
  content: '\f058';
  font-family: fontawesome;
  padding-right: 12px;
}
.ct-list.ct-list--extended > li:not(:last-child) {
  border-bottom: 1px solid #f1f1f1;
}
.media h4 {
  font-family: Lato;
}
.media.media-sidebar h4 {
  font-size: 16px;
  margin-top: 0;
  padding-top: 0;
}
.media.media-sidebar span {
  color: #aeaeae;
  font-size: 13px;
}
.media.media-sidebar .media-left,
.media.media-sidebar .media > .pull-left {
  padding-right: 20px;
}
.media.media-author {
  margin: 40px 0;
  background-color: #f6f6f6;
  padding: 30px;
  padding-right: 0;
}
.media.media-author .media-left img {
  border: 1px solid #ececec;
  width: 105px;
  height: 105px;
  max-width: none;
}
.media.media-author .media-body {
  padding: 0 7px;
}
.media.media-author .media-body p {
  line-height: 26px;
  padding-bottom: 0;
  padding-top: 10px;
}
.media.media-author h4.media-heading {
  font-size: 15px;
  font-weight: bold;
  margin-top: 0;
  padding-top: 10px;
  color: #3e3e42;
}
.media.media-comment {
  margin-top: 0;
  padding-top: 33px;
}
.media.media-comment h4.media-heading {
  font-size: 16px;
  margin-top: 0;
  padding-top: 0px;
}
.media.media-comment .media-left {
  padding-right: 27px;
}
.media.media-comment .media-left img {
  width: 105px;
  height: 105px;
  max-width: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #fff;
  -webkit-box-shadow: 1px 1px 3px #e9e9e9;
  -moz-box-shadow: 1px 1px 3px #e9e9e9;
  box-shadow: 1px 1px 3px #e9e9e9;
}
.media.media-comment .media-body {
  padding: 7px 0 0;
}
.media.media-comment .media-body p {
  line-height: 28px;
  padding-bottom: 33px;
  padding-top: 15px;
  margin-bottom: 0;
}
.media.media-comment .media-body .media.media-inner {
  margin-top: 0;
  padding-top: 33px;
  border-top: 1px solid #f4f4f4;
}
.media.media-comment .media-body .media.media-inner .media-body p {
  margin-bottom: 0;
}
.media.media-comment:not(:last-child) {
  border-bottom: 1px solid #f4f4f4;
}
.media.media-slider {
  position: relative;
  display: inline-block;
}
.media.media-slider .media-left {
  padding-right: 15px;
}
.media.media-slider .media-left img {
  width: 65px;
  height: 65px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.media.media-slider span {
  display: block;
  font-size: 16px;
  text-align: left;
}
.media.media-slider span.media-heading {
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .media.media-author {
    text-align: center;
    padding: 30px 20px;
  }
  .media.media-author .media-left {
    display: block;
    padding: 0;
  }
  .media.media-comment .media-left {
    padding-right: 5px;
  }
  .media.media-comment .media.media-inner .media-left {
    display: block;
    text-align: center;
    padding-right: 0;
  }
}
.ct-category {
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 25px;
  padding-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
}
.ct-category i,
.ct-category span {
  padding-right: 10px;
}
.ct-category span {
  color: #3e3e42;
  font-weight: bold;
}
.ct-category:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  bottom: 2px;
  left: 0;
  height: 1px;
  background-color: #f2f2f2;
}
@media (max-width: 768px) {
  .ct-category {
    padding-top: 60px;
  }
}
.ct-titleDivider {
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 11px;
  border-bottom: 1px solid #f4f4f4;
}
#sync1 .owl-item:hover {
  cursor: pointer;
}
#sync1 img {
  max-width: none;
}
#sync2 .owl-item:hover,
#sync4 .owl-item:hover {
  cursor: pointer;
}
#sync4 .owl-item.synced .media.media-slider:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 52px 44px 0 0;
  left: 32.5px;
  top: 0px;
}
.ct-dividedMediaSection.ct-dividedMediaSection--owl
  .ct-dividedMediaSection-left {
  height: 365px;
  overflow: hidden;
}
@media (max-width: 768px) {
  #sync2 {
    display: none !important;
  }
}
.ct-infoBox {
  border: 4px solid rgba(255, 255, 255, 0.2);
  max-width: 360px;
  display: inline-block;
}
.ct-infoBox .ct-infoBox-media {
  height: 290px;
  overflow: hidden;
}
.ct-infoBox .ct-infoBox-media img {
  min-width: 100%;
  min-height: 100%;
}
.ct-infoBox .ct-infoBox-content {
  background-color: #fff;
  padding: 4px 35px 30px;
}
.ct-infoBox .ct-infoBox-content p {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.ct-infoBox .ct-infoBox-content h3 {
  color: #3e3e42;
}
.ct-infoBox.ct-infoBox--casual {
  border: none;
  max-width: none;
  display: block;
}
.ct-infoBox.ct-infoBox--casual .ct-infoBox-content {
  background-color: transparent;
  padding: 20px 7px;
}
.ct-infoBox.ct-infoBox--casual .ct-infoBox-content h3 {
  font-family: Lato;
  font-size: 26px;
  margin: 0;
  padding-bottom: 25px;
  padding-top: 20px;
}
.ct-infoBox.ct-infoBox--casual .ct-infoBox-content p {
  padding-bottom: 20px;
}
#calendar .fc-view,
#calendar .fc-view > table {
  -webkit-box-shadow: 7px 7px 13px rgba(232, 232, 232, 0.5);
  -moz-box-shadow: 7px 7px 13px rgba(232, 232, 232, 0.5);
  box-shadow: 7px 7px 13px rgba(232, 232, 232, 0.5);
}
#calendar .fc-basic-view td.fc-week-number span,
#calendar .fc-basic-view td.fc-day-number {
  padding-top: 11px;
  padding-right: 11px;
  font-weight: bold;
}
#calendar .fc-body {
  background: #f9f9f9;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#calendar .fc-head {
  background-color: #ececec;
}
#calendar .fc-day-header {
  color: #a1a1a1;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 0;
  text-transform: uppercase;
}
#calendar .fc-toolbar {
  background-color: #222222;
  margin-bottom: 0;
  text-align: center;
  position: relative;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 8px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#calendar .fc-toolbar h2 {
  text-transform: uppercase;
  display: block;
  color: #fff;
  font-size: 14px;
  font-family: Lato;
  float: none;
  padding: 28px 0;
}
#calendar .fc-toolbar .fc-left {
  float: none;
}
#calendar .fc-toolbar .fc-right {
  float: none;
}
#calendar .fc-toolbar .fc-right .fc-today-button {
  display: none;
}
#calendar .fc-toolbar .fc-prev-button,
#calendar .fc-toolbar .fc-next-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#calendar .fc-toolbar .fc-prev-button .fc-icon,
#calendar .fc-toolbar .fc-next-button .fc-icon {
  top: 0;
  margin: 0;
  display: block;
  color: #222;
  width: auto;
  font-size: 1.5em;
}
#calendar .fc-toolbar .fc-prev-button:focus,
#calendar .fc-toolbar .fc-next-button:focus {
  outline: none;
}
#calendar .fc-toolbar .fc-prev-button {
  left: 20px;
}
#calendar .fc-toolbar .fc-next-button {
  right: 20px;
}
#calendar .fc-toolbar .fc-center {
  display: none;
}
#calendar .fc-toolbar .fc-state-default {
  background: #5f5f5f;
  border: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#calendar .fc-event {
  border: none;
}
.ct-dividedSlider .ct-dividedSlider-text {
  padding: 0;
  height: 500px;
  color: #fff;
}
.ct-dividedSlider .ct-dividedSlider-text q {
  display: block;
  max-width: 570px;
  margin: 0 auto;
  position: relative;
}
.ct-dividedSlider .ct-dividedSlider-text q:after {
  content: '';
  position: absolute;
  width: 46px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.1);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -40px;
}
.ct-dividedSlider .ct-dividedSlider-media {
  padding: 0;
  height: 500px;
}
@media (max-width: 1200px) {
  .ct-dividedSlider .ct-dividedSlider-text q {
    padding: 20px;
    font-size: 22px;
  }
  .ct-dividedSlider .ct-dividedSlider-media {
    height: auto;
  }
}
.ct-testimonial {
  background-color: #f3f3f3;
  padding: 30px;
}
.ct-testimonial p {
  line-height: 35px;
  margin: 0;
  padding: 0;
  text-align: left;
}
.ct-contentBox {
  margin-bottom: 30px;
}
.ct-contentBox .ct-contentBox-media {
  padding: 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 8px 6px -6px #dedede;
  -moz-box-shadow: 0 8px 6px -6px #dedede;
  box-shadow: 0 8px 6px -6px #dedede;
}
.ct-contentBox .ct-contentBox-media figure {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.ct-contentBox .ct-contentBox-media figure span {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  width: 100%;
  padding: 20px 4px;
  font-size: 18px;
  color: #fff;
  bottom: -100%;
  background-color: rgba(0, 0, 0, 0.7);
  left: 0;
}
.ct-contentBox:hover .ct-contentBox-media figure span {
  bottom: 0;
}
.ct-datepicker {
  position: relative;
  z-index: 4000;
}
.ct-datepicker .datepicker {
  float: none;
}
.ct-datepicker:after {
  font-family: fontawesome;
  content: '\f073';
  position: absolute;
  top: 50%;
  right: 14px;
  color: #d4d4d4;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5000;
}
.ct-datepicker:hover:after {
  pointer-events: none;
}
.datepicker.dropdown-menu {
  z-index: 6000;
}
.ct-contactBox {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px #ededed;
  -moz-box-shadow: 0 0 10px #ededed;
  box-shadow: 0 0 10px #ededed;
}
.ct-contactBox:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 19px;
  width: 100%;
  display: block;
  background: url('../images/contact-bar.png') repeat;
}
.ct-galleryContainer .ct-galleryContainer-image {
  position: relative;
}
.ct-galleryContainer .ct-galleryContainer-image:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: '';
  width: 100%;
  height: 100%;
  background-color: orange;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3000;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: visible;
  pointer-events: none;
}
.ct-galleryContainer .ct-galleryContainer-image:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: visible;
  content: 'see gallery';
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  z-index: 4000;
  font-size: 15px;
  color: #fff;
  pointer-events: none;
}
.ct-galleryContainer .ct-galleryContainer-image:hover:after {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.ct-galleryContainer .ct-galleryContainer-image:hover:before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-galleryContainer .ct-galleryContainer-image img {
  min-width: 100%;
}
.ct-galleryContainer h4 {
  padding-top: 17px;
  text-align: center;
}
.onepager footer {
  margin-top: 0;
}
.onepager .ct-contactBox {
  margin-top: -55px;
}
.ct-u-borderAll {
  border: 1px solid #dddddd;
}
.table > thead > tr > th {
  padding: 22px 2px 22px 10px;
  border-bottom: none;
  color: #fff;
}
.table > tbody > tr > td {
  border-top: none;
  padding: 22px 2px 22px 10px;
  background-color: #e9efdf;
}
.panel-group .panel.panel-default {
  border: none;
}
.panel-group .panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.panel-group .panel-heading {
  background-color: transparent;
  padding: 10px 0;
}
.panel-group .panel-heading a {
  display: block;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}
.panel-group .panel-heading a:before {
  font-family: fontawesome;
  content: '-';
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 24px;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  z-index: 8888;
}
.panel-group .panel-heading a h4 {
  font-family: Lato;
}
.panel-group .panel-heading a h4:after {
  position: absolute;
  content: '';
  border-top: dotted 2px #efefef;
  bottom: 0;
  left: 100%;
  width: 1140px;
  margin-left: 5px;
}
.panel-group .panel-heading a .panel-title {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  padding-top: 0;
}
.panel-group .panel-heading a.collapsed:before {
  content: '+';
}
.panel-group .panel-body {
  padding: 0 60px 0 0;
  line-height: 30px;
}
.panel-group {
  margin-bottom: 0;
  margin-top: -20px;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border: none;
}
@media (max-width: 480px) {
  .panel-group .panel-heading a:before {
    left: 50%;
    bottom: -25px;
    margin-left: -12.5px;
  }
  .panel-group .panel-heading a {
    overflow: visible;
  }
  .panel-group .panel-heading a h4:after {
    display: none;
  }
  .panel-group .panel-collapse {
    padding-top: 20px;
    margin-bottom: -10px;
  }
  .panel-group .panel-title,
  .panel-group .panel-body {
    padding: 0;
    text-align: center;
  }
  .panel-group .panel-title {
    display: block !important;
  }
}
.tab-pane {
  padding: 37px;
  background-color: #eaeaea;
}
.tab-pane .input-group {
  padding: 15px 0;
}
.tab-pane .input-group label {
  line-height: 36px;
}
.tab-pane .input-group .form-control {
  width: 200px;
  height: 37px;
  margin-left: 10px;
}
.tab-pane .input-group button.btn {
  width: 50px;
  height: 37px;
  line-height: 36px;
  padding: 0;
  text-align: center;
}
.nav-tabs {
  border-bottom: none;
}
.nav-tabs > li > a {
  color: #fff;
  font-size: 30px;
  font-family: Damion;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-left: 18px;
  padding-right: 18px;
}
.nav-tabs > li {
  margin-right: 5px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #eaeaea;
  color: #000;
  border: none;
}
.nav-tabs > li > a:hover {
  background-color: #eaeaea;
  color: #000;
}
.ct-progressBar {
  margin-bottom: 40px;
}
.ct-progressBar .progress {
  height: 12px;
  background-color: #f4f4f4;
  overflow: visible;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.ct-progressBar .progress .progress-bar {
  position: relative;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.ct-progressBar .progress .progress-bar .ct-progressBar-content {
  position: absolute;
  right: -3px;
  top: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ct-progressBar
  .progress
  .progress-bar
  .ct-progressBar-content
  .ct-progressBar-text {
  position: absolute;
  width: 31px;
  height: 31px;
  display: block;
  top: 50%;
  left: 50%;
  line-height: 27px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-width: 2px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.ct-progressBar .ct-progressBar-title {
  padding-bottom: 12px;
}
.ct-counter .ct-counter-number {
  font-size: 120px;
  font-weight: 600;
  font-family: Damion;
  color: #70716f;
}
.ct-counter small {
  font-size: 24px;
  font-weight: 600;
  margin-top: -10px;
}
.ct-counter--secundary .ct-counter-number {
  font-size: 68px;
}
.ct-counter--secundary small {
  font-size: 24px;
  font-weight: normal;
  margin-top: -15px;
}
.ct-counter--secundary .ct-counter-icon {
  width: 87px;
  height: 87px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
}
.ct-counter--secundary .ct-counter-icon i {
  color: #fff;
  line-height: 87px;
}
.ct-iconBox .ct-iconBox-icon {
  width: 75px;
  height: 75px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
}
.ct-iconBox .ct-iconBox-icon i {
  color: #fff;
  line-height: 75px;
}
.ct-iconBox .ct-iconBox-content p {
  font-size: 15px;
  line-height: 26px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.ct-iconBox .ct-iconBox-content a {
  margin-bottom: 20px;
}
.ct-pricingBox .ct-pricingBox-header {
  position: relative;
  padding: 12px;
  text-align: center;
}
.ct-pricingBox .ct-pricingBox-header header {
  font-family: Damion;
  font-weight: 600;
  color: #fff;
  font-size: 55px;
  display: block !important;
}
.ct-pricingBox .ct-pricingBox-header span {
  font-size: 16px;
  display: block;
  color: #fff;
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  right: 13px;
}
.ct-pricingBox .ct-pricingBox-content {
  background-color: #f4f4f4;
}
.ct-pricingBox .ct-pricingBox-content ul {
  padding-left: 80px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-weight: bold;
}
.ct-pricingBox .ct-pricingBox-content ul > li {
  font-size: 14px;
  color: #656565;
  padding-top: 15px;
  padding-bottom: 15px;
}
.ct-pricingBox .ct-pricingBox-content ul > li i {
  padding-right: 10px;
  color: #dbdbdb;
}
@media (max-width: 480px) {
  .ct-pricingBox {
    text-align: center;
  }
  .ct-pricingBox .ct-pricingBox-content ul {
    padding-left: 0;
  }
}
.ct-personBox .ct-personBox-name {
  padding: 17px 2px;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
}
.ct-personBox .ct-personBox-name:after {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #eaeaea;
  content: '';
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}
.ct-personBox .ct-personBox-job {
  font-size: 30px;
  padding-top: 15px;
  font-family: Damion;
}

.booking-form {
  width: 100%;
  border: 1px solid #ccc;
  padding: 20px;
  margin: 20px auto 60px auto;
}

.booking-form .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.booking-form .row > div {
  flex-grow: 1;
}

.booking-form .icon {
  position: absolute;
  left: 15px;
  bottom: 12px;
}

.booking-form .inputs-filed {
  position: relative;
}

.booking-form .inputs-filed label {
  display: block;
}

.booking-form .inputs-filed input[type='text'] {
  width: 100%;
  padding: 10px 10px 10px 40px;
  border: 1px solid #ccc;
  outline: none;
}

.btn-orange {
  background-color: #ffbb00;
  outline: none;
  border: 2px solid rgba(255, 255, 255, 0.5);
  font-weight: 700;
  padding: 15px 20px;
  border-radius: 5px;
  color: #fff;
  width: 100%;
}

.surroundings {
  margin-bottom: 140px;
}

/* Mobile Specific Styles */
@media (max-width: 767px) {
            
	/* Sticky Mobile Navbar */
	.ct-navbarMobile {
		position: fixed !important;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9999;
		box-shadow: 0 2px 10px rgba(0,0,0,0.1); /* Optional: adds shadow for better visibility */
	}

	/* Mobile Ken Burns Container */
	.ct-mobileBanner {
		position: relative;
		width: 100%;
		height: 300px;
		overflow: hidden;
		background-color: #000; /* Fallback color */
	}

	/* Individual Banner Item Animation */
	.mobile-kenburns-item {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		opacity: 0;
		transform: scale(1);
		animation: mobileKenBurns 25s linear infinite;
	}

	/* Staggered Animation Delays for 5 Images */
	.mobile-kenburns-item:nth-child(1) { animation-delay: 0s; }
	.mobile-kenburns-item:nth-child(2) { animation-delay: 5s; }
	.mobile-kenburns-item:nth-child(3) { animation-delay: 10s; }
	.mobile-kenburns-item:nth-child(4) { animation-delay: 15s; }
	.mobile-kenburns-item:nth-child(5) { animation-delay: 20s; }
}

/* Ken Burns Keyframes */
@keyframes mobileKenBurns {
	0% { opacity: 0; transform: scale(1); }
	4% { opacity: 1; }
	20% { opacity: 1; }
	24% { opacity: 0; transform: scale(1.1); }
	100% { opacity: 0; transform: scale(1); }
}

/******** Logo Container Header ***********/

.cut-box_outer {
	position: relative;
	background: rgba(255,255,255,0.5);
	width: 250px;
	padding: 5px;
	margin-top:50px;
	margin-bottom:250px;

	clip-path: polygon(
		0 0,
		calc(100% - 50px) 0,
		100% 50px,
		100% 100%,
		50px 100%,
		0 calc(100% - 50px)
	);
}

.cut-box_inner {
	position: relative;
	background: #fff;
	height: 120px;
					
	clip-path: polygon(
		0 0,
		calc(100% - 50px) 0,
		100% 50px,
		100% 100%,
		50px 100%,
		0 calc(100% - 50px)
	);

	display: flex;
	justify-content: center;
	align-items: center;
}
				
.cut-box_inner img {
	max-width: 180px;
	height: auto;
	display: block;
	margin-top:20px;
}

header.ct-mediaSection {
	height: 600px !important;
}

  

/****************************/
/********** next ************/
/****************************/

.amenities-iframe {
	margin-top:0 !important;
}



/****************************/
/******* List Item **********/
/****************************/

ul.content-info li {
	line-height: 20px;
    font-size: 16px;
    padding-bottom: 25px;
}


/****************************/
/****** Room Button *********/
/****************************/

.ct-board {
    margin-bottom: 55px !important;
}

iframe {
    margin-top: 35px !important;
}

/****************************/
/***** Banner Carousel ******/
/****************************/


/* Base styles to ensure the image fits inside the box */
.ct-js-owl .pool-rules {
    background-size: contain;   /* Ensures the whole flyer is visible */
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
}


/******************************/
/********** Mobile ************/
/******************************/


/* Fix for stretched images in the gallery grid */
.ct-galleryBox--image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; /* Prevents stretching by cropping */
    object-position: center !important; /* Centers the image */
}

@media (max-width: 767px) {
	.ct-row--smallPadding .ct-galleryBox {
		height: 500px !important;
	}
}


/* Navbar */

.navbar-scroll-top.ct-menu .ct-white-logo {
    max-width: 210px !important;
    margin-top: 0 !important;
    padding: 0px 50px !important;
    background-color: #fff !important;
}

.menu-item {
	margin:5px !important;
}

nav.navbar ul.nav.navbar-nav > li > a {
    padding: 19px 18px !important;
}

nav.navbar ul.nav.navbar-nav:before {
    border-width: 0 0 69px 78px !important;
}

.btn-booknow {
	background-color: #ffbb00 !important;
}

nav.navbar ul.nav.navbar-nav > li:last-child:after,
nav.navbar ul.nav.navbar-nav > li.btn-booknow:after {
display: none !important;
content: none !important;
background: none !important;
width: 0 !important;
}

@media (max-width: 767px) {
	.ct-logo img {
		max-width: 70% !important;
	}
}


/* Fix for Kenburns Header on Mobile */
@media (max-width: 767px) {
    header.ct-mediaSection[data-type="kenburns"] {
        /* Force a height so the banner is visible even if the animation is disabled */
        min-height: 300px !important; 
        height: auto !important;
        
        /* Ensure the background image set by the theme covers the area */
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }
}


/**********************************************************************************/

    /* Hover effect for the gallery images */
    .custom-gallery-trigger:hover {
        opacity: 0.8;
        transform: scale(1.02);
    }
    
    /* The Modal (background) */
    .vista-modal {
        display: none; /* Hidden by default */
        position: fixed; 
        z-index: 999999 !important; /* Sit on top of everything */
        left: 0;
        top: 0;
        width: 100%; 
        height: 100%; 
        background-color: rgba(0,0,0,0.9); /* Dark overlay */
        overflow: hidden; /* Prevent background scrolling */
    }

    /* Modal Wrapper for centering */
    .vista-modal-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%;
        padding: 40px;
    }

    /* Modal Image */
    .vista-modal-content {
        max-width: 90%;
        max-height: 80vh;
        border-radius: 4px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        animation-name: vistaZoom;
        animation-duration: 0.4s;
    }

    /* Caption of Modal Image */
    #vistaModalCaption {
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        margin-top: 15px;
        text-align: center;
        animation-name: vistaZoom;
        animation-duration: 0.4s;
    }

    /* The Close Button */
    .vista-close {
        position: absolute;
        top: 20px;
        right: 35px;
        color: #f1f1f1;
        font-size: 45px;
        font-weight: bold;
        transition: 0.3s;
        cursor: pointer;
        z-index: 10;
    }

    .vista-close:hover,
    .vista-close:focus {
        color: #bbb;
        text-decoration: none;
    }

    /* Zoom Animation */
    @keyframes vistaZoom {
        from {transform:scale(0.9); opacity: 0;} 
        to {transform:scale(1); opacity: 1;}
    }


/********************************************************************/

/* Vista Venice Form Styling */
.vista-contact-form .form-control {
    display: block;
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.vista-contact-form textarea.form-control {
    height: 150px;
}

.vista-contact-form .btn-primary {
    background-color: #ffbb00;
    border: none;
    color: #fff;
    padding: 12px 50px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.vista-contact-form .btn-primary:hover {
    background-color: #ffdd81;
}

/* Ensure two-column layout on small tablets and up */
@media (min-width: 768px) {
    .vista-contact-form .row {
        display: flex;
        margin-left: -10px;
        margin-right: -10px;
    }
    .vista-contact-form .col-sm-6 {
        width: 50%;
        padding: 0 10px;
    }
    .vista-contact-form .col-sm-12 {
        width: 100%;
        padding: 0 10px;
    }
}

    /* Card Hover Effect */
    .modern-gallery-card:hover {
        box-shadow: 0 10px 30px rgba(0,0,0,0.15) !important;
    }

    /* Modal Background */
    .vista-modal {
        display: none; 
        position: fixed; 
        z-index: 999999 !important; 
        left: 0; top: 0; width: 100%; height: 100%; 
        background-color: rgba(0,0,0,0.95); 
        overflow: hidden; 
    }

    /* Modal Wrapper */
    .vista-modal-wrapper {
        display: flex; flex-direction: column; justify-content: center; align-items: center;
        height: 100vh; width: 100%; padding: 40px;
    }

    /* The Image Inside Modal */
    .vista-modal-content {
        max-width: 85%; max-height: 80vh; 
        border-radius: 4px; box-shadow: 0 5px 25px rgba(0,0,0,0.5);
        animation-name: vistaZoom; animation-duration: 0.3s;
    }

    /* Caption */
    #vistaModalCaption {
        color: #fff; font-size: 18px; margin-top: 15px; text-align: center;
    }

    /* Close Button */
    .vista-close {
        position: absolute; top: 20px; right: 35px; color: #f1f1f1; 
        font-size: 45px; font-weight: bold; cursor: pointer; z-index: 10;
    }
    .vista-close:hover { color: #bbb; }

    /* Prev & Next Arrows */
    .vista-prev, .vista-next {
        cursor: pointer; position: absolute; top: 50%; width: auto; 
        padding: 16px; margin-top: -50px; color: white; font-weight: bold; 
        font-size: 40px; transition: 0.3s ease; border-radius: 0 3px 3px 0; 
        user-select: none; z-index: 10; text-decoration: none;
    }
    .vista-next { right: 0; border-radius: 3px 0 0 3px; }
    .vista-prev { left: 0; }
    .vista-prev:hover, .vista-next:hover { background-color: rgba(0,0,0,0.8); color: white;}

    @keyframes vistaZoom {
        from {transform:scale(0.95); opacity: 0;} 
        to {transform:scale(1); opacity: 1;}
    }

    /* Modern Contact Styles */
    .contact-modern-header {
        text-align: center;
        padding: 60px 15px 40px;
    }
    .contact-modern-title {
        color: #2c3e50;
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 20px;
        position: relative;
        padding-bottom: 15px;
    }
    .contact-modern-title::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 3px;
        background-color: #d4af37; /* Clean accent color, typical for resorts/developments */
    }
    .contact-modern-desc {
        color: #555;
        font-size: 1.1rem;
        max-width: 800px;
        margin: 0 auto;
        line-height: 1.8;
    }
    .contact-card-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        margin-bottom: 80px;
    }
    .contact-info-card {
        background: #fff;
        padding: 40px 30px;
        border-radius: 12px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.06);
        flex: 1;
        min-width: 300px;
        max-width: 360px;
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .contact-info-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.12);
    }
    .contact-icon-wrapper {
        width: 70px;
        height: 70px;
        background: #f8f9fa;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 25px auto;
    }
    .contact-icon-wrapper i {
        font-size: 28px;
        color: #2c3e50; 
    }
    .contact-info-card h4 {
        font-size: 1.25rem;
        font-weight: 600;
        color: #333;
        margin-bottom: 20px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    .contact-item {
        margin-bottom: 15px;
        font-size: 15px;
        color: #666;
        line-height: 1.6;
    }
    .contact-item strong {
        color: #2c3e50;
        display: block;
        margin-bottom: 5px;
        font-weight: 600;
    }
    .contact-item a {
        color: #666;
        text-decoration: none;
        transition: color 0.3s ease;
    }
    .contact-item a:hover {
        color: #d4af37;
    }
    .map-wrapper {
        width: 100%;
        height: 500px;
        background: #eee;
        position: relative;
    }
    .map-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }