

body {
	font-family: 'Montserrat', sans-serif;
    font-size: 14px;
	background: rgba(255, 255, 255, 0);
}


/*=======================================
    FONTS STYLES
========================================*/
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  src: local('Oxygen'), url('/fonts/Oxygen-regular.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), url('/fonts/Roboto-regular.woff') format('woff');
}

/*=======================================
    GENERAL STYLES
========================================*/

a, a:active, a:focus{
    outline:0px;
	color:inherit;
	text-decoration:none;
}
a:hover{
    text-decoration:none;
    outline:0px;
    cursor:pointer;
	color:inherit;
}
input, textarea{
    height:30px;
}
/* outline effect in focus inputs */
input:focus, textarea:focus,
textarea.form-control:focus, input.form-control:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(233, 46, 5, 0.6);
    outline: 0 none;
}
ul, ol{
    font-size: 13px;
	line-height: 23px;
	padding: 0;
}

@-ms-viewport{width:auto!important} /* show ie10 scrollbar static */

/**************************************************/
/*  USEFULL CLASSES
/**************************************************/

.padding-0{
    padding:0px;
}
.padding-left-0{
    padding-left:0px;
}
.padding-right-0{
    padding-right:0px;
}
.padding-tb-5{
	padding-top:5px;
	padding-bottom:5px;
}
.padding-tb-10{
	padding-top:10px;
	padding-bottom:10px;
}
.margin-tb-10{
	margin-top:10px;
	margin-bottom:10px;
}
.margin-tb-15{
	margin-top:15px;
	margin-bottom:15px;
}
.margin-tb-20{
	margin-top:20px;
	margin-bottom:20px;
}
.margin-t-15-b-5{
	margin-top:15px;
	margin-bottom:5px;
}
.margin-t-10{
	margin-top:10px;
}
.margin-t-15{
	margin-top:15px;
}
.margin-t-20{
	margin-top:20px;
}
.color-wht{
	color: #fff !important;
}
.tel-footer{
	margin-right: 5px; font-size: 16px;
}
.mail-footer{
	margin-right: 5px; font-size: 14px;
}
.mailing-chk {
    width: 100% !important;
    position: static !important;
}
h3.more {
    margin: 15px 0px !important;
    border-bottom: 1px solid #CECECF;
    padding: 15px 0px;
    cursor: pointer;
    clear: both;
}
.body_descr{
	margin-bottom:20px;
}
.margin-20 {margin: 20px 0px;}
.margin-40 {margin: 40px 0px;}
.margin-top-20 {margin-top: 20px;}
.margin-top-40 {margin-top: 40px;}
.margin-bottom-20 {margin-bottom: 20px;}
.margin-bottom-40 {margin-bottom: 40px;}
.header-height{height: 54px;}
.width100{width:100%;}

@media screen and (max-width: 500px) {
	.split-500 {
		width: 100%!important;
	}
}
.font-size-parent{
	font-size:inherit !important;
}
.display-inline{
	display:inline-block;
}

@media(max-width:992px){
	.text-sm-center{
		text-align:center;
	}
}

@media(max-width:768px){
	.text-left-xs{
		text-align:left !important;
	}
}

.img-expand {
	width:100%;
}
.vignette-image .img-expand {
    margin: 0 auto;
    max-width: 100%;
    width: auto;
}

h1{
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	color: #363636;
}

h2 {	
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
    color: #363636;
}

h3, .title {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	color: #363636;
	margin-top:5px;
}

h4{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #363636;
	margin-top:5px;
}

blockquote p {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}

p {
    font-weight: 300;
    line-height: 23px;
    padding-bottom: 15px;
}

.color-default {
	color: #000;
}

.color-primary {
	color: #cd4e13; /* Orange/Brown */
}

.color-secondary {
	color: #fff;
}

/**************************************************/
/*  BUTTONS
/**************************************************/

/***** Button Primary *****/

.btn-primary, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:active, .btn-primary[disabled]:focus{
    font-family: 'Montserrat', sans-serif;
	text-align:center;
    /*padding:8px 12px;*/
	border-radius:2px;
	border:0px;
    height: 35px;
    max-width: 165px;
    width: 100%;
	background: rgb(233, 46, 5);background: -moz-linear-gradient(top, rgb(233, 46, 5) 0%, rgb(233, 46, 5) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(233, 46, 5)), color-stop(100%,rgb(233, 46, 5)));background: -webkit-linear-gradient(top, rgb(233, 46, 5) 0%,rgb(233, 46, 5) 100%);background: -o-linear-gradient(top, rgb(233, 46, 5) 0%,rgb(233, 46, 5) 100%);background: -ms-linear-gradient(top, rgb(233, 46, 5) 0%,rgb(233, 46, 5) 100%);background: linear-gradient(to bottom, rgb(233, 46, 5) 0%,rgb(233, 46, 5) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e92e05', endColorstr='#e92e05',GradientType=0 );font-family: Montserrat, sans-serif!important; color: rgb(255, 255, 255)!important; font-size: 18px!important; font-weight: normal; text-shadow: 0px 0px 0px rgb(0,0,0);
} 
.btn-primary.expand{
    display:block;
    width:100%;   
}
.btn-primary.btn-inline-block{
	display:inline-block;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
    color:#fff;
}
.btn-primary > i{
    padding-left:10px;
    line-height:0.4em;
}

/***** Button Link *****/

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover{
	text-decoration:none;
	color: rgb(233, 46, 5);
	font-size:inherit;
}

/***** Button Primary *****/ /* in case the design need to different buttons */

.btn-secondary{
    font-size:16px;
}
.btn-secondary.light{
    font-weight:300;
}
.btn-secondary.colour-primary{
    color:#E88927;
}
.btn-secondary.blue{
    font-size:15px;
    color:#1b448e;
}
.btn-secondary.black.light{
    font-size:13px;
    color:#494949;
}

.btn-secondary.green:hover{
    color:#008f8d;
}
.btn-secondary.blue:hover{
    color:#1b448e;
}

/***** Button Testimonials *****/

.btn-testimonials{
	font-size: 17px;
	color: #FFF;
	text-align: center;
	padding: 5px 15px;
	border: 1px solid #FFF;
	background: transparent none repeat scroll 0% 0%;
}

/***** Buttons Rollover Effects *****/

.opacity-rollover{
    opacity:1;
    transition: opacity .3s linear 0s;
	-webkit-transition: opacity .3s linear 0s;
	-moz-transition: opacity .3s linear 0s;
}
.opacity-rollover:hover{
    opacity:.5;
	-webkit-opacity:.5;
	-moz-opacity:.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

/**************************************************/
/*  MODAL STYLES
/**************************************************/

.modal-header {
    background-color: #000;
	color: #fff;
}

.bootstrap-dialog .modal-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.bootstrap-dialog-title {
	font-size: 1.5em;
}

.modal-dialog-directions {
	min-height:80%;
}
.modal-backdrop {
	bottom: 0;
	position: fixed;
	z-index: 1040;
	opacity: 0.4;
	display: none;
}

.modal-backdrop  > .fa {
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-50px;
	margin-left:-50px;
	color: white;
}
.modal-backdrop.fade.in{
	background:none repeat scroll 0% 0% rgba(0, 0, 0, 0.7);
}
.modal-dialog {
	margin:5% auto;
}
.btn.btn-primary.btn-lg{
    text-align:center;
    padding:5px 15px;
    background: rgb(233, 46, 5);background: -moz-linear-gradient(top, rgb(233, 46, 5) 0%, rgb(233, 46, 5) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(233, 46, 5)), color-stop(100%,rgb(233, 46, 5)));background: -webkit-linear-gradient(top, rgb(233, 46, 5) 0%,rgb(233, 46, 5) 100%);background: -o-linear-gradient(top, rgb(233, 46, 5) 0%,rgb(233, 46, 5) 100%);background: -ms-linear-gradient(top, rgb(233, 46, 5) 0%,rgb(233, 46, 5) 100%);background: linear-gradient(to bottom, rgb(233, 46, 5) 0%,rgb(233, 46, 5) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e92e05', endColorstr='#e92e05',GradientType=0 );font-family: Montserrat, sans-serif!important; color: rgb(255, 255, 255)!important; font-size: 18px!important; font-weight: normal; text-shadow: 0px 0px 0px rgb(0,0,0);
	border-radius:3px;
	border:0px;
}
.bootstrap-dialog-header{
	font-size:20px;
	font-weight:700;
}
.bootstrap-dialog-message{
	font-size:17px;
}

/**************************************************/
/*  COOKIES BAR
/**************************************************/
#cookieinfo{
	background-color:rgb(51, 51, 51);
}
.cookie-text{
	font-family: Montserrat, sans-serif!important; color: rgb(255, 255, 255)!important; font-size: 16px!important; font-weight: normal;
	margin: 10px 0;
	padding-bottom:0px;
}
.cookie-close{
	text-align:right;
}
.cookie-close > i{
	font-family: Montserrat, sans-serif!important; color: rgb(255, 255, 255)!important; font-size: 16px!important; font-weight: normal;
	font-family:FontAwesome !important;
}

