@charset "utf-8";

/* == FONTS ================================================================ */
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');
@font-face {
	font-family: Raleway;
	src: url("https://cdn.presscentric.com/skins/fonts/Raleway-Regular.ttf");
}

@font-face {
	font-family: Raleway-Bold;
	src: url("https://cdn.presscentric.com/skins/fonts/Raleway-SemiBold.ttf");
}

@font-face {
	font-family: Raleway-Light;
	src: url("https://cdn.presscentric.com/skins/fonts/Raleway-Light.ttf");
}


body {
	margin: 0;
	padding: 0;
}

body, fieldset, input, select, textarea {
	color: #3c3c3c;
	font: normal 16px "Raleway", sans-serif;
}

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

.container, #copyright_footer {
	width: 80%;
	margin: 0 auto;
}


/* == PC-HEADER =========================================================== */
pc-header {
    height: 100%;
    display: block;
}

#s-header .navbar-header {
    height: 100%;
}

#s-header .navbar-header a {
    padding: 0 0 5px 0;
}

#s-header .navbar-header a,
#s-header .navbar-header a img {
    padding: 20px 0px 20px 0px;
    display: inline-block;
    height: 100%;
}

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

h1 {
	margin-top: 10px;
	color: #ed1c24;
	font: normal 26px "Raleway-Light", sans-serif;
}

h2 {
	color: #df3b15;
	font: normal 18px "Raleway-Light", sans-serif;
}

h3 {
	font: normal 18px "Raleway-Light", sans-serif;
}

h4 {
	font: normal 16px "Raleway", sans-serif;
}

strong {
}

em {
}

ul {
	list-style-type: none;
}

ul, ol {
	color: #ed1c24;
	text-transform: uppercase;
	padding-left: 20px;
}

li {
	padding: 4px 0 4px 4px;
}

ul li {
	padding: 8px 0 4px 34px;
	background: url("../img/bullet.png") center left no-repeat;
}

ol li {
	margin-left: 20px;
}

.btn {
	border-radius: 0;
}
.btn.btn-primary,
.btn.btn-default,
.btn.btn-warning,
.btn.btn-success,
.btn.btn-danger {
	background-color: #ed1c24;
	color: white;
	text-transform: uppercase;
	font: normal 18px "Raleway-Light", sans-serif;
	border: solid 1px #ed1c24;
}

.note {
	color: gray;
}

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

.small {
	font-size: 80%
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

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

a {
	color:#ed1c24;
	text-decoration: none;
}

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

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

a.external {
	padding-right: 14px;
}

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

div#body-wrapper {
	margin: 0;
	width: 100%;
	padding: 0;
	background: #f9f9f9;
	border-top: solid 38px #ed1c24;
}

div#s-wrapper {
	position: relative;
	width: 100%;
	margin: auto;
	top: -37px;
}

div#s-header {
	/*	width: 1168px;
        margin: 0 auto 0 auto;
        height: 141px;
        padding-top: 37px;*/
	background: none;
	height: 141px;
}

div#s-header .navbar-brand {
	padding:0;
}

div#s-header .navbar-brand #s-header-logo {
	zoom: 1;
}
.caret {
	display: none;
}

div#s-header-logo {
	cursor: pointer;
	width: 320px;
	height: 100%;
	background: url(https://cms.presscentric.com/5kMXSdB1U2BAvEouT40NGR/logo/logo.png) no-repeat;
	background-size: contain;
}

div#s-header-acg {
	position: absolute;
	top: 70px;
	left: 50%;
	margin-left: -300px;
	cursor: pointer;
	width: 307px;
	height: 85px;
	border-radius: 6px;
	z-index: 9999;
}

#header-contact .phone {
	background: none;
	padding: 0;
}
#header-contact {
	position: absolute;
	top: 70px;
	right: 0;
	margin-right: 0;
	font: normal 19px "Raleway", sans-serif;
	text-transform: uppercase;
	text-align: right;
}

#header-contact .phone {
	color: #7b7b7b;
}

