/* WEBFONT */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700 !important;
	font-style: italic;
}

/* SVG LOGO ADJUSTMENTS */
#headerlogo { margin-top: 0px; }
#headerlogo img { height: 70px; }
#footerLogo img { max-width: 100%; width: auto !important; height: 100%; max-height: 80px; }

/* GENERAL */
.pi-section-base { color: #FFFFFF; }
.pi-section-base .form-control,
.pi-section-base .form-control:hover { background: #FFFFFF; color: #333333; }
.pi-header-row-fixed .pi-header { padding-bottom: 73px; }

/* LOGIN MENU ITEMS */
.login-menu-button {
	margin-top: 16px;
	margin-bottom: 16px;
	padding-top: 9px;
	padding-bottom: 9px;
	cursor: pointer;
}
.login-menu-button i {
	font-size: 20px;
	vertical-align: middle;
}
.login-menu-button span {
	margin-left: 4px;
	vertical-align: middle;
}

/* DESKTOP BANNER */
.desktop-banner-semitrans-slice {
	padding: 8% 10% 7% 10%;
	width: 540px;
	-webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
	clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
}

/* MOBILE BANNER */
.mobile-banner-semitrans-slice {
	padding: 8% 10% 7% 10%;
	-webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
	clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
}

/* H1 */
.scaling-h1-font-size { font-size: 24px; }
@media all and (max-width: 767px) {
	.scaling-h1-font-size { font-size: 18px; }
}

/* SECTION HEADERS */
.hr-section-header {
    margin: 0 0 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    line-height: 27px;
}
.hr-section-header.no-border { border: none; }
.hr-section-header.no-border span { background-color: transparent !important; }
.hr-section-header span {
	margin-bottom: -3px;
    border: 0;
    bottom: -12px;
    position: relative;
    padding: 0 30px;
    font-size: 20px;
}
.pi-section-white .hr-section-header span { background-color: #FFF; }
.pi-section-base .hr-section-header span { background-color: #3B5998; }
.pi-section-grey .hr-section-header span { background-color: #f4f6f6; }
.pi-section-dark .hr-section-header { border-color: rgba(255,255,255,0.1); }
.pi-section-dark .hr-section-header span { background-color: #333333; }

/* ADDITIONAL SIDE TAB */
.additional-side-tab {
	background-color: #cc4740;
	color: #FFFFFF;
	
	z-index: 20;
    position: fixed;
    left: 0px;
	
	cursor: pointer;
	display: inline-block;
    vertical-align: middle;
    writing-mode: vertical-lr;
    text-orientation: sideways-right;
    text-transform: uppercase;
    
    font-size: 20px;
    padding: 30px 6px 30px 7px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 700 !important;
    font-style: italic;
    
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.8);

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.additional-side-tab:hover, .additional-side-tab:active { color: #FFFFFF; }
.additional-side-tab.ast-single-line { line-height: 50px; }
.additional-side-tab.ast-double-line { line-height: 25px; }
div > .additional-side-tab:nth-of-type(1) { top: 280px; }
div > .additional-side-tab:nth-of-type(2) { top: 424px; }
@media all and (max-width: 1175px) {
	.additional-side-tab { display: none; }
}
#widget-contactslider-container { z-index: 20; }

/* PROMO MODAL */
.promo-modal-header {
	background-color: #cc4740; 
	color: #FFF;
}
.promo-modal-header .close { opacity: 0.6; }
.promo-modal-header .close:hover, 
.promo-modal-header .close:focus { opacity: 1.0; }
.promo-modal-header i { color: #FFF; }

/* PRODUCT BLOCKS */
.product-block-shadow {
	box-shadow: 3px 3px 8px rgba(0,0,0,0.3);
	border-radius: 8px;
}
.product-block-shadow.featured {
	position: relative;
	padding-top: 54px !important;
}
.product-block-shadow.featured:before {
	content: "FEATURED";
	text-align: center;
	position: absolute;
    top: 0px; left: 0px; right: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #cc4740;
    color: #FFF;
    font-style: italic;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    padding: 12px 0px;
}


/* PRODUCT SUB-GROUP FILTERING SELECT UI */
.product-field-filter-screen {
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	z-index:10;
	background-color: rgba(255, 255, 255, 0.5);
}
.product-field-filter-clump {
	display: inline-block;
	position: relative;
	border: 2px solid #555;
	margin-top: 8px;
	margin-right: 16px;
}
.product-field-filter-clump.active {
	border-color: #cc4740;
}
.product-field-filter-clump span {
	display: block;
	color: #555;
	cursor: pointer;
	font-weight: bold;
	padding: 8px 16px;
}
.product-field-filter-clump.active span i {
	color: #cc4740;
}
.product-field-filter-clump ul {
	display: none;
	position: absolute;
	left: 0px; top: 40px;
	z-index: 2;
	list-style: none;
    padding: 0px;
    margin: 0px;
    min-width: 100%;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.3);
}
.product-field-filter-clump.active ul {
	display: block;
}
.product-field-filter-clump li {
	display: block;
    padding: 4px 8px;
    margin: 0px;
    background-color: #FFF;
    cursor: pointer;
}
.product-field-filter-clump li:hover {
	background-color: #cc4740;
	color: #FFF;
}

/* PRODUCT SUB-GROUP FILTERING VALUE UI */
.product-field-filter-value {
	display: inline-block;
	margin-top: 8px;
	margin-right: 8px;
	padding: 8px 16px;
	background-color: #cc4740;
	color: #FFF;
	box-shadow: 3px 3px 8px rgba(0,0,0,0.3);
    border-radius: 8px;
    cursor: pointer;
}

/* COMPARE UI */
.floating-compare-ui {
	display: none;
	position: fixed;
	left: 16px; bottom: 16px;
	z-index: 30;
	padding: 12px;
	min-width: 300px;
	border-radius: 3px;
	box-shadow: 2px 2px 8px rgba(0,0,0, 0.5);
}
.filled-comparable-square {
	border-radius: 3px;
	border: 2px solid #CCC;
	width: 100%;
	height: 54px;
	text-align: center;
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
}
.filled-comparable-square .comparable-square-hover-layer {
	opacity: 0;
	cursor: pointer;
	background-color: rgba(0,0,0, 0.6);
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	-webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.filled-comparable-square .comparable-square-hover-layer i {
	font-size: 24px;
	color: #DDD;
	line-height: 50px;
}
.filled-comparable-square:hover .comparable-square-hover-layer {
	opacity: 1.0;
}
.empty-comparable-square {
	border-radius: 3px;
	border: 2px dashed #CCC;
	width: 100%;
	height: 54px;
	text-align: center;
}
.empty-comparable-square i {
	font-size: 24px;
	color: #CCC;
	line-height: 50px;
}