@font-face {
	font-family:'Handlee-Regular';
	src: url('../font/Handlee-Regular.eot');
	src: url('../font/Handlee-Regular.eot?#iefix') format('embedded-opentype'),
		url('../font/Handlee-Regular.woff') format('woff'),
		url('../font/Handlee-Regular.otf') format('opentype'),
		url('../font/Handlee-Regular.svg#Handlee-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2265;
}
.newspopup,
.newspopup h1,
.newspopup span,
.newspopup input,
.newspopup label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}


/* Form Container */
.newspopup {
	position: relative;
	width: 468px;
	height: 300px;
	/* padding: 1px 1px 0 1px; */
	margin-top: 1px;
	cursor: default;
    font-family:'Handlee-Regular';
	background-color: #FFFFFF;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	/* border-radius: 5px; */

	-webkit-box-shadow: 0px 1px 1px 0px rgba(255,255,255, .2), inset 0px 1px 1px 0px rgb(0,0,0);
	-moz-box-shadow: 0px 1px 1px 0px rgba(255,255,255, .2), inset 0px 1px 1px 0px rgb(0,0,0);
	box-shadow: 0px 1px 1px 0px rgba(255,255,255, .2), inset 0px 1px 1px 0px rgb(0,0,0);
}


.newspopup p {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-align: left;
    line-height: 16px;
	font-family: 'Myriad Pro', sans-serif;
	font-size: 15px;
	/* font-weight: bold; */
	color: #000000;
	
}

.newspopup img {
    height: auto;
    text-align: center;
    width: auto;
	}



/* ipad */
@media only screen and (max-device-width : 1920px) {
	.newspopup img {
        max-width: 100%; width:100%;
/*
        width: 468px;
	   height: 300px;
*/
    }
}

/* ipad */
@media only screen and (max-device-width : 1024px) {
	.newspopup img { 
        max-width: 100%; width:100%;
       
    }
}


/* other */
@media only screen and (max-device-width : 767px) {
	.newspopup img { max-width: 450px; width:450px;}
}



/* iphone */
@media only screen and (max-device-width : 480px) {
	.newspopup img { 
/*        max-width: 300px; width:300px;*/
        width: 468px;
	   height: 300px;
    }
}



/* smallest */
@media only screen and (max-device-width : 319px) {
	.newspopup img { 
        max-width: 180px; width:180px}
}



/* Form Title */
.newspopup	h1 {
	line-height: 40px;
	font-family: 'Myriad Pro', sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #e4e4e4;
}

/* Form Input General Styles */
.newspopup input[type=text],
.newspopup input[type=password],
.newspopup input[type=submit] {
	line-height: 21px;
	margin: 5px 0;
	padding: 7px 21px;
	border: 0;
	outline: none;

	font-family:'Handlee-Regular';
	font-size: 12px;
/*	font-weight: bold;*/
	/* text-shadow: 0px 1px 1px rgba(255,255,255, .2); */

	/* -webkit-border-radius: 26px; */
/*	-moz-border-radius: 26px;*/
	/* border-radius: 26px; */

	/* -webkit-transition: all .15s ease-in-out; */
/*
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
*/
	/* transition: all .15s ease-in-out; */
}

