.upper {
    text-transform: uppercase
}

.nopadding {
    padding: 0
}

body {
    color: #545454;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif
}

@media (min-width:992px) {
    body {
        font-size: 18px;
        line-height: 34px
    }
}

.btn,
a {
    transition: all .25s ease
}

a {
    color: #cb6015
}

a,
a:hover {
    text-decoration: none
}

a:hover {
    color: #000
}

a:active {
    outline: 0
}

img {
    max-width: 100%
}

.clear {
    clear: both
}

.btn {
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 0;
    text-align: center;
    background: #cb6015;
    border: none
}

@media (min-width:768px) {
    .btn {
        font-size: 16px
    }
}

.lg_btn {
    font-size: 16px;
    margin-bottom: 5px;
}

@media (min-width:768px) {
    .lg_btn {
        font-size: 18px
    }
}

@media (min-width:768px) {
    .lg_btn {
        font-size: 24px;
        font-weight: 700
    }
}

.btn.black {
    background-color: #000
}

.btn.white {
    color: #cb6015;
    background-color: #fff
}

.btn.reverse:hover {
    color: #000;
    background-color: #cb6015
}

.btn:hover {
    color: #fff;
    background-color: #000
}

.btn.black:hover {
    color: #000
}

.btn_box {
    text-align: center
}

.fade {
    opacity: 1
}

.underline {
    text-decoration: underline
}

.full {
    float: left;
    width: 100%
}

h1,
h2 {
    font-weight: 400;
    line-height: 1.1em;
    margin: 0 0 20px
}

h3,
h4,
h5,
h6 {
    line-height: 1.1em;
    margin: 0 0 20px
}

.thin {
    font-weight: 300
}

.bold {
    font-weight: 700
}

.orangeBG {
    background-color: #cb6015
}

.grayBG {
    background-color: #545454
}

.blackBG,
.blackBG:after {
    background-color: #000
}

.whiteBG,
.whiteBG:after {
    background-color: #fff
}

.skew {
    width: 100%;
    height: 90px;
    position: relative
}

.skew:after {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 100%
}

@media (min-width:768px) {
    .skew.half-skew {
        width: 50%
    }
}

@media (min-width:768px) {
    .skew-after:after,
    .why-top:after {
        z-index: 5
    }
}

.small_skew {
    height: 50px;
    margin-bottom: -30px
}

@media (min-width:480px) {
    .small_skew {
        height: 90px;
        margin-bottom: -50px
    }
}

@media (min-width:768px) {
    .small_skew {
        height: 70px;
        margin-bottom: -30px
    }
}

.xsmall_skew {
    height: 40px;
    margin-bottom: -40px
}

@media (min-width:600px) {
    .xsmall_skew {
        margin-bottom: -45px
    }
}

@media (min-width:768px) {
    .xsmall_skew {
        margin-bottom: -80px
    }
}

@media (min-width:1200px) {
    .xsmall_skew {
        margin-bottom: -100px
    }
}

@media (min-width:1400px) {
    .xsmall_skew {
        margin-bottom: -110px
    }
}

@media (min-width:1600px) {
    .xsmall_skew {
        margin-bottom: -130px
    }
}

@media (min-width:1800px) {
    .xsmall_skew {
        margin-bottom: -150px
    }
}

.xsmall_skew:after {
    top: -35px
}

@media (min-width:600px) {
    .xsmall_skew:after {
        top: -50px;
        height: 150%
    }
}

@media (min-width:768px) {
    .xsmall_skew:after {
        top: -100px;
        height: 115px
    }
}

@media (min-width:1200px) {
    .xsmall_skew:after {
        top: -130px;
        height: 140px
    }
}

@media (min-width:1400px) {
    .xsmall_skew:after {
        top: -160px;
        height: 170px
    }
}

@media (min-width:1600px) {
    .xsmall_skew:after {
        top: -180px;
        height: 190px
    }
}

@media (min-width:1800px) {
    .xsmall_skew:after {
        top: -220px;
        height: 230px
    }
}

.skew-left,
.skew-right {
    z-index: 1
}

@media (min-width:768px) {
    .skew-left,
    .skew-right {
        z-index: 6
    }
}

.skew-left {
    transform: scale(1.2) rotate(-9deg) skewX(-9deg)
}

.skew-right {
    transform: scale(1.2) rotate(9deg) skewX(9deg)
}

.skewline {
    height: 16px;
    position: absolute;
    top: 15px;
    width: 48%;
    z-index: 2
}

.orange-line {
    left: 0;
    background-color: #cb6015
}

@media (min-width:768px) {
    .orange-line {
        width: 37.45%
    }
}

.gray-line {
    right: 0;
    background-color: #545454
}

@media (min-width:768px) {
    .gray-line {
        width: 61.45%
    }
}

.black-line {
    right: 0;
    background-color: #000
}

@media (min-width:768px) {
    .black-line {
        width: 61.45%
    }
}

.bvalidator_invalid {
    background-color: #ffb6ca
}

.bvalidator_errmsg {
    background-color: #cb6015;
    font-size: 10px;
    border: 1px solid #999;
    color: #fff;
    display: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-box-shadow: 0 0 6px #ddd;
    -webkit-box-shadow: 0 0 6px #ddd;
    white-space: nowrap;
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 5px;
    font-family: Arial, Helvetica, sans-serif;
    -moz-opacity: .9;
    opacity: .9
}

.bvalidator_errmsg .bvalidator_close_icon {
    margin-left: 5px;
    margin-top: -2px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #000;
    cursor: pointer
}

.bvalidator_errmsg em {
    display: block;
    border-color: #cb6015 transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -10px;
    left: 5px
}

.bvalidator_red_invalid {
    background-color: #fcc
}

.bvalidator_red_errmsg {
    background-color: #cb6015;
    font-size: 10px;
    border: 1px solid rgba(0, 0, 0, .3);
    color: #fff;
    display: none;
    white-space: nowrap;
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 5px;
    font-family: Arial, Helvetica, sans-serif;
    -moz-opacity: .9;
    opacity: .9;
    font-weight: 700
}

.bvalidator_red_errmsg .bvalidator_red_close_icon {
    margin-left: 5px;
    margin-top: -2px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bolder;
    color: #cb6015;
    cursor: pointer;
    font-size: 12px
}

.bvalidator_red_errmsg em {
    display: block;
    border-color: #cb6015 transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -10px;
    left: 5px
}

.mm-page {
    overflow: hidden
}

.about-us .mainContent .top-img {
    width: 70%;
    margin-top: -140px
}

@media (min-width:1200px) {
    .about-us .mainContent .top-img {
        width: 55%;
        margin-top: -170px
    }
}

@media (min-width:1600px) {
    .about-us .mainContent .top-img {
        width: 45%;
        height: 80%;
        margin-top: -185px
    }
}

@media (min-width:768px) {
    .about-us .scholarship {
        padding: 0
    }
}

@media (min-width:768px) {
    .about-us .scholarship .badge_box {
        padding: 20px 0;
        max-height: 320px
    }
}

@media (min-width:992px) {
    .about-us .scholarship .badge_box {
        margin-top: 0;
        max-height: 340px
    }
}

@media (min-width:1200px) {
    .about-us .scholarship .badge_box {
        max-height: 430px
    }
}

@media (min-width:1400px) {
    .about-us .scholarship .badge_box {
        max-height: 100%;
        height: 460px
    }
}

@media (min-width:1600px) {
    .about-us .scholarship .badge_box {
        max-height: 100%;
        height: 570px;
        padding-top: 70px
    }
}

@media (min-width:1800px) {
    .about-us .scholarship .badge_box {
        height: 650px
    }
}

@media (min-width:1400px) {
    .about-us .scholarship .badge_box .sweeps_text {
        padding-top: 250px
    }
}

@media (min-width:1600px) {
    .about-us .scholarship .badge_box .sweeps_text {
        padding-top: 270px
    }
}

@media (min-width:1800px) {
    .about-us .scholarship .badge_box .sweeps_text {
        padding-top: 330px
    }
}

@media (min-width:1200px) {
    .about-us .scholarship .badgeBG {
        max-width: 550px;
        height: 353px
    }
}

@media (min-width:1400px) {
    .about-us .scholarship .badgeBG {
        max-width: 600px;
        height: 384px
    }
}

@media (min-width:1600px) {
    .about-us .scholarship .badgeBG {
        max-width: 650px;
        height: 416px
    }
}

@media (min-width:1800px) {
    .about-us .scholarship .badgeBG {
        max-width: 770px;
        height: 494px
    }
}

.about-us .scholarship .amount {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    width: 100px;
    top: 46px;
    left: 50%;
    margin-left: -50px
}

@media (min-width:768px) {
    .about-us .scholarship .amount {
        top: 86px
    }
}

@media (min-width:992px) {
    .about-us .scholarship .amount {
        top: 96px
    }
}

@media (min-width:1400px) {
    .about-us .scholarship .amount {
        top: 120px;
        font-size: 40px;
        font-weight: 700;
        width: 140px;
        margin-left: -70px
    }
}

@media (min-width:1600px) {
    .about-us .scholarship .amount {
        top: 180px
    }
}

@media (min-width:1800px) {
    .about-us .scholarship .amount {
        top: 200px;
        font-size: 50px;
        width: 170px;
        margin-left: -85px
    }
}

@media (min-width:1800px) {
    .about-us .scholarship .sweeps_btn_box {
        bottom: 150px
    }
}

@media (min-width:1400px) {
    .about-us .scholarship .sweeps_btn_box .btn {
        font-size: 24px
    }
}

@media (min-width:768px) {
    .about-us .scholarship .family_box {
        min-height: 330px
    }
}

@media (min-width:1200px) {
    .about-us .scholarship .family_box {
        min-height: 400px
    }
}

@media (min-width:1400px) {
    .about-us .scholarship .family_box {
        min-height: 480px
    }
}

@media (min-width:1600px) {
    .about-us .scholarship .family_box {
        min-height: 560px
    }
}

@media (min-width:1800px) {
    .about-us .scholarship .family_box {
        min-height: 610px
    }
}

.mainContent.sub-about .subpost {
    position: relative;
    z-index: 20
}

@media (min-width:768px) {
    .mainContent.sub-about .subpost {
        float: right;
        width: 50%;
        padding-top: 20px
    }
}

@media (min-width:1600px) {
    .mainContent.sub-about .subpost {
        padding: 60px 80px
    }
}

.mainContent.sub-about .subpost .entry-content {
    z-index: 10
}

@media (min-width:1200px) {
    .mainContent.sub-about .bottom-home-img {
        height: 90%
    }
}

@media (min-width:1400px) {
    .mainContent.sub-about .bottom-home-img {
        min-height: 520px
    }
}

@media (min-width:1600px) {
    .mainContent.sub-about .bottom-home-img {
        height: 100%
    }
}

@media (min-width:1800px) {
    .mainContent.sub-about .bottom-home-img {
        min-height: 620px
    }
}

@media (min-width:1400px) {
    .mainContent.sub-about .bottom-home-img .content_img {
        background-position: right bottom
    }
}

@media (min-width:1800px) {
    .mainContent.sub-about .bottom-home-img .content_img {
        background-size: cover;
        background-position: right top
    }
}

.mainContent.about-middle .sectionBG {
    background-size: 110%;
    background-position: left bottom;
    position: relative
}

@media (min-width:768px) {
    .mainContent.about-middle .sectionBG {
        background-position: left 60%
    }
}

@media (min-width:992px) {
    .mainContent.about-middle .sectionBG {
        height: 500px
    }
}

@media (min-width:1200px) {
    .mainContent.about-middle .sectionBG {
        height: 600px
    }
}

@media (min-width:1600px) {
    .mainContent.about-middle .sectionBG {
        height: 650px;
        background-size: cover;
        background-position: center 48%
    }
}

@media (min-width:1800px) {
    .mainContent.about-middle .sectionBG {
        background-position: center 42%
    }
}

.mainContent.about-middle .sectionBG:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 90%;
    background: url(../images/callout-shadow.png) left bottom repeat-x;
    background-size: contain
}

.mainContent.about-middle .product-logo .about_tagline,
.mainContent.about-middle .product-logo .logobox {
    display: inline-block;
    vertical-align: middle
}

@media (min-width:1600px) {
    .mainContent.about-middle .product-logo img {
        max-height: 60px
    }
}

.mainContent.about-middle .product-logo .about_tagline {
    margin-left: 5px
}

@media (min-width:1600px) {
    .mainContent.about-middle .product-logo .about_tagline {
        font-size: 30px;
        margin-left: 20px
    }
}

.mainContent.about-middle .specialbox {
    text-align: center;
    width: 100%;
    padding: 0;
    top: auto;
    bottom: 15px;
    transform: none;
    position: absolute
}

@media (min-width:1200px) {
    .mainContent.about-middle .specialbox {
        text-align: left;
        width: 50%;
        right: 0
    }
}

@media (min-width:1600px) {
    .mainContent.about-middle .specialbox {
        width: 60%;
        bottom: 0
    }
}

@media (min-width:1800px) {
    .mainContent.about-middle .specialbox {
        width: 45%
    }
}

@media (min-width:1600px) {
    .mainContent.about-middle .specialbox p {
        margin-bottom: 0
    }
}

@media (min-width:1200px) {
    .mainContent.about-middle .specialbox .btn_box {
        text-align: left;
        padding: 15px 0!important
    }
}

@media (min-width:1600px) {
    .mainContent.about-middle .specialbox .btn_box {
        padding: 0 0 15px!important
    }
}

.content-awards {
    text-align: center;
    padding: 30px 0
}

@media (min-width:1200px) {
    .content-awards {
        padding: 60px 0 80px
    }
}

@media (min-width:1200px) {
    .content-awards .container {
        padding: 0 40px 40px;
        max-width: 1600px
    }
}

.content-awards p {
    font-weight: 300
}

@media (min-width:1200px) {
    .content-awards p {
        font-size: 28px;
        line-height: 44px
    }
}

@media (min-width:1800px) {
    .content-awards p {
        font-size: 30px
    }
}

.content-awards .trust_img {
    display: inline-block;
    margin-left: -5px
}

.content-awards .trust_img img {
    max-height: 110px
}

@media (min-width:1200px) {
    .content-awards .trust_img img {
        max-height: 160px
    }
}

@media (min-width:1400px) {
    .content-awards .trust_img img {
        max-height: 182px
    }
}

@media (min-width:1600px) {
    .content-awards .trust_img img {
        max-height: 220px
    }
}

@media (min-width:1800px) {
    .content-awards .trust_img img {
        max-height: 240px
    }
}

.mainContent.content-awards h1,
.mainContent.sub-about h1 {
    color: #000;
    font-size: 28px;
    line-height: 28px;
    font-weight: 800;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .mainContent.content-awards h1,
    .mainContent.sub-about h1 {
        font-size: 36px;
        line-height: 36px
    }
}

@media (min-width:1200px) {
    .mainContent.content-awards h1,
    .mainContent.sub-about h1 {
        font-size: 44px;
        line-height: 44px
    }
}

@media (min-width:1600px) {
    .mainContent.content-awards h1,
    .mainContent.sub-about h1 {
        font-size: 56px;
        line-height: 56px;
        margin-bottom: 25px
    }
}

.community-gallery .about-gallery {
    z-index: 9
}

@media (min-width:1200px) {
    .archive .blog-content,
    .blog .blog-content,
    .category .blog-content,
    .single-post .blog-content {
        padding: 0 50px
    }
}

@media (min-width:1800px) {
    .archive .blog-content,
    .blog .blog-content,
    .category .blog-content,
    .single-post .blog-content {
        padding: 0 80px
    }
}

@media (min-width:1200px) {
    .archive .mainContent.content-top,
    .blog .mainContent.content-top,
    .category .mainContent.content-top,
    .single-post .mainContent.content-top {
        padding-top: 100px
    }
}

@media (min-width:1400px) {
    .archive .mainContent.content-top,
    .blog .mainContent.content-top,
    .category .mainContent.content-top,
    .single-post .mainContent.content-top {
        padding: 180px 0 20px
    }
}

@media (min-width:992px) {
    .archive .mainContent.content-top.skew-after:after,
    .blog .mainContent.content-top.skew-after:after,
    .category .mainContent.content-top.skew-after:after,
    .single-post .mainContent.content-top.skew-after:after {
        top: -30px
    }
}

@media (min-width:1200px) {
    .archive .mainContent.content-top.skew-after:after,
    .blog .mainContent.content-top.skew-after:after,
    .category .mainContent.content-top.skew-after:after,
    .single-post .mainContent.content-top.skew-after:after {
        top: -60px
    }
}

@media (min-width:1400px) {
    .archive .mainContent.content-top.skew-after:after,
    .blog .mainContent.content-top.skew-after:after,
    .category .mainContent.content-top.skew-after:after,
    .single-post .mainContent.content-top.skew-after:after {
        top: 10px
    }
}

.archive .mainContent .blog-menu,
.blog .mainContent .blog-menu,
.category .mainContent .blog-menu,
.single-post .mainContent .blog-menu {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.archive .mainContent .blog-menu #mobile-trigger,
.blog .mainContent .blog-menu #mobile-trigger,
.category .mainContent .blog-menu #mobile-trigger,
.single-post .mainContent .blog-menu #mobile-trigger {
    text-align: left
}

.archive .mainContent .blog-menu #mobile-trigger span,
.blog .mainContent .blog-menu #mobile-trigger span,
.category .mainContent .blog-menu #mobile-trigger span,
.single-post .mainContent .blog-menu #mobile-trigger span {
    color: #000;
    font-size: 22px;
    font-weight: 700
}

.archive .mainContent .blog-table,
.blog .mainContent .blog-table,
.category .mainContent .blog-table,
.single-post .mainContent .blog-table {
    display: table;
    padding-bottom: 50px;
    position: relative
}

@media (min-width:992px) {
    .archive .mainContent .blog-table .blog-container,
    .archive .mainContent .blog-table .sidebar,
    .blog .mainContent .blog-table .blog-container,
    .blog .mainContent .blog-table .sidebar,
    .category .mainContent .blog-table .blog-container,
    .category .mainContent .blog-table .sidebar,
    .single-post .mainContent .blog-table .blog-container,
    .single-post .mainContent .blog-table .sidebar {
        display: table-cell;
        vertical-align: top
    }
}

@media (min-width:992px) {
    .archive .mainContent .blog-table .sidebar,
    .blog .mainContent .blog-table .sidebar,
    .category .mainContent .blog-table .sidebar,
    .single-post .mainContent .blog-table .sidebar {
        width: 25%
    }
}

@media (min-width:992px) {
    .archive .mainContent .blog-table .blog-container,
    .blog .mainContent .blog-table .blog-container,
    .category .mainContent .blog-table .blog-container,
    .single-post .mainContent .blog-table .blog-container {
        width: 75%;
        padding-left: 50px
    }
}

@media (min-width:1400px) {
    .archive .mainContent .blog-table .blog-container,
    .blog .mainContent .blog-table .blog-container,
    .category .mainContent .blog-table .blog-container,
    .single-post .mainContent .blog-table .blog-container {
        padding-left: 70px
    }
}

@media (min-width:1800px) {
    .archive .mainContent .blog-table .blog-container,
    .blog .mainContent .blog-table .blog-container,
    .category .mainContent .blog-table .blog-container,
    .single-post .mainContent .blog-table .blog-container {
        padding-left: 90px
    }
}

