/*

Style CSS

*/

#logo-marquee {
    width: 100%;
    height: 90px;
    background: url(bt-images/marquee.jpg) left 0 repeat-x;
    background-size: cover;
    transition: background-position 360s;
    transition-timing-function: linear;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}

#logo-marquee.animate {
    background-position: -23080px center;
}

#bt-featured-articles {
    font-size: 1.3em;
}

#bt-home-billboard {
    background: url(bt-images/coverphotoblur3.jpg) center 0 no-repeat fixed;
    background-size: cover;
    padding: 0 5%;
    color: #fff;
}

#bt-home-billboard h1 {
    color: #fff;
    font-size: 2.6em;
    padding-top: 1em;
    margin-top: 0;
}

#bt-home-billboard p {
    font-size: 1.4em;
    line-height: 1.2em;
}

#bt-home-billboard a {
    float: left;
    background: red;
    color: #fff;
    border-radius: 2em;
    padding: 0.3em 1.4em;
    font-size: 1.2em;
}

#home-billboard-video {
    float: right;
    width: 70%;
    max-width: 1024px;
    margin-left: 2em;
}

#bt-home-billboard-left {
    max-width: 26em;
}

#home-billboard-video div {
    position: relative;
    width: 100%;
    height: 0;
    padding: 0;
    padding-bottom: 56.25%;
    background: url(bt-images/home-vid-placeholder-b.jpg) center center no-repeat;
    background-size: contain;
    overflow: visible;
    cursor: pointer;
}

#home-billboard-video iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.page-template-page-home .x-navbar {
    border-bottom: none;
}

@media (max-width: 1024px) {

    #home-billboard-video {
        float: none;
        width: 100%;
        margin-left: 0;
    }

    #bt-home-billboard {
        padding: 0;
    }

    #bt-home-billboard-left {
        padding: 2em;
        max-width: 100%;
    }

}

.x-iso-container-portfolio .entry-wrap.cf {
    height: 3em;
    position: relative
}

.x-iso-container-portfolio .entry-wrap.cf header {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
}

.clearfix {
    clear: both;
}

#bt-promo {
    float: right;
    width: 25%;
    background-color: #097e34;
    color: #fff;
    padding: 2em 1em;
    margin: 3em 0;
}

#bt-promo h4 {
    color: #fff;
    margin-top: 0;
}

#bt-promo a {
    float: left;
    background: #fff;
    color: #097e34;
    border-radius: 2em;
    padding: 0.3em 1.4em;
    font-size: 1.2em;
}

.bt-container {
    width: 90%;
    max-width: 1300px;
    margin: 1em auto;
}

.bt-container p {
    font-family: "Open Sans", sans-serif;
    font-size: 1.2em;
    font-weight: 100;
    line-height: 1.4;
}

.bt-left {
    float: left;
    width: 70%;
}


.bt-left h2 {
    margin: 1em 0;
}

ul.bt-special {
    list-style-type: none;
    width: 89%;
}

ul.bt-special li {
    border-top: 1px solid #4E7EA6;
}

ul.bt-special h3 {
    color: #097e34;
    margin-top: 0.2em;
    margin-left: 2em;
}

ul.bt-special p {
    margin-left: 3.9em;
}

ul.bt-special li:before {
    background: url(bt-images/li-bg.png) center bottom no-repeat;
    content: '1';
    float: left;
    color: #E7EBEF;
    font-size: 2em;
    height: 4em;
    clear: left;
    padding: 0em 0.5em 0;
    font-weight: bold;
    opacity: 0.6;
}

ul.bt-special li:nth-child(2):before {
    content: '2';
    opacity: 0.7;
}

ul.bt-special li:nth-child(3):before {
    content: '3';
    opacity: 0.8;
}

ul.bt-special li:nth-child(4):before {
    content: '4';
    opacity: 0.9;
}

ul.bt-special li:nth-child(5):before {
    content: '5';
    opacity: 1;
}

@media (max-width: 780px) {

    .bt-left {
        float: none;
        width: 100%;
    }

    #bt-promo {
        float: none;
        width: 100%;
        margin: 0;
    }

}

.bt-text-left {
    width: 60%;
    float: left;
}

.bt-image-right {
    width: 30%;
    float: right;
    max-width: 350px;
    min-width: 350px;
}

.bt-about-page h1 {
    background: #C1C1C1;
    color: #fff;
    padding: 0.5em 5%;
    margin: 0;
}

.bt-about-page h2 {
    margin-top: 0.5em;
}

.bt-about-page li {
    font-size: 1.2em;
    font-weight: 100;
}

.bt-about-page ol {
    list-style: none;
    padding-left: 5em;
    margin-top: 2em;
}

.bt-about-page ol li {
    position: relative;
    margin-bottom: 20px;
    padding: 0.1em 1em 0.15em;
    font-size: 1.4em;
    border: 1px solid #097e34;
    border-radius: 1em;
    float: left;
    clear: left;
    color: #097e34;
    box-sizing: border-box;
}

ol li:before {
    position: absolute;
    top: -0.09em;
    left: -2.3em;
    width: 1.7em;
    height: 1.7em;
    text-align: center;
    background: #7A9BB9;
    color: #fff;
    font-size: 1.2em;
    border-radius: 50%;
    line-height: 1.7;
}


.bt-about-page ol li:nth-child(1):before {
    content: "1";
}


.bt-about-page ol li:nth-child(2):before {
    content: "2";
}


.bt-about-page ol li:nth-child(3):before {
    content: "3";
}


.bt-about-page ol li:nth-child(4):before {
    content: "4";
}

@media (max-width: 860px) {

    .bt-text-left {
        width: 100%;
    }

    .bt-image-right {
        width: 100%;
        max-width: none;
        min-width: 0;
    }

}


.bt-home-page .x-img-thumbnail {
    width: 100%;
}

#bt-big-phone {
    text-align: center;
    font-weight: bold;
    font-size: 3.5em;
    margin: 0.9em auto 1.2em;
    display: block;
    border: 1px solid #097e34;
    width: 10em;
    border-radius: 2em;
    background: #fff;
}

#bt-big-phone:before {
    content: '\F095';
    font-family: fontawesome;
    margin-right: 0.5em;
    position: relative;
    top: 0.1em;
}

@media (max-width: 600px) {

    .bt-about-page ol {
        padding-left: 2em;
    }

    #bt-big-phone {
        font-size: 2em;
    }

}
