@import "../plugins/magnificpopup/magnific-popup.css";
/*------------------------------------------------------------------
Project:	Corpress HTML Templare
Version:	1.0
Last change:	21 August 2014
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1.A. Google Fonts
1.B. Revolution Slider styles
1.C. Magnific popup styles
1.D. Font Awesome styles
1.E Yamm styles
1.F Flexslider styles
1.G Animate css styles
2. GENERAL STYLES
3. Typography
4. Buttons
5. Pagination
6. Alerts
7. Inputs
8. Pophover
9. Header styles
10. Navbar styles
11. Call to action
12. Sections
13. Media sections - video/parallax/kenburns
14. Process circles
15. Person box
16. Service box
17. Pre footer section
18. Footer
19. Articles
20. Counters
21. Blockquote
22. Tabs
23. Images widget
24. Project single
25. Project images
26. Lists
27. Pricing box
28. Accordion
29. Socials
30. Square icons
31. Charts
32. Progress bar
33. Twitter
34. Google map
35. Flexslider
36. Revslider
37. Time circle counter
38. Thumbnail scroller
39. Magnific popup
40. Isotope
41. Helpers
42. D3 swimmers
43. Wordpress
44. Media queries, adjustments
45. Motive colors

-------------------------------------------------------------------*/
.rev-slider {
  overflow: hidden !important;
}
#rev1 {
  height: 620px;
}
#rev2 {
  height: 840px;
}
/*!
 *  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
 * -------------------------- */

.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";
}
/*!
 * Yamm!3
 * Yet another megamenu for Bootstrap 3
 * 
 * http://geedmo.github.com/yamm3
 */
@media (min-width: 768px) {
  .yamm .nav,
  .yamm .collapse,
  .yamm .dropup,
  .yamm .dropdown {
    position: static;
  }
  .yamm .container {
    position: relative;
  }
  .yamm .dropdown-menu {
    left: auto;
    right: auto;
  }
  .yamm .navbar-right .dropdown-menu.yamm-dropdown {
    left: auto;
    right: 0;
  }
  .yamm .dropdown-menu.yamm-dropdown {
    min-width: 60%;
  }
  .yamm .yamm-content {
    padding: 30px 20px 0 20px;
  }
  .yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
  }
}
/*
 * 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('/assets/plugins/flexslider/fonts/flexslider-icon.eot');
  src: url('/assets/plugins/flexslider/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/assets/plugins/flexslider/fonts/flexslider-icon.woff') format('woff'), url('/assets/plugins/flexslider/fonts/flexslider-icon.ttf') format('truetype'), url('/assets/plugins/flexslider/fonts/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: 1000px;
  -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: -30px;
}
.flex-direction-nav .flex-next {
  right: -30px;
  text-align: right;
}
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
@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);
    -ms-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);
    -ms-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);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-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);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-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);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-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);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-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);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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;
    -ms-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-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);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-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);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-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);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-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);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-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);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-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);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-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);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-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);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-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);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-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);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-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);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-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);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-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);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-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);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-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);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-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);
    -ms-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;
  -ms-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);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-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);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-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);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    -ms-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);
    -ms-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;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-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;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-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;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-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;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-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;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-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;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-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;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-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;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-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;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-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;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-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;
    -ms-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);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-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);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-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);
    -ms-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);
    -ms-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;
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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;
    -ms-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);
    -ms-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);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-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);
    -ms-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);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-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);
    -ms-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);
    -ms-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;
    -ms-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;
}
/* ***************
   GENERAL STYLES
   ***************
   START EDIT HERE
*/
html,
body {
  height: 100%;
}
body {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #313842;
}
body.boxed #wrapper,
.ptn1 #wrapper,
.ptn2 #wrapper,
.ptn3 #wrapper,
.ptn4 #wrapper,
.ptn5 #wrapper,
.ptn6 #wrapper,
.ptn7 #wrapper,
.ptn8 #wrapper,
.ptn9 #wrapper,
.ptn10 #wrapper,
.ptn11 #wrapper,
.ptn12 #wrapper {
  max-width: 1200px;
  margin: auto;
  -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
}
.ptn1,
.ptn2,
.ptn3,
.ptn4,
.ptn5,
.ptn6,
.ptn7,
.ptn8,
.ptn9,
.ptn10,
.ptn11,
.ptn12 {
  background-attachment: fixed !important;
}
.ptn1 {
  background: url("../images/mochaGrunge.png") repeat;
}
.ptn2 {
  background: url("../images/bg_pattern_03.jpg") repeat;
}
.ptn3 {
  background: url("../images/bg_pattern_05.jpg") repeat;
}
.ptn4 {
  background: url("../images/bg_pattern_08.jpg") repeat;
}
.ptn5 {
  background: url("../images/bg_pattern_11.jpg") repeat;
}
img {
  max-width: 100%;
}
/* *************
   TYPOGRAPHY
   ************* */
