.preload * {
 -webkit-transition: none !important;
 -moz-transition: none !important;
 -ms-transition: none !important;
 -o-transition: none !important;
 transition: none !important;
}

.left {
float: left
}
.right {
    float: right;
}
.centre {
text-align: center;
}
.res {
	display: none;
}
.nores {
}

.section {
	transition: all 0.5s;
	background-color: #FFF;
	margin: 0;
	padding: 1px;
}
.wrap {
	padding: 0 3vw;
	transition: inherit;
}
.fullwrap {
	padding: 3vw;
	transition: inherit;
}

#wrapper {
	/*position: relative;
	z-index: 10;
	width: 100%;*/
	
}
#header {
	top: 0;
	width: 100%;
	transition: all 0.5s linear;
	
}
#socialbar {
	height: 50px;
	background-color: #6699FF;
	display: none;
}
.tag_line {
	text-align: center;
	font-family: "Open Sans", sans-serif;
	color: #fff;
	line-height: 50px;
	font-size: 20px;
	font-weight: 300;
}
.socialbar_icons {
	position: absolute;
	right: 3vw;
}

ul.socialbar_icons {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 10px;
	transition: inherit;
	overflow: hidden;
}
ul.socialbar_icons li{
	width: 30px;
	height: 30px;
	/*border-radius: 20px;*/
	border-radius: 5px;
	float: left;
	margin: 0 5px;
	transition: inherit;
	background-color: RGBA(255,255,255,0.5);
	padding: 0px;
}
ul.socialbar_icons li a{
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	border-radius: 5px;
	transition: all 0.25s;
	box-shadow: 0 0px 0px 0px RGBA(255,255,255,0.5);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
ul.socialbar_icons li a:hover {
	box-shadow: 0 1px 3px 0px RGBA(0,0,0,0.5);
}
ul.socialbar_icons li a img{
	width: 40px;
	border-radius: 5px;
	display: none;
}
#socialbar:hover, ul.socialbar_icons:hover {
	overflow: visible;
}

.si_fb {
	background-image: url('../images/social/icons50/facebook.png')
}
.si_tw{
	background-image: url('../images/social/icons50/Twitter.png')
}
.si_lg{
	background-image: url('../images/social/icons50/Instagram.png')
}
.si_li{
	background-image: url('../images/social/icons50/linkedin.png')
}
.si_yt{
	background-image: url('../images/social/icons50/YouTube.png')
}
.si_dp{
	background-image: url('../images/social/icons50/googleplus.png')
}
#logo {
	background-color: #FFF;
	background-color: RGBA(255,255,255,0.9);
	padding: 10px 3vw;
	box-shadow: 0 2px 5px 3px RGBA(0, 0, 0, 0.25);
	transition: all 1s;
	height: 130px;
}
#logo h1 {
    display: block;
	transition: all 1s;
	text-align: center;
	margin: 0 300px;
	padding: 0;
	font-size: 4vh;

}
#logo h1 a {
	color:  #C1393D;
}
#logo h1 a img {
	transition: all 1s;
}



#company_logo {
	float: left;
	max-height: 80px;
	height: 1vw;
	
}
#company_logo img {
	height: 120px;
}



#logo_tag {
	font-family: "Open Sans", sans-serif;
	font-size: 22px;
	text-align: center;
	font-weight: 400;
	transition: all 1s;
	margin: 0;
	padding-bottom: 20px; 
	color: #666;
	
}
#logo_tel {
	float: right;
	color:  #C1393D;
	font-size: 4vh;
	line-height: 80px;

}

@media all and (max-width: 1100px){
	#logo {
		height: 70px;
	}
	#company_logo img{
		height: 60px;
	}
	#logo h1 {
		font-size: 2.5vh;
		margin: 0 200px;
	}
	#logo_tel {
		font-size: 2.5vh;
	}
	
}


