body {
    margin: 0;
    padding: 0;
    font-family: Arial;
}

.wrapper {
    width: 100%;
    height: 100%;
    text-align: center;
}

.container {
    width: 500px;
    height: 100%;
    display: inline-block;
    background: url('../../images/bg-dandelion.jpg') no-repeat;
    background-size: cover;
    background-position: center top;
}

.container-login {
    width: 500px;
    height: 100%;
    display: inline-block;
    background: url('../../images/bg-login.jpg') no-repeat;
    background-size: cover;
    background-position: center top;
}

.container-price {
    width: 500px;
    height: 100%;
    display: inline-block;
    background: url('../../images/bg-pricelist.jpg') no-repeat;
    background-size: cover;
    background-position: center top;
}

.container-location {
    width: 500px;
    height: 100%;
    display: inline-block;
    background: url('../../images/bg-location.jpg') no-repeat;
    background-size: cover;
    background-position: center top;
}


.menu-bar {
    position: fixed; 
    width: 17%; 
    height: 100%; 
    left: 0; 
    top: 0; 
    background: #C99393; 
    text-align: center; 
    border-top-right-radius: 27px;
}

.menu {
    z-index: 9;
    position: fixed; 
    width: 78%; 
    height: 100%; 
    background: #C99393; 
    border-top-right-radius: 27px;
}

.menu a {
    text-decoration: none;
}

.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #FFE2E2;
}

.menu li {
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    padding: 20px 27px;
    border-bottom: 1px solid #FFE2E2;
}

.close-menu {
    width: 23px; 
    height: 17px; 
    display: inline-block; 
    background: url('../../images/close-menu.png') no-repeat; 
    background-size: contain; 
    position: absolute; 
    top: 31px; 
    left: 22px;
}

.logo-dandelion {
    display: inline-block; 
    width: 210px; 
    height: 53px; 
    background: url('../../images/logo-dandelion.png') no-repeat; 
    background-size: contain;
}

.logo-dandelion-white {
    display: inline-block; 
    width: 155px; 
    height: 42px; 
    background: url('../../images/logo-dandelion-white.png') no-repeat; 
    background-size: contain;
}

.icon-username {
    width: 100%; 
    height: 41px; 
    background: url('../../images/icon-username.png') no-repeat; 
    background-size: auto; 
    background-position: center; 
    border-right: 1px solid #B58181; 
    border-bottom: 1px solid #B58181;
}

.icon-pass {
    width: 100%; 
    height: 41px; 
    background: url('../../images/icon-pass.png') no-repeat; 
    background-size: auto; background-position: center; 
    border-right: 1px solid #B58181; 
    border-bottom: 1px solid #B58181;
}

.input-txt-login {
    width: 100%; 
    border: none; 
    background: none; 
    font-size: 11px; 
    letter-spacing: 1px; 
    color: #808080; 
    outline: none;
    padding: 14px 17px 13px; 
}

.button-login {
    position: relative;
    background-color: #B58181;
    font-size: 11px;
    border: 2px solid #B58181;
    letter-spacing: 2px; 
    font-weight: bold; 
    border-radius: 15px; 
    color: #FFFFFF;
    padding: 18px 0;
    width: 100%;
    text-align: center;
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
    text-decoration: none;
    overflow: hidden;
    outline: none;
}

.button-login:after {
    content: "";
    background: #ddacac;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -20px!important;
    margin-top: -120%;
    opacity: 0;
    transition: all 1.7s
}

.button-login:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
}

.button-login:hover {
    
    border: 2px solid #e1b5b5;
}

.wrap-price {
    padding: 6px 0;
}

.l-price {
    width: 16%;
    float: left;
    text-align: right;
}

.r-price {
    width: 83%;
    float: right;
    text-align: right;
}


@media screen and (max-width: 500px) {
    .res-container {
        width: 100% !important;
    }
}
