.pool {
    width: 100%;
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    display: block;
}

a {
  text-decoration: none;
  transition: color .25s linear;
}

a:hover {
  text-decoration: none;
}

span.bold {
  font-weight: 700 !important;
}

span.red {
  color: #eb1a22;
}

.no-padding {
  padding: 0 !important;
}

.bx-controls-direction{
    display: none !important;
}


.news {
    /*display: table;*/
}

#newsLink{
  margin-bottom:50px;
}

.news .item .item-container {
  /*width: 32.03%;
      margin-left: 0.6%;
      margin-right: 0.7%;
    display: block;
    box-sizing: border-box;*/
    background-color: #eeeeee;
    /*cursor: pointer;*/
    -webkit-transition: all 175ms ease-out;
    -moz-transition: all 175ms ease-out;
    -o-transition: all 175ms ease-out;
    transition: all 175ms ease-out;
    /*float: left;
    text-decoration: none;*/
}

.news .item:hover .item-container {
    box-shadow: 0px 0px 15px -1px #ccc;
}

.news .item .image-container {
  /*margin-bottom: 25px;*/
  height: 200px;
  position: relative;
  overflow: hidden;
}

.news .item .image-container span {
  bottom: 15px;
  left: 15px;
  display: inline-block;
  background-color: #ec1b23;
  color: #fff;
  position: absolute;
  font-size: 14px;
  padding: 4px;
  font-weight: 300;
}

.news .item .text-row {
  padding: 25px;
}

.news .item .text-row h4 {
  /*height: 87px;*/
  /*padding-left: 25px;
  padding-right: 25px;*/
  display: block;
  font-size: 21px;
  line-height: 27px;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  margin-top: 0;
}

.news .item .text-row h4 a {
  color: #000;
}

.news .item:hover .text-row h4 a {
  color: #ec1b23;
}

.news .item .text-row p {
  /*height: 75px;*/
  font-weight: 300;
  display: block;
  font-size: 15px;
  color: #000;
}

.news .item .text-row p a {
  color: #000;
}

#page.news .main {
  /* margin-top: 30px; */
}

#page.news .main .news-title {
  font-size: 4rem;
  font-weight: 700;
}

#page.news .main .last-update {
  background: #ec1b23;
  color: #fff;
  font-size: 1.3rem;
  padding: .4rem .7rem;
  display: inline-block;
  margin-bottom: 2.5rem;
}

#page.news .main .image-container {
  margin-bottom: 4rem;
}

#page.news .main .text-container a {
  color: #ec1b23;
}

#page.news .main .text-container a:hover {
  color: #960007;
}

.bx-viewport .xslider::after{
  content: "";
      position: absolute;
      left: 0px;
      top: 0px;
      height: 700px;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.61);
      z-index: 9999;
      display: none;
}


/* .navigation a {
  background-image:url(../img/page-navigation.png);
  z-index:99991;
  display:block;
  background-size: 127px 370px;
  width:60px;
  height:60px;
  transition:200ms;
  position:fixed;
  left:0;
  margin-bottom:2px;
  background:transparent;
  text-indent: -9999px;
}
.navigation a.vestel {top:calc(50% - 185px);background-position:0 0;}
.navigation a.products {top:calc(50% - 123px);background-position:0 -62px;}
.navigation a.corporate {top:calc(50% - 61px);background-position:0 -124px;}
.navigation a.news {top:calc(50% + 63px);background-position:0 -186px;}
.navigation a.exhibitions {top:calc(50% + 1px);background-position:0 -248px;}
.navigation a.social-media {top:calc(50% + 125px);background-position:0 -310px;}
.navigation a:hover {width:160px;z-index:999;}
.navigation a.vestel:hover {background-position:-60px 0;}
.navigation a.products:hover {background-position:-60px -62px;}
.navigation a.corporate:hover {background-position:-60px -124px;}
.navigation a.news:hover {background-position:-60px -186px;}
.navigation a.exhibitions:hover {background-position:-60px -248px;}
.navigation a.social-media:hover {background-position:-60px -310px;} */


.navigation {
  position: fixed;
  z-index: 999991;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

@media screen and (max-width: 991px) {
  .navigation {
    display: none;
  }
}

.navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation ul li {
  height: 60px;
  position: relative;
  padding: 0;
  margin-bottom: 2px;
  overflow: hidden;
}

.navigation ul li a {
  position: relative;
  /* padding-left: 60px; */
  height: 60px;
  display: block;
}

.navigation ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  height: 60px;
  width: 60px;
  overflow: hidden;
  background-image: url(../img/page-navigation.png);
  background-size: 127px 370px;
  background-repeat: none;
  background-position: left top;
  transition: all .1s ease-in-out;
}

.navigation ul li a:hover::before {
  width: 67px;
}

.navigation ul li.vestel a::before {
  background-position: 0 0;
}
.navigation ul li.vestel a:hover::before {
  background-position: -60px 0;
}
.navigation ul li.products a::before {
  background-position: 0 -62px;
}
.navigation ul li.products a:hover::before {
  background-position: -60px -62px;
}
.navigation ul li.corporate a::before {
  background-position: 0 -124px;
}
.navigation ul li.corporate a:hover::before {
  background-position: -60px -124px;
}
.navigation ul li.exhibitions a::before {
  background-position: 0 -186px;
}
.navigation ul li.exhibitions a:hover::before {
  background-position: -60px -186px;
}
.navigation ul li.news a::before {
  background-position: 0 -248px;
}
.navigation ul li.news a:hover::before {
  background-position: -60px -248px;
}
.navigation ul li.social-media a::before {
  background-position: 0 -310px;
}
.navigation ul li.social-media a:hover::before {
  background-position: -60px -310px;
}

.navigation ul li a span {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: block;
  padding: 50px 15px 50px 15px;
  color: #f0f0f0;
  background: rgba(66,66,81,.25);
  margin-left: 60px;
  left: -100%;
  transition: left .1s ease-in-out;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, .8);
}

.navigation ul li a:hover span {
  left: 0;
}

.pool.subsidary{
  position: relative;
  overflow: visible;
}

.pool.contact {
  overflow: visible;
}

.loadAllSubsidaries{
  /*float: left;*/
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  min-height: 500px;
  position: absolute;
  z-index: 9998;
  top: 0px;
  background-image: url(../img/scomp-close-icon.png);
  padding-bottom: 100%;
  overflow: hidden;
  background-size: 5% auto;
  background-repeat: no-repeat;
  background-position: 9999999px;
}

.company.active {
    background-color: #f00;
    padding-top: 35px;
    padding-bottom: 35px;
}

#mapsubsidary{
  position: absolute !important;
  left: 0px;
  width: 100%;
  top: 0px;
}


.fullHeightWoHeader{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.companies {
  float: right;
      width: 165px;
      background-color: rgba(50, 49, 65, 0.7);
      color: #fff;
      position: absolute;
      right: 0px;
      z-index: 9998;
      width: 500px;
          box-sizing: border-box;
}


.companies .company .detail{
    display:none;
    font-size: 8pt;
font-weight: 300;
}

.companies .company {
    padding:20px;
    position: relative;
}

.companies .company a {
  color: #fff;
}

.companies .company strong {
  text-transform:uppercase;
  font-weight: 300;
}

.companies .company strong,
.companies .company div {
    position: relative;
    z-index: 9999;
    
}

.companies .company.active::before{
  content: "";
  position: absolute;
  left: 0px;
  background-color: #ec1b23;
  width: 50px;
  height: auto;
  top: 0px;
  display: block;
  height: 120%;
  top: -5%;
  left: -5%;
  width: 105%;
  z-index: 999;

}
.companies .company.active::after{
  content: "";
      position: absolute;
      display: block;
      top: 16%;    left: -50px;
      z-index: 999;
      width: 0;
      height: 0;
      border-top: 40px solid transparent;
      border-bottom: 40px solid transparent;
      border-right: 40px solid #ec1b23;

}



.companies-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.companies-list .company {
  width: 50%;
  /*float: left;*/
  display: inline-block;
  padding: 0 15px;
}

.companies-list .company h3 {
  font-weight: 700;
}

.companies-list .company .detail span, .companies-list .company .detail a {
  display: block;
}


.heros a{
	border: 1px solid #e1e1e1;
	    display: table;
    width: 100%;
    clear: both;
	    font-size: 14pt;
		color:#000;
		margin-top:25px;
}



.heros a:hover{
	background-color:#ec1b23;
	color:#fff;
}



.heros .img{

	    background-image: url(http://cdn.vestelinternational.com/media/croppedImg_942327968.jpeg);
    width: 50%;
    height: 100px;
    background-size: cover;
    background-position: center;
	float: left;
	    background-color: #f7f7f7;

}



.heros span{
	    display: block;
    float: left;
    width: 50%;
    height: 100px;
    line-height: 100px;
    box-sizing: border-box;
    padding-left: 50px;


}

.fancybox-nav span{
      visibility: visible !important;
      width: 36px;
      height: 36px;
}

.font15{
  font-size:15pt !important;
}


.fancybox-title-inside-wrap{
  padding: 10px;
background: #fff;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span{
  background-color: #ec1b23;
      background-image: none !important;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #fff;
      font-size: 16pt;
      text-align: center;
      border-radius: 50px;
      line-height: 36px;
      padding-left: 2px;
      box-sizing: border-box;
      text-decoration: none;
}

.fancybox-next span::after{
    content: "\f105";
  }
  .fancybox-prev span::after{
      content: "\f105";
    }

.fancybox-next span{
    right: -18px;
  }
  .fancybox-prev span{
      left: -18px;
    }
.fancybox-close{
  background-image: url(https://vestelinternational.com/assets/img/icon-close.png) !important;
  background-size: 100%;
  background-color: transparent;
  z-index: 99999999;
  right: 30px;
  top: 30px;
}


#fancybox-loading div {
		background-image: transparent !important;
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    -webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
    font-size: 4em;
    display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
width: 1.28571429em;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24pt;
    padding: 0px;
    margin:0px;
    display: block;

	}

  #fancybox-loading div::before {
        content: "\f1ce";

  }

.cookie-info {
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, .8);
  width: 100%;
  bottom: 0;
  min-height: 55px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
.cookie-info p {
  color: #fff;
  font-size: 10.66667px;
  line-height: 24px;
  margin: 0;
}

.cookie-info button {
    position: relative;
    /*right: 20px;
    top: 50%;
    transform: translateY(-50%);*/
    background: 0 0;
    border: none;
    color: #fff;
    cursor: pointer;
    background: #cd1611;
    padding: 0.85em 1em;
    display: inline-block;
    -webkit-appearance: none;
    cursor: pointer;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    opacity: 1;
}

.cookie-info button:focus, .cookie-info button:hover {
  color: #fff;
  opacity: .8;
}

.cookie-info p a {
    color: #898989;
    text-decoration: none;
}

.exhibitLightboxCover {
  /*display: none;*/
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999999;
}


.exhibitLightbox {
    /*display: none;*/
    position: fixed;
    left: 14%;
    top: 15%;
    width: 75%;
    z-index: 99999999;
    background-color: #fff;
    padding-top: 100px;
}


.exhibitLightbox .next,
.exhibitLightbox .prev {
  width: 40px;
  height: 40px;
  display: block;
  background-color: #f00;
  color: #fff;
  position: absolute;
  right: -20px;
  border-radius: 21px;
  font-size: 20pt;
  line-height: 40px;
  text-align: center;
  top: 50%;
    padding-left: 3px;
    box-sizing: border-box;
    cursor: pointer;
}


.exhibitLightbox .prev {
  left: -20px;
  padding-right: 5px;
}

#header #nav{
	    /*width: 810px;*/
      padding: 0;
}


#page.contact {
    margin-top: 50px;
}



.contact h2 {
  color: #fff;
  font-weight: 300;
  margin: 0px;
  margin-bottom: 20px;
      float: left;
}

.iconPhone,
.iconMail,
.iconFax {
    width: 30px;
    height: 30px;
    background-image: url(https://vestelinternational.com/assets/img/contactIcons.png);
    background-size: 100% auto;
    float:left;
}

.iconFax {
    background-position: 0px 112px;
}


.iconMail {
    background-position: 0px 64px;
}

.homeCategories{
	width: 100%;
  overflow: hidden;
	/*height: 60vh;*/
  position: relative;
  /*min-height: 540px;*/
  transition: opacity .25s linear;
  /*padding-bottom: 40px;*/
}

.homeCategoriesLine{
	/* width: 15000px; */
	position: relative;
  transition: left .25s linear;
  height: 100%;
  overflow: hidden;
}

#topTree>div>ul>li>a {
    text-decoration: none;
    color: #ffffff !important;
    font-weight: 300 !important;
}

.homeCategories{
  /*height: 30vh;*/
}

.slick-slide {
  outline: none;
}

