
/*=======================================
    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');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
} 
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/fonts/lato-v20-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/lato-v20-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('/fonts/lato-v20-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/lato-v20-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: 'icomoon';
  src:  url('/fonts/icomoon.eot?be8jc5');
  src:  url('/fonts/icomoon.eot?be8jc5#iefix') format('embedded-opentype'),
    url('/fonts/icomoon.ttf?be8jc5') format('truetype'),
    url('/fonts/icomoon.woff?be8jc5') format('woff'),
    url('/fonts/icomoon.svg?be8jc5#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
  content: "\e900";
}
.icon-mobile:before {
  content: "\e958";
}


/*=======================================
    GENERAL STYLES
========================================*/
/*normal scroll bar IE10-11*/
@-ms-viewport{width:auto!important}

* {
	box-sizing: border-box;
} 
body {

	font-family: 'Arial', sans-serif;
    font-size: 14px;
	background: rgb(255, 255, 255);
}

h1{
	font-family: 'Lato', sans-serif;
	font-size: 32px;
	color: #444;
}

h2 {	
	font-family: 'Lato', sans-serif;
	font-size: 26px;
}
label {
	font-weight: 400;
}
h3 {
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	color: #444;
	margin-top:5px;
}

h4{
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color: rgb(61, 133, 198);
	margin-top:5px;
}

blockquote p {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
}

p {
    font-weight: 300;
    line-height: 23px;
    padding-bottom: 15px;
}

a, a:hover, a:active, a:focus{
	outline: 0;
}

ul, ol {
	font-size: 13px;
	line-height: 23px;
	padding: 0;
	padding-left:15px;
}

input {
	margin: 5px 0 15px 0;
	padding: 5px;
	height: 35px;
	color: #000;
}

textarea {
	margin: 5px 0 15px 0;
	padding: 5px;
	color: #000;
}

section {
	background:#fff;

}

.no-margin-l , .no-margin{
	margin-left:0px !important;
}

.no-margin-r , .no-margin{
	margin-right:0px !important;
}
.no-padding-l , .no-padding{
	padding-left:0px !important;
}

.no-padding-r , .no-padding{
	padding-right:0px !important;
}


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

.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;}


.adr  span {
	display: block;
}

/* Themes for 0001 */

.bg-primary {
	background: rgba(0,0,0,0.6);
}

.page-strapline {
	font-family: 'Lato', sans-serif;
    font-size: 55px;
    color: #fff;
	margin-bottom: 0;
	display: table-cell;
    vertical-align: middle;
}
.page-subtext{
	font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #ee1818;
    display: table-row;
    vertical-align: middle;
}
.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;
}

.btn {
	font-family: 'Arapey', serif;
	line-height: 12px;
}

.btn-primary {
	background: rgb(238, 24, 24);background: -webkit-linear-gradient(rgb(238, 24, 24), rgb(238, 24, 24));background: -o-linear-gradient(rgb(238, 24, 24), rgb(238, 24, 24));background: -moz-linear-gradient(rgb(238, 24, 24), rgb(238, 24, 24));background: linear-gradient(rgb(238, 24, 24), rgb(238, 24, 24));font-family: Arial,Helvetica,sans-serif!important; color: rgb(255, 255, 255)!important; font-size: 18px!important; font-weight: normal; text-shadow: 1px 1px 3px rgba(0,0,0, 0.36);
	font-family:'lato' !important;
	padding:8px 11px;
	-webkit-font-smoothing: antialiased;
	border-radius:0 !important;
	border-color:#ee1818;
}

.btn-primary:hover{
	border-color:#ee1818;
}

a.btn-carousel {
	/*background: none;
	color: #fff;*/
	font-family: 'Lato', serif;
    /*font-size: 20px;*/
	/*padding: 25px 29px;*/
    /*border: 1px solid #fff;
	 margin:0px;
	 text-decoration: none;*/
	box-shadow:	7px 7px 30px black;
}

.btn-testimonial {
	background: none;
	font-family: 'Oxygen', serif;
    font-size: 16px;
    border: 1px solid #fff;
    padding: 5px;
}

.color-default {
	color: #000;
}

.color-primary {
	color: #cd4e13; /* Orange/Brown */
}

.color-secondary {
	color: #fff;
}

.requiredfield {
	color: rgb(238, 24, 24);
}

/*=======================================
    NAVBAR SECTION STYLES
=======================================*/
.nav {
	padding-top: 40px; /* Position toolbar options */
}


.navbar {
	background: rgb(255, 255, 255)
	margin:0px;
}

.navbar-inverse {
	background: rgb(255, 255, 255)
}

/*.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-inverse .navbar-brand {
	height: 88px;
	color: #000;
	font-weight: bolder;
	font-size: 25px;
    font-weight:900;
	letter-spacing: 2px;
}

.navbar-inverse :hover .navbar-brand:hover {
	color: #000;	
}

/* Navbar menu options */
.navbar-inverse .navbar-nav > li > a {
	font-family: Oxygen,sans-serif; color: rgb(68, 68, 68); font-size: 15px; font-weight: normal;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: font-family: Oxygen,sans-serif; color: rgb(68, 68, 68); font-size: 15px; font-weight: normal;!important; /* Navbar text hover colour */
}

.navbar-inverse {
	border: 0px!important;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #D6D6D6;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #252525;
}

.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;
}


/* Mobile Hamburger Styling */

/* Main button */
.navbar-toggle {
	background-color: #225783;
    border-radius: 2px;
	padding: 10px;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover  {
	background-color: rgb(7, 55, 99);
}

.navbar-inverse .navbar-toggle{
	border: none;
}

/* Bar/line styles */
.navbar-toggle .icon-bar {
	width: 22px;
	height: 4px;
}

.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: #000; 	/* Background Colour of drop down on desktop */
	opacity: 1.0;
	padding: 5px 0;
	border-left: 0px solid #888;
	border-right: 0px solid #888;
	border-bottom: 0px solid #888;
	border-bottom-left-radius: 0px!important;
	border-bottom-right-radius: 0px!important;
}

/* Sub menu link text */
.dropdown-menu > li > a {
	font-family: Oxygen,sans-serif!important; color: rgb(243, 243, 243)!important; font-size: 15px!important; font-weight: normal;
	text-align: left;
}

.dropdown-menu > li > a:hover {
	color: rgb(111, 168, 220)!important;
	background: transparent;
	outline: 0; /* Remove dotted line in IE */
}

.dropdown.open {

}


.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.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;
}


/*=======================================
    CAROUSEL SECTION STYLES
=======================================*/

