@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	background-color: #1ca155;
}

body, fieldset, input, select, textarea {
	color: #6f6f6f;
	font: normal 10pt "MyriadPro-Light", sans-serif;
}

/* WYSIWYG Editor-related fix. Must be in all themes */
body.mceContentBody { background-color:#fff; color: #000; }

#container__content {
	position: relative;
	top: 11px;
	margin-bottom: 30px;
}

.container {
	width: 986px;
}

.sideMenu .dropup a span.tag {
	display: none;
}

#container__footer {
	background-color: #EC8110;
}

#s-nav .navbar.navbar-default{
	background: none;
	border: none;
	margin: 0;
}

.hide-productsize .job-specification__wrapper .fields .form-group.field-size,
.hide-printing .job-specification__wrapper .fields .form-group.field-printing,
.hide-media .job-specification__wrapper .fields .form-group.field-media {
	display: none;
}

.btn.btn-primary,
.btn.btn-default,
.btn.btn-warning,
.btn.btn-success,
.btn.btn-danger {
	color: #fff;
	width: 120px;
	height: 38px;
	background: url(../img/buttons.png);
	border: none;
	font: normal 17px "MyriadPro", sans-serif;
	margin-left: 10px;
}
.btn.action {
	font-weight: bold;
}


/* == TYPOGRAPHY =========================================================== */

h1 {
	display: inline-block;
	color: #fe8b0f;
	background: #000 url("../img/h1-generic.png") center left no-repeat;
	padding: 8px 15px 0 71px;
	margin: 0 0 10px 0;
	font: normal 14pt/16pt "OpenSans-Bold", sans-serif;
	height: 37px;
	width: auto;
}

h1.products {
	background-image: url("../img/h1-products.png");
}

h1.info {
	background-image: url("../img/h1-info.png");
}

#order-cart h1 {
	background-image: url("../img/h1-cart.png");
}

h2 {
	color: #575757;
	padding: 0;
	font: normal 12pt "MyriadPro", sans-serif;
}

h3 {
	padding: 6px 10px 6px 10px;
	font: bold 10pt sans-serif;
	margin: 0;
}

h3.details {
	display: none;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0 10px 0;
	text-align:center;
	margin: 0;
}

h5 {
	font-weight: bold;
	padding: 10px 0 0 0;
	text-align: center;
	margin: 0;
}

p {
	font: normal 10pt/18pt "MyriadPro-Light", sans-serif;
}

p strong {
	font-weight: normal;
	font-family: "MyriadPro-Semibold";
}

li {
	padding-bottom: 5px;
}

.note {
	color: gray;
}

.sidenote {
	display: block;
	float: right;
	color: gray;
}

.small {
	font-size: 80%
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.phone {
	background: url(/images/default/phone.gif) left center no-repeat;
	padding-left: 20px;
	padding-top: 1px;
}

/* == FONTS ================================================================ */

@font-face {
	font-family: OpenSans-Bold;
	src: url("../fonts/OpenSans-Bold.ttf");
}

@font-face {
	font-family: MyriadPro;
	src: url("../fonts/MyriadPro-Regular.otf");
}

@font-face {
	font-family: MyriadPro-Light;
	src: url("../fonts/MyriadPro-LightSemiExt.otf");
}

@font-face {
	font-family: MyriadPro-Semibold;
	src: url("../fonts/MyriadPro-Semibold.otf");
}

/* == LINKS ================================================================ */

a {
	color:#3366BB;
	text-decoration: none;
}

a:hover {
	color:#3366BB;
	text-decoration: underline;
}

a:visited {
	color:#3366BB;
	text-decoration: none;
}

a.external {
	background: url(/images/new-win.png) no-repeat center right;
	padding-right: 14px;
}

/* == TOP-LEVEL LAYOUT ===================================================== */

div#body-wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	border-top: 8px solid #35b66c;
}

div#s-wrapper {
	width: 100%;
	padding: 0;
	background: #fafafa url("../img/s-wrapper-bkg.png") top left repeat-x;
}

div#s-nav>.container {
	height: 110px;
	/*background: url("../img/s-header-call.png") right 55% no-repeat;*/
}

div#s-header-logo {
    background: url(../logo/logo.png) no-repeat scroll left top / contain;
    cursor: pointer;
    height: 95px;
    left: -45px;
    position: absolute;
    top: 5px;
    width: 335px;
}

.job-specification__wrapper {
	padding: 0;
	list-style-type: none;
	background: none;
}