.homeCategories .item.active {
  border: 8px solid #ec1b23;
	color:#000;
  opacity: 1;
}

.homeCategories .item.active a {
    background-color: #ec1b23;
    transition: all .25s linear;
}

.homeCategories .item.active-1, .homeCategories .item.active-p1 {
  opacity: 1;
}

.homeCategories .item.active-2, .homeCategories .item.active-p2 {
  opacity: .5;
  border: 8px solid #ec1b23;
}

.homeCategories .item.active-2 a, .homeCategories .item.active-p2 a {
  background-color: #ec1b23;
}

.homeCategories .item {
    width: 200px;
    float: left;
    border: 8px solid #7f7f7f;
    padding: 25px;
    margin: 25px;
    position: relative;
    margin-top: 150px;
    padding-top: 90px;
	  color:#c1c1c1;
    box-sizing: border-box;
    transition: height .15s linear;
    /*min-height: 325px;*/
}

.homeCategories .item .img-row {
  width: 100%;
  left: 0px;
  position: absolute;
  top: -175px;
}

.homeCategories .item .img-row img {
  margin-left: auto;
  margin-right: auto;
}

.homeCategories .item .text-row {
  position: relative;
  /*min-height: 195px;*/
}

.homeCategories .item a {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.homeCategories h2,
.homeCategories p {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  transition: color .25s linear;
}

.homeCategories h2 {
    color:#7f7f7f;
  	margin-bottom:25px;
    font-weight: 700;
    margin-top: 10px;
}

.homeCategories h3 {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0;
}

.homeCategories .item.active h2 {
  color: #0a0a0a;
}

/*.homeCategories .item.active-2 h2, .homeCategories .item.active-p2 h2 {
  color: #bfbfbf;
}*/


.homeCategories p {
    font-size: 15px;
    /*display: none !important;*/
    margin-bottom: 50px;
}



.button,
.homeCategories a {
  background-color: #c1c1c1;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  padding-left: 25px;
  padding-right: 25px;
  margin: auto;
  display: inline-block;
  transition: background-color .25s linear, color .25s linear;
}

.redBtn.button {
  background-color: #ec1b23;
}

.redBtn.button:hover {
  color: #ebebeb;
  background-color: #BE0811;
}

.homeCategories .controls{
  position: relative;
  bottom: 0px;
  height: 50px;
  width: 100%;
  left: 0px;
  text-align: center;

}

.homeCategories .controls  div{
  /* background-color: #ec1b23; */
  background-image: none !important;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ec1b23;
  font-size: 21pt;
  text-align: center;
  border-radius: 50px;
  line-height: 36px;
  padding-left: 2px;
  box-sizing: border-box;
  text-decoration: none;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  border: 2px solid #ec1b23;
  cursor: pointer;
}



.homeCategories .controls .prev::after{
    content: "\f104";
     margin-right: 4px;
}


.homeCategories .controls .next::after{
  margin-left: 4px;
    content: "\f105";
}


.homeSlider{
  height: 700px;
  overflow: hidden;
}
.homeSlider.desktop {
  display: block;
}
.homeSlider.mobile {
  display: none;
}


.slideOfBxslider{
	height:700px;
	background-position:center center;
	background-size:cover;
  display: none;
  position: relative;
}

.slideOfBxslider .slide-caption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.slideOfBxslider .slide-caption .slide-icon {
  margin-bottom: 60px;
  width: 140px;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
}

.slideOfBxslider .slide-caption .slide-icon img {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.slideOfBxslider .slide-caption .slide-text p {
  color: #FFF;
  text-align: center;
  font-size: 5rem;
  font-weight: 700;
  line-height: .9;
  letter-spacing: -1.5px;
  cursor: default;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.slideOfBxslider .slide-caption .slide-text p sup {
  font-size: 3rem;
}

.slideOfBxslider .slide-caption .slide-text p span.small {
  display: block;
  font-size: 4rem;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .slideOfBxslider .slide-caption .slide-text p {
    font-size: 4rem;
  }
  .slideOfBxslider .slide-caption .slide-text p sup {
    font-size: 2rem;
  }
  .slideOfBxslider .slide-caption .slide-text p span.small {
    font-size: 3rem;
  }
}

@media screen and (max-width: 639px) {
  .slideOfBxslider .slide-caption .slide-text p {
    font-size: 3.5rem;
  }
  .slideOfBxslider .slide-caption .slide-text p sup {
    font-size: 2rem;
  }
  .slideOfBxslider .slide-caption .slide-text p span.small {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 679px) {
  .slideOfBxslider .slide-caption .slide-text p {
    font-size: 2.5rem;
  }
  .slideOfBxslider .slide-caption .slide-text p sup {
    font-size: 1.5rem;
  }
  .slideOfBxslider .slide-caption .slide-text p span.small {
    font-size: 2rem;
  }
}

.bx-controls{
	bottom: 100px;
    position: absolute;
    width: 100%;
    z-index: 9998;
}


.bx-wrapper .bx-pager.bx-default-pager a{
	-moz-border-radius: 255px;
    -webkit-border-radius: 255px;
    border-radius: 255px;
    border: 2px solid #fff;
    background-color: transparent !important;
  	position:relative;
  	margin-left: 4px;
    margin-right: 4px;
    width: 14px;
    height: 14px;
}

.bx-wrapper .bx-pager.bx-default-pager a::after{
    content: "";
    position: absolute;
    left: 11px;
    width: 10px;
    height: 4px;
    top: 2px;
    border-bottom: 2px solid #fff;
}
.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:last-child a::after{
	display:none;
}


.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
    background-color: #fff !important;
}



.subsidaryCompanies{
	float:right !important;
	padding-left:15px;
	background-color: #323141;
	background-color: #f7f7f7;
	background-color: #f7f7f7;
  background-image: url(https://vestelinternational.com/assets/img/shadow-to-scompanies.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.subsidaryCompanies a::after {
  content: none !important;
}

.subsidaryCompanies a:hover::before {
  content: none !important;
}

.footerLinks .col a {
    color: #fff;
    color: #000;
    text-decoration: none;
    font-size: 13px;
    font-weight: 300;
}


.footerBox .right {
    margin-top: 25px;
    margin-bottom: 25px;
        font-size: 7pt;
}



.footerLinks .footerBox a {
    color: #fff;
    color: #000;
    text-decoration: none;
    font-size: 11px;
    font-weight: 300;
}





.footerLinks li, .footerLinks ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}








.homebg{
  background-image: url(../img/homebg.jpg);
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom:50px;
}

.homeVideoBanners{
  display: block;
  width: 100%;
}

.bx-wrapper .bx-viewport {
    border: 0px solid #000;
    box-shadow: 0 0 0px #ccc;
    -moz-box-shadow: 0 0 0px #ccc;
    -webkit-box-shadow: 0 0 0px #ccc;
    left: 0;
}

.noTopMargin {
  margin-top:0px !important;
}

.footer-pre {
  margin-top: 50px;
  height: 10px;
  overflow: hidden;
}

.footer-pre.noTopMargin {
  margin-top: 0;
}

.footer-pre > div{
    height: 60px;
    width: 12.5%;
    float: left;
}
.pdetail .social {
    margin-bottom: 25px;
    display: table;
    width: 100%;
}
.pdetail .social span {
    font-size: 9pt;
    margin-bottom: 50px;
    display: block;
    float: left;
}


.pdetail .social i{
  margin-right: 10px;
  font-size: 12pt;
  margin-top: 8px;
  float: left;
}



.pdetail .social #copyToClip,
.pdetail .social a {
    /*width: 24%;
    float: left;*/
    display: block;
    width: 100%;
    background-color: #eeeeee;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    /*margin-right: 1.333333%;*/
    box-sizing: border-box;
    text-decoration: none;
    font-size: 11pt;
    color: #fff;
    cursor: pointer;
}


.pdetail .social #copyToClip {
    margin-right: 0px;
    color:#aaa;
}


.pdetail .social #copyToClip span{
  display: inline-block;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 70%;
      overflow: hidden;
}


.fwidthpls .content{
    width: 100% !important;
}


.fancyLogoZone{
  height: 75px;
width: 300px;
background-size: auto 130%;
background-repeat: no-repeat;
background-position: left center;
}



.pdetail .social a.f{background-color:#43619c;}
.pdetail .social a.t{background-color:#24a9e6;}
.pdetail .social a.l{background-color:#187fb8;}



.pdetail .social div strong{
  display:none;
}

.footer-pre a {
    height: 60px;
    display: block;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 12pt;
}


.footer-pre .info span{
    width: 70%;
    margin: auto;
    display: block;
    font-size: 7pt !important;
    color: #fff;
    font-weight: 300;
    line-height: 11px;
    margin-top: 20px;
    text-align: right;
    margin-right: 33px;
    position: relative;
}


.banner .large {
    width: 100%;
    height: 180px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.tall.banner,
.tall.banner .large{
  height: 600px;
}

.tall.banner.smartphones,
.tall.banner.smartphones .large,
.tall.banner.dishwasher,
.tall.banner.dishwasher .large,
.tall.banner.category-page,
.tall.banner.category-page .large  {
  height: 500px;
}

.footer-pre .info span i{
  position: absolute;
  right: -15px;
  top: 4px;
  font-size: 10pt;
}

.footer-pre .info{background-color:#3b3b49;}
.footer-pre .f{background-color:#43619c;}
.footer-pre .g{background-color:#e3443a;}
.footer-pre .t{background-color:#24a9e6;}
.footer-pre .in{background-color:#187fb8;}
.footer-pre .y{background-color:#db151f;}
.footer-pre .v{background-color:#1cb1e6;}
.footer-pre .i{background-color:#ff9326;}


.socialGroup{
  /* clear: both;
display: table; */
  list-style: none;
}


.footerLinks .socialGroup a {
  color:#fff !important;
  font-size: 13px !important;
}

.socialGroup > li {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #fff;
  margin: 2px;
  line-height: 32px;
  text-align: center;
}

.socialGroup > li:last-child {
  width: auto;
  height: auto;
  background-color: transparent;
}

.socialGroup span {
    color: #999;
    font-size: 9pt;
    display: block;
    float: left;
    line-height: 32px;
    padding-left: 10px;
}

.socialGroup span i {
    margin-right: 5px;
}

.socialGroup .info {background-color:#3b3b49;}
.socialGroup .f {background-color:#43619c;}
.socialGroup .g {background-color:#e3443a;}
.socialGroup .t {background-color:#24a9e6;}
.socialGroup .in {background-color:#187fb8;}
.socialGroup .y {background-color:#db151f;}
.socialGroup .v {background-color:#1cb1e6;}
.socialGroup .i {background-color:#ff9326;}

.socialGroup a {
    color: #fff;
    text-decoration: none;
    font-size: 10pt;
}



.banner .mobile{
	display:none;
}


#footer{
  min-height: 230px !important;
  overflow: hidden;


}
#footer .footerContent{
  height: 100%;
  background-color: #fff;

}
#footer .footerContent .pool {
    background-image: url(../img/footerBackground.png);
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left 0px;
}


.footerLinks{
  /*float: right;
  width: 70%;*/
  position: relative;
}

.footerLinks .col {
    /*width: 25%;*/
    /*float: left;*/
}


.footerLinks .categories a{
  font-size: 11pt;
  font-weight: normal;
  line-height: 30px;
  text-transform: uppercase;
}

.footerLinks .corporate li{
  line-height: 10px;
      line-height: 24px;
}

#page .content a{
  text-decoration: none;
  color: #ec1b23;
  font-weight: 900;
}


.copyright {
    font-size: 8pt;
}


.footerBox{
  padding: 25px;
  box-sizing: border-box;
  float: right !important;
  /*width: 30%;*/
  height: 100%;
  background-color: #f7f7f7;
  /*padding-bottom: 100%;*/
/*width: 35% !important;*/

}

.footerLinks .cat,
.footerLinks .corporate{
  padding-top:40px;
}




.exhibitionsSection {
    /*display: table;
    width: 100%;*/
}


.exhibitionsSection .item {
	/*box-sizing: border-box;
    width: 21%;
    float: left;*/
    background-color:#fff;
    /*margin-left: 2%;
    margin-right: 2%;*/
    border-radius:5px;
    margin-bottom: 25px;
    box-shadow:0px 0px 10px 0px #ccc;
    margin-bottom: 46px;
}

.exhibitionsSection .exhibitionZone .item{
    /*width:29%;*/
}
.exhibitionZone{
    /*padding-top: 25px;*/
}

.video-item-container {
  /*width: 31%;*/
  /*float: left;*/
  /*margin-left: 1%;
  margin-right: 1%;*/
  box-shadow: 0px 0px 10px 0px #ccc;
      border-radius: 0px 0px 5px 5px;
  height: 180px;
  margin-bottom: 20px;
  overflow: hidden;
  cursor: pointer;
}
#footer .logo {
  width: 100px;
      height: 30px;
      background-image: url(../img/zorlu-logo.png);
      background-size: 100% auto;
      background-repeat: no-repeat;
}


#videoFrame {
    /*padding: 12px;*/
    margin-bottom: 25px;
    box-sizing: border-box;
    /*padding-left: 5px;
    padding-top: 25px;*/
    display: none;
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 56.25%;
}

#videoFrame #youtube {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height:100%;
}

.video-items strong {
  font-size: 14px;
  font-weight: 700;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin-top: 10px;
}

.video-items .img {
background-image: url(http://cdn.vestelinternational.com/media/1486126929653bf835c5793d8db1cabc922a965944.jpg);
width: 100%;
height: 115px;
margin: 0 auto;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}

.exhibitionsSection .item .row.buttons {
    /*font-size: 10pt;
    font-weight: bold;
    min-height: 17px;*/
/*overflow: hidden;*/
  /* position: absolute;
  bottom: 0;
  width: 100%;
  left: 15px; */
}

.exhibitionsSection .item .row span {
    /*width: 30%;*/
    display: block;
    /*float: left;*/
    margin-left: 10px;
    font-weight: 300;
    min-height: 15px;
    /*overflow: hidden;*/
}

.exhibitionsSection .content {
    /*clear: both;*/
    margin-top: 65px;
}

/*.exhibitionsSection .buttons > div:first-child {
  padding-right: 0;
}
.exhibitionsSection .buttons > div:last-child {
  padding-left: 0;
}*/

.exhibitionsSection .buttons a {
    /*float: left;*/
    /*width: 50%;*/
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    padding: 7px;
    box-sizing: border-box;
    background-color: #aaa;
    color: #fff;
    font-weight: 500;
  	margin-top:15px;
    cursor: pointer !important;
    outline: none;
}

.exhibitionsSection .buttons a:hover{

  background-color: #ec1b23;
}

.passiveGalleryButton, .exhibitionsSection .buttons .button-3 a.passive360Button{
  background-color:#ddd !important;

  cursor: inherit !important;
}

.exhibitionsSection .buttons .button-3 a {
  margin-top: 0;
}

.exhibitionsSection .nav {
	padding-top:25px;
	display: table;
    margin: auto;
}
.exhibitionsSection  .nav .item {
    border: 1px solid #000;
    display: block;
    float: left;
    padding: 10px;
    border-radius: 105px;
    margin: 15px;
	position:relative;
    padding-left: 75px;
    padding-right: 75px;
	cursor:pointer;
}


.exhibitionsSection .item .img {
  border-bottom: 1px solid #ccc;
  padding-top: 30px;
  margin-bottom: 15px;
  height: 144px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}



.exhibitionsSection .item .img img {
    width:70%;
	margin:auto;
	display:block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

.exhibitionsSection .nav .item.active{
	background-color:#ec1b23;
    border: 1px solid #ec1b23;
	color:#fff;

}

.exhibitionsSection .nav .item.active::after{
	content: "";
    width: 100%;
    height: 50px;
    position: absolute;
    top: 100%;
    left: 0px;
    display: block;
    background-image: url(../img/exhibitionsArrow.png);
    background-position: center top;
    background-size: 65px auto;
    background-repeat: no-repeat;
}

.headline{
	    width: 25%;
    margin: auto;
    clear: both;
    margin-top: 120px;
    display: block;
    text-align: center;
}




.headline h3,
.homeVideoBanners .full h3 {
    font-size: 30px;
    font-weight: 300;
}

.headline h3 {
  color:#ec1b23;
}

.homeVideoBanners {
  margin-top: 50px;

}

.homeVideoBanners .full-video-col {
  display: inline-block;
  position: relative;
}

.homeVideoBanners .full-video-col .text-container {
  display: inline-block;
  position: relative;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  text-align: center;
  width: 25%;
  margin: auto;
}

.headline p,
.full-video-col p {
    font-size: 16px;
}



/*.homeVideoBanners .full > div {

  clear: both;
  margin-top: 200px;

}*/

.homeVideoBanners .row .col-md-12, .homeVideoBanners .row .col-md-4 {
  padding: 0;
}

.homeVideoBanners  .full {
  width: 100%;
  display: block;
  height: 270px;
  background-image: url(../img/videoSlider.jpg);
  color: #fff;
  font-size: 12px;
  background-size: cover;
  background-repeat: no-repeat;
}

.homeVideoBanners  .full-video-col {
  width: 100%;
  display: block;
  min-height: 270px;
  background-image: url(../img/videoSlider.jpg);
  color: #fff;
  font-size: 12px;
  background-size: cover;
  background-repeat: no-repeat;
}




/*.homeVideoBanners .group a.small {
    width: 33.3333%;
    display: block;
    height: 170px;
    float: left;
    background-image: url(../img/videoBanners3.jpg);
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: 100;
    background-size:cover;
    background-repeat: no-repeat;
    font-size: 15pt;
}

.homeVideoBanners .group a.small:hover {
  color: #9e9e9e;
}*/

.homeVideoBanners .group a.small {
  width: 100%;
  display: block;
  /*min-height: 170px;*/
  float: left;
  background-image: url(../img/videoBanners3.jpg);
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  background-size:cover;
  background-repeat: no-repeat;
  font-size: 20px;
}

.homeVideoBanners .group a.small:hover {
  color: #9e9e9e;
}






.homeVideoBanners .group a.small#hero-products {background-image: url(../img/videoBanners1.jpg);}
.homeVideoBanners .group a.small#innovations {background-image: url(../img/videoBanners2.jpg);}





#footer .footerBottom{
  height: 30px !important;
  background-color: #fff;

}




.footer-links-column {
    float: left;
}






.footerBottom{
    height: 50px;
    font-size: 8pt;
}



.footerBottom li {
    float: left;
    margin-left: 15px;
}



.footerBottom .copyright {
    color:#414151;
	float:left;
	display:block;
}



.footerBottom .right li >  a{
    text-decoration: none;
    color: #343434;
}



.footerBottom .right{
  float: right;
      display: block;
      list-style: none;
      padding: 0px;
      margin: 0px;
}



.topParentCatList>ul> li {
    border-bottom: 1px solid #dddddd;
    background-color: #fff;

}

.topParentCatList>ul>li > a {
    font-weight: 500;
    font-size: 13px;
	height:56.142px;
	line-height:56.142px;
    padding-left: 10px !important;
    padding-right: 10px !important;
	color: #414151 !important;
	display:block;
}



.topParentCatList>ul>li:hover {
    background-color: transparent !important;


}



.topParentCatList>ul>li a:hover {
    color: #414151 !important;

}


.topChildCatList a{
	padding:0px !important;

}



#nav .products-list {
    margin: 0 0 -9px;
    font-size: 14px;
    list-style: none;
    width: 800px;
    top:10px;
}


.products-list li a,
.products-list li {
    height: 140px;
    line-height: 140px;
}

.products-list li {
    float: left;
    line-height: 124px;
    position: relative;
    overflow: hidden;
    margin: 10px;
    width: 210px;
	cursor:pointer;
}



.products-list li:nth-child(3n+0) {
    margin-right: 0px !important;
}



.products-list li::after {
	content: "";
    position: absolute;
    width: 100%;
    height: 344px;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.47);
}

.products-list li:hover::after {
    background-color: rgba(218, 38, 44, 0.68);;
}

.products-list a {
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 15px 0 5px;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    height: 100%;
}
.products-list a:hover {
}
.products-list strong {
    cursor: pointer;
	    z-index: 999999;
    position: relative;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
    display: block;
}
.products-list span {
    display: table;
    width: 100%;
    height: 94px;
    margin: 0 0 6px
}
.products-list em {
    display: table-cell;
    width: 100%
}



#ADMINMODE em,
.brand a,
.cookie-info {
    text-transform: uppercase
}
#form input,
#form textarea,
#form select,
.list .box .display img,
.products-list em,
.topParentCatList>ul>li>a,
form input,
form textarea,
form select,
ul.es-pager,
ul.es-pager li {
    vertical-align: middle
}




#form #msgresult{
  /*width: 50%;*/
/*float: right;*/
width: 100%;
margin-bottom: 25px;
padding: 10px;
font-weight: 300;
margin-right: 20px;
-webkit-transition: all 175ms ease-out;
-moz-transition: all 175ms ease-out;
-o-transition: all 175ms ease-out;
transition: all 175ms ease-out;
cursor: pointer;
}


#form #msgresult.error,
#form #msgresult.success{
  border-left: 4px solid #ec1b23;
  color: #333333;

  background-color: #fbfbfb;
}


#form #msgresult.error:hover,
#form #msgresult.success:hover{
  background-color: #fff;
}


#form #msgresult.success{
  border-left: 4px solid #6ed064;
}


#mobileMenuOpen {
    width: 44px;
    height: 44px;
    float: right;
    color: #fff;
    line-height: 65px;
    font-size: 19pt;
    margin-right: 0;
    display: none
}

#map {
    width: 100%;
    height:480px;
}
.clear {
    clear: both
}
.sidebar .links .sub:before {
    content: "";
    width: 11px;
    height: 12px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAcCAYAAAC3f0UFAAAAnUlEQVQ4y2P4//8/AwhHJ+fzADEDNgxTw4Ck+BIQyxGr+D8QPwdiG2IVg/BPIE4gVjEMt5OiGIRXAzEn1RW3U9WDb4HYnpiguwHEKsRGCvHRTQymoWKgm7pwRAg67oJ5YhEBhUtB6mCKmYF4Iw6FG6HyDMhBxAnEh9EUHoaKM6ArBmF+aI75D6X5keWxRYIEEG8HYml0ucESKUNQMQB4R8r0HDv/gwAAAABJRU5ErkJggg==);
    margin-right: 7px;
    margin-top: 9px;
    float: left;
    border: none !important
}
#topTree {
    width: 100%;
    padding-top: 50px;
}
#topTree>div>ul {
    margin: 0 0 0 10px;
    list-style: none;
    color: #4e4e4e;
    padding: 0 0 12px
}
#topTree>div>ul>li {
    float: left;
	    padding: 0 5px 0 5px;
}
#topTree>div>ul>li>a {
    text-decoration: none;
    color: #b3b3b3
}
#topTree>div>ul>li:first-child {
    padding-left: 0;
    background: 0 0
}
#topTree>div>ul>li>a:hover {
    text-decoration: underline
}
#topTree>div>ul>li>h1 {
    padding: 0;
    margin: 0;
    display: block;
    clear: both;
    font-size: 50px;
    color: #fff;
    /*text-transform: uppercase;*/
    font-weight: 700;
}


