/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */
 
 

/* WEBSITE STYLES */

body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-size: 16px;
	color: #000;
}
div {
	box-sizing: border-box;
}
.col-sm-12 {
	padding: 0px;
}

/* GLOBAL */
a {
	color: #000;
	text-decoration: underline;
}
a:hover { color: #00aeaf; }
a.red_button {
	display: inline-block;
	background: #af0000;
	padding: 10px 20px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	margin: 0px 5px;
	text-decoration: none !important;
}
a.red_button:hover {
	background: #d20000;
}
a.white_button {
	display: inline-block;
	background: #fff;
	padding: 10px 20px;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	margin: 0px 5px;
	border: 1px solid #000;
	text-decoration: none !important;
}
a.white_button:hover {
	background: #000;
	color: #fff;
}
a.teal_button {
	display: inline-block;
	background: #00aeaf;
	padding: 10px 20px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	margin: 0px 5px;
	text-decoration: none !important;
}
a.teal_button:hover {
	background: #00cfd0;
}
a.orange_button {
	display: inline-block;
	background: #f5842a;
	padding: 10px 20px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	margin: 0px 5px;
	text-decoration: none !important;
	border: 1px solid rgba(255, 255, 255, .8);
}
a.orange_button:hover {
	background: #f5730c;
}
.promo_offers {
	text-align: center;
}
.promo_offers .display_box {
	display: inline-block;
	width: 30%;
	min-width: 300px;
	height: auto;
	padding: 2em 3em;
	border: 1px solid #ccc;
	margin: 2em 20px;
}
p {
	line-height: 1.5em;
	letter-spacing: .03em;
	font-weight: 300;
	font-size: 18px;
}
h1, h1.page-header {
	border-bottom: none;
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 600;
}
h2 {
	font-size: 36px;
	font-weight: 600;
}
h3 {
	font-size: 24px;
	font-weight: 600;
}

.align-left {
	margin: 0px 40px 40px 0px;
}
.align-right {
	margin: 0px 0px 40px 40px;
}

/* CAROUSEL SLIDER PAGER */
.views-slideshow-controls-bottom .views-slideshow-pager-bullets li {
	background-color: rgba(245, 132, 42, .5);
}
.views-slideshow-controls-bottom .views-slideshow-pager-bullets li.active, .views-slideshow-controls-bottom .views-slideshow-pager-bullets li:hover {
	background-color: rgba(245, 132, 42, 1);
}


/* HEADER */
.navbar.container {
	position: absolute;
	z-index: 99;
	max-width: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px 5% 30px;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
}
body.alt-header .navbar.container {
	position: relative;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	padding-bottom: 0px;
}

.navbar-header {
	z-index: 999;
	float: left;
}
.navbar-header #site-logo {
	float: left;
	padding: 20px 0px;
	width: 100%;
	max-width: 220px;
}
.navbar-header #site-logo a {
	display: inline-block;
}
.navbar-header #site-logo img {
	width: 100% !important;
	height: auto !important;
}
button.navbar-toggle {
	position: absolute;
	top: 50%;
	right: 0px;
}

#block-headersecondarymenu .field--name-body {
	text-align: right;
	vertical-align: middle;
}
#block-headersecondarymenu .field--name-body a {
    color: #000;
    font-weight: 600;
    position: relative;
    display: inline-block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}
.navbar-default {
    background-color: transparent;
    border: none;
    margin-bottom: 0px;
}
.navbar-default ul.navbar-nav, .navbar-default ul.nav-tabs {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    height: auto;
}
.navbar-default ul.navbar-nav > li, .navbar-default ul.nav-tabs > li {
    border: none !important;
    margin: 0px !important;
}
.navbar-default ul.navbar-nav > li > a, .navbar-default ul.nav-tabs > li > a {
    color: #000 !important;
    font-weight: 600;
    position: relative;
    display: block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Open Sans', Helvetica, Arial, sans serif;
    background: none;
    text-transform: normal;
}
.navbar-default ul.nav-tabs > li > a:before { display: none; }