/*=======================================
    NAVBAR SECTION STYLES
=======================================*/
.navbar {
	//background: rgba(255, 255, 255, 0);
	margin:0px;
	border:none;
    background: rgba(0,0,0,1);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.75)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
    transition: background-color 0.65s ease;
}
@media screen and (min-width: 768px) {
    .navbar {
        height: 330px;
    }
}
@media screen and (miax-width: 767px) {
    .navbar {
        height: 280px;
    }
}
/* navbar-collapse style */
.navbar-inverse .navbar-collapse {
    border-top: 0px solid transparent;
}
/* Mobile menu height */
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: none!important;
}

/* navbar-brand style */
.navbar-inverse .navbar-brand {
	height: 88px;
	color: #000;
	font-weight: bolder;
	font-size: 25px;
    font-weight:900;
	letter-spacing: 2px;
}
.navbar-inverse .navbar-brand:hover {
	color: #000;	
}

/***************************************************/
.navbar-inverse .navbar-nav > .active > a {
	background: #fff;
}

/* Navbar menu text colour when open on desktop */
.navbar-inverse .navbar-nav > .open > a , .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #000; 
    background-color: transparent;
}
/***************************************************/

/* Navbar menu options */

/************ LEVEL 1 **************/
.navbar-inverse .navbar-nav > li > a {
	font-family: Montserrat, sans-serif!important; color: rgb(255, 255, 255)!important; font-size: 17px!important; font-weight: normal;
	transition: opacity 0.3s linear 0s;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: rgb(173, 173, 173)!important; /* Navbar text hover colour */
	opacity:.5;
}

.caret { /*************** Megamenu item level 1 - caret ***************/
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 6px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

/***************************************************/
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #D6D6D6;
}
/***************************************************/

/************** Mobile Hamburger Styling **************/

/* Main button */
.navbar-toggle {
	background-color: rgb(255, 255, 255);
    border-radius: 2px;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0);
	margin-top:20px;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover  {
	background-color: rgb(255, 255, 255); /* DARKER */
}
/* Bar/line styles */
.navbar-toggle .icon-bar {
	width: 18px;
	height: 3px;
	background-color: rgb(255, 255, 255);
}
.navbar-toggle .icon-bar+.icon-bar{
	margin-top: 3px;
}


/************* Sub menu, drawn under the navbar *************/
.dropdown-menu {
	/* top: 51px; */ 			/* Start position of drop down on desktop */
	background:rgb(18, 18, 18); 	/* Background Colour of drop down on desktop */
	opacity: 1.0;
	padding: 5px 0;
	border-radius: 0px;
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
	width: auto !important; /* don't adjust to megamenu item */
    border-bottom: solid 3px #e92e05;
}

/************* Sub menu link text ****************/
.dropdown-menu > li > a {
	font-family: Montserrat, sans-serif!important; color: rgb(243, 243, 243)!important; font-size: 15px!important; font-weight: normal;
	text-align: left;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: rgb(233, 46, 5)!important;
	background: transparent;
	outline: 0; /* Remove dotted line in IE */
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

@media all and (max-width:992px) {
	.nav.navbar-nav.navbar-right{
		margin-top:0px !important;
	}
}

/* Mobile to to Tablet */
@media all and (max-width:767px) and (min-width:200px) {
	.nav {
		padding-top: 0px;
		background-color: rgba(19,19,19,0.75); /*background: #444;  Navbar drop down menu background on mobile */ /* MEGAMENU ON MOBILE */
        opacity: 1;
	}
	
	.navbar-nav{
		margin: 0px -15px 0px -15px; /* Spacing of mobile menu options */
	}
	.navbar-inverse .navbar-nav > li > a {
		color: #FFFFFF;
		/*border-top: 1px solid #666;
		border-bottom: 1px solid #000;*/
	}
	
	.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
		color: rgb(233, 46, 5); /* Navbar text hover colour */
	}


	.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
		border-color: transparent!important;
	}

	.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
		color: #fff; /* Navbar menu text colour when open on mobile */
	}

	.caret {
		float: right;
		margin-top:8px;
	}
	
	.dropdown-menu {
		background-color: rgba(40,40,40, 0.75)!important; /* #000!important;*/
        opacity: 1;
		border-radius:0px!important;
	}
    
    .navbar-nav .open .dropdown-menu {
        border-bottom: solid 1px #df2d06;
    }
	
	.dropdown-menu > li > a {
		font-family: Montserrat, sans-serif!important; color: rgb(243, 243, 243)!important; font-size: 15px!important; font-weight: normal;
	}

	.dropdown-menu > li > a:hover {
		color: rgb(233, 46, 5)!important;
	}
	
	/* Custom class to allow dropdown toggle on mobile (instead of following parent link) */
	.dropdown-menu-xs {
		width: 50px; /* Set width for easier clickability */
		float:right;
		z-index:9999;
		text-align: center;
	}
	
	.dropdown-menu-xs i {
		font-size: 14px; /* size fontawesome icon */
	}
}

/* Tablet, Desktop + Only */
/*@media all and (min-width:768px) { */
	
	/* Drop down on hover*/
	/*.dropdown:hover .dropdown-menu {
		display: block;
	}
	
	.dropdown-menu {
		min-width: 55px!important;
	}
	
}*/


/************** select country websites **************/
#website-select{

}

#website-select-lang {
	width:100%;
}
  
/* Tablet, Desktop + Only */
@media all and (min-width:768px) {
	/* select country websites */
	#website-select {
		position: absolute;
		top:10px;
		right:40px;
		font-size: 8px!important;
		background: #ffffff; /* Background Colour */
		border-radius: 4px;
		list-style: none!important;
		text-decoration: none!important;
	}
  
	#website-select.nav {
		margin:0px;
		padding:0px 0px 0px 0px!important;
	}
 
	#website-select.navbar-right .dropdown-menu {
		left: auto;
		right: 0px;
	}
  
	#website-select> li {
		width:auto;
	}

	#website-select> li > a  {
		font-family: sans-serif!important;
		color: #000000;	/* Text Colour */
		font-size: 12px;
		font-weight: normal;
		padding: 4px 8px 4px 8px!important;
		text-decoration: none!important;
	}

	#website-select> li > a > img {
		margin-right: 5px;
	}
  
	#website-select-dropdown {
		border-radius: 4px!important;
		background: #eee;
		margin-left: -10px;
		border:1px solid #ccc; 
		padding: 2px 0px 6px 0px!important;
	}

	#website-select-dropdown > li > a {
		font-family: sans-serif!important;
		color: #000!important;
		font-size: 12px !important;
		font-weight: normal;
		text-align: left;
		margin: 0px;
		padding: 5px 8px 4px 8px!important;
		clear: both;
		font-weight: 400;
		border-bottom: 1px dotted #fff;
		width: auto;
	}
  
	#website-select-dropdown > li > a:hover, #website-select-dropdown > li > a:focus, #website-select-dropdown > li > a:active {
		background: #ddd;
	}
	#website-select-dropdown > li > a  > img{
		margin-right: 5px;
	}
}

