﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans:400,700&subset=latin,latin-ext);
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.clearfix:after {
  display: block;
  clear: both;
  content: ""; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(/Content/images/grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(/Content/images/AjaxLoader.gif) no-repeat center center; }

input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 45px;
  height: auto;
  display: inline-block;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 18px;
  font-weight: 300;
  vertical-align: middle;
  cursor: pointer; }

input[type=checkbox].css-checkbox:checked + label.css-label {
  background: url(/Content/images/checked.png) no-repeat; }

label.css-label {
  background: url(/Content/images/checkbox.png) no-repeat;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

html {
  overflow-x: hidden; }

body {
  font-family: 'Open Sans';
  overflow-x: hidden;
  color: #343434;
  -ms-overflow-style: scrollbar !important; }

.container {
  max-width: 1280px;
  width: 98%;
  margin: 0 auto; }

.navbar-default {
  background: #fff;
  border-radius: 0; }

a {
  transition: all 0.4s ease-in-out;
  outline: 0 !important; }
  a:hover {
    text-decoration: none; }

.btn {
  font-weight: 600;
  white-space: normal; }

.btn-default {
  width: 195px !important;
  height: 56px;
  text-transform: uppercase;
  color: #FFF;
  background: #223368;
  padding: 0;
  text-shadow: none;
  font-size: 14px;
  border-radius: 0;
  box-shadow: none;
  display: table;
  float: left;
  box-shadow: 0 2px 4px #242424;
  border: none;
  margin-right: 5px; }
  .btn-default span.text {
    display: table-cell;
    vertical-align: middle;
    width: 180px;
    text-align: center; }
  .btn-default span.arrow-white {
    height: 56px;
    margin-left: -20px; }
  .btn-default:hover {
    background: #ff6300;
    color: #FFF; }

.btn-warning {
  height: 44px;
  width: 258px !important;
  background: #ff9b00;
  color: #fff;
  border-radius: 0;
  text-shadow: none;
  border: none;
  box-shadow: none;
  line-height: 44px;
  padding: 0;
  font-size: 12px;
  text-transform: uppercase; }
  .btn-warning:hover {
    background: #223368; }

span.arrow-white {
  width: 14px;
  height: 13px;
  background: url(/Content/images/arrow-white.png) no-repeat center right;
  display: inline-block;
  margin-left: 7px; }

.shadow {
  position: absolute;
  width: 100%;
  background: url(/Content/images/shadow.png) repeat-x top left;
  top: 0px;
  height: 7px;
  z-index: 11; }

.date-icon {
  display: inline-block;
  margin-right: 10px;
  width: 13px;
  height: 13px;
  background: url(/Content/images/calendar.png) no-repeat center center; }

span.arrow {
  font-family: Arial, 'Alegreya Sans', sans-serif !important; }

.section {
  position: relative;
  -webkit-perspective: 1000; }

.more-news {
  margin: 45px 0 0;
  text-align: center;
  display: block;
  width: 164px;
  height: 36px;
  line-height: 36px;
  background: #ff9b00;
  margin: 30px auto 0;
  color: #fff;
  font-weight: 600; }
  .more-news:hover {
    background: #013474;
    color: #FFF; }

.choose-list {
  float: right;
  height: auto;
  position: relative; }

.choose-list.choose-colors {
  float: none;
  margin: 45px 0 30px;
  float: left;
  width: 390px; }
  .choose-list.choose-colors .choose.active {
    left: 0;
    right: auto; }
  .choose-list.choose-colors .choose {
    padding-left: 0;
    display: inline-block;
    vertical-align: top;
    display: block !important; }
    .choose-list.choose-colors .choose li {
      text-indent: 0; }
      .choose-list.choose-colors .choose li img {
        margin-top: -1px;
        margin-right: 20px; }
      .choose-list.choose-colors .choose li:before {
        display: none; }

form.guide input.error {
  border-color: #ff0000 !important; }

form.guide .css-label.error {
  color: #ff0000 !important; }

form.choose-form {
  display: inline-block;
  vertical-align: top;
  margin-top: 45px; }
  form.choose-form input {
    display: inline-block;
    height: 39px;
    line-height: 39px;
    width: 390px;
    margin-left: 40px;
    border: 1px solid #cccccc;
    border-radius: 2px;
    padding: 0 15px;
    font-size: 14px;
    vertical-align: middle !important; }
  form.choose-form .tt-dropdown-menu {
    position: relative !important;
    margin-left: 40px !important;
    width: 390px !important;
    border-radius: 0px;
    margin-top: -1px;
    font-size: 14px; }
  form.choose-form button {
    width: 195px !important;
    height: 37px;
    text-transform: uppercase;
    color: #FFF;
    background: #223368;
    padding: 0;
    text-shadow: none;
    font-size: 14px;
    border-radius: 0;
    box-shadow: none;
    display: inline-block;
    border: none;
    margin-right: 5px;
    vertical-align: middle !important;
    margin-left: 10px; }

.choose, .menu-products {
  background: #fff;
  height: 39px;
  line-height: 39px;
  overflow-y: hidden;
  width: 390px;
  padding: 0 25px;
  box-shadow: 0 2px 4px #c1c1c1;
  list-style-type: none;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 20; }
  .choose li, .menu-products li {
    display: block;
    position: relative;
    text-indent: 20px; }
    .choose li:before, .menu-products li:before {
      position: absolute;
      left: 0;
      content: '';
      background: url("/Content/images/arrow-orange.png") no-repeat center center;
      height: 100%;
      top: 0;
      width: 11px; }
    .choose li a, .menu-products li a {
      color: #223368;
      display: block;
      width: 100%; }
      .choose li a:hover, .menu-products li a:hover {
        color: #ff4200; }
    .choose li.selected, .menu-products li.selected {
      cursor: pointer;
      text-indent: 0; }
      .choose li.selected:after, .menu-products li.selected:after {
        content: '';
        width: 11px;
        height: 6px;
        background: url(/Content/images/arrow-down.png) no-repeat;
        position: absolute;
        top: 15px;
        right: 0; }
      .choose li.selected:before, .menu-products li.selected:before {
        display: none; }
  .choose.active, .menu-products.active {
    height: auto;
    overflow-y: visible;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100; }
    .choose.active li.selected:after, .menu-products.active li.selected:after {
      background: url(/Content/images/arrow-up.png) no-repeat; }

.pagination {
  float: right; }
  .pagination a {
    height: 40px;
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 40px;
    color: #000;
    background: #f5f5f5;
    cursor: pointer; }
    .pagination a:hover, .pagination a.active {
      background: #dadada; }
    .pagination a span.arrow-left {
      background: url(/Content/images/arrow-pag-left.png) no-repeat center center;
      display: block;
      width: 40px;
      height: 40px; }
    .pagination a span.arrow-right {
      background: url(/Content/images/arrow-pag-right.png) no-repeat center center;
      display: block;
      width: 40px;
      height: 40px; }

.go-back {
  color: #ff4700;
  font-size: 18px;
  line-height: 20px; }
  .go-back .back {
    display: inline-block;
    width: 11px;
    height: 10px;
    margin-right: 10px;
    background: url(/Content/images/back.png) no-repeat center center; }

h3.tag {
  background: #0054a6;
  text-transform: uppercase;
  font-size: 16px;
  padding: 8px 15px;
  color: #Fff;
  display: inline-block;
  font-weight: 300; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 40px 0; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.desktop {
  display: block; }

.mobile {
  display: none; }

.fb-like {
  display: block !important;
  margin: 20px 0 0; }

.play {
  display: block;
  width: 82px;
  height: 54px;
  position: absolute;
  right: 50%;
  margin-right: -41px;
  top: 40%;
  margin-top: -27px;
  background: url(/Content/images/play.png) no-repeat center center;
  z-index: 20; }

/**
 * 
 * Modern HTML5 Responsive Youtube Playlist Player
 * For jQuery 1.9 and above
 * 
 * @author  Rik de Vos
 * @link    http://rikdevos.com/
 * @version 1.3.0
 *
 * This is not free software. Visit http://codecanyon.net/user/RikdeVos to purchase a license
 * 
 */
.yesp {
  position: relative;
  overflow: hidden; }

.yesp, .yesp * {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important; }

.yesp:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.yesp .yesp-container {
  float: left;
  width: 600px;
  background: url(../images/ajax.gif) center center no-repeat #333;
  position: relative;
  height: 300px;
  overflow: hidden; }

.yesp .yesp-playlist {
  float: left;
  width: 200px;
  background: url(../images/ajax.gif) center center no-repeat #333;
  height: 300px;
  overflow: hidden;
  position: relative; }

.yesp .yesp-container .yesp-autoposter {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer; }

.yesp .yesp-container .yesp-autoposter .yesp-autoposter-icon {
  position: absolute;
  top: 50%;
  left: 50%; }

.yesp .yesp-container .yesp-autoposter .yesp-autoposter-icon div {
  position: relative;
  left: -42px;
  top: -30px;
  background: url(../images/youtube-icon-dark.png) top left no-repeat;
  width: 85px;
  height: 60px; }

.yesp .yesp-container .yesp-autoposter:hover .yesp-autoposter-icon div {
  background-image: url(../images/youtube-icon-red.png); }

.yesp a.yesp-big-play {
  display: block;
  display: none;
  width: 60px;
  height: 60px;
  position: absolute;
  background: rgba(0, 0, 0, 0.5) !important;
  border-radius: 30px;
  text-decoration: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #fff;
  font-size: 30px;
  line-height: 60px !important;
  text-align: center !important;
  outline: 0; }

.yesp a.yesp-big-replay {
  display: block;
  display: none;
  width: 60px;
  height: 60px;
  position: absolute;
  background: rgba(0, 0, 0, 0.5) !important;
  border-radius: 30px;
  text-decoration: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #fff;
  font-size: 30px;
  line-height: 60px !important;
  text-align: center !important; }

.yesp .yesp-title {
  height: 70px;
  z-index: 999;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0, transparent 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.5)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0, transparent 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0, transparent 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0; }

.yesp .yesp-title .yesp-title-wrapper {
  padding: 20px 20px 0;
  font-family: 'Open Sans',sans-serif;
  font-size: 18px;
  height: 24px;
  line-height: 18px;
  color: #fff;
  font-weight: 700;
  z-index: 9999;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.yesp .yesp-title a.yesp-subtitle {
  display: inline-block;
  height: 18px;
  padding: 0 10px 0 0 !important;
  margin: 0 10px 0 0 !important;
  border-right: 2px solid #fff;
  line-height: 18px;
  font-family: 'Open Sans',sans-serif;
  font-size: 18px;
  color: #dff76d;
  z-index: 9999;
  text-decoration: none !important;
  font-weight: 700 !important;
  background: 0 0 !important;
  box-shadow: none !important;
  font-style: normal !important; }

.yesp .yesp-title a.yesp-subtitle:hover {
  text-decoration: underline !important; }

.yesp .yesp-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 18px;
  padding: 5px 10px;
  margin-left: -20px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  font-family: 'Open Sans',sans-serif;
  text-transform: uppercase;
  border-radius: 100px;
  display: none; }

.yesp .yesp-social {
  position: absolute;
  z-index: 999;
  right: 10px;
  right: -180px;
  bottom: 60px; }

.yesp .yesp-social a.yesp-social-button {
  text-decoration: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 0 0 1px !important;
  width: 40px;
  height: 40px;
  float: right;
  z-index: 999;
  display: block;
  font-size: 14px !important;
  color: #fff !important;
  line-height: 40px !important;
  text-align: center !important; }

.yesp .yesp-social a.yesp-social-facebook {
  background: #3b5998; }

.yesp .yesp-social a.yesp-social-twitter {
  background: #55acee; }

.yesp .yesp-social a.yesp-social-google {
  background: #dd4b39; }

.yesp .yesp-social a.yesp-social-link {
  background: url(../images/share_link.png) top left no-repeat; }

.yesp .yesp-controls {
  font-family: 'Open Sans',sans-serif;
  background: #e6bc57;
  width: 100%;
  height: 50px;
  position: absolute;
  z-index: 999;
  bottom: -50px;
  left: 0; }

.yesp .yesp-controls .yesp-controls-wrapper {
  height: 30px;
  padding: 10px; }

.yesp .yesp-controls:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.yesp a.yesp-play {
  display: block;
  float: left;
  width: 12px;
  height: 14px;
  background: 0 0;
  opacity: 1;
  text-decoration: none !important;
  border: none !important;
  padding: 8px 9px !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: 14px;
  line-height: 14px !important;
  text-align: center !important;
  outline: 0; }

.yesp .yesp-time {
  float: left;
  width: 40px;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  line-height: 12px;
  padding: 9px; }

.yesp .yesp-time.yesp-full-time {
  width: 80px; }

.yesp .yesp-bar {
  float: left;
  position: relative;
  width: 100px;
  height: 10px;
  margin: 10px 9px;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer; }

.yesp .yesp-bar .yesp-bar-buffer {
  position: absolute;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  width: 0; }

.yesp .yesp-bar .yesp-bar-time {
  position: absolute;
  height: 10px;
  background: white;
  width: 0; }

.yesp .yesp-volume {
  float: left;
  height: 30px;
  width: 110px; }

.yesp .yesp-volume:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.yesp .yesp-volume a.yesp-volume-icon {
  display: block;
  float: left;
  width: 16px;
  height: 14px;
  background: 0 0;
  opacity: 1;
  text-decoration: none !important;
  border: none !important;
  padding: 8px 4px 8px 14px !important;
  margin: 0 !important;
  color: #fff;
  font-size: 14px;
  line-height: 14px !important;
  text-align: left !important; }

.yesp .yesp-volume a.yesp-volume-icon.yesp-volume-icon-off {
  background: url(../images/volume-off.png) center center no-repeat; }

.yesp .yesp-volume .yesp-volume-bar {
  float: left;
  position: relative;
  width: 55px;
  height: 10px;
  margin: 10px 12px 10px 9px;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer; }

.yesp .yesp-volume .yesp-volume-bar .yesp-volume-amount {
  position: absolute;
  height: 10px;
  background: #fff;
  width: 75%; }

.yesp a.yesp-backward, .yesp a.yesp-forward, .yesp a.yesp-fullscreen, .yesp a.yesp-playlist-toggle, .yesp a.yesp-share, .yesp a.yesp-youtube {
  display: block;
  float: left;
  width: 14px;
  height: 14px;
  background: 0 0;
  opacity: 1;
  text-decoration: none !important;
  border: none !important;
  padding: 8px !important;
  margin: 0 !important;
  color: #fff;
  font-size: 14px;
  line-height: 14px !important;
  text-align: left !important;
  outline: 0; }

.yesp .yesp-playlist .ps-scrollbar-y-rail {
  opacity: 0;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  -ms-transition: opacity .2s;
  transition: opacity .2s; }

.yesp .yesp-playlist:hover .ps-scrollbar-y-rail {
  opacity: 1; }

.yesp.yesp-mobile .yesp-playlist .ps-scrollbar-y-rail {
  opacity: 1 !important; }

.yesp.yesp-touch .yesp-playlist .ps-scrollbar-y-rail {
  opacity: 1; }

.yesp .yesp-playlist .yesp-playlist-video {
  display: block;
  height: 112px;
  width: 200px;
  position: relative;
  overflow: hidden;
  cursor: pointer; }

.yesp .yesp-playlist .yesp-playlist-video img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s; }

.yesp .yesp-playlist .yesp-playlist-video .yesp-playlist-overlay {
  position: absolute;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 112px;
  -webkit-transition: top .2s,opacity .2s;
  -moz-transition: top .2s,opacity .2s;
  -o-transition: top .2s,opacity .2s;
  -ms-transition: top .2s,opacity .2s;
  transition: top .2s,opacity .2s;
  z-index: 2;
  opacity: 0;
  top: -20px; }

.yesp .yesp-playlist.yesp-playlist-simple .yesp-playlist-video .yesp-playlist-overlay {
  display: none; }

.yesp .yesp-playlist .yesp-playlist-video:after {
  height: 100%;
  width: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, transparent 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, transparent 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, transparent 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, transparent 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  content: '';
  z-index: 1; }

.yesp .yesp-playlist .yesp-playlist-video[data-playing="0"]:hover .yesp-playlist-overlay {
  top: 0;
  opacity: 1; }

.yesp .yesp-playlist .yesp-playlist-video[data-playing="0"]:hover img {
  transform: scale(1.2); }

.yesp.yesp-mobile .yesp-playlist .yesp-playlist-video[data-playing="0"] .yesp-playlist-overlay {
  top: -112px !important;
  display: none !important; }

.yesp .yesp-playlist .yesp-playlist-video .yesp-playlist-title {
  padding: 15px;
  top: 0;
  left: 0;
  position: absolute;
  text-align: left;
  font-family: 'Open Sans',sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 16px;
  font-size: 12px; }

.yesp .yesp-playlist .yesp-playlist-video .yesp-playlist-channel {
  padding: 15px;
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: left;
  font-family: 'Open Sans',sans-serif;
  font-weight: 700;
  color: #dff76d;
  line-height: 12px;
  font-size: 12px; }

.yesp .yesp-playlist .yesp-playlist-video .yesp-playlist-current {
  position: absolute;
  width: 180px;
  bottom: 0;
  left: 0;
  text-align: left;
  font-family: 'Open Sans',sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 12px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.75);
  padding: 10px;
  display: none;
  z-index: 2; }

.yesp .yesp-playlist.yesp-playlist-simple .yesp-playlist-video .yesp-playlist-current span {
  display: none; }

.yesp .yesp-playlist .yesp-playlist-video[data-playing="1"] .yesp-playlist-current {
  display: block; }

.yesp .yesp-playlist .yesp-playlist-video .yesp-playlist-current i {
  margin-right: 5px; }

.yesp .yesp-hp {
  clear: both;
  height: 90px;
  background: url(../images/ajax.gif) center center no-repeat #333;
  overflow: hidden;
  width: 100%; }

.yesp .yesp-hp-videos {
  width: 50px; }

.yesp .ps-scrollbar-x-rail {
  left: 0 !important; }

.yesp .yesp-hp-videos:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.yesp .yesp-hp .yesp-hp-next-page {
  font-family: 'Open Sans',sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 12px;
  background: #000;
  padding: 0;
  line-height: 90px;
  text-align: center;
  display: inline-block;
  height: 90px;
  width: 50px;
  position: relative;
  overflow: hidden;
  cursor: pointer; }

.yesp.yesp-ios .yesp-hp .yesp-hp-next-page {
  top: -41px; }

.yesp .yesp-hp .yesp-hp-video {
  display: inline-block;
  height: 90px;
  width: 160px;
  position: relative;
  overflow: hidden;
  cursor: pointer; }

.yesp .yesp-hp .yesp-hp-video img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s; }

.yesp .yesp-hp .yesp-hp-video .yesp-hp-overlay {
  position: absolute;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 90px;
  -webkit-transition: top .2s,opacity .2s;
  -moz-transition: top .2s,opacity .2s;
  -o-transition: top .2s,opacity .2s;
  -ms-transition: top .2s,opacity .2s;
  transition: top .2s,opacity .2s;
  z-index: 2;
  opacity: 0;
  top: -20px; }

.yesp .yesp-hp.yesp-hp-simple .yesp-hp-video .yesp-hp-overlay {
  display: none; }

.yesp .yesp-hp .yesp-hp-video:after {
  height: 100%;
  width: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, transparent 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, transparent 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, transparent 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, transparent 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  content: '';
  z-index: 1; }

.yesp .yesp-hp .yesp-hp-video[data-playing="0"]:hover .yesp-hp-overlay {
  top: 0;
  opacity: 1; }

.yesp .yesp-hp .yesp-hp-video[data-playing="0"]:hover img {
  transform: scale(1.2); }

.yesp.yesp-mobile .yesp-hp .yesp-hp-video[data-playing="0"] .yesp-hp-overlay {
  top: -90px !important;
  display: none !important; }

.yesp .yesp-hp .yesp-hp-video .yesp-hp-title {
  padding: 15px;
  top: 0;
  left: 0;
  position: absolute;
  text-align: left;
  font-family: 'Open Sans',sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 16px;
  font-size: 12px;
  overflow: hidden;
  max-height: 35px; }

.yesp .yesp-hp .yesp-hp-video .yesp-hp-channel {
  padding: 15px;
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: left;
  font-family: 'Open Sans',sans-serif;
  font-weight: 700;
  color: #dff76d;
  line-height: 12px;
  font-size: 12px; }

.yesp .yesp-hp .yesp-hp-video .yesp-hp-current {
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 0;
  text-align: left;
  font-family: 'Open Sans',sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 12px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.75);
  padding: 10px;
  display: none;
  z-index: 2; }

.yesp .yesp-hp.yesp-hp-simple .yesp-hp-video .yesp-hp-current span {
  display: none; }

.yesp .yesp-hp .yesp-hp-video[data-playing="1"] .yesp-hp-current {
  display: block; }

.yesp .yesp-hp .yesp-hp-video .yesp-hp-current i {
  margin-right: 5px; }

.yesp .yesp-next-page {
  right: 0;
  bottom: 0;
  font-family: 'Open Sans',sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 18px;
  height: 18px;
  font-size: 12px;
  background: #000;
  padding: 16px 0;
  z-index: 100;
  cursor: pointer;
  text-align: center;
  display: none; }

.yesp .yesp-next-page i {
  margin-right: 5px; }

.yesp .yesp-error {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  color: #fff;
  background: #e52d27;
  text-align: center;
  padding: 10px 2px;
  font-size: 12px;
  line-height: 16px;
  font-family: 'Open Sans',sans-serif;
  display: none; }

.yesp .yesp-error i {
  margin-right: 5px; }

/*! perfect-scrollbar - v0.4.11
* http://noraesae.github.com/perfect-scrollbar/
* Copyright (c) 2014 Hyeonje Alex Jun; Licensed MIT
*
* Edited by Rik de Vos (www.rikdevos.com)
* 
*/
.ps-container .ps-scrollbar-x-rail {
  position: absolute;
  /* please don't change 'position' */
  z-index: 20;
  bottom: 0px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  background: rgba(255, 255, 255, 0.25); }

.ps-container:hover .ps-scrollbar-x-rail,
.ps-container.hover .ps-scrollbar-x-rail {
  opacity: 1;
  filter: alpha(opacity=100); }

.ps-container .ps-scrollbar-x-rail:hover,
.ps-container .ps-scrollbar-x-rail.hover {
  background-color: rgba(255, 255, 255, 0.25);
  opacity: 1;
  filter: alpha(opacity=100); }

.ps-container .ps-scrollbar-x-rail.in-scrolling {
  background-color: rgba(255, 255, 255, 0.25);
  opacity: 1;
  filter: alpha(opacity=100); }

.ps-container .ps-scrollbar-y-rail {
  position: absolute;
  /* please don't change 'position' */
  z-index: 20;
  right: 0px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 10px;
  /*-webkit-border-radius: 4px;*/
  /*-moz-border-radius: 4px;*/
  /*border-radius: 4px;*/
  /*opacity: 1;
    filter: alpha(opacity = 1);*/
  -o-transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  background: rgba(255, 255, 255, 0.25);
  display: none; }

.ps-container:hover .ps-scrollbar-y-rail,
.ps-container.hover .ps-scrollbar-y-rail {
  opacity: 1;
  filter: alpha(opacity=100); }

.ps-container .ps-scrollbar-y-rail:hover,
.ps-container .ps-scrollbar-y-rail.hover {
  background-color: rgba(255, 255, 255, 0.25);
  opacity: 1;
  filter: alpha(opacity=100); }

.ps-container .ps-scrollbar-y-rail.in-scrolling {
  background-color: rgba(255, 255, 255, 0.25);
  opacity: 1;
  filter: alpha(opacity=100); }

.ps-container .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  z-index: 20;
  bottom: 1px;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 6px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -o-transition: background-color .2s linear;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color .2s linear;
  transition: background-color .2s linear; }

.ps-container.ie6 .ps-scrollbar-x {
  font-size: 0;
  /* fixed scrollbar height in xp sp3 ie6 */ }

.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x,
.ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x {
  /*background-color: rgba(255,255,255,.25);*/ }

.ps-container .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  z-index: 20;
  right: 1px;
  /* there must be 'right' for ps-scrollbar-y */
  width: 8px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -o-transition: background-color .2s linear;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color .2s linear;
  transition: background-color .2s linear; }

.ps-container.ie6 .ps-scrollbar-y {
  font-size: 0;
  /* fixed scrollbar height in xp sp3 ie6 */ }

.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y,
.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
  background-color: #fff; }

.ps-container.ie .ps-scrollbar-x,
.ps-container.ie .ps-scrollbar-y {
  visibility: hidden; }

.ps-container.ie:hover .ps-scrollbar-x,
.ps-container.ie:hover .ps-scrollbar-y,
.ps-container.ie.hover .ps-scrollbar-x,
.ps-container.ie.hover .ps-scrollbar-y {
  visibility: visible; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #ccc; }

.mfp-preloader a:hover {
  color: #fff; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: .65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #fff;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #fff;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

#tiles {
  list-style-type: none;
  position: relative;
  margin: 0;
  padding: 0; }

#tiles li {
  background-color: #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: block;
  opacity: 1;
  list-style-type: none;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 3px rgba(0, 0, 0, 0.28);
  padding: 0;
  overflow: hidden; }

#tiles li img {
  width: 100%;
  height: auto;
  display: block; }

#tiles li p {
  color: #666;
  font-size: 14px;
  font-family: sans-serif;
  line-height: 1.231;
  text-align: left;
  line-height: 25px;
  overflow: hidden;
  margin: 2px 10px 10px;
  height: 40px; }

#youmax, .youmax {
  background-color: #e6e6e6;
  width: 100%;
  margin: 0 auto;
  font-family: Calibri;
  font-size: 14px;
  text-align: center;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2; }

.youmax-video-list-title {
  color: #5781d4;
  display: inline-block;
  font-weight: 700;
  overflow: hidden;
  font-family: Calibri;
  font-size: 14px;
  height: 22px;
  float: left;
  width: 100%; }

.youmax-video-list-views {
  color: #555;
  display: inline-block;
  font-size: 12px;
  float: left; }

.youmax-duration {
  background-color: #000;
  color: #fff;
  padding: 2px 3px;
  font-weight: 700;
  position: absolute;
  bottom: 52px;
  right: 0;
  opacity: 1;
  line-height: normal; }

.youmax-definition {
  background-color: #000;
  color: #fff;
  padding: 2px 3px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  line-height: normal; }

#youmax-lightbox {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 100;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none; }

#youmax-video-lightbox {
  opacity: 1; }

#youmax-iframe-holder {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 480px; }

.youmax-loading {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 120px;
  height: 30px;
  color: #fff;
  font-size: 30px; }

#youmax-header {
  background-color: #353535;
  font: 24px Arial;
  color: #fff;
  line-height: 25px;
  height: 120px;
  text-align: left;
  position: relative;
  background-position: center center;
  background-size: cover; }

