/*
Theme Name: mySEOguys
Theme URI: http://www.myseoguys.com/
Author: mySEOguys
Author URI: http://www.myseoguys.com
Version: 2.15
License URI: https://www.myseoguys.com
*/

body {
    position: relative;
}

a {
    color: #F72929;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

div#recap {
    max-width: 301px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
    overflow: hidden;
    border-right: 1px solid lightgrey;
    max-height: 76px;
}

a:focus {
    outline: none;
}

.clear {
    clear: both;
}

.omega{
    margin-right:0 !important;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a.nav-toggle{
    display:none;
}

.bold {
    font-weight: bold;
}

.phone {
    display: none;
    float: right;
    text-align: right;
    font-size: 26px;
    line-height: 30px;
    padding: 14px 0;
    font-family: 'Open Sans', sans-serif;
}

.phone a {
    text-decoration: none;
    font-size: 30px;
    font-weight: bold;
}

.phone a:hover {
    text-decoration: underline;
}

.topbar {
    background: #5caa2f;
    color: #fff;
    padding: 10px 0;
    overflow: hidden;
}

.top-left {
    display: block;
    float: left;
}

.top-social {
    display: block;
    float: right;
}

header {
    position:relative;
    display:block;
    margin:0;
    padding:0;
    width:100%;
    height:auto;
    background: #FFFFFF;
}

.header-top {
    position: absolute;
    top: 0;
    left: 0;
    background: url(/wp-content/uploads/header-top.jpg);
    height: 52px;
    width: 100%;
}

.siteheader {
    display:block;
    position:relative;
    margin:0 auto;
    background: url(/wp-content/uploads/header-bg1.png) no-repeat;
    height: 173px;
}

a#logo-link {
    display: block;
    float: left;
    width: 430px;
    height: 110px;
    margin-top: 50px;
}

a#logo {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    max-width: 350px;
    height: auto;
    padding: 20px 0;
}

a#logo:hover img {
    opacity: .75;
}

.navbar {
    position:relative;
    display:block;
    padding:0;
    width:100%;
    margin:0;
    height:40px;
    border-top: 1px solid #575757;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,207cca+51,7db9e8+100 */
background: rgb(30,87,153); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

}

.navbar ul {
    position:relative;
    display:block;
    margin:0 auto;
    padding:0;
    list-style:none;
    width:100%;
    height:40px;
    max-width:983px;
}

.navbar ul:after {
    content: " ";
    position: absolute;
    background: url(/wp-content/uploads/water.png) no-repeat;
    width: 116px;
    height: 38px;
    bottom: -35px;
    right: 0;
    z-index: 20;
}

.navbar ul li {
    position:relative;
    float:left;
}

.navbar ul li:first-child {
    border-left: none;
}

.navbar ul li:last-child {
    border-right: none;
}

.navbar ul li a,.navbar ul li a:visited {
    font-family: Georgia, "Times New Roman", Times, serif;
    text-shadow: 1px 1px 1px #454545;
    position:relative;
    display:block;
    font-size:16px;
    line-height:17px;
    text-decoration:none;
    margin:0;
    padding: 11px 15px 12px 15px;
    color:#fff;
    max-height: 39px;
    -webkit-transition:background 0.2s linear;
    -moz-transition:background 0.2s linear;
    -o-transition:background 0.2s linear;
    -ms-transition:background 0.2s linear;
    transition:background 0.2s linear;
}