/* MEGAMENU STYLES */
.we-mega-menu-submenu {
	padding-top: 30px;
}
.we-mega-menu-submenu .we-mega-menu-col ul li a {
	text-align: left !important;
	font-size: 14px !important;
}
.we-mega-menu-submenu .we-mega-menu-col ul li.most-popular-products > a, .we-mega-menu-submenu .we-mega-menu-col ul li.we-mega-menu-group > a {
	text-align: left !important;
	font-size: 18px !important;
	text-transform: uppercase;
}

/* MOBILE MENU NEEDS TO BE HIDDEN FOR DESKTOP */
#navbar-collapse #block-rebarts-main-menu {
	display: none;
}
@media all and (max-width:768px) {
	#navbar-collapse #block-rebarts-main-menu {
		display: block;
	}
}

/* MAIN CONTENT */
.main-container {
	width: 100%;
	padding: 50px 5%;
	margin: 0px auto;
}
body.path-frontpage .main-container, body.page-node-type-product-page .main-container {
	width: 100%;
	padding: 0px;
}
body.page-node-type-product-page.alt-header .main-container {
	padding-top: 0px !important;
}
.main-container > .row {
	margin: 0px;
	padding: 0px;
}

/* HOME HERO SLIDER */
.region-home-hero-slider {
	position: relative;
	z-index: 0;
	width: 100%;
}
.region-home-hero-slider .views-row {
	position: relative;
	z-index: 0;
}
.region-home-hero-slider .views-row .views-field-field-slider-text {
	position: absolute;
	z-index: 5;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	padding: 100px 25% 50px 5%;
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.region-home-hero-slider .views-row .views-field-field-slider-text h2 {
	color: #fff;
	font-size: 3vw;
	text-transform: uppercase;
	text-shadow: 0px 0px 4px #000;
}
.region-home-hero-slider .views-row .views-field-field-hero-image, #home_hero_video {
	position: relative;
	z-index: 0;
}

article.home-page .content .home_panel_1, article.home-page .content .home_panel_2 {
	position: relative;
	z-index: 0;
}
article.home-page .content .home_panel_1 {
	height: 1200px; /* for parallax effect */ /* 700px */
}
article.home-page .content .home_panel_2 {
	height: 700px; /* for parallax effect */
}
article.home-page .content .home_panel_1 .field--name-body {
	position: absolute;
	z-index: 5;
	top: 5%;
	width: 60%;
	left: 20%;
	background-color: rgba(255, 255, 255, .8);
	padding: 50px 50px 30px;
	margin: 0px auto;
}
article.home-page .content .home_panel_1 .field--name-field-panel-1-image {
	position: relative;
	z-index: 0;
	overflow: hidden;
	width: 100%;
	height: 600px;
}
article.home-page .content .home_panel_2 .field--name-field-panel-2-image {
	position: relative;
	z-index: 0;
	overflow: hidden;
	width: 100%;
	height: auto;
}
/*
article.home-page .content .home_panel_1 .left_panel_info {
	position: absolute;
	z-index: 5;
	width: 500px;
	top: 0px;
	left: 15%;
	padding: 140px 80px 140px;
	border-bottom-left-radius: 250px;
	border-bottom-right-radius: 250px;
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
*/
/* article.home-page .content .home_panel_2 .left_panel_info .field--name-field-panel-2-right-block { */
article.home-page .content .home_panel_1 .left_panel_info .field--name-field-panel-2-right-block {
	position: absolute;
	top: 0px;
}
article.home-page .content .home_panel_1 .left_panel_info {
	position: absolute;
	z-index: 5;
	width: 35%;
	min-width: 300px;
	height: 60%;
	bottom: 0px;
	left: 6%;
	text-align: center;
	padding: 100px 6% 40px;
	border-top-left-radius: 48% 30%;
	border-top-right-radius: 48% 30%;
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .3) 100%);
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .3) 100%);
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .3) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .3) 100%);
}
/* article.home-page .content .home_panel_2 .right_panel_info { */
article.home-page .content .home_panel_1 .right_panel_info {
	position: absolute;
	z-index: 5;
	width: 35%;
	min-width: 300px;
	height: 60%;
	bottom: 0px;
	right: 6%;
	text-align: center;
	padding: 100px 6% 40px;
	border-top-left-radius: 48% 30%;
	border-top-right-radius: 48% 30%;
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .3) 100%);
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .3) 100%);
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .3) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .3) 100%);
}
article.home-page .content .home_panel_1 .right_panel_info .field--name-field-panel-2-left-block {
	position: absolute;
	bottom: 0px;
}
article.home-page .content .home_panel_1 .home_panel_top h2 {
	color: #000;
	font-size: 2vw;
}
article.home-page .content .home_panel_1 .home_panel_top p {
	color: #000;
	line-height: 1.5em;
}
article.home-page .content .home_panel_1 .home_panel_bottom h2 {
	color: #fff;
	font-size: 2vw;
}
article.home-page .content .home_panel_1 .home_panel_bottom p {
	color: #fff;
	line-height: 1.5em;
}
article.home-page .content .home_panel_1 img {
	width: 100% !important;
	height: auto !important;
}