#header-contact .phone strong {
	padding-left: 2px;
	color: #ed1c24;
	font: bold 32px sans-serif;
}

div#s-menu {
	display: table;
	width: 100%;
	height: 78px;
	background: url("../img/menu-bkg.png") repeat-x;
}

div#s-menu ul.nav.navbar-nav {
    display: table-cell;
    width: 14.2857142%;
    float: none;
    white-space: nowrap;
}
div#s-menu ul.nav.navbar-nav li a:hover {
	color: #ed1c24;
	background: #fafafa;
	text-decoration: none;
}

#tmenu-item5 {
	white-space: nowrap;
}

div#s-menu ul.nav.navbar-nav li a {
	height: 68px;
	width: 100%;
	color: #707070;
	background: #fff;
	text-align: center;
	text-transform: uppercase;
	font: normal 16px "Raleway", sans-serif;
	border-top: 9px solid #707070;
	border-bottom: 1px solid #e7e6e6;
	border-left: 1px solid #e7e6e6;
	padding-top: 20px;
}
div#s-menu ul.nav.navbar-nav li {
	background: none;
	padding: 0;
	float: none;
}
div#s-menu ul.nav.navbar-nav:nth-child(1) li>a {
	border-top: 9px solid #ed1c24;
}
div#s-menu ul.nav.navbar-nav:nth-child(2) li>a {
	border-top: 9px solid #40af64;
}
div#s-menu ul.nav.navbar-nav:nth-child(3) li>a {
	border-top: 9px solid #23b4ca;
}
div#s-menu ul.nav.navbar-nav:nth-child(4) li>a {
	border-top: 9px solid #F7BE22;
}
div#s-menu ul.nav.navbar-nav:nth-child(5) li>a {
	border-top: 9px solid #91c547;
}
div#s-menu ul.nav.navbar-nav:nth-child(6) li>a {
	border-top: 9px solid #6e45a7;
}


div#s-menu ul.nav.navbar-nav li.dropdown.open ul.dropdown-menu {
	margin: 0;
	padding: 0 10px;
}

div#s-menu ul.nav.navbar-nav li.dropdown.open ul.dropdown-menu li a {
	border: none;
	width: auto;
	margin: 0;
	height: auto;
	display: block;
	border-bottom: solid 1px #e7e6e6;
	padding: 20px 50px;
	color: #707070;
}

div#s-menu ul.nav.navbar-nav li.dropdown ul.dropdown-menu li a {
	border: none;
	border-bottom: 1px solid #dedfdf;
	margin: 0;
	height: 100%;
	padding: 10px 20px;
	margin: 5px 0px;
	text-transform: uppercase;
	text-align: center;
}

div#s-menu .nav.navbar-nav:hover .dropdown-menu {
	top: 67px;
	box-shadow: none;
	border: 1px solid #e7e6e6;
	width: 100%;
}

div#s-subnav {
	float: left;
	width: 232px;
	min-height: 500px;
	position: relative;
}

div#s-user {
	/*
	position: absolute;
	top: -288px;
	right: 50%;
	margin-right: -1050px;
	padding-left: 14px;
	*/
	height: 37px;
	color: #ffffff;
	font: normal 14px/37px "Raleway", sans-serif;
	text-transform: uppercase;
	position: absolute;
	top: -41px;
	right: 0;
}

div#s-user ul.nav.navbar-nav {
	color: #fff;
}
div#s-user ul.nav.navbar-nav li {
	list-style-type: none;
	padding: 0;
	background: none;
}


div#s-user .navbar-nav li a {
	color: #fff;
	padding: 10px;
}

div#s-user .navbar-nav li:nth-child(2) a {
	color: #ed1c24;
	padding: 9px;
	background-color: #fff;
	cursor: pointer;
}
div#s-user .navbar-nav li:nth-child(2) a:hover {
	color: #fff;
	background-color: #000;
}

div#s-user strong {
	font-weight: normal;
}