.navbar ul li a:hover, .navbar ul li a:active {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#df3b20+0,f17432+50,ea5507+51,fb955e+100 */
background: rgb(223,59,32); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(223,59,32,1) 0%, rgba(241,116,50,1) 50%, rgba(234,85,7,1) 51%, rgba(251,149,94,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(223,59,32,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(223,59,32,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df3b20', endColorstr='#fb955e',GradientType=0 ); /* IE6-9 */
}

.navbar ul li.current-menu-item > a, .navbar ul ul li.current-menu-item > a {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#df3b20+0,f17432+50,ea5507+51,fb955e+100 */
background: rgb(223,59,32); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(223,59,32,1) 0%, rgba(241,116,50,1) 50%, rgba(234,85,7,1) 51%, rgba(251,149,94,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(223,59,32,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(223,59,32,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df3b20', endColorstr='#fb955e',GradientType=0 ); /* IE6-9 */
}

.navbar ul ul {
    position:absolute;
    display:block;
    visibility:hidden;
    border:1px solid #000;
    border-top:0;
    height:auto;
    z-index:100;
    top:39px;
    left:0;
    width:220px !important;
    background:#3187D0;
    overflow:hidden;
    border-radius:0 0 4px 4px;
}

.navbar ul ul li {
    position:relative;
    display:block;
    height:35px;
    width:100%;
    background:none;
    border-bottom:1px solid #000;
}

.navbar ul ul li:last-child {
    border-bottom:0;
}

.navbar ul ul li a,.navbar ul ul li a:visited {
    display: block;
    width: auto;
    padding: 10px 0 10px 10px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
}

.navbar ul ul li a:active, .navbar ul ul li a:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#df3b20+0,f17432+50,ea5507+51,fb955e+100 */
background: rgb(223,59,32); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(223,59,32,1) 0%, rgba(241,116,50,1) 50%, rgba(234,85,7,1) 51%, rgba(251,149,94,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(223,59,32,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(223,59,32,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df3b20', endColorstr='#fb955e',GradientType=0 ); /* IE6-9 */
}

.navbar ul li:hover ul {
    visibility:visible;   
}

img.ajax-loader {
    display:none;
}

input.wpcf7-email.wpcf7-not-valid, input.wpcf7-captchar.wpcf7-not-valid {
    background:#ff0;
    color:#000;
}

input.wpcf7-email.wpcf7-not-valid.fixing, input.wpcf7-captchar.wpcf7-not-valid.fixing {
    background:#f9f9f9;
    color:#000;
}

.fifty-fifty, .twenty-eighty {
    background: #5caa2f;
    color: #fff;
    padding: 20px 0;
    overflow: hidden;
}

.estimate-wrap {
    display: none;
}

#wrap {
    position:relative;
    margin:0;
    padding:0;
    display:table;
    width:100%;
    height:auto;
}

#innerwrap {
    z-index: 20;
    position:relative;
    display:block;
    margin:0 auto;
    padding:0 0 20px 0;
    height:auto;
    border: 1px solid #ddd;
    border-top: none;
    box-shadow: 0px 1px 6px #454545;
    background: #e9e9e9 url(/wp-content/uploads/innerwrap.jpg) no-repeat;
}

.fullsitecontent,
.sitecontent,
.sitecontentleft {
    position:relative;
    margin:20px 0 0 0;
    padding:0;
    display:block;
    float:right;
    width:71%;
    height:auto;
    min-height:480px;
    color:#000;
    background:none;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.fullsitecontent {
    width:100%;
    float:none;
}

.sitecontentleft {
    float:left;
    margin-right:2%;
}

h1, h2, h3, h4, h5, h6, .bold2 {
    margin-bottom: 0;
}

h2, h3, h4, h5, h6, .bold2{
    font-size: 18px;
}

.bold2 {
    color: #F72929;
    font-size: 18px;
    font-weight: 500;
}

.sitecontent ul {
    list-style: none;
}

.sitecontent ul li {
    background: url(/wp-content/uploads/bullet.png) 0 3px no-repeat;
    padding-left: 20px;
    margin-left: 0;
}

ul.services {
    display: block;
    width: 100%;
    overflow: hidden;
    max-width: 673px;
    padding: 0;
}

ul.services li {
    box-sizing: border-box;
    list-style: none;
    width: 46%;
    float: left;
    margin-right: 4%;
    padding: 0;
    border: 1px solid #003399;
    background: whitesmoke;
    line-height: 24px;
    margin-bottom: 10px;
}

ul.services li a {
    display: block;
    padding: 8px;
    text-decoration: none;
}

ul.services li:hover {
    background: #003399;
}

ul.services li a:hover {
    color: #fff;
}

.post {
    overflow: hidden;
    clear: both;
}

.entry-summary {
    margin-bottom:20px;
}

#nav-below {
    padding-top:6px;
    border-top:1px dotted #aaa;
    font-size:12px;
    text-transform:uppercase;
}

#nav-below a, #nav-below a:visited {
    color:#555;
    text-decoration:none;
}

#nav-below a:hover, #nav-below a:active {
    text-decoration:underline;
}

.nav-previous {
    float:left;
}

.nav-next {
    float:right;
    text-align:right;
}

.entry-summary .wp-post-image {
    float:left;
    margin:0 15px 15px 0;
}

.sitecontent p, .sitecontentleft p, .fullsitecontent p {
    text-align:justify;
}

p.cta{
    text-align:center;
    font-style:italic;
    font-weight:bold;
    color:#003366;
    font-size: 18px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.fullsitecontent .doubleul,
.sitecontentleft .doubleul,
.sitecontent .doubleul{
    margin-right:30px;
    float:left;
}

.fullsitecontent .doubleul2,
.sitecontentleft .doubleul2,
.sitecontent .doubleul2{
    float:left;
}

h1, h2, h3, h4, h5, h6 {
    color: #F72929;
}

img.wpcf7-captcha-captcha-100{
    border-radius:4px;
    margin:4px 0;
    padding:4px;
    background:#fff;
}

.phright{
    float:right;
    margin:0 0 20px 20px;
}

.phleft{
    float:left;
    margin:10px 20px 20px 0;
}

.phright, .phleft {
    border: 4px solid #fff;
    box-shadow: 0px 1px 6px #454545;
}

.phcenter {
    display: block;
    margin: 20px auto;
    border: 4px solid #fff;
    box-shadow: 0px 1px 6px #454545;
}

aside{
    position:relative;
    display:block;
    float:left;
    margin:20px 0 0 0;
    padding:0;
    width:27%;
    height:auto;
    min-height:480px;
    background:none;    
}

ul#menu-sidebar-menu {
    list-style: none;
    box-shadow: 0px 1px 6px #454545;
    margin-bottom: 20px;
    padding: 0;
}

ul#menu-sidebar-menu li {
    position: relative;
    border-bottom: 1px solid white;
}

ul#menu-sidebar-menu a {
    color: white;
    display: block;
    font-size: 11px;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px 4px;
    text-decoration: none;
    text-align: center;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#df3b1f+0,df3b1f+22,e04020+34,e75b20+59,ea7122+75,f18024+88,f28d23+100 */
background: rgb(223,59,31); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(223,59,31,1) 0%, rgba(223,59,31,1) 22%, rgba(224,64,32,1) 34%, rgba(231,91,32,1) 59%, rgba(234,113,34,1) 75%, rgba(241,128,36,1) 88%, rgba(242,141,35,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(223,59,31,1) 0%,rgba(223,59,31,1) 22%,rgba(224,64,32,1) 34%,rgba(231,91,32,1) 59%,rgba(234,113,34,1) 75%,rgba(241,128,36,1) 88%,rgba(242,141,35,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(223,59,31,1) 0%,rgba(223,59,31,1) 22%,rgba(224,64,32,1) 34%,rgba(231,91,32,1) 59%,rgba(234,113,34,1) 75%,rgba(241,128,36,1) 88%,rgba(242,141,35,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df3b1f', endColorstr='#f28d23',GradientType=0 ); /* IE6-9 */
}

ul#menu-sidebar-menu a:hover {
    opacity: .75;
}

ul#menu-sidebar-menu ul {
    list-style: none;
    width: 170px;
    height: auto;
    display: block;
    visibility: hidden;
    position: absolute;
    left: 225px;
    top: -1px;
    z-index: 100;
}

ul#menu-sidebar-menu ul li {
    width: 200px;
}

ul#menu-sidebar-menu li:hover ul {
    visibility: visible;
}

.social-wrap {
    display: block;
    width: 100%;
    max-width: 186px;
    overflow: hidden;
    margin: 0 auto 15px auto;
}

a.soc {
    display: block;
    float: left;
    margin-right: 10px;
}

a.soc:hover img {
    opacity: .75;
}

.sidebar-box {
    position: relative;
    display: block;
    margin: 0 0 15px 0;
    width: 100%;
    height: auto;
    border: 5px solid #fff;
    background: url(/wp-content/uploads/sidebar-bg.jpg) repeat;
    box-shadow: 0px 1px 6px #454545;
    padding: 8px;
}

#box3:after {
    content: " ";
    position: absolute;
    background: url(/wp-content/uploads/water2.png) no-repeat;
    width: 116px;
    height: 38px;
    bottom: -43px;
    right: 0;
    z-index: 20;
}

