/*Theme Name:Ryno Insurance

Author: Mueen */

@import url(https://fonts.googleapis.com/css?family=Raleway:400,400italic,500italic,500,600,600italic);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic);

html, body {
	font-family: 'calibri', arial;
	font-size: 12px;
	color: #222;
	margin: 0;
	font-size: 1em;
	line-height: 1.4em;
	background: #f0f0f0;
}
body {
}
hr {
	height:0;
	color:#ccccce;
	width:98%;
	height:1px;
	border:0;
	background-color: #ccccce;
	padding:0 10px 0 10px;
}
.clear {
	margin:0;
	padding:0;
	clear:both;
}
/* Global Classes starts */

* {
	outline:none;
}
div, form, P {
	margin:0px;
	padding:0px;
	font-size: 15px;
}
A IMG /* This Class will disble border over any link on images*/ {
	border:none;
	outline:none
}
a {
	color: #fe9226;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
	color:#fe9226;
}
p {
	color:#222;
	padding:5px 0px 5px 0px;
	margin:5px 0px 5px 0px;
}
UL {
	/* h2trols NORMAL UL */

    margin:0 0 0 15px;
	padding:0 0 0 0;
	list-style-type:none;
}
UL LI {
	/* h2trols NORMAL li inside UL */

    margin:0 0 3px 0;
	padding:0 0 0 12px;
}
UL strong {
	font-size:15px;
}
OL {
	/* h2trols NORMAL OL */

    margin:0 0 0 28px;
	padding:0 0 0 0;
	list-style-type:decimal;
}
OL LI {
	/* h2trols NORMAL li inside OL */

    text-decoration:underline;
	color:#222;
}
OL LI A, LI A, OL A {
	/* h2trols LINKS inside OL */

		color: #fe9226;
	text-decoration: none;
}
OL A:HOVER {
	/* h2trols LINKS HOVER inside OL */

	color: #fe9226;
	text-decoration: underline;
}
UL A {
	/* h2trols LINKS inside UL */

    text-decoration:none;
	color:#fe9226;
}
UL A:HOVER {
	/* h2trols LINKS HOVER inside UL */

    

    color:#fe9226;
	text-decoration:underline;
}
/* ----Global Classes ends-----*/

.button, .submitButton, #checkOutButton {
	display:block;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	width:90px;
	text-align:center;
	height:20px;
	padding:5px 0px;
	text-decoration:none;
	text-shadow: 1px 1px 0px #2b6e40;
	filter: dropshadow(color=#2b6e40, offx=1, offy=1);
	border:1px solid #2e6f39;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: rgb(138,199,165); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(138, 199, 165, 1) 0%, rgba(82, 160, 110, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(138, 199, 165, 1)), color-stop(100%, rgba(82, 160, 110, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(138, 199, 165, 1) 0%, rgba(82, 160, 110, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(138, 199, 165, 1) 0%, rgba(82, 160, 110, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(138, 199, 165, 1) 0%, rgba(82, 160, 110, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(138, 199, 165, 1) 0%, rgba(82, 160, 110, 1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ac7a5', endColorstr='#52a06e', GradientType=0 ); /* IE6-9 */
}
.button:hover, .submitButton:hover, #checkOutButton:hover {
}
table {
	margin:0px 20px 20px 0px;
}
table a {
	color:#333;
	text-decoration:none;
}
table a:hover {
	color:#666;
	text-decoration:underline;
}
table td {
	padding:2px;
}
table {
	background:#ffffff;
	border-collapse: collapse;
	border-spacing: 0;
}
/*wrapper

-------------------------*/

.wrapper_container, #header_container {
	width: 950px;
	margin:0 auto
}
/*header styles

--------------------------------*/   

#header_wrapper {
	background: #0b0b0b;
	/* IE10 Consumer Preview */ 

	background-image: -ms-linear-gradient(top, #3d3d3d 0%, #0b0b0b 100%);
	/* Mozilla Firefox */ 

	background-image: -moz-linear-gradient(top, #3d3d3d 0%, #0b0b0b 100%);
	/* Opera */ 

	background-image: -o-linear-gradient(top, #3d3d3d 0%, #0b0b0b 100%);
	/* Webkit (Safari/Chrome 10) */ 

	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3d3d3d), color-stop(1, #0b0b0b));
	/* Webkit (Chrome 11+) */ 

	background-image: -webkit-linear-gradient(top, #3d3d3d 0%, #0b0b0b 100%);
	/* W3C Markup, IE10 Release Preview */ 

	background-image: linear-gradient(to bottom, #3d3d3d 0%, #0b0b0b 100%);
	border-top:7px solid #ed9012;
}
.rynoStrip {
	/*	background: url(images/ryno-strip.jpg) center top no-repeat #8f888f;

	height: 3px;*/

	clear: both;
	width: 100%;
}
#topLeft {
	width: 240px;
	float: left;
}
#logo {
	padding:15px 0px;
}
#topRight {
	float: right;
	width: 700px;
	padding:0px 0px 15px;
}
#social {
	height: 25px;
	margin: 2px 0px;
}
#callUs {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	float: right;
	font-size: 18px;
	margin-bottom: 0;
}
#callUs p {
	float: left;
	margin: 0px 10px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}
#callUs span {
	color: #ffb913;
}
#callUs .button {
	float: left;
	margin-right: 15px;
}
#callUs .button.last {
	margin-right: 0px;
}
.body_wrapper {
    margin: 0 auto;
    overflow: hidden;
}
/* main style

......................................*/

.main {
	font-size: 13px;
}
.main img {
	max-width:100%;
}
.main h1 {
	font-size: 28px;
	color: #fe9226;
	text-transform: uppercase;
	margin: 0.67em 0px;
	line-height: 28px;
    font-style: normal;
    font-weight: 400;
}
.main h3 {
	font-size: 18px;
	color: #222222;
	font-weight: normal;
	text-transform: uppercase;
}
.main p {
    color: #666666;
    font-size: 15px;
    line-height: 22px;
    margin: 1em 0;
    padding: 0;
}
.main ol, .main ul {
	margin:0;
	padding: 0 0 0 30px;
}
.main ol li a, p a {
	color: #ff9323;
	text-decoration: none;
}
.main ol li a:hover, p a:hover {
	color: #FFBF7C;
	text-decoration:underline
}
.main ul li {
	padding: 4px 0;
	margin:0;
	display: list-item;
	list-style: disc;
	font-size: 16px;
	color: #666666;
}

.main ul {
    list-style: outside none none !important;
    margin-left: 20px;
    padding: 0 !important;
}

.main ul li {
    list-style: outside none none;
    padding-left: 25px;
    position: relative;
}

.main ul li::before {
	color: #fe9226;
	content:"\f111";
    font-family: "FontAwesome";
    font-size: 8px;
    left: 0;
    position: absolute;
    top: 5px;
}

h3.ult_modal-title {
    background-color: #fe9226;
    color: #ffffff !important;
    float: left;
    font-size: 23px !important;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
}

.ult_modal-body ul {
    margin-left: 0;
}

.ult_modal-body ul li {
    padding-left: 20px;
    position: relative;
}

.ult_modal-body ul li::before {
    color: #fe9226;
    content: "";
    font-family: "FontAwesome";
    font-size: 8px;
    left: 0;
    position: absolute;
    top: 0;
}

.ult_modal-body p {
    margin-bottom: 10px;
    padding: 0;
}

.main a.btn {
    background-color: #ff9323;
    cursor: pointer;
}

.main a.btn:hover {
    color: #ffffff;
    background-color: #000000;
}



#doc_lib_ul li {
	list-style: none;
}
#doc_lib_ul li div {
	font-size: 15px;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #cccccc;
	margin: 0px;
	padding: 0px;
}
#doc_lib_ul li ul {
	margin: 1em 0;
}
#doc_lib_ul li ul li {
	list-style-image: url(images/pdf_icon_mini.gif);
}
.container {
    float: left;
    margin-right: 40px;
    padding-bottom: 30px;
    padding-top: 30px;
    width: 590px;
}
.sidebar {
    float: left;
    padding-bottom: 58px;
    padding-left: 0;
    padding-top: 55px;
    width: 320px;
}

