﻿#element_to_pop_up,#element_to_pop_up_IRJON { 
    
        display: none;
    width: 84%;
    max-width: 400px;
    min-height: 180px;
    transform: scale(1.1);
    transition: 0.2s;
    z-index: 8000 !important;
    font-size: 120%;
    font-weight: bold;
    letter-spacing: .05em;
    color: #d7c4a3;
    text-transform: uppercase;
    text-shadow: 0px 1px 2px rgb(0, 0, 0);
    border-radius: 20px;
    background: -moz-linear-gradient(top, rgb(59, 86, 65) 1%,rgb(26, 47, 30) 100%);
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.6);
    cursor: pointer;
    transition: .3s all;
    overflow: hidden;
    top: 90px !important;
    border: 2px solid #d7c4a3;
    text-align: center;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgb(58, 58, 58) 1%,rgb(0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgb(58, 58, 58) 1%,rgb(0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgb(58, 58, 58) 1%,rgb(0, 0, 0) 100%); 
}

@media only screen and (max-width: 1450px) { 
  #element_to_pop_up,#element_to_pop_up_IRJON {    top: 120px !important;
    margin-left: 8% !important;
    margin-bottom: 50px !important;}
}



.pop-logo {
        width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1000;
        margin: -15px 0 0 0;
    transform: scale(.6);
}

.pop-logo img {
    height: 60px;
    width: auto;
    margin: 10px 0 -5px 0;
}

.pop-logo h4 {
    color: white;
    font-size: 350%;
    text-transform: uppercase;
    border-bottom: 2px solid #1bd662;
}

.pop-logo span {
    color: #1bd662;
    margin: -9px 0 0 0;
    letter-spacing: 10px;
    width: 100%;
    text-align: center;
    font-size: 300%;
    text-transform: uppercase;
    line-height: 33px;
    padding-left: 20px;
}

.b-close{
        cursor: pointer;
    position: absolute;
    right: 8px;
    top: 8px;
    color: #fff;
    font-size: 14px;
    padding: 1px 4px;
    transition: .4s;
    border-radius: 100px;
    border: 1px solid #eec491;
    text-shadow: none;
    font-weight: 600;
    background: #000;
}

.b-close:hover {
    color: #eec491;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

table {
    color: #fff;
    width: 90%;
    margin: 2em 5%;
}

td {
    border: 1px solid #333;
    padding: 5px;
    text-align: center;
}



	.bpopupLoad {
                height: 100%;
	transition: 0.25s;
	}


    .bpopupLoad1 {
                height: 100%;
    transition: .7s;
    }
