/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 9999999;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(/img/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(/img/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(/img/fancybox/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  background: url(/img/fancybox/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99999;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(/img/fancybox/fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url(/img/fancybox/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .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: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .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, .fa-gratipay: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-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-resistance: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-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*!
 * font-awesome-animation - v0.0.10
 * https://github.com/l-lin/font-awesome-animation
 * License: MIT
 */

@keyframes wrench {
  0% {
    transform: rotate(-12deg);
  }
  8% {
    transform: rotate(12deg);
  }
  10% {
    transform: rotate(24deg);
  }
  18% {
    transform: rotate(-24deg);
  }
  20% {
    transform: rotate(-24deg);
  }
  28% {
    transform: rotate(24deg);
  }
  30% {
    transform: rotate(24deg);
  }
  38% {
    transform: rotate(-24deg);
  }
  40% {
    transform: rotate(-24deg);
  }
  48% {
    transform: rotate(24deg);
  }
  50% {
    transform: rotate(24deg);
  }
  58% {
    transform: rotate(-24deg);
  }
  60% {
    transform: rotate(-24deg);
  }
  68% {
    transform: rotate(24deg);
  }
  75%, 100% {
    transform: rotate(0deg);
  }
}

.faa-wrench.animated,
.faa-wrench.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-wrench {
  animation: wrench 2.5s ease infinite;
  transform-origin-x: 90%;
  transform-origin-y: 35%;
  transform-origin-z: initial;
}

.faa-wrench.animated.faa-fast,
.faa-wrench.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-wrench.faa-fast {
  animation: wrench 1.2s ease infinite;
}

.faa-wrench.animated.faa-slow,
.faa-wrench.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-wrench.faa-slow {
  animation: wrench 3.7s ease infinite;
}

/* BELL */

@keyframes ring {
  0% {
    transform: rotate(-15deg);
  }
  2% {
    transform: rotate(15deg);
  }
  4% {
    transform: rotate(-18deg);
  }
  6% {
    transform: rotate(18deg);
  }
  8% {
    transform: rotate(-22deg);
  }
  10% {
    transform: rotate(22deg);
  }
  12% {
    transform: rotate(-18deg);
  }
  14% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-12deg);
  }
  18% {
    transform: rotate(12deg);
  }
  20%, 100% {
    transform: rotate(0deg);
  }
}

.faa-ring.animated,
.faa-ring.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-ring {
  animation: ring 2s ease infinite;
  transform-origin-x: 50%;
  transform-origin-y: 0px;
  transform-origin-z: initial;
}

.faa-ring.animated.faa-fast,
.faa-ring.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-ring.faa-fast {
  animation: ring 1s ease infinite;
}

.faa-ring.animated.faa-slow,
.faa-ring.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-ring.faa-slow {
  animation: ring 3s ease infinite;
}

/* VERTICAL */

@keyframes vertical {
  0% {
    transform: translate(0, -3px);
  }
  4% {
    transform: translate(0, 3px);
  }
  8% {
    transform: translate(0, -3px);
  }
  12% {
    transform: translate(0, 3px);
  }
  16% {
    transform: translate(0, -3px);
  }
  20% {
    transform: translate(0, 3px);
  }
  22%, 100% {
    transform: translate(0, 0);
  }
}

.faa-vertical.animated,
.faa-vertical.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-vertical {
  animation: vertical 2s ease infinite;
}

.faa-vertical.animated.faa-fast,
.faa-vertical.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-vertical.faa-fast {
  animation: vertical 1s ease infinite;
}

.faa-vertical.animated.faa-slow,
.faa-vertical.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-vertical.faa-slow {
  animation: vertical 4s ease infinite;
}

/* HORIZONTAL */

@keyframes horizontal {
  0% {
    transform: translate(0, 0);
  }
  6% {
    transform: translate(5px, 0);
  }
  12% {
    transform: translate(0, 0);
  }
  18% {
    transform: translate(5px, 0);
  }
  24% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(5px, 0);
  }
  36%, 100% {
    transform: translate(0, 0);
  }
}

.faa-horizontal.animated,
.faa-horizontal.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-horizontal {
  animation: horizontal 2s ease infinite;
}

.faa-horizontal.animated.faa-fast,
.faa-horizontal.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-horizontal.faa-fast {
  animation: horizontal 1s ease infinite;
}

.faa-horizontal.animated.faa-slow,
.faa-horizontal.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-horizontal.faa-slow {
  animation: horizontal 3s ease infinite;
}

/* FLASHING */

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

.faa-flash.animated,
.faa-flash.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-flash {
  animation: flash 2s ease infinite;
}

.faa-flash.animated.faa-fast,
.faa-flash.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-flash.faa-fast {
  animation: flash 1s ease infinite;
}

.faa-flash.animated.faa-slow,
.faa-flash.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-flash.faa-slow {
  animation: flash 3s ease infinite;
}

/* BOUNCE */

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

.faa-bounce.animated,
.faa-bounce.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-bounce {
  animation: bounce 2s ease infinite;
}

.faa-bounce.animated.faa-fast,
.faa-bounce.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-bounce.faa-fast {
  animation: bounce 1s ease infinite;
}

.faa-bounce.animated.faa-slow,
.faa-bounce.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-bounce.faa-slow {
  animation: bounce 3s ease infinite;
}

/* SPIN */

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.faa-spin.animated,
.faa-spin.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-spin {
  animation: spin 1.5s linear infinite;
}

.faa-spin.animated.faa-fast,
.faa-spin.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-spin.faa-fast {
  animation: spin 0.7s linear infinite;
}

.faa-spin.animated.faa-slow,
.faa-spin.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-spin.faa-slow {
  animation: spin 2.2s linear infinite;
}

/* FLOAT */

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}

.faa-float.animated,
.faa-float.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-float {
  animation: float 2s linear infinite;
}

.faa-float.animated.faa-fast,
.faa-float.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-float.faa-fast {
  animation: float 1s linear infinite;
}

.faa-float.animated.faa-slow,
.faa-float.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-float.faa-slow {
  animation: float 3s linear infinite;
}

/* PULSE */

@keyframes pulse {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1.1);
  }
}

.faa-pulse.animated,
.faa-pulse.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-pulse {
  animation: pulse 2s linear infinite;
}

.faa-pulse.animated.faa-fast,
.faa-pulse.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-pulse.faa-fast {
  animation: pulse 1s linear infinite;
}

.faa-pulse.animated.faa-slow,
.faa-pulse.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-pulse.faa-slow {
  animation: pulse 3s linear infinite;
}

/* SHAKE */
.faa-shake.animated,
.faa-shake.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-shake {
  animation: wrench 2.5s ease infinite;
}

.faa-shake.animated.faa-fast,
.faa-shake.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-shake.faa-fast {
  animation: wrench 1.2s ease infinite;
}

.faa-shake.animated.faa-slow,
.faa-shake.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-shake.faa-slow {
  animation: wrench 3.7s ease infinite;
}

/* TADA */

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

.faa-tada.animated,
.faa-tada.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-tada {
  animation: tada 2s linear infinite;
}

.faa-tada.animated.faa-fast,
.faa-tada.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-tada.faa-fast {
  animation: tada 1s linear infinite;
}

.faa-tada.animated.faa-slow,
.faa-tada.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-tada.faa-slow {
  animation: tada 3s linear infinite;
}

/* PASSING */

@keyframes passing {
  0% {
    transform: translateX(-50%);
    opacity: 0;
  }
  50% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(50%);
    opacity: 0;
  }
}

.faa-passing.animated,
.faa-passing.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-passing {
  animation: passing 2s linear infinite;
}

.faa-passing.animated.faa-fast,
.faa-passing.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-passing.faa-fast {
  animation: passing 1s linear infinite;
}

.faa-passing.animated.faa-slow,
.faa-passing.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-passing.faa-slow {
  animation: passing 3s linear infinite;
}

/* PASSING REVERSE */

@keyframes passing-reverse {
  0% {
    transform: translateX(50%);
    opacity: 0;
  }
  50% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%);
    opacity: 0;
  }
}

.faa-passing-reverse.animated,
.faa-passing-reverse.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-passing-reverse {
  animation: passing-reverse 2s linear infinite;
}

.faa-passing-reverse.animated.faa-fast,
.faa-passing-reverse.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-passing-reverse.faa-fast {
  animation: passing-reverse 1s linear infinite;
}

.faa-passing-reverse.animated.faa-slow,
.faa-passing-reverse.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-passing-reverse.faa-slow {
  animation: passing-reverse 3s linear infinite;
}

/* WAVE */