.sidebar .quoteForm {
    background-color: #ffffff;
    border-radius: 4px;
    border-top: 7px solid #fe9226;
    padding: 21px 4% 8px;
    width: 92% !important;
}

.sidebar .quoteForm h2 {
    margin-top: 0;
}

p#inner a.button {
	font-size: 20px;
	width: 200px;
	height: 25px;
	padding: 10px 0px;
	margin-bottom: 12px;
}
p#inner a.button:hover {
	color:#fff
}
p#inner a.button.yellow {
	border: 1px solid #ff6900;
	background: rgb(255,174,0);
	background: -moz-linear-gradient(top, rgba(255, 174, 0, 1) 0%, rgba(255, 136, 0, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 174, 0, 1)), color-stop(100%, rgba(255, 136, 0, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 174, 0, 1) 0%, rgba(255, 136, 0, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 174, 0, 1) 0%, rgba(255, 136, 0, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 174, 0, 1) 0%, rgba(255, 136, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 174, 0, 1) 0%, rgba(255, 136, 0, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#ff8800', GradientType=0 );
	text-shadow: 1px 1px 0px #ab6c00;
	filter: dropshadow(color=#ab6c00, offx=1, offy=1);
}
p#inner a.button.blue {
	border:1px solid #24BDF0;
	background: rgb(39,189,240); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(39, 189, 240, 1) 0%, rgba(25, 161, 207, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(39, 189, 240, 1)), color-stop(100%, rgba(25, 161, 207, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(39, 189, 240, 1) 0%, rgba(25, 161, 207, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(39, 189, 240, 1) 0%, rgba(25, 161, 207, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(39, 189, 240, 1) 0%, rgba(25, 161, 207, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(39, 189, 240, 1) 0%, rgba(25, 161, 207, 1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24BDF0', endColorstr='#19A1CF', GradientType=0 ); /* IE6-9 */
	text-shadow: 1px 1px 0px #ab6c00;
	filter: dropshadow(color=#ab6c00, offx=1, offy=1);
}
.sideBox {
	margin-top: 40px;
	float: left;
	background: #262626;
	width: 240px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	width: 200px;
}
.sideBox h3 {
	font-size: 14px;
	color: #ffb400;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #050505;
	margin: 0px;
	padding: 10px;
}
.sideBox ul {
	margin: 0px;
	padding:5px 10px 10px 10px;
	border-top: 1px solid #606060;
	color: #ffb400;
}
.sideBox ul li {
	padding:0;
	margin:0;
	margin-left: 15px;
	list-style:disc
}
.sideBox ul li a, #splashMenu ul li {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}
/*Footer styles

-----------------------------------*/

#advice {
    background: #1a1a1a;
    border-top: 0 none;
    color: #ffffff;
    float: left;
    line-height: 20px;
    margin-top: 0;
    padding-bottom: 25px;
    padding-top: 15px;
    text-align: center;
    width: 100%;
}
#advice #top {
	border-bottom: 1px solid #d9d9d9;
}
#advice .heading {
	padding:0;
	margin:0;
	color: #444444;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0px 7px 0px;
}
#advice #bottom {
    border-top: 0 none;
    font-size: 11px;
}
#advice #bottom p {
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
#footer_wrapper {
	background: #151614;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
.footer_container {
	width: 950px;
	color: #fff;
	margin:0 auto
}
.footer_container li a, .footer_container li a:hover {
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding-bottom: 10px;
	font-size: 12px;
}
.footer_container p a {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}
.footer_container p a:hover {
	text-decoration:underline
}
.footer_container p {
	padding:0;
	margin:0;
	line-height: 12px;
	padding: 4px 0px;
	color:#fff;
	line-height:16px
}
.footer_container ul {
	padding:0;
	margin:0;
	margin: 0px auto;
	float: none;
	padding: 10px 0px;
	text-align: center;
	width: 100%;
}
.footer_container ul li {
	padding:0;
	margin:0;
	display: inline-block;
	float: none;
	padding: 0px;
	margin-right: 20px;
}
/*      Apply now page style

...........................................*/



#applyleft {
	width: 44.956989247312%;
	padding: 0 15px;
	float:left;
}
#applyright {
	width: 48.043010752688%;
	padding: 0 15px;
	float:left;
}
.pdfcolumn {
}
.main .pdfcolumn p, .main .leftcontent .entry-content .pdfcolumn p {
	font-size: 12px!important;
	font-family: tahoma!important;
	line-height:16px!important;
	font-weight:bold!important;
}
.one_third {
	width: 180px;
	padding: 0 10px;
	float:left;
}
.faq hr {
	width:98%!important;/*padding:0!important;*/
}
.main .one_third ul {
	padding:0!important;
	margin:0!important;
}
.main .one_third ul li {
	padding:0!important;
	margin:0 !important;
	list-style-type:none!important;
	margin-top:10px!important;
	line-height: 15px;
}
.main .one_third ul li a {
	color: #e27700;
	text-decoration: none;
	line-height: 1.5 !important;
	font-size: 13px;
}
.faq_title {
	font-size: medium;
	color: rgb(255, 0, 0);
	font-weight:bold;
	margin-bottom:20px;
	font-style:italic;
	padding-left:10px
}
a.rss {
	background: url(images/rss.gif) no-repeat top left;
	padding-left: 20px;
	margin-top: 15px;
	color: #e27700;
	text-decoration: none;
	margin-top:20px
}
a.rss:hover {
	color: #ff9c2b;
	text-decoration: none;
}
p.small_green {
	color: rgb(0, 153, 0);
	font-style: italic;
	text-align: center;
	font-size: 13px;
}
p.fz18 {
	font-size: 18px;
}
.video {
	text-align: center;
	line-height: 1.5;
	padding: .5em 0;
	font-size: 16px;
}
/**

 * 4.2 Navigation

 * ----------------------------------------------------------------------------

 */

/*#nav_wrapper {

	width: 960px;

	margin: 0 auto;

}*/

.nav_container {
	float: right;
	margin: 0px;
	padding-left: 0px;
	display:block;
	 width: 100%;
}
ul#menu-main-menu, div#menu-main-menu > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
#menu-main-menu li {
	position: relative;
	float: left;
	/*line-height: 20px;
	height: 32px;*/
	padding:0;
	margin:0;
	float:left;
	font-size: 13px;
}
#menu-main-menu li a {
	border-bottom: 2px solid transparent;
    color: #ffffff;
    display: block;
    font-family: "Lato",sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 10px 15px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    float: left;
}
#menu-main-menu li ul.sub-menu {
	background: #161614 url(images/submenu.jpg) left top repeat-x;
	margin: 0px;
	z-index:102;
	position:absolute;
	color: #ffab00;
	/*list-style:square;*/
	list-style: outside none none;
	padding: 0px;
}
#menu-main-menu li ul.sub-menu li a:hover {
	color:#ffb913;
}
#menu-main-menu li ul li {
    clear: both;
    display: list-item;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%;
}
#menu-main-menu li ul li a {
	white-space: nowrap;
	font-size: 12px;
	padding: 10px 20px;
	color: #ffffff;
	text-transform: none;
	min-width: 170px;
}
#menu-main-menu li a span {
	text-transform:lowercase
}
#menu-main-menu li:hover > a, #menu-main-menu li a:hover, #menu-main-menu li:focus > a, #menu-main-menu li a:focus {
	color: #FFF;
	border-bottom:2px solid #ed9012;
}
#menu-main-menu .sub-menu, #menu-main-menu .children {
	border:none;
	background:none;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: 0;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip:rect(1px, 1px, 1px, 1px);
    top: 44px;	
}
#menu-main-menu .sub-menu ul, #menu-main-menu .children ul {
	border-left: 0;
	padding:0;
	margin:0;
	left: 100%;
	top:0;
}
ul#menu-main-menu ul a, #menu-main-menu ul ul a {
	/*background: #383838;

	border-top: 1px solid #4b4b4b;

	border-bottom: 1px dotted #3f3f3f;

	border-right: 1px solid #4b4b4b;

	border-left: none;

	padding: 0px 0 0px 10px;*/

	color: #fff;
	display:block;
}
ul#menu-main-menu ul a:hover, #menu-main-menu ul ul a:hover, ul#menu-main-menu ul a:focus, #menu-main-menu ul ul a:focus {
	color: #ffb913;
	background:none;
}
ul#menu-main-menu li:hover > ul, #menu-main-menu ul li:hover > ul, ul#menu-main-menu .focus > ul, #menu-main-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}
#menu-main-menu .current_page_item > a, #menu-main-menu .current_page_ancestor > a, #menu-main-menu .current-menu-item > a, #menu-main-menu .current-menu-ancestor > a {
	color: #FFF;
	border-bottom:2px solid #ed9012;
}
#menu-main-menu ul .current_page_item > a, #menu-main-menu ul .current_page_ancestor > a, #menu-main-menu ul .current-menu-item > a, #menu-main-menu ul .current-menu-ancestor > a {
	color: #ffb913;/*background: #444444;	*/
}
/*Form Styles

--------------------*/