#topTree>div>ul>li>a::after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	    margin-left: 15px;
}



#topTree>div>ul>li:last-child {
    clear: both;
    background: none;
    padding: 0px;
    margin-top: 10px;
}

.media-page {
  margin-top: 70px;
}

.media-page .item {
  margin-bottom: 30px;
}

.cataloguesZone,
.videoZone {
    /*margin-right: 33px;*/
    /*width: 782px !important*/
}
.catalogItem,
.exhibitionItem,
.videoItem {
    /*padding: 10px;*/
    overflow: hidden;
    display: block;
    text-decoration: none;
    color: #5F5F5F;
    cursor: pointer;

    /*width: 33%;*/
    box-sizing: border-box;
    margin: 0px;
    position: relative;
}

.cataloguesZone .catalogue {
  position: relative;
  margin-bottom: 30px;
}

.cataloguesZone .catalogue .image-container {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 0;
  bottom: 0;
  width: 100%;
}

.cataloguesZone .catalogue .text-container {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.cataloguesZone .catalogue .text-container span {
  position: absolute;
  bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  width: 100%;
}

.catalogItem .text-container,
.exhibitionItem .text-container,
.videoItem .text-container
{
    height: 280px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: relative;
    transition: all .3s linear;
}


.catalogItem .text-container::before,
.exhibitionItem .text-container::before,
.videoItem .text-container::before
{
    content:"";
    position: absolute;
    left:0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.0);
    transition: all .3s linear;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 99%, rgba(0,0,0,0.3) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 99%,rgba(0,0,0,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 99%,rgba(0,0,0,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 ); /* IE6-9 */
}


.catalogItem:hover .text-container::before,
.exhibitionItem:hover .text-container::before,
.videoItem:hover .text-container::before
{
        background-color: rgba(0, 0, 0, 0.3);
}


.catalogItem .text-container span,
.exhibitionItem .text-container span,
.videoItem .text-container span{
  position: absolute;
  bottom: 30px;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 700;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  box-sizing: border-box;
  color: #fff;
  background-image: url(https://vestelinternational.com/assets/img/pdfIcon.png);
  background-repeat: no-repeat;
  background-size: 32px auto;
  background-position: center top;
  padding-top: 43px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}


.catalogItem:hover .text-container span,
.exhibitionItem:hover .text-container span,
.videoItem:hover .text-container span {
      top:50%;
      transform: translateY(-20%);
}

.catalogItem:nth-child(3n+1),
.videoItem:nth-child(3n+2) {
    margin-right: 0
}
.catalogItem img,
.videoItem img {
    width: 100%
}
.catalogItem strong,
.videoItem strong {
    width: 100%;
    margin-top: 10px;
    display: block;
    height: 35px
}
.exhibitionZone .exhibitionItems .exhibition-info-container {
  min-height: 120px;
}
.exhibitionZone .exhibitionItem {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 0
}
.exhibitionZone .exhibitionItem:hover {
    background-color: #FBFBFB
}
.exhibitionItem>strong {
    padding: 10px;
    display: table;
    font-size: 12pt;
    margin-top: 10px;
    margin-left: 10px;
    float: left
}
.exhibitionZone .infos {
    float: right;
    display: table
}
.exhibitionZone .infos .col {
    float: left;
    width: 200px;
    margin-top: 15px;
    display: block;
    text-align: right;
    margin-right: 15px
}
.exhibitionZone .infos span {
    display: block;
    font-weight: 300;
    color: #AFAFAF;
    text-transform: uppercase;
    font-size: 7pt;
    line-height: 12px;
    vertical-align: middle;
    text-align: right
}
.exhibitionZone .infos strong {
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 15px
}
.exhibitionZone .infos strong:last-child {
    margin-bottom: 0
}
.exhibitionImagesZone {
    padding: 10px;
    display: table;
    width: 100%
}
.exhibitionImagesZone img {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 5px
}
#adress,
#form {
    /*width: 50%;
    float: left*/
    margin-bottom: 30px;
}
#form input:not([type='checkbox']),
#form label,
#form textarea,
#form select {
    /*width: 90%;*/
    display: block
}
#form label {
    margin: 25px 7px 7px;
    font-size: 11pt
}
#form .checkbox label {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 15px;
}
#form input,
#form textarea,
#form select {
  border: 0px solid #d7d7d7;
  color: #000;
  padding: 14px;
  margin-bottom: 25px;
  font-family: Roboto;
  font-size: 9pt;
  font-weight: 300;
  box-shadow: 0px 5px 4px -6px #ccc;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover, .bootstrap-select>.dropdown-toggle {
  border: 0px solid #d7d7d7;
  box-shadow: 0px 5px 4px -6px #ccc;
  /* color: #000; */
  padding: 8px;
  font-family: Roboto;
  font-size: 9pt;
  font-weight: 300;
}

