@import "../plugins/magnificpopup/magnific-popup.css";

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic,400italic,700italic,900italic);

@import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah);

/*------------------------------------------------------------------

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



-------------------------------------------------------------------*/

/*!

 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome

 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)

 */

/* FONT PATH

 * -------------------------- */

@font-face {

  font-family: 'FontAwesome';

  src: url('../icons/fontawesome/fonts/fontawesome-webfont.eot?v=4.2.0');

  src: url('../icons/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../icons/fontawesome/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../icons/fontawesome/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../icons/fontawesome/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');

  font-weight: normal;

  font-style: normal;

}

.fa {

  display: inline-block;

  font: normal normal normal 14px/1 FontAwesome;

  font-size: inherit;

  text-rendering: auto;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}

/* makes the font 33% larger relative to the icon container */

.fa-lg {

  font-size: 1.33333333em;

  line-height: 0.75em;

  vertical-align: -15%;

}

.fa-2x {

  font-size: 2em;

}

.fa-3x {

  font-size: 3em;

}

.fa-4x {

  font-size: 4em;

}

.fa-5x {

  font-size: 5em;

}

.fa-fw {

  width: 1.28571429em;

  text-align: center;

}

.fa-ul {

  padding-left: 0;

  margin-left: 2.14285714em;

  list-style-type: none;

}

.fa-ul > li {

  position: relative;

}

.fa-li {

  position: absolute;

  left: -2.14285714em;

  width: 2.14285714em;

  top: 0.14285714em;

  text-align: center;

}

.fa-li.fa-lg {

  left: -1.85714286em;

}

.fa-border {

  padding: .2em .25em .15em;

  border: solid 0.08em #eeeeee;

  border-radius: .1em;

}

.pull-right {

  float: right;

}

.pull-left {

  float: left;

}

.fa.pull-left {

  margin-right: .3em;

}

.fa.pull-right {

  margin-left: .3em;

}

.fa-spin {

  -webkit-animation: fa-spin 2s infinite linear;

  animation: fa-spin 2s infinite linear;

}

@-webkit-keyframes fa-spin {

  0% {

    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);

  }

  100% {

    -webkit-transform: rotate(359deg);

    transform: rotate(359deg);

  }

}

@keyframes fa-spin {

  0% {

    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);

  }

  100% {

    -webkit-transform: rotate(359deg);

    transform: rotate(359deg);

  }

}

.fa-rotate-90 {

  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);

  -webkit-transform: rotate(90deg);

  -ms-transform: rotate(90deg);

  transform: rotate(90deg);

}

.fa-rotate-180 {

  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);

  -webkit-transform: rotate(180deg);

  -ms-transform: rotate(180deg);

  transform: rotate(180deg);

}

.fa-rotate-270 {

  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

  -webkit-transform: rotate(270deg);

  -ms-transform: rotate(270deg);

  transform: rotate(270deg);

}

.fa-flip-horizontal {

  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);

  -webkit-transform: scale(-1, 1);

  -ms-transform: scale(-1, 1);

  transform: scale(-1, 1);

}

.fa-flip-vertical {

  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);

  -webkit-transform: scale(1, -1);

  -ms-transform: scale(1, -1);

  transform: scale(1, -1);

}

:root .fa-rotate-90,

:root .fa-rotate-180,

:root .fa-rotate-270,

:root .fa-flip-horizontal,

:root .fa-flip-vertical {

  filter: none;

}

.fa-stack {

  position: relative;

  display: inline-block;

  width: 2em;

  height: 2em;

  line-height: 2em;

  vertical-align: middle;

}

.fa-stack-1x,

.fa-stack-2x {

  position: absolute;

  left: 0;

  width: 100%;

  text-align: center;

}

.fa-stack-1x {

  line-height: inherit;

}

.fa-stack-2x {

  font-size: 2em;

}

.fa-inverse {

  color: #ffffff;

}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen

   readers do not read off random characters that represent icons */

.fa-glass:before {

  content: "\f000";

}

.fa-music:before {

  content: "\f001";

}

.fa-search:before {

  content: "\f002";

}

.fa-envelope-o:before {

  content: "\f003";

}

.fa-heart:before {

  content: "\f004";

}

.fa-star:before {

  content: "\f005";

}

.fa-star-o:before {

  content: "\f006";

}

.fa-user:before {

  content: "\f007";

}

.fa-film:before {

  content: "\f008";

}

.fa-th-large:before {

  content: "\f009";

}

.fa-th:before {

  content: "\f00a";

}

.fa-th-list:before {

  content: "\f00b";

}

.fa-check:before {

  content: "\f00c";

}

.fa-remove:before,

.fa-close:before,

.fa-times:before {

  content: "\f00d";

}

.fa-search-plus:before {

  content: "\f00e";

}

.fa-search-minus:before {

  content: "\f010";

}

.fa-power-off:before {

  content: "\f011";

}

.fa-signal:before {

  content: "\f012";

}

.fa-gear:before,

.fa-cog:before {

  content: "\f013";

}

.fa-trash-o:before {

  content: "\f014";

}

.fa-home:before {

  content: "\f015";

}

.fa-file-o:before {

  content: "\f016";

}

.fa-clock-o:before {

  content: "\f017";

}

.fa-road:before {

  content: "\f018";

}

.fa-download:before {

  content: "\f019";

}

.fa-arrow-circle-o-down:before {

  content: "\f01a";

}

.fa-arrow-circle-o-up:before {

  content: "\f01b";

}

.fa-inbox:before {

  content: "\f01c";

}

.fa-play-circle-o:before {

  content: "\f01d";

}

.fa-rotate-right:before,

.fa-repeat:before {

  content: "\f01e";

}

.fa-refresh:before {

  content: "\f021";

}

.fa-list-alt:before {

  content: "\f022";

}

.fa-lock:before {

  content: "\f023";

}

.fa-flag:before {

  content: "\f024";

}

.fa-headphones:before {

  content: "\f025";

}

.fa-volume-off:before {

  content: "\f026";

}

.fa-volume-down:before {

  content: "\f027";

}

.fa-volume-up:before {

  content: "\f028";

}

.fa-qrcode:before {

  content: "\f029";

}

.fa-barcode:before {

  content: "\f02a";

}

.fa-tag:before {

  content: "\f02b";

}

.fa-tags:before {

  content: "\f02c";

}

.fa-book:before {

  content: "\f02d";

}

.fa-bookmark:before {

  content: "\f02e";

}

.fa-print:before {

  content: "\f02f";

}

.fa-camera:before {

  content: "\f030";

}

.fa-font:before {

  content: "\f031";

}

.fa-bold:before {

  content: "\f032";

}

.fa-italic:before {

  content: "\f033";

}

.fa-text-height:before {

  content: "\f034";

}

.fa-text-width:before {

  content: "\f035";

}

.fa-align-left:before {

  content: "\f036";

}

.fa-align-center:before {

  content: "\f037";

}

.fa-align-right:before {

  content: "\f038";

}

.fa-align-justify:before {

  content: "\f039";

}

.fa-list:before {

  content: "\f03a";

}

.fa-dedent:before,

.fa-outdent:before {

  content: "\f03b";

}

.fa-indent:before {

  content: "\f03c";

}

.fa-video-camera:before {

  content: "\f03d";

}

.fa-photo:before,

.fa-image:before,

.fa-picture-o:before {

  content: "\f03e";

}

.fa-pencil:before {

  content: "\f040";

}

.fa-map-marker:before {

  content: "\f041";

}

.fa-adjust:before {

  content: "\f042";

}

.fa-tint:before {

  content: "\f043";

}

.fa-edit:before,

.fa-pencil-square-o:before {

  content: "\f044";

}

.fa-share-square-o:before {

  content: "\f045";

}

.fa-check-square-o:before {

  content: "\f046";

}

.fa-arrows:before {

  content: "\f047";

}

.fa-step-backward:before {

  content: "\f048";

}

.fa-fast-backward:before {

  content: "\f049";

}

.fa-backward:before {

  content: "\f04a";

}

.fa-play:before {

  content: "\f04b";

}

.fa-pause:before {

  content: "\f04c";

}

.fa-stop:before {

  content: "\f04d";

}

.fa-forward:before {

  content: "\f04e";

}

.fa-fast-forward:before {

  content: "\f050";

}

.fa-step-forward:before {

  content: "\f051";

}

.fa-eject:before {

  content: "\f052";

}

.fa-chevron-left:before {

  content: "\f053";

}

.fa-chevron-right:before {

  content: "\f054";

}

.fa-plus-circle:before {

  content: "\f055";

}

.fa-minus-circle:before {

  content: "\f056";

}

.fa-times-circle:before {

  content: "\f057";

}

.fa-check-circle:before {

  content: "\f058";

}

.fa-question-circle:before {

  content: "\f059";

}

.fa-info-circle:before {

  content: "\f05a";

}

.fa-crosshairs:before {

  content: "\f05b";

}

.fa-times-circle-o:before {

  content: "\f05c";

}

.fa-check-circle-o:before {

  content: "\f05d";

}

.fa-ban:before {

  content: "\f05e";

}

.fa-arrow-left:before {

  content: "\f060";

}

.fa-arrow-right:before {

  content: "\f061";

}

.fa-arrow-up:before {

  content: "\f062";

}

.fa-arrow-down:before {

  content: "\f063";

}

.fa-mail-forward:before,

.fa-share:before {

  content: "\f064";

}

.fa-expand:before {

  content: "\f065";

}

.fa-compress:before {

  content: "\f066";

}

.fa-plus:before {

  content: "\f067";

}

.fa-minus:before {

  content: "\f068";

}

.fa-asterisk:before {

  content: "\f069";

}

.fa-exclamation-circle:before {

  content: "\f06a";

}

.fa-gift:before {

  content: "\f06b";

}

.fa-leaf:before {

  content: "\f06c";

}

.fa-fire:before {

  content: "\f06d";

}

.fa-eye:before {

  content: "\f06e";

}

.fa-eye-slash:before {

  content: "\f070";

}

.fa-warning:before,

.fa-exclamation-triangle:before {

  content: "\f071";

}

.fa-plane:before {

  content: "\f072";

}

.fa-calendar:before {

  content: "\f073";

}

.fa-random:before {

  content: "\f074";

}

.fa-comment:before {

  content: "\f075";

}

.fa-magnet:before {

  content: "\f076";

}

.fa-chevron-up:before {

  content: "\f077";

}

.fa-chevron-down:before {

  content: "\f078";

}

.fa-retweet:before {

  content: "\f079";

}

.fa-shopping-cart:before {

  content: "\f07a";

}

.fa-folder:before {

  content: "\f07b";

}

.fa-folder-open:before {

  content: "\f07c";

}

.fa-arrows-v:before {

  content: "\f07d";

}

.fa-arrows-h:before {

  content: "\f07e";

}

.fa-bar-chart-o:before,

.fa-bar-chart:before {

  content: "\f080";

}

.fa-twitter-square:before {

  content: "\f081";

}

.fa-facebook-square:before {

  content: "\f082";

}

.fa-camera-retro:before {

  content: "\f083";

}

.fa-key:before {

  content: "\f084";

}

.fa-gears:before,

.fa-cogs:before {

  content: "\f085";

}

.fa-comments:before {

  content: "\f086";

}

.fa-thumbs-o-up:before {

  content: "\f087";

}

.fa-thumbs-o-down:before {

  content: "\f088";

}

.fa-star-half:before {

  content: "\f089";

}

.fa-heart-o:before {

  content: "\f08a";

}

.fa-sign-out:before {

  content: "\f08b";

}

.fa-linkedin-square:before {

  content: "\f08c";

}

.fa-thumb-tack:before {

  content: "\f08d";

}

.fa-external-link:before {

  content: "\f08e";

}

.fa-sign-in:before {

  content: "\f090";

}

.fa-trophy:before {

  content: "\f091";

}

.fa-github-square:before {

  content: "\f092";

}

.fa-upload:before {

  content: "\f093";

}

.fa-lemon-o:before {

  content: "\f094";

}

.fa-phone:before {

  content: "\f095";

}

.fa-square-o:before {

  content: "\f096";

}

.fa-bookmark-o:before {

  content: "\f097";

}

.fa-phone-square:before {

  content: "\f098";

}

.fa-twitter:before {

  content: "\f099";

}

.fa-facebook:before {

  content: "\f09a";

}

.fa-github:before {

  content: "\f09b";

}

.fa-unlock:before {

  content: "\f09c";

}

.fa-credit-card:before {

  content: "\f09d";

}

.fa-rss:before {

  content: "\f09e";

}

.fa-hdd-o:before {

  content: "\f0a0";

}

.fa-bullhorn:before {

  content: "\f0a1";

}

.fa-bell:before {

  content: "\f0f3";

}

.fa-certificate:before {

  content: "\f0a3";

}

.fa-hand-o-right:before {

  content: "\f0a4";

}

.fa-hand-o-left:before {

  content: "\f0a5";

}

.fa-hand-o-up:before {

  content: "\f0a6";

}

.fa-hand-o-down:before {

  content: "\f0a7";

}

.fa-arrow-circle-left:before {

  content: "\f0a8";

}

.fa-arrow-circle-right:before {

  content: "\f0a9";

}

.fa-arrow-circle-up:before {

  content: "\f0aa";

}

.fa-arrow-circle-down:before {

  content: "\f0ab";

}

.fa-globe:before {

  content: "\f0ac";

}

.fa-wrench:before {

  content: "\f0ad";

}

.fa-tasks:before {

  content: "\f0ae";

}

.fa-filter:before {

  content: "\f0b0";

}

.fa-briefcase:before {

  content: "\f0b1";

}

.fa-arrows-alt:before {

  content: "\f0b2";

}

.fa-group:before,

.fa-users:before {

  content: "\f0c0";

}

.fa-chain:before,

.fa-link:before {

  content: "\f0c1";

}

.fa-cloud:before {

  content: "\f0c2";

}

.fa-flask:before {

  content: "\f0c3";

}

.fa-cut:before,

.fa-scissors:before {

  content: "\f0c4";

}

.fa-copy:before,

.fa-files-o:before {

  content: "\f0c5";

}

.fa-paperclip:before {

  content: "\f0c6";

}

.fa-save:before,

.fa-floppy-o:before {

  content: "\f0c7";

}

.fa-square:before {

  content: "\f0c8";

}

.fa-navicon:before,

.fa-reorder:before,

.fa-bars:before {

  content: "\f0c9";

}

.fa-list-ul:before {

  content: "\f0ca";

}

.fa-list-ol:before {

  content: "\f0cb";

}

.fa-strikethrough:before {

  content: "\f0cc";

}

.fa-underline:before {

  content: "\f0cd";

}

.fa-table:before {

  content: "\f0ce";

}

.fa-magic:before {

  content: "\f0d0";

}

.fa-truck:before {

  content: "\f0d1";

}

.fa-pinterest:before {

  content: "\f0d2";

}

.fa-pinterest-square:before {

  content: "\f0d3";

}

.fa-google-plus-square:before {

  content: "\f0d4";

}

.fa-google-plus:before {

  content: "\f0d5";

}

.fa-money:before {

  content: "\f0d6";

}

.fa-caret-down:before {

  content: "\f0d7";

}

.fa-caret-up:before {

  content: "\f0d8";

}

.fa-caret-left:before {

  content: "\f0d9";

}

.fa-caret-right:before {

  content: "\f0da";

}

.fa-columns:before {

  content: "\f0db";

}

.fa-unsorted:before,

.fa-sort:before {

  content: "\f0dc";

}

.fa-sort-down:before,

.fa-sort-desc:before {

  content: "\f0dd";

}

.fa-sort-up:before,

.fa-sort-asc:before {

  content: "\f0de";

}

.fa-envelope:before {

  content: "\f0e0";

}

.fa-linkedin:before {

  content: "\f0e1";

}

.fa-rotate-left:before,

.fa-undo:before {

  content: "\f0e2";

}

.fa-legal:before,

.fa-gavel:before {

  content: "\f0e3";

}

.fa-dashboard:before,

.fa-tachometer:before {

  content: "\f0e4";

}

.fa-comment-o:before {

  content: "\f0e5";

}

.fa-comments-o:before {

  content: "\f0e6";

}

.fa-flash:before,

.fa-bolt:before {

  content: "\f0e7";

}

.fa-sitemap:before {

  content: "\f0e8";

}

.fa-umbrella:before {

  content: "\f0e9";

}

.fa-paste:before,

.fa-clipboard:before {

  content: "\f0ea";

}

.fa-lightbulb-o:before {

  content: "\f0eb";

}

.fa-exchange:before {

  content: "\f0ec";

}

.fa-cloud-download:before {

  content: "\f0ed";

}

.fa-cloud-upload:before {

  content: "\f0ee";

}

.fa-user-md:before {

  content: "\f0f0";

}

.fa-stethoscope:before {

  content: "\f0f1";

}

.fa-suitcase:before {

  content: "\f0f2";

}

.fa-bell-o:before {

  content: "\f0a2";

}

.fa-coffee:before {

  content: "\f0f4";

}

.fa-cutlery:before {

  content: "\f0f5";

}

.fa-file-text-o:before {

  content: "\f0f6";

}

.fa-building-o:before {

  content: "\f0f7";

}

.fa-hospital-o:before {

  content: "\f0f8";

}

.fa-ambulance:before {

  content: "\f0f9";

}

.fa-medkit:before {

  content: "\f0fa";

}

.fa-fighter-jet:before {

  content: "\f0fb";

}

.fa-beer:before {

  content: "\f0fc";

}

.fa-h-square:before {

  content: "\f0fd";

}

.fa-plus-square:before {

  content: "\f0fe";

}

.fa-angle-double-left:before {

  content: "\f100";

}

.fa-angle-double-right:before {

  content: "\f101";

}

.fa-angle-double-up:before {

  content: "\f102";

}

.fa-angle-double-down:before {

  content: "\f103";

}

.fa-angle-left:before {

  content: "\f104";

}

.fa-angle-right:before {

  content: "\f105";

}

.fa-angle-up:before {

  content: "\f106";

}

.fa-angle-down:before {

  content: "\f107";

}

.fa-desktop:before {

  content: "\f108";

}

.fa-laptop:before {

  content: "\f109";

}

.fa-tablet:before {

  content: "\f10a";

}

.fa-mobile-phone:before,

.fa-mobile:before {

  content: "\f10b";

}

.fa-circle-o:before {

  content: "\f10c";

}

.fa-quote-left:before {

  content: "\f10d";

}

.fa-quote-right:before {

  content: "\f10e";

}

.fa-spinner:before {

  content: "\f110";

}

.fa-circle:before {

  content: "\f111";

}

.fa-mail-reply:before,

.fa-reply:before {

  content: "\f112";

}

.fa-github-alt:before {

  content: "\f113";

}

.fa-folder-o:before {

  content: "\f114";

}

.fa-folder-open-o:before {

  content: "\f115";

}

.fa-smile-o:before {

  content: "\f118";

}

.fa-frown-o:before {

  content: "\f119";

}

.fa-meh-o:before {

  content: "\f11a";

}

.fa-gamepad:before {

  content: "\f11b";

}

.fa-keyboard-o:before {

  content: "\f11c";

}

.fa-flag-o:before {

  content: "\f11d";

}

.fa-flag-checkered:before {

  content: "\f11e";

}

.fa-terminal:before {

  content: "\f120";

}

.fa-code:before {

  content: "\f121";

}