#youmax-header-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); }

#youmax-stat-holder {
  height: 100%;
  top: 0;
  position: absolute;
  right: 0; }

.youmax-stat {
  float: right;
  margin: 10px;
  font: 10px Arial;
  color: #fff;
  margin-top: 40px;
  text-align: center; }

#youmax-video-list-div {
  width: 100%;
  text-align: left;
  display: inline-block;
  background-color: #e6e6e6;
  box-sizing: border-box;
  padding-top: 40px; }

.youmax-stat-count {
  font: 18px Arial;
  padding-bottom: 5px;
  display: inline-block; }

.youmax-channel-icon {
  display: inline-block;
  height: 100%; }

.youmax-channel-title {
  display: inline-block;
  font-family: Calibri;
  font-size: 24px;
  vertical-align: top;
  height: 100%;
  line-height: 120px;
  max-height: 80px;
  overflow: hidden; }

.youmax-channel-icon img {
  vertical-align: middle;
  height: 80px;
  margin: 20px;
  display: inline-block;
  border: 0;
  width: auto;
  border-radius: 3px;
  margin-left: 30px; }

.youmax-subscribe {
  display: inline-block;
  width: 150px;
  height: 25px;
  overflow: hidden;
  position: absolute;
  top: 0;
  margin: auto;
  left: 0;
  bottom: 0;
  right: 0; }

.youmax-subscribe div {
  position: static !important;
  vertical-align: top !important; }

.youmax-subscribe iframe {
  position: static !important; }

#youmax-header-wrapper > a {
  text-decoration: none;
  color: #fff;
  height: 100%;
  display: inline-block;
  outline: 0; }

#youmax-tabs {
  text-align: left;
  background-color: #e6e6e6;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 22px; }

.youmax-tab, .youmax-encloser-comment-button {
  background-color: #e6e6e6;
  color: #666;
  text-shadow: 0 1px 0 #fff;
  display: inline-block;
  margin: 5px;
  margin-top: 10px;
  cursor: pointer;
  cursor: hand;
  height: 23px;
  overflow: hidden;
  line-height: 23px;
  box-sizing: content-box;
  border-radius: 2px;
  font-family: Roboto Condensed;
  font-size: 16px;
  padding: 5px 11px; }

.youmax-tab:hover {
  background-color: #f7f7f7; }

.youmax-tab-hover {
  color: #fff;
  background-color: #e16363 !important;
  text-shadow: none; }

#youmax-load-more-div {
  width: 100%;
  height: 40px;
  line-height: 1;
  background-color: #d4d4d4;
  color: #666;
  text-shadow: 0 1px 0 #fff;
  cursor: pointer;
  border: 0;
  outline: 0;
  font-size: 15px;
  font-weight: 900;
  font-family: 'Exo',Calibri,sans-serif;
  line-height: 1px;
  border-radius: 0; }

#youmax-load-more-div:hover {
  color: #fff;
  background-color: #e16363;
  text-shadow: none; }

.youmax-load-more-div-click {
  color: #fff !important;
  background-color: #e16363 !important;
  text-shadow: none !important; }

#youmax-select {
  width: 90%;
  font-size: 14px;
  margin-top: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: auto;
  padding: 8px;
  outline: 0;
  background-color: #fff; }

#youmax-select-box {
  display: none; }

#youmax-select > option {
  background: #fff;
  color: #5a5a5a;
  cursor: pointer;
  padding-left: 15px; }

#youmax-encloser {
  margin-top: 25px; }

#youmax-showing-title {
  margin-top: 20px;
  width: 100%; }

#youmax-showing-title .youmax-tab {
  width: 100%;
  box-sizing: border-box;
  height: auto;
  margin: 0;
  padding: 6px;
  cursor: auto; }

.youmax-playlist-video-count {
  font-size: 20px;
  font-weight: 700; }

.youmax-playlist-line {
  width: 40%;
  border: 2px solid #dadada;
  display: inline-block; }

.youmax-playlist-line-wrapper {
  font-size: 7px;
  margin-top: 4px;
  line-height: 9px; }

.youmax-playlist-video-count-box {
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 85px;
  line-height: 20px; }

.youmax-playlist-video-count-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 30%;
  text-align: center;
  pointer-events: none; }

.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0; }

.fluid-width-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.youmax-loading-comments-div, .youmax-loading-div {
  margin: 50px 0;
  display: inline-block;
  width: 100%;
  font-size: 16px; }

#youmax-search-holder {
  padding: 0 12px;
  height: 26px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.85);
  margin-top: 45px;
  margin-right: 30px;
  border-radius: 8px;
  overflow: hidden; }

#youmax-search-box {
  background-color: transparent;
  margin: 0 !important;
  vertical-align: top;
  height: 24px;
  border: 0;
  color: #000;
  outline: 0;
  font: 14px Calibri;
  padding-left: 0; }

.youmax-search-icon {
  font-size: 14px !important;
  vertical-align: top;
  margin-top: 5px;
  margin-left: 5px;
  color: #000; }

.youmax-not-found {
  text-align: center; }

.youmax-video-list-date, .youmax-views-date-separator {
  color: #555;
  display: inline-block;
  font-size: 12px;
  float: left; }

.youmax-views-date-separator {
  padding: 0 4px; }

.youmax-duration, .youmax-definition {
  background-color: rgba(0, 0, 0, 0.7);
  padding-top: 25%;
  box-sizing: border-box;
  color: #fff;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 1;
  width: 50%;
  text-align: center;
  height: 100%;
  font-size: 18px; }

.youmax-duration {
  text-align: left;
  padding-left: 8%; }

.youmax-definition {
  text-align: right;
  padding-right: 8%; }

#tiles li p {
  display: none; }

.youmax-definition i, .youmax-duration i {
  font-size: 18px;
  padding-right: 4px;
  vertical-align: middle; }

.youmax-definition i.fa-volume-off {
  font-size: 28px; }

.youmax-definition, .youmax-duration {
  display: none;
  pointer-events: none; }

#youmax-video-list-div {
  background-color: #fafafa; }

#tiles li {
  border-radius: 0;
  background-color: #fff; }

.youmax-clean-overlay-holder {
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 10px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 25px;
  box-sizing: border-box;
  width: 100%; }

span.youmax-clean-title {
  width: 80%;
  display: inline-block;
  overflow: hidden;
  font-weight: 700; }

span.youmax-clean-time {
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: 700; }

#youmax-load-more-div {
  width: 120px;
  height: 120px;
  border-radius: 120px;
  transition: .4s; }

#youmax-load-more-div:hover, .youmax-load-more-div-click {
  background-color: #c41c1c !important; }

#youmax-load-more-div i {
  padding-top: 6px;
  font-size: 50px; }

#youmax-select-box {
  border: 1px solid #ccc;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  margin: 40px auto auto;
  margin-bottom: 30px;
  border-radius: 40px;
  overflow: hidden;
  height: 50px;
  position: relative;
  max-width: 880px;
  width: 100%; }

#youmax-search-holder {
  padding: 0;
  margin: 0;
  width: 60%;
  box-sizing: border-box;
  height: 50px;
  float: left;
  border-radius: 0;
  position: relative; }

#youmax-search-box {
  height: 50px;
  width: 100%;
  float: right;
  padding-left: 60px;
  box-sizing: border-box;
  font-size: 20px;
  color: #676767;
  font-family: 'Open Sans',sans-serif; }

#youmax-search-holder i {
  font-size: 22px !important;
  margin-top: 14px;
  float: left;
  padding-left: 15px;
  position: absolute;
  left: 0;
  color: #878787; }