.gloria {
  font-family: 'Gloria Hallelujah', cursive;
}
.no-gloria {
  font-family: 'Noto Sans KR', sans-serif;
}
a {
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: color;
  transition-property: color;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
a.grey {
  color: #b3b6b9;
}
p {
  margin-bottom: 22px;
  line-height: 24px;
}
p.small-margin {
  margin-bottom: 20px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 900;
  margin-top: 10px;
  line-height: 1.4;
}
h1.no-margin,
.h1.no-margin,
h2.no-margin,
.h2.no-margin,
h3.no-margin,
.h3.no-margin,
h4.no-margin,
.h4.no-margin,
h5.no-margin,
.h5.no-margin,
h6.no-margin,
.h6.no-margin {
  margin: 0;
  padding: 0;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  margin-bottom: 16px;
}
h5.hr-mid,
.h5.hr-mid,
h6.hr-mid,
.h6.hr-mid,
h5.hr-left,
.h5.hr-left,
h6.hr-left,
.h6.hr-left,
h5.hr-right,
.h5.hr-right,
h6.hr-right,
.h6.hr-right {
  padding-bottom: 15px;
}
.sidebar h1,
.sidebar .h1,
.sidebar h2,
.sidebar .h2,
.sidebar h3,
.sidebar .h3,
.sidebar h4,
.sidebar .h4,
.sidebar h5,
.sidebar .h5,
.sidebar h6,
.sidebar .h6 {
  margin-top: 30px;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: #313842;
}
.huge {
  font-size: 230px;
  line-height: 1;
  font-weight: 900;
}
.big {
  font-size: 120px;
  font-weight: 900;
  line-height: 1;
}
.big small {
  font-size: 72px;
  font-weight: 400;
}
.medium {
  font-size: 72px;
}
.aside-title {
  font-size: 90px;
  line-height: 1;
  font-weight: 900;
  display: block;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
}
.aside-title small {
  font-size: 30px;
}
.uppercase {
  text-transform: uppercase;
}
.white {
  color: #ffffff;
}
.red {
  color: #e92b2b;
}
.weight900 {
  font-weight: 900;
}
.weight700 {
  font-weight: 700;
}
.weight400 {
  font-weight: 400;
}
.weight300 {
  font-weight: 300;
}
.hr-mid,
.hr-left,
.hr-right {
  padding-bottom: 28px;
  position: relative;
  display: block;
}
.hr-mid:before,
.hr-left:before,
.hr-right:before {
  content: "";
  height: 3px;
  width: 80px;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.hr-mid + h1,
.hr-left + h1,
.hr-right + h1,
.hr-mid + .h1,
.hr-left + .h1,
.hr-right + .h1,
.hr-mid + h2,
.hr-left + h2,
.hr-right + h2,
.hr-mid + .h2,
.hr-left + .h2,
.hr-right + .h2,
.hr-mid + h3,
.hr-left + h3,
.hr-right + h3,
.hr-mid + .h3,
.hr-left + .h3,
.hr-right + .h3,
.hr-mid + h4,
.hr-left + h4,
.hr-right + h4,
.hr-mid + .h4,
.hr-left + .h4,
.hr-right + .h4,
.hr-mid + h5,
.hr-left + h5,
.hr-right + h5,
.hr-mid + .h5,
.hr-left + .h5,
.hr-right + .h5,
.hr-mid + h6,
.hr-left + h6,
.hr-right + h6,
.hr-mid + .h6,
.hr-left + .h6,
.hr-right + .h6 {
  margin-top: 0;
}
.section-title.hr-mid,
.section-title.hr-left,
.section-title.hr-right {
  padding-bottom: 18px;
}
.hr-mid:before {
  left: 50%;
  margin-left: -40px;
}
.hr-left:before {
  left: 0;
}
.hr-right:before {
  right: 0;
}
.section-title {
  margin-bottom: 35px;
  line-height: 52px;
}
.ct-ribbon {
  position: relative;
  color: #FFFFFF;
  margin-left: 40px;
  margin-right: 20px;
  padding-left: 15px;
  padding-right: 25px;
  display: inline-block;
}
.ct-ribbon:before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 52px;
  z-index: 0;
}
.ct-ribbon .ct-triangle {
  position: absolute;
  top: 0;
  left: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 25px 26px 0;
}
.ct-ribbon .ct-triangle:before {
  content: "";
  width: 9px;
  height: 9px;
  background-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;
  position: absolute;
  top: 50%;
  margin-top: -4.5px;
  left: 14px;
}
.ct-ribbon span {
  position: relative;
  z-index: 1;
}
.page-header {
  margin: 10px 0;
  border: none;
}
.text404 {
  font-size: 320px;
  color: #eaebec;
  line-height: 0.8;
  text-align: center;
  display: block;
  width: 100%;
}
.text404 small {
  text-transform: uppercase;
  font-size: 30px;
  display: block;
  width: 100%;
  text-align: right;
  font-weight: 800;
  line-height: 2;
}
.big_icon {
  font-size: 110px;
  margin-bottom: 60px;
  display: block;
}
.breadcrumb {
  background-color: transparent;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
}
.breadcrumb > li a {
  color: inherit;
}
.breadcrumb > .active {
  color: inherit;
}
.media-section .breadcrumb {
  margin-bottom: 0;
}
/* *******
   BUTTONS
   ******* */
button,
button:focus {
  outline: none;
}
.btn {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s all ease ease-out;
  -moz-transition: all 0.2s all ease ease-out;
  -o-transition: all 0.2s all ease ease-out;
  transition: all 0.2s all ease ease-out;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  font-weight: 400;
}
.btn i {
  margin-right: 10px;
}
.btn-xs {
  padding-top: 0px;
  padding-bottom: 0px;
}
.btn-xs i {
  margin-right: 5px;
}
.btn-sm {
  padding-top: 4px;
  padding-bottom: 4px;
}
.btn-lg {
  font-size: 16px;
  padding: 12px 20px;
}
.btn-lg i {
  font-size: 17px;
  position: relative;
  top: 1px;
}
.btn-border {
  border: 1px solid #cccccc;
  color: #313842;
  background-color: transparent;
}
.btn-border:hover,
.btn-border:active,
.btn-border:focus,
.btn-border.active {
  background: #fddb00;
  color: #4f4f4f;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #313842;
  border-color: #313842;
  color: #ffffff;
}
.bg3 .btn-border,
.bg4 .btn-border,
.media-section.darkbg .btn-border {
  border-color: #ffffff;
  color: #ffffff;
}
.bg3 .btn-border:hover,
.bg4 .btn-border:hover,
.media-section.darkbg .btn-border:hover {
  background: #FFFFFF;
  color: #1c2026;
}
.bg3 .btn-primary:hover,
.bg4 .btn-primary:hover,
.media-section.darkbg .btn-primary:hover,
.bg3 .btn-primary:focus,
.bg4 .btn-primary:focus,
.media-section.darkbg .btn-primary:focus,
.bg3 .btn-primary:active,
.bg4 .btn-primary:active,
.media-section.darkbg .btn-primary:active,
.bg3 .btn-primary.active,
.bg4 .btn-primary.active,
.media-section.darkbg .btn-primary.active {
  background-color: #FFFFFF;
  border-color: #ffffff;
}
.btn-default {
  border-color: #ffffff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  background-color: #313842;
  border-color: #313842;
  color: #ffffff;
}
.btn-default[disabled] {
  border-color: #ffffff;
}
.open .dropdown-toggle.btn-primary {
  background-color: #FFFFFF;
}

.btn + .btn {
  margin-right: 20px;
}
.dropdown-menu {
  -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;
  width: auto;
  border: none;
}
.dropdown-menu > li,
.dropdown-menu > li > a {
  white-space: nowrap;
}
.dropdown-menu > li a,
.dropdown-menu > li span {
  padding: 7px 8px;
  margin: 10px 10px;
  line-height: 1;
  display: block;
}
.dropdown-menu .badge {
  padding: 3px 7px;
  margin-top: -2px;
}
.dropdown-menu li {
  position: relative;
}
.dropdown-menu .label {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 8.5px 8px;
  height: 100%;
}
.dropdown-menu > li a {
  -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;
}
.dropdown-menu > li a:hover,
.dropdown-menu > li a:focus,
.dropdown-menu > li a:active {
  color: #ffffff;
  text-decoration: none;
}
.dropdown-menu li.active > a {
  background-color: #f8f8f8;
}
.btn-group-single {
  font-size: 0;
  display: inline-block;
}
.btn-group-single i {
  margin: 0;
}
.btn-group-single .btn {
  -webkit-transition: all none ease-out;
  -moz-transition: all none ease-out;
  -o-transition: all none ease-out;
  transition: all none ease-out;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.btn-group-single .btn + .btn {
  margin-left: -1px;
}
.btn-group-single:hover .btn-border {
  background: #313842;
  color: #ffffff;
  border-right: none;
}
.btn-group-single:hover .btn-border + .btn-border {
  border-left: none;
  margin-left: 1px;
}
/* **********
   PAGINATION
   ********** */
.pagination {
  margin: 0;
}
.pagination > li > a,
.pagination > li > span {
  color: #b3b6b9;
  border: transparent;
  padding: 4px 12px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: transparent;
  color: #313842;
}
.pagination > li:first-child a,
.pagination > li:last-child a {
  border: 1px solid #eaebec;
}
.pagination .active > a,
.pagination .active > span,
.pagination .active > a:hover,
.pagination .active > span:hover,
.pagination .active > a:focus,
.pagination .active > span:focus {
  color: #313842;
  background-color: transparent;
  border: transparent;
}
/* ******
   ALERTS
   ****** */
.alert {
  margin-bottom: 30px;
  padding: 27px;
  border: none;
}
.alert strong {
  text-transform: uppercase;
  font-size: 18px;
  display: block;
  font-weight: 800;
}
.alert .close {
  color: #ffffff;
  text-shadow: none;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.alert .close:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.alert-link {
  background-color: #eaebec;
}
.alert-danger {
  background-color: #ce0000;
  color: #ffffff;
}
.alert-success {
  background-color: #a5d400;
  color: #ffffff;
}
.alert-info {
  background-color: #4a9fe0;
  color: #ffffff;
}
.alert-warning {
  background-color: #eb8d1e;
  color: #ffffff;
}
/* ******
   INPUTS
   ****** */
label {
  font-weight: 400;
}
.form-control {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: transparent;
  border-color: rgba(0, 0, 0, 0.2);
}
.form-control:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #000000;
}
.bg3 .form-control,
.bg4 .form-control,
.bg5 .form-control,
.darkbg .form-control,
.main-footer .form-control {
  border-color: rgba(255, 255, 255, 0.2);
}
.bg3 .form-control:focus,
.bg4 .form-control:focus,
.bg5 .form-control:focus,
.darkbg .form-control:focus,
.main-footer .form-control:focus {
  border-color: #ffffff;
}
.input-group {
  width: 100%;
}
.form-group {
  margin-bottom: 30px;
}
.form-group-float-label input,
.form-group-float-label textarea {
  color: transparent;
}
.form-group-float-label input:focus,
.form-group-float-label textarea:focus,
.form-group-float-label input:valid,
.form-group-float-label textarea:valid {
  color: inherit;
}
.form-group-float-label + .help-block {
  margin-top: -25px;
  margin-bottom: 25px;
}
.ie9 .form-group-float-label input,
.ie9 .form-group-float-label textarea {
  color: inherit;
}
.bg3 .form-group-float-label label,
.bg4 .form-group-float-label label,
.bg5 .form-group-float-label label,
.darkbg .form-group-float-label label {
  color: #eaebec;
}
.bg3 .form-group-float-label input,
.bg4 .form-group-float-label input,
.bg5 .form-group-float-label input,
.darkbg .form-group-float-label input,
.bg3 .form-group-float-label textarea,
.bg4 .form-group-float-label textarea,
.bg5 .form-group-float-label textarea,
.darkbg .form-group-float-label textarea {
  color: transparent;
}
.bg3 .form-group-float-label input:focus,
.bg4 .form-group-float-label input:focus,
.bg5 .form-group-float-label input:focus,
.darkbg .form-group-float-label input:focus {
  color: #FFFFFF;
}
.bg3 .form-group-float-label textarea:focus,
.bg4 .form-group-float-label textarea:focus,
.bg5 .form-group-float-label textarea:focus,
.darkbg .form-group-float-label textarea:focus {
  color: #FFFFFF;
}
.bg3 .form-group-float-label input:valid,
.bg4 .form-group-float-label input:valid,
.bg5 .form-group-float-label input:valid,
.darkbg .form-group-float-label input:valid,
.bg3 .form-group-float-label textarea:valid,
.bg4 .form-group-float-label textarea:valid,
.bg5 .form-group-float-label textarea:valid,
.darkbg .form-group-float-label textarea:valid {
  color: #FFFFFF;
}
.bg3 .form-group-float-label input.notempty,
.bg4 .form-group-float-label input.notempty,
.bg5 .form-group-float-label input.notempty,
.darkbg .form-group-float-label input.notempty,
.bg3 .form-group-float-label textarea.notempty,
.bg4 .form-group-float-label textarea.notempty,
.bg5 .form-group-float-label textarea.notempty,
.darkbg .form-group-float-label textarea.notempty {
  color: #FFFFFF;
}
.form-group-float-label {
  position: relative;
  /* we put label on top of the input*/
}
.form-group-float-label input.input-lg {
  height: 55px;
}
.form-group-float-label input {
  padding-right: 30px;
  width: 100% !important;
}
.form-group-float-label button.button-arrow {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
}
.form-group-float-label label {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: 18px;
  color: #989ba0;
  z-index: 1;
  font-size: 16px;
  white-space: nowrap;
  cursor: text;
  transition: all .1s ease;
  margin-bottom: 0;
}
.form-group-float-label textarea + label {
  margin-top: auto;
  top: 15px;
}
.form-group-float-label input:focus + label {
  font-size: 12px;
  font-weight: bold;
  top: -6px;
  left: 0;
}
.form-group-float-label input:valid + label {
  font-size: 12px;
  font-weight: bold;
  top: -6px;
  left: 0;
}
.form-group-float-label textarea.notempty + label,
.form-group-float-label textarea:focus + label {
  font-size: 12px;
  font-weight: bold;
  top: -6px;
  left: 0;
}
.form-group-float-label textarea:valid + label {
  font-size: 12px;
  font-weight: bold;
  top: -6px;
  left: 0;
}
.form-group-float-label input.notempty + label,
.form-group-float-label input[value]:not(empty) + label {
  font-size: 12px;
  font-weight: bold;
  top: -6px;
  left: 0;
}
.form-group-float-label textarea:focus + label {
  top: -17px;
}
.form-group-float-label textarea:valid + label {
  top: -17px;
}
.form-group-float-label textarea.notempty + label,
.form-group-float-label textarea[value]:not(empty) + label {
  top: -17px;
}
.form-group-float-label input:valid + label {
  color: green;
}
.form-group-float-label textarea:valid + label {
  color: green;
}
.form-group-float-label input:focus:invalid + label {
  color: inherit;
}
.form-group-float-label textarea:focus:invalid + label {
  color: inherit;
}
.form-group-float-label input:required:valid + label::before {
  color: green;
}
.form-group-float-label textarea:required:valid + label::before {
  color: green;
}
.form-group-float-label ::-webkit-input-placeholder {
  color: transparent;
  display: none;
}
.form-group-float-label :-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}
.form-group-float-label ::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}
.form-group-float-label :-ms-input-placeholder {
  color: transparent;
}
.form-inline > div {
  margin-right: 10px;
}
.form-horizontal .form-group {
  margin-bottom: 15px;
}
.search-widget .btn {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  border-color: transparent;
  color: inherit;
  z-index: 2;
}
.search-widget .btn i {
  margin: 0;
}
.search-widget .btn:hover,
.search-widget .btn:focus,
.search-widget .btn:active {
  outline: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* ********
   POPHOVER
   ********* */
.popover {
  max-width: 360px;
  -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;
}
.popover img {
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover-title {
  background-color: #ffffff;
  padding: 30px 0 20px 0;
  margin: 0 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  position: relative;
}
.popover-content {
  padding: 20px 30px;
  text-align: center;
  font-size: 16px;
}
/* *************
   HEADER STYLES
   ************* */
body.header-light header {
  background-color: #f4f5f5;
  color: #686d74;
}
body.header-light header i.fa {
  color: #313842;
}
body.header-dark header {
  background-color: rgba(11,91,174,1.0);
  color: rgba(255,255,255,1.0);
}
body.header-dark header i.fa {
  color: #ffffff;
}
body.header-darkblue header {
  background-color: #313842;
  color: #ffffff;
}
body.header-darkblue header i.fa {
  color: #ffffff;
}
body.header-color header {
  color: #ffffff;
}
body.header-color header i.fa {
  color: #ffffff;
}
header {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header .text-wrapper {
  display: inline-block;
  padding: 13px 20px 13px 0;
  font-size: 14px;
  line-height: 1;
}
header .text-wrapper:last-child {
  padding-right: 0;
}
header .btn.btn-link {
  padding: 0;
  border: none;
  line-height: 1;
  margin-top: -3px;
}
header ul,
header ol {
  margin: 0;
}
header ul .text-wrapper,
header ol .text-wrapper {
  padding: 13px 0;
}
header a,
header .btn-link {
  color: inherit;
}
/* *************
   NAVBAR STYLES
   ************* */
body.navbar-light .navbar {
  background-color: #ffffff;
}
body.navbar-dark .navbar {
  background-color: rgba(0,53,142,1.0);
  color: #ffffff;
}
body.navbar-dark .navbar .dropdown-menu {
  color: #313842;
}
body.navbar-transparent .navbar {
  background-color: rgba(16,124,221,1.0);
  position: absolute;
  z-index: 999;
  right: 0;
  left: 0;
  color: #ffffff;
}
body.navbar-transparent .navbar .dropdown-menu {
  color: #313842;
}
body.navbar-with-shadow .navbar {
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
body.navbar-fixed {
  padding-top: 80px;
}
body.navbar-fixed .navbar {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
}
body.navbar-fixed.with-topbar {
  padding-top: 120px;
}
body.navbar-fixed.with-topbar header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
body.navbar-fixed.with-topbar .navbar {
  top: 40px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.navbar-fixed.navbar-transparent,
body.navbar-fixed.revert-to-transparent {
  padding-top: 0;
}
body.navbar-middle .navbar .navbar-header {
  position: absolute;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  text-align: center;
}
body.navbar-middle .navbar .navbar-header .navbar-brand {
  float: none;
}
body.hide-topbar header {
  top: -40px !important;
}
body.hide-topbar .navbar {
  top: 0 !important;
}
.navbar {
  z-index: 4;
  font-size: 12px;
  margin-bottom: 0;
  border: none;
  -webkit-transition: all 0.4s background-color ease ease-out;
  -moz-transition: all 0.4s background-color ease ease-out;
  -o-transition: all 0.4s background-color ease ease-out;
  transition: all 0.4s background-color ease ease-out;
  -webkit-transition: 0.4s background-color ease;
  -o-transition: 0.4s background-color ease;
  transition: 0.4s background-color ease;
}
.navbar a {
  color: inherit;
}
.nav > li {
  list-style: none;
}
.nav > li > a {
  text-transform: uppercase;
  line-height: 1;
  padding: 34px 10px 34px 10px;
  font-weight: 800;
}
.nav > li > a,
.nav > li > a:hover,
.nav > li > a:focus,
.nav > li > a:active {
  background: transparent;
  color: inherit;
}
.navbar-nav.navbar-right:last-child {
  margin-right: 0;
}
.navbar-brand {
  padding: 0 15px;
  line-height: 80px;
  height: 80px;
}
.navbar-brand > img {
  display: inline-block !important;
}
.navbar-form {
  margin-top: 23px;
  margin-bottom: 23px;
}
.navbar-toggle {
  margin-top: 23px;
  margin-bottom: 23px;
}
.navbar-toggle .icon-bar {
  background-color: #333333;
}
#magic-line {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100px;
  height: 4px;
  pointer-events: none;
}
body.navbar-sidebar.boxed #wrapper,
body.navbar-sidebar.ptn1 #wrapper,
body.navbar-sidebar.ptn2 #wrapper,
body.navbar-sidebar.ptn3 #wrapper,
body.navbar-sidebar.ptn4 #wrapper,
body.navbar-sidebar.ptn5 #wrapper,
body.navbar-sidebar.ptn6 #wrapper,
body.navbar-sidebar.ptn7 #wrapper,
body.navbar-sidebar.ptn8 #wrapper,
body.navbar-sidebar.ptn9 #wrapper,
body.navbar-sidebar.ptn10 #wrapper,
body.navbar-sidebar.ptn11 #wrapper,
body.navbar-sidebar.ptn12 #wrapper {
  max-width: 100%;
}
body.navbar-sidebar #magic-line {
  left: auto;
  right: 0;
}
body.navbar-sidebar .navbar .navbar-nav > li.dropdown {
  pointer-events: none;
}
body.navbar-sidebar .navbar.open .navbar-nav > li.dropdown {
  pointer-events: auto;
}
.yamm-dropdown li a,
.yamm-fw li a,
.yamm-dropdown li span,
.yamm-fw li span {
  margin-left: 0;
  margin-right: 0;
}
.yamm-dropdown .row,
.yamm-fw .row {
  margin-left: -20px;
  margin-right: -20px;
}
.yamm-dropdown .navbar-title,
.yamm-fw .navbar-title {
  text-transform: uppercase;
  font-weight: 800;
  display: block;
  white-space: nowrap;
  margin-top: 0;
  padding-top: 0;
}
.yamm-dropdown .nav-image,
.yamm-fw .nav-image {
  margin-top: -30px;
  padding: 0px;
  text-align: right;
}
.yamm-dropdown .nav-image img,
.yamm-fw .nav-image img {
  max-width: 100%;
}
.yamm-dropdown .nav-bottom,
.yamm-fw .nav-bottom {
  background: #f8f8f8;
}
.yamm-dropdown .nav-bottom .btm-sec,
.yamm-fw .nav-bottom .btm-sec {
  margin-left: 0;
  margin-right: 0;
  text-transform: uppercase;
  display: inline-block;
  border-right: 1px solid #9a9c9f;
}
.yamm-dropdown .nav-bottom .btm-sec img,
.yamm-fw .nav-bottom .btm-sec img {
  vertical-align: text-top;
}
.yamm-dropdown .nav-bottom .btm-sec:last-child,
.yamm-fw .nav-bottom .btm-sec:last-child {
  border: none;
}
.yamm-dropdown .list-unstyled,
.yamm-fw .list-unstyled {
  margin-bottom: 20px;
}
.showHeaderSearch {
  float: right;
  line-height: 1;
  padding: 34px 0 34px 30px;
  margin-right: -15px;
  outline: none;
  color: inherit;
}
.showHeaderSearch:hover,
.showHeaderSearch:focus {
  color: #333;
  outline: none;
}
.headerSearchClose,
.headerLoginClose {
  top: 40px;
  right: 40px;
  position: absolute;
  padding: 0px;
  margin-right: 0px;
  font-size: 48px;
  color: #ffffff !important;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all all 0.2s ease ease-out;
  -moz-transition: all all 0.2s ease ease-out;
  -o-transition: all all 0.2s ease ease-out;
  transition: all all 0.2s ease ease-out;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.headerSearchClose:hover,
.headerLoginClose:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-search,
.header-login {
  z-index: 9999;
  position: fixed;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #ffffff;
}
.header-search a,
.header-login a {
  color: #ffffff;
  margin-top: 20px;
  display: block;
}
.header-search .display-table,
.header-login .display-table {
  height: 100%;
}
.header-search form,
.header-login form {
  width: 100%;
}
.header-search label,
.header-login label {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 300;
}
.header-search input,
.header-login input {
  text-align: center;
  border: 0;
  width: 450px;
  max-width: 100%;
  margin: auto;
  color: #fff;
  color: rgba(255, 255, 255, 0.85);
  height: auto;
  padding: 5px 0;
  font-size: 48px;
  line-height: 48px;
  background: transparent;
  font-weight: 700;
}
.header-search input:-moz-placeholder,
.header-login input:-moz-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  text-transform: uppercase;
}
.header-search input::-moz-placeholder,
.header-login input::-moz-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
  text-align: center;
  text-transform: uppercase;
}
.header-search input:-ms-input-placeholder,
.header-login input:-ms-input-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  text-transform: uppercase;
}
.header-search input::-webkit-input-placeholder,
.header-login input::-webkit-input-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  text-transform: uppercase;
}
.header-search .header-search-icon,
.header-login .header-search-icon {
  border: 0;
  padding: 0;
  margin: 0;
  color: #fff;
  -webkit-transition: all all 0.2s ease ease-out;
  -moz-transition: all all 0.2s ease ease-out;
  -o-transition: all all 0.2s ease ease-out;
  transition: all all 0.2s ease ease-out;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 60px;
  margin: auto;
  display: block;
  background: transparent;
  outline: none;
}
.header-search .remember-box,
.header-login .remember-box {
  padding: 0;
  margin-top: 20px;
}
.header-search .remember-box label,
.header-login .remember-box label {
  font-size: 16px;
}
.header-search .remember-box label:before,
.header-login .remember-box label:before {
  width: 25px;
  display: inline-block;
  content: "\f00d";
  padding-right: 5px;
  font-family: fontawesome;
}
.header-search .remember-box input,
.header-login .remember-box input {
  float: none;
  width: auto;
  display: none;
}
.header-search .remember-box input[type=checkbox]:checked + label:before,
.header-login .remember-box input[type=checkbox]:checked + label:before {
  content: "\f00c";
}
/* **************
   CALL TO ACTION
   ************** */
.call-box {
  width: 100%;
  padding: 20px 0;
  display: table;
}
.call-box.bg2 {
  color: inherit;
}
.call-box .inner {
  display: table-cell;
  vertical-align: middle;
}
.call-box .table-cell {
  margin: 0 10px;
}
.call-box .table-cell:first-child {
  margin-left: 0;
  padding-left: 0;
}
.call-box .table-cell:last-child {
  margin-right: 0;
  padding-right: 0;
}
.call-box .col-md-7,
.call-box .col-md-5,
.call-box .col-md-8,
.call-box .col-md-4 {
  float: none;
}
.call-box h1,
.call-box h2,
.call-box h3,
.call-box h4,
.call-box h5,
.call-box h6,
.call-box .h1,
.call-box .h2,
.call-box .h3,
.call-box .h4,
.call-box .h5,
.call-box .h6 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.call-box h1.no-margin,
.call-box h2.no-margin,
.call-box h3.no-margin,
.call-box h4.no-margin,
.call-box h5.no-margin,
.call-box h6.no-margin,
.call-box .h1.no-margin,
.call-box .h2.no-margin,
.call-box .h3.no-margin,
.call-box .h4.no-margin,
.call-box .h5.no-margin,
.call-box .h6.no-margin {
  margin: 0;
}
.call-box p {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .call-box .row {
    width: 100%;
    display: table;
    margin: 0;
  }
}
.container .call-box {
  padding-left: 40px;
  padding-right: 40px;
}
/* ********
   SECTIONS
   ******** */