.featured a.product .title {
	font-weight: bold;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    background: #e0e0e0;
    background: linear-gradient(to bottom, #e0e0e0 0%,#cccccc 20%,#cccccc 80%,#666666 100%);
    background: -moz-linear-gradient(top, #e0e0e0 0%, #cccccc 20%, #cccccc 80%, #666666 100%);
    background: -webkit-linear-gradient(top, #e0e0e0 0%,#cccccc 20%,#cccccc 80%,#666666 100%);
    border: 1px solid #6b6b6b;
    font: bold 10pt sans-serif;
    padding: 5px;
    border-radius: 10px;
}

.featured-product-wrapper {
    text-align: center;
    height: 220px;
}

div#s-header-acg {
	width: 330px;
	height: 80px;
	position: absolute;
	top: 22px;
	left:50%;
	margin-left: -35px;
	z-index: 9999;
}


/*===== S-MENU =====*/
div#s-menu {
	width: 740px;
	height: 53px;
	position: absolute;
	top: 122px;
	float: right;
	right: -15px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	z-index: 1000;
	padding-left: 10px;
	background: url(../img/s-menu-bkg.png) no-repeat center right;
}

div#s-menu .nav.navbar-nav:hover .dropdown-menu li a {
	padding: 10px 50px 10px 15px;
}

div#s-menu .navbar-nav li a {
	color: #fff;
	font: normal 12pt "MyriadPro", sans-serif;
}

div#s-menu>ul:hover li a {
	background: #666;
	text-decoration: none;
}
div#s-menu>ul>li a {
	padding: 17px;
	font: normal 12pt "MyriadPro", sans-serif;
	text-transform: uppercase;
	/*background: url(../img/s-menu-bkg.png) center;*/
	border: none;
	color: #fff;
}

#s-menu .dropdown-menu {
	margin: 0;
	top: 53px;
	border: none;
	padding: 0;
}
#s-menu .dropdown-menu li {
	margin: 0;
	padding: 0;
	border: none;
}
#s-menu .dropdown-menu li a {
	padding: 10px;
	display: block;
	background: #666;
	color: #fff;
	border-bottom: 1px solid #7f7f7f;
	text-transform: none;
}
#s-menu .dropdown-menu li a:hover {
	background: #ec8110;
}



/*===== S-USER =====*/
div#s-user {
	position: absolute;
	color: #35b66c;
	background: url("../img/s-user-icon.png") center left no-repeat;
	top: 0px;
	right: 0;
	padding: 0 0 0 20px;
}
div#s-user .nav.navbar-nav p {
	margin: 0;
	color: #35b66c;
}
div#s-user .nav.navbar-nav p a.btn {
	background: none !important;
	color: inherit;
	padding: 0;
	border: none;
	color: #35b66c;
	margin: 0;
	width: auto;
	font: inherit;
	height: auto;
}

div#s-user ul.nav.navbar-nav li a {
	margin: 0;
	padding: 3px 0 0 5px;
	color: #35b66c;
}

div#s-user a:hover {
	color: #35b66c;
	text-decoration: underline;
}

#homelink {width: 50px;}

#steps .pagination .step a {
	padding: 3px;
	color: #fff;
	background: #666;
	border: solid 1px #777;
}

#s-products #hdr-products {
	display: block;
	height: 54px;
	margin: 0;
	padding: 0;
	background: url("../img/s-products-top.png") no-repeat;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

/*#s-products #hdr-products p {*/
	/*background: url(../img/s-products-top.png) no-repeat right center;*/
	/*display: block;*/
	/*height: 100%;*/
	/*margin: 0;*/
	/*content: 'PRODUCTS'*/
/*}*/

#s-products #hdr-products p {
	/*background: url(../img/products-tag.png) no-repeat 92% center;*/
	margin: 0;
	text-indent: -9999px;
	padding: 0 0 0 18px;
	color: #fff;
	text-transform: uppercase;
	font: bold 16pt/16pt "MyriadPro-Light", sans-serif;
}

#s-products #hdr-products p:after {
	text-indent: 0;
	content: "Products";
}


#s-products .side-menu--menu-section .dropup>a {
	border: none;
	padding: 12px;
	font: normal 12pt "MyriadPro", sans-serif;
	color: #fff;
	text-transform: uppercase;
	background: #000 url(../img/qm1-bullet.png) 90% center no-repeat;
	border-bottom: 1px solid #ec8110;
	display: block;
	border-radius: 0;
	text-align: left;
	margin: 0;
	box-shadow: none;
	width: 100%;
}
#s-products .side-menu--menu-section .dropup>a:hover {
	background: #000 url(../img/qm1-bullet-hi.png) 90% center no-repeat;
	text-decoration: none;
}
.sideMenu .dropup .dropdown-menu .list-group-item {
	border: none;
	border-left: solid 1px #fff;
}
#s-products .side-menu--menu-section .dropdown-menu .list-group-item a {
	width: 100%;
	margin: 0;
	background: #ec8110;
	color: #fff;
	padding: 8px 12px;
	font: normal 12pt "MyriadPro", sans-serif;
	text-transform: none;
	border-bottom: 1px solid #fda547;
}

div#s-content {
	margin: 70px 0 20px 0;
}

/*body:not(.home) div#s-main {*/
	/*width: 100%;*/
/*}*/
div#s-main {
	padding: 0;
}