#youmax-select {
  margin: 0;
  width: 40%;
  padding: 0 0 0 15px;
  box-sizing: border-box;
  height: 50px;
  float: left;
  border-radius: 0;
  border: 0;
  font-size: 18px;
  border-left: 1px solid #ccc;
  color: #676767;
  font-family: 'Open Sans',sans-serif; }

#youmax-select-box > i {
  font-size: 25px !important;
  float: left;
  padding-right: 15px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  background-color: #fff;
  color: #878787;
  padding-top: 12px;
  padding-bottom: 14px; }

.youmax-channel-icon {
  float: right; }

#youmax-header-info {
  width: 62%;
  padding-right: 8%;
  float: right;
  display: inline-block;
  height: 100%;
  color: #454444;
  font-family: 'Open Sans',sans-serif;
  box-sizing: border-box;
  height: auto;
  padding-top: 22px; }

#youmax-header {
  height: auto !important;
  display: inline-block;
  padding-bottom: 20px;
  height: 220px;
  height: 220px;
  background-image: none !important;
  background-color: #fafafa;
  width: 100%; }

#youmax-header-title {
  font-size: 40px;
  font-weight: 300;
  line-height: normal;
  display: inline-block;
  color: #000; }

#youmax-header-bio {
  font-size: 17px;
  margin-top: 10px; }

#youmax-header-website a {
  text-decoration: none;
  color: #0d3c5f;
  font-size: 17px;
  word-break: break-all; }

#youmax-header-counts {
  margin-top: 10px;
  font-size: 17px; }

.youmax-header-posts, .youmax-header-followers {
  margin-right: 20px; }

span.youmax-count {
  font-weight: 700;
  font-size: 15px;
  color: #000; }

#youmax-header-wrapper > a {
  width: 18%;
  margin-left: 12%;
  margin-right: 4%;
  float: left;
  text-align: center; }

#youmax, .youmax {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fafafa;
  border: 0;
  display: inline-block; }

#youmax-tabs {
  display: none; }

.youmax-channel-icon img {
  height: 160px;
  border-radius: 160px;
  border: 1px solid #cecece; }

#youmax-stat-holder, .youmax-channel-title, .youmax-generic-header-counts {
  display: none; }

.youmax-subscribe-clean {
  display: inline-block;
  font-size: 14px;
  background-color: #66bd2b;
  padding: 2px 10px;
  border-radius: 3px;
  font-weight: 700;
  font-family: Calibri; }

.youmax-subscribe-clean-wrapper {
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
  margin-left: 35px;
  position: relative; }

.youmax-subscribe-clean a {
  text-decoration: none;
  color: #fff; }

#youmax-header-wrapper {
  background-color: transparent; }

#youmax-showing-title {
  padding-top: 20px; }

#youmax-showing-title .youmax-tab {
  background-color: #c41c1c !important; }

.youmax-clean-playlist-title {
  color: #4b4b4b;
  font-size: 14px;
  margin: 5px 12px;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  font-weight: 700; }

.youmax-subscribe {
  top: 30px; }

.youmax-comment-textbox::-webkit-input-placeholder {
  color: #000; }

.youmax-comment-textbox:-moz-placeholder {
  color: #000;
  opacity: 1; }

.youmax-comment-textbox::-moz-placeholder {
  color: #000;
  opacity: 1; }

.youmax-comment-textbox:-ms-input-placeholder {
  color: #000; }

.youmax-comment-textbox {
  padding-left: 20px; }

.youmax-add-comment-button, .youmax-share-video-button {
  padding: 0; }

.youmax-load-more-comments-clicked {
  background-color: #c41c1c !important; }

.youmax-event-tag {
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  line-height: normal;
  background-color: #369c36;
  padding: 2px 5px;
  left: 10px;
  top: 10px;
  border-radius: 4px;
  padding: 2px 4px; }

.youmax-event-upcoming {
  background-color: #c41c1c; }

.youmax-event-live {
  background-color: #e77a1a; }

.youmax-live-icon i {
  font-size: 7px;
  margin-top: -5px;
  vertical-align: middle;
  padding: 3px 4px 0 2px; }

.youmax-live-icon {
  display: inline-block; }

.youmax-video-list-description {
  display: none; }

#youmax-load-more-div i.fa-close {
  padding: 0 0 0 1px; }

#youmax-previous-div, #youmax-next-div {
  line-height: 1;
  background-color: #d4d4d4;
  color: #666;
  text-shadow: 0 1px 0 #fff;
  cursor: pointer;
  border: 0;
  outline: 0;
  font-size: 15px;
  font-weight: 900;
  border: 0;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  transition: .4s;
  margin: 0 10px 40px;
  padding: 0; }

#youmax-previous-div:hover, #youmax-next-div:hover, .youmax-load-more-div-click {
  background-color: #c41c1c !important;
  color: #fff;
  text-shadow: none; }

#youmax-previous-div i, #youmax-next-div i {
  padding-top: 4px;
  font-size: 55px; }

#youmax-previous-div i {
  padding: 2px 9px 0 0; }

#youmax-next-div i {
  padding: 2px 0 0 9px; }

.youmax-pagination-button-wrapper {
  width: 50%;
  display: inline-block; }

.youmax-left-wrapper {
  text-align: right;
  float: left; }

.youmax-right-wrapper {
  text-align: left;
  float: right; }

.youmax-pagination {
  display: inline-block; }

#youmax-next-div i.fa-ellipsis-h, #youmax-previous-div i.fa-ellipsis-h {
  padding: 6px 0 0 1px; }

#youmax-next-div i.fa-close, #youmax-previous-div i.fa-close {
  padding: 0 0 2px 1px;
  font-size: 40px; }

#youmax-load-more-div.youmax-small {
  width: 80px;
  height: 80px; }

#youmax-load-more-div.youmax-small i {
  font-size: 35px; }

#youmax-previous-div.youmax-small, #youmax-next-div.youmax-small {
  width: 50px;
  height: 50px;
  border-radius: 50px; }

#youmax-previous-div.youmax-small i, #youmax-next-div.youmax-small i {
  padding-top: 2px;
  font-size: 35px; }

#youmax-previous-div.youmax-small i {
  padding-left: 5px; }

#youmax-next-div.youmax-small i {
  padding-left: 5px; }

#youmax-next-div.youmax-small i.fa-ellipsis-h, #youmax-previous-div.youmax-small i.fa-ellipsis-h {
  padding-left: 1px;
  padding-top: 5px; }

#youmax-next-div.youmax-small i.fa-close, #youmax-previous-div.youmax-small i.fa-close {
  font-size: 28px;
  padding: 1px; }

i#youmax-back-to-playlists {
  float: left;
  margin-top: 4px;
  margin-left: 4px;
  cursor: pointer; }

.youmax-showing-playlist-icon {
  margin-right: 6px; }

.youmax-pagination-button-wrapper.youmax-side-nav {
  width: 7%;
  margin-top: 10%; }

#youmax-video-list-div.youmax-small-container {
  width: 86%; }

.youmax-side-nav #youmax-previous-div, .youmax-side-nav #youmax-next-div {
  margin-left: 0;
  margin-right: 0; }

.youmax-disabled {
  background-color: #e0e0e0;
  border: 1px solid #b4b4b4;
  color: #b4b4b4;
  cursor: not-allowed; }

.youmax-play-overlay {
  display: none; }

.youmax-thumbnail-image-wrapper {
  cursor: pointer; }

.lt900 #youmax-encloser #photo-detail-holder {
  padding-left: 20px;
  padding-right: 20px; }

.lt900 #youmax-video-list-div {
  width: 100% !important; }

.lt900 .youmax-pagination-button-wrapper {
  width: 50% !important;
  margin-top: 0 !important;
  background-color: inherit !important;
  box-sizing: border-box; }

.lt900 #youmax-previous-div, .lt900 #youmax-next-div {
  margin-left: 10px !important;
  margin-right: 10px !important; }

.lt650 #youmax-search-holder {
  width: 45%; }

.lt650 #youmax-select {
  width: 55%; }

.lt800 #youmax-stat-holder {
  display: none; }

.lt800 #youmax-select-box {
  display: block; }

.lt800 #youmax-tabs {
  display: none; }

.lt800 .youmax-channel-icon img {
  margin-left: 10px; }

.lt800 #youmax-select-box {
  display: block;
  width: 90%;
  margin: 0 auto;
  float: none; }

.lt800 #youmax-header-wrapper > a {
  margin-left: 0;
  margin-right: 0;
  width: 100%; }

.lt800 #youmax-header-info {
  width: 100%;
  padding-left: 8%;
  padding-right: 8%;
  height: auto;
  padding-bottom: 15px; }

.lt800 #youmax-header-title {
  text-align: center;
  margin-top: -5px;
  padding-bottom: 15px;
  width: 100%; }

.lt800 .youmax-subscribe-clean-wrapper {
  width: 100%;
  text-align: center;
  margin: 0;
  margin-bottom: 10px;
  margin-left: -4px; }

.lt800 .youmax-user-icon {
  float: none; }

.lt800 #youmax-header-bio {
  margin-top: 20px; }

.lt800 .youmax-subscribe {
  left: 40px; }

.lt800 .youmax-channel-icon {
  float: none; }

.youmax-more-button, .youmax-show-button {
  height: 60px;
  width: 60px;
  border-radius: 60px;
  padding: 0; }

.youmax-more-button i {
  font-size: 28px;
  padding: 18px 0 0 1px; }

.youmax-more-button i.fa-close {
  padding-top: 17px; }

.youmax-show-button i {
  font-size: 25px;
  padding: 17px 0 0 1px; }

.youmax-showing-search-icon {
  margin-right: 6px; }

.youmax-widget #youmax-header-title, .youmax-widget #youmax-header-bio, .youmax-widget #youmax-header-website, .youmax-widget #youmax-header-counts, .youmax-widget .youmax-channel-data-holder {
  display: none !important; }

.youmax-widget .youmax-channel-icon img {
  margin-bottom: 0;
  height: 140px;
  margin-left: 20px;
  margin-top: 0; }

.youmax-widget #youmax-header-wrapper > a {
  width: 100%;
  margin: 0; }

.youmax-widget .youmax-channel-icon {
  width: 100%;
  text-align: center; }

.youmax-widget #youmax-load-more-div {
  width: 90px;
  height: 90px; }

.youmax-widget #youmax-load-more-div i {
  font-size: 45px;
  padding-left: 2px;
  padding-top: 2px; }

.youmax-widget #youmax-encloser {
  margin-top: 30px; }

.youmax-widget #youmax-header-info {
  width: 100% !important;
  padding: 0 !important; }

.youmax-widget .youmax-subscribe-clean-wrapper {
  width: 100%;
  margin-left: 0;
  height: 60px; }

.youmax-widget .youmax-subscribe {
  left: 0;
  right: 0;
  width: 115px;
  top: 10px; }

.youmax-widget {
  padding-top: 25px;
  padding-bottom: 30px; }

.youmax-widget #youmax-header {
  padding-bottom: 0;
  margin-bottom: -30px; }

.newpage #youmax-load-more-div {
  display: none; }

.newpage .youmax-pagination {
  display: none; }

.newpage .youmax-pagination-button-wrapper {
  display: none; }

.youmax-hidden {
  display: none !important; }

.youmax-grid-item {
  width: 30.3%;
  margin: 0 1.5% 25px;
  float: left;
  position: relative; }

.youmax-dying {
  opacity: 0.3 !important; }

.youmax-ad-space {
  width: 100%;
  height: 100px;
  background-color: #cec;
  margin-top: 30px; }

.youmax-title-desc-holder a {
  text-decoration: none;
  color: #5781dc; }

html[data-useragent*='MSIE 10'] .youmax-play-overlay, html[data-useragent*='MSIE 10'] .youmax-definition, html[data-useragent*='MSIE 10'] .youmax-duration {
  display: none !important; }

.youmax-text-instead-of-icons #youmax-next-div, .youmax-text-instead-of-icons #youmax-previous-div, .youmax-text-instead-of-icons #youmax-load-more-div, .youmax-text-instead-of-icons .youmax-show-button, .youmax-text-instead-of-icons .youmax-more-button {
  height: 50px;
  border-radius: 5px;
  font-weight: 400;
  text-shadow: none;
  font-family: "Roboto Condensed",sans-serif;
  width: 100px;
  font-size: 17px; }

.youmax-text-instead-of-icons #youmax-load-more-div {
  width: 150px; }

.youmax-text-instead-of-icons .youmax-show-button, .youmax-text-instead-of-icons .youmax-more-button {
  width: 180px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border-radius: 2px; }

.photo-popup-description {
  margin-bottom: 15px; }

.photo-popup-description-limited {
  max-height: 250px;
  overflow: hidden; }

.youmax-full-description-button {
  display: inline-block;
  width: 50px;
  margin: 0 auto;
  background-color: #e6e6e6;
  text-align: center;
  border-radius: 3px;
  font-size: 13px;
  padding: 2px;
  margin-bottom: 8px;
  cursor: pointer; }

.youmax-full-description-button-wrapper {
  text-align: center; }

#photo-detail-holder {
  margin-bottom: 30px; }

.youmax-share-video-button.sharer-0 .social.networks-3.center {
  margin: -28px 0 0 -10px !important;
  margin-left: -4px !important; }

.youmax-share-video-button.sharer-0 .social ul li {
  padding: 9px 0 !important; }

button.youmax-add-comment-button i {
  font-size: 16px; }

span.youmax-google-login-text {
  font-size: 16px;
  vertical-align: baseline;
  font-weight: 400;
  margin-left: 1px; }

#youmax-encloser-comment-wrapper .youmax-full-description-button {
  background-color: #a9a9a9;
  color: #fff; }