/*old browsers*/

.lt-ie8 form input, .lt-ie8 form textarea {
	width:265px;
	border:1px solid #d4d4d4;
}
.lt-ie8 form .FieldRadiobutton input {
	width:40px;
	background:none;
	border:none;
}
.lt-ie8 form #Field51 .form-field {
	width:150px;
}
.lt-ie8 .captchaImage {
	border: 1px solid #d4d4d4;
	top:1px;
	height:36px;
}
fieldset {
	margin:15px 0px;
}
legend {
	font-size:16px;
	margin:10px 0px 5px 0px;
}
input, select, textarea {
	font-family: sans-serif;
}
label {
color: #222222;
}
.FieldRadiobutton label {
	display:inline;
}
.input-wrapper {
	margin-bottom:10px;
}
.input-wrapper img {
	vertical-align: middle;
}
.FieldRadiobutton {
	margin:5px 0px;
}
form .FieldRadiobutton input {
	width:40px;
	background:none;
	border:0px;
	box-shadow:none;
}
input, textarea {
	margin:0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: none repeat scroll 0 0 #ffffff;
	border:1px solid #aaaaaa;
	border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #777777;
	font-size: 13px;
	padding: 9px;
	transition: color 0.4s ease-out 0s;
	-moz-transition: color 0.4s ease-out 0s;
	-webkit-transition: color 0.4s ease-out 0s;
	-o-transition: color 0.4s ease-out 0s;
}
input[type="radio"], input[type="checkbox"] {
	border:none;
	box-shadow:none
}
textarea {
	height: 70px;
	width: 310px;
}
input:focus {
	color:#085b9c;
}
input.submit, input.gform_button {
	color:#ffffff;
	cursor:pointer;
	display:block;
	padding:5px 20px;
	width:150px;
	font-weight:bold;
	font-size:14px;
	border:1px solid #2590c9;
	-webkit-box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, .44);
	box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, .44);
	border-radius: 3px;
	background: #37b7f6; /* Old browsers */
	background: -moz-linear-gradient(top, #37b7f6 0%, #0494d2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #37b7f6), color-stop(100%, #0494d2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #37b7f6 0%, #0494d2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #37b7f6 0%, #0494d2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #37b7f6 0%, #0494d2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #37b7f6 0%, #0494d2 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37b7f6', endColorstr='#0494d2', GradientType=0 ); /* IE6-9 */
}
input.submit:hover {
	text-shadow: 1px 1px 10px rgba(255, 255, 255, .95);
}
#Field51 {
	position: relative;
}
/*banner Styles

--------------------*/

#banner_wrapper {
/*background: url(images/red-swirl.jpg) center top;

	background-size:100% 100%;*/

	/*height:450px;*/

}
.banner_container {
	width: 950px;
	margin: 0px auto;
	position:relative
}
#SplashAction {
	width: 220px;
	position:absolute;
	right:0;
	top:20px;
	z-index:100
}
#SplashAction p.callOut {
	font-size: 33px;
	line-height: 37px;
	color: #fff;
	text-shadow: 1px 2px 3px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=2);
}
#SplashAction p.tag {
	font-size: 13px;
	letter-spacing: 1px;
	color: #fff;
	line-height: 16px;
	text-align: right;
	padding-right: 20px;
}
#SplashAction .button {
	font-size: 20px;
	width: 200px;
	height: 25px;
	padding: 10px 0px;
	margin-bottom: 12px;
}
#SplashAction a.button:hover {
	color:#fff
}
#SplashAction .button.yellow {
	border:1px solid #ff6900;
	background: rgb(255,174,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 174, 0, 1) 0%, rgba(255, 136, 0, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 174, 0, 1)), color-stop(100%, rgba(255, 136, 0, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 174, 0, 1) 0%, rgba(255, 136, 0, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 174, 0, 1) 0%, rgba(255, 136, 0, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 174, 0, 1) 0%, rgba(255, 136, 0, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255, 174, 0, 1) 0%, rgba(255, 136, 0, 1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#ff8800', GradientType=0 ); /* IE6-9 */
	text-shadow: 1px 1px 0px #ab6c00;
	filter: dropshadow(color=#ab6c00, offx=1, offy=1);
}
#SplashAction .button.blue {
	border:1px solid #24BDF0;
	background: rgb(39,189,240); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(39, 189, 240, 1) 0%, rgba(25, 161, 207, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(39, 189, 240, 1)), color-stop(100%, rgba(25, 161, 207, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(39, 189, 240, 1) 0%, rgba(25, 161, 207, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(39, 189, 240, 1) 0%, rgba(25, 161, 207, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(39, 189, 240, 1) 0%, rgba(25, 161, 207, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(39, 189, 240, 1) 0%, rgba(25, 161, 207, 1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24BDF0', endColorstr='#19A1CF', GradientType=0 ); /* IE6-9 */
	text-shadow: 1px 1px 0px #ab6c00;
	filter: dropshadow(color=#ab6c00, offx=1, offy=1);
}
#SplashAction .enthused {
	font-size: 39px;
	color: #ffac00;
	font-weight: bold;
}
#splashMenu {
	margin-top: 40px;
	/*float: left;*/

	background:url(images/gred_boxbg.jpg) left top repeat-x #c3c3c3;
	width:325px;
	border:3px solid #ddddde;
	border-radius: 8px;
	white-space:normal !important;
	-moz-box-shadow: 0 0 30px #000;
	-webkit-box-shadow: 0 0 30px #000;
	box-shadow: 0 0 30px #000;
}
#splashMenu .heading {
	font-size:18px;
	color: #131313;
	font-weight: bold;
	text-transform:uppercase;
	/*border-bottom: 1px solid #050505;*/

	margin:0px;
	padding: 10px;
}
#splashMenu .heading a {
	text-decoration: none;
	color: #131313;
}
#splashMenu h3 {
	font-size:20px;
	color: #131313;
	font-weight: bold;
	text-transform:uppercase;
	margin:0px;
	padding:10px;
}
#splashMenu h3 a {
	text-decoration: none;
	color: #131313;
	white-space: pre-wrap !important;
}
#splashMenu h3 a:hover {
	text-decoration: none;
	color: #131313;
}
.listbx {
	margin:0px 0px;
	padding:0px 10px 10px;
	white-space:normal !important;
}
#splashMenu dt {
	margin:0px 0px;
	padding:6px 0px 7px 30px !important;
	display:block;
	background:url(images/slideli_points.png) left 5px no-repeat;
	color:#131313 !important;
	font-size:15px !important;
	text-transform:none;
	font-family:"Lato", sans-serifl;
	position:relative;
	line-height:18px !important;
	white-space:normal !important;
}
#splashMenu dt a {
	color:#131313;
	font-size:15px !important;
	text-decoration:none;
	font-family:"Lato", sans-serifl;
	white-space:normal !important;
}
#splashMenu dt a:hover {
	color:#ed9012;
}
#splashMenu p.list {
	margin:0;
	padding:0;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	border-top: 1px solid #606060;
	font-family: 'calibri', arial;
	line-height: 1.4em;
	padding:0 10px;
	line-height:20px;
	padding-bottom:25px
}
.splashStrip {
	background:url(images/splash-strip.jpg) center top no-repeat #8f888f;
	height:4px;
	clear:both;
	width:100%;
	margin-top:10px;
}
/*Home Page services

----------------------------------------*/

