@import "reset.css";

@import "1224.css";

/*////////////////////////////////////////////////////////////////////*/
/*
  Master CSS ~ Altos Photonics
  Developed by Lyle Hebel @ Massive
*/

body {
	font-family: "myriad-pro",sans-serif;
}


#search{
	text-align: center;
	margin: auto 0;
	}

a, #productThumbnails .email {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}

a:hover {
	color: #bcbcbc;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

a.button {
	background: #b20738 /*red */;
	color: #fff;
	padding: 12px 12px 10px 12px;
	line-height: 45px;
	text-transform: uppercase;
}

a.button:hover {
	background-color: #999999;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

input[type=submit] {
	background: #b20738 /*red */ !important;
	color: #fff;
	padding: 0 12px;
	margin-left: 10px;
	line-height: 45px;
	text-transform: uppercase;
	font-size: 14px;
	border: none;
	font-weight: bold;
	border-radius: 0px;
	-webkit-appearance: none;
	cursor: pointer;
}

input[type=submit]:hover {
	background-color: #999999;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

a img {
	opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   -webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
}

a img:hover {
	opacity: .5;	
}

p {
	font-size: 14px;
	line-height: 20px;
	margin: 10px 0;
}


hr.style-one {
	border: 0;
	height: 10px;
	background: #666;
	margin: 10px 0;
}


p#center {
	text-align: center;
	margin: 0 auto;	
}

.clear {
	clear: both;
}

h1 {
	font-size: 23px;
	line-height: 30px; 	
}

h2 {
	background: #555555;
	text-align: center;
	padding: 12px 0 10px 0;
	margin: 40px 0 20px 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
}


h2.main {
	background: #555555;
	text-align: center;
	padding: 12px 0 10px 0;
	margin: 0px 0 20px 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
}


h3 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}

/*/////////////////// Navigation */

.logo {
	padding: 25px;
}

#orderInfo {
	font-size: 16px;
	line-height: 21px;
	font-weight: 600;
}

.phone {
	font-size: 20px;
	color: #b20738 /*red */;
	font-weight: bold;
	display: inline-block;
}

.email {
	font-size: 14px;
	font-weight: normal;
}

#nav {
	height: 40px;
	background: #555555;
	margin-bottom: 40px;
}

#nav ul {
	list-style-type: none; 
    text-align: center;
    display: inline;
    overflow: hidden;
    width: 100%;
}

#nav li a {
	font-size: 16px;
	font-weight: 100;
	width: 15%;
	float: left;
	color: #fff;
	padding: 13px 30px 10px 30px;
	background: #555555;
	text-transform: uppercase;
}

#nav li input[type=submit] {
	width: 15.85%;
	line-height: 18px;
	font-size: 16px;
	padding: 10px;
	margin-top: 0;
	border-radius: 0px;
} 

#nav li a:hover {
	background-color: #999999;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

#nav ul li ul {
	display: none;
}

#nav ul li ul li a { 
	width: 181px;
	font-size: 14px;
	line-height: 18px;
	clear: both;
}

#nav ul li:hover ul {
	display: block;
	position: absolute;
	z-index: 2222222222222222;
	clear: both;
	margin: 40px 0 0 0;
}

#mobileNav {
	width: 100%;
	margin: 0 0 40px 0;
	color: #b20738 /*red */;
	border-bottom: 1px solid #bbbdc0;
	line-height: 45px;
	text-transform: uppercase;
}

.menu {
	text-align: center;
	margin: 0px auto;
	max-width: 60px;
	display: block;
	
}

#mobileList {
	margin: -40px 0 40px 0;
	background:#555555;
	width: 100%;
	padding-bottom: 0px;
	float: right;
}

#mobileList li {
	text-align: center;
	padding: 5px 25px;
	border-bottom: 1px solid #fff;
}

#mobileList li a {
	font-size: 16px;
	line-height: 20px;
	font-weight: 100;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	display: block;
	margin: 10px 0;
}

#mobileList li.shopred {
	background-color: #b20738 /*red */;
}

.red {
	background-color: #b20738 !important;
}

.red:hover {
	background-color: #999 !important;	
}

#partnerImg img {
	max-width: 90%;
	margin: 10px auto;
	display: block;
}

#mobileList li input[type=submit] {
	width: 100%;
	margin: 0;
	text-align: center;
	padding: 0;
	font-size: 16px;
	padding-right: 0;
	border-radius: 0;
	border: none;
	background: none;
}

