/*!
 *  Font Awesome 4.1.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('../themes/spa/assets/libs/font-awesome/fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../themes/spa/assets/libs/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../themes/spa/assets/libs/font-awesome/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../themes/spa/assets/libs/font-awesome/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../themes/spa/assets/libs/font-awesome/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -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: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes 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);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-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);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.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-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 {
  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-square:before,
.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-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";
}

@charset "UTF-8";
/*
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
	-webkit-backface-visibility: hidden;
}

.waitForLoad,
.waitForScroll {
    opacity: 0;
}

.animated {
	opacity: 1;
  -webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.animated.speed {
  -webkit-animation-duration: 0.6s;
	   -moz-animation-duration: 0.6s;
	     -o-animation-duration: 0.6s;
	        animation-duration: 0.6s;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	   -moz-animation-duration: 2s;
	     -o-animation-duration: 2s;
	        animation-duration: 2s;
}

@-webkit-keyframes flash {
	0%, 50%, 100% {opacity: 1;}
	25%, 75% {opacity: 0;}
}

@-moz-keyframes flash {
	0%, 50%, 100% {opacity: 1;}
	25%, 75% {opacity: 0;}
}

@-o-keyframes flash {
	0%, 50%, 100% {opacity: 1;}
	25%, 75% {opacity: 0;}
}

@keyframes flash {
	0%, 50%, 100% {opacity: 1;}
	25%, 75% {opacity: 0;}
}

.animated.flash {
	-webkit-animation-name: flash;
	-moz-animation-name: flash;
	-o-animation-name: flash;
	animation-name: flash;
}
@-webkit-keyframes shake {
	0%, 100% {-webkit-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
	0%, 100% {-moz-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@-o-keyframes shake {
	0%, 100% {-o-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}

@keyframes shake {
	0%, 100% {transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.animated.shake {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake;
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

.animated.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}
@-webkit-keyframes tada {
	0% {-webkit-transform: scale(1);}
	10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);}
	100% {-webkit-transform: scale(1) rotate(0);}
}

@-moz-keyframes tada {
	0% {-moz-transform: scale(1);}
	10%, 20% {-moz-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-moz-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-moz-transform: scale(1.1) rotate(-3deg);}
	100% {-moz-transform: scale(1) rotate(0);}
}

@-o-keyframes tada {
	0% {-o-transform: scale(1);}
	10%, 20% {-o-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-o-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-o-transform: scale(1.1) rotate(-3deg);}
	100% {-o-transform: scale(1) rotate(0);}
}

@keyframes tada {
	0% {transform: scale(1);}
	10%, 20% {transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
	100% {transform: scale(1) rotate(0);}
}

.animated.tada {
	-webkit-animation-name: tada;
	-moz-animation-name: tada;
	-o-animation-name: tada;
	animation-name: tada;
}
@-webkit-keyframes swing {
	20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
	20% { -webkit-transform: rotate(15deg); }
	40% { -webkit-transform: rotate(-10deg); }
	60% { -webkit-transform: rotate(5deg); }
	80% { -webkit-transform: rotate(-5deg); }
	100% { -webkit-transform: rotate(0deg); }
}

@-moz-keyframes swing {
	20% { -moz-transform: rotate(15deg); }
	40% { -moz-transform: rotate(-10deg); }
	60% { -moz-transform: rotate(5deg); }
	80% { -moz-transform: rotate(-5deg); }
	100% { -moz-transform: rotate(0deg); }
}

@-o-keyframes swing {
	20% { -o-transform: rotate(15deg); }
	40% { -o-transform: rotate(-10deg); }
	60% { -o-transform: rotate(5deg); }
	80% { -o-transform: rotate(-5deg); }
	100% { -o-transform: rotate(0deg); }
}

@keyframes swing {
	20% { transform: rotate(15deg); }
	40% { transform: rotate(-10deg); }
	60% { transform: rotate(5deg); }
	80% { transform: rotate(-5deg); }
	100% { transform: rotate(0deg); }
}

.animated.swing {
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	-moz-animation-name: swing;
	-o-animation-name: swing;
	animation-name: swing;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% { -webkit-transform: translateX(0%); }
  15% { -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% { -webkit-transform: translateX(20%) rotate(3deg); }
  45% { -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% { -webkit-transform: translateX(10%) rotate(2deg); }
  75% { -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% { -webkit-transform: translateX(0%); }
}

@-moz-keyframes wobble {
  0% { -moz-transform: translateX(0%); }
  15% { -moz-transform: translateX(-25%) rotate(-5deg); }
  30% { -moz-transform: translateX(20%) rotate(3deg); }
  45% { -moz-transform: translateX(-15%) rotate(-3deg); }
  60% { -moz-transform: translateX(10%) rotate(2deg); }
  75% { -moz-transform: translateX(-5%) rotate(-1deg); }
  100% { -moz-transform: translateX(0%); }
}

@-o-keyframes wobble {
  0% { -o-transform: translateX(0%); }
  15% { -o-transform: translateX(-25%) rotate(-5deg); }
  30% { -o-transform: translateX(20%) rotate(3deg); }
  45% { -o-transform: translateX(-15%) rotate(-3deg); }
  60% { -o-transform: translateX(10%) rotate(2deg); }
  75% { -o-transform: translateX(-5%) rotate(-1deg); }
  100% { -o-transform: translateX(0%); }
}

@keyframes wobble {
  0% { transform: translateX(0%); }
  15% { transform: translateX(-25%) rotate(-5deg); }
  30% { transform: translateX(20%) rotate(3deg); }
  45% { transform: translateX(-15%) rotate(-3deg); }
  60% { transform: translateX(10%) rotate(2deg); }
  75% { transform: translateX(-5%) rotate(-1deg); }
  100% { transform: translateX(0%); }
}

.animated.wobble {
	-webkit-animation-name: wobble;
	-moz-animation-name: wobble;
	-o-animation-name: wobble;
	animation-name: wobble;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1); }
	50% { -webkit-transform: scale(1.1); }
    100% { -webkit-transform: scale(1); }
}
@-moz-keyframes pulse {
    0% { -moz-transform: scale(1); }
	50% { -moz-transform: scale(1.1); }
    100% { -moz-transform: scale(1); }
}
@-o-keyframes pulse {
    0% { -o-transform: scale(1); }
	50% { -o-transform: scale(1.1); }
    100% { -o-transform: scale(1); }
}
@keyframes pulse {
    0% { transform: scale(1); }
	50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.animated.pulse {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-o-animation-name: pulse;
	animation-name: pulse;
}
@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-webkit-animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		-webkit-animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-webkit-animation-timing-function: ease-in;
	}
}
@-moz-keyframes flip {
	0% {
		-moz-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-moz-animation-timing-function: ease-out;
	}
	40% {
		-moz-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-moz-animation-timing-function: ease-out;
	}
	50% {
		-moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-moz-animation-timing-function: ease-in;
	}
	80% {
		-moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		-moz-animation-timing-function: ease-in;
	}
	100% {
		-moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-moz-animation-timing-function: ease-in;
	}
}
@-o-keyframes flip {
	0% {
		-o-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-o-animation-timing-function: ease-out;
	}
	40% {
		-o-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-o-animation-timing-function: ease-out;
	}
	50% {
		-o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-o-animation-timing-function: ease-in;
	}
	80% {
		-o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		-o-animation-timing-function: ease-in;
	}
	100% {
		-o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-o-animation-timing-function: ease-in;
	}
}
@keyframes flip {
	0% {
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		animation-timing-function: ease-out;
	}
	40% {
		transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		animation-timing-function: ease-out;
	}
	50% {
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		animation-timing-function: ease-in;
	}
	80% {
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		animation-timing-function: ease-in;
	}
	100% {
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flip;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flip;
	-o-backface-visibility: visible !important;
	-o-animation-name: flip;
	backface-visibility: visible !important;
	animation-name: flip;
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -moz-transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -moz-transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -o-transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -o-transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.animated.flipInX {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInX;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInX;
	backface-visibility: visible !important;
	animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-moz-keyframes flipOutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-o-keyframes flipOutX {
    0% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.animated.flipOutX {
	-webkit-animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-moz-animation-name: flipOutX;
	-moz-backface-visibility: visible !important;
	-o-animation-name: flipOutX;
	-o-backface-visibility: visible !important;
	animation-name: flipOutX;
	backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInY {
    0% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -moz-transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -moz-transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInY {
    0% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -o-transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -o-transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.animated.flipInY {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInY;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInY;
	backface-visibility: visible !important;
	animation-name: flipInY;
}
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@-moz-keyframes flipOutY {
    0% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@-o-keyframes flipOutY {
    0% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.animated.flipOutY {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipOutY;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipOutY;
	backface-visibility: visible !important;
	animation-name: flipOutY;
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.animated.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.animated.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.animated.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.animated.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.animated.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.animated.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	-moz-animation-name: fadeInUpBig;
	-o-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.animated.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	-moz-animation-name: fadeInDownBig;
	-o-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-o-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.animated.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	-moz-animation-name: fadeInLeftBig;
	-o-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.animated.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	-moz-animation-name: fadeInRightBig;
	-o-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-moz-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-o-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

.animated.fadeOut {
	-webkit-animation-name: fadeOut;
	-moz-animation-name: fadeOut;
	-o-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
}
@-moz-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
}
@-o-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
}
@keyframes fadeOutUp {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(-20px);
	}
}

.animated.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	-moz-animation-name: fadeOutUp;
	-o-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
}

@-moz-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
}

@-o-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(20px);
	}
}

.animated.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	-moz-animation-name: fadeOutDown;
	-o-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
}

@-moz-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
}

@-o-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(-20px);
	}
}

.animated.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	-moz-animation-name: fadeOutLeft;
	-o-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
}

@-moz-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}
}

@-o-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(20px);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(20px);
	}
}

.animated.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	-moz-animation-name: fadeOutRight;
	-o-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}

@-moz-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

@-o-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}

.animated.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	-moz-animation-name: fadeOutUpBig;
	-o-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
}

@-moz-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
}

@-o-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(2000px);
	}
}

.animated.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	-moz-animation-name: fadeOutDownBig;
	-o-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
}

@-moz-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
}

@-o-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}

.animated.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	-moz-animation-name: fadeOutLeftBig;
	-o-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
}
@-moz-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
}
@-o-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
}
@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}

.animated.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	-moz-animation-name: fadeOutRightBig;
	-o-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}
@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
	}

	70% {
		-webkit-transform: scale(.9);
	}

	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(.3);
	}

	50% {
		opacity: 1;
		-moz-transform: scale(1.05);
	}

	70% {
		-moz-transform: scale(.9);
	}

	100% {
		-moz-transform: scale(1);
	}
}

@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(.3);
	}

	50% {
		opacity: 1;
		-o-transform: scale(1.05);
	}

	70% {
		-o-transform: scale(.9);
	}

	100% {
		-o-transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3);
	}

	50% {
		opacity: 1;
		transform: scale(1.05);
	}

	70% {
		transform: scale(.9);
	}

	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}

	100% {
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes slideInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}

	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes slideInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}

	100% {
		-o-transform: translateY(0);
	}
}

@keyframes slideInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}

	100% {
		transform: translateY(0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	-moz-animation-name: slideInDown;
	-o-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}

	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes slideInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}

	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes slideInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}

	100% {
		-o-transform: translateX(0);
	}
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}

	100% {
		transform: translateX(0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	-moz-animation-name: slideInLeft;
	-o-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}

	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes slideInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}

	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes slideInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}

	100% {
		-o-transform: translateX(0);
	}
}

@keyframes slideInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}

	100% {
		transform: translateX(0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	-moz-animation-name: slideInRight;
	-o-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
}

@-moz-keyframes slideOutLeft {
	0% {
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
}

@-o-keyframes slideOutLeft {
	0% {
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
}

@keyframes slideOutLeft {
	0% {
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	-moz-animation-name: slideOutLeft;
	-o-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
}

@-moz-keyframes slideOutRight {
	0% {
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
}

@-o-keyframes slideOutRight {
	0% {
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
}

@keyframes slideOutRight {
	0% {
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	-moz-animation-name: slideOutRight;
	-o-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}

@-moz-keyframes slideOutUp {
	0% {
		-moz-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

@-o-keyframes slideOutUp {
	0% {
		-o-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
}

@keyframes slideOutUp {
	0% {
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	-moz-animation-name: slideOutUp;
	-o-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

.animated.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}
@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
	}

	80% {
		-webkit-transform: translateY(10px);
	}

	100% {
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes bounceInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}

	60% {
		opacity: 1;
		-moz-transform: translateY(-30px);
	}

	80% {
		-moz-transform: translateY(10px);
	}

	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes bounceInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}

	60% {
		opacity: 1;
		-o-transform: translateY(-30px);
	}

	80% {
		-o-transform: translateY(10px);
	}

	100% {
		-o-transform: translateY(0);
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}

	60% {
		opacity: 1;
		transform: translateY(-30px);
	}

	80% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(0);
	}
}

.animated.bounceInUp {
	-webkit-animation-name: bounceInUp;
	-moz-animation-name: bounceInUp;
	-o-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
	}

	80% {
		-webkit-transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes bounceInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		-moz-transform: translateY(30px);
	}

	80% {
		-moz-transform: translateY(-10px);
	}

	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes bounceInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		-o-transform: translateY(30px);
	}

	80% {
		-o-transform: translateY(-10px);
	}

	100% {
		-o-transform: translateY(0);
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		transform: translateY(30px);
	}

	80% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(0);
	}
}

.animated.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
	}

	80% {
		-webkit-transform: translateX(-10px);
	}

	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-moz-transform: translateX(30px);
	}

	80% {
		-moz-transform: translateX(-10px);
	}

	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-o-transform: translateX(30px);
	}

	80% {
		-o-transform: translateX(-10px);
	}

	100% {
		-o-transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		transform: translateX(30px);
	}

	80% {
		transform: translateX(-10px);
	}

	100% {
		transform: translateX(0);
	}
}

.animated.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
	}

	80% {
		-webkit-transform: translateX(10px);
	}

	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		-moz-transform: translateX(-30px);
	}

	80% {
		-moz-transform: translateX(10px);
	}

	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		-o-transform: translateX(-30px);
	}

	80% {
		-o-transform: translateX(10px);
	}

	100% {
		-o-transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		transform: translateX(-30px);
	}

	80% {
		transform: translateX(10px);
	}

	100% {
		transform: translateX(0);
	}
}

.animated.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
@-webkit-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
	}

	25% {
		-webkit-transform: scale(.95);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}
}

@-moz-keyframes bounceOut {
	0% {
		-moz-transform: scale(1);
	}

	25% {
		-moz-transform: scale(.95);
	}

	50% {
		opacity: 1;
		-moz-transform: scale(1.1);
	}

	100% {
		opacity: 0;
		-moz-transform: scale(.3);
	}
}

@-o-keyframes bounceOut {
	0% {
		-o-transform: scale(1);
	}

	25% {
		-o-transform: scale(.95);
	}

	50% {
		opacity: 1;
		-o-transform: scale(1.1);
	}

	100% {
		opacity: 0;
		-o-transform: scale(.3);
	}
}

@keyframes bounceOut {
	0% {
		transform: scale(1);
	}

	25% {
		transform: scale(.95);
	}

	50% {
		opacity: 1;
		transform: scale(1.1);
	}

	100% {
		opacity: 0;
		transform: scale(.3);
	}
}

.animated.bounceOut {
	-webkit-animation-name: bounceOut;
	-moz-animation-name: bounceOut;
	-o-animation-name: bounceOut;
	animation-name: bounceOut;
}
@-webkit-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}

@-moz-keyframes bounceOutUp {
	0% {
		-moz-transform: translateY(0);
	}

	20% {
		opacity: 1;
		-moz-transform: translateY(20px);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

@-o-keyframes bounceOutUp {
	0% {
		-o-transform: translateY(0);
	}

	20% {
		opacity: 1;
		-o-transform: translateY(20px);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
}

@keyframes bounceOutUp {
	0% {
		transform: translateY(0);
	}

	20% {
		opacity: 1;
		transform: translateY(20px);
	}

	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}

.animated.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	-moz-animation-name: bounceOutUp;
	-o-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}
@-webkit-keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
}

@-moz-keyframes bounceOutDown {
	0% {
		-moz-transform: translateY(0);
	}

	20% {
		opacity: 1;
		-moz-transform: translateY(-20px);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
}

@-o-keyframes bounceOutDown {
	0% {
		-o-transform: translateY(0);
	}

	20% {
		opacity: 1;
		-o-transform: translateY(-20px);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
}

@keyframes bounceOutDown {
	0% {
		transform: translateY(0);
	}

	20% {
		opacity: 1;
		transform: translateY(-20px);
	}

	100% {
		opacity: 0;
		transform: translateY(2000px);
	}
}

.animated.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	-moz-animation-name: bounceOutDown;
	-o-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
}

@-moz-keyframes bounceOutLeft {
	0% {
		-moz-transform: translateX(0);
	}

	20% {
		opacity: 1;
		-moz-transform: translateX(20px);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
}

@-o-keyframes bounceOutLeft {
	0% {
		-o-transform: translateX(0);
	}

	20% {
		opacity: 1;
		-o-transform: translateX(20px);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
}

@keyframes bounceOutLeft {
	0% {
		transform: translateX(0);
	}

	20% {
		opacity: 1;
		transform: translateX(20px);
	}

	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}

.animated.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	-moz-animation-name: bounceOutLeft;
	-o-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
}

@-moz-keyframes bounceOutRight {
	0% {
		-moz-transform: translateX(0);
	}

	20% {
		opacity: 1;
		-moz-transform: translateX(-20px);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
}

@-o-keyframes bounceOutRight {
	0% {
		-o-transform: translateX(0);
	}

	20% {
		opacity: 1;
		-o-transform: translateX(-20px);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
}

@keyframes bounceOutRight {
	0% {
		transform: translateX(0);
	}

	20% {
		opacity: 1;
		transform: translateX(-20px);
	}

	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}

.animated.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	-moz-animation-name: bounceOutRight;
	-o-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}
@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}
@-moz-keyframes rotateIn {
	0% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}
@-o-keyframes rotateIn {
	0% {
		-o-transform-origin: center center;
		-o-transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		-o-transform-origin: center center;
		-o-transform: rotate(0);
		opacity: 1;
	}
}
@keyframes rotateIn {
	0% {
		transform-origin: center center;
		transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}
}

.animated.rotateIn {
	-webkit-animation-name: rotateIn;
	-moz-animation-name: rotateIn;
	-o-animation-name: rotateIn;
	animation-name: rotateIn;
}
@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInUpLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInUpLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.animated.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	-moz-animation-name: rotateInUpLeft;
	-o-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInDownLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInDownLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.animated.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	-moz-animation-name: rotateInDownLeft;
	-o-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInUpRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInUpRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.animated.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	-moz-animation-name: rotateInUpRight;
	-o-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInDownRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInDownRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.animated.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	-moz-animation-name: rotateInDownRight;
	-o-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(200deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOut {
	0% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(200deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOut {
	0% {
		-o-transform-origin: center center;
		-o-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-o-transform-origin: center center;
		-o-transform: rotate(200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		transform-origin: center center;
		transform: rotate(200deg);
		opacity: 0;
	}
}

.animated.rotateOut {
	-webkit-animation-name: rotateOut;
	-moz-animation-name: rotateOut;
	-o-animation-name: rotateOut;
	animation-name: rotateOut;
}
@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutUpLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutUpLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
}

.animated.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	-moz-animation-name: rotateOutUpLeft;
	-o-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutDownLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutDownLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
}

.animated.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	-moz-animation-name: rotateOutDownLeft;
	-o-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutUpRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutUpRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
}

.animated.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	-moz-animation-name: rotateOutUpRight;
	-o-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}
@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutDownRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutDownRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}

	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
}

.animated.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	-moz-animation-name: rotateOutDownRight;
	-o-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}
@-webkit-keyframes hinge {
	0% { -webkit-transform: rotate(0); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
	20%, 60% { -webkit-transform: rotate(80deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
	40% { -webkit-transform: rotate(60deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
	80% { -webkit-transform: rotate(60deg) translateY(0); opacity: 1; -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }
	100% { -webkit-transform: translateY(700px); opacity: 0; }
}

@-moz-keyframes hinge {
	0% { -moz-transform: rotate(0); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }
	20%, 60% { -moz-transform: rotate(80deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }
	40% { -moz-transform: rotate(60deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }
	80% { -moz-transform: rotate(60deg) translateY(0); opacity: 1; -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }
	100% { -moz-transform: translateY(700px); opacity: 0; }
}

@-o-keyframes hinge {
	0% { -o-transform: rotate(0); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }
	20%, 60% { -o-transform: rotate(80deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }
	40% { -o-transform: rotate(60deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }
	80% { -o-transform: rotate(60deg) translateY(0); opacity: 1; -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }
	100% { -o-transform: translateY(700px); opacity: 0; }
}

@keyframes hinge {
	0% { transform: rotate(0); transform-origin: top left; animation-timing-function: ease-in-out; }
	20%, 60% { transform: rotate(80deg); transform-origin: top left; animation-timing-function: ease-in-out; }
	40% { transform: rotate(60deg); transform-origin: top left; animation-timing-function: ease-in-out; }
	80% { transform: rotate(60deg) translateY(0); opacity: 1; transform-origin: top left; animation-timing-function: ease-in-out; }
	100% { transform: translateY(700px); opacity: 0; }
}

.animated.hinge {
	-webkit-animation-name: hinge;
	-moz-animation-name: hinge;
	-o-animation-name: hinge;
	animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
	0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); }
}

@-moz-keyframes rollIn {
	0% { opacity: 0; -moz-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -moz-transform: translateX(0px) rotate(0deg); }
}

@-o-keyframes rollIn {
	0% { opacity: 0; -o-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -o-transform: translateX(0px) rotate(0deg); }
}

@keyframes rollIn {
	0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; transform: translateX(0px) rotate(0deg); }
}

.animated.rollIn {
	-webkit-animation-name: rollIn;
	-moz-animation-name: rollIn;
	-o-animation-name: rollIn;
	animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    0% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
	}
}

@-moz-keyframes rollOut {
    0% {
		opacity: 1;
		-moz-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-moz-transform: translateX(100%) rotate(120deg);
	}
}

@-o-keyframes rollOut {
    0% {
		opacity: 1;
		-o-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-o-transform: translateX(100%) rotate(120deg);
	}
}

@keyframes rollOut {
    0% {
		opacity: 1;
		transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		transform: translateX(100%) rotate(120deg);
	}
}

.animated.rollOut {
	-webkit-animation-name: rollOut;
	-moz-animation-name: rollOut;
	-o-animation-name: rollOut;
	animation-name: rollOut;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */

@-webkit-keyframes lightSpeedIn {
	0% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { -webkit-transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@-moz-keyframes lightSpeedIn {
	0% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { -moz-transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { -moz-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@-o-keyframes lightSpeedIn {
	0% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { -o-transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { -o-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@keyframes lightSpeedIn {
	0% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { transform: translateX(0%) skewX(0deg); opacity: 1; }
}

.animated.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    -moz-animation-name: lightSpeedIn;
    -o-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;

    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.animated.lightSpeedIn {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */

@-webkit-keyframes lightSpeedOut {
    0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

@-moz-keyframes lightSpeedOut {
	0% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

@-o-keyframes lightSpeedOut {
	0% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

@keyframes lightSpeedOut {
	0% { transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

.animated.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    -moz-animation-name: lightSpeedOut;
    -o-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;

    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.animated.lightSpeedOut {
    -webkit-animation-duration: 0.25s;
    -moz-animation-duration: 0.25s;
    -o-animation-duration: 0.25s;
    animation-duration: 0.25s;
}
/**
 *
 * Template Info
 * -----------------------------------------------------------------------------
 *
 * Template Name: Loriette - HTML5 business template
 * Template URL: http://demo.martanian.com/html/loriette/
 *
 * Author: Martanian - martanian.com - support@martanian.com
 *
 *
 * Table of Content
 * -----------------------------------------------------------------------------
 *
 * 1. Global
 * 2. Header
 *
 *    2.1 Header content
 *    2.2 Header menu
 *    2.3 Header search form
 *    2.4 Header menu show / hide button
 *    2.5 Image header
 *
 *        2.5.1 Image header: Standard
 *        2.5.2 Image header: Small
 *        2.5.3 Image header: Big
 *        2.5.4 Image header: Breadcrumbs
 *
 *    2.6 Header responsive
 *
 * 3. Content structure
 * 4. Loader
 * 5. Home page sections
 *
 *    5.1 Box with image
 *
 *        5.1.1 Box with image on right side
 *        5.1.2 Box with image on left side
 *
 *    5.2 Four boxes
 *    5.3 Double boxes
 *    5.4 Opening hours
 *    5.5 Gallery
 *
 *        5.5.1 Gallery popup
 *        5.5.2 Gallery responsive
 *
 *    5.6 Pricing
 *    5.7 Products
 *    5.8 Promotion
 *    5.9 References
 *    5.10 Facebook
 *    5.11 Slogan
 *    5.12 Contact
 *    5.13 Appointment
 *    5.14 Events
 *    5.15 Footer
 *
 * 6. HTML elements, Shortcodes, Buttons
 *
 *    6.1 Custom dropdown
 *    6.2 Alert boxes
 *    6.3 Buttons
 *
 * 7. Blog
 *
 *    7.1 Blog content
 *    7.2 Blog single post
 *    7.3 Blog "show reply" form
 *    7.4 Blog post data
 *    7.5 Blog content list
 *    7.6 Blog event details
 *    7.7 Blog sidebar
 *    7.8 Blog responsive
 *
 * 8. Shop
 *
 *    8.1 Shop content
 *    8.2 Shop single product
 *    8.3 Shop product small list
 *    8.4 Shop product
 *    8.5 Shop "show reply" form
 *    8.6 Shop products tab
 *    8.7 Shop important facts
 *    8.8 Shop navigation
 *    8.9 Shop cart
 *    8.10 Shop cart totals
 *    8.11 Shop checkout
 *    8.12 Shop sidebar
 *    8.13 Shop responsive
 *
 * 9. Comments
 *
 *    9.1 Comments reply
 *    9.2 Comments for Shop
 *
 * 10. 404 Page (not found)
 *
 */

/**
 *
 * 1. Global
 * -----------------------------------------------------------------------------
 *
 */

* {
    margin: 0;
    padding: 0;
    font-family: 'Signika';
    -webkit-font-smoothing: antialiased !important;
    color: #313131;
    line-height: 1;
}

body {
    background: url(../themes/spa/assets/img/body-background.png) #272c33;
}

/**
 *
 * 2. Header
 * -----------------------------------------------------------------------------
 *
 */

header {
    position: fixed;
    width: 98%;
    left: 1%;
    z-index: 99900;
    box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.1 );
}

/**
 *
 * 2.1 Header content
 * -----------------------------------------------------------------------------
 *
 */

header .header-content {
    background: rgba( 21, 21, 21, 0.9 );
}

header .header-content .center {
    margin: 0 auto;
    font-size: 0;
}

header .header-content .center .left {
    width: 550px;
    float: left;
    position: relative;
}

header .header-content .center .left .header-slogan {
    font-size: 13px;
    color: #fff;
    position: absolute;
    width: 350px;
    height: 31px;
    left: 180px;
    top: 50%;
    margin-top: -15.5px;
    /*border-left: 1px solid #444;*/
    padding-left: 30px;
}

header .header-content .center .left .header-slogan span {
    display: block;
    font-weight: 600;
    margin-top: 5px;
}

header .header-content .center .right {
    width: 550px;
    float: right;
    position: relative;
}

header .header-content .center .right .padding {
    padding: 30px 0;
}

header .header-content .center .right h3 {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 20px;
}

header .header-content .center .right h3 span {
    font-weight: 600;
    color: #fff;
}

header .header-content .center .right p {
    font-size: 13px;
    line-height: 1.4em;
    color: #888;
    margin-bottom: 20px;
}

header .header-content .center .right p.action {
    line-height: 1;
    margin-bottom: 0;
}

header .header-content .center .right p.action span {
    color: #fff;
    display: inline-block;
}

header .header-content .center .right p.action span strong {
    color: #fff;
}

header .header-content .center .right p.action span a {
    color: #fff;
}

/**
 *
 * 2.2 Header menu
 * -----------------------------------------------------------------------------
 *
 */

header .header-menu {
    background: rgba( 21, 21, 21, 0.95 );
    min-height: 5px;
}

header .header-menu .menu {
    list-style: none;
    text-align: center;
    width: 1100px;
    margin: 0 auto;
    padding-bottom: 5px;
}

header .header-menu .menu li {
    display: inline-block;
    padding: 25px 16px 20px 16px;
    position: relative;
}

header .header-menu .menu li a,
header .header-menu .menu li i {
    text-decoration: none;
    color: #fff;
    opacity: 0.4;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
}

header .header-menu .menu li a i {
    opacity: 1;
    padding-left: 10px;
    display: inline-block;
    font-size: 13px;
}

header .header-menu .menu li a:hover,
header .header-menu .menu li.active a,
header .header-menu .menu li i:hover,
header .header-menu .menu li.active i {
    opacity: 1;
}

header .header-menu .menu li ul.sub-menu {
    position: absolute;
    margin-left: -15px;
    margin-top: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 180px;
    padding: 7.5px 0;
    background: #fff;
    box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.1 );
    display: none;
    z-index: 20000;
}

header .header-menu .menu li ul.sub-menu:before {
    width: 7px;
    height: 7px;
    background: #fff;
    position: absolute;
    -webkit-transform: rotate( 45deg );
    -moz-transform: rotate( 45deg );
    transform: rotate( 45deg );
    content: ' ';
    z-index: 5000;
    left: 20px;
    top: -3.5px;
}

header .header-menu .menu li ul.sub-menu li {
    display: block;
    padding: 7.5px 15px;
    margin: 0;
    text-align: left;
    border-bottom: 1px dashed #eee;
}

header .header-menu .menu li ul.sub-menu li:last-child {
    border-bottom: 0;
}

header .header-menu .menu li ul.sub-menu li a,
header .header-menu .menu li ul.sub-menu li a i {
    color: #888;
    opacity: 1;
}

header .header-menu .menu li ul.sub-menu li a i {
    font-size: 12px;
    padding-left: 0;
    padding-right: 10px;
}

header .header-menu .menu li ul.sub-menu li ul.sub-menu {
    margin-left: -190px;
    margin-top: -31px;
}

header .header-menu .menu li ul.sub-menu li ul.sub-menu:before {
    display: none;
}

/**
 *
 * 2.3 Header search form
 * -----------------------------------------------------------------------------
 *
 */

header .header-menu .menu li .search-form {
    position: absolute;
    margin-left: -220px;
    margin-top: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 220px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.1 );
    display: none;
    z-index: 4500;
}

header .header-menu .menu li .search-form:before {
    width: 7px;
    height: 7px;
    background: #fff;
    position: absolute;
    -webkit-transform: rotate( 45deg );
    -moz-transform: rotate( 45deg );
    transform: rotate( 45deg );
    content: ' ';
    z-index: 5000;
    right: 20px;
    top: -3.5px;
}

header .header-menu .menu li .search-form input[type="text"] {
    background: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    width: 220px;
    height: auto;
}

header .header-menu .menu li .search-form input[type="text"]:hover,
header .header-menu .menu li .search-form input[type="text"]:focus {
    border: none;
}

/**
 *
 * 2.4 Header menu show / hide button
 * -----------------------------------------------------------------------------
 *
 */

header #menu-button {
    width: 39px;
    height: 32px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background: rgba( 21, 21, 21, 0.95 );
    position: absolute;
    left: 50%;
    margin-left: -19.5px;
    bottom: -32px;
    cursor: pointer;
}

header #menu-button i {
    color: #fff;
    font-size: 17px;
    position: absolute;
    left: 12px;
    top: 6px;
}

/**
 *
 * 2.5 Image header
 * -----------------------------------------------------------------------------
 * parent;
 *
 * 2.5.1 Image header: standard
 * -----------------------------------------------------------------------------
 *
 */

.image-header {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    position: relative;
    height: 470px;
}

.image-header .image-header-content h1 {
    color: #fff;
    font-weight: 300;
    text-shadow: 0 1px 0 rgba( 0, 0, 0, 0.5 );
}

.image-header .image-header-content h1 span {
    color: #fff;
    font-weight: 600;
}

.image-header .image-header-content-center h2 {
    color: #fff;
    font-weight: 400;
    font-size: 36px;
    text-shadow: 0 1px 0 rgba( 0, 0, 0, 0.5 );
}

.image-header .image-header-content-center h2 span {
    font-weight: 800;
    color: #fff;
}

.image-header.image-header-between-sections {
    margin: -50px 0 0 0;
    height: 550px;
}

/**
 *
 * 2.5.2 Image header: small
 * -----------------------------------------------------------------------------
 *
 */

.small-image-header {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    position: relative;
    height: 230px;
}

.small-image-header .small-image-header-content h1 {
    color: #fff;
    font-weight: 300;
    text-shadow: 0 1px 0 rgba( 0, 0, 0, 0.3 );
}

.small-image-header .small-image-header-content h1 span {
    color: #fff;
    font-weight: 600;
}

/**
 *
 * 2.5.3 Image header: big
 * -----------------------------------------------------------------------------
 *
 */

.big-image-header {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    position: relative;
    overflow: hidden;
}

.big-image-header .big-image-single {
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 200;
}

.big-image-header .big-image-single .big-image-single-content h1 {
    font-weight: 400;
    font-size: 42px;
    color: #fff;
    text-shadow: 0 1px 0 rgba( 0, 0, 0, 0.2 );
}

.big-image-header .big-image-single .big-image-single-content h1 span {
    font-weight: 800;
    color: #fff;
}

.big-image-header .big-image-single .big-image-single-content h4 {
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba( 0, 0, 0, 0.2 );
    margin-bottom: 18px;
    font-size: 15px;
}

.big-image-header .big-image-single .big-image-single-content hr {
    border: none;
    background: rgba( 255, 255, 255, 0.2 );
    height: 1px;
    margin: 30px auto 0 auto;
}

.big-image-header video {
    min-height: 100%;
    min-width: 100%;
}

/**
 *
 * 2.5.4 Image header breadcrumbs
 * -----------------------------------------------------------------------------
 *
 */

.small-image-header .breadcrumbs,
.image-header .breadcrumbs {
    font-size: 11px;
    color: #fff;
    margin-top: 10px;
    text-shadow: 0 1px 0 rgba( 0, 0, 0, 0.3 );
}

.small-image-header .breadcrumbs .divider,
.image-header .breadcrumbs .divider {
    display: inline-block;
    margin: 0 10px;
    color: #fff;
    text-shadow: 0 1px 0 rgba( 0, 0, 0, 0.3 );
}

.small-image-header .breadcrumbs a,
.image-header .breadcrumbs a {
    color: #fff;
}

/**
 *
 * 2.6 Header responsive
 * -----------------------------------------------------------------------------
 *
 */

@media (min-width: 1350px) {

    header .header-content .center,
    header .header-menu .menu {
        width: 1100px;
    }

    header .header-content .center .left {
        margin-top: 55px;
    }

    header .header-menu .menu.menu-responsive {
        display: none;
    }

    header .header-menu .menu li:hover > ul.sub-menu {
        display: block;
    }

    .big-image-header .big-image-single .big-image-single-content {
        width: 1100px;
        position: absolute;
        left: 50%;
        margin-left: -550px;
        top: 50%;
        margin-top: -53px;
        text-align: center;
    }

    .big-image-header .big-image-single .big-image-single-content hr {
        width: 200px;
    }

    .small-image-header .small-image-header-content,
    .image-header .image-header-content {
        width: 1100px;
        position: absolute;
        left: 50%;
        margin-left: -550px;
        bottom: 110px;
    }

    .image-header .image-header-content-center {
        width: 1100px;
        position: absolute;
        left: 50%;
        margin-left: -550px;
        top: 50%;
        margin-top: -18px;
        text-align: center;
    }
}

@media (min-width: 950px) and (max-width: 1349px) {

    header .header-content .center,
    header .header-menu .menu {
        width: 750px;
    }

    header .header-content .center .left {
        margin-top: 55px;
    }

    header .header-content .center .left {
        width: 250px;
    }

    header .header-content .center .right {
        width: 400px;
    }

    header .header-menu .menu.menu-standard {
        display: none;
    }

    header .header-menu .menu.menu-responsive i.fa-caret-up {
        display: none;
    }

    header .header-menu .menu li:hover > ul.sub-menu {
        display: block !important;
    }

    .big-image-header .big-image-single .big-image-single-content {
        width: 750px;
        position: absolute;
        left: 50%;
        margin-left: -375px;
        top: 50%;
        margin-top: -53px;
        text-align: center;
    }

    .big-image-header .big-image-single .big-image-single-content hr {
        width: 200px;
    }

    .small-image-header .small-image-header-content,
    .image-header .image-header-content {
        width: 750px;
        position: absolute;
        left: 50%;
        margin-left: -375px;
        bottom: 110px;
    }

    .image-header .image-header-content-center {
        width: 750px;
        position: absolute;
        left: 50%;
        margin-left: -375px;
        top: 50%;
        margin-top: -18px;
        text-align: center;
    }
}

@media (min-width: 600px) and (max-width: 949px) {

    header .header-content .center,
    header .header-menu .menu {
        width: 450px;
    }

    header .header-content .center .left {
        width: 450px;
        float: none;
        position: relative;
        display: block;
        padding-top: 25px;
    }

    header .header-content .center .left .header-slogan {
        margin-top: -5.5px;
    }

    header .header-content .center .right {
        width: 450px;
        float: none;
        display: block;
    }

    header .header-menu .menu.menu-standard {
        display: none;
    }

    header .header-menu .menu.menu-responsive i.fa-caret-down {
        display: none;
    }

    header .header-menu .menu li ul.sub-menu {
        height: 190px;
        margin-top: -240px;
        overflow-y: scroll;
    }

    header .header-menu .menu li ul.sub-menu ul.sub-menu {
        position: static;
        display: block;
        height: auto;
        margin: 7.5px 0 -5px -15px !important;
        background: none;
        border: none;
        box-shadow: none;
        padding: 0;
        border-top: 1px dashed #eee;
        overflow-y: hidden;
        width: 163px;
    }

    header .header-menu .menu li ul.sub-menu i {
        display: none;
    }

    header .header-menu .menu li ul.sub-menu:before {
        display: none;
    }

    header .header-menu .menu li ul.sub-menu ul.sub-menu {
        display: block !important;
    }

    header .header-menu .menu.menu-responsive li.with-active-sub-menu:before {
        position: fixed;
        width: 7px;
        height: 7px;
        background: #fff;
        content: ' ';
        -webkit-transform: rotate( 45deg );
        -moz-transform: rotate( 45deg );
        transform: rotate( 45deg );
        margin-top: -22px;
    }

    .big-image-header .big-image-single .big-image-single-content {
        width: 450px;
        position: absolute;
        left: 50%;
        margin-left: -225px;
        top: 50%;
        margin-top: -53px;
        text-align: center;
    }

    .big-image-header .big-image-single .big-image-single-content h1 {
        font-size: 36px;
    }

    .big-image-header .big-image-single .big-image-single-content hr {
        width: 200px;
    }

    .small-image-header .small-image-header-content,
    .image-header .image-header-content {
        width: 450px;
        position: absolute;
        left: 50%;
        margin-left: -225px;
        bottom: 110px;
    }

    .image-header .image-header-content-center {
        width: 450px;
        position: absolute;
        left: 50%;
        margin-left: -225px;
        top: 50%;
        margin-top: -18px;
        text-align: center;
    }

    .big-image-header video {
        display: none;
    }
}

@media (max-width: 599px) {

    header .header-content .center,
    header .header-menu .menu {
        width: 100%;
    }

    header .header-content .center .left {
        width: 100%;
        float: none;
        position: relative;
        display: block;
        margin: 0 30px;
        padding-top: 0;
    }

    header .header-content .center .left .header-slogan {
        border-left: 0;
        padding-left: 0;
        margin: 0;
        left: 0;
        top: 100px;
    }

    header .header-content .center .right {
        width: -webkit-calc( 100% - 60px );
        width: -moz-calc( 100% - 60px );
        width: calc( 100% - 60px );
        float: none;
        display: block;
        margin: 30px 30px 0 30px;
    }

    header .header-content .center .right p.action span {
        padding: 0;
        display: block;
        margin-top: 10px;
    }

    header .header-menu .menu.menu-standard {
        display: none;
    }

    header .header-menu .menu.menu-responsive i.fa-caret-down {
        display: none;
    }

    header .header-menu .menu li ul.sub-menu {
        height: 190px;
        margin-top: -240px;
        overflow-y: scroll;
    }

    header .header-menu .menu li ul.sub-menu ul.sub-menu {
        position: static;
        display: block;
        height: auto;
        margin: 7.5px 0 -5px -15px !important;
        background: none;
        border: none;
        box-shadow: none;
        padding: 0;
        border-top: 1px dashed #eee;
        overflow-y: hidden;
        width: 163px;
    }

    header .header-menu .menu li ul.sub-menu i {
        display: none;
    }

    header .header-menu .menu li ul.sub-menu:before {
        display: none;
    }

    header .header-menu .menu li ul.sub-menu ul.sub-menu {
        display: block !important;
    }

    header .header-menu .menu.menu-responsive li.with-active-sub-menu:before {
        position: fixed;
        width: 7px;
        height: 7px;
        background: #fff;
        content: ' ';
        -webkit-transform: rotate( 45deg );
        -moz-transform: rotate( 45deg );
        transform: rotate( 45deg );
        margin-top: -22px;
    }

    .big-image-header .big-image-single .big-image-single-content {
        width: -webkit-calc( 100% - 60px );
        width: -moz-calc( 100% - 60px );
        width: calc( 100% - 60px );
        position: absolute;
        left: 30px;
        margin-left: 0;
        top: 50%;
        margin-top: -53px;
        text-align: center;
    }

    .big-image-header .big-image-single .big-image-single-content h4 {
        font-size: 13px;
    }

    .big-image-header .big-image-single .big-image-single-content h1 {
        font-size: 28px;
    }

    .big-image-header .big-image-single .big-image-single-content hr {
        width: 200px;
    }

    .small-image-header .small-image-header-content,
    .image-header .image-header-content {
        width: -webkit-calc( 100% - 60px );
        width: -moz-calc( 100% - 60px );
        width: calc( 100% - 60px );
        position: static;
        margin: 0 30px;
    }

    .image-header .image-header-content-center {
        width: -webkit-calc( 100% - 60px );
        width: -moz-calc( 100% - 60px );
        width: calc( 100% - 60px );
        position: absolute;
        margin: 0 30px;
        padding-top: 210px;
        text-align: center;
    }

    .small-image-header .small-image-header-content h1 {
        font-size: 24px;
    }

    .small-image-header .small-image-header-content {
        padding-top: 80px;
    }

    .image-header .image-header-content {
        padding-top: 300px;
    }

    .big-image-header video {
        display: none;
    }
}

/**
 *
 * 3. Content structure
 * -----------------------------------------------------------------------------
 *
 */

@media (min-width: 1350px) {

    #content {
        width: 98%;
        height: 100%;
        margin: 0 auto;
        background: #f0f0f0;
        box-shadow: 0 5px 20px #000;
    }

    #content .center {
        width: 1100px;
        margin: -100px auto 0 auto;
        padding-bottom: 1px;
    }
}

@media (min-width: 950px) and (max-width: 1349px) {

    #content {
        width: 98%;
        height: 100%;
        margin: 0 auto;
        background: #f0f0f0;
        box-shadow: 0 5px 20px #000;
    }

    #content .center {
        width: 750px;
        margin: -100px auto 0 auto;
        padding-bottom: 1px;
    }
}

@media (min-width: 600px) and (max-width: 949px) {

    #content {
        width: 98%;
        height: 100%;
        margin: 0 auto;
        background: #f0f0f0;
        box-shadow: 0 5px 20px #000;
    }

    #content .center {
        width: 450px;
        margin: -100px auto 0 auto;
        padding-bottom: 1px;
    }
}

@media (max-width: 599px) {

    #content {
        width: 98%;
        height: 100%;
        margin: 0 auto;
        background: #f0f0f0;
        box-shadow: 0 5px 20px #000;
    }

    #content .center {
        width: auto;
        margin: -100px 30px 0 30px;
        padding-bottom: 1px;
    }
}

/**
 *
 * 4. Loader
 * -----------------------------------------------------------------------------
 *
 */

#loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 99999;
}

#circleG {
    width: 60.666666666666664px;
    height: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6.5px;
    margin-left: -30.33px;
}

.circleG {
    background-color: #fff;
    float: left;
    height: 13px;
    margin-left: 7px;
    width: 13px;
    -moz-animation-name: bounce_circleG;
    -moz-animation-duration: 1.2000000000000002s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -moz-border-radius: 9px;
    -webkit-animation-name: bounce_circleG;
    -webkit-animation-duration: 1.2000000000000002s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -webkit-border-radius: 9px;
    -ms-animation-name: bounce_circleG;
    -ms-animation-duration: 1.2000000000000002s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -ms-border-radius: 9px;
    -o-animation-name: bounce_circleG;
    -o-animation-duration: 1.2000000000000002s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    -o-border-radius: 9px;
    animation-name: bounce_circleG;
    animation-duration: 1.2000000000000002s;
    animation-iteration-count: infinite;
    animation-direction: linear;
    border-radius: 9px;
}

