﻿
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
html { 
	-webkit-font-smoothing: antialiased; 
}
*
{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
body {
	position: relative;
	margin: 0;
	padding: 0;
	color: #777;
	font-size: 13px;
    line-height: 1.428571429;
	font-family: "Open Sans", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}
ol, ul, li {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
a {
	text-decoration: none;
}
a:focus {
	outline: none;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align:middle
}

.padding {
	padding:0;	
}

.col-centered {
	float:none;
	margin:0 auto;	
}

::-webkit-input-placeholder { color:inherit; opacity:1;}
::-moz-placeholder { color:inherit; opacity:1;}
:-ms-input-placeholder { color:inherit; opacity:1;}
:-moz-placeholder { color:inherit; opacity:1;}

.col-centered { margin:0 auto; float:none; }


/* ==========================================================================
  3. HEADER STYLE.
============================================================================= */

/* ---- 3.2 Top logo --------------------- */
header.top-head {
	position: relative;
	/*z-index: 5555;*/
	z-index: 9;
	min-height: 92px;
	border-bottom: 9px #f4f4f4 solid;
}
.fixedHead {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	background: transparent !important;
}
header.top-head .logo{
	margin-top: 20px;
    padding: 0px !important;
}

header.top-head .logo img {
	width:120px;
	float: left;
	display: inline-block;
}
header.top-head .logo a {
	display: table;
	width: 515px;
	height: 47px;
	margin: auto;
	text-decoration: none;
}
header.top-head .logo.center a{
	margin:auto;
}

header.top-head .logo a h4 {
	float: right;
	font-family: 'LatoBlack';
	margin-top: 40px;
	text-transform:uppercase;
	font-size:23px;
}

header.top-head .logo a:hover h4 {
	color: #22130e;
}
/* ---- 3.3 Main menu ------------------ */
.top-menu {
	float: right !important;
	width: auto !important;
}
.full-menu {

}
.top-nav {
	float: left;
}
.top-nav > ul > li {
	position: relative;
	float: left;
    margin: 0;
	border-left: 1px #eee solid;
	height: 129px;
    overflow:hidden\9;
	list-style-type: none;
}
.top-nav > ul > li a {
	text-decoration:none;	
}

.top-nav > ul > li:hover{
    overflow:visible\9
}
.top-nav > ul > li > a:hover i, .top-nav > ul > li.current > a i, .top-nav > ul > li.selected > a i {
	margin-top: 5px;
}
.top-nav > ul > li > a {
	display: block;
	padding: 0 29px;
	padding-top: 44px;
	height: 129px;
	text-transform: uppercase;
	overflow:hidden;
	text-align:center;
}
.top-nav > ul li a span {
	display: block;
	margin-top:5px
}
.top-nav > ul li a i{
	color:#22130e;
	font-size:16px
}
.top-nav > ul li a:hover i{
	color:#22130e;
}

.top-nav > ul li.current a i {
	color:#22130e;	
}

.top-nav > ul > li:after {
	position: absolute;
	bottom: -9px;
	left: -3px;
	display: inline-block;
	width: 100%;
	height: 9px;
	border-left: 1px #E4E4E4 solid;
	background: transparent;
	content: "";
	-moz-transform: skew(-35deg, 0);
	-ms-transform: skew(-35deg, 0);
	-o-transform: skew(-35deg, 0);
	-webkit-transform: skew(-35deg, 0);
	transform: skew(-35deg, 0);
}
.top-nav > ul li ul {
	position: absolute;
	top: 107%;
	z-index: -1;
	min-width: 180px;
    height:0;
    max-height:0;
    
	left: -5px;}
.top-nav > ul > li > ul > li {
	position: relative;
	float: none;
	margin: 0;
	padding: 0;
	line-height: 35px;
	opacity: 0;
	transition: opacity .5s, transform .4s;
	-moz-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);
	-moz-transition: opacity .5s, -moz-transform .4s;
	-ms-transition: opacity .5s, -ms-transform .4s;
	-o-transition: opacity .5s, -o-transform .4s;
	-webkit-transition: opacity .5s, -webkit-transform .4s;
	transform: rotateY(90deg);
	list-style:none;
}
.top-nav > ul > li:hover > ul{
    z-index:0;
    height:auto
}
.top-nav > ul > li:hover > ul > li {
	opacity: 1;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	-webkit-transform: none;
	transform: none;
}
.top-nav li li a {
	display: block;
	overflow: hidden;
	padding: 0 15px;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
	line-height: 40px;
}
.top-nav li li.hasChildren:after {
	position: absolute;
	top: 2px;
	right: 10px;
	display: inline-block;
	color: #22130e;
	content: "\f105";
	font-family: FontAwesome;
}

/*.top-nav li li:hover.hasChildren:after {
	color:#fff;
}*/

.top-nav li li a:hover, .top-nav li li.selected > a, .top-nav li li.current > a {
	text-decoration: none;
}
/*** sub menu level more than 2 ***/

.top-nav li li li {
	opacity: 0;
	transition: opacity .4s, transform .5s;
	-moz-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	-webkit-transform: rotateX(90deg);
	-moz-transition: opacity .4s, -moz-transform .5s;
	-ms-transition: opacity .4s, -ms-transform .5s;
	-o-transition: opacity .4s, -o-transform .5s;
	-webkit-transition: opacity .4s, -webkit-transform .5s;
	transform: rotateX(90deg);
}
.top-nav li li > ul{
    height:0;
    left: 100%;
    top: 0;
}
.top-nav li li:hover > ul{
    height:auto;
}
.top-nav li li:hover > ul > li {
	opacity: 1;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	-webkit-transform: none;
	transform: none;
	list-style:none !important;
}

/****** Mega menu Style *********/
.mega-menu {
	position:relative
}
.mega-menu .div-mega {
	position: absolute;
	top: 92px;
	left: 0;
	z-index: 99;
	display: none;
	padding-top:2%;
	-webkit-box-shadow: inset 0px 10px 11px -5px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 10px 11px -5px rgba(0,0,0,0.3);
	box-shadow: inset 0px 10px 11px -5px rgba(0,0,0,0.3);
}
.mega-menu > li > a {
	display: block;
	position: relative;
}
.div-mega-section {
	float: left;
	margin: 0 2% 2%;
}
.mega-menu div.div-mega ul {
	visibility: visible;
	position: static;
	max-height: 100%;
	height:100%;
	width:100%
}
.mega-menu div.div-mega ul li {
	opacity: 1;
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
}
.mega-menu div.div-mega ul li a {
	padding: 8px 5px;
	line-height: normal;
	overflow: inherit;
	text-overflow: initial;
	white-space: normal;
}
.div-mega h4 {
	background: #fff;
	color: #777;
	padding: 8px 10px;
	font-weight: bold;
}

.responsive-nav.res-act .collapse {display:block !important; }
/**** version 1 customizations ******/

.top-nav > ul ul li a i {
	margin-right: 8px;
	font-size: 13px;
}

h2 {
	margin-top: 0;
	font-weight: 500;
}

.parallax {
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 0;
	-webkit-transition: background-position .2s ease-in;
	-moz-transition: background-position .2s ease-in;
	-o-transition: background-position .2s ease-in;
	transition: background-position .2s ease-in;
	-webkit-background-size: cover;
	background-size: cover;
}

.parallax .parallax-container {
	position:absolute;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	left: 50%;
	margin-right: -50%;
	top: 50%;
}

.parallax h1 {
	margin: 0;
	text-transform: uppercase;
	font-family: 'LatoBlack';
	font-size:55px;
	line-height:55px;
	color:#fff;
	margin:0;
	padding:0 0 31px 0;
}

.parallax p {
	font-family: 'LatoRegular';
	font-size:22px;
	line-height:24px;
	color:#fff;	
}


.parallax .btn {
	margin-top:39px;
	padding:26px 45px;
	/*background-color:#22130e;*/
	color:#fff;
	font-family: 'LatoBlack';
	text-transform:uppercase;
	letter-spacing:4px;
	font-size:14px;
	line-height:14px;
	border:none;
	border-radius:0;
	/* -webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border:2px solid transparent;*/
	background-color:#22130e;
}

/*.parallax .btn:hover {
	background-color:#efe7e1;
	border:2px solid #22130e;
	color:#22130e;	
}*/

.banner-section {
	background-image:url(../images/slider-img1.jpg);
	padding:19em 0;	
	background-size: cover;
    background-position: center center;
}

.no-padding { padding: 2em 0; }

.white-section { background-color: #fff; }

.silver-section { background-color: #f1f2f3; }



/* Box colors */
.bg-1 {
	background: #ECEFF1;
	color: #37474f;
}
.bg-2 {
	background: #7986cb;
	color: #ECEFF1;
}
.bg-3 {
	background: #37474f;
	color: #fff;
}

/* Common button styles */
.button {
	float:none;
	min-width: 150px;
	max-width: 250px;
	display: inline-block;
	margin: 1em;
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}


/* Typography and Roundedness */

.button--wayra {
	overflow: hidden;
	width: 245px;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	background: #efe7e1;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -55deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -55deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button--wayra:hover {
	color: #fff;
	border-color: #3f51b5;
}
.button--wayra.button--inverted:hover {
	color: #22130e;
	border-color: #fff;
}
.button--wayra:hover::before {
	opacity: 1;
	background-color: #3f51b5;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra.button--inverted:hover::before {
	background-color: #efe7e1;
}


/* code for typed animated blinking cursor */
.typed-cursor{
	opacity: 1;
	font-weight: 100;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	-ms-animation: blink 0.7s infinite;
	-o-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}
@-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-ms-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-o-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}

/*========== Typed Start ==========*/

.type-wrap h1 {
	font-family: 'LatoBlack';
	font-size:55px;
	line-height:55px;
	color:#fff;
	text-transform:uppercase;
	display:inline-block;
}
.type-wrap span {
	font-family: 'LatoBlack';
	font-size:55px;
	line-height:55px;
	color:#efe7e1;
	text-transform:uppercase;
	display:inline-block;
	margin-left:10px;
	border-bottom:3px solid #22130e;	
}

.type-wrap .typed-cursor {
	border:none;
}
/*========== Typed End ==========*/

/*========== Overlay Start ==========*/

/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background:url(../images/overlay-img.jpg) no-repeat;
	z-index:9999999;
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(../images/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}

/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay h2 {
	font-size: 54px;
	font-weight: 300;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;	
	text-align:center;
	padding:100px 0 50px 0;
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.overlay ul li a {
	font-size: 54px;
	font-weight: 300;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #f0f0f0;
}

/* Effects */
.overlay-scale {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	z-index:9999999;
}

.overlay-scale.open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);	
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	z-index:9999999;
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}
/*========== Overlay End ==========*/


/*========== Products Start ==========*/
.product {
	margin:-100px 0 0 0;
	overflow:hidden;
	z-index: 1;
	position:relative;
}

.product .product-top .product-top-left {
	padding:150px 113px 0 40%;
}

.product .product-top .product-top-left .title {
	position:relative;
	margin-bottom:30px;
}

.product .product-top .product-top-left .title h2 {
	font-family: 'LatoBlack';
	font-size:50px;
	line-height:50px;
	color:#22130e;
	text-transform:uppercase;
	letter-spacing:13px;
	position:relative;
	padding-bottom:20px;
	display:inline-block;
}

.product .product-top .product-top-left .title h2:before {
	position:absolute;
	height:3px;
	width:100px;
	background-color:#d7c4b3;
	content:"";
	left:0;
	top:100%;
	z-index:999;
}

.product .product-top .product-top-left p {
	font-family: 'LatoRegular';
	font-size:16px;
	line-height:24px;
	color:#181818;	
}

.product .product-bottom {
	position:relative;	
}

.product .product-bottom h2 {
	font-family: 'LatoBlack';
	font-size:150px;
	line-height:150px;
	color:#d7c4b3;
	text-transform:uppercase;
	position:absolute;
	top:-90px;
	left:0;	
}


.product .product-bottom .product-top-left img{
	width:100%;
}

.product .product-bottom .product-top-right {
	padding:70px 40% 0 100px;
}


.product .product-block {
	padding-top:20px;
	padding-bottom:18px;	
}

.product .product-block img {
	width: 80px;	
}

.product .product-block a {
	display:block;
	margin-bottom:20px;
}

.product .product-block h5 {
	font-size:24px;
	line-height:24px;
	font-family: 'LatoBold';
	color:#181818;	
}

.product .product-block p {
	font-family: 'LatoRegular';
	font-size:16px;
	line-height:24px;
	color:#181818;	
}


.product .product-img img {
	width:100%;
}

.product .btn {
	margin-top:20px;
	padding:21px 29px;
	/*background-color:#22130e;*/
	color:#fff;
	font-family: 'LatoBlack';
	text-transform:uppercase;
	letter-spacing:4px;
	font-size:14px;
	line-height:14px;
	border:none;
	border-radius:0;
	/* -webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border:2px solid transparent;*/
	background-color:#d7c4b3;
	margin-left:0;
	width:auto;
	overflow:hidden;
}

.product .button--wayra.button--inverted:hover {
	color:#fff;
}

.product .button--wayra::before {
	width:100%;	
}

.product .button--wayra.button--inverted:hover::before {
    background-color:#000;
	width:100%;
}



/*========== Products End ==========*/

/*========== Client-Logo Start ==========*/
.client-logo {
/*	background:url(../images/client-logo-img.png) no-repeat rgba(217,200,184,1);*/
	background-color:#d9c8b8;
	/*padding:150px 0;*/
	padding: 70px 0;
	position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    margin-top: 0;
}

.client-logo h2 {
	font-family: 'LatoBlack';
    font-size: 150px;
    line-height: 150px;
    /*color: #d7c4b3;*/
    color: #22130e;
    text-transform: uppercase;
    position: absolute;
    top: -90px;
    left: 15px;
    z-index: -1;
}

.client-logo ul {
	display:block;
	margin:0;
	padding:0;
}

.client-logo ul li {
	display:inline-block;
	padding:0 10px 10px;
	overflow:hidden;	
}
.client-logo ul li a { display:inline-block; width:100%; overflow:hidden; }
.client-logo ul li a img{-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    width: auto;
}
.client-logo ul li a:hover img{ transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2);  
-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.client-logo-carousel .item {
	position: relative;
    margin: 0 15px;
}

.client-logo-carousel .item a {
	display: block;
	width: auto;
	height: 187px;
	position: relative;
}

.client-logo-carousel .item img {
 	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

.client-logo-carousel .item a img:hover {
 	/*transform:scale(1.2,1.2); 
 	-webkit-transform:scale(1.2,1.2);  */
 	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    display: inline-block;
}

.client-logo-carousel .item img.default {
 	opacity: 1;
 	position: absolute;
 	left: 0;
 	right: 0;
 	top: 0;
 	bottom: 0;
}

.client-logo-carousel .item img.active {
 	opacity: 0;
}

.client-logo-carousel .item a:hover img.default {
	opacity: 0;
}

.client-logo-carousel .item a:hover img.active {
	opacity: 1;
}

.client-logo-carousel .owl-pagination {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
}

.client-logo-carousel .owl-pagination .owl-page {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 9;
}

.client-logo-carousel .owl-pagination .owl-page:first-child:before {
	position: absolute;
	left: -15px;
	right: auto;
	font-size: 35px;
	line-height: 35px;
	color: #22130e;
	content: "\f177";
	font-family: FontAwesome;
	top: 50%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
}

.client-logo-carousel .owl-pagination .owl-page:last-child:after {
	position: absolute;
	right: -30px;
	left: auto;
	font-size: 35px;
	line-height: 35px;
	color: #22130e;
	content: "\f178";
	font-family: FontAwesome;
	top: 50%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
}
/*========== Client-Logo End ==========*/


/*========== Testimonial Start ==========*/
.testimonial {
	padding:100px 0;
	background-color:#ebdfd2;	
}

.testimonial .title {
	position:relative;
	margin-bottom:30px;
}

.testimonial .title h2 {
	font-family: 'LatoBlack';
	font-size:50px;
	line-height:50px;
	color:#22130e;
	text-transform:uppercase;
	letter-spacing:13px;
	position:relative;
	padding-bottom:20px;
	display:inline-block;
}

.testimonial .title h2:before {
	position:absolute;
	height:3px;
	width:100px;
	background-color:#22130e;
	content:"";
	left:0;
	top:100%;	
}

.testimonial .owl-carousel .left-quote {
	padding:10px 60px 0 0;
}

.testimonial .owl-carousel .left-quote .main-quote {
	width:100%;
	position: relative;
    display: inline-block;
}

.testimonial .owl-carousel .left-quote p {
	position:relative;
	font-family: 'LatoRegular';
	font-size:16px;
	line-height:24px;
	color:#181818;
	width:100%;
    display: inline-block;
    padding:0 0 0 50px;
}
.testimonial .owl-carousel .left-quote p:before {
	background:url(../images/paragraph-quote.png) no-repeat;
	content:"";	
	height:20px;
	width:22px;
	display:inline-block;
	position:absolute;
	top:5px;
	left:0px;
}

.testimonial .owl-carousel .left-quote p:after {
	background:url(../images/paragraph-quote-end.png) no-repeat;
	content:"";	
	height:20px;
	width:22px;
	display:inline-block;
	position: relative;
	top:7px;
    right: -30px;
}

.testimonial .owl-carousel .left-quote h6 {
	font-family: 'LatoBoldItalic';
	font-size:16px;
	line-height:16px;
	color:#181818;
	display:block;
	padding:0 0 0 50px;
}

.testimonial .owl-pagination {
	display:none;	
}


/*========== Testimonial End ==========*/

/*========== Contact-Section Start ==========*/
.contact-section {
	position: relative;
	z-index: 0;
}
.contact-block {
	background:#ebdfd2;
}
.contact-left {
	width:50%;
	float:left;
}
.contact-left .contact-text {
	background:#fff;
	padding:85px 90px 90px 90px;
}
.contact-left .contact-text .sub-txt {
	width:100%;
}
.contact-left .contact-text .title {
    margin-bottom:30px;
}
.contact-left .contact-text .title h2 {
	font-family: 'LatoBlack';
	font-size:50px;
	line-height:50px;
	color:#22130e;
	text-transform:uppercase;
	letter-spacing:13px;
	position:relative;
	padding-bottom:20px;
}
.contact-left .contact-text .title h2:after {
	position:absolute;
	height:3px;
	width:100px;
	background-color:#d7c4b3;
	content:"";
	left:0;
	bottom:0;
	z-index:9999;
}
.contact-left .contact-text p {
	font-family: 'LatoRegular';
	font-size:16px;
	line-height:24px;
	color:rgba(24,24,24,0.80);	
}
.contact-left .contact-detail {
	padding:40px 0px 40px 90px;
}
.contact-left .contact-detail .detail-txt {
	width:100%;
	padding-right:0px;
}
.contact-left .contact-detail .detail-txt h4 {
	font-family: 'LatoBold';
	font-size:22px;
	color:rgba(24,24,24,0.90);
	line-height:1;
	margin-bottom:25px;
}
.contact-left .contact-detail .detail-txt p {
	font-family: 'LatoRegular';
	font-size:16px;
	line-height:24px;
	color:rgba(24,24,24,0.80);
	margin:0px;
}
.contact-left .contact-detail .detail-info {
	margin-top:0px;
}
.contact-left .contact-detail .detail-info .call-us {
	float:left;
	font-family: 'LatoRegular';
	font-size:18px;
	color:rgba(24,24,24,0.90);
	line-height:1;
	padding-right:0px;
	margin-top:7px;
}
.contact-left .contact-detail .detail-info .f-social {
	float:left;
	padding-top: 40px;
    padding-left: 0;
    width: 100%;
}
.contact-left .contact-detail .detail-info .f-social li {
	float:left;
	list-style:none;
	margin-left:2px;
}
.contact-left .contact-detail .detail-info .f-social li a {
	width:30px;
	height:30px;
	display:block;
	font-size:17px;
	color:#ebdfd2;
	text-align:center;
	text-decoration:none;
	background:#22130e;
	border-radius:50%;
	padding:7px 0;
}
.contact-left .contact-detail .detail-info .f-social li a:hover {
	color:#22130e;
	background:#fff;
}
.contact-right {
	width:50%;
	float:right;
	/*padding:85px 50px 50px 50px;*/
	padding: 9px 50px 50px;
}
.contact-right .goto-map {
	margin-left:-50px;
}
.contact-right .goto-map a {
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-family: 'LatoBold';
	font-size:16px;
	color:rgba(34,19,14,0.90);
	text-decoration:none;
	padding:10px 0 0 27px;
}
.contact-right .goto-map a img {
	position:absolute;
	top:0px;
	left:-16px;
}
.contact-right .c-form {
	width:100%;
	margin-top:75px;
}
.contact-right .c-form .form-row {
	width:100%;
	display:inline-block;
	vertical-align:top;
	margin-top:10px;
}
.contact-right .c-form .form-row .l-row { width:50%; float:left; padding-right:5px;}
.contact-right .c-form .form-row .r-row { width:50%; float:right; padding-left:5px;}
.contact-right .c-form .input-text {
	width:100%;
	height:56px;
	font-family: 'LatoRegular';
	font-size:15px;
	color:rgba(35,35,35,0.90);
	background:#fff;
	border:none;
	padding:0px 30px;
}
.contact-right .c-form textarea.input-text {
	height:130px;
	resize:none;
	padding:15px 30px;
}

.contact-right .c-form .input-text:focus,
.contact-right .c-form textarea.input-text:focus {
	outline:none !important;
	border: none;
}

.contact-right .c-form .input-text.error,
.contact-right .c-form textarea.input-text.error {
	border:1px solid #e7512f;
}

.contact-right .c-form .button {
	width:100%;
	min-width:inherit;
	max-width:inherit;
	height:75px;
	font-family: 'LatoRegular';
	font-size:22px;
	color:#fff;
	text-transform:uppercase;
	background:#efe7e1;
	border:none;
	border-radius:0px;
	margin:0px;
	padding:15px 30px;
}

.c-form .alert-danger, .c-form .alert-success {
	margin: 20px 0 0;
}

.c-form p.error {
	color: #e7512f;
	margin: 0;
}
 /*========== Contact-Section End ==========*/

/*========== Footer Start ==========*/
.footer {
	width:100%;
	padding:45px 0px;
}
.footer .copyright {
	float:left;
	font-family: 'LatoRegular';
	font-size:16px;
	color:rgba(58,58,58,0.80);
	line-height:20px;
}
.footer .design-by {
	float:right;
	font-family: 'LatoRegular';
	font-size:16px;
	color:rgba(58,58,58,0.80);
	line-height:20px;
}
.footer .design-by a {
	color:#181818;
}
.footer .design-by a:hover {
	color:rgba(58,58,58,0.80);
	text-decoration: none;
}

/*========== Footer End ==========*/

/*========== Product Page Start ==========*/
.banner-inner {
	width:100%;
	height:240px;
	position:relative;
	/*background:url('../images/slider-img1.jpg') no-repeat;*/
}
.banner-inner .page-title {
	width:100%;
	text-align:center;
	position:absolute;
	top:50%;
	left:0px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
}
.banner-inner .page-title h1 {
	font-family: 'LatoBlack';
	font-size:30px;
	color:#efe7e1;
	text-transform:uppercase;
	margin:0px;
	padding:0px;
}
.product-section {
	width:100%;
	padding-top:50px;
	position: relative;
	overflow: hidden;
}
.bizarre-bg {
	background:#ebdfd2;
}
.product-block {}
.product-block .title-icon {
	text-align:center;
	margin-bottom:50px;
}
.product-block .product-block-sub {
	width:100%;
	display:inline-block;
	vertical-align:top;
	padding-top:100px;
}
.pro-box-top {
	width:100%;
	position:relative;
}
.pro-box-top .box-bg {
	background:#22130e;
	position:absolute;
	top:0px;
	right:0px;
	left:100px;
	bottom:-100px;
}
.pro-box-top .text-belt {
	width:55%;
	position:absolute;
	top:-125px;
	right:34px;
}
.pro-box-top .text-belt h2 {
	font-family: "LatoBlack";
	font-size:150px;
	color:#22130e;
	line-height:1;
	text-transform:uppercase;
}
.pro-box-top .image-box {
	width:45%;
	float:left;
	position:relative;
	margin-top:-100px;
}
.pro-box-top .image-box img { width:100%;}
.pro-box-top .text-box {
	width:55%;
	float:right;
	position:relative;
	padding:45px 50px;
}
.pro-box-top .text-box .sub-text { width:100%;}
.pro-box-top .text-box h3 {
	position:relative;
	font-family: 'LatoRegular';
	font-size:32px;
	color:#d7c4b3;
	margin:0 0 20px 0;
	padding-bottom:20px;
}
.pro-box-top .text-box h3:after {
	content:"";
	width:100px;
	height:3px;
	background:#d7c4b3;
	position:absolute;
	left:0px;
	bottom:0px;
}
.pro-box-top .text-box p {
	font-family: 'LatoRegular';
	font-size:16px;
	color:#d7c4b3;
	line-height:24px;
}
.pro-box-top .text-box .social {
	text-align:right;
	padding-top:35px;
}
.pro-box-top .text-box .social li {
	display:inline-block;
	list-style:none;
}
.pro-box-top .text-box .social li a {
	width:30px;
	height:30px;
	display:block;
	font-size:17px;
	color:#22130e;
	text-align:center;
	text-decoration:none;
	background:#d7c4b3;
	border-radius:50%;
	padding:7px 0;
}
.pro-box-top .text-box .social li a:hover {
	color:#22130e;
	background:#fff;
}
.pro-box-bottom {
	width:100%;
	position:relative;
}
.pro-box-bottom .pro-col-1 {
	width:45%;
	float:left;
	margin-top:200px;
}
.pro-box-bottom .pro-col-2 {
	width:45%;
	float:right;
}
.pro-box-bottom .pro-box {
	width:100%;
	margin-bottom:75px;
}
.pro-box-bottom .pro-col-2 .pro-box:nth-child(even) { margin-left:-114px;}
.pro-box-bottom .pro-box .box-img { width:100%; position:relative;}
.pro-box-bottom .pro-box .box-img img { width:100%; display:block;}
.pro-box-bottom .pro-box .box-img .button {
	width:250px;
	min-width:inherit;
	max-width:100%;
	font-family: 'LatoBlack';
	font-size:14px;
	color:#fff;
	letter-spacing:0.3em;
	text-transform:uppercase;
	background:#efe7e1;
	border:none;
	border-radius:0px;
	position:absolute;
	left:0px;
	bottom:50px;
	margin:0px;
	padding:20px 30px;
}
.pro-box-bottom .pro-box .box-img .button:hover {
	color:#22130e;
}
 .pro-box-bottom .pro-box .box-text {
	position:relative;
	margin-right:140px;
	padding:25px 0px;
}
.pro-box-bottom .pro-box .box-text h3 {
	font-family: 'LatoBold';
	font-size:28px;
	color:#22130e;
	margin:0px;
	padding:0px;
}
.pro-box-bottom .pro-box .box-text .link-arrow {
	position:absolute;
	top:50%;
	right:-40px;
	margin-top:-14px;
	font-size: 35px;
	line-height: 35px;
}

.pro-box-bottom .pro-box .box-text .link-arrow:hover {
	color: #22130e;
}
/*========== Product Page End ==========*/

/*========== Product-Detail Page Start ==========*/
.product-detail-section {
	width:100%;
	padding-top:50px;
}
.product-detail-block {}
.product-detail-block .title-icon {
	text-align:center;
	margin-bottom:50px;
}
.product-detail-top { width:100%; padding-bottom:80px;}
.product-detail-top .p-detail-img { width:100%; margin-bottom:40px;}
.product-detail-top .p-detail-img img { width:100%;}
.product-detail-top .p-detail-txt { width:100%; text-align:center;}
.product-detail-top .p-detail-txt p {
	font-family: 'LatoRegular';
	font-size:17px;
	color:rgba(24,24,24,0.80);
	line-height:28px;
}
.vision-mission,
.our-credentials { padding-top: 100px; }
.technical-blk { width:100%; padding-bottom:100px; position: relative; overflow: hidden; }
.technical-blk .t-title { width:100%; text-align:center; padding-bottom:50px;}
.technical-blk .t-title h2 {
	position:relative;
	display:inline-block;
	font-family: 'LatoBlack';
	font-size:50px;
	color:#22130e;
	text-transform:uppercase;
	letter-spacing:13px;
	line-height:1;
	padding-bottom:20px;
}
.technical-blk .t-title h2:after {
	position:absolute;
	height:3px;
	width:100px;
	background-color:#caad93;
	content:"";
	left:0;
	bottom:0;
	z-index:99999;
}
.technical-blk .technical-box { width:100%;}
.technical-blk .technical-box .img-box {
	width:40%;
	float:left;
}
.technical-blk .technical-box .img-box img {
	width:100%;
}
.technical-blk .technical-box .txt-box {
	width:77%;
	float:left;
	background:#22130e;
	margin:74px 0 0 -17%;
	padding:70px 80px;
}
.technical-blk .technical-box .txt-box .text {
	position:relative;
	padding:0 0 0 80px;
}
.technical-blk .technical-box .txt-box .text:before {
	content:"";
	position:absolute;
	height:3px;
	width:50px;
	background-color:#d7c4b3;
	left:0;
	top:11px;
}
.technical-blk .technical-box .txt-box li {
	list-style:none;
	font-family: 'LatoRegular';
	font-size:16px;
	color:#d7c4b3;
	line-height:24px;
	margin-bottom:10px;
}
.product-slider-wrap {
	width:100%;
}
.product-slider-wrap .container {
	width:1600px;
}
.product-slider {
	width:100%;
	position:relative;
}
.product-slider .slider-box {
	width:100%;
}
.product-slider .slider-box .image-box-1 {
	width:50%;
	float:left;
	position:relative;
	left:100px;
	margin-top:400px;
}
.product-slider .slider-box .image-box-1 img { width:100%;}
.product-slider .slider-box .image-box-2 {
	width:50%;
	float:right;
	position:relative;
	right:100px;
}
.product-slider .slider-box .image-box-2 img { width:100%;}
.product-slider .slider-box .arrow-prev,
.product-slider .slider-box .arrow-next {
	width:auto;
	font-family: 'LatoBlack';
	font-size:25px;
	color:#22130e;
	text-transform:uppercase;
	letter-spacing:10px;
	text-decoration:none;
	position:absolute;
}
.product-slider .slider-box .arrow-prev { top:-100px; left:150px;} 
.product-slider .slider-box .arrow-next { right:150px; bottom:-100px;}
.product-slider .slider-box .arrow-prev:before {
	content:"";
	width:40px;
	height:28px;
	background:url(../images/arrow-prev.png) center center no-repeat;
	display:inline-block;
	vertical-align:top;
	margin:4px 25px 0 0;
}
.product-slider .slider-box .arrow-next:after {
	content:"";
	width:40px;
	height:28px;
	background:url(../images/arrow-next.png) center center no-repeat;
	display:inline-block;
	vertical-align:top;
	margin:4px 0 0 20px;
}
.product-slider .slider-box .next-prev-mobile {
	width:100%;
	text-align:center;
	position:relative;
	display:none;
}
.product-slider .slider-box .next-prev-mobile .arrow-prev,
.product-slider .slider-box .next-prev-mobile .arrow-next {
	position:static;
	display:inline-block;
	margin:10px 10px;
}
.product-slider .quote-text {
	width:50%;
	font-family: 'LatoBlack';
	font-size:150px;
	color:#ebdfd2;
	text-transform:uppercase;
	line-height:1;
	position:absolute;
	right:0px;
	bottom:-17px;
	padding:0px 0px 0px 115px;
}
.pp-quote-section {
	width:100%;
	background:#ebdfd2;
	padding-top:90px;
	padding-bottom:60px;
}
.pp-quote-block {
	width:760px;
	max-width:100%;
	display:block;
	margin:0 auto;
}
.pp-quote-block .title-text {
	text-align:center;
}
.pp-quote-block .title-text p {
	font-family: 'LatoRegular';
	font-size:17px;
	color:rgba(24,24,24,0.80);
	line-height:28px;
	margin:0;
}
.pp-quote-form {
	width:100%;
	padding-top:20px;
}
.pp-quote-form .form-title {
	width:100%;
	text-align:center;
	padding-top:50px;
	padding-bottom:25px;
}
.pp-quote-form .form-title h2 {
	position:relative;
	display:inline-block;
	font-family: 'LatoBlack';
	font-size:50px;
	color:#22130e;
	text-transform:uppercase;
	letter-spacing:13px;
	line-height:1;
	padding-bottom:20px;
}
.pp-quote-form .form-title h2:after {
	position:absolute;
	height:3px;
	width:100px;
	background-color:#caad93;
	content:"";
	left:0;
	bottom:0;
}
.pp-quote-form .form-row {
	width:100%;
	display:inline-block;
	vertical-align:top;
	margin-bottom:20px;
}
.pp-quote-form .form-row label {
	width:150px;
	float:left;
	font-family: 'LatoRegular';
	font-size:20px;
	color:#22130e;
	font-weight:normal;
	margin:18px 0 0 0;
}
.pp-quote-form .form-row .field {
	width:100%;
	display:block;
	padding:0 0 0 150px;
}
.pp-quote-form .form-row .input-text {
	width:100%;
	height:60px;
	font-family: 'LatoRegular';
	font-size:26px;
	color:#22130e;
	background:none;
	border:0px;  
	border-bottom:2px solid #22130e;
	outline:none;
	padding:0px;
}
.pp-quote-form .form-row textarea.input-text {
	resize:none;
	padding:9px 0px;
}
.pp-quote-form .form-row .button {
	width:auto;
	min-width:250px;
	height:65px;
	font-family: 'LatoBlack';
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:0.3em;
	background:#efe7e1;
	border:none;
	border-radius:0px;
	margin:60px 0px 0px 0px;
	padding:15px 20px;
}
.pp-quote-form .form-row .button:hover {
	color:#22130e;
}
.contact-right .c-form.version-2 {}
.contact-right .c-form.version-2 .input-text {
	width:100%;
	height:56px;
	font-family: 'LatoRegular';
	font-size:20px;
	color:#232323;
	background:none;
	border-bottom:2px solid #22130e;
	padding:0px;
}
.contact-right .c-form.version-2 textarea.input-text {
	height:130px;
	padding:15px 0px;
}
/*========== Product-Detail Page End ==========*/












.banner-section{ background-attachment:fixed;  } 

.parallax {
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 0;
	-webkit-transition: background-position .2s ease-in;
	-moz-transition: background-position .2s ease-in;
	-o-transition: background-position .2s ease-in;
	transition: background-position .2s ease-in;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

.parallax .parallax-container {
	position:absolute;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	left: 50%;
	margin-right: -50%;
	top: 50%;
}

.banner-section h1 {
	margin: 0;
	text-transform: uppercase;
	font-family: 'LatoBlack';
	font-size:55px;
	line-height:55px;
	color:#fff;
	margin:0;
	padding:0 0 31px 0;
}

.banner-section p {
	font-family: 'LatoRegular';
	font-size:22px;
	line-height:24px;
	color:#fff;	
}

.btn_blk{ margin:45px 0 0 0; width:auto; display:inline-block; overflow:hidden; }
.banner-section .btn {
	margin-top:39px;
	padding:26px 45px;
	/*background-color:#22130e;*/
	color:#fff;
	font-family: 'LatoBlack';
	text-transform:uppercase;
	letter-spacing:4px;
	font-size:14px;
	line-height:14px;
	border:none;
	border-radius:0;
	margin:0px;
	/* -webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border:2px solid transparent;*/
	background-color:#efe7e1;
}

/*.parallax .btn:hover {
	background-color:#efe7e1;
	border:2px solid #22130e;
	color:#22130e;	
}*/









/*========== Home-Banner Start ==========*/
.home-banner {
	width:100%;
	min-height:675px;
	position:relative;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:100px 0px;
}
.home-banner:after {
	content:"";
	width:100%;
	height:100%;
	background:rgba(34,19,14,0.70);
	position:absolute;
	top:0px;
	left:0px;
}
.home-banner .banner-sub {
	width:660px;
	max-width:100%;
	position:relative;
	z-index:10;
	display:block;
	margin:0 auto;
}
.home-banner .banner-title {
	width:100%;
	margin-bottom:100px;
}
.home-banner .banner-title h1 {
	position:relative;
	font-family: 'LatoBlack';
	font-size:50px;
	color:#efe7e1;
	text-transform:uppercase;
	letter-spacing:13px;
	line-height:1;
	margin:0px;
	padding:0px 0px 20px 0px;
}
.home-banner .banner-title h1:after {
	content:"";
	width:100px;
	height:3px;
	background:#d7c4b3;
	position:absolute;
	left:0px;
	bottom:0px;
}
.home-banner .banner-form {
	width:100%;
}
.home-banner .banner-form h3 {
	font-family: 'LatoLight';
	font-size:35px;
	color:#efe7e1;
	margin-bottom:40px;
}
.home-banner .banner-form form {
	width:100%;
	display:block;
	position:relative;
	padding:0px 60px 0px 0px;
}
.home-banner .banner-form form .input-text {
	width:100%;
	height:60px;
	font-family: 'LatoLight';
	font-size:28px;
	color:#efe7e1;
	background:none;
	border:none;
	border-bottom:2px solid #efe7e1;
	padding:0px;
}
.home-banner .banner-form form .submit-btn {
	width:40px;
	height:28px;
	font-size:0px;
	text-indent:100px;
	overflow:hidden;
	background:url(../images/submit-arrow.png) center center no-repeat;
	border:none;
	position:absolute;
	top:17px;
	right:0px;
	margin:0px;
	padding:0px;
}
.home-banner .banner-link {
	font-family: 'LatoRegular';
	font-size:14px;
	color:#efe7e1;
	text-decoration:none;
	position:absolute;
	top:50%;
	right:30px;
	z-index:10;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
}
.home-banner .banner-link:after {
	content:"";
	width:12px;
	height:12px;
	display:inline-block;
	vertical-align:middle;
	background:#efe7e1;
	border-radius:50%;
	margin-left:20px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.home-banner .banner-link:hover:after {
	margin-left:10px;
}
/*========== Home-Banner End ==========*/




.iframe{ width:100%; z-index:1000; display:none; position:absolute; left:0px; bottom:20%; border:#22130e  solid 5px; }
.iframe.main{ display:inline-block; }
.contact-section .contact-block{ position:relative; }

 
.btn_blk a{ overflow:hidden; position:relative; } 

 

.button--isi {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background:#efe7e1 ;
  
  color:#fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.button--isi:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:#22130e;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.button--isi:hover {
   color:#22130e;
}
.button--isi:hover:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.contact-right .c-form .button--isi:hover {
	color:#22130e;
	outline: none;
	box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}

.c-form .button--isi:before,
.c-form .button--isi:focus:before{
	/*-webkit-transform: scaleX(0) !important;
    transform: scaleX(0) !important;*/
    background-color: #22130e !important;
    color: #fff !important;
}

/* About Page Start */
.about-pg {
	margin: 120px 0 0;
}

.about-pg .client-logo {
	background: none;
	padding: 50px 0;
}

.about-pg .client-logo ul li {
	text-align: center;
	width: 20%;
}

.about-pg .client-logo ul li img {
	display: inline-block;
}
/* About Page End */

/* Product Page Start */
.product-pg .pro-box-bottom .pro-col-2 {
	width: auto;
	float: none;
}

.product-pg .pro-box-bottom .pro-box {
	margin-top: 115px;
	margin-bottom: 75px;
	margin-right: 114px;
	width: 45%;
    float: right;
}

.product-pg .pro-box-bottom .pro-box:first-child {
	margin-right: 0;
	margin-top: 0;
}

.product-pg .pro-box-bottom .pro-box:nth-child(3) {
	margin-top: 0;
}

.product-pg .pro-box-bottom .pro-box:nth-child(even) {
	margin-right: 0;
	margin-left: 0;
	margin-top: 200px;
	margin-bottom: 0;
	float: left;
}

.product-pg .pro-box-bottom .pro-box .box-text {
	padding-left: 25px;
}

/* Product Page End */

/* Quality Page Start */
.quality-pg {
	padding-top: 20px;
	position: relative;
	overflow: hidden;
}

.quality-pg .technical-blk {
	padding-bottom: 20px;
}

.product-table {
	padding-bottom: 50px !important;
}

.quality-pg .technical-blk .technical-box .txt-box {
	width: 50%;
	margin: 0;
	background:none;
}

.quality-pg .approach-quality .technical-blk .technical-box .txt-box {
	width: 33%;
}


.quality-pg .technical-blk.approach-block {
	padding-bottom: 0;
}

.quality-pg .technical-blk.approach-block .technical-box .txt-box {
	width: 100%;
	padding-bottom: 0; 
}

.quality-pg .technical-blk .technical-box .txt-box .t-title {
	text-align: left;
	padding-bottom: 30px;
}

.quality-pg .technical-blk .technical-box .txt-box .t-title h2 {
	position: relative;
    display: inline-block;
    font-family: 'LatoBlack';
    font-size: 25px;
    color: #22130e;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 1;
    padding-bottom: 15px;
}

.quality-pg .technical-blk .technical-box .txt-box {
	padding: 35px 15px;
}

.quality-pg .technical-blk .technical-box .txt-box p {
	color: #22130e;
	list-style: none;
    font-family: 'LatoRegular';
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: justify;
}

.quality-pg .technical-blk .technical-box .txt-box .text {
	padding-left: 50px;
}

.quality-pg .technical-blk .technical-box .txt-box .text:before {
	width: 30px;
}

.quality-title {
	text-align: center;
	padding: 50px 0 0;
}

.quality-title h3 {
	position: relative;
	color: #22130e;
	list-style: none;
    font-family: 'LatoRegular';
    /*font-size: 17px;
    line-height: 28px;*/
    margin: 0 0 10px;
    display: inline-block;
}

.quality-title h3:before {
	background: url(../images/paragraph-quote.png) no-repeat;
    content: "";
    height: 20px;
    width: 22px;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: -30px;
}

.quality-title h3:after {
	background: url(../images/paragraph-quote-end.png) no-repeat;
    content: "";
    height: 20px;
    width: 22px;
    display: inline-block;
    position: relative;
    top: 3px;
    right: -10px;
}

.quality-title {
	text-align: center;
}

.quality-title h2 {
	position: relative;
    display: inline-block;
    font-family: 'LatoBlack';
    color: #22130e;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 1;
    padding-bottom: 15px;
}

.quality-title h2:after {
	position: absolute;
    height: 3px;
    width: 100px;
    background-color: #caad93;
    content: "";
    left: 0;
    bottom: 0;
}
/* Quality Page End */

/* 26-5-2017 Start */
.client-logo-carousel .owl-pagination .owl-page span {
	display: none !important;
}

.md-desk {
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}

.alignright {
	float: right;
	margin: 15px 0 15px 15px;
}

.alignleft {
	float: left;
	margin: 15px 15px 15px 0;
}

.aligncenter {
	float: none;
	margin: 15px auto;
}

.md-desk h2 {
	font-family: 'LatoBlack';
	color: #22130e;
	padding: 0 0 20px;
	margin-bottom: 20px;
	position: relative;
}

.md-desk h2:after {
	position: absolute;
    height: 3px;
    width: 100px;
    background-color: #d7c4b3;
    content: "";
    left: 0;
    bottom: 0;
}

/*.md-desk p {
	font-size: 18px;
	line-height: 24px;
	color: #22130e;
}*/

.desk-txt p {
	font-size: 16px;
	line-height: 24px;
	color: #22130e;
}

.desk-txt {
	position: relative;
	padding-left: 50px;
}

.desk-txt:before {
	content: "";
    position: absolute;
    height: 3px;
    width: 30px;
    background-color: #d7c4b3;
    left: 0;
    top: 11px;
}
/* 26-5-2017 End */

/* 31-5-2017 Start */
.contact-detail .office-address {
	padding: 0 0 20px 25px;
	position: relative;
}

.contact-detail .office-address:before {
	position: absolute;
	font-family: FontAwesome;
	content: "\f0f7";
	left: 0;
	top: 0;
	font-size: 20px;
	line-height: 20px;
	color: #22130e;
}

.contact-detail .factory-address {
	padding: 0 0 20px 25px;
	position: relative;
}

.contact-detail .factory-address:before {
	position: absolute;
	font-family: FontAwesome;
	content: "\f275";
	left: 0;
	top: 0;
	font-size: 20px;
	line-height: 20px;
	color: #22130e;
}

.contact-detail h5 {
	font-size: 16px;
    line-height: 25px;
    margin: 0;
    color: #22130e;
    font-weight: bold;
}	

.detail-info .toll-free-num {
	padding-bottom: 5px;
}

.pro-box-top .text-box p span {
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
}

.pro-box-top .text-box h4 {
	font-family: 'LatoRegular';
	font-size: 18px;
	line-height: 18px;
	color: #d7c4b3;
	margin: 20px 0 10px;
	font-weight: bold;
}

.pro-box-top .text-box ul {
	display: block;
	padding-left: 20px;
}

.pro-box-top .text-box ul li {
	font-size: 16px;
	line-height: 26px;
	color: #d7c4b3;
}

.c-form h3 {
	font-family: 'LatoBold';
	color: #22130e;
	font-size: 22px;
	line-height: 22px;
	margin: 0 0 10px;
}

.c-form p {
	    font-family: 'LatoRegular';
    font-size: 16px;
    line-height: 24px;
    color: rgba(24,24,24,0.80);
}

.contact-left .contact-detail {
	padding-left:15px;
}



/* 31-5-2017 End */

.product .product-top .corrugated-roll .product-top-left {
	padding:60px 113px 0 40% !important;	
}

.toll-free-num ul {
	margin:0;
	padding:0;
	display:block;
}

.toll-free-num ul li {
	display:block;	
}

.toll-free-num ul li {
	display:block;
	font-family: 'LatoRegular';
    font-size: 16px;
    line-height:30px;
    color: rgba(24,24,24,0.80);
    margin: 0px;
	padding:0 0 0 25px;
	position:relative;
}
.toll-free-num ul li a:hover {
	color:#22130e;
}

.toll-free-num ul li i {
	position:absolute;
	top:5px;
	left:0;
	color:#000;
	font-size:20px;
	line-height:20px;
}


/* 5-6-2017 Start */
.top-nav > ul li.contact:focus,
.top-nav > ul li.contact:focus a,
.top-nav > ul li.contact a:focus {
	background-color: transparent !important;
}

.top-nav > ul li.contact a:hover {
	background-color: #efe7e1 !important;
    color: #22130e;
}
/* 5-6-2017 End */


.table-striped > tbody > tr:nth-of-type(odd) { background-color:#22130e; font-size: 16px; line-height: 24px;}
.table-striped > tbody > tr:nth-of-type(odd) td { color:#fff; }
.table-striped > tbody > tr:nth-of-type(even) { /*background-color:#fff;*/ font-size: 16px; line-height: 24px;}
.table-striped > tbody > tr:nth-of-type(even) td { color:#22130e; }

.table-striped > thead > tr { /*background-color:#fff;*/ color:#22130e;  font-size: 16px; line-height: 24px;}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td { 
	padding:10px;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td { border:none; }

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 15px;
    right: 15px;
    display:block;
    color: #fff !important;
	background-color:#22130e;
	border:none;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	line-height: 26px;
	z-index:9999999;
}

.back-to-top:hover {
    background-color: #efe7e1;
    color: #22130e !important;
} 

@media only screen and (max-width:768px) {
    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 67%; 
		white-space: normal;
		text-align:left;
		word-wrap: break-word;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 50%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
		white-space: normal;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}

.technical-blk.repeat-block {
	padding-bottom:50px;
}

.technical-blk.repeat-block .technical-box .txt-box {
	width:60% !important;
	margin: 98px 0 0 -10% !important;
}

.technical-blk.repeat-block .technical-box .txt-box .text:before {
    left: 19px;
}

.technical-blk.repeat-block .technical-box .img-box {
	padding-right:40px;
	height:460px;
	position:relative;	
}

.technical-blk.repeat-block .technical-box .img-box img {
	width:90%;	
}

.technical-blk.repeat-block .technical-box .img-box img.image1 {
	position:absolute;
	top:50%;
	left:50%;
	margin-right:-50%;
	transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	opacity:1;
}

.technical-blk.repeat-block .technical-box .img-box:hover img.image1 {
	opacity:0;	
}

.technical-blk.repeat-block .technical-box .img-box img.image2 {
	position:absolute;
	top:50%;
	left:50%;
	margin-right:-50%;
	transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	opacity:0;
}

.technical-blk.repeat-block .technical-box .img-box:hover img.image2 {
	opacity:1;	
}




.technical-blk.with-slider-block {
	padding-bottom:50px;
}

.technical-blk.with-slider-block .technical-box .txt-box {
	width:100% !important;
	margin:0 !important;
	min-height: 405px;
}

.slider { margin: 50px 0 10px!important;}
#carousel li {margin-right: 5px;}
#carousel img {display: block; opacity: .5; cursor: pointer;}
#carousel img:hover {opacity: 1;}
#carousel .flex-active-slide img {opacity: 1; cursor: default;}


/* Work Sample Start */
.work-sample {
	margin: 0 -70px 0 0;
	position: relative;
	z-index: 9;
}

/*.work-sample ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.work-sample ul li {
	float: left;
	width: 48.9%;
	margin: 0 5px 5px 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}

.work-sample ul li:first-child a.images {
}

.work-sample ul li:first-child img {
	width: 80%;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
}

.work-sample ul li:nth-first-child(2) {
	margin-right: 0;
}

.work-sample ul li:last-child {
	margin: 0;
}

.work-sample ul li:nth-last-child(2) {
	margin-bottom: 0;
}

.work-sample ul li a.images {
	position: relative;
}

.work-sample ul li a.images .image-1 img {
	margin: 0 0 0 0;
}

.work-sample ul li a.images .overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #000;
	display: none;
	opacity: 0.2;
}

.work-sample ul li a.images:hover .overlay {
	display: block;
}

.work-sample ul li a.images img {
	position: relative;
	z-index: 0;
}

.work-sample ul li a.images i {
	position: absolute;
	left: 22px;
	bottom: 22px;
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	-webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, .5));
    -moz-filter: drop-shadow(0 0 4px rgba(0, 0, 0, .5));
    -ms-filter: drop-shadow(0 0 4px rgba(0, 0, 0, .5));
    -o-filter: drop-shadow(0 0 4px rgba(0, 0, 0, .5));
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, .5));
	z-index: 9;
}

.work-sample ul li a.images:hover i {
	color: #82B541;
}*/







/*.c-media-arrangement {
    position: relative
}
@media (min-width: 768px) {
    .c-media-arrangement {
        margin-top: 40px;
        min-height: 540px
    }
}
@media (min-width: 768px) and (max-height: 768px) {
    .c-media-arrangement {
        margin-top: 0
    }
}
@media (min-width: 768px) {
    .c-media-arrangement:before {
        content: "";
        width: 520px;
        height: 520px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -260px;
        margin-left: -260px;
        background-color: #e5e5e5;
        z-index: 0;
        border-radius: 50%
    }
}
.c-media-arrangement li {
    margin-bottom: 20px;
    position: relative
}
@media (min-width: 540px) and (max-width: 768px) {
    .c-media-arrangement li {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%
    }
    .c-media-arrangement li:last-child,
    .c-media-arrangement li:nth-child(2n) {
        margin-right: 0
    }
}
@media (min-width: 992px) {
    .c-media-arrangement li {
        margin-top: 0
    }
}
@media (min-width: 768px) {
    .c-media-arrangement li:nth-child(1),
    .c-media-arrangement li:nth-child(2) {
        min-height: 320px
    }
    .c-media-arrangement li {
        position: relative;
        width: 50%;
        display: inline-block;
        margin-bottom: 0;
        margin-right: -4px
    }
    .c-media-arrangement li:nth-child(1) .c-media {
        right: 50px;
        bottom: 0
    }
    .c-media-arrangement li:nth-child(3),
    .c-media-arrangement li:nth-child(4) {
        min-height: 220px
    }
    .c-media-arrangement li:nth-child(2) .c-media {
        left: -44px;
        bottom: 0
    }
    .c-media-arrangement li:nth-child(3) .c-media {
        right: 0;
        top: 0
    }
    .c-media-arrangement li:nth-child(4) .c-media {
        top: 0;
        left: 6px
    }
    .c-media-arrangement li img {
        width: auto
    }
    .c-media-arrangement li .c-media {
        border: none;
        position: absolute
    }
    .c-media-arrangement li .c-media img {
        border-radius: 4px
    }
    .c-media:hover .c-media__image:before {
        opacity: 1
    }
    .c-media:hover svg {
        fill: #82B541;
        transition: all .3s ease-in-out
    }
}*/


.chosen-container {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    user-select: none
}
.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15)
}
.chosen-container.chosen-with-drop .chosen-drop {
    left: 0
}
.chosen-container a {
    cursor: pointer
}
.chosen-container .chosen-single .group-name,
.chosen-container .search-choice .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #999
}
.chosen-container .chosen-single .group-name:after,
.chosen-container .search-choice .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top
}
.c-filter-btn--cta,
.c-hero__inner__cell,
.c-list li:before,
.c-logo-list__logo,
.c-social li,
.mfp-container:before,
.mfp-content {
    vertical-align: middle
}
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: linear-gradient(to top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px
}
.chosen-container-single .chosen-default {
    color: #999
}
.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}
.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}
.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(images/elements/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}
.chosen-container-single .chosen-single abbr:hover,
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}
.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}
.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(images/elements/chosen-sprite.png) 0 2px no-repeat
}
.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}
.chosen-container-single .chosen-search input[type=text] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url(images/elements/chosen-sprite.png) 100% -20px no-repeat;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}
.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px
}
.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}
.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none
}
.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}
.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}
.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff
}
.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4
}
.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default
}
.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}
.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}
.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto!important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text
}
.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}
.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0!important;
    background: 0 0!important;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}