/* HOME - FEATURETTE */
#home_featurette .view-home-featurette {
	position: relative;
	z-index: 0;
	width: 100%;
	height: auto;
}
#home_featurette .view-home-featurette .views-row {
	position: relative;
	z-index: 0;
}
#home_featurette .view-home-featurette .views-row .views-field-body {
	position: absolute;
	z-index: 5;
	top: 50%;
	right: 0px;
	width: 45%;
	padding: 40px;
	background: -moz-linear-gradient(right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.2) 100%);
	background: -webkit-linear-gradient(right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.2) 100%);
	background: -o-linear-gradient(right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.2) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.2) 100%);
}
#home_featurette .view-home-featurette .views-row .views-field-body .featurette_title {
	color: #fff;
	font-size: 32px;
}
#home_featurette .view-home-featurette .views-row .views-field-body .featurette_body {
	color: #fff;
	margin-bottom: 1em;
}
#home_featurette .view-home-featurette .views-row .views-field-body .featurette_cta a {
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
	text-decoration: none;
	background: #f5842a;
}
#home_featurette .view-home-featurette .views-row .views-field-body .featurette_cta a:hover {
	background: #f5730c;
}
#home_featurette .view-home-featurette .views-row .views-field-field-background-image {
	position: relative;
	z-index: 0;
}
#home_featurette .view-home-featurette .views-row .views-field-field-background-image img {
	width: 100% !important;
	height: auto !important;
}

/* HOME - PRODUCT CAROUSEL */
#block-exposedformproducts-searchpage-1, #block-views-block-product-categories-carousel-block-1 {
	background: #bbb;
}
#block-exposedformproducts-searchpage-1 {
	text-align: center;
}
#block-exposedformproducts-searchpage-1 h2 {
	color: #fff;
	text-transform: uppercase;
}
#block-exposedformproducts-searchpage-1 .form-required { display: none; }
#block-exposedformproducts-searchpage-1 label.compact-form-label {
	margin: 5px 0px 0px 5px;
	font-size: 18px;
}
#block-exposedformproducts-searchpage-1 input.form-text {
	min-width: 450px;
	font-size: 18px;
	padding: 22px;
	border: none;
	border-radius: 0px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: none;
}
#block-exposedformproducts-searchpage-1 button.form-submit {
	margin-left: -5px;
	background: #000;
	padding: 9px 22px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	border: none;
	border-radius: 0px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
#block-exposedformproducts-searchpage-1 button .glyphicon { display: none; }

