/***********************************************************/
/* #Blocks
/***********************************************************/
#full_width {
	margin-left: -15px;
	margin-right: -15px;
}

#full_width .content_block_wrapper {
	padding-top: 0;
	padding-bottom: 0;
}

.content_block_wrapper {
	padding-top: 60px;
	padding-bottom: 60px;
}

.section_title {
	font-size: 54px;
	color: #72695c;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
}

.column_block {
	flex-wrap: nowrap;
	display: flex;	
}

.column_block_item {
	flex-basis: 50%;
	flex-grow: 0;
}

.column_block_top {
	align-self: flex-start;
	max-height: 520px;
    overflow: hidden;
}

.column_block_top > img {
	width: 100%;
}

.column_block_bottom {
	align-self: center;
	-ms-grid-row-align: center;
	padding: 40px;
}

.col-full-wrapper {
	margin-left: -15px;
	margin-right: -15px;
}

.padding-top .content_block_wrapper {
	padding-top: 0;
}

.padding-bottom .content_block_wrapper {
	padding-bottom: 0;
}

blockquote {
	border: 1px solid #cccccc;
	background: #eeeeee;
	padding: 0 15px 5px 15px;
	margin-right: 0;
	font-style: normal;
}


/** Slider **/
#home_banner .content_block_wrapper {
	padding-top: 0;
	padding-bottom: 0;
}

#slider_block {
	margin-left: -15px;
	margin-right: -15px;
}

#slider_block h1, #slider_block h2, #slider_block h3 {
	color: #4f7011;
	font-size: 80px;
	font-weight: 700;
	margin: 0;
}

#slider_block .slider_caption {
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

#slider_block .slider_text_wrapper {
	position: absolute;
	width: calc(60%);
	top: 65%;
    left: 0;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
	padding: 30px;
	background: rgba(255,255,255,.7);
	text-align: right;
}

#slider_block .slider_text_wrapper p {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
    text-transform: uppercase;
    color: #484238;		
}

/*** Image Block ***/
#alternate-color .bg_block {
	background-attachment: unset;
}

#alternate-color .content_block_wrapper {
	padding-top: 0;
	padding-bottom: 0;
	margin-left: -15px;
	margin-right: -15px;
}

#image_block {
	flex-wrap: nowrap;
	display: flex;	
	background-image: url(../images/watermark.png);
	background-size: auto 80%;
	background-repeat: no-repeat;
	background-position: -5% 50%;	
}

#image_block.right_image {
	-webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;		
}

#image_block.left_image {
	background-position: 105% 50%;
}

.image_block_col {
	flex-basis: 50%;
	flex-grow: 0;
}

.image_block_top {
	align-self: flex-start;
	max-height: 500px;
    overflow: hidden;
}

.image_block_top > img {
	width: 100%;
}

.image_block_bottom {
	align-self: center;
	-ms-grid-row-align: center;
}

.image_block_title {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 0;
}

#image_block .block_content h3 {
	font-size: 50px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 700;
}

#image_block .block_content {
	max-width: 55%;
	padding: 40px;
}

#image_block.right_image .block_content {
	float: right;
}

#image_block .block_content a {
	color: inherit;
	text-transform: uppercase;
	font-weight: 700;
}

#image_block .block_content a:hover {
	opacity: .7;
}

/** Hero Banner **/
.hero_banner {
	max-height: 350px;
}

.hero_banner, .hero_banner > img {
	position: relative;
	display: block;
	overflow: hidden;
}

.hero_banner > img {
	width: 100%;
}

.hero_banner .banner_caption {
	background-color: rgba(102,44,146,.40);
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.hero_banner .banner_caption .banner_text {
	position: absolute;
	width: 100%;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);	
}

#home-banner svg, #hero_banner svg {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

#hero_banner .parallax {
	 background-position: center center;
}

.slider_caption {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.slider_text_wrapper {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 30px;
}

.slider_text_wrapper a.btn {
	margin: 0 10px;
}

/*.content-block-col *:not(h1):not(h2) {
	color: inherit;
}*/

.next-section {
	position: absolute;
    z-index: 2;
    font-size: 30px;
    margin-top: -60px;
    width: 100%;
}

.next-section a {
	color: #ff7f27;
}

.home #section-2 {
	position: relative;
	z-index: 2;
	margin-top: 40px;
	outline: none;
}