.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eee;
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    color: #333;
    line-height: 13px;
    cursor: default
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(images/elements/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}
.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}
.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}
.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}
.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: linear-gradient(#eee 20%, #fff 80%);
    box-shadow: 0 1px 0 #fff inset
}
.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: 0 0
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px
}
.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}
.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #222!important
}
.chosen-disabled {
    opacity: .5!important;
    cursor: default
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close,
.chosen-disabled .chosen-single {
    cursor: default
}
.chosen-rtl {
    text-align: right
}
.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0
}
.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}
.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}
.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px
}
.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}
.chosen-rtl .chosen-choices li {
    float: right
}
.chosen-rtl .chosen-choices li.search-field input[type=text] {
    direction: rtl
}
.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px
}
.chosen-rtl .chosen-drop,
.chosen-rtl.chosen-container-single-nosearch .chosen-search {
    left: 9999px
}
.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}
.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none
}
.chosen-rtl .chosen-search input[type=text] {
    padding: 4px 5px 4px 20px;
    background: url(images/elements/chosen-sprite.png) -30px -20px no-repeat;
    direction: rtl
}
.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi),
only screen and (min-resolution: 1.5dppx) {
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span,
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container-single .chosen-search input[type=text],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-rtl .chosen-search input[type=text] {
        background-image: url(images/elements/chosen-sprite@2x.png)!important;
        background-size: 52px 37px!important;
        background-repeat: no-repeat!important
    }
}
/*! Flickity v1.1.1
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
    position: relative
}
.flickity-enabled:focus {
    outline: 0
}
.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}
.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}
.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    user-select: none
}
.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}
.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: #fff;
    background: rgba(255, 255, 255, .75);
    cursor: pointer;
    transform: translateY(-50%)
}
.flickity-prev-next-button:hover {
    background: #fff
}
.flickity-prev-next-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #09F
}
.flickity-prev-next-button:active {
    filter: alpha(opacity=60);
    opacity: .6
}
.flickity-prev-next-button.previous {
    left: 10px
}
.flickity-prev-next-button.next {
    right: 10px
}
.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}
.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}
.flickity-prev-next-button:disabled {
    filter: alpha(opacity=30);
    opacity: .3;
    cursor: auto
}
.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}
.flickity-prev-next-button .arrow {
    fill: #333
}
.flickity-prev-next-button.no-svg {
    color: #333;
    font-size: 26px
}
.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}
.mfp-bg,
.mfp-wrap {
    position: fixed;
    left: 0;
    top: 0
}
.flickity-rtl .flickity-page-dots {
    direction: rtl
}
.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    filter: alpha(opacity=25);
    opacity: .25;
    cursor: pointer
}
.mfp-bg,
.mfp-container,
.mfp-wrap {
    width: 100%;
    height: 100%
}
.flickity-page-dots .dot.is-selected {
    filter: alpha(opacity=100);
    opacity: 1
}
.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}
.mfp-wrap {
    z-index: 1043;
    outline: 0!important;
    backface-visibility: hidden
}
.mfp-container {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8px
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%
}
.mfp-align-top .mfp-container:before {
    display: none
}
.mfp-content {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}
.mfp-ajax-cur {
    cursor: progress
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out
}
.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
    cursor: auto
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.mfp-loading.mfp-figure {
    display: none
}
.mfp-hide {
    display: none!important
}
.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}
.mfp-preloader a {
    color: #CCC
}
.mfp-close,
.mfp-preloader a:hover {
    color: #FFF
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}
button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none
}
.mfp-figure:after,
.mfp-iframe-scaler iframe {
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    position: absolute;
    left: 0
}
button::-moz-focus-inner {
    padding: 0;
    border: 0
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    font-style: normal;
    font-family: Arial, Baskerville, monospace
}
.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}
.mfp-close-btn-in .mfp-close {
    color: #333
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}
.mfp-figure,
img.mfp-img {
    line-height: 0
}
.mfp-arrow {
    opacity: .65;
    filter: alpha(opacity=65)
}
.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}
.mfp-arrow .mfp-b,
.mfp-arrow:before {
    opacity: .7
}
.mfp-arrow-left {
    left: 0
}
.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}
.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}
.mfp-arrow-right {
    right: 0
}
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}
.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}
.mfp-iframe-holder .mfp-close {
    top: -40px
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000
}
.mfp-figure:after,
img.mfp-img {
    width: auto;
    height: auto;
    display: block
}
img.mfp-img {
    max-width: 100%;
    padding: 40px 0;
    margin: 0 auto
}
.mfp-figure:after {
    content: '';
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    background: #444
}
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}
.mfp-figure figure {
    margin: 0
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    padding-right: 36px
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}
@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}
.c-loading__loader,
.c-loading__loading-back {
    box-sizing: content-box;
    border-radius: 50%;
    display: block
}
.c-background-image,
.c-background-video {
    background-image: url(images/elements/404.jpg);
    background-size: cover;
    background-position: 50% 50%
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        transform: scale(.75)
    }
    .mfp-arrow-left {
        transform-origin: 0
    }
    .mfp-arrow-right {
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}
.mfp-ie7 .mfp-img {
    padding: 0
}
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}
.mfp-ie7 .mfp-container {
    padding: 0
}
.mfp-ie7 .mfp-content {
    padding-top: 44px
}
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}
@keyframes blink {
    0%, 100% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}
.typed-cursor {
    opacity: 1;
    animation: blink .7s infinite
}
.o-content-container {
    z-index: 250;
    position: relative;
    transition: margin-bottom .5s ease-in-out
}
@media (max-width: 767px) {
    .o-content-container--no-page-hero {
        padding-top: 60px
    }
}
@media (min-width: 768px) {
    .o-content-container--no-page-hero {
        padding-top: 80px
    }
}
@media (min-width: 992px) {
    .o-content-container--no-page-hero {
        padding-top: 0
    }
    .o-content-container {
        box-shadow: 0 22px 54px rgba(0, 0, 0, .1)
    }
    .o-content-container.show-footer {
        margin-bottom: 450px
    }
}
@media (min-width: 992px) and (max-height: 768px) {
    .o-content-container.show-footer {
        margin-bottom: 460px
    }
}
@media (min-width: 992px) {
    .no-js .o-content-container {
        margin-bottom: 450px
    }
}
.o-grid-list {
    zoom: 1;
    margin-bottom: 60px
}
.o-grid-list:after,
.o-grid-list:before {
    content: "";
    display: table
}
@media (min-width: 768px) {
    .o-grid-list {
        margin-bottom: 100px
    }
}
@media (min-width: 992px) {
    .o-grid-list {
        margin-bottom: 150px
    }
}
@media (max-height: 768px) {
    .o-grid-list {
        margin-bottom: 60px!important
    }
}
.o-grid-list li {
    margin-bottom: -1px;
    transition: all .3s ease-in-out
}
.o-grid-list li:first-child {
    display: none
}
@media (min-width: 540px) {
    .o-grid-list li:first-child {
        display: inline-block
    }
}
.o-grid-list li.filter-always-show {
    opacity: 1!important
}
.o-grid-list li.is-faded {
    opacity: .2
}
.o-grid-list li.is-faded.is-selected {
    opacity: 1
}
.o-grid-list li.is-faded.is-selected .c-filter-btn .filter-all {
    display: block!important
}
@media (min-width: 540px) {
    .o-grid-list li {
        display: inline-block;
        margin-right: -5px;
        width: 50%;
        float: left
    }
    .o-grid--padding\@small {
        padding: 0 15px
    }
}
@media (min-width: 768px) {
    .o-grid-list li {
        width: 33.3%;
        margin-right: -1px
    }
}
.o-grid {
    zoom: 1;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 0 20px
}
.o-grid:after,
.o-grid:before {
    content: "";
    display: table
}
@media (min-width: 768px) {
    .o-grid {
        padding: 0 30px
    }
    .o-grid--padding\@small {
        padding: 0 30px
    }
}
.o-grid.o-grid--zero-pad {
    padding: 0
}
.o-grid--no-max-width {
    max-width: none
}
.o-grid--padding\@small {
    padding: 0
}
.o-hero-buttons-wrapper li {
    margin-bottom: 20px
}
@media (min-width: 768px) {
    .o-hero-buttons-wrapper li {
        display: inline-block;
        margin-right: 10px
    }
}
.o-hero-buttons-wrapper li:first-child {
    text-align: center
}
.o-hero-buttons-wrapper li:last-child {
    margin-bottom: 0
}
.o-page-container {
    position: relative;
    top: 0
}
@media (max-width: 767px) {
    .o-page-container:before {
        background-color: #FAFAFA;
        content: "";
        height: 100%;
        opacity: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 300;
        visibility: hidden;
        transition: opacity .6s ease-in-out, visibility .6s ease-in-out
    }
    .c-nav-is-open .o-page-container,
    .c-quicklinks-is-open .o-page-container {
        position: fixed
    }
    .c-nav-is-open .o-page-container:before,
    .c-quicklinks-is-open .o-page-container:before {
        transition: opacity 0 ease-in-out, visibility 0 ease-in-out;
        opacity: 1;
        visibility: visible
    }
    .ios-dropdown-open .o-page-container,
    .ios-keyboard-open .o-page-container {
        position: fixed
    }
    .c-contact ol li.c-contact__submit {
        text-align: center
    }
}
.c-background-image,
.c-background-video,
.c-background-video video {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}
.o-section {
    zoom: 1;
    display: block;
    padding: 60px 0;
    background-color: #fff
}
.o-section:after,
.o-section:before {
    content: "";
    display: table
}
@media (min-width: 768px) {
    .o-section {
        padding: 100px 0
    }
}
@media (min-width: 992px) {
    .o-section {
        padding: 150px 0
    }
}
@media (min-width: 992px) and (max-height: 768px) {
    .o-section {
        padding: 60px 0!important
    }
}
.o-section--only-padding-top {
    padding: 60px 0 0
}
@media (min-width: 992px) {
    .o-section--only-padding-top {
        padding: 150px 0 0
    }
    .o-split-section {
        display: table
    }
}
@media (min-width: 992px) and (max-height: 768px) {
    .o-section--only-padding-top {
        padding: 60px 0 0!important
    }
}
@media (min-width: 992px) {
    .o-split-section__panel {
        display: table-cell;
        vertical-align: middle;
        width: 50%
    }
    .o-split-section__panel:first-child {
        padding-right: 40px
    }
}
.c-background-video {
    overflow: hidden
}
.c-background-video video {
    height: 100%;
    width: 100%
}
@media (min-aspect-ratio: 16 / 9) {
    .c-background-video video {
        height: 300%;
        top: -100%
    }
}
@media (max-aspect-ratio: 16 / 9) {
    .c-background-video video {
        width: 300%;
        left: -100%
    }
}
.c-btn {
    background: #82B541;
    border: none;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    padding: 11px 30px;
    text-decoration: none!important;
    position: relative;
    font-weight: 500;
    border-bottom: none
}
@media (min-width: 768px) {
    .c-btn {
        padding: 11px 20px
    }
}
.c-btn:hover {
    background-color: #6D9837;
    color: #fff
}
.c-btn:hover svg {
    right: 15px
}
.c-btn svg {
    fill: #fff;
    height: 16px;
    margin-top: -8px;
    position: absolute;
    right: 18px;
    top: 50%;
    transition: right 260ms ease-in-out;
    width: 16px
}
.c-btn--icon-right {
    padding-right: 50px
}
.c-contact {
    background-color: #3e3f3d;
    bottom: 0;
    color: #fff;
    padding: 40px 0;
    position: relative;
    z-index: 200;
    backface-visibility: hidden
}
.c-hero-images,
.c-hero-video {
    -webkit-backface-visibility: hidden;
    overflow: hidden
}
@media (min-width: 992px) {
    .c-contact:before {
        content: "";
        background-color: #3e3f3d;
        position: absolute;
        bottom: 100%;
        height: 100vh;
        width: 100%
    }
    .c-contact {
        padding: 40px 0 100px;
        position: fixed;
        width: 100%;
        z-index: 0
    }
    .c-contact form {
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        float: right
    }
    .c-contact form:last-child {
        margin-right: 0
    }
}
@media (min-width: 992px) and (max-height: 768px) {
    .c-contact {
        padding: 20px 0 40px!important
    }
}
.c-contact__close {
    color: #fff;
    font-size: 3.125rem;
    position: absolute;
    right: 30px;
    top: -40px;
    opacity: .5;
    display: none
}
.c-contact__close:hover {
    opacity: 1
}
@media (min-width: 992px) {
    .c-contact__close {
        display: block;
        right: 54px
    }
    .c-contact__info {
        float: left;
        display: block;
        width: 48.82117%;
        margin-right: 0
    }
    .c-contact__info:last-child {
        margin-right: 0
    }
}
.c-contact h2 {
    color: #82B541;
    margin-bottom: .2em
}
.c-contact p {
    font-size: 1.125rem;
    margin-top: 0
}
.c-contact dl {
    margin-bottom: 40px
}
.c-contact dl a {
    border-bottom: 1px solid transparent
}
.c-contact dl a:hover {
    border-bottom-color: #1FB4DA;
    border-bottom-color: rgba(31, 180, 218, .4)
}
.c-contact dl dt {
    color: #9e9f9e;
    margin-bottom: .8em;
    position: relative;
    padding-left: 30px
}
.c-contact dl dt svg {
    width: 24px;
    height: 24px;
    fill: #9e9f9e;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -13px
}
.c-contact dl dt svg.c-contact__map-icon {
    width: 28px;
    height: 28px;
    margin-top: -14px
}
.c-contact dl dd {
    margin: 0 0 1.2em
}
.c-contact__links-list a,
.c-contact__links-list a:link,
.c-contact__links-list a:visited {
    border-bottom: 1px solid transparent
}
.c-contact__links-list a:active,
.c-contact__links-list a:hover {
    border-bottom-color: #1FB4DA;
    border-bottom-color: rgba(31, 180, 218, .4)
}
.c-contact ol li {
    margin-bottom: 10px
}
.c-dropdown-filter {
    margin-bottom: 40px;
    position: relative;
    width: 100%;
    z-index: 150
}
.c-dropdown-filter label {
    font-size: 1.375rem!important;
    color: #9e9f9e;
    font-weight: 400;
    margin: 0 .2em 0 0;
    position: relative
}
.no-touch .c-dropdown-filter label {
    top: -3px
}
@media (min-width: 768px) {
    .c-dropdown-filter li {
        display: inline-block
    }
    .c-dropdown-filter label {
        font-size: 1.8125rem!important
    }
}
@media (min-width: 992px) {
    .c-dropdown-filter label {
        font-size: 2rem!important
    }
}
.c-dropdown-filter select {
    margin-bottom: 25px
}
.c-dropdown--capitalize .chosen-single:first-letter {
    text-transform: capitalize
}
.c-dropdown.chosen-container-active.chosen-with-drop .chosen-single {
    border: none;
    background: 0 0
}
.c-dropdown.chosen-container-active.chosen-with-drop .chosen-drop {
    left: 50%
}
.c-dropdown .chosen-single {
    background: 0 0;
    border-radius: 0!important;
    border: none!important;
    color: #000;
    display: inline-block;
    position: relative;
    line-height: 1em;
    box-shadow: none;
    height: auto;
    padding: 0 10px 12px 0;
    text-align: left;
    transition: background .3s ease-in-out, color .3s ease-in-out;
    width: auto!important;
    white-space: normal;
    text-transform: lowercase
}
@media (min-width: 768px) {
    .c-dropdown .chosen-single {
        font-size: 1.8125rem!important
    }
}
@media (min-width: 992px) {
    .c-dropdown .chosen-single {
        font-size: 2rem!important
    }
}
.c-dropdown .chosen-single:hover {
    color: #000
}
.c-dropdown .chosen-single span {
    padding-bottom: 2px;
    border-width: 0 0 7px;
    border-image: url(images/svg/dotted-border.svg) 33% round;
    white-space: normal;
    display: inline;
    line-height: 1.6em
}
.c-dropdown .chosen-single div {
    font-size: 1rem;
    height: auto;
    line-height: 1;
    margin-top: -11px;
    right: 10px;
    top: 50%;
    transition: transform .3s ease-in-out;
    width: auto
}
.c-dropdown .chosen-single div:before {
    color: #82B541;
    line-height: 1
}
.c-dropdown .chosen-single.chosen-default {
    color: #e5e5e5
}
.c-dropdown .chosen-single.chosen-default:hover {
    color: #b2b2b2
}
.c-dropdown .chosen-drop {
    color: #9e9f9e;
    box-shadow: none;
    border-radius: 4px;
    margin: 0 0 0 -140px;
    border: 1px solid #d8d8d8;
    width: 250px;
    padding: 0
}
.c-dropdown .chosen-drop:after,
.c-dropdown .chosen-drop:before {
    height: 0;
    width: 0;
    position: absolute;
    bottom: 100%;
    left: 50%;
    content: ""
}
.c-dropdown .chosen-drop:before {
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    z-index: 1;
    margin-left: -9px
}
.c-dropdown .chosen-drop:after {
    border-bottom: 9px solid #d8d8d8;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    z-index: 0;
    margin-left: -10px
}
.c-dropdown .chosen-results {
    padding: 10px 0;
    margin: 0;
    line-height: 1.4em
}
.c-dropdown .chosen-results li {
    background: #fff;
    color: #9e9f9e;
    text-align: left;
    padding: 4px 15px;
    margin: 10px 0;
    border-left: 4px solid #fff;
    transition: all 260ms ease-in-out
}
.c-error-landing,
.c-filter-btn,
.c-footer__links {
    text-align: center
}
.c-dropdown .chosen-results li.result-selected {
    color: #82B541;
    border-left-color: #82B541
}
.c-dropdown .chosen-results li.highlighted {
    background: 0 0;
    color: #9e9f9e
}
.c-dropdown .chosen-results li.disabled-result,
.c-dropdown .chosen-results li.disabled-result:hover {
    background: #fff
}
.c-dropdown .chosen-results li:hover {
    color: #82B541;
    border-left-color: #82B541
}
.c-dropdown.chosen-with-drop .chosen-single div {
    transform: rotate(180deg)
}
.c-error-landing {
    background-color: #9e9f9e;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
    width: 100%
}
.c-error-landing__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, .7)
}
.c-error-landing__inner {
    padding: 30px 0;
    max-width: 620px;
    z-index: 1000
}
.c-error-landing__inner * {
    z-index: 1000
}
.c-error-landing__inner h1 {
    color: #82B541;
    font-weight: 700;
    font-size: 124px;
    line-height: 1;
    font-family: Lato, Arial, sans-serif;
    letter-spacing: .2em;
    margin: 0 0 40px
}
.c-error-landing__inner h2 {
    font-size: 32px;
    font-family: Lato, Arial, sans-serif;
    margin: 0 0 30px
}
.c-error-landing__inner p {
    font-family: Roboto, sans-serif;
    margin: 0 0 40px;
    font-size: 18px
}
.c-error-landing__inner p a {
    color: #1FB4DA
}
@media (min-width: 768px) {
    .c-error-landing {
        height: 100vh
    }
    .c-error-landing__inner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
}
@keyframes grey-out {
    0% {
        -webkit-filter: grayscale(0);
        filter: grayscale(0)
    }
    100% {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%)
    }
}
.c-filter-btn {
    background: #fff;
    border: 1px solid #ccc;
    color: #9e9f9e;
    display: block;
    font-size: 1.375rem;
    margin: 0;
    padding: 30px;
    width: 100%
}
@media (min-width: 540px) {
    .c-dropdown .chosen-drop {
        min-width: 180px
    }
    .c-filter-btn {
        padding: 43px 30px 30px;
        height: 140px
    }
}
.c-filter-btn--cta {
    font-size: 1rem;
    font-weight: 400;
    pointer-events: none;
    width: 100%;
    padding-top: 60px
}
.c-filter-btn__subtitle {
    display: none
}
.c-filter-btn svg {
    display: inline-block;
    width: 100%;
    max-height: 25px;
    opacity: 1;
    transition: opacity .3s ease, fill .3s ease
}
.c-filter-btn div {
    font-size: 12px
}
.c-filter-btn:hover {
    background-color: #f5f5f5
}
.is-faded:not(.is-selected) .c-filter-btn {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    animation: grey-out .3s ease
}
.is-faded:not(.is-selected) .c-filter-btn svg {
    opacity: .3
}
.c-footer {
    background-color: #fff;
    border-top: 1px solid #d8d8d8;
    padding: 30px 0
}
@media (min-width: 992px) {
    .c-filter-btn div {
        font-size: 14px
    }
    .c-footer {
        padding: 18px 0
    }
    .c-footer__links {
        float: left;
        font-size: .875rem;
        text-align: left;
        width: calc(100% - 210px)
    }
    .c-footer__links li {
        display: inline-block
    }
}
.c-footer__links li:first-child a {
    padding-top: 0
}
.c-footer__links a {
    color: #9e9f9e;
    display: block;
    padding: 15px;
    text-decoration: none
}
.c-footer__links a:hover {
    color: #3e3f3d
}
.c-footer .c-social {
    display: table;
    margin: 30px auto 0;
    text-align: center;
    width: 90%;
    position: relative;
    bottom: 0
}
@media (min-width: 992px) {
    .c-footer__links a {
        padding: 0 5px
    }
    .c-footer .c-social {
        float: right;
        width: 200px;
        margin: 0
    }
}
.c-footer .c-social li {
    opacity: 1;
    transform: translateY(0)
}
.c-header {
    padding-top: 60px;
    position: fixed;
    width: 100%;
    z-index: 400
}
@media (max-width: 767px) {
    .c-nav-is-open .c-header,
    .c-quicklinks-is-open .c-header {
        position: relative
    }
}
@media (min-width: 768px) {
    .c-header {
        height: 80px
    }
}
.c-header__top-nav {
    background-color: #fff;
    border-bottom: 1px solid #d8d8d8;
    height: 60px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10
}
@media (min-width: 768px) {
    .c-header__top-nav {
        height: 80px
    }
}
.c-header__logo {
    display: inline-block
}
.c-header__logo svg {
    width: 153px;
    height: 28px
}
@media (max-width: 767px) {
    .c-header__logo {
        position: absolute;
        left: 50%;
        margin-left: -80px;
        top: 14px
    }
}
.c-header__nav-toggle {
    position: relative;
    display: block;
    height: 60px;
    width: 60px
}
.no-js .c-header__nav-toggle {
    display: none
}
@media (min-width: 768px) {
    .c-header__logo {
        margin-left: 10px;
        margin-top: 23px
    }
    .c-header__nav-toggle {
        display: none
    }
}
.c-header__nav-toggle svg {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    transition: all .3s ease-in-out
}
.c-header__nav-toggle svg.icon-hamburger {
    opacity: 1;
    width: 28px;
    height: 28px;
    left: 14px;
    top: 16px
}
.c-nav-is-open .c-header__nav-toggle svg.icon-hamburger {
    opacity: 0;
    transform: scale(.9) rotate(-90deg)
}
.c-header__nav-toggle svg.icon-close {
    opacity: 0;
    left: 16px;
    top: 18px;
    transform: scale(.9) rotate(90deg)
}
.c-nav-is-open .c-header__nav-toggle svg.icon-close {
    transform: scale(1) rotate(0);
    opacity: 1
}
.c-header__quicklinks-toggle {
    border-radius: 4px;
    border: none;
    float: right;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px
}
.c-header__quicklinks-toggle:hover svg {
    fill: #3e3f3d
}
.no-js .c-header__quicklinks-toggle {
    display: none
}
@media (min-width: 768px) {
    .c-header__quicklinks-toggle {
        border: 1px solid #d8d8d8;
        height: 44px;
        width: 44px;
        top: 16px;
        right: 16px
    }
}
.c-header__quicklinks-toggle svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -2px;
    transition: all .3s ease-in-out;
    display: block;
    fill: #9e9f9e;
    width: 21px;
    height: 21px
}
@media (min-width: 768px) {
    .c-header__quicklinks-toggle svg {
        margin-top: -9px;
        margin-left: -9px;
        width: 18px;
        height: 18px
    }
}
.c-hero-images__item,
.c-hero-video video {
    min-width: 100%;
    min-height: 100%;
    width: auto
}
.c-header__quicklinks-toggle svg.icon-grid {
    margin-left: -11px;
    opacity: 1
}
@media (min-width: 768px) {
    .c-header__quicklinks-toggle svg.icon-grid {
        margin-left: -9px
    }
}
.c-quicklinks-is-open .c-header__quicklinks-toggle svg.icon-grid {
    transform: scale(.9) rotate(90deg);
    opacity: 0
}
.c-header__quicklinks-toggle svg.icon-close {
    opacity: 0;
    margin-left: -11px;
    transform: scale(.9) rotate(-90deg)
}
.c-quicklinks-is-open .c-header__quicklinks-toggle svg.icon-close {
    opacity: 1;
    transform: scale(1) rotate(0)
}
.c-header__get-started {
    display: none
}
@media (min-width: 768px) {
    .c-header__quicklinks-toggle svg.icon-close {
        margin-left: -9px
    }
    .c-header__get-started {
        display: block;
        position: absolute;
        right: 74px;
        top: 16px
    }
}
.c-hero-images__item img,
.no-js .c-hero-images,
.no-js .c-hero-video,
.touch .c-hero-video video {
    display: none
}
.c-hero-images {
    background-color: #222;
    position: fixed;
    transform: scale3d(1, 1, 1), translate3d(0, 0, 0);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    backface-visibility: hidden
}
.c-hero-images *,
.c-hero-images__item {
    transform: translate3d(0, 0, 0)
}
.c-hero-images__item {
    background-attachment: scroll;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    height: 100vh;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .4s cubic-bezier(.165, .84, .44, 1) 0s;
    z-index: -100
}
.c-hero-images__item.is-active {
    opacity: 1
}
.c-hero-quote {
    text-align: center;
    background: #fff
}
.c-hero-video,
.c-hero-video video {
    background-image: url(images/elements/hero-video-placeholder-mobile.jpg);
    background-size: cover;
    background-position: 50% 50%;
    top: 0;
    bottom: 0;
    left: 0
}
.c-hero-quote__title {
    font-family: Lato, Arial, sans-serif;
    font-size: 44px;
    font-weight: 600;
    color: #82B541;
    margin-bottom: 30px
}
.c-media figcaption,
.c-quote-slider {
    font-family: Roboto, sans-serif
}
@media (min-width: 768px) {
    .c-hero-quote__title {
        margin-bottom: 40px
    }
}
.c-hero-quote__title span {
    color: #f95858
}
.c-hero-video {
    background-color: #222;
    position: fixed;
    transform: scale3d(1, 1, 1), translate3d(0, 0, 0);
    right: 0;
    z-index: 50;
    backface-visibility: hidden
}
.c-hero-video *,
.c-hero-video video,
.c-hero-video__inner {
    transform: translate3d(0, 0, 0)
}
@media screen and (min-width: 0\0) {
    .c-hero-video[style*="pointer-events: none;"] {
        display: none
    }
}
.c-hero-video__inner {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}
.c-hero-video video {
    position: fixed;
    height: auto;
    z-index: -100;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.c-hero {
    color: #fff;
    position: relative;
    top: 60px;
    z-index: 100;
    padding-bottom: 100px
}
@media (min-width: 992px) {
    .c-hero-quote__title {
        margin-bottom: 100px
    }
    .c-hero {
        top: 0
    }
}
.c-hero:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: -2
}
.no-js .c-hero:before {
    background-color: #000
}
.c-hero__inner {
    display: table;
    margin: 0 auto;
    position: relative;
    table-layout: fixed;
    width: 100%;
    padding: 0;
    text-align: center
}
@media (min-width: 768px) {
    .js .c-hero {
        height: 150vh
    }
    .c-hero__inner {
        min-height: 800px;
        text-align: left
    }
    .js .c-hero__inner {
        height: 100vh
    }
}
.c-hero__inner--full-height {
    height: 100vh
}
@media (max-width: 767px) {
    .c-hero__inner--full-height .c-hero__inner__cell {
        position: relative;
        top: -50px
    }
}
.c-hero__inner--slide2 {
    text-align: left
}
@media (min-width: 768px) {
    .c-hero__inner--full-height {
        height: auto
    }
    .js .c-hero__inner--slide2 .animate-slide-2__copy,
    .js .c-hero__inner--slide2 .animate-slide-2__title__item-1,
    .js .c-hero__inner--slide2 .animate-slide-2__title__item-2 {
        opacity: 0
    }
    .js .c-hero__inner--slide2 {
        position: fixed;
        bottom: -30%;
        z-index: -1
    }
    .c-hero__inner--slide2 .animate-slide-2__copy {
        position: relative;
        top: -60px
    }
    .c-hero__inner--slide2 .animate-slide-2__title__item-1,
    .c-hero__inner--slide2 .animate-slide-2__title__item-2 {
        display: block
    }
}
.c-hero__inner__cell {
    display: table-cell;
    height: 100%
}
.c-hero__inner__cell h1 {
    margin-bottom: .4em
}
.c-hero__inner__cell h1+p {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.42857em;
    margin-top: 0;
    min-height: 5em;
    margin-bottom: 0
}
@media (min-width: 540px) {
    .c-hero__inner__cell h1+p {
        min-height: 3em
    }
}
@media (min-width: 768px) {
    .c-hero__inner__cell h1 {
        margin-bottom: 0
    }
    .c-hero__inner__cell h1+p {
        font-size: 2.75rem;
        min-height: auto;
        margin-bottom: 1.1em
    }
}
.c-hero__inner__cell h2 {
    font-size: 1.75rem;
    line-height: 1.21429em;
    color: #82B541;
    font-weight: 700
}
@media (min-width: 768px) {
    .c-hero__inner__cell h2 {
        font-size: 2.75rem
    }
    .c-hero__split-content h2 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%
    }
    .c-hero__split-content h2:last-child {
        margin-right: 0
    }
}
.c-hero__inner__cell p {
    font-size: 1.25rem
}
@media (min-width: 768px) {
    .c-hero__split-content p {
        float: left;
        display: block;
        width: 48.82117%;
        margin-right: 0;
        border-radius: 4px;
        background-color: rgba(0, 0, 0, .2);
        padding: 30px
    }
    .c-hero__split-content p:last-child {
        margin-right: 0
    }
}
.c-hero__typed-text {
    border-bottom: 4px solid #82B541;
    transition: border-color .3s ease-in-out
}
.c-hero__typed-text:hover {
    border-bottom-color: #fff
}
.c-hero__typed-text a {
    color: #fff;
    border-bottom: none
}
.c-hero__scroll-icon {
    bottom: 70px;
    display: none;
    left: 50%;
    margin-left: -20px;
    position: fixed
}
.c-hero__scroll-icon path {
    fill: #fff
}
@media (min-width: 768px) {
    .c-hero__scroll-icon {
        display: block
    }
}
.c-icon-btn {
    background-color: transparent;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    padding: 11px 15px 11px 54px;
    position: relative;
    transition: all 220ms ease-in-out
}
.c-icon-btn:hover {
    background-color: #1FB4DA
}
.c-icon-btn:hover svg {
    transform: scale(.7)
}
.c-icon-btn svg {
    left: 0;
    margin-top: -22px;
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    transition: transform .3s ease-in-out;
    transform-origin: 50% 50%
}
.c-icon-social {
    color: #FAFAFA;
    font-size: 1.5rem;
    transition: color .2s ease-in-out
}
.c-icon-social[class*=facebook]:hover {
    color: #3b5998
}
.c-icon-social[class*=google-plus]:hover {
    color: #dd4b39
}
.c-icon-social[class*=instagram]:hover {
    color: #125688
}
.c-icon-social[class*=linked-in]:hover {
    color: #007bb5
}
.c-icon-social[class*=pinterest]:hover {
    color: #cb2027
}
.c-icon-social[class*=twitter]:hover {
    color: #00aced
}
.c-icon-social[class*=youtube]:hover {
    color: #b00
}
.c-legal h1 {
    color: #82B541
}
.c-legal h2 {
    margin-bottom: 2em
}
.c-legal .o-grid>ol {
    list-style: decimal;
    margin-bottom: 30px;
    padding-left: 20px
}
@media (min-width: 992px) {
    .c-legal .o-grid>ol {
        padding-left: 50px
    }
}
.c-legal .o-grid>ol li {
    padding-left: 0;
    margin-bottom: .5em
}
.c-legal .o-grid>ol ol {
    list-style: lower-alpha;
    padding-left: 25px;
    margin-top: 20px;
    margin-bottom: 2em
}
.c-legal .o-grid>ol ol li {
    padding-left: 0
}
.c-list {
    list-style-type: none;
    margin-bottom: 30px;
    padding: 0;
    position: relative
}
.c-list li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative
}
.c-list li:before {
    color: #FAFAFA;
    display: inline-block;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 0
}
.c-list.c-list--unordered li:before {
    content: ".";
    font-size: 2.1875rem;
    line-height: 10px;
    top: -.07em
}
.c-list.c-list--ordered {
    counter-reset: section
}
.c-list.c-list--ordered li:before {
    content: counter(section, decimal) ".";
    counter-increment: section;
    font-weight: 600;
    left: 0;
    top: .275em;
    color: #3e3f3d
}
.c-list.c-list--ordered ol li:before {
    content: counter(section)
}
@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}
.c-loading {
    transition: all .3s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 4000;
    transform: scale(1);
    opacity: 1;
    display: none
}
.js .c-loading {
    display: block
}
.c-loading__loading-back {
    width: 42px;
    height: 42px;
    padding: 3px;
    color: #fff;
    font-weight: 700;
    background: 0 0;
    text-align: center;
    float: left
}
.c-loading__loader {
    animation: spin .8s linear infinite;
    width: 40px;
    height: 40px;
    border-right: 2px solid rgba(0, 0, 0, .1);
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    border-left: 2px solid rgba(0, 0, 0, .3);
    border-top: 2px solid rgba(0, 0, 0, .3)
}
.no-csstransitions .c-loading {
    display: none
}
.c-logo-list {
    width: 100%;
    text-align: center
}
.c-logo-list__inner {
    zoom: 1;
    margin: 0 auto;
    max-width: 800px;
    text-align: center
}
.c-logo-list__inner:after,
.c-logo-list__inner:before {
    content: "";
    display: table
}
.c-logo-list__logo {
    display: inline-block;
    float: none;
    margin-left: -4px;
    width: 33.333%
}
@media (min-width: 540px) {
    .c-logo-list__logo {
        width: 20%;
        float: left
    }
}
.c-logo {
    height: 26px
}
.c-logo--envato-market {
    width: 208px
}
.c-logo--envato-studio {
    width: 197px
}
.c-logo--envato-tuts {
    width: 185px
}
.c-logo--envato-sites {
    width: 177px
}
.c-logo--envato-video {
    width: 188px
}
.c-logo--envato-elements {
    width: 240px
}
.c-media-arrangement {
    position: relative
}
@media (min-width: 768px) {
    .c-media-arrangement {
        margin-top: 40px;
        /*min-height: 540px;*/
        min-height: 418px;
    }
}
@media (min-width: 768px) and (max-height: 768px) {
    .c-media-arrangement {
        margin-top: 0
    }
}
@media (min-width: 768px) {
    .c-media-arrangement:before {
        /*content: "";
        width: 520px;
        height: 520px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -260px;
        margin-left: -260px;
        background-color: #e5e5e5;
        background-color: #d7c4b3;
        z-index: 0;
        border-radius: 50%;*/
    }
}
.c-media-arrangement li {
    margin-bottom: 20px;
    position: relative
}
@media (min-width: 540px) and (max-width: 768px) {
    .c-media-arrangement li {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%
    }
    .c-media-arrangement li:last-child,
    .c-media-arrangement li:nth-child(2n) {
        margin-right: 0
    }
}
@media (min-width: 992px) {
    .c-media-arrangement li {
        margin-top: 0
    }
}
@media (min-width: 768px) {
    .c-media-arrangement li:nth-child(1),
    .c-media-arrangement li:nth-child(2) {
        /*min-height: 320px*/
        min-height: 190px;
    }
    .c-media-arrangement li {
        position: relative;
        width: 50%;
        display: inline-block;
        margin-bottom: 0;
        margin-right: -4px
    }
    .c-media-arrangement li:nth-child(1) .c-media {
        right: 50px;
        bottom: 0
    }
    .c-media-arrangement li:nth-child(3),
    .c-media-arrangement li:nth-child(4) {
        min-height: 220px
    }
    .c-media-arrangement li:nth-child(2) .c-media {
        left: -44px;
        bottom: 0
    }
    .c-media-arrangement li:nth-child(3) .c-media {
        right: 0;
        top: 0
    }
    .c-media-arrangement li:nth-child(4) .c-media {
        top: 0;
        left: 6px
    }
    .c-media-arrangement li img {
        width: auto
    }
    .c-media-arrangement li .c-media {
        border: none;
        position: absolute
    }
    .c-media-arrangement li .c-media img {
        border-radius: 4px
    }
    .c-media:hover .c-media__image:before {
        opacity: 1
    }
    .c-media:hover svg {
        fill: #82B541;
        transition: all .3s ease-in-out
    }
}
.c-media {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 4px
}
.c-media__image,
.c-media__image img {
    border-radius: 4px 4px 0 0
}
@media (max-width: 767px) {
    .c-media {
        max-width: 500px;
        margin: 0 auto
    }
}
.c-media__image {
    position: relative
}
.c-media__image:before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    opacity: 0;
    z-index: 1;
    transition: opacity .3s ease-in-out
}
.c-media__image i {
	font-size: 25px;
	line-height: 25px;
	position: absolute;
	left: 20px;
	bottom: 24px;
	color: #fff;
	-webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, .5));
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, .5));
    z-index: 10;
}
.c-media:hover i {
	/*color: #82B541;*/
	color: #ebdfd2;
}
.c-media__image svg {
    -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, .5));
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, .5));
    position: absolute;
    fill: #fff;
    width: 24px;
    height: 24px;
    bottom: 20px;
    left: 20px;
    z-index: 10
}
.c-media__image svg path {
    transition: all 260ms ease-in-out
}
.c-media figcaption {
    color: #3e3f3d;
    font-size: 1.125rem;
    padding: 20px
}
.c-media figcaption span {
    color: #9e9f9e;
    display: block;
    font-size: .875rem
}
.c-meter,
.c-meter h3,
.c-meter ol,
.c-meter ol li {
    display: inline-block
}
.c-meter {
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    padding: 4px 10px
}
.c-meter h3 {
    color: #9e9f9e;
    font-size: .875rem;
    font-weight: 400;
    margin: 0 30px 0 0
}
.c-meter ol li {
    background-color: #d8d8d8;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    margin: 0 2px
}
.c-meter--1-selected ol li:first-child,
.c-meter--2-selected ol li:nth-child(-n+2),
.c-meter--3-selected ol li:nth-child(-n+3),
.c-meter--4-selected ol li:nth-child(-n+4),
.c-meter--5-selected ol li {
    background-color: #82B541
}
.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all .3s ease-out
}
.lt-ie9 .mfp-zoom-out.mfp-bg {
    opacity: 1
}
.mfp-zoom-out.mfp-bg.mfp-ready {
    opacity: .9
}
.lt-ie9 .mfp-zoom-out.mfp-bg.mfp-ready {
    opacity: 1
}
.mfp-zoom-out.mfp-bg.mfp-removing {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0
}
.lt-ie9 .mfp-zoom-out.mfp-bg.mfp-removing {
    opacity: 1
}
.mfp-zoom-out .mfp-content {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    transition: all .3s ease-in-out;
    transform: scale(1.3)
}
.mfp-zoom-out.mfp-ready .mfp-content {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    transform: scale(1)
}
.mfp-zoom-out.mfp-removing .mfp-content {
    transform: scale(1.3);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0
}
.mfp-zoom-out.mfp-removing button.mfp-close {
    opacity: 0!important
}
.mfp-zoom-out.mfp-wrap .mfp-arrow {
    opacity: 1;
    transform: scale(.9);
    transition: all .5s ease-in-out
}