.bootstrap-select {
  margin-bottom: 25px;
}

#formsend {
  color: #fff;
  height: 45px;
  font-size: 15px;
  line-height: 46px;
  border: 0 solid #000;
  font-weight: 700;
  float: right;
  margin-right: 4%;
  /*margin-bottom: 50px;*/
  cursor: pointer;
  background-color: #ec1b23;
  padding-left: 64px;
  padding-right: 64px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  float: left;
}
@-moz-document url-prefix() {
  .form-control {
    height: 43px;
    line-height: normal;
  }
}
#nav>div>a,
#nav>ul>li>a,
.brand a {
    font-weight: bolder
}


#address .row span.info{
  line-height: 24px;
  font-size: 10pt;
}


#address .icon {
  width: 25px;
}
#address .row {
  clear: both;
  height: 30px;
}
#address .row.text {
    margin: 50px auto 25px;
    font-size: 11pt;
    line-height: 17px;
    clear: both;
    text-indent: 15px
}

#address .background-container {
  background-image: url(https://vestelinternational.com/assets/img/contactInfoBG.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 30px;
}


#address .row i {
    float: left;
    font-size: 13pt;

    line-height: 25px;
}
#address .row span {
  display: block;
  float: left;
  font-size: 11pt;
  line-height: 17px;
  color: #fff;
  font-weight: 300;
}
#address #social {
    text-align: center;
    font-size: 25pt;
    margin-top: 50px;
    margin-bottom: 50px
}
#address #social a {
    margin-left: 10px;
    margin-right: 10px
}
#address #social a.fb {
    color: #405D9B
}
#address #social a.tw {
    color: #55acee
}
#address #social a.in {
    color: #0878B5
}
#address #social a.gp {
    color: #DC4E41
}
.brandcontent {
  float: left;
  width: 50%;
  font-size: 11pt;
}
.brandcontent h1 {
    padding: 0;
    margin: 0 0 15px
}
.brand a,
.brandimg {

}
.brandbanner img {
    width: 100%
}
.brandimg {
  float: left;
      width: 50%;
      text-align: center;
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-position: center center;
}
.brandcontent a{
  color: #fff !important;
  font-weight: 300;
  float: left !important;
}
#page .banner img,
.brandimg img {
    width: 75%
}
.brand a {
    float: right;
    text-decoration: none;
    color: #343940;
    margin-top: 25px;
    margin-right: 25px
}
#page,
.page {
    display: table;
}

.brandRow{
  background-image:url(https://vestelinternational.com/assets/img/our-brandsBG.jpg);
  background-size: 100% auto;
  background-position: center top;
  display: table;
width: 100%;
}


.banner {
    overflow: hidden;
    min-height: 180px;

}
#page .sidebar {
  float: left;
  box-sizing: border-box;
  width: 100%;
}

#page .sidebar.media ul li {
    display: table;
    width: 100%;
    background-color: #ddd;
    margin-bottom: 3px;
    border-radius: 3px;
    overflow: hidden;
}

#page .sidebar.media ul li a.top-level {
color: #ffffff;
color: #000;
display: block;
text-decoration: none;
font-weight: 300;
line-height: 45px;
height: 45px;
float: left;
width: 100%;
cursor: pointer;
box-sizing: border-box;
font-size: 18px;
}

#page .sidebar.media ul li.sub-li {
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
  margin-bottom: 2px;
  margin-top: 2px;
}

#page .sidebar.media ul li a.sub-level {
  /*padding: 15px 25px;*/
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  display: block;
  background-color: transparent;
  border-radius: 3px;
  font-weight: 500;
  line-height: 40px;
}

#page .sidebar.media ul li.active > a,
#page .sidebar.media ul li.active ul li,
#page .sidebar.media ul li.active {
    background-color: #ec1b23;
    color: #fff;
}

#page .sidebar.media ul li ul li {

    box-sizing: border-box;
    margin-bottom: 0px;
    padding-top: 0px;
}
#page .sidebar.media ul.sub {
  padding-bottom: 10px;
}

#page .sidebar.media ul li ul li:hover a,
#page .sidebar.media ul li ul li.active a {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

#page .sidebar.media ul li a span {
    padding-left: 15px;
}


/*
#page .sidebar a {
    display: block;
    text-decoration: none
}
/*
#page .sidebar.media li
{
  box-sizing: border-box;
}

/*
#page .sidebar.media > ul > li,
#page .sidebar ul.sub a,
#page .sidebar li.active span,
#page .sidebar span {
    color: #ffffff;
    display: block;
    text-decoration: none;
    font-weight: 100;
    background-color: #ec1b23;
    margin-top: 2px;
    line-height: 45px;
    height: 45px;
    /*padding-left: 16px;*//*
    float: left;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
}

#page .sidebar.media li span{
  margin:0px;
}

/*
#page .sidebar.media li,
#page .sidebar.media a{
  background-color: #eeeeee !important;
}*/
/*
#page .sidebar.media li.active,
#page .sidebar.media li.active a{
  background-color: #ec1b23 !important;
}*/
/*
#page .sidebar.media > ul > li,
#page .sidebar.media li span{


height:inherit;
min-height: 45px;
}


#page .sidebar.media > ul > li > a > span,
#page .sidebar.media > ul > li > span{
  padding-left:15px;
}

*/
/*
#page .sidebar span {
    color: #000;
    background-color: #eeeeee;
}*/

#page .sidebar > ul > li span:before{
  float: right;
    margin-top: 14px;
    margin-right: 14px;
        content: "\f107";

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

}


#page .sidebar > ul > li.active span:before{

  content: "\f105";
}

.sidebar ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

.sidebar ul ul {
    display: none;
}


.sidebar  ul .active ul {
    display: block;
}



#page .sidebar.corporate ul li a {
    color: #ffffff;
    color: #000;
    display: block;
    text-decoration: none;
    font-weight: 300;
    line-height: 45px;
    height: 45px;
    float: left;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
    background-color: #ddd;
    margin-bottom: 3px;
    border-radius: 5px;
    padding-left: 10px;
        font-size: 11pt;
}

#page .sidebar.corporate ul li.active a {
  background-color: #ec1b23;
  color: #fff;
}

/*
#page .sidebar ul.sub li a {
    background-color: transparent;
    color: #000;
    font-size: 10pt;
    padding-left: 20px;
    border-bottom: 1px solid #ccc;
}

#page .sidebar ul.sub li:last-child a {
    border-bottom: 0px solid #ccc;
}

#page .sidebar a:hover {
    color: #e0433b
}*/
#page .content {
  float: left;
  width: 690px;
  padding-left: 20px;
  box-sizing: border-box;
}
#page .news {
  width: 100%;
}
#page .mobile,
.page .mobile {
    display: none
}
.pdetail .content {
    margin-left: 5% !important;
    float: left !important
}
#page .banner>img {
    width: 100%
}
.corporate.pool {
    margin-top: 50px;
}
.corporate .box {
    width: 33.3%;
    padding-bottom: 33.3%;
    float: left;
    font-size: 12px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 32px;
    display: table;

}


.corporate .box .borderBox {
  position: absolute;
  left: 0px;
  top: 0px;
    width: 95%;
    height: 100%;
        box-sizing: border-box;
    font-size: 12px;
    overflow: hidden;
    text-align: center;

        border: 10px solid #eeeeee;

}



.corporate .box:nth-child(3n+0) .borderBox {
    right: 0px !important;
        left: auto !important;
}


.corporate .box:nth-child(3n+2) .borderBox {
    left: 10px !important;

}



.corporate .box .cover {
    background-color: #ec262d;
    position:absolute;
    left:100%;
    top: 0px;
    width: 100%;
    height: 100%;

}
.corporate .box h4 {
  margin-top: 40px;
  font-size: 11pt;
  color: #fff;
  font-weight: normal;
}
.corporate .box p {
  margin-top: 0;
      color: #fff;
      font-weight: 300;
      font-size: 9pt;
}



.corporate .box strong {
  position: absolute;
      bottom: 30px;
      left: 0px;
      display: inline;
      text-align: center;
      width: 100%;
      color: #fff;
      font-weight: 300;
}


.corporate .box h4,
.corporate .box li,
.corporate .box p {
    padding-left: 25px;
    padding-right: 25px;
    display: block
}
.corporate .box li a {
    color: #7b7b7b
}
.corporate .box li {
    margin: 0 25px 25px
}
.corporate .box img {
  display: block;
  padding: 0;
  margin: auto;
  position: absolute;
  left: 20%;
  width: 60%;
  top: 15%;
}
.corporate .box a {
    text-decoration: none
}
.list{width:100%;}
.list .box {
    width: 28%;
    float: left;
    margin-bottom: 25px;
    font-size: 12px;
    margin-left: 4%;
    display: block;
    text-decoration: none;
    color: #5f5f5f;
    background-color: #fff;
    -webkit-transition: all 75ms ease-out;
    -moz-transition: all 75ms ease-out;
    -o-transition: all 75ms ease-out;
    transition: all 75ms ease-out;
        position: relative;
}

.list .box:hover {

  box-shadow: 0px 0px 20px -7px;
}
.list .box .display {
    position: relative;
    width: 100%;
    height: 181px;
    line-height: 181px;
    text-align: center;
    top: 30px;

}
.list .box .display img {
    width: 70%;
    display: inline;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;

}
.list .box:hover .display img {
    width: 90%;
    display: inline;
}