#circleG_1 {
    -moz-animation-delay: 0.24000000000000005s;
    -webkit-animation-delay: 0.24000000000000005s;
    -ms-animation-delay: 0.24000000000000005s;
    -o-animation-delay: 0.24000000000000005s;
    animation-delay: 0.24000000000000005s;
}

#circleG_2 {
    -moz-animation-delay: 0.56s;
    -webkit-animation-delay: 0.56s;
    -ms-animation-delay: 0.56s;
    -o-animation-delay: 0.56s;
    animation-delay: 0.56s;
}

#circleG_3 {
    -moz-animation-delay: 0.72s;
    -webkit-animation-delay: 0.72s;
    -ms-animation-delay: 0.72s;
    -o-animation-delay: 0.72s;
    animation-delay: 0.72s;
}

/**
 *
 * 5. Home page sections
 * -----------------------------------------------------------------------------
 * parent;
 *
 * 5.1 Box with image on right side
 * -----------------------------------------------------------------------------
 *
 */

.box-text-with-image-left {
    margin-top: 50px;
    background: #fff;
    position: relative;
    z-index: 200;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.1 );
    border-bottom: 1px solid #ccc;
    font-size: 0;
}

.box-text-with-image-left .single-content {
    position: absolute;
}

.box-text-with-image-left .padding {
    padding: 30px;
}

.box-text-with-image-left .left .padding {
    padding-bottom: 10px;
}

.box-text-with-image-left .left {
    border-right: 1px solid #e9e9e9;
    float: left;
    position: relative;
}

.box-text-with-image-left .right {
    float: right;
    position: relative;
}

.box-text-with-image-left h3 {
    font-size: 18px;
    font-weight: 300;
    z-index: 500;
    padding: 0 30px 0 0;
    background: #fff;
    display: inline-block;
    margin-bottom: 20px;
}

.box-text-with-image-left h3 span {
    font-weight: 600;
}

.box-text-with-image-left .h3-line:after {
    content: ' ';
    height: 3px;
    position: absolute;
    left: 30px;
    top: 38px;
    z-index: -1;
}

.box-text-with-image-left p {
    font-size: 14px;
    line-height: 1.6em;
    color: #888;
    margin-bottom: 20px;
}

.box-text-with-image-left h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.box-text-with-image-left ul {
    font-size: 14px;
    list-style: none;
    margin-bottom: 20px;
}

.box-text-with-image-left ul li {
    line-height: 1.6em;
    color: #888;
    padding-left: 20px;
}

.box-text-with-image-left ul li i {
    position: absolute;
    margin-left: -20px;
    margin-top: 2px;
}

.box-text-with-image-left .image {
    position: absolute;
    width: -webkit-calc( 100% - 60px );
    width: -moz-calc( 100% - 60px );
    width: calc( 100% - 60px );
    height: -webkit-calc( 100% - 60px );
    height: -moz-calc( 100% - 60px );
    height: calc( 100% - 60px );
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-size: cover;
    background-position: 50% 50%;
}

.box-text-with-image-left .prev-element {
    position: absolute;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top: none;
    box-shadow: inset 3px 0 3px rgba( 0, 0, 0, 0.1 );
    padding: 9px 12px;
    top: 70px;
    right: -36px;
}

.box-text-with-image-left .next-element {
    position: absolute;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top: none;
    box-shadow: inset 3px 0 3px rgba( 0, 0, 0, 0.1 );
    padding: 9px 12px;
    top: 30px;
    right: -36px;
}

@media (min-width: 1350px) {

    .box-text-with-image-left .left {
        width: 549px;
    }

    .box-text-with-image-left .right {
        width: 550px;
    }

    .box-text-with-image-left .h3-line:after {
        width: 489px;
    }
}

@media (min-width: 950px) and (max-width: 1349px) {

    .box-text-with-image-left .left {
        width: 374px;
    }

    .box-text-with-image-left .right {
        width: 375px;
    }

    .box-text-with-image-left .h3-line:after {
        width: 314px;
    }
}

@media (min-width: 600px) and (max-width: 949px) {

    .box-text-with-image-left .left {
        width: 100%;
        display: block;
        float: none;
        border-bottom: 1px solid #e9e9e9;
        border-right: none;
    }

    .box-text-with-image-left .right {
        width: 100%;
        display: block;
        float: none;
    }

    .box-text-with-image-left .h3-line:after {
        width: 390px;
    }
}

@media (max-width: 599px) {

    .box-text-with-image-left .left {
        width: 100%;
        display: block;
        float: none;
        border-bottom: 1px solid #e9e9e9;
        border-right: none;
    }

    .box-text-with-image-left .right {
        width: 100%;
        display: block;
        float: none;
        height: 210px !important;
    }

    .box-text-with-image-left .h3-line h3 {
        padding: 0 15px 0 0;
        margin: 0 35px 20px 0;
    }

    .box-text-with-image-left .h3-line:after {
        width: -webkit-calc( 100% - 59px );
        width: -moz-calc( 100% - 59px );
        width: calc( 100% - 59px );
    }

    .box-text-with-image-left .image {
        height: 150px;
    }

    .box-text-with-image-left .next-element {
        padding: 7px 9px;
        top: 30px;
        right: -30px;
    }

    .box-text-with-image-left .prev-element {
        padding: 7px 9px;
        top: 61px;
        right: -30px;
    }
}

/**
 *
 * 5.2 Box with image on left side
 * -----------------------------------------------------------------------------
 *
 */

.box-text-with-image-right {
    margin-top: 50px;
    background: #fff;
    position: relative;
    z-index: 200;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.1 );
    border-bottom: 1px solid #ccc;
    font-size: 0;
}

.box-text-with-image-right .single-content {
    position: absolute;
}

.box-text-with-image-right .padding {
    padding: 30px;
}

.box-text-with-image-right .right .padding {
    padding-bottom: 10px;
}

.box-text-with-image-right .left {
    border-right: 1px solid #e9e9e9;
    float: left;
    position: relative;
}

.box-text-with-image-right .right {
    float: right;
    position: relative;
}

.box-text-with-image-right h3 {
    font-size: 18px;
    font-weight: 300;
    z-index: 500;
    padding: 0 30px 0 0;
    background: #fff;
    display: inline-block;
    margin-bottom: 20px;
}

.box-text-with-image-right h3 span {
    font-weight: 600;
}

.box-text-with-image-right .h3-line:after {
    content: ' ';
    height: 3px;
    position: absolute;
    left: 30px;
    top: 38px;
    z-index: -1;
}

.box-text-with-image-right p {
    font-size: 14px;
    line-height: 1.6em;
    color: #888;
    margin-bottom: 20px;
}

.box-text-with-image-right h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.box-text-with-image-right ul {
    font-size: 14px;
    list-style: none;
    margin-bottom: 20px;
}

.box-text-with-image-right ul li {
    line-height: 1.6em;
    color: #888;
    padding-left: 20px;
}

.box-text-with-image-right ul li i {
    position: absolute;
    margin-left: -20px;
    margin-top: 2px;
}

.box-text-with-image-right .image {
    position: absolute;
    width: -webkit-calc( 100% - 60px );
    width: -moz-calc( 100% - 60px );
    width: calc( 100% - 60px );
    height: -webkit-calc( 100% - 60px );
    height: -moz-calc( 100% - 60px );
    height: calc( 100% - 60px );
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-size: cover;
    background-position: 50% 50%;
}

.box-text-with-image-right .prev-element {
    position: absolute;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top: none;
    box-shadow: inset 3px 0 3px rgba( 0, 0, 0, 0.1 );
    padding: 9px 12px;
    top: 70px;
    right: -36px;
}

.box-text-with-image-right .next-element {
    position: absolute;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top: none;
    box-shadow: inset 3px 0 3px rgba( 0, 0, 0, 0.1 );
    padding: 9px 12px;
    top: 30px;
    right: -36px;
}

@media (min-width: 1350px) {

    .box-text-with-image-right .left {
        width: 549px;
    }

    .box-text-with-image-right .right {
        width: 550px;
    }

    .box-text-with-image-right .h3-line:after {
        width: 489px;
    }
}

@media (min-width: 950px) and (max-width: 1349px) {

    .box-text-with-image-right .left {
        width: 374px;
    }

    .box-text-with-image-right .right {
        width: 375px;
    }

    .box-text-with-image-right .h3-line:after {
        width: 314px;
    }
}

@media (min-width: 600px) and (max-width: 949px) {

    .box-text-with-image-right .left {
        width: 100%;
        display: block;
        float: none;
        border-bottom: 1px solid #e9e9e9;
        border-right: none;
    }

    .box-text-with-image-right .right {
        width: 100%;
        display: block;
        float: none;
    }

    .box-text-with-image-right .h3-line:after {
        width: 390px;
    }
}

@media (max-width: 599px) {

    .box-text-with-image-right .right {
        width: 100%;
        display: block;
        float: none;
        border-top: 1px solid #e9e9e9;
        border-right: none;
    }

    .box-text-with-image-right .left {
        width: 100%;
        display: block;
        float: none;
        height: 210px !important;
    }

    .box-text-with-image-right .h3-line h3 {
        padding: 0 15px 0 0;
        margin: 0 35px 20px 0;
    }

    .box-text-with-image-right .h3-line:after {
        width: -webkit-calc( 100% - 59px );
        width: -moz-calc( 100% - 59px );
        width: calc( 100% - 59px );
    }

    .box-text-with-image-right .image {
        height: 150px;
    }

    .box-text-with-image-right .next-element {
        padding: 7px 9px;
        top: 30px;
        right: -30px;
    }

    .box-text-with-image-right .prev-element {
        padding: 7px 9px;
        top: 61px;
        right: -30px;
    }
}

/**
 *
 * 5.2 Four boxes
 * -----------------------------------------------------------------------------
 *
 */

.four-boxes {
    background: #fff;
    position: relative;
    z-index: 500;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.1 );
    border-bottom: 1px solid #ccc;
    font-size: 0;
    margin-top: 50px;
}

.four-boxes .four-boxes-element {
    display: inline-block;
    border-right: 1px solid #e9e9e9;
    position: relative;
    vertical-align: top;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    cursor: pointer;
}

.four-boxes .four-boxes-element:hover {
    background: #fafafa;
}

.four-boxes .four-boxes-element:hover h3 {
    background: #fafafa;
}

.four-boxes .four-boxes-element.four-boxes-element-last {
    border-right: none;
}

.four-boxes .four-boxes-element .padding {
    padding: 30px;
}

.four-boxes .four-boxes-element h3 {
    font-size: 18px;
    font-weight: 300;
    z-index: 500;
    padding: 0 30px 0 0;
    background: #fff;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.four-boxes .four-boxes-element h3 span {
    font-weight: 600;
}

.four-boxes .four-boxes-element .h3-line:after {
    content: ' ';
    height: 3px;
    position: absolute;
    left: 30px;
    top: 38px;
}

.four-boxes .four-boxes-element p {
    font-size: 14px;
    line-height: 1.6em;
    color: #888;
    margin-bottom: 20px;
}

.four-boxes .four-boxes-element .four-boxes-element-image {
    background-size: cover;
    background-position: 50% 50%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

@media (min-width: 1350px) {

    .four-boxes .four-boxes-element {
        width: 274px;
    }

    .four-boxes .four-boxes-element.four-boxes-element-last {
        width: 275px;
    }

    .four-boxes .four-boxes-element .h3-line:after {
        width: 215px;
    }

    .four-boxes .four-boxes-element .four-boxes-element-image {
        height: 150px;
    }

    .four-boxes .four-boxes-bottom {
        display: inline;
    }
}

@media (min-width: 950px) and (max-width: 1349px) {

    .four-boxes .four-boxes-element {
        width: 374px;
    }

    .four-boxes .four-boxes-element.four-boxes-element-last,
    .four-boxes .four-boxes-element.four-boxes-element-last-when-responsive {
        width: 375px;
        border-right: none;
    }

    .four-boxes .four-boxes-element .h3-line:after {
        width: 315px;
    }

    .four-boxes .four-boxes-element .four-boxes-element-image {
        height: 150px;
    }

    .four-boxes .four-boxes-bottom {
        border-top: 1px solid #e9e9e9;
    }
}

@media (min-width: 600px) and (max-width: 949px) {

    .four-boxes .four-boxes-element {
        display: block;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e9e9e9;
    }

    .four-boxes .four-boxes-element.four-boxes-element-last {
        border-bottom: 0;
    }

    .four-boxes .four-boxes-element .h3-line:after {
        width: 390px;
    }

    .four-boxes .four-boxes-element .four-boxes-element-image {
        height: 150px;
    }
}

@media (max-width: 599px) {

    .four-boxes .four-boxes-element {
        display: block;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e9e9e9;
    }

    .four-boxes .four-boxes-element.four-boxes-element-last {
        border-bottom: 0;
    }

    .four-boxes .four-boxes-element .four-boxes-element-image {
        height: 150px;
    }

    .four-boxes .four-boxes-element .h3-line h3 {
        padding: 0 15px 0 0;
        margin: 0 35px 20px 0;
    }

    .four-boxes .four-boxes-element .h3-line:after {
        width: -webkit-calc( 100% - 59px );
        width: -moz-calc( 100% - 59px );
        width: calc( 100% - 59px );
    }
}

/**
 *
 * 5.3 Double boxes
 * -----------------------------------------------------------------------------
 *
 */

.double-boxes {
    background: #fff;
    position: relative;
    z-index: 500;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.1 );
    border-bottom: 1px solid #ccc;
    font-size: 0;
    margin-top: 50px;
}

.double-boxes .double-boxes-element {
    display: inline-block;
    border-right: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    position: relative;
    z-index: 500;
    vertical-align: top;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.double-boxes .double-boxes-element.double-boxes-element-top {
    border-top: 0;
}

.double-boxes .double-boxes-element.double-boxes-element-last {
    border-right: none;
}

.double-boxes .double-boxes-element .padding {
    padding: 30px;
}

.double-boxes .double-boxes-element h3 {
    font-size: 21px;
    font-weight: 400;
    z-index: 500;
    padding: 0 30px 0 0;
    background: #fff;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.double-boxes .double-boxes-element h3 span {
    font-weight: 700;
}

.double-boxes .double-boxes-element .h3-line:after {
    content: ' ';
    height: 3px;
    position: absolute;
    left: 30px;
    top: 38px;
}

.double-boxes .double-boxes-element p {
    font-size: 14px;
    line-height: 1.6em;
    color: #888;
    margin-bottom: 20px;
}

.double-boxes .double-boxes-element .double-boxes-element-image {
    background-size: cover;
    background-position: 50% 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.double-boxes .double-boxes-element a:hover .double-boxes-element-image {
    opacity: 0.8;
}

.double-boxes .double-boxes-element .double-boxes-action {
    margin-top: 20px;
}

.double-boxes .double-boxes-element .double-boxes-action span {
    font-size: 13px;
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}

.double-boxes .double-boxes-element.double-boxes-special-content {
    text-align: center;
}

.double-boxes .double-boxes-element.double-boxes-special-content h2 {
    font-size: 36px;
    font-weight: 800;
}

.double-boxes .double-boxes-element.double-boxes-special-content h4 {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-top: 120px;
}

.double-boxes .double-boxes-element.double-boxes-special-content hr {
    width: 100px;
    background: #e9e9e9;
    height: 1px;
    border: none;
    margin: 20px auto;
}

@media (min-width: 1350px) {

    .double-boxes .double-boxes-element {
        width: 549px;
    }

    .double-boxes .double-boxes-element.double-boxes-element-last {
        width: 550px;
    }

    .double-boxes .double-boxes-element .h3-line:after {
        width: 490px;
    }

    .double-boxes .double-boxes-element .double-boxes-element-image {
        height: 280px;
    }
}

@media (min-width: 950px) and (max-width: 1349px) {

    .double-boxes .double-boxes-element {
        width: 374px;
    }

    .double-boxes .double-boxes-element.double-boxes-element-last {
        width: 375px;
        border-right: none;
    }

    .double-boxes .double-boxes-element .h3-line:after {
        width: 315px;
    }

    .double-boxes .double-boxes-element .double-boxes-element-image {
        height: 250px;
    }

    .double-boxes .double-boxes-element .double-boxes-action span {
        margin-left: 0;
        margin-top: 10px;
        display: block;
    }
}

@media (min-width: 600px) and (max-width: 949px) {

    .double-boxes .double-boxes-element {
        display: block;
        width: 100%;
        border-right: none;
    }

    .double-boxes .double-boxes-element.double-boxes-element-top {
        border-top: 1px solid #e9e9e9;
    }

    .double-boxes .double-boxes-element:first-child {
        border-top: 0;
    }

    .double-boxes .double-boxes-element .h3-line:after {
        width: 390px;
    }

    .double-boxes .double-boxes-element .double-boxes-element-image {
        height: 250px;
    }

    .double-boxes .double-boxes-element.double-boxes-special-content h4 {
        padding-top: 20px;
    }
}

@media (max-width: 599px) {

    .double-boxes .double-boxes-element {
        display: block;
        width: 100%;
        border-right: none;
    }

    .double-boxes .double-boxes-element.double-boxes-element-top {
        border-top: 1px solid #e9e9e9;
    }

    .double-boxes .double-boxes-element:first-child {
        border-top: 0;
    }

    .double-boxes .double-boxes-element .double-boxes-element-image {
        height: 200px;
    }

    .double-boxes .double-boxes-element .h3-line h3 {
        padding: 0 15px 0 0;
        margin: 0 35px 20px 0;
    }

    .double-boxes .double-boxes-element .h3-line:after {
        width: -webkit-calc( 100% - 59px );
        width: -moz-calc( 100% - 59px );
        width: calc( 100% - 59px );
    }

    .double-boxes .double-boxes-element .double-boxes-action span {
        margin-left: 0;
        margin-top: 10px;
        display: block;
    }

    .double-boxes .double-boxes-element.double-boxes-special-content h4 {
        padding-top: 20px;
    }
}

/**
 *
 * 5.4 Opening hours
 * -----------------------------------------------------------------------------
 *
 */

.opening-hours {
    margin-top: 50px;
    background: #fff;
    position: relative;
    z-index: 500;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.1 );
    border-bottom: 1px solid #ccc;
    background-repeat: no-repeat;
    background-position: bottom left;
}

.opening-hours .left {
    width: 824px;
    float: left;
    height: 365px;
    border-right: 1px solid #e9e9e9;
}

.opening-hours .left .padding {
    padding: 30px;
    margin-left: 240px;
    position: relative;
}

.opening-hours .left h3 {
    font-size: 18px;
    font-weight: 300;
    z-index: 500;
    padding: 0 30px 0 0;
    background: #fff;
    display: inline-block;
    margin-bottom: 20px;
}

.opening-hours .left h3 span {
    font-weight: 600;
}

.opening-hours .left .h3-line:after {
    content: ' ';
    height: 3px;
    width: 524px;
    position: absolute;
    left: 30px;
    top: 38px;
    z-index: -1;
}

.opening-hours .left .day-info {
    height: 148px;
    position: relative;
}

.opening-hours .left .day-info .day-info-single {
    text-align: center;
    padding-top: 55px;
    width: 450px;
    left: 50%;
    margin-left: -225px;
    position: absolute;
    background: #fff;
    display: none;
}

.opening-hours .left .day-info .day-info-single h2 {
    font-size: 62px;
    margin-bottom: 15px;
}

.opening-hours .left .day-info .day-info-single h4.closed {
    color: #e73a30;
}

.opening-hours .left .other-days {
    list-style: none;
    text-align: center;
    margin-top: 90px;
}

.opening-hours .left .other-days li {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 0 10px;
    cursor: pointer;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.opening-hours .right {
    width: 275px;
    float: right;
    height: 365px;
    background: #fafafa;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.opening-hours .right .padding {
    padding: 30px;
    position: relative;
}

.opening-hours .right h3 {
    font-size: 18px;
    font-weight: 300;
    z-index: 500;
    padding: 0 30px 0 0;
    background: #fafafa;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.opening-hours .right h3 span {
    font-weight: 600;
}

.opening-hours .right .h3-line:after {
    content: ' ';
    height: 3px;
    width: 215px;
    position: absolute;
    left: 30px;
    top: 38px;
}

.opening-hours .right p {
    font-size: 14px;
    line-height: 1.6em;
    color: #888;
    margin-bottom: 20px;
}

.opening-hours .right p.phone {
    font-size: 23px;
    text-align: center;
    margin-bottom: 5px;
    font-weight: 800;
    color: #313131;
}

.opening-hours .right p.phone-details {
    text-align: center;
    margin: 0;
}

@media (min-width: 1350px) {
}

@media (min-width: 950px) and (max-width: 1349px) {

    .opening-hours {
        background-position: top left;
    }

    .opening-hours .left {
        float: none;
        display: block;
        width: 100%;
        border-right: 0;
    }

    .opening-hours .left .h3-line:after {
        width: 450px;
    }

    .opening-hours .right {
        float: none;
        display: block;
        height: auto;
        border-top: 1px solid #e9e9e9;
        width: 100%;
    }

    .opening-hours .right .h3-line:after {
        width: 400px;
    }

    .opening-hours .right .description {
        float: right;
        width: 400px;
    }

    .opening-hours .right .description p:last-child {
        margin-bottom: 0;
    }

    .opening-hours .right .phone-data {
        float: left;
        width: 275px;
    }

    .opening-hours .right .h3-line,
    .opening-hours .right .h3-line:after {
        margin-left: 290px;
    }
}

@media (min-width: 600px) and (max-width: 949px) {

    .opening-hours {
        background-position: top left;
    }

    .opening-hours .left {
        float: none;
        display: block;
        width: 100%;
        border-right: 0;
    }

    .opening-hours .left .padding {
        margin-left: 175px;
    }

    .opening-hours .left .h3-line:after {
        width: 215px;
    }

    .opening-hours .left .day-info .day-info-single {
        text-align: center;
        padding-top: 65px;
        width: 190px;
        left: 50%;
        margin-left: -80px;
        position: absolute;
        background: #fff;
        display: none;
    }

    .opening-hours .left .day-info .day-info-single h2 {
        font-size: 36px;
    }

    .opening-hours .left .day-info .day-info-single h4 {
        font-weight: 400;
        font-size: 14px;
    }

    .opening-hours .left .other-days {
        margin-top: 70px;
        margin-left: 40px;
    }

    .opening-hours .left .other-days li {
        display: inline-block;
        padding-bottom: 10px;
    }

    .opening-hours .right {
        float: none;
        display: block;
        height: auto;
        border-top: 1px solid #e9e9e9;
        width: 100%;
    }

    .opening-hours .right .h3-line:after {
        width: 390px;
    }
}

@media (max-width: 599px) {

    .opening-hours {
        background-position: left 380px;
    }

    .opening-hours .h3-line h3 {
        padding: 0 15px 0 0;
        margin: 0 35px 20px 0;
    }

    .opening-hours .h3-line:after {
        width: -webkit-calc( 100% - 59px ) !important;
        width: -moz-calc( 100% - 59px ) !important;
        width: calc( 100% - 59px ) !important;
    }

    .opening-hours .left {
        float: none;
        display: block;
        width: 100%;
        border-right: 0;
    }

    .opening-hours .left .padding {
        margin-left: 0;
        padding: 30px;
    }

    .opening-hours .left .day-info .day-info-single h2 {
        font-size: 38px;
    }

    .opening-hours .left .day-info .day-info-single h4 {
        font-weight: 400;
        font-size: 14px;
    }

    .opening-hours .left .day-info .day-info-single {
        left: 0;
        margin: 0;
        width: 100%;
        padding-top: 40px;
    }

    .opening-hours .left .other-days {
        margin-top: 35px;
    }

    .opening-hours .left .other-days li {
        padding: 10px;
    }

    .opening-hours .right {
        float: none;
        display: block;
        height: auto;
        border-top: 1px solid #e9e9e9;
        width: 100%;
        margin-top: 300px;
    }

    .opening-hours .right p.phone {
        font-size: 23px;
    }
}

/**
 *
 * 5.5 Gallery
 * -----------------------------------------------------------------------------
 *
 */

.gallery {
    background: #fff;
    position: relative;
    z-index: 500;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.1 );
    border-bottom: 1px solid #ccc;
    font-size: 0;
    margin-top: 50px;
    margin-bottom: 80px;
}

.gallery .gallery-element {
    display: inline-block;
    border-right: 1px solid #e9e9e9;
    position: relative;
    vertical-align: top;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.gallery .gallery-element:hover {
    background: #fafafa;
}

.gallery .gallery-element.gallery-element-first {
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.gallery .gallery-element.gallery-element-last {
    border-right: none;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.gallery .gallery-element .padding {
    padding: 30px;
}

.gallery .gallery-element .gallery-element-image {
    height: 150px;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-bottom: 1px solid #fafafa;
    margin-bottom: 20px;
}

.gallery .gallery-element .gallery-element-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.gallery .gallery-element h3 {
    font-size: 18px;
}

.gallery .gallery-element p {
    font-size: 14px;
    line-height: 1.6em;
    color: #888;
}

.gallery .gallery-all-elements {
    position: absolute;
    bottom: -37px;
    left: 50%;
    margin-left: -90px;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
    box-shadow: inset 0 3px 3px rgba( 0, 0, 0, 0.1 );
}

/**
 *
 * 5.5.1 Gallery popup
 * -----------------------------------------------------------------------------
 *
 */

#gallery-popup .gallery-popup-background {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba( 0, 0, 0, 0.75 );
    z-index: 99800;
    display: none;
}

#gallery-popup .gallery-popup-content {
    width: 1100px;
    height: 70%;
    top: 15%;
    left: 50%;
    margin-left: -550px;
    position: fixed;
    background: #fff;
    z-index: 99850;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.3 );
    font-size: 0;
    display: none;
}

#gallery-popup .gallery-popup-content #close-gallery-popup {
    position: absolute;
    z-index: 99999;
    top: 22px;
    right: -30px;
}