@keyframes burst {
  0% {
    opacity: .6;
  }
  50% {
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.faa-burst.animated,
.faa-burst.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-burst {
  animation: burst 2s infinite linear;
}

.faa-burst.animated.faa-fast,
.faa-burst.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-burst.faa-fast {
  animation: burst 1s infinite linear;
}

.faa-burst.animated.faa-slow,
.faa-burst.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-burst.faa-slow {
  animation: burst 3s infinite linear;
}

/* * * General + Mobile * * */
body {
  background-color: #fff;
  font-family: 'Noto Sans', sans-serif;
  font-size: 13px;
  color: #5b5b5b;
  line-height: 1.3846153846153846153846153846154;
}

a {
  color: #ec691f;
  text-decoration: underline;
}

a:hover, a:active, a:focus {
  color: #ec691f;
  text-decoration: none;
}

.bgr-stretch {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.img-fullwidth {
  width: 100%;
  display: block;
}

*:first-child {
  margin-top: 0;
}

*:last-child {
  margin-bottom: 0;
}

.bx-wrapper {
  position: relative;
}

.bxslider {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.text-orange {
  color: #ec691f;
}

/* * Footer * */
#total-wrap {
  width: 100%;
  overflow: hidden;
}

#footer {
  color: #aeaeae;
  background-color: #f2f2f2;
  padding: 50px 0 20px;
  text-align: center;
}

#footer a {
  color: #aeaeae;
  text-decoration: underline;
}

#footer a:hover, #footer a:active, #footer a:focus {
  color: #ec691f;
  text-decoration: underline;
}

.footer-col {
  margin-bottom: 30px;
}

.logo-footer {
  background-image: url("/img/logo-footer.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 0 auto 15px;
  width: 95px;
  height: 29px;
  display: block;
}

.logo-footer:hover, .logo-footer:active, .logo-footer:focus {
  background-position: 0 -29px;
}

#copyright {
  color: #a3a2a2;
}

.footer-col.col-nav {
  margin: 0 auto 30px;
  max-width: 310px;
  text-align: left;
}

.footer-nav-col-1 {
  width: 85px;
  float: left;
}

.footer-nav-col-2 {
  width: 170px;
  float: right;
}

.footer-col.col-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer-col.col-nav li + li {
  margin-top: 12px;
}

.footer-nav-col-ttl {
  font-size: 14px;
  font-weight: bold;
  color: #a4a3a3;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 19px;
  padding-bottom: 16px;
}

.footer-social-nav {
  margin-bottom: 15px;
}

.footer-social-nav ul {
  font-size: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer-social-nav li {
  vertical-align: middle;
  display: inline-block;
}

.footer-social-nav li + li {
  margin-left: 12px;
}

.link-social {
  background-image: url("/img/icon-social-all.png");
  background-repeat: no-repeat;
  display: block;
  height: 24px;
}

.link-social.facebook {
  width: 24px;
  background-position: 0 0;
}

.link-social.facebook:hover, .link-social.facebook:active, .link-social.facebook:focus {
  background-position: 0 -24px;
}

.link-social.google {
  width: 34px;
  background-position: -36px 0;
}

.link-social.google:hover, .link-social.google:active, .link-social.google:focus {
  background-position: -36px -24px;
}

.link-social.linkedin {
  width: 24px;
  background-position: -80px 0;
}

.link-social.linkedin:hover, .link-social.linkedin:active, .link-social.linkedin:focus {
  background-position: -80px -24px;
}

.link-social.youtube {
  width: 24px;
  background-position: -118px 0;
}

.link-social.youtube:hover, .link-social.youtube:active, .link-social.youtube:focus {
  background-position: -118px -24px;
}

.link-social.instagram {
  width: 24px;
  background-position: -156px 0;
}

.link-social.instagram:hover, .link-social.instagram:active, .link-social.instagram:focus {
  background-position: -156px -24px;
}

.link-social.twitter {
  width: 26px;
  background-position: -194px 0;
}

.link-social.twitter:hover, .link-social.twitter:active, .link-social.twitter:focus {
  background-position: -194px -24px;
}

/* * Homepage * */
#homepage-bottom {
  padding: 55px 0 0;
}

.section-news {
  margin-bottom: 25px;
}

.section-header {
  border-bottom: 2px solid #ec691f;
  margin-bottom: 22px;
  padding-bottom: 20px;
}

h2 {
  font-size: 28px;
  font-weight: normal;
  color: #313130;
}

.section-header h2 {
  margin: 0 0 15px;
}

h3 {
  font-size: 22px;
  font-weight: normal;
  color: #313130;
}

.section-header-link {
  font-weight: bold;
  color: #5b5b5b;
  text-decoration: none;
  text-transform: uppercase;
}

.section-header-link:hover, .section-header-link:active, .section-header-link:focus {
  color: #ec691f;
  text-decoration: none;
}

.section-header-link.all-houses-link {
  color: #fff;
}

.section-header-link.all-houses-link:hover, .section-header-link.all-houses-link:active, .section-header-link.all-houses-link:focus {
  color: #ec691f;
  text-decoration: none;
}

.news-item {
  margin-bottom: 30px;
}

.news-item-in {
  margin: 0 auto;
  max-width: 270px;
}

.news-item-top {
  color: #424449;
  display: block;
  text-decoration: none;
}

.news-item-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 19px;
  height: 66px;
  overflow: hidden;
  display: block;
}

.news-item-description {
  font-size: 13px;
  color: #5b5b5b;
  background-color: #f2f2f2;
  line-height: 18px;
  padding: 18px 25px;
}

.news-item-description-in {
  height: 126px;
  overflow: hidden;
}

.news-item-bottom {
  font-size: 13px;
  color: #fff;
  background-color: #cbcbcb;
  padding: 10px 25px;
}

.news-item-bottom a {
  color: #fff;
  text-decoration: underline;
}

.news-item-bottom a:hover, .news-item-bottom a:active, .news-item-bottom a:focus {
  color: #ec691f;
  text-decoration: underline;
}

.reviews-list {
  margin: 30px 0;
}

.review-photo {
  width: 100px;
  margin: 0 auto 15px;
}

.review-photo img {
  display: block;
}

.review-text-wrap-in {
  margin: 0 auto;
  max-width: 300px;
  text-align: center;
}

.review-text-top {
  margin-bottom: 7px;
}

.review-name {
  font-size: 14px;
  font-weight: bold;
  color: #5b5b5b;
}

.review-position {
  font-size: 13px;
  font-style: italic;
  color: #a5a5a5;
}

.review-text {
  font-style: italic;
  color: #5b5b5b;
}

#homepage-houses {
  background-image: url("/img/clipart/bgr-home-houses.jpg");
  padding: 54px 0 40px;
}

#homepage-houses .section-header {
  margin-bottom: 25px;
}

#homepage-houses .section-header h2 {
  color: #fff;
}

.home-house-item {
  margin-bottom: 30px;
}

.home-house-item-in {
  max-width: 200px;
  margin: 0 auto;
}

.home-house-link {
  display: block;
  position: relative;
  text-decoration: none;
  color: #fff;
}

.home-house-link:hover, .home-house-link:active, .home-house-link:focus {
  color: #fff;
}

.home-house-link:hover .home-house-title, .home-house-link:active .home-house-title, .home-house-link:focus .home-house-title {
  background-color: rgba(0, 0, 0, 0.9);
}

.home-house-title {
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

#hompeage-features {
  padding: 30px 0 1px;
}

.home-feature-item {
  text-align: center;
  margin-bottom: 30px;
}

.home-feature-item-text {
  font-size: 16px;
  color: #5b5b5b;
  line-height: 19px;
}

.home-feature-item-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
}

.home-feature-item-icon {
  background-image: url("/img/icon-home-new.png");
  background-repeat: no-repeat;
  margin: 0 auto 10px;
  width: 110px;
  height: 100px;
  display: block;
}

.home-feature-item.i1 .home-feature-item-icon {
  background-position: 50% 0;
}

.home-feature-item.i2 .home-feature-item-icon {
  background-position: 50% -100px;
}

.home-feature-item.i3 .home-feature-item-icon {
  background-position: 50% -200px;
}

.home-feature-item.i4 .home-feature-item-icon {
  background-position: 50% -300px;
}

.home-feature-item.i1 .home-feature-item-title {
  color: #cf3636;
}

.home-feature-item.i2 .home-feature-item-title {
  color: #12b60e;
}

.home-feature-item.i3 .home-feature-item-title {
  color: #004f99;
}

.home-feature-item.i4 .home-feature-item-title {
  color: #7c37b7;
}

#homepage-categories {
  margin: 0 auto;
  border-bottom: 8px solid #ec691f;
  max-width: 1200px;
  position: relative;
  padding: 30px 0 20px;
}

/*#homepage-categories:before{
  content: '';
  background-image: url('/img/icon-banner-up.png');
  margin-left: -20px;
  width: 40px;
  height: 30px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 100;
}*/
.control-moving-banner {
  background-image: url("/img/icon-banner-close.png");
  margin-left: -20px;
  width: 40px;
  height: 30px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 100;
  cursor: pointer;
}

.control-moving-banner.closed-banner {
  background-image: url("/img/icon-banner-up.png");
}

.homepage-category-item {
  margin-bottom: 30px;
}

.moving-banner {
  max-width: 1200px;
  height: 192px;
  margin: 0 auto;
  transition: all 1s ease 0s;
}

.moving-banner a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
}

.moving-banner.closed {
  height: 0;
}

