.hrpromo { 
    border: 0; 
    height: 2px; 
    background: #333;
    margin-top : -2px;
    margin-bottom : -1px;
}

.boxku {
    width: 350px;
    height: 300px;
}
/* The Modal (background) */
 .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 400px; /* Could be more or less, depending on screen size */
    height: 500px;
}

/* Modal Content/Box */
.modal-content2 {
    background-color: #fefefe;
    margin: 5% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 1000px; /* Could be more or less, depending on screen size */
}

/* Modal Content/Box */
.modal-content3 {
    background-color: #fefefe;
    margin-left : 10px;
    margin-top : 50px;
    padding: 20px;
    border: 1px solid #888;
    width: 500px; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: rgb(255, 0, 0);
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
} 

.buttonku {
    background-color: transparent; /* Green */
    border: none;
    color: #008CBA;
    padding: 0px 0px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button2 {
    background-color: transparent; 
}

.button2:hover {
    background-color: transparent;
}

.button1 {
    background-color: #008CBA; 
    color: rgb(243, 243, 243);
    width:100px;
    height: 32px;
    text-align: center;
}

.button1:hover {
    background-color: rgb(18, 161, 209);
}

#loading {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background-color: rgba(192, 192, 192, 0.5);
    background-image: url("https://i.stack.imgur.com/MnyxU.gif");
    background-repeat: no-repeat;
    background-position: center;
}

.headerku {
    width:100%;
    background-color: #008CBA;
    display: block;
    height:40px;
    overflow : hidden;
}

.containerku {
    /*display: inline-block;*/
    cursor: pointer;
    float : left;
}

.lblku {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-family : Arial, Helvetica, sans-serif;
    overflow:hidden;
}

.lblku2 {
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin-left: 10px;
    margin-top: 8px;
    font-family : Arial, Helvetica, sans-serif;
    overflow:hidden;
}


.bar1, .bar2, .bar3 {
    width: 32px;
    height: 4px;
    background-color: rgb(255, 255, 255);
    margin: 6px 10px;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

@media (max-width:1080px)  { 
    /* Modal Content/Box */
    .modal-content {
        background-color: #fefefe;
        margin: 5% auto; /* 15% from the top and centered */
        padding: 20px;
        border: 1px solid #888;
        width: 100%; /* Could be more or less, depending on screen size */
        height: 500px;
    }
    .modal-content2 {
        background-color: #fefefe;
        margin: 5% auto; /* 15% from the top and centered */
        padding: 20px;
        border: 1px solid #888;
        width: 100%; /* Could be more or less, depending on screen size */
    }
    .modal-content3 {
        background-color: #fefefe;
        margin-left:10px ; /* 15% from the top and centered */
        padding: 20px;
        border: 1px solid #888;
        width: 100px; /* Could be more or less, depending on screen size */
    }
    /* smartphones, iPhone, portrait 480x320 phones */ 
}