div#s-user a.btn, div#s-user a.btn:visited {
	/*
	display: inline-block; */
	color: #ed1c24;
	background-color: #fff;
	text-decoration: none;
	height: 37px;
	/* padding: 0 10px 0 10px; */
	margin: 0 5px;
	border: none;
	border-radius: 0;
}

div#s-user a.btn:hover {
	color: #fff;
	background: #353535;
}

a#user-cart {
	position: absolute;
	top: 60px;
	right: 0;
	width: 164px;
	height: 37px;
	margin: 1px 0 0 8px;
	background: url("../img/cart.png") !important;
	cursor: pointer;
	padding: 0;
	border-right: solid 40px #ed1c24 !important;
	text-align: right;
}
a#user-cart i {
	margin-right: -37px;
	color: #fff;
	font-size: 30px;
	padding: 2px;
}

div#s-products {
	min-height: 470px;
	background: #fff;
	border: 1px solid #e7e6e6;
	border-top: none;
}

#s-products #hdr-products {
	height: 100%;
	margin: 0;
	padding: 0;
}
#s-products #hdr-products p {
	height: 50px;
	display: block;
	color: #fff;
	background: #ed1c24;
	font: normal 26px/50px "Raleway-Light", sans-serif;
	margin: 0 0 12px 0;
	padding: 0 22px 0 22px;
}

#s-products.sideMenu .dropup {
	padding: 0 12px;
}
#s-products.sideMenu .dropup .dropdown-toggle:hover {
	color: #ed1c24;
	background: #fafafa;
	text-decoration: none;
}
#s-products.sideMenu .dropup .dropdown-menu .list-group-item a:hover {
	color: #ed1c24;
	background: #fafafa;
	text-decoration: none;
}
#s-products.sideMenu .dropup .dropdown-menu .list-group-item {
	margin: 0;
	background: #fff;
	padding: 0;
	border: none;
}
#s-products.sideMenu .dropup .dropdown-menu .list-group-item:first-child {
	padding-top: 10px;
}
#s-products.sideMenu .dropup .dropdown-menu .list-group-item:last-child {
	padding-bottom: 10px;
}
#s-products.sideMenu .dropup .dropdown-menu .list-group-item a {
	background: #fff;
	margin: 0 5px;
	border-bottom: 1px solid #dedfdf;
}
#s-products.sideMenu .side-menu--menu-section {
	margin-bottom: 20px;
}
#s-products.sideMenu .dropup .dropdown-toggle {
	display: block;
	margin: 0;
	padding: 0 12px;
	color: #424648;
	text-transform: uppercase;
	border: none;
	text-align: left;
	background: transparent;
	border-bottom: 1px solid #dedfdf;
	font: normal 16px/37px "Raleway", sans-serif;
	white-space: normal;
}

#s-products .panel-collapse {
	margin: 0 12px;
}
#s-products ul li {
	background: none;
	border: none;
	border-bottom: solid 1px #dedfdf;
	border-radius: 0;
	padding: 10px;
	margin: 0 2px;
}
#s-products #sideMenuAccordion .panel .panel-heading {
	background-color: transparent;
	border: none;
	padding: 0;
}
#s-products #sideMenuAccordion .panel {
	border: none;
	margin: 0;
	border-radius: 0;
}
#s-products #sideMenuAccordion .panel .panel-title a {
	height: 37px;
	display: block;
	margin: 0 12px 0 12px;
	padding: 0 12px 0 12px;
	color: #424648;
	text-transform: uppercase;
	border-bottom: 1px solid #dedfdf;
	font: normal 16px/37px "Raleway", sans-serif;
	text-decoration: none;
}

#s-products #sideMenuAccordion .panel .panel-title a:hover {
	color: #ed1c24;
	background: #fafafa;
}

div#container__footer {
	position: relative;
	width: 100%;
	margin-top: 40px;
	clear: both;
	border-top: 1px solid #e0e0e0;
	background: #fff;
}

div#container__footer .container {
	background: url("../img/footer-cp-logo.png") no-repeat center right;
	background-size: 19%;
}

div#s-footer {
	top: 0px;
	position: relative;
}

