/*======================================================
  Screen Style Sheet
  B&B Manufacturing
------------------------------------------------------
  Author(s): Melody T
  Created: DateHere
======================================================*/

@media only screen and (min-width: 1399px) { 
	
	body.tpl-11 #content-wrap {
		width: 99%;
	}
	
	.wide-hidden {
		display: none;
	}
	
	.wide {
		display: block;
	}
	
	ul.col3 {
		padding-left: 93px;
	}
	
	#header #bread-social {
		position: absolute;
		left: -578px;
		margin-left: 50%;
		width: 1130px;
	}

	/****** Home Page ********/
	#hero-banner .flexslider .flex-caption .caption-content {
		height: 101px;
		width: 100%;
	}
	
	#hero-banner {
		width: 80%;
	}
	
	#hero-banner .flex-control-nav {
		bottom: 1px;
	}
	
	.flex-caption .caption-content h3 {
		text-align: center;
		font-size: 22px;
	}
	
	body.home #content-wrap {
		margin-top: 0;
		width: 80%;
		min-width: 1080px;
		max-width: 1500px;
	}
	
	body.home #blue-bg {
		top: 669px;
	}
	
	body.home #main-content p {
		font-size: 16px;
	}
	
	#content-wrap,
	#header {
		width: 80%;
	}
	
	#top-bar {
		width: 100%;
	}
	
	#primary-nav {
		left: -578px;
		margin-left: 50%;
	}
	
	#primary-nav > li > a{
		font-size: 15px;
	}

	/******1 column********/
	

	
	.tpl-2 #content{
		width:100%;
	}
	
	#contact-left,
	#contact-right {
		width: 45%;
	}
	
	
	/********2 column********/
	
	#sidebar-right{
		float:right;	
	}
	
	.tpl-3 #content, 
	.tpl-7 #content {
	    width: 77%;
	}
	
	#cds-product-detail-page {
		width: 100%;
	}
	
	/* Alter sidebar right */
	#sidebar-right {
		width: 21%;
		padding-left: 0;
		margin-left: 1%;
	}
	
	#rfq-btn-wrapper,
	#qc-wrapper {
		background: none;
		width: 100%;
	}
	
	.rfq-btn,
	#quickContact {
		width: 100%;
	}
	
	/* CDS Pages */
	.tpl-11 #content,
	.tpl-11 #cds-content {
		width: 100%;
	}
	
	.tpl-8 #content {
		width: 100%;
	}
	
	#cds-content {
		/*width: 1399px;*/
		width: 1206px;		
	}
	
	.cds-product-details .cds-product-details-left {
		margin-right: 2%;
	}
	
	.cds-product-details .cds-product-details-right {
	}
	
	.cds-product-image-container.new-cart {
		float: left;
		margin-right: 30px;
	}
	
	.cds-product-attributes {
		width: 100%;
	}
	
	/* Buckets */
	
	.home-bucket.bucket-83,
	.home-bucket.bucket-112 {
		float: right;
	}
	
	.home-bucket {
		margin-left: 3%;
	}
	
	.landing-bucket,
	.home-bucket { height: 180px; }
	
	.landing-bucket h3,
	.home-bucket h3 {
		position: relative;
		top: auto;
	}
	
	.landing-bucket img,
	.home-bucket img {
		position: relative;
		top: auto;
		left: auto;
	}
	
	.home-bucket h3 {
		min-height: 38px;
	}
	
	.home-bucket {
		min-height: 310px;
	}
	.home-bucket .description {
		padding-top: 65px;
		min-height: 310px;
		height: auto;
	}
	
	.home-bucket img {
		max-height: 231px;
		display: block;
		margin: 0 auto;
		width: auto;
	}
	
	
	.landing-bucket img {
		max-width: 356px;
		display: block;
		margin: 0 auto !important;
		height: auto;
	}
	
	
	/*******3 column**********/
	
	.tpl-4 #content {
	    width: 59%;
	    margin-left:1%;
	}
	
	.tpl-4 #sidebar-left {
		width: 16%;
		margin-right: 1%;
	}
	

	
	
	
	/******* Footer **********/
	
	#footer {
		height: 376px;
	}
	
	.sprite-bblogo-footer {
		height: 129px;
	}
	
	footer .center .footer-phone {
		width: 328px;
		margin: 10px auto;
	}
	
	.footer-phone p {
		float: left;
	}
	
	footer .center {
		height: 330px;
	}
	
	footer .center .sprite-footer-phone {
		float: left;
	}
	
	.center .social-links {
		clear: both;
	}
	
	.ISO-img {
		padding-top: 0;
		height: 238px;
		display: block;
		margin: 0 auto;
	}
	
	#footer-content h4 {
		margin-top: 0;
	}
	
	.footer-links a {
		padding: 5px;
		margin: 14px 0;
	}
	
	/******CDS catalog************/
	.tol-8 #content{
	  width:120%;
	}
	
	#cds-search-left-container {
		width: 20%;
		margin-left: 0;
	}
	
	#content-wrap.product {
		padding-left: 10px;
	}
	
	#cds-product-detail-page {
		margin-left: 0;
	}
	
	/* CDS Pages */
	
	#cds-search-right-container ul.cds-browse-list li {
		width: 19.33% !important;
	}
	
	
	/******CDS cart************/
	
	.cds-facet-container{
		
		width: 30em;
		margin-left:50px;
	}
	
	#cds-search-right-container{
	    width: 77%;
		margin-left:2%;
		
	}
}