/**************************************************/
/*  ------------ FORMS STYLES ---------------------
/**************************************************/

#form-callback-footer.form input, #form-callback.form input{
	background-color:#fff !important;
	color: #404040;
	padding: 0 12px;
    border-radius: 20px;
}
#form-callback-footer.form textarea, #form-callback.form textarea{
	border:none;
	background-color:#fff;
	color: #404040;
	padding: 0 5px;
	height:100px;
}

#form-callback.form label{
	font-size: 14px;
	font-weight: 400;
    margin: 7px 0;
}
#form-contact .required.required-fields {
    font-size: 14px;
}
.form label{
	font-size:14px;
	font-weight:400;
}
.form input{
	height:35px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 20px;
	border:1px solid rgb(204, 204, 204);
	background:rgb(255, 255, 255);
	padding:0 12px;
	width:100%;
	line-height:35px;
}
/* Custom checkbox */

input[type=checkbox].square-check-maillist { display:none; } /* to hide the checkbox itself */

input[type=checkbox].square-check-maillist + label:before{
	font-family: FontAwesome;
	font-size: 20px;
	display: inline-block;
}

.form input[name=field-subs].square-check-maillist + label:before, .form input[name=GDPR-footer].square-check-maillist + label:before { content: "\f0c8"; color: #a2a0a0; } /* unchecked icon */
.form input[name=field-subs].square-check-maillist + label:before, .form input[name=GDPR-footer].square-check-maillist + label:before { letter-spacing: 6px; } /* space between checkbox and label */

.form input[name=field-subs].square-check-maillist:checked + label:before, .form input[name=GDPR-footer].square-check-maillist:checked + label:before { content: "\f14a"; color: rgb(233, 46, 5)!important; } /* checked icon */
.form input[name=field-subs].square-check-maillist:checked + label:before, .form input[name=GDPR-footer].square-check-maillist:checked + label:before { letter-spacing: 5px; } /* allow space for check mark */

.form input[name=field-subs] + label, .form input[name=GDPR-footer] + label{
	width: 20px;
	position: absolute;
	height: 20px;
	margin-top: 8px !important;
}
.form input[name=field-subs] + label + label, .form input[name=GDPR-footer] + label + label{
	margin: 10px 0 10px 25px !important;
}
.form input[name=field-verification]{
	width: calc(100% - 140px);
	width: -moz-calc(100% - 140px);
	width: -webkit-calc(100% - 140px);
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;    
}
.captcha-img img{
    border-top-right-radius: 20px!important;
    border-bottom-right-radius: 20px!important;
}
.form textarea{
	border:1px solid rgb(204, 204, 204);
	background:rgb(255, 255, 255);
	padding:5px;
	width:100%;
	height:125px;
    border-radius: 20px;
}

.form input[name=field-subs].square-check-maillist + label.form-error:before, .form input[name=GDPR-footer].square-check-maillist + label.form-error:before{ color:#ffa3a3 }
#form-callback-footer.form input.form-error, #form-callback.form input.form-error, #form-contact.form input.form-error, #form-blog.form input.form-error, .form textarea.form-error{
    border:1px solid rgb(221, 0, 0) !important;
	background-color:rgb(255, 170, 170) !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(221, 0, 0, 0.4) !important;
}

.form-error+label{ color: inherit; }

.form-error+label{ color: rgb(221, 0, 0) !important; }

.form .form_success{
    border:1px solid #5CB85C !important;
}
.form .error-message{
	color:rgb(221, 0, 0);
	font-size:17px;
	font-weight:300;
	text-align:right;
	margin-bottom: 10px;
	margin-top: -10px;
	width:100%;
	float:right;
}
#form-blog.form .error-message{
	margin-top: 0px;
}
#form-callback-footer.form .error-message, #form-callback.form .error-message{
	color:rgb(233, 46, 5) !important;
	margin-top: 0px;
}

.required{
    color:rgb(233, 46, 5);
}
.required-fields{
	font-weight:300;
	font-size:17px;
}
.requiredfield {
	color: rgb(233, 46, 5);
}

/**************************************************/
/*  ----------------- HOMEPAGE ---------------------
/**************************************************/

/**************************************************/
/*            HOMEPAGE BANNER 
/**************************************************/

/* CUSTOM CAROUSEL STYLES */
#homepage-carousel .image > a > img{
	width:100%;
}
#homepage-carousel .carouselimage{
	background-size:cover !important;
	background-position:center center !important;
}

#homepage-carousel .carouselimage.imagelarge{
	height:750px;
}
#homepage-carousel .carouselimage.imagemedium, #homepage-carousel .carouselimage.imagesmall, #homepage-carousel .carouselimage.imageextrasmall{
	width:100%;
}

#homepage-carousel .carouselimage.imagemedium, #homepage-carousel .carouselimage.imagesmall, #homepage-carousel .carouselimage.imageextrasmall{
	display:none;
}
#homepage-carousel .carouselimage.imagelarge{
	display:block;
}
@media screen and (min-width: 1801px) and (max-width: 2200px) {
    #homepage-carousel .carouselimage.imagelarge{
	    height:700px;
    }
}
@media screen and (min-width: 1401px) and (max-width: 1800px) {
    #homepage-carousel .carouselimage.imagelarge{
	    height:650px;
    }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
    #homepage-carousel .carouselimage.imagelarge{
	    height:600px;
    }
}

@media(max-width:1200px){
	#homepage-carousel .carouselimage.imagelarge, #homepage-carousel .carouselimage.imagesmall, #homepage-carousel .carouselimage.imageextrasmall{
		display:none;
	}
	#homepage-carousel .carouselimage.imagemedium{
		display:block;
        height: 555px;
	}
	#homepage-carousel .carouselimage{
		background:none;
	}
}

@media(max-width:768px){
	#homepage-carousel .carouselimage.imagelarge, #homepage-carousel .carouselimage.imagemedium, #homepage-carousel .carouselimage.imageextrasmall{
		display:none;
	}
	#homepage-carousel .carouselimage.imagesmall{
		display:block;
	}
}
/*  
@media screen and (min-width: 651px) and (max-width: 768px) {
    .carousel {
        margin-top: -70px;
    }
}
@media screen and (min-width: 601px) and (max-width: 650px) {
    .carousel {
        margin-top: -63px;
    }

}
@media screen and (min-width: 526px) and (max-width: 600px) {
    .carousel {
        margin-top: -58px;
    }
}
@media screen and (min-width: 451px) and (max-width: 525px) {
    .carousel {
         margin-top: -50px;
    }
}*/
@media(max-width:450px){
	#homepage-carousel .carouselimage.imagelarge, #homepage-carousel .carouselimage.imagemedium, #homepage-carousel .carouselimage.imagesmall{
		display:none !important;
	}
	#homepage-carousel .carouselimage.imageextrasmall{
		display:block !important;
	}
}
/* END CUSTOM CAROUSEL STYLES */

/*=======================================
    CAROUSEL SECTION STYLES
=======================================*/

.carousel-holder {
	/* position: absolute; or fixed 
	top:0;*/
	width: 100%; 
	z-index:0; 
}

/* Carousel base class */
.carousel {
	width: 100%; 
	/*margin: 85px auto auto auto;  center your carousel if other than 100% */
}
.carousel-caption h3 {
	font-family: Montserrat, sans-serif!important; color: rgb(255, 255, 255)!important; font-size: 38px!important; font-weight: normal;
}

