.bg-adv{
    background-image: url('../images/industry-m.png');
    background-repeat: repeat-y;
    width: 100px;
    min-height: 100px;
}
.bg-m-left{
    background-image: url('../images/m-left.png');
    background-repeat: repeat-y;
    min-height: 100px;
}
.bg-m-right{
    background-image: url('../images/m-right.png');
    background-repeat: repeat-y;
    min-height: 100px;
}
.market-b{
    list-style: none;
    display: inline-block;

}
.market-b li{
    list-style: none;
    display: inline-block;
}
.golden-btn {
    display: inline-block;
    outline: none;
    font-family: inherit;
    font-size: 1em;
    font-weight: bold;
    box-sizing: border-box;
    border-radius: .3em;
    height: 2em;
    line-height: 1.8em;
    text-transform: uppercase;
    padding: 0 1em;
    box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(110,80,20,.4),
    inset 0 -2px 5px 1px rgba(139,66,8,1),
    inset 0 -1px 1px 3px rgba(250,227,133,1);
    background-image: linear-gradient(160deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);
    border: 1px solid #a55d07;
    color: rgb(120,50,5);
    text-shadow: 0 2px 2px rgba(250, 227, 133, 1);
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position:center;
    margin: 5px;
}
.golden-btn:focus,
.golden-btn:hover {
    background-size: 150% 150%;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23),
    inset 0 -2px 5px 1px #b17d10,
    inset 0 -1px 1px 3px rgba(250,227,133,1);
    border: 1px solid rgba(165,93,7,.6);
    color: rgba(120,50,5,.8);
}
.golden-btn:active {
    box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(110,80,20,.4),
    inset 0 -2px 5px 1px #b17d10,
    inset 0 -1px 1px 3px rgba(250,227,133,1);
}

.silver-btn {
    border-color: #7c7c7c;
    background: linear-gradient(top, rgba(38, 38, 38, 0.8), #e6e6e6 25%, #ffffff 38%, #c5c5c5 63%, #f7f7f7 87%, rgba(38, 38, 38, 0.8));
    background: -webkit-linear-gradient(top, rgba(38, 38, 38, 0.5), #e6e6e6 25%, #ffffff 38%, rgba(0, 0, 0, 0.25)  63%, #e6e6e6 87%, rgba(38, 38, 38, 0.4));
}
.custom-btn {
    width: 130px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 900;
    font-style: normal;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
    text-decoration: none;
    background: transparent;
    cursor: pointer;
    position: relative;
    display: inline-block;
    box-shadow: inset 0px 1px 0px rgba(255,255,255,1),0px 1px 3px rgba(0,0,0,0.3);
    outline: none;
    border: 1px solid #ba6;
}
.custom-btn:active{
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}
.silver-btn {
    display: inline-block;
    outline: none;
    font-family: inherit;
    font-size: 1em;
    box-sizing: border-box;
    border-radius: .3em;
    height: 2em;
    line-height: 1.8em;
    text-transform: uppercase;
    padding: 0 1em;
    box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(110,80,20,.4),
    inset 0 -2px 5px 1px rgba(139,66,8,1),
    inset 0 -1px 1px 3px rgba(250,227,133,1);
    border-color: #7c7c7c;
    background: linear-gradient(top, rgba(38, 38, 38, 0.8), #e6e6e6 25%, #ffffff 38%, #c5c5c5 63%, #f7f7f7 87%, rgba(38, 38, 38, 0.8));
    background: -webkit-linear-gradient(top, rgba(38, 38, 38, 0.5), #e6e6e6 25%, #ffffff 38%, rgba(0, 0, 0, 0.25)  63%, #e6e6e6 87%, rgba(38, 38, 38, 0.4));

    color: rgb(120,50,5);
    text-shadow: 0 2px 2px rgba(250, 227, 133, 1);
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position:center;
    margin: 5px;
}
.geo-link{
    cursor: pointer;
    font-size: 16px !important;
    font-weight: bold !important;

}
.li-link:visited{
    background: dodgerblue;
}
.geo-link:visited{
    color: red;
}
.market-active{
    background: lightblue !important;
}

@media only screen and (max-width: 750px) {
    .gold-sponsors{
        display: none;
    }
    .wow{
        display: block;
    }
    .hide-mobile{
        display: none;
    }

}
@media only screen and (max-width: 1610px) {
    .gold-sponsors{
        display: none;
    }
    .r-carousel{
        display: block;
    }
    .resp-menu-item{
        display: none;

    }
    .market-menu{
        display: none;
    }

}
@media only screen and (min-width: 1610px) {
    .gold-sponsors
    {
        position: fixed;
        left: 0;
        width: 15%;
        top: 40px;
        z-index: 10;
    }
    .r-carousel{
        display: none;
    }
    .resp-menu-item{
        display: none;
    }
    .market-menu{
        position: fixed !important;
        bottom: 50px;
        right: 0;
        background: white; width: 15%
    }
    .side-nav{
        display: block;
    }
}
@media only screen and (max-width: 1000px) {

    .side-nav{
        display: none !important;
    }
    .resp-menu-item{
        display: block;

    }
}

