/* CSS Document */

body, html {
	width: 100%;
	height: 100%;
	font-family: "Cabin", Arial, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

body {
	background: #1d1d1d url(../images/layout/bg.jpg) top center repeat-y;
}

img { border: none; }

h1 {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	border-top: 1px solid #2a4768;
	background: rgb(65,125,194); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(65,125,194,1) 0%, rgba(51,97,153,1) 37%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(65,125,194,1)), color-stop(37%,rgba(51,97,153,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(65,125,194,1) 0%,rgba(51,97,153,1) 37%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(65,125,194,1) 0%,rgba(51,97,153,1) 37%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(65,125,194,1) 0%,rgba(51,97,153,1) 37%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(65,125,194,1) 0%,rgba(51,97,153,1) 37%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#417dc2', endColorstr='#336199',GradientType=0 ); /* IE6-9 */
	margin: 0;
	padding: 15px 0;
	font-weight: 700;
	font-size: 24px;
}
h2 {
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	padding: 10px 0;
}
h3 {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	padding: 10px 0;
}
.table {
   display: table;
   height: 100%;
   width: 100%;
}
.tablecell {
   display: table-cell;
   vertical-align: middle;
}


/**********************************************
TEMP
***********************************************/
.comingsoon {
	background: url(../images/layout/comingsoon.png) no-repeat center;
	width: 100%;
	position: absolute;
	top: 50%;
	height: 37px;
	margin-top: -200px;
}
.bluebar {
	width: 100%;
	top: 50%;
	position: absolute;
	margin-top: -140px;
	background: rgba(61,119,184,1);
	background: -moz-linear-gradient(top, rgba(61,119,184,1) 0%, rgba(51,97,153,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(61,119,184,1)), color-stop(100%, rgba(51,97,153,1)));
	background: -webkit-linear-gradient(top, rgba(61,119,184,1) 0%, rgba(51,97,153,1) 100%);
	background: -o-linear-gradient(top, rgba(61,119,184,1) 0%, rgba(51,97,153,1) 100%);
	background: -ms-linear-gradient(top, rgba(61,119,184,1) 0%, rgba(51,97,153,1) 100%);
	background: linear-gradient(to bottom, rgba(61,119,184,1) 0%, rgba(51,97,153,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d77b8', endColorstr='#336199', GradientType=0 );
	-webkit-box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.5);
}
.bluebar img {
	float: left;
	padding: 30px 0;
}
.tempcontact {
	float: right;
	color: #fff;
	font-size: 20px;
	margin-top: 50px;
	text-align: right;
}
.siteby {
	width: 100%;
	top: 50%;
	position: absolute;
	margin-top: 150px;
	color: #fff;
}
.siteby a, .bluebar a { color: #fff; text-decoration: none; }
 .bluebar a:hover { text-decoration: underline; }
 
/**********************************************
GENERAL STYLES
***********************************************/
.cl { clear: both }
.wrap { width: 980px; margin: 0 auto; }
a { 
	text-decoration: none; 
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.logo {
	width: 100%;
	text-align: center;
	height: auto;
	margin: 0 auto;
	float: left;
	margin-top: 30px;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.familyowned, .mobilefamilyowned {
	font-family: "Economica", "Cabin", Arial, sans-serif;
	font-size: 26px;
	color: #fff;
}
.mobilefamilyowned { display: none; }

.contactphone a {
	color: #fff;
}
.contactphone a:hover {
	color: #ff9b10;
}

/**********************************************
NAVIGATION STYLES
***********************************************/
.navrow, .sliderrow, .pagetitle {
	width: 100%;
	border-top: 1px solid #2a4768;
	background: rgb(65,125,194); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(65,125,194,1) 0%, rgba(51,97,153,1) 37%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(65,125,194,1)), color-stop(37%,rgba(51,97,153,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(65,125,194,1) 0%,rgba(51,97,153,1) 37%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(65,125,194,1) 0%,rgba(51,97,153,1) 37%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(65,125,194,1) 0%,rgba(51,97,153,1) 37%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(65,125,194,1) 0%,rgba(51,97,153,1) 37%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#417dc2', endColorstr='#336199',GradientType=0 ); /* IE6-9 */
}
.navblock {
	width: 100%;
	-webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.9);
	box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.9);
	clear: both;
	margin-top: 30px;
}
#nav {
	
}
ul#nav {
	padding: 0; margin: 0;
}

ul#nav li { 
	list-style: none; 
	float: left;
	width: 163px;
}
ul#nav li a { 
	color: #fff;
	width: 100%;
	text-align: center; 
	line-height: 60px; 
	text-transform: lowercase;
	font-family: "CabinBold";
	font-size: 18px;
	text-align: center;
	float: left;
}
	ul#nav li a:hover {
		color: #ff9b10;
	}