#gallery-popup .gallery-popup-content .padding {
    padding: 30px;
    position: relative;
}

#gallery-popup .gallery-popup-content .left {
    width: 274px;
    position: absolute;
    height: 100%;
    background: #fafafa;
    border-right: 1px solid #e9e9e9;
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

#gallery-popup .gallery-popup-content .left p {
    font-size: 14px;
    line-height: 1.6em;
    color: #888;
    margin-bottom: 20px;
}

#gallery-popup .gallery-popup-content .left h3 {
    font-size: 18px;
    font-weight: 300;
    z-index: 500;
    padding: 0 30px 0 0;
    background: #fafafa;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}

#gallery-popup .gallery-popup-content .left h3 span {
    font-weight: 600;
}

#gallery-popup .gallery-popup-content .left .h3-line:after {
    content: ' ';
    height: 3px;
    width: 214px;
    position: absolute;
    left: 30px;
    top: 38px;
}

#gallery-popup .gallery-popup-content .left hr {
    border: none;
    background: #e9e9e9;
    height: 1px;
    margin: 30px 0 30px 0;
}

#gallery-popup .gallery-popup-content .left .gallery-thumbnails {
    width: 224px;
    margin-left: -10px;
    overflow-y: scroll;
}

#gallery-popup .gallery-popup-content .left .gallery-thumbnails .gallery-thumbnail {
    width: 65px;
    height: 65px;
    padding: 5px;
    background: #fff;
    border: 1px solid #e9e9e9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    margin: 0 10px 20px 10px;
    cursor: pointer;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

#gallery-popup .gallery-popup-content .left .gallery-thumbnails .gallery-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#gallery-popup .gallery-popup-content .left .gallery-thumbnails .gallery-thumbnail .gallery-thumbnail-image {
    width: 65px;
    height: 65px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

#gallery-popup .gallery-popup-content .left .gallery-thumbnails .gallery-thumbnail .gallery-thumbnail-title {
    display: none;
}

#gallery-popup .gallery-popup-content .gallery-current-image {
    width: 765px;
    height: -webkit-calc( 100% - 60px );
    height: -moz-calc( 100% - 60px );
    height: calc( 100% - 60px );
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    right: 30px;
    top: 30px;
}

#gallery-popup .gallery-popup-content .gallery-current-image .gallery-current-image-title {
    position: absolute;
    width: 705px;
    padding: 30px;
    bottom: 0;
    left: 0;
    background: rgba( 0, 0, 0, 0.25 );
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

#gallery-popup .gallery-popup-content .gallery-current-image .gallery-current-image-title h3 {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
}

#gallery-popup .gallery-popup-content .gallery-current-image .gallery-current-image-title h3 span {
    color: #fff;
    font-weight: 800;
}

#gallery-popup .gallery-popup-content .gallery-current-image .gallery-prev-image,
#gallery-popup .gallery-popup-content .gallery-current-image .gallery-next-image {
    width: 35px;
    height: 55px;
    background: rgba( 255, 255, 255, 0.7 );
    position: absolute;
    z-index: 500;
    top: 50%;
    margin-top: -27.5px;
    text-align: center;
    opacity: 0.5;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
}

#gallery-popup .gallery-popup-content .gallery-current-image .gallery-prev-image:hover,
#gallery-popup .gallery-popup-content .gallery-current-image .gallery-next-image:hover {
    opacity: 1;
}

#gallery-popup .gallery-popup-content .gallery-current-image .gallery-prev-image i,
#gallery-popup .gallery-popup-content .gallery-current-image .gallery-next-image i {
    font-size: 27px;
    font-weight: 600;
    color: #313131;
    padding-top: 12px;
}

#gallery-popup .gallery-popup-content .gallery-current-image .gallery-prev-image i {
    margin-left: -4px;
}

#gallery-popup .gallery-popup-content .gallery-current-image .gallery-next-image i {
    padding-left: 4px;
}

#gallery-popup .gallery-popup-content .gallery-current-image .gallery-prev-image {
    -webkit-border-top-right-radius: 2px;
    -moz-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

#gallery-popup .gallery-popup-content .gallery-current-image .gallery-next-image {
    right: 0;
    -webkit-border-top-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

/**
 *
 * 5.5.2 Gallery responsive
 * -----------------------------------------------------------------------------
 *
 */

@media (min-width: 1350px) {

    .gallery .gallery-element {
        width: 274px;
    }

    .gallery .gallery-element.gallery-element-last {
        width: 275px;
    }

    .gallery .gallery-bottom {
        display: inline;
    }
}

@media (min-width: 950px) and (max-width: 1349px) {

    .gallery .gallery-element {
        width: 374px;
    }

    .gallery .gallery-element.gallery-element-last {
        width: 375px;
    }

    .gallery .gallery-element.gallery-element-last-when-responsive {
        border-right: none;
    }

    .gallery .gallery-bottom {
        border-top: 1px solid #e9e9e9;
    }

    #gallery-popup .gallery-popup-content {
        width: 750px;
        margin-left: -375px;
    }

    #gallery-popup .gallery-popup-content .gallery-current-image {
        width: 415px;
    }

    #gallery-popup .gallery-popup-content .gallery-current-image .gallery-current-image-title {
        width: 355px;
    }
}

@media (min-width: 600px) and (max-width: 949px) {

    .gallery .gallery-element {
        width: 100%;
        display: block;
        border-right: none;
        border-bottom: 1px solid #e9e9e9;
    }

    .gallery .gallery-element.gallery-element-last {
        border-bottom: none;
    }

    #gallery-popup .gallery-popup-content {
        width: 450px;
        margin-left: -225px;
    }

    #gallery-popup .gallery-popup-content .gallery-current-image {
        width: 390px;
    }

    #gallery-popup .gallery-popup-content .gallery-current-image .gallery-current-image-title {
        width: 330px;
    }

    #gallery-popup .gallery-popup-content .left {
        display: none;
    }
}

@media (max-width: 599px) {

    .gallery .gallery-element {
        width: 100%;
        display: block;
        border-right: none;
        border-bottom: 1px solid #e9e9e9;
    }

    .gallery .gallery-element.gallery-element-last {
        border-bottom: none;
    }

    #gallery-popup .gallery-popup-content {
        width: -webkit-calc( 95% - 60px );
        width: -moz-calc( 95% - 60px );
        width: calc( 95% - 60px );
        left: 2.5%;
        margin: 0 30px;
    }

    #gallery-popup .gallery-popup-content .gallery-current-image,
    #gallery-popup .gallery-popup-content .gallery-current-image .gallery-current-image-title {
        width: -webkit-calc( 100% - 60px );
        width: -moz-calc( 100% - 60px );
        width: calc( 100% - 60px );
    }

    #gallery-popup .gallery-popup-content .left {
        display: none;
    }
}

/**
 *
 * 5.6 Pricing
 * -----------------------------------------------------------------------------
 *
 */

.pricing {
    margin-top: 50px;
    background: #fff;
    position: relative;
    z-index: 500;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.1 );
    border-bottom: 1px solid #ccc;
}

.pricing .padding {
    padding: 30px;
    position: relative;
}

.pricing p {
    font-size: 14px;
    line-height: 1.6em;
    color: #888;
    margin-bottom: 20px;
}

.pricing .left h3 {
    font-size: 18px;
    font-weight: 300;
    z-index: 500;
    padding: 0 30px 0 0;
    background: #fafafa;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}

.pricing .left h3 span {
    font-weight: 600;
}

.pricing .left .h3-line:after {
    content: ' ';
    height: 3px;
    width: 214px;
    position: absolute;
    left: 30px;
    top: 38px;
}

.pricing .right .single-pricing {
    background: #fff;
    position: absolute;
    top: 0;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pricing .right h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.pricing .right ul {
    list-style: none;
    margin-top: 10px;
}

.pricing .right ul li {
    display: block;
    padding: 10px 0;
    border-bottom: 1px dashed #eee;
    font-size: 13px;
}

.pricing .right ul li:first-child {
    padding-top: 0;
}

.pricing .right ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.pricing .right ul li span.price {
    display: inline-block;
    float: right;
    font-weight: 600;
}

.pricing .right ul li span.description {
    display: block;
    margin-top: 10px;
    color: #ccc;
}

.pricing .right .pricing-image {
    height: 150px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.pricing-summary {
    margin-top: 20px;
    border-top: 1px dashed #eee;
    text-align: right;
}

@media (min-width: 1350px) {

    .pricing .left {
        width: 274px;
        position: absolute;
        height: 100%;
        background: #fafafa;
        border-right: 1px solid #e9e9e9;
        -webkit-border-top-left-radius: 3px;
        -moz-border-top-left-radius: 3px;
        border-top-left-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-bottom-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .pricing .right {
        width: 825px;
        float: right;
    }

    .pricing .right ul.pricing-left {
        width: 367.5px;
        margin-right: 30px;
        float: left;
    }

    .pricing .right ul.pricing-right {
        width: 367.5px;
        float: right;
    }
}

@media (min-width: 950px) and (max-width: 1349px) {

    .pricing .left {
        width: 274px;
        position: absolute;
        height: 100%;
        background: #fafafa;
        border-right: 1px solid #e9e9e9;
        -webkit-border-top-left-radius: 3px;
        -moz-border-top-left-radius: 3px;
        border-top-left-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-bottom-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .pricing .right {
        width: 475px;
        float: right;
    }

    .pricing .right ul.pricing-left {
        width: 100%;
        margin-right: 0;
        display: block;
    }

    .pricing .right ul.pricing-left li:last-child {
        padding-bottom: 10px;
        border-bottom: 1px dashed #eee;
    }

    .pricing .right ul.pricing-right {
        width: 100%;
        margin-right: 0;
        display: block;
    }
}

@media (min-width: 600px) and (max-width: 949px) {

    .pricing .left {
        width: 100%;
        display: block;
        background: #fafafa;
        border-right: none;
        border-bottom: 1px solid #e9e9e9;
        -webkit-border-top-left-radius: 3px;
        -moz-border-top-left-radius: 3px;
        border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        -moz-border-top-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    .pricing .left .h3-line:after {
        width: 390px;
    }

    .pricing .left .custom-dropdown-select {
        width: 390px;
    }

    .pricing .right {
        width: 100%;
        float: none;
        display: block;
        position: relative;
    }

    .pricing .right ul.pricing-left {
        width: 100%;
        margin-right: 0;
        display: block;
    }

    .pricing .right ul.pricing-left li:last-child {
        padding-bottom: 10px;
        border-bottom: 1px dashed #eee;
    }

    .pricing .right ul.pricing-right {
        width: 100%;
        margin-right: 0;
        display: block;
    }
}

@media (max-width: 599px) {

    .pricing .left {
        width: 100%;
        display: block;
        background: #fafafa;
        border-right: none;
        border-bottom: 1px solid #e9e9e9;
        -webkit-border-top-left-radius: 3px;
        -moz-border-top-left-radius: 3px;
        border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        -moz-border-top-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    .pricing .left .h3-line h3 {
        padding: 0 15px 0 0;
        margin: 0 35px 20px 0;
    }

    .pricing .left .h3-line:after {
        width: -webkit-calc( 100% - 59px );
        width: -moz-calc( 100% - 59px );
        width: calc( 100% - 59px );
    }

    .pricing .left .custom-dropdown {
        display: block;
    }

    .pricing .left .custom-dropdown-select {
        width: 100%;
    }

    .pricing .right {
        width: 100%;
        float: none;
        display: block;
        position: relative;
    }

    .pricing .right ul.pricing-left {
        width: 100%;
        margin-right: 0;
        display: block;
    }

    .pricing .right ul.pricing-left li:last-child {
        padding-bottom: 10px;
        border-bottom: 1px dashed #eee;
    }

    .pricing .right ul.pricing-right {
        width: 100%;
        margin-right: 0;
        display: block;
    }
}

/**
 *
 * 5.7 Products
 * -----------------------------------------------------------------------------
 *
 */

.products {
    background: #fff;
    position: relative;
    z-index: 500;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.1 );
    border-bottom: 1px solid #ccc;
    font-size: 0;
    margin-top: 50px;
}

.products .products-element {
    display: inline-block;
    border-right: 1px solid #e9e9e9;
    position: relative;
    vertical-align: top;
}

.products .products-element.products-element-last {
    border-right: none;
}

.products .products-element .padding {
    padding: 30px;
}

.products .products-element .products-element-image {
    height: 150px;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-bottom: 1px solid #fafafa;
    margin-bottom: 20px;
}

.products .products-element h3 {
    font-size: 18px;
}

.products .products-element .stars {
    font-size: 11px;
}

.products .products-element .stars i {
    color: #f1cd3f;
}

.products .products-element h3 .stars {
    margin-left: 10px;
    position: absolute;
    margin-top: 0;
}

.products .products-element h3 a {
    text-decoration: none;
}

.products .products-element p {
    font-size: 14px;
    line-height: 1.6em;
    color: #888;
    margin-bottom: 20px;
}

.products .products-element p.actions {
    margin-bottom: 0;
}

.products .products-element span.price {
    font-size: 25px;
    font-weight: 600;
}

.products .products-element a.add-to-cart {
    font-size: 13px;
    position: absolute;
    margin-top: 6.5px;
    right: 30px;
}

@media (min-width: 1350px) {

    .products .products-element {
        width: 274px;
    }

    .products .products-element.products-element-last {
        width: 275px;
    }

    .products .products-bottom {
        display: inline;
    }
}

@media (min-width: 950px) and (max-width: 1349px) {

    .products .products-element {
        width: 374px;
    }

    .products .products-element.products-element-last {
        width: 375px;
    }

    .products .products-element.products-element-last-when-responsive {
        border-right: none;
    }

    .products .products-bottom {
        border-top: 1px solid #e9e9e9;
    }
}

@media (min-width: 600px) and (max-width: 949px) {

    .products .products-element {
        width: 100%;
        display: block;
        border-right: none;
        border-bottom: 1px solid #e9e9e9;
    }

    .products .products-element.products-element-last {
        border-bottom: none;
    }
}

@media (max-width: 599px) {

    .products .products-element {
        width: 100%;
        display: block;
        border-right: none;
        border-bottom: 1px solid #e9e9e9;
    }

    .products .products-element.products-element-last {
        border-bottom: none;
    }

    .products .products-element h3 .stars {
        position: static;
        display: block;
        margin-left: 0;
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

/**
 *
 * 5.8 Promotion
 * -----------------------------------------------------------------------------
 *
 */

.promotion {
    margin-top: 50px;
    background: #fff;
    position: relative;
    z-index: 500;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.1 );
    border-bottom: 1px solid #ccc;
}

.promotion .single-promotion {
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.promotion .padding {
    padding: 30px;
    position: relative;
}

.promotion h3 {
    font-size: 18px;
    font-weight: 300;
    z-index: 500;
    padding: 0 30px 0 0;
    background: #fff;
    display: inline-block;
    margin-bottom: 20px;
}

.promotion h3 span {
    font-weight: 600;
}

.promotion .h3-line:after {
    content: ' ';
    height: 3px;
    position: absolute;
    left: 30px;
    top: 38px;
    z-index: -1;
}

.promotion .promotion-content h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 300;
}

.promotion .promotion-content h2 span {
    font-weight: 800;
}

.promotion .promotion-content p {
    font-size: 14px;
    line-height: 1.6em;
    color: #888;
    margin: 0 50px 20px 50px;
    text-align: center;
}

.promotion .promotion-content p.action {
    margin-bottom: 0;
}

.promotion .promotion-content p.action span {
    color: #313131;
    margin-left: 15px;
}

.promotion .prev-element {
    position: absolute;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top: none;
    box-shadow: inset 3px 0 3px rgba( 0, 0, 0, 0.1 );
    padding: 9px 12px;
    top: 70px;
    right: -36px;
}

.promotion .next-element {
    position: absolute;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top: none;
    box-shadow: inset 3px 0 3px rgba( 0, 0, 0, 0.1 );
    padding: 9px 12px;
    top: 30px;
    right: -36px;
}

@media (min-width: 1350px) {

    .promotion .padding {
        margin-left: 420px;
    }

    .promotion .single-promotion {
        background-position: bottom left;
    }

    .promotion .h3-line:after {
        width: 620px;
    }

    .promotion .promotion-content {
        margin: 40px 0;
    }
}

@media (min-width: 950px) and (max-width: 1349px) {

    .promotion .single-promotion {
        background-position: bottom left;
        background-size: auto 300px !important;
    }

    .promotion .padding {
        margin-bottom: 250px;
    }

    .promotion .h3-line:after {
        width: 690px;
    }

    .promotion .promotion-content {
        margin: 20px 0;
    }

    .promotion .promotion-content p.action {
        width: 240px;
        position: absolute;
        right: 60px;
        bottom: -130px;
    }

    .promotion .promotion-content p.action span {
        margin-top: 10px;
        margin-left: 0;
        display: block;
    }
}

@media (min-width: 600px) and (max-width: 949px) {

    .promotion .single-promotion {
        background-position: bottom left;
        background-size: auto 300px !important;
    }

    .promotion .padding {
        margin-bottom: 280px;
    }

    .promotion .promotion-content h2 {
        font-size: 26px;
    }

    .promotion .promotion-content p {
        margin: 0 0 20px 0;
    }

    .promotion .h3-line:after {
        width: 390px;
    }

    .promotion .promotion-content {
        margin: 20px 0;
    }

    .promotion .promotion-content p.action {
        margin-top: 40px;
    }

    .promotion .promotion-content p.action span {
        margin-top: 10px;
        margin-left: 0;
        display: block;
    }
}

@media (max-width: 599px) {

    .promotion .single-promotion {
        background-position: bottom left;
        background-size: auto 300px !important;
    }

    .promotion .padding {
        margin-bottom: 280px;
    }

    .promotion .promotion-content h2 {
        font-size: 26px;
    }

    .promotion .promotion-content p {
        margin: 0 0 20px 0;
    }

    .promotion .h3-line h3 {
        padding: 0 15px 0 0;
        margin: 0 35px 20px 0;
    }

    .promotion .h3-line:after {
        width: -webkit-calc( 100% - 59px );
        width: -moz-calc( 100% - 59px );
        width: calc( 100% - 59px );
    }

    .promotion .promotion-content {
        margin: 20px 0;
    }

    .promotion .promotion-content p.action {
        margin-top: 40px;
    }

    .promotion .promotion-content p.action span {
        margin-top: 10px;
        margin-left: 0;
        display: block;
    }

    .promotion .next-element {
        padding: 7px 9px;
        top: 30px;
        right: -30px;
    }

    .promotion .prev-element {
        padding: 7px 9px;
        top: 61px;
        right: -30px;
    }
}

/**
 *
 * 5.9 References
 * -----------------------------------------------------------------------------
 *
 */

.references {
    margin: 0 auto;
    width: 600px;
    text-align: center;
    position: relative;
}

.references h2 {
    font-size: 36px;
}

.references p {
    margin-top: 20px;
    color: #888;
    line-height: 1.4em;
    font-size: 14px;
}

.references p.author {
    color: #313131;
}

.references i {
    position: absolute;
    color: #e1e1e1;
}

.references .reference-content {
    position: relative;
    z-index: 200;
}

.references .reference-content .single-reference {
    position: absolute;
    top: 0;
    padding: 100px 0 50px 0;
}

@media (min-width: 1350px) {

    .references i {
        font-size: 380px;
        left: -200px;
        top: 10px;
    }
}

@media (min-width: 950px) and (max-width: 1349px) {

    .references i {
        font-size: 380px;
        left: -30px;
        top: 20px;
    }
}

@media (min-width: 600px) and (max-width: 949px) {

    .references {
        width: 450px;
    }

    .references i {
        font-size: 380px;
        left: -30px;
        top: 20px;
    }

    .references h2 {
        font-size: 26px;
    }
}

@media (max-width: 599px) {

    .references {
        width: 100%;
    }

    .references .reference-content .single-reference {
        margin: 70px 0 0 0;
        padding: 0;
    }

    .references i {
        font-size: 180px;
        left: 0;
        bottom: -40px;
    }

    .references h2 {
        font-size: 18px;
    }
}

/**
 *
 * 5.10 Facebook
 * -----------------------------------------------------------------------------
 *
 */

.facebook {
    margin: 100px auto;
    width: 600px;
    text-align: center;
    position: relative;
}

.facebook h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.facebook i {
    position: absolute;

    color: #e1e1e1;
}

@media (min-width: 1350px) {

    .facebook i {
        font-size: 300px;
        left: -200px;
        top: -55px;
    }
}

@media (min-width: 950px) and (max-width: 1349px) {

    .facebook i {
        font-size: 250px;
        left: -30px;
        top: -10px;
    }
}

@media (min-width: 600px) and (max-width: 949px) {

    .facebook {
        width: 450px;
    }

    .facebook i {
        font-size: 180px;
        left: 30px;
        top: 40px;
    }
}

@media (max-width: 599px) {

    .facebook {
        width: 100%;
        margin: 70px auto;
    }

    .facebook h3 {
        font-size: 18px;
    }

    .facebook i {
        font-size: 100px;
        left: 30px;
        top: 75px;
    }
}

/**
 *
 * 5.11 Slogan
 * -----------------------------------------------------------------------------
 *
 */

.slogan {
    margin: 100px auto;
    width: 600px;
    text-align: center;
}

.slogan h2 {
    font-size: 36px;
}

.slogan h2 i {
    color: #e73a30;
}

.slogan p {
    margin-top: 20px;
    color: #888;
    line-height: 1.4em;
    font-size: 14px;
}

@media (min-width: 600px) and (max-width: 949px) {

    .slogan {
        width: 450px;
    }

    .slogan h2 {
        font-size: 26px;
    }
}

@media (max-width: 599px) {

    .slogan {
        width: 100%;
        margin: 70px auto;
    }

    .slogan h2 {
        font-size: 18px;
    }
}

/**
 *
 * 5.12 Contact
 * -----------------------------------------------------------------------------
 *
 */

.contact {
    margin-top: 50px;
    background: #fff;
    z-index: 200;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.1 );
    border-bottom: 1px solid #ccc;
}

.contact .padding {
    padding: 30px;
}

.contact #google-map {
    height: 330px;
}

.contact h3 {
    font-size: 18px;
    font-weight: 300;
    z-index: 500;
    padding: 0 30px 0 0;
    background: #fafafa;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}

.contact h3 span {
    font-weight: 700;
}

.contact .h3-line:after {
    content: ' ';
    height: 3px;
    position: absolute;
    left: 30px;
    top: 38px;
}

.contact p {
    font-size: 14px;
    line-height: 1.6em;
    color: #888;
    margin-bottom: 20px;
}

.contact p.action {
    margin-bottom: 0;
    margin-top: 20px;
}

.contact p.action span {
    display: inline-block;
    margin-left: 15px;
}

.contact form#contact-form {
    position: relative;
}

.contact form#contact-form .confirm {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba( 250, 250, 250, 0.6 );
    display: none;
}

.contact form#contact-form .confirm .notice {
    font-size: 13px;
    text-align: center;
    width: 200px;
    line-height: 1.8em;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 50%;
    margin-top: -45px;
    font-weight: 600;
}

@media (min-width: 1350px) {

    .contact .left {
        width: 549px;
        border-right: 1px solid #e9e9e9;
        float: left;
        position: relative;
    }

    .contact .right {
        width: 550px;
        float: right;
        position: relative;
        background: #fafafa;
        -webkit-border-top-right-radius: 3px;
        -moz-border-top-right-radius: 3px;
        border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -moz-border-bottom-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .contact .h3-line:after {
        width: 489px;
    }
}

@media (min-width: 950px) and (max-width: 1349px) {

    .contact .left {
        display: block;
        position: relative;
    }

    .contact .right {
        display: block;
        border-top: 1px solid #e9e9e9;
        position: relative;
        background: #fafafa;
    }

    .contact .h3-line:after {
        width: 690px;
    }

    .contact form input[type="text"] {
        width: 201px;
    }

    .contact form textarea {
        width: 667px;
    }
}

@media (min-width: 600px) and (max-width: 949px) {

    .contact .left {
        display: block;
        position: relative;
    }

    .contact .right {
        display: block;
        border-top: 1px solid #e9e9e9;
        position: relative;
        background: #fafafa;
    }

    .contact .h3-line:after {
        width: 390px;
    }

    .contact form input[type="text"] {
        width: 368px;
        display: block;
        margin: 0 0 10px 0;
    }

    .contact form textarea {
        width: 368px;
    }
}

@media (max-width: 599px) {

    .contact .left {
        display: block;
        position: relative;
    }

    .contact .right {
        display: block;
        border-top: 1px solid #e9e9e9;
        position: relative;
        background: #fafafa;
    }

    .contact .h3-line h3 {
        padding: 0 15px 0 0;
        margin: 0 35px 20px 0;
    }

    .contact .h3-line:after {
        width: -webkit-calc( 100% - 59px );
        width: -moz-calc( 100% - 59px );
        width: calc( 100% - 59px );
    }

    .contact form input[type="text"] {
        width: -webkit-calc( 100% - 22px );
        width: -moz-calc( 100% - 22px );
        width: calc( 100% - 22px );
        display: block;
        margin: 0 0 10px 0;
    }

    .contact form textarea {
        width: -webkit-calc( 100% - 22px );
        width: -moz-calc( 100% - 22px );
        width: calc( 100% - 22px );
    }

    .contact p.action span {
        margin: 10px 0 0 0;
    }
}

/**
 *
 * 5.13 Appointment
 * -----------------------------------------------------------------------------
 *
 */

.appointment {
    margin-top: 50px;
    background: #fff;
    position: relative;
    z-index: 500;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.1 );
    border-bottom: 1px solid #ccc;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.appointment .padding {
    padding: 60px 30px;
}

.appointment h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 10px;
}

.appointment h2 span {
    font-weight: 800;
}

.appointment p {
    font-size: 14px;
    line-height: 1.6em;
    color: #888;
    margin: 0 0 30px 0;
    text-align: center;
}

.appointment .appointment-form {
    text-align: center;
}

.appointment .appointment-form button {
    vertical-align: top;
}

.appointment .appointment-form .custom-dropdown {
    margin-right: 10px;
}

.appointment .appointment-form .custom-dropdown-day {
    margin-right: 50px;
}

.appointment .appointment-day {
    width: 80px;
}

.appointment .appointment-month {
    width: 130px;
}

.appointment .appointment-year {
    width: 90px;
}

.appointment .appointment-time {
    width: 100px;
}

.appointment .at {
    font-size: 13px;
    position: absolute;
    margin-left: -30px;
    margin-top: 12px;
}

#appointment-popup .appointment-popup-background {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba( 0, 0, 0, 0.75 );
    z-index: 99800;
    display: none;
}

#appointment-popup .appointment-popup-content {
    width: 400px;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -262px;
    position: fixed;
    background: #fff;
    z-index: 99850;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.3 );
    font-size: 0;
    display: none;
}

