/*
Theme Name: This is the Theme Name
Theme URI: http://www.fivebyfive.com.au/
Description: A mobile responsive and HTML5 theme built.
Author: FIVE BY FIVE
Author URI: http://www.fivebyfive.com.au/
Version: 3.6.2
Template: genesis
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:500,600,700');
/* Slick UI */
.navigation-buttons {
	display: inline-block;
	border: 1px solid #E0E1E4;
	border-radius: 45px;
	background-color: #FFFFFF;
	padding: 6px 20px;
}



navigation-style-2 .slick-prev,
navigation-style-2 .slick-next,
.navigation-btn-left,
.navigation-btn-right {
	display: inline-block;
	cursor: pointer;
}

.navigation-style-2 .slick-prev:hover,
.navigation-style-2 .slick-next:hover,
.navigation-btn-left:hover,
.navigation-btn-right:hover {
	/*opacity: .7;*/
}

.navigation-btn-left {
	margin-right: 15px;
}

.navigation-btn-right {
	margin-left: 15px;
}

.navigation-style-2 .slick-prev:before,
.navigation-style-2 .slick-next:before,
.navigation-btn-left:before,
.navigation-btn-right:before {
	font-family: 'Fontawesome';
	font-size: 22px;
	color: #4F4D4D;
	line-height: 1;
	opacity: 1;
}

.navigation-style-2 .slick-prev:before,
.navigation-btn-left:before {
	content: '\f104';
}

.navigation-style-2 .slick-next:before,
.navigation-btn-right:before {
	content: '\f105';
}

.navigation-style-2 .slick-prev,
.navigation-style-2 .slick-next {
	top: -45px;
	height: 45px;
	width: 45px;
	border: 1px solid #1F2C42;
}

.navigation-style-2 .slick-prev {
	right: 73px;
	left: initial;
/*	border-right: none;*/
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	text-align: right;
	padding-right: 18px;
	border: 1px solid #1F2C42;
}

.navigation-style-2 .slick-next {
	right: 10px;/*
	border-left: none;*/
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	text-align: left;
	padding-left: 18px;
}

.navigation-style-2 .slick-prev:before,
.navigation-style-2 .slick-next:before {
	line-height: 43px;
}

/*Complicated Slide Styles*/

.mySlides {
    display: none
}

.w3-left,
.w3-right,
.w3-badge {
    cursor: pointer
}

.w3-badge {
    height: 13px;
    width: 13px;
    padding: 0;
    margin-bottom: 50px;
}

