﻿body {
    width: 100%;
    height: 100%;
}

.carousel-indicators .active {
    width: 20px;
    height: 20px;
    margin-top: 20% !important;
    background-color: #ed502e !important;
}

.dropbtn {
    /*background-color: #f35307;
            color: white;*/
    padding: 16px;
    /*font-size: 16px;*/
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            /*background-color: #ddd;*/
            color: orangered;
            z-index: 5;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    /*background-color: #337ab7;*/
    color: orangered;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #f9f5f5 !important;
    white-space: nowrap;
}

    .dropdown-menu > li > a:hover {
        font-weight: bold !important;
        cursor: pointer !important;
        color: black !important;
        background-color: #ED502E !important;
    }
/*.dropdown-menu >li> a :hover {
        background-color:#ED502E!important;}*/

.glyphicon {
    color: orangered;
}

a.accordion-toggle:hover {
    color: orangered;
    font-weight: bold;
}


p {
    font-size: large;
    text-align: justify;
    font-weight: 400;
    color: white;
    line-height: 3.75rem;
}

.unline {
    text-align: center;
}



.navbcol {
    border-radius: 0;
    color: #000;
    padding: 0px;
}

.navbar-default .navbar-nav > li > a {
    color: #040404;
    font-weight: 600;
}

div {
    display: block;
}

.live-grids-w3ls {
    box-sizing: border-box;
    padding: 2em;
    background: rgba(0, 5, 2, 2.85);
    box-shadow: 1px 1px 17px #1b1b1b;
    opacity: 1;
}

.live-info {
    width: 100%;
    display: inline;
}

.mrgnlft {
    margin: 0px 0px 0px 5px;
}

.dropdown-menu {
    background-color: #ed502e;
}

@media only screen and (max-width: 767px) {
    .marqsz {
        margin-top: -5.2%;
    }

    .cartp {
        margin-top: 27%;
    }

    .carsz {
        width: 100%;
        height: 300px;
        margin-top: 0%;
    }

    .mainifo {
        margin-top: 25%;
    }

    .maincnt {
        margin-top: 25%;
    }

    .mainnat {
        margin-top: 28%;
    }

    .mainpro {
        margin-top: 34%;
        margin-bottom: 5%;
    }
     .maintre {
        margin-top: 17%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
    .marqsz {
        margin-top: -1.5%;
    }

    .cartp {
        margin-top: 7.5%;
    }

    .carsz {
        width: 100%;
        height: 450px !important;
    }

    .mainifo {
        margin-top: 1%;
    }

    .maincnt {
        margin-top: 3%;
    }

    .mainnat {
        margin-top: 7%;
    }

    .mainpro {
        margin-top: 11%;
        margin-bottom: 5%;
    }
    .maintre {
        margin-top: 6%;
    }
}
/*Ipad*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .marqsz {
        margin-top: -2.5%;
    }


    /*.carsz {
        width: 100%;
        height: 450px!important;
         margin-top: -3%!important;
    }*/
}
/*ipad pro*/
@media screen and (min-width: 1024px) and (max-width: 1366px) {
    .marqsz {
        margin-top: -1.5%;
    }
}
/*iphone 5/se*/
/*@media screen and (min-width: 320px) and (max-width: 568px) {
    .marqsz {
        margin-top: -5.9%;
    }
}*/

.glyphicon {
    color: orangered;
}

a.accordion-toggle:hover {
    color: orangered;
    font-weight: bold;
}

div {
    display: block;
}

.live-grids-w3ls {
    box-sizing: border-box;
    padding: 2em;
    background: rgba(0, 5, 2, 2.85);
    box-shadow: 1px 1px 17px #1b1b1b;
    opacity: 1;
}

.live-info {
    width: 100%;
    display: inline;
}

.mrgnlft {
    margin: 0px 0px 0px 5px;
}

@media screen and (max-width: 767px) {
    ul.nav.navbar-nav {
        background-color: white;
        text-align: center;
    }
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 30px !important;
}