.fa-mail-reply-all:before,

.fa-reply-all:before {

  content: "\f122";

}

.fa-star-half-empty:before,

.fa-star-half-full:before,

.fa-star-half-o:before {

  content: "\f123";

}

.fa-location-arrow:before {

  content: "\f124";

}

.fa-crop:before {

  content: "\f125";

}

.fa-code-fork:before {

  content: "\f126";

}

.fa-unlink:before,

.fa-chain-broken:before {

  content: "\f127";

}

.fa-question:before {

  content: "\f128";

}

.fa-info:before {

  content: "\f129";

}

.fa-exclamation:before {

  content: "\f12a";

}

.fa-superscript:before {

  content: "\f12b";

}

.fa-subscript:before {

  content: "\f12c";

}

.fa-eraser:before {

  content: "\f12d";

}

.fa-puzzle-piece:before {

  content: "\f12e";

}

.fa-microphone:before {

  content: "\f130";

}

.fa-microphone-slash:before {

  content: "\f131";

}

.fa-shield:before {

  content: "\f132";

}

.fa-calendar-o:before {

  content: "\f133";

}

.fa-fire-extinguisher:before {

  content: "\f134";

}

.fa-rocket:before {

  content: "\f135";

}

.fa-maxcdn:before {

  content: "\f136";

}

.fa-chevron-circle-left:before {

  content: "\f137";

}

.fa-chevron-circle-right:before {

  content: "\f138";

}

.fa-chevron-circle-up:before {

  content: "\f139";

}

.fa-chevron-circle-down:before {

  content: "\f13a";

}

.fa-html5:before {

  content: "\f13b";

}

.fa-css3:before {

  content: "\f13c";

}

.fa-anchor:before {

  content: "\f13d";

}

.fa-unlock-alt:before {

  content: "\f13e";

}

.fa-bullseye:before {

  content: "\f140";

}

.fa-ellipsis-h:before {

  content: "\f141";

}

.fa-ellipsis-v:before {

  content: "\f142";

}

.fa-rss-square:before {

  content: "\f143";

}

.fa-play-circle:before {

  content: "\f144";

}

.fa-ticket:before {

  content: "\f145";

}

.fa-minus-square:before {

  content: "\f146";

}

.fa-minus-square-o:before {

  content: "\f147";

}

.fa-level-up:before {

  content: "\f148";

}

.fa-level-down:before {

  content: "\f149";

}

.fa-check-square:before {

  content: "\f14a";

}

.fa-pencil-square:before {

  content: "\f14b";

}

.fa-external-link-square:before {

  content: "\f14c";

}

.fa-share-square:before {

  content: "\f14d";

}

.fa-compass:before {

  content: "\f14e";

}

.fa-toggle-down:before,

.fa-caret-square-o-down:before {

  content: "\f150";

}

.fa-toggle-up:before,

.fa-caret-square-o-up:before {

  content: "\f151";

}

.fa-toggle-right:before,

.fa-caret-square-o-right:before {

  content: "\f152";

}

.fa-euro:before,

.fa-eur:before {

  content: "\f153";

}

.fa-gbp:before {

  content: "\f154";

}

.fa-dollar:before,

.fa-usd:before {

  content: "\f155";

}

.fa-rupee:before,

.fa-inr:before {

  content: "\f156";

}

.fa-cny:before,

.fa-rmb:before,

.fa-yen:before,

.fa-jpy:before {

  content: "\f157";

}

.fa-ruble:before,

.fa-rouble:before,

.fa-rub:before {

  content: "\f158";

}

.fa-won:before,

.fa-krw:before {

  content: "\f159";

}

.fa-bitcoin:before,

.fa-btc:before {

  content: "\f15a";

}

.fa-file:before {

  content: "\f15b";

}

.fa-file-text:before {

  content: "\f15c";

}

.fa-sort-alpha-asc:before {

  content: "\f15d";

}

.fa-sort-alpha-desc:before {

  content: "\f15e";

}

.fa-sort-amount-asc:before {

  content: "\f160";

}

.fa-sort-amount-desc:before {

  content: "\f161";

}

.fa-sort-numeric-asc:before {

  content: "\f162";

}

.fa-sort-numeric-desc:before {

  content: "\f163";

}

.fa-thumbs-up:before {

  content: "\f164";

}

.fa-thumbs-down:before {

  content: "\f165";

}

.fa-youtube-square:before {

  content: "\f166";

}

.fa-youtube:before {

  content: "\f167";

}

.fa-xing:before {

  content: "\f168";

}

.fa-xing-square:before {

  content: "\f169";

}

.fa-youtube-play:before {

  content: "\f16a";

}

.fa-dropbox:before {

  content: "\f16b";

}

.fa-stack-overflow:before {

  content: "\f16c";

}

.fa-instagram:before {

  content: "\f16d";

}

.fa-flickr:before {

  content: "\f16e";

}

.fa-adn:before {

  content: "\f170";

}

.fa-bitbucket:before {

  content: "\f171";

}

.fa-bitbucket-square:before {

  content: "\f172";

}

.fa-tumblr:before {

  content: "\f173";

}

.fa-tumblr-square:before {

  content: "\f174";

}

.fa-long-arrow-down:before {

  content: "\f175";

}

.fa-long-arrow-up:before {

  content: "\f176";

}

.fa-long-arrow-left:before {

  content: "\f177";

}

.fa-long-arrow-right:before {

  content: "\f178";

}

.fa-apple:before {

  content: "\f179";

}

.fa-windows:before {

  content: "\f17a";

}

.fa-android:before {

  content: "\f17b";

}

.fa-linux:before {

  content: "\f17c";

}

.fa-dribbble:before {

  content: "\f17d";

}

.fa-skype:before {

  content: "\f17e";

}

.fa-foursquare:before {

  content: "\f180";

}

.fa-trello:before {

  content: "\f181";

}

.fa-female:before {

  content: "\f182";

}

.fa-male:before {

  content: "\f183";

}

.fa-gittip:before {

  content: "\f184";

}

.fa-sun-o:before {

  content: "\f185";

}

.fa-moon-o:before {

  content: "\f186";

}

.fa-archive:before {

  content: "\f187";

}

.fa-bug:before {

  content: "\f188";

}

.fa-vk:before {

  content: "\f189";

}

.fa-weibo:before {

  content: "\f18a";

}

.fa-renren:before {

  content: "\f18b";

}

.fa-pagelines:before {

  content: "\f18c";

}

.fa-stack-exchange:before {

  content: "\f18d";

}

.fa-arrow-circle-o-right:before {

  content: "\f18e";

}

.fa-arrow-circle-o-left:before {

  content: "\f190";

}

.fa-toggle-left:before,

.fa-caret-square-o-left:before {

  content: "\f191";

}

.fa-dot-circle-o:before {

  content: "\f192";

}

.fa-wheelchair:before {

  content: "\f193";

}

.fa-vimeo-square:before {

  content: "\f194";

}

.fa-turkish-lira:before,

.fa-try:before {

  content: "\f195";

}

.fa-plus-square-o:before {

  content: "\f196";

}

.fa-space-shuttle:before {

  content: "\f197";

}

.fa-slack:before {

  content: "\f198";

}

.fa-envelope-square:before {

  content: "\f199";

}

.fa-wordpress:before {

  content: "\f19a";

}

.fa-openid:before {

  content: "\f19b";

}

.fa-institution:before,

.fa-bank:before,

.fa-university:before {

  content: "\f19c";

}

.fa-mortar-board:before,

.fa-graduation-cap:before {

  content: "\f19d";

}

.fa-yahoo:before {

  content: "\f19e";

}

.fa-google:before {

  content: "\f1a0";

}

.fa-reddit:before {

  content: "\f1a1";

}

.fa-reddit-square:before {

  content: "\f1a2";

}

.fa-stumbleupon-circle:before {

  content: "\f1a3";

}

.fa-stumbleupon:before {

  content: "\f1a4";

}

.fa-delicious:before {

  content: "\f1a5";

}

.fa-digg:before {

  content: "\f1a6";

}

.fa-pied-piper:before {

  content: "\f1a7";

}

.fa-pied-piper-alt:before {

  content: "\f1a8";

}

.fa-drupal:before {

  content: "\f1a9";

}

.fa-joomla:before {

  content: "\f1aa";

}

.fa-language:before {

  content: "\f1ab";

}

.fa-fax:before {

  content: "\f1ac";

}

.fa-building:before {

  content: "\f1ad";

}

.fa-child:before {

  content: "\f1ae";

}

.fa-paw:before {

  content: "\f1b0";

}

.fa-spoon:before {

  content: "\f1b1";

}

.fa-cube:before {

  content: "\f1b2";

}

.fa-cubes:before {

  content: "\f1b3";

}

.fa-behance:before {

  content: "\f1b4";

}

.fa-behance-square:before {

  content: "\f1b5";

}

.fa-steam:before {

  content: "\f1b6";

}

.fa-steam-square:before {

  content: "\f1b7";

}

.fa-recycle:before {

  content: "\f1b8";

}

.fa-automobile:before,

.fa-car:before {

  content: "\f1b9";

}

.fa-cab:before,

.fa-taxi:before {

  content: "\f1ba";

}

.fa-tree:before {

  content: "\f1bb";

}

.fa-spotify:before {

  content: "\f1bc";

}

.fa-deviantart:before {

  content: "\f1bd";

}

.fa-soundcloud:before {

  content: "\f1be";

}

.fa-database:before {

  content: "\f1c0";

}

.fa-file-pdf-o:before {

  content: "\f1c1";

}

.fa-file-word-o:before {

  content: "\f1c2";

}

.fa-file-excel-o:before {

  content: "\f1c3";

}

.fa-file-powerpoint-o:before {

  content: "\f1c4";

}

.fa-file-photo-o:before,

.fa-file-picture-o:before,

.fa-file-image-o:before {

  content: "\f1c5";

}

.fa-file-zip-o:before,

.fa-file-archive-o:before {

  content: "\f1c6";

}

.fa-file-sound-o:before,

.fa-file-audio-o:before {

  content: "\f1c7";

}

.fa-file-movie-o:before,

.fa-file-video-o:before {

  content: "\f1c8";

}

.fa-file-code-o:before {

  content: "\f1c9";

}

.fa-vine:before {

  content: "\f1ca";

}

.fa-codepen:before {

  content: "\f1cb";

}

.fa-jsfiddle:before {

  content: "\f1cc";

}

.fa-life-bouy:before,

.fa-life-buoy:before,

.fa-life-saver:before,

.fa-support:before,

.fa-life-ring:before {

  content: "\f1cd";

}

.fa-circle-o-notch:before {

  content: "\f1ce";

}

.fa-ra:before,

.fa-rebel:before {

  content: "\f1d0";

}

.fa-ge:before,

.fa-empire:before {

  content: "\f1d1";

}

.fa-git-square:before {

  content: "\f1d2";

}

.fa-git:before {

  content: "\f1d3";

}

.fa-hacker-news:before {

  content: "\f1d4";

}

.fa-tencent-weibo:before {

  content: "\f1d5";

}

.fa-qq:before {

  content: "\f1d6";

}

.fa-wechat:before,

.fa-weixin:before {

  content: "\f1d7";

}

.fa-send:before,

.fa-paper-plane:before {

  content: "\f1d8";

}

.fa-send-o:before,

.fa-paper-plane-o:before {

  content: "\f1d9";

}

.fa-history:before {

  content: "\f1da";

}

.fa-circle-thin:before {

  content: "\f1db";

}

.fa-header:before {

  content: "\f1dc";

}

.fa-paragraph:before {

  content: "\f1dd";

}

.fa-sliders:before {

  content: "\f1de";

}

.fa-share-alt:before {

  content: "\f1e0";

}

.fa-share-alt-square:before {

  content: "\f1e1";

}

.fa-bomb:before {

  content: "\f1e2";

}

.fa-soccer-ball-o:before,

.fa-futbol-o:before {

  content: "\f1e3";

}

.fa-tty:before {

  content: "\f1e4";

}

.fa-binoculars:before {

  content: "\f1e5";

}

.fa-plug:before {

  content: "\f1e6";

}

.fa-slideshare:before {

  content: "\f1e7";

}

.fa-twitch:before {

  content: "\f1e8";

}

.fa-yelp:before {

  content: "\f1e9";

}

.fa-newspaper-o:before {

  content: "\f1ea";

}

.fa-wifi:before {

  content: "\f1eb";

}

.fa-calculator:before {

  content: "\f1ec";

}

.fa-paypal:before {

  content: "\f1ed";

}

.fa-google-wallet:before {

  content: "\f1ee";

}

.fa-cc-visa:before {

  content: "\f1f0";

}

.fa-cc-mastercard:before {

  content: "\f1f1";

}

.fa-cc-discover:before {

  content: "\f1f2";

}

.fa-cc-amex:before {

  content: "\f1f3";

}

.fa-cc-paypal:before {

  content: "\f1f4";

}

.fa-cc-stripe:before {

  content: "\f1f5";

}

.fa-bell-slash:before {

  content: "\f1f6";

}

.fa-bell-slash-o:before {

  content: "\f1f7";

}

.fa-trash:before {

  content: "\f1f8";

}

.fa-copyright:before {

  content: "\f1f9";

}

.fa-at:before {

  content: "\f1fa";

}

.fa-eyedropper:before {

  content: "\f1fb";

}

.fa-paint-brush:before {

  content: "\f1fc";

}

.fa-birthday-cake:before {

  content: "\f1fd";

}

.fa-area-chart:before {

  content: "\f1fe";

}

.fa-pie-chart:before {

  content: "\f200";

}

.fa-line-chart:before {

  content: "\f201";

}

.fa-lastfm:before {

  content: "\f202";

}

.fa-lastfm-square:before {

  content: "\f203";

}

.fa-toggle-off:before {

  content: "\f204";

}

.fa-toggle-on:before {

  content: "\f205";

}

.fa-bicycle:before {

  content: "\f206";

}

.fa-bus:before {

  content: "\f207";

}

.fa-ioxhost:before {

  content: "\f208";

}

.fa-angellist:before {

  content: "\f209";

}

.fa-cc:before {

  content: "\f20a";

}

.fa-shekel:before,

.fa-sheqel:before,

.fa-ils:before {

  content: "\f20b";

}

.fa-meanpath:before {

  content: "\f20c";

}

/*!

 * 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('../plugins/flexslider/fonts/flexslider-icon.eot');

  src: url('../assetsplugins/flexslider/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../plugins/flexslider/fonts/flexslider-icon.woff') format('woff'), url('../plugins/flexslider/fonts/flexslider-icon.ttf') format('truetype'), url('../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: 2000px;

  -webkit-transition: all 1s ease;

  -moz-transition: all 1s ease;

  -o-transition: all 1s ease;

  transition: all 1s ease;

}

.loading .flex-viewport {

  max-height: 300px;

}

.flexslider .slides {

  zoom: 1;

}

.carousel li {

  margin-right: 5px;

}

/* Direction Nav */

.flex-direction-nav {

  *height: 0;

}

.flex-direction-nav a {

  text-decoration: none;

  display: block;

  width: 40px;

  height: 40px;

  margin: -20px 0 0;

  position: absolute;

  top: 50%;

  z-index: 10;

  overflow: hidden;

  opacity: 0;

  cursor: pointer;

  color: rgba(0, 0, 0, 0.8);

  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);

  -webkit-transition: all .3s ease;

  -moz-transition: all .3s ease;

  transition: all .3s ease;

}

.flex-direction-nav .flex-prev {

  left: -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;

}

.navbar-transparent .ubermenu .ubermenu-nav > li > a,

.navbar-dark .ubermenu .ubermenu-nav > li > a {

  color: #ffffff !important;

}

.ubermenu {

  background: transparent !important;

  border: none !important;

}

.ubermenu .ubermenu-nav {

  min-height: 81px;

}

.ubermenu .ubermenu-nav > li > a {

  text-transform: uppercase !important;

  line-height: 1 !important;

  padding: 34px 10px 34px 10px ;

  background-color: transparent !important;

  color: #000000 !important;

  border: none !important;

}

.ubermenu .ubermenu-nav > li > a,

.ubermenu .ubermenu-nav > li > a:hover,

.ubermenu .ubermenu-nav > li > a:focus,

.ubermenu .ubermenu-nav > li > a:active {

  background: transparent !important;

  color: inherit;

}

.ubermenu .ubermenu-nav > li > ul li a {

  padding: 7px 8px !important;

  margin: 10px 10px !important;

  line-height: 1 !important;

  font-size: 14px !important;

}

.ubermenu .ubermenu-nav .ubermenu-submenu-type-flyout > li a {

  padding: 7px 8px !important;

  margin: 0 15px;

  margin-bottom: 10px !important;

  line-height: 1 !important;

  font-size: 14px !important;

  -webkit-border-top-right-radius: 2px;

  -webkit-border-bottom-right-radius: 2px;

  -webkit-border-bottom-left-radius: 2px;

  -webkit-border-top-left-radius: 2px;

  -moz-border-radius-topright: 2px;

  -moz-border-radius-bottomright: 2px;

  -moz-border-radius-bottomleft: 2px;

  -moz-border-radius-topleft: 2px;

  border-top-right-radius: 2px;

  border-bottom-right-radius: 2px;

  border-bottom-left-radius: 2px;

  border-top-left-radius: 2px;

  -moz-background-clip: padding-box;

  -webkit-background-clip: padding-box;

  background-clip: padding-box;

}

.ubermenu .ubermenu-nav .ubermenu-submenu-type-flyout > li a:hover {

  background-color: #2b8be9;

  color: #ffffff !important;

}

.ubermenu .ubermenu-nav .ubermenu-submenu-type-flyout > li.ubermenu-current-menu-item > .ubermenu-target {

  background-color: #f8f8f8 !important;

}

.ubermenu .ubermenu-nav .ubermenu-submenu-type-flyout > li.ubermenu-current-menu-item > .ubermenu-target:hover {

  color: inherit !important;

}

.ubermenu .ubermenu-item-level-0 {

  outline: none !important;

}

.ubermenu .ubermenu-item-level-0 > .ubermenu-submenu-drop {

  border: none;

  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);

  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);

  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);

}

.ubermenu .ubermenu-item-level-0 > a {

  font-weight: 800;

}

.ubermenu .ubermenu-submenu.ubermenu-submenu-drop {

  background: #ffffff !important;

}

.ubermenu .ubermenu-item-type-column > .ubermenu-submenu-type-stack > .ubermenu-item-normal:first-child {

  margin-top: 0;

}

.ubermenu .ubermenu-submenu-footer {

  position: relative;

  width: 100%;

  background: #f8f8f8;

}

.ubermenu .ubermenu-submenu-footer .btm-sec:first-child {

  padding-right: 10px;

}

.ubermenu .ubermenu-submenu-footer .btm-sec:last-child {

  padding-left: 10px;

}

.ubermenu .ubermenu-target-title {

  line-height: 1;

  font-weight: bold;

}

.ubermenu .ubermenu-target-title:hover {

  color: inherit;

}

.ubermenu a .ubermenu-target-title {

  font-weight: inherit;

}

.ubermenu .ubermenu-target {

  color: inherit !important;

}

.ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > a.ubermenu-target:hover {

  background-color: #2b8be9;

  color: #ffffff !important;

}

.ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal.ubermenu-current-menu-item > .ubermenu-target,

.ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal.ubermenu-current-menu-item > .ubermenu-target {

  background-color: #f8f8f8;

}

.ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal.ubermenu-current-menu-item > .ubermenu-target:hover,

.ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal.ubermenu-current-menu-item > .ubermenu-target:hover {

  background-color: #2b8be9;

}

.ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target {

  padding: 7px 8px !important;

  margin: 0 15px;

  margin-bottom: 10px !important;

  line-height: 1 !important;

  font-size: 14px !important;

  -webkit-border-top-right-radius: 2px;

  -webkit-border-bottom-right-radius: 2px;

  -webkit-border-bottom-left-radius: 2px;

  -webkit-border-top-left-radius: 2px;

  -moz-border-radius-topright: 2px;

  -moz-border-radius-bottomright: 2px;

  -moz-border-radius-bottomleft: 2px;

  -moz-border-radius-topleft: 2px;

  border-top-right-radius: 2px;

  border-bottom-right-radius: 2px;

  border-bottom-left-radius: 2px;

  border-top-left-radius: 2px;

  -moz-background-clip: padding-box;

  -webkit-background-clip: padding-box;

  background-clip: padding-box;

}

.ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target.ubermenu-target-with-image {

  margin: 0;

  padding: 0 !important;

  -webkit-border-top-right-radius: 0px;

  -webkit-border-bottom-right-radius: 0px;

  -webkit-border-bottom-left-radius: 0px;

  -webkit-border-top-left-radius: 0px;

  -moz-border-radius-topright: 0px;

  -moz-border-radius-bottomright: 0px;

  -moz-border-radius-bottomleft: 0px;

  -moz-border-radius-topleft: 0px;

  border-top-right-radius: 0px;

  border-bottom-right-radius: 0px;

  border-bottom-left-radius: 0px;

  border-top-left-radius: 0px;

  -moz-background-clip: padding-box;

  -webkit-background-clip: padding-box;

  background-clip: padding-box;

}

.ubermenu > .ubermenu-submenu > .ubermenu-column {

  padding: 0 15px;

}

@media (max-width: 767px) {

  .ubermenu-responsive {

    max-height: none !important;

    visibility: visible !important;

  }

  .ubermenu-responsive a,

  .ubermenu-responsive .ubermenu-target,

  .ubermenu-responsive .ubermenu-nav > li > a {

    color: #ffffff !important;

  }

  .ubermenu-responsive .ubermenu-nav .ubermenu-item .ubermenu-submenu.ubermenu-submenu-drop {

    border: none;

    position: relative;

    height: auto;

    max-height: none;

    visibility: visible;

    margin-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);

    background-color: transparent !important;

  }

  .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target {

    margin: 0;

  }

  .ubermenu .ubermenu-submenu-footer {

    display: none;

  }

  .ubermenu.ubermenu-responsive .ubermenu-column,

  .ubermenu.ubermenu-responsive .ubermenu-column-auto {

    min-width: 100% !important;

  }

  .ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0,

  .ubermenu.ubermenu-horizontal .ubermenu-item.ubermenu-align-left {

    float: none;

    width: 100%;

  }

}

.ubermenu .ubermenu-widget {

  width: 100%;

}

/* ***************

   GENERAL STYLES

   ***************

   START EDIT HERE

*/

html,

body {

  height: 100%;

}

body {

  font-family: 'Lato', 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/brickwall_02.jpg") repeat;

}

.ptn3 {

  background: url("../images/bg_pattern_03.jpg") repeat;

}

.ptn4 {

  background: url("../images/grass_01.jpg") repeat;

}

.ptn5 {

  background: url("../images/bg_pattern_05.jpg") repeat;

}

.ptn6 {

  background: url("../images/bg_pattern_06.jpg") repeat;

}

.ptn7 {

  background: url("../images/bg_pattern_07.jpg") repeat;

}

.ptn8 {

  background: url("../images/bg_pattern_08.jpg") repeat;

}

.ptn9 {

  background: url("../images/bg_pattern_09.jpg") repeat;

}

.ptn10 {

  background: url("../images/bg_pattern_10.jpg") repeat;

}

.ptn11 {

  background: url("../images/bg_pattern_11.jpg") repeat;

}

.ptn12 {

  background: url("../images/bg_pattern_12.jpg") repeat;

}

img {

  max-width: 100%;

}

/* *************

   TYPOGRAPHY

   ************* */

.gloria {

  font-family: 'Gloria Hallelujah', cursive;

}

.no-gloria {

  font-family: 'Lato', 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: 26px;

}

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;

  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 #313842;

  color: #313842;

  background-color: transparent;

}

.btn-border:hover,

.btn-border:active,

.btn-border:focus,

.btn-border.active {

  background: #313842;

  color: #ffffff;

}

.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-left: 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 .label {

  display: inline-block;

  margin: 0;

  margin-top: -7px;

  margin-right: -8px;

  padding: 8.5px 7px;

}

.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;

  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: #0d0d0d;

  color: #ffffff;

}

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: #262626;

  color: #ffffff;

}

body.navbar-dark .navbar .dropdown-menu {

  color: #313842;

}

body.navbar-transparent .navbar {

  background-color: rgba(255, 255, 255, 0.1);

  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;

  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-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;

}

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;

  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;

  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;

}

.call-box .table-cell:last-child {

  margin-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%;

  height: 100%;

}

.media-section {

  display: table;

  width: 100%;

  background-color: #262626;

  position: relative;

}

.media-section .inner {

  position: relative;

  display: table-cell;

  vertical-align: middle;

  padding: 90px 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;

  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;

}

/* **********

   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;

  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;

  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 .date {

  float: left;

  margin-right: 20px;

}

article .date .day,

article .date .month {

  display: block;

  text-align: center;

}

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 {

  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 h4 a {

  color: inherit;

}

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;

}

.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;

  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);

}

/* **************

   PROJECT 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: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;

  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;

  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;

  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;

  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;

  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;

  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;

  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: 0;

}

.pricing h4,

.pricing h3 {

  border-top: 1px solid #cbcdcf;

  margin: 0;

}

.pricing h4.sep {

  height: 60px;

  line-height: 60px;

  margin-top: 40px;

}

.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%;

  height: 50px;

  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 {

  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: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;

  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;

}

.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: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;

  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:before {

  content: "\f105";

}

.flexslider .flex-direction-nav a.flex-prev:before {

  content: "\f104";

}

.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;

}

@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: #ffffff;

  color: #1c2026;

}

.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;

  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: 'lato';

  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: 'lato' !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;

}

/* =================== */

/* === 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: #262626;

    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;

    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: 1500px) {

  .galleryItem {

    width: 33.333333% !important;

  }

}

@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 .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) {

  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;

  }

  .navbar {

    position: static !important;

    min-height: 0;

  }

  .navbar-collapse {

    display: block;

    position: fixed;

    top: 0;

    left: 15px;

    width: 260px;

    height: 100%;

    margin: 0;

    overflow-y: scroll;

    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 .dropdown-menu {

    background-color: #262626;

    margin: 0 -15px;

    display: block;

    position: initial;

    float: none;

    z-index: 0;

    position: relative;

  }

  .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-left: 5px;

    padding-right: 5px;

    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;

  }

}

@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: 40px;

    padding-bottom: 40px;

  }

  .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: 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: 0;

    -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: 0px;

  }

  .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: 0px;

  }

  .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;

  }

}

/* *************

   MOTIVE COLORS

   ************* */

a {

  color: #2b8be9;

}

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: #2b8be9;

}

/* **************

   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;

}

/* *********

   WORDPRESS

   ********* */

.widget ul > li a:hover,

.widget ul > li a:focus,

.widget ul > li a:active {

  color: #2b8be9;

}

.alignleft,

img.alignleft {

  display: inline;

  float: left;

  margin-right: 1.5em;

}

.alignright,

img.alignright {

  display: inline;

  float: right;

  margin-left: 1.5em;

}

.aligncenter,

img.aligncenter {

  clear: both;

  display: block;

  margin-left: auto;

  margin-right: auto;

}

.wp-caption {

  text-align: center;

  margin-bottom: 1.5em;

}

.wp-caption img {

  border: 0 none;

  margin: 0;

  padding: 0;

}

.wp-caption p.wp-caption-text {

  margin: 0;

}

.wp-smiley {

  max-height: 1em;

  margin: 0 !important;

}

.gallery dl {

  margin: 0;

}

.gallery-caption {

  margin: -1.5em 0 0 0;

}

/*sticky posts more visible*/

.sticky {

  padding: 30px;

  font-size: 18px;

  background-color: #eeeeee;

}

.sticky h4.uppercase a {

  font-size: 26px;

}

.bypostauthor .author {

  font-weight: bold;

}

.twitter-logo {

  margin: 0;

  margin-right: 20px;

}

.thumbnail .caption {

  background-color: #313842;

  color: #ffffff;

  border-bottom: none;

}

ol.children {

  list-style: none;

}

.single-post table {

  width: 100%;

}

.single-post table tr th {

  background-color: #313842;

  color: #ffffff;

  font-size: 16px;

  font-weight: normal;

  height: 46px;

  line-height: 1;

  padding-bottom: 12px;

  padding-left: 8px;

  padding-right: 8px;

  padding-top: 12px;

}

.single-post table tr td {

  padding: 8px;

  font-size: 14px;

  border-bottom: 1px solid #eeeeee;

}

.col-xs-1,

.col-sm-1,

.col-md-1,

.col-lg-1,

.col-xs-2,

.col-sm-2,

.col-md-2,

.col-lg-2,

.col-xs-3,

.col-sm-3,

.col-md-3,

.col-lg-3,

.col-xs-4,

.col-sm-4,

.col-md-4,

.col-lg-4,

.col-xs-5,

.col-sm-5,

.col-md-5,

.col-lg-5,

.col-xs-6,

.col-sm-6,

.col-md-6,

.col-lg-6,

.col-xs-7,

.col-sm-7,

.col-md-7,

.col-lg-7,

.col-xs-8,

.col-sm-8,

.col-md-8,

.col-lg-8,

.col-xs-9,

.col-sm-9,

.col-md-9,

.col-lg-9,

.col-xs-10,

.col-sm-10,

.col-md-10,

.col-lg-10,

.col-xs-11,

.col-sm-11,

.col-md-11,

.col-lg-11,

.col-xs-12,

.col-sm-12,

.col-md-12,

.col-lg-12 {

  min-height: 0;

}

.header-page {

  padding: 20px 0;

}

.header-page h1,

.header-page h2,

.header-page h3,

.header-page h4,

.header-page h5,

.header-page h6 {

  margin: 0;

}

.call-box-no-padding {

  padding-right: 0 !important;

  padding-left: 0 !important;

}

@media (max-width: 480px) {

  .header-page .table-cell {

    display: block;

    text-align: center;

  }

}

.tp-caption a.btn-border.rev-button-border {

  border-color: #313842;

  color: #313842;

}

.tp-caption a.btn-border.rev-button-border:hover {

  background-color: #313842;

  color: #ffffff;

}

.navigation-title {

  left: 0;

  bottom: 40px;

}

.journalblock p {

  margin-bottom: 0;

}

.rev_slider_wrapper .btn-primary {

  color: #ffffff !important;

}

.widget.widget_recent_posts ul > li,

.widget.recent_tweets ul > li {

  padding: 0;

  border-top: 0;

}

.widget.widget_recent_posts ul > li a,

.widget.recent_tweets ul > li a {

  display: inline;

}

.widget.widget_recent_posts ul > li a:before,

.widget.recent_tweets ul > li a:before {

  display: none;

}

.widget.widget_recent_posts ul > li a:hover,

.widget.recent_tweets ul > li a:hover {

  color: inherit;

}

.pagination > li {

  display: inline-block;

}

.dropdown-menu > li a,

.dropdown-menu > li span {

  padding-right: 30px;

}

@media (min-width: 768px) {

  .navbar li.dropdown:hover > .dropdown-menu li.dropdown-submenu:before {

    right: 20px;

  }

  .navbar li.dropdown:hover > .dropdown-menu li.dropdown-submenu > .dropdown-menu {

    padding: 0;

  }

}

.btn-next i {

  margin-right: 0;

  margin-left: 10px;

}

#wp-calendar {

  width: 100%;

}

#wp-calendar caption {

  padding: 10px 0;

  background-color: #2b8be9;

  color: #ffffff;

  text-transform: uppercase;

}

#wp-calendar thead tr th {

  padding: 10px 0;

  background-color: #f4f5f5;

  text-align: center;

}

#wp-calendar tbody tr td {

  padding: 10px 0;

  text-align: center;

}

#wp-calendar tbody tr td#today {

  background-color: #313842;

  color: #ffffff;

}

.ct-ribbon span {

  line-height: 52px;

}

.widget-title {

  font-size: 18px;

  text-transform: uppercase;

  margin-top: 30px;

  margin-bottom: 26px;

}

.widget.copyright p {

  margin-bottom: 0;

}

.widget ul > li ul {

  margin-left: 20px;

  margin-top: 15px;

}

.widget ul > li ul > li:last-child {

  border-bottom: 0;

  padding-bottom: 0;

}

.widget:first-child h1 {

  margin-top: 0px;

}

.widget .flexslider ul.slides > li {

  padding: 0;

  border: none;

}

.widget ul.list-socials > li {

  border: none;

  padding: 0 5px;

}

.widget ul.list-socials > li a:before {

  display: none;

}

/* ******

   SELECT

   ****** */

/*

Version: 3.5.1 Timestamp: Tue Jul 22 18:58:56 EDT 2014

*/

.select2-container {

  margin: 0;

  min-width: 200px;

  position: relative;

  display: inline-block;

  /* inline-block for ie7 */

  zoom: 1;

  *display: inline;

  vertical-align: middle;

}

@media (max-width: 480px) {

  .select2-container {

    width: 100%;

  }

}

.select2-container,

.select2-drop,

.select2-search,

.select2-search input {

  /*

    Force border-box so that % widths fit the parent

    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html

  */

  -webkit-box-sizing: border-box;

  /* webkit */

  -moz-box-sizing: border-box;

  /* firefox */

  box-sizing: border-box;

  /* css3 */

}

.select2-container .select2-choice {

  display: block;

  height: 50px;

  padding: 0 20px;

  overflow: hidden;

  position: relative;

  border: 1px solid #eaebec;

  white-space: nowrap;

  line-height: 48px;

  text-decoration: none;

  color: inherit;

  background-clip: padding-box;

  -webkit-touch-callout: none;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  background-color: #fff;

}

html[dir="rtl"] .select2-container .select2-choice {

  padding: 0 20px;

}

.select2-container.select2-drop-above .select2-choice {

  border-bottom-color: #eaebec;

}

.select2-container.select2-allowclear .select2-choice .select2-chosen {

  margin-right: 42px;

}

.select2-container .select2-choice > .select2-chosen {

  margin-right: 26px;

  display: block;

  overflow: hidden;

  white-space: nowrap;

  text-overflow: ellipsis;

  float: none;

  width: auto;

}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {

  margin-left: 26px;

  margin-right: 0;

}

.select2-container .select2-choice abbr {

  display: none;

  width: 12px;

  height: 12px;

  position: absolute;

  right: 24px;

  top: 8px;

  font-size: 1px;

  text-decoration: none;

  border: 0;

  background: url('../images/select2.png') right top no-repeat;

  cursor: pointer;

  outline: 0;

}

.select2-container.select2-allowclear .select2-choice abbr {

  display: inline-block;

}

.select2-container .select2-choice abbr:hover {

  background-position: right -11px;

  cursor: pointer;

}

.select2-drop-mask {

  border: 0;

  margin: 0;

  padding: 0;

  position: fixed;

  left: 0;

  top: 0;

  min-height: 100%;

  min-width: 100%;

  height: auto;

  width: auto;

  opacity: 0;

  z-index: 9998;

  /* styles required for IE to work */

  background-color: #fff;

  filter: alpha(opacity=0);

}

.select2-drop {

  width: 100%;

  position: absolute;

  z-index: 9999;

  top: 100%;

  background: #fff;

  color: inherit;

  border: 1px solid #eaebec;

  border-top: 0;

}

.select2-drop.select2-drop-above {

  margin-top: 1px;

  border-top: 1px solid #eaebec;

  border-bottom: 0;

}

.select2-drop-active {

  border-top: none;

}

.select2-drop-auto-width {

  border-top: 1px solid #eaebec;

  width: auto;

}

.select2-drop-auto-width .select2-search {

  padding-top: 4px;

}

.select2-container .select2-choice .select2-arrow {

  display: inline-block;

  width: 25px;

  height: 100%;

  position: absolute;

  right: 0;

  top: 0;

  border-left: 1px solid #eaebec;

  background-clip: padding-box;

}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {

  left: 0;

  right: auto;

  border-left: none;

  border-right: 1px solid #eaebec;

}

.select2-container .select2-choice .select2-arrow b {

  display: block;

  width: 100%;

  height: 100%;

  background: url('../images/select2.png') no-repeat 4px 12px;

}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {

  background-position: 2px 1px;

}

.select2-search {

  display: inline-block;

  width: 100%;

  min-height: 26px;

  margin: 0;

  padding-left: 4px;

  padding-right: 4px;

  position: relative;

  z-index: 10000;

  white-space: nowrap;

}

