@import "../fonts/et-line-font/style.css";
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic,400italic,700italic,900italic|Open+Sans:400italic,600italic,700italic,800italic,400,600,700,800&subset=latin,latin-ext,cyrillic-ext,greek-ext,greek,vietnamese,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700&text=0123456789);
/*------------------------------------------------------------------
Project:	FISHtank HTML Templare
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Snap.js
2. Top Container with Shadows
3. Flexslider
4. Owl Carousel
5. Section Headers
6. Image Overlay
7. Tabs
8. Products
9. Promo Section
10. Numbered Rows
11. Collections
12. Flip Containers
13. Team Members Boxes
14. Testimonials
15. Logo Slider
16. Lists
17. Tags
18. Popover
19. Footer
20. Icon Boxes
21. Media Boxes
22. Vertical Image Section
23. Slide In Sections
24. Portfolio Gallery Buttons
25. Photo Gallery
26. 404 Text
27. Blog
28. Counter Blocks
29. Graph Boxes
30. Progress Icons
31. Google Maps
32. One Pager
33. Twitter
34. Animations
35. Magnific Popup

-------------------------------------------------------------------*/
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/flexslider/flexslider-icon.eot');
  src: url('../fonts/flexslider/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider/flexslider-icon.woff') format('woff'), url('../fonts/flexslider/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.ct-u-underline:hover {
  color: #1f8bf3;
  border-bottom: 4px solid #1f8bf3;
}
.ct-navbar--motive {
  background-color: #1f8bf3;
}
.navbar-nav > li > a {
  color: #4c505e;
  font-family: 'Source Sans Pro', sans-serif;
}
.navbar-nav.ct-navbarNav--defaultActive > li.active {
  border-top: 7px solid #1f8bf3;
}
.navbar-nav.ct-navbarNav--defaultActive > li.active > a,
.navbar-nav.ct-navbarNav--defaultActive > li.active > a:hover,
.navbar-nav.ct-navbarNav--defaultActive > li.active > a:active,
.navbar-nav.ct-navbarNav--defaultActive > li.active a:focus {
  color: #1f8bf3;
}
.navbar-nav.ct-navbarNav--defaultActive > li:hover > a,
.navbar-nav.ct-navbarNav--defaultActive > li:active > a,
.navbar-nav.ct-navbarNav--defaultActive > li:focus > a {
  color: #1f8bf3;
}
.navbar-nav.ct-navbarNav--secundaryActive > li.active > a,
.navbar-nav.ct-navbarNav--secundaryActive > li.active > a:hover,
.navbar-nav.ct-navbarNav--secundaryActive > li.active > a:active,
.navbar-nav.ct-navbarNav--secundaryActive > li.active a:focus {
  background-color: #1f8bf3;
}
.navbar-nav.ct-navbarNav--secundaryActive > li > a:hover,
.navbar-nav.ct-navbarNav--secundaryActive > li > a:active,
.navbar-nav.ct-navbarNav--secundaryActive > li > a:focus {
  color: #1f8bf3;
}
.navbar-nav.ct-navbarNav--thirdActive > li.active > a,
.navbar-nav.ct-navbarNav--thirdActive > li.active > a:hover,
.navbar-nav.ct-navbarNav--thirdActive > li.active > a:active,
.navbar-nav.ct-navbarNav--thirdActive > li.active a:focus {
  color: #1f8bf3;
}
.navbar-nav.ct-navbarNav--thirdActive > li > a:hover,
.navbar-nav.ct-navbarNav--thirdActive > li > a:active,
.navbar-nav.ct-navbarNav--thirdActive > li > a:focus {
  color: #1f8bf3;
}
.ct-pageHeader.ct-pageHeader--motive {
  background-color: #1f8bf3;
}
.ct-section.ct-section--motive {
  background-color: #1f8bf3;
}
.ct-u-colorMotive {
  color: #1f8bf3;
}
.ct-u-motive {
  color: #1f8bf3;
}
.ct-u-motive2 {
  color: #1175d6;
}
.ct-u-motive--bg {
  background-color: #1f8bf3;
}
.ct-u-motive2--bg {
  background-color: #1175d6;
}
.ct-u-motiveDark {
  color: #4c505e !important;
}
.ct-u-motiveDark--bg {
  background-color: #4c505e;
}
.ct-u-motiveDark2--bg {
  background-color: #3a3f4d;
}
.ct-u-motiveLight {
  color: #b3b3b3 !important;
}
.ct-u-motiveLight2 {
  color: #f8f8f8;
}
.ct-u-motiveLight--bg {
  background-color: #b3b3b3;
}
.ct-u-motiveLight2--bg {
  background-color: #f8f8f8;
}
.ct-u-motiveBody {
  color: #ffffff;
}
.ct-u-motiveBody--bg {
  background-color: #ffffff;
}
.ct-u-motiveGrayLighter--bg {
  background-color: #eeeeee;
}
.ct-black--bg {
  background-color: #111;
}
.ct-flexslider-imageDescription .ct-flexslider-imageDescriptionCategory {
  background-color: #1f8bf3;
}
body {
  font-size: 16px;
  line-height: 2em;
  color: #4c505e;
}
a {
  color: #1f8bf3;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}
p {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}
h1,
.h1 {
  font-size: 125px;
}
h2,
.h2 {
  font-size: 80px;
}
h3,
.h3 {
  font-size: 50px;
}
h3 small,
.h3 small {
  font-size: 14px;
  line-height: 1.8;
}
h4,
.h4 {
  font-size: 30px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 14px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-bottom: 20px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #222222;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
  display: block;
  color: #222222;
}
h1.ct-u-colorWhite,
.h1.ct-u-colorWhite,
h2.ct-u-colorWhite,
.h2.ct-u-colorWhite,
h3.ct-u-colorWhite,
.h3.ct-u-colorWhite,
h4.ct-u-colorWhite,
.h4.ct-u-colorWhite,
h5.ct-u-colorWhite,
.h5.ct-u-colorWhite,
h6.ct-u-colorWhite,
.h6.ct-u-colorWhite {
  color: #ffffff;
}
h1.ct-u-colorWhite.ct-u-hrLeft:after,
.h1.ct-u-colorWhite.ct-u-hrLeft:after,
h2.ct-u-colorWhite.ct-u-hrLeft:after,
.h2.ct-u-colorWhite.ct-u-hrLeft:after,
h3.ct-u-colorWhite.ct-u-hrLeft:after,
.h3.ct-u-colorWhite.ct-u-hrLeft:after,
h4.ct-u-colorWhite.ct-u-hrLeft:after,
.h4.ct-u-colorWhite.ct-u-hrLeft:after,
h5.ct-u-colorWhite.ct-u-hrLeft:after,
.h5.ct-u-colorWhite.ct-u-hrLeft:after,
h6.ct-u-colorWhite.ct-u-hrLeft:after,
.h6.ct-u-colorWhite.ct-u-hrLeft:after,
h1.ct-u-colorWhite.ct-u-hrRight:after,
.h1.ct-u-colorWhite.ct-u-hrRight:after,
h2.ct-u-colorWhite.ct-u-hrRight:after,
.h2.ct-u-colorWhite.ct-u-hrRight:after,
h3.ct-u-colorWhite.ct-u-hrRight:after,
.h3.ct-u-colorWhite.ct-u-hrRight:after,
h4.ct-u-colorWhite.ct-u-hrRight:after,
.h4.ct-u-colorWhite.ct-u-hrRight:after,
h5.ct-u-colorWhite.ct-u-hrRight:after,
.h5.ct-u-colorWhite.ct-u-hrRight:after,
h6.ct-u-colorWhite.ct-u-hrRight:after,
.h6.ct-u-colorWhite.ct-u-hrRight:after,
h1.ct-u-colorWhite.ct-u-hrMid:after,
.h1.ct-u-colorWhite.ct-u-hrMid:after,
h2.ct-u-colorWhite.ct-u-hrMid:after,
.h2.ct-u-colorWhite.ct-u-hrMid:after,
h3.ct-u-colorWhite.ct-u-hrMid:after,
.h3.ct-u-colorWhite.ct-u-hrMid:after,
h4.ct-u-colorWhite.ct-u-hrMid:after,
.h4.ct-u-colorWhite.ct-u-hrMid:after,
h5.ct-u-colorWhite.ct-u-hrMid:after,
.h5.ct-u-colorWhite.ct-u-hrMid:after,
h6.ct-u-colorWhite.ct-u-hrMid:after,
.h6.ct-u-colorWhite.ct-u-hrMid:after {
  background-color: #ffffff;
}
h1.ct-u-hrLeft,
.h1.ct-u-hrLeft,
h2.ct-u-hrLeft,
.h2.ct-u-hrLeft,
h3.ct-u-hrLeft,
.h3.ct-u-hrLeft,
h4.ct-u-hrLeft,
.h4.ct-u-hrLeft,
h5.ct-u-hrLeft,
.h5.ct-u-hrLeft,
h6.ct-u-hrLeft,
.h6.ct-u-hrLeft,
h1.ct-u-hrRight,
.h1.ct-u-hrRight,
h2.ct-u-hrRight,
.h2.ct-u-hrRight,
h3.ct-u-hrRight,
.h3.ct-u-hrRight,
h4.ct-u-hrRight,
.h4.ct-u-hrRight,
h5.ct-u-hrRight,
.h5.ct-u-hrRight,
h6.ct-u-hrRight,
.h6.ct-u-hrRight,
h1.ct-u-hrMid,
.h1.ct-u-hrMid,
h2.ct-u-hrMid,
.h2.ct-u-hrMid,
h3.ct-u-hrMid,
.h3.ct-u-hrMid,
h4.ct-u-hrMid,
.h4.ct-u-hrMid,
h5.ct-u-hrMid,
.h5.ct-u-hrMid,
h6.ct-u-hrMid,
.h6.ct-u-hrMid {
  padding-bottom: 20px;
  position: relative;
}
h1.ct-u-hrLeft:after,
.h1.ct-u-hrLeft:after,
h2.ct-u-hrLeft:after,
.h2.ct-u-hrLeft:after,
h3.ct-u-hrLeft:after,
.h3.ct-u-hrLeft:after,
h4.ct-u-hrLeft:after,
.h4.ct-u-hrLeft:after,
h5.ct-u-hrLeft:after,
.h5.ct-u-hrLeft:after,
h6.ct-u-hrLeft:after,
.h6.ct-u-hrLeft:after,
h1.ct-u-hrRight:after,
.h1.ct-u-hrRight:after,
h2.ct-u-hrRight:after,
.h2.ct-u-hrRight:after,
h3.ct-u-hrRight:after,
.h3.ct-u-hrRight:after,
h4.ct-u-hrRight:after,
.h4.ct-u-hrRight:after,
h5.ct-u-hrRight:after,
.h5.ct-u-hrRight:after,
h6.ct-u-hrRight:after,
.h6.ct-u-hrRight:after,
h1.ct-u-hrMid:after,
.h1.ct-u-hrMid:after,
h2.ct-u-hrMid:after,
.h2.ct-u-hrMid:after,
h3.ct-u-hrMid:after,
.h3.ct-u-hrMid:after,
h4.ct-u-hrMid:after,
.h4.ct-u-hrMid:after,
h5.ct-u-hrMid:after,
.h5.ct-u-hrMid:after,
h6.ct-u-hrMid:after,
.h6.ct-u-hrMid:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 30px;
  background-color: #222222;
}
h1.ct-u-hrLeft:after,
.h1.ct-u-hrLeft:after,
h2.ct-u-hrLeft:after,
.h2.ct-u-hrLeft:after,
h3.ct-u-hrLeft:after,
.h3.ct-u-hrLeft:after,
h4.ct-u-hrLeft:after,
.h4.ct-u-hrLeft:after,
h5.ct-u-hrLeft:after,
.h5.ct-u-hrLeft:after,
h6.ct-u-hrLeft:after,
.h6.ct-u-hrLeft:after {
  left: 0;
}
h1.ct-u-hrRight:after,
.h1.ct-u-hrRight:after,
h2.ct-u-hrRight:after,
.h2.ct-u-hrRight:after,
h3.ct-u-hrRight:after,
.h3.ct-u-hrRight:after,
h4.ct-u-hrRight:after,
.h4.ct-u-hrRight:after,
h5.ct-u-hrRight:after,
.h5.ct-u-hrRight:after,
h6.ct-u-hrRight:after,
.h6.ct-u-hrRight:after {
  right: 0;
}
h1.ct-u-hrMid:after,
.h1.ct-u-hrMid:after,
h2.ct-u-hrMid:after,
.h2.ct-u-hrMid:after,
h3.ct-u-hrMid:after,
.h3.ct-u-hrMid:after,
h4.ct-u-hrMid:after,
.h4.ct-u-hrMid:after,
h5.ct-u-hrMid:after,
.h5.ct-u-hrMid:after,
h6.ct-u-hrMid:after,
.h6.ct-u-hrMid:after {
  left: 50%;
  margin-left: -15px;
}
.ct-intro-topImage h1.ct-u-hrLeft:after,
.ct-intro-topImage .h1.ct-u-hrLeft:after,
.ct-intro-topImage h2.ct-u-hrLeft:after,
.ct-intro-topImage .h2.ct-u-hrLeft:after,
.ct-intro-topImage h3.ct-u-hrLeft:after,
.ct-intro-topImage .h3.ct-u-hrLeft:after,
.ct-intro-topImage h4.ct-u-hrLeft:after,
.ct-intro-topImage .h4.ct-u-hrLeft:after,
.ct-intro-topImage h5.ct-u-hrLeft:after,
.ct-intro-topImage .h5.ct-u-hrLeft:after,
.ct-intro-topImage h6.ct-u-hrLeft:after,
.ct-intro-topImage .h6.ct-u-hrLeft:after,
.ct-intro-topImage h1.ct-u-hrRight:after,
.ct-intro-topImage .h1.ct-u-hrRight:after,
.ct-intro-topImage h2.ct-u-hrRight:after,
.ct-intro-topImage .h2.ct-u-hrRight:after,
.ct-intro-topImage h3.ct-u-hrRight:after,
.ct-intro-topImage .h3.ct-u-hrRight:after,
.ct-intro-topImage h4.ct-u-hrRight:after,
.ct-intro-topImage .h4.ct-u-hrRight:after,
.ct-intro-topImage h5.ct-u-hrRight:after,
.ct-intro-topImage .h5.ct-u-hrRight:after,
.ct-intro-topImage h6.ct-u-hrRight:after,
.ct-intro-topImage .h6.ct-u-hrRight:after,
.ct-intro-topImage h1.ct-u-hrMid:after,
.ct-intro-topImage .h1.ct-u-hrMid:after,
.ct-intro-topImage h2.ct-u-hrMid:after,
.ct-intro-topImage .h2.ct-u-hrMid:after,
.ct-intro-topImage h3.ct-u-hrMid:after,
.ct-intro-topImage .h3.ct-u-hrMid:after,
.ct-intro-topImage h4.ct-u-hrMid:after,
.ct-intro-topImage .h4.ct-u-hrMid:after,
.ct-intro-topImage h5.ct-u-hrMid:after,
.ct-intro-topImage .h5.ct-u-hrMid:after,
.ct-intro-topImage h6.ct-u-hrMid:after,
.ct-intro-topImage .h6.ct-u-hrMid:after {
  background-color: #ffffff;
}
@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 80px;
  }
  h2,
  .h2 {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  h1,
  .h1 {
    font-size: 55px;
  }
  h2,
  .h2 {
    font-size: 40px;
  }
}
sup {
  top: -1.2em;
  font-size: 40%;
}
.dropcap:first-child:first-letter {
  float: left;
  color: #1f8bf3;
  font-size: 60px;
  line-height: 50px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
  font-weight: 600;
}
.list-group-item:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.list-group-item:first-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.badge {
  line-height: 2;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #1f8bf3;
  border-color: #1f8bf3;
}
blockquote,
.counter-block .counter .number,
.ct-twitter .tweet_user,
.tweet_text {
  font-family: 'Arapey', serif;
}
.ct-pageHeader,
.navbar-nav > li > a,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.ct-widget-recentPortfolio-titleContent,
.widget .widget-inner > ul li a,
.ct-graphBox .ct-graphBox--default .ct-graphBox-graph .ct-graphBox-graphPercentage,
.ct-articleBox .ct-articleBox-date,
.ct-articleBox .ct-articleBox-button,
.ct-articleBox .ct-articleBox-meta,
blockquote footer,
.ct-flexslider-imageDescription .ct-flexslider-imageDescriptionTitle,
.ct-gallery-itemDescription .ct-gallery-itemDescription-title,
.ct-gallery-itemDescription .ct-gallery-itemDescription-category,
.ct-galleryAjax-itemDescription,
.ct-galleryAjax-item .ct-galleryAjax-item-number span,
.panel-title,
.pagination > li > a,
.pagination > li > span,
.ct-pagination-notice,
.btn,
.dropcap:first-child:first-letter,
.ct-pagination .ct-pagination-prev,
.ct-pagination .ct-pagination-next,
.ct-pagination .ct-pagination-middle,
.intro-effect-jam3 .ct-intro-title h1,
.ct-intro--fadeOut .ct-intro-title h1,
.ct-intro--effectPush .ct-intro-title h1,
.ct-intro--sliced .ct-intro-title h1,
.ct-navbar-search,
input,
.progress .progress-bar,
.ct-twitter .tweet_time,
body {
  font-family: 'Source Sans Pro', sans-serif;
}
.navbar-brand {
  font-family: 'lato', sans-serif;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #4c505e;
}
span {
  color: #1f8bf3;
}
button,
button:hover,
button:focus,
button:active,
.btn {
  outline: none !important;
  outline-offset: 0;
}
.btn {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  border-radius: 0;
  line-height: 50px;
  border: none;
  border-bottom: 4px solid;
  text-transform: uppercase;
  padding: 0 15px;
  color: #ffffff;
  /* FROM Hover.css (http://ianlunn.co.uk/)
   * Author: Ian Lunn @IanLunn
   * Author URL: http://ianlunn.co.uk/
   * Github: https://github.com/IanLunn/Hover
   * Made available under a MIT License:
   * http://www.opensource.org/licenses/mit-license.php
   * Hover.css Copyright Ian Lunn 2014.
   */
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn i {
  color: #ffffff;
}
.btn span {
  margin-left: 14px;
  margin-right: 14px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff !important;
}
.btn span i {
  margin-left: 5px;
  margin-right: 0;
}
.btn:hover {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn:hover span,
.btn:hover span i,
.btn:hover i {
  color: #ffffff !important;
}
.btn:before {
  content: '';
  border: 4px solid;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.btn:hover:before {
  top: -8px;
  right: -8px;
  bottom: -12px;
  left: -8px;
}
.btn-xs {
  padding: 0px 5px;
  line-height: 21px;
}
.btn-xs span {
  font-size: 12px;
  margin-left: 5px;
  margin-right: 5px;
}
.btn-sm {
  font-size: 14px;
  padding: 0px 15px;
  line-height: 26px;
}
.btn-sm span {
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
}
.btn-lg {
  padding: 0 28px;
  line-height: 65px;
}
.btn-lg span {
  font-size: 22px;
}
.btn-rounded {
  border-radius: 100%;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border: none;
  margin: 5px;
  padding: 0;
}
.btn-rounded span {
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 21px;
  position: relative;
}
.btn-rounded span i {
  margin: 0;
}
.btn-rounded:before {
  border-radius: 100%;
  border-width: 3px;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
}
.btn-rounded:hover:before {
  bottom: -6px;
  top: -6px;
  left: -6px;
  right: -6px;
}
.btn-rounded .fa {
  position: relative;
}
.btn-rounded .fa-facebook {
  left: -1px;
  top: 1px;
}
.btn-rounded .fa-twitter {
  left: 1px;
}
.btn-rounded .fa-rss {
  left: 0;
}
.btn-rounded .fa-linkedin {
  top: 1px;
}
.btn-motive,
.btn-motive:disabled {
  background-color: #1f8bf3;
  border-color: #1175d6;
}
.btn-motive:hover,
.btn-motive:disabled:hover,
.btn-motive:active,
.btn-motive:disabled:active,
.btn-motive:focus,
.btn-motive:disabled:focus {
  background-color: #1f8bf3;
  border-color: #1f8bf3;
}
.btn-motive:before,
.btn-motive:disabled:before {
  border-color: #1f8bf3;
}
.btn-motiveDark,
.btn-motiveDark:disabled {
  background-color: #4c505e;
  border-color: #3a3f4d;
}
.btn-motiveDark:hover,
.btn-motiveDark:disabled:hover,
.btn-motiveDark:active,
.btn-motiveDark:disabled:active,
.btn-motiveDark:focus,
.btn-motiveDark:disabled:focus {
  background-color: #4c505e;
  border-color: #3a3f4d;
}
.btn-motiveDark:before,
.btn-motiveDark:disabled:before {
  border-color: #4c505e;
}
.btn-default,
.btn-default:disabled,
.btn-default:focus {
  background-color: #ffffff;
  border-color: #eeeeee;
  color: #4c505e;
}
.btn-default span,
.btn-default:disabled span,
.btn-default:focus span {
  color: #4c505e;
}
.btn-default:hover,
.btn-default:disabled:hover,
.btn-default:focus:hover {
  background-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-default:hover span,
.btn-default:disabled:hover span,
.btn-default:focus:hover span {
  color: #4c505e !important;
}
.btn-default:before,
.btn-default:disabled:before,
.btn-default:focus:before {
  border-color: #ffffff;
}
.btn-success {
  background-color: #23da9c;
  border-color: #1cae7d;
}
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
  background-color: #23da9c;
  border-color: #23da9c;
}
.btn-success:before {
  border-color: #23da9c;
}
.btn-danger {
  background-color: #ef4c64;
  border-color: #eb1d3b;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
  background-color: #ef4c64;
  border-color: #ef4c64;
}
.btn-danger:before {
  border-color: #ef4c64;
}
.btn-info {
  background-color: #5bc0de;
  border-color: #31b0d5;
}
.btn-info:hover,
.btn-info:active,
.btn-info:focus {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info:before {
  border-color: #5bc0de;
}
.btn-warning {
  background-color: #f0ad4e;
  border-color: #ec971f;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning:before {
  border-color: #f0ad4e;
}
.ct-btn--black {
  background-color: #222222;
  border-color: #222222;
  color: #ffffff;
}
.ct-btn--black:hover,
.ct-btn--black:active,
.ct-btn--black:focus {
  border-color: #222;
  background-color: #222;
  color: #ffffff;
}
.btn-gray {
  background-color: #888888;
  border-color: #777777;
}
.btn-gray i {
  color: #ffffff;
}
.btn-gray:hover,
.btn-gray:active,
.btn-gray:focus {
  background-color: #888888;
  border-color: #888888;
}
.btn-gray:before {
  border-color: #888888;
}
.ct-ScrollUpButton {
  visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: 0.6s all ease;
  -moz-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
.ct-ScrollUpButton--motive {
  z-index: 5000;
  position: fixed;
  right: 50px;
  bottom: 29px;
  color: #ffffff !important;
  text-shadow: none;
  background-color: #1f8bf3;
  width: 45px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  font-size: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.ct-ScrollUpButton--motive i {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ct-ScrollUpButton--motive:before {
  content: '';
  border: 4px solid #1f8bf3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.ct-ScrollUpButton--motive:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}
@media (max-width: 767px) {
  .ct-ScrollUpButton--motive {
    width: 35px;
    height: 35px;
    line-height: 30px;
    font-size: 16px;
    right: 20px;
    bottom: 20px;
  }
}
.ct-ScrollUpButton.is-active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
}
.ct-diamondButton {
  padding: 0;
  color: #ffffff;
  text-shadow: none;
  width: 45px;
  height: 45px;
  text-align: center;
  border: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.ct-diamondButton i {
  margin: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  margin-top: -10px;
  margin-left: -10px;
}
.ct-diamondButton:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}
.ct-diamondButton-xs {
  width: 19px;
  height: 19px;
}
.ct-diamondButton-xs i {
  font-size: 10px;
  margin-top: -5px;
  margin-left: -5px;
}
.ct-diamondButton-xs:before {
  border-width: 2px;
}
.ct-diamondButton-xs:hover:before {
  top: -4px;
  left: -4px;
  bottom: -4px;
  right: -4px;
}
.ct-diamondButton-sm {
  width: 30px;
  height: 30px;
}
.ct-diamondButton-sm i {
  font-size: 16px;
  margin-top: -8px;
  margin-left: -8px;
}
.ct-diamondButton-sm:before {
  border-width: 3px;
}
.ct-diamondButton-sm:hover:before {
  top: -6px;
  left: -6px;
  bottom: -6px;
  right: -6px;
}
.ct-diamondButton-lg {
  width: 62px;
  height: 62px;
}
.ct-diamondButton-lg i {
  font-size: 24px;
  margin-top: -12px;
  margin-left: -12px;
}
.ct-squareButton {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border-radius: 1px;
  padding: 0;
  width: 45px;
  height: 45px;
  line-height: 43px;
  font-size: 22px;
  text-align: center;
  position: relative;
  border: 1px solid;
  background: transparent;
}
.ct-squareButton i {
  margin: 0;
}
.ct-squareButton:before {
  display: none;
}
.ct-squareButton-xs {
  width: 22px;
  height: 22px;
  line-height: 20px;
  font-size: 12px;
}
.ct-squareButton-sm {
  width: 34px;
  height: 34px;
  line-height: 32px;
  font-size: 16px;
}
.ct-squareButton-lg {
  width: 65px;
  height: 65px;
  line-height: 63px;
  font-size: 28px;
}
.ct-squareButton.btn-default {
  border-color: #4c505e;
}
.ct-squareButton.btn-default i {
  color: #4c505e;
}
.ct-squareButton.btn-default:hover {
  background-color: #4c505e;
}
.ct-squareButton.btn-default:hover i {
  color: #ffffff;
}
.ct-squareButton.btn-motive {
  background-color: #ffffff;
  border-color: #1f8bf3;
}
.ct-squareButton.btn-motive i {
  color: #1f8bf3;
}
.ct-squareButton.btn-motive:hover {
  background-color: #1f8bf3;
}
.ct-squareButton.btn-motive:hover i {
  color: #ffffff;
}
.ct-squareButton.btn-success {
  border-color: #23da9c;
}
.ct-squareButton.btn-success i {
  color: #23da9c;
}
.ct-squareButton.btn-success:hover i {
  color: #ffffff;
}
.ct-squareButton.btn-danger {
  border-color: #ef4c64;
}
.ct-squareButton.btn-danger i {
  color: #ef4c64;
}
.ct-squareButton.btn-danger:hover i {
  color: #ffffff;
}
.ct-squareButton.btn-info {
  border-color: #5bc0de;
}
.ct-squareButton.btn-info i {
  color: #5bc0de;
}
.ct-squareButton.btn-info:hover i {
  color: #ffffff;
}
.ct-squareButton.btn-warning {
  border-color: #f0ad4e;
}
.ct-squareButton.btn-warning i {
  color: #f0ad4e;
}
.ct-squareButton.btn-warning:hover i {
  color: #ffffff;
}
.ct-squareButton.btn-gray {
  border-color: #888;
}
.ct-squareButton.btn-gray i {
  color: #888;
}
.ct-squareButton.btn-gray:hover i {
  color: #ffffff;
}
.featuredButtons .btn {
  margin: 10px;
}
.featuredButtons .btn-xs,
.featuredButtons .ct-squareButtons-xs {
  margin-right: 7px;
}
.featuredButtons-diamonds .btn {
  margin: 15px;
}
.featuredButtons-diamonds .ct-diamondButton-lg {
  margin-right: 22px;
}
.ct-pagination {
  text-align: center;
}
.pagination > li > a,
.pagination > li > span {
  font-weight: 600;
  font-size: 14px;
  border-color: #b3b3b3;
  border-radius: 50%;
  border-width: 2px;
  width: 44px;
  height: 44px;
  line-height: 22px;
  color: inherit;
  margin-right: 10px;
}
.pagination > li > a i,
.pagination > li > span i {
  color: #ffffff;
}
.pagination > li > a .fa,
.pagination > li > span .fa {
  position: relative;
}
.pagination > li > a .fa-chevron-left,
.pagination > li > span .fa-chevron-left {
  left: -1px;
}
.pagination > li > a .fa-chevron-right,
.pagination > li > span .fa-chevron-right {
  right: -1px;
}
.pagination > li:hover > a,
.pagination > li:focus > a,
.pagination > li:active > a,
.pagination > li:hover > span,
.pagination > li:focus > span,
.pagination > li:active > span {
  border-color: #b3b3b3;
  color: inherit;
  background-color: inherit;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > span {
  border-radius: 50%;
}
.pagination > li.active > a,
.pagination > li.active > span,
.pagination > li.active > a:hover,
.pagination > li.active > span:hover,
.pagination > li.active > a:focus,
.pagination > li.active > span:focus {
  background-color: transparent;
  border-color: #1f8bf3;
  color: #1f8bf3;
}
.pagination .right a,
.pagination .right:hover a,
.pagination .right:before,
.pagination .right:hover:before {
  background-color: #1f8bf3;
  border-color: #1f8bf3;
  line-height: 22px;
}
.pagination .left a,
.pagination .left:hover a,
.pagination .left:before,
.pagination .left:hover:before {
  cursor: default;
  background-color: #4c505e;
  border-color: #4c505e;
  line-height: 22px;
}
.pagination .right a:before {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  content: "";
  position: absolute;
  border-radius: 100%;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  border: 3px solid #1f8bf3;
  opacity: 0;
}
.pagination .right a:hover:before {
  opacity: 1;
  bottom: -8px;
  top: -8px;
  left: -8px;
  right: -8px;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 9px 15px;
}
.ct-pagination-notice {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 20px;
  font-weight: 600;
}
.ct-pagination {
  margin: 30px 0;
}
.ct-pagination:before,
.ct-pagination:after {
  content: " ";
  display: table;
}
.ct-pagination:after {
  clear: both;
}
.ct-pagination a {
  color: inherit;
}
.ct-pagination a:hover,
.ct-pagination a:focus,
.ct-pagination a:active {
  color: #1f8bf3;
}
.ct-pagination .ct-pagination-prev,
.ct-pagination .ct-pagination-next {
  display: block;
  width: 45%;
  float: left;
  font-weight: 600;
  line-height: 50px;
}
.ct-pagination .ct-pagination-prev i,
.ct-pagination .ct-pagination-next i {
  font-size: 30px;
  line-height: 50px;
}
.ct-pagination .ct-pagination-prev:hover .ct-pagination-nextText span,
.ct-pagination .ct-pagination-next:hover .ct-pagination-nextText span,
.ct-pagination .ct-pagination-prev:hover .ct-pagination-prevText span,
.ct-pagination .ct-pagination-next:hover .ct-pagination-prevText span {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-pagination .ct-pagination-next .ct-pagination-nextText {
  text-align: right;
}
.ct-pagination .ct-pagination-nextText:before,
.ct-pagination .ct-pagination-prevText:before,
.ct-pagination .ct-pagination-nextText:after,
.ct-pagination .ct-pagination-prevText:after {
  content: " ";
  display: table;
}
.ct-pagination .ct-pagination-nextText:after,
.ct-pagination .ct-pagination-prevText:after {
  clear: both;
}
.ct-pagination .ct-pagination-nextText span,
.ct-pagination .ct-pagination-prevText span {
  display: block;
  font-weight: 400;
  font-style: italic;
  color: #bbbbbb;
  text-transform: lowercase;
  line-height: 0.2;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ct-pagination .ct-pagination-middle {
  line-height: 1;
  float: left;
  display: block;
  width: 10%;
  text-align: center;
  position: relative;
}
.ct-pagination .ct-pagination-middle i {
  line-height: 50px;
  width: 50px;
  height: 50px;
  border: 1px solid transparent;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ct-pagination .ct-pagination-middle .ct-pagination-middleTextHover {
  text-transform: uppercase;
  position: absolute;
  bottom: -35px;
  padding: 10px 0;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  text-align: center;
  font-weight: 600;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.ct-pagination .ct-pagination-middle:hover i {
  background-color: #1f8bf3;
  color: #ffffff;
}
.ct-pagination .ct-pagination-middle:hover .ct-pagination-middleTextHover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  color: #222222;
}
.ct-pagination:hover .ct-pagination-middle i {
  border-color: inherit;
}
/*!
 * Yamm!3
 * Yet another megamenu for Bootstrap 3
 * 
 * http://geedmo.github.com/yamm3
 */
@media (min-width: 768px) {
  .yamm .nav,
  .yamm .collapse,
  .yamm .dropup,
  .yamm .dropdown {
    position: static;
  }
  .yamm .container {
    position: relative;
  }
  .yamm .dropdown-menu {
    left: auto;
    right: auto;
  }
  .yamm .navbar-right .dropdown-menu.yamm-dropdown {
    left: auto;
    right: 0;
  }
  .yamm .dropdown-menu.yamm-dropdown {
    min-width: 60%;
  }
  .yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
  }
}
body.ct-navbar--fixedTop .navbar,
body.ct-navbar--fixedBottom .navbar,
body.ct-navbar--fixedTop--is-small .navbar {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 7000 !important;
  box-shadow: 0 0 15px -6px #4c505e;
}
body.ct-navbar--fixedTop .ct-pageWrapper {
  padding-top: 98px;
}
body.ct-navbar--fixedTop .navbar {
  top: 0;
}
body.ct-navbar--fixedTop--is-small .ct-pageWrapper {
  padding-top: 60px;
}
body.ct-navbar--fixedTop--is-small .navbar {
  top: 0;
}
body.ct-navbar-isTransparent-toDefault .ct-pageWrapper,
body.ct-navbar-isTransparent-toInverse .ct-pageWrapper {
  padding-top: 0;
}
@media (max-width: 767px) {
  .ct-pageWrapper {
    padding-top: 140px !important;
  }
}
.ct-navbar--right {
  float: right;
}
.ct-cartContainer {
  width: 25px;
  height: 25px;
  position: relative;
  display: inline;
}
.ct-cartNumber {
  display: inline-block;
  font-size: 12px;
  position: relative;
  color: #ffffff;
  background: #1f8bf3;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 360px;
  top: -12px;
  left: -2px;
  font-weight: 300;
  text-align: center;
}
.navbar {
  z-index: 5000 !important;
  margin-bottom: 0;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-top: 4px solid #1f8bf3;
  font-size: 15px;
}
.navbar .ct-navbarContainer {
  position: relative;
  height: 95px;
}
.navbar .navbar-header {
  margin-right: 7%;
  height: 100%;
}
.navbar .navbar-brand {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  margin-top: -1px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.navbar-inverse {
  background-color: #3a3f4d;
}
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse span {
  color: #ffffff;
}
.navbar-default {
  background-color: #ffffff;
}
.navbar-default .navbar-nav > li > a,
.navbar-default span {
  color: #4c505e;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default span:hover {
  color: #1f8bf3;
}
.navbar-transparent {
  position: absolute;
  width: 100%;
  background-color: transparent;
}
.navbar-transparent .navbar-nav > li > a,
.navbar-transparent span,
.navbar-transparent .navbar-nav .active a {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .navbar {
    display: none;
  }
}
.navbar-success {
  background-color: #23da9c;
}
.navbar-success .navbar-nav > li > a,
.navbar-success span {
  color: #ffffff;
}
.navbar-info {
  background-color: #5bc0de;
}
.navbar-info .navbar-nav > li > a,
.navbar-info span {
  color: #ffffff;
}
.navbar-warning {
  background-color: #f0ad4e;
}
.navbar-warning .navbar-nav > li > a,
.navbar-warning span {
  color: #ffffff;
}
.navbar-danger {
  background-color: #ef4c64;
}
.navbar-danger .navbar-nav > li > a,
.navbar-danger span {
  color: #ffffff;
}
.navbar-nav {
  height: 100%;
}
.navbar-nav img {
  vertical-align: initial;
}
.navbar-nav > li {
  height: 100%;
}
.navbar-nav > li > a {
  height: 100%;
  padding: 0 15px;
  padding-top: 36px !important;
  padding-bottom: 35px !important;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.navbar-nav > li > a,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:active,
.navbar-nav > li > a:focus {
  background-color: transparent;
}
.navbar-nav.ct-navbarNav--defaultActive > li.active {
  border-top: 7px solid #1f8bf3;
  margin: 0 15px;
}
.navbar-nav.ct-navbarNav--defaultActive > li.active > a,
.navbar-nav.ct-navbarNav--defaultActive > li.active > a:hover,
.navbar-nav.ct-navbarNav--defaultActive > li.active > a:active,
.navbar-nav.ct-navbarNav--defaultActive > li.active > a:focus {
  padding-left: 0;
  padding-right: 0;
  margin-top: 33px;
  background-color: transparent;
}
.navbar-nav.ct-navbarNav--defaultActive > li.onepage > a {
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.navbar-nav.ct-navbarNav--secundaryActive > li.active > a,
.navbar-nav.ct-navbarNav--secundaryActive > li.active > a:hover,
.navbar-nav.ct-navbarNav--secundaryActive > li.active > a:active,
.navbar-nav.ct-navbarNav--secundaryActive > li.active > a:focus {
  color: #ffffff;
}
.navbar-nav.ct-navbarNav--thirdActive > li.active > a,
.navbar-nav.ct-navbarNav--thirdActive > li.active > a:hover,
.navbar-nav.ct-navbarNav--thirdActive > li.active > a:active,
.navbar-nav.ct-navbarNav--thirdActive > li.active > a:focus {
  background-color: #ffffff;
}
.navbar-nav.ct-navbarNav--thirdActive > li > a,
.navbar-nav.ct-navbarNav--thirdActive > li > a:hover,
.navbar-nav.ct-navbarNav--thirdActive > li > a:active,
.navbar-nav.ct-navbarNav--thirdActive > li > a:focus {
  color: #ffffff;
}
.navbar-nav.ct-navbarNav--fourthActive > li.active > a,
.navbar-nav.ct-navbarNav--fourthActive > li.active > a:hover,
.navbar-nav.ct-navbarNav--fourthActive > li.active > a:active,
.navbar-nav.ct-navbarNav--fourthActive > li.active > a:focus {
  background-color: #222222;
  color: #ffffff;
}
.navbar-nav.ct-navbarNav--fifthActive > li.active > a,
.navbar-nav.ct-navbarNav--fifthActive > li.active > a:hover,
.navbar-nav.ct-navbarNav--fifthActive > li.active > a:active,
.navbar-nav.ct-navbarNav--fifthActive > li.active > a:focus {
  background-color: #ffffff;
  color: #222222;
}
@media (max-width: 991px) {
  .navbar-nav > li > a {
    padding: 5px 7px;
    font-size: 13px;
  }
  .navbar-nav.ct-navbarNav--defaultActive > li.active {
    margin: 0 5px;
  }
}
body.ct-navbar--is-small .navbar .ct-navbarContainer,
body.ct-navbar--fixedTop--is-small .navbar .ct-navbarContainer {
  height: initial;
}
body.ct-navbar--is-small .navbar .navbar-brand,
body.ct-navbar--fixedTop--is-small .navbar .navbar-brand {
  line-height: 1px;
}
body.ct-navbar--is-small .navbar .navbar-brand img,
body.ct-navbar--fixedTop--is-small .navbar .navbar-brand img {
  max-height: 66px;
  vertical-align: middle;
}
body.ct-navbar--is-small .navbar .navbar-nav li .dropdown-menu,
body.ct-navbar--fixedTop--is-small .navbar .navbar-nav li .dropdown-menu {
  top: 60px;
}
body.ct-navbar--is-small .navbar .navbar-nav > li > a,
body.ct-navbar--fixedTop--is-small .navbar .navbar-nav > li > a {
  margin: 18px 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body.ct-navbar--is-small .navbar .navbar-nav.ct-navbarNav--defaultActive > li.active > a,
body.ct-navbar--fixedTop--is-small .navbar .navbar-nav.ct-navbarNav--defaultActive > li.active > a,
body.ct-navbar--is-small .navbar .navbar-nav.ct-navbarNav--defaultActive > li.active > a:hover,
body.ct-navbar--fixedTop--is-small .navbar .navbar-nav.ct-navbarNav--defaultActive > li.active > a:hover,
body.ct-navbar--is-small .navbar .navbar-nav.ct-navbarNav--defaultActive > li.active > a:active,
body.ct-navbar--fixedTop--is-small .navbar .navbar-nav.ct-navbarNav--defaultActive > li.active > a:active,
body.ct-navbar--is-small .navbar .navbar-nav.ct-navbarNav--defaultActive > li.active > a:focus,
body.ct-navbar--fixedTop--is-small .navbar .navbar-nav.ct-navbarNav--defaultActive > li.active > a:focus {
  margin-top: 13px;
}
.navbar-nav > li.dropdown:hover > ul.dropdown-menu {
  display: block;
  margin-top: 4px;
  left: 12%;
}
.dropdown-menu {
  z-index: 5000;
  background-color: #ffffff;
  border: none;
  padding: 30px;
  color: #222222;
  list-style: none !important;
  border-radius: 0;
  box-shadow: 0 8px 6px -9px #4c505e;
}
.dropdown-menu h1,
.dropdown-menu .h1,
.dropdown-menu h2,
.dropdown-menu .h2,
.dropdown-menu h3,
.dropdown-menu .h3,
.dropdown-menu h4,
.dropdown-menu .h4,
.dropdown-menu h5,
.dropdown-menu .h5,
.dropdown-menu h6,
.dropdown-menu .h6 {
  color: #1f8bf3;
}
.dropdown-menu h1 small,
.dropdown-menu .h1 small,
.dropdown-menu h2 small,
.dropdown-menu .h2 small,
.dropdown-menu h3 small,
.dropdown-menu .h3 small,
.dropdown-menu h4 small,
.dropdown-menu .h4 small,
.dropdown-menu h5 small,
.dropdown-menu .h5 small,
.dropdown-menu h6 small,
.dropdown-menu .h6 small {
  color: #1f8bf3;
}
.dropdown-menu ul {
  min-width: 180px;
}
.dropdown-menu > li > a,
.dropdown-menu a {
  color: #4c505e;
  font-weight: 600;
  line-height: 33px;
  display: block;
}
.dropdown-menu > li > a:hover,
.dropdown-menu a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu a:focus,
.dropdown-menu > li > a:active,
.dropdown-menu a:active {
  color: #1f8bf3;
  background-color: transparent;
}
.dropdown-menu > li > a span,
.dropdown-menu a span {
  color: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 5px;
}
.dropdown-menu > li > a span:hover,
.dropdown-menu a span:hover {
  color: #ffffff;
}
.dropdown-menu li.active > a {
  color: #ffffff;
  background-color: transparent;
}
.dropdown-menu li.active > a:hover {
  background-color: transparent;
}
.dropdown-menu .dropdown-submenu {
  position: relative;
}
.dropdown-menu .dropdown-submenu .dropdown-menu {
  position: absolute;
  left: 100%;
  top: 0;
}
.dropdown-menu .dropdown-submenu:hover .dropdown-menu {
  display: block;
}
.dropdown-menu li:before,
.dropdown-menu a:before {
  display: none !important;
}
.dropdown-menu:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 20px;
}
.ct-dropdown-menu {
  left: auto !important;
}
.yamm-content > li > a,
.yamm-content a {
  padding: 0;
}
@media (max-width: 991px) {
  .yamm-content .row .ct-yammInner:nth-child(even) ul {
    border: none !important;
  }
}
.ct-navbar--options {
  margin-left: 20px;
}
.ct-navbar--options > li:first-child > a {
  border-left: 1px solid #ffffff;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ct-navbar--options > li > a {
  padding: 0px 15px;
  margin: 45px 0px;
}
.ct-navbar--options .dropdown-menu {
  min-width: 120px;
  border: none;
  background-color: #ffffff;
  padding: 5px;
  top: 45px;
  left: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.ct-navbar--options .dropdown-menu li {
  margin-bottom: 15px;
}
.ct-navbar--options .dropdown-menu li a {
  padding: 0;
  line-height: 1;
  color: #999999;
}
.ct-navbar--options .dropdown-menu li a:hover {
  color: #1f8bf3;
}
.ct-navbar--options .dropdown-menu li:last-child {
  margin-bottom: 0;
}
.navbar.is-small .ct-navbar--options > li > a {
  margin: 25px 0px;
}
.navbar.is-small .ct-navbar--options .dropdown-menu {
  top: 25px;
}
@media (max-width: 991px) {
  .navbar-brand {
    max-width: 200px;
  }
  .ct-navbar--options {
    margin-left: 0;
  }
  .ct-navbar--options > li:first-child > a {
    border-left: none;
  }
}
.ct-navbar-navSearch.is-active:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 0 15px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  left: 25px;
  bottom: -45px;
}
.navbar.is-small .ct-navbar-navSearch.is-active:before {
  bottom: -25px;
}
.ct-navbar-search {
  width: 100%;
  position: absolute;
  display: none;
}
.ct-navbar-search input {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 50px;
  height: 80px;
  background-color: #ffffff;
  border: none;
  font-weight: 300;
}
.ct-navbar-search input::-webkit-input-placeholder {
  color: #222222;
}
.ct-navbar-search input:-moz-placeholder {
  color: #222222;
}
.ct-navbar-search input::-moz-placeholder {
  color: #222222;
}
.ct-navbar-search input:-ms-input-placeholder {
  color: #222222;
}
.ct-navbar-search input,
.ct-navbar-search input:focus,
.ct-navbar-search input:hover {
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}
.ct-navbar-search button {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  border: none;
  border-left: 1px solid #cccccc;
  background-color: #eeeeee;
  color: #cccccc;
  font-size: 40px;
}
.ct-navbar--bounceIn .dropdown-menu {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--fadeIn .dropdown-menu {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--fadeInLeft .dropdown-menu {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--fadeInRight .dropdown-menu {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--fadeInDown .dropdown-menu {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--fadeInUp .dropdown-menu {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--pulse .dropdown-menu {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--bounceInRight .dropdown-menu {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--bounceInLeft .dropdown-menu {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--flipInX .dropdown-menu {
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--flipInY .dropdown-menu {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--zoomIn .dropdown-menu {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--zoomInDown .dropdown-menu {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--zoomInUp .dropdown-menu {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.navbar-brand {
  line-height: 55px;
}
.navbar-form {
  margin-top: 38px;
  margin-bottom: 38px;
}
@media (min-width: 768px) {
  .ct-navbar--logoright .navbar-header {
    float: right;
  }
  .ct-navbar--logoright .navbar-nav:first-child {
    margin-left: -15px;
  }
  .ct-navbar--logoright .navbar-nav.ct-navbarNav--defaultActive > li:first-child {
    margin-left: 0;
  }
  .ct-navbar--logoright .navbar-nav.ct-navbarNav--defaultActive > li:first-child > a {
    padding-left: 0;
  }
  .ct-navbar--logoright .navbar-nav.navbar-right:last-child {
    margin-right: 0px;
  }
  .ct-navbar--logoright > .container .navbar-brand,
  .ct-navbar--logoright > .container-fluid .navbar-brand {
    margin-left: 0;
    margin-right: -15px;
  }
}
.ct-menu-header {
  font-size: 16px;
}
.snapjs-right {
  overflow: hidden !important;
  height: 100%;
}
.snapjs-right .ct-navbarMobile {
  right: 266px;
  left: auto;
}
.snapjs-right .ct-menuMobile {
  z-index: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-navbarMobile {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  background: #ffffff;
}
.ct-navbarMobile .navbar-brand {
  height: 70px;
  padding: 0 15px;
  line-height: 70px;
}
.ct-navbarMobile .navbar-toggle {
  position: absolute;
  top: 10px;
  right: 0px;
}
.ct-navbarMobile .navbar-toggle .icon-bar {
  background-color: #4c505e;
}
.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 .caret {
  color: #ffffff;
}
.ct-menuMobile .ct-menuMobile-navbar {
  margin-top: 10px;
  padding: 0;
  list-style: none;
}
.ct-menuMobile .ct-menuMobile-navbar li {
  padding: 0px;
}
.ct-menuMobile .ct-menuMobile-navbar li a {
  color: #ffffff;
  padding: 10px 20px;
  display: 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-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu .dropdown-menu {
  display: block;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
  padding-left: 20px;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu ul {
  padding-left: 20px;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu li a {
  color: #1f8bf3;
}
.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-menuMobile {
  background: #1f8bf3;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  color: #ffffff;
}
.ct-menuMobile--Dark {
  background: #4c505e;
}
.ct-navbarMobile .ct-blue-circle {
  top: -55px;
  left: 13px;
}
.ct-navbarMobile .ct-blue-circle span {
  color: #ffffff;
}
.ct-navbarMobile--header {
  z-index: 1000;
  font-size: 18px;
  line-height: 70px;
  position: absolute;
  background-color: #4c505e;
  top: 70px;
  height: 70px;
}
.ct-navbarMobile--header a {
  color: #ffffff;
  padding-left: 10%;
  padding-right: -5%;
}
.ct-navbarMobile--header a i {
  vertical-align: middle;
  height: 20px;
  width: 20px;
  margin-left: -20px;
}
.ct-navbarMobile--header a i .ct-cartNumber {
  font-size: 12px;
  position: relative;
  color: #ffffff;
  background: #1f8bf3;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 360px;
  top: -35px;
  left: 15px;
  font-weight: 300;
  text-align: center;
}
.ct-headerMotive {
  height: 110px;
  background: #1f8bf3;
}
.ct-headerMotive p,
.ct-headerMotive a {
  line-height: 110px;
  color: #ffffff !important;
}
.ct-headerMotive p i,
.ct-headerMotive a i {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 15px;
}
.ct-headerMotive a:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 2px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .ct-headerMotive {
    display: none;
  }
}
.ct-contactForm {
  margin-top: 80px;
}
.form-control {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 15px;
  height: 47px;
  margin-bottom: 10px;
  border-color: #b3b3b3;
}
.form-control:focus {
  border-color: #1f8bf3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: transparent;
}
.form-control:-moz-placeholder {
  color: transparent;
}
.form-control::-moz-placeholder {
  color: transparent;
}
.form-control:-ms-input-placeholder {
  color: transparent;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 50px;
}
.form-group {
  position: relative;
  margin-bottom: 20px;
}
.form-group label {
  font-size: 16px;
  padding-bottom: 10px;
  color: #5f5f5f;
  line-height: 1;
  font-weight: 600;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.alert {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.close {
  line-height: 1.5;
}
.input-group-addon {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.form-search .btn {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.form-search {
  margin-bottom: 25px;
}
.form-search input,
.form-search .btn {
  display: inline-block;
  vertical-align: middle;
}
.form-search input {
  width: 75%;
  border-color: #222222;
  background-color: #ffffff;
}
.form-search input::-webkit-input-placeholder {
  color: #999999;
}
.form-search input:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
  font-style: italic;
}
.form-search input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
  font-style: italic;
}
.form-search input:-ms-input-placeholder {
  color: #999999;
  font-style: italic;
}
.form-search input:focus,
.form-search input:active,
.form-search input:valid {
  border-color: #1f8bf3;
}
.form-search .btn {
  width: 25%;
  text-transform: uppercase;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-search .btn:hover {
  background-color: #222222;
  border-color: #222222;
}
.form-group input[type="file"] {
  line-height: 1;
}
.checkbox input {
  float: none;
  width: auto;
  display: none;
}
.checkbox input[type=checkbox]:checked + label:before {
  content: "\f046";
}
.ct-checkbox {
  margin-left: 10px;
  text-transform: none !important;
}
.ct-inputSearch {
  position: relative;
}
.ct-inputSearch input,
.ct-inputSearch input:focus {
  padding: 5px 40px 5px 10px;
  border: 1px solid #eeeeee;
  outline: none;
  width: 100%;
  color: #4c505e;
  /* firefox 19+ */
  /* ie */
}
.ct-inputSearch input::-webkit-input-placeholder,
.ct-inputSearch input:focus::-webkit-input-placeholder {
  color: #4c505e;
}
.ct-inputSearch input::-moz-placeholder,
.ct-inputSearch input:focus::-moz-placeholder {
  color: #4c505e;
}
.ct-inputSearch input:-ms-input-placeholder,
.ct-inputSearch input:focus:-ms-input-placeholder {
  color: #4c505e;
}
.ct-inputSearch input input:-moz-placeholder,
.ct-inputSearch input:focus input:-moz-placeholder {
  color: #4c505e;
}
.ct-inputSearch input:focus {
  border-color: #1f8bf3;
}
.ct-inputSearch button {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -17px;
  background: #ffffff;
  border: none;
  color: #4c505e;
}
.ct-notify {
  border: 1px solid #b3b3b3;
  background-color: transparent;
  color: #b3b3b3;
  /* firefox 19+ */
  /* ie */
  outline: none;
}
.ct-notify::-webkit-input-placeholder {
  color: #b3b3b3;
}
.ct-notify::-moz-placeholder {
  color: #b3b3b3;
}
.ct-notify:-ms-input-placeholder {
  color: #b3b3b3;
}
.ct-notify input:-moz-placeholder {
  color: #b3b3b3;
}
.ct-notify:focus {
  border-color: #b3b3b3;
}
.table {
  position: relative;
  padding-bottom: 70px;
  display: table-cell;
}
@media (max-width: 767px) {
  .table {
    margin-bottom: 0;
  }
  .table .text-left {
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .table {
    display: table;
    padding-bottom: 0;
  }
}
.table .ct-tableHidden {
  opacity: 0;
  border-color: #ffffff;
}
.table > thead > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tfoot > tr > td {
  width: 290px;
  height: 80px;
  min-height: 80px;
  position: relative;
  font-size: 24px;
  font-weight: 500;
  background-color: #4c505e;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-bottom: 4px solid #3a3f4d;
}
.table > thead > tr > th:after,
.table > tfoot > tr > th:after,
.table > thead > tr > td:after,
.table > tfoot > tr > td:after {
  content: "";
  width: 3px;
  height: 200%;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: -25px;
}
.table > thead > tr > th button,
.table > tfoot > tr > th button,
.table > thead > tr > td button,
.table > tfoot > tr > td button {
  position: absolute;
  bottom: -45px;
  left: 50px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .table > thead > tr > th button,
  .table > tfoot > tr > th button,
  .table > thead > tr > td button,
  .table > tfoot > tr > td button {
    left: 18%;
    width: 64%;
  }
}
.table > tbody > tr > th,
.table > tbody > tr > td {
  vertical-align: middle;
  text-align: center;
  width: 290px;
  height: 80px;
  min-height: 80px;
  position: relative;
  padding: 16px;
  background: #f8f8f8;
  border: none;
}
.table > tbody > tr > th i,
.table > tbody > tr > td i {
  text-align: center;
}
.table > tbody > tr > th span,
.table > tbody > tr > td span {
  color: #4c505e;
  margin-left: 15px;
  position: relative;
  top: -2px;
}
.table > tbody > tr > th:after,
.table > tbody > tr > td:after {
  content: "";
  width: 3px;
  height: 125%;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
}
.table > tbody > tr > th:before,
.table > tbody > tr > td:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
@media (max-width: 767px) {
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    width: 50%;
    min-width: 50%;
  }
}
.table > tbody > tr:last-child td:before {
  display: none;
}
.table .ct-tableIcon {
  width: 27px;
  height: 27px;
  font-size: 20px;
  line-height: 27px;
  border-radius: 100%;
  color: #ffffff;
}
.table .ct-tableIcon--success {
  background-color: #23da9c;
}
.table .ct-tableIcon--danger {
  background-color: #ef4c64;
}
.ct-tableResponsive {
  border: none;
}
@media (max-width: 1199px) {
  .ct-tableResponsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
  }
}
@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
.ct-tableWrapper {
  display: table-cell;
}
@media (max-width: 767px) {
  .ct-tableWrapper {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .ct-tableWrapper {
    display: table;
    width: 100%;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .ct-tableWrapper {
    margin-bottom: 120px;
  }
}
.ct-tableHeadXS,
.ct-tableFootXS {
  width: 100%;
  height: 80px;
  min-height: 80px;
  padding: 16px;
  font-size: 24px;
  line-height: 42px;
  font-weight: 500;
  background-color: #4c505e;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-bottom: 4px solid #3a3f4d;
  z-index: 3;
}
.ct-tableHeadXS:after,
.ct-tableFootXS:after {
  content: "";
  width: 3px;
  height: 200%;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: 2;
}
.ct-tableHeadXS button,
.ct-tableFootXS button {
  position: absolute;
  bottom: -45px;
  left: 30%;
  width: 40%;
  margin: 0 auto;
}
@media (max-width: 525px) {
  .ct-tableHeadXS button,
  .ct-tableFootXS button {
    left: 18%;
    width: 64%;
  }
}
@media (max-width: 400px) {
  .ct-tableHeadXS button,
  .ct-tableFootXS button {
    left: 12.5%;
    width: 75%;
  }
}
@media (min-width: 768px) {
  .ct-tableHeadXS,
  .ct-tableFootXS {
    display: none;
  }
}
.ct-tableHeadXS {
  position: absolute;
  top: 0;
  left: 0;
}
.ct-tableFootXS {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .ct-hideLG {
    display: none;
  }
}
@media (max-width: 767px) {
  .ct-hideXS {
    display: none;
  }
}
.ct-textLeft {
  text-align: left !important;
  padding-left: 22px !important;
  padding-right: 22px !important;
}
@media (min-width: 768px) {
  .ct-table {
    padding-left: 0;
    padding-right: 0;
  }
}
.ct-table-success {
  background-color: #23da9c !important;
  border-bottom-color: #1cae7d;
}
.ct-table-info {
  background-color: #5bc0de !important;
  border-bottom-color: #31b0d5;
}
.ct-table-warning thead > tr > th,
.ct-table-warning tfoot > tr > th,
.ct-table-warning .ct-tableHeadXS,
.ct-table-warning .ct-tableFootXS {
  background-color: #f0ad4e;
  border-bottom-color: #ec971f;
}
.ct-table-warning tbody > tr > td {
  background-color: rgba(240, 173, 78, 0.1);
}
.ct-table-danger thead > tr > th,
.ct-table-danger tfoot > tr > th,
.ct-table-danger .ct-tableHeadXS,
.ct-table-danger .ct-tableFootXS {
  background-color: #e81a1a;
  border-bottom-color: #bc1313;
}
.ct-table-danger tbody > tr > td {
  background-color: rgba(232, 26, 26, 0.075);
}
.ct-fw-300 {
  font-weight: 300;
}
.ct-fw-400 {
  font-weight: 400;
}
.ct-fw-500 {
  font-weight: 500;
}
.ct-fw-600 {
  font-weight: 600;
}
.ct-fw-700 {
  font-weight: 700;
}
.ct-fw-800 {
  font-weight: 800;
}
.ct-fw-900 {
  font-weight: 900;
}
.ct-fs-i {
  font-style: italic;
}
.ct-fs-n {
  font-style: normal;
}
.ct-u-size12 {
  font-size: 12px;
}
.ct-u-size14 {
  font-size: 14px;
}
.ct-u-size16 {
  font-size: 16px;
}
.ct-u-size17 {
  font-size: 17px;
}
.ct-u-size18 {
  font-size: 18px;
}
.ct-u-size20 {
  font-size: 20px;
}
.ct-u-size22 {
  font-size: 22px;
}
.ct-u-size24 {
  font-size: 24px;
  
}
.ct-u-size24.ct-imgWrapper-name {
  font-size: 24px;
  color:#fff;
}
.ct-u-size26 {
  font-size: 26px;
}
.ct-u-size28 {
  font-size: 28px;
}
.ct-u-size30 {
  font-size: 30px;
}
.ct-u-size34 {
  font-size: 34px;
}
.ct-u-size40 {
  font-size: 40px;
}
.ct-u-size50 {
  font-size: 50px;
}
.ct-u-size56 {
  font-size: 56px;
}
.ct-u-size60 {
  font-size: 60px;
}
.ct-u-size70 {
  font-size: 70px;
}
.ct-u-size80 {
  font-size: 80px;
}
.ct-u-size90 {
  font-size: 90px;
}
.ct-u-lineThrough {
  text-decoration: line-through;
}
.ct-u-underline:hover {
  padding-bottom: 5px;
}
.ct-u-MyriadPro {
  font-family: Myriad Pro, sans-serif;
}
.ct-u-arapey {
  font-family: 'Arapey', serif;
}
.ct-u-z-index1 {
  z-index: 1000;
}
.ct-u-z-index2 {
  z-index: 2000;
}
.ct-u-z-index3 {
  z-index: 3000;
}
.ct-u-z-index4 {
  z-index: 4000;
}
.ct-u-z-index5 {
  z-index: 5000;
}
.ct-u-z-index6 {
  z-index: 6000;
}
.ct-u-z-index7 {
  z-index: 7000;
}
.ct-u-z-index8 {
  z-index: 8000;
}
.ct-u-z-index9 {
  z-index: 9000;
}
.ct-u-displayInline {
  display: inline;
}
.ct-u-displayTable {
  display: table;
  width: 100%;
}
.ct-u-displayTableRow {
  display: table-row;
}
.ct-u-displayTableCell {
  display: table-cell;
}
.ct-u-displayTableVertical {
  height: 100%;
}
.ct-u-displayTableVertical .ct-u-displayTableCell {
  vertical-align: middle;
}
.ct-u-visibilityHidden {
  visibility: hidden;
}
.ct-u-positionFixed {
  position: fixed;
}
.ct-u-positionAbsolute {
  position: absolute;
}
.ct-u-positionRelative {
  position: relative;
}
.ct-u-paddingBoth0 {
  padding-top: 0;
  padding-bottom: 0;
}
.ct-u-paddingTop0 {
  padding-top: 0;
}
.ct-u-paddingBottom0 {
  padding-bottom: 0;
}
.ct-u-paddingBoth5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ct-u-paddingTop5 {
  padding-top: 5px;
}
.ct-u-paddingBottom5 {
  padding-bottom: 5px;
}
.ct-u-paddingBoth10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ct-u-paddingTop10 {
  padding-top: 10px;
}
.ct-u-paddingBottom10 {
  padding-bottom: 10px;
}
.ct-u-paddingBoth12 {
  padding-top: 12px;
  padding-bottom: 12px;
}
.ct-u-paddingTop12 {
  padding-top: 12px;
}
.ct-u-paddingBottom12 {
  padding-bottom: 15px;
}
.ct-u-paddingBoth15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.ct-u-paddingTop15 {
  padding-top: 15px;
}
.ct-u-paddingBottom15 {
  padding-bottom: 15px;
}
.ct-u-paddingBoth20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ct-u-paddingTop20 {
  padding-top: 20px;
}
.ct-u-paddingBottom20 {
  padding-bottom: 20px;
}
.ct-u-paddingBoth30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ct-u-paddingTop30 {
  padding-top: 30px;
}
.ct-u-paddingBottom30 {
  padding-bottom: 30px;
}
.ct-u-paddingBoth40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.ct-u-paddingTop40 {
  padding-top: 40px;
}
.ct-u-paddingBottom40 {
  padding-bottom: 40px;
}
.ct-u-paddingBoth50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ct-u-paddingTop50 {
  padding-top: 50px;
}
.ct-u-paddingBottom50 {
  padding-bottom: 50px;
}
.ct-u-paddingBoth60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.ct-u-paddingTop60 {
  padding-top: 60px;
}
.ct-u-paddingBottom60 {
  padding-bottom: 60px;
}
.ct-u-paddingBoth70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.ct-u-paddingTop70 {
  padding-top: 70px;
}
.ct-u-paddingBottom70 {
  padding-bottom: 70px;
}
.ct-u-paddingBoth80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.ct-u-paddingTop80 {
  padding-top: 80px;
}
.ct-u-paddingBottom80 {
  padding-bottom: 80px;
}
.ct-u-paddingBoth90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.ct-u-paddingTop90 {
  padding-top: 90px;
}
.ct-u-paddingBottom90 {
  padding-bottom: 90px;
}
.ct-u-paddingBoth100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.ct-u-paddingTop100 {
  padding-top: 100px;
}
.ct-u-paddingBottom100 {
  padding-bottom: 100px;
}
.ct-u-paddingBoth150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.ct-u-paddingTop150 {
  padding-top: 150px;
}
.ct-u-paddingBottom150 {
  padding-bottom: 150px;
}
.ct-u-clearPadding {
  padding: 0 !important;
}
.ct-u-marginBoth0 {
  margin-top: 0;
  margin-bottom: 0;
}
.ct-u-marginTop0 {
  margin-top: 0;
}
.ct-u-marginBottom0 {
  margin-bottom: 0;
}
.ct-u-marginBoth10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.ct-u-marginTop10 {
  margin-top: 10px;
}
.ct-u-marginBottom10 {
  margin-bottom: 10px;
}
.ct-u-marginBoth15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.ct-u-marginTop15 {
  margin-top: 15px;
}
.ct-u-marginBottom15 {
  margin-bottom: 15px;
}
.ct-u-marginBoth20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.ct-u-marginTop20 {
  margin-top: 20px;
}
.ct-u-marginBottom20 {
  margin-bottom: 20px;
}
.ct-u-marginBoth30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.ct-u-marginTop30 {
  margin-top: 30px;
}
.ct-u-marginBottom30 {
  margin-bottom: 30px;
}
.ct-u-marginBoth40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.ct-u-marginTop40 {
  margin-top: 40px;
}
.ct-u-marginBottom40 {
  margin-bottom: 40px;
}
.ct-u-marginBoth50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.ct-u-marginTop50 {
  margin-top: 50px;
}
.ct-u-marginBottom50 {
  margin-bottom: 50px;
}
.ct-u-marginBoth60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.ct-u-marginTop60 {
  margin-top: 60px;
}
.ct-u-marginBottom60 {
  margin-bottom: 60px;
}
.ct-u-marginBoth70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.ct-u-marginTop70 {
  margin-top: 70px;
}
.ct-u-marginBottom70 {
  margin-bottom: 70px;
}
.ct-u-marginBoth80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.ct-u-marginTop80 {
  margin-top: 80px;
}
.ct-u-marginBottom80 {
  margin-bottom: 80px;
}
.ct-u-marginRight80 {
  margin-right: 80px;
}
.ct-u-marginLeft80 {
  margin-left: 80px;
}
.ct-u-marginBoth90 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.ct-u-marginTop90 {
  margin-top: 90px;
}
.ct-u-marginBottom90 {
  margin-bottom: 90px;
}
.ct-u-marginBoth100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.ct-u-marginTop100 {
  margin-top: 100px;
}
.ct-u-marginBottom100 {
  margin-bottom: 100px;
}
.ct-u-marginBoth150 {
  margin-top: 150px;
  margin-bottom: 150px;
}
.ct-u-marginTop150 {
  margin-top: 150px;
}
.ct-u-marginBottom150 {
  margin-bottom: 150px;
}
.ct-u-marginAuto {
  margin-left: auto;
  margin-right: auto;
}
.ct-u-colorWhite {
  color: #ffffff;
}
.ct-u-colorLightGray {
  color: #eeeeee;
}
.ct-u-colorDarkGray {
  color: #aaaaaa;
}
.ct-u-colorDarkerGray {
  color: #666666;
}
.ct-u-borderAll {
  border: 1px solid #dddddd;
}
.ct-u-borderBoth {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.ct-u-borderTop {
  border-top: 1px solid #dddddd;
}
.ct-u-borderBottom {
  border-bottom: 1px solid #dddddd;
}
.ct-u-borderMotiveBoth {
  border-top: 8px solid #1f8bf3;
  border-bottom: 8px solid #1f8bf3;
}
.ct-u-borderMotiveTop {
  border-top: 8px solid #1f8bf3;
}
.ct-u-borderMotiveBottom {
  border-bottom: 8px solid #1f8bf3;
}
.ct-u-borderTopGrayLighter {
  border-top: 1px solid #eeeeee;
}
.ct-u-borderBottomGrayLighter {
  border-bottom: 1px solid #eeeeee;
}
.ct-u-borderLeftGrayLighter {
  border-left: 1px solid #eeeeee;
}
.ct-u-borderRightGrayLighter {
  border-right: 1px solid #eeeeee;
}
.ct-u-doubleBorderBottom {
  position: relative;
  border-bottom: 1px solid #ffffff;
}
.ct-u-doubleBorderBottom:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #eeeeee;
}
.ct-u-doubleBorderTop {
  position: relative;
  border-top: 1px solid #eeeeee;
}
.ct-u-doubleBorderTop:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
}
.ct-u-bgClear {
  background: none !important;
}
.ct-u-backgroundWhite {
  background-color: #ffffff;
}
.ct-u-backgroundGray {
  background-color: #fbfbfb;
}
.ct-u-backgroundGray2 {
  background-color: #bbbbbb;
}
.ct-u-backgroundDarkGray {
  background-color: #222222;
  color: #ffffff;
}
.ct-u-backgroundDarkGray h1,
.ct-u-backgroundDarkGray .h1,
.ct-u-backgroundDarkGray h2,
.ct-u-backgroundDarkGray .h2,
.ct-u-backgroundDarkGray h3,
.ct-u-backgroundDarkGray .h3,
.ct-u-backgroundDarkGray h4,
.ct-u-backgroundDarkGray .h4,
.ct-u-backgroundDarkGray h5,
.ct-u-backgroundDarkGray .h5,
.ct-u-backgroundDarkGray h6,
.ct-u-backgroundDarkGray .h6 {
  color: #ffffff;
}
.ct-u-backgroundDarkGray h1 small,
.ct-u-backgroundDarkGray .h1 small,
.ct-u-backgroundDarkGray h2 small,
.ct-u-backgroundDarkGray .h2 small,
.ct-u-backgroundDarkGray h3 small,
.ct-u-backgroundDarkGray .h3 small,
.ct-u-backgroundDarkGray h4 small,
.ct-u-backgroundDarkGray .h4 small,
.ct-u-backgroundDarkGray h5 small,
.ct-u-backgroundDarkGray .h5 small,
.ct-u-backgroundDarkGray h6 small,
.ct-u-backgroundDarkGray .h6 small {
  color: #ffffff;
}
.ct-u-triangleTopLeft,
.ct-u-triangleTopRight {
  position: relative;
}
.ct-u-triangleTopLeft:before,
.ct-u-triangleTopRight:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.ct-u-triangleBottomLeft,
.ct-u-triangleBottomRight {
  position: relative;
}
.ct-u-triangleBottomLeft:after,
.ct-u-triangleBottomRight:after {
  z-index: 2;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.ct-u-triangleBottomLeft:after {
  left: 0;
  bottom: -30px;
  border-width: 0 30px 30px 0;
  border-color: transparent #1f8bf3 transparent transparent;
}
.ct-u-triangleBottomRight:after {
  right: 0;
  bottom: -30px;
  border-width: 30px 30px 0 0;
  border-color: #1f8bf3 transparent transparent transparent;
}
.ct-u-triangleTopLeft:before {
  left: 0;
  top: -30px;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #1f8bf3 transparent;
}
.ct-u-triangleTopRight:before {
  right: 0;
  top: -30px;
  border-width: 30px 0 0 30px;
  border-color: transparent transparent transparent #1f8bf3;
}
.ct-u-diagonalTopLeft,
.ct-u-diagonalTopRight {
  position: relative;
  overflow: hidden;
}
.ct-u-diagonalTopLeft:before,
.ct-u-diagonalTopRight:before {
  position: absolute;
  content: "";
  top: 0px;
  width: 140%;
  top: -25px;
  left: -20%;
  height: 50px;
  background-color: #333333;
}
.ct-u-diagonalBottomLeft,
.ct-u-diagonalBottomRight {
  position: relative;
  overflow: hidden;
}
.ct-u-diagonalBottomLeft:after,
.ct-u-diagonalBottomRight:after {
  position: absolute;
  content: "";
  bottom: -25px;
  width: 140%;
  left: -20%;
  height: 50px;
  background-color: #333333;
}
.ct-u-diagonalTopLeft:before {
  -webkit-transform: rotate(-1.3deg);
  -moz-transform: rotate(-1.3deg);
  -o-transform: rotate(-1.3deg);
  -ms-transform: rotate(-1.3deg);
  transform: rotate(-1.3deg);
}
.ct-u-diagonalTopRight:before {
  -webkit-transform: rotate(1.3deg);
  -moz-transform: rotate(1.3deg);
  -o-transform: rotate(1.3deg);
  -ms-transform: rotate(1.3deg);
  transform: rotate(1.3deg);
}
.ct-u-diagonalBottomLeft:after {
  -webkit-transform: rotate(1.3deg);
  -moz-transform: rotate(1.3deg);
  -o-transform: rotate(1.3deg);
  -ms-transform: rotate(1.3deg);
  transform: rotate(1.3deg);
}
.ct-u-diagonalBottomRight:after {
  -webkit-transform: rotate(-1.3deg);
  -moz-transform: rotate(-1.3deg);
  -o-transform: rotate(-1.3deg);
  -ms-transform: rotate(-1.3deg);
  transform: rotate(-1.3deg);
}
.ct-u-shadowBottom--type1,
.ct-u-shadowBottom--type2,
.ct-u-shadowBottom--type3 {
  position: relative;
}
.ct-u-shadowBottom--type1:after,
.ct-u-shadowBottom--type2:after,
.ct-u-shadowBottom--type3:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 999;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}
.ct-u-shadowTop--type1,
.ct-u-shadowTop--type2,
.ct-u-shadowTop--type3 {
  position: relative;
}
.ct-u-shadowTop--type1:before,
.ct-u-shadowTop--type2:before,
.ct-u-shadowTop--type3:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 999;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}
.ct-u-shadowBottom--type1:after {
  bottom: -20px;
  background-image: url("images/shadow_1.png");
  height: 20px;
}
.ct-u-shadowBottom--type2:after {
  bottom: -40px;
  background-image: url("images/shadow_2.png");
  height: 40px;
}
.ct-u-shadowBottom--type3:after {
  bottom: -40px;
  background-image: url("images/shadow_3.png");
  height: 40px;
}
.ct-u-shadowTop--type1:before {
  top: 0px;
  background-image: url("images/shadow_1.png");
  height: 20px;
}
.ct-u-shadowTop--type2:before {
  top: 0px;
  background-image: url("images/shadow_2.png");
  height: 40px;
}
.ct-u-shadowTop--type3:before {
  top: 0px;
  background-image: url("images/shadow_3.png");
  height: 40px;
}
/* **************************************
  MEDIA SECTIONS - VIDEO/PARALLAX/KENBURNS
  **************************************** */
video {
  width: 100%;
}
.ct-mediaSection {
  background-color: #111111;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.ct-mediaSection video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
}
.ct-mediaSection .ct-mediaSection-inner {
  position: relative;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .ct-mediaSection {
    width: 100%;
    display: block !important;
  }
  .ct-mediaSection .ct-mediaSection-inner {
    display: block;
    width: auto;
  }
}
.ct-mediaSection[data-type="pattern"] {
  background-repeat: repeat;
  display: table;
}
.ct-mediaSection[data-type="pattern"] .ct-mediaSection-inner {
  display: table-cell;
}
.ct-mediaSection[data-type="parallax"] {
  background-attachment: fixed;
  display: table;
}
.ct-mediaSection[data-type="parallax"].ct-mediaSection--stellar {
  overflow: hidden;
}
.ct-mediaSection[data-type="parallax"] .ct-mediaSection-inner {
  display: table-cell;
}
.ct-mediaSection[data-type="video"] {
  display: block;
}
.ct-mediaSection[data-type="video"] .ct-u-displayTable {
  height: 100%;
  position: absolute;
  top: 0;
}
.ct-mediaSection[data-type="video"] .ct-mediaSection-inner {
  display: table-cell;
}
.ct-mediaSection[data-type="video"] .ct-mediaSection-video {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .ct-mediaSection[data-type="video"] .ct-u-displayTable {
    display: block;
    position: relative;
  }
  .ct-mediaSection[data-type="video"] .ct-u-displayTable .ct-mediaSection-inner {
    display: block;
  }
}
.ct-mediaSection[data-type="kenburns"] {
  overflow: hidden;
  display: table;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-inner {
  display: table-cell;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer > img {
  vertical-align: middle;
  position: absolute;
  top: 50%;
  margin-top: -575px;
  max-width: none;
  min-width: 120%;
  min-height: 100%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  margin-left: -5%;
  -webkit-transition-property: opacity, -webkit-transform;
  -webkit-transition-duration: 3s, 8s;
  -moz-transition-property: opacity, -moz-transform;
  -moz-transition-duration: 3s, 8s;
  -o-transition-property: opacity, -o-transform;
  -o-transition-duration: 3s, 8s;
  transition-property: opacity, transform;
  transition-duration: 3s, 8s;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer > img.singlefx {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer > img {
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer :nth-child(2n+1) {
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer :nth-child(3n+1) {
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer :nth-child(4n+1) {
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer .fx:first-child + img ~ img {
  z-index: -1;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer .fx {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: scale(1.1) translate(30px);
  -moz-transform: scale(1.1) translate(30px);
  -o-transform: scale(1.1) translate(30px);
  transform: scale(1.1) translate(30px);
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer .singlefx {
  -webkit-animation: singleimageloop 20s infinite;
  /* Safari 4+ */
  -moz-animation: singleimageloop 20s infinite;
  /* Fx 5+ */
  -o-animation: singleimageloop 20s infinite;
  /* Opera 12+ */
  animation: singleimageloop 20s infinite;
  /* IE 10+ */
}
@-webkit-keyframes singleimageloop {
  0% {
    -webkit-transform: scale(1) translate(0px);
  }
  50% {
    -webkit-transform: scale(1.1) translate(30px);
  }
  100% {
    -webkit-transform: scale(1) translate(0px);
  }
}
@-moz-keyframes singleimageloop {
  0% {
    -moz-transform: scale(1) translate(0px);
  }
  50% {
    -moz-transform: scale(1.1) ct-m-translate(30px);
  }
  100% {
    -moz-transform: scale(1) translate(0px);
  }
}
@-o-keyframes singleimageloop {
  0% {
    -o-transform: scale(1) translate(0px);
  }
  50% {
    -o-transform: scale(1.1) translate(30px);
  }
  100% {
    -o-transform: scale(1) translate(0px);
  }
}
@keyframes singleimageloop {
  0% {
    transform: scale(1) translate(0px);
  }
  50% {
    transform: scale(1.1) translate(30px);
  }
  100% {
    transform: scale(1) translate(0px);
  }
}
.ct-mediaSection-stellarObject {
  position: absolute;
}
.ct-mediaSection--circleOverlay .ct-mediaSection-inner {
  padding: 0;
}
.ct-mediaSection--circleOverlay .ct-mediaSection-inner:before {
  bottom: 0;
  content: "";
  width: 9999px;
  background-color: #4c505e;
  display: block;
  height: 100%;
  position: absolute;
  right: 47%;
  overflow: hidden !important;
}
@media (max-width: 767px) {
  .ct-mediaSection--circleOverlay .ct-mediaSection-inner:before {
    right: -25%;
  }
}
.ct-mediaSection--circleOverlay .ct-mediaSection-inner .col-sm-3 {
  z-index: 1000;
}
@media (max-width: 767px) {
  .ct-mediaSection--circleOverlay {
    padding-bottom: 400px;
  }
}
.ct-mediaSection-circleOverlay {
  height: 150%;
  background-color: #4c505e;
  border-right: 10px solid #6c707f;
  border-radius: 50%;
  margin: 0 auto;
  z-index: 2;
  position: absolute;
  left: 38%;
  top: -23%;
  width: 30%;
  min-width: 550px;
}
@media (max-width: 1500px) {
  .ct-mediaSection-circleOverlay {
    left: 35%;
  }
}
@media (max-width: 1199px) {
  .ct-mediaSection-circleOverlay {
    left: 26%;
  }
}
@media (max-width: 991px) {
  .ct-mediaSection-circleOverlay {
    left: 19%;
  }
}
@media (max-width: 767px) {
  .ct-mediaSection-circleOverlay {
    left: -50%;
    top: 88%;
    height: 200px;
    width: 200%;
    border-right: 0;
    border-bottom: 10px solid #6c707f;
  }
}
.panel {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel-group {
  margin-bottom: 0;
}
.panel-group .panel {
  border: none;
}
.panel-group .panel > .panel-heading {
  background-color: transparent;
  border: none;
}
.panel-group .panel-body {
  background-color: #f8f8f8;
  margin-bottom: 12px;
}
.panel-heading {
  padding: 0;
  margin-top: 10px;
}
.panel-title {
  font-size: 16px;
  text-transform: lowercase;
}
.panel-title > a {
  display: block;
  padding: 15px 20px 15px 60px;
  position: relative;
  border-width: 1px;
  border-style: solid;
}
.panel-title > a.collapsed .ct-Diamond:before {
  content: "\f067";
}
.ct-Diamond {
  position: absolute;
  left: 19px;
  top: 50%;
  margin-top: -12.5px;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ct-Diamond:before {
  font-family: fontawesome;
  content: "\f068";
  position: absolute;
  width: 25px;
  height: 25px;
  font-size: 8px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
  z-index: 2;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ct-Diamond--motive {
  background-color: #1f8bf3;
}
.ct-Diamond--motive:before {
  color: #ffffff;
}
.ct-Diamond--default:before {
  color: #4c505e;
}
.ct-Diamond--success:before {
  color: #23da9c;
}
.ct-Diamond--danger:before {
  color: #ef4c64;
}
.ct-Diamond--warning:before {
  color: #f0ad4e;
}
.ct-Diamond--info:before {
  color: #5bc0de;
}
.ct-Diamond--motive-inverse:before {
  color: #1f8bf3;
}
.panel-default .panel-title > a {
  border-color: #4c505e;
  background-color: #4c505e;
  color: #ffffff;
}
.panel-default .panel-title > a.collapsed {
  border-color: #d3d3d3;
  background-color: transparent;
  color: #222222;
}
.panel-primary .panel-title > a {
  border-color: #222222;
  background-color: #222222;
  color: #ffffff;
}
.panel-success .panel-title > a {
  border-color: #23da9c;
  background-color: #23da9c;
  color: #ffffff;
}
.panel-warning .panel-title > a {
  border-color: #f0ad4e;
  background-color: #f0ad4e;
  color: #ffffff;
}
.panel-danger .panel-title > a {
  border-color: #ef4c64;
  background-color: #ef4c64;
  color: #ffffff;
}
.panel-info .panel-title > a {
  border-color: #5bc0de;
  background-color: #5bc0de;
  color: #ffffff;
}
.panel-motive .panel-title > a {
  border-color: #1f8bf3;
  background-color: #1f8bf3;
  color: #ffffff;
}
@media (max-width: 767px) {
  .panel-group .panel-body {
    margin-left: 0px;
  }
  .panel-title > a {
    padding: 20px 20px 20px 20px;
  }
  .panel-title > a:before {
    color: #222222;
    left: 50%;
    margin-left: -15px;
    top: -15px;
  }
  .panel-title .ct-Diamond {
    position: absolute;
    left: 50%;
    margin-left: -12.5px;
    margin-top: 0;
    top: -13px;
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.progress {
  background-color: #4c505e;
  height: 62px;
  border: 11px solid #eeeeee;
}
.progress .progress-bar {
  text-align: left;
  position: relative;
}
.progress .progress-bar span {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
  padding-left: 20px;
}
.progress .progress-bar:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -14.5px;
  height: 29px;
  width: 49px;
  background-image: url("../images/demo-content/progress-icon.png");
}
.progress-motive .progress-bar {
  background-color: #1f8bf3;
}
.progress-default {
  background-color: #eeeeee;
  box-shadow: none;
}
.progress-default .progress-bar {
  background-color: #ffffff;
}
.progress-default .progress-bar span {
  color: #4c505e;
}
.progress-default .progress-bar:after {
  transform: rotateY(-180deg);
  background-image: url("images/logo.png");
}
.progress-success .progress-bar {
  background-color: #23da9c;
}
.progress-warning .progress-bar {
  background-color: #f0ad4e;
}
.progress-info .progress-bar {
  background-color: #5bc0de;
}
.progress-danger .progress-bar {
  background-color: #ef4c64;
}
.nav-tabs {
  border: none;
}
.nav-tabs.nav-justified > li > a {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 3px;
}
.nav-tabs.nav-justified > li.active > a:hover,
.nav-tabs.nav-justified > li.active > a:focus,
.nav-tabs.nav-justified > li.active > a:active {
  border-color: #1f8bf3;
}
.nav-tabs.nav-justified > li:last-child > a {
  margin-right: 0;
}
.nav-tabs > li > a {
  border: 1px solid #d3d3d3;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 30px;
  text-transform: lowercase;
  line-height: 1;
  padding: 19px 25px;
  color: #222222;
  margin-right: 3px;
}
.nav-tabs > li.ct-navTabs--default > a {
  background-color: #f9f9f9;
}
.nav-tabs > li.ct-navTabs--default.active > a,
.nav-tabs > li.ct-navTabs--default > a:hover,
.nav-tabs > li.ct-navTabs--default > a:focus,
.nav-tabs > li.ct-navTabs--default > a:active {
  background-color: #1f8bf3;
  border-color: #1f8bf3;
  color: #ffffff;
}
.nav-tabs > li.ct-navTabs--success > a {
  background-color: #23da9c;
  border-color: #23da9c;
  color: #ffffff;
}
.nav-tabs > li.ct-navTabs--success.active > a,
.nav-tabs > li.ct-navTabs--success > a:hover,
.nav-tabs > li.ct-navTabs--success > a:focus,
.nav-tabs > li.ct-navTabs--success > a:active {
  background-color: #1f8bf3;
  border-color: #1f8bf3;
  color: #ffffff;
}
.nav-tabs > li.ct-navTabs--danger > a {
  background-color: #ef4c64;
  border-color: #ef4c64;
  color: #ffffff;
}
.nav-tabs > li.ct-navTabs--danger.active > a,
.nav-tabs > li.ct-navTabs--danger > a:hover,
.nav-tabs > li.ct-navTabs--danger > a:focus,
.nav-tabs > li.ct-navTabs--danger > a:active {
  background-color: #1f8bf3;
  border-color: #1f8bf3;
  color: #ffffff;
}
.nav-tabs > li.ct-navTabs--warning > a {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
  color: #ffffff;
}
.nav-tabs > li.ct-navTabs--warning.active > a,
.nav-tabs > li.ct-navTabs--warning > a:hover,
.nav-tabs > li.ct-navTabs--warning > a:focus,
.nav-tabs > li.ct-navTabs--warning > a:active {
  background-color: #1f8bf3;
  border-color: #1f8bf3;
  color: #ffffff;
}
.nav-tabs > li.ct-navTabs--info > a {
  background-color: #5bc0de;
  border-color: #5bc0de;
  color: #ffffff;
}
.nav-tabs > li.ct-navTabs--info.active > a,
.nav-tabs > li.ct-navTabs--info > a:hover,
.nav-tabs > li.ct-navTabs--info > a:focus,
.nav-tabs > li.ct-navTabs--info > a:active {
  background-color: #1f8bf3;
  border-color: #1f8bf3;
  color: #ffffff;
}
.tab-content {
  margin-top: 3px;
  margin-bottom: 3px;
}
.tab-content .tab-pane {
  background-color: #f9f9f9;
  border: 1px solid #d3d3d3;
  padding: 20px;
}
.ct-tabs .ct-tabs-toggle {
  font-weight: 600;
  color: #222222;
  text-align: center;
  padding: 45px 15px;
  background-color: #f9f9f9;
  border: 1px solid #d3d3d3;
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 70px;
}
.ct-tabs .ct-tabs-toggle i {
  display: block;
  margin-bottom: 40px;
  font-size: 100px;
}
.ct-tabs .ct-tabs-toggle:hover,
.ct-tabs .ct-tabs-toggle.is-active {
  background-color: transparent;
  color: #1f8bf3;
  border-color: #1f8bf3;
}
.ct-tabs .ct-tabs-content {
  padding-bottom: 70px;
  display: none;
}
.ct-tabs .ct-tabs-content.active {
  display: block;
}
.ct-gallery .wp-pagenavi {
  display: none;
}
.ct-gallery {
  overflow: hidden;
  min-height: 300px;
}
.ct-gallery.is-loaded:before {
  display: none;
}
.ct-gallery:before {
  content: "\f110";
  font-family: fontawesome;
  font-size: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.ct-gallery-item.ct-gallery-item--masonry {
  position: relative;
  width: 20%;
  float: left;
  margin-top: -1px;
  overflow: hidden;
}
.ct-gallery-item.ct-gallery-item--masonry .project-thumb {
  width: 100%;
}
.ct-gallery-item.ct-gallery-item--masonry img {
  width: 100%;
}
.ct-gallery-item.ct-gallery-item--masonry:hover .area-hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-gallery-item.ct-gallery-item--masonry:hover .area-hover .cat-links {
  top: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-gallery-item.ct-gallery-item--masonry:hover .area-hover .entry-title {
  top: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry {
  width: 20%;
}
.ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
.ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big {
  width: 40%;
}
.ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry {
  width: 25%;
}
.ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
.ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big {
  width: 50%;
}
.ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry {
  width: 33.33%;
}
.ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
.ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big {
  width: 66.66%;
}
.ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry {
  width: 50%;
}
.ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
.ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big {
  width: 100%;
}
.ct-gallery.ct-gallery--col1 .ct-gallery-item.ct-gallery-item--masonry {
  width: 100%;
}
@media (max-width: 991px) {
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry {
    width: 33.33%;
  }
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big {
    width: 66.66%;
  }
}
@media (max-width: 767px) {
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry,
  .ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry,
  .ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry {
    width: 100%;
  }
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big,
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big,
  .ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big,
  .ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big {
    width: 100%;
  }
}
#infscr-loading {
  z-index: 3000;
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -100px;
  text-align: center;
}
#infscr-loading > div {
  width: 200px;
  padding: 20px 0;
  background-color: #222222;
}
#infscr-loading img {
  display: none !important;
}
#infscr-loading div {
  position: relative;
  bottom: auto;
  left: auto;
}
#infscr-loading > div {
  position: absolute;
  bottom: -38px;
  left: 8px;
}
.gallerymessage {
  padding: 7px 15px;
  color: #ffffff;
}
.ct-gallery-buttons li {
  padding: 0;
  margin-right: 15px;
}
.ct-gallery-buttons .active.btn-motiveDark {
  background-color: #1f8bf3;
  border-bottom-color: #1175d6;
}
.ct-gallery-buttons .active.btn-motiveDark:before {
  border-color: #1f8bf3;
}
@media (max-width: 767px) {
  .ct-gallery-buttons {
    display: table;
  }
  .ct-gallery-buttons .btn-motive {
    display: table-cell;
  }
}
.ct-gallery--col2 .ct-gallery-itemInner {
  margin: 20px;
}
@media (min-width: 768px) {
  .ct-gallery--col3 .ct-gallery-itemInner {
    margin: 10px;
  }
}
.ct-gallery--col4 .ct-gallery-item .ct-gallery-itemInner {
  margin: -1px;
}
.ct-gallery-itemInner {
  margin-bottom: 40px;
  border-bottom: 5px solid #1f8bf3;
}
.ct-gallery-itemInner .ct-imageButton {
  opacity: 0;
  bottom: -5px;
}
.ct-gallery-itemInner .ct-imageOverlay {
  margin-top: -200px;
  margin-left: -200px;
  width: 400px;
  height: 400px;
}
.ct-gallery-itemInner .ct-imageOverlay h3 {
  font-size: 45px;
}
.ct-gallery-itemInner .ct-imageOverlay h3 span {
  font-size: 65px;
}
.ct-gallery-itemInner:hover .ct-imageButton {
  opacity: 1;
}
@media (max-width: 1199px) {
  .ct-gallery-itemInner .ct-imageOverlay {
    margin-top: -150px;
    margin-left: -150px;
    width: 300px;
    height: 300px;
  }
  .ct-gallery-itemInner .ct-imageOverlay h3 {
    font-size: 30px;
  }
  .ct-gallery-itemInner .ct-imageOverlay h3 span {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .ct-gallery-itemInner .ct-imageOverlay {
    margin-top: -125px;
    margin-left: -125px;
    width: 250px;
    height: 250px;
  }
  .ct-gallery-itemInner .ct-imageOverlay h3 {
    font-size: 25px;
  }
  .ct-gallery-itemInner .ct-imageOverlay h3 span {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .ct-gallery-itemInner {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .ct-gallery-itemInner .ct-imageOverlay-container {
    width: 100%;
  }
  .ct-gallery-itemInner .ct-imageButton {
    border-width: 71px 0 0 82px;
  }
  .ct-gallery-itemInner .ct-imageButton:after {
    border-width: 88px 0 0 105px;
    left: -112px;
  }
  .ct-gallery-itemInner .ct-imageButton:before {
    left: -72px;
    bottom: 7px;
    font-size: 20px;
  }
}
@media (max-width: 399px) {
  .ct-gallery-itemInner .ct-imageOverlay {
    margin-top: -75px;
    margin-left: -75px;
    width: 150px;
    height: 150px;
  }
  .ct-gallery-itemInner .ct-imageOverlay h3 {
    font-size: 15px;
  }
  .ct-gallery-itemInner .ct-imageOverlay h3 span {
    font-size: 25px;
  }
}
.ct-gallery--col1 .ct-gallery-itemInner {
  margin-bottom: 40px;
  border-bottom: 5px solid #1f8bf3;
}
.ct-gallery--col1 .ct-gallery-itemInner .ct-imageOverlay {
  margin-top: -200px;
  margin-left: -200px;
  width: 400px;
  height: 400px;
}
.ct-gallery--col1 .ct-gallery-itemInner .ct-imageOverlay h3 {
  font-size: 45px;
}
.ct-gallery--col1 .ct-gallery-itemInner .ct-imageOverlay h3 span {
  font-size: 65px;
}
.ct-gallery--col1 .ct-gallery-itemInner:hover .ct-imageButton {
  opacity: 1;
}
@media (max-width: 1199px) {
  .ct-gallery--col1 .ct-gallery-itemInner .ct-imageOverlay {
    margin-top: -150px;
    margin-left: -150px;
    width: 300px;
    height: 300px;
  }
  .ct-gallery--col1 .ct-gallery-itemInner .ct-imageOverlay h3 {
    font-size: 30px;
  }
  .ct-gallery--col1 .ct-gallery-itemInner .ct-imageOverlay h3 span {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .ct-gallery--col1 .ct-gallery-itemInner .ct-imageOverlay {
    margin-top: -125px;
    margin-left: -125px;
    width: 250px;
    height: 250px;
  }
  .ct-gallery--col1 .ct-gallery-itemInner .ct-imageOverlay h3 {
    font-size: 25px;
  }
  .ct-gallery--col1 .ct-gallery-itemInner .ct-imageOverlay h3 span {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .ct-gallery--col1 .ct-gallery-itemInner {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .ct-gallery--col1 .ct-gallery-itemInner .ct-imageOverlay-container {
    width: 100%;
  }
  .ct-gallery--col1 .ct-gallery-itemInner .ct-imageButton {
    border-width: 71px 0 0 82px;
  }
  .ct-gallery--col1 .ct-gallery-itemInner .ct-imageButton:after {
    border-width: 88px 0 0 105px;
    left: -112px;
  }
  .ct-gallery--col1 .ct-gallery-itemInner .ct-imageButton:before {
    left: -72px;
    bottom: 7px;
    font-size: 20px;
  }
}
@media (max-width: 399px) {
  .ct-gallery--col1 .ct-gallery-itemInner .ct-imageOverlay {
    margin-top: -75px;
    margin-left: -75px;
    width: 150px;
    height: 150px;
  }
  .ct-gallery--col1 .ct-gallery-itemInner .ct-imageOverlay h3 {
    font-size: 15px;
  }
  .ct-gallery--col1 .ct-gallery-itemInner .ct-imageOverlay h3 span {
    font-size: 25px;
  }
}
.ct-gallery--col2 .ct-gallery-itemInner {
  margin: 20px;
}
.ct-gallery--col2 .ct-gallery-itemInner .ct-imageOverlay {
  margin-top: -200px;
  margin-left: -200px;
  width: 400px;
  height: 400px;
}
.ct-gallery--col2 .ct-gallery-itemInner .ct-imageOverlay h3 {
  font-size: 40px;
}
.ct-gallery--col2 .ct-gallery-itemInner .ct-imageOverlay h3 span {
  font-size: 60px;
}
@media (max-width: 991px) {
  .ct-gallery--col2 .ct-gallery-itemInner .ct-imageOverlay {
    margin-top: -125px;
    margin-left: -125px;
    width: 250px;
    height: 250px;
  }
  .ct-gallery--col2 .ct-gallery-itemInner .ct-imageOverlay h3 {
    font-size: 25px;
  }
  .ct-gallery--col2 .ct-gallery-itemInner .ct-imageOverlay h3 span {
    font-size: 45px;
  }
  .ct-gallery--col2 .ct-gallery-itemInner .ct-imageButton {
    border-width: 71px 0 0 82px;
  }
  .ct-gallery--col2 .ct-gallery-itemInner .ct-imageButton:after {
    border-width: 66px 0 0 77px;
    left: -82px;
  }
  .ct-gallery--col2 .ct-gallery-itemInner .ct-imageButton:before {
    left: -72px;
    bottom: 7px;
    font-size: 20px;
  }
}
.ct-gallery--col3 .ct-gallery-itemInner,
.ct-gallery--col4 .ct-gallery-itemInner {
  margin: 10px;
}
.ct-gallery--col3 .ct-gallery-itemInner .ct-imageOverlay,
.ct-gallery--col4 .ct-gallery-itemInner .ct-imageOverlay {
  margin-top: -125px;
  margin-left: -125px;
  width: 250px;
  height: 250px;
}
.ct-gallery--col3 .ct-gallery-itemInner .ct-imageOverlay h3,
.ct-gallery--col4 .ct-gallery-itemInner .ct-imageOverlay h3 {
  font-size: 25px;
}
.ct-gallery--col3 .ct-gallery-itemInner .ct-imageOverlay h3 span,
.ct-gallery--col4 .ct-gallery-itemInner .ct-imageOverlay h3 span {
  font-size: 45px;
}
.ct-gallery--col3 .ct-gallery-itemInner .ct-imageButton,
.ct-gallery--col4 .ct-gallery-itemInner .ct-imageButton {
  border-width: 71px 0 0 82px;
}
.ct-gallery--col3 .ct-gallery-itemInner .ct-imageButton:after,
.ct-gallery--col4 .ct-gallery-itemInner .ct-imageButton:after {
  border-width: 66px 0 0 77px;
  left: -82px;
}
.ct-gallery--col3 .ct-gallery-itemInner .ct-imageButton:before,
.ct-gallery--col4 .ct-gallery-itemInner .ct-imageButton:before {
  left: -72px;
  bottom: 7px;
  font-size: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ct-gallery--col3 .ct-gallery-itemInner .ct-imageOverlay,
  .ct-gallery--col4 .ct-gallery-itemInner .ct-imageOverlay {
    margin-top: -100px;
    margin-left: -100px;
    width: 200px;
    height: 200px;
  }
  .ct-gallery--col3 .ct-gallery-itemInner .ct-imageOverlay h3,
  .ct-gallery--col4 .ct-gallery-itemInner .ct-imageOverlay h3 {
    font-size: 20px;
  }
  .ct-gallery--col3 .ct-gallery-itemInner .ct-imageOverlay h3 span,
  .ct-gallery--col4 .ct-gallery-itemInner .ct-imageOverlay h3 span {
    font-size: 30px;
  }
}
.ct-gallery--col4 .ct-gallery-itemInner {
  padding: 0;
  margin: 1px;
  border-bottom: none;
}
.ct-gallery-itemInner .ct-imageButton {
  opacity: 0;
  bottom: -5px;
}
html,
body,
.ct-intro-topImage {
  height: 100%;
}
.ct-intro--push .ct-intro-topImage {
  height: 100%;
}
/* Header */
.ct-intro-topImage {
  position: relative;
  margin: 0 auto;
  min-height: 768px;
  width: 100%;
  display: table;
  z-index: 9999;
}
@media (max-width: 767px) {
  .ct-intro-topImage {
    display: none;
  }
}
.bg-img {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #4c505e;
}
.bg-img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
}
.intro-effect-jam3 .ct-intro-title,
.ct-intro--fadeOut .ct-intro-title,
.ct-intro--push .ct-intro-title,
.ct-intro--sliced .ct-intro-title {
  z-index: 9000;
  margin-left: 12%;
  margin-top: 5%;
  width: 30%;
  position: relative;
  z-index: 9999;
}
.intro-effect-jam3 .ct-intro-title *,
.ct-intro--fadeOut .ct-intro-title *,
.ct-intro--push .ct-intro-title *,
.ct-intro--sliced .ct-intro-title * {
  position: relative;
}
.intro-effect-jam3 .ct-intro-title h3,
.ct-intro--fadeOut .ct-intro-title h3,
.ct-intro--push .ct-intro-title h3,
.ct-intro--sliced .ct-intro-title h3 {
  margin: 0;
  float: right;
}
/* Trigger Button */
button.trigger {
  position: fixed;
  bottom: 50px;
  left: 50%;
  z-index: 9999;
  display: block;
  margin-left: -0.5em;
  padding: 0;
  border: none;
  background: transparent;
  color: transparent;
  font-size: 2em;
  cursor: pointer;
}
.ct-pageWrapper:not(.notrans) button.trigger {
  -webkit-transition: opacity 0.3s 0.5s;
  transition: opacity 0.3s 0.5s;
}
.ct-pageWrapper.modify:not(.notrans) button.trigger {
  opacity: 0;
  pointer-events: none;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
button.trigger::before {
  position: absolute;
  top: 100%;
  left: -100%;
  padding: 0.8em;
  width: 300%;
  color: #fff;
  content: attr(data-info);
  font-size: 14px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-transform: uppercase;
}
button.trigger:focus {
  outline: none;
}
button.trigger span {
  position: relative;
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
}
button.trigger span::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  content: "\f107";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: fontawesome;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 2px solid #ffffff;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.modify button.trigger {
  display: none;
}
/***** Individual effects *****/
/* -------------------------- */
/* Jam 3 */
/* -------------------------- */
.intro-effect-jam3:not(.notrans) .bg-img {
  -webkit-transition-property: top, left, right, bottom;
  transition-property: top, left, right, bottom;
}
.intro-effect-jam3:not(.notrans) .ct-intro-topImage h1,
.intro-effect-jam3:not(.notrans) .codrops-top a {
  -webkit-transition-property: color;
  transition-property: color;
}
.intro-effect-jam3:not(.notrans) .codrops-demos a {
  -webkit-transition-property: border-color, color;
  transition-property: border-color, color;
}
.intro-effect-jam3:not(.notrans) .ct-intro-topImage p {
  -webkit-transition-property: color, opacity, -webkit-transform;
  transition-property: color, opacity, transform;
}
.intro-effect-jam3:not(.notrans) .ct-intro-content > div {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
}
.intro-effect-jam3:not(.notrans) .bg-img,
.intro-effect-jam3:not(.notrans) .ct-intro-topImage h1,
.intro-effect-jam3:not(.notrans) .codrops-top a,
.intro-effect-jam3:not(.notrans) .codrops-demos a,
.intro-effect-jam3:not(.notrans) .ct-intro-content > div {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.intro-effect-jam3:not(.notrans) .ct-intro-topImage p,
.intro-effect-jam3:not(.notrans) .ct-intro-topImage p.subline,
.intro-effect-jam3:not(.notrans) .ct-intro-content > div {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.intro-effect-jam3.modify:not(.notrans) .ct-intro-topImage p,
.intro-effect-jam3.modify:not(.notrans) .ct-intro-topImage p.subline,
.intro-effect-jam3.modify:not(.notrans) .ct-intro-content > div {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.intro-effect-jam3 .codrops-demos a {
  color: #fff;
}
.intro-effect-jam3 .codrops-demos a.current-demo {
  border-color: #fff;
}
.intro-effect-jam3.modify .codrops-demos a {
  color: #c03b5d;
}
.intro-effect-jam3.modify .codrops-demos a.current-demo {
  border-color: #c03b5d;
}
.intro-effect-jam3.ct-pageWrapper {
  padding: 45px 30px;
}
.intro-effect-jam3 .bg-img {
  top: -45px;
  right: -30px;
  bottom: -45px;
  left: -30px;
  background: #514753;
}
.intro-effect-jam3.modify .bg-img {
  top: 0;
  right: 0;
  bottom: 85%;
  left: 0;
}
.intro-effect-jam3.modify .ct-intro-topImage h1 {
  color: #514753;
}
.intro-effect-jam3 .ct-intro-topImage p {
  color: #514753;
  opacity: 0;
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
}
.intro-effect-jam3.modify .ct-intro-topImage p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.intro-effect-jam3 .ct-intro-content {
  padding: 0 5em 5em;
}
.intro-effect-jam3 .ct-intro-topImage,
.intro-effect-jam3 .ct-intro-content {
  background: #fff;
}
.intro-effect-jam3 .ct-intro-content > div {
  opacity: 0;
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
}
.intro-effect-jam3.modify .ct-intro-content > div {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.intro-effect-jam3.modify .codrops-top a {
  color: #514753;
}
/* Delays */
.intro-effect-jam3.modify:not(.notrans) .ct-intro-topImage p:nth-last-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.intro-effect-jam3.modify:not(.notrans) .ct-intro-topImage p:last-child {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.intro-effect-jam3.modify:not(.notrans) .ct-intro-content > div {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/* -------------------------- */
/* Faded gradient */
/* -------------------------- */
.ct-intro--fadeOut .ct-intro-topImage {
  display: table;
  height: 760px;
}
.ct-intro--fadeOut .ct-intro-topImage .inner {
  display: table-cell;
  vertical-align: middle;
}
.ct-intro--fadeOut:not(.notrans) .bg-img {
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}
.ct-intro--fadeOut:not(.notrans) .bg-img::after {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.ct-intro--fadeOut:not(.notrans) .ct-intro-topImage p,
.ct-intro--fadeOut:not(.notrans) .ct-intro-content > div {
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
.ct-intro--fadeOut:not(.notrans) .bg-img,
.ct-intro--fadeOut:not(.notrans) .bg-img::after,
.ct-intro--fadeOut:not(.notrans) .ct-intro-topImage p,
.ct-intro--fadeOut:not(.notrans) .ct-intro-content > div {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.ct-intro--fadeOut .ct-intro-topImage {
  overflow: hidden;
}
.ct-intro--fadeOut.modify .bg-img {
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
}
.ct-intro--fadeOut .bg-img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 101%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.ct-intro--fadeOut.modify .bg-img::after {
  opacity: 1;
}
.ct-intro--fadeOut .ct-intro-title {
  text-align: left;
  max-width: 900px;
}
.ct-intro--fadeOut.modify .ct-intro-topImage h1,
.ct-intro--fadeOut.modify .ct-intro-topImage h2,
.ct-intro--fadeOut.modify .ct-intro-topImage h3,
.ct-intro--fadeOut.modify .ct-intro-topImage h4,
.ct-intro--fadeOut.modify .ct-intro-topImage h5,
.ct-intro--fadeOut.modify .ct-intro-topImage h6,
.ct-intro--fadeOut.modify .ct-intro-topImage p {
  color: #313842;
}
.ct-intro--fadeOut .ct-intro-topImage p {
  opacity: 0;
}
.ct-intro--fadeOut .ct-intro-topImage p:nth-child(2) {
  -webkit-transform: translateX(150px);
  transform: translateX(150px);
}
.ct-intro--fadeOut .ct-intro-topImage p:nth-child(3) {
  -webkit-transform: translateX(-150px);
  transform: translateX(-150px);
}
.ct-intro--fadeOut.modify .ct-intro-topImage p:nth-child(2),
.ct-intro--fadeOut.modify .ct-intro-topImage p:nth-child(3) {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.ct-intro--fadeOut .ct-intro-content {
  z-index: 1000;
  position: relative;
}
.ct-intro--fadeOut .ct-intro-content > .div,
.ct-intro--fadeOut .ct-intro-content > .div-top,
.ct-intro--fadeOut .ct-intro-content > .div-bottom {
  opacity: 0;
  -webkit-transform: translateY(350px);
  transform: translateY(350px);
}
.ct-intro--fadeOut.modify .ct-intro-content > div {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* -------------------------- */
/* Sliced */
/* -------------------------- */
.ct-intro--sliced .ct-intro-topImage {
  position: absolute;
  left: 0;
  top: 0;
}
.ct-intro--sliced .ct-intro-topImage.fix-zindex {
  z-index: -1;
}
.ct-intro--sliced:not(.notrans) .bg-img,
.ct-intro--sliced:not(.notrans) .ct-intro-title {
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}
.ct-intro--sliced:not(.notrans) .ct-intro-content > div {
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
.ct-intro--sliced:not(.notrans) .bg-img,
.ct-intro--sliced:not(.notrans) .ct-intro-title,
.ct-intro--sliced:not(.notrans) .ct-intro-content > div {
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.ct-intro--sliced.modify:not(.notrans) .ct-intro-title,
.ct-intro--sliced.modify:not(.notrans) .ct-intro-content > div {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.ct-intro--sliced .bg-img:first-child {
  bottom: 50%;
  position: fixed;
}
.ct-intro--sliced .bg-img:last-child {
  top: 50%;
  position: fixed;
  z-index: 900;
}
.snapjs-left .ct-intro--sliced .bg-img:last-child,
.snapjs-right .ct-intro--sliced .bg-img:last-child,
.boxed .ct-intro--sliced .bg-img:last-child {
  position: absolute;
}
.snapjs-left .ct-intro--sliced .bg-img:first-child,
.snapjs-right .ct-intro--sliced .bg-img:first-child,
.boxed .ct-intro--sliced .bg-img:first-child {
  position: absolute;
}
.ct-intro--sliced .bg-img:last-child img {
  top: -100%;
}
.ct-intro--sliced.modify .bg-img:first-child {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ct-intro--sliced.modify .bg-img:last-child {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.ct-intro--sliced .ct-intro-title {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.ct-intro--sliced.modify .ct-intro-title {
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.ct-intro--sliced .ct-intro-content > div {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  opacity: 0;
}
.ct-intro--sliced.modify .ct-intro-content > div {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
/* Delays */
.ct-intro--sliced.modify:not(.notrans) .ct-intro-title {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
/* -------------------------- */
/* Push */
/* -------------------------- */
.ct-intro--push:not(.notrans) .ct-intro-topImage,
.ct-intro--push:not(.notrans) > .ct-intro-title,
.ct-intro--push:not(.notrans) .ct-intro-content > div {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.ct-intro--push:not(.notrans) .ct-intro-topImage {
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
}
.ct-intro--push .ct-intro-topImage {
  position: absolute;
  top: 0;
}
.ct-intro--push > .ct-intro-title {
  position: relative;
  top: auto;
  left: auto;
  padding: 6em 1em 2em;
}
.ct-intro--push > .ct-intro-title,
.ct-intro--push .ct-intro-content > div {
  -webkit-transform: translateY(400px);
  transform: translateY(400px);
  opacity: 0;
}
.ct-intro--push.modify > .ct-intro-title,
.ct-intro--push.modify .ct-intro-content > div {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.ct-intro--push.modify .ct-intro-topImage {
  opacity: 0;
  -webkit-transform: translateY(-100%) scale(0.9);
  transform: translateY(-100%) scale(0.9);
}
/* Delays */
.ct-intro--push.modify:not(.notrans) > .ct-intro-title {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.ct-intro--push.modify:not(.notrans) .ct-intro-content > div {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
/* Media Queries */
@media screen and (max-width: 47em) {
  .ct-intro-title {
    font-size: 70%;
  }
}
@media screen and (max-width: 1024px) {
  .ct-intro--push .ct-intro-topImage .ct-intro-title,
  .ct-intro--sliced .ct-intro-topImage .ct-intro-title,
  .intro-effect-jam3 .ct-intro-topImage .ct-intro-title,
  .ct-intro--push .ct-intro-topImage .ct-intro-title {
    top: 30%;
  }
}
@media screen and (max-width: 767px) {
  .intro-effect-jam3 .ct-intro-content {
    padding: 0 2em 5em;
  }
  .bg-img img {
    min-height: 0;
  }
  .ct-intro--push .ct-intro-topImage .ct-intro-title,
  .ct-intro--sliced .ct-intro-topImage .ct-intro-title,
  .intro-effect-jam3 .ct-intro-topImage .ct-intro-title,
  .ct-intro--push .ct-intro-topImage .ct-intro-title {
    top: 60px;
  }
  .ct-intro-title {
    font-size: 50%;
  }
  button.trigger::before {
    display: none;
  }
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.counter-group {
  display: inline-block;
}
.counter-group:before,
.counter-group:after {
  content: " ";
  display: table;
}
.counter-group:after {
  clear: both;
}
.counter-block {
  float: left;
  padding-right: 40px;
  padding-left: 40px;
}
.counter-block .counter {
  position: relative;
  width: 165px;
  height: 140px;
  overflow: hidden;
}
.counter-block .counter .number {
  padding: 1%;
  width: 46%;
  height: 98%;
  background-color: #222222;
  position: absolute;
  font-size: 140px;
  line-height: 140px;
  top: -10000px;
}
.counter-block .counter .number.tens {
  left: 0;
}
.counter-block .counter .number.units {
  left: 50%;
}
.counter-block .counter .number.hundreds {
  display: none;
}
.counter-block .counter .number.show {
  top: 0;
  z-index: 2;
}
.counter-block .counter .number.hidden-down {
  top: 100%;
}
.counter-block .counter .number.hidden-up {
  top: -100%;
  z-index: 100;
}
.counter-block .counter.with-hundreds {
  width: 300px;
}
.counter-block .counter.with-hundreds .number {
  width: 30.66%;
}
.counter-block .counter.with-hundreds .number.tens {
  left: 33.33%;
}
.counter-block .counter.with-hundreds .number.units {
  left: 66.66%;
}
.counter-block .counter.with-hundreds .number.hundreds {
  display: block;
  left: 0;
}
.counter-block .counter-caption {
  font-size: 150%;
}
@media (max-width: 992px) {
  .counter-block {
    margin-right: 10px;
  }
  .counter-block .counter {
    width: 120px;
    height: 100px;
    overflow: hidden;
    font-weight: 700;
  }
  .counter-block .counter .number {
    font-size: 108px;
    line-height: 90px;
  }
  .counter-block .counter.with-hundreds {
    width: 180px;
  }
  .counter-block .counter-caption {
    font-size: 100%;
  }
}
@media (max-width: 768px) {
  .counter-block {
    margin-right: 8px;
  }
  .counter-block .counter {
    width: 96px;
    height: 80px;
  }
  .counter-block .counter .number {
    font-size: 86px;
    line-height: 72px;
  }
  .counter-block .counter.with-hundreds {
    width: 144px;
  }
  .counter-block .counter-caption {
    font-size: 85%;
  }
}
@media (max-width: 480px) {
  .counter-block .counter {
    width: 61px;
    height: 52px;
  }
  .counter-block .counter .number {
    font-size: 55px;
    line-height: 50px;
  }
  .counter-block .counter.with-hundreds {
    width: 91px;
  }
  .counter-block .counter-caption {
    font-size: 70%;
  }
}
/*
Version: 3.5.2 Timestamp: Sat Nov  1 14:43:36 EDT 2014
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  padding: 0;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}
.select2-container .select2-choice {
  display: block;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  line-height: 45px;
  text-decoration: none;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, #ffffff));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 90%);
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
  color: #4c505e;
}
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop-active {
  border-top: none;
}
.select2-drop-auto-width {
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  position: absolute;
  right: 1%;
  top: 50%;
  margin-top: -4px;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #4c505e;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border-top-color: transparent;
}
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 15px;
  color: #4c505e;
}
html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}
.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}
.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}
.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}
.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}
.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}
.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}
.select2-results .select2-highlighted {
  background: #1f8bf3;
  color: #fff;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}
/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(to bottom, #eeeeee 1%, #ffffff 15%);
}
html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus span {
  color: #4c505e;
}
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
}
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  background-image: none;
  background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
  color: inherit;
  font-weight: 600;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
html {
  max-width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body {
  background-color: #ffffff;
}
img {
  max-width: 100%;
}
img#ct-js-logo {
  max-width:100%;
  margin-top: -24.4px;
}
img#mobile-logo {
  max-width:70%;
  margin-top: -10.4px;
}
.ct-img100 {
  width: 100%;
}
*:focus {
  outline: 0;
}
.ct-pageWrapper {
  position: relative;
  z-index: 3;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: -5px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -5px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: -5px 2px 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .ct-pageWrapper {
    padding-top: 140px;
  }
  .ct-pageWrapper--onepager {
    padding-top: 70px !important;
  }
}
body.boxed .ct-pageWrapper,
.ptn1 .ct-pageWrapper,
.ptn2 .ct-pageWrapper,
.ptn3 .ct-pageWrapper,
.ptn4 .ct-pageWrapper,
.ptn5 .ct-pageWrapper,
.ptn6 .ct-pageWrapper,
.ptn7 .ct-pageWrapper,
.ptn8 .ct-pageWrapper,
.ptn9 .ct-pageWrapper,
.ptn10 .ct-pageWrapper,
.ptn11 .ct-pageWrapper,
.ptn12 .ct-pageWrapper,
.ptn13 .ct-pageWrapper {
  max-width: 1200px;
  margin: auto;
}
.ptn1,
.ptn2,
.ptn3,
.ptn4,
.ptn5,
.ptn6,
.ptn7,
.ptn8,
.ptn9,
.ptn10,
.ptn11,
.ptn12,
.ptn13 {
  background-attachment: fixed !important;
}
.ct-containerAbsolute {
  overflow: hidden;
  position: absolute;
  bottom: -70px;
  width: 100%;
  height: 130px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .ct-containerAbsolute {
    width: 100%;
  }
}
.ct-containerAbsolute-inside {
  background-color: #ffffff;
  height: 130px;
  width: 1230px;
  display: block;
  position: relative;
  margin: 0 auto;
}
.ct-containerAbsolute-inside:before,
.ct-containerAbsolute-inside:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  top: 10px;
  bottom: 15px;
  left: 0;
  right: 0;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.ct-containerAbsolute-inside:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}
.ct-offsetTop25 {
  top: -25px;
}
.flexslider {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.flexslider .flex-viewport {
  max-height: 2400px;
}
.flexslider.ct-flexslider-js-noMargin {
  margin: 0;
}
.flexslider ul.slides > li {
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.flexslider .flex-direction-nav a {
  text-shadow: none;
  color: #ffffff;
  line-height: 40px;
}
.flexslider .flex-control-paging li {
  margin: 0 3px;
}
.flexslider .flex-control-paging li a {
  background-color: #b3b3b3;
  border: none;
  width: 16px;
  height: 16px;
  position: relative;
}
.flexslider .flex-control-paging li a:before {
  background-color: #4c505e;
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.flexslider .flex-control-paging li a.flex-active:before {
  margin-left: -8px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-flexslider--controlsPadding100 .flex-control-nav {
  bottom: -100px;
}
.ct-flexslider--margin25 ul li {
  margin-right: 25px;
}
.ct-flexslider--margin75 ul li {
  margin-right: 75px;
}
.ct-flexslider--fixMargin {
  margin: 0 -20px;
  width: auto;
}
.ct-flexslider--mainSlider {
  position: relative;
}
.ct-flexslider--mainSlider li {
  background-size: cover;
}
.ct-flexslider--mainSlider img {
  margin: 0 auto;
  padding-top: 5%;
  padding-bottom: 5%;
  width: 479px;
}
.ct-flexslider--mainSlider h3 {
  position: absolute;
  display: table-cell;
  left: 0;
  right: 0;
  top: 50%;
  width: 400px;
  height: 200px;
  margin: auto;
  margin-top: -100px;
  color: #ffffff;
}
.ct-flexslider--mainSlider h3 span {
  color: #ffffff;
  font-size: 70px;
  font-weight: 500;
}
.ct-flexslider--mainSlider .flex-control-nav {
  position: absolute;
  bottom: -1%;
  right: -29%;
  margin: 0 auto;
}
.ct-flexslider--mainSlider .flex-control-nav li a {
  z-index: 5000;
}
@media (max-width: 991px) {
  .ct-flexslider--mainSlider img {
    padding-top: 2%;
    width: 485px;
    height: 429px;
    padding-bottom: 10%;
  }
  .ct-flexslider--mainSlider h3 {
    width: 350px;
    height: 215px;
    margin-top: -107px;
    font-size: 35px;
  }
  .ct-flexslider--mainSlider h3 span {
    font-size: 60px;
  }
  .ct-flexslider--mainSlider .flex-control-nav {
    right: initial;
    bottom: 10px;
  }
  .ct-flexslider--mainSlider .ct-containerAbsolute {
    bottom: -60px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .ct-flexslider--mainSlider img {
    padding-bottom: 12%;
  }
}
@media (max-width: 450px) {
  .ct-flexslider--mainSlider img {
    width: 285px;
    height: 329px;
    padding-bottom: 20%;
  }
  .ct-flexslider--mainSlider h3 {
    font-size: 25px;
    height: 190px;
    margin-top: -80px;
    width: 200px;
  }
  .ct-flexslider--mainSlider h3 span {
    font-size: 40px;
  }
}
.ct-flexslider--fw .flex-viewport,
.ct-flexslider--fw .slides {
  height: 100%;
}
.ct-flexslider--fw .ct-flexslider-progress {
  width: 100%;
}
.ct-flexslider--controls2 .flex-control-paging {
  -moz-opacity: 0.95;
  -khtml-opacity: 0.95;
  -webkit-opacity: 0.95;
  opacity: 0.95;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
  filter: alpha(opacity=95);
  top: 46%;
  right: 25%;
  width: auto;
  bottom: auto;
}
.ct-flexslider--controls2 .flex-control-paging li {
  display: block;
  margin: 10px;
}
.ct-flexslider--controls2 .flex-control-paging li a {
  background: #ffffff;
  border: 2px solid #3a3f4d;
}
.ct-flexslider--controls2 .flex-control-paging li a.flex-active:before {
  background-color: #3a3f4d;
  margin-left: -4px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
}
.ct-flexslider--controls3 .flex-control-paging {
  -moz-opacity: 0.95;
  -khtml-opacity: 0.95;
  -webkit-opacity: 0.95;
  opacity: 0.95;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
  filter: alpha(opacity=95);
  bottom: 5%;
  right: auto;
}
.ct-flexslider--controls3 .flex-control-paging li a {
  background: #ffffff;
  border: 2px solid #3a3f4d;
  margin: 3px;
}
.ct-flexslider--controls3 .flex-control-paging li a.flex-active:before {
  background-color: #3a3f4d;
  margin-left: -4px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
}
.ct-flexslider--arrowType2 .flex-direction-nav a,
.ct-flexslider--arrowType2:hover .flex-direction-nav a {
  z-index: 3000;
  top: 20px;
  bottom: 1px;
  left: auto;
  color: #ffffff;
  text-shadow: none;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  background-color: #1f8bf3;
  width: 25px;
  height: 25px;
  line-height: 50px;
  text-align: center;
  font-size: 10px;
}
.ct-flexslider--arrowType2 .flex-disabled {
  background-color: #eeeeee !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
}
.ct-flexslider--arrowType2:hover .flex-next:hover:hover,
.ct-flexslider--arrowType2:hover .flex-prev:hover:hover {
  background-color: #4c505e;
}
.ct-flexslider--arrowType2 .flex-direction-nav a.flex-next {
  right: 5px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.ct-flexslider--arrowType2 .flex-direction-nav a.flex-prev {
  right: 43px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ct-flexslider--arrowType2 .flex-direction-nav a.flex-next:before {
  content: "∟";
  font-size: 10px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 1px;
  bottom: 14px;
}
.ct-flexslider--arrowType2 .flex-direction-nav a.flex-prev:before {
  content: "∟";
  font-size: 10px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 1px;
  bottom: 14px;
}
.ct-flexslider--arrowType3 .flex-direction-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
}
.ct-flexslider--arrowType3 .flex-direction-nav a,
.ct-flexslider--arrowType3:hover .flex-direction-nav a {
  z-index: 3000;
  top: 20px;
  bottom: 1px;
  left: auto;
  color: #ffffff;
  text-shadow: none;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  background-color: #1f8bf3;
  width: 25px;
  height: 25px;
  line-height: 50px;
  text-align: center;
  font-size: 10px;
}
.ct-flexslider--arrowType3 .flex-disabled {
  background-color: #eeeeee !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
}
.ct-flexslider--arrowType3:hover .flex-next:hover:hover,
.ct-flexslider--arrowType3:hover .flex-prev:hover:hover {
  background-color: #4c505e;
}
.ct-flexslider--arrowType3 .flex-direction-nav a.flex-next {
  right: -38px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.ct-flexslider--arrowType3 .flex-direction-nav a.flex-prev {
  right: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ct-flexslider--arrowType3 .flex-direction-nav a.flex-next:before {
  content: "∟";
  font-size: 10px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 1px;
  bottom: 14px;
}
.ct-flexslider--arrowType3 .flex-direction-nav a.flex-prev:before {
  content: "∟";
  font-size: 10px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 1px;
  bottom: 14px;
}
.ct-flexslider-col4 img {
  width: 267px;
}
.ct-flexslider-progress {
  background: rgba(225, 225, 225, 0.2);
  height: 6px;
  position: relative;
  width: 1230px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .ct-flexslider-progress {
    width: 100%;
  }
}
.ct-flexslider-progressBar {
  background: #1f8bf3;
  height: 6px;
  width: 0;
}
.ct-diamondOverlay img {
  width: auto !important;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ct-diamondOverlay h3 {
  position: absolute;
  display: table-cell;
  left: 0;
  right: 0;
  top: 50%;
  width: 400px;
  height: 200px;
  margin: auto;
  margin-top: -100px;
  color: #ffffff;
}
.ct-diamondOverlay h3 span {
  color: #ffffff;
  font-size: 70px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .ct-diamondOverlay img {
    padding-top: 2%;
    width: 485px;
    height: 429px;
    padding-bottom: 10%;
  }
  .ct-diamondOverlay h3 {
    width: 350px;
    height: 215px;
    margin-top: -107px;
    font-size: 35px;
  }
  .ct-diamondOverlay h3 span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .ct-diamondOverlay img {
    padding-bottom: 12%;
  }
}
@media (max-width: 450px) {
  .ct-diamondOverlay img {
    width: 285px;
    height: 329px;
    padding-bottom: 20%;
  }
  .ct-diamondOverlay h3 {
    font-size: 25px;
    height: 190px;
    margin-top: -80px;
    width: 200px;
  }
  .ct-diamondOverlay h3 span {
    font-size: 40px;
  }
}
.ct-testimonialsSlider {
  position: relative;
}
.ct-owlContainer-nav {
  display: table;
  margin: 0 auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ct-owlContainer-nav .owl-next,
.ct-owlContainer-nav .owl-prev,
.ct-owlContainer-nav a {
  position: absolute;
  display: inline-block;
  color: #ffffff;
  text-shadow: none;
  margin: 20px;
  text-align: center;
  z-index: 2;
  font-size: 10px;
  line-height: 27px;
  top: 30%;
}
.ct-owlContainer-nav .owl-next:before,
.ct-owlContainer-nav .owl-prev:before,
.ct-owlContainer-nav a:before {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #1f8bf3;
  z-index: -1;
  left: -7px;
}
.ct-owlContainer-nav .owl-prev {
  left: 33%;
}
.ct-owlContainer-nav .owl-next {
  right: 33%;
}
.ct-owlContainer-nav .owl-next:before {
  left: -10px;
}
@media (max-width: 1199px) {
  .ct-owlContainer-nav .owl-prev {
    left: 29%;
  }
  .ct-owlContainer-nav .owl-next {
    right: 29%;
  }
}
@media (max-width: 991px) {
  .ct-owlContainer-nav .owl-prev {
    left: 23%;
  }
  .ct-owlContainer-nav .owl-next {
    right: 23%;
  }
}
@media (max-width: 767px) {
  .ct-owlContainer-nav .owl-prev {
    left: 5%;
  }
  .ct-owlContainer-nav .owl-next {
    right: 5%;
  }
}
@media (max-width: 499px) {
  .ct-owlContainer-nav .owl-prev {
    left: -16px;
  }
  .ct-owlContainer-nav .owl-next {
    right: -16px;
  }
}
.ct-owlContainer-nav .owl-next,
.ct-owlContainer-nav .owl-prev {
  cursor: pointer;
}
.ct-owlContainer-nav .owl-next:hover:before,
.ct-owlContainer-nav .owl-prev:hover:before {
  background: #4c505e;
}
.ct-owlContainer-nav a {
  background: #ffffff;
  color: #b3b3b3;
  border: 1px solid #b3b3b3;
  line-height: 37px;
}
.owl-carousel-testimonials .ct-itemTestimonials {
  position: relative;
  width: 342px;
  background: #f8f8f8;
  border-bottom: 4px solid #eeeeee;
  padding: 25px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  display: table;
}
.owl-carousel-testimonials .ct-itemTestimonials p {
  margin-bottom: 10px;
}
.owl-carousel-testimonials .ct-itemTestimonials p span {
  font-weight: 600;
}
.owl-carousel-testimonials .ct-itemTestimonials--mediaObject {
  padding-left: 17px;
  padding-right: 17px;
}
.owl-carousel-testimonials .ct-itemTestimonials--mediaObject img {
  width: 80px;
  padding-right: 10px;
}
.owl-carousel-testimonials .ct-itemTestimonials--mediaObject div,
.owl-carousel-testimonials .ct-itemTestimonials--mediaObject img {
  display: table-cell;
  vertical-align: top;
  min-width: 80px;
}
@media (max-width: 767px) {
  .owl-carousel-testimonials .ct-itemTestimonials {
    margin-left: auto;
    margin-right: auto;
  }
}
.owl-carousel-testimonials .ct-itemTestimonials:before,
.owl-carousel-testimonials .ct-itemTestimonials:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 10px 0 10px;
  border-color: #f8f8f8 transparent transparent transparent;
  z-index: 5;
}
.owl-carousel-testimonials .ct-itemTestimonials:after {
  bottom: -16px;
  left: 50%;
  margin-left: -14px;
  border-style: solid;
  border-width: 16px 14px 0 14px;
  border-color: #eeeeee transparent transparent transparent;
  z-index: 1;
}
@media (max-width: 499px) {
  .owl-carousel-testimonials .ct-itemTestimonials {
    width: auto;
  }
}
.ct-accordionSlider-header {
  position: relative;
}
.ct-accordionSlider-header h5 {
  background-color: #4c505e;
  color: #ffffff;
  padding: 25px 0;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.ct-accordionSlider-item {
  padding: 30px;
  background: #f8f8f8;
  border-bottom: 5px solid #eeeeee;
}
.ct-accordionSlider-item p,
.ct-accordionSlider-item span {
  margin: 0;
}
.ct-accordionSlider-item span {
  font-weight: 600;
}
.ct-accordionSlider .owl-next,
.ct-accordionSlider .owl-prev,
.ct-accordionSlider a {
  position: absolute;
  display: inline-block;
  color: #ffffff;
  text-shadow: none;
  margin: 20px;
  text-align: center;
  z-index: 2;
  font-size: 10px;
  line-height: 27px;
  top: 1px;
}
.ct-accordionSlider .owl-next:before,
.ct-accordionSlider .owl-prev:before,
.ct-accordionSlider a:before {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #1f8bf3;
  z-index: -1;
  left: -7px;
  top: 0;
  right: 0;
  bottom: 0;
}
.ct-accordionSlider .owl-next:hover,
.ct-accordionSlider .owl-prev:hover,
.ct-accordionSlider a:hover {
  cursor: pointer;
}
.ct-accordionSlider .owl-next:hover i,
.ct-accordionSlider .owl-prev:hover i,
.ct-accordionSlider a:hover i {
  color: #1f8bf3;
}
.ct-accordionSlider .owl-next:hover:before,
.ct-accordionSlider .owl-prev:hover:before,
.ct-accordionSlider a:hover:before {
  background-color: #ffffff;
}
.ct-accordionSlider .owl-prev {
  left: 1%;
}
.ct-accordionSlider .owl-next {
  right: 1%;
}
.ct-accordionSlider .owl-next:before {
  left: -10px;
}
@media (max-width: 359px) {
  .ct-accordionSlider .owl-prev,
  .ct-accordionSlider .owl-next {
    top: 11px;
  }
  .ct-accordionSlider h5 {
    padding-left: 25%;
    padding-right: 25%;
  }
}
.ct-pageSectionHeader {
  position: relative;
  z-index: 3000;
  font-size: 40px;
}
.ct-pageSectionHeader .ct-ListDiamond {
  top: -5px;
  left: 5px;
}
.ct-pageSectionHeader .ct-ListDiamond i {
  font-size: 8px;
  top: -1px;
  left: 0;
}
.ct-pageSectionHeader p {
  font-size: 16px;
}
.ct-pageSectionHeader h4 {
  position: relative;
}
.ct-pageSectionHeader h4:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 0;
  left: 0;
  border-bottom: 4px solid #1f8bf3;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
}
.ct-pageSectionHeader a:hover h4:after {
  opacity: 1;
  bottom: -8px;
}
@media (max-width: 767px) {
  .ct-pageSectionHeader h4 {
    text-align: center;
  }
}
.ct-sectionHeader {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center !important;
}
.ct-sectionHeader h2 {
  font-size: 60px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 0;
}
.ct-sectionHeader h3 {
  font-size: 30px;
  font-weight: 300;
  color: #b3b3b3;
  text-align: center;
  margin: 0;
  padding: 0;
}
.ct-sectionHeader h3 {
  display: inline;
}
.ct-sectionHeader .ct-ListDiamond {
  top: -6px;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.ct-sectionHeader .ct-ListDiamond:before {
  top: 1px;
  right: 1px;
  left: 1px;
  bottom: 1px;
}
.ct-sectionHeader a:hover .ct-ListDiamond:before {
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
}
@media (max-width: 499px) {
  .ct-sectionHeader {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .ct-sectionHeader h2 {
    font-size: 55px;
  }
  .ct-sectionHeader h3 {
    font-size: 28px;
  }
}
@media (max-width: 399px) {
  .ct-sectionHeader {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .ct-sectionHeader h2 {
    font-size: 45px;
  }
  .ct-sectionHeader h3 {
    font-size: 26px;
  }
}
@media (max-width: 359px) {
  .ct-sectionHeader {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .ct-sectionHeader h2 {
    font-size: 40px;
  }
  .ct-sectionHeader h3 {
    font-size: 24px;
  }
}
.ct-imageOverlay-container {
  position: relative;
  display: table;
}
.ct-imageOverlay-container .ct-imageButton {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 2;
  border-style: solid;
  border-width: 116px 0 0 133px;
  border-color: transparent transparent transparent #3a3f4d;
}
.ct-imageOverlay-container .ct-imageButton:before {
  position: absolute;
  left: -110px;
  bottom: 20px;
  font-size: 30px;
  content: "\f002";
  font-family: fontawesome;
  color: #ffffff;
  z-index: 2;
}
.ct-imageOverlay-container .ct-imageButton:after {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 108px 0 0 125px;
  border-color: transparent transparent transparent #4c505e;
  bottom: 0;
  left: -133px;
  z-index: 1;
}
.ct-imageOverlay-container .ct-imageOverlay {
  position: absolute;
  height: 480px;
  width: 480px;
  margin: auto;
  margin-top: -240px;
  left: 50%;
  margin-left: -240px;
  top: 50%;
  background: url("../images/diamondOverlay.png") center center no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  display: table;
  opacity: 0;
}
.ct-imageOverlay-container .ct-imageOverlay-text {
  display: table-cell;
  vertical-align: middle;
}
.ct-imageOverlay-container .ct-imageOverlay h3 {
  margin: auto;
  color: #ffffff;
}
.ct-imageOverlay-container .ct-imageOverlay h3 span {
  color: #ffffff;
  font-size: 75px;
}
@media (max-width: 550px) {
  .ct-imageOverlay-container .ct-imageOverlay {
    margin-top: -137.5px;
    margin-left: -137.5px;
    height: 275px;
    width: 275px;
  }
  .ct-imageOverlay-container .ct-imageOverlay h3 {
    font-size: 35px;
  }
  .ct-imageOverlay-container .ct-imageOverlay h3 span {
    font-size: 45px;
  }
}
.ct-imageOverlay-container:hover .ct-imageButton {
  border-color: transparent transparent transparent #1175d6;
}
.ct-imageOverlay-container:hover .ct-imageButton:after {
  border-color: transparent transparent transparent #1f8bf3;
}
.ct-imageOverlay-container:hover .ct-imageOverlay {
  opacity: 1;
}
.ct-tabHeader {
  display: table;
  position: relative;
  width: 100%;
  background: #4c505e;
}
@media (max-width: 767px) {
  .ct-tabHeader {
    display: block;
    margin: 0 -15px;
    width: auto;
  }
}
.ct-tabHeader:before,
.ct-tabHeader:after {
  overflow-x: hidden;
  content: "";
  background: #4c505e;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 9999px;
  border-bottom: 5px solid #3a3f4d;
}
.ct-tabHeader:before {
  right: 100%;
}
.ct-tabHeader:after {
  left: 100%;
}
.ct-tabHeader ul {
  margin: 0 !important;
}
.ct-tabHeader ul li {
  text-align: center;
  font-size: 17px;
  border-bottom: 5px solid #3a3f4d;
}
@media (min-width: 768px) {
  .ct-tabHeader ul li {
    display: table-cell;
    width: 1%;
    line-height: initial;
    vertical-align: middle;
  }
}
.ct-tabHeader ul li:first-child a {
  border-left: none;
}
.ct-tabHeader ul li:last-child a,
.ct-tabHeader ul li:last-child .ct-tabBorder {
  border-right: none;
}
.ct-tabHeader ul li .ct-tabBorder {
  border-right: 1px solid #3a3f4d;
}
.ct-tabHeader ul li a {
  border-right: 1px solid #646773;
  color: #ffffff;
  display: block;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 21px;
  cursor: pointer;
}
.ct-tabHeader .active {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: relative;
}
.ct-tabHeader .active .mini-triangle {
  position: absolute;
  top: 0;
  left: 45%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #fff transparent transparent transparent;
}
@media (max-width: 767px) {
  .ct-tabHeader .active .mini-triangle {
    display: none;
  }
}
.ct-tabHeader .active .ct-tabBorder {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.ct-tabHeader .active .ct-tabBorder a {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border-right: 1px solid;
}
.ct-tabHeader--motive .active {
  border-color: #1175d6;
}
.ct-tabHeader--motive .active .ct-tabBorder {
  border-color: #1f8bf3;
}
.ct-tabHeader--motive .active .ct-tabBorder a {
  background: #1f8bf3;
  border-color: #1175d6;
}
.ct-tabHeader--success .active {
  border-color: #1cae7d;
}
.ct-tabHeader--success .active .ct-tabBorder {
  border-color: #23da9c;
}
.ct-tabHeader--success .active .ct-tabBorder a {
  background: #23da9c;
  border-color: #1cae7d;
}
.ct-tabHeader--danger .active {
  border-color: #eb1d3b;
}
.ct-tabHeader--danger .active .ct-tabBorder {
  border-color: #ef4c64;
}
.ct-tabHeader--danger .active .ct-tabBorder a {
  background: #ef4c64;
  border-color: #eb1d3b;
}
.ct-tabHeader--info .active {
  border-color: #31b0d5;
}
.ct-tabHeader--info .active .ct-tabBorder {
  border-color: #5bc0de;
}
.ct-tabHeader--info .active .ct-tabBorder a {
  background: #5bc0de;
  border-color: #31b0d5;
}
.ct-tabHeader--warning .active {
  border-color: #ec971f;
}
.ct-tabHeader--warning .active .ct-tabBorder {
  border-color: #f0ad4e;
}
.ct-tabHeader--warning .active .ct-tabBorder a {
  background: #f0ad4e;
  border-color: #ec971f;
}
.ct-tabStacked li {
  border-top: 1px solid #f8f8f8;
  width: 210px;
}
.ct-tabStacked li a {
  margin-left: -12px;
}
.ct-tabStacked li a,
.ct-tabStacked li.active a,
.ct-tabStacked li:hover a,
.ct-tabStacked li.active:hover a {
  margin-right: 0;
  font-size: 16px;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: none;
  height: 80px;
  text-transform: initial;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ct-tabStacked li a i,
.ct-tabStacked li.active a i,
.ct-tabStacked li:hover a i,
.ct-tabStacked li.active:hover a i {
  font-size: 40px;
  padding-right: 20px;
  padding-bottom: 10px;
}
.ct-tabStacked li a i,
.ct-tabStacked li a span {
  color: #4c505e;
}
.ct-tabStacked li a span {
  position: relative;
  top: -7px;
}
.ct-tabStacked li.active a i,
.ct-tabStacked li.active a span,
.ct-tabStacked li:hover,
.ct-tabStacked li.active:hover {
  color: #1f8bf3;
}
.ct-tabStacked li:hover,
.ct-tabStacked li.active:hover {
  background-color: #ffffff;
}
.ct-tabStacked li:hover a,
.ct-tabStacked li.active:hover a,
.ct-tabStacked li:hover a i,
.ct-tabStacked li.active:hover a i,
.ct-tabStacked li:hover a span,
.ct-tabStacked li.active:hover a span {
  background: none;
  color: #1f8bf3;
}
@media (max-width: 767px) {
  .ct-tabStacked li {
    width: 100%;
  }
  .ct-tabStacked li a {
    margin-left: 20px;
  }
}
.ct-mediaTabs li a {
  text-align: center;
}
.ct-mediaTabs li img {
  border: 3px solid transparent;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  width: 84px;
}
.ct-mediaTabs li a,
.ct-mediaTabs li.active a,
.ct-mediaTabs li:hover a,
.ct-mediaTabs li.active:hover a {
  margin-right: 0;
  border: none;
  padding: 0;
  padding-bottom: 10px;
}
.ct-mediaTabs li a i,
.ct-mediaTabs li a span {
  color: #4c505e;
}
.ct-mediaTabs li a span {
  position: relative;
}
.ct-mediaTabs li.active a i,
.ct-mediaTabs li.active a span {
  color: #1f8bf3;
}
.ct-mediaTabs li:hover a,
.ct-mediaTabs li.active:hover a {
  background: none;
}
.ct-mediaTabs li:hover img,
.ct-mediaTabs li.active:hover img {
  border-color: #1f8bf3;
}
.ct-mediaTabs li.active:hover img {
  border-color: transparent;
}
.ct-mediaTabs li.active:before {
  content: "";
  position: absolute;
  right: -48px;
  top: 32px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 16px 11px 0;
  border-color: transparent #f8f8f8 transparent transparent;
}
.ct-mediaTabs-content {
  background-color: #f8f8f8;
  padding: 35px;
  border-bottom: 5px solid #eeeeee;
  margin-left: 24px;
}
.ct-mediaTabs-content span {
  font-weight: 600;
}
.ct-mediaTabs-content i {
  color: #eeeeee;
  font-size: 64px;
  line-height: 64px;
  float: left;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .ct-mediaTabs-content {
    margin-left: 0;
  }
  .ct-mediaTabs li {
    display: table-cell;
    width: 1%;
  }
  .ct-mediaTabs li.active:before {
    right: 50%;
    margin-right: -11px;
    top: auto;
    bottom: -15px;
    border-width: 0 11px 14px 11px;
    border-color: transparent transparent #f8f8f8 transparent;
  }
}
.ct-mediaTabs--navRight li.active:before {
  content: "";
  position: absolute;
  left: -24px;
  top: 32px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 16px;
  border-color: transparent transparent transparent #f8f8f8;
}
.tab-content {
  margin-top: 0;
  margin-bottom: 0;
}
.tab-content .tab-pane {
  border: none !important;
  background: none !important;
  padding: 0;
}
.ct-product img {
  width: 100%;
}
.ct-product p {
  line-height: 26px;
}
.ct-product .ct-imgWrapper {
  position: relative;
}
.ct-product .ct-imgWrapper img {
  background: #eeeeee;
}
.ct-product .ct-imgWrapper .ct-imgWrapper-name {
  position: absolute;
  top: 10%;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.ct-product .ct-imgWrapper:hover .ct-shopIcon {
  background: #4c505e;
}
.ct-product .ct-imgWrapper-triangle {
  position: absolute;
  bottom: -13px;
  left: 45%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 13px 0 13px;
  /*border-color: #eeeeee transparent transparent transparent;*/
  border-color: #4C505E transparent transparent transparent;
}
.ct-product-circle {
  z-index: 2000;
  color: #f9f9f9;
  text-align: center;
  line-height: 62px;
  font-size: 18px;
  border-radius: 360px;
  border: 5px solid #f8f8f8;
  width: 75px;
  height: 75px;
  position: absolute;
  top: -9%;
  right: -7%;
  overflow: visible;
}
.ct-product-circle--sale {
  background-color: #4c505e;
}
.ct-product-circle--new {
  background-color: #1f8bf3;
}
.ct-product-square {
  z-index: 2000;
  color: #f8f8f8;
  text-align: center;
  line-height: 47px;
  font-size: 16px;
  border: 4px solid #f9f9f9;
  width: 55px;
  height: 55px;
  position: absolute;
  top: -4px;
  right: -4px;
}
.ct-product-square--sale {
  background-color: #4c505e;
}
.ct-product-square--new {
  background-color: #1f8bf3;
}
.ct-product .ct-starRating {
  position: absolute;
  bottom: 2%;
  left: 6%;
  font-size: 20px;
  color: #4c505e;
  z-index: 1;
}
.ct-product .ct-starRating .fa-star-empty {
  color: #b3b3b3;
}
.ct-product .ct-shopIcon {
  width: 58px;
  height: 49px;
  background: #1f8bf3;
  color: #ffffff;
  font-size: 21px;
  text-align: center;
  line-height: 52px;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.6s;
  z-index: 1;
}
.ct-product .ct-fakeButton {
  border: none;
  font-size: 14px;
  height: 36px;
  line-height: 35px;
  color: #ffffff;
  cursor: default;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .ct-product .ct-fakeButton {
    width: 100%;
    margin-top: 20px;
  }
}
.ct-product .flex-control-nav {
  position: initial;
  padding-top: 60px;
}
@media (min-width: 1199px) {
  .ct-product .col-sm-4:first-child {
    padding-right: 50px;
  }
  .ct-product .col-sm-4:nth-child(2) {
    padding-left: 31.25px;
    padding-right: 31.25px;
  }
  .ct-product .col-sm-4:last-child {
    padding-left: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ct-product-circle {
    width: 60px;
    height: 60px;
    line-height: 50px;
    font-size: 16px;
  }
  .ct-product h5 {
    font-size: 20px;
  }
  .ct-product .ct-starRating {
    font-size: 18px;
  }
  .ct-product .ct-shopIcon {
    width: 48px;
    height: 39px;
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 360px) and (max-width: 767px) {
  .ct-product-circle {
    top: -18px;
    right: -9px;
  }
}
@media (max-width: 359px) {
  .ct-product-circle {
    top: -24px;
    right: -12px;
    width: 65px;
    height: 65px;
    line-height: 52px;
    font-size: 16px;
  }
}
.ct-product-wrapper {
  left: 12px;
}
.ct-product-wrapper .ct-product-withPadding {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 1199px) {
  .ct-product-wrapper .ct-product-withPadding {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 991px) {
  .ct-product-wrapper .ct-product-withPadding {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .ct-product-wrapper .ct-product-withPadding {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 599px) {
  .ct-product-wrapper .ct-product-withPadding {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.ct-product-wrapper .ct-product-circle {
  width: 65px;
  height: 65px;
  line-height: 55px;
  font-size: 16px;
  right: -6%;
}
.ct-product-wrapper .ct-product .ct-imgWrapper-name {
  font-size: 20px;
}
.ct-product-wrapper .ct-product .ct-imgWrapper .ct-shopIcon {
  height: 40px;
  width: 48px;
  font-size: 18px;
  line-height: 44px;
}
.ct-product-wrapper .ct-product .ct-imgWrapper .ct-starRating {
  font-size: 19px;
}
.ct-promoSection {
  text-align: center;
}
.ct-promoSection img {
  width: 863px;
  margin: 0 auto;
}
.ct-promoSection h2 {
  margin-top: 0;
}
.ct-promoSection h2 span {
  color: #b3b3b3;
}
@media (min-width: 580px) {
  .ct-promoSection h2 {
    font-size: 90px;
  }
  .ct-promoSection h4 {
    font-size: 40px;
  }
}
.ct-numberedBox {
  color: #ffffff;
}
.ct-numberedBox h2,
.ct-numberedBox h4,
.ct-numberedBox span {
  color: #ffffff;
}
.ct-numberedBox h2 {
  font-size: 96px;
}
.ct-numberedBox p {
  color: #b3b3b3;
}
.ct-numberedBox-head {
  position: relative;
}
@media (max-width: 767px) {
  .ct-numberedBox {
    text-align: center;
  }
}
.ct-line {
  font-weight: 200;
  z-index: 2;
  height: 8px;
  width: 90px;
  background-color: #ffffff;
  border: 3px solid #4c505e;
  font-size: 140px;
  position: absolute;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #4c505e;
  -webkit-text-fill-color: #ffffff;
  text-shadow: -1px -4px 0 #4c505e, 1px -1px 0 #4c505e, -1px 1px 0 #4c505e, 1px 1px 0 #4c505e;
  left: 2px;
}
.ct-line--1 {
  bottom: 23px;
}
.ct-line--2 {
  bottom: 16px;
}
.ct-line--3 {
  bottom: 9px;
}
@media (max-width: 767px) {
  .ct-line {
    left: 50%;
    margin-left: -45px;
  }
}
@media (min-width: 992px) {
  .ct-collections .ct-flip-wrapper {
    float: right;
  }
  .ct-collections .col-xs-6 {
    margin: 0;
    padding: 0;
  }
}
.ct-collections .col-sm-6 {
  padding: 0;
}
.ct-collections h3 {
  font-size: 40px !important;
  margin-bottom: 0;
  color: #4c505e;
}
.ct-collections h4 .ct-ListDiamond {
  width: 25px;
  height: 25px;
  line-height: 30px;
  margin-left: 20px;
}
.ct-collections h4 .fa-chevron-right {
  top: -3px;
  left: 1px;
}
.ct-collections h4 a {
  color: #b3b3b3;
}
.ct-collections h4 a:hover {
  color: #1f8bf3;
}
.ct-collections h4 a:hover .ct-ListDiamond:before {
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
}
.ct-collections h4 a:hover span {
  color: #1f8bf3;
}
@media (max-width: 991px) {
  .ct-collections .ct-flip-wrapper {
    margin: auto;
  }
  .ct-collections .col-sm-3 {
    padding: 0;
  }
  .ct-collections .ct-flip-container {
    margin: 1% auto;
  }
}
@media (max-width: 350px) {
  .ct-collections .ct-flip-container {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .ct-collections .col-md-4 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ct-collections .col-md-8 {
    padding: 0;
  }
  .ct-collections .ct-flip-wrapper {
    float: none;
    clear: both;
  }
}
/* entire container, keeps perspective */
.ct-flip-container {
  perspective: 1000;
  transform-style: preserve-3d;
}
.ct-flip-container img {
  width: 175px;
  height: 175px;
}
/*  UPDATED! flip the pane when hovered */
.ct-flip-container:hover .ct-back {
  transform: rotateY(0deg);
}
.ct-flip-container:hover .ct-front {
  transform: rotateY(180deg);
  z-index: 0;
}
.ct-flip-container,
.ct-front,
.ct-back {
  width: 175px;
  height: 175px;
}
/* flip speed goes here */
.ct-flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
/* hide back of pane during swap */
.ct-front,
.ct-back {
  backface-visibility: hidden;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
}
/*  UPDATED! front pane, placed above back */
.ct-front {
  z-index: 2;
  transform: rotateY(0deg);
}
/* back, initially hidden pane */
.ct-back {
  transform: rotateY(-180deg);
  background-color: #1f8bf3;
  display: table;
}
.ct-back h5 {
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-left: 15%;
  padding-right: 15%;
}
.ct-teamMember {
  background: #ffffff;
  display: block;
}
.ct-teamMember--bg {
  border-top: 1px solid #ffffff;
  background: #4c505e;
  color: #ffffff;
  border-bottom: 5px solid #3a3f4d;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  line-height: 1.5em;
  font-size: 18px;
  font-weight: 600;
}
.ct-teamMember p {
  margin: 0;
  padding-left: 10%;
  padding-right: 10%;
}
.ct-teamMember:hover .ct-teamMember--bg {
  background: #1f8bf3;
  border-bottom-color: #1175d6;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.ct-teamMember:hover .ct-curlPlus--bottomright {
  border-style: solid;
  border-width: 0 0 45px 45px;
  border-color: transparent transparent #1f8bf3 transparent;
}
.ct-teamMember-large {
  position: relative;
}
@media (min-width: 768px) {
  .ct-teamMember-large .ct-teamMember {
    margin-right: 30px;
  }
}
.ct-teamMember-large .ct-teamMember:hover .ct-teamMember--bg {
  background: #4c505e;
  border-bottom-color: #4c505e;
}
.ct-curlPlus-wrapper {
  position: relative;
}
.ct-curlPlus-wrapper .ct-curlPlus {
  position: absolute;
}
.ct-curlPlus-wrapper .ct-curlPlus--topleft {
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 45px 0 0;
  border-color: #f8f8f8 transparent transparent transparent;
}
.ct-curlPlus-wrapper .ct-curlPlus--bottomright {
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 45px 45px;
  border-color: transparent transparent #4c505e transparent;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.ct-curlPlus-wrapper span {
  position: absolute;
  bottom: 0;
  right: 6px;
  color: white;
  font-size: 24px;
  font-weight: 300;
}
.ct-testimonials .tab-pane {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .ct-testimonials .tab-pane {
    padding: 15px;
  }
}
.ct-testimonials .col-sm-10 {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.ct-testimonials ul {
  margin-bottom: 0;
  display: table;
}
.ct-testimonials ul img {
  width: 267px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.ct-testimonials ul img:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  -webkit-filter: grayscale(65%);
  -moz-filter: grayscale(65%);
  filter: grayscale(65%);
}
.ct-testimonials ul .active img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-testimonials li {
  display: table-cell;
}
.ct-logoSlider {
  background-image: url("../images/demo-content/logos-bg.png");
}
.ct-logoSlider .container {
  background-image: url("../images/demo-content/logos-bg.png");
}
.ct-list li a,
.ct-list li span {
  color: #4c505e;
}
.ct-list h5 {
  font-size: 18px;
}
.ct-list ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.ct-list ul .ct-listTable {
  display: table-cell;
  vertical-align: top;
}
.ct-list ul li {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.5em;
}
.ct-list ul li span {
  padding-left: 5px;
  display: table-cell;
  vertical-align: top;
}
.ct-list ul a:hover .ct-ListDiamond:before {
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
}
.ct-list ul a:hover span {
  color: #1f8bf3;
}
.ct-list--dark li a,
.ct-list--dark li span {
  color: #ffffff;
}
.ct-ListDiamond {
  position: relative;
  top: -2px;
  display: inline-block;
  color: #ffffff;
  text-shadow: none;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  background-color: #1f8bf3;
  width: 19px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  font-size: 9px;
  font-weight: 300;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  margin-right: 15px;
}
.ct-ListDiamond i {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ct-ListDiamond .fa-chevron-right {
  position: relative;
  top: 0;
  left: 2px;
}
.ct-ListDiamond:before {
  content: '';
  border: 3px solid #1f8bf3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.ct-simpleList li i {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  color: #1f8bf3;
  margin-right: 15px;
  font-weight: 300;
  font-size: 14px;
}
.ct-simpleList li a {
  color: #4c505e;
}
.ct-simpleList li a:hover i {
  margin-left: 5px;
  margin-right: 10px;
}
.ct-mediaList {
  padding-left: 0;
}
.ct-mediaList li a {
  display: table;
  padding: 10px 0;
  color: #4c505e;
}
.ct-mediaList li a img {
  float: left;
  padding-right: 20px;
  min-width: 75px;
}
.ct-mediaList li a img,
.ct-mediaList li a div {
  display: table-cell;
  vertical-align: middle;
}
.ct-mediaList li a p {
  margin: 0;
  line-height: 20px;
}
.ct-mediaList li a span {
  color: #4c505e;
  font-weight: 600;
  font-size: 18px;
}
.ct-mediaList li a .ct-mediaList-date {
  color: #b3b3b3;
}
.ct-tagLight {
  color: #4c505e;
  border: 1px solid #eeeeee;
  padding: 5px 10px;
  margin: 4px;
  line-height: 40px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.ct-tagLight:hover {
  color: #1f8bf3;
  border-color: #1f8bf3;
}
.ct-tags a,
.ct-socials a {
  color: #b3b3b3;
  text-align: center;
}
.ct-tags span,
.ct-socials span {
  color: #4c505e;
  margin-right: 10px !important;
  margin-left: 20px !important;
  padding: 0 !important;
}
.ct-tags i,
.ct-socials i {
  color: #4c505e;
  font-weight: 600;
  margin-right: 10px;
}
.ct-socials span {
  font-weight: 800;
  text-transform: uppercase;
}
.popover {
  background: #1f8bf3;
  border-radius: 0;
}
.popover .popover-title {
  padding: 15px 20px;
}
.popover h3 {
  font-size: 18px;
  color: #ffffff;
  background: none;
  border: none;
  font-weight: 600;
}
.popover.top {
  margin-top: -20px;
  margin-left: 38px;
}
.popover .arrow {
  display: none;
}
.ct-footer {
  background-color: #3a3f4d;
}
.ct-footer a,
.ct-footer p {
  color: #4c505e;
}
.ct-footer-list {
  border-top: 8px solid #3a3f4d;
  background-color: #4c505e;
}
.ct-footer-list h5,
.ct-footer-list a span,
.ct-footer-list i,
.ct-footer-list li span {
  color: #ffffff;
}
.ct-footer footer a:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
}
.ct-iconBox {
  background-color: #ffffff;
  margin-bottom: 12px;
  margin-top: 12px;
  padding: 25px;
  border-bottom: 3px solid #eeeeee;
}
.ct-iconBox i,
.ct-iconBox p {
  display: table-cell;
  vertical-align: top;
}
.ct-iconBox h4 {
  padding-bottom: 5px;
}
.ct-iconBox--leftIcon i {
  float: left;
  padding-right: 20px;
  margin-top: 3px;
}
.ct-iconBox--rightIcon i {
  float: right;
  padding-left: 20px;
  margin-top: 3px;
}
.ct-iconBox-motive {
  background-color: #1f8bf3;
}
.ct-iconBox-motive h4,
.ct-iconBox-motive p,
.ct-iconBox-motive i,
.ct-iconBox-motive span {
  color: #ffffff;
}
.ct-mediaBox {
  position: relative;
  height: 278px;
  overflow: hidden;
  background-size: cover;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .ct-mediaBox-container {
    padding-top: 50px;
  }
}
.ct-mediaBox video,
.ct-mediaBox img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 500px) and (max-width: 767px) {
  .ct-mediaBox video,
  .ct-mediaBox img {
    height: auto;
    width: 100%;
  }
}
.ct-mediaBox--text {
  border: 1px solid #eeeeee;
  padding: 50px;
}
.ct-mediaBox--text h3 {
  margin-bottom: 10px;
}
@media (max-width: 400px) {
  .ct-mediaBox--text {
    padding: 35px;
  }
}
.ct-verticalRoundedImage h3 {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .ct-verticalRoundedImage h3 {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 40px;
  }
}
@media (max-width: 459px) {
  .ct-verticalRoundedImage h3 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
  }
}
.ct-verticalRoundedImage h5 {
  padding-bottom: 20px;
}
.ct-verticalRoundedImage img {
  width: 100%;
}
.ct-verticalRoundedImage-noHeader h5 {
  padding-bottom: 0;
}
.ct-slideInRightSection {
  position: relative;
}
.ct-slideInRightSection img {
  width: 291px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.ct-slideInRightSection img:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}
.ct-slideInRightSection:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 9999px;
  overflow-x: hidden;
  height: 100%;
  background-color: #f8f8f8;
  border-bottom: 8px solid #1f8bf3;
  z-index: -1;
}
.ct-slideInRightSection-motive {
  background-color: #1f8bf3;
  float: right;
  clear: both;
}
.ct-slideInRightSection-motive:after {
  background: #1f8bf3;
  border-bottom: 6px solid #1175d6;
}
.ct-slideInRightSection--featured {
  width: 25%;
  padding-right: 2%;
  padding-left: 2%;
}
.ct-slideInRightSection--featured h4,
.ct-slideInRightSection--featured h5 {
  color: #ffffff;
}
@media (max-width: 767px) {
  .ct-slideInRightSection {
    text-align: center;
  }
}
.ct-slideInLeftSection {
  position: relative;
}
.ct-slideInLeftSection .ct-mediaList {
  z-index: 2;
  padding-left: 0;
  padding-right: 5px;
}
.ct-slideInLeftSection .ct-mediaList li {
  color: #ffffff;
  line-height: 22px;
}
.ct-slideInLeftSection .ct-mediaList li span {
  color: #ffffff;
  font-weight: 700;
}
.ct-slideInLeftSection .ct-mediaList li img {
  min-width: 105px;
}
.ct-slideInLeftSection:before {
  content: "";
  width: 9999px;
  height: 100%;
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}
.ct-slideInLeftSection-motive {
  background-color: #1f8bf3;
}
.ct-slideInLeftSection-motive:before {
  background: #1f8bf3;
  border-bottom: 6px solid #1175d6;
}
.ct-slideInLeftSection-motiveLight {
  background-color: #f8f8f8;
}
.ct-slideInLeftSection-motiveLight:before {
  background-color: #f8f8f8;
  border-bottom: 6px solid #b3b3b3;
}
.ct-slideInLeftSection--small {
  width: 55%;
}
.ct-slideInLeftSection--featured {
  width: 25%;
  padding-right: 2%;
  padding-left: 2%;
}
.ct-slideInLeftSection--featured h4,
.ct-slideInLeftSection--featured h5 {
  color: #ffffff;
}
.ct-photoGallery-small img {
  width: 364px;
}
.ct-photoGallery-large img {
  width: 752px;
}
@media (max-width: 767px) {
  .ct-photoGallery-small .ct-imageOverlay-container,
  .ct-photoGallery-large .ct-imageOverlay-container {
    margin-left: auto;
    margin-right: auto;
  }
}
.ct-errorText h1,
.ct-errorText p {
  width: 490px;
  margin: 0 auto;
}
.ct-errorText h1 {
  color: #1f8bf3;
  font-size: 334px;
  margin-bottom: -10px;
}
.ct-errorText p {
  border-top: 2px solid #f8f8f8;
}
.ct-errorText .btn {
  margin: 0 auto;
}
@media (max-width: 550px) {
  .ct-errorText h1,
  .ct-errorText p {
    width: auto;
  }
  .ct-errorText h1 {
    font-size: 12em;
  }
  .ct-errorText p {
    font-size: 24px;
  }
}
.ct-blog-withSidebar--posts img {
  width: 329px;
}
.ct-blogGrid h5 {
  font-size: 24px;
}
.ct-blogGrid img {
  width: 430px;
}
.ct-blogGrid-imgLeft {
  margin-left: -12px;
}
.ct-blogGrid-imgRight {
  margin-right: -12px;
  text-align: right;
}
.ct-blogGrid .btn {
  margin-top: 20px;
}
.ct-blog a:hover {
  color: #1f8bf3;
}
.ct-blog iframe {
  min-height: 100%;
  width: 100%;
}
.ct-blog-item--quote {
  background-color: #f8f8f8;
  border: 2x solid #b3b3b3;
  padding: 50px;
}
.counter-block {
  padding-left: 15px;
  padding-right: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  margin-bottom: 30px;
}
.counter-block .counter {
  width: 130px;
  background-color: #1f8bf3;
}
.counter-block .counter:before {
  content: "";
  position: absolute;
  width: 100%;
  background: #1175d6;
  right: 0;
  bottom: 0;
  height: 5px;
}
.counter-block .counter .number {
  width: auto;
  font-size: 55px;
  font-weight: 600;
  color: #ffffff;
  background-color: transparent;
}
.counter-block .counter .hundreds {
  display: none !important;
}
.counter-block .counter-caption {
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
  text-transform: uppercase;
}
.counter-block .counter .number.tens {
  left: 25%;
  z-index: 6000;
}
.counter-block .counter .number.units {
  right: 25%;
  left: auto;
}
.ct-maintenanceHeader {
  position: relative;
  font-size: 40px;
  margin-bottom: 40px;
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px solid #5c606c;
  color: #ffffff;
  text-align: center;
}
.ct-maintenanceHeader:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #3e414d;
}
.ct-maintenanceNav {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
.ct-notifyContainer {
  display: table;
  text-align: center;
  width: 100%;
}
.ct-notifyContainer input {
  width: 330px;
  min-width: 300px;
  margin-right: 30px;
}
.ct-notifyContainer .btn {
  line-height: 41px;
  vertical-align: top;
}
.ct-notifyContainer .btn span,
.ct-notifyContainer .btn span:hover {
  position: relative;
  top: 2px;
  color: #4c505e !important;
}
@media (max-width: 549px) {
  .ct-notifyContainer input {
    width: 96%;
    min-width: initial;
    margin-right: 0;
  }
}
.ct-footerBig {
  z-index: 9000;
  display: table;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  color: #ffffff;
  height: 144px;
}
.ct-footerBig a {
  float: right;
}
.ct-footerBig-inner {
  display: table-cell;
  vertical-align: middle;
}
.ct-footerBig-buttons {
  float: left;
}
@media (max-width: 549px) {
  .ct-footerBig-buttons,
  .ct-footerBig a {
    width: 100%;
    text-align: center;
  }
}
.ct-sectionMaintenance {
  min-height: 100%;
  background-color: #4c505e;
  display: table;
  width: 100%;
  padding-top: 110px;
  padding-bottom: 144px;
  overflow: scroll;
}
.ct-sectionMaintenance-inner {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 50px;
}
.ct-articleBox {
  padding-bottom: 80px;
}
.ct-counterBox {
  text-align: center;
}
.ct-counterBox-number,
.ct-counterBox-icon {
  font-size: 90px;
}
.ct-counterBox-title {
  margin-bottom: 20px;
}
.ct-counterBox--socials .ct-counterBox-number {
  font-size: 60px;
  line-height: 0.7;
  padding-right: 10px;
}
.ct-counterBox--socials .ct-counterBox-title {
  line-height: 0.8;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 30px;
}
.ct-counterBox--socials .ct-counterBox-text {
  font-size: 14px;
}
.col-md-4 .ct-graphBox.ct-graphBox--default {
  text-align: center;
}
.col-md-4 .ct-graphBox.ct-graphBox--default .ct-graphBox-graph {
  margin: 0 80px;
  line-height: 1;
}
.col-md-3 .ct-graphBox.ct-graphBox--default {
  text-align: center;
}
.col-md-3 .ct-graphBox.ct-graphBox--default .ct-graphBox-graph {
  margin: 0 30px;
}
.ct-graphBox.ct-graphBox--default {
  text-align: center;
}
.ct-graphBox.ct-graphBox--default .ct-graphBox-graph {
  position: relative;
}
.ct-graphBox.ct-graphBox--default .ct-graphBox-graph .ct-graphBox-graphPercentage {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -25px;
  font-size: 50px;
  line-height: 1;
  font-weight: 300;
  text-align: center;
}
.ct-graphBox.ct-graphBox--default .ct-graphBox-title {
  margin: 25px 0;
}
.ct-graphBox.ct-graphBox--default h5.ct-graphBox-title {
  line-height: 29px;
}
.ct--darkMotive .ct-graphBox.ct-graphBox--default .ct-graphBox-graph .ct-graphBox-graphPercentage {
  color: #ffffff;
}
@media (max-width: 991px) {
  .ct-graphBox.ct-graphBox--default .ct-graphBox-graph {
    margin: 0;
  }
  .col-sm-4 .ct-graphBox.ct-graphBox--default {
    text-align: center;
  }
  .col-sm-4 .ct-graphBox.ct-graphBox--default .ct-graphBox-graph {
    margin: 0;
    line-height: 1;
  }
}
.progress-icons:before {
  display: none;
}
.ct-quoteIcons {
  background-color: #4c505e;
  position: relative;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: table;
  text-align: center;
  float: right;
}
.ct-quoteIcons i {
  font-size: 50px;
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
}
.ct-quoteIcons:before {
  content: "\f10d";
  font-family: fontawesome;
  position: absolute;
  width: 75px;
  height: 75px;
  line-height: 75px;
  font-size: 22px;
  text-align: left;
  padding-left: 20px;
  top: 18px;
  left: -50px;
  border-radius: 50%;
  background-color: #1f8bf3;
  color: #ffffff;
  z-index: -1;
}
.ct-googleMap--accordion .ct-googleMap-header {
  font-size: 32px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ct-googleMap--accordion .ct-googleMap-container {
  height: 0;
  overflow: hidden;
}
.ct-googleMap img {
  max-width: none;
}
.ct-headerTop {
  background-color: #1f8bf3;
}
.ct-headerTop-inner,
.ct-headerTop-inner--right {
  padding-top: 8px;
  padding-bottom: 8px;
}
.ct-headerTop-inner p,
.ct-headerTop-inner--right p,
.ct-headerTop-inner div,
.ct-headerTop-inner--right div {
  display: inline;
  font-size: 16px;
  color: #ffffff;
  z-index: 7000;
  margin-right: 15px;
}
.ct-headerTop-inner i,
.ct-headerTop-inner--right i,
.ct-headerTop-inner a,
.ct-headerTop-inner--right a {
  color: #ffffff;
  font-size: 14px;
}
.ct-headerTop-inner--right {
  float: right;
}
.ct-headerTop-inner--right a {
  margin-left: 15px;
}
@media (max-width: 550px) {
  .ct-headerTop {
    text-align: center;
  }
  .ct-headerTop-inner--right {
    float: none;
  }
}
.ct-navbar-onepage {
  border-top: 0;
}
.ct-navbar-onepage .navbar-nav .active a,
.ct-navbar-onepage .navbar-nav .active a:hover {
  background-color: transparent;
  color: #1f8bf3;
}
.ct-twitter {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.ct-twitter .tweet_user,
.ct-twitter .tweet_text {
  font-size: 26px;
  line-height: 40px;
  color: #ffffff;
}
.ct-twitter .tweet_time {
  text-transform: uppercase;
  display: block;
  margin-top: 20px;
  font-weight: 600;
}
.ct-twitter .tweet_time a {
  color: inherit;
}
.cssAnimate .animated {
  opacity: 0;
  filter: alpha(opacity=0);
  /* For IE8 and earlier */
}
.cssAnimate .activate {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.mfp-bg {
  z-index: 9999;
}
.mfp-wrap {
  z-index: 9999;
}
.mfp-container {
  padding: 0;
}
.mfp-close,
button.mfp-close,
.mfp-close-btn-in .mfp-close {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  background-color: #1f8bf3;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  right: 20px;
  top: 20px;
  padding: 0;
  text-align: center;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ct-magnificPopup-bottomArrows .mfp-close,
.ct-magnificPopup-bottomArrows button.mfp-close,
.ct-magnificPopup-bottomArrows .mfp-close-btn-in .mfp-close {
  top: 36px;
}
.ct-magnificPopup-bottomArrows .mfp-arrow {
  bottom: 20px;
  top: auto;
  left: 37%;
  width: 30px;
  height: 30px;
  margin: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-magnificPopup-bottomArrows .mfp-arrow:before {
  font-family: fontawesome;
  font-size: 30px;
  border: none;
  color: #222222;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  margin: 0;
}
.ct-magnificPopup-bottomArrows .mfp-arrow:after {
  display: none;
}
.ct-magnificPopup-bottomArrows .mfp-arrow:hover:before,
.ct-magnificPopup-bottomArrows .mfp-arrow:focus:before,
.ct-magnificPopup-bottomArrows .mfp-arrow:active:before {
  color: #1f8bf3;
}
.ct-magnificPopup-bottomArrows .mfp-arrow-left:before {
  content: "\f177";
}
.ct-magnificPopup-bottomArrows .mfp-arrow-right {
  margin-left: 50px;
}
.ct-magnificPopup-bottomArrows .mfp-arrow-right:before {
  content: "\f178";
}
@media (max-width: 1199px) {
  .ct-magnificPopup-bottomArrows .mfp-arrow {
    left: 50%;
  }
  .ct-magnificPopup-bottomArrows .mfp-arrow-left {
    margin-left: -45px;
  }
  .ct-magnificPopup-bottomArrows .mfp-arrow-right {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .mfp-container {
    margin-top: 70px;
  }
}
.mfp-content {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.mfp-content:hover .mfp-close,
.mfp-content:hover button.mfp-close,
.mfp-content:hover .mfp-close-btn-in .mfp-close {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.mfp-bg {
  z-index: 9999;
}
.mfp-wrap {
  z-index: 9999;
}
.mfp-container {
  padding: 0;
}
.mfp-close,
button.mfp-close,
.mfp-close-btn-in .mfp-close {
  width: 50px;
  height: 50px;
  line-height: 45px;
  color: #ffffff;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  padding: 0;
  text-align: center;
  border-radius: 0;
  background-color: #4c505e;
  top: 0;
  right: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.ct-magnificPopup--image .mfp-close,
.ct-magnificPopup--image button.mfp-close,
.ct-magnificPopup--image .mfp-close-btn-in .mfp-close {
  top: 40px;
  right: 0;
}
@media (max-width: 1199px) {
  .ct-magnificPopup-bottomArrows .mfp-arrow {
    left: 50%;
  }
  .ct-magnificPopup-bottomArrows .mfp-arrow-left {
    margin-left: -45px;
  }
  .ct-magnificPopup-bottomArrows .mfp-arrow-right {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .mfp-container {
    margin-top: 70px;
  }
}
.ct--darkMotive .ct-gallerySingleAjax {
  background-color: #282828;
}
.ct--darkMotive .ct-gallerySingleAjax h1,
.ct--darkMotive .ct-gallerySingleAjax .h1,
.ct--darkMotive .ct-gallerySingleAjax h2,
.ct--darkMotive .ct-gallerySingleAjax .h2,
.ct--darkMotive .ct-gallerySingleAjax h3,
.ct--darkMotive .ct-gallerySingleAjax .h3,
.ct--darkMotive .ct-gallerySingleAjax h4,
.ct--darkMotive .ct-gallerySingleAjax .h4,
.ct--darkMotive .ct-gallerySingleAjax h5,
.ct--darkMotive .ct-gallerySingleAjax .h5,
.ct--darkMotive .ct-gallerySingleAjax h6,
.ct--darkMotive .ct-gallerySingleAjax .h6 {
  color: #ffffff;
}
.ct--darkMotive .ct-sidebar {
  background-color: #ffffff;
}
.ct--darkMotive .ct-sidebar:before,
.ct--darkMotive .ct-sidebar:after {
  background-color: #ffffff;
}
.mfp-figure:after {
  background: #ffffff;
}

.img-resize-ctgry img {
    height: 171px;
}
.img-resize-comingsoon img {
    height: 270px;
}
.ct-resize {
    height: 270px;
}
.ct-product .ct-imgWrapper img {
    height: 245px;
}
.sl-background-5{background-image: url("http://websitepro.website/seafood/assets/images/content/banner5-7.jpg" ) !important;
    display: block !important;
    float: left !important;
    height: 100% !important;
    min-height: 100% !important;
	background-size:100% 100% !important;
}
.sl-background-1{background-image: url("http://websitepro.website/seafood/assets/images/content/banner1-7.jpg" ) !important;
    display: block !important;
    float: left !important;
    height: 100% !important;
    min-height: 100% !important;
	background-size:100% 100% !important;
}
.sl-background-2{background-image: url("http://websitepro.website/seafood/assets/images/content/banner2-7.jpg" ) !important;
    display: block;
    float: left;
    height: 100%;
    min-height: 100%;
	background-size:100% 100% !important;
}
.sl-background-3{background-image: url("http://websitepro.website/seafood/assets/images/content/banner3-7.jpg" ) !important;
    display: block;
    float: left;
    height: 100%;
    min-height: 100%;
	background-size:100% 100% !important;
}
.sl-background-4{background-image: url("http://websitepro.website/seafood/assets/images/content/banner4-7.jpg" ) !important;
    display: block;
    float: left;
    height: 100%;
    min-height: 100%;
	background-size:100% 100% !important;
}
.thumbnail_container {
     position: relative;
     width: 100%;
     padding-bottom: 100%;
  margin-bottom:20px;
}
.o-or-divider {
    color: #FFCC28;
    font-size: 20px;
    font-weight: bold;
    padding-top: 115px;
}
.border-between > [class*='col-']:before {
 background: #ccc;
 bottom: 0;
 content: " ";
 left: 0;
 position: absolute;
 width: 1px;
 top: 0;
}
.border-between > [class*='col-']:first-child:before {
 display: none;
}
