* { margin:0px; padding:0px; box-sizing:border-box; }
img { border:none; }
img:focus, :focus, a:focus {
	outline:none; border:0px;
}
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

body {
    font-family: 'Lato', sans-serif;
    width: 100%;
    float: left;
}
p {
    font-family: 'Lato', sans-serif; font-weight:300;
    color: #000;
    font-size: 15px;
}
.wrapper {
    margin: 0px auto;
    max-width: 1000px;
    width: 100%;
}
.header {
    width: 100%;
    margin-top: 9px;
    float: left;
}
.stellarnav.light ul ul {
    background: #3e3c3c !important;
}
.stellarnav.light li li a {
    color: #fff !important;
    padding: 12px 10px !important;
    font-size: 13px;
}
.stellarnav.light{
    background: #F39907 !important;
}
.content {
    width: 100%;
    float: left;
    margin-top: 14px;
}
.stellarnav.light li a {
    font-size: 15px;
    font-weight: 300;
}
.stellarnav ul li a {
    padding: 16px 10px !important;
}
.stellarnav li.has-sub>a:after {
    margin-left: 4px !important;
}

.head1 {
    float: left;
    width: 100%;
}
.head1 h1 {
    float: left;
    width: auto;
    font-size: 31px;
    font-weight: 700;
}
.con_sec1_left h4 {
    margin-bottom: 15px;
}
.head1 ul {
    float: right;
    margin-top: 5px;
}
.head1 li {
    list-style: none;
    display: inline-block;
    margin: 8px 3px;
    font-weight: 600;
    border-right: 1px solid #000;
    padding-right: 13px;
    font-size: 16px;
    line-height: 15px;
}
.head1 li:last-child {
    margin-right: 0px;
    border-right: 0px solid #000;
    padding-right: 0px;
}
.stellarnav {
    float: left;
}
.head2 {
    float: left;
    width: 100%;
    margin-top: 18px;
    text-align: left;
    margin-bottom: 20px;
}
.head2 .logo {
	float:left;
	width:800px;
}
.con_sec1 {
    float: left;
    width: 100%;
}
.con_sec1_left {
    float: left;
    width: 292px;
    padding: 15px;
    background: #E8E6E6;
    margin-right: 20px;
}
.form {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.con_sec1_left ul {
    display: inline-block;
    padding-left: 20px;
    margin: 0 0 15px 0px;
}
.con_sec1_left ul li{
    margin: 5px 0px;
	width:100%;
	
}
.con_sec1_left img {
    width: 100%;
    height: auto;
}
.con_sec1_left p {
    display: inline-block;
    margin-bottom: 30px;
    line-height: 20px;
    font-size: 16px;
}
.form h4 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 19px;
    line-height: 25px;
}
.g-recaptcha {
	transform:scale(0.87);-webkit-transform:scale(0.87);transform-origin:0 0;-webkit-transform-origin:0 0;
}
form.formpic {
    float: left;
    width: 100%;
    margin-top: 8px;
}
form.formpic input, form.formpic textarea {
    width: 100%;
    margin-bottom: 16px;
    color: #000;
    padding: 2px 2px;
    border: 1px solid #888;
}
form.formpic input[type="submit"] {
    font-size: 12pt;
    color: white;
    background-color: green;
    border: 2px solid #336600;
    padding: 3px;
	cursor:pointer;
}
.form p {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 0;
    width: 100%;
}
form.formpic input::-webkit-input-placeholder, form.formpic textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
form.formpic input::-moz-placeholder, form.formpic textarea::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
form.formpic input:-ms-input-placeholder, form.formpic textarea:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
form.formpic input:-moz-placeholder, form.formpic textarea:-moz-placeholder { /* Firefox 18- */
  color: #000;
}
.con_sec1_center {
    float: left;
    width: 688px;
    margin-top: 10px;
}
.con_sec1_center h2 {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 21px;
}
.con_sec1_center p {
    font-weight: 300;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 22px;
	margin-bottom:20px;
}
.con_sec1_center h3 {
    font-size: 20px;
    margin-bottom: 8px;
}
.con_sec1_center a {
    display: inline-block;
    margin-bottom: 14px;
}
.super_thin_side {
    float: left;
    width: 100%;
    margin-top: 25px;
}
.super_thin_side h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 21px;
}
.free_soi_side {
    float: left;
    width: 100%;
    margin-top: 34px;
}
.free_soi_side p {
    font-size: 16px;
    margin-top: 13px;
}
.free_soi_side h4 {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 22px;
}