.jcarousel-wrapper.jcarousel-skin-default {
	width: 100%;
	height: auto;
	border: none;
	box-shadow: none;
}
.jcarousel-skin-default ul.jcarousel-container-horizontal {
	position: relative;
}
.jcarousel-skin-default .jcarousel li {
	position: relative;
	z-index;
	min-height: 326px;
	height: auto;
	margin-right: 0px;
	box-sizing: border-box;
}
.view-product-categories-carousel .jcarousel-skin-default .jcarousel li .views-field-title {
	position: absolute;
	z-index: 5;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: auto;
	padding: 20px;
}
.view-product-categories-carousel .jcarousel-skin-default .jcarousel li .views-field-title a {
	color: #fff;
	text-decoration: none;
	font-size: 24px;
}
.view-product-categories-carousel .jcarousel-skin-default .jcarousel li .views-field-nothing {
	position: absolute;
	z-index: 3;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 70%;
	padding: 0px;
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 100%);
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 100%);
	pointer-events: none;
}
.view-product-categories-carousel .jcarousel-skin-default .jcarousel li .views-field-field-product-grid-image img {
	width: 100%;
}
.jcarousel-skin-default .jcarousel-control-prev {
	width: 26px;
	height: 64px;
	left: 10px;
	top: calc(50% - 32px);
	background: url('../images/carousel-arrow-left.png') center no-repeat;
	background-color: transparent;
	background-size: 100% auto;
	box-shadow: none;
	font-size: 0px
}
.jcarousel-skin-default .jcarousel-control-next {
	width: 26px;
	height: 64px;
	right: 10px;
	top: calc(50% - 32px);
	background: url('../images/carousel-arrow-right.png') center no-repeat;
	background-color: transparent;
	background-size: 100% auto;
	box-shadow: none;
	font-size: 0px;
}

/* HOME - INSPIRATIONAL IDEAS */
body.path-frontpage #block-views-block-inspirations-block-1 h2 {
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
}
body.path-frontpage #block-views-block-inspirations-block-1 .views-field-view-node a {
	display: inline-block;
	padding: 10px 30px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: #00aeaf;
	margin-top: 10px;
	text-decoration: none;
}
body.path-frontpage #block-views-block-inspirations-block-1 .views-field-view-node a:hover {
	opacity: .9;
}


/* PRODUCT CATEGORIES and PRODUCT SEARCH RESULTS GRID */
.main-container.product_categories {
	background: #000;
}
.main-container.product_categories h1, .main-container.product_categories h2 {
	color: #fff;
}
.main-container.product_categories .field--name-body p {
	color: #fff;
}
.view-product-categories .view-content, .view-products-search .view-content {
	margin: 50px auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
}
.view-product-categories .view-content .views-row, .view-products-search .view-content .views-row {
	flex: 0 1 23%;
	color: #fff;
	margin: 0px 1%;
}
.view-product-categories .view-content .views-row a {
	color: #fff;
}
.view-product-categories .view-content .views-row .views-field-title a, .view-products-search .view-content .views-row .views-field-title a {
	color: #fff;
	font-size: 1.5em;
	text-decoration: none;
}
.view-product-categories .view-content .views-row .views-field-title a:hover, .view-products-search .view-content .views-row .views-field-title a:hover {
	text-decoration: underline;
}
.view-products-search .view-content .views-row, .view-products-search .view-content .views-row a, .view-products-search .view-content .views-row .views-field-title a {
	color: #000;
}

.search_term_label {
	font-size: 24px;
	font-weight: 600;
}


/* PRODUCT GRIDS */
body.page-node-type-product-grid {
	background: #000;
}
body.page-node-type-product-grid ol.breadcrumb {
	background-color: transparent;
}
body.page-node-type-product-grid ol.breadcrumb li, body.page-node-type-product-grid ol.breadcrumb li a {
	color: #fff;
}
body.page-node-type-product-grid h1 {
	color: #fff;
}
article.product-grid .field--name-body p {
	color: #fff;
}
article.product-grid .view-products .view-content {
	margin: 50px auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
}
article.product-grid .view-products .view-content .views-row {
	flex: 0 1 30%;
	color: #fff;
	margin: 0px 1%;
}
article.product-grid .view-products .view-content .views-row a {
	color: #fff;
}
article.product-grid .view-products .view-content .views-row .views-field-title a {
	color: #fff;
	font-size: 1.5em;
	text-decoration: none;
}
article.product-grid .view-products .view-content .views-row .views-field-title a:hover {
	text-decoration: underline;
}