div#s-main-bottom {
	clear: both;
}

div#p-footer {
	position: relative;
	height: 116px;
}

div#p-footer #footer-links {
	width: 40%;
	position: relative;
	top: 30px;
}

a#positivessl {
	left: 50%;
	margin-left: -100px;
	position: absolute;
	text-decoration: none;
	top: 21px;
	z-index: 99999;
}

div#p-footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #fff;
}

div#p-footer li {
	float:left;
	display: block;
	padding: 0 10px 0 0;
	margin-right: 10px;
	list-style-type: none;
	border-right: 1px solid #fff;
}

div#p-footer li.last {
	border: none;
}

div#p-footer a, div#p-footer a:hover, div#p-footer a:visited {
	font: normal 14px "MyriadPro-Light", sans-serif;
	color: #fff;
}

#footer-payment-social {
	width: 419px;
	height: 116px;
	position: absolute;
	background: url("../img/footer-payment.png");
	z-index: 9999;
	right: 0;
	top: 0;

}
#footer-payment-social a {
	display: block;
	width: 40px;
	height: 40px;
	background: red;
	position: relative;
}

#footer-payment-social a.facebook {
	top: 58px;
	left: 230px;
	background: url("../img/footer-social.png") no-repeat;
}
#footer-payment-social a.tweeter {
	top: 18px;
	left: 280px;
	background: url("../img/footer-social.png") no-repeat 0 -40px;
}
#footer-payment-social a.gplus {
	top: -22px;
	left: 330px;
	background: url("../img/footer-social.png") no-repeat 0 -80px;
}

div#s-footer {
	background: #ec8110;
	padding: 10px;
}

div#s-footer-cp {
	position: relative;
	left: 30px;
	color: #fff;
	font: normal 14px "MyriadPro-Light", sans-serif;
}

div#s-footer-powered {
	color: #fff;
	font: normal 14px "MyriadPro-Light", sans-serif;
	z-index: 99999;
	font-size: 90%;
	float: right;
	position: relative;
	top: -14px;
	right: 30px;
}
div#s-footer-powered a { color: #fff;}
div#s-footer-powered a:visited {color: #fff;}

a#user-cart {
	position: absolute;
	top: 122px;
	right: -4px;
	width: 150px;
	height: 53px;
	cursor: pointer;
	background: transparent;
	z-index: 1000;
	border-radius: 0;
	font-size: 0px;
	border: none;
	box-shadow: none;
	padding: 0;
	margin: 0;
}
a#user-cart i {
	background: url(../img/cart.png) 33px 12px no-repeat;
	height: 100%;
	display: block;
	width: 100%;
}

#s-subnav {
	width: 245px;
	padding: 0;
}

.content__column-left {
	padding: 0;
}

#s-subnav .s-info {
	text-align: left;
	text-indent: 20px;
	margin: 8px 0 0 12px;
	font: 14px Arial;
	color: #4094c1;
	line-height: 18px;
}

/* == HOME PAGE ============================================================ */
/*body.home .carousel {*/
	/*position: absolute;*/
	/*top: -150px;*/
	/*width: 75%;*/
	/*float: right;*/
	/*clear: both;*/
	/*right: 0;*/
/*}*/

body.home .carousel ul.nav {
	margin: -28px 0 0 6px;
}

body.home .carousel ul {
	list-style-image: none;
}


body.home .carousel .pages li {
	margin: 0;
	padding: 0;
}

body.home .carousel .pages li a {
	width: 27px;
	height: 6px;
	margin: 0 4px 0 0;
	padding: 0;
	background: #fafafa;
}

body.home .carousel .pages .active a {
	background: #34b76b;
}

#System_Header {
	display: none;
}

/* == FORMS ================================================================ */
div.form {
	background: #fff;
	border: 1px solid #bbb;
	margin: 10px auto 10px auto;
	padding: 10px 10px 6px 10px;
}

div.form h1 {
	margin: 0 0 6px -1px;
	padding: 0 0 4px 1px;
	width: auto;
	height: auto;
	font-size: 10pt;
	background: none;
	border-bottom: 1px dotted #ccc;
	line-height: normal;
}

div.field {
	margin-bottom: 4px;
	padding: 0;
	height: 100%;
}

div.separator {
	border-top: 1px dotted #ccc;
	padding-top: 6px;
	margin-top: 6px;
	height: 100%;
}

div.field label {
	padding-top: 2px;
	color: #000;
}

div.field label.required {
	font-weight: bold;
}

div.field .error {
	color: red;
	background: url(/images/warning.png) top left no-repeat;
	padding-left: 16px;
}

div.field .note {
	padding: 10px;
	font-size: 80%;
	color: gray;
}

div.controls {
	margin: 12px auto 10px auto;
}

/*div.controls button, div.controls input, div.controls a {*/
	/*color: #fff;*/
	/*min-width: 120px;*/
	/*background: #29CC6F;*/
	/*border: none;*/
	/*font: normal 17px "MyriadPro", sans-serif;*/