a.btn-carousel {
	background: none;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    border: 1px solid #fff;
	margin:0px;
    padding: 10px;
	text-decoration: none;
	text-shadow: none;
}

/* Carousel Indicators */
.carousel-indicators {
	bottom: 20px;
}

.slider-size {
	height: 485px; /* This is your slider height, images need to be 500px high */
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	bottom: 70px;
	z-index: 1;
}


/* Declare heights because of positioning of img element */
.carousel .item {
  background-color: #777;

}

.carousel-inner > .item > img {
  /* position: absolute; */
  top: 0;
  left: 0;
  min-width: 100%;
}

.carousel-control {
  top: 225px;
  bottom: auto;
  text-shadow: none;
  opacity: 0.3;
  z-index:9;
}


/* Remove background gradient from carousel controls */
.left.carousel-control {
    background:none;
}
.right.carousel-control {
    background:none;
}


/* Carousel Fade Classes */
.carousel-fade .carousel-inner .item {
	-webkit-transition: opacity ease-in-out 1.0s!important;
	-moz-transition: opacity ease-in-out 1.0s!important;
	-o-transition: opacity ease-in-out 1.0s!important;
	transition: opacity ease-in-out 1.0s!important;
}

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/* Removing the conflict between the bootstrap carousel (backface-visibility: hidden + transform:translate3d(0,0,0)) and the testimonial section (background-attachment: fixed) */
@media not all, (-webkit-transform-3d){

	/* Specifying for id, to prevent future troubles with more carousels */

	#myCarousel .carousel-inner>.item {
	
		transition: display 1500ms linear 0s;
		overflow:hidden;	
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: visible; 
		backface-visibility: visible; 
		-webkit-perspective: 1000;
		perspective: 1000;

	}

	#myCarousel .carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
	  left: 0;
	  -webkit-transform: translate(0,0);
	  transform: translate(0,0);
	}

}

/***********************************************
* 	QUICK CALLBACK, QUICK SOCIAL START
***********************************************/

	.fixed-container {
		position: fixed;
		right: 0;
		transition: width linear 0.3s, top linear 0.2s;
	}

	.fixed-container .fixed-container-opener {
		float: left;
		width: 40px;
		cursor: pointer;
		color: #fff;
		font-size: 18px;
		line-height: 36px;
		text-align: center;
		transform: translate(0px, 0px);
		z-index: 16;
	}
	
	.fixed-container .fixed-container-content {
		position: absolute;
		left: 40px;
		padding: 15px;
		background-color: rgb(204, 204, 204);
		color:#fff;
		-webkit-box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.75);
		box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.75);
		z-index: 1000;
	}

		#callback .fixed-container-opener {
			height: 220px;
			background: rgb(233, 46, 5);background: -moz-linear-gradient(top, rgb(233, 46, 5) 0%, rgb(233, 46, 5) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(233, 46, 5)), color-stop(100%,rgb(233, 46, 5)));background: -webkit-linear-gradient(top, rgb(233, 46, 5) 0%,rgb(233, 46, 5) 100%);background: -o-linear-gradient(top, rgb(233, 46, 5) 0%,rgb(233, 46, 5) 100%);background: -ms-linear-gradient(top, rgb(233, 46, 5) 0%,rgb(233, 46, 5) 100%);background: linear-gradient(to bottom, rgb(233, 46, 5) 0%,rgb(233, 46, 5) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e92e05', endColorstr='#e92e05',GradientType=0 );font-family: Montserrat, sans-serif!important; color: rgb(255, 255, 255)!important; font-size: 18px!important; font-weight: normal; text-shadow: 0px 0px 0px rgb(0,0,0);;
			border-top-left-radius: 3px;
			border-bottom-left-radius: 3px;
		}
		
		#callback .fixed-container-opener > span {
			transform: rotate(270deg);
			-webkit-transform: rotate(270deg);  /* Chrome, Opera 15+, Safari 3.1+ */
			-ms-transform: rotate(270deg);  /* IE 9 */
			display: block;
			height: 220px;
			width: 220px;
		}

		#callback .fixed-container-content {
			width: 341px;
		}
			
			#callback .fixed-container-content .callback-tooltip {
				width: 29px;
				height: 29px;
				background-color: #000;
				font-size: 23px;
			}
			
			#callback .fixed-container-content .submit-enquiry {
				width: 50%;
				height: 25px;
				background-color: #dd4646;
			}

	/*----------------------------- Callback Thanks -----------------------------*/
	#callback .callback-thanks {
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		padding: 15px;	
		background-color: #000;	
		opacity: 0.9; /* Change for transparency */
	}

	#callback .callback-thanks h1 {
		font-size: 36px;
		color: #000;
		text-align: center;
	}
	
	#callback .callback-thanks p {
		text-align: center;
	}

/***********************************************
* 	QUICK CALLBACK, QUICK SOCIAL END
***********************************************/

/**************************************************/
/*  ----------------- TOP BANNER -----------------
/**************************************************/
.parallax-banner{
	position:relative;
}
.parallax-banner > div > .big-text{
    bottom: 0px;
	top: auto;
	background: rgba(24, 24, 24, 0.8);
	position: absolute;
	width: 100%;
}
.parallax-banner .banner-content > .parallax-banner-title{
    color:#fff;
	font-size: 60px;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-top: 5px;
}
.parallax-banner .banner-content > .parallax-banner-text{
	font-size:18px;
	color:rgb(233, 46, 5);
	margin: 0px 0px 20px;
}
.parallax-banner .banner-content > .parallax-banner-text.blog-banner-text{
	font-size:16px;
	color:#fff !important;
	margin: 0px 0px 20px;
}
.parallax-banner .banner-content > .parallax-banner-text.blog-banner-text > .blogcategory{
	color:rgb(233, 46, 5) !important;
}

@media (max-width:768px){
	.parallax-banner .banner-content > .parallax-banner-title{
		font-size: 45px;
	}
}
@media (max-width:400px){
	.parallax-banner .banner-content > .parallax-banner-title{
		font-size: 35px;
	}
	.parallax-banner .banner-content > .parallax-banner-text{
		font-size:16px;
	}
}

/**************************************************/
/*           BREADCRUMB
/**************************************************/

#breadcrumb{
	font-family: Montserrat, sans-serif!important; color: rgb(151, 151, 151)!important; font-size: 12px!important; font-weight: normal;
	line-height: 40px;
    margin-bottom: 20px;
}
#breadcrumb.product-breadcrumb .bread, #breadcrumb.product-breadcrumb .separator{
	color: #404040;
}
@media(max-width:768px){
	#product-breadcrumb{
		line-height: 20px !important;
		margin-top: 15px;
	}
}
#breadcrumb .bread{
	line-height: 40px;
}
#breadcrumb .bread:hover{
	color:rgb(0, 0, 0);
}
#breadcrumb .separator{
	margin: 0px 10px;
    display: inline-block;
}

/**************************************************/
/*                FOOTER
/**************************************************/

.googlemap{
	background:rgb(45, 45, 45);
	color: #fff;
}

#map_canvas, #map_canvas_2 {
    width: 100%;
    height: 340px;
    background-color: #CCC;
}
.thumbnail {
    padding: 0;
    background: transparent;
}
#form-callback-footer label{
	font-size: 13px;
	line-height: 21px;
	padding-bottom: 0;
	margin:0px;
}
.callback {
	margin-bottom: 30px;
}
.callback .vcard {
    margin-top: 100px;
}

.callback h3 {
   margin-top: 45px;
   margin-bottom: 35px;
}
.callback p{
	font-size: 13px;
	line-height: 21px;
	padding-bottom: 0;
	margin:0px;
}
.callback p.contact{
	color: #FFFFFF; /*rgb(233, 46, 5);*/
    margin: 5px 0;
}
.container-fluid.googlemap p.contact {
	word-break: break-all;
}
.adr  span {
	display: block;
}
.vcard.second {margin-top: 25px;}
@media screen and (max-width: 991px) {
    .callback .vcard, .vcard.second {
        margin-top: 45px;
    }
	
}
/*=======================================
    FOOTER STYLES
=======================================*/

