@charset "utf-8";
/* CSS Document */


/* DEFAULT STYLES */

body, .TitleStyle1, .TitleStyle2, .TitleStyle3, .TitleStyle4, .TitleStyle5, input, button, select, textarea, p, ul, li, a {
	font-family: Helvetica, sans-serif;
}
body {
	background-color: #FFF;
}
body, figure {
	margin: 0;
	padding: 0;
}
/*Typography */
.TitleStyle1, .TitleStyle2, .TitleStyle3, .TitleStyle4, .TitleStyle5{
	line-height: 30px !important;	
}
.TitleStyle1 {
	margin-top: 20px;
	color: #b87332;
	padding-left: 5px;
	font-size: 26px;
}
.TitleStyle2 {
	margin-top: 10px;
	color: #b87332;
	padding-left: 10px;
	font-size: 20px;
}
.TitleStyle3 {
	margin: 10px 10px 0px 0px;
	color: #b87332;
}
.TitleStyle4 {
	font-size: 30px;
	color: #60606b;
	padding-top: 10px;
	font-weight: normal;
}
.TitleStyle5 {
	color: #FFF;
	font-weight: bold;
	font-size: 46px;
	padding: 0px 0px 20px 12px;
	margin-top: 30px;
	text-align: center;
}
.TitleStyle5 p {
  color: #FFF!important;
  font-weight: bold!important;
  font-size: 46px!important;
  padding: 0!important;
  margin: 0px!important;
  text-align: center!important;
  line-height:30px !important;
}
.TitleStyle6 {
	color: #fff;
}
p {
	text-align: justify;
	color: #60606b;
	padding: 10px 20px 0px 10px;
	font-size: 14px;
	line-height: 26px;
}

a{color:#fff; text-decoration:none;}

.li-text
{
    color: #60606b;
    font-size: 14px;
    line-height: 26px;
}
/*Logo*/
.head {
	background: #000;
}
.brand {
	margin-top: 10px;
}
#logo {
	width: 100%;
	max-width: 250px;
	margin-bottom: 20px;
}
.num {
	background: #b87332;
	width: auto;
	height: 100%;
	color: #fff!important;
	font-size: 24px;
	padding: 10px 20px;
	margin: -10px 0 0 0;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
/*Social Icons*/
.social {
	float: right;
	margin-right: 0px;
	margin-top: 0px;
}
.social > li {
	list-style-type: none;
	float: left;
	margin-right: 10px;
}
#social #social-nav > ul {
	padding: 0;
	margin: 0;
}
.social > li > a:focus, .social > li > a:hover {
	background: #404041;
}
.social img {
	width: 30px;
	height: 30px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	background: #404041;
}

