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

.offers{
    font-size: 16px;
}

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

#heading{
	
	height:auto;
	text-align:center;
	padding:0px;
	
	
}

#heading-condensed{
	height:auto;
	text-align:center;
}
#overlay{
	opacity: .5;
    background-color: black;
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 1;
}
#heading-top{
	width:100%;
	padding-top:0px;
	height:auto;
	min-height: 260px;
	background-color:#fff;
	
}

#heading-top-left{
	width:45%;
	float:left;
	padding-top:15px
	
}
.block {
	text-align:center;
	padding: 30px 20%;
}

.block-condensed {

	padding: 10px 20%;
}


#heading-top-right{
	width:53%;
	padding-left:1%;
	padding-right:1%;
	float:right;
	vertical-align: bottom;
	padding-top:100px
	
}

#heading-bottom{
	width:100%;
	padding-top:0px;
	

	
	
	min-height:100%;
  
	background-repeat: no-repeat;
	background-position:center;
	background-size:cover;
	
}

.alt-heading{
	min-height: 350px !important;
}
#logodiv{
	height:auto;
	width:auto;
	max-width:500px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;

}

#logodiv-condensed{
	height:auto;
	width:40%;
	max-width:500px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	float:left

}

#logo{
	width:100%;
	max-width:360px
}

#logo-condensed{
	height:auto;
	max-height:300px;

}

.headingblock {
	text-align:center;
	padding: 70px 30px;
	
}

.menubutton{
	margin-top:5px;
	margin-bottom:5px;
}



#menu-alt{
	display:none;
}

#menu-alt-condensed{
	display:none;
}

#menu-condensed{
	float: right;
    width: 55%;
    padding-right: 20px;
	padding-top:20%
}

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

#phone-alt{
	margin-right:60px;
	font-size:28px;
	text-align:right;
	color:#fff;
	font-weight:bold;
	padding-right:40px
}

#heading-bounding-box{
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
}

@media screen and (max-width : 895px) {
#heading-top-left{
	padding-top:35px
	
}

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


.block{
	padding-left:15px;
	padding-right:15px;
}
 
#logodiv-condensed{
	float:none

}

#menu{
	display:none;
}

#menu-condensed{
	display:none;
}

#menu-alt{
	display:inline-block;
	margin-bottom:25px;
	
}
#menu{
	display:none;
}

#menu-condensed{
	display:none;
}


#menu-alt-condensed{
	display:inline-block;
	position:relative;
	z-index:20;
	margin-top:5px;
	
	
}

#heading{
	height:auto;
	
}

#heading-top-left{
	float:none;
	width:100%;
	text-align:center
	
}

#heading-top-right{
	float:none;
	width:98%;
	text-align:center;
	padding-top:0px
	
}

#phone{
	display:none
}

#phone-mobile{
	display:block;
	font-size:18px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	padding-top:10px
	
	
}


#logodiv-condensed{
	width:auto;

}

}