.carousel-holder {
	position: absolute; /* or fixed */
	top:0;
	width: 100%; 
	z-index:0; 
}

/* Carousel base class */
.carousel {
  height: 100vh;
  width: 100%; 
 /* margin: 85px auto auto auto;*/ /* center your carousel if other than 100% */
}
.carousel-caption h3 {
	font-family: Oxygen,sans-serif; color: rgb(255, 255, 255); font-size: 38px; font-weight: normal;
}

/* Carousel Indicators */
.carousel-indicators {
	bottom: 10px;
}

.slider-size {
	height: 100vh; 

}

/* 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;
}
#banner .item div{
	display: flex;
	align-items:flex-start;
	justify-content: center;
	flex-direction: column;
	
}
.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;
}



/* 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;
  }
}

/* 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 {
                  -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; /* Changed to 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); /* Changed to translate(0,0) */
                  transform: translate(0,0);
                }
}


/*=======================================
    HOME SECTION STYLES
=======================================*/

#content-header-sec {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 274px;
    color: #fff;
}
#content-header-sec .col-md-12 {
	display: table;
    height: 116px;
}
#testimonials-sec {
	width: 100%;
	display: block;
	height: auto;
	padding-top: 175px;
	min-height: 550px;
	color: #fff;
}
.gallery-main {
	width: 100%;
	height: auto;
}
.testimonial-quote {
	font-size: 22px;
}
#contact #map{
	height: 410px;
	padding-top: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: calc(50vw - (1140px*0.166666665) + 13px);
}
.small-image {
	height: 232.5px;
}
.long-image {
	height: 470px;
}
#contact .row> #map_canvas {
	padding-right: 20px;
}
#contact #map_canvas {
	height: 100%;
	background-color: #CCC;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	margin-left: -15px;
}
@media (max-width: 1199px) {
	#contact #map {
		width: calc(50vw - (960px*0.166666665) + 20px);	
	}
	#contact #map_canvas {
		' margin-right: calc(-50vw + (960px/2));
    	width: calc(50vw - (960px*0.166666665) + 13px);	
	}
	.small-image {
		height: 300px;
	}
	.long-image {
		height: 605px;
	}
}
@media (max-width: 991px) { 
	#contact #map {
		width: calc(50vw - (740px*0.166666665) + 20px);	
		right: 0px;
	}
	#contact #map_canvas {
    	width: calc(50vw - (740px*0.166666665) + 13px);	
	}
}
@media (max-width: 767px) {
	#contact #map  {
		position: relative;
		height: calc(100% + 45px);
		width: 100;
	} 
	#contact #map_canvas {
		width: 100vw;
		height: calc(100% + 45px);
		left: 0px;
		margin: 0;
	}
	.adress-wrapper {
		border-radius: 0px;
		margin-top: 0px;
		height: 100%;

	}
	.long-image {
		height: auto;
	}
	.gallery-main {
		height: auto;
		max-height: 450px;
	}

}
.callback {
	margin-top: 20px;
	margin-bottom: 30px;
}

.callback p, .callback label {
	font-size: 16px;
	line-height: 21px;
	padding-bottom: 0;
	margin:0px;
	font-weight:normal;
}
.callback h3{
	font-size:22px;
	margin-top:0;
}

/*====================================================
   MODAL DIALOG CHANGES   
====================================================*/
.modal-backdrop {
	position: fixed; /* Required for theme */
	width:100%!important;
	height:100%!important;
}

.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%;
}


/*==========================================
    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 {
	position: relative;
	padding: 2.5px;
	/*padding:15px 0;*/
}
.image-container .overlay {
	display: none;
	background: #000;
	opacity: 0.1;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.image-container:hover .overlay {
	display: block;
	cursor: pointer;
}
.image-container:hover p{
	display: table-cell;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	text-align: center;
	top:40%;
}

.image-container:hover img {
	opacity: 0.3;
	
}

.image-container .caption {
	padding: 2px 10px;
	margin: 0px;
	background: #333;
	color: #ccc;
	font-size: 0.8em;
	height: 18px;
}

/* 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 */


/*=======================================
    Forms Error Handling
=======================================*/

.form-error{
    border:1px solid #d00!important;
	background: #faa!important;
}
.form-success{
    border:1px solid #5CB85C !important;
	background: #fff!important;
}

/*=======================================
    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;
	margin-top:30px;
}                                                                                        
 
ul.select2list li {                                                                           
    float: left;                                                                         
    padding: 0px 5px 5px;        
	min-width: 100px;
	text-align: center;
}                                                                                        

ul.select2list li span{          
	background: rgb(238, 24, 24);background: -webkit-linear-gradient(rgb(238, 24, 24), rgb(238, 24, 24));background: -o-linear-gradient(rgb(238, 24, 24), rgb(238, 24, 24));background: -moz-linear-gradient(rgb(238, 24, 24), rgb(238, 24, 24));background: linear-gradient(rgb(238, 24, 24), rgb(238, 24, 24));	
    display: block;                                                                      
    padding: 0px 10px;
	line-height: 30px;
	border: 1px solid #ee1818;
	border-radius: 3px;
}

ul.select2list li.selected span  {                                                             
    color: #fff;
}

ul.select2list li a {
	background: rgb(204, 204, 204);background: -webkit-linear-gradient(rgb(243, 243, 243), rgb(204, 204, 204));background: -o-linear-gradient(rgb(243, 243, 243), rgb(204, 204, 204));background: -moz-linear-gradient(rgb(243, 243, 243), rgb(204, 204, 204));background: linear-gradient(rgb(243, 243, 243), rgb(204, 204, 204));
	display: block;                                                                      
    padding: 0px 10px;                                                                                                                                         
    color: #666;                                                                         
    text-decoration: none;
	border: 1px solid #bbb;
	line-height: 30px;
	border-radius: 3px;
} 

/*=======================================
    Blog STYLES
=======================================*/

#blog-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;
}

.blog_list_title {
	font-size: 25px;
	font-family: 'Arapey', serif;
	padding-bottom: 0;
	margin-top: 0;
}

.blog_list_author {
	font-size: 13px;
	color: #949393;
	margin: 15px 0;
}

.blog_list_continue a {
	font-size: 13px;
	color: #ad3c1a;
}

/*=======================================
    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;
}

/*=======================================
    GOOGLE MAP AND ADDRESS TYLES
=======================================*/

.googlemap{
	background: #393939;
	color: #fff;
}
/*=======================================
    FOOTER STYLES
=======================================*/
.footer {
	background: rgb(27, 27, 27);
}

#footer {
	font-size: 13px;
	color: #fff;
	padding: 20px 0 0 0;
}