.mfp-zoom-out.mfp-wrap .mfp-arrow-left:before {
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	color: #fff;
	font-size: 50px;
	line-height: 50px;
	font-family: FontAwesome;
	content: "\f104";
	opacity: 1;
}

.mfp-zoom-out.mfp-wrap .mfp-arrow-right:before {
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	color: #fff;
	font-size: 50px;
	line-height: 50px;
	font-family: FontAwesome;
	content: "\f105";
	opacity: 1;
}

.mfp-zoom-out.mfp-wrap .mfp-arrow-left:hover:before,
.mfp-zoom-out.mfp-wrap .mfp-arrow-right:hover:before {
	color: #ebdfd2;
}
/*.mfp-zoom-out.mfp-wrap .mfp-arrow-left {
	position: relative;
}
.mfp-zoom-out.mfp-wrap .mfp-arrow-left:before {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	color: #fff;
	font-size: 35px;
	line-height: 35px;
	font-family: FontAwesome;
	content: "\f104";
}*/
.mfp-zoom-out.mfp-wrap.mfp-ready .mfp-arrow,
.mfp-zoom-out.mfp-wrap.mfp-ready .mfp-close {
    opacity: 1;
    transform: scale(1)
}
.mfp-zoom-out.mfp-wrap.mfp-removing .mfp-arrow {
    opacity: 0;
    transform: scale(.9)
}
.mfp-close,
.mfp-close:active {
    font-size: 2.5rem;
    right: 10px;
    top: 10px
}
@media (min-width: 768px) {
    .mfp-iframe-holder .mfp-content {
        max-width: 90%
    }
    .mfp-close,
    .mfp-close:active {
        font-size: 3.75rem;
        right: 30px;
        top: 30px
    }
}
.mfp-close:active:hover,
.mfp-close:hover {
    /*color: #82B541;*/
    color: #ebdfd2;
}
.mfp-arrow {
    position: absolute;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}
