/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

/* Containers
--------------------------------------------------*/
#wrapper{
	width: 100%;
	/*max-width: 960px;*/
	max-width: 1248px;
	margin: 0 auto;
	/*background: #fff;*/
}

#fullgradient {
	width: 100%;
height: 100vh;
background-size: cover;
background-repeat: no-repeat;
left: 0;
top: 0;
position: fixed;
will-change: transform;
	background-image: linear-gradient(#aaa, #333 85%);
	z-index: -1;
}

#page_header{
	/*border-bottom: 5px solid #959595;*/
}

#page_header h1{
	display: block;
	width: 50%;
	height: 115px;
	margin: 0;
}

#homelogolink{
	float: left;
	display: block;
	width: 35%;
	
	margin: 0;
	padding: 15px 0 15px 15px;
}

#page_header h1 small{
	float: left;
	padding-top: 74px;
	color: #121212;
	font-style: italic;
	font-size: 18px;
}


/* Header */
/*#mainnav{ 
	background: #000; 
	width: 960px;
	width: 100%;
}*/

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

nav {
	height: 40px;
	width: 100%;
	/*background: #000000;*/
	font-size: 11pt;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: bold;
	position: relative;
	/*border-bottom: 2px solid #000000;*/
}
nav ul {
	padding: 0;
	margin: 0 auto;
	height: 40px;
	/*width: 770px;*/
}

nav li {
	/*background: #000;*/
	margin: 0
}

nav a {
	color: #fff;
	display: inline-block;
	/*width: 120px;*/
	padding: 0 10px 0 10px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	text-shadow: 1px 1px 0px #283744;
}
/*nav li a {
	border-right: 1px solid #494949;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}*/
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color: #494949;
	color: #fff;
}
nav a#pull {
	display: none;
}


/* Header menu */
#page_header menu{ float: right; }

#page_header menu ul{
	margin: 0;
	list-style: none;
	padding: 0;
}

#page_header menu ul li{
	float: right;
	margin: 20px;
}


/* Main nav */
/*#mainnav ul{
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

#mainnav ul li{
	display: inline-block;
	margin: 0 30px 0 0;
}

#mainnav ul li:last-child{ margin: 0; }

#mainnav ul li a{
	font-weight: 900;
	text-decoration: none;
	color: #fff;
}

#mainnav ul li a:hover{ text-decoration: underline; }
*/

	


/* Content */
#content{ padding: 30px; }

#sidebar{
	/*margin-right: 669px;*/
	border-right: 1px solid #e7e7e7;
	padding-right: 30px;
	float: left;
	width: 200px;
}

.main-content{
	float: right;
	max-width: 940px;
}





/* Sidebar
--------------------------------------------------*/
#sidebar .chzn-container,
#sidebar input{ margin-bottom: 15px; }



/* Lists
--------------------------------------------------*/
ul, ol{
	display: block;
	margin: 0 0 1.667em; /* 30px / 15px */
	/*list-style: square;*/
}

ol{ list-style: decimal; }

/*ul li, ol li{ margin: 15px; }*/



/* Photo List
--------------------------------------------------*/
#photo-list{
	list-style: none;
	margin: 0;
}

#photo-list li{
	display: block;
	margin: 0 30px 20px 0;
	padding: 5px;
	background: #000;
	float: left;
	width: 150px;
	text-align: center;
}

/*#photo-list li:nth-child(3n+1){ clear: left; }

#photo-list li:nth-child(3n){ margin-right: 0; }*/

#photo-list li > a{
	display: block;
	width: 150px;
	max-height: 100px;
	background: #111;
	vertical-align: middle;
	overflow: hidden;
}

#photo-list li img{
	display: block;
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
}

#photo-list li .action{
	float: right;
	display: block;
	margin: 5px 0 0 5px;
	width: 20px;
	height: 17px;
}

#photo-list li .action a, #photo-list li .action a img{
	display: block;
	width: 20px;
	height: 17px;
}

#photo-list li p{
	margin: 5px 0 0;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	/*width: 100px;*/
	overflow: hidden;
	text-align: center;
}

#photo-list .sample-list li img{
	display: inline;
}

#photo-list .marketing-list li p{
	overflow: visible;
	height: auto;
	width: auto;
	text-align: center;
}