.youmax-add-comment-button:hover {
  background-color: #f4524d; }

.media-popup-stat-1 i, .media-popup-stat-2 i, .media-uploaded i {
  font-size: 15px;
  margin-right: 5px; }

.media-popup-stat-1 i {
  margin-right: 7px; }

.photo-popup-stats {
  color: #a4a4a4; }

.media-popup-stat-2 i.fa-comment {
  font-size: 16px; }

.photo-popup-stats {
  padding: 14px 0 18px;
  color: #848484;
  font-size: 16px;
  border-bottom: 1px solid #e2e2e2;
  height: auto;
  margin-bottom: 18px; }

.photo-popup-buttons {
  margin-top: 13px; }

.media-popup-stat-1 {
  background-color: #979797;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  width: 30%;
  box-sizing: border-box;
  text-align: center; }

.media-popup-stat-2 {
  background-color: #4bd190;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  width: 30%;
  box-sizing: border-box;
  text-align: center; }

.media-uploaded {
  background-color: #ffd401;
  color: #000;
  padding: 10px 20px;
  display: inline-block;
  width: 40%;
  box-sizing: border-box;
  text-align: center; }

.photo-popup-title-bar {
  font-size: 30px;
  margin-bottom: 18px;
  padding: 0 0 8px;
  border-bottom: 1px solid #e2e2e2;
  display: inline-block;
  width: 100%; }

.photo-popup-title {
  width: 70%;
  display: inline-block;
  float: left;
  margin-top: 3px;
  word-wrap: break-word; }

.youmax-user-stamp {
  width: 28%;
  display: inline-block;
  font-size: 20px; }

.photo-popup-description a {
  text-decoration: none;
  color: #5781dc; }

#photo-detail-holder {
  background-color: #fff;
  width: 100%;
  height: auto;
  display: inline-block;
  line-height: normal;
  padding: 20px 25px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: 'Roboto Condensed',sans-serif;
  text-align: left;
  position: absolute; }

.mfp-bottom-bar {
  margin-top: -40px; }

span.popup-stat-text {
  font-size: 14px; }

.youmax-view-on {
  display: inline-block;
  float: right;
  border: 2px solid #578cbb;
  color: #578cbb;
  padding: 10px 15px;
  cursor: pointer;
  text-align: center;
  transition: all .2s ease-in-out; }

.youmax-view-on i {
  font-size: 20px;
  margin-left: 2px; }

.youmax-view-on:hover {
  color: #292929;
  border-color: #292929; }

.youmax-share-link-holder {
  display: inline-block;
  width: 100%;
  text-align: center; }

.youmax-user-image {
  display: inline-block;
  float: left;
  height: 40px;
  width: 40px;
  overflow: hidden; }

.youmax-user-image > img {
  width: 40px;
  height: 40px; }

.youmax-user-image > img.zoom {
  width: 55px;
  height: 55px;
  margin-left: -8px;
  margin-top: -8px;
  max-width: 200% !important; }

.youmax-user-name {
  display: inline-block;
  font-size: 16px;
  margin: 10px 0 0 13px;
  max-width: 110px;
  height: 22px;
  overflow: hidden; }

a.youmax-user-link {
  display: inline-block;
  text-decoration: none;
  color: #000;
  background-color: #e34429;
  color: #fff;
  padding-right: 14px;
  float: right;
  box-shadow: inset 0 1px 0 rgba(240, 137, 137, 0.49), 0 1px 3px rgba(7, 7, 7, 0.31);
  border-radius: 3px;
  overflow: hidden; }

#youmax-encloser #photo-detail-holder {
  position: static;
  background-color: inherit;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 5px; }

#youmax-encloser {
  max-width: 880px;
  margin: auto;
  margin-top: 20px; }

.youmax-share-video-button {
  height: 40px;
  box-sizing: border-box;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid transparent;
  color: #fff;
  text-shadow: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  margin-right: 16px;
  line-height: 1;
  vertical-align: bottom;
  background-color: #578cbb;
  display: inline-block;
  border-radius: 0;
  outline: 0; }

.youmax-share-video-button.sharer-0 {
  width: 20% !important;
  display: inline-block !important;
  float: left;
  height: 39px !important;
  position: static !important;
  margin: 0 !important; }

.youmax-share-video-button.sharer-0 label {
  width: 100% !important;
  background-color: #578cbb !important;
  height: 100% !important;
  padding: 0 !important;
  color: #fff !important;
  display: inline-block !important;
  margin: 0 !important; }

.entypo-export:before {
  content: ''; }

.youmax-share-video-button.sharer-0 label span {
  font-size: 13px !important;
  height: 100%;
  display: inline-block;
  vertical-align: text-top;
  padding-top: 6px;
  padding-left: 0 !important; }

.entypo-pinterest i, .entypo-facebook i, .entypo-twitter i, .entypo-gplus i, .entypo-paper-plane i {
  font-size: 20px !important; }

.youmax-share-video-button.sharer-0 .social.networks-3, .youmax-share-video-button.sharer-0 .social.networks-3 ul {
  width: 190px !important; }

.youmax-share-video-button.sharer-0 .social li {
  background-color: #578cbb !important;
  border: 1px solid #fff; }

.youmax-show-button:hover, .youmax-more-button:hover {
  background-color: #578cbb !important; }

.youmax-show-button-wrapper {
  width: 100%;
  text-align: center; }

.youmax-show-button {
  display: inline-block;
  margin-right: 50px;
  position: static;
  margin-bottom: 2px;
  margin-top: -3px; }

.youmax-show-button, .youmax-more-button {
  line-height: 25px;
  text-shadow: none;
  color: #fff;
  background-color: #7a7a7a; }

.youmax-encloser-comment-wrapper-popup {
  position: absolute;
  z-index: 1046; }

#youmax-encloser-comment-wrapper {
  margin-top: 20px;
  width: 100%;
  text-align: center; }

#youmax-encloser-comments {
  width: 100%;
  display: inline-block; }

#youmax-encloser-comment-holder {
  display: hidden;
  width: 100%;
  text-align: center; }

.youmax-encloser-comment-holder-popup {
  background: #e6e6e6;
  padding: 20px 0;
  background-color: inherit; }

.youmax-video-comment {
  display: inline-block;
  width: 100%;
  margin: 0;
  margin-bottom: 15px;
  background: #e6e6e6;
  padding: 10px 15px;
  box-shadow: inset 1px 1px 0 rgba(220, 220, 220, 0.25), 1px 1px 2px rgba(59, 59, 59, 0.26);
  box-sizing: border-box; }

.youmax-comment {
  display: inline-block;
  width: 100%; }

.youmax-comment-textbox {
  height: 40px;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
  background: rgba(245, 245, 245, 0.84);
  width: 70%;
  margin: 0;
  background-color: #fbfbfb;
  font-family: "Open Sans",sans-serif;
  outline: 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border: 0; }

.youmax-comment-content {
  text-align: left;
  margin-top: 10px;
  display: inline-block;
  overflow: hidden;
  float: left;
  font-size: 15px;
  color: #666;
  font-family: 'Roboto Condensed',sans-serif;
  word-break: break-word;
  margin-left: 3px;
  line-height: 20px; }

.youmax-published {
  display: inline-block;
  line-height: 40px;
  float: right;
  margin-right: 12px;
  color: #d67b7b;
  font-size: 14px;
  font-family: 'Roboto Condensed',sans-serif;
  color: #979797; }

.youmax-add-comment-button {
  height: 40px;
  box-sizing: border-box;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  background-image: -webkit-linear-gradient(top, transparent, transparent);
  border: 1px solid transparent;
  color: #fff;
  text-shadow: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  vertical-align: bottom;
  margin: 0;
  background-color: #e34429;
  border-radius: 0;
  outline: 0;
  width: 30%; }

.youmax-commentbox-holder {
  padding: 10px 15px;
  margin-bottom: 25px; }

.youmax-from {
  display: inline-block;
  width: 100%;
  float: left; }

.youmax-from-img {
  width: 40px;
  height: 40px;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  float: left;
  border-radius: 40px; }

.youmax-from-name {
  display: inline-block;
  line-height: 40px;
  float: left;
  margin-left: 12px;
  font-family: 'Roboto Condensed',sans-serif;
  font-size: 16px;
  color: #000; }

@-webkit-keyframes fadein {
  0% {
    opacity: .5; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadein {
  0% {
    opacity: .5; }
  100% {
    opacity: 1; } }

@-o-keyframes fadein {
  0% {
    opacity: .5; }
  100% {
    opacity: 1; } }

@keyframes fadein {
  0% {
    opacity: .5; }
  100% {
    opacity: 1; } }

.mfp-figure {
  -webkit-animation-name: fadein;
  -moz-animation-name: fadein;
  -o-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: .3s;
  -moz-animation-duration: .3s;
  -ms-animation-duration: .3s;
  -o-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

.mfp-wrap {
  overflow-y: scroll !important; }

.mfp-figure figure, .mfp-figure figcaption {
  transition: all .3s; }

.lt900 #youmax-encloser #photo-detail-holder {
  padding-left: 20px;
  padding-right: 20px; }

.lt650 .youmax-channel-icon img {
  height: 100px;
  margin-top: 40px; }

.lt650 .youmax-channel-data-holder {
  width: 250px;
  overflow: hidden; }

.lt650 .youmax-subscribe {
  left: 157px; }

.lt650 #youmax-tabs, .lt650 #youmax-stat-holder {
  display: none; }

.lt650 #youmax-select-box {
  display: block; }

.lt650 #youmax-search-holder {
  width: 45%; }

.lt650 #youmax-select {
  width: 55%; }

.lt650 .photo-popup-title {
  width: 100%; }

.lt650 .youmax-user-stamp {
  margin-top: 10px;
  width: 100%; }

.lt650 a.youmax-user-link {
  float: left; }

.lt450 .youmax-channel-icon {
  float: none;
  width: 100%;
  text-align: center; }

.lt450 .youmax-channel-icon img {
  margin-top: 20px; }

.lt450 .youmax-subscribe {
  left: 0;
  right: 0;
  width: 110px;
  top: 120px; }

.lt450 #youmax-header-wrapper > a {
  width: 100%; }

.lt450 .youmax-channel-data-holder {
  display: none; }

.lt450 .youmax-select-box-wrapper {
  margin: 0 10px; }

.lt850 .youmax-show-button {
  margin-right: 2px; }

@media all and (max-width: 850px), screen and (max-device-width: 850px) {
  .youmax-show-button {
    margin-right: 2px; } }

@media all and (max-width: 650px), screen and (max-device-width: 650px) {
  .photo-popup-title {
    width: 100%; }
  .youmax-user-stamp {
    margin-top: 10px;
    width: 100%; }
  a.youmax-user-link {
    float: left; } }

@media all and (max-width: 600px), screen and (max-device-width: 600px) {
  .youmax-share-video-button.sharer-0 {
    float: none;
    width: 100% !important; }
  .youmax-share-video-button.sharer-0 .social.networks-3, .youmax-share-video-button.sharer-0 .social.networks-3 ul {
    width: 100% !important; }
  .youmax-share-video-button.sharer-0 .social li {
    width: 33.3% !important;
    border: 0; }
  .popup-stat-text {
    display: none !important; }
  .youmax-show-button {
    margin: 0;
    margin-top: 20px;
    margin-right: 10px; }
  .youmax-view-on {
    float: none;
    width: 100%;
    margin-top: 20px;
    box-sizing: border-box; } }

.youmax-small-popup .youmax-share-video-button.sharer-0 {
  float: none;
  width: 100% !important; }

.youmax-small-popup .youmax-share-video-button.sharer-0 .social.networks-3, .youmax-share-video-button.sharer-0 .social.networks-3 ul {
  width: 100% !important; }

.youmax-small-popup .youmax-share-video-button.sharer-0 .social li {
  width: 33.3% !important;
  border: 0; }

.youmax-small-popup .youmax-show-button {
  margin: 0;
  margin-top: 20px;
  margin-right: 10px; }

.youmax-small-popup .youmax-view-on {
  float: none;
  width: 100%;
  margin-top: 20px;
  box-sizing: border-box; }

#youmax-video-list-div img, #youmax-header-wrapper img {
  max-width: 200px;
  height: auto !important;
  display: block; }

#youmax-header-wrapper a, #photomax-header-wrapper a {
  height: auto !important;
  box-shadow: none !important;
  position: relative !important;
  border-radius: 0; }

#youmax a img {
  width: 120px;
  display: block;
  height: auto;
  margin: 10px auto; }

#youmax a {
  width: 120px !important;
  height: auto !important;
  box-shadow: none !important;
  display: block !important;
  margin: 0 auto !important;
  position: relative !important; }

#youmax, .youmax {
  padding-top: 0;
  padding-bottom: 20px !important; }

.youmax-channel-icon img {
  border-radius: 0; }

.youmax-select-box-wrapper {
  display: none; }

#youmax-video-list-div {
  padding-top: 40px;
  overflow-y: scroll;
  max-height: 200px; }

.youmax-widget #youmax-header, #youmax, .youmax, #photomax {
  background-color: #06326f; }

.lt750 .youmax-grid-item {
  width: 96%; }

#youmax-video-list-div, .youmax-text-instead-of-icons #youmax-load-more-div, #youmax-showing-title {
  display: none !important; }

#photomax {
  width: 200px;
  height: auto;
  overflow: hidden; }
  #photomax img {
    max-width: 88px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; }
  #photomax img.button {
    max-width: none; }
  #photomax a {
    position: relative !important;
    right: auto;
    top: auto;
    width: 137px !important;
    box-shadow: none !important;
    height: 24px !important;
    display: block;
    margin: 0 auto 40px !important; }

body.home #nav #blue-bg {
  display: block; }

body.home #nav .navbar-nav li ul.submenu {
  display: block; }

#breadcrumbs {
  padding-top: 80px;
  padding-bottom: 35px; }
  #breadcrumbs h2 {
    display: block;
    color: #013474;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 28px; }
  #breadcrumbs h5 {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #013474;
    font-weight: 300; }
  #breadcrumbs .choose-list {
    float: none;
    width: 100%; }
    #breadcrumbs .choose-list .choose {
      width: 100%; }
  #breadcrumbs form.choose-form {
    width: 100%;
    display: block;
    margin-top: 20px; }
    #breadcrumbs form.choose-form input {
      width: 100%;
      margin-left: 0; }
  #breadcrumbs .choose-list.choose-colors {
    margin-bottom: 25px; }

#nav {
  height: 72px;
  position: relative;
  margin-bottom: 0;
  border: none;
  z-index: 111; }
  #nav #blue-bg {
    height: 38px;
    position: absolute;
    width: 100% !important;
    right: 0;
    top: 72px;
    z-index: 1;
    display: none; }
    #nav #blue-bg .left {
      background: none;
      float: left;
      width: 30%; }
    #nav #blue-bg .right {
      background: #013474;
      float: right;
      height: 38px;
      width: 70%;
      position: relative; }
  #nav .menu-btn {
    float: right;
    width: 33px;
    height: 28px;
    background: url(/Content/images/menu.svg) no-repeat;
    display: none;
    background-size: contain; }
  #nav .menu-btn.close-menu {
    background: url(/Content/images/close.svg) no-repeat;
    background-size: contain; }
  #nav .navbar-nav {
    margin-left: 300px; }
    #nav .navbar-nav li {
      margin-right: 10px; }
      #nav .navbar-nav li:first-child a {
        display: block;
        width: 100%;
        height: 100%; }
      #nav .navbar-nav li a {
        line-height: 39px;
        font-size: 14px;
        text-transform: uppercase;
        color: #013474;
        font-weight: 600; }
        #nav .navbar-nav li a:hover {
          color: #ff6300; }
      #nav .navbar-nav li:first-child.active, #nav .navbar-nav li:first-child:hover {
        background: url(/Content/images/home1.png) no-repeat center center;
        height: 72px;
        display: block;
        cursor: pointer;
        width: 48px; }
        #nav .navbar-nav li:first-child.active img, #nav .navbar-nav li:first-child:hover img {
          display: none; }
      #nav .navbar-nav li.active a {
        background: none !important;
        text-shadow: none;
        box-shadow: none;
        color: #ff6300; }
      #nav .navbar-nav li.product:hover:after, #nav .navbar-nav li.product.active-product:after {
        width: 34px;
        height: 17px;
        display: block;
        position: absolute;
        background: url(/Content/images/arrow-top.png) no-repeat;
        bottom: -4px;
        left: 50%;
        margin-left: -17px;
        content: ''; }
      #nav .navbar-nav li ul {
        position: absolute;
        top: 76px;
        right: -600px;
        z-index: 300;
        width: 945px;
        margin-top: -20px;
        padding-top: 20px;
        display: none; }
        #nav .navbar-nav li ul li {
          display: inline-block;
          vertical-align: middle;
          max-width: 140px; }
          #nav .navbar-nav li ul li a {
            color: #FFF;
            font-size: 13px;
            line-height: 14px;
            margin-right: 24px;
            text-align: center;
            display: block;
            padding-bottom: 20px; }
          #nav .navbar-nav li ul li:first-child.active, #nav .navbar-nav li ul li:first-child:hover {
            background: none;
            height: auto;
            display: inline-block;
            cursor: pointer;
            width: auto; }
          #nav .navbar-nav li ul li:last-child a {
            margin-right: 0; }
  #nav #logo {
    position: absolute;
    padding: 12px 30px;
    background: #fff;
    box-shadow: 0 0 7px #242424;
    z-index: 3;
    margin-left: -15px; }
    #nav #logo img {
      width: 100%;
      max-width: 210px;
      height: auto;
      display: block; }
    #nav #logo .white-bg {
      background: #fff;
      height: 72px;
      width: 112%;
      position: absolute;
      left: -10px;
      top: 0; }
    #nav #logo a {
      z-index: 100;
      position: relative; }
  #nav #search {
    float: right;
    position: relative;
    height: 70px;
    line-height: 70px;
    margin-left: 30px;
    width: 30px;
    transition: all 0.4s ease-in-out; }
    #nav #search.active {
      width: 225px; }
    #nav #search form {
      background: #fff;
      position: relative;
      padding: 0 20px;
      display: none;
      z-index: 2; }
      #nav #search form input {
        height: 30px;
        line-height: 30px;
        width: 200px;
        padding: 0 50px 0 10px;
        border: 1px solid #223368; }
    #nav #search .search-btn {
      display: inline-block;
      width: 17px;
      height: 70px;
      background: url(/Content/images/search.png) no-repeat center center;
      cursor: pointer;
      position: absolute;
      z-index: 3;
      right: 20px; }

#slider {
  height: 420px;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  background: #fff; }
  #slider #myCarousel {
    width: 1900px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -950px; }
  #slider #video {
    height: 425px; }
  #slider img {
    width: 1900px;
    height: 420px;
    margin: 0 auto;
    display: block; }
  #slider .carousel-control.left, #slider .carousel-control.right {
    background: none; }
  #slider .carousel-control {
    top: 50%;
    margin-top: -10px;
    opacity: 1; }
  #slider .carousel-control.left {
    background: url(/Content/images/arrow-left.png) no-repeat;
    display: block;
    width: 12px;
    height: 21px;
    left: 13%;
    z-index: 1000; }
  #slider .carousel-control.right {
    background: url(/Content/images/arrow-right.png) no-repeat;
    display: block;
    width: 12px;
    height: 21px;
    right: 13%;
    z-index: 5001; }
  #slider .carousel-indicators li {
    border: 2px solid #223368;
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle; }
  #slider .carousel-indicators .active {
    background: #223368;
    width: 10px;
    height: 10px; }

#socials {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 5000;
  height: 200px;
  margin-top: -100px;
  text-align: right; }
  #socials .container-fluid {
    text-align: right;
    padding: 0 !important; }
  #socials .social-div, #socials a {
    display: block;
    margin-bottom: 5px;
    height: 50px;
    width: 50px;
    position: absolute;
    right: 0;
    clear: right;
    box-shadow: 0 0 2px #000; }
    #socials .social-div .content, #socials a .content {
      position: absolute;
      left: 51px;
      top: -1px;
      background: #fff;
      width: 200px;
      border: 1px solid #565656; }
    #socials .social-div.active, #socials a.active {
      z-index: 10; }
  #socials #facebook-svg {
    transition: all 0.5s ease-in-out; }
    #socials #facebook-svg path, #socials #facebook-svg .bg {
      transition: all 0.5s ease-in-out; }
    #socials #facebook-svg:hover path, #socials #facebook-svg:hover .bg {
      fill: #1C253D; }
  #socials .youtube {
    top: 60px; }
  #socials #youtube-svg {
    top: 60px;
    transition: all 0.5s ease-in-out; }
    #socials #youtube-svg path, #socials #youtube-svg .bg {
      transition: all 0.5s ease-in-out; }
    #socials #youtube-svg:hover path, #socials #youtube-svg:hover .bg {
      fill: #1C253D; }
  #socials .instagram {
    top: 120px; }
  #socials #instagram-svg {
    transition: all 0.5s ease-in-out; }
    #socials #instagram-svg path, #socials #instagram-svg .bg {
      transition: all 0.5s ease-in-out; }
    #socials #instagram-svg:hover path, #socials #instagram-svg:hover .bg {
      fill: #1C253D; }
  #socials a.inquiry {
    background: #ff6300;
    width: 134px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 50px;
    text-align: left;
    position: relative;
    height: 50px;
    transition: all 0.5s ease-in-out;
    top: 180px; }
    #socials a.inquiry span {
      line-height: normal;
      display: inline-block;
      margin-top: 9px;
      padding-left: 75px; }
    #socials a.inquiry span.icon {
      width: 46px;
      height: 46px;
      display: inline-block;
      position: absolute;
      margin-top: 0;
      top: 0;
      left: 10px; }
      #socials a.inquiry span.icon svg {
        position: absolute;
        left: -5px; }
    #socials a.inquiry:hover {
      background: #1C253D; }