/* Form User&Pass Input Styles */
.newspopup input[type=text],
.newspopup input[type=password],
.js .newspopup span {
	color: #686868;
	width: 170px;

	/* -webkit-box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .6); */
	-moz-box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .6);
	box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .6);

	/* background: #989898; */
	background: -moz-linear-gradient(top,  #ffffff 0%, #989898 100%);
	/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#989898)); */
	/* background: -webkit-linear-gradient(top,  #ffffff 0%,#989898 100%); */
	background: -o-linear-gradient(top,  #ffffff 0%,#989898 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#989898 100%);
	background: linear-gradient(top,  #ffffff 0%,#989898 100%);
	font-size: 16px;
}

.newspopup input[type=text]:hover,
.newspopup input[type=password]:hover {
/*
	-webkit-box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .6), 0px 0px 5px rgba(255,255,255, .5);
	-moz-box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .6), 0px 0px 5px rgba(255,255,255, .5);
	box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .6), 0px 0px 5px rgba(255,255,255, .5);
*/
}

.newspopup input[type=text]:focus,
.newspopup input[type=password]:focus {
/*
	background: #e1e1e1;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e1e1e1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e1e1e1));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%);
	background: linear-gradient(top,  #ffffff 0%,#e1e1e1 100%);
*/
}

/* Form Submit Input Styles */
.newspopup input[type=submit],
.js .newspopup span.checked:before {
clear: left;
float: none;
width: auto;
	text-align: center;
	cursor: pointer;
    color:#fff;
	text-transform: uppercase;
/* color: #445b0f; */

/*
	-webkit-box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .45), 0px 1px 1px 0px rgba(0,0,0, .3);
	-moz-box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .45), 0px 1px 1px 0px rgba(0,0,0, .3);
	box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .45), 0px 1px 1px 0px rgba(0,0,0, .3);
*/
}


.newspopup input[type=submit]:hover {
/*
	-webkit-box-shadow: inset 1px 1px 3px 0px rgba(255,255,255, .8), 0px 1px 1px 0px rgba(0,0,0, .6);
	-moz-box-shadow: inset 1px 1px 3px 0px rgba(255,255,255, .8), 0px 1px 1px 0px rgba(0,0,0, .6);
	box-shadow: inset 1px 1px 3px 0px rgba(255,255,255, .8), 0px 1px 1px 0px rgba(0,0,0, .6);
*/
}

.newspopup input[type=submit]:active {
/*
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
*/
}

/* Form Green Gradient Styles */
.newspopup input[type=submit],
.js .newspopup span.checked:before {
	background: #f08d97;
/*
	background: -moz-linear-gradient(top,  #a5cd4e 0%, #6b8f1a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd4e), color-stop(100%,#6b8f1a));
	background: -webkit-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
	background: -o-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
	background: -ms-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
	background: linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
*/
}

/* Form Checkbox Input Styles */
.js .newspopup input[type=checkbox] {
	position: fixed;
	left: -9999px;
}

.newspopup span {
	position: relative;
	margin-top: 15px;
	float: left;
}

.js .newspopup span {
	width: 16px;
	height: 16px;
	cursor: pointer;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.js .newspopup span.checked:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 8px;
	height: 8px;

	-webkit-box-shadow: 0px 1px 1px 0px rgba(255,255,255, .45), inset 0px 1px 1px 0px rgba(0,0,0, .3);
	-moz-box-shadow: 0px 1px 1px 0px rgba(255,255,255, .45), inset 0px 1px 1px 0px rgba(0,0,0, .3);
	box-shadow: 0px 1px 1px 0px rgba(255,255,255, .45), inset 0px 1px 1px 0px rgba(0,0,0, .3);
}

/* Form Label Styles */

.newspopup label {
	position: absolute;
	top: 1px;
	left: 25px;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #e4e4e4;
}
.line1
{
    font-family:'Handlee-Regular' !important;
    color:#ed8b96 !important;
    font-size:33px !important;
    position: absolute;
	
    top: 89px;
	
    left: 44px;
	width: 400px;
}
.line2
{
    font-family:'Handlee-Regular' !important;
    position: absolute;
	
    top: 128px;
	
    left: 47px;
	width: 400px;
    font-size: 16px !important;
    color:#555555 !important;
    width: 340px;
}
#fancybox-outer
{
    width: 96% !important;
}
#fancybox-content
{
    border:none !important;
}
.newspopup input[type=submit]
{
    padding: 5px 17px !important;
}
.newspopup input[type=text]
{
    padding: 4px 21px;
    height: 26px;
}