div#s-footer-cp {
	width: 100%;
	height: 100%;
	padding-top: 0;
	position: relative;
	top: -30px;
	left: 0;
	margin-left: 0;
	text-align: right;
	font: normal 14px "Raleway", sans-serif;
}

div#s-footer-powered {
	position: relative;
	color: #abbdcf;
	text-align: right;
	padding-bottom: 10px;
	font: normal 12px "Raleway", sans-serif;
}
div#s-footer-powered a { color: #abbdcf;}
div#s-footer-powered a:visited {color: #abbdcf;}

div#p-footer {
	display: table;
	width: 80%;
}

div#p-footer .footer-box {
	display: table-cell;
	top: 0px;
	width: 20%;
	z-index: 999;
	padding: 10px 10px 0 20px;
	border-right: 1px solid #e5e5e5;
	vertical-align: top;
}

div#p-footer .footer-box h2 {
	color: #ed1c24;
	margin-bottom: 10px;
	text-transform: uppercase;
	font: normal 14px "Raleway", sans-serif;
}

.pc-credit-cards ul li i {
	color: #ed1c24;
}

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

div#p-footer li {
	float:left;
	display: block;
	width: 142px;
	height: 18px;
	padding: 0;
	margin: 0 0 8px 0;
	list-style-type: none;
	font: normal 14px "Raleway", sans-serif;
	text-transform: none;
	background: none;
}

div#p-footer a, div#p-footer a:visited {
	color: #3c3c3c;
}

div#p-footer a:hover {
	color: #ed1c24;
	text-decoration: none;
}

/* == HOME & CAROUSEL ============================================================ */

body.home #s-content {
	margin-top: 0px;
}

body.home div#carousel {
	position: relative;
}

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

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

.carousel li {
	margin: 0;
	padding: 0;
	background: 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: #ed1c24;
}


.products a {
	border: none;
	border-radius: 0;
	margin: 0;
	text-decoration: none;
}
.products a img {
	padding: 10px;
}
.products a span {
	color: #fff;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font: normal 22px "Raleway-Light", sans-serif;
}


body.home .products a.item1 { background: #ed1c24; }
body.home .products a.item2 { background: #40af64; }
body.home .products a.item3 { background: #f7be24; }
body.home .products a.item4 { background: #23b4ca; }
body.home .products a.item5 { background: #4775c9; }
body.home .products a.item6 { background: #6e45a7; }

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

div.form h1 {
	position: static;
	margin: 0 0 6px -1px;
	padding: 0 0 4px 1px;
	width: auto;
	height: auto;
	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 .error {
	color: red;
	background: #fff;
	padding: 4px 6px 4px 16px;
	border-radius: 1px;
}

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

div.controls button, div.controls input {
	color: #fff;
	background: #ed1c24;
	border: none;
	text-transform: uppercase;
	font: normal 18px "Raleway-Light", sans-serif;
	border-radius:0;
}
div.controls button:hover, div.controls input:hover {
	background: #ed1c24;
}
.controls button.checkout, .controls button.long {
	width: 300px;
}

div.controls button:disabled {
	color: #777;
}

button.action, input.action {
	background: #23b4ca;
}

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

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

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

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

table.list {
	margin: 12px auto 4px auto;
	border-collapse: collapse;
	color: #3c3c3c;
	font-size: 10pt;
	cursor: default;
	background: #fff;
	border: 1px solid #bbb;
}

table.list th {
	background: #ebebeb;
	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 {
	font-size: 80%;
	border: 1px solid #6f6f6f;
	border-radius: 3px;
	background: #f1f1f1;
	color: #ed1c24;
}

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 {
	/*float: left;*/
	/*width: 510px;*/
	color: #757575;
	font: normal 14px "Raleway", sans-serif;
}

div#product .box {
	padding: 10px;
	background: #fff;
	border: 1px solid #e6e6e6;
}

div#order {
	position: relative;
	top: 0px;
	background: #fff;
	border: 1px solid #e6e6e6;
}

div#order .panel-body {
	padding: 7px;
}
div#order .panel-heading {
	text-align: center;
	background: #ed1c24;
	margin: 0;
}

div#order .panel-heading h2 {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font: normal 18px/20px "Raleway-Light", sans-serif;
	margin: 0;
}

#order ul.job-specification__wrapper {
	list-style: none;
	padding: 0;
	background: none;
}


#order ul.job-specification__wrapper li {
	list-style: none;
	padding: 0;
	background: none;
}

#order h3.details {
	font-size: 0px;
	clear: both;
}
#order h3.details small {
	position: absolute;
	display: block;
	font-size: 20px;
	background: none;
	color: #ed1c24;
	text-align: center;
	font: normal 22px/38px sans-serif;
	top: 40px;
	width: 100%;
	padding: 0;
	margin: 0;
	left: 0;
}