#section1 {
  padding: 90px 0 80px;
  background: #f7f7f7; }
  #section1 .image {
    display: block;
    margin-bottom: 100px;
    height: 300px;
    margin-right: 30px; }
  #section1 .container {
    position: relative; }
    #section1 .container .col-md-6 {
      text-align: right; }
      #section1 .container .col-md-6:nth-child(2) {
        text-align: left;
        position: relative; }
        #section1 .container .col-md-6:nth-child(2):before {
          content: '';
          width: 2px;
          height: 523px;
          background: url(/Content/images/separator.png) no-repeat top center;
          display: block;
          position: absolute;
          left: -6px;
          top: -40px; }
        #section1 .container .col-md-6:nth-child(2) .image {
          margin-top: -20px;
          margin-bottom: 120px; }
  #section1 .square1 {
    background: url(/Content/images/square1.png) no-repeat;
    width: 134px;
    height: 134px;
    position: absolute;
    left: -20px;
    top: -20px;
    display: block; }
  #section1 .square2 {
    background: url(/Content/images/square2.png) no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 30px;
    top: 40px;
    display: block; }
  #section1 .square3 {
    background: url(/Content/images/square3.png) no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 70px;
    top: 10px;
    display: block; }
  #section1 .square4 {
    background: url(/Content/images/square4.png) no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    left: -30px;
    top: 200px;
    display: block; }
  #section1 .square5 {
    background: url(/Content/images/square5.png) no-repeat;
    width: 138px;
    height: 138px;
    position: absolute;
    left: 20px;
    top: 179px;
    display: block; }
  #section1 .square6 {
    background: url(/Content/images/square6.png) no-repeat;
    width: 121px;
    height: 121px;
    position: absolute;
    right: 30px;
    top: 40px;
    display: block; }
  #section1 .square7 {
    background: url(/Content/images/square7.png) no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    right: 70px;
    top: 10px;
    display: block; }
  #section1 .square8 {
    background: url(/Content/images/square8.png) no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    right: -30px;
    top: 200px;
    display: block; }
  #section1 .square9 {
    background: url(/Content/images/square9.png) no-repeat;
    width: 134px;
    height: 134px;
    position: absolute;
    right: 20px;
    top: 179px;
    display: block; }
  #section1 .our-products {
    width: 180px;
    height: 180px;
    border-radius: 90px;
    display: block;
    position: absolute;
    right: 240px;
    top: 120px;
    overflow: hidden;
    box-shadow: 0 0 7px #242424;
    font-size: 22px; }
    #section1 .our-products:hover span.bottom {
      background: #2197e1;
      color: #FFF;
      border-top: 3px solid #fff; }
      #section1 .our-products:hover span.bottom span.arrow {
        background: url(/Content/images/arrow-white.png) no-repeat; }
    #section1 .our-products:hover span.top {
      box-shadow: none; }
    #section1 .our-products span.top {
      background: #2197e1;
      height: 90px;
      width: 180px;
      text-align: center;
      display: block;
      padding-top: 15px;
      color: #fff;
      z-index: 3;
      box-shadow: 0 0 4px #242424;
      position: relative;
      border-top-left-radius: 100px;
      border-top-right-radius: 100px; }
    #section1 .our-products span.bottom {
      background: #fff;
      color: #2197e1;
      display: block;
      width: 180px;
      height: 90px;
      text-align: center;
      line-height: 90px;
      font-size: 14px;
      text-transform: uppercase;
      transition: all 0.5s ease-in-out;
      border-top: 3px solid #fff;
      font-weight: 600; }
      #section1 .our-products span.bottom span.arrow {
        display: inline-block;
        width: 18px;
        height: 13px;
        background: url(/Content/images/arrow-blue.png) no-repeat;
        margin-left: 5px; }
  #section1 .our-colors {
    left: 200px;
    top: 120px; }
    #section1 .our-colors:hover span.bottom {
      background: #f5145a;
      color: #FFF; }
      #section1 .our-colors:hover span.bottom span.arrow {
        background: url(/Content/images/arrow-white.png) no-repeat; }
    #section1 .our-colors span.top {
      background: #f5145a; }
    #section1 .our-colors span.bottom {
      color: #f5145a; }
      #section1 .our-colors span.bottom span.arrow {
        background: url(/Content/images/arrow-pink.png) no-repeat; }
  #section1 .buttons {
    text-align: center; }
    #section1 .buttons .btn-default {
      width: 32% !important;
      margin-right: 1%; }
      #section1 .buttons .btn-default span.text {
        width: 90% !important; }

#section2 {
  background: #b2eaff;
  z-index: 10; }
  #section2 form.guide {
    display: none; }
  #section2 .col-md-7 {
    padding: 50px 0; }
    #section2 .col-md-7 ul {
      list-style-image: url(/Content/images/list-info.png);
      margin-left: -12px; }
      #section2 .col-md-7 ul li {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 18px; }
    #section2 .col-md-7 h2 {
      margin-bottom: 26px;
      font-size: 30px;
      margin-top: -7px; }
    #section2 .col-md-7 .btn {
      margin-top: 15px; }
  #section2 .col-md-5 img {
    margin: -20px -40px -40px;
    position: relative;
    z-index: 20; }

#section3 {
  padding: 50px 0 30px;
  background: #fff; }
  #section3 .row {
    margin-left: -24px;
    margin-right: -24px; }
    #section3 .row .col-md-4 {
      padding-left: 24px;
      padding-right: 24px; }
  #section3 a {
    color: #013474; }
    #section3 a:hover {
      color: #ff4200; }
      #section3 a:hover .date {
        color: #013474; }
      #section3 a:hover .more {
        color: #013474; }
  #section3 h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px; }
  #section3 .date {
    color: #ff4200;
    float: left;
    transition: all 0.4s ease-in-out; }
  #section3 .more {
    float: right;
    color: #ff4200;
    transition: all 0.4s ease-in-out; }
  #section3 a.more-news {
    color: #fff; }
    #section3 a.more-news:hover {
      color: #fff; }
  #section3 .description {
    height: 40px;
    overflow: hidden; }

#section4 {
  padding: 48px 0 63px;
  background: #ffd236;
  color: #013474; }
  #section4 h2 {
    margin-bottom: 35px;
    margin-top: -7px;
    margin-left: -2px; }
  #section4 a {
    width: 100%;
    background: #fff;
    overflow: hidden;
    display: block;
    color: #013474; }
    #section4 a span {
      text-align: center;
      display: block;
      padding: 15px 0 10px;
      font-size: 20px;
      background: #fff;
      position: relative;
      z-index: 3; }
    #section4 a:hover {
      color: #ff4200; }
  #section4 .col-md-4 span.image {
    position: relative;
    padding: 0; }
    #section4 .col-md-4 span.image span.hover {
      background: rgba(0, 0, 0, 0.3);
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: none; }
  #section4 .col-md-4 img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.4s ease-in-out; }
    #section4 .col-md-4 img.active {
      transform: scale(1.05); }

#section5 {
  color: #013474;
  padding: 45px 0 30px;
  background: #fff; }
  #section5 .shadow {
    top: -1px; }
  #section5 h2 {
    margin-bottom: 33px;
    margin-top: -10px; }
  #section5 a.advice {
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%; }
    #section5 a.advice img {
      width: 100%;
      height: auto;
      display: block;
      transition: all 0.4s ease-in-out; }
    #section5 a.advice img.active {
      transform: scale(1.05); }
    #section5 a.advice .hover {
      position: absolute;
      background: rgba(0, 0, 0, 0.3);
      width: 100%;
      top: 0;
      left: 0;
      height: 100%;
      display: block !important;
      z-index: 2; }
    #section5 a.advice .tag {
      display: block;
      position: absolute;
      bottom: 115px;
      left: 30px;
      background: #0054a6;
      text-transform: uppercase;
      color: #FFF;
      font-size: 12px;
      padding: 5px 12px;
      z-index: 3; }
    #section5 a.advice .head {
      font-size: 20px;
      line-height: 32px;
      height: 64px;
      overflow: hidden;
      position: absolute;
      left: 30px;
      bottom: 45px;
      color: #FFF;
      padding-right: 30px;
      z-index: 3; }
    #section5 a.advice .desc {
      color: #fff;
      left: 30px;
      position: absolute;
      padding-right: 30px;
      bottom: 20px;
      font-size: 13px;
      height: 17px;
      overflow: hidden;
      z-index: 3; }

#section6 {
  background: #f5f5f5; }
  #section6 .image {
    background: url(/Content/images/bg1.png) no-repeat top right;
    position: absolute;
    top: 0;
    right: 0;
    width: 280px;
    height: 243px; }
  #section6 .container {
    padding: 67px 0 83px;
    color: #013474; }
    #section6 .container h2 {
      margin: 0;
      display: inline-block;
      width: 20%;
      vertical-align: middle; }
    #section6 .container .owl-carousel {
      width: 60%;
      margin: -35px auto;
      display: inline-block;
      vertical-align: middle; }
    #section6 .container .owl-pagination {
      display: none; }
    #section6 .container .owl-buttons {
      display: none; }
    #section6 .container .owl-item img {
      width: 80%;
      height: auto;
      display: block;
      margin: 0 auto; }

#footer {
  background: #0054a6;
  color: #fff;
  padding: 65px 0;
  font-size: 13px; }
  #footer a {
    color: #fff; }
    #footer a:hover {
      color: #ff4200; }
    #footer a.active {
      color: #ff4200; }
  #footer ul {
    list-style-type: none;
    display: inline-block;
    text-transform: uppercase;
    margin-left: 60px; }
    #footer ul li {
      display: inline-block;
      margin-right: 20px; }
  #footer .socials {
    display: inline-block;
    float: right;
    margin-top: 5px; }
    #footer .socials a {
      display: inline-block;
      margin-bottom: -20px;
      height: 50px;
      width: 50px; }
    #footer .socials #facebook1-svg {
      transition: all 0.5s ease-in-out; }
      #footer .socials #facebook1-svg path, #footer .socials #facebook1-svg .bg {
        transition: all 0.5s ease-in-out; }
      #footer .socials #facebook1-svg:hover path, #footer .socials #facebook1-svg:hover .bg {
        fill: #ff6300; }
    #footer .socials #youtube1-svg {
      transition: all 0.5s ease-in-out; }
      #footer .socials #youtube1-svg path, #footer .socials #youtube1-svg .bg {
        transition: all 0.5s ease-in-out; }
      #footer .socials #youtube1-svg:hover path, #footer .socials #youtube1-svg:hover .bg {
        fill: #ff6300; }
    #footer .socials #instagram1-svg {
      transition: all 0.5s ease-in-out; }
      #footer .socials #instagram1-svg path, #footer .socials #instagram1-svg .bg {
        transition: all 0.5s ease-in-out; }
      #footer .socials #instagram1-svg:hover path, #footer .socials #instagram1-svg:hover .bg {
        fill: #ff6300; }
    #footer .socials span {
      margin-top: -40px;
      margin-right: 10px;
      display: inline-block;
      vertical-align: middle; }

#header {
  height: 308px;
  width: 100%; }
  #header .image {
    position: absolute;
    width: 100%;
    height: 308px; }
    #header .image img {
      margin: 0 auto;
      display: block; }
  #header .container {
    position: relative;
    height: 308px; }
    #header .container .slogan {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 380px;
      padding: 20px 30px;
      background: rgba(255, 255, 255, 0.85);
      color: #013474; }
      #header .container .slogan h1 {
        font-size: 30px;
        font-weight: 300;
        line-height: 36px; }
      #header .container .slogan p {
        font-size: 14px;
        line-height: 16px;
        font-weight: 300; }

#breadcrumbs {
  background: #f5f5f5;
  padding: 25px 0 15px; }
  #breadcrumbs a.go-back {
    display: none; }
  #breadcrumbs .row {
    margin: 35px 0;
    color: #2c457d; }
    #breadcrumbs .row .col-md-6 img {
      margin: 0 auto; }
    #breadcrumbs .row ul {
      padding-left: 20px;
      list-style-type: disc;
      margin-bottom: 25px; }
      #breadcrumbs .row ul li {
        margin-right: 10px;
        text-transform: initial; }
    #breadcrumbs .row h3 {
      font-weight: 300;
      margin-bottom: 40px;
      margin-top: 0; }
    #breadcrumbs .row p {
      font-size: 14px;
      text-transform: uppercase; }
      #breadcrumbs .row p span {
        text-transform: none;
        text-align: justify;
        display: block; }
    #breadcrumbs .row:nth-child(2) h3 {
      margin-bottom: 20px; }
  #breadcrumbs p.product-shops {
    margin-top: 35px; }
    #breadcrumbs p.product-shops img {
      height: 25px;
      width: auto;
      display: inline-block;
      margin-left: 7px; }
  #breadcrumbs .product-info {
    color: #2c457d; }
    #breadcrumbs .product-info h3 {
      margin-bottom: 0;
      font-weight: 600;
      font-size: 36px;
      line-height: 42px; }
    #breadcrumbs .product-info h4 {
      margin-bottom: 40px;
      font-size: 20px;
      font-weight: 300; }
    #breadcrumbs .product-info .heading {
      float: left; }
      #breadcrumbs .product-info .heading h6 {
        font-size: 20px;
        font-weight: normal;
        color: #2c457d; }
    #breadcrumbs .product-info .btn.available {
      float: left;
      margin-left: 80px;
      background: #ff4005;
      color: #FFF;
      border-radius: 0;
      font-size: 14px;
      margin-top: 35px;
      padding: 10px 20px;
      text-transform: uppercase; }
    #breadcrumbs .product-info .col-md-4 h4 {
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 10px;
      font-weight: 400; }
    #breadcrumbs .product-info .col-md-4 h3 {
      font-size: 28px;
      font-weight: 300;
      margin-bottom: 30px;
      line-height: 32px; }
    #breadcrumbs .product-info .col-md-4 p {
      text-transform: none;
      font-size: 14px;
      font-weight: 300;
      line-height: 18px; }
    #breadcrumbs .product-info h6 {
      font-size: 24px;
      line-height: 28px; }
  #breadcrumbs .shop-choose-list {
    display: block;
    height: 39px;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%; }
    #breadcrumbs .shop-choose-list .choose-list {
      float: left; }
      #breadcrumbs .shop-choose-list .choose-list:first-child {
        z-index: 201; }
    #breadcrumbs .shop-choose-list .choose {
      margin-right: 15px; }
  #breadcrumbs .breadcrumbs {
    font-size: 13px;
    color: #6b6b6b;
    font-weight: 300; }
    #breadcrumbs .breadcrumbs a {
      color: #6b6b6b; }
      #breadcrumbs .breadcrumbs a:hover {
        color: #ff4200; }
  #breadcrumbs h2, #breadcrumbs h5 {
    display: none; }
  #breadcrumbs h3 {
    color: #013474;
    font-weight: 300;
    font-size: 25px; }

.choose-menu-product {
  display: none; }

#breadcrumbs {
  padding-top: 80px;
  padding-bottom: 35px; }
  #breadcrumbs h2 {
    display: block;
    color: #013474;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 28px; }
  #breadcrumbs h5 {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #013474;
    font-weight: 300; }
  #breadcrumbs .choose-list {
    float: none;
    width: 100%; }
    #breadcrumbs .choose-list .choose {
      width: 100%; }
  #breadcrumbs form.choose-form {
    width: 100%;
    display: block;
    margin-top: 20px; }
    #breadcrumbs form.choose-form input {
      width: 100%;
      margin-left: 0; }
  #breadcrumbs .choose-list.choose-colors {
    margin-bottom: 25px; }