#mobileList li:hover, #mobileList li:active {
	background-color: #999999;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

/*/////////////////// Footer */


#greyBar {
	background: #555555;
	color: #fff;
	padding: 20px 0;
	margin: 20px 0;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}

#footer #orderInfo {
	text-align: center;
	line-height: 25px;
	margin: 30px 0 0 0;
}

/*/////////////////// Home */

#featured {
	background: #4d4d4d;
	color: #fff;
}

#featured .description {
	font-size: 14px;
	padding: 10px;
}

.featuredProduct {
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	width: 95%;
	text-align: left;
	margin: 10px;
}

#news {
	padding-top: 20px;
	padding-bottom: 30px;
}

#news img {
	padding: 10px 0 0 0;
	max-width: 90%;
	max-height: 60px;
	height: auto;
	width: auto;
	display: block;
}

.cycle-slideshow {
	margin-top: 0px;
	margin-bottom: -40px;
	position: relative;
}

.slide {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.slide h1, .slide h2, .slide p {
	margin: 0 70px;
}

.slide h1 {
	color: #b20738 /*red */;
	background: none;
	font-size: 50px;
	text-align: left;
	font-weight: bold;
	text-transform: capitalize;
	padding: 90px 0 0 0;
}

.slide h2 {
	font-size: 38px;
	line-height: 42px;
	color: #000;
	text-transform: none;
	background: none;
	text-align: left;
	padding: 10px 0;
	font-weight: bold;
}

.slide p {
	max-width: 500px;
	text-align: justify;
}

.cycle-pager {
	font-size: 65px;
   -webkit-text-fill-color: #666;
   -webkit-text-stroke-width: 3px;
   -webkit-text-stroke-color: #666;
	color: #666;
	text-align: center;
	letter-spacing: 10px;
	width: 100%;
	z-index: 100000000;
	position: absolute;
}

.cycle-pager-active, .cycle-pager span:hover {
	color: #999;
 	-webkit-text-fill-color: #999;
}

/*/////////////////// Product Pages */

#partnerLogos p a img {
	vertical-align: bottom;
	padding: 0 25px;
}

#productThumbnails {
	margin-top: 20px;
	margin-bottom: 20px;	
}

#productThumbnails p {
	padding: 0 10px;
}

#productThumbnails p.productName {
	font-size: 18px;
	margin-top: -15px;
}

#productThumbnails .email {
	margin: 0;
}

#productThumbnails a.button {
	background: #b20738 /*red */;
	color: #fff;
	padding: 12px 12px 10px 12px;
	line-height: 45px;
	text-transform: uppercase;
	font-size: 15px;
	display: inline;
	font-weight: bold;
	margin: 0;
}

#productThumbnails  a.button:hover {
	background-color: #999999;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	text-decoration: none;
}

#productPage img {
	border: 2px solid #bbbdc0;
	margin: 0 0 30px 0; 
}

#productThumbnails img.thumbnail {
	border: 1px solid #bbbdc0;
}

#productThumbnails a {
	color: #1b75bb;
	font-weight: normal;
	line-height: 18px;
	display: block;
	text-transform: capitalize;
}

#productThumbnails img {
	margin: 0;
}

#productThumbnails a:hover {
	text-decoration: underline;
}

#productThumbnails .price {
	font-size: 17px;
	font-weight: 600;
}