#footer {
	background: rgb(45, 45, 45);
	font-size: 13px;
	color: #fff;
	padding: 20px 0;
    border: solid 1px #5e5e5e;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

/* Themes for 0001 */

.bg-primary {
	background: #062647;
	opacity: 0.5;
}

.page-strapline {
	font-family: 'Montserrat', sans-serif;
	font-size: 34px;
	line-height: 52px;
	height: 60px;
	display: table-cell;
	padding:0px;
	color: #fff;
}

.page-strapline:after {
	/* IE Fix for line heights, align webfonts based on Verdana */
    content: ''; font-family: Verdana, Arial, sans-serif;
}

/* End Themes */


.form-control {
    background-color: rgba(255, 255, 255, 0);
}

.debug, .debug td{
	font-family: courier;
	color: #fff;
	padding: 0px 5px!important;
	border: 1px dotted #fff!important;
}

.scrolling-content-holder {
	position: relative;
	top:570px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }

}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}




/*=======================================
    HOME SECTION STYLES
=======================================*/

/**** Vignettes section ****/
#vignettes{
	margin:25px 0;
}
.vignette-headline{
    color: #252525;
	margin: 0 0 15px;
}
.vignette-text > p{
	font-size: 14px;
	margin: 15px 0;
	padding-bottom:0px;
}

@media(max-width:767px){
	.vignette{
		margin-bottom:45px;
	}
}
@media all and (max-width:992px) and (min-width:768px){
	.vignette-text > p {
		margin-top: 0;
	}
    .vignette{
		margin-bottom:15px;
	}
}

/**** Testimonial section ******/

#testimonials-sec {
	width: 100%;
	display: block;
	height: auto;
	height: 430px;
	min-height: 430px;
	color: #fff;
	-webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
	background-attachment: fixed !important;
}
#testimonials-sec .container {
	height: 100%;
}

.testimonial-quote {
	font-size: 20px;
    font-style: italic;
}
p.author {
    font-size: 18px;
}
.btn-testimonial {
	background: #e92e05;
	font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    border: none;
    line-height: 1px;
    height: 45px;
    max-width: 360px;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .testimonial-quote {
	    font-size: 17px;
    }
    .title, .subtitle.text-right {
        text-align: center;
    }
}
/***** Mini Gallery ****/
#mini-gallery{
	margin-top:10px;
	margin-bottom:10px;
    border: solid 1px #e7e7e7;
    border-left: none;
    border-right: none;
}
.gallery-text {
    margin: 26px auto;
}
#mini-gallery .subtitle > h4{
	color: rgb(233, 46, 5) !important;  
    font-weight: 900;
    font-size: 24px;
}
#mini-gallery .subtitle {
    margin-top: 8px;
}
#content-header-sec {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 274px;
    color: #fff;
}
@media screen and (max-width: 767px) {
    #mini-gallery .subtitle > h4 {
        display: none;
    }
}

/*==========================================
    GALLERY STYLES
==========================================*/

p.icon {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 3.0em;
	color: #fff;
	opacity: 1;
	width: 100%;
	cursor: pointer;
}

.image-container {

	overflow: hidden;
	text-align: center;
	cursor: pointer;
	background: #333;
}

.image-container > a > img {
	position: relative;
	display: block;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.7s;
	transition: opacity 0.35s, transform 0.7s;
}

.image-container:hover > a > img {
	opacity: 0;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

.image-container .figcaption{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 3em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.image-container .figcaption::before,
.image-container .figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.5s;
	transition: opacity 0.35s, transform 0.5s;
}

.image-container .figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}


.image-container .figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

.image-container .logo {
	/*padding-top: 10%;*/
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	opacity:0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.image-container p {
	padding: 20px 1em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	font-size: 0.8em;
}


.image-container:hover .figcaption::before,
.image-container:hover .figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.image-container:hover .logo,
.image-container:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/* For landscape */


.image-container .logoLandscape {
	/*-webkit-transition: all 0.35s;
	transition: all 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	opacity:0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	position: relative;
	margin: 0 auto;
	width:60%;*/
	
	    opacity: 0;
    transform: scale(0);
    transition: all 0.35s;
	height: 100%;
}
.image-container:hover .logoLandscape,
.image-container:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.img-expand-height {
	height: 100%;
}

.image-container .figcaptionLandscape{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 3em 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.image-container .figcaptionLandscape::before,
.image-container .figcaptionLandscape::after {
position: absolute;
	top: 30px;
	right: 80px;
	bottom: 30px;
	left: 80px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.5s;
	transition: opacity 0.35s, transform 0.5s;
}

.image-container .figcaptionLandscape::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}


.image-container .figcaptionLandscape::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}


.image-container:hover .figcaptionLandscape::before,
.image-container:hover .figcaptionLandscape::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* Custom Gallery Slide Style */
 img.slide-content  {
    display: block;
	background: #fff;
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 6px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;

}

.blueimp-gallery {
	background: rgba(0,0,0, 0.8);
}

/* Image gallery thumbnails */
@media screen and (min-width: 1601px) {
	.logoLandscape img {
		width: auto;
		height: 100%
	}

}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.gallery-page .image-container .figcaption {
		top: -15px;
	}
	.image-container .figcaptionLandscape {
		padding: 3em;
	}
}
@media screen and (max-width: 768px) {
	
	.image-container:hover > a > img {
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none);
		-ms-transform: none;
		transform: none;
		-webkit-transition: none;
		transition: none;
	}
	.figcaptionLandscape {
		display: none;
	}
}
/*=======================================
    Gallery STYLES
=======================================*/

#gallery-sec {
	background: url('/images/Gallery_banner.png') no-repeat 50% 0;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 274px;
	color: #fff;
}

nav#filter ul {
	margin-bottom: 30px;
}

nav#filter li {
	display: inline-block;
	list-style: none;
	background-color: #f2efef;
	border: 1px solid #d1d1d1;
	margin-right: 10px;
}

nav#filter a {
	font-size: 15px;
	color: #636262;
	border-radius: 0;
}

nav#filter a:hover, nav#filter a.current {
	background-color: #fff;
	color: #252525;
	font-weight: bold;
	border: 2px solid #474747;
}

.load_more {
	clear: both;
	background: #393939;
}

.load_more_text {
	padding: 5px 0;
	font-size: 15px;
	color: #fefefe;
}

.load_more a:hover {
	text-decoration: none;
}

/* SELECT2LIST - USED IN GALLERY */

ul.select2list {                                                                              
    overflow: hidden;                                                                    
    margin-bottom: 15px;
	list-style-type: none;
}                                                                                        
 
ul.select2list li {                                                                           
    float: left;                                                                         
    margin: 5px;        
	min-width: 100px;
	text-align: center;
}   

ul.select2list li:first-child {                                                                                                                                                    
    padding-left: 0px;
}                                                                                     

ul.select2list li span{          
	background: rgb(233, 46, 5);background: -moz-linear-gradient(top, rgb(233, 46, 5) 0%, rgb(233, 46, 5) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(233, 46, 5)), color-stop(100%,rgb(233, 46, 5)));background: -webkit-linear-gradient(top, rgb(233, 46, 5) 0%,rgb(233, 46, 5) 100%);background: -o-linear-gradient(top, rgb(233, 46, 5) 0%,rgb(233, 46, 5) 100%);background: -ms-linear-gradient(top, rgb(233, 46, 5) 0%,rgb(233, 46, 5) 100%);background: linear-gradient(to bottom, rgb(233, 46, 5) 0%,rgb(233, 46, 5) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e92e05', endColorstr='#e92e05',GradientType=0 );	
    display: block;                                                                      
    padding: 0px 10px;
	line-height: 30px;
	border-radius: 20px;
}