.select2-search input {

  width: 100%;

  height: auto !important;

  min-height: 26px;

  padding: 4px 20px 4px 5px;

  margin: 0;

  outline: 0;

  font-family: sans-serif;

  font-size: 1em;

  border: 1px solid #eaebec;

  border-radius: 0;

  -webkit-box-shadow: none;

  box-shadow: none;

  background: #ffffff url('../images/select2.png') no-repeat 100% -22px;

  background: url('../images/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));

  background: url('../images/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);

  background: url('../images/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);

  background: url('../images/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;

}

html[dir="rtl"] .select2-search input {

  padding: 4px 5px 4px 20px;

  background: #ffffff url('../images/select2.png') no-repeat -37px -22px;

  background: url('../images/select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));

  background: url('../images/select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);

  background: url('../images/select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);

  background: url('../images/select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;

}

.select2-drop.select2-drop-above .select2-search input {

  margin-top: 4px;

}

.select2-search input.select2-active {

  background: #ffffff url('../images/select2-spinner.gif') no-repeat 100%;

  background: url('../images/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));

  background: url('../images/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);

  background: url('../images/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);

  background: url('../images/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;

}

.select2-container-active .select2-choice,

.select2-container-active .select2-choices {

  outline: none;

}

.select2-dropdown-open .select2-choice .select2-arrow {

  background: #f2f2f2;

  filter: none;

}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {

  border-right: none;

}

.select2-dropdown-open .select2-choice .select2-arrow b {

  background-position: -14px 12px;

}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {

  background-position: -16px 1px;

}

.select2-hidden-accessible {

  border: 0;

  clip: rect(0 0 0 0);

  height: 1px;

  margin: -1px;

  overflow: hidden;

  padding: 0;

  position: absolute;

  width: 1px;

}

/* results */

.select2-results {

  max-height: 200px;

  padding: 0;

  margin: 0 4px 0 0;

  position: relative;

  overflow-x: hidden;

  overflow-y: auto;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

html[dir="rtl"] .select2-results {

  padding: 0 4px 0 0;

  margin: 4px 0 4px 4px;

}

.select2-results ul.select2-result-sub {

  margin: 0;

  padding-left: 0;

}

.select2-results li {

  list-style: none;

  display: list-item;

  background-image: none;

}

.select2-results li.select2-result-with-children > .select2-result-label {

  font-weight: bold;

}

.select2-results .select2-result-label {

  padding: 3px 7px 4px;

  margin: 0;

  cursor: pointer;

  min-height: 1em;

  -webkit-touch-callout: none;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

}

.select2-results-dept-1 .select2-result-label {

  padding-left: 20px;

}

.select2-results-dept-2 .select2-result-label {

  padding-left: 40px;

}

.select2-results-dept-3 .select2-result-label {

  padding-left: 60px;

}

.select2-results-dept-4 .select2-result-label {

  padding-left: 80px;

}

.select2-results-dept-5 .select2-result-label {

  padding-left: 100px;

}

.select2-results-dept-6 .select2-result-label {

  padding-left: 110px;

}

.select2-results-dept-7 .select2-result-label {

  padding-left: 120px;

}

.select2-results .select2-highlighted {

  background: #2b8be9;

  color: #fff;

}

.select2-results li em {

  background: #feffde;

  font-style: normal;

}

.select2-results .select2-highlighted em {

  background: transparent;

}

.select2-results .select2-highlighted ul {

  background: #fff;

  color: #000;

}

.select2-results .select2-no-results,

.select2-results .select2-searching,

.select2-results .select2-ajax-error,

.select2-results .select2-selection-limit {

  background: #f4f4f4;

  display: list-item;

  padding-left: 5px;

}

/*

disabled look for disabled choices in the results dropdown

*/

.select2-results .select2-disabled.select2-highlighted {

  color: #666;

  background: #f4f4f4;

  display: list-item;

  cursor: default;

}

.select2-results .select2-disabled {

  background: #f4f4f4;

  display: list-item;

  cursor: default;

}

.select2-results .select2-selected {

  display: none;

}

.select2-more-results.select2-active {

  background: #f4f4f4 url('../images/select2-spinner.gif') no-repeat 100%;

}

.select2-results .select2-ajax-error {

  background: rgba(255, 50, 50, 0.2);

}

.select2-more-results {

  background: #f4f4f4;

  display: list-item;

}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {

  background-color: #f4f4f4;

  background-image: none;

  border: 1px solid #ddd;

  cursor: default;

}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {

  background-color: #f4f4f4;

  background-image: none;

  border-left: 0;

}

.select2-container.select2-container-disabled .select2-choice abbr {

  display: none;

}

/* multiselect */

.select2-container-multi .select2-choices {

  height: auto !important;

  height: 1%;

  margin: 0;

  padding: 0 5px 0 0;

  position: relative;

  border: 1px solid #aaa;

  cursor: text;

  overflow: hidden;

  background-color: #fff;

}

html[dir="rtl"] .select2-container-multi .select2-choices {

  padding: 0 0 0 5px;

}

.select2-locked {

  padding: 3px 5px 3px 5px !important;

}

.select2-container-multi .select2-choices {

  min-height: 26px;

}

.select2-container-multi.select2-container-active .select2-choices {

  border: 1px solid #eaebec;

  outline: none;

  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);

  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);

}

.select2-container-multi .select2-choices li {

  float: left;

  list-style: none;

}

html[dir="rtl"] .select2-container-multi .select2-choices li {

  float: right;

}

.select2-container-multi .select2-choices .select2-search-field {

  margin: 0;

  padding: 0;

  white-space: nowrap;

}

.select2-container-multi .select2-choices .select2-search-field input {

  padding: 5px;

  margin: 1px 0;

  font-family: sans-serif;

  font-size: 100%;

  color: #666;

  outline: 0;

  border: 0;

  -webkit-box-shadow: none;

  box-shadow: none;

  background: transparent !important;

}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {

  background: #ffffff url('../images/select2-spinner.gif') no-repeat 100% !important;

}

.select2-default {

  color: #999 !important;

}

.select2-container-multi .select2-choices .select2-search-choice {

  padding: 3px 5px 3px 18px;

  margin: 3px 0 3px 5px;

  position: relative;

  line-height: 13px;

  color: #333;

  cursor: default;

  border: 1px solid #aaaaaa;

  border-radius: 3px;

  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

  background-clip: padding-box;

  -webkit-touch-callout: none;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  background-color: #e4e4e4;

}

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {

  margin: 3px 5px 3px 0;

  padding: 3px 18px 3px 5px;

}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {

  cursor: default;

}

.select2-container-multi .select2-choices .select2-search-choice-focus {

  background: #d4d4d4;

}

.select2-search-choice-close {

  display: block;

  width: 12px;

  height: 13px;

  position: absolute;

  right: 3px;

  top: 4px;

  font-size: 1px;

  outline: none;

  background: url('../images/select2.png') right top no-repeat;

}

html[dir="rtl"] .select2-search-choice-close {

  right: auto;

  left: 3px;

}

.select2-container-multi .select2-search-choice-close {

  left: 3px;

}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {

  left: auto;

  right: 2px;

}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {

  background-position: right -11px;

}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {

  background-position: right -11px;

}

/* disabled styles */

.select2-container-multi.select2-container-disabled .select2-choices {

  background-color: #f4f4f4;

  background-image: none;

  border: 1px solid #ddd;

  cursor: default;

}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {

  padding: 3px 5px 3px 5px;

  border: 1px solid #ddd;

  background-image: none;

  background-color: #f4f4f4;

}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {

  display: none;

  background: none;

}

/* end multiselect */

.select2-result-selectable .select2-match,

.select2-result-unselectable .select2-match {

  text-decoration: underline;

}

.select2-offscreen,

.select2-offscreen:focus {

  clip: rect(0 0 0 0) !important;

  width: 1px !important;

  height: 1px !important;

  border: 0 !important;

  margin: 0 !important;

  padding: 0 !important;

  overflow: hidden !important;

  position: absolute !important;

  outline: 0 !important;

  left: 0px !important;

  top: 0px !important;

}

.select2-display-none {

  display: none;

}

.select2-measure-scrollbar {

  position: absolute;

  top: -10000px;

  left: -10000px;

  width: 100px;

  height: 100px;

  overflow: scroll;

}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {

  .select2-search input,

  .select2-search-choice-close,

  .select2-container .select2-choice abbr,

  .select2-container .select2-choice .select2-arrow b {

    background-image: url('../images/select2x2.png') !important;

    background-repeat: no-repeat !important;

    background-size: 60px 40px !important;

  }

  .select2-search input {

    background-position: 100% -21px !important;

  }

}

.form-control .select2-choice {

  border: 0;

  border-radius: 2px;

}

.form-control .select2-choice .select2-arrow {

  border-radius: 0 2px 2px 0;

}

.form-control.select2-container {

  height: auto !important;

  padding: 0;

}

.form-control .select2-container.select2-dropdown-open .select2-choices {

  border-radius: 3px 3px 0 0;

}

.form-control.select2-container .select2-choices {

  border: 0 !important;

  border-radius: 3px;

}

.control-group.warning .select2-container .select2-choice,

.control-group.warning .select2-container .select2-choices,

.control-group.warning .select2-container-active .select2-choice,

.control-group.warning .select2-container-active .select2-choices,

.control-group.warning .select2-dropdown-open.select2-drop-above .select2-choice,

.control-group.warning .select2-dropdown-open.select2-drop-above .select2-choices,

.control-group.warning .select2-container-multi.select2-container-active .select2-choices {

  border: 1px solid #C09853 !important;

}

.control-group.warning .select2-container .select2-choice div {

  border-left: 1px solid #C09853 !important;

  background: #FCF8E3 !important;

}

.control-group.error .select2-container .select2-choice,

.control-group.error .select2-container .select2-choices,

.control-group.error .select2-container-active .select2-choice,

.control-group.error .select2-container-active .select2-choices,

.control-group.error .select2-dropdown-open.select2-drop-above .select2-choice,

.control-group.error .select2-dropdown-open.select2-drop-above .select2-choices,

.control-group.error .select2-container-multi.select2-container-active .select2-choices {

  border: 1px solid #B94A48 !important;

}

.control-group.error .select2-container .select2-choice div {

  border-left: 1px solid #B94A48 !important;

  background: #F2DEDE !important;

}

.control-group.info .select2-container .select2-choice,

.control-group.info .select2-container .select2-choices,

.control-group.info .select2-container-active .select2-choice,

.control-group.info .select2-container-active .select2-choices,

.control-group.info .select2-dropdown-open.select2-drop-above .select2-choice,

.control-group.info .select2-dropdown-open.select2-drop-above .select2-choices,

.control-group.info .select2-container-multi.select2-container-active .select2-choices {

  border: 1px solid #3A87AD !important;

}

.control-group.info .select2-container .select2-choice div {

  border-left: 1px solid #3A87AD !important;

  background: #D9EDF7 !important;

}

.control-group.success .select2-container .select2-choice,

.control-group.success .select2-container .select2-choices,

.control-group.success .select2-container-active .select2-choice,

.control-group.success .select2-container-active .select2-choices,

.control-group.success .select2-dropdown-open.select2-drop-above .select2-choice,

.control-group.success .select2-dropdown-open.select2-drop-above .select2-choices,

.control-group.success .select2-container-multi.select2-container-active .select2-choices {

  border: 1px solid #468847 !important;

}

.control-group.success .select2-container .select2-choice div {

  border-left: 1px solid #468847 !important;

  background: #DFF0D8 !important;

}

.wpb_row,

.wpb_content_element,

ul.wpb_thumbnails-fluid > li,

.last_toggle_el_margin,

.wpb_button {

  margin: 0;

}

.woocommerce ul.products.woocolumns-1 li.product,

.woocommerce-page ul.products.woocolumns-1 li.product {

  width: 100%;

}

.woocommerce ul.products.woocolumns-2 li.product,

.woocommerce-page ul.products.woocolumns-2 li.product {

  width: 50%;

}

.woocommerce ul.products.woocolumns-3 li.product,

.woocommerce-page ul.products.woocolumns-3 li.product {

  width: 33.33%;

}

.woocommerce ul.products.woocolumns-4 li.product,

.woocommerce-page ul.products.woocolumns-4 li.product {

  width: 25%;

}

.woocommerce ul.products.woocolumns-5 li.product,

.woocommerce-page ul.products.woocolumns-5 li.product {

  width: 20%;

}

.woocommerce ul.products.woocolumns-6 li.product,

.woocommerce-page ul.products.woocolumns-6 li.product {

  width: 16.66%;

}

body.navbar-transparent .menu-woocommerce-cart,

body.navbar-dark .menu-woocommerce-cart {

  color: #313842;

}

body.navbar-transparent .menu-woocommerce-cart > a,

body.navbar-dark .menu-woocommerce-cart > a {

  color: #ffffff;

}

.menu-woocommerce-cart {

  float: right;

  line-height: 1;

  padding: 34px 14px 34px 30px;

  margin-right: -15px;

  position: relative;

  margin-left: 10px;

}

.menu-woocommerce-cart:hover a {

  color: #2b8be9;

}

.menu-woocommerce-cart:hover .cart-box {

  visibility: visible;

  top: 80%;

  -moz-opacity: 1;

  -khtml-opacity: 1;

  -webkit-opacity: 1;

  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);

  opacity: 1;

  filter: alpha(opacity=100);

}

.menu-woocommerce-cart .cart-box {

  z-index: 1000;

  visibility: hidden;

  position: absolute;

  min-width: 320px;

  background-color: #ffffff;

  right: 0;

  top: 110%;

  -moz-box-shadow: 0 0 5px #cccccc;

  -webkit-box-shadow: 0 0 5px #cccccc;

  box-shadow: 0 0 5px #cccccc;

  -moz-opacity: 0;

  -khtml-opacity: 0;

  -webkit-opacity: 0;

  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);

  opacity: 0;

  filter: alpha(opacity=0);

  padding: 30px;

  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

}

.menu-woocommerce-cart .cart-box .button {

  display: block;

  margin-top: 20px;

}

.menu-woocommerce-cart .cart-box .widgettitle {

  display: none;

}

.menu-woocommerce-cart .cart-box ul.cart_list li.empty {

  border: none;

  padding: 0;

}

.menu-woocommerce-cart .cart-box ul.cart_list li {

  vertical-align: middle;

  padding: 20px 0;

  font-size: 16px;

  line-height: 1.4;

}

.menu-woocommerce-cart .cart-box ul.cart_list li a {

  color: inherit;

}

.menu-woocommerce-cart .cart-box ul.cart_list li a:hover {

  color: #2b8be9;

}

.menu-woocommerce-cart .cart-box ul.cart_list li a:before {

  display: none;

}

.menu-woocommerce-cart .cart-box ul.cart_list li:first-child {

  padding-top: 0;

  border-top: none;

}

.menu-woocommerce-cart .cart-box ul.cart_list li img {

  float: right;

  margin-right: 0;

  margin-left: 10px;

}

.menu-woocommerce-cart .cart-box p.total {

  border: none;

  font-size: 16px;

  font-weight: bold;

  margin-top: 20px;

  margin-bottom: 10px;

}

.menu-woocommerce-cart .cart-box p.total .amount {

  float: right;

}

.menu-woocommerce-cart .cart-box p.buttons {

  margin-bottom: 0;

}

.menu-woocommerce-cart .cart-box p.buttons .button:first-child {

  background: #ffffff;

  color: #313842 !important;

  border: 1px solid #313842;

  padding: 16px 28px;

}

.menu-woocommerce-cart .cart-box p.buttons .button:first-child:hover {

  background: #313842;

  border-color: #313842;

  color: #ffffff !important;

}

.menu-woocommerce-cart .cart-box p.buttons .button {

  font-size: 16px;

  text-align: center;

}

.menu-woocommerce-cart .number-items,

.text-wrapper .number-items {

  min-width: 15px;

  padding: 0 2px;

  min-height: 15px;

  line-height: 15px;

  text-align: center;

  display: block;

  position: absolute;

  top: 50%;

  margin-top: -18px;

  right: 0;

  background-color: #2b8be9;

  color: #ffffff;

  -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;

}

.text-wrapper .number-items {

  right: -15px;

}

.text-wrapper.remove-right-padding {

  padding-right: 0;

  position: relative;

}

@media (max-width: 991px) and (min-width: 768px) {

  .text-wrapper.visible-sm {

    display: inline-block !important;

  }

}

.widget .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 .tagcloud a:hover,

.widget .tagcloud a:focus,

.widget .tagcloud a:active {

  color: #cbcdd0;

  border-color: #cbcdd0;

}

.woocommerce,

.woocommerce-page {

  /* *************

   SIDEBAR WIDGETS

   ************** */

  /* **********

   LISTING PAGE

   ************ */

  /* *************

   PRODUCT LISTING

   ************** */

  /* ************

   SINGLE PRODUCT

   ************* */

  /* *******

   CART PAGE

   ********* */

  /* *************

     CHECKOUT PAGE

     ************* */

  /* ************

     ACCOUNT PAGE

     ************ */

  /* ***************

   QUANTITY SWITCHER

   ***************** */

  /* **************

     ALERT MESSAGES

     ************** */

  /* **********

    FORM INPUTS

    *********** */

}

.woocommerce .button,

.woocommerce-page .button,

.woocommerce .button:focus,

.woocommerce-page .button:focus,

.woocommerce .button:active,

.woocommerce-page .button:active {

  outline: none !important;

}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,

.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {

  margin-bottom: 30px;

  background: #313842;

  height: 2px;

  -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;

}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range,

.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range {

  background: #2b8be9;

  -moz-box-shadow: none;

  -webkit-box-shadow: none;

  box-shadow: none;

}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,

.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {

  width: 16px;

  height: 16px;

  top: -7px;

  -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: #ffffff;

  -moz-box-shadow: none;

  -webkit-box-shadow: none;

  box-shadow: none;

  border: 4px solid #2b8be9;

}

.woocommerce .widget_price_filter .price_slider_amount,

.woocommerce-page .widget_price_filter .price_slider_amount {

  text-align: left;

}

.woocommerce .widget_price_filter .price_slider_amount .button,

.woocommerce-page .widget_price_filter .price_slider_amount .button {

  float: right;

  background: transparent;

  border: 1px solid #313842;

  -webkit-border-top-right-radius: 0;

  -webkit-border-bottom-right-radius: 0;

  -webkit-border-bottom-left-radius: 0;

  -webkit-border-top-left-radius: 0;

  -moz-border-radius-topright: 0;

  -moz-border-radius-bottomright: 0;

  -moz-border-radius-bottomleft: 0;

  -moz-border-radius-topleft: 0;

  border-top-right-radius: 0;

  border-bottom-right-radius: 0;

  border-bottom-left-radius: 0;

  border-top-left-radius: 0;

  -moz-background-clip: padding-box;

  -webkit-background-clip: padding-box;

  background-clip: padding-box;

  font-size: 14px;

  color: #313842 !important;

  text-shadow: none;

  -moz-box-shadow: none;

  -webkit-box-shadow: none;

  box-shadow: none;

  padding: 7px 10px;

  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

}

.woocommerce .widget_price_filter .price_slider_amount .button:hover,

.woocommerce-page .widget_price_filter .price_slider_amount .button:hover,

.woocommerce .widget_price_filter .price_slider_amount .button:focus,

.woocommerce-page .widget_price_filter .price_slider_amount .button:focus,

.woocommerce .widget_price_filter .price_slider_amount .button:active,

.woocommerce-page .widget_price_filter .price_slider_amount .button:active {

  background: #313842;

  color: #ffffff !important;

}

.woocommerce .widget_price_filter .price_slider_amount .button:active,

.woocommerce-page .widget_price_filter .price_slider_amount .button:active {

  top: 0;

}

.woocommerce ul.cart_list li a,

.woocommerce-page ul.cart_list li a,

.woocommerce ul.product_list_widget li a,

.woocommerce-page ul.product_list_widget li a {

  font-weight: inherit;

}

.woocommerce ul.cart_list li a:before,

.woocommerce-page ul.cart_list li a:before,

.woocommerce ul.product_list_widget li a:before,

.woocommerce-page ul.product_list_widget li a:before {

  top: 18px;

}

.woocommerce ul.cart_list li img,

.woocommerce-page ul.cart_list li img,

.woocommerce ul.product_list_widget li img,

.woocommerce-page ul.product_list_widget li img {

  float: left;

  width: 50px;

  margin-left: 0px;

  margin-right: 10px;

  margin-top: 2px;

  margin-bottom: 2px;

  -moz-box-shadow: none;

  -webkit-box-shadow: none;

  box-shadow: none;

}

.woocommerce ul.cart_list li .star-rating,

.woocommerce-page ul.cart_list li .star-rating,

.woocommerce ul.product_list_widget li .star-rating,

.woocommerce-page ul.product_list_widget li .star-rating {

  font-size: 12px;

}

.woocommerce ul.cart_list li .reviewer,

.woocommerce-page ul.cart_list li .reviewer,

.woocommerce ul.product_list_widget li .reviewer,

.woocommerce-page ul.product_list_widget li .reviewer {

  color: #989ba0;

}

.woocommerce .shop-section,

.woocommerce-page .shop-section {

  padding: 60px 0;

}

.woocommerce .woocommerce-breadcrumb,

.woocommerce-page .woocommerce-breadcrumb,

.woocommerce .display-table .breadcrumb,

.woocommerce-page .display-table .breadcrumb {

  margin: 0;

  color: #313842;

}

.woocommerce .woocommerce-breadcrumb .breadsep,

.woocommerce-page .woocommerce-breadcrumb .breadsep,

.woocommerce .display-table .breadcrumb .breadsep,

.woocommerce-page .display-table .breadcrumb .breadsep {

  color: #2b8be9;

  margin: 0 15px;

}

.woocommerce .woocommerce-breadcrumb a,

.woocommerce-page .woocommerce-breadcrumb a,

.woocommerce .display-table .breadcrumb a,

.woocommerce-page .display-table .breadcrumb a {

  color: #313842;

}

.woocommerce .woocommerce-breadcrumb a:hover,

.woocommerce-page .woocommerce-breadcrumb a:hover,

.woocommerce .display-table .breadcrumb a:hover,

.woocommerce-page .display-table .breadcrumb a:hover,

.woocommerce .woocommerce-breadcrumb a:focus,

.woocommerce-page .woocommerce-breadcrumb a:focus,

.woocommerce .display-table .breadcrumb a:focus,

.woocommerce-page .display-table .breadcrumb a:focus,

.woocommerce .woocommerce-breadcrumb a:active,

.woocommerce-page .woocommerce-breadcrumb a:active,

.woocommerce .display-table .breadcrumb a:active,

.woocommerce-page .display-table .breadcrumb a:active {

  color: #2b8be9;

}

.woocommerce .woocommerce-result-count,

.woocommerce-page .woocommerce-result-count {

  margin: 0;

  font-weight: 800;

  line-height: 50px;

}

.woocommerce .woocommerce-ordering,

.woocommerce-page .woocommerce-ordering {

  margin: 0;

}

.woocommerce #content nav.woocommerce-pagination,

.woocommerce-page #content nav.woocommerce-pagination,

.woocommerce nav.woocommerce-pagination,

.woocommerce-page nav.woocommerce-pagination {

  border-top: 1px solid #eaebec;

  padding-top: 25px;

}

.woocommerce #content nav.woocommerce-pagination ul.page-numbers,

.woocommerce-page #content nav.woocommerce-pagination ul.page-numbers,

.woocommerce nav.woocommerce-pagination ul.page-numbers,

.woocommerce-page nav.woocommerce-pagination ul.page-numbers {

  border: none;

}

.woocommerce #content nav.woocommerce-pagination ul.page-numbers li,

.woocommerce-page #content nav.woocommerce-pagination ul.page-numbers li,

.woocommerce nav.woocommerce-pagination ul.page-numbers li,

.woocommerce-page nav.woocommerce-pagination ul.page-numbers li {

  padding: 0 4px;

  border: none;

}

.woocommerce #content nav.woocommerce-pagination ul.page-numbers li a,

.woocommerce-page #content nav.woocommerce-pagination ul.page-numbers li a,

.woocommerce nav.woocommerce-pagination ul.page-numbers li a,

.woocommerce-page nav.woocommerce-pagination ul.page-numbers li a {

  color: #b3b6b9;

}

.woocommerce #content nav.woocommerce-pagination ul.page-numbers li:hover a,

.woocommerce-page #content nav.woocommerce-pagination ul.page-numbers li:hover a,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:hover a,

.woocommerce-page nav.woocommerce-pagination ul.page-numbers li:hover a,

.woocommerce #content nav.woocommerce-pagination ul.page-numbers li:focus a,

.woocommerce-page #content nav.woocommerce-pagination ul.page-numbers li:focus a,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:focus a,

.woocommerce-page nav.woocommerce-pagination ul.page-numbers li:focus a,

.woocommerce #content nav.woocommerce-pagination ul.page-numbers li:active a,

.woocommerce-page #content nav.woocommerce-pagination ul.page-numbers li:active a,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:active a,

.woocommerce-page nav.woocommerce-pagination ul.page-numbers li:active a,

.woocommerce #content nav.woocommerce-pagination ul.page-numbers li span.current,

.woocommerce-page #content nav.woocommerce-pagination ul.page-numbers li span.current,

.woocommerce nav.woocommerce-pagination ul.page-numbers li span.current,

.woocommerce-page nav.woocommerce-pagination ul.page-numbers li span.current,

.woocommerce #content nav.woocommerce-pagination ul.page-numbers li span.current:hover,

.woocommerce-page #content nav.woocommerce-pagination ul.page-numbers li span.current:hover,

.woocommerce nav.woocommerce-pagination ul.page-numbers li span.current:hover,

.woocommerce-page nav.woocommerce-pagination ul.page-numbers li span.current:hover,

.woocommerce #content nav.woocommerce-pagination ul.page-numbers li span.current:focus,

.woocommerce-page #content nav.woocommerce-pagination ul.page-numbers li span.current:focus,

.woocommerce nav.woocommerce-pagination ul.page-numbers li span.current:focus,

.woocommerce-page nav.woocommerce-pagination ul.page-numbers li span.current:focus,

.woocommerce #content nav.woocommerce-pagination ul.page-numbers li span.current:active,

.woocommerce-page #content nav.woocommerce-pagination ul.page-numbers li span.current:active,

.woocommerce nav.woocommerce-pagination ul.page-numbers li span.current:active,

.woocommerce-page nav.woocommerce-pagination ul.page-numbers li span.current:active {

  color: #313842;

  background-color: transparent;

}

.woocommerce #content nav.woocommerce-pagination ul.page-numbers li:last-child a,

.woocommerce-page #content nav.woocommerce-pagination ul.page-numbers li:last-child a,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:last-child a,

.woocommerce-page nav.woocommerce-pagination ul.page-numbers li:last-child a,

.woocommerce #content nav.woocommerce-pagination ul.page-numbers li:first-child a,

.woocommerce-page #content nav.woocommerce-pagination ul.page-numbers li:first-child a,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:first-child a,

.woocommerce-page nav.woocommerce-pagination ul.page-numbers li:first-child a {

  border: 1px solid #eaebec;

  color: transparent;

  position: relative;

}

.woocommerce #content nav.woocommerce-pagination ul.page-numbers li:last-child a:before,

.woocommerce-page #content nav.woocommerce-pagination ul.page-numbers li:last-child a:before,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:last-child a:before,

.woocommerce-page nav.woocommerce-pagination ul.page-numbers li:last-child a:before,

.woocommerce #content nav.woocommerce-pagination ul.page-numbers li:first-child a:before,

.woocommerce-page #content nav.woocommerce-pagination ul.page-numbers li:first-child a:before,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:first-child a:before,

.woocommerce-page nav.woocommerce-pagination ul.page-numbers li:first-child a:before {

  position: absolute;

  top: 50%;

  margin-top: -8px;

  left: 50%;

  margin-left: -3px;

  color: #b3b6b9;

  font-size: 16px;

  font-family: "FontAwesome";

}

.woocommerce #content nav.woocommerce-pagination ul.page-numbers li:last-child a:hover:before,

.woocommerce-page #content nav.woocommerce-pagination ul.page-numbers li:last-child a:hover:before,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:last-child a:hover:before,

.woocommerce-page nav.woocommerce-pagination ul.page-numbers li:last-child a:hover:before,

.woocommerce #content nav.woocommerce-pagination ul.page-numbers li:first-child a:hover:before,

.woocommerce-page #content nav.woocommerce-pagination ul.page-numbers li:first-child a:hover:before,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:first-child a:hover:before,

.woocommerce-page nav.woocommerce-pagination ul.page-numbers li:first-child a:hover:before,

.woocommerce #content nav.woocommerce-pagination ul.page-numbers li:last-child a:focus:before,

.woocommerce-page #content nav.woocommerce-pagination ul.page-numbers li:last-child a:focus:before,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:last-child a:focus:before,

.woocommerce-page nav.woocommerce-pagination ul.page-numbers li:last-child a:focus:before,

.woocommerce #content nav.woocommerce-pagination ul.page-numbers li:first-child a:focus:before,

.woocommerce-page #content nav.woocommerce-pagination ul.page-numbers li:first-child a:focus:before,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:first-child a:focus:before,

.woocommerce-page nav.woocommerce-pagination ul.page-numbers li:first-child a:focus:before,

.woocommerce #content nav.woocommerce-pagination ul.page-numbers li:last-child a:active:before,

.woocommerce-page #content nav.woocommerce-pagination ul.page-numbers li:last-child a:active:before,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:last-child a:active:before,

.woocommerce-page nav.woocommerce-pagination ul.page-numbers li:last-child a:active:before,

.woocommerce #content nav.woocommerce-pagination ul.page-numbers li:first-child a:active:before,

.woocommerce-page #content nav.woocommerce-pagination ul.page-numbers li:first-child a:active:before,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:first-child a:active:before,

.woocommerce-page nav.woocommerce-pagination ul.page-numbers li:first-child a:active:before {

  color: #313842;

}

.woocommerce #content nav.woocommerce-pagination ul.page-numbers li:last-child a:before,

.woocommerce-page #content nav.woocommerce-pagination ul.page-numbers li:last-child a:before,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:last-child a:before,

.woocommerce-page nav.woocommerce-pagination ul.page-numbers li:last-child a:before {

  content: "\f105";

}

.woocommerce #content nav.woocommerce-pagination ul.page-numbers li:first-child a:before,

.woocommerce-page #content nav.woocommerce-pagination ul.page-numbers li:first-child a:before,

.woocommerce nav.woocommerce-pagination ul.page-numbers li:first-child a:before,

.woocommerce-page nav.woocommerce-pagination ul.page-numbers li:first-child a:before {

  content: "\f104";

}

.woocommerce ul.products.main-prodlist,

.woocommerce-page ul.products.main-prodlist {

  margin-right: -15px;

  margin-left: -15px;

  margin-top: 40px;

}

.woocommerce ul.products li.product,

.woocommerce-page ul.products li.product {

  margin: 0;

  margin-bottom: 30px;

  padding: 0 15px;

}

.woocommerce ul.products li.product a,

.woocommerce-page ul.products li.product a {

  color: inherit;

}

.woocommerce ul.products li.product a:hover,

.woocommerce-page ul.products li.product a:hover {

  color: #2b8be9;

}

.woocommerce ul.products li.product .onsale,

.woocommerce-page ul.products li.product .onsale {

  top: 77px;

  right: 0;

  min-height: 0;

  min-width: 0;

  text-transform: uppercase;

  background: #2b8be9;

  -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;

  margin: 0;

  line-height: 1;

  padding: 9px 11px;

}

.woocommerce ul.products li.product .onsale:before,

.woocommerce-page ul.products li.product .onsale:before {

  content: "";

  position: absolute;

  left: -13px;

  top: 0;

  width: 0;

  height: 0;

  border-style: solid;

  border-width: 15px 13px 15px 0;

  border-color: transparent #2b8be9 transparent transparent;

}

.woocommerce ul.products li.product .product-inner,

.woocommerce-page ul.products li.product .product-inner {

  -webkit-transition: border-color 0.3s ease-in-out;

  -moz-transition: border-color 0.3s ease-in-out;

  -o-transition: border-color 0.3s ease-in-out;

  transition: border-color 0.3s ease-in-out;

  border: 1px solid #eaebec;

  position: relative;

  padding: 1px;

  overflow: hidden;

}

.woocommerce ul.products li.product .product-inner h3,

.woocommerce-page ul.products li.product .product-inner h3 {

  padding: 20px 20px 5px 20px;

  text-transform: uppercase;

  font-size: 12px;

}

.woocommerce ul.products li.product .product-inner .price,

.woocommerce-page ul.products li.product .product-inner .price {

  padding: 5px 20px 20px 20px;

  margin-bottom: 0;

  font-size: 18px;

  font-weight: 800;

  color: #313842;

}

.woocommerce ul.products li.product .product-inner .price del,

.woocommerce-page ul.products li.product .product-inner .price del {

  font-size: 0.8em;

}

.woocommerce ul.products li.product .product-inner .price ins,

.woocommerce-page ul.products li.product .product-inner .price ins {

  text-decoration: none;

}

.woocommerce ul.products li.product .product-inner a img,

.woocommerce-page ul.products li.product .product-inner a img {

  margin-bottom: 0;

  -moz-box-shadow: none;

  -webkit-box-shadow: none;

  box-shadow: none;

}

.woocommerce ul.products li.product .product-inner .rating-wrapper,

.woocommerce-page ul.products li.product .product-inner .rating-wrapper {

  position: absolute;

  bottom: -50px;

  left: 0;

  width: 50%;

  background-color: #313842;

  margin-bottom: 0;

  padding: 17px 0;

  text-align: center;

  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

}

.woocommerce ul.products li.product .product-inner .rating-wrapper .star-rating,

.woocommerce-page ul.products li.product .product-inner .rating-wrapper .star-rating {

  margin: auto;

  margin-bottom: 0;

  color: #ffffff;

}

.woocommerce ul.products li.product .product-inner .add_to_cart_button,

.woocommerce-page ul.products li.product .product-inner .add_to_cart_button {

  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  position: absolute;

  bottom: -50px;

  right: 0;

  width: 50%;

  font-size: 12px;

  padding: 19px 0px;

  text-align: center;

  -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;

  text-shadow: none;

  -moz-box-shadow: none;

  -webkit-box-shadow: none;

  box-shadow: none;

  text-transform: uppercase;

  background: #2b8be9;

  color: #ffffff;

  border: none;

}

.woocommerce ul.products li.product .product-inner .add_to_cart_button:hover,

.woocommerce-page ul.products li.product .product-inner .add_to_cart_button:hover,

.woocommerce ul.products li.product .product-inner .add_to_cart_button:focus,

.woocommerce-page ul.products li.product .product-inner .add_to_cart_button:focus,

.woocommerce ul.products li.product .product-inner .add_to_cart_button:active,

.woocommerce-page ul.products li.product .product-inner .add_to_cart_button:active {

  -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;

  top: auto;

  background-color: #313842;

}

.woocommerce ul.products li.product .product-inner .add_to_cart_button:before,

.woocommerce-page ul.products li.product .product-inner .add_to_cart_button:before {

  content: "\f07a";

  font-family: "FontAwesome";

  padding-right: 7px;

}

.woocommerce ul.products li.product .product-inner .add_to_cart_button.added:before,

.woocommerce-page ul.products li.product .product-inner .add_to_cart_button.added:before {

  content: "\f00c";

  position: relative;

  height: auto;

  width: auto;

  top: auto;

  right: auto;

}

.woocommerce ul.products li.product .product-inner .add_to_cart_button.loading:before,

.woocommerce-page ul.products li.product .product-inner .add_to_cart_button.loading:before {

  color: transparent;

}

.woocommerce ul.products li.product .product-inner .added_to_cart,

.woocommerce-page ul.products li.product .product-inner .added_to_cart {

  display: none;

}

.woocommerce ul.products li.product .product-inner:hover,

.woocommerce-page ul.products li.product .product-inner:hover {

  border-color: #b5bac2;

}

.woocommerce ul.products li.product .product-inner:hover .add_to_cart_button,

.woocommerce-page ul.products li.product .product-inner:hover .add_to_cart_button,

.woocommerce ul.products li.product .product-inner:hover .rating-wrapper,

.woocommerce-page ul.products li.product .product-inner:hover .rating-wrapper {

  bottom: 0;

}

.woocommerce ul.products li.product.norating .product-inner .add_to_cart_button,

.woocommerce-page ul.products li.product.norating .product-inner .add_to_cart_button {

  width: 100%;

}

.woocommerce.single-product span.onsale,

.woocommerce-page.single-product span.onsale {

  z-index: 1000;

  left: -15px;

  min-height: 0;

  min-width: 0;

  text-transform: uppercase;

  background: #2b8be9;

  -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;

  margin: 0;

  line-height: 1;

  padding: 9px 11px;

}

.woocommerce.single-product span.onsale:before,

.woocommerce-page.single-product span.onsale:before {

  content: "";

  position: absolute;

  right: -13px;

  top: 0;

  width: 0;

  height: 0;

  border-style: solid;

  border-width: 15px 0 15px 13px;

  border-color: transparent transparent transparent #2b8be9;

}

.woocommerce #content div.product .yith-wcwl-add-to-wishlist,

.woocommerce-page #content div.product .yith-wcwl-add-to-wishlist,

.woocommerce div.product .yith-wcwl-add-to-wishlist,

.woocommerce-page div.product .yith-wcwl-add-to-wishlist {

  position: absolute;

  top: 0;

  right: 0px;

  height: 40px;

}

.woocommerce #content div.product .yith-wcwl-add-to-wishlist .add_to_wishlist,

.woocommerce-page #content div.product .yith-wcwl-add-to-wishlist .add_to_wishlist,

.woocommerce div.product .yith-wcwl-add-to-wishlist .add_to_wishlist,

.woocommerce-page div.product .yith-wcwl-add-to-wishlist .add_to_wishlist {

  border: 1px solid #d6d7d9;

  font-size: 14px;

  padding: 5.5px 15px;

  color: #d6d7d9;

  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

}

.woocommerce #content div.product .yith-wcwl-add-to-wishlist .add_to_wishlist:hover,

.woocommerce-page #content div.product .yith-wcwl-add-to-wishlist .add_to_wishlist:hover,

.woocommerce div.product .yith-wcwl-add-to-wishlist .add_to_wishlist:hover,

.woocommerce-page div.product .yith-wcwl-add-to-wishlist .add_to_wishlist:hover,

.woocommerce #content div.product .yith-wcwl-add-to-wishlist .add_to_wishlist:focus,

.woocommerce-page #content div.product .yith-wcwl-add-to-wishlist .add_to_wishlist:focus,

.woocommerce div.product .yith-wcwl-add-to-wishlist .add_to_wishlist:focus,

.woocommerce-page div.product .yith-wcwl-add-to-wishlist .add_to_wishlist:focus,

.woocommerce #content div.product .yith-wcwl-add-to-wishlist .add_to_wishlist:active,

.woocommerce-page #content div.product .yith-wcwl-add-to-wishlist .add_to_wishlist:active,

.woocommerce div.product .yith-wcwl-add-to-wishlist .add_to_wishlist:active,

.woocommerce-page div.product .yith-wcwl-add-to-wishlist .add_to_wishlist:active {

  border: 1px solid #313842;

  background-color: #313842;

  color: #ffffff;

}

.woocommerce #content div.product .yith-wcwl-add-to-wishlist .add_to_wishlist:before,

.woocommerce-page #content div.product .yith-wcwl-add-to-wishlist .add_to_wishlist:before,

.woocommerce div.product .yith-wcwl-add-to-wishlist .add_to_wishlist:before,

.woocommerce-page div.product .yith-wcwl-add-to-wishlist .add_to_wishlist:before {

  content: "\f08a";

  font-family: "FontAwesome";

  padding-right: 10px;

}

.woocommerce #content div.product .yith-wcwl-add-to-wishlist .ajax-loading,

.woocommerce-page #content div.product .yith-wcwl-add-to-wishlist .ajax-loading,

.woocommerce div.product .yith-wcwl-add-to-wishlist .ajax-loading,

.woocommerce-page div.product .yith-wcwl-add-to-wishlist .ajax-loading {

  position: absolute;

}

.woocommerce #content div.product .yith-wcwl-wishlistexistsbrowse,

.woocommerce-page #content div.product .yith-wcwl-wishlistexistsbrowse,

.woocommerce div.product .yith-wcwl-wishlistexistsbrowse,

.woocommerce-page div.product .yith-wcwl-wishlistexistsbrowse {

  display: none !important;

}

.woocommerce #content div.product div.summary,

.woocommerce-page #content div.product div.summary,

.woocommerce div.product div.summary,

.woocommerce-page div.product div.summary {

  margin-bottom: 0;

}

.woocommerce #content div.product .product_title,

.woocommerce-page #content div.product .product_title,

.woocommerce div.product .product_title,

.woocommerce-page div.product .product_title {

  font-size: 30px;

  text-transform: uppercase;

  margin: 0;

  font-weight: 800;

}

.woocommerce #content div.product .woocommerce-review-link,

.woocommerce-page #content div.product .woocommerce-review-link,

.woocommerce div.product .woocommerce-review-link,

.woocommerce-page div.product .woocommerce-review-link {

  color: inherit;

}

.woocommerce #content div.product .woocommerce-review-link:hover,

.woocommerce-page #content div.product .woocommerce-review-link:hover,

.woocommerce div.product .woocommerce-review-link:hover,

.woocommerce-page div.product .woocommerce-review-link:hover,

.woocommerce #content div.product .woocommerce-review-link:focus,

.woocommerce-page #content div.product .woocommerce-review-link:focus,

.woocommerce div.product .woocommerce-review-link:focus,

.woocommerce-page div.product .woocommerce-review-link:focus,

.woocommerce #content div.product .woocommerce-review-link:active,

.woocommerce-page #content div.product .woocommerce-review-link:active,

.woocommerce div.product .woocommerce-review-link:active,

.woocommerce-page div.product .woocommerce-review-link:active {

  color: #2b8be9;

}

.woocommerce #content div.product .products.fix-padding span.price,

.woocommerce-page #content div.product .products.fix-padding span.price,

.woocommerce div.product .products.fix-padding span.price,

.woocommerce-page div.product .products.fix-padding span.price,

.woocommerce #content div.product .products.fix-padding p.price,

.woocommerce-page #content div.product .products.fix-padding p.price,

.woocommerce div.product .products.fix-padding p.price,

.woocommerce-page div.product .products.fix-padding p.price {

  margin-top: 0;

}

.woocommerce #content div.product span.price,

.woocommerce-page #content div.product span.price,

.woocommerce div.product span.price,

.woocommerce-page div.product span.price,

.woocommerce #content div.product p.price,

.woocommerce-page #content div.product p.price,

.woocommerce div.product p.price,

.woocommerce-page div.product p.price {

  font-size: 48px;

  color: inherit;

  font-weight: 800;

  margin-top: 20px;

  line-height: 1;

  margin-bottom: 0;

}

.woocommerce #content div.product span.price ins,

.woocommerce-page #content div.product span.price ins,

.woocommerce div.product span.price ins,

.woocommerce-page div.product span.price ins,

.woocommerce #content div.product p.price ins,

.woocommerce-page #content div.product p.price ins,

.woocommerce div.product p.price ins,

.woocommerce-page div.product p.price ins {

  text-decoration: none;

}

.woocommerce #content div.product div[itemprop="description"],

.woocommerce-page #content div.product div[itemprop="description"],

.woocommerce div.product div[itemprop="description"],

.woocommerce-page div.product div[itemprop="description"] {

  margin: 50px 0;

}

.woocommerce #content div.product form.cart p.price,

.woocommerce-page #content div.product form.cart p.price,

.woocommerce div.product form.cart p.price,

.woocommerce-page div.product form.cart p.price,

.woocommerce #content div.product form.cart span.price,

.woocommerce-page #content div.product form.cart span.price,

.woocommerce div.product form.cart span.price,

.woocommerce-page div.product form.cart span.price {

  margin-bottom: 1em;

  margin-top: 1em;

  display: block;

}

.woocommerce #content div.product form.cart .variations tr:last-child td,

.woocommerce-page #content div.product form.cart .variations tr:last-child td,

.woocommerce div.product form.cart .variations tr:last-child td,

.woocommerce-page div.product form.cart .variations tr:last-child td {

  border-bottom: none;

}

.woocommerce #content div.product form.cart .variations td,

.woocommerce-page #content div.product form.cart .variations td,

.woocommerce div.product form.cart .variations td,

.woocommerce-page div.product form.cart .variations td {

  vertical-align: middle;

  display: table-cell;

  border-bottom: 10px solid #ffffff;

}

.woocommerce #content div.product form.cart .variations td.label,

.woocommerce-page #content div.product form.cart .variations td.label,

.woocommerce div.product form.cart .variations td.label,

.woocommerce-page div.product form.cart .variations td.label {

  padding: 0 15px 0 0;

}

.woocommerce #content div.product form.cart .variations td.label label,

.woocommerce-page #content div.product form.cart .variations td.label label,

.woocommerce div.product form.cart .variations td.label label,

.woocommerce-page div.product form.cart .variations td.label label {

  font-size: 14px;

  color: #313842;

  margin: 0;

}

.woocommerce #content div.product form.cart .variations td .reset_variations,

.woocommerce-page #content div.product form.cart .variations td .reset_variations,

.woocommerce div.product form.cart .variations td .reset_variations,

.woocommerce-page div.product form.cart .variations td .reset_variations {

  margin-left: 15px;

}

.woocommerce #content div.product form.cart button,

.woocommerce-page #content div.product form.cart button,

.woocommerce div.product form.cart button,

.woocommerce-page div.product form.cart button {

  background: #2b8be9;

  -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;

  -moz-box-shadow: none;

  -webkit-box-shadow: none;

  box-shadow: none;

  text-shadow: none;

  border: none;

  padding: 17px 28px;

  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

}

.woocommerce #content div.product form.cart button:hover,

.woocommerce-page #content div.product form.cart button:hover,

.woocommerce div.product form.cart button:hover,

.woocommerce-page div.product form.cart button:hover,

.woocommerce #content div.product form.cart button:focus,

.woocommerce-page #content div.product form.cart button:focus,

.woocommerce div.product form.cart button:focus,

.woocommerce-page div.product form.cart button:focus,

.woocommerce #content div.product form.cart button:active,

.woocommerce-page #content div.product form.cart button:active,

.woocommerce div.product form.cart button:active,

.woocommerce-page div.product form.cart button:active {

  background: #313842;

}

.woocommerce #content div.product .summary .product_meta,

.woocommerce-page #content div.product .summary .product_meta,

.woocommerce div.product .summary .product_meta,

.woocommerce-page div.product .summary .product_meta {

  font-size: 12px;

}

.woocommerce #content div.product .summary .product_meta > span,

.woocommerce-page #content div.product .summary .product_meta > span,

.woocommerce div.product .summary .product_meta > span,

.woocommerce-page div.product .summary .product_meta > span {

  display: block;

  margin-bottom: 25px;

}

.woocommerce #content div.product .summary .product_meta a,

.woocommerce-page #content div.product .summary .product_meta a,

.woocommerce div.product .summary .product_meta a,

.woocommerce-page div.product .summary .product_meta a {

  text-transform: uppercase;

  color: #989ba0;

}

.woocommerce #content div.product .summary .sku_wrapper:before,

.woocommerce-page #content div.product .summary .sku_wrapper:before,

.woocommerce div.product .summary .sku_wrapper:before,

.woocommerce-page div.product .summary .sku_wrapper:before {

  content: "\f005";

  display: inline-block;

  float: left;

  font-family: 'FontAwesome';

  font-weight: normal;

  width: 20px;

}

.woocommerce #content div.product .summary .posted_in:before,

.woocommerce-page #content div.product .summary .posted_in:before,

.woocommerce div.product .summary .posted_in:before,

.woocommerce-page div.product .summary .posted_in:before {

  content: "\f07c";

  display: inline-block;

  float: left;

  font-family: 'FontAwesome';

  font-weight: normal;

  width: 20px;

}

.woocommerce #content div.product .summary .tagged_as:before,

.woocommerce-page #content div.product .summary .tagged_as:before,

.woocommerce div.product .summary .tagged_as:before,

.woocommerce-page div.product .summary .tagged_as:before {

  content: "\f02b";

  display: inline-block;

  float: left;

  font-family: 'FontAwesome';

  font-weight: normal;

  width: 20px;

}

.woocommerce #content div.product .product-share h6,

.woocommerce-page #content div.product .product-share h6,

.woocommerce div.product .product-share h6,

.woocommerce-page div.product .product-share h6 {

  margin: 0;

}

.woocommerce #content div.product .woocommerce-tabs,

.woocommerce-page #content div.product .woocommerce-tabs,

.woocommerce div.product .woocommerce-tabs,

.woocommerce-page div.product .woocommerce-tabs {

  margin-top: 90px;

}

.woocommerce #content div.product .woocommerce-tabs ul.tabs,

.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,

.woocommerce div.product .woocommerce-tabs ul.tabs,

.woocommerce-page div.product .woocommerce-tabs ul.tabs {

  padding-left: 0;

  border-color: #eaebec;

}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,

.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,

.woocommerce div.product .woocommerce-tabs ul.tabs li,

.woocommerce-page div.product .woocommerce-tabs ul.tabs li {

  margin: 0;

  -webkit-border-top-right-radius: 0;

  -webkit-border-bottom-right-radius: 0;

  -webkit-border-bottom-left-radius: 0;

  -webkit-border-top-left-radius: 0;

  -moz-border-radius-topright: 0;

  -moz-border-radius-bottomright: 0;

  -moz-border-radius-bottomleft: 0;

  -moz-border-radius-topleft: 0;

  border-top-right-radius: 0;

  border-bottom-right-radius: 0;

  border-bottom-left-radius: 0;

  border-top-left-radius: 0;

  -moz-background-clip: padding-box;

  -webkit-background-clip: padding-box;

  background-clip: padding-box;

  border-left-color: #ffffff;

  border-top-color: #ffffff;

  border-right-color: #ffffff;

  background: #ffffff;

  -moz-box-shadow: none;

  -webkit-box-shadow: none;

  box-shadow: none;

  text-transform: uppercase;

  font-size: 12px;

  font-weight: 800;

}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,

.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,

.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {

  border-left-color: #eaebec;

  border-top-color: #eaebec;

  border-right-color: #eaebec;

  color: #2b8be9;

}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before,

.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before,

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,

.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before {

  border: none;

  display: block;

  top: -1px;

  left: 0;

  width: 100%;

  -moz-box-shadow: none;

  -webkit-box-shadow: none;

  box-shadow: none;

  height: 3px;

  background-color: #2b8be9;

}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,

.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,

.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,

.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,

.woocommerce div.product .woocommerce-tabs ul.tabs li:before,

.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {

  display: none;

}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,

.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a,

.woocommerce div.product .woocommerce-tabs ul.tabs li a,

.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {

  padding: 16px 0;

  color: inherit;

}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover,

.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:hover,

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,

.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover,

.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:focus,

.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:focus,

.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus,

.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:focus,

.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:active,

.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:active,

.woocommerce div.product .woocommerce-tabs ul.tabs li a:active,

.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:active {

  color: inherit;

}

.woocommerce #content div.product .woocommerce-tabs .panel,

.woocommerce-page #content div.product .woocommerce-tabs .panel,

.woocommerce div.product .woocommerce-tabs .panel,

.woocommerce-page div.product .woocommerce-tabs .panel {

  -moz-box-shadow: none;

  -webkit-box-shadow: none;

  box-shadow: none;

  margin-bottom: 0;

}

.woocommerce #content div.product #reviews #comments ol.commentlist,

.woocommerce-page #content div.product #reviews #comments ol.commentlist,

.woocommerce div.product #reviews #comments ol.commentlist,

.woocommerce-page div.product #reviews #comments ol.commentlist {

  padding: 0;

}

.woocommerce #content div.product #reviews #comments ol.commentlist li.comment .media-object,

.woocommerce-page #content div.product #reviews #comments ol.commentlist li.comment .media-object,

.woocommerce div.product #reviews #comments ol.commentlist li.comment .media-object,

.woocommerce-page div.product #reviews #comments ol.commentlist li.comment .media-object {

  float: left;

  margin-right: 20px;

}

.woocommerce #content div.product #reviews #comments ol.commentlist li.comment .comment-text,

.woocommerce-page #content div.product #reviews #comments ol.commentlist li.comment .comment-text,

.woocommerce div.product #reviews #comments ol.commentlist li.comment .comment-text,

.woocommerce-page div.product #reviews #comments ol.commentlist li.comment .comment-text {

  margin: 0;

  padding-top: 18px;

  -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;

}

.woocommerce #content div.product #reviews #comments ol.commentlist li.comment p.meta,

.woocommerce-page #content div.product #reviews #comments ol.commentlist li.comment p.meta,

.woocommerce div.product #reviews #comments ol.commentlist li.comment p.meta,

.woocommerce-page div.product #reviews #comments ol.commentlist li.comment p.meta {

  font-size: 16px;

  color: #313842;

}

.woocommerce #content div.product #reviews #comments ol.commentlist li.comment [itemprop="author"],

.woocommerce-page #content div.product #reviews #comments ol.commentlist li.comment [itemprop="author"],

.woocommerce div.product #reviews #comments ol.commentlist li.comment [itemprop="author"],

.woocommerce-page div.product #reviews #comments ol.commentlist li.comment [itemprop="author"] {

  font-size: 18px;

}

.woocommerce #content div.product #reviews #comments h2,

.woocommerce-page #content div.product #reviews #comments h2,

.woocommerce div.product #reviews #comments h2,

.woocommerce-page div.product #reviews #comments h2,

.woocommerce #content div.product #respond h2,

.woocommerce-page #content div.product #respond h2,

.woocommerce div.product #respond h2,

.woocommerce-page div.product #respond h2,

.woocommerce #content div.product #reviews #comments h3,

.woocommerce-page #content div.product #reviews #comments h3,

.woocommerce div.product #reviews #comments h3,

.woocommerce-page div.product #reviews #comments h3,

.woocommerce #content div.product #respond h3,

.woocommerce-page #content div.product #respond h3,

.woocommerce div.product #respond h3,

.woocommerce-page div.product #respond h3 {

  font-size: 18px;

  text-transform: uppercase;

}

.woocommerce #content div.product #review_form #respond textarea,

.woocommerce-page #content div.product #review_form #respond textarea,

.woocommerce div.product #review_form #respond textarea,

.woocommerce-page div.product #review_form #respond textarea {

  outline: none !important;

  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

}

.woocommerce #content div.product #review_form #respond textarea:focus,

.woocommerce-page #content div.product #review_form #respond textarea:focus,

.woocommerce div.product #review_form #respond textarea:focus,

.woocommerce-page div.product #review_form #respond textarea:focus {

  border-color: #313842;

}

.woocommerce #content div.product #review_form #respond .form-submit input,

.woocommerce-page #content div.product #review_form #respond .form-submit input,

.woocommerce div.product #review_form #respond .form-submit input,

.woocommerce-page div.product #review_form #respond .form-submit input {

  background: #2b8be9;

  -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;

  -moz-box-shadow: none;

  -webkit-box-shadow: none;

  box-shadow: none;

  text-shadow: none;

  border: none;

  padding: 16px 28px;

  color: #ffffff;

  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

}