.list .main {
    margin-top: 25px
}
.list .box p {
    background: url(http://cdn.vestelinternational.com/site/img/clistline.gif) repeat-x;
    margin: 0;
    padding: 15px 0 0 5%;
    width: 90%
}
.list .box ul {
  float: right;
  list-style: none;
  bottom: 20px;
  position: absolute;
  right: 20px;
  padding: 0px;
  margin: 0px;
}
.list .box ul li {
    color:#424251;
}
.list .box ul li i {
    margin-right: 5px;
}

.list .box h4 {
  padding: 5% 0 0 5%;
  position: absolute;
  left: 0;
  width: 90%;
  text-align: left;
  font-weight: 300;
  font-size: 17pt;
  color: #eb1a22;
  top: -30px;
  margin: 0px;
  line-height: 1;
  display: block;
}
.list.plist .box li {
    background: url(http://cdn.vestelinternational.com/site/img/icons-sprite.png) 0 -108px no-repeat;
    padding-left: 28px
}
.list.plist .box li:hover {
    background: url(http://cdn.vestelinternational.com/site/img/icons-sprite.png) no-repeat !important
}
ul.es-pager {
    display: table;
    width: inherit;
    text-align: center;
    margin: -20px auto 40px;
    background-image: url(http://cdn.vestelinternational.com/site/img/slider/bg.png);
    height: 45px;
    line-height: 45px;
    padding: 0;
    position: relative
}
ul.es-pager:after,
ul.es-pager:before {
    content: " ";
    background-image: url(http://cdn.vestelinternational.com/site/img/slider/right.png);
    height: 45px;
    width: 27px;
    display: block;
    position: absolute;
    right: -27px;
    top: 0;
    z-index: 99999999999
}
#hdoldur,
#middleBanner img {
    width: 100%
}
ul.es-pager:before {
    background-image: url(http://cdn.vestelinternational.com/site/img/slider/left.png);
    left: -25px
}
#middleBanner {
    margin-top: -20px;
    z-index: -999;
    position: relative;
    display: block
}
.wrapper,
.wrapper-c,
.wrapper-f,
.wrapper-h {
    z-index: -9999;
    position: relative
}
.wrapper {
    background: url(http://cdn.vestelinternational.com/site/img/header/bg-wrapper.png)
}
.wrapper-h {
    background: url(http://cdn.vestelinternational.com/site/img/header/wrapper-h.png) repeat-x
}
.wrapper-c {
    background: url(http://cdn.vestelinternational.com/site/img/header/wrapper-c.png) 50% 0 no-repeat
}
.snap-drawer,
.snap-drawers {
    background: #292C33
}
#hoverSol,
#urunKatListe {
    left: 0;
    position: absolute
}
#hdoldur,
#header,
#header #hsol,
.topParentCatList {
    position: relative
}
.snap-drawer {
    color: #eee
}
#header #hsol,
#hoverSol {
    height: 80px;
    display: block;
    background-color: #ec1b23;
}



#header #logo,
#nav>div>a,
#urunKatListe {
    background-repeat: no-repeat
}
.snap-drawer ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}
.snap-drawer li>a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 15px;
    font-weight: 700;
    text-shadow: 0 1px 0 #000;
    text-decoration: none;
    color: #ccc
}
html {

}
body {
    margin:0px;
    padding:0px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
    font-family: 'Roboto', sans-serif;
    background-color: #f7f7f7;
}
#header {
      height: 80px;
      background-color: #424251;
		position:relative;
      background-color: #323141;
      background-color: #f7f7f7;
}
#header::after{
  content: "";
  background-image: url(../img/shadow-top.png);
  width: 100%;
  height: 24px;
  position: absolute;
  bottom: -24px;
  left: 0px;
  z-index: 8009;
}
#headerLeftFiller{
	position:absolute;
	top:0px;
	left:0px;
	width:40%;
	background-color:#ec1b23;
	height:80px;
}

#hoverSol {
    top: 0;
    width: 50%;
    z-index: -900
}
#header #hsol {
    z-index: 0;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#header #nav {
    display: block;
    min-width: 100px;
    height: 80px;
	position:relative;
    z-index: 99992;
    float: left;
    background-color: #424251;
    background-color: #fff;
    padding-left: 10px;
    box-sizing: border-box;
    width: 100%;
}
#nav>div {
    float: left
}
#nav>div>a {

  color: #444444;
  display: block;
  float: left;
  height: 100%;
  line-height: 80px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
      background-color: #424251;
      background-color: #fff;
      font-weight: 400;

    position: relative;
}


#nav>div>a::after {
  content: "";
  position: absolute;
  left: 0px;
  height: 12px;
  width: 2px;
  border-right: 1px solid #ccc;
  display: block;
  top: 33px;
}


#nav> div:first-child a::after,
#nav> div:last-child a::after {
    display: none;
}
#nav>div>a:hover::before {
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0px;
  bottom: 15px;
}
#nav>div>a:hover {
     /*color: #fff;
     background-color: #313140;*/
         color: #ec1b23;
}
#hdoldur {
    left: 0;
    top: 0;
    height: 65px;
    background-image: url(http://cdn.vestelinternational.com/site/img/header/headerSag.png);
    z-index: -400
}
#header #logo {
    height: 80px;
    display: block;
    width: 101px;
    /*float: right;*/
    background-image: url(../img/vestel-logo-2x.png);
    text-indent: 999999px;
    overflow: hidden;
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
    background-size: 100%;
}
#header #hbir {
    height: 65px;
    display: block;
    width: 33px;
    float: right;
    background-image: url(http://cdn.vestelinternational.com/site/img/header/headerBirlesim.png)
}
#urunKatListe {
    height: auto;
    background-color: #eeeeee;
    top: 80px;
    width: 100%;
    z-index: 99993;
    display: none;
	left: -100px;
    position: absolute;
    overflow: hidden;
}
#urunKatListe img {
    height: 95px
}
.topParentCatList a {
    text-decoration: none
}
.topParentCatList>ul {
    list-style: none;
    padding: 0;
    margin: 0px
}



.topParentCatList ul li,
.topParentCatList ul li a,
.topParentCatList>ul>li {
    color: #5f5f5f !important;
    cursor: pointer;

}

.topParentCatList > ul > li > a {
  text-align: right;
}
.topParentCatList>ul>li>a:hover {

}



.topParentCatList>ul>li {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 12pt;
    font-weight: bolder
}
.topParentCatList>ul {
    width: 240px;
    float: left
}
.topChildCatList {
    left: 260px;
    position: absolute;
    top: 0;
    display: none
}
.topChildCatList img {
    width: 70%
}


#nav {
    float: left;
    margin-left: 0
}
#nav>ul>li>a {
    padding-top: 5px;
    display: block;
    color: #c0c5cf;
    text-decoration: none
}
.homeBox {
    width: 90%;
    margin: 36px auto auto;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0 1px 2px rgba(50, 50, 50, .15);
    -moz-box-shadow: 0 1px 2px rgba(50, 50, 50, .15);
    -webkit-box-shadow: 0 1px 2px rgba(50, 50, 50, .15);
    background: #FFF;
    display: table
}
.homeBox .header h2 {
    font: 700 20px/30px Arial, Helvetica, sans-serif;
    margin: 0 0 5px;
    color: #4e4e4e;
    padding: 0
}
.homeBox .header p {
    font: 15px/19px Arial, Helvetica, sans-serif;
    font-size: 100%;
    margin: 0;
    padding: 0
}
.homeBox .header {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâ€¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(254, 254, 254, 1) 0, rgba(242, 242, 242, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(254, 254, 254, 1)), color-stop(100%, rgba(242, 242, 242, 1)));
    background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 0, rgba(242, 242, 242, 1) 100%);
    background: -o-linear-gradient(top, rgba(254, 254, 254, 1) 0, rgba(242, 242, 242, 1) 100%);
    background: -ms-linear-gradient(top, rgba(254, 254, 254, 1) 0, rgba(242, 242, 242, 1) 100%);
    background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0, rgba(242, 242, 242, 1) 100%);
    padding: 18px 19px;
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0
}
.homeBox .element {
    padding: 16px;
    float: left;
    width: 342px
}
.homeBox .element a,
.homeBox .element h3 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    margin: 0 -20px 0 0;
    color: #cd1611;
    text-decoration: none;
    outline: 0
}
.homeBox .element p {
    padding: 0;
    margin: 5px 0 0;
    font-size: 9pt
}
.homeBox .element.imgr img {
    float: right;
    height: 80px;
    width: 80px;
    margin-left: 20px
}

.hsag{
  color: #444444;
  display: block;
  float: left;
  height: 100%;
  line-height: 80px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
  position: relative;
  }
.hsag ul{
  /*display:none;*/
  position: absolute;
  left: 0px;
  padding: 0px;
  list-style: none;
  margin: 0px;
  left: -1px;
  top: 100%;
  display:none;
}

.hsag ul li{
  border: 1px solid #ccc;
  display: block;
  height: inherit;
  padding: 5px;
  line-height: 1;
}


.hsag ul li a{
  text-decoration: none;
  font-size: 10pt;
  text-transform: uppercase;
  font-size: 8pt;
  color: #454545;
}

.hsag span {
  font-size: 8pt;
  text-transform: uppercase;
  border: 1px solid #ccc;
  padding: 5px;
  position: relative;
  cursor: pointer;
}

.hsag span:hover ul{
  display: block;
}


.hsag span i{
  margin-left: 10px;
}

.hsag span:after {
    font-size: 8pt;
    text-transform: uppercase;
    border: 1px solid #ccc;
    padding: 5px;
    padding-right: 15px;
    margin-top: -15px;
}

#slidermobile {
  display: none
}

.language-bar {
  display: inline-block;
  float: right !important;
}

.language-bar a.lang {
  margin-top: 30px;
  display: inline-block !important;
  /*float: right;*/
  margin-right: 20px;
  padding: 3px !important;
  border: 2px solid transparent;
  transition: all .25s linear;
}
.language-bar a.lang:hover::before {
  content: none !important;
}

.language-bar a.lang.active, .language-bar a.lang:hover {
  border: 2px solid #ccc;
}

.language-bar a.lang:first-child {
  margin-right: 5px;
}
.language-bar a.lang:last-child {
  margin-right: 15px;
}

.language-bar a.lang span {
  margin-bottom: 2px;
  display: block;
}


/* ========================================================================== *
 * Copyright 2014 USRZ.com and Pier Paolo Fumagalli                           *
 * -------------------------------------------------------------------------- *
 * Licensed under the Apache License, Version 2.0 (the "License");            *
 * you may not use this file except in compliance with the License.           *
 * You may obtain a copy of the License at                                    *
 *                                                                            *
 *  http://www.apache.org/licenses/LICENSE-2.0                                *
 *                                                                            *
 * Unless required by applicable law or agreed to in writing, software        *
 * distributed under the License is distributed on an "AS IS" BASIS,          *
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   *
 * See the License for the specific language governing permissions and        *
 * limitations under the License.                                             *
 * ========================================================================== */

/* Define properties for our icons (default to the unknown language flag) */
.lang-xs { background-position: 0px  -473px; min-width: 14px; height: 11px; min-height: 11px; max-height: 11px; background-repeat: no-repeat; display: inline-block; background-image: url('../img/languages.png'); }
.lang-sm { background-position: 0px -1172px; min-width: 22px; height: 16px; min-height: 16px; max-height: 16px; background-repeat: no-repeat; display: inline-block; background-image: url('../img/languages.png'); }
.lang-lg { background-position: 0px -2134px; min-width: 30px; height: 22px; min-height: 22px; max-height: 22px; background-repeat: no-repeat; display: inline-block; background-image: url('../img/languages.png'); }

/* Positions in our sprite for xs-sized images */
.lang-xs[lang=ar] { background-position: 0px     0px; }
.lang-xs[lang=be] { background-position: 0px   -11px; }
.lang-xs[lang=bg] { background-position: 0px   -22px; }
.lang-xs[lang=cs] { background-position: 0px   -33px; }
.lang-xs[lang=da] { background-position: 0px   -44px; }
.lang-xs[lang=dk] { background-position: 0px   -44px; }
.lang-xs[lang=de] { background-position: 0px   -55px; }
.lang-xs[lang=el] { background-position: 0px   -66px; }
.lang-xs[lang=gr] { background-position: 0px   -66px; }
.lang-xs[lang=uk] { background-position: 0px   -77px; }
.lang-xs[lang=es] { background-position: 0px   -88px; }
.lang-xs[lang=et] { background-position: 0px   -99px; }
.lang-xs[lang=fi] { background-position: 0px  -110px; }
.lang-xs[lang=fr] { background-position: 0px  -121px; }
.lang-xs[lang=ga] { background-position: 0px  -132px; }
.lang-xs[lang=hi] { background-position: 0px  -143px; }
.lang-xs[lang=hr] { background-position: 0px  -154px; }
.lang-xs[lang=hu] { background-position: 0px  -165px; }
.lang-xs[lang=in] { background-position: 0px  -176px; }
.lang-xs[lang=is] { background-position: 0px  -187px; }
.lang-xs[lang=it] { background-position: 0px  -198px; }
.lang-xs[lang=iw] { background-position: 0px  -209px; }
.lang-xs[lang=ja] { background-position: 0px  -220px; }
.lang-xs[lang=ko] { background-position: 0px  -231px; }
.lang-xs[lang=lt] { background-position: 0px  -242px; }
.lang-xs[lang=lv] { background-position: 0px  -253px; }
.lang-xs[lang=mk] { background-position: 0px  -264px; }
.lang-xs[lang=ms] { background-position: 0px  -275px; }
.lang-xs[lang=mt] { background-position: 0px  -286px; }
.lang-xs[lang=nl] { background-position: 0px  -297px; }
.lang-xs[lang=no] { background-position: 0px  -308px; }
.lang-xs[lang=pl] { background-position: 0px  -319px; }
.lang-xs[lang=pt] { background-position: 0px  -330px; }
.lang-xs[lang=ro] { background-position: 0px  -341px; }
.lang-xs[lang=ru] { background-position: 0px  -352px; }
.lang-xs[lang=sk] { background-position: 0px  -363px; }
.lang-xs[lang=sl] { background-position: 0px  -374px; }
.lang-xs[lang=sq] { background-position: 0px  -385px; }
.lang-xs[lang=sr] { background-position: 0px  -396px; }
.lang-xs[lang=rs] { background-position: 0px  -396px; }
.lang-xs[lang=sv] { background-position: 0px  -407px; }
.lang-xs[lang=se] { background-position: 0px  -407px; }
.lang-xs[lang=th] { background-position: 0px  -418px; }
.lang-xs[lang=tr] { background-position: 0px  -429px; }
.lang-xs[lang=ua] { background-position: 0px  -440px; }
.lang-xs[lang=vi] { background-position: 0px  -451px; }
.lang-xs[lang=zh] { background-position: 0px  -462px; }