.sidebar-box a:hover img {
    opacity: .75;
}

p.address2 strong {
    font-size: 28px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

p.address2 {
    font-size: 16px;
}

img#contact {
    margin: 0 auto;
}

a#bbb-logo {
    display: block;
    width: 100%;
    max-width: 160px;
    margin: 0 auto 20px auto;
}

img#cert {
    display: block;
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
}

a#testimonials {
    display: block;
    width: 100%;
    max-width: 211px;
    margin: 0 auto;
}

span.fakeh2 {
    display: block;
    font-size: 28px !important;
    line-height: 33px;
    margin-top: 20px;
    font-weight: 500 !important;
    color: rgb(54, 47, 31);
}

span.fakeh3 {
    color: rgb(54, 47, 31);
    display: block;
    font-size: 28px;
    margin-bottom: 4px;
    font-weight: 500;
    line-height: 26px;
}

.text-center p {
    display: block;
    text-align: center !important;
    margin-bottom: 10px;
}

.googlemap {
    position: relative;
    padding: 0;
    height: 350px;
    overflow: hidden;
    max-width: 100%;
    background: #e9e5dc;
    border-radius: 4px;
    margin-bottom: 35px;
    background: white;
    padding: 3px;
    border: 1px solid #CBCBCB;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

.googlemap iframe {
    border-radius: 4px;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: none;
}

.mapoverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: url(/wp-content/uploads/grabcursor.png),default !important;
}

