﻿/***************
  globals.css
****************/
b, strong { font-weight: bold; }
.region-text { padding-bottom: 4px; }
li.navLevel-1:hover ul,
.second-level-ul { z-index: 1000; }
.language-list li a .gray-txt{
    font-size:11px;
}
.hero_module .hero-intro-text-container {
	margin: 10px auto;
}
.hero_module .hero-intro-text-container h3.head-title p {
	font-size: 27px;
	line-height: 29px;
}
.hero_module .hero-intro-text-container .intro {
	font-size: 16px;
	line-height: 18px;
}
.hero_module .hero-intro-button-container {
	bottom: 15%;
}
.hero-img, .hero_module_image_video {
    height: auto;
    width: auto;
}
.hero-img {
    width: 100%;
    min-width: 1100px;
    max-width: 1600px;
    vertical-align: bottom;
}
.hero_module_image_video img{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;  
}
.herobtn img{
    padding-right: 0;
}
#homepage-carousel .spotlight-elems {
    backround: none transparent;
    height: 110px;
}
#homepage-carousel .spotlight-elems:hover {
    backround: none transparent;
}
#homepage-carousel .image {
	width: 115px;
	margin-top: 3px;
}
#homepage-carousel .image img {
	  margin: 0 auto;
}
#homepage-carousel h2.title {
    line-height: 15px;
}
#homepage-carousel h2.title a {
    font-size: 13px;
    line-height: 14px;
    color: #C91F2A;
}
#homepage-carousel .body {
    color: #63727F;
    font-size: 12px;
    line-height: 16px;
    padding-top: 5px;
}
#homepage-carousel .image-top .spotlight-elems {
    height: auto;
    margin: 0 30px 0 0;
    padding: 40px 0;
}
#homepage-carousel .image-top .image {
    text-align: center;
    padding: 0;
    float: none;
    width: auto;
    margin-bottom: 5px;
}
#homepage-carousel .noImage .text-container,
#homepage-carousel .image-top .text-container {
    float: none;
    width: auto;
}
#poly-footer { 
    background-image: none;
    background: none transparent;
    width: 100%;
    max-width: 1200px;
    padding: 0 10px;
    -moz-border-radius: 0; 
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; 
}
div.col {
    padding: 25px 0 0 2%;
    width: 14%;
    min-width: auto;
    max-width: auto;
}
div.col:first-child {
	padding-left: 3%;
}
div.last-col {
    padding-right: 0;
}
div.col div.media-icons{
    padding:0 8px 2px 0;
}
.col a{
    margin-bottom: 6px;
    color: #9397A2;
}
.col h4 {
    color: #3A5579;
    font-size: 12px;
    margin-bottom: 6px;
}
.poly-breadcrumb a:last-child {
     color: #3D3F42;   
}
.promotion .promo .promo-arrow-right{
    margin: 0 0 0 6px;
}
/***************
  navigation.css
****************/
.search-input:focus {
    outline: none;
}
/***************
  homePage.css
****************/
body{   
    min-width: 960px !important;
}
.footercols {
   width: 100%;
}
.ThumbnailSlider{
    width:100%;
}
#hero_container.hero-container {
	position: relative;
    min-height: 290px; 
    max-height: 480px; 
    height: auto; 
    background: #fff;  
    padding: 0;
}
#hero_container .hero-img, 
#hero_container .hero_module_image_video {
    width: 100%;
    height: auto;
    margin: 0 auto;
    min-width: 960px;
    max-width: 1600px;
}
.herobtn img{
    width: 15px;
    height: 15px;
    padding-right: 0;
}
#slidingbuttons {
    bottom: 25px !important;
    padding: 0;
    background: transparent none;
    width: 100%;
    left: 0;
}
.herobtn {
    display: inline;
    width: 15px;
    height: 15px;
    padding: 4px 3px 6px;
    float: none;
    background: rgba(255,255,255,.25);
}
/* remove background for ie8... client request
html.msie8 .herobtn {
    padding: 2px 3px 6px;
    background: transparent url('/cn/css/img/white-bg-25.png') repeat;
}
*/

.herobtn:first-child {
  padding-left: 10px;
  -moz-border-radius: 20px 0 0 20px;
  -webkit-border-radius: 20px 0 0 20px;
  -ms-border-radius: 20px 0 0 20px;
  -o-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}
