﻿.dvLogo {
    margin-top: 10px;
}

    .dvLogo img {
        width: 50%;
    }

.dvCBs {
    margin-top: 30px;
    text-align: center;
}

.dvRows {
    margin-top: 50px;
     margin-bottom: 100px;
    text-align: center;
}

    .dvRows .row {
        margin-bottom: 30px;
    }

    .dvRows .rowTitle {
        margin-bottom: 10px;
    }

    .dvRows .row .info {
        margin-top: 5px;
    }

    .dvRows .row .embed-responsive-item {
        background-color: black;
    }

    .dvRows .col-4 {
        padding-left: 3px;
        padding-right: 3px;
    }

.inline {
    display: inline;
}

.maxwidth {
    width: 100%;
}

a, h2, h3, h4, h5 {
    color: red;
}

a h2:hover, a h5:hover{
    color:#BB0000;
}
.hide {
    display: none;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */ 0 .switch input {
    display: none;
}

/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }




.banner-wrapper {
    background-color: #1f1919;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 180px 0 155px;
    min-height: 0;
}

.color-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(31,25,25,.03);
    z-index: 99;
}


.logo{
    position:absolute;
    padding:20px;
    top:0px;
}
.logo img{
    width:300px;
}

#thumbnail {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-animation: feature-bg-anim .6s ease-in-out;
    animation: feature-bg-anim .6s ease-in-out;
    margin: 0;
    background: url('/assets/images/banner.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    #thumbnail img {
        font-size: 0px;
        left: 0px;
        top: -191.669px;
        width: 1699px;
        height: 718.337px;
        position: relative;
        display: none;
    }

#btnTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 20px;
    border: none;
    outline: none;
    background-color: #ccc;
    color: white;
    cursor: pointer;
    padding: 3px 8px;
    opacity: .8;
}

    #btnTop:hover {
        background-color: red;
        opacity: .8;
    }

#dvMain {
    width: 90%;
    margin: auto;
}


.dvFootLogo {
    background-color: #f0f0f0;
    padding: 20px;
    text-align: center;
}

    .dvFootLogo img {
        width: 40px;
    }

.dvFooter {
    background-color: #000;
    padding: 50px;
    text-align: center;
    text-align: center;
}

    .dvFooter p {
        color: #fff;
        font-size:9px;
        font-family:  Helvetica, sans-serif;
    }