/* Positions in our sprite for sm-sized images */
.lang-sm[lang=ar] { background-position: 0px  -1188px; }
.lang-sm[lang=be] { background-position: 0px  -500px; }
.lang-sm[lang=bg] { background-position: 0px  -516px; }
.lang-sm[lang=cs] { background-position: 0px  -532px; }
.lang-sm[lang=da] { background-position: 0px  -548px; }
.lang-sm[lang=dk] { background-position: 0px  -548px; }
.lang-sm[lang=de] { background-position: 0px  -564px; }
.lang-sm[lang=el] { background-position: 0px  -580px; }
.lang-sm[lang=gr] { background-position: 0px  -580px; }
.lang-sm[lang=uk] { background-position: 0px  -596px; }
.lang-sm[lang=es] { background-position: 0px  -612px; }
.lang-sm[lang=et] { background-position: 0px  -628px; }
.lang-sm[lang=fi] { background-position: 0px  -644px; }
.lang-sm[lang=fr] { background-position: 0px  -660px; }
.lang-sm[lang=ga] { background-position: 0px  -676px; }
.lang-sm[lang=hi] { background-position: 0px  -692px; }
.lang-sm[lang=hr] { background-position: 0px  -708px; }
.lang-sm[lang=hu] { background-position: 0px  -724px; }
.lang-sm[lang=in] { background-position: 0px  -740px; }
.lang-sm[lang=is] { background-position: 0px  -756px; }
.lang-sm[lang=it] { background-position: 0px  -772px; }
.lang-sm[lang=iw] { background-position: 0px  -788px; }
.lang-sm[lang=ja] { background-position: 0px  -804px; }
.lang-sm[lang=ko] { background-position: 0px  -820px; }
.lang-sm[lang=lt] { background-position: 0px  -836px; }
.lang-sm[lang=lv] { background-position: 0px  -852px; }
.lang-sm[lang=mk] { background-position: 0px  -868px; }
.lang-sm[lang=ms] { background-position: 0px  -884px; }
.lang-sm[lang=mt] { background-position: 0px  -900px; }
.lang-sm[lang=nl] { background-position: 0px  -916px; }
.lang-sm[lang=no] { background-position: 0px  -932px; }
.lang-sm[lang=pl] { background-position: 0px  -948px; }
.lang-sm[lang=pt] { background-position: 0px  -964px; }
.lang-sm[lang=ro] { background-position: 0px  -980px; }
.lang-sm[lang=ru] { background-position: 0px  -996px; }
.lang-sm[lang=sk] { background-position: 0px -1012px; }
.lang-sm[lang=sl] { background-position: 0px -1028px; }
.lang-sm[lang=sq] { background-position: 0px -1044px; }
.lang-sm[lang=sr] { background-position: 0px -1060px; }
.lang-sm[lang=rs] { background-position: 0px -1060px; }
.lang-sm[lang=sv] { background-position: 0px -1076px; }
.lang-sm[lang=se] { background-position: 0px -1076px; }
.lang-sm[lang=th] { background-position: 0px -1092px; }
.lang-sm[lang=tr] { background-position: 0px -1108px; }
.lang-sm[lang=ua] { background-position: 0px -1124px; }
.lang-sm[lang=vi] { background-position: 0px -1140px; }
.lang-sm[lang=zh] { background-position: 0px -1156px; }

/* Positions in our sprite for lg-sized images */
.lang-lg[lang=ar] { background-position: 0px -1188px; }
.lang-lg[lang=be] { background-position: 0px -1210px; }
.lang-lg[lang=bg] { background-position: 0px -1232px; }
.lang-lg[lang=cs] { background-position: 0px -1254px; }
.lang-lg[lang=da] { background-position: 0px -1276px; }
.lang-lg[lang=dk] { background-position: 0px -1276px; }
.lang-lg[lang=de] { background-position: 0px -1298px; }
.lang-lg[lang=el] { background-position: 0px -1320px; }
.lang-lg[lang=gr] { background-position: 0px -1320px; }
.lang-lg[lang=uk] { background-position: 0px -1342px; }
.lang-lg[lang=es] { background-position: 0px -1364px; }
.lang-lg[lang=et] { background-position: 0px -1386px; }
.lang-lg[lang=fi] { background-position: 0px -1408px; }
.lang-lg[lang=fr] { background-position: 0px -1430px; }
.lang-lg[lang=ga] { background-position: 0px -1452px; }
.lang-lg[lang=hi] { background-position: 0px -1474px; }
.lang-lg[lang=hr] { background-position: 0px -1496px; }
.lang-lg[lang=hu] { background-position: 0px -1518px; }
.lang-lg[lang=in] { background-position: 0px -1540px; }
.lang-lg[lang=is] { background-position: 0px -1562px; }
.lang-lg[lang=it] { background-position: 0px -1584px; }
.lang-lg[lang=iw] { background-position: 0px -1606px; }
.lang-lg[lang=ja] { background-position: 0px -1628px; }
.lang-lg[lang=ko] { background-position: 0px -1650px; }
.lang-lg[lang=lt] { background-position: 0px -1672px; }
.lang-lg[lang=lv] { background-position: 0px -1694px; }
.lang-lg[lang=mk] { background-position: 0px -1716px; }
.lang-lg[lang=ms] { background-position: 0px -1738px; }
.lang-lg[lang=mt] { background-position: 0px -1760px; }
.lang-lg[lang=nl] { background-position: 0px -1782px; }
.lang-lg[lang=no] { background-position: 0px -1804px; }
.lang-lg[lang=pl] { background-position: 0px -1826px; }
.lang-lg[lang=pt] { background-position: 0px -1848px; }
.lang-lg[lang=ro] { background-position: 0px -1870px; }
.lang-lg[lang=ru] { background-position: 0px -1892px; }
.lang-lg[lang=sk] { background-position: 0px -1914px; }
.lang-lg[lang=sl] { background-position: 0px -1936px; }
.lang-lg[lang=sq] { background-position: 0px -1958px; }
.lang-lg[lang=sr] { background-position: 0px -1980px; }
.lang-lg[lang=rs] { background-position: 0px -1980px; }
.lang-lg[lang=sv] { background-position: 0px -2002px; }
.lang-lg[lang=se] { background-position: 0px -2002px; }
.lang-lg[lang=th] { background-position: 0px -2024px; }
.lang-lg[lang=tr] { background-position: 0px -2046px; }
.lang-lg[lang=ua] { background-position: 0px -2068px; }
.lang-lg[lang=vi] { background-position: 0px -2090px; }
.lang-lg[lang=zh] { background-position: 0px -2112px; }

/* Labels for the unknown language */
.lang-lbl:after      { content: "Unknown language"; }
.lang-lbl-en:after   { content: "Unknown language"; }
.lang-lbl-full:after { content: "Unknown language"; }

/* Labels in native (default) language */
.lang-lbl[lang=ar]:after { content: "\000627\000644\000639\000631\000628\00064A\000629"; }
.lang-lbl[lang=be]:after { content: "\000411\000435\00043B\000430\000440\000443\000441\00043A\000456"; }
.lang-lbl[lang=bg]:after { content: "\000411\00044A\00043B\000433\000430\000440\000441\00043A\000438"; }
.lang-lbl[lang=cs]:after { content: "\00010Ce\000161tina"; }
.lang-lbl[lang=da]:after { content: "Dansk"; }
.lang-lbl[lang=dk]:after { content: "Dansk"; }
.lang-lbl[lang=de]:after { content: "Deutsch"; }
.lang-lbl[lang=el]:after { content: "\000395\0003BB\0003BB\0003B7\0003BD\0003B9\0003BA\0003AC"; }
.lang-lbl[lang=gr]:after { content: "\000395\0003BB\0003BB\0003B7\0003BD\0003B9\0003BA\0003AC"; }
.lang-lbl[lang=uk]:after { content: "English"; }
.lang-lbl[lang=es]:after { content: "Espa\0000F1ol"; }
.lang-lbl[lang=et]:after { content: "Eesti"; }
.lang-lbl[lang=fi]:after { content: "Suomi"; }
.lang-lbl[lang=fr]:after { content: "Fran\0000E7ais"; }
.lang-lbl[lang=ga]:after { content: "Gaeilge"; }
.lang-lbl[lang=hi]:after { content: "\000939\00093F\000902\000926\000940"; }
.lang-lbl[lang=hr]:after { content: "Hrvatski"; }
.lang-lbl[lang=hu]:after { content: "Magyar"; }
.lang-lbl[lang=in]:after { content: "Bahasa\000020indonesia"; }
.lang-lbl[lang=is]:after { content: "\0000CDslenska"; }
.lang-lbl[lang=it]:after { content: "Italiano"; }
.lang-lbl[lang=iw]:after { content: "\0005E2\0005D1\0005E8\0005D9\0005EA"; }
.lang-lbl[lang=ja]:after { content: "\0065E5\00672C\008A9E"; }
.lang-lbl[lang=ko]:after { content: "\00D55C\00AD6D\00C5B4"; }
.lang-lbl[lang=lt]:after { content: "Lietuvi\000173"; }
.lang-lbl[lang=lv]:after { content: "Latvie\000161u"; }
.lang-lbl[lang=mk]:after { content: "\00041C\000430\00043A\000435\000434\00043E\00043D\000441\00043A\000438"; }
.lang-lbl[lang=ms]:after { content: "Bahasa\000020melayu"; }
.lang-lbl[lang=mt]:after { content: "Malti"; }
.lang-lbl[lang=nl]:after { content: "Nederlands"; }
.lang-lbl[lang=no]:after { content: "Norsk"; }
.lang-lbl[lang=pl]:after { content: "Polski"; }
.lang-lbl[lang=pt]:after { content: "Portugu\0000EAs"; }
.lang-lbl[lang=ro]:after { content: "Rom\0000E2n\000103"; }
.lang-lbl[lang=ru]:after { content: "\000420\000443\000441\000441\00043A\000438\000439"; }
.lang-lbl[lang=sk]:after { content: "Sloven\00010Dina"; }
.lang-lbl[lang=sl]:after { content: "Sloven\000161\00010Dina"; }
.lang-lbl[lang=sq]:after { content: "Shqipe"; }
.lang-lbl[lang=sr]:after { content: "\000421\000440\00043F\000441\00043A\000438"; }
.lang-lbl[lang=rs]:after { content: "\000421\000440\00043F\000441\00043A\000438"; }
.lang-lbl[lang=sv]:after { content: "Svenska"; }
.lang-lbl[lang=se]:after { content: "Svenska"; }
.lang-lbl[lang=th]:after { content: "\000E44\000E17\000E22"; }
.lang-lbl[lang=tr]:after { content: "T\0000FCrk\0000E7e"; }
.lang-lbl[lang=ua]:after { content: "\000423\00043A\000440\000430\000457\00043D\000441\00044C\00043A\000430"; }
.lang-lbl[lang=vi]:after { content: "Ti\001EBFng\000020vi\001EC7t"; }
.lang-lbl[lang=zh]:after { content: "\004E2D\006587"; }