#menubar {
	overflow: visible;
	transition: inherit;
	background-color: #C1393D;
	background-color: RGBA(193, 57, 61, 0.75);
	height: 50px;
	transition: all 1s;
	color: #FFF;
}
#menubar.fixed {
    box-shadow: 0 2px 5px 0px RGBA(0, 0, 0, 0.25);
	background-color: #C1393D;
	background-color: RGBA(193, 57, 61, 0.75);
    z-index: 999;
	 position: fixed;
    width: 100%;
    top: 0;
    
} 
#menubar .socialbar_icons {
    opacity: 1;
}
#menubar  ul.socialbar_icons li, #menubar  ul.socialbar_icons li a {
  
}

#menubar a.small_logo {
    opacity: 0;
    width: 150px;
    height: 46px;
    background-size: auto 90%;
    transition: all 0.5s;
    margin-left: 3vw;
    position: absolute;
    margin-top: 2px;
	line-height: 46px;
	font-family: "Open Sans", sans-serif;
	font-size: 24px;
	text-align: center;
	color: #FFF;
	background-color: #FFF;
	border-radius: 5px;
}
#menubar a.small_logo span {
	display: block;
	float: left;
	width: 150px;
	height: 46px;
	background: url('../images/logo_sm.png') center center no-repeat;
	background-size: auto;
	background-repeat: none;
	border-radius: 5px;
	

}
#menubar a.small_logo:hover {
    background-color: #CCC;

    border-radius: 5px;
}

#mainmenu.fixed >li:hover>a {
    background-color: #CCC;
}

#menubar.fixed a.small_logo, #menubar.fixed .socialbar_icons {
    opacity: 1;
}

.floting_cta {
	padding: 1vw;
	float: right;
	text-align: left;
	width: 20vw;
}
#page {
	margin:   30vh auto 0 auto;
}

#page h1, #page h2, #page h3, #page h4, #page h5 {
	color: #FFF;
}
.page_home #page {
	margin:   50vh auto 0 auto;
}
#page_contents {

	
}
#page_contents, .page_contents {
	transition: all 0.5s;
	padding: 3vw;
	background: #0077BF;
	color: #FFF;
}
#page_contents a, .page_contents  a {
	color: #FFF;
}

.full_map {
	padding: 0vw;
	text-align: center;
	background-color: FFF;
}
.map_overlay {
	width: 100vw;
	height: 60vh;
	position: absolute; 

}
.full_map iframe {
	width: 100vw;
	height: 60vh;
	margin: 0;


}

.half_map {
	padding: 0vw;
	text-align: center;
	background-color: FFF;
	width: 50vw;
	float: left;
}

.half_map .map_overlay {
	width: 50vw;
	height: 60vh;
	position: absolute; 

}
.half_map iframe {
	width: 50vw;
	height: 60vh;
	margin: 0;
}

.loc_cta {
	float: right;
	width: 25vw;
	margin: 6vw;
	background-color: RGBA(255,255,255,0.85);
	border-radius: 0.5vw;
	padding: 10px 0;
	box-shadow: 0 2px 5px 1px RGBA(0, 0, 0, 0.25);
}
.loc_cta .loc_cta_img {
	display: block;
	width: 100%;
	height: 20vh;
	background: url('../media/IMG_3053.jpg');
	background-size: cover;
}
.foot {
	clear: both;
}


#footer {
	clear: both;
	background-color: #000;
	color: #FFF;
	padding: 1vw 3vw;
	text-align: center;

	
}

#footer h2 {
color: #FFF;
}





.footer_post {
	font-size: 10px;
}

#image_zoom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background-color: RGBA(0,0,0,0.5);
    transition: all 1s;
    visibility: hidden;
    opacity: 0;
    
}
#image_zoom.loading {
    visibility: visible;
    opacity: 1;
    
}
#image_zoom.opened {
    visibility: visible;
    opacity: 1;
    
}
#image_zoom.closed {
    visibility: hidden;
    opacity: 0;
    
}
#image_zoom_contents {
    background-color: #FFFFFF;
    padding: 10px;
    max-height: 100%;
    max-width: 100%;
    position: fixed;
    left: 50%;
    top: 50%;
    transition: all 1s;
    margin-left: -25px;
    margin-top: -25px;
    
}

