@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');
@import url('https://fonts.googleapis.com/css2?family=Sanchez&display=swap');

/* ------ MAIN ------- */


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html{
	font-family: 'Josefin Sans', sans-serif;
	background:#ff7b00;
	font-size:18px;
	line-height:22px;
}	

header{
    box-sizing: border-box;
	text-align: center;
    width: 100%;
    padding: 0 40px !important;
    background-color: #fdfdfd;
    overflow: hidden;
}
#shipping_img{
	background:url(../images/free-shipping.png) no-repeat;
	width:760px;
	height:120px;
}
header h1{
    float: center;
	font: normal 24px/1.5 'Open Sans', sans-serif;
	color: #000;
}
.container h1{
	font-family: "Sanchez", serif;
	text-align:center;
	font-size:3em;
	font-weight:normal;
	margin:10px 0 20px;
	line-height:1.2em;
}
.container h3{
	text-align:center;
	font-size:1.66em;
	font-style:italic;
}
.container h4{
	font-size:1em;
	text-align: center;
    margin-top: 20px;
    color: blanchedalmond;	
}

header h1 span{
	font-size:0.8em;
}
header .ph a{
    color:#ffffff;
    text-decoration: none;
    display: inline-block;
    padding: 13px 50px;
    border-radius: 3px;
    font: bold 24px/1 'Open Sans', sans-serif;
    text-transform: uppercase;
    background-color:#252525;
	margin-top:40px;
}

ul {
    list-style: none;
    border-bottom: 1px solid #EAEAEA;
    background-color: #FFF;
    padding: 20px;
    margin-top: 0;
    text-align: center;
    margin-bottom: 75px;
}

ul a{
    text-decoration: none;
    color: #FFF;
    text-align: center;
    background-color: #252525;
    padding: 10px 16px;
    border-radius: 2px;
    opacity: 0.8;
    display: inline-block;
    margin: 4px;
    line-height: 1;
    outline: none;
	width:200px;
    transition: 0.2s ease;
}

ul li a.active{
    background-color: #000;
	color:#ff7b00;
    pointer-events: none;
}

ul li a:hover {
    opacity: 1;
}


ul li{
    display: inline-block;
	padding:10px;
}

@media (max-width: 1000px) {


    header h1{
        float: none;
    }

    header a{
        margin-top: 25px;
        float: none;
    }

}

.main-content{
    margin-bottom: 75px;
}

.container{
	width:960px;
	margin:0 auto;
	padding:10px 0 40px;
}
.container-full{
	width:90%;
	margin:0 auto;
	background:#fff;
}
.container-home{
	background:#fff;
	padding:40px;
	margin:0 auto;
	text-align:center !important;
}
.frame{
	margin:0px auto;
	width:11in;
	background:#fff;
	border:1px solid #ccc;
	padding:20px;
}
header .fleft{
	font-size:2.0em;
	font-weight:bold;
	background:#669999;
	padding:15px 30px;
	float:left;
	color:#fff;
	margin-bottom:30px;
}
header .fright{
	font-size:2.5em;
	float:right;
	margin:20px 160px 10px 0;
}

a{
	color:#252525;
	text-decoration:none;
}
em{
	color:#ff7b00;
	line-height:2.0em;
}
.contactbox{
	width:600px;
	text-align:left;
	margin:20px auto;
}
a.email{
	color:#D76B00;
	text-decoration:underline;
}
.clearfix{
	clear:both;
}
.clearfix::after {
  clear: both;
  display: block;
}
.col{
	float:left;
}
.col10{
	width:10%;
}
.col1{
	width:25%;
}
.col2{
	width:45%;
}
.col3{
	width:25%;
}
.col15{
	width:15%;
}
.col40{
	width:40%;
}
.col50,.col50H{
	width:50%;
}

.col60{
	width:60%;
}
.col80{
	width:80%;
}
.prods img{
	width:150px;
}
.prods .imgholder{
	height:300px;
}
.prods{
	padding:20px;
	border:1px solid #ccc;
	margin:5px;
	text-align:center;
	width:17%;
	min-width:280px;
	float:left;
}
.prods.blank{
	border:none;
}
.prods:hover{
	color:#ff6600;
}
.phone{
	margin-bottom:10px;
}
.phone img{
	margin:0 0 -5px 2px;
}

table.invoice td{
	font-size:0.8em;
	padding:1px 15px 0 0;
	width:100%;
}
table.invoice td input{
	width:240px;
}
table.itemized{
	width:100%;
	border:1px solid #ccc;
}
table.itemized th{
	font-size:0.8em;
	padding:5px 20px;
	background:#efefef;
	border-right:1px solid #ccc;
}
table.itemized td{
	padding:5px;
	font-size:0.8em;
	border-right:1px solid #ccc;
	vertical-align:top;
}

