.divider-div {

    height: 0px;

}

.blog{

    background-color: white;
    padding-bottom: 25px;
    z-index: 100;
    position: relative;
}
.blogpost-maintitle {
    line-height:1.08em;

    color: white;
    text-decoration: none;
    font-size: 65px;
    font-family: "ProximaNovaCond-Extrabld";
}

.blog-titles{

    color: #333;
    text-decoration: none;
    font-size: 12px;
    line-height: 10px;


}
.blog-titles:hover{
    color: #333;

}
.blog-post-by{
    color: rgba(84,84,84,0.55);

}
.blog-post-by a, .post_meta a {

    margin-right: 4px;
    margin-left: 4px;

}
.blog-post-by-links{
    color: rgba(84,84,84,0.55);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;

}
.blog-post-by-links:hover{
    color: #ec111b;

}
.categories{

    background-color: white;
    border-bottom: 1px solid #666;
    border-top: 1px solid #666;
    background-color: #0c0d0d;
    height:70px;
    color: white;
    padding: 22px 0;
    position: relative;
    z-index: 999;
}

.categories .blog-category {

    color: white;
    padding: 15px;
    font-family: Poppins;
    font-size: 14px;


}
.categories .blog-category:hover{


    text-decoration:none;


}



.blog-list{

    margin-top: 25px;

}
.blog-list h2{

    line-height: 14px;

}


.blog-list a{

    color: black;

    font-weight: bold;

}

.blog-list a:hover{

    text-decoration: none;

}



.entry-title-archive {

    font-size: 1.875rem;

    line-height: 1.1333em;

    margin-bottom: 17px;



}

.entry-title-archive span {

    display: block;

}


.thumbnail_archive_container{
    display: block;
    overflow: hidden;
    margin-bottom: 6px;
    position: relative;
    opacity: .80;
    z-index: 5;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.thumbnail_archive_container:hover{
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;

}
.thumbnail_archive_container img{
    border: 0px solid lightgrey;
}


.entry-content-archive{
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 1.25rem;
    margin: .5em 0 0 0;
    color:#555;
    text-align:left;
}



.entry-content-archive p .blog-continue-reading{
    font-family:'Poppins',sans-serif;
    color: #ec111b;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 1rem;
    display: block;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.entry-content-archive p .blog-continue-reading:hover{
    color: #fea8ac;

}
.blog-post{
    background-color: white;

}

.blog-post .nav{

    margin-bottom: 50px;

}



.blog-post .post-top h1{

    font-size: 80px;

}



.blog-post .post{

    /*font-size: 18px;*/

    /*line-height: 1.5;*/

}
.blog-post .post img{

    max-width: 100%;

}





.wrap-center{

    margin: 0 auto;

    position: relative;

    width: 100%;

    height: 100%;


    z-index: 11;

}

.BlogTitle-centered {

    text-align: center;

    position: absolute;

    display: block;

    width: 100%;

    height: inherit;

    overflow: hidden;

    margin-top: 120px;

    color: Black;

}


.banner-centered {

    text-align: center;
    position: absolute;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    width: 100%;
    height: inherit;
    overflow: hidden;
    color: white;
    word-wrap: break-word;

}



.banner-centered h2 {

    font-size: 5.385em;

    line-height: 1.5;

    text-transform: uppercase;

    letter-spacing: 0px;

    color: #fafafa;

    font-weight: 100;

    display: block;

}

.blogpost-by-links a{

    font-family:'Poppins',sans-serif;
    margin-left: 4px;
    margin-right: 4px;
    font-weight:900;
    color: white;
    text-decoration: none;
    font-size: 13.2px;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blogpost-by-links a:hover{

    color: #ec111b;
    text-decoration: none;



}

video#bgvid {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
    background-size: cover;
}

.video-foreground,
.video-background iframe {
    position: absolute;
    top: 0; left: -5%;
    width: 110%; height: 110%;
    pointer-events: none;
    z-index: 10;
}

.navbar-default{
    z-index: 500;
}
.btn.outline {
    margin-top:15px;
    border: 1px solid #adadad;
    color: #adadad;
    background: none;
    border-radius: 0;
    font-size: 11px;
    padding: 25px 45px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}
.btn.outline:hover{
    background-color: white;
    color: black;
}
.modal-lg{
    width: 83%;
    height: 90%;
}
.modal-lg .modal-content{
    height: 100%;
    background-color: black;
}
.modal-lg .modal-content iframe{
    width: 100%;
    height: 100%;
}
.blog-category-heading{
    padding-top:20px;
    text-align:center;
    color: black;
    font-weight: normal;
    font-size: 42px;
    line-height: 60px;



}
.font-11{
    font-size: 11px !important;
}


#next-post-wrap {
    right: 50px !important;

}
#next-post-wrap i{
    font-size: 30px !important;

}
#prev-post-wrap {
    left: 50px !important;
}
#prev-post-wrap i{
    font-size: 30px !important;
}
.blog-description{
    clear: both;
    display: block;
}
.blog-description iframe{
    width: 100%;
}
.blog-description h1{
    margin-top: 40px;
    margin-bottom: 40px;
}
.blog-description h2{
    margin-top: 30px;
    margin-bottom: 30px;
}
.blog-description h3{
    margin-top: 25px;
    margin-bottom: 25px;
}