/*}*/

div.controls button.checkout, .controls button.long {
	min-width: 180px;
	background: url("../img/buttons.png") no-repeat 0 -38px;
}

.uploaded .btn {
	padding: 10px;
}

div.controls button:disabled {
	color: #777;
}
div.controls #btn-submit {
	margin: 0 auto;
}

button.action, input.action {
	font-weight: bold;
}

div.controls div.offside {
	float: left;
}

form { margin: 0; } /* Fixes IE bug */

div.form #same-shipping {
	float:right;
	padding-bottom: 4px;
}

body.hide-quantity .field.quantity,
body.hide-printing .field.printing,
body.hide-size .field.psize,
body.hide-media .field.media {
	display: none;
}

/* == TABLES =============================================================== */

table.list {
	margin: 4px auto 4px auto;
	border-collapse: collapse;
	font: normal 10pt "MyriadPro", sans-serif;
	color: #959595;
	font-size: 10pt;
	cursor: default;
	background: #fff;
}

table.list th {
	background: #ddd;
	border: 1px solid #bbb;
}

table.list td {
	border: 1px solid #bbb;
	padding-left: 2px;
	padding-right: 2px;
	font-family: sans-serif;
	font-size: 10pt;
}

/* Common table elements */
tr.odd { }
tr.even { background: #FAFAFA; }
tr.hi, td.hi { background: #eee; }
td.cnt { text-align: center; }
td.num { text-align: right; }
td.bold { font-weight: bold; }

/* Cart Table Custom-bordered Fields */
#order-cart button.remove {
	height: 22px;
	font-size: 80%;
	border: 1px solid #6f6f6f;
	border-radius: 3px;
	background: #f1f1f1;
	color: #000;
}

table.cart { margin: 10px; }
table.cart th { padding: 4px 6px 4px 6px; background: #f1f1f1; }
table.cart td { padding: 4px; }
table.cart .st { border-top: none; }
table.cart .sb { border-bottom: none; }
table.cart .sl { border-left: none; }
table.cart .sr { border-right: none;}
table.cart .vb { border-left: none; }
table.cart .spc { color: green; }

/* View Table */
table.view td {
	vertical-align: top;
}
table.view td.label {
	width:1%;
	font-weight:bold;
	white-space:nowrap;
}
table tr.padded td {
	padding-bottom: 4px;
}
table tr.separator td {
	border-top: 1px dotted #ccc;
	padding-top: 6px;
}

/* == ORDER FORM & LAYOUT ===================================================== */

div#product h1 {
	color: #575757;
	padding: 0;
	font: normal 12pt "MyriadPro", sans-serif;
	background: none;
	margin: 0;
	height: auto;
}

div#product h2 {
	color: #575757;
	padding: 0;
	font: normal 12pt "MyriadPro", sans-serif;
	background: none;
	margin: 0;
	height: auto;
}

div#order {
	width: 300px;
}

#order_wrapper .row .col-md-8 {
	width: 450px;
}
#order_wrapper .row .col-md-4 {
	width: 305px;
	padding: 0 0 0 5px;
}

div#order .panel-heading {
	/*background: url("../img/order-top.png") top left no-repeat;*/
	height: 54px;
	margin: 0;
	padding: 0;
	background: url("../img/order-top.png") top left no-repeat;
}

div#order h2 {
	font-size: 0;
	margin: 0;
	padding: 0;
	position: relative;
	top: 10px;
	text-align: left;
	left: 15px;
}

div#quote-top {
	display: none;
}

div#order .field {
	margin: 10px 0 10px 20px;
	position: relative;
}

div#order .item {
	float: none;
	text-align: left;
}

div#order .tip {
	width: 12px;
	height: 13px;
	position: absolute;
	top: 4px;
	right: 20px;
	cursor: help;
	background: url(/images/default/tip.png) no-repeat right top;
}

div#order .info {
	display: block;
	float: right;
	position: absolute;
	top: 0;
	right: 30px;
	padding: 0;
	text-align: right;
	width: 180px;
}

div#order input {
	color: #999898;
	border: 1px solid #d2d2d2;
	border-radius: 2px;
	font-size: 11pt;
}

div#order select {
	color: #999898;
	border: 1px solid #d2d2d2;
	border-radius: 2px;
	font-size: 11pt;
}

.form-group {
	margin-bottom: 5px;
}
.times_delimeter {
	background: none;
}
div#order .field {
	position: relative;
}

div#order div.note {
	display: none;
}

div#order div.quote {
	margin-top: 20px
}

div#order #cvr-opt {
	margin: 2px 0 2px 0;
	padding: 2px 0 2px 0;
	border-top: 1px dashed #aaa;
	border-bottom: 1px dashed #aaa;
}

div#order #debug {
	padding: 10px;
	font-size: 80%;
}