.woocommerce #content div.product #review_form #respond .form-submit input:hover,

.woocommerce-page #content div.product #review_form #respond .form-submit input:hover,

.woocommerce div.product #review_form #respond .form-submit input:hover,

.woocommerce-page div.product #review_form #respond .form-submit input:hover,

.woocommerce #content div.product #review_form #respond .form-submit input:focus,

.woocommerce-page #content div.product #review_form #respond .form-submit input:focus,

.woocommerce div.product #review_form #respond .form-submit input:focus,

.woocommerce-page div.product #review_form #respond .form-submit input:focus,

.woocommerce #content div.product #review_form #respond .form-submit input:active,

.woocommerce-page #content div.product #review_form #respond .form-submit input:active,

.woocommerce div.product #review_form #respond .form-submit input:active,

.woocommerce-page div.product #review_form #respond .form-submit input:active {

  background: #313842;

}

.woocommerce #content div.product div.images img,

.woocommerce-page #content div.product div.images img,

.woocommerce div.product div.images img,

.woocommerce-page div.product div.images img {

  -moz-box-shadow: none;

  -webkit-box-shadow: none;

  box-shadow: none;

}

.woocommerce .related h2,

.woocommerce-page .related h2,

.woocommerce .fix-padding h2,

.woocommerce-page .fix-padding h2 {

  text-transform: uppercase;

  font-size: 18px;

  margin-bottom: 0;

  overflow-x: hidden;

}

