#bg-arkos-intersitial
{
	position: fixed;
    width: 100vw;
    height: 100vh;
    background: #000000fa;
    z-index: 9999999999;
    top: 0px;
	display:none;
}
	
#arkos-intersitial
{
	position: absolute;
    width: 96%;
    height: 96%;
    background: #fff;
	background-image:url('SignUp.jpg');
	background-repeat: no-repeat;
    background-size: 50% 100%;
    z-index: 99999999999;
    top: 0px;
	margin:2%;
	font-size:10px;
	display:none;
}

#arkos-intersitial .wrapper
{
	width:50%;
	float:right;
	text-align:center;
	margin-top:50px;
}

#arkos-intersitial h1
{
	max-width:500px;
	width:500px;
	margin:auto;
	text-align:left;
}

#arkos-intersitial h1 img
{
    max-width: 200px;
    margin-bottom: 20px;;
}

#arkos-intersitial #templateBody
{
	max-width:500px;
	width:500px;
	margin:auto;
	text-align:left;
}
	
#arkos-intersitial input[type=email]
{
	background:#f0f0f0;
	margin-bottom:30px;
	border:0px;
}

#arkos-intersitial .sinmail
{
	border-bottom:2px solid #ee0000 !important;
}

#arkos-intersitial .mergeRow label[for=MERGE7], #arkos-intersitial #gdpr-label
{
	border-bottom: 1px solid #111;
    width: 100%;
    display: block;
    padding-bottom: 4px;
    margin-bottom: 10px;
	
}

#arkos-intersitial #gdpr-label{
	margin-top:30px;
}

#arkos-intersitial .radio-group label
{
	display:block;
	
}

#arkos-intersitial #gdpr-legal
{
	line-height:14px;
	margin-top:30px;
	margin-bottom:30px;
}

#arkos-intersitial .checkbox-group li
{
	display:inline-block;
	width:49%;
}

#arkos-intersitial .submit_container
{
	text-align:center;
}

#arkos-intersitial .submit_container button
{
	background:none;
	border:0px;
	border-bottom:1px solid #999;
	border-top:1px solid #999;
	padding:5px;
}

.gdpr-footer img
{
	max-width:80px;
	float:left;
	margin-right:10px;
	margin-top:-15px;
}

.gdpr-footer
{
	font-size:9px;
	line-height:12px;
}

#arkos-intersitial form input[type=submit]{
    border: 0 !important;
    position: relative;
    color: #b2b2b2 !important;
    text-transform: uppercase;
    font-size: 15px;
    padding: .5em 1em !important;
    background-color: transparent;
    	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
}
#arkos-intersitial form input[type=submit]:hover{
	color:#706f6f !important;
	cursor: pointer;

}
#arkos-intersitial form .submit_container{
	position: relative;
	margin-top: 50px;
}
#arkos-intersitial form .submit_container:before,
#arkos-intersitial form .submit_container:after {
    content: "";
    width: 25px;
    height: 1px;
    left: calc(50% - 14px);
    position: absolute;
    background: #b2b2b2;
    display: block;
    
}
#arkos-intersitial form .submit_container:hover:before,
#arkos-intersitial form .submit_container:hover:after {
	background: #706f6f;
}
#arkos-intersitial form label,
#arkos-intersitial form label p{
	font-size: 12px;
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
	letter-spacing: 1px;
	color:#706f6f;
}
#arkos-intersitial form label span.req{
	color:#e30613;
}
#arkos-intersitial form label.radio{
	margin-top: 5px;
	margin-bottom: 5px;
}
#arkos-intersitial .checkbox-group li{
	margin-bottom: 10px;
}
#arkos-intersitial .mergeRow label[for=MERGE7], #arkos-intersitial #gdpr-label {
    border-bottom: 1px solid #706f6f;
}
#arkos-intersitial #gdpr-legal {
    line-height: 17px;
    margin-top: 0;
    margin-bottom: 5vh;
    border-top: 1px solid #706f6f;
    padding-top: 4vh;
    font-size: 11px;
}