/* PRODUCT and CONTENT PAGES */
body.page-node-type-product-page #page_heading {
	display: none;
}
#product_content_top {
	position: relative;
	z-index: 0;
	width: 100%;
	height: auto;
	background: #e5e5e5;
}
#product_content_top .left_side {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	width: 66%;
	height: 100%;
	background: #b2b2b2;
}
#product_paragraphs, #content_paragraphs {
	position: relative;
	z-index: 5;
	width: 100%;
	height: auto;
	padding: 100px 5%;
	margin: 0px;
	background-color: transparent;
}
body.page-node-type-page #product_paragraphs, body.page-node-type-page #content_paragraphs {
	padding: 0px 5%;
}
#product_paragraphs .field > .field--item, #content_paragraphs .field > .field--item {
	position: relative;
	width: 100%;
	height: auto;
	float: none;
	clear: both;
	padding: 0px 0px 100px;
	display: block;
}
#product_paragraphs .field > .field--item:last-child, #content_paragraphs .field > .field--item:last-child {
	padding: 0px 0px 40px;
}
#product_paragraphs .product_info, #content_paragraphs .content_info {
	position: relative;
	width: 100%;
	height: auto;
}

#product_paragraphs .product_info .prod_image img, #content_paragraphs .content_info .content_image img {
	width: 100% !important;
	height: auto !important;
}
#product_paragraphs .product_info .prod_text_wrapper, #content_paragraphs .content_info .content_text_wrapper {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
}
#product_paragraphs .product_info .prod_text_box, #content_paragraphs .content_info .content_text_box {
	width: 100%;
	height: auto;
	padding: 50px;
	margin: 0px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#product_paragraphs .product_info.image_left .prod_image, #content_paragraphs .content_info.image_left .content_image {
	float: left;
	width: 50%;
	text-align: left;
}
#product_paragraphs .product_info.image_left .prod_text_box, #content_paragraphs .content_info.image_left .content_text_box {
	left: 50%;
	width: 50%;
}
#product_paragraphs .product_info.image_right .prod_image, #content_paragraphs .content_info.image_right .content_image {
	float: right;
	width: 50%;
	text-align: right;
}
#product_paragraphs .product_info.image_right .prod_text_box, #content_paragraphs .content_info.image_right .content_text_box {
	left: 0;
	width: 50%;
}
#product_paragraphs .parallax.product_info.image_fullwidth .prod_image, #content_paragraphs .parallax.content_info.image_fullwidth .content_image {
	position: relative;
	float: none;
	width: 100%;
	height: 550px;
	text-align: right;
}
#product_paragraphs .product_info.image_fullwidth .prod_image, #content_paragraphs .content_info.image_fullwidth .content_image {
	float: none;
	width: 100%;
	text-align: right;
}
#product_paragraphs .product_info.image_fullwidth .prod_image_caption, #content_paragraphs .content_info.image_fullwidth .content_image_caption {
	text-align: right;
}
#product_paragraphs .product_info.image_fullwidth .prod_text_wrapper, #content_paragraphs .content_info.image_fullwidth .content_text_wrapper {
	positin: relative;
	width: 100%;
	height: auto;
	margin-top: -50px;
}
#product_paragraphs .product_info.image_fullwidth .prod_text_wrapper .prod_text_box, #content_paragraphs .content_info.image_fullwidth .content_text_wrapper .content_text_box {
	position: relative;
	float: none;
	width: 66%;
	transform: none;
	padding-top: 0px;
}
/* for animation *//*
#product_paragraphs .product_info.horizontal-slide .prod_text_box {
	position: relative;
	top: auto;
	left: auto;
	transform: none;
}
/* end for animation */
#product_paragraphs .product_info .prod_image .field--name-field-product-image > .field--item, #content_paragraphs .content_info .content_image .field--name-field-content-image > .field--item {
	padding: 0px;
}
#product_paragraphs .product_info .prod_text_box h2, #content_paragraphs .content_info .content_text_box h2 {
	text-transform: uppercase;
	margin-top: 0px;
}
#product_paragraphs .product_info .prod_text_box p, #content_paragraphs .content_info .content_text_box p {
	font-size: 18px;
	line-height: 1.8em;
}
.prod_text_box.white, .content_text_box.white {
	background: #fff;
}
.prod_text_box.black, .content_text_box.black {
	background: #000;
}
.prod_text_box.black h2, .prod_text_box.black p, .content_text_box.black h2, .content_text_box.black p {
	color: #fff;
}
.prod_text_box.gray, .content_text_box.gray {
	background: #e8e8e8;
}
.prod_text_box.teal, .content_text_box.teal {
	background: #38c0c1;
}
.prod_text_box.teal h2, .prod_text_box.teal p, .content_text_box.teal h2, .content_text_box.teal p {
	color: #fff;
}
.prod_text_box.orange, .content_text_box.orange {
	background: #f5842a;
}