/* Labels in english language */
.lang-lbl-en[lang=ar]:after { content: "AR"; }
.lang-lbl-en[lang=be]:after { content: "BE"; }
.lang-lbl-en[lang=bg]:after { content: "BG"; }
.lang-lbl-en[lang=cs]:after { content: "CS"; }
.lang-lbl-en[lang=da]:after { content: "DA"; }
.lang-lbl-en[lang=dk]:after { content: "DA"; }
.lang-lbl-en[lang=de]:after { content: "DE"; }
.lang-lbl-en[lang=el]:after { content: "EL"; }
.lang-lbl-en[lang=gr]:after { content: "EL"; }
.lang-lbl-en[lang=uk]:after { content: "EN"; }
.lang-lbl-en[lang=es]:after { content: "ES"; }
.lang-lbl-en[lang=et]:after { content: "ET"; }
.lang-lbl-en[lang=fi]:after { content: "FÄ°"; }
.lang-lbl-en[lang=fr]:after { content: "FR"; }
.lang-lbl-en[lang=ga]:after { content: "GA"; }
.lang-lbl-en[lang=hi]:after { content: "HI"; }
.lang-lbl-en[lang=hr]:after { content: "HR"; }
.lang-lbl-en[lang=hu]:after { content: "HU"; }
.lang-lbl-en[lang=in]:after { content: "IN"; }
.lang-lbl-en[lang=is]:after { content: "IS"; }
.lang-lbl-en[lang=it]:after { content: "IT"; }
.lang-lbl-en[lang=iw]:after { content: "IW"; }
.lang-lbl-en[lang=ja]:after { content: "JA"; }
.lang-lbl-en[lang=ko]:after { content: "KO"; }
.lang-lbl-en[lang=lt]:after { content: "LT"; }
.lang-lbl-en[lang=lv]:after { content: "LV"; }
.lang-lbl-en[lang=mk]:after { content: "MK"; }
.lang-lbl-en[lang=ms]:after { content: "MS"; }
.lang-lbl-en[lang=mt]:after { content: "MT"; }
.lang-lbl-en[lang=nl]:after { content: "NL"; }
.lang-lbl-en[lang=no]:after { content: "NO"; }
.lang-lbl-en[lang=pl]:after { content: "PL"; }
.lang-lbl-en[lang=pt]:after { content: "PT"; }
.lang-lbl-en[lang=ro]:after { content: "RO"; }
.lang-lbl-en[lang=ru]:after { content: "RU"; }
.lang-lbl-en[lang=sk]:after { content: "SK"; }
.lang-lbl-en[lang=sl]:after { content: "SL"; }
.lang-lbl-en[lang=sq]:after { content: "SQ"; }
.lang-lbl-en[lang=sr]:after { content: "SR"; }
.lang-lbl-en[lang=rs]:after { content: "SR"; }
.lang-lbl-en[lang=sv]:after { content: "SV"; }
.lang-lbl-en[lang=se]:after { content: "SV"; }
.lang-lbl-en[lang=th]:after { content: "TH"; }
.lang-lbl-en[lang=tr]:after { content: "TR"; }
.lang-lbl-en[lang=ua]:after { content: "UK"; }
.lang-lbl-en[lang=vi]:after { content: "VI"; }
.lang-lbl-en[lang=zh]:after { content: "ZH"; }

/* Combined native/english labels */
.lang-lbl-full[lang=ar]:after { content: "\000627\000644\000639\000631\000628\00064A\000629\0000A0/\0000A0Arabic"; }
.lang-lbl-full[lang=be]:after { content: "\000411\000435\00043B\000430\000440\000443\000441\00043A\000456\0000A0/\0000A0Belarusian"; }
.lang-lbl-full[lang=bg]:after { content: "\000411\00044A\00043B\000433\000430\000440\000441\00043A\000438\0000A0/\0000A0Bulgarian"; }
.lang-lbl-full[lang=cs]:after { content: "\00010Ce\000161tina\0000A0/\0000A0Czech"; }
.lang-lbl-full[lang=da]:after { content: "Dansk\0000A0/\0000A0Danish"; }
.lang-lbl-full[lang=dk]:after { content: "Dansk\0000A0/\0000A0Danish"; }
.lang-lbl-full[lang=de]:after { content: "Deutsch\0000A0/\0000A0German"; }
.lang-lbl-full[lang=el]:after { content: "\000395\0003BB\0003BB\0003B7\0003BD\0003B9\0003BA\0003AC\0000A0/\0000A0Greek"; }
.lang-lbl-full[lang=gr]:after { content: "\000395\0003BB\0003BB\0003B7\0003BD\0003B9\0003BA\0003AC\0000A0/\0000A0Greek"; }
.lang-lbl-full[lang=uk]:after { content: "English\0000A0/\0000A0English"; }
.lang-lbl-full[lang=es]:after { content: "Espa\0000F1ol\0000A0/\0000A0Spanish"; }
.lang-lbl-full[lang=et]:after { content: "Eesti\0000A0/\0000A0Estonian"; }
.lang-lbl-full[lang=fi]:after { content: "Suomi\0000A0/\0000A0Finnish"; }
.lang-lbl-full[lang=fr]:after { content: "Fran\0000E7ais\0000A0/\0000A0French"; }
.lang-lbl-full[lang=ga]:after { content: "Gaeilge\0000A0/\0000A0Irish"; }
.lang-lbl-full[lang=hi]:after { content: "\000939\00093F\000902\000926\000940\0000A0/\0000A0Hindi"; }
.lang-lbl-full[lang=hr]:after { content: "Hrvatski\0000A0/\0000A0Croatian"; }
.lang-lbl-full[lang=hu]:after { content: "Magyar\0000A0/\0000A0Hungarian"; }
.lang-lbl-full[lang=in]:after { content: "Bahasa\000020indonesia\0000A0/\0000A0Indonesian"; }
.lang-lbl-full[lang=is]:after { content: "\0000CDslenska\0000A0/\0000A0Icelandic"; }
.lang-lbl-full[lang=it]:after { content: "Italiano\0000A0/\0000A0Italian"; }
.lang-lbl-full[lang=iw]:after { content: "\0005E2\0005D1\0005E8\0005D9\0005EA\0000A0/\0000A0Hebrew"; }
.lang-lbl-full[lang=ja]:after { content: "\0065E5\00672C\008A9E\0000A0/\0000A0Japanese"; }
.lang-lbl-full[lang=ko]:after { content: "\00D55C\00AD6D\00C5B4\0000A0/\0000A0Korean"; }
.lang-lbl-full[lang=lt]:after { content: "Lietuvi\000173\0000A0/\0000A0Lithuanian"; }
.lang-lbl-full[lang=lv]:after { content: "Latvie\000161u\0000A0/\0000A0Latvian"; }
.lang-lbl-full[lang=mk]:after { content: "\00041C\000430\00043A\000435\000434\00043E\00043D\000441\00043A\000438\0000A0/\0000A0Macedonian"; }
.lang-lbl-full[lang=ms]:after { content: "Bahasa\000020melayu\0000A0/\0000A0Malay"; }
.lang-lbl-full[lang=mt]:after { content: "Malti\0000A0/\0000A0Maltese"; }
.lang-lbl-full[lang=nl]:after { content: "Nederlands\0000A0/\0000A0Dutch"; }
.lang-lbl-full[lang=no]:after { content: "Norsk\0000A0/\0000A0Norwegian"; }
.lang-lbl-full[lang=pl]:after { content: "Polski\0000A0/\0000A0Polish"; }
.lang-lbl-full[lang=pt]:after { content: "Portugu\0000EAs\0000A0/\0000A0Portuguese"; }
.lang-lbl-full[lang=ro]:after { content: "Rom\0000E2n\000103\0000A0/\0000A0Romanian"; }
.lang-lbl-full[lang=ru]:after { content: "\000420\000443\000441\000441\00043A\000438\000439\0000A0/\0000A0Russian"; }
.lang-lbl-full[lang=sk]:after { content: "Sloven\00010Dina\0000A0/\0000A0Slovak"; }
.lang-lbl-full[lang=sl]:after { content: "Sloven\000161\00010Dina\0000A0/\0000A0Slovenian"; }
.lang-lbl-full[lang=sq]:after { content: "Shqipe\0000A0/\0000A0Albanian"; }
.lang-lbl-full[lang=sr]:after { content: "\000421\000440\00043F\000441\00043A\000438\0000A0/\0000A0Serbian"; }
.lang-lbl-full[lang=rs]:after { content: "\000421\000440\00043F\000441\00043A\000438\0000A0/\0000A0Serbian"; }
.lang-lbl-full[lang=sv]:after { content: "Svenska\0000A0/\0000A0Swedish"; }
.lang-lbl-full[lang=se]:after { content: "Svenska\0000A0/\0000A0Swedish"; }
.lang-lbl-full[lang=th]:after { content: "\000E44\000E17\000E22\0000A0/\0000A0Thai"; }
.lang-lbl-full[lang=tr]:after { content: "T\0000FCrk\0000E7e\0000A0/\0000A0Turkish"; }
.lang-lbl-full[lang=ua]:after { content: "\000423\00043A\000440\000430\000457\00043D\000441\00044C\00043A\000430\0000A0/\0000A0Ukrainian"; }
.lang-lbl-full[lang=vi]:after { content: "Ti\001EBFng\000020vi\001EC7t\0000A0/\0000A0Vietnamese"; }
.lang-lbl-full[lang=zh]:after { content: "\004E2D\006587\0000A0/\0000A0Chinese"; }

/* One breaking space if we have an image */
.lang-xs:before,
.lang-sm:before,
.lang-lg:before  { content: '\0000A0'; }

/* Pad the image and remove the non-breaking space when we have both an icon and a label */
.lang-xs.lang-lbl,
.lang-xs.lang-lbl-en,
.lang-xs.lang-lbl-full  { padding-left: 20px; }
.lang-sm.lang-lbl,
.lang-sm.lang-lbl-en,
.lang-sm.lang-lbl-full  { padding-left: 24px; }
.lang-lg.lang-lbl,
.lang-lg.lang-lbl-en,
.lang-lg.lang-lbl-full  { padding-left: 32px; }

.lang-xs.lang-lbl:before,
.lang-sm.lang-lbl:before,
.lang-lg.lang-lbl:before,
.lang-xs.lang-lbl-en:before,
.lang-sm.lang-lbl-en:before,
.lang-lg.lang-lbl-en:before,
.lang-xs.lang-lbl-full:before,
.lang-sm.lang-lbl-full:before,
.lang-lg.lang-lbl-full:before  { content: ''; }

/* Adjustments for paragraphs */
.lang-lg,
.lang-lg:after       { top:   0px; position: relative; }
.lang-sm             { top:   1px; position: relative; }
.lang-sm:after       { top:  -1px; position: relative; }
.lang-xs             { top:   4px; position: relative; }
.lang-xs:after       { top:  -4px; position: relative; }

.lead>.lang-lg       { top:   2px; }
.lead>.lang-lg:after { top:  -2px; }
.lead>.lang-sm       { top:   6px; }
.lead>.lang-sm:after { top:  -6px; }
.lead>.lang-xs       { top:   8px; }
.lead>.lang-xs:after { top:  -8px; }

small>.lang-sm       { top:  -1px; }
small>.lang-sm:after { top:   1px; }
small>.lang-xs       { top:   2px; }
small>.lang-xs:after { top:  -2px; }

/* Adjustments for headings */
h1>.lang-lg       { top:   9px; }
h1>.lang-lg:after { top:  -9px; }
h1>.lang-sm       { top:  12px; }
h1>.lang-sm:after { top: -12px; }
h1>.lang-xs       { top:  14px; }
h1>.lang-xs:after { top: -14px; }

h2>.lang-lg       { top:   5px; }
h2>.lang-lg:after { top:  -5px; }
h2>.lang-sm       { top:   8px; }
h2>.lang-sm:after { top:  -8px; }
h2>.lang-xs       { top:  10px; }
h2>.lang-xs:after { top: -10px; }

h3>.lang-lg       { top:   1px; }
h3>.lang-lg:after { top:  -1px; }
h3>.lang-sm       { top:   5px; }
h3>.lang-sm:after { top:  -5px; }
h3>.lang-xs       { top:   8px; }
h3>.lang-xs:after { top:  -8px; }

h4>.lang-lg       { top:  -1px; }
h4>.lang-lg:after { top:   1px; }
h4>.lang-sm       { top:   1px; }
h4>.lang-sm:after { top:  -1px; }
h4>.lang-xs       { top:   4px; }
h4>.lang-xs:after { top:  -4px; }

h5>.lang-sm,
h5>.lang-sm:after { top:   0px; }
h5>.lang-xs       { top:   2px; }
h5>.lang-xs:after { top:  -2px; }

h6>.lang-sm,
h6>.lang-sm:after { top:   0px; }
h6>.lang-xs       { top:   1px; }
h6>.lang-xs:after { top:  -1px; }

/* Adjustments for buttons */
.btn>.lang-sm              { top:   2px; }
.btn>.lang-sm:after        { top:  -2px; }
.btn>.lang-xs              { top:   4px; }
.btn>.lang-xs:after        { top:  -4px; }

.btn.btn-xs>.lang-sm,
.btn.btn-xs>.lang-sm:after { top:   0px; }
.btn.btn-xs>.lang-xs       { top:   3px; }
.btn.btn-xs>.lang-xs:after { top:  -3px; }