/*=======================================
    404 STYLES
=======================================*/


.head-main-404{
	font-family: 'Lato', serif;
	font-size: 180px;
	line-height:1;
	text-transform: uppercase;
	padding-bottom: 0;
	color:white;
}

.head-last-404{
	font-family: 'Lato', serif;
	font-size:35px;
	line-height:1;
	text-transform: uppercase;
	color:white;
}


@media (max-width:992px){
	.head-main-404{
		font-size: 120px;
	}
}
@media (max-width:768px){
	 .head-main-404{
		font-size: 75px;
	}
	.head-last-404{
		font-size: 20px;
	}
}

.expand.btn-testimonial {
    width: 100%;
	background-color: #ee1818;
	color:white;
	font-family: 'Lato', serif;
	font-size:18px;
	height: 38px;
}

.main-404{
	font-family: 'Lato', serif;
	font-size:16px;
	padding-bottom:0;
	margin-bottom:0;
	text-align: center;
    line-height: 21px;
}
     

/*=======================================
    MEDIA QUERIES
=======================================*/

/* Mobile to to Tablet */
@media all and (max-width:767px) and (min-width:200px) {
	.nav {
		padding-top: 0px;
		background: #444; /* Navbar drop down menu background on mobile */
	}
	
	.navbar-nav{
		margin: 1px -15px 0px -15px; /* Spacing of mobile menu options */
	}
	
	.navbar-inverse .navbar-nav > li > a {
		color: #ccc;
		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: #fff; /* 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: #000!important;
		border-radius:0px!important;
	}
	
	.dropdown-menu > li > a {
		font-family: Oxygen,sans-serif!important; color: rgb(243, 243, 243)!important; font-size: 15px!important; font-weight: normal;
	}

	.dropdown-menu > li > a:hover {
		color: rgb(111, 168, 220)!important;
	}
	
	/* Custom class to allow dropdown toggle on mobile (instead of following parent link) */
	.dropdown-menu-xs {
		width: 80px; /* Set width for easier clickability */
		float:right;
		z-index:9999;
		text-align: center;
	}
	
	.dropdown-menu-xs i {
		font-size: 12px; /* size fontawesome icon */
	}

    .head-main { 
        font-size:28px ;
    }

}

/* Tablet, Desktop + Only */
@media all and (min-width:768px) {

	.navbar-right .dropdown-menu {
		left: 0px;
		right: auto;
	}
	
	/* Drop down on hover*/
	.dropdown:hover .dropdown-menu {
		display: block;
	}
	 

}

/* JJ style */
body{
	font-size: 16px;
	font-family: 'Lato', sans-serif;
}

h1, h2, h3, a, button{ line-height: 1; }
p{ line-height: 1.5; }

a{ color: inherit; }

button{
	border: 0;
	background-color: transparent;
	color: inherit;
	cursor: pointer;
}
button:focus{outline: none;}

input, select, textarea{ font: inherit; }
address{ font-style: normal; }

/********************************
SECTIONS IN MULTIPLE PAGES
********************************/
header,
nav,
#contact,
footer{
	color: #fff;
}

header>.container,
footer>.container{
	font-size: .1px;
	line-height: 0;
	text-align: justify;
}
header .brand,
header .nav-toggle,
header>.container::after,
footer>.container>div,
footer>.container::after{
	display: inline-block;
	vertical-align: middle;
}
header>.container::after,
footer>.container::after{
	width: 100%;
}

header{
	border-bottom: 2px solid #fff;
	background-color: #fff;
	color: #515151;
}
header>.container{
	padding: 0;
}
.header__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header .brand,
header .info{
	padding: 10px 15px;
	text-align: center;
}
header .brand{
	max-width: 80%;
	margin-top: 7px;
	margin-bottom: -2px;
}
header .info{
	display: none;
}
header .brand>:first-child{
	font: italic 26px/1.2 'Cooper Std',serif;
	color: #ee1818;
	text-shadow: 1px 1px 0 #770c0c, 2px 2px 0 #000;
}
header .brand>:last-child,
header .info .info__text>:first-child{
	font-size: 12px;
	line-height: 1.2;
	text-transform: capitalize;
}
header .info .info__text>:last-child{
	font-size: 20px;
	line-height: 1.2;
	margin-top: 5px;
	text-transform: capitalize;
	color: #ee1818;
}
header .info>:last-child{
	font-size: 24px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #ee1818;
	margin-left: 15px; 
}
header .nav-toggle{
	padding: 15px;
	font-size: 24px;
	line-height: 1;
	color: #292929;
}
header .nav-toggle:hover,
header .nav-toggle:focus{
	color: #23527c;

}
header .nav-toggle:active{
	color: #23527c;
	/*background-color: #494949;*/
}
#nav{
	background-color: #f2f2f2;
}
nav{
	z-index: 16;
	width: 100%;
	background-color: rgba(31,31,31,.7);
}
nav>.container{
	padding: 0;
	/*display:table;*/
}
.nav__wrapper {
	/*display:flex;
	justify-content: space-between;
	align-items: center;*/
	display: table;
	width:100%;
	padding: 0px 15px;
}
.nav__wrapper .dropdown a{
	width: 100%;
	color: #2f2f2f;
}
nav a,
nav .dropdown{
	vertical-align: middle;
	width: 100%;
}
nav a {
	color: #000;
}
#nav__wrapper-sticky {
	display: flex;
}
nav .dropdown:hover, nav .dropdown:focus,
nav button:hover, nav button:focus, nav .dropdown:hover a , nav .dropdown:focus a {
	background-color: #393939;
	color:#fff;
}
#nav__wrapper-sticky .nav__logos:hover a, #nav__wrapper-sticky .nav__logos:hover, #nav__wrapper-sticky .nav__logos:focus, #nav__wrapper-sticky .nav__logos:focus a{
	background-color: transparent;
}
nav a:hover, nav a:focus{
	color:white;
	text-decoration:none;
}
nav .submenu a:hover, nav .submenu a:focus{
	background-color: #222;
}
.sticky_header-items .dropdown{
	width: 100%;
}
nav a:active,
nav button:active{
	color: #ddd;
	/*background-color: #111;*/
}
nav a{
	display: inline-block;
	padding: 6px 15px;
}
nav .dropdown{
	display: inline-table;
}
nav .dropdown>a,
nav .dropdown>button{
	display: table-cell;
	text-align:center;
	text-transform: uppercase;

}
nav .dropdown>button{
	width: 41px;
}
nav .dropdown>.submenu{
	display: table-caption;
	caption-side: bottom;
	overflow: hidden;

	background-color: #333;
}
nav .dropdown>.submenu>a{
	display: block;
}