#product_content_bottom {
	width: 100%;
	padding: 50px 5%;
}
#product_content_bottom .field--name-body {
	width: 100%;
	padding-right: 34%;
}
.field--name-field-product-info-row > .field--item {
	padding: 50px 0px;
}
.product_info_row .product_info_row_left {
	width: 67.5%;
	float: left;
}
.product_info_row .product_info_row_right {
	width: 29%;
	float: right;
	text-align: right;
}
.product_info_row .product_info_row_right img {
	width: 100% !important;
	height: auto !important;
	float: right;
}
.product_info_row .product_info_row_right .field--name-field-product-info-image-caption {
	clear: both;
	float: none;
	width: 100%;
	text-align: left;
}
.product_info_row .product_info_row_right .field--name-field-product-info-image-caption p {
	font-size: .9em;
}

.product_info_row table tr:nth-child(1), .product_info_row table tr:nth-child(3) {
	background: #e5e5e5;
}
.product_info_row table td {
	padding: 20px;
}

#block-productpagefooterguarantee {
	padding: 50px 5%;
	background: #e5e5e5;
}


/* INSPIRATIONS LISTING PAGE */
.view-inspirations .view-content {
	margin: 50px auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
}
.view-inspirations .view-content .views-row {
	flex: 0 1 30%;
	color: #000;
	margin: 0px 1%;
}
.view-inspirations .view-content .views-row a {
	color: #000;
}
.view-inspirations .view-content .views-row .views-field-title a {
	color: #000;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 1.2em;
}
.view-inspirations .view-content .views-row .views-field-title a:hover {
	text-decoration: underline;
}


/* BLOG LISTING PAGE */
.view-blog .views-row {
	width: 100%;
	float: none;
	clear: both;
	padding: 50px;
	border-bottom: 1px solid #ccc;
	display: table;
}
.view-blog .views-row:nth-child(odd) .views-field-field-blog-image {
	max-width: 600px;
	width: 40%;
	float: left;
	margin: 0px 30px 30px 0px;
}
.view-blog .views-row:nth-child(even) .views-field-field-blog-image {
	max-width: 600px;
	width: 40%;
	float: right;
	margin: 0px 0px 30px 30px;
}
.view-blog .views-row .views-field-title {
	font-size: 1.5em;
}
.view-blog .views-row .views-field-body p {
	text-align: left !important;
}
.view-blog .views-row .views-field-body a.views-more-link {
	font-weight: bold;
	font-size: .9em;
}

/* BLOG PAGES */
article.article .field--name-field-image img {
	margin: 0px auto;
}
article.article .field--name-body {
	padding: 50px 0px;
}


.footer {
	width: 100%;
    margin-top: 0px;
    padding: 35px 5% 36px;
    border: none;
    background-color: #000;
    color: #fff;
}

footer .columns {
    display: inline-flex;
    width: 100%;
    font-size: 18px;
}
footer .columns .region {
    margin: 5px auto;
	width: 20%;
}

footer .columns h2 {
    font-size: 24px;
    font-weight: 600;
}
footer .columns p {
	font-size: 16px;
}