div#order .fields label {
	color: #a3a6a7;
	text-transform: capitalize;
}

div#order .field {
	margin: 8px;
	position: relative;
}

div#order .item {
	float: none;
	text-align: left;
	margin-top: 2px;
}

div#order .tip {
	width: 16px;
	height: 15px;
	position: absolute;
	top: 2px;
	right: 3px;
	cursor: help;
	background: url(../img/tip.png) no-repeat right top;
}

div#order .input-group-addon {
	border: 1px solid #e6e6e6;
	background: transparent;
	border-left: none;
}

div#order .input-group-addon i.glyphicon.glyphicon-info-sign{
	color: #23b4ca;
}
div#order input {
	color: #999898;
	border: 1px solid #e6e6e6;
	font-size: 11pt;
	height: 30px;
}

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

div#order input:focus, div#order select:focus {
	border: 1px solid #23b4ca;
}

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

div#order div.controls {
	margin-top: 0;
	padding: 20px 0 10px 0;
	text-align: center;
}

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#order ul#pricingWrapper {
	padding: 5px;
	background: #f5f5f5;
	margin: 0;
}
div#order ul#pricingWrapper li {
	border: none;
	font: normal 13px "Raleway", sans-serif;
	padding: 3px;
}
div#order ul#pricingWrapper li.note {
	display: none;
}
div#order ul#pricingWrapper li label {
	padding: 0;
	color: #a3a6a7;
	font-size: 13px;
	text-transform: capitalize;
	font-weight: normal;
	margin: 0;
}
div#order ul#pricingWrapper li div {
	color: #a3a6a7;
}
div#order #order-footer {
	height: 2px;
	width: 299px;
}

div#steps {
	position: absolute;
	top: 6px;
	right: 26px;
	height: 22px;
	padding: 12px 4px 0 0;
	z-index: 999;
}
div#steps .step {
	font: bold 16px sans-serif;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-left: 18px;
	border: 1px solid #eee;
	color: #3c3c3c;
	border-radius: 4px;
	background: #fff;
	font: normal 14px sans-serif;
}
div#steps .x {
	border: 1px solid #ed1c24;
	color: #fff;
	background: #ed1c24;
}
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 TAG ADJUSTMENTS ============================================================*/

.featured .featured-product-wrapper .product .title h3 {
	color: #FF6A63;
}

.home .featured .featured-product-wrapper {
    min-width: 33%;
    padding: 0;
}

.home .featured .featured-product-thumbnail-wrapper {
    height: 180px;
    margin-top: 50px;
}
.home .featured .featured-product-wrapper .product {
    border-radius: none;
    border: none;
    background: transparent;
}

.home .featured .featured-product-wrapper .product .title {
    width: 100%;
    left: 0;
}

.home .featured .featured-product-wrapper .product .title h3 { 
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font: normal 22px "Raleway-Light", sans-serif;
}

.home .featured .featured-product-wrapper .product.thumbnail img { 
    border-radius: 10px;
}

.home .featured .featured-product-wrapper .thumbnail .caption {
    border-radius: 16px;
    margin-top: 10px;
    top: 0;
    padding: 0;
}

