/*

dark gray: #4a4a4a;

*/

	/* Overrides for BestBuy.com template */
	#b52 {
	  display: none;
	}

	#container {
		overflow-x: hidden;
	}
	.box-sizing-wrap,
	.box-sizing-wrap *,
	.box-sizing-wrap > * :before, .box-sizing-wrap > * :after {
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	}
	.box-sizing-wrap {
	  padding-bottom: 0;
	  width: 100%;
	  clear: both;
	  margin-top: -17px;
	  position: relative;
	}

	.box-sizing-wrap img {
		max-height: 100%;
		max-width: 100%;
	}

	/* Begin Persistent navigation */
	.box-sizing-wrap .persistent-navigation {
	  background-color: #4a4a4a;
	  -moz-box-shadow: 0px 0px 8px 0 #4a4a4a;
	  -webkit-box-shadow: 0px 0px 8px 0 #666;
	  box-shadow: 0px 0px 8px 0 #666;	  
	  position: absolute;
	  top: 0;
	  left: -960px;
	  width: 300%;
	  z-index: 5;
	  margin: 0 auto;
	}

	
	.box-sizing-wrap .persistent-navigation .content {
		left: 960px;
		position: relative;
		width: 960px;
	}

	.box-sizing-wrap .persistent-navigation .content .logo {
		background: url(../../assets/images/samsung_logo.png) no-repeat 0 0;
		display: block;
		overflow: hidden;
		text-indent: -3000em;		
		width: 158px;
		height: 28px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.box-sizing-wrap .persistent-navigation .header {
	  background-color: #223d62;
	  padding: 10px 0;
	}
	.box-sizing-wrap .persistent-navigation .header h1 {
	  text-transform: uppercase;
	  width: 960px;
	  margin: 0 auto;
	  font-size: 16px;
	}
	.box-sizing-wrap .persistent-navigation .header a {
	  color: #fff200;
	  text-decoration: none;
	}
	.box-sizing-wrap .persistent-navigation .inner-list {
		width: 370px;
		float: right;	
	}
	.box-sizing-wrap .persistent-navigation .inner-list .primary-navigation {
       	  display: block;
	  float: left;
          width: 300px;
          height: 70px; 
	}

	.box-sizing-wrap .persistent-navigation .inner-list .primary-navigation a {
	  position: relative;
	}
        
	.box-sizing-wrap .persistent-navigation .inner-list .primary-navigation a .indicator {
display: block;
height: 7px;
width: 20px;
position: absolute;
right: 19px;
top: 9px;
}

	.box-sizing-wrap .persistent-navigation .inner-list .primary-navigation a .indicator {
	  background: transparent url(http://images.bestbuy.com/BestBuy_US/en_US/images/abn/2014/com/pm/samsung/desktop/assets/images/Dropdown-Rest.png) no-repeat bottom right;
	  top: 33px;
	}

	.box-sizing-wrap .persistent-navigation .inner-list .primary-navigation.selected a .indicator {
	  background: transparent url(http://images.bestbuy.com/BestBuy_US/en_US/images/abn/2014/com/pm/samsung/desktop/assets/images/Dropdown-Active.png) no-repeat bottom right;
	}
       .box-sizing-wrap .persistent-navigation .inner-list .primary-navigation.selected a .indicator {
	 background-position: right 0;
       }
	.box-sizing-wrap .persistent-navigation.persist .inner-list .primary-navigation a .indicator {
	  top: 8px;

	}

	.box-sizing-wrap .persistent-navigation .inner-list .primary-navigation a:first-child {
	  font-size: 17px;
  	  display: block;
	  height: 100%;
	}


	.box-sizing-wrap .persistent-navigation .inner-list .primary-navigation a:link {color: #fff;}
        .box-sizing-wrap .persistent-navigation .inner-list .primary-navigation a:visited {color: #fff;}
        .box-sizing-wrap .persistent-navigation .inner-list .primary-navigation a:hover {color: #fff;}
        .box-sizing-wrap .persistent-navigation .inner-list .primary-navigation a:active {color: #fff;}
		
	.box-sizing-wrap .persistent-navigation .inner-list .tvs {width: 125px;}
	.box-sizing-wrap .persistent-navigation .inner-list .audio {width: 150px;}
	.box-sizing-wrap .persistent-navigation .inner-list .find-experience {
		width: 85px;
		height: 70px;
		background-color: #167bd7;
	}

	.box-sizing-wrap .persistent-navigation .inner-list .primary-navigation.find-experience a {
	  background-image: url(http://img.bbystatic.com/BestBuy_US/en_US/images/abn/2014/com/pm/samsung/desktop/assets/images/NAV/NAV-Locations-Icon@2x.png);
	  background-repeat: no-repeat;
	  background-position: 15px 15px;
	}

	.box-sizing-wrap .persistent-navigation .inner-list .primary-navigation.find-experience a span {
	  left: 19px;
    display: none;
	}

	.box-sizing-wrap .persistent-navigation .inner-list .primary-navigation.find-experience.selected a {
          background-image: url(http://img.bbystatic.com/BestBuy_US/en_US/images/abn/2014/com/pm/samsung/desktop/assets/images/NAV/NAV-Locations-Icon-Active@2x.png);
	  background-size: 25px;
         }
	
	.box-sizing-wrap .persistent-navigation .inner-list .primary-navigation .sub-menu {
	       /* background: #fff url(http://images.bestbuy.com/BestBuy_US/en_US/images/abn/2014/com/pm/samsung/desktop/assets/images/Section-BG.jpg) no-repeat bottom left;*/
                background-color: #fff;
                background-size: cover;	
		margin-bottom: 20px;
		display: none;
		height: 265px;
		width: 960px;
		position: absolute;
		left: 0;
		bottom: -285px;
		overflow: hidden;	
	}

	.box-sizing-wrap .persistent-navigation .inner-list .primary-navigation.find-experience .sub-menu {
	  background-image: none;
	  background-color: #fff;
	  width: 250px;
	  left: 710px;
          padding: 0px 20px;
	}

	.box-sizing-wrap .persistent-navigation .inner-list .primary-navigation.find-experience .sub-menu iframe {
	  width: 211px;
	}

	.box-sizing-wrap .persistent-navigation .inner-list .primary-navigation.selected .sub-menu {
          display: block;
	}
	
        .box-sizing-wrap .persistent-navigation .inner-list .primary-navigation.discover .sub-menu {
          width: 370px;
          left: 590px;
    }

    .box-sizing-wrap .persistent-navigation .inner-list .primary-navigation.find-experience .sub-menu p {
      font-weight: bold;
      margin-top: 20px;
      margin-bottom: 20px;
    }
.box-sizing-wrap .primeBtn {
    background-image: none !important;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    color: #fff!important;
    cursor: pointer;
    display: inline-block;
    position: relative;
    //margin: 0;
    font: bold 17px/2.2 Arial, Helvetica, sans-serif;
    padding: 0 15px;
    
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.75);
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2);
    position: relative;
    border: solid 1px #003865;
    border-radius: 4px;
    -webkit-appearance: none;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    background: #006cbc;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #006cbc), color-stop(100%, #00449e)) !important;
    background: -webkit-linear-gradient(top, #006cbc 0%, #00449e 100%);
    background: linear-gradient(top, #006cbc 0%, #00449e 100%);
}
.box-sizing-wrap .primeBtn:hover {
    background: #2488d2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2488d2), color-stop(100%, #006cbc));
    background: -webkit-linear-gradient(top, #2488d2 0%, #006cbc 100%);
    background: linear-gradient(top, #2488d2 0%, #006cbc 100%);
    text-decoration: none!important
}
.box-sizing-wrap .primeBtn:active {
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.4);
    background: #00449e;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00449e), color-stop(100%, #006cbc));
    background: -webkit-linear-gradient(top, #00449e 0%, #006cbc 100%);
    background: linear-gradient(top, #00449e 0%, #006cbc 100%);
}
	.box-sizing-wrap .persistent-navigation .inner-list li  .sub-menu .sub-menu-content .copy {
	  height: 100%;
	  float: left;
	  width: 100%;
	}

	.box-sizing-wrap .persistent-navigation .inner-list li.audio  .sub-menu .sub-menu-content .copy {
	  padding-left: 350px;
	  padding-right: 30px;
          padding-top: 50px;	  
	  height: 100%;
	  float: left;
	  width: 700px;
	  border-right: 1px solid #c7c7c7;
	}

        .box-sizing-wrap .persistent-navigation .inner-list li .sub-menu .sub-menu-content .featured-item {
          float: left;
	  width: 440px;
	  height: 100%;
	  clear: left;
        }

	.box-sizing-wrap .persistent-navigation .inner-list li .sub-menu .sub-menu-content .category-listings {
	  background: url(http://img.bbystatic.com/BestBuy_US/en_US/images/abn/2014/com/pm/samsung/desktop/assets/images/NAV/NAV-DD-BG@2x.png) no-repeat;
	  background-size: cover;
	  background-position: -30px 0;
	  float: left;
	  width: 500px;
	  height: 100%;
	  margin-left: 10px;
	}
	.box-sizing-wrap .persistent-navigation .inner-list li.audio .sub-menu .sub-menu-content .category-listings {
	  width: 200px;
	}

	.box-sizing-wrap .persistent-navigation .inner-list li.audio .sub-menu .sub-menu-content .category-listings .category-list {
	  width: 100%;
	}


	.box-sizing-wrap .persistent-navigation .inner-list li .sub-menu .sub-menu-content .category-listings h5 {
	  font-size: 13px;
	}
	.box-sizing-wrap .persistent-navigation .inner-list li .sub-menu .sub-menu-content .category-listings .category-list {
	    float: left;
	    width: 100%;
	    border-right: 1px solid #c7c7c7;
	    height: 100%
	}

        .box-sizing-wrap .persistent-navigation .inner-list li .sub-menu .sub-menu-content .category-listings .category-list .product-category {
          float: left;
          width: 33%;
	}

	.box-sizing-wrap .persistent-navigation .inner-list li .sub-menu .sub-menu-content .category-listings .category-list .product-category .category-name{
          text-align: center; 
          font-size: 13px;
	}
	.box-sizing-wrap .persistent-navigation .inner-list li .sub-menu .sub-menu-content .category-listings .category-list .product-category .category-name a {
          font-size: 13px;
	}
	.box-sizing-wrap .persistent-navigation .inner-list li .sub-menu .sub-menu-content .category-listings .category-list .product-category .category-name a:link {
          color: #4a4a4a;
	}

	.box-sizing-wrap .persistent-navigation .inner-list li .sub-menu .sub-menu-content .category-listings .category-list .product-category .category-name a:visited {
          color: #4a4a4a;
	}
	
	.box-sizing-wrap .persistent-navigation .inner-list li .sub-menu .sub-menu-content .category-listings .category-list .product-category .category-name a:hover {
          color: #3592df;
	}
	.box-sizing-wrap .persistent-navigation .inner-list li .sub-menu .sub-menu-content .category-listings .category-list .product-category .category-name a:active {
          color: #3592df;
	}

	.box-sizing-wrap .persistent-navigation .inner-list li .sub-menu .sub-menu-content .category-listings .category-list .product-category .image {
          width: 110px;
          margin: 0 auto 10px auto;
	}

	.box-sizing-wrap .persistent-navigation .inner-list li .sub-menu .sub-menu-content .category-listings .category-list .product-category {
          height: 100px; 
	}

	.box-sizing-wrap .persistent-navigation .inner-list li .sub-menu .sub-menu-content .category-listings .category-list:last-child {
		border: none;
	}

	.box-sizing-wrap .persistent-navigation .inner-list li .sub-menu .sub-menu-content .category-listings .category-list {
          padding: 34px 0 0 0;
	}

	.box-sizing-wrap .persistent-navigation .inner-list li .sub-menu .sub-menu-content .category-listings .category-list li {
	  list-style-type: none;
	  margin-bottom: 10px;
	  text-align: left;
	}
	.box-sizing-wrap .persistent-navigation .inner-list li .sub-menu .sub-menu-content .category-listings .category-list li a {
		font-weight: 100;
	}

	.box-sizing-wrap .persistent-navigation .inner-list li .sub-menu .sub-menu-content .category-listings .category-list li a:link {
	  color: #3592df;
	}

	.box-sizing-wrap .persistent-navigation .inner-list li .sub-menu .sub-menu-content .category-listings .category-list li a:visited {
	  color: #3592df;
	}
	.box-sizing-wrap .persistent-navigation .inner-list li .sub-menu .sub-menu-content .category-listings .category-list li a:hover {
	  color: #3592df;
	}
	.box-sizing-wrap .persistent-navigation .inner-list li .sub-menu .sub-menu-content .category-listings .category-list li a:active {
	  color: #3592df;
	}


	.box-sizing-wrap .persistent-navigation .inner-list li .sub-menu .sub-menu-content h3 {
	  font-size: 1.4em;
	  margin-bottom: 20px;
	 }	
	.box-sizing-wrap .persistent-navigation .inner-list li .sub-menu .sub-menu-content .shop-more:after {
		content: "\203A";
		color: #3592df;
		font-weight: 100;
		font-size: 13px;
		position: relative;
		bottom: 0;
	}
	 .box-sizing-wrap .persistent-navigation .inner-list li .sub-menu .sub-menu-content .shop-more:link {margin-top: 20px;}

	.box-sizing-wrap .persistent-navigation .inner-list li .sub-menu .sub-menu-content .shop-more:link {color: #3592df;}
	.box-sizing-wrap .persistent-navigation .inner-list li .sub-menu .sub-menu-content .shop-more:visited {color: #3592df;}
	.box-sizing-wrap .persistent-navigation .inner-list li .sub-menu .sub-menu-content .shop-more:hover {color: #3592df;}
	.box-sizing-wrap .persistent-navigation .inner-list li .sub-menu .sub-menu-content .shop-more:active {color: #3592df;}


	.box-sizing-wrap .persistent-navigation .inner-list li .sub-menu .sub-menu-content p {
	  font-size: 13px;
	  line-height: 1.4em;
	  margin-bottom: 15px;
  	}	
	
    .box-sizing-wrap .persistent-navigation .inner-list .primary-navigation.discover .sub-menu {
      height: 460px;
      width: 370px;
      top: 60px;
    }
        .box-sizing-wrap .persistent-navigation .inner-list .primary-navigation.discover .sub-menu .image {
          float: left;
          width: 90px;
	}

	.box-sizing-wrap .persistent-navigation .inner-list .primary-navigation.discover .sub-menu .copy {
	  float: left;
	  width: 65%;
	  margin-left: 5%;
	}

	.box-sizing-wrap .persistent-navigation .inner-list .primary-navigation.discover .sub-menu .sub-menu-content {
          padding: 35px 20px 10px 20px;	
	}

	.box-sizing-wrap .persistent-navigation .inner-list .primary-navigation.discover .sub-menu .sub-menu-content .copy h3 {
          margin-bottom: 10px;
	  font-weight: 300;
	  text-transform: uppercase;
	}

    
      .box-sizing-wrap .persistent-navigation .inner-list .primary-navigation.discover .sub-menu .sub-menu-content .discover-links {
        margin-left: 10px;
      }

      .box-sizing-wrap .persistent-navigation .inner-list .primary-navigation.discover .sub-menu .sub-menu-content .discover-links li {
	list-style-type: none;
	margin-top: 15px;
	display: table;
	border-top: 1px solid;
	border-color: #d5d5d5;
	padding-top: 15px;

      }

      .box-sizing-wrap .persistent-navigation .inner-list .primary-navigation.discover .sub-menu .sub-menu-content .discover-links li:first-child {
	border: none;
	margin-top: 0;
      }

      .box-sizing-wrap .persistent-navigation .inner-list .primary-navigation.discover .sub-menu .sub-menu-content .discover-links li p {
        margin-bottom: 5px;
      }


        .box-sizing-wrap .persistent-navigation .inner-list .primary-navigation.audio .sub-menu .image {
	  position: absolute;
	  left: 0;
	  top: 0;
	  width: 340px;
	}

	.box-sizing-wrap .persistent-navigation .inner-list li .sub-menu .sub-menu-content {
	  float: left;
	  width: 100%;
	  height: 100%;
          padding: 5px;
	}

	.box-sizing-wrap .persistent-navigation .inner-list li.selected {
	  background-color: #fff;
          color: #4a4a4a; 
	}
	/* Anchors */
	.box-sizing-wrap .persistent-navigation .inner-list li.selected a:link {
	  color: #4a4a4a;
	}
	.box-sizing-wrap .persistent-navigation .inner-list li.selected a:visited {
	  color: #4a4a4a;
	}
	.box-sizing-wrap .persistent-navigation .inner-list li.selected a:hover {
	  color: #4a4a4a;
	}
	.box-sizing-wrap .persistent-navigation .inner-list li.selected a:active {
	  color: #4a4a4a;
	}
	.box-sizing-wrap .persistent-navigation .inner-list li a:hover {
	  text-decoration: none;
	}
	.box-sizing-wrap .persistent-navigation .inner-list li a:after {
	  /* content: "\01C0"; */
	  color: #c0c0c0;
	  font-size: 22px;
	  position: relative;
	  bottom: -5px;
	  left: 5px;
	}
	.box-sizing-wrap .persistent-navigation .inner-list li.last a:after {
	  content: none;
	  position: relative;
	  bottom: 5px;
	}
	.box-sizing-wrap .persistent-navigation .inner-list li a .text {
          display: block;
	  text-align: center;
          position: relative;
	  top: 29px;	
	  text-transform: uppercase;
          font-weight: 100;
        }
	.box-sizing-wrap .persistent-navigation .inner-list li.last a {
	  bottom: -3px;
	  position: relative;
	}

	.box-sizing-wrap .persistent-navigation.persist {
	height: 60px;
position: fixed;
left: 50%;
top: 0;
margin-left: -1440px;
}

     .box-sizing-wrap .persistent-navigation.persist .inner-list .primary-navigation {
       margin-top: 0;
  padding-top: 20px;
 } 
.box-sizing-wrap .persistent-navigation.persist .content .logo {
  top: 20px;
}
       .box-sizing-wrap .persistent-navigation.persist .inner-list li a .text {
	top: 4px;
      } 
	.box-sizing-wrap .persistent-navigation.persist .inner-list .primary-navigation {
          height: 60px;
	}

	.box-sizing-wrap .persistent-navigation .primary-navigation.discover {
          width: 160px;
	}
        .box-sizing-wrap .persistent-navigation .inner-list .primary-navigation.find-experience a {
	  background-position: 28px 16px;
	  background-size: 25px;
	}

        .box-sizing-wrap .persistent-navigation.persist .inner-list .primary-navigation.find-experience a {
	  background-position: 28px 10px;
	}

	.box-sizing-wrap .persistent-navigation.persist .inner-list .primary-navigation.find-experience {
	  padding-top: 0;
	}


	.box-sizing-wrap .persistent-navigation .inner-list .primary-navigation.all-categories .sub-menu .sub-menu-content {
	  width: 100%;
	}

        .box-sizing-wrap .persistent-navigation .inner-list .primary-navigation.all-categories .sub-menu .sub-menu-content .category-section {
	  border-right: 1px solid #4a4a4a;
	  float: left;
	  height: 80%;
	  margin: 30px 0;
	  padding: 10px 40px;
	  width: 20%;
	}


        .box-sizing-wrap .persistent-navigation .inner-list .primary-navigation.all-categories .sub-menu .sub-menu-content .category-section h3 {
          
	}


        .box-sizing-wrap .persistent-navigation .inner-list .primary-navigation.all-categories .sub-menu .sub-menu-content .category-section .category-listing-links {
          
	}

	.box-sizing-wrap .persistent-navigation .inner-list .primary-navigation.all-categories .sub-menu .sub-menu-content .category-section .category-listing-links li {
          list-style-type: none; 
	  margin-bottom: 10px;
	}

        .box-sizing-wrap .persistent-navigation .inner-list .primary-navigation.all-categories .sub-menu .sub-menu-content .category-section .category-listing-links a {
          color: #084eb9;
	  font-weight: 100;
	  font-size: 14px;
	}

	/* End Persistent Navigation */
	/* General hyperlink styling */
	.box-sizing-wrap a:link {
	  color: #085eb9;
	}
	.box-sizing-wrap a:hover {
	  color: #085eb9;
	}
	.box-sizing-wrap a:visited {
	  color: #085eb9;
	}
	.box-sizing-wrap a:active {
	  color: #085eb9;
	}
	
	.box-sizing-wrap .panel {
	  background-color: #fff;
	  padding: 0 20px 45px 20px;
	  clear: both;
	  float: left;
	  position: relative;
	  left: -960px;
	  width: 300%;
	}

	.box-sizing-wrap .panel.primary {
		background: transparent url(../../assets/images/main-banner.jpg) no-repeat;
		background-size: cover;
		background-color: blue;
		height: 600px;
	}
	.box-sizing-wrap .panel .content {
	  clear: both;
	  float: left;
	  position: relative;
	  left: 960px;
	  width: 960px;
	  height: 100%;
	}
	

	.box-sizing-wrap .panel .content p {
	  font-size: 14px;
	  color: #4a4a4a;
	  line-height: 1.4em;
	}
/* Primary Panel transluscent banner */


	.box-sizing-wrap .panel.primary .content .banner {		
		background:  url(http://images.bestbuy.com/BestBuy_US/en_US/images/abn/2013/com/pm/buying_guides/landing/images/buying_guides_landing_page_header.jpg) no-repeat;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.bestbuy.com/BestBuy_US/en_US/images/abn/2013/com/pm/buying_guides/movers/images/buying_guides_landing_page_header.jpg',sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.bestbuy.com/BestBuy_US/en_US/images/abn/2013/com/pm/buying_guides/movers/images/buying_guides_landing_page_header.jpg',sizingMethod='scale')";
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;		
	}

	
	.box-sizing-wrap .panel .content .banner .banner-message {		
		position: absolute;
		height: 225px;
		width: 404px;
		left: 0;
		top:  110px;
		text-align: left;
	}

	.box-sizing-wrap .panel.primary .content .banner .banner-message {
		height: 225px;
	}
	
	.box-sizing-wrap .panel .content .banner .banner-message .banner-message-background {
		background-color: #000;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		opacity: 0.8;
		height: 100%;
		width: 100%;
		padding: 30px;
		position: absolute;
		left: 0;
		top: 0;
	}
	
	.box-sizing-wrap .panel .content .banner .banner-message .banner-message-copy {
	        padding: 23px 15px 12px 40px;
		position: relative;
		z-index: 3;
	}

	.box-sizing-wrap .panel .content .banner .banner-message .banner-message-copy h1 {
		color: #fff;
		text-transform: uppercase;
		font-size: 32px;
		font-weight: 100;
		margin-left: -15px;
	}

	.box-sizing-wrap .panel .content .banner .banner-message .banner-message-copy h1 span {
		color: #fff200;
		font-weight: 900;
	}

	.box-sizing-wrap .panel .content .banner .banner-message .banner-message-copy .tagline p {
		color: #fff;
		font-size: 18px;
		line-height: 1.3em;
	}


	.box-sizing-wrap .persistent-navigation {
  -moz-box-shadow: 0px 0px 8px 0 #4a4a4a;
  -webkit-box-shadow: 0px 0px 8px 0 #666;
  box-shadow: 0px 0px 8px 0 #666;   
  position: relative;
  left: -960px;
  height: 70px;
  width: 300%;
  z-index: 5;
  margin: 0 auto;

  /* Fallback (could use .jpg/.png alternatively) */
  background-color: #1b89e0;

  /* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
  background-image:
  -webkit-gradient(linear, left top, right top, from(#1b89e0), to(#157ad6));

  /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
  background-image:
  -webkit-linear-gradient(left, #1b89e0, #157ad6);

  /* Firefox 3.6 - 15 */
  background-image:
  -moz-linear-gradient(left, #1b89e0, #157ad6);

  /* Opera 11.1 - 12 */
  background-image:
  -o-linear-gradient(left, #1b89e0, #157ad6);

  /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image:
  linear-gradient(to right, #1b89e0, #157ad6);
} 

.box-sizing-wrap .persistent-navigation .content .logo {
  background: url(http://images.bestbuy.com/BestBuy_US/en_US/images/abn/2014/com/pm/samsung/assets/images/samsung_logo.png) no-repeat 0 0;
  display: block;
  overflow: hidden;
  text-indent: -3000em;   
  width: 158px;
  height: 28px;
  position: absolute;
  top: 30px;
  left: 13px;
}

.box-sizing-wrap .panel.primary {
  background: #000 url(http://images.bestbuy.com/BestBuy_US/en_US/images/abn/2014/com/pm/samsung/desktop/assets/images/samsung_bg.jpg) no-repeat 50% 0;
  height: 585px;
}

.box-sizing-wrap .panel .content .banner .banner-message .banner-message-copy .tagline {
  position: relative;
  top: 10px;
  left: -10px;
}

.box-sizing-wrap .store-locator {
  background-color: #fff;
  display: none;
  width: 404px;
  padding: 20px 30px;
  position: relative;
  top: 50px;
  left: 0
}


/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}

/* General */
.box-sizing-wrap .samsung-primary-button:link {color: #fff;}
.box-sizing-wrap .samsung-primary-button:visited {color: #fff;}
.box-sizing-wrap .samsung-primary-button:hover {color: #fff; text-decoration: none;}
.box-sizing-wrap .samsung-primary-button:active {color: #fff;}

/* Hub page */

/* Panel 2 */


.box-sizing-wrap .panel.hub-curved-tvs {
  background: url(http://images.bestbuy.com/BestBuy_US/en_US/images/abn/2014/com/pm/samsung/desktop/assets/images/hub_curved_background_2x.jpg) no-repeat;
  background-position: center -1px;
  height: 740px; 
  padding-bottom: 0;
}


.box-sizing-wrap .panel.hub-curved-tvs .copy {
  position: absolute;
  top: 25%;
  width: 500px;
}

.box-sizing-wrap .panel.hub-curved-tvs .copy p {
	margin-bottom: 30px;
}
.box-sizing-wrap .panel.hub-curved-tvs .copy h4 {
  margin-bottom: 20px;
  width: 100%;
}

.box-sizing-wrap .panel.hub-curved-tvs .image {
  width: 310px;
  position: absolute;
  right: 50px;
  top: 10px;
}

.box-sizing-wrap .samsung-primary-button {
  background-color: #005ea7;
  border-radius: 6px;
  border: 1px solid #000;
  padding: 15px 20px;
  color: #fff;
  font-size: 14px;
}

/* Panel 3 */
.box-sizing-wrap .panel.hub-4k {
  background: transparent url(http://images.bestbuy.com/BestBuy_US/en_US/images/abn/2014/com/pm/samsung/desktop/assets/images/hub_curved_background_2x.jpg
  ) no-repeat;
  background-position: center -1px;
  height: 780px;
}
.box-sizing-wrap .panel.hub-4k h4 {
  width: 400px;	
  position: absolute;
  top: 270px;
  right: 0;
}

.box-sizing-wrap .panel.hub-4k .description {
  width: 420px;
position: absolute;
right: -23px;
top: 390px;
font-size: 17px;
}

.box-sizing-wrap .panel.hub-4k .pixel-count {
  position: absolute;
  left: 210px;
  top: 187px;
  width: 320px;
  z-index: 2;
  text-align: center;
}

.box-sizing-wrap .panel.hub-4k .figure-caption.pixel-count-caption {
left: 300px;
top: 150px;
}

.box-sizing-wrap .panel.hub-4k .factor-count {
  position: absolute;
  left: 240px;
  top: 30px;
  width: 280px;
  z-index: 2;
}

.box-sizing-wrap .panel.hub-4k .tv {
	position: absolute;
	left: -180px;
	top: 100px;
	width: 660px;
}

.box-sizing-wrap .panel.hub-4k .samsung-primary-button {
  position: absolute;
  right: 280px;
  top: 480px;
}

.box-sizing-wrap .panel.hub-4k .figure-caption.pixel-count-caption {
left: 300px;
top: 40px;
}
.box-sizing-wrap .panel.hub-4k .figure-caption.resolution-caption {
top: 150px;
left: 440px;
}
.box-sizing-wrap .panel.hub-smart-tvs {
	background: transparent url(http://images.bestbuy.com/BestBuy_US/en_US/images/abn/2014/com/pm/samsung/desktop/assets/images/hub_smart_background_2x.jpg) no-repeat 50% 1px;
  min-height: 780px;
}

.box-sizing-wrap .panel.hub-smart-tvs h4 {
  width: 475px;
  position: absolute;
  top: 220px;
  left: 0;
  }

  .box-sizing-wrap .panel.hub-smart-tvs .samsung-primary-button {
    position: absolute;
    top: 420px;
    left: 0;
  }

  .box-sizing-wrap .panel.hub-smart-tvs p {
    position: absolute;
    top: 340px;
    left: 0;
    font-size: 14px;
    width: 470px;
  }

  .box-sizing-wrap .panel.hub-smart-tvs .apps {
    width: 240px;
    margin-top: 0;
    margin-top: 0;
    position: absolute;
    top: 100px;
    right: 190px;
    z-index: 2;
  }
.box-sizing-wrap .panel.hub-smart-tvs .voice-command {
  margin-top: 0;
    width: 320px;
    position: absolute;
    top: 250px;
    right: 20px;
    z-index: 1;
  }
.box-sizing-wrap .panel.hub-smart-tvs .smart-hub {
    width: 230px;
    position: absolute;
    top: 480px;
    right: 230px;
    z-index: 2;
  }

  .box-sizing-wrap .panel .figure-caption {
	  background: transparent url(http://images.bestbuy.com/BestBuy_US/en_US/images/abn/2014/com/pm/samsung/desktop/assets/images/longline.png) no-repeat;
	  height: 50px;
	  position: absolute;
	  width: 300px;
  }

  .box-sizing-wrap .panel .figure-caption.left {
    background-position: bottom left;
  }

  .box-sizing-wrap .panel .figure-caption.right {
    background-position: -565px 30px;
  }
  .box-sizing-wrap .panel .figure-caption span {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 40px;
    font-size: 13px;
  }
.box-sizing-wrap .panel .figure-caption.left span {
text-align: left;
padding-right: 50px;
left: 30px;
 } 
  .box-sizing-wrap .panel .figure-caption.right span {
    text-align: right;
    padding-left: 50px;
    right: 30px;
  }

  .box-sizing-wrap .panel.hub-smart-tvs .figure-caption.apps-caption {
	  right: 390px;
	  top: 100px;
	  width: 320px;
}
  .box-sizing-wrap .panel.hub-smart-tvs .figure-caption.voice-command-caption {
    right: 327px;
    top: 430px; 
    width: 400px;
    z-index: 0;
}
  .box-sizing-wrap .panel.hub-smart-tvs .figure-caption.smart-hub-caption {
    width: 332px;
    right: 450px;
    top: 600px;
}
.box-sizing-wrap .panel.hub-smart-tvs .smart-tv-logo {
  width: 165px;
  position: absolute;
  top: 600px;
  left: 0;
}

.box-sizing-wrap .panel.hub-shape-audio {
  background: transparent url(http://images.bestbuy.com/BestBuy_US/en_US/images/abn/2014/com/pm/samsung/desktop/assets/images/hub_shape_background_2x.jpg) no-repeat center -4px;
  height: 780px;
}

.box-sizing-wrap .panel.hub-shape-audio h4 {

  width: 480px;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -240px;

}

.box-sizing-wrap .panel.hub-shape-audio .audio-products {
  position: absolute;
  bottom: 110px;
  width: 960px;
  display: none;
}

.box-sizing-wrap .panel.hub-shape-audio .audio-left {
  width: 234px;
  position: absolute;
  z-index: 1;  
  top: 227px;
}
.box-sizing-wrap .panel.hub-shape-audio .audio-middle {
  position: absolute;
  width: 600px;
  left: 198px;
  z-index: 2;
}
.box-sizing-wrap .panel.hub-shape-audio .audio-right {
  width: 258px;
  position: absolute;
  top: 295px;
  z-index: 1;
}

.box-sizing-wrap .panel.hub-shape-audio .samsung-primary-button {
  position: absolute;
  top: 240px;
  left: 50%;
  margin-left: -60px;
  z-index: 2;
}

.box-sizing-wrap .panel.hub-shape-audio .shape-logo {
width: 152px;
position: absolute;
top: 315px;
left: 400px;


}



.box-sizing-wrap .panel.hub-shape-audio p {
  width: 560px;
  top: 175px;
  position: absolute;
  left: 50%;
  margin-left: -280px;
  text-align: center;
}
.box-sizing-wrap .panel .in-panel-navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #252525;
  height: 60px;
  padding: 5px 0;
}

.box-sizing-wrap .panel .in-panel-navigation ul {
  width: 960px;
  margin: 0 auto;
  height: 100%;
  display: table;
}

.box-sizing-wrap .panel .in-panel-navigation ul li {
  list-style-type: none;
  text-align: center;
  border-right: 1px solid #4d4e4e;
  height: 100%;
  display: table-cell;
}

.box-sizing-wrap .panel .in-panel-navigation ul li:last-child {
  border: none;
}

.box-sizing-wrap .panel .in-panel-navigation ul li a {
  display: block;
  height: 100%;
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
}

.box-sizing-wrap .panel .in-panel-navigation ul li a:link {color: #fff;}
.box-sizing-wrap .panel .in-panel-navigation ul li a:visited {color: #fff;}
.box-sizing-wrap .panel .in-panel-navigation ul li a:hover {color: #0396ff; text-decoration: none;}
.box-sizing-wrap .panel .in-panel-navigation ul li a:active {color: #0396ff;}

.box-sizing-wrap .panel.experience-samsung {
  background-color: #2c2c2c;
  height: 290px;
}

.box-sizing-wrap .panel.experience-samsung h4 {
  position: absolute;
  top: 65px;
  width: 540px;
  left: 50%;
  margin-left: -270px;
}
.box-sizing-wrap .panel.experience-samsung iframe {
  position: absolute;
  bottom: 0;
  left: 420px;
}
.box-sizing-wrap .panel.experience-samsung .store-selection {
display: none;
position: absolute;
top: 180px;
left: 50%;
margin-left: -100px;
}
.desc { color:#6b6b6b;}
.desc a {color:#0092dd;}

.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
.dropdown dd { position:relative; }
.dropdown a, .dropdown a:visited { color:#121212; text-decoration:none; outline:none;}
.dropdown a:hover { color:#5d4617;}
.dropdown dt a:hover, .dropdown dt a:focus { color:#121212; border: 1px solid #121212;}
.dropdown dt a {
  background: #fff url(http://images.bestbuy.com/BestBuy_US/en_US/images/abn/2014/com/pm/samsung/desktop/assets/images/Input-Arrows.png) no-repeat scroll 170px center;
  border-radius: 6px;
  display:block;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 20px;
  width:200px;
}
.dropdown dt a span {cursor:pointer; display:block; padding:5px; color: #121212;}
.dropdown dd ul {
  background:#fff none repeat scroll 0 0;
  color: #000;
  display:none;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  left:0px;
  padding: 5px 20px;
  position:absolute;
  top:2px;
  width:auto;
  min-width:200px;
  list-style:none;
}
.dropdown span.value { display:none;}
.dropdown dd ul li a {
  padding:5px;
  display:block;
}
.dropdown dd ul li a:hover { background-color: #c0c0c0;}

.dropdown img.flag { border:none; vertical-align:middle; margin-left:10px; }
.flagvisibility { display:none;}


.box-sizing-wrap.hd-ultra .panel.primary {
  background: transparent url(http://images.bestbuy.com/BestBuy_US/en_US/images/abn/2014/com/pm/samsung/desktop/assets/images/UHD-Featured-Main@2x.jpg) no-repeat 50% 0;
  height: 585px;
  background-size: contain;
}

.box-sizing-wrap.hd-ultra .panel.primary h4 {
  width: 640px;
  position: absolute;
  left: 50%;
  margin-left: -320px;
  top: 90px;
}

.box-sizing-wrap.hd-ultra .panel.primary p {

  color: #fff;
  width: 660px;
  line-height: 1.4em;
  text-align: center;
  font-size: 16px;
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -330px;
}

.box-sizing-wrap.hd-ultra .panel.hd-ultra-streaming {
  background: transparent url(http://images.bestbuy.com/BestBuy_US/en_US/images/abn/2014/com/pm/samsung/desktop/assets/images/Section-BG.jpg) no-repeat 50% 0;
  height: 710px;
}
.box-sizing-wrap.hd-ultra .panel.hd-ultra-streaming .content .image {
position: absolute;
width: 670px;
left: -180px;
top: 80px;
}

.box-sizing-wrap.hd-ultra .panel.hd-ultra-streaming .content h4 {
  width: 350px;
  position: absolute;
  top: 130px;
  right: 90px;
}

.box-sizing-wrap.hd-ultra .panel.hd-ultra-streaming .content p {
  width: 405px;
  position: absolute;
  right: 30px;
  top: 260px;
}

.box-sizing-wrap.hd-ultra .panel.hd-ultra-streaming .content .samsung-primary-button {
  position: absolute;
  right: 250px;
  top: 350px;
}

.box-sizing-wrap.hd-ultra .panel.hd-ultra-streaming .content .netflix-logo {
  width: 70px;
  position: absolute;
  top: 500px;
  right: 294px;
}
.box-sizing-wrap.hd-ultra .panel.hd-ultra-streaming .content .mgo-logo {
  width: 70px;
  position: absolute;
  top: 500px;
  right: 370px;
}

.box-sizing-wrap.hd-ultra .panel.hd-ultra-upscaling .content h4 {
  position: absolute;
  left: 0;
  top: 100px;
  width: 470px;
}
.box-sizing-wrap.hd-ultra .panel.hd-ultra-upscaling .content .image {
  position: absolute;
  width: 845px;
  right: -120px;
  top: 50px;
}
.box-sizing-wrap.hd-ultra .panel.hd-ultra-upscaling {
  height: 780px;

}
.box-sizing-wrap.hd-ultra .panel.hd-ultra-upscaling .content p {
width: 440px;
position: absolute;
top: 220px;
}
.box-sizing-wrap.hd-ultra .panel.hd-ultra-upscaling .content .samsung-primary-button {
position: absolute;
top: 320px;
}

.box-sizing-wrap.hd-ultra .panel.hd-ultra-evolutionary .content h4 {
  position: absolute;
  top: 90px;
  right: 90px;
  width: 345px;
}

.box-sizing-wrap.hd-ultra .panel.hd-ultra-evolutionary .content .image {
  width: 790px;
  left: 0;
  top: 105px;
}

.box-sizing-wrap.hd-ultra .panel.hd-ultra-evolutionary .content p {
  position: absolute;
  top: 210px;
  right: 90px;
  width: 345px;
}

.box-sizing-wrap.hd-ultra .panel.hd-ultra-evolutionary .content .samsung-primary-button  {
  position: absolute;
  right: 245px;
  top: 300px;
}
.box-sizing-wrap.hd-ultra .panel.hd-ultra-evolutionary {
height: 640px;
padding-bottom: 0;
padding-top: 60px;
 background: transparent url(http://images.bestbuy.com/BestBuy_US/en_US/images/abn/2014/com/pm/samsung/desktop/assets/images/Section-BG.jpg) no-repeat 50% 0;

}

.box-sizing-wrap.hd-ultra .panel.hd-ultra-pur-color {
  height: 640px;
}

.box-sizing-wrap.hd-ultra .panel.hd-ultra-pur-color .content h4{
  width: 490px;
  position: absolute;
  top: 210px;
  left: 0;
  z-index: 2;
}

.box-sizing-wrap.hd-ultra .panel.hd-ultra-pur-color .content .image {
  position: absolute;
  width: 725px;
  right: -100px;
  top: 50px;
}

.box-sizing-wrap.hd-ultra .panel.hd-ultra-pur-color .content p {
width: 490px;
position: absolute;
left: 0;
top: 326px;
z-index: 2;

}

.box-sizing-wrap.hd-ultra .panel.hd-ultra-pur-color .content .samsung-primary-button  {
  position: absolute;
  left: 0;
  top: 460px;

}

.box-sizing-wrap.hd-ultra .panel.hd-ultra-dimming {
  height: 680px;
 background: transparent url(http://images.bestbuy.com/BestBuy_US/en_US/images/abn/2014/com/pm/samsung/desktop/assets/images/Section-BG.jpg) no-repeat 50% 0;

}


.box-sizing-wrap.hd-ultra .panel.hd-ultra-dimming .content h4 {
  position: absolute;
  right: 125px;
  top: 160px;
  width: 245px;
}

.box-sizing-wrap.hd-ultra .panel.hd-ultra-dimming .content .image {
  width: 660px;
  position: absolute;
  left: -100px;
  top: 70px;
}

.box-sizing-wrap.hd-ultra .panel.hd-ultra-dimming .content p {
  position: absolute;
  right: 0;
  top: 280px;
  width: 370px;
}

.box-sizing-wrap.hd-ultra .panel.hd-ultra-dimming .content .samsung-primary-button  {
  position: absolute;
  right: 180px;
  top: 400px;
}

.box-sizing-wrap.hd-ultra .panel.hd-ultra-dimming .content .dimming-icon {
  position: absolute;
  right: 270px;
  top: 500px;
  width: 100px;
}

.box-sizing-wrap.smart-tvs .panel.primary {
  background: #c3c3c3 url(http://images.bestbuy.com/BestBuy_US/en_US/images/abn/2014/com/pm/samsung/desktop/assets/images/Smart-Feature@2x.jpg) 50% 0 no-repeat;
  background-size: contain;
}
.box-sizing-wrap.smart-tvs .panel.primary .content h4 {
  width: 495px;
  position: absolute;
  top: 75px;
  left: 50%;
  margin-left: -287px;
}

.box-sizing-wrap.smart-tvs .panel.smart-tvs-smart-hub {
  height: 780px;
}

.box-sizing-wrap.smart-tvs .panel.smart-tvs-smart-hub h4 {
position: absolute;
top: 250px;
right: 50px;
z-index: 2;
width: 307px;

}

.box-sizing-wrap.smart-tvs .panel.smart-tvs-smart-hub p {
  position: absolute;
  right: 50px;
  top: 370px;
  z-index: 2;
  width: 307px;
}

.box-sizing-wrap.smart-tvs .panel.smart-tvs-smart-hub .samsung-primary-button {
  position: absolute;
  bottom: 170px;
  right: 205px;
  z-index: 2;
}

.box-sizing-wrap.smart-tvs .panel.smart-tvs-smart-hub .background-image {
  position: absolute;
  width: 2000px;
  height: 888px;
  left: -520px;
}
.box-sizing-wrap.smart-tvs .panel.smart-tvs-smart-hub .image {
  position: absolute;
  z-index: 2;
  width: 1590px;
  top: 190px;
  left: -500px;
}



.box-sizing-wrap.smart-tvs .panel.smart-control .content h4 {
width: 355px;
position: absolute;
top: 250px;
left: 0;
z-index: 2;
}

.box-sizing-wrap.smart-tvs .panel.primary .content p {
  position: absolute;
  left: 50%;
  width: 495px;
  margin-left: -287px;
  text-align: center;
  top: 130px;
  font-size: 16px;
}

.box-sizing-wrap.smart-tvs .panel.smart-control {
  height: 780px;
}
.box-sizing-wrap.smart-tvs .panel.smart-control .content .image {
  width: 758px;
  position: absolute;
  right: -90px;
  top: 100px;
}

.box-sizing-wrap.smart-tvs .panel.smart-control .content p {
  position: absolute;
  top: 380px;	
  z-index: 2;
}

.box-sizing-wrap.smart-tvs .panel.smart-control .content .samsung-primary-button  {
  position: absolute;
  top: 500px;
}

.box-sizing-wrap.smart-tvs .panel.smart-control .content .footnote {
  position: absolute;
  left: 0;
  top: 420px;
  z-index: 1;
  width: 420px;
}

.box-sizing-wrap.smart-tvs .panel.smart-tvs-connected {
  height: 672px;
  overflow-y: hidden;
  padding-top: 80px;

}
.box-sizing-wrap.smart-tvs .panel.connected h4 {

}

.box-sizing-wrap.smart-tvs .panel.smart-tvs-connected .image {
  position: absolute;
	height: 934px;
	width: 2000px;
	left: -500px;
	top: -262px;
}

.box-sizing-wrap.smart-tvs .panel.smart-tvs-connected h4 {
position: absolute;
right: 190px;
top: 0;
z-index: 2;
width: 261px;
}

.box-sizing-wrap.smart-tvs .panel.smart-tvs-connected p {
  position: absolute;
  right: 150px;
  top: 120px;
  width: 300px;
  z-index: 2;
}
.box-sizing-wrap.smart-tvs .panel.smart-tvs-connected .footnote {
  position: absolute;
  right: 150px;
  top: 250px;
  width: 300px;
  font-size: 10px;
  z-index: 2;
}

.box-sizing-wrap.smart-tvs .panel.smart-tvs-connected .samsung-primary-button {
position: absolute;
z-index: 2;
right: 300px;
top: 300px;
}



.box-sizing-wrap.curved-tvs .panel.primary {
  background: #000 url(http://images.bestbuy.com/BestBuy_US/en_US/images/abn/2014/com/pm/samsung/desktop/assets/images/Curved-Feature@2x.jpg) no-repeat 50% 0;
  background-size: contain;
}

.box-sizing-wrap.curved-tvs .panel.primary .content h4 {
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -265px;
  width: 530px;
}

.box-sizing-wrap.curved-tvs .panel.primary .content p {
  width: 460px;
  position: absolute;
  left: 50%;
  margin-left: -230px;
  top: 170px;
  color: #fff;
  font-size: 17px;
  text-align: center;
}

.box-sizing-wrap.curved-tvs .panel.primary .content .play-icon {
  position: absolute;
  top: 280px;
  left: 50%;
  width: 71px;
  margin-left: -35px;
}
.box-sizing-wrap.curved-tvs .panel.curved-tvs-best-seat {
  height: 807px;
}
.box-sizing-wrap.curved-tvs .panel.curved-tvs-best-seat .content h4 {
  position: absolute;
  top: 80px;
  left: 500px;
  width: 305px;
  z-index: 2;
}

.box-sizing-wrap.curved-tvs .panel.curved-tvs-best-seat .content p {
  position: absolute;
  top: 200px;
  left: 500px;
  width: 430px;
  z-index: 2;
}
  .box-sizing-wrap.curved-tvs .panel.curved-tvs-best-seat .content .image {
width: 2000px;
left: -520px;
position: absolute;
}
.box-sizing-wrap.curved-tvs .panel.curved-tvs-best-seat .content .samsung-primary-button {
  position: absolute;
  top: 290px;
  left: 500px;
  z-index: 2;
}


.box-sizing-wrap.curved-tvs .panel.curved-tvs-entertainment {
height: 780px;
padding-top: 60px;
}
.box-sizing-wrap.curved-tvs .panel.curved-tvs-entertainment .content h4 {
width: 378px;
position: absolute;
left: 0;
top: 290px;

}

.box-sizing-wrap.curved-tvs .panel .content p {
  width: 390px;
  position: absolute;
  left: 0;
  top: 410px;
}

.box-sizing-wrap.curved-tvs .panel.curved-tvs-entertainment .content .image {
  width: 428px;
  position: absolute;
  right: 0;
  top: 0;
}

.box-sizing-wrap.curved-tvs .panel.curved-tvs-entertainment .content .samsung-primary-button {
  position: absolute;
  top: 550px;
  left: 0;
}


.box-sizing-wrap.shape-audio .panel.primary {
  background: #000 url(http://images.bestbuy.com/BestBuy_US/en_US/images/abn/2014/com/pm/samsung/desktop/assets/images/Shape_image_feature_2x.jpg) no-repeat 50% 0;
  background-size: contain;
}

.box-sizing-wrap.shape-audio .panel.primary .content h4 {
  position: absolute;
  width: 689px;
  left: 50%;
  margin-left: -345px;
  top: 75px;
}

.box-sizing-wrap.shape-audio .panel.primary .content p {
position: absolute;
left: 50%;
width: 530px;
margin-left: -265px;
text-align: center;
color: #fff;
top: 170px;
font-size: 16px;
}
.box-sizing-wrap.shape-audio .panel.shape-audio-wireless {
  height: 500px;
}
.box-sizing-wrap.shape-audio .panel.shape-audio-wireless .content .image {
  width: 1440px;
  height: 581px;
  position: absolute;
  top: 0;
  left: -360px;
}
.box-sizing-wrap.shape-audio .panel.shape-audio-wireless h4 {
  width: 340px;
  position: absolute;
  right: 190px;
  top: 150px;
  z-index: 2;
} 

.box-sizing-wrap.shape-audio .panel.shape-audio-wireless p {
  position: absolute;
  width: 400px;
  right: 125px;
  top: 280px;
  z-index: 2;
}
.box-sizing-wrap.shape-audio .panel.shape-audio-wireless .content .samsung-primary-button {
position: absolute;
right: 334px;
top: 400px;
z-index: 2;
}


.box-sizing-wrap.shape-audio .panel.shape-audio-custom {
  height: 1170px; 
  padding-top: 60px;
}

.box-sizing-wrap.shape-audio .panel.shape-audio-custom h4 {
position: absolute;
width: 600px;
top: 400px;
left: 50%;
margin-left: -300px;
z-index: 2;
}

.box-sizing-wrap.shape-audio .panel.shape-audio-custom p.woman {
  width: 670px;
  position: absolute;
  left: 50%;
  margin-left: -335px;
  z-index: 2;
  top: 480px;

}
.box-sizing-wrap.shape-audio .panel.shape-audio-custom .samsung-primary-button {
  position: absolute;
  top: 600px;
  left: 387px;
  z-index: 2;
}

.box-sizing-wrap.shape-audio .panel.shape-audio-custom .image.woman {
  position: absolute;
  top: 0;
  left: -520px;
  width: 2000px;
}

.box-sizing-wrap.shape-audio .panel.shape-audio-custom .image.products {
  position: absolute;
  top: 308px;
  width: 2000px;
  left: -520px;
}

.box-sizing-wrap.shape-audio .panel.shape-expand-experience {
  height: 980px;
}

.box-sizing-wrap.shape-audio .panel.shape-expand-experience h4 {
  position: absolute;
  width: 320px;
  left: 0;
  top: 160px;
  z-index: 2;
}

.box-sizing-wrap.shape-audio .panel.shape-expand-experience .image {
  position: absolute;
  width: 1255px;
  left: -150px;
  top: 100px;
}

.box-sizing-wrap.shape-audio .panel.shape-expand-experience p {
  width: 320px;
  position: absolute;
  left: 0;
  top: 290px;
}

.box-sizing-wrap.shape-audio .panel.shape-expand-experience .samsung-primary-button {
  position: absolute;
  top: 450px;
  left: 0;
}


.box-sizing-wrap .lightbox-content {
  display: none;
}