div#footer {
    float: left;
    width: 100%;
    margin-top: 70px;
}

#footer p {
    float: left;
    width: 100%;
    background: #D5D3D3;
    font-weight: 600;
    padding: 5px;
    margin-top: 6px;
}
.mob_head {
	display:none;
}



@media screen and (max-width:1030px) {
.wrapper {
    max-width: 930px;
}
.g-recaptcha {
    transform: scale(0.70);
    -webkit-transform: scale(0.70);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
.stellarnav ul li a {
    padding: 16px 3px !important;
	font-size: 14px !important;
}
.con_sec1_left {
    width: 240px;
}
.con_sec1_center {
    width: 670px;
}
.con_sec1_center img {
    width: 100%;
    height: auto;
}

}

@media only screen and (max-width : 1000px) {
	.stellarnav > ul > li > a { padding: 20px 23px; }
}


@media screen and (max-width:960px) {
.wrapper {
    max-width: 737px;
}
.head2 .logo, .head1, .head2 {
    display: none;
}
.mob_head {
    display: inline-block;
    width: 100%;
    margin-bottom: 9px;
}
.mob_head .logo {
    float: left;
    width: 314px;
    margin-top: 0px;
    margin-left: 0px;
}
.call {
    margin-top: 4px;
	float:right;
}
.call strong {
    display: block;
}
.stellarnav.light {
    background: #222222 !important;
}
a.menu-toggle.full img {
    float: left;
    margin-right: 10px;
}

a.menu-toggle.full {
    font-size: 22px;
    color: #999 !important;
    line-height: 21px;
}
a.menu-toggle.full span {
    position: relative;
    top: 4px;
}
div#main-nav ul {
    background: #222222 !important;
    padding: 0px 17px;
}
.stellarnav.mobile.light li a {
    color: #fff;
    font-weight: 400;
    font-size: 15px !important;
}
.con_sec1_left {
    width: 250px;
}

.con_sec1_center {
    width: 466px;
}
.g-recaptcha {
    transform: scale(0.73);
    -webkit-transform: scale(0.73);
}
}

@media screen and (max-width:767px) {
.wrapper {
    max-width: 570px;
}
.g-recaptcha {
    transform: scale(0.99);
    -webkit-transform: scale(0.99);
}
div#footer {
    margin-top: 20px;
}
.head1, .head2 {
    display: none;
}
.stellarnav {
    margin-top: 12px;
}

.con_sec1_left {
    width: 100%;
	min-height:inherit;
}
.con_sec1_center {
    width: 100%;
}
.free_soi_side {
    float: left;
    width: 50%;
    margin-top: 20px;
}
.super_thin_side {
    float: left;
    width: 50%;
    margin-top: 20px;
}
.super_thin_side h4 {
    font-size: 25px;
}

#footer p {
    text-align: center;
}
}

@media screen and (max-width:600px) {
.wrapper{
    max-width: 450px;
}

}

@media screen and (max-width: 480px) {
.mob_head .logo {
    width: 248px;
    margin-top: 18px;
}
.g-recaptcha {
    transform: scale(0.96);
    -webkit-transform: scale(0.96);
}
.wrapper  {
    max-width: 320px;
}
.mob_head .logo img {
    width: 100%;
}

}

@media screen and (max-width: 350px) {
.g-recaptcha {
    transform: scale(0.86);
    -webkit-transform: scale(0.86);
}
.wrapper  {
    max-width: 290px;
}

.mob_head .logo {
    width: 228px;
    margin-top: 18px;
}
}