.home .featured .featured-product-wrapper { background: #ed1c24; }
.home .featured .featured-product-wrapper:nth-child(2n) { background: #40af64; }
.home .featured .featured-product-wrapper:nth-child(3n) { background: #f7be24; }
.home .featured .featured-product-wrapper:nth-child(4n) { background: #23b4ca; }
.home .featured .featured-product-wrapper:nth-child(5n) { background: #4775c9; }
.home .featured .featured-product-wrapper:nth-child(6n) { background: #6e45a7; }

.home .featured .featured-product-wrapper:nth-child(2n+6) { background: #40af64; }
.home .featured .featured-product-wrapper:nth-child(3n+6) { background: #f7be24; }
.home .featured .featured-product-wrapper:nth-child(4n+6) { background: #23b4ca; }
.home .featured .featured-product-wrapper:nth-child(5n+6) { background: #4775c9; }
.home .featured .featured-product-wrapper:nth-child(6n+6) { background: #6e45a7; }

/*===================== FEATUED TAG END =========================================================*/


/* == 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: 350px;
	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;
}

/* == MENUS =================================================================== */

/* 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: 95%;
}

#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 {
	/*	position: relative;
        float: left;
        width: 378px;
        height: 42px;*/
	margin: 10px;
	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;
	font-size: 80%;
}
#uploads-drop .file .control {
	text-transform: capitalize;
	background: none;
	color: #ed1c24;
	border: none;
}
#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: 6px 20px;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-top: 3px solid #23b4ca;
	font-size: 13px;
	color: #757575;
}
.nav.nav-tabs li {
	background: none;
	margin: 0 1px 0 0;
	padding: 0;
	border: solid 1px #e6e6e6;
}
.nav.nav-tabs li a {
	padding: 8px 16px 10px 16px;
	margin: 0;
	font: normal 13px "Raleway", sans-serif;
	background: #fff;
}
.nav.nav-tabs li.active {
	border: solid 1px #23b4ca;
}
.nav.nav-tabs li.active a {
	border: none;
	background: #23b4ca;
	border-radius: 0;
	color: #fff;
}

.tabberlive .tabbertabhide {
	display: none;
}

.tabberlive {
	margin-top: 40px;
}

ul.tabbernav {
	padding: 0;
	margin: 0;
	height: 27px;
	border: none;
}

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

ul.tabbernav li a {
	padding: 3px 0.5em;
	text-decoration: none;
	text-transform: uppercase;
	font: normal 13px "Raleway", sans-serif;
	border: 1px solid #e6e6e6;
	border-bottom: none;
}

ul.tabbernav li a:link {
	padding: 8px 16px 10px 16px;
	margin: 0 1px 0 0;
	font: normal 13px "Raleway", sans-serif;
	background: #fff;
}

ul.tabbernav li a:visited {
}

ul.tabbernav li a:hover {
	border: 1px solid #e6e6e6;
	border-bottom: none;
	color: #ed1c24;
	background: #fff;
}

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

ul.tabbernav li.tabberactive a:hover {
	border: 1px solid #000000;
	border-bottom: none;
	color: #fff;
	background: #ed1c24;
}

.tabberlive .tabbertab {
	border: none;
	padding: 6px 20px;
	background: #fff;
	font-size: 13px;
	border: 1px solid #e6e6e6;
	border-top: 4px solid #ed1c24 ;
}

.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 ==================================================== */
#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 {
	position: absolute;
	top: 10px;
	right: 20px;
}
#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 #s-subnav {
	display: none;
}

body.ddp #s-content {
	width: 1168px;
	padding: 0 0 1px 0;
}

body.ddp #tbl-order-item {
	width: 1168px;
	margin-bottom: 10px;
}

#ddp-templates {
	padding-left: 0;
}

#ddp-templates .categories {
	width: 202px;
	float: left;
	background: #fff;
	border: 1px solid #dee0e0;
	padding: 10px 10px 40px;
}

#ddp-templates .categories h2 {
	color: #ed1c24;
	display: block;
	font: normal 20px "Raleway",sans-serif;
	margin: 0 0 10px;
	text-transform: uppercase;
}

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

#ddp-templates .categories li {
	list-style: none;
	background: none;
	padding: 0;
	margin: 0;
}