.herobtn:last-child {
  padding-right: 10px;
  -moz-border-radius: 0 20px 20px 0;
  -webkit-border-radius: 0 20px 20px 0;
  -ms-border-radius: 0 20px 20px 0;
  -o-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}
html.msie8 .herobtn:first-child {
  padding-left: 8px;
}

.herobtn img {
	vertical-align: middle;
}
#poly-footer { 
    background: none transparent;
    min-width: 940px;
    width: auto;
}
.extendedfooter{
    width: 100%;
    max-width: 1200px;
    clear: both;
    margin-top: 20px;
}
.homepage-carousel .carousel-wrap .carousel-nav .prev,
.homepage-carousel .carousel-wrap .carousel-nav .next {
    background:	transparent url('/cn/css/img/scroll-icons.png') no-repeat;
    height: 43px;
    top: 55%;
    width: 24px;
}
.homepage-carousel .carousel-wrap .carousel-nav .prev,
.homepage-carousel .carousel-wrap .carousel-nav .prev:hover {
    background:	transparent url('/cn/css/img/scroll-icons.png') no-repeat 0 -53px;
    left: -43px;
    filter: none;
}
.homepage-carousel .carousel-wrap .carousel-nav .next,
.homepage-carousel .carousel-wrap .carousel-nav .next:hover {
    background:	transparent url('/cn/css/img/scroll-icons.png') no-repeat 0 0;
	left: auto;
	right: -39px;
    filter: none;
}
.homepage-carousel .carousel-wrap .carousel-nav .prev:hover {
	background-position: 0 -159px
}
.homepage-carousel .carousel-wrap .carousel-nav .next:hover {
	background-position: 0 -106px;
}
.homepage-carousel .carousel-wrap .carousel-nav .prev.disabled {
	background-position: 0 -260px;
    cursor: default;
    filter: none;
}
.homepage-carousel .carousel-wrap .carousel-nav .next.disabled {
	background-position: 0 -207px;
    cursor: default;
    filter: none;
}
#homepage-carousel .slideshow,
#homepage-carousel .carousel-par {
    height: 190px;
}
html.cq-edit #homepage-carousel .slideshow,
html.cq-edit #homepage-carousel .carousel-par {
    height: auto;
}
html.cq-edit #homepage-carousel .module-multi .popup-module {
	  display: none;
}
#homepage-carousel .spotlight-elems {
    height: 110px;
    margin: 0;
    padding: 40px 0;
    width: auto;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background: none transparent;
    filter: none;
}
#homepage-carousel .spotlight-elems:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
#homepage-carousel .text-container {
    width: 155px;
    float: left;
	height: auto;
	padding: 0;
	position: relative;
	text-align: left;
}
#homepage-carousel .text-container .link {
	line-height: 13px;
}
#homepage-carousel .text-container .link a {
    color: #3A5579;
    font-size: 11px;
    font-weight: bold;
}
#homepage-carousel .carousel-par .section {
    height: 190px;
    width: 290px;
    margin: 0;
}
#homepage-carousel .primary-module {
	  padding: 0;
	  margin: 0;
    background: none;
    filter: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
#homepage-carousel .popup-content-wrap .spotlight-elems {
    margin: 0;
    padding: 0;
}
#homepage-carousel .popup-content-wrap .image {
    width: 115px;
}
#homepage-carousel .popup-content-wrap .image-top .image {
    width: auto;
}
#homepage-carousel .popup-content-wrap .text-container {
    width: auto;
    float: none;
    padding-left: 124px;
}
#homepage-carousel .popup-content-wrap .noImage .text-container {
    padding-left: 0;
}
/***************
  custom.css
****************/
.thumbnail {
  background: #fff;
}

.social-icons-wrap {
  margin-bottom: 10px;
  overflow: hidden;
}
div.search { margin-top: 0; }
.global-container-width {
		width: 960px;
		margin: 0 auto;
}
.global-container-width.carousel-container {
	  width: 100%;
		background: #f2f2f2 url(/cn/css/img/home-hero-shadow.png) no-repeat top center;
		margin: 0;
}
.global-container-width .homepage-carousel {
  max-width: 1194px;
  width: 850px;
  margin: 0 auto;
  z-index: 10;
}
.homepage-carousel #homepage-carousel {
  width: 100%;
  overflow: visible;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.homepage-carousel #homepage-carousel .carousel-slides {
	margin: 0;
	width: 100%;
	height: 190px;
}
html.cq-edit .homepage-carousel #homepage-carousel .carousel-slides {
	height: auto;
}