.menu-products {
  background: #013474;
  width: 100%;
  text-align: center;
  margin: 0;
  padding-left: 0;
  text-transform: uppercase;
  height: auto;
  line-height: 20px; }
  .menu-products li {
    display: inline-block; }
    .menu-products li:first-child:after {
      display: none; }
    .menu-products li:before {
      display: none; }
    .menu-products li.active a {
      color: #ff4200; }
    .menu-products li a {
      color: #fff;
      padding: 20px 10px;
      display: block; }
      .menu-products li a:hover {
        color: #ff4200; }

#content {
  color: #013474;
  padding: 45px 0 30px;
  background: #fff; }
  #content .shadow {
    top: -1px; }
  #content .row {
    margin-bottom: 15px; }
  #content a.download {
    color: #223368;
    display: inline-block;
    margin-right: 40px;
    position: relative;
    padding-left: 50px;
    line-height: 16px;
    vertical-align: middle; }
    #content a.download:before {
      display: inline-block;
      content: '';
      background: url(/Content/images/download.png) no-repeat center center;
      width: 40px;
      height: 40px;
      position: absolute;
      left: 0; }
    #content a.download span {
      font-size: 10px;
      display: inline-block; }
    #content a.download:hover {
      color: #ff6300; }
  #content h2 {
    margin-bottom: 33px;
    margin-top: -10px;
    font-size: 30px;
    font-weight: 300; }
  #content p {
    font-size: 14px;
    line-height: 20px; }
  #content h3 {
    font-size: 25px;
    line-height: 32px;
    font-weight: 300; }
  #content a.advice {
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
    color: #FFF; }
    #content a.advice img {
      width: 100%;
      height: auto;
      display: block;
      transition: all 0.4s ease-in-out; }
    #content a.advice img.active {
      transform: scale(1.05); }
    #content a.advice .hover {
      position: absolute;
      background: rgba(0, 0, 0, 0.3);
      width: 100%;
      top: 0;
      left: 0;
      height: 100%;
      display: block !important;
      z-index: 2; }
    #content a.advice .tag {
      display: block;
      position: absolute;
      bottom: 115px;
      left: 30px;
      background: #0054a6;
      text-transform: uppercase;
      color: #FFF;
      font-size: 12px;
      padding: 5px 12px;
      z-index: 3; }
    #content a.advice .head {
      font-size: 20px;
      line-height: 32px;
      height: 64px;
      overflow: hidden;
      position: absolute;
      left: 30px;
      bottom: 45px;
      color: #FFF;
      padding-right: 30px;
      z-index: 3; }
    #content a.advice .desc {
      color: #fff;
      left: 30px;
      position: absolute;
      padding-right: 30px;
      bottom: 20px;
      font-size: 13px;
      height: 17px;
      overflow: hidden;
      z-index: 3; }
  #content .search-result {
    margin-bottom: 40px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dcdcdc; }
    #content .search-result .btn-warning {
      float: right; }
    #content .search-result h4 a {
      color: #013474;
      text-transform: uppercase; }
    #content .search-result:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
  #content .row.contact .col-md-4, #content .row.contact .col-md-6 {
    background: #f7f7f7;
    padding: 40px;
    color: #111;
    margin-bottom: 20px;
    margin-right: 30px;
    width: calc(33.33% - 20px);
    height: 308px;
    box-shadow: 0 0 7px #c1c1c1; }
    #content .row.contact .col-md-4 h3, #content .row.contact .col-md-6 h3 {
      font-size: 30px;
      line-height: 32px;
      margin-bottom: 0;
      font-weight: 300; }
    #content .row.contact .col-md-4 h4, #content .row.contact .col-md-6 h4 {
      font-size: 25px;
      line-height: 28px;
      margin-bottom: 20px;
      font-weight: 300; }
    #content .row.contact .col-md-4:last-child, #content .row.contact .col-md-6:last-child {
      margin-right: 0; }
    #content .row.contact .col-md-4 img, #content .row.contact .col-md-6 img {
      margin: 0 auto 40px;
      display: block;
      height: 80px;
      width: auto; }
    #content .row.contact .col-md-4 p, #content .row.contact .col-md-6 p {
      font-weight: 300; }
      #content .row.contact .col-md-4 p strong, #content .row.contact .col-md-6 p strong {
        font-weight: 400; }
      #content .row.contact .col-md-4 p a, #content .row.contact .col-md-6 p a {
        color: #111; }
        #content .row.contact .col-md-4 p a:hover, #content .row.contact .col-md-6 p a:hover {
          color: #ff4200; }
    #content .row.contact .col-md-4 .btn-warning, #content .row.contact .col-md-6 .btn-warning {
      height: 38px;
      width: 240px !important;
      position: relative;
      text-align: left;
      text-indent: 25px;
      line-height: 38px; }
      #content .row.contact .col-md-4 .btn-warning .arrow-white, #content .row.contact .col-md-6 .btn-warning .arrow-white {
        position: absolute;
        right: 25px;
        top: 10px; }
      #content .row.contact .col-md-4 .btn-warning .text, #content .row.contact .col-md-6 .btn-warning .text {
        text-align: left; }
  #content .row.contact .col-md-6 {
    width: 48.82%; }
  #content .row.contact #contact-map {
    height: 308px;
    background: #f1f1f1;
    margin-bottom: 20px;
    width: calc(66.66% - 10px);
    box-shadow: 0 0 7px #c1c1c1; }

.color {
  padding: 40px 0 35px; }
  .color h4 {
    margin-left: 0 !important;
    margin-bottom: 30px; }
  .color .color-name {
    padding: 20px 30px 20px 95px;
    background: #f5f5f5;
    position: relative;
    float: left;
    margin-left: 30px;
    margin-bottom: 35px;
    min-height: 100px; }
    .color .color-name img {
      position: absolute;
      left: -35px;
      top: -10px;
      height: auto;
      display: block;
      width: 130px; }
    .color .color-name h3 {
      padding-top: 0;
      text-transform: uppercase;
      font-size: 16px;
      line-height: 20px;
      color: #013474;
      margin: 0 0 12px; }
    .color .color-name p {
      font-size: 14px;
      color: #f3234a;
      line-height: 16px; }
  .color .color-div {
    width: 133px;
    height: 133px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    transform: rotate(-180deg);
    position: relative;
    font-size: 11px;
    -webkit-perspective: 1000; }
    .color .color-div.light {
      color: #000; }
    .color .color-div.dark {
      color: #fff; }
    .color .color-div.shadow {
      border: 1px solid #c1c1c1; }
    .color .color-div span {
      width: 133px;
      height: 133px;
      position: absolute;
      text-align: center;
      line-height: 133px;
      opacity: 0;
      transition: all 0.5s ease-in-out;
      left: 0;
      top: 0; }
    .color .color-div:hover {
      border-radius: 100px;
      transform: rotate(0deg);
      transform: scale(1.5);
      z-index: 15; }
      .color .color-div:hover span {
        opacity: 1;
        transform: scale(1); }

.modal-color {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: #000;
  bottom: -100%; }
  .modal-color .shadow {
    top: 71px;
    display: none; }
  .modal-color h2 {
    margin-top: 160px;
    margin-left: -15px; }
  .modal-color .container {
    position: relative;
    height: 100%; }
  .modal-color .infos {
    position: absolute;
    bottom: 140px;
    width: 100%;
    left: 0; }
    .modal-color .infos .image {
      display: inline-block;
      width: 110px; }
      .modal-color .infos .image img {
        width: 100%;
        height: auto;
        display: block; }
    .modal-color .infos .text {
      display: inline-block;
      width: auto;
      margin-left: 20px;
      vertical-align: bottom;
      margin-bottom: 10px; }
    .modal-color .infos .btn {
      width: 258px;
      height: 44px;
      background: #fff;
      display: inline-block;
      border: none;
      border-radius: 0;
      line-height: 44px;
      font-size: 14px;
      text-transform: uppercase;
      color: #013474;
      position: relative; }
      .modal-color .infos .btn span.text {
        line-height: 44px;
        width: 90%;
        margin: -10px 0 0;
        vertical-align: middle;
        text-indent: -20px; }
      .modal-color .infos .btn span.arrow {
        position: absolute;
        right: 10px;
        width: 20px;
        background: url(/Content/images/arrow-blue1.png) no-repeat right center;
        height: 44px;
        top: 0; }
      .modal-color .infos .btn:hover {
        background: #ff6300;
        color: #fff; }
        .modal-color .infos .btn:hover span.arrow {
          background: url(/Content/images/arrow-white.png) no-repeat right center; }
  .modal-color .close-modal {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 160px;
    background: url(/Content/images/close-modal.png) no-repeat;
    cursor: pointer; }
  .modal-color.light {
    color: #000; }
  .modal-color.dark {
    color: #fff; }
  .modal-color .links {
    background: #f5f5f5;
    height: 110px;
    padding: 30px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center; }
    .modal-color .links .btn-default {
      width: 280px !important;
      font-size: 14px;
      float: none;
      display: inline-block;
      height: 44px;
      position: relative; }
      .modal-color .links .btn-default span.text {
        width: 240px !important;
        line-height: 44px; }
      .modal-color .links .btn-default span.arrow-white {
        position: absolute;
        right: 10px;
        height: 44px;
        top: 0; }

.products {
  margin-bottom: -40px; }
  .products .col-md-4 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 25px;
    float: none;
    display: inline-block;
    width: 33%;
    vertical-align: top; }
    .products .col-md-4 img {
      display: block;
      margin: 0 auto 15px;
      width: 100%;
      max-width: 250px;
      height: auto; }
    .products .col-md-4 span.product-name {
      font-size: 16px;
      text-transform: uppercase;
      color: #013474;
      display: block;
      text-align: center;
      margin-bottom: 10px;
      font-weight: bold;
      transition: color 0.4s ease-in-out; }
    .products .col-md-4 span.product-sub-title {
      display: block;
      text-align: center;
      font-weight: normal;
      font-size: 18px;
      margin-top: 10px;
      transition: color 0.4s ease-in-out; }
    .products .col-md-4 span.product-material {
      display: inline-block;
      margin-right: 10px;
      line-height: 20px;
      vertical-align: middle;
      text-transform: uppercase; }
      .products .col-md-4 span.product-material img {
        width: 20px;
        height: 20px;
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 5px; }
    .products .col-md-4 span.availability {
      cursor: context-menu;
      width: 60%;
      margin: 0 auto;
      display: block; }
      .products .col-md-4 span.availability .text {
        display: inline-block;
        width: 40%;
        text-align: right;
        font-size: 12px;
        font-weight: bold;
        margin-right: 4%; }
      .products .col-md-4 span.availability img {
        width: 40%;
        display: inline-block;
        height: auto;
        margin-left: 4%; }
    .products .col-md-4 a {
      display: block; }
    .products .col-md-4 a:hover span.product-name {
      color: #ff4200; }
    .products .col-md-4 a:hover span.product-sub-title {
      color: #ff4200; }

.product {
  color: #223368; }
  .product h4 {
    margin-left: 15px;
    font-size: 24px;
    font-weight: 400; }
  .product .row p {
    font-weight: 300; }
    .product .row p strong {
      font-weight: 600; }
  .product .row .tools {
    background: #f5f5f5;
    padding: 30px;
    text-align: center; }
    .product .row .tools h5 {
      text-transform: uppercase;
      font-size: 15px; }
    .product .row .tools .item img {
      border: 2px solid #16487e;
      margin-top: 20px; }
  .product .row .col-md-9 b {
    margin-bottom: 20px;
    display: inline-block; }
  .product .row .col-md-9 ul {
    margin-left: 0;
    padding-left: 15px; }
    .product .row .col-md-9 ul li {
      margin-bottom: 5px; }

#technical-data {
  padding: 35px 0;
  color: #223368; }
  #technical-data h3 {
    text-transform: uppercase;
    margin: 20px 0;
    font-size: 15px; }
  #technical-data p {
    font-size: 14px;
    font-weight: 300; }
    #technical-data p strong {
      font-weight: 600; }
  #technical-data ul {
    list-style-type: none; }
    #technical-data ul li {
      display: inline-block; }
  #technical-data a {
    color: #223368;
    display: inline-block;
    margin-right: 40px;
    position: relative;
    padding-left: 50px;
    vertical-align: middle; }
    #technical-data a:before {
      display: inline-block;
      content: '';
      background: url(/Content/images/download.png) no-repeat center center;
      width: 40px;
      height: 40px;
      position: absolute;
      left: 0; }
    #technical-data a span {
      font-size: 10px;
      display: inline-block; }
    #technical-data a:hover {
      color: #ff6300; }
  #technical-data table {
    display: block; }
    #technical-data table tr {
      display: block; }
      #technical-data table tr td {
        display: inline-block; }
        #technical-data table tr td:first-child {
          font-weight: 600; }

.guide-modal {
  position: fixed;
  z-index: 3000;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  display: none; }

.modal-guide-content {
  display: none; }
  .modal-guide-content .modal-content {
    width: 850px;
    height: 470px;
    left: 50%;
    margin-left: -425px;
    top: 50%;
    margin-top: -198px;
    border-radius: 0;
    z-index: 3001;
    position: fixed; }
    .modal-guide-content .modal-content .left {
      float: left;
      height: 468px;
      background: #00a9a6;
      width: 340px; }
      .modal-guide-content .modal-content .left img {
        position: absolute;
        left: 0;
        bottom: 0; }
    .modal-guide-content .modal-content .right {
      float: right;
      height: 394px;
      background: #fff;
      width: 507px; }
      .modal-guide-content .modal-content .right .close-modal {
        width: 23px;
        height: 26px;
        position: absolute;
        right: 20px;
        top: 20px;
        background: url(/Content/images/close.png) no-repeat;
        cursor: pointer; }
      .modal-guide-content .modal-content .right h4 {
        color: #005452;
        margin-top: 55px;
        text-align: center;
        font-size: 28px;
        margin-bottom: 20px; }
      .modal-guide-content .modal-content .right .form-modal input {
        height: 37px;
        line-height: 37px;
        width: 410px;
        border: 1px solid #545454;
        color: #545454;
        display: block;
        margin: 0 auto 10px;
        padding: 0 15px; }
      .modal-guide-content .modal-content .right .form-modal input.css-checkbox[type="checkbox"] + label.css-label {
        width: 410px;
        font-size: 10px;
        display: block;
        margin-left: 47px;
        padding-left: 30px; }
      .modal-guide-content .modal-content .right .form-modal label.css-label {
        background-size: 18px; }
      .modal-guide-content .modal-content .right .form-modal .submit {
        width: 268px;
        position: relative;
        display: block;
        margin: 20px auto; }
        .modal-guide-content .modal-content .right .form-modal .submit .btn-warning {
          width: 100% !important;
          border: none;
          color: #fff;
          text-indent: -30px;
          font-size: 14px; }
        .modal-guide-content .modal-content .right .form-modal .submit .arrow-submit {
          content: '';
          display: block;
          width: 18px;
          height: 13px;
          background: url(/Content/images/arrow-white.png) no-repeat center center;
          position: absolute;
          right: 20px;
          top: 12px; }

#map {
  height: 470px; }

#shops {
  color: #223368; }
  #shops .shops {
    padding: 35px 0;
    border-bottom: 1px solid #e4e4e4; }
    #shops .shops:last-child {
      border-bottom: none; }
    #shops .shops li > span.text {
      width: calc(100% - 540px);
      display: inline-block;
      vertical-align: middle; }
    #shops .shops li .btn-warning {
      display: inline-block; }
  #shops img.pin {
    display: inline-block;
    margin-right: 15px; }
  #shops p {
    display: inline-block;
    width: calc(100% - 60px); }
    #shops p strong {
      line-height: 37px;
      font-weight: 400;
      font-size: 16px;
      display: block;
      width: 100%; }
      #shops p strong:after {
        background: url(/Content/images/arrow2.png) no-repeat;
        position: absolute;
        right: 0;
        top: 0;
        content: '';
        width: 19px;
        height: 28px; }
      #shops p strong.open:after {
        background: url(/Content/images/arrow1.png) no-repeat; }
  #shops li {
    display: block;
    height: 50px;
    margin-bottom: 10px;
    padding-bottom: 70px;
    margin-top: 20px;
    border-bottom: 1px solid #f7f7f7; }
    #shops li .btn-warning {
      margin-left: 10px; }
    #shops li:last-child {
      border-bottom: none;
      padding-bottom: 0; }

#shops-client {
  color: #223368;
  padding: 35px 0; }
  #shops-client h2 {
    margin: 0 0 40px; }
  #shops-client img {
    margin-right: 40px;
    margin-bottom: 40px;
    height: 34px; }

#shop-details {
  padding: 35px 0; }
  #shop-details #map {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%; }
  #shop-details .col-md-4 {
    padding-left: 60px;
    position: relative; }
    #shop-details .col-md-4 .pin {
      position: absolute;
      left: 0;
      top: 0; }
    #shop-details .col-md-4 .shop-logo {
      margin-bottom: 20px; }
    #shop-details .col-md-4 p {
      color: #223368;
      font-weight: 300;
      font-size: 16px;
      line-height: 22px; }
      #shop-details .col-md-4 p a {
        color: #223368; }
        #shop-details .col-md-4 p a:hover {
          color: #ff6300; }
      #shop-details .col-md-4 p strong {
        font-weight: 400; }

.inspiration .col-md-8 h1 {
  color: #0054a6;
  font-size: 30px;
  line-height: 40px;
  margin: 10px 0 20px !important;
  font-weight: 600; }

.inspiration .col-md-8 h4 {
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase; }

.inspiration .col-md-8 img {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 40px; }