/*Main Navbar*/
.navbar {
	float: right;
	background: #fff;
}
.navbar .nav {
	width: 100%;
	position: relative;
	display: block;
	float: right;
	background: #fff;
	border-radius: none;
	margin: 0px;
	padding-top: 20px;
}
.navbar .nav > li {
	list-style-type: none;
	margin-right: 0px;
	
	border-right:1px solid #fff;
}
.navbar .nav > li > a {
	color: #60606b;
	text-shadow: none;
	font-size: 16px;
	font-weight: normal;
	padding:10px 25px 10px;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover, .nav > li > a.selected {
	color: #fff;
	background: #b87332;
}
.navbar .nav > li a.active {
	color: #fff;
	background: #b87332;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.navbar-inner {
	background: #b87332;
	border: 0px 0px;
	min-height: 20px;
	line-height: 20px;
	border: none;
	box-shadow: none;
	padding-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.btn-navbar {
	background: #b87332!important;
	height: 30px;
	width: 30px;
	margin: 0!important;
	border: none;
	border-radius: 0px;
}
.nav-collapse {
	background: #b87332;
	border-bottom: none;
}
.navbar .nav > li:hover, .navbar .nav > li:focus {
	background: #000!important;
	
}
.selected {
	background-color: #000;
	
}
/*Banner*/


.banner-bg {
	margin-top: 0px;
	width: auto;
	height: 100%;
	background: #b87332;
}
.banner {
	position: relative;
	width: auto;
	height: auto;
}
.banner-image {
	float: right;
	margin-top: -20px;
	padding: 0px 10px 10px;
}
/*Quotebox*/

.quote-search {
	float: left;
	position: relative;
	width: 40%;
	height: 100%;
	background: #000;
	-webkit-border-bottom-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-bottomright: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	text-align:center;
}
.quote-box {
	position: absolute;
	width: auto;
	right: 0px;
	top: 0px;
	font-size: 22px;
	color: #2d87bb;
}
.quote-box-header {
	float: left;
	margin-top: 50px;
	font-size: 23px;
	line-height: 26px;
	font-weight: bold;
	color: #fff;
}
.quote-box-text {
	font-size: 21px;
	line-height: 24px;
	margin-bottom: 50px;
	font-weight: bold;
	color: #fff;
	margin-left: 10px;
}
.quote-box-text i {
	font-size: 24px;
	font-weight: normal;
	color: #fff;
}
.search-location {
	float: left;
	margin-right: 8px;
	text-align: center;
}
.type {
	margin-top: 0px;
	width: 130px;
	margin-left: 20px;
	webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
input[type="text"] {
	width: 100px;
	margin-left: 40px;
	
	webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.btn-custom {
	margin-left: 20px;
	background: rgb(221,241,249); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(221,241,249,1) 0%, rgba(252,252,252,1) 0%, rgba(207,207,207,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(221,241,249,1)), color-stop(0%, rgba(252,252,252,1)), color-stop(100%, rgba(207,207,207,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(221,241,249,1) 0%, rgba(252,252,252,1) 0%, rgba(207,207,207,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(221,241,249,1) 0%, rgba(252,252,252,1) 0%, rgba(207,207,207,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(221,241,249,1) 0%, rgba(252,252,252,1) 0%, rgba(207,207,207,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(221,241,249,1) 0%, rgba(252,252,252,1) 0%, rgba(207,207,207,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddf1f9', endColorstr='#cfcfcf', GradientType=0 ); /* IE6-9 */
}
.btn-custom:hover {
	background: rgb(221,241,249); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(221,241,249,1) 0%, rgba(207,207,207,1) 0%, rgba(252,252,252,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(221,241,249,1)), color-stop(0%, rgba(207,207,207,1)), color-stop(100%, rgba(252,252,252,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(221,241,249,1) 0%, rgba(207,207,207,1) 0%, rgba(252,252,252,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(221,241,249,1) 0%, rgba(207,207,207,1) 0%, rgba(252,252,252,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(221,241,249,1) 0%, rgba(207,207,207,1) 0%, rgba(252,252,252,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(221,241,249,1) 0%, rgba(207,207,207,1) 0%, rgba(252,252,252,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddf1f9', endColorstr='#fcfcfc', GradientType=0 ); /* IE6-9 */
}
/* FOOTER  */
.footer-bg {
	padding-top: 5px;
	background: #000;
	margin-top: 50px;
}
footer {
	font-size: 11px;
	width: 100%;
	padding-top: 10px;
	height: 100%;
	paddin-bottom: 0px;
	margin-bottom: 0px;
}
.footer a {
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
}
.footer a:hover {
	text-decoration: none;
	color: #b87332;
}
.footer_nav {
	color: #fff;
	padding-top: 0px;
	text-decoration: none;
	line-height: 20px;
	text-align: center;
}
.footer_nav a {
	white-space: nowrap;
	padding-left: 10px;
	padding-right: 10px;
}
.footer_nav a:hover {
	text-decoration: none;
	color: #b87332;
}
.footer_nav a.active {
	color: #b87332;
}
#footer-address {
	margin-left: 0px;
	padding-left: 0px;
	text-align: center;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 0px;
}
#footer-address li {
	display: inline-block;
	white-space: nowrap;
	font-size: 14px;
}
#footer-address li a {
	font-size: 14px;
}
.footer_p {
	text-align: center;
	font-size: 13px;
	color: #fff;
}
.foot-addr{
text-align: center;
color: #fff;
font-size: 13px;
}
.main-title{
	color:#000;
	font-weight:700;
}


/*iframe*/

iframe {
	height:1700px;
	width: 100%;
	frameborder: 0px inset!important;
}
iframe:not([seamless]) {
	border: 0px inset;
	border-image: initial;
}

.frame-fix {
	height: 1700px;
	width: 100%;
	frameborder: 0px inset!important;
}
.visible-xs {
	display: none;
}
.st-form iframe {
	height:1200px!important;
}

.st-btn {
	border:1px solid #dedede;
	display:inline-flex;
	border-radius: 10px;
	color:#333333;
	background:#fff;
    font-weight:600;
    padding: 10px 30px;	
	margin:10px auto;
	font-size:18px;
}
.st-btn:hover, .st-btn:focus {
	opacity:0.8;
	color:#333;
	text-decoration:none;
}