.homepage-category-link {
  height: 450px;
  display: block;
  position: relative;
  max-width: 300px;
  margin: 0 auto;
  text-decoration: none;
}

.homepage-category-link:hover .homepage-category-link-content, .homepage-category-link:active .homepage-category-link-content, .homepage-category-link:focus .homepage-category-link-content {
  /*  background-color: rgba(0,0,0,.9);*/
}

.homepage-category-icon {
  background-image: url("/img/icon-banner.png");
  background-repeat: no-repeat;
  margin-left: -70px;
  width: 140px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 64px;
}

.i1 .homepage-category-icon {
  background-position: 0 0;
}

.i2 .homepage-category-icon {
  background-position: 0 -100px;
}

.i3 .homepage-category-icon {
  background-position: 0 -200px;
}

.i4 .homepage-category-icon {
  background-position: 0 -300px;
}

.homepage-category-link-content {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  height: 225px;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 32px;
  transition: all 1s ease 0s;
}

a.homepage-category-link:hover .homepage-category-link-content {
  height: 100%;
  padding-top: 190px;
  transition: all 1s ease 0s;
}

.homepage-category-link-content-in {
  margin: 0 auto;
  max-width: 190px;
  display: block;
}

.homepage-category-link-title {
  font-size: 20px;
  color: #fff;
  line-height: 1.2;
  border-bottom: 2px solid #ec691f;
  display: block;
  margin-bottom: 18px;
  padding-bottom: 21px;
  text-transform: uppercase;
}

.homepage-category-link-text {
  color: #d8d8d8;
  line-height: 18px;
  display: block;
}

/* * Header * */
#header .navbar-header {
  position: absolute;
  right: 15px;
}

#header .navbar-header .navbar-toggle {
  border: 1px solid #000;
}

#header .navbar-header .navbar-toggle .icon-bar {
  background-color: #000;
}

#header .navbar-nav ul {
  text-align: center;
}

#header .navbar-nav .open .dropdown-menu > li > a {
  padding: 5px;
}

#header-bar {
  color: #f0935f;
  background-color: #ec691f;
  /*  height: 40px;
  position: fixed;*/
  height: 2px;
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
  /*  padding-top: 10px;*/
}

#header-bar-instead {
  /*  height: 40px;*/
}

.header-bar-login {
  float: left;
  font-size: 0;
}

.header-bar-link-login {
  background-image: url("/img/icon-login.png");
  background-repeat: no-repeat;
  width: 17px;
  height: 20px;
  display: block;
}

.header-bar-cart {
  float: right;
  position: relative;
}

.header-bar-link-cart {
  background-image: url("/img/icon-cart.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  line-height: 20px;
  padding-left: 31px;
  height: 20px;
  color: #fff;
  text-decoration: none;
  display: block;
}

.header-bar-link-cart:hover, .header-bar-link-cart:active, .header-bar-link-cart:focus {
  color: #fff;
  text-decoration: none;
}

.header-bar-link-cart-count {
  background-color: #d35711;
  vertical-align: middle;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
}

.header-bar-lang {
  margin-right: 15px;
  float: right;
  padding-top: 3px;
}

.header-bar-lang ul {
  font-size: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-bar-lang li {
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  height: 15px;
  line-height: 15px;
}

.header-bar-lang li + li {
  margin-left: 14px;
  padding-left: 14px;
  border-left: 1px solid #fba576;
}

.header-bar-lang a {
  color: #fca97b;
  text-decoration: none;
}

.header-bar-lang .active a, .header-bar-lang a:hover, .header-bar-lang a:active, .header-bar-lang a:focus {
  color: #fff;
  text-decoration: none;
}

.header-lang-block .header-bar-lang {
  padding-top: 0;
  margin-right: 0;
  float: none;
}

.header-lang-block .header-bar-lang li {
  height: auto;
  background-color: #ededed;
}

.header-lang-block .header-bar-lang li + li {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}

.header-lang-block .header-bar-lang li.active {
  background-color: #ec691f;
}

.header-lang-block .header-bar-lang li a {
  padding: 5px 11px;
  display: block;
  color: #5b5b5b;
}

.header-lang-block .header-bar-lang li a:hover {
  color: #5b5b5b;
}

.header-lang-block .header-bar-lang li.active a {
  color: #fff;
}

.header-lang-block .header-bar-lang li.active a:hover {
  color: #fff;
}

#header-bar-cart-dropdown {
  width: 260px;
  position: absolute;
  top: 58px;
  right: 0;
}

.header-bar-cart-dropdown-in {
  background-color: #fff;
  border: 1px solid #d8d8d8;
}

.header-bar-cart-dropdown-in:before {
  content: '';
  background-image: url("/img/icon-cart-tip.png");
  background-repeat: no-repeat;
  width: 30px;
  height: 16px;
  position: absolute;
  top: -15px;
  right: 50px;
}

.link-to-cart {
  font-size: 14px;
  font-weight: bold;
  color: #5b5b5b;
  text-align: center;
  text-decoration: underline;
  line-height: 67px;
  height: 67px;
  display: block;
}

.link-to-cart:hover, .link-to-cart:active, .link-to-cart:focus {
  color: #ec691f;
  text-decoration: underline;
}

.header-bar-cart-item {
  padding: 10px;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
  font-size: 12px;
  color: #5b5b5b;
  line-height: 1.25;
}

.header-bar-cart-item-pic {
  width: 68px;
  float: left;
}

.header-bar-cart-item-pic img {
  border: 1px solid #dbdbdb;
}

.link-delete {
  background-image: url("/img/icon-delete.png");
  background-repeat: no-repeat;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 10px;
}

.header-bar-cart-item-text {
  margin-left: -68px;
  padding: 11px 70px 0 78px;
  width: 100%;
  float: left;
}

.header-bar-cart-item-count {
  font-weight: bold;
  margin-left: -70px;
  padding-top: 26px;
  width: 70px;
  float: left;
}

#header {
  padding: 50px 0 35px;
  text-align: center;
}

.logo {
  background-image: url("/img/logo.png");
  background-repeat: no-repeat;
  margin: 0 auto 15px;
  width: 137px;
  height: 54px;
  display: block;
}

.header-contact-item + .header-contact-item {
  margin-top: 15px;
}

.header-contact-link {
  text-align: left;
  display: inline-block;
  min-width: 130px;
  color: #5b5b5b;
  text-decoration: none;
  font-size: 14px;
}

.header-contact-link:hover, .header-contact-link:active, .header-contact-link:focus {
  color: #ee6700;
  text-decoration: none;
}

.header-contact-name {
  font-weight: bold;
  background-image: url("/img/icon-phone.png");
  background-repeat: no-repeat;
  line-height: 19px;
  padding-left: 26px;
  height: 19px;
  display: block;
}

.header-contact-phone {
  display: block;
}

.header-contact-phone span {
  font-size: 17px;
  color: #ee6700;
}

#main-nav {
  padding-left: 0;
  padding-right: 0;
}

#main-nav > ul {
  font-size: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#main-nav > ul > li {
  font-size: 13px;
  margin-bottom: 15px;
  position: relative;
}

#main-nav > ul > li > a {
  font-weight: bold;
  color: #5b5b5b;
  text-decoration: none;
  text-transform: uppercase;
}

#main-nav > ul > li:hover > a, #main-nav > ul > li.active > a {
  color: #ee6700;
}

#main-nav > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#main-nav > ul > li > ul > li {
  margin-top: 5px;
}

#main-nav > ul > li > ul > li > a {
  font-size: 13px;
  color: #5b5b5b;
  text-decoration: underline;
}

#main-nav > ul > li > ul > li > a:hover, #main-nav > ul > li > ul > li > a:active, #main-nav > ul > li > ul > li > a:focus {
  color: #ee6700;
  text-decoration: underline;
}

/* * Subpage - Testimonials * */
.testimonials-page .section-header {
  margin-top: 20px;
}

/* * Subpage - Blog * */
.blog-page .section-header {
  margin-top: 20px;
}

/* * Subpage - Company * */
#subpage-wrap {
  margin-bottom: 50px;
}

.about-top-wrap {
  margin: 20px auto 50px;
  max-width: 1040px;
  background-color: #f2f2f2;
  border-bottom: 8px solid #ec691f;
  padding: 20px 40px 0;
}

.about-top-partner-ttl {
  font-size: 14px;
  font-weight: bold;
  color: #a4a3a3;
  text-align: center;
  margin-bottom: 16px;
}

.about-partners {
  padding: 20px 0;
  border-top: 1px solid #d8d8d8;
}

.about-partners img {
  margin: 0 auto;
  display: block;
}

.about-partners .bx-wrapper {
  padding: 0 25px;
}

.bx-prev, .bx-next {
  font-size: 0;
  background-image: url("/img/icon-slider-nav.png");
  background-repeat: no-repeat;
  width: 10px;
  height: 15px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
}

.bx-prev {
  left: 0;
  background-position: 0 0;
}

.bx-next {
  right: 0;
  background-position: -10px 0;
}

.bx-prev:hover {
  background-position: 0 -15px;
}