/* Forms
--------------------------------------------------*/
form ol{
	margin: 15px 0;
	list-style: none;
}

form ol li{ margin: 15px 0; }

form label{
	display: block;
	font-weight: 900;
	color: #666;
	text-transform: uppercase;
}

form .req{ color: #e80042; }

form label .req{ margin-right: 10px; }

input[type="text"], 
input[type="password"], 
input[type="email"], 
input[type="tel"], 
input[type="url"], 
input[type="search"], 
input[type="number"], 
textarea,
select{
	display: block;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em; /* 18px */
	color: #87807b;
	padding: .556em; /* 10px */
	border: solid 1px #e3f3ec;
	border-radius: 4px;
	outline: none; /* remove safari & chrome outer glow */
	box-sizing: border-box;
	width: 100%;
}

input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="email"]:focus, 
input[type="tel"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="number"]:focus, 
textarea:focus,
select:focus{
	border-color: #3e5048;
}

textarea{ min-height: 8em; }

.button{
	display: inline-block;
	padding: 8px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: #dd5e00;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	line-height: 1;
	text-decoration: none;
	margin: 0;
}

.back{ background: #666; }
.update{ background: #333; }
.newsletter{ padding: 10px; }

.button:hover{
	background: #000;
	color: #fff;
}



/* Contact page
--------------------------------------------------*/
.contact-form{
	float: left;
	width: 430px;
}

.contact-aknowledgements{
	margin-left: 470px;
}

#caption{
	padding: 20px;
	background: #f9f9f9;
	border: solid 1px #efefef;
	margin: 20px 0;
}

#caption h3{
	margin-top: 0;
}



/* Main photo view
--------------------------------------------------*/
#image-box-main{
	background: #121212;
	padding: 20px;
}

#image-box-main .image-preview{
	text-align: center;
}

.infinite-item {
	height: 125px;
}

#image-box-main ol{
	height: 30px;
	margin: 20px 0 0;
	text-align: center;
}

#image-box-main ol li{
	display: inline-block;
	margin: 0 30px 0 0;
}

#image-box-main ol li label{
	color: #ccc;
}

#image-box-main ol li select{
	width: 200px;
}



/* Shopping Cart
--------------------------------------------------*/
.cart-actions{
	display: block;
	list-style: none;
	margin: 30px 0 0;
	text-align: right;
}

.cart-actions li{
	display: block;
	margin: 0 30px 0 0;
	height: 42px;
	float: left;
}

.cart-actions li a{
	display: block;
}

.cart-actions li a img{
	display: block;
}

.cart-actions .terms a{
	display: inline;
}

.deal-box, .dealerror{
	background-color: #fff6f0;
	border: solid 1px #f7eae3;
	padding: 20px 30px;
}

.dealerror{
	margin: 20px 0 0;
	background: #f8d5d5;
	border: solid 1px #f3cbcb;
	padding: 20px 30px;
}

.deal-box h3{
	padding: 0;
	margin: 0 0 10px;
}

.dealerror h3{
	padding: 0;
	margin: 0;
}

.deal-box p{
	margin: 0;
}



/* News articles
--------------------------------------------------*/
.posts{
	list-style: none;
}

.posts li{
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: dotted 1px #d7d7d7;
}

.posts li:last-child{
	border: none;
	padding-bottom: 0;
}

article h3.title{
	margin: 0;
	font-size: 24px;
	line-height: 28px;
}

article .posted_on{
	display: block;
	margin: 0 0 15px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #777;
}



/* Footer
--------------------------------------------------*/
#page_footer{
	padding: 0 0 30px;
	background: #000;
}

#page_footer .container{
	padding: 30px 0 0;
}


/* Newsletter */
#newsletter-bar{
	background: #333;
	padding: 10px 20px;
	height: 40px;
	line-height: 40px;
}

#newsletter-bar h3{
	color: #fff;
	float: left;
	line-height: 40px;
	margin: 0;
	font-size: 14px;
}

#newsletter-bar label{
	float: left;
	height: 40px;
	line-height: 40px;
	margin: 0 0 0 50px;
	color: #ccc;
	text-transform: none;
	font-size: 14px;
}

