﻿body {
    background-color: #232220;
}
a{
    color:black;
}
.social-btn {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    margin: 0 16px;
    width: 1vw;
    height: 1vw;
    cursor: pointer;
    opacity: 0.9;
    border-radius: 2px;
}
.mdl-tooltip p,ul {
    font-size: 0.7vw;
    line-height: 0.7vw
}


.container {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    padding:0px;
    margin:0px;
}
    .container img {
        width: 100%;
    }

.textmiddle {
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color:black;
}

.text-center{
    padding-bottom: 0px;
    margin: 0px;
}
a:hover {
    color: #FF9E19;
}

.bet42:hover {
    color: #FF9E19;
}
.a24 {
    display: inline-block;
    font-family: Arial, "Helvetica", sans-serif;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0.1vw 0.1vw 0vw #07526e;
    padding-top: 0.2vw;
    cursor: pointer;
    border: none;
    background: #FF9E19;
    background-image: linear-gradient(bottom, rgb(255, 158, 25) 0%, rgb(255, 158, 25) 100%);
    border-radius: 5px;
    box-shadow: inset 0px 0px 0px #FF9E19, 0px 0.1vw 0px 0px #FF9E19, 0px 0.3vw 0.3vw #999;
    height:10vw;
    width:14.7vw;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #FF9E19;
}
.a22 , .a22:visited , .a22:hover {
    text-decoration: none;
    padding-top: 6px;
    color: grey;

}

.styled-select2 {
    width: 100px;
    height: 30px;
    overflow: hidden;
    background-color: #232220;
    background: url('Images/560px-White_Arrow_Down.svg.png') no-repeat right #232220;
    background-size: 15px;
    border: 2px solid #232220;
    border-radius: 5px;

}
.styled-select2 :hover {
    color: #FF9E19;
}

    .styled-select2 select {
        background-color: #232220;
        width: 100px;
        padding: 3px;
        font-size: 14px;
        line-height: 1;
        border: 0;
        border-radius: 0;
        height: 30px;
        -webkit-appearance: none;
        color: white;
    }
        .styled-select2 select :hover {
            color: white;
            background-color: #232220;
            width: 100px;
            padding: 3px;
            font-size: 14px;
            line-height: 1;
            border: 0;
            border-radius: 0;
            height: 30px;
            -webkit-appearance: none;
        }
        .a23{
            font-size:0.7vw;
        }
.fa-sm{
    font-size:0.7vw;
}
.mdl-mini-footer--link-list li, .mdl-mini-footer__link-list li{
    margin-right:1.2vw;
}