#contact{
	/*padding: 15px 0;*/
	position: relative;
	background-color: #292929;
	height: 410px;
}
#contact .row>*{
	padding: 15px;
}
#contact h2, #contact .heading{
	margin: 0 0 1.25em;
	font-size: 20px;
	line-height: 1;
	display:block;
}
#content-sec> .container{
	margin-bottom: 50px;
}
.adress-wrapper {
	/*position: absolute;
	bottom: 0px;
	left:50%;
	transform: translate(-50%, 0%);*/
	background: red;
	/*height: 110%;*/
	width: 100%;
	margin-top: -80px;
	border-radius: 10px 10px 0px 0px;
	padding: 0px 50px;
	height:calc(100% + 65px);
	position: relative;
	z-index: 1000;
}
#address__wrapper .heading {
	margin-top: 30px;
	padding-top: 21%;
}
.footer-links {
	display: flex;
	flex-direction: column;
}
.footer-links a + a{
	margin-top: 20px;
}
@media (max-width: 767px) {
	#contact {
		height: auto;
	}
	#contact .container address {
		margin-bottom: 0px;
		padding-bottom:0px;
	}
	.adress-wrapper {
		border-radius: 0px;
		margin-top: 0px;
		height: 100%;
		margin-right: -15px;
		margin-left: -15px;
		padding:45px 15px;
		width: 100vw;
		margin-bottom: 0px;
	}
	#address__wrapper .heading { 
		margin-top: 0px;
		padding-top: 0px;
	}
}
.all-btn {
	padding: 17px 25px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	background-color: #ee1818;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 4px;
}
.all-btn i{
	padding-left:15px;
}
.all-btn:hover, .all-btn:focus {
	opacity: .8;
	text-decoration: none;
	color: #ffffff;
}
.all-btn:active {
	opacity: .6;
}
#contact button{
	padding: 9px 25px;
	font-size: 18px;
	line-height: 1;
	background-color: #ee1818;
}
#contact button:hover,
#contact button:focus{
	opacity: .8;
}
#contact button:active{
	opacity: .6;
}
#contact .map>div{
	margin-bottom: 15px;
	width: 100%;
	height: 275px;
	background: url('https://placehold.it/720x275/?text=map+goes+here') center/cover;
}
#contact .map>button,
#contact .map>.fa{
	vertical-align: middle;
}
#contact .map>.fa{
	margin-left: 12px;
	width: 1.5em;
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
}
#contact .map>.fa:hover,
#contact .map>.fa:focus{
	opacity: .8;
}
#contact .map>.fa:active{
	opacity: .6;
}
#contact .map>.fa-facebook{
	background-color: #4c6dad;
}
#contact .map>.fa-twitter{
	background-color: #6ba0d4;
}
#contact address{
	padding-top: 15px;
}
#contact address>div{
	font-size: 13.5px;
	line-height: 2;
}
#contact address .adress-wrapper>.details a {
	font-weight: bold;
}
#contact address>.details{	display: block; margin-top: 18px; }
#contact address .adress-wrapper>.details i{	

	padding-right: 20px;
}
#contact address>.details a:hover {color:white;}

#contact form label{
	display: block;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight:100;
	line-height:18px;
}
#contact form>label>span{
	color: #ee1818;
}
#contact form input{
	display: block;
	width: 100%;
	border: 0 none;
	padding: 8px;
	color: #393939;
}
#contact form input + .error-message{
	margin-top:-10px;
}
#contact form span{
	font-size: 13px;
	color: #ee1818;
}
#contact form .captcha{
	position: relative;
}
#contact form .captcha>input{
	left: 0;
	width: 100%;
	border: 0 none;
	padding: 8px;
	line-height: 1;
	color: #393939;
}
#contact form .captcha>img{
	position: absolute;
	top: 0px;
	right: 0;
}

footer{
	padding: 20px 0;
	background-color: #000;
}
footer>.container>div{
	padding: .5em 0;
	font-size: 13px;
	line-height: 1.5;
	text-align: left;
}
footer a{ transition:color 0.4s linear; }
footer a:hover, #footer a:focus{text-decoration:none }
footer a:active{  }

#callback{ display: none; }

@media(min-width:528px)
{
	header .brand>:first-child{
		font-size: 38px;
	}
}
@media(min-width:768px){
	#contact .row>address{ 
		height: 410px;
	 }
}
@media(min-width:992px){
	header .info{
		justify-self: end;
		display: flex;
		align-items:center;
		vertical-align: middle;
	}
	.nav__wrapper .nav-toggle {
		display: none;
	}
	header .nav-toggle{
		display: none;
}

	#nav{
		display: block;
		visibility: visible;
		height: auto !important;
	}
	nav a,
	nav .dropdown{
		width: auto;
		display:table-cell;
		padding:6px 0;
		text-align:center;
	}
	nav .dropdown{
		position: relative;
		
	}
	nav .dropdown>a,
	nav .dropdown>button{
		display: inline-block;
		vertical-align: middle;
		
	}
	nav .dropdown>a{
		font-size: 15px;
		font-weight: bold;
		width: 100%;
    	height: 100%;
	}
	nav .dropdown>button{
		width: auto;
		padding-left: 5px;
	}
	nav .dropdown>.submenu{
		position: absolute;
		top: 100%;
		left: 0;
		margin-left: 0;
		min-width: 100%;
	}
}
@media(min-width:1200px){
nav a,
	nav .dropdown{
		width: auto;
		
	}
}
/********************************
HOME PAGE SECTIONS
********************************/
#banner{
	color: #fff;
}
#banner .item{
	
	text-align: center;
	background: url('https://placehold.it/1400x600/333/666') center/cover;
}
#banner .carousel-control{
	width: 30px;
	font-size: 60px;
}

#banner h2, .banner-head{
	margin: 0 0 25px;
	font-size: 35px;
}
#banner p{
	font-size: 14px;
	padding-top:3px;
}
#banner .item .row:first-child{
	margin-top:132px;
}
@media(max-width:px){
	#banner .item .row:first-child{margin-top:70px;}
}