.archive .mainContent .single-post,
.blog .mainContent .single-post,
.category .mainContent .single-post,
.single-post .mainContent .single-post {
    float: left;
    width: 100%;
    padding-bottom: 40px
}

.archive .mainContent .entry-excerpt,
.archive .mainContent .entry-featured,
.blog .mainContent .entry-excerpt,
.blog .mainContent .entry-featured,
.category .mainContent .entry-excerpt,
.category .mainContent .entry-featured,
.single-post .mainContent .entry-excerpt,
.single-post .mainContent .entry-featured {
    padding: 0 0 20px
}

.archive .mainContent h2,
.blog .mainContent h2,
.category .mainContent h2,
.single-post .mainContent h2 {
    color: #000;
    font-size: 20px;
    font-weight: 700
}

.archive .mainContent h3,
.blog .mainContent h3,
.category .mainContent h3,
.single-post .mainContent h3 {
    margin-bottom: 15px
}

.archive .mainContent .btn_box,
.blog .mainContent .btn_box,
.category .mainContent .btn_box,
.single-post .mainContent .btn_box {
    text-align: left
}

.archive .mainContent .navigation a,
.blog .mainContent .navigation a,
.category .mainContent .navigation a,
.single-post .mainContent .navigation a {
    font-size: 22px;
    font-weight: 600
}

.archive .mainContent .navigation a:hover,
.blog .mainContent .navigation a:hover,
.category .mainContent .navigation a:hover,
.single-post .mainContent .navigation a:hover {
    color: #000
}

.archive .mainContent .navigation .nav-next,
.blog .mainContent .navigation .nav-next,
.category .mainContent .navigation .nav-next,
.single-post .mainContent .navigation .nav-next {
    float: right
}

.archive .mainContent .navigation .nav-previous,
.blog .mainContent .navigation .nav-previous,
.category .mainContent .navigation .nav-previous,
.single-post .mainContent .navigation .nav-previous {
    float: left
}

#brochure {
    position: fixed;
    bottom: 50px;
    right: -230px;
    transition: all .2s ease;
    z-index: 99
}

#brochure:hover {
    right: -225px
}

#brochure input,
#brochure select {
    background: #fff;
    height: 34px;
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
    border-radius: 0
}

#brochureBtn {
    cursor: pointer;
    background: url(../images/brochure.png) center center no-repeat #231f20;
    float: left;
    width: 100px;
    height: 292px
}

#brochureContent {
    float: right;
    width: 230px;
    height: 340px;
    background-color: #231f20
}

#brochure.open {
    right: 0!important;
    z-index: 999999!important
}

.contentB {
    height: 300px;
    margin: 20px;
    overflow: hidden;
    width: 190px
}

.contentB h2 {
    text-align: left;
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 0 0 5px
}

#brochure button {
    color: #fff;
    font-size: 18px;
    background-color: #cb6015;
    border: none;
    width: 100%;
    line-height: 30px
}

#brochure button:hover {
    background-color: #000
}

.contactform,
.specialsform {
    position: relative;
    padding-bottom: 30px
}

@media (min-width:992px) {
    .contactform form,
    .specialsform form {
        margin: 0 -10px
    }
}

.contactform .inputbox,
.specialsform .inputbox {
    float: left;
    width: 100%;
    margin-bottom: 15px
}

@media (min-width:992px) {
    .contactform .inputbox,
    .specialsform .inputbox {
        width: 50%;
        padding: 0 10px
    }
}

.contactform .inputbox input,
.contactform .inputbox select,
.contactform .inputbox textarea,
.specialsform .inputbox input,
.specialsform .inputbox select,
.specialsform .inputbox textarea {
    color: #545454;
    font-weight: 300;
    width: 100%;
    border: 1px solid #545454;
    border-radius: 0;
    padding: 0 10px;
    height: 50px;
    line-height: 50px
}

.contactform .inputbox textarea,
.specialsform .inputbox textarea {
    padding: 10px;
    height: 80px;
    line-height: 1.1em
}

.contactform .btnbox,
.specialsform .btnbox {
    text-align: center
}

.contactform::-webkit-input-placeholder,
.specialsform::-webkit-input-placeholder {
    color: #545454
}

.contactform::-moz-placeholder,
.specialsform::-moz-placeholder {
    color: #545454
}

.contactform:-ms-input-placeholder,
.specialsform:-ms-input-placeholder {
    color: #545454
}

.contactform:-moz-placeholder,
.specialsform:-moz-placeholder {
    color: #545454
}

@media (min-width:1400px) {
    .container.lgContainer {
        width: 1270px
    }
}

@media (min-width:1600px) {
    .container.lgContainer {
        width: 1470px
    }
}

@media (min-width:1800px) {
    .container.lgContainer {
        width: 1700px
    }
}

@media (min-width:2000px) {
    .container.lgContainer {
        width: 1900px
    }
}

#main_container {
    position: relative
}

@media (min-width:1400px) {
    #main_container {
        margin-top: -110px
    }
}

@media (min-width:1600px) {
    #main_container {
        margin-top: -130px
    }
}

#main {
    padding: 20px 15px
}

@media (min-width:1200px) {
    #main {
        padding: 40px 15px
    }
}

.entry-content,
.fade {
    position: relative
}

.main_top.skew {
    z-index: 10;
    margin-top: -56px
}

@media (min-width:768px) {
    .main_top.skew {
        height: 30px
    }
}

@media (min-width:992px) {
    .main_top.skew {
        margin-top: -80px
    }
}

@media (min-width:1200px) {
    .main_top.skew {
        margin-top: -100px
    }
}

@media (min-width:1400px) {
    .main_top.skew {
        margin-top: 0
    }
}

@media (min-width:1800px) {
    .main_top.skew {
        margin-top: -20px
    }
}

@media (min-width:1900px) {
    .main_top.skew {
        margin-top: -30px
    }
}

@media (min-width:600px) {
    .main_top.skew:after {
        top: 30px
    }
}

@media (min-width:768px) {
    .main_top.skew:after {
        top: 0
    }
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.mainContent h1,
.mainContent h2,
.mainContent h3,
.mainContent h4,
.mainContent h5,
.mainContent h6 {
    font-weight: 600
}

.entry-content h1,
.entry-content h3,
.mainContent h1,
.mainContent h3 {
    color: #cb6015;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px
}

@media (min-width:992px) {
    .entry-content h1,
    .entry-content h3,
    .mainContent h1,
    .mainContent h3 {
        font-size: 28px;
        line-height: 34px
    }
}

@media (min-width:1400px) {
    .entry-content h1,
    .entry-content h3,
    .mainContent h1,
    .mainContent h3 {
        font-size: 32px;
        line-height: 38px;
        font-weight: 700
    }
}

.entry-content h2,
.mainContent h2 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 10px
}

@media (min-width:992px) {
    .entry-content h2,
    .mainContent h2 {
        font-size: 24px;
        line-height: 30px
    }
}

@media (min-width:1400px) {
    .entry-content h2,
    .mainContent h2 {
        font-size: 28px;
        line-height: 34px
    }
}

.entry-content p,
.mainContent p {
    margin-bottom: 20px
}

.mainContent.contact-content h1 {
    margin-bottom: 15px
}

@media (min-width:768px) {
    .mainContent.contact-content .contact-post,
    .mainContent.contact-content .top_address {
        float: left;
        padding: 0 15px
    }
}

@media (min-width:768px) {
    .mainContent.contact-content .contact-post {
        width: 50%
    }
}

.mainContent.contact-content .top_address {
    text-align: center;
    position: relative;
    padding-bottom: 30px
}

@media (min-width:768px) {
    .mainContent.contact-content .top_address {
        text-align: left;
        width: 48%;
        margin-left: 2%
    }
}

.mainContent.contact-content .top_address .changer {
    position: absolute;
    width: 100%;
    top: 325px;
}
.top_address .changer #city-select {
	width: 150px;
}
#nrca_logo {
	position: relative;
    margin: 0 auto 0;
    top: 30px;
}
@media (max-width:767px) {
	.trust_img #nrca_logo {
	    max-width: 70px !important;
	}
}
.internal-bottom .trustbox .trust_img img {
    max-width: 100%;
}
@media (min-width:1200px) {
    .mainContent.contact-content .top_address .changer {
        right: 0;
        top: 225px;
        width: 40%;
        height: 34px;
        line-height: 34px
    }
}

@media (min-width:1800px) {
    .mainContent.contact-content .top_address .changer {
        top: 185px;
    }
}

@media (min-width:1200px) {
    .mainContent.contact-content .top_address .contact-left,
    .mainContent.contact-content .top_address .contact-right {
        float: left;
        padding: 0 15px
    }
}

@media (min-width:1200px) {
    .mainContent.contact-content .top_address .contact-left {
        width: 60%
    }
}

@media (min-width:1200px) {
    .mainContent.contact-content .top_address .contact-right {
        width: 40%;
        margin-top: 64px
    }
}

.mainContent.contact-content .top_address h3 {
    padding-bottom: 20px
}

@media (min-width:1200px) {
    .mainContent.contact-content .top_address h3 {
        padding-bottom: 0
    }
}

.mainContent.contact-content .top_address h4 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

@media (min-width:1200px) {
    .mainContent.contact-content .top_address h4 {
        font-size: 22px
    }
}

.mainContent.contact-content .contactfield {
    margin-bottom: 20px
}

@media (min-width:992px) {
    #internal-container .mainContent.content-top {
        padding-top: 100px
    }
}

@media (min-width:1200px) {
    #internal-container .mainContent.content-top {
        padding: 130px 0 30px
    }
}

@media (min-width:992px) {
    #internal-container .mainContent .internal-post {
        padding-top: 50px
    }
}

@media (min-width:1200px) {
    #internal-container .mainContent .internal-post {
        padding-top: 70px
    }
}

@media (min-width:768px) {
    #internal-container .mainContent .top_special,
    #internal-container .mainContent .top_testimonial {
        margin-top: 0
    }
}

#internal-container .mainContent .top_testimonial {
    z-index: 7
}

@media (min-width:768px) {
    #internal-container .mainContent .top_testimonial {
        float: right;
        width: 42%;
        padding: 50px 15px;
        margin-top: 30px!important
    }
}

@media (min-width:992px) {
    #internal-container .mainContent .top_testimonial {
        max-width: 350px;
        padding: 80px 20px;
        margin: 0 4% 0 0!important
    }
}

@media (min-width:992px) {
    #internal-container .mainContent .top_testimonial {
        max-width: 400px
    }
}

@media (min-width:1600px) {
    #internal-container .mainContent .top_testimonial {
        max-width: 500px
    }
}

@media (min-width:1800px) {
    #internal-container .mainContent .top_testimonial {
        max-width: 580px
    }
}

@media (min-width:768px) {
    #internal-container .mainContent .second-content img {
        max-width: 350px
    }
}

@media (min-width:992px) {
    #internal-container .mainContent .second-content img {
        max-width: 500px
    }
}

@media (min-width:1200px) {
    #internal-container .mainContent .second-content img {
        max-width: 100%
    }
}

@media (min-width:768px) {
    #internal-container .btn_box {
        padding: 30px 0
    }
}

@media (min-width:768px) {
    #internal-container .btn_box .btn {
        font-size: 18px
    }
}

@media (min-width:992px) {
    #internal-container .btn_box .btn {
        font-size: 24px
    }
}

#internal-container #post-bottom {
    padding-top: 30px
}

@media (min-width:1400px) {
    #internal-container #post-bottom {
        padding: 30px 80px 0
    }
}

@media (min-width:1600px) {
    #internal-container #post-bottom {
        margin-top: 50px
    }
}

#internal-container .internal-gallery {
    padding: 30px 0;
    z-index: 99
}

#internal-container .internal-bottom {
    padding: 30px 0 60px
}

@media (min-width:768px) {
    #internal-container .internal-bottom {
        padding: 50px 0 80px
    }
}

#internal-container .specials {
    text-align: center;
    margin-bottom: 15px
}

#internal-container .specials .border {
    border: 1px dashed #545454;
    padding: 10px
}

#internal-container .specials h5 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

#internal-container .specials .specialtitle {
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 10px
}

#internal-container .specials p {
    font-size: .9em;
    line-height: 1.1em
}

#internal-container .disclaimers {
    font-size: 12px;
    line-height: 14px
}

#internal-container .disclaimers div {
    margin-bottom: 15px
}

#internal-container .slocation {
    text-align: center;
    margin-bottom: 15px
}

#internal-container .slocation.col-sm-6:nth-child(2n+3) {
    clear: left
}

@media (min-width:768px) {
    #internal-container .slocation.col-sm-6:nth-child(2n+3) {
        clear: none
    }
}

@media (min-width:992px) {
    #internal-container .slocation.col-md-4:nth-child(3n+4) {
        clear: left
    }
}

#internal-container .slocation h3 {
    font-size: 20px;
    margin-bottom: 10px
}

#internal-container .slocation .loc-image img {
    max-width: 300px;
    max-height: 300px;
    margin: 0 auto
}

#internal-container .slocation .loc-info .btn {
    margin-bottom: 10px
}

@media (min-width:992px) {
    #internal-container.notfound .mainContent.content-top {
        padding: 100px 0 60px
    }
}

@media (min-width:1200px) {
    #internal-container.notfound .mainContent.content-top {
        padding: 130px 0 80px
    }
}

@media (min-width:1400px) {
    .error404 .why-top {
        padding-top: 60px
    }
}

.page-id-1710 .special_btn,
.page-id-2473 .special_btn,
.page-id-2553 .special_btn,
.page-id-3200 .special_btn,
.page-id-3205 .special_btn {
    display: none
}

.chatWindow {
    display: none
}

@media (min-width:768px) {
    .chatWindow {
        display: block
    }
}

#lcta_row .skew {
    height: 50px
}

@media (min-width:768px) {
    #lcta_row .skew {
        margin-top: 10px
    }
}

@media (min-width:1400px) {
    #lcta_row .skew {
        margin-top: 0
    }
}

.why-top {
    text-align: center;
    position: relative;
    z-index: 3;
    padding: 30px 0 15px;
    background-color: transparent
}

@media (min-width:480px) {
    .why-top {
        z-index: 5;
        background-color: transparent
    }
}

@media (min-width:768px) {
    .why-top {
        text-align: left;
        z-index: 7;
        padding: 30px 0 0 40px
    }
}

@media (min-width:1400px) {
    .why-top {
        padding-left: 60px
    }
}

.why-top>* {
    display: block;
    position: relative;
    z-index: 10
}

@media (min-width:768px) {
    .why-top>* {
        display: inline-block
    }
}

.why-top img {
    margin: 0 auto 10px;
    max-height: 60px
}

@media (min-width:768px) {
    .why-top img {
        max-height: 80px
    }
}

.why-top .why-talgline {
    font-size: 18px;
    font-weight: 300
}

@media (min-width:768px) {
    .why-top .why-talgline {
        font-size: 22px
    }
}

@media (min-width:1400px) {
    .why-top .why-talgline {
        font-size: 26px;
        margin-left: 15px
    }
}

@media (min-width:768px) {
    .why-top:after {
        top: 51px;
        height: 120px;
        background-color: #fff
    }
}

.cta-section {
    position: relative
}

.cta_top.skew:after {
    top: -20px
}

@media (min-width:600px) {
    .cta_top.skew:after {
        top: -40px
    }
}

@media (min-width:768px) {
    .cta_top.skew:after {
        top: -130px;
        height: 150px
    }
}

.switcher_block {
    position: relative
}

@media (min-width:1400px) {
    .image-section,
    .image-thumbs {
        float: right;
        width: 63.5%
    }
}

.image-section {
    margin-top: -30px;
    background-color: #545454
}

@media (min-width:480px) {
    .image-section {
        margin-top: -35px
    }
}

@media (min-width:600px) {
    .image-section {
        margin-top: -50px
    }
}

@media (min-width:768px) {
    .image-section {
        margin-top: -100px
    }
}

@media (min-width:1400px) {
    .image-section {
        margin-top: -120px
    }
}

@media (min-width:1800px) {
    .image-section {
        margin-top: -140px
    }
}

@media (min-width:1900px) {
    .image-section {
        margin-top: -150px
    }
}

@media (min-width:768px) {
    .image-section.skew-after:after {
        background-color: #fff
    }
}

.image-section .cta_img img {
    width: 100%
}

@media (min-width:768px) {
    .image-thumbs {
        padding: 10px;
        margin-top: -50px;
        background-color: #000
    }
}

.image-thumbs .thumb {
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
    position: relative;
    height: 98px;
    transition: all .3s ease
}

@media (min-width:1800px) {
    .image-thumbs .thumb {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px
    }
}

.image-thumbs .thumb>.pad {
    padding: 0 5px;
    height: 100%
}

.image-thumbs .thumb .border {
    display: table;
    width: 100%;
    height: 100%;
    border: 1px solid #f9f9f9
}

.image-thumbs .thumb span {
    display: table-cell;
    vertical-align: middle
}

@media (min-width:992px) {
    .image-thumbs .thumb span {
        padding: 0 20px
    }
}

@media (min-width:1200px) {
    .image-thumbs .thumb span {
        padding: 0 30px
    }
}

@media (min-width:1400px) {
    .image-thumbs .thumb span {
        padding: 0 16px
    }
}

@media (min-width:1800px) {
    .image-thumbs .thumb span {
        padding: 0 28px
    }
}

.image-thumbs .thumb:focus {
    outline: -webkit-focus-ring-color auto 0
}

.image-thumbs .thumb:hover {
    color: rgba(203, 96, 21, .7)
}

.image-thumbs .thumb:hover .border {
    border: 1px solid rgba(203, 96, 21, .7)
}

.image-thumbs .slick-list {
    overflow: visible
}

.image-thumbs .slick-current {
    color: #cb6015
}

.image-thumbs .slick-current .border {
    border: 1px solid #cb6015
}

.image-thumbs .slick-current:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -7.5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 10px 7.5px;
    border-color: transparent transparent #cb6015 transparent
}

@media (min-width:1400px) {
    .text-section {
        float: left;
        width: 36.5%;
        position: absolute;
        top: 250px;
        z-index: 99
    }
}

@media (min-width:1600px) {
    .text-section {
        top: 300px
    }
}

@media (min-width:1900px) {
    .text-section {
        top: 330px
    }
}

.text-section .pad {
    padding: 40px 30px 10px
}

@media (min-width:1400px) {
    .text-section .pad {
        float: right;
        max-width: 280px;
        padding: 0 40px 0 0
    }
}

@media (min-width:1600px) {
    .text-section .pad {
        max-width: 400px;
        padding-right: 80px
    }
}

@media (min-width:1900px) {
    .text-section .pad {
        max-width: 520px;
        padding-right: 120px
    }
}

.text-section .cta_btn,
.text-section .cta_text,
.text-section .cta_title {
    text-align: center
}

@media (min-width:768px) {
    .text-section .cta_link {
        font-size: 18px
    }
}

@media (min-width:1600px) {
    .text-section .cta_link {
        font-size: 22px
    }
}

.text-section .cta_text {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .text-section .cta_text {
        text-align: left
    }
}

.text-section .cta_text p {
    margin-bottom: 0
}

.text-section .cta_title {
    color: #000;
    font-weight: 800;
    font-size: 26px;
    line-height: 26px;
    letter-spacing: -1px;
    max-width: 196px;
    margin: 0 auto 20px
}

