body {padding:0;margin:0;background: url("../img/body-bg.gif");}

body * {font-family: Arial;}
h1, h2, h3 {font-weight: normal;margin:0;}
h1 {
    font-size: 27px; 
    line-height: 1.1;
}
h2 {font-size: 21px; }

.clear {width: 100%;display: block;height: 1px;}
#preRoll {display: none;}

a {color: rgb(186, 0, 9);}
a:hover {text-decoration:none;color: #ff0000}
a:hover, a:visited, a:active, a:focus {
    outline: none;
    border: none;
    text-decoration: none;
}

a.button24 {
    display: inline-block;
    color: white;
    text-decoration: none;
    text-align: center;
    padding: .5em 2em;
    margin: 5px 0;
    outline: none;
    border-width: 2px 0;
    border-style: solid none;
    border-color: #fd5033 #000 #d72406;
    border-radius: 36px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f30f0f), to(#d64422)) #d64422;
    background: linear-gradient(#f30f0f, #d64422) #d64422;
    font-size: 28px;
    text-indent: 0px;
} 
a.button24:hover { background: -webkit-gradient(linear, left top, left bottom, from(#f51d00), to(#f50000)) #f51d00; background: linear-gradient(#f51d00, #f50000) #f51d00; }
a.button24:active { background: -webkit-gradient(linear, left top, left bottom, from(#f51d00), to(#f50000)) #f51d00; background: linear-gradient(#f51d00, #f50000) #f51d00; }

.wrap {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.content {
    width: 730px;
    background: #fff;
    display: inline-block;
    vertical-align: top;
}

.content .quote {
    border: 2px solid #ff0000;
    padding: 10px;
    padding-left: 60px;
    background: #f55 url("../img/attention2.png") no-repeat 5px 5px;
    background-size: 50px;
    color: #fff;
    text-align: left;
}

.breadcrumbs {
    background: rgb(186, 0, 9);
    padding: 2px;
    width: 140px;
    font-size: 12px;
    color: #fff;
    padding-left: 15px;
    position: relative;
    top: 15px;
    margin-bottom: 25px;
}
.breadcrumbs a {color: #fff;}
.breadcrumbs a:hover {text-decoration: none;}

.topic {
    height: 38px;
    width: 480px;
    background: url("../img/bg_blogs.png") no-repeat;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.5);
            box-shadow: 0 5px 5px rgba(0,0,0,0.5);
    position: relative;
    left: -10px;
    margin: 10px 0;
}

.topic span {float:left;display: block;}
.topic .title {width: 100px;text-align: center;font-size: 21px;color: rgb(186, 0, 9);position: relative;top:8px;}
.topic .text {width: 380px;font-size: 12px;position: relative;top:4px;}

.post {display: inline-block;width:700px;padding: 15px;font-size: 15px;line-height: 21px;}
.post .info {color: #999;font-size: 11px;font-style:italic}
.post a {font-size: 19px;}

.docInText {float:left;width: 40%;max-width: 101px;margin-top: 15px;margin-right: 10px;}
.mobImage {display: none;}

.rightRow {display: inline-block;position:relative;vertical-align: top;width: 265px;font-size: 13px;}
.rightRow .item {background: #fff;margin-bottom: 4px;}
.rightRow .item img {display: block;}
.rightRow .inner {padding: 10px; text-align: left}
.rightRow .inner p{text-align: left}

.comments {
    width: 700px;
    padding: 15px 15px 0px;
    font-size: 15px;
    background: #fff;
    margin-top: 5px;
}

.comment {margin: 0 15px; padding: 15px 0;border-bottom: 1px solid #ccc;}
.comment:last-child {border: none;}
.comment .avatar {float:left; width: 35px;height: 35px;}
.comment .text {margin-left: 45px;font-size: 13px;}
.comment .text .login {color: rgb(186, 0, 9);font-weight: bold;}
.comment .text .date {color: #999;font-size: 11px;font-style:italic}
.comment .text .data {display: block;margin-top: 2px;width: 95%; text-align: justify;}
.comment .text .data img {display: block; position:relative; top: 5px;}

.photo {
    width: 100%;
    background: #fff;
    margin-top: 5px;
    padding-bottom: 10px;
}
#product {
    max-width: 250px;
}

.footer {
    width: 700px;
    padding: 15px;
    background: #fff;
    margin-top: 5px;
    padding: 15px;
    height: 50px;
    font-size: 11px;
}

.header{
    font-size: 0;
    position: relative;
    background: #fff;
}
.logo{
    display: inline-block;
    vertical-align: top;
    background: #fff url("../img/logo.png") no-repeat;
    width: 100%;
    height: 90px;
}
.logo:after{
    position: absolute;
    width: 121px;
    height: 90px;
    right: 0px;
    top: 0;
    content: "";
    background: #fff url("../img/warthog.png") no-repeat;
}
.logo a,
.mob a{
    display: block;
    height: 100%;
}
.mob{
    position: absolute;
    right: 0;
    display: inline-block;
    vertical-align: top;
    height: 90px;
    width: 190px;
}
.header ul{
    height: 29px;
    line-height: 29px;
    background: #ba0009;
    list-style-type: none;
    text-align: left;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.header li{
    display: inline-block;
    border-right: 1px solid #e20008;
    font-size: 14px;
}
.header li:hover {
    background: #f50b13;
}
.header a{
    padding: 0 10px;
    display: block;
    color: #fff;
    text-decoration: none;
}
.header a:hover {
    color: #f7c437;
}
p, .quote, .data{
    text-align: justify;
}
.certs img{
        width: 115px;
}
#comebacker_main_div {
    height: 0 !important;
}
@media screen and (max-width: 1000px) {
    .rightRow {display: none;}
    .content {width: 100%; padding-right:0; padding-left:0}
    .footer {width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 5px;}
    .content .post {width: 96%;padding:0;margin: 0 auto;padding: 2%}
    .header img {width: 100%;}
    .comments {width: 100%; padding-right:0; padding-left:0}
    .comment .text .data {display: block;margin-top: 2px;width: 90%;}
    .mobImage {display: block;}
    h1{
        line-height: 30px;
    }
}
@media screen and (max-width: 768px) {
    p, .quote, .data, .comment .text .data {
        text-align: left;
    }
    .logo:after {
        display: none;
    }
}
@media screen and (max-width: 550px) {
    .topic {display: none;}
    .socBtns {width: 90%;}
}
@media screen and (max-width: 479px){
    h1 {
        line-height: 28px;
        letter-spacing: -1.5px;
        font-size: 24px;
    }
    .mob{
        display: none;
    }
    .logo{
        width: 260px;
        display: block;
        margin: auto;
    }
    p, .quote, .data{
        text-align: left;
    }
    .comment .text .data {
        text-align: left;
    }
    .footer {
        height: auto;
    }
    
}

.content .product img {
    width: 350px;
    max-width: 80%;
    display: block;
    margin: 0 auto;
}

.backerwrapper {
    overflow: hidden;
}