﻿.list {
    margin-left:15px !important;
    list-style:disc;
}

.ModalBackground {
    background-color: #333333;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=40);
}

.popup {
    background-color: white;
    vertical-align: top;
    padding: 10px;
    border-style: solid;
    border-color: Black;
    border-width: 1px;
}

    .popup p img {
        float: right;
        margin-left: 20px;
        margin-bottom: 20px;
    }


.search-widget {
    position: relative;
}

    .search-widget form input[type=text] {
        border: none;
        padding: 10px;
        min-width: 255px;
        color: #acaaa6;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

    .search-widget form button[type=submit] {
        position: absolute;
        background: none;
        border: none;
        bottom: 0.3125rem;
        right: 0.125rem;
        color: #acaaa6;
    }
.slider-content
{
   
 /* opacity: 0.5;*/
}
.main-title {
    padding: 4px 4px 4px 10px;
    background-color: rgba(0, 0, 0, 0.2);
    /* opacity:0.1;*/
}

@media (max-width: 991px) {
    .search-widget {
        padding: 0;
        float: left;
        position: relative;
    }
}

@media (min-width: 992px) {
    .search-widget .search-logo {
        /* If media is above 991 */
        display: none;
    }
}

@media (max-width: 991px) {
    .search-widget .search-logo {
        fill: #000;
        width: 40px;
        height: 40px;
        display: inline-block;
        float: right;
    }
}

.searchform {
    display: block;
    z-index: 2;
    position: relative;
    top: 4px;
    right: 0;
}

@media (min-width: 992px) {
    .searchform {
        max-width: 470px;
        width: 100%;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .searchform {
        top: 0;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .searchform {
        width: 350px;
    }
}

@media (max-width: 991px) {
    .searchform {
        /* If media is below 992 */
        display: none;
        z-index: 2;
        position: absolute;
        top: 52px;
        right: auto;
        left: 0;
    }
}

.searchform input[type=text] {
    width: 100%;
    border: 1px solid #eeeeee;
    border-radius: 30px;
    height: 50px;
    padding: 0 60px 0 15px;
    background: #fff;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.8px;
    color: #999999;
}

.searchform input[type="text"]:focus {
    background: #fff;
}

.searchform input[type="text"]::placeholder {
    color: #999999;
}

@media (max-width: 991px) {
    .searchform input[type=text] {
        /* If media is below 992 */
        background: #fff;
        padding-right: 45px;
        min-width:250px;
    }

    .searchform input[type="text"]:focus {
        background: #fff;
    }
}

@media (max-width: 543px) {
    .searchform input[type=text] {
        /* If media is below 544 */
        min-width: 240px;
    }
}

.searchform button[type=submit] {
    position: absolute;
    bottom: 0;
    top: 0;
    background: #00b9f5;
    text-align: center;
    border: none;
    border-radius: 50%;
    right: 0rem;
    color: #fff;
    padding: 12px 10px;
    height: 44px;
    width: auto;
    margin: 3px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.searchform button[type="submit"]:hover {
    background: #012b72;
}

@media (max-width: 991px) {
    .searchform button[type=submit] {
        /* If media is below 992 */
        background: #00b9f5;
        color: #fff;
    }
}

.video iframe {
    width: 250px;
}

@media (max-width: 991px) {
    .video iframe {
        width: 90%;
    }
}

@media (max-width: 764px) {
    .video iframe {
        width: 90%;
    }
}

    .vid iframe {
        width: 215px;
    }

    @media (max-width: 991px) {
        .vid iframe {
            width: 100px
        }
    }

    @media (max-width: 767px) {
        .vid iframe {
            width: 100px;
        }
    }

    @media (max-width: 543px) {
        .vid iframe {
            width: 100px;
        }
    }



    @media (max-width: 991px) {
        .ytp-cued-thumbnail-overlay {
            width: 150px
        }
    }

    @media (max-width: 767px) {
        .ytp-cued-thumbnail-overlay {
            width: 150px;
        }
    }