.bx-next:hover {
  background-position: -10px -15px;
}

.subpage-reviews {
  margin-bottom: 0;
}

blockquote {
  border: 1px solid #e0e0e0;
  border-left: 3px solid #ec691f;
  background-color: #f2f2f2;
  font-style: italic;
  font-size: 13px;
  padding: 12px 35px;
  margin: 1.5em 0;
}

.subpage-reviews {
  margin-bottom: 25px;
}

.page-nav-wrap {
  margin-top: 45px;
}

.page-nav {
  display: inline-block;
  background-color: #f2f2f2;
  padding: 12px 14px;
  font-size: 0;
  position: relative;
}

.page-nav:before, .page-nav:after {
  content: '';
  background-color: #d8d8d8;
  margin-top: -15px;
  width: 1px;
  height: 30px;
  position: absolute;
  top: 50%;
}

.page-nav:before {
  left: 55px;
}

.page-nav:after {
  right: 55px;
}

.page-nav a {
  vertical-align: middle;
  width: 26px;
  height: 26px;
  display: inline-block;
  text-align: center;
  line-height: 26px;
}

.page-nav-first, .page-nav-last, .page-nav-prev, .page-nav-next {
  padding-top: 8px;
}

.page-nav-first:before, .page-nav-last:before, .page-nav-prev:before, .page-nav-next:before {
  content: '';
  display: block;
  background-image: url("/img/icon-page-nav.png");
  height: 10px;
  margin: 0 auto;
}

.page-nav-first:before {
  width: 12px;
  background-position: 0 0;
}

.page-nav-last:before {
  width: 12px;
  background-position: -30px -10px;
}

.page-nav-prev:before {
  width: 7px;
  background-position: -35px 0;
}

.page-nav-next:before {
  width: 7px;
  background-position: 0 -10px;
}

.page-nav-first {
  margin-right: 7px;
}

.page-nav-last {
  margin-left: 7px;
}

.page-nav-prev {
  margin-right: 20px;
}

.page-nav-next {
  margin-left: 20px;
}

.page-nav-link {
  font-size: 13px;
  color: #5b5b5b;
  text-decoration: none;
  margin: 0 4px;
}

.page-nav-link.active, .page-nav-link:hover, .page-nav-link:active, .page-nav-link:focus {
  color: #fff;
  background-color: #ec691f;
  text-decoration: none;
}

.page-nav-more {
  vertical-align: middle;
  width: 26px;
  height: 26px;
  display: inline-block;
  font-size: 13px;
  line-height: 26px;
  margin: 0 4px;
  text-align: center;
}

/* * Subpage - Register * */
.register-wrap {
  background-color: #f2f2f2;
  border-bottom: 8px solid #ec691f;
  padding: 50px 15px;
}

.register-in-1 {
  max-width: 400px;
  margin: 0 auto;
  padding: 35px 15px 53px;
  background-color: #ec691f;
}

.register-in-2 {
  margin: 0 auto;
  max-width: 270px;
}

.register-title {
  font-size: 28px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  border-bottom: 2px solid #f29764;
  margin-bottom: 26px;
  padding-bottom: 16px;
}

.form-row {
  margin-bottom: 12px;
  position: relative;
}

.form-row.required:before {
  content: '*';
  font-size: 20px;
  color: #fff;
  position: absolute;
  left: -25px;
  top: 8px;
}

.text-input {
  color: #333;
  background-color: #fff;
  border: none;
  width: 100%;
  font-size: 13px;
  padding: 10px 15px;
  margin: 0;
  display: block;
  font-family: 'Noto Sans', sans-serif;
}

.btn-submit {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  display: block;
  font-family: 'Noto Sans', sans-serif;
  border: none;
  width: 100%;
  height: 40px;
  display: block;
  background-color: #d25009;
  text-transform: uppercase;
}

.btn-submit:hover, .btn-submit:active, .btn-submit:focus {
  color: #ec691f;
  background-color: #fff;
}

/* * Subpage - News Open * */
.crumbtrail {
  font-size: 0;
  background-color: #f2f2f2;
  padding: 18px 15px;
}

.crumbtrail.ct-1 {
  margin-bottom: 40px;
}

.catalog-right .crumbtrail.ct-1 {
  margin-bottom: 0;
}

.link-ct-back {
  background-image: url("/img/icon-crumb-back.png");
  background-repeat: no-repeat;
  margin-right: 10px;
  width: 12px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
}

.link-ct {
  font-size: 13px;
  color: #5b5b5b;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.link-ct:after {
  content: '';
  background-image: url("/img/icon-crumb-arrow.png");
  background-repeat: no-repeat;
  width: 7px;
  height: 10px;
  display: inline-block;
  margin-left: 10px;
}

.link-ct:last-child {
  margin-right: 0;
}

.link-ct:last-child:after {
  display: none;
}

.news-info-item {
  margin-right: 20px;
  font-style: italic;
  color: #a5a5a5;
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 25px;
}

.news-info-item.date {
  background-image: url("/img/icon-calendar.png");
}

.news-info-item.time {
  background-image: url("/img/icon-clock.png");
}

.news-info {
  margin: 21px 0;
}

.blog-post-gallery-block {
  margin-top: 50px;
}

.blog-post-gallery-block .blog-post-gallery-image {
  text-align: center;
  margin-bottom: 30px;
}

/* * Subpage - News * */
.news-page .item {
  margin-bottom: 20px;
}

.news-page .news-item-title {
  margin-bottom: 0;
  height: auto;
}

.news-page .news-item-description {
  padding: 18px 0 0 0;
  background: none;
}

.news-page .news-item-description-in {
  height: 80px;
}

.news-page .separate-line {
  height: 1px;
  border-top: 1px solid #ccc;
  margin-bottom: 20px;
}

.news-page .page-nav-wrap {
  background-color: #f2f2f2;
  text-align: center;
  margin-top: 0;
}

/* * Subpage - Cart Preview* */
.link-ct-home {
  background-image: url("/img/icon-crumb-home.png");
  background-repeat: no-repeat;
  margin-right: 10px;
  width: 14px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
}

.cart-bottom {
  background-color: #f2f2f2;
}

.cart-oformieren {
  font-weight: bold;
  color: #fff;
  background-color: #ec691f;
  text-transform: uppercase;
  line-height: 56px;
  width: 200px;
  height: 56px;
  float: right;
  display: block;
  text-align: center;
  text-decoration: none;
}

.cart-oformieren:hover, .cart-oformieren:active, .cart-oformieren:focus {
  background-color: #d25009;
  color: #fff;
}

.cart-item {
  margin: 30px 0;
  position: relative;
}