@media (min-width:768px) {
    .text-section .cta_title {
        max-width: 100%;
        font-size: 34px;
        line-height: 34px
    }
}

@media (min-width:1400px) {
    .text-section .cta_title {
        font-size: 40px;
        line-height: 40px;
        text-align: left
    }
}

@media (min-width:1600px) {
    .text-section .cta_title {
        font-size: 50px;
        line-height: 50px
    }
}

@media (min-width:1900px) {
    .text-section .cta_title {
        font-size: 60px;
        line-height: 60px
    }
}

@media (min-width:1400px) {
    .text-section .cta_btn {
        text-align: left
    }
}

.text-section button {
    color: #231f20;
    font-size: 40px;
    padding: 0;
    background: 0 0;
    border: none;
    position: absolute;
    top: 50px;
    z-index: 50
}

.text-section button.slick-prev {
    left: 10px
}

.text-section button.slick-next {
    right: 10px
}

@media (min-width:768px) {
    .text-section button {
        display: none!important
    }
}

#gallery_container {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover
}

.gallerypad {
    padding: 25px 0;
    max-width: 350px;
    margin: 0 auto
}

@media (min-width:768px) {
    .gallerypad {
        padding: 40px 0;
        max-width: 500px
    }
}

@media (min-width:1200px) {
    .gallerypad {
        max-width: 100%;
        padding: 40px 0 60px
    }
}

@media (min-width:1400px) {
    .gallerypad {
        padding-bottom: 80px
    }
}

.gallerypad .gallery-top {
    text-align: center;
    margin-bottom: 30px
}

@media (min-width:768px) {
    .gallerypad .gallery-top {
        margin-bottom: 50px
    }
}

@media (min-width:1400px) {
    .gallerypad .gallery-top {
        margin-bottom: 70px
    }
}

@media (min-width:768px) {
    .gallerypad h3.bborder {
        padding-bottom: 20px
    }
}

@media (min-width:1200px) {
    .gallerypad .gallerybox {
        max-width: 100%;
        display: table
    }
}

@media (min-width:1200px) {
    .gallerypad .lg-img,
    .gallerypad .sm-img {
        float: left
    }
}

.gallerypad .lg-img {
    position: relative
}

@media (min-width:1200px) {
    .gallerypad .lg-img {
        width: 47.596%
    }
}

@media (min-width:768px) {
    .gallerypad .sm-img {
        display: table
    }
}

@media (min-width:1200px) {
    .gallerypad .sm-img {
        width: 51.369%
    }
}

.gallerypad .gallbox {
    margin-top: 10px;
    position: relative
}

@media (min-width:768px) {
    .gallerypad .gallbox {
        float: left;
        width: 50%;
        height: 160px
    }
}

@media (min-width:1200px) {
    .gallerypad .gallbox {
        height: 173px;
        margin-top: 15px;
        overflow: hidden
    }
}

@media (min-width:1400px) {
    .gallerypad .gallbox {
        height: 189px
    }
}

@media (min-width:1600px) {
    .gallerypad .gallbox {
        height: 220px
    }
}

@media (min-width:1800px) {
    .gallerypad .gallbox {
        height: 257px
    }
}

@media (min-width:1200px) {
    .gallerypad .gallbox a {
        padding-left: 15px;
        display: block
    }
}

.gallerypad .gallbox .gallery-icon {
    width: 57px;
    height: 57px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: url(../images/gallery-icon.png) center no-repeat;
    background-size: cover;
    transition: all .2s ease
}

@media (min-width:1200px) {
    .gallerypad .gallbox .gallery-icon {
        left: 25px
    }
}

@media (min-width:1400px) {
    .gallerypad .gallbox .gallery-icon {
        width: 40px;
        height: 40px
    }
}

.gallerypad .gallbox a:hover .gallery-icon {
    width: 62px;
    height: 62px
}

@media (min-width:1400px) {
    .gallerypad .gallbox a:hover .gallery-icon {
        width: 45px;
        height: 45px
    }
}

@media (min-width:1200px) {
    .gallerypad #gallbox-1,
    .gallerypad #gallbox-2 {
        margin-top: 0
    }
}

@media (min-width:768px) {
    .gallerypad #gallbox-1 img,
    .gallerypad #gallbox-3 img {
        padding-right: 5px
    }
}

@media (min-width:768px) {
    .gallerypad #gallbox-2 img,
    .gallerypad #gallbox-4 img {
        padding-left: 5px
    }
}

@media (min-width:1200px) {
    .gallerypad .gallbox img {
        padding: 0!important
    }
}

.gallerypad .gborder {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    height: 100%
}

@media (min-width:768px) {
    .gallerypad .gborder {
        padding: 15px
    }
}

.gallerypad .gborder .pad {
    text-align: center;
    position: relative;
    border: 1px solid #fff;
    width: 100%;
    height: 100%
}

.gallerypad .gborder .lg_img_title {
    color: #231f20;
    font-weight: 700;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 100%
}

@media (min-width:768px) {
    .gallerypad .gborder .lg_img_title {
        top: auto;
        bottom: 20px;
        margin: 0
    }
}

.gallerypad .gborder .lg_img_title span {
    display: inline-block;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    background-color: rgba(0, 0, 0, .6)
}

@media (min-width:768px) {
    .gallerypad .gborder .lg_img_title span {
        font-size: 22px;
        height: 84px;
        line-height: 84px;
        padding: 0 30px
    }
}

.gallerypad img {
    width: 100%;
    height: 100%
}

.mobile-sticky {
    position: fixed;
    padding: 2px 0;
    bottom: 0;
    width: 100%;
    background-color: #000;
    z-index: 99
}

.mobile-sticky .icon-box {
    color: #fff;
    font-size: 12px;
    float: left;
    width: 20%;
    text-align: center
}

.mobile-sticky .icon-box .iconImg {
    width: 100%;
    height: 40px;
    margin: 0 auto;
    position: relative
}

.mobile-sticky .icon-box img {
    max-width: 50px;
    max-height: 35px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.mobile-sticky #siding.icon-box .iconImg img {
    max-width: 40px
}

.price-sticky {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 200
}

.price-sticky a {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #cb6015;
    display: block
}

.price-sticky a:hover {
    background-color: #000
}

@media (min-width:768px) {
    .ftr_top {
        z-index: 9;
        height: 50px
    }
}

@media (min-width:480px) {
    .ftr_top.skew:after {
        top: auto;
        bottom: -20px
    }
}

@media (min-width:768px) {
    .ftr_top.skew:after {
        bottom: auto;
        top: 0;
        height: 190px
    }
}

@media (min-width:1400px) {
    .ftr_top.skew:after {
        height: 300px
    }
}

#footer {
    color: #fff;
    text-align: center;
    padding: 6px 0;
    margin-top: -20px;
    position: relative
}

@media (min-width:768px) {
    #footer {
        margin-top: 10px
    }
}

@media (min-width:992px) {
    #footer {
        margin-top: 0
    }
}

@media (min-width:1200px) {
    #footer {
        margin-top: -20px
    }
}

@media (min-width:1200px) {
    #footer {
        margin-top: -40px
    }
}

#footer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 210px;
    bottom: 0;
    right: 0;
    background-color: #000
}

@media (min-width:768px) {
    #footer:before {
        height: 150px
    }
}

@media (min-width:1400px) {
    #footer:before {
        height: 80px
    }
}

#footer ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#footer h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px
}

#footer a {
    color: #fff;
    display: block;
    text-decoration: none
}

#footer a:hover {
    color: #cb6015
}

#footer #box-1.ftr-box {
    position: relative;
    z-index: 9
}

@media (min-width:768px) {
    #footer #box-1.ftr-box {
        float: right
    }
}

#footer .ftrlogo img {
    max-height: 90px
}

@media (min-width:992px) {
    #footer .ftrlogo img {
        max-height: 100px;
        margin-bottom: 15px
    }
}

@media (min-width:1600px) {
    #footer .ftrlogo img {
        max-height: 120px
    }
}

@media (min-width:1800px) {
    #footer .ftrlogo img {
        max-height: 130px
    }
}

#footer .ftr_phone {
    font-size: 24px;
    font-weight: 600
}

#footer .ftr_social {
    padding: 15px 0
}

#footer .ftr_social .smedia li {
    display: inline-block;
    margin: 0 5px;
    height: 46px;
    width: 46px;
    line-height: 46px;
    border: 1px solid #545454
}

@media (min-width:1600px) {
    #footer .ftr_social .smedia li {
        height: 50px;
        width: 50px;
        line-height: 50px
    }
}

#footer .ftr_social .smedia a {
    color: #545454;
    font-size: 28px;
    display: block
}

@media (min-width:1600px) {
    #footer .ftr_social .smedia a {
        font-size: 32px
    }
}

#footer .ftr_social .smedia li:hover {
    border: 1px solid #cb6015
}

#footer .ftr_social .smedia li:hover a {
    color: #cb6015
}

#footer .ftrwidget {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

#footer .menu>li {
    float: left;
    text-align: left;
    line-height: 34px;
    width: 100%;
    border-bottom: 1px solid rgba(249, 249, 249, .3);
    position: relative
}

#footer .menu>li>a {
    font-size: .9em;
    padding: 0 5px;
    display: block
}

#footer .menu>li>a:before {
    content: '\f105';
    font-family: FontAwesome;
    margin-right: 10px
}

#footer .textwidget {
    font-size: .9em;
    line-height: 1em
}

#footer .widget_sp_image h3 {
    display: none
}

#footer .widget_sp_image img {
    max-height: 70px;
    width: auto
}

@media (min-width:768px) {
    #footer.skew-after:after {
        top: -10px;
        height: 100px;
        background-color: #000
    }
}

#ftr_bottom {
    color: #545454;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    background-color: #000;
    padding: 10px 0 120px
}

@media (min-width:768px) {
    #ftr_bottom {
        padding: 10px 0 30px;
        margin-top: -30px
    }
}

@media (min-width:992px) {
    #ftr_bottom {
        padding: 10px 0 50px
    }
}

#ftr_bottom #site-generator,
#ftr_bottom #site-info {
    text-align: center
}

@media (min-width:768px) {
    #ftr_bottom #site-generator,
    #ftr_bottom #site-info {
        display: inline-block;
        margin: 0 5px;
        position: relative;
        z-index: 15
    }
}

#ftr_bottom #site-info .restrictions {
    margin-bottom: 10px
}

@media (min-width:768px) {
    #ftr_bottom #site-info .restrictions {
        text-align: left
    }
}

#ftr_bottom #site-info .restrictions a {
    color: #f9f9f9
}

#ftr_bottom #site-info span {
    display: block
}

@media (min-width:768px) {
    #ftr_bottom #site-info span {
        display: inline-block
    }
}

#ftr_bottom a {
    color: #545454;
    text-decoration: none
}

#ftr_bottom .disclaimer {
    padding: 10px 0;
    font-size: 12px;
    line-height: 1;
    position: relative;
    z-index: 99;
    max-width: 460px
}

.section {
    padding: 20px 0
}

@media (min-width:992px) {
    .section {
        padding: 30px 0
    }
}

@media (min-width:1400px) {
    .section {
        padding: 40px 0
    }
}

.section .container {
    text-align: center
}

.homeContent {
    position: relative
}

@media (min-width:768px) {
    .homeContent {
        padding-top: 70px
    }
}

@media (min-width:992px) {
    .homeContent {
        padding-top: 100px
    }
}

.homeContent.main-home {
    padding-bottom: 20px
}

@media (min-width:768px) {
    .homeContent.main-home {
        padding-bottom: 50px
    }
}

@media (min-width:992px) {
    .homeContent.main-home {
        padding-bottom: 100px
    }
}

.homeContent.main-home .container {
    z-index: 10;
    position: relative
}

@media (min-width:768px) {
    .homeContent.main-home.skew-after:after {
        content: '';
        position: absolute;
        top: -20px;
        left: 0;
        height: 200px;
        width: 100%;
        background-color: #fff;
        z-index: 5;
        transform: scale(1.2) rotate(-9deg) skewX(-9deg)
    }
}

@media (min-width:1800px) {
    .homeContent.main-home.skew-after:after {
        top: 0
    }
}

@media (min-width:768px) {
    .homeContent.sub-home {
        padding-top: 0
    }
}

.homeContent.sub-home .container.fade {
    z-index: 20
}

.homeContent.sub-home .small_skew {
    margin-top: -50px;
    z-index: 8
}

@media (min-width:768px) {
    .homeContent.sub-home .small_skew {
        float: left;
        margin-top: -70px
    }
}

@media (min-width:992px) {
    .homeContent.sub-home .small_skew.left {
        width: 45.5%;
        margin-top: -50px
    }
}

@media (min-width:1200px) {
    .homeContent.sub-home .small_skew.left {
        margin-top: -44px
    }
}

@media (min-width:1400px) {
    .homeContent.sub-home .small_skew.left {
        margin-top: -50px
    }
}

@media (min-width:1600px) {
    .homeContent.sub-home .small_skew.left {
        margin-top: -40px
    }
}

@media (min-width:1900px) {
    .homeContent.sub-home .small_skew.left {
        margin-top: -28px
    }
}

.homeContent.sub-home .small_skew.right {
    z-index: 1
}

@media (min-width:768px) {
    .homeContent.sub-home .small_skew.right {
        float: right;
        margin-top: -50px
    }
}

@media (min-width:1200px) {
    .homeContent.sub-home .small_skew.right {
        margin-top: -60px
    }
}

@media (min-width:1400px) {
    .homeContent.sub-home .small_skew.right {
        margin-top: -80px
    }
}

@media (min-width:1600px) {
    .homeContent.sub-home .small_skew.right {
        margin-top: -88px
    }
}

@media (min-width:1800px) {
    .homeContent.sub-home .small_skew.right {
        margin-top: -110px
    }
}

.homeContent.sub-home .skew.half-skew:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff
}

@media (min-width:768px) {
    .homeContent.sub-home .skew.half-skew:after {
        top: -30px
    }
}

@media (min-width:1600px) {
    .homeContent.sub-home .skew.half-skew:after {
        top: -68px
    }
}

@media (min-width:768px) {
    .homeContent.sub-home .skew.half-skew.right:after {
        top: auto;
        bottom: -30px
    }
}

@media (min-width:1600px) {
    .homeContent.sub-home .skew.half-skew.right:after {
        bottom: -70px
    }
}

.homeContent .btn_box {
    margin: 10px auto
}

@media (min-width:768px) {
    .homeContent .btn_box {
        margin-top: 30px
    }
}

@media (min-width:768px) {
    .homeContent.skew-after:after {
        background-color: #fff;
        height: 400px
    }
}

.home_sweepstakes,
.scholarship {
    padding: 20px 0
}

@media (min-width:992px) {
    .home_sweepstakes,
    .scholarship {
        padding-top: 0
    }
}

.home_sweepstakes .badge_box,
.home_sweepstakes .family_box,
.scholarship .badge_box,
.scholarship .family_box {
    position: relative
}

@media (min-width:768px) {
    .home_sweepstakes .badge_box,
    .home_sweepstakes .family_box,
    .scholarship .badge_box,
    .scholarship .family_box {
        float: left
    }
}

.home_sweepstakes .badge_box,
.scholarship .badge_box {
    text-align: center;
    margin: 0 auto;
    z-index: 10
}

@media (min-width:768px) {
    .home_sweepstakes .badge_box,
    .scholarship .badge_box {
        width: 55%;
        margin-left: 3%;
        max-height: 280px
    }
}

@media (min-width:992px) {
    .home_sweepstakes .badge_box,
    .scholarship .badge_box {
        width: 50%;
        margin: 40px 0 0;
        max-height: 320px
    }
}

@media (min-width:1200px) {
    .home_sweepstakes .badge_box,
    .scholarship .badge_box {
        max-height: 360px
    }
}

@media (min-width:1400px) {
    .home_sweepstakes .badge_box,
    .scholarship .badge_box {
        width: 45%;
        margin: 40px 0 0 5%;
        max-height: 100%;
        height: 430px
    }
}

@media (min-width:1600px) {
    .home_sweepstakes .badge_box,
    .scholarship .badge_box {
        height: 510px
    }
}

@media (min-width:1800px) {
    .home_sweepstakes .badge_box,
    .scholarship .badge_box {
        height: 550px
    }
}

@media (min-width:1900px) {
    .home_sweepstakes .badge_box,
    .scholarship .badge_box {
        height: 620px
    }
}