#boxes {
	padding-top: 30px;
	background: url(images/boxes.jpg) left top repeat-x;
}
#boxes .box {
	width: 220px;
	float: left;
	/*margin-right: 20px;*/

	height: 260px;
	background: #fff;
	overflow: hidden;
	border: 1px solid #f5f5f5;
}
#boxes .box.last {
	margin-right:0
}
#boxes .box p {
	line-height: 16px;
	margin:0
}
.box .content {
	padding: 10px;
	font-size: 11px;
}
.box .heading {
	text-align: center;
	color: #ff8a00;
	font-size: 14px;
	margin-top: 0px;
	text-transform: uppercase;
}
.box a.readMore {
	text-align: right;
	color: #000;
	width: 100%;
	display: block;
}

.main h2 {
	font-size: 23px;
	color: #FE9226;
	font-weight: normal;
	text-transform: uppercase;
}
.main .container h2 {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;
}

.main h4, .main h5, .main h6 {
	color: #FE9226;
	font-weight: normal;
	text-transform: uppercase;
}
#terms, #paymentoptions {
	margin: 10px 0px;
}
/*------------------New CSS-------------*/

.tw_buttns {
	margin:0px 0px;
	padding:6px 0px 0px;
	float:left;
	width:auto;
	font-family: 'Lato', sans-serif;
	text-align:right;
}
.tw_buttns a {
	margin:5px 5px;
	padding:5px 15px 4px;
	display:inline-block;
	background:url(images/button_A.jpg) left top repeat-x #b6b6b6;
	color:#525252;
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	border:1px solid #ddddde;
	border-radius:8px;
	text-align:center;
}
.tw_buttns a:hover {
	color:#ed9012;
}
.contact_number {
	margin:0px 0px 0px 10px;
	padding:5px 5px 5px 10px;
	float:right;
	width:235px;
	background:#ed9012;
	color:#FFF;
	font-size:30px;
	font-weight:bold;
	font-family: 'Lato', sans-serif;
	border-radius:0px 0px 8px 8px;
	text-shadow:1px 1px #333;
}
.contact_number img {
	max-width:100%;
	vertical-align:middle;
	margin:0px 5px 0px 0px;
}
.bottom_caption {
	margin:-52px 0px 0px;
	position:relative;
	font-family: 'Lato', sans-serif;
	z-index:9999;
    padding-bottom: 13px;
    padding-top: 10px;
    background: #ED9012;
    
}
.capt_text {
	padding:10px 0px;
	text-align:center;
	color:#FFF;
	z-index:99999;
	width:950px;
	font-size:20px;
	font-weight:bold;
	line-height:30px;
    width: 900px;
    margin: auto;
}
.capt_text span {
	color:#ed9012;
}
.capt_text a {
    /*
	margin:0px 0px 0px 10px;
	padding:5px 20px 4px;
	display:inline-block;
	background:url(images/button_A.jpg) left top repeat-x #b6b6b6;
	color:#525252;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	border:1px solid #ddddde;
	border-radius:8px;
	text-align:center;
	line-height:20px;
    position: relative;
    top: 5px;
    */
}
.capt_text a:hover {
	color:#ed9012;
}
.bottom_yellow {
	margin:0px 0px;
	padding:0px 0px;
	background:#383838;
	font-family: 'Lato', sans-serif;
    display: none;
}
.yellow_content {
	margin:0px auto;
	padding:10px 0px;
	text-align:center;
	color:#FFF;
	width:950px;
}
.three_colmn {
	margin:10px 20px 10px 0px;
	padding:0px 0px;
	float:left;
	width:220px;
}
.three_colmn img {
	margin:0px 0px;
	padding:0px 0px;
	max-width:100%;
	border:2px solid #ffffff;
	border-radius:10px;
	width:100%;
}
.three_colmn a {
	margin:-30px auto 0px auto;
	padding:5px 5px 4px;
	display:block;
	background:url(images/button_A.jpg) left top repeat-x #b6b6b6;
	color:#525252 !important;
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	border:1px solid #ddddde;
	border-radius:8px;
	text-align:center;
	position:relative;
	width:150px;
}
.three_colmn a:hover {
	color:#ed9012 !important;
}
 .three_colmn:nth-of-type(4) {
 margin:10px 0px 10px 0px;
}
.sidebar_thmx {
	margin:0px 0px 20px 0px;
	padding:0px 0px;
}
.sidebar_thmx img {
	margin:0px 0px;
	padding:0px 0px;
	max-width:100%;
	border:1px solid #ed9012;
}
.sidebar_thmx a {
	margin:-40px 0px 0px;
	padding:5px 5px 5px;
	display:block;
	background:rgba(0, 0, 0, 0.7);
	color:#FFF;
	font-size:15px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	position:relative;
	position:relative;
}
.sidebar_thmx a:hover {
	color:#ed9012;
}
/*------------------------Popup-------------------*/

.content_popbox {
	margin:0px 0px;
	padding:0px 0px;
	clear:both;
	font-family: 'Lato', sans-serif;
	text-align:center;
	background:#FFF;
}
.content_popbox img {
	margin:7px 7px 7px 12px;
	padding:4px 34px;
	border:1px solid #aaaaaa;
	max-width:100%;
	background:#FFF;
	display:inline;
	float:left;
	border-radius:8px;
}
/*.content_popbox h2 {
	margin:0px 0px 10px 0px;
	padding:15px 5px;
	background:#ed9012;
	color:#FFF;
	font-size:30px;
	font-weight:bold;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	text-shadow:1px 1px #333;
}*/
.content_popbox h3 {
	margin:0px;
	padding:5px 0px 10px 0px;
	color:#ed9012;
	font-family: 'Lato', sans-serif;
	font-weight:bold;
	font-size:24px;
	text-transform:uppercase;
}
.content_popbox p {
	margin:0px 0px;
	padding:0px 0px 12px;
	color:#131313;
	font-size:14px;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	line-height:25px;
}
.content_popbox p strong {
	font-weight:bold;
}
.content_popbox p a {
	text-decoration:underline;
	color:#131313;
}
.content_popbox p a:hover {
	text-decoration:none;
}
.content_popbox ul {
	list-style-type:none;
	margin:0px 0px;
	padding:0px 0px 10px;
	border-top:1px solid #ed9012;
}
.content_popbox ul li {
	border-bottom:1px solid #ed9012;
	margin:0px 0px;
	padding:7px 0px 7px;
	color:#131313;
	font-size:14px;
	font-family: 'Lato', sans-serif;
	line-height:normal;
}
.content_popbox ul li a {
	text-decoration:none;
	color:#131313;
}
.content_popbox ul li a:hover {
	text-decoration:none;
	color:#ed9012;
}
.content_popbox input {
	margin:7px 7px;
	padding:10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background:#FFF;
	border:1px solid #aaaaaa;
	border-radius:8px;
	-webkit-box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, .5);
	box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, .5);
	color: #131313;
	font-size: 14px;
	transition: color 0.4s ease-out 0s;
	-moz-transition: color 0.4s ease-out 0s;
	-webkit-transition: color 0.4s ease-out 0s;
	-o-transition: color 0.4s ease-out 0s;
	font-family: 'Lato', sans-serif;
	width:47%;
	display:inline;
}
.content_popbox textarea {
	margin:7px 0px;
	padding:10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background:#FFF;
	border:1px solid #aaaaaa;
	border-radius:8px;
	-webkit-box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, .5);
	box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, .5);
	color: #131313;
	font-size: 14px;
	transition: color 0.4s ease-out 0s;
	-moz-transition: color 0.4s ease-out 0s;
	-webkit-transition: color 0.4s ease-out 0s;
	-o-transition: color 0.4s ease-out 0s;
	font-family: 'Lato', sans-serif;
	width:96%;
	display:inline;
}
.content_popbox select {
	margin:7px 7px;
	padding:10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background:#FFF;
	border:1px solid #aaaaaa;
	border-radius:8px;
	-webkit-box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, .5);
	box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, .5);
	color: #131313;
	font-size: 14px;
	transition: color 0.4s ease-out 0s;
	-moz-transition: color 0.4s ease-out 0s;
	-webkit-transition: color 0.4s ease-out 0s;
	-o-transition: color 0.4s ease-out 0s;
	font-family: 'Lato', sans-serif;
	width:50%;
	display:inline;
}
.content_popbox input.sub_btn {
	margin:7px auto;
	padding:5px 5px 5px;
	display:inline-block;
	background:url(images/button_A.jpg) left top repeat-x #b6b6b6;
	color:#525252;
	font-size:17px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	border:1px solid #ddddde;
	border-radius:8px;
	text-align:center;
	cursor:pointer;
	box-shadow:none;
	width:140px;
}
.content_popbox input.sub_btn:hover {
	color:#ed9012;
}
.content_popbox input.codex {
	margin:7px 7px;
	padding:10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background:#FFF;
	border:1px solid #aaaaaa;
	border-radius:8px;
	-webkit-box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, .5);
	box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, .5);
	color: #131313;
	font-size: 14px;
	transition: color 0.4s ease-out 0s;
	-moz-transition: color 0.4s ease-out 0s;
	-webkit-transition: color 0.4s ease-out 0s;
	-o-transition: color 0.4s ease-out 0s;
	font-family: 'Lato', sans-serif;
	width:65%;
	display:inline;
}
.form_contp {
	margin:10px auto;
	width:95%;
}
div.wpcf7 img.ajax-loader {
	display:none;
}
.navigat_mob {
	margin:0px 0px;
	padding:0px 0px;
	display:none;
	background:#ed8c08;
}
.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password] {
	padding: 9px!important;
	font-size: 13px !important;
}
.gform_wrapper .top_label .gfield_label {
	font-weight:normal!important
}
gform_wrapper.gf_browser_chrome .ginput_complex select, .gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select {
	padding: 9px 0 5px!important
}
#field_1_7 .gfield_label {
	display:none!important
}
#field_1_7 {
	margin-top:20px!important;
}
input.gform_button {
	height:30px!important;
}