/*/////////////////// Google Search Bar */
  
  #gsc-i-id1 {
	  background: none !important;
  }
  #gsc-iw-id1 {
	  padding: 4px 0;
  }
  .cse input.gsc-search-button, input.gsc-search-button {
	border: #666666 !important;
    background: #555555 !important;
    border-radius: 0 !important;
    background-image: none;
    filter: none;
	color: #fff;
	padding: 12px 12px 10px 12px !important;
	line-height: 45px;
	text-transform: uppercase; 
	margin-left: -11px !important; 
  }
  
  .cse input.gsc-search-button:hover, input.gsc-search-button:hover {
    border: #8c0e32 /*red */;
    background: #b20738 /*red */ !important;
  }

  .gsc-control-cse {
    font-family: "myriad-pro", sans-serif;
    border-color: #FFFFFF;
    margin-top: 10px;
    background-color: #FFFFFF;
    width: 250px !important;
    padding: 0 !important;
  }
  .gsc-control-cse .gsc-table-result {
    font-family: "myriad-pro", sans-serif;
  }
  input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    border-color: #555555;
  }
  input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    border-color: #666666;
    background-color: #555555;
    background-image: none;
    filter: none;
  }
  .gsc-tabHeader.gsc-tabhInactive {
    border-color: #FF9900;
    background-color: #FFFFFF;
  }
  .gsc-tabHeader.gsc-tabhActive {
    border-color: #E9E9E9;
    background-color: #E9E9E9;
    border-bottom-color: #FF9900
  }
  .gsc-tabsArea {
    border-color: #555555;
  }
  .gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
  }
  .gsc-webResult.gsc-result:hover, .gsc-imageResult:hover {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
  }
  .gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b  {
    color: #0000CC;
  }
  .gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b {
    color: #0000CC;
  }
  .gs-webResult.gs-result a.gs-title:hover, .gs-webResult.gs-result a.gs-title:hover b, .gs-imageResult a.gs-title:hover, .gs-imageResult a.gs-title:hover b {
    color: #0000CC;
  }
  .gs-webResult.gs-result a.gs-title:active, .gs-webResult.gs-result a.gs-title:active b, .gs-imageResult a.gs-title:active, .gs-imageResult a.gs-title:active b {
    color: #0000CC;
  }
  .gsc-cursor-page {
    color: #0000CC;
  }
  a.gsc-trailing-more-results:link {
    color: #0000CC;
  }
  .gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
    color: #000000;
  }
  .gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
    color: #008000;
  }
  .gs-webResult div.gs-visibleUrl-short {
    color: #008000;
  }
  .gs-webResult div.gs-visibleUrl-short  {
    display: none;
  }
  .gs-webResult div.gs-visibleUrl-long {
    display: block;
  }
  .gs-promotion div.gs-visibleUrl-short {
    display: none;
  }
  .gs-promotion div.gs-visibleUrl-long  {
    display: block;
  }
  .gsc-cursor-box {
    border-color: #FFFFFF;
  }
  .gsc-results .gsc-cursor-box .gsc-cursor-page {
    border-color: #E9E9E9;
    background-color: #FFFFFF;
    color: #0000CC;
  }
  .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    border-color: #FF9900;
    background-color: #FFFFFF;
    color: #0000CC;
  }
  .gsc-webResult.gsc-result.gsc-promotion {
    border-color: #336699;
    background-color: #FFFFFF;
  }
  .gsc-completion-title {
    color: #0000CC;
  }
  .gsc-completion-snippet {
    color: #000000;
  }
  .gs-promotion a.gs-title:link,.gs-promotion a.gs-title:link *,.gs-promotion .gs-snippet a:link  {
    color: #0000CC;
  }
  .gs-promotion a.gs-title:visited,.gs-promotion a.gs-title:visited *,.gs-promotion .gs-snippet a:visited {
    color: #0000CC;
  }
  .gs-promotion a.gs-title:hover,.gs-promotion a.gs-title:hover *,.gs-promotion .gs-snippet a:hover  {
    color: #0000CC;
  }
  .gs-promotion a.gs-title:active,.gs-promotion a.gs-title:active *,.gs-promotion .gs-snippet a:active {
    color: #0000CC;
  }
  .gs-promotion .gs-snippet, .gs-promotion .gs-title .gs-promotion-title-right, .gs-promotion .gs-title .gs-promotion-title-right * {
    color: #000000;
  }
  .gs-promotion .gs-visibleUrl,.gs-promotion .gs-visibleUrl-short  {
    color: #008000;
  }


/*////////////////////////////////////////////////////////////////////*/
/* End of Master Elements 
////////////////////////////////////////////////////////////////////*/
/*
Responsive Site Specific Layout Elements
*/
/* Break 1 (iPhone Portrait +)----------- */
@media only screen and (max-width : 320px) {
	
	.logoCenter {
	text-align: center;
	width: 100%;
	}
	
	.gsc-control-cse {
    margin: 10px auto 40px auto;
    float: none;
    }
	
	#orderInfo {
	text-align: center;
	}
	
	#search{
	text-align: center;
	margin:0 auto;
	}
	
	.logo {
	margin-bottom: -35px;
	}
	
	#nav {
	display: none;
	}	
	
	#mobileNav {
	display: block;
	text-align: center;
	}
	
	#news {
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #bbbdc0;
	}	
	
	#newsBottom {
	padding-bottom: 20px;
	margin-bottom: 10px;
	}
	
	#productThumbnails img.thumbnail {
	padding: 37px;
	}	
	
	.ourPartners {
	padding: 0 20px;
	text-align: center;
	}
	
	#partnerLogos p a img {
	float: none;
	clear: both;
	display: block;
	margin: 15px auto;
	}
	
	#partnerLogos p {
	text-align: center;
	}
	
	/*----- Home Page Slider -----*/
	.slide h1, .slide h2, .slide p {
	margin: 0 20px;
	}
	
	.slide {
	background-size: contain;
	background-position: right bottom;
	}
	
			.slide {
	height: 200px;
	}

	.cycle-pager {
	top: 130px;
	}
	
	
	.slide h1 {
	padding: 20px 0 0 0;
	font-size: 50px;
	line-height: 46px;
	}
	
	.slide h2 {
	font-size: 28px;
	line-height: 32px;
	}
	
	.slide p {
	display: none;
	}
	
	
}

