/** Shopify CDN: Minification failed

Line 9:0 Unexpected "#3dbarctr"

**/
/* CSS Document */
.navdesktop {text-align:center;}
#navdesktopctr {text-align:center;width: 100%;}
#3dbarctr {text-align:center;}
#logocontainer {text-align:center;margin-left:auto;margin-right:auto;display: inline-block;}
.logoctr {position:relative;top:40px;z-index:600;width:247px;height:261px;display: inline-block;}
.frow {float:right;}
.header_stang {width:1132px;height:83px;background: url(//stangguitars.com/cdn/shop/t/18/assets/3dbar.png?v=62470138385436513561766634070) no-repeat;background-color:transparent !important;margin-top:-90px;}
.header_bg {width:1132px;height:83px;background: url(//stangguitars.com/cdn/shop/t/18/assets/3dbar.png?v=62470138385436513561766634070) no-repeat;background-color:transparent !important;margin-top:-90px;}
.footer_stangbtm {width:1132px;height:83px;background: url(//stangguitars.com/cdn/shop/t/18/assets/3dbar.png?v=62470138385436513561766634070) no-repeat;margin-top:20px;background-color:transparent !important;}
.desktophlinks {float:left !important;text-align:left !important;margin-left:49px;padding-top:14px;background-color:transparent !important;font:14px 'Futura', Arial, Helvetica, sans-serif !important;color:#f0f5df;font-weight:normal;font-style:italic !important;}
.desktophlinks a{color:#f0f5df;z-index:700;}
.desktophlinks a:hover{color:#f0f5df !important;text-decoration:none;}
.tanlinks{margin-right:12px;}
.last{margin-right:none !important;}

.navercontainer {
	width:1132px;
	margin-left:auto;
	margin-right:auto;
	padding-right:1px;
	background-color:transparent !important;
	
	
}
.naver {
	width:1132px;
	z-index:500;
	display:block;
    position:absolute;
	float:left;
	padding-left:1px;
	top:306px;
	background-color:transparent !important;
}

.navercontainerftr {
	width:1132px;
	margin-left:auto;
	margin-right:auto;
	padding-right:1px;
	
}
.naverftr {
	width:1132px;
	z-index:500;
	display:block;
    position:relative;
	float:left;
	padding-left:1px;
	bottom:520px;
}

.searchctrd {margin-top:-4px !important;padding-top:0 !important;height:50px !important; overflow:hidden !important; position: relative;}
.searchctr {margin-top:-4px !important;padding-top:0 !important;height:50px !important; overflow:hidden !important; position: relative;}

#checkoutSteps li {
    list-style-type: none !important;
}

#checkoutSteps  {
    margin-left: -40px !important;
    padding-left: none !important;
}
.one-page-checkout {
    margin-left: none !important;
    padding-left: none !important;
}

.col-main ol {
    margin-left: none !important;
    padding-left: none !important;
}

@media (max-width: 4000px) {
  .bodybg { 
  		background-image: url("//stangguitars.com/cdn/shop/t/18/assets/background.jpg?v=69207773024210036551766634070") !important;
  		background-repeat: no-repeat;
		background-position: top center;
  }
  #main {margin-top:-40px;width:1000px;text-align:center;background-color:white !important;border-left:3px solid black;border-right:3px solid black;box-shadow: 12px 0 15px -4px rgba(0, 0, 0, 0.8), -12px 0 8px -4px rgba(0, 0, 0, 0.8);}
  
  #gtsecure-templateform .col-main{
    margin-top: 0px !important;
    width: 100% !important;
    text-align: center;
    background-color: white !important;
    border-left: none !important;
    border-right: none !important;
    box-shadow: none !important;
}


 
  .navdesktop {display:inline;}
  .navmobile {display:none;}
  .flexslider {top:0px;}
}





/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

/*  GRID OF THREE   ============================================================================= */

	
.span_3_of_3 {
	width: 100%; 
}

.span_2_of_3 {
	width: 66.13%; 
}

.span_1_of_3 {
	width: 32.26%; 
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 100%;
	}
}

/*  GRID OF FOUR   ============================================================================= */

	
.span_4_of_4 {
	width: 100%; 
}

.span_3_of_4 {
	width: 74.6%; 
}

.span_2_of_4 {
	width: 49.2%; 
}

.span_1_of_4 {
	width: 23.8%; 
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_4_of_4 {
		width: 100%; 
	}
	.span_3_of_4 {
		width: 100%; 
	}
	.span_2_of_4 {
		width: 100%; 
	}
	.span_1_of_4 {
		width: 100%; 
	}
}

/*  GRID OF TWO   ============================================================================= */


.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%; 
	}
}

.span_1_of_4 h4 {margin-left:10px;}
.span_1_of_4 ul {list-style-type: none;padding-left:10px;}
.span_1_of_4 ul li{font-size:13px;}
.logoftr {width:100px;height:106px;float:left;}
.logoctrftr {width:100px;height:106px;}
.mfollow {display:none;}
.mlogin {display:none;}
.mcalloremail {display:none;}
.mhide {display:none;}
.cntbump {clear:both;margin-top:20px;}
.cntcntr {text-align:left;}
.cntcntr h1 {line-height:38px;}
.fleft {float:left;}
.fright {float:right;}
.plprice {font-size:24px;}
.mimage {width:960px;}
.mimageth {width:100px;border:1px solid #f2f2f2; padding:2px;}
.ithumbs {text-align:center;}
#thumbctr li {list-style: none;display: inline;}
.fluidth {max-width:100% !important;height:auto !important;}
.paypal {text-align:center;}
.pricing {font-size:12px;margin-top:24px;padding-left:16px;}
.ctbumphm {clear:both;margin-top:60px;}