#appointment-popup .appointment-popup-content #close-appointment-popup {
    position: absolute;
    z-index: 99999;
    top: 22px;
    right: -30px;
}

#appointment-popup .appointment-popup-content .padding {
    padding: 30px;
    position: relative;
}

#appointment-popup .appointment-popup-content h3 {
    font-size: 18px;
    font-weight: 300;
    z-index: 500;
    padding: 0 30px 0 0;
    background: #fff;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}

#appointment-popup .appointment-popup-content h3 span {
    font-weight: 700;
}

#appointment-popup .appointment-popup-content .h3-line:after {
    content: ' ';
    height: 3px;
    position: absolute;
    left: 30px;
    top: 38px;
    width: 340px;
}

#appointment-popup .appointment-popup-content p {
    font-size: 14px;
    line-height: 1.6em;
    color: #888;
    margin-bottom: 20px;
}

#appointment-popup .appointment-popup-content p .reservation-date,
#appointment-popup .appointment-popup-content p .reservation-time {
    font-weight: 800;
}

#appointment-popup .appointment-popup-content input[type="text"] {
    margin: 10px 0 0 0;
    width: 318px;
}

#appointment-popup .appointment-popup-content textarea {
    margin: 10px 0;
    width: 318px;
}

#appointment-popup .appointment-popup-content .custom-dropdown-select {
    width: 340px;
}

#appointment-popup .appointment-popup-content .appointment-send {
    display: none;
}

@media (min-width: 950px) and (max-width: 1349px) {

    .appointment {
        background-position-x: 300px;
    }
}

@media (min-width: 600px) and (max-width: 949px) {

    .appointment {
        background-size: 485px;
        background-position-x: 100px;
    }

    .appointment .appointment-form .button {
        display: inline-block;
        margin: 10px auto;
    }

    .appointment .appointment-form .at {
        display: none;
    }

    .appointment .appointment-form .custom-dropdown-day {
        margin-right: 0;
    }

    .appointment .appointment-form .custom-dropdown-time {
        margin-top: 10px;
    }
}

@media (max-width: 599px) {

    .appointment {
        background-size: 485px;
        background-position-x: 75px;
    }

    .appointment .padding {
        padding: 30px;
    }

    .appointment h2 {
        font-size: 28px;
    }

    .appointment .appointment-form .at {
        display: none;
    }

    .appointment .appointment-form .custom-dropdown {
        margin: 0 0 10px 0;
        display: block;
    }

    .appointment .appointment-form .custom-dropdown-select {
        width: 100%;
    }

    .appointment .appointment-form .button {
        display: block;
        margin: 0 auto 10px auto;
    }

    #appointment-popup .appointment-popup-content {
        width: -webkit-calc( 100% - 90px );
        width: -moz-calc( 100% - 90px );
        width: calc( 100% - 90px );
        top: 50%;
        left: 45px;
        margin-left: 0;
        margin-top: -262px;
        position: fixed;
        background: #fff;
        z-index: 99850;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.3 );
        font-size: 0;
        display: none;
    }

    #appointment-popup .appointment-popup-content input[type="text"] {
        margin: 10px 0 0 0;
        width: -webkit-calc( 100% - 22px );
        width: -moz-calc( 100% - 22px );
        width: calc( 100% - 22px );
    }

    #appointment-popup .appointment-popup-content textarea {
        margin: 10px 0;
        width: -webkit-calc( 100% - 22px );
        width: -moz-calc( 100% - 22px );
        width: calc( 100% - 22px );
    }

    #appointment-popup .appointment-popup-content .custom-dropdown,
    #appointment-popup .appointment-popup-content .custom-dropdown-select {
        width: 100%;
    }

    #appointment-popup .appointment-popup-content .h3-line h3 {
        padding: 0 0 0 15px;
        margin: 0 0 20px 30px;
    }

    #appointment-popup .appointment-popup-content .h3-line:after {
        width: 100px;
        top: 38px;
    }
}

/**
 *
 * 5.14 Events
 * -----------------------------------------------------------------------------
 *
 */

.events {
    background: #fff;
    position: relative;
    z-index: 500;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.1 );
    border-bottom: 1px solid #ccc;
    font-size: 0;
    margin-top: 50px;
}

.events .events-element {
    display: inline-block;
    border-right: 1px solid #e9e9e9;
    position: relative;
    vertical-align: top;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.events .padding {
    padding: 30px 30px 10px 30px;
}

.events .events-element h3 {
    font-size: 18px;
    font-weight: 300;
    z-index: 500;
    padding: 0 30px 0 0;
    background: #fff;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.events .events-element h3 span {
    font-weight: 600;
}

.events .events-element .h3-line:after {
    content: ' ';
    height: 3px;
    position: absolute;
    left: 30px;
    top: 38px;
}

.events p {
    font-size: 14px;
    line-height: 1.6em;
    color: #888;
    margin-bottom: 20px;
}

.events .events-element p.date {
    color: #313131;
    font-weight: 800;
}

.events .events-element .events-element-image {
    background-size: cover;
    background-position: 50% 50%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 26px;
}

.events .events-content {
    width: 550px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    display: inline-block;
    text-align: center;
}

.events .events-content h2 {
    font-size: 36px;
    font-weight: 800;
}

.events .events-content h3 {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-top: 90px;
}

.events .events-content hr {
    width: 100px;
    background: #e9e9e9;
    height: 1px;
    border: none;
    margin: 20px auto;
}

@media (min-width: 1350px) {

    .events .events-element {
        width: 274px;
    }

    .events .events-element.events-element-last {
        width: 275px;
    }

    .events .events-element .h3-line:after {
        width: 215px;
    }

    .events .events-element .events-element-image {
        height: 150px;
    }
}

@media (min-width: 950px) and (max-width: 1349px) {

    .events .events-element {
        width: 374px;
    }

    .events .events-element.events-element-last-when-responsive {
        width: 375px;
        border-right: none;
    }

    .events .events-element .h3-line:after {
        width: 315px;
    }

    .events .events-element .events-element-image {
        height: 150px;
    }

    .events .events-content {
        width: 100%;
        display: block;
        -webkit-border-top-right-radius: 0;
        -moz-border-top-right-radius: 0;
        border-top-right-radius: 0;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-bottom-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top: 1px solid #e9e9e9;
        padding: 30px 0;
    }

    .events .events-content h3 {
        padding-top: 0;
    }
}

@media (min-width: 600px) and (max-width: 949px) {

    .events .events-element {
        display: block;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e9e9e9;
    }

    .events .events-element .h3-line:after {
        width: 390px;
    }

    .events .events-element .events-element-image {
        height: 150px;
    }

    .events .events-content {
        width: 100%;
        display: block;
        -webkit-border-top-right-radius: 0;
        -moz-border-top-right-radius: 0;
        border-top-right-radius: 0;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-bottom-left-radius: 3px;
        border-bottom-left-radius: 3px;
        padding: 30px 0;
    }

    .events .events-content h3 {
        padding-top: 0;
    }
}

@media (max-width: 599px) {

    .events .events-element {
        display: block;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e9e9e9;
    }

    .events .events-element .events-element-image {
        height: 150px;
    }

    .events .events-element .h3-line h3 {
        padding: 0 15px 0 0;
        margin: 0 35px 20px 0;
    }

    .events .events-element .h3-line:after {
        width: -webkit-calc( 100% - 59px );
        width: -moz-calc( 100% - 59px );
        width: calc( 100% - 59px );
    }

    .events .events-content {
        width: 100%;
        display: block;
        -webkit-border-top-right-radius: 0;
        -moz-border-top-right-radius: 0;
        border-top-right-radius: 0;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-bottom-left-radius: 3px;
        border-bottom-left-radius: 3px;
        padding: 30px 0;
    }

    .events .events-content h3 {
        padding-top: 0;
    }
}

/**
 *
 * 5.15 Footer
 * -----------------------------------------------------------------------------
 *
 */

footer {
    margin-top: 30px;
    padding-bottom: 30px;
    font-size: 0;
    position: relative;
    z-index: 200;
}

footer .footer-element {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

footer .footer-element .padding {
    margin: 30px;
}

footer h3 {
    font-size: 18px;
    font-weight: 300;
    z-index: 500;
    padding: 0 30px 0 0;
    background: #f0f0f0;
    display: inline-block;
    margin-bottom: 20px;
}

footer h3 span {
    font-weight: 600;
}

footer .h3-line:after {
    content: ' ';
    height: 3px;
    position: absolute;
    left: 30px;
    top: 38px;
    z-index: -1;
}

footer p {
    font-size: 13px;
    line-height: 1.4em;
    color: #999;
    margin-bottom: 20px;
}

footer p strong {
    color: #999;
    font-weight: 600;
}

footer p i {
    font-size: 18px;
    margin-right: 15px;
}

footer ul {
    list-style: none;
    margin-bottom: 20px;
}

footer ul li {
    line-height: 1.4em;
    font-size: 13px;
}

footer ul li a {
    text-decoration: underline;
}

footer ul li a:hover {
    text-decoration: none;
}

@media (min-width: 1350px) {

    footer .footer-element {
        width: 275px;
    }

    footer .h3-line:after {
        width: 215px;
    }
}

@media (min-width: 950px) and (max-width: 1349px) {

    footer .footer-element {
        width: 250px;
    }

    footer .h3-line:after {
        width: 190px;
    }

    footer .footer-element p.company-name {
        margin-bottom: 0;
    }

    footer .footer-element p.company-contact-data {
        position: absolute;
        top: 68px;
        left: 280px;
        width: 300px;
    }

    footer .footer-element p.company-social {
        position: absolute;
        top: 68px;
        left: 530px;
        width: 200px;
    }
}

@media (min-width: 600px) and (max-width: 949px) {

    footer .h3-line h3 {
        padding: 0 0 0 15px;
        margin: 0 0 20px 30px;
    }

    footer .h3-line:after {
        width: 100px;
    }
}

@media (max-width: 599px) {

    footer .footer-element {
        width: 100%;
        display: block;
    }

    footer .h3-line h3 {
        padding: 0 0 0 15px;
        margin: 0 0 20px 30px;
    }

    footer .h3-line:after {
        width: 100px;
        top: 8px;
    }
}

/**
 *
 * 6. HTML elements
 * -----------------------------------------------------------------------------
 *
 */

.clear {
    clear: both;
}

a, i {
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

a:hover {
    text-decoration: none;
}

strong {
    font-weight: 700;
}

form {
    font-size: 0;
}

form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="tel"],
form textarea {
    padding: 0 10px;
    height: 36px;
    font-size: 13px;
    outline: none;
    line-height: 1em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.05 );
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="tel"] {
    margin: 0 10px 10px 0;
    width: 134px;
}

form input[type="text"].input-right {
    margin-right: 0;
}

form textarea {
    height: 100px !important;
    padding: 10px !important;
    width: 466px;
    resize: none;
}

form input[type="text"]:hover,
form input[type="password"]:hover,
form textarea:hover {
    border: 1px solid #bbb;
}

form input[type="text"].error,
form textarea.error {
    border: 1px solid #e73a30;
}

::-webkit-input-placeholder {
    display: block;
    line-height: 1em;
    padding-top: 2px;
}

/**
 *
 * 6.1 Custom dropdown
 * -----------------------------------------------------------------------------
 *
 */

.custom-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px !important;
    background-color: #fff;
}

.custom-dropdown-select {
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.05 );
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    font-size: 13px;
    height: 38px;
    padding: 8px 10px;
    margin: 0;
    width: 214px;
    background-color: transparent;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.custom-dropdown-select option:disabled {
    color: #ddd;
}

.custom-dropdown-select.error {
    border: 1px solid #e73a30;
}

.custom-dropdown::before,
.custom-dropdown::after {
    content: "";
    position: absolute;
}

.custom-dropdown::after {
    content: "\25BC";
    height: 1em;
    font-size: 0.625em;
    line-height: 1;
    right: 1px;
    top: 0;
    margin-top: 1px;
    color: rgba(0, 0, 0, 0.9);
    background: #fff;
    width: 32px;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 13px;
}

.custom-dropdown::before {
    width: 2em;
    right: 0;
    border-radius: 0 3px 3px 0;
    top: 0.5em;
    bottom: 0.5em;
    border-left: 1px solid rgba( 0, 0, 0, 0.1 );
    background: #fff;
    margin-right: 1px;
}

.custom-dropdown-select:hover {
    border: 1px solid #bbb;
}

/**
 *
 * 6.2 Alert boxes
 * -----------------------------------------------------------------------------
 *
 */

.alert-box {
    margin-bottom: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    padding: 10px;
}

.alert-box p {
    margin: 0 !important;
    line-height: 1;
    padding: 0 30px 0 5px;
    font-size: 13px;
}

.alert-box.alert-yellow {
    background: #fcf8e3;
    border: 1px solid #e3d9a2;
}

.alert-box.alert-yellow p,
.alert-box.alert-yellow p span {
    color: #c9b754 !important;
}

.alert-box.alert-blue {
    background: #c8e3f8;
    border: 1px solid #87b9e0;
}

.alert-box.alert-blue p,
.alert-box.alert-blue p span {
    color: #5f91b7 !important;
}

.alert-box.alert-green {
    background: #def6de;
    border: 1px solid #a1c4a1;
}

.alert-box.alert-green p,
.alert-box.alert-green p span {
    color: #75ac75 !important;
}

.alert-box.alert-red {
    background: #f6dbdb;
    border: 1px solid #d09090;
}

.alert-box.alert-red p,
.alert-box.alert-red p span {
    color: #c96464 !important;
}

.alert-box span {
    text-decoration: underline;
    cursor: pointer;
}

.alert-box span:hover {
    text-decoration: none;
}

/**
 *
 * 6.3 Buttons
 * -----------------------------------------------------------------------------
 *
 */

.button {
    border: 0;
    padding: 11.5px 20px;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    cursor: pointer;
    outline: none;
    vertical-align: middle;
    line-height: 1;
}

.button.button-left-arrow {
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0 !important;
    padding-left: 15px;
}

.button.button-right-arrow {
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0 !important;
    padding-right: 15px;
}

input.button,
button.button {
    padding: 0 20px;
    height: 38px;
}

.button:hover {
    opacity: 0.9;
}

header .button {
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-top: 1px solid rgba( 255, 255, 255, 0.35 ) !important;
    box-shadow: 0 0 4px rgba( 0, 0, 0, 0.1 );
}