div#steps {
	float: right;
	height: 22px;
	padding: 12px 4px 0 0;
}
div#steps .step {
	font-size: 16px;
	font-weight: bold;
	padding: 0 10px 0 10px;
	margin-left: 18px;
	border: 1px solid #959595;
	color: #959595;
	border-radius: 4px;
}
div#steps .x {
	border: 1px solid #fe8a0d;
	color: #fff;
	background-color: #fe8a0d;
}
div#steps .txt {
	display: none;
}

/* == PRODUCT GROUP PAGES ===================================================== */
div#pgroup {
	padding: 10px 0 20px 20px;
}

#pgroup div.product {
	float: left;
	width: 160px;
	height: 160px;
	padding: 8px;
	border: 1px solid #ddd;
	text-align: center;
	position: relative;
	margin: 0 18px 18px 0;
	cursor: pointer;
}

#pgroup div.image {
	margin-top: 12px;
}

#pgroup div.name {
	width: 160px;
	position: absolute;
	bottom: 10px;;
	left: 10px;
	text-align: center;
}

div.upload-replace {
	margin-top:14px;
}

/* == PROGRESS BAR ============================================================ */

#progressBar { padding-top: 0; padding-bottom: 10px; }
#progressBarText { width: 500px; margin-left: auto; margin-right: auto; }
#progressBarBox { width: 500px; height: 15px; border: 1px solid; background-color: #eee; margin-left: auto; margin-right: auto; }
#progressBarContent { background-color: #9c6; height: 15px; width: 100px; }

/*.featured a {
    width: 32%;
    height: 250px;
    display: inline-block;
    margin: 0 5px 5px 0;
    border: solid 1px #ccc;
    border-radius: 4px;
}
.featured a .title {
    text-align: center;
    padding: 5px;
    font: bold 13pt "MyriadPro", sans-serif;
    color: #000;
    background: #ccc;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    top: 250px;
    border-radius: 4px;
    border: solid 1px #999;
}
.featured a div.image {
    padding: 5px;
    height: 250px;
    position: relative;
    top: -30px;
    overflow: hidden;
    text-align: center;
}
.featured a div.image img {
width: auto;
    height: 200px;
}*/

/* == ECO-FEATURES ============================================================ */

div#ecalc {
	cursor: help;
	display: block;
	margin: 10px 0 0 10px;
	width: 290px;
	height: 72px;
}

div#ecalc div {
	float: left;
}

div#ecalc span {
	display: block;
	width: 80px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #5F5F5F;
	margin: 0 10px 10px 0;
	padding-right: 4px;
	text-align: right;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
}

div#ehelp {
	padding: 10px;
	border-top:1px dashed #aaa;
}

div#ehelp div {
	width: 27px;
	height: 24px;
	margin-bottom: 10px;
	border:1px solid #5F5F5F;
	position: relative;
}

div#ehelp div span.txt {
	display: block;
	width: 280px;
	position: absolute;
	left: 39px;
	top: 2px;
}

.clip { background: #adadad url(/images/default/ec/copy.gif) no-repeat top left; }
.trees { background: #adadad url(/images/default/ec/tree.gif) no-repeat top left; }
.wastewb { background: #adadad url(/images/default/ec/fish.gif) no-repeat top left; }
.wastew { background: #adadad url(/images/default/ec/water.gif) no-repeat top left; }
.waste { background: #adadad url(/images/default/ec/waste.gif) no-repeat top left; }
.ghouse { background: #adadad url(/images/default/ec/ghouse.gif) no-repeat top left; }
.energy { background: #adadad url(/images/default/ec/energy.gif) no-repeat top left; }

span.env {
	font-size: larger;
	font-weight: bold;
	color: #679a34;
}

/* UPLOAD */
#btnUpload { float: right; }
#file { width: 400px; }
#upl-delete { float: left; }
#order-upload div.controls { margin-top: 26px; }

#upl-design {
	border: 1px dotted #F8981D;
	height: 30px;
	width: 770px;
}

#upl-design button {
	margin: 0;
	text-transform: uppercase;
	float: right;
	position: relative;
}

#order-upload .f-note {
	padding-left: 38px;
	margin-bottom: 25px;
}
/* HTML5 Uploads */
#uploads-drop {
	border: 1px dashed #d3d3d3;
	padding-bottom: 62px;
}
#uploads-drop .header {
	display: none;
}
#uploads-drop.hover {
	border: 1px dashed blue;
}
#uploads-drop .file {
	border: 1px solid #ddd;
	background: #f8f8f8;
}