.woocommerce .related h2:after,

.woocommerce-page .related h2:after,

.woocommerce .fix-padding h2:after,

.woocommerce-page .fix-padding h2:after {

  position: relative;

  left: 18px;

  content: "";

  display: inline-block;

  width: 200%;

  height: 0.8em;

  margin: 0 -200% 0 0;

  background: url("../images/bg-heading.png");

}

.woocommerce p.cart-empty,

.woocommerce-page p.cart-empty {

  font-size: 120px;

  line-height: 1;

  color: #f0f0f0;

  margin-bottom: 60px;

  margin-top: 90px;

}

.woocommerce .return-to-shop,

.woocommerce-page .return-to-shop {

  margin-bottom: 90px;

}

.woocommerce .wc-backward:before,

.woocommerce-page .wc-backward:before {

  display: none;

}

.woocommerce table.shop_table,

.woocommerce-page table.shop_table,

.woocommerce #content table.shop_table,

.woocommerce-page #content table.shop_table {

  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;

}

.woocommerce table.shop_table a,

.woocommerce-page table.shop_table a,

.woocommerce #content table.shop_table a,

.woocommerce-page #content table.shop_table a {

  color: inherit;

}

.woocommerce table.shop_table a:hover,

.woocommerce-page table.shop_table a:hover,

.woocommerce #content table.shop_table a:hover,

.woocommerce-page #content table.shop_table a:hover,

.woocommerce table.shop_table a:focus,

.woocommerce-page table.shop_table a:focus,

.woocommerce #content table.shop_table a:focus,

.woocommerce-page #content table.shop_table a:focus,

.woocommerce table.shop_table a:active,

.woocommerce-page table.shop_table a:active,

.woocommerce #content table.shop_table a:active,

.woocommerce-page #content table.shop_table a:active {

  color: #2b8be9;

}

.woocommerce table.shop_table img,

.woocommerce-page table.shop_table img,

.woocommerce #content table.shop_table img,

.woocommerce-page #content table.shop_table img {

  width: 50px;

}

.woocommerce table.shop_table th,

.woocommerce-page table.shop_table th,

.woocommerce #content table.shop_table th,

.woocommerce-page #content table.shop_table th,

.woocommerce table.shop_table td,

.woocommerce-page table.shop_table td,

.woocommerce #content table.shop_table td,

.woocommerce-page #content table.shop_table td {

  vertical-align: middle;

}

.woocommerce table.shop_table th,

.woocommerce-page table.shop_table th,

.woocommerce #content table.shop_table th,

.woocommerce-page #content table.shop_table th {

  color: #313842;

  font-size: 12px;

  text-transform: uppercase;

}

.woocommerce table.shop_table td,

.woocommerce-page table.shop_table td,

.woocommerce #content table.shop_table td,

.woocommerce-page #content table.shop_table td {

  padding: 20px 12px;

  border-color: #eaebec;

}

.woocommerce table.shop_table td.product-name dl.variation dt,

.woocommerce-page table.shop_table td.product-name dl.variation dt,

.woocommerce #content table.shop_table td.product-name dl.variation dt,

.woocommerce-page #content table.shop_table td.product-name dl.variation dt,

.woocommerce table.shop_table td.product-name dl.variation dd,

.woocommerce-page table.shop_table td.product-name dl.variation dd,

