@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700,900);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700,100);
/*------------------------------------------------------------------
Project:	Template Name HTML Templare
Version:	1.0
Last change:	26 November 2014
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

01. Imports

  a) Variables
  b) font awesome
  c) Typography
  d) Mediasection
  e) Portfolio
  f) Buttons
  g) Hover
  h) Mixins
  i) Animate
  j) Utilities
  k) Menu
  l) Gallery
  m) Accordion
  n) Widget
  o) Toggables
  p) Form
  q) Datepicker
  r) Magnific popup
  s) Slick slider


02 .Wrapper and Snap.js
03. Media section
04. Checkout
05. Thumbnails
06. ImageBoxes
07. PersonBoxes
08. Pricing Box
09. Icon box
10. Socials
11. Google map
12. Header
13. footer
14. Last Works
15. Article Boxes
16. Image wrappers
17. Shop
18. Raiting
19. Text box
20. Comment Box
21. Lists
22. Video
23. Preloader
24. Scrollbar
25. Animation



-------------------------------------------------------------------*/
/*!
 *  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('../fonts/fontawesome/fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('../fonts/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome/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";
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: #000000;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h1 .btn,
.h1 .btn,
h2 .btn,
.h2 .btn,
h3 .btn,
.h3 .btn,
h4 .btn,
.h4 .btn,
h5 .btn,
.h5 .btn,
h6 .btn,
.h6 .btn {
  color: inherit;
}
h1 .btn,
.h1 .btn,
h2 .btn,
.h2 .btn,
h3 .btn,
.h3 .btn,
h4 .btn,
.h4 .btn,
h5 .btn,
.h5 .btn,
h6 .btn,
.h6 .btn {
  font-size: inherit;
}
a {
  color: #000000;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
span + i {
  padding-left: 17px;
}
i ~ span {
  padding-left: 17px;
}
a + i {
  padding-left: 17px;
}
i ~ a {
  padding-left: 17px;
}
h1,
.h1 {
  line-height: 78px;
  font-size: 66px;
}
h2,
.h2 {
  font-size: 48px;
}
h3,
.h3 {
  font-size: 36px;
}
h4,
.h4 {
  font-size: 28px;
}
h5,
.h5 {
  line-height: 30px;
  font-size: 22px;
}
h5 > *,
.h5 > * {
  line-height: 30px;
  font-size: 22px;
}
h5 small,
.h5 small {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 18px;
}
h6 small,
.h6 small {
  font-size: 15px;
}
@media (max-width: 480px) {
  h6,
  .h6 {
    font-size: 16px;
  }
}
.fa-inverse {
  color: #ffffff !important;
}
@media (max-width: 480px) {
  h1,
  .h1 {
    font-size: 50px !important;
    line-height: 70px !important;
  }
}
.ct-fw-100 {
  font-weight: 100;
}
.ct-fw-200 {
  font-weight: 200;
}
.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-hrLeft,
.ct-u-hrRight,
.ct-u-hrMid {
  position: relative;
}
.ct-u-hrLeft:after,
.ct-u-hrRight:after,
.ct-u-hrMid:after {
  content: "";
  position: absolute;
  background-color: #000000;
  height: 2px;
  width: 70px;
}
.ct-u-hrLeft:after {
  left: 0;
}
.ct-u-hrRight:after {
  right: 0;
}
.ct-u-hrMid:after {
  left: 50%;
  margin-left: -35px;
}
blockquote {
  padding: 0px 20px;
  margin: 0 0 20px;
  font-size: 16px;
  font-family: RobotoSlab;
  font-weight: 100;
  border-left: 10px solid #000000;
}
.ct-blockquote-1 {
  border-left: none;
  color: #000000;
  margin-bottom: 60px;
  padding: 0;
}
.ct-blockquote-1:before {
  content: '\f10e';
  color: #000000;
  font-family: fontawesome;
  display: block;
  text-align: center;
  font-size: 18px;
  padding-bottom: 20px;
}
.ct-blockquote-1:after {
  content: '';
  position: absolute;
  width: 70px;
  display: block;
  height: 2px;
  background-color: #000000;
  left: 50%;
  margin-left: -35px;
  margin-top: 25px;
}
.ct-blockquote-2 {
  position: relative;
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
  padding: 25px;
}
.ct-blockquote-2 p {
  width: 90%;
  float: right;
}
.ct-blockquote-2:before {
  content: '\f10e';
  font-family: fontawesome;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  font-size: 40px;
  padding-bottom: 20px;
  -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);
}
.dropcap:first-child:first-letter {
  float: left;
  background-color: #000000;
  color: #ffffff;
  font-size: 56px;
  line-height: 60px;
  font-weight: 300;
  margin: 2.5px 10px 0px 0px;
  padding: 20px 12px;
}
.highlight {
  background-color: #000000;
  color: #ffffff;
  padding: 2.5px 4.5px;
}
/* **************************************
  MEDIA SECTIONS - VIDEO/PARALLAX/KENBURNS
  **************************************** */
