@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic&subset=latin,cyrillic-ext,greek-ext,greek,latin-ext,cyrillic');
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700&subset=latin,vietnamese,latin-ext");
/*------------------------------------------------------------------
Project:	One Step HTML Template
Version:	1.2
Last change:	27 November 2018
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Font Awesome
2. Owl Slider
3. Animate.css
4. Typography
5. Paginations
6. Menu
7. Forms
8. Tables
9. Utilities
10. Divided Buttons
11. Courses Box
12. Google map
13. Photo Gallery
14. Blog list
15. Testimonials
16. Gallery isotope
17. Image box
18. Person box
19. Counters
20. Progress bars
21. icon box
22. Pricing box
23. Shop
24. Modal popup
25. Dividers
26. Social bar
27. Section title
28. Video
29. Leadership box
30. Artistic box
31. Typing animation
32. Date picker
33. Accordions/Tabs
-------------------------------------------------------------------*/
/*!
 *  Font Awesome 4.2.0 by @davegandy - https://fontawesome.io - @fontawesome
 *  License - https://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome/fonts/fontawesome-webfont-v=4.2.0.eot');
  src: url('../fonts/fontawesome/fonts/fontawesome-webfont-.eot#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome/fonts/fontawesome-webfont-v=4.2.0.woff') format('woff'), url('../fonts/fontawesome/fonts/fontawesome-webfont-v=4.2.0.ttf') format('truetype'), url('../fonts/fontawesome/fonts/fontawesome-webfont-v=4.2.0.svg#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";
}
/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.ct-mainCarousel .item {
  background-position: center center;
  background-size: cover;
  display: table;
  width: 100%;
}
.ct-mainCarousel .item .inner {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .ct-mainCarousel .item .inner {
    vertical-align: top;
  }
}
@media (max-width: 768px) {
  .ct-personCarousel .item {
    text-align: center;
  }
}
.ct-personCarousel .owl-controls {
  margin: 0;
  position: absolute;
  width: 100%;
  left: 0;
}
.ct-personCarousel .owl-controls .owl-buttons .owl-prev,
.ct-personCarousel .owl-controls .owl-buttons .owl-next {
  width: 12px;
  height: 25px;
  display: inline-block;
  background-size: 100%;
}
.ct-personCarousel .owl-controls .owl-buttons .owl-prev {
  background-image: url("../../images/leftArrow-personCarousel.png");
}
.ct-personCarousel .owl-controls .owl-buttons .owl-next {
  background-image: url("../../images/rightArrow-personCarousel.png");
}
.ct-decorationCarousel .owl-controls .owl-pagination {
  position: absolute;
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
  height: 100%;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url("../plugins/owl/grabbing.png") 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
/*
.owl-theme .owl-controls .owl-buttons div{
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
}
*/
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url('../../images/AjaxLoader.gif') no-repeat center center;
}
.owl-buttons .owl-prev {
  background-image: url('../../images/slider-arrow-left.png');
  width: 26px;
  height: 56px;
  background-size: 100%;
  display: inline-block;
}
.owl-buttons .owl-next {
  background-image: url('../../images/slider-arrow-right.png');
  width: 26px;
  height: 56px;
  background-size: 100%;
  display: inline-block;
}
/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
.ct-owlCarousel-frame {
  max-width: 744px;
  width: 100%;
  background: url('../../images/ipad.png');
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  padding: 50px 57px;
  height: 100%;
}
.ct-owlCarousel-frame:after {
  content: '';
  background-image: url('../../images/owl-ipad-button.png');
  width: 35px;
  height: 35px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  bottom: auto;
  margin-top: -17px;
  left: 2%;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
}
@media (max-width: 768px) {
  .ct-owlCarousel-frame:after {
    background-image: url('../../images/owl-ipad-button-play.png');
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
.ct-owlCarousel-frame:hover:after {
  background-image: url('../../images/owl-ipad-button-play.png');
}
.ct-owlCarousel-frame .ct-owlCarousel-slideSpacer {
  width: 100%;
  background: #000;
  position: relative;
}
.ct-owlCarousel-frame .item img {
  max-height: 457px;
}
.ct-owlPattern {
  background: url('../../images/owl-pattern1.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.ct-owlPattern.ct-paddingAround20 {
  padding: 20px 20px;
}
@charset "UTF-8";
/*!
Animate.css - https://daneden.me/animate
Licensed under the MIT license - https://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .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-sectionHeader {
  margin: 0;
  position: relative;
}
.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-u-size12 {
  font-size: 12px;
}
.ct-u-size14 {
  font-size: 14px;
}
.ct-u-size15 {
  font-size: 15px;
}
.ct-u-size16 {
  font-size: 16px;
}
.ct-u-size18 {
  font-size: 18px;
}
.ct-u-size20 {
  font-size: 20px;
}
.ct-u-size24 {
  font-size: 24px;
}
.ct-u-size28 {
  font-size: 28px;
}
.ct-fs-i {
  font-style: italic;
}
.ct-fs-n {
  font-style: normal;
}
@media (max-width: 767px) {
  .text-left-xs {
    text-align: left;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-justify-xs {
    text-align: justify;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-left-sm {
    text-align: left;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-justify-sm {
    text-align: justify;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-md {
    text-align: left;
  }
  .text-right-md {
    text-align: right;
  }
  .text-center-md {
    text-align: center;
  }
  .text-justify-md {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-left-lg {
    text-align: left;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-justify-lg {
    text-align: justify;
  }
}
.ct-u-paddingBottom45 {
  padding-bottom: 45px;
}
@media (max-width: 1200px) {
  .ct-u-paddingBottom45 {
    padding-bottom: 0;
  }
}
.ct-u-displayTable,
.ct-u-displayTableVertical {
  display: table;
  width: 100%;
}
.ct-u-displayTableVertical {
  height: 100%;
}
.ct-u-displayTableVertical .ct-u-displayTableCell {
  vertical-align: middle;
}
.ct-u-displayTableRow {
  display: table-row;
}
.ct-u-displayTableCell {
  display: table-cell;
}
.ct-u-displayTableCell-verticalMiddle {
  display: table-cell;
  vertical-align: middle;
}
.ct-u-paddingBoth5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ct-u-paddingTop5 {
  padding-top: 5px;
}
.ct-u-paddingBottom5 {
  padding-bottom: 5px;
}
.ct-u-paddingBoth10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ct-u-paddingTop10 {
  padding-top: 10px;
}
.ct-u-paddingBottom10 {
  padding-bottom: 10px;
}
.ct-u-paddingBoth15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.ct-u-paddingTop15 {
  padding-top: 15px;
}
.ct-u-paddingBottom15 {
  padding-bottom: 15px;
}
.ct-u-paddingBoth20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ct-u-paddingTop20 {
  padding-top: 20px;
}
.ct-u-paddingBottom20 {
  padding-bottom: 20px;
}
.ct-u-paddingTop25 {
  padding-top: 25px;
}
.ct-u-paddingBottom25 {
  padding-bottom: 25px;
}
.ct-u-paddingBoth30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ct-u-paddingTop30 {
  padding-top: 30px;
}
.ct-u-paddingBottom30 {
  padding-bottom: 30px;
}
.ct-u-paddingBoth40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.ct-u-paddingTop40 {
  padding-top: 40px;
}
.ct-u-paddingBottom40 {
  padding-bottom: 40px;
}
.ct-u-paddingBoth50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ct-u-paddingTop50 {
  padding-top: 50px;
}
.ct-u-paddingBottom50 {
  padding-bottom: 30px;
}
.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-paddingBoth140 {
  padding-top: 140px;
  padding-bottom: 140px;
}
.ct-u-paddingBottom140 {
  padding-bottom: 140px;
}
.ct-u-paddingTop140 {
  padding-top: 140px;
}
.ct-u-paddingBoth150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.ct-u-paddingTop150 {
  padding-top: 150px;
}
.ct-u-paddingHorizontal50 {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .ct-u-paddingHorizontal50 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ct-u-paddingBottom150 {
  padding-bottom: 150px;
}
.ct-u-paddingAround {
  padding: 20px;
}
.ct-u-paddingHorizontal15 {
  padding: 0 15px;
}
.ct-u-paddingHorizontal30 {
  padding-left: 30px;
  padding-right: 30px;
}
.ct-u-paddingRight15 {
  padding-right: 15px;
}
.ct-u-paddingLeft15 {
  padding-left: 15px;
}
.ct-u-paddingLeft30 {
  padding-left: 30px;
}
.ct-u-paddingRight {
  padding-right: 30px;
}
@media (max-width: 768px) {
  .ct-u-paddingBottom10--sm {
    padding-bottom: 10px;
  }
}
.ct-u-BorderRadius--Default {
  border-radius: 0;
}
.ct-u-marginBoth10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.ct-u-marginTop10 {
  margin-top: 10px;
}
.ct-u-marginBottom10 {
  margin-bottom: 10px;
}
.ct-u-marginBoth15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.ct-u-marginTop15 {
  margin-top: 15px;
}
.ct-u-marginBottom15 {
  margin-bottom: 15px;
}
.ct-u-marginBoth20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.ct-u-marginTop20 {
  margin-top: 20px;
}
.ct-u-marginBottom20 {
  margin-bottom: 20px;
}
.ct-u-marginBoth30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.ct-u-marginTop30 {
  margin-top: 30px;
}
.ct-u-marginBottom30 {
  margin-bottom: 30px;
}
.ct-u-marginBoth40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.ct-u-marginTop40 {
  margin-top: 40px;
}
.ct-u-marginBottom40 {
  margin-bottom: 40px;
}
.ct-u-marginBoth50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.ct-u-marginTop50 {
  margin-top: 50px;
}
.ct-u-marginBottom50 {
  margin-bottom: 50px;
}
.ct-u-marginBoth60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.ct-u-marginTop60 {
  margin-top: 60px;
}
.ct-u-marginBottom60 {
  margin-bottom: 60px;
}
.ct-u-marginBoth70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.ct-u-marginTop70 {
  margin-top: 70px;
}
.ct-u-marginBottom70 {
  margin-bottom: 70px;
}
.ct-u-marginBoth80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.ct-u-marginTop80 {
  margin-top: 80px;
}
.ct-u-marginBottom80 {
  margin-bottom: 80px;
}
.ct-u-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-marginBoth0 {
  margin-top: 0;
  margin-bottom: 0;
}
.ct-u-marginTopMinus10 {
  margin-top: -10px;
}
.ct-u-marginTopMinus100 {
  top: -100px;
  position: relative;
}
@media (max-width: 768px) {
  .ct-u-marginTopMinus100 {
    top: 0;
  }
}
.ct-u-colorWhite {
  color: #ffffff;
}
.ct-u-colorLightPink {
  color: #edc0d4;
}
.ct-u-colorLightBlack {
  color: #303030;
}
.ct-u-colorGrey {
  color: #b2b2b2;
}
.ct-u-colorLightGrey {
  color: #bbbbbb;
}
.ct-u-colorLighterGray {
  color: #9e9e9e;
}
.ct-u-colorInherit {
  color: #303030;
}
.ct-u-backgroundWhite {
  background-color: #ffffff;
}
.ct-u-bgWhite {
  background-color: #ffffff;
}
.ct-u-backgroundLightPink {
  background-color: #edc0d4;
}
.ct-u-cursorPointer {
  cursor: pointer;
}
.ct-u-borderGray {
  border-top: solid 1px #eeeeee;
  border-left: solid 1px #eeeeee;
  border-right: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
}
.ct-u-overflow {
  overflow: auto !important;
}
@media (max-width: 768px) {
  .ct-u-overflow {
    overflow: hidden !important;
  }
}
.ct-tt-initial {
  text-transform: initial;
}
.ct-lineH-37 {
  line-height: 37px;
}
.navbar-nav li.active a {
  color: #d7a2b9;
}
body.ct-navbar--staticTop .navbar {
  position: static;
}
.ct-navbar--top {
  padding-top: 114px;
}
.ct-navbar--top .navbar {
  position: absolute;
  top: 0;
  background-color: #f3f3f3;
}
@media (max-width: 768px) {
  .ct-navbar--top {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
.ct-navbar {
  z-index: 1;
}
.navbar {
  position: absolute;
  border: none;
  z-index: 1;
  min-height: 72px;
  margin-bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.navbar .container-fluid {
  position: relative;
}
@media (max-width: 767px) {
  .navbar {
    display: none;
  }
}
.navbar-nav > li > a {
  color: #000000;
}
@media (max-width: 992px) {
  .navbar-nav > li > a {
    font-size: 14px;
    padding-left: 9px;
    padding-right: 9px;
  }
}
.navbar.yamm li.dropdown {
  position: static;
}
.navbar.yamm li.dropdown:hover > a:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
}
.navbar.yamm li.dropdown ul.dropdown-menu {
  box-shadow: none;
  border: none;
  border-radius: 0;
  min-width: 210px;
  padding: 10px 25px;
  background-color: #f3f3f3;
  top: 100px;
  left: auto;
  right: auto;
}
.navbar.yamm li.dropdown ul.dropdown-menu li {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #fff;
}
.navbar.yamm li.dropdown ul.dropdown-menu li a {
  display: block;
  position: relative;
  width: 100%;
  padding: 1em 0;
  text-decoration: none;
  box-sizing: border-box;
  color: inherit;
  text-transform: capitalize;
}
.navbar.yamm li.dropdown ul.dropdown-menu li a:hover {
  color: #d7a2b9;
  background-color: transparent;
}
.navbar.yamm li.dropdown ul.dropdown-menu li:first-child {
  border-top: 0;
}
.navbar.yamm li.dropdown ul.dropdown-menu li:first-child ul.dropdown-menu {
  margin-top: -10px;
  padding-top: 10px;
}
.navbar.yamm li.dropdown ul.dropdown-menu li:last-child {
  border-bottom: 0;
}
.navbar.yamm li.dropdown ul.dropdown-menu .dropdown-submenu:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 31px;
  display: block;
  left: -30px;
}
.navbar.yamm li.dropdown ul.dropdown-menu .dropdown-submenu .dropdown-menu {
  position: absolute;
  right: 100%;
  top: 0;
  display: none;
  margin-top: 0;
  padding-top: 0;
  background-color: #f3f3f3;
  margin-right: 30px;
  padding-bottom: 0;
}
.navbar.yamm li.dropdown ul.dropdown-menu .dropdown-submenu:hover .dropdown-menu {
  display: inherit;
}
.navbar.yamm.navbar-scroll-top {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
  color: inherit;
  background-color: #f3f3f3;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid #ffffff;
  padding-top: 0;
  padding-bottom: 0;
}
.yamm.dropdown-menu {
  padding-bottom: 0;
  border-radius: 0;
}
.navbar.yamm .dropdown.yamm-fw {
  left: 0;
  right: 0;
}
.navbar.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.navbar.yamm .dropdown.yamm-fw .dropdown-menu li .yamm-content ul li:last-child {
  border-bottom: 0;
}
.yamm-content {
  text-align: left;
  font-weight: 400;
}
.navbar-nav > li > .dropdown-menu {
  right: 0;
}
/*headroom styles for fixed headers and menus*/
.animatedHeadroom {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.headroom {
  transition: transform 200ms linear;
  z-index: 9998;
}
.headroom--pinned {
  transform: translateY(0%);
  display: block;
  transition: linear 5s;
}
.headroom--unpinned {
  transform: translateY(-100%);
  display: none;
}
.navbar.yamm {
  min-height: 0;
  padding: 0px 0px;
  border-radius: 0;
  box-shadow: 0px 0px 30px;
}
@media (max-width: 992px) {
  .navbar.yamm {
    padding: 24px 25px;
  }
}
.navbar.yamm .navbar-brand {
  height: auto;
}
.navbar.yamm .navbar-right {
  padding-top: 15px;
}
.navbar.yamm .nav > li > a {
  position: relative;
}
.navbar.yamm .nav > li > a:hover,
.navbar.yamm .nav > li > a:focus {
  background-color: transparent;
}
.navbar.yamm .nav > li > a:before {
  position: absolute;
  vertical-align: middle;
  font-size: 13px;
  content: "/";
  left: 0;
  color: #303030;
}
.navbar.yamm .nav > li:first-child a:before {
  content: '';
}
.snapjs-right {
  overflow: hidden !important;
  height: 100%;
}
.snapjs-right .ct-navbarMobile .navbar-toggle .icon-bar {
  margin-top: -2px;
}
.snapjs-right .ct-navbarMobile .navbar-toggle .icon-bar:nth-child(4) {
  display: none;
}
.snapjs-right .ct-navbarMobile .navbar-toggle .icon-bar:nth-child(2) {
  transform: rotate(-45deg);
}
.snapjs-right .ct-navbarMobile .navbar-toggle .icon-bar:nth-child(3) {
  transform: rotate(45deg);
}
.ct-navbar--fixedTop .ct-navbarMobile {
  position: fixed;
}
.ct-navbarMobile {
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9000;
}
.ct-navbarMobile.ct-navbarMobile--inverse {
  background-color: #ffffff;
  color: #ffffff;
}
.ct-navbarMobile .navbar-brand {
  height: 70px;
  padding: 0 15px;
  line-height: 70px;
  float: none;
}
.ct-navbarMobile .navbar-brand > img {
  padding: 6px 0;
  display: inline;
  max-height: 80px;
}
.ct-navbarMobile .navbar-toggle {
  position: absolute;
  top: 10px;
  right: 0px;
  z-index: 9999;
}
.ct-navbarMobile .navbar-toggle .icon-bar {
  background-color: #000000;
}
.snapjs-right .ct-menuMobile,
.snapjs-left .ct-menuMobile {
  overflow: scroll;
}
.ct-menuMobile {
  background: #edc0d4;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 266px;
  max-height: 100%;
  overflow: hidden;
}
.ct-menuMobile .ct-menuMobile-navbar {
  margin-top: 10px;
  padding: 0;
  list-style: none;
  margin-left: 0;
}
.ct-menuMobile .ct-menuMobile-navbar li {
  padding-left: 0;
  margin-left: 30px;
  border-bottom: 1px solid #e3b1c7;
  border-top: 1px solid #f5cbde;
}
.ct-menuMobile .ct-menuMobile-navbar li:first-child {
  border-top: none;
}
.ct-menuMobile .ct-menuMobile-navbar li:last-child {
  border-bottom: none;
}
.ct-menuMobile .ct-menuMobile-navbar li a {
  color: #ffffff;
  padding: 10px 20px 10px 0;
  display: block;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
}
.ct-menuMobile .ct-menuMobile-navbar li a:focus,
.ct-menuMobile .ct-menuMobile-navbar li a:active {
  outline: none !important;
  transition: none;
}
.ct-menuMobile .ct-menuMobile-navbar li a i {
  float: right;
  font-size: 13px;
  line-height: 20px;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  position: relative;
  display: block;
  max-height: 0;
  padding: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -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;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu li {
  padding-left: 0;
  margin-left: 0;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu li a {
  background-color: transparent;
  font-weight: 400;
}
.ct-menuMobile .ct-menuMobile-navbar .dropdown-menu.ct-featuresMobile i {
  float: none;
}
.ct-menuMobile .ct-menuMobile-navbar .open .dropdown-menu {
  padding: 0;
  max-height: none;
  padding-left: 15px;
}
.ct-menuMobile li.dropdown.dropdown > a,
.ct-menuMobile li.dropdown > a {
  position: relative;
}
.ct-menuMobile li.dropdown.dropdown > a:before,
.ct-menuMobile li.dropdown > a:before {
  content: '\f067';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #d7a2b9;
  position: absolute;
  right: 20px;
  height: 17px;
  width: 17px;
  line-height: 1.6em;
  font-size: 10px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  text-align: center;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.ct-menuMobile li.dropdown.dropdown.open > a,
.ct-menuMobile li.dropdown.open > a {
  transition: none;
  -webkit-transition: none;
  background-color: #ffd4e7;
}
.ct-menuMobile li.dropdown.dropdown.open > a:before,
.ct-menuMobile li.dropdown.open > a:before {
  content: '\f068';
}
.ct-menuMobile li.dropdown.dropdown.open > a:after,
.ct-menuMobile li.dropdown.open > a:after {
  content: "";
  background-color: #ffd4e7;
  height: 100%;
  width: 9999px;
  right: 100%;
  position: absolute;
  top: 0;
}
.ct-menuMobile .dropdown-menu .dropdown-submenu > a {
  position: relative;
}
.ct-menuMobile .dropdown-menu .dropdown-submenu > a:before {
  content: '\f067';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #d7a2b9;
  position: absolute;
  right: 20px;
  height: 17px;
  width: 17px;
  line-height: 1.6em;
  font-size: 10px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  text-align: center;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.ct-menuMobile .dropdown-menu .dropdown-submenu .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  position: relative;
  display: block;
  max-height: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -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;
}
.ct-menuMobile .dropdown-menu .dropdown-submenu .dropdown-menu li a {
  font-weight: 300;
  background-color: transparent;
}
.ct-menuMobile .dropdown-menu .dropdown-submenu.open .dropdown-menu {
  padding: 0;
  max-height: none;
  margin: 0;
}
.ct-menuMobile .dropdown-menu .dropdown-submenu.open .dropdown-menu li {
  margin-left: 15px;
}
.ct-menuMobile .dropdown-menu .dropdown-submenu.open .dropdown-menu li:last-child {
  border-bottom: 1px solid #e3b1c7;
}
.ct-menuMobile .dropdown-menu .dropdown-submenu.open > a {
  transition: none;
  -webkit-transition: none;
  background-color: #ffd4e7;
}
.ct-menuMobile .dropdown-menu .dropdown-submenu.open > a:before {
  content: '\f068';
}
.ct-menuMobile .dropdown-menu .dropdown-submenu.open > a:after {
  content: "";
  background-color: #ffd4e7;
  height: 100%;
  width: 9999px;
  right: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .ct-navbarMobile,
  .ct-menuMobile {
    display: none;
  }
}
.navbar-default span {
  color: #edc0d4;
}
@media (max-width: 992px) {
  .navbar-nav {
    float: none !important;
    display: table;
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  .onepager .nav > li > a {
    padding-left: 8px;
    padding-right: 6px;
    font-size: 13px;
  }
  .onepager .nav > li > a:before {
    font-size: 9px;
  }
}
@media (max-width: 992px) {
  .onepager .navbar-nav {
    float: none;
    display: table;
    margin: 0 auto;
  }
  .onepager .navbar-brand {
    padding-bottom: 0;
  }
  .onepager .navbar.yamm .navbar-right {
    padding-top: 0;
  }
}
.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;
  -webkit-animation-fill-mode: forwards;
  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;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.navbar.fadeOutUp .navbar-nav li.dropdown ul.dropdown-menu {
  pointer-events: none;
}
.navbar.fadeOutUp .navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu {
  pointer-events: none;
}
button,
button:hover,
button:focus,
button:active {
  outline: none !important;
}
.btn {
  padding: 18px 30px;
  font-size: 16px;
}
.btn-lg {
  min-width: 200px;
  padding: 21px 30px;
  font-size: 18px;
}
.btn-sm {
  padding: 12px 17px;
}
.btn-xs {
  padding: 8px 15px;
  font-size: 13px;
}
.btn-primary,
.btn-success,
.btn-danger,
.btn-warning,
.btn-info,
.btn-gray,
.btn-darkGray {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-primary:before,
.btn-success:before,
.btn-danger:before,
.btn-warning:before,
.btn-info:before,
.btn-gray:before,
.btn-darkGray:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-primary:hover:before,
.btn-success:hover:before,
.btn-danger:hover:before,
.btn-warning:hover:before,
.btn-info:hover:before,
.btn-gray:hover:before,
.btn-darkGray:hover:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.btn-success:before {
  background: #5cb85c;
}
.btn-danger:before {
  background: #d9534f;
}
.btn-warning:before {
  background: #f0ad4e;
}
.btn-info:before {
  background: #5bc0de;
}
.btn-gray {
  color: #303030;
  background-color: #d1d1d1;
}
.btn-gray:before {
  background: #fafafa;
}
.btn-darkGray {
  color: #ffffff;
  background: #000000;
}
.btn-darkGray:before {
  color: #ffffff;
  background: #454545;
}
.btn-darkGray:hover,
.btn-darkGray:focus,
.btn-darkGray:active {
  color: #ffffff;
}
.btn-default,
.btn-default:disabled {
  background-color: transparent;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:disabled:hover,
.btn-default:active,
.btn-default:disabled:active,
.btn-default:focus,
.btn-default:disabled:focus {
  color: darkred;
}
.btn-primary--submit {
  border-radius: 0;
}
.btn {
  font-family: "Ubuntu";
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  border-radius: 0;
  -webkit-border-radius: 0;
  border: none;
  -webkit-border: none;
}
.btn-default.ct-btn--White {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.btn-default.ct-btn--White:hover {
  background: #edc0d4;
  border-color: #edc0d4;
  color: #ffffff;
}
.input-lg,
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 0;
}
.btn-transparent {
  background-color: rgba(255, 255, 255, 0);
  color: #ffffff;
  border: 1px solid #ffffff;
}
.btn-transparent:hover {
  color: #d7a2b9;
  border-color: #ffffff;
  background-color: #ffffff;
}
.btn-circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.btn-circle.btn-primary:before,
.btn-circle.btn-success:before,
.btn-circle.btn-danger:before,
.btn-circle.btn-warning:before,
.btn-circle.btn-info:before,
.btn-circle.btn-gray:before,
.btn-circle.btn-darkGray:before {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.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: #FFF;
  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: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.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 #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.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: #000;
}
/* 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: #444;
}
.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;
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/*

====== Newspaper effect ======

*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}
/*

====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
/*

====== Move-from-top effect ======

*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
/*

====== 3d unfold ======

*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
/*

====== Zoom-out effect ======

*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
/*

====== "Hinge" close effect ======

*/
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}
.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}
.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='https://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  filter: gray;
}
.grayscale.grayscale-fade {
  transition: filter .5s;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .grayscale.grayscale-fade {
    -webkit-transition: -webkit-filter 0.5s;
    transition: -webkit-filter 0.5s;
  }
}
.grayscale.grayscale-off,
.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.grayscale.grayscale-replaced {
  -webkit-filter: none;
  filter: none;
}
.grayscale.grayscale-replaced > svg {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 1;
}
.grayscale.grayscale-replaced.grayscale-off > svg,
.grayscale.grayscale-replaced.grayscale-fade:hover > svg {
  opacity: 0;
}
/*DATE PICKER*/
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * https://www.apache.org/licenses/LICENSE-2.0
 *
 */
#sandbox-container {
  width: 100%;
  -webkit-box-shadow: 1px 1px 10px #d1d1d1;
  -moz-box-shadow: 1px 1px 10px #d1d1d1;
  box-shadow: 1px 1px 10px #d1d1d1;
}
.datepicker {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker .table-condensed .dow {
  color: #666666;
  font-weight: 500;
  font-size: 9px;
  text-transform: uppercase;
}
.datepicker tbody tr td {
  font-weight: 500;
  color: #666666;
}
#datetimepicker.input-group {
  width: 100%;
}
.datepicker-inline {
  width: 100%;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.datepicker td {
  background: -webkit-linear-gradient(#ececec, #dfdfdf);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#ececec, #dfdfdf);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#ececec, #dfdfdf);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#ececec, #dfdfdf);
  /* Standard syntax */
  z-index: -1;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #b8b7b7;
  opacity: .9;
  background-color: #edc0d4;
  background-image: -moz-linear-gradient(top, #f4f4f4, #ededed);
  background-image: -ms-linear-gradient(top, #f4f4f4, #ededed);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ededed));
  background-image: -webkit-linear-gradient(top, #f4f4f4, #ededed);
  background-image: -o-linear-gradient(top, #f4f4f4, #ededed);
  background-image: linear-gradient(top, #f4f4f4, #ededed);
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edc0d4', endColorstr='#edc0d4', GradientType=0);
  border-color: #edc0d4 #edc0d4 #edc0d4;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #ffffff;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #ffffff;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  z-index: 9;
  color: #ffffff;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker thead tr:first-child th {
  padding: 10px 0;
}
.datepicker thead tr:nth-child(2) th {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #f7f7f7, #f2f2f2);
  background-image: -ms-linear-gradient(top, #f7f7f7, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #f7f7f7, #f2f2f2);
  background-image: -o-linear-gradient(top, #f7f7f7, #f2f2f2);
  background-image: linear-gradient(top, #f7f7f7, #f2f2f2);
  border-bottom: 1px solid #bbbbbb;
}
.datepicker thead tr:nth-child(2) th:first-child {
  border-left: 1px solid #d1d1d1;
}
.datepicker thead tr:nth-child(2) th:last-child {
  border-right: 1px solid #d1d1d1;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
  background-color: #3a3a3a;
  color: #ffffff;
  font-weight: 400;
}
.datepicker tbody tr > td:first-child {
  border-left: 1px solid #d1d1d1;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background-color: #3a3a3a;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker table {
  border-collapse: separate;
  border-spacing: 0;
}
.datepicker tbody tr td {
  border-left: 1px solid #f9f9f9;
  border-right: 1px solid #bbbbbb;
  border-top: 1px solid #f9f9f9;
  border-bottom: 1px solid #bbbbbb;
}
.ct-select2--xs {
  width: 70px;
  min-width: 70px;
}
.ct-select2--sm {
  width: 70px;
  min-width: 80px;
}
.ct-select2--full {
  min-width: 100%;
}
.ct-select2--fullwidth {
  min-width: 100%;
}
.ct-select2--small {
  width: 80px !important;
}
.ct-select2--width110 {
  width: 110px !important;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 41px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
  display: none;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border-top: solid 1px #e0e0e0;
  border-left: solid 1px #e0e0e0;
  border-right: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  background: url('../../images/select2.png') no-repeat 97% 45%;
  background-size: 7%;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #303030;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f6f6f6;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.ct-pageHeader .ct-u-displayTableCell.ct-u-displayTableCell.ct-pageHeader--bottomRight {
  vertical-align: bottom;
  padding-bottom: 36px;
  text-align: right;
}
.ct-pageHeader .ct-u-displayTableCell.ct-u-displayTableCell.ct-pageHeader--bottomLeft {
  vertical-align: bottom;
  padding-bottom: 36px;
  text-align: left;
}
.ct-pageHeader .ct-u-displayTableCell.ct-u-displayTableCell.ct-pageHeader--topRight {
  vertical-align: top;
  padding-top: 36px;
  text-align: right;
}
.ct-pageHeader .ct-u-displayTableCell.ct-u-displayTableCell.ct-pageHeader--topLeft {
  vertical-align: top;
  padding-top: 36px;
  text-align: left;
}
.ct-pageHeader .ct-pageHeader-title {
  color: #ffffff;
  font-size: 26px;
  position: relative;
  font-weight: 200;
  display: inline-block;
}
/* **************************************
  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;
}
.form-control {
  color: #b2b2b2;
  background-color: #ffffff;
  font-size: 15px;
  padding: 0 15px;
  font-weight: 200;
  border-top: solid 1px #ededed;
  border-left: solid 1px #ededed;
  border-right: solid 1px #ededed;
  border-bottom: solid 1px #ededed;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 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-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;
}
.form-control:focus,
.form-control:active {
  -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);
}
.form-control::-moz-placeholder {
  color: #cbcbcb;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #cbcbcb;
}
.form-control::-webkit-input-placeholder {
  color: #cbcbcb;
}
.ct-loginForm .form-control::-moz-placeholder {
  color: #b4b4b4;
  opacity: 1;
}
.ct-loginForm .form-control:-ms-input-placeholder {
  color: #b4b4b4;
}
.ct-loginForm .form-control::-webkit-input-placeholder {
  color: #b4b4b4;
}
.ct-loginForm .form-control {
  padding: 0 18px;
  font-size: 14px;
  border-top: solid 1px #ededed;
  border-left: solid 1px #ededed;
  border-right: solid 1px #ededed;
  border-bottom: solid 1px #ededed;
}
.ct-loginForm .form-control:focus,
.ct-loginForm .form-control:active {
  border-top: solid 1px #edc0d4;
  border-left: solid 1px #edc0d4;
  border-right: solid 1px #edc0d4;
  border-bottom: solid 1px #edc0d4;
  -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);
}
html.ie8 .ct-loginForm .form-control {
  line-height: 35px;
}
.form-group label {
  font-size: 15px;
  color: #303030;
  font-weight: 400;
  text-align: left;
}
@media (min-width: 768px) {
  .form-group label.control-label {
    text-align: left;
    padding-top: 7px;
  }
}
.form-group .input-inline {
  display: inline-block;
  width: auto;
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
textarea.form-control {
  padding: 10px 15px;
}
html.ie8 input.form-control {
  line-height: 37px;
}
footer.ct-footer {
  background-color: #303030;
}
@media (max-width: 768px) {
  footer.ct-footer .ct-widgetHeader {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
footer.ct-footer .ct-widgetLinks .ct-widgetLinks-list li a {
  color: #ffffff;
  line-height: 2.188;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
footer.ct-footer .ct-widgetLinks .ct-widgetLinks-list li a:after {
  content: '';
  display: inline-block;
  background-image: url('../../images/arrow-footer.png');
  width: 17px;
  height: 9px;
  margin-left: 15px;
  -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;
}
@media (max-width: 768px) {
  footer.ct-footer .ct-widgetLinks .ct-widgetLinks-list li a:after {
    display: none;
  }
}
footer.ct-footer .ct-widgetLinks .ct-widgetLinks-list li a:hover:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 992px) {
  footer.ct-footer {
    text-align: center;
  }
}
@media (max-width: 768px) {
  footer.ct-footer h5.ct-widgetHeader {
    font-size: 22px;
  }
}
footer hr.divider {
  display: block;
  background: -webkit-linear-gradient(#242424, #3c3c3c);
  background: -moz-linear-gradient(#242424, #3c3c3c);
  background: -o-linear-gradient(#242424, #3c3c3c);
  background: linear-gradient(#242424, #3c3c3c);
  margin: 30px auto;
  height: 3px;
  border: 0;
}
footer .copyright {
  font-size: 14px;
  color: #686868;
  display: block;
  padding-bottom: 30px;
}
.js-ff {
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: -1;
}
/*-----------------------

1. Main Carousel
2. Person Carousel

-----------------------*/
.ct-mainCarousel.ct-mainCarousel--arrowsMiddle .owl-controls,
.ct-mainCarousel.ct-mainCarousel--arrowsTop .owl-controls,
.ct-mainCarousel.ct-mainCarousel--arrowsTopRight .owl-controls,
.ct-mainCarousel.ct-mainCarousel--arrowsTopLeft .owl-controls,
.ct-mainCarousel.ct-mainCarousel--arrowsBottom .owl-controls,
.ct-mainCarousel.ct-mainCarousel--arrowsBottomLeft .owl-controls,
.ct-mainCarousel.ct-mainCarousel--arrowsBottomRight .owl-controls,
.ct-mainCarousel.ct-mainCarousel--arrowsCenterTop .owl-controls,
.ct-mainCarousel.ct-mainCarousel--arrowsCenterBottom .owl-controls {
  opacity: 1;
  margin: 0;
  position: absolute;
  width: 100%;
  left: 0;
  pointer-events: none;
}
.ct-mainCarousel.ct-mainCarousel--arrowsMiddle .owl-controls .owl-buttons,
.ct-mainCarousel.ct-mainCarousel--arrowsTop .owl-controls .owl-buttons,
.ct-mainCarousel.ct-mainCarousel--arrowsTopRight .owl-controls .owl-buttons,
.ct-mainCarousel.ct-mainCarousel--arrowsTopLeft .owl-controls .owl-buttons,
.ct-mainCarousel.ct-mainCarousel--arrowsBottom .owl-controls .owl-buttons,
.ct-mainCarousel.ct-mainCarousel--arrowsBottomLeft .owl-controls .owl-buttons,
.ct-mainCarousel.ct-mainCarousel--arrowsBottomRight .owl-controls .owl-buttons,
.ct-mainCarousel.ct-mainCarousel--arrowsCenterTop .owl-controls .owl-buttons,
.ct-mainCarousel.ct-mainCarousel--arrowsCenterBottom .owl-controls .owl-buttons {
  clear: both;
  pointer-events: auto;
}
.ct-mainCarousel .owl-controls .owl-prev {
  float: left;
  left: 10px;
  position: relative;
}
.ct-mainCarousel .owl-controls .owl-next {
  float: right;
  right: 10px;
  position: relative;
}
.ct-mainCarousel.ct-mainCarousel--arrowsMiddle .owl-controls {
  top: 45%;
}
.ct-mainCarousel.ct-mainCarousel--arrowsTop .owl-controls {
  top: 15%;
}
.ct-mainCarousel.ct-mainCarousel--arrowsTopRight .owl-controls,
.ct-mainCarousel.ct-mainCarousel--arrowsTopLeft .owl-controls {
  top: 15%;
}
.ct-mainCarousel.ct-mainCarousel--arrowsTopRight .owl-controls .owl-buttons .owl-prev,
.ct-mainCarousel.ct-mainCarousel--arrowsTopLeft .owl-controls .owl-buttons .owl-prev {
  float: none;
  margin-right: 45px;
}
.ct-mainCarousel.ct-mainCarousel--arrowsTopRight .owl-controls .owl-buttons .owl-next,
.ct-mainCarousel.ct-mainCarousel--arrowsTopLeft .owl-controls .owl-buttons .owl-next {
  float: none;
}
.ct-mainCarousel.ct-mainCarousel--arrowsTopRight .owl-controls .owl-buttons {
  float: right;
}
.ct-mainCarousel.ct-mainCarousel--arrowsTopLeft .owl-controls .owl-buttons {
  float: left;
}
.ct-mainCarousel.ct-mainCarousel--arrowsBottom .owl-controls {
  bottom: 1%;
}
.ct-mainCarousel.ct-mainCarousel--arrowsBottomRight .owl-controls,
.ct-mainCarousel.ct-mainCarousel--arrowsBottomLeft .owl-controls {
  bottom: 1%;
}
.ct-mainCarousel.ct-mainCarousel--arrowsBottomRight .owl-controls .owl-buttons .owl-prev,
.ct-mainCarousel.ct-mainCarousel--arrowsBottomLeft .owl-controls .owl-buttons .owl-prev {
  float: none;
  margin-right: 45px;
}
.ct-mainCarousel.ct-mainCarousel--arrowsBottomRight .owl-controls .owl-buttons .owl-next,
.ct-mainCarousel.ct-mainCarousel--arrowsBottomLeft .owl-controls .owl-buttons .owl-next {
  float: none;
}
.ct-mainCarousel.ct-mainCarousel--arrowsBottomRight .owl-controls .owl-buttons {
  float: right;
}
.ct-mainCarousel.ct-mainCarousel--arrowsBottomLeft .owl-controls .owl-buttons {
  float: left;
}
.ct-mainCarousel.ct-mainCarousel--arrowsCenterTop .owl-controls .owl-buttons,
.ct-mainCarousel.ct-mainCarousel--arrowsCenterBottom .owl-controls .owl-buttons {
  float: none;
  text-align: center;
}
.ct-mainCarousel.ct-mainCarousel--arrowsCenterTop .owl-controls {
  top: 15%;
}
.ct-mainCarousel.ct-mainCarousel--arrowsCenterTop .owl-controls .owl-buttons .owl-prev {
  float: none;
  margin-right: 45px;
}
.ct-mainCarousel.ct-mainCarousel--arrowsCenterTop .owl-controls .owl-buttons .owl-next {
  float: none;
}
.ct-mainCarousel.ct-mainCarousel--arrowsCenterBottom .owl-controls {
  bottom: 15%;
}
.ct-mainCarousel.ct-mainCarousel--arrowsCenterBottom .owl-controls .owl-buttons .owl-prev {
  float: none;
  margin-right: 45px;
}
.ct-mainCarousel.ct-mainCarousel--arrowsCenterBottom .owl-controls .owl-buttons .owl-next {
  float: none;
}
.ct-personCarousel.ct-personCarousel--arrowsTopRight .owl-controls {
  top: -90px;
}
.ct-personCarousel.ct-personCarousel--arrowsTopRight .owl-controls .owl-buttons {
  float: right;
  clear: both;
}
.ct-personCarousel.ct-personCarousel--arrowsTopRight .owl-controls .owl-buttons .owl-prev {
  float: none;
  margin-right: 10px;
}
.ct-personCarousel.ct-personCarousel--arrowsTopRight .owl-controls .owl-buttons .owl-next {
  float: none;
  margin-right: 14px;
}
.ct-personCarousel.ct-personCarousel--arrowsBottomRight .owl-controls {
  bottom: -80px;
}
.ct-personCarousel.ct-personCarousel--arrowsBottomRight .owl-controls .owl-buttons {
  float: right;
  clear: both;
}
.ct-personCarousel.ct-personCarousel--arrowsBottomRight .owl-controls .owl-buttons .owl-prev {
  float: none;
  margin-right: 10px;
}
.ct-personCarousel.ct-personCarousel--arrowsBottomRight .owl-controls .owl-buttons .owl-next {
  float: none;
  margin-right: 14px;
}
.ct-personCarousel.ct-personCarousel--arrowsTopMiddle .owl-controls {
  top: -80px;
}
.ct-personCarousel.ct-personCarousel--arrowsTopMiddle .owl-controls .owl-buttons {
  float: none;
  clear: both;
}
.ct-personCarousel.ct-personCarousel--arrowsTopMiddle .owl-controls .owl-buttons .owl-prev {
  float: none;
  margin-right: 10px;
}
.ct-personCarousel.ct-personCarousel--arrowsTopMiddle .owl-controls .owl-buttons .owl-next {
  float: none;
  margin-right: 14px;
}
.ct-personCarousel.ct-personCarousel--arrowsBottomMiddle .owl-controls {
  bottom: -80px;
}
.ct-personCarousel.ct-personCarousel--arrowsBottomMiddle .owl-controls .owl-buttons {
  float: none;
  clear: both;
}
.ct-personCarousel.ct-personCarousel--arrowsBottomMiddle .owl-controls .owl-buttons .owl-prev {
  float: none;
  margin-right: 10px;
}
.ct-personCarousel.ct-personCarousel--arrowsBottomMiddle .owl-controls .owl-buttons .owl-next {
  float: none;
  margin-right: 14px;
}
/*Decoration Carousel*/
.ct-decorationCarousel.ct-decorationCarousel--navBottomCenter .owl-controls .owl-pagination,
.ct-decorationCarousel.ct-decorationCarousel--navBottomLeft .owl-controls .owl-pagination,
.ct-decorationCarousel.ct-decorationCarousel--navBottomRight .owl-controls .owl-pagination {
  bottom: 0;
}
.ct-decorationCarousel.ct-decorationCarousel--navBottomCenter .owl-controls .owl-pagination {
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.ct-decorationCarousel.ct-decorationCarousel--navBottomRight .owl-controls .owl-pagination {
  right: 0;
}
.ct-decorationCarousel.ct-decorationCarousel--navBottomLeft .owl-controls .owl-pagination {
  left: 0;
}
.ct-decorationCarousel.ct-decorationCarousel--navTopCenter .owl-controls .owl-pagination,
.ct-decorationCarousel.ct-decorationCarousel--navTopLeft .owl-controls .owl-pagination,
.ct-decorationCarousel.ct-decorationCarousel--navTopRight .owl-controls .owl-pagination {
  top: 0;
}
.ct-decorationCarousel.ct-decorationCarousel--navTopCenter .owl-controls .owl-pagination {
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
}
.ct-decorationCarousel.ct-decorationCarousel--navTopRight .owl-controls .owl-pagination {
  right: 0;
}
.ct-decorationCarousel.ct-decorationCarousel--navTopLeft .owl-controls .owl-pagination {
  left: 0;
}
.ct-carouselNavigation--arrowsTopRight .owl-controls .owl-buttons,
.ct-carouselNavigation--arrowsTopLeft .owl-controls .owl-buttons,
.ct-carouselNavigation--arrowsTopCenter .owl-controls .owl-buttons,
.ct-carouselNavigation--arrowsBottomRight .owl-controls .owl-buttons,
.ct-carouselNavigation--arrowsBottomLeft .owl-controls .owl-buttons,
.ct-carouselNavigation--arrowsBottomCenter .owl-controls .owl-buttons {
  position: absolute;
}
.ct-carouselNavigation--arrowsTopRight .owl-controls .owl-buttons .owl-prev,
.ct-carouselNavigation--arrowsTopLeft .owl-controls .owl-buttons .owl-prev,
.ct-carouselNavigation--arrowsTopCenter .owl-controls .owl-buttons .owl-prev,
.ct-carouselNavigation--arrowsBottomRight .owl-controls .owl-buttons .owl-prev,
.ct-carouselNavigation--arrowsBottomLeft .owl-controls .owl-buttons .owl-prev,
.ct-carouselNavigation--arrowsBottomCenter .owl-controls .owl-buttons .owl-prev,
.ct-carouselNavigation--arrowsTopRight .owl-controls .owl-buttons .owl-next,
.ct-carouselNavigation--arrowsTopLeft .owl-controls .owl-buttons .owl-next,
.ct-carouselNavigation--arrowsTopCenter .owl-controls .owl-buttons .owl-next,
.ct-carouselNavigation--arrowsBottomRight .owl-controls .owl-buttons .owl-next,
.ct-carouselNavigation--arrowsBottomLeft .owl-controls .owl-buttons .owl-next,
.ct-carouselNavigation--arrowsBottomCenter .owl-controls .owl-buttons .owl-next {
  width: 12px;
  height: 25px;
  background-repeat: no-repeat;
}
.ct-carouselNavigation--arrowsTopRight .owl-controls .owl-buttons .owl-prev,
.ct-carouselNavigation--arrowsTopLeft .owl-controls .owl-buttons .owl-prev,
.ct-carouselNavigation--arrowsTopCenter .owl-controls .owl-buttons .owl-prev,
.ct-carouselNavigation--arrowsBottomRight .owl-controls .owl-buttons .owl-prev,
.ct-carouselNavigation--arrowsBottomLeft .owl-controls .owl-buttons .owl-prev,
.ct-carouselNavigation--arrowsBottomCenter .owl-controls .owl-buttons .owl-prev {
  background-image: url("../../images/leftArrow-personCarousel.png");
  margin-right: 5px;
}
.ct-carouselNavigation--arrowsTopRight .owl-controls .owl-buttons .owl-next,
.ct-carouselNavigation--arrowsTopLeft .owl-controls .owl-buttons .owl-next,
.ct-carouselNavigation--arrowsTopCenter .owl-controls .owl-buttons .owl-next,
.ct-carouselNavigation--arrowsBottomRight .owl-controls .owl-buttons .owl-next,
.ct-carouselNavigation--arrowsBottomLeft .owl-controls .owl-buttons .owl-next,
.ct-carouselNavigation--arrowsBottomCenter .owl-controls .owl-buttons .owl-next {
  background-image: url("../../images/rightArrow-personCarousel.png");
  margin-left: 5px;
}
.ct-carouselNavigation--arrowsTopRight .owl-controls .owl-buttons,
.ct-carouselNavigation--arrowsTopLeft .owl-controls .owl-buttons,
.ct-carouselNavigation--arrowsTopCenter .owl-controls .owl-buttons {
  top: -75px;
}
.ct-carouselNavigation--arrowsBottomRight .owl-controls .owl-buttons,
.ct-carouselNavigation--arrowsBottomLeft .owl-controls .owl-buttons,
.ct-carouselNavigation--arrowsBottomCenter .owl-controls .owl-buttons {
  bottom: -75px;
}
.ct-carouselNavigation--arrowsTopRight .owl-controls .owl-buttons,
.ct-carouselNavigation--arrowsBottomRight .owl-controls .owl-buttons {
  right: 0;
}
.ct-carouselNavigation--arrowsTopLeft .owl-controls .owl-buttons,
.ct-carouselNavigation--arrowsBottomLeft .owl-controls .owl-buttons {
  left: 0;
}
.ct-carouselNavigation--arrowsTopCenter .owl-controls .owl-buttons,
.ct-carouselNavigation--arrowsBottomCenter .owl-controls .owl-buttons {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ct-carouselNavigation--arrowsLight .owl-controls .owl-buttons {
  position: absolute;
}
.ct-carouselNavigation--arrowsLight .owl-controls .owl-buttons .owl-prev,
.ct-carouselNavigation--arrowsLight .owl-controls .owl-buttons .owl-next {
  width: 12px;
  height: 25px;
  background-repeat: no-repeat;
}
.ct-carouselNavigation--arrowsLight .owl-controls .owl-buttons .owl-prev {
  background-image: url("../../images/carousel-nav-arrowLeft-light.png");
  margin-right: 5px;
}
.ct-carouselNavigation--arrowsLight .owl-controls .owl-buttons .owl-next {
  background-image: url("../../images/carousel-nav-arrowRight-light.png");
  margin-left: 5px;
}
/*
Light - 300
Normal - 400
Medium - 500
Bold - 700
*/
img,
figure {
  max-width: 100%;
}
@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 45px;
  }
}
*:focus,
:active,
:hover,
:visited,
:link {
  outline: none;
}
*:focus:before,
:active:before,
:hover:before,
:visited:before,
:link:before,
*:focus:after,
:active:after,
:hover:after,
:visited:after,
:link:after {
  outline: none;
}
html {
  -webkit-font-smoothing: antialiased;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  overflow-x: hidden;
}
body {
  background-color: transparent;
}
.ct-pageWrapper {
  z-index: 3;
  overflow-x: hidden;
  width: 100%;
  background-color: #ffffff;
}
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;
    padding-top: 70px;
  }
}
a {
  cursor: pointer;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
.cssAnimate .animated {
  /*opacity: 0;
  filter: alpha(opacity=0);
   For IE8 and earlier */
}
.cssAnimate .activate {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}
a {
  color: #d7a2b9;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
a:hover,
a:focus {
  color: #c27295;
  text-decoration: none;
}
.ct-u-colorMotive {
  color: #d7a2b9;
}
.navbar-nav > li > a.active {
  color: #d7a2b9;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  color: #d7a2b9;
}
.navbar-nav > li.dropdown ul.dropdown-menu li a.active {
  color: #d7a2b9;
}
.navbar.yamm li.dropdown ul.dropdown-menu li a:hover {
  color: #d7a2b9;
}
footer.ct-footer .ct-widgetHeader {
  color: #d7a2b9;
}
footer.ct-footer .ct-widgetLinks .ct-widgetLinks-list li a:hover,
footer.ct-footer .ct-widgetLinks .ct-widgetLinks-list li a:active,
footer.ct-footer .ct-widgetLinks .ct-widgetLinks-list li a:focus {
  color: #d7a2b9;
}
.btn-primary {
  background-color: #d7a2b9;
  border-color: #d7a2b9;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #c27295;
  border-color: #c27295;
}
.btn-primary:before {
  background-color: #d7a2b9;
}
#toTop {
  background-color: #d7a2b9;
}
#toTop:hover {
  background-color: #c27295;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #d7a2b9 !important;
}
.tooltip .tooltip-inner {
  background-color: #d7a2b9 !important;
}
.ct-iconBox.ct-iconBox--type1 .ct-iconBox-content .ct-iconBox-title,
.ct-iconBox.ct-iconBox--square .ct-iconBox-content .ct-iconBox-title,
.ct-iconBox.ct-iconBox--pentagon .ct-iconBox-content .ct-iconBox-title {
  color: #d7a2b9;
}
.ct-iconBox.ct-iconBox--square .ct-iconBox-icon {
  background-color: #d7a2b9;
  border: 2px solid #d7a2b9;
}
.ct-iconBox.ct-iconBox--square:hover .ct-iconBox-icon i {
  color: #d7a2b9;
}
.ct-iconBox.ct-iconBox--rectangle {
  background-color: #d7a2b9;
  border: 2px solid #d7a2b9;
}
.ct-iconBox.ct-iconBox--rectangle:hover .ct-iconBox-icon i {
  color: #d7a2b9;
}
.ct-iconBox.ct-iconBox--rectangle:hover .ct-iconBox-content .ct-iconBox-title {
  color: #d7a2b9;
}
.ct-iconBox.ct-iconBox--pentagon .ct-iconBox-icon svg {
  fill: #d7a2b9;
  stroke: #d7a2b9;
}
.ct-iconBox.ct-iconBox--pentagon:hover i {
  color: #d7a2b9;
}
.ct-iconBox.ct-iconBox--type1 .ct-iconBox-Icon {
  background-color: #d7a2b9;
}
.ct-iconBox.ct-iconBox--type1:hover .ct-iconBox-Icon:after,
.ct-iconBox.ct-iconBox--type1:hover.ct-iconBox-IconEffect:after,
.ct-iconBox.ct-iconBox--type1:hover.ct-iconBox-effectHelper:after {
  box-shadow: 3px 3px 0 #d7a2b9;
  -webkit-box-shadow: 3px 3px 0 #d7a2b9;
}
.ct-titleBox {
  color: #d7a2b9;
}
.nav.nav-tabs li a:active,
.nav.ct-navTabas--vertical li a:active,
.nav.nav-tabs li a:focus,
.nav.ct-navTabas--vertical li a:focus,
.nav.nav-tabs li a:hover,
.nav.ct-navTabas--vertical li a:hover {
  color: #d7a2b9;
}
.ct-gallery-filters li a.active {
  color: #d7a2b9;
}
.ct-galleryBox--motive .ct-galleryBox-overlay {
  background-color: rgba(215, 162, 185, 0.7);
}
.ct-productDescription .ct-stars {
  color: #d7a2b9;
}
.ct-productShop .ct-productShop-content .ct-productShop-image .ct-productShop-topDescription .ct-productShop-wishlist {
  background-color: rgba(215, 162, 185, 0.7);
}
.ct-productShop .ct-productShop-content .ct-productShop-description .ct-productShop-name a:hover {
  color: #d7a2b9;
}
::-moz-selection {
  color: #ffffff;
  background: #d7a2b9;
}
::selection {
  color: #ffffff;
  background: #d7a2b9;
}
.owl-carousel .owl-controls .owl-pagination .owl-page.active span {
  background-color: #d7a2b9;
}
.owl-carousel .owl-controls .owl-pagination .owl-page span {
  background-color: rgba(215, 162, 185, 0.5);
}
.ct-socialList li a.ct-socialLink span:before {
  color: #d7a2b9;
}
.ct-loader .ct-loader-part {
  background-color: #d7a2b9;
}
.ct-coursesBox .ct-coursesBox-image .ct-coursesIcon {
  background-color: #d7a2b9;
}
.ct-blogList .ct-blogList-content .ct-blogThumbnail .ct-blogDate {
  border: 2px solid #d7a2b9;
}
.ct-blogList .ct-blogList-content .ct-blogThumbnail .ct-blogDate .ct-blogDay {
  border-bottom: 2px solid #d7a2b9;
}
.ct-blogList .ct-blogList-content .ct-blogThumbnail .ct-blogImage {
  border: 4px solid #d7a2b9;
}
.ct-blog .ct-blog-sideBar .ct-widget-search input[type=text]:focus + .btn,
.ct-blog .ct-blog-sideBar .ct-widget-search input[type=text]:active + .btn,
.ct-blog .ct-blog-sideBar .ct-widget-search input[type=text]:valid + .btn {
  background-color: #d7a2b9;
  border-color: #d7a2b9;
  color: #d7a2b9;
}
.ct-blog .ct-blog-sideBar .ct-blogTopPosts ul li a:hover,
.ct-blog .ct-blog-sideBar .ct-blog-latestComments ul li a:hover,
.ct-blog .ct-blog-sideBar .ct-blogTopPosts ul li a:focus,
.ct-blog .ct-blog-sideBar .ct-blog-latestComments ul li a:focus,
.ct-blog .ct-blog-sideBar .ct-blogTopPosts ul li a:active,
.ct-blog .ct-blog-sideBar .ct-blog-latestComments ul li a:active {
  color: #d7a2b9;
}
.ct-blog .ct-blog-sideBar .ct-blog-latestComments a span.ct-blog-latestComments-tagName {
  color: #d7a2b9;
}
.ct-blog .ct-blog-sideBar .ct-blog-latestComments a span.ct-blog-latestComments-tagName:hover {
  color: #c27295;
}
.ct-blog .ct-blog-sideBar .ct-blog-recentPosts .ct-widgetInner .ct-blog-recentPosts-description .ct-blog-recentPost-shortInformation .ct-blog-recentPosts-title:hover {
  color: #d7a2b9;
}
.ct-blog .ct-blog-sideBar .ct-blog-tags a:hover {
  color: #d7a2b9;
  border: 1px solid #d7a2b9;
}
.ct-blogList .ct-Description .ct-readMore .ct-readMore-link:before {
  border-top: 1px solid #d7a2b9;
}
.ct-mapBox {
  background-color: #eacfdb;
}
.ct-mapBox:before {
  border-color: transparent #eacfdb transparent transparent;
}
.ct-pricingBox.ct-pricingBox--standard .ct-pricingBox-list li i,
.ct-pricingBox.ct-pricingBox--professional .ct-pricingBox-list li i {
  color: #d7a2b9;
}
.ct-pricingBox.ct-pricingBox--standard.ct-pricingBox--important .ct-pricingBox-pricing,
.ct-pricingBox.ct-pricingBox--professional.ct-pricingBox--important .ct-pricingBox-pricing {
  background-color: #d7a2b9;
}
.ct-pricingBox.ct-pricingBox--professional .ct-pricingBox-pricing {
  background-color: #d7a2b9;
}
.ct-pricingBox.ct-pricingBox--professional:hover .ct-pricingBox-title {
  background-color: #d7a2b9;
}
.ct-pricingBox.ct-pricingBox--professional:hover .ct-pricingBox-title .ct-pricingBox-pricing {
  border-color: #d7a2b9;
  color: #d7a2b9;
}
.ct-pagination .ct-pages .ct-pages-next a:hover,
.ct-pagination .ct-pages .ct-pages-prev a:hover {
  color: #c27295;
}
.ct-testimonials .ct-testimonials-content-name {
  color: #d7a2b9;
}
.ct-authorComment .ct-authorPost-author {
  color: #d7a2b9;
}
.ct-authorPost {
  background-color: #d7a2b9;
}
.ct-authorPost:before {
  background-color: #d7a2b9;
}
.ct-sectionTitle .ct-sectionTitle-decorativeLine--small.ct-sectionTitle-decorativeLine--motive:after,
.ct-sectionTitle .ct-sectionTitle-decorativeLine--medium.ct-sectionTitle-decorativeLine--motive:after {
  background-color: #d7a2b9;
}
.ct-socials.ct-socials--motive li a i {
  color: #d7a2b9;
}
.ct-socials.ct-socials--motive li a i:hover,
.ct-socials.ct-socials--motive li a i:active,
.ct-socials.ct-socials--motive li a i:focus {
  color: #d7a2b9;
}
.ct-socials.ct-socials--lightGrey li a i:hover,
.ct-socials.ct-socials--lightGrey li a i:active,
.ct-socials.ct-socials--lightGrey li a i:focus {
  color: #d7a2b9;
}
.ct-socials.ct-socials--darkGrey li a i:hover,
.ct-socials.ct-socials--darkGrey li a i:active,
.ct-socials.ct-socials--darkGrey li a i:focus {
  color: #d7a2b9;
}
.ct-syncedCarousel.ct-syncedCarousel--navigationBottom .owl-item.synced {
  border: 2px solid #d7a2b9;
}
.ct-syncedCarousel .ct-syncedCarousel-videoPoster figcaption {
  background-color: rgba(215, 162, 185, 0.7);
}
.nav.nav-tabs.ct-navTabs--vertical li.active a {
  color: #d7a2b9;
}
@media (max-width: 992px) {
  .nav.nav-tabs.ct-navTabs--vertical li.active a {
    background-color: #d7a2b9;
  }
  .nav.nav-tabs.ct-navTabs--vertical li.active a:before {
    border-color: #d7a2b9 transparent transparent transparent;
  }
}
.ct-tabpanel.ct-tabpanel--motive .nav-tabs li a {
  background-color: #d7a2b9;
}
.ct-tabpanel.ct-tabpanel--motive .nav-tabs li a:hover,
.ct-tabpanel.ct-tabpanel--motive .nav-tabs li a:active,
.ct-tabpanel.ct-tabpanel--motive .nav-tabs li a:focus {
  background-color: #c27295;
}
.ct-iconBox.ct-iconBox--pentagon:hover .ct-iconBox-icon i {
  color: #d7a2b9;
}
.ct-personBox.ct-personBox--primary .ct-personBox-image figcaption:before {
  background-color: rgba(215, 162, 185, 0.7);
}
.ct-personBox.ct-personBox--primary .ct-personBox-image figcaption .ct-personBox-name {
  background-color: rgba(215, 162, 185, 0.7);
}
html.ie8 .ct-personBox.ct-personBox--primary .ct-personBox-image figcaption .ct-personBox-name {
  background-color: #d7a2b9;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  border-right: 27px solid #d7a2b9;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #d7a2b9;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #d7a2b9;
  background-image: -moz-linear-gradient(top, #d7a2b9, #d7a2b9);
  background-image: -ms-linear-gradient(top, #d7a2b9, #d7a2b9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d7a2b9), to(#d7a2b9));
  background-image: -webkit-linear-gradient(top, #d7a2b9, #d7a2b9);
  background-image: -o-linear-gradient(top, #d7a2b9, #d7a2b9);
  background-image: linear-gradient(top, #d7a2b9, #d7a2b9);
  -moz-box-shadow: inset 0 0 10px #c27295;
  -webkit-box-shadow: inset 0 0 10px #c27295;
  box-shadow: inset 0 0 10px #c27295;
  border-left: 1px solid #c27295;
  border-top: 1px solid #c27295;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #d7a2b9;
  background-image: -moz-linear-gradient(top, #d7a2b9, #d7a2b9);
  background-image: -ms-linear-gradient(top, #d7a2b9, #d7a2b9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d7a2b9), to(#d7a2b9));
  background-image: -webkit-linear-gradient(top, #d7a2b9, #d7a2b9);
  background-image: -o-linear-gradient(top, #d7a2b9, #d7a2b9);
  background-image: linear-gradient(top, #d7a2b9, #d7a2b9);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #d7a2b9;
  background-image: -moz-linear-gradient(top, #d7a2b9, #d7a2b9);
  background-image: -ms-linear-gradient(top, #d7a2b9, #d7a2b9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d7a2b9), to(#d7a2b9));
  background-image: -webkit-linear-gradient(top, #d7a2b9, #d7a2b9);
  background-image: -o-linear-gradient(top, #d7a2b9, #d7a2b9);
  background-image: linear-gradient(top, #d7a2b9, #d7a2b9);
  -moz-box-shadow: inset 0 0 10px #c27295;
  -webkit-box-shadow: inset 0 0 10px #c27295;
  box-shadow: inset 0 0 10px #c27295;
  border-left: 1px solid #c27295;
  border-top: 1px solid #c27295;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background: #d7a2b9;
}
.datepicker table tr td.active {
  background: #d7a2b9;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(215, 162, 185, 0.1);
}
.form-control:focus,
.form-control:active {
  border-top: solid 1px #d7a2b9;
  border-left: solid 1px #d7a2b9;
  border-right: solid 1px #d7a2b9;
  border-bottom: solid 1px #d7a2b9;
}
.ct-progressBar .progress .progress-bar.progress-bar--motive {
  background-color: #d7a2b9;
}
.ct-progressBar .progress .progress-bar .ct-progressBar-content {
  background-color: #d7a2b9;
}
.ct-counterBox-icon .ct-counter-icon {
  background-color: #d7a2b9;
}
.ct-counterBox-icon .ct-counter-content .ct-counter-description {
  color: #d7a2b9;
}
.ct-counterBox .ct-counter-content .ct-counter-description {
  color: #d7a2b9;
}
.panel-group .panel-heading a:before {
  background-color: #d7a2b9;
}
table.table > thead {
  background-color: #d7a2b9;
}
.ct-imageBox.ct-imageBox--type1 .ct-imageBox-content:before {
  background-color: #d7a2b9;
  background-color: rgba(215, 162, 185, 0.9);
}
p {
  line-height: 1.875em;
}
p:last-child {
  margin-bottom: 0;
}
.ct-dividedButtons {
  position: absolute;
  bottom: 0;
}
.ct-dividedButtons .btn-group {
  text-align: center;
}
.ct-dividedButtons.ct-dividedButtons--bottomMiddle {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ct-dividedButtons.ct-dividedButtons--bottomLeft {
  left: 0;
}
.ct-dividedButtons.ct-dividedButtons--bottomRight {
  right: 0;
}
@media (max-width: 768px) {
  .ct-dividedButtons .btn-group > .btn {
    float: none;
  }
}
.divider {
  height: 1px;
  width: 100%;
  background-color: #ebebeb;
  text-align: left;
  margin-top: 0;
}
.ct-coursesBox {
  max-width: 284px;
  padding: 0 14px;
  vertical-align: top;
}
.ct-coursesBox .ct-coursesBox-image {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}
.ct-coursesBox .ct-coursesBox-image img {
  -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-coursesBox .ct-coursesBox-image .ct-coursesIcon {
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 55px;
  color: #ffffff;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.ct-coursesBox .ct-coursesBox-image:hover .ct-coursesIcon {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.ct-coursesBox:hover .ct-coursesBox-image img {
  filter: none;
  -webkit-filter: grayscale(0%);
}
.ct-coursesBox .ct-articleBox-name {
  padding-left: 0;
}
.ct-coursesBox .ct-coursesBox-title {
  color: #303030;
  font-size: 19px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
  padding-top: 16px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.ct-coursesBox .ct-coursesBox-subtitle {
  font-size: 15px;
}
@media (max-width: 768px) {
  .ct-coursesBox {
    margin: 0 auto;
  }
}
.ct-blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 0;
}
.ct-blockquote .ct-blockquote-content {
  padding: 0 25px;
  clear: both;
}
.ct-blockquote .ct-blockquote-content .ct-blockquote-citation {
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .ct-blockquote .ct-blockquote-content .ct-blockquote-citation {
    font-size: 18px;
  }
}
.ct-blockquote .ct-blockquote-content .ct-blockquote-author {
  font-size: 18px;
}
@media (max-width: 768px) {
  .ct-blockquote {
    padding: 0;
    margin: 25px 0;
  }
}
.ct-blockquote.ct-blockquote--simple .ct-blockquote-content .ct-blockquote-citation {
  line-height: 1.167;
}
.ct-blockquote.ct-blockquote-quotation.ct-blockquote--quotationLeft,
.ct-blockquote.ct-blockquote-quotation.ct-blockquote--quotationRight,
.ct-blockquote.ct-blockquote-quotation.ct-blockquote--quotationCenter {
  position: relative;
}
.ct-blockquote.ct-blockquote-quotation.ct-blockquote--quotationLeft:before,
.ct-blockquote.ct-blockquote-quotation.ct-blockquote--quotationRight:before,
.ct-blockquote.ct-blockquote-quotation.ct-blockquote--quotationCenter:before {
  font-family: 'FontAwesome';
  font-size: 2em;
  color: #ececec;
}
@media (max-width: 768px) {
  .ct-blockquote.ct-blockquote-quotation.ct-blockquote--quotationLeft:before,
  .ct-blockquote.ct-blockquote-quotation.ct-blockquote--quotationRight:before,
  .ct-blockquote.ct-blockquote-quotation.ct-blockquote--quotationCenter:before {
    font-size: 1.5em;
  }
}
.ct-blockquote.ct-blockquote-quotation.ct-blockquote--quotationCenter:before {
  content: '\f10e';
}
.ct-blockquote.ct-blockquote-quotation.ct-blockquote--quotationLeft:before {
  position: absolute;
  content: '\f10d';
  left: 0;
  top: -15px;
}
.ct-blockquote.ct-blockquote-quotation.ct-blockquote--quotationRight:before {
  position: absolute;
  content: '\f10e';
  right: 0;
  top: -15px;
}
.ct-blockquote.ct-blockquote--simple.ct-blockquote--simple-alignLeft,
.ct-blockquote.ct-blockquote--simple.ct-blockquote--simple-alignCenter,
.ct-blockquote.ct-blockquote--simple.ct-blockquote--simple-alignRight {
  padding-left: 0;
  padding-right: 0;
}
.ct-blockquote.ct-blockquote--simple.ct-blockquote--simple-alignLeft .ct-blockquote-content,
.ct-blockquote.ct-blockquote--simple.ct-blockquote--simple-alignCenter .ct-blockquote-content,
.ct-blockquote.ct-blockquote--simple.ct-blockquote--simple-alignRight .ct-blockquote-content {
  padding: 0;
}
.ct-blockquote.ct-blockquote--simple.ct-blockquote--simple-alignLeft .ct-blockquote-content .ct-blockquote-citation:before,
.ct-blockquote.ct-blockquote--simple.ct-blockquote--simple-alignCenter .ct-blockquote-content .ct-blockquote-citation:before,
.ct-blockquote.ct-blockquote--simple.ct-blockquote--simple-alignRight .ct-blockquote-content .ct-blockquote-citation:before {
  content: '"';
}
.ct-blockquote.ct-blockquote--simple.ct-blockquote--simple-alignLeft .ct-blockquote-content .ct-blockquote-citation:after,
.ct-blockquote.ct-blockquote--simple.ct-blockquote--simple-alignCenter .ct-blockquote-content .ct-blockquote-citation:after,
.ct-blockquote.ct-blockquote--simple.ct-blockquote--simple-alignRight .ct-blockquote-content .ct-blockquote-citation:after {
  content: '"';
}
.ct-blockquote.ct-blockquote--simple.ct-blockquote--simple-alignLeft {
  text-align: left;
}
.ct-blockquote.ct-blockquote--simple.ct-blockquote--simple-alignCenter {
  text-align: center;
}
.ct-blockquote.ct-blockquote--simple.ct-blockquote--simple-alignRight {
  text-align: right;
}
.ct-photoGallery .nav {
  max-width: 372px;
}
.ct-photoGallery .nav-tabs > li.active > a,
.ct-photoGallery .nav-tabs > li.active > a:hover,
.ct-photoGallery .nav-tabs > li.active > a:focus {
  border: 0;
}
@media (max-width: 480px) {
  .ct-photoGallery .nav-tabs > li {
    display: inline-block;
    text-align: center;
    margin: 0 auto 4px auto;
    float: none;
  }
  .ct-photoGallery .tab-content .tab-pane {
    margin-top: 20px;
  }
}
.ct-photoGallery--alignLeft .nav,
.ct-photoGallery--alignLeft .tab-content,
.ct-photoGallery--alignLeft .ct-personImage,
.ct-photoGallery--alignLeft .ct-personDescription,
.ct-photoGallery--alignLeft .ct-personAbout {
  float: left;
}
.ct-photoGallery--alignRight .nav,
.ct-photoGallery--alignRight .tab-content,
.ct-photoGallery--alignRight .ct-personImage,
.ct-photoGallery--alignRight .ct-personDescription,
.ct-photoGallery--alignRight .ct-personAbout {
  float: right;
}
.ct-photoGallery--alignCenter .nav,
.ct-photoGallery--alignCenter .tab-content,
.ct-photoGallery--alignCenter .ct-personAbout {
  float: right;
}
.ct-photoGallery--alignCenter .ct-personImage {
  float: left;
}
.ct-photoGallery--alignCenter .ct-personDescription {
  float: right;
  text-align: justify;
}
@media (max-width: 1200px) {
  .ct-photoGallery .nav,
  .ct-photoGallery.tab-content,
  .ct-photoGallery .ct-personImage,
  .ct-photoGallery .ct-personDescription,
  .ct-photoGallery .ct-photoBox,
  .ct-personAbout {
    float: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
.ct-photoBox .ct-personName {
  font-size: 30px;
}
.ct-photoBox .ct-personAbout {
  line-height: 29px;
  font-size: 15px;
  font-weight: 300;
}
@media (max-width: 992px) {
  .ct-photoBox .ct-personAbout {
    padding-bottom: 20px;
  }
}
.ct-photoBox .ct-personDescription {
  padding: 18px 44px;
  max-width: 394px;
}
.ct-photoBox .ct-personImage img {
  max-width: 373px;
  width: 100%;
  margin: 0 auto;
}
.ct-photoGallery .nav-tabs {
  border-bottom: 0;
}
.ct-photoGallery .nav-tabs > li > a {
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
}
.ct-photoGallery .nav-tabs > li > a img {
  /*max-width: 93px;
  width: 100%;
  height: 94px;*/
  width: 100%;
}
.ct-photoGallery .nav-tabs li a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  -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: rgba(65, 22, 10, 0.8);
  opacity: 0;
}
.ct-photoGallery .nav-tabs li a:hover:before {
  opacity: 1;
}
.ct-photoGallery .nav-tabs li a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(65, 22, 10, 0.4);
  -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-photoGallery .nav-tabs li:hover:before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-photoGallery .nav-tabs li.active a:before {
  background-color: rgba(65, 22, 10, 0.8);
  -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);
}
#toTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  border: 1px solid transparent;
  z-index: 999;
}
#toTop i {
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  right: 12px;
  top: 11px;
  display: block;
  -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;
}
@media (max-width: 768px) {
  #toTop {
    right: 5px;
    bottom: 5px;
    width: 30px;
    height: 30px;
  }
  #toTop i {
    right: 8px;
    top: 8px;
    font-size: 12px;
  }
}
.ct-socialBar h4.ct-socialTitle {
  font-size: 13px;
  color: #7d7d7d;
  line-height: 2;
  text-transform: uppercase;
}
.ct-socialBar .ct-socialList li a.ct-socialLink {
  position: relative;
  color: #7d7d7d;
  margin: 5px;
  line-height: 1.2;
  font-size: 13px;
}
.ct-socialBar .ct-socialList li a.ct-socialLink span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}
.ct-socialBar .ct-socialList li a.ct-socialLink span:before {
  content: attr(rel);
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  padding: 0;
}
.ct-socialBar .ct-socialList li a.ct-socialLink span:hover {
  width: 100%;
}
.ct-socialBar .ct-socialList li a.ct-socialLink:hover span {
  width: 100%;
}
.ct-socials.ct-socials--darkGrey > li > a i {
  color: #303030;
}
.ct-blogList .ct-blogList-content {
  float: left;
}
@media (max-width: 992px) {
  .ct-blogList .ct-blogList-content {
    float: none;
    margin: 0 auto;
    text-align: center;
    display: table;
    padding-bottom: 15px;
  }
}
.ct-blogList .ct-blogList-content .ct-blogThumbnail {
  float: left;
}
@media (max-width: 480px) {
  .ct-blogList .ct-blogList-content .ct-blogThumbnail {
    float: none;
    margin-bottom: 10px;
  }
}
.ct-blogList .ct-blogList-content .ct-blogThumbnail .ct-blogDate {
  position: relative;
  border-radius: 50%;
  width: 153px;
  height: 153px;
  margin-right: 23px;
}
@media (max-width: 480px) {
  .ct-blogList .ct-blogList-content .ct-blogThumbnail .ct-blogDate {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .ct-blogList .ct-blogList-content .ct-blogThumbnail .ct-blogDate {
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.ct-blogList .ct-blogList-content .ct-blogThumbnail .ct-blogDate .ct-blogDay {
  position: absolute;
  top: 25%;
  left: 37%;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 0.917;
  font-size: 36px;
  padding-bottom: 3px;
}
.ct-blogList .ct-blogList-content .ct-blogThumbnail .ct-blogDate .ct-blogMonth {
  position: absolute;
  top: 60%;
  left: 27%;
  color: #ffffff;
}
.ct-blogList .ct-blogList-content .ct-blogThumbnail .ct-blogImage {
  border-radius: 50%;
  width: 153px;
  height: 153px;
  margin-right: 80px;
  overflow: hidden;
}
.ct-blogList .ct-blogList-content .ct-blogThumbnail .ct-blogImage img {
  height: 100%;
}
@media (max-width: 992px) {
  .ct-blogList .ct-blogList-content .ct-blogThumbnail .ct-blogImage {
    margin-right: 0;
  }
}
.ct-blogList .ct-Description {
  overflow: hidden;
}
.ct-blogList .ct-Description .ct-readMore {
  display: block;
  width: 100%;
  text-align: right;
}
.ct-blogList .ct-Description .ct-readMore .ct-readMore-link {
  display: inline-block;
  position: relative;
  font-size: 12px;
}
.ct-blogList .ct-Description .ct-readMore .ct-readMore-link:before {
  content: '';
  position: absolute;
  height: 5px;
  top: 50%;
  width: 999px;
  pointer-events: none;
}
.ct-blogList .ct-Description .ct-readMore .ct-readMore-link:before {
  right: 100%;
  margin-right: 15px;
}
@media (max-width: 992px) {
  .ct-blogList .ct-Description {
    width: 100%;
    clear: both;
  }
}
@media (max-width: 992px) {
  .ct-blogList {
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .ct-blogThumbnail {
    display: block;
  }
}
.ct-sectionTitle .ct-sectionTitle-decorativeLine--small,
.ct-sectionTitle .ct-sectionTitle-decorativeLine--medium {
  position: relative;
  display: inline-block;
}
.ct-sectionTitle .ct-sectionTitle-decorativeLine--small:after,
.ct-sectionTitle .ct-sectionTitle-decorativeLine--medium:after {
  content: '';
  position: absolute;
  height: 3px;
  display: block;
  bottom: -15px;
  left: 3px;
}
.ct-sectionTitle .ct-sectionTitle-decorativeLine--small.ct-sectionTitle-decorativeLine--white:after,
.ct-sectionTitle .ct-sectionTitle-decorativeLine--medium.ct-sectionTitle-decorativeLine--white:after {
  background-color: #ffffff;
}
.ct-sectionTitle .ct-sectionTitle-decorativeLine--small.ct-sectionTitle-decorativeLine--gray:after,
.ct-sectionTitle .ct-sectionTitle-decorativeLine--medium.ct-sectionTitle-decorativeLine--gray:after {
  background-color: #f0f0f0;
}
.ct-sectionTitle .ct-sectionTitle-decorativeLine--small:after {
  width: 61px;
}
.ct-sectionTitle .ct-sectionTitle-decorativeLine--medium:after {
  width: 125px;
}
.ct-galleryRounded.ct-galleryRounded--8people .ct-personImage .img1,
.ct-galleryRounded.ct-galleryRounded--8people .ct-personImage .img2,
.ct-galleryRounded.ct-galleryRounded--8people .ct-personImage .img3,
.ct-galleryRounded.ct-galleryRounded--8people .ct-personImage .img4,
.ct-galleryRounded.ct-galleryRounded--8people .ct-personImage .img5,
.ct-galleryRounded.ct-galleryRounded--8people .ct-personImage .img6,
.ct-galleryRounded.ct-galleryRounded--8people .ct-personImage .img7,
.ct-galleryRounded.ct-galleryRounded--8people .ct-personImage .img8 {
  position: relative;
  max-width: 260px;
  width: 100%;
  max-height: 260px;
  height: 100%;
}
.ct-galleryRounded.ct-galleryRounded--8people .ct-personImage:focus {
  outline: none;
}
@media (max-width: 786px) {
  .ct-galleryRounded.ct-galleryRounded--8people .ct-personImage .img1,
  .ct-galleryRounded.ct-galleryRounded--8people .ct-personImage .img2,
  .ct-galleryRounded.ct-galleryRounded--8people .ct-personImage .img3,
  .ct-galleryRounded.ct-galleryRounded--8people .ct-personImage .img4,
  .ct-galleryRounded.ct-galleryRounded--8people .ct-personImage .img5,
  .ct-galleryRounded.ct-galleryRounded--8people .ct-personImage .img6,
  .ct-galleryRounded.ct-galleryRounded--8people .ct-personImage .img7,
  .ct-galleryRounded.ct-galleryRounded--8people .ct-personImage .img8 {
    position: relative;
    margin: 0 auto;
  }
}
.ct-galleryRounded.ct-galleryRounded--8people .ct-gallerySecondLine,
.ct-galleryRounded.ct-galleryRounded--8people .ct-galleryThirdLine,
.ct-galleryRounded.ct-galleryRounded--8people .ct-galleryFourLine {
  margin-top: -85px;
}
@media (max-width: 1200px) {
  .ct-galleryRounded.ct-galleryRounded--8people .ct-gallerySecondLine,
  .ct-galleryRounded.ct-galleryRounded--8people .ct-galleryThirdLine,
  .ct-galleryRounded.ct-galleryRounded--8people .ct-galleryFourLine {
    margin-top: -65px;
  }
}
@media (max-width: 768px) {
  .ct-galleryRounded.ct-galleryRounded--8people .ct-gallerySecondLine,
  .ct-galleryRounded.ct-galleryRounded--8people .ct-galleryThirdLine,
  .ct-galleryRounded.ct-galleryRounded--8people .ct-galleryFourLine {
    margin-top: 0;
  }
}
.ct-galleryRounded.ct-galleryRounded--8people .ct-galleryFirstLine .img1,
.ct-galleryRounded.ct-galleryRounded--8people .ct-galleryFirstLine .img2 {
  z-index: 24;
  margin: 0 auto;
}
.ct-galleryRounded.ct-galleryRounded--8people .ct-gallerySecondLine .img3,
.ct-galleryRounded.ct-galleryRounded--8people .ct-gallerySecondLine .img4,
.ct-galleryRounded.ct-galleryRounded--8people .ct-gallerySecondLine .img5 {
  z-index: 22;
  margin: 0 auto;
}
.ct-galleryRounded.ct-galleryRounded--8people .ct-gallerySecondLine .img3 {
  z-index: 20;
  margin: 0 auto;
}
.ct-galleryRounded.ct-galleryRounded--8people .ct-galleryThirdLine .img6 {
  z-index: 21;
  margin: 0 auto;
}
.ct-galleryRounded.ct-galleryRounded--8people .ct-galleryThirdLine .img7 {
  z-index: 25;
  margin: 0 auto;
}
.ct-galleryRounded.ct-galleryRounded--8people .ct-galleryFourLine .img8 {
  z-index: 24;
  margin: 0 auto;
}
.ct-galleryRounded.ct-galleryRounded--8people .ct-personImage--MarginLeft25 {
  margin-left: -25px;
}
@media (max-width: 1200px) {
  .ct-galleryRounded.ct-galleryRounded--8people .ct-personImage--MarginLeft25 {
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .ct-galleryRounded.ct-galleryRounded--8people .ct-personImage--MarginLeft25 {
    margin-left: 0;
  }
}
.ct-galleryRounded.ct-galleryRounded--8people .ct-personImage--MarginLeft50 {
  margin-left: -50px;
}
@media (max-width: 1200px) {
  .ct-galleryRounded.ct-galleryRounded--8people .ct-personImage--MarginLeft50 {
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .ct-galleryRounded.ct-galleryRounded--8people .ct-personImage--MarginLeft50 {
    margin-left: 0;
  }
}
.ct-galleryRounded.ct-galleryRounded--8people .ct-personImage--MarginLeft75 {
  margin-left: -75px;
}
@media (max-width: 1200px) {
  .ct-galleryRounded.ct-galleryRounded--8people .ct-personImage--MarginLeft75 {
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .ct-galleryRounded.ct-galleryRounded--8people .ct-personImage--MarginLeft75 {
    margin-left: 0;
  }
}
.ct-galleryRounded.ct-galleryRounded--8people .ct-galleryFirstLine .ct-imageHovered,
.ct-galleryRounded.ct-galleryRounded--8people .ct-gallerySecondLine .ct-imageHovered,
.ct-galleryRounded.ct-galleryRounded--8people .ct-galleryThirdLine .ct-imageHovered,
.ct-galleryRounded.ct-galleryRounded--8people .ct-galleryFourLine .ct-imageHovered {
  position: relative;
}
.ct-galleryRounded.ct-galleryRounded--8people .ct-galleryFirstLine .ct-imageHovered:before,
.ct-galleryRounded.ct-galleryRounded--8people .ct-gallerySecondLine .ct-imageHovered:before,
.ct-galleryRounded.ct-galleryRounded--8people .ct-galleryThirdLine .ct-imageHovered:before,
.ct-galleryRounded.ct-galleryRounded--8people .ct-galleryFourLine .ct-imageHovered:before {
  position: absolute;
  content: "\f00e";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  font-size: 26px;
  -webkit-transition: linear 0.3s;
  transition: linear 0.3s;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px 13px;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  z-index: 99;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
}
.ct-galleryRounded.ct-galleryRounded--8people .ct-galleryFirstLine .ct-imageHovered:focus,
.ct-galleryRounded.ct-galleryRounded--8people .ct-gallerySecondLine .ct-imageHovered:focus,
.ct-galleryRounded.ct-galleryRounded--8people .ct-galleryThirdLine .ct-imageHovered:focus,
.ct-galleryRounded.ct-galleryRounded--8people .ct-galleryFourLine .ct-imageHovered:focus {
  outline: none;
}
.ct-galleryRounded.ct-galleryRounded--8people .ct-galleryFirstLine .ct-imageHovered:hover,
.ct-galleryRounded.ct-galleryRounded--8people .ct-gallerySecondLine .ct-imageHovered:hover,
.ct-galleryRounded.ct-galleryRounded--8people .ct-galleryThirdLine .ct-imageHovered:hover,
.ct-galleryRounded.ct-galleryRounded--8people .ct-galleryFourLine .ct-imageHovered:hover {
  z-index: 99;
}
.ct-galleryRounded.ct-galleryRounded--8people .ct-galleryFirstLine .ct-imageHovered:hover:before,
.ct-galleryRounded.ct-galleryRounded--8people .ct-gallerySecondLine .ct-imageHovered:hover:before,
.ct-galleryRounded.ct-galleryRounded--8people .ct-galleryThirdLine .ct-imageHovered:hover:before,
.ct-galleryRounded.ct-galleryRounded--8people .ct-galleryFourLine .ct-imageHovered:hover:before {
  opacity: 1;
  cursor: pointer;
}
.ct-galleryRounded.ct-galleryRounded--8people .ct-galleryFirstLine .ct-imageHovered a:focus,
.ct-galleryRounded.ct-galleryRounded--8people .ct-gallerySecondLine .ct-imageHovered a:focus,
.ct-galleryRounded.ct-galleryRounded--8people .ct-galleryThirdLine .ct-imageHovered a:focus,
.ct-galleryRounded.ct-galleryRounded--8people .ct-galleryFourLine .ct-imageHovered a:focus {
  outline: none;
}
@media (max-width: 768px) {
  .ct-galleryRounded.ct-galleryRounded--8people .ct-galleryFirstLine .ct-imageHovered,
  .ct-galleryRounded.ct-galleryRounded--8people .ct-gallerySecondLine .ct-imageHovered,
  .ct-galleryRounded.ct-galleryRounded--8people .ct-galleryThirdLine .ct-imageHovered,
  .ct-galleryRounded.ct-galleryRounded--8people .ct-galleryFourLine .ct-imageHovered {
    display: table;
    margin: 0 auto 15px;
  }
}
.ct-galleryRounded.ct-galleryRounded--8people .ct-personImage.ct-personImage--MarginLeft25 .ct-imageHovered:before {
  margin-left: 0;
}
@media (max-width: 992px) {
  .ct-galleryRounded.ct-galleryRounded--8people .ct-personImage.ct-personImage--MarginLeft25 .ct-imageHovered:before {
    margin-left: 0;
  }
}
.ct-galleryRounded.ct-galleryRounded--8people .ct-personImage.ct-personImage--MarginLeft50 .ct-imageHovered:before {
  margin-left: 0;
}
@media (max-width: 992px) {
  .ct-galleryRounded.ct-galleryRounded--8people .ct-personImage.ct-personImage--MarginLeft50 .ct-imageHovered:before {
    margin-left: 0;
  }
}
.ct-galleryRounded.ct-galleryRounded--8people .ct-personImage.ct-personImage--MarginLeft75 .ct-imageHovered:before {
  margin-left: 0;
}
@media (max-width: 992px) {
  .ct-galleryRounded.ct-galleryRounded--8people .ct-personImage.ct-personImage--MarginLeft75 .ct-imageHovered:before {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .ct-galleryRounded.ct-galleryRounded--8people {
    margin-left: -45px;
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.ct-featuredVideo {
  position: relative;
  margin-top: -55px;
}
@media (max-width: 1200px) {
  .ct-featuredVideo {
    margin-top: -60px;
  }
}
@media (max-width: 992px) {
  .ct-featuredVideo {
    margin-top: -10px;
  }
}
.ct-featuredVideo video {
  width: 100%;
}
.ct-video-poster {
  max-width: 648px;
  width: 100%;
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.ct-video-poster:hover .ct-featuredVideo-Info {
  opacity: .2;
  z-index: -1;
}
.ct-video-poster:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url('../../images/videoHolder.png');
  width: 86px;
  height: 86px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .ct-video-poster {
    margin: 0 auto;
  }
}
.ct-featuredVideo-Info {
  margin-top: 65px;
  position: relative;
  left: -115px;
}
@media (max-width: 992px) {
  .ct-featuredVideo-Info {
    margin-top: auto;
    left: 0;
  }
}
.ct-featuredVideo-Info .ct-featuredVideo-title {
  line-height: 0.857;
  position: relative;
}
.ct-featuredVideo-Info .ct-featuredVideo-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 140px;
  background-color: #ebebeb;
  margin-bottom: -15px;
}
html.ie8 .ct-video-poster:before {
  margin-top: -40px;
  margin-left: -40px;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal-dialog.modal-sm {
  max-width: 350px;
  margin: 0;
  width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
html.ie8 .modal-dialog {
  margin-top: -175px;
  margin-left: -171px;
}
.ct-modalContent-sm {
  -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-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top: 0 none;
  border-right: 0 none;
  border-bottom: 0 none;
  border-left: 0 none;
}
.ct-modalContent-sm .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
}
.ct-modalContent-sm .modal-header .modal-title {
  text-align: left;
  font-weight: 200;
  color: #525252;
}
.ct-modalContent-sm .modal-body {
  padding-top: 0;
}
.ct-modalContent-sm .modal-body .form-group label {
  font-size: 12px;
  color: #000000;
  font-weight: 200;
  text-align: left;
  text-transform: uppercase;
}
.ct-modalContent-sm .modal-footer {
  border-top: 0;
}
.ct-titleBox {
  font-size: 13px;
  line-height: 2.308;
  position: relative;
  font-weight: 400;
}
.ct-titleBox:before {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  bottom: -5px;
  background-color: #f4f4f4;
}
.ct-u-subtitleBox {
  color: #454545;
  line-height: 2;
}
.nav-tabs > li > a {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.nav.nav-tabs.ct-navTabs--vertical {
  border: none;
  border: 0;
}
.nav.nav-tabs.ct-navTabs--vertical li {
  float: none;
}
.nav.nav-tabs.ct-navTabs--vertical li a {
  border: 0;
  padding-left: 0;
  font-size: 13px;
  color: #454545;
  text-transform: uppercase;
}
.nav.nav-tabs.ct-navTabs--vertical li a:active,
.nav.nav-tabs.ct-navTabs--vertical li a:hover,
.nav.nav-tabs.ct-navTabs--vertical li a:focus {
  border: 0;
}
.nav.nav-tabs.ct-navTabs--vertical li.active a {
  border: 0;
  border: none;
}
@media (max-width: 992px) {
  .nav.nav-tabs.ct-navTabs--vertical {
    margin-bottom: 25px;
    text-align: center;
  }
  .nav.nav-tabs.ct-navTabs--vertical li {
    display: table;
    margin: 0 auto 5px;
  }
  .nav.nav-tabs.ct-navTabs--vertical li a {
    padding: 5px 15px;
    margin: 0;
  }
  .nav.nav-tabs.ct-navTabs--vertical li.active a {
    color: #ffffff;
    text-align: center;
    margin: 0;
    padding: 5px 15px;
    position: relative;
    -webkit-transition: none;
    transition: none;
  }
  .nav.nav-tabs.ct-navTabs--vertical li.active a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7.5px 0 7.5px;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
}
.ct-leadershipBox.ct-leadershipBox--left .ct-leadershipBox-description {
  overflow: hidden;
  float: left;
  max-width: 345px;
}
@media (max-width: 1200px) {
  .ct-leadershipBox.ct-leadershipBox--left .ct-leadershipBox-description {
    float: none;
    max-width: none;
    width: 100%;
  }
}
.ct-leadershipBox.ct-leadershipBox--left .ct-leadershipBox-description .ct-leadershipBox-title .ct-leadershipBox-firstName {
  font-size: 76px;
  color: #454545;
  margin-bottom: 0;
  line-height: 70px;
}
.ct-leadershipBox.ct-leadershipBox--left .ct-leadershipBox-description .ct-leadershipBox-title .ct-leadershipBox-surName {
  font-size: 76px;
  color: #454545;
  line-height: 0.921;
  margin: 0;
}
.ct-leadershipBox.ct-leadershipBox--left .ct-leadershipBox-description .ct-leadershipBox-title .ct-leadershipBox-positionName {
  color: #b4b4b4;
  text-transform: uppercase;
  padding-left: 5px;
  padding-top: 10px;
  display: inline-block;
  padding-bottom: 33px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .ct-leadershipBox.ct-leadershipBox--left .ct-leadershipBox-description .ct-leadershipBox-title {
    text-align: center;
  }
}
.ct-leadershipBox.ct-leadershipBox--left .ct-leadershipBox-description .ct-leadershipBox-basicInformation {
  padding-left: 5px;
}
.ct-leadershipBox.ct-leadershipBox--left .ct-leadershipBox-description .ct-leadershipBox-basicInformation .Lorem_ipsum_dolor_sit_amet__consectetur_adipisc {
  font-size: 15px;
  color: #454545;
  line-height: 2;
}
@media (max-width: 768px) {
  .ct-leadershipBox.ct-leadershipBox--left .ct-leadershipBox-image {
    margin-top: 20px;
  }
}
.ct-leadershipBox.ct-leadershipBox--left .ct-leadershipBox-image img {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.ct-leadershipBox.ct-leadershipBox--right .ct-leadershipBox-description {
  overflow: hidden;
  float: right;
  max-width: 345px;
}
.ct-leadershipBox.ct-leadershipBox--right .ct-leadershipBox-description .ct-leadershipBox-title .ct-leadershipBox-firstName {
  font-size: 76px;
  color: #454545);
  line-height: 0.921;
  margin-bottom: 0;
}
.ct-leadershipBox.ct-leadershipBox--right .ct-leadershipBox-description .ct-leadershipBox-title .ct-leadershipBox-surName {
  font-size: 76px;
  color: #454545;
  line-height: 0.921;
  margin: 0;
}
.ct-leadershipBox.ct-leadershipBox--right .ct-leadershipBox-description .ct-leadershipBox-title .ct-leadershipBox-positionName {
  font-size: 14px;
  color: #b4b4b4;
  text-transform: uppercase;
  line-height: 5;
  padding-left: 5px;
}
.ct-leadershipBox.ct-leadershipBox--right .ct-leadershipBox-description .ct-leadershipBox-basicInformation {
  padding-left: 5px;
}
.ct-list {
  padding-left: 0;
}
.ct-list .ct-listItem {
  font-size: 15px;
  line-height: 1.733;
  counter-increment: item;
  list-style-type: none;
}
.ct-list .ct-listItem:before {
  display: inline-block;
  width: 1.5em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}
.ct-list--paddingLeft15 {
  padding-left: 15px;
}
hr {
  border: 0;
  border-top: 1px solid #f4f4f4;
}
hr.ct-divider-Lighter--height20 {
  margin: 20px 0;
}
hr.ct-divider-Lighter--height30 {
  margin: 30px 0;
}
hr.ct-divider-Lighter--height0 {
  margin: 0;
}
hr.ct-divider-Lighter--height10 {
  margin: 10px 0;
}
hr.ct-divider-Lighter--height15 {
  margin: 15px 0;
}
.ct-list--type2 li a {
  font-weight: 300;
  font-size: 20px;
  line-height: 55px;
}
.ct-widget {
  padding-bottom: 15px;
}
.ct-widget-search .form-search input,
.ct-widget-search .form-search .btn {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.ct-widget-search input[type=text] {
  width: 75%;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #eaebec;
  border-right: 0;
  font-size: 16px;
  color: #b4b4b4;
}
.ct-widget-search input[type=text]:focus + .btn:after,
.ct-widget-search input[type=text]:active + .btn:after,
.ct-widget-search input[type=text]:valid + .btn:after {
  color: #ffffff;
}
.ct-widget-search .btn {
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #eaebec;
  border-left: 0;
  height: 46px;
  margin-left: -4px;
  position: relative;
  width: 25%;
  color: #ffffff;
}
.ct-widget-search .btn:after {
  content: "\f002";
  position: absolute;
  font-family: fontawesome;
  top: 50%;
  left: 50%;
  font-size: 18px;
  color: #acacac;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ct-widget-search .btn:active {
  box-shadow: none;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .ct-widget-search .btn {
    margin-left: -12px;
  }
}
.ct-blogTopPosts ul,
.ct-blog-latestComments ul {
  margin-bottom: 0;
}
.ct-blogTopPosts ul li,
.ct-blog-latestComments ul li {
  position: relative;
  padding-left: 35px;
}
.ct-blogTopPosts ul li a,
.ct-blog-latestComments ul li a {
  color: #454545;
  line-height: 2.188;
}
.ct-blogTopPosts ul li:before,
.ct-blog-latestComments ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url("../../images/arrowSmall-universal.png");
  background-repeat: no-repeat;
  width: 17px;
  height: 9px;
  -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-blog-recentPosts .ct-widgetInner .ct-blog-recentPosts-description {
  padding-bottom: 20px;
  display: table;
}
.ct-blog-recentPosts .ct-widgetInner .ct-blog-recentPosts-description .ct-blog-recentPosts-image {
  display: table-cell;
  vertical-align: middle;
  width: 64px;
}
.ct-blog-recentPosts .ct-widgetInner .ct-blog-recentPosts-description .ct-blog-recentPost-shortInformation {
  display: table-cell;
  vertical-align: top;
  overflow: hidden;
  padding-left: 20px;
}
.ct-blog-recentPosts .ct-widgetInner .ct-blog-recentPosts-description .ct-blog-recentPost-shortInformation .ct-blog-recentPosts-title {
  font-size: 16px;
  color: #5f5f5f;
  display: block;
  font-weight: 500;
}
.ct-blog-recentPosts .ct-widgetInner .ct-blog-recentPosts-description .ct-blog-recentPost-shortInformation .ct-blog-recentPosts-date {
  color: #aeaeae;
  font-size: 13px;
  line-height: 20px;
}
.ct-blog-recentPosts .ct-widgetInner .ct-blog-recentPosts-description:hover .grayscale.grayscale-off,
.ct-blog-recentPosts .ct-widgetInner .ct-blog-recentPosts-description:hover .grayscale.grayscale-fade {
  filter: none;
  -webkit-filter: grayscale(0%);
}
.ct-blogItem.ct-blogItem--primary {
  margin-bottom: 40px;
}
.ct-blogItem.ct-blogItem--primary .ct-blogThumbnail {
  position: relative;
  text-align: center;
}
.ct-blogItem.ct-blogItem--primary .ct-blogThumbnail .ct-blogImage {
  border-top: 0 none;
  border-right: 0 none;
  border-bottom: 0 none;
  border-left: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  width: auto;
  height: auto;
}
@media (max-width: 992px) {
  .ct-blogItem.ct-blogItem--primary .ct-blogThumbnail {
    display: table;
    margin: 0 auto;
  }
}
.ct-blogItem.ct-blogItem--primary .ct-blogDescription .ct-blogTitle {
  margin-top: 5px;
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .ct-blogItem.ct-blogItem--primary .ct-blogDescription .ct-blogTitle {
    margin: 15px auto 0;
  }
}
.ct-blogItem.ct-blogItem--primary .ct-blogDescription .ct-blogTitle a {
  color: inherit;
}
.ct-blogItem.ct-blogItem--primary .ct-blogDescription .ct-blogTitle a:hover {
  color: #d7a2b9;
}
.ct-blogItem.ct-blogItem--primary .ct-blogDescription .ct-blogMeta {
  padding-top: 5px;
  padding-bottom: 25px;
}
@media (max-width: 992px) {
  .ct-blogItem.ct-blogItem--primary {
    text-align: center;
  }
}
.ct-blogItem.ct-blogItem--primary:hover .ct-blogImage .grayscale {
  filter: none;
  -webkit-filter: grayscale(0%);
}
html.ie8 .ct-blog .ct-blog-sideBar .ct-widget-search input[type=text] {
  line-height: 46px;
}
html.ie8 .ct-blog .ct-blog-sideBar .ct-widget-search input[type=text]:focus + .btn {
  overflow: hidden;
}
html.ie8 .ct-blog .ct-blog-sideBar .ct-widget-search .btn {
  width: 24%;
  overflow: hidden;
}
html.ie8 .ct-blog .ct-blog-sideBar .ct-widget-search .btn:after {
  margin-left: -6px;
  margin-top: -12px;
}
.ct-blog-tags a {
  display: block;
  float: left;
  padding: 4px 10px;
  margin: 0 6px 10px 0;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  color: #454545;
  -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-blog-tags:after {
  content: '';
  display: table;
  clear: both;
}
.ct-blogPost .ct-blogPost-title {
  padding-top: 20px;
  font-size: 24px;
  color: #454545;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}
.ct-blogPost .ct-blogPost-metaContainer {
  padding-bottom: 25px;
}
.ct-blogPost .ct-blogPost-metaContainer .ct-blogPost-meta {
  font-size: 16px;
  color: #aeaeae;
}
.ct-blogPost .ct-blogPost-text p {
  padding-bottom: 20px;
}
.ct-blogTag {
  font-size: 16px;
  color: #aeaeae;
}
.ct-blogTag:after {
  content: ',';
  color: #aeaeae;
  pointer-events: none;
}
.ct-blogTag:hover:after {
  color: #aeaeae;
}
.ct-blogTag:last-child:after {
  content: '';
}
.ct-authorPost {
  color: #ffffff;
  margin: 30px 0;
  padding: 30px;
  padding-left: 0;
  position: relative;
}
.ct-authorPost:before {
  content: "";
  height: 100%;
  width: 9999px;
  right: 100%;
  position: absolute;
  top: 0;
}
.ct-authorPost .ct-authorPost-content {
  overflow: hidden;
  zoom: 1;
  padding-top: 3px;
}
.ct-authorPost .ct-authorPost-content .ct-authorPost-author {
  font-size: 16px;
}
.ct-authorPost img {
  margin-right: 20px;
  float: left;
}
@media (max-width: 768px) {
  .ct-authorPost img {
    max-width: 100%;
    display: inline-block;
    margin: 0 auto 20px auto;
    float: none;
  }
}
@media (max-width: 768px) {
  .ct-authorPost {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .ct-authorPost:after {
    content: "";
    position: absolute;
    background-color: #d7a2b9;
    height: 100%;
    width: 9999px;
    top: 0;
    left: 100%;
  }
}
@media (max-width: 768px) {
  .ct-authorPost {
    padding-right: 0;
  }
}
.ct-authorComment-content {
  overflow: hidden;
}
.ct-authorComment-content .ct-authorPost-author {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .ct-authorComment-content .ct-authorPost-author {
    text-align: center;
  }
}
.ct-authorPost .img-circle,
.ct-authorComment .img-circle {
  max-width: 110px;
  border: 5px solid #ffffff;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .ct-authorPost .img-circle,
  .ct-authorComment .img-circle {
    display: block;
    margin: auto auto 20px;
  }
}
.comment-reply-link {
  position: absolute;
  right: 0;
  top: 3px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
}
.comment-reply-link:before {
  content: "\f112";
  font-family: fontawesome;
  padding-right: 5px;
}
@media (max-width: 768px) {
  .comment-reply-link {
    position: relative;
    text-align: right;
    display: block;
  }
}
.ct-commentList li ol {
  list-style-type: none;
  padding-left: 115px;
}
@media (max-width: 768px) {
  .ct-commentList li ol {
    padding-left: 0;
  }
}
.ct-authorComment {
  position: relative;
}
.dl-horizontal {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 16px;
}
.dl-horizontal dt {
  padding-right: 5px;
  float: left;
  width: auto;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}
.dl-horizontal dd {
  margin-left: 0;
}
@media (max-width: 768px) {
  .ct-authorPost .pull-left,
  .ct-authorComment .pull-left {
    float: none !important;
  }
}
.ct-widget-tickets table thead tr {
  background-color: #393939;
}
.ct-widget-tickets table thead tr th {
  color: #ffffff;
}
.ct-widget-tickets table thead tr th:last-child {
  text-align: right;
}
.ct-widget-tickets table tbody tr {
  background-color: #f9f9f9;
}
@media (min-width: 1200px) {
  .ct-md-paddingLeft0 {
    padding-left: 0;
  }
}
.ct-productDescription .ct-shortNote li {
  color: #bbbbbb;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  position: relative;
  padding-left: 11px;
}
.ct-productDescription .ct-shortNote li:after {
  content: "\f111";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #bbbbbb;
  font-size: 5px;
  padding-right: 0.5em;
  position: absolute;
  top: 9px;
  left: 0;
}
.ct-productDescription .ct-shortNote li:first-child {
  padding-left: 5px;
}
.ct-productDescription .ct-shortNote li:first-child:after {
  content: '';
}
.ct-productDescription h3 {
  font-weight: 400;
}
.ct-productDescription .ct-stars {
  font-size: 21px;
}
.ct-productDescription p {
  font-family: 'Source Sans Pro', sans-serif;
}
.ct-productDescription .ct-price h4 {
  margin-bottom: 0;
}
.ct-productSpecifications .form-control {
  border-color: #f2f2f2;
  color: #b2b2b2;
}
.ct-tabpanel .nav-tabs li a {
  color: #454545;
  margin-right: 6px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ct-tabpanel.ct-tabpanel--bordered .nav-tabs {
  border-bottom: 1px solid #f2f2f2;
}
.ct-tabpanel.ct-tabpanel--bordered .nav-tabs li.active {
  margin-bottom: 0;
}
.ct-tabpanel.ct-tabpanel--bordered .nav-tabs li.active a {
  background-color: #ffffff;
  position: relative;
}
.ct-tabpanel.ct-tabpanel--bordered .nav-tabs li.active a:after {
  content: '';
  position: absolute;
  height: 1px;
  bottom: -1px;
  left: 0;
  right: 0;
  background-color: #ffffff;
}
.ct-tabpanel.ct-tabpanel--bordered .nav-tabs li a {
  border: 1px solid #f2f2f2;
  border-bottom: none;
  background-color: #fcfcfc;
}
.ct-tabpanel.ct-tabpanel--bordered .nav-tabs li a:hover,
.ct-tabpanel.ct-tabpanel--bordered .nav-tabs li a:active,
.ct-tabpanel.ct-tabpanel--bordered .nav-tabs li a:focus {
  background-color: #ffffff;
  color: inherit;
}
@media (max-width: 480px) {
  .ct-tabpanel.ct-tabpanel--bordered .nav-tabs li a {
    font-size: 10px;
    padding: 5px;
  }
}
.ct-tabpanel.ct-tabpanel--bordered .nav-tabs li:last-child {
  margin-right: 0;
}
.ct-tabpanel.ct-tabpanel--bordered .tab-content .tab-pane {
  border: 1px solid #f2f2f2;
  border-top-color: transparent;
  padding: 25px 25px 25px 15px;
}
.ct-tabpanel.ct-tabpanel--motive .nav-tabs {
  border-top: 0 none;
  border-right: 0 none;
  border-bottom: 0 none;
  border-left: 0 none;
}
.ct-tabpanel.ct-tabpanel--motive .nav-tabs li a {
  font-size: 24px;
  color: #ffffff;
  font-weight: 300;
  padding: 15px 25px;
  border-top: 0 none;
  border-right: 0 none;
  border-bottom: 0 none;
  border-left: 0 none;
}
.ct-tabpanel.ct-tabpanel--motive .nav-tabs li a:hover,
.ct-tabpanel.ct-tabpanel--motive .nav-tabs li a:active,
.ct-tabpanel.ct-tabpanel--motive .nav-tabs li a:focus {
  border-top: 0 none;
  border-right: 0 none;
  border-bottom: 0 none;
  border-left: 0 none;
}
.ct-tabpanel.ct-tabpanel--motive .nav-tabs li.active a {
  background-color: #eaeaea;
  color: #515151;
  border-top: 0 none;
  border-right: 0 none;
  border-bottom: 0 none;
  border-left: 0 none;
  border-bottom: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .ct-tabpanel.ct-tabpanel--motive .nav-tabs li a {
    font-size: 18px;
    padding: 5px 10px;
  }
}
@media (max-width: 768px) {
  .ct-tabpanel.ct-tabpanel--motive .nav-tabs li {
    float: none;
    margin-bottom: 5px;
    margin-right: 0;
    text-align: center;
  }
  .ct-tabpanel.ct-tabpanel--motive .nav-tabs li a {
    padding: 5px 10px;
  }
}
.ct-tabpanel.ct-tabpanel--motive .tab-content .tab-pane {
  background-color: #eaeaea;
  border-top: 0 none;
  border-right: 0 none;
  border-bottom: 0 none;
  border-left: 0 none;
  padding: 45px 40px 45px 25px;
}
.ct-tabpanel.ct-tabpanel--motive .tab-content .tab-pane p {
  color: #656565;
  padding-bottom: 15px;
}
.ct-tabpanel.ct-tabpanel--motive .tab-content .tab-pane p:last-child {
  padding-bottom: 0;
}
/* Component ct-testimonials */
.ct-testimonials {
  position: relative;
}
.ct-testimonials .ct-testimonials-content {
  overflow: hidden;
}
@media (max-width: 768px) {
  .ct-testimonials .ct-testimonials-content {
    padding-top: 30px;
  }
}
.ct-testimonials .ct-testimonials-content .ct-testimonials-content-name {
  padding-top: 8px;
}
.ct-pagination .ct-pages .ct-pages-next,
.ct-pagination .ct-pages .ct-pages-prev {
  display: inline-block;
}
.ct-pagination .ct-pages .ct-pages-next a,
.ct-pagination .ct-pages .ct-pages-prev a {
  color: #636363;
}
.ct-pagination .ct-pages .ct-pages-next a i,
.ct-pagination .ct-pages .ct-pages-prev a i {
  color: #8f8f8f;
}
.ct-pagination .ct-pages .ct-pages-prev .ct-first-page {
  color: #c0c0c0;
  cursor: default;
  pointer-events: none;
}
.ct-pagination.ct-pagination--separatelyCorners .ct-pages .ct-pages-next {
  float: right;
}
.ct-pagination.ct-pagination--separatelyCorners .ct-pages .ct-pages-prev {
  float: left;
}
.ct-pagination.ct-pagination--middle .ct-pages {
  text-align: center;
}
.ct-pagination.ct-pagination--right .ct-pages {
  text-align: right;
}
.ct-pagination.ct-pagination--left .ct-pages {
  text-align: left;
}
/* Component Artist Box */
.ct-artistBox {
  float: left;
}
.ct-artistBox .ct-artistBox-image {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  text-align: center;
  cursor: pointer;
}
.ct-artistBox .ct-artistBox-image img {
  position: relative;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ct-artistBox .ct-artistBox-image .ct-artistBox-description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ct-artistBox .ct-artistBox-image .ct-artistBox-description .ct-artistBox-name {
  position: absolute;
  right: 50%;
  bottom: 0;
  padding: 1em 1.2em;
  transform: translate(50%);
  -webkit-transform: translate(50%);
  width: 100%;
  background-color: rgba(237, 192, 212, 0.5);
  color: #ffffff;
}
.ct-artistBox .ct-artistBox-image .ct-artistBox-name {
  display: block;
}
/* Component ct-productShop */
.ct-productCarousel .owl-wrapper-outer {
  text-align: center;
  margin: 0 auto;
}
.ct-productShop {
  max-width: 100%;
  width: 100%;
  position: relative;
}
.ct-productShop .ct-productShop-content {
  margin: 0 5px;
}
.ct-productShop .ct-productShop-content .ct-productShop-image {
  border: 1px solid #efefef;
  text-align: center;
  min-height: 163px;
  position: relative;
}
.ct-productShop .ct-productShop-content .ct-productShop-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: all 250ms ease-in-out 0s;
  -moz-transition: all 250ms ease-in-out 0s;
  -ms-transition: all 250ms ease-in-out 0s;
  -o-transition: all 250ms ease-in-out 0s;
  transition: all 250ms ease-in-out 0s;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.ct-productShop .ct-productShop-content .ct-productShop-image .ct-productShop-topDescription {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
  -webkit-transition: all 250ms ease-in-out 0s;
  -moz-transition: all 250ms ease-in-out 0s;
  -ms-transition: all 250ms ease-in-out 0s;
  -o-transition: all 250ms ease-in-out 0s;
  transition: all 250ms ease-in-out 0s;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.ct-productShop .ct-productShop-content .ct-productShop-image .ct-productShop-topDescription .ct-productShop-wishlist {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 25%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 5px 8px;
}
.ct-productShop .ct-productShop-content .ct-productShop-image .ct-productShop-topDescription .ct-productShop-wishlist i {
  font-size: 14px;
  margin-top: 5px;
  color: #000000;
  -webkit-animation-name: 'pulse_animation';
  -webkit-animation-duration: 2500ms;
  -webkit-transform-origin: 70% 70%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
.ct-productShop .ct-productShop-content .ct-productShop-image .ct-productShop-topDescription .ct-productShop-linkProduct {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.ct-productShop .ct-productShop-content .ct-productShop-image .ct-productShop-topDescription .ct-productShop-linkProduct a {
  background-color: transparent;
  padding: 5px 15px;
  border: 1px solid #000;
  color: #000;
  box-shadow: 0 0 0 1px #000;
}
.ct-productShop .ct-productShop-content .ct-productShop-image .ct-productShop-topDescription .ct-productShop-linkProduct a:hover,
.ct-productShop .ct-productShop-content .ct-productShop-image .ct-productShop-topDescription .ct-productShop-linkProduct a:focus,
.ct-productShop .ct-productShop-content .ct-productShop-image .ct-productShop-topDescription .ct-productShop-linkProduct a:active {
  background-color: #000;
  color: #ffffff;
}
.ct-productShop .ct-productShop-content .ct-productShop-image .ct-productShop-topDescription .ct-productShop-productRating {
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -webkit-transition: all 350ms ease-in-out 0s;
  -moz-transition: all 350ms ease-in-out 0s;
  -ms-transition: all 350ms ease-in-out 0s;
  -o-transition: all 350ms ease-in-out 0s;
  transition: all 350ms ease-in-out 0s;
}
.ct-productShop .ct-productShop-content .ct-productShop-image .ct-u-displayTable {
  min-height: 163px;
}
.ct-productShop .ct-productShop-content .ct-productShop-description {
  padding: 30px 15px;
}
.ct-productShop .ct-productShop-content .ct-productShop-description .ct-productShop-name {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
}
.ct-productShop .ct-productShop-content .ct-productShop-description .ct-productShop-name a {
  color: #5f5f5f;
}
.ct-productShop .ct-productShop-content .ct-productShop-description .ct-productShop-information {
  color: #9c9c9c;
  font-size: 14px;
}
.ct-productShop:hover .ct-productShop-content .ct-productShop-image:before {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.ct-productShop:hover .ct-productShop-content .ct-productShop-image .ct-productShop-topDescription {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-productShop:hover .ct-productShop-content .ct-productShop-image .ct-productShop-topDescription .ct-productShop-productRating {
  bottom: 7%;
}
html.ie8 .ct-productShop .ct-productShop-content .ct-productShop-image:before {
  position: relative;
}
html.ie8 .ct-productShop .ct-productShop-content .ct-productShop-image .ct-productShop-topDescription > a {
  position: absolute;
  left: 0;
  top: 0;
}
html.ie8 .ct-productShop .ct-productShop-content .ct-productShop-image .ct-productShop-topDescription .ct-productShop-productRating {
  display: none;
}
html.ie8 .ct-productShop .ct-productShop-content .ct-productShop-image .ct-productShop-topDescription .ct-productShop-linkProduct {
  right: 1px;
  left: auto;
  bottom: 5px;
  top: auto;
}
@-webkit-keyframes pulse_animation {
  0% {
    -webkit-transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.08);
  }
  50% {
    -webkit-transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
.ct-productShop-zoomGallery {
  border: 1px solid #e5e5e5;
  position: relative;
}
.ct-productShop-zoomGallery img {
  margin: 0 auto;
}
.ct-productShop-productColor ul {
  margin-left: 0;
}
.ct-productShop-productColor ul li {
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
}
.ct-productShop-productColor ul li[data-bg-color="#ffffff"],
.ct-productShop-productColor ul li[data-bg-color="rgb(255,255,255)"],
.ct-productShop-productColor ul li[data-bg-color="white"] {
  border: 1px solid #e5e5e5;
}
.ct-gallery-filters li a {
  color: inherit;
  position: relative;
}
@media (max-width: 980px) {
  .ct-gallery-filters li a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .ct-gallery-filters li a:after {
    content: '/';
    position: absolute;
    font-size: 10px;
    top: 1px;
    left: -2px;
    color: #525252;
  }
}
.ct-gallery-filters li:first-child a:after {
  content: '';
}
@media (max-width: 768px) {
  .ct-gallery-filters li:first-child a {
    padding-left: 0;
  }
}
@media (max-width: 980px) {
  .ct-gallery-filters {
    text-align: left;
  }
  .ct-gallery-filters li {
    display: inline-block;
  }
}
.ct-gallery {
  position: relative;
  overflow: hidden;
  min-height: 300px;
}
.ct-galleryBox {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.ct-galleryBox .ct-galleryBox-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 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.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ct-galleryBox .ct-galleryBox-overlay .ct-galleryBox-overlay-imageTitle {
  color: #ffffff;
  position: absolute;
  left: 50%;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(-50%, -200%);
  -moz-transform: translate(-50%, -200%);
  -o-transform: translate(-50%, -200%);
  -ms-transform: translate(-50%, -200%);
  transform: translate(-50%, -200%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ct-galleryBox .ct-galleryBox-overlay .ct-galleryBox-overlay-imageView {
  color: #ffffff;
  position: absolute;
  bottom: 5%;
  right: 5%;
  -webkit-transform: translate(-50%, -200%);
  -moz-transform: translate(-50%, -200%);
  -o-transform: translate(-50%, -200%);
  -ms-transform: translate(-50%, -200%);
  transform: translate(-50%, -200%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ct-galleryBox .ct-galleryBox-overlay .ct-galleryBox-overlay-imageView span {
  display: inline-block;
}
.ct-galleryBox .ct-galleryBox-overlay .ct-galleryBox-overlay-imageView span:after {
  content: '';
  display: inline-block;
  position: relative;
  width: 17px;
  height: 9px;
  left: 10px;
  top: 1px;
  background: url("../../images/light-arrow.png") no-repeat;
  -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-galleryBox .ct-galleryBox-overlay .ct-galleryBox-overlay-imageView span:hover:after {
  left: 5px;
}
.ct-galleryBox .ct-galleryBox-overlay:hover .ct-galleryBox-overlay-imageTitle {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ct-galleryBox .ct-galleryBox-overlay:hover .ct-galleryBox-overlay-imageView {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.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);
}
html.ie8 .ct-galleryBox.ct-galleryBox-overlay {
  display: none;
}
@media (min-width: 768px) {
  .ct-typingAnimation {
    white-space: nowrap;
    overflow: hidden;
    -webkit-animation: type 4s steps(60, end);
    animation: type 4s steps(60, end);
    width: 100%;
    max-width: 100%;
    display: block;
  }
}
@keyframes type {
  from {
    width: 0;
  }
}
@-webkit-keyframes type {
  from {
    width: 0;
  }
}
.ct-articleBox p {
  font-size: 15px;
}
.ct-u-imageBox--repositioned {
  pointer-events: none;
  margin: -502px 85px 0 -85px;
}
@media (max-width: 1200px) {
  .ct-u-imageBox--repositioned {
    margin: -503px 1px 0 -101px;
  }
}
@media (max-width: 992px) {
  .ct-u-imageBox--repositioned {
    margin: 0 auto;
  }
}
.ct-backgroundContent {
  width: 100%;
  background-position: center center;
}
.ct-u-owlWrapper {
  position: relative;
  z-index: 0;
}
.ct-u-owlWrapper .ct-shadowBox-repositioned {
  position: absolute;
  max-width: 361px;
  width: 100%;
  left: 20%;
  top: 16.9%;
  z-index: 1;
}
.ct-u-owlWrapper .ct-shadowBox-repositioned.ct-shadowBox-repositioned--right {
  right: 20%;
  left: auto;
}
@media (max-width: 992px) {
  .ct-u-owlWrapper .ct-shadowBox-repositioned {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.ct-shadowBox {
  padding: 25px;
}
html.ie8 .ct-shadowBox {
  background-color: #ffffff;
}
.modal.in {
  background-color: rgba(0, 0, 0, 0.5);
}
.ct-googleMap {
  min-height: 610px;
}
.ct-googleMap img {
  max-width: none;
}
.ct-mapBox {
  max-width: 300px;
  min-height: 168px;
  position: relative;
  padding: 35px;
  color: #ffffff;
}
.ct-mapBox:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 15px 7.5px 0;
  top: 50%;
  left: -15px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.ct-mapBox address {
  font-size: 15px;
  margin-bottom: 0;
}
.ct-mapBox address span {
  padding-bottom: 5px;
  display: inline-block;
}
.ct-mapBox address span:last-child {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .ct-mapBox {
    padding: 15px;
  }
}
@media (max-width: 992px) {
  .ct-productsList {
    text-align: center;
  }
}
.ct-productItem .ct-productItem-image {
  text-align: center;
}
.ct-productItem .ct-productItem-content .ct-productItem-name {
  padding-bottom: 5px;
}
.ct-productItem .ct-productItem-content .ct-productItem-price {
  font-size: 15px;
}
.ct-artisticBox .ct-artisticBox-content {
  display: inline-block;
  float: left;
  width: 26.8%;
}
@media (max-width: 1200px) {
  .ct-artisticBox .ct-artisticBox-content {
    float: none;
    width: auto;
    display: block;
    text-align: center;
    margin-bottom: 25px;
  }
}
.ct-artisticBox .ct-artisticBox-content .ct-artisticBox-description {
  padding: 21px 40px 15px;
}
.ct-artisticBox .ct-artisticBox-content .ct-artisticBox-description .ct-artisticBox-date {
  margin-top: 0;
  font-size: 40px;
}
.ct-artisticBox .ct-artisticBox-content .ct-artisticBox-description .ct-artisticBox-title {
  font-size: 18px;
  padding-bottom: 15px;
}
.ct-artisticBox .ct-artisticBox-content .ct-artisticBox-description .ct-artistBox-members {
  font-size: 14px;
}
.ct-artisticBox .ct-artisticBox-content .ct-artisticBox-description .ct-artistBox-members li {
  padding-bottom: 10px;
}
.ct-artisticBox .ct-artisticBox-content .ct-artisticBox-description .ct-artistBox-members li:last-child {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .ct-artisticBox .ct-artisticBox-content .ct-artisticBox-description {
    padding: 23px 15px;
  }
}
.ct-artisticBox .ct-artisticBox-personImage {
  float: right;
}
@media (max-width: 1200px) {
  .ct-artisticBox .ct-artisticBox-personImage {
    text-align: center;
    float: none;
  }
}
html.ie8 .ct-artisticBox .ct-artisticBox-content {
  width: 26.6%;
}
html.ie8 .ct-artisticBox .ct-artisticBox-description {
  padding: 34px 35px 15px;
}
html.ie8 .ct-artisticBox .ct-artisticBox-description ul.artisticBox-members {
  margin-bottom: 0;
}
html.ie8 .ct-artisticBox .ct-artisticBox-description ul.artisticBox-members li {
  padding-bottom: 7px;
}
.ct-twoLinesCarousel .owl-wrapper-outer {
  text-align: right;
}
.ct-twoLinesCarousel .owl-controls .owl-buttons .owl-prev,
.ct-twoLinesCarousel .owl-controls .owl-buttons .owl-next {
  width: 12px;
  height: 25px;
  background-repeat: no-repeat;
}
.ct-twoLinesCarousel .owl-controls .owl-buttons .owl-prev {
  background-image: url("../../images/leftArrow-personCarousel.png");
  margin-right: 5px;
}
.ct-twoLinesCarousel .owl-controls .owl-buttons .owl-next {
  background-image: url("../../images/rightArrow-personCarousel.png");
  margin-left: 5px;
}
.ct-address strong {
  font-weight: 500;
}
.ct-schedule {
  width: 100%;
}
.ct-schedule caption {
  color: #525252;
}
.ct-schedule tbody tr td {
  padding: 16px 14px;
}
.day-event {
  background-color: #F2F2F2;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 0px;
  margin-bottom: 50px;
}
.ct-btn-group {
  text-align: right;
}
.ct-btn-group > .btn {
  float: none;
}
.ct-btn-group > .btn:not(:first-child) {
  margin-left: 3px;
}
.alert p {
  margin-bottom: 15px;
}
.ct-u-borderBoth {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.ct-u-backgroundGray {
  background-color: #F9F9F9;
}
.ct-404error {
  font-size: 200px;
  font-weight: 600;
  line-height: 0.5;
}
@media (max-width: 768px) {
  .ct-404error {
    font-size: 90px;
  }
}
.ct-datePicker {
  margin-bottom: 10px;
}
.ct-datePicker thead tr th {
  font-weight: 400;
  padding: 8px !important;
}
#loading {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
  background-color: #ffffff;
}
.ct-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 48.2842712474619px;
  height: 48.2842712474619px;
  margin-left: -24.14213562373095px;
  margin-top: -24.14213562373095px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-animation-name: loader;
  animation-name: loader;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}
.ct-loader .ct-loader-part {
  display: block;
  position: absolute;
  width: 6px;
  height: 20px;
  margin: 2px;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
.ct-loader .ct-loader-part:nth-child(1),
.ct-loader .ct-loader-part:nth-child(5) {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-name: rotate0;
  animation-name: rotate0;
}
.ct-loader .ct-loader-part:nth-child(3),
.ct-loader .ct-loader-part:nth-child(7) {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-name: rotate90;
  animation-name: rotate90;
}
.ct-loader .ct-loader-part:nth-child(2),
.ct-loader .ct-loader-part:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation-name: rotate45;
  animation-name: rotate45;
}
.ct-loader .ct-loader-part:nth-child(4),
.ct-loader .ct-loader-part:nth-child(8) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-animation-name: rotate135;
  animation-name: rotate135;
}
.ct-loader .ct-loader-part:nth-child(1) {
  top: 24.14213562373095px;
  left: 48.2842712474619px;
  margin-left: -3px;
  margin-top: -10px;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.ct-loader .ct-loader-part:nth-child(2) {
  top: 41.21320343109277px;
  left: 41.21320343109277px;
  margin-left: -3px;
  margin-top: -10px;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.ct-loader .ct-loader-part:nth-child(3) {
  top: 48.2842712474619px;
  left: 24.14213562373095px;
  margin-left: -3px;
  margin-top: -10px;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.ct-loader .ct-loader-part:nth-child(4) {
  top: 41.21320343109277px;
  left: 7.07106781636913px;
  margin-left: -3px;
  margin-top: -10px;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.ct-loader .ct-loader-part:nth-child(5) {
  top: 24.14213562373095px;
  left: 0px;
  margin-left: -3px;
  margin-top: -10px;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.ct-loader .ct-loader-part:nth-child(6) {
  top: 7.07106781636913px;
  left: 7.07106781636913px;
  margin-left: -3px;
  margin-top: -10px;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.ct-loader .ct-loader-part:nth-child(7) {
  top: 0px;
  left: 24.14213562373095px;
  margin-left: -3px;
  margin-top: -10px;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.ct-loader .ct-loader-part:nth-child(8) {
  top: 7.07106781636913px;
  left: 41.21320343109277px;
  margin-left: -3px;
  margin-top: -10px;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
@media (max-width: 1200px) {
  .ct-loader {
    margin-left: -24.14213562373095px;
  }
}
@-webkit-keyframes rotate0 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes rotate0 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@-webkit-keyframes rotate90 {
  0% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  60% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@keyframes rotate90 {
  0% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  60% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@-webkit-keyframes rotate45 {
  0% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  60% {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@keyframes rotate45 {
  0% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  60% {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@-webkit-keyframes rotate135 {
  0% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  60% {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  100% {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
  }
}
@keyframes rotate135 {
  0% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  60% {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  100% {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
  }
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ct-pricingBox {
  -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;
}
.ct-pricingBox.ct-pricingBox--standard {
  border-top: solid 1px #eeeeee;
  border-left: solid 1px #eeeeee;
  border-right: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
  border-width: 2px;
  padding-bottom: 30px;
}
.ct-pricingBox.ct-pricingBox--standard .ct-pricingBox-title {
  padding: 15px 20px;
}
.ct-pricingBox.ct-pricingBox--standard .ct-pricingBox-pricing {
  background-color: #f9f9f9;
  padding: 11px 0;
}
.ct-pricingBox.ct-pricingBox--standard .ct-pricingBox-pricing .ct-pricingBox-price {
  font-size: 40px;
  font-weight: 300;
  color: #7d7d7d;
}
.ct-pricingBox.ct-pricingBox--standard .ct-pricingBox-pricing .ct-pricingBox-priceSub {
  color: #7d7d7d;
}
.ct-pricingBox.ct-pricingBox--standard .ct-pricingBox-list,
.ct-pricingBox.ct-pricingBox--professional .ct-pricingBox-list {
  padding: 0px 0px 20px 0px;
}
.ct-pricingBox.ct-pricingBox--standard .ct-pricingBox-list li,
.ct-pricingBox.ct-pricingBox--professional .ct-pricingBox-list li {
  margin: 0 10px;
  font-size: 13px;
  padding: 15px 10px;
  line-height: 22px;
  border-bottom: 1px solid #EEEEEE;
}
.ct-pricingBox.ct-pricingBox--important {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.ct-pricingBox.ct-pricingBox--important .ct-pricingBox-pricing .ct-pricingBox-price {
  color: #ffffff;
}
.ct-pricingBox.ct-pricingBox--important .ct-pricingBox-pricing .ct-pricingBox-priceSub {
  color: #ffffff;
}
.ct-pricingBox:hover,
.ct-pricingBox:active,
.ct-pricingBox:focus {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
  .ct-pricingBox {
    margin-bottom: 20px;
  }
}
.ct-pricingBox.ct-pricingBox--professional {
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
}
.ct-pricingBox.ct-pricingBox--professional .ct-pricingBox-title {
  padding: 15px 20px 45px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  -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;
}
.ct-pricingBox.ct-pricingBox--professional .ct-pricingBox-title h5 {
  font-size: 40px;
  -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-pricingBox.ct-pricingBox--professional .ct-pricingBox-title .ct-pricingBox-pricing {
  color: #ffffff;
  font-size: 21px;
  width: 68px;
  height: 68px;
  line-height: 68px;
  padding: 0;
  position: absolute;
  bottom: -34px;
  left: 50%;
  margin: 0 0 0 -34px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -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;
  border-top: solid 1px #eeeeee;
  border-left: solid 1px #eeeeee;
  border-right: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
}
.ct-pricingBox.ct-pricingBox--professional .ct-pricingBox-title .ct-pricingBox-pricing .ct-pricingBox-price {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ct-pricingBox.ct-pricingBox--professional .ct-pricingBox-list {
  padding: 35px 0 20px 0;
}
.ct-pricingBox.ct-pricingBox--professional:hover .ct-pricingBox-title h5 {
  color: #ffffff;
}
.ct-pricingBox.ct-pricingBox--professional:hover .ct-pricingBox-title .ct-pricingBox-pricing {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  background-color: #ffffff;
}
.ct-pricingBox.ct-pricingBox--professional:hover .ct-pricingBox-title .ct-pricingBox-pricing .ct-pricingBox-price {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotateX(-180deg);
}
html.ie8 .ct-pricingBox.ct-pricingBox--professional {
  border-top: solid 1px #eeeeee;
  border-left: solid 1px #eeeeee;
  border-right: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
  border-width: 2px;
}
html.ie8 .ct-pricingBox.ct-pricingBox--professional .ct-pricingBox-title {
  border-bottom: 1px solid #eee;
}
html.ie8 .ct-pricingBox.ct-pricingBox--professional .ct-pricingBox-title .ct-pricingBox-pricing .ct-pricingBox-price {
  margin-top: -34px;
  margin-left: -29px;
}
.ct-testimonials.ct-testimonials--left .ct-testimonials-image {
  float: left;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .ct-testimonials.ct-testimonials--left .ct-testimonials-image {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .ct-testimonials.ct-testimonials--left .ct-testimonials-content .ct-testimonials-content-name {
    text-align: center;
  }
}
.ct-testimonials.ct-testimonials--right .ct-testimonials-image {
  float: right;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .ct-testimonials.ct-testimonials--right .ct-testimonials-image {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0;
  }
}
.ct-testimonials.ct-testimonials--right .ct-testimonials-content .ct-testimonials-content-name {
  text-align: right;
}
@media (max-width: 768px) {
  .ct-testimonials.ct-testimonials--right .ct-testimonials-content .ct-testimonials-content-name {
    text-align: center;
  }
}
.ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry {
  width: 20%;
}
@media (max-width: 1200px) {
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .ct-gallery.ct-gallery--col5 .ct-gallery-item.ct-gallery-item--masonry {
    width: 100%;
  }
}
.ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry {
  width: 25%;
}
@media (max-width: 1200px) {
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .ct-gallery.ct-gallery--col4 .ct-gallery-item.ct-gallery-item--masonry {
    width: 100%;
  }
}
.ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry {
  width: 33.33%;
}
@media (max-width: 1200px) {
  .ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .ct-gallery.ct-gallery--col3 .ct-gallery-item.ct-gallery-item--masonry {
    width: 100%;
  }
}
.ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry {
  width: 50%;
}
@media (max-width: 1200px) {
  .ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .ct-gallery.ct-gallery--col2 .ct-gallery-item.ct-gallery-item--masonry {
    width: 100%;
  }
}
.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 img {
  width: 100%;
}
.ct-gallery.ct-gallery--withSpacing .ct-gallery-item {
  display: block;
}
.ct-gallery.ct-gallery--withSpacing .ct-gallery-item .ct-gallery-itemInner {
  padding-left: 12.5px;
  padding-bottom: 24px;
  text-align: right;
}
@media (max-width: 768px) {
  .ct-gallery.ct-gallery--withSpacing .ct-gallery-item .ct-gallery-itemInner {
    text-align: center;
    padding-left: 0;
  }
}
@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%;
  }
}
@media (max-width: 786px) {
  .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: 100%;
  }
}
.ct-syncedCarousel .owl-wrapper {
  margin-left: 45px;
  margin-right: 45px;
}
.ct-syncedCarousel .owl-wrapper .owl-item .item {
  cursor: pointer;
}
.ct-syncedCarousel.ct-syncedCarousel--navigationBottom .owl-item {
  max-width: 102px;
  width: 100%;
  margin-right: 10px;
  border: 2px solid transparent;
}
.ct-syncedCarousel.ct-syncedCarousel--navigationBottom .owl-controls {
  margin: 0;
}
.ct-syncedCarousel.ct-syncedCarousel--navigationBottom .owl-controls .owl-prev,
.ct-syncedCarousel.ct-syncedCarousel--navigationBottom .owl-controls .owl-next {
  position: absolute;
  padding: 3px 10px;
  background: #e4e4e4 none;
  top: 17px;
  height: 65px;
}
.ct-syncedCarousel.ct-syncedCarousel--navigationBottom .owl-controls .owl-prev {
  left: 10px;
}
.ct-syncedCarousel.ct-syncedCarousel--navigationBottom .owl-controls .owl-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #ffffff;
  font-size: 25px;
  padding-right: 0.5em;
  line-height: 57px;
}
.ct-syncedCarousel.ct-syncedCarousel--navigationBottom .owl-controls .owl-next {
  right: 10px;
}
.ct-syncedCarousel.ct-syncedCarousel--navigationBottom .owl-controls .owl-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #ffffff;
  font-size: 25px;
  padding-right: 0.5em;
  line-height: 57px;
}
.ct-syncedCarousel .ct-syncedCarousel-videoPoster {
  position: relative;
}
.ct-syncedCarousel .ct-syncedCarousel-videoPoster figcaption {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  padding: 2px 10px 0;
  font-size: 10px;
  text-transform: uppercase;
  color: #ffffff;
}
.ct-imageBox {
  display: block;
}
.ct-imageBox.ct-imageBox--type1 img {
  float: right;
}
.ct-imageBox.ct-imageBox--type1 .ct-imageBox-content {
  float: left;
  pointer-events: auto;
  position: relative;
  z-index: 2;
}
.ct-imageBox.ct-imageBox--type1 .ct-imageBox-content:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.ct-imageBox.ct-imageBox--type1 .ct-imageBox-content .ct-imageBox--description {
  position: relative;
}
@media (max-width: 992px) {
  .ct-imageBox.ct-imageBox--type1 img {
    display: block;
    width: 100%;
  }
}
.ct-imageBox.ct-imageBox--type2 {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .ct-imageBox.ct-imageBox--type2 {
    margin-bottom: 20px;
  }
}
.ct-imageBox.ct-imageBox--type2 .ct-imageBox-image {
  float: left;
  max-width: 233px;
  position: relative;
}
@media (max-width: 768px) {
  .ct-imageBox.ct-imageBox--type2 .ct-imageBox-image {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .ct-imageBox.ct-imageBox--type2 .ct-imageBox-image img {
    max-width: 100%;
    margin: 0 auto 10px auto;
  }
}
.ct-imageBox.ct-imageBox--type2 .ct-imageBox-content {
  overflow: hidden;
  padding: 0 0 0 25px;
}
.ct-imageBox.ct-imageBox--type2 .ct-imageBox-content .ct-imageBox-content-header {
  margin-top: 0;
  font-size: 20px;
}
@media (max-width: 768px) {
  .ct-imageBox.ct-imageBox--type2 .ct-imageBox-content .ct-imageBox-content-header {
    text-align: center;
  }
}
.ct-imageBox.ct-imageBox--type2 .ct-imageBox-content .ct-imageBox-content-description {
  font-size: 15px;
}
@media (max-width: 768px) {
  .ct-imageBox.ct-imageBox--type2 .ct-imageBox-content .ct-imageBox-content-description {
    text-align: justify;
  }
}
@media (max-width: 768px) {
  .ct-imageBox.ct-imageBox--type2 .ct-imageBox-content {
    padding-left: 0;
  }
}
.ct-imageBox.ct-imageBox--type2:after {
  content: '';
  clear: both;
  display: table;
}
.ct-personBox.ct-personBox--simple {
  display: table;
}
@media (max-width: 992px) {
  .ct-personBox.ct-personBox--simple {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .ct-personBox.ct-personBox--simple .ct-personBox-image {
    display: table-cell;
  }
}
@media (min-width: 992px) {
  .ct-personBox.ct-personBox--simple .ct-personBox-content {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
  }
}
.ct-personBox.ct-personBox--simple .ct-personBox-content .ct-personBox-content-header {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
@media (min-width: 992px) {
  .ct-personBox.ct-personBox--simple .ct-personBox-content .ct-personBox-content-header {
    margin-top: 0;
  }
}
.ct-personBox.ct-personBox--simple .ct-personBox-content .ct-personBox-content-header:hover {
  color: #303030;
}
.ct-personBox:after {
  content: '';
  display: table;
  clear: both;
}
.ct-personBox:hover .ct-personBox-image {
  overflow: hidden;
}
.ct-personBox:hover .ct-personBox-image img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.ct-iconBox {
  margin-bottom: 20px;
}
.ct-iconBox.ct-iconBox--type1,
.ct-iconBox.ct-iconBox--square,
.ct-iconBox.ct-iconBox--rectangle,
.ct-iconBox.ct-iconBox--pentagon {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.ct-iconBox.ct-iconBox--type1 .ct-iconBox-content,
.ct-iconBox.ct-iconBox--square .ct-iconBox-content,
.ct-iconBox.ct-iconBox--rectangle .ct-iconBox-content,
.ct-iconBox.ct-iconBox--pentagon .ct-iconBox-content {
  text-align: left;
}
.ct-iconBox.ct-iconBox--type1 .ct-iconBox-content .ct-iconBox-title,
.ct-iconBox.ct-iconBox--square .ct-iconBox-content .ct-iconBox-title,
.ct-iconBox.ct-iconBox--rectangle .ct-iconBox-content .ct-iconBox-title,
.ct-iconBox.ct-iconBox--pentagon .ct-iconBox-content .ct-iconBox-title {
  font-weight: 300;
  font-size: 24px;
}
.ct-iconBox.ct-iconBox--type1 .ct-iconBox-content .ct-iconBox-description,
.ct-iconBox.ct-iconBox--square .ct-iconBox-content .ct-iconBox-description,
.ct-iconBox.ct-iconBox--rectangle .ct-iconBox-content .ct-iconBox-description,
.ct-iconBox.ct-iconBox--pentagon .ct-iconBox-content .ct-iconBox-description {
  font-weight: 300;
  font-size: 18px;
}
.ct-iconBox.ct-iconBox--type1 .ct-iconBox-content,
.ct-iconBox.ct-iconBox--square .ct-iconBox-content,
.ct-iconBox.ct-iconBox--pentagon .ct-iconBox-content {
  overflow: hidden;
}
@media (max-width: 768px) {
  .ct-iconBox.ct-iconBox--type1 .ct-iconBox-content,
  .ct-iconBox.ct-iconBox--square .ct-iconBox-content,
  .ct-iconBox.ct-iconBox--pentagon .ct-iconBox-content {
    text-align: center;
  }
}
.ct-iconBox.ct-iconBox--square .ct-iconBox-icon {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: relative;
  display: block;
  float: left;
  width: 50px;
  height: 50px;
}
.ct-iconBox.ct-iconBox--square .ct-iconBox-icon i {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .ct-iconBox.ct-iconBox--square .ct-iconBox-icon {
    float: none;
    margin: 0 auto;
    display: table;
  }
}
.ct-iconBox.ct-iconBox--square .ct-iconBox-content {
  padding-left: 20px;
}
@media (max-width: 768px) {
  .ct-iconBox.ct-iconBox--square .ct-iconBox-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ct-iconBox.ct-iconBox--square:hover .ct-iconBox-icon {
  background-color: transparent;
}
.ct-iconBox.ct-iconBox--rectangle {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: relative;
  text-align: left;
  padding: 10px 30px;
}
.ct-iconBox.ct-iconBox--rectangle .ct-iconBox-icon {
  position: absolute;
  top: 24px;
  margin: 0;
}
.ct-iconBox.ct-iconBox--rectangle .ct-iconBox-icon i {
  color: #ffffff;
  font-size: 18px;
}
.ct-iconBox.ct-iconBox--rectangle .ct-iconBox-content {
  color: #ffffff;
  padding-left: 0;
}
.ct-iconBox.ct-iconBox--rectangle .ct-iconBox-content .ct-iconBox-title {
  padding-left: 30px;
}
.ct-iconBox.ct-iconBox--rectangle .ct-iconBox-content .ct-iconBox-title a {
  color: #ffffff;
}
.ct-iconBox.ct-iconBox--rectangle:hover {
  background-color: transparent;
}
.ct-iconBox.ct-iconBox--rectangle:hover .ct-iconBox-content {
  color: inherit;
}
.ct-iconBox.ct-iconBox--rectangle:hover .ct-iconBox-content .ct-iconBox-title a {
  color: inherit;
}
.ct-iconBox.ct-iconBox--pentagon .ct-iconBox-icon {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: relative;
  display: inline-block;
  float: left;
}
.ct-iconBox.ct-iconBox--pentagon .ct-iconBox-icon svg {
  transform: rotate(180deg);
  stroke-width: 3;
  -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-iconBox.ct-iconBox--pentagon .ct-iconBox-icon i {
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
@media (max-width: 768px) {
  .ct-iconBox.ct-iconBox--pentagon .ct-iconBox-icon {
    float: none;
  }
}
.ct-iconBox.ct-iconBox--pentagon .ct-iconBox-content {
  padding: 0 20px;
}
@media (max-width: 768px) {
  .ct-iconBox.ct-iconBox--pentagon .ct-iconBox-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  .ct-iconBox.ct-iconBox--pentagon {
    text-align: center;
  }
}
.ct-iconBox.ct-iconBox--pentagon:hover svg {
  fill: transparent;
}
.ct-iconBox.ct-iconBox--type1 .ct-iconBox-Icon {
  border-radius: 100%;
  display: block;
  width: 55px;
  height: 55px;
  position: relative;
  margin: 0 20px 0 0;
  color: #ffffff;
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
  float: left;
}
.ct-iconBox.ct-iconBox--type1 .ct-iconBox-Icon:hover i {
  color: #ffffff;
}
.ct-iconBox.ct-iconBox--type1 .ct-iconBox-Icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-46%, -42%);
  transform: translate(-46%, -42%);
  font-size: 18px;
}
.ct-iconBox.ct-iconBox--type1 .ct-iconBox-Icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.ct-iconBox.ct-iconBox--type1 .ct-iconBox-Icon:before {
  font-size: 48px;
  line-height: 90px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}
.ct-iconBox.ct-iconBox--type1 .ct-iconBox-Icon.ct-iconBox-IconEffect {
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.ct-iconBox.ct-iconBox--type1 .ct-iconBox-Icon.ct-iconBox-IconEffect:after {
  top: -8px;
  left: -8px;
  padding: 8px;
  z-index: 0;
  opacity: 0;
  -webkit-transition: linear .2s;
  -moz-transition: linear .2s;
  transition: linear .2s;
}
.ct-iconBox.ct-iconBox--type1 .ct-iconBox-Icon.ct-iconBox-hoverEffect.ct-iconBox.ct-iconBox--type1 .ct-iconBox-Icon.ct-iconBox-IconEffect:after {
  -webkit-transition: opacity 0.2s, box-shadow 0.2s;
  -moz-transition: opacity 0.2s, box-shadow 0.2s;
  transition: opacity 0.2s, box-shadow 0.2s;
}
.ct-iconBox.ct-iconBox--type1 .ct-iconBox-Icon.ct-iconBox-IconEffect.ct-iconBox-effectHelper:before {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.7;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}
.ct-iconBox.ct-iconBox--type1 .ct-iconBox-content {
  overflow: hidden;
  padding-right: 35px;
}
.ct-iconBox.ct-iconBox--type1 .ct-iconBox-content .ct-iconBox-title {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.667;
}
.ct-iconBox.ct-iconBox--type1 .ct-iconBox-content .ct-iconBox-description {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.667;
}
@media (max-width: 768px) {
  .ct-iconBox.ct-iconBox--type1 {
    text-align: center;
  }
  .ct-iconBox.ct-iconBox--type1 .ct-iconBox-Icon {
    float: none;
    margin: 5px auto 10px auto;
  }
  .ct-iconBox.ct-iconBox--type1 .ct-iconBox-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ct-iconBox.ct-iconBox--type1:hover .ct-iconBox-Icon.ct-iconBox-IconEffect.ct-iconBox-effectHelper:after {
  opacity: 1;
}
.ct-iconBox.ct-iconBox--type1:hover .ct-iconBox-Icon.ct-iconBox-IconEffect.ct-iconBox-effectHelper:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
html.ie8 .ct-iconBox.ct-iconBox--type1 .ct-iconBox-Icon i {
  margin-left: -8px;
  margin-top: -8px;
}
html.ie8 .ct-iconBox.ct-iconBox--square .ct-iconBox-icon i {
  margin-left: -8px;
  margin-top: -8px;
}
html.ie8 .ct-iconBox.ct-iconBox--pentagon .ct-iconBox-icon i {
  margin-top: 17px;
  color: #000000;
}
@media (max-width: 768px) {
  html.ie8 .ct-iconBox.ct-iconBox--pentagon .ct-iconBox-icon i {
    display: none;
  }
}
/* ct-personBox */
.ct-personBox.ct-personBox-single.ct-personBox--leftSide .ct-personBox-image {
  float: left;
  margin-right: 45px;
}
.ct-personBox.ct-personBox-single.ct-personBox--rightSide .ct-personBox-image {
  float: right;
  margin-left: 45px;
}
.ct-personBox.ct-personBox-single.ct-personBox--rightSide .ct-personBox-content .ct-personBox-name {
  text-align: right;
}
.ct-personBox.ct-personBox-single.ct-personBox--rightSide .ct-personBox-content .ct-personBox-place {
  text-align: right;
}
.ct-personBox.ct-personBox-single.ct-personBox--leftSide .ct-personBox-image,
.ct-personBox.ct-personBox-single.ct-personBox--rightSide .ct-personBox-image {
  max-width: 365px;
}
@media (max-width: 992px) {
  .ct-personBox.ct-personBox-single.ct-personBox--leftSide .ct-personBox-image,
  .ct-personBox.ct-personBox-single.ct-personBox--rightSide .ct-personBox-image {
    float: none;
    max-width: 100%;
    text-align: center;
    margin-right: 0;
  }
}
.ct-personBox.ct-personBox-single.ct-personBox--leftSide .ct-personBox-content,
.ct-personBox.ct-personBox-single.ct-personBox--rightSide .ct-personBox-content {
  overflow: hidden;
}
.ct-personBox.ct-personBox-single.ct-personBox--leftSide .ct-personBox-content .ct-personBox-name,
.ct-personBox.ct-personBox-single.ct-personBox--rightSide .ct-personBox-content .ct-personBox-name {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .ct-personBox.ct-personBox-single.ct-personBox--leftSide .ct-personBox-content .ct-personBox-name,
  .ct-personBox.ct-personBox-single.ct-personBox--rightSide .ct-personBox-content .ct-personBox-name {
    text-align: center;
  }
}
.ct-personBox.ct-personBox-single.ct-personBox--leftSide .ct-personBox-content .ct-personBox-place,
.ct-personBox.ct-personBox-single.ct-personBox--rightSide .ct-personBox-content .ct-personBox-place {
  color: #bcbcbc;
}
@media (max-width: 992px) {
  .ct-personBox.ct-personBox-single.ct-personBox--leftSide .ct-personBox-content .ct-personBox-place,
  .ct-personBox.ct-personBox-single.ct-personBox--rightSide .ct-personBox-content .ct-personBox-place {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .ct-personBox.ct-personBox-single.ct-personBox--leftSide .ct-personBox-content .ct-personBox-description,
  .ct-personBox.ct-personBox-single.ct-personBox--rightSide .ct-personBox-content .ct-personBox-description {
    text-align: center;
  }
}
.ct-personBox.ct-personBox-single.ct-personBox--leftSide .ct-personBox-content p,
.ct-personBox.ct-personBox-single.ct-personBox--rightSide .ct-personBox-content p {
  font-size: 18px;
}
.ct-personBox.ct-personBox-single.ct-personBox--leftSide .ct-personBox-content p strong,
.ct-personBox.ct-personBox-single.ct-personBox--rightSide .ct-personBox-content p strong {
  font-weight: 500;
}
@media (max-width: 992px) {
  .ct-personBox.ct-personBox-single.ct-personBox--leftSide .ct-personBox-content p strong,
  .ct-personBox.ct-personBox-single.ct-personBox--rightSide .ct-personBox-content p strong {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
}
.ct-personBox.ct-personBox-single.ct-personBox--leftSide:after,
.ct-personBox.ct-personBox-single.ct-personBox--rightSide:after {
  content: '';
  clear: both;
  display: table;
}
.ct-personBox.ct-personBox--primary {
  display: inline-block;
  margin-bottom: 10px;
  max-width: 206px;
}
@media (max-width: 768px) {
  .ct-personBox.ct-personBox--primary {
    display: table;
    max-width: 100%;
    margin: 0 auto;
  }
}
.ct-personBox.ct-personBox--primary .ct-personBox-image {
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ct-personBox.ct-personBox--primary .ct-personBox-image {
    display: inline-block;
  }
}
.ct-personBox.ct-personBox--primary .ct-personBox-image figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ct-personBox.ct-personBox--primary .ct-personBox-image figcaption:before {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}
.ct-personBox.ct-personBox--primary .ct-personBox-image figcaption .ct-personBox-name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  text-align: center;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  padding: 10px;
  /* -webkit-transform: translate3d(0,-50%,0); */
  /* transform: translate3d(0,-50%,0); */
}
.ct-personBox.ct-personBox--primary .ct-personBox-image figcaption .ct-personBox-linkHelper {
  position: absolute;
  bottom: 0;
  right: 15px;
  width: 100%;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
  text-align: right;
  padding: 15px;
  color: #ffffff;
}
.ct-personBox.ct-personBox--primary .ct-personBox-image figcaption .ct-personBox-linkHelper:after {
  content: "\f178";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 14px;
  padding-right: 0.5em;
  position: absolute;
  top: 16px;
  right: -12px;
}
.ct-personBox.ct-personBox--primary .ct-personBox-image:hover figcaption:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ct-personBox.ct-personBox--primary .ct-personBox-image:hover figcaption .ct-personBox-name {
  background-color: transparent;
  -webkit-transform: translate3d(0, -160%, 0) translate3d(0, -40px, 0);
  transform: translate3d(0, -160%, 0) translate3d(0, -40px, 0);
}
.ct-personBox.ct-personBox--primary .ct-personBox-image:hover figcaption .ct-personBox-linkHelper {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ct-personBox.ct-personBox--primary .ct-personBox-image:hover figcaption .ct-personBox-linkHelper:after {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ct-personBox.ct-personBox--primary .ct-personBox-content {
  display: none;
}
html.ie8 .ct-personBox.ct-personBox--primary .ct-personBox-image figcaption .ct-personBox-linkHelper {
  display: none;
}
.ct-progressBar {
  margin-bottom: 40px;
}
.ct-progressBar .progress {
  height: 12px;
  background-color: #f4f4f4;
  overflow: visible;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.ct-progressBar .progress .progress-bar {
  position: relative;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.ct-progressBar .progress .progress-bar .ct-progressBar-content {
  position: absolute;
  right: 0;
  top: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ct-progressBar .progress .progress-bar .ct-progressBar-content .ct-progressBar-text {
  position: absolute;
  width: 31px;
  height: 31px;
  display: block;
  top: 50%;
  left: 50%;
  line-height: 27px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-top: solid 1px #ffffff;
  border-left: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  border-width: 2px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.ct-progressBar .ct-progressBar-title {
  padding-bottom: 12px;
}
html.ie8 .ct-progressBar .progress .progress-bar .ct-progressBar-content {
  margin-top: -17px;
}
html.ie8 .ct-progressBar .progress .progress-bar .ct-progressBar-content .ct-progressBar-text {
  margin-left: -16px;
  margin-top: -16px;
}
.ct-counterBox-icon .ct-counter-icon {
  width: 86px;
  height: 86px;
  margin: 0 auto 15px auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.ct-counterBox-icon .ct-counter-icon i {
  color: #ffffff;
  line-height: 86px;
}
.ct-counterBox-icon .ct-counter-content .ct-counter-base {
  font-size: 48px;
}
.ct-counterBox-icon .ct-counter-content .ct-counter-description {
  font-size: 24px;
}
.ct-counterBox .ct-counter-content .ct-counter-base {
  font-size: 80px;
}
.ct-counterBox .ct-counter-content .ct-counter-description {
  font-size: 16px;
}
.select2-container {
  text-align: left;
}
@media (max-width: 768px) {
  .select2-container {
    margin-bottom: 10px;
  }
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #b2b2b2;
  font-size: 15px;
  line-height: 37px;
  padding-left: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #b2b2b2;
  font-size: 15px;
  line-height: 37px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  color: #b2b2b2;
}
.select2-container--default .select2-results__option[aria-selected] {
  color: #b2b2b2;
  padding-left: 15px;
}
.select2-dropdown {
  border-top: solid 1px #e0e0e0;
  border-left: solid 1px #e0e0e0;
  border-right: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ct-sortingBar .list-inline > li:last-child {
  padding-right: 0;
}
.panel-group .panel.panel-default {
  border-top: 0 none;
  border-right: 0 none;
  border-bottom: 0 none;
  border-left: 0 none;
  -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);
}
.panel-group .panel-heading {
  background-color: transparent;
  padding: 10px 0;
}
.panel-group .panel-heading a {
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}
.panel-group .panel-heading a:before {
  font-family: fontawesome;
  content: "-";
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  color: #fff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  z-index: 8888;
}
.panel-group .panel-heading a .panel-title {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
}
.panel-group .panel-heading a .panel-title:after {
  content: '';
  position: absolute;
  border-top: dotted 2px #efefef;
  top: 14px;
  left: 100%;
  width: 1140px;
}
.panel-group .panel-heading a.collapsed:before {
  content: "+";
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 0 none;
  border-right: 0 none;
  border-bottom: 0 none;
  border-left: 0 none;
}
.panel-group .panel-body {
  padding: 0 60px 0 0;
  line-height: 30px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .panel-group .panel-heading a .panel-title {
    display: block;
    margin-bottom: 10px;
    padding-right: 25px;
  }
  .panel-group .panel-heading a .panel-title:after {
    position: relative;
    display: block;
    top: 5px;
    left: 0;
  }
  .panel-group .panel-body {
    padding: 0;
    text-align: justify;
  }
}
table.table > thead tr th {
  color: #ffffff;
  font-weight: 500;
  padding: 20px;
  text-transform: uppercase;
  text-align: left;
}
table.table > tbody tr td {
  padding: 20px;
}
table.table > tbody tr th {
  padding: 20px;
  vertical-align: middle;
  font-weight: 400;
}
.animatedHeadroom.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animatedHeadroom.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.embed-container {
  position: relative;
  padding-bottom: 42.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.boxed .ct-mainCarousel .item {
  max-width: 1200px;
}
.tweets_display > ul {
  list-style: outside none none;
}
@media (max-width: 992px) {
  .tweets_display > ul {
    padding: 0;
  }
}
.tweets_display > ul > li {
  position: relative;
  padding-left: 15px;
}
.tweets_display > ul > li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #303030;
  border: 1px solid transparent;
}
.tweets_display > ul > li .tweet_time {
  display: block;
  text-align: left;
}
@media (max-width: 992px) {
  .tweets_display > ul > li {
    text-align: justify;
  }
  .tweets_display > ul > li:before {
    top: 11px;
  }
}