/*---------------------Responsive CSS -------------------*/

@media only screen and (min-width: 768px) and (max-width: 1025px) {
 .wrapper_container, #header_container {
 width:95%;
}
 #topLeft {
 float:left;
 width:30%;
 text-align:left;
}
 #topLeft img {
 max-width:100%;
}
 #topRight {
 float:right;
 width:70%;
 padding:0px 0px;
}
 .nav_container {
 display:none;
}
#callUs {
    float: right;
}
 .tw_buttns {
 float:none;
 width:100%;
 text-align:center;
 padding:0px 0px;
}
 .contact_number {
 float:none;
 width:250px;
 border-radius:8px;
 margin:10px auto 0px;
}
 .banner_container, .capt_text, .yellow_content {
 width:95%;
}
 #splashMenu {
 display:none;
}
 .three_colmn {
 float:left;
 width:23%;
 margin:10px 14px 10px 0px;
}
 .three_colmn:nth-of-type(4) {
 margin:10px 0px 10px 0px;
}
 .three_colmn img {
 width:99%;
}
 #boxes {
 background:#FFF;
 padding:20px 0px 10px;
}
 #boxes .box {
 float:left;
 margin:15px 55px;
 width:250px;
}
 #boxes .box.last {
 margin:15px 55px;
}
 #boxes .box img {
 width:100%;
}
 .body_wrapper {
 background:#ececec;
 width:100%;
 padding:10px 0px;
}
 .container {
 float:none;
 width:100%;
 margin:0px 0px 15px;
}
.sidebar {
    border: 0 none;
    float: none;
    margin: 0 0 15px;
    padding: 0;
    width: 100%;
}
.sidebar .quoteForm {
    width: 100%;
}
 .sidebar_thmx {
 width:226px;
 float:left;
 margin:0px 20px 20px 0px;
}
 .footer_container {
 width:95%;
}
 p#inner a.button {
 display:inline-block;
 margin:10px 10px 0px 0px;
 width:180px;
}
 .sideBox {
 width:100%;
 margin-top:20px;
}
 input, textarea {
 width:95%;
}
 select {
 width:95%;
}
 input[type="radio"], input[type="checkbox"] {
 width:auto;
}
 .bottom_caption {
 margin:0px 0px;
}

/*------------Navigation------------*/

.navigat_mob {
 display:block;
}
 nav {
 margin:0px auto;
 padding:0px 0px 0px;
 width:95%;
 font-family:"Lato", sans-serif;
}
 nav ul {
 margin:0px 0px;
 padding:0px 0px;
 list-style-type:none;
 width:100%;
}
 nav ul li {
 margin:0px;
 padding:0px 0px 0px 0px;
 display:block;
 background:none;
 display:block;
 float:none;
}
 nav ul li a {
 margin:0px 0px;
 padding:8px 0px 8px 0px;
 color:#FFF;
 display:block;
 height:auto;
 width:auto;
 line-height:normal;
 font-size:13px;
 border-top:1px solid #fdad40;
 border-bottom:1px solid #de8103;
 text-transform:uppercase;
}
 nav a {
 text-align: left;
 width: 100%;
 text-indent:0px;
 text-decoration:none;
 font-size:14px;
 color:#FFF;
 height:36px;
 text-transform:uppercase;
}
 nav a:hover {
 background:none;
 color:#131313;
 text-decoration:none;
}
 nav ul {
 display: none;
 height: auto;
}
 nav a#pull {
 display: block;
 width: 100%;
 position: relative;
 margin:0px 0px;
 color:#FFF;
 text-transform:uppercase;
 font-weight:600;
 line-height:36px;
 height:36px;
}
 nav a#pull:after {
 content:"";
 background: url(images/nav-icon.png) no-repeat;
 width:20px;
 height:20px;
 display:inline-block;
 position:absolute;
 right:0px;
 top:7px;
}
 nav ul li a:hover {
 color:#131313;
 text-decoration:none;
}
 nav ul li:last-child a {
 border-bottom:none;
}
 nav .current-menu-item > a, nav .current-menu-ancestor > a, nav .current_page_item > a, nav .current_page_ancestor > a {
 color:#131313;
 text-decoration:none;
}

/*----------------Sub Menu---------------*/

nav ul ul {
 display:block !important;
 float:none;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
 position:relative;
 width:100%;
 background:none;
}
 nav ul ul li {
 display:block;
 padding:0px 0px;
 background:none;
 float:none;
 position:relative;
 color:#FFF;
 line-height:normal;
}
 nav ul ul li a {
 display:block;
 color:#FFF;
 font-size:12px;
 text-decoration:none;
 padding:3px 5px 8px 15px;
 line-height:normal;
 height:auto;
 width:auto;
}
 nav ul ul li:last-child a {
 border-bottom:none;
}
}
 @media only screen and (min-width: 480px) and (max-width: 767px) {
 .wrapper_container, #header_container {
 width:95%;
}
 #topLeft {
 float:none;
 width:100%;
 text-align:center;
}
 #topLeft img {
 max-width:100%;
}
 #topRight {
 float:none;
 width:100%;
 padding:0px 0px;
}
 .nav_container {
 display:none;
}
 #callUs {
 float:none;
}
 .tw_buttns {
 float:none;
 width:100%;
 text-align:center;
 padding:0px 0px;
}
 .contact_number {
 float:none;
 width:250px;
 border-radius:8px;
 margin:10px auto 0px;
}
 .banner_container, .capt_text, .yellow_content {
 width:95%;
}
 #splashMenu {
 display:none;
}
 .three_colmn {
 float:none;
 width:310px;
 margin:10px auto 15px;
}
 .three_colmn:nth-of-type(4) {
 margin:10px auto 15px;
}
 .three_colmn img {
 width:99%;
}
 #boxes {
 background:#FFF;
 padding:20px 0px 10px;
}
 #boxes .box {
 float:none;
 margin:0px auto 20px;
 height:auto;
 width:250px;
}
 #boxes .box.last {
 margin:0px auto 20px;
}
 #boxes .box img {
 width:100%;
}
 .body_wrapper {
 background:#ececec;
 width:100%;
 padding:10px 0px;
}
 .container {
 float:none;
 width:100%;
 margin:0px 0px 15px;
}
.sidebar {
    border: 0 none;
    float: none;
    margin: 0 0 15px;
    padding: 0;
    width: 100%;
}
.sidebar .quoteForm {
    width: 100%;
}
 .sidebar_thmx {
 width:226px;
 float:left;
 margin:0px 20px 20px 0px;
}
 .footer_container {
 width:95%;
}
 p#inner a.button {
 display:inline-block;
 margin:10px 10px 0px 0px;
 width:180px;
}
 .sideBox {
 width:100%;
 margin-top:20px;
}
 input, textarea {
 width:95%;
}
 select {
 width:95%;
}
 input[type="radio"], input[type="checkbox"] {
 width:auto;
}
 .bottom_caption {
 margin:0px 0px;
}

