html {
	height: 100%;
}

body {
	font-family: 'texgyreadventorregular', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	height: 100%;
}

a {
	color: #0168ae;
}

@font-face {
	font-family: 'texgyreadventorbold';
	src: url('../fonts/texgyreadventor-bold-webfont.eot');
	src: url('../fonts/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/texgyreadventor-bold-webfont.woff') format('woff'), url('../fonts/texgyreadventor-bold-webfont.ttf') format('truetype'), url('../fonts/texgyreadventor-bold-webfont.svg#texgyreadventorbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'texgyreadventorbold_italic';
	src: url('../fonts/texgyreadventor-bolditalic-webfont.eot');
	src: url('../fonts/texgyreadventor-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/texgyreadventor-bolditalic-webfont.woff') format('woff'), url('../fonts/texgyreadventor-bolditalic-webfont.ttf') format('truetype'), url('../fonts/texgyreadventor-bolditalic-webfont.svg#texgyreadventorbold_italic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'texgyreadventoritalic';
	src: url('../fonts/texgyreadventor-italic-webfont.eot');
	src: url('../fonts/texgyreadventor-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/texgyreadventor-italic-webfont.woff') format('woff'), url('../fonts/texgyreadventor-italic-webfont.ttf') format('truetype'), url('../fonts/texgyreadventor-italic-webfont.svg#texgyreadventoritalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'texgyreadventorregular';
	src: url('../fonts/texgyreadventor-regular-webfont.eot');
	src: url('../fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/texgyreadventor-regular-webfont.woff') format('woff'), url('../fonts/texgyreadventor-regular-webfont.ttf') format('truetype'), url('../fonts/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

.logo {
	position: relative;
	z-index: 1000;
	pointer-events: none;
}

.bold {
	font-family: 'texgyreadventorbold';
}

.thumbnail {
	border-radius: 0;
	padding: 0;
	padding: 2px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
}

img.thumbnail {
	border: 2px solid #2e4e81;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #ec5b59;
	background-color: transparent;
}

.btn-primary {
	background-color: #ec5b59;
	border-color: #cb4d4c;
}

.btn-primary:hover {
	color: #fff;
	background-color: #cb4d4c;
	border-color: #a83d3b;
}

.large {
	font-size: 120%;
}

.navbar-default .navbar-nav>li>a {
	color: #484747;
	font-weight: normal;
	line-height: 24px;
}

.nav>li>a.last {
	padding-right: 0;
}

.nav>li>a.first {
	padding-left: 0;
}

.navbar ul ul li {
	text-shadow: none;
}

.address {
	font-size: 14px;
}

.social {
	text-align: right;
	margin-bottom: 6px;
	margin-top: 8px;
}

.social ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.social li {
	display: inline;
	padding-right: 4px;
}

.social img {
	max-width: 30px;
}

h1 {
	font-family: 'Dancing Script', 'Roboto Slab', Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #ec5b59;
	font-size: 41px;
	text-align: center;
}

h2 {
	font-family: 'texgyreadventorbold', Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #313131;
}

h3 {
	font-family: 'texgyreadventorbold', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #607a47;
	margin-top: 0;
}

h4 {
	font-family: 'texgyreadventorbold', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #54bae9;
}

.slogan {
	font-family: 'texgyreadventorregular';
	font-size: 21px;
	font-weight: normal;
	text-align: left;
	color: #313131;
	margin-top: 10px;
	line-height: 29px;
}

.phone {
	font-family: 'texgyreadventorregular';
	font-size: 27px;
	font-weight: normal;
	text-align: right;
	color: #313131;
	margin-top: 10px
}

.list-group-item span {
	margin-top: -0.5em;
}

blockquote p {
	font-style: italic;
	font-family: 'Roboto Slab';
}

blockquote {
	margin: 20px 0;
	padding: 10px 10px 10px 20px;
	border-left: solid 8px #ec5b59;
	font-size: 15px;
}

blockquote p cite {
	font-style: normal;
	text-align: right;
	display: block
}

.row-pad-btm {
	padding-bottom: 25px;
}

.pad-left {
	padding-left: 12px;
}

footer li a:hover {
	color: #ec5b59
}

.icon-list li {
	padding: 0 0 5px 20px;
	display: block;
	position: relative;
}

.table h3 {
	color: #fff
}

.icon-list li:before {
	font-family: 'Glyphicons Halflings';
	position: absolute;
	left: 0px;
	top: 3px;
	font-size: 80%
}

.checkmark li:before {
	content: '\e067';
}

header {
	height: 133px
}

.parallax-target {
	height: 75%;
	background: transparent;
	margin-top: -53px;
}

.parallax-target2 {
	min-height: 255px;
	background: transparent;
	margin-top: -53px;
}

.middle {
	font-family: 'texgyreadventorregular', Arial, Helvetica, sans-serif;
	min-height: 350px;
	padding: 50px 0 100px 0;
	font-size: 15px;
}

.middle2 {
	font-family: 'texgyreadventorregular', Arial, Helvetica, sans-serif;
	min-height: 350px;
	padding: 100px 0;
	font-size: 15px
}

footer ul {
	font-size: 10px;
	color: #FFF;
	padding: 0px 0 0 0;
	margin: 5px 0 0px 15px;
	text-decoration: none;
}

footer {
	font-family: 'texgyreadventorregular', Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px 0;
	background-color: #333;
	color: #fff;
}

footer li {
	font-size: 12px;
	color: #fff;
	padding: 0px 0 6px 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
}

footer li a {
	color: #fff;
	padding: 0px 15px 0 0;
	margin: 0;
	text-decoration: none;
	font-family: 'texgyreadventorregular', Arial, Helvetica, sans-serif;
}

footer .copyright {
	margin-top: 10px;
}

footer .copyright a {
	color: #fff
}

.mobile-cal{
	display: block;
	width:280px;
	margin-left: auto!important;
	margin-right: auto!important;
}

@media (min-width: 768px) {
	.navbar {
		font-family: 'texgyreadventorregular', Arial, Helvetica, sans-serif;
		border-radius: 0;
		font-size: 17px;
		margin-bottom: 0;
		border: 0;
		background: rgba(255, 255, 255, .8);
	}
	.gal-container:nth-child(3n+4) {
		clear: both;
	}
	.navbar-brand {
		position: absolute;
		width: 100%;
		max-width: 419px;
		left: 0;
		right: 0;
		top: 2px;
		text-align: center;
		margin: 0 auto;
		padding: 0;
		z-index: 10;
	}
	.container>.navbar-collapse {
		padding: 0
	}
	.dropdown:hover .dropdown-menu {
		display: block;
	}
	.col-border:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		border-left: 1px solid #999999;
	}
	.col-border {
		padding-left: 0;
		position: static
	}
	.row-relative {
		position: relative;
	}
	.row-relative h2 {
		padding-top: 0;
		margin-top: 0;
	}
	.col-border-padding {
		padding-left: 15px;
	}
}

/**XS**/

@media (max-width: 767px) {
	footer {
		text-align: center
	}
	footer img {
		margin: 0 auto
	}
	footer ul {
		line-height: 15px;
	}
	.parallax-target {
		min-height: 285px;
		background: transparent;
		margin-top: 20px;
	}
	.parallax-target2 {
		margin-top: 20px;
	}
	.middle {
		min-height: 250px;
		padding-top: 50px;
	}

	header {
		height: 0;
	}
	h1 {
		font-size: 30px;
	}
	.navbar {
		font-family: 'texgyreadventorbold', Arial, Helvetica, sans-serif;
		border-radius: 0;
		font-size: 17px;
		margin-bottom: 0;
		border: 0;
		background-color: transparent;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
	}
	.navbar-brand {
		max-width: 75%;
		text-align: center;
		margin: 0 auto;
		padding: 0;
		height: auto;
	}
	.nav>li>a.first {
		padding-left: 15px;
	}
	.navbar-default {
		background-color: transparent;
	}
	.gal-container {
		font-size: 14px;
		line-height: 19px;
	}
	.gal-container:nth-child(odd) {
		clear: both;
	}

}

/**SM**/

@media (min-width: 768px) and (max-width: 991px) {
	.nav>li>a {
		padding-right: 11px;
		padding-left: 11px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 17px;
	}
	.slogan {
		font-size: 16px;
		margin-top: 12px;
	}
	.panel-body ul {
		margin-left: 0px;
	}
	.panel-body {
		padding-left: 0;
	}
	.navbar-brand {
		max-width: 320px;
	}
	.phone {
		font-size: 26px;
	}
}

/**MD**/

@media (min-width: 992px) and (max-width: 1199px) {
	.nav>li>a {
		padding-right: 20px;
		padding-left: 20px;
	}
}

/**LG**/

@media (min-width: 1200px) {
	.nav>li>a {
		padding-right: 30px;
		padding-left: 30px;
	}
}

.price {
	font-weight: bold;
	font-size: 1.5em;
	text-align: left;
}

/*custom navbar*/

.errormsg {
	color: red;
}

#default .boxes {
	display: none;
}

/******ADMIN******/

.no-pad {
	padding-left: 0!important;
	padding-right: 0!important;
}

.low-pad {
	padding-left: 5px!important;
	padding-right: 5px!important;
}

.v-pad {
	padding-top: 15px!important;
	padding-bottom: 15px!important;
}

.v-pad-low {
	padding-top: 5px!important;
	padding-bottom: 5px!important;
}

.v-pad-top {
	padding-top: 15px;
	padding-bottom: 5px;
}

#top-bar {
	background: #0054a3;
	background: -moz-linear-gradient(top, #0054a3 0%, #207ce5 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #0054a3), color-stop(100%, #207ce5));
	background: -webkit-linear-gradient(top, #0054a3 0%, #207ce5 100%);
	background: -o-linear-gradient(top, #0054a3 0%, #207ce5 100%);
	background: -ms-linear-gradient(top, #0054a3 0%, #207ce5 100%);
	background: linear-gradient(to bottom, #0054a3 0%, #207ce5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0054a3', endColorstr='#207ce5', GradientType=0);
	min-height: 80px;
}

/**FORM VALIDATION**/

#captcha {
	display: block;
}

input.error, select.error, textarea.error {
	border: 1px solid red;
}

.errormsg, label.error {
	color: red!important;
	font-size: 13px!important;
	font-weight: normal;
}

.red {
	color: red!important;
}
@media (min-width:1200px){
    .auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:992px) and (max-width:1199px){
    .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
    .auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-sm-6:nth-child(odd){clear:left;}
}
@media (max-width:767px){
    .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-xs-6:nth-child(odd){clear:left;}
	.navbar {
		background:rgba(255,255,255,.8)!important;
	}
	#navbar-collapse-1 {
		margin-top:20px;
	}
	
}