ul.select2list li.selected span  {                                                             
    color: #fff;
	border-radius: 20px;
}

ul.select2list li a {
	
	display: block;                                                                      
    padding: 0px 10px;                                                                                                                                         
    color: #666;                                                                         
    text-decoration: none;
	border: 1px solid #bbb;
	line-height: 30px;
	border-radius: 20px;
} 

/**************************************************/
/*  -------------- BLOG LIST PAGE -----------------
/**************************************************/

#blog-list{
    padding: 50px 0 0;
}
.blog-list-row{
    margin-bottom:50px;
}
.blog-list-row h2.blog-list-title{
    font-size:26px;
    font-weight:300;
    margin-top:0px;
}
.blog-list-row h3.blog-list-author{
    font-size:14px;
    margin:20px 0;
    color:#a0a0a0;
}
.blog-list-row h3.blog-list-author .blogcategory{
	color:rgb(233, 46, 5);
}
.blog-list-row div.short-content{
    font-size:16px;
}
.load-more-blogs{
	padding-bottom:25px;
}

/****** Blog entry ******/
.blog-contact-title{
	font-size:26px;
	border-bottom: 1px solid rgb(204, 204, 204);
	padding-bottom: 3px;
}
.blog-contact-message{
	margin: 15px 0px;
	font-size: 16px;
}


/*=======================================
    Content Page STYLES
=======================================*/

#about-sec {
	background: url('/images/Blog_banner.png') no-repeat 50% 0;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 274px;
	color: #fff;
}

#testimonials {
	background: url('/images/ContentPage_testimonials.png') no-repeat 0% 0;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	display: block;
	height: auto;
	padding-top: 250px;
	min-height: 550px;
	color: #fff;
}

#content-sec ul{
	font-size:14px;
	padding:15px;
}

/*=======================================
    404 STYLES
=======================================*/


.head-main-404{
	font-family: 'Montserrat', sans-serif;
	font-size: 370px;
	line-height:1;
	text-transform: uppercase;
}

.head-last-404{
	font-family: 'Montserrat', sans-serif;
	font-size: 71.21px;
	line-height:1;
	text-transform: uppercase;
}
.expand.btn-testimonial {
    width: 100%;
    max-width: 265px;
}
@media screen and (min-width: 1200px) and (max-width: 1499px) {
	.head-main-404{
		font-size: 330px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.head-main-404{
		font-size: 280px;
	}
}
@media (max-width:991px){
	.head-main-404{
		font-size: 200px;
	}
 .expand.btn-testimonial {
        margin: 10px 0;
    }
}
@media screen and (min-width: 500px) and (max-width:767px){
   
	 .head-main-404{
		font-size: 120px;
	}
	.head-last-404{
		font-size: 40px;
	}
}
@media screen and (max-width: 499px){
   
	 .head-main-404{
		font-size: 70px;
	}
	.head-last-404{
		font-size: 23px;
	}
}

     

/*=======================================
    MEDIA QUERIES
=======================================*/

/* Mobile to to Tablet */
@media all and (max-width:767px) and (min-width:200px) {

    .head-main { 
        font-size:28px ;
    }

}




/**************************************************/
/*         HOMEPAGE BRAND SCROLL
/**************************************************/

.seen-in{
    font-size:20px;
    font-weight:300;
    color:#a2a2a2;
    text-transform:uppercase;
    margin-top:45px;
}
#brand-scroller .simply-scroll-container {
    width: 100%;
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
}
#brand-scroller .simply-scroll-clip {
    position: relative;
    overflow: hidden;
    width: 100%;
}
#brand-scroller .simply-scroll-list {
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    list-style: outside none none;
}
#brand-scroller .simply-scroll-list {
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    list-style: outside none none;
}
#brand-scroller .simply-scroll-list li {
    padding: 0px 30px 0px 30px;
    margin: 0px;
    list-style: outside none none;
    float: left;
}

@media (max-width:768px){
	.seen-in {
        margin-top: 30px;
    }
	#brand-scroller .simply-scroll-container {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

/*********** Header *********************/
.navbar-brand.black {
    display: none;
}
.line {
    border-bottom: solid 1px #ffffff;
    opacity: 0.3;
    position: absolute;
    top: 90px;
    width: 100%;
}

#cookieinfo {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}

#phone {
    background-color: rgba(19,19,19,0.75);
    opacity: 1;
    color: white;
    background-color: rgba(19,19,19, 0.75);
}
#phone p {
    margin: 0;
    padding: 10px 0;
    line-height: 20px;
    font-weight: 400;
    margin-left: 15px;
    font-size: 17px;
}
.phone.navbar-collapse {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-top: none;
    border-color: transparent!important;    
}


.fa.fa-caret-up {
    position: absolute;
    margin-top: -16px;
    color: #212121;
    left: 20px;
}

@media screen and (max-width: 991px) {
    button.phone-navigation {
        border: none;
    }
    #desktop-navi {
        display: none;
    }

    .header-text {
        color: #FFF;
    }    

    .navbar-brand.white img {
        display: inline-block;
    }

    button.navbar-toggle {
        float: left;
        margin-top: 30px;
        width: 34px;
        height: 34px;
    }
    .phone-navigation {
        float: right;
        background-color: rgb(255, 255, 255); 
        width: 34px;
        height: 34px;
        margin-top: 30px;
        border-radius: 20px;
    }
    .phone-navigation:hover, .phone-navigation:active, .phone-navigation:focus {
        	background-color: rgb(255, 255, 255); /* DARKER */
    }
    .phone-navigation .fa {
        font-size: 23px;
        height: 34px;
        width: 33px;   
        line-height: 36px;
        display: block;
        float: left;
        margin-left: -5px;
    }
    .navbar-header {
        text-align: center;
        height: 90px;
    }
    .navbar-brand {
        display: inline-block;
        float: none;
        margin-top: 5px;
        margin-left: -15px;
    }
    button.navbar-toggle .icon-bar {
        background-color: black!important;
        margin-left: -2px;
        margin-top: 0;
    }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-left: -2px;
        margin-top: 2px;
    }
    .navbar-inverse .navbar-toggle {
        border:none;
        border-color: transparent;
        border-radius: 20px;
        color: black;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .container-fluid.googlemap {
        padding-left: 0;
        padding-right: 0;  
    }
     button.navbar-toggle {
        margin-left: 0;
        margin-right: 0;
    }
    .navbar-collapse.collapse {
        display: none!important;
        visibility: hidden!important;
        width: 100%;
    }

    .fa.fa-caret-up {
        color: rgba(40,40,40, 0.75)!important;
        top: 47px;
    }

    body.whiteHeader .navbar-inverse {
        height: 90px;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
        visibility: visible!important;
    }
    .navbar-toggle {
        display: block!important;
    }   
    .navbar-header {
        float: none;
    }
    .navbar-nav>li {
        float: none;
    }
    #navbar-0001 {
        width: 100%;
        margin-right: 0;
    }
    .dropdown-menu {
        left: 0;
        width: 100%!important;
        max-width: none;
        position: static;
        float: none;
    }
    .nav {
        background-color: rgba(19,19,19,0.75)!important;
        opacity: 1;
    }
    .dropdown-menu-xs {
        width: 50px;
        float: right;
        z-index: 9999;
        text-align: center;
    }    
    .nav {
		background-color: rgba(19,19,19,0.75); /*background: #444;  Navbar drop down menu background on mobile */ /* MEGAMENU ON MOBILE */
        opacity: 1;
	}
    .navbar-nav .open .dropdown-menu {
        border-bottom: solid 1px #df2d06;
    }
    .dropdown-menu {
        background-color: rgba(40,40,40, 0.75)!important;
        opacity: 1;
    }   
    .navbar-brand.black img {
        display: inline-block;
        margin-top: 20px;
    }
}
@media screen and (min-width: 992px) {
    #mobile-navi, #phone {
        display: none!important;
    }

    .navbar-header {
        width: 100%;
    }
    span.red {
        color: #e92e05;
        font-size: 30px;
        line-height: 30px;
        padding-top: 30px;
        display: inline-block;
        margin-left: -5px;
    }
    p.header-text {
        margin: 0;
        padding-top: 36px;
        color: #c5c5c5;
        font-size: 18px;
        line-height: 18px;
        float: right;
    }
    .quote {
        margin-top: 30px;
        margin-left: -30px;
    }
    .quote .btn.btn-primary.btn-lg {
        width: 100%;
        border-radius: 20px;
        min-width:  165px;
    }

	.dropdown:hover .dropdown-menu {
		display: block;
	}
    #navbar-0002 {
        margin-left: -15px;
        margin-right: -15px;
    }   
    body.whiteHeader .navbar-inverse {
        height: 138px;
    }
    body.whiteHeader .navbar-inverse .navbar-nav > li > a {
        color: #363636!important;
        line-height: 23px;
    }
}


