@charset "utf-8";


/* -- Header --------------------------------------------------------------- */

#hdr-left, #hdr-center, #hdr-right {   
	margin: 0 auto 1em;
	text-align: center;
}

.tagline {
	font-size:2em;
	line-height: 1.6em;
	color: #4ab650;
	font-weight:bold;
	font-style: italic;
	margin-bottom: 0;
	font-family:abel, verdana, arial, sans-serif;
}

header .contact {
	display:none;
}


header .btn, btn {
   height: auto;
   margin: 0 auto;
   min-height: 35px;
   min-width: 40px;
   padding: 8px 15px;
   position: relative;
   text-align: center;
   width: auto;
   float: none;
   border: none;
}


header .btn a, .btn a{
    border-radius: 5px;
    color: #fff;
    display: block;
    font-family: arial;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.5em;
    text-decoration: none;
}

header .btn a:hover {
	background-color:#b73104;	
}


header .btn-book {
	width: 300px;
	font-family: verdana, arial, sans-serif;
	font-size: 1.1em;
	line-height: 2.75em;
	background-color:#000;
	margin-bottom: .75em;
}

header .fa {
	margin-right: 5px;
}

header .btn-book:hover {
	background-color:#333;
}

.btn.call {
	margin-bottom: .75em;
	padding: 15px 20px 5px 12px;
	background-color: #297779;
}

#social {
	margin-top:1em;
}




/* Base Menu Style */
.menu-section {
	padding-bottom: 2em;
	margin-bottom: 2em;
	border-bottom: 1px solid hsl(0, 0%, );
}

.menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: hsl(0, 0%, 15%);
	font-size:1.1em;
}

.menu li a {
	display: block;
	text-decoration: none;
	color: white;
	padding: .8em 1em;
}

.menu li a:hover {
	background: hsl(0, 0%, 25%);
}


/* Main Content----------------------------------------------------------------------- */


#content {
	clear:both;
	padding-top:1em;		
}

.hero {
    position: relative;
	margin-bottom:1.5em;
}

.hero img {
	width: 100%;
}



/* Sidebar----------------------------------------------------------------------- */


#sidebar, #right-sidebar {
	display: block;
	clear: both;
}

#sidebar > div, #right-sidebar > div {
	margin-top: .75em;
	margin-bottom:1.5em;
}



/* Footer----------------------------------------------------------------------- */

#sub-footer {
	background-color:#297779;
	padding: 1em 1.5em;
	margin-top:0;
	margin-bottom:0;
	clear:both;
	color:#f2f0f0;
	font-size:1.15em;
	border-bottom: 1px solid #204468;
}


#sub-footer p {
	margin-bottom:0;
}

.bottom  {
	text-align:left;
	margin-top:1em;
}

#sub-footer p.ftr-social {
	margin-top: 8px;
}

footer {
	margin-top:0;
	text-align:center;
	clear:both;
	background-color:#245688;
	padding-top:2em;
	padding-bottom:2em;
}

footer ul {
	list-style-type:none;
	text-align:center;
}

footer ul li {
	font-weight:bold;
	font-size:1em;
	line-height:1.5em;
    display: inline;
    margin: 0;
    padding: 0 .6em;
    text-align: center;
}

footer ul li a {
	color: #f2f0f0;
	text-decoration:none;
}

footer ul li a:hover {
	text-decoration:none;
}
	

footer p {
	color: #ccc;
    font-size: .75em;
    line-height: 1.3em;
    text-align: center;
	margin-top:1.5em;
}




