﻿/*body {
    margin: 0;
    background: url("../images/usflag.png") repeat fixed, url(../images/mianbk.jpg) center ;
    font-family: 'Istok Web', sans-serif;
    font-size: 13px
}*/

@import url('https://fonts.googleapis.com/css2?family=Istok+Web&amp;display=swap');
@import url('unoslider.css');
body {
    background-image: url(../images/usflag.png), url(../images/mianbk.jpg);
    background-position:, /* this positions the first image */
    center; /* this positions the second image */
    background-repeat: no-repeat, repeat; /* this applies to both images */
    background-size: cover, auto; background-attachment:fixed;
    font-family: 'Istok Web', sans-serif;
}


.main {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 79px -9px rgba(0,0,0,0.69);
    -moz-box-shadow: 0px 0px 79px -9px rgba(0,0,0,0.69);
    box-shadow: 0px 0px 79px -9px rgba(0,0,0,0.69);
    /*background-image: url("../Images/bksombra.png");*/
    background-repeat: no-repeat
}


/*FONT FACE */

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('../fonts/league_gothic-webfont.eot');
    src: url('../fonts/league_gothic-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/league_gothic-webfont.woff') format('woff'), url('../fonts/league_gothic-webfont.ttf') format('truetype'), url('../fonts/league_gothic-webfont.html#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.topmaster {
    height: 118px;
    background-image: url("../Images/bk_menu.jpg");
    background-repeat: repeat;
    /*display: block;
    opacity: 1;*/
}



.imgcont {
      
    padding-right: 0px !important;
    padding-left: 0px !important;
    /*margin-right: auto;
    margin-left: auto;*/
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
}

.introtxt {padding:40px 30px;
    font-size: 17px;
    line-height: 30px;
}

h1 {
    font-family: 'LeagueGothicRegular', sans-serif;
    text-transform: uppercase;
    font-size: 26px !important;
    color: #333;
    letter-spacing: 2px;
    padding: 5px 0 5px 0
}

.navbar-brand{display:none!important}


.navbar {
    /*font-family: 'Lato', sans-serif;*/
    font-family: 'LeagueGothicRegular', Arial;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 26px;
    color: #444;
    text-shadow: #fff 1px 1px 0;
    display: block;
    padding: 0 0 0 0 !important;
    margin: 30px -20px !important;
    background-color: transparent !important;
    z-index: 2 !important;
    position: relative;
}

     .navbar li {padding: 0 20px 0 0 !important;}


.dropdown .dropdown-menu {
    display: block;
    font-family: 'Istok Web', sans-serif!important;font-size:14px!important;font-weight:bold!important;
    opacity: 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
}

.logo {
    padding: 10px 0 0 20px;
    z-index:2!important;position: relative;  
}



.boxesgray {
    background-color: #DCDBDB;
    border-top: 1px solid #C2C2C2;padding:30px 20px; height:340px
    
}

.boxesgrayfront {
    background-color: #DCDBDB;
    border-top: 1px solid #C2C2C2;padding:30px 20px; height:500px; font-size:14px
    
}

.boxesgrayfronth1  {
    color: #E22129!important
    
}

.blackandwhite {
    filter: grayscale(100%);
}

.blackandwhite {
    filter: gray;
    filter: grayscale(100%);
}

.blackandwhite:hover {
    filter:none;
}


.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #8B1A1A;
}

.nav-link:hover {
    color: #8B1A1A !important
}

.navbar-light .navbar-nav .nav-link {
    color: #444;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    color: #000;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-family: 'Istok Web', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: #8B1A1A;
        text-decoration: none;
        background-color: transparent
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #8B1A1A;
        text-decoration: none;
        background-color: transparent
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #8B1A1A;
        pointer-events: none;
        background-color: transparent
    }

.dropdown-menu.show {
    display: block;
    background-color: #eaeaea
}


.navbar-collapse {
    flex-basis: 100%;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    align-items: center;
}


.footer {
    padding: 30px 50px;
    height: 265px;
    background-color: #333333;
    
}
.footer h1{
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'LeagueGothicRegular', sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    color: #999;
    letter-spacing: 2px;
}

.addresslist ul {
    margin: 0 !important;
    padding: 0 30px 5px 0;
    color: #999999;
    font-family: 'Istok Web', sans-serif;
    font-size: 13px;
    line-height: 18px;
    list-style: none !important
}

.addresslist h2 {
    font-size: 14px;
    color: #ccc;
    font-weight: bold;
    margin: 0 !important;
    padding: 20px 0 3px 0;
    text-transform:uppercase
}

.divider1 {
    *width: 100%;
    height: 1px;
    margin: 20px 0 20px 0;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #202020;
    border-bottom: 1px solid #525252;
    clear: both
}
.copy {
    color: #666;
    font-family: 'Istok Web', sans-serif;
    font-size: 12px
}

.copy a{
    color: #666;
   
}

.copy a:hover {
        color: #ffffff;text-decoration:none
    }


.blackimage {
    background-image: url(../images/bk_randommessages.png); height:112px
}

@media (max-width: 576px) {

    .navbar-collapse {
        background-color: #fff !important;
        filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16)) !important;
    }
    .navbar {
        margin: -80px 0 0 8px !important;
        padding: 0 !important;
        width: 100%; 
    }

        .navbar li {  padding: 0 20px !important;}


  


    .boxesgray {
        background-color: #DCDBDB;
        border-top: 1px solid #C2C2C2;
        padding: 30px 20px;
        height: 950px
    }
	
	 .boxesgrayfront {
        background-color: #DCDBDB;
        border-top: 1px solid #C2C2C2;
        padding: 30px 20px;
        height: 1100px
    }

    .footer {
        padding: 30px 50px;
        height: 600px;
        background-color: #333333;
    }
    .dropdown .dropdown-menu {
        display:none;
        font-family: 'Istok Web', sans-serif !important;
        font-size: 14px !important;
        font-weight: bold !important;
        opacity: 0;
        -webkit-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
        -ms-transition: all 200ms ease-in;
        -o-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
        opacity:1 ;
        -webkit-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
        -ms-transition: all 200ms ease-in;
        -o-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
    }

    }



@media (max-width:736px) {

    .navbar-collapse {
        background-color: #fff !important;
        filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16)) !important;
    }

    .navbar {
        margin: -80px 0 0 8px !important;
        padding: 0 !important;
        width: 100%;
    }

        .navbar li {
            padding: 0 20px !important;
        }

    .logo {
        padding: 10px 0 0 40px;
        z-index: 1;
        position: relative;
        width:60%!important; float:right!important
    }
    .boxesgray {
        background-color: #DCDBDB;
        border-top: 1px solid #C2C2C2;
        padding: 30px 20px;
        height: 950px
    }
    .footer {
        padding: 30px 50px;
        height: 600px;
        background-color: #333333;
    }

    .dropdown .dropdown-menu {
        display: none;
        font-family: 'Istok Web', sans-serif !important;
        font-size: 14px !important;
        font-weight: bold !important;
        opacity: 0;
        -webkit-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
        -ms-transition: all 200ms ease-in;
        -o-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        -webkit-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
        -ms-transition: all 200ms ease-in;
        -o-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
    }
}



