﻿@font-face {
    font-family: 'almoniDL400';
    font-weight: 400; /*(regular)*/
    font-style: normal;
    src: url('/Static/fonts/almoni/almoni-neue-aaa-400.woff') format('woff');
}
@font-face {
    font-family: 'almoniDL700';
    font-weight: 700; /*(bold)*/
    font-style: normal;
    src: url('/Static/fonts/almoni2019/almoni-neue-bold-aaa.eot');
    src: url('/Static/fonts/almoni2019/almoni-neue-bold-aaa.eot?#iefix') format('embedded-opentype'), url('/Static/fonts/almoni2019/almoni-neue-bold-aaa.woff2') format('woff2'), url('/Static/fonts/almoni2019/almoni-neue-bold-aaa.woff') format('woff');
}

.divImage {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #11a0d3;
    height: calc(100vh - 55px);
}
body {
    background-color: aliceblue;
}
 
html, body {
    margin: 0;
 
}
#container {
    position: relative;
    margin: auto;
    width: 55vh;
    height: 100%;
    background-repeat: no-repeat;
}

.myImage {
    position: absolute;
    left: 17%;
    top: 15%;
    width: 67%;
}


#container .background {width:100%; margin-top:0}
.hpSB {
    display: flex;
    justify-content: space-between;
    direction: rtl;
    align-items: center;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 35px;
    background: #fff1e5;
}
    .hpSB span {
        display: flex;
        align-items: center;
    }

    .hpSB span.wr2 b {
        color: #121214;
        font-size: 18px;
        font-family: 'almoniDL400';
        direction: ltr;
        font-weight: normal;
        margin-left: 10px;
    }
    .hpSB .globesLink {margin-left:40px; position:relative}
        .hpSB .globesLink:after {
            content: '';
            border-left: 1px #11a0d3 solid;
            width: 1px;
            background: #11a0d3;
            height: 23px;
            top: 8px;
            left: -21px;
            position: absolute;
        }

    .btnRefresh {
        color: #fff;
        font-size: 24px;
        margin: 0 auto;
        width: 238px;
        height: 49px;
        text-align: center;
        line-height: 46px;
        border-radius: 10px;
        border: solid 2px #262626;
        background-color: #dd3a7f;
        font-family: 'almoniDL700';
        cursor:pointer
    }
        .btnRefresh:hover {
            background-color: #c71d65;
        }
.hasut_logo img {
zoom:90%; padding:4px 0
}


    @media only screen and (max-width: 480px) {
        body {
            background: #11a0d3;
        }

        #container {
            position: relative;
            width: 80%;
            height: 100%;
            background-repeat: no-repeat;
        }
        /*.myImage {
        position: absolute;
        left: 16%;
        top: 77px;
        width: 69%;
    }*/
        .divImage {
            height: auto
        }

        .hpSB {
            padding: 0;
            zoom: 80%;
            display: block
        }

        .wr1 {
            justify-content: center;
            padding: 12px 0;
        }

        .wr2 {
            justify-content: center;
            background: #fff;
            padding: 7px 0;
        }

        .hasut_logo img {
            display: block;
            zoom: 80%;
            padding:0
        }
    }

    @media only screen and (max-width: 320px) {

        .hpSB {
            zoom: 60%
        }
    }
 