@media (min-width:768px) {
    .home_sweepstakes .badge_box:after,
    .scholarship .badge_box:after {
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        right: -60px;
        width: 60px;
        height: 100%;
        background: #fff;
        background: linear-gradient(90deg, #fff 0, rgba(255, 255, 255, .8) 20%, rgba(255, 255, 255, .7) 30%, rgba(255, 255, 255, .6) 40%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, .4) 60%, rgba(255, 255, 255, .3) 70%, rgba(255, 255, 255, .2) 80%, rgba(255, 255, 255, .1) 90%, rgba(255, 255, 255, 0) 100%)
    }
}

@media (min-width:768px) and (min-width:992px) {
    .home_sweepstakes .badge_box:after,
    .scholarship .badge_box:after {
        right: -100px;
        width: 100px
    }
}

.home_sweepstakes .badgeBG,
.scholarship .badgeBG {
    max-width: 300px;
    height: 192px;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat
}

@media (min-width:768px) {
    .home_sweepstakes .badgeBG,
    .scholarship .badgeBG {
        max-width: 400px;
        height: 256px
    }
}

@media (min-width:992px) {
    .home_sweepstakes .badgeBG,
    .scholarship .badgeBG {
        max-width: 470px;
        height: 302px
    }
}

@media (min-width:1200px) {
    .home_sweepstakes .badgeBG,
    .scholarship .badgeBG {
        max-width: 530px;
        height: 340px
    }
}

@media (min-width:1400px) {
    .home_sweepstakes .badgeBG,
    .scholarship .badgeBG {
        max-width: 580px;
        height: 372px
    }
}

@media (min-width:1600px) {
    .home_sweepstakes .badgeBG,
    .scholarship .badgeBG {
        max-width: 700px;
        height: 450px
    }
}

@media (min-width:1800px) {
    .home_sweepstakes .badgeBG,
    .scholarship .badgeBG {
        max-width: 780px;
        height: 500px
    }
}

.home_sweepstakes .sweeps_text,
.scholarship .sweeps_text {
    color: #000;
    font-size: 9px;
    font-weight: 800;
    line-height: 1em;
    padding-top: 125px;
    max-width: 200px;
    margin: 0 auto
}

@media (min-width:768px) {
    .home_sweepstakes .sweeps_text,
    .scholarship .sweeps_text {
        font-size: 12px;
        padding-top: 170px;
        max-width: 230px
    }
}

@media (min-width:992px) {
    .home_sweepstakes .sweeps_text,
    .scholarship .sweeps_text {
        font-size: 15px;
        font-weight: 700;
        padding-top: 200px;
        max-width: 280px
    }
}

@media (min-width:1200px) {
    .home_sweepstakes .sweeps_text,
    .scholarship .sweeps_text {
        font-size: 18px;
        padding-top: 225px;
        max-width: 315px
    }
}

@media (min-width:1400px) {
    .home_sweepstakes .sweeps_text,
    .scholarship .sweeps_text {
        font-size: 20px;
        padding-top: 240px;
        max-width: 330px
    }
}

@media (min-width:1600px) {
    .home_sweepstakes .sweeps_text,
    .scholarship .sweeps_text {
        font-size: 22px;
        padding-top: 295px;
        max-width: 400px
    }
}

@media (min-width:1800px) {
    .home_sweepstakes .sweeps_text,
    .scholarship .sweeps_text {
        font-size: 24px;
        padding-top: 325px;
        max-width: 440px
    }
}

.home_sweepstakes .sweeps_btn_box,
.scholarship .sweeps_btn_box {
    width: 100%;
    margin: 10px 0 15px
}

@media (min-width:768px) {
    .home_sweepstakes .sweeps_btn_box,
    .scholarship .sweeps_btn_box {
        position: absolute;
        bottom: 30px
    }
}

@media (min-width:1200px) {
    .home_sweepstakes .sweeps_btn_box,
    .scholarship .sweeps_btn_box {
        margin: 0 auto;
        bottom: 60px
    }
}

@media (min-width:1400px) {
    .home_sweepstakes .sweeps_btn_box,
    .scholarship .sweeps_btn_box {
        bottom: 110px
    }
}

@media (min-width:1600px) {
    .home_sweepstakes .sweeps_btn_box,
    .scholarship .sweeps_btn_box {
        bottom: 130px
    }
}

@media (min-width:1800px) {
    .home_sweepstakes .sweeps_btn_box,
    .scholarship .sweeps_btn_box {
        bottom: 120px
    }
}

@media (min-width:1900px) {
    .home_sweepstakes .sweeps_btn_box,
    .scholarship .sweeps_btn_box {
        bottom: 190px
    }
}

.home_sweepstakes .sweeps_btn_box .btn,
.scholarship .sweeps_btn_box .btn {
    font-size: 16px
}

@media (min-width:768px) {
    .home_sweepstakes .sweeps_btn_box .btn,
    .scholarship .sweeps_btn_box .btn {
        font-size: 18px
    }
}

@media (min-width:1600px) {
    .home_sweepstakes .sweeps_btn_box .btn,
    .scholarship .sweeps_btn_box .btn {
        font-size: 22px
    }
}

@media (min-width:1800px) {
    .home_sweepstakes .sweeps_btn_box .btn,
    .scholarship .sweeps_btn_box .btn {
        font-size: 26px
    }
}

.home_sweepstakes .underline,
.scholarship .underline {
    color: #231f20;
    font-size: 16px
}

.home_sweepstakes .family_box,
.scholarship .family_box {
    height: 100%;
    min-height: 280px
}

@media (min-width:768px) {
    .home_sweepstakes .family_box,
    .scholarship .family_box {
        width: 42%
    }
}

@media (min-width:992px) {
    .home_sweepstakes .family_box,
    .scholarship .family_box {
        width: 50%;
        min-height: 360px
    }
}

@media (min-width:1200px) {
    .home_sweepstakes .family_box,
    .scholarship .family_box {
        min-height: 400px
    }
}

@media (min-width:1400px) {
    .home_sweepstakes .family_box,
    .scholarship .family_box {
        min-height: 480px
    }
}

@media (min-width:1600px) {
    .home_sweepstakes .family_box,
    .scholarship .family_box {
        min-height: 550px
    }
}

@media (min-width:1800px) {
    .home_sweepstakes .family_box,
    .scholarship .family_box {
        min-height: 610px
    }
}

@media (min-width:1900px) {
    .home_sweepstakes .family_box,
    .scholarship .family_box {
        min-height: 660px
    }
}

.home_sweepstakes .familyBG,
.scholarship .familyBG {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0
}

@media (min-width:992px) {
    .home_sweepstakes .familyBG,
    .scholarship .familyBG {
        background-position: 70% top
    }
}

.top-home-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    margin-top: -100px;
    z-index: 6
}

@media (min-width:1200px) {
    .top-home-img {
        width: 60%;
        margin-top: -120px;
        height: 110%
    }
}

@media (min-width:1400px) {
    .top-home-img {
        width: 50%;
        margin-top: -115px
    }
}

@media (min-width:1600px) {
    .top-home-img {
        width: 42%;
        margin-top: -130px
    }
}

@media (min-width:1800px) {
    .top-home-img {
        width: 50%;
        height: 120%;
        margin-top: -140px
    }
}

@media (min-width:1900px) {
    .top-home-img {
        margin-top: -150px
    }
}

.top-home-img .topBG {
    width: 100%;
    height: 100%;
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat
}

.bottom-home-img {
    z-index: 2
}

@media (min-width:768px) {
    .bottom-home-img {
        position: absolute;
        top: -20px;
        left: 0;
        width: 50%;
        height: 80%
    }
}

@media (min-width:1400px) {
    .bottom-home-img {
        top: -30px;
        width: 52%;
        height: 90%
    }
}

@media (min-width:1600px) {
    .bottom-home-img {
        width: 48%;
        height: 100%
    }
}

.content_img {
    width: 100%;
    height: 430px;
    background-size: cover;
    background-repeat: no-repeat
}

@media (min-width:480px) {
    .content_img {
        height: 460px
    }
}

@media (min-width:600px) {
    .content_img {
        height: 580px
    }
}

@media (min-width:768px) {
    .content_img {
        height: 100%;
        background-position: right top
    }
}

@media (min-width:1800px) {
    .content_img {
        background-size: 86%;
        background-position: left top
    }
}

.home_products {
    position: relative;
    z-index: 100
}

@media (min-width:768px) {
    .home #main_container {
        margin-top: -70px
    }
}

@media (min-width:1400px) {
    .home #main_container {
        margin-top: -100px
    }
}

@media (min-width:1600px) {
    .home #main_container {
        margin-top: -120px
    }
}

.home #main {
    padding: 20px 15px
}

@media (min-width:1200px) {
    .home #main {
        padding: 40px 15px
    }
}

.home .main_top.skew {
    z-index: 10;
    margin-top: -56px
}

@media (min-width:768px) {
    .home .main_top.skew {
        height: 30px
    }
}

@media (min-width:992px) {
    .home .main_top.skew {
        margin-top: -50px
    }
}

@media (min-width:1400px) {
    .home .main_top.skew {
        margin-top: 0
    }
}

@media (min-width:1800px) {
    .home .main_top.skew {
        margin-top: -20px
    }
}

@media (min-width:1900px) {
    .home .main_top.skew {
        margin-top: -30px
    }
}

.home .main_top.skew:after {
    top: 0
}

@media (min-width:768px) {
    .home .orange-line {
        width: 41.5%
    }
}

@media (min-width:1200px) {
    .home .orange-line {
        width: 37.45%
    }
}

@media (min-width:768px) {
    .home .gray-line {
        width: 57%
    }
}

@media (min-width:1200px) {
    .home .gray-line {
        width: 61.45%
    }
}

@media (min-width:768px) {
    .home .black-line {
        width: 57%
    }
}

@media (min-width:1200px) {
    .home .black-line {
        width: 61.45%
    }
}

@media (min-width:768px) {
    .home .hentry,
    .home .top_testimonial {
        padding: 0 15px
    }
}

.home .hentry {
    z-index: 6
}

@media (min-width:768px) {
    .home .hentry {
        float: left;
        width: 54%
    }
}

@media (min-width:992px) {
    .home .hentry {
        margin-left: 4%;
        width: 50%
    }
}

@media (min-width:1600px) {
    .home .hentry {
        padding-top: 80px
    }
}

.home .top_testimonial {
    z-index: 7
}

@media (min-width:768px) {
    .home .top_testimonial {
        float: right;
        width: 42%;
        padding: 50px 15px;
        margin-top: 30px!important
    }
}

@media (min-width:992px) {
    .home .top_testimonial {
        max-width: 350px;
        padding: 80px 20px;
        margin: 0 4% 0 0!important
    }
}

@media (min-width:992px) {
    .home .top_testimonial {
        max-width: 400px
    }
}

@media (min-width:1600px) {
    .home .top_testimonial {
        max-width: 500px
    }
}

@media (min-width:1800px) {
    .home .top_testimonial {
        max-width: 580px
    }
}

.home .subpost {
    position: relative;
    z-index: 20
}

@media (min-width:768px) {
    .home .subpost {
        float: right;
        width: 55%;
        padding-top: 20px
    }
}

@media (min-width:1200px) {
    .home .subpost {
        width: 50%
    }
}

@media (min-width:1800px) {
    .home .subpost {
        padding-right: 100px
    }
}

.home .subpost .entry-content {
    z-index: 10
}

#hdr {
    z-index: 105
}

#hdr.sticky {
    position: fixed;
    top: 0;
    background-color: #fff
}

@media (min-width:992px) {
    #hdr.sticky {
        position: relative
    }
}

#hdr_bottom,
#hdr_top {
    position: relative;
    z-index: 115
}

#hdr_top {
    display: none;
    background-color: #000
}

@media (min-width:992px) {
    #hdr_top {
        display: block
    }
}

#hdr_top .top_phone {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    float: right;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    background-color: #cb6015
}

#hdr_top .top_phone .phone,
#hdr_top .top_phone a {
    color: #fff;
    position: relative;
    z-index: 99
}

#hdr_nav {
    background-color: #000
}

@media (min-width:768px) {
    #hdr_nav {
        padding: 8px 0
    }
}

@media (min-width:992px) {
    #hdr_nav {
        padding: 0;
        background: 0 0;
        display: table;
        margin: 0 0 0 auto
    }
}

#hdr_nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#hdr_nav a {
    display: block
}

#hdr_nav .social {
    float: left;
    text-align: center;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin: 0 4px
}

#hdr_nav .social a {
    color: #fff;
    font-size: 1.3em;
    background-color: #cb6015;
    width: 100%;
    border-radius: 30px
}

#hdr_nav .social a:hover {
    background-color: #231f20
}

#hdr_bottom {
    border-bottom: 1px solid #545454;
    background-color: #fff
}

#hdr_bottom .container {
    padding: 0
}

#hdr_bottom .logo-box {
    float: left;
    text-align: center;
    width: 62%;
    /* height: 82px; */
    position: relative;
    padding: 10px;
}

@media (min-width:768px) {
    #hdr_bottom .logo-box {
        width: auto;
        height: 84px;
        padding-left: 40px
    }
}

@media (min-width:992px) {
    #hdr_bottom .logo-box {
        height: 100px
    }
}

#hdr_bottom .logo {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

#hdr_bottom .logo img {
    /* Orginial max-height:40px, changed for October */
    max-height: 85px;
    margin: 0 auto
}

@media (min-width:768px) {
    #hdr_bottom .logo img {
        /* Orginial max-height:46px, changed for October */
        max-height: 75px
    }
}

@media (min-width:992px) {
    #hdr_bottom .logo img {
        /* Orginial max-height:56px, changed for October */
        max-height: 70px
    }
}

@media (min-width:1600px) {
    #hdr_bottom .logo img {
        /* Original 65px, changed for October logo */
        max-height: 95px
    }
}

#hdr_bottom .mobile-right {
    float: right;
    width: 38%;
    border-left: 1px solid #545454
}

@media (min-width:768px) {
    #hdr_bottom .mobile-right {
        position: absolute;
        top: 0;
        right: 0;
        width: 190px
    }
}

@media (min-width:992px) {
    #hdr_bottom .mobile-right {
        display: none
    }
}

#hdr_bottom .top_phone {
    float: left;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background-color: #000
}

#hdr_bottom .phone {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    display: block
}

@media (min-width:768px) {
    #hdr_bottom .phone {
        font-size: 18px
    }
}

#hdr_bottom .phone a {
    color: #fff;
    text-align: center;
    display: block;
    text-decoration: none
}

#hdr_bottom .slogan {
    color: #545454;
    float: left;
    text-transform: uppercase;
    font-size: .9em;
    font-weight: 700;
    margin-top: 30px
}

@media (min-width:768px) {
    #hdr_bottom .slogan {
        margin-left: 30px
    }
}

.location-home .mainContent.content-top {
    padding: 40px 0
}

@media (min-width:768px) {
    .location-home .mainContent.content-top {
        padding: 80px 0 30px
    }
}

@media (min-width:992px) {
    .location-home .mainContent.content-top {
        padding: 120px 0 60px
    }
}

@media (min-width:1400px) {
    .location-home .mainContent.content-top {
        padding: 150px 0 60px
    }
}

.location-home .mainContent.content-top .vid-content .vid-test {
    margin-bottom: 30px
}

.location-home .mainContent.content-top .vid-content .test_video_title {
    color: #000;
    font-size: 18px;
    font-weight: 700
}

@media (min-width:992px) {
    .location-home .mainContent .top-img {
        margin-top: -160px
    }
}

@media (min-width:768px) {
    .location-home .mainContent .location-post {
        padding: 0 15px
    }
}

@media (min-width:992px) {
    .location-home .mainContent .location-post {
        float: left;
        width: 54%;
        z-index: 6
    }
}

@media (min-width:1600px) {
    .location-home .mainContent .location-post {
        width: 50%
    }
}

.location-home .mainContent .top_map {
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    position: relative;
    z-index: 10;
    display: block;
    padding-bottom: 50px
}

@media (min-width:992px) {
    .location-home .mainContent .top_map {
        float: right;
        width: 42%
    }
}

@media (min-width:1800px) {
    .location-home .mainContent .top_map {
        margin-top: -100px;
        max-width: 690px
    }
}

@media (min-width:1600px) {
    .location-home .mainContent .top_map {
        padding-bottom: 90px
    }
}

@media (min-width:768px) {
    .location-home .mainContent .top_map .btn_box {
        text-align: center
    }
}

.location-home .mainContent .top_map .consult_btn,
.location-home .mainContent .top_map .special_content,
.location-home .mainContent .top_map .test_author {
    margin-bottom: 15px
}

@media (min-width:768px) {
    .location-home .mainContent .top_map .consult_btn,
    .location-home .mainContent .top_map .special_content,
    .location-home .mainContent .top_map .test_author {
        margin-bottom: 25px
    }
}

.location-home .mainContent .top_map .service-area {
    color: #000;
    font-size: 28px;
    font-weight: 800;
    line-height: 26px;
    letter-spacing: -2px;
    width: 55%;
    text-align: left;
    position: absolute;
    z-index: 9;
    bottom: 0;
    right: 0
}

@media (min-width:768px) {
    .location-home .mainContent .top_map .service-area {
        font-size: 45px;
        line-height: 40px;
        width: 50%
    }
}

@media (min-width:992px) {
    .location-home .mainContent .top_map .service-area {
        font-size: 40px;
        line-height: 34px;
        width: 80%
    }
}

@media (min-width:1400px) {
    .location-home .mainContent .top_map .service-area {
        font-size: 45px;
        line-height: 40px;
        width: 70%
    }
}

@media (min-width:1600px) {
    .location-home .mainContent .top_map .service-area {
        font-size: 56px;
        line-height: 50px;
        width: 76%
    }
}

.location-home .mainContent .location_managers {
    padding-top: 30px
}

.location-home .mainContent .location_managers .single-manager {
    margin-bottom: 20px
}

.location-home .mainContent .location_managers img {
    border: 2px solid #000
}

.location-home .mainContent.content-testimonial {
    padding: 40px 0
}

.location-home .mainContent.content-testimonial .vid-border {
    width: 100%;
    display: table;
    text-align: center;
    padding: 40px 5px;
    border-top: 1px solid #545454;
    border-bottom: 1px solid #545454
}

@media (min-width:768px) {
    .location-home .mainContent.content-testimonial .vid-border {
        padding: 50px 5px
    }
}

@media (min-width:1400px) {
    .location-home .mainContent.content-testimonial .vid-border {
        padding: 50px 20px
    }
}

.location-home .mainContent.content-testimonial .middle-testimonial {
    color: #000;
    font-weight: 800;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .location-home .mainContent.content-testimonial .middle-testimonial {
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 20px
    }
}

@media (min-width:992px) {
    .location-home .mainContent.content-testimonial .middle-testimonial {
        font-size: 45px;
        line-height: 45px
    }
}

@media (min-width:1400px) {
    .location-home .mainContent.content-testimonial .middle-testimonial {
        font-size: 56px;
        line-height: 66px
    }
}

.location-home .mainContent.content-testimonial .middle-author {
    color: #cb6015;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600
}

@media (min-width:992px) {
    .location-home .mainContent.content-testimonial .middle-author {
        font-size: 28px;
        line-height: 28px;
        font-weight: 700
    }
}

.location-home .mainContent.product-testimonial {
    padding: 0 0 50px
}

@media (min-width:1200px) {
    .location-home .mainContent.product-testimonial {
        padding-bottom: 80px
    }
}

@media (min-width:1400px) {
    .location-home .mainContent.product-testimonial {
        padding-bottom: 100px
    }
}

.location-home .mainContent.product-testimonial .reviews_content {
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 28px
}

@media (min-width:768px) {
    .location-home .mainContent.product-testimonial .reviews_content {
        font-size: 16px
    }
}

.location-home .mainContent.product-testimonial .review_comment {
    margin-bottom: 20px
}

.location-home .mainContent.product-testimonial .review_author {
    font-weight: 700
}

.location-home .mainContent .sectionbox .location-address {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 10px
}

@media (min-width:1800px) {
    .location-home .mainContent .sectionbox .location-address {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px
    }
}

.location-home .mainContent .sectionbox .btn_box {
    text-align: left
}

.mainContent {
    position: relative
}

@media (min-width:768px) {
    .mainContent.content-top {
        padding: 80px 0 30px
    }
}

@media (min-width:1200px) {
    .mainContent.content-top {
        padding: 150px 0 50px
    }
}

@media (min-width:1400px) {
    .mainContent.content-top {
        padding: 180px 0 100px
    }
}

@media (min-width:1800px) {
    .mainContent.content-top {
        padding: 220px 0 150px
    }
}

@media (min-width:1900px) {
    .mainContent.content-top {
        padding-bottom: 200px
    }
}

.mainContent .container {
    z-index: 10;
    position: relative
}

.mainContent .about-post,
.mainContent .internal-post,
.mainContent .product-post,
.mainContent .top_special {
    padding: 0 15px
}

.mainContent .internal-post,
.mainContent .product-post {
    z-index: 6
}

@media (min-width:768px) {
    .mainContent .internal-post,
    .mainContent .product-post {
        float: left;
        width: 54%
    }
}

@media (min-width:1400px) {
    .mainContent .internal-post,
    .mainContent .product-post {
        padding-left: 80px
    }
}

.mainContent h1,
.mainContent h3 {
    font-weight: 700
}

.mainContent .top-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    margin-top: -120px;
    z-index: 7
}

@media (min-width:992px) {
    .mainContent .top-img {
        margin-top: -140px
    }
}

@media (min-width:1400px) {
    .mainContent .top-img {
        margin-top: -145px
    }
}

@media (min-width:1800px) {
    .mainContent .top-img {
        width: 50%
    }
}

@media (min-width:1900px) {
    .mainContent .top-img {
        margin-top: -150px
    }
}

.mainContent .top-img .topBG {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat
}

.mainContent .top_special {
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    position: relative;
    padding: 30px 0;
    margin: 50px 0;
    z-index: 7
}

@media (min-width:768px) {
    .mainContent .top_special {
        float: right;
        width: 42%;
        padding: 70px 15px
    }
}