.contact-border {
    border-bottom: 1px solid grey;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.form-title {
    color: rgb(54, 47, 31);
    display: block;
    font-size: 28px !important;
    line-height: 33px;
    margin-bottom: 30px;
    font-weight: 500 !important;
}

.contact-form input, .contact-form textarea {
    font-family: Georgia, "Times New Roman", Times, serif;
    width: 100%;
    padding: 10px 0 10px 10px;
    margin-bottom: 20px;
}

.contact-form textarea {
    height: 130px;
    margin-bottom: 5px;
}

.contact-form .contact {
    cursor: pointer;
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border: none;
    width: 160px;
    text-transform: uppercase;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-shadow: 1px 1px 1px #454545;
    margin-top: 15px;
    background: rgb(30,87,153);
    background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%);
    background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
    background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
}

.contact-form .contact:hover {
    background: rgb(223,59,32);
    background: -moz-linear-gradient(top, rgba(223,59,32,1) 0%, rgba(241,116,50,1) 50%, rgba(234,85,7,1) 51%, rgba(251,149,94,1) 100%);
    background: -webkit-linear-gradient(top, rgba(223,59,32,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%);
    background: linear-gradient(to bottom, rgba(223,59,32,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df3b20', endColorstr='#fb955e',GradientType=0 );
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    position: absolute;
    color: black;
    left: 0;
    right: 0;
    top: -140px;
    background: rgba(255,255,255,0.75);
    text-align: center;
    max-width: 560px;
    margin: 27px auto 0 auto;
    border: 2px solid red;
}

.read-it {
    float: right;
}

.home-video {
    display: block;
    margin: 20px auto;
    border: 4px solid #fff;
    box-shadow: 0px 1px 6px #454545;
}

.related-wrap {
    display: block;
    float: right;
    margin: 0 0 20px 20px;
    border: 4px solid #fff;
    box-shadow: 0px 1px 6px #454545;
    padding: 10px;
    width: 250px;
}

span.related-title {
    font-weight: bold;
    color: #003366;
    font-size: 20px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.related-wrap a {
    text-decoration: underline;
}

.related-wrap a:hover {
    text-decoration: none;
}

footer strong {
    font-size: 18px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

footer{
    position: relative;
    display: block;
    margin: 0;
    padding: 100px 0 15px 0;
    width: 100%;
    height: auto;
    background: #1E589B;
    margin-top: -70px;
    border-top: 6px solid #C70016;
    color: white;
}

.footer-content{
    position:relative;
    padding: 0;
    display:block;
    color:#fff;
    height:auto;
    min-height:100px;
}

.footer-info{
    float:left;
    font-size:12px;
}

.copyright-footer {
    display: block;
    text-align: center;
    color: #FFF;
    background: #124785;
    padding: 8px 0;
    font-size: 13px;
}

a#client-email:visited,a#client-email,
a#footer-email:visited,a#footer-email{
    color:inherit;
    text-decoration:underline;
}

a#client-email:active,a#client-email:hover,
a#footer-email:active,a#footer-email:hover{
    text-decoration:none;
}

.bizstate{
    text-transform:uppercase;
}

.block{
    display:block;
}

a#seo{
    width:210px;
    height:60px;
    display:block;
    float:right;
}

a.back2top,a.back2top:visited{
    z-index:201;
    display:none;
    position:fixed;
    border-radius:3px;
    width:35px;
    height:35px;
    bottom:50px;
    right:22px;
    background:url(/wp-content/uploads/scroll.png) no-repeat;
    overflow:hidden;
    filter:alpha(opacity=80);
    -moz-opacity:.8;
    -khtml-opacity:.8;
    opacity:.8;
}

a.back2top:hover,a.back2top:active{
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity:1;
    opacity:1;
}

/* Bootstrap Large */
@media screen and (max-width:1200px){
    .siteheader {
        background: url(/wp-content/uploads/header-bg2.jpg) no-repeat;
        height: 142px;
    }

    .header-top {
        background: url(/wp-content/uploads/header-top2.jpg);
        height: 43px;
    }

    a#logo-link {
        width: 320px;
        height: 77px;
    }

    #innerwrap {
	background: #e9e9e9;
    }
}