.col3 table{
	float:right;
}

.padL{
	padding-left:10px;
}
.padR{
	padding-right:10px;
}
.right{
	text-align:right;
}
.short{
	width:80px;
	text-align:center;
}
.med{
	width:100px;
	text-align:center;
}
.title{
	font-size:2em;
	text-align:center;
	color:#ff7b00;
	margin-bottom:20px;
}

/* FORM */
textarea {
  overflow: auto;
}
input, textarea{
	border:1px solid #ccc;
	font: 14px/16px Verdana, Arial, Helvetica, sans-serif;
}
input.title{
	width:100%;
	text-align:center;
	font-size:18px;
}
input.client{
	width:100%;
}
input[type="radio"]{
	margin-bottom:10px;
}
textarea{
	width:98%;	
	padding:5px;
}
/* TABLE */
table.qt{
	width:100%;
	border-spacing:0; 
    border-collapse: collapse;  
	margin-top:20px;
}
table.qt td{
	vertical-align:top;
}
table.qt th{
	border:1px solid #333;
	background-color:#fe9704;
}
input.tbheader{
	background:none;
	text-align:center;
	
}
.sml{
	width:130px;
}
.lrg{
	width:500px;
}
.xlrg{
	width:1000px;
	font-size:1.3em;
}
.center{
	text-align:center;
}
.big{
	font-size:1.1em;
	padding-top:10px;
}

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 105%;
		font: 'Josefin Sans', sans-serif;
		vertical-align: baseline;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1.5em;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}

h2{
	font-size:1.5em;
	line-height:2em;
}
	
.msg{
	text-align:center;
	font-weight:300;
	margin-bottom:10px;
}

/*** TIMESHEET ***/
table.timesheet{
	width:750px;
	margin:20px auto;
	font-size:100%;
}
table.timesheet input, table.timesheet select{
	padding:5px;
	margin-right:5px;
}

/*** CLIENTS ***/
table.newclient{
	margin:20px auto;
}
table.newclient th{
	text-align:left;
}
table.newclient input {
	padding:5px;
	margin-right:5px;
}
table.clients{
	margin:20px auto;
	border:1px solid #ccc;
	font-size:95%;
	width:1050px;
	color:#5f5f5f;
}
table.clients th, table.clients td{
	padding:5px;
	background:#fff;
	border:1px solid #ccc;
}
table.clients td{
	font-weight:300;
	text-align:left;
}
table.clients td.c{
	text-align:center;
}
table.clients td.r{
	text-align:right;
}
.success{
	color:#FF6600;
	font-weight:bold;
	font-size:1.2em;
}
.error{
	color:#CC0000;
}
.floatL{
	float:left;
}
.btn{
	padding:12px 20px;
	border:1px solid #ccc;
}
.btn-add{
	padding:8px 10px !important;
	margin:0 !important;
}
.daterange table{
	margin:0 auto;
}
.form-basic button.btn-del{
	font-weight:500;
	text-align:center;
	background:#fff;
	border:1px solid #ff0000;
	color:#ff0000;
	padding:11px;
	cursor:pointer;
	margin-top:50px;
	float:right;
}
.ob{
	cursor:pointer;
}

/* CLIENT OPTIONS STYLING */
.optscontainer{
	width:100%;
	margin:30px auto;
	text-align:center;
}

.opts{
	font-size:0.8em;
	padding:10px 20px;
	text-align:center;
	border:1px solid #ccc;
	margin-right:10px;
	display:inline;
}
#opt1,#opt2,#opt3{
	cursor:pointer;
}
#opt1:hover,#opt2:hover,#opt3:hover{
	background:#DDF3FF;
}
.red{
	color:#CC0000;
}
.note{
	color:#CC3300;
	font-weight:normal;
	font-size:0.9em;
}

.content{
	margin-top:40px;
}
table.ordersheet{
	margin:20px auto;
	width:90%;
}
table.ordersheet td{
	border:1px solid #ccc;
	font-size:0.9em;
	font-weight:400;
	vertical-align:middle;
	text-align:center;
}
table.ordersheet td img{
	height:60px;
}
table.ordersheet td.right{
	text-align:right;
}
table.orderslist{
	margin:20px auto;
	width:90%;
}
table.orderslist th{
	background: #efefef;
    font-weight: 500;
    font-size: 0.95em;
    padding: 10px;
    border: 1px solid #ccc;
}
table.orderslist td{
	border:1px solid #ccc;
	font-size:0.9em;
	font-weight:400;
	vertical-align:middle;
	padding:5px;
}
table.orderslist td a{
	font-weight:bold;
	color:#FF6600;
}
table.orderdetail{
	margin:20px auto;
	width:800px;
}
table.orderdetail th{
	background: #efefef;
    font-weight: 500;
    font-size: 0.95em;
    padding: 10px;
    border: 1px solid #ccc;
}
table.orderdetail td{
	border:1px solid #ccc;
	font-size:0.8em;
	font-weight:400;
	vertical-align:middle;
	padding:3px;
}

