@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('RobotoCondensed-Regular.ttf');
}

*{
    font-family: 'Roboto Condensed', sans-serif !important;
}
section{
    min-height: 100vh;
    padding-top: 160px !important;
}

.send{
    display: none;
}

.video{
    width: 70vw;
    height: 39.375vw;
    display: block;
    margin:0 auto;
}

#main{
    background: url("../images/bg.png");
    background-size: cover;
    padding-top: 0 !important;
}

#topNav{
    display: none;
    text-transform: uppercase;
}

#topNav img{
    height: 40px;
    padding-right: 20px;
}

#topNav .main{
    background: none !important;
    text-transform: uppercase;
    font-weight: bold;
    color: #0097A7;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    color: #ffffff;
    background: #0097A7;
}

#main{
    text-transform: uppercase;
}

#main img.ue{
    position: absolute;
    top: -20px;
    max-height: 100px;
}

#main img.ue.left{
    left:50px;
}

#main img.ue.right{
    right:50px;
}

#main .images{
    text-align: center;
    margin: 40px auto 0;
    position: relative;
}

#main .main-cont{
    min-height: 100vh;
}

#main a.agis{
    position: absolute;
    left: 0;
    right: 0;
    height: 128px;
    bottom: 25px;
}

#main img.gis{
    display:block;
    margin: 0 auto;
    height: 128px;
}

#main .counter{
    /* position: absolute; */
    bottom: 20px;
    /* right: 20px; */
    width: 200px;
    min-height: 20px;
    background: rgba(255,255,255,0.4);
    padding: 10px;
    line-height: 30px;
    border-radius: 20px;
    margin: 0 auto;
    text-align: center;
}

#main h1{
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #0097A7;
    padding: 10px 0;
    font-size: 52px;
}
#main h2{
    color: #546E7A;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 40px;
}

#main .singleButton{
    text-align: center;
}

#main .singleButton a{
    background: #B0BEC5;
    color: #494949;
    padding: 10px 30px;
    border-radius: 20px;
}

#main .threeButtons{
    text-align: center;
    padding: 40px 0 20px;
}
#main .threeButtons a {
    background: #FAF8F8;
    color: #494949;
    font-weight: bold;
    margin: 0 15px;
    padding: 10px 30px;
    border-radius: 20px;
}
.btn {
  font-size: 18px;
 }

#aboutModal .email{
    margin-top: 40px;
}

.error label{
    color: red;
}

.image{
    margin: 15px 0;
    overflow: hidden;
}

img.map{
    max-width: 200px;
    max-height: 200px;
    height: 100%;
}

.map_div{
    height: 200px;
    padding: 10px 0;
}

img.subpage_map{
    width: 100%;
}

@media screen and (max-width: 1350px) {
    #main img{
        display: block;
        margin:0 auto;
    }
    #main img.ue{
        display: inline-block;
        position: relative;
        top: 0 !important;
        right: 0 !important;
        left:0 !important;
    }
    #main img.ue.right{
        float: right;
    }
    #main img.ue.left{
        float: left;
    }

    #main .ue_images{
        overflow: auto;
    }
    .logos{
        float: none;
    }

    .send li, .logos li{
        max-width: 40%;
        margin-right: 8%;
        display: inline-block;
    }

    .logos li img{
        max-width: 100% !important;
    }

    .main_logo{
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    #main img{
        display: block !important;
        float: none !important;
        margin:0 auto;
        max-width: 95%;
    }
    #main .ue_images{
        overflow: visible;
    }

    #main .threeButtons a {
        display: block;
        max-width: 300px;
        margin: 10px auto !important;
    }

    #main h1{
        font-size: 42px;
    }
}