.mfp-arrow:active {
    margin-top: -54px
}
.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}
.mfp-arrow--custom:hover svg {
    fill: #82B541
}
.mfp-arrow--custom svg {
    transition: all .3s ease-in-out;
    pointer-events: none;
    width: 20px;
    height: 25px;
    fill: #fff
}
.mfp-image-holder .mfp-content {
    max-width: 90%
}
.c-multiple-media {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    padding: 40px
}
@media (max-width: 767px) {
    .c-multiple-media {
        padding: 20px;
        max-width: 500px;
        margin: 0 auto
    }
    .c-nav,
    .c-quicklinks {
        position: absolute;
        font-size: 18px;
        height: 100vh;
        width: 100%
    }
}
.c-multiple-media .c-media {
    border: none
}
.c-multiple-media .c-media img {
    border-radius: 4px
}
.c-multiple-media .c-media figcaption {
    padding-left: 0;
    padding-right: 0
}
.c-multiple-media li {
    margin-bottom: 15px
}
@media (min-width: 768px) {
    .c-multiple-media li {
        margin-bottom: 20px
    }
}
.c-multiple-media li:last-child {
    margin-bottom: 0
}
.c-multiple-media li:last-child figcaption {
    padding-bottom: 0
}
@media (max-width: 767px) and (min-width: 768px) {
    .c-nav,
    .c-quicklinks {
        top: 80px
    }
}
.c-nav {
    height: auto
}
@media (max-width: 767px) {
    .js .c-nav,
    .js .c-quicklinks {
        transform: translateY(0);
        opacity: 0;
        visibility: hidden;
        transition: opacity .6s ease-in-out, visibility .6s ease-in-out
    }
    .c-nav li,
    .c-quicklinks li {
        background-color: #FAFAFA;
        border-bottom: 1px solid #d8d8d8
    }
    .c-nav li a,
    .c-quicklinks li a {
        color: #9e9f9e;
        padding: 30px 20px;
        display: block;
        text-decoration: none
    }
    .c-nav {
        padding-bottom: 100px
    }
    .js .c-nav-is-open .c-nav {
        transition: opacity 1s ease-in-out, visibility 0 ease-in-out;
        transform: translateY(0);
        position: relative;
        opacity: 1;
        visibility: visible
    }
    .c-nav li {
        opacity: 0;
        transform: translateY(-20px);
        transition: all 0 ease-in-out
    }
    .c-nav-is-open .c-nav li {
        opacity: 1;
        transform: translateY(0);
        transition: all .5s ease-in-out
    }
    .c-nav-is-open .c-nav li:nth-child(1) {
        transition-delay: 275ms
    }
    .c-nav-is-open .c-nav li:nth-child(2) {
        transition-delay: 350ms
    }
    .c-nav-is-open .c-nav li:nth-child(3) {
        transition-delay: 425ms
    }
    .c-nav-is-open .c-nav li:nth-child(4) {
        transition-delay: .5s
    }
    .c-nav-is-open .c-nav li:nth-child(5) {
        transition-delay: 575ms
    }
    .c-nav-is-open .c-nav li:nth-child(6) {
        transition-delay: 650ms
    }
    .c-nav-is-open .c-nav li:nth-child(7) {
        transition-delay: 725ms
    }
    .c-nav-is-open .c-nav li:nth-child(8) {
        transition-delay: .8s
    }
    .c-nav-is-open .c-nav li:nth-child(9) {
        transition-delay: 875ms
    }
    .c-nav-is-open .c-nav li:nth-child(10) {
        transition-delay: 950ms
    }
}
@media (min-width: 768px) {
    .c-nav {
        position: absolute;
        top: 29px;
        left: 185px;
        z-index: 20
    }
    .c-nav li {
        display: inline-block;
        margin-right: 30px
    }
    .c-nav li a {
        border-bottom: 4px solid transparent;
        color: #9e9f9e;
        padding: 10px 0 2px;
        text-decoration: none
    }
    .c-nav li a.is-active {
        color: #3e3f3d;
        border-bottom-color: #82B541
    }
    .c-nav li a:hover {
        color: #3e3f3d
    }
}
.c-notification-modal {
    background-color: rgba(0, 0, 0, .8);
    border-radius: 4px;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    margin-left: auto;
    margin-right: auto;
    max-width: 550px;
    padding: 24px;
    text-align: center
}
.c-notification-modal__title {
    color: #82B541;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.21429em;
    margin-bottom: 20px
}
@media (min-width: 768px) {
    .c-notification-modal__title {
        font-size: 2.75rem
    }
}
.c-notification-modal p {
    font-size: 1.25rem
}
.c-product-slider {
    position: relative
}
.js .c-product-slider {
    height: 500px;
    overflow: hidden
}
.c-product-slider.flickity-enabled {
    height: auto;
    overflow: hidden
}
.c-product-slider.flickity-enabled .c-loading {
    opacity: 0;
    transform: scale(.5)
}
.c-product-slider__slide {
    padding: 40px 0;
    width: 100%;
    transition: opacity .4s ease-in-out
}
.c-product-slider__slide .c-svg {
    height: 26px
}
.c-product-slider__slide .c-svg.logo-envato-market {
    width: 208px
}
.js .c-product-slider__slide {
    opacity: 0
}
.flickity-enabled .c-product-slider__slide {
    opacity: 1
}
@media (min-width: 768px) {
    .c-product-slider__slide {
        padding: 100px 0
    }
    .c-product-slider .flickity-viewport {
        transition: height .5s ease-in-out
    }
}
@media (min-width: 992px) {
    .c-product-slider__slide {
        padding: 150px 0
    }
}
@media (min-width: 992px) and (max-height: 768px) {
    .c-product-slider__slide {
        padding: 60px 0!important
    }
}
.c-quicklinks {
    height: auto
}
@media (max-width: 767px) {
    .c-quicklinks {
        transition: all .4s ease-in-out;
        display: table
    }
    .js .c-quicklinks-is-open .c-quicklinks {
        transform: translateY(0);
        position: relative;
        opacity: 1;
        visibility: visible
    }
    .c-nav-is-open .c-quicklinks {
        opacity: 0;
        display: none;
        transition: none
    }
}
@media (min-width: 768px) {
    .c-quicklinks {
        position: absolute;
        top: 80px;
        right: 0;
        bottom: 0;
        left: 0;
        height: calc(100vh - 80px);
        background-color: #fff;
        display: table;
        opacity: 0;
        padding: 0 20px;
        transition: all .3s ease-in-out;
        visibility: hidden;
        transform: scale(1.1);
        width: 100%
    }
    .c-quicklinks-is-open .c-quicklinks {
        opacity: 1;
        visibility: visible;
        transform: scale(1)
    }
    .c-quicklinks__inner {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        padding-bottom: 60px
    }
}
.c-quicklinks h2 {
    color: #9e9f9e;
    display: block;
    text-align: center
}
@media (max-width: 767px) {
    .c-quicklinks .o-grid {
        padding: 0
    }
    .c-quicklinks h2 {
        margin-top: 20px;
        margin-bottom: 22px;
        font-size: 1.125rem!important
    }
}
@media (min-width: 768px) {
    .c-quicklinks h2 {
        margin-bottom: 80px
    }
    .c-quicklinks__list {
        min-height: 320px
    }
}
@media (min-width: 768px) and (max-height: 768px) {
    .c-quicklinks h2 {
        margin-bottom: 40px
    }
}
.c-quicklinks__list {
    position: relative
}
.c-quicklinks__list li {
    transition: all .2s ease-in-out;
    opacity: 0
}
@media (max-width: 767px) {
    .c-quicklinks__list li {
        transform: translateY(-20px);
        transition: all 0 ease-in-out
    }
    .c-quicklinks__list li:first-child {
        border-top: 1px solid #d8d8d8
    }
    .c-quicklinks-is-open .c-quicklinks__list li {
        transition: all .5s ease-in-out;
        transform: translateY(0);
        opacity: 1
    }
    .c-quicklinks-is-open .c-quicklinks__list li:nth-child(1) {
        transition-delay: .1s
    }
    .c-quicklinks-is-open .c-quicklinks__list li:nth-child(2) {
        transition-delay: .2s
    }
    .c-quicklinks-is-open .c-quicklinks__list li:nth-child(3) {
        transition-delay: .3s
    }
    .c-quicklinks-is-open .c-quicklinks__list li:nth-child(4) {
        transition-delay: .4s
    }
    .c-quicklinks-is-open .c-quicklinks__list li:nth-child(5) {
        transition-delay: .5s
    }
    .c-quicklinks-is-open .c-quicklinks__list li:nth-child(6) {
        transition-delay: .6s
    }
    .c-quicklinks-is-open .c-quicklinks__list li:nth-child(7) {
        transition-delay: .7s
    }
    .c-quicklinks-is-open .c-quicklinks__list li:nth-child(8) {
        transition-delay: .8s
    }
    .c-quicklinks-is-open .c-quicklinks__list li:nth-child(9) {
        transition-delay: .9s
    }
    .c-quicklinks-is-open .c-quicklinks__list li:nth-child(10) {
        transition-delay: 1s
    }
}
@media (min-width: 768px) {
    .c-quicklinks__list li {
        width: calc(50% - 5px);
        position: absolute;
        transform: scale(.95)
    }
    .c-quicklinks__list li:nth-child(1) {
        top: 0;
        left: 0
    }
    .c-quicklinks__list li:nth-child(2) {
        top: 110px;
        left: 0
    }
    .c-quicklinks__list li:nth-child(3) {
        top: 220px;
        left: 0
    }
    .c-quicklinks__list li:nth-child(4) {
        top: 0;
        right: 0
    }
    .c-quicklinks__list li:nth-child(5) {
        top: 110px;
        right: 0
    }
    .c-quicklinks__list li:nth-child(6) {
        top: 220px;
        right: 0
    }
    .c-quicklinks-is-open .c-quicklinks__list li {
        transform: scale(1);
        opacity: 1;
        transition-delay: .1s
    }
    .c-quicklinks__list li a {
        border-radius: 4px;
        height: 100px;
        border: 1px solid #d8d8d8;
        padding: 35px
    }
    .c-quicklinks__list li a:hover {
        background-color: #f5f5f5
    }
}
.c-quicklinks__list li a {
    display: block;
    position: relative;
    text-decoration: none
}
.c-quicklinks__list li a svg.icon-external {
    fill: #9e9f9e;
    height: 24px;
    margin-top: -12px;
    position: absolute;
    right: 26px;
    top: 50%;
    width: 24px
}
.c-quicklinks__list li a svg.icon-chevron-right {
    fill: #B2B2B2;
    height: 18px;
    margin-top: -9px;
    position: absolute;
    right: 26px;
    top: 50%;
    width: 18px
}
.c-quicklinks__list li a.c-quicklinks__special {
    color: #1FB4DA
}
@media (min-width: 768px) {
    .c-quicklinks__list li a.c-quicklinks__special {
        padding: 30px 35px
    }
}
.c-quicklinks__list li a.c-quicklinks__special span {
    font-size: 14px;
    display: block;
    color: #9e9f9e
}
.c-quicklinks .c-strip-nav {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}
@media (max-width: 767px) {
    .js .c-quicklinks-is-open .c-quicklinks {
        transform: translateY(0);
        display: table;
        position: relative
    }
}
.c-quote-slider {
    font-weight: 100;
    margin-bottom: 80px;
    position: relative
}
.c-hero__inner__cell h1,
.c-legal h1,
.u-lato-large,
.u-lato-xlarge {
    font-family: Lato, Arial, sans-serif
}
.c-quote-slider * {
    transform: translate3d(0, 0, 0)
}
.js .c-quote-slider {
    height: 150px;
    overflow: hidden
}
.c-quote-slider.flickity-enabled {
    height: auto
}
.c-quote-slider.flickity-enabled .c-loading {
    opacity: 0;
    transform: scale(.5)
}
.c-quote-slider__slide {
    width: 100%;
    margin-bottom: 80px;
    transition: opacity .4s ease-in-out
}
.js .c-quote-slider__slide {
    opacity: 0
}
.flickity-enabled .c-quote-slider__slide {
    opacity: 1
}
.c-quote-slider__slide blockquote {
    display: block;
    font-size: 1.375rem!important;
    font-weight: 300!important;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 800px;
    padding: 0 15px 60px;
    width: 100%
}
@media (min-width: 768px) {
    .c-quote-slider__slide blockquote {
        font-size: 2rem!important
    }
    .c-quote-slider .flickity-viewport {
        transition: height .5s ease-in-out
    }
}
.c-quote-slider__slide blockquote footer {
    display: none;
    font-size: 14px;
    font-weight: 400;
    margin-top: 2em;
    color: #9e9f9e
}
@media (min-width: 540px) {
    .c-quote-slider__slide blockquote footer {
        display: block
    }
    .u-show\@small.u-show\@small {
        display: block
    }
}
.c-quote-slider .flickity-page-dots {
    bottom: 0
}
.c-quote-slider .flickity-page-dots .dot {
    box-sizing: border-box;
    height: 10px;
    margin: 0 5px;
    width: 10px;
    opacity: 1;
    background: #ccc;
    border: 1px solid #fff;
    transition: all .3s ease-in-out
}
.c-quote-slider .flickity-page-dots .dot.is-selected {
    background: #fff;
    border-color: #82B541
}
.c-social {
    display: table;
    text-align: center;
    width: 100%;
    table-layout: fixed;
    margin: 0 auto;
    position: fixed;
    bottom: -50px;
    transition: all .3s ease-in-out .3s;
    z-index: 350
}
.c-nav-is-open .c-social {
    bottom: 15px
}
@media (min-width: 768px) {
    .c-social {
        display: none
    }
}
.c-social li {
    border: none;
    display: table-cell;
    transform: translateY(10px);
    opacity: 0;
    transition: all .3s ease-in-out
}
.c-strip-nav,
.c-strip-nav__current,
.c-strip-nav__options {
    border-bottom: 1px solid #d8d8d8
}
.c-nav-is-open .c-social li {
    transform: translateY(0);
    opacity: 1
}
.c-nav-is-open .c-social li:nth-child(1) {
    transition-delay: 275ms
}
.c-nav-is-open .c-social li:nth-child(2) {
    transition-delay: 350ms
}
.c-nav-is-open .c-social li:nth-child(3) {
    transition-delay: 425ms
}
.c-nav-is-open .c-social li:nth-child(4) {
    transition-delay: .5s
}
.c-nav-is-open .c-social li:nth-child(5) {
    transition-delay: 575ms
}
.c-nav-is-open .c-social li:nth-child(6) {
    transition-delay: 650ms
}
.c-nav-is-open .c-social li:nth-child(7) {
    transition-delay: 725ms
}
.c-nav-is-open .c-social li:nth-child(8) {
    transition-delay: .8s
}
.c-nav-is-open .c-social li:nth-child(9) {
    transition-delay: 875ms
}
.c-nav-is-open .c-social li:nth-child(10) {
    transition-delay: 950ms
}
.c-social li a {
    display: block
}
.c-social li a:hover svg.icon-facebook {
    fill: #3b5998
}
.c-social li a:hover svg.icon-twitter {
    fill: #00aced
}
.c-social li a:hover svg.icon-instagram {
    fill: #125688
}
.c-social li a:hover svg.icon-youtube {
    fill: #b00
}
.c-social li a:hover svg.icon-pinterest {
    fill: #cb2027
}
.c-social li a:hover svg.icon-dribbble {
    fill: #ea4c89
}
.c-social li a:hover svg.icon-github {
    fill: #000
}
.c-social li svg {
    width: 18px;
    height: 18px;
    fill: #9e9f9e;
    transition: all 260ms ease-in-out
}
.c-strip-nav {
    background-color: #fff;
    border-top: 1px solid #d8d8d8;
    height: 52px;
    position: relative;
    text-align: center;
    z-index: 10
}
@media (min-width: 768px) {
    .c-strip-nav {
        height: 60px
    }
    .u-1\/2\@medium {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%
    }
    .u-1\/2\@medium: last-child {
        margin-right: 0
    }
}
@media (min-width: 992px) {
    .c-quote-slider__slide blockquote {
        padding: 0 0 60px
    }
    .c-strip-nav {
        text-align: left
    }
    .c-strip-nav li a,
    .c-strip-nav li button {
        padding: 15px
    }
}
.c-strip-nav--centered {
    text-align: center
}
.c-strip-nav.is-stuck {
    position: fixed;
    top: 60px
}
.c-strip-nav li {
    display: inline-block;
    position: relative
}
.c-strip-nav li:after,
.c-strip-nav li:before {
    content: "";
    left: 50%;
    top: 85%;
    position: absolute;
    transition: top 260ms ease-in-out
}
.c-strip-nav li:before {
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    z-index: 1;
    margin-left: -9px
}
.c-strip-nav li:after {
    height: 0;
    width: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #d8d8d8;
    z-index: 0;
    margin-left: -10px
}
.c-strip-nav li a,
.c-strip-nav li button {
    background-color: #fff;
    color: #8C8E8C;
    outline: 0;
    padding: 15px;
    position: relative;
    z-index: 2;
    display: block;
    height: 58px
}
.c-strip-nav li a:hover,
.c-strip-nav li button:hover {
    color: #3e3f3d
}
.c-strip-nav li.is-selected:after,
.c-strip-nav li.is-selected:before {
    top: 100%
}
.c-strip-nav li.is-selected button {
    color: #82B541
}
.c-strip-nav__current {
    background: #fff;
    box-shadow: none;
    color: #82B541;
    cursor: pointer;
    font-size: 1rem;
    height: 52px;
    line-height: 22px;
    padding: 15px 15px 15px 20px;
    position: relative;
    text-align: left;
    width: 100%
}
.c-strip-nav__current:after {
    margin-top: -9px;
    position: absolute;
    right: 20px;
    top: 50%;
    display: block;
    font-size: 18px;
    width: 18px;
    height: 18px
}
.c-strip-nav__options {
    box-shadow: 0 3px 1px 2px rgba(0, 0, 0, .05);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s cubic-bezier(.165, .84, .44, 1);
    width: 100%
}
.c-strip-nav__options>li {
    display: block;
    width: 100%
}
.c-strip-nav__options>li.is-selected:after,
.c-strip-nav__options>li.is-selected:before {
    display: none
}
.u-1\/1,
.u-1\/2,
.u-1\/4,
.u-3\/4 {
    float: left;
    display: block
}
.c-strip-nav__options>li button {
    cursor: pointer;
    height: 40px;
    padding: 5px 10px;
    text-align: center;
    transition: all .2s cubic-bezier(.165, .84, .44, 1);
    width: 100%
}
.c-strip-nav__options>li button:hover {
    background: #82B541;
    color: #fff
}
.c-strip-nav.is-active .c-strip-nav__options {
    opacity: 1;
    pointer-events: all
}
.c-strip-nav.is-active .c-strip-nav__options>li button {
    height: 58px;
    padding-bottom: 10px;
    padding-top: 10px
}
.c-svg--white {
    fill: #fff
}
.c-svg--brand {
    fill: #82B541
}
.c-svg.is-white .c-svg__fill-black,
.c-svg.is-white .c-svg__fill-brand {
    fill: #fff
}
.u-visually-hidden {
    border: 0!important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px!important;
    overflow: hidden;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important
}
.u-bg-grey-light {
    background-color: #FAFAFA
}
.u-color-green {
    color: #82B541
}
.u-1\/1 {
    margin-right: 2.35765%;
    width: 100%
}
.u-1\/1:last-child {
    margin-right: 0
}
.u-1\/2 {
    margin-right: 2.35765%;
    width: 48.82117%
}
.u-1\/2:last-child {
    margin-right: 0
}
.u-1\/4 {
    margin-right: 2.35765%;
    width: 23.23176%
}
.u-1\/4:last-child {
    margin-right: 0
}
.u-3\/4 {
    margin-right: 2.35765%;
    width: 74.41059%
}
.u-1\/3,
.u-2\/3 {
    float: left;
    display: block;
    width: 31.76157%
}
.u-3\/4:last-child {
    margin-right: 0
}
.u-1\/3 {
    margin-right: 2.35765%
}
.u-1\/3:last-child {
    margin-right: 0
}
.u-2\/3 {
    margin-right: 2.35765%
}
.u-2\/3:last-child,
.u-grid-last {
    margin-right: 0
}
.u-grid-last {
    float: right
}
.u-show\@xlarge.u-show\@xlarge {
    display: none
}
.u-show\@large.u-show\@large {
    display: none
}
.u-show\@medium.u-show\@medium {
    display: none
}
.u-show\@small.u-show\@small {
    display: none
}
.u-hide\@xlarge.u-hide\@xlarge {
    display: block
}
@media (min-width: 1200px) {
    .u-show\@xlarge.u-show\@xlarge {
        display: block
    }
    .u-hide\@xlarge.u-hide\@xlarge {
        display: none
    }
}
.u-hide\@large.u-hide\@large {
    display: block
}
.u-hide\@medium.u-hide\@medium {
    display: block
}
.u-hide\@small.u-hide\@small {
    display: block
}
@media (min-width: 540px) {
    .u-hide\@small.u-hide\@small {
        display: none
    }
}
.u-spacing-bottom-xxsmall {
    margin-bottom: 5px!important
}
.u-spacing-top-small {
    margin-top: 15px
}
.u-spacing-bottom-small {
    margin-bottom: 15px
}
.u-spacing-top-base {
    margin-top: 20px
}
.u-spacing-bottom-base {
    margin-bottom: 20px!important
}
.u-spacing-top-medium {
    margin-top: 30px
}
.u-spacing-bottom-medium {
    margin-bottom: 30px
}
.u-spacing-bottom-large {
    margin-bottom: 40px!important
}
.c-hero__inner__cell h1,
.u-lato-xlarge {
    font-size: 2rem;
    font-weight: 700
}
@media (min-width: 768px) {
    .u-5\/12\@medium {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 40.29137%
    }
    .u-5\/12\@medium: last-child {
        margin-right: 0
    }
    .u-grid-last\@medium {
        margin-right: 0;
        float: right
    }
    .u-show\@medium.u-show\@medium {
        display: block
    }
    .u-hide\@medium.u-hide\@medium {
        display: none
    }
    .c-hero__inner__cell h1,
    .u-lato-xlarge {
        font-size: 4rem;
        line-height: 1.20312em
    }
}
.c-legal h1,
.u-lato-large {
    font-size: 2rem;
    font-weight: 700
}
@media (min-width: 768px) {
    .c-legal h1,
    .u-lato-large {
        font-size: 2.75rem;
        line-height: 1.18182em
    }
    .c-contact h2,
    .c-quicklinks h2,
    .c-quote-slider__slide blockquote,
    .u-lato-medium {
        font-size: 2rem;
        line-height: 1.1875em
    }
}
.c-contact h2,
.c-quicklinks h2,
.c-quote-slider__slide blockquote,
.u-lato-medium {
    font-family: Lato, Arial, sans-serif;
    font-size: 2rem;
    font-weight: 700
}
.c-dropdown .chosen-single,
.c-dropdown-filter label,
.u-roboto-large,
.u-roboto-medium,
.u-roboto-small {
    font-family: Roboto, sans-serif
}
.c-dropdown .chosen-single,
.c-dropdown-filter label,
.u-roboto-large {
    font-size: 2rem
}
@media (min-width: 768px) {
    .c-dropdown .chosen-single,
    .c-dropdown-filter label,
    .u-roboto-large {
        font-size: 2rem;
        line-height: 1.1875em
    }
    .u-roboto-medium {
        font-size: 1.25rem;
        line-height: 1.6em
    }
    .c-dropdown .chosen-drop,
    .c-legal h2,
    .c-product-slider__content,
    .u-roboto-base {
        line-height: 1.66667em
    }
}
.c-dropdown .chosen-drop,
.c-legal h2,
.c-product-slider__content,
.u-roboto-base {
    font-family: Roboto, sans-serif;
    font-size: 1.125rem
}
.u-roboto-small {
    font-weight: 700
}
@media (min-width: 768px) {
    .u-roboto-small {
        font-size: .875rem;
        line-height: 2.28571em
    }
    .u-small-heading {
        margin-bottom: .2em
    }
}
.u-section-heading {
    color: #82B541;
    font-size: 2rem;
    line-height: 1.125em
}
.u-small-heading {
    color: #82B541;
    font-size: 1.25rem;
    line-height: 1.4em
}
@media (min-width: 992px) {
    .u-1\/2\@large {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%
    }
    .u-1\/2\@large: last-child {
        margin-right: 0
    }
    .u-5\/12\@large {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 40.29137%
    }
    .u-5\/12\@large: last-child {
        margin-right: 0
    }
    .u-grid-last\@large {
        margin-right: 0;
        float: right
    }
    .u-show\@large.u-show\@large {
        display: block
    }
    .u-hide\@large.u-hide\@large {
        display: none
    }
    .u-small-heading {
        margin-bottom: 0
    }
}
/*# sourceMappingURL=styles.css.map */
/* Work Sample End */