#newsletter-bar input[type="email"]{
	float: left;
	margin: 4px 0 4px 20px;
	width: 300px;
}

#newsletter-bar input[type="submit"]{
	float: left;
	margin: 4px 0 4px 10px;
	width: 80px;
}



/* Flashdata
--------------------------------------------------*/
p.info{
	background: #fffeed;
	border: solid 1px #eeeddc;
	color: #747368;
	padding: 10px;
	margin: 0 0 20px;
}

p.info.error{
	background: #fff0f0;
	border-color: #f9e8e8;
	color: #928d8d;
}

p.info.success{
	background: #f2fff0;
	border-color: #e6f7e4;
	color: #a4b2a2;
}




/* Typography
--------------------------------------------------*/
html{ font-size: 100%; } /* Set font size to browser default (16px) */

body{
	margin: 0;
	padding: 0;
	/*background: #000;*/

	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	-webkit-text-size-adjust:100%;
	line-height: 22px;
	color: #87807b;
}



/* Links */
a{ 
	color: #FFF; 
	text-decoration: none;
	transition-property: color;
	transition-duration: .2s;
	transition-timing-function: linear;
}
a:hover{ color: #004c9a; }
a:active{ color: #000; }

/* Links */
header li a{ 
	color: #FFF; 
	text-transform: uppercase;
	text-decoration: none;
	transition-property: color;
	transition-duration: .2s;
	transition-timing-function: linear;
	
}
header li a:hover{ color: #004c9a; }
header li a:active{ color: #000; }

nav li {
	text-transform: uppercase;
}


/* Headings */
h1, h2, h3, h4, h5, h6{
	font-weight: bold;
	color: #dd5e00;
}

h1{}

h2{
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 30px;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: -0.1em;
}

h2.title-case{
	text-transform: capitalize;
}

h2 em{
	color: black;
}

h2 small{
	color: #333;
	display: block;
	font-size: 24px;
}

h3{
	font-size: 18px;
	line-height: 24px;
	color: #000;
	margin: 15px 0;
}

#sidebar h3:first-child{
	margin-top: 0;
}

h4{}


/* Standard text */
p, li{ margin: 0 0 15px; }


/* Blockquotes */
blockquote{
	padding: 1.667em;
	background: #1b2e26;
	color: #fff;
}

blockquote p:last-child{ margin: 0; }

blockquote cite{
	display: block;
	text-align: right;
	font-size: 0.778em;
	color: #11c175;
}




/* Pagination
--------------------------------------------------*/
.page_navigation{
	clear: both;
	display: block;
	width: 100%;
	padding: 20px 0;
	border-top: 1px dotted #d7d7d7;
	text-align: center;
}

.page_navigation a{
	display: inline-block;
	padding: 8px;
	margin: 2px;
	color: #666;
	text-decoration: none;
	border-radius: 2px;
}

.page_navigation a:hover{
	background: #f9f9f9;
	color: #333;
}

.page_navigation a:active{
	background: #333;
	color: #fff;
}

.page_navigation a.active_page{
	background-color: #DB5C04;
	color: #fff;
}

.page_navigation .no_more{ display: none; }

#social-share{
	float: right;
	width: 160px;
}

div.atclear{ clear: none !important; }



/* Slideshow
--------------------------------------------------*/
#slides {
	width: 100%;
	height: 300px;
	z-index:100;
	position: relative;
}

.slides_container {
	overflow:hidden;
	position:relative;
	left: -30px;
	top: -30px;
	width: 100%; /*960px;*/
	display:none;
}

.slides_container div.slide {
	width:960px;
	height:270px;
	display:block;
}

.slides_container div.slide a{
	display: block;
	height: 270px;
	overflow: none;
	position: relative;
	
}

.slides_container div.slide a img{
	width: 100%;
	position: absolute;
	top: -185px;
}


/* Next/prev buttons */
#slides .next,#slides .prev {
	position:absolute;
	top:75px;
	left:-50px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	right:-50px;
	left: auto;
}

/*
	Pagination
*/

.pagination {
	margin: 0 auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/slidesjs/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width: 920px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}

#ad-box{
	width: 100%;
	margin: 20px auto 0;
	text-align: center;
}

.home-left{
	float: left;
	width: 300px;
}
.home-right{
	margin-left: 340px;
	padding-top: 10px;
}