.inspiration .col-md-4 h5 {
  color: #606060;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px; }

.inspiration .col-md-4 ul {
  list-style-type: none; }
  .inspiration .col-md-4 ul li {
    position: relative; }
    .inspiration .col-md-4 ul li img {
      display: none; }
    .inspiration .col-md-4 ul li .tag {
      display: none; }
    .inspiration .col-md-4 ul li:before {
      position: absolute;
      width: 5px;
      height: 5px;
      border-radius: 5px;
      content: '';
      left: -20px;
      top: 8px;
      background: #000; }
    .inspiration .col-md-4 ul li a {
      color: #000; }
      .inspiration .col-md-4 ul li a .heading {
        font-size: 18px;
        line-height: 24px;
        display: block;
        font-weight: 600;
        margin-bottom: 10px; }
      .inspiration .col-md-4 ul li a .desc {
        font-size: 13px;
        line-height: 18px;
        display: block;
        margin-bottom: 15px; }
      .inspiration .col-md-4 ul li a:hover {
        color: #ff6300; }

.inspiration .col-md-4 a.product {
  color: #000;
  display: block;
  margin-bottom: 20px; }
  .inspiration .col-md-4 a.product:hover {
    color: #ff6300; }
  .inspiration .col-md-4 a.product img {
    margin-right: 20px; }

#iplaner {
  background: #ff9705;
  color: #FFF;
  padding: 25px 0 0;
  overflow: hidden; }
  #iplaner a {
    color: #FFF; }
  #iplaner .container {
    position: relative; }
  #iplaner .breadcrumbs {
    margin-bottom: 40px; }
  #iplaner img {
    margin-bottom: 40px;
    max-width: 100%;
    height: auto;
    display: block; }
  #iplaner .btn {
    border: 1px solid #FFF;
    border-radius: 0;
    text-transform: uppercase;
    margin-top: 15px; }
    #iplaner .btn:hover {
      background: #223368;
      border-color: #223368; }
  #iplaner img.iplaner {
    margin-bottom: 0;
    max-width: 120%;
    margin-top: -100px; }

#karta-kolorow {
  padding-top: 25px;
  color: #223368; }
  #karta-kolorow .col-md-6 h2 {
    margin-top: 50px;
    margin-bottom: 25px; }
  #karta-kolorow .col-md-6 p {
    margin-bottom: 25px; }
  #karta-kolorow .col-md-6 .btn {
    margin-bottom: 30px; }
  #karta-kolorow .col-md-6 img {
    margin: 0 auto;
    display: block;
    max-width: 390px; }

#wizualizer {
  background: #223368;
  color: #FFF;
  padding-top: 25px; }
  #wizualizer img {
    margin-top: 40px;
    margin-bottom: 25px; }
  #wizualizer p {
    margin-bottom: 25px; }
  #wizualizer .btn {
    margin-bottom: 30px; }

#ikonsultant {
  padding-top: 25px; }
  #ikonsultant img {
    margin-top: 40px;
    margin-bottom: 30px; }
  #ikonsultant p {
    margin-bottom: 25px; }
  #ikonsultant .btn {
    margin-bottom: 30px; }

#preloader {
  background: #fff;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 8000; }
  #preloader img.logo {
    position: absolute;
    left: 50%;
    margin-left: -150px;
    top: 40%;
    margin-top: -120px;
    width: 300px; }
  #preloader img.preloader {
    top: 60%;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    width: 200px;
    height: 200px;
    margin-top: -50px; }

.popup-exit {
  width: 800px;
  height: 568px;
  position: fixed;
  left: 50%;
  margin-left: -400px;
  top: 50%;
  margin-top: -283px;
  background: #fff;
  z-index: 4000;
  padding: 0 60px;
  display: none; }
  .popup-exit .logo {
    width: 165px;
    height: auto;
    display: block;
    margin: 30px auto; }
  .popup-exit .close-popup {
    width: 23px;
    height: 26px;
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(/Content/images/close.png) no-repeat;
    cursor: pointer;
    background-size: cover; }
  .popup-exit h4 {
    color: #223368;
    font-size: 30px;
    margin-bottom: 15px; }
  .popup-exit p {
    color: #223368;
    font-size: 20px;
    line-height: 26px; }
  .popup-exit form {
    background: #f7f7f8;
    margin: 0 -60px;
    padding: 15px 60px;
    position: relative; }
    .popup-exit form p {
      font-size: 16px;
      line-height: 22px; }
  .popup-exit .radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 105px;
    width: 209px;
    margin: 15px 13px 15px 0;
    color: #000;
    background: url(/Content/images/checkbox2.jpg) no-repeat;
    height: 38px;
    line-height: 38px;
    font-size: 18px; }
  .popup-exit .radio input[type=radio] {
    display: none; }
  .popup-exit .radio input[type=radio]:checked + label {
    background: url(/Content/images/checkbox1.jpg) no-repeat; }
  .popup-exit textarea {
    width: 435px;
    height: 93px;
    border: 1px solid #e4e4e4; }
  .popup-exit .submit {
    position: relative;
    width: 133px;
    height: 45px;
    line-height: 45px;
    margin-left: 153px;
    margin-top: 20px; }
    .popup-exit .submit .btn-warning {
      width: 133px !important;
      text-indent: -9px;
      transition: all 0.4s ease-in-out; }
    .popup-exit .submit .arrow-submit {
      display: block;
      width: 18px;
      height: 13px;
      background: url(/Content/images/arrow-white.png) no-repeat center center;
      position: absolute;
      right: 25px;
      top: 18px; }
  .popup-exit .image {
    background: url(/Content/images/bg3.png) no-repeat bottom right;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 244px;
    height: 329px; }
  .popup-exit .fb_iframe_widget {
    display: block;
    width: 500px;
    margin: 0 auto; }

.yesp-title {
  display: none; }

body.video #slider {
  height: 520px; }
  body.video #slider #video {
    height: 520px; }
  body.video #slider .container {
    width: 1280px;
    position: absolute;
    top: 100px;
    z-index: 1;
    left: 50%;
    margin-left: -640px; }
    body.video #slider .container h3 {
      text-align: center;
      color: #FFF;
      font-size: 36px;
      text-shadow: 0 1px 1px #000; }
      body.video #slider .container h3 span {
        display: block;
        font-size: 24px; }
    body.video #slider .container p {
      font-size: 24px;
      text-align: center;
      width: 100%;
      margin: 30px auto;
      display: block;
      max-width: 500px;
      color: #FFF;
      text-shadow: 0 1px 1px #000; }
    body.video #slider .container a.btn {
      display: block;
      margin: 0 auto;
      text-align: center;
      float: none;
      line-height: 54px; }

@media (max-width: 1280px) {
  body.video #slider .container {
    width: 100%;
    margin-left: 0;
    left: 0; } }

.cornerpeel {
  position: relative; }
  .cornerpeel img {
    width: 70px;
    height: 70px;
    z-index: 10100;
    position: absolute;
    right: 0;
    top: 0;
    box-shadow: 0 0 20px #515151; }
  .cornerpeel .message {
    width: 70px;
    height: 70px;
    position: absolute;
    z-index: 10000;
    right: 0;
    top: 0;
    background: #fffcf9 url(/Content/images/bg.jpg) no-repeat right top;
    text-indent: -9999px; }
  .cornerpeel .text-cornerpeel {
    position: absolute;
    right: 17px;
    top: 41px;
    color: #fff;
    z-index: 100000;
    font-size: 13px; }
    .cornerpeel .text-cornerpeel img {
      width: 50px !important;
      height: auto !important;
      display: block;
      box-shadow: none; }

#abc-malowania {
  background: #850344;
  color: #FFF;
  overflow: hidden;
  width: 100%; }
  #abc-malowania h2 {
    margin-top: 85px;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 30px; }
  #abc-malowania p {
    font-size: 15px;
    line-height: 18px; }
  #abc-malowania .col-md-4 img {
    position: absolute;
    width: 135%;
    height: auto;
    display: block;
    margin-left: -15%; }
  #abc-malowania .form-guide-mobile {
    margin-top: 30px; }
    #abc-malowania .form-guide-mobile input {
      width: 100%;
      max-width: 270px;
      height: 46px;
      border: 1px solid #223368;
      margin-bottom: 5px;
      color: #000;
      padding: 0 10px; }
    #abc-malowania .form-guide-mobile label {
      font-size: 12px;
      line-height: 16px;
      max-width: 300px; }
      #abc-malowania .form-guide-mobile label .infos {
        display: none; }
    #abc-malowania .form-guide-mobile input.css-checkbox[type="checkbox"] + label.css-label {
      background-size: 20px;
      padding-left: 30px; }
    #abc-malowania .form-guide-mobile .submit {
      width: 268px;
      position: relative;
      display: block;
      margin: 10px 0; }
      #abc-malowania .form-guide-mobile .submit .btn-warning {
        width: 100% !important;
        border: none;
        color: #fff;
        text-indent: -30px;
        font-size: 14px; }
      #abc-malowania .form-guide-mobile .submit .arrow-submit {
        content: '';
        display: block;
        width: 18px;
        height: 13px;
        background: url(/Content/images/arrow-white.png) no-repeat center center;
        position: absolute;
        right: 20px;
        top: 12px; }

#malowanie .container {
  padding: 60px 0 40px;
  font-size: 20px;
  color: #013474; }
  #malowanie .container .icons {
    display: block;
    width: 100%;
    margin: 30px 0 0;
    position: relative; }
    #malowanie .container .icons a:hover {
      color: #ff6300; }
    #malowanie .container .icons .icon {
      display: inline-block;
      vertical-align: top;
      width: 25%;
      position: relative;
      z-index: 2;
      text-align: center; }
      #malowanie .container .icons .icon img {
        display: block;
        margin: 0 auto; }
      #malowanie .container .icons .icon:first-child {
        margin-left: 0;
        margin-top: 40px;
        width: 11%; }
        #malowanie .container .icons .icon:first-child img {
          margin: 0; }
      #malowanie .container .icons .icon:nth-child(5) {
        margin-top: 20px;
        width: 12%; }
        #malowanie .container .icons .icon:nth-child(5) img {
          float: right;
          margin: 0; }
    #malowanie .container .icons .separator {
      position: absolute;
      top: 82px;
      width: 93%;
      border-top: 2px solid #223368;
      z-index: 1;
      display: block;
      left: 4%; }

#elektroniczna-karta {
  background: #ff9705;
  color: #FFF;
  padding: 100px 0; }
  #elektroniczna-karta h2 {
    text-transform: uppercase;
    font-size: 32px;
    line-height: 40px;
    font-weight: bold; }
  #elektroniczna-karta p {
    font-size: 18px;
    line-height: 22px; }
    #elektroniczna-karta p strong {
      text-transform: uppercase; }
  #elektroniczna-karta .btn-warning {
    background: #FFF;
    color: #ff9705;
    margin-top: 30px;
    font-size: 15px;
    font-weight: bold; }
    #elektroniczna-karta .btn-warning .arrow-white {
      background: url(/Content/images/arrow-orange1.png) no-repeat;
      width: 18px;
      background-size: contain; }
    #elektroniczna-karta .btn-warning:hover {
      background: #223368;
      color: #fff; }
      #elektroniczna-karta .btn-warning:hover .arrow-white {
        background: url(/Content/images/arrow-white.png) no-repeat; }
  #elektroniczna-karta .col-md-8 img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 652px; }

#wizualizer2 {
  padding: 100px 0;
  background: url(/Content/images/bg1.jpg) no-repeat top center;
  background-size: cover;
  color: #013474; }
  #wizualizer2 .col-md-7 img {
    width: 100%;
    height: auto;
    display: block; }
  #wizualizer2 .col-md-5 img {
    margin-bottom: 30px;
    margin-top: 30px; }
  #wizualizer2 .col-md-5 p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px; }
  #wizualizer2 .col-md-5 a.btn {
    font-size: 15px;
    font-weight: bold; }

#iplaner2 {
  background: url(/Content/images/bg2.jpg) no-repeat;
  background-size: cover;
  color: #013474;
  padding: 160px 0; }
  #iplaner2 img {
    margin-bottom: 30px; }
  #iplaner2 p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    max-width: 580px; }

#video1 .container {
  padding: 30px; }

.submenu-products {
  background: #f5f5f5;
  text-align: center;
  margin: 0;
  list-style-type: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0;
  position: relative;
  z-index: 30; }
  .submenu-products a {
    color: #013474;
    line-height: 30px; }
    .submenu-products a img {
      margin-right: 10px; }
    .submenu-products a:hover {
      color: #ff4200; }
  .submenu-products li {
    display: inline-block;
    margin: 20px 40px; }
  .submenu-products:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f5f5f5;
    position: absolute;
    top: -10px;
    left: 55%;
    margin-left: 70px; }

@media (max-width: 1770px) {
  #nav #blue-bg .left {
    width: 20%; }
  #nav #blue-bg .right {
    width: 80%; } }

@media (max-width: 1380px) {
  #slider .carousel-control.left {
    left: 18% !important; }
  #slider .carousel-control.right {
    right: 18% !important; }
  .btn-default {
    width: 180px !important;
    font-size: 12px; }
    .btn-default span.text {
      width: 150px; } }

@media (max-width: 1380px) and (max-width: 1340px) {
  #nav .navbar-nav li ul li a {
    margin-right: 15px; }
  #nav .navbar-nav li ul {
    right: -665px; } }

@media (max-width: 1280px) {
  #slider .carousel-control.left {
    left: 16% !important; }
  #slider .carousel-control.right {
    right: 25% !important; }
  #nav .navbar-nav li ul li a {
    margin-right: 5px; }
  #nav .navbar-nav li ul {
    right: -735px; }
  .menu-products li {
    text-indent: 0; }
    .menu-products li a {
      padding: 20px 5px; }
  #content .row.contact .col-md-6 {
    width: 47.7%; }
  #slider .carousel-control.left {
    left: 20% !important; }
  #slider .carousel-control.right {
    right: 20% !important; } }

@media (max-width: 1180px) {
  #nav .navbar-nav li ul li a {
    margin-right: 2px;
    font-size: 12px; }
  #nav .navbar-nav li ul {
    right: -805px; }
  #slider .carousel-control.left {
    left: 23% !important; }
  #slider .carousel-control.right {
    right: 23% !important; } }

@media (max-width: 1100px) {
  #nav .navbar-nav li ul li {
    margin-right: 2px; }
  #nav .navbar-nav li a {
    padding-left: 7px;
    padding-right: 7px; }
  #nav .navbar-nav li ul li a {
    margin-right: 3px;
    font-size: 12px;
    padding: 0; }
  #nav .navbar-nav li ul {
    right: -790px; }
  .btn-default span.arrow-white {
    margin-right: -5px; }
  #section1 .buttons .btn-default span.text {
    width: 84%;
    font-size: 11px; }
  .menu-products li {
    text-indent: 0; }
    .menu-products li a {
      padding: 20px 0; }
  #slider .carousel-control.left {
    left: 25% !important; }
  #slider .carousel-control.right {
    right: 25% !important; } }