#banner p+a{
	display: inline-block;
	vertical-align: top;
	border: 1px solid #fff;
	padding: .6em 5px;
	font-size: 15px;
	line-height: 1;
	background-color: rgba(0,0,0,.25);
}
#banner p+a:hover,
#banner p+a:focus{
	border-color: #eee;
	color: #eee;
	background-color: rgba(0,0,0,.35);
}
#banner p+a:active{
	border-color: #ddd;
	color: #ddd;
	background-color: rgba(0,0,0,.45);
}
#welcome {
	display: flex;
    align-items: flex-start;
    justify-content: space-between;
	padding: 40px 0px 40px 0px;
}
#welcome h1, #welcome h2{
	font-size:34px;
	margin: 0px;
	width: 100%;
	font-weight: bold;
}
#welcome p{
	font-size:18px;
	margin-bottom:0px;
	line-height: 1.61; 
}
#welcome a, #welcome i{ 
	color: red;
	text-transform: uppercase;
	font-weight: bold;
}
#welcome a i {
	padding-left: 10px;
}
#welcome a:hover{ 
	text-decoration: none; 
	opacity: 0.7;
}
#featurettes h2, #featurettes .heading{
	font-size: 20px;
	text-align: left;
	color: #fff;
}
@media(min-width:767px) and (max-width:991px){
	#featurettes h2, #featurettes .heading{
		padding-left: 10%;
		text-align: left;
	}
}
#featurettes {
	border-radius: 5px;
	overflow: hidden;
}
#featurettes img,
#featurettes img+div{
	width:100%;
	/*padding: 10px 15px;
	 padding: 10px 15px;*/
}
#featurettes a{
	color: #ee1818;
}
#featurettes a:hover,
#featurettes a:focus{
	color: #de0808;
	outline: 1px dotted #de0808;
}
#featurettes a:active{
	color: #ce0000;
	outline: 1px dashed #ce0000;
}
#featurettes .vignette {
	position: relative;
	height: 425px;
}

#featurettes .vignette:hover .features__text .features__text-wrapper .features__circle{
	transform: scale(1.3);
}


#featurettes .vignette p, #featurettes .vignette a{
	font-size:14.3px;
}
#featurettes .vignette p{
	margin-bottom: 0;
    padding-bottom: 10px;
	color: #fff;
}
.features__text {
    position: absolute;
	height: 300px;
    bottom: 0px;
    left: 0px;
	padding:0px 35px 30px 20px;
}
.vignette:last-child{
	border-radius: 0px 5px 5px 0px;
}
.vignette:last-child .features__text{
	background: linear-gradient(to top, #3b3b3b 65%, rgba(59, 59, 59, 0.8));
}
.vignette:first-child .features__text{
	background: linear-gradient(to top, #909090 65%, rgba(144, 144, 144, 0.8));
}
.vignette:nth-child(2) .features__text {
	background: linear-gradient(to top, #666666 65%, rgba(102, 102, 102, 0.8));
}
.features__text-wrapper {
	height: 100%;
	display: flex;
	flex-direction:column;
	justify-content:space-between;
	position:relative;
	padding: 25px 0px 0px 15px;
}
.features__text-wrapper ul {
	color: #fff;
	list-style: none;
	padding-left: 0px;
	font-size: 16px;
}
.features__text-wrapper ul li i{
	padding-right: 10px;
}
.circle {
	border-radius: 70px;	
}
.features__circle {
	background:#fff;
	width:90px;
	height:90px;
	display:flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -45px;	
	transition: all .5s ease-out;
}
#featurettes .features__circle img {
	width: 52%;
    max-height: 70%;
}


#featurettes .vignette .features__link {
	background: #ee1818;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	align-self: flex-end;
	font-size: 20px;
	font-weight: bold;
	transition: width .5s ease-out;
	overflow: hidden;
	position: relative;

}
#featurettes .vignette .features__link i {
	font-weight: bold;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.features__link span {
	position: absolute;
	right: -150px;
	opacity: 0;
	transition-delay: .3s;
	-webkit-transition: right .5s ease-out;
	-moz-transition: right .5s ease-out;
	-o-transition: right .5s ease-out;
	transition: right .5s ease-out;

}
#featurettes .vignette .features__link:hover {
	background-color: #fff;
	color: red;
	outline: none;
	text-decoration: none;
}
#featurettes .vignette .features__link:hover i {
}
#featurettes .vignette .features__link:focus {
	
}
#featurettes .vignette:hover .features__text .features__text-wrapper .features__link{
	border-radius: 30px;
	width: 70%;
	justify-content: flex-start;
}
#featurettes .vignette:hover .features__text .features__text-wrapper .features__link i{
	padding-left: 40px;
	border:none;
	justify-self:start;
}
#featurettes .vignette:hover .features__text .features__text-wrapper .features__link span {
	right: 20px;
	opacity: 1;

}
.contacts {
	margin-top: 100px;
	background-image: url("/images/bg67.png");
	background-size: cover;
}
.contacts__wrapper {
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding: 90px 0px;
}
.contacts__text {
	width: 50%;
	color: #fff;
}
.contacts__text h2{
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px;
}
.contacts__icons {
	width: 50%;
	padding-left: 40px;
	display: flex;
	justify-content: center;
}
.icons__circle {
	width: 125px;
	height: 125px;
	background-color: #ee1818;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: transform .2s ease; 
}
.icons__circle a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center; 
	align-items: center;
}
.icons__circle:hover {
	transform: scale(1.1);
}
.contacts-icons__wrapper {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	color: #fff;
}
.contacts-icons__wrapper p{
	margin-bottom: 0px;
}
.contacts-icons__wrapper + .contacts-icons__wrapper {
	margin-left: 52px;
}
#gallery {
	padding-bottom: 48px;
	margin-top:60px;
}
#gallery hr{
	margin-top:0px;
	margin-bottom: 15px;
}
#gallery>h2,
#gallery>h3,
#gallery>hr,
#gallery>.heading,
#gallery>.call{
	display: inline-block;
	vertical-align: middle;
}
#gallery>h2,
#gallery>h3,
#gallery>.heading,
#gallery>.call{
	
	text-align: center;
	margin-top: 11px;
	margin-bottom: 19px;
}
#gallery>h2,
#gallery>.heading{
	font-size: 36px;
	line-height: 1;
	font-weight: bold;
}
#gallery>h3,
#gallery>.call{
	font-size: 22px;
	color: #ee1818;
}
#gallery>hr{
	width: 100%;
	border-color: #000;
}
#gallery .row{
	text-align: center;
}

.gallery__more {
	text-align: center;
	width: 100%;
}

