/* Plumrocket Newletter Page */ 
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);
.clear {display:block; clear:both; height:1px; font-size:1px; line-height:1px; margin-bottom:-1px; float:none!important; width:100%!important;  }


#newspopup_up_bg .validation-advice{
	background: #8D0000;
	bottom: 5px;
	color: #FFF!important;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	min-height: 13px;
	padding: 10px!important;
	position: absolute;
	white-space: normal;
	left: -160px;
	width: 150px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

#newspopup_up_bg .validation-advice:after {
	position: absolute;
	right: -8px;
	bottom: 8px;
	content: " ";
	width: 0;
	height: 0;
	border-top: 8px solid rgba(0, 0, 0, 0);
	border-bottom: 8px solid rgba(0, 0, 0, 0);
	border-left: 8px solid #8D0000;
}

#newspopup_up_bg .error,
#newspopup_up_bg .success {
	width: 100%;
	background: #F8B9B9;
	color: #630C0C;
	padding: 6px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	margin-bottom: 18px;
}

#newspopup_up_bg .success {background: #8FF387; color:#0E5005;}

#newspopup_up_bg .error p,
#newspopup_up_bg .success p {margin-bottom: 0;}

#newspopup_up_bg {
	display:block; 
	left: 0px; 
	position:fixed; 
	top: 0px; 
	width: 100%; 
	z-index: 1100; 
	height:100%;
	background: rgba(0, 0, 0, 0.5) repeat left top; 
	color:#666666;
	text-align:left;
	overflow-y: auto;
} 


.newspopup-up-form .cross {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #000;
	height: 24px;
	width: 24px;
	color:#fff;
	line-height: 23px;
	font-weight: 700;
	position: absolute;
	z-index: 1200;
	right: -12px; 
	top: -12px;
	font-size: 14px;
	text-align: center;
}

.newspopup-up-form .cross:hover {background: #262626; cursor: pointer;}

.newspopup-up-form .ajax-loader {
	position: absolute;
	right: -38px;
	top: 14px;
	z-index: 10;
}



/*Default Form*/
.newspopup-up-form.form_v_5 * {
	box-sizing: border-box;
}

.newspopup-up-form.form_v_5  {
	display: block;
	width: 560px; 
	margin: 10% auto 5% auto;
	font-family: 'Open Sans', Arial, sans-serif;	
}

.newspopup-up-form.form_v_5 .ajax-loader {
	right: 50%;
	top: 41px;
	margin-right: -12px;
	z-index: 10;
}

.newspopup-up-form.form_v_5 .validation-failed {
	border: 1px solid #eb340a !important;
	background: #faebe7 !important;
}

.newspopup-up-form.form_v_5>div.hld-pop { 
	position: relative;
	padding: 35px 25px 40px 25px;
	text-align:center;
	background: #f7f7f7;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU5JSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNGQ0ZDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f7f7f7 0%, #e5e5e5 59%, #d4d4d4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(59%,#e5e5e5), color-stop(100%,#d4d4d4));
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#e5e5e5 59%,#d4d4d4 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%,#e5e5e5 59%,#d4d4d4 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%,#e5e5e5 59%,#d4d4d4 100%);
	background: linear-gradient(to bottom, #f7f7f7 0%,#e5e5e5 59%,#d4d4d4 100%);
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
}
.newspopup-up-form.form_v_5 h1.title { 
	width: 100%; 
	font-size: 30px; 
	font-family: 'Open Sans', Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	color:#063454;
	text-shadow:0 2px 0 #fff;
	padding: 0;
	margin: 0 0 5px;
	line-height: 1.35;

}

.newspopup-up-form.form_v_5 .small_text{
	color:#494949;
	font-size:14px;

}

.newspopup-up-form.form_v_5 .small_text p{
	margin-bottom: 15px;
	min-height: 36px;
	line-height: 1.55;
}

.newspopup-up-form.form_v_5 #newspopup_up_bg_form>div {
	width: 45%;
	margin: 0 auto;
	text-align: left;
	line-height: 25px;
}

.newspopup-up-form.form_v_5 #newspopup_up_bg_form>ul li {
	width: 50%;
	margin: 0 auto;
}

.newspopup-up-form.form_v_5 #newspopup_up_bg_form>div ul li label {
	display: none;
}

.newspopup-up-form.form_v_5 #newspopup_up_bg_form>div ul li div {
	text-align: left;
}