.w3-image{max-width:100%;height:auto}img{vertical-align:middle}a{color:inherit}
.w3-table,.w3-table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}.w3-table-all{border:1px solid #ccc}
.w3-bordered tr,.w3-table-all tr{border-bottom:1px solid #ddd}.w3-striped tbody tr:nth-child(even){background-color:#f1f1f1}
.w3-table-all tr:nth-child(odd){background-color:#fff}.w3-table-all tr:nth-child(even){background-color:#f1f1f1}
.w3-hoverable tbody tr:hover,.w3-ul.w3-hoverable li:hover{background-color:#ccc}.w3-centered tr th,.w3-centered tr td{text-align:center}
.w3-table td,.w3-table th,.w3-table-all td,.w3-table-all th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:top}
.w3-table th:first-child,.w3-table td:first-child,.w3-table-all th:first-child,.w3-table-all td:first-child{padding-left:16px}
.w3-btn,.w3-button{border:none;display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
.w3-btn:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}
.w3-btn,.w3-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}   
.w3-disabled,.w3-btn:disabled,.w3-button:disabled{cursor:not-allowed;opacity:0.3}.w3-disabled *,:disabled *{pointer-events:none}
.w3-btn.w3-disabled:hover,.w3-btn:disabled:hover{box-shadow:none}
.w3-badge,.w3-tag{background-color:#000;color:#fff;display:inline-block;text-align:center}.w3-badge{border-radius:50%}
.w3-ul{list-style-type:none;padding:0;margin:0}.w3-ul li{padding:8px 16px;border-bottom:1px solid #ddd}.w3-ul li:last-child{border-bottom:none}
.w3-tooltip,.w3-display-container{position:relative}.w3-tooltip .w3-text{display:none}.w3-tooltip:hover .w3-text{display:inline-block}
.w3-ripple:active{opacity:0.5}.w3-ripple{transition:opacity 0s}
.w3-input{padding:8px;display:block;border:none;border-bottom:1px solid #ccc;width:100%}
.w3-select{padding:9px 0;width:100%;border:none;border-bottom:1px solid #ccc}
.w3-dropdown-click,.w3-dropdown-hover{position:relative;display:inline-block;cursor:pointer}
.w3-dropdown-hover:hover .w3-dropdown-content{display:block}
.w3-dropdown-hover:first-child,.w3-dropdown-click:hover{background-color:#ccc;color:#000}
.w3-dropdown-hover:hover > .w3-button:first-child,.w3-dropdown-click:hover > .w3-button:first-child{background-color:#ccc;color:#000}
.w3-dropdown-content{cursor:auto;color:#000;background-color:#fff;display:none;position:absolute;min-width:160px;margin:0;padding:0;z-index:1}
.w3-check,.w3-radio{width:24px;height:24px;position:relative;top:6px}
.w3-sidebar{height:100%;width:200px;background-color:#fff;position:fixed!important;z-index:1;overflow:auto}
.w3-bar-block .w3-dropdown-hover,.w3-bar-block .w3-dropdown-click{width:100%}
.w3-bar-block .w3-dropdown-hover .w3-dropdown-content,.w3-bar-block .w3-dropdown-click .w3-dropdown-content{min-width:100%}
.w3-bar-block .w3-dropdown-hover .w3-button,.w3-bar-block .w3-dropdown-click .w3-button{width:100%;text-align:left;padding:8px 16px}
.w3-main,#main{transition:margin-left .4s}
.w3-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}
.w3-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px}
.w3-bar{width:100%;overflow:hidden}.w3-center .w3-bar{display:inline-block;width:auto}
.w3-bar .w3-bar-item{padding:8px 16px;float:left;width:auto;border:none;display:block;outline:0}
.w3-bar .w3-dropdown-hover,.w3-bar .w3-dropdown-click{position:static;float:left}
.w3-bar .w3-button{white-space:normal}
.w3-bar-block .w3-bar-item{width:100%;display:block;padding:8px 16px;text-align:left;border:none;white-space:normal;float:none;outline:0}
.w3-bar-block.w3-center .w3-bar-item{text-align:center}.w3-block{display:block;width:100%}
.w3-responsive{display:block;overflow-x:auto}
.w3-container:after,.w3-container:before,.w3-panel:after,.w3-panel:before,.w3-row:after,.w3-row:before,.w3-row-padding:after,.w3-row-padding:before,
.w3-cell-row:before,.w3-cell-row:after,.w3-clear:after,.w3-clear:before,.w3-bar:before,.w3-bar:after{content:"";display:table;clear:both}
.w3-col,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter{float:left;width:100%}
.w3-col.s1{width:8.33333%}.w3-col.s2{width:16.66666%}.w3-col.s3{width:24.99999%}.w3-col.s4{width:33.33333%}
.w3-col.s5{width:41.66666%}.w3-col.s6{width:49.99999%}.w3-col.s7{width:58.33333%}.w3-col.s8{width:66.66666%}
.w3-col.s9{width:74.99999%}.w3-col.s10{width:83.33333%}.w3-col.s11{width:91.66666%}.w3-col.s12{width:99.99999%}
@media (min-width:601px){.w3-col.m1{width:8.33333%}.w3-col.m2{width:16.66666%}.w3-col.m3,.w3-quarter{width:24.99999%}.w3-col.m4,.w3-third{width:33.33333%}
.w3-col.m5{width:41.66666%}.w3-col.m6,.w3-half{width:49.99999%}.w3-col.m7{width:58.33333%}.w3-col.m8,.w3-twothird{width:66.66666%}
.w3-col.m9,.w3-threequarter{width:74.99999%}.w3-col.m10{width:83.33333%}.w3-col.m11{width:91.66666%}.w3-col.m12{width:99.99999%}}
@media (min-width:993px){.w3-col.l1{width:8.33333%}.w3-col.l2{width:16.66666%}.w3-col.l3{width:24.99999%}.w3-col.l4{width:33.33333%}
.w3-col.l5{width:41.66666%}.w3-col.l6{width:49.99999%}.w3-col.l7{width:58.33333%}.w3-col.l8{width:66.66666%}
.w3-col.l9{width:74.99999%}.w3-col.l10{width:83.33333%}.w3-col.l11{width:91.66666%}.w3-col.l12{width:99.99999%}}
.w3-content{max-width:980px;margin:auto}.w3-rest{overflow:hidden}
.w3-cell-row{display:table;width:100%}.w3-cell{display:table-cell}
.w3-cell-top{vertical-align:top}.w3-cell-middle{vertical-align:middle}.w3-cell-bottom{vertical-align:bottom}
.w3-hide{display:none!important}.w3-show-block,.w3-show{display:block!important}.w3-show-inline-block{display:inline-block!important}
@media (max-width:600px){.w3-modal-content{margin:0 10px;width:auto!important}.w3-modal{padding-top:30px}
.w3-dropdown-hover.w3-mobile .w3-dropdown-content,.w3-dropdown-click.w3-mobile .w3-dropdown-content{position:relative}	
.w3-hide-small{display:none!important}.w3-mobile{display:block;width:100%!important}.w3-bar-item.w3-mobile,.w3-dropdown-hover.w3-mobile,.w3-dropdown-click.w3-mobile{text-align:center}
.w3-dropdown-hover.w3-mobile,.w3-dropdown-hover.w3-mobile .w3-btn,.w3-dropdown-hover.w3-mobile .w3-button,.w3-dropdown-click.w3-mobile,.w3-dropdown-click.w3-mobile .w3-btn,.w3-dropdown-click.w3-mobile .w3-button{width:100%}}
@media (max-width:768px){.w3-modal-content{width:500px}.w3-modal{padding-top:50px}}
@media (min-width:993px){.w3-modal-content{width:900px}.w3-hide-large{display:none!important}.w3-sidebar.w3-collapse{display:block!important}}
@media (max-width:992px) and (min-width:601px){.w3-hide-medium{display:none!important}}
@media (max-width:992px){.w3-sidebar.w3-collapse{display:none}.w3-main{margin-left:0!important;margin-right:0!important}}
.w3-top,.w3-bottom{position:fixed;width:100%;z-index:1}.w3-top{top:0}.w3-bottom{bottom:0}
.w3-overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:2}
.w3-display-topleft{position:absolute;left:0;top:0}.w3-display-topright{position:absolute;right:0;top:0}
.w3-display-bottomleft{position:absolute;left:0;bottom:0}.w3-display-bottomright{position:absolute;right:0;bottom:0}
.w3-display-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}
.w3-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.w3-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
.w3-display-topmiddle{position:absolute;left:50%;top:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-bottommiddle{position:absolute;/*bottom:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)*/}
.w3-display-container:hover .w3-display-hover{display:block}.w3-display-container:hover span.w3-display-hover{display:inline-block}.w3-display-hover{display:none}
.w3-display-position{position:absolute}
.w3-circle{border-radius:50%}
.w3-round-small{border-radius:2px}.w3-round,.w3-round-medium{border-radius:4px}.w3-round-large{border-radius:8px}.w3-round-xlarge{border-radius:16px}.w3-round-xxlarge{border-radius:32px}
.w3-row-padding,.w3-row-padding>.w3-half,.w3-row-padding>.w3-third,.w3-row-padding>.w3-twothird,.w3-row-padding>.w3-threequarter,.w3-row-padding>.w3-quarter,.w3-row-padding>.w3-col{padding:0 8px}
.w3-container,.w3-panel{padding:0}.w3-panel{margin-top:16px;margin-bottom:16px}
.w3-code,.w3-codespan{font-family:Consolas,"courier new";font-size:16px}
.w3-code{width:auto;background-color:#fff;padding:8px 12px;border-left:4px solid #4CAF50;word-wrap:break-word}
.w3-codespan{color:crimson;background-color:#f1f1f1;padding-left:4px;padding-right:4px;font-size:110%}
.w3-card,.w3-card-2{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}
.w3-card-4,.w3-hover-shadow:hover{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)}
.w3-spin{animation:w3-spin 2s infinite linear}@keyframes w3-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.w3-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.w3-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.w3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.w3-animate-input{transition:width 0.4s ease-in-out}.w3-animate-input:focus{width:100%!important}
.w3-opacity,.w3-hover-opacity:hover{opacity:0.60}.w3-opacity-off,.w3-hover-opacity-off:hover{opacity:1}
.w3-opacity-max{opacity:0.25}.w3-opacity-min{opacity:0.75}
.w3-greyscale-max,.w3-grayscale-max,.w3-hover-greyscale:hover,.w3-hover-grayscale:hover{filter:grayscale(100%)}
.w3-greyscale,.w3-grayscale{filter:grayscale(75%)}.w3-greyscale-min,.w3-grayscale-min{filter:grayscale(50%)}
.w3-sepia{filter:sepia(75%)}.w3-sepia-max,.w3-hover-sepia:hover{filter:sepia(100%)}.w3-sepia-min{filter:sepia(50%)}
.w3-tiny{font-size:10px!important}.w3-small{font-size:12px!important}.w3-medium{font-size:15px!important}.w3-large{font-size:18px!important}
.w3-xlarge{font-size:24px!important}.w3-xxlarge{font-size:36px!important}.w3-xxxlarge{font-size:48px!important}.w3-jumbo{font-size:64px!important}
.w3-left-align{text-align:left!important}.w3-right-align{text-align:right!important}.w3-justify{text-align:justify!important}.w3-center{text-align:center!important}
.w3-border-0{border:0!important}.w3-border { border: 1px solid #1F2C42; }
.w3-border-top{border-top:1px solid #ccc!important}.w3-border-bottom{border-bottom:1px solid #ccc!important}
.w3-border-left{border-left:1px solid #ccc!important}.w3-border-right{border-right:1px solid #ccc!important}
.w3-topbar{border-top:6px solid #ccc!important}.w3-bottombar{border-bottom:6px solid #ccc!important}
.w3-leftbar{border-left:6px solid #ccc!important}.w3-rightbar{border-right:6px solid #ccc!important}
.w3-section,.w3-code{margin-top:16px!important;margin-bottom:16px!important}
.w3-margin{margin:16px!important}.w3-margin-top{margin-top:16px!important}.w3-margin-bottom{margin-bottom:16px!important}
.w3-margin-left{margin-left:16px!important}.w3-margin-right{margin-right:16px!important}
.w3-padding-small{padding:4px 8px!important}.w3-padding{padding:8px 16px!important}.w3-padding-large{padding:12px 24px!important}
.w3-padding-16{padding-top:16px!important;padding-bottom:16px!important}.w3-padding-24{padding-top:24px!important;padding-bottom:24px!important}
.w3-padding-32{padding-top:32px!important;padding-bottom:32px!important}.w3-padding-48{padding-top:48px!important;padding-bottom:48px!important}
.w3-padding-64{padding-top:64px!important;padding-bottom:64px!important}
.w3-left{float:left!important}.w3-right{float:right!important}
.w3-button:hover{color:#000!important;background-color:#ccc!important}
.w3-transparent,.w3-hover-none:hover{background-color:transparent!important}
.w3-hover-none:hover{box-shadow:none!important}
/* Colors */
.w3-amber,.w3-hover-amber:hover{color:#000!important;background-color:#ffc107!important}
.w3-aqua,.w3-hover-aqua:hover{color:#000!important;background-color:#00ffff!important}
.w3-blue,.w3-hover-blue:hover{color:#fff!important;background-color:#2196F3!important}
.w3-light-blue,.w3-hover-light-blue:hover{color:#000!important;background-color:#87CEEB!important}
.w3-brown,.w3-hover-brown:hover{color:#fff!important;background-color:#795548!important}
.w3-cyan,.w3-hover-cyan:hover{color:#000!important;background-color:#00bcd4!important}
.w3-blue-grey,.w3-hover-blue-grey:hover,.w3-blue-gray,.w3-hover-blue-gray:hover{color:#fff!important;background-color:#607d8b!important}
.w3-green,.w3-hover-green:hover{color:#fff!important;background-color:#4CAF50!important}
.w3-light-green,.w3-hover-light-green:hover{color:#000!important;background-color:#8bc34a!important}
.w3-indigo,.w3-hover-indigo:hover{color:#fff!important;background-color:#3f51b5!important}
.w3-khaki,.w3-hover-khaki:hover{color:#000!important;background-color:#f0e68c!important}
.w3-lime,.w3-hover-lime:hover{color:#000!important;background-color:#cddc39!important}
.w3-orange,.w3-hover-orange:hover{color:#000!important;background-color:#ff9800!important}
.w3-deep-orange,.w3-hover-deep-orange:hover{color:#fff!important;background-color:#ff5722!important}
.w3-pink,.w3-hover-pink:hover{color:#fff!important;background-color:#e91e63!important}
.w3-purple,.w3-hover-purple:hover{color:#fff!important;background-color:#9c27b0!important}
.w3-deep-purple,.w3-hover-deep-purple:hover{color:#fff!important;background-color:#673ab7!important}
.w3-red,.w3-hover-red:hover{color:#fff!important;background-color:#f44336!important}
.w3-sand,.w3-hover-sand:hover{color:#000!important;background-color:#fdf5e6!important}
.w3-teal,.w3-hover-teal:hover{color:#fff!important;background-color:#009688!important}
.w3-yellow,.w3-hover-yellow:hover{color:#000!important;background-color:#ffeb3b!important}
.w3-white,.w3-hover-white:hover{color:#000!important;background-color:#DE1F15!important;border: 0;}
.w3-black,.w3-hover-black:hover{color:#fff!important;background-color:#000!important}
.w3-grey,.w3-hover-grey:hover,.w3-gray,.w3-hover-gray:hover{color:#000!important;background-color:#9e9e9e!important}
.w3-light-grey,.w3-hover-light-grey:hover,.w3-light-gray,.w3-hover-light-gray:hover{color:#000!important;background-color:#f1f1f1!important}
.w3-dark-grey,.w3-hover-dark-grey:hover,.w3-dark-gray,.w3-hover-dark-gray:hover{color:#fff!important;background-color:#616161!important}
.w3-pale-red,.w3-hover-pale-red:hover{color:#000!important;background-color:#ffdddd!important}
.w3-pale-green,.w3-hover-pale-green:hover{color:#000!important;background-color:#ddffdd!important}
.w3-pale-yellow,.w3-hover-pale-yellow:hover{color:#000!important;background-color:#ffffcc!important}
.w3-pale-blue,.w3-hover-pale-blue:hover{color:#000!important;background-color:#ddffff!important}
.w3-text-amber,.w3-hover-text-amber:hover{color:#ffc107!important}
.w3-text-aqua,.w3-hover-text-aqua:hover{color:#00ffff!important}
.w3-text-blue,.w3-hover-text-blue:hover{color:#2196F3!important}
.w3-text-light-blue,.w3-hover-text-light-blue:hover{color:#87CEEB!important}
.w3-text-brown,.w3-hover-text-brown:hover{color:#795548!important}
.w3-text-cyan,.w3-hover-text-cyan:hover{color:#00bcd4!important}
.w3-text-blue-grey,.w3-hover-text-blue-grey:hover,.w3-text-blue-gray,.w3-hover-text-blue-gray:hover{color:#607d8b!important}
.w3-text-green,.w3-hover-text-green:hover{color:#4CAF50!important}
.w3-text-light-green,.w3-hover-text-light-green:hover{color:#8bc34a!important}
.w3-text-indigo,.w3-hover-text-indigo:hover{color:#3f51b5!important}
.w3-text-khaki,.w3-hover-text-khaki:hover{color:#b4aa50!important}
.w3-text-lime,.w3-hover-text-lime:hover{color:#cddc39!important}
.w3-text-orange,.w3-hover-text-orange:hover{color:#ff9800!important}
.w3-text-deep-orange,.w3-hover-text-deep-orange:hover{color:#ff5722!important}
.w3-text-pink,.w3-hover-text-pink:hover{color:#e91e63!important}
.w3-text-purple,.w3-hover-text-purple:hover{color:#9c27b0!important}
.w3-text-deep-purple,.w3-hover-text-deep-purple:hover{color:#673ab7!important}
.w3-text-red,.w3-hover-text-red:hover{color:#f44336!important}
.w3-text-sand,.w3-hover-text-sand:hover{color:#fdf5e6!important}
.w3-text-teal,.w3-hover-text-teal:hover{color:#009688!important}
.w3-text-yellow,.w3-hover-text-yellow:hover{color:#d2be0e!important}
.w3-text-white,.w3-hover-text-white:hover{color:#fff!important}
.w3-text-black,.w3-hover-text-black:hover{color:#000!important}
.w3-text-grey,.w3-hover-text-grey:hover,.w3-text-gray,.w3-hover-text-gray:hover{color:#757575!important}
.w3-text-light-grey,.w3-hover-text-light-grey:hover,.w3-text-light-gray,.w3-hover-text-light-gray:hover{color:#f1f1f1!important}
.w3-text-dark-grey,.w3-hover-text-dark-grey:hover,.w3-text-dark-gray,.w3-hover-text-dark-gray:hover{color:#3a3a3a!important}
.w3-border-amber,.w3-hover-border-amber:hover{border-color:#ffc107!important}
.w3-border-aqua,.w3-hover-border-aqua:hover{border-color:#00ffff!important}
.w3-border-blue,.w3-hover-border-blue:hover{border-color:#2196F3!important}
.w3-border-light-blue,.w3-hover-border-light-blue:hover{border-color:#87CEEB!important}
.w3-border-brown,.w3-hover-border-brown:hover{border-color:#795548!important}
.w3-border-cyan,.w3-hover-border-cyan:hover{border-color:#00bcd4!important}
.w3-border-blue-grey,.w3-hover-border-blue-grey:hover,.w3-border-blue-gray,.w3-hover-border-blue-gray:hover{border-color:#607d8b!important}
.w3-border-green,.w3-hover-border-green:hover{border-color:#4CAF50!important}
.w3-border-light-green,.w3-hover-border-light-green:hover{border-color:#8bc34a!important}
.w3-border-indigo,.w3-hover-border-indigo:hover{border-color:#3f51b5!important}
.w3-border-khaki,.w3-hover-border-khaki:hover{border-color:#f0e68c!important}
.w3-border-lime,.w3-hover-border-lime:hover{border-color:#cddc39!important}
.w3-border-orange,.w3-hover-border-orange:hover{border-color:#ff9800!important}
.w3-border-deep-orange,.w3-hover-border-deep-orange:hover{border-color:#ff5722!important}
.w3-border-pink,.w3-hover-border-pink:hover{border-color:#e91e63!important}
.w3-border-purple,.w3-hover-border-purple:hover{border-color:#9c27b0!important}
.w3-border-deep-purple,.w3-hover-border-deep-purple:hover{border-color:#673ab7!important}
.w3-border-red,.w3-hover-border-red:hover{border-color:#f44336!important}
.w3-border-sand,.w3-hover-border-sand:hover{border-color:#fdf5e6!important}
.w3-border-teal,.w3-hover-border-teal:hover{border-color:#009688!important}
.w3-border-yellow,.w3-hover-border-yellow:hover{border-color:#ffeb3b!important}
.w3-border-white,.w3-hover-border-white:hover{border-color:#fff!important}
.w3-border-black,.w3-hover-border-black:hover{border-color:#000!important}
.w3-border-grey,.w3-hover-border-grey:hover,.w3-border-gray,.w3-hover-border-gray:hover{border-color:#9e9e9e!important}
.w3-border-light-grey,.w3-hover-border-light-grey:hover,.w3-border-light-gray,.w3-hover-border-light-gray:hover{border-color:#f1f1f1!important}
.w3-border-dark-grey,.w3-hover-border-dark-grey:hover,.w3-border-dark-gray,.w3-hover-border-dark-gray:hover{border-color:#616161!important}
.w3-border-pale-red,.w3-hover-border-pale-red:hover{border-color:#ffe7e7!important}.w3-border-pale-green,.w3-hover-border-pale-green:hover{border-color:#e7ffe7!important}
.w3-border-pale-yellow,.w3-hover-border-pale-yellow:hover{border-color:#ffffcc!important}.w3-border-pale-blue,.w3-hover-border-pale-blue:hover{border-color:#e7ffff!important}

.wrapper-slider {
    width: 1100px;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

/*  General styles */
div, p, span, table, ul, ol, li, a, :before, :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

html {
	font-size: 15px;
}

body{
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 1.8;
	color: #4F4D4D;
	-webkit-font-smoothing: antialiased;
	position: relative;
	background: #fff;
	margin: 0;
	padding: 0;
	transition: opacity .2s ease;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin: 0px 0px 20px 0px;
	padding: 0;
    line-height: 1.25;
	color: #4F4D4D;
	font-weight: bold;
}

h1 { font-size: 5.06em; } /* 75px */
h2 { font-size: 4.3em; }  /* 64px */
h3 { font-size: 3.1em; }  /* 46px */
h4 { font-size: 2.6em; }  /* 39px */
h5 { font-size: 1.9em; }  /* 28px */
h6 { font-size: 1.6em; }  /* 24px */

.h1 { font-size: 5.06em; }
.h2 { font-size: 4.3em; }
.h3 { font-size: 3.1em; }
.h4 { font-size: 2.6em; }
.h5 { font-size: 1.9em; }
.h6 { font-size: 1.6em; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:visited, h2 a:visited, h3 a:visited,
h4 a:visited, h5 a:visited, h6 a:visited {
	color: inherit;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover,
h4 a:hover, h5 a:hover, h6 a:hover {
	color: inherit;
	text-decoration: underline;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

a,
.footer-top .menu li a,
.search-form input[type="submit"],
.search-form button[type="submit"],
.sidebar-posts .post-item a:hover .overlay,
.gform_footer .gform_button.button,
.gform_footer input[type=submit]{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a {
	font-weight: 600;
	text-decoration: underline;
	color: #4F4D4D;
	outline: none;
}

a:visited,
a:focus,
a.active {
	color: #4F4D4D;
}

a:hover {
	text-decoration: none;
	outline: none; 
}

a.inherit:visited,
a.inherit:hover,
a.inherit {
	text-decoration: none;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

ol, ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
}

.entry-content ul,
.entry-content ol {
	margin-bottom: 20px;
}

.entry-content ul {
	padding-left: 20px;
	margin-left: 20px;
}

.entry-content ul li{
	list-style: disc;
}

.entry-content ol {
	padding-left: 20px;
	margin-left: 20px;
	list-style: decimal;
}

.entry-content ol > li {
	list-style: decimal;
}

.entry-content .list-group {
	padding-left: 0;
	margin-left: 0;
}

.entry-content ol.list-group li{
	display: list-item;
	list-style: decimal;
	list-style-position: inside;
}

.list-group li,
.entry-content .list-group li {
	list-style: none;
	border: 1px solid #E0E1E4;
	margin-bottom: -1px;
	padding: 14px 60px;
	background: #fff;
}

.small-dots,
.entry-content .small-dots {
	padding-left: 0;
	margin-left: 0;
}

.small-dots li,
.entry-content .small-dots li {
	list-style: none;
	position: relative;
	padding-left: 35px;
}

.small-dots li:before,
.entry-content .small-dots li:before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 3px;
	background: #4F4D4D;
	border-radius: 100%;
	position: absolute;
	top: 11px;
	left: 12px;
}

.list-group.check-list li,
.entry-content .list-group.check-list li {
	position: relative;
	padding-left: 62px;
}

.list-group.check-list li:before {
	content: '\f00c';
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 1.333em;
	line-height: 1;

	position: absolute;
	top: 15px;
	left: 22px;
}

code {
	display: block;
	margin-bottom: 20px;
}

.widget-title {
	font-size: 2.6em;
}

.title-align-center.widget-title-container {
	text-align: center;
}

.sub-heading-style,
.widget-sub-title {
	color: #20A7D5;
	font-weight: 600;
	color: #A7A8AA;	
	font-family: Montserrat;	
	font-size: 17px;	
	font-weight: 300;	
	line-height: 25px;
}

.widget-title-container .widget-sub-title {
	margin-top: -15px;
	margin-bottom: 40px;
}

/* Define Styles */
.define-color {
	display: inline-block;
	width: 240px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
	margin-right: 30px;
	margin-bottom: 30px;
}

.define-color .color {
	width: 240px;
	height: 100px;
}

.define-color .label {
	color: initial;
	font-weight: normal;
	padding: 0;
}

.define-color .s2 {
	padding: 10px 15px;
}

.style-heading .widget-title {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #B2BAC4;
	padding-bottom: 10px;
	margin-bottom: 30px;
	margin-top: 30px;
	text-transform: uppercase;
}

/* Styles Nav */
.ff-styles-nav span {
	background: #6B6C70;
	color: #fff;
	padding: 5px 14px;
	display: inline-block;
	margin: 5px;
	font-size: .8em;
	cursor: pointer;
	text-transform: uppercase;
}

.ff-styles-nav span:hover {
	background: #4F4D4D;
}

.ff-scroll-to-top {
	display: block;
	width: 50px;
	height: 50px;
	background: #4F4D4D;
	position: fixed;
	bottom: 20px;
	right: 20px;
	text-align: center;
	line-height: 44px;
	border-radius: 100%;
	font-size: 26px;
	color: #fff;
	cursor: pointer;
}

.ff-scroll-to-top:hover {
	opacity: .7;
}

/* Fonts */
.primary-font {
	font-family: 'Open Sans';
}

.secondary-font {

}

/* Text Styles */
.text-style-1 {
	color: #fff;
	font-weight: 700;
	font-size: .9333em;
}

.text-style-2 {
	font-size: 1.6 em;
	font-weight: 700;
}

.text-style-3 {
	font-weight: normal;
	font-size: 0.9333 em;
	text-transform: uppercase;
}

.text-style-4 {
	opacity: .5;
	font-size: .8em;
}

.text-style-5 {
	font-weight: 700;
	font-size: .8em;
	text-decoration: underline;
}

.text-style-6 {
	color: #20A7D5;
	font-weight: 600;
	font-style: italic;
	font-size: 1em;
}

.fs-default {
	font-size: 1em;
}

.fs-minor {
	font-size: .933em;
}

.fs-small {
	font-size: .8em;
}

.fs-sub {
	font-size: .6667em;
}

/* Buttons */
.btn,
.btn:visited,
.btn:focus,
.btn.style-1,
.btn.style-1:visited,
.btn.style-1:focus,
.btn.primary,
.btn.primary:visited,
.btn.primary:focus {
	background-color: #2CC6FA;
	border: 1px solid #2CC6FA;
	color: #fff;
	border-radius: 2px;
	font-size: 15px;
	font-weight: 700;
	padding: 16.5px 30px;
	line-height: 1;
	text-decoration: none;
}

.btn:hover,
.btn.hover,
.btn.style-1:hover,
.btn.style-1.hover,
.btn.primary:hover,
.btn.primary.hover {
	background-color: #20A7D5;
	border-color: #20A7D5;
	color: #fff;
}


.btn.selected,
.btn.primary.selected,
.btn.style-1.selected {
	background-color: #178DB5;
	border-color: #178DB5;
	color: #fff;
}

.btn.style-2,
.btn.style-2:visited,
.btn.style-2:focus,
.btn.secondary,
.btn.secondary:visited,
.btn.secondary:focus {
	background: none;
	border: 1px solid #2CC6FA;
	color: #2CC6FA;
}

.btn.style-2:hover,
.btn.style-2.hover,
.btn.secondary:hover,
.btn.secondary.hover {
	background-color: #2CC6FA;
	border-color: #2CC6FA;
	color: #fff;
}

.btn.secondary.selected {
	background-color: #178DB5;
	border-color: #178DB5;
	color: #fff;
}

.btn.style-3,
.btn.style-3:visited,
.btn.style-3:focus {
	background: none;
	border: 1px solid #4F4D4D;
	color: #DE1F15;	
	font-family: Montserrat;	
	font-size: 14px;	
	letter-spacing: 1px;
	text-transform: uppercase;

}

.btn.style-3:hover,
.btn.style-3.hover {
	background-color: #DE1F15;
	border-color: #DE1F15;
	color: #fff;
}

.btn.style-3.selected {
	background-color: #F5F6F8;
	border-color: #F5F6F8;
	color: #6B6C70;
}

.btn.terrain,
.btn.terrain:visited,
.btn.terrain:focus {
	background: none;
	border: 1px solid #FFF;
	color: #FFF;
}

.btn.terrain:hover,
.btn.terrain.hover {
	background: none;
	border-color: rgba(255,255,255,0.7);
	color: #FFF;
}

.btn.terrain.selected {
	background: none;
	border-color: rgba(255,255,255,0.5);
	color: #fff;
}

.btn.style-4,
.btn.style-4:visited,
.btn.style-4:focus {
	background:transparent;
	border-color:#DE1F15;
	color:#DE1F15;
	padding: 15px 30px;

}

.btn.style-4:hover,
.btn.style-4.hover {
	background:#DE1F15;
	color:#fff;
}

.btn.style-4.selected {
	background:#DE1F15;
	color:#fff;
}

.btn-info {
	background: #777;
	border-color: #777;
}

.btn-lg {
	width: 100%;
	margin: 10px 0;
	white-space: normal;
}

.close-btn,
.close-btn:visited,
.close-btn:focus {
	display: inline-block;
	width: 45px;
	height: 45px;
	background-color: #4F4D4D;
	border-radius: 100%;
	color: #fff;
	text-align: center;
	line-height: 43px;
	font-size: 14px;
}

.close-btn:hover {
	background-color: #51545d;
	color: #fff;
}

.text-btn,
.text-btn:visited,
.text-btn:focus {
	color: #2CC6FA;
	font-size: 1em;
	font-weight: 700;
	text-decoration: underline;
}

.text-btn:hover,
.text-btn.hover {
	color: #2CC6FA;
	text-decoration: none;
}

.btn.full {
	width: 100%;
}


/* Form Elements */
.label {
	color: #4F4D4D;
	font-size: .8em;
	font-weight: 700;
	padding: 0;
	text-align: inherit;
}

.error .label {
	color: #FA7D5A;
}

.input-field-container .label {
	display: block;
	padding: 0;
}

.gform_wrapper .top_label .gfield_label {
	width: 100%;
}

::-webkit-input-placeholder { opacity: 0.4; }
:-moz-placeholder { opacity: 0.4; }
::-moz-placeholder { opacity: 0.4;}
:-ms-input-placeholder { opacity: 0.4; }

textarea,
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"] {
	background-color: #FFFFFF;
	border: 1px solid #E0E1E4;
	outline: none;
	line-height: 1;
	padding: 14px 25px;

	/* change caret color */
	/* color: #2CC6FA !important;
	text-shadow: 0px 0px 0px #4F4D4D !important;
	-webkit-text-fill-color: transparent !important; */
}

textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
	color: #4F4D4D;
	opacity: 0.4;
	text-shadow: none;
	-webkit-text-fill-color: initial;
}

.disabled textarea,
.disabled input[type="text"],
.disabled input[type="password"],
.disabled input[type="tel"],
.disabled input[type="email"] {
	color: #E0E1E4!important;
	text-shadow: 0px 0px 0px #E0E1E4 !important;
	-webkit-text-fill-color: transparent !important;
	pointer-events: none;
}

.error textarea,
.error input[type="text"],
.error input[type="tel"],
.error input[type="password"],
.error input[type="email"] {
	border-color: #F97D5A;
}

textarea {
	width: 100%;
	min-height: 100px;
}

div.gform_wrapper.gf_browser_chrome select,
div.gform_wrapper select,
select {
    padding: 8px 45px 8px 15px;
	border: 1px solid #E0E1E4;
	background-color: #F9FAFC;
    font-family: "Open Sans";
	outline: none;
	-webkit-appearance: none;
	cursor: pointer;
	line-height: inherit;
	background: #fff;
	border-radius: 0;
}

.select2-container .select2-selection--single {
	height: 50px;
	padding: 10px 16px;
}
.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #E0E1E4;
	border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 50px;
	position: absolute;
	top: 1px;
	right: 10px;
	width: 20px;
}

.select2-dropdown {
	border-color: #E0E1E4;
}

.ginput_container_select,
.select-container {
	position: relative;
	display: inline-block;
}

.ginput_container_select:after,
.select-container:after {
	font-family: 'FontAwesome';
	content: '\f063';
	display: inline-block;
	font-size: .8em;
	line-height: 1;
	position: absolute;
    right: 25px;
	top: 50%;
	margin-top: -6px;
	pointer-events: none;
}

div.gform_wrapper .top_label input.medium,
div.gform_wrapper .top_label select.medium {
	width: 100%;
}

ul.radio-container,
ul.checkbox-container {
	padding: 0;
	margin: 0;
}

ul.radio-container li,
ul.checkbox-container li {
	list-style: none;
	position: relative;
	padding-left: 30px;
}

.radio-container label,
.checkbox-container label {
	font-size: 1em;
	font-weight: 700;
	cursor: pointer;
	display: inline-block;
	padding-left: 30px;
	margin-left: -30px;
	z-index: 6;
	position: relative;
}

ul.radio-container input[type=radio],
ul.checkbox-container input[type=checkbox] {
	position: absolute;
	visibility: hidden;
}

ul.radio-container .check,
ul.checkbox-container .check{
	display: block;
	position: absolute;
	border: 1px solid #2CC6FA;
	background-color: #FFFFFF;
	border-radius: 100%;
	height: 20px;
	width: 20px;
	top: 3px;
	left: 0;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}


.radio-style-1 .input-wrap:before,
.checkbox-style-1 .input-wrap:before,
ul.radio-container .check:before,
ul.checkbox-container .check:before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 12px;
	width: 12px;
	top: 3px;
	left: 3px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

.radio-style-1 .checked .input-wrap:before,
.checkbox-style-1 .checked .input-wrap:before,
ul.radio-container input[type=radio]:checked ~ .check:before,
ul.checkbox-container input[type=checkbox]:checked ~ .check:before{
  background: #2CC6FA;
}

.checkbox-style-1 .input-wrap,
.radio-style-1 .input-wrap {
	vertical-align: top;
	display: inline-block;
	border: 1px solid #2CC6FA;
	background-color: #FFFFFF;
	border-radius: 100%;
	height: 20px;
	width: 20px;
	cursor: pointer;
	margin-right: 10px;
	position: relative;
}

.checkbox-style-1 .input-wrap input,
.radio-style-1 .input-wrap input {
	display: none!important;
}

.gform_wrapper .radio-style-1 .gfield_radio li label {
	margin-top: 0;
}

.checkbox-style-1 .input-wrap {
	border-radius: 0;
}

ul.checkbox-container .check {
	border-radius: 0;
	line-height: 18px;
	text-align: center;
}

.checkbox-style-1 .checked .input-wrap:before,
ul.checkbox-container input[type=checkbox]:checked ~ .check:before {
	position: absolute;
	border-radius: 0;
	height: 18px;
	width: 18px;
	top: 0;
	left: 0;
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #fff;
	text-align: center;
	line-height: 19px;
}

/* Page fade */
.fade-load {
    -webkit-animation: fadein 2s;
       -moz-animation: fadein 2s;
        -ms-animation: fadein 2s;
         -o-animation: fadein 2s;
            animation: fadein 2s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Page fade End */

/* Preload */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #de1f15;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.clearfix {
	clear: both;
}

.clearfix:before,
.clearfix:after{
	content:"";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearboth {
	clear: both;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

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

.text-left {
	text-align: left;
}

.text-right {
  text-align: right;
}

.small-text {
    font-size: 0.733em;
}

.post-edit-link {
	display: none;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.hide-label .gfield_label,
.hide,
.hide-header .site-header ,
.hide-nav .nav-primary ,
.hide-internal-header .internal-header,
.hide-responsive-nav #responsive-menu,
.hide-responsive-nav #click-menu,
.hide-footer .site-footer,
.hide-footer-top .footer-top,
.hide-footer-bottom .footer-bottom {
	display: none !important;
}

.image-hover-style-1 {
	position: relative;
}

.image-hover-style-1:after {
	content: '';
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ddd;
	background: rgba(255, 255, 255, 0.25);
	transition: opacity .2s ease;
}

.image-hover-style-1:hover:after {
	visibility: visible;
	opacity: 1;
}

.hover-style-1:hover {
	opacity: .8;
}

/* Layout */
.site-container {
	max-width: 100%;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.site-inner {
	min-height: 300px;
}

.site-header .wrap,
.nav-primary .wrap {
	width: 1500px;
	max-width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.wrapper, .wrap,
.content-sidebar-wrap {
	width: 1200px;
	max-width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.wrap:after,
.wrapper:after {
	content: '';
	display: block;
	clear: both;
}

.cols-wrapper {
	display: inline-block;
	width: 100%;
}

.wrapper.minus-30,
.wrap.minus-30 {
	width: 1170px;
}

.wrapper.plus-30,
.wrap.plus-30 {
	width: 1230px;
}

.wrapper-2 {
	width: 900px;
}

/* UI Elements */
.label-info {
	background-color: #AAA;
}

.alert {
	padding: 24px 38px;
	font-weight: 700;
}

.alert .fa {
	font-size: 1.2em;
	margin-right: 15px;
}

.alert-success {
	color: #6ADE9B;
	background-color: #fff;
	border-color: #6ADE9B;
}

.alert-warning {
	color: #FA7D5A;
	background-color: #fff;
	border-color: #FA7D5A;
}

.alert-info {
	color: #0177C1;
	background-color: #fff;
	border-color: #0177C1;
}

.alert-danger {
	color: #ca0c09;
	background-color: #fff;
	border-color: #ca0c09;
}


/*
*  Animations:
*
*  animate-fade-in-up
*  animate-fade-in-down
*  animate-fade-in-left
*  animate-fade-in-right
*  animate-spin
*  swing-in-top-fwd
*  slide-in-fwd-top
*  slide-in-fwd-bottom
*  slide-out-bck-bottom
*
*/
@-webkit-keyframes fadeInUp {
    0% { opacity: 0; -webkit-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); }
    100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes fadeInUp {
    0% { opacity: 0; -webkit-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); }
    100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.animate-fade-in-up {
	-webkit-animation-duration: 0.5s;
	animation-duration:         0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode:         both;
	-webkit-animation-name: fadeInUp;
	animation-name:         fadeInUp;
}

@-webkit-keyframes fadeInDown {
	0% {  opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); }
    100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes fadeInDown {
    0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
    100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.animate-fade-in-down {
	-webkit-animation-duration: 0.5s;
	animation-duration:         0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode:         both;
	-webkit-animation-name: fadeInDown;
	animation-name:         fadeInDown;
}

@-webkit-keyframes fadeInLeft {
    0% { opacity: 0; -webkit-transform: translateX(-20px); transform: translateX(-20px); }
    100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
}
@keyframes fadeInLeft {
    0% { opacity: 0; -webkit-transform: translateX(-20px); -ms-transform: translateX(-20px); transform: translateX(-20px); }
    100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
.animate-fade-in-left {
	-webkit-animation-duration: 0.5s;
	animation-duration:         0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode:         both;
	-webkit-animation-name: fadeInLeft;
	animation-name:         fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    0% { opacity: 0; -webkit-transform: translateX(20px); transform: translateX(20px); }
    100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
}
@keyframes fadeInRight {
    0% { opacity: 0; -webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px); }
    100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
.animate-fade-in-right {
	-webkit-animation-duration: 0.5s;
	animation-duration:         0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode:         both;
	-webkit-animation-name: fadeInRight;
	animation-name:         fadeInRight;
}

@-webkit-keyframes spin {
    to { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes spin {
    to { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes spin {
    to { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
.animate-spin {
	-webkit-animation-duration: 0.5s;
	animation-duration:         0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode:         both;
	-webkit-animation-name: spin;
	animation-name:         spin;
}

@-webkit-keyframes swing-in-top-fwd{0%{-webkit-transform:rotateX(-100deg);transform:rotateX(-100deg);-webkit-transform-origin:top;transform-origin:top;opacity:0}100%{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);-webkit-transform-origin:top;transform-origin:top;opacity:1}}
@keyframes swing-in-top-fwd{0%{-webkit-transform:rotateX(-100deg);transform:rotateX(-100deg);-webkit-transform-origin:top;transform-origin:top;opacity:0}100%{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);-webkit-transform-origin:top;transform-origin:top;opacity:1}}
.swing-in-top-fwd {
	-webkit-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
	-moz-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
	animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}

@-webkit-keyframes slide-in-fwd-top{0%{-webkit-transform:translateZ(-1400px) translateY(-800px);transform:translateZ(-1400px) translateY(-800px);opacity:0}100%{-webkit-transform:translateZ(0) translateY(0);transform:translateZ(0) translateY(0);opacity:1}}@keyframes slide-in-fwd-top{0%{-webkit-transform:translateZ(-1400px) translateY(-800px);transform:translateZ(-1400px) translateY(-800px);opacity:0}100%{-webkit-transform:translateZ(0) translateY(0);transform:translateZ(0) translateY(0);opacity:1}}
.slide-in-fwd-top {
	-webkit-animation: slide-in-fwd-top 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	-moz-animation: slide-in-fwd-top 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-in-fwd-top 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-out-bck-bottom{0%{-webkit-transform:translateZ(0) translateY(0);transform:translateZ(0) translateY(0);opacity:1}100%{-webkit-transform:translateZ(-1100px) translateY(1000px);transform:translateZ(-1100px) translateY(1000px);opacity:0}}@keyframes slide-out-bck-bottom{0%{-webkit-transform:translateZ(0) translateY(0);transform:translateZ(0) translateY(0);opacity:1}100%{-webkit-transform:translateZ(-1100px) translateY(1000px);transform:translateZ(-1100px) translateY(1000px);opacity:0}}
.slide-out-bck-bottom {
	-webkit-animation: slide-out-bck-bottom 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	-moz-animation: slide-out-bck-bottom 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	animation: slide-out-bck-bottom 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes slide-in-fwd-bottom{0%{-webkit-transform:translateZ(-1400px) translateY(800px);transform:translateZ(-1400px) translateY(800px);opacity:0}100%{-webkit-transform:translateZ(0) translateY(0);transform:translateZ(0) translateY(0);opacity:1}}@keyframes slide-in-fwd-bottom{0%{-webkit-transform:translateZ(-1400px) translateY(800px);transform:translateZ(-1400px) translateY(800px);opacity:0}100%{-webkit-transform:translateZ(0) translateY(0);transform:translateZ(0) translateY(0);opacity:1}}
.slide-in-fwd-bottom {
	-webkit-animation: slide-in-fwd-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	-moz-animation: slide-in-fwd-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-in-fwd-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/* Slick */
.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}

.slick-track:before, .slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir='rtl'] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-loading .slick-list {
	background: #fff url('images/ajax-loader.gif') center center no-repeat
}

.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 28px;
	line-height: 0;
	padding: 0;
	margin-top: -10px\9;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25
}

.slick-prev:before, .slick-next:before {
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 27px;
	line-height: 1;
	opacity: .75;
	font-size: 27px;
	color: #9b9b9b;
	letter-spacing: 0px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev:before {
	content: '\f104'
}

.slick-next:before {
	content: '\f105'
}

.slick-prev {
	left: -25px
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto
}

.slick-next {
	right: -25px
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px
}

.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: -45px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent
}

.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1
}

.slick-dots li button:before {
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black
}

/* Popup Box */
div #fancybox-content div {
    box-sizing: border-box;
}

.popup-box-wrap {
   padding: 35px 20px 20px 30px;
    width: 800px;
    max-width: 100%;
    box-sizing: border-box !important;
}

.popup-box-wrap .row{
   margin-top: 20px;
}

.popup-box-wrap h2{
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
}

.popup-box-wrap h5{
    text-align: center;
    margin-bottom: 0;
}

.popup-box-wrap .left-box{
    text-align: center;
    display: inline-flex;
    min-height: 240px;
}

.popup-box-wrap .left-box img{
    margin: auto;
}

.popup-box-wrap .gf_left_half,
.popup-box-wrap .gf_right_half{
    width: 100% !important;
    clear: both;
}

.popup-container .header {
	margin-bottom: 30px;
}

.popup-container .header .heading {
	margin-bottom: 5px;
	margin-bottom: 0;
}

.popup-container .header .description {
	margin-bottom: 0;
	font-size: .8667em;
}

.subscribe-popup-container {
	width: 540px;
	text-align: center;
}

.subscribe-popup-container .inner {
	padding: 30px 60px 30px;
}

.subscribe-popup-container div .gform_footer .gform_button.button {
	width: 100%;
}
/* End Popup forms */

/* Header */
.site-header {
	background-color: #F9FAFC;
	padding: 10px 0;
}

.site-header.stick {
	width: 100%;
	box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.1);
	z-index: 200;
}

/* Nav */
.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	padding: 0 15px;
	text-align: left;
}

.nav-header .genesis-nav-menu > li.menu-item-has-children > a,
.genesis-nav-menu .menu-item-has-children a {
	position: relative;
	padding-right: 0px;
}

.genesis-nav-menu .menu-item-has-children > a:before {
	content: '\f107';
	font-family: 'FontAwesome';
	display: inline-block;
	position: absolute;
	right: 0;
	display: none;
}

.nav-primary {
	background: #eee;
}

.nav-primary .menu-item a,
.nav-header .menu-item a {
	text-transform: uppercase;
    text-decoration: none;
    font-family: Montserrat;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 16px;
    color: #4F4D4D;
    font-weight: 600;
}

.nav-primary .menu-item a:hover,
.nav-header .menu-item a:hover {
	color: initial;
}

.nav-primary .genesis-nav-menu > li > a,
.nav-header .genesis-nav-menu > li > a {
	display: inline-block;
	padding: 0 0 14px;
	position: relative;
/*	margin: 0 25px;*/
}

.nav-primary .genesis-nav-menu li:last-child a,
.nav-header .genesis-nav-menu li:last-child a {
	margin-right: 0px;
}

.nav-primary .genesis-nav-menu > li > a:after,
.nav-header .genesis-nav-menu > li > a:after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;

	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav-primary .genesis-nav-menu > li > a:hover:after,
.nav-header .genesis-nav-menu > li > a:hover:after,
.nav-header .genesis-nav-menu > li:hover > a:after,
.nav-header .genesis-nav-menu > li.current-menu-item > a:after {
	width: 100%;
}

.nav-primary .sub-menu li,
.nav-header .sub-menu li {
	display: inline-block;
	width: 100%;
}

.nav-primary .genesis-nav-menu .menu-item:hover > .sub-menu,
.nav-header .genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.nav-primary .genesis-nav-menu .sub-menu,
.nav-header .genesis-nav-menu .sub-menu {
	position: absolute;
	left: -9999px;
	padding: 0px 0px 0px 0px;
	margin: 0;
	width: 200px;
	max-width: 100%;
	opacity: 0;
	-webkit-transition: opacity .6s ease-in-out;
	-moz-transition: opacity .6s ease-in-out;
	-ms-transition: opacity .6s ease-in-out;
	-o-transition: opacity .6s ease-in-out;
	transition: opacity .6s ease-in-out;
	z-index: 999;
	clear: both;
	border: 1px solid #F5F6F8;
}

.nav-primary .genesis-nav-menu .sub-menu .sub-menu,
.nav-header .genesis-nav-menu .sub-menu .sub-menu {
    left: 200px !important;
    top: 0;
}

.nav-primary .genesis-nav-menu .sub-menu ,
.nav-header .genesis-nav-menu .sub-menu {
	background: #fff;
	border-bottom: 0px solid #F5F6F8;
}

.nav-primary .genesis-nav-menu .sub-menu li:last-child,
.nav-header .genesis-nav-menu .sub-menu li:last-child {
	border-bottom: none;
}

.nav-primary .genesis-nav-menu .sub-menu a,
.nav-header .genesis-nav-menu .sub-menu a {
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	width: 100%;
	border-top: none;
	text-align: left;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-header .genesis-nav-menu .sub-menu a:hover {
	/*text-decoration: underline;*/
}
/* END Nav */

/* Responsive Menu Overrides */
div#responsive-menu-pro-container {
	z-index: 100001;
}
body button#responsive-menu-pro-button {
	z-index: 100002;
}

div#responsive-menu-pro-container #responsive-menu-pro-title {
	padding: 19px 5%;
	box-shadow: 0 2px 17px 0 rgba(2,6,19,0.09);
	z-index: 1;
	position: relative;
	max-width: 270px;
}

.admin-bar #responsive-menu-pro-container,
.admin-bar button#responsive-menu-pro-button {
	margin-top: 32px;
}

#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item .responsive-menu-pro-submenu {
	border-bottom: 1px solid #E0E1E4;
	background: #F5F6F8;
	padding: 10px 0;
}
#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item .responsive-menu-pro-submenu a {
	border-bottom: none;
	background: none;
	font-weight: 400;
	line-height: 2;
	margin-bottom: 5px;
}

#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item .responsive-menu-pro-submenu a:hover {
	text-decoration: underline;
}

#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow {
	height: 49px;
	line-height: 1;
	overflow: hidden;
}

#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow i{
	line-height: 48px;
}

#responsive-menu-pro-container #responsive-menu-pro-additional-content {
	box-shadow: 0 -7px 14px -5px rgba(2,6,19,0.1);
	margin-top: 15px;
	padding: 15px 0px;
	width: 100%;
}

#responsive-menu-pro-additional-content .mobile-header-phone {
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
	background: #4F4D4D;
	width: 100%;
	display: block;
	padding: 10px 15px;
	text-align: center;
}

#responsive-menu-pro-additional-content .mobile-header-phone:hover {
	color: #fff;
	text-decoration: underline;
}

#responsive-menu-pro-additional-content .mobile-header-phone .fa {
	font-size: 25px;
	display: inline-block;
	margin-right: 8px;
	position: relative;
	top: 3px;
}

#responsive-menu-pro-container #responsive-menu-pro-search-box {
	background: #4F4D4D;
	padding: 15px 25px;
	width: 100%;
}
#responsive-menu-pro-container .responsive-menu-pro-search-form {
	position: relative;
}
#responsive-menu-pro-container .responsive-menu-pro-search-form:before {
	content: "\f002";
	font-family: 'FontAwesome';
	display: inline-block;
	position: absolute;
	left: 5px;
	top: 12px;
	color: #fff;
	pointer-events: none;
}
#responsive-menu-pro-container .responsive-menu-pro-search-box {
	border-radius: 0;
	background: none;
	color: #fff;
	border: none;
	padding-left: 30px;
}

/* Header Widget Area */
.site-header .title-area {
	float: left;
	margin-top: 16px;
}

.header-widget-area {
	float: right;
}

.header-widget-area .top-right {
	text-align: right
}

.header-widget-area .widget {
	display: inline-block;
	vertical-align: top;
}

.header-widget-area .widget.block {
	display: block;
    margin-top: -4px;
    margin-bottom: 35px;
    margin-right: 16px;
}

img#site_logo_image {
    margin-top: 10px;
}

.header-widgets-section-1 {
	text-align: right;
	margin-bottom: 12px;
	padding-right: 0;
}

a.phone {
	color: #333333;
	text-decoration: none;
	font-weight: 400;
}

a.phone:hover {
	text-decoration: underline;
}

a.phone .fa {
	color: #4F4D4D;
	font-size: 1.1333em;
	vertical-align: top;
	margin-right: 10px;
}

.header-widget-area a.phone {
	font-size: 13px;
	display: inline-block;
	line-height: 15px;
}
/* END Header Widget Area */

/* Custom Dropdown Menu */
.ff-custom-dropdown-menu {
	display: inline-block;
	position: relative;
	margin-left: 24px;
	margin-top: -15px;
}

.ff-custom-dropdown-menu .menu-container {
	border: 1px solid #e3e7eb;
	box-shadow: 0 3px 6px 0 rgba(14,26,41,0.06);
	border-radius: 2px;
	background: #fff;
	text-align: left;
	padding: 15px 24px;
	position: absolute;
	top: 100%;
	right: 0;
	min-width: 230px;
	opacity: 0;
	z-index: 0;
	height: 0;
	overflow: hidden;
	pointer-events: none;
}

.ff-custom-dropdown-menu .menu-container.active {
	-webkit-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
	-moz-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
	animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
	opacity: 1;
	z-index: 9999;
	height: initial;
	pointer-events: auto;
}

.ff-custom-dropdown-menu .genesis-nav-menu .menu-item {
	display: block;
	margin-bottom: 5px;
}

.ff-custom-dropdown-menu .genesis-nav-menu .menu-item a:hover {
	text-decoration: underline;
}

.ff-custom-dropdown-menu .nav-header .genesis-nav-menu > li > a {
	margin: 0;
	padding: 0;
}

.ff-custom-dropdown-menu .genesis-nav-menu .menu-item-has-children {
	position: relative;
}

.ff-custom-dropdown-menu .genesis-nav-menu .menu-item-has-children:after {
	content: '\f107';
	font-family: 'FontAwesome';
	font-size: 19px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 1;
}

.ff-custom-dropdown-menu .nav-header .genesis-nav-menu .sub-menu {
	box-shadow: none;
	margin-left: 15px;
	margin-top: 12px;
}

.ff-custom-dropdown-menu .nav-header .genesis-nav-menu .menu-item > .sub-menu {
	opacity: 1;
	position: relative;
	top: 0;
	left: 0;
	width: initial;
	border: none;
}

.ff-custom-dropdown-menu .nav-primary .genesis-nav-menu .sub-menu li,
.ff-custom-dropdown-menu .nav-header .genesis-nav-menu .sub-menu li {
	border: none;
}

.site-header .ff-custom-dropdown-menu .nav-header > ul > li > a > span:after {
	display: none;
}

.ff-custom-dropdown-menu .nav-header .genesis-nav-menu .sub-menu a {
	padding: 0;
	text-decoration: none;
	width: initial;
}

.ff-custom-dropdown-menu .nav-header .genesis-nav-menu .sub-menu a:hover {
	background: none;
	text-decoration: underline;
}

.ff-custom-dropdown-menu .nav-primary .genesis-nav-menu > li > a:after,
.ff-custom-dropdown-menu .nav-header .genesis-nav-menu > li > a:after {
	display: none;
}

.burger-menu-trigger,
.burger-menu-trigger-mobile{
	display: inline-block;
	border: 1px solid #4F4D4D;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 1;
	font-weight: 400;
	padding-top: 8px;
	cursor: pointer;
	transition: background .2s ease;
}

.burger-menu-trigger-mobile{
	display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 9999;
}

.burger-menu-trigger.active,
.burger-menu-trigger:hover {
	background: #4F4D4D;
	color: #fff;
}

.burger-menu-trigger.active {
	font-size: 0;
}

.burger-menu-trigger.active:before {
	content: '\f00d';
	font-family: 'FontAwesome';
	font-size: 24px;
	display: inline-block;
}

/* Headhesive */
.site-header--clone {
	transform: translateY(-100%);
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.25);
}
.site-header--stick {
	-webkit-animation-duration: 0.5s;
	animation-duration:         0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode:         both;
	-webkit-animation-name: fadeInDown;
	animation-name:         fadeInDown;
}
.admin-bar .site-header--stick {
	margin-top: 32px;
}
div .site-header--stick,
div.site-header--stick,
.site-header--stick {
	z-index: 2000;
	width: 100%;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}

/* .site-header--clone .header-widget-area .header-widgets-section-1,
.site-header--clone .version-text {
	display: none;
}

.site-header.site-header--clone .title-area {
	margin-top: 0;
}

.site-header.site-header--clone .ff-custom-dropdown-menu {
	margin-top: 5px;
}

.site-header.site-header--clone .nav-primary .genesis-nav-menu > li > a,
.site-header.site-header--clone .nav-header .genesis-nav-menu > li > a {
	padding-top: 15px;
}

.site-header.site-header--clone .asf-trigger-container {
	margin-top: 10px;
} */
/* End Header */

/* Footer */
.site-footer {
	overflow: hidden;
}

.site-footer > .wrap {
	width: 100%;
	max-width: 100%;
	padding: 0 0;
}

.footer-top {
	background-color: #FFFFFF;
	padding: 36px 0 40px;
	color: #4F4D4D;
}

.site-footer,
.site-footer p,
.site-footer .widget-title
.site-footer h1, .site-footer h2, .site-footer h3,
.site-footer h4, .site-footer h5, .site-footer h6 {
	color: #4F4D4D;
	font-family: Montserrat;	
	font-size: 15px;	
	line-height: 27px;
}

.footer-top-row-2 {
    border-top: 1px solid #E0E1E4;
    margin-top: -10px;
    padding-top: 25px;
    padding-bottom: 40px;
}

.footer-top-row-1-right {
	text-align: right;
	margin-top: 15px;
}

.footer-info-box {
	width: 100%;
	min-height: 155px;
	position: relative;
}

.footer-info-box .footer-info{
	width: 100%;
	position: absolute;
	top: 0;
}

.footer-info-box .footer-info a{
	display: block;
	width: 100%;
	margin-bottom: 25px;
	font-size:14px;
	color:#fcf8ef;
	letter-spacing:2px;
	text-decoration: none;
	cursor: pointer;
}

.footer-info-box .footer-info a:hover{
	opacity: 0.6;
}

.footer-info .footer-phone,
.footer-info .footer-mobile,
.footer-info .footer-address{
	padding-left: 55px;
}

.footer-info .footer-phone:before,
.footer-info .footer-mobile:before,
.footer-info .footer-address:before{
	font-family:'FontAwesome';
	font-size:20px;
	color:#fcf8ef;
	line-height: 22px;
	border-right: 1px #fff solid;
	padding-right: 20px;
	min-width: 38px;
	position: absolute;
	left: 0;
}

.footer-info .footer-phone:before{
	content:'\f095';
}

.footer-info .footer-mobile:before{
	font-size: 23px;
	content:'\f10b';
}

.footer-info .footer-address:before{
	content: '\f124';
}

.footer-bottom {
	background-color: #FFFFFF;
	font-size: 12px;
	color: #4F4D4D;
}

.footer-bottom > .wrapper > .inner {
	border-top: 1px solid #FFFFFF;
	padding: 10px 0 10px;
}

.footer-bottom a {
	color: #4f4d4d;
	font-weight: 400;
	font-size: 12px;
	text-decoration: none;
}

.footer-bottom-left {
	text-align: left;
	font-family: "Open Sans";
}

.footer-bottom-center {
	text-align: center;
	font-family: "Open Sans";
}

.footer-bottom-right {
	text-align: right;
	font-family: "Open Sans";
}

.site-footer .widget.last {
	margin-right: 0;
}

.footer-top .menu li a {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}

.footer-top .menu li a:hover {
	color: #fff;
	text-decoration: none;
}

.footer-top .widget-title {
	font-size: 17px;
	font-weight: 700;
}

.footer-links .widget-title {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px;
}

/* End Footer */

/* Form Styles */
div.gform_wrapper label.gfield_label {
	font-size: 15px;
    font-family: "Open Sans";
    font-weight: 500;
	margin-bottom: 0;
}
.form-v3 {
    margin-top: -70px !important;
}
.gform_wrapper .gfield_required {
    display: none;
}

div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
div.gform_wrapper textarea {
	background-color: #FFFFFF;
	outline: none;
	line-height: 1;
    padding: 13px 0px;
	border: 1px solid #E0E1E4;
	color: #4F4D4D;
}
.gform_wrapper .form-v4 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	padding: 13px 25px !important;
}
.gform_wrapper .form-v3 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
div.gform_wrapper textarea {
	outline: none;
	line-height: 1;
    padding: 13px 0px;
	border: 1px solid #E0E1E4;
	color: #fff;
}

div.gform_wrapper .gform_footer input.button,
div.gform_wrapper .gform_footer input[type=submit],
div.gform_wrapper .gform_page_footer input.button,
div.gform_wrapper .gform_page_footer input[type=submit] {
	background-color: #2CC6FA;
	border: 2px solid #2CC6FA;
	color: #fff;
    border-radius: 2px;
	font-weight: 700;
	padding: 16px 30px;
	line-height: 1;
	text-decoration: none;
}

div.gform_wrapper .gform_footer input.button:hover,
div.gform_wrapper .gform_footer input[type=submit]:hover,
div.gform_wrapper .gform_page_footer input.button:hover,
div.gform_wrapper .gform_page_footer input[type=submit]:hover {
	background-color: #20A7D5;
	border-color: #20A7D5;
	color: #fff;
}

body div.gform_wrapper .top_label div.ginput_container {
	margin-top: 0;
}

/* Form Style 1 */
.form-style-1 .ginput_container input[type=text],
.form-style-1 .ginput_container textarea,
.form-style-1 .gfield_captcha_input_container input[type=text] {
	background: none;
	border: none;
	border-bottom: 2px solid #fff;
	outline: none;
}

.gform_wrapper .subscribe-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	color: #fff;
	padding: 10px 8px;
	border: none;
	border-bottom: 1px solid #fff;
	background: none;
}

body .gform_wrapper .subscribe-form .top_label div.ginput_container {
	margin-top: 0;
}

.gform_wrapper .form-style-1 .top_label .gfield_label {
	display: none;
}

.gform_wrapper .subscribe-form ul.gform_fields li,
.entry-content .gform_wrapper .subscribe-form ul.gform_fields li {
	padding: 0;
	margin: 0;
}

.site-footer .subscribe-form {
	width: 470px;
	max-width: 100%;
	margin: 0;
	position: relative;
	padding-right: 60px;
}

.site-footer .subscribe-form ::-webkit-input-placeholder { color: #fff; }
.site-footer .subscribe-form :-ms-input-placeholder { color: #fff; }
.site-footer .subscribe-form ::-moz-placeholder { color: #fff; }
.site-footer .subscribe-form :-moz-placeholder { color: #fff; }

.gform_wrapper .subscribe-form .gform_footer {
	width: 45px;
	height: 45px;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	bottom: 0;
}

.subscribe-form .gform_button.button {
	font-family: 'FontAwesome';
}

.gform_wrapper .subscribe-form .gform_footer input.button,
.gform_wrapper .subscribe-form .gform_footer input[type=submit] {
	border-radius: 50%;
	padding: 0;
	margin: 0!important;
	width: 45px;
	height: 45px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 43px;
	background: #fff;
	color: #4F4D4D;
	outline:none;
}

.gform_wrapper .subscribe-form .gform_footer input.button:hover,
.gform_wrapper .subscribe-form .gform_footer input[type=submit]:hover {
	background: none;
	border-color: #fff;
	color: #fff;
}

div.subscribe-form_wrapper {
	margin: 5px 0;
	position: relative;
}

.subscribe-form-alt-1 {
	border-bottom: 1px solid #4F4D4D;
}

.subscribe-form-alt-1 .gform_wrapper .subscribe-form .gform_footer {
	width: 60px;
	height: 60px;
	bottom: 8px;
}

div.gform_wrapper li.gfield.gfield_error,
div.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background: none;
	border: none;
}

.gform_wrapper .subscribe-form .validation_message {
	position: absolute;
}

.subscribe-form-alt-1 .gform_wrapper .subscribe-form .gform_footer input.button,
.subscribe-form-alt-1 .gform_wrapper .subscribe-form .gform_footer input[type=submit] {
	color: #4F4D4D;
	background: #fff;
	width: 60px;
	height: 60px;
	border: 1px solid #4F4D4D;
	text-align: center;
	line-height: 58px;
}

.subscribe-form-alt-1 .gform_wrapper .subscribe-form .gform_footer input.button:hover,
.subscribe-form-alt-1 .gform_wrapper .subscribe-form .gform_footer input[type=submit]:hover {
	background: #4F4D4D;
	color: #fff;
}

.subscribe-form-alt-1 .gform_wrapper .subscribe-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	color: inherit;
	border: none;
	padding: 14px 70px 14px 0;
	font-size: 24px;
}

.subscribe-form-alt-1 .subscribe-form ::-webkit-input-placeholder { color: #4F4D4D; font-size: 32px; font-weight: bold; opacity: 1; }
.subscribe-form-alt-1 .subscribe-form :-ms-input-placeholder { color: #4F4D4D; font-size: 32px; font-weight: bold; opacity: 1;}
.subscribe-form-alt-1 .subscribe-form ::-moz-placeholder { color: #4F4D4D; font-size: 32px; font-weight: bold; opacity: 1;}
.subscribe-form-alt-1 .subscribe-form :-moz-placeholder { color: #4F4D4D; font-size: 32px; font-weight: bold; opacity: 1;}

/*
*  Internals
*/
.content:after {
	content: '';
	display: block;
	clear: both;
}
.home.full-width-content .content-sidebar-wrap > .content {
	margin: 0;
}

.full-width-content .content-sidebar-wrap > .content {
	margin-top: 70px;
	margin-bottom: 0px;
}

.no-margin-bottom .content-sidebar-wrap > .content,
.full-width-content.no-margin-bottom .content-sidebar-wrap > .content {
	margin-bottom: 0;
}

.no-margin-top .content-sidebar-wrap > .content,
.full-width-content.no-margin-top .content-sidebar-wrap > .content {
	margin-top: 0;
}

.contact-page .content-sidebar-wrap > .content {
	margin-bottom: 0;
}

.home.content-sidebar .content-sidebar-wrap {
	margin-top: 0;
}

.content-sidebar .content-sidebar-wrap {
	margin-top: 40px;
}

.content-sidebar .content-sidebar-wrap:after {
	content: '';
	display: block;
	clear: both;
}

.content-sidebar .content {
	display: block;
	width: 800px;
	max-width: 100%;
	float: left;
    line-height: 29px;
}

.content-sidebar .sidebar {
	display: block;
	width: 300px;
	max-width: 100%;
	float: right;
	margin-left: 70px;
}

.internal-header {
	background: #777777;
	background-position: center center;
	background-size: cover;
	padding: 50px 0 50px;
}

.internal-header h1 {
    text-align: center;
    margin: 0;
    color: #4F4D4D;
    font-family: Montserrat;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.internal-header h1 span {
	display: inline-block;
}

.breadcrumb {
	color: #fff;
	text-align: center;
	background: none;
	margin: 0;
	padding: 0;
}

.internal-header .breadcrumb,
.breadcrumb a {
	text-decoration: none;
    font-weight: normal;
    color: #DE1F15;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: italic;
    line-height: 24px;
}

.breadcrumb a:hover{
	text-decoration: underline;
}

.internal-header .wrapper {
	position: relative;
	padding-left: 60px;
	padding-right: 60px;
}

.internal-header .share-popup-btn {
	width: 46px;
	height: 46px;
	display: inline-block;
	background: #fff;
	color: #4F4D4D;
	font-size: 16px;
	border-radius: 100%;
	text-align: center;
	line-height: 45px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -23px;
}
/* End Internals */

/* 404 */
body.error404 {
	background: url(images/404-bg.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.error404 .widget-title{
	display: none;
}

.error404 .content-404 {
	display: inline-block;
	width: 100%;
	padding: 80px 0 40px 0;
	text-align: center;
}

.error404 .content-404 {
	text-transform: uppercase;
	font-size: 24px;
	color:#FFFFFF;
	letter-spacing:3.59px;
	line-height:28px;
	text-shadow: 0 0 6px rgba(0,0,0,0.18);
	text-align: center;
}

.error404 .content-404 h2 {
	font-size:260px;
	font-weight: 600;
	color:#464646;
	letter-spacing:50.13px;
	line-height:270px;
	text-align:center;
}

.error404 .site-header,
.error404 .nav-primary,
.error404 .internal-header,
.error404 .site-footer,
.error404 #responsive-menu,
.error404 #click-menu{
	display: none;
}

.error404 .site-container {
	box-shadow: none;
}

.error404 .button-404 {
	display: block;
	background:#FFFFFF;
	width:61px;
	height:61px;
	border-radius:100%;
	text-shadow: 0 0 6px rgba(177,177,177,177.18);
	margin: 0 auto;
	text-align: center;
}

.error404 .button-404:hover{
 opacity: 0.6;
 background:#f5f5f5;
}

.error404 .button-404 #btn-404{
	display: inline-block;
	width: 34px;
	height: 36px;
	margin: auto;
	margin: 10px auto;
}

.error404 .content-sidebar-wrap,
.error404 .site-container {
	background: transparent !important;
}
/* End 404 */

.site-inner .content-sidebar-wrap {
	padding-bottom: 60px;
}

.home .content-sidebar-wrap {
	width: 100%;
	padding: 0;
}

.preloader-container img {
	display: block;
	width: 70px;
	margin: 20px auto;
}

/*
*  Internals | Blog
*/
.post-meta {
	line-height: 1;
	margin-bottom: 15px;
}

.post-meta span {
	display: inline-block;
	margin-right: 15px;
}

.title-container h2 {
	position: relative;
	margin-bottom: 10px;
	font-size: 32px;
}

.single-post .title-container .post-title {
	padding-bottom: 30px;
	border-bottom: 1px #dee0e7 solid;
	margin-bottom: 40px;
}

.blog-container .title-container .post-title a {
    text-transform: uppercase;
}

.blog-container .title-container .post-title a:hover{
	text-decoration: underline;
}

.blog-post .thumbnail-container,
.single-post .thumbnail-container{
	margin-bottom: 20px;
}

.blog-post .thumbnail-container a {
	display: inline-block;
	position: relative;
}

.blog-post .thumbnail-container a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.blog-post .thumbnail-container a:hover:before {
	background: rgba(0, 0, 0, 0.4);
}

.blog-post h2 a:hover {
	text-decoration: none;
}

.blog-container .blog-post {
	padding-bottom: 25px;
	margin-bottom: 35px;
	overflow: hidden;
}

.blog-post .content {
	margin-bottom: 10px;
}

.blog-post .read-more-container {
	margin-bottom: 10px;
}

.blog-post .author-container {
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: 300;
}

.blog-container .read-more:visited {
	color: #ffffff;
}

.page-template-page_blog .no-posts {
	text-align: center;
	color: #BEBEBE;
	text-shadow: 0 1px 1px #fff;
	margin: 60px auto;
}

/* Page Navi */
.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	background: none;
	color: #A7A8AA;
	border: none;
	line-height: 1;
	border-right: 1px solid #E0E1E4;
	font-weight: 700;
	font-size: 16px;
	padding: 5px 15px;
	margin: 0;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current,
.wp-pagenavi span {
	background: none;
	color: #4F4D4D;
	border-color: #E0E1E4;
}

.wp-pagenavi .pages {
	display: none;
}

.wp-pagenavi a:last-child {
	border-right: none;
}

/* Sidebar */
.sidebar > .widget {
	margin-bottom: 25px;
}

.sidebar .widget-title {
	margin: 0 0 20px;
	font-size: 15px;
	font-family: "Open Sans";
}

.search-form input {
	border: none;
}

.search-form input[type="text"],
.search-form input[type="search"] {
	vertical-align: top;
	height: 36px;
	width: 260px;
	padding: 10px;
	box-sizing: border-box;
	color: #333;
	outline: none;
	background: #eee;
}

.search-form ::-webkit-input-placeholder { color: #bbb; }
.search-form :-ms-input-placeholder { color: #bbb; }
.search-form ::-moz-placeholder { color: #bbb; }
.search-form :-moz-placeholder { color: #bbb; }

.search-form input[type="submit"],
.search-form button[type="submit"] {
	display: inline-block;
	width: 36px;
	height: 36px;
	padding: 0;
	background: #777;
	border: none;
	color: #fff;
}

.search-form button[type="submit"]:after {
	content: '\f002';
	width: 36px;
	height: 36px;
	display: inline-block;
	font-size: 18px;
	font-family: 'FontAwesome';
	color: #fff;
	vertical-align: middle;
	line-height: 34px;
}

.search-form button[type="submit"]:hover {
	background-color: #5a5a5a;
}

.side-links .menu {
	border-top: 1px solid #E0E1E4;
}

.side-links .menu li {
	border: 1px solid #E0E1E4;
	border-top: none;
}

.side-links .menu a {
	display: block;
	background: #F5F6F8;
	padding: 15px 40px 15px 20px;
	color: #4F4D4D;
	text-decoration: underline;
	font-size: 12px;
	line-height: 1;
	position: relative;
}

.side-links .menu a:after {
	content: '\f061';
	display: inline-block;
	font-family: 'FontAwesome';
	position: absolute;
	right: 20px;
	top: 50%;
	line-height: 1;
	font-size: 10px;
	margin-top: -5px;
}

.side-links .menu a:hover {
	color: #4F4D4D;
	background: #fff;
	text-decoration: none;
}

.sidebar .fb-embed iframe {
	border:none;
	overflow:hidden;
	width:250px;
	height:590px;
}

/* Post share icons */
.share-icons-container {
	clear: both;
	padding: 15px 30px;
	background-color: #4F4D4D;
	color: #fff;
	font-family: 'Montserrat';	
	font-size: 18px;		
	line-height: 22px;
	text-transform: uppercase;
}

.single-post .share-icons-container{
	margin-top: 70px;
	margin-bottom: 50px;
}

.share-icons-container .left-share{
	line-height:44px;
}

.share-icons-container .right-share{
	text-align: right;
}

.share-icons-container .right-share .genesis-share-icons-container{
	float: right;
	min-width: 390px;
	padding: 10px 0px 5px 0px;
	text-align: right;
}

.share-icons-container .right-share .genesis-share-icons-container .sharrre{
	text-align: left;
}

.genesis-share-icons-container,
.ff-social-share {
	margin-bottom: 10px;
	float: left;
}

.single-post .genesis-share-icons-container,
.single-post .ff-social-share,
.post-author {
	margin-bottom: 10px;
	float: left;
}

.share-icons-container:after {
	content: '';
	display: block;
	clear: both;
}

/*  Share Popup  */
.share-box-wrap{
	padding: 40px 0;
	text-align:center;
    width:100%;
    min-width:800px;
}

.share-box-wrap h5{
 	font-size:17px !important;
 	font-weight:400 !important;
 	padding-bottom:20px;
}

#fancybox-close {
    background: none !important;
    border-radius: 100% !important;
    width: 50px !important;
    height: 50px !important;
    text-align: center !important;
    line-height: 43px !important;
    top: 10px !important;
    right: 15px !important;
    color: #4F4D4D !important;
    text-decoration: none !important;
    font-size: 20px !important;
    background-image: url(/wp-content/uploads/2018/07/close1.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/*#fancybox-close:hover {
	background-color: #4F4D4D;
}*/

#fancybox-close:after {
    content: "";
}

#fancybox-outer {
	box-shadow:0 0 24px 0 rgba(0,0,0,0.11);
	border-radius:2px !important;
}

#fancybox-content {
	border-radius:2px;
}

.blog-share.share-this-icon{
	background: #fff;
	color: #4F4D4D;
	font-size: 12px;
	width: 44px;
	height: 44px;
	line-height: 43px;
	margin:0;
}

.share-box-wrap ul.heateor_sss_sharing_ul {
	left: initial!important;
}

.share-box-wrap ul.heateor_sss_sharing_ul li {
	display: inline-block;
	float: none!important;
	margin: 0 5px!important;
}

.single-post .post-author {
    clear: both;
    float: none;
    display: block;
    font-style: italic;
    font-size: 12px;
    margin-top: 30px;
}

.post-content-wrapper {
	clear: both;
	padding-top: 10px;
	overflow: hidden;
}

.single-post .post-tags {
	font-style: italic;
	font-size: 12px;
}

.single-post .entry-footer {
	margin-top: 10px;
}

/* Search Page */
.search .content .entry,
.tags-archive .content {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #EDEDED;
}

.search .content .entry.page {
	padding: 30px;
	border-radius: 5px;
	background-color: #F9F9F9;
	box-shadow: 0 4px 10px -10px #333;
}

.search .content .entry.page .entry_permalink {
	text-align: right;
}

.search .content .search-nopost-text {
	display: block;
	font-family: "Open Sans";
	font-size: 20px;
	text-align: center;
	font-weight: 300;
	background-color: #F2F1F1;
	padding: 30px;
	text-transform: lowercase;
}

.relevanssi-query-term {
	font-weight: 700;
}

.archive main.content > article {
	margin-bottom: 40px;
	border-bottom: 1px solid #dee0e7;
	padding-bottom: 40px;
}


/* Contact Page */
.contact-map {
	width: 100%;
	line-height: 0;
}

/* Team Member */
.team-profile-internal {
	border: 1px solid #E0E1E4;
}

.team-profile-internal .s1 {
	border-bottom: 1px solid #E0E1E4;
	padding: 30px;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.team-profile-internal .s1 .image {
	margin-right: 40px;
}

.team-profile-internal .s2 {
	padding: 30px;
}

.team-profile-internal .s3 {
	background: #F5F6F8;
	border-top: 1px solid #E0E1E4;
	padding: 5px 30px;
}

/*
*  Effects
*/

/* Transition Effects */
.transition-1 {
	-webkit-transition: all 500ms cubic-bezier(0.000, 0.470, 0.000, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.000, 0.470, 0.000, 1.000);
	-o-transition: all 500ms cubic-bezier(0.000, 0.470, 0.000, 1.000);
	transition: all 500ms cubic-bezier(0.000, 0.470, 0.000, 1.000);

	-webkit-transition-timing-function: cubic-bezier(0.000, 0.470, 0.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.000, 0.470, 0.000, 1.000);
	-o-transition-timing-function: cubic-bezier(0.000, 0.470, 0.000, 1.000);
	transition-timing-function: cubic-bezier(0.000, 0.470, 0.000, 1.000);
}

/* Map Pointer Events */
.embed-container-maps iframe{
	pointer-events: none;
}

/*
*  Bootstrap Extra
*/

.read-more.btn-primary {
	border: 0;
}

.panel-default > .panel-heading {
	padding: 0;
}

.panel-title > a {
	width: 100%;
	display: block;
	padding: 10px 15px;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
	border-color: transparent;
}

blockquote {
	border-left: 3px solid #E0E1E4;
	padding: 0 35px 0 35px;
	margin: 45px 0;
	color: #333333;
	font-size: inherit;
	font-style: italic;
}

hr {
	border-top: 1px solid #e2e2e2;
	margin: 50px 0;
}

.list-group-item:first-child,
.list-group-item:last-child {
	border-radius: 0;
}

.col-xxs-12,
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths { width: 20%; float: left; }
}

@media (min-width: 992px) {
    .col-md-5ths { width: 20%; float: left; }
}

@media (min-width: 1200px) {
    .col-lg-5ths { width: 20%; float: left; }
}

/* Accordion */
.panel-group {
	margin-bottom: 15px;
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel-group .panel {
	margin-bottom: 15px;
	border-radius: 0px;
	overflow: hidden;
	width: 100%;
}

.panel-default{
	border-color: #E0E1E4;
}

.panel-default>.panel-heading {
	padding: 0;
}

.panel-heading .accordion-toggle {
	color: #4F4D4D;
	padding: 20px 40px;
	background-color: #fff;
	letter-spacing: 0;
	font-weight: 700;
	text-decoration: none;
}

.panel-heading .panel-title {
	margin-bottom: 0;
}

.panel-heading .accordion-toggle:hover{

}

.panel-heading .accordion-toggle.collapsed {
	background-color: #fff;
	color: #4F4D4D;
}

.panel-heading .accordion-toggle.collapsed:hover {

}

.panel-heading .accordion-toggle.active {
	color: #4F4D4D;
	text-decoration: none;
	font-weight: 400;

}

.panel-heading .accordion-toggle.active.collapsed {
	font-weight: 700;
	color: #4F4D4D;
}

.panel-heading .accordion-toggle:before,
.panel-heading .accordion-toggle.active:before,
.panel-heading .accordion-toggle.active.collapsed:before{
	font-family: 'FontAwesome';
	font-size: 16px;
	float: right;
	margin-top: 0px;
}

.panel-heading .accordion-toggle:before{
	content: '\f107';
}

.panel-heading .accordion-toggle.active:before{
	content: '\f106';
	opacity: 0.5;
}

.panel-heading .accordion-toggle.active.collapsed:before{
	content: '\f107';

}

.panel-title>a {
	color: inherit;
	display: inherit;
	color: #000;
	text-decoration: none;
}

.panel-title>a:hover {
	text-decoration: none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
	border-top: 1px solid #E3E7EB;
	padding: 20px 40px 20px 40px;
}
/* End Accordion */

/*
*  Shortcodes
*/
/* [boxed] */
.boxed-content {
	padding: 20px 40px;
	border-left: 5px solid #AAAAAA;
	box-shadow: 0 0 1px 1px #e6e6e6;
	font-size: 19px;
	font-weight: 300;
	margin: 60px auto 10px;
}

/* [testimonial] */
.testimonial-box {
	position: relative;
    display: block;
    padding: 0 0 20px 0;
    font-size: 14px;
    color: #a9a9a9;
    margin: 20px 0 50px;
    background: none;
    border-bottom: 1px solid #e6e6e6;
    border-left: 0;
    border-right: 0;
}

.testimonial-content-page {
	font-size: 17px;
	font-weight: 100;
	color: #a9a9a9;
	padding: 5px 20px 40px 80px;
	line-height: 28px;
	position: relative;
}

.testimonial-box .author {
	font-size: 14px;
	font-weight: 700;
	color: #333333;
	margin-top: 20px;
}

.testimonial-box .content {
	color: #a9a9a9;
	margin-top: 0;
	margin-bottom: 10px;
}

.testimonial-name-bottom {
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	color: #616161;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 0 0;
	width: 100%;
	float: left;
	clear: both;
}

.testimonial-company-position{
    font-size: 12px;
    padding: 0 0 20px 0;
    clear: both;
    width: 100%;
    text-align: left;
	color: #616161;
	letter-spacing: 1px;
}

.testimonial-quote{
	color: #777;
	font-size: 35px;
	float: left;
	display: block;
}

.testimonial-box .full-testimonial-thumb img{
	width: 92px;
	height: 92px;
	margin: 10px 0;
	border-radius: 100%;
	border: #eee 2px solid;
}

/* [sidebar_cta] */
.sidebar-cta .cta-item {
	background:#F7F8F9;
}

.sidebar-cta .image {
	position: relative;
}

.sidebar-cta .image a {
	position: relative;
	display: block;
	z-index: 8;
}

.sidebar-cta .image .heading {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	font-weight: normal;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 3.33px;
	line-height: 24px;
	text-align: left;
	padding: 10px 14px;
	pointer-events: none;
}

.sidebar-cta .s2 {
	background: #fff;
	padding: 30px 40px 40px;
	border: 1px solid #E0E1E4;
}

.sidebar-cta .s2 .heading {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 30px;
}

.sidebar-cta .cta-item.style-2 {
	background: #FFF;
	text-align: center;
}

.sidebar-cta .style-2 .s1 {
	padding: 15px;
	border: 1px solid #E0E1E4;
	border-bottom: 0;
}

.sidebar-cta .style-2 .heading {
	font-weight: 700;
}

.sidebar-cta .style-2 .s2 {
	padding: 0;
}

.sidebar-cta .style-2 .s3 {
	border: 1px solid #E0E1E4;
	border-top: 0;
	padding: 20px;
}

/* Testimonial slideshow */
.testimonials-slideshow-box{
	width: 100%;
    max-width: 1200px;
    padding: 5px;
    margin: auto;
}

.testimonials-slideshow-box .testimonials-container{
	width: 100%;
	max-width: 800px;
    padding: 5px;
    /*display: inline-block;*/
    margin: auto;
}

.testimonials-slideshow-box .testimonial-item {
	font-size: 14px;
	color: #707585;
	padding: 0;
	max-width: 1200px;
	margin: auto;
	position: relative;
	line-height: 28px;
}

.testimonials-slideshow-box .testimonials-slideshow .testimonial-item {
	text-align: center;
}

.testimonials-slideshow-box .testimonial-item a {
	color: #707585 !important;
}

.testimonials-slideshow-box .testimonial-item a:hover {
	opacity: 0.8;
}

.testimonials-slideshow-box .slick-prev{
	display: none !important;
}

.testimonials-slideshow-box .testimonials-title h4{
	font-size: 14px;
	margin-top: 20px;
	font-weight: 700;
	color: #707585;
	text-align: center;
	text-transform: none;
    margin-bottom: 0;
}

.testimonials-slideshow-box .testimonial-company-position{
    font-size: 12px;
    padding: 0 0 20px 0;
    clear: both;
    width: 100%;
    text-align: center;
	color: #616161;
	letter-spacing: 1px;
}

.testimonials-slideshow-box .testimonial-thumb img{
	width: 130px;
	height: 130px;
	margin: 10px auto 40px;
	border-radius: 100%;
	border: #dee2e4 3px solid;
}

/* Shortcode - internal_cta */
.cta-box {
	color: #FFFFFF;
	position: relative;
    padding: 90px 50px;
	text-align: center;
	background-position: center;
	background-size: cover;
    background-repeat: no-repeat;
}

.cta-box:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -11px;
	display: block;
	height: 11px;
	background-image: url('images/cta-box-shadow.png');
	background-size: 100% 100%;
}


.cta-box h3 {
	margin-bottom: 0;
    text-transform: uppercase;
	color: #fff;
}

.cta-box .btn {
	border-color: #FFFFFF;
	background: none;
	border: 2px #fff solid;
	padding: 12px 47px;
	min-width: 230px;
	max-width: 100%;
	white-space: normal;
	display: inline-block;
}

.cta-box .btn:hover {
	color: #000000;
	background-color: #FFFFFF;
}

/* Media Boxes */
.filters-container .media-boxes-search {
	float: right;
}

.filters-container ::-webkit-input-placeholder { color: #bbb; }
.filters-container :-ms-input-placeholder { color: #bbb; }
.filters-container ::-moz-placeholder { color: #bbb; }
.filters-container :-moz-placeholder { color: #bbb; }

.filters-container .media-boxes-filter {
	margin: 0 -10px 0 0;
	padding: 0;
	list-style: none;
}

.filters-container ul.media-boxes-filter li {
	list-style: none;
	display: inline-block;
}

.media-boxes-filter-container {
	background: #F9FAFC;
	margin-bottom: 40px;
}

.filters-container .filter-heading {
	display: inline-block;
	margin-right: 20px;
	color: #A7A8AA;	
	font-family: Montserrat;	
	font-size: 15px;	
	line-height: 28px;
	text-transform: uppercase;
}

.media-boxes-filter-container > .wrapper {
	padding-left: 0;
	padding-right: 0;
}

.media-boxes-filter-container .inner {
	position: relative;
	padding: 20px 0;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	justify-content: space-between;
	-webkit-justify-content: space-between;

	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.media-boxes-filter a {
	display: inline-block;
	border: 1px solid #A7A8AA;
	background: #FFFFFF;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	line-height: 1;
	color: #4F4D4D;
	padding: 13px 30px;
	text-align: center;
	border-radius: 1px;
	margin: 5px 10px;
}

ul.media-boxes-filter>li a.selected {
	background: #A7A8AA;
	color: #fff;
}

.media-boxes-drop-down:hover .media-boxes-drop-down-menu {
	display: block;
}

.media-boxes-drop-down .media-boxes-drop-down-menu {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.media-boxes-drop-down .media-boxes-drop-down-menu li {
	list-style: none;
}

.media-boxes-drop-down-menu >li >a,
.media-boxes-drop-down-menu >li >a:focus {
	color: inherit;
	font-weight: inherit;
}

.media-boxes-drop-down-menu >li >a:hover {
	background: #eee;
}

.media-boxes-drop-down-menu >li.selected >a,
.media-boxes-drop-down-menu >li >a.selected {
	background: #eee;
}

.media-box-title {
    line-height: 1.4;
    margin-bottom: 8px;
    color: #4F4D4D;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.media-box-content {
	border-bottom: 1px solid #F5F6F8;
	min-height: 165px;
}

.media-box-text {
	font-size: 13px;
}

.media-box .link-container {
	margin-top: 10px;
}

/* [social_icons] */
.social-icons {
	display: inline-block;
}

.social-icons a,
.share-this-icon{
	background-color: #444;
	margin: 20px 25px 20px 0;
	width: 44px;
	height: 44px;
	line-height: 44px;
	border-radius: 100%;
	color: #fff;
	font-size: 18px;
	text-align: center;
	display: inline-block;
    text-decoration: none;
}

/* [custom_social_icons] */
.custom-social-icons {
	display: inline-block;
}

.custom-social-icons a {
	margin: 20px 25px 20px 0;
	width: 44px;
	height: 44px;
    line-height: 44px;
	border-radius: 100%;
	border: 1px #d4d4d4 solid;
	color: #d4d4d4;
	font-size: 18px;
	text-align: center;
	display: inline-block;
    text-decoration: none;
}

.social-icons.style-1 a,
.custom-social-icons.style-1 a,
.footer-social-icons a {
	background: none;
	width: 40px;
	height: 40px;
	float: none;
	display: inline-block;
	font-size: 12px;
	margin: 0 5px;
	text-decoration: none;
	border: 1px solid #fff;
	line-height: 38px;
}

.social-icons.style-1 a:hover,
.custom-social-icons.style-1 a:hover,
.footer-social-icons a:hover {
	color: #4F4D4D;
	background: #fff;
}

.social-icons.style-2 a,
.custom-social-icons.style-2 a {
	margin: 0 25px 0 0;
	background: none;
	color: inherit;
	width: initial;
	height: initial;
	font-size: 17px;
}

/* Meta Detail */
.meta-detail {
	margin-bottom: 20px;
}

.meta-detail .label {
	display: block;
	margin-bottom: 4px;
}

.meta-detail .value {
	display: inline-block;
}

.meta-detail.style-2 {
	margin-bottom: 10px;
}

.meta-detail.style-2 .label {
	font-size: 13px;
	font-weight: 700;
}

.meta-detail.style-2 .value {
	display: block;
	font-size: 13px;
	line-height: 1.4;
}

/* Column Carousel */
.column-post-carousel {
	margin: 70px 0 110px;
}
.column-post-carousel .slick-slide .inner-wrapper {
	padding-right: 40px;
	padding-left: 40px;
}
.column-post-carousel .post-item .post-header,
.sidebar .post-header {
	margin-bottom: 28px;
}
.column-post-carousel .post-item .date,
.sidebar .date {
	font-size: 20px;
    font-weight: 300;
	color: #acb3c0;
	letter-spacing:2.26px;
	line-height: 1.3;
	text-align: center;
	float: left;
	margin-right: 25px;
	text-transform: uppercase;
}
.column-post-carousel .post-item .date > span,
.sidebar .date > span {
	display: block;
}
.sidebar-category{
	display: block;
	overflow: hidden;
	font-weight: 400;
	color: #acb3c0;
    text-transform: none;
}
.column-post-carousel .post-item .title h4,
.sidebar .title h4 {
	font-size:17px;
	letter-spacing: 1.89px;
	line-height: 20px;
	text-align: left;
	font-weight: 700;
	margin-bottom: 12px;
}
.column-post-carousel .post-item .title span.category,
.sidebar .title span.category {
	font-size:12px;
    color: #acb3c0;
	letter-spacing:1.36px;
	line-height:14px;
	text-align:left;
	display: block;
	font-weight: normal;
	font-style: italic;
}
.column-post-carousel .post-item .post-excerpt,
.sidebar .post-excerpt {
	font-size: 12px;
	color: #777;
	letter-spacing: 0.75px;
	line-height: 21px;
	text-align: left;
}
.column-post-carousel .post-item .post-excerpt {
	min-height: 90px;
	margin-bottom: 20px;
}
.column-post-carousel .post-item p:last-child {
	margin-bottom: 0;
}
.column-post-carousel .slick-dots {
	bottom: -110px;
	padding-left: 0;
	margin-left: 0;
}
.column-post-carousel .slick-dots {
	text-align: center;
}
.column-post-carousel .slick-dots li button:before {
	display: none;
}
.column-post-carousel .slick-dots li {
	margin: 0 15px;
	width: 10px;
	height: 10px;
}
.column-post-carousel .slick-dots button {
	border: none;
	background: none;
	font-size: 0;
	-webkit-appearance: none;
	width: 10px;
	height: 10px;
	background-color: #C1C0C0;
	border-radius: 50%;
	padding: 0;
}
.column-post-carousel .slick-dots .slick-active button {
	background-color: #4A4A4A;
}
.column-post-carousel .post-item .more-link {
	font-size:12px;
	color:#00b8d4;
	letter-spacing:1.36px;
	line-height:17px;
	text-align:left;
	text-transform: uppercase;
}
.column-post-carousel .post-item .more-link:hover,
.column-post-carousel .post-item .more-link:hover .fa {
	color: #00b8d4;
}
.column-post-carousel .post-item .more-link .fa {
	font-size: 12px;
	color: #00b8d4;
	margin-left: 18px;
}

/* Hover Float Shadow */
.float-shadow {
	position: relative;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	-o-transition-property: transform;
	-moz-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-o-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.float-shadow:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	/* W3C */
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	-o-transition-property: transform, opacity;
	-moz-transition-property: transform, opacity;
	transition-property: transform, opacity;
}
.float-shadow:hover, .float-shadow:focus, .float-shadow:active {
	-webkit-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	transform: translateY(-5px);
}
.float-shadow:hover:before, .float-shadow:focus:before, .float-shadow:active:before {
	opacity: 1;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}

/* Hover Float */
.float {
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.float:hover, .float:focus, .float:active {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

/* Custom Scrollbar */
.custom-scroll{
	overflow-y: scroll;
    direction: rtl;
}
.custom-scroll div{
    direction: ltr;
	text-align: left;
}
.custom-scroll::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	border-radius: 0;
    opacity: 0.8;
}
.custom-scroll::-webkit-scrollbar{
	width: 5px;
}
.custom-scroll::-webkit-scrollbar-thumb{
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #777;
}
.custom-scroll::-webkit-scrollbar-track,
.custom-scroll::-webkit-scrollbar,
.custom-scroll::-webkit-scrollbar-thumb{
	visibility:hidden;
}
.custom-scroll:hover::-webkit-scrollbar-track,
.custom-scroll:hover::-webkit-scrollbar,
.custom-scroll:hover::-webkit-scrollbar-thumb{
	visibility:visible;
}

/* Advance Search Form */
.asf-wrapper {
    max-width: 96%;
    margin: 0 auto;
	position: relative;
}
.asf-trigger {
	display: block;
	cursor: pointer;
	float: right;
	position: relative;
	font-size: 20px;
	line-height: 1;
	margin-left: 24px;
	padding: 5px 0;
}
.asf-trigger-container {
	border-left: 1px solid #4F4D4D;
	margin-left: 25px;
}
.asf-close {
	cursor: pointer;
}
.asf-close .fa {
	color: #fff;
}
.asf-close {
	display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
	font-size: 25px;
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
	opacity: .7;
}
.asf-close:hover {
	opacity: 1;
}
.cd-main-search.is-visible .asf-close {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}
.asf-container .search-submit {
	background: none;
    border: none;
    font-size: 24px;
    position: absolute;
    right: 10px;
    top: 50%;
    line-height: 1;
    margin-top: -13px;
    color: #fff;
	opacity: .7;
}
.asf-container .search-submit:hover {
	opacity: 1;
}
.asf-container.is-visible {
	-webkit-animation: cd-slide-in 0.3s;
    -moz-animation: cd-slide-in 0.3s;
    animation: cd-slide-in 0.3s;
}
.asf-container input[type="search"] {
	width: 100%;
	color: #ffffff;
}
.asf-container input[type="search"]:focus {
	outline: none;
}
.asf-container input[type="search"]::-webkit-input-placeholder {
	color: #5c5d6a;
}
.asf-container input[type="search"]::-moz-placeholder {
	color: #5c5d6a;
}
.asf-container input[type="search"]:-moz-placeholder {
	color: #5c5d6a;
}
.asf-container input[type="search"]:-ms-input-placeholder {
	color: #5c5d6a;
}
.asf-container {
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	background: #4F4D4D;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	-moz-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
	height: 100px;
	padding: 25px 0;
}
.admin-bar .asf-container {
	position: fixed;
    top: 32px;
}
.asf-container form {
	position: relative;
	height: 100%;
	margin-right: 60px;
}
.asf-container input[type="search"] {
	font-size: 1.6em;
	height: 100%;
	background-color: transparent;
	border: none;
    background: rgb(111, 111, 111);
    background: rgba(0, 0, 0, 0.2);
    padding: 8px 60px 8px 15px;
}
.asf-container.is-visible {
	opacity: 1;
	visibility: visible;
}
.asf-container.is-visible .close {
	-webkit-transform: translateY(-50%) scale(1);
	-moz-transform: translateY(-50%) scale(1);
	-ms-transform: translateY(-50%) scale(1);
	-o-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}
.asf-container.is-visible .search-submit {
	-webkit-animation: cd-slide-in 0.6s;
	-moz-animation: cd-slide-in 0.6s;
	animation: cd-slide-in 0.6s;
}

@-webkit-keyframes cd-slide-in {
  0% { transform: translateY(-100%); -webkit-transform: translateY(-100%); }
  100% { transform: translateY(0); -webkit-transform: translateY(0); }
}
@-moz-keyframes cd-slide-in {
  0% { transform: translateY(-100%); -moz-transform: translateY(-100%); }
  100% { transform: translateY(0); -moz-transform: translateY(0); }
}
@keyframes cd-slide-in {
  0% { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); }
  100% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
}

@-webkit-keyframes cd-3d-rotation {
  0% { transform: perspective(1000px) rotateX(-90deg); -webkit-transform: perspective(1000px) rotateX(-90deg); }
  100% { transform: perspective(1000px) translateY(0); -webkit-transform: perspective(1000px) translateY(0); }
}
@-moz-keyframes cd-3d-rotation {
  0% { -moz-transform: perspective(1000px) rotateX(-90deg); transform: perspective(1000px) rotateX(-90deg); }
  100% { -moz-transform: perspective(1000px) translateY(0); transform: perspective(1000px) translateY(0); }
}
@keyframes cd-3d-rotation {
  0% { -webkit-transform: perspective(1000px) rotateX(-90deg); -moz-transform: perspective(1000px) rotateX(-90deg); -ms-transform: perspective(1000px) rotateX(-90deg); -o-transform: perspective(1000px) rotateX(-90deg); transform: perspective(1000px) rotateX(-90deg); }
  100% { -webkit-transform: perspective(1000px) translateY(0); -moz-transform: perspective(1000px) translateY(0); -ms-transform: perspective(1000px) translateY(0); -o-transform: perspective(1000px) translateY(0); transform: perspective(1000px) translateY(0); }
}

/* Contact Details */
.contact-detail {
	position: relative;
	margin-bottom: 20px;
}
.contact-detail.with-icon {
	padding-left: 60px;
	min-height: 38px;
	padding-top: 8px;
}
.contact-detail .fa {
	width: 38px;
	height: 38px;
	border: 1px solid #dadada;
	text-align: center;
	line-height: 36px;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.contact-detail a {
	display: inline-block;
	color: initial;
}
.footer-top .contact-detail a {
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	font-size: 14px;
}

/* Item Formats */
/* Post Item */
.post-item.style-1 {
	width: 370px;
	max-width: 100%;
	border-bottom: 0px solid #F5F6F8;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.sidebar .post-item.style-1 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 0px;
}

.post-item.style-1 .s2 {
    min-height: 225px;
    background-color: #FFFFFF;
    box-shadow: 0 7px 34px 0 rgba(2,6,19,0.12);
    width: 100%;
    padding-top: 32px;
    padding-left: 26px;
    padding-right: 26px;
}

.sidebar .post-item.style-1 .s2 {
    min-height: inherit;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.post-item.style-1 .image {
	margin-bottom: 0px;
}

.post-item.style-1 .heading,
.post-item .heading {
	margin-bottom: 8px;
	line-height: 1.4;
	max-height: 44px;
	font-size: 15px;
	font-weight: bold;
}

.post-item.style-1 .heading a,
.post-item .heading a {
	color: inherit;
	text-decoration: none;
    text-transform: uppercase;
    color: #4F4D4D;	
    font-family: Montserrat;	
    font-size: 20px;	
    font-weight: bold;	
    line-height: 24px;
}

.sidebar .post-item .heading a {
	font-size: 18px;
}

.post-item.style-1 .text {
	font-size: 13px;
	/*max-height: 40px;*/
    color: #4F4D4D;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 25px;
}

.sidebar .post-item.style-1 .text {
	max-height: 51px;
    color: #4F4D4D;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 23px;
}

.post-item.style-1 .link-container,
.post-item .link-container {
	margin-top: 10px;
	text-transform: uppercase;
}

.more-link,
.more-link:focus,
.more-link:visited {
	text-decoration: underline;
	font-size: 12px;
	font-weight: 700;
	color: #1F2C42;	
	font-family: Montserrat;	
	font-size: 12px;	
	font-weight: 600;	
	letter-spacing: 1px;	
	line-height: 15px;
}

.more-link:hover {
	color: #4F4D4D;
	text-decoration: none;
}

.post-item.style-2 .text {
	max-height: 96px;
}

.post-item.style-2 .date {
	display: inline-block;
	margin-right: 15px;
}

/* Box Item */
.box-item {
	border: 1px solid #E0E1E4;
	border-radius: 1px;
	background-color: #F5F6F8;
	position: relative;
	margin-top: 60px;
	width: 370px;
	max-width: 100%;
	padding-top: 80px;
	padding-bottom: 40px;
	min-height: 350px;
}

.box-item .icon {
	border: 1px solid #E0E1E4;
	width: 120px;
	height: 120px;
	text-align: center;
	background: #fff;
	border-radius: 100%;
	line-height: 118px;
	font-size: 35px;
	position: absolute;
	top: -60px;
	left: 50%;
	margin-left: -60px;
}

.box-item .heading {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
}

.box-item .s2 {
	padding: 0 20px 0;
	text-align: center;
}

/* Testimonial Item - Style 1 */
.testimonial-item.style-1 {
	border-bottom: 1px solid #E0E1E4;
	padding-bottom: 20px;
}

.testimonial-item.style-1 .s2 {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

	-webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

	margin-top: 15px;
}

.testimonial-item.style-1 .s2 .image {
	min-width: 70px;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	overflow: hidden;
	margin-right: 20px;
}

.testimonial-item.style-1 .name,
.testimonial-item.style-1 .title {
	font-size: 12px;
	font-weight: bold;
	color: #4F4D4D;
}

.testimonial-item.style-1 .title {
	border-left: 1px solid #4F4D4D;
	padding-left: 10px;
	margin-left: 10px;
}

/* Testimonial Item - Style 2 */
.testimonial-item.style-2 {
	text-align: center;
	position: relative;
	padding-top: 55px;
}

.testimonial-item.style-2:before {
	content: '"';
	color: #4F4D4D;
	font-size: 60px;
	font-style: italic;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -12px;
	display: inline-block;
	pointer-events: none;
}

.testimonial-item.style-2 .content {
	color: #4F4D4D;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}

.testimonial-item.style-2 .name {
	color: #333333;
}

/* Testimonial Item - Style 3 */
.testimonial-item.style-3 {
	position: relative;
	border-bottom: 1px solid #E0E1E4;
	padding: 28px 0 25px;
}

.testimonial-item.style-3:before {
	content: '"';
	font-size: 60px;
	font-weight: 700;
	color: #E0E1E4;
	position: absolute;
	top: -7px;
	left: 0;
	line-height: 1;
	font-style: italic;
}

.testimonial-item.style-3 .content {
	font-style: italic;
}

.testimonial-item.style-3 .name {
	font-size: 12px;
	font-weight: 700;
}

/* Testimonial Item - Style 4 */
.testimonial-item.style-4 {
	border: 1px solid #E0E1E4;
}

.testimonial-item.style-4 .s1 {
	position: relative;
	font-size: 13px;
	font-style: italic;
	padding: 50px 20px 30px;
}

.testimonial-item.style-4 .s1:before {
	content: '\201C';
	font-family: Montserrat;
	font-size: 50px;
	color: #DE1F15;
	position: absolute;
	top: 15px;
	left: 14px;
	line-height: 1;
}

.testimonial-item.style-4 .s2 {
	border-top: 1px solid #E0E1E4;
	background: #F5F6F8;
	padding: 10px 20px;
	font-size: 13px;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.testimonial-item.style-4 .s2-a {
	margin-right: 10px;
}

.testimonial-item.style-4 .name {
	display: block;
	font-weight: 700;
}

.testimonial-item.style-4 .title {
	display: block;
}

/* Testimonial Item - Style 5 */
.testimonial-item.style-5 {
	color: #4F4D4D;
	text-align: center;
}

.testimonial-item.style-5 .content {
	font-size: 24px;
	font-weight: 300;
	max-height: 81px;
}

.testimonial-item.style-5 .title {
	font-weight: 600;
}

/* Profile Item */
.profile-item.style-1 {
	text-align: center;
	border-bottom: 1px solid #E0E1E4;
	padding: 40px 0;
	margin-bottom: 30px;
	border: 1px solid #E0E1E4;
	background: #fff;
	box-shadow: 0 7px 34px 0 rgba(2,6,19,0.12);
}

.profile-item.style-1 a {
	display: inline-block;
}

.profile-item.style-1 .image {
	margin-bottom: 30px;
}

.profile-item.style-1 .image img {
	border-radius: 100%;
}

.profile-item.style-1 .name a {
	color: inherit;
	text-decoration: none;
}

.profile-item.style-1 .link-container {
	margin-top: 15px;
}

/* Service Item */
.service-item.style-1 {
	min-height: 310px;
	padding: 30px;
	margin: 0px 10px;
	margin-bottom: 20px;
	position: relative;
	background-color: #4F4D4D;
	color: #fff;
	background-size: cover;
	background-position: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: flex-end;
	-webkit-flex-align: flex-end;
	-ms-flex-align: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
   }
   
	.service-item.style-1:before {
	   content: '';
	   position: absolute;
	   background: rgba(0,0,0,0.4);
	   top: 0;
	   right: 0;
	   bottom: 0;
	   left: 0;
	   z-index: 2;
	   -webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	   -ms-transition: all 0.3s ease;
	   -o-transition: all 0.3s ease;
	   transition: all 0.3s ease;
   } 
   
	.service-item.style-1:hover:before {
		background: rgba(0,0,0,0.3);
	}
   
   .service-item.style-1 .btn{
	border: 0px;
	padding: 0px;
	color: #DE1F15;  
	font-size: 14px; 
	letter-spacing: 1px; 
	line-height: 14px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: underline;
	position: relative;
	z-index: 5;
   }
   
   .service-item.style-1 .btn:hover{
	text-decoration: none;
   }
   
   .service-item.style-1 .heading {
	   color: #fff;
	   text-transform: uppercase;
	   position: relative;
		z-index: 5;
   }
   
   .service-item.style-1 .sub-text {
	   position: relative;
		z-index: 5;
   }

/* Event Item */
.event-item.style-1 {
	border: 1px solid #E0E1E4;
}

.event-item.style-1 .s1 {
	border-bottom: 1px solid #E0E1E4;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.event-item.style-1 .s1-a {
	border-right: 1px solid #E0E1E4;
	width: 72px;
	min-width: 72px;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.event-item.style-1 .s1-a .fa {
	font-size: 21px;
	color: #A7A8AA;
}

.event-item.style-1 .s1-b {
	padding: 18px 30px;

	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.event-item.style-1 .meta {
	margin-right: 40px;
	position: relative;
	padding-left: 30px;
}

.event-item.style-1 .meta:last-child {
	margin-right: 0;
}

.event-item.style-1 .meta .fa {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	display: inline-block;
	width: 30px;
	height: 40px;
	line-height: 40px;
}

.event-item.style-1 .s2 {
	padding: 18px 30px 25px;
	min-height: 178px;
}

.event-item.style-1 .category {
	color: #333333;
	opacity: .5;
	font-size: 13px;
}

.event-item.style-1 .name {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	max-height: 18px;
}

.event-item.style-1 .excerpt {
	height: 48px;
}

.event-item.style-1 .link-container {
	margin-top: 15px;
}

/* Custom Elements */
.round-mask {
	display: inline-block;
	border-radius: 100%;
	overflow: hidden;
}

.image-mask-1 {
	box-shadow: 0 1px 24px 0 rgba(2,6,19,0.12);
	padding: 12px;
	border-radius: 2px;
	display: inline-block;
	line-height: 0;
}

.image-mask-1.big {
	padding: 15px;
}

.image-mask-2 {
	border-radius: 100%;
	overflow: hidden;
	display: inline-block;
	border: 1px solid #E0E1E4;
	line-height: 0;
}

.image-mask-3 {
	border-radius: 100%;
	overflow: hidden;
	display: inline-block;
	border: 1px solid #E0E1E4;
	padding: 10px;
	line-height: 0;
}

.image-mask-3.big {
	padding: 15px;
}

.image-mask-3 img {
	border-radius: 100%;
}

/* Custom Well */
.custom-well {
	border: 1px solid #E0E1E4;
	border-radius: 1px;
	background-color: #FFFFFF;
	padding: 30px 35px;
	width: 100%;
	margin-bottom: 20px;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.custom-well .s1{
    -webkit-box-flex: 1;
}

.custom-well .heading {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 5px;
}

.custom-well .icon {
	color: #E0E1E4;
	font-size: 25px;
	margin-right: 10px;
	min-width: 50px;
}

.custom-well .image {
	min-width: 160px;
	height: 160px;
	margin-right: 30px;
	border-radius: 100%;
	overflow: hidden;
}

/* Point Listing */
.point-listing {
	width: 100%;
	border-bottom: 1px solid #E0E1E4;
	padding-bottom: 20px;
	min-height: 138px;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.point-listing .s1{
    -webkit-box-flex: 1;
}

.point-listing .heading {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 5px;
}

.point-listing .icon {
	font-size: 37px;
	color: #6B6C70;
	min-width: 70px;
	margin-right: 20px;
}

.point-listing .number {
	min-width: 70px;
	width: 70px;
	height: 70px;
	border: 1px solid #E0E1E4;
	text-align: center;
	margin-right: 30px;
	font-size: 32px;
	font-weight: 700;
	color: #4F4D4D;
	line-height: 68px;
}

/* Row Listing */
.row-listing {
	border: 1px solid #E0E1E4;
	border-radius: 2px;
	background-color: #FFFFFF;
	display: inline-block;
	width: 100%;
	padding: 20px 40px;
    margin-bottom: 20px;

	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

	justify-content: space-between;
    -webkit-justify-content: space-between;

    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

}

.row-listing a {
	display: inline-block;
	text-decoration: none;
	font-weight: inherit;
	color: inherit;
}

.row-listing .s1 {
	-webkit-box-flex: 1;
}

.row-listing .s2 {
	float: right;
	width: 45px;
	min-width: 45px;
	height: 45px;
	border: 1px solid #E0E1E4;
	text-align: center;
	line-height: 43px;
	border-radius: 100%;
	position: relative;
	overflow: hidden;
}

.row-listing .s2 a {
	color: #4F4D4D;
	font-weight: 400;
	font-size: 12px;
	width: 45px;
	height: 45px;
	position: absolute;
	left: 0;
	top: 0;
}

.row-listing .s2 a:hover {
	opacity: .7;
}

.row-listing .text {
	display: block;
	color: #4F4D4D;
	line-height: 1.4;
	font-weight: 700;
}

.row-listing .sub-text {
	display: block;
	color: #333333;
	line-height: 1.4;
}

/* Image Box */
.image-box {
	border-radius: 1px;
	background-color: #6B6C70;
	position: relative;
	display: inline-block;
}

.image-box .s1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(2,6,19,0.35) 100%);
	color: #fff;
	padding: 25px 40px;
}

.image-box .text {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 0;
}

.image-box .sub-text {
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 0;
}

.image-box .btn-link {
	font-size: 12px;
	font-weight: 700;
	color: #fff;
}

.image-box .btn-link:hover {
	text-decoration: none;
	color: #fff;
}

/* Custom Weather Widget */
.ff-weather-widget {
	border:1px solid #E0E1E4;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.ff-weather-widget .s1 {
	font-size: 24px;
	font-weight: 400;
	background: #F9FAFC;
	border-right: 1px solid #E0E1E4;
	width: 90px;
	height: 90px;
	text-align: center;
	line-height: 90px;
}

.ff-weather-widget .s2 {
	text-align: left;
	width: 208px;
}

.ff-weather-widget .s2-a {
	border-bottom: 1px solid #E0E1E4;
	font-weight: 700;
	font-size: 12px;
	padding: 9px 25px;
	color: #4F4D4D;
}

.ff-weather-widget .s2-a a {
	color: inherit;
	text-decoration: none;
}

.ff-weather-widget .s2-b {
	font-size: 15px;
	text-transform: capitalize;
	padding: 13px 25px 0;
}

/* Pricing Box */
.ff-pricing-box {
	border: 1px solid #E0E1E4;
	text-align: center;
}

.ff-pricing-box .s1 {
	padding: 20px 30px;
	font-weight: bold;
}

.ff-pricing-box .s2 {
	background: #6ADE9B;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	padding: 30px;
}

.ff-pricing-box .s3 {
	padding: 30px 20px 40px;
}

.ff-pricing-box .link-container {
	margin-top: 50px;
}


/* Logo Carousel */
.logo-carousel.style-1 {
	border: 1px solid #E0E1E4;
	padding: 34px 40px;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	box-shadow: 0 7px 34px 0 rgba(2,6,19,0.12);
}

.logo-carousel.style-1 .s1 {
	min-width: 170px;
	padding-right: 10px;
	border-right: 1px solid #E0E1E4;
	margin-right: 40px;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.logo-carousel.style-1 .s2 {
	width: 100%;
	overflow: hidden;
	-webkit-box-flex: 1;
}

.logo-carousel.style-1 .carousel-container {
	margin-bottom: 0;
}

.logo-carousel.style-1 .heading {
	font-size: 15px;
	font-weight: bold;
}

.logo-carousel.style-1 .logo-carousel-item {
	height: 60px;
	margin: 0 30px;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	justify-content: center;
	-webkit-justify-content: center;

	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/* CTA */
.ff-cta.style-1 .inner {
	height: 210px;
	padding: 40px 50px;
	color: #fff;
	background-color: #4F4D4D;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	justify-content: space-between;
	-webkit-justify-content: space-between;

	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items;
}

.ff-cta.style-2 .inner {
	border: 1px solid #E0E1E4;
	padding: 40px;
	text-align: center;
}

.ff-cta.style-1 .inner .s1{
    -webkit-box-flex: 1;
}

.ff-cta.style-2 .heading {
	font-size: 36px;
	margin-bottom: 5px;
}

.ff-cta.style-2 .s2 {
	margin-top: 30px;
}

.ff-cta.style-3 {
	background-color: #6B6C70;
	color: #fff;
	opacity: 0.65;
	border-radius: 2px;
	padding: 45px;
}

.ff-cta.style-3 .heading {
	color: #fff;
	margin-bottom: 5px;
}

.ff-cta.style-3 .s2 {
	margin-top: 30px;
}

.ff-cta.style-4 .inner {
	padding: 40px 50px;
	background-color: #fff;
	border: 1px solid #E0E1E4;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

	justify-content: space-between;
    -webkit-justify-content: space-between;

    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.ff-cta.style-4 .heading {
	color: #4F4D4D;
	margin-bottom: 5px;
}

/* CTA Carousel */
.cta-carousel.style-1 {
	border-radius: 2px;
	background-color: #4F4D4D;
	color: #fff;
	height: 210px;
}

.cta-carousel.style-1 .ff-cta .inner {
	height: 210px;
	padding: 40px 50px;
	color: #fff;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

	justify-content: space-between;
    -webkit-justify-content: space-between;

    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.ff-cta.style-4 .inner .s1{
    -webkit-box-flex: 1;
}

.cta-carousel.style-1 .heading {
	margin-bottom: 5px;
	color: #fff;
}

.cta-carousel ul.slick-dots {
	margin: 0;
	position: absolute;
	bottom: 24px;
	list-style: none;
	text-align: left;
	left: 0;
	padding: 0 45px;
}

.cta-carousel .slick-dots li {
	list-style: none;
}

.cta-carousel .slick-dots li {
	width: 12px;
	height: 12px;
}

.cta-carousel .slick-dots li button {
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: #808790;
	padding: 0;
}

.cta-carousel .slick-dots li.slick-active button {
	background: #fff;
}

.cta-carousel .slick-dots li button:before {
	display: none;
}

/* Post Author Box */
.post-author-box {
	border: 1px solid #E0E1E4;
}

.post-author-box .s1 {
	border-bottom: 1px solid #E0E1E4;
	padding: 15px 40px;
}

.post-author-box .s2 {
	padding: 30px 40px;

	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.post-author-box .heading {
	margin-bottom: 0;
	font-size: 15px;
	font-weight: bold;
}

.post-author-box .image {
	margin-right: 35px;
}

.post-author-box .name {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0;
}

.post-author-box .description {
	margin-top: 5px;
	font-size: 13px;
}

.post-author-box .social-links {
	margin-top: 12px;
}

.post-author-box a,
.post-author-box a:visited {
	color: inherit;
}

.post-author-box .social-links .icon {
	margin-right: 20px;
}

.post-author-box .social-links .fa {
	font-size: 15px;
}

.post-author-box .social-links .email {
	font-size: 12px;
}

.post-author-box .social-links .email .fa {
	font-size: 15px;
	margin-right: 10px;
}

/* Post opt-in */
.post-opt-in {
	margin-top: 30px;
	clear: both;
}

/* Sticky Footer CTA */
body.with-footer-sticky-cta {
	padding-bottom: 80px;
}

.footer-sticky-cta-box{
    position: fixed;
    z-index: 9999999;
}

.footer-sticky-cta {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #4F4D4D;
	padding: 0px 0;
	box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.6);
	color: #fff;
}

.footer-sticky-cta.stick {
	display: block;
}

.footer-sticky-cta.disabled {
	display: none;
}

.footer-sticky-cta .inner {
	position: relative;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

	justify-content: space-between;
    -webkit-justify-content: space-between;

    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.footer-sticky-cta .inner .left{
    -webkit-box-flex: 1;
}

.footer-sticky-cta .close-btn {
	font-size: 30px;
	cursor: pointer;
	margin: 0;
	display: inline-block;
	position: absolute;
	right: -70px;
	top: 50%;
	width: 46px;
	height: 46px;
	line-height: 46px;
	margin-top: -23px;
}

.site-version-text {
	font-size: 12px;
	line-height: 1.4;
	margin-right: 20px;
}

/* Instagram */
.instagram-feed-container .heading {
	margin-bottom: 34px;
}

.instagram-feed-container .heading .fa {
	font-size: 19px;
	margin-right: 24px;
}

.instagram-feed-container .row {
	margin-right: -12px;
	margin-left: -12px;
}

.instagram-feed-container .col {
	width: 20%;
	position: relative;
	min-height: 1px;
	padding-right: 12px;
	padding-left: 12px;
}

.instagram-feed .item {
	display: inline-block;
	width: 215px;
	height: 0;
	padding-top: 100%;
	max-width: 100%;
	background-position: center;
}

/* Testimonial Carousel */
.testimonials-carousel {
	text-align: center;
    max-height: 100%;
	color: #fff;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.testimonials-carousel .inner {
	width: 100%;
}

.testimonials-carousel .heading {
	color: #4F4D4D;
	margin-bottom: 50px;
}

/* Mobile Static Banner */
#mobile-static-banner-container {
	display: none;
}

.mobile-static-banner {
	background: #A7A8AA;
	color: #fff;
	padding: 90px 0;
    background-image: url(/wp-content/uploads/2018/06/fca-home-banner.jpg);
}

.mobile-static-banner-mobile {
	background: #A7A8AA;
	color: #fff;
	padding: 90px 0;
    background-image: url(/wp-content/uploads/2018/06/fca-home-banner.jpg);
    position: relative;
}

.mobile-static-banner-mobile:after {
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.mobile-static-banner-mobile *{
	z-index: 5;
	position: relative;
	text-shadow: rgb(0,0,0) 0px 1px 3px;
}


.mobile-static-banner .heading-1 {
	font-size: 30px;
	font-weight: 700;
}

.mobile-static-banner .text-1 {
	font-size: 15px;
	font-weight: 700;
}

.mobile-static-banner .text-2 {
	font-size: 15px;
	font-style: italic;
}

.mobile-static-banner .el-3 {
	margin-bottom: 50px;
}
.mobile-static-banner-mobile .main-banner-right {
    padding-right: 10px;
    padding-left: 30px;
    border-right: 0px solid #DE1F15;
    border-left: 15px solid #DE1F15;
}

.mobile-static-banner-mobile .cladding-investigati-mobile {
    text-align: left;
}

.mobile-static-banner-mobile .we-provide-cost-effe-mobile {
    text-align: left;
    float: left;
}
/* Site Origin Layout Defaults */
.panel-grid-cell {
	padding-top: 40px;
	padding-bottom: 40px;
}

.full-width-stretch .content-sidebar-wrap {
	width: 100%;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.full-width-stretch.search .content-sidebar-wrap {
	width: 1200px;
    max-width: 100%;
    padding: 0 20px;
    margin: 40px auto 0;
}


.full-width-stretch .content-sidebar-wrap .panel-grid-cell {
	width: 1200px;
    max-width: 100%;
/*    padding-left: 20px;
    padding-right: 20px;*/
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
}

.two-columns > .panel-grid-cell {
	padding: 0;
	padding-left: 0!important;
	padding-right: 0!important;
}

.panel-row-style.vertical-align {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.panel-row-style.vertical-align .panel-grid-cell {
    position: relative;

	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    flex-direction: row;
    -webkit-flex-direction: row;

    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;

	align-content: center;
    -webkit-align-content: center;
}

.panel-row-style.vertical-align .panel-grid-cell .so-panel {
	width: 100%;

}

.two-columns .panel-grid-cell .so-panel {
	display: inline-block;
    width: 100%;
}

.block-left,
.two-columns .panel-grid-cell:first-child .panel-widget-style {
	padding: 40px 60px 40px calc(100% - 580px);
}

.block-right,
.two-columns .panel-grid-cell:last-child .panel-widget-style {
	padding: 40px calc(100% - 580px) 40px 60px;
}


.two-columns.vertical-align .panel-grid-cell .panel-widget-style {
	width: 100%;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-direction: column;
    -webkit-flex-direction: column;

    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;

	align-content: center;
    -webkit-align-content: center;

    justify-content: center;
    -webkit-justify-content: center;
}

.no-margin-top.full-width-content .content-sidebar-wrap > .content,
.no-margin-top .site-inner .content-sidebar-wrap {
	margin-top: 0;
}

.search.no-margin-top.full-width-content .content-sidebar-wrap > .content,
.search.no-margin-top .site-inner .content-sidebar-wrap {
	margin-top: 40px;
}

.no-margin-bottom .site-inner .content-sidebar-wrap {
	padding-bottom: 0;
}

.hide-widget-title .widget-title {
    display: none;
}

.section-padding-1 > .panel-grid-cell {
	padding-top: 120px;
	padding-bottom: 100px;
}

/* Sticky Element */
.stick-init {
	position: relative;
	transition: all .2s ease;
	top: 0;
	z-index: 100;
}

.stick-init.stick {
	position: fixed;
	opacity: 1;
}

/* Slick Inits */
.testimonials-carousel .carousel-container,
.cta-carousel,
.instagram-carousel .row,
.logo-carousel.style-1 .carousel-container {
	opacity: 0;
}

.testimonials-carousel .carousel-container.slick-initialized,
.cta-carousel.slick-initialized,
.logo-carousel.style-1 .carousel-container.slick-initialized,
.instagram-carousel .row.slick-initialized {
	opacity: 1;
}

.instagram-carousel .row {
	max-height: 220px;
}

.logo-carousel.style-1 .carousel-container {
	max-height: 100px;
}

/* Misc */
.query-heading-section {
	min-height: 30px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin: 0 auto;
}

.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image {
	position: relative;
}

.image-tag {
    text-decoration: underline;
    display: inline-block;
    pointer-events: none;
    opacity: 0.7;
    color: #1F2C42;
    width: 100%;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 18px;
    text-shadow: 0 0 3px rgba(52,66,82,0.51);
}

.loading-icon {
	cursor: default;
	z-index: 1000;
	position: fixed;
	left: 50%;
	top: 50%;
	background-color: rgba(255, 255, 255, 0.99);
	height: 100px;
	width: 140px;
	margin-top: -50px;
	margin-left: -70px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	text-align: center;
	padding: 15px;
}

.loading-icon .fa {
	font-size: 40px;
	color: #dcdcdc;
}

.loading-icon span {
	display: block;
	margin: 10px 0 0;
	color: #344152;
	font-family: "Open Sans";
	font-weight: 700;
	font-size: 14px;
}

/*
* Helpers
*/
.middle-box{ /* Vertical Align all */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-box-align: center;

    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
}

.middle-box *{
    -webkit-box-flex: 1;
}

.hide-box,
.hide-block,
.hide-item,
.hide{
	display: none !important;
}

.v-align-center {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

	align-items: center!important;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

.no-cell-padding .panel-grid-cell,
.remove-cell-padding .panel-grid-cell {
	padding-top: 0;
	padding-bottom: 0;
}

.no-cell-padding-top .panel-grid-cell,
.remove-cell-padding-top .panel-grid-cell {
	padding-top: 0;
}

.no-cell-padding-bottom .panel-grid-cell
.remove-cell-padding-bottom .panel-grid-cell {
	padding-bottom: 0;
}

.fullwidth-override {
	margin-left: -4000px;
	padding-left: 4000px;
	margin-right: -4000px;
	padding-right: 4000px;
}

.block { display: block; }
.inline-block { display: inline-block; }

.center {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.w-900 { width: 900px; }

.f-10 { font-size: 10px; }
.f-11 { font-size: 11px; }
.f-12 { font-size: 12px; }
.f-13 { font-size: 13px; }
.f-14 { font-size: 14px; }
.f-15 { font-size: 15px; }
.f-16 { font-size: 16px; }
.f-17 { font-size: 17px; }
.f-20 { font-size: 20px; }
.f-24 { font-size: 24px; }
.f-30 { font-size: 30px !important; }
.f-32 { font-size: 32px; }
.f-36 { font-size: 36px; }
.f-40 { font-size: 40px; }
.bold { font-weight: 700; }
.light { font-weight: 300; }
.italic { font-style: italic; }
.uppercase { text-transform: uppercase; }

.mb-0 { margin-bottom: 0; }
.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mb-60 { margin-bottom: 60px; }
.mb-70 { margin-bottom: 70px; }
.mb-80 { margin-bottom: 80px; }
.mb-90 { margin-bottom: 90px; }

.mt-0 { margin-top: 0; }
.mt-5 { margin-top: 5px; }
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-50 { margin-top: 50px; }
.mt-60 { margin-top: 60px; }
.mt-70 { margin-top: 70px; }
.mt-80 { margin-top: 80px; }
.mt-90 { margin-top: 90px; }

.ml-10 { margin-left: 10px; }
.ml-20 { margin-left: 20px; }
.ml-30 { margin-left: 30px; }

.mr-10 { margin-right: 10px; }
.mr-20 { margin-right: 20px; }
.mr-30 { margin-right: 30px; }

.padding-y-50 { padding: 50px 0; }
.padding-y-70 { padding: 70px 0; }

.limit-1-line {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
}

.limit-2-lines {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -ms-box-orient: vertical;
    -webkit-box-orient: vertical;
}

.truncate,
.truncate-text {
	overflow: hidden;
}

.inherit {
	color: inherit;
	text-decoration: inherit;
	font-size: inherit;
}


a.phone-top:hover {
    color: #fff;
}
.phone-top{
    background-color: #4F4D4D;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 25px;
    padding: 13px 29px 13px 20px;
    font-weight: 500;
}
a.phone-top .fa{
    color: #ffffff;
    vertical-align: top;
    font-size: 14px;
    line-height: 14px;
    padding: 9px 5px 6px 0px;
}

a.quote-top:hover {
    color: #fff;
}
.quote-top a {
    color: #fff !important;
}
.quote-top{
	background-color: #DE1F15;
    color: #fff !important;
    padding: 14px 29px;
    font-size: 12px;
    line-height: 25px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}
.quote-top-bottom {
    background-color: #DE1F15;
    color: #fff !important;
    padding: 14px 29px;
	font-size: 14px;	
	letter-spacing: 1px;	
	line-height: 14px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}

.cladding-investigati {
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 65px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 55px;
	text-align: right;
    margin-top: 129px;
}
.cladding-investigati-mobile {
	color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 45px;
    text-align: right;
}
.we-provide-cost-effe {
	color: #FFFFFF;
	width: 373px;
	text-transform: uppercase;
	font-family: Montserrat;
	font-size: 17px;
	margin-top: 34px;
	letter-spacing: 1px;
	line-height: 20px;
	text-align: right;
    float: right;
}	
.we-provide-cost-effe-mobile {
	color: #FFFFFF;
    text-transform: uppercase;
    font-family: Montserrat;
    font-size: 17px;
    margin-top: 34px;
    letter-spacing: 1px;
    line-height: 20px;
    text-align: right;
    float: right;
}
.main-banner-right-mobile {
	padding-right: 13px;
    border-right: 10px solid #DE1F15;
}
.main-banner-right {
    padding-right: 43px;
    border-right: 15px solid #DE1F15;
}
.content-border-right {
 	padding-right: 39px;
    border-right: 4px solid #DE1F15;
    width: max-content;
}
.content-border-left {
    padding-left: 30px;
    border-left: 4px solid #DE1F15;

}
.meet-image {
    float: left;
}
#pg-317-0> .panel-row-style{
	height: 667px;
}

.get-free-cladding-container {
	width: 100%;
	background-color: #FFFFFF;
	margin-top: 100px;
}
.get-your-free-claddi a {
    color: #4F4D4D;
    font-family: Montserrat;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
}
.get-your-free-claddi-about a{
    color: #4F4D4D;
    font-family: Montserrat;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
}
.project-project{
	color: #DE1F15;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	margin-top: 43px
}
.project-title-internal{
	margin-bottom: 49px;
}
.get-free-cladding-container-about{
    width: 100%;
	background-color: #FFFFFF;
	margin-top: 0px;
	box-shadow: 0 7px 34px 0 rgba(2,6,19,0.12);
	border: 1px solid #E0E1E4;
}
.get-free-cladding-container-banner {
    width: 100%;
	background-color: #FFFFFF;
	margin-top: 0px;
	box-shadow: 0 7px 34px 0 rgba(2,6,19,0.12);
	border: 1px solid #E0E1E4;
}
.get-your-free-claddi {
	color: #4F4D4D;
	font-family: Montserrat;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.85px;
	line-height: 20px;
    padding: 61px;
    text-decoration: underline;
    text-transform: uppercase;
}
.get-your-free-claddi-about {
    padding: 61px;
    text-decoration: underline;
    text-transform: uppercase;
    color: #4F4D4D;
    font-family: Montserrat;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.85px;
    line-height: 20px;
}
.fa-2 {
    font-size: 3em;
    color: #fff;
    padding: 2px 14px;
}

.box-arrow {
	height: 67px;
	width: 67px;
	background-color: #4F4D4D;
	margin-top: 36px;
    margin-left: auto;
    margin-right: 60px;
}

.we-re-here-to-help {
	color: #4F4D4D;
    font-family: Montserrat;
    font-size: 39px;
    font-weight: bold;
    margin-top: 10px;
    line-height: 48px;
    text-transform: uppercase;
}
.we-are-dedicated-to {
	color: #A7A8AA;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
    margin-top: 9px;
    max-width: 370px;
}

.our-unique-approach {
	color: #4F4D4D;
	font-family: "Open Sans";
	font-size: 15px;
	line-height: 28px;
	margin-top: 53px;
}

.problems-we-solve {
	color: #4F4D4D;
	font-family: Montserrat;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 14px;
	margin-top: 57px;
	text-decoration: underline;
	text-transform: uppercase;
	float: left;
	margin-right: 30px;
}

.why-use-fca {
	color: #4F4D4D;
	font-family: Montserrat;
	font-size: 39px;
	font-weight: bold;
	line-height: 48px;
}
.request-a-quote {
	color: #1F2C42;
	font-family: Montserrat;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 28px;
	text-transform: uppercase;
	text-align: right;
	text-decoration: underline;
}

.item {
    color: #4F4D4D;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    
}
.content-item-inner{
	padding-left: 25px;
}
.item-inner:before {
    content: '';
    display: block;
    width: 50px;
    margin-bottom: 25px;
    border-top: 1px solid red;
}
.why-use-navigation-left{
	margin-right: 0px !important;
}
.why-use-navigation-left::before {
    color: #1F2C42;
    background-color: #ffffff !important;
    border: 1px solid #1F2C42;
    padding: 11px 17px;
}
.why-use-navigation-right::before {
    color: #1F2C42;
    background-color: #ffffff !important;
    border: 1px solid #1F2C42;
    padding: 11px 17px;
}
.why-use-navigation {
    float: right;
    margin-top: 50px;
    background-color: #fff0 !important;
    border: 0px solid #E0E1E4 !important;
}

.find-out-more{
	padding-left: 34px;
	margin-bottom: 20px;
}
.our-services-approach{
	padding-left: 34px;
	color: #4F4D4D;
	font-family: "Open Sans";
	font-size: 15px;
	line-height: 28px;
	margin-top: 53px;
}
.the-process-right {
    border: 0px solid #1F2C42;
    background-color: #FFFFFF;
    padding: 0;
}

.get-a-quote {
    background-color: #DE1F15;
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 28px;
    text-align: center;
    padding: 15px;
    text-transform: uppercase;
    border: 1px solid #DE1F15;
}
.investigation {
    color: #4F4D4D;
    font-family: Montserrat;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 28px;
    padding: 15px 0px 15px 30px;
    cursor: pointer;
    border: 1px solid #1F2C42;
    border-right: 0px;
}
.rectification {
    color: #4F4D4D;
    font-family: Montserrat;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 28px;
    padding: 15px 0px 15px 30px;
    cursor: pointer;
    border: 1px solid #1F2C42;
    border-left: 0px;
}

.title-process {
	opacity: 0.3;
	color: #1F2C42;
	font-family: Montserrat;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 28px;
	margin-bottom: 15px;
}
.steps {
	height: 23px;
	width: max-content;
	color: #FFFFFF;
	font-family: Montserrat;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1px;
	background-color: #DE1F15;
	padding: 11px;
	text-transform: uppercase;
    margin-bottom: 20px;
}
.investigation-content h1, .investigation-content h2, .investigation-content h3, .investigation-content h4{
	color: #4F4D4D;
	font-family: Montserrat;
	font-size: 43px;
	font-weight: 300;
	line-height: 58px;
	text-transform: uppercase;
	line-height: 48px;
}
.investigation-content p{
	color: #4F4D4D;	
	font-family: "Open Sans";	
	font-size: 15px;	
	line-height: 28px;
}
.view-more {
    color: #fff;
    height: 50px;
    width: 200px;
    background-color: #DE1F15;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    line-height: 50px;
}
.view-more a {
    color: #fff !important;
    text-decoration: none;
}
.home .mySlides1 .view-more, .home .mySlides2 .view-more {
    color: #4F4D4D;
    height: inherit;
    width: inherit;
    background-color: transparent;
    text-transform: uppercase;
    text-align: left;
    font-weight: normal;
    line-height: 1;
    text-decoration: underline;
    margin-top: 25px;
}

.home .mySlides1 .view-more:hover {
	text-decoration: none;
}

/*span.w3-badge:last-child {
    display: none !important;
}*/

.project {
	opacity: 0.5;
    color: #1F2C42;
    font-family: Montserrat;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 14px;
    text-align: center;
    padding-top: 40px;
}

.project-title{
	color: #4F4D4D;
	font-family: Montserrat;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	margin-top: 9px;
	text-align: center;
    text-transform: uppercase;
}

.take-a-look {
	color: #4F4D4D;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 15px;
	margin-top: 40px;
	text-decoration: underline;
	text-transform: uppercase;
	text-align: center;
}
.testimonial-icon{
	margin-bottom: 20px;
	margin-top: 70px;
}

/* Project Item */

.post-item.style-1 .p2 {
    min-height: 210px;
    background-color: #FFFFFF;
    box-shadow: 0 7px 34px 0 rgba(2,6,19,0.12);
    width: 100%;
    padding: 0px 15px; 
}
.footer-top-row-1 {
    margin-top: -40px;
}
.footer-bottom > .wrapper {
    border-top: 1px solid #E0E1E4;
}

.modal.fade.in .lab-modal-body {
    position: absolute;
    width: 100%;
    bottom: 0px;
    opacity: 1;
}

.lab-modal-body h1 {
  font-size: 4rem;
}

.lab-modal-body p {
  margin: 0 0 1.62rem 0;
  line-height: 1.62;
  font-weight: 300;
  font-size: 1.62rem;
  color: #666;
}

.lab-modal-body {
  position: relative;
  bottom: -250px;
  margin: 150px auto 0;
  padding: 40px;
  max-width: 100%;
  height: auto;
  background-color: rgb(222, 31, 21);
  color: #fff;
  border: 1px solid #BEBEBE;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
  transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
}
.container-modal.wrapper {
    margin: 44px auto 0px;
}
.close {
    margin-top: -62px;
    margin-right: 53px;
  	text-shadow: 0 1px 0 #ffffff;
}

.popup-button {
  margin-top: 70px;
}

.modal-open {
    overflow: visible !important;
}

.modal {
    top: 0 !important;
    padding-right: 0px !important;
}

.overlay-exit{
    position: absolute;
    background: #000 !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

.request-a-quote-footer {
	color: #FFFFFF;
	font-family: Montserrat;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}
.rather-have-a-chat {
	color: #FFFFFF;
	font-family: Montserrat;
	font-size: 15px;
	line-height: 18px;
	margin-top: 33px;
}
.phone-footer {
	color: #FFFFFF;
	font-family: Montserrat;
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
}
i.fa.fa-phone {
    margin-right: 10px;
}
.gform_wrapper ul li.gfield {
    clear: inherit !important;
}
i.fa.fa-envelope {
    color: red;
}
.social-links i {
    font-size: 17px !important;
}


/*Question Form*/
@media only screen and (min-width: 641px){
	.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
	    padding-right: 26px !important;
	}
}


@media only screen and (min-width: 1025px){
	.description{
		width: 500px !important; 
	}
}
@media only screen and (max-width: 1024px){
	.description{
		width: 100%
	}
}
@media only screen and (min-width: 641px){
	.form-v3 .gf_progressbar {
	    width: calc(50% - 16px) !important;
	}
}
.form-v3 .gf_progressbar{
    background-color: rgba(0, 0, 0, 0) !important;
    -webkit-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0)  !important;
    -moz-box-shadow: inset 0 0 1px 1px rgba(0,0,0,.05)  !important;
    box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0)  !important;
    float: left;
    margin-right: 5px;
    padding: 10px 0px 10px 10px;
}

.form-v3 .gf_progressbar_percentage{
    background: none !important;
    height: 10px !important;
}

.form-v3 .percentbar_blue{
	    background-color: #ffffff !important;
}

.form-v3 .gf_progressbar:after{
    height: 10px !important;
    margin-top: -10px !important;
    background-color: rgba(255, 255, 255, 0.28) !important;
}

.form-v3 .gf_progressbar_percentage span{
	display: none !important;
}


.form-v3 .gf_progressbar_wrapper{
    margin: 0 0 0px !important;
    padding: 0 0 0px !important;
}

.form-v3 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	border: 0px !important;
    border-bottom: 1px solid #E0E1E4 !important;
    background-color: transparent !important;
}

.form-v3 .gform_wrapper.gf_browser_chrome select, 
.form-v3 select{
	background: transparent !important;
    background-color: transparent !important;
}
.form-v3 .top_label div.ginput_container{
	width: 100% !important;
}


.form-v3 .ginput_container.ginput_container_select {
    margin-bottom: 0px !important;
}

.form-v3 .gf_progressbar_wrapper h3.gf_progressbar_title{
    opacity: 1 !important;
    color: #fff !important;
    clear: initial !important;
    float: left !important;
    font-size: .913em !important;
    line-height: 2!important;
    font-weight: 600;
	font-family: Montserrat;
}
.form-v3 .gform_page_footer input.button{
    background-color: #ffffff !important;
    border: 2px solid #ffffff !important;
    color: #4F4D4D !important;
    padding: 14px 40px !important;
}

.form-v3 .gform_page_footer{
     border-top: none !important;
     text-align: right;
}

.form-v3 .gfield_error label.gfield_label {
    color: #ffffff !important;
}
.form-v3 .validation_message {
    color: #ffffff !important;
    font-weight: 700;
    letter-spacing: normal;
}
select option {
    color: #000;
}
span.name.block {
    color: #4F4D4D;
    font-family: "Open Sans";
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 50px;
}
.s1.c.mb-40.truncate-text {
    color: #4F4D4D;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 300;
    line-height: 29px;
    text-align: center;
    margin: 20px auto;
    max-width: 900px;
}
#pg-317-8> .panel-row-style{
    background-repeat: no-repeat !important;
    background-size: cover;
}
.bg-red{
	background-color: #DE1F15;
	padding: 29px 0px;
}
.footer-sticky-full{
	width: 100%;
	padding: 0px;
}
.footer-text{
	text-transform: uppercase;
}
.what-we-do{
    margin-top: 36px;
    float: left;
    margin-right: 30px;
	font-family: Montserrat;
}
.work-with-daniel{
	width: fit-content;
   padding: 0 50px;
}
.owner{
    border: 1px solid #E0E1E4;
    border-radius: 100%;
    padding: 10px;
    margin-top: -22px;
    margin-right: 20px;
    float: left;
    max-width: 170px;
    max-height: 170px;
}
.about-us-navigation{
	padding-top: 43px;
    background-color: #4F4D4D !important;
    border: 0px solid #E0E1E4 !important;
    padding-bottom: 61px;
    text-align: right;
    padding-right: 41px;
}
.logo-about-us{
	padding-left: 38px;
}
.linkedin-about {
    position: absolute;
    font-size: 21px;
    margin-left: 20px;
    background-color: #fff;
    padding: 15px;
    margin-top: 50px;
}
.about-us-content{
	color: #4F4D4D;
    font-family: "Open Sans";
    font-size: 15px;
    line-height: 28px;
    padding-right: 72px;
    display: inline-block;
}
.about-testimonial {
	box-sizing: border-box;
	border: 1px solid #E0E1E4;
	background-color: #FFFFFF;
	box-shadow: 0 7px 34px 0 rgba(2,6,19,0.12);
	margin-top: 70px;
}
a.modal-connector {
    text-decoration: none;
}
a.linker {
    text-decoration: none;
}
.news-carousel-box {
    position: relative;
}
.news-carousel-box .view-all-news {
	font-weight: 600;
    padding: 16.5px 30px;
    position: absolute;
    right: 139px;
    top: 49px;
    color: #4F4D4D;
    font-family: Montserrat;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 14px;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
}

.inner-content-title {
	color: #FFFFFF;
	font-family: Montserrat;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
}
.inner-content-description {
	color: #FFFFFF;
	font-family: "Open Sans";
	font-size: 15px;
	line-height: 28px;
	width: 71%;
}

.inner-content-read-more {
	color: #DE1F15;
	font-family: Montserrat;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 14px;
    font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}
.problems-we-solve-container{
	    margin-bottom: 20px;
}
.image-container::after{
	  display: block;
	  position: relative;
      background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(2,6,19,0.9) 100%);
	  margin-top: -250px;
	  height:250px;
	  width: 100%;
	  content: '';
 	  z-index: 1;
}
.image-container img {
    width: 100%;
}
.inner-content-container {
    z-index: 10;
    margin-top: -170px;
    position: absolute;
    padding-left: 20px;
}


.item-inner-insurance:before {
    content: '';
    display: block;
    width: 50px;
    margin-bottom: 25px;
}
.other-problems-we-so {
	color: #4F4D4D;
	font-family: Montserrat;
	font-size: 29px;
	font-weight: bold;
	line-height: 36px;
	float: left;
    width: 90%;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.col-md-6.item-inner-insurance {
    padding: 0;
}

.media-box-content{
	box-shadow: 0 7px 34px 0 rgba(2,6,19,0.12);
}

.media-box-image > div {
    min-height: 208px;
}

.media-box-image {
    min-height: 208px;
}
.media-box-image img {
    min-height: 208px;
}

ul.media-boxes-filter.boxes-filter li a {
    color: #DE1F15;
    font-size: 13px;
    text-transform: uppercase;
}
ul.media-boxes-filter>li a.selected {
    background: #4F4D4D;
    color: #fff !important;
}
.filter-work {
	color: #A7A8AA;
	font-family: Montserrat;
	font-size: 15px;
	line-height: 28px;
	text-transform: uppercase;
}
.full-width-stretch .content-sidebar-wrap .panel-grid-cell{
	padding-top: 0px;
    padding-bottom: 0px;
}
.media-box-container {
    margin-left: 0px;
}
.media-boxes-filter-container {
    background: #ffffff !important;
    box-shadow: 0 7px 24px 0 rgba(2,6,19,0.05);
}

.media-box-content {
    border-bottom: 1px solid #F5F6F8;
    min-height: 255px;
    background-color: #fff;
    padding: 26px !important;
}

.line-7 {
	box-sizing: border-box;
	height: 1px;
	width: 107px;
	border: 2px solid #DE1F15;
	margin:20px auto;
}
.our-services {
	color: #4F4D4D;
	font-family: Montserrat;
	font-size: 39px;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
    text-transform: uppercase;
}

.achieving-the-best-o {
	color: #A7A8AA;
	font-family: Montserrat;
	font-size: 17px;
	font-weight: 300;
	line-height: 25px;
	text-align: center;
}

.our-services-are-spe {
	color: #4F4D4D;
	font-family: "Open Sans";
	font-size: 15px;
	line-height: 28px;
	text-align: center;
	margin-bottom: 80px;
}


.services-box {
	margin-top: 20px;
	box-sizing: border-box;
	border: 1px solid #E0E1E4;
	background-color: #FFFFFF;
	box-shadow: 0 7px 34px 0 rgba(2,6,19,0.12);
	padding: 30px 20px 20px 20px;
}
.services-title {
	color: #4F4D4D;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.services-description {
	color: #4F4D4D;
	font-family: "Open Sans";
	font-size: 15px;
	margin-bottom: 20px;
	line-height: 28px;
}
.services-read-more {
	color: #4F4D4D;
	font-family: Montserrat;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}

.list-assist {
	color: #4F4D4D;
	font-family: Montserrat;
	font-size: 27px;
	font-weight: bold;
	line-height: 30px;
	margin-top: 26px;
	margin-left: 40px;
	text-transform: uppercase;
}
.sub-heading-list-assist {
	color: #DE1F15;
	font-family: Montserrat;
	font-size: 17px;
	font-weight: 300;
	line-height: 21px;
	margin-bottom: 33px;
	margin-left: 40px;
}

.list-assist-text{
	color: #4F4D4D;
	font-family: "Open Sans";
	font-size: 15px;
	line-height: 28px;
}


.stage-2-rectificatio {
	color: #4F4D4D;
	font-family: Montserrat;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
}
.as-certified-builder {
	margin-top: 20px;
	color: #4F4D4D;
	font-family: "Open Sans";
	font-size: 15px;
	line-height: 28px;
}
.default-margin{
	margin-top: 80px;
}

.quote-container {
	box-sizing: border-box;
	border: 1px solid #E0E1E4;
	background-color: #FFFFFF;
}
.each-project-quoted {
	color: #4F4D4D;
	font-family: "Open Sans";
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	margin: 20px;
}

#rectification-quote .button-con{
	padding-bottom:20px;
}

#rectification-quote .btn.style-4{
	margin-top:-3px;
	margin-left:10px;

}


.advantages-container{
	box-sizing: border-box;
	border: 1px solid #E0E1E4;
	background-color: #FFFFFF;
	margin-top: 10px;
}
.advantages-content{
	padding: 10px 20px;
	margin-top: 0px;
    border-top: 0px;
}

.advantages-title{
	margin-top: 10px;
    margin-bottom: 10px;
}
.advantages-container ul li {
    list-style: none;
    padding-left: 0px;
    margin-left: 0px; 
}
.advantages-container ul {
    list-style: none;
    padding-left: 0px;
    margin-left: 0px; 
}
.advantage-check{
	margin-right: 20px;
    color: #de1f15;
}
.red-box{
	border: 1px solid #DE1F15;
	padding: 13px 20px;
	margin-top: 20px;
}

.red-flag{
	color: #DE1F15;
	margin-right: 20px;
}
.red-flag-content {
	color: #DE1F15;
	font-family: "Open Sans";
	font-size: 12px;
	font-weight: bold;
	line-height: 27px;
	text-transform: uppercase;
}
.the-process-box{
	padding: 15px 30px;
	border: 1px solid #1F2C42;
	background-color: #FFFFFF;
    float: left;
    width: 100%;
    margin-bottom: 70px;
    font-family: Montserrat;	
    font-size: 15px;	
    line-height: 28px;
    text-transform: uppercase;
}

.the-process {
	color: #4F4D4D;
	font-family: Montserrat;
	font-size: 39px;
	font-weight: bold;
	line-height: 48px;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.subscribe-form-alt-1 {
    box-sizing: border-box;
    border: 1px solid #E0E1E4;
    background-color: #FFFFFF;
    padding: 5px 30px;
	box-shadow: 0 7px 34px 0 rgba(2,6,19,0.12);
	margin-top: 30px;
}
.signup-for-all-the-l {
	color: #4F4D4D;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
}
div.gform_wrapper .form-payment-modal textarea {
color: #4F4D4D !important;
	}
div.gform_wrapper .form-v4 textarea {
   color: #4F4D4D !important;
}
div.gform_wrapper .form-v3 textarea {
   color: #4F4D4D !important;
}

.gform_previous_button {
    text-transform: uppercase;
}

.gform_wrapper .form-vr-post input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), div.gform_wrapper textarea {
    background-color: #FFFFFF !important;
    outline: none !important;
    line-height: 1 !important;
    padding: 14px 25px !important;
    border-bottom: 1px solid #E0E1E4 !important;
    border: 0px;
}
.gform_wrapper .form-vr-post .gfield_required{
	display: none;
}

.gform_wrapper .simple_captcha_large input {
    width: 210px !important;
}

.gform_wrapper .field_description_below .gfield_description {
    padding-top: 2px !important;
}

a.icon.email {
    color: #000;
}
.get-your-free-claddi-about a:hover {
    color: #4F4D4D;
}
.product-pricing{
    float: left;
    display: table-cell;
    vertical-align: middle;
    margin-top: 9px;
    height: 30px;
    margin-right: 20px;
    color: #4F4D4D;
    font-family: "Open Sans";
    font-size: 13px;
    line-height: 20px;
}

#pgc-266-0-0 {
    padding: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image{
	padding: 0px !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image{
	border: 0px !important;
}
.building_price{
    pointer-events: none;
}
.product-report-building-safe {
	box-sizing: border-box;
	border: 1px solid #E0E1E4;
	background-color: #FFFFFF;
}
.product-report-building-safe-content {
	box-sizing: border-box;
	border: 1px solid #E0E1E4;
	background-color: #FFFFFF;
	border-top: 0px !important;
    padding-top: 1px;
}

.this-report-typicall {
	color: #4F4D4D;
	font-family: "Open Sans";
	font-size: 15px;
	font-weight: bold;
	line-height: 27px;
	padding: 10px 30px;
}
.product-report-building-safe-content ul li{
 position: relative;
 padding-left: 30px;
}

.product-report-building-safe-content ul li i{
 position: absolute;
 top: 5px;
 left: 0;
}

.building-details-title {
    color: #4F4D4D;
    font-family: Montserrat;
    font-size: 19px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
}
.our-work .s1.image {
    overflow: hidden;
}

.our-work .s1.image img {
    max-height: 250px;
    width: 100%;
    min-height: 250px;
}
.red-box {
	border: 1px solid #DE1F15;
	color: #DE1F15;
	font-weight: bold;
	font-family: "Open Sans";
	text-transform: uppercase;
}

.building_quantity{
	display: none !important;
}
.woocommerce button.button:hover{
    background: #DE1F15 !important;
    border-color: #DE1F15 !important;
    color: #fff !important;
}
.woocommerce button.button.alt{
	color: #fff !important;
    background: #DE1F15 !important;
    border: #DE1F15 !important;
}
.woocommerce div.product .product_title{
	margin: 0;
    color: #4F4D4D !important;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
}

.product-sub-title{
	color: #A7A8AA;	
	font-family: Montserrat;	
	font-size: 17px;	
	font-weight: 300;	
	line-height: 25px;
}

.woocommerce div.product p.price{
    color: #4F4D4D !important; 
    font-family: Montserrat;
    font-weight: bold;
}

.share-icon-banner {
    text-align: center;
    height: 100%;
    padding-top: 20px;
}
.building-safe-share {
    height: 100%;
}
.price-to-addcart {
    box-sizing: border-box;
    border: 1px solid #E0E1E4;
    padding: 20px;
}

.price-to-addcart .button-con .btn.style-4{
	margin-top:-3px;
	margin-left:10px;

}

.is-your-building-saf {
	color: #4F4D4D;
	font-family: Montserrat;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
}

.price-product{
	font-size: 24px;
    color: #4F4D4D !important;
    font-family: Montserrat;
    font-weight: bold;
}
.select-quantiy {
    display: block;
    float: left;
}


.purchase-button {
	color: #fff;
    background-color: #DE1F15;
    display: inline-block;
    margin-left: 30px;
    padding: 10px 40px;
    text-transform: uppercase;
}
.payment-label-sec {
    height: 100%;
    width: 100%;
    display: inline-block;
}
.payment-opt {
    float: right;
    display: inline-block;
}
h3.heading {
    margin: 0 auto;
    display: table;
    text-align: left;
}
.semi-bold.f-17.ff_heading.opc-50 {
    float: left;
}
.for-your-convenience {
    max-width: 566px;
    color: #4F4D4D;
    font-family: Montserrat;
    font-size: 19px;
    font-weight: bold;
    line-height: 28px;
    border-left: 8px solid #DE1F15;
    padding-left: 12px;
}


.our-cladding-inspect {
	color: #4F4D4D;
	font-family: "Open Sans";
	font-size: 15px;
	line-height: 28px;
	margin: 15px 0;
}

.three-image-featured > div > div > div {
	padding:0px !important;
}

.gst {
	color: #4F4D4D;
	font-family: "Open Sans";
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	vertical-align: middle;
	margin-left: 10px;
}

.average-price-per-bu {
	color: #4F4D4D;
	font-family: "Open Sans";
	font-size: 13px;
	line-height: 20px;
	margin-right: 15px;
}

.each-job-will-be-quo {
 color: #4F4D4D;
 font-family: "Open Sans";
 font-size: 13px;
 font-weight: bold;
 line-height: 20px;
 position: relative;
}

.each-job-will-be-quo:before {
 content: '*';
 margin-right: 5px;
}
.problem-boxes {
    margin-top: 70px;
}

.t-1970 {
	color: #4F4D4D;
	font-family: Montserrat;
	font-size: 29px;
	font-weight: bold;
	line-height: 30px;
}
li.text-red a {
    color: #DE1F15 !important;
}
.panel-grid-cell .widget-title {
    color: #4F4D4D;
}
.fa-long-arrow-right:before {
    content: url(/wp-content/uploads/2018/07/white-arrow1.png);
    vertical-align: 50%;
}

.carousel-inner{
    min-height: 210px;
}

.primary{
	color:#fff !important;
} 
.primary:hover{
	color:#fff;
}
textarea#input_15_22 {
    color: #000;
}

.do-you-know-if-there {
	color: #4F4D4D;
	font-family: Montserrat;
	font-size: 40px;
	font-weight: bold;
	line-height: 47px;
	text-align: left;
}
.get-a-preliminary-on {
	color: #4F4D4D;
	font-family: Montserrat;
	font-size: 27px;
	font-weight: 300;
	line-height: 31px;
	margin-top: 29px;
	text-align: left;
	text-transform: uppercase;
}
.disable{
 pointer-events: none;

  /* for "disabled" effect */
  opacity: 0.5;
  background: #CCC;
}
.no-pointer{
	pointer-events: none;
}
.purchase-note {
    color: #de1f15;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}
.modal-price{
	color: #DE1F15;
	font-family: Montserrat;
	font-size: 100px;
	font-weight: 600;
	line-height: 134px;
}
.modal-purchase{
	color: #FFFFFF;
	font-family: Montserrat;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 16px;
	text-align: center;
	background-color: #DE1F15;
	margin-top: 50px;
	padding: 16px 20px;
}
.min_height_auto{
	min-height: auto !important;
}

.mobile-padding-none{
	padding: 0px !important;
}

.get-your-free-claddi-mobile {
    color: #4F4D4D;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.85px;
    line-height: 25px;
    padding: 20px;
    text-decoration: underline;
    text-transform: uppercase;
}
.col-md-4.get-a-quote a {
    text-decoration: underline;
}
.investigation span{
	text-decoration: underline;
}

.rectification span{
	text-decoration: underline;
}
.col-md-4.investigation.selected span {
    text-decoration: none;
}

.col-md-4.rectification.selected span {
    text-decoration: none;
}
.gform_wrapper div.validation_error{
	display: none;
}
.gform_wrapper.gform_validation_error .top_label input.medium, .gform_wrapper.gform_validation_error .top_label select.medium{
	width: 100% !important;
    margin-bottom: 20px;
}


.main-slide {
    z-index: 9;
    min-height: 450px;
}

.form-slicer{
	width: 50% !important;
}
.w3-center.w3-container.w3-section.w3-large.w3-text-white.w3-display-bottommiddle:before {
    content: "";
    display: inline-block;
    /* background: #4f4d4d; */
    /* width: 1px; */
    /* opacity: 0.2; */
    /* height: 326px; */
    position: absolute;
    /* z-index: 1; */
}
span.w3-badge.demo1.w3-border.w3-transparent.w3-hover-white:before {
    content: "";
    display: inline-block;
    background: #4f4d4d;
    width: 1px;
    opacity: 0.2;
    height: 52px;
    margin-top: 10px;
    position: absolute;
    z-index: 1;
}
span.w3-badge.demo1.w3-border.w3-transparent.w3-hover-white:last-child:before {
    display: none;
}

span.w3-badge.demo2.w3-border.w3-transparent.w3-hover-white:before {
    content: "";
    display: inline-block;
    background: #4f4d4d;
    width: 1px;
    opacity: 0.2;
    height: 52px;
    margin-top: 10px;
    position: absolute;
    z-index: 1;
}
span.w3-badge.demo2.w3-border.w3-transparent.w3-hover-white:last-child:before {
    display: none;
}
div#pgc-784-0-0 {
    margin-left: 0px;
}
	a.share-popup-btn.fancybox-inline{
		    margin-right:-60px;
	}
	ul.responsive-menu-pro-submenu.responsive-menu-pro-submenu-depth-1.responsive-menu-pro-submenu-open li {
	    text-transform: uppercase;
	}

@media only screen and (max-width: 1023px){
	.container-modal #gform_page_15_2 {
	    padding: 0px;
	    padding-top: 60px;
	}
	.container-modal #gform_page_15_3 {
	    padding: 0px;
	    padding-top: 60px;
	}
	.container-modal #gform_page_15_4 {
	    padding: 0px;
	    padding-top: 60px;
	}
}
@media only screen and (min-width: 641px){
	.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
		    max-width: calc(52% - 16px) !important;
	}
	.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
   	 margin-right: 0px !important;
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px){
	.container-modal.wrapper > .col-md-4 {
	    margin-top: -40px;
	}
	.lab-modal-body {
	    bottom: 0px !important;
	}
	.our-work .widget-title-container {
	    width: 100%;
	}
	.our-work .our-work-text {
	    width: 100%;
	}
	.why-use-block {
    	padding-bottom: 0px !important;
	}
	.main-slide {
		max-height: 960px;
	    min-height: 660px;
	   /* overflow-y: scroll;*/
	}
	div#pgc-317-5-0 {
    	margin-bottom: 0;
	}
	a.share-popup-btn.fancybox-inline{
		    margin-right:0px !important;
	}
	.main-slide .col-md-8,
	.main-slide .col-md-12{
		padding-left: 0px;
		padding-right: 0px;
	}

	.form-slicer{
		width: 100% !important;
	}
	.w3-display-bottommiddle{
	    position: absolute;
		margin-top: 588px !important;
	}
	span.w3-badge.demo1.w3-border:first-child {
    	margin-top: -580px;
	}
	span.w3-badge.demo2.w3-border:first-child {
  		margin-top: -580px;
	}

	.w3-badge {
	    height: 20px;
	    width: 20px;
 	}
 	span.w3-badge.demo1.w3-border.w3-transparent.w3-hover-white:before {
        content: "";
	    display: inline-block;
	    background: #4f4d4d;
	    width: 1px;
	    opacity: 0.2;
	    height: 20px;
	    margin-top: 18px;
	    position: absolute;
	    z-index: 1;
	}
	span.w3-badge.demo2.w3-border.w3-transparent.w3-hover-white:before {
        content: "";
	    display: inline-block;
	    background: #4f4d4d;
	    width: 1px;
	    opacity: 0.2;
	    height: 20px;
	    margin-top: 18px;
	    position: absolute;
	    z-index: 1;
	}

}
@media only screen and (min-width: 441px) and (max-width: 768px){
	.main-slide {
		min-height: inherit;
	}
	.w3-display-bottommiddle{
		position: absolute;
	}
}


@media only screen and (min-width: 1280px) and (max-width: 1280px){
	.genesis-nav-menu .menu-item{
		padding: 0 10px;
	}
}

@media only screen and (min-width: 1025px){
	.w3-display-bottommiddle{
		/*  top: 55.6%;*/
	}
	.margin-due-select{
	    margin-top: -76px !important;
	}
}

@media only screen and (max-width: 768px){
	.mobile-center{
		text-align: center;
	}
}

@media only screen and (max-width: 440px){
	/*.w3-display-bottommiddle{
		  top:57%;
	}*/
	/*.lab-modal-body {
	    bottom: -250px !important;
	}*/

}

@media only screen and (min-width: 600px) and (max-width: 768px){
	.w3-display-bottommiddle{
	     top: 52%;
	}

}

@media only screen and (min-width: 1024px) and (max-width: 1024px){
	.w3-display-bottommiddle{
		/* top:57%;*/
	}
	.margin-due-select{
	    margin-top: -76px !important;
	}
}

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

	.inner-content-title{
		font-size: 17px;
	}
	.inner-content-description{
	    font-size: 12px;
		line-height: 20px;
	    width: 90%;
	}
	.problems-we-solve-container {
   		margin-bottom: 20px;
	}

	.image-container::after{
		margin-top: -200px;
    	height: 200px;
	}

	.subscribe-popup-container{
		width: 100% !important;
	}

}

@media only screen and (max-width: 768px){
	.about-us-navigation{
		text-align: center !important;
	    padding-right: 0px !important;
	}
	.navigation-about {
    	margin-top: 25px;
	}

	.subscribe-popup-container{
		width: 100% !important;
	}
}

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

	.subscribe-popup-container{
		width: 100% !important;
	}
	.get-your-free-claddi-about {
	    font-size: 32px;
	    line-height: 43px;
	    text-decoration: none;
	    text-transform: uppercase;
	    padding: 20px 31px;
	}
	.box-arrow {
	    height: 100%;
	    width: 100%;
	    background-color: #4F4D4D;
	    margin-bottom: 20px;
	    margin-left: auto;
	    margin-top: 0;
	    text-align: center;
	    margin-right: auto;
	}
	.box-arrow img {
	    margin: 0px !important;
	    padding: 20px 0;
	}
	.box-arrow-mobile {
	    height: 100%;
	    width: 100%;
	    background-color: #4F4D4D;
	    margin-bottom: 20px;
	    margin-left: auto;
	    margin-top: 0;
	    text-align: center;
	    margin-right: auto;
	}
	.full-width-content .content-sidebar-wrap > .content{
		margin-bottom: 0px !important;
	}
	.about-us-content{
	    padding-right: 0px !important;
	}
	.social-icons {
	    display: inherit !important;
	    text-align: center  !important;
	}
	img.footer-logo {
	    display: block;
	    margin-right: auto;
	    margin-left: auto;
	    float: none;
	}
	.footer-top-row-1-right {
    	margin-top: 0px;
	}
	.social-icons.style-2 a{
		margin: 0 25px 0 25px;
	}
	.news-query.navigation-style-2.carousel-cols-3 {
    	margin-top: 76px;
	}
	.news-carousel-box .view-all-news{
		top: 84px;
	}
}