.gallery__more>a{
display: inline-block;
	margin-top: 35px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #ee1818;
}
.gallery__more>a:hover,
.gallery__more>a:focus{
	color: #ee1818;

}
.gallery__more>a:active{
	color: #ce0000;
	outline: 1px dashed #ee1818;
}
.testimonials {
	background-image: url("/images/bg88.png");
	background-size: cover;
	background-repeat: no-repeat;
}
.testimonials__wrapper {
	padding: 70px 0px;
}
.testimonials__item {
	text-align: center;
}
.testimonials__item h2 {
	font-size: 36px;
	margin-bottom: 22px;
}
.testimonials__text {
	font-size: 22px;
	font-style: italic;
	font-weight: bold; 
}
.testimonials__item .all-btn{
	padding: 18px;
}
.get-in-touch{
	background-color: #313131;
}
.get-in-touch h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
	color: #fff;
	margin-bottom:50px;
}
.form-wrapper {
	width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	padding: 60px 0px 120px 0px;
}
.get-in-touch .form-block {
    /*border: 5px solid #e8e8e8;*/
	color: #fff;
}

.get-in-touch .form-group {
    margin-bottom: 1rem;
    position: relative;
	z-index: 2;
}

.get-in-touch .form-group label {
	text-transform: capitalize;
	color: #cbcbcb;
}
.get-in-touch .form input.form-control {
    border-radius: 0;
    padding: 10px 10px;
    border: 0;
    border: 1px dashed #787878;
    box-shadow: none !important;
    height: 42px;
}

.get-in-touch .form textarea.form-control {
    height: 171px;
    background-color: rgba(0, 0, 0, 0);
    background-size: auto 57px;
    background-position: 50% -10px;
    line-height: 57px;
    overflow: hidden;
    padding: 0 10px;
    border-radius: 0;
    border: 1px dashed #787878;
    box-shadow: none !important;
    margin-top: -4px;
}
.get-in-touch .form .form-group input::placeholder,
.get-in-touch .form textarea::placeholder
 {
	color: #8c8c8c;
}

.get-in-touch .form .form-group input,
.get-in-touch .form textarea {
    font-size: 14px;
}

.get-in-touch .form input.error,
.get-in-touch .form textarea.error {
    border-color: red;
    color: red;
    background: #fff6f6;
}

.get-in-touch .form input.error+.error,
.get-in-touch .form textarea.error+.error {
    position: absolute;
    font-size: 12px;
    color: #ff0404;
    right: 0;
    bottom: -20px;
    margin: 0px;
}

@media(max-width: 575px) {

    .get-in-touch .form input.error+.error,
    .get-in-touch .form textarea.error+.error {
        bottom: -15px;
    }
}

.get-in-touch .form .checkbox-block {
    position: relative;
	z-index: 1;
}

#formInputs #form-callback .checkbox-block {
    position: relative;
	z-index: 1;
}

.get-in-touch .form .checkbox-block input {
    position: absolute;
    opacity: 0;
}
#formInputs #form-callback .checkbox-block input {
    position: absolute;
    opacity: 0;
}

.get-in-touch .form .checkbox-block input+label {
    padding-left: 55px;
}
#formInputs #form-callback .checkbox-block input+label {
    padding-left: 55px;
}

.get-in-touch .form .checkbox-block input+label:before {
    content: "";
    position: absolute;
    border: 1px dashed #787878;
    width: 22px;
    height: 22px;
    left: 30px;
	border-radius: 6px;
    /*top: 3px;*/
}
#formInputs #form-callback .checkbox-block input+label:before {
    content: "";
    position: absolute;
    border: 1px dashed #787878;
    width: 20px;
    height: 20px;
    left: 0px;
	border-radius: 6px;
    top: 3px;
}

.get-in-touch .form .checkbox-block input:checked+label:after {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    left: 33px;
    top: 0px;
    font-weight: bold;
}
#formInputs #form-callback .checkbox-block input:checked+label:after {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    left: 2px;
    top: 3px;
    font-weight: bold;
}

.get-in-touch .form input[type=checkbox].error+label:before {
    border-color: #ff0404;
    background-color: #ffb0b0;
}
#formInputs #form-callback input[type=checkbox].error+label:before {
    border-color: #ff0404;
    background-color: #ffb0b0;
}
.get-in-touch .form input[type=checkbox].form-error+label:before {
    border-color: #ff0404;
    background-color: #ffb0b0;
}
#formInputs #form-callback input[type=checkbox].form-error+label:before {
    border-color: #ff0404;
    background-color: #ffb0b0;
}
.form-bottom .all-btn{
	font-family: 'Lato', sans-serif;
	padding: 19px 30px;
}
.form-wrapper p,.text-center {
	padding: 0px 15px;
	margin-bottom: 35px;
}
@media(min-width:0px){
	.carousel{
		/*height:500px;*/
	}
	.slider-size {
		height: 100vh;
	}
	#nav{
		position:relativ;
		}
}
@media(min-width:528px){
	#banner .item{
		
		text-align: left;
	}
	
	#banner h2, .banner-head{
		font-size: 45px;
	}
	#banner p{
		font-size: 16px;
		line-height: 24px;
	}
	#banner p+a{
		margin-top: 1em;
		padding: .6em 15px;
		font-size: 20px;
	}

	#gallery{
		
		line-height: 0;
		text-align: justify;
	}
}
@media(min-width:768px){
	.carousel{
		/*height:550px;*/
	}
	.slider-size {
		height: 100vh;
	}
	#banner .left.carousel-control{
		height: 33.33%;
		top: 33.33%;
		bottom: 33.33%;
		left:25px;
		display:table;
	}
	#banner .right.carousel-control{
		height: 33.33%;
		top: 33.33%;
		bottom: 33.33%;
		right:25px;
		display:table;
	}
	#banner .right.carousel-control span{
		display: table-cell;
		vertical-align: middle;
	}
	#banner .left.carousel-control span{
		display: table-cell;
		vertical-align: middle;
	}
	
	#banner h2, .banner-head{
		font-size: 55px;
	}
	#banner p{
		font-size: 48px;
		line-height:1;
		text-shadow: 7px 7px 10px black;
	}
}
@media(min-width:992px){
	#nav{
		position:absolute;
	}
	.carousel{
		/*height:550px;*/
	}
	.slider-size {
		height: 100vh;
	}
	#banner .left.carousel-control{
		margin-right: 455px;
	}
	#banner .right.carousel-control{
		margin-left: 455px;
	}
}
@media(min-width:1200px){

	.carousel{
		/*height:650px;*/
	}
	.slider-size {
		height: 100vh;
	}
	#banner .left.carousel-control{
		margin-right: 555px;
	}
	#banner .right.carousel-control{
		margin-left: 555px;
	}
	
}
@media(max-width:1500px){
	#banner .item div{
		background-position:-45px;
	
	}
}

@media(max-width:1199px){
	.get-in-touch .form .checkbox-block input:checked+label:after {
		bottom: 28px;
	}
}

