@charset "utf-8";
/* CSS Document */
/*
COLOR PALETTE
Primary color/ Content Color : #000000;
Secondary Color: #b1b232;
Secondary content color: #c0c059;
Sub-heading: #4cc2e0;
Footer: #4ec0e2;
*/



html, body, .TitleStyle1, .TitleStyle2, .TitleStyle3, .TitleStyle4, .TitleStyle5, .TitleStyle6, p {
	/*font-family: 'Roboto Condensed', sans-serif;*/
	font-family: 'Roboto', sans-serif;
	color: #4f4843;
}
body {
	background: #fff;
	overflow-x: hidden;
}
/* Typography */
.TitleStyle1 {
	font-family: 'Roboto', sans-serif;
	color: #000000;
	font-size: 30px;
	line-height: 37px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top:10px;
}
.TitleStyle1 a, .TitleStyle1 a:hover {
	color: #000000!important;
	text-decoration: none;
}
.TitleStyle2 {
	color: #4cc2e0;
	font-size: 23px;
	line-height: 30px;
	font-weight: 600;
}
.TitleStyle3 {
	margin-top: 0px;
	color: #9c2542;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 700;
}
.TitleStyle4 {
	color: #004a66;
	font-weight: 600;
}
/* logo */
.logo {
	top: 46px;
	background: #000000;
	height: 50px;
	width: 400px;
	position: relative;
	border-bottom: 4px solid #fff;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
	-webkit-box-shadow: 4px 4px 12px -4px rgba(83, 87, 80, 0.83);
	-moz-box-shadow: 4px 4px 12px -4px rgba(83, 87, 80, 0.83);
	box-shadow: 4px 4px 12px -4px rgba(83, 87, 80, 0.83);
	z-index: 9;
}
.logo p, .logo p a, .logo p a:hover {
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 25px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 300;
	margin-top: -25px;
}
.logo img {
	margin-top: -12px;
	margin-right: 10px;
}
/* Top-bar */
.top-bar {
	background: #000000;
	height: 50px;
	border-bottom: 4px solid #fff;
	-webkit-box-shadow: 4px 4px 12px 0px rgba(83, 87, 80, 0.83);
	-moz-box-shadow: 4px 4px 12px 0px rgba(83, 87, 80, 0.83);
	box-shadow: 4px 4px 12px 0px rgba(83, 87, 80, 0.83);
}
/* Banner */
.banner {
	width: 100%;
	height: auto;
	position: relative;
}
.banner img {
	width: 100%;
}
/* Quote Box */
.quote-box, .quote-box-inner {
	background: rgba(58,56,45, 0.6);
	padding: 20px;
	position: absolute;
	z-index: 4;
	bottom: 100px;
	width: 100%;
	color: #fff;
}
.zip {
	height: 40px;
	background: #fff;
	color: #4d4d4d;
	text-align: center;
	font-size: 22px;
	border-radius: 0;
	font-weight: 500;
	text-transform: uppercase;
}
.styleOption select {
	padding: 0 0px 0px 12px;
	background-image: url(../img/arrow-quote.png);
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: center right;
	-webkit-appearance: none;
	width: 100%;
	height: 40px;
	color: #4d4d4d;
	text-align: center;
	border-radius: 0;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	font-size: 22px;
}
@-moz-document url-prefix() {
                        .styleOption select {
                        background: #fff!important;
                    }
                    }

.btn-default {
	background: #4ec0e2;
	color: #000000;
	text-align: center;
	border-radius: 0;
	width: 100%;
	border: transparent;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 600;
}
/* green bg */
.green-bg {
	background: #b1b232;
	margin-top: 5px;
}
/* Navigation */
.nav-bg {
	background: #b1b232;
}
.navbar {
	background: #b1b232;
	margin-bottom: 0px;
	min-height: 40px;
	border: none;
}
.navbar-nav>li
{
	padding-left:70px;
}
.navbar-nav>li>a {
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: 700;
}
.navbar-nav>li>a:hover {
	color: #333;
}
.navbar-nav>li>a.active {
	color: #333;
	background: #fff;
}
/* Content */
.left-content {
	margin-top: 20px;
	margin-left: -20px;
}
.col-md-9.right-content {
	float: right;
	width:78%;
}
.col-md-3.left-content {
	float: left;
	border-right: 1px solid #a6a6a6;
	width:21%;
}

.left-content .TitleStyle2 {
	color: #c0c059;
	text-transform: uppercase;
}
.left-content p {
	color: #c0c059;
	font-style: normal;
	padding-right:18%;
}
/* Footer */
footer {
	background: #4ec0e2;
	height: auto;
	margin-top: 30px;
	padding: 20px 0;
	text-align: center;
}
address {
	margin-bottom: 10px;
}
address, address a, address a:hover {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
}
.addr {
	margin: 0 35px;
}
.copyright p, .copyright p a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	color: #000000;
}
/* iframe */
iframe {
	width: 100%;
	height: 400px;
	border: 0;
}
.right-content iframe{
height:1600px;
}
#cpIframe {
	height: 1700px;
	width: 100%;
	border: 0;
}