#uploads-drop .file p {
	position: absolute;
	top: -7px;
}
#uploads-drop .file .icon {
	position: absolute;
	top: 15px;
	left: 40px;
	width: 32px;
	height: 32px;
	background: url(/images/icons/uploads/file.png) no-repeat;
}
#uploads-drop .file .icon.pdf {
	background: url(/images/icons/uploads/pdf.png) no-repeat;
}
#uploads-drop .file.progress .icon {
	background: url(/images/icons/uploads/progress.gif) no-repeat;
}
#uploads-drop .file .name {
	font-size: 90%;
	margin-left: 50px;
}
#uploads-drop .file .size {
	display: block;
	margin-left: 50px;
	color: #3c3c3c;
	position: relative;
	bottom: 10px;
}

#uploads-drop .file .progress {
	display: none;
}

#uploads-drop .file .progress .bar-box {
	height: 100%;
	width: 100%;
}

#uploads-drop .file .progress .bar-content {
	height: 100%;
	width: 0;
	background: #3366BB;
}

#uploads-drop .file .progress .bar-text {
	width: 120px;
	position: absolute;
	bottom: 9px;
	left: 132px;
	text-align: center;
	color: #666666;
	font-size: 80%;
}

/* Sample Product Group 'Tag' */
span.pgroup-tag.test {
	display: block;
	height: 13px;
	width: 30px;
	float: right;
	position: relative;
	top: -15px;
	left: -145px;
	background: #d3d3d3;
	border: 1px solid black;
}

#order-upload.xhr2 .f-note {
	padding-left: 0;
}

/* == TABS ===================================================== */
.tab-content {
	padding: 20px;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 12px;
	color: #757575;
	position: relative;
	top: 0px;
}
.nav.nav-tabs li {
	background: none;
	margin: 0 1px 0 0;
	padding: 0;
	border: solid 1px #e6e6e6;
	border-radius: 4px;
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.nav.nav-tabs li a {
	padding: 5px 10px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 100px;
	margin: 0;
	color: #2cbc6a;
}
.nav-tabs {
	border: none;
}
.nav.nav-tabs li.active {
	border: solid 1px #ccc;
	border-bottom: solid 1px #fff;
	color: #fff;
}
.nav.nav-tabs li.active a {
	border: none;
	background: rgb(41,207,112); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(41,207,112,1) 0%, rgba(43,196,108,1) 48%, rgba(45,182,103,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(41,207,112,1) 0%,rgba(43,196,108,1) 48%,rgba(45,182,103,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(41,207,112,1) 0%,rgba(43,196,108,1) 48%,rgba(45,182,103,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29cf70', endColorstr='#2db667',GradientType=0 ); /* IE6-9 */
	color: #fff;
}



.tabberlive .tabbertabhide {
	display: none;
}

.tabberlive {
	margin-top: 40px;
}

ul.tabbernav {
	padding: 0;
	margin: 0;
	height: 25px;
}

ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
	padding: 12px 4px 10px 0;
	height: 12px;
}

ul.tabbernav li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #DDE;
	text-decoration: none;
}

ul.tabbernav li a:link {
	border: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background: url("../img/tabber-bkg.png") repeat-x;
	padding: 10px 20px 9px 20px;
	color: #fff;
	margin-left: 0;
}

ul.tabbernav li a:visited {
	color: #667;
}

ul.tabbernav li a:hover {
	color: #000;
	background: #AAE;
	border-color: #227;
}

ul.tabbernav li.tabberactive a {
	border: 1px solid #d9d9d9;
	border-bottom-color: #fff;
	background: #fff;
	color: #2cbc6a;
}

ul.tabbernav li.tabberactive a:hover {
	color: #000;
	background: white;
	border-bottom: 1px solid white;
}

.tabberlive .tabbertab {
	border: 1px solid #aaa;
	border-top: 0;
	border: 1px solid #d9d9d9;
	padding: 10px 20px;
	background: #fff;
}

.tabberlive .tabbertab h2 {
	display: none;
}

.tabberlive .tabbertab h3 {
	display: none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}

.tabberlive#tab2 {
}

.tabberlive#tab2 .tabbertab {
	height: 200px;
	overflow: auto;
}

/* == SPECIAL CONTROLS ==================================================== */
/*#login input { width: 160px; }*/
#cc-logos { float: right }

table.list tr.cmt-user { background: #FFFBC3; }
table.list tr.cmt-client { background: #D3ECC0; }
#cmt-area #cmt-txt { float: left; width: 400px; }
#cmt-area button { float: right; }

#tl-control {
  font-weight: bold;
}
#tl-control ul { margin: 0; }
#tl-control ul li { display: inline; }
#tl-control ul li.tl-opncls { padding-right: 8px; border-right: 1px solid gray; margin-right: 8px; }

#tbl-upload { margin-top: 50px; }

/* == DDP ================================================================== */
body.ddp #tbl-order-item {
	width: 100%;
}

#ddp-templates {
	margin-top: 20px;
	padding-left: 0;
}

#ddp-templates .categories {
	width: 244px;
	float: left;
	background: #269c58;
	margin: 0 10px 20px 0;
}

#ddp-templates .categories h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	padding: 0 0 10px 20px;
}