#image_zoom_close_btn {
    box-shadow: 0px 2px  2px 0px rgba(0,0,0,0.5);
    float: right;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 20px;
    background: #FFF;
    border-radius: 10px;
    text-transform: uppercase;
    position: absolute;
    left: 100%;
    transition: all 1s;
    margin-left: -10px;
    margin-top: -20px;
    cursor: pointer;
    font-size: 10px;
}
#image_zoom_image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    max-height: 100%!important;
    max-width: 100%!important;
    transition: all 1s;
    height: 0;
    width: 0;
    
}
#image_zoom_image img {
    visibility: visible;
    max-height: 100%!important;
    max-width: 100%!important;
    
}
#image_zoom_loader {
    visibility: hidden;
    width: 0;
    height: 0;
}
#image_zoom.loading #image_zoom_contents {
    margin-left: -25px;
    margin-top: -25px;
   
}
#image_zoom.loading #image_zoom_loader {
    visibility: visible;
    width: 50px;
    height: 50px;
    
}
#image_zoom.opened #image_zoom_loader {
    visibility: hidden; 
    height: 0;
    
}
#image_zoom #image_zoom_loader img {
    margin: 10px;
    width: 30px;
    height: 30px;
}
#image_zoom.opened #image_zoom_contents {
}
#image_zoom_tempimage {
   
}
#image_zoom_tempimage img {
    visibility: hidden;
    max-height: 90%!important;
    max-width: 90%!important;
    position: absolute;
    
}
#image_zoom.closed #image_zoom_contents {
    margin-left: -25px;
    margin-top: -25px;
   
}
#image_zoom.closed #image_zoom_image {
    width: 0px;
    height: 0px;
   
}






ul#foot_social {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 0px;
	transition: inherit;
	overflow: hidden;
	float: right;
}
ul#foot_social li{
	width: 30px;
	height: 30px;
	/*border-radius: 20px;*/
	border-radius: 5px;
	float: left;
	margin: 0 5px;
	transition: inherit;
	background-color: RGBA(255,255,255,0.5);
	padding: 0px;
}
ul#foot_social li a{
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	border-radius: 5px;
	transition: all 0.25s;
	box-shadow: 0 0px 0px 0px RGBA(255,255,255,0.5);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	
}
ul#foot_social li a:hover {
	box-shadow: 0 1px 3px 0px RGBA(0,0,0,0.5);
}
ul#foot_social li a img{
	width: 40px;
	border-radius: 5px;
	display: none;
}
#foot_contact h2 {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}

#foot_contact p {
	font-size: 13px;
}
#foot_contact p a {
	text-decoration: none;
	color: #FFF;
}
#foot_contact p.copyright {
	font-size: 10px;
	margin: 10px 0;
}
#footer_info {
	background-color: #1D2951;
	padding: 10px;
	clear: both;
}
#footer_info p {
	color: #FFFFFF;
	font-size: 10px;
	margin: 0;
}


#client {
	border-top: dotted 1px #CCCCCC;
	padding: 10px 3vw;
}
.client_list {
	margin: 0;
	list-style-type: none;
	padding: 0;
	text-align: center;
}
.client_list li{
	display: inline-block;
	margin: 0.5vw;
	
}
.client_list li a{
	display: inline-block;
	height: 75px;
	position: relative;
	width: 150px;
}
.client_list li a img{
	max-width: 150px;
	max-height: 75px;
	display: inline-block;
	line-height: 75px;

    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}

.smallprint {
	font-size: 12px;
}

ul.facilities {
	margin: 0;
	padding: .5vw 3vw;
	list-style: none;
	background-color: RGBA(102, 153, 255, 0.75);
}
ul.facilities li {
	font-size: 20px;
	padding: 5px 10px;
	margin: 5px;
	color: #666;
	background: RGBA(255,255,255,1);
	text-align: right;
	display: inline-block;
	border-radius: 5px;
}
.section_title {
	background: #FFF;
	margin-bottom: 0;
	margin-top: 1px;
}

ul.facilities li.title {
	background: transparent;
	border: none;
	color: #FFF;
}
ul.facilities li.more {
	background: transparent;
	border: none;
	
	
}
ul.facilities li.more a {
	color: #FFF;
}
ul.facilities li.more span {

}