/*------------Navigation------------*/

.navigat_mob {
 display:block;
}
 nav {
 margin:0px auto;
 padding:0px 0px 0px;
 width:95%;
 font-family:"Lato", sans-serif;
}
 nav ul {
 margin:0px 0px;
 padding:0px 0px;
 list-style-type:none;
 width:100%;
}
 nav ul li {
 margin:0px;
 padding:0px 0px 0px 0px;
 display:block;
 background:none;
 display:block;
 float:none;
}
 nav ul li a {
 margin:0px 0px;
 padding:8px 0px 8px 0px;
 color:#FFF;
 display:block;
 height:auto;
 width:auto;
 line-height:normal;
 font-size:13px;
 border-top:1px solid #fdad40;
 border-bottom:1px solid #de8103;
 text-transform:uppercase;
}
 nav a {
 text-align: left;
 width: 100%;
 text-indent:0px;
 text-decoration:none;
 font-size:14px;
 color:#FFF;
 height:36px;
 text-transform:uppercase;
}
 nav a:hover {
 background:none;
 color:#131313;
 text-decoration:none;
}
 nav ul {
 display: none;
 height: auto;
}
 nav a#pull {
 display: block;
 width: 100%;
 position: relative;
 margin:0px 0px;
 color:#FFF;
 text-transform:uppercase;
 font-weight:600;
 line-height:36px;
 height:36px;
}
 nav a#pull:after {
 content:"";
 background: url(images/nav-icon.png) no-repeat;
 width:20px;
 height:20px;
 display:inline-block;
 position:absolute;
 right:0px;
 top:7px;
}
 nav ul li a:hover {
 color:#131313;
 text-decoration:none;
}
 nav ul li:last-child a {
 border-bottom:none;
}
 nav .current-menu-item > a, nav .current-menu-ancestor > a, nav .current_page_item > a, nav .current_page_ancestor > a {
 color:#131313;
 text-decoration:none;
}

/*----------------Sub Menu---------------*/

nav ul ul {
 display:block !important;
 float:none;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
 position:relative;
 width:100%;
 background:none;
}
 nav ul ul li {
 display:block;
 padding:0px 0px;
 background:none;
 float:none;
 position:relative;
 color:#FFF;
 line-height:normal;
}
 nav ul ul li a {
 display:block;
 color:#FFF;
 font-size:12px;
 text-decoration:none;
 padding:3px 5px 8px 15px;
 line-height:normal;
 height:auto;
 width:auto;
}
 nav ul ul li:last-child a {
 border-bottom:none;
}
}
 @media only screen and (max-width: 479px) {
 .wrapper_container, #header_container {
 width:95%;
}
 #topLeft {
 float:none;
 width:100%;
 text-align:center;
}
 #topLeft img {
 max-width:100%;
}
 #topRight {
 float:none;
 width:100%;
 padding:0px 0px;
}
 .nav_container {
 display:none;
}
 #callUs {
 float:none;
}
 .tw_buttns {
 float:none;
 width:100%;
 text-align:center;
 padding:0px 0px;
}
 .contact_number {
 float:none;
 width:250px;
 border-radius:8px;
 margin:10px auto 0px;
}
 .banner_container, .capt_text, .yellow_content {
 width:95%;
}
 #splashMenu {
 display:none;
}
 .three_colmn {
 float:none;
 width:100%;
 margin:10px 0px 15px;
}
 .three_colmn img {
 width:99%;
}
 #boxes {
 background:#FFF;
 padding:20px 0px 10px;
}
 #boxes .box {
 float:none;
 margin:0px auto 20px;
 height:auto;
 width:250px;
}
 #boxes .box.last {
 margin:0px auto 20px;
}
 #boxes .box img {
 width:100%;
}
 .body_wrapper {
 background:#ececec;
 width:100%;
 padding:10px 0px;
}
 .container {
 float:none;
 width:100%;
 margin:0px 0px 15px;
}
.sidebar {
    border: 0 none;
    float: none;
    margin: 0 0 15px;
    padding: 0;
    width: 100%;
}
.sidebar .quoteForm {
    width: 100%;
}
 .sidebar_thmx {
 width:226px;
 float:left;
 margin:0px 20px 20px 0px;
}
 .footer_container {
 width:95%;
}
 p#inner a.button {
 display:inline-block;
 margin:10px 10px 0px 0px;
 width:180px;
}
 .sideBox {
 width:100%;
 margin-top:20px;
}
 input, textarea {
 width:95%;
}
 select {
 width:95%;
}
 input[type="radio"], input[type="checkbox"] {
 width:auto;
}
 .bottom_caption {
 margin:0px 0px;
}

/*------------Navigation------------*/

.navigat_mob {
 display:block;
}
 nav {
 margin:0px auto;
 padding:0px 0px 0px;
 width:95%;
 font-family:"Lato", sans-serif;
}
 nav ul {
 margin:0px 0px;
 padding:0px 0px;
 list-style-type:none;
 width:100%;
}
 nav ul li {
 margin:0px;
 padding:0px 0px 0px 0px;
 display:block;
 background:none;
 display:block;
 float:none;
}
 nav ul li a {
 margin:0px 0px;
 padding:8px 0px 8px 0px;
 color:#FFF;
 display:block;
 height:auto;
 width:auto;
 line-height:normal;
 font-size:13px;
 border-top:1px solid #fdad40;
 border-bottom:1px solid #de8103;
 text-transform:uppercase;
}
 nav a {
 text-align: left;
 width: 100%;
 text-indent:0px;
 text-decoration:none;
 font-size:14px;
 color:#FFF;
 height:36px;
 text-transform:uppercase;
}
 nav a:hover {
 background:none;
 color:#131313;
 text-decoration:none;
}
 nav ul {
 display: none;
 height: auto;
}
 nav a#pull {
 display: block;
 width: 100%;
 position: relative;
 margin:0px 0px;
 color:#FFF;
 text-transform:uppercase;
 font-weight:600;
 line-height:36px;
 height:36px;
}
 nav a#pull:after {
 content:"";
 background: url(images/nav-icon.png) no-repeat;
 width:20px;
 height:20px;
 display:inline-block;
 position:absolute;
 right:0px;
 top:7px;
}
 nav ul li a:hover {
 color:#131313;
 text-decoration:none;
}
 nav ul li:last-child a {
 border-bottom:none;
}
 nav .current-menu-item > a, nav .current-menu-ancestor > a, nav .current_page_item > a, nav .current_page_ancestor > a {
 color:#131313;
 text-decoration:none;
}

/*----------------Sub Menu---------------*/