@media screen and (max-width:1030px){
    .slide-contain {
        padding: 0 20px;
    }

    img.slide-img {
        width: 50%;
        margin-left: 5%;
    }

    .slide-txt {
        display: block;
        float: left;
        width: 45%;
        text-align: justify;
        color: #fff;
        margin-top: 95px;
        font-size: 17px;
    }
}

@media screen and (max-width:1000px){
    .navbar ul li a,.navbar ul li a:visited{
        padding:11px 12px 12px 12px;
    }
}

/* Bootstrap Medium */
@media screen and (max-width:992px){

}

@media screen and (max-width:915px){
    .phright,.phleft{
        width:250px;
    }
}

@media screen and (max-width:860px){
    .navbar ul li a,.navbar ul li a:visited{
        padding:11px 11px 12px 11px;
        font-size:16px;
    }

    .slide-txt {
        display: none;
    }

    .slide-contain {
        position: relative;
	min-height: auto;
        max-height: 300px;
    }

    img.slide-img {
        float: none;
        margin: 0 auto;
        display: block;
	width: auto;
	max-height: 300px;
	padding-top: 10px;
    }

    .modal {
        top: 0;
    }

    .estimate-wrap {
	display: block;
        background: #3194D9;
        padding: 20px 10px;
    }

    a.estimate-btn {
        margin: 20px auto;
        float: none;
        width: 100%;
        max-width: 367px;
    }

    a.estimate-btn {
        margin: 0 auto;
        float: none;
        width: 100%;
        max-width: 367px;
    }
}

@media screen and (max-width:810px){
    .navbar ul li a,.navbar ul li a:visited{
        padding:11px 10px 12px 10px;
    }

    .phright,.phleft{
        width:240px;
    }
}