@media (min-width:1400px) {
    .mainContent .top_special {
        width: 35%;
        padding: 100px 15px;
        margin: 50px 60px 0 0
    }
}

@media (min-width:1800px) {
    .mainContent .top_special {
        margin-top: -100px;
        max-width: 550px
    }
}

.mainContent .top_special:after {
    content: '';
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transform: scale(1) rotate(-9deg) skewX(-9deg)
}

@media (min-width:768px) {
    .mainContent .top_special:after {
        background-color: rgba(0, 0, 0, .9)
    }
}

.mainContent .top_special>.pad {
    padding: 40px 0;
    position: relative;
    max-width: 220px;
    margin: 0 auto
}

@media (min-width:768px) {
    .mainContent .top_special>.pad {
        max-width: 200px
    }
}

@media (min-width:1400px) {
    .mainContent .top_special>.pad {
        max-width: 275px
    }
}

@media (min-width:1800px) {
    .mainContent .top_special>.pad {
        max-width: 450px
    }
}

.mainContent .top_special .pad>* {
    position: relative;
    z-index: 10
}

@media (min-width:768px) {
    .mainContent .top_special .btn_box {
        text-align: center
    }
}

.mainContent .top_special .restriction_btn {
    margin-top: 10px
}

.mainContent .top_special .restriction_btn a {
    color: #fff
}

.mainContent .top_special .consult_btn,
.mainContent .top_special .special_content,
.mainContent .top_special .test_author {
    margin-bottom: 15px
}

@media (min-width:768px) {
    .mainContent .top_special .consult_btn,
    .mainContent .top_special .special_content,
    .mainContent .top_special .test_author {
        margin-bottom: 25px
    }
}

.mainContent .top_special .special_content {
    font-weight: 300
}

@media (min-width:768px) {
    .mainContent .top_special .special_content {
        font-size: 22px;
        line-height: 30px
    }
}

@media (min-width:992px) {
    .mainContent .top_special .special_content {
        font-size: 24px;
        line-height: 34px
    }
}

@media (min-width:1400px) {
    .mainContent .top_special .special_content {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 40px
    }
}

@media (min-width:1600px) {
    .mainContent .top_special .special_content {
        font-size: 30px;
        line-height: 44px
    }
}

@media (min-width:1800px) {
    .mainContent .top_special .special_content {
        margin-bottom: 60px
    }
}

@media (min-width:992px) {
    .mainContent .top_special .special_content .contentbox {
        max-width: 280px;
        margin: 0 auto
    }
}

@media (min-width:1400px) {
    .mainContent .top_special .special_content .contentbox {
        max-width: 100%
    }
}

@media (min-width:1800px) {
    .mainContent .top_special .special_content .contentbox {
        max-width: 310px
    }
}

.mainContent .top_special .special_content h1 {
    color: #fff;
    font-weight: 800;
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .mainContent .top_special .special_content h1 {
        font-size: 34px;
        line-height: 34px;
        margin-bottom: 25px
    }
}

@media (min-width:1400px) {
    .mainContent .top_special .special_content h1 {
        font-size: 46px;
        line-height: 46px;
        margin-bottom: 40px
    }
}

@media (min-width:1800px) {
    .mainContent .top_special .special_content h1 {
        font-size: 56px;
        line-height: 56px;
        margin-bottom: 60px
    }
}

.mainContent .product-logo {
    text-align: center;
    position: relative;
    padding: 15px 0;
    z-index: 10
}

@media (min-width:768px) {
    .mainContent .product-logo {
        text-align: left;
        padding: 0
    }
}

@media (min-width:1200px) {
    .mainContent .product-logo {
        padding: 15px 0 0
    }
}

@media (min-width:1800px) {
    .mainContent .product-logo {
        padding: 0;
        margin-bottom: -30px
    }
}

.mainContent .product-logo img {
    max-height: 38px;
    margin: 0 auto
}

@media (min-width:768px) {
    .mainContent .product-logo img {
        max-height: 45px
    }
}

@media (min-width:1200px) {
    .mainContent .product-logo img {
        max-height: 54px
    }
}

.mainContent .sectionBG {
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top
}

.mainContent .sectionBG .spec-content {
    position: relative;
    height: 100%
}

@media (min-width:768px) {
    .mainContent .sectionBG {
        height: 450px
    }
}

@media (min-width:1200px) {
    .mainContent .sectionBG {
        height: 530px
    }
}

@media (min-width:1400px) {
    .mainContent .sectionBG {
        height: 580px
    }
}

@media (min-width:1800px) {
    .mainContent .sectionBG {
        height: 660px
    }
}

.mainContent .specialbox {
    color: #fff;
    width: 50%;
    margin: 0 0 0 auto;
    padding: 60px 0 40px;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

@media (min-width:768px) {
    .mainContent .specialbox {
        top: 55%;
        margin-right: 20px
    }
}

@media (min-width:1200px) {
    .mainContent .specialbox {
        top: 55%;
        padding: 100px 40px 40px 0
    }
}

@media (min-width:1400px) {
    .mainContent .specialbox {
        margin-right: 0;
        padding: 100px 90px 40px 0
    }
}

@media (min-width:1800px) {
    .mainContent .specialbox {
        padding-right: 200px
    }
}

.mainContent .specialbox h1,
.mainContent .specialbox h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .mainContent .specialbox h1,
    .mainContent .specialbox h3 {
        font-size: 34px;
        line-height: 34px
    }
}

@media (min-width:1200px) {
    .mainContent .specialbox h1,
    .mainContent .specialbox h3 {
        font-size: 44px;
        line-height: 44px
    }
}

@media (min-width:1800px) {
    .mainContent .specialbox h1,
    .mainContent .specialbox h3 {
        font-size: 56px;
        line-height: 56px;
        margin-bottom: 25px
    }
}

.mainContent .specialbox p {
    display: none
}

@media (min-width:768px) {
    .mainContent .specialbox p {
        display: block
    }
}

@media (min-width:1800px) {
    .mainContent .specialbox p {
        margin-bottom: 25px
    }
}

.mainContent .lg_btn {
    font-size: 18px
}

@media (min-width:1200px) {
    .mainContent .lg_btn {
        font-size: 22px
    }
}

.mainContent .section-bottom,
.mainContent .section-top {
    float: left;
    width: 100%
}

.mainContent .imgbox {
    position: relative;
    width: 100%
}

@media (min-width:768px) {
    .mainContent .imgbox {
        width: 50%
    }
}

.mainContent .imgbox .content-img {
    float: left;
    width: 100%;
    height: 100%;
    padding-bottom: 80%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom
}

@media (min-width:600px) {
    .mainContent .imgbox .content-img {
        padding-bottom: 60%
    }
}

@media (min-width:768px) {
    .mainContent .imgbox .content-img {
        padding-bottom: 138%
    }
}

@media (min-width:1200px) {
    .mainContent .imgbox .content-img {
        padding-bottom: 110%
    }
}

@media (min-width:1400px) {
    .mainContent .imgbox .content-img {
        padding-bottom: 100%
    }
}

@media (min-width:1600px) {
    .mainContent .imgbox .content-img {
        padding-bottom: 90%
    }
}

@media (min-width:1800px) {
    .mainContent .imgbox .content-img {
        padding-bottom: 70%
    }
}

@media (min-width:768px) {
    .mainContent .left-content,
    .mainContent .left-img {
        float: left
    }
}

@media (min-width:768px) {
    .mainContent .right-content,
    .mainContent .right-img {
        float: right
    }
}

@media (min-width:768px) {
    .mainContent .left-img {
        margin-top: -30px;
        z-index: 3
    }
}

@media (min-width:1600px) {
    .mainContent .left-img {
        margin-top: -40px
    }
}

@media (min-width:1900px) {
    .mainContent .left-img {
        margin-top: -50px
    }
}

@media (min-width:768px) {
    .mainContent .left-img .content-img {
        background-position: right bottom
    }
}

.mainContent .prod-content {
    padding: 20px;
    display: table
}

@media (min-width:768px) {
    .mainContent .prod-content {
        width: 50%
    }
}

@media (min-width:1200px) {
    .mainContent .prod-content {
        padding: 50px
    }
}

.mainContent .prod-content h1 {
    color: #000;
    font-size: 28px;
    line-height: 28px;
    font-weight: 800;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .mainContent .prod-content h1 {
        font-size: 36px;
        line-height: 36px
    }
}

@media (min-width:1200px) {
    .mainContent .prod-content h1 {
        font-size: 44px;
        line-height: 44px
    }
}

@media (min-width:1800px) {
    .mainContent .prod-content h1 {
        font-size: 56px;
        line-height: 56px;
        margin-bottom: 25px
    }
}

@media (min-width:1800px) {
    .mainContent .prod-content p {
        margin-bottom: 25px
    }
}

@media (min-width:768px) {
    .mainContent .prod-content .lg_btn {
        font-size: 22px
    }
}

.mainContent .sectionbox {
    position: relative;
    z-index: 8
}

@media (min-width:768px) {
    .mainContent .sectionbox {
        padding: 20px 10px
    }
}

@media (min-width:1400px) {
    .mainContent .left-content .sectionbox {
        padding: 20px 10px 20px 80px
    }
}

@media (min-width:1800px) {
    .mainContent .left-content .sectionbox {
        padding-left: 100px
    }
}

@media (min-width:1400px) {
    .mainContent .right-content .sectionbox {
        padding: 0 80px 20px 10px
    }
}

@media (min-width:1800px) {
    .mainContent .right-content .sectionbox {
        padding-right: 100px
    }
}

.mainContent .img-skew {
    margin-top: -30px
}

.mainContent .img-skew:after {
    top: 20px
}

.mainContent .small_skew {
    margin-top: -50px;
    z-index: 4
}

@media (min-width:768px) {
    .mainContent .small_skew {
        float: left;
        margin-top: -70px;
        width: 46%
    }
}

@media (min-width:992px) {
    .mainContent .small_skew.left {
        width: 45.5%;
        margin-top: -50px
    }
}

@media (min-width:1200px) {
    .mainContent .small_skew.left {
        margin-top: -44px
    }
}

@media (min-width:1400px) {
    .mainContent .small_skew.left {
        margin-top: -50px
    }
}

@media (min-width:1600px) {
    .mainContent .small_skew.left {
        margin-top: -40px
    }
}

.mainContent .small_skew.right {
    z-index: 1
}

@media (min-width:768px) {
    .mainContent .small_skew.right {
        float: right;
        margin-top: -50px
    }
}

@media (min-width:1200px) {
    .mainContent .small_skew.right {
        margin-top: -60px
    }
}

@media (min-width:1400px) {
    .mainContent .small_skew.right {
        margin-top: -85px
    }
}

@media (min-width:1600px) {
    .mainContent .small_skew.right {
        margin-top: -88px
    }
}

@media (min-width:1800px) {
    .mainContent .small_skew.right {
        margin-top: -110px
    }
}

@media (min-width:1900px) {
    .mainContent .small_skew.right {
        margin-top: -120px
    }
}

.mainContent .skew.half-skew:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff
}

@media (min-width:600px) {
    .mainContent .skew.half-skew:after {
        height: 140%
    }
}

@media (min-width:768px) {
    .mainContent .skew.half-skew:after {
        top: -30px
    }
}

@media (min-width:1600px) {
    .mainContent .skew.half-skew:after {
        top: -68px
    }
}

@media (min-width:768px) {
    .mainContent .skew.half-skew.right:after {
        top: auto;
        bottom: -30px
    }
}

@media (min-width:1400px) {
    .mainContent .skew.half-skew.right:after {
        bottom: -70px
    }
}

@media (min-width:1800px) {
    .mainContent .skew.half-skew.right:after {
        bottom: -90px
    }
}

@media (min-width:1900px) {
    .mainContent .skew.half-skew.right:after {
        bottom: -95px
    }
}

.mainContent.content-top.skew-after:after {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    height: 200px;
    width: 100%;
    background-color: #fff;
    z-index: 5;
    transform: scale(1.2) rotate(-9deg) skewX(-9deg)
}

@media (min-width:992px) {
    .mainContent.content-top.skew-after:after {
        top: 10px
    }
}

@media (min-width:1800px) {
    .mainContent.content-top.skew-after:after {
        height: 250px
    }
}

#trigger,
.trigger {
    color: #cb6015;
    float: right;
    font-size: 30px;
    height: 48px;
    line-height: 48px;
    width: 100%;
    text-align: center
}

#trigger .fa,
.trigger .fa {
    transform: rotate(-7deg) skew(-19deg)
}

#trigger span {
    color: #000;
    font-size: 24px;
    font-weight: 700
}

#dmenu,
#mmenu {
    z-index: 999;
    background: #000
}

#dmenu .mm-panel#mm-1,
#mmenu .mm-panel#mm-1 {
    padding-top: 0
}

#dmenu .mm-panel#mm-1>.mm-navbar,
#mmenu .mm-panel#mm-1>.mm-navbar {
    display: none
}

#dmenu em.mm-counter,
#mmenu em.mm-counter {
    color: inherit
}

#dmenu .mm-listview>li:not(.mm-divider):after,
#mmenu .mm-listview>li:not(.mm-divider):after {
    left: 0
}

#dmenu .mm-btn:after,
#dmenu .mm-btn:before,
#dmenu .mm-listview>li,
#dmenu .mm-listview>li .mm-next,
#dmenu .mm-listview>li .mm-next:after,
#dmenu .mm-listview>li .mm-next:before,
#dmenu .mm-listview>li:after,
#dmenu .mm-navbar,
#mmenu .mm-btn:after,
#mmenu .mm-btn:before,
#mmenu .mm-listview>li,
#mmenu .mm-listview>li .mm-next,
#mmenu .mm-listview>li .mm-next:after,
#mmenu .mm-listview>li .mm-next:before,
#mmenu .mm-listview>li:after,
#mmenu .mm-navbar {
    border-color: #a7a7a7
}

#dmenu .mm-listview>li a:not(.mm-next),
#mmenu .mm-listview>li a:not(.mm-next) {
    color: #f9f9f9
}

#dmenu .mm-navbar a,
#dmenu .mm-navbar>*,
#mmenu .mm-navbar a,
#mmenu .mm-navbar>* {
    color: #a7a7a7
}

.subNav .desktop-phone,
.subNav .phone_icon,
.subNav>div {
    float: left
}

.subNav>div {
    width: 100%;
    border-bottom: 1px solid #545454
}

.subNav .phone {
    padding: 12px 0
}

.subNav .phone_icon {
    color: #231f20;
    font-size: 40px;
    padding: 0 15px;
    width: 15%;
    max-width: 80px
}

.subNav .desktop-phone {
    font-size: 14px;
    line-height: 18px
}

.subNav .smedia {
    padding: 0;
    margin: 0;
    list-style: none
}

.subNav .smedia li {
    float: left;
    width: 100%;
    line-height: 54px;
    border-bottom: 1px solid #545454
}

.subNav .smedia li:last-child {
    border-bottom: none
}

.subNav .smedia a {
    color: #231f20;
    display: block
}

.subNav .smedia span {
    float: left
}

.subNav .smedia .sicon {
    font-size: 24px;
    text-align: center;
    width: 40px
}

.subNav .smedia .sname {
    padding-left: 20px
}

.subNav .brochure-mobile {
    text-align: center;
    background-color: #231f20;
    border-bottom: none
}

.nav_top {
    float: right
}

.nav_top ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
    display: table
}

.nav_top ul>li {
    float: left;
    height: 40px;
    line-height: 40px
}

.nav_top ul>li>a {
    color: rgba(249, 249, 249, .7);
    font-size: 16px;
    font-weight: 300;
    display: block;
    padding: 0 10px;
    text-decoration: none
}

@media (min-width:1400px) {
    .nav_top ul>li>a {
        padding: 0 20px
    }
}

.nav_top ul>li:hover>a {
    color: #cb6015
}

#main_nav {
    float: right
}

.mainNav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.mainNav .menu>li {
    height: 100px;
    line-height: 100px;
    margin-left: -5px;
    position: relative;
    display: inline-block
}

.mainNav .menu a {
    display: block;
    text-decoration: none;
    transition: all .25s ease
}

.mainNav .menu>li>a {
    color: #000;
    font-size: 1.1em;
    font-weight: 700;
    padding: 0 12px;
    border-radius: 0;
    height: 100%
}

@media (min-width:1200px) {
    .mainNav .menu>li>a {
        padding: 0 20px
    }
}

@media (min-width:1400px) {
    .mainNav .menu>li>a {
        font-size: 22px;
        padding: 0 25px;
        font-weight: 800
    }
}

.mainNav .menu>li.current-menu-item>a,
.mainNav .menu>li.current-menu-parent>a,
.mainNav .menu>li:hover>a {
    color: #cb6015;
    background-color: #fff
}

.mainNav .sub-menu {
    position: absolute;
    top: 120px;
    left: 0;
    min-width: 200px;
    z-index: 999;
    text-align: left;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    visibility: hidden;
    background-color: #fff;
    opacity: 0;
    transition: all .25s ease
}

.mainNav .menu>li:hover>.sub-menu {
    opacity: 1;
    top: 100px;
    visibility: visible
}

.mainNav .menu>li:last-child>.sub-menu {
    left: auto;
    right: 0
}

.mainNav .sub-menu>li {
    line-height: 34px
}

.mainNav .sub-menu>li>a {
    color: #cb6015;
    font-weight: 600;
    padding: 0 10px
}

.mainNav .sub-menu>li>a:hover {
    color: #fff;
    background-color: #cb6015
}

.mainNav.mega .menu>li {
    position: inherit
}

.mainNav.mega .menu>li:hover>.sub-menu {
    width: 100%;
    background-color: #000;
    border-bottom: 2px solid #cb6015
}

.mainNav.mega .menu>li:hover>.sub-menu>li {
    width: auto;
    display: table;
    margin: 0 auto;
    padding: 30px 0
}

.mainNav.mega .menu>li:hover>.sub-menu .sub-menu {
    padding: 10px 5px;
    position: relative;
    top: auto;
    left: auto;
    visibility: visible;
    opacity: 1;
    background-color: transparent
}

.mainNav.mega .menu>li:hover>.sub-menu .sub-menu .sub-menu {
    padding: 10px 0
}

.mainNav.mega .menu>li>.sub-menu>li>.sub-menu>li {
    max-width: 230px;
    padding-left: 20px
}

.mainNav.mega .menu>li>.sub-menu>li>.sub-menu>li>a {
    font-size: 18px;
    font-weight: 700;
    padding: 0 5px
}

.mainNav.mega .menu>li>.sub-menu>li>.sub-menu>li>a:hover {
    background-color: transparent
}

.mainNav.mega li.no-hover:hover>a {
    color: #cb6015;
    background-color: transparent;
    cursor: default
}

.mainNav.mega .sub-menu>li {
    display: table-cell;
    vertical-align: top
}

.mainNav.mega .sub-menu .menu-logo {
    padding: 0 20px 15px 0!important;
    border-right: 1px solid #fff
}

.mainNav.mega .sub-menu .menu-logo img {
    height: auto;
    max-width: 150px;
    max-height: 150px
}

.mainNav.mega .sub-menu .sub-menu {
    padding: 10px 0;
    display: table;
    min-width: auto
}

.mainNav.mega .sub-menu .sub-menu .sub-menu li {
    float: left;
    width: 100%
}

.mainNav.mega .sub-menu .sub-menu .sub-menu li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

