@charset "UTF-8";


.navbar-brand {
	height: 200px;	
	padding-top: 12px;
}


h1, h2, h3, h4, h5 {
	text-align: center;
}

h1, h3, h4 {
	color: #0c5593;	
}

.main-page h3 {
	text-align: center;
}

.main-page a {
	text-decoration: none;	
	color: #0c5593;
}

.main-page a:hover {
	color: #609DD0;
}

.main {
	width: 75%;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

footer {
	margin-top: 60px;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #383838;
	color: #F5F5F5;
	text-align: center;
}

.navbar.navbar-default {
	border-width: 0px;
	border-radius: 0px;
	margin-top: 20px;
	background-color: #FFFFFF;
}
.image-fill {
	width: 100%;
}
#wrapper {
	padding-left: 0px;
	padding-right: 0px;
}
.carousel-caption-wrapper {
	background-color: hsla(0,0%,0%,0.48);
}

.col-sm-6 {
	list-style-image: url(images/bulletGr.png);
}

ul {
	list-style-image: url(images/bulletGr.png);
}

.prices-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #337AB7;
}

.prices-title {
  margin-top: 0;
  margin-bottom: 0;
  color: #FFF;
}

@media (max-width: 767px) {
	.prices-title {
		text-align: left;
	}
	
	h1 {
	font: 200 40px/1.3 'Montserrat', sans-serif;
}
}


.prices-side {
	border-top: medium groove rgba(51,122,183,1.00);
	border-radius: 0px 45px;
	border-bottom-color: rgba(51,122,183,1.00);
	border-bottom-style: groove;
}

.prices-side h5 {
	text-align: left;
}

.prices ul {
	padding-top: 4px;	
}
.quote blockquote {
	font-size: 14px;
	margin-top: -3px;	
}

#success_message{ display: none;}.contact-form {
}

.contact-form {
	margin-top: 32px;
}

.main-extra {
	width: 75%;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.team {
	border-top: medium groove rgba(51,122,183,1.00);
	border-radius: 0px 45px;
	border-bottom-color: rgba(51,122,183,1.00);
	border-bottom-style: groove;	
}

.bio-photo {
	border-right-color: rgba(51,122,183,1.00);
	border-right-style: solid;
}

.bio-odd {
	background-color: rgba(51,122,183,.10);	
}