.link-delete-2 {
  display: inline-block;
  font-size: 13px;
  color: #5b5b5b;
  background-image: url("/img/icon-delete.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  text-decoration: underline;
  padding-left: 20px;
}

.link-delete-2:hover, .link-delete-2:active, .link-delete-2:focus {
  color: #eb681f;
  text-decoration: underline;
}

.cart-item-in {
  margin: 0 auto;
  width: 240px;
}

.cart-item-picture {
  border: 1px solid #dadada;
  margin-bottom: 20px;
}

.cart-item-box-ttl {
  height: 33px;
  margin-bottom: 16px;
  border-bottom: 1px solid #dadada;
}

.cart-item-box-ttl.ttl-1 {
  font-size: 18px;
  color: #424449;
}

.cart-item-box-ttl.ttl-2 {
  font-size: 14px;
  font-weight: bold;
  color: #424449;
}

.cart-item dl {
  margin: 0;
  padding: 0;
}

.cart-item dt {
  font-weight: normal;
  width: 120px;
  clear: both;
  float: left;
  margin-bottom: 6px;
}

.cart-item dd {
  margin-left: -120px;
  padding-left: 120px;
  width: 100%;
  float: left;
  font-weight: bold;
}

.cart-item-box-1 {
  margin-bottom: 20px;
}

.cart-item-description {
  font-size: 12px;
  margin-bottom: 10px;
}

.cart-item-price-1 {
  font-size: 12px;
  margin-bottom: 3px;
}

.cart-item-price-2 {
  font-size: 24px;
  color: #000;
  line-height: 1.1;
}

.cart-item-box-2 {
  margin-bottom: 20px;
}

/* * Subpage Cart Checkout * */
.entry-header-area {
  padding: 30px 0;
}

.coupon-accordion h3 {
  background-color: #f7f6f7;
  border-top: 3px solid #1e85be;
  color: #515151;
  font-size: 12px;
  font-weight: 300;
  list-style: outside none none !important;
  margin: 0 0 2em !important;
  padding: 1em 2em 1em 3.5em !important;
  position: relative;
  width: auto;
}

.coupon-accordion h3::before {
  color: #1e85be;
  content: "?";
  display: inline-block;
  font-family: fontawesome;
  left: 1.5em;
  position: absolute;
  top: 1em;
}

.coupon-accordion span {
  cursor: pointer;
  color: #6f6f6f;
}

.coupon-accordion span:hover, p.lost-password a:hover {
  color: #b18ade;
}

.coupon-content {
  border: 1px solid #e5e5e5;
  /* display: none;*/
  margin-bottom: 20px;
  padding: 20px;
}

.coupon-info p.coupon-text {
  margin-bottom: 15px;
  font-size: 12px;
}

.coupon-info p {
  margin-bottom: 0;
}

p.lost-password {
  margin-top: 15px;
}

.coupon-info p.form-row-first label, .coupon-info p.form-row-last label {
  display: block;
  font-size: 12px;
}

.coupon-info p.form-row-first label span.required, .coupon-info p.form-row-last label span.required {
  color: red;
  font-weight: 700;
}

.coupon-info p.form-row-first input, .coupon-info p.form-row-last input {
  border: 1px solid #e5e5e5;
  height: 36px;
  margin: 0 0 14px;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 370px;
}

.buttons-cart a {
  margin-top: 10px;
  border-radius: 0;
}

.buttons-cart input, .coupon input[type="submit"], .coupon-info p.form-row input[type="submit"] {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  float: left;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 15px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}

.coupon-info p.form-row input[type="submit"]:hover, p.checkout-coupon input[type="submit"]:hover {
  background: #b18ade;
}

.form-row > label {
  margin-top: 7px;
}

p.lost-password a {
  color: #6f6f6f;
}

.coupon-info p {
  margin-bottom: 0;
}

p.checkout-coupon input[type="text"] {
  height: 36px;
  padding-left: 10px;
  width: 170px;
}

p.checkout-coupon input[type="submit"] {
  background: #333 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #fff;
  height: 36px;
  margin-left: 6px;
  padding: 5px 10px;
  transition: all 0.3s ease 0s;
}

.coupon-checkout-content {
  margin-bottom: 30px;
}

.checkbox-form h3 {
  border-bottom: 1px solid #e5e5e5;
  font-size: 30px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
}

.country-select label, .checkout-form-list label {
  color: #333;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  margin: 0 0 5px;
  display: block;
}

.country-select select {
  -moz-appearance: none;
  border: 1px solid #ddd;
  height: 32px;
  padding-left: 10px;
  width: 100%;
}

.country-select label span.required, .checkout-form-list label span.required {
  color: red;
}

.country-select {
  margin-bottom: 30px;
  position: relative;
}

.country-select::before {
  content: "?";
  display: inline-block;
  font-family: fontawesome;
  font-size: 20px;
  position: absolute;
  right: 12px;
  top: 27px;
}

.checkout-form-list label {
  color: #333;
  font-size: 12px;
}

.checkout-form-list input[type="text"], .checkout-form-list input[type="password"], .checkout-form-list input[type="email"] {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 42px;
  width: 100%;
  padding: 0 0 0 10px;
  outline: none;
}

.checkout-form-list input[type="text"]:focus, .checkout-form-list input[type="text"]:active, .checkout-form-list input[type="text"].active, .checkout-form-list input[type="password"]:focus, .checkout-form-list input[type="password"]:active, .checkout-form-list input[type="password"].active, .checkout-form-list input[type="email"]:focus, .checkout-form-list input[type="email"]:active, .checkout-form-list input[type="email"].active {
  border: 1px solid #bbb;
}

.checkout-form-list input[type="text"].error, .checkout-form-list input[type="password"].error, .checkout-form-list input[type="email"].error {
  border: 1px solid #ff5454 !important;
}

.checkout-form-list input[type="text"].error:focus, .checkout-form-list input[type="text"].error:active, .checkout-form-list input[type="text"].error.active, .checkout-form-list input[type="password"].error:focus, .checkout-form-list input[type="password"].error:active, .checkout-form-list input[type="password"].error.active, .checkout-form-list input[type="email"].error:focus, .checkout-form-list input[type="email"].error:active, .checkout-form-list input[type="email"].error.active {
  border: 1px solid #ff5454 !important;
}

.checkout-form-list {
  margin-bottom: 30px;
}

.checkout-form-list input[type="checkbox"] {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.create-acc label {
  color: #333;
  display: inline-block;
}

.ship-different-title h3 label {
  display: inline-block;
  margin-right: 20px;
}

.ship-different-title h3 label {
  display: inline-block;
  margin-right: 20px;
  letter-spacing: 4px;
}

.order-notes textarea {
  height: 120px;
  padding: 15px;
  width: 100%;
  resize: none;
  outline: none;
  border: 1px solid #e5e5e5;
}

.order-notes textarea:focus, .order-notes textarea:active, .order-notes textarea.active {
  border: 1px solid #bbb;
}

.your-order {
  background: #f2f2f2 none repeat scroll 0 0;
  padding: 30px 40px 45px;
}

.your-order h3 {
  border-bottom: 1px solid #d8d8d8;
  font-size: 30px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

.your-order-table table {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  width: 100%;
}

.your-order-table table th, .your-order-table table td {
  border-bottom: 1px solid #d8d8d8;
  border-right: medium none;
  font-size: 14px;
  padding: 15px 0;
  text-align: center;
  font-family: Open Sans;
}

.your-order-table table tr.cart_item:hover {
  background: #F9F9F9;
}

.your-order-table table .shipping th {
  vertical-align: top;
}

.your-order-table table .shipping label input {
  float: left;
  margin-right: 5px;
}

.your-order-table table .payment-methods ul {
  list-style-type: none;
  padding: 0;
}

.your-order-table table th {
  border-top: medium none;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
}

.your-order-table table th, .your-order-table table td {
  border-bottom: 1px solid #d8d8d8;
  border-right: medium none;
  font-size: 14px;
  padding: 15px 0;
  text-align: left;
  font-weight: bold;
}

.your-order-table table .order-total th {
  border-bottom: medium none;
  font-size: 18px;
}

.your-order-table table .order-total td {
  border-bottom: medium none;
}

.payment-accordion h3 {
  border-bottom: 0 none;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.payment-accordion h3 a {
  color: #6f6f6f;
  font-size: 14px;
  padding-left: 25px;
  position: relative;
  text-transform: capitalize;
  text-decoration: none;
}

.your-order-table table tr.order-total td span {
  color: #ec4445;
  font-size: 20px;
}

.payment-method {
  margin-top: 40px;
}

.payment-accordion h3 a::before, .payment-accordion h3 a.collapsed::before {
  content: "?";
  display: inline-block;
  font-family: fontawesome;
  font-size: 20px;
  left: 0;
  position: absolute;
  top: -2px;
}

.payment-accordion h3 a::before {
  content: "\f056";
}

.payment-accordion h3 img {
  width: 40%;
  padding: 8px 10px 0px;
}

.order-button-payment button {
  background-color: #ec691f;
  border: 2px solid #ec691f;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  height: 50px;
  margin: 20px 0 0;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
  outline: none;
}

.order-button-payment button:hover {
  background-color: #d35711;
  border-color: #d35711;
}

.payment-content p {
  font-size: 13px;
}

/* * Subpage - Error form * */
#subpage-wrap .form-input input.error, #subpage-wrap .form-row input.error, #subpage-wrap .form-row textarea.error {
  border: 1px solid #ea204c;
  color: #ea204c;
}

.field label.required:after {
  content: '*';
  color: #ff5454;
  margin-left: 4px;
}

/* * Subpage - Error page * */
.error-page-wrapper {
  padding: 100px 0 200px 0;
}

/* * Subpage - Contact Us * */
.subpage-contact-us input[type="text"], .subpage-contact-us input[type="email"] {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 42px;
  width: 100%;
  margin-bottom: 15px;
  padding: 0 0 0 10px;
  outline: none;
}

.subpage-contact-us textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 5px;
  margin-bottom: 19px;
  height: 200px;
}

.subpage-contact-us input[type="text"].error, .subpage-contact-us input[type="email"].error, .subpage-contact-us textarea.error {
  border: 1px solid #ff5454 !important;
}

.subpage-contact-us button.btn-prowood-orange {
  border-radius: 0;
}

.subpage-contact-us .contacts-form-result-message {
  margin-bottom: 20px;
}

.subpage-contact-us #map {
  border: 5px solid #f7f7f7;
  margin: 40px 0 80px;
  width: 100%;
  height: 500px;
}

.subpage-contact-us h3.heading {
  margin: 30px 0;
}

.subpage-contact-us .text-box {
  border: 1px solid #ccc;
  margin: 0;
  padding: 10px 5px;
}

.subpage-contact-us .text-box .timer-block-text {
  margin-bottom: 5px;
}

.subpage-contact-us .text-box .timer-block-text.with-vertical-line {
  border-right: 1px solid #ccc;
}

.subpage-contact-us .text-box img {
  margin-right: 15px;
}

.subpage-contact-us .text-box .timer-text-1 {
  margin-right: 20px;
}

.subpage-contact-us .mrg-top-10 {
  margin-top: 10px;
}

.subpage-contact-us .mrg-top-20 {
  margin-top: 20px;
}

.subpage-contact-us .address-item-toggle {
  font-size: 16px;
  text-decoration: none;
  padding: 10px 0;
  display: block;
  cursor: pointer;
}

.subpage-contact-us .address-item-toggle.collapsed .fa-angle-up {
  transform: rotate(180deg);
}

.subpage-contact-us .icon-angle-up {
  padding-left: 20px;
}

.subpage-contact-us .address-description {
  padding: 10px 0;
}

/* * Subpage - Catalog * */
.catalog-right {
  margin-bottom: 50px;
}

.catalog-left {
  margin: 0 auto;
  width: 200px;
}

.catalog-left h2 {
  margin-bottom: 20px;
}

.catalog-left h2:after {
  content: '';
  background-color: #ec691f;
  margin-top: 20px;
  width: 140px;
  height: 2px;
  display: block;
}

.catalog-left-nav > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.catalog-left-nav > ul > li {
  line-height: 18px;
  margin-bottom: 10px;
}

.catalog-left-nav > ul > li > a {
  font-size: 14px;
  font-weight: bold;
  color: #5b5b5b;
}

.catalog-left-nav > ul > li.active > a, .catalog-left-nav > ul > li > a:hover, .catalog-left-nav > ul > li > a:active, .catalog-left-nav > ul > li > a:focus {
  color: #ec691f;
  text-decoration: none;
}

.catalog-left-nav > ul > li > ul {
  margin: 0;
  padding: 18px 0 8px 15px;
  list-style-type: none;
}

.catalog-left-nav > ul > li > ul > li {
  background-image: url("/img/icon-sb-nav-bullet.png");
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 20px;
  margin-bottom: 10px;
}

.catalog-left-nav > ul > li > ul > li > a {
  color: #5b5b5b;
  text-decoration: underline;
}

.catalog-left-nav > ul > li > ul > li > a.active, .catalog-left-nav > ul > li > ul > li > a:hover, .catalog-left-nav > ul > li > ul > li > a:active, .catalog-left-nav > ul > li > ul > li > a:focus {
  color: #ec691f;
  text-decoration: none;
}

.catalog-right-content {
  padding: 15px 15px 1px;
  border: 1px solid #d8d8d8;
  border-top: none;
}

.catalog-right .page-nav-wrap {
  background-color: #f2f2f2;
  text-align: center;
  margin-top: 0;
}

.catalog-link-1 {
  max-width: 300px;
  display: block;
  position: relative;
  margin: 0 auto;
}

.catalog-item-1 {
  margin-bottom: 15px;
}

.catalog-link-text {
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 74px;
  height: 74px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
}

.catalog-link-text > span {
  vertical-align: middle;
  line-height: 24px;
  display: inline-block;
}

.catalog-link-1:hover .catalog-link-text, .catalog-link-1:active .catalog-link-text, .catalog-link-1:focus .catalog-link-text {
  background-color: rgba(0, 0, 0, 0.9);
}

.catalog-item-2 {
  margin-bottom: 40px;
}

.catalog-link-2 {
  margin: 0 auto;
  width: 184px;
  display: block;
  text-decoration: none;
}

.catalog-title-2 {
  font-weight: bold;
  color: #5b5b5b;
  display: block;
  font-size: 14px;
  margin-bottom: 11px;
}

.catalog-title-2:hover, .catalog-title-2:active, .catalog-title-2:focus {
  text-decoration: none;
}

.catalog-link-2:hover .catalog-title-2, .catalog-link-2:active .catalog-title-2, .catalog-link-2:focus .catalog-title-2 {
  color: #ec691f;
}

.catalog-image-2 {
  margin-bottom: 10px;
  display: block;
  position: relative;
}

.catalog-discount {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #ec691f;
  text-align: center;
  line-height: 42px;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  position: absolute;
  top: -7px;
  right: -7px;
}

.catalog-price-row {
  display: block;
}

.catalog-price {
  font-size: 18px;
  color: #313130;
}

.catalog-units {
  font-size: 14px;
  color: #a5a5a5;
}

.catalog-price.has-discount strong {
  color: #ec691f;
}

.search-no-results h4 {
  margin-bottom: 40px;
}

/* * Subpage - Wooden * */
.wooden-type-page {
  padding-top: 14px;
}

h1 {
  font-size: 28px;
  font-weight: normal;
  color: #313130;
  line-height: 1.1;
  margin-bottom: 20px;
}

.wooden-slider-big {
  margin-bottom: 10px;
}

.wooden-slider-small {
  margin: 0 -5px;
}

.wooden-slider-small a {
  margin-bottom: 10px;
  padding: 0 5px;
  width: 33%;
  float: left;
  position: relative;
}

/*
.wooden-slider-small a.active:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: 2px solid #ec691f;
}
*/
.wooden-slider-small a.active img {
  border: 2px solid #ec691f;
}

.wooden-slider-block {
  margin-bottom: 14px;
}

.bxpager-bigger-nav .bx-prev, .bxpager-bigger-nav .bx-next {
  background-image: url("/img/icon-slider-nav-2.png");
  background-repeat: no-repeat;
  width: 14px;
  height: 25px;
}

.wooden-slider-block .bx-prev {
  left: -30px;
}

.bxpager-bigger-nav .bx-prev {
  background-position: 0 0;
}

.wooden-slider-block .bx-next {
  right: -30px;
}

.bxpager-bigger-nav .bx-next {
  background-position: 0 -25px;
}

.bxpager-bigger-nav .bx-prev:hover {
  background-position: 0 -50px;
}

.bxpager-bigger-nav .bx-next:hover {
  background-position: 0 -75px;
}

.wooden-block-2 {
  margin-bottom: 23px;
}

.wooden-price {
  font-size: 28px;
  font-weight: bold;
  color: #313130;
  text-align: center;
  line-height: 78px;
  border: 3px solid #ec691f;
  width: 218px;
  height: 84px;
  margin-bottom: 15px;
}

.wooden-block-icon {
  margin: 0 30px 10px 0;
  line-height: 32px;
  height: 32px;
  font-size: 20px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  color: #000;
  float: left;
}

.wooden-block-icon:last-child {
  margin-right: 0;
}

.wooden-block-icon.m2 {
  background-image: url("/img/icon-wooden-m2.png");
  padding-left: 45px;
}

.wooden-block-icon.rooms {
  background-image: url("/img/icon-wooden-rooms.png");
  padding-left: 60px;
}

.wooden-block-3 {
  background-color: #f2f2f2;
  margin-bottom: 50px;
}

.btn-send-request {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #ec691f;
  text-decoration: none;
  display: block;
  line-height: 84px;
  height: 84px;
  text-align: center;
}

.btn-send-request:hover, .btn-send-request:active, .btn-send-request:focus {
  background-color: #d35711;
  color: #fff;
}

.btn-prowood-orange {
  background-color: #ec691f;
  border-color: #ec691f;
}

.btn-prowood-orange:hover, .btn-prowood-orange:active, .btn-prowood-orange:focus, .btn-prowood-orange:active:focus, .btn-primary:active:hover {
  background-color: #d35711;
  border-color: #d35711;
}

.wooden-block-3-in {
  color: #5b5b5b;
  padding: 13px 30px;
}

.wooden-block-3-in-1 {
  font-size: 24px;
  /*line-height: 1.1;*/
  margin-bottom: 1px;
}

.other-products-page .wooden-block-3-in-1 {
  font-size: 22px;
}

.wooden-block-3-in-2 {
  font-size: 20px;
  line-height: 1.1;
}

.wooden-block-4 {
  margin-bottom: 40px;
  padding-top: 10px;
  color: #5b5b5b;
  border: 1px solid #f2f2f2;
  /*  background-color: #ffebbb;*/
}

.wooden-block-4 .toggles {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.wooden-block-4 .toggles a {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-align: center;
  text-decoration: none;
  display: block;
  line-height: 56px;
  height: 56px;
  padding: 0 15px;
  /*  background-color: #e8d4a6;*/
  transition: background-color .3s;
}

.wooden-block-4 .toggles .active a, .wooden-block-4 .toggles a:hover {
  color: #000;
  text-decoration: none;
}

.wooden-block-4 .toggles a span {
  vertical-align: middle;
  line-height: 1.1;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
}

.wooden-block-4 .toggles .active a span, .wooden-block-4 .toggles a:hover span {
  border-bottom: 2px solid #ec691f;
}

.wooden-block-4-content {
  font-size: 13px;
  color: #5b5b5b;
  line-height: 22px;
  padding: 23px 30px 26px;
}

.wooden-liponio {
  margin: 0 -22px;
  display: flex;
  flex-wrap: wrap;
}

.wooden-liponio-item {
  margin-bottom: 44px;
  background-color: #f2f2f2;
  border-left: 22px solid #fff;
  border-right: 22px solid #fff;
  text-align: center;
  padding-bottom: 72px;
}

.wooden-liponio-item-in {
  max-width: 254px;
  margin: 0 auto;
}

.wooden-liponio-icon {
  background-repeat: no-repeat;
  background-position: 50% 80%;
  height: 110px;
}

.wooden-liponio-icon.i1 {
  background-image: url("/img/icon-compl-1.png");
}

.wooden-liponio-icon.i2 {
  background-image: url("/img/icon-compl-2.png");
}

.wooden-liponio-icon.i3 {
  background-image: url("/img/icon-compl-3.png");
}

.wooden-liponio-icon.i4 {
  background-image: url("/img/icon-compl-4.png");
}

.wooden-liponio-title {
  font-size: 22px;
  color: #313130;
  margin-bottom: 13px;
}

.wooden-liponio-text {
  border-top: 1px solid #d8d8d8;
  font-size: 13px;
  color: #5b5b5b;
  line-height: 18px;
  padding-top: 23px;
}

#faq-items-wrap {
  margin-bottom: 45px;
}

.faq-item {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.faq-item + .faq-item {
  margin-top: -1px;
}

.faq-item-toggle {
  font-size: 22px;
  font-weight: bold;
  color: #5b5b5b;
  text-decoration: none;
  padding: 21px 0;
  display: block;
  cursor: pointer;
}

.faq-item-toggle:hover, .faq-item-toggle:active, .faq-item-toggle:focus {
  font-weight: bold !important;
  color: #5b5b5b;
}

.faq-item-toggle.collapsed {
  font-weight: normal;
}

.faq-item-content {
  background-color: #f2f2f2;
  padding: 28px 30px;
}

.link-social-2 {
  background-image: url("/img/icon-social-2.png");
  background-repeat: no-repeat;
  width: 38px;
  height: 38px;
  display: block;
}

.link-social-2.google {
  background-position: 0 0;
}

.link-social-2.google:hover {
  background-position: 0 -38px;
}

.link-social-2.twitter {
  background-position: -44px 0;
}

.link-social-2.twitter:hover {
  background-position: -44px -38px;
}

.link-social-2.yandex {
  background-position: -88px 0;
}

.link-social-2.yandex:hover {
  background-position: -88px -38px;
}

.link-social-2.facebook {
  background-position: -132px 0;
}

.link-social-2.facebook:hover {
  background-position: -132px -38px;
}

.link-social-2.ok {
  background-position: -176px 0;
}

.link-social-2.ok:hover {
  background-position: -176px -38px;
}

.social-nav-2 ul {
  font-size: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.social-nav-2 ul li {
  font-size: 13px;
  color: #a4a3a3;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.social-nav-2 ul li:first-child {
  margin-right: 10px;
}

.social-nav-2 ul li:last-child {
  margin-right: 0;
}

/* * Subpage - Product * */
.product-tbl-wrap {
  margin: 0 auto;
  max-width: 500px;
}

.product-tbl-ttl {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  margin: 20px 0;
}

.product-tbl {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 50px;
}

.product-tbl td {
  border-bottom: 1px solid #e8d4a6;
  font-size: 13px;
  color: #5b5b5b;
  padding: 12px 20px;
}

.product-tbl tr:nth-child(2n+1) td {
  background-color: #eedbaf;
}

.product-tbl td + td {
  border-left: 1px solid #e8d4a6;
}

.product-tech-box {
  padding: 15px 18px;
  border: 2px solid #ec691f;
  position: relative;
  margin: 25px 15px;
}

.product-tech-box:before {
  content: '';
  background-image: url("/img/icon-asterisk.png");
  background-repeat: no-repeat;
  width: 14px;
  height: 12px;
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -6px;
}

.block-product-similar {
  background-color: #f2f2f2;
  margin-bottom: 40px;
  padding: 40px;
}

.product-similar {
  text-decoration: none;
  display: block;
}

.product-similar:hover *, .product-similar:active *, .product-similar:focus * {
  color: #ec691f;
}

.product-similar-picture {
  margin-bottom: 15px;
  display: block;
}

.product-similar-title {
  font-weight: bold;
  color: #000;
  margin-bottom: 0;
  display: block;
}

.product-similar-size {
  display: block;
  color: #5b5b5b;
  margin-bottom: 9px;
}

.product-similar-price {
  font-size: 18px;
  color: #313130;
  border-top: 1px solid #d8d8d8;
  display: block;
  margin-top: 9px;
  padding-top: 3px;
}

.block-product-similar .bx-prev {
  left: -65px;
}

.block-product-similar .bx-next {
  right: -65px;
}

.block-product-top-col {
  margin-bottom: 23px;
}

.block-product-top-col:first-child {
  position: relative;
}

.select-cont {
  position: relative;
  line-height: 36px;
  padding: 0 35px 0 12px;
  height: 38px;
  color: #000;
  border: 1px solid #d8d8d8;
}

.select-cont:after {
  content: '';
  background-image: url("/img/icon-select-dd.png");
  background-repeat: no-repeat;
  width: 10px;
  height: 9px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 15px;
}

.select-cont select {
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.select-value {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.checkbox, .radio {
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 0;
  overflow: hidden;
  width: 18px;
  height: 18px;
  float: left;
}

.checkbox {
  background-image: url("/img/icon-checkbox.png");
}

.radio {
  background-image: url("/img/icon-radio.png");
}

.checkbox.checked, .radio.active {
  background-position: 0 -18px;
}

.checkbox input, .radio input {
  position: absolute;
  left: -100px;
  top: -100px;
}

.checkbox-label {
  display: block;
  font-weight: normal;
  margin: 0;
}

.checkbox-label .checkbox-label-text {
  margin-left: -18px;
  padding-left: 27px;
  width: 100%;
  float: left;
}

.product-single-to-cart {
  font-size: 28px;
  color: #fff;
  background-color: #ec691f;
  text-align: center;
  text-decoration: none;
  line-height: 56px;
  height: 56px;
  margin-bottom: 9px;
  display: block;
}

.product-single-to-cart:hover, .product-single-to-cart:active, .product-single-to-cart:focus {
  color: #fff;
  text-decoration: none;
  background-color: #d35711;
}

.product-single-to-cart-price {
  padding-right: 56px;
  width: 100%;
  float: left;
}

.product-single-to-cart-icon {
  background-color: #d35711;
  background-image: url("/img/icon-cart.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 56px;
  height: 56px;
  float: left;
  margin-left: -56px;
}

.checkbox-item-wrap-wrap {
  padding-top: 9px;
}

.checkbox-item-wrap {
  margin-right: 20px;
  float: left;
  margin-bottom: 10px;
}

.checkbox-item-wrap:last-child {
  margin-right: 0;
}

.block-product-top-meta {
  margin-bottom: 18px;
}

.product-meta-row {
  margin-bottom: 12px;
}

.product-meta-row-label {
  font-weight: bold;
  color: #5b5b5b;
  line-height: 38px;
  width: 115px;
  height: 38px;
  float: left;
}

.product-meta-row-inputs {
  margin-left: -115px;
  padding-left: 115px;
  width: 100%;
  float: left;
}

.checkbox-item-wrap.special {
  margin-top: -9px;
  width: 65px;
  margin-bottom: 0;
}

.checkbox-item-wrap.special .text-input {
  padding: 5px 12px;
  border: 1px solid #d8d8d8;
  height: 38px;
}

.product-single-picture {
  position: relative;
  margin: 0 auto;
}

.product-single-picture .bx-prev {
  left: 10px;
}

.product-single-picture .bx-next {
  right: 10px;
}

/*.product-single-picture-big{
  margin-bottom: 18px;
  border: 1px solid #d8d8d8;
}*/
.product-single-picture-small {
  position: absolute;
  bottom: 8px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.product-single-picture-small-item {
  padding: 0 2px;
  width: 55px;
  float: left;
}

.product-single-picture-small a {
  position: relative;
  border: 1px solid #dbdbdb;
  display: block;
}

.product-single-picture-small a:hover {
  border: 1px solid #ec691f;
}

.product-single-picture-small a.video:after, .wooden-slider-small a.video:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("/img/icon-play.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.houses-fixed-banner {
  position: fixed;
  bottom: 0;
  right: 50%;
}

.houses-fixed-banner .close-link {
  background-color: #ec691f;
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  top: -27px;
  right: 0;
  text-align: center;
  padding-top: 5px;
}

.houses-fixed-banner .close-link i {
  color: #fff;
  font-size: 16px;
}

@media (max-width: 1250px) {
  .houses-fixed-banner {
    right: auto;
    left: 0;
  }
}

/* * * Mobile * * */
@media (max-width: 768px) {
  .houses-fixed-banner {
    display: none;
  }
  #header {
    padding: 25px 0 35px;
  }
  .footer-nav-col-1 {
    display: none;
  }
  .footer-nav-col-2 {
    width: 100%;
    float: left;
  }
}

/* * * Tablet * * */
@media (min-width: 768px) {
  /* * Footer * */
  .footer-col.col-logo {
    width: 130px;
    float: left;
    text-align: left;
  }
  .logo-footer {
    margin: 0 0 120px;
  }
  .footer-col.col-nav {
    padding-top: 4px;
    width: 310px;
    float: left;
  }
  .footer-col.col-last {
    text-align: right;
    float: right;
    width: 270px;
  }
  .footer-social-nav {
    margin-bottom: 89px;
  }
  /* * Homepage * */
  .section-header h2 {
    margin: 0;
    float: left;
  }
  .section-header-link {
    margin-top: 12px;
    float: right;
  }
  #hompeage-features {
    padding-bottom: 30px;
  }
  .home-feature-item {
    width: 50%;
    float: left;
  }
  .home-feature-item {
    margin-bottom: 0;
  }
  .home-feature-item:nth-child(1), .home-feature-item:nth-child(2) {
    border-bottom: 1px solid #d8d8d8;
  }
  .home-feature-item:nth-child(2n) .home-feature-item-in {
    border-left: 1px solid #d8d8d8;
  }
  .home-feature-item-in {
    height: 190px;
  }
  .home-feature-item-icon {
    float: left;
    width: 140px;
  }
  .home-feature-item-text-wrap {
    float: left;
    margin-left: -140px;
    padding-left: 140px;
    width: 100%;
    text-align: left;
  }
  .home-feature-item:nth-child(1) .home-feature-item-in, .home-feature-item:nth-child(2) .home-feature-item-in {
    padding-top: 38px;
  }
  .home-feature-item:nth-child(3) .home-feature-item-in, .home-feature-item:nth-child(4) .home-feature-item-in {
    padding-top: 66px;
  }
  .homepage-category-item {
    width: 50%;
    float: left;
  }
  /* * Header * */
  .header-bar-lang {
    margin-right: 45px;
  }
  .header-bar-login {
    font-size: 13px;
    font-weight: bold;
    padding-left: 28px;
    background-image: url("/img/icon-login.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    line-height: 20px;
    height: 20px;
  }
  .header-bar-link-login {
    background-image: none;
    width: auto;
    height: auto;
    display: inline;
  }
  .header-bar-login a {
    color: #fff;
    text-decoration: none;
  }
  .header-bar-login a:hover, .header-bar-login a:active, .header-bar-login a:focus {
    color: #fff;
    text-decoration: underline;
  }
  .header-bar-link-cart {
    font-weight: bold;
  }
  .header-bar-link-cart-count {
    margin-left: 9px;
  }
  #header-bar-cart-dropdown {
    width: 335px;
  }
  .header-bar-cart-item {
    padding: 20px;
  }
  .header-bar-cart-item-text {
    padding-left: 88px;
    padding-right: 90px;
  }
  .header-bar-cart-item-count {
    margin-left: -60px;
    width: 60px;
  }
  .link-delete {
    right: 20px;
  }
  #header-left {
    padding-right: 160px;
    width: 100%;
    float: left;
  }
  #header-contacts {
    border-left: 1px solid #d8d8d8;
    width: 145px;
    float: left;
    padding-left: 15px;
    margin-left: -145px;
  }
  .header-lang-block {
    width: 145px;
    float: left;
    padding-left: 15px;
    margin-left: -145px;
  }
  .logo {
    float: left;
    margin: 0;
  }
  #main-nav {
    margin-left: 20px;
    float: left;
    text-align: left;
    padding-top: 11px;
  }
  #main-nav > ul > li {
    margin-bottom: 0;
    vertical-align: top;
    display: inline-block;
  }
  #main-nav > ul > li + li {
    margin-left: 20px;
  }
  #main-nav > ul > li > ul {
    display: none;
    position: absolute;
    z-index: 150;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    left: -10px;
    top: -32px;
    right: -10px;
    padding: 65px 9px 33px;
  }
  #main-nav > ul > li > ul:before {
    content: '';
    background-color: #d8d8d8;
    margin-bottom: 13px;
    height: 1px;
    display: block;
  }
  #main-nav > ul > li > ul > li {
    margin: 0;
  }
  #main-nav > ul > li > ul > li + li {
    margin-top: 9px;
  }
  #main-nav > ul > li:hover > ul {
    display: block;
  }
  #main-nav > ul > li > a {
    position: relative;
    z-index: 200;
  }
  #navbar {
    display: none !important;
  }
  /* * Subpage - Cart * */
  .cart-item-picture {
    margin: 0;
    width: 200px;
    float: left;
  }
  .cart-item-in {
    width: auto;
  }
  .cart-item-box-1 {
    margin: 0 0 0 30px;
    width: 210px;
    float: left;
  }
  .cart-item-box-2 {
    margin: 0 0 0 30px;
    width: 250px;
    float: left;
  }
  .link-delete-2 {
    position: absolute;
    top: 1px;
    right: 0;
  }
  /* * Subpage - Catalog * */
  .catalog-left {
    margin-left: -100%;
    float: left;
  }
  .catalog-right {
    padding-left: 210px;
    width: 100%;
    float: left;
  }
  .catalog-list {
    margin: 0 -8px;
  }
  .catalog-item-1 {
    padding: 0 8px;
  }
  .catalog-item-2:nth-child(2n+1) {
    clear: both;
  }
  /* * Subpage - Wooden * */
  .wooden-price {
    margin-bottom: 0;
    float: right;
  }
  .wooden-icons {
    width: 100%;
    float: right;
    margin-right: -218px;
    padding-right: 220px;
    padding-top: 25px;
  }
  .wooden-block-4 .toggles li {
    width: 33.333%;
    float: left;
  }
}