.discount_code{
	background: #f9f9f9;
	border: solid 1px #efefef;
	padding: 30px;
	margin-top: 30px;
	clear: both;
}

.discount_code h3{
	margin-top: 0;
}

.total-images-online, .social-block{
	margin: 20px 0 0;
	border-top: dotted 1px #d7d7d7;
	padding-top: 20px;
}

.advert {
	border: 1px solid #CCCCCC; 
	padding: 5px; 
	margin: 10px 0;	
}


/* for 700px or more */
@media screen and (min-width: 701px) {
    #mainnav {
    	display: block;
    }
    #mobilenav {
    	display: none;
    }
    
    #mainnav.stuck {
    	background: rgba(0, 0, 0, 0.3);
    	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	    position: fixed;
	    top: 0;
	    z-index: 1;
    }
    
    #sidebar.stuck {
	    position: fixed;
	    top: 75px;
	    max-width: 195px;
    }
    
    nav li {
		display: inline;
		float: left;
		margin: 0 auto;
		/*background: #000;*/
	}
	
	

}

@media screen and (max-width: 768px) {
	#slides {
		display: none;
	}	
	#sidebar {
		padding-right: 12px;
	}
	.main-content {
		max-width: 410px;
	}

}

/* for 700px or less */
@media screen and (max-width: 700px) {

	.main-content {
		width: auto;
		float: none;
	}
	#sidebar {
		width: auto;
		float: none;
	}
		#mainnav {
		z-index: 1;
	}
	nav {
		border-bottom: 0;
		background: rgba(0,0,0,0.6);
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #000;
		width: 100%;
		position: relative;
		text-align: left;
	}
	nav a#pull:after {
		content:"";
		/*background: url('/img/nav-icon2.png') no-repeat;*/
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	#page_header h1 small {
		padding-top: 0;
		float: none;
	}
	#slides {
		display: none;
	}
	#page_header h1 {
		width: 100%;
		height: 100px;
	}
	
	#page_header h1 small {
		padding-top: 0;
		float: none;
	}
	#homelogolink{
		float: left;
		display: block;
		width: 35%;		
		margin: 0;
		padding:0;
	}
	.main-content {
		max-width: 340px;
		float: none;
	}

}

/* for 480px or less */
@media screen and (max-width: 480px) {

	#header {
		height: auto;
	}
	h1 {
		font-size: 24px;
	}
	.main-content {
		width: auto;
		float: none;
	}
	#sidebar {
		width: auto;
		float: none;
	}
	#mainnav {
		z-index: 1;
		background: rgba(0,0,0,0.6);
	}
	nav li {
		display: block;
		float: none;
		width: 100%;
		clear: both;
		background: rgba(0,0,0,0.6);
	}
	nav li a {
		border-bottom: 1px solid #576979;
	}
	
	#homelogolink{
		float: left;
		display: block;
		width: 35%;		
		margin: 0;
		padding:0;
	}
	
	#page_header h1 {
		width: 100%;
		height: 80px;
	}
	
	#page_header h1 small {
		padding-top: 0;
		float: none;
	}
	
	#page_header menu ul li {
		margin: 10px;
	}
	
	h2.title-case {
		clear: both;
	}
	
	#newsletter-bar label {
		margin: 0;
		clear: both;
	}
	
	#slides {
		display: none;
	}
	
	/* The shopping cart table doesn't look right on this sized screen, so let's change it
	/* Force table to not be like tables anymore */
	table.orders, thead.orders, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	table.orders td input {
		margin-left: 25%;
	}
	table.orders img {
		margin-left: 25%;
	}
	table.orders p {
		margin-left: 25%;
	}
	
	/*
	Label the data
	*/
	table.orders_xtra td:nth-of-type(1):before { content: "Item"; }
	table.orders_xtra td:nth-of-type(2):before { content: "Quantity"; }
	table.orders_xtra td:nth-of-type(3):before { content: "Description"; }
	table.orders_xtra td:nth-of-type(4):before { content: "Price"; }
	table.orders_xtra td:nth-of-type(5):before { content: "Sub-total"; }
	
	/* Contact form page */
	.contact-form {
		width: 300px;
	}
}


}