video {
  width: 100%;
}
.ct-mediaSection {
  background-color: #111111;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.ct-mediaSection video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
}
.ct-mediaSection .ct-mediaSection-inner {
  position: relative;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .ct-mediaSection {
    width: 100%;
    display: block !important;
  }
  .ct-mediaSection .ct-mediaSection-inner {
    display: block;
    width: auto;
  }
}
.ct-mediaSection[data-type="pattern"] {
  background-repeat: repeat;
  display: table;
}
.ct-mediaSection[data-type="pattern"] .ct-mediaSection-inner {
  display: table-cell;
}
.ct-mediaSection[data-type="parallax"] {
  background-attachment: fixed;
  display: table;
}
.ct-mediaSection[data-type="parallax"].ct-mediaSection--stellar {
  overflow: hidden;
}
.ct-mediaSection[data-type="parallax"] .ct-mediaSection-inner {
  display: table-cell;
}
.ct-mediaSection[data-type="video"] {
  display: block;
}
.ct-mediaSection[data-type="video"] .ct-u-displayTable {
  height: 100%;
  position: absolute;
  top: 0;
}
.ct-mediaSection[data-type="video"] .ct-mediaSection-inner {
  display: table-cell;
}
.ct-mediaSection[data-type="video"] .ct-mediaSection-video {
  position: absolute;
  min-width: 100%;
  overflow: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .ct-mediaSection[data-type="video"] .ct-u-displayTable {
    display: block;
    position: relative;
  }
  .ct-mediaSection[data-type="video"] .ct-u-displayTable .ct-mediaSection-inner {
    display: block;
  }
}
.ct-mediaSection[data-type="kenburns"] {
  overflow: hidden;
  display: table;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-inner {
  display: table-cell;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer > img {
  vertical-align: middle;
  position: absolute;
  top: 50%;
  margin-top: -550px;
  max-width: none;
  min-width: 120%;
  min-height: 100%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  margin-left: -5%;
  -webkit-transition-property: opacity, -webkit-transform;
  -webkit-transition-duration: 3s, 8s;
  -moz-transition-property: opacity, -moz-transform;
  -moz-transition-duration: 3s, 8s;
  -o-transition-property: opacity, -o-transform;
  -o-transition-duration: 3s, 8s;
  transition-property: opacity, transform;
  transition-duration: 3s, 8s;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer > img.singlefx {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer > img {
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer :nth-child(2n+1) {
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer :nth-child(3n+1) {
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer :nth-child(4n+1) {
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer .fx:first-child + img ~ img {
  z-index: -1;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer .fx {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: scale(1.1) translate(30px);
  -moz-transform: scale(1.1) translate(30px);
  -o-transform: scale(1.1) translate(30px);
  transform: scale(1.1) translate(30px);
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer .singlefx {
  -webkit-animation: singleimageloop 20s infinite;
  /* Safari 4+ */
  -moz-animation: singleimageloop 20s infinite;
  /* Fx 5+ */
  -o-animation: singleimageloop 20s infinite;
  /* Opera 12+ */
  animation: singleimageloop 20s infinite;
  /* IE 10+ */
}
@-webkit-keyframes singleimageloop {
  0% {
    -webkit-transform: scale(1) translate(0px);
  }
  50% {
    -webkit-transform: scale(1.1) translate(30px);
  }
  100% {
    -webkit-transform: scale(1) translate(0px);
  }
}
@-moz-keyframes singleimageloop {
  0% {
    -moz-transform: scale(1) translate(0px);
  }
  50% {
    -moz-transform: scale(1.1) ct-m-translate(30px);
  }
  100% {
    -moz-transform: scale(1) translate(0px);
  }
}
@-o-keyframes singleimageloop {
  0% {
    -o-transform: scale(1) translate(0px);
  }
  50% {
    -o-transform: scale(1.1) translate(30px);
  }
  100% {
    -o-transform: scale(1) translate(0px);
  }
}
@keyframes singleimageloop {
  0% {
    transform: scale(1) translate(0px);
  }
  50% {
    transform: scale(1.1) translate(30px);
  }
  100% {
    transform: scale(1) translate(0px);
  }
}
.ct-mediaSection-stellarObject {
  position: absolute;
}
.ct-gallery-filters {
  display: inline-block;
  margin: 35px 0;
}
.ct-gallery-filters li {
  display: inline-block;
}
.ct-gallery-filters li:last-child a:after {
  content: "";
}
.ct-gallery-filters li:first-child a:after {
  padding-right: 0px;
}
.ct-gallery-filters li > a {
  line-height: 20px;
  height: 20px;
  padding-right: 8px;
  color: #2b2b2b;
  cursor: pointer;
}
.ct-gallery-filters li > a.active {
  color: #000000;
}
.ct-gallery-filters li > a:hover {
  color: #000000;
}
.ct-gallery .wp-pagenavi {
  display: none;
}
.ct-gallery {
  overflow: hidden;
  min-height: 300px;
}
.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--col7 .ct-gallery-item.ct-gallery-item--masonry {
  width: 14.2857%;
}
.ct-gallery.ct-gallery--col7 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
.ct-gallery.ct-gallery--col7 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big {
  width: 40%;
}
.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: 1500px) {
  .ct-gallery.ct-gallery--col7 .ct-gallery-item.ct-gallery-item--masonry {
    width: 33.33%;
  }
  .ct-gallery.ct-gallery--col7 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--wide,
  .ct-gallery.ct-gallery--col7 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big {
    width: 66.66%;
  }
}
@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--col7 .ct-gallery-item.ct-gallery-item--masonry,
  .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--col7 .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--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--col7 .ct-gallery-item.ct-gallery-item--masonry.ct-gallery-item--big,
  .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;
}
button {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
button:hover,
button:active,
button:focus {
  outline: none;
}
.btn.ct-js-magnificPopupImage {
  padding: 15px 16px;
}
.btn {
  font-size: 13px;
  line-height: 1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-width: 3px;
  font-family: 'Montserrat', sans-serif;
}
.btn-xs {
  font-size: 11px;
  border-width: 2px;
}
.btn-sm {
  border-width: 2px;
}
.btn-lg {
  padding: 15px 48px;
}
.btn-lg-2 {
  padding: 15px;
}
.ct-btn--full {
  width: 90%;
}
.ct-btn--full.btn-group > .btn.dropdown-toggle-target {
  width: 80%;
}
.ct-btn--full.btn-group > .btn.dropdown-toggle {
  width: 20%;
}
.ct-btn-rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn-success,
.btn-warning,
.btn-danger,
.btn-info {
  border-width: 0px;
}
.btn-default {
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.btn-primary {
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}
.ct-btn--transparent {
  border-color: #000000;
  color: #000000;
  background-color: transparent;
}
.ct-btn--transparent:hover,
.ct-btn--transparent:active,
.ct-btn--transparent:focus {
  background-color: #000000;
  color: #ffffff;
}
.ct-u-colorWhite .ct-btn--transparent {
  border-color: #ffffff;
  color: #ffffff;
}
.ct-u-colorWhite .ct-btn--transparent:hover,
.ct-u-colorWhite .ct-btn--transparent:active,
.ct-u-colorWhite .ct-btn--transparent:focus {
  background-color: #ffffff;
  color: #000000;
}
.btn-link {
  white-space: normal;
  padding-left: 0;
  padding-right: 0;
  border-width: 0px;
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn-link:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  color: #ffffff;
}
.btn-link:hover small,
.btn-link:focus small,
.btn-link:active small {
  color: #ffffff;
}
.btn-link:hover:before,
.btn-link:focus:before,
.btn-link:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn-link:hover {
  text-decoration: none;
}
.btn-link--white:before {
  background: #ffffff;
}
.btn-link--white:hover,
.btn-link--white:focus,
.btn-link--white:active {
  color: #000000 !important;
}
.btn-link--white:hover small,
.btn-link--white:focus small,
.btn-link--white:active small {
  color: #000000 !important;
}
.ct-btn-wrapper .btn {
  position: absolute;
  padding: 15px 16px;
}
.ct-btn-wrapper .btn:first-child {
  bottom: 0;
  right: 68px;
  margin-bottom: 30px;
  margin-right: 30px;
}
.ct-btn-wrapper .btn:last-child {
  bottom: 0;
  right: 0px;
  margin-bottom: 30px;
  margin-right: 30px;
}
.btn-group .btn {
  padding: 13px 40px;
}
.btn-group .btn:first-child,
.btn-group .btn:last-child {
  padding-left: 19px;
  padding-right: 19px;
}
.btn-group .btn:first-child {
  border-right: none;
}
.btn-group .btn:last-child {
  border-left: none;
}
.btn-group--equal .btn {
  padding-left: 19px;
  padding-right: 19px;
}
.btn-group.ct-btn-group--rounded .btn:first-child,
.btn-group.ct-btn-group--rounded.ct-dropdown .btn:first-child {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn-group.ct-btn-group--rounded .btn:last-child,
.btn-group.ct-btn-group--rounded.ct-dropdown .btn:last-child {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn-group.ct-btn-group--rounded .dropdown-toggle,
.btn-group.ct-btn-group--rounded.ct-dropdown .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 768px) {
  .btn {
    white-space: normal;
  }
}
div label input {
  margin-right: 100px;
}
body {
  font-family: sans-serif;
}
.ct-btn-checkbox {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #e5e5e5;
  cursor: pointer;
  display: inline-block;
}
.ct-btn-checkbox:hover {
  background-color: #000000;
  color: #ffffff;
}
.ct-btn-checkbox label {
  margin: 0;
}
.ct-btn-checkbox label span {
  text-align: center;
  padding: 9px 25px;
  display: block;
  font-weight: 400;
  cursor: pointer;
  width: 230px;
}
.ct-btn-checkbox label input {
  display: none;
}
.ct-btn-checkbox input:checked + span {
  background-color: #2de383;
  color: #ffffff;
}
.dropdown-toggle-target,
.dropdown-toggle-target:hover {
  border-right-width: 0px;
}
.ct-dropdown.ct-btn--full .dropdown-toggle-target,
.ct-dropdown.ct-btn--full .dropdown-menu {
  text-align: left;
}
.ct-dropdown.ct-btn--full .dropdown-toggle-target li a,
.ct-dropdown.ct-btn--full .dropdown-menu li a {
  text-align: left;
}
.ct-dropdown .dropdown-toggle {
  padding-left: 19px !important;
  padding-right: 19px !important;
}
.ct-dropdown .dropdown-menu {
  width: 100%;
  padding: 0px;
  margin: 10px 0px 0px 0px;
  border: 3px solid #000000;
}
.ct-dropdown .dropdown-menu li {
  padding-left: 0px;
}
.ct-dropdown .dropdown-menu li > a {
  border-width: 0px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  color: #000000;
  height: inherit;
}
.ct-dropdown .dropdown-menu li > a:hover {
  background-color: #000000;
  color: #ffffff;
}
.ct-dropdown .dropdown-menu li > a:after {
  content: '';
}
.ct-dropdown--borderOff .dropdown-toggle {
  border-left: none;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 35px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}
.ct-animatedButton-circle {
  overflow: hidden;
  font-size: 30px;
  width: 47px;
  height: 50px;
  line-height: 43px;
  display: block;
  margin: auto;
  margin-bottom: 10px;
  border: 2px solid #000000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.ct-animatedButton-lg {
  font-size: 70px;
  width: 170px;
  height: 170px;
  line-height: 155px;
}
.ct-u-colorWhite .ct-animatedButton-circle {
  border-color: #ffffff;
  color: #ffffff;
}
/* Sweep To Right -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.hvr-sweep-to-right {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: #ffffff;
}
.hvr-sweep-to-right:hover small,
.hvr-sweep-to-right:focus small,
.hvr-sweep-to-right:active small {
  color: #ffffff;
}
.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.hvr-sweep-to-right--white:before {
  background: #ffffff;
}
.hvr-sweep-to-right--white:hover,
.hvr-sweep-to-right--white:focus,
.hvr-sweep-to-right--white:active {
  color: #000000 !important;
}
.hvr-sweep-to-right--white:hover small,
.hvr-sweep-to-right--white:focus small,
.hvr-sweep-to-right--white:active small {
  color: #000000 !important;
}
/* Sweep To Top -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.hvr-sweep-to-top {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(43, 43, 43, 0.5);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.hvr-sweep-to-top:hover,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.hvr-sweep-to-top--darker:before {
  background: rgba(0, 0, 0, 0.7);
}
.hvr-sweep-to-top--green:before {
  background: rgba(0, 169, 159, 0.8) !important;
}
.hvr-go-gray img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hvr-go-gray:hover img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}
@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.ct-u-size13 {
  font-size: 13px;
}
.ct-u-size20 {
  font-size: 20px;
}
.ct-u-paddingBoth10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ct-u-paddingTop10 {
  padding-top: 10px;
}
.ct-u-paddingBottom10 {
  padding-bottom: 10px;
}
.ct-u-paddingBoth20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ct-u-paddingTop20 {
  padding-top: 20px;
}
.ct-u-paddingBottom20 {
  padding-bottom: 20px;
}
.ct-u-paddingBoth30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ct-u-paddingTop30 {
  padding-top: 30px;
}
.ct-u-paddingBottom30 {
  padding-bottom: 30px;
}
.ct-u-paddingBoth40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.ct-u-paddingTop40 {
  padding-top: 40px;
}
.ct-u-paddingBottom40 {
  padding-bottom: 40px;
}
.ct-u-paddingBoth50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ct-u-paddingTop50 {
  padding-top: 50px;
}
.ct-u-paddingBottom50 {
  padding-bottom: 50px;
}
.ct-u-paddingBoth60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.ct-u-paddingTop60 {
  padding-top: 60px;
}
.ct-u-paddingBottom60 {
  padding-bottom: 60px;
}
.ct-u-paddingBoth70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.ct-u-paddingTop70 {
  padding-top: 70px;
}
.ct-u-paddingBottom70 {
  padding-bottom: 70px;
}
.ct-u-paddingBoth80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.ct-u-paddingTop80 {
  padding-top: 80px;
}
.ct-u-paddingBottom80 {
  padding-bottom: 80px;
}
.ct-u-paddingBoth90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.ct-u-paddingTop90 {
  padding-top: 90px;
}
.ct-u-paddingBottom90 {
  padding-bottom: 90px;
}
.ct-u-paddingBoth100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.ct-u-paddingTop100 {
  padding-top: 100px;
}
.ct-u-paddingBottom100 {
  padding-bottom: 100px;
}
.ct-u-paddingBoth110 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.ct-u-paddingTop110 {
  padding-top: 110px;
}
.ct-u-paddingBottom110 {
  padding-bottom: 110px;
}
.ct-u-paddingBoth120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.ct-u-paddingTop120 {
  padding-top: 120px;
}
.ct-u-paddingBottom120 {
  padding-bottom: 120px;
}
.ct-u-paddingBoth130 {
  padding-top: 130px;
  padding-bottom: 130px;
}
.ct-u-paddingTop130 {
  padding-top: 130px;
}
.ct-u-paddingBottom130 {
  padding-bottom: 130px;
}
.ct-u-paddingBoth140 {
  padding-top: 140px;
  padding-bottom: 140px;
}
.ct-u-paddingTop140 {
  padding-top: 140px;
}
.ct-u-paddingBottom140 {
  padding-bottom: 140px;
}
.ct-u-paddingBoth150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.ct-u-paddingTop150 {
  padding-top: 150px;
}
.ct-u-paddingBottom150 {
  padding-bottom: 150px;
}
.ct-u-marginBoth10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.ct-u-marginTop10 {
  margin-top: 10px;
}
.ct-u-marginBottom10 {
  margin-bottom: 10px;
}
.ct-u-marginBoth20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.ct-u-marginTop20 {
  margin-top: 20px;
}
.ct-u-marginBottom20 {
  margin-bottom: 20px;
}
.ct-u-marginBoth30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.ct-u-marginTop30 {
  margin-top: 30px;
}
.ct-u-marginBottom30 {
  margin-bottom: 30px;
}
.ct-u-marginBoth40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.ct-u-marginTop40 {
  margin-top: 40px;
}
.ct-u-marginBottom40 {
  margin-bottom: 40px;
}
.ct-u-marginBoth50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.ct-u-marginTop50 {
  margin-top: 50px;
}
.ct-u-marginBottom50 {
  margin-bottom: 50px;
}
.ct-u-marginBoth60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.ct-u-marginTop60 {
  margin-top: 60px;
}
.ct-u-marginBottom60 {
  margin-bottom: 60px;
}
.ct-u-marginBoth70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.ct-u-marginTop70 {
  margin-top: 70px;
}
.ct-u-marginBottom70 {
  margin-bottom: 70px;
}
.ct-u-marginBoth80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.ct-u-marginTop80 {
  margin-top: 80px;
}
.ct-u-marginBottom80 {
  margin-bottom: 80px;
}
.ct-u-marginBoth90 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.ct-u-marginTop90 {
  margin-top: 90px;
}
.ct-u-marginBottom90 {
  margin-bottom: 90px;
}
.ct-u-marginBoth100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.ct-u-marginTop100 {
  margin-top: 100px;
}
.ct-u-marginBottom100 {
  margin-bottom: 100px;
}
.ct-u-marginBoth150 {
  margin-top: 150px;
  margin-bottom: 150px;
}
.ct-u-marginTop150 {
  margin-top: 150px;
}
.ct-u-marginBottom150 {
  margin-bottom: 150px;
}
.ct-u-marginBoth160 {
  margin-top: 160px;
  margin-bottom: 160px;
}
.ct-u-marginTop160 {
  margin-top: 160px;
}
.ct-u-marginBottom160 {
  margin-bottom: 160px;
}
.ct-u-marginBoth170 {
  margin-top: 170px;
  margin-bottom: 170px;
}
.ct-u-marginTop170 {
  margin-top: 170px;
}
.ct-u-marginBottom170 {
  margin-bottom: 170px;
}
.ct-u-colorWhite {
  color: #ffffff;
}
.ct-u-colorWhite 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 {
  color: inherit;
}
.ct-u-colorFaint {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}
.ct-u-colorBlack {
  color: #000000;
}
.ct-u-colorInfo {
  color: #31708f;
}
.ct-u-colorSuccess {
  color: #3c763d;
}
.ct-u-colorWarning {
  color: #8a6d3b;
}
.ct-u-colorDanger {
  color: #a94442;
}
.ct-u-colorBody {
  color: #777777;
}
@media (max-width: 992px) {
  .ct-u-colorWhite--media {
    color: #ffffff;
  }
  .ct-u-colorInfo--media {
    color: #31708f;
  }
  .ct-u-colorBlack--media {
    color: #000000;
  }
  .ct-u-colorSuccess--media {
    color: #3c763d;
  }
  .ct-u-colorWarning--media {
    color: #8a6d3b;
  }
  .ct-u-colorDanger--media {
    color: #a94442;
  }
  .ct-u-colorBody--media {
    color: #777777;
  }
}
.ct-u-fontType-1 {
  font-family: "PT Sans", sans-serif;
}
.ct-u-fontType-2 {
  font-family: "Roboto Slab", sans-serif;
}
.ct-u-fontType-3 {
  font-family: "Montserrat", sans-serif;
}
.ct-u-backgroundWhite {
  background-color: #ffffff;
}
.ct-u-backgroundGray {
  background-color: #cacaca;
}
.ct-u-backgroundBody {
  background-color: #777777;
}
.ct-u-backgroundSuccess {
  background-color: #dff0d8;
}
.ct-u-backgroundSuccess h1,
.ct-u-backgroundSuccess .h1,
.ct-u-backgroundSuccess h2,
.ct-u-backgroundSuccess .h2,
.ct-u-backgroundSuccess h3,
.ct-u-backgroundSuccess .h3,
.ct-u-backgroundSuccess h4,
.ct-u-backgroundSuccess .h4,
.ct-u-backgroundSuccess h5,
.ct-u-backgroundSuccess .h5,
.ct-u-backgroundSuccess h6,
.ct-u-backgroundSuccess .h6 {
  color: #dff0d8;
}
.ct-u-backgroundWarning {
  background-color: #fcf8e3;
}
.ct-u-backgroundWarning h1,
.ct-u-backgroundWarning .h1,
.ct-u-backgroundWarning h2,
.ct-u-backgroundWarning .h2,
.ct-u-backgroundWarning h3,
.ct-u-backgroundWarning .h3,
.ct-u-backgroundWarning h4,
.ct-u-backgroundWarning .h4,
.ct-u-backgroundWarning h5,
.ct-u-backgroundWarning .h5,
.ct-u-backgroundWarning h6,
.ct-u-backgroundWarning .h6 {
  color: #fcf8e3;
}
.ct-u-backgroundDanger {
  background-color: #f2dede;
}
.ct-u-backgroundDanger h1,
.ct-u-backgroundDanger .h1,
.ct-u-backgroundDanger h2,
.ct-u-backgroundDanger .h2,
.ct-u-backgroundDanger h3,
.ct-u-backgroundDanger .h3,
.ct-u-backgroundDanger h4,
.ct-u-backgroundDanger .h4,
.ct-u-backgroundDanger h5,
.ct-u-backgroundDanger .h5,
.ct-u-backgroundDanger h6,
.ct-u-backgroundDanger .h6 {
  color: #f2dede;
}
.ct-u-backgroundInfo {
  background-color: #d9edf7;
}
.ct-u-backgroundInfo h1,
.ct-u-backgroundInfo .h1,
.ct-u-backgroundInfo h2,
.ct-u-backgroundInfo .h2,
.ct-u-backgroundInfo h3,
.ct-u-backgroundInfo .h3,
.ct-u-backgroundInfo h4,
.ct-u-backgroundInfo .h4,
.ct-u-backgroundInfo h5,
.ct-u-backgroundInfo .h5,
.ct-u-backgroundInfo h6,
.ct-u-backgroundInfo .h6 {
  color: #d9edf7;
}
.ct-u-backgroundBlack {
  background-color: #000000;
}
.ct-u-backgroundBlack h1,
.ct-u-backgroundBlack .h1,
.ct-u-backgroundBlack h2,
.ct-u-backgroundBlack .h2,
.ct-u-backgroundBlack h3,
.ct-u-backgroundBlack .h3,
.ct-u-backgroundBlack h4,
.ct-u-backgroundBlack .h4,
.ct-u-backgroundBlack h5,
.ct-u-backgroundBlack .h5,
.ct-u-backgroundBlack h6,
.ct-u-backgroundBlack .h6 {
  color: #ffffff;
}
.ct-u-backgroundBlack .ct-raiting {
  color: #ffffff;
}
.ct-u-backgroundBlack .lead .fa-star.ct-u-colorBlack {
  color: #ffffff;
}
.ct-u-overflow-show {
  overflow: visible;
}
.ct-u-overflow-hide {
  overflow: hidden;
}
.ct-u-displayTable,
.ct-u-displayTableVertical,
.ct-u-displayTableBottom,
.ct-u-displayTableTop {
  display: table;
  width: 100%;
}
.ct-u-displayTableVertical,
.ct-u-displayTableBottom,
.ct-u-displayTableTop {
  height: 100%;
}
.ct-u-displayTableTop .ct-u-displayTableCell {
  vertical-align: top;
}
.ct-u-displayTableVertical .ct-u-displayTableCell {
  vertical-align: middle;
}
.ct-u-displayTableBottom .ct-u-displayTableCell {
  vertical-align: bottom;
}
.ct-u-displayTableRow {
  display: table-row;
}
.ct-u-displayTableCell {
  display: table-cell;
}
@media (max-width: 992px) {
  header .ct-u-displayTableCell,
  .ct-commentBox-1 .ct-u-displayTableCell,
  .ct-commentBox-2 .ct-u-displayTableCell,
  .ct-photostream .ct-u-displayTableCell,
  .ct-lastWork .ct-u-displayTableCell,
  .ct-articleBox .media .ct-u-displayTableCell,
  .ct-title .ct-u-displayTableCell,
  .ct-textBox-1 .ct-u-displayTableCell,
  .ct-textBox-2 .ct-u-displayTableCell {
    text-align: center;
    width: 100% !important;
    display: block !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}
@media (max-width: 768px) {
  header span.ct-u-displayTableRow,
  .ct-commentBox-1 span.ct-u-displayTableRow,
  .ct-commentBox-2 span.ct-u-displayTableRow,
  .ct-photostream span.ct-u-displayTableRow,
  .ct-lastWork span.ct-u-displayTableRow,
  .ct-articleBox .media span.ct-u-displayTableRow,
  .ct-title span.ct-u-displayTableRow,
  .ct-textBox-1 span.ct-u-displayTableRow,
  .ct-textBox-2 span.ct-u-displayTableRow {
    display: block;
  }
}
.ct-u-colorWhite .ct-u-borderAll {
  border-color: #ffffff;
}
.ct-u-borderAll {
  border: 1px solid;
}
.ct-u-borderAll .ct-u-colorWhite {
  border-color: #ffffff;
}
nav.navbar .navbar-nav .dropdown-menu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
nav.navbar .navbar-nav .dropdown-menu li a:hover {
  text-decoration: underline;
}
.navbar {
  z-index: 7000 !important;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  width: 100%;
}
.navbar > .container {
  position: relative;
}
.navbar .ct-socials {
  line-height: 70px;
  margin: 0px;
}
.navbar .ct-navbar--options {
  float: right;
}
.navbar .navbar-header {
  position: relative;
  float:right;
  width:75%;
  text-align:center;

  
}
@media all and (max-width:991px) {
    .navbar-brand h4 {
        font-size:22px;
        letter-spacing:0;
    }
    footer ul {
        padding:0;
    }
    footer ul li {
        list-style:none;
    }
    .slider-content-container h1 {
        font-size:26pt;
    }
}
ul.navbar-nav {
    width:25%;
}
.navbar .navbar-header .navbar-brand {
  padding: 25px 0px 24px 20px;

}
.navbar .navbar-nav {
  font-family: 'Montserrat', sans-serif;
}
.navbar .navbar-nav ul.dropdown-menu,
.navbar .navbar-nav ul.dropdown-submenu {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background-color: #000000;
}
.navbar .navbar-nav li.dropdown {
  list-style: none;
  line-height: 0;
}
.navbar .navbar-nav li.dropdown-submenu {
  list-style: none;
  line-height: 0;
  position: relative;
}
.navbar .navbar-nav li.dropdown-submenu > a:after {
  content: '\f0d8';
  font-family: fontawesome;
  padding-left: 20px;
}
.navbar .navbar-nav li.dropdown-submenu.open > a:after {
  content: '\f0d7';
}
.navbar .navbar-nav li.dropdown-submenu.open > ul.dropdown-menu {
  border: none;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0px 0px 0px 0px;
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
}
.navbar .navbar-nav li.dropdown-submenu.open > ul.dropdown-menu > li > a {
  padding-left: 55px;
  color: rgba(255, 255, 255, 0.5);
}
.navbar .navbar-nav > li.dropdown,
.navbar .navbar-nav > li.dropdown > ul.dropdown-menu {
  min-width: 185px;
}
.navbar .navbar-nav > li.active a,
.navbar .navbar-nav > li.open a,
.navbar .navbar-nav > li a:hover,
.navbar .navbar-nav > li.active a:hover,
.navbar .navbar-nav > li.open a:hover,
.navbar .navbar-nav > li.open a:focus,
.navbar .navbar-nav > li.active a:focus {
  background-color: transparent;
  color: inherit;
}
.navbar .navbar-nav > li.dropdown > ul.dropdown-menu {
  border: none;
  padding: 0px;
}
.navbar .navbar-nav > li.dropdown:hover a {
  margin: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #ffffff;
  background-color: #000000;
}
.navbar .navbar-nav > li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
.navbar .navbar-nav > li.dropdown:hover > ul.dropdown-menu > li:first-child {
  padding-top: 20px;
}
.navbar .navbar-nav > li.dropdown:hover > ul.dropdown-menu > li:last-child {
  padding-bottom: 100px;
}
.navbar .navbar-nav > li.dropdown a {
  padding: 25px 0px 25px 25px;
  position: relative;
}
.navbar .navbar-nav .dropdown-menu {
  padding-bottom: 0;
  overflow: hidden;
}
.navbar .navbar-nav .dropdown-menu li a {
  padding-top: 5px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: block;
}
.navbar .navbar-nav .dropdown-menu li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navbar .navbar-nav .dropdown-menu li a:hover,
.navbar .navbar-nav .dropdown-menu li a:focus,
.navbar .navbar-nav .dropdown-menu li a:active {
  color: #ffffff;
}
.navbar .navbar-nav .dropdown-menu li a:hover small,
.navbar .navbar-nav .dropdown-menu li a:focus small,
.navbar .navbar-nav .dropdown-menu li a:active small {
  color: #ffffff;
}
.navbar .navbar-nav .dropdown-menu li a:hover:before,
.navbar .navbar-nav .dropdown-menu li a:focus:before,
.navbar .navbar-nav .dropdown-menu li a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.navbar .navbar-nav .dropdown-menu li a:before {
  background: #ffffff;
}
.navbar .navbar-nav .dropdown-menu li a:hover,
.navbar .navbar-nav .dropdown-menu li a:focus,
.navbar .navbar-nav .dropdown-menu li a:active {
  color: #000000 !important;
}
.navbar .navbar-nav .dropdown-menu li a:hover small,
.navbar .navbar-nav .dropdown-menu li a:focus small,
.navbar .navbar-nav .dropdown-menu li a:active small {
  color: #000000 !important;
}
.navbar .navbar-nav .dropdown-menu li a:hover {
  text-decoration: none !important;
}
.navbar .navbar-nav .dropdown-menu li a:last-child {
  margin-bottom: 0;
}
.navbar .navbar-nav .dropdown-menu li a:after {
  bottom: 7.5px;
}
.navbar .ct-navbar--options > li a {
  padding: 25px 15px;
}
@media (max-width: 992px) {
  .navbar .pull-right {
    float: right !important;
  }
  .navbar .pull-left {
    float: left !important;
  }
}
.nav.navbar-nav li.dropdown a.active,
.nav.navbar-nav li.dropdown-submenu a,
.nav.navbar-nav li.dropdown-submenu.open > ul.dropdown-menu > li > a.active {
  background-color: #ffffff;
  color: #000000;
}
.navbar-nav--onepager {
  margin-left: 100px;
}
.navbar-nav--onepager li.dropdown {
  min-width: 0px !important;
}
.navbar-nav--onepager li.dropdown a {
  padding: 25px 20px 25px 20px !important;
}
.navbar-header--onepager {
  left: -5% !important;
}
@media (max-width: 992px) {
  .navbar-nav--onepager li.dropdown a {
    padding: 25px 3px 25px 5px !important;
    font-size: 11px !important;
  }
}
.ct-navbar-search {
  position: absolute;
  display: none;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.ct-navbar-search .form-group,
.ct-navbar-search form {
  max-width: 100%;
  height: 100%;
  width: 100%;
}
.ct-navbar-search label {
  height: auto;
}
.ct-navbar-search .form-control {
  box-shadow: none !important;
  z-index: 9000;
  margin-top: 0;
  padding-left: 25px;
  padding-right: 65px;
  font-size: 30px;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  border: none;
  font-weight: 300;
  outline: none;
}
.ct-navbar-search .form-control::-webkit-input-placeholder {
  color: #222222;
  opacity: 0.5;
}
.ct-navbar-search .form-control:-moz-placeholder {
  color: #222222;
  opacity: 0.5;
}
.ct-navbar-search .form-control::-moz-placeholder {
  color: #222222;
  opacity: 0.5;
}
.ct-navbar-search .form-control:-ms-input-placeholder {
  color: #222222;
  opacity: 0.5;
}
.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 .ct-navbar-search-button {
  position: absolute;
  right: 45px;
  top: 0;
  z-index: 10000;
  height: 100%;
  width: auto;
  border: none;
  background-color: transparent;
  color: #000000;
  font-size: 22px;
  text-align: center;
}
.ct-navbar-search .ct-navbar-search-button i {
  display: inline;
}
.ct-navbar-search .ct-navbar-search-button:focus {
  outline: none;
}
.ct-navbar-navSearch:after {
  display: none;
}
.navbar-white {
  background: #ffffff;
  width: 100%;
}
.navbar-white a {
  color: #000000;
}
.ct-navbarMobile-white .navbar-toggle .icon-bar {
  background-color: #000000;
}
.navbar-inverse {
  background-color: #000000;
}
.snapjs-left {
  overflow: hidden !important;
  height: 100%;
}
.snapjs-left .ct-menuMobile {
  z-index: 1;
}
.ct-navbarMobile {
  text-align: center;
  position: relative;
  padding-top: 8px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  z-index: 9000;
  background-color: #ffffff;
}
.ct-navbarMobile img {
  width: auto;
}
.ct-navbarMobile.ct-navbarMobile--inverse {
  background-color: #000000;
  color: #ffffff;
}
.ct-navbarMobile .navbar-brand {
    height: 62px;
    padding: 0;
    line-height: 45px;
    margin: auto;
    left: 20px;
    right: 0;
    font-size: 24pt;
    padding-left: 20px;
}
.ct-navbarMobile .navbar-brand img {
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  margin: auto;
}
.ct-navbarMobile .ct-navbar-navSearch {
  position: absolute;
  right: 23px;
  top: 25px;
}
.ct-navbarMobile .ct-navbar-search-button {
  right: 12px;
}
.ct-navbarMobile .ct-navbar-search .form-control:focus,
.ct-navbarMobile .ct-navbar-search .form-control--filled .form-control:focus {
  padding-left: 5px;
}
.ct-navbarMobile .ct-navbar-search .form-control {
  padding-left: 65px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.snapjs-right .ct-menuMobile,
.snapjs-left .ct-menuMobile {
  overflow: auto;
}
.ct-menuMobile-toggle {
  position: fixed;
  top: 10px;
  left: 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #ffffff;
  border-radius: 0;
  z-index: 8000;
}
.ct-menuMobile-toggle .icon-bar {
  background-color: #000000;
}
.ct-menuMobile-toggle.fixed {
  z-index: 99998;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .ct-menuMobile-toggle {
    display: none !important;
  }
}
.ct-menuMobile {
  background: #000000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 266px;
  max-height: 100%;
  overflow: hidden;
}
.ct-menuMobile .ct-menuMobile-navbar {
  margin-top: 10px;
  padding: 0;
  list-style: none;
}
.ct-menuMobile .ct-menuMobile-navbar li {
  padding: 0px;
  text-align: left;
}
.ct-menuMobile .ct-menuMobile-navbar li a {
  text-decoration: none;
  color: #ffffff;
  padding: 10px 20px 10px 40px;
  display: block;
}
.ct-menuMobile .ct-menuMobile-navbar li a i {
  padding-left: 5px;
}
.ct-menuMobile .ct-menuMobile-navbar li a:focus,
.ct-menuMobile .ct-menuMobile-navbar li a:active {
  outline: none !important;
}
.ct-menuMobile .ct-menuMobile-navbar li.active {
  background-color: #ffffff;
}
.ct-menuMobile .ct-menuMobile-navbar li.active a {
  color: #000000;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu {
  position: relative;
  display: none;
  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;
  border-radius: 0;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu .dropdown-menu {
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
  padding-left: 20px;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu li a {
  color: #000000;
}
.ct-menuMobile .ct-menuMobile-navbar .open .dropdown-menu {
  padding: 10px 0;
  display: block;
  margin: 0 0 10px 0;
  max-height: none;
}
.ct-navbar--fixedTop .ct-navbarMobile {
  position: fixed;
}
@media (min-width: 768px) {
  .ct-navbarMobile,
  .ct-menuMobile {
    display: none;
  }
}
.ct-navbar--bounceIn > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--fadeIn > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--fadeInLeft > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--fadeInRight > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--fadeInDown > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--fadeInUp > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--pulse > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--bounceInRight > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--bounceInLeft > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--flipInX > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--flipInY > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--zoomIn > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--zoomInDown > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--zoomInUp > li.dropdown:hover .dropdown-menu {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.navbar-scroll-top {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.headroom {
  transition: transform 200ms linear;
  z-index: 9998;
}
.headroom--pinned {
  transform: translateY(0%);
  display: block;
}
.headroom--unpinned {
  transform: translateY(-100%);
  display: none;
}
@media screen and (max-width: 767px) {
  .navbar {
    display: none;
  }
}
.ct-photostream span + i {
  padding-left: 10px;
}
.ct-photostream i ~ span {
  padding-left: 10px;
}
.ct-photostream .ct-u-displayTableCell {
  position: relative;
  overflow: hidden;
}
.ct-photostream .ct-u-displayTableCell:hover .ct-photostream-overlay {
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ct-photostream .ct-photostream-overlay {
  padding: 40px 0px 40px 40px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ct-photostream .ct-photostream-overlay .ct-photostream-tag {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.ct-photostream .ct-photostream-overlay p {
  margin-bottom: 0px;
}
.ct-photostream img {
  width: 100%;
}
.ct-gallery--col7 .ct-gallery-itemInner {
  padding-left: 4px;
  padding-right: 4px;
}
.ct-gallery .ct-gallery-item {
  padding-right: 15px;
  padding-left: 15px;
}
.ct-gallery--noSpacing .ct-gallery-item {
  padding-right: 0px;
  padding-left: 0px;
}
.ct-gallery-filters {
  display: none;
}
.ct-gallery-filters li {
  display: block;
}
.ct-galleryBox {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.ct-galleryBox a {
  color: #ffffff;
}
.ct-galleryBox .ct-galleryBox-image img {
  width: 100%;
}
.ct-galleryBox .ct-galleryBox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ct-galleryBox .ct-galleryBox-icons {
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  -o-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ct-galleryBox:hover .ct-galleryBox-overlay {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-galleryBox:hover .ct-galleryBox-icons {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.ct-galleryBox-overlay {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 100%;
  width: 100%;
}
.ct-galleryBox-overlay:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(43, 43, 43, 0.5);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ct-galleryBox-overlay:hover,
.ct-galleryBox-overlay:focus,
.ct-galleryBox-overlay:active {
  color: white;
}
.ct-galleryBox-overlay:hover:before,
.ct-galleryBox-overlay:focus:before,
.ct-galleryBox-overlay:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
@media (max-width: 768px) {
  .ct-gallery .ct-gallery-item {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}
@media (max-width: 480px) {
  .ct-galleryBox-icons .btn-group .btn {
    padding: 15px 19px;
  }
}
.panel-group .panel + .panel {
  margin-top: 0px;
}
.ct-accordion-1.panel-group .panel-heading + .panel-collapse > .panel-body,
.ct-accordion-2.panel-group .panel-heading + .panel-collapse > .panel-body,
.ct-accordion-1.panel-group .panel-heading + .panel-collapse > .list-group,
.ct-accordion-2.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: none;
}
.ct-accordion-1 .panel-title,
.ct-accordion-2 .panel-title {
  color: #000000;
}
.ct-accordion-1 .panel-title a.collapsed:after,
.ct-accordion-2 .panel-title a.collapsed:after {
  content: '\f067';
  font-size: 16px;
  font-family: FontAwesome;
  float: right;
}
.ct-accordion-1 .panel-title a:after,
.ct-accordion-2 .panel-title a:after {
  content: '\f068';
  font-size: 16px;
  font-family: FontAwesome;
  float: right;
}
.ct-accordion-1 .panel-heading,
.ct-accordion-2 .panel-heading {
  padding: 20px 0px;
}
.ct-accordion-1 .panel-body,
.ct-accordion-2 .panel-body {
  padding: 10px 0px 40px 0px;
}
.ct-accordion-1 .panel,
.ct-accordion-2 .panel {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-bottom: 2px solid #000000;
}
.ct-accordion-1 .panel:last-child,
.ct-accordion-2 .panel:last-child {
  border-bottom: none;
}
.ct-accordion-1 .panel:last-child .panel-collapse,
.ct-accordion-2 .panel:last-child .panel-collapse {
  border-bottom: 2px solid #000000;
}
.ct-accordion-2 .panel-title {
  position: relative;
}
.ct-accordion-2 .panel-title a.collapsed:after,
.ct-accordion-2 .panel-title a:after {
  content: '';
  display: none;
}
.ct-accordion-2 .panel-title a.collapsed:before {
  content: '';
  background-color: transparent;
}
.ct-accordion-2 .panel-title a:before {
  content: '';
  position: absolute;
  height: 74px;
  width: 10px;
  top: -20px;
  left: -30px;
  background-color: #000000;
}
.ct-accordion-2 .panel {
  padding: 0px 30px;
  border: 2px solid #000000;
  border-bottom: none;
}
.ct-accordion-2 .panel:last-child {
  border-bottom: 2px solid #000000;
}
.widget .list-unstyled .btn.btn-link {
  font-size: 14px;
}
.widget .ct-list-space li {
  margin-left: 10px;
}
.widget h6 {
  font-size: 16px;
}
.widget h6 small {
  font-size: 15px;
}
.widget .list-group-item {
  font-family: "Roboto Slab";
  border: none;
  padding: 7px 0px 15px 0px;
  font-weight: 300;
}
.widget .list-group-item .badge {
  font-weight: 300;
  padding: 7px 7px;
  color: #000000;
  background-color: rgba(43, 43, 43, 0.1);
  border-radius: 100%;
}
.widget .tagcloud a.btn {
  font-family: "Roboto Slab";
  font-size: 14px;
  display: block;
  float: left;
  line-height: 14px;
  padding: 7px 7px;
  color: #ffffff;
  background-color: #222222;
  margin: 0 11px 11px 0;
}
.widget .media .media-heading {
  font-weight: 600;
  color: #000000;
}
.widget .media .media-object {
  width: inherit;
  max-width: inherit;
}
.widget ul.ct-photostream li .ct-u-displayTableCell:first-child {
  padding-right: 30px;
}
.widget .ct-photostream .ct-img-wrapper-2 {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget .ct-photostream .ct-img-wrapper-2:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(43, 43, 43, 0.5);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget .ct-photostream .ct-img-wrapper-2:hover,
.widget .ct-photostream .ct-img-wrapper-2:focus,
.widget .ct-photostream .ct-img-wrapper-2:active {
  color: white;
}
.widget .ct-photostream .ct-img-wrapper-2:hover:before,
.widget .ct-photostream .ct-img-wrapper-2:focus:before,
.widget .ct-photostream .ct-img-wrapper-2:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.widget .ct-photostream .ct-img-wrapper-2:before {
  background: rgba(0, 0, 0, 0.7);
}
.widget .ct-photostream .ct-img-wrapper-2 .ct-u-displayTableTop {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  padding-top: 20px;
  padding-left: 20px;
  position: absolute;
  z-index: 1;
}
.widget .ct-photostream .ct-img-wrapper-2 .ct-u-displayTableTop p {
  margin-bottom: 0px;
}
.widget .ct-photostream .ct-img-wrapper-2:hover .ct-u-displayTableTop {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.widget .ct-photostream .btn.btn-link {
  padding: 0px;
  margin-bottom: 10px;
}
.widget .ct-photostream .btn.ct-js-magnificPopupImage {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 20px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .widget ul.ct-photostream li .ct-u-displayTableCell:first-child {
    padding-left: 0;
    padding-right: 0;
  }
  .widget .widget-inner .list-group {
    margin: 0 auto;
    width: 400px;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .widget .widget-inner .list-group {
    margin: 0 auto;
    width: 100%;
    text-align: left;
  }
}
.nav-tabs--center {
  text-align: center;
}
.nav-tabs--center li {
  float: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.nav-tabs-justified > li {
  width: 150px;
}
.nav-pills > li + li {
  margin-left: -3px;
}
.nav-pills > li > a {
  line-height: 1.7;
  border-bottom: 3px solid #000000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #000000;
  color: #ffffff;
}
.nav-pills > li > a:hover {
  color: #000000;
  background-color: #ffffff;
}
.nav-pills > li.active a,
.nav-pills > li.active a:hover,
.nav-pills > li.active a:focus {
  color: #000000;
  background-color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 3px solid #000000;
}
.nav-pills--rounded > li:first-child > a,
.nav-pills--rounded > li.active:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.nav-pills--rounded > li:last-child > a,
.nav-pills--rounded > li.active:last-child > a {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table > thead > tr > th {
  color: #000000;
  border-top: 2px solid #000000 !important;
  border-bottom: 2px solid #000000 !important;
}
table > thead > tr > th:first-child {
  border-left: 2px solid #000000;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
table > thead > tr > th:last-child {
  border-right: 2px solid #000000;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
table > thead > tr > th,
table thead > tr > td,
table tbody > tr > th,
table tbody > tr > td,
table tfoot > tr > td,
table tfoot > tr > th {
  padding: 12px !important;
}
table > tbody > tr > td {
  border-top: none !important;
}
.table-bordered > thead > tr > th {
  border-color: #000000;
}
.ct-commentBox-1 .row.ct-u-displayTable,
.ct-commentBox-2 .row.ct-u-displayTable {
  width: auto;
}
.ct-commentBox-1 .row.ct-u-displayTable .ct-u-displayTableCell,
.ct-commentBox-2 .row.ct-u-displayTable .ct-u-displayTableCell {
  width: 33.333333%;
}
.ct-commentBox-1 .row.ct-u-displayTable .ct-u-displayTableCell:first-child,
.ct-commentBox-2 .row.ct-u-displayTable .ct-u-displayTableCell:first-child {
  padding-left: 15px;
}
.ct-commentBox-1 .row.ct-u-displayTable .ct-u-displayTableCell:last-child,
.ct-commentBox-2 .row.ct-u-displayTable .ct-u-displayTableCell:last-child {
  padding-right: 15px;
}
.ct-commentBox-1 li ol,
.ct-commentBox-2 li ol {
  padding-left: 100px;
}
.ct-commentBox-1 p,
.ct-commentBox-2 p {
  padding-top: 20px;
  padding-bottom: 35px;
}
.ct-commentBox-1 .ct-commentBox-author,
.ct-commentBox-2 .ct-commentBox-author {
  border-bottom: 2px solid #000000;
}
.ct-commentBox-1 .ct-commentBox-author .ct-commentBox-name,
.ct-commentBox-2 .ct-commentBox-author .ct-commentBox-name {
  font-size: 18px;
}
.ct-commentBox-1 .ct-commentBox-author .ct-commentBox-name .btn.btn-link,
.ct-commentBox-2 .ct-commentBox-author .ct-commentBox-name .btn.btn-link {
  font-size: 18px;
}
.ct-commentBox-1 .ct-commentBox-author .ct-commentBox-date,
.ct-commentBox-2 .ct-commentBox-author .ct-commentBox-date {
  line-height: 1;
}
.ct-commentBox-1 .ct-commentBox-author img,
.ct-commentBox-2 .ct-commentBox-author img {
  margin-right: 30px;
  margin-bottom: -2px;
}
.ct-commentBox-2 {
  position: relative;
  background-color: #222222;
}
.ct-commentBox-2 h1,
.ct-commentBox-2 .h1,
.ct-commentBox-2 h2,
.ct-commentBox-2 .h2,
.ct-commentBox-2 h3,
.ct-commentBox-2 .h3,
.ct-commentBox-2 h4,
.ct-commentBox-2 .h4,
.ct-commentBox-2 h5,
.ct-commentBox-2 .h5,
.ct-commentBox-2 h6,
.ct-commentBox-2 .h6 {
  color: #ffffff;
}
.ct-commentBox-2 .ct-commentBox-author {
  border-color: rgba(255, 255, 255, 0.1);
}
.ct-commentBox-2 .ct-commentBox-author .ct-commentBox-name {
  color: #ffffff;
}
.ct-commentBox-2 .ct-raiting {
  color: #ffffff;
}
.ct-commentBox-2 .lead .fa-star.ct-u-colorBlack {
  color: #ffffff;
}
.ct-commentBox-2:before,
.ct-commentBox-2:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: inherit;
}
.ct-commentBox-2:before {
  right: 100%;
}
.ct-commentBox-2:after {
  left: 100%;
}
.form-control-1 {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  background-color: #f2f2f2;
  border: none;
}
.form-search {
  position: relative;
}
.form-search button {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-bottom: 5px;
  padding-right: 15px;
  font-size: 16px;
  background-color: transparent;
  border-color: transparent;
  color: #000000;
}
.form-control-2 {
  width: 100%;
  padding: 11px 20px;
  font-size: 13px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  background-color: #333333;
}
.form-control-2:focus {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #ffffff;
  color: #000000;
  border-color: transparent;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
.form-control-3 {
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  background-color: #ffffff;
  border: 2px solid #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #000000;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.form-control-3:focus {
  border-color: rgba(0, 0, 0, 0.3);
}
.form-control-4 {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  border: 2px solid #ffffff;
  border-right: none;
  background-color: transparent;
}
.ct-placeholder-3 ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000000;
}
.ct-placeholder-3 :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000000;
  opacity: 1;
}
.ct-placeholder-3 ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000000;
  opacity: 1;
}
.ct-placeholder-3 :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000000;
}
.ct-contact {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.ct-contact-header {
  position: absolute;
  bottom: 0;
}
.checkbox-1 label,
.checkbox-2 label,
.checkbox-3 label {
  padding-left: 10px;
}
.checkbox-1 label:before,
.checkbox-2 label:before,
.checkbox-3 label:before {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
  width: 30px;
  display: inline-block;
  content: "\f0c8";
  color: #f2f2f2;
  padding-right: 5px;
  font-size: 25px;
  font-family: fontawesome;
}
.checkbox-1 input,
.checkbox-2 input,
.checkbox-3 input {
  float: none;
  width: auto;
  display: none;
}
.checkbox-1 input[type=checkbox]:checked + label:before,
.checkbox-2 input[type=checkbox]:checked + label:before,
.checkbox-3 input[type=checkbox]:checked + label:before {
  color: #00c680;
  content: "\f14a";
}
.checkbox-2 label:before {
  color: #333333;
  content: "\f0c8";
}
.checkbox-2 input[type=checkbox]:checked + label:before {
  content: "\f14d";
}
.checkbox-3 label:before {
  color: #333333;
  content: "\f096";
}
.checkbox-3 input[type=checkbox]:checked + label:before {
  content: "\f00c";
}
.form-control-1[disabled],
.form-control-2[disabled],
.form-control-3[disabled],
.form-control-1[readonly],
.form-control-2[readonly],
.form-control-3[readonly],
fieldset[disabled] .form-control-1,
fieldset[disabled] .form-control-2,
fieldset[disabled] .form-control-3,
fieldset[disabled] .btn {
  border-color: #808080;
  cursor: not-allowed;
  background-color: #808080;
  opacity: 0.3;
}
fieldset[disabled] .checkbox-1 label:before,
fieldset[disabled] .checkbox-2 label:before,
fieldset[disabled] .checkbox-3 label:before {
  content: '\f05e';
  cursor: not-allowed;
  color: crimson;
}
input.form-control,
select.form-control {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
input.form-control:focus,
select.form-control:focus,
input.form-control:active,
select.form-control:active {
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
}
.has-success .form-control:hover,
.has-error .form-control:hover,
.has-warning .form-control:hover,
input.form-control:hover,
select.form-control:hover,
.has-success .form-control:focus,
.has-error .form-control:focus,
.has-warning .form-control:focus,
input.form-control:focus,
select.form-control:focus,
.has-success .form-control:active,
.has-error .form-control:active,
.has-warning .form-control:active,
input.form-control:active,
select.form-control:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.has-success label {
  color: #3c763d;
}
.has-success input {
  background-color: #dff0d8;
}
.has-warning label {
  color: #8a6d3b;
}
.has-warning input {
  background-color: #fcf8e3;
}
.has-error label {
  color: #a94442;
}
.has-error input {
  background-color: #f2dede;
}
.ct-form-row {
  display: table;
  white-space: nowrap;
}
.ct-form-row .ct-u-displayTableCell {
  vertical-align: top;
  padding-right: 15px;
}
.ct-form-row .ct-u-displayTableCell:last-child {
  padding-right: 0px;
}
.ct-form-row .ct-card {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ct-form-row .ct-card:hover {
  -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);
}
.spinner {
  width: 100px;
}
.spinner .ct-btn--transparent {
  background-color: transparent;
}
.spinner > .btn {
  top: 0;
  line-height: 18px;
  position: absolute;
  margin-left: -2px;
  padding-left: 30px;
  padding-right: 30px;
  white-space: nowrap;
}
.spinner input {
  text-align: center;
  line-height: 30px;
}
.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px 19px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}
.input-group-btn-vertical > .btn:focus,
.input-group-btn-vertical > .btn:hover,
.input-group-btn-vertical > .btn:active {
  background-color: transparent;
  outline: none;
  color: inherit;
}
.input-group-btn-vertical > .btn:first-child {
  border-bottom: none;
}
.input-group-btn-vertical > .btn:last-child {
  border-top: none;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
}
.input-group-btn-vertical i {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -4px;
}
.spinner-lg input {
  line-height: 42px;
  height: 48px;
}
.spinner-lg > .btn {
  line-height: 30px;
}
.spinner-lg .input-group-btn-vertical > .btn {
  padding: 11px 19px;
}
.spinner-lg .input-group-btn-vertical > .btn:first-child i {
  padding-top: 6px;
}
.spinner-rounded input {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.spinner-rounded > .btn {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
nav.navbar input:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
}
.datepicker.dropdown-menu {
  background-color: #000000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.datepicker table {
  color: #ffffff;
  border: none;
}
.datepicker table > thead > tr > th {
  color: #ffffff;
  border: none;
  border-top: none !important;
  border-bottom: none !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.datepicker:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td.day:hover {
  background: #ffffff;
  color: #000000;
  cursor: pointer;
}
.datepicker td.day.disabled {
  background: #ffffff;
  color: #000000;
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
}
.datepicker td span:hover {
  background: #ffffff;
  color: #000000;
}
.datepicker td span.active {
  color: #ffffff;
  background-color: #000000;
}
.datepicker td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #ffffff;
  color: #000000;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
}
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
  color: #000000;
  background-color: #ffffff;
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #000000;
  background-color: #ffffff;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #ffffff;
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #000000;
  background-color: #ffffff;
}
.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #ffffff;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}
.input-append,
.input-prepend {
  position: relative;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  position: absolute;
  top: 17px;
  right: 10px;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.ct-progressBar-1 .progress,
.ct-progressBar-2 .progress {
  overflow: visible;
  height: 6px;
  background-color: #d4d4d4;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 33px;
  position: relative;
}
.ct-progressBar-1 .progress .progress-bar,
.ct-progressBar-2 .progress .progress-bar {
  background-color: #000000;
}
.ct-progressBar-1 .ct-progressBar-title,
.ct-progressBar-2 .ct-progressBar-title {
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}
.ct-progressBar-1 .ct-progressBar-text {
  position: absolute;
  background-color: inherit;
  display: block;
  z-index: 5;
  bottom: 14px;
  left: 100%;
  margin-left: -22px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  background-color: transparent;
  color: #000000;
}
.ct-progressBar-2 .progress {
  height: 25px;
  margin-bottom: 70px;
}
.ct-progressBar-2 .progress .progress-bar {
  position: relative;
}
.ct-progressBar-2 .ct-progressBar-text {
  position: absolute;
  right: 0;
  color: #000000;
  top: -20px;
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 0.5;
}
.ct-progressBar-2 .ct-progressBar-title {
  float: right;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 400;
  color: #ffffff;
  padding: 2.5px 5px 0px 0px;
  font-size: 14px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../plugins/slick/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../plugins/slick/fonts/slick.eot');
  src: url('../plugins/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../plugins/slick/fonts/slick.woff') format('woff'), url('../plugins/slick/fonts/slick.ttf') format('truetype'), url('../plugins/slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick', sans-serif;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
.ct-js-slick img {
  display: inline-block;
}
.ct-slick-1 .item {
  padding-left: 100px;
  padding-right: 100px;
  font-size: 16px;
  text-align: center;
}
.ct-slick-1 .item img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
}
.ct-slick-1 .item p {
  font-family: 'Roboto Slab', serif;
}
.ct-slick-1 .item .ct-name {
  font-family: 'Montserrat', sans-serif;
  color: rgba(255, 255, 255, 0.5);
}
.ct-testimonial p {
  margin-bottom: 0px;
}
.ct-testimonial span.ct-u-colorFaint {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
@media (max-width: 480px) {
  .ct-testimonial img {
    max-width: none;
    width: 1000px !important;
  }
  .ct-testimonial .ct-u-colorFaint,
  .ct-testimonial span.ct-u-colorFaint {
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    filter: alpha(opacity=70);
  }
}
.ct-twitter {
  position: relative;
}
.ct-twitter .ct-icon {
  position: absolute;
  color: #ffffff;
  bottom: 0;
  left: 50%;
  font-size: 35px;
  margin-left: -13px;
  margin-bottom: 90px;
}
.ct-twitter .ct-js-twitter .slick-track {
  margin-bottom: 70px;
}
.ct-twitter .ct-js-twitter .slick-prev,
.ct-twitter .ct-js-twitter .slick-next {
  bottom: 0;
  top: inherit;
  margin-bottom: 90px;
  height: 40px;
}
.ct-twitter .ct-js-twitter .slick-prev:before,
.ct-twitter .ct-js-twitter .slick-next:before {
  font-size: 40px;
  font-family: FontAwesome;
}
.ct-twitter .ct-js-twitter .slick-prev {
  left: 45%;
}
.ct-twitter .ct-js-twitter .slick-prev:before {
  content: '\f104';
}
.ct-twitter .ct-js-twitter .slick-next {
  right: 45%;
}
.ct-twitter .ct-js-twitter .slick-next:before {
  content: '\f105';
}
.ct-twitter .ct-js-twitter .slick-list {
  background-color: #000000;
  overflow: visible;
}
.ct-twitter .ct-js-twitter .slick-list:before,
.ct-twitter .ct-js-twitter .slick-list:after {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 90000;
  background: inherit;
}
.ct-twitter .ct-js-twitter .slick-list:before {
  right: 100%;
}
.ct-twitter .ct-js-twitter .slick-list:after {
  top: 0;
  left: 100%;
}
.ct-twitter .ct-js-twitter .slick-list .slick-track {
  padding: 80px 0px 175px 0px;
}
.ct-twitter .ct-js-twitter .slick-slide {
  position: relative;
}
.ct-twitter .ct-js-twitter .tweet_text {
  margin-top: 50px;
  margin-bottom: 15px;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  text-align: center;
}
.ct-twitter .ct-js-twitter .tweet_text a {
  color: #ffffff;
}
.ct-twitter .ct-js-twitter .tweet_user,
.ct-twitter .ct-js-twitter .tweet_time {
  position: absolute;
  width: 100%;
  text-align: center;
}
.ct-twitter .ct-js-twitter .tweet_time {
  top: 0;
  left: 0;
}
.ct-twitter .ct-js-twitter .tweet_time a {
  color: rgba(255, 255, 255, 0.2);
}
.ct-twitter .ct-js-twitter .tweet_user {
  bottom: 0;
  color: #ffffff;
}
.ct-slick-arrow-1 .slick-prev,
.ct-slick-arrow-1 .slick-next {
  width: 40px;
  height: 40px;
}
.ct-slick-arrow-1 .slick-prev:before,
.ct-slick-arrow-1 .slick-next:before {
  font-size: 40px;
  font-family: fontawesome;
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ct-slick-arrow-1 .slick-prev:hover:before,
.ct-slick-arrow-1 .slick-next:hover:before {
  opacity: 0.75;
}
.ct-slick-arrow-1 .slick-prev:before {
  content: '\f104';
}
.ct-slick-arrow-1 .slick-next:before {
  content: '\f105';
}
.ct-slick-arrow-1--above .slick-prev,
.ct-slick-arrow-1--above .slick-next {
  top: -125px;
}
.ct-slick-arrow-1--above .slick-prev:before,
.ct-slick-arrow-1--above .slick-next:before {
  font-size: 25px;
}
.ct-slick-arrow-1--above .slick-prev {
  right: 40px;
  left: auto;
}
.ct-slick-arrow-2 .slick-prev,
.ct-slick-arrow-2 .slick-next {
  width: 20px;
  height: 25px;
  bottom: 30px;
  top: auto;
}
.ct-slick-arrow-2 .slick-prev:before,
.ct-slick-arrow-2 .slick-next:before {
  font-size: 30px;
  font-family: fontawesome;
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ct-slick-arrow-2 .slick-prev:hover:before,
.ct-slick-arrow-2 .slick-next:hover:before {
  opacity: 0.75;
}
.ct-slick-arrow-2 .slick-prev {
  left: auto;
  right: 75px;
}
.ct-slick-arrow-2 .slick-prev:before {
  content: '\f104';
}
.ct-slick-arrow-2 .slick-next {
  right: 25px;
}
.ct-slick-arrow-2 .slick-next:before {
  content: '\f105';
}
.ct-slick-arrow-3 .slick-prev,
.ct-slick-arrow-3 .slick-next {
  width: 50px;
  height: 50px;
  border: 2px solid #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.ct-slick-arrow-3 .slick-prev:before,
.ct-slick-arrow-3 .slick-next:before {
  font-size: 14px;
  font-family: fontawesome;
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ct-slick-arrow-3 .slick-prev:hover,
.ct-slick-arrow-3 .slick-next:hover,
.ct-slick-arrow-3 .slick-prev:hover:before,
.ct-slick-arrow-3 .slick-next:hover:before {
  opacity: 0.75;
}
.ct-slick-arrow-3 .slick-prev {
  left: 18px;
}
.ct-slick-arrow-3 .slick-prev:before {
  content: '\f104';
}
.ct-slick-arrow-3 .slick-next {
  right: 18px;
}
.ct-slick-arrow-3 .slick-next:before {
  content: '\f105';
}
.ct-slick-arrow-3--leftTop .slick-prev {
  top: 20px;
  left: 10px;
}
.ct-slick-arrow-3--leftTop .slick-next {
  top: 20px;
  left: 58px;
}
.ct-slick-arrow-3--leftBottom .slick-prev {
  top: inherit;
  left: 10px;
  bottom: 20px;
}
.ct-slick-arrow-3--leftBottom .slick-next {
  top: inherit;
  left: 58px;
  bottom: 20px;
}
.ct-slick-arrow-3--rightTop .slick-prev {
  top: 20px;
  right: 58px;
  left: inherit;
}
.ct-slick-arrow-3--rightTop .slick-next {
  top: 20px;
  right: 10px;
}
.ct-slick-arrow-3--rightBottom .slick-prev {
  top: inherit;
  bottom: 20px;
  right: 58px;
  left: inherit;
}
.ct-slick-arrow-3--rightBottom .slick-next {
  top: inherit;
  bottom: 20px;
  right: 10px;
}
.ct-slick-arrow-3--under .slick-prev {
  top: inherit;
  bottom: -60px;
  left: 0;
}
.ct-slick-arrow-3--under .slick-next {
  top: inherit;
  bottom: -60px;
  right: 0;
}
@media (max-width: 992px) {
  .ct-slick-arrow-3--under .slick-prev,
  .ct-slick-arrow-3--under .slick-next {
    bottom: 50%;
  }
}
.ct-u-colorBlack .ct-slick-arrow-3 button,
.ct-u-colorBlack .ct-slick-arrow-3 button:before {
  color: #000000;
  border-color: #000000;
}
header .ct-js-slick .slick-prev,
header .ct-js-slick .slick-next {
  z-index: 9000;
}
header .ct-js-slick .slick-prev {
  left: 30px;
}
header .ct-js-slick .slick-next {
  right: 30px;
}
@media (max-width: 1200px) {
  header .ct-js-slick h1,
  header .ct-js-slick .h1,
  header .ct-js-slick h2,
  header .ct-js-slick .h2,
  header .ct-js-slick h3,
  header .ct-js-slick .h3,
  header .ct-js-slick h4,
  header .ct-js-slick .h4,
  header .ct-js-slick h5,
  header .ct-js-slick .h5,
  header .ct-js-slick h6,
  header .ct-js-slick .h6 {
    font-size: 30px;
    line-height: 1;
  }
}
@media (max-width: 992px) {
  header .ct-js-slick img {
    width: 800px !important;
    max-width: none !important;
  }
}
@media (max-width: 480px) {
  header .ct-js-slick img {
    max-width: none;
    width: 600px;
  }
  header .ct-js-slick h1,
  header .ct-js-slick .h1,
  header .ct-js-slick h2,
  header .ct-js-slick .h2,
  header .ct-js-slick h3,
  header .ct-js-slick .h3,
  header .ct-js-slick h4,
  header .ct-js-slick .h4,
  header .ct-js-slick h5,
  header .ct-js-slick .h5,
  header .ct-js-slick h6,
  header .ct-js-slick .h6 {
    padding-top: 20px;
    font-size: 30px !important;
    line-height: 1 !important;
  }
}
@media (max-width: 320px) {
  header .ct-js-slick img {
    max-width: none;
    width: 600px;
  }
  header .ct-js-slick h1,
  header .ct-js-slick .h1,
  header .ct-js-slick h2,
  header .ct-js-slick .h2,
  header .ct-js-slick h3,
  header .ct-js-slick .h3,
  header .ct-js-slick h4,
  header .ct-js-slick .h4,
  header .ct-js-slick h5,
  header .ct-js-slick .h5,
  header .ct-js-slick h6,
  header .ct-js-slick .h6 {
    font-size: 20px !important;
    line-height: 1 !important;
  }
}
@media (max-width: 480px) {
  .ct-articleBox.ct-js-slick .media .media-body .media-heading {
    display: table-cell;
    width: 200px;
  }
  .ct-articleBox.ct-js-slick .media .media-body p {
    display: none;
  }
  .ct-articleBox.ct-js-slick .media .media-left {
    display: table-cell;
  }
  .ct-articleBox.ct-js-slick img {
    max-width: none;
    min-width: 600px;
  }
}
@media (max-width: 480px) {
  .ct-articleBox.ct-js-slick .media .media-body .media-heading {
    font-size: 15px;
    width: 150px;
  }
}
img,
figure {
  max-width: 100%;
}
input:hover,
textarea:hover,
a:hover,
input:focus,
textarea:focus,
a:focus,
input:active,
textarea:active,
a:active {
  outline: none;
}
a:focus {
  text-decoration: none;
}
html {
  -webkit-font-smoothing: antialiased;
}
body {
  overflow-x: hidden;
  font-weight: 400;
  font-family: "Roboto Slab", sans-serif;
  line-height: 28px;
  color: #777777;
}
@media (max-width: 992px) {
  body {
    text-align: center;
  }
  body .text-left,
  body .text-right {
    text-align: center;
  }
  body .pull-right,
  body .pull-left {
    float: none !important;
  }
}
b {
  color: #000000;
}
.ct-pageWrapper {
  z-index: 3;
  background-color: inherit;
  overflow: hidden;
}
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;
}
.ptn1 {
  background: url("../images/bg_pattern_01.jpg") repeat;
}
.ptn2 {
  background: url("../images/bg_pattern_02.jpg") repeat;
}
.ptn3 {
  background: url("../images/bg_pattern_03.jpg") repeat;
}
.ptn4 {
  background: url("../images/bg_pattern_04.jpg") repeat;
}
.ptn5 {
  background: url("../images/bg_pattern_05.jpg") repeat;
}
.ptn6 {
  background: url("../images/bg_pattern_06.jpg") repeat;
}
.ptn7 {
  background: url("../images/bg_pattern_07.jpg") repeat;
}
.ptn8 {
  background: url("../images/bg_pattern_08.jpg") repeat;
}
.ptn9 {
  background: url("../images/bg_pattern_09.jpg") repeat;
}
.ptn10 {
  background: url("../images/bg_pattern_10.jpg") repeat;
}
.ptn11 {
  background: url("../images/bg_pattern_11.jpg") repeat;
}
.ptn12 {
  background: url("../images/bg_pattern_12.jpg") repeat;
}
@media (max-width: 767px) {
  .ct-pageWrapper {
    overflow: hidden;
    position: relative;
  }
  .ct-mediaSection-inner {
    text-align: center;
  }
}
.ct-mediaSection-inner--top {
  vertical-align: top !important;
}
.ct-mediaSection-inner--bottom {
  vertical-align: bottom !important;
}
@media (max-width: 992px) {
  .ct-mediaSection-kenburnsImageContainer {
    position: absolute;
  }
}
.ct-checkout .ct-checkout-item {
  height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.ct-checkout p {
  margin-bottom: 0px;
}
.ct-checkout-table {
  background-color: #e5e5e5;
}
.ct-checkout-table .ct-u-displayTableRow .ct-u-displayTableCell:first-child {
  padding: 8px 0px 8px 15px;
}
.ct-checkout-table .ct-u-displayTableRow .ct-u-displayTableCell:last-child {
  padding: 8px 15px 8px 0px;
}
.ct-checkout-table--total .ct-u-displayTableCell {
  background-color: #ff004e;
  color: #ffffff;
  padding-top: 19px !important;
  padding-bottom: 19px !important;
}
.ct-thumbnail--image,
.ct-thumbnail--image2 {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.ct-thumbnail--image .ct-thumbnail--main,
.ct-thumbnail--image2 .ct-thumbnail--main {
  width: 100%;
  z-index: 100;
  position: relative;
}
.ct-thumbnail--image .ct-thumbnail--lg,
.ct-thumbnail--image2 .ct-thumbnail--lg {
  width: 50%;
  position: absolute;
  top: 5%;
  left: 2%;
  overflow: hidden;
  z-index: 1;
}
.ct-thumbnail--image .ct-thumbnail--md,
.ct-thumbnail--image2 .ct-thumbnail--md {
  width: 41%;
  position: absolute;
  top: 33%;
  right: 6%;
  overflow: hidden;
  z-index: 1;
}
.ct-thumbnail--image .ct-thumbnail--sml,
.ct-thumbnail--image2 .ct-thumbnail--sml {
  width: 19%;
  position: absolute;
  top: 36%;
  right: 52.5%;
  overflow: hidden;
  z-index: 1;
}
.ct-thumbnail--image .ct-thumbnail--xs,
.ct-thumbnail--image2 .ct-thumbnail--xs {
  width: 8.5%;
  position: absolute;
  top: 62%;
  right: 47%;
  overflow: hidden;
  z-index: 1;
}
.ct-thumbnail--image2 .ct-thumbnail--lg {
  width: 58%;
  top: 5%;
  left: 2%;
}
.ct-thumbnail--image2 .ct-thumbnail--md {
  width: 49%;
  top: 33%;
  right: 21%;
}
.ct-thumbnail--image2 .ct-thumbnail--sml {
  width: 23%;
  top: 36%;
  right: 76%;
}
.ct-thumbnail--image2 .ct-thumbnail--xs {
  width: 9.5%;
  top: 62%;
  right: 70%;
}
@media (max-width: 992px) {
  .ct-thumbnail--image2 .ct-thumbnail--lg {
    width: 69%;
    top: 5%;
    left: 3%;
  }
  .ct-thumbnail--image2 .ct-thumbnail--md {
    width: 58%;
    top: 33%;
    right: 7%;
  }
  .ct-thumbnail--image2 .ct-thumbnail--sml {
    width: 27%;
    top: 36%;
    right: 72%;
  }
  .ct-thumbnail--image2 .ct-thumbnail--xs {
    width: 11%;
    top: 62%;
    right: 65%;
  }
}
.ct-imageBox-1 {
  padding-left: 20px;
}
.ct-imageBox-1 .btn.btn-link {
  margin-top: 15px;
}
.ct-imageBox-1 .media-heading {
  color: #000000;
  font-family: "Roboto", sans-serif;
  padding: 10px 0px;
  font-size: 18px;
  font-weight: 600;
}
.ct-imageBox-1 .media-left {
  padding-right: 25px;
}
.ct-imageBox-1 .media-object {
  min-width: 100%;
  min-height: 100%;
  max-width: none;
}
@media (max-width: 768px) {
  .ct-imageBox-1 {
    padding-left: 0px;
  }
  .ct-imageBox-1 .media-left {
    padding-left: 0px;
    display: block;
  }
  .ct-imageBox-1 .media-object {
    max-width: 100%;
  }
}
.ct-personBox .btn {
  padding: 15px 27px;
}
.ct-personBox .ct-u-displayTableCell {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.ct-personBox .ct-u-displayTableCell: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-personBox .ct-img-wrapper-2 {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ct-personBox .ct-img-wrapper-2:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(43, 43, 43, 0.5);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ct-personBox .ct-img-wrapper-2:hover,
.ct-personBox .ct-img-wrapper-2:focus,
.ct-personBox .ct-img-wrapper-2:active {
  color: white;
}
.ct-personBox .ct-img-wrapper-2:hover:before,
.ct-personBox .ct-img-wrapper-2:focus:before,
.ct-personBox .ct-img-wrapper-2:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.ct-personBox .ct-img-wrapper-2:before {
  background: rgba(0, 0, 0, 0.7);
}
.ct-personBox .ct-socials li a {
  margin-right: 6px;
}
.ct-u-backgroundBlack .ct-pricing-1 {
  color: #ffffff !important;
  background-color: #000000;
}
.ct-u-backgroundBlack .ct-pricing-1 .ct-u-displayTableVertical .ct-u-displayTableRow .ct-u-displayTableCell {
  border-color: #ffffff !important;
}
.ct-u-backgroundBlack .ct-pricing-1 .ct-u-displayTableVertical .ct-u-displayTableRow .ct-u-displayTableCell ul li {
  color: #777777;
}
.ct-u-backgroundBlack .ct-pricing-1 .ct-u-displayTableVertical .ct-u-displayTableRow .ct-u-displayTableCell ul li.ct-u-colorBlack {
  color: #ffffff;
}
.ct-u-backgroundBlack .ct-pricing-1 .ct-u-displayTableVertical .ct-u-displayTableRow .ct-u-displayTableCell ul li.ct-u-colorBlack:before {
  color: #ffffff;
}
.ct-u-backgroundBlack .ct-pricing-1 .ct-u-displayTableVertical .ct-u-displayTableRow .ct-u-displayTableCell ul li:before {
  color: rgba(255, 255, 255, 0.8);
}
.ct-u-backgroundBlack .ct-pricing-1 .ct-u-displayTableVertical .ct-u-displayTableRow .ct-u-displayTableCell .btn.btn-link {
  color: #ffffff;
}
.ct-u-backgroundBlack .ct-pricing-1 .ct-u-displayTableVertical .ct-u-displayTableRow .ct-u-displayTableCell .btn.btn-link:before {
  background: #ffffff;
}
.ct-u-backgroundBlack .ct-pricing-1 .ct-u-displayTableVertical .ct-u-displayTableRow .ct-u-displayTableCell .btn.btn-link:hover,
.ct-u-backgroundBlack .ct-pricing-1 .ct-u-displayTableVertical .ct-u-displayTableRow .ct-u-displayTableCell .btn.btn-link:focus,
.ct-u-backgroundBlack .ct-pricing-1 .ct-u-displayTableVertical .ct-u-displayTableRow .ct-u-displayTableCell .btn.btn-link:active {
  color: #000000 !important;
}
.ct-u-backgroundBlack .ct-pricing-1 .ct-u-displayTableVertical .ct-u-displayTableRow .ct-u-displayTableCell .btn.btn-link:hover small,
.ct-u-backgroundBlack .ct-pricing-1 .ct-u-displayTableVertical .ct-u-displayTableRow .ct-u-displayTableCell .btn.btn-link:focus small,
.ct-u-backgroundBlack .ct-pricing-1 .ct-u-displayTableVertical .ct-u-displayTableRow .ct-u-displayTableCell .btn.btn-link:active small {
  color: #000000 !important;
}
.ct-pricing-1,
.ct-pricing-2 {
  background-color: #ffffff;
  text-align: center;
}
.ct-pricing-1 h3,
.ct-pricing-2 h3,
.ct-pricing-1 .h3,
.ct-pricing-2 .h3 {
  font-weight: 600;
  display: inline-block;
  font-size: 22px;
}
.ct-pricing-1 ul,
.ct-pricing-2 ul {
  margin: 0 auto;
  width: 100px;
  text-align: left;
}
.ct-pricing-1 ul li.ct-u-colorBlack,
.ct-pricing-2 ul li.ct-u-colorBlack {
  color: #777777;
}
.ct-pricing-1 ul li.ct-u-colorBlack:before,
.ct-pricing-2 ul li.ct-u-colorBlack:before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-pricing-1 ul li:before,
.ct-pricing-2 ul li:before {
  content: '\f00c';
  font-family: fontawesome;
  padding-right: 15px;
  color: #000000;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
}
.ct-pricing-1 .ct-u-displayTableVertical .ct-u-displayTableRow .ct-u-displayTableCell,
.ct-pricing-2 .ct-u-displayTableVertical .ct-u-displayTableRow .ct-u-displayTableCell {
  padding: 50px 0px;
  border: 2px solid #000000;
  border-bottom: none;
}
.ct-pricing-1 .ct-u-displayTableVertical .ct-u-displayTableRow:first-child .ct-u-displayTableCell span,
.ct-pricing-2 .ct-u-displayTableVertical .ct-u-displayTableRow:first-child .ct-u-displayTableCell span {
  font-weight: 300;
  display: block;
  padding-bottom: 5px;
}
.ct-pricing-1 .ct-u-displayTableVertical .ct-u-displayTableRow:last-child .ct-u-displayTableCell,
.ct-pricing-2 .ct-u-displayTableVertical .ct-u-displayTableRow:last-child .ct-u-displayTableCell {
  border-bottom: 2px solid #000000;
}
.ct-pricing-2 {
  color: #ffffff;
}
.ct-pricing-2 h1,
.ct-pricing-2 .h1,
.ct-pricing-2 h2,
.ct-pricing-2 .h2,
.ct-pricing-2 h3,
.ct-pricing-2 .h3,
.ct-pricing-2 h4,
.ct-pricing-2 .h4,
.ct-pricing-2 h5,
.ct-pricing-2 .h5,
.ct-pricing-2 h6,
.ct-pricing-2 .h6 {
  color: #ffffff;
}
.ct-pricing-2 .ct-u-displayTableVertical .ct-u-displayTableRow .ct-u-displayTableCell {
  border: none !important;
}
.ct-pricing-2 .ct-u-displayTableVertical .ct-u-displayTableRow .ct-u-displayTableCell ul li:before {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  color: #ffffff;
}
.ct-pricing-2 .ct-u-displayTableVertical .ct-u-displayTableRow .ct-u-displayTableCell ul li.ct-u-colorWhite:before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-iconBox-1 .ct-icon {
  color: #000000;
  font-size: 32px;
}
@media (max-width: 992px) {
  .ct-iconBox-1 {
    padding-top: 50px;
    text-align: center;
  }
}
.ct-iconBox-2 {
  text-align: center;
}
.ct-iconBox-2 .ct-icon {
  font-size: 50px;
  padding-bottom: 35px;
}
.ct-iconBox-3 .ct-img-wrapper-2 i {
  color: #ffffff;
  font-size: 48px;
  position: absolute;
  top: 50%;
  right: -38px;
  display: block;
  margin-top: -35px;
  line-height: 67px;
  width: 70px;
  height: 70px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ct-iconBox-3 .ct-img-wrapper-2 i:before {
  margin-left: 27px;
}
.ct-iconBox-3 .ct-content {
  width: 90%;
}
@media (max-width: 992px) {
  .ct-iconBox-3 .ct-img-wrapper-2 i {
    display: none;
  }
  .ct-icon-group .ct-u-displayTableCell {
    width: 100%;
    display: block;
  }
}
.ct-socials.pull-right {
  padding-left: 30px;
}
.ct-socials.pull-left {
  padding-right: 30px;
}
.ct-socials li {
  padding-left: 15px;
  padding-right: 15px;
}
.ct-socials a.ct-u-colorWhite:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .ct-socials.pull-right,
  .ct-socials.pull-left {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (max-width: 768px) {
  .ct-socials {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
.ct-googleMap img,
.googleMapGroup img {
  max-width: none;
}
.markerCluster {
  height: 50px;
  width: 20px;
  background: url("../images/marker-cluster.png") no-repeat;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}
header h1,
header .h1 {
  font-family: "Roboto", sans-serif;
}
.ct-header-top .ct-mediaSection-inner {
  vertical-align: top;
}
.ct-header-bottom .ct-mediaSection-inner {
  vertical-align: bottom;
}
@media (max-width: 992px) {
  header h1,
  header .h1 {
    padding-top: 50px;
  }
  header h2,
  header .h2 {
    margin-top: 150px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  header h2,
  header .h2 {
    margin-top: 0px;
    margin-bottom: 50px;
  }
}
.prefooter .ct-socials li a {
  margin-left: 25px;
}
.prefooter .list-inline .btn-link {
  font-size: 14px;
}
.prefooter .ct-copyright {
  color: rgba(255, 255, 255, 0.3);
  font-size: 11px;
}
.footer {
  background-color: #000000;
  background:url(../images/footer_bg.jpg);
}
.footer h6 small,
.footer .h6 small {
  font-size: 14px;
}
.footer .ct-photostream li {
  margin-bottom: 17px;
}
.prefooter,
.footer {
  font-family: 'Montserrat', sans-serif;
}
.prefooter a,
.footer a {
  color: #ffffff;
}
.prefooter a small,
.footer a small {
  color: #ffffff;
}
@media (max-width: 992px) {
  .prefooter,
  .footer {
    text-align: center;
  }
  .prefooter .text-right,
  .footer .text-right,
  .prefooter .text-left,
  .footer .text-left {
    text-align: center;
  }
}
.ct-lastWork img {
  width: 100%;
}
.ct-lastWork .ct-img-wrapper-2 > .btn {
  position: absolute;
  bottom: 0;
  margin: 0px 0px 30px 30px;
}
.ct-lastWork .ct-img-wrapper-2 .ct-socials {
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  -o-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0px 30px 30px 0px;
}
.ct-lastWork .ct-img-wrapper-2 .ct-content {
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  -o-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  margin: 30px 0px 0px 30px;
}
.ct-lastWork .ct-img-wrapper-2 .ct-content,
.ct-lastWork .ct-img-wrapper-2 .ct-socials {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.ct-lastWork .ct-img-wrapper-2:hover .ct-content,
.ct-lastWork .ct-img-wrapper-2:hover .ct-socials {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
@media (max-width: 768px) {
  .ct-lastWork .ct-img-wrapper-2 > .btn {
    margin: 0px 0px 15px 30px;
  }
  .ct-lastWork h5,
  .ct-lastWork .h5 {
    font-size: 15px;
  }
  .ct-lastWork .ct-content p,
  .ct-lastWork .ct-socials {
    display: none;
  }
}
.ct-articleBox h3,
.ct-articleBox .h3 {
  font-size: 22px;
}
.ct-articleBox .media--bgColor {
  position: relative;
  background-color: #f2f2f2;
}
.ct-articleBox .media--bgColor:before {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  background-color: inherit;
  right: 100%;
}
.ct-articleBox .media--bgColor:after {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  background-color: inherit;
  left: 100%;
}
.ct-articleBox .media ul span + .ct-icon,
.ct-articleBox .media ul .ct-icon ~ span,
.ct-articleBox .media span + img,
.ct-articleBox .media img ~ span {
  padding-left: 10px;
}
.ct-articleBox .media ul li {
  margin: 0px 40px 0px 40px;
}
.ct-articleBox .media ul li a span {
  color: #777777 !important;
}
.ct-articleBox .media ul li .ct-icon {
  display: inline-block;
  color: #000000;
  font-size: 20px;
}
.ct-articleBox .media ul li:first-child {
  margin: 0px 40px 0px 0px;
}
.ct-articleBox .media ul li:last-child {
  margin: 0px 0px 0px 40px;
}
.ct-articleBox .media .media-object {
  min-width: 100%;
  min-height: 100%;
  max-width: none;
}
.ct-articleBox .media .media-left {
  padding-right: 35px;
}
.ct-articleBox-media {
  position: relative;
  overflow: hidden;
}
.ct-articleBox-media img {
  min-width: 100%;
}
.ct-articleBox-media .ct-img-wrapper-2 {
  display: inline-block;
}
.ct-articleBox-media .media {
  position: absolute;
  bottom: 0;
  width: 460px;
  margin: 0px 0px 20px 40px;
}
.ct-articleBox-media .embed-responsive-16by9 {
  padding-bottom: 63.6%;
}
.ct-articleBox-media .ct-tag {
  position: absolute;
  background-color: #000000;
  color: #ffffff;
  top: 20px;
  right: -190px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  padding: 5px 0px;
  width: 100%;
  font-family: Montserrat;
  text-align: center;
  text-transform: uppercase;
}
.ct-articleBox-media .ct-tag--rightBottom {
  top: inherit;
  bottom: 20px;
  right: -190px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ct-articleBox-media .ct-tag--leftTop {
  top: 20px;
  left: -190px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ct-articleBox-media .ct-tag--leftBottom {
  top: inherit;
  bottom: 20px;
  left: -190px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 1200px) {
  .ct-articleBox-media .ct-tag,
  .ct-articleBox-media .ct-tag.ct-tag--rightBottom {
    right: -150px;
  }
  .ct-articleBox-media .ct-tag--leftBottom,
  .ct-articleBox-media .ct-tag--leftTop {
    left: -150px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .ct-articleBox-media .ct-tag,
  .ct-articleBox-media .ct-tag.ct-tag--rightBottom {
    right: -322px;
  }
  .ct-articleBox-media .ct-tag--leftBottom,
  .ct-articleBox-media .ct-tag--leftTop {
    left: -322px;
  }
}
@media (max-width: 768px) {
  .ct-articleBox-media .ct-tag,
  .ct-articleBox-media .ct-tag.ct-tag--rightBottom {
    right: -270px;
  }
  .ct-articleBox-media .ct-tag--leftBottom,
  .ct-articleBox-media .ct-tag--leftTop {
    left: -270px;
  }
}
@media (max-width: 480px) {
  .ct-articleBox-media .ct-tag,
  .ct-articleBox-media .ct-tag.ct-tag--rightBottom {
    right: -130px;
  }
  .ct-articleBox-media .ct-tag--leftBottom,
  .ct-articleBox-media .ct-tag--leftTop {
    left: -130px;
  }
}
@media (max-width: 320px) {
  .ct-articleBox-media .ct-tag,
  .ct-articleBox-media .ct-tag.ct-tag--rightBottom {
    right: -100px;
  }
  .ct-articleBox-media .ct-tag--leftBottom,
  .ct-articleBox-media .ct-tag--leftTop {
    left: -100px;
  }
}
.ct-articleBox-media .ct-link {
  font-family: "Montserrat", sans-serif;
  position: absolute;
  bottom: 26px;
  right: 20px;
}
.ct-articleBox-media .ct-link a {
  position: relative;
  background-color: #ffffff;
  display: inline-block;
  padding: 7px 13px;
  line-height: 1;
  border-radius: 6px;
}
.ct-articleBox-media .ct-link a:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 18px;
  border-left: 11px solid transparent;
  border-top: 6px solid #ffffff;
}
.ct-articleBox-media .ct-link--leftBottom {
  left: 20px;
}
.ct-articleBox-media .ct-link--leftTop {
  top: 26px;
  left: 20px;
}
.ct-articleBox-media .ct-link--rightTop {
  top: 26px;
  right: 20px;
}
.ct-articleBox-info {
  font-family: "Montserrat", sans-serif;
  line-height: 1.3;
  text-align: center;
}
.ct-articleBox-info .info-1 {
  font-size: 18px;
  padding: 11px 13px;
  background-color: #000000;
  color: #ffffff;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ct-articleBox-info .info-2 {
  padding: 11px 13px;
  background-color: #ffffff;
  color: #000000;
  border: 2px solid #000000;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 992px) {
  .ct-articleBox-info {
    min-height: inherit !important;
    min-width: inherit !important;
  }
  .ct-articleBox h3,
  .ct-articleBox .h3,
  .ct-articleBox h5,
  .ct-articleBox .h5 {
    text-align: center;
  }
  .ct-articleBox .media .media-object {
    margin: 0 auto;
    width: 100px;
    margin-bottom: 10px;
  }
  .ct-articleBox .media .media-left {
    display: block;
    padding-left: 0px;
    padding-right: 0px;
  }
  .ct-articleBox .media ul {
    margin: 0 auto;
    width: 200px;
    text-align: left;
  }
  .ct-articleBox .media ul li {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .ct-articleBox .media ul li:first-child,
  .ct-articleBox .media ul li:last-child {
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .ct-articleBox-description {
    text-align: center;
  }
}
.ct-img-wrapper-1 {
  position: relative;
  width: 70%;
}
.ct-img-wrapper-1 .ct-img-wrapper--md {
  position: relative;
  z-index: 1;
  top: 0;
  overflow: hidden;
}
.ct-img-wrapper-1 .ct-img-wrapper--lg {
  position: absolute;
  left: 25%;
  top: 50px;
  width: 100%;
  overflow: hidden;
}
.ct-img-wrapper-2 {
  position: relative;
}
.ct-img-wrapper-3 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ct-img-wrapper-4 img {
  min-width: 100%;
  min-height: 100%;
  max-width: none;
}
@media (max-width: 992px) {
  .ct-img-wrapper-4 img {
    max-width: 100%;
  }
  .ct-img-wrapper-2 img {
    width: 100%;
  }
}
.ct-productBox {
  background-color: #000000;
}
.ct-productBox img {
  width: 100%;
}
.ct-productBox .ct-productBox-cart {
  width: 30%;
}
.ct-productBox .ct-productBox-cart h3,
.ct-productBox .ct-productBox-cart .h3 {
  font-size: 48px;
}
.ct-productBox .ct-productBox-product {
  width: 70%;
}
@media (max-width: 1200px) {
  .input-group.spinner {
    margin: 0px auto;
  }
  .ct-productBox .ct-productBox-cart,
  .ct-productBox .ct-productBox-product {
    display: block;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .input-group.spinner {
    margin: 5px 15px;
  }
}
.ct-cart-tag {
  position: relative;
  cursor: pointer;
}
.ct-cart-tag:hover:after,
.ct-cart-tag:hover .ct-cart-window {
  visibility: visible;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-cart-tag:after {
  content: '';
  position: absolute;
  bottom: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #222222;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.ct-cart-window {
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  top: 70px;
  right: -50px;
  padding: 30px 30px 0px 30px;
  width: 350px;
  min-height: 80px;
  font-size: 15px;
  background-color: #222222;
  z-index: 9999;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.ct-cart-window .ct-cart-product {
  display: table-cell;
  vertical-align: middle;
  padding-right: 30px;
}
.ct-cart-window .ct-cart-details {
  display: table-cell;
  line-height: 25px;
}
.ct-cart-window .ct-cart-total {
  position: relative;
  background-color: #000000;
  color: #ffffff;
}
.ct-cart-window .ct-cart-total:before {
  content: "";
  top: 0;
  position: absolute;
  height: 100%;
  width: 50px;
  background-color: inherit;
  right: 100%;
}
.ct-cart-window .ct-cart-total:after {
  content: "";
  top: 0;
  position: absolute;
  height: 100%;
  width: 50px;
  background-color: inherit;
  left: 100%;
}
.ct-cart-window .ct-cart-total .ct-cart-total--price {
  text-align: right;
}
.ct-cart-window button.ct-u-colorWhite {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ct-cart-window button.ct-u-colorWhite i {
  color: #ffffff;
}
.ct-cart-window button.ct-u-colorWhite:hover i {
  color: #000000;
}
.ct-raiting {
  color: #000000;
}
.ct-raiting .ct-u-colorFaint {
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
}
.ct-lead--wrapper .ct-title {
  padding-left: 15px;
}
.ct-lead--wrapper .lead {
  padding-left: 20px;
}
.lead {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 0;
  cursor: pointer;
}
.lead i {
  padding-right: 2.5px;
}
.ct-u-colorWhite .fa-star.ct-u-colorBlack,
.ct-u-colorWhite .fa-star {
  color: #ffffff;
}
.ct-raiting + .ct-title {
  padding-left: 15px;
}
.ct-title ~ .ct-raiting {
  padding-left: 15px;
}
.ct-textBox-1 span + i {
  padding-left: 10px;
}
.ct-textBox-1 i ~ span {
  padding-left: 10px;
}
.ct-textBox-1 .btn {
  font-family: "PT Sans", sans-serif;
}
.ct-textBox-1 .ct-textBox-1--title {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 20px;
}
.ct-textBox-1 .ct-textBox-1--content {
  font-family: "PT Sans", sans-serif;
}
.ct-textBox-1 .ct-textBox-1--content .ct-u-displayTableCell:last-child {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.ct-textBox-1 .ct-u-displayTableCell {
  width: 38%;
  padding-right: 60px;
  vertical-align: top;
}
.ct-textBox-1 .ct-u-displayTableCell:last-child {
  padding-right: 0px;
  padding-left: 60px;
  line-height: 22px;
  width: 24%;
}
@media (max-width: 768px) {
  .ct-textBox-1 .ct-textBox-1--content .ct-u-displayTableCell:last-child {
    border: none;
  }
  .ct-textBox-1 .ct-u-displayTableCell,
  .ct-textBox-1 .ct-u-displayTableCell:last-child {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
}
.ct-textBox-2 p {
  padding: 0px 25px;
  font-size: 22px;
  line-height: 1.9;
}
@media (max-width: 992px) {
  .ct-textBox-2.ct-img-wrapper-3 {
    position: relative;
  }
  .ct-textBox-2.ct-img-wrapper-3 p {
    color: #000000;
  }
}
@media (max-width: 768px) {
  .ct-commentBox-1 li ol,
  .ct-commentBox-2 li ol {
    padding-left: 30px;
  }
  .ct-commentBox-1 .ct-commentBox-author .btn.btn-link,
  .ct-commentBox-2 .ct-commentBox-author .btn.btn-link {
    padding: 30px 0px;
  }
  .ct-commentBox-1 .ct-commentBox-author img,
  .ct-commentBox-2 .ct-commentBox-author img {
    margin: 0;
  }
}
ol li,
.ct-bullet li {
  padding-left: 20px;
}
.list-unstyled li {
  padding-left: 0px;
}
.ct-bullet {
  list-style-type: square;
}
.ct-embed img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.ct-embed i {
  width: 11.071rem;
  height: 11.071rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5.536rem;
  margin-left: -5.536rem;
  border: 0.929rem solid #ffffff;
  border-radius: 50%;
  line-height: 9rem;
  color: #fff;
  font-size: 5rem;
  text-align: center;
  z-index: 2;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-opacity: 0.6 !important;
  -khtml-opacity: 0.6 !important;
  -webkit-opacity: 0.6 !important;
  opacity: 0.6 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60) !important;
  filter: alpha(opacity=60) !important;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.ct-embed i:hover {
  -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-preloader {
  position: fixed;
  z-index: 99999998;
  width: 100vw;
  height: 100vh;
  background: #000000;
  overflow: hidden;
}
.ct-preloader .ct-preloader-content {
  position: absolute;
  z-index: 9999999;
  top: 50%;
  margin-top: -32px;
  left: 50%;
  margin-left: -32px;
  overflow: visible;
  width: 64px;
  height: 64px;
  font-size: 64px;
  background: url("../images/pac-man.gif") no-repeat;
}
/* Let's get this party started */
::-webkit-scrollbar {
  width: 12px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #e5e5e5;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #a0a0a0;
}
.cssAnimate .animated {
  opacity: 0;
  filter: alpha(opacity=0);
  /* For IE8 and earlier */
}
.cssAnimate .activate {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}
footer {
  background-color: #000000;
  background:url(../images/footer_bg.jpg);
}
@media all and (min-width:992px) {
    .mobile-cta {
        display:none;
    }
}
@media all and (max-width:480px) {
    .mobile-cta a {
        font-size:8pt;
    }
}
.mobile-cta {
    width: 40%;
    margin: auto;
    position: absolute;
    left: 59%;
    transform: translate(-55%,0);
    -webkit-transform: translate(-55%,0);
    -moz-transform: translate(-55%,0);
    -o-transform: translate(-55%,0);
    -ms-transform: translate(-55%,0);
    top: 18px;
}