@charset "utf-8";
/* CSS Document */



#headingwrapper {
	width:94%;
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
	padding: 6px;
}

#overlay {
    opacity: .5;
    background-color: black;
    position: absolute;
    left: 0; 
	top: 0; 
	height: 100%; 
	width: 100%;
	z-index:1;
}

#banner{
	position:relative;
	z-index:0;
	background-image:url(../images/background.jpg);
	height:auto;
	text-align:center;
	background-size:cover;
	padding-bottom:100px
}


#banner-condensed{
	position:relative;
	z-index:0;
	background-image:url(../images/background.jpg);
	height:350px;
	text-align:center;
	background-size:cover;
	padding-bottom:100px;
	background-position: center 0%;
 
}

.desktopmenu{
	display: inline;
    position: relative;
    top: 17px;
}
.headingbar {
	height:65px;
	opacity:0.75;
	position:relative;
	top:35px;
	z-index:20;
	padding:10px;
}


#logodiv-condensed{
	height:auto;
	width:auto;
	max-width:500px;
	text-align:center;
	position:relative;
	z-index:2;
	margin-left:auto;
	margin-right:auto;
	float:left

}

#logo{
	height:auto;
	width:400px;
	margin: 0px 15px;
	margin-top:-8px
}

#logo-condensed{
	height:auto;
	max-height:140px;
}

#menudivider{
	max-width:1160px; 
	margin-left:auto; 
	margin-right:auto; 
	position:relative; 
	z-index:30; 
	text-align:center;
	top:-80px;
	
}


.menubutton{ 
	font-size:16px; 
	font-weight:bold;
	padding:5px;
	margin:0px;
	margin-top:-55px
}


#menu-alt{
	display:none;
}


#phone{
	font-size:28px;
	text-align:right;
	color:#fff;
	margin-top:0;
}

#mission {
	color:#FFF; 
	line-height:1.1;
	font-size:22px;
	padding: 0px 25px;
	text-align:center
}

#introbar{
	padding:0;
	margin-top:20px;
	position:relative;
	z-index:2;
}

#servicesbar{
	padding-bottom:10px;
}

.limitedblock{
	position:relative;
	top:-55px;
	width:92%;
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
	border-radius:5px;
	padding-top:20px;
}

@media screen and (max-width : 854px) {


#menudivider{
	text-align:left;
	max-width:500px
}

#menu{
	display:none;
}

.menubutton{
	display: none;
}

#menu-alt{
	display:inline;
	text-align:right;
	top: 60px;
    padding-right: 10px;
	float:right
	
}

#logo{
	width:85%;
	max-width:400px;
	margin-right:0
}

#phone{
	font-size:20px;
}

.uk-block{
	padding-top:35px !important
}


}

@media screen and (min-width : 1300px) {

#banner-condensed{
    background-position: center 10%;
}

}


@media screen and (max-width : 520px) {
	
#menudivider{text-align: center;}
#menu-alt{
	text-align: center;
    width: 100%;
    top:10px
}
.offers{
	padding-top:10px !important
}
#logo{
	width:100% !important;
	margin: 0px !important;
}	

}

@media screen and (max-width : 370px) {
#phone{
	display:none;
}
.headingbar{
	    top: 28px;
}
}

@media screen and (max-width : 320px) {
.headingbar {
    top: 19px;
}
}