.content_block_wrapper {
	padding-bottom: 30px;
    padding-top: 30px;
}

#image_overlay, #image_overlay > img, ._li_product ._zoom_image, ._zoom_image > img,
.product-gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-product .woocommerce-product-gallery__wrapper .product-gallery-item {
	max-height: 200px;
    overflow: hidden;
    margin-bottom: 15px;
}

#image_overlay > img, ._zoom_image > img, .product-gallery-item img {
    max-width: 100%;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
	width: 100%;
}


#image_overlay {margin-bottom: 15px}

/*#image_overlay > img {
	min-height: 416px;
	max-height: 416px;
	
}*/

#image_overlay:hover > img, ._li_product:hover ._zoom_image > img, .product-gallery-item:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.overlay_caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.45);
}

.overlay_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
    padding: 20px;
    text-align: center;
}
.overlay_text h3 {color: #fff}

/*#image_overlay h3:after,
.withbg_image .section_title::after {
	content:"";
	height: 8px;
	width: 100px;
	display: block;
	position: relative;
	background-color: #ff7f27;
	margin: 30px auto 0;
}*/

#image_block {
	flex-wrap: nowrap;
	display: flex;	
}

#image_block.right_image {
	-webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;		
}

.image_block_col {
	flex-basis: 50%;
	flex-grow: 0;
}

.image_block_top {
	align-self: flex-start;
    overflow: hidden;
}

.image_block_top > img {
	width: 100%;
}

.image_block_bottom {
	align-self: center;
	-ms-grid-row-align: center;
}

#image_block .block_content {
	padding: 30px;
}

#image_block.right_image .block_content {
	float: right;
}

/** Grid Icon **/
#grid_icon {
	margin: 20px 0 30px;
}

.grid_icon_wrapper {
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
	padding: 70px 30px 30px 20px;
	flex-wrap: wrap;
    display: flex;
	min-height: 370px;
}

.grid_icon_caption {
	align-self: top;
}

.grid_icon_caption > img {
	margin-bottom: 20px;
}

#grid_icon:hover .grid_icon_caption > img {
	 -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

#grid_icon:hover .grid_icon_caption h4 {
	color: #ff7f27;
}

.withbg_image .content_block_wrapper {
	background-color: rgba(255,255,255,.85);
	padding-top: 60px;
	padding-bottom: 60px;
}

.testi-slider .slick-list {
	max-width: 95%;
	margin: 0 auto;
}

.testi-item {
	font-size: 20px;
	line-height: 1.6;
	font-style: italic;
	
}

.testi-item cite {
	font-style: normal;
	font-weight: 400;
}

.slick-arrow {
	position: absolute;
	top: 40%;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	z-index: 2;
}

.slick-arrow.slick-prev {
	background: rgba(0,0,0,.5) url(../images/arrow-left.png) no-repeat center center;
	left: 0;
}

.slick-arrow.slick-next {
	background: rgba(0,0,0,.5) url(../images/arrow-right.png) no-repeat center center;
	right: 0;
}

.slick-dots {
	max-width: 95%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.slick-dots li {
	list-style: none;
	display: inline-block;
	margin: 5px;
}

.slick-dots li button {
	padding: 0;
    background: #555;
    line-height: .6;
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
}

.slick-dots li.slick-active button{
	background: #fefefe;
}

/** Counter **/
#counter_box .counting {
	font-size: 50px;
	color: #ff7f27;
	line-height: 1;
	margin-bottom: 15px;
}

#counter_box .counter_content * {
	line-height: 1.5;
}

/**Flip Boxes**/
#flip_box{ 
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    padding: 70px 30px 30px 20px;
    flex-wrap: wrap;
    display: flex;
    min-height: 370px;
	background-color: #fff;
}

.flip_box_wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;	
}

.flippanel {
	margin: 0 auto;
	position: relative;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
}

.flippanel .flipfront,
.flippanel .flipback {
	text-align: center;
}
	
.flippanel .flipfront {
	height: inherit;
	position: absolute;
	top: 0;
	z-index: 900;
	text-align: center;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	   -moz-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.flippanel .flipback {
	height: inherit;
	position: absolute;
	top: 0;
	z-index: 1000;
	-webkit-transform: rotateY(-180deg); 
	   -moz-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.flippanel.flip .flipfront {
	z-index: 900;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}

.flippanel.flip .flipback {
	z-index: 1000;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
}