.toggle { display: none; }

.account-menu {
	float: right;
	padding: 0 5px 0 0;
}


.account-menu a{
	text-decoration: none;
	color: #fff;
}

.account-menu a:hover { color: rgb(255,102,0); }
/**********************************************
HEADER STYLES
***********************************************/






/**********************************************
HOME PAGE STYLES
***********************************************/
.feature {
	width: 100%;
	height: 385px;
	position: relative;
}
.feature.pagefeature { height: 240px; }
.featureimg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity:1;
	filter:alpha(opacity=1);
	z-index:0;
}

.prevfeature, .nextfeature {
	float: left;
	width: 45px;
	background: url(../images/slider/arrows.png) no-repeat top left;
	height: 44px;
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
	margin-top: 50px;
	margin-right: 10px;
}
.nextfeature { background-position: top right; margin-left: 10px; margin-right: 0; }
.prevfeature:hover { background-position: bottom left; }
.nextfeature:hover { background-position: bottom right; }

.featureitem {
	display:inline-block;
	width: 100px;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	padding: 0 22px 0 23px;
}
	.featureitem:hover { color: #ff9b10; }
	.featureitem img { max-width: 100px; max-height: 75px; }
.featureitem .bar {
	background: url(../images/slider/featurearrow.png) no-repeat bottom left;
	width: 100px;
	height: 19px;
	padding-top: 5px;
	margin-bottom: 5px;
}
.hpcontent p {
	color: #fff;
	font-size: 16px;
}

/**********************************************
SLIDER STYLES
***********************************************/
.sliderrow {
	border-top: none;
	border-bottom: 1px solid #2a4768;
	height: 150px;
	position: relative;
}

.sliderview {
	width: 870px;
	height: 120px;
	padding-top: 20px;
	float: left;
	position: relative;
	overflow: hidden;
}
.slider {
	position: absolute;
	top: 20px;
	left: 0;
	width:900px;
}



/**********************************************
PAGE STYLES
***********************************************/

.pagetitle {
	height: 50px;
}
.page_content {
	color: #fff;
	font-size: 16px;
}
.calltoaction {
	background: rgb(250,168,113); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(250,168,113,1) 0%, rgba(255,110,13,1) 27%, rgba(159,63,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,168,113,1)), color-stop(27%,rgba(255,110,13,1)), color-stop(100%,rgba(159,63,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(250,168,113,1) 0%,rgba(255,110,13,1) 27%,rgba(159,63,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(250,168,113,1) 0%,rgba(255,110,13,1) 27%,rgba(159,63,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(250,168,113,1) 0%,rgba(255,110,13,1) 27%,rgba(159,63,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(250,168,113,1) 0%,rgba(255,110,13,1) 27%,rgba(159,63,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faa871', endColorstr='#9f3f00',GradientType=0 ); /* IE6-9 */
	width: 100%;
	min-height: 45px;
	margin-top: 20px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	color: #fff;
}
.call { float: left; font-size: 24px; color: #fff; text-transform: uppercase; line-height: 45px; padding-left: 30px; font-weight: 700; }
.contactinfo {
	float: right;
	font-weight: 400;
	font-size: 14px;
	margin-right: 20px;
	margin-top: 5px;
	text-align: right;
}
.contactinfo a { color: #fff; }
.contactinfo a:hover { color: #000; }
.phoneicon, .emailicon {
	background: url(../images/layout/contacticons.png) no-repeat top left;
	display: inline-block;
}
.phoneicon { width: 9px; height: 13px; }
.emailicon { width: 15px; height: 9px; background-position: -9px top; }

.img_right_nb, .img_right { float: right; margin: 5px 0 10px 20px; max-width: 100%; }
.img_left, .img_left_nb { float: left; margin: 5px 20px 10px 0; max-width: 100%; }
.img_right, .img_left {
	padding: .5%;
	border: 1px solid #ebebeb;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 1);
}

.headernote { font-size: 16px; line-height: 24px; font-weight: normal; margin-left: 20px; text-transform: none; }


/**********************************************
PRODUCT STYLES
***********************************************/
.product_categories {
	display: inline-block;
	width: 150px;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	padding: 0 20px 0 20px;
	margin: 20px 0;
	background-repeat:no-repeat;
	background-position: top center;
	background-size: cover;
}
	.product_categories:hover { color: #ff9b10; }
	.product_categories img { max-width: 100px; max-height: 75px; }
.product_categories .bar {
	background: url(../images/slider/featurearrow.png) no-repeat bottom center;
	width: 150px;
	height: 19px;
	padding-top: 5px;
	margin-bottom: 5px;
}
.catlist { text-align: center; }

.product-block {
	display: inline-block;
	width: 475px;
	margin-top: 20px;
	position:relative;
	background: #fff;
	background: rgba(255,255,255,0.2);
}
.pblockimg {
	width: 150px;
	height: 150px;
	background-position: center;
	background-size: cover;
	display: block;
	float: left;
	margin-right: 10px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.7);
}
.pblockname {
	font-size: 20px;
	margin-top: 10px;
}
.product-block.odd {
	margin-right: 20px;
}

.customizebtn {
	background: #f66200;
	color: #fff;
	padding: 5px 0;
	width: 250px;
	position:absolute;
	text-align: center;
	font-weight: 700;
	display: inline-block;
	bottom: 10px;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.customizebtn:hover {
	background: #369;
}

.rightblock {
	margin: 0 0 0 15px;
}

.pf-label { 
	float: left; 
	width: 150px;
	padding: 5px;
	margin-bottom: 5px;
	text-align: left;
	text-transform: uppercase;
}

.pf-input, .pf-submit { float: left; }

.pf-input input { 
	width: 200px; 
	padding: 5px; 
	float: left; 
}
.pf-input.short input { width: 50px; }


.leftprodblock, .rightprodblock { float: left; width: 100%; }
.rightprodblock { margin-left: 10px; }

.pf-submit { width: 100%; }
.pf-submit input { 
	border: none; 
	padding: 10px 20px; 
	background: rgb(255,102,0);; 
	color: #fff; 
	cursor: pointer; 
	float:right; 
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.pf-submit input:hover {
	background: #234C76;
}

textarea { width: 100%; height: 95px; font-family: "Cabin", Arial, sans-serif; padding: 1%: }
.pf-input.tainput { width: 50%; margin-right: 10px; }

.leftprodblock input, textarea { margin-left: 10px; }

.sign { 
	float:left;
	margin: 0 0 0 20px;
	min-width:125px; 
	min-height: 105px; 
	max-width: 280px;
	display: block; 
	border-radius: 8px; 
	color: #fff; 
	background-color: #000;
	text-align: center;
	padding: 10px;
}

.sign p { font-size: 20px; font: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif }

.leftprodblock h2 { background: rgb(235,102,0); padding-left: 20px; }
.leftprodblock h3 {
	background: #369;
	padding: 10px;
}
.leftprodblock {
	margin-top: 20px;
}

a.checkout { 
	float: left;
	text-decoration: none; 
	padding: 5px; 
	background-color: rgb(255,102,0);
	color: #fff; 
	margin: 3px 0 0 17px;
	font-style: italic;
}

a.checkout:hover {
	background-color: rgb(200,102,0);
}

.product-image {
	 float:left;
	 padding-right: 2%;
	 width: 40%;
}
.product-image img { max-width: 100%; }
.prod-desc {
	float: right;
	width: 58%;
}
.pricepoint {
	width: 90%;
	padding: 10px 5%;
	background: rgb(255,102,0);
	color: #fff;
	font-weight: bold;
	text-align: right;
}
/**********************************************
CHECKOUT PAGE STYLES
**********************************************/




/**********************************************
PORTFOLIO STYLES
***********************************************/
.portfolio-link {
	width: 144px;
	height: 144px;
	background-position: center;
	background-size: cover;
	display: block;
	float: left;
	margin: 15px;
	position:relative;
	overflow: hidden;
}
.portfolio-link.first {
	clear: both;
}

.portfolio-link:hover .portfolio-deets{ top: 0; }

.portfolio-slider { position:relative; width: 870px; padding: 0 55px; overflow: hidden; height: 348px; }
.portfolio-slide, .portfolio-block { float: left; width: 100%; }
.portfolio-block { width: 870px; padding: 0 55px; margin-left: -55px; text-align: center; }
.portfolioprev, .portfolionext {
	position:absolute;
	top: 50%;
	margin-top: -22px;
	margin-left: -55px;
	
	width: 45px;
	background: url(../images/slider/arrows.png) no-repeat top left;
	height: 44px;
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
}
.portfolionext { right: 0; }


.portfolionext { background-position: top right; margin-left: 10px; margin-right: 0; }
.portfolioprev:hover { background-position: bottom left; }
.portfolionext:hover { background-position: bottom right; }
.portfolio-deets {
	background: #369;
	background: rgba(51,102,153,0.8);
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 100%;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio-company {
	font-size: 16px;
	width: 80%;
	height: 50%;
	float: left;
	padding: 0 10%;
}
.portfolio-seemore {
	clear: both;
	width: 80%;
	margin: 0 auto;
	background: #fff;
	padding: 10px 0;
	position: absolute;
	bottom: 10px;
	left: 10%;
	color: #369;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}

.portfolio-thumb {
	width: 150px;
	height: 150px;
	background-position: center;
	background-size: cover;
	float: left;
}

.portfolio-categories {
	margin: 20px 0;
	text-align: center;
}
.portfolio-categories label {
	font-size: 18px;
}
.portfolio-categories select {
	padding: 5px 10px;
	 -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
	background: rgb(65,125,194);
	background: -moz-linear-gradient(top, rgba(65,125,194,1) 0%, rgba(51,97,153,1) 37%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(65,125,194,1)), color-stop(37%,rgba(51,97,153,1)));
	background: -webkit-linear-gradient(top, rgba(65,125,194,1) 0%,rgba(51,97,153,1) 37%);
	background: -o-linear-gradient(top, rgba(65,125,194,1) 0%,rgba(51,97,153,1) 37%);
	background: -ms-linear-gradient(top, rgba(65,125,194,1) 0%,rgba(51,97,153,1) 37%);
	background: linear-gradient(to bottom, rgba(65,125,194,1) 0%,rgba(51,97,153,1) 37%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#417dc2', endColorstr='#336199',GradientType=0 );
	color: #fff;
	border: 1px solid #fff;
	min-width: 200px;
	margin-left: 20px;
}

.portfolio-categories select option {
	background: #369;
	padding: 2px 0;
}

.portfolio-catlink {
	color: #fff;
	float: left;
	font-size: 11px;
	text-transform: uppercase;
	padding: 0 5px;
	border-right: 1px solid #fff;
}
.portfolio-catlink:hover { color: #369; }
.portfolio-catlink.select {
	color: #ff9b10;
	text-decoration: underline;
}


.hideslider {
	display: none;
}

/**********************************************
PORTFOLIO DETAIL STYLES
***********************************************/

.portfolio-detail-image {
	width: 450px;
	height: 350px;
	text-align: center;
	margin-top: 30px;
	float: left;
	background-size:cover;
	background-position: center;
	position:relative;
}
.portfolio-detail-image img { max-width: 450px; max-height: 300px; display: block; margin: 0 auto; }
.clicktosee { 
	width: 100%; 
	float: left; 
	clear: both;
	padding: 5px 0;
	background: rgb(250,168,113);
	background: -moz-linear-gradient(top, rgba(250,168,113,1) 0%, rgba(255,110,13,1) 27%, rgba(159,63,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,168,113,1)), color-stop(27%,rgba(255,110,13,1)), color-stop(100%,rgba(159,63,0,1)));
	background: -webkit-linear-gradient(top, rgba(250,168,113,1) 0%,rgba(255,110,13,1) 27%,rgba(159,63,0,1) 100%);
	background: -o-linear-gradient(top, rgba(250,168,113,1) 0%,rgba(255,110,13,1) 27%,rgba(159,63,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(250,168,113,1) 0%,rgba(255,110,13,1) 27%,rgba(159,63,0,1) 100%);
	background: linear-gradient(to bottom, rgba(250,168,113,1) 0%,rgba(255,110,13,1) 27%,rgba(159,63,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faa871', endColorstr='#9f3f00',GradientType=0 );
	position:absolute;
	bottom: 0;
	left: 0;
}

.portfolio-detail-description {
	width: 500px;
	float: left;
	margin-top: 30px;
	margin-left: 30px;
	color: #000;
}
.portfolio-detail-company {
	text-align: center;
	padding: 10px 0;
	background: rgb(250,168,113);
	background: -moz-linear-gradient(top, rgba(250,168,113,1) 0%, rgba(255,110,13,1) 27%, rgba(159,63,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,168,113,1)), color-stop(27%,rgba(255,110,13,1)), color-stop(100%,rgba(159,63,0,1)));
	background: -webkit-linear-gradient(top, rgba(250,168,113,1) 0%,rgba(255,110,13,1) 27%,rgba(159,63,0,1) 100%);
	background: -o-linear-gradient(top, rgba(250,168,113,1) 0%,rgba(255,110,13,1) 27%,rgba(159,63,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(250,168,113,1) 0%,rgba(255,110,13,1) 27%,rgba(159,63,0,1) 100%);
	background: linear-gradient(to bottom, rgba(250,168,113,1) 0%,rgba(255,110,13,1) 27%,rgba(159,63,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faa871', endColorstr='#9f3f00',GradientType=0 );
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.portfolio-detail-text {
	background: rgba(255,255,255,0.5);
	padding: 10px;
	float: left;
	width: 480px;
	min-height: 265px;
}
a .clicktosee { color: #fff; }
.portfolio-detail-thumbs { 
	margin-top: 30px; 
	padding: 0 15px;
}

/**********************************************
CONTACT PAGE STYLES
***********************************************/
#gmap {
	width: 100%;
	height: 100%;
}
h1 .address {
	text-transform: none;
	display: inline-block;
	margin-left: 200px;
}
.contact-person {
	width: 75%;
	margin: 0 auto;
	clear: both;
	margin-bottom: 20px;
}
.contactname { width: 50%; text-align: center; float: left; font-size: 24px; }
.contactphone { width: 50%; float: left; text-align: right; }

hr { float: left; clear: both; margin: 20px 0; width: 100%; }




/**********************************************
FOOTER STYLES
***********************************************/
.msep {display: none; }
.footer {
	width: 100%;
	margin: 30px 0;
	color: #fff;
	font-size: 11px;
	min-height: 30px;
}
.copyright {
	float: left;
}
.copyright a, .footlinks a { color: #fff; padding: 0 10px; }
.copyright a:hover, .footlinks a:hover { color: #ff9b10; }

.footlinks {
	float: right;
}