.home-hero-wrap {
  background: #fff;
}

.sliding-button-wrap {
  text-align: center;
  overflow: hidden;
  width: 100%;
}
div.col div.media-icons {
  padding: 0 2px 2px 0;
}

//portrait
@media (min-width: 320px) {

  #homepage-carousel .spotlight-elems {
    cursor: pointer;
    height: 110px;
    margin: 0 10px 0 0;
    padding: 40px 0;
  }

  #homepage-carousel .more-link a {
    font-size: 13px;
      line-height: 1.4em;
  }

  div.col {
      font-size: 11px;
      color:#888A8F;
      display: inline-block;
      margin: 0 auto;
      text-align: left;
      vertical-align: top;    
  }
  div.last-col {
      padding-right: 0;
  }

  
}

//landscape
@media (min-width: 321px) {

  #homepage-carousel .spotlight-elems {
    cursor: pointer;
    height: 110px;
    margin: 0 10px 0 0;
    padding: 40px 0;
  }

}


@media (min-width: 700px) {
    
  #homepage-carousel .spotlight-elems {
    cursor: pointer;
    height: 110px;
    margin: 0 20px 0 0;
    padding: 40px 0;
  }

  #homepage-carousel .text-container {
    width: 140px;
  }

  div.col {
      font-size: 11px;
      color:#888A8F;
      display: inline-block;
      margin: 0 auto;
      text-align: left;
      vertical-align: top;    
  }
  div.last-col {
      padding-right: 0;
  }

  
}

@media (min-width: 1024px) {

	.hero_module .hero-intro-text-container {
	    margin: 25px auto;
	}
	.hero_module .hero-intro-text-container h3.head-title p {
	    font-size: 30px;
	    line-height: 32px;
	}
	.hero_module .hero-intro-text-container .intro {
	    font-size: 18px;
	    line-height: 19px;
	}
	
  .global-container-width .homepage-carousel {
    width: 930px;
  }

  #homepage-carousel .carousel-par .section {
      width: 317px;
  }
  
  #homepage-carousel .spotlight-elems {
    cursor: pointer;
    height: 110px;
    margin: 0 25px 0 0;
    padding: 40px 0;
  }

  #homepage-carousel .image {
    width: 130px;
  }
  #homepage-carousel h2.title {
    line-height: 16px;
  }
  #homepage-carousel h2.title a {
    font-size: 14px;
    line-height: 15px;
  }

  #homepage-carousel .text-container {
    width: 152px;
  }

  div.col {
      font-size: 11px;
      color:#888A8F;
      display: inline-block;
      margin: 0 auto;
      text-align: left;
      vertical-align: top;    
  }
  div.last-col {
      padding-right: 0;
  }
  div.col .media-icons-break {
    clear: none;
  }


  div.col div.media-icons {
    padding: 0 5px 2px 0;
  }

}

@media (min-width: 1200px) {

    .hero_module .hero-intro-text-container {
        margin: 44px auto;
    }
    .hero_module .hero-intro-text-container h3.head-title p {
        font-size: 32px;
        line-height: 34px;
    }
    .hero_module .hero-intro-text-container .intro {
        font-size: 20px;
        line-height: 20px;
    }
	
  .global-container-width .homepage-carousel {
    width: 1104px;
    padding-left: 25px;
  }

	#homepage-carousel .carousel-par .section {
	    width: 370px;
	}
  #homepage-carousel .spotlight-elems {
    cursor: pointer;
    height: 110px;
    margin: 0 30px 0 0;
    padding: 40px 0;
  }

  #homepage-carousel .image {
    width: 163px;
  }
  #homepage-carousel h2.title {
    line-height: 17px;
  }
  #homepage-carousel h2.title a {
    font-size: 15px;
    line-height: 16px;
  }

  #homepage-carousel .text-container {
    width: 167px;
  }

  #homepage-carousel .more-link a {
    font-size: 14px;
      line-height: 1.9em;
  }

  div.col {
      font-size: 11px;
      color:#888A8F;
      display: inline-block;
      margin: 0 auto;
      text-align: left;
      vertical-align: top;    
  }
  div.last-col {
      padding-right: 0;
  }
  
	.homepage-carousel .carousel-wrap .carousel-nav .next,
	.homepage-carousel .carousel-wrap .carousel-nav .next:hover {
	    right: -19px;
	}

}