table.custinfo{
	width:100%;
}
table.custinfo td{
	font-weight:500;
	color:#5f5f5f;
	font-size:1em;
	padding-right:10px;
	text-align:left;
}
table.custinfo td.lbl{
	width:15%;
	text-align:right;
}
table.custinfo td.dta{
	width:25%;
	text-align:left;
	color:#252525;
}
table.custinfo tr.vpad{
	vertical-align:top;
	height:45px;
}
table.custinfo td input{
	width:100%;
}
.ppcsel{
	background:cornsilk;
	font-weight:bold;
}
.form-basic input.nobb{
	border:none;
	padding:0;
	margin:0;
	color:#000;
	text-align:right;
	width:70px;
	box-shadow:none;
	background:transparent;
}
input.nobb{
	max-width:100px;
	text-align:right;
}
input.nobb.sml{
	width:50px;
	text-align:right;
	border:1px solid #ccc;
	background:#FFFFCC;
}
.form-basic select.nobb{
	padding:0;
}
.padT20{
	margin-top:20px;
}
.required{
	color:#ff0000;
}
#netmessage,#netmessagetop{
	color:#FF6600;
	font-size:1em;
}
.topmsg{
	width:90%;
	margin:0 auto;
	text-align:right;
}
#valmsg{
	color:#FF0000;
	margin-bottom:20px;
}
.form-basic .buttonholder input{
	width:300px;
	padding:10px 0;
	background:#ff7b00;
	color:#000;
	margin-left:40px;
	font-size:1.4em;
}
.form-basic .buttonholder input#saveorder{
	background:#f6a821;
}
.form-basic .buttonholder input#reset{
	background:#FFCC00;
	cursor:pointer;
}

input#fname.req{
	width:45% !important;
}
input#lname.req{
	width:53.6% !important;
}
input#dropstate{
	width:60px !important;
}
input#dropzip{
	width:70px !important;
}

.printHeader{
	display:none;
}
.order_placed{
	color:#009900;
}
.order_saved{
	color:#CC6600;
}
.order_shipped{
	color:#003399;
}
.order_canceled{
	color:#CC0000;
}
table.pricesheet{
	width:90%;
	margin:20px auto;
}
table.pricesheet td{
	vertical-align:middle;
	border:1px solid #888;
	height:150px;
}
table.pricesheet th{
	vertical-align:middle;
	font-size:0.9em;
	border:1px solid #888;
}

table.pricesheet td input.short{
	max-width:90px;
}
table.pricesheet td textarea.medium{
	max-width:150px;
}
table.pricesheet td textarea.long{
	max-width:300px;
}
table.pricesheet td input.long{
	width:230px;
}
.form-basic .login .form-row > label span{
	width:40%;
	float:left;
}
.form-basic .login .form-row > label input{
	width:40%;
	float:left;
}

.qr{
	width:100%;
	text-align:center;
	background:#fff;
	min-height:500px;
	padding:40px 0;	
}
.qr h1{
	font-family: "Sanchez", serif;
	font-weight:500;
	color:#FF6600;
	font-size:3em;
	line-height:3em;
}
.qr h3{
	font-size:1.6em;
	color:#252525;
	line-height:2em;
}
.qr h4{
	font-size:1.6em;
	color:#999;
	line-height:2.5em;
}
.qr p{
	font-size:1.5em;
	line-height:1.5em;
}
.qr img{
	max-width:100%;
}

.prodbox{
	width:70%;
	margin:20px auto;
	display:block;
}
.footer{
	text-align:center;
	background:#000;
	width:100%;
	color:#efefef;
	padding:40px 20px;
}
span.brk{
	/*do nothing*/
}
.borange{
	font-weight:bold;
	text-decoration:underline;
	color:#FF6600;
	line-height:2em;
}
.form-basic .form-row > label span.orange{
	width: 400px;
    text-align: center;
    color: #FF6600;
}
.form-basic .form-row > label span.orange1{
	width: 250px;
    text-align: center;
    color: #FF6600;
}
.policies{
	width:90%;
	margin:20px auto;
	text-align:left;
}
.policies h3{
	font-size:1.5em;
	color:#FF7B00;
	margin-right:10px;
	line-height:1.em;
}
.policies span{
	font-size:0.8em;
	color:#333;
	font-weight:500;
}
a.pl{
	color:#ff7b00;
}
.disttitle{
	color:#ff7b00;
	text-align:center;
	font-size:3em;
	font-family:"Sanchez",serif;
	padding-top:40px;
}
.normal{
	font-size:1em;
	font-weight:500;
}
span span.required{
	color:#ff0000 !important;
	display:inline !important;
	padding:0 !important;
}
.stylecity{
 width:242px !important;margin-right:10px;
}
.stylestate{
	width:60px !important;margin-right:10px;
}
.stylezip{
	width:70px !important;
}
.musa{
	font-weight:bold;
	color:#ff0000;
	font-size:2em;
	margin-top:20px;
}
input[type=submit]{
	cursor:pointer;
}

