@import url('/font/droid-serif/droidserif.css');

body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
}

.clear {
	clear: both;
}

#wrapper {

}

@media (max-width: 992px) {
	#wrapper.noscroll {
	    position: fixed;
	    width: 100%;
	    overflow: hidden;
	}
}

.container {
	width: 90%;
}

.parallax-container {
	height: auto;
}

#header {
	background: url(/images/layout/grey-texture.jpg) left top repeat;
}

#header #logo {
	padding: 19px 0;
	margin: 0;
}

#header h2 {
	color: #383838;
	padding: 40px 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 2rem;
}

#header h3 {
	text-transform: uppercase;
	font-size: 1.6rem;
}

@media (max-width: 600px) {
	#header #logo {
		padding: 15px 0 0 0;
	}
	#header h2 {
		padding: 15px 0;
		font-size: 1.5rem;
	}
}

#header h2 span {
	color: #fff;
}

#header h3 {
	color: #fff;
}

#header h3 a {
	color: #383838;
}

@media (max-width: 992px) {
	.box-bg {
		background: url(/images/layout/grey-texture.jpg) left top repeat;
	}
}

.row {
	margin-bottom: 0;
}

/* typography */

blockquote {
	border-left-color: #6f6f6f;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

h1,h2,h3,h4,h5,h6,h1.flow-text,h2.flow-text,h3.flow-text,h4.flow-text,h5.flow-text,h6.flow-text {
	font-weight: bold;
}

h1 {
	font-size: 2.8rem;
}

h2 {
	font-size: 2.2rem;
}

h3 {
	font-size: 1.6rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.4rem;
}

h6 {
	font-size: 1.3rem;
}

p, ol, ul {
	font-size: 1.1rem;
}
textarea{
	font-size:14px;
	padding:7px;
}
.content-wrap h1, .content-wrap h2, .content-wrap h3 {
	font-family: "droidserif", Times, serif;
}

.content-wrap h1 {
	color: #b17107;
}

.content-wrap h2 {
	color: #b17107;
}

.content-wrap h3 {
	color: #0D676F;
}

.page-links li {
	margin-bottom: 20px;
}
.section .responsive-img{
	border:#f2f2f2 5px solid;
	box-shadow:0px 1px 7px rgba(0,0,0,.25);
}
@media (max-width: 992px) {
	.page-links li {
		margin-bottom: 10px;
	}
}

.content-wrap ul, .content-wrap ol {
	display: inline-block;
	padding-left: 35px;
}

.content-wrap ul li {
	list-style-type: circle;
	color: #085a61;
}

.content-wrap ul.fa-ul li {
	list-style-type: none;
}

/* end typography */
#contact-page .phone, #contact-page .address{
	color:inherit;
	font-weight:bold;
}
h1 a{
	font-size:20px;
}
#agent img{
	display:block;
	margin:auto;
	border:#fff 8px solid;
	box-shadow:0 0 15px rgba(0,0,0,.7);
}

#agent h3{
	text-align:center;
}
#agent h4{
	color: #b17107;
}
#agent a{
	font-weight:bold;
}
#agent #address{
	text-align:right;
	font-weight:bold;
}
.btn-block {
	width: 100%;
	border-radius: 0;
}

.img-left {
	float: left;
}
.img-icon{
	float: left;
	margin:0px 15px 5px 0px;
}
.img-right {
	float: right;
}
.icon-btn{
	text-align:center;
	display:inline-block;
	color: #ffffff;
	margin:auto;
	margin-top:20px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	padding:20px 40px;
	border-radius:7px;
}
.icon-btn i{
	font-size:120px;
	display:block;
	clear:both;
}
@media (max-width: 600px) {
	.img-left, .img-left.vertical {
		max-width: 100%;
		margin: 0 auto;
		float: none;
	}
	.img-right, .img-right.vertical {
		max-width: 100%;
		margin: 0 auto;
		float: none;
		display:block;
	}
}

@media (min-width: 601px) and (max-width: 992px) {
	.img-left {
		max-width: 45%;
		margin: 0 15px 0 0;
	}
	.img-left.vertical {
		max-width: 33%;
	}
	.img-right {
		max-width: 45%;
		margin: 0 0 0 15px;
	}
	.img-right.vertical {
		max-width: 33%;
	}
}

@media (min-width: 993px) {
	.img-left {
		max-width: 45%;
		margin: 0 15px 0 0;
	}
	.img-left.vertical {
		max-width: 33%;
	}
	.img-right {
		max-width: 45%;
		margin: 0 0 0 15px;
	}
	.img-right.vertical {
		max-width: 33%;
	}
}

/* homepage boxes */

.box {
/* 	width: 201px; */
/* 	height: 253px; */
	width: 100%;
	padding: 15px 0;
	margin-bottom: 20px;
	border: 2px solid #fff;
	border-radius: 20px;
	background: #2C3134;
	box-shadow: inset 0 0 18px #0f0f0f, 0 0 18px #7e7e7e;
}

.box-img {
	position: relative;
	width: 195px;
	height: 170px;
	overflow: hidden;
	border: 2px solid #fff;
	margin: 15px auto;
}

.box-img img {
	top: 0;
	left: 0;
}

.box-banner {
	display: block;
	position: relative;
	width: 100%;
	height: 30px;
	background: #6F6F6F;
}

.box-banner h3 {
	font-family: "droidsans", Helvetica, Arial, sans-serif;
	font-style: normal;
	color: #fff;
	text-align: center;
	line-height: 30px;
	margin: 0;
	text-transform: uppercase;
	font-size: 16px;
}

/*
.more {
	width: 100%;
	height: 31px;
	position: relative;
	text-align: center;
}
*/

.reflect {
	position: relative;
	-webkit-box-reflect: below 5px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(87%, transparent), to(rgba(255,255,255,0.4)));
	margin-bottom: 40px;
}

.reflect:hover {
	-webkit-box-reflect: below 10px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(87%, transparent), to(rgba(255,255,255,0.4)));
	margin-top: -2px;
	margin-bottom: 40px;
}

/* end homepage boxes */

footer.page-footer {
	border-top: 14px solid #000;
	background: #383838;
	color: #fff;
}

.page-footer a {
	color: #adadad;
}

.page-footer a:hover {
	color: #fff;
}

.copyright {
	padding: 10px 0;
	font-size: 1rem;
}

.copyright a {
	color: #fff;
}
@media (max-width: 500px) {
	h1{
		text-align:center;
		font-size:24px;
	}
}