nav ul ul {
 display:block !important;
 float:none;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
 position:relative;
 width:100%;
 background:none;
}
 nav ul ul li {
 display:block;
 padding:0px 0px;
 background:none;
 float:none;
 position:relative;
 color:#FFF;
 line-height:normal;
}
 nav ul ul li a {
 display:block;
 color:#FFF;
 font-size:12px;
 text-decoration:none;
 padding:3px 5px 8px 15px;
 line-height:normal;
 height:auto;
 width:auto;
}
 nav ul ul li:last-child a {
 border-bottom:none;
}
}
#cboxTitle {
	bottom: inherit!important;
}
.gform_wrapper li, .gform_wrapper form li {
	padding:0!important;
}
#cboxContent h2 {
	padding:0;
	margin:0;
	font-size: 28px;
	color: #fe9226;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'calibri', arial;
}
#form-lightbox-2 #cboxContent h2 {
	color: #fff;
}
#cboxContent p {
	margin: 1em 0!important;
	padding:0!important;
	font-family: 'calibri', arial!important;
	font-size: 1.3em!important;
	line-height: 1.4em!important;
	width: 95%;
}
.gfield_description {
	padding:0!important;
	font-family: 'calibri', arial!important;
	font-size: 1.3em!important;
	line-height: 1.4em!important;
	width: 95%;
	margin-bottom:10px;
}
.gform_wrapper .top_label .gfield_label {
	margin: 1em 0 0!important;
	padding:0!important;
	font-family: 'calibri', arial!important;
	font-size: 1.3em!important;
	line-height: 1.4em!important;
	width: 95%;
}
.main .gform_wrapper .top_label .gfield_label {
	font-size: 1.1em!important;
}
.button.lightbox {
	font-size: 20px;
	width: 200px;
	height: 25px;
	padding: 10px 0px;
	margin-bottom: 12px;
}
a.cboxElement, a.cboxElement:hover {
	color:#fff;
}
#cboxContent, #cboxLoadedContent {
	height:auto !important;
}
#cboxWrapper {
	overflow: visible;
}
#colorbox {
	overflow: scroll;
}
.bx-pager.bx-default-pager {
	display: none;
}
.bx-wrapper .bx-viewport {
	box-shadow: none;
	background: transparent;
	border: none;
}
.bxslider {
	margin: 0px;
}
.bx-wrapper img {
	height: auto;
}
.bx-wrapper .bx-viewport {
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	left: -5px;
	transform: translateZ(0px);
}

.bx-wrapper img {
	width:100%;
	height:auto;	
}.top-drive {	margin-top:20px;}

.btn {
    color: #fff;
    padding: 10px;
    text-decoration: none;
  
}
.btncont {
    width:210px !important;
    height:30px;
    margin:0px;
    border: 2px solid #fff;;
}

.btn:hover {
  background: #000;
  text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .btn a {
      clear:both;
}

}





/* New July 20 - 2016 */

#topRight.menuHolder {
    clear: both;
    padding-bottom: 0;
    width: 100%;
}


.social {
    clear: both;
    color: #ffffff;
    float: right;
    padding-top: 12px;
}

.social ul {
    float: right;
    margin: 10px 0 0;
    padding-right: 14px;
}

.social ul li {
    float: left;
    font-size: 30px;
    margin: 0 5px;
    padding: 0;
    text-align: center;
}

.social ul li a {
    background-color: #ed9012;
    color: #ffffff;
    float: left;
    font-size: 20px;
    padding: 10px;
    width: 25px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}



.gform_wrapper {
	
}

.gform_wrapper li {
    margin-bottom: 12px !important;
    margin-top: 0 !important;
}

.main .gform_wrapper .top_label .gfield_label {
    font-weight: 700 !important;
    margin-top: 0 !important;
    font-size: 14px !important;
}

.main .gform_wrapper .top_label .gfield_label span {
	
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}

.sidebar .gform_wrapper input {
    box-shadow: none !important;
    font-size: 14px !important;
    height: auto !important;
    line-height: 14px !important;
    padding: 12px 10px !important;
    width: 100% !important;
}


.sidebar .gform_wrapper select {
    border: 1px solid #aaaaaa;
    box-shadow: none !important;
    font-size: 14px !important;
    height: auto !important;
    line-height: 14px !important;
    margin-bottom: 5px;
    padding-bottom: 8px !important;
    padding-left: 5px !important;
    padding-top: 8px !important;
    width: 100% !important;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.gform_wrapper .gfield_radio {
	
}

.gform_wrapper .gfield_radio li {
    float: left;
    margin-bottom: 0 !important;
    margin-right: 15px !important;
}

.gform_wrapper .gfield_radio li input {
    margin-right: 2px;
}

.gform_wrapper .gfield_radio li label {
	
}

.gform_wrapper input.gform_button {
    border: 0 none !important;
    float: right;
    height: auto !important;
    margin-right: 4px !important;
    width: 200px !important;
}


.gform_wrapper .field_sublabel_below .gfield_description {
    font-size: 13px !important;
    line-height: 16px !important;
}


.gform_wrapper textarea.large {
    height: 200px !important;
    width: 100% !important;
}

.main.full {
    padding-bottom: 25px;
    padding-top: 25px;
}

/* Contact */
.contact {
    background-color: #1a1a1a;
    overflow: hidden;
    padding-bottom: 30px;
    padding-top: 30px;
    background-image: url('images/contactbg-2.jpg');
     background-size: cover;
}

body.home .contact {
    background: #ffffff none repeat scroll 0 0;
}

body.home .contact .right h2 {
    color: #666666;
}

body.home .contact .right label {
    color: #666666;
}

body.home .contact textarea {
    border: 1px solid #cccccc !important;
}

body.home .contact input {
    border: 1px solid #cccccc;
}


.contact .left {
    float: left;
    width: 260px;
}

.contact .right {
    float: right;
    margin: auto;
    width: 650px;
}

.contact .right h2 {
	color: #ffffff;
}

.contact .right form {
    width: 100%;
}

.contact .right form .left,
.contact-us form .left {
    float: left;
    width: 50%;
    clear: both;
}

.contact .right form .right,
.contact-us form .right {
    float: right;
    width: 50%;
}

.contact .right form .right input {
	width: 98%;
}

.contact .right form .full,
.contact-us  form .full {
    float: left;
    width: 100%;
}

.contact .right form .full textarea,
.contact-us form .full textarea {
	-webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    box-shadow: none;
    width: 98.5%;
    border: 1px solid #efefef;
    height: auto;
    padding: 12px;
}

.contact .right form .captch,
.contact-us form .captch {
    float: left;
    width: 99.3%;
    position: relative;
}

.contact .right form .captch br,
.contact-us form .captch br {
    display: none;
}

.contact .right form .captch img.wpcf7-captchac,
.contact-us form .captch img.wpcf7-captchac {
    border-right: 1px solid #cccccc;
    left: 0;
    padding: 8px;
    position: absolute;
    top: 22px;
    z-index: 9999;
}

.contact .right form .captch span.wpcf7-form-control-wrap input,
.contact-us form .captch span.wpcf7-form-control-wrap input {
    padding-left: 100px;
    width: 100%;
}

.contact .right form input.submit,
.contact-us form input.submit {
    border: 0 none;
    float: right;
    width: auto;
}

.contact .right input,
.contact-us form input {
    border: 1px solid #efefef;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    box-shadow: none;
    height: auto;
    padding: 12px;
    width: 97%;
    background-color: #ffffff;
}

.contact-us form input,
.contact-us form textarea {
	border: 1px solid #cccccc !important;
}

.contact-us form div.wpcf7-validation-errors {
    clear: both;
}






.contact h3 {
	
}

.contact .right label {
    color: #ffffff;
}


.contact-us form {
    text-align: left;
}

.contact-us form label {
    font-size: 15px;
    font-weight: 600;
}

.contact-us form .buttonHolder {
    display: block;
    float: left;
    margin: 0;
    padding-top: 15px;
    text-align: center;
    width: 100%;
}

.contact-us form .buttonHolder input.submit {
    border: 0 none;
    display: inline-block;
    float: none !important;
    font-size: 18px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 200px;
}


p.buttonHolder {
    clear: both;
    display: block;
    padding-right: 1%;
    padding-top: 15px;
}



.gapFix {
    bottom: 0;
    float: left;
    height: 1px;
    left: 0;
    position: absolute;
    width: 1px;
}

.fontawesome-icon.circle-yes {
    background-clip: inherit;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    margin-top: 2px;
    text-align: center;
    
    background-color: #ed9012;
    border-color:  #ed9012;
    border-radius: 100%;
    border-width: 1px;
    color: #ffffff;
    font-size: 50px;
    height: 100px;
    line-height: 100px;
    width: 100px;
}





/* Extra */
.extra {
    padding-top: 20px;
}

.extra .section {
    clear: both;
    margin-bottom: 25px;
    overflow: hidden;
}

.extra .section > ul.item {
    list-style: outside none none;
    padding: 0;
    text-align: center;
}

.extra .section > ul.item li {
    float: left;
    list-style: outside none none;
    width: 33%;
}


a.fileName {
    color: #222222;
    font-size: 17px;
    font-weight: 400;
}


.main ul.documents {
    list-style: outside none none;
    margin: 40px 0 0;
    text-align: center;
}

.main ul.documents li::before {
    content: "";
}

.main ul.documents li {
    display: inline-block;
    float: none;
    margin-bottom: 25px;
    padding: 0 2%;
    width: 20%;
    vertical-align: top;
}

.main ul.documents li:nth-child(5),
.main ul.documents li:nth-child(9),
.main ul.documents li:nth-child(13) {
	clear: both;
}


.main ul.documents li a {
    text-decoration: none !important;
}

.main ul.documents li .icon {
	
}

.main ul.documents li .fontawesome-icon.circle-yes {
    font-size: 30px;
    height: 75px;
    line-height: 75px;
    width: 75px;
}

.main ul.documents li h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 8px 0;
    text-transform: none;
    color: #333333;
}