/* Break 2  (iPhone 4 & 4s Lanscape)----------- */
@media only screen and (min-width : 321px)
and (max-width : 480px) {
	
	.logoCenter {
	text-align: center;
	width: 100%;
	}
	
	.gsc-control-cse {
    margin: 10px auto 40px auto;
    float: none;
    }
	
	#orderInfo {
	text-align: center;
	}
	
	#search{
	text-align: center;
	margin:0 auto;
	}
	
	.logo {
	margin-bottom: -35px;
	}
	
	#nav {
	display: none;
	}	
	
	#mobileNav {
	display: block;
	text-align: center;
	}	
		
	#productThumbnails img.thumbnail {
	padding: 42px;
	}
	
	#productThumbnails a {
	font-size: 14px;
	}
	
	#partnerLogos p a img {
	float: none;
	clear: both;
	display: block;
	margin: 15px auto;
	}
	
	#partnerLogos p {
	text-align: center;
	}
	
	/*----- Home -----*/
	#news {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #bbbdc0;
	}	
	
	#news p {
	text-align: center;
	}
	
	#news img {
	display: block;
	margin: 0 auto;
	}
	
	#productThumbnails img.thumbnail {
	padding: 25px;
	}
	
	#productThumbnails a {
	font-size: 14px;
	}	
	
	.ourPartners {
	padding: 0 25px;
	text-align: center
	}
	
	/*----- Home Page Slider -----*/
	.slide h1, .slide h2, .slide p {
	margin: 0 25px;
	}
	
	.slide {
	background-size: contain;
	background-position: right bottom;
	}
	
		.slide {
	height: 200px;
	}

	.cycle-pager {
	top: 130px;
	}
	
	.slide h1 {
	padding: 20px 0 0 0;
	font-size: 50px;
	line-height: 46px;
	}
	
	.slide h2 {
	font-size: 28px;
	line-height: 32px;
	}
	
	.slide p {
	display: none;
	}
	
	
}

/* Break 3 (Non Apple Smart Phones/Tablets + iphone 5 Landscape)----------- */
@media only screen and (min-width : 481px)
and (max-width : 767px) {
	
	.logoCenter {
	text-align: center;
	width: 100%;
	}
	
	.gsc-control-cse {
    margin: 0 auto;
    float: none;
    }
	
	#orderInfo {
	text-align: center;
	}
	
	#search{
	text-align: center;
	margin:0 auto;
	}
	
	.logo {
	margin-bottom: -35px;
	}
	
	.gsc-control-cse {
    float: none;
    margin: 10px auto 30px auto;
    }
	
	#nav {
	display: none;
	}	
	
	#mobileNav {
	display: block;
	text-align: center;
	}	
	
	#partnerLogos p a img {
	float: none;
	clear: both;
	display: block;
	margin: 15px auto;
	}
	
	#partnerLogos p {
	text-align: center;
	}
	
	#productThumbnails p, #productThumbnails strong, #productThumbnails a {
	text-align: center;
	}
	
	#productThumbnails a {
	display: block;
	margin: 0 auto;
	}
	
	/*----- Home -----*/
	#news {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #bbbdc0;
	}	
	
	#news p {
	text-align: center;
	}
	
	#news img {
	display: block;
	margin: 0 auto;
	}
	
	#productThumbnails img.thumbnail {
	padding: 25px;
	}
	
	#productThumbnails a {
	font-size: 14px;
	}	
	
	.ourPartners {
	padding: 0 25px;
	text-align: center;
	font-weight:700;
	}
	
	/*----- Home Page Slider -----*/
	.slide h1, .slide h2, .slide p {
	margin: 0 25px;
	}
	
	.slide {
	background-size: contain;
	background-position: right bottom;
	}
	
	.slide {
	height: 260px;
	}

	.cycle-pager {
	top: 190px;
	}
	
	.slide h1 {
	padding: 40px 0 0 0;
	font-size: 32px;
	}
	
	.slide h2 {
	font-size: 20px;
	line-height: 22px;
	}
	
	.slide p {
	max-width: 100%;
	}
	
	
}

