@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,900');

/* Default Font Styles
______________________*/
body, input, select, textarea{
    font-family: FFDINWebProRegular, san-serif;
    font-size: 16px;
    color: #000;
    line-height: 1.2;
}

/* Headings
______________________*/
h1{
    font-family: "Sentinel SSm A", "Sentinel SSm B";
    font-size: 24px;
    font-weight: 900;
}
h2,h3,h4,h5,h6{
    font-family: "Sentinel SSm A", "Sentinel SSm B";
}

/* Links
______________________*/
a{

}
a:hover{
    text-decoration: none;
}
img{
    max-width: 100%;
    height: auto;
}

/* p, blockquote, address
______________________*/
p{

}
b, strong {
    font: FFDINWebProBold, san-serif !important;
}

/* Lists
______________________*/
ul{
    margin: 0;
    padding: 0;
}
ul li{

}
ol{
    margin: 0;
    padding: 0;
}
ol li{

}


/* Layout 
______________________*/
#container-fluid{

}

/* Header
______________________*/
#header-wrap{
    /*background: url(../images/header-bg.jpg) repeat-x left top;*/
    background-color:#fff;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    min-height: 102px;
    padding: 16px 0 0;
}
#header{

}
.header-left{
    padding-top: 2px;
}
.header-right{
    text-align: right;
}
.header-right ul{
    margin-bottom: 12px;
}
.header-right li{
    display: inline-block;
    vertical-align: middle;
}
.header-right li + li{
    margin-left: 10px;
}
.header-right p{
    margin: 0;
}
.first-btn{
    height: 22px;
    line-height: 18px;
    border: 2px solid #ee5035;
    font-size: 12px;
    color: #ee5035;
    display: block;
    padding: 0 8px;
}
.first-btn:hover{
    background: #ee5035;
    color: #fff;
}
.last-btn{
    height: 20px;
    line-height: 16px;
    border: 2px solid #ee5035;
    background: #ee5035;
    font-size: 12px;
    color: #fff;
    display: block;
    padding: 0 10px;
}
.last-btn:hover{
    background: transparent;
    color: #ee5035;
}

/* Navigation
______________________*/
.fa-caret-up{
    display:none;
}

#nav-wrap{
    background: #ee5035;
    /*padding: 12px 0 14px;*/
}
nav ul{
    text-align:center !important;
    font-size:16px !important;
}
nav li{
    display: inline-block;
}
/*nav li + li{*/
#main-menu {
    line-height: 41px;
    height: 41px;
}
#main-menu > li > a{
    margin-left: 22px;
    text-decoration : none;
}
#main-menu li:first-child a{
    margin-left: 0px;
}
nav a{
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
nav a:hover{
    color: #dfd8cc;
}
/* The container <div> - needed to position the dropdown content */
.drop-down {
    position: relative;
    display: inline-block;
}
.modal-body .drop-down {
    display: inherit;
}

.modal-body .menu-open {
    display: none;
    position: relative;
    background-color: #fff;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding-top: 10px;
}

.modal-body .modal-dialog ul li{
    position:relative;
}
.sponsor-sec h1{
    padding: 0 0 37px;
}

.modal-body .menu-open a {
    color: #000;
    text-decoration: none;
    display: block;
    font-size: 13px;
    min-width: 200px;
}

/* Change color of dropdown links on hover */
.menu-open a:hover {background-color: #fff; color: #ee5035; width: 100%}

/* Show the dropdown menu on hover */
/*.drop-down:hover .menu-open {display: block;}*/

/*  Banner Area
-------------------------------------- */
#banner-wrap{
    border-bottom: 2px solid #ee5035;
    height:33vw;
    overflow:hidden;
}
#banner-wrap img{
    width: 100%;
}
/*  Main Area
-------------------------------------- */
#main-wrap{
    padding: 25px 0;
}
#main{

}
.main-heading{
    text-align: center;
    margin-bottom: 10px;
}
.main-heading h1{
    color: #000;
    margin: 0;
    background: #f39c12;
    padding: 13px 0 9px;
}
.thumbnail-sec{
    margin-bottom: 25px;
}
.thumbnail-fig img{
    width: 100%;
}
.thumbnail-info{
    background: #dfd8cc;
    padding: 12px 10px;
}
.thumbnail-info h3{
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
}
.thumbnail-info p{
    margin: 0;
    font-weight: 700;
}
.thumbnail-bar{
    background: #46629e;
    text-transform: uppercase;
    color: #fff;
    padding: 0 5px;
}
.thumbnail-bar.green{
    background: #04a100;
}
.thumbnail-bar.brown{
    background: #ae672c;
}
.thumbnail-bar small{
    font-weight: 900;
}
/*  Footer 
-------------------------------------- */
#footer-wrap{
    border-top: 15px solid #faebd7;
    background: #dfd8cc;
    padding: 26px 0 30px;
}
#footer{

}
.footer-right{
    text-align: right;
}
.footer-left p{
    margin: 0;
    font-size: 14px;
}
.footer-left a{
    color: #ee5035;
    text-decoration: underline;
}
.footer-copyright{
    margin: 34px 0 30px;
    font-size: 12px;
    border-bottom: 1px solid #ababab;
    padding-bottom: 22px;
}
.footer-copyright p{
    margin: 0;
}
.footer-sponsor{
    text-align: center;
}
.footer-sponsor h4{
    margin: 0 0 37px;
    font-size: 20px;
    font-weight: 900;
}