/* COLORBOX */
#cboxLoadedContent {
	padding: 1em;
}

/* REQUEST A QUOTE FORM IN COLORBOX */
#cboxLoadedContent #webform-submission-request-a-quote-add-form {
	width: 50%;
	margin: 0px auto;
}

/* IMAGEFIELD SLIDESHOW OVERWRITES */
.imagefield_slideshow-wrapper {
	width: 100% !important;
	border: none;
	padding: 0px;
	margin: 0px;
}
.cycle-pager {
	text-align: center;
}
.cycle-pager span {
	margin: 0px 3px;
}
.cycle-pager span.only-one {
	display: none;
}

/* BUBBLE-UP STYLES - Leave at bottom of stylesheet */

.bubbleup, .slide-right, .slide-left {
  visibility: hidden;
  opacity: 0;
}
/* This is a static version
.already-visible {
  visibility: visible;
  transform: translateY(0px);
  animation: none;
  opacity: 1;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
*/
.already-visible, .come-in {
  visibility: visible;
  transform: translateY(500px);
  animation: come-in 2s ease forwards;
  opacity: 1;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.already-visible:nth-child(2n), .come-in:nth-child(2n) {
  animation-duration: 1s;
}
.already-visible:nth-child(3n), .come-in:nth-child(3n) {
  animation-duration: 3s;
}

.slide-right.already-slide, .slide-right.slide-in {
  visibility: visible;
  transform: translateX(-500px);
  animation: slide-right 1.5s forwards;
  opacity: 1;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
	  transition: opacity 1s;
}
.slide-right.already-slide:nth-child(2n), .slide-right.slide-in:nth-child(2n) {
  animation-duration: 1s;
}
.slide-left.already-slide, .slide-left.slide-in {
  visibility: visible;
  transform: translateX(500px);
  animation: slide-left 1.5s forwards;
  opacity: 1;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.slide-left.already-slide:nth-child(2n), .slide-left.slide-in:nth-child(2n) {
  animation-duration: 1s;
}

@keyframes come-in {
  to { transform: translateY(0); }
}
@keyframes slide-right {
  to { transform: translateX(0); }
}
@keyframes slide-left {
  to { transform: translateX(0); }
}


/* MEDIA QUERIES */

@media all and (max-width:768px) {
	
	p {
		font-size: 16px;
	}
	h3 {
		font-size: 20px;
	}
	.navbar-header {
		width: 100%;
	}
	#navbar-collapse {
		position: relative;
		width: 100%;
		margin: 0px auto;
		background: #fff;
	}
	.navbar-default ul.navbar-nav > li, .navbar-default ul.nav-tabs > li {
		display: block;
	}
	.navbar-header #site-logo {
		max-width: 150px;
		margin-left: 15px;
	}
	button.navbar-toggle {
		top: 20px;
	}
	#block-headersecondarymenu .field--name-body {
		text-align: center;
	}
	#block-mainmegamenu { display: none; }
	
	article.home-page .content .home_panel_1 {
		height: auto;
		padding-top: 20px;
	}
	article.home-page .content .home_panel_1 a.red_button {
		margin: 0px auto 10px !important;
	}
	article.home-page .content .home_panel_1 .home_panel_top, article.home-page .content .home_panel_1 .home_panel_bottom {
		position: relative;
		margin-bottom: 30px;
	}
	article.home-page .content .home_panel_1 .home_panel_bottom {
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	article.home-page .content .home_panel_1 .home_panel_top h2, article.home-page .content .home_panel_1 .home_panel_bottom h2 {
		font-size: 6vw;
	}
	article.home-page .content .home_panel_1 .home_panel_top .field--name-body {
		position: relative;
		width: 90%;
		margin: 0px 5% 0px;
		padding: 30px;
		top: auto;
		left: auto;
	}
	article.home-page .content .home_panel_1 .left_panel_info, article.home-page .content .home_panel_1 .right_panel_info {
		position: relative;
		height: auto;
		padding: 30px;
		width: 100%;
		bottom: auto;
		left: auto;
		right: auto;
		border-radius: 0px;
		background: #000;
	}
	article.home-page .content .home_panel_1 .left_panel_info {
		padding-bottom: 0px;
	}
	
	#views-exposed-form-products-search-page-1 {
		min-width: 200px;
		width: 80%;
		margin: 0px auto;
	}
	#block-exposedformproducts-searchpage-1 .compact-form-label {
		top: 8px;
		left: 10px;
	}
	#block-exposedformproducts-searchpage-1 input.form-text {
		min-width: 200px;
		width: 100%;
		border-radius: 10px;
	}
	#block-exposedformproducts-searchpage-1 button.form-submit {
		border-radius: 10px;
		margin: 0px auto;
	}
	
	/* HOME FEATURETTE BLOCK */
	#home_featurette .view-home-featurette .views-row .views-field-body {
		position: relative;
		z-index: 0;
		top: auto;
		width: 100%;
		background: -moz-linear-gradient(right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .5) 100%);
		background: -webkit-linear-gradient(right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .5) 100%);
		background: -o-linear-gradient(right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .5) 100%);
		background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .5) 100%);
	}
	
	/* HOME INSPIRATIONAL IDEAS */
	.view-inspirations .view-content .views-row {
		flex: 0 1 80%;
		margin: 0px auto 30px;
	}
	.view-products-search .view-content .views-row {
		flex: 0 1 80%;
		margin: 0px auto 30px;
	}
	
	.view-product-categories .view-content .views-row {
		flex: 0 1 98%;
		margin: 0px auto 30px;
	}
	article.product-grid .view-products .view-content .views-row {
		flex: 0 1 98%;
		margin: 0px auto 30px;
	}
	
	#product_paragraphs, #content_paragraphs {
		padding: 30px 5%;
	}
	#product_paragraphs .field > .field--item, #content_paragraphs .field > .field--item {
		padding-bottom: 30px;
	}
	.field--name-field-product-info-row > .field--item {
		padding: 50px 0px 0px;
	}
	#product_content_top .left_side {
		display: none;
	}
	#product_content_top {
		background: #b2b2b2;
	}
	#product_paragraphs .product_info .prod_image, #content_paragraphs .content_info .content_image {
		float: none !important;
		clear: both !important;
		width: 100% !important;
		height: auto !important;
		min-height: 200px;
		background-size: 100% auto !important;
		background-position: center !important;
	}
	#product_paragraphs .product_info .prod_image_caption, #content_paragraphs .content_info .content_image_caption {
		display: block;
		float: none;
		clear: both;
		width: 100%;
		height: auto;
	}
	#product_paragraphs .product_info .prod_text_wrapper, #content_paragraphs .content_info .content_text_wrapper {
		float: none !important;
		clear: both !important;
		width: 100% !important;
		margin-top: 1em !important;
	}
	#product_paragraphs .product_info .prod_text_box, #content_paragraphs .content_info .content_text_box {
		width: 100% !important;
		padding: 20px;
		position: relative;
		top: 0px;
		left: auto !important;
		right: auto !important;
		transform: none;
	}
	#product_content_bottom .field--name-body {
		width: 100%;
		padding: 20px;
	}
	.product_info_row .product_info_row_left, .product_info_row .product_info_row_right {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	
	footer .columns {
		display: block;
	}
	footer .columns .region {
		display: inline-block;
		width: 49%;
		margin: 5px 0px;
		vertical-align: top;
	}
	footer .columns .region.region-footercolumn5 {
		width: 100%;
	}
	
	#webform-submission-request-a-quote-add-form {
		width: 80%;
		margin: 0px auto;
	}
}

@media all and (min-width:769px) {
	#navbar-collapse {
		position: relative;
		float: right;
		width: 80%;
		height: 140px !important;
	}
	#block-headersecondarymenu {
		position: absolute;
		top: 20px;
		right: 0px;
	}
	#navbar-collapse #block-rebarts-main-menu, #navbar-collapse #block-mainmegamenu {
		position: absolute;
		bottom: 0px;
		right: 0px;
	}
}