#ddp-templates .categories li a {
	display: block;
	border-bottom: 1px solid #dedfdf;
	color: #424648;
	font: 15px "Raleway",sans-serif;
	margin: 0;
	padding: 6px 4px;
	text-transform: none;
}

#ddp-templates .categories li a:hover, #ddp-templates .categories li a.selected {
	background: none repeat scroll 0 0 #ed1c24;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-decoration: none;
}

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

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

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

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

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

div.ddp.footer {
	clear: both;
}

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

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

body.mceContentBody div#p-footer div {
	background:#171f1e;
}

/* ==== PRODUCTS PAGINATION & SEARCH ====================================== */
.list-controls {
	padding: 6px 0 6px 10px;
}

.search.list {
	float: right;
}

ul.pagination {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}

ul.pagination li {
	display: inline-block;
	text-align: center;
	margin: 0;
	padding: 0;
	background: none;
}

.pagination li:hover {
	background: #f5f5f5;
}

.pagination span.disabled:hover {
	background: none;
}

.pagination li.active {
	background: #f5f5f5;
}

.pagination a {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
}

#s-header.navbar.navbar-default {
	border: none;
	margin-bottom: 0;
}

#s-nav nav.navbar.navbar-default {
	margin-top:40px;
	border: none;
	background-color: transparent;
}

#s-nav .navigation__menu-collapse {
	padding: 0;
}

#order .eco.btn-group.btn-group-justified .btn.btn-success {
	background-color: #adadad;
	border-radius: 0;
	border: solid 1px #969696;
	padding: 5px 2px;
}
#order #storeGreen .eco.btn-group.btn-group-justified .btn.btn-success i {
	display: none;
}
#order #storeGreen .eco.btn-group.btn-group-justified .btn.btn-success span {
	float: right;
	display: inline-block;
	margin-right: 5px;
}

#order #binderyDetails {
	display: none;
}

/*#steps .pagination .step {
	margin-left: 18px;
	width: 30px;
}*/
#steps .pagination .step a {
	border: 1px solid #eee;
	color: #3c3c3c;
	border-radius: 4px;
	background: #fff;
	font-family: sans-serif;
	font-weight: bold;
}
#steps .pagination .step.active a {
	border: 1px solid #ed1c24;
	color: #fff;
	background: #ed1c24;
}

.btn.general__copy_to_clipboard,
#tl-control .tickets__btn--show-open-tickets,
#tl-control .tickets__btn--show-closed-tickets,
#tl-control .tickets__btn--add-new-ticket {
	background: transparent;
	color: red;
	text-transform: capitalize;
	border: none;
}

#tl-control .tickets__btn--add-new-ticket {
	border-left: solid 1px gray;
}

i.glyphicon.glyphicon-asterisk {
	color: #ed1c24;
}


.carousel-indicators {
	text-align: left;
	bottom: 5px;
	margin: 0 10px;
	left: 0;
	width: auto;
}

.carousel-indicators li,
.carousel-indicators li.active {
	width: 27px;
	height: 6px;
	margin: 0 4px 0 0;
	padding: 0;
	background: #fafafa;
	border: none;
	border-radius: 0;
}
.carousel-indicators li.active {
	background: #ed1c24;
}



/*=========== custom css change ===============*/

#s-menu a:hover,#s-products a:hover,#p-footer a:hover{
    color: #ed1c24!important;
}


div#body-wrapper {
    border-top: solid 38px #ed1c24;
}

div#s-menu ul.nav.navbar-nav li a{
    font-weight: 600;
}

#s-products #hdr-products p {
    background: #000;
    font-weight: 600;
}

#s-products.sideMenu .dropup .dropdown-toggle, #s-products.sideMenu .dropup .dropdown-menu {
    color: #3c3c3c;
    font: normal 18px/38px "Myriad Pro", sans-serif;
}

div#s-menu ul.nav.navbar-nav:nth-child(1) li>a {
    border-top: 9px solid #ed1c24;
}