.footer-sponsor h1{
    margin: 0 0 37px;
    font-size: 20px;
    font-weight: 900;
}

.fl{ float:left}
.fr{ float:right}
.cl{ clear:both; font-size:0; height:0; }
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* Alignments */
.center { text-align:center }
.right { text-align:right }
.top {vertical-align:top }
.middle { vertical-align:middle }



@media (min-width: 1280px) {
    .container{
       /* max-width: 1200px;*/
       max-width:94vw;
    }
}
@media (max-width: 1199px) {
    .thumbnail-info{
        padding: 10px 15px;
    }
}
@media (min-width: 992px) {

    .hidden-desktop{display: none;}

    .header-right li:last-child{
        display: none;
    }
    #nav-wrap{
        display: block !important;
    }
    .drop-down {
        position: relative;
        display: inline-block;
    }
    .modal-body .drop-down {
        display: inherit;
    }

    /* Dropdown Content (Hidden by Default) */
    .menu-open {
        display: none;
        position: absolute;
        background-color: #ee5035;
        min-width: 200px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        margin-top: 0;
    }
    ul.menu-open > li {
        border-bottom: 1px solid grey;
    }
    ul.menu-open > li:last-child {
        border-bottom: none;
    }

    /* Links inside the dropdown */
    .menu-open a {
        color: #fff;
        padding-left: 10px;
        text-align: left;
        text-decoration: none;
        display: block;
        font-size: 12px !important;
        min-width: 200px;
    }

    /* Change color of dropdown links on hover */
    .menu-open a:hover {
        background-color: #c0250b; 
        color: #fff; 
        width: 100%;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }

    /* Show the dropdown menu on hover */
    /*.drop-down:hover .menu-open {display: block;}*/

}
@media (max-width: 1030px) and (min-width: 992px) {
    .footer-sponsor .col-md-6{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .sponsor-inner{
        margin-bottom: 30px;
    }
    #footer-wrap{
        padding-bottom: 10px;
    }
}
@media (max-width: 991px) {
    #footer-wrap{
        padding-bottom: 1px;
    }
    .sponsor-inner{
        margin-bottom: 30px;
    }
    .thumbnail-info{
        padding: 10px;
    }
    #header-wrap .container{
        max-width: none;
    }
    #header-wrap{
        padding: 21px 0 0;
        position: relative;
    }
    .header-left{
        padding-top: 7px;
    }
    .header-left a{
        position: relative;
        z-index: 10;
        display: inline-block;
    }
    .header-right-outer{
        position: absolute;
        right: 0;
        top: 21px;
    }
    .header-right ul{
        margin-bottom: 24px;
    }
    .header-right p{
        font-size: 12px;
    }
    #nav-wrap{
        display: none;
    }
    .header-nav{
        text-align: center;
    }
    .header-nav .close{
        color: #fff !important;
        font-size: 36px;
        padding: 10px;
        opacity: 1 !important;
    }
    .header-nav .modal-content{
        background: none;
        border: none;
    }
    .header-nav ul{
        list-style: none;
    }
    .header-nav li{
        line-height: 30px;
        margin-bottom: 15px;
    }
    .header-nav li a{
        color: #fff;
        font-size: 20px;
        letter-spacing: 1px;
    }
    .header-nav li a:hover{
        color: #ED5035;
    }
    .header-right li{
        display: none;
    }
    .header-right li:last-child{
        display: block !important;
    }
    .modal-backdrop.show{
        opacity: 0.9;
    }
}

@media (max-width: 767px) {
    h1{
        font-size: 20px;
    }
    .footer-top .order-last{
        -ms-flex-order: -1;
        order: -1;
    }
    .footer-top .order-first{
        -ms-flex-order: 13;
        order: 13;
    }
    .footer-right{
        margin-bottom: 40px;
    }
    .footer-copyright{
        margin: 15px 0 20px;
    }
    .footer-sponsor h4{
        font-size: 16px;
    }
}
@media (max-width: 480px) {
.footer-left div, .footer-left p, .footer-left{opacity:0 !important; display:none !important;}
.footer-copyright p { margin: 100px 0 0 0;}
.sponsor-sec-main { margin-top: 35px;}
}
@media (max-width: 379px) {
    .header-left img{
        width: 200px;
    }
}