@media(max-width:1200px){
	.features__text {
		height: 320px
	}
	.slider-size {
		background-position-y:0 !important;
	}
	#banner .item div{
		background-position:0;
	}
	#welcome p {
		width: 70%;
		padding: 0px 0px 0px 20px;
	}
	#welcome h1, #welcome h2 {
		width: 30%;
	}
}
@media(max-width:900px){
	#banner .item div{
		padding-left: 3%;
		padding-right: 3%;
	}
}
@media(min-width:992px) and (max-width:1100px){
	#banner .item div{
		padding-left: 2%;
		
	}
}
@media(min-width:1200px) and (max-width:1300px){
	#banner .item div{
		padding-left: 20px;
		
	}
}
@media(max-width:415px){
	a.btn-carousel{
		font-size:15px;
	}
}

@media(max-width:767px){
	#featurettes h2, #featurettes .heading{
		text-align:left !important;
		padding-left: 20%;
	}
}

/********************************
CONTACT PAGE SECTIONS
********************************/
#header{
	padding: 60px 0 45px;
	background: url('../img/contact_header.jpg') center/cover;
	color: #fff;
}
#header .crumbs{
	margin-bottom: 35px;
	padding-top: 11px;
	padding-bottom: 11px;
	font-size: 13px;
}
#header .crumbs>a:hover,
#header .crumbs>a:focus{
	outline: 1px dotted #fff;
}
#header .crumbs>a:active{
	outline-style: dashed;
}
#header .crumbs+div{
	max-width: 780px;
	text-align: center;
}
#header h2{
	margin-bottom: 35px;
	font-size: 58px;
}
#header p{
	margin-bottom: 12px;
	font-size: 19px;
}
#header p>span{
	display: block;
	margin-top: 12px;
	font-size: 15px;
}

#body{
	padding-top: 20px;
}
#body .main_text>hr{
	height: 3px;
	border: 0;
	background-color: #d3d3d3;
}
#body .address, #body .contact{
	margin-bottom: 32px;
}
#body .contact{
	display: inline-table;
	margin-bottom: 32px;
}
#body .contact>div{ display: table-row; }
#body .contact>div>span{	display: table-cell; }

#body .address>:first-child,
#body .contact>div>:first-child{
	font-weight: bold;
}
#body .address>div:first-of-type,
#body .address>div:last-of-type{
	margin-bottom: .75em;
}
#body form{ font-size: 16px; }
#body form>span{ color: #d9611c; }
#body form>span:first-child{	float: right; }
#body form>label{ line-height: 1.5; }

#body form>input,
#body form>select,
#body form>textarea{
	margin-bottom: 15px;
	width: 100%;
	border: 1px solid #d3d3d3;
	padding: 8px;
	background-color: #f7f7f7;
}
.vcard .fa{
	color:#ee1818;
	margin-top:11px;
}
.vcard .fa:last-of-type{
	margin-bottom:11px;
}
#map{
	height: 385px;
	background: url('https://placehold.it/1200x385/?text=map+goes+here') center/cover;
}

/********************************
CONTENT PAGE SECTIONS
********************************/

/***********************************************
* 	QUICK CALLBACK, QUICK SOCIAL START
***********************************************/
	.required{
		color:#ee1818 !important;
	}
	.fixed-container {
		position: fixed;
		right: 0;
		transition: width linear 0.3s;
	}

	.fixed-container .fixed-container-opener {
		float: left;
		width: 45px;
		cursor: pointer;
		color: #fff;
		font-size: 25px;
		line-height: 47px;
		text-align: center;
		transform: translate(0px, 0px);
		z-index: 16;
	}
	
	.fixed-container .fixed-container-content {
		position: absolute;
		left: 45px;
		padding: 15px 20px;
		background: #fff;
		z-index: 1000;
		
	}
		#callback{
			z-index:9999;
		}
		#callback .fixed-container-opener {
			height: 180px;
			background-color:#ee1818;
			font-size:18px;
			font-family:lato;
		}
		
		#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: 180px;
			width: 180px;
		}

		#callback .fixed-container-content {
			width: 341px;
			background-color: #292929;
		}
		
		#callback .fixed-container-content input[type=text] {
			width: 100%;
			height: 35px;
			margin-top: 0px;
			margin-bottom: 10px;
		}

		#callback .fixed-container-content textarea {
			height:100px;
			width: 100%;
		}

		#callback .fixed-container-content label {
			font-size: 14px;
			font-family: lato;
			font-weight: 100;
			color:white;
		}
		#callback .fixed-container-content label span{
			color:#ee1818;
		}

		#callback .fixed-container-content img {
			height: 35px;
		}
		
		#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;
		}
		#field-contact-subs{
			float:left;
			margin-right: 10px;
		}

	/*----------------------------- 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
***********************************************/
#content-sec{

}

/* COOKIES BAR */
/* COOKIES DIV */
#cookieinfo{
	width: calc(100% - 40px);
    max-width: 350px;
    position: fixed;
    z-index: 99999;
    left: 20px;
    bottom: 20px;
    background-color: rgb(125,125,125);
    color: #fff;
}
.cookie-container{
	color: rgb(255, 255, 255);	
}
.cookie-container .border-right{
	
}
.cookie-container .border-left{
	border-left:1px solid #c3c3c3;
}
.cookie-header{
	font-size: 21.29px;
    font-weight: bold;
    color: white;
    font-family: open sans;
	margin-right: -15px;
}

@media(max-width:450px){
	.cookie-header{
		font-size:16px;
	}
}
@media(max-width:300px){
	.cookie-header{
		font-size:13px;
	}
	.cookie-text {
		font-size: 13px;
	}
}

.cookie-text{
	font-size: 14px;
    color: white;
    font-family: open Sans;
}
.cookie-links {
    margin-bottom: 0px;
	margin-top: 0px;
	float:right;
}
.cookie-links > a {
	font-size:18px;
	font-family:open sans;
    padding-right: 15px;
	border: solid 2px black;
    color: #FFF;
	padding: 6px 16px;
	text-transform:none;
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline-block;
}
.cookie-links > a:first-child {
	margin-right:10px;
	background: #f01515;
   
}