div#s-menu ul.nav.navbar-nav:nth-child(2) li>a {
    border-top: 9px solid #000000;
}

div#s-menu ul.nav.navbar-nav:nth-child(3) li>a {
    border-top: 9px solid #707070;
}

div#s-menu ul.nav.navbar-nav:nth-child(4) li>a {
    border-top: 9px solid #939598;
}

#header-contact .phone strong {
    padding-left: 2px;
    color: #ed1c24;
    font: bold 32px 'Roboto Slab';
}

.pc-credit-cards ul li i {
    color: #ed1c24;
}

div#p-footer .footer-box h2 {
    color: #ed1c24;
}

div#s-user .navbar-nav li:nth-child(2) a:hover {
    color: #fff;
    background-color: #353535;
}

div#s-header-logo {
    cursor: pointer;
    width: 320px;
    height: 100%;
    background: url(https://cms.presscentric.com/5kMXSdB1U2BAvEouT40NGR/logo/logo.png) no-repeat center;
    background-size: contain;
}


div#container__footer .container {
    background: url(../img/footer-cp-logo.png) no-repeat center right;
    background-size: 7%;
    background-position: 95% 50%;
}
/*=========== MOBILE ===============*/


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

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

	#header-contact {
		top: 20px;
	}

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

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

	div#s-user ul.nav.navbar-nav.user-logged-in {
		margin-right: 200px;
	}
	div#s-user ul.nav.navbar-nav li a {
		padding: 9px 10px 8px 10px;
	}

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

	.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) {
	#header-contact {
		position: relative;
    	top: 0;
    	padding: 20px 0;
    	text-align: center;
	}
	div#s-user {
		position: relative;
		background: #fff;
		height: 100%;
		border-bottom: solid 1px #ccc;
	}
	div#s-user #user-cart {
		position: relative;
		top: 0;
	}
	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: #ed1c24;
		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;
		border-top: solid 1px #ccc;
		padding: 10px;
	}

	div#s-menu ul.nav.navbar-nav {
		display: block;
		width: 100%;
	}

}



@media screen and (min-width: 1500px) {
	.container, #copyright_footer {
		width: 80%;
	}
}


@media screen and (max-width: 1280px) {
	.container, #copyright_footer {
		width: 90%;
	}
}


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


	.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-menu .nav.navbar-nav {
		margin: 0;
	}

	div#s-menu {
		height: auto;
	}
	div#s-menu .nav.navbar-nav li {
		background: transparent;
	}

	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;
	}
	#s-nav .container .navbar.navbar-default .navbar-collapse.navigation__menu-collapse.collapse.in {
		padding: 0;
	}

	a.navbar-brand {
		height: 30px;
		position: relative;
		top: 15px;
		left: 0;
		background: url(https://cms.presscentric.com/5kMXSdB1U2BAvEouT40NGR/logo/mobilelogo.png) no-repeat left top;
		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: 10px 0;
	}

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

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

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

	#steps .pagination .step {
		margin-left: 0;
		width: 20%;
	}
	#steps .pagination .step a {
		color: #333;
		display: block;
		text-align: center;
	}
	#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;
	}

	#s-main-bottom {
		background: #f2f2f2;
	}

	div#s-footer-cp {
		top: 0;
	}
	div#s-footer {
		margin: 10px 0;
	}

	div#p-footer {
		padding: 20px;
		border-top: solid 1px #ccc;
		margin-top: 10px;
		width: 100%;
	}

	div#p-footer div.footer-box {
		margin: 0 0 10px 0;
		width: 50%;
		display: inline-block;
		text-align: left;
		padding: 0;
		border: none;
	}

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

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

	div#order .panel-heading h2 {
		clear: both;
		position: relative;
		top: -35px;
		text-align: left;
		padding-left: 20px;
	}

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

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

	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;
	}
	div#s-menu ul.nav.navbar-nav li a {
		width: 100%;
		margin: 0 !important;
		text-align: left !important;
	}
	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;
	}
}