.videobtn{
	border-radius:10px;
	border:1px solid #FF6600;
	background:#ff6600;
	font-size:1.3em;
	line-height:1.6em;
	text-align:center;
	width:320px;
	padding:10px;
	margin:0 auto;
	color:#000 !important;
	cursor:pointer;
}
.videobtn:hover{
	color:#fff !important;
}
.user{
	color:#ff7b00;
	position:relative;
	top:20px;
	right:0;
}
.user span{
	font-size:0.6em;
	color:#333;
	text-decoration:underline;
	display:block;
}



.couponbox{
	font-size:1.1em;
	margin:20px auto;
	padding:20px 0;
	background:#ff7b00;
	border:1px dashed;
	width:60%;
}
.optionsbox{
	border-radius:10px;
	border:1px solid #FF6600;
	background:#ff6600;
	font-size:1.3em;
	line-height:1.6em;
	text-align:center;
	width:450px;
	padding:10px;
	margin:0 auto;
}

@media (max-width: 1536px) {
	.col1{
		width:15%;
	}
	.col2{
		width:60%;
	}
	.col3{
		width:20%;
	}
	.col50H{
		width:55%;
	}
	.col15{
		display:block;
		float:none;
		width:100%;
	}
	.col80{
		width:100%;
	}
	.form-basic login{
		max-width:90% !important;
	}

}

@media (min-width: 1541px) and (max-width:1830px) {

	.prods{
		padding:10px 0;
		font-size:0.8em;
		max-width:300px;
	}

}
@media (min-width: 1325px) and (max-width:1540px) {

	.prods{
		padding:10px 0;
		font-size:0.8em;
		min-width:230px;
	}
	img.ship{
		width:400px;
	}
	header .ph a{
		font-size:18px;
	}
	
}

@media (max-width: 1324px) {

	.prods.blank{
		display:none;
	}

}



@media (max-width: 1200px) {

	html {
        font-size: 9px;
    }
	h1{
		margin-bottom:1em !important;
	}
	h3{
		line-height:1.3em;
	}
	span.brk{
		display:block;
	}
	.col1,.col2,.col3,.container{
		width:100%;	
	}
	.col2 img{
		width:100%;
	}
	header .ph a{
		margin:10px 0 20px;
	}
	#shipping_img{
		background:none;
		width:100%;
		height:auto;
		font-size:2em;
		line-height:1.5em;
	}
	#shipping_img:before{
		content:"FREE SHIPPING ON ALL ORDERS OVER $100";
	}

	.qr{
		min-height:100px;
	}
	.footer{
		padding:1em;
	}
	
	.prods img{
		width:150px;
	}
	.prods .imgholder{
		height:auto;;
	}
	.prods{
		padding:20px;
		border:1px solid #ccc;
		margin:5px;
		height:auto;
		text-align:center;
		float:none;
		width:100%;
	}
	.contactbox{
		width:100%;
		text-align:left;
		margin:20px auto;
	}

	.couponbox{
		width:100%;
	}
	.optionsbox{
		width:100%;
	}
	.videobtn{
		width:100%;
	}
	

}



@media print{
	@page {
		size: portrait;
		width:8.5in;
		height:11in;
		margin:0;
		padding:0;
	}
	 * { margin: 0 !important; }
	html, body, p {
		height:100%; 
		overflow: hidden;
		background: #FFF; 
		font-size: 9.5pt;
		font-weight:normal;
	}
    .noprint, .noprint *
    {
        display: none !important;
    }
	.printHeader{
		display:block;
		font-size:12.5pt;
		text-align:center;	
		padding:0;
		margin:0;
	}
	.form-basic{
		padding:0;
		margin:0;
	}
	.container-full{
		width:100%;
		margin:0;
		padding:0;
		border:none;
	}
	table.custinfo td{
		font-size:9.5pt;
	}
	table.orderdetail{
		width:100%;
	}
	table.orderdetail td img{
		width:50px;
	}
	
	.form-basic,.frame, input, textarea {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    }
}	

