/* 

-------------------------------------------------------------

PRODUCT

*/

#product { color:#717476; font-size:18px; line-height:28px; }

#product-left { width:530px; float:left; }

#product-right { width:530px; float:right; padding-top:20px; }

#product-right h1 { font-size:40px; color:#5a5c5f; }

#product-tools { border-top:1px solid #d0d1d2; padding:30px 0px; margin-top:30px; padding-bottom:20px; }

#product-tools h2 { line-height:50px; float:left; font-size:40px; font-weight:200; }

#product-buy { float:right; width:225px; height:50px; float:right; text-align:right; }

#product-qty { font-family:'Source Sans Pro', sans-serif; font-size:18px; border:1px solid #b9bbbd; background:transparent; padding:13px 0px; width:50px; text-align:center; vertical-align:top; color:#5c5e5f; }

#product-buybtn { -webkit-appearance:none; font-family:'Source Sans Pro', sans-serif; font-size:18px; font-weight:600; cursor:pointer; height:50px; width:150px; background:#f15c22; color:#ffffff; border:none; vertical-align:top; margin-left:10px; }

#product-buybtn:hover { background:#cd4f1f; }

/* product gallery */

#product-gallery-main { background:#dbdbdc url(../img/logo-loading.png) center no-repeat; height:350px; overflow:hidden; border-radius:4px; -webkit-border-radius:4px; }

#product-gallery-main img, #product-gallery-thumbs img { border-radius:4px; -webkit-border-radius:4px; margin-bottom:-4px; }

#product-gallery-thumbs { padding-top:20px; }

#product-gallery-thumbs a { display:block; width:21%; margin-right:4%; float:left; -webkit-opacity:0.4; opacity:0.4; }

#product-gallery-thumbs a:hover, #product-gallery-thumbs a.active-thumb { -webkit-opacity:1; opacity:1; }


/* 

-------------------------------------------------------------

IPAD LANDSCAPE

*/

@media (max-width: 1150px) {

	/* product */

	#product-left { width:430px; }

	#product-right { width:430px; }


	/* product-gallery */

	#product-gallery-main { height:284px; }


}


/* 

-------------------------------------------------------------

IPAD PORTRAIT

*/

@media (max-width: 960px) {

	/* product */

	#product-left, #product-right { width:530px; float:none; margin:auto; }

	#product-right { margin-bottom:40px; }


	/* product-gallery */

	#product-gallery-main { height:350px; }

}


/* 

-------------------------------------------------------------

IPHONE

*/

@media (max-width: 767px) {

	#secondary-nav h2 { display:none; }

}



/* 

-------------------------------------------------------------

IPHONE SMALLER

*/

@media (max-width: 600px) {

	/* product */

	#product { font-size:16px; line-height:25px; }

	#product-left, #product-right { width:100%; }


	/* product-gallery */

	#product-gallery-main { height:auto; }


	/* product tools */

	#product-tools { padding-top:20px; }

	#product-buy { float:none; width:100%; height:50px; float:right; text-align:left; margin-top:20px; }

	#product-qty { font-family:'Source Sans Pro', sans-serif; font-size:18px; border:1px solid #b9bbbd; background:transparent; padding:13px 0px; width:50px; text-align:center; vertical-align:top; color:#5c5e5f; }


}