body{
	margin:0;
	padding:0;
}
.velsof_age_popup_container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
	    overflow: auto;
}
.kbage_modal {
    width: 680px;
    margin: 6% auto 0;
    position: relative;
    background: #3fcddb;
    padding: 0px;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0 0 1px #383636;
    transition: 0.75s ease;
	    background-image: url(../img/background.png);
    background-repeat: no-repeat;
    background-size: cover;
	box-shadow: 0 0 12px 2px #272727;
}
.kbage_modal_content_section {
    background: #fff;
	    padding: 0 40px;
    box-sizing: border-box;
}
.kbage_modal_header h4 {
    font-family: 'Berlin Sans FB';
    padding:20px 10px 10px;
    text-align: center;
    font-size: 32px;
    margin: 0;
	color: #ffffff;
	font-weight:400;
	background:#72c7db;
}
.kbage_modal_left, .kbage_modal_right {
    width: 100%;
    display: inline-block;
	vertical-align: middle;
}
.kbage_modal_right {
    float: right;
}
.kbage_modal_left .kbage_modal_left_content {
        background: #f53065;
    color: #000;
    padding: 15px 15px 10px;
    margin-left: 0;
    border-radius: 0;
    position: relative;
    border-top-left-radius: 0;
	font-family: 'Eras Medium ITC';
	font-weight: 500;
}

.kbage_modal_left_content h5 {
    font-family: 'Berlin Sans FB';
    font-size: 26px;
    margin: 0;
    text-align: center;
    max-width: 100%;
    color: #ffffff;
    margin: 12px auto 25px; 
font-weight: 400;	
}
.kbexit_form_group {
    display: block;
    margin-bottom: 15px;
}
.kbexit_form_group .exit_form_control {
    background: #fff;
    border: 1px solid #efefef;
    width: 100%;
        padding: 12px 10px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 2px 1px 11px rgba(0,0,0,0.37);
    font-size: 16px;
}
.kbexit_form_group label span.astreik {
    color: #ffffff;
}
.kbexit_form_group label a, .kbexit_form_group label  {
    text-decoration: none;
	color: #ffffff;
	font-size: 16px;
    margin-left: 3px;;
}
.kbexit_form_group input[type="checkbox"] {
    -webkit-appearance: none;
    opacity: 0;
	width: 13px;
    height: 13px;
    position: absolute;
	outline: 0;
}
label.checkbox-icon {
    display: inline-block;
    vertical-align: bottom;
	position: relative;
}
.checkbox-icon span {
    width: 12px;
    height: 12px;
    border: 2px solid #ccc;
    border-radius: 3px;
    vertical-align: middle;
    display: inline-block;
    vertical-align: top;
}
input[type="checkbox"] + span:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 6px;
    width: 3px;
    height: 9px;
	opacity:0;
    transform: rotate(45deg) scale(0);
    border-right: 2px solid #ee5252;
    border-bottom: 2px solid #ee5252;
    transition: all 0.3s ease;
    transition-delay: 0.15s;
    display: inline-block;
}
input[type="checkbox"]:checked + span{background:#fff;}
input[type="checkbox"]:checked + span:after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}
.btn.btn-exit-submit {
    background: #000000;
    width: 100%;
    padding: 7px;
    border: 1px solid #000000;
    font-weight: normal;
    font-size: 24px;
    color: #fff;
    font-family: 'Estrangelo Edessa';
	 border-radius: 10px;
}
.kbage_modal_right h4 {
    font-family: 'Gadugi';
    font-size: 35px;
	padding-bottom: 20px;
    color: #ffffff;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    vertical-align: middle;
	background:#72c7db;
	    text-shadow: 0 1px 1px #000;
}
.kbage_modal_right h4 .yellow {
    color: #fff;
    font-size: 41px;
    font-family: 'Gadugi';
}
.close_exit_modal {
    position: absolute;
    right: -21px;
    top: -21px;
    cursor: pointer;
}
#velsof-age-modal-backdropDiv {
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.kbage_modal_left_content form {
    max-width: 400px;
    margin: 0 auto;
}
@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
@media(max-width:767px)
{
	.kbage_modal {
    width: 90%;
	}
	.close_exit_modal{
	    right: -14px;
		top: -17px;
	}
	.close_exit_modal img {
		max-width: 40px;
	}
	.kbexit_form_group label a, .kbexit_form_group label{font-size:14px;}
	.kbage_modal_left .kbage_modal_left_content{    padding: 15px 8px 10px;}
}
@media(max-width:480px)
{
	.kbage_modal_left, .kbage_modal_right {
		width: 100%;
	}	
	.kbexit_form_group label a, .kbexit_form_group label{font-size:13px;}
	.kbage_modal_right h4 {
		max-width: 100%;
		    font-size: 20px;
	}
	.kbage_modal_right h4 .yellow {
		display: inline-block;
		    font-size: 30px;
	}
	.kbage_modal_header h4 {
		padding-bottom: 2px;
		font-size: 26px;
	}
}