@media (max-width: 992px) {
  .toggle {
    display: none; }
  .submenu-products {
    margin: -10px 0; }
    .submenu-products li {
      display: block;
      margin: 10px 0;
      width: 100%;
      padding: 10px; }
    .submenu-products:before {
      display: none; }
  #abc-malowania .container {
    padding-bottom: 15px; }
  #abc-malowania h2 {
    margin-top: 35px; }
  #abc-malowania .col-md-4 img {
    position: relative;
    width: 200%;
    margin: 0 auto;
    max-width: 556px; }
  #abc-malowania .form-guide-mobile {
    margin-top: 0; }
    #abc-malowania .form-guide-mobile p {
      text-align: center; }
  #malowanie {
    display: none; }
  #elektroniczna-karta {
    padding: 0 0 20px; }
  #wizualizer2 {
    padding: 30px 0; }
  #iplaner2 {
    padding: 20px 0; }
    #iplaner2 img {
      width: 100%;
      height: auto;
      display: block;
      max-width: 334px; }
  .play {
    right: 10px;
    top: 10px;
    margin-top: 0;
    margin-right: 0; }
  .more-news {
    margin-top: 15px; }
  h2 {
    font-size: 36px;
    line-height: 40px; }
  .container {
    width: 90%; }
  #nav {
    height: 64px;
    box-shadow: 0 0 7px #242424; }
    #nav .menu-btn {
      display: block;
      margin-top: 17px;
      cursor: pointer; }
    #nav #search {
      display: none; }
    #nav .navbar-nav {
      display: none;
      width: 100% !important;
      margin: 100px auto 0;
      text-align: center; }
      #nav .navbar-nav li:first-child {
        display: none !important; }
      #nav .navbar-nav li.product:hover:after, #nav .navbar-nav li.product.active-product:after {
        display: none; }
      #nav .navbar-nav li {
        display: block;
        width: 100%;
        position: relative; }
        #nav .navbar-nav li:before {
          position: absolute;
          content: '';
          width: 250px;
          height: 2px;
          left: 50%;
          margin-left: -125px;
          bottom: 0;
          background: url(/Content/images/separator1.png) no-repeat; }
        #nav .navbar-nav li a {
          font-size: 18px;
          line-height: 22px;
          margin-bottom: 15px; }
        #nav .navbar-nav li:last-child:before {
          display: none; }
    #nav #blue-bg {
      display: none; }
    #nav #logo .white-bg {
      height: 64px;
      margin-left: 0; }
  body.video #slider, body.video #slider #video {
    height: auto; }
  #socials {
    display: none; }
  #slider {
    height: auto; }
    #slider #myCarousel {
      position: relative;
      left: 0;
      width: 100%;
      margin: 0 auto; }
    #slider img {
      width: 100%;
      height: auto; }
    #slider .carousel-control.left {
      left: 5px !important; }
    #slider .carousel-control.right {
      right: 5px !important; }
  #section1 {
    padding: 40px 0; }
    #section1 .effect_box {
      display: none; }
    #section1 .buttons .btn-default {
      width: 100% !important;
      display: block;
      height: auto;
      padding: 15px 5%;
      margin-bottom: 8px; }
      #section1 .buttons .btn-default span.text {
        width: 100% !important;
        display: inline-block;
        font-size: 16px;
        line-height: 18px;
        text-align: left; }
      #section1 .buttons .btn-default span.arrow-white {
        width: 18px;
        position: absolute;
        right: 10px;
        height: 100%;
        background-position: center center;
        top: 0; }
    #section1 .image {
      width: 60%;
      margin: 0 auto 40px; }
      #section1 .image img {
        width: auto;
        height: 100%;
        display: block;
        max-height: 280px;
        margin: 0 auto; }
    #section1 .our-products {
      left: 50%;
      margin-left: -90px; }
  #section1 .container .col-md-6:nth-child(2) .image {
    margin-top: 30px;
    width: 90%;
    margin-bottom: 0; }
  #section2 .col-md-7 .btn {
    display: block;
    margin: 30px auto 0; }
  #section1 .container .col-md-6:nth-child(2)::before {
    display: none; }
  #section2 .col-md-5 img {
    margin: 20px auto -40px; }
  #section2 .col-md-7 {
    padding-bottom: 35px; }
    #section2 .col-md-7 ul li {
      font-size: 18px;
      line-height: 22px; }
  #section2 form.guide {
    display: block;
    margin-top: 33px; }
    #section2 form.guide input {
      width: 100%;
      padding: 10px;
      font-family: 'Open Sans';
      font-size: 16px;
      margin-bottom: 10px; }
    #section2 form.guide .infos {
      display: none; }
    #section2 form.guide .more-info {
      text-decoration: underline; }
    #section2 form.guide .btn-warning {
      display: block !important;
      line-height: 25px;
      text-indent: -10px;
      position: relative; }
    #section2 form.guide .submit {
      width: 100%;
      position: relative; }
      #section2 form.guide .submit .btn-warning {
        width: 100% !important; }
      #section2 form.guide .submit .arrow-submit {
        content: '';
        display: block;
        width: 18px;
        height: 13px;
        background: url(/Content/images/arrow-white.png) no-repeat center center;
        position: absolute;
        right: 20px;
        top: 17px; }
  #section2 .btn-warning {
    display: none !important; }
  #section3 {
    padding: 5px 0 30px; }
    #section3 .col-xs-12 {
      display: none; }
      #section3 .col-xs-12:first-child {
        display: block; }
    #section3 h3 {
      font-size: 24px;
      line-height: 28px; }
    #section3 p {
      font-size: 18px;
      line-height: 22px;
      font-weight: 300; }
    #section3 span.more {
      font-size: 16px;
      line-height: 22px;
      font-weight: 300; }
  #section4 {
    padding: 30px 0 25px; }
    #section4 a {
      margin-bottom: 15px; }
  #section5 {
    padding: 30px 0; }
    #section5 a.advice {
      margin-bottom: 15px; }
  #section6 .image {
    background: url(/Content/images/bg2.png) no-repeat bottom right;
    height: 100%; }
  #section6 .container {
    padding: 30px 0; }
    #section6 .container h2 {
      display: block;
      width: 100%;
      font-size: 24px;
      line-height: 28px; }
    #section6 .container .owl-carousel {
      width: 70%;
      margin: 20px 0;
      padding: 0 20px; }
      #section6 .container .owl-carousel .owl-item img {
        display: block;
        width: 60%;
        margin: 0 auto;
        height: auto; }
    #section6 .container .owl-buttons {
      display: block; }
      #section6 .container .owl-buttons .owl-prev {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        background: url(/Content/images/arrow-left.png) no-repeat;
        width: 14px;
        height: 21px;
        margin-top: -10px;
        text-indent: -9999em; }
      #section6 .container .owl-buttons .owl-next {
        position: absolute;
        top: 50%;
        right: 0;
        display: block;
        background: url(/Content/images/arrow-right.png) no-repeat;
        width: 14px;
        height: 21px;
        margin-top: -10px;
        text-indent: -9999em; }
  #footer {
    padding: 45px 0; }
    #footer a {
      display: block;
      margin: 5px auto; }
      #footer a img {
        display: block;
        margin: 0 auto; }
    #footer #menu-footer {
      margin: 40px 0 40px;
      width: 100%;
      display: block;
      padding: 0; }
      #footer #menu-footer li {
        display: block;
        text-align: center;
        margin-right: 0; }
    #footer .socials {
      display: block;
      text-align: center;
      float: none; }
      #footer .socials span {
        display: block;
        margin-bottom: 15px;
        text-align: center; }
  #header {
    display: none; }
  #breadcrumbs {
    padding-top: 80px;
    padding-bottom: 35px; }
    #breadcrumbs h2 {
      display: block;
      color: #013474;
      margin-bottom: 30px;
      font-size: 24px;
      line-height: 28px; }
    #breadcrumbs h5 {
      display: block;
      font-size: 16px;
      line-height: 20px;
      color: #013474;
      font-weight: 300; }
    #breadcrumbs .choose-list {
      float: none;
      width: 100%; }
      #breadcrumbs .choose-list .choose {
        width: 100%; }
    #breadcrumbs form.choose-form {
      width: 100%;
      display: block;
      margin-top: 20px; }
      #breadcrumbs form.choose-form input {
        width: 100%;
        margin-left: 0; }
    #breadcrumbs .choose-list.choose-colors {
      margin-bottom: 25px; }
  #content a.advice {
    margin-bottom: 15px; }
  #content .choose-list {
    float: none;
    margin-bottom: 20px;
    display: block; }
    #content .choose-list .choose {
      width: 100%; }
  #content a.download {
    font-size: 18px;
    line-height: 24px; }
    #content a.download span {
      font-size: 16px; }
  #content .search-result .btn-warning {
    float: none;
    display: block;
    margin: 20px auto; }
  #content .row.contact .col-xs-12 {
    width: 100%; }
  #content .row.contact #contact-map {
    width: calc(100% + 80px);
    margin: -20px -40px 0; }
  .color .color-name p {
    display: none; }
  .modal-color h2 {
    margin-top: 130px;
    font-size: 24px;
    margin-left: 0; }
  .modal-color .close-modal {
    top: 100px;
    right: 15px; }
  .modal-color .links {
    display: none; }
  .modal-color .infos {
    height: 100%;
    bottom: 0; }
    .modal-color .infos .image {
      position: absolute;
      bottom: 30px; }
    .modal-color .infos .text {
      position: absolute;
      top: 150px;
      margin-left: 15px;
      height: 100%;
      width: 100%; }
      .modal-color .infos .text p {
        display: none; }
      .modal-color .infos .text h3 {
        font-size: 18px;
        line-height: 24px; }
      .modal-color .infos .text .btn {
        right: 30px;
        top: auto;
        bottom: 180px;
        position: absolute; }
        .modal-color .infos .text .btn span.text {
          top: 0;
          position: relative;
          height: 44px; }
  .choose-menu-product {
    display: block;
    margin-bottom: 10px; }
  .menu-products {
    height: 39px;
    background: #fff;
    margin-top: -40px; }
    .menu-products li {
      display: block;
      width: 100%;
      height: 39px;
      line-height: 39px;
      text-align: left;
      padding-left: 15px;
      text-indent: 20px; }
      .menu-products li a {
        color: #013474;
        padding: 0; }
        .menu-products li a:hover {
          color: #ff4200; }
      .menu-products li:before {
        position: absolute;
        left: 15px;
        content: '';
        background: url("/Content/images/arrow-orange.png") no-repeat center center;
        height: 100%;
        top: 0;
        width: 11px;
        display: block; }
      .menu-products li.selected {
        cursor: pointer;
        text-indent: 20px;
        position: relative !important; }
        .menu-products li.selected:after {
          content: '';
          width: 11px;
          height: 6px;
          background: url(/Content/images/arrow-down.png) no-repeat;
          position: absolute;
          top: 15px;
          right: 0;
          display: block; }
        .menu-products li.selected:before {
          display: block; }
      .menu-products li.active {
        height: auto;
        overflow-y: visible;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 100; }
        .menu-products li.active li.selected:after {
          background: url(/Content/images/arrow-up.png) no-repeat; }
  .product-breadcrumbs h2 {
    display: none !important; }
  .product-breadcrumbs .col-xs-12 img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 200px;
    height: auto; }
  .product-breadcrumbs li {
    display: block !important;
    position: relative;
    padding-left: 20px; }
    .product-breadcrumbs li:after {
      display: none !important; }
    .product-breadcrumbs li:before {
      content: '';
      display: inline-block;
      margin-right: 10px;
      width: 5px;
      height: 5px;
      background: #2c457d;
      border-radius: 5px;
      position: absolute;
      left: 0;
      top: 10px; }
  .product .row .col-xs-12:nth-of-type(1) {
    margin-top: 40px; }
  .product .section p strong {
    display: block;
    position: relative;
    line-height: 28px;
    padding: 10px 0;
    cursor: pointer; }
    .product .section p strong:after {
      background: url(/Content/images/arrow2.png) no-repeat;
      position: absolute;
      right: 0;
      top: 0;
      content: '';
      width: 19px;
      height: 28px; }
    .product .section p strong.open:after {
      background: url(/Content/images/arrow1.png) no-repeat; }
  .product .section .toggle {
    display: none; }
  .products .col-xs-6 {
    width: 32%;
    display: block; }
  #map {
    display: none !important; }
  #breadcrumbs .shop-choose-list {
    height: 70px; }
    #breadcrumbs .shop-choose-list .choose-list {
      margin-bottom: 15px; }
  #breadcrumbs a.go-back {
    display: block;
    margin-top: 15px; }
  #shops img.pin {
    width: 7%;
    max-width: 31px;
    height: auto;
    vertical-align: middle; }
  #shops p {
    width: 87%;
    line-height: 20px;
    vertical-align: middle;
    margin-bottom: 0; }
    #shops p strong {
      line-height: 18px;
      position: relative; }
  #shops ul {
    padding-left: 0;
    margin-left: 0; }
  #shops span.text {
    width: 100% !important; }
  #shops li {
    height: auto;
    margin-bottom: 30px;
    padding-bottom: 30px; }
    #shops li .btn-warning {
      display: block;
      width: 100% !important;
      margin-top: 15px;
      margin-left: 0; }
  #shops p strong::after {
    top: 10px; }
  #shops-client h2 {
    font-size: 24px;
    line-height: 28px;
    text-align: center; }
  #shops-client img {
    margin-right: 40px;
    margin-bottom: 40px;
    height: 34px; }
  #shop-details .col-md-4 {
    padding-bottom: 400px; }
    #shop-details .col-md-4 .shop-logo {
      display: none; }
    #shop-details .col-md-4 .btn-warning {
      position: absolute;
      bottom: -5px;
      left: 50%;
      margin-left: -129px; }
  #shop-details #map {
    height: 320px;
    display: block !important;
    position: absolute;
    bottom: 100px;
    width: 100%;
    top: auto; }
  .desktop {
    display: none; }
  .mobile {
    display: block; }
  .inspiration a.fancybox {
    display: block;
    text-align: center; }
  .inspiration .col-md-4 .widget-advice ul {
    margin-left: 0;
    padding-left: 0; }
    .inspiration .col-md-4 .widget-advice ul li {
      display: inline-block;
      position: relative;
      margin-bottom: 25px; }
      .inspiration .col-md-4 .widget-advice ul li:before {
        display: none; }
      .inspiration .col-md-4 .widget-advice ul li img {
        display: block;
        width: 100%;
        height: auto; }
      .inspiration .col-md-4 .widget-advice ul li .desc {
        display: none; }
      .inspiration .col-md-4 .widget-advice ul li .tag {
        display: inline-block;
        position: absolute;
        background: #0054a6;
        padding: 5px 10px;
        bottom: 100px;
        left: 20px;
        color: #fff;
        text-transform: uppercase; }
      .inspiration .col-md-4 .widget-advice ul li .heading {
        color: #FFF;
        font-size: 18px;
        position: absolute;
        left: 20px;
        bottom: 20px;
        width: 90%; }
      .inspiration .col-md-4 .widget-advice ul li:last-child {
        display: none; }
  .inspiration .col-md-4 .widget-products, .inspiration .col-md-4 .widget-other {
    display: none; }
  .pagination {
    float: none;
    display: block;
    text-align: center; }
  .color .color-div {
    transform: rotate(0); }
    .color .color-div span {
      opacity: 1;
      height: auto;
      bottom: 10px;
      line-height: 20px;
      top: auto;
      width: 100%; }
    .color .color-div:hover {
      transform: scale(1);
      border-radius: 0; }
  .color .row {
    text-align: center; }
    .color .row .color-div, .color .row .hvr-grow-shadow, .color .row .hvr-float-shadow {
      margin-right: 0;
      margin-bottom: -2px; }
  .modal-color .shadow {
    display: none !important; }
  #karta-kolorow .row {
    position: relative; }
    #karta-kolorow .row .col-xs-12:first-child {
      position: absolute;
      bottom: 0;
      left: 0; }
      #karta-kolorow .row .col-xs-12:first-child img {
        width: 100%;
        max-width: 400px;
        height: auto;
        display: block; }
    #karta-kolorow .row .col-xs-12:nth-child(2) {
      margin-bottom: 350px; }
  #wizualizer img.wizualizer {
    width: 100%;
    height: auto;
    display: block;
    max-width: 500px;
    margin: 0 auto; }
  #wizualizer img {
    max-width: 192px;
    margin-top: 60px; }
  #ikonsultant .row {
    position: relative; }
    #ikonsultant .row .col-xs-12:first-child {
      position: absolute;
      bottom: 0;
      left: 0; }
      #ikonsultant .row .col-xs-12:first-child img {
        width: 100%;
        max-width: 500px;
        height: auto;
        display: block; }
    #ikonsultant .row .col-xs-12:nth-child(2) {
      margin-bottom: 350px; }
  #ikonsultant .logo {
    margin-top: 60px; }
  #iplaner {
    padding-top: 60px; }
    #iplaner img.iplaner {
      margin-top: 0; }
  #breadcrumbs .product-info .btn.available {
    float: none;
    display: block;
    margin: 0 auto; }
  #breadcrumbs .product-info .heading {
    float: none;
    margin-bottom: 20px;
    display: block;
    width: 100%; }
  #technical-data a {
    margin-bottom: 15px; }
  .cornerpeel {
    display: none !important; } }

@media (max-width: 479px) {
  #abc-malowania .col-md-4 img {
    margin-left: -100px; }
  #nav .navbar-nav {
    margin-top: 60px; }
  #nav #logo {
    width: 60%; }
    #nav #logo img {
      width: 100%;
      height: auto;
      display: block; }
  form.choose-form button {
    width: 190px !important;
    height: 37px;
    text-transform: uppercase;
    color: #FFF;
    background: #223368;
    padding: 0;
    text-shadow: none;
    font-size: 14px;
    border-radius: 0;
    box-shadow: none;
    display: inline-block;
    border: none;
    margin-right: 5px;
    vertical-align: middle !important;
    margin-top: 10px;
    margin-left: 0; }
  #iplaner {
    overflow-x: hidden;
    width: 100%;
    position: relative; }
    #iplaner img {
      width: 100%;
      margin-left: 0;
      max-width: 600px;
      margin-top: 0; }
  #ikonsultant .row .col-xs-12:first-child img {
    width: 500px;
    max-width: 500px;
    margin-left: -100px; }
  #karta-kolorow .row {
    position: relative; }
    #karta-kolorow .row .col-xs-12:nth-child(2) {
      margin-bottom: 300px; }
  #section1 .col-md-6:first-child .image {
    margin-bottom: 140px !important; }
  #section1 .image {
    height: auto;
    width: 60%;
    margin-bottom: 110px !important; }
    #section1 .image img {
      width: 100%;
      height: auto;
      max-height: auto; }
  .pagination a {
    width: 30px; }
    .pagination a span {
      width: 30px !important; }
  .choose-colors .choose {
    padding: 0 15px; }
    .choose-colors .choose li img {
      margin-right: 10px !important; }
  .color .color-name {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 80px;
    padding-right: 10px; }
    .color .color-name h3 {
      font-size: 14px;
      line-height: 16px; }
    .color .color-name img {
      width: 107px; }
  .color .color-div {
    width: 93px;
    height: 93px; }
    .color .color-div span {
      line-height: 14px;
      bottom: 5px; }
  #breadcrumbs {
    padding-top: 60px; }
  .modal-color .infos .image {
    width: 20%; }
    .modal-color .infos .image img {
      width: 100%;
      height: auto;
      display: block; }
  .modal-color .infos .text .btn {
    bottom: 190px;
    width: 70%; }
    .modal-color .infos .text .btn span.text {
      font-size: 12px; }
  .products .col-xs-6 {
    width: 100%;
    display: block; }
  #content .search-result .btn-warning {
    width: 100% !important; }
  #content .row.contact #contact-map {
    width: calc(100% + 30px);
    margin: -20px -15px 0; }
  #content .row.contact .col-xs-12 {
    padding: 30px 25px; } }

@media (max-width: 370px) {
  #karta-kolorow .row {
    position: relative; }
    #karta-kolorow .row .col-xs-12:nth-child(2) {
      margin-bottom: 230px; } }