/* 20-6-2017 Start */
/* Vision Mission Page Start */

.vision-mission .vision-mission-block {
	background-color: #22130e;
	padding: 40px 50px;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	height: 300px;
	width: 300px;
	float: none;
	margin: 0 auto;
	display: table-cell;
	vertical-align: middle;
}

.vision-mission .vision-mission-block i {
	font-size: 55px;
	line-height: 55px;
	margin: 0 0 15px;
	color: #ebdfd2;
}

.vision-mission .vision-mission-block h3 {
	font-family: 'LatoRegular';
	color: #ebdfd2;
	margin: 0 0 20px;
}

.vision-mission .vision-mission-block p {
	font-family: 'LatoRegular';
	font-size: 16px;
	line-height: 24px;
	color: #ebdfd2;
}

.vision-mission .vision-mission-block ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.vision-mission .vision-mission-block ul li {
	display: block;
	margin: 0;
	padding: 0 0 0 30px;
	list-style-type: none;
	font-family: 'LatoRegular';
	font-size: 16px;
	line-height: 24px;
	color: #ebdfd2;
	text-align: left;
	position: relative;
}

.vision-mission .vision-mission-block ul li:before {
	position: absolute;
	content: "\f058";
	font-family: FontAwesome;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	color: #ebdfd2;
}
/* Vision Mission Page End */