.woocommerce #content table.shop_table td.product-name dl.variation dd,

.woocommerce-page #content table.shop_table td.product-name dl.variation dd {

  color: #989ba0;

  font-weight: normal;

  font-size: 14px;

  padding-right: 2px;

  margin: 0;

  line-height: 1;

}

.woocommerce table.shop_table td.product-name dl.variation dt p,

.woocommerce-page table.shop_table td.product-name dl.variation dt p,

.woocommerce #content table.shop_table td.product-name dl.variation dt p,

.woocommerce-page #content table.shop_table td.product-name dl.variation dt p,

.woocommerce table.shop_table td.product-name dl.variation dd p,

.woocommerce-page table.shop_table td.product-name dl.variation dd p,

.woocommerce #content table.shop_table td.product-name dl.variation dd p,

.woocommerce-page #content table.shop_table td.product-name dl.variation dd p {

  line-height: 1;

}

.woocommerce table.shop_table .product-thumbnail,

.woocommerce-page table.shop_table .product-thumbnail,

.woocommerce #content table.shop_table .product-thumbnail,

.woocommerce-page #content table.shop_table .product-thumbnail {

  padding: 20px 0px;

  width: 50px;

}

.woocommerce table.shop_table .product-remove,

.woocommerce-page table.shop_table .product-remove,

.woocommerce #content table.shop_table .product-remove,

.woocommerce-page #content table.shop_table .product-remove {

  padding: 20px 0px;

  width: 100px;

}

.woocommerce table.shop_table .product-quantity,

.woocommerce-page table.shop_table .product-quantity,

.woocommerce #content table.shop_table .product-quantity,

.woocommerce-page #content table.shop_table .product-quantity {

  width: 200px;

}

.woocommerce table.shop_table .product-subtotal,

.woocommerce-page table.shop_table .product-subtotal,

.woocommerce #content table.shop_table .product-subtotal,

.woocommerce-page #content table.shop_table .product-subtotal {

  width: 100px;

}

.woocommerce table.shop_table .product-subtotal .amount,

.woocommerce-page table.shop_table .product-subtotal .amount,

.woocommerce #content table.shop_table .product-subtotal .amount,

.woocommerce-page #content table.shop_table .product-subtotal .amount {

  font-size: 16px;

  font-weight: 800;

}

.woocommerce table.shop_table a.remove,

.woocommerce-page table.shop_table a.remove,

.woocommerce #content table.shop_table a.remove,

.woocommerce-page #content table.shop_table a.remove {

  -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: 50px;

  height: 50px;

  line-height: 50px;

  background-color: #f4f5f5;

  color: #313842;

}

.woocommerce table.shop_table td.actions,

.woocommerce-page table.shop_table td.actions,

.woocommerce #content table.shop_table td.actions,

.woocommerce-page #content table.shop_table td.actions {

  padding: 20px 0px;

}

.woocommerce table.shop_table td.actions .coupon .input-text,

.woocommerce-page table.shop_table td.actions .coupon .input-text,

.woocommerce #content table.shop_table td.actions .coupon .input-text,

.woocommerce-page #content table.shop_table td.actions .coupon .input-text {

  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  border: 1px solid #eaebec;

  padding: 14.5px 15px;

  -moz-box-shadow: none;

  -webkit-box-shadow: none;

  box-shadow: none;

  width: 225px;

}

.woocommerce table.shop_table td.actions .coupon .input-text:focus,

.woocommerce-page table.shop_table td.actions .coupon .input-text:focus,

.woocommerce #content table.shop_table td.actions .coupon .input-text:focus,

.woocommerce-page #content table.shop_table td.actions .coupon .input-text:focus {

  border-color: #313842;

}

.woocommerce table.shop_table label,

.woocommerce-page table.shop_table label,

.woocommerce #content table.shop_table label,

.woocommerce-page #content table.shop_table label {

  display: inline;

}

.woocommerce .cart input.button,

.woocommerce-page .cart input.button {

  background: #2b8be9;

  -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;

  -moz-box-shadow: none;

  -webkit-box-shadow: none;

  box-shadow: none;

  text-shadow: none;

  border: none;

  padding: 17px 28px;

  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  color: #ffffff;

  font-weight: normal;

}

.woocommerce .cart input.button:hover,

.woocommerce-page .cart input.button:hover,

.woocommerce .cart input.button:focus,

.woocommerce-page .cart input.button:focus,

.woocommerce .cart input.button:active,

.woocommerce-page .cart input.button:active {

  background: #313842;

}

.woocommerce .cart-collaterals,

.woocommerce-page .cart-collaterals {

  padding-top: 20px;

}

.woocommerce .cart-collaterals .cart_totals h2,

.woocommerce-page .cart-collaterals .cart_totals h2 {

  font-size: 18px;

  text-transform: uppercase;

}

.woocommerce .cart-collaterals .cart_totals table,

.woocommerce-page .cart-collaterals .cart_totals table {

  width: 100%;

}

.woocommerce .cart-collaterals .cart_totals table tr:first-child th,

.woocommerce-page .cart-collaterals .cart_totals table tr:first-child th,

.woocommerce .cart-collaterals .cart_totals table tr:first-child td,

.woocommerce-page .cart-collaterals .cart_totals table tr:first-child td {

  border-top: 1px solid #eaebec;

}

.woocommerce .cart-collaterals .cart_totals table td,

.woocommerce-page .cart-collaterals .cart_totals table td,

.woocommerce .cart-collaterals .cart_totals table th,

.woocommerce-page .cart-collaterals .cart_totals table th {

  padding: 20px 0px;

  vertical-align: middle;

  width: 50%;

  font-weight: normal;

}

.woocommerce .cart-collaterals .cart_totals table .order-total td,

.woocommerce-page .cart-collaterals .cart_totals table .order-total td,

.woocommerce .cart-collaterals .cart_totals table .order-total th,

.woocommerce-page .cart-collaterals .cart_totals table .order-total th {

  font-weight: 800;

}

.woocommerce .cart-collaterals .cart_totals table label,

.woocommerce-page .cart-collaterals .cart_totals table label {

  display: inline;

}

.woocommerce .cart-collaterals .shipping_calculator h2,

.woocommerce-page .cart-collaterals .shipping_calculator h2 {

  margin-bottom: 0;

  font-size: 14px;

  text-transform: uppercase;

}

.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button,

.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button {

  border: 1px solid #cbcdcf;

  background-color: #f2f2f2;

  padding: 15.5px 0 15.5px 70px;

  width: 100%;

  display: block;

  position: relative;

}

.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after,

.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {

  display: none;

}

.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:before,

.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:before {

  position: absolute;

  top: 0;

  left: 0;

  content: "\f067";

  font-family: "FontAwesome";

  display: block;

  width: 50px;

  height: 50px;

  line-height: 50px;

  text-align: center;

  border-right: 1px solid #cbcdcf;

}

.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-form,

.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-form {

  border: 1px solid #cbcdcf;

  border-top: none;

  padding: 20px;

}

.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-form:after,

.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-form:after {

  content: "";

  display: table;

  clear: both;

}

.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-form .select2-container,

.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-form .select2-container {

  width: 100%;

  min-width: 0;

}

.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-form p,

.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-form p,

.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-form p.form-row.form-row-wide,

.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-form p.form-row.form-row-wide {

  width: 50%;

  padding: 10px;

  clear: none;

  float: left;

  font-size: 16px;

  margin-bottom: 0;

}

.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-form p:nth-child(2):after,

.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-form p:nth-child(2):after {

  display: table;

  content: "";

  clear: both;

}

.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-form .button,

.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-form .button {

  background: #2b8be9;

  -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;

  -moz-box-shadow: none;

  -webkit-box-shadow: none;

  box-shadow: none;

  text-shadow: none;

  border: none;

  padding: 17px 28px;

  color: #ffffff;

  font-weight: normal;

  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

}

.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-form .button:hover,

.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-form .button:hover,

.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-form .button:focus,

.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-form .button:focus,

.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-form .button:active,

.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-form .button:active {

  background: #313842;

}

.woocommerce .cross-sells h2,

.woocommerce-page .cross-sells h2 {

  text-transform: uppercase;

  font-size: 18px;

}

.woocommerce .cross-sells ul.products.main-prodlist,

.woocommerce-page .cross-sells ul.products.main-prodlist {

  margin-top: 0;

}

.woocommerce form.checkout_coupon,

.woocommerce-page form.checkout_coupon,

.woocommerce form.login,

.woocommerce-page form.login,

.woocommerce form.register,

.woocommerce-page form.register {

  -webkit-border-top-right-radius: 0;

  -webkit-border-bottom-right-radius: 0;

  -webkit-border-bottom-left-radius: 0;

  -webkit-border-top-left-radius: 0;

  -moz-border-radius-topright: 0;

  -moz-border-radius-bottomright: 0;

  -moz-border-radius-bottomleft: 0;

  -moz-border-radius-topleft: 0;

  border-top-right-radius: 0;

  border-bottom-right-radius: 0;

  border-bottom-left-radius: 0;

  border-top-left-radius: 0;

  -moz-background-clip: padding-box;

  -webkit-background-clip: padding-box;

  background-clip: padding-box;

  padding: 60px;

  border: 1px solid #eaebec;

}

.woocommerce form.checkout_coupon h2,

.woocommerce-page form.checkout_coupon h2,

.woocommerce form.login h2,

.woocommerce-page form.login h2,

.woocommerce form.register h2,

.woocommerce-page form.register h2 {

  margin-top: 0;

  margin-bottom: 50px;

}

.woocommerce form.checkout_coupon .button,

.woocommerce-page form.checkout_coupon .button,

.woocommerce form.login .button,

.woocommerce-page form.login .button,

.woocommerce form.register .button,

.woocommerce-page form.register .button {

  background: #2b8be9;

  -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;

  -moz-box-shadow: none;

  -webkit-box-shadow: none;

  box-shadow: none;

  text-shadow: none;

  border: none;

  padding: 17px 28px;

  color: #ffffff;

  font-weight: normal;

  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

}

.woocommerce form.checkout_coupon .button:hover,

.woocommerce-page form.checkout_coupon .button:hover,

.woocommerce form.login .button:hover,

.woocommerce-page form.login .button:hover,

.woocommerce form.register .button:hover,

.woocommerce-page form.register .button:hover,

.woocommerce form.checkout_coupon .button:focus,

.woocommerce-page form.checkout_coupon .button:focus,

.woocommerce form.login .button:focus,

.woocommerce-page form.login .button:focus,

.woocommerce form.register .button:focus,

.woocommerce-page form.register .button:focus,

.woocommerce form.checkout_coupon .button:active,

.woocommerce-page form.checkout_coupon .button:active,

.woocommerce form.login .button:active,

.woocommerce-page form.login .button:active,

.woocommerce form.register .button:active,

.woocommerce-page form.register .button:active {

  background: #313842;

}

.woocommerce form.checkout_coupon p.form-row,

.woocommerce-page form.checkout_coupon p.form-row {

  padding: 0;

  margin: 0;

}

.woocommerce form .form-row textarea,

.woocommerce-page form .form-row textarea {

  height: 8em;

}

.woocommerce .woocommerce-shipping-fields,

.woocommerce-page .woocommerce-shipping-fields {

  border-top: 1px solid #eaebec;

  margin-top: 40px;

  padding-top: 40px;

}

.woocommerce .woocommerce-shipping-fields #ship-to-different-address,

.woocommerce-page .woocommerce-shipping-fields #ship-to-different-address {

  font-size: 18px;

}

.woocommerce .woocommerce-shipping-fields #ship-to-different-address .input-checkbox,

.woocommerce-page .woocommerce-shipping-fields #ship-to-different-address .input-checkbox {

  float: left;

}

.woocommerce .woocommerce-shipping-fields #ship-to-different-address .checkbox,

.woocommerce-page .woocommerce-shipping-fields #ship-to-different-address .checkbox {

  margin: 0;

  display: inline-block;

  padding-left: 10px;

}

.woocommerce #payment div.payment_box,

.woocommerce-page #payment div.payment_box {

  -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;

  -moz-box-shadow: none;

  -webkit-box-shadow: none;

  box-shadow: none;

  background: #313842;

  color: #ffffff;

  text-shadow: none;

  margin-right: 0;

  padding: 15px;

}

.woocommerce #payment div.payment_box:after,

.woocommerce-page #payment div.payment_box:after {

  top: -1px;

  border-bottom-color: #313842;

}

.woocommerce #payment #place_order,

.woocommerce-page #payment #place_order {

  background: #2b8be9;

  -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;

  -moz-box-shadow: none;

  -webkit-box-shadow: none;

  box-shadow: none;

  text-shadow: none;

  border: none;

  padding: 17px 28px;

  color: #ffffff;

  font-weight: normal;

  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

}

.woocommerce #payment #place_order:hover,

.woocommerce-page #payment #place_order:hover,

.woocommerce #payment #place_order:focus,

.woocommerce-page #payment #place_order:focus,

.woocommerce #payment #place_order:active,

.woocommerce-page #payment #place_order:active {

  background: #313842;

}

.woocommerce .my_account_orders input.button,

.woocommerce-page .my_account_orders input.button,

.woocommerce .my_account_orders a.button,

.woocommerce-page .my_account_orders a.button,

.woocommerce .my_account_orders button.button,

.woocommerce-page .my_account_orders button.button {

  padding: 10px 20px;

  margin: 0;

}

.woocommerce .my_account_orders .order-actions,

.woocommerce-page .my_account_orders .order-actions {

  padding-right: 0;

}

.woocommerce p.myaccount_user,

.woocommerce-page p.myaccount_user {

  font-size: 20px;

}

.woocommerce.woocommerce-account .woocommerce h2,

.woocommerce-page.woocommerce-account .woocommerce h2 {

  font-size: 24px;

  text-transform: uppercase;

}

.woocommerce.woocommerce-account .woocommerce h3,

.woocommerce-page.woocommerce-account .woocommerce h3 {

  text-transform: uppercase;

}

.woocommerce .addresses header,

.woocommerce-page .addresses header {

  position: relative !important;

  background-color: transparent !important;

  top: 0 !important;

  margin-top: 15px;

}

.woocommerce .addresses header h3,

.woocommerce-page .addresses header h3 {

  font-size: 18px;

  color: #313842;

  text-transform: uppercase;

  margin-top: 0;

}

.woocommerce .addresses .edit,

.woocommerce-page .addresses .edit {

  padding: 5px 15px;

  font-size: 12px;

  line-height: 1.5;

  border: 1px solid #313842;

  color: #313842;

  background-color: transparent;

  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

}

.woocommerce .addresses .edit:hover,

.woocommerce-page .addresses .edit:hover {

  background-color: #313842;

  color: #ffffff;

}

.woocommerce .customer_details dd,

.woocommerce-page .customer_details dd {

  margin-bottom: 10px;

}

.woocommerce mark,

.woocommerce-page mark {

  background-color: #f2f2f2;

}

.woocommerce div.quantity,

.woocommerce-page div.quantity {

  height: 50px;

  width: 140px;

  margin-right: 10px;

}

.woocommerce div.quantity .minus,

.woocommerce-page div.quantity .minus,

.woocommerce div.quantity .plus,

.woocommerce-page div.quantity .plus {

  height: 100%;

  width: 25px;

  background: #ffffff;

  -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;

  border: 1px solid #eaebec;

  z-index: 1;

  outline: none !important;

  font-size: 22px;

  font-weight: 800;

  color: inherit;

  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

}

.woocommerce div.quantity .minus:hover,

.woocommerce-page div.quantity .minus:hover,

.woocommerce div.quantity .plus:hover,

.woocommerce-page div.quantity .plus:hover {

  background: #313842;

  color: #ffffff;

}

.woocommerce div.quantity .minus,

.woocommerce-page div.quantity .minus {

  left: 0;

  top: 0;

}

.woocommerce div.quantity input.qty,

.woocommerce-page div.quantity input.qty {

  height: 100%;

  width: 140px;

  -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;

  border: 1px solid #eaebec;

  outline: none !important;

  top: 15px;

}

.woocommerce table.cart div.quantity,

.woocommerce-page table.cart div.quantity {

  margin: 0;

}

.woocommerce table.cart div.quantity input.qty,

.woocommerce-page table.cart div.quantity input.qty {

  top: 0px;

}

.woocommerce .woocommerce-message,

.woocommerce-page .woocommerce-message,

.woocommerce .woocommerce-info,

.woocommerce-page .woocommerce-info,

.woocommerce .woocommerce-error,

.woocommerce-page .woocommerce-error {

  margin-top: 90px !important;

  margin-bottom: 0 !important;

  padding: 27px !important;

  border: none;

  color: #ffffff;

  font-weight: normal;

  text-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;

  -moz-box-shadow: none;

  -webkit-box-shadow: none;

  box-shadow: none;

}

.woocommerce .woocommerce-message .button,

.woocommerce-page .woocommerce-message .button,

.woocommerce .woocommerce-info .button,

.woocommerce-page .woocommerce-info .button,

.woocommerce .woocommerce-error .button,

.woocommerce-page .woocommerce-error .button {

  background: #2b8be9;

  -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;

  -moz-box-shadow: none;

  -webkit-box-shadow: none;

  box-shadow: none;

  text-shadow: none;

  border: none;

  padding: 17px 28px;

  color: #ffffff;

  font-weight: normal;

  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  text-decoration: none;

}

.woocommerce .woocommerce-message .button:after,

.woocommerce-page .woocommerce-message .button:after,

.woocommerce .woocommerce-info .button:after,

.woocommerce-page .woocommerce-info .button:after,

.woocommerce .woocommerce-error .button:after,

.woocommerce-page .woocommerce-error .button:after {

  display: none;

}

.woocommerce .woocommerce-message .button:hover,

.woocommerce-page .woocommerce-message .button:hover,

.woocommerce .woocommerce-info .button:hover,

.woocommerce-page .woocommerce-info .button:hover,

.woocommerce .woocommerce-error .button:hover,

.woocommerce-page .woocommerce-error .button:hover,

.woocommerce .woocommerce-message .button:focus,

.woocommerce-page .woocommerce-message .button:focus,

.woocommerce .woocommerce-info .button:focus,

.woocommerce-page .woocommerce-info .button:focus,

.woocommerce .woocommerce-error .button:focus,

.woocommerce-page .woocommerce-error .button:focus,

.woocommerce .woocommerce-message .button:active,

.woocommerce-page .woocommerce-message .button:active,

.woocommerce .woocommerce-info .button:active,

.woocommerce-page .woocommerce-info .button:active,

.woocommerce .woocommerce-error .button:active,

.woocommerce-page .woocommerce-error .button:active {

  background: #313842;

}

.woocommerce .woocommerce-message:before,

.woocommerce-page .woocommerce-message:before,

.woocommerce .woocommerce-info:before,

.woocommerce-page .woocommerce-info:before,

.woocommerce .woocommerce-error:before,

.woocommerce-page .woocommerce-error:before {

  display: none;

}

.woocommerce .woocommerce-message a,

.woocommerce-page .woocommerce-message a,

.woocommerce .woocommerce-info a,

.woocommerce-page .woocommerce-info a,

.woocommerce .woocommerce-error a,

.woocommerce-page .woocommerce-error a {

  color: inherit;

  text-decoration: underline;

}

.woocommerce.single-product .woocommerce-message,

.woocommerce-page.single-product .woocommerce-message,

.woocommerce .shop-section .woocommerce-message,