#arkos-intersitial .gdpr-footer {
    font-size: 9px;
    line-height: 14px;
    font-size: 10px;
    margin-bottom: 50px;
}

#arkos-intersitial input[type=checkbox],
#arkos-intersitial input[type=radio] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #706f6f;
    width: 13px;
    height: 13px;
    top: 4px;
    position: relative;
    margin-right: 8px;
}
#arkos-intersitial input[type=radio]{
	border-radius: 50px;
	top: 1px;
}
#arkos-intersitial input[type=checkbox]:checked,
#arkos-intersitial input[type=radio]:checked{
	background-color: #706f6f;
}

#arkos-intersitial form .submit_container {
    position: relative;
    margin-top: 0px !important;
        margin-bottom: 3vh !important;
}
#arkos-intersitial form .submit_container + .submit_container input{
	font-size: 12px;
}
#arkos-intersitial {
	min-height: 785px;
}
#arkos-intersitial input[type=email]{
	margin-bottom: 2vh;
}
#arkos-intersitial #gdpr-label{
	margin-top: 2vh;
}

#arkos-intersitial{
	background-image: none;
}
#arkos-intersitial .intersitial-image {
    width: 50%;
    float: left;
    height: 100%;
    background-image: url(/wp-content/plugins/arkos-intersitial/assets/css/SignUp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
 }
 
 
#popup-aic
{
	position: fixed;
    bottom: 70px;
    width: 270px;
    height: 270px;
    background: #ffffff99;
    z-index: 2000000000000;
    right: 0px;
    text-align: center;
    padding: 15px;
    border-radius: 0px;
    font-size: 12px;
    border: 4px solid white;
    background: url(../images/bg_popup.jpg);
    background-position: center;
    background-size: cover;
    right: 15px;
}

#popup-aic .close{
	text-align: right;
    margin: 0px;
    line-height: 0px;
    font-size: 17px;
    color: white;
}
#popup-aic .icon img{
	width: 50px;
	margin-top: 25px;
}
#popup-aic a.popup-button{
	color: white;
    text-transform: uppercase;
    top: 48px;
    position: relative;
    letter-spacing: 7px;
    font-size: 14px;
}
#popup-aic a.popup-button:hover{
	color: black;
}
#popup-aic >div:nth-child(2) {
     color: white;
    letter-spacing: 8px;
    font-size: 19px;
    padding-top: 73px;
    line-height: 27px;
}
#popup-aic >div:nth-child(2) span{
	font-size: 14px;
    letter-spacing: 15px;
    position: relative;
    left: 2px;
}

#popup.atic{
	color:#707070;
}
#popup-aic a.popup-button:after,
#popup-aic a.popup-button:before{
	content: "";
	width:25px;
	height: 1px;
	left: calc(50% - 13px);
	position: absolute;
	background-color: white;
	display: block;
}
#popup-aic a.popup-button:after{
	    top: -9px;
}
#popup-aic a.popup-button:before{
	top: 27px;
}
#popup-aic a.popup-button:after
#popup-aic a.popup-button:hover{
	color:black;
}
#popup-aic a.popup-button:hover:after,
#popup-aic a.popup-button:hover:before{
	background-color: black;
}

#close-sidebar
{
	position: absolute;
    right: 10px;
    top: 10px;
}



@media only screen and (max-width: 1170px){
	#arkos-intersitial h1,
	#arkos-intersitial #templateBody{
		width: 100%;
		padding-left: 15px;
    	padding-right: 15px;
	}

}
@media only screen and (max-width: 900px){
	#arkos-intersitial .wrapper{
		width: 100%;
		float: none;
	}
	#arkos-intersitial{
		background-image: none;
		height: auto;
	}
}



#popup-aic{
	width: 202px;
	height: 202px;
}
#popup-aic >div:nth-child(2){
    font-size: 13px;
    padding-top: 50px;
    line-height: 18px;
}
#popup-aic >div:nth-child(2) span {
    font-size: 10px;
    letter-spacing: 13px;
}
#popup-aic a.popup-button {
    top: 38px;
    font-size: 11px;
}

#popup-aic{
	display: none !important;
}