#ddp-templates .categories ul {
	margin: 0;
	padding: 0;
}

#ddp-templates .categories li {
	list-style: none;
	height: 34px;
	padding-bottom: 10px;
}

#ddp-templates .categories li a {
	display: block;
	height: 34px;
	padding: 13px 0 0 17px;
	font: normal 12pt "MyriadPro", sans-serif;
	color: #fff;
	text-transform: uppercase;
	background: #269c58;
	border-bottom: 1px solid #34b76b;
}

#ddp-templates .categories li a:hover {
	background: #ec8110;
	text-decoration: none;
}

#ddp-templates .categories li a.selected {
	background: #ec8110;
}

#ddp-templates .templates {
	width: 720px;
	float: right;
}

#ddp-templates .template {
	float: left;
	width: 160px;
	margin: 0 24px 10px 0;
	border: 1px solid #ccc;
	text-align: center;
	cursor: pointer;
	display: inline; /* IE6 */
}

#ddp-templates .thumbnail {
	width: 140px;
	margin: 10px 10px 5px 10px;
}

#ddp-templates .thumbnail img {
	/* width: 140px; */
}

#ddp-templates .name {
	margin: 10px 0 10px 0;
}

#ddp-templates .message {
	text-align: center;
	padding-top: 20px;
}

div.ddp.footer {
	clear: both;
}

#ddp-wrapper {
	width: 1000px !important;
}

/* ==== TEMPLATE ADDITIONS ================================================= */
#banner {
	border: none;
	width: 413px;
	height: 209px;
}

#regbenefits {
	float: right;
	margin-right: 1px;
	width: 275px;
	height: 209px;
}

#storeGreen .eco .btn.btn-success {
	background: #ccc;
	width: auto;
	margin: 2px;
	border: solid 2px #fff;
	border-radius: 8px;
	cursor: default;
}

#storeGreen i {
	padding: 3px;
	display: inline-block;
}















/*=========== MOBILE ===============*/


@media screen and (min-width: 768px) and (max-width: 1000px) {

	.home #container__content .container #startPageContent {
		width: 80%;
	}
	pc-header {
		height: 0;
	}

	div#s-menu {
		height: auto;
		clear: both;
		top: 0;
	    background: #666666;
	}

	div#s-user {
		top: -30px;
	}

	div#s-user .nav.navbar-nav p {
		margin: 0 !important;
		top: -11px;
		position: relative;
	}

	.navbar-header {
		width: 55%;
		height: 80px;
	}
	.navbar-default .navbar-brand {
		height: 75px;
		padding: 0;
		background-size: contain;
		width: 100%;
		top: 0px;
	}
	#user-cart {
		margin-top: -5px;
	}
}




@media screen and (max-width: 760px) {

	body {
		background: none;
	}


	#order_wrapper .row .col-md-4 {
		margin: 0 auto;
	}

	.sideMenu .dropup .dropdown-menu .list-group-item {
		border-left: none;
	}


	#s-subnav {
		margin: 0 auto;
	}

	#container__content #s-subnav {
		height: 100% !important;
	}

	div#s-footer-powered {
		float: none;
		top: 0;
		left: 0;
	}

	#footer-payment-social {
		position: relative;
		margin: 10px -20px;
	}

	div#p-footer #footer-links {
		top: 0;
		width: 100%;
	}

	div#p-footer li {
		float: none;
		text-align: center;
		width: 100%;
		border: none;
	}

	div#s-wrapper {
		background: none;
	}
	div#s-content {
		margin: 5px 5px 20px;
	}
	#container__content {
		top: 10px;
	}
	#s-products .side-menu--menu-section .dropdown-menu .list-group-item a {
		white-space: normal;		
	}

	div#s-nav>.container {
		height: auto;
		background: #fff;
	}

	div#s-user #user-cart {
	    position: relative;
	    top: 0;
	    background: #555;
	    border-radius: 10px;
	    background-position: center;
	    width: 160px;
	}
	div#s-user ul.nav.navbar-nav a {
		margin: 5px 0;
	}
	div#s-user ul.nav.navbar-nav p {
		margin: 0;
		color: #707070;
	}

	div#s-user .navbar-nav li a {
		color: #707070;
	}
	a.navbar-brand {
		width: 80% !important;
		top: 5px !important;
		height: 40px!important;
	}
	.navbar-default .navbar-toggle {
		border-color: #ccc;
		background: #fff;
	}
	div#s-nav {
		border: none;
	}
	div#s-nav .navbar-header {
		background: url(../img/s-header-bkg.png) repeat-x top center;
		top: 0px;
		margin: 0 -15px;
		padding: 0 15px;
	}
	div#s-nav nav.navbar.navbar-default {
		margin: 0;
	}
	div#s-user {
		top: auto;
		text-align: center;
		margin: 10px 0;
		padding: 10px;
		position: relative;
		background: #fff;
		height: 100%;
		left: 0;
	}

	div#s-menu {
	    background: #666666;
	}


	div#s-menu ul.nav.navbar-nav {
		display: block;
		width: 100%;
	}
	div#s-menu ul.dropdown-menu {
		top: 0;
	    padding-left: 30px;
	}

	div#s-nav {
		background: #fff;
		height: auto;
		box-shadow: none;
		border: none;
		margin: 0;
	}

	div#body-wrapper {
		margin: 0;
		padding: 0;
		background: transparent;
	}

}