.newspopup-up-form.form_v_5 #newspopup_up_bg_form>div ul li .customer-dob {white-space: nowrap;}
.newspopup-up-form.form_v_5 #newspopup_up_bg_form>div ul li .dob-day,
.newspopup-up-form.form_v_5 #newspopup_up_bg_form>div ul li .dob-month {
	width: 25%;
	display: inline-block;
	padding-right: 2%;
}

.newspopup-up-form.form_v_5  #newspopup_up_bg_form>div ul li .dob-year {
	width: 50%;
	display: inline-block;
}

.newspopup-up-form.form_v_5 input[type="password"],
.newspopup-up-form.form_v_5 input[type="email"],
.newspopup-up-form.form_v_5 input[type="date"],
.newspopup-up-form.form_v_5 input[type="number"],
.newspopup-up-form.form_v_5 input[type="text"] {
	display:inline-block;
	padding:0 10px;
	width:100%; 
	height:34px;
	line-height:34px; 
	margin: 5px auto;
	background:#fff;
	font-size:14px;
	color:#494949;
	border: 1px solid #9e9e9e;
	-webkit-box-shadow: inset 0px 1px 0px #A4EE9A;
	box-shadow: inset 0px 1px 0px #ececec;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
} 

.newspopup-up-form.form_v_5 input[type="number"] {padding-right: 0; padding-left: 9px;}

.newspopup-up-form.form_v_5 select {
	display:inline-block;
	height: 34px;
	line-height: 34px;
	border: 1px solid #9e9e9e;
	color: #494949;
	margin: 5px auto;
	font-size: 14px;
	padding: 0 0 0 5px;
	background-color: white;
	width: 100%;
}

.newspopup-up-form.form_v_5 select option[disabled] {
	color: #9e9e9e;
}

.newspopup-up-form.form_v_5 select:focus{
	background-color: white;
}