.button.button-light-green {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #61A3AF),color-stop(1, #51919C));
    background-image: -o-linear-gradient(bottom, #61A3AF 0%, #51919C 100%);
    background-image: -moz-linear-gradient(bottom, #61A3AF 0%, #51919C 100%);
    background-image: -webkit-linear-gradient(bottom, #61A3AF 0%, #51919C 100%);
    background-image: -ms-linear-gradient(bottom, #61A3AF 0%, #51919C 100%);
    background-image: linear-gradient(to bottom, #61A3AF 0%, #51919C 100%);
    color: #375b61;
    text-shadow: 0px 1px 0px rgba( 151, 188, 195, 0.75 );
    border: 1px solid #5594a0;
}

.button.button-light-green i {
    color: #375b61;
}

.button.button-left-arrow.button-light-green:before {
    background-image: -webkit-gradient(linear,left top,right bottom,color-stop(0, #61A3AF),color-stop(1, #51919C));
    background-image: -o-linear-gradient(right bottom, #61A3AF 0%, #51919C 100%);
    background-image: -moz-linear-gradient(right bottom, #61A3AF 0%, #51919C 100%);
    background-image: -webkit-linear-gradient(right bottom, #61A3AF 0%, #51919C 100%);
    background-image: -ms-linear-gradient(right bottom, #61A3AF 0%, #51919C 100%);
    background-image: linear-gradient(to right bottom, #61A3AF 0%, #51919C 100%);
    text-shadow: 0px 1px 0px rgba( 154, 128, 120, 0.75 );
    border: 1px solid #5594a0;
    border-top: 0;
    border-right: 0;
    position: absolute;
    content: ' ';
    width: 27px;
    height: 27px;
    top: 4px;
    left: -14px;
    z-index: -1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: rotate( 45deg );
    -moz-transform: rotate( 45deg );
    transform: rotate( 45deg );
}

.button.button-pink {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #F9507A),color-stop(1, #E3426A));
    background-image: -o-linear-gradient(bottom, #F9507A 0%, #E3426A 100%);
    background-image: -moz-linear-gradient(bottom, #F9507A 0%, #E3426A 100%);
    background-image: -webkit-linear-gradient(bottom, #F9507A 0%, #E3426A 100%);
    background-image: -ms-linear-gradient(bottom, #F9507A 0%, #E3426A 100%);
    background-image: linear-gradient(to bottom, #F9507A 0%, #E3426A 100%);
    color: #ab0530;
    text-shadow: 0px 1px 0px rgba( 215, 141, 160, 0.75 );
    border: 1px solid #d53861;
}

.button.button-pink i {
    color: #ab0530;
}

.button.button-left-arrow.button-pink:before {
    background-image: -webkit-gradient(linear,left top,right bottom,color-stop(0, #F9507A),color-stop(1, #E3426A));
    background-image: -o-linear-gradient(right bottom, #F9507A 0%, #E3426A 100%);
    background-image: -moz-linear-gradient(right bottom, #F9507A 0%, #E3426A 100%);
    background-image: -webkit-linear-gradient(right bottom, #F9507A 0%, #E3426A 100%);
    background-image: -ms-linear-gradient(right bottom, #F9507A 0%, #E3426A 100%);
    background-image: linear-gradient(to right bottom, #F9507A 0%, #E3426A 100%);
    text-shadow: 0px 1px 0px rgba( 154, 128, 120, 0.75 );
    border: 1px solid #d53861;
    border-top: 0;
    border-right: 0;
    position: absolute;
    content: ' ';
    width: 27px;
    height: 27px;
    top: 4px;
    left: -14px;
    z-index: -1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: rotate( 45deg );
    -moz-transform: rotate( 45deg );
    transform: rotate( 45deg );
}

.button.button-orange {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FF7F30),color-stop(1, #EB6512));
    background-image: -o-linear-gradient(bottom, #FF7F30 0%, #EB6512 100%);
    background-image: -moz-linear-gradient(bottom, #FF7F30 0%, #EB6512 100%);
    background-image: -webkit-linear-gradient(bottom, #FF7F30 0%, #EB6512 100%);
    background-image: -ms-linear-gradient(bottom, #FF7F30 0%, #EB6512 100%);
    background-image: linear-gradient(to bottom, #FF7F30 0%, #EB6512 100%);
    color: #832b00;
    text-shadow: 0px 1px 0px rgba( 244, 169, 119, 0.75 );
    border: 1px solid #e36815;
}

.button.button-orange i {
    color: #832b00;
}

.button.button-red {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ff2b00),color-stop(1, #DF2500));
    background-image: -o-linear-gradient(bottom, #ff2b00 0%, #DF2500 100%);
    background-image: -moz-linear-gradient(bottom, #ff2b00 0%, #DF2500 100%);
    background-image: -webkit-linear-gradient(bottom, #ff2b00 0%, #DF2500 100%);
    background-image: -ms-linear-gradient(bottom, #ff2b00 0%, #DF2500 100%);
    background-image: linear-gradient(to bottom, #ff2b00 0%, #DF2500 100%);
    color: #550E00;
    text-shadow: 0px 1px 0px rgba( 244, 126, 119, 0.75 );
    border: 1px solid #EA3512;
}

.button.button-red i {
    color: #7A1400;
}


.button.button-left-arrow.button-orange:before {
    background-image: -webkit-gradient(linear,left top,right bottom,color-stop(0, #FF7F30),color-stop(1, #EB6512));
    background-image: -o-linear-gradient(right bottom, #FF7F30 0%, #EB6512 100%);
    background-image: -moz-linear-gradient(right bottom, #FF7F30 0%, #EB6512 100%);
    background-image: -webkit-linear-gradient(right bottom, #FF7F30 0%, #EB6512 100%);
    background-image: -ms-linear-gradient(right bottom, #FF7F30 0%, #EB6512 100%);
    background-image: linear-gradient(to right bottom, #FF7F30 0%, #EB6512 100%);
    text-shadow: 0px 1px 0px rgba( 154, 128, 120, 0.75 );
    border: 1px solid #e36815;
    border-top: 0;
    border-right: 0;
    position: absolute;
    content: ' ';
    width: 27px;
    height: 27px;
    top: 4px;
    left: -14px;
    z-index: -1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: rotate( 45deg );
    -moz-transform: rotate( 45deg );
    transform: rotate( 45deg );
}

.button.button-green {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #A0D404),color-stop(1, #88B502));
    background-image: -o-linear-gradient(bottom, #A0D404 0%, #88B502 100%);
    background-image: -moz-linear-gradient(bottom, #A0D404 0%, #88B502 100%);
    background-image: -webkit-linear-gradient(bottom, #A0D404 0%, #88B502 100%);
    background-image: -ms-linear-gradient(bottom, #A0D404 0%, #88B502 100%);
    background-image: linear-gradient(to bottom, #A0D404 0%, #88B502 100%);
    color: #4c6606;
    text-shadow: 0px 1px 0px rgba( 222, 236, 185, 0.75 );
    border: 1px solid #7ea613;
}

.button.button-green i {
    color: #4c6606;
}

.button.button-left-arrow.button-green:before {
    background-image: -webkit-gradient(linear,left top,right bottom,color-stop(0, #A0D404),color-stop(1, #88B502));
    background-image: -o-linear-gradient(right bottom, #A0D404 0%, #88B502 100%);
    background-image: -moz-linear-gradient(right bottom, #A0D404 0%, #88B502 100%);
    background-image: -webkit-linear-gradient(right bottom, #A0D404 0%, #88B502 100%);
    background-image: -ms-linear-gradient(right bottom, #A0D404 0%, #88B502 100%);
    background-image: linear-gradient(to right bottom, #A0D404 0%, #88B502 100%);
    text-shadow: 0px 1px 0px rgba( 154, 128, 120, 0.75 );
    border: 1px solid #7ea613;
    border-top: 0;
    border-right: 0;
    position: absolute;
    content: ' ';
    width: 27px;
    height: 27px;
    top: 4px;
    left: -14px;
    z-index: -1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: rotate( 45deg );
    -moz-transform: rotate( 45deg );
    transform: rotate( 45deg );
}

.button.button-wasabi {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #D4D26E),color-stop(1, #B0AD4D));
    background-image: -o-linear-gradient(bottom, #D4D26E 0%, #B0AD4D 100%);
    background-image: -moz-linear-gradient(bottom, #D4D26E 0%, #B0AD4D 100%);
    background-image: -webkit-linear-gradient(bottom, #D4D26E 0%, #B0AD4D 100%);
    background-image: -ms-linear-gradient(bottom, #D4D26E 0%, #B0AD4D 100%);
    background-image: linear-gradient(to bottom, #D4D26E 0%, #B0AD4D 100%);
    color: #575615;
    text-shadow: 0px 1px 0px rgba( 231, 231, 213, 0.75 );
    border: 1px solid #acab4a;
}

.button.button-wasabi i {
    color: #575615;
}

.button.button-left-arrow.button-wasabi:before {
    background-image: -webkit-gradient(linear,left top,right bottom,color-stop(0, #D4D26E),color-stop(1, #B0AD4D));
    background-image: -o-linear-gradient(right bottom, #D4D26E 0%, #B0AD4D 100%);
    background-image: -moz-linear-gradient(right bottom, #D4D26E 0%, #B0AD4D 100%);
    background-image: -webkit-linear-gradient(right bottom, #D4D26E 0%, #B0AD4D 100%);
    background-image: -ms-linear-gradient(right bottom, #D4D26E 0%, #B0AD4D 100%);
    background-image: linear-gradient(to right bottom, #D4D26E 0%, #B0AD4D 100%);
    text-shadow: 0px 1px 0px rgba( 154, 128, 120, 0.75 );
    border: 1px solid #acab4a;
    border-top: 0;
    border-right: 0;
    position: absolute;
    content: ' ';
    width: 27px;
    height: 27px;
    top: 4px;
    left: -14px;
    z-index: -1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: rotate( 45deg );
    -moz-transform: rotate( 45deg );
    transform: rotate( 45deg );
}

.button.button-brown {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #B0896C),color-stop(1, #8F6B50));
    background-image: -o-linear-gradient(bottom, #B0896C 0%, #8F6B50 100%);
    background-image: -moz-linear-gradient(bottom, #B0896C 0%, #8F6B50 100%);
    background-image: -webkit-linear-gradient(bottom, #B0896C 0%, #8F6B50 100%);
    background-image: -ms-linear-gradient(bottom, #B0896C 0%, #8F6B50 100%);
    background-image: linear-gradient(to bottom, #B0896C 0%, #8F6B50 100%);
    color: #463629;
    text-shadow: 0px 1px 0px rgba( 186, 173, 163, 0.75 );
    border: 1px solid #98765a;
}

.button.button-brown i {
    color: #463629;
}

.button.button-left-arrow.button-brown:before {
    background-image: -webkit-gradient(linear,left top,right bottom,color-stop(0, #B0896C),color-stop(1, #8F6B50));
    background-image: -o-linear-gradient(right bottom, #B0896C 0%, #8F6B50 100%);
    background-image: -moz-linear-gradient(right bottom, #B0896C 0%, #8F6B50 100%);
    background-image: -webkit-linear-gradient(right bottom, #B0896C 0%, #8F6B50 100%);
    background-image: -ms-linear-gradient(right bottom, #B0896C 0%, #8F6B50 100%);
    background-image: linear-gradient(to right bottom, #B0896C 0%, #8F6B50 100%);
    text-shadow: 0px 1px 0px rgba( 186, 173, 163, 0.75 );
    border: 1px solid #98765a;
    border-top: 0;
    border-right: 0;
    position: absolute;
    content: ' ';
    width: 27px;
    height: 27px;
    top: 4px;
    left: -14px;
    z-index: -1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: rotate( 45deg );
    -moz-transform: rotate( 45deg );
    transform: rotate( 45deg );
}

.button.button-gray {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #e5e5e5),color-stop(1, #d5d5d5));
    background-image: -o-linear-gradient(bottom, #e5e5e5 0%, #d5d5d5 100%);
    background-image: -moz-linear-gradient(bottom, #e5e5e5 0%, #d5d5d5 100%);
    background-image: -webkit-linear-gradient(bottom, #e5e5e5 0%, #d5d5d5 100%);
    background-image: -ms-linear-gradient(bottom, #e5e5e5 0%, #d5d5d5 100%);
    background-image: linear-gradient(to bottom, #e5e5e5 0%, #d5d5d5 100%);
    color: #777;
    text-shadow: 0px 1px 0px #fff;
    border: 1px solid #ccc;
}

.button.button-gray i {
    color: #777;
}

.button.button-left-arrow.button-gray:before {
    background-image: -webkit-gradient(linear,left top,right bottom,color-stop(0, #e5e5e5),color-stop(1, #d5d5d5));
    background-image: -o-linear-gradient(right bottom, #e5e5e5 0%, #d5d5d5 100%);
    background-image: -moz-linear-gradient(right bottom, #e5e5e5 0%, #d5d5d5 100%);
    background-image: -webkit-linear-gradient(right bottom, #e5e5e5 0%, #d5d5d5 100%);
    background-image: -ms-linear-gradient(right bottom, #e5e5e5 0%, #d5d5d5 100%);
    background-image: linear-gradient(to right bottom, #e5e5e5 0%, #d5d5d5 100%);
    text-shadow: 0px 1px 0px rgba( 154, 128, 120, 0.75 );
    border: 1px solid #ccc;
    border-top: 0;
    border-right: 0;
    position: absolute;
    content: ' ';
    width: 27px;
    height: 27px;
    top: 4px;
    left: -14px;
    z-index: -1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: rotate( 45deg );
    -moz-transform: rotate( 45deg );
    transform: rotate( 45deg );
}

.button.button-right-arrow.button-gray:before {
    background-image: -webkit-gradient(linear,left top,right bottom,color-stop(0, #e5e5e5),color-stop(1, #d5d5d5));
    background-image: -o-linear-gradient(right bottom, #e5e5e5 0%, #d5d5d5 100%);
    background-image: -moz-linear-gradient(right bottom, #e5e5e5 0%, #d5d5d5 100%);
    background-image: -webkit-linear-gradient(right bottom, #e5e5e5 0%, #d5d5d5 100%);
    background-image: -ms-linear-gradient(right bottom, #e5e5e5 0%, #d5d5d5 100%);
    background-image: linear-gradient(to right bottom, #e5e5e5 0%, #d5d5d5 100%);
    text-shadow: 0px 1px 0px rgba( 154, 128, 120, 0.75 );
    border: 1px solid #ccc;
    border-bottom: 0;
    border-left: 0;
    position: absolute;
    content: ' ';
    width: 27px;
    height: 27px;
    top: 4px;
    right: -14px;
    z-index: -1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: rotate( 45deg );
    -moz-transform: rotate( 45deg );
    transform: rotate( 45deg );
}

/**
 *
 * 7. Blog
 * -----------------------------------------------------------------------------
 *
 */

.blog {
    position: relative;
    z-index: 5000;
    font-size: 0;
    margin-top: 50px;
    min-height: 1px;
}

.blog .padding {
    padding: 30px;
    position: relative;
}

.blog p {
    font-size: 14px;
    line-height: 1.6em;
    color: #888;
    margin-bottom: 20px;
}

.blog strong {
    font-weight: 600;
}

/**
 *
 * 7.1 Blog content
 * -----------------------------------------------------------------------------
 *
 */

.blog .blog-content {
    width: 824px;
    float: left;
    position: relative;
}

.blog .blog-content h2 {
    margin-bottom: 20px;
    font-size: 24px;
}

.blog .blog-content h3 {
    margin-bottom: 20px;
    font-size: 18px;
}

.blog .blog-content h4 {
    margin-bottom: 20px;
    font-size: 16px;
}

.blog .blog-content h5 {
    margin-bottom: 20px;
    font-size: 14px;
}

.blog .blog-content ul {
    list-style: square;
    margin-bottom: 20px;
    margin-left: 20px;
}

.blog .blog-content ol {
    margin-bottom: 20px;
    margin-left: 20px;
}

.blog .blog-content ul ul,
.blog .blog-content ul ol,
.blog .blog-content ol ul,
.blog .blog-content ol ol {
    margin-bottom: 0;
}

.blog .blog-content ul li,
.blog .blog-content ol li {
    font-size: 14px;
    line-height: 1.6em;
}

.blog .blog-content blockquote {
    padding-left: 20px;
}

/**
 *
 * 7.2 Blog single post
 * -----------------------------------------------------------------------------
 *
 */

.blog .blog-content .blog-single-post {
    font-size: 13px;
    margin-bottom: 30px;
    margin-right: 30px;
    background: #fff;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.1 );
    border-bottom: 1px solid #ccc;
}

.blog .blog-content .blog-single-post .padding {
    padding-bottom: 10px;
}

/**
 *
 * 7.3 Blog "show reply" form
 * -----------------------------------------------------------------------------
 *
 */

.blog .blog-content .blog-show-reply-form {
    position: absolute;
    bottom: -7px;
    z-index: 1000;
    left: 50%;
    margin-left: -70px;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
    box-shadow: inset 0 3px 3px rgba( 0, 0, 0, 0.1 );
}

/**
 *
 * 7.4 Blog post data
 * -----------------------------------------------------------------------------
 *
 */

.blog .blog-content .blog-post-data {
    background: #fafafa;
    border-top: 1px solid #e9e9e9;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.blog .blog-content .blog-post-data .padding {
    padding: 30px;
}

.blog .blog-content .blog-post-data .divider {
    display: inline-block;
    margin: 0 10px;
}

.blog .blog-content .blog-post-data i {
    display: inline-block;
    margin-right: 6px;
}

.blog .blog-content .blog-post-data .blog-post-data-tags {
    display: block;
    float: right;
}

/**
 *
 * 7.5 Blog content list
 * -----------------------------------------------------------------------------
 *
 */

.blog .blog-content .blog-content-list {
    margin-right: 30px;
    background: #fff;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.1 );
    border-bottom: 1px solid #ccc;
}

.blog .blog-content .blog-content-list .padding {
    padding-bottom: 10px;
}

.blog .blog-content .blog-content-list .blog-content-list-single-post {
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.blog .blog-content .blog-content-list .blog-content-list-single-post h2 {
    margin-right: 200px;
}

.blog .blog-content .blog-content-list .blog-content-list-single-post h2 a {
    text-decoration: none;
}

.blog .blog-content .blog-content-list .blog-content-list-single-post.blog-content-list-single-post-last {
    margin: 0;
    padding: 0;
    border: 0;
}

.blog .blog-content .blog-content-list .blog-content-list-single-post .blog-content-list-single-post-image {
    height: 350px;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 35px;
    position: relative;
}

.blog .blog-content .blog-content-list .blog-content-list-single-post-author-image {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
    padding: 5px;
    position: absolute;
    bottom: -37.5px;
    right: 40px;
}

.blog .blog-content .blog-content-list .blog-content-list-single-post-author-image img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.blog .blog-content .blog-content-list .blog-content-list-single-post-data {
    font-size: 14px;
    margin-bottom: 20px;
}

.blog .blog-content .blog-content-list .blog-content-list-single-post-data,
.blog .blog-content .blog-content-list .blog-content-list-single-post-data i,
.blog .blog-content .blog-content-list .blog-content-list-single-post-data a {
    color: #aaa;
}

.blog .blog-content .blog-content-list .blog-content-list-single-post-data a {
    display: inline-block;
    margin: 5px 0;
}

.blog .blog-content .blog-content-list .blog-content-list-single-post-data .divider {
    display: inline-block;
    margin: 0 10px;
}

.blog .blog-content .blog-content-list .blog-content-list-single-post-data i {
    display: inline-block;
    margin-right: 6px;
}

.blog .blog-content .blog-content-list .blog-content-list-single-post .blog-event-date {
    position: absolute;
    z-index: 5000;
    margin-top: 30px;
    margin-left: -30px;
}

.blog .blog-content .blog-content-list .other-posts {
    margin-top: -10px;
}

.blog .blog-content .blog-content-list .other-posts .left {
    float: left;
}

.blog .blog-content .blog-content-list .other-posts .right {
    float: right;
}

/**
 *
 * 7.6 Blog event details
 * -----------------------------------------------------------------------------
 *
 */

.blog .blog-content .blog-event-details {
    margin-right: 30px;
    margin-bottom: 30px;
    background: #fff;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.1 );
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.blog .blog-content .blog-event-details h5 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.blog .blog-content .blog-event-details h3 {
    font-weight: 800;
    margin-bottom: 0;
}

.blog .blog-content .blog-event-details hr {
    width: 100px;
    background: #e9e9e9;
    height: 1px;
    border: none;
    margin: 20px auto;
}

/**
 *
 * 7.7 Blog sidebar
 * -----------------------------------------------------------------------------
 *
 */

.blog .blog-sidebar {
    width: 275px;
    float: right;
    margin-top: 80px;
}

.blog .blog-sidebar h3 {
    font-size: 18px;
    font-weight: 300;
    z-index: 500;
    padding: 0 30px 0 0;
    background: #f0f0f0;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}

.blog .blog-sidebar h3 span {
    font-weight: 600;
}

.blog .blog-sidebar .h3-line:after {
    content: ' ';
    height: 3px;
    width: 215px;
    position: absolute;
    left: 30px;
    top: 38px;
}

.blog .blog-sidebar .widget {
    font-size: 13px;
    position: relative;
}

.blog .blog-sidebar .widget ul {
    list-style: none;
}

.blog .blog-sidebar .widget ul li {
    line-height: 1.6em;
    font-size: 14px;
}

.blog .blog-sidebar .widget ul.most-commented-news .data {
    font-size: 13px;
    margin: 7px 0;
    color: #888;
}

.blog .blog-sidebar .widget ul.most-commented-news .line {
    width: 50px;
    border-bottom: 1px dashed #ddd;
    margin: 10px 0;
}

.blog .blog-sidebar .widget .tags-cloud {
    font-size: 0;
}

.blog .blog-sidebar .widget .tags-cloud .tag {
    font-size: 12px;
    padding: 8px;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    margin: 5px 5px 0 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-decoration: none;
    line-height: 1;
}

.blog .blog-sidebar .widget .tags-cloud .tag:hover {
    color: #fff;
}

.blog .blog-sidebar .widget .phone {
    font-weight: 800;
    font-size: 24px;
    text-align: right;
}

.blog .blog-sidebar .widget.widget-text .padding {
    padding-bottom: 10px;
}

.blog .blog-sidebar .widget ul.recommended-products .product-data {
    margin-top: 10px;
}

.blog .blog-sidebar .widget ul.recommended-products .data {
    font-size: 13px;
    margin: 7px 0;
    color: #9a9e9f;
}

.blog .blog-sidebar .widget ul.recommended-products .line {
    width: 50px;
    border-bottom: 1px dashed #ddd;
    margin: 10px 0;
}

/**
 *
 * 7.8 Blog responsive
 * -----------------------------------------------------------------------------
 *
 */

@media (min-width: 950px) and (max-width: 1349px) {

    .blog .blog-content {
        width: 520px;
    }

    .blog .blog-content .blog-content-list .blog-content-list-single-post .blog-content-list-single-post-image {
        height: 300px;
    }

    .blog .blog-content .blog-content-list .blog-content-list-single-post h2 {
        margin-right: 150px;
    }

    .blog .blog-content .blog-content-list .blog-content-list-single-post-data {
        float: none;
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 15px;
        text-align: left;
    }

    .blog .blog-sidebar {
        width: 230px;
    }

    .blog .blog-sidebar .h3-line h3 {
        padding: 0 15px 0 0;
        margin: 0 35px 20px 0;
    }

    .blog .blog-sidebar .h3-line:after {
        width: 160px;
    }
}

@media (min-width: 600px) and (max-width: 949px) {

    .blog .blog-content {
        width: 450px;
        float: none;
        display: block;
    }

    .blog .blog-content .blog-content-list,
    .blog .blog-content .blog-single-post,
    .blog .blog-content .blog-event-details {
        margin-right: 0;
    }

    .blog .blog-content .blog-content-list .blog-content-list-single-post .blog-content-list-single-post-image {
        height: 200px;
    }

    .blog .blog-content .blog-content-list .blog-content-list-single-post h2 {
        margin-right: 100px;
    }

    .blog .blog-content .blog-content-list .blog-content-list-single-post-data {
        float: none;
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 15px;
        text-align: left;
    }

    .blog .blog-content .blog-content-list .blog-content-list-single-post-data a {
        display: inline-block;
        margin: 5px 0;
    }

    .blog .blog-content .blog-post-data .blog-post-data-tags {
        float: none;
        margin-top: 20px;
    }

    .blog .blog-content .blog-show-reply-form {
        bottom: -37px;
    }

    .blog .blog-sidebar {
        width: 450px;
        float: none;
        display: block;
        margin-top: 30px;
    }

    .blog .blog-sidebar .h3-line h3 {
        padding: 0 0 0 15px;
        margin: 0 0 20px 30px;
    }

    .blog .blog-sidebar .h3-line:after {
        width: 100px;
    }

    .blog .blog-sidebar .widget .phone {
        font-size: 22px;
        text-align: left;
    }
}

@media (max-width: 599px) {

    .blog .blog-content {
        width: 100%;
        float: none;
        display: block;
    }

    .blog .blog-content .blog-content-list,
    .blog .blog-content .blog-single-post,
    .blog .blog-content .blog-event-details {
        margin-right: 0;
    }

    .blog .blog-content .blog-content-list .blog-content-list-single-post .blog-content-list-single-post-image {
        height: 150px;
    }

    .blog .blog-content .blog-content-list .blog-content-list-single-post h2 {
        margin-right: 50px;
    }

    .blog .blog-content .blog-content-list .blog-content-list-single-post-author-image {
        width: 50px;
        height: 50px;
        bottom: -30px;
        right: 20px;
    }

    .blog .blog-content .blog-content-list .blog-content-list-single-post-data {
        line-height: 1.8em;
    }

    .blog .blog-content .blog-content-list .blog-content-list-single-post-data a {
        margin: 0;
    }

    .blog .blog-content .blog-show-reply-form {
        bottom: -37px;
    }

    .blog .blog-sidebar {
        width: 100%;
        float: none;
        display: block;
        margin-top: 30px;
    }

    .blog .blog-sidebar .h3-line h3 {
        padding: 0 0 0 15px;
        margin: 0 0 20px 30px;
    }

    .blog .blog-sidebar .h3-line:after {
        width: 100px;
    }

    .blog .blog-sidebar .widget .phone {
        text-align: left;
    }
}

/**
 *
 * 8. Shop
 * -----------------------------------------------------------------------------
 *
 */

.shop {
    position: relative;
    z-index: 5000;
    font-size: 0;
    margin-top: 50px;
    min-height: 1px;
}

.shop .padding {
    padding: 30px;
    position: relative;
}

.shop p {
    font-size: 14px;
    line-height: 1.6em;
    color: #888;
    margin-bottom: 20px;
}

.shop strong {
    font-weight: 600;
}

/**
 *
 * 8.1 Shop content
 * -----------------------------------------------------------------------------
 *
 */

.shop .shop-content {
    width: 824px;
    float: left;
    position: relative;
}

.shop .shop-content h2 {
    margin-bottom: 20px;
    font-size: 24px;
}

.shop .shop-content h3 {
    margin-bottom: 20px;
    font-size: 18px;
}

.shop .shop-content h4 {
    margin-bottom: 20px;
    font-size: 16px;
}

.shop .shop-content h5 {
    margin-bottom: 20px;
    font-size: 14px;
}

.shop .shop-content ul {
    list-style: square;
    margin-bottom: 20px;
    margin-left: 20px;
}

.shop .shop-content ol {
    margin-bottom: 20px;
    margin-left: 20px;
}

.shop .shop-content ul ul,
.shop .shop-content ul ol,
.shop .shop-content ol ul,
.shop .shop-content ol ol {
    margin-bottom: 0;
}

.shop .shop-content ul li,
.shop .shop-content ol li {
    font-size: 14px;
    line-height: 1.6em;
}

.shop .shop-content table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
}

.shop .shop-content table td {
    font-size: 13px;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.shop .shop-content table td:first-child {
    font-weight: 800;
    width: 200px;
}

.shop .shop-content table tr:last-child td {
    border-bottom: 0;
}

.shop .shop-content blockquote {
    padding-left: 20px;
}

.shop .shop-content .stars {
    font-size: 11px;
}

.shop .shop-content .stars i {
    color: #f1cd3f;
}

.shop .shop-content h3 .stars {
    margin-left: 10px;
    position: absolute;
    margin-top: 0;
}

.shop .shop-content .stars.stars-up {
    margin-left: 10px;
    position: absolute;
    margin-top: -5px;
}

/**
 *
 * 8.2 Shop single product
 * -----------------------------------------------------------------------------
 *
 */

.shop .shop-products-list {
    position: relative;
    font-size: 0;
    margin-right: 30px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.1 );
    border-bottom: 1px solid #ccc;
}

.shop .shop-products-list .shop-single-product {
    width: 264px;
    display: inline-block;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
    vertical-align: top;
}

.shop .shop-products-list .shop-single-product.shop-single-product-last {
    border-right: 0;
}

.shop .shop-products-list .shop-single-product .padding {
    padding: 30px;
}

.shop .shop-products-list .shop-single-product .shop-single-product-image {
    height: 150px;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-bottom: 1px solid #fafafa;
    margin-bottom: 20px;
}

.shop .shop-products-list .shop-single-product h3 {
    font-size: 18px;
    margin: 0;
}

.shop .shop-products-list .shop-single-product h3 a {
    text-decoration: none;
}

.shop .shop-products-list .shop-single-product p {
    font-size: 14px;
    line-height: 1.6em;
    color: #888;
    margin-bottom: 20px;
}

.shop .shop-products-list .shop-single-product p.actions {
    margin-bottom: 0;
}

.shop .shop-products-list .shop-single-product span.price {
    font-size: 38px;
    font-weight: 600;
}

.shop .shop-products-list .shop-single-product a.add-to-cart {
    font-size: 13px;
    position: absolute;
    margin-top: 13px;
    right: 30px;
}

/**
 *
 * 8.3 Shop product small list
 * -----------------------------------------------------------------------------
 *
 */

.shop .shop-products-list.shop-products-small-list .shop-single-product,
.shop .shop-products-list.shop-products-small-list .shop-important-facts {
    border-bottom: 0;
}

/**
 *
 * 8.4 Shop product
 * -----------------------------------------------------------------------------
 *
 */

.shop .shop-product {
    position: relative;
    font-size: 0;
    margin-bottom: 30px;
    margin-right: 30px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.1 );
    border-bottom: 1px solid #ccc;
}

.shop .shop-product .padding {
    padding: 30px;
}

.shop .shop-product .shop-product-images {
    width: 250px;
    height: 250px;
    float: left;
    position: relative;
}

.shop .shop-product .shop-product-images .shop-product-single-image {
    width: 250px;
    height: 250px;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    top: 0;
}

.shop .shop-product .shop-product-images .shop-product-images-switch .shop-product-images-prev,
.shop .shop-product .shop-product-images .shop-product-images-switch .shop-product-images-next {
    width: 35px;
    height: 55px;
    background: rgba( 255, 255, 255, 0.7 );
    position: absolute;
    z-index: 500;
    top: 50%;
    margin-top: -27.5px;
    text-align: center;
    opacity: 0.5;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    cursor: pointer;
}

.shop .shop-product .shop-product-images .shop-product-images-switch .shop-product-images-prev:hover,
.shop .shop-product .shop-product-images .shop-product-images-switch .shop-product-images-next:hover {
    opacity: 1;
}

.shop .shop-product .shop-product-images .shop-product-images-switch .shop-product-images-prev i,
.shop .shop-product .shop-product-images .shop-product-images-switch .shop-product-images-next i {
    font-size: 27px;
    font-weight: 600;
    color: #313131;
    padding-top: 12px;
}

.shop .shop-product .shop-product-images .shop-product-images-switch .shop-product-images-prev i {
    margin-left: -4px;
}

.shop .shop-product .shop-product-images .shop-product-images-switch .shop-product-images-next i {
    padding-left: 4px;
}

.shop .shop-product .shop-product-images .shop-product-images-switch .shop-product-images-prev {
    -webkit-border-top-right-radius: 2px;
    -moz-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.shop .shop-product .shop-product-images .shop-product-images-switch .shop-product-images-next {
    right: 0;
    -webkit-border-top-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.shop .shop-product .shop-product-description {
    float: right;
    width: 455px;
}

.shop .shop-product h3 {
    font-size: 23px;
}

.shop .shop-product h3 a {
    text-decoration: none;
}

.shop .shop-product p {
    font-size: 14px;
    line-height: 1.6em;
    color: #888;
    margin-bottom: 20px;
}

.shop .shop-product span.price {
    font-size: 25px;
    font-weight: 600;
}

.shop .shop-product a.add-to-cart {
    font-size: 13px;
    position: absolute;
    margin-top: 6.5px;
    margin-left: 15px;
}

/**
 *
 * 8.5 Shop "show reply" form
 * -----------------------------------------------------------------------------
 *
 */

.shop .shop-product-tabs .shop-show-reply-form {
    position: absolute;
    z-index: 1000;
    bottom: -38px;
    left: 50%;
    margin-left: -67px;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
    box-shadow: inset 0 3px 3px rgba( 0, 0, 0, 0.1 );
}

/**
 *
 * 8.6 Shop products tab
 * -----------------------------------------------------------------------------
 *
 */

.shop .shop-product-tabs-switcher {
    margin-left: 30px;
}

.shop .shop-product-tabs-switcher .button {
    margin-right: 5px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
}

.shop .shop-product-tabs-content {
    position: relative;
    font-size: 0;
    margin-bottom: 30px;
    margin-right: 30px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.1 );
    border-bottom: 1px solid #ccc;
}

.shop .shop-product-tabs-content .shop-product-tabs-single-tab .padding {
    padding-bottom: 10px;
}

/**
 *
 * 8.7 Shop important facts
 * -----------------------------------------------------------------------------
 *
 */

.shop .shop-important-facts {
    width: 264px;
    display: inline-block;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
    vertical-align: top;
    min-height: 329px;
}

.shop .shop-important-facts.shop-important-facts-border {
    border-right: 1px solid #e9e9e9;
}

.shop .shop-important-facts-horizontal {
    border-top: 1px solid #e9e9e9;
    background: #fafafa;
    position: relative;
}

.shop .shop-important-facts .padding,
.shop .shop-important-facts-horizontal .padding {
    padding: 30px;
}

.shop .shop-important-facts h3,
.shop .shop-important-facts-horizontal h3 {
    font-size: 18px;
}

.shop .shop-important-facts p,
.shop .shop-important-facts-horizontal p {
    font-size: 14px;
    line-height: 1.6em;
    color: #888;
    margin-bottom: 20px;
    padding-left: 40px;
}

.shop .shop-important-facts-horizontal p {
    display: inline-block;
    width: 191px;
    vertical-align: top;
    position: relative;
    margin-right: 20px;
}

.shop .shop-important-facts-horizontal p.important-last {
    margin-right: 0;
}

.shop .shop-important-facts i,
.shop .shop-important-facts-horizontal i {
    font-size: 25px;
    float: left;
    position: absolute;
    left: 30px;
}

.shop .shop-important-facts-horizontal i {
    left: 0;
}

/**
 *
 * 8.8 Shop navigation
 * -----------------------------------------------------------------------------
 *
 */

.shop .shop-navigation {
    background: #fafafa;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.shop .shop-navigation p {
    margin: 0;
}

.shop .shop-navigation p.left {
    float: left;
}

.shop .shop-navigation p.right {
    float: right;
}

/**
 *
 * 8.9 Shop cart
 * -----------------------------------------------------------------------------
 *
 */

.shop .shop-cart {
    position: relative;
    font-size: 0;
    margin-bottom: 30px;
    margin-right: 30px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.1 );
    border-bottom: 1px solid #ccc;
}

.shop .shop-cart .alert-box {
    margin-bottom: 20px;
}

.shop .shop-cart .cart-table {
    margin-bottom: 0;
}

.shop .shop-cart .cart-table .head {
    font-weight: 800;
}

.shop .shop-cart .cart-table td {
    text-align: center;
}

.shop .shop-cart .cart-table td.product-name {
    text-align: left;
}

.shop .shop-cart .cart-table td.product-remove {
    text-align: right;
}

.shop .shop-cart .cart-table .thumbnail {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.shop .shop-cart .cart-table .product-remove {
    width: 50px !important;
}

.shop .shop-cart .cart-table .product-thumbnail {
    width: 90px;
}

.shop .shop-cart .cart-table .product-quantity .quantity-minus,
.shop .shop-cart .cart-table .product-quantity .quantity-plus {
    font-weight: 800;
    color: #777;
    display: inline-block;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #e5e5e5),color-stop(1, #d5d5d5));
    background-image: -o-linear-gradient(bottom, #e5e5e5 0%, #d5d5d5 100%);
    background-image: -moz-linear-gradient(bottom, #e5e5e5 0%, #d5d5d5 100%);
    background-image: -webkit-linear-gradient(bottom, #e5e5e5 0%, #d5d5d5 100%);
    background-image: -ms-linear-gradient(bottom, #e5e5e5 0%, #d5d5d5 100%);
    background-image: linear-gradient(to bottom, #e5e5e5 0%, #d5d5d5 100%);
    text-shadow: 0px 1px 0px #fff;
    border: 1px solid #ccc;
    padding: 5px 8px;
    margin: 0 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.shop .shop-cart .cart-table .product-quantity .quantity-minus:hover,
.shop .shop-cart .cart-table .product-quantity .quantity-plus:hover {
    opacity: 0.9;
}

.shop .shop-cart .cart-table td.actions {
    text-align: right;
    padding: 11px 0 0 0;
    font-size: 0;
}

.shop .shop-cart .cart-table td.actions .button {
    margin-left: 10px;
}

.shop .shop-cart .cart-table td.actions .coupon {
    margin-bottom: 0;
    float: left;
}

.shop .shop-cart .cart-table td.actions .coupon input[type="text"] {
    margin: 0 !important;
    vertical-align: middle;
}

.shop .shop-cart .cart-table td.actions .coupon input {
    display: none;
}

.shop .shop-cart .cart-table td.actions .coupon span.about-coupon {
    font-size: 13px;
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer;
    padding-top: 19px;
    display: block;
}

.shop .shop-cart .cart-table td.actions .coupon span.about-coupon:hover {
    text-decoration: none;
}

/**
 *
 * 8.10 Shop cart totals
 * -----------------------------------------------------------------------------
 *
 */

.shop .shop-cart-totals {
    position: relative;
    font-size: 0;
    margin-bottom: 30px;
    margin-right: 30px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.1 );
    border-bottom: 1px solid #ccc;
}

.shop .shop-cart-totals table {
    margin-bottom: 0;
}

.shop .shop-cart-totals table .calculate-shipping-button {
    text-decoration: underline;
    cursor: pointer;
}

.shop .shop-cart-totals table .calculate-shipping-button:hover {
    text-decoration: none;
}

.shop .shop-cart-totals .calculate-shipping,
.shop .shop-cart-totals .payment-method {
    background: #fafafa;
    border-top: 1px solid #e9e9e9;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.shop .shop-cart-totals .calculate-shipping select {
    vertical-align: middle;
    width: 238px;
}

.shop .shop-cart-totals .calculate-shipping input {
    margin: 0 0 0 10px !important;
    vertical-align: middle;
    width: 216px;
}

.shop .shop-cart-totals .calculate-shipping .button {
    display: block;
    margin-top: 20px;
}

.shop .shop-cart-totals .payment-method input[type="checkbox"] {
    vertical-align: middle;
    margin-right: 15px;
}

.shop .shop-cart-totals .payment-method p,
.shop .shop-cart-totals .payment-method .alert-box {
    margin-bottom: 15px;
}

.shop .shop-cart-totals .payment-method h3 {
    font-size: 18px;
    font-weight: 300;
    z-index: 500;
    padding: 0 30px 0 0;
    background: #fafafa;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}

.shop .shop-cart-totals .payment-method h3 span {
    font-weight: 600;
}

.shop .shop-cart-totals .payment-method .h3-line {
    position: relative;
}

.shop .shop-cart-totals .payment-method .h3-line:after {
    content: ' ';
    height: 3px;
    width: 704px;
    position: absolute;
    left: 30px;
    top: 8px;
}

/**
 *
 * 8.11 Shop checkout
 * -----------------------------------------------------------------------------
 *
 */

.shop .shop-checkout {
    position: relative;
    font-size: 0;
    margin-bottom: 30px;
    margin-right: 30px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.1 );
    border-bottom: 1px solid #ccc;
}

.shop .shop-checkout h3 {
    font-size: 18px;
    font-weight: 300;
    z-index: 500;
    padding: 0 30px 0 0;
    background: #fff;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}

.shop .shop-checkout h3 span {
    font-weight: 600;
}

.shop .shop-checkout .h3-line {
    position: relative;
    margin-top: 30px;
}

.shop .shop-checkout .h3-line:after {
    content: ' ';
    height: 3px;
    width: 704px;
    position: absolute;
    left: 30px;
    top: 8px;
}

.shop .shop-checkout input[type="text"] {
    width: 712px;
    margin: 0;
}

.shop .shop-checkout .custom-dropdown,
.shop .shop-checkout .custom-dropdown-select {
    width: 100%;
}

.shop .shop-checkout .double-fields {
    position: relative;
}

.shop .shop-checkout .double-fields .left {
    width: 50%;
    float: left;
}

.shop .shop-checkout .double-fields .right {
    width: 50%;
    float: right;
}

.shop .shop-checkout .double-fields .left .padding-left {
    margin-right: 15px;
}

.shop .shop-checkout .double-fields .right .padding-right {
    margin-left: 15px;
}

.shop .shop-checkout .double-fields input[type="text"],
.shop .shop-checkout .double-fields input[type="password"] {
    width: 330px !important;
    margin: 0;
}

.shop .shop-checkout textarea {
    width: 712px;
    margin: 0;
}

.shop .shop-checkout input[type="checkbox"] {
    margin-right: 15px;
    vertical-align: middle;
}

.shop .shop-checkout .h3-line input[type="checkbox"] {
    margin-right: 0;
    margin-left: 15px;
}

.shop .shop-checkout .order-notes {
    margin-bottom: 0;
}

.shop .shop-checkout .returning-customer {
    padding-top: 10px;
}

.shop .shop-checkout .returning-customer .button {
    margin-right: 20px;
}

.shop .shop-checkout .returning-customer hr {
    background: #e9e9e9;
    height: 1px;
    border: none;
    margin: 30px 0 0 0;
}

/**
 *
 * 8.12 Shop sidebar
 * -----------------------------------------------------------------------------
 *
 */

.shop .shop-sidebar {
    width: 275px;
    float: right;
    margin-top: 80px;
}

.shop .shop-sidebar h3 {
    font-size: 18px;
    font-weight: 300;
    z-index: 500;
    padding: 0 30px 0 0;
    background: #f0f0f0;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}

.shop .shop-sidebar h3 span {
    font-weight: 600;
}

.shop .shop-sidebar .h3-line:after {
    content: ' ';
    height: 3px;
    width: 215px;
    position: absolute;
    left: 30px;
    top: 38px;
}

.shop .shop-sidebar .widget {
    font-size: 13px;
    position: relative;
}
.shop .shop-sidebar .widget.widget-cart .padding {
    padding-bottom: 0;
}

.shop .shop-sidebar .widget ul {
    list-style: none;
}

.shop .shop-sidebar .widget ul li {
    line-height: 1.6em;
    font-size: 14px;
}

.shop .shop-sidebar .widget ul.most-commented-news .data {
    font-size: 13px;
    margin: 7px 0;
    color: #888;
}

.shop .shop-sidebar .widget ul.most-commented-news .line {
    width: 50px;
    border-bottom: 1px dashed #ddd;
    margin: 10px 0;
}

.shop .shop-sidebar .widget .tags-cloud {
    font-size: 0;
}

.shop .shop-sidebar .widget .tags-cloud .tag {
    font-size: 12px;
    padding: 8px;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    margin: 5px 5px 0 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-decoration: none;
    line-height: 1;
}

.shop .shop-sidebar .widget .tags-cloud .tag:hover {
    color: #fff;
}

.shop .shop-sidebar .widget .phone {
    font-weight: 800;
    font-size: 24px;
    text-align: right;
}

.shop .shop-sidebar .widget.widget-text .padding {
    padding-bottom: 10px;
}

.shop .shop-sidebar .widget ul.recommended-products .product-data,
.shop .shop-sidebar .widget ul.cart-products .product-data {
    margin-top: 10px;
}

.shop .shop-sidebar .widget ul.recommended-products .data,
.shop .shop-sidebar .widget ul.cart-products .data {
    font-size: 13px;
    margin: 7px 0;
    color: #9a9e9f;
}

.shop .shop-sidebar .widget ul.recommended-products .line,
.shop .shop-sidebar .widget ul.cart-products .line {
    width: 50px;
    border-bottom: 1px dashed #ddd;
    margin: 10px 0;
}

.shop .shop-sidebar .widget.widget-cart h4 {
    margin-top: 20px;
    font-weight: 600;
    font-size: 14px;
}

/**
 *
 * 8.13 Shop responsive
 * -----------------------------------------------------------------------------
 *
 */

@media (min-width: 950px) and (max-width: 1349px) {

    .shop .shop-content {
        width: 520px;
    }

    .shop .shop-products-list .shop-single-product {
        width: 100%;
        border-right: 0;
    }

    .shop .shop-products-small-list .shop-single-product {
        border-top: 1px solid #e9e9e9;
    }

    .shop .shop-important-facts {
        width: 100%;
        min-height: 0;
    }

    .shop .shop-important-facts .padding {
        padding: 30px 30px 10px 30px;
    }

    .shop .shop-product .shop-product-images {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }

    .shop .shop-product .shop-product-images .shop-product-single-image {
        width: 100%;
    }

    .shop .shop-product .shop-product-description {
        width: 100%;
        float: none;
    }

    .shop .shop-product .padding {
        padding-bottom: 10px;
    }

    .shop .shop-cart-totals .calculate-shipping .custom-dropdown {
        display: block;
    }

    .shop .shop-cart-totals .calculate-shipping select {
        width: 100%;
    }

    .shop .shop-cart-totals .calculate-shipping input {
        width: -webkit-calc( 100% - 22px );
        width: -moz-calc( 100% - 22px );
        width: calc( 100% - 22px );
        display: block;
        margin-top: 10px !important;
        margin-left: 0 !important;
    }

    .shop .shop-cart .stars.stars-up {
        left: 120px;
        margin-left: 0;
        margin-top: -25px;
    }

    .shop .shop-cart .cart-table .product-remove {
        width: 20px !important;
    }

    .shop .shop-cart .cart-table td.actions {
        text-align: left;
    }

    .shop .shop-cart .cart-table td.actions .button {
        margin-left: 0;
        margin-right: 10px;
    }

    .shop .shop-cart .cart-table td.actions .coupon {
        float: none;
        display: block;
        text-align: left;
        margin-bottom: 10px;
    }

    .shop .shop-cart .cart-table td.actions .coupon input[type="text"] {
        margin-right: 10px !important;
        width: 279px;
    }

    .shop .shop-cart .cart-table td.actions .coupon .button {
        margin-right: 0;
    }

    .shop .shop-checkout input[type="text"],
    .shop .shop-checkout textarea {
        width: 408px;
    }

    .shop .shop-checkout .double-fields input[type="text"],
    .shop .shop-checkout .double-fields input[type="password"] {
        width: 178px !important;
    }

    .shop .shop-checkout .h3-line:after,
    .shop .shop-cart-totals .payment-method .h3-line:after {
        width: 430px;
        left: 0;
    }

    .shop .shop-sidebar {
        width: 230px;
    }

    .shop .shop-sidebar .h3-line h3 {
        padding: 0 15px 0 0;
        margin: 0 35px 20px 0;
    }

    .shop .shop-sidebar .h3-line:after {
        width: 160px;
    }
}

@media (min-width: 600px) and (max-width: 949px) {

    .shop .shop-content {
        width: 450px;
        float: none;
        display: block;
    }

    .shop .shop-content .shop-products-list,
    .shop .shop-product,
    .shop .shop-product-tabs-content,
    .shop .shop-cart,
    .shop .shop-cart-totals,
    .shop .shop-checkout {
        margin-right: 0;
    }

    .shop .shop-products-list .shop-single-product {
        width: 100%;
        border-right: 0;
    }

    .shop .shop-products-small-list .shop-single-product {
        border-top: 1px solid #e9e9e9;
    }

    .shop .shop-cart .stars.stars-up {
        left: 120px;
        margin-left: 0;
        margin-top: -25px;
    }

    .shop .shop-cart .cart-table .product-remove {
        width: 20px !important;
    }

    .shop .shop-cart .cart-table td.actions {
        text-align: left;
    }

    .shop .shop-cart .cart-table td.actions .button {
        margin-left: 0;
        margin-right: 10px;
    }

    .shop .shop-cart .cart-table td.actions .coupon {
        float: none;
        display: block;
        text-align: left;
        margin-bottom: 10px;
    }

    .shop .shop-cart .cart-table td.actions .coupon input[type="text"] {
        margin-right: 10px !important;
        width: 233px;
    }

    .shop .shop-cart .cart-table td.actions .coupon .button {
        margin-right: 0;
    }

    .shop .shop-cart-totals .calculate-shipping .custom-dropdown {
        display: block;
    }

    .shop .shop-cart-totals .calculate-shipping select {
        width: 100%;
    }

    .shop .shop-cart-totals .calculate-shipping input {
        width: -webkit-calc( 100% - 22px );
        width: -moz-calc( 100% - 22px );
        width: calc( 100% - 22px );
        display: block;
        margin-top: 10px !important;
        margin-left: 0 !important;
    }

    .shop .shop-important-facts {
        width: 100%;
        min-height: 0;
    }

    .shop .shop-important-facts .padding {
        padding: 30px 30px 10px 30px;
    }

    .shop .shop-product-tabs-switcher .button {
        font-size: 11px;
    }

    .shop .shop-product-tabs-content table a {
        display: inline-block;
        margin: 5px 0;
    }

    .shop .shop-product .padding {
        padding-bottom: 10px;
    }

    .shop .shop-product .shop-product-images {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }

    .shop .shop-product .shop-product-images .shop-product-single-image {
        width: 100%;
    }

    .shop .shop-product .shop-product-description {
        width: 100%;
        float: none;
    }

    .shop .shop-checkout input[type="text"],
    .shop .shop-checkout textarea {
        width: 368px;
    }

    .shop .shop-checkout .double-fields input[type="text"],
    .shop .shop-checkout .double-fields input[type="password"] {
        width: 158px !important;
    }

    .shop .shop-checkout .h3-line:after,
    .shop .shop-cart-totals .payment-method .h3-line:after {
        width: 390px;
        left: 0;
    }

    .shop .shop-sidebar {
        width: 450px;
        float: none;
        display: block;
        margin-top: 30px;
    }

    .shop .shop-sidebar .h3-line h3 {
        padding: 0 0 0 15px;
        margin: 0 0 20px 30px;
    }

    .shop .shop-sidebar .h3-line:after {
        width: 100px;
    }

    .shop .shop-sidebar .widget .phone {
        font-size: 22px;
        text-align: left;
    }
}

@media (max-width: 599px) {

    .shop .shop-content {
        width: 100%;
        float: none;
        display: block;
    }

    .shop .shop-content .shop-products-list,
    .shop .shop-product,
    .shop .shop-product-tabs-content,
    .shop .shop-cart,
    .shop .shop-cart-totals,
    .shop .shop-checkout {
        margin-right: 0;
    }

    .shop .shop-products-list .shop-single-product {
        width: 100%;
        border-right: 0;
    }

    .shop .shop-important-facts {
        width: 100%;
        min-height: 0;
    }

    .shop .shop-important-facts .padding {
        padding: 30px 30px 10px 30px;
    }

    .shop .shop-products-small-list .shop-single-product {
        border-top: 1px solid #e9e9e9;
    }

    .shop .shop-product .padding {
        padding-bottom: 10px;
    }

    .shop .shop-product .shop-product-images {
        float: none;
        width: 100%;
        height: 150px;
        margin-bottom: 30px;
    }

    .shop .shop-product .shop-product-images .shop-product-single-image {
        width: 100%;
        height: 150px;
    }

    .shop .shop-product .shop-product-description {
        width: 100%;
        float: none;
    }

    .shop .shop-product-tabs-switcher .button {
        font-size: 11px;
        width: -webkit-calc( 100% - 30px );
        width: -moz-calc( 100% - 30px );
        width: calc( 100% - 30px );
        display: block;
        border-radius: 0;
    }

    .shop .shop-product-tabs-content table a {
        display: inline-block;
        margin: 5px 0;
    }

    .shop .shop-content table td:first-child {
        width: 100px;
    }

    .shop .shop-content h3 {
        margin-bottom: 30px !important;
    }

    .shop .shop-content h3 .stars {
        margin-left: 0;
        left: 30px;
        margin-top: 25px;
    }

    .shop .shop-navigation p.left,
    .shop .shop-navigation p.right {
        float: none;
        text-align: center;
    }

    .shop-cart-totals table td {
        display: block;
        width: 100% !important;
    }

    .shop .shop-content table tr:last-child td:first-child {
        border-bottom: 1px solid #eee;
    }

    .shop .shop-cart-totals .calculate-shipping .custom-dropdown {
        display: block;
    }

    .shop .shop-cart-totals .calculate-shipping select {
        width: 100%;
    }

    .shop .shop-cart-totals .calculate-shipping input {
        width: -webkit-calc( 100% - 22px );
        width: -moz-calc( 100% - 22px );
        width: calc( 100% - 22px );
        display: block;
        margin-top: 10px !important;
        margin-left: 0 !important;
    }

    .shop .shop-cart .cart-table td {
        display: block;
        width: 100% !important;
    }

    .shop .shop-cart .cart-table tr.head td {
        display: none;
    }

    .shop .shop-cart .cart-table .thumbnail {
        width: 100%;
        height: 100px;
    }

    .shop .shop-cart .cart-table td {
        text-align: left;
    }

    .shop .shop-cart .cart-table td.product-name {
        padding-top: 30px;
        position: relative;
    }

    .shop .shop-cart .cart-table td.product-name .stars.stars-up {
        left: 0;
        top: 10px;
        margin-left: 0;
        margin-top: 0;
    }

    .shop .shop-cart .cart-table .product-quantity .quantity-minus {
        margin-left: 0;
    }

    .shop .shop-cart .cart-table td.product-remove {
        width: 100% !important;
        text-align: center;
    }

    .shop .shop-cart .cart-table td.actions {
        text-align: left;
    }

    .shop .shop-cart .cart-table td.actions .coupon {
        float: none;
        display: block;
        margin-bottom: 30px;
    }

    .shop .shop-cart .cart-table td.actions .coupon input[type="text"] {
        width: -webkit-calc( 100% - 22px );
        width: -moz-calc( 100% - 22px );
        width: calc( 100% - 22px );
        margin: 0 0 10px 0 !important;
    }

    .shop .shop-cart .cart-table td.actions input.button {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .shop .shop-cart .cart-table td.actions a.button {
        display: block;
        width: -webkit-calc( 100% - 42px );
        width: -moz-calc( 100% - 42px );
        width: calc( 100% - 42px );
        margin: 0;
    }

    .shop .shop-checkout input[type="text"],
    .shop .shop-checkout textarea {
        width: -webkit-calc( 100% - 22px );
        width: -moz-calc( 100% - 22px );
        width: calc( 100% - 22px );
    }

    .shop .shop-checkout .double-fields .left,
    .shop .shop-checkout .double-fields .right {
        float: none;
        width: 100%;
        display: block;
    }

    .shop .shop-checkout .double-fields .right .padding-right,
    .shop .shop-checkout .double-fields .left .padding-left {
        margin: 0;
    }

    .shop .shop-checkout .double-fields input[type="text"],
    .shop .shop-checkout .double-fields input[type="password"] {
        width: -webkit-calc( 100% - 22px ) !important;
        width: -moz-calc( 100% - 22px ) !important;
        width: calc( 100% - 22px ) !important;
    }

    .shop .shop-checkout .h3-line:after,
    .shop .shop-cart-totals .payment-method .h3-line:after {
        width: 100%;
        left: 0;
    }

    .shop .shop-sidebar {
        width: 100%;
        float: none;
        display: block;
        margin-top: 30px;
    }

    .shop .shop-sidebar .h3-line h3 {
        padding: 0 0 0 15px;
        margin: 0 0 20px 30px;
    }

    .shop .shop-sidebar .h3-line:after {
        width: 100px;
    }

    .shop .shop-sidebar .widget .phone {
        text-align: left;
    }
}

/**
 *
 * 9. Comments
 * -----------------------------------------------------------------------------
 *
 */

.comments {
    font-size: 13px;
    margin-right: 30px;
    margin-bottom: 30px;
    background: #fff;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.1 );
    border-bottom: 1px solid #ccc;
}

.comments ol.comments-list {
    list-style: none;
    margin-left: 0;
}

.comments ol.comments-list ul.children {
    list-style: none;
    margin-left: 60px;
}

.comments ol.comments-list .comment-author-avatar {
    float: left;
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.comments ol.comments-list .comment-author-avatar img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.comments ol.comments-list .bypostauthor .comment-author-avatar {
    font-size: 0;
}

.comments ol.comments-list .bypostauthor .comment-author-avatar img {
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}

.comments ol.comments-list .comment-author-info {
    position: relative;
}

.comments ol.comments-list .comment-author-info .comment-author-name .name {
    font-size: 15px;
    font-weight: 600;
    padding-left: 20px;
    padding-top: 13px;
    display: inline-block;
    color: #313131;
}

.comments ol.comments-list .comment-author-info .comment-author-name .name a {
    text-decoration: none;
    color: #313131;
}

.comments ol.comments-list .comment-author-info .comment-author-name a.comment-reply-link {
    display: inline-block;
    margin-left: 13px;
    font-size: 13px;
    text-decoration: none;
    color: #bbb;
    background: #eee;
    padding: 7px;
    border-radius: 3px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.comments ol.comments-list .comment-author-info .comment-author-name a.comment-reply-link:hover {
    color: #fff;
}

.comments ol.comments-list .comment-author-info time {
    font-size: 13px;
    color: #bbb;
    position: absolute;
    top: 13px;
    right: 0;
}

.comments ol.comments-list .comment-content {
    margin-bottom: 35px;
    margin-top: 10px;
    padding-left: 60px;
}

.comments ol.comments-list ul.children .comment-content {
    padding-left: 64px;
}

.comments ol.comments-list .comment-content p {
    margin: 0 0 20px 0;
    color: #888;
    font-size: 14px;
    line-height: 1.6em;
}

.comments .paginate-comments-links {
    margin-top: 40px;
}

.comments .paginate-comments-links p {
    margin: 0;
}

.comments .paginate-comments-links .left {
    float: left;
}

.comments .paginate-comments-links .right {
    float: right;
}

/**
 *
 * 9.1 Comments reply
 * -----------------------------------------------------------------------------
 *
 */

.comments .comments-reply {
    background: #fafafa;
    border-top: 1px solid #e9e9e9;
    display: none;
}

.comments .comments-reply h2 {
    margin-bottom: 20px;
}

.comments .comments-reply h2 i {
    padding-right: 10px;
}

.comments .comments-reply .send {
    margin-top: 20px;
}

.comments .comments-reply .send button {
    display: block;
    float: right;
}

.comments .comments-reply input[type="text"] {
    width: 216px;
}

.comments .comments-reply input[name="website"] {
    margin-right: 0;
}

.comments .comments-reply textarea {
    height: 120px;
    width: 712px;
}

/**
 *
 * 9.2 Comments for Shop
 * -----------------------------------------------------------------------------
 *
 */

.comments.shop-product-tabs-single-tab {
    border-bottom: 0;
    box-shadow: none;
    border-radius: 0;
    background: none;
    margin: 0;
}

.comments.shop-product-tabs-single-tab ol.comments-list {
    margin-left: 0 !important;
}

.comments.shop-product-tabs-single-tab .paginate-comments-links {
    margin-bottom: 10px;
}

.comments.shop-product-tabs-single-tab .comments-reply .padding {
    padding-bottom: 30px !important;
}

/**
 *
 * 9.3 Responsive
 * -----------------------------------------------------------------------------
 *
 */

@media (min-width: 950px) and (max-width: 1349px) {

    .comments .comments-reply input[type="text"],
    .comments .comments-reply textarea {
        width: 408px;
    }
}

@media (min-width: 600px) and (max-width: 949px) {

    .comments {
        margin-right: 0;
    }

    .comments .comments-reply input[type="text"],
    .comments .comments-reply textarea {
        width: 368px;
    }
}

@media (max-width: 599px) {

    .comments {
        margin-right: 0;
    }

    .comments ol.comments-list .comment-author-info time {
        position: static;
        display: block;
        margin-top: 20px;
    }

    .comments ol.comments-list ul.children {
        margin-left: 0;
    }

    .comments ol.comments-list .comment-content,
    .comments ol.comments-list ul.children .comment-content {
        padding-left: 0;
    }

    .comments .paginate-comments-links .left,
    .comments .paginate-comments-links .right {
        float: none;
        display: block;
        text-align: center;
    }

    .comments .comments-reply input[type="text"],
    .comments .comments-reply textarea {
        width: -webkit-calc( 100% - 20px );
        width: -moz-calc( 100% - 20px );
        width: calc( 100% - 20px );
    }
}

/**
 *
 * 10. 404 Page (not found)
 * -----------------------------------------------------------------------------
 *
 */

.not-found {
    background: #fff;
    position: relative;
    z-index: 5000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.1 );
    border-bottom: 1px solid #ccc;
    font-size: 0;
    margin-top: 50px;
}

.not-found .back-to-home-page .button {
    position: absolute;
    left: 0;
    top: 75px;
}

.not-found .padding {
    padding: 30px;
    text-align: center;
    margin: 0 auto;
}

.not-found h2 {
    font-size: 160px;
}

.not-found p {
    font-size: 14px;
    line-height: 1.6em;
    color: #888;
    margin-bottom: 20px;
}

.not-found input[type="text"] {
    margin: 0;
}

@media (min-width: 1350px) {

    .not-found .padding {
        width: 400px;
    }

    .not-found input[type="text"] {
        width: 380px;
    }
}

@media (min-width: 950px) and (max-width: 1349px) {

    .not-found .padding {
        width: 400px;
    }

    .not-found input[type="text"] {
        width: 380px;
    }
}

@media (min-width: 600px) and (max-width: 949px) {

    .not-found .padding {
        width: 390px;
    }

    .not-found h2 {
        margin-top: 65px;
    }

    .not-found input[type="text"] {
        width: 370px;
    }
}

@media (max-width: 599px) {

    .not-found h2 {
        font-size: 90px;
        margin: 65px 0 20px 0;
    }

    .not-found input[type="text"] {
        width: -webkit-calc( 100% - 20px );
        width: -moz-calc( 100% - 20px );
        width: calc( 100% - 20px );
    }
}
video.fillWidth {
	width: 100%;
}

/**
 *
 * end of file.
 * -----------------------------------------------------------------------------
 *
 */

 .big-image-header h4 span {
    color: #ff2b00;
 }

 .pricing li .fa {
    margin-right: 5px;
    font-size: .8em;
    padding-top: 3px;
    color: #ff2b00;
 }

 .image-header-between-sections a {
    color: #ff2b00;
    text-decoration: none;
 }

 .copyright {
    text-align: center;
    font-size: 12px;
    margin: 10px;
    background: rgba(0,0,0,.05);
    padding: 15px 0;
    margin: -10px -10px 0;
}


.pricing .right ul {
  column-count: 2;
}

.pricing .right ul li:first-child {
	padding-top: 10px;
}

html {
    scroll-behavior: smooth;
}

.alert .close {
    display: none;
}
/*------------------------------------------------------------------------------ light green colors */
.blog .blog-sidebar .h3-line:after,
.box-text-with-image-left .h3-line:after,
.box-text-with-image-right .h3-line:after,
.contact .h3-line:after,
.four-boxes .four-boxes-element .h3-line:after,
.double-boxes .double-boxes-element .h3-line:after,
.events .events-element .h3-line:after,
.opening-hours .left .h3-line:after,
.opening-hours .right .h3-line:after,
.pricing .left .h3-line:after,
.promotion .h3-line:after,
.shop .shop-cart-totals .payment-method .h3-line:after,
.shop .shop-checkout .h3-line:after,
.shop .shop-sidebar .h3-line:after,
.blog .blog-sidebar .widget .tags-cloud .tag:hover,
.comments ol.comments-list .comment-author-info .comment-author-name a.comment-reply-link:hover,
.shop .shop-sidebar .widget .tags-cloud .tag:hover,
footer .h3-line:after,
#gallery-popup .gallery-popup-content .left .h3-line:after,
#appointment-popup .appointment-popup-content .h3-line:after {
    background: #ff2b00;
}

.opening-hours .left .day-info .day-info-single h4 span,
.slogan h2 span,
.pricing .right ul li span.price,
.products .products-element span.price,
.opening-hours .left .other-days li.active,
.opening-hours .left .other-days li:hover,
.box-text-with-image-left ul li i,
.box-text-with-image-right ul li i,
.contact form#contact-form .confirm .notice,
.opening-hours .right p.phone-details span,
.shop .shop-products-list .shop-single-product span.price,
.shop .shop-product span.price,
.shop .shop-important-facts i,
.shop .shop-important-facts-horizontal i,  
.shop .shop-sidebar .widget.widget-cart .subtotal,
.blog .blog-content .blog-event-details h5,
.big-image-header h4,
footer p i,
header .header-content .center .left .header-slogan span,
header .header-menu .menu li ul.sub-menu li a:hover,
header .header-menu .menu li ul.sub-menu li a:hover i,
header .header-menu .menu li ul.sub-menu li.active > a,
header .header-menu .menu li ul.sub-menu li.active > a i {
    color: #ff2b00;
}

#gallery-popup .gallery-popup-content .left .gallery-thumbnails .gallery-thumbnail:hover,
#gallery-popup .gallery-popup-content .left .gallery-thumbnails .gallery-thumbnail.active,
form input[type="text"]:focus,
form input[type="password"]:focus,
form textarea:focus,
.custom-dropdown-select:focus {
    border: 1px solid #ff2b00;
}

.blog .blog-content blockquote,
.comments ol.comments-list .bypostauthor .comment-author-avatar,
.shop .shop-content blockquote {
    border-left: 3px solid #ff2b00;
}

@-moz-keyframes bounce_circleG {

    0% {}
    50% { background-color: #ff2b00 }
    100% {}
}

@-webkit-keyframes bounce_circleG {
    
    0% {}
    50% { background-color: #ff2b00 }
    100% {}
}

@-ms-keyframes bounce_circleG {

    0% {}
    50% { background-color: #ff2b00 }
    100% {}
}

@-o-keyframes bounce_circleG {

    0% {}
    50% { background-color: #ff2b00 }
    100% {}
}

@keyframes bounce_circleG {

    0%{}
    50% { background-color: #ff2b00 }
    100% {}
}
.header-video.full-width {
  height: auto;
  width: 100%; }

.header-video.full-height {
  height: 100%;
  width: auto;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

header .header-content .center .left {
  margin-top: 35px;
  margin-bottom: 35px; }
  header .header-content .center .left .header-slogan {
    padding-left: 0 !important;
    position: absolute;
    left: 180px;
    top: 61px;
    margin-top: 20px;
    font-size: 14px; }

@media (max-width: 1350px) {
  header .header-content .center .left {
    margin-top: 30px; }
    header .header-content .center .left a img {
      width: 130px; }
    header .header-content .center .left .header-slogan {
      padding-left: 0 !important;
      position: relative;
      left: 0;
      top: 0;
      margin-top: 20px;
      font-size: 12px; }
  header .header-content .center .right p.action span {
    padding-left: 0;
    margin-top: 20px; } }

@media (max-width: 599px) {
  header .header-content .center {
    overflow: hidden; }
    header .header-content .center .left {
      margin-top: 20px; }
      header .header-content .center .left a img {
        width: 120px; }
      header .header-content .center .left .header-slogan {
        padding-left: 0 !important;
        position: absolute;
        left: 140px;
        top: 60px;
        margin-top: 0px;
        font-size: 12px; }
    header .header-content .center .right {
      margin-top: 0; }
      header .header-content .center .right p.action span {
        padding-left: 0;
        margin-top: 20px; } }
