@import "../fonts/et-line-font/style.css";
@import url("http://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic&subset=latin,latin-ext");
@import url("http://fonts.googleapis.com/css?family=Montserrat:400,700");
@import url("http://fonts.googleapis.com/css?family=Josefin+Sans:100,300,400,600,700,100italic,300italic,400italic,600italic,700italic&subset=latin,latin-ext");
/*
1. variables
2. mixins
3. datepicker
4. fonts
5. sections
6. animate
7. utilities
8. motive
9. typography
10. menu
11. buttons
12. lists
13. iconbox
14. icon
15. skills
16. blockquote
17. pricing
18. table
19. cta
10. tooltip
21. accordion
22. tabs
23. footer
24. copyright
25. form
26. breadcrumbs
27. flexslider
28. magnificpopup
29. slider
30. testimonial
31. courselist
32. coursesgallery
33. dropdown
34. sidebarcolumn
35. badge
36. choiceviev
37. graph
38. team
39. newsletter
40. singlecourse
41. headersection
42. pagination
43. mediasections
44. memberpage
45. mainparallax
46. tweet
47. videowachers
48. teacherbox
49. blogcontent
50. singlearticle
51. comments
52. program
53. contactpage
54. loginpage
55. socialicons
56. videoarchive
57. portfolio
58. maps
59. intro-effects
*/
/* colors */
/* font-size */
/* icon-box */
/* skills */
/* pricing */
/* pagination */
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome/fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('../fonts/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
/*!
 * Datetimepicker for Bootstrap v3
//! version : 3.1.3
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  top: 0;
  left: 0;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #A7174E;
}
.bootstrap-datetimepicker-widget.timepicker-sbs {
  width: 600px;
}
.bootstrap-datetimepicker-widget.bottom:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.bottom:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.top:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.top:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  position: absolute;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget .dow {
  width: 14.2857%;
}
.bootstrap-datetimepicker-widget.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget > ul {
  list-style-type: none;
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
  width: 4px;
  padding: 0;
  margin: 0;
}
.bootstrap-datetimepicker-widget .datepicker > div {
  display: none;
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget td.cw {
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget td.old,
.bootstrap-datetimepicker-widget td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget td.today:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #A7174E;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #A7174E;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget td span.active {
  background-color: #A7174E;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget td span.disabled,
.bootstrap-datetimepicker-widget td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget th.next,
.bootstrap-datetimepicker-widget th.prev {
  font-size: 21px;
}
.bootstrap-datetimepicker-widget th.disabled,
.bootstrap-datetimepicker-widget th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-group {
  margin-bottom: 15px;
}
.input-group.date input {
  border: 2px solid #A7174E !important;
}
.input-group.date .input-group-addon span,
.input-group.date .input-group-addon i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
  color: #A7174E;
}
.bootstrap-datetimepicker-widget.left-oriented:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.left-oriented:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody > tr > td {
  padding: 0px !important;
}
@media screen and (max-width: 767px) {
  .bootstrap-datetimepicker-widget.timepicker-sbs {
    width: 283px;
  }
}
.input-group.date .input-group-addon {
  background-color: transparent;
  border: 2px solid #A7174E;
  border-left: none;
  padding: 6px 20px;
}
.input-group.date .form-control {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: transparent;
  border: 2px solid #A7174E;
  color: #ffffff;
  line-height: 59px;
  height: 59px;
  text-align: center;
}
.input-group.date .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@font-face {
  font-family: 'BrandomGrotesque-bld';
  src: url(../../assets/fonts/ct/BrandonGrotesque/Brandon_bld.otf);
}
@font-face {
  font-family: 'BrandomGrotesque-bld-it';
  src: url(../../assets/fonts/ct/BrandonGrotesque/Brandon_bld_it.otf);
}
@font-face {
  font-family: 'BrandomGrotesque-blk';
  src: url(../../assets/fonts/ct/BrandonGrotesque/Brandon_blk.otf);
}
@font-face {
  font-family: 'BrandomGrotesque-blk-it';
  src: url(../../assets/fonts/ct/BrandonGrotesque/Brandon_blk_it.otf);
}
@font-face {
  font-family: 'BrandomGrotesque-light';
  src: url(../../assets/fonts/ct/BrandonGrotesque/Brandon_light.otf);
}
@font-face {
  font-family: 'BrandomGrotesque-light-it';
  src: url(../../assets/fonts/ct/BrandonGrotesque/Brandon_light_it.otf);
}
@font-face {
  font-family: 'BrandomGrotesque-med';
  src: url(../../assets/fonts/ct/BrandonGrotesque/Brandon_med.otf);
}
@font-face {
  font-family: 'BrandomGrotesque-med-it';
  src: url(../../assets/fonts/ct/BrandonGrotesque/Brandon_med.it.otf);
}
@font-face {
  font-family: 'BrandomGrotesque-reg';
  src: url(../../assets/fonts/ct/BrandonGrotesque/Brandon_reg.otf);
}
@font-face {
  font-family: 'BrandomGrotesque-red-it';
  src: url(../../assets/fonts//ct/BrandonGrotesque/Brandon_reg.it.otf);
}
@font-face {
  font-family: 'BrandomGrotesque-thin';
  src: url(../../assets/fonts/ct/BrandonGrotesque/Brandon_thin.otf);
}
@font-face {
  font-family: 'BrandomGrotesque-thin-it';
  src: url(../../assets/fonts/ct/BrandonGrotesque/Brandon_thin.it.otf);
}
/* mixins */
/* Brandom Grotesque */
/* Brandom Grotesque - instead */
/* font-style */
.ct-mediaSection {
  display: table;
  width: 100%;
  position: relative;
}
.ct-mediaSection > .ct-mediaSection-inner {
  position: relative;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.navbar {
  display: table;
  width: 100%;
}
.navbar > .inner-nav {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.row.ct-buttons + .row.ct-buttons {
  margin-top: 30px;
}
.ct-pricing-sec:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: #343a3a;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-breadcrumbs-sec {
  min-height: 80px;
}
footer {
  display: table;
  width: 100%;
}
.ct-paralaxstat {
  background-position: 50% 0 !important;
}
@media (max-width: 991px) {
  .ct-buttons .btn {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .ct-breadcrumbs-sec + .navbar + .ct-pageWrapper {
    margin-top: 70px;
  }
  .ct-section {
    padding: 75px 0 !important;
  }
}
.navbar-scroll-top {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.headroom {
  transition: transform 200ms linear;
  z-index: 9998;
}
.headroom--pinned {
  transform: translateY(0%);
  display: block;
}
.headroom--unpinned {
  transform: translateY(-100%);
  display: none;
}
.navbar {
  margin-bottom: 0;
  border: none;
  display: block;
  padding: 65px 0px 20px;
  z-index: 9999;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -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;
}
.navbar .navbar-nav li a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  background: transparent;
  font-family: 'BrandomGrotesque-reg', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:active,
.navbar .navbar-nav li a:focus {
  color: #A7174E;
}
.navbar-brand {
  line-height: 1;
  height: auto;
  padding: 12px 15px;
}
.navbar-nav > li .dropdown-menu {
  margin-left: 0;
  margin-top: 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;
  padding: 0;
  border: 0;
  background: #fff;
}
.navbar-nav .dropdown-menu > li {
  padding: 0 30px;
}
.navbar-nav .dropdown-menu > li a {
  padding: 10px 0px;
  font-size: 13px;
  letter-spacing: 1px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  /*padding: 14px 18px 13px;*/
  color: rgba(0, 0, 0, 0.8);
  text-transform: none;
}
.navbar-nav .dropdown-menu > li:hover > a,
.navbar-nav .dropdown-menu > li:active > a,
.navbar-nav .dropdown-menu > li:focus > a {
  color: #A7174E;
  background: transparent;
}
.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.navbar > .inner-nav {
  position: relative;
  display: block;
}
.ct-navbar--transparent {
  background-color: transparent;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.ct-navbar--dark {
  background-color: #00726d;
}
.ct-navbar--makeSmaller {
  padding: 5px 0;
}
.navbar-nav li a:hover,
.navbar-nav li a:focus,
.navbar-nav li a:active {
  background-color: transparent;
  color: #A7174E;
}
.navbar-nav .active > a {
  color: #A7174E;
}
.navbar-nav .active > a:hover,
.navbar-nav .active > a:focus {
  background-color: #ffffff;
  color: #A7174E;
}
.navbar-nav .active.onepage > a:hover,
.navbar-nav .active.onepage > a:focus {
  background-color: #A7174E;
  color: #ffffff;
}
.navbar-nav li.active a {
  background-color: #A7174E;
}
.navbar-nav li.active:hover a,
.navbar-nav li.active:active a,
.navbar-nav li.active:focus a {
  background-color: #ffffff;
}
.navbar-nav li.dropdown:hover > a {
  background-color: #ffffff;
  color: #A7174E;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.navbar-nav .dropdown-menu .active > a {
  color: #A7174E;
}
.nav .dropdown .dropdown-menu h5 {
  color: #A7174E;
}
.nav .dropdown .dropdown-menu h5 small {
  color: #A7174E;
}
.dropdown-menu {
  z-index: 9000;
  display: none;
}
.ct-navbar .navbar-nav > li.dropdown:hover,
.ct-navbar .navbar-nav li.dropdown-submenu:hover {
  position: relative;
}
.ct-navbar .navbar-nav > li.dropdown:hover > ul.dropdown-menu,
.ct-navbar .navbar-nav li.dropdown-submenu:hover > ul.dropdown-menu {
  display: block;
  padding-top: 15px;
  padding-bottom: 20px;
}
.ct-navbar .navbar-nav li.dropdown-submenu > ul.dropdown-menu {
  left: 100%;
  top: 0;
}
.ct-menuMobile-navbar.navbar-nav > li.dropdown.open {
  display: block;
  background-color: #ffffff;
}
.ct-menuMobile-navbar.navbar-nav li.dropdown-submenu > ul.dropdown-menu {
  padding-left: 15px;
  display: block;
  left: 0;
  position: relative;
}
.ct-navbar--bounceIn .dropdown-menu {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--fadeIn .dropdown-menu {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--fadeInLeft .dropdown-menu {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--fadeInRight .dropdown-menu {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--fadeInDown .dropdown-menu {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--fadeInUp .dropdown-menu {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--pulse .dropdown-menu {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--bounceInRight .dropdown-menu {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--bounceInLeft .dropdown-menu {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--flipInX .dropdown-menu {
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--flipInY .dropdown-menu {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--zoomIn .dropdown-menu {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--zoomInDown .dropdown-menu {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ct-navbar--zoomInUp .dropdown-menu {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.snapjs-right {
  height: 100%;
}
.snapjs-right .ct-navbarMobile {
  right: 266px;
  left: auto;
}
.ct-menuMobile {
  overflow: hidden;
}
.ct-menuMobile ul {
  padding-left: 0px;
}
.snapjs-right .ct-menuMobile,
.snapjs-left .ct-menuMobile {
  overflow: scroll;
}
.ct-navbarMobile {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9000;
}
.ct-navbarMobile.ct-navbarMobile--inverse {
  background-color: #333333;
  color: #ffffff;
}
.ct-navbarMobile .navbar-brand {
  height: 70px;
  padding: 0 15px;
  line-height: 70px;
}
.ct-navbarMobile .navbar-toggle {
  position: absolute;
  top: 10px;
  right: 0px;
}
.ct-navbarMobile .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.ct-menuMobile-navbar {
  width: 266px;
}
@media (max-width: 991px) {
  .navbar-header {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .navbar-header .navbar-brand {
    float: none;
  }
  .navbar-nav {
    float: none !important;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .navbar-header.ct-navbarMobile {
    display: none;
  }
  .ct-menuMobile .ct-menuMobile-navbar {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .snapjs-right .navbar-collapse {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 266px;
  }
  .dropdown-menu {
    width: 100%;
  }
  .ct-menuMobile {
    display: none;
  }
  nav.ct-mediaSection:before {
    display: none;
  }
  .nav.navbar-nav > li {
    position: relative;
  }
  .nav.navbar-nav > li > a {
    overflow: hidden;
	color: #fff;
	padding-left: 20px;
  }
  .nav.navbar-nav > li > .dropdown-menu {
    position: relative;
  }
  li.active {
    background-color: transparent;
  }
  li.active > a {
    color: #ffffff;
  }
  li.active:hover,
  li.active:focus {
    background-color: transparent;
  }
  li.active:hover > a,
  li.active:focus > a {
    color: #ffffff;
  }
}
@media (min-width: 480px) {
  .snapjs-right .collapse {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 266px;
    z-index: 1;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .nav > li > a {
    padding: 14px 10px;
    font-size: 12px !important;
  }
}
@media (max-width: 767px) {
  .ct-navbar {
    display: none;
  }
  .navbar-nav > li > a {
    letter-spacing: 1px;
    padding: 15px 12px;
  }
  .navbar-nav > li > a:hover,
  .navbar-nav > li > a:active,
  .navbar-nav > li > a:focus {
    color: #fff !important;
    background-color: #A7174E !important;
  }
  .navbar-nav > li.active > a {
    color: #ffffff !important;
    background-color: #A7174E !important;
  }
  .navbar-nav > li.active a {
    background-color: transparent;
  }
  .navbar-nav .dropdown-menu > li > a {
    padding: 14px 18px 13px;
  }
  .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
  }
  .navbar.ct-mediaSection {
    display: none !important;
  }
  ul li.dropdown:hover > .dropdown-menu {
    position: relative;
  }
  ul li.dropdown:hover > a {
    color: #fff;
  }
}
@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.ct-fw-100 {
  font-weight: 100 !important;
}
.ct-fw-200 {
  font-weight: 200;
}
.ct-fw-300 {
  font-weight: 300;
}
.ct-fw-400 {
  font-weight: 400;
}
.ct-fw-500 {
  font-weight: 500;
}
.ct-fw-600 {
  font-weight: 600;
}
.ct-fw-700 {
  font-weight: 700;
}
.ct-fw-800 {
  font-weight: 800;
}
.ct-fw-900 {
  font-weight: 900;
}
.ct-fs-i {
  font-style: italic;
}
.ct-fs-n {
  font-style: normal;
}
.ct-u-size20 {
  font-size: 20px;
}
.ct-u-arapey {
  font-family: 'Arapey', serif;
}
.ct-u-underline:hover {
  padding-bottom: 5px;
}
.ct-u-displayTable {
  display: table;
  width: 100%;
}
.ct-u-displayTableRow {
  display: table-row;
}
.ct-u-displayTableCell {
  display: table-cell;
}
.ct-u-displayBlock {
  display: block;
}
.ct-u-displayInlineBlock {
  display: inline-block !important;
}
.ct-u-displayInline {
  display: inline;
}
.ct-u-paddingBoth0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.ct-u-paddingTop0 {
  padding-top: 0px !important;
}
.ct-u-paddingBottom0 {
  padding-bottom: 0px !important;
}
.ct-u-paddingBoth10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ct-u-paddingBottom10 {
  padding-bottom: 10px;
}
.ct-u-paddingBottom10 {
  padding-bottom: 10px;
}
.ct-u-paddingTop15 {
  padding-top: 15px;
}
.ct-u-paddingBoth15 {
  padding-top: 15px;
  padding-bottom: 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 !important;
}
.ct-u-paddingBoth30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ct-u-paddingTop30 {
  padding-top: 30px;
}
.ct-u-paddingBottom30 {
  padding-bottom: 30px !important;
}
.ct-u-paddingBoth35 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.ct-u-paddingTop35 {
  padding-top: 35px;
}
.ct-u-paddingBottom35 {
  padding-bottom: 35px;
}
.ct-u-paddingBoth40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.ct-u-paddingTop40 {
  padding-top: 40px;
}
.ct-u-paddingBottom40 {
  padding-bottom: 40px;
}
.ct-u-paddingBoth50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ct-u-paddingTop50 {
  padding-top: 50px;
}
.ct-u-paddingBottom50 {
  padding-bottom: 50px;
}
.ct-u-paddingBoth60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.ct-u-paddingTop60 {
  padding-top: 60px;
}
.ct-u-paddingBottom60 {
  padding-bottom: 60px;
}
.ct-u-paddingBoth70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.ct-u-paddingTop70 {
  padding-top: 70px;
}
.ct-u-paddingBottom70 {
  padding-bottom: 70px;
}
.ct-u-paddingBoth80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.ct-u-paddingTop80 {
  padding-top: 80px;
}
.ct-u-paddingBottom80 {
  padding-bottom: 80px;
}
.ct-u-paddingBoth90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.ct-u-paddingTop90 {
  padding-top: 90px;
}
.ct-u-paddingBottom90 {
  padding-bottom: 90px;
}
.ct-u-paddingBoth100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.ct-u-paddingTop100 {
  padding-top: 100px;
}
.ct-u-paddingBottom100 {
  padding-bottom: 100px;
}
.ct-u-paddingBoth120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.ct-u-paddingTop120 {
  padding-top: 120px;
}
.ct-u-paddingBottom120 {
  padding-bottom: 120px;
}
.ct-u-paddingBoth130 {
  padding-top: 130px;
  padding-bottom: 130px;
}
.ct-u-paddingTop130 {
  padding-top: 130px;
}
.ct-u-paddingBottom130 {
  padding-bottom: 130px;
}
.ct-u-paddingBoth150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.ct-u-paddingTop150 {
  padding-top: 150px;
}
.ct-u-paddingTop120 {
  padding-top: 120px;
}
.ct-u-paddingBottom150 {
  padding-bottom: 150px;
}
.ct-u-paddingMoreL {
  padding-left: 100px !important;
}
.ct-u-paddingMoreR {
  padding-right: 100px !important;
}
.ct-u-marginBoth0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.ct-u-marginTop0 {
  margin-top: 0px;
}
.ct-u-marginBottom0 {
  margin-bottom: 0px;
}
.ct-u-marginTop-10 {
  margin-top: -10px;
}
.ct-u-marginBottom-10 {
  margin-bottom: -10px;
}
.ct-u-marginBoth5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.ct-u-marginTop5 {
  margin-top: 5px;
}
.ct-u-marginBottom5 {
  margin-bottom: 5px;
}
.ct-u-marginBoth10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.ct-u-marginTop10 {
  margin-top: 10px;
}
.ct-u-marginBottom10 {
  margin-bottom: 10px;
}
.ct-u-marginBoth20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.ct-u-marginTop20 {
  margin-top: 20px;
}
.ct-u-marginBottom20 {
  margin-bottom: 20px !important;
}
.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 !important;
}
.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-marginTop120 {
  margin-top: 120px;
}
.ct-u-marginBoth150 {
  margin-top: 150px;
  margin-bottom: 150px;
}
.ct-u-marginTop150 {
  margin-top: 150px;
}
.ct-u-marginBottom150 {
  margin-bottom: 150px;
}
.ct-u-colorWhite {
  color: #ffffff;
}
.ct-u-colorLightGray {
  color: #eeeeee;
}
.ct-u-colorDarkGray {
  color: #aaaaaa;
}
.ct-u-colorDarkerGray {
  color: #85898A;
}
.ct-u-colorDark {
  color: #1e2223;
}
.ct-u-colorMotive {
  color: #A7174E;
}
.ct-u-bgDarkgrey {
  background-color: #1e2223;
}
.ct-u-bgDarkgrey--lighten {
  background-color: #1e2223;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.ct-u-bg-Grey {
  background-color: #d6dadb;
}
.ct-u-bg-Creme {
  background-color: #ebeff0;
}
.ct-u-bgGreyBefore {
  position: relative;
}
.ct-u-bgGreyBefore:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  filter: alpha(opacity=60);
  background-color: rgba(44, 50, 52, 0.7);
}
.ct-u-fontDarkgrey {
  color: #1e2223 !important;
}
.ct-u-fontLight {
  color: #CCC !important;
}
.ct-u-tableBorderBoth {
  border-top: 1px solid #cbcccc;
  border-bottom: 1px solid #cbcccc;
}
.ct-u-tableBorderTop {
  border-top: 1px solid #cbcccc;
}
.ct-u-tableBorderBottom {
  border-bottom: 1px solid #cbcccc;
}
.ct-u-borderBoth {
  border-top: 1px solid #cbcccc;
  border-bottom: 1px solid #cbcccc;
}
.ct-u-borderTop {
  border-top: 1px solid #cbcccc;
}
.ct-u-borderBottom {
  border-bottom: 1px solid #cbcccc;
}
.ct-u-borderLeft {
  border-left: 1px solid #cbcccc;
}
.ct-u-borderRight {
  border-right: 1px solid #cbcccc;
}
.ct-u-borderAll {
  border: 1px solid #cbcccc;
}
.ct-u-shortBorderBefore:before {
  content: " ";
  display: block;
  height: 10px;
  width: 30px;
  border-top: solid 1px #cbcccc;
  position: absolute;
  top: 10px;
  left: 0;
}
.ct-u-borderMotiveBoth {
  border-top: 10px solid #A7174E;
  border-bottom: 10px solid #A7174E;
}
.ct-u-borderMotiveTop {
  border-top: 10px solid #A7174E;
}
.ct-u-borderMotiveBottom {
  border-bottom: 10px solid #A7174E;
}
.ct-u-textDecoration {
  text-decoration: underline;
}
.ct-u-bgWhite {
  background-color: #ffffff;
}
.ct-u-bgBlack {
  background-color: #1e2223;
}
.ct-u-bgShade {
  background-color: #2a2e2e;
}
.ct-u-bgDarkGray {
  background-color: #1f2324;
  color: #ffffff;
}
.ct-u-bgDarkGray h1,
.ct-u-bgDarkGray .h1,
.ct-u-bgDarkGray h2,
.ct-u-bgDarkGray .h2,
.ct-u-bgDarkGray h3,
.ct-u-bgDarkGray .h3,
.ct-u-bgDarkGray h4,
.ct-u-bgDarkGray .h4,
.ct-u-bgDarkGray h5,
.ct-u-bgDarkGray .h5,
.ct-u-bgDarkGray h6,
.ct-u-bgDarkGray .h6 {
  color: #ffffff;
}
.ct-u-bgDarkGray h1 small,
.ct-u-bgDarkGray .h1 small,
.ct-u-bgDarkGray h2 small,
.ct-u-bgDarkGray .h2 small,
.ct-u-bgDarkGray h3 small,
.ct-u-bgDarkGray .h3 small,
.ct-u-bgDarkGray h4 small,
.ct-u-bgDarkGray .h4 small,
.ct-u-bgDarkGray h5 small,
.ct-u-bgDarkGray .h5 small,
.ct-u-bgDarkGray h6 small,
.ct-u-bgDarkGray .h6 small {
  color: #ffffff;
}
.ct-u-bgMotive {
  background-color: #A7174E;
}
.ct-u-bgGrey {
  background-color: #ebeff0;
}
.ct-u-bgMotive {
  background-color: #A7174E;
}
.ct-u-bgMotive a {
  color: #ffffff;
}
.ct-u-bgLightGrey {
  background-color: #ebeff0;
}
.ct-u-bgLightenBlack {
  background-color: #00726d;
}
.ct-u-bgWhite {
  background-color: #fff;
}
.ct-u-fs10 {
  font-size: 10px;
}
.ct-u-fs11 {
  font-size: 11px;
}
.ct-u-fs12 {
  font-size: 12px;
}
.ct-u-fs13 {
  font-size: 13px;
}
.ct-u-fs14 {
  font-size: 14px;
}
.ct-u-fs15 {
  font-size: 15px;
}
.ct-u-fs16 {
  font-size: 16px;
}
.ct-u-fs17 {
  font-size: 17px;
}
.ct-u-fs18 {
  font-size: 18px;
}
.ct-u-fs19 {
  font-size: 19px;
}
.ct-u-fs20 {
  font-size: 20px;
}
.ct-u-fs21 {
  font-size: 21px;
}
.ct-u-fs30 {
  font-size: 30px;
}
.ct-p-introBlog {
  font-size: 16px;
}
.ct-u-borderLeft div[class^="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}
.ct-u-borderLeft div[class^="col-"]:first-child:before {
  display: none;
  padding-left: 15px;
}
.ct-u-borderLeft div[class^="col-"]:last-child {
  padding-right: 15px;
}
.ct-u-borderLeft div[class^="col-"]:before {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #333333;
}
.ct-u-borderRight div[class^="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}
.ct-u-borderRight div[class^="col-"]:first-child:before {
  padding-left: 15px;
}
.ct-u-borderRight div[class^="col-"]:last-child:after {
  display: none;
  padding-right: 15px;
}
.ct-u-borderRight div[class^="col-"]:after {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #333333;
}
.ct-u-border-radius50 {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .ct-u-borderLeft div[class^="col-"]:after,
  .ct-u-borderRight div[class^="col-"]:after,
  .ct-u-borderLeft div[class^="col-"]:before,
  .ct-u-borderRight div[class^="col-"]:before {
    display: none;
  }
  .ct-u-displayBlock-mobile {
    display: block;
  }
}
.ct-u-positionRelative {
  position: relative;
}
.ct-u-triangleTopLeft,
.ct-u-triangleTopRight {
  position: relative;
}
.ct-u-triangleTopLeft:before,
.ct-u-triangleTopRight:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}
.ct-u-triangleBottomLeft,
.ct-u-triangleBottomRight {
  position: relative;
}
.ct-u-triangleBottomLeft:after,
.ct-u-triangleBottomRight:after {
  position: absolute;
  z-index: 2;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}
.ct-u-triangleBottomLeft:after {
  left: 0;
  bottom: -30px;
  border-width: 0 30px 30px 0;
  border-color: transparent #A7174E transparent transparent;
}
.ct-u-triangleBottomRight:after {
  right: 0;
  bottom: -30px;
  border-width: 30px 30px 0 0;
  border-color: #A7174E transparent transparent transparent;
}
.ct-u-triangleTopLeft:before {
  left: 0;
  top: -30px;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #A7174E transparent;
}
.ct-u-triangleTopRight:before {
  right: 0;
  top: -30px;
  border-width: 30px 0 0 30px;
  border-color: transparent transparent transparent #A7174E;
}
.element-center {
  display: table;
  margin: 0 auto;
}
.table-cell {
  display: table-cell;
}
.container-middle {
  display: table;
  width: 100%;
}
.element-middle {
  position: relative;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.ct-u-displaynone {
  display: none !important;
}
.overflowHidden {
  overflow: hidden;
}
.ct-u-bgdark-lightfont {
  color: #ffffff;
}
.ct-u-bgdark-lightfont div,
.ct-u-bgdark-lightfont p,
.ct-u-bgdark-lightfont span,
.ct-u-bgdark-lightfont h1,
.ct-u-bgdark-lightfont h2,
.ct-u-bgdark-lightfont h3,
.ct-u-bgdark-lightfont h4,
.ct-u-bgdark-lightfont h5,
.ct-u-bgdark-lightfont h6 {
  color: #ffffff;
}
.ct-u-navArrow-marginTop-80 .flex-direction-nav .flex-prev,
.ct-u-navArrow-marginTop-80 .flex-direction-nav .flex-next {
  margin-top: -80px;
}
.ct-u-navArrow-marginTop-115 .flex-direction-nav a.flex-prev,
.ct-u-navArrow-marginTop-115 .flex-direction-nav a.flex-next {
  margin-top: -115px !important;
}
.ct-u-noGutter {
  padding-left: 0;
  padding-right: 0;
}
.ct-u-noGutter .row {
  margin: 0;
}
.ct-u-noGutter div[class^='col-'] {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .ct-u-noGutter {
    padding-left: 0;
    padding-right: 0;
  }
  .ct-u-noGutter .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .ct-u-noGutter div[class^='col-'] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ct-u-noGutter div[class^='col-md-6'] {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .ct-u-noGutter {
    padding-left: 0;
    padding-right: 0;
  }
  .ct-u-noGutter .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .ct-u-noGutter div[class^='col-'] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ct-u-underline:hover {
  color: #A7174E;
  border-bottom: 4px solid #A7174E;
}
body {
  font-family: 'Merriweather', sans-serif;
  font-size: 15px;
  line-height: 2em;
}
a,
button,
input {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a {
  color: #A7174E;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}
h1,
.h1 {
  font-size: 125px;
}
h2,
.h2 {
  font-size: 80px;
}
h3,
.h3 {
  font-size: 50px;
}
h3 small,
.h3 small {
  font-size: 14px;
  line-height: 1.8;
}
h4,
.h4 {
  font-size: 30px;
}
p {
  font-size: 13px;
  line-height: 1.9;
  margin: 0 0 24px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 14px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-bottom: 20px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #222222;
  font-family: 'Montserrat', sans-serif;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
  display: block;
  color: #222222;
}
h3,
.h3 {
  font-size: 24px;
}
h1.ct-u-colorWhite,
.h1.ct-u-colorWhite,
h2.ct-u-colorWhite,
.h2.ct-u-colorWhite,
h3.ct-u-colorWhite,
.h3.ct-u-colorWhite,
h4.ct-u-colorWhite,
.h4.ct-u-colorWhite,
h5.ct-u-colorWhite,
.h5.ct-u-colorWhite,
h6.ct-u-colorWhite,
.h6.ct-u-colorWhite {
  color: #ffffff;
}
h1.ct-u-colorWhite.ct-u-hrLeft:after,
.h1.ct-u-colorWhite.ct-u-hrLeft:after,
h2.ct-u-colorWhite.ct-u-hrLeft:after,
.h2.ct-u-colorWhite.ct-u-hrLeft:after,
h3.ct-u-colorWhite.ct-u-hrLeft:after,
.h3.ct-u-colorWhite.ct-u-hrLeft:after,
h4.ct-u-colorWhite.ct-u-hrLeft:after,
.h4.ct-u-colorWhite.ct-u-hrLeft:after,
h5.ct-u-colorWhite.ct-u-hrLeft:after,
.h5.ct-u-colorWhite.ct-u-hrLeft:after,
h6.ct-u-colorWhite.ct-u-hrLeft:after,
.h6.ct-u-colorWhite.ct-u-hrLeft:after {
  background-color: #ffffff;
}
h1.ct-u-hrLeft,
.h1.ct-u-hrLeft,
h2.ct-u-hrLeft,
.h2.ct-u-hrLeft,
h3.ct-u-hrLeft,
.h3.ct-u-hrLeft,
h4.ct-u-hrLeft,
.h4.ct-u-hrLeft,
h5.ct-u-hrLeft,
.h5.ct-u-hrLeft,
h6.ct-u-hrLeft,
.h6.ct-u-hrLeft,
h1.ct-u-hrRight,
.h1.ct-u-hrRight,
h2.ct-u-hrRight,
.h2.ct-u-hrRight,
h3.ct-u-hrRight,
.h3.ct-u-hrRight,
h4.ct-u-hrRight,
.h4.ct-u-hrRight,
h5.ct-u-hrRight,
.h5.ct-u-hrRight,
h6.ct-u-hrRight,
.h6.ct-u-hrRight,
h1.ct-u-hrMid,
.h1.ct-u-hrMid,
h2.ct-u-hrMid,
.h2.ct-u-hrMid,
h3.ct-u-hrMid,
.h3.ct-u-hrMid,
h4.ct-u-hrMid,
.h4.ct-u-hrMid,
h5.ct-u-hrMid,
.h5.ct-u-hrMid,
h6.ct-u-hrMid,
.h6.ct-u-hrMid {
  padding-bottom: 20px;
  position: relative;
}
h1.ct-u-hrLeft:after,
.h1.ct-u-hrLeft:after,
h2.ct-u-hrLeft:after,
.h2.ct-u-hrLeft:after,
h3.ct-u-hrLeft:after,
.h3.ct-u-hrLeft:after,
h4.ct-u-hrLeft:after,
.h4.ct-u-hrLeft:after,
h5.ct-u-hrLeft:after,
.h5.ct-u-hrLeft:after,
h6.ct-u-hrLeft:after,
.h6.ct-u-hrLeft:after,
h1.ct-u-hrRight:after,
.h1.ct-u-hrRight:after,
h2.ct-u-hrRight:after,
.h2.ct-u-hrRight:after,
h3.ct-u-hrRight:after,
.h3.ct-u-hrRight:after,
h4.ct-u-hrRight:after,
.h4.ct-u-hrRight:after,
h5.ct-u-hrRight:after,
.h5.ct-u-hrRight:after,
h6.ct-u-hrRight:after,
.h6.ct-u-hrRight:after,
h1.ct-u-hrMid:after,
.h1.ct-u-hrMid:after,
h2.ct-u-hrMid:after,
.h2.ct-u-hrMid:after,
h3.ct-u-hrMid:after,
.h3.ct-u-hrMid:after,
h4.ct-u-hrMid:after,
.h4.ct-u-hrMid:after,
h5.ct-u-hrMid:after,
.h5.ct-u-hrMid:after,
h6.ct-u-hrMid:after,
.h6.ct-u-hrMid:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 30px;
  background-color: #222222;
}
h1.ct-u-hrLeft:after,
.h1.ct-u-hrLeft:after,
h2.ct-u-hrLeft:after,
.h2.ct-u-hrLeft:after,
h3.ct-u-hrLeft:after,
.h3.ct-u-hrLeft:after,
h4.ct-u-hrLeft:after,
.h4.ct-u-hrLeft:after,
h5.ct-u-hrLeft:after,
.h5.ct-u-hrLeft:after,
h6.ct-u-hrLeft:after,
.h6.ct-u-hrLeft:after {
  left: 0;
}
h1.ct-u-hrRight:after,
.h1.ct-u-hrRight:after,
h2.ct-u-hrRight:after,
.h2.ct-u-hrRight:after,
h3.ct-u-hrRight:after,
.h3.ct-u-hrRight:after,
h4.ct-u-hrRight:after,
.h4.ct-u-hrRight:after,
h5.ct-u-hrRight:after,
.h5.ct-u-hrRight:after,
h6.ct-u-hrRight:after,
.h6.ct-u-hrRight:after {
  right: 0;
}
h1.ct-u-hrMid:after,
.h1.ct-u-hrMid:after,
h2.ct-u-hrMid:after,
.h2.ct-u-hrMid:after,
h3.ct-u-hrMid:after,
.h3.ct-u-hrMid:after,
h4.ct-u-hrMid:after,
.h4.ct-u-hrMid:after,
h5.ct-u-hrMid:after,
.h5.ct-u-hrMid:after,
h6.ct-u-hrMid:after,
.h6.ct-u-hrMid:after {
  left: 50%;
  margin-left: -15px;
}
.ct-h-big {
  font-size: 68px;
  font-family: 'BrandomGrotesque-bld', sans-serif;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 25px;
}
.ct-h-bigest {
  font-size: 200px;
  font-family: 'BrandomGrotesque-bld', sans-serif;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 80px;
  }
  h2,
  .h2 {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  h1,
  .h1 {
    font-size: 55px;
  }
  h2,
  .h2 {
    font-size: 40px;
  }
  .ct-h-big {
    font-size: 32px;
  }
  .ct-h-bigest {
    font-size: 80px;
  }
}
sup {
  top: -1.2em;
  font-size: 40%;
}
.ct-pageHeader,
.navbar-nav > li > a,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  /* font-family: "Lato", sans-serif; */
}
.btn-icon-right i {
  font-size: 20px;
  padding-left: 25px;
}
.btn-icon-left i {
  font-size: 20px;
  padding-right: 25px;
}
.btn {
  font-family: 'Montserrat', sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  line-height: 55px;
  padding: 0 30px;
  text-transform: uppercase;
  border-width: 2px !important;
  white-space: normal;
  margin-bottom: 10px !important;
  font-size: 14px;
}
.btn + .btn {
  margin-left: 15px;
}
.btn-sm {
  line-height: 40px;
  padding: 0 20px;
  font-size: 12px;
}
.btn-lg {
  padding: 0 80px;
}
.btn-primary {
  background-color: #A7174E;
  border: solid 2px #A7174E;
  color: #ffffff;
}
.btn-primary i {
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #222;
  border-color: #222;
  color: #FFF;
}
.btn-primary:hover i,
.btn-primary:active i,
.btn-primary:focus i {
  color: #FFF;
}
.btn-link {
  color: #A7174E;
  font-size: 12px;
  line-height: 1;
}
.btn-link:hover,
.btn-link:active,
.btn-link:focus {
  color: #A7174E;
}
.btn-link i {
  padding-left: 4px;
  font-weight: bold;
  font-size: 14px;
}
.btn-default {
  border: solid 2px #A7174E;
  color: #A7174E;
  background: transparent;
}
.btn-default i {
  color: #A7174E;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  border: solid 2px #A7174E;
  background-color: #A7174E;
  color: #fff;
}
.btn-default:hover i,
.btn-default:active i,
.btn-default:focus i {
  color: #fff;
}
.btn.active {
  background-color: #1e2223;
  border-color: #1e2223;
  color: #fff;
}
.btn.active:hover,
.btn.active:active,
.btn.active:focus {
  background-color: #1e2223;
  border-color: #1e2223;
  color: #fff;
}
.btn-disabled {
  background-color: #d6dadb;
  border-color: #d6dadb;
  color: #fff;
  cursor: default;
}
.btn-disabled:hover,
.btn-disabled:active,
.btn-disabled:focus {
  background-color: #d6dadb;
  border-color: #d6dadb;
  color: #fff;
}
.ct-btn--rounded {
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
}
.btn-block {
  width: 100%;
  max-width: 100%;
}
.btn.ct-u-displayInlineBlock + .btn.ct-u-displayInlineBlock {
  margin-left: 12px;
}
.ct-btn-default--white {
  border-color: #ffffff;
  color: #ffffff;
}
.ct-btn-default--white:hover,
.ct-btn-default--white:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #A7174E;
}
.ct-btn-default--white2 {
  border-color: #ffffff;
  color: #ffffff;
}
.ct-btn-default--white2:hover,
.ct-btn-default--white2:focus {
  background-color: transparent;
  border-color: #A7174E;
  color: #A7174E;
}
.ct-btn-primary--white {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #A7174E;
}
.ct-btn-primary--white:hover,
.ct-btn-primary--white:focus {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
}
.ct-btn-whiteBg {
  background-color: #ffffff;
  border-color: #ffffff;
}
.ct-btn-whiteBg:hover,
.ct-btn-whiteBg:focus,
.ct-btn-whiteBg:active {
  border-color: #A7174E;
}
.btn.btn-link.ct-u-textDecoration:hover,
.btn.btn-link.ct-u-textDecoration:focus,
.btn.btn-link.ct-u-textDecoration:active {
  text-decoration: none;
}
.ct-btn-default--grey {
  border-color: #333333;
  background-color: transparent;
  color: #333333;
}
.ct-btn-default--grey:hover,
.ct-btn-default--grey:focus {
  border-color: #A7174E;
  color: #A7174E;
  background-color: transparent;
}
.ct-btn-text--motive,
.ct-btn-text--motive:hover,
.ct-btn-text--motive.active {
  color: #A7174E;
}
.ct-btn-text--success,
.ct-btn-text--success:hover,
.ct-btn-text--success.active {
  color: #00c680;
}
.ct-btn-text--danger,
.ct-btn-text--danger:hover,
.ct-btn-text--danger.active {
  color: #d9534f;
}
.ct-btn-text--warning,
.ct-btn-text--warning:hover,
.ct-btn-text--warning.active {
  color: #fe9a42;
}
.ct-btn-text--info,
.ct-btn-text--info:hover,
.ct-btn-text--info.active {
  color: #5ac2d3;
}
.ct-btn-text--black,
.ct-btn-text--black:hover,
.ct-btn-text--black.active {
  color: #222;
}
.ct-btn-motive {
  color: #FFF;
  background-color: #A7174E;
  border-color: #A7174E;
}
.ct-btn-motive:hover,
.ct-btn-motive.active {
  background-color: #A7174E;
  border-color: #A7174E;
}
.ct-btn-success {
  color: #FFF;
  background-color: #00c680;
  border-color: #00c680;
}
.ct-btn-success:hover,
.ct-btn-success.active {
  background-color: #00935f;
  border-color: #00c680;
}
.ct-btn-danger {
  color: #FFF;
  background-color: #d9534f;
  border-color: #d9534f;
}
.ct-btn-danger:hover,
.ct-btn-danger.active {
  background-color: #c9302c;
  border-color: #d9534f;
}
.ct-btn-warning {
  color: #FFF;
  background-color: #fe9a42;
  border-color: #fe9a42;
}
.ct-btn-warning:hover,
.ct-btn-warning.active {
  background-color: #fe7f0f;
  border-color: #fe9a42;
}
.ct-btn-info {
  color: #FFF;
  background-color: #5ac2d3;
  border-color: #5ac2d3;
}
.ct-btn-info:hover,
.ct-btn-info.active {
  background-color: #35b1c5;
  border-color: #5ac2d3;
}
.ct-btn-black {
  color: #FFF;
  background-color: #222;
  border-color: #222;
}
.ct-btn-black:hover,
.ct-btn-black.active {
  background-color: #080808;
  border-color: #222;
}
.ct-btn-motive--inverse {
  color: #A7174E;
  background-color: #FFF;
  border-color: #A7174E;
}
.ct-btn-motive--inverse i {
  color: #A7174E;
}
.ct-btn-motive--inverse:hover,
.ct-btn-motive--inverse.active {
  color: #FFF;
  background-color: #A7174E;
  border-color: #A7174E;
}
.ct-btn-motive--inverse:hover i,
.ct-btn-motive--inverse.active i {
  color: #FFF;
}
.ct-btn-success--inverse {
  color: #00c680;
  background-color: #FFF;
  border-color: #00c680;
}
.ct-btn-success--inverse i {
  color: #00c680;
}
.ct-btn-success--inverse:hover,
.ct-btn-success--inverse.active {
  color: #FFF;
  background-color: #00935f;
  border-color: #00c680;
}
.ct-btn-success--inverse:hover i,
.ct-btn-success--inverse.active i {
  color: #FFF;
}
.ct-btn-danger--inverse {
  color: #d9534f;
  background-color: #FFF;
  border-color: #d9534f;
}
.ct-btn-danger--inverse i {
  color: #d9534f;
}
.ct-btn-danger--inverse:hover,
.ct-btn-danger--inverse.active {
  color: #FFF;
  background-color: #c9302c;
  border-color: #d9534f;
}
.ct-btn-danger--inverse:hover i,
.ct-btn-danger--inverse.active i {
  color: #FFF;
}
.ct-btn-warning--inverse {
  color: #fe9a42;
  background-color: #FFF;
  border-color: #fe9a42;
}
.ct-btn-warning--inverse i {
  color: #fe9a42;
}
.ct-btn-warning--inverse:hover,
.ct-btn-warning--inverse.active {
  color: #FFF;
  background-color: #fe7f0f;
  border-color: #fe9a42;
}
.ct-btn-warning--inverse:hover i,
.ct-btn-warning--inverse.active i {
  color: #FFF;
}
.ct-btn-info--inverse {
  color: #5ac2d3;
  background-color: #FFF;
  border-color: #5ac2d3;
}
.ct-btn-info--inverse i {
  color: #5ac2d3;
}
.ct-btn-info--inverse:hover,
.ct-btn-info--inverse.active {
  color: #FFF;
  background-color: #35b1c5;
  border-color: #5ac2d3;
}
.ct-btn-info--inverse:hover i,
.ct-btn-info--inverse.active i {
  color: #FFF;
}
.ct-btn-black--inverse {
  color: #222;
  background-color: #FFF;
  border-color: #222;
}
.ct-btn-black--inverse i {
  color: #222;
}
.ct-btn-black--inverse:hover,
.ct-btn-black--inverse.active {
  color: #FFF;
  background-color: #080808;
  border-color: #222;
}
.ct-btn-black--inverse:hover i,
.ct-btn-black--inverse.active i {
  color: #FFF;
}
@media (max-width: 991px) {
  .ct-buttons .btn-link {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
  .btn.ct-u-displayBlock-mobile + .btn.ct-u-displayBlock-mobile {
    margin-left: 0;
    margin-top: 10px;
  }
}
ul.ul-list,
ul.list-with-icons {
  padding-left: 15px;
}
ul.ul-list li,
ul.list-with-icons li {
  margin-left: 0;
  padding: 0;
  line-height: 2.2;
  font-size: 14px;
  color: #4d4d4d !important;
  color: rgba(0, 0, 0, 0.7) !important;
}
ul.ul-list ul,
ul.list-with-icons ul {
  padding-left: 0;
}
ul.ul-list ul li,
ul.list-with-icons ul li {
  list-style-type: none;
  margin-left: 16px;
}
ul.ul-list ul li:before,
ul.list-with-icons ul li:before {
  display: inline-block;
  margin-right: 10px;
  max-height: 35px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  font-weight: 500;
  font-size: 15px;
}
ol.ol-list,
ul.ul-list {
  padding-left: 15px;
  padding-bottom: 20px;
  margin-left: 10px;
}
ol.ol-list ul,
ul.ul-list ul,
ol.ol-list ol,
ul.ul-list ol {
  padding-left: 0;
}
ol.ol-list li,
ul.list-with-icons li {
  margin-left: 0;
  padding: 0;
  font-size: 14px;
  line-height: 2.2;
  color: #4d4d4d !important;
  color: rgba(0, 0, 0, 0.7) !important;
}
ol.ol-list ul,
ul.list-with-icons ul,
ol.ol-list ol,
ul.list-with-icons ol {
  padding-left: 0;
}
.list-with-icons li {
  list-style-type: none;
}
.list-with-icons li i {
  list-style-type: none;
  margin-right: 10px;
  font-size: 20px;
  width: 18px;
  color: #A7174E;
}
@media (max-width: 767px) {
  ul.ul-list,
  ul.list-with-icons,
  ol.ol-list,
  ul.list-with-icons {
    display: table;
    margin: 0 auto 10px;
  }
  .listIcon ul {
    margin-bottom: 30px;
  }
}
.ct-iconBox-icon--circle {
  width: 70px;
  height: 70px;
  background-color: #A7174E;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ct-iconBox-icon--circle i {
  font-size: 30px;
  line-height: 70px;
  margin: 0 auto;
  display: table;
  color: #fff;
}
.ct-iconBox {
  padding-bottom: 65px;
}
.ct-iconBox-content {
  display: table-cell;
}
.ct-iconBox-icon--left {
  display: table-cell;
  float: left;
  margin-right: 10px;
}
.ct-iconBox-icon--right {
  display: table-cell;
  float: right;
  margin-left: 25px;
}
.ct-iconBox-title {
  word-break: break-word;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0 0 17px;
  font-size: 18px;
  line-height: 1.2;
}
.ct-iconBox-content {
  word-break: break-word;
  font-family: 'BrandomGrotesque-reg', sans-serif;
}
.ct-iconBox-content p {
  line-height: 27px;
  font-size: 13px;
  font-weight: 100;
}
.ct-iconBox--default .ct-iconBox-icon,
.ct-iconBox--iconBg .ct-iconBox-icon {
  width: 140px;
  height: 140px;
  border: solid 2px #abaeaf;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
}
.ct-iconBox--default .ct-iconBox-icon i,
.ct-iconBox--iconBg .ct-iconBox-icon i {
  font-size: 70px;
  line-height: 140px;
  margin: 0 auto;
  display: table;
  color: #abaeaf;
}
.ct-iconBox--default .ct-iconBox-content,
.ct-iconBox--iconBg .ct-iconBox-content {
  padding-top: 35px;
  display: table;
  margin: 0 auto;
}
.ct-iconBox--default .ct-iconBox-content .ct-iconBox-title,
.ct-iconBox--iconBg .ct-iconBox-content .ct-iconBox-title {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  padding: 0 0 25px;
}
.ct-iconBox--default .ct-iconBox-content p,
.ct-iconBox--iconBg .ct-iconBox-content p {
  padding-bottom: 20px;
  margin: 0 0 10px;
}
.ct-iconBox--default .ct-iconBox-content .ct-iconBox-title {
  font-size: 22px;
}
.ct-iconBox--iconBg .ct-iconBox-icon {
  border-color: #c8e2f2;
  background-color: #c8e2f2;
}
.ct-iconBox--iconBg .ct-iconBox-icon i {
  color: #A7174E;
}
.ct-iconBox--iconBg .ct-iconBox-content {
  position: relative;
  min-height: 185px;
}
.ct-iconBox--iconBg .ct-iconBox-content .ct-iconBox-title {
  padding: 0 0 7px;
  font-size: 32px;
}
.ct-iconBox--bg {
  padding: 50px 32px;
}
.ct-iconBox--bg .ct-iconBox-content {
  padding-top: 35px;
  border-top: 1px solid #ebeff0;
}
.ct-iconBox--top .ct-iconBox-icon {
  width: 140px;
  height: 140px;
  border: solid 2px #abaeaf;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.ct-iconBox--top .ct-iconBox-title {
  font-family: 'BrandomGrotesque-bld', sans-serif;
  font-size: 28px;
}
.ct-iconBox--top i {
  font-size: 70px;
  line-height: 140px;
  margin: 0 auto;
  display: table;
  color: #3d4042;
}
.ct-iconBox--top .ct-iconBox-content p {
  font-family: 'Merriweather', sans-serif;
}
.ct-iconBox--left .ct-iconBox-content,
.ct-iconBox--right .ct-iconBox-content {
  padding-top: 0;
  display: table-cell;
}
@media (max-width: 767px) {
  .ct-iconBox--left .ct-iconBox-icon,
  .ct-iconBox--right .ct-iconBox-icon {
    margin: 15px;
  }
  .ct-iconBox--left .ct-iconBox-content,
  .ct-iconBox--right .ct-iconBox-content {
    display: block;
    padding: 0 !important;
  }
}
.ct-iconBox--left .ct-iconBox-content {
  padding-left: 20px;
}
.ct-iconBox--right .ct-iconBox-content {
  padding-right: 20px;
}
.ct-iconBox--default--img .ct-iconBox-icon {
  overflow: hidden;
  width: 220px;
  height: 220px;
  border-color: #e5e5e5;
}
.ct-iconBox--default--img img {
  min-width: 100%;
  max-width: none;
  height: 100%;
}
.ct-iconBox--bgDark .ct-iconBox-icon {
  border-color: #ffffff;
  width: 170px;
  height: 170px;
}
.ct-iconBox--bgDark .ct-iconBox-icon i {
  color: #ffffff;
  font-size: 90px;
  line-height: 170px;
}
.ct-iconBox--bgDark p {
  font-weight: 100;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.ct-iconBox--transparent {
  width: 50%;
  float: left;
}
.ct-iconBox--transparent .ct-iconBox-icon {
  width: 130px;
  height: 130px;
  line-height: 130px;
  margin: auto;
  font-size: 60px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ct-iconBox--transparent .ct-iconBox-content {
  display: block;
  padding-top: 20px;
}
.ct-iconBox--transparent .ct-iconBox-title {
  font-family: 'BrandomGrotesque-light', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  .ct-iconBox--transparent {
    width: 100%;
    float: none;
  }
}
@media (max-width: 991px) {
  .ct-iconBox-icon--left {
    margin-right: 7px;
  }
}
.sofa-icon {
  max-width: 64px;
  max-height: 64px;
  width: 64px;
  height: 64px;
  margin: 24px 0;
  opacity: 0.2;
}
.video-icon {
  max-width: 64px;
  max-height: 64px;
  width: 56px;
  height: 56px;
  margin: 40px 0;
  opacity: 0.2;
}
.teacher-icon {
  max-width: 64px;
  max-height: 64px;
  width: 62px;
  height: 62px;
  margin: 35px 0;
  margin-left: -10px;
  opacity: 0.2;
}
.progress {
  overflow: visible;
  height: 1px;
  background-color: #d6dadb;
  text-transform: uppercase;
  margin-bottom: 98px;
}
.progress:last-child {
  margin-bottom: 0;
}
.progress .progress-bar {
  position: relative;
  height: 1px;
  background-color: #d6dadb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.progress .progress-bar span {
  float: right;
  display: block;
  margin-top: -25px;
  color: #A7174E;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 14px;
  min-width: 300px;
  text-align: right;
}
.progress .progress-bar span strong {
  display: block;
  text-align: right;
  color: #000000;
  padding-top: 10px;
  font-size: 13px;
  font-weight: 400;
}
.ct-skills--fat .ct-progressLink {
  position: relative;
  display: table;
  width: 100%;
}
.ct-skills--fat .ct-progressLink i {
  position: absolute;
  top: -50%;
  right: 0;
  background: #ffffff;
  height: 36px;
  width: 70px;
  text-align: right;
  color: #A7174E;
  font-size: 22px;
  margin-top: 6px;
}
.ct-skills--fat .ct-progressLink:last-child .progress {
  margin-bottom: 0;
}
.ct-skills--fat .ct-progressLink:last-child i {
  margin-top: -15px;
}
.ct-skills--fat .progress {
  margin-bottom: 45px;
  box-shadow: none;
  height: 7px;
  text-transform: none;
  background-color: #d3d7d8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ct-skills--fat .progress .progress-bar {
  background-color: #A7174E;
  height: 7px;
}
.ct-skills--fat .progress .progress-bar span {
  display: block;
  float: left;
  text-align: left;
  padding-top: 0;
  margin-top: -30px;
  font-weight: 100;
  font-family: 'Merriweather', sans-serif;
  color: #000000;
}
.ct-skills--fat .progress .progress-bar span strong {
  display: inline-block;
  text-align: left;
  padding-top: 0;
  font-size: 12px;
  padding-left: 18px;
  color: #A7174E;
}
.ct-skills--fat .progress:last-child {
  margin-bottom: 0;
}
blockquote,
.ct-bloquote {
  font-family: 'Merriweather', sans-serif;
  font-size: 14px;
  line-height: 1.7;
}
.ct-blockquote--standard {
  font-style: italic;
  padding: 0px 20px;
  color: #A7174E;
  border-left: solid 10px #A7174E;
}
.ct-blockquote--border {
  border: solid 2px #A7174E;
  padding: 25px 15px 10px;
}
.ct-blockquote--bgblue {
  background-color: #A7174E;
  color: #fff;
  border: solid 2px #A7174E;
  padding: 25px 30px 21px 20px;
}
.ct-blockquote--quotetopmotive:before {
  font-size: 38px;
  line-height: 60px;
  display: block;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  width: 90px;
  margin-top: -60px;
  text-align: center;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f10e";
  background: #fff;
  color: #A7174E;
  border-radius: 50%;
}
.ct-blockquote--quotewhite:before {
  font-size: 40px;
  line-height: 1;
  float: left;
  padding: 0 30px 0 5px;
  width: auto;
  height: 100%;
  min-height: 80px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f10e";
  color: #fff;
}
.ct-blockquote--quoteleft:before {
  float: left;
  padding: 0 30px 0 5px;
}
.ct-blockquote--quoteright:before {
  float: right;
  padding: 0 5px 0 30px;
}
.ct-blockquote--blog {
  padding: 30px 35px;
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
  word-wrap: break-word;
  font-style: italic;
}
.ct-blockquote--withArrow {
  position: relative;
}
.ct-blockquote--withArrow:before {
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 10px solid #A7174E;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  bottom: -10px;
  right: 60px;
}
.ct-blockquote--withArrow footer,
.ct-blockquote--withArrow small,
.ct-blockquote--withArrow .small {
  position: absolute;
  bottom: -43px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  color: #c0c1c1;
  transition: all 0.7s;
  text-transform: none;
  right: 0px;
  padding: 0 60px;
  text-align: right;
  font-style: normal;
}
.ct-blockquote--withArrow footer:before,
.ct-blockquote--withArrow small:before,
.ct-blockquote--withArrow .small:before {
  display: none;
}
.ct-blockquote--img {
  font-size: 15px;
  padding: 10px 20px 10px 0;
  border-left: 0;
}
.ct-blockquote--img:before {
  content: " ";
  background: url("../images/demo-content/bloquote.png") no-repeat;
  width: 68px;
  margin-top: -10px;
  min-height: 105px;
}
blockquote + blockquote {
  margin-top: 92px;
}
@media (max-width: 767px) {
  .ct-blockquote--blog {
    font-size: 16px;
    line-height: 1.2;
  }
}
.ct-pricing section {
  overflow: hidden;
  margin-bottom: 15px;
  margin-top: 15px;
}
.ct-pricing h4 {
  padding: 26px;
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 21px;
}
.ct-pricing .ct-pricing-sep {
  color: #ffffff;
  background-color: #A7174E;
  opacity: .8;
  margin: 0;
}
.ct-pricing .ct-pricing-sep:last-child {
  margin-bottom: 30px;
}
.ct-pricing .ct-pricing-pricebox {
  font-size: 30px;
  line-height: 1;
  margin: 0px;
  padding-top: 13px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
  color: #ffffff;
}
.ct-pricing span.ct-pricing-topprice {
  font-size: 19px;
  line-height: 1;
  display: block;
  width: auto;
  margin-top: 8px;
  font-weight: 900;
}
.ct-pricing span.ct-pricing-overprice {
  display: block;
  margin-top: -4px;
  font-weight: 900;
  padding-left: 3px;
  font-size: 72px;
}
.ct-pricing span.ct-pricing-overpricemo {
  top: -4px;
  font-weight: 700;
  margin-left: -9px;
  padding-top: 36px;
  font-size: 25px;
  font-size: 21px;
}
.ct-pricing .display-table {
  margin: 0 auto;
  width: 100%;
}
.ct-pricing .display-table .table-cell {
  padding: 0;
  vertical-align: top;
}
.ct-pricing .display-table .table-cell:first-child {
  width: 33%;
}
.ct-pricing .ct-pricing-content {
  padding: 38px 0 30px;
  border: none;
  position: relative;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
}
.ct-pricing .ct-pricing-content .btn {
  min-width: 170px;
  z-index: 20;
  position: relative;
}
.ct-pricing .ct-pricing-content .ct-pricing-content-ul {
  margin: 0;
  max-width: 100px;
  margin: 0 auto;
  padding: 41px 0;
}
.ct-pricing .ct-pricing-content .ct-pricing-content-ul li {
  list-style-type: none;
  font-size: 14px;
  line-height: 2.5;
  color: #ffffff;
}
.ct-pricing .ct-pricing-content .ct-pricing-content-ul li:before {
  font-size: 21px;
  line-height: 1;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  position: absolute;
  margin-left: -41px;
  font-weight: 300;
  margin-top: 7px;
  color: #e5e5e5;
  color: rgba(255, 255, 255, 0.5);
}
.ct-pricing .ct-pricing-content .ct-pricing-content-ul li.ct-pricing-content-ul-activesep:before {
  content: "\f00c";
  color: #A7174E !important;
}
.ct-princing--second section {
  padding: 0 15px;
  margin-bottom: 15px;
}
.ct-princing--second section:hover .ct-pricing-sep div {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.ct-princing--second .ct-pricing-content {
  background-color: #1e2223;
  padding: 38px 0 77px;
}
.ct-princing--second .ct-pricing-content .ct-pricing-content-ul {
  max-width: 172px;
  padding: 32px 0 68px;
}
.ct-princing--second .ct-pricing-content .ct-pricing-content-ul li:before {
  color: #e5e5e5;
  color: rgba(62, 174, 250, 0.3);
}
.ct-princing--second .ct-pricing-content :before {
  display: none;
}
.ct-princing--second .ct-pricing-sep {
  position: relative;
  overflow: hidden;
  font-size: 17px;
}
.ct-princing--second .ct-pricing-sep div {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
  background-size: 100% !important;
}
.ct-princing--second .ct-pricing-sep div:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: #A7174E;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-princing--second .ct-pricing-sep span {
  position: relative;
}
.ct-pricing-buttontop {
  display: table;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 240px;
}
.ct-pricing-buttontop .btn {
  min-width: 0 !important;
  width: 50%;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: absolute !important;
  padding: 0;
}
.ct-pricing-buttontop .btn.ct-btn-pricing {
  right: 0;
}
.ct-pricing-buttontop .btn.ct-btn-pricing {
  color: #1e2223;
  cursor: default;
  position: static !important;
  float: right;
}
.ct-pricing-buttontop .btn.ct-btn-pricing:hover,
.ct-pricing-buttontop .btn.ct-btn-pricing:active,
.ct-pricing-buttontop .btn.ct-btn-pricing:focus {
  background: #A7174E;
  border-color: #A7174E;
  color: #1e2223;
}
.ct-pricing-buttontop a.btn:hover {
  width: 100%;
  background-color: #1e2223;
}
.ct-pricing-buttontop .ct-pricing-pricebox {
  width: 50%;
  display: inline-block;
}
.ct-pricing-buttontop .ct-pricing-overpricemo,
.ct-pricing-buttontop .ct-pricing-overprice,
.ct-pricing-buttontop .ct-pricing-topprice {
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 55px !important;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table.table--blue > thead > tr > th {
  background-color: #A7174E;
  color: #ffffff;
}
table.table {
  border: 1px solid #ebeff0;
  background: #ffffff;
}
table.table > thead > tr > th {
  border-top: 0px;
  border-bottom: 0px;
  background-color: #A7174E;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 18px 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  text-align: center;
}
table.table > thead > tr > th:first-child {
  padding-left: 30px;
}
table.table > thead > tr > td {
  border-top: 0px;
  border-bottom: 0px;
  padding: 13px 0;
  font-size: 15px;
  font-weight: 500;
}
table.table > tbody > tr > th {
  border-top: 0px;
  border-bottom: 0px;
}
table.table > tbody > tr > td {
  border-top: 0px;
  border-bottom: 0px;
  padding: 8px 0;
  font-size: 13px;
}
table.table > tbody > tr > td:first-child {
  padding-left: 30px;
}
table.table > tbody > tr:first-child td {
  padding-top: 22px;
}
table.table > tbody > tr:last-child td {
  padding-bottom: 24px;
}
table.table > tfoot > tr > th {
  border-top: 0px;
  border-bottom: 0px;
  text-transform: uppercase;
  font-size: 13px;
  padding: 14px 0;
}
table.table > tfoot > tr > td {
  border-top: 0px;
  border-bottom: 0px;
  padding: 8px 0;
  font-size: 13px;
}
table.ct-table--withBorder > thead > tr > th:first-child {
  padding-left: 20px;
}
table.ct-table--withBorder > thead.text-left > tr > th {
  text-align: left;
}
table.ct-table--withBorder > thead.text-center > tr > th {
  text-align: center;
}
table.ct-table--withBorder > thead.text-right > tr > th {
  text-align: right;
}
table.ct-table--withBorder > thead > tr > th {
  font-weight: 100;
}
table.ct-table--withBorder > thead > tr > th,
table.ct-table--withBorder > tbody > tr > th,
table.ct-table--withBorder > tfoot > tr > th,
table.ct-table--withBorder > thead > tr > td,
table.ct-table--withBorder > tbody > tr > td,
table.ct-table--withBorder > tfoot > tr > td {
  vertical-align: middle;
}
table.ct-table--withBorder > tbody > tr:first-child td,
table.ct-table--withBorder > tbody > tr:last-child td {
  padding: 20px 0;
}
table.ct-table--withBorder > tbody > tr:first-child td:first-child,
table.ct-table--withBorder > tbody > tr:last-child td:first-child {
  padding-left: 20px;
}
table.ct-table--withBorder > tbody > tr:first-child td:last-child,
table.ct-table--withBorder > tbody > tr:last-child td:last-child {
  padding-right: 15px;
}
table.ct-table--withBorder > tbody > tr.ct-u-tableBorderTop > td:first-child:before,
table.ct-table--withBorder > tbody > tr.ct-u-tableBorderBoth > td:first-child:before {
  content: " ";
  display: block;
  width: 18px;
  height: 2px;
  position: absolute;
  left: 0px;
  top: -1px;
  background-color: #ffffff;
}
table.ct-table--withBorder > tbody > tr.ct-u-tableBorderTop > td:last-child:before,
table.ct-table--withBorder > tbody > tr.ct-u-tableBorderBoth > td:last-child:before {
  content: " ";
  display: block;
  width: 18px;
  height: 2px;
  position: absolute;
  right: 0px;
  top: -1px;
  background-color: #ffffff;
}
table.ct-table--withBorder > tbody > tr.ct-u-tableBorderTop.ct-u-tableBorderBottom > td:first-child:before,
table.ct-table--withBorder > tbody > tr.ct-u-tableBorderBoth.ct-u-tableBorderBottom > td:first-child:before {
  content: " ";
  display: block;
  width: 28px;
  height: 2px;
  position: absolute;
  left: 0px;
  bottom: -1px;
  background-color: #ffffff;
}
table.ct-table--withBorder > tbody > tr.ct-u-tableBorderTop.ct-u-tableBorderBottom > td:last-child:before,
table.ct-table--withBorder > tbody > tr.ct-u-tableBorderBoth.ct-u-tableBorderBottom > td:last-child:before {
  content: " ";
  display: block;
  width: 28px;
  height: 2px;
  position: absolute;
  right: 0px;
  bottom: -1px;
  background-color: #ffffff;
}
table.ct-table--withBorder > tbody > tr.ct-u-tableBorderTop > td,
table.ct-table--withBorder > tbody > tr.ct-u-tableBorderBoth > td {
  padding: 20px 0;
  position: relative;
}
table.ct-table--withBorder > tbody > tr.ct-u-tableBorderTop > td:first-child,
table.ct-table--withBorder > tbody > tr.ct-u-tableBorderBoth > td:first-child {
  padding-left: 20px;
}
table.ct-table--withBorder > tbody > tr.ct-u-tableBorderTop > td:last-child,
table.ct-table--withBorder > tbody > tr.ct-u-tableBorderBoth > td:last-child {
  padding-right: 10px;
}
table.ct-table--withBorder .btn {
  margin-bottom: 0 !important;
}
@media (max-width: 992px) {
  .table {
    overflow-x: scroll;
  }
}
.ct-cta p {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 36px;
  padding-bottom: 5px;
  margin: 0 0 10px;
}
.ct-tooltip,
.ct-tooltip p,
.ct-tooltip .ct-tooltip-text {
  font-family: 'Merriweather', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
.ct-tooltip:first-child:first-letter,
.ct-tooltip p:first-child:first-letter,
.ct-tooltip .ct-tooltip-text:first-child:first-letter {
  display: inline-block;
  font-size: 40px;
  display: block;
  font-size: 48px;
  float: left;
  padding: 1px 18px 0;
  background-color: #A7174E;
  margin-top: 5px;
  margin-right: 10px;
  color: #fff;
}
.ct-tooltip a[data-toggle="tooltip"],
.ct-tooltip p a[data-toggle="tooltip"],
.ct-tooltip .ct-tooltip-text a[data-toggle="tooltip"] {
  background-color: #A7174E;
  color: #fff;
}
.ct-accordion {
  border: solid 2px #A7174E !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.ct-accordion .panel-heading {
  padding: 0;
  background-color: transparent !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ct-accordion .panel-heading .panel-title a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  color: #A7174E;
  font-family: 'Montserrat', sans-serif;
  display: block;
  padding: 15px 15px 16px;
  border-top: solid 2px #A7174E !important;
  background-color: transparent !important;
}
.ct-accordion .panel-heading + .panel-collapse > .panel-body {
  border: none;
}
.ct-accordion .panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
}
.ct-accordion .panel + .panel {
  margin-top: -2px;
}
.ct-accordion .panel:first-child .panel-heading {
  margin-top: -2px;
}
.ct-accordion .panel:last-child .panel-heading {
  margin-bottom: -2px !important;
}
.ct-accordion .panel:last-child .panel-title a {
  border-bottom-color: transparent;
}
.ct-accordion .panel:last-child .panel-title a.collapsed {
  border-bottom: solid 2px #A7174E !important;
}
.ct-accordion .panel .panel-body {
  font-size: 14px;
  line-height: 1.7;
  padding: 10px 15px 20px;
  margin-top: -10px;
}
.ct-accordion--normal {
  border: none !important;
}
.ct-accordion--normal .panel-heading .panel-title a {
  border-top: solid 1px #ccc !important;
  border-bottom: 0 !important;
  color: #A7174E;
  padding: 15px 15px 15px 40px;
  line-height: 26px;
}
.ct-accordion--normal .panel-heading .panel-title a.collapsed {
  border-bottom: solid 1px #ccc !important;
  color: #ccc;
}
.ct-accordion--normal .panel-heading .panel-title a.collapsed:before {
  content: "+";
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  float: left;
  margin-left: -35px;
  width: 26px;
  height: 26px;
  line-height: 22px;
  border: solid 1px #ccc;
  color: #ccc;
  border-radius: 50%;
  padding-top: 1px;
  padding-left: 1px;
}
.ct-accordion--normal .panel-heading .panel-title a:before {
  content: "-";
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  float: left;
  margin-left: -35px;
  width: 26px;
  height: 26px;
  line-height: 22px;
  border: solid 1px #A7174E;
  border-radius: 50%;
  padding-left: 1px;
}
.ct-accordion--normal .panel-heading + .panel-collapse > .panel-body {
  border: none;
  padding-left: 40px;
}
.ct-accordion--normal .panel:last-child .panel-title a {
  border-bottom: 0 !important;
  border-top: solid 1px #ccc;
  margin-top: 1px;
}
.ct-accordion--normal .panel:last-child .panel-title a.collapsed {
  border-bottom: 0 !important;
  border-top: solid 1px #ccc;
}
.ct-accordion--normal .panel:first-child .panel-title a {
  border-top: 0 !important;
}
.ct-accordion--normal .panel:first-child .panel-title a.collapsed {
  border-bottom: 0 !important;
  border-top: solid 1px #ccc;
}
.ct-accordion--normal .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  font-size: 13px;
  border-color: #A7174E;
  font-weight: 300;
  color: #fff;
  background-color: #A7174E;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ct-tabs {
  max-width: 585px;
  margin: 0 auto;
}
.ct-tabs ul.nav-tabs {
  max-width: 100%;
}
.ct-tabs .nav-tabs > li > a {
  border: solid 1px #A7174E;
  text-transform: uppercase;
  color: #A7174E;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding: 15px 0;
}
.ct-tabs .nav-tabs > li > a:hover {
  font-size: 13px;
  border: solid 1px #A7174E;
  background-color: #A7174E;
  color: #fff;
}
.ct-tabs .tab-content {
  font-size: 14px;
  line-height: 1.7;
  padding: 53px 0;
  border-color: rgba(0, 0, 0, 0.7) !important;
}
.ct-tabs--border {
  /*max-width: 575px;
  margin: 0 auto;
  ul.nav-tabs {
      max-width: 100%;
  }*/
}
.ct-tabs--border .nav-tabs.nav-justified > .active > a,
.ct-tabs--border .nav-tabs.nav-justified > .active > a:hover,
.ct-tabs--border .nav-tabs.nav-justified > .active > a:focus {
  font-size: 15px;
  border: solid 2px #A7174E;
  border-bottom: 0;
  font-weight: 300;
  color: #A7174E;
  background-color: transparent;
  border-bottom: solid 2px transparent;
}
.ct-tabs--border .nav-tabs > li > a {
  border: 0;
  border-bottom: solid 2px #A7174E;
  border-top: solid 2px transparent;
  border-left: solid 2px transparent;
  border-right: solid 2px transparent;
  text-transform: uppercase;
  color: #A7174E;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 300;
  padding: 18px 15px;
  margin-left: -2px;
}
.ct-tabs--border .nav-tabs > li > a:hover,
.ct-tabs--border .nav-tabs > li > a:focus,
.ct-tabs--border .nav-tabs > li > a:active {
  font-size: 15px;
  border: 0;
  background-color: transparent;
  border-left: solid 2px transparent;
  border-right: solid 2px transparent;
  border-top: solid 2px transparent;
  border-bottom: solid 2px #A7174E;
  text-decoration: underline;
  color: #A7174E;
}
.ct-tabs--border .nav-tabs > li:first-child a {
  margin-left: 0;
}
.ct-tabs--border .tab-content {
  border-color: #A7174E !important;
  border: solid 2px #A7174E;
  border-top: 0;
  margin-top: -2px;
  opacity: 1;
  padding: 17px 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
}
.ct-tabs + .ct-tabs {
  margin-top: 30px;
}
.ct-tabs--witharrow,
.ct-tabs--withSlider {
  max-width: 100%;
}
.ct-tabs--witharrow .nav-tabs.nav-justified > .active > a,
.ct-tabs--withSlider .nav-tabs.nav-justified > .active > a,
.ct-tabs--witharrow .nav-tabs.nav-justified > .active > a:hover,
.ct-tabs--withSlider .nav-tabs.nav-justified > .active > a:hover,
.ct-tabs--witharrow .nav-tabs.nav-justified > .active > a:focus,
.ct-tabs--withSlider .nav-tabs.nav-justified > .active > a:focus {
  font-size: 20px;
  border: none;
  font-weight: 300;
  color: #A7174E;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ct-tabs--witharrow .nav-tabs.nav-justified > .active > a:after,
.ct-tabs--withSlider .nav-tabs.nav-justified > .active > a:after,
.ct-tabs--witharrow .nav-tabs.nav-justified > .active > a:hover:after,
.ct-tabs--withSlider .nav-tabs.nav-justified > .active > a:hover:after,
.ct-tabs--witharrow .nav-tabs.nav-justified > .active > a:focus:after,
.ct-tabs--withSlider .nav-tabs.nav-justified > .active > a:focus:after {
  font-size: 18px;
  display: inline-block;
  content: '\f107';
  position: absolute;
  bottom: -12px;
  margin-left: -10px;
  left: 50%;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ct-tabs--witharrow .nav-tabs > li > a,
.ct-tabs--withSlider .nav-tabs > li > a {
  border: 0;
  color: #bcc2c3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 300;
  position: relative;
}
.ct-tabs--witharrow .nav-tabs > li > a:hover,
.ct-tabs--withSlider .nav-tabs > li > a:hover,
.ct-tabs--witharrow .nav-tabs > li > a:focus,
.ct-tabs--withSlider .nav-tabs > li > a:focus,
.ct-tabs--witharrow .nav-tabs > li > a:active,
.ct-tabs--withSlider .nav-tabs > li > a:active {
  font-size: 20px;
  border: 0;
  background-color: transparent;
  text-decoration: none;
  color: #A7174E;
}
.ct-tabs--witharrow .nav-tabs > li > a:hover:after,
.ct-tabs--withSlider .nav-tabs > li > a:hover:after,
.ct-tabs--witharrow .nav-tabs > li > a:focus:after,
.ct-tabs--withSlider .nav-tabs > li > a:focus:after,
.ct-tabs--witharrow .nav-tabs > li > a:active:after,
.ct-tabs--withSlider .nav-tabs > li > a:active:after {
  font-size: 18px;
  display: inline-block;
  content: '\f107';
  position: absolute;
  bottom: -12px;
  margin-left: -10px;
  left: 50%;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ct-tabs--witharrow .tab-content,
.ct-tabs--withSlider .tab-content {
  padding: 44px 0 53px;
}
.ct-tabs--withSlider .nav-tabs.nav-justified > .active > a,
.ct-tabs--withSlider .nav-tabs.nav-justified > .active > a:hover,
.ct-tabs--withSlider .nav-tabs.nav-justified > .active > a:focus {
  font-size: 15px;
}
.ct-tabs--withSlider .nav-tabs > li > a {
  font-size: 15px;
}
.ct-tabs--withSlider .nav-tabs > li > a:hover,
.ct-tabs--withSlider .nav-tabs > li > a:focus,
.ct-tabs--withSlider .nav-tabs > li > a:active {
  font-size: 15px;
}
.ct-tabs--courseList {
  max-width: 100%;
}
.ct-tabs--courseList .tab-content {
  opacity: 1;
  padding-top: 0;
}
.ct-tabs--courseList .nav-justified > .active > a,
.ct-tabs--courseList .nav-justified > .active > a:hover,
.ct-tabs--courseList .nav-justified > .active > a:focus {
  line-height: 55px;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #A7174E;
  font-family: 'Montserrat', sans-serif;
  padding: 0;
  border: solid 2px #A7174E;
}
.ct-tabs--courseList .nav-tabs > li {
  width: 255px;
  display: inline-block;
  margin: 0 0 5px;
}
.ct-tabs--courseList .nav-tabs > li + li {
  margin-left: 25px;
}
.ct-tabs--courseList .nav-tabs > li > a {
  line-height: 55px;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  color: #A7174E;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: transparent;
  font-family: 'Montserrat', sans-serif;
  padding: 0;
  border: solid 2px #A7174E;
  display: inline-block;
}
.ct-tabs--courseList .nav-tabs > li > a:after {
  display: none;
}
.ct-tabs--courseList .nav-tabs > li > a:hover {
  font-size: 14px;
  line-height: 55px;
  font-weight: normal;
  border: solid 2px #A7174E;
  background-color: #A7174E;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ct-tabs--witharrow,
  .ct-tabs--withSlider {
    max-width: 100%;
  }
  .ct-tabs--witharrow .nav-tabs.nav-justified > .active > a,
  .ct-tabs--withSlider .nav-tabs.nav-justified > .active > a,
  .ct-tabs--witharrow .nav-tabs.nav-justified > .active > a:hover,
  .ct-tabs--withSlider .nav-tabs.nav-justified > .active > a:hover,
  .ct-tabs--witharrow .nav-tabs.nav-justified > .active > a:focus,
  .ct-tabs--withSlider .nav-tabs.nav-justified > .active > a:focus {
    font-size: 13px;
  }
  .ct-tabs--witharrow .nav-tabs > li > a,
  .ct-tabs--withSlider .nav-tabs > li > a {
    border: 0;
    font-size: 13px;
  }
  .ct-tabs--witharrow .nav-tabs > li > a:hover,
  .ct-tabs--withSlider .nav-tabs > li > a:hover,
  .ct-tabs--witharrow .nav-tabs > li > a:focus,
  .ct-tabs--withSlider .nav-tabs > li > a:focus,
  .ct-tabs--witharrow .nav-tabs > li > a:active,
  .ct-tabs--withSlider .nav-tabs > li > a:active {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .ct-tabs--border .nav-tabs.nav-justified a,
  .ct-tabs--border .nav-tabs.nav-justified a:hover,
  .ct-tabs--border .nav-tabs.nav-justified > a:focus {
    border: solid 2px transparent;
  }
  .ct-tabs--border .nav-tabs.nav-justified > .active > a,
  .ct-tabs--border .nav-tabs.nav-justified > .active > a:hover,
  .ct-tabs--border .nav-tabs.nav-justified > .active > a:focus {
    font-weight: 300;
    color: #A7174E;
    background-color: transparent;
    border-top: solid 2px #A7174E;
    border-left: solid 2px #A7174E;
    border-right: solid 2px #A7174E;
    border-bottom: solid 2px #A7174E;
  }
  .ct-tabs--border .nav-tabs > li > a {
    margin-bottom: -2px;
    margin-left: 0;
  }
  .ct-tabs--border .tab-content {
    margin-top: 0;
    border: 0;
    padding-top: 53px;
  }
}
@media (max-width: 585px) {
  .ct-tabs--courseList .nav-tabs > li {
    margin: 0 10px 5px;
  }
  .ct-tabs--courseList .nav-tabs > li + li {
    margin-left: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ct-tabs--courseList .nav-tabs > li {
    margin: 0 10px 5px;
  }
  .ct-tabs--courseList .nav-tabs > li + li {
    margin-left: 10px;
  }
  .ct-tabs--witharrow .nav-tabs > li > a {
    font-size: 16px;
  }
  .ct-tabs--witharrow .nav-tabs > li > a:hover,
  .ct-tabs--witharrow .nav-tabs > li > a:focus,
  .ct-tabs--witharrow .nav-tabs > li > a:active {
    font-size: 16px;
  }
  .ct-tabs--witharrow .nav-tabs.nav-justified > .active > a {
    font-size: 16px;
  }
  .ct-tabs--witharrow .nav-tabs.nav-justified > .active > a:hover,
  .ct-tabs--witharrow .nav-tabs.nav-justified > .active > a:focus,
  .ct-tabs--witharrow .nav-tabs.nav-justified > .active > a:active {
    font-size: 16px;
  }
}
.tab-content {
  position: relative;
}
.tab-content .flexslider .ct-coursesList img {
  width: auto;
}
.tab-content > .tab-pane {
  width: 100%;
  display: block;
  position: absolute;
  top: 9999px;
  left: 9999px;
}
.tab-content > .active {
  position: relative;
  left: 0;
  top: 0;
}
.ct-widget-title {
  color: white;
  text-transform: uppercase;
  font-size: 17px;
  font-family: 'BrandomGrotesque-reg', sans-serif;
  padding-bottom: 30px;
}
.ct-widget-adress {
  color: #A7174E;
}
.ct-widget-adress a:hover {
  text-decoration: underline;
}
.ct-widget-posttitle {
  color: #ffffff;
  font-size: 15px;
}
.ct-widget {
  margin-bottom: 50px;
}
.ct-widget p {
  font-size: 13px;
  line-height: 1.7;
  padding-bottom: 12px;
  color: #666666;
}
.ct-widget a + a img {
  margin-left: 30px;
}
.ct-widget a img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.ct-widget .ct-widget-adress {
  color: #A7174E;
}
.ct-widget ul {
  margin: 0;
  padding: 0;
}
.ct-widget ul li {
  padding: 0 0 5px;
  margin: 0;
  list-style-type: none;
}
.ct-widget ul li a {
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 1;
  color: #4d4d4d;
  color: rgba(0, 0, 0, 0.7);
}
.ct-widget i.more {
  line-height: 1;
  font-weight: 700;
  color: #333333;
  color: rgba(0, 0, 0, 0.3);
  padding: 0;
  margin: 15px 0 0;
}
.ct-widget i.more:hover {
  color: #000000;
}
.ct-widget .entry-title {
  line-height: 0.8;
  margin-bottom: 0 !important;
  margin-top: -10px;
}
.ct-widget .entry-title a {
  line-height: 1;
  font-size: 14px;
  color: #ccc;
}
.ct-widget .entry-meta .entry-date {
  font-size: 14px;
  padding: 0;
  color: #666666;
}
.ct-widget .blog-item {
  margin-bottom: 30px;
}
.ct-widget .img-circle-cont {
  width: 70px;
  height: 70px;
  background-color: #A7174E;
  margin-right: 32px;
  color: #ccc;
}
.ct-widget .img-circle-cont:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.ct-widget .img-circle-cont img {
  width: 100%;
  height: 100%;
}
.ct-widget .number-of-comments {
  font-size: 14px;
  padding: 0;
  display: block;
  margin-top: -10px;
}
.ct-widget .number-of-comments:hover {
  color: #A7174E;
  text-decoration: underline;
}
.ct-widget .media .media-body {
  margin-top: 3px;
}
.ct-widget .ct-socialIcons {
  margin-bottom: 30px;
}
.ct-u-ulMotiveLinks li a {
  color: #A7174E !important;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 18px !important;
}
.ct-u-ulMotiveLinks li a:hover {
  color: #ffffff !important;
}
@media (max-width: 768px) {
  .ct-socialIcons {
    padding-top: 0;
  }
}
@media (max-width: 320px) {
  .footer-mobile-apps {
    text-align: center;
  }
}
.ct-copyright,
.ct-copyright--withlink {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 12px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.ct-copyright p,
.ct-copyright--withlink p,
.ct-copyright ul,
.ct-copyright--withlink ul,
.ct-copyright ul a,
.ct-copyright--withlink ul a {
  color: #666666;
  font-weight: 100;
  font-size: 12px;
  display: inline;
}
.ct-copyright .ct-copyright-name,
.ct-copyright--withlink .ct-copyright-name {
  padding-right: 25px;
  margin-bottom: 0;
  padding-top: 4px;
}
.ct-copyright ul li,
.ct-copyright--withlink ul li {
  padding: 0 14px;
}
.ct-copyright ul li a:hover,
.ct-copyright--withlink ul li a:hover {
  text-decoration: underline;
}
.ct-copyright--sameauth {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ct-copyright--sameauth p {
  color: #a8a9a9;
}
.ct-copyright--motivetext p {
  color: #A7174E;
}
@media (max-width: 767px) {
  .ct-copyright {
    text-align: center;
  }
  .ct-copyright .ct-copyright-name {
    padding: 10px 15px 25px 15px !important;
    width: 100% !important;
    display: block !important;
  }
}
@media (max-width: 480px) {
  .ct-copyright--withlink .ct-copyright-name {
    text-align: center;
    margin-bottom: 20px;
    padding-right: 0;
    margin-left: 15px;
  }
  .ct-copyright--withlink ul {
    display: block;
    float: none !important;
  }
  .ct-copyright--withlink ul li {
    display: block;
    text-align: center;
  }
}
.ct-form--darken ::-webkit-input-placeholder {
  color: #666666 !important;
}
.ct-form--darken :-moz-placeholder {
  color: #666666 !important;
}
.ct-form--darken ::-moz-placeholder {
  color: #666666 !important;
}
.ct-form--darken :-ms-input-placeholder {
  color: #666666 !important;
}
.ct-formSubscribe ::-webkit-input-placeholder {
  font-size: 13px !important;
}
.ct-formSubscribe :-moz-placeholder {
  font-size: 13px !important;
}
.ct-formSubscribe ::-moz-placeholder {
  font-size: 13px !important;
}
.ct-formSubscribe :-ms-input-placeholder {
  font-size: 13px !important;
}
.ct-form--greyInp ::-webkit-input-placeholder {
  color: rgba(40, 43, 45, 0.3) !important;
}
.ct-form--greyInp :-moz-placeholder {
  color: rgba(40, 43, 45, 0.3) !important;
}
.ct-form--greyInp ::-moz-placeholder {
  color: rgba(40, 43, 45, 0.3) !important;
}
.ct-form--greyInp :-ms-input-placeholder {
  color: rgba(40, 43, 45, 0.3) !important;
}
input,
textarea {
  border: 1px solid transparent !important;
}
input:focus,
textarea:focus {
  border: 1px solid #A7174E !important;
}
.ct-widget form .form-control {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #333738;
  border-color: #333738;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.ct-form--darken input.form-control {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 39px;
}
.ct-form--darken textarea {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.ct-form--darken .form-control {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #333738 !important;
  border-color: #333738 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.ct-form--darken .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.ct-form--greyInp input.form-control {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 45px;
}
.ct-form--greyInp textarea {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.ct-form--greyInp .form-control {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #ebeff0;
  border-color: #ebeff0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.ct-form--greyInp .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.form-group {
  line-height: 0em;
}
.ct-form--white .form-group input,
.ct-form--white .form-group textarea,
.ct-form--white .form-group select {
  background-color: #ffffff;
  border: solid 2px #ffffff;
  transition: all 0.4s;
  box-shadow: none;
}
.ct-form--bigInput .form-group {
  margin-bottom: 20px;
}
.ct-form--bigInput .form-group input{
  height: 60px;
}
.ct-form--bigInput .form-group select {
  height: 60px;
  width: 100% !important;
  max-width:100% !important;
  color: #555 !important;
}
.ct-form--bigInput .form-control {
  padding: 10px 12px;
}
.ct-formSubscribe {
  max-width: 100%;
  width: 400px;
}
.ct-formSubscribe input.form-control {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  line-height: 55px;
  height: 55px;
  color: rgba(40, 43, 45, 0.3);
}
.ct-formSubscribe select.form-control {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  line-height: 55px;
  height: 55px;
  color: rgba(40, 43, 45, 0.3);
}
.ct-formSubscribe textarea {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: rgba(40, 43, 45, 0.3);
}
.ct-formSubscribe .form-control {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #ebeff0;
  border-color: #ebeff0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: rgba(40, 43, 45, 0.3);
}
.ct-formSubscribe .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: rgba(40, 43, 45, 0.3);
}
.ct-formSubscribe .select2-container {
  width: 100%;
  max-width: none;
  height: 55px;
  margin-bottom: 30px;
}
.ct-formSubscribe .select2-container .select2-choice {
  height: 55px;
  line-height: 54px;
}
.ct-formSubscribe .select2-container .select2-choice > .select2-chosen {
  background-color: #ffffff;
}
.ct-formGroupSelect {
  max-width: 100%;
  overflow: hidden;
  border: solid 2px #A7174E;
  position: relative;
}
.ct-formGroupSelect:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 0;
  height: 0;
  margin-top: -2px;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #A7174E;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
select.form-control {
  height: 45px;
  color: #A7174E !important;
  background-color: transparent !important;
  border: 0 !important;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  width: 295px;
  max-width: 295px;
  margin-left: -2px;
}
select.form-control option {
  height: 45px;
}
.header-search,
.ct-widget-search {
  margin-right: -41px;
  z-index: 2;
  display: none;
}
.header-search .search-input,
.ct-widget-search .search-input {
  height: 40px;
}
.header-search .form-group,
.ct-widget-search .form-group {
  margin-right: 20px;
  margin-bottom: 0;
}
.header-search .btn-search,
.ct-widget-search .btn-search {
  height: 40px;
  line-height: 1;
  border: none;
  overflow: hidden;
  width: 20px;
  max-width: 20px;
  padding: 0;
  display: block;
  border: none !important;
  background: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.ct-checkbox input[type="checkbox"] {
  display: none;
}
.ct-checkbox input[type="checkbox"] + label span:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: text-bottom;
  background: url("../../assets/images/checkbox.png") -5px top no-repeat;
  cursor: pointer;
  font-family: 'Merriweather', sans-serif;
  margin-right: 5px;
}
.ct-checkbox input[type="checkbox"]:checked + label span:before {
  background: url("../../assets/images/checkbox.png") -30px top no-repeat;
}
.ct-checkbox .radio label,
.ct-checkbox .checkbox label {
  padding-left: 0;
}
.ct-transparentInputs {
  margin-top: 30px;
  margin-bottom: 140px;
}
.ct-transparentInputs .btn-group {
  display: table;
  width: 100%;
}
.ct-transparentInputs .btn-group .btn {
  display: table-cell;
  width: 1%;
  float: none;
  line-height: 1.5;
  height: 59px;
}
.ct-transparentInputs .btn-group .btn + .btn {
  border-left: none;
}
.ct-transparentInputs .btn-group .btn.active,
.ct-transparentInputs .btn-group .btn:focus,
.ct-transparentInputs .btn-group .btn:active {
  background-color: #A7174E;
  border-color: #A7174E;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.subscribe-form-center h4 {
  text-align: center;
}
.subscribe-form-center form {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget {
    margin-top: 0 !important;
  }
}
@media (max-width: 768px) {
  .bootstrap-datetimepicker-widget {
    width: 250px;
  }
}
@media (max-width: 480px) {
  .ct-transparentInputs {
    margin-top: 0px;
    margin-bottom: 00px;
  }
  .ct-transparentInputs .btn-group {
    display: block;
  }
  .ct-transparentInputs .btn-group .btn {
    display: block;
    height: auto;
    width: 100%;
    padding: 15px;
    -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-transparentInputs .btn-group .btn + .btn {
    border-left: 2px solid #A7174E;
    border-top: none;
  }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group {
    margin: 0;
  }
}
.ct-breadcrumbs-text a {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #657275;
  color: rgba(30, 34, 35, 0.7);
  letter-spacing: 1px;
  line-height: 38px;
}
.ct-navbarIcons {
  margin-bottom: 0;
  margin-left: 60px;
}
.ct-navbarIcons li {
  padding-left: 10px;
  padding-right: 10px;
  height: 39px;
  display: table-cell;
  float: left;
  vertical-align: middle;
}
.ct-navbarIcons li .btn-search:before {
  color: #7d8c90;
  color: rgba(30, 34, 35, 0.6);
}
.ct-navbarIcons li .btn-search:hover:before {
  color: #1e2223;
}
.ct-navbarIcons a i {
  color: #7d8c90;
  color: rgba(30, 34, 35, 0.6);
  display: block;
  padding: 12px 4px;
}
.ct-navbarIcons a:hover i {
  color: #1e2223;
}
.ct-navbarIcons--white {
  position: relative;
}
.ct-navbarIcons--white a i {
  color: #ffffff;
  line-height: 27px;
}
.ct-navbarIcons--white a:hover i {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.7);
}
.ct-navbarIcons--white li .btn-search:before {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.7);
}
.ct-navbarIcons--white li .btn-search:hover:before {
  color: #ffffff;
}
.ct-headerSearch--openbottom {
  margin-top: 7px;
  position: absolute;
  left: -100%;
  margin-left: -50px;
  width: 210px;
}
.ct-headerSearch--openbottom .btn-search {
  padding-left: 20px;
}
.ct-headerSearch--openbottom .search-input {
  height: 39px;
  margin-top: 0;
  margin-left: 25px;
}
.ct-breadcrumbs-sec:before {
  content: " ";
  background-color: #343a3a;
  opacity: 0.7;
  filter: alpha(opacity=70);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ct-breadcrumbHeader {
  position: relative;
  z-index: 3;
  font-family: 'Montserrat', sans-serif;
  font-size: 62px;
  font-weight: 500;
}
.breadcrumb {
  position: relative;
  z-index: 3;
  margin: 30px 0;
}
.breadcrumb li.active a {
  color: #A7174E;
}
.breadcrumb li a {
  color: #cccccc;
}
.breadcrumb li a:hover,
.breadcrumb li a:active,
.breadcrumb li a:focus {
  color: #A7174E;
}
@media (max-width: 768px) {
  .ct-breadcrumbs-sec--mini .ct-navbarIcons {
    margin-left: 0 !important;
  }
  .ct-breadcrumbs-sec--mini .ct-navbarIcons li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .ct-breadcrumbs-sec--mini .ct-navbarIcons .header-search .search-input {
    min-width: 180px;
  }
  .ct-breadcrumbs-sec--mini .ct-navbarIcons .header-search button {
    margin-right: 10px;
  }
  .ct-breadcrumbs-sec--mini .ct-navbarIcons .ct-search-open-icon-js {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 480px) {
  .ct-breadcrumbs-sec--mini .ct-navbarIcons .header-search .form-group {
    margin-right: 10px;
  }
}
@media (max-width: 420px) {
  .ct-breadcrumbHeader {
    font-size: 50px;
  }
  .ct-navbarIcons {
    margin-left: 30px;
  }
}
.ct-popup {
  width: 570px;
  max-width: 570px;
  padding: 80px 100px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -285px;
  z-index: 20;
  display: none;
}
.ct-popupContainer {
  width: 100%;
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/flexslider/flexslider-icon.eot');
  src: url('../fonts/flexslider/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider/flexslider-icon.woff') format('woff'), url('../fonts/flexslider/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
  height: 35px;
}
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
  height: 35px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.ct-flexslider {
  margin: 0 !important;
}
.ct-flexslider--fw .flex-viewport,
.ct-flexslider--fw .slides {
  height: 100%;
}
.ct-flexslider--fw .flex-viewport li,
.ct-flexslider--fw .slides li {
  background-size: cover;
}
.flexslider .slides li {
  background-size: cover;
  -webkit-backface-visibility: visible;
  display: table !important;
}
.flexslider .slides li .inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.flexslider .slides li .inner h3 {
  font-size: 42px;
  margin-bottom: 5px;
}
.flexslider .slides li .inner p {
  font-size: 22px;
}
.flexslider .flex-direction-nav li a {
  color: #ffffff;
}
.flexslider .flex-direction-nav li a:before {
  font-size: 56px;
  font-weight: bold;
}
@media (max-width: 767px) {
  body {
    padding-top: 70px;
  }
  #section1 {
    margin-top: 0;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
  position: fixed;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.flexslider {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.flex-direction-nav a:before {
  display: inline-block;
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
.flex-direction-nav a.flex-next:before {
  content: '\f105';
}
.flex-direction-nav a.flex-prev:before {
  content: '\f104';
}
.ct-js-flexslider {
  position: relative;
}
.ct-js-flexslider .flex-control-nav {
  bottom: 0px;
  height: 35px;
}
.ct-js-flexslider .flex-control-nav {
  text-align: center;
}
.ct-js-flexslider .flex-control-paging li a {
  background-color: #ebeff0;
}
.ct-js-flexslider .flex-control-paging li a:hover {
  background-color: #A7174E;
}
.ct-js-flexslider .flex-control-paging li a.flex-active {
  background-color: #A7174E;
}
.ct-dualSection .flexslider {
  margin: 0 20%;
}
.flexslider.ct-flexslider--chevron .flex-direction-nav a,
.ct-flexslider--chevronDark .flex-direction-nav a {
  margin-top: -60px;
  width: 36px;
  height: 121px;
}
.flexslider.ct-flexslider--chevron .flex-direction-nav a:before,
.ct-flexslider--chevronDark .flex-direction-nav a:before {
  content: "";
  width: 36px;
  height: 121px;
  background: url("../images/flex-chevron.png") no-repeat;
}
.flexslider.ct-flexslider--chevron .flex-direction-nav a.flex-next:before,
.ct-flexslider--chevronDark .flex-direction-nav a.flex-next:before {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.flexslider.ct-flexslider--chevron:hover .flex-prev,
.ct-flexslider--chevronDark:hover .flex-prev {
  left: -50px;
}
.flexslider.ct-flexslider--chevron:hover .flex-next,
.ct-flexslider--chevronDark:hover .flex-next {
  right: -50px;
}
.ct-flexslider--chevronDark .flex-direction-nav a:before {
  background: url("../images/flex-chevron-dark.png") no-repeat;
}
.ct-flexslider--adjacentVisible {
  overflow: hidden;
  width: 100%;
}
.ct-flexslider--adjacentVisible .flexslider {
  max-width: 600px;
  width: 600px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.ct-flexslider--adjacentVisible .flexslider:hover .flex-prev {
  left: -250px;
}
.ct-flexslider--adjacentVisible .flexslider:hover .flex-next {
  right: -250px;
}
.ct-flexslider--adjacentVisible .flex-viewport {
  overflow: visible !important;
}
.ct-flexslider--adjacentVisible .flex-control-nav {
  bottom: -100px;
}
@media (max-width: 1199px) {
  .ct-flexslider--adjacentVisible .flexslider:hover .flex-prev {
    left: -150px;
  }
  .ct-flexslider--adjacentVisible .flexslider:hover .flex-next {
    right: -150px;
  }
}
@media (max-width: 991px) {
  .ct-flexslider--adjacentVisible .flexslider:hover .flex-prev {
    left: -70px;
  }
  .ct-flexslider--adjacentVisible .flexslider:hover .flex-next {
    right: -70px;
  }
}
@media (max-width: 767px) {
  .flexslider.ct-flexslider--chevron:hover .flex-prev,
  .ct-flexslider--chevronDark:hover .flex-prev {
    left: 20px;
  }
  .flexslider.ct-flexslider--chevron:hover .flex-next,
  .ct-flexslider--chevronDark:hover .flex-next {
    right: 20px;
  }
  .ct-flexslider--adjacentVisible .flexslider {
    max-width: 100%;
    width: 100%;
  }
  .ct-flexslider--adjacentVisible .flexslider:hover .flex-prev {
    left: 20px;
  }
  .ct-flexslider--adjacentVisible .flexslider:hover .flex-next {
    right: 20px;
  }
}
.ct-testimonialslider {
  min-height: 190px;
}
.ct-testimonialslider blockquote {
  border-left: 0;
}
.ct-testimonialslider .flex-control-nav {
  text-align: left;
  margin-left: 172px;
}
.ct-blockquotetestimonial-pic {
  width: 90px;
  height: 90px;
  float: left;
  margin-right: 70px;
}
.ct-blockquotetestimonial-pic img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.ct-blockquotetestimonial-content {
  display: table-cell;
  font-family: 'Merriweather', sans-serif;
}
.ct-blockquotetestimonial-content span {
  display: block;
  position: relative;
  font-family: 'Merriweather', sans-serif;
  font-size: 16px;
  line-height: 1.7;
}
.ct-blockquotetestimonial-content span.ct-blockquotetestimonial-text {
  font-family: 'Merriweather', sans-serif;
  font-size: 16px;
  line-height: 1.7;
}
.ct-blockquotetestimonial-content span.ct-blockquotetestimonial-author {
  font-style: normal;
  color: #A7174E;
  margin-left: 20px;
  font-size: 14px;
  margin-bottom: 30px;
}
.ct-blockquotetestimonial-content span.ct-blockquotetestimonial-author:before {
  display: inline-block;
  width: 11px;
  height: 1px;
  margin-top: -2px;
  border: solid 1px #A7174E;
  position: absolute;
  content: " ";
  top: 50%;
  left: -20px;
}
@media (max-width: 767px) {
  .ct-blockquotetestimonial-pic {
    margin: auto;
    float: none;
  }
  .ct-blockquotetestimonial-text {
    text-align: center;
  }
  .ct-testimonialslider .flex-control-nav {
    margin-left: 112px;
  }
}
.ct-coursesList-cont h1,
.ct-coursesList-cont h2,
.ct-coursesList-cont h3,
.ct-coursesList-cont h4,
.ct-coursesList-cont h5,
.ct-coursesList-cont h6 {
  font-size: 26px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  word-wrap: break-word;
  margin-top: 8px;
  margin-bottom: 12px;
}
.ct-coursesList-cont h1 a,
.ct-coursesList-cont h2 a,
.ct-coursesList-cont h3 a,
.ct-coursesList-cont h4 a,
.ct-coursesList-cont h5 a,
.ct-coursesList-cont h6 a {
  color: inherit;
}
.ct-coursesList-cont h1 a:hover,
.ct-coursesList-cont h2 a:hover,
.ct-coursesList-cont h3 a:hover,
.ct-coursesList-cont h4 a:hover,
.ct-coursesList-cont h5 a:hover,
.ct-coursesList-cont h6 a:hover {
  color: #A7174E;
}
.ct-coursesList-cont p {
  font-size: 15px;
  margin-bottom: 18px;
  line-height: 1.7;
  color: #333333;
  word-wrap: break-word;
}
.ct-coursesList {
  margin-bottom: 30px;
  padding: 30px 30px;
  position: relative;
}
.ct-coursesList .ct-courseList-image {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -30px;
  margin-bottom: 30px;
  height: 200px;
  overflow: hidden;
  text-align: center;
}
.ct-coursesList .cat-links {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  margin-top: -7px;
  display: block;
}
.ct-coursesList .cat-links i {
  padding-right: 5px;
  color: #A7174E;
}
.ct-coursesList .entry-date {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  margin-top: -7px;
  display: block;
  color: #A7174E;
}
.ct-coursesList .entry-meta .btn {
  margin-bottom: 0 !important;
}
.ct-coursesList .entry-meta:last-child {
  padding-top: 20px;
}
.tab-content .flexslider .ct-coursesList .ct-coursesList-bgImgHover img {
  width: 100%;
}
.ct-coursesList--withSecundaryBox .ct-coursesList-bgImgHover {
  position: absolute;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  height: 100%;
  background: #000;
  right: 100%;
  z-index: 5;
  visibility: hidden;
  overflow: hidden;
}
.ct-coursesList--withSecundaryBox .ct-coursesList-bgImgHover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  width: 100%;
}
.ct-coursesList--withSecundaryBox .ct-coursesList-bgImgHover .btn {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  transition: all 0.5s;
  z-index: 10;
  width: 80%;
  left: 10%;
}
.ct-coursesList--withSecundaryBox:hover .ct-coursesList-bgImgHover,
.ct-coursesList--withSecundaryBox:active .ct-coursesList-bgImgHover,
.ct-coursesList--withSecundaryBox:focus .ct-coursesList-bgImgHover {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
div[class^='col-']:first-child .ct-coursesList--withSecundaryBox .ct-coursesList-bgImgHover {
  left: 100%;
}
.ct-readrevievsLink {
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  line-height: 44px;
  color: #282b2d;
  margin-right: 10px;
}
.ct-readrevievsLink:hover {
  color: #A7174E;
}
.ct-stars-container {
  margin-right: 15px;
  margin-bottom: -20px;
}
.ct-stars-container i {
  line-height: 44px;
  color: #cbcccc;
}
.ct-stars-container i.active {
  color: #1e2223;
}
.ct-stars-container + .btn {
  margin-left: 20px;
}
.by-author {
  display: block;
  color: #c0c1c1;
  transition: all 0.7s;
}
.by-author:hover,
.by-author:focus,
.by-author:active {
  color: #000000;
}
.by-author:hover span,
.by-author:focus span,
.by-author:active span {
  color: #000000;
}
.by-author img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 15px;
  margin-bottom: 25px;
}
.by-author span {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  color: #c0c1c1;
  transition: all 0.7s;
}
.ct-courseList--image {
  padding-left: 0;
  padding-right: 0;
}
.ct-courseList--image .ct-courseList--image-image {
  width: 230px;
  padding-right: 30px;
  display: table-cell;
}
.ct-courseList--image .ct-courseList--image-image img {
  width: 100%;
  height: 200px;
  margin-bottom: 21px;
  transition: all 0.5s;
}
.ct-courseList--image .ct-courseList--image-image img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.ct-courseList--image .ct-courseList--image-content {
  display: table-cell;
}
.ct-courseList--image .ct-courseList--image-content .ct-coursesList-cont p {
  margin-bottom: 26px;
}
.ct-courseList--image .by-author {
  margin-top: 8px;
}
.ct-courseList--image .by-author img {
  margin-bottom: 0;
}
.portfolioGalleryitem {
  height: 200px;
  overflow: hidden;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.portfolioGalleryitem img {
  width: 100%;
  min-height: 100%;
  transition: all 0.5s;
}
.portfolioGalleryitem .ct-gallery-button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 44px;
  width: 67px;
  margin: auto;
  opacity: 0;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.portfolioGalleryitem:hover .ct-gallery-button {
  opacity: 1;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.portfolioGalleryitem:hover:before {
  background-color: rgba(0, 0, 0, 0.7);
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.portfolioGalleryitem:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.ct-coursesmasonry {
  margin-left: -15px;
  margin-right: -15px;
}
.ct-coursesmasonry .ct-courses-listMasonry {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 45px;
  display: inline-block;
}
.ct-portfolio-detail-title {
  font-size: 24px;
  max-width: 700px;
  display: block;
}
@media (max-width: 767px) {
  .ct-coursesmasonry .ct-courses-listMasonry {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .ct-courseList--image-image {
    margin: 0 auto;
    margin-bottom: 30px;
    display: block !important;
    float: none !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 991px) {
  .ct-courseListSliderInTab .flexslider li .row > div .ct-coursesList--withSecundaryBox:hover .ct-coursesList-bgImgHover,
  .ct-courseListSliderInTab .flexslider li .row > div .ct-coursesList--withSecundaryBox:active .ct-coursesList-bgImgHover,
  .ct-courseListSliderInTab .flexslider li .row > div .ct-coursesList--withSecundaryBox:focus .ct-coursesList-bgImgHover {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .ct-courseListSliderInTab .flexslider li .row > div:first-child .ct-coursesList--withSecundaryBox:hover .ct-coursesList-bgImgHover,
  .ct-courseListSliderInTab .flexslider li .row > div:first-child .ct-coursesList--withSecundaryBox:active .ct-coursesList-bgImgHover,
  .ct-courseListSliderInTab .flexslider li .row > div:first-child .ct-coursesList--withSecundaryBox:focus .ct-coursesList-bgImgHover {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
.ct-galleryContainer {
  width: 1200px;
}
.ct-galleryContainer .ct-coursesGallery {
  width: 360px;
  max-width: 360px;
  display: inline-block;
  margin-right: 25px;
}
.ct-coursesDesc {
  font-size: 21px;
}
.ct-btnDropdown {
  padding: 0 40px;
  font-size: 15px;
}
.ct-btnDropdown:hover,
.ct-btnDropdown:focus,
.ct-btnDropdown:active {
  background-color: transparent;
  color: #A7174E;
}
.ct-dropdown .caret {
  margin-left: 27px;
}
.dropdown.open {
  background-color: transparent;
}
.dropdown.open .dropdown-menu {
  margin-top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  max-width: 360px;
}
.dropdown.open .dropdown-menu li a {
  padding: 14px 18px 13px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
}
.ct-coursesCompleted {
  position: relative;
}
.ct-dropdown--positionAbs {
  position: absolute;
  top: -140px;
  right: 0;
}
.ct-dropdown--positionAbs .ct-btnDropdown {
  padding: 0 20px 0;
}
.ct-dropdown--positionAbs.open .dropdown-menu li a {
  padding: 12px 0 12px 20px;
}
.ct-dropdown--positionAbs .caret {
  margin-left: 62px;
}
@media (max-width: 767px) {
  .ct-dropdown--positionAbs {
    position: relative;
    top: -20px;
    right: 0;
    margin-bottom: 30px;
  }
}
.ct-widget-sidebar ul li {
  border: none;
}
.ct-widget-sidebar ul li a {
  padding: 5px 0;
  font-size: 14px;
  line-height: 2;
}
.ct-widget-sidebar ul li a:hover,
.ct-widget-sidebar ul li a:focus,
.ct-widget-sidebar ul li a:active {
  color: #A7174E !important;
}
.ct-widget-sidebar ul li a:before {
  display: none;
}
.ct-widget-sidebar .ct-widget-title {
  color: #000000;
  padding-bottom: 15px;
  font-weight: 600;
  font-size: 21px;
}
.ct-blogItem--sidebar {
  border-bottom: 1px solid #cbcccc;
  padding-bottom: 20px;
  margin-bottom: 15px !important;
}
.ct-blogItem--sidebar img {
  width: 70px;
  height: 70px;
  margin-top: 7px;
}
.ct-blogItem--sidebar .media-body p {
  margin-bottom: 0;
  padding-bottom: 2px;
}
.ct-blogItem--sidebar .media-body p a {
  color: black;
}
.ct-blogItem--sidebar:last-child {
  border-bottom: 0;
}
.ct-blogItem--sidebar .entry-meta {
  font-family: 'Montserrat', sans-serif;
  color: #A7174E;
}
.ct-blogItem--sidebar .entry-meta .entry-date {
  color: #A7174E;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
  font-size: 13px;
}
.ct-widget-search {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.ct-widget-search .form-group {
  width: 100%;
  margin-right: 0;
}
.ct-widget-search .form-group input {
  background-color: #ffffff;
  border-color: #ffffff;
  border: solid 2px #ffffff;
  transition: all 0.4s;
}
.ct-widget-search .btn-search {
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  max-width: 28px;
  color: #777777;
  background-color: transparent;
}
.ct-widget-search .btn-search:hover {
  color: #000000;
}
.ct-colContent {
  padding-right: 50px;
}
.ct-colSidebar {
  padding-left: 35px;
}
@media (max-width: 1199px) {
  .ct-colSidebar {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .ct-colContent {
    padding-right: 15px;
  }
  .ct-colSidebar {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.badge {
  font-size: 13px;
  padding: 3px 4px 4px 5px;
  min-width: 20px;
  background-color: #A7174E;
}
.ct-listChoice {
  margin: 0 30px 0 0;
}
.ct-listChoice li {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
}
.ct-listChoice li a {
  margin: 0;
  padding: 0 30px;
  border-radius: 0;
}
.ct-listChoice li + li {
  margin-left: -2px;
}
.ct-btn-listChoice-primary:hover,
.ct-btn-listChoice-primary:focus,
.ct-btn-listChoice-primary:active {
  background-color: #A7174E;
  border-color: #A7174E;
  color: #ffffff;
}
.ct-btn-listChoice-primary:hover i,
.ct-btn-listChoice-primary:focus i,
.ct-btn-listChoice-primary:active i {
  color: #ffffff;
}
.ct-graphBox-graph {
  position: relative;
}
.ct-graphBox-graph .row canvas {
  margin: -10px 0 -20px -15px;
  padding: 10px;
}
.ct-graphBox-graphPercentage {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  font-family: 'BrandomGrotesque-light', sans-serif;
  top: 50%;
  font-size: 36px;
  margin-top: -15px;
  font-size: 40px;
  margin-left: -15px;
}
.ct-graphBox-title {
  word-break: break-word;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0 0 17px;
  font-size: 20px;
  line-height: 1.2;
}
.ct-graphBox-content {
  word-break: break-word;
}
.ct-graphBox-content p {
  line-height: 1.8;
  font-size: 13px;
}
.ct-graphBox--default {
  padding-bottom: 75px;
}
.ct-graphBox-icon--default {
  width: 140px;
  height: 140px;
  border: solid 1px #abaeaf;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
}
.ct-graphBox-icon--default i {
  font-size: 70px;
  line-height: 140px;
  margin: 0 auto;
  display: table;
  color: #abaeaf;
}
.ct-graphBox-content--default {
  padding-top: 35px;
}
.ct-graphBox-content--default .ct-graphBox-title {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  padding: 0 0 25px;
}
.ct-graphBox-content--default p {
  margin-bottom: 10px;
}
.ct-teamBox {
  padding-bottom: 30px;
}
.ct-teamBox > div img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ct-teamBox .ct-teamBox-circle {
  width: 270px;
  height: 270px;
  max-height: 270px;
  max-width: 270px;
  position: relative;
  overflow: hidden;
  display: table;
  margin: 0 auto;
}
.ct-teamBox .ct-teamBox-circle:before {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #A7174E;
  top: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0.4;
  transition: opacity 1s;
  opacity: 0;
}
.ct-teamBox:hover .ct-teamBox-circle:before {
  opacity: 0.5;
  display: block;
}
.ct-teamBox:hover .ct-teamBox-hover {
  opacity: 1;
}
.ct-teamBox img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ct-teamBox .ct-teamBox-content {
  padding-top: 20px;
}
.ct-teamBox .ct-teamBox-content .ct-teamBox-title {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 0;
}
.ct-teamBox .ct-teamBox-content p {
  display: inline-block;
}
.ct-teamBox-hover {
  color: red;
  display: table;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  opacity: 0;
  transition: opacity 0.5s;
}
.ct-teamBox-hover > div {
  display: table-cell;
}
.ct-teamBox-hover a {
  background-color: transparent;
  position: relative;
  z-index: 20;
  width: 64px;
  height: 64px;
  display: inline-block;
  border: solid 1px #ffffff;
}
.ct-teamBox-hover a:hover {
  border-color: #000000;
}
.ct-teamBox-hover a:hover i {
  color: #000000;
}
.ct-teamBox-hover a i {
  font-size: 22px;
  width: 100%;
  text-align: center;
  line-height: 64px;
  color: #ffffff;
}
.ct-teamBox-hover a + a {
  margin-left: 40px;
}
.ct-teamBox--small {
  display: block;
}
.ct-teamBox--small .ct-teamBox-circle {
  width: 90px;
  height: 90px;
  position: relative;
  overflow: hidden;
  display: block;
  margin: auto;
  background-color: #282b2d;
}
.ct-teamBox--small .ct-teamBox-circle:before {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #A7174E;
  top: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0.4;
  transition: opacity 1s;
  opacity: 0;
  display: block;
}
.ct-teamBox--small .ct-teamBox-circle .ct-teamBox-content {
  padding-top: 10px;
}
.ct-teamBox--small .ct-teamBox-circle .ct-teamBox-content .ct-teamBox-title {
  font-size: 19px;
}
.ct-teamBox--small .ct-teamBox-content .ct-teamBox-title {
  font-family: 'BrandomGrotesque-med', sans-serif;
  color: #717a80;
  font-weight: normal;
}
.ct-teamBox--small .ct-teamBox-content {
  padding-top: 30px;
}
.ct-teamBox--small .ct-teamBox-content--secundary {
  padding-top: 40px;
}
.ct-teamBox--small .ct-teaBox-content-position {
  color: #A7174E;
  font-family: 'BrandomGrotesque-med', sans-serif;
  font-size: 16px;
}
.flexslider .ct-teamBox--small {
  padding-right: 15px;
  padding-left: 15px;
}
.ct-form--newsletter ::-webkit-input-placeholder {
  color: #A7174E !important;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.ct-form--newsletter :-moz-placeholder {
  color: #A7174E !important;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.ct-form--newsletter ::-moz-placeholder {
  color: #A7174E !important;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.ct-form--newsletter :-ms-input-placeholder {
  color: #A7174E !important;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.ct-newsletter h1,
.ct-newsletter h2,
.ct-newsletter h3,
.ct-newsletter h4,
.ct-newsletter h5,
.ct-newsletter h6 {
  font-size: 32px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
}
.ct-form--newsletter {
  margin-bottom: 25px;
}
.ct-form--newsletter .form-group {
  margin-top: 15px;
}
.ct-form--newsletter .form-group input {
  height: 55px;
  color: #A7174E !important;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
@media screen and (max-width: 991px) {
  .ct-newsletter h1,
  .ct-newsletter h2,
  .ct-newsletter h3,
  .ct-newsletter h4,
  .ct-newsletter h5,
  .ct-newsletter h6 {
    font-size: 25px;
  }
}
.ct-singleCourse-introLinks {
  margin-bottom: 30px;
  padding: 25px 30px;
}
.ct-singleCourse-introLinks .entry-meta {
  padding: 5px 0;
  line-height: 45px;
}
.ct-singleCourse-introLinks .cat-links {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  margin-top: -7px;
  color: #A7174E;
  padding-right: 30px;
}
.ct-singleCourse-introLinks .cat-links i {
  padding-right: 5px;
  color: #A7174E;
}
.ct-singleCourse-introLinks .entry-date {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  margin-top: -7px;
  color: #A7174E;
  padding-right: 30px;
  padding-left: 30px;
}
.ct-singleCourse-introLinks .by-author {
  padding: 5px 0 0 30px;
  line-height: 45px;
}
.ct-singleCourse-introLinks .by-author img {
  margin-bottom: 0;
}
.ct-singleCourse-introLinks .ct-readrevievsLink {
  margin-right: 25px;
}
.ct-singleCourse-introLinks .btn {
  margin-bottom: 0 !important;
}
.ct-singleCourse p {
  font-size: 13.5px;
}
.ct-widget--CoursesDetails .ct-widget-title {
  color: #000000;
  font-size: 21px;
  font-weight: 600;
  padding-bottom: 20px;
}
.ct-widget--CoursesDetails ul li {
  color: #A7174E;
  font-size: 13px;
}
.ct-widget--CoursesDetails ul li a {
  color: #A7174E;
  font-size: 13px;
  transition: all 0.5s;
}
.ct-widget--CoursesDetails ul li a:hover {
  color: #333;
}
.ct-titleSmaller {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 21px;
  color: #000000;
}
.ct-titleSmaller a {
  color: #000000;
}
.ct-titleSmaller a:hover {
  color: #000000;
}
h3.ct-titleSmaller {
  font-size: 36px;
}
.ct-relatedCoursesSlider .flex-direction-nav a {
  width: 38px;
  height: 38px;
  border: solid 2px #A7174E;
  text-align: center;
  margin: -90px 0 0;
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.ct-relatedCoursesSlider .flex-direction-nav a:hover {
  border-color: #666666;
}
.ct-relatedCoursesSlider .flex-direction-nav a:hover:before {
  color: #666666;
}
.ct-relatedCoursesSlider .flex-direction-nav a:before {
  font-size: 24px;
  line-height: 34px;
  color: #A7174E;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
.ct-relatedCoursesSlider .flex-direction-nav a.flex-next {
  right: 15px;
}
.ct-relatedCoursesSlider .flex-direction-nav a.flex-next:before {
  content: '\f105';
}
.ct-relatedCoursesSlider .flex-direction-nav a.flex-prev {
  left: 100%;
  margin-left: -100px;
}
.ct-relatedCoursesSlider .flex-direction-nav a.flex-prev:before {
  content: '\f104';
}
@media (max-width: 1199px) {
  .ct-singleCourse-introLinks .entry-meta,
  .ct-singleCourse-introLinks .by-author {
    display: block;
    float: none !important;
    text-align: center;
    margin: 20px 0;
    padding-left: 0;
  }
  .ct-singleCourse-introLinks .entry-meta img,
  .ct-singleCourse-introLinks .by-author img {
    float: none !important;
  }
}
@media (max-width: 480px) {
  .ct-singleCourse-introLinks .cat-links,
  .ct-singleCourse-introLinks .entry-date {
    display: block;
    border: none;
  }
  .ct-relatedCoursesSlider .flex-direction-nav a {
    top: 40px;
  }
  .ct-relatedCoursesSlider .flex-direction-nav a.flex-next {
    right: 0;
  }
}
.ct-sec-header-title {
  font-weight: 300;
  font-size: 32px;
  text-transform: uppercase;
}
.ct-sec-header-title--biggest {
  font-weight: 300;
  font-size: 59px;
  text-transform: uppercase;
}
.ct-sec-header p {
  font-size: 14px;
  line-height: 1.9;
  margin: 0 0 10px !important;
  font-weight: 100;
}
.pagination li i {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: center;
  color: #A7174E;
}
.pagination li + li {
  display: inline-block;
  margin-left: 10px;
  border-radius: 0 !important;
}
.pagination li a,
.pagination li span {
  background: #ffffff;
  color: #A7174E;
  border: 0;
  width: 40px;
  height: 40px;
  font-size: 13px !important;
  line-height: 40px;
  padding: 0;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: 'Montserrat', sans-serif;
  overflow: hidden;
}
.pagination li a:hover,
.pagination li span:hover,
.pagination li a:focus,
.pagination li span:focus,
.pagination li a:hover i,
.pagination li span:hover i,
.pagination li a:focus i,
.pagination li span:focus i {
  background: #A7174E;
  color: #ffffff;
}
.pagination li:first-child a,
.pagination li:last-child a,
.pagination li:first-child span,
.pagination li:last-child span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagination .active a,
.pagination .active a:hover,
.pagination .active a:focus,
.pagination .active span,
.pagination .active span:hover,
.pagination .active span:focus {
  background: #A7174E;
  color: #ffffff;
}
.ct-navigation a {
  width: 40px;
  height: 40px;
  display: block;
  padding: 0;
}
.ct-navigation a i {
  width: 40px;
  line-height: 36px;
  text-align: center;
  display: inline;
  font-size: 23px;
}
@media (max-width: 340px) {
  .pagination li:first-child {
    margin-right: 5px !important;
  }
  .pagination li:not(:first-child) {
    margin-left: 3px !important;
  }
}
/* **************************************
  MEDIA SECTIONS - VIDEO/PARALLAX/KENBURNS
  **************************************** */
video {
  width: 100%;
}
.ct-mediaSection {
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.ct-mediaSection video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
}
.ct-mediaSection .ct-mediaSection-inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.ct-mediaSection[data-type="pattern"] {
  background-repeat: repeat;
  display: table;
}
.ct-mediaSection[data-type="parallax"] {
  display: table;
  overflow: hidden;
}
.ct-mediaSection[data-type="parallax"].ct-mediaSection--stellar {
  overflow: hidden;
}
.ct-mediaSection[data-type="video"] {
  display: table;
  overflow: hidden;
  display: block;
}
.ct-mediaSection[data-type="video"] .ct-u-displayTable {
  height: 100%;
}
.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%);
}
.ct-mediaSection[data-type="kenburns"] {
  display: table;
  overflow: hidden;
}
.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;
  min-height: 900px;
  max-width: none;
  min-width: 120%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  margin-left: -5%;
  -webkit-transition-property: opacity, -webkit-transform;
  -webkit-transition-duration: 3s, 8s;
  -moz-transition-property: opacity, -moz-transform;
  -moz-transition-duration: 3s, 8s;
  -o-transition-property: opacity, -o-transform;
  -o-transition-duration: 3s, 8s;
  transition-property: opacity, transform;
  transition-duration: 3s, 8s;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer > img.singlefx {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer > img {
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer :nth-child(2n+1) {
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer :nth-child(3n+1) {
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer :nth-child(4n+1) {
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer .fx:first-child + img ~ img {
  z-index: -1;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer .fx {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: scale(1.1) translate(30px);
  -moz-transform: scale(1.1) translate(30px);
  -o-transform: scale(1.1) translate(30px);
  transform: scale(1.1) translate(30px);
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer .singlefx {
  -webkit-animation: singleimageloop 20s infinite;
  /* Safari 4+ */
  -moz-animation: singleimageloop 20s infinite;
  /* Fx 5+ */
  -o-animation: singleimageloop 20s infinite;
  /* Opera 12+ */
  animation: singleimageloop 20s infinite;
  /* IE 10+ */
}
@-webkit-keyframes singleimageloop {
  0% {
    -webkit-transform: scale(1) translate(0px);
  }
  50% {
    -webkit-transform: scale(1.1) translate(30px);
  }
  100% {
    -webkit-transform: scale(1) translate(0px);
  }
}
@-moz-keyframes singleimageloop {
  0% {
    -moz-transform: scale(1) translate(0px);
  }
  50% {
    -moz-transform: scale(1.1) ct-m-translate(30px);
  }
  100% {
    -moz-transform: scale(1) translate(0px);
  }
}
@-o-keyframes singleimageloop {
  0% {
    -o-transform: scale(1) translate(0px);
  }
  50% {
    -o-transform: scale(1.1) translate(30px);
  }
  100% {
    -o-transform: scale(1) translate(0px);
  }
}
@keyframes singleimageloop {
  0% {
    transform: scale(1) translate(0px);
  }
  50% {
    transform: scale(1.1) translate(30px);
  }
  100% {
    transform: scale(1) translate(0px);
  }
}
.ct-mediaSection-stellarObject {
  position: absolute;
}
.ct-memberInfo img {
  width: 175px;
  height: 175px;
  margin-right: 30px;
  margin-bottom: 25px;
  background-color: grey;
  text-align: center;
}
.ct-memberInfo .ct-memberInfo-tit {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 20px;
}
.ct-memberInfo-meta li {
  position: relative;
  clear: both;
}
.ct-memberInfo-meta li.ct-u-shortBorderBefore span {
  margin-top: 14px;
}
.ct-memberInfo-meta span {
  display: block;
  float: left;
  padding-right: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  margin-bottom: -6px;
}
.ct-memberInfo-meta .ct-stars-container i {
  line-height: 1;
}
.entry-date,
.entry-lastAct,
.entry-numOfCourse {
  color: #A7174E;
}
.ct-h-bigest + p {
  padding: 0 45px 25px 0;
}
.ct-p-bigger {
  font-size: 21px !important;
}
.ct-p-biggest {
  font-size: 19px !important;
}
.ct-p-intro {
  font-size: 22px;
  margin-bottom: 50px;
  font-weight: 100;
}
.ct-parallaxBtn {
  padding-right: 45px;
}
@media (max-width: 991px) {
  .ct-parallaxContent p {
    font-size: 18px !important;
  }
  .ct-h-bigest + p {
    padding: 0 0 25px 0;
  }
  .ct-parallaxBtn {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .ct-parallaxContent p {
    text-align: center !important;
  }
}
.tweets_display {
  position: relative;
  width: 89%;
  margin-left: 90px;
  background: transparent;
  border: none;
  padding: 23px 35px 68px;
  zoom: 1;
}
.tweets_display:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
}
.tweets_display:after {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 10px 7.5px 0;
  border-color: transparent #fff transparent transparent;
  opacity: 0.2;
  position: absolute;
  left: -10px;
  top: 26px;
}
.tweets_display .slides li {
  display: none;
}
.tweets_display .slides li.flex-active-slide {
  display: table;
}
.tweet-icon {
  display: table-cell !important;
  float: left;
  font-size: 66px;
  padding-right: 25px;
  margin-top: 20px;
  color: #000000 !important;
}
.tweet_time {
  position: absolute;
  bottom: 0;
  margin-bottom: -48px;
  right: 55px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}
.tweet_time a {
  color: #ffffff;
}
.tweet_user {
  position: absolute;
  bottom: 0;
  padding-right: 10px;
  margin-bottom: -43px;
  left: 0;
  text-transform: uppercase;
  color: #1e2223 !important;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 19px;
  font-weight: 700;
  padding-left: 18px;
}
.tweet_user:before {
  display: inline-block;
  width: 13px;
  height: 1px;
  border: solid 1px #1e2223;
  position: absolute;
  content: " ";
  top: 50%;
  left: 0;
}
.tweet_text {
  font-family: 'Merriweather', sans-serif;
  font-style: italic;
  color: #ffffff;
}
.tweet_text a {
  text-decoration: underline;
}
.slides {
  position: relative;
}
.slides li {
  min-height: 70px;
}
/* hover arrow flexider*/
.tweets_display .flex-direction-nav a {
  overflow: visible;
  top: 100%;
  margin-top: -50px;
}
.tweets_display .flex-direction-nav a:before {
  font-size: 50px;
  color: #ffffff;
}
.tweets_display .flex-direction-nav a.flex-prev {
  left: 100%;
  margin-left: -70px;
  opacity: 1;
}
.tweets_display .flex-direction-nav a.flex-prev:hover {
  left: 100%;
  margin-left: -70px;
  opacity: 0.7;
}
.tweets_display .flex-direction-nav a.flex-next {
  right: 15px;
  opacity: 1;
}
.tweets_display .flex-direction-nav a.flex-next:hover {
  right: 15px;
  opacity: 0.7;
}
.tweets_display:hover .flex-prev {
  left: 100%;
  margin-left: -62px;
}
.tweets_display:hover .flex-next {
  right: 25px;
}
@media (max-width: 991px) {
  .tweet_user {
    position: relative;
  }
  .tweets_display {
    width: 100%;
    margin-left: 0;
  }
  .tweets_display:after {
    border-width: 0 7.5px 10px 7.5px;
    border-color: transparent transparent #fff transparent;
    top: -10px;
    left: 50%;
    margin-left: -5px;
  }
  .tweet-icon {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
}
.ct-playVideo {
  width: 130px;
  height: 130px;
  background: #A7174E;
  background: rgba(255, 255, 255, 0.1);
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: center;
}
.ct-playVideo i {
  line-height: 124px;
  color: #ffffff;
  font-size: 80px;
  width: 130px;
  margin-left: 4px;
}
.ct-teachersBox {
  padding-bottom: 30px;
}
.ct-teachersBox .ct-teachersBox-circle {
  width: 155px;
  height: 155px;
  max-height: 155px;
  max-width: 155px;
  position: relative;
  display: table;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #f2f2f2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.ct-teachersBox img {
  width: 100%;
}
.ct-teachersBox .ct-teachersBox-content {
  padding-top: 13px;
  padding-bottom: 65px;
  min-height: 190px;
}
.ct-teachersBox .ct-teachersBox-content .ct-teachersBox-title {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 900;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  font-size: 21px;
  line-height: 1.2;
  text-transform: uppercase;
}
.ct-teachersBox .ct-teachersBox-content p {
  display: inline-block;
}
.ct-blog-text h1,
.ct-blog-text h2,
.ct-blog-text h3,
.ct-blog-text h4,
.ct-blog-text h5,
.ct-blog-text h6 {
  font-size: 28px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  word-wrap: break-word;
  margin-top: 5px;
  margin-bottom: 12px;
}
.ct-blog-text h1 a,
.ct-blog-text h2 a,
.ct-blog-text h3 a,
.ct-blog-text h4 a,
.ct-blog-text h5 a,
.ct-blog-text h6 a {
  color: inherit;
}
.ct-blog-text h1 a:hover,
.ct-blog-text h2 a:hover,
.ct-blog-text h3 a:hover,
.ct-blog-text h4 a:hover,
.ct-blog-text h5 a:hover,
.ct-blog-text h6 a:hover {
  color: #A7174E;
}
.ct-blog-text p {
  font-size: 15px;
  margin-bottom: 18px;
  line-height: 1.8;
  color: #333333;
  word-wrap: break-word;
}
.ct-blog-text .ct-blockquote {
  margin-top: 20px !important;
}
.ct-blog {
  margin-bottom: 70px;
  padding: 30px 20px;
}
.ct-blog .cat-links {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  margin-top: -7px;
  display: block;
  color: #A7174E;
}
.ct-blog .cat-links i {
  padding-right: 5px;
  color: #A7174E;
}
.ct-blog .cat-links:hover {
  color: inherit;
}
.ct-blog .entry-date {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  margin-top: -7px;
  display: block;
  color: #A7174E;
}
.ct-blog .entry-meta:last-child {
  padding-top: 20px;
}
.ct-blog--image {
  padding-left: 0;
  padding-right: 0;
}
.ct-blog--image .ct-blog-imageContainer {
  width: 100%;
  padding-right: 30px;
  display: table-cell;
}
.ct-blog--image .ct-blog-imageContainer img {
  width: 100%;
  margin-bottom: 21px;
  transition: all 0.5s;
}
.ct-blog--image .ct-blog-imageContainer img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.ct-blog--image .ct-blog-content {
  display: table-cell;
}
.ct-blog--image .by-author {
  margin-top: 8px;
}
.ct-blog--image .by-author img {
  margin-bottom: 0;
}
.ct-blog--imageTop {
  padding: 0;
}
.ct-blog-imageContainer {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 8px;
}
.ct-blog-imageContainer img {
  width: 100%;
  transition: all 0.5s;
}
.ct-blog-imageContainer img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.ct-kindOfPost-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: solid 1px #d3d7d8;
}
.ct-borderBlock {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d3d7d8;
}
.ct-KindOfPostContainer {
  padding-top: 0;
  display: table;
  width: 100%;
  padding-top: 0 !important;
}
.ct-KindOfPostContainer .by-author {
  display: table-cell !important;
  vertical-align: top;
  min-width: 225px;
  padding: 5px 0;
  margin: 0;
}
.ct-KindOfPostContainer .by-author img {
  margin-bottom: 0;
}
.ct-KindOfPostContainer .ct-borderBlock {
  display: table-cell;
  width: 100%;
  height: 1px;
  position: relative;
  background-color: transparent;
}
.ct-KindOfPostContainer .ct-borderBlock:before {
  display: block;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #d3d7d8;
  position: absolute;
  top: 50%;
  left: 0;
}
.ct-KindOfPostContainer .ct-kindOfPost-icon {
  display: table-cell;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: solid 1px #d3d7d8;
  color: #d3d7d8;
  margin-left: 20px;
}
.ct-KindOfPostContainer .ct-kindOfPost-icon i {
  display: inline-block;
  color: #d3d7d8;
  line-height: 39px;
  width: 39px;
  text-align: center;
  font-size: 18px;
}
.ct-blog--audio-container {
  display: block;
  height: 80px;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 8px;
}
a.ct-kindOfPost-icon:hover,
a.ct-kindOfPost-icon:active,
a.ct-kindOfPost-icon:focus {
  background-color: #A7174E;
}
a.ct-kindOfPost-icon:hover i,
a.ct-kindOfPost-icon:active i,
a.ct-kindOfPost-icon:focus i {
  color: #ffffff;
}
.ct-singleArticleMeta {
  padding-left: 0;
  padding-right: 0;
}
.ct-singleArticleMeta .cat-links {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  margin-top: -7px;
  display: block;
  color: #A7174E;
}
.ct-singleArticleMeta .cat-links i {
  padding-right: 5px;
  color: #A7174E;
}
.ct-singleArticleMeta .entry-date {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  margin-top: -7px;
  display: block;
  color: #A7174E;
}
.ct-singleArticleMeta .entry-meta:last-child {
  padding-top: 0;
}
.ct-singleArticleContent a:hover {
  color: #A7174E;
  text-decoration: underline;
}
.ct-singleArticleContent h1,
.ct-singleArticleContent h2,
.ct-singleArticleContent h3,
.ct-singleArticleContent h4,
.ct-singleArticleContent h5,
.ct-singleArticleContent h6 {
  font-size: 28px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  word-wrap: break-word;
  margin-top: 5px;
  margin-bottom: 12px;
}
.ct-singleArticleContent p {
  font-size: 15px;
  margin-bottom: 18px;
  line-height: 1.8;
  color: #333333;
  word-wrap: break-word;
}
.ct-singleArticleContent .ct-blockquote {
  margin-top: 20px !important;
}
.ct-singleArticleContent .ct-p-introBlog {
  font-size: 16.5px;
}
.ct-singleArticleContent img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  margin-bottom: 35px;
  margin-top: 8px;
}
.ct-singleArticleContent img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.ct-articleAuthor {
  font-size: 15px;
}
.ct-articleAuthor img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 30px;
}
.ct-articleAuthor .ct-articleAuthor-text {
  display: table-cell;
}
.ct-articleAuthor .ct-articleAuthor-text p {
  font-size: 15px;
}
.ct-PrevNext .btn {
  max-width: 250px;
}
.oneComment-text {
  border-left: solid 1px #d3d7d8;
  margin-left: 15px;
  padding: 0 60px 0 20px;
  text-align: justify;
  font-size: 15px;
  margin-top: 10px;
}
.ct-commentList {
  font-size: 15px;
}
.ct-commentList .oneComment {
  margin-bottom: 30px;
}
.ct-commentList .entry-meta .entry-date {
  color: #000000;
  text-transform: lowercase;
}
.ct-commentList p {
  font-size: 15px;
}
.ct-commentList .by-author img {
  width: 30px;
  height: 30px;
}
.ct-commentList ol .entry-date {
  font-style: italic;
}
.ct-program-cont h1,
.ct-program-cont h2,
.ct-program-cont h3,
.ct-program-cont h4,
.ct-program-cont h5,
.ct-program-cont h6 {
  font-size: 21px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  word-wrap: break-word;
  margin-top: 0;
  margin-bottom: 20px;
}
.ct-program-cont h1 a,
.ct-program-cont h2 a,
.ct-program-cont h3 a,
.ct-program-cont h4 a,
.ct-program-cont h5 a,
.ct-program-cont h6 a {
  color: inherit;
}
.ct-program-cont h1 a:hover,
.ct-program-cont h2 a:hover,
.ct-program-cont h3 a:hover,
.ct-program-cont h4 a:hover,
.ct-program-cont h5 a:hover,
.ct-program-cont h6 a:hover {
  color: #A7174E;
}
.ct-program-cont p {
  font-size: 14px;
  margin-bottom: 18px;
  line-height: 1.8;
  color: #333333;
  word-wrap: break-word;
}
.ct-program-links {
  margin-top: -10px;
}
.ct-program-links .entry-meta {
  padding: 5px 0;
}
.ct-program-links .entry-meta:last-child {
  padding: 0;
}
.ct-program-links .cat-links {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  margin-top: -7px;
  padding-right: 30px;
  padding-left: 30px;
  color: #333333;
}
.ct-program-links .cat-links i {
  padding-right: 5px;
}
.ct-program-links .cat-links:first-child {
  padding-left: 0;
}
.ct-program-links .cat-links small {
  font-size: 96%;
}
.ct-program-links a.cat-links:hover {
  color: #A7174E;
}
.ct-program-links .entry-date {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  margin-top: -7px;
  color: #A7174E;
  padding-right: 30px;
  padding-left: 30px;
}
.ct-program-links .ct-readrevievsLink {
  margin-right: 25px;
}
.ct-program-links .btn-link {
  padding-top: 10px;
}
.ct-program-links .by-author {
  padding: 7px 0 0 30px;
}
.ct-program-links .by-author img {
  margin-bottom: 0;
}
.ct-program {
  padding: 0;
}
.ct-program .cat-links {
  font-family: 'Merriweather', sans-serif;
  font-size: 13px;
  margin-top: -7px;
  display: block;
  color: #333333;
}
.ct-program .cat-links i {
  padding-right: 5px;
  color: #000000;
  font-size: 15px;
}
.ct-program:first-child .ct-program-content {
  padding-top: 0;
}
.ct-program:first-child .ct-program-imageContainer {
  margin-top: 0;
}
.ct-program:last-child .ct-program-content {
  padding-bottom: 0;
}
.ct-program .entry-date {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  margin-top: -7px;
  display: block;
  color: #A7174E;
}
.ct-program .entry-meta:last-child {
  padding-top: 20px;
}
.ct-program .entry-level {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  color: #bcc2c3;
}
.ct-program .ct-program-content {
  display: table-cell;
  smin-height: 190px;
  padding: 30px 0;
  padding-left: 30px;
}
.ct-program .by-author img {
  margin-bottom: 0;
}
.ct-program-imageContainer {
  width: 170px;
  height: 170px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin: 30px 30px 30px 0;
  display: table-cell;
  margin-bottom: 21px;
  transition: all 0.5s;
}
.ct-program-imageContainer img {
  width: 170px;
  height: 170px;
}
.ct-program-imageContainer:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.ct-program-imageContainer h1,
.ct-program-imageContainer h2,
.ct-program-imageContainer h3,
.ct-program-imageContainer h4,
.ct-program-imageContainer h4,
.ct-program-imageContainer h6 {
  font-size: 21px;
}
.ct-hourOfCourse {
  color: black;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(62, 174, 250, 0.7);
  z-index: 20;
  top: 0;
  left: 0;
  border-radius: 50%;
  text-align: center;
  line-height: 163px;
  color: white;
  font-size: 45px;
  opacity: 0.6;
  opacity: 1;
  filter: alpha(opacity=100);
  font-family: 'Josefin Sans', sans-serif;
}
.ct-courseHour {
  font-size: 22px;
  color: #bcc2c3;
}
@media (max-width: 992px) {
  .ct-program .entry-meta .by-author {
    margin: 20px 0 !important;
  }
}
.ct-adress-title {
  color: #000000;
  padding-bottom: 15px;
  margin-top: 0;
}
.ct-adress-content {
  color: #333333;
  font-weight: 100;
}
.ct-contactContent > div:last-child {
  border-left: solid 1px #cbcccc;
  margin-left: -1px;
  padding-left: 30px;
}
.ct-contactContent > div:first-child {
  border-right: solid 1px #cbcccc;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .ct-contactContent > div:first-child {
    padding-right: 15px;
  }
  .ct-contactContent .ct-address {
    margin-top: 20px;
  }
}
.ct-socialIcons {
  margin-bottom: 0;
}
.ct-socialIcons li + li {
  padding-left: 27px;
}
.ct-socialIcons li a i {
  font-size: 23px;
  color: #8e9091;
}
.ct-socialIcons--fgrey li a i {
  color: #8e9091;
}
.ct-socialIcons--fgrey li a:hover i {
  color: #A7174E;
}
.ct-socialIcons--fwhite li a i {
  color: #ffffff;
}
.ct-socialIcons--fwhite li a:hover i {
  color: #8e9099;
}
.ct-socialIcons--fgreySm li + li {
  padding-left: 10px;
}
.ct-socialIcons--fgreySm li a i {
  font-size: 19px;
}
.ct-socialIcons--circle li + li {
  padding-left: 10px;
}
.ct-socialIcons--circle li a {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #e5e5e5;
  display: block;
}
.ct-socialIcons--circle li a i {
  font-size: 14px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  color: #ffffff;
}
.ct-socialIcons--circlelg li + li {
  padding-left: 20px;
}
.ct-socialIcons--circlelg li a {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #e5e5e5;
  display: block;
}
.ct-socialIcons--circlelg li a i {
  font-size: 19px;
  line-height: 60px;
  width: 60px;
  text-align: center;
  color: #ffffff;
}
.ct-socialIcons-bgDarkBlue a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #7a99d1 !important;
}
.ct-socialIcons-bgDarkBlue a i {
  color: #ffffff;
}
.ct-socialIcons-bgRed a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fa8a80 !important;
}
.ct-socialIcons-bgRed a i {
  color: #ffffff;
}
.ct-socialIcons-bgBlue a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #3ebeed !important;
}
.ct-socialIcons-bgBlue a i {
  color: #ffffff;
}
.ct-socialIcons--bgMotive li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #A7174E;
}
.ct-socialIcons--bgMotive li a i {
  color: #1e2223;
}
@media (max-width: 767px) {
  footer .ct-socialIcons {
    width: 100%;
    text-align: center;
  }
}
.ct-videoarchive .ct-videoarchive-imageCont {
  position: relative;
  transition: all 0.8s;
  overflow: hidden;
  max-height: 210px;
}
.ct-videoarchive .ct-videoarchive-imageCont:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  transition: all 0.8s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ct-videoarchive .ct-videoarchive-imageCont .ct-videoarchive-play {
  top: 100%;
  position: absolute;
  left: 50%;
  margin-left: -70px;
  transition: top 0.8s;
}
.ct-videoarchive .ct-videoarchive-content {
  padding: 30px 35px;
}
.ct-videoarchive .ct-videoarchive-content h1,
.ct-videoarchive .ct-videoarchive-content h2,
.ct-videoarchive .ct-videoarchive-content h3,
.ct-videoarchive .ct-videoarchive-content h4,
.ct-videoarchive .ct-videoarchive-content h5,
.ct-videoarchive .ct-videoarchive-content h6 {
  max-width: 84%;
  margin: 0;
}
.ct-videoarchive:hover .ct-videoarchive-imageCont .ct-videoarchive-play {
  top: 50%;
  margin-top: -20px;
}
.ct-videoarchive:hover .ct-videoarchive-imageCont:before {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.ct-videoarchive img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.ct-portfolioList {
  position: relative;
  background-color: #333333;
}
.ct-portfolioList .ct-portfolioList-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px;
  padding-right: 40%;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.2s ease 0.2s ease-out;
  -moz-transition: 0.2s ease 0.2s ease-out;
  -o-transition: 0.2s ease 0.2s ease-out;
  transition: 0.2s ease 0.2s ease-out;
}
.ct-portfolioList .ct-portfolioList-content h1,
.ct-portfolioList .ct-portfolioList-content h2,
.ct-portfolioList .ct-portfolioList-content h3,
.ct-portfolioList .ct-portfolioList-content h4,
.ct-portfolioList .ct-portfolioList-content h5,
.ct-portfolioList .ct-portfolioList-content h6 {
  font-size: 28px;
  font-weight: 600;
  font-family: 'BrandomGrotesque-bld', sans-serif;
  word-wrap: break-word;
  margin-top: 5px;
  margin-bottom: 12px;
}
.ct-portfolioList .ct-portfolioList-content h1 a,
.ct-portfolioList .ct-portfolioList-content h2 a,
.ct-portfolioList .ct-portfolioList-content h3 a,
.ct-portfolioList .ct-portfolioList-content h4 a,
.ct-portfolioList .ct-portfolioList-content h5 a,
.ct-portfolioList .ct-portfolioList-content h6 a {
  color: inherit;
}
.ct-portfolioList .ct-portfolioList-content h1 a:hover,
.ct-portfolioList .ct-portfolioList-content h2 a:hover,
.ct-portfolioList .ct-portfolioList-content h3 a:hover,
.ct-portfolioList .ct-portfolioList-content h4 a:hover,
.ct-portfolioList .ct-portfolioList-content h5 a:hover,
.ct-portfolioList .ct-portfolioList-content h6 a:hover {
  color: #A7174E;
}
@media (max-width: 767px) {
  .ct-portfolioList .ct-portfolioList-content {
    padding-right: 30px;
  }
}
.flexslider .slides li .ct-portfolioList {
  margin: 0 20px;
}
.flexslider .slides li .ct-portfolioList .ct-portfolioList-image {
  -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);
}
.flexslider .slides li .ct-portfolioList .ct-portfolioList-content {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.flexslider .slides li.flex-active-slide .ct-portfolioList .ct-portfolioList-image {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.flexslider .slides li.flex-active-slide .ct-portfolioList .ct-portfolioList-content {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#infscr-loading {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.googlemapcontainer--withOverlay {
  position: relative;
}
.googlemapcontainer--withOverlay:before {
  content: "";
  width: 225px;
  height: 225px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: #A7174E;
  background: -moz-radial-gradient(center, circle cover, transparent 0%, transparent 12%, #A7174E 12%, #A7174E 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, transparent), color-stop(12%, transparent), color-stop(12%, #A7174E), color-stop(100%, #A7174E));
  background: -webkit-radial-gradient(center, circle cover, transparent 0%, transparent 12%, #A7174E 12%, #A7174E 100%);
  background: -o-radial-gradient(center, circle cover, transparent 0%, transparent 12%, #A7174E 12%, #A7174E 100%);
  background: -ms-radial-gradient(center, circle cover, #ffffff 0%, #ffffff 12%, #A7174E 12%, #A7174E 100%);
  background: radial-gradient(circle at center, transparent 0%, transparent 12%, #A7174E 12%, #A7174E 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='@motive', GradientType=1);
  -webkit-transition: 0.3s ease ease-out;
  -moz-transition: 0.3s ease ease-out;
  -o-transition: 0.3s ease ease-out;
  transition: 0.3s ease ease-out;
}
.googlemapcontainer--withOverlay .googlemapcontainer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.googlemapcontainer--withOverlay.no-overlay:before {
  background: transparent;
}
.googlemapcontainer--withOverlay.no-overlay .googlemapcontainer-overlay {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.googlemapcontainer-icon {
  width: 230px;
  height: 230px;
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 60px;
  line-height: 230px;
  text-align: center;
  color: #ffffff;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: auto;
}
.googlemapcontainer-text,
.googlemapcontainer-textNoIcon {
  color: #ffffff;
  margin-top: 30px;
  padding-top: 30px;
  text-align: center;
  position: relative;
}
.googlemapcontainer-text a,
.googlemapcontainer-textNoIcon a {
  color: #ffffff;
}
.googlemapcontainer-text:before,
.googlemapcontainer-textNoIcon:before {
  position: absolute;
  top: 0;
  width: 30px;
  left: 50%;
  margin-left: -15px;
  height: 1px;
  display: block;
  content: "";
  background-color: #ffffff;
}
.googlemapcontainer-textNoIcon {
  margin-top: 260px;
}
@media (max-width: 767px) {
  .googlemapcontainer--withOverlay:before {
    display: none;
  }
  .googlemapcontainer--withOverlay .googlemapcontainer-overlay {
    position: initial;
    background-color: #A7174E;
  }
  .googlemapcontainer-textNoIcon {
    margin-top: 30px;
  }
}
.btn-js-map {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 3;
  background-color: transparent;
}
html,
body,
.ct-intro-topImage {
  height: 100%;
}
/* Header */
.ct-intro-topImage {
  position: relative;
  margin: 0 auto;
  min-height: 760px;
  width: 100%;
  display: table;
  z-index: 9999;
}
.bg-img {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bg-img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
}
.intro-effect-jam3 .ct-intro-title,
.ct-intro--fadeOut .ct-intro-title,
.ct-intro--push .ct-intro-title,
.ct-intro--sliced .ct-intro-title {
  z-index: 9000;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 9999;
}
.intro-effect-jam3 .ct-intro-title *,
.ct-intro--fadeOut .ct-intro-title *,
.ct-intro--push .ct-intro-title *,
.ct-intro--sliced .ct-intro-title * {
  position: relative;
}
/* Trigger Button */
button.trigger {
  position: fixed;
  bottom: 50px;
  left: 50%;
  z-index: 9999;
  display: block;
  margin-left: -0.5em;
  padding: 0;
  border: none;
  background: transparent;
  color: transparent;
  font-size: 2em;
  cursor: pointer;
}
.ct-pageWrapper:not(.notrans) button.trigger {
  -webkit-transition: opacity 0.3s 0.5s;
  transition: opacity 0.3s 0.5s;
}
.ct-pageWrapper.modify:not(.notrans) button.trigger {
  opacity: 0;
  pointer-events: none;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
button.trigger::before {
  position: absolute;
  top: 100%;
  left: -100%;
  padding: 0.8em;
  width: 300%;
  color: #fff;
  content: attr(data-info);
  font-size: 14px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-transform: uppercase;
}
button.trigger:focus {
  outline: none;
}
button.trigger span {
  position: relative;
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
}
button.trigger span::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  content: "\f107";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: fontawesome;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 2px solid #ffffff;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.modify button.trigger {
  display: none;
}
/***** Individual effects *****/
/* -------------------------- */
/* Jam 3 */
/* -------------------------- */
.intro-effect-jam3:not(.notrans) .bg-img {
  -webkit-transition-property: top, left, right, bottom;
  transition-property: top, left, right, bottom;
}
.intro-effect-jam3:not(.notrans) .ct-intro-topImage h1,
.intro-effect-jam3:not(.notrans) .codrops-top a {
  -webkit-transition-property: color;
  transition-property: color;
}
.intro-effect-jam3:not(.notrans) .codrops-demos a {
  -webkit-transition-property: border-color, color;
  transition-property: border-color, color;
}
.intro-effect-jam3:not(.notrans) .ct-intro-topImage p {
  -webkit-transition-property: color, opacity, -webkit-transform;
  transition-property: color, opacity, transform;
}
.intro-effect-jam3:not(.notrans) .ct-intro-content > div {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
}
.intro-effect-jam3:not(.notrans) .bg-img,
.intro-effect-jam3:not(.notrans) .ct-intro-topImage h1,
.intro-effect-jam3:not(.notrans) .codrops-top a,
.intro-effect-jam3:not(.notrans) .codrops-demos a,
.intro-effect-jam3:not(.notrans) .ct-intro-content > div {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.intro-effect-jam3:not(.notrans) .ct-intro-topImage p,
.intro-effect-jam3:not(.notrans) .ct-intro-topImage p.subline,
.intro-effect-jam3:not(.notrans) .ct-intro-content > div {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.intro-effect-jam3.modify:not(.notrans) .ct-intro-topImage p,
.intro-effect-jam3.modify:not(.notrans) .ct-intro-topImage p.subline,
.intro-effect-jam3.modify:not(.notrans) .ct-intro-content > div {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.intro-effect-jam3 .codrops-demos a {
  color: #fff;
}
.intro-effect-jam3 .codrops-demos a.current-demo {
  border-color: #fff;
}
.intro-effect-jam3.modify .codrops-demos a {
  color: #c03b5d;
}
.intro-effect-jam3.modify .codrops-demos a.current-demo {
  border-color: #c03b5d;
}
.intro-effect-jam3.ct-pageWrapper {
  padding: 45px 30px;
}
.intro-effect-jam3 .bg-img {
  top: -45px;
  right: -30px;
  bottom: -45px;
  left: -30px;
  background: #514753;
}
.intro-effect-jam3.modify .bg-img {
  top: 0;
  right: 0;
  bottom: 85%;
  left: 0;
}
.intro-effect-jam3.modify .ct-intro-topImage h1 {
  color: #514753;
}
.intro-effect-jam3 .ct-intro-topImage p {
  color: #514753;
  opacity: 0;
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
}
.intro-effect-jam3.modify .ct-intro-topImage p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.intro-effect-jam3 .ct-intro-content {
  padding: 0 5em 5em;
}
.intro-effect-jam3 .ct-intro-topImage,
.intro-effect-jam3 .ct-intro-content {
  background: #fff;
}
.intro-effect-jam3 .ct-intro-content > div {
  opacity: 0;
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
}
.intro-effect-jam3.modify .ct-intro-content > div {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.intro-effect-jam3.modify .codrops-top a {
  color: #514753;
}
/* Delays */
.intro-effect-jam3.modify:not(.notrans) .ct-intro-topImage p:nth-last-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.intro-effect-jam3.modify:not(.notrans) .ct-intro-topImage p:last-child {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.intro-effect-jam3.modify:not(.notrans) .ct-intro-content > div {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/* -------------------------- */
/* Faded gradient */
/* -------------------------- */
.ct-intro--fadeOut .ct-intro-topImage {
  display: table;
  height: 760px;
}
.ct-intro--fadeOut .ct-intro-topImage .inner {
  display: table-cell;
  vertical-align: middle;
}
.ct-intro--fadeOut:not(.notrans) .bg-img {
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}
.ct-intro--fadeOut:not(.notrans) .bg-img::after {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.ct-intro--fadeOut:not(.notrans) .ct-intro-topImage p,
.ct-intro--fadeOut:not(.notrans) .ct-intro-content > div {
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
.ct-intro--fadeOut:not(.notrans) .bg-img,
.ct-intro--fadeOut:not(.notrans) .bg-img::after,
.ct-intro--fadeOut:not(.notrans) .ct-intro-topImage p,
.ct-intro--fadeOut:not(.notrans) .ct-intro-content > div {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.ct-intro--fadeOut .ct-intro-topImage {
  overflow: hidden;
}
.ct-intro--fadeOut.modify .bg-img {
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
}
.ct-intro--fadeOut .bg-img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 101%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.ct-intro--fadeOut.modify .bg-img::after {
  opacity: 1;
}
.ct-intro--fadeOut .ct-intro-title {
  text-align: left;
  max-width: 900px;
}
.ct-intro--fadeOut.modify .ct-intro-topImage h1,
.ct-intro--fadeOut.modify .ct-intro-topImage h2,
.ct-intro--fadeOut.modify .ct-intro-topImage h3,
.ct-intro--fadeOut.modify .ct-intro-topImage h4,
.ct-intro--fadeOut.modify .ct-intro-topImage h5,
.ct-intro--fadeOut.modify .ct-intro-topImage h6,
.ct-intro--fadeOut.modify .ct-intro-topImage p {
  color: #313842;
}
.ct-intro--fadeOut .ct-intro-topImage p {
  opacity: 0;
}
.ct-intro--fadeOut .ct-intro-topImage p:nth-child(2) {
  -webkit-transform: translateX(150px);
  transform: translateX(150px);
}
.ct-intro--fadeOut .ct-intro-topImage p:nth-child(3) {
  -webkit-transform: translateX(-150px);
  transform: translateX(-150px);
}
.ct-intro--fadeOut.modify .ct-intro-topImage p:nth-child(2),
.ct-intro--fadeOut.modify .ct-intro-topImage p:nth-child(3) {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.ct-intro--fadeOut .ct-intro-content {
  z-index: 1000;
  position: relative;
}
.ct-intro--fadeOut .ct-intro-content > .div,
.ct-intro--fadeOut .ct-intro-content > .div-top,
.ct-intro--fadeOut .ct-intro-content > .div-bottom {
  opacity: 0;
  -webkit-transform: translateY(350px);
  transform: translateY(350px);
}
.ct-intro--fadeOut.modify .ct-intro-content > div {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* -------------------------- */
/* Sliced */
/* -------------------------- */
.ct-intro--sliced .ct-intro-topImage {
  position: absolute;
  left: 0;
  top: 0;
}
.ct-intro--sliced .ct-intro-topImage.fix-zindex {
  z-index: 0;
}
.ct-intro--sliced:not(.notrans) .bg-img,
.ct-intro--sliced:not(.notrans) .ct-intro-title {
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}
.ct-intro--sliced:not(.notrans) .ct-intro-content > div {
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
.ct-intro--sliced:not(.notrans) .bg-img,
.ct-intro--sliced:not(.notrans) .ct-intro-title,
.ct-intro--sliced:not(.notrans) .ct-intro-content > div {
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.ct-intro--sliced.modify:not(.notrans) .ct-intro-title,
.ct-intro--sliced.modify:not(.notrans) .ct-intro-content > div {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.ct-intro--sliced .bg-img:first-child {
  bottom: 50%;
  position: fixed;
}
.ct-intro--sliced .bg-img:last-child {
  top: 50%;
  position: fixed;
  z-index: 900;
}
.snapjs-left .ct-intro--sliced .bg-img:last-child,
.snapjs-right .ct-intro--sliced .bg-img:last-child,
.boxed .ct-intro--sliced .bg-img:last-child {
  position: absolute;
}
.snapjs-left .ct-intro--sliced .bg-img:first-child,
.snapjs-right .ct-intro--sliced .bg-img:first-child,
.boxed .ct-intro--sliced .bg-img:first-child {
  position: absolute;
}
.ct-intro--sliced .bg-img:last-child img {
  top: -100%;
}
.ct-intro--sliced.modify .bg-img:first-child {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ct-intro--sliced.modify .bg-img:last-child {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.ct-intro--sliced .ct-intro-title {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.ct-intro--sliced.modify .ct-intro-title {
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.ct-intro--sliced .ct-intro-content > div {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  opacity: 0;
}
.ct-intro--sliced.modify .ct-intro-content > div {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
/* Delays */
.ct-intro--sliced.modify:not(.notrans) .ct-intro-title {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
/* -------------------------- */
/* Push */
/* -------------------------- */
.ct-intro--push:not(.notrans) .ct-intro-topImage,
.ct-intro--push:not(.notrans) > .ct-intro-title,
.ct-intro--push:not(.notrans) .ct-intro-content > div {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.ct-intro--push:not(.notrans) .ct-intro-topImage {
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
}
.ct-intro--push .ct-intro-topImage {
  position: absolute;
  top: 0;
}
.ct-intro--push > .ct-intro-title {
  position: relative;
  top: auto;
  left: auto;
  padding: 6em 1em 2em;
}
.ct-intro--push > .ct-intro-title,
.ct-intro--push .ct-intro-content > div {
  -webkit-transform: translateY(400px);
  transform: translateY(400px);
  opacity: 0;
}
.ct-intro--push.modify > .ct-intro-title,
.ct-intro--push.modify .ct-intro-content > div {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.ct-intro--push.modify .ct-intro-topImage {
  opacity: 0;
  -webkit-transform: translateY(-100%) scale(0.9);
  transform: translateY(-100%) scale(0.9);
}
/* Delays */
.ct-intro--push.modify:not(.notrans) > .ct-intro-title {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.ct-intro--push.modify:not(.notrans) .ct-intro-content > div {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
/* Media Queries */
@media screen and (max-width: 47em) {
  .ct-intro-title {
    font-size: 70%;
  }
}
@media screen and (max-width: 1024px) {
  .ct-intro--push .ct-intro-topImage .ct-intro-title,
  .ct-intro--sliced .ct-intro-topImage .ct-intro-title,
  .intro-effect-jam3 .ct-intro-topImage .ct-intro-title,
  .ct-intro--push .ct-intro-topImage .ct-intro-title {
    top: 30%;
  }
}
@media screen and (max-width: 767px) {
  .intro-effect-jam3 .ct-intro-content {
    padding: 0 2em 5em;
  }
  .bg-img img {
    min-height: 0;
  }
  .ct-intro--push .ct-intro-topImage .ct-intro-title,
  .ct-intro--sliced .ct-intro-topImage .ct-intro-title,
  .intro-effect-jam3 .ct-intro-topImage .ct-intro-title,
  .ct-intro--push .ct-intro-topImage .ct-intro-title {
    top: 60px;
  }
  .ct-intro-title {
    font-size: 50%;
  }
  button.trigger::before {
    display: none;
  }
}
img {
  max-width: 100%;
}
div iframe {
  width: 100%;
}
body {
  background-color: #fff;
}
.ct-pageWrapper {
  z-index: 3;
  background-color: #ffffff;
  -webkit-box-shadow: -5px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -5px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: -5px 2px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
}
.cssAnimate .animated {
  opacity: 0;
  filter: alpha(opacity=0);
  /* For IE8 and earlier */
}
.cssAnimate .activate {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}
.googlemapcontainer {
  height: 100%;
  width: 100%;
}
.googlemapcontainer img {
  max-width: none;
}
@media (max-width: 320px) {
  .partnerSlider {
    padding-left: 47px;
  }
}
.progress-icons:before {
  display: none;
}
/*!
 * Yamm!3
 * Yet another megamenu for Bootstrap 3
 * 
 * http://geedmo.github.com/yamm3
 */
.yamm-wrapper {
  position: relative;
}
.yamm-wrapper .yamm-fw {
  position: absolute;
  left: 0 !important;
  width: 100%;
}
@media (min-width: 768px) {
  .yamm .nav,
  .yamm .collapse,
  .yamm .dropup,
  .yamm .dropdown {
    position: static;
  }
  .yamm .container {
    position: relative;
  }
  .yamm .dropdown-menu {
    left: auto;
  }
  .yamm .yamm-content {
    padding: 0 30px 5px;
    max-height: 505px;
    overflow-y: auto;
  }
  .yamm .yamm-content ul li a {
    text-transform: none;
    color: #000;
  }
  .yamm .yamm-content ul li a:hover,
  .yamm .yamm-content ul li a:active,
  .yamm .yamm-content ul li a:focus {
    color: #A7174E;
    background: transparent;
  }
  .yamm .yamm-content a {
    background: transparent !important;
  }
  .yamm .yamm-content .ct-menu-header {
    color: rgba(0, 0, 0, 0.7);
    font-size: 19px;
  }
  .yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
  }
  .dropdown-menu {
    left: auto;
    top: auto;
    margin-top: -100px;
  }
  .ct-navbar .navbar-nav > li.dropdown:hover,
  .ct-navbar .navbar-nav li.dropdown-submenu:hover {
    position: static;
  }
}
.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
  margin-bottom: 35px;
}
.widget ul {
  list-style: none;
  padding-left: 0;
}
.widget ul li {
  border-top: 1px solid #333333;
  position: relative;
}
.widget ul li:first-child {
  border-top: none;
}
.widget ul li a {
  color: #999999;
  padding: 5px 0 5px 30px;
  display: block;
}
.widget ul li a:before {
  content: "\f178";
  font-family: fontawesome;
  position: absolute;
  left: 0;
}
.widget ul li a:hover,
.widget ul li a:focus,
.widget ul li a:active {
  color: #A7174E;
}
footer .widget ul li a:hover,
footer .widget ul li a:focus,
footer .widget ul li a:active {
  color: #ffffff;
}
.ct-accordion {
  border: solid 2px #A7174E !important;
}
.ct-accordion .panel-heading .panel-title a {
  color: #A7174E;
  border-top: solid 2px #A7174E !important;
}
.ct-accordion .panel:last-child .panel-title a.collapsed {
  border-bottom: solid 2px #A7174E !important;
}
.ct-accordion--normal .panel-heading .panel-title a {
  color: #A7174E;
}
.ct-accordion--normal .panel-heading .panel-title a:before {
  border: solid 1px #A7174E;
}
.judulweb{
	color: #fff;
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
	position: absolute;
	width: 100%;
	left: 140px;
	top: 10px;
	font-family: sans-serif;
}
.tagweb{
	color: #D7D7D7; 
	font-style: italic;
	left: 139px;
	font-size: 12px;
	top: 46px;
	line-height: 13px;
	position: absolute;
	width: 100%;
	font-family: serif;
	letter-spacing: 1px;
}
.share-box span{
box-sizing : content-box;
-webkit-box-sizing : content-box;
-o-box-sizing : content-box;
-moz-box-sizing : content-box;

}
.recaptcha_theme_red #recaptcha_response_field {
    height: 17px;
}

.blog-post:hover .media-hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	display:block;
}

.blog-post:hover .media-icon{
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	transform:scale(1);
}

.post-image{
	position:relative;
}
.media-hover{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:#000;
	background:rgba(14,30,51,.4);
	color:#fff;
	text-align:center;
	width:100%;
	height:100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition:opacity 0.3s;
	-moz-transition:opacity 0.3s;
	transition:opacity 0.3s;
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
}

.media-item:hover .media-hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.media-item:hover .media-icon{
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	transform:scale(1);
}

.media-hover .media-icons{
	position:relative;
	top:50%;
	margin-top:-25px;
}

.media-hover .media-icon{
	margin:0 3px;
	color:#fff;
	display:inline-block;
	text-align:center;
	font-size:20px;
	border-radius:3px;
	line-height:20px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	cursor:pointer;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	transform:scale(0);
	-webkit-transition:background 0.3s, -webkit-transform 0.5s;
	-moz-transition:background 0.3s, -moz-transform 0.5s;
	transition:background 0.3s, transform 0.5s;
}

.media-hover .media-icon:hover{

}
.fb_iframe_widget span {
	display: inline-block;
	position: relative;
	text-align: justify;
	width: 100% !important;
}
.fb_iframe_widget {
	display: inline-block;
	position: relative;
	width: 100% !important;
}
.fb_iframe_widget iframe {
	position: absolute;
	width: 100% !important;
}
#twitter-widget-0{
	width: 100% !important;	
	height: 240px !important;
}
.date-event {
	background: none repeat scroll 0% 0% #A7174E;
	border-radius: 5px;
	text-align: center;
	color: #FFF;
	font-weight: 300;
	font-size: 16px;
	width: 60px;
	height: 60px;
	line-height: 25px;
	padding-top: 6px;
	margin-bottom: 5px;
}
.ct-navbarMobile a img{
	width: 80px;
}
/* */
.dropdown-new{
	position:relative;
}
.submenu-new li{
	padding-top: 10px;
	padding-bottom: 10px;
}
.submenu-new{
	position: absolute;
	display: none;
	left: 100%;
	top: 0px;
	z-index: 999;
	width: 100%;
	list-style: none;
	padding-left: 20px !important;
	background: #fff;
	box-shadow: 0px 1px 5px #000000;
}
.dropdown-new:hover .submenu-new{
	display:block
}
.submenu-new-right{
	left: -100%;
}
@media (max-width: 767px){
	.submenu-new{
		display:block;
		position:relative;
		left:0px;
		background:none;
		border:none;
		margin-left:40px;
	}	
}
.submenu-mobile{
	list-style: none;
	margin-left: 20px;
}
@media (min-width: 768px){
	ul.navbar-nav li.dropdown:last-child ul.dropdown-menu{
	  right: 0px;
	}
	ul.navbar-nav li.dropdown:last-child ul.dropdown-menu li a{
	  text-align: right;
	}
	ul.navbar-nav li.dropdown:last-child ul.dropdown-menu li.dropdown-new ul.submenu-new{
	  padding-left: 0px !important;
	  padding-right: 20px;
	  left: -100%;
	}
	ul.navbar-nav li.dropdown:last-child ul.dropdown-menu li.dropdown-new ul.submenu-new li{
	  text-align: right;
	}
}
.caret-left{
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 5px solid transparent;
	border-right: 5px solid rgba(0, 0, 0, 1);
	border-bottom: 5px solid transparent;
	border-left: 5px solid rgba(3, 3, 3, 0);
	margin-top: 5px;
	float: left;
}
.caret-right{
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid rgba(0, 0, 0, 1);
	margin-top: 5px;
	float: right;
}
.top-new{
  background: #00726D;
  color: #b0b0b0;
  height: 37px;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  opacity: 1;
  z-index: 10000;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0 5px 15px -5px rgba(0,0,0,0.75);
  box-shadow: 0 5px 15px -5px rgba(0,0,0,0.75)
}
.language-id{
  float: left;
  padding-top: 3px;
  padding-right: 11px;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  padding-left: 11px;
  padding-bottom: 4px;
}
.language-en{
  float: left;
  padding-top: 3px;
  padding-right: 11px;
  border-right: 1px solid #000;
  padding-left: 11px;
  padding-bottom: 4px;
}
.language-id a,.language-en a,.account a{
	color: #fff;
	font-size: 13px;
	font-family:'BrandomGrotesque-reg', sans-serif;
}
.language-id a:hover,.language-en a:hover,.account a:hover{
	 color: #ddd;
}
.account{
  float: left;
  padding-top: 3px;
  padding-right: 11px;
  border-left: 1px solid #000;
  padding-left: 11px;
  padding-bottom: 4px;
}
.account a i{
	padding-right:3px;
}
#lang-current{
	font-weight: bold;
	pointer-events:none;
}
.fl-right{
	float:right !important;
}
.search-new{
	  height: 28px !important;
	  width: 220px !important;
	  font-size: 12px;
	  margin-top: 3px;
	  border-radius: 0;
}
.btn-search-new{
  border: none;
  background: none;
  float: right;
  position: relative;
  top: -23px;
  right: 5px;
}
.navbar{
	  padding: 50px 0px 20px !important;
}
@media(max-width:767px){
	.content-lang{
		width: 285px;
		margin: 0 auto;
	}
	.content-lang-new{
		width: 100px;
		margin: 0 auto;
	}
	.hidden-s{
		display:none !important;
	}
	.language-id,.language-en,.account{
		padding-bottom:0 !important;
		padding-top:7px !important;
	}
	.ct-navbarMobile a img{
		  width: 55px !important;
	}
	.language-id a:hover,.language-en a:hover,.account a:hover{
		font-weight:normal !important;
	}
	#lang-current{
		font-weight: normal !important;
	}
}
@media(max-width:240px){
	.language-id a span,.language-en a span{
		display:none !important;
	}
}
@media(min-width:768px) and (max-width:1200px){
	.navbar-brand{
		position:inherit !important;
	}
	.judulweb{
		position:inherit !important;
	}
	.tagweb{
		position:inherit !important;
	}
}

.ct-singleArticleContent img{
	width: auto;
	height: auto;
	max-width: 100%;
}

img{
	max-width: 100%;
}

.breadcrumb{
	background-color: rgb(0, 114, 109);
	border-radius: 0px;
	display: table;
	right: 0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 6px;
	font-size: 18px;
	width: auto;
	line-height: 28px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	bottom: -38px;
}
.breadcrumb li:before{
	content: "";
	display: none;
}
.breadcrumb li a{
	color: #000 !important;
	padding: 8px 10px 9px;
	background-color: #fff;
	font-size: 14px;
	border-right: 4px solid #4E001E;
	transition: all 0.3s;
}
.breadcrumb li a:hover{
	background-color: #A7174E;
	color: #fff !important;
}
.breadcrumb li.active{
	background-color: #A7174E;
	color: #FFF !important;
	border-right: 0px solid #4E001E;
	padding: 3px 25px;
	font-size: 14px;
    margin-left: -1px;
}
.breadcrumb.newbreadback{
    top: 50px;
    bottom: 0px;
    right: 5%;
    position: absolute;
    margin-right: 0px;
    margin-left: 0px;
    left: auto;
}
#owl-demo .item img{
	display: block;
	width: 100%;
	height: auto;
}
#owl-demo .owl-prev{
	position: absolute;
	top: 50%;
	color: #fff;
	font-size: 60px;
	left: 30px;
}
#owl-demo .owl-next{
	position: absolute;
	top: 50%;
	color: #fff;
	font-size: 60px;
	right: 30px;
}
.textslider{
	position: absolute;
	top: 0;
	height: 100%;
	bottom:0;
	left:0;
	right:0;
}
@media (min-width: 768px){
	.collapse.navbar-collapse.ct-menuMobile.content{
		display: none !important;
	}
}
@media(max-width:767px){
	.ct-h-big {
		font-size: 16px;
	}

	.ct-p-intro{
		font-size:7px !important;
	}
	.navbar-nav .dropdown-menu > li{
		padding: 0px;
	}
	.ct-menuMobile ul{
		width: 100%;
	}
	.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
		background-color: #A7174E;
		border-color: #A7174E;
		color: #fff;
	}
	.navbar-nav .dropdown-menu > li > a{
		background: #00726D !important;
		color: #fff !important;
		transition: all 0.3s;
		font-size: 12px;
		position: relative;
	}
	.navbar-nav .dropdown-menu > li > a:hover{
		background: #A7174E !important;
		color: #fff !important;
	}
	.navbar-nav .dropdown-menu > li.haschild > a:before{
		content: "";
		position: absolute;
		width: 13px;
		height: 3px;
		background: #fff;
		right: 15px;
		top: 22px;
	}
	.navbar-nav .dropdown-menu > li.haschild > a:after{
		content: "";
		position: absolute;
		width: 3px;
		height: 13px;
		background: #fff;
		right: 20px;
		top: 17px;
		transform: rotate(0deg);
	}
	.navbar-nav .dropdown-menu > li.haschild.openchild > a:after{
		transform: rotate(90deg);
	}
	.navbar-nav .dropdown-menu > li.haschild > ul{
		display: none;
		margin-left: 0px;
		border-top: 2px solid #6B1033;
		border-bottom: 2px solid #6B1033;
	}
	.navbar-nav .dropdown-menu > li.haschild > ul > li > a{
		display: block;
		font-size: 12px;
		padding: 8px;
		padding-left: 20px;
		background: #A7174E;
		color: #fff;
		transition: all 0.3s;
	}
	.navbar-nav .dropdown-menu > li.haschild > ul > li > a:hover{
		background: #00726D;
		color: #fff;
	}
}
.home-content {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
	padding: 0px 70px;
}
.home-text {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.pageart{
	display: table;
    margin-bottom: 50px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
}
.pageart li a{
	border-radius: 100% !important;
    height: 55px;
    width: 55px;
    padding-top: 4px;
	border: 4px double #F38CB3;
	transition: all 0.4s;
}
.pageart li.active a, .pageart li a:hover {
	border: 2px solid #8E0036;
}
#bannerads_slider{
	margin-top: -50px;
    margin-bottom: 40px;
}
#bannerads_slider .item-banner a, .sidebar_banner{
    display: block;
    position: relative;
	background: #fff;
}
#bannerads_slider .item-banner a:before{
	content: "";
	position: absolute;
    width: auto;
    height: auto;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    border: 1px solid #6C6C6C;
	opacity: 1;
	transition: all 0.4s;
}
#bannerads_slider .item-banner:hover a:before{
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
	opacity: 0;
}
.sidebar_banner:before{
	content: "";
	position: absolute;
    width: auto;
    height: auto;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    border: 1px solid #6C6C6C;
	opacity: 1;
	transition: all 0.4s;
}
.sidebar_banner:hover:before{
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
	opacity: 0;
}
#bannerads_slider .item-banner img, .sidebar_banner img{
    height: auto;
    width: auto;
	max-width: 100%;
	opacity: 0.7;
	transition: all 0.4s;
}
#bannerads_slider .item-banner:hover img, .sidebar_banner:hover img{
	opacity: 1 !important;
}
button.closecustom{
	position: absolute;
    opacity: 1;
    right: -40px;
    top: -15px;
    width: 30px;
    height: 30px;
    font-size: 60px;
    z-index: 1;
    color: #A7174E !important;
    text-shadow: 2px 1px 1px #6F1034;
}
button.closecustom span{
	line-height: 6px;
}
.nopadding{
	padding: 0px !important;
}
.videocontent iframe{
	width: 100%;
    max-width: 100%;
}
.modal-body a.popupgambar{
	width: 100%;
    margin: 0px;
    padding: 0px;
}
.modal-dialog{
	padding: 15px;
}
@media(max-width:767px){
	.postiframe iframe{
		width:100%;
	}
}
.postiframe img{
	max-width:100%;
	height: auto !important;
}
.elipsis{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.share-box{
	width: 100%;
    float: left;
    margin-bottom: 20px;
}
.fc-toolbar .fc-center h2{
	font-size: 45px; 
}
.footer-contact{
	color: #fff;
	list-style:none;
	padding:0;
	margin:0;
	float: left;
	width:100%;
}
.footer-contact li{
	color:#fff;
	margin-bottom: 10px;
	float: left;
	width:100%;
}
.footer-contact li span{
	float: left;
	width: 10%;
	margin-right: 2%;
}
.footer-contact li p{
	 color: #fff;
	font-size: 14px;
	display: inline-block;
	width: 88%;
	margin: 0;
	float: left;
}
.closevideo{
	position: absolute;
	opacity: 1;
	right: -40px;
	top: -15px;
	width: 30px;
	height: 30px;
	font-size: 60px;
	z-index: 1;
	color: #A7174E !important;
	text-shadow: 2px 1px 1px #6F1034;
}
iframe.videomodal{
	max-width: 100%;
}
.videocontent{
	padding: 0px !important;
}
.hiddentitleheader{
	opacity:0;
	position:absolute;
}
.width100{
	width: 100% !important;
}
.bgpage{
	min-height: 230px; height: 230px; 
	width: 100%; background-position: top center;background-repeat: no-repeat;background-size: 100%;
}
.nonotif{
	margin-bottom: 30px; margin-top: 0px; text-align: center;
}
.gbrlist{
	height: 330px; overflow: hidden; 
}
.minw150{
	min-width: 150px;
}
.nomb{
	margin-bottom: 0px !important;
}
.notifnew{
	text-align: center; margin-top: 40px; margin-bottom: 40px;
}
.dblock{
	display: block;
}
.lh25{
	line-height: 25px !important;
}
.mr5{
	margin-right: 5px !important;
}
.width99{
	width: 99% !important;
}
.mb40{
	margin-bottom:40px !important;
}
.footerarea{
	border-bottom: 2px solid #CBCCCC; border-top: 2px solid rgb(185, 185, 185);
}
.footercontent{
	margin-bottom: 50px; padding-top: 30px; margin-top: 10px;
}
.nomargin{
	margin: 0px !important;
}
.mb30{
	margin-bottom: 30px !important;
}
.titlefoot{
	text-align: center; margin-bottom: 55px;
}
.testirota{
	margin-top:30px !important;text-align: left !important; margin-bottom: 40px !important;max-height: unset !important;
}
.noborder{
	border:none !important
}
.isikomen{
	padding-left:0px; margin: 35px 0px;
}
.colorblack{
	color:#000;
}
.iconloca{
	width: 30px;margin-top: 5px;
}
.iconphone{
	width: 22px;margin-top: 7px;
}
.iconbbm{
	width: 22px;margin-top: 6px;margin-left: 1px;
}
.iconwa{
	width: 21px;margin-top: 6px;
}
.iconemail{
	width: 18px; margin-top: 3px;margin-left: 2px;
}
.pl25{
	padding-left: 25px !important;
}
.nomt{
	margin-top: 0px !important;
}
.font12{
	font-size: 12px !important;
}
.logohead{
	top: -10px; position: absolute;
}
.logohead img{
	max-width: 90px;
}
.mt25{
	margin-top: 25px !important;
}
.modal{
	z-index: 10000000 !important;
}
.borderhome{
	border-bottom: 2px solid #CBCCCC;
}
.imgbloghome{
	height: 225px; overflow: hidden;
}
.videobghome{
	min-height: 350px; height: 350px;
	background-position: 50% 29.56px;
}
.titlehome{
	margin-top: 0px; font-size: 33px; text-align: center;
}
.mt40{
	margin-top: 40px !important;
}
.iconplay{
	width:50px;height:50px;
}
.jdlvideo{
	text-align: left ! important; margin-top: 0px;
}
.textleft{
	text-align: left ! important;
}
.videobtn{
	line-height: 40px; margin-top: 30px; float: right;
}
.pt17{
	padding-top: 17px !important;
}
.noevent{
	padding: 20px; font-weight: bold;
}
.galleryhome{
	max-height: 250px; margin-bottom: 15px;
}
.mt100{
	margin-top: 100px !important;
}
.maxw600{
	max-width:600px;
}
.logbg{
	background-color: rgba(0, 0, 0, 0.49);
}
.alertlog{
	background-color: #A94442;
}
.alertsuc{
	background-color:#3C763D;
}
.accbg{
	background-color: rgba(0, 0, 0, 0.49);padding-top: 120px;
}
.font17{
	font-size: 17px !important;
}
.mr20{
	margin-right: 20px !important;
}
.btnvideo{
	width: 100%; margin-top: 20px;
}
.floatleft{
	float: left:
}
.notrans{
	text-transform: none !important;
}
.gbrfile{
	width:40%;
	height: 40px !important;
}
.height300{
	height: 300px;
}
.judulweb.nologo{
	position: initial;
}
.tagweb.nologo{
	position: initial;
}
.chatwithus{
	position: fixed;
    bottom: 50%;
    right: -55px;
    z-index: 1000000000;
    text-decoration: none;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.chatwithus img{
	width: 160px;
}
.stButton .stArrow{
	display:none !important;
}
.pointercursor{
	cursor: pointer;
}