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-position: bottom right;
    padding-bottom: 50px;
    box-shadow: 0 0 12px 2px #272727;
}
.kbage_modal_header h4 {
    font-family: 'Estrangelo Edessa';
    padding: 20px 10px;
    text-align: center;
    font-size: 32px;
    margin: 0;
	
}
.kbage_modal_left, .kbage_modal_right {
    width: 52%;
    display: inline-block;
	vertical-align: middle;
}
.kbage_modal_right {
    float: right;
	width:47%;
}
.kbage_modal_left .kbage_modal_left_content {
    background: #3789bd;
    padding: 25px 15px;
    margin-left: -12px;
    border-radius: 10px;
    position: relative;
    border-top-left-radius: 0;
	font-family: 'Eras Medium ITC';
	font-weight: 500;
}
.kbage_modal_left .kbage_modal_left_content:after{
	position: absolute;
    content: '';
    background: url(../img/booklet.png);
    width: 13px;
    height: 15px;
    top: -14px;
    z-index: 999;
    left: -1px;
}
.kbage_modal_left_content h5 {
    font-family: 'Eras Medium ITC';
    font-size: 22px;
    margin: 0;
    text-align: center;
    max-width: 250px;
    color: #fff;
    margin: 0 auto 25px; 
font-weight: 500;	
}
.kbexit_form_group {
    display: block;
    margin-bottom: 15px;
}
.kbexit_form_group .exit_form_control {
    background: #fff;
    border: 1px solid #efefef;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: 0 1px 2px #2e2e2e;
    font-size: 15px;
}
.kbexit_form_group label span.astreik {
    color: #b10000;
}
.kbexit_form_group label a, .kbexit_form_group label  {
    text-decoration: none;
	color: #fff;
	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: #f2c604;
    width: 100%;
    padding: 7px;
    border: 1px solid #f2c604;
    border-radius: 7px;
    box-shadow: 0 1px 2px #2e2e2e;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Estrangelo Edessa';
}
.kbage_modal_right h4 {
    font-family: 'Gadugi';
    font-size: 35px;
    padding: 10px;
    color: #fff;
    max-width: 260px;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    vertical-align: middle;
    text-shadow: 1px 1px 5px #404040;
}
.kbage_modal_right h4 .yellow {
    color: #f4fa5a;
    clear: both;
    display: block;
    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 tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media(max-width:767px)
{
	.kbage_modal {
    width: 90%;
	}
	.close_exit_modal img {
		max-width: 40px;
	}
	.close_exit_modal{
	    right: -14px;
		top: -17px;
	}
}
@media(max-width:480px)
{
	.kbage_modal_left, .kbage_modal_right {
		width: 100%;
	}	
	.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;
	}
}