/* Tablet Layout: 768px. */

@media screen and (max-width:768px) {
img {
    max-width: 100%;
}
.container, body{
    width:100%;
    min-width: 300px;
}
#body {
    text-align: center;
}
#logo{
    float: none;
    margin-left: 5%;
    width: 90%;
    margin-top: 0px;
    background-size: contain;
}
#header {
    height: auto;
}
#header .call{
    float:none;
    text-align: center;
    padding: 10px;
}
#header .call span{
    float:none !important;
}
.home-box{
    padding: 150px 0 0 0;
    margin: 10px 0;
    height: auto;
    margin-top: 20px;
    text-align: center;
}
#menu{
    height: auto;
    background: transparent;
    width: 100%;
    display: none;
}
#menu ul{
    display: initial;
}
#menu li{
    display:initial;
    padding:0;
    text-align: left;
    width:auto;
}
#menu a{
    line-height: 40px;
    background-color: rgba(0,0,0,0.8);
    padding: 0px 10px;
    text-shadow: none;
    text-align: center;
}
#menu .current a{
    background-color:red;
}
.menu-button{
    display: block;
    padding: 15px 14px;
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    z-index: 222;
    background-color: #000;
    width: 100%;
    border: 0;
}
.menu-button:hover, #menu a:hover{
    background-color: black;
}
#footer .col{
        width: 80%;
    display: block;
    text-align: center;
    margin-top: 20px;
    float:none;
    padding: 0 10% 0 10%;
    min-height: auto;
}
#footer .copy{
    text-align:center;
}
a.btn-quote{
     margin-left: calc(50% - 110px);

}
#footer .cols{
        padding: 37px 0 40px 0px;
}
#footer .copy img {
    float: none;
}
.breadcrumbs{
    margin-top:20px;
}
.right-hold .price{
    display: block;
    left: 110px;
}
.right-hold .head-p img{
        display: inline;
            width: auto;
}
.right-hold {
    text-align: center;
    float: none;
    width: auto;
}
.left-hold {
    text-align: center;
}
.left-hold .badgets li.award, .left-hold .badgets li.shpping, .left-hold .badgets li.time{
    background: none;
    padding: 0px;
    margin: 10px 0px;
}
.left-hold .quote-box .btn-red{
    float:none;
    margin: 0px;
    font-size:18px;
}
.breadcrumbs {
    font-size: 14px;
}
.contact #sidebar{
    float: none;
    margin: 0;
    padding: 55px 20px 30px;
    width: auto;
    text-align: center;
}
.contact #content{
    float:none;
    text-align: center;
    width: auto;
    padding-left: 0;
}
.contact#body:after{
    width:0px;
}
.contact #sidebar img{
        margin-left: calc(50% - 135px);
}
.contact #sidebar li{
    padding:6px 0 5px 0px;
}
.contact #sidebar li.email{
    background-position: 380px;
}
.contact #sidebar li.phone {
    background-position-x: 430px;
}
.contact #sidebar li.address {
    background-position-x: 340px;
}
.contact #content fieldset {
    margin: 0 20px;
    text-align: center;
}
.contact #content input[type=text]{
    margin-top:10px;
    width:80%;
    margin: 5px 15px;
}
.about .left-hold{
    width:auto;
}
.about .head-p {
    float: none;
    text-align: center;
    width: auto;
}
.about .full-hold{
    text-align:center;
}
.no-side img{
    float:none !important;
    clear: none !important;
    right: initial !important;
    position: initial !important;
    bottom: initial !important;
    width:auto;
        padding: 0px !important;
}
.left-hold .badgets li{
    width: auto !important;
    margin: 0px;
    padding: 0 0 10px 0;
    margin-left: 10px !important;
    margin-right: 10px !important;
}
#content {
    float: none;
    width: auto;
    background: #faf9f8;
    text-align: center;
    padding: 46px 55px 10px;
}
#sidebar {
    float: none;
    width: auto;
    position: initial;
    z-index: initial;
}
#body:after{
    width:0;
}
#sidebar .menu{
    margin-left: 0;
    text-align: center;
}
.left-hold {
    float: none;
    width: auto;
    padding: 30px 0px;
}
.right-hold{
        float: none;
    width: auto;
    text-align: center;
    padding: 0 0 10px;
}
#content img.left, #content img.right{
    float:none;
}
.example-image {
    width: 100%;
}
a.btn-red{
    margin-top:0px;
    margin-left: 0px !important;
}
.left-hold .quote-box{
    padding-bottom:20px;
}
.badgets{
    margin-left:0 !important;
}
.head img.bg{
    width: auto;
    position: relative;
    height: auto;
}
.head .quote {
    position: relative;
    background: transparent;
    text-align: center;
    box-shadow: none;
    width: 100%;
}
.head{
    padding: 0;
    height: auto;
}
.head h1{
    padding: 10px;
    font-size: 24px;
}
.head h3 {
    font-size: 18px;
    padding: 10px;
    width: auto;
}
.head .quote a {
    margin: 0 0 10px 0;
}
#sidebar .menu li a{
        background-position-x: 15%;
}
.right-hold h3{
    line-height: 1;
}
.home-box .bg{
    left: 0px;
    width: 100%;
}
.menushow{
    display:block ;
}
.menuhide{
    display:none;
}
.home-box ul li{
    padding-left:0px;
}
}

@media screen and (max-width:358px) {
.head h3{
    font-size:14px;
}
.head h1 {
    font-size: 18px;
}
.head .quote a{
    font-size:16px;
}
.head .quote{
        left: 80px;
}
}