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

h1, h2, h3, h4, h5, h6, #navbar, .contactheader {
	font-family: 'Montserrat', sans-serif;
}

a {
	color: #004071;
}

.navbar-collapse.in {
	overflow-y: visible;
}

.brand {
	position: absolute;
	top: 10px;
	left: 40px;
	z-index: 999;
}

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

.navbar-nav {
	float: right;
}

.contactheader {
	text-align: right;
	padding: 30px 20px;
}
.contactheader a {
	transition: color 0.3s ease;
}
.contactheader .fab {
	color: #004071;
	font-size: 24px;
	margin: 0 2px;
	transition: color 0.3s ease;
}
.contactheader .fab:hover {
	color: #00bdaf;
}

.contactheader a:hover {
	color: #00bdaf;
	text-decoration: none;
}

a.bookonline {
	border: 1px solid #004071;
	padding: 10px 30px;
	font-size: 20px;
	transition: all 0.3s ease;
	background-color: #fff;
	color: #004071;
}
a.bookonline:hover {
	border: 1px solid #00bdaf;
}

contactheader a:hover {
	text-decoration: none;
}
.navbar-nav li {
	border-right: 1px solid #ccc;
}

.navbar-nav li.last, .navbar-nav li li {
	border: none;
}

.nav > li > a {
	padding: 5px 16px;
	font-size: 14px;
	text-transform: uppercase;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
	background-color: #fff;
	color: #00bdaf;
}
.nav>li:hover {
	background-color: #fff;
}
.phonebook {
	font-size: 20px;
	margin: 0 20px;
}

.ctawrapper {
	margin-bottom: 40px;
}

.ctawrapper .cta {
	width: 33.3333%;
	float: left;
	text-align: center;
	height: 290px;
	margin-top: -100px;
	position: relative;
	padding: 20px;
	color: #fff;
	z-index: 999;
}

.ctawrapper .cta.position1 {
	background-color: #1374bd;
}

.ctawrapper .cta.position2 {
	background-color: #00bdaf;
}

.ctawrapper .cta.position3 {
	background-color: #c9cc14;
}

.cta h3 {
	margin: 10px 0 15px 0;
}

.cta a {
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 20px;
	display: inline-block;
	transition: color 0.3s ease;
}
.cta a:hover {
	background-color: #fff;
	color: #00bdaf;
	text-decoration: none;
}

.content h1 {
	text-align: center;
	margin-bottom: 40px;
	color: #004071;
	font-weight: 700;
}

.homecontent {
	text-align: center;
}

.blueblock {
	width: 100%;
	background-color: #00bdaf;
	padding: 40px 0;
}

.blueblock a.btnlink {
	border: 1px solid #fff;
	display: block;
	color: #fff;
	padding: 20px;
	text-align: center;
	font-size: 18px;
	transition: all 0.3s ease;
	text-decoration: none;
}
.blueblock a.btnlink:hover {
	background-color: #fff;
	color: #00bdaf;
}

.services div {
	margin-bottom: 20px;
}

.services div img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

footer {
	background-color: #333333;
	color: #fff;
	padding: 40px 0;
}
footer a,
footer a:hover {
	color: #fff;
}

#map {
	width: 100%;
	height: 300px;
}

.container.content {
	margin-bottom: 40px;
}

.navbar-toggle .icon-bar {
	border-top: 1px solid #000;
}

.headshot {
	margin-bottom: 20px;
}

.headshot img {
	width: 100%;
}

.headshot h3 {
	margin-top: 0;
}

/* navbar */
.navbar {
	margin-bottom: 0;
}

/* menu on hover - with animation */
.dropdown.drop-collapsed .dropdown-menu {
  height: 0 !important;
  z-index: -1;
}
.dropdown .dropdown-menu {
  overflow: hidden;
  -webkit-transition: height 0.65s ease;
  transition: height 0.65s ease;
}
.navbar-nav > li > .dropdown-menu {
  /*display: block;*/
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.navbar-nav > li.open .dropdown-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.variable-width a {
	display: inline-block;
	padding: 0 10px 10px 0;
}

.siteby {
	font-size: 10px;
	padding: 20px 20px 0 20px;
	color: #999;
}

.siteby a {
	color: #999;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
/* Large Devices, Wide Screens */
@media only screen and (min-width : 992px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1199px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {

     .footerlogo {
     	margin-top: 20px;
     }
}

 @media only screen and (min-width: 768px) and (max-width: 959px){
 	.brand {
		width: 120px;
		height: auto;
	}
 	.logo {
 		width: 100%;
 		height: auto;
 	}

 }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

	a.bookonline,
	a.phonebook {
		display: block;
	}
	a.phonebook {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.brand {
		position: relative;
		top: auto;
		left: auto;
		text-align: center;
		height: 150px;
		padding-top: 20px;
	}

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

	.contactheader {
		text-align: center;
		padding: 20px;
	}

	.ctawrapper .cta {
		height: auto;
	}

	.navbar-nav {
		float: left;
	}

	.navbar-nav {
		width: 100%;
	}

	.navbar-nav li {
		border: none;
		width: 100%;
	}


}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.ctawrapper .cta {
		width: 100%;
		float: none;
		clear: both;
		text-align: center;
		height: auto;
		margin-top: 0;
		position: relative;
		padding: 20px;
		color: #fff;
		z-index: 9999;
	}


}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {


}