.ppc #hdr.sticky {
    position: fixed;
    top: 0;
    z-index: 99
}

.ppc #hdr_bottom .logo-box {
    width: 100%
}

@media (min-width:768px) {
    .ppc #hdr_bottom .logo-box {
        width: 62%;
        padding-left: 0;
        text-align: left
    }
}

.ppc #hdr_bottom .logo img {
    margin: 0
}

@media (min-width:992px) {
    .ppc #hdr_bottom .logo img {
        max-height: 45px
    }
}

.ppc #hdr_bottom .phone-right {
    float: right
}

.ppc #hdr_bottom .phone {
    color: #cb6015;
    font-size: 18px;
    font-weight: 700;
    line-height: 84px
}

@media (min-width:992px) {
    .ppc #hdr_bottom .phone {
        line-height: 100px
    }
}

@media (min-width:1400px) {
    .ppc .banner {
        height: 600px
    }
}

@media (min-width:1600px) {
    .ppc .banner {
        height: 600px
    }
}

@media (min-width:992px) {
    .ppc .banner .img_hero_content>.pad {
        padding-top: 30px
    }
}

@media (min-width:1600px) {
    .ppc .banner .img_hero_content>.pad {
        padding-top: 50px
    }
}

@media (min-width:1800px) {
    .ppc .banner .img_hero_content>.pad {
        padding-top: 70px
    }
}

.ppc .banner .hero_content {
    max-width: 180px
}

@media (min-width:992px) {
    .ppc .banner .hero_content {
        max-width: 280px;
        margin-right: 35px
    }
}

@media (min-width:1200px) {
    .ppc .banner .hero_content {
        max-width: 350px
    }
}

@media (min-width:1600px) {
    .ppc .banner .hero_content {
        max-width: 420px;
        margin-right: 50px
    }
}

@media (min-width:992px) {
    .ppc .banner .hero_content .pad {
        padding-top: 0
    }
}

.ppc .banner .bottom_text {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px
}

@media (min-width:1200px) {
    .ppc .banner .bottom_text {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 20px
    }
}

@media (min-width:1600px) {
    .ppc .banner .bottom_text {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 40px
    }
}

.ppc .banner .logobox,
.ppc .banner h3 {
    display: none
}

.ppc .banner h3 {
    color: #cb6015;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px
}

@media (min-width:992px) {
    .ppc .banner h3 {
        display: block
    }
}

@media (min-width:1600px) {
    .ppc .banner h3 {
        font-size: 24px
    }
}

.ppc .mobile-phone {
    color: #cb6015;
    font-size: 22px;
    font-weight: 700;
    position: absolute;
    height: 30px;
    line-height: 30px;
    top: 0;
    text-align: center;
    width: 100%;
    z-index: 10
}

.ppc .mobile-phone.stuck {
    position: fixed;
    top: 82px;
    z-index: 90;
    background-color: #fff
}

.ppc .ftr_top.skew:after {
    top: 40px
}

.ppc #footer:before {
    height: 140px
}

@media (min-width:1200px) {
    .ppc #footer:before {
        height: 100px
    }
}

@media (min-width:1800px) {
    .ppc #footer:before {
        height: 0
    }
}

.ppc .ftr_phone {
    padding-top: 15px
}

.ppc .ftr_social {
    display: none
}

@media (min-width:992px) {
    .ppc .ftr-box {
        padding-bottom: 30px
    }
}

.ppc .offer-image {
    text-align: center
}

.ppc .offer-image img {
    margin: 0 auto
}

.ppc .single-offer.col-md-6:nth-child(2n+3) {
    clear: left
}

.ppc .entry-content .container-fluid .col-xs-6 {
    font-size: 13px;
    line-height: 1.1em;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .ppc .entry-content .container-fluid .col-xs-6 {
        font-size: 14px
    }
}

.ppc .entry-content .container-fluid .col-xs-6:nth-child(2n+3) {
    clear: left
}

.ppc .test-content .review_author .author-location {
    display: none
}

@media (min-width:992px) {
    .ppc .xsmall_skew {
        margin-bottom: -80px
    }
}

@media (min-width:1200px) {
    .ppc .xsmall_skew {
        margin-bottom: -100px
    }
}

@media (min-width:1600px) {
    .ppc .xsmall_skew {
        margin-bottom: -150px
    }
}

@media (min-width:992px) {
    .ppc .xsmall_skew:after {
        top: -110px;
        height: 130px
    }
}

@media (min-width:1200px) {
    .ppc .xsmall_skew:after {
        top: -140px;
        height: 160px
    }
}

@media (min-width:1600px) {
    .ppc .xsmall_skew:after {
        top: -200px;
        height: 220px
    }
}

@media (min-width:1800px) {
    .ppc .xsmall_skew:after {
        top: -220px;
        height: 240px
    }
}

.ppc .mainContent.content-bottom,
.ppc .mainContent.content-top {
    padding: 30px 0
}

@media (min-width:768px) {
    .ppc .mainContent.content-bottom,
    .ppc .mainContent.content-top {
        padding: 50px 0
    }
}

@media (min-width:1600px) {
    .ppc .mainContent.content-bottom,
    .ppc .mainContent.content-top {
        padding: 80px 0
    }
}

@media (min-width:768px) {
    .ppc .mainContent.content-top {
        padding-top: 100px
    }
}

@media (min-width:992px) {
    .ppc .mainContent.content-top {
        padding-top: 130px
    }
}

@media (min-width:1200px) {
    .ppc .mainContent.content-top {
        padding-top: 150px
    }
}

@media (min-width:1800px) {
    .ppc .mainContent.content-top {
        padding-bottom: 160px
    }
}

.ppc .mainContent.content-videos {
    padding: 30px 0
}

@media (min-width:768px) {
    .ppc .mainContent.content-videos {
        padding: 50px 0
    }
}

@media (min-width:768px) {
    .ppc .mainContent .top-ppc-quote {
        display: none
    }
}

@media (min-width:992px) {
    .ppc .mainContent .bottom_quote,
    .ppc .mainContent .ppc-post,
    .ppc .mainContent .second-content,
    .ppc .mainContent .top_vid {
        float: left;
        padding: 0 15px
    }
}

@media (min-width:992px) {
    .ppc .mainContent .ppc-post,
    .ppc .mainContent .second-content {
        width: 50%
    }
}

.ppc .mainContent .bottom_quote,
.ppc .mainContent .top_vid {
    padding-top: 20px
}

@media (min-width:992px) {
    .ppc .mainContent .bottom_quote,
    .ppc .mainContent .top_vid {
        width: 48%;
        margin-left: 2%
    }
}

.ppc .mainContent .bottom_quote h3,
.ppc .mainContent .top_vid h3 {
    margin-bottom: 10px
}

.ppc .mainContent .second-content.pfp-second-content h4 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 5px
}

@media (min-width:768px) {
    .ppc .mainContent .bottom_quote,
    .ppc .mainContent .pfp-post,
    .ppc .mainContent .second-content.pfp-second-content,
    .ppc .mainContent .top_quote {
        float: left;
        padding: 0 15px
    }
}

@media (min-width:768px) {
    .ppc .mainContent .pfp-post,
    .ppc .mainContent .second-content.pfp-second-content {
        width: 50%
    }
}

@media (min-width:768px) {
    .ppc .mainContent .bottom_quote,
    .ppc .mainContent .top_quote {
        width: 48%;
        margin-left: 2%
    }
}

@media (min-width:768px) {
    .ppc .mainContent .ppc-bottom-quote {
        float: none;
        width: 600px;
        margin: 50px auto
    }
}

@media (min-width:992px) {
    .ppc .mainContent .ppc-bottom-quote {
        float: left;
        width: 48%;
        margin-left: 2%
    }
}

@media (min-width:992px) {
    .ppc .mainContent .offers .row {
        text-align: center
    }
}

.ppc .mainContent .single-offer {
    text-align: center;
    padding: 15px
}

@media (min-width:992px) {
    .ppc .mainContent .single-offer {
        width: 48%;
        display: inline-block;
        vertical-align: top
    }
    .ppc .mainContent .single-offer:kast-child {
        margin: 0 auto
    }
}

.ppc .mainContent .single-offer .offer-amount {
    color: #000;
    font-size: 38px;
    font-weight: 800;
    line-height: 38px
}

@media (min-width:992px) {
    .ppc .mainContent .single-offer .offer-amount {
        font-size: 48px;
        line-height: 54px
    }
}

.ppc .mainContent .single-offer .offer-title {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px
}

@media (min-width:992px) {
    .ppc .mainContent .single-offer .offer-title {
        font-size: 24px;
        line-height: 32px
    }
}

.ppc .mainContent .single-offer .offer-subtitle {
    color: #545454;
    font-weight: 700
}

.ppc .mainContent .specialbox {
    width: 85%;
    text-align: left;
    padding-bottom: 0
}

@media (min-width:768px) {
    .ppc .mainContent .specialbox {
        width: 50%
    }
}

.ppc .mainContent .specialbox h1,
.ppc .mainContent .specialbox h3 {
    font-weight: 700
}

@media (min-width:768px) {
    .ppc .mainContent .specialbox h1,
    .ppc .mainContent .specialbox h3 {
        line-height: 45px
    }
}

@media (min-width:1400px) {
    .ppc .mainContent .specialbox h1,
    .ppc .mainContent .specialbox h3 {
        line-height: 65px
    }
}

.ppc .mainContent .specialbox .btn_box {
    text-align: left
}

.ppc .quickform .inputbox>.padding {
    padding: 0 5px
}

.ppc .quickform .inputbox.product {
    width: 100%
}

.ppc .mainContent .quote_clone {
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    position: relative;
    padding: 30px 0;
    margin: 50px auto;
    max-width: 600px;
    z-index: 7
}

@media (min-width:768px) {
    .ppc .mainContent .quote_clone {
        padding: 80px 0
    }
}

.ppc .mainContent .quote_clone:after {
    content: '';
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transform: scale(1) rotate(-9deg) skewX(-9deg)
}

.ppc .mainContent .quote_clone .pad {
    padding: 15px;
    position: relative;
    margin: 0 auto
}

@media (min-width:992px) {
    .ppc .mainContent .quote_clone .pad {
        padding: 25px
    }
}

.ppc .mainContent .quote_clone .logobox {
    margin-bottom: 15px
}

@media (min-width:768px) {
    .ppc .mainContent .quote_clone .logobox {
        margin-bottom: 50px
    }
}

.ppc .mainContent .quote_clone h3 {
    color: #fff;
    margin-bottom: 10px
}

.ppc .mainContent .quote_clone form {
    max-width: 260px;
    margin: 0 auto
}

@media (min-width:768px) {
    .ppc .mainContent .quote_clone form {
        max-width: 400px
    }
}

@media (min-width:992px) {
    .ppc .mainContent .quote_clone form {
        padding: 0 10px
    }
}

.ppc .mainContent .quote_clone .inputbox {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
    margin-bottom: 15px
}

.ppc .mainContent .quote_clone .inputbox#email .padding,
.ppc .mainContent .quote_clone .inputbox#name .padding,
.ppc .mainContent .quote_clone .inputbox#phone .padding,
.ppc .mainContent .quote_clone .inputbox#zip .padding {
    padding: 0
}

.ppc .quickform {
    position: relative;
    z-index: 10
}

.content-gallery {
    position: relative;
    z-index: 99;
    padding-bottom: 30px
}

.about-gallery,
.product-gallery {
    position: relative;
    background-color: #000
}

.about-gallery .aboutthumb-container,
.about-gallery .thumb-container,
.product-gallery .aboutthumb-container,
.product-gallery .thumb-container {
    color: #cb6015;
    font-weight: 600;
    text-align: center
}

.about-gallery .aboutthumb-container .pad,
.about-gallery .thumb-container .pad,
.product-gallery .aboutthumb-container .pad,
.product-gallery .thumb-container .pad {
    padding: 15px 20px;
    position: relative
}

@media (min-width:768px) {
    .about-gallery .aboutthumb-container .pad,
    .about-gallery .thumb-container .pad,
    .product-gallery .aboutthumb-container .pad,
    .product-gallery .thumb-container .pad {
        padding: 20px 25px
    }
}

@media (min-width:992px) {
    .about-gallery .aboutthumb-container .pad,
    .about-gallery .thumb-container .pad,
    .product-gallery .aboutthumb-container .pad,
    .product-gallery .thumb-container .pad {
        padding: 30px 25px 0;
        max-width: 390px;
        margin: 0 auto
    }
}

@media (min-width:1200px) {
    .about-gallery .aboutthumb-container .pad,
    .about-gallery .thumb-container .pad,
    .product-gallery .aboutthumb-container .pad,
    .product-gallery .thumb-container .pad {
        padding: 20px 25px 0;
        max-width: 360px
    }
}

@media (min-width:1400px) {
    .about-gallery .aboutthumb-container .pad,
    .about-gallery .thumb-container .pad,
    .product-gallery .aboutthumb-container .pad,
    .product-gallery .thumb-container .pad {
        padding-top: 30px
    }
}

@media (min-width:1600px) {
    .about-gallery .aboutthumb-container .pad,
    .about-gallery .thumb-container .pad,
    .product-gallery .aboutthumb-container .pad,
    .product-gallery .thumb-container .pad {
        padding-top: 50px
    }
}

@media (min-width:1800px) {
    .about-gallery .aboutthumb-container .pad,
    .about-gallery .thumb-container .pad,
    .product-gallery .aboutthumb-container .pad,
    .product-gallery .thumb-container .pad {
        max-width: 500px
    }
}

.about-gallery .aboutthumb-container .about-thumbs,
.about-gallery .aboutthumb-container .slider-thumbs,
.about-gallery .thumb-container .about-thumbs,
.about-gallery .thumb-container .slider-thumbs,
.product-gallery .aboutthumb-container .about-thumbs,
.product-gallery .aboutthumb-container .slider-thumbs,
.product-gallery .thumb-container .about-thumbs,
.product-gallery .thumb-container .slider-thumbs {
    position: relative
}

@media (min-width:992px) {
    .about-gallery .aboutthumb-container .about-thumbs .slick-track,
    .about-gallery .aboutthumb-container .slider-thumbs .slick-track,
    .about-gallery .thumb-container .about-thumbs .slick-track,
    .about-gallery .thumb-container .slider-thumbs .slick-track,
    .product-gallery .aboutthumb-container .about-thumbs .slick-track,
    .product-gallery .aboutthumb-container .slider-thumbs .slick-track,
    .product-gallery .thumb-container .about-thumbs .slick-track,
    .product-gallery .thumb-container .slider-thumbs .slick-track {
        max-height: 340px;
        overflow: hidden
    }
}

@media (min-width:1800px) {
    .about-gallery .aboutthumb-container .about-thumbs .slick-track,
    .about-gallery .aboutthumb-container .slider-thumbs .slick-track,
    .about-gallery .thumb-container .about-thumbs .slick-track,
    .about-gallery .thumb-container .slider-thumbs .slick-track,
    .product-gallery .aboutthumb-container .about-thumbs .slick-track,
    .product-gallery .aboutthumb-container .slider-thumbs .slick-track,
    .product-gallery .thumb-container .about-thumbs .slick-track,
    .product-gallery .thumb-container .slider-thumbs .slick-track {
        max-height: 500px
    }
}

.about-gallery .aboutthumb-container .gallery-title,
.about-gallery .thumb-container .gallery-title,
.product-gallery .aboutthumb-container .gallery-title,
.product-gallery .thumb-container .gallery-title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .about-gallery .aboutthumb-container .gallery-title,
    .about-gallery .thumb-container .gallery-title,
    .product-gallery .aboutthumb-container .gallery-title,
    .product-gallery .thumb-container .gallery-title {
        font-size: 24px;
        line-height: 24px
    }
}

.about-gallery .aboutthumb-container .gallery-title.inspiration-title span,
.about-gallery .thumb-container .gallery-title.inspiration-title span,
.product-gallery .aboutthumb-container .gallery-title.inspiration-title span,
.product-gallery .thumb-container .gallery-title.inspiration-title span {
    display: none
}

.about-gallery .aboutthumb-container .gallery-thumb,
.about-gallery .thumb-container .gallery-thumb,
.product-gallery .aboutthumb-container .gallery-thumb,
.product-gallery .thumb-container .gallery-thumb {
    padding: 5px
}

@media (min-width:768px) {
    .about-gallery .aboutthumb-container .gallery-thumb,
    .about-gallery .thumb-container .gallery-thumb,
    .product-gallery .aboutthumb-container .gallery-thumb,
    .product-gallery .thumb-container .gallery-thumb {
        padding: 5px 10px
    }
}

@media (min-width:992px) {
    .about-gallery .aboutthumb-container .gallery-thumb,
    .about-gallery .thumb-container .gallery-thumb,
    .product-gallery .aboutthumb-container .gallery-thumb,
    .product-gallery .thumb-container .gallery-thumb {
        width: 115px!important
    }
}

@media (min-width:1200px) {
    .about-gallery .aboutthumb-container .gallery-thumb,
    .about-gallery .thumb-container .gallery-thumb,
    .product-gallery .aboutthumb-container .gallery-thumb,
    .product-gallery .thumb-container .gallery-thumb {
        width: 160px!important
    }
}

@media (min-width:1800px) {
    .about-gallery .aboutthumb-container .gallery-thumb,
    .about-gallery .thumb-container .gallery-thumb,
    .product-gallery .aboutthumb-container .gallery-thumb,
    .product-gallery .thumb-container .gallery-thumb {
        width: 225px!important
    }
}

.about-gallery .aboutthumb-container .gallery-thumb img,
.about-gallery .thumb-container .gallery-thumb img,
.product-gallery .aboutthumb-container .gallery-thumb img,
.product-gallery .thumb-container .gallery-thumb img {
    border: 2px solid #000
}

.about-gallery .aboutthumb-container .gallery-thumb.slick-current img,
.about-gallery .aboutthumb-container .gallery-thumb:hover img,
.about-gallery .thumb-container .gallery-thumb.slick-current img,
.about-gallery .thumb-container .gallery-thumb:hover img,
.product-gallery .aboutthumb-container .gallery-thumb.slick-current img,
.product-gallery .aboutthumb-container .gallery-thumb:hover img,
.product-gallery .thumb-container .gallery-thumb.slick-current img,
.product-gallery .thumb-container .gallery-thumb:hover img {
    border: 2px solid #cb6015
}

.about-gallery .aboutthumb-container .gallery-thumb:focus,
.about-gallery .thumb-container .gallery-thumb:focus,
.product-gallery .aboutthumb-container .gallery-thumb:focus,
.product-gallery .thumb-container .gallery-thumb:focus {
    outline: -webkit-focus-ring-color auto 0
}

.about-gallery .aboutthumb-container .slick-arrow,
.about-gallery .thumb-container .slick-arrow,
.product-gallery .aboutthumb-container .slick-arrow,
.product-gallery .thumb-container .slick-arrow {
    color: #fff;
    font-size: 28px;
    position: absolute;
    height: 30px;
    width: 12px;
    line-height: 30px;
    top: 50px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 99
}

@media (min-width:992px) {
    .about-gallery .aboutthumb-container .slick-arrow,
    .about-gallery .thumb-container .slick-arrow,
    .product-gallery .aboutthumb-container .slick-arrow,
    .product-gallery .thumb-container .slick-arrow {
        top: auto;
        bottom: 0;
        width: auto
    }
}