@media screen and (max-width: 1000px) {

	#s-content {
		min-height: 50px;
	}

	.navbar-header {
		top: 0px;
	}

	pc-header {
		display: none;
	}

	.home #container__content .container #startPageContent,
	.container {
		width: 100%;
	}

	div#s-nav {
		box-shadow: 0px 3px 3px #eee;
		border-bottom: solid 1px #ccc;
	}

	div#s-user .nav.navbar-nav {
		margin: 0;
	}

	div#s-user .nav.navbar-nav li a {
		padding: 0;
	}
	div#s-user .nav.navbar-nav li {
		margin: 0;
	}

	div#s-user .nav.navbar-nav p {
		padding: 0;
		margin: 10px 0 0 0;
		text-align: center;
	}

	a.navbar-brand {
		height: 30px;
		position: relative;
		top: 15px;
		left: 0;
		background: url(../logo/logo.png) no-repeat left center;
		background-size: contain;
		width: 60%;
	}
	.navbar-toggle {
		margin-right: -5px;
	}

	a#user-cart {
		margin: 0;
		float: none;
	}

	a.btn.btn-default.btn-xs {
		font-size: 10px;
	}

	#s-content h1 {
		display: block;
	    background: none;
	    margin: 0;
	    padding: 0;
	    text-align: center;
	}

	#s-content h1 a {
		float: none;
	}

	#uploads-drop .file {
		display: block;
		width: 100%;
		margin: 0;
	}

	#steps {
		width: 100%;
		margin: 10px 0;
	}

	#steps .pagination .step {
		background: transparent;
		width: 20%;
		display: inline-block;
		margin: 0;
		padding: 0;
	}

	#steps .pagination {
		display: table;
		width: 100%;
	}

	#steps .pagination .step a {
		color: #333;
		display: block;
		text-align: center;
	    width: 100%;
	}
	#steps .pagination .step span {
		display: none;
	}

	div.controls {
		text-align: center;
	}

	div.controls a, div.controls button, div.controls input[type="button"], div.controls input[type="submit"], #login input[type="submit"], button.styled {
		width: 80%;
		margin: 5px 10% !important;
		float: none !important;
	}
	div#s-footer-cp {
    	left: 0;
	}
	div#s-footer {
		margin: 0px -15px;
	    text-align: center;
	}

	div#p-footer {
		padding: 0 10px;
		height: auto;
	}

	div#container__footer {
	    padding: 10px;
	    height: auto;
	}

	#s-footer-powered {
		position: relative !important;
		text-align: center;
		top: 0;
	}

	div#p-footer div.footer-box {
	    width: 100% !important;
	    display: block;
	    text-align: center;
	    padding: 0;
	    border: none;
	    height: auto;
	    padding-top: 30px;
	    background-position: center top !important;
	}

	div#p-footer .footer-box.social a {
		float: none;
		display: inline-block;
	}

	div#p-footer li {
		background: none;
	}

	div#order div.controls button {
		margin: 0 auto !important;
	}

	div#order input, div#order select {
		font: normal 14px/16px "FuturaLight", sans-serif;
	}

	div#order .panel-body .job-specification__wrapper h3.details small {
		display: inline-block;
		width: auto;
		position: absolute;
		right: 10px;
		left: auto;
	}

	div#order .panel-heading {
		padding: 0;
		margin: 0;
	}

	div#s-menu .nav.navbar-nav:hover .dropdown-menu {
		top: 0;
		border: none;
	}

	.sideMenu .dropup .dropdown-menu {
		box-shadow: none;
		border: none;
		text-align: left;
	}

	div#s-menu {
	    margin-top: 5px;
	    position: relative;
	    top: 0;
	    height: auto;
	    width: 100%;
    	right: 0;
    	padding: 0;
    	float: none;
	}
	div#s-menu .nav.navbar-nav {
		margin: 0;
	}
	div#s-menu .nav.navbar-nav li {
		background: transparent;
	}
	div#s-menu ul.nav.navbar-nav li a {
		width: 100%;
		margin: 0 !important;
		text-align: left !important;
	    padding: 10px;
	}
	div#s-menu ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu a {
		padding-left: 40px;
	}
	div#s-menu ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu a {
		padding-left: 80px;
	}

	.navbar-default .navbar-collapse {
		margin: 0 -15px;
	}

	#copyright_footer {
		width: auto;
		margin-top: -15px;
	}

	#s-main {
	    padding: 0 5px;
	}

}