@media screen and (max-width:780px){
    nav.closed,.navbar ul li::before, .sidebar-menu{
        display:none;
    }

    a.nav-toggle{
        display:block;
        text-decoration:none;
	padding: 11px 24px 9px 15px;
        color:#fff;
        font-weight:700;
        position:relative;
        font-size:16px;
	outline: none;
        -webkit-transition:all 0.2s ease-in-out;
        -moz-transition:all 0.2s ease-in-out;
        -o-transition:all 0.2s ease-in-out;
        -ms-transition:all 0.2s ease-in-out;
        transition:all 0.2s ease-in-out;
    }

    .navbar{
        z-index:10;
    }

    nav.opened{
        width:100%;
        display:block;
        position:relative;
        height:auto;
    }

    nav.opened ul{
        width:100%;
        display:block;
        position:relative;
        height:auto;
        margin:0; 
        padding:0;
        top:auto;
        left:auto;
        border:1px solid #000;
        border-top:none;
        background:#3187D0;
        border-radius:0 0 4px 4px;
        overflow:hidden;
    }

    nav.opened ul ul{
	width: 100% !important;
        visibility:visible;
        border-radius:0;
        padding:0;
        border:none;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }

    nav.opened ul li{
        float:none;
        display:block;
        width:100%;
        height:auto;
        position:relative;
        background:none;
        visibility:visible;
        border:none !important;
    }

    nav.opened ul li a{
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
        background:none !important;
        display:block;
        width:100%;
        border-bottom:1px solid #000;
        padding:12px 0 0 15px;
        margin:0;
        height:40px;
    }

    nav.opened ul li a:hover {
        background: rgb(223,59,32) !important;
    }

    nav.opened ul li.menu-item-52 a{
        border-bottom:none;
    }

    nav.opened ul ul a{
        text-indent:15px;
    }

    .sitecontent,.sitecontentleft{
        width:100%;
        float:none;
    }

    .phright,.phleft{
        width:260px;
    }

    aside{
        width:100%;
        float:none;
        min-height:150px;
    }

    a#logo-link, .header-top {
        display: none;
    }

    a#logo {
        display: block;
	padding: 28px 0;
    }

    .siteheader {
        background: #FDFDFD;
    }

    .phone {
        display: block;
        padding: 31px 0;
    }
}

/* Bootstrap Small */
@media screen and (max-width:768px){
    #seo {
        float: none !important;
        margin: 6px auto;
    }

    #logo {
        float: none  !important;
        margin: 0 auto;
        padding: 15px 0 !important;
    }

    .phone {
        float: none;
        text-align: center;
        padding: 0 0 20px 0;
        color: #2988d8;
    }

    .footer-info {
	float: none;
    }

    .footer-content {
	text-align: center !important;
    }

    .siteheader {
	height: auto;
    }
}

@media screen and (max-width:690px){
    .phright,.phleft{
        width:250px;
    }
}

@media screen and (max-width:650px){
    .phright,.phleft{
        width:240px;
    }
}

@media screen and (max-width:600px){
    #wpadminbar {
        position: fixed;
    }

    .sitecontent .doubleul{
        margin-right:0;
        margin-bottom:0;
        float:none;
    }

    .sitecontent .doubleul2{
        margin-top:0;
        float:left;
    }
}

@media screen and (max-width:570px){
     .phright,.phleft{
        width:43.15196998123827%;
    }

    #logo {
        float: none  !important;
        margin: 0 auto;
        padding: 15px 0 !important;
    }

    .phone {
        float: none;
        text-align: center;
        padding: 0 0 20px 0;
    }

    .footer-info {
	float: none;
    }

    .footer-content {
	text-align: center !important;
    }

    ul.services li {
        width: 100%;
        margin: 0 0 10px 0;
    }
}

/* Bootstrap Extra Small */
@media screen and (max-width:480px){
    .quovolve-nav {
        display: none;
    }
}

@media screen and (max-width:479px){
    .phright,.phleft{
        width:100%;
        max-width:260px;
        float:none;
        margin:12px auto;
    }
}

@media screen and (max-width:420px){
    .phone {
        font-size: 20px;
    }

    .phone a {
        font-size: 22px;
    }
}

@media screen and (max-width:390px){
    .img-wrapper {
        width: 100%;
        margin: 0 auto 20px auto;
    }
}

@media screen and (max-width:320px){

}