/* Break 4 (iPad Portrait +) ----------- */
@media only screen and (min-width : 768px)
and (max-width : 1023px) {
	
	.logoCenter {
	text-align: center;
	width: 100%;
	}
	
	.logo {
	margin-bottom: -35px;
	}
	
	.gsc-control-cse {
    float: none;
    margin: 10px auto 30px auto;
    }
	
	#orderInfo {
	text-align: center;
	}
	
	#search{
	text-align: center;
	margin: auto 0;
	}
	
	#nav {
	display: none;
	}	
	
	#mobileNav {
	display: block;
	}	
	
	#news {
	margin-top: 0;
	border-bottom: none;
	}
	
	#productThumbnails img.thumbnail {
	padding: 0px;
	}
	
	#productThumbnails a {
	font-size: 12px;
	}
	/*----- Home -----*/
	#partnerImg img {
	max-width: 75%;
	}
	
	/*----- Home Page Slider -----*/
	.slide h1, .slide h2, .slide p {
	margin: 0 50px;
	}
	
	.slide {
	background-size: contain;
	background-position: right bottom;
	}
	
	.slide h1 {
	padding: 70px 0 0 0;
	font-size: 42px;
	}
	
	.slide h2 {
	font-size: 28px;
	line-height: 30px;
	}
	
	.slide p {
	max-width: 100%;
	}
	
	.cycle-pager {
	top: 445px;
	}
	
		.slide {
	height: 290px;
}

.cycle-pager {
	top: 220px;
}

}

/* Break 5 (iPad Landscape +) ----------- */
@media only screen and (min-width : 1024px)
and (max-width : 1223px) {
	
	.logoCenter {
	text-align: left;
	width: 100%;
	}
	
	.gsc-control-cse {
    float: right;
    }
    
	#orderInfo {
	text-align: right;
	margin-top: 80px;
	margin-right: 30px;
	}
	
	#search{
		margin-top: 65px;
	}
	
	#nav {
	display: block;
	}	
	
	#nav ul li a {
	width: 14.6%;
	padding: 13px 10px 10px 10px;
	}
	
	#nav ul li ul li a {
	width: 147px;
	}
	
	#mobileNav {
	display: none;
	}
	
	#news {
	margin-top: 0;
	border-bottom: none;
	}	
	
	#productThumbnails img.thumbnail {
	padding: 7px;
	}
	
	#productThumbnails a {
	font-size: 14px;
	}
	
	/*----- Home -----*/
	.ourPartners {
	padding: 0 50px;
	text-align: center
	}
	
	/*----- Home Page Slider -----*/
	.slide h1, .slide h2, .slide p {
	margin: 0 50px;
	}
	
	.slide {
	height: 500px;
	}
	
	.slide h1 {
	padding: 50px 0 0 0;
	}
	
	.slide p {
	max-width: 420px;
	}
	
	.cycle-pager {
	top: 445px;
	}
	
	.slide {
	height: 370px;
}

.cycle-pager {
	top: 300px;
}
}

/* Break 6 (Desktop) ----------- */
@media only screen
and (min-width : 1224px) {
	
	.logoCenter {
	text-align: left;
	width: 100%;
	}
	
	.gsc-control-cse {
    float: right;
    }

	#orderInfo {
	text-align: right;
	margin-top: 80px;
	}
	
	#search{
		margin-top: 60px;
	}
	
	#nav {
	display: block;
	}	
	
	#mobileNav {
	display: none;
	}
	
	#news {
	margin-top: 0;
	border-bottom: none;
	}	
	
	#productThumbnails img.thumbnail {
	padding: 32px;
	}
	
	#productThumbnails a {
	font-size: 14px;
	}
	
	/*----- Home -----*/
	.ourPartners {
	padding: 0 50px;
	text-align: center
	}
	
	.slide h1 {
	padding: 90px 0 0 0;
	}
	
	.slide {
	height: 430px;
}

.cycle-pager {
	top: 345px;
}
	


}