.sidebar-left {
  margin-bottom: 40px;
}
.section {
  padding-top: 90px;
  padding-bottom: 90px;
}
.section.small,
.section.small-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
.section.border {
  border: 1px solid #cccccc;
}
.section-top {
  padding-top: 90px;
}
.section-top.small,
.section-top.small-padding {
  padding-top: 40px;
}
.section-top.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
.section-bottom {
  padding-bottom: 90px;
}
.section-bottom.small,
.section-bottom.small-padding {
  padding-bottom: 40px;
}
.section-bottom.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
hr.hr-shadow {
  background: url("../images/divider.png") no-repeat center;
  border: none;
  width: 100%;
  height: 38px;
}
.bg1 {
  background-color: #ffffff;
}
.bg2 {
  background-color: #f4f5f5;
}
.bg3 {
  background-color: #313842;
  color: #FFFFFF;
}
.bg3 .hr-mid:before,
.bg3 .hr-left:before,
.bg3 .hr-right:before {
  background: rgba(255, 255, 255, 0.2);
}
.bg4 {
  color: #ffffff;
}
.bg4 .hr-mid:before,
.bg4 .hr-left:before,
.bg4 .hr-right:before {
  background: rgba(255, 255, 255, 0.2);
}
.bg4 a {
  color: #1e2329;
}
.bg4 a:hover,
.bg3 a:hover,
.bg4 a:focus,
.bg3 a:focus,
.bg4 a:active,
.bg3 a:active {
  color: #ffffff;
}
.bg5 {
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}
.fullscreenvideo:before {
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.bg6 {
  background-color: #333333;
  color: #ffffff;
}
.bg6 .hr-mid:before,
.bg6 .hr-left:before,
.bg6 .hr-right:before {
  background: rgba(255, 255, 255, 0.2);
}
.bg6 .btn-border {
  color: #ffffff;
  border-color: #ffffff;
}
.bg6 .btn-border:hover,
.bg6 .btn-border:focus,
.bg6 .btn-border:active {
  background-color: #ffffff;
  color: #313842;
}
.darkbg {
  color: #ffffff;
}
.darkbg .popover {
  color: #313842;
}
/* **************************************
   MEDIA SECTIONS - VIDEO/PARALLAX/KENBURNS
   **************************************** */
video {
  width: 100%;
}
.media-section {
  display: table;
  width: 100%;
  background-color: #ffffff;
  position: relative;
}
.media-section video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
}
.media-section .inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 130px 0;
  width: 100%;
}
.media-section.no-padding .inner {
  padding: 0px;
}
.media-section.darkbg {
  color: #ffffff;
}
.media-section.darkbg .hr-mid:before,
.media-section.darkbg .hr-left:before,
.media-section.darkbg .hr-right:before {
  background: rgba(255, 255, 255, 0.2);
}
.media-section[data-type="background"] {
  background-repeat: repeat;
}
.media-section[data-type="parallax"] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.media-section[data-type="parallax"].stellar {
  overflow: hidden;
}
.media-section[data-type="video"] {
  overflow: hidden;
  display: block;
}
.media-section[data-type="video"] .display-table {
  height: 100%;
}
.media-section[data-type="video"] .video {
  position: absolute;
  min-width: 100%;
  overflow: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.media-section[data-type="kenburns"] {
  overflow: hidden;
}
.media-section[data-type="kenburns"] .media-section-image-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
}
.media-section[data-type="kenburns"] .media-section-image-container > img {
  vertical-align: middle;
  width: 105%;
  position: absolute;
  top: 50%;
  margin-top: -550px;
  min-height: 100%;
  max-width: none;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  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;
}
.media-section[data-type="kenburns"] .media-section-image-container > img.singlefx {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.media-section[data-type="kenburns"] .media-section-image-container > img {
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}
.media-section[data-type="kenburns"] .media-section-image-container :nth-child(2n+1) {
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
}
.media-section[data-type="kenburns"] .media-section-image-container :nth-child(3n+1) {
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}
.media-section[data-type="kenburns"] .media-section-image-container :nth-child(4n+1) {
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
}
.media-section[data-type="kenburns"] .media-section-image-container .fx:first-child + img ~ img {
  z-index: -1;
}
.media-section[data-type="kenburns"] .media-section-image-container .fx {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  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);
}
.media-section[data-type="kenburns"] .media-section-image-container .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) 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);
  }
}
.stellar-object {
  position: absolute;
}
/* ***************
   PROCESS CIRCLES
   *************** */
.ct-process {
  background: url("../images/lines.png") repeat-x center;
  font-size: 30px;
  margin-bottom: 50px;
}
.ct-process img {
  background-color: #FFFFFF;
  padding: 14px;
  margin: auto;
  margin-top: 50px;
  -webkit-transition: all 0.4s all ease ease-out;
  -moz-transition: all 0.4s all ease ease-out;
  -o-transition: all 0.4s all ease ease-out;
  transition: all 0.4s all ease ease-out;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
  background: url("../images/process-circle.jpg") no-repeat center center;
  background-size: cover;
}
.ct-process .shadow {
  width: 149px;
  height: 24px;
  margin: auto;
  background: url("../images/process-shadow.png") no-repeat center center;
}
.ct-process .ct-process-right,
.ct-process .ct-process-left {
  color: #FFFFFF;
  position: relative;
  width: 60px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: block;
}
.ct-process .ct-process-right:before,
.ct-process .ct-process-left:before {
  content: "";
  position: absolute;
  top: 0;
}
.ct-process .ct-process-right:before {
  right: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 25px;
  border-color: transparent transparent transparent #007bff;
}
.ct-process .ct-process-left:before {
  left: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 25px 0;
}
.ct-process.flexslider {
  text-align: center;
  background: url("../images/lines.png") repeat-x center;
}
.ct-process.flexslider .slides li {
  padding: 0 50px;
}
.ct-process.flexslider .flex-direction-nav .flex-prev,
.ct-process.flexslider .flex-direction-nav .flex-next {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
  text-align: center;
  color: #ffffff;
  text-shadow: none;
  width: 40px;
  height: 50px;
  overflow: visible;
}
.ct-process.flexslider .flex-direction-nav .flex-prev:before,
.ct-process.flexslider .flex-direction-nav .flex-next:before {
  display: none;
}
.ct-process.flexslider .flex-direction-nav a.flex-next {
  right: -20px;
}
.ct-process.flexslider .flex-direction-nav a.flex-next:after {
  right: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 25px;
  border-color: transparent transparent transparent #2b8be9;
}
.ct-process.flexslider .flex-direction-nav a.flex-prev {
  left: -20px;
}
.ct-process.flexslider .flex-direction-nav a.flex-prev:after {
  left: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 25px 0;
  border-color: transparent #2b8be9 transparent transparent;
}
.ct-process.flexslider .flex-direction-nav a {
  background: #2b8be9;
}
.ct-process.flexslider .flex-direction-nav a:before {
  font-size: 50px;
}
.ct-process.flexslider .flex-direction-nav a:after {
  content: "";
  position: absolute;
  top: 0;
}
.ct-process.flexslider:hover .flex-direction-nav a.flex-next {
  right: -20px;
}
.ct-process.flexslider:hover .flex-direction-nav a.flex-prev {
  left: -20px;
}
@media (max-width: 767px) {
  .ct-process.flexslider .flex-direction-nav a.flex-next {
    right: 20px !important;
  }
  .ct-process.flexslider .flex-direction-nav a.flex-prev {
    left: 20px !important;
  }
}
/* **********
   PERSON BOX
   ********** */