@media (min-width:1200px) {
    .about-gallery .aboutthumb-container .slick-arrow,
    .about-gallery .thumb-container .slick-arrow,
    .product-gallery .aboutthumb-container .slick-arrow,
    .product-gallery .thumb-container .slick-arrow {
        bottom: -20px
    }
}

.about-gallery .aboutthumb-container .slick-arrow.slick-prev,
.about-gallery .thumb-container .slick-arrow.slick-prev,
.product-gallery .aboutthumb-container .slick-arrow.slick-prev,
.product-gallery .thumb-container .slick-arrow.slick-prev {
    left: -10px
}

.about-gallery .aboutthumb-container .slick-arrow.slick-next,
.about-gallery .thumb-container .slick-arrow.slick-next,
.product-gallery .aboutthumb-container .slick-arrow.slick-next,
.product-gallery .thumb-container .slick-arrow.slick-next {
    right: -10px
}

.about-gallery .aboutthumb-container .slick-arrow>*,
.about-gallery .thumb-container .slick-arrow>*,
.product-gallery .aboutthumb-container .slick-arrow>*,
.product-gallery .thumb-container .slick-arrow>* {
    display: inline-block
}

.about-gallery .aboutthumb-container .slick-arrow .next-text,
.about-gallery .aboutthumb-container .slick-arrow .prev-text,
.about-gallery .thumb-container .slick-arrow .next-text,
.about-gallery .thumb-container .slick-arrow .prev-text,
.product-gallery .aboutthumb-container .slick-arrow .next-text,
.product-gallery .aboutthumb-container .slick-arrow .prev-text,
.product-gallery .thumb-container .slick-arrow .next-text,
.product-gallery .thumb-container .slick-arrow .prev-text {
    font-size: 22px;
    font-weight: 300;
    margin: 0 6px
}

.community-gallery {
    padding-top: 30px;
    position: relative
}

.community-gallery h3 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .community-gallery h3 {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 20px
    }
}

.community-gallery p {
    color: #fff;
    font-weight: 300
}

@media (min-width:768px) {
    .community-gallery p {
        margin-bottom: 20px
    }
}

.community-gallery .btn_box {
    display: none
}

.product_selector {
    width: 100%;
    height: 800px;
    position: relative
}

.product_selector .specials-content,
.product_selector .specials-icons {
    float: left;
    position: relative;
    height: 100%;
    max-height: 800px;
    z-index: 5
}

.product_selector .specials-icons {
    text-align: center;
    width: 20%;
    background-color: rgba(0, 0, 0, .9);
    z-index: 99
}

@media (min-width:1200px) {
    .product_selector .specials-icons {
        width: 12%
    }
}

@media (min-width:1600px) {
    .product_selector .specials-icons {
        width: 16%
    }
}

.product_selector .specials-icons .slick-list {
    overflow: visible
}

.product_selector .specials-icons .slick-icon {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    width: 100%!important;
    height: 20%!important;
    display: table;
    cursor: pointer
}

.product_selector .specials-icons .slick-icon:focus {
    outline: -webkit-focus-ring-color auto 0
}

.product_selector .specials-icons .slick-icon .colorBG {
    position: relative;
    height: 124px
}

.product_selector .specials-icons .slick-icon .colorBG:after,
.product_selector .specials-icons .slick-icon .colorBG:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
    transition: all .25s ease;
    z-index: 99
}

.product_selector .specials-icons .slick-icon .colorBG:before {
    height: 100%;
    width: 30px;
    background-color: #cb6015;
    transition: all .15s ease
}

.product_selector .specials-icons .slick-icon .colorBG:after {
    border-style: solid;
    border-width: 62px 0 62px 30px;
    border-color: transparent transparent transparent #cb6015
}

.product_selector .specials-icons .slick-icon .valign {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

@media (min-width:1600px) {
    .product_selector .specials-icons .slick-icon .valign {
        width: 90px;
        margin: 0 50px 0 auto
    }
}

.product_selector .specials-icons .slick-icon .special_icon {
    padding-top: 5px
}

.product_selector .specials-icons .slick-icon .specials_icon_title {
    padding-bottom: 5px
}

.product_selector .specials-icons .slick-icon.slick-current .colorBG,
.product_selector .specials-icons .slick-icon:hover .colorBG {
    background-color: #cb6015;
    transition: all .2s ease
}

.product_selector .specials-icons .slick-icon.slick-current .colorBG:before,
.product_selector .specials-icons .slick-icon:hover .colorBG:before {
    right: -30px;
    opacity: 1
}

.product_selector .specials-icons .slick-icon.slick-current .colorBG:after,
.product_selector .specials-icons .slick-icon:hover .colorBG:after {
    right: -60px;
    opacity: 1
}

.product_selector .specials-icons .pad {
    display: table-cell;
    vertical-align: middle
}

.product_selector .specials-icons .iconImg {
    width: 100%;
    margin: 0 auto;
    position: relative
}

.product_selector .specials-icons .iconImg img {
    max-width: 90px;
    max-height: 90px;
    margin: 0 auto;
    position: relative
}

.product_selector .specials-content {
    width: 80%
}

@media (min-width:1200px) {
    .product_selector .specials-content {
        width: 88%
    }
}

@media (min-width:1600px) {
    .product_selector .specials-content {
        width: 84%
    }
}

.product_selector .specials-content .padding {
    height: 100%;
    padding-left: 10px
}

.product_selector .specials-content .slick-content {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    width: 100%!important;
    height: 100%
}

.product_selector .specials-content .slick-text {
    height: 100%;
    border-left: 20px solid #cb6015;
    background-color: rgba(0, 0, 0, .5)
}

.product_selector .specials-content .text-pad {
    padding: 100px 70px 0
}

@media (min-width:1400px) {
    .product_selector .specials-content .text-pad {
        padding: 0 70px 0 35px;
        position: absolute;
        bottom: 50px
    }
}

@media (min-width:1600px) {
    .product_selector .specials-content .text-pad {
        padding: 0 70px
    }
}

.product_selector .specials-content .specials_headline {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    line-height: 1em;
    margin-bottom: 15px
}

@media (min-width:1200px) {
    .product_selector .specials-content .specials_headline {
        font-size: 80px;
        margin-bottom: 20px
    }
}

.product_selector .specials-content .sub-content {
    padding: 35px;
    background-color: #fff
}

@media (min-width:1400px) {
    .product_selector .specials-content .sub-content {
        padding: 35px 60px
    }
}

.product_selector .specials-content .sub-content>.pad {
    display: table;
    width: 100%
}

@media (min-width:1200px) {
    .product_selector .specials-content .sub-content .sub-main,
    .product_selector .specials-content .sub-content .sub-special {
        float: left
    }
}

@media (min-width:1200px) {
    .product_selector .specials-content .sub-content .sub-main {
        width: 50%
    }
}

.product_selector .specials-content .sub-content .sub-special {
    text-align: center;
    background-color: #000;
    padding: 20px;
    margin-top: 20px;
    position: relative
}

@media (min-width:1200px) {
    .product_selector .specials-content .sub-content .sub-special {
        width: 46%;
        margin: 0 0 0 4%;
        min-height: 300px;
        display: table
    }
}

@media (min-width:1400px) {
    .product_selector .specials-content .sub-content .sub-special {
        width: 40%;
        padding: 20px 40px;
        margin: 0 0 0 10%;
        min-height: 310px
    }
}

@media (min-width:1800px) {
    .product_selector .specials-content .sub-content .sub-special {
        width: 42%;
        margin: 0 0 0 8%
    }
}

.product_selector .specials-content .sub-content .sub-pad {
    max-width: 275px;
    margin: 0 auto
}

@media (min-width:1200px) {
    .product_selector .specials-content .sub-content .sub-pad {
        display: table-cell;
        vertical-align: middle
    }
}

.product_selector .specials-content .sub-content .specials_content {
    float: left;
    margin-bottom: 10px
}

@media (min-width:1200px) {
    .product_selector .specials-content .sub-content .specials_content {
        margin-bottom: 30px
    }
}

.product_selector .specials-content .sub-content h3 {
    color: #cb6015;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 20px
}

@media (min-width:1200px) {
    .product_selector .specials-content .sub-content h3 {
        font-size: 28px;
        line-height: 34px
    }
}

@media (min-width:1200px) {
    .product_selector .specials-content .sub-content .special_img img {
        max-height: 45px
    }
}

.product_selector .specials-content .sub-content .specials_title {
    color: #fff;
    font-size: 34px;
    font-weight: 800;
    line-height: 1em;
    margin-bottom: 10px
}

@media (min-width:1800px) {
    .product_selector .specials-content .sub-content .specials_title {
        font-size: 50px;
        margin-bottom: 15px
    }
}

.product_selector .specials-content .sub-content .specials_text {
    color: #a7a7a7;
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 20px
}

@media (min-width:1800px) {
    .product_selector .specials-content .sub-content .specials_text {
        font-size: 28px;
        line-height: 30px;
        max-width: 320px;
        margin: 0 auto 40px
    }
}

@media (min-width:1200px) {
    .product_selector .specials-content .sub-content .btn {
        font-size: 26px;
        font-weight: 700
    }
}

.product_selector .productBG {
    position: absolute;
    float: left;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 800px;
    z-index: 1
}

.product_selector .productBG .product-img {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    max-height: 800px;
    width: 100%!important;
    height: 100%!important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1
}

.product_selector .slick-list,
.product_selector .slick-track {
    height: 100%;
    width: 100%!important
}

#quickform .inputbox,
.quickform .inputbox {
    float: left;
    width: 50%;
    margin-bottom: 15px
}

#quickform .inputbox input,
#quickform .inputbox select,
.quickform .inputbox input,
.quickform .inputbox select {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    background-color: #545454;
    border: 1px solid #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    width: 100%;
    border-radius: 0;
    white-space: inherit
}

#quickform .inputbox#select,
.quickform .inputbox#select {
    width: 100%
}

#quickform .inputbox#email .padding,
#quickform .inputbox#name .padding,
.quickform .inputbox#email .padding,
.quickform .inputbox#name .padding {
    padding-right: 5px
}

#quickform .inputbox#phone .padding,
#quickform .inputbox#zip .padding,
.quickform .inputbox#phone .padding,
.quickform .inputbox#zip .padding {
    padding-left: 5px
}

#quickform .btn,
.quickform .btn {
    font-size: 22px
}

@media (min-width:1400px) {
    #quickform .btn,
    .quickform .btn {
        font-size: 26px;
        font-weight: 700
    }
}

#quickform .btn:hover,
.quickform .btn:hover {
    color: #000;
    background-color: #cb6015
}

#quickform::-webkit-input-placeholder,
.quickform::-webkit-input-placeholder {
    color: #fff
}

#quickform::-moz-placeholder,
.quickform::-moz-placeholder {
    color: #fff
}

#quickform:-ms-input-placeholder,
.quickform:-ms-input-placeholder {
    color: #fff
}

#quickform:-moz-placeholder,
.quickform:-moz-placeholder {
    color: #fff
}

.dropdown-form {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 82px;
    z-index: 110;
    opacity: 0;
    background-color: #fff;
    border-bottom: 1px solid #545454;
    transition: all .4s ease;
    overflow: hidden
}

.dropdown-form .btnbox,
.dropdown-form .drop-logo,
.dropdown-form .drop-title,
.dropdown-form .formpad,
.dropdown-form .inputbox,
.dropdown-form form {
    float: left
}

.dropdown-form .drop-logo {
    text-align: center;
    width: 8%;
    height: 82px;
    line-height: 82px;
    background-color: #000
}

.dropdown-form .drop-logo a {
    display: block
}

.dropdown-form .drop-logo img {
    margin: 0 auto
}

.dropdown-form .formpad {
    width: 78%;
    display: table;
    padding: 20px
}

.dropdown-form .drop-title {
    width: 10%
}

.dropdown-form .drop-title h4 {
    color: #000;
    font-size: 18px;
    font-weight: 800;
    margin: 0
}

.dropdown-form form {
    width: 90%
}

.dropdown-form .btnbox,
.dropdown-form .inputbox {
    width: 16.666%
}

.dropdown-form .inputbox .padding {
    padding: 0 5px
}

.dropdown-form .inputbox input,
.dropdown-form .inputbox select {
    font-size: 14px;
    width: 100%;
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    background: #f9f9f9;
    border: 1px solid #545454
}

.dropdown-form .btnbox {
    text-align: right
}

.dropdown-form .mobile-right {
    text-align: center;
    float: right;
    width: 14%;
    max-width: 190px;
    border-left: 1px solid #545454;
    border-right: 1px solid #545454
}

.dropdown-form .mobile-right .top_phone {
    font-size: 18px;
    font-weight: 700;
    background-color: #000
}

.dropdown-form .mobile-right .top_phone a {
    color: #fff
}

.dropdown-form .mobile-right .top_phone a:hover {
    color: #cb6015
}

.dropdown-form .mobile-right .trigger span {
    color: #000;
    font-size: 22px;
    font-weight: 700
}

.dropdown-form .mobile-right .trigger:hover {
    color: #cb6015
}

.dropdown-form .mobile-right .trigger:hover span {
    color: #cb6015
}

.dropdown-form .bvalidator_errmsg {
    line-height: 14px;
    top: -60px!important;
    left: -10px!important
}

.dropdown-form::-webkit-input-placeholder {
    color: #545454
}

.dropdown-form::-moz-placeholder {
    color: #545454
}

.dropdown-form:-ms-input-placeholder {
    color: #545454
}

.dropdown-form:-moz-placeholder {
    color: #545454
}

.dropdown-form.focused {
    display: block;
    z-index: 120;
    opacity: 1
}

#hdr.sticky .dropdown-form {
    opacity: 1;
    display: block
}

.sidebar {
    position: relative
}

.sidebar:after {
    content: '';
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transform: scale(1) rotate(-9deg) skewX(-9deg)
}

.sidebar ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 5
}

.sidebar .main-list {
    padding-top: 20px
}

@media (min-width:1400px) {
    .sidebar .main-list {
        padding-top: 30px
    }
}

@media (min-width:1800px) {
    .sidebar .main-list {
        padding-top: 50px
    }
}

.sidebar .menu,
.sidebar .wpp-list {
    margin-bottom: 50px
}

.sidebar .menu>li,
.sidebar .wpp-list>li {
    line-height: 45px;
    margin: 15px 0
}

.sidebar .menu>li:first-child,
.sidebar .wpp-list>li:first-child {
    margin-top: 0
}

@media (min-width:1400px) {
    .sidebar .menu>li,
    .sidebar .wpp-list>li {
        margin: 25px 0
    }
}

.sidebar .menu>li a,
.sidebar .wpp-list>li a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: block;
    padding: 0 25px 0 40px
}

@media (min-width:1400px) {
    .sidebar .menu>li a,
    .sidebar .wpp-list>li a {
        font-size: 22px
    }
}

@media (min-width:1800px) {
    .sidebar .menu>li a,
    .sidebar .wpp-list>li a {
        padding: 0 40px 0 60px;
        clear:both;
    }
}

.sidebar .menu>li:hover a,
.sidebar .wpp-list>li:hover a {
    color: #cb6015
}

.sidebar .menu>li:hover .iconImg,
.sidebar .wpp-list>li:hover .iconImg {
    padding-right: 25px
}

.sidebar .widget-title {
    padding: 0 20px
}

.sidebar .wpp-post-title {
    line-height: 1.4em
}

.sidebar .wpp-thumbnail {
    height: 100%;
    margin-bottom: 10px;
    max-width: 280px
}

.sidebar .iconImg {
    display: inline;
    padding-right: 20px;
    transition: all .3s ease
}

.sidebar .iconImg img {
    max-width: 45px;
    max-height: 45px;
    margin: 0 auto;
    position: relative
}

.img_hero_content {
    color: #fff;
    width: 48%;
    height: 100%;
    display: table;
    position: relative;
    z-index: 5;
    background-size: cover
}

@media (min-width:768px) {
    .img_hero_content {
        width: 40%
    }
}

@media (min-width:1200px) {
    .img_hero_content {
        width: 35%
    }
}

.img_hero_content .pad {
    padding: 20px 0
}

.heroBG {
    background-size: cover;
    background-position: 82% -36px;
    background-repeat: no-repeat;
    height: 280px;
    display: table;
    width: 100%;
    position: relative
}

@media (min-width:600px) {
    .heroBG {
        height: 330px;
        background-position: 82% -20px
    }
}

@media (min-width:768px) {
    .heroBG {
        height: 430px;
        background-position: 82% -50px
    }
}

@media (min-width:992px) {
    .heroBG {
        height: 580px;
        background-position: 74% -80px;
        background-size: 150%
    }
}

@media (min-width:1200px) {
    .heroBG {
        background-size: 130%
    }
}

@media (min-width:1600px) {
    .heroBG {
        height: 650px;
        background-position: 74% -90px;
        background-size: 110%
    }
}

@media (min-width:1900px) {
    .heroBG {
        height: 700px;
        background-position: 74% -100px;
        background-size: 100%
    }
}

.heroBG .img_hero_content {
    background-size: cover;
    background-position: 82% -30px;
    background-repeat: no-repeat
}

@media (min-width:992px) {
    .heroBG .img_hero_content {
        background-size: 130%;
        background-position: 95% -150px
    }
}

@media (min-width:1200px) {
    .heroBG .img_hero_content {
        background-size: 120%
    }
}

@media (min-width:1400px) {
    .heroBG .img_hero_content {
        background-size: 110%;
        background-position: 95% -140px
    }
}

@media (min-width:1600px) {
    .heroBG .img_hero_content {
        background-position: 95% -160px
    }
}

@media (min-width:1800px) {
    .heroBG .img_hero_content {
        background-size: 106%
    }
}

@media (min-width:1900px) {
    .heroBG .img_hero_content {
        background-size: 100%
    }
}

.heroBG .hero_content {
    font-size: 18px;
    line-height: 20px;
    max-width: 150px;
    margin: 40% 5px 0 auto;
    text-align: center;
    display: table
}

@media (min-width:600px) {
    .heroBG .hero_content {
        margin: 40% 30px 0 auto
    }
}

@media (min-width:768px) {
    .heroBG .hero_content {
        font-size: 24px;
        font-weight: 300;
        line-height: 28px;
        margin: 40% 40px 0 auto;
        max-width: 190px
    }
}

@media (min-width:992px) {
    .heroBG .hero_content {
        margin: 32% 40px 0 auto;
        max-width: 320px
    }
}

@media (min-width:1400px) {
    .heroBG .hero_content {
        max-width: 340px;
        margin: 32% 60px 0 auto
    }
}

@media (min-width:1600px) {
    .heroBG .hero_content {
        font-size: 28px;
        line-height: 30px;
        max-width: 380px;
        margin: 32% 50px 0 auto
    }
}

@media (min-width:1800px) {
    .heroBG .hero_content {
        max-width: 400px;
        margin: 32% 60px 0 auto
    }
}

.heroBG h2,
.heroBG h3 {
    color: #fff;
    font-size: 1.5em;
    margin: 0 0 20px
}

.heroBG h3 {
    font-size: 1.2em;
    font-weight: 600
}

.heroBG .bottom_text {
    color: #cb6015;
    font-size: 20px;
    font-weight: 700;
    margin: 30px 0 10px
}

@media (min-width:1600px) {
    .heroBG .bottom_text {
        font-size: 22px
    }
}