.btn.btn-sm>.lang-sm,
.btn.btn-sm>.lang-sm:after { top:   0px; }
.btn.btn-sm>.lang-xs       { top:   3px; }
.btn.btn-sm>.lang-xs:after { top:  -3px; }

.btn.btn-lg>.lang-lg       { top:   1px; }
.btn.btn-lg>.lang-lg:after { top:  -1px; }
.btn.btn-lg>.lang-sm       { top:   3px; }
.btn.btn-lg>.lang-sm:after { top:  -3px; }
.btn.btn-lg>.lang-xs       { top:   6px; }
.btn.btn-lg>.lang-xs:after { top:  -6px; }

.brand-list {
  margin-top: 50px;
  margin-bottom: 50px;
}

.brand-list .brand {
  border: 1px solid #ddd;
  margin-bottom: 15px;
  margin-top: 15px;
  transition: box-shadow .2s linear, border-color .2s linear;
}
.brand-list .brand:hover {
  border: 1px solid #bbb;
  box-shadow: 0px 0px 10px rgba(0,0,0,.2);
}

.brand-list .brand .brand-link {
  display: block;
  float: none;
  margin: 0;
}

.corporateListing .corporateItem > .row{
  padding-top: 70px;
  padding-bottom: 70px;
}

.corporateListing .corporateItem .image-container {
  position: relative;
  height: 100%;
}

.corporateListing .corporateItem .image-container img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.corporateListing .corporateItem h4 {
    color: #ec1b23;
    font-weight: 300;
    margin-top: 0;
    font-size: 34px;
}
.corporateListing .corporateItem h5 {
  font-weight: 700;
}
.corporateListing .corporateItem .text p {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
}
.corporateListing .corporateItem .text p:last-child {
  margin-bottom: 0;
}
.bg-gray {
    background-color: #ffffff;
}



.awards h4 {
  font-size: 34px;
  color: #eb1a22;
  font-weight: 300;
  margin-top: 80px;
  margin-bottom: 80px;
}

.awards-list {

}

.awards-list .awards-list-item {
  margin-bottom: 40px;
}

.awards-list .awards-list-item img {
  margin-left: auto;
  margin-right: auto;
}

.awards-list .awards-list-item ul > li {
  margin-bottom: 40px;
  margin-left: 15px;
}

.awards-list .awards-list-item ul > li:last-child {
  margin-bottom: 0;
}

.awards-list .awards-list-item ul > li h5 {
  font-weight: 700;
}

.awards-list .awards-list-item ul > li p {
  font-weight: 300;
}

#smartphones .text-container,
#refrigerator .text-container,
#washer-dryer .text-container,
#ev-charger .text-container,
#oven .text-container,
.template-3 .text-container {
  margin-top: 125px;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 300;
}

#oven .text-container, {
  margin-top: 100px;
}

#smartphones .image-container,
#ev-charger .image-container,
#washer-dryer .image-container {
  margin-top: -160px;
}

#oven .image-container {
  margin-top: -100px;
}

.template-3 .image-container {
  margin-top: 50px;
}

#ev-charger .text-container {
  font-size: 20px;
}

#ev-charger .text-container ul {
  list-style: none;
}

#ev-charger .text-container ul li {
  margin-bottom: 15px;
  position: relative;
}

#ev-charger .text-container ul li:before {
  content: '';
  background: url(../img/bullet.png) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}

#diswashers {
  /*margin-top: 100px;*/
}

#diswashers .row,
#tumble-dryer .row,
#cooker .row,
.template-1 .row {
  margin-bottom: 105px;
  padding-top: 105px;
}

#diswashers .row .text-container,
#tumble-dryer .row .text-container,
#freeRefrigerators .row .text-container,
#cooker .row .text-container,
.template-1 .row .text-container {
  margin-left: 45px;
  z-index: 2;
  position: relative;
}

#diswashers .text-container h4,
#tumble-dryer .text-container h4,
#freeRefrigerators .text-container h4,
#cooker .text-container h4,
.template-1 .row .text-container h4 {
  font-size: 44px;
  color: #eb1a22;
  margin-top: 45px;
  margin-bottom: 60px;
  font-weight: 700;
}

#diswashers .row .text-container p {
  font-size: 18px;
  font-weight: 300;
}

.template-1 .row .text-container p {
  font-size: 30px;
  font-weight: 300;
}

#diswashers .row .image-container,
#cooker .row .image-container,
#tumble-dryer .row .image-container,
.template-1 .row .image-container {
  position: relative;
  z-index: 2;
  max-width: 450px;
}


.template-2 .row .image-container img {
  margin-left: auto;
  margin-right: auto;
}

#diswashers .row .image-container::after,
#cooker .row .image-container::after,
#tumble-dryer .row .image-container::after,
.template-1 .row .image-container::after {
  content: '';
  border: 15px solid #efefef;
  width: 100%;
  max-width: 415px;
  max-height: 415px;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 100px;
}

#diswashers .row.odd .image-container::after,
#cooker .row.odd .image-container::after,
#tumble-dryer .row.odd .image-container::after,
.template-1 .row.odd .image-container::after {
  left: 65%;
}

#diswashers .row.even .image-container::after,
#tumble-dryer .row.even .image-container::after,
#cooker .row.even .image-container::after,
.template-1 .row.even .image-container::after {
  right: 65%;
}

#cooker .row .text-container p {
  font-size: 25px;
}

.template-2 .row .image-container {
  margin-top: -200px;
}

.washing-machines-info {
  background: #efefef;
  padding: 50px 15px;
  position: relative;
}

.washing-machines-info p {
  font-size: 24px;
  margin-bottom: 0;
}

.washing-machines-info .image-wrapper {
  position: relative;
  min-height: 100px;
}

.washing-machines-info .image-wrapper .image-container {
  position: absolute;
  right: 0;
  bottom: -150px;
}

.tv-page {
  background: #fff;
}

.category-info {

}

#tvs.container-fluid {
  /*margin-left: -15px;
  margin-right: -15px;*/
}

#tvs.container-fluid .tv {
  /*margin: 0;*/
  min-height: 100vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-size:cover;
  background-position:center center;
  display: flex;
  flex-direction: column;
  justify-content: center;

}

#tvs.container-fluid .tv .tv-col {
  position: relative;
  /* top: 50%; */
  /* transform: translateY(-50%);
  -webkit-transform: translateY(-50%); */
}

#tvs.container-fluid .tv .display {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

#tvs.container-fluid .tv .text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding-left: 100px;
}

#tvs.container-fluid .tv .text h4 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 50px;
  margin-top: 0;
}

#tvs.container-fluid .tv .text p {
  font-size: 22px;
  font-weight: 300;
}

#tvs.container-fluid .tv .text p.small {
  font-size: 16px;
}

@media screen and (max-width: 1440px) {
  #tvs.container-fluid .tv .text h4 {
    font-size: 36px;
  }
  
  #tvs.container-fluid .tv .text p {
    font-size: 22px;
  }
  
  #tvs.container-fluid .tv .text p.small {
    font-size: 14px;
  }
}

@media screen and (max-width: 1199px) {
  #tvs.container-fluid .tv .text h4 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  
  #tvs.container-fluid .tv .text p {
    font-size: 18px;
  }
  
  #tvs.container-fluid .tv .text p.small {
    font-size: 14px;
  }
}

@media screen and (max-width: 1023px) {
  #tvs.container-fluid .tv .text h4 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  
  #tvs.container-fluid .tv .text p {
    font-size: 16px;
  }
  
  #tvs.container-fluid .tv .text p.small {
    font-size: 12px;
  }
}

.tv-page .category-info {
  margin-top: 50px;
  margin-bottom: 100px;
  font-size: 20px;
  font-weight: 300;
}

.tv-page .category-menu {
  position: relative;
}

.tv-page .category-menu.sticky {
    position: fixed;
    background: #fff;
    width: 100%;
    top: 0px;
    left: 0px;
    box-shadow: 0px -1px 15px -1px #ccc;
    z-index: 9999;
}

.tv-page .category-menu .nav {
  display: inline-block;
  margin-top: 10px;
}

.tv-page .category-menu .nav li a {
  color: #0a0a0a;
  text-transform: uppercase;
  padding-bottom: 10px;
  position: relative;
  transition: all .25s linear;
}

.tv-page .category-menu .nav li a::after {
  content: '';
  height: 2px;
  width: calc(100% - 30px);
  background: #eb1a22;
  position: absolute;
  bottom: -5px;
  left: 15px;
  opacity: 0;
  transition: all .25s linear;
}

.tv-page .category-menu .nav>li>a:focus,
.tv-page .category-menu .nav>li>a:hover,
.tv-page .category-menu .nav>li.active>a {
  background: transparent;
  color: #eb1a22;
}

.tv-page .category-menu .nav>li>a:focus::after,
.tv-page .category-menu .nav>li>a:hover::after,
.tv-page .category-menu .nav>li.active>a::after {
  opacity: 1;
}

.ad {
  display: none;
}



@media all and (min-width: 800px) {

  /* Give space around window */
  .fancybox-custom-layout {
    border: 40px solid #ccc;
  }

  /* Update tumbnail grid background color to match color around area */
  .fancybox-custom-layout .fancybox-thumbs {
    background: #ccc;
  }

  /* Give background solid color */
  .fancybox-custom-layout .fancybox-bg {
    background: #efefef;
    opacity: 1;
  }

  /* Move caption area to the right side */
  .fancybox-custom-layout .fancybox-caption-wrap {
    display: none;
  }

  /* Adjust content area and right arrow position */
  /* In this example, right distance is caption width (300) + toolbar width (44) */
  .fancybox-custom-layout .fancybox-stage,
  .fancybox-custom-layout .fancybox-arrow--right {
    right: 44px;
  }

  /* Remove top border from caption */
  .fancybox-custom-layout .fancybox-caption {
      padding: 30px 20px;
      border: 0;
  }

  /* Align buttons at the right side  */
  .fancybox-custom-layout .fancybox-toolbar {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 44px;
    background: #aaa;
  }

  /* Remove background from buttons */
  .fancybox-custom-layout .fancybox-button {
      background: transparent;
  }

}

.fancybox-thumbs>ul>li.fancyYTvideo::after {
  content: "\f16a";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 24px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  color: #fefefe;
  text-shadow: 0px 0px 8px #0a0a0a;
  transition: color .25s ease-in-out;
}

.fancybox-thumbs>ul>li.fancyYTvideo:hover::after {
  color: #cd1611;
}

@media all and (max-width: 799px) {
  
}

table.models {
  margin-top: 30px;
}

table.models .pssection a {
  color: #ec1b23;
  font-weight: 300;
}

.subsidaryCompanies a {
  /* text-indent: 9999999999px; */
  overflow: hidden;
  display: block;
  /* width: 110px; */
  background-color: #323141 !important;
  background-color: #f7f7f7 !important;
  height: 80px !important;
  line-height: 1.2 !important;
  /* padding-left: 55px !important; */
  position: relative;
  padding-top: 25px;
}

.subsidaryCompanies a span {
  position: relative;
  display: block;
  /* top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); */
  font-size: 10px;
  font-weight: 600;
}

/* .subsidaryCompanies a::before {
  content: '';
  width: 50px !important;
  height: 26px !important;
  background-image: url(../img/scompanies-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  position: absolute !important;
  display: inline-block;
  left: 0 !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
} */

.subsidaryCompanies .subsidaryIcon {
  width: 50px !important;
  height: 26px !important;
  background-image: url(../img/scompanies-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  position: relative;
  display: block;
  /* left: 0 !important; */
  /* top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); */
  margin: 0 auto;
}

/* .subsidaryCompanies a:hover::before {
  width: 50px !important;
  height: 26px !important;
  content: '' !important;
  display: inline-block;
  position: absolute !important;
  left: 0 !important;
  bottom: auto !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
} */

.careerList .careerItem {
  margin-bottom: 10px;
}

.careerList .careerItem > .inner {
  border: 1px solid #e5e5e5;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.05);
  transition: .2s all linear;
  padding: 18px 20px 16px 16px;
  border-radius: 5px;
  position: relative;
}

.careerList .careerItem > .inner h3 {
  margin: 0;
}

.careerList .careerItem > .inner p {
  margin: 0;
}

.careerList .careerItem > .inner .detail {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.apply-button, .careersend {
  color: #fff;
  height: 45px;
  font-size: 15px;
  line-height: 46px;
  border: 0 solid #000;
  font-weight: 700;
  float: right;
  margin-right: 4%;
  /* margin-bottom: 50px; */
  cursor: pointer;
  background-color: #ec1b23;
  padding-left: 64px;
  padding-right: 64px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  float: left;
}

#cvForm {
  margin-top: 30px;
}

#apply-form {
  display: none;
}

a.back-to-top {
  display: none;
  position: fixed;
  bottom: 10%;
  right: 10%;
  z-index: 9999;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 1.5rem;
  background-color: #cd1611;
  color: #fefefe;
}