@media screen and (min-width: 1200px) {
    .quote {
        float: right;
        margin-right: 85px;
    }
    .header-text {
        text-align: center;
    }
    p.header-text {
        float: right;
        display: inline-block;
    }
    span.red {
        float: left;
    }
}

@media screen and (min-width: 768px) {

    body.whiteHeader .navbar-inverse {
        background-color: #FFFFFF!important;
        transition: background-color 0.65s ease;
        box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
        background: transparent;
    }

    body.whiteHeader .line {
        border-bottom: solid 1px #c5c5c5;
    }
    body.whiteHeader .header-text {
        color: #858585;
    }
    .wrapper {
        margin-top: 0;
    }
   
}
@media screen and (max-width: 768px) {
    button.phone-navigation {
        margin-right: 15px;
    }
    button.navbar-toggle {
        margin-left: 15px;
    }
    .line {
        top: 80px;
    }
    .navbar-header {
        height: 80px;
    }
    .navbar-brand {
        margin-top: 0;
    }   
    .phone-navigation, button.navbar-toggle {
        margin-top: 25px;
    }
    body .navbar-inverse {
        background: rgba(0,0,0,1);
        background: -moz-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.75)), color-stop(100%, rgba(0,0,0,0)));
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
        background: -o-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
        background: -ms-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
        transition: background-color 0.65s ease;
        height: 120px;
    }

    body.whiteHeader .navbar-inverse {
        background-color: #FFFFFF!important;
        transition: background-color 0.65s ease;
        box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
        background: transparent;
        height: 80px;
    }


    body.whiteHeader .line {
            border: solid 1px #eeeeee;
    }
    body.whiteHeader .header-text {
        color: #858585;
    }
    .navbar-brand.black img {
        display: inline-block;
        margin-top: 15px;
    }
    .fa.fa-caret-up {
        color: rgba(40,40,40, 0.75)!important;
        top: 37px;
    }
}

@media screen and (min-width: 381px) and (max-width: 450px) {
  
    .navbar-brand img {
        height: 45px!important;
    }
}
@media screen and (max-width: 380px) {
    .navbar-brand.black img {
        margin-top: 26px;
    }
    .navbar-brand img {
        margin-top: 10px;
        height: 30px!important;
    }
}

/************** CONTENT **************/

#brand-scroller {
    background: -webkit-linear-gradient(#FFFFFF, #f3f3f3); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FFFFFF, #f3f3f3); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FFFFFF, #f3f3f3); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FFFFFF, #f3f3f3); /* Standard syntax (must be last) */
}
#homepage-sec h3 {
    font-size: 30px;
    color: #363636;
    font-weight: 400;
}
.btn-primary, .btn-testimonial {
    border-radius: 20px!important;
}
.no-padding {
    padding: 0;
}

/*********** home page gallery ************/

#links .thumbnail {
	overflow: hidden;
	padding: 0;
	background-color: transparent;
	border: none;
	-webkit-transition:all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
	margin-bottom: 0;
	border-radius: 0;
}
#links .image-container {
	transition: all .2s ease-in-out;
}

@media screen and (min-width: 992px) {
    #links .image-container:hover {
	    transform: scale(1.18);
        overflow:hidden;
    }
}
#links .image-container a img.img-responsive {
	overflow: hidden;
	width: 100%;
	z-index:1;
}
.vignette-text, .vignette {
    text-align: center;
}
.vignette-text a {
    color: #e92e05;
}
.btn-facebook, .btn-twitter {
    background-color: #e92e05;
    border-radius: 20px;
    border: none;
	display: inline-flex;
    justify-content: center;
    align-items: center;
}

.btn-social-icon> svg{
	position: relative !important;
	fill: #fff !important;
}

.gallery-link {
    height: 50px;
    line-height: 50px;
}

/* ----------SIMPLY SCROLL JS STYLES---------------SIMPLY SCROLL JS STYLES---------------SIMPLY SCROLL JS STYLES-----------------END */

#callback {
	position: fixed;
	z-index:1030;
	right:0;
	height:150px;
	width:40px;
	overflow:hidden;
	font-size: 14px;
}

#callback .left_callback {
	position:relative;
	float:left;
	height:150px;
	width:40px;
    background: #000000;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
#callback .left_callback > span {
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: rotate(270deg);  /* IE 9 */
	display: block;
	height: 120px;
    font-size: 18px;
    color: #FFFFFF;
	width: 150px;
    margin-left: -5px;
}

#callback .right_callback {
	position:absolute;
	left:40px;
	top:0px;
	height:685px;
	width:341px;
	padding:12px;
	background-color: rgb(204, 204, 204);
}

#facebook_feed {
	position: fixed;
	z-index:1030;
	right:0px;
	height:300px;
	width:40px;
	overflow:hidden;
}

#twitter_feed {
	position: fixed;
	z-index:1030;
	right:0px;
	height:330px !important;
	width:40px;
	overflow:hidden;	
}

.left_social {
	float:left;
	width:40px;
	height:40px;
	cursor:pointer;
    text-align: center;
    background: #000000;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    color: #ffffff;
	display: flex;
    justify-content: center;
    align-items: center;
}

.left_social svg {
	fill: #fff;
}

#facebook_feed .fa.fa-facebook, #twitter_feed .fa.fa-twitter {
    font-size: 22px;
    margin-top: 9px;
    margin-left: 8px;
}
.right_social {
	position:absolute;
	left:40px;
	width:302px;
	height:422px;
	background-color:#fff;
	border:1px solid #CCCCCC;
}

#twitter_feed>.right_social {
	position:absolute;
	left:40px;
	width:272px;
	height:332px;
	padding:20px 15px 0px 15px;
	background-color:#fff;
	border:solid 1px #CCCCCC;
}

#twitter_feed>.right_social a {text-decoration:none; color:#000}
#twitter_feed>.right_social .me {color:#936a3d; font-weight:800}
#twitter_feed>.right_social li p{color:#404040;font-size:12px;display:block;overflow:hidden;padding:0px;margin:0px; line-height:16px; text-align:justify;}
#twitter_feed>.right_social small {color:#9c9c9c; font-size:10px; position:relative; margin:10px 0px 20px 0px; display:block;}



.fb_iframe_widget iframe {
	position:relative !important;
	height: 80px;
}

 #callback .error-message {
    margin-bottom: 0;   
    padding-bottom: 0;
}
#form-callback.form textarea { 
    border-radius: 10px;
}

