/* --- general --- */
.clearfix:after
{
    font-size: 0px;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}
body
{
	background: #FFF;
	padding: 0px;
	margin: 0px;
	font-family: 'Open Sans';
	font-size: 14px;
	color: #777;
}
a
{
	text-decoration: none;
	outline: none;
}
a:hover
{
		text-decoration: none;
}
a img
{
	display: block;
	transition: opacity 0.3s ease 0s;
	opacity: 1;
	max-width: 100%;
	height: auto;
}
a:hover img
{
	opacity: 0.8;
}
p
{
	font-family: 'Open Sans';
	padding: 5px 0;
	color: #777;
	line-height: 26px;
}
.footer-row p
{
	color: #FFF;
}
p.description
{
	font-family: 'Open Sans';
	font-size: 18px;
	font-weight: 300;
	line-height: 32px;
	padding: 0;
	margin-top: 34px;
	letter-spacing: 0px;
}
p a
{
	color: #1E69B8;
}
.footer-row p a
{
	color: #FFF;
}
strong
{
	color: #000;
}
blockquote
{
	text-align: center;
	font-family: 'Open Sans';
	font-size: 18px;
	font-weight: 300;
	font-style: italic;
	color: #777;
	line-height: 30px;
	background: #F5F5F5;
	padding: 30px 70px 40px;
	text-align: center;
}
blockquote:before
{
	display: block;
	font-size: 48px;
	text-align: center;
	margin-bottom: 20px;
	color: #A4AAB3;
}
pre
{
	font-family: 'Courier new';
    font-size: 14px;
    line-height: 170%;
	background: url('../images/code_background.png') repeat;
	text-shadow: 0 1px 0 #FFF;
	zoom:1;
	filter: dropshadow(color=#ffffff, offx=0, offy=1); 
	padding: 0 5px;
	margin: 0;
	overflow: auto;
}
label
{
	color: #25282A;
}
.relative
{
	position: relative;
}
.responsive
{
	display: block;
	width: 100%;
	height: auto;
}
input, textarea
{
	font-family: 'Open Sans';
	border: 1px solid #E2E6E7;
	font-size: 14px;
	line-height: 24px;
	padding: 12px 15px;
	color: #777;
	margin: 0;
}
input[type='number'] 
{
   appearance: textfield;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	-webkit-appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button 
{
    -webkit-appearance: none;
}
table
{
	width: 100%;
}
table td, table th
{
	padding: 18px 30px;
	font-family: 'Open Sans';
	font-size: 14px;
	line-height: 24px;
}
table td, table th
{
	border-left: 1px solid #E2E6E7;
}
table td:first-child, table th:first-child
{
	text-align: right;
	border-left: none;
}
table tr:nth-child(odd)
{
	background: #F5F5F5;
}
.radius
{
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
img.radius
{
	max-width: 100%;
}
.float
{
	float: left;
}
.align-center
{
	text-align: center;
}
.align-left
{
	text-align: left;
}
.align-right
{
	text-align: right;
}
.padding-bottom-17
{
	padding-bottom: 17px;
}
.padding-bottom-20
{
	padding-bottom: 20px;
}
.padding-bottom-25
{
	padding-bottom: 25px;
}
.padding-bottom-30
{
	padding-bottom: 30px;
}
.padding-bottom-50
{
	padding-bottom: 50px;
}
.padding-bottom-61
{
	padding-bottom: 61px;
}
.padding-bottom-66
{
	padding-bottom: 66px;
}
.padding-bottom-70
{
	padding-bottom: 70px;
}
.padding-bottom-87
{
	padding-bottom: 87px;
}
.padding-top-7
{
	padding-top: 7px;
}
.padding-top-30
{
	padding-top: 30px;
}
.padding-top-43
{
	padding-top: 43px;
}
.padding-top-54
{
	padding-top: 54px;
}
.padding-top-70
{
	padding-top: 70px;
}
.padding-top-bottom-30
{
	padding: 30px 0;
}
.padding-left-right-100
{
	padding: 0 100px;
}
.margin-top-0
{
	margin-top: 0 !important;
}
.margin-top-10
{
	margin-top: 10px !important;
}
.margin-top-20
{
	margin-top: 20px;
}
.margin-top-26
{
	margin-top: 26px;
}
.margin-top-30
{
	margin-top: 30px;
}
.margin-top-34
{
	margin-top: 34px !important;
}
.margin-top-40
{
	margin-top: 40px !important;
}
.margin-top-58
{
	margin-top: 58px;
}
.margin-top-67
{
	margin-top: 67px;
}
.margin-top-70
{
	margin-top: 70px !important;
}
.nounderline,
.nounderline:hover
{
	text-decoration: none;
}
.top-border
{
	border-top: 1px solid #E2E6E7;
}
.footer-row .top-border
{
	border-top: 1px solid #888A8E;
}
/* --- site container --- */
.site-container
{
	background: #FFF;
	border-top: 5px solid #AB8000;
}
.site-container.boxed
{
	max-width: 1310px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}
body.overlay .site-container
{
	position: relative;
	z-index: 2;
}
/* --- headers --- */
h1, h2, h3, h4, h5, h6
{
	font-family: 'Open Sans';
	margin: 0;
	padding: 0;
	color: #333;
	font-weight: 600;
	letter-spacing: 1px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	color: #333;
	transition: opacity 0.3s ease 0s;
	opacity: 1;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
	opacity: 0.6;
	text-decoration: none;
}
.footer-row h1, .footer-row h2, .footer-row h3, .footer-row h4, .footer-row h5, .footer-row h6,
.footer-row h1 a, .footer-row h2 a, .footer-row h3 a, .footer-row h4 a, .footer-row h5 a, .footer-row h6 a
{
	color: #FFF;
}
h1
{
	font-size: 22px;
	line-height: 34px;
}
h2
{
	font-size: 33px;
	line-height: 44px;
	font-weight: 300;
}
h3
{
	font-size: 22px;
	line-height: 34px;
	font-weight: 400;
}
h4
{
	font-size: 21px;
	line-height: 28px;
}
h5
{
	font-size: 17px;
	line-height: 27px;
}
h6
{
	font-size: 14px;
	line-height: 26px;
}
h2.box-header
{
	text-align: center;
}
h2.box-header.align-left
{
	text-align: left;
}
.box-header:after
{
	display: block;
	content: "";
	background:  #cc3333;;
	width: 40px;
	height: 2px;
	margin-top: 13px;
}
h2.box-header:after
{
	width: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
h2.box-header.align-left:after
{
	margin-left: 0;
}
h3 .more
{
	margin-left: 50px;
}
.footer-row h6.box-header:after
{
	background: #AEAFB0;
}
/* --- header --- */
.header-container
{
	padding: 26px 0;
}
.header-top-bar-container
{
	background-color: #F5F5F5;
}
.header-top-bar-container .header-toggle
{
	display: none;
	clear: both;
	text-align: center;
	color: #777;
	padding: 15px 0;
}
.header-top-bar-container .header-toggle:hover
{
	color: #000;
}
.header-top-bar-container .header-toggle
{
	-moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-filter: fliph;
    filter: fliph;
}
.header-top-bar-container .header-toggle.active
{
	-moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.header-top-bar,
.header
{
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
}
.header .logo
{
	
	float: left;
	width:256px;
}
.header h1
{
	font-size: 34px;
	font-weight: 800;
	color: #1E69B8;
	line-height: 1;
	letter-spacing: 0;
}
.header h1 a
{	
	color: #1E69B8;
}
.header h1 a:hover
{
	opacity: 1;
}
/* --- page header --- */
.page-header
{
	height: 100px;
	-webkit-box-shadow: 0 11px 4px -10px rgba(0, 0, 0, 0.05) inset;
	-moz-box-shadow: 0 11px 4px -10px rgba(0, 0, 0, 0.05) inset;
	box-shadow: 0 11px 4px -10px rgba(0, 0, 0, 0.05) inset;
}



body.overlay .background-overlay
{
	display: block;
}
.background-overlay
{
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	background: url("../images/backgrounds/images/overlay.png");
	z-index: 1;
}
/* --- page --- */
.theme-page
{
	background: url('../images/page-bg.png');
}
.page-margin-top
{
	margin-top: 50px;
}
.page-margin-top-section
{
	margin-top: 65px;
}
.page-padding-top
{
	padding-top: 50px;
}
.page-padding-top-section
{
	padding-top: 65px;
}
/* --- vertical align --- */

.vertical-align
{
	display: table-row;
}
.vertical-align-cell
{
	display: table-cell;
	vertical-align: middle;
}
/* --- page layout --- */

.row
{
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
}
.column .row
{
	width: auto;
}
.row.full-width
{
	width: 100%;
}
.row.gray
{
	background: #F5F5F5;
}
.row.blue
{
	background: #0072bc;
}
.row:after
{
    font-size: 0px;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}
.column 
{
	position: relative;
	float: left;
	margin-left: 30px;
}
.column:first-child,
.column.first,
.row.full-width>.column.column-1-2 .column-1-3:first-child
{
	margin-left: 0;
}
.column-1-1
{
	width: 100%;
}
.column-1-2
{
	width: 570px;
}
.row.full-width>.column-1-2
{
	width: 50%;
}
.row.full-width>.column-1-2 .column-1-3
{
	width: 30%;
}
.row.full-width>.column.column-1-2
{
	margin: 0;
}
.row.full-width>.column.column-1-2 .column-1-3
{
	margin-left: 5%;
}
.column-1-3,
.column-2-3 .column-1-2
{
	width: 370px;
}
.column-2-3
{
	width: 770px;
}
.column-1-3 .column-1-2
{
	width: 150px;
}
.column-2-3 .column-1-3
{
	width: 210px;
}
.column-1-4,
.column-1-2 .column-1-2,
.column-3-4 
{
	width: 320px;
}
.column-3-4
{
	width: 820px;
}
.column-3-4 .column-1-2
{
	width: 48%;
}
.column-1-3
{
	width: 250px;
}

.column-right
{
	float: right;
}
.columns.no-width .column-left,
.columns.no-width .column-right
{
	width: auto;
}

/* --- features --- */
.features-list li
{
	float: left;
	width: 100%;
	margin-top: 50px;
}
.features-list.big li
{
	text-align: center;
}
.features-list li:first-child
{
	margin-top: 0;
}
.features-list li .icon
{
	float: left;
	clear: both;
	margin-top: 23px;
}
.features-list li .icon:before
{
	font-size: 48px;
	margin-right: 30px;
	color: #1E69B8;
}
.features-list.big li:before
{
	clear: both;
	float: none;
	display: block;
	width: 60px;
	font-size: 60px;
	margin-left: auto;
	margin-right: auto;
	padding: 39px;
}

/* --- list bullet --- */
.list li
{
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: 'Open Sans';
	font-size: 14px;
	line-height: 24px;
	padding-left: 30px;
}
.list.simple li
{
	padding-left: 0;
}
.list.simple li span
{
	float: left;
	min-width: 40%;
}
.list li a
{
	color: #1E69B8;
}
li.template-bullet:before
{
	color: green;
	padding-right: 10px;
	margin-left: -30px;
	vertical-align: text-top;
	font-size: 18px;
}
.footer-row .list li
{
	color: #FFF;
}
.footer-row li.template-bullet:before
{
	color: #AEAFB0;
}
.footer-row .list li a
{
	color: #FFF;
}

/* --- copyright row --- */
.copyright
{	
	color: #fff;
	font-family: 'Open Sans';
	line-height: 24px;
	font-weight: 600;
	font-size:17px;
	padding: 0 10px;
	
}
.copyright a
{
	color: #fff;
}

input, textarea
{
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
}
input[type='checkbox']
{
	-webkit-appearance: checkbox;
}
input[type='radio']
{
	-webkit-appearance: radio;
}
:focus 
{
	outline:none;
}
::-moz-focus-inner 
{
	border:0;
}
body.lock-position 
{
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.black-footer
{
background-color: #AB8000 !important;
}
.header-container {
    background-color: #fff !important;
}
.callnowb {
	background: rgb(84, 181, 0) url(../images/call-now-icon.png) no-repeat scroll 15px center;
	width: 251px;
	height: 75px;
	border-radius: 13px;
	   }


@media screen and (min-width: 650px) {
	

	.cctresponsive
	{
		float:right;
	
	}
	.logo 
	{
		margin-top:13px;
	
	}
}
.mobile-call
{
display: block;
-khtml-border-radius: 4px;
border-radius: 4px;
padding: 20px 20px 20px 75px;
background: #749a02 url(../images/mobile-icon.png) no-repeat 30px center;
color: #fff;
line-height: 1;
background-size: 11%;
text-align:center;
max-width:320px;
font-size: 32px;
margin-left: auto;
margin-right:auto;
}
.call-img
{
	margin-left: auto;
    margin-right:auto;
}

.mobile-call .call-txt {
	color:#fff;
	font-size: 30px;
	font-family: "Myriad Pro" !important;
}

.mobile-call:hover .call-num,.mobile-call:hover .call-txt {
	color:#fff;
text-decoration:none !important; 
}
.ctcw
{
	margin-bottom:5px;
	
}

.onefourth
{
	margin-top: 10px !important;
}
.horange
{
	color:#AB8000;
}

.hblue
{
	color:#0072bc;;
}
.onethird
{
margin-top: 0px !important;
}
@media screen and (max-width:900px)
{
	.cctresponsive
	{
		
		margin-left:auto;
		margin-right:auto;
		margin-top: 20px;
	}
	.reslogo
	{
		margin-left:auto;
		margin-right:auto;
		width:280px !important;
	}
}

.callnowtable
{
	background-color: #ffffcc; 
	padding: 20px; 
	text-align:left;
	margin-bottom: 30px;
}

.number
{
	color: #0072bc;
}
@media screen and (max-width:500px)
{
.mobile-call
{
font-size: 24px !important;
font-weight: 600 !important;
}
.banner h1{
	font-size: 22px !important;
line-height: 34px !important;
}
}
.coupons
{
	margin-left: 14%;
}
	@media screen and (max-width:1189px)
{
	.coupons
{
	margin-left: 0;
}

}
	
		@media screen and (max-width:900px)
{
	.column-1-1
	{
		width:285px !important;
		margin-left:auto;
		margin-right:auto;
	
	}
	.logo
	{
		float:none !important;
		margin-left:auto;
		margin-right:auto;
		text-align: center;
	}
     .cctresponsive
		{
		float:none !important;
		margin-bottom: 20px;
			}
			.coupons
			{
				margin-left: 30px;
			}
}

		@media screen and (max-width:767px)
{
	
	.onethird
{
	margin-right:20px;
}
}

.floatleft
{
	float:left;
	padding-left: 90px;
}

	@media screen and (min-width:500px)
{

.moving-assoc
{
	margin-left:auto;
	margin-right:auto;
	width:498px;

}

}

.formica
{
	width:89%;
	background-color:#FFFFCC;
	max-width:89%;
}

.dugme
{
	width:140px;
	color: #FFF;
font-family: 'Open Sans';
font-size: 14px;
font-weight: 600;
background: #749a02;
font-style: italic;
border-radius: 5px;
	
}
.dugme:hover{
	cursor:pointer;
	background:#a7d147;
}

.form-box{
background: white;
border: 2px solid #749a02;
border-radius: 5px;
width:100%;
max-width:99%;
text-align:center;
}
.middleimage
{
	margin:auto; 
	width:275px;
}
.middleimage img
{
	max-width:100%;
}
.formpadding {
	padding: 20px;
}
.formdiv{
	padding-top:40px;
	padding-bottom: 40px;
	background: #F2F2F2;
	border-bottom: 5px solid #AB8000;
}
.banner{
	text-align:center;
}
.banner h1{
	font-size: 33px;
	line-height: 44px;
}
.banner h2{
	font-size: 22px;
	line-height: 34px;
}
.banner img{
	padding:20px 0;
}
.content{
	padding-top:30px;
}
.sec2 ul{
	padding-top: 40px;
}
.sec2 li{
	margin: 15px 0;
	padding-left: 50px;
	background: url("../images/greenarrow.png") no-repeat scroll left top transparent;
}
.securep{
	font-size: 11px;line-height: 19px;
}
@media screen and (min-width:767px)  and  (max-width:899px){
	.column-2-3{width: 400px !important;}
}
		@media screen and (max-width:767px)
{
	
.form-box{
	margin:auto;
}
.middleimage
{
		width:220px;
}
.formdiv{
	padding-top:20px;
	padding-bottom: 20px;
	
}
}
#callnowbutton {display:none;} @media screen and (max-width:650px){#callnowbutton {display:block; height:80px; position:fixed; right:0; border-bottom-left-radius:40px; border-top-left-radius:40px; width:100px; bottom:-20px; border-top:2px solid rgba(51,187,51,1); background:url(../images/callbutton01.png) center 10px no-repeat #009900; text-decoration:none;-webkit-box-shadow:0 0 5px #888; -moz-box-shadow:0 0 5px #888;box-shadow:0 0 5px #888; z-index:9999;}} 