.blog-headlines-boxy{

    background-color: #e9e9e9; color: black;font-weight: normal;font-size: 42px;line-height: 60px;


}

.thumbnail_sidebar_container{
    display: block;
    overflow: hidden;
    position: relative;
    opacity: .80;
    z-index: 5;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.thumbnail_sidebar_container:hover{
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}


.thumbnail_sidebar_container_entry{
    display: block;
    overflow: hidden;
    padding-top: 7px !important;
    padding-bottom: 20px !important;
    padding-right: 50px !important;
    padding-left: 50px !important;
    font-size:12px;
    line-height:14px;
    text-align:left;
    position: relative;

}
.thumbnail_sidebar_container_entry:hover{
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}
.vid-modal-close-button{
    height: auto;
    width: auto;
    left: auto;
    right: 0px;
    bottom: auto;
    top: 0px;
    padding: 8px;
    color: #919191;
    font-family: inherit;
    font-size: 12px;
    line-height: 14px;
    border: 1px none #ffffff;
    border-radius: 0px;
    box-shadow: 0px 0px 0px 0px rgba(2,2,2,0.23);
    text-shadow: 0px 0px 0px rgba(0,0,0,0.23);
    background-color: rgba(255,255,255,1);

    text-decoration: none;
    text-align: center;
    position: absolute;
    cursor: pointer;
    min-width: 1em;
    z-index: 2;
}

blockquote{
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #f5f7fa;
    border: none;
    color: #8d8d8d;
    padding-left: 80px;
    font-size: 15px;
    font-style: italic;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 80px;
    line-height: 1.5em;
}
p{
    margin: 0 0 20px;
    line-height: 23px;
}
.page-heading{
    margin-top:-50px;
    background-color:#e9ecf3;
    padding: 25px 0;
    text-align: center;
}
.mobile-title{
    /*padding: 0 10%;*/
    margin-top: 60px;
}
.cat-link-color{
    color: #f13e46;
    font-weight: bold;
}
.cat-link-color:hover{
    color: #f13e46;
    text-decoration: none;

}
.cat-link-separator{
    color: #f13e46;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: bold;
}
.shareaholic-share-buttons-wrapper{
    float: left !important;
}
.shareaholic-share-buttons{
    margin-left: -15px !important;
}
.shareaholic-share-buttons-container li.shareaholic-share-button{
    padding-left: 1px !important;
    padding-right: 1px !important;
}
.ad-title{
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.ad-title a{
    text-decoration: none;
}
.ad-title a:hover{
    text-decoration: none;
}
@media (max-width: 999px) {
    .blogpost-maintitle {

        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .col-xs-center{
        text-align: center;
        text-align: -webkit-center;
    }
    .col-xs-center img{
        margin: auto;
    }
    .thumbnail_archive_container img{
        width: 100%;
    }

}

@media (max-width: 550px) {
    .blogpost-maintitle {

        font-size: 30px;
    }
}
.product-xs{
    /*min-height: 450px;*/
}
.product-description-xs{
    line-height: 10px;
}

@media (max-width: 425px) {
    .container-xs {
        padding-left: 0px;
        padding-right: 0px;
    }
    .blog-titles{
        padding-left: 15px;
        padding-right: 15px;
        display: block;
        line-height: 15px;
    }

    .product-xs{
        min-height: 285px;
    }
    .product-xs h2{
        margin-bottom: 0;
        margin-top: 0;
    }
    product-xs h2 a h1{
        margin-bottom: 0;

    }
    .product-description-xs{
        line-height: 13px;
    }
}
@media (max-width: 1199px) {
    .categories {
        text-align: center;
        margin-top: 0;
    }

}


.btn-custom {
    background-color: #000000;
    border-color: #000000;
    border-radius: 0px;
    color: #fff;
    padding: 8px 15px;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
    background-color: #333333;
    color: #fff;
    border-color: #000000;
}
.btn-custom.disabled:hover,
.btn-custom.disabled:focus,
.btn-custom.disabled:active,
.btn-custom.disabled.active,
.btn-custom[disabled]:hover,
.btn-custom[disabled]:focus,
.btn-custom[disabled]:active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom:hover,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active {
    background-color: #000000;
    border-color: #000000;
}

.image-thumb-zoom {
    overflow: hidden;
    position: relative;
}
.image-thumb-zoom a {
    display: block;
    overflow: hidden;
}
.image-thumb-zoom a img{
    width: 100%;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.image-thumb-zoom:hover a img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