/* * * Desktop narrow * * */
@media (min-width: 992px) {
  /* * Footer * */
  .footer-col.col-logo {
    width: 190px;
    float: left;
  }
  /* * Homepage * */
  .news-list {
    margin: 0 -32px;
  }
  .news-item {
    padding: 0 32px;
  }
  .review-photo {
    float: left;
  }
  .review-text-wrap {
    margin-left: -100px;
    padding-left: 122px;
    width: 100%;
    float: left;
  }
  .review-text-wrap-in {
    text-align: left;
    border-left: 1px solid #d8d8d8;
    padding-left: 20px;
    min-height: 116px;
    margin: 0;
    position: relative;
  }
  .review-text-wrap-in:before {
    content: '';
    background-image: url("/img/icon-review-tip.png");
    background-repeat: no-repeat;
    width: 11px;
    height: 18px;
    position: absolute;
    left: -11px;
    top: 45px;
  }
  .home-house-list {
    margin: 0 -24px;
  }
  .home-house-item {
    padding: 0 24px;
  }
  .home-feature-item.i2 .home-feature-item-in, .home-feature-item.i4 .home-feature-item-in {
    padding-left: 95px;
  }
  #homepage-categories {
    padding: 0;
  }
  .homepage-category-item {
    margin-bottom: 0;
    width: 25%;
    float: left;
  }
  #header-left {
    padding-right: 210px;
  }
  #header-contacts {
    width: 170px;
    padding-left: 40px;
    margin-left: -170px;
  }
  .header-lang-block {
    width: 170px;
    padding-left: 40px;
    margin-left: -170px;
    padding-top: 7px;
  }
  #main-nav {
    margin-left: 85px;
  }
  #main-nav > ul > li + li {
    margin-left: 54px;
  }
  #main-nav > ul > li + li:before {
    content: '';
    background-color: #eb681f;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    z-index: 100;
    top: 6px;
    left: -29px;
  }
  #main-nav > ul > li > ul {
    left: -50px;
    right: -50px;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* * Subpage - Cart * */
  .cart-item-box-1 {
    margin-left: 50px;
  }
  .cart-item-box-2 {
    margin-left: 50px;
    width: 300px;
  }
  .cart-item-description {
    margin-bottom: 30px;
  }
  .link-delete-2 {
    top: 48px;
  }
  /* * Subpage - Catalog * */
  .catalog-right-content {
    padding: 40px 40px 1px;
  }
  .catalog-list {
    margin: 0 -20px;
  }
  .catalog-item-1 {
    padding: 0 20px;
  }
  .catalog-item-1 {
    margin-bottom: 40px;
  }
  .catalog-item-2:nth-child(2n+1) {
    clear: none;
  }
  .catalog-item-2:nth-child(3n+1) {
    clear: both;
  }
  /* * Subpage - Wooden * */
  .wooden-slider-big {
    width: 500px;
    float: left;
    margin: 0;
  }
  .wooden-slider-small {
    width: 185px;
    float: right;
    margin: 0;
  }
  .wooden-slider-small a {
    margin: 0;
    width: auto;
    float: none;
    padding: 0;
    display: block;
  }
  .wooden-slider-small a + a {
    margin-top: 19px;
  }
  .wooden-slider-block {
    margin-bottom: 24px;
  }
  .wooden-slider-block .bx-next {
    right: -260px;
  }
  .wooden-block-icon {
    margin-right: 75px;
  }
  .wooden-block-3-in {
    padding-right: 248px;
    width: 100%;
    float: left;
    padding-bottom: 0;
  }
  .btn-send-request {
    margin-left: -218px;
    width: 218px;
    float: left;
  }
  /* * Subpage - Product * */
  .block-product-top-meta {
    min-height: 270px;
  }
  .product-single-picture {
    max-width: none;
  }
  .wooden-block-4 .toggles li {
    width: auto;
    padding: 0 15px;
  }
}

/* * * Desktop wide * * */
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}

/* AddThis plugin */
.addthis {
  margin-top: 50px;
}