/****************** CONTENT PAGES ************************/
#content-sec h1 {
    font-size: 36px;
    color: #363636;
}
#content-sec h2 {
    font-size: 32px;
    color: #363636;
}
#content-sec h3 {
    font-size: 18px;
    color: #363636;
}
#content-sec {
    color: #363636;
}
.header-button {
    height: 45px;
    background: rgb(233, 46, 5);
    max-width: 260px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    padding: 5px 15px;
    border: 0px;
    border-radius: 50px;
    width: auto;
    font-size: 24px;
    display: inline-block;
    margin-bottom: 0;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    line-height: 1.3333333;
    user-select: none;
}
#content-sec a {
    color: #e92e05;
}
span.red-text {
    color: #e53238;
    letter-spacing: -7px;
}
span.blue-text {
    color: #0064d2;
    letter-spacing: -4px;
}
span.yellow-text {
    color: #f5af02;
    letter-spacing: -7px;
}
span.green-text {
    color: #86b817;
}
.content-banner {
    background-position: center top;
    background-size:cover;
    display: block; 
    width: 100%; 
    min-height: 400px;
}
@media screen and (max-width: 400px) {
    .header-button {
        height: 30px;
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    span.yellow-text, span.red-text {
        letter-spacing: -5px;
    }
    .header-button {
        height: 36px;
        font-size: 20px;
    }
    .content-banner.banner-xs {
        display: block;
    }
    .content-banner.banner-lg, .content-banner.banner-sm {
        display: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    span.blue-text {
        letter-spacing: -5px;
    }
    .content-banner.banner-sm {
        display: block;
    }
    .content-banner.banner-lg, .content-banner.banner-xs {
        display: none;
    }
}
@media screen and (min-width: 992px) {
    .content-banner.banner-lg {
        display: block;
    }
    .content-banner.banner-sm, .content-banner.banner-xs {
        display: none;
    }
}

#gallery + ul.select2list {
    padding-left: 0;
}
#welcome h1 {
    margin-top: 45px;
    margin-bottom: 45px;
}
#welcome p {
    padding-bottom: 0;
}
@media screen and (max-width: 767px) {
    #welcome h1, #welcome p, .overlay-toggle.red, .gallery-link { 
        text-align: center;
    }
    
}

	/*------------------------------------ Read More/Less  ------------------------------------*/
	
	.overlay {
		width: 100%;
		position: absolute;
		background: rgba(255,255,255,0);
		background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 86%, rgba(255,255,255,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(86%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 86%, rgba(255,255,255,1) 100%);
		background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 86%, rgba(255,255,255,1) 100%);
		background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 86%, rgba(255,255,255,1) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 86%, rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
		transition: height .5s ease;
	}
	
	.overlay-toggle {
		cursor: pointer;
	}
	
	.overlay, .init-overlay {
		transition: height .5s ease;
        overflow: hidden;
	}
	#welcome {
        min-height: 200px;
        background-color: #fff;
        height: 100%;
    }   
    #welcome .content-container {
        height: 235px;
    }
.overlay-toggle.red {
    color: #e92e05;
    margin: 0 0 40px;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: -2px;
}
span.phone {
    font-weight: 400;
}

.navbar-inverse .navbar-nav > li > a {
    text-transform: lowercase;
}
.contact-page {
    margin-bottom: 15px;
}
.contact-page .vcard, .contact-page .thumbnail {
    margin-top: -20px;
}
@media screen and (max-width: 991px) {
    .contact-page .vcard, .contact-page .thumbnail {
        margin-top: 0;
    }
}
#search {
    float: right;
    height: 50px;
}
#topsearch, #topsearch1 {
    margin-top: 10px;
}
#pred-search {
    padding: 5px;
    background: transparent;
    border: none;
    color: white;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    text-align: right;
    max-width: 200px;
}
input.search1.search-input:focus {
    box-shadow: none;
}
.search1_button.fa.fa-search {
    background: transparent;
    border: none;
    color: white;
}
.search-img {
    width: 100%;
}

#pred-search::-webkit-input-placeholder, #pred-search2::-webkit-input-placeholder {
   color: #FFFFFF;
}

#pred-search:-moz-placeholder, #pred-search2:-moz-placeholder { /* Firefox 18- */
   color: #FFFFFF; 
}

#pred-search::-moz-placeholder, #pred-search2::-moz-placeholder {  /* Firefox 19+ */
   color: #FFFFFF;  
}

#pred-search:-ms-input-placeholder, #pred-search2:-ms-input-placeholder {  
   color: #FFFFFF; 
}

body.whiteHeader #pred-search::-webkit-input-placeholder {
   color: #363636;
}

body.whiteHeader #pred-search:-moz-placeholder { /* Firefox 18- */
   color: #363636; 
}

body.whiteHeader #pred-search::-moz-placeholder {  /* Firefox 19+ */
   color: #363636;  
}

body.whiteHeader #pred-search:-ms-input-placeholder {  
   color: #363636; 
}
body.whiteHeader .search1_button.fa.fa-search, body.whiteHeader #pred-search {
    color: #363636;
}
#pred-search2 {
    background: transparent;
    border: none;
    padding-bottom: 15px;
    color: #fff;
    padding-left: 0;
    font-size: 17px;
    width: calc(100% - 50px);
	width: -moz-calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
}
.mobile-button {
    color: #FFFFFF!important;
    margin-top: 5px;
    float: right;
}
#search-results {
    padding-bottom: 30px;
}

#facebook_feed iframe {
    border:none; 
    overflow:hidden; 
    width:300px; 
    height:422px;
    border: none;
}
#facebook_feed .right_social.content {
    overflow: hidden;
}

#blog-content-sec ul {
    font-size: 14px;
    margin-left: 15px;   
} 
#load-more-blogcats-button, #load-more-blogs-button {
    max-width: 100%;
}
@media screen and (min-width: 992px) {
    .switch-right {
        float: right;
    }
}
#search-results a.tel {
    font-weight: 600;
}
#search-results a.email, #search-results a.form {
    color: #e92e05;
}
#search-results h2 {
    margin-top: 30px;
}
#load-more-products-search-button {
    margin-top: 10px;
    max-width: 100%;
}
#load-more-blogcats-button {
    margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
    .form input[name=field-subs] + label {
        margin-top: 8px !important;
    }
    #pred-search2, #pred-search2 + button.search1_button.fa.fa-search.mobile-button {
        margin-top: 20px;
    }
    #pred-search2 + button.search1_button.fa.fa-search.mobile-button {
        width: 50px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .container-fluid.googlemap {
        padding-left: 0;
        padding-right: 0;
    }
    #pred-search {
        max-width: 120px;
    }
}
#brand-scroller a {
    cursor: default;
}

#formInputs label[for=field-subs-contact], #formInputs label[for=field-subs-footer], #form-blog label[for=field-subs-blog] {
	height: auto!important;
}
@media screen and (max-width: 767px) {
    #breadcrumb {
        margin-top: 5px;
    }
    #breadcrumb, #breadcrumb .bread {
        line-height: 25px;
    }
    #blog-content-sec, #content-sec {
        margin-top: 15px;
    }
    h2 {
        margin-top: 0;
    }
    #phone p {
        margin-left: 0;
    }
}

@media screen and (max-width: 320px) {
    .container-fluid.googlemap button.btn-primary.disable-after-validation.opacity-rollover {
        font-size: 16px!important;
    }
}
.z-index-l {
    z-index: 1025!important;
}
@media screen and (max-width: 350px) {
    .container-fluid.googlemap  p.required.pull-right {
        position: absolute;
        font-size: 11px;
    }
    #blog-content-sec  p.required.pull-right, #form-contact .required.required-fields {
        font-size: 11px; 
    }
    .container-fluid.googlemap .margin-t-20 button.btn.btn-primary.btn-lg {
        margin-right: 75px;
        margin-bottom: 15px;
    }
}

#search2 {
    margin: 0 0 0 15px;
}

.contact-page .vcard {
	margin-top: 0;
}
@media screen and (max-width: 499px) {
	.vcard.second {
		height: auto!important;
	}
}


/************ main banner controls **********/

.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #929191 \9;
    background-color: rgb(146,145,145);
    border: 2px solid #fff;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 14px;
    height: 14px;
    margin: 0;
    background-color: #fff;
    border: 2px solid #929191;
}