.person-box {
  text-align: center;
}
.person-box .image-wrapper {
  width: 100%;
  overflow: hidden;
}
.person-box .hr-mid,
.person-box .hr-left,
.person-box .hr-right {
  margin-top: 30px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
/* ***********
   SERVICE BOX
   *********** */
.service-box {
  text-align: center;
  border: 1px solid #313842;
  padding: 30px;
  -webkit-transition: all 0.2s all ease ease-out;
  -moz-transition: all 0.2s all ease ease-out;
  -o-transition: all 0.2s all ease ease-out;
  transition: all 0.2s all ease ease-out;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.service-box i {
  font-size: 80px;
  display: block;
  margin-bottom: 30px;
}
.service-box.withhover:hover {
  color: #ffffff;
}
.darkbg .service-box {
  border-color: #ffffff;
}
/* *******************
    PRE FOOTER SECTION
    ****************** */
.pre-footer-image {
  background-position: center bottom;
  background-repeat: no-repeat;
}
.pre-footer {
  background-color: #f4f5f5;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.pre-footer h1,
.pre-footer .h1,
.pre-footer h2,
.pre-footer .h2,
.pre-footer h3,
.pre-footer .h3,
.pre-footer h4,
.pre-footer .h4,
.pre-footer h5,
.pre-footer .h5,
.pre-footer h6,
.pre-footer .h6 {
  margin-top: 0;
}
.pre-footer .flexslider {
  margin-bottom: 40px;
}
/* ******
   FOOTER
   ******* */
footer.main-footer {
  position: relative;
  background-color: #262626;
  color: #FFFFFF;
  padding: 50px 0;
}
footer.main-footer a:hover,
footer.main-footer a:focus,
footer.main-footer a:active {
  text-decoration: none;
}
footer.main-footer .footer-contacts {
  line-height: 30px;
  padding-top: 5px;
  display: block;
}
#backtoTop {
  display: block;
  width: 41px;
  height: 41px;
  line-height: 41px;
  font-size: 30px;
  color: #FFFFFF;
  position: absolute;
  text-align: center;
  left: 50%;
  margin-left: -20.5px;
  bottom: -20px;
  -webkit-transition: all 0.2s bottom ease ease-out;
  -moz-transition: all 0.2s bottom ease ease-out;
  -o-transition: all 0.2s bottom ease ease-out;
  transition: all 0.2s bottom ease ease-out;
  -webkit-transition: 0.2s bottom ease;
  -o-transition: 0.2s bottom ease;
  transition: 0.2s bottom ease;
  cursor: pointer;
}
.post-footer {
  background-color: #0d0d0d;
  padding: 25px 0;
  color: #ffffff;
}
.post-footer ul,
.post-footer ol {
  margin-bottom: 0;
}
.post-footer ul a,
.post-footer ol a {
  color: #868686;
}
/* ********
   ARTICLES
   ******** */
article a:before,
.widget ul > li article a:before {
  display: none;
}
article a:hover,
.widget ul > li article a:hover {
  color: #313842;
}
article h4 a,
.widget ul > li article h4 a {
  color: #313842;
}
article .date,
.widget ul > li article .date {
  float: left;
  margin-right: 20px;
}
article .date .day,
.widget ul > li article .date .day,
article .date .month,
.widget ul > li article .date .month {
  display: block;
  text-align: center;
}
article .date .day,
.widget ul > li article .date .day {
  width: 72px;
  height: 72px;
  background-color: #f4f5f5;
  font-size: 30px;
  font-weight: 800;
  line-height: 72px;
  margin-bottom: 2px;
}
article .date .month,
.widget ul > li article .date .month {
  color: #FFFFFF;
  text-transform: uppercase;
}
.pre-footer article .date .day,
.bg2 article .date .day,
.bg3 article .date .day,
.bg4 article .date .day {
  background-color: #ffffff;
}
.with-isotope article.journal {
  margin-bottom: 60px;
}
article.journal .media-object {
  margin-bottom: 20px;
}
article.journal .media-object img {
  width: 100%;
}
article.journal h4 {
  margin-bottom: 0;
}
article.journal span.meta {
  margin-bottom: 25px;
  margin-top: 3px;
  display: block;
  color: #acaeb1;
}
article.journal span.meta .meta-single {
  display: inline-block;
  margin-right: 16px;
}
article.journal span.meta .meta-single.uppercase {
  font-size: 12px;
}
article.journal span.meta i {
  color: #313842;
  margin-right: 3px;
}
article.journal span.meta a {
  color: #acaeb1;
}
article.journal span.meta a:hover,
article.journal span.meta a:focus {
  color: #313842;
}
.journalblock {
  padding: 30px;
  margin-bottom: 20px;
}
.blog-small .media-object {
  width: 40%;
  float: left;
}
.article-tags {
  margin-bottom: 20px;
}
.article-tags a {
  font-size: 14px;
  color: #cbcdd0;
  border: 1px solid #cbcdd0;
  padding: 5px 9px;
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
}
.article-tags a:hover,
.article-tags a:focus,
.article-tags a:active {
  color: #cbcdd0;
  border-color: #cbcdd0;
}
.commentList .media > .pull-left {
  margin-right: 20px;
}
.commentList .media-heading {
  display: inline-block;
}
.commentList .reply-button {
  color: inherit;
}
/* ********
   COUNTERS
   ******** */
.icon-counter {
  text-align: center;
}
.icon-counter .counter {
  display: block;
  font-size: 60px;
  line-height: 1;
  margin-top: 30px;
  font-weight: 300;
}
.icon-counter .counter.big {
  font-size: 120px;
  font-weight: 800;
  line-height: 1;
}
.icon-counter .description {
  display: block;
  margin-top: 30px;
}
/* **********
   BLOCKQUOTE
   ********** */
blockquote.type1 {
  padding: 40px 40px 80px 40px;
  margin-bottom: 40px;
  border: none;
  color: #FFFFFF;
  position: relative;
  margin-top: 20px;
}
blockquote.type1:before {
  font-family: fontawesome;
  content: "\f10d";
  background-color: #313842;
  width: 40px;
  height: 40px;
  color: #ffffff;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: -20px;
  text-align: center;
  line-height: 40px;
}
blockquote.type1 footer {
  position: absolute;
  bottom: -40px;
  width: 100%;
}
blockquote.type1 footer:before {
  display: none;
}
blockquote.type1 footer figcaption {
  display: none;
}
blockquote.type1 figure {
  max-width: 100px;
  float: left;
}
blockquote.type1 cite {
  display: block;
  color: #FFFFFF;
  float: left;
  margin-left: 20px;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 60px;
  width: 50%;
}
blockquote.type1 .underline {
  display: block;
  float: left;
  margin-left: 20px;
  line-height: 40px;
  font-size: 16px;
  color: #313842;
  width: 50%;
}
blockquote.type2 {
  font-size: 18px;
  border: none;
  text-align: center;
}
blockquote.type2 footer {
  margin-top: 35px;
  font-size: 18px;
  color: inherit;
}
blockquote.type2 footer:before {
  display: none;
}
blockquote.type2 footer cite {
  font-weight: 600;
}
blockquote.type1 .author.white cite,
blockquote.type2 .author.white cite {
  color: #ffffff;
}
/* ****
   TABS
   **** */
.nav-tabs > li > a {
  font-size: 12px;
  outline: none;
  font-weight: 400;
  padding: 20px;
}
.tabs-horizontal > .nav-tabs li.active a:before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  top: -2px;
  left: 0px;
}
.tabs-vertical > .nav-tabs > li {
  float: none;
}
.tabs-vertical > .nav-tabs > li > a {
  margin-right: 0;
  border: 1px solid #eaebec;
  border-left: none;
  white-space: nowrap;
  margin-right: -2px;
  background-color: #ffffff;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tabs-vertical > .nav-tabs {
  display: table-cell;
  vertical-align: top;
  border-bottom: none;
}
.tabs-vertical > .nav-tabs > li > a:hover,
.tabs-vertical > .nav-tabs > li > a:focus {
  border-color: #e5e5e5;
  background-color: #fafafa;
  border-left: none;
}
.tabs-vertical > .nav-tabs .active > a,
.tabs-vertical > .nav-tabs .active > a:hover,
.tabs-vertical > .nav-tabs .active > a:focus {
  border-right-color: #ffffff;
}
.tabs-vertical > .nav-tabs li.active a:before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.tabs-horizontal .tab-content {
  padding-top: 15px;
}
.tabs-vertical .tab-content {
  display: table-cell;
  border: none;
  padding: 0 15px;
}
/* ******
   TABLES
   ****** */
.table > thead > tr > th {
  border: none;
  font-weight: normal;
  color: #ffffff;
  padding: 12px 8px;
    text-align: center;
}
.table tbody > tr:first-child > td {
  border-top: none;
}
/* *************
   IMAGES WIDGET
   ************* */
.images-widget {
  font-size: 0;
}
.images-widget img {
  width: 33.33333333333333%;
}
.images-widget a {
  -webkit-transition: all 0.2s all ease ease-out;
  -moz-transition: all 0.2s all ease ease-out;
  -o-transition: all 0.2s all ease ease-out;
  transition: all 0.2s all ease ease-out;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.images-widget a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* **************
   tT SINGLE
   ************** */
.navigation-title {
  position: absolute;
  width: 100%;
}
.navigation-title a {
  width: 25px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
}
.navigation-title a:hover,
.navigation-title a:focus,
.navigation-title a:active {
  color: #ffffff;
}
.project-desc h1,
.project-desc .h1,
.project-desc h2,
.project-desc .h2,
.project-desc h3,
.project-desc .h3,
.project-desc h4,
.project-desc .h4,
.project-desc h5,
.project-desc .h5,
.project-desc h6,
.project-desc .h6 {
  margin-top: 0;
  margin-bottom: 5px;
}
.project-desc h4 {
  margin-top: 0;
  margin-bottom: 30px;
}
.project-desc .project-counting {
  position: absolute;
  right: 15px;
}
.project-media-container {
  position: relative;
}
.project-media-container a {
  color: #ffffff;
}
.project-media-container .project-counting {
  position: relative;
  right: 0;
  margin-bottom: 20px;
}
.project-media-container .project-desc {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 30px;
}
/* **************
   PROJECT IMAGES
   ************** */
.project-thumb {
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
}
.project-thumb img {
  display: block;
  margin: auto;
}
.project-thumb:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -100%;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: all 0.6s bottom ease ease-out;
  -moz-transition: all 0.6s bottom ease ease-out;
  -o-transition: all 0.6s bottom ease ease-out;
  transition: all 0.6s bottom ease ease-out;
  -webkit-transition: 0.6s bottom ease;
  -o-transition: 0.6s bottom ease;
  transition: 0.6s bottom ease;
}
.project-thumb .absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.project-thumb .thumb-counting {
  position: absolute;
  right: 30px;
  top: 30px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s all ease ease-out;
  -moz-transition: all 0.4s all ease ease-out;
  -o-transition: all 0.4s all ease ease-out;
  transition: all 0.4s all ease ease-out;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
  -webkit-transition-delay: 0.3s;
  /* Safari */
  transition-delay: 0.3s;
}
.project-thumb .thumb-counting a {
  color: #ffffff;
}
.project-thumb .thumb-links:after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: #ffffff;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s all ease ease-out;
  -moz-transition: all 0.2s all ease ease-out;
  -o-transition: all 0.2s all ease ease-out;
  transition: all 0.2s all ease ease-out;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-transition-delay: 0.6s;
  /* Safari */
  transition-delay: 0.6s;
}
.project-thumb .thumb-links .thumb-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  padding-top: 9px;
  margin-bottom: 0;
  -webkit-transition: all 0.5s margin-bottom ease ease-out;
  -moz-transition: all 0.5s margin-bottom ease ease-out;
  -o-transition: all 0.5s margin-bottom ease ease-out;
  transition: all 0.5s margin-bottom ease ease-out;
  -webkit-transition: 0.5s margin-bottom ease;
  -o-transition: 0.5s margin-bottom ease;
  transition: 0.5s margin-bottom ease;
  -webkit-transition-delay: 0.2s;
  /* Safari */
  transition-delay: 0.2s;
}
.project-thumb .thumb-links .thumb-link + .thumb-link {
  margin-left: -2px;
}
.project-thumb .thumb-links .thumb-link:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s background-color ease ease-out;
  -moz-transition: all 0.2s background-color ease ease-out;
  -o-transition: all 0.2s background-color ease ease-out;
  transition: all 0.2s background-color ease ease-out;
  -webkit-transition: 0.2s background-color ease;
  -o-transition: 0.2s background-color ease;
  transition: 0.2s background-color ease;
}
.project-thumb .thumb-links .thumb-link a {
  display: block;
  width: 100%;
  height: 100%;
}
.project-thumb .thumb-links .thumb-link:hover:before,
.project-thumb .thumb-links .thumb-link:active:before,
.project-thumb .thumb-links .thumb-link:focus:before {
  background-color: #ffffff;
}
.project-thumb .thumb-info {
  position: absolute;
  color: #ffffff;
  text-transform: uppercase;
  left: 30px;
  right: 30px;
  bottom: 30px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s all ease ease-out;
  -moz-transition: all 0.2s all ease ease-out;
  -o-transition: all 0.2s all ease ease-out;
  transition: all 0.2s all ease ease-out;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-transition-delay: 0.2s;
  /* Safari */
  transition-delay: 0.2s;
}
.project-thumb .thumb-info a {
  color: #ffffff;
}
.project-thumb .thumb-info a:hover {
  text-decoration: underline;
}
.project-thumb .thumb-info i {
  z-index: 1;
  position: relative;
}
.project-thumb .thumb-info h4 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.project-thumb .thumb-info .thumb-cats {
  display: block;
  margin-top: -10px;
  -webkit-transition: all 0.4s margin-top ease ease-out;
  -moz-transition: all 0.4s margin-top ease ease-out;
  -o-transition: all 0.4s margin-top ease ease-out;
  transition: all 0.4s margin-top ease ease-out;
  -webkit-transition: 0.4s margin-top ease;
  -o-transition: 0.4s margin-top ease;
  transition: 0.4s margin-top ease;
  -webkit-transition-delay: 0.3s;
  /* Safari */
  transition-delay: 0.3s;
}
.project-thumb:hover:before {
  bottom: 0;
}
.project-thumb:hover .thumb-counting {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.project-thumb:hover .thumb-info {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.project-thumb:hover .thumb-info .thumb-links:after {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.project-thumb:hover .thumb-info .thumb-links .thumb-link {
  margin-bottom: 35px;
}
.project-thumb:hover .thumb-info .thumb-cats {
  margin-top: 0;
}
/* *****
   LISTS
   ***** */
.icon-list li {
  margin-bottom: 30px;
}
.icon-list li:last-child {
  margin-bottom: 0;
}
.icon-list li .table-cell:first-child {
  width: 70px;
}
.icon-list li i {
  width: 50px;
  height: 50px;
  background-color: #313842;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.bg2 .icon-list li i,
.bg3 .icon-list li i,
.bg4 .icon-list li i,
.bg5 .icon-list li i {
  background-color: #ffffff;
  color: #313842;
}
/* ***********
   PRICING BOX
   *********** */
.pricing div[class^="col-"],
.pricing section[class^="col-"] {
  padding: 1;
}
.pricing div[class^="col-"]:first-child,
.pricing section[class^="col-"]:first-child {
  padding-left: 15px;    
}
.pricing div[class^="col-"]:last-child,
.pricing section[class^="col-"]:last-child {
  padding-right: 15px;
}
.pricing h4,
.pricing h3 {
  border-top: 1px solid #cbcdcf;
  margin: 0;
}
.pricing h4.sep {
  height: 60px;
  line-height: 60px;
  margin-top: 140px;
}
.pricing h3.sep {
  height: 100px;
  line-height: 100px;
}
.pricing .sep {
  border-bottom: 1px solid #cbcdcf;
  border-left: 1px solid #cbcdcf;
  border-right: 1px solid #cbcdcf;    
  display: block;
  min-height: 50px;
  line-height: 50px;
  margin: 0 -0.5px;
}
.pricing .pricebox {
  border-left: 1px solid #cbcdcf;
  border-right: 1px solid #cbcdcf;
  border-bottom: 1px solid #cbcdcf;
  margin: 0 -0.5px;
  padding: 20px 0;
}
.pricing .pricebox .currency,
.pricing .pricebox .price {
  font-size: 60px;
  font-weight: 600;
}
.pricing .pricebox .overprice,
.pricing .pricebox .underprice {
  display: block;
  min-width: 50px;
}
.pricing .pricebox.motive {
  color: #ffffff;
}
.pricing .pricebox.motive .underprice {
  color: #313842;
}
.pricing .btn-group-single {
  margin: 40px 0;
}
.pricing .btn-group-single .btn-border {
  border-color: #cbcdcf;
  border-width: 1px;
}
.pricing .btn-group-single .btn-border + .btn {
  margin-left: -1px;
}
.pricing .btn-group-single:hover .btn-border {
  border-color: #313842;
}
.pricing .btn-group-single:hover .btn-border + .btn-border {
  margin-left: 1px;
}
.pricing .btn-group-single.bigger {
  margin: 60px 0;
}
/***********
   ACCORDION
   ***********/
.panel-group.accordion > .panel {
  border: none;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel-group.accordion > .panel > .panel-heading {
  padding: 0;
}
.panel-group.accordion > .panel > .panel-heading > a {
  display: block;
  width: 100%;
  line-height: 50px;
  font-size: 14px;
  font-weight: 800;
  border: 1px solid #cbcdcf;
  background-color: #f2f2f2;
  text-decoration: none;
  color: inherit;
  text-transform: uppercase;
}
.panel-group.accordion > .panel > .panel-heading > a.collapsed {
  background-color: #ffffff;
  border-bottom: none;
}
.panel-group.accordion > .panel > .panel-heading > a:before {
  float: left;
  display: inline-block;
  font-family: fontawesome;
  content: "\f068";
  height: 100%;
  width: 50px;
  margin-right: 12px;
  text-align: center;
  border-right: 1px solid #cbcdcf;
}
.panel-group.accordion > .panel > .panel-heading > a.collapsed:before {
  content: "\f067";
}
.panel-group.accordion > .panel > .panel-heading > a > span {
  zoom: 1;
  overflow: hidden;
}
.panel-group.accordion > .panel:last-child > .panel-heading > a.collapsed {
  border-bottom: 1px solid #d3d3d3;
}
.panel-group.accordion > .panel:last-child .panel-heading + .panel-collapse .panel-body {
  border-bottom: 1px solid #d3d3d3;
}
.panel-group.accordion .panel + .panel {
  margin: 0px;
}
.panel-group.accordion .panel-heading + .panel-collapse .panel-body {
  border: 1px solid #d3d3d3;
  border-top: none;
  border-bottom: none;
  padding: 40px;
  line-height: 30px;
}
/* *******
   SOCIALS
   ******* */
.list-socials {
  margin-bottom: 0;
}
.list-socials a {
  color: inherit;
}
/* ************
   SQUARE ICONS
   ************ */
.square-icon-box {
  width: 100px;
  height: 100px;
  margin: auto;
  font-size: 30px;
  position: relative;
  margin-bottom: 60px;
  margin-top: 40px;
  line-height: 100px;
}
.square-icon-box i {
  position: relative;
  z-index: 1;
}
.square-icon-box:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s all ease ease-out;
  -moz-transition: all 0.3s all ease ease-out;
  -o-transition: all 0.3s all ease ease-out;
  transition: all 0.3s all ease ease-out;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.square-icon-small {
  width: 56px;
  height: 56px;
  line-height: 56px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.media .square-icon-small {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.media .media-heading {
  font-weight: 700;
}
.media .media-body p:last-child {
  margin-bottom: 0;
}
.square-icon-hover a {
  color: inherit;
}
.square-icon-hover:hover a {
  text-decoration: underline;
}
.square-icon-hover:hover .square-icon-box {
  color: #ffffff;
}
.square-icon-hover:hover .square-icon-box:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.no-rotation .square-icon-box {
  margin-bottom: 30px;
}
.no-rotation .square-icon-box:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.no-rotation.media .square-icon-box {
  margin-top: 0px;
}
.no-rotation.media .pull-left .square-icon-box {
  margin-left: 0px;
}
.no-rotation.media .pull-right .square-icon-box {
  margin-right: 0px;
}
.feature-right-bottom,
.feature-right-top,
.feature-right,
.feature-left,
.feature-left-top,
.feature-left-bottom {
  position: relative;
  overflow: visible;
  z-index: 1;
}
.feature-right-bottom .media-body p:last-child,
.feature-right-top .media-body p:last-child,
.feature-right .media-body p:last-child,
.feature-left .media-body p:last-child,
.feature-left-top .media-body p:last-child,
.feature-left-bottom .media-body p:last-child {
  margin-bottom: 22px;
}
.feature-right-bottom:before,
.feature-right-top:before,
.feature-right:before,
.feature-left:before,
.feature-left-top:before,
.feature-left-bottom:before {
  content: "";
  position: absolute;
}
.feature-right-bottom:before {
  width: 146px;
  height: 59px;
  top: 47px;
  right: -146px;
  background: url("../images/feature-right-bottom.png") no-repeat;
}
.feature-right-top:before {
  width: 146px;
  height: 59px;
  right: -146px;
  top: -10px;
  background: url("../images/feature-right-top.png") no-repeat;
}
.feature-right:before {
  width: 115px;
  height: 19px;
  right: -115px;
  top: 40px;
  background: url("../images/feature-right.png") no-repeat;
}
.feature-left-bottom:before {
  width: 146px;
  height: 59px;
  top: 47px;
  left: -146px;
  background: url("../images/feature-left-bottom.png") no-repeat;
}
.feature-left-top:before {
  width: 146px;
  height: 59px;
  left: -146px;
  top: -10px;
  background: url("../images/feature-left-top.png") no-repeat;
}
.feature-left:before {
  width: 115px;
  height: 19px;
  left: -115px;
  top: 40px;
  background: url("../images/feature-left.png") no-repeat;
}
/* ******
   CHARTS
   ****** */
.graph {
  margin-bottom: 20px;
  position: relative;
}
.graph .percentage {
  position: absolute;
  width: 80%;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  line-height: 50px;
  font-size: 30px;
  font-weight: 300;
  left: 10%;
}
.chart {
  max-width: 100%;
}
.chart-with-legend {
  width: 70%;
  float: left;
}
.chart-with-legend + .doughnut-legend {
  width: 25%;
  float: left;
  left: auto;
  right: 0;
}
.chart-with-legend + .doughnut-legend li {
  min-width: 0;
}
.chart-with-legend.small-chart {
  width: 190px;
  float: left;
  margin-right: 10px;
}
.chart-with-legend.small-chart + .doughnut-legend {
  width: 175px;
  float: right;
  left: auto;
  right: 0;
  margin-top: 15px;
  top: auto;
  position: static;
}
.chart-with-legend.small-chart + .doughnut-legend li {
  min-width: 0;
  margin-bottom: 20px;
}
.chart-with-horizontal-legend {
  width: 50%;
  margin: auto;
}
.chart-with-horizontal-legend + .doughnut-legend {
  width: 100%;
  position: static;
  margin: 0;
}
.chart-with-horizontal-legend + .doughnut-legend li {
  display: inline-block;
  min-width: 0;
  margin-top: 20px;
}
.doughnut-legend {
  list-style: none;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -70px;
  padding-left: 0;
}
.doughnut-legend li {
  display: block;
  min-width: 250px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 45px;
  border-radius: 5px;
  padding: 2px 8px 2px 36px;
  font-size: 14px;
  cursor: default;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}
.doughnut-legend li:hover {
  background-color: #fafafa;
}
.doughnut-legend li span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
}
@media (max-width: 991px) {
  .chart-with-legend.small-chart .chart-with-legend {
    width: 100%;
    float: none;
  }
  .chart-with-legend.small-chart .chart-with-legend + .doughnut-legend {
    width: 100%;
    float: none;
    position: static;
    margin-top: 0;
  }
  .chart-with-legend.small-chart .chart-with-legend + .doughnut-legend li {
    margin-top: 20px;
    display: inline-block;
  }
  .chart-with-horizontal-legend {
    width: 100%;
  }
}
/* ************
   PROGRESS BAR
   ************ */
.bar-info {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.progress {
  height: 10px;
  margin-bottom: 40px;
  background-color: #d5d5d5;
  -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;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress .progress-bar {
  margin: 2px;
  -webkit-border-top-right-radius: inherit;
  -webkit-border-bottom-right-radius: inherit;
  -webkit-border-bottom-left-radius: inherit;
  -webkit-border-top-left-radius: inherit;
  -moz-border-radius-topright: inherit;
  -moz-border-radius-bottomright: inherit;
  -moz-border-radius-bottomleft: inherit;
  -moz-border-radius-topleft: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 6px;
  float: left;
  text-align: center;
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all width 0.6s ease ease-out;
  -moz-transition: all width 0.6s ease ease-out;
  -o-transition: all width 0.6s ease ease-out;
  transition: all width 0.6s ease ease-out;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress.type2 {
  -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;
  overflow: visible;
}
.progress.type2 .progress-bar {
  margin: 0px;
  -webkit-border-top-right-radius: inherit;
  -webkit-border-bottom-right-radius: inherit;
  -webkit-border-bottom-left-radius: inherit;
  -webkit-border-top-left-radius: inherit;
  -moz-border-radius-topright: inherit;
  -moz-border-radius-bottomright: inherit;
  -moz-border-radius-bottomleft: inherit;
  -moz-border-radius-topleft: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 10px;
  position: relative;
}
.progress.type2 .progress-bar span {
  position: absolute;
  right: -16px;
  top: -35px;
  padding: 3px 6px;
  font-size: 12px;
  background-color: #313842;
}
.progress.type2 .progress-bar span:before {
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #313842 transparent transparent transparent;
}
.progress-icons {
  color: #cacbcc;
  font-size: 25px;
  line-height: 1.3;
}
/* *******
   TWITTER
   ******* */
.twitter-logo {
  display: block;
  float: left;
  margin: 20px;
  font-size: 48px;
  line-height: 48px;
}
.twitter.type1 .tweet_user {
  text-transform: uppercase;
  color: #ffffff;
  padding-right: 20px;
}
.twitter.type1 .tweet_time {
  display: none;
}
.twitter.type2 {
  font-size: 18px;
}
.twitter.type2 .tweet_user {
  display: none;
}
.twitter.type2 .tweet_time {
  display: block;
  font-style: italic;
  margin-top: 30px;
}
.twitter.type2 .tweet_time a {
  color: #ffffff;
}
/* **********
   GOOGLE MAP
   ********** */
.mapToggle {
  font-size: 24px;
  background-color: #0d0d0d;
  text-align: center;
  text-transform: uppercase;
  display: block;
  width: 100%;
  border: none;
  line-height: 1;
  padding: 40px 0;
  color: #ffffff;
}
.googlemapcontainer {
  overflow: hidden;
}
.googlemap img {
  max-width: none;
}
/* **********
   FLEXSLIDER
   ********** */
.flexslider.no-margin {
  margin: 0;
}
.flexslider {
  -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;
  background: transparent;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.flexslider .flex-control-paging li {
  margin: 0 4px;
}
.flexslider .flex-control-paging li a {
  background: url("../images/bullets-slider-black.png") no-repeat bottom;
  width: 26px;
  height: 26px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.flexslider .flex-control-paging li a.flex-active {
  background: url("../images/bullets-slider-black.png") no-repeat top;
}
.flexslider .flex-direction-nav a.flex-next,
.flexslider .flex-direction-nav a.flex-prev {
  line-height: 1;
}
.flexslider .flex-direction-nav a.flex-next:before,
.flexslider .flex-direction-nav a.flex-prev:before {
  font-family: fontawesome;
}
.flexslider .flex-direction-nav a.flex-next {
  right: -15px;
}
.flexslider .flex-direction-nav a.flex-next:before {
  content: "\f105";
}
.flexslider .flex-direction-nav a.flex-prev {
  left: -15px;
}
.flexslider .flex-direction-nav a.flex-prev:before {
  content: "\f104";
}
.flexslider:hover .flex-direction-nav a.flex-next {
  right: -10px;
}
.flexslider:hover .flex-direction-nav a.flex-prev {
  left: -10px;
}
.flexslider.paging-left .flex-control-paging {
  bottom: 30px;
  text-align: left;
  padding: 0 30px;
}
.darkbg .flexslider .flex-control-paging li a {
  background: url("../images/bullets-slider.png") no-repeat bottom;
}
.darkbg .flexslider .flex-control-paging li a.flex-active {
  background: url("../images/bullets-slider.png") no-repeat top;
}
.darkbg .flexslider .flex-direction-nav a {
  color: #ffffff;
}
.partners.flexslider {
  padding: 20px 0;
}
.partners.flexslider .slides > li {
  display: table;
  margin-right: 20px;
}
.partners.flexslider .slides > li img {
  width: auto;
  margin: auto;
  display: inherit;
  max-width: 100%;
}
.twitter.type1 {
  margin: 20px 0;
  line-height: 48px;
}
.twitter.type1 p {
  line-height: 48px;
  margin: 0;
}
/* *********
   REVSLIDER
   ********* */
.tp-bullets.preview1 .bullet,
.tp-bullets.preview1 .bullet:hover,
.tp-bullets.preview1 .bullet.selected {
  border: none !important;
}
.tp-bullets.simplebullets .bullet {
  background: url("../images/bullets-slider.png") no-repeat bottom !important;
  width: 26px !important;
  height: 26px !important;
}
.tp-bullets.preview1 .bullet:hover,
.tp-bullets.preview1 .bullet.selected {
  width: 26px !important;
  height: 26px !important;
}
.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
  background: url("../images/bullets-slider.png") no-repeat top !important;
}
/*
.tp-leftarrow.default,
.tp-rightarrow.default{
  background: transparent;
  font-family: fontawesome;
  font-size: 48px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  color: #FFFFFF;
  .opacity(0.6);
  &:hover{
    .opacity(1);
  }
}

.tp-rightarrow.default{
  &:before{
    content: "\f105";
  }
}

.tp-leftarrow.default{
  &:before{
    content: "\f104";
  }
}*/
.tp-caption a.btn-border {
  color: #FFFFFF;
  border-color: #ffffff;
}
.tp-caption a.btn-border:hover {
  background-color: #ffffff;
  color: #1c2026;
}
.tp-caption hr {
  border-top: 3px solid #2b2b2b;
  border-top: 3px solid rgba(255, 255, 255, 0.1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
  filter: none;
  margin: 20px 0;
  width: 80px;
}
.tparrows.preview1 {
  -webkit-perspective: none;
}
@media (max-width: 1199px) {
  div[data-kenburns="on"] img {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}
/* *******************
   TIME CIRCLE COUNTER
   ******************* */
.countdown-container {
  position: relative;
  margin: 40px auto;
}
.clock-item .inner {
  height: 0px;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.clock-item .h4 {
  margin-top: 20px;
  margin-bottom: 0;
  display: block;
}
.clock-canvas {
  background-color: rgba(255, 255, 255, 0.1);
  -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;
  height: 0px;
  padding-bottom: 100%;
}
.clock-canvas:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -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;
  border: 10px solid #eaebec;
}
.clock-item .text {
  margin-top: -15px;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
}
.text .val {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 991px) {
  .clock-item {
    margin-bottom: 30px;
  }
}
/* ******************
   THUMBNAIL SCROLLER
   ****************** */
.thumbnailScroller {
  position: relative;
  width: 100%;
  height: 320px;
  padding: 0;
  overflow: hidden;
}
.thumbnailScroller .jTscrollerContainer {
  position: absolute;
}
.thumbnailScroller .jTscroller {
  position: relative;
  height: 100%;
  margin: 0;
  left: 0;
  top: 0;
  display: inline-block;
  *display: inline;
}
.thumbnailScroller .jTscrollerNextButton,
.thumbnailScroller .jTscrollerPrevButton {
  color: #ffffff;
  text-align: center;
  font-size: 28px;
  font-family: fontawesome;
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  opacity: 0.7;
}
.thumbnailScroller .jTscrollerNextButton {
  background: #000;
}
.thumbnailScroller .jTscrollerPrevButton {
  background: #000;
}
.thumbnailScroller .jTscrollerNextButton:hover,
.thumbnailScroller .jTscrollerPrevButton:hover {
  opacity: 1;
  text-decoration: none;
}
.thumbnailScroller .jTscrollerNextButton:before {
  content: "\f105";
}
.thumbnailScroller .jTscrollerPrevButton:before {
  content: "\f104";
}
.thumbnailScroller .jTscrollerNextButton {
  margin: -20px 10px 0 10px;
  right: 0;
  top: 50%;
}
.thumbnailScroller .jTscrollerPrevButton {
  margin: -20px 10px 0 10px;
  left: 0;
  top: 50%;
}
.thumbnailScrollerLoading:before {
  content: "\f1ce";
  font-family: fontawesome;
  position: absolute;
  width: 25px;
  height: 25px;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -25px;
  font-size: 25px;
  line-height: 25px;
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
.thumbnailScrollerLoading .jTscrollerContainer,
.thumbnailScrollerLoading .jTscrollerNextButton,
.thumbnailScrollerLoading .jTscrollerPrevButton {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
/* **************
   MAGNIFIC POPUP
   ************** */
img.mfp-img {
  padding: 10px 10px 80px;
  background-color: #ffffff;
}
.mfp-bottom-bar {
  margin-top: -80px;
}
.mfp-title {
  line-height: 80px;
  color: #313842;
  padding: 0px 35px;
  text-transform: uppercase;
  font-weight: 800;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #313842;
  right: 30px;
  width: auto;
  padding: 0;
  bottom: 19px;
  top: auto;
}
.mfp-counter {
  display: none;
}
.mfp-arrow-right,
.mfp-arrow-left {
  width: 50px;
  height: 50px;
}
.mfp-arrow-right {
  right: 10px;
}
.mfp-arrow-left {
  left: 10px;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  margin: 0;
  font-family: fontawesome;
  font-size: 20px;
  color: #313842;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  content: "\f054";
  border: none;
  top: 14px;
  left: 19px;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  content: "\f053";
  border: none;
  top: 14px;
  left: auto;
  right: 35px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b,
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  width: 50px;
  height: 50px;
  background: #ffffff;
  margin: 0;
  border: none;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  left: auto;
  right: 0;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  left: 0;
  right: auto;
}
/* ================ */
/* === ISOTOPE === */
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.galleryFilters .btn {
  margin-bottom: 10px;
}
.galleryFilters .btn.active {
  background-color: #313842;
  color: #ffffff;
}
body.home-full-width .galleryContainer {
  margin-top: 0;
}
body.home-full-width .galleryItem {
  margin-top: 0;
}
body.home-full-width .galleryContainer.withMasonry {
  margin-left: 0;
}
body.home-full-width .galleryContainer.withMasonry .galleryItem {
  padding: 0;
}
.galleryContainer {
  margin-top: 20px;
  overflow: hidden;
}
.galleryItem {
  position: relative;
  width: 20%;
  float: left;
  margin-top: -1px;
}
.galleryItem .project-thumb {
  width: 100%;
}
.galleryItem img {
  width: 100%;
}
.galleryItem:hover .area-hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.galleryItem:hover .area-hover .cat-links {
  top: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.galleryItem:hover .area-hover .entry-title {
  top: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.galleryContainer.withSpaces {
  margin-left: -30px;
}
.galleryContainer.withSpaces .galleryItem {
  padding-left: 30px;
  padding-bottom: 25px;
}
.galleryContainer.withMasonry {
  margin-left: -3px;
}
.galleryContainer.withMasonry .galleryItem {
  padding-left: 3px;
  padding-bottom: 4px;
}
.galleryContainer.withSpaces.col-4 .project-thumb .thumb-info h4,
.galleryContainer.withSpaces.col-4 .project-thumb .thumb-info .thumb-cats {
  font-size: 12px;
}
.galleryContainer.withSpaces.col-4 .project-thumb .thumb-info h4 {
  margin-top: 15px;
}
.galleryContainer.withSpaces.col-4 .project-thumb:hover .thumb-info .thumb-links .thumb-link {
  margin-bottom: 20px;
}
.galleryContainer.col-4 .galleryItem {
  width: 25%;
}
.galleryContainer.col-3 .galleryItem {
  width: 33.33%;
}
.galleryContainer.col-2 .galleryItem {
  width: 50%;
}
.galleryContainer.col-1 .galleryItem {
  width: 100%;
}
/* *******
   HELPERS
   ******* */
.display-table {
  display: table;
  width: 100%;
}
.display-table.full-height {
  height: 100%;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.col-xs-1.table-cell,
.col-sm-1.table-cell,
.col-md-1.table-cell,
.col-lg-1.table-cell,
.col-xs-2.table-cell,
.col-sm-2.table-cell,
.col-md-2.table-cell,
.col-lg-2.table-cell,
.col-xs-3.table-cell,
.col-sm-3.table-cell,
.col-md-3.table-cell,
.col-lg-3.table-cell,
.col-xs-4.table-cell,
.col-sm-4.table-cell,
.col-md-4.table-cell,
.col-lg-4.table-cell,
.col-xs-5.table-cell,
.col-sm-5.table-cell,
.col-md-5.table-cell,
.col-lg-5.table-cell,
.col-xs-6.table-cell,
.col-sm-6.table-cell,
.col-md-6.table-cell,
.col-lg-6.table-cell,
.col-xs-7.table-cell,
.col-sm-7.table-cell,
.col-md-7.table-cell,
.col-lg-7.table-cell,
.col-xs-8.table-cell,
.col-sm-8.table-cell,
.col-md-8.table-cell,
.col-lg-8.table-cell,
.col-xs-9.table-cell,
.col-sm-9.table-cell,
.col-md-9.table-cell,
.col-lg-9.table-cell,
.col-xs-10.table-cell,
.col-sm-10.table-cell,
.col-md-10.table-cell,
.col-lg-10.table-cell,
.col-xs-11.table-cell,
.col-sm-11.table-cell,
.col-md-11.table-cell,
.col-lg-11.table-cell,
.col-xs-12.table-cell,
.col-sm-12.table-cell,
.col-md-12.table-cell,
.col-lg-12.table-cell {
  float: none;
}
hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top-color: #000000;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  opacity: 0.2;
  filter: alpha(opacity=20);
}
hr.transparent {
  border-top-color: transparent;
}
hr.small {
  margin: 18px 0;
}
img.flipH {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.no-transition {
  -webkit-transition: height 0.001s;
  -moz-transition: height 0.001s;
  -ms-transition: height 0.001s;
  -o-transition: height 0.001s;
  transition: height 0.001s;
}
#body-wrapper,
.navbar-collapse {
  -webkit-transition: all 0.2 left ease ease-out;
  -moz-transition: all 0.2 left ease ease-out;
  -o-transition: all 0.2 left ease ease-out;
  transition: all 0.2 left ease ease-out;
  -webkit-transition: 0.2 left ease;
  -o-transition: 0.2 left ease;
  transition: 0.2 left ease;
}
#wrapper {
  position: relative;
  z-index: 3;
  background-color: #ffffff;
  -moz-box-shadow: -5px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -5px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: -5px 2px 2px rgba(0, 0, 0, 0.2);
}
html.disable-scroll,
body.disable-scroll,
.snapjs-left {
  overflow: hidden !important;
}
/* **********
   D3 SWIMMERS
   ********** */
.d3container {
  width: 100%;
  height: 630px;
  overflow: hidden;
}
.d3container ellipse {
  fill: #fff;
}
.d3container path {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
}
.d3container .mid {
  stroke-width: 4px;
}
.d3container .tail {
  stroke-width: 2px;
}
/* *********
   WORDPRESS
   ********* */
.widget ul {
  padding: 0;
}
.widget ul > li {
  list-style: none;
  padding: 15px 0;
  border-top: 1px solid #eaebec;
}
.widget ul > li:last-child {
  border-bottom: 1px solid #eaebec;
}
.widget ul > li a {
  color: inherit;
  width: 100%;
  display: block;
  position: relative;
}
.widget ul > li a:before {
  content: "\f105";
  font-family: fontawesome;
  position: absolute;
  right: 0;
}
.widget .widget-inner .tagcloud a {
  font-size: 14px !important;
  color: #cbcdd0;
  border: 1px solid #cbcdd0;
  padding: 5px 9px;
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
}
.widget .widget-inner .tagcloud a:hover,
.widget .widget-inner .tagcloud a:focus,
.widget .widget-inner .tagcloud a:active {
  color: #cbcdd0;
  border-color: #cbcdd0;
}
.main-footer .widget .widget-inner ul > li {
  border-top: 1px solid #5c5c5c;
}
.main-footer .widget .widget-inner ul > li:last-child {
  border-bottom: 1px solid #5c5c5c;
}
.main-footer .widget .widget-inner .tagcloud a {
  color: #5c5c5c;
  border: 1px solid #5c5c5c;
}
.main-footer .widget .widget-inner .tagcloud a:hover,
.main-footer .widget .widget-inner .tagcloud a:focus,
.main-footer .widget .widget-inner .tagcloud a:active {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.main-footer h1,
.main-footer h2,
.main-footer h3,
.main-footer h4,
.main-footer h5,
.main-footer h6 {
  font-weight: 700;
}
/* ================= */
/* === TIMELINE === */
body .vco-slider .slider-item .content .content-container.layout-media,
body .vco-slider .slider-item .content {
  max-width: 1170px;
  display: block;
  margin: 0 auto;
}
body .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .wikipedia {
  width: auto !important;
}
body .vco-timeline .vco-navigation .timenav-background {
  background: #f5f5f5;
}
body .vco-slider .nav-previous,
body .vco-slider .nav-next {
  text-align: center;
}
body .vco-skinny.vco-notouch .vco-slider .nav-next .icon,
body .vco-slider .nav-next .icon {
  width: 100%;
  height: 40px;
  background: none;
  margin: 0 0 0 0 !important;
}
body .vco-skinny.vco-notouch .vco-slider .nav-previous .icon,
body .vco-slider .nav-previous .icon {
  width: 100%;
  height: 40px;
  background: none;
  margin: 0 0 0 0 !important;
}
body .vco-slider .nav-next .icon:before,
body .vco-slider .nav-previous .icon:before {
  font-size: 40px;
  line-height: 37px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
}
body .vco-slider .nav-next .icon:before {
  content: "\f105";
}
body .vco-slider .nav-next .date,
body .vco-slider .nav-next .title,
body .vco-slider .nav-previous .date,
body .vco-slider .nav-previous .title {
  display: none;
}
body .vco-storyjs .vco-feature h1,
body .vco-storyjs .vco-feature h2,
body .vco-storyjs .vco-feature h3,
body .vco-storyjs .vco-feature h4,
body .vco-storyjs .vco-feature h5,
body .vco-storyjs .vco-feature h6 {
  font-family: 'Noto Sans KR';
  color: #333;
  font-weight: 800;
  text-transform: uppercase;
}
body .vco-storyjs h3 {
  font-size: 24px;
  line-height: 28px;
}
body .vco-slider .slider-item .content .content-container .text .container h2.date {
  color: #999;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
body .vco-storyjs,
body .vco-storyjs .twitter,
body .vco-storyjs .vcard,
body .vco-storyjs .messege,
body .vco-storyjs .credit,
body .vco-storyjs .caption,
body .vco-storyjs .zoom-in,
body .vco-storyjs .zoom-out,
body .vco-storyjs .back-home,
body .vco-storyjs .time-interval div,
body .vco-storyjs .time-interval-major div,
body .vco-storyjs .nav-container,
body .vco-storyjs .timenav h1,
body .vco-storyjs .flag-content h1,
body .vco-storyjs .era h1,
body .vco-storyjs .timenav h2,
body .vco-storyjs .flag-content h2,
body .vco-storyjs .era h2,
body .vco-storyjs .timenav h3,
body .vco-storyjs .flag-content h3,
body .vco-storyjs .era h3,
body .vco-storyjs .timenav h4,
body .vco-storyjs .flag-content h4,
body .vco-storyjs .era h4,
body .vco-storyjs .timenav h5,
body .vco-storyjs .flag-content h5,
body .vco-storyjs .era h5,
body .vco-storyjs .timenav h6,
body .vco-storyjs .flag-content h6,
body .vco-storyjs .era h6,
body .vco-storyjs p,
body .vco-storyjs blockquote,
body .vco-storyjs blockquote p,
body .vco-storyjs .twitter blockquote p,
body .vco-storyjs h1.date,
body .vco-storyjs h2.date,
body .vco-storyjs h3.date,
body .vco-storyjs h4.date,
body .vco-storyjs h5.date,
body .vco-storyjs h6.date {
  font-family: 'Noto Sans KR' !important;
}
body .vco-storyjs p {
  font-size: 16px;
  line-height: 24px;
}
body .vco-notouch .vco-navigation .timenav .content .marker .flag:hover .flag-content h3,
body .vco-notouch .vco-navigation .timenav .content .marker .flag-small:hover .flag-content h3,
body .vco-notouch .vco-navigation .timenav .content .marker.active:hover .flag .flag-content h3,
body .vco-notouch .vco-navigation .timenav .content .marker.active:hover .flag-small .flag-content h3,
body .vco-timeline .vco-navigation .timenav .content .marker.active .flag .flag-content h3,
body .vco-timeline .vco-navigation .timenav .content .marker.active .flag-small .flag-content h3 {
  color: #fff;
}
body .vco-timeline .vco-navigation .timenav .time .time-interval-major div {
  font-weight: 400;
}
body .vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content h3,
body .vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content h3 {
  color: #eee;
  font-weight: 400;
}
body .vco-timeline .vco-navigation .timenav .content .marker .flag {
  background: none;
}
body .vco-timeline .vco-navigation .timenav .content .marker.active .flag {
  background: none;
}
body .vco-notouch .vco-navigation .timenav .content .marker .flag:hover {
  background: none;
}
body .vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content {
  background: #333;
}
body .vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content * {
  color: #fff;
}
body .vco-slider .slider-item .content .pad-left .text .container {
  padding-left: 40px;
}
body .vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content .thumbnail img,
body .vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail img,
body .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-frame,
body .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-image img {
  border-color: transparent;
}
body .vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content .thumbnail,
body .vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail,
body .vco-timeline .vco-navigation .timenav .content .marker.active .flag .flag-content .thumbnail,
body .vco-timeline .vco-navigation .timenav .content .marker.active .flag-small .flag-content .thumbnail {
  background: transparent;
}
body .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .wikipedia h4,
body .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .wikipedia h4 a {
  font-size: 18px;
  border: 0;
  font-weight: 600;
}
body .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .wikipedia .wiki-source {
  font-style: normal;
  display: block;
  color: #999;
  padding: 5px 0 0 0;
}
body .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .wikipedia p {
  font-size: 14px;
  line-height: 22px;
}
body .vco-slider .slider-item .content .content-container.layout-text-media.pad-left .text-media {
  padding-right: 45px;
}
body .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-shadow:before,
body .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-shadow:after {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: none;
  background: transparent;
}
body .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .map,
body .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container {
  max-width: 840px !important;
}
html,
body,
.topImage {
  height: 100%;
}
/* Header */
.topImage {
  position: relative;
  margin: 0 auto;
  min-height: 760px;
  width: 100%;
}
.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 .title,
.intro-effect-fadeout .title,
.intro-effect-push .title,
.intro-effect-sliced .title {
  z-index: 1000;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
}
.intro-effect-jam3 .title h1,
.intro-effect-fadeout .title h1,
.intro-effect-push .title h1,
.intro-effect-sliced .title h1 {
  color: #fff;
  font-size: 3.25em;
}
/* Trigger Button */
button.trigger {
  position: fixed;
  bottom: 40px;
  left: 50%;
  z-index: 9800;
  display: block;
  margin-left: -0.5em;
  padding: 0;
  width: 1em;
  height: 1em;
  border: none;
  background: transparent;
  color: transparent;
  font-size: 2em;
  cursor: pointer;
}
.wrapper:not(.notrans) button.trigger {
  -webkit-transition: opacity 0.3s 0.5s;
  transition: opacity 0.3s 0.5s;
}
.wrapper.modify:not(.notrans) button.trigger {
  opacity: 0;
  pointer-events: none;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
button.trigger::before {
  position: absolute;
  bottom: 100%;
  left: -100%;
  padding: 0.8em;
  width: 300%;
  color: #fff;
  content: attr(data-info);
  font-size: 0.35em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
button.trigger:focus {
  outline: none;
}
button.trigger span {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
button.trigger span::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  content: "\f078";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: fontawesome;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.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) .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) .topImage p {
  -webkit-transition-property: color, opacity, -webkit-transform;
  transition-property: color, opacity, transform;
}
.intro-effect-jam3:not(.notrans) .content > div {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
}
.intro-effect-jam3:not(.notrans) .bg-img,
.intro-effect-jam3:not(.notrans) .topImage h1,
.intro-effect-jam3:not(.notrans) .codrops-top a,
.intro-effect-jam3:not(.notrans) .codrops-demos a,
.intro-effect-jam3:not(.notrans) .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) .topImage p,
.intro-effect-jam3:not(.notrans) .topImage p.subline,
.intro-effect-jam3:not(.notrans) .content > div {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.intro-effect-jam3.modify:not(.notrans) .topImage p,
.intro-effect-jam3.modify:not(.notrans) .topImage p.subline,
.intro-effect-jam3.modify:not(.notrans) .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.wrapper {
  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 .topImage h1 {
  color: #514753;
}
.intro-effect-jam3 .topImage p {
  color: #514753;
  opacity: 0;
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
}
.intro-effect-jam3.modify .topImage p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.intro-effect-jam3 .content {
  padding: 0 5em 5em;
}
.intro-effect-jam3 .topImage,
.intro-effect-jam3 .content {
  background: #fff;
}
.intro-effect-jam3 .content > div {
  opacity: 0;
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
}
.intro-effect-jam3.modify .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) .topImage p:nth-last-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.intro-effect-jam3.modify:not(.notrans) .topImage p:last-child {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.intro-effect-jam3.modify:not(.notrans) .content > div {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/* -------------------------- */
/* Faded gradient */
/* -------------------------- */
.intro-effect-fadeout .topImage {
  display: table;
  height: 760px;
}
.intro-effect-fadeout .topImage .inner {
  display: table-cell;
  vertical-align: middle;
}
.intro-effect-fadeout:not(.notrans) .bg-img {
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}
.intro-effect-fadeout:not(.notrans) .bg-img::after {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.intro-effect-fadeout:not(.notrans) .topImage p,
.intro-effect-fadeout:not(.notrans) .content > .section,
.intro-effect-fadeout:not(.notrans) .content > .section-top,
.intro-effect-fadeout:not(.notrans) .content > .section-bottom {
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
.intro-effect-fadeout:not(.notrans) .bg-img,
.intro-effect-fadeout:not(.notrans) .bg-img::after,
.intro-effect-fadeout:not(.notrans) .topImage p,
.intro-effect-fadeout:not(.notrans) .content > .section,
.intro-effect-fadeout:not(.notrans) .content > .section-top,
.intro-effect-fadeout:not(.notrans) .content > .section-bottom {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.intro-effect-fadeout .topImage {
  overflow: hidden;
}
.intro-effect-fadeout.modify .bg-img {
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
}
.intro-effect-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%);
}
.intro-effect-fadeout.modify .bg-img::after {
  opacity: 1;
}
.intro-effect-fadeout .title {
  text-align: left;
  max-width: 900px;
}
.intro-effect-fadeout.modify .topImage h1,
.intro-effect-fadeout.modify .topImage h2,
.intro-effect-fadeout.modify .topImage h3,
.intro-effect-fadeout.modify .topImage h4,
.intro-effect-fadeout.modify .topImage h5,
.intro-effect-fadeout.modify .topImage h6,
.intro-effect-fadeout.modify .topImage p {
  color: #313842;
}
.intro-effect-fadeout .topImage p {
  opacity: 0;
}
.intro-effect-fadeout .topImage p:nth-child(2) {
  -webkit-transform: translateX(150px);
  transform: translateX(150px);
}
.intro-effect-fadeout .topImage p:nth-child(3) {
  -webkit-transform: translateX(-150px);
  transform: translateX(-150px);
}
.intro-effect-fadeout.modify .topImage p:nth-child(2),
.intro-effect-fadeout.modify .topImage p:nth-child(3) {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.intro-effect-fadeout .content {
  z-index: 1000;
  position: relative;
}
.intro-effect-fadeout .content > .section,
.intro-effect-fadeout .content > .section-top,
.intro-effect-fadeout .content > .section-bottom {
  opacity: 0;
  -webkit-transform: translateY(350px);
  transform: translateY(350px);
}
.intro-effect-fadeout.modify .content > .section,
.intro-effect-fadeout.modify .content > .section-top,
.intro-effect-fadeout.modify .content > .section-bottom {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* -------------------------- */
/* Sliced */
/* -------------------------- */
.intro-effect-sliced .topImage {
  position: absolute;
  z-index: 9000;
  left: 0;
}
.intro-effect-sliced .topImage.fix-zindex {
  z-index: 0;
}
.intro-effect-sliced:not(.notrans) .bg-img,
.intro-effect-sliced:not(.notrans) .title {
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}
.intro-effect-sliced:not(.notrans) .content > .section,
.intro-effect-sliced:not(.notrans) .content > .section-top,
.intro-effect-sliced:not(.notrans) .content > .section-bottom {
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
.intro-effect-sliced:not(.notrans) .bg-img,
.intro-effect-sliced:not(.notrans) .title,
.intro-effect-sliced:not(.notrans) .content > .section,
.intro-effect-sliced:not(.notrans) .content > .section-top,
.intro-effect-sliced:not(.notrans) .content > .section-bottom {
  -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;
}
.intro-effect-sliced.modify:not(.notrans) .title,
.intro-effect-sliced.modify:not(.notrans) .content > .section,
.intro-effect-sliced.modify:not(.notrans) .content > .section-top,
.intro-effect-sliced.modify:not(.notrans) .content > .section-bottom {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.intro-effect-sliced .bg-img:first-child {
  bottom: 50%;
  position: fixed;
}
.intro-effect-sliced .bg-img:last-child {
  top: 50%;
  position: fixed;
  z-index: 900;
}
.snapjs-left .intro-effect-sliced .bg-img:last-child,
.snapjs-right .intro-effect-sliced .bg-img:last-child,
.boxed .intro-effect-sliced .bg-img:last-child {
  position: absolute;
}
.snapjs-left .intro-effect-sliced .bg-img:first-child,
.snapjs-right .intro-effect-sliced .bg-img:first-child,
.boxed .intro-effect-sliced .bg-img:first-child {
  position: absolute;
}
.intro-effect-sliced .bg-img:last-child img {
  top: -100%;
}
.intro-effect-sliced.modify .bg-img:first-child {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.intro-effect-sliced.modify .bg-img:last-child {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.intro-effect-sliced .title {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.intro-effect-sliced.modify .title {
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.intro-effect-sliced .content > .section,
.intro-effect-sliced .content > .section-top,
.intro-effect-sliced .content > .section-bottom {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  opacity: 0;
}
.intro-effect-sliced.modify .content > .section,
.intro-effect-sliced.modify .content > .section-bottom,
.intro-effect-sliced.modify .content > .section-top {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
/* Delays */
.intro-effect-sliced.modify:not(.notrans) .title {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
/* -------------------------- */
/* Push */
/* -------------------------- */
.intro-effect-push:not(.notrans) .topImage,
.intro-effect-push:not(.notrans) > .title,
.intro-effect-push:not(.notrans) .content > .section,
.intro-effect-push:not(.notrans) .content > .section-top,
.intro-effect-push:not(.notrans) .content > .section-bottom {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.intro-effect-push:not(.notrans) .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;
}
.intro-effect-push .topImage {
  position: absolute;
  z-index: 1500;
}
.intro-effect-push > .title {
  position: relative;
  top: auto;
  left: auto;
  padding: 6em 1em 2em;
}
.intro-effect-push > .title,
.intro-effect-push .content > .section,
.intro-effect-push .content > .section-top,
.intro-effect-push .content > .section-bottom {
  -webkit-transform: translateY(400px);
  transform: translateY(400px);
  opacity: 0;
}
.intro-effect-push.modify > .title,
.intro-effect-push.modify .content > .section,
.intro-effect-push.modify .content > .section-top,
.intro-effect-push.modify .content > .section-bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.intro-effect-push.modify .topImage {
  opacity: 0;
  -webkit-transform: translateY(-100%) scale(0.9);
  transform: translateY(-100%) scale(0.9);
}
/* Delays */
.intro-effect-push.modify:not(.notrans) > .title {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.intro-effect-push.modify:not(.notrans) .content > .section,
.intro-effect-push.modify:not(.notrans) .content > .section-top,
.intro-effect-push.modify:not(.notrans) .content > .section-bottom {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
/* Media Queries */
@media screen and (max-width: 47em) {
  .title {
    font-size: 70%;
  }
}
@media screen and (max-width: 1024px) {
  .intro-effect-push .topImage .title,
  .intro-effect-sliced .topImage .title,
  .intro-effect-jam3 .topImage .title,
  .intro-effect-push .topImage .title {
    top: 30%;
  }
}
@media screen and (max-width: 767px) {
  .intro-effect-jam3 .content {
    padding: 0 2em 5em;
  }
  .intro-effect-push .topImage .title,
  .intro-effect-sliced .topImage .title,
  .intro-effect-jam3 .topImage .title,
  .intro-effect-push .topImage .title {
    top: 60px;
  }
  .title {
    font-size: 50%;
  }
  button.trigger::before {
    display: none;
  }
}
/* fixes */
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* =================== */
/* === ANIMATE.CSS === */
.withAnimation .animated {
  opacity: 0;
  filter: alpha(opacity=0);
  /* For IE8 and earlier */
}
.withAnimation .activate {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}
.bg2.text-center.section.small.border:hover {
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  background: #eee;
}
/* *************
   MEDIA QUERIES, ADJUSTMENTS
   ************* */
@media (min-width: 768px) {
  .navbar .dropdown-menu {
    padding: 0;
    margin: 0;
    top: 80px;
    display: block;
    visibility: hidden;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: visible;
    z-index: 9990;
    list-style: none;
    pointer-events: none;
  }
  .navbar .dropdown-menu:before {
    content: "";
    width: 100%;
    height: 7px;
    top: -6px;
    position: absolute;
    left: 0;
  }
  .navbar .dropdown-menu:hover {
    visibility: visible;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .navbar li.dropdown:hover > .dropdown-menu {
    pointer-events: auto;
    visibility: visible;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .navbar li.dropdown:hover > .dropdown-menu li.dropdown-submenu {
    position: relative;
  }
  .navbar li.dropdown:hover > .dropdown-menu li.dropdown-submenu:before {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    content: "\f105";
    font-family: fontawesome;
  }
  .navbar li.dropdown:hover > .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    padding: 10px 20px;
    top: 0;
    left: 100%;
  }
  .navbar li.dropdown:hover > .dropdown-menu li.dropdown-submenu > .dropdown-menu > li {
    min-width: 220px;
  }
  .navbar li.dropdown:hover > .dropdown-menu li.dropdown-submenu > .dropdown-menu > li.active a {
    color: inherit;
  }
  .navbar li.dropdown:hover > .dropdown-menu li.dropdown-submenu > .dropdown-menu > li.active a:hover,
  .navbar li.dropdown:hover > .dropdown-menu li.dropdown-submenu > .dropdown-menu > li.active a:active,
  .navbar li.dropdown:hover > .dropdown-menu li.dropdown-submenu > .dropdown-menu > li.active a:focus {
    background-color: #f8f8f8;
  }
  .navbar li.dropdown:hover > .dropdown-menu li.dropdown-submenu:hover:before,
  .navbar li.dropdown:hover > .dropdown-menu li.dropdown-submenu:active:before,
  .navbar li.dropdown:hover > .dropdown-menu li.dropdown-submenu:focus:before {
    color: #ffffff;
  }
  .navbar li.dropdown:hover > .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu,
  .navbar li.dropdown:hover > .dropdown-menu li.dropdown-submenu:active > .dropdown-menu,
  .navbar li.dropdown:hover > .dropdown-menu li.dropdown-submenu:focus > .dropdown-menu {
    pointer-events: auto;
    visibility: visible;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .navbar li.dropdown:hover > .dropdown-menu li.dropdown-submenu > .dropdown-menu:hover {
    pointer-events: auto;
    visibility: visible;
    top: 0px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .navbar li.dropdown:last-child:hover > .dropdown-menu > li.dropdown-submenu:hover > .dropdown-menu,
  .navbar li.dropdown:last-child:hover > .dropdown-menu > li.dropdown-submenu:active > .dropdown-menu,
  .navbar li.dropdown:last-child:hover > .dropdown-menu > li.dropdown-submenu:focus > .dropdown-menu {
    left: auto;
    right: 100%;
    margin: 0;
    margin-right: -9px;
  }
  .navbar li.dropdown:last-child:hover > .dropdown-menu > li.dropdown-submenu > .dropdown-menu:hover {
    left: auto;
    right: 100%;
    margin: 0;
    margin-right: -9px;
  }
  body.navbar-sidebar {
    padding: 0;
  }
  body.navbar-sidebar #wrapper {
    padding: 0 0 0 30px;
  }
  body.navbar-sidebar .navbar-toggle {
    position: absolute;
    width: 50px;
    top: 10px;
    right: -50px;
    background-color: #ffffff;
    height: 50px;
    display: block;
    margin: 0;
  }
  body.navbar-sidebar .navbar-toggle .icon-bar {
    background-color: #ffffff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  body.navbar-sidebar .yamm .container {
    position: static;
    padding: 0;
  }
  body.navbar-sidebar .navbar {
    -moz-box-shadow: 5px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 5px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 2px 2px rgba(0, 0, 0, 0.2);
    right: auto;
    z-index: 9999;
    width: 260px;
    bottom: 0;
    left: -230px;
    -webkit-transition: all 0.4s left ease ease-out;
    -moz-transition: all 0.4s left ease ease-out;
    -o-transition: all 0.4s left ease ease-out;
    transition: all 0.4s left ease ease-out;
    -webkit-transition: 0.4s left ease;
    -o-transition: 0.4s left ease;
    transition: 0.4s left ease;
  }
  body.navbar-sidebar .navbar.open {
    left: 0;
  }
  body.navbar-sidebar .navbar .navbar-collapse {
    padding: 0;
  }
  body.navbar-sidebar .navbar .container,
  body.navbar-sidebar .navbar .navbar-header {
    width: 100%;
  }
  body.navbar-sidebar .navbar .navbar-header {
    text-align: center;
  }
  body.navbar-sidebar .navbar .navbar-brand {
    float: none;
  }
  body.navbar-sidebar .navbar .navbar-nav > li {
    width: 100%;
    position: relative;
  }
  body.navbar-sidebar .navbar .navbar-nav > li > a {
    padding: 14px 50px;
  }
  body.navbar-sidebar .navbar .navbar-nav > li > .dropdown-menu {
    left: 100%;
    top: 0;
  }
  body.navbar-sidebar .navbar .navbar-nav > li.active > a {
    background-color: #3c3c3c;
    color: #ffffff;
  }
  body.navbar-sidebar .navbar .navbar-nav > li.dropdown i {
    position: absolute;
    right: 50px;
  }
  body.navbar-sidebar .navbar .navbar-nav > li.dropdown .dropdown-menu i {
    position: static;
    right: auto;
  }
  body.navbar-sidebar .navbar .showHeaderSearch {
    position: absolute;
    width: 50px;
    top: 62px;
    right: -50px;
    background-color: #262626;
    height: 50px;
    display: block;
    padding: 0;
    margin-right: 0;
    text-align: center;
    padding-top: 14px;
    font-size: 20px;
  }
}
@media (max-width: 1700px) {
  .home-full-width .galleryItem {
    width: 25%;
  }
}
@media (max-width: 1500px) {
  .home-full-width .galleryItem {
    width: 33.333333%;
  }
}
@media (max-width: 1199px) {
  .text404 {
    font-size: 260px;
  }
  .galleryContainer.withSpaces .project-thumb .thumb-info {
    left: 20px;
    right: 20px;
  }
  .galleryContainer.withSpaces .project-thumb:hover .thumb-info {
    bottom: 20px;
  }
  .media-section[data-type="kenburns"] .media-section-image-container > img {
    margin-top: -300px;
  }
}
@media (max-width: 992px) {
  .galleryItem {
    width: 50% !important;
  }
  .galleryContainer.col-1 .galleryItem {
    width: 100% !important;
  }
  .galleryContainer.withSpaces.col-3 .project-thumb .thumb-info h4,
  .galleryContainer.withSpaces.col-2 .project-thumb .thumb-info h4,
  .galleryContainer.withSpaces.col-3 .project-thumb .thumb-info .thumb-cats,
  .galleryContainer.withSpaces.col-2 .project-thumb .thumb-info .thumb-cats {
    font-size: 12px;
  }
  .galleryContainer.withSpaces.col-3 .project-thumb .thumb-info h4,
  .galleryContainer.withSpaces.col-2 .project-thumb .thumb-info h4 {
    margin-top: 15px;
  }
  .galleryContainer.withSpaces.col-3 .project-thumb:hover .thumb-info .thumb-links .thumb-link,
  .galleryContainer.withSpaces.col-2 .project-thumb:hover .thumb-info .thumb-links .thumb-link {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  body.navbar-middle .navbar-left {
    margin-left: -15px;
  }
}
@media (max-width: 991px) {
  .nav > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
  /* **************
     CALL TO ACTION
     ************** */
  .call-box .table-cell {
    display: block;
  }
  .call-box .table-cell:first-child {
    padding-left: 15px;
  }
  .call-box .table-cell:last-child {
    padding-right: 15px;
  }
  .call-box .col-md-7,
  .call-box .col-md-5,
  .call-box .col-md-8,
  .call-box .col-md-4 {
    float: left;
    margin: 0;
    width: 100%;
  }
  .call-box .col-md-5 {
    text-align: center;
  }
  .call-box .btn {
    margin-top: 20px;
  }
  .call-box .input-group-btn .btn {
    margin-top: 0;
  }
  .feature-right-bottom:before,
  .feature-right-top:before,
  .feature-right:before,
  .feature-left:before,
  .feature-left-top:before,
  .feature-left-bottom:before {
    display: none;
  }
  .media-section[data-type="kenburns"] > img {
    width: auto;
  }
  .media-section[data-type="video"] {
    background-size: cover;
    background-position: center;
  }
  .media-section[data-type="video"] .video {
    display: none;
  }
  /* *******
     TWITTER
     ******* */
  .twitter-logo {
    display: block;
    float: none;
    text-align: center;
  }
  .twitter {
    text-align: center;
  }
  .text404 {
    font-size: 200px;
  }
  /* **************
     PROJECT SINGLE
  ***************** */
  .project-media-container a {
    color: #ffffff;
  }
  .project-media-container .project-counting {
    position: relative;
    right: 0;
    margin-bottom: 20px;
  }
  .project-media-container .project-desc {
    padding: 15px;
    position: relative;
  }
  .flexslider.paging-left .flex-control-paging {
    bottom: 10px;
    padding: 0 10px;
  }
  .project-media {
    margin-bottom: 40px;
  }
  .project-single-info {
    display: block;
    width: 33.33333333%;
    float: left;
  }
  .media-section[data-type="kenburns"] .media-section-image-container > img {
    margin-top: -250px;
  }
  .person-box,
  .graph + span,
  .person-image {
    margin-bottom: 40px;
    display: block;
  }
  .icon-counter {
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .pre-footer .flexslider {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  #wrapper {
    position: relative;
  }
  body.navbar-fixed,
  body.navbar-fixed.with-topbar {
    padding-top: 0;
  }
  body.navbar-transparent .navbar {
    z-index: auto;
    color: #313842;
  }
  body.navbar-dark .navbar .dropdown-menu {
    color: #ffffff;
  }
  .navbar-nav {
    margin: 0;
    margin-top: 80px;
  }
  .navbar {
    position: static !important;
    min-height: 0;
    display: none;
  }
  .snapjs-left .navbar {
    display: block;
  }
  .snapjs-left .navbar-collapse {
    overflow-y: auto;
  }
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    background-color: #ffffff;
    color: #222222 !important;
  }
  .navbar-collapse {
    display: block;
    position: fixed;
    top: 0;
    left: 15px;
    width: 260px;
    height: 100%;
    margin: 0;
    overflow-y: hidden;
    overflow-x: hidden;
    max-height: 100%;
    background: #262626;
    border-top: none;
    color: #ffffff;
  }
  .navbar-collapse:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 20%;
    background: rgba(0, 0, 0, 0);
  }
  .navbar-collapse .open .dropdown-menu {
    max-height: none;
  }
  .navbar-collapse .dropdown-menu {
    background-color: #262626;
    margin: 60px -15px;
    display: block;
    position: initial;
    float: none;
    z-index: 0;
    position: relative;
    max-height: 0;
    overflow: hidden;
  }
  .navbar-collapse .dropdown-menu .dropdown-menu {
    margin: 0;
  }
  .navbar-collapse .dropdown-menu a {
    color: #ffffff;
  }
  .navbar-collapse .active > a {
    color: #262626;
  }
  .navbar-collapse .nav > li > a {
    padding: 10px 10px 10px 10px;
    color: #ffffff;
  }
  .navbar-collapse .nav-image,
  .navbar-collapse .nav-bottom {
    display: none;
  }
  .yamm-dropdown .navbar-title,
  .yamm-fw .navbar-title {
    margin-top: 10px;
  }
  .yamm-dropdown .row,
  .yamm-fw .row {
    margin: 0;
  }
  .yamm-dropdown .list-unstyled,
  .yamm-fw .list-unstyled {
    margin-bottom: 0;
  }
  .showHeaderSearch {
    padding-right: 30px;
    padding-left: 0;
    margin-right: 0;
  }
  .headerSearchClose {
    padding-right: 0;
  }
  #wrapper .navbar-header {
    position: relative;
    z-index: 9999;
    background-color: #ffffff;
  }
}
@media (max-width: 767px) {
  .sidebar {
    padding: 20px 15px;
    margin-top: 20px;
    margin-bottom: -40px;
    background-color: #f4f5f5;
  }
  .sidebar-left {
    margin-top: -40px;
    margin-bottom: 20px;
  }
  .section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section-top {
    padding-top: 40px;
  }
  .section-bottom {
    padding-bottom: 40px;
  }
  /* ****************
    PROCESS CIRCLES
    *************** */
  .ct-process {
    background: url("../images/lines-vertical.png") repeat-y center;
    font-size: 30px;
    margin-top: 50px;
  }
  .ct-process a:hover img {
    padding: 14px;
    border-width: 3px;
  }
  .ct-process .table-cell {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .ct-process .table-cell:last-child {
    padding-bottom: 0;
  }
  .ct-process .ct-process-right,
  .ct-process .ct-process-left {
    margin: auto;
  }
  .ct-process .ct-process-right:before,
  .ct-process .ct-process-left:before {
    display: none;
  }
  .ct-process .ct-process-icon {
    text-align: center;
  }
  /* ******
     INPUTS
     ****** */
  .form-group-float-label {
    margin-top: 20px;
  }
  /* ****
   TABS
   **** */
  .tabs-vertical > .nav-tabs > li > a,
  .tabs-vertical > .nav-tabs .active > a,
  .tabs-vertical > .nav-tabs .active > a:hover,
  .tabs-vertical > .nav-tabs .active > a:focus {
    border: 1px solid #eaebec;
  }
  .tabs-vertical > .nav-tabs {
    display: block;
    margin-bottom: 40px;
  }
  .tabs-vertical .tab-content {
    display: block;
  }
  .tabs-vertical .tab-content img {
    max-width: 100%;
  }
  /* ***********
   PRICING BOX
   *********** */
  .pricing div[class^="col-"],
  .pricing section[class^="col-"] {
    padding: 15px;
  }
  .pricing h4.sep {
    margin-top: 0px;
  }
  footer.main-footer div[class^="col-"] {
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
  }
  .post-footer div[class^="col-"] {
    margin: 60px 0;
    text-align: center;
  }
  .post-footer div[class^="col-"] ul li,
  .post-footer div[class^="col-"] ol li {
    margin-bottom: 15px;
  }
  .text404 small {
    text-align: center;
  }
  .project-single-info {
    width: 50%;
  }
  .media-section[data-type="kenburns"] .media-section-image-container > img {
    vertical-align: middle;
    top: 0;
    margin-top: 0;
    margin-left: 0;
    width: auto;
    height: 100%;
    min-width: 100%;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .contact-office {
    text-align: center;
    margin-top: 40px;
  }
  .contact-office .hr-left:before {
    left: 50%;
    margin-left: -40px;
  }
}
@media (max-width: 650px) {
  .home-full-width .galleryItem {
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  .header-search input[type="text"] {
    width: 100%;
    font-size: 28px;
    padding: 5px 15px;
  }
  .navbar-brand {
    max-width: 166px;
  }
  .navbar-brand img {
    max-width: 100%;
  }
  .headerSearchClose {
    top: 10px;
    right: 10px;
  }
  h1.huge {
    font-size: 120px;
  }
  /* **************
     CALL TO ACTION
     ************** */
  .call-box .btn {
    width: 100%;
    margin-left: 0;
  }
  .ct-ribbon {
    margin-left: 20px;
    margin-right: 10px;
  }
  /* **********
     BLOCKQUOTE
     ********** */
  blockquote figure {
    margin-left: -40px;
  }
  blockquote.type1 .underline {
    font-size: 12px;
  }
  /* *******
     ISOTOPE
     ******* */
  .galleryItem {
    width: 100% !important;
    padding-bottom: 20px !important;
  }
  .thumbnailScroller {
    height: 386px;
  }
  .project-thumb:before {
    display: none;
  }
  .project-thumb .thumb-counting {
    right: 15px;
    top: auto;
    bottom: 5px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .project-thumb .thumb-counting a {
    color: inherit;
  }
  .project-thumb .thumb-links {
    display: none;
  }
  .project-thumb .thumb-info {
    position: relative;
    color: inherit;
    left: 15px;
    right: 15px;
    bottom: 5px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .project-thumb .thumb-info a {
    color: inherit;
  }
  .project-thumb .thumb-info h4 {
    margin-top: 15px;
  }
  .project-thumb .thumb-info .thumb-cats {
    margin-top: 0px;
  }
  .project-thumb:hover .thumb-info {
    bottom: 5px;
  }
  .project-thumb:hover .thumb-info .thumb-cats {
    margin-top: 0;
  }
  .galleryContainer.withSpaces.col-1 .project-thumb .thumb-info h4,
  .galleryContainer.withSpaces.col-2 .project-thumb .thumb-info h4,
  .galleryContainer.withSpaces.col-3 .project-thumb .thumb-info h4,
  .galleryContainer.withSpaces.col-4 .project-thumb .thumb-info h4,
  .galleryContainer.withSpaces.col-1 .project-thumb .thumb-info .thumb-cats,
  .galleryContainer.withSpaces.col-2 .project-thumb .thumb-info .thumb-cats,
  .galleryContainer.withSpaces.col-3 .project-thumb .thumb-info .thumb-cats,
  .galleryContainer.withSpaces.col-4 .project-thumb .thumb-info .thumb-cats {
    font-size: 18px;
  }
  .galleryContainer.withSpaces.col-1 .project-thumb .thumb-info,
  .galleryContainer.withSpaces.col-2 .project-thumb .thumb-info,
  .galleryContainer.withSpaces.col-3 .project-thumb .thumb-info,
  .galleryContainer.withSpaces.col-4 .project-thumb .thumb-info {
    left: 15px;
    right: 15px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .galleryContainer.withSpaces.col-1 .project-thumb:hover .thumb-info,
  .galleryContainer.withSpaces.col-2 .project-thumb:hover .thumb-info,
  .galleryContainer.withSpaces.col-3 .project-thumb:hover .thumb-info,
  .galleryContainer.withSpaces.col-4 .project-thumb:hover .thumb-info {
    bottom: 0px;
  }
  .project-single-info {
    width: 100%;
  }
  /* ***********
   SERVICE BOX
   *********** */
  .service-box {
    padding: 10px;
  }
  .service-box i {
    margin-bottom: 10px;
  }
  .service-box .h4 {
    font-size: 12px;
  }
  .text404 {
    font-size: 140px;
    margin-bottom: 40px;
  }
  .text404 small {
    font-size: 20px;
  }
  .commentList .media > .pull-left {
    float: none !important;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .commentList .media-heading,
  .commentList .comment-date,
  .commentList .reply-button {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .images-widget,
  .person-box,
  article.journal .media-object,
  article.journal .journalblock,
  .person-image,
  .galleryContainer.withSpaces,
  .galleryContainer.withMasonry {
    margin-left: -15px;
    margin-right: -15px;
  }
  .person-box .image-wrapper img {
    width: 100%;
  }
  .galleryContainer.withSpaces .galleryItem,
  .galleryContainer.withMasonry .galleryItem {
    padding: 0;
  }
  .aside-title,
  .big {
    font-size: 60px;
  }
  .media-section.no-padding {
    padding: 40px 0;
  }
  .media-section .table-cell {
    display: block;
    text-align: center;
  }
  .media-section .breadcrumb.pull-right {
    float: none !important;
  }
  .home-full-width .images-widget,
  .home-full-width .person-box,
  .home-full-width article.journal .media-object,
  .home-full-width article.journal .journalblock,
  .home-full-width .person-image,
  .home-full-width .galleryContainer.withSpaces,
  .home-full-width .galleryContainer.withMasonry {
    margin: 0;
  }
}
/* *************
   MOTIVE COLORS
   ************* */
a {
  color: #333333;
}
a.grey:hover,
a.grey:focus {
  color: #2b8be9;
}
.breadcrumb > li + li:before {
  color: #2b8be9;
}
.breadcrumb > li a:hover,
.breadcrumb > li a:focus {
  color: #2b8be9;
}
h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover,
h1 a:focus,
.h1 a:focus,
h2 a:focus,
.h2 a:focus,
h3 a:focus,
.h3 a:focus,
h4 a:focus,
.h4 a:focus,
h5 a:focus,
.h5 a:focus,
h6 a:focus,
.h6 a:focus,
h1 a:active,
.h1 a:active,
h2 a:active,
.h2 a:active,
h3 a:active,
.h3 a:active,
h4 a:active,
.h4 a:active,
h5 a:active,
.h5 a:active,
h6 a:active,
.h6 a:active {
  color: #2b8be9;
}
/* *******
   BUTTONS
   ******* */
.btn-link {
  color: #2b8be9;
}
.btn-primary {
  background-color: #2b8be9;
  border-color: #2b8be9;
}
.bg3 .btn-primary:hover,
.bg4 .btn-primary:hover,
.media-section.darkbg .btn-primary:hover,
.bg3 .btn-primary:focus,
.bg4 .btn-primary:focus,
.media-section.darkbg .btn-primary:focus,
.bg3 .btn-primary:active,
.bg4 .btn-primary:active,
.media-section.darkbg .btn-primary:active,
.bg3 .btn-primary.active,
.bg4 .btn-primary.active,
.media-section.darkbg .btn-primary.active {
  color: #2b8be9;
}
.btn-default {
  color: #2b8be9;
}
.open .dropdown-toggle.btn-primary {
  color: #2b8be9;
}
.dropdown-menu > li a:hover,
.dropdown-menu > li a:focus,
.dropdown-menu > li a:active {
  background-color: #2b8be9;
}
/* ******
   INPUTS
   ****** */
.search-widget .btn:hover,
.search-widget .btn:focus,
.search-widget .btn:active {
  color: #2b8be9;
}
/* **********
   TYPOGRAPHY
   ********** */
.motive {
  color: #2b8be9;
}
.ct-ribbon:before {
  background: #2b8be9;
}
.ct-ribbon .ct-triangle {
  border-color: transparent #2b8be9 transparent transparent;
}
/* *************
   HEADER STYLES
   ************* */
header a:hover,
header .btn-link:hover,
header a:focus,
header .btn-link:focus,
header a:active,
header .btn-link:active {
  color: #2b8be9;
}
header a:hover i.fa,
header .btn-link:hover i.fa,
header a:focus i.fa,
header .btn-link:focus i.fa,
header a:active i.fa,
header .btn-link:active i.fa {
  color: #2b8be9;
}
body.header-color header {
  background-color: #2b8be9;
}
body.header-color header a:hover,
body.header-color header .btn-link:hover,
body.header-color header a:focus,
body.header-color header .btn-link:focus,
body.header-color header a:active,
body.header-color header .btn-link:active {
  color: #87bef3;
}
body.header-color header a:hover i.fa,
body.header-color header .btn-link:hover i.fa,
body.header-color header a:focus i.fa,
body.header-color header .btn-link:focus i.fa,
body.header-color header a:active i.fa,
body.header-color header .btn-link:active i.fa {
  color: #87bef3;
}
/* *************
   NAVBAR STYLES
   ************* */
body.navbar-sidebar .navbar-toggle:hover .icon-bar {
  background-color: #2b8be9;
}
.navbar a:hover {
  color: #2b8be9;
}
.header-search,
.header-login {
  background-color: #2b8be9;
  background: rgba(43, 138, 233, 0.9);
}
#magic-line {
  background: #2b8be9;
}
/* ********
   SECTIONS
   ******** */
.bg4 {
  background-color: #2b8be9;
}
/* **************
   PROJECT SINGLE
   ************** */
.project-media-container .project-desc {
  background-color: rgba(43, 139, 233, 0.8);
}
/* ****************
    PROCESS CIRCLES
    *************** */
.ct-process .ct-process-right,
.ct-process .ct-process-left {
  background-color: #2b8be9;
}
.ct-process .ct-process-right:before {
  border-color: transparent transparent transparent #2b8be9;
}
.ct-process .ct-process-left:before {
  border-color: transparent #2b8be9 transparent transparent;
}
/* ====================== */
/* ==== PROGRESS BAR ==== */
.progress .progress-bar {
  background: #2b8be9;
}
/* ***********
   SERVICE BOX
   *********** */
.service-box.withhover:hover {
  border-color: #2b8be9;
  background-color: #2b8be9;
}
/* ******
   FOOTER
   ******* */
footer.main-footer a {
  color: #FFFFFF;
}
footer.main-footer a:hover {
  color: #1571cc;
}
#backtoTop {
  background-color: #2b8be9;
}
/* ********
   ARTICLES
   ******** */
article a,
.widget ul > li article a {
  color: #2b8be9;
}
article h4 a:hover,
.widget ul > li article h4 a:hover {
  color: #2b8be9;
}
article .date .day,
.widget ul > li article .date .day {
  color: #2b8be9;
}
article .date .month,
.widget ul > li article .date .month {
  background-color: #2b8be9;
}
.commentList .reply-button:hover,
.commentList .reply-button:focus {
  color: #2b8be9;
}
/* **********
   BLOCKQUOTE
   ********** */
blockquote.type1 {
  background-color: #2b8be9;
}
blockquote.type2 footer cite {
  color: #2b8be9;
}
/* ****
   TABS
   **** */
.tabs-vertical > .nav-tabs li.active a:before,
.tabs-horizontal > .nav-tabs li.active a:before {
  background-color: #2b8be9;
}
/* ******
   TABLES
   ****** */
.table > thead > tr > th {
  background-color: rgba(11, 25, 102, 1.0);
}
/* **************
   PROJECT IMAGES
   ************** */
.project-thumb:before {
  background-color: #2b8be9;
}
.project-thumb .thumb-links .thumb-link:hover,
.project-thumb .thumb-links .thumb-link:active,
.project-thumb .thumb-links .thumb-link:focus {
  color: #2b8be9;
}
/* ************
   SQUARE ICONS
   ************ */
.square-icon-box:before {
  border: 3px solid #2b8be9;
}
.square-icon-hover:hover .square-icon-box {
  color: #ffffff;
}
.square-icon-hover:hover .square-icon-box:before {
  background-color: #2b8be9;
}
/* ***********
   PRICING BOX
   *********** */
.pricing .pricebox.motive {
  background-color: #2b8be9;
}
/* ******************
   THUMBNAIL SCROLLER
   ****************** */
.thumbnailScroller .jTscrollerNextButton:hover,
.thumbnailScroller .jTscrollerPrevButton:hover {
  background-color: #2b8be9;
}
/* **********
   D3 SWIMMERS
   ********** */
.d3container {
  background-color: #2b8be9;
}
/* ================= */
/* === TIMELINE === */
.vco-notouch .vco-slider .nav-previous:hover,
.vco-notouch .vco-slider .nav-next:hover {
  color: #2b8be9;
}
.vco-timeline .vco-navigation .timenav .content .marker.active .line,
.vco-timeline .vco-navigation .timenav .content .marker.active .dot,
.vco-timeline .vco-navigation .timenav-background .timenav-line,
.vco-timeline .vco-navigation .timenav .content .marker.active .line .event-line,
.vco-timeline .vco-navigation .timenav .content .marker .line .event-line {
  background: #2b8be9;
}
.vco-notouch .vco-slider .slider-item .content .content-container .media .media-container .wikipedia h4 a:hover {
  color: #2b8be9;
}
/* *********
   WORDPRESS
   ********* */
.widget ul > li a:hover,
.widget ul > li a:focus,
.widget ul > li a:active {
  color: #2b8be9;
}

/* **********
마이매니저 CSS
*********** */

.mbmaindiv {
    background-color: rgba(255,255,255,0.95); 
    border-radius: 8px; 
    padding: 10px; 
    margin-top: 30px;
    margin-bottom: 10px;
    border: 1px solid rgba(11,25,102,1.7); 
    box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.05);
}

.mbbuttonstyle {
    border-radius: 2px; 
    padding: 14px 10px 0 0; 
    margin: 4px 0 15px 0; 
    border: 1px solid rgba(4,99,157,0.0);
    border-bottom: 1px dotted rgba(0,0,0,0.3);
    width: 97%; 
    height: 45px;
    font-size: 14px; 
	font-weight: 600;
    text-align: left;
}

.mbbuttonstyle01 {
    border-radius: 2px; 
    padding: 4px; 
    margin: 4px; 
    border: 1px solid rgba(4,99,157,0.0);
    border-bottom: 1px dotted rgba(0,0,0,0.3);
    width: 97%; 
    font-size: 12px; 
	font-weight: 300;
    text-align: left;
    cursor: pointer;
}

/* ---------------------------------------------------------------------- */
/*	Popup */
/* ---------------------------------------------------------------------- */

.layer {
	display: none;
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.layer .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .8;
	filter: alpha(opacity=80);
}

.layer .pop-layer {
	display: block;
}

.pop-layer {
	display: none;
	position:fixed;
	top: 30%;
    left: 50%;
	height: auto;    
}

.pop-layer .pop-container {
	padding: 0px 0px;
}

.pop-layer p.ctxt {
	color: #666;
	line-height: 25px;
}

.pop-layer .btn-r {
	width: 100%;
	margin: 0px 320px 20px;
	text-align: center;
}




.mmainbut {
  width:150px;
  height: 150px;
  border: 1px solid rgb(223, 223, 223);
  border-radius: 12px; 
  background-color: #ffffff;
  margin: 0 0 15px 0;
  font-size: 1.8rem;
  font-weight: 600;
  box-shadow:  4px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px 0 0 0;
}


/*  상품업데이트 예정일 보기 스타일     -----------------------------------------------------*/

.fl-button {
	background-color: rgba(0,0,0,0.0);
	border: 2px solid tomato;
	color: tomato;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	transition-duration: 0.4s;
	border-radius: 24px;
  }
  
  .fl-button:hover {
	background-color: tomato;
	color: #ffffff;
  }