body{
	font-family: 'Open Sans', sans-serif;
}

a, a:hover{
	color: #f58436;
}
h2{
	font-size:1.8em;
	margin-bottom:20px;
}
h3{
	font-size:1.4em;
	margin-top:15px;
}
.container{
	position: relative;
}

/* HEADER
-------------------------------------------------- */
header {
	height:170px;
}
header a[href^="tel"]{
    color:#333;
    text-decoration:none;
}
#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
}
.container-fluid.header{
	background-color: #ffffff;
	min-height:130px
}
.container.headerwrap #logo{
	margin-top:25px;
	float:left;
}
.header-right{
	float:right;
	text-align:right;
	margin-top:50px;
}
#social, #social a{
	color:#333;
	font-size:18px;
	transition: all .5s ease-in-out;
}
#social a i.fa:hover{
	transform: scale(1.2);
}
#social i.fa{
	margin-left:5px;
}
#phone{
	color:#333;
	font-size:20px;
}
#phone i.fa{
	margin-right:10px;
}
#slogan{
	color:#333;
	padding-top:15px;
	padding-bottom:15px;
	background-color:#b88b1c;
	margin-bottom:20px;
}
.slogan{
	width:auto;
	margin: 0 auto;
}
.logos img{
	margin-top:15px;
}
.content-space {
    padding: 0px;
    margin-bottom: 0px;
    color: inherit;
    background: no-repeat center;
    /*background: no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
	z-index: 20;
	background-color:#222222;
	height:50px;
}

.dropdown-menu > li > a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

#slider{
	width: 100%;
	margin-bottom: 20px;
}

#slider img{
	width: 100%;
	height: auto;
}

.infobox{
	text-align: center;
    margin-bottom: 15px;
}

.infobox .fa{
	font-size: 72px;
	color: #f47721;
}

.infobox img{
	width: 100%;
	height: auto;
}

.infobox.cta span{
	background-color: #f58436;
	color: #fff;
	font-size: 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	padding: 10px 20px;
	width: 60%;
	display: block;
	margin: 30px auto 0;
}

.infobox.cta a, .infobox.cta a:hover{
	color: #fff;
}
.infobox a.btn{
    border-radius: 0 0 4px 4px;
}
.infobox a:hover {
    text-decoration: none;
}
.pageheader{
	text-align: center;
	margin-bottom: 40px;
}

.cta-strip{
	width: 100%;
	background-color: #eee;
	padding: 40px 0 20px;
	margin-top: 40px;
}

.staff{
	margin-bottom: 10px;
}

.spltimage{
	width: 100%;
	margin-bottom: 20px;
}

.spltimage img{
	width: 100%;
	height: auto;
}

footer{
	background-color: #333;
	color: #fff;
	text-align: center;
	padding-bottom: 20px;
	font-size: 14px;
	margin-top: 15px;
}

footer .contact{
	width: 100%;
	background-color: #333;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	font-size: 18px;
}
footer.footercopy{
	padding-top:20px;
}
footer .fa{
	font-size: 30px;
	padding-left:5px;
	padding-right:5px;
}

#map{
	width: 100%;
	height: 250px;
	margin-bottom: 20px;
	overflow: hidden;
}
#google_map_1{
	height:250px !important;
}
.social a, .social a:hover{
	color: #fff;
}
.btn-default {
    color: #fff;
	background-color: #f58436;
	border-color: #f58436;
	padding:6px 18px;
	/*border-radius:16px;*/
    width: 100%;
}
.btn-default:hover{
    color: #fff;
	background-color: #f59756;
	border-color: #f59756;
}

.infobox img{
	/*margin-bottom:5px;*/
}
#sidebar{
	margin-top:20px;
}

 a.list-group-item.current{
     background-color: #f5f5f5
 }
 a.list-group-item.parent.current{
    z-index: 2;
    color: #fff;
    background-color: #75C16C;
    border-color: #75C16C;
 }
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #75C16C;
    border-color: #75C16C;

 }


 .bookonline{
	 margin-top: 5px;
	 padding: 5px 10px;
	 border: 1px solid #f58436;
	 color: #f58436;
	 display: block;
	 text-align: center;
	 text-transform: uppercase;
	 font-weight: bold;
 }



footer .bookonline{
	color: #f58436;
	width: 200px;
	margin: 0 auto;
	border: 1px solid #f58436;
	margin-bottom: 10px;
}

.bookonline:hover, .bookonline:focus, .bookonline:active{
	text-decoration: none;
	border: 1px solid #333;
	color: #333;
}

footer .bookonline:hover, footer .bookonline:focus, footer .bookonline:active{
	text-decoration: none;
	border: 1px solid #fff;
	color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {

	.infobox{
		margin-bottom: 20px;
	}

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {


}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 768px) {
	.infobox{
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 600px) {
    header{ height:245px;}
	.container.headerwrap #logo{
		width:200px;
		padding-top:25px;
		float:none;
		clear:both;
		text-align:center;
		margin: 0 auto;
	}
	.header-right{
		float:none;
		clear:both;
		text-align:center;
		margin:15px 0;
	}
}
@media only screen and (max-width: 480px) {
	.infobox{
		margin-bottom: 20px;
	}
}