.woocommerce-page .shop-section .woocommerce-message,

.woocommerce.single-product .woocommerce-info,

.woocommerce-page.single-product .woocommerce-info,

.woocommerce .shop-section .woocommerce-info,

.woocommerce-page .shop-section .woocommerce-info,

.woocommerce.single-product .woocommerce-error,

.woocommerce-page.single-product .woocommerce-error,

.woocommerce .shop-section .woocommerce-error,

.woocommerce-page .shop-section .woocommerce-error {

  margin-top: 0px !important;

  margin-bottom: 60px !important;

}

.woocommerce .woocommerce-message,

.woocommerce-page .woocommerce-message {

  background: #a5d400;

}

.woocommerce .woocommerce-info,

.woocommerce-page .woocommerce-info {

  background: #4a9fe0;

}

.woocommerce .woocommerce-error,

.woocommerce-page .woocommerce-error {

  background: #ce0000;

}

.woocommerce form .form-row,

.woocommerce-page form .form-row,

.woocommerce .form-row,

.woocommerce-page .form-row {

  padding: 0;

  padding-bottom: 10px;

}

.woocommerce .chosen-container-single .chosen-single,

.woocommerce-page .chosen-container-single .chosen-single,

.woocommerce.woocommerce-checkout .form-row .chosen-container-single .chosen-single,

.woocommerce-page.woocommerce-checkout .form-row .chosen-container-single .chosen-single {

  border-color: #eaebec;

  -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: #ffffff;

  -moz-box-shadow: none;

  -webkit-box-shadow: none;

  box-shadow: none;

  height: 50px;

  line-height: 50px;

}

.woocommerce .chosen-container-single .chosen-single > div,

.woocommerce-page .chosen-container-single .chosen-single > div,

.woocommerce.woocommerce-checkout .form-row .chosen-container-single .chosen-single > div,

.woocommerce-page.woocommerce-checkout .form-row .chosen-container-single .chosen-single > div {

  border-left: 1px solid #eaebec;

}

.woocommerce .chosen-container-single .chosen-single > div b,

.woocommerce-page .chosen-container-single .chosen-single > div b,

.woocommerce.woocommerce-checkout .form-row .chosen-container-single .chosen-single > div b,

.woocommerce-page.woocommerce-checkout .form-row .chosen-container-single .chosen-single > div b {

  background-position: 3px 15px !important;

}

.woocommerce .chosen-container .chosen-drop,

.woocommerce-page .chosen-container .chosen-drop {

  border-color: #eaebec;

  -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;

}

.woocommerce .chosen-container .chosen-results,

.woocommerce-page .chosen-container .chosen-results {

  padding: 0;

}

.woocommerce .chosen-container .chosen-results li.highlighted,

.woocommerce-page .chosen-container .chosen-results li.highlighted {

  background: #2b8be9;

}

.woocommerce .woocommerce-billing-fields form .form-row .input-checkbox,

.woocommerce-page .woocommerce-billing-fields form .form-row .input-checkbox,

.woocommerce .woocommerce-shipping-fields form .form-row .input-checkbox,

.woocommerce-page .woocommerce-shipping-fields form .form-row .input-checkbox,

.woocommerce .checkout_coupon form .form-row .input-checkbox,

.woocommerce-page .checkout_coupon form .form-row .input-checkbox,

.woocommerce .woocommerce form .form-row .input-checkbox,

.woocommerce-page .woocommerce form .form-row .input-checkbox {

  margin: 0;

}

.woocommerce .woocommerce-billing-fields form .form-row label.checkbox,

.woocommerce-page .woocommerce-billing-fields form .form-row label.checkbox,

.woocommerce .woocommerce-shipping-fields form .form-row label.checkbox,

.woocommerce-page .woocommerce-shipping-fields form .form-row label.checkbox,

.woocommerce .checkout_coupon form .form-row label.checkbox,

.woocommerce-page .checkout_coupon form .form-row label.checkbox,

.woocommerce .woocommerce form .form-row label.checkbox,

.woocommerce-page .woocommerce form .form-row label.checkbox {

  font-size: 18px;

  padding-left: 10px;

}

.woocommerce .woocommerce-billing-fields input,

.woocommerce-page .woocommerce-billing-fields input,

.woocommerce .woocommerce-shipping-fields input,

.woocommerce-page .woocommerce-shipping-fields input,

.woocommerce .checkout_coupon input,

.woocommerce-page .checkout_coupon input,

.woocommerce .woocommerce input,

.woocommerce-page .woocommerce input,

.woocommerce .woocommerce-billing-fields textarea,

.woocommerce-page .woocommerce-billing-fields textarea,

.woocommerce .woocommerce-shipping-fields textarea,

.woocommerce-page .woocommerce-shipping-fields textarea,

.woocommerce .checkout_coupon textarea,

.woocommerce-page .checkout_coupon textarea,

.woocommerce .woocommerce textarea,

.woocommerce-page .woocommerce textarea {

  padding: 14.5px 12px;

  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  border: 1px solid #eaebec;

}

.woocommerce .woocommerce-billing-fields input:focus,

.woocommerce-page .woocommerce-billing-fields input:focus,

.woocommerce .woocommerce-shipping-fields input:focus,

.woocommerce-page .woocommerce-shipping-fields input:focus,

.woocommerce .checkout_coupon input:focus,

.woocommerce-page .checkout_coupon input:focus,

.woocommerce .woocommerce input:focus,

.woocommerce-page .woocommerce input:focus,

.woocommerce .woocommerce-billing-fields textarea:focus,

.woocommerce-page .woocommerce-billing-fields textarea:focus,

.woocommerce .woocommerce-shipping-fields textarea:focus,

.woocommerce-page .woocommerce-shipping-fields textarea:focus,

.woocommerce .checkout_coupon textarea:focus,

.woocommerce-page .checkout_coupon textarea:focus,

.woocommerce .woocommerce textarea:focus,

.woocommerce-page .woocommerce textarea:focus {

  border-color: #313842;

}

.woocommerce input.button,

.woocommerce-page input.button,

.woocommerce a.button,

.woocommerce-page a.button,

.woocommerce button.button,

.woocommerce-page button.button {

  background: #2b8be9;

  -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;

  -moz-box-shadow: none;

  -webkit-box-shadow: none;

  box-shadow: none;

  text-shadow: none;

  border: none;

  padding: 17px 28px;

  color: #ffffff !important;

  font-weight: normal;

  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  text-decoration: none;

}

.woocommerce input.button:after,

.woocommerce-page input.button:after,

.woocommerce a.button:after,

.woocommerce-page a.button:after,

.woocommerce button.button:after,

.woocommerce-page button.button:after {

  display: none;

}

.woocommerce input.button:hover,

.woocommerce-page input.button:hover,

.woocommerce a.button:hover,

.woocommerce-page a.button:hover,

.woocommerce button.button:hover,

.woocommerce-page button.button:hover,

.woocommerce input.button:focus,

.woocommerce-page input.button:focus,

.woocommerce a.button:focus,

.woocommerce-page a.button:focus,

.woocommerce button.button:focus,

.woocommerce-page button.button:focus,

.woocommerce input.button:active,

.woocommerce-page input.button:active,

.woocommerce a.button:active,

.woocommerce-page a.button:active,

.woocommerce button.button:active,

.woocommerce-page button.button:active {

  background: #313842;

}

/* ********

   WISHLIST

   ******** */

#yith-wcwl-form {

  padding: 90px 0;

}

#yith-wcwl-form h2 {

  text-transform: uppercase;

  font-size: 24px;

}

#yith-wcwl-form h4 {

  text-transform: uppercase;

  font-size: 18px;

}

#yith-wcwl-form .button {

  background: #2b8be9;

  -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;

  -moz-box-shadow: none;

  -webkit-box-shadow: none;

  box-shadow: none;

  text-shadow: none;

  border: none;

  padding: 6px 12px;

  color: #ffffff !important;

  font-weight: normal;

  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  text-decoration: none;

}

#yith-wcwl-form .button:after {

  display: none;

}

#yith-wcwl-form .button:hover,

#yith-wcwl-form .button:focus,

#yith-wcwl-form .button:active {

  background: #313842;

}

#yith-wcwl-form .product-add-to-cart {

  text-align: right;

  padding-right: 0;

}

#yith-wcwl-form ul {

  padding: 0;

}

/* *********************

   SINGLE PRODUCT SLIDER

   ********************* */

.flexslider.woo_flexslider {

  margin-bottom: 10px;

}

.flexslider.woo_flexslider_thumbs:hover .flex-prev {

  left: -30px;

}

.flexslider.woo_flexslider_thumbs:hover .flex-next {

  right: -30px;

}

.flexslider.woo_flexslider_thumbs ul.slides > li {

  margin-right: 10px;

  cursor: pointer;

  -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.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

}

.flexslider.woo_flexslider_thumbs ul.slides > li.flex-active-slide,

.flexslider.woo_flexslider_thumbs ul.slides > li:hover {

  -moz-opacity: 1;

  -khtml-opacity: 1;

  -webkit-opacity: 1;

  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);

  opacity: 1;

  filter: alpha(opacity=100);

}

/* **************************

   SINGLE PRODUCT PRETTYPHOTO

   ************************** */

div.pp_overlay {

  cursor: -moz-zoom-out;

  cursor: -webkit-zoom-out;

  cursor: zoom-out;

}

div.pp_woocommerce div.ppt {

  display: none !important;

}

div.pp_woocommerce .pp_content_container {

  -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;

}

div.pp_woocommerce .pp_close {

  top: auto;

  bottom: 45px;

  right: 40px;

  background: transparent;

  -moz-box-shadow: none;

  -webkit-box-shadow: none;

  box-shadow: none;

  text-shadow: none;

  color: #313842 !important;

}

div.pp_woocommerce .pp_close:before {

  content: "\f00d";

  font-family: "FontAwesome";

}

div.pp_woocommerce .pp_close:hover {

  background: transparent;

  cursor: -moz-zoom-out;

  cursor: -webkit-zoom-out;

  cursor: zoom-out;

}

div.pp_woocommerce .pp_previous:before,

div.pp_woocommerce .pp_next:before {

  background: rgba(255, 255, 255, 0.4);

  width: 50px;

  height: 50px;

  -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;

  line-height: 50px;

  font-size: 20px;

  font-family: "FontAwesome";

  text-shadow: none;

  color: #313842 !important;

}

div.pp_woocommerce .pp_previous:before {

  left: 0;

  content: "\f053";

}

div.pp_woocommerce .pp_next:before {

  right: 0;

  content: "\f054";

}

div.pp_woocommerce .pp_description {

  line-height: 80px;

  color: #313842;

  padding: 0px 25px;

  text-transform: uppercase;

  font-weight: 800;

}

div.pp_woocommerce .pp_description p {

  line-height: inherit;

}

div.pp_woocommerce .pp_nav {

  position: absolute;

  right: 80px;

  bottom: 45px;

  text-transform: uppercase;

  font-weight: 800;

  color: #313842;

}

div.pp_woocommerce .pp_nav p {

  line-height: 1em;

}

div.pp_woocommerce .pp_nav .pp_arrow_previous,

div.pp_woocommerce .pp_nav .pp_arrow_next {

  color: #313842 !important;

  background: transparent;

  text-shadow: none;

}

div.pp_woocommerce .pp_nav .pp_arrow_previous:before,

div.pp_woocommerce .pp_nav .pp_arrow_next:before {

  font-family: "FontAwesome";

}

div.pp_woocommerce .pp_nav .pp_arrow_previous:before {

  content: "\f053";

}

div.pp_woocommerce .pp_nav .pp_arrow_next:before {

  content: "\f054";

}

@media (max-width: 991px) {

  .woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-form p,

  .woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-form p,

  .woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-form p.form-row.form-row-wide,

  .woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-form p.form-row.form-row-wide {

    width: 100%;

    float: none;

  }

  .woocommerce ul.products.woocolumns-4 li.product,

  .woocommerce-page ul.products.woocolumns-4 li.product {

    width: 33.3333333%;

  }

  .woocommerce #content div.product .yith-wcwl-add-to-wishlist,

  .woocommerce-page #content div.product .yith-wcwl-add-to-wishlist,

  .woocommerce div.product .yith-wcwl-add-to-wishlist,

  .woocommerce-page div.product .yith-wcwl-add-to-wishlist {

    position: relative;

  }

}

@media (max-width: 768px) {

  .woocommerce ul.products.woocolumns-3 li.product,

  .woocommerce-page ul.products.woocolumns-3 li.product,

  .woocommerce ul.products.woocolumns-4 li.product,

  .woocommerce-page ul.products.woocolumns-4 li.product,

  .woocommerce ul.products.woocolumns-5 li.product,

  .woocommerce-page ul.products.woocolumns-5 li.product,

  .woocommerce ul.products.woocolumns-6 li.product,

  .woocommerce-page ul.products.woocolumns-6 li.product {

    float: left;

    clear: none !important;

  }

}

@media (max-width: 767px) {

  .woocommerce ul.products.woocolumns-3 li.product,

  .woocommerce-page ul.products.woocolumns-3 li.product {

    width: 50%;

  }

  .woocommerce ul.products.woocolumns-4 li.product,

  .woocommerce-page ul.products.woocolumns-4 li.product {

    width: 50%;

  }

  .woocommerce ul.products.woocolumns-5 li.product,

  .woocommerce-page ul.products.woocolumns-5 li.product {

    width: 50%;

  }

  .woocommerce ul.products.woocolumns-6 li.product,

  .woocommerce-page ul.products.woocolumns-6 li.product {

    width: 50%;

  }

  .woocommerce form.checkout_coupon,

  .woocommerce-page form.checkout_coupon,

  .woocommerce form.login,

  .woocommerce-page form.login,

  .woocommerce form.register,

  .woocommerce-page form.register {

    padding: 20px;

  }

  .woocommerce form.checkout_coupon p.form-row-first,

  .woocommerce-page form.checkout_coupon p.form-row-first,

  .woocommerce form.login p.form-row-first,

  .woocommerce-page form.login p.form-row-first,

  .woocommerce form.register p.form-row-first,

  .woocommerce-page form.register p.form-row-first,

  .woocommerce form.checkout_coupon p.form-row-last,

  .woocommerce-page form.checkout_coupon p.form-row-last,

  .woocommerce form.login p.form-row-last,

  .woocommerce-page form.login p.form-row-last,

  .woocommerce form.register p.form-row-last,

  .woocommerce-page form.register p.form-row-last {

    width: 100%;

    float: none;

  }

  .woocommerce form.checkout_coupon p.form-row-first,

  .woocommerce-page form.checkout_coupon p.form-row-first,

  .woocommerce form.login p.form-row-first,

  .woocommerce-page form.login p.form-row-first,

  .woocommerce form.register p.form-row-first,

  .woocommerce-page form.register p.form-row-first {

    margin-bottom: 20px;

  }

}

@media (max-width: 480px) {

  .woocommerce ul.products.woocolumns-2 li.product,

  .woocommerce-page ul.products.woocolumns-2 li.product,

  .woocommerce ul.products.woocolumns-3 li.product,

  .woocommerce-page ul.products.woocolumns-3 li.product,

  .woocommerce ul.products.woocolumns-4 li.product,

  .woocommerce-page ul.products.woocolumns-4 li.product,

  .woocommerce ul.products.woocolumns-5 li.product,

  .woocommerce-page ul.products.woocolumns-5 li.product,

  .woocommerce ul.products.woocolumns-6 li.product,

  .woocommerce-page ul.products.woocolumns-6 li.product {

    width: 100%;

  }

  .woocommerce .woocommerce-ordering,

  .woocommerce-page .woocommerce-ordering {

    width: 100%;

  }

  .woocommerce .woocommerce-breadcrumb,

  .woocommerce-page .woocommerce-breadcrumb,

  .woocommerce .display-table .breadcrumb,

  .woocommerce-page .display-table .breadcrumb {

    margin-top: 10px;

  }

  .woocommerce #content div.product form.cart div.quantity,

  .woocommerce div.product form.cart div.quantity,

  .woocommerce-page #content div.product form.cart div.quantity,

  .woocommerce-page div.product form.cart div.quantity {

    margin-bottom: 10px;

  }

  .product-share .table-cell {

    display: block;

    margin-bottom: 20px;

  }

  .product-share .list-socials li {

    margin: 0 10px;

  }

  .woocommerce table.shop_table td.actions .coupon .input-text,

  .woocommerce-page table.shop_table td.actions .coupon .input-text,

  .woocommerce #content table.shop_table td.actions .coupon .input-text,

  .woocommerce-page #content table.shop_table td.actions .coupon .input-text {

    width: 48%;

  }

  .woocommerce form.checkout_coupon .button,

  .woocommerce-page form.checkout_coupon .button,

  .woocommerce form.login .button,

  .woocommerce-page form.login .button,

  .woocommerce form.register .button,

  .woocommerce-page form.register .button {

    display: block;

    width: 100%;

  }

  .woocommerce form .form-row-first,

  .woocommerce form .form-row-last,

  .woocommerce-page form .form-row-first,

  .woocommerce-page form .form-row-last {

    width: 100%;

  }

}

.td1{ width:100%;}

.td2{ width:50%;}

.td3{ width:33%;}

.td4{ width:25%;}

.table_Box{ margin-top:50px;  margin-bottom:50px;}
.table_Box tr{ height:60px;}
.table_Box td,.table_Box th{ width:25%;}
.table_Line1{ text-align:center; font-size:30px; font-weight:bold;}
.table_Line2{ text-align:center;font-size: 20px;font-weight: bold;}
.form_pad_r{padding-right: 30px;}
.form_check_box>td>span{ display:block; height:200px; }
.form_check_box span.wpcf7-list-item{ display:block;}
.table_Box .wpcf7-form-control-wrap{ margin-bottom:0;}
.table_Box p{ margin-bottom:0;}
.form_contNmb span{ margin-top:-20px; }
.form_bot{ width:350px; margin:0 auto; position:relative;}
.table_Box .form_a{ text-decoration:none; display: block;width:70px;background: rgb(43, 139, 233) none repeat scroll 0% 0%;height: 34px;
color: #fff;-moz-transition: all 0.2s all ease ease-out;-o-transition: all 0.2s all ease ease-out; float:left;
transition: all 0.2s all ease ease-out;-webkit-transition: 0.2s all ease;transition: 0.2s all ease; text-align:center; line-height:34px; position:absolute; top:0;}
.table_Box .form_a:hover{ background:#313842}

.form_submit{ text-align:center; float:left; margin-left:10px; position:absolute; top:0px !important; left:80px; float:left;}
.form_submit img{ float:left;width: 30px; height: 30px; margin-left: 10px;}
.form_submit input{ left:80px; float:left;}


.table_Box span.wpcf7-not-valid-tip{ margin-top:0;}
#form_input{ cursor:default ;}
.driverlice{ margin-top:15px; display:block;}

.booking_line1 th{ text-align:center;font-size: 22px;font-weight: bold;}
.booking_line2 td,.booking_line3 td{ width:50%; font-size:18px;}
.booking_line2 td a,.booking_line3 td a{ display:block; width:100%; height:50px; background:#fff; line-height:50px; transition:0.8s ease; -webkit-transition:0.8s ease;}
.booking_line2 td a:hover,.booking_line3 td a:hover{ background:#2b8be9; color:#fff;}
#booking_table{margin: 50px auto; text-align:center;}
#booking_table tbody>tr{ height:50px;}