.newspopup-up-form.form_v_5 .send-btn2{
	display:block;
	margin: 20px auto 0 auto;
	padding:0 10px;
	text-align: center; 
	height:34px;
	line-height:32px; 
	font-size:14px;
	text-decoration:none;
	color:#fff;
	border: 1px solid #d03200;
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.22);
	-webkit-box-shadow: inset 0px 1px 0px #ffd382;
	box-shadow: inset 0px 1px 0px #ffd382;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fb780e;
	font-weight: 600;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkOWEyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMTgyMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fb780e 0%, #eb5f00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb780e), color-stop(100%,#eb5f00));
	background: -webkit-linear-gradient(top, #fb780e 0%,#eb5f00 100%);
	background: -o-linear-gradient(top, #fb780e 0%,#eb5f00 100%);
	background: -ms-linear-gradient(top, #fb780e 0%,#eb5f00 100%);
	background: linear-gradient(to bottom, #fb780e 0%,#eb5f00 100%);
	
} 
.newspopup-up-form.form_v_5 .send-btn2:hover{	
	background: #fca644;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjYTY0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZjhlMWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fca644 0%, #ef8e1f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fca644), color-stop(100%,#ef8e1f));
	background: -webkit-linear-gradient(top, #fca644 0%,#ef8e1f 100%);
	background: -o-linear-gradient(top, #fca644 0%,#ef8e1f 100%);
	background: -ms-linear-gradient(top, #fca644 0%,#ef8e1f 100%);
	background: linear-gradient(to bottom, #fca644 0%,#ef8e1f 100%);
}



/*end*/

.newspopup-up-form.form_v_5 #newspopup_up_bg_form h3 {
	font-size: 14px;
	margin-bottom: 4px;
	margin-top: 10px;
}

.newspopup-up-form.form_v_5 #newspopup_up_bg_form div.mailchimp_item {
	font-size: 14px;
	margin: 0 0 6px 0;
	line-height: 16px;
}

.newspopup-up-form.form_v_5 #newspopup_up_bg_form div.mailchimp_item input {
	float: left;
	margin-top: 2px;
}

.newspopup-up-form.form_v_5 #newspopup_up_bg_form div.mailchimp_item label {
	display: block;
	margin-left: 20px;
}

.newspopup-up-form.form_v_5 #newspopup_up_bg_form ul {
	margin: 0;
	padding: 0;
}

.newspopup-up-form.form_v_5 #newspopup_up_bg_form ul li {
	list-style: none;
	margin: 0;
	position: relative;
}

/*Enterprise*/
.newspopup-up-form.form_v_5 #newspopup_up_bg_form div.validation-error {background-position: 100% 15px;}
.newspopup-up-form.form_v_5 #newspopup_up_bg_form div.validation-passed {background-position: 100% 15px;}
.newspopup-up-form.form_v_5 #newspopup_up_bg_form div.validation-passed  {}

.newspopup-up-form.form_v_5 #newspopup_up_bg_form #advice-validate-custom-nl_day,
.newspopup-up-form.form_v_5 #newspopup_up_bg_form #advice-validate-custom-nl_year,
.newspopup-up-form.form_v_5 #newspopup_up_bg_form #advice-validate-custom-nl_month { display: none; }




input[placeholder]          {color:#9e9e9e;}
input::-moz-placeholder     {color:#9e9e9e; opacity: 1;} 
input:-moz-placeholder      {color:#9e9e9e; opacity: 1;} 
input:-ms-input-placeholder {color:#9e9e9e;}
:-ms-input-placeholder{color:#9e9e9e; opacity: 0.6;}
input::-webkit-input-placeholder {color:#9e9e9e;} 

@media screen and (max-width: 640px) {
 	
	.newspopup-up-form.form_v_5 * {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

    .newspopup-up-form.form_v_5 {
        width: 100%;
        padding: 0 10%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
    }

    .newspopup-up-form.form_v_5 * {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.newspopup-up-form.form_v_5 #newspopup_up_bg_form>div {
		width: 65%;
	}

    .newspopup-up-form.form_v_5 h1.title {
        font-size: 25px;
    }
 
    .newspopup-up-form.form_v_5 .small_text p {
        font-size: 14px;
    }
 
	#newspopup_up_bg .validation-advice {
		position: static;
		background: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		color: red!important;
		padding: 0!important;
		font-weight: 400;
		margin: 0;
	}
	
	#newspopup_up_bg .validation-advice:after {
		display: none;
	}
 
}
 
 
@media screen and (max-width: 480px) {
    
	.newspopup-up-form.form_v_5 {
		padding: 0 5%;
	} 

	.newspopup-up-form.form_v_5 #newspopup_up_bg_form>div,
	.newspopup-up-form.form_v_5 #newspopup_up_bg_form>ul li {
		width: 90%;
	}
 
}


/*=== animate ===*/
#newspopup-animated-form {
  -webkit-animation-duration: 1s;
  -moz-animation-duration:1s;
		animation-duration: 1s;
  -webkit-animation-fill-mode: both;
		animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    -moz-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    -moz-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    -moz-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -moz-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -moz-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -moz-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -moz-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -moz-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -moz-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    -moz-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    -moz-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    -moz-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    -moz-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -moz-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -moz-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -moz-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}


@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -moz-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -moz-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -moz-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn .prpop-splash-container {
  -webkit-animation-name: zoomIn;
  -moz-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-duration: 1s;
  -moz-animation-duration:1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}



/* Effect 8: 3D flip horizontal */
@-webkit-keyframes flip3d_hor {
  0% {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-110deg);
	-moz-transform: rotateY(-110deg);
	-ms-transform: rotateY(-110deg);
	transform: rotateY(-110deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
  }

  100% {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
	opacity: 1;
  }
}

@-moz-keyframes flip3d_hor {
  0% {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-110deg);
	-moz-transform: rotateY(-110deg);
	-ms-transform: rotateY(-110deg);
	transform: rotateY(-110deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
  }

  100% {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
	opacity: 1;
  }
}


@keyframes flip3d_hor {
  0% {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-110deg);
	-moz-transform: rotateY(-110deg);
	-ms-transform: rotateY(-110deg);
	transform: rotateY(-110deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
  }

  100% {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
	opacity: 1;
  }
}

.flip3d_hor .prpop-splash-container {
  -webkit-animation-name: flip3d_hor;
  -moz-animation-name: flip3d_hor;
          animation-name: flip3d_hor;
  -webkit-animation-duration: 1s;
  -moz-animation-duration:1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


/*background animation*/
#prpop-addedoverlay {
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration:0.25s;
		animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
		animation-fill-mode: both;
  -webkit-animation-name: background_a;
  -moz-animation-name: background_a;
		animation-name: background_a;
}
 
 
@-webkit-keyframes background_a {
  0% {
    opacity: 0;   
  }

  100% {
    opacity: 0.6;
  }
}

@-moz-keyframes background_a {
  0% {
    opacity: 0;   
  }

  100% {
    opacity: 0.6;
  }
}

@keyframes background_a {
  0% {
    opacity: 0;   
  }

  100% {
    opacity: 0.6;
  }
}
 #newspopup-animated-form {
 margin-top:100px !important;
 }