@media (min-width:1800px) {
    .heroBG .bottom_text {
        font-size: 24px
    }
}

.heroBG .btn_box {
    width: 100%;
    text-align: center;
    margin-top: 10px
}

.heroBG .btn_box .btn {
    font-size: 16px
}

.heroBG:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1
}

.banner {
    height: 270px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat
}

@media (min-width:768px) {
    .banner {
        height: 300px
    }
}

@media (min-width:992px) {
    .banner {
        height: 550px
    }
}

@media (min-width:1200px) {
    .banner {
        height: 600px
    }
}

@media (min-width:1800px) {
    .banner {
        height: 500px
    }
}

.banner .img_hero_content {
    background-color: rgba(0, 0, 0, .9)
}

@media (min-width:768px) {
    .banner .img_hero_content {
        width: 35%
    }
}

@media (min-width:992px) {
    .banner .img_hero_content .pad {
        padding: 50px 0 0
    }
}

@media (min-width:1600px) {
    .banner .img_hero_content .pad {
        padding-top: 70px
    }
}

.banner .hero_content {
    text-align: center;
    padding: 0 10px;
    margin: 0 10px 0 auto
}

@media (min-width:992px) {
    .banner .hero_content {
        max-width: 250px;
        margin: 0 50px 0 auto
    }
}

@media (min-width:1200px) {
    .banner .hero_content {
        max-width: 320px
    }
}

@media (min-width:1600px) {
    .banner .hero_content {
        max-width: 380px
    }
}

.banner .small_title {
    font-size: 16px;
    font-weight: 300;
    line-height: 18px
}

@media (min-width:768px) {
    .banner .small_title {
        font-size: 24px;
        line-height: 28px
    }
}

@media (min-width:1600px) {
    .banner .small_title {
        font-size: 30px;
        line-height: 34px
    }
}

.banner .big_title {
    font-size: 22px;
    font-weight: 800;
    line-height: 22px;
    margin: 0 0 10px
}

@media (min-width:992px) {
    .banner .big_title {
        font-size: 45px;
        line-height: 49px;
        margin: 20px 0
    }
}

@media (min-width:1600px) {
    .banner .big_title {
        font-size: 56px;
        line-height: 60px
    }
}

.banner .btn {
    font-size: 18px
}

@media (min-width:992px) {
    .banner .btn {
        font-size: 24px
    }
}

@media (min-width:768px) {
    .banner.contact-banner .img_hero_content .pad {
        padding-top: 50px
    }
}

@media (min-width:1200px) {
    .banner.contact-banner .img_hero_content .pad {
        padding-top: 80px
    }
}

@media (min-width:768px) {
    .banner.contact-banner .hero_content {
        max-width: 170px
    }
}

@media (min-width:992px) {
    .banner.contact-banner .hero_content {
        max-width: 250px
    }
}

@media (min-width:1200px) {
    .banner.contact-banner .hero_content {
        margin-right: 70px
    }
}

.banner.contact-banner .small_title {
    font-size: 20px;
    line-height: 24px
}

@media (min-width:1200px) {
    .banner.contact-banner .small_title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 10px
    }
}

.banner.contact-banner .big_title {
    font-size: 32px;
    font-weight: 700;
    line-height: 32px
}

@media (min-width:1200px) {
    .banner.contact-banner .big_title {
        font-size: 45px;
        line-height: 45px;
        margin: 0
    }
}

@media (min-width:1600px) {
    .banner.contact-banner .big_title {
        font-size: 56px;
        line-height: 50px;
        margin: 0
    }
}

@media (min-width:1400px) {
    .banner.about-banner {
        background-position: center 80%
    }
}

.banner.random-banner {
    height: 190px
}

@media (min-width:768px) {
    .banner.random-banner {
        height: 230px
    }
}

@media (min-width:992px) {
    .banner.random-banner {
        height: 300px
    }
}

@media (min-width:1200px) {
    .banner.random-banner {
        height: 350px
    }
}

@media (min-width:1800px) {
    .banner.random-banner {
        height: 400px
    }
}

.banner.random-banner .img_hero_content {
    display: none
}

.banner.blog-banner {
    height: 190px
}

@media (min-width:768px) {
    .banner.blog-banner {
        height: 200px
    }
}

@media (min-width:992px) {
    .banner.blog-banner {
        height: 300px
    }
}

@media (min-width:1200px) {
    .banner.blog-banner {
        height: 350px
    }
}

@media (min-width:1800px) {
    .banner.blog-banner {
        height: 400px
    }
}

.top_social {
    float: left
}

@media (min-width:992px) {
    .top_social {
        margin-right: 20px
    }
}

#trust_container>.pad {
    padding: 0 15px
}

@media (min-width:768px) {
    #trust_container>.pad {
        padding: 50px 15px 100px;
        width: 100%;
        display: table
    }
}

@media (min-width:1400px) {
    #trust_container>.pad {
        padding: 100px 15px 130px
    }
}

.review_rating {
    color: #ffc600;
    text-align: center;
    margin-bottom: 20px
}

.review_rating .fa {
    font-size: 34px;
    margin: 0 8px
}

@media (min-width:768px) {
    .review_rating .fa {
        font-size: 46px
    }
}

.top_testimonial {
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    position: relative;
    padding: 30px 0;
    margin: 50px 0!important
}

.top_testimonial>.pad {
    padding: 20px 30px;
    position: relative
}

@media (min-width:768px) {
    .top_testimonial>.pad {
        padding: 20px
    }
}

.top_testimonial .fa {
    font-size: 30px;
    margin: 0 5px
}

@media (min-width:992px) {
    .top_testimonial .fa {
        font-size: 40px
    }
}

.top_testimonial .pad>* {
    position: relative;
    z-index: 10
}

.top_testimonial .consult_btn,
.top_testimonial .test_author,
.top_testimonial .test_comment {
    margin-bottom: 15px
}

@media (min-width:768px) {
    .top_testimonial .consult_btn,
    .top_testimonial .test_author,
    .top_testimonial .test_comment {
        margin-bottom: 25px
    }
}

.top_testimonial .test_comment {
    font-weight: 300
}

@media (min-width:768px) {
    .top_testimonial .test_comment {
        font-size: 22px;
        line-height: 30px
    }
}

@media (min-width:992px) {
    .top_testimonial .test_comment {
        font-size: 24px;
        line-height: 34px
    }
}

@media (min-width:1600px) {
    .top_testimonial .test_comment {
        font-size: 30px;
        line-height: 44px
    }
}

@media (min-width:992px) {
    .top_testimonial .test_comment .commentbox {
        max-width: 280px;
        margin: 0 auto
    }
}

@media (min-width:1600px) {
    .top_testimonial .test_comment .commentbox {
        max-width: 370px
    }
}

@media (min-width:1800px) {
    .top_testimonial .test_comment .commentbox {
        max-width: 440px
    }
}

.top_testimonial .test_author {
    font-weight: 600
}

.top_testimonial .test_author span {
    display: block;
    width: 100%;
    clear: both
}

@media (min-width:768px) {
    .top_testimonial .btn {
        font-size: 18px
    }
}

@media (min-width:992px) {
    .top_testimonial .btn {
        font-size: 20px
    }
}

@media (min-width:1400px) {
    .top_testimonial .btn {
        font-size: 22px;
        font-weight: 700
    }
}

.top_testimonial .test_btn .underline {
    color: #fff;
    font-size: 16px
}

.top_testimonial .test_btn .underline:hover {
    color: #cb6015
}

.top_testimonial:after {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, .9);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transform: scale(1) rotate(-9deg) skewX(-9deg)
}

@media (min-width:768px) {
    .reviews_container,
    .trustbox {
        float: left;
        width: 50%
    }
}

.trustbox {
    text-align: center
}

.trustbox>.pad {
    padding: 50px 0;
    max-width: 320px;
    margin: 0 auto
}

@media (min-width:768px) {
    .trustbox>.pad {
        padding: 0;
        max-width: 385px
    }
}

@media (min-width:992px) {
    .trustbox>.pad {
        max-width: 470px
    }
}

@media (min-width:1200px) {
    .trustbox>.pad {
        max-width: 540px
    }
}

@media (min-width:1400px) {
    .trustbox>.pad {
        max-width: 610px
    }
}

@media (min-width:1600px) {
    .trustbox>.pad {
        max-width: 690px
    }
}

@media (min-width:1800px) {
    .trustbox>.pad {
        max-width: 700px;
        margin: 0 40px 0 auto
    }
}

.trustbox .trust_img {
    display: inline-block;
    margin-left: -5px
}

.trustbox .trust_img img {
    max-height: 64px;
    margin: 10px
}

@media (min-width:768px) {
    .trustbox .trust_img img {
        max-height: 74px
    }
}

@media (min-width:992px) {
    .trustbox .trust_img img {
        max-height: 94px;
        margin: 0 15px 20px
    }
}

@media (min-width:1200px) {
    .trustbox .trust_img img {
        max-height: 110px
    }
}

@media (min-width:1400px) {
    .trustbox .trust_img img {
        max-height: 120px;
        margin: 0 20px 25px
    }
}

@media (min-width:1600px) {
    .trustbox .trust_img img {
        max-height: 140px;
        margin: 0 30px 25px
    }
}

.reviews_container {
    border-top: 1px solid #545454
}

@media (min-width:768px) {
    .reviews_container {
        border-top: none;
        border-left: 1px solid #545454
    }
}

@media (min-width:992px) {
    .reviews_container .review_rating {
        text-align: left
    }
}

.test-content {
    color: #545454;
    font-size: 16px;
    line-height: 24px
}

.test-content>.pad {
    padding: 50px 20px
}

@media (min-width:768px) {
    .test-content>.pad {
        padding: 0 30px 50px
    }
}

@media (min-width:1400px) {
    .test-content>.pad {
        padding: 0 70px 50px;
        max-width: 600px
    }
}

@media (min-width:1900px) {
    .test-content>.pad {
        max-width: 750px
    }
}

.test-content .review_comment {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .test-content .review_comment {
        font-size: 24px;
        line-height: 30px
    }
}

@media (min-width:992px) {
    .test-content .review_comment {
        font-size: 28px;
        line-height: 34px
    }
}

@media (min-width:1900px) {
    .test-content .review_comment {
        font-size: 30px;
        line-height: 36px
    }
}

.test-content .review_author {
    font-weight: 700
}

@media (min-width:1400px) {
    .test-content .review_author {
        font-size: 18px
    }
}

.test-content .review_author .author-location {
    margin-left: -5px;
    display: none
}

.full-testimonials .reviews_content {
    padding-bottom: 15px
}

@media (min-width:768px) {
    .full-testimonials .reviews_content {
        padding-bottom: 20px
    }
}

.full-testimonials .reviews_content.col-md-6:nth-child(2n+3) {
    clear: left
}

.full-testimonials .quote,
.full-testimonials .review_author {
    float: left
}

.full-testimonials .quote {
    color: #000;
    font-size: 30px;
    padding-right: 10px
}

.full-testimonials .review_author {
    font-weight: 700;
    width: 100%
}

.mainContent.history-timeline {
    padding: 30px 0
}

.mainContent.history-timeline h1 {
    text-align: center
}

.mainContent.history-timeline .timeline-container {
    padding: 120px 0 20px;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

@media (min-width:1600px) {
    .mainContent.history-timeline .timeline-container {
        padding: 20px 0 60px
    }
}

.mainContent.history-timeline .timeline-container .line {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #e6e6e6
}

@media (min-width:1200px) {
    .mainContent.history-timeline .timeline-container .line {
        left: 50%;
        margin-left: -1px
    }
}

.mainContent.history-timeline .timeline-container .line:after,
.mainContent.history-timeline .timeline-container .line:before {
    content: '';
    position: absolute;
    left: -4px;
    width: 10px;
    height: 10px;
    border-radius: 30px;
    background-color: #e6e6e6
}

.mainContent.history-timeline .timeline-container .line:before {
    top: 0
}

.mainContent.history-timeline .timeline-container .line:after {
    bottom: 0
}

@media (min-width:1200px) {
    .mainContent.history-timeline .single-event {
        width: 50%
    }
}

@media (min-width:1200px) {
    .mainContent.history-timeline .single-event.odd {
        float: left
    }
}

@media (min-width:1200px) {
    .mainContent.history-timeline .single-event.even {
        float: right;
        margin-top: 300px
    }
}

@media (min-width:1200px) {
    .mainContent.history-timeline .single-event.even.fade.animated,
    .mainContent.history-timeline .single-event.odd.fade.animated {
        margin-top: 100px
    }
}

@media (min-width:1200px) {
    .mainContent.history-timeline .single-event.event-2.even.fade.animated {
        margin-top: 170px
    }
}

.mainContent.history-timeline .single-event .event-container {
    font-size: 13px;
    line-height: 18px;
    background-color: #f2f2f2;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin: 0 auto 30px;
    width: 76%;
    position: relative
}

@media (min-width:1200px) {
    .mainContent.history-timeline .single-event .event-container {
        font-size: 14px;
        font-weight: 300;
        line-height: 22px;
        width: 80%
    }
}

.mainContent.history-timeline .single-event .event-container:before {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border: 2px solid #e6e6e6;
    border-radius: 30px;
    background-color: #fff;
    z-index: 5
}

@media (min-width:1200px) {
    .mainContent.history-timeline .single-event .event-container:before {
        display: block
    }
}

.mainContent.history-timeline .single-event .event-container:after {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: #e6e6e6;
    z-index: 1
}

.mainContent.history-timeline .single-event .event-container>.pad {
    padding: 20px;
    position: relative;
    background-color: #f2f2f2;
    z-index: 5
}

@media (min-width:1200px) {
    .mainContent.history-timeline .single-event .event-container>.pad {
        padding: 50px
    }
}

.mainContent.history-timeline .single-event .event-container .event-pad {
    padding: 15px 10px 25px;
    border-bottom: 1px solid #e6e6e6;
    height: 400px
}

@media (min-width:1200px) {
    .mainContent.history-timeline .single-event .event-container .event-pad {
        height: 460px
    }
}

.mainContent.history-timeline .single-event .event-container .event-title {
    color: #2b2b2b;
    font-size: 22px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 10px
}

@media (min-width:1200px) {
    .mainContent.history-timeline .single-event .event-container .event-title {
        font-size: 24px;
        line-height: 26px
    }
}

.mainContent.history-timeline .single-event .event-container .event-logo {
    text-align: center;
    margin-bottom: 10px
}

.mainContent.history-timeline .single-event .event-container .event-logo img {
    margin: 0 auto;
    max-height: 250px
}

@media (min-width:1200px) {
    .mainContent.history-timeline .single-event .event-container .event-logo img {
        max-height: 300px
    }
}

@media (min-width:1200px) {
    .mainContent.history-timeline .single-event.even .event-container {
        margin: 0 0 0 auto
    }
}

@media (min-width:1200px) {
    .mainContent.history-timeline .single-event.even .event-container:before {
        left: -121px
    }
}

@media (min-width:1200px) {
    .mainContent.history-timeline .single-event.even .event-container:after {
        right: 110px
    }
}

@media (min-width:1200px) {
    .mainContent.history-timeline .single-event.odd .event-container {
        margin: 0 auto 0 0
    }
}

@media (min-width:1200px) {
    .mainContent.history-timeline .single-event.odd .event-container:before {
        right: -121px
    }
}

@media (min-width:1200px) {
    .mainContent.history-timeline .single-event.odd .event-container:after {
        right: auto;
        left: 110px
    }
}

.mainContent.history-timeline .single-event .event-year {
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    height: 34px;
    width: 60px;
    display: table
}

@media (min-width:1200px) {
    .mainContent.history-timeline .single-event .event-year {
        margin-top: -17px;
        display: table
    }
}

.mainContent.history-timeline .single-event .event-year span {
    display: table-cell;
    vertical-align: middle
}

@media (min-width:1200px) {
    .mainContent.history-timeline .single-event.even .event-year {
        left: -80px
    }
}

@media (min-width:1200px) {
    .mainContent.history-timeline .single-event.odd .event-year {
        right: -80px;
        left: auto
    }
}

.attachment img,
img.size-auto,
img.size-full,
img.size-large,
img.size-medium {
    max-width: 100%;
    height: auto
}

.aligncenter,
.alignleft,
.alignright,
img.aligncenter,
img.alignleft,
img.alignright {
    display: block;
    float: none;
    margin: 0 auto 12px
}

img.aligncenter,
img.alignleft,
img.alignright {
    margin-bottom: 12px
}

.wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 632px!important;
    padding: 4px;
    text-align: center
}

.wp-caption img {
    margin: 5px 5px 0
}

.wp-caption p.wp-caption-text {
    color: #888;
    font-size: 12px;
    margin: 5px
}

.wp-smiley {
    margin: 0
}

.gallery {
    margin: 0 auto 18px
}

.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%
}

.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery img {
    border: 2px solid #cfcfcf
}

.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto
}

.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto
}

.gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px
}

.gallery dl {
    margin: 0
}

.gallery img {
    border: 10px solid #f1f1f1
}

.gallery br+br {
    display: none
}

#content .attachment img {
    display: block;
    margin: 0 auto
}

@media (min-width:480px) {
    .alignleft,
    img.alignleft {
        display: inline;
        float: left;
        margin-right: 24px;
        margin-top: 4px
    }
    .alignright,
    img.alignright {
        display: inline;
        float: right;
        margin-left: 24px;
        margin-top: 4px
    }
    .aligncenter,
    img.aligncenter {
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto
    }
}

.page-id-11613 .pfp_form_changer option {display: block !important;}
.page-id-10466 .pfp_form_changer option {display: block !important;}
.page-id-11633 .pfp_form_changer option {display: block !important;}
.page-id-10880 .pfp_form_changer option {display: block !important;}
.page-id-11638 .pfp_form_changer option {display: block !important;}

sup {
    top: -0.9em !important;
    font-size: 46% !important;    
}

@media (min-width: 768px) {
    .ppc #hdr_bottom .ppc-phone {
        display: none;
    } 
}

@media (min-width: 768px) {
    .ppc #hdr_bottom .ppc-phone {
        display: none;
    } 
}

@media (max-width: 768px) {
    .ppc #hdr_bottom .logo-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; 
        -webkit-box-align: center; 
            -ms-flex-align: center; 
                align-items: center;
    }
    #hdr_bottom .logo {
        top: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
}

@media (min-width: 768px) {
    #hdr #hdr_bottom .lgContainer .logo-box .sticky-fone {
        display: none;
    }
}

@media (max-width: 992px) {
    .img_hero_content {
        
    }
    .index-increase {
        z-index: 12;
    }
    .hero_content .disclaimer_new {
        background: #000;
        z-index: 12;
    }
    .scale-up-mobile {
        margin-top: 160px!important;
        transition-timing-function: ease;
    }
}
@media (min-width: 993px) {
    .scale-up-desktop {
        margin-top: 100px;
        transition-timing-function: ease;
    }
}
@media (min-width: 992px) {
     .ppc .banner .pad {
         top: 35%!important;
    } 
}


.product_selector .specials-icons .slick-icon .specials_icon_title,
.mobile-sticky .icon-box,
.gallery-title,
.service-area span,
.mainContent .prod-content h1 {
    text-transform: capitalize;
}
.beldon-form-disclaimer {
    clear:both;
    display:block;
}
