﻿html, body, form {
    height: 100%;
/*    min-height: 100vh;*/
    margin: 0;
    background-color: black;
    /*overflow: hidden;*/
}

.SliderFull {
    height: 50vh;
    margin: 0;
    background-color: black;
    min-height: 400px;
}

    /*.SliderFull img {
        width: 100%;
        height: 100%;
        object-fit: contain;*/ /* or "contain" depending on what you want */
    /*}*/

.header {
    top: 0;
    position: absolute;
    z-index: 3;
    width: 98%;
    background-color: #4d4d4d;
    background-color: rgba(0, 0, 0, 0.5);
}

.logo {
    color: #ffd215;
    float: left;
    width:100%;
    background-color:black;
    height:88px;
    margin-left: 10px;
    margin-bottom:0px;
    padding-bottom:5px;
}

.text {
    font-size: 25px;
    font-family: Helvetica, Arial;
    margin: 15px 8px;
}

.navigation {
    float: right;
    vertical-align:central;
    margin-right: 20px;
    margin-top:10px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:large;
    font-style:normal;
    font-weight:700;
}

    .navigation > .text {
        color: #fff;
        float: right;
        cursor: pointer;
    }

/* ASPxImageSlider styles */

.dxWeb_isDot,
.dxWeb_isDotSelected {
    background-image: url();
}

.dxisControl .dxis-nbDotItem {
    width: 50px;
    height: 5px;
    background-color: #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=45);
    opacity: 0.45;
}

.dxisControl .dxis-nbDotItemSelected {
    filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=100) !important;
    opacity: 1 !important;
}

.dxisControl .dxis-nbDotsBottom {
    margin-top: -75px;
}