@media(max-width:991px){
	.cookie-links {
		float:left;
	}
	#welcome {
		 flex-direction: column;
		 padding-left: 15px;
		 padding-right: 15px;
	}
	#welcome h1, #welcome h2 {
		width: 100%;
		margin-bottom: 20px;
	}
		#welcome p{
		width: 100%;
		padding: 0px;
	}
	.features__text {
		top: 0px;
		right: 0px;
		bottom:auto;
		left: auto;
		height: 310px;
		width:70%;
	}
	#featurettes .vignette {
		height: 310px;
	}
	#featurettes .vignette + .vignette {
		margin-top: 20px;
	}
	.vignette {
		border-radius: 5px;
		overflow:hidden;
	}
	.vignette:first-child .features__text {
    	background: linear-gradient(to left, #909090 70%, rgba(144, 144, 144, 0.8));
	}
	.vignette:nth-child(2) .features__text {
		background: linear-gradient(to left, #666666 70%, rgba(102, 102, 102, 0.8));
	}
	.vignette:last-child .features__text {
    	background: linear-gradient(to left, #3b3b3b 70%, rgba(59, 59, 59, 0.8));
	}
	#featurettes img, #featurettes img+div {
		height: 310px;
	}
	.features__circle {
		top: 15px;
		left:-65px;
	}
	#featurettes img, #featurettes img+div {
		width: auto;
	}
	.contacts__wrapper {
		flex-direction: column;
	}
	.contacts__text {
		width: 100%;
	}
	.contacts__icons {
    	width: 100%;
    	padding-left: 0px;
		justify-content: center;
	}
	.padd{
		 padding: 0px 15px;
	}
}
.error-message{
	color: #d00;
	padding: 0;
    margin-top: -10px;
   
}
@media(max-width:575px){
	#featurettes h2, #featurettes .heading{
		text-align:left !important;
		padding-left: 20%;
	}
	#featurettes .vignette {
		height: 500px;
	}
	.features__text {
		bottom: 0px;
		top: auto;
		left: 0px;
		width: 100%;
	}
	#featurettes img, #featurettes img+div {
		width: 100%;
	}
	.features__circle {
    	top: -45px;
    	left: auto;
	}
	#featurettes h2, #featurettes .heading {
    	padding-left: 0%;
	}
	.features__text {
		padding: 0px 10px 10px 10px;
		height: 350px;
	}
	.vignette:first-child .features__text {
    	background: linear-gradient(to top, #909090 70%, rgba(144, 144, 144, 0.8));
	}
	.vignette:nth-child(2) .features__text {
		background: linear-gradient(to top, #666666 70%, rgba(102, 102, 102, 0.8));
	}
	.vignette:last-child .features__text {
    	background: linear-gradient(to top, #3b3b3b 70%, rgba(59, 59, 59, 0.8));
	}
	.contacts__icons {
		flex-direction: column;
		align-items: center;
	}
	.icons__circle + .icons__circle {
		margin-left:0px;
		margin-top: 30px;
	}
}
#content-sec .container ul li{font-size:16px}
.mandatory{color:#c7390e;}
#featurettes .heading{
	margin-top: 40px;
	margin-bottom: 10px;
	font-family: "Lato";
    font-size: 24px;
    font-weight: 600;
}
.features__text-wrapper ul Li + li{
	margin-top: 10px;
}
.banner-head{
	color:#fff;
	line-height: 1;
	font-size:96px;
	text-shadow: 7px 7px 10px black;
}
.mrg-bt-15{margin-bottom:15px;margin-top:15px;}
.callb-container{top:129px;width:45px;}
.margt-15{margin-top:15px;}
.margt-25{margin-top:25px;}
.wd-165{width:165px;}
h3.more {
    margin: 15px 0px !important;
    border-bottom: 1px solid #CECECF;
    padding: 15px 0px;
    cursor: pointer;
    clear: both;
}
.footer__nav {
	display:flex;
	flex-wrap: wrap;
	height: 380px;
}
.info__mobile {
	display: none;
	padding: 0px 15px;
}
.info__mobile a i{
	font-size: 30px;
	color: #292929;
}
#nav.scrolled {
    position: fixed;
	top: 0px;
	left: 0px;
}
.btn_sticky {
	color: #292929;
	font-size: 24px;
}
#stycky_nav.scrolled {
	position:fixed;
	color:red;
	background:#f2f2f2;
	top: 0px;
	left: 0px;
	visibility: visible;
	z-index: 9999;
}
.sticky_header-items {
	display: flex;
    width: 100%;
    justify-content: space-between;
    padding-left: 70px;
}
.nav__logos {
	padding: 6px 0px;
}
.cookie-links {
	width: 100%;
}
.cookie-links > a:first-child { 
	margin-right: 0px;
}
.cookie-links > a { 
	margin-right: 0px;
	margin-left: 0px;
    margin-bottom: 0px;
    background: #f01515;
    text-align: center;
    border: 4px solid #f01515;
	width: 100%;
}
.cookie-text {
	padding: 15px 0px;
}
.cookie-text a, .cookie-text p {
	padding: 0px;
}
.cookie-text a {
	color: black;
}
.cookie-container .border-left {
	border-left: 0px;
}
@media(max-width:991px){
	.info__mobile {
		display: block;
	}
	#nav__wrapper-sticky{
		flex-direction: row;
	}
	.sticky_header-items {
		display: none;
		position: fixed;
		top:46px;
		left: 0px;
		flex-direction: column;
		background: #f2f2f2;
		padding: 0px;
	}
	#nav__wrapper-sticky .nav__logos a{
		display: flex;
		width: 100%;
    	justify-content: center;
	} 
	#nav__wrapper-sticky {
		flex-direction: row;
		justify-content: space-between;
	}
	.nav__wrapper {
		flex-direction: column;
	}
	.banner-head{
		font-size:80px;
	}
	#banner .item div .all-btn {
		margin-bottom:100px;
	}
	#banner p {
		font-size: 38px;
	}
	.footer__nav {
		height: 425px;
	}
	#contact {
		height: 455px;
	}
	.adress-wrapper {
		height: calc(100% + 110px);
	}
	#contact #map_canvas {
		height: calc(100% + 45px);
	}

}
@media(max-width:767px){
	#banner p {
		font-size: 30px;
	}
	#contact {
		height: auto;
	}
	.footer-flex {
		display: flex;
		flex-direction: column;
	}
	.footer__nav {
		width: 100%;
	}
	.order-md-1 {
		order: 1;
	}
	.order-md-2 {
		order: 2;
	}
	.order-md-3 {
		order: 3;
	}
	#contact #map_canvas {
		margin-right: calc(-50vw + (960px/2));
		height: 100%;
	}
	#contact .container address,.first-block {
		padding-top: 0px;
	}
	@media(max-width: 575px){
		.contacts-icons__wrapper + .contacts-icons__wrapper {
			margin-left: 0px;
		}
		.nav__logos {
			min-height: 46px;
		}
		#nav__wrapper-sticky .info__mobile{
			padding: 0px;
		}
	}
}