/* Quality Page Start */
.quality-pg .quality-title {
	padding-bottom: 20px;
}
/* Quality Page End */
/* 20-6-2017 End */

/* 22-6-2017 Start */
.shadow {
	width: 100%;
	height: 168px;
	position: relative;
	margin-top: -110px;
	background: transparent url(../images/shadow.png) no-repeat bottom center;
	background-size: 100% 100%; /* stretches it */
	z-index: -1;
	display: none;
}

.sb-description h3 {
	font-size: 20px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.sb-description h3 a {
	color: #4a3c27;
	text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}

.nav-arrows {
	display: none;
}

.nav-arrows a {
	width: 35px;
	height: 35px;
	background: #cbbfae /*url(../images/nav.png) no-repeat top left*/;
	position: absolute;
	top: 50%;
	left: 20px;
	text-indent: -9000px;
	cursor: pointer;
	margin-top: -21px;
	opacity: 0.9;
	border-radius: 50%;
	box-shadow: 0 1px 1px rgba(255,255,255,0.8);
}

.nav-arrows a:first-child{
	left: auto;
	right: 20px;
	background-position: top right;
}

.nav-arrows a:hover {
	opacity: 1;
}

.nav-arrows a img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	width: auto;
	height: 15px;
}

.nav-dots {
	text-align: center;
	position: absolute;
	bottom: 60px;
	height: 30px;
	width: 100%;
	left: 0;
	display: none;
	z-index: 9;
}

.nav-dots span {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 3px;
	background: #cbbfae;
	cursor: pointer;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.6), 
		inset 0 1px 1px rgba(0,0,0,0.1);
}

.nav-dots span.nav-dot-current {
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.6), 
		inset 0 1px 1px rgba(0,0,0,0.1), 
		inset 0 0 0 3px #cbbfae,
		inset 0 0 0 8px #fff;
}

.nav-options {
	width: 70px;
	height: 30px;
	position: absolute;
	right: 70px;
	bottom: 0px;
	display: none;
}

.nav-options span {
	width: 30px;
	height: 30px;
	background: #cbbfae url(../images/options.png) no-repeat top left;
	text-indent: -9000px;
	cursor: pointer;
	opacity: 0.7;
	display: inline-block;
	border-radius: 50%;
}

.nav-options span:first-child{
	background-position: -30px 0px;
	margin-right: 3px;
}

.nav-options span:hover {
	opacity: 1;
}

/* 22-6-2017 End */