.main ul.documents li p {
    color: #333333;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
}

.main ul.documents li p i {
    font-size: 10px;
    font-weight: lighter;
}


.main ul.documents li a:hover {
	
}

.main ul.documents li a:hover i {
	background-color: #ffffff;
    border-color: #ffffff;
    color: #ed9012;
}

.main ul.documents li a:hover h4 {
	color: #ed9012;
}

.main ul.documents li a:hover p {
	color: #ed9012;
}

.main ul.documents li a:hover p i {
	
}


.vc_row .vc_row {
    margin: auto;
    max-width: 950px;
}

.vc_tta-accordion p {
    margin-top: 0;
}

.vc_tta-panel-body {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
}

.vc_tta-panel.vc_active .vc_tta-panel-heading {
	background-color: #fe9226 !important;
    border-color: #fe9226 !important;
}

.vc_tta-panel.vc_active .vc_tta-panel-heading a {
	color: #ffffff !important;
}

.vc_tta-panel.vc_active .vc_tta-panel-heading i,
.vc_tta-panel.vc_active .vc_tta-panel-heading i:after,
.vc_tta-panel.vc_active .vc_tta-panel-heading i:before {
	border-color: #ffffff !important;
}



.vc_gitem-col {
    padding: 18px 25px !important;
}

.vc_gitem-col .vc_gitem-post-data h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
    margin-top: 0;
}

.vc_gitem-post-data {
    margin-bottom: 4px;
}

.vc_gitem-col .vc_btn3-container {
    margin-bottom: 0;
}

.vc_gitem-col .vc_btn3-container a {
    background-color: transparent !important;
    color: #fe9226 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    padding: 0;
}


.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg {
    background-color: #ed9012;
    border: 0 none;
    font-size: 27px !important;
    font-weight: 600;
    height: 125px;
    line-height: 27px;
    padding: 35px 25px !important;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
}

.vc_btn3-container.vc_btn3-center.oneLine .vc_btn3-block.vc_btn3-size-lg {
    padding: 47px 25px !important;
}


.quoteForm .gform_wrapper .gform_footer {
    overflow: hidden;
}

.quoteForm .gform_wrapper .gform_footer input.gform_button {
    float: none;
    margin: auto;
}



.gform_wrapper .top_label .gfield_label {
    font-size: 15px !important;
    margin-top: 0 !important;
}

.gfield.left.half {
	padding-right: 10px !important;
}

.gfield.right.half {
    clear: none !important;
    padding-left: 10px !important;
}

.contact .right form .full textarea {
    height: 200px;
}

.gfield.captch {
	
}

.gfield_captcha_container {
    position: relative;
}

.gform_wrapper .gfield_captcha_input_container {
    padding-top: 0 !important;
}




.contact .gform_wrapper .gfield_captcha_container img.gfield_captcha {
    border-right: 1px solid #999999 !important;
    left: 1px;
    position: absolute;
    top: 4px;
}

.gform_wrapper .simple_captcha_medium input {
    height: auto;
    padding-bottom: 16px !important;
    padding-left: 155px !important;
    padding-top: 16px !important;
    width: 100% !important;
}

.contact-us .gform_wrapper input.gform_button {
    border: 0 none !important;
    display: block !important;
    float: none !important;
    height: auto !important;
    margin: auto !important;
    width: 200px !important;
}



.buttons_home {
    padding-bottom: 100px;
    padding-top: 100px;
}


.buttons_home .wpb_button,
.buttons_home .wpb_content_element,
.buttons_home ul.wpb_thumbnails-fluid > li {
    margin-bottom: 12px;
}


.buttons_home .vc_column_container > .vc_column-inner {
    padding-left: 10px;
    padding-right: 10px;
}


.buttons_home a {
    background-color: #ed9012;
    color: #ffffff;
    display: block;
    font-family: "Raleway",sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 25px 20px;
    position: relative;
    text-align: center;
}

.buttons_home a.oneLine {
	
}

.buttons_home a:hover {
	background-color: #c77a12;
	text-decoration: none;
}

.buttons_home a i {
    display: block;
    font-size: 35px;
    margin-bottom: 10px;
}

.buttons_home a span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.buttons_home a span i {
    display: inline;
    font-size: 15px;
}






@media only screen and (max-width: 960px) {

.social ul {
    float: none;
    margin: auto auto 25px;
    overflow: hidden;
    width: 220px;
}


.contact .left {
    width: 30%;
}

.contact .right {
    width: 70%;
}


}



@media only screen and (max-width: 768px) {

.social {
	width: 100%;
}


}




@media only screen and (max-width: 550px) {


.buttons_home {
    padding-bottom: 0;
    padding-top: 0;
}

body.home .body_wrapper {
    padding: 0;
}


.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg {
    font-size: 25px !important;
    line-height: 27px;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    padding: 15px 30px !important;
}


.main ul.documents li {
    padding: 0;
    width: 100%;
}

.contact .left ul.contact li {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
    padding-left: 27px;
}

.contact .left {
    width: 100%;
}

.contact .right {
    width: 100%;
}

.contact .right form .left,
.contact-us form .left {
    width: 100%;
    padding: 0 !important;
}

.contact .right form .right,
.contact-us form .right {
    width: 100%;
    padding: 0 !important;
}

.contact .right form .right input {
    width: 100% !important;
}

.gfield.right.half {
    padding-left: 0 !important;
}

.gfield.left.half {
    padding-right: 0 !important;
}



}


.footer-menu {
    margin: 15px auto auto;
    text-align: center;
}

.footer-menu li {
    display: inline;
}

.hide {
	display: none;
}

.home .contact h2 {
	color: #222222;
}

.home .contact p {
	color: #222222;
}

.contact h2,
.contact p {
	color: #ffffff;
}


.imgframe img {
    height: auto;
    width: 100%;
}





#respond {
    border-top: 1px solid #cccccc;
    margin-bottom: 30px;
    margin-top: 25px;
    padding-top: 20px;
}

#respond h2 {
    border: 0 none;
    margin-bottom: -7px;
}

#respond .fieldHolder.left {
    float: left;
    padding-right: 10px;
    width: 48%;
}

#respond .fieldHolder.right {
	float: left;
    padding-left: 10px;
    width: 48%
}

#respond .fieldHolder.full {
    clear: both;
    width: 98%;
}

#respond .fieldHolder input {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    box-shadow: none;
    width: 100%;
}

#respond .fieldHolder textarea {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	box-shadow: none;
}

#respond input.submit {
    border: 0 none;
    text-align: center;
    border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    box-shadow: none;
    padding-bottom: 10px;
    padding-top: 13px;
    text-transform: uppercase;
}