@media screen and (-webkit-min-device-pixel-ratio:0) { 
 #beforeyougo
{
margin-top:-250px !important;	
} 
}

.glue_block_layer {
	background-image: url("../images/pattern.png");
	opacity: 0.7;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.glue_popup {
	height: auto;
	box-shadow: 0px 0px 7px #4a4a4a;
	-moz-box-shadow: 0px 0px 7px #4a4a4a;
	-webkit-box-shadow: 0px 0px 7px #4a4a4a;
	background: #ffffff;
	-webkit-animation: zoomin 0.4s;
	animation: zoomin 0.4s;
	border-radius: 5px;
	margin: 0 auto 0 -182px;
	max-width: 600px;
	width: 100%;
}

.glue_content {
	min-height: 350px;
	
}

/*.glue_close {
    background-color: #000;
    border-radius: 50%;
    box-shadow: 0 0 3px #4d4d4d;
    color: #ffffff;
    cursor: pointer;
    float: right;
    font-family: Arial;
    font-size: 22px;
    height: 35px;
    left: 11px;
    line-height: 36px;
    padding: 0 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: -15px;
    width: 35px;
}*/

.glue_close {
    background-color: #000;
    border-radius: 50%;
    box-shadow: 0 0 3px #4d4d4d;
    color: #ffffff;
    cursor: pointer;
    float: right;
    font-family: Arial;
    font-size: 22px;
    height: 35px;
    left: 11px;
    line-height: 36px;
    padding: 0 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: -15px;
}

/* 
CSS3 animation keyframes.
*/
@-webkit-keyframes zoomin {

  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  40% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes zoomin {

	0% {
		-ms-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}

	40% {
		-ms-transform: scale(1.02);
		transform: scale(1.02);
		opacity: 1;
	}

	100% {
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
}
@keyframes zoomin {

	0% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}

	40% {
		-webkit-transform: scale(1.02);
		-ms-transform: scale(1.02);
		transform: scale(1.02);
		opacity: 1;
	}
  
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}


.popup_wrapper  {
    background: #253b8d;
    box-sizing: border-box;
    height: auto;
    margin: 0 auto;
    max-width: 600px;
    /*font-family: 'Comfortaa', cursive;*/
     font-family: 'Raleway';
   padding:10px 10px 35px 10px;
}

.popup_wrapper h2{
	font-size: 26px;
	/*color: #133d57;*/
        color:#F03010;
	margin-top: 15px;
	font-weight: normal;
	line-height:35px;
	text-align: center;
}

.popup_wrapper img{
	
	max-width: 100%;
}
p{
	color: #000;
	font-size: 14px;
	
}

.popup_wrapper #logo{
	width: 38%;
	display: inline-block;
	float: left;
}
.login_frm {
  padding-left:8%;
  width: 53%;
  border-radius: 2px;
  overflow: hidden;
  background: url(../images/arrow.png) no-repeat 0 20px;
  display: inline-block;
  margin: 44px 0 0 0;
}

.login_frm h1 {
  font-weight: 100;
  text-align: center;
  font-size: 2.3em;
  margin: 0;
  color: #fff;
}

/*.login_frm input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
  border-radius: 5px;
  margin-top: 10px;
  margin: 0 auto;
  margin-top: 10px;
  height: 38px;
  background: url(../images/button_bg.jpg) repeat-x;
  border:solid 1px #1f678d;
  font-size: 23px;
  color: #ffffff;
  line-height: 0;
  background-color: #1e658b;
  padding:0;
  text-transform: capitalize;
}*/
#subscribe-mailchimp {
    background: url("../images/button_bg.jpg") repeat-x scroll 0 0 #1E658B !important;
    border: 1px solid #1F678D;
    border-radius: 5px !important;
    color: #FFFFFF;
    display: block;
    font-size: 23px;
    line-height: 0;
    margin: 22px auto 0 !important;
    padding: 0;
    position: relative;
    text-transform: capitalize;
    width: 100% !important;
    height: 40px;
}

.login_frm input[type=email] {
  height: 40px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #ffffff;
  border: 1px solid #8d8d8d;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 5px;
}

.login_frm input[type=text]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

@media screen and (min-width: 300px)and (max-width: 360px) {
    .glue_popup {
	height: 350px;
	box-shadow: 0px 0px 7px #4a4a4a;
	-moz-box-shadow: 0px 0px 7px #4a4a4a;
	-webkit-box-shadow: 0px 0px 7px #4a4a4a;
	background: #ffffff;
	-webkit-animation: zoomin 0.4s;
	animation: zoomin 0.4s;
	border-radius: 5px;
	margin: 0 auto 0 -182px;
	width: 90%;
}
.login_frm input[type="submit"] {
	font-size: 16px;
}
#email-sub {
	font-size: 13px;
}

.glue_popup{
	width: 80%;
}

.popup_wrapper h2{
	font-size: 16px;
	line-height: 22px;
}
.popup_wrapper #logo{
	float: none;
	display: block;
	width: 90%;
	text-align: center;
}
.popup_wrapper #logo img{
	width: 50%;
}
.login_frm{
	width: 86%;
        margin:15px 0 0;
	display: block;
}
}

@media screen and (min-width: 360px)and (max-width: 480px) {
.glue_popup {
	box-shadow: 0px 0px 7px #4a4a4a;
	-moz-box-shadow: 0px 0px 7px #4a4a4a;
	-webkit-box-shadow: 0px 0px 7px #4a4a4a;
	background: #ffffff;
	-webkit-animation: zoomin 0.4s;
	animation: zoomin 0.4s;
	border-radius: 5px;
	margin: 0 auto 0 -182px;
	width: 90%;
}
.login_frm input[type="submit"] {
	font-size: 18px;
}
#email-sub {
	font-size: 14px;
}

.glue_popup{
	width: 80%;
}

.popup_wrapper h2{
	font-size: 16px;
	line-height: 22px;
}
.popup_wrapper #logo{
	float: none;
	display: block;
	width: 90%;
	text-align: center;
}
.popup_wrapper #logo img{
	width: 40%;
}
.login_frm{
	width: 86%;
	display: block;
}
}

@media screen and (min-width: 480px)and (max-width: 768px) {
	    .glue_popup {
	box-shadow: 0px 0px 7px #4a4a4a;
	-moz-box-shadow: 0px 0px 7px #4a4a4a;
	-webkit-box-shadow: 0px 0px 7px #4a4a4a;
	background: #ffffff;
	-webkit-animation: zoomin 0.4s;
	animation: zoomin 0.4s;
	border-radius: 5px;
	margin: 0 auto 0 -182px;
	width: 90%;
}
.login_frm input[type="submit"] {
	font-size: 18px;
}
#email-sub {
	font-size: 14px;
}
}
/* CSS by Kavita - 19aug 2015 */
.popup_wrapper button {
    background: none repeat scroll 0 0 #ed6a6a;
    border: medium none;
    color: #FFFFFF;
    font-size: 16px;
    padding: 10px;
    width:50%;
    font-weight:700;
    font-family:'Open Sans';
   
    
}

#offer_yes
{
margin-bottom:3%;
}
#offer_no
{
background: #b2bcde;
}

.popup_wrapper input {
    padding: 10px !important;
    text-align: center;
    width: 33% !important;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 3%;
    font-family:'Open Sans';
}
.popup_wrapper p
{
	color:#ffffff;
	font-family:'Open Sans';
	line-height:20px;
	margin-top:1%;
}
