/* POPUP */

.overlay {
	background: #000;
	display: none;
	height: 100%;
	left: 0px;
	opacity: .0;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 99;
}

.close_popup {
	background: #000;
	border: 4px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	margin-left: 870px;
	margin-top: -20px;
	font-size: 20px;
	font-weight: bold;
	height: 20px;
	padding: 10px;
	position:absolute;
	width: 20px;
	z-index: 101;
}

.close_popup span {
	margin-left: 4px;
}

.close_popup:hover {
	background: #fff;
	border: 4px solid #000;
}

.close_popup:hover span{
	color: #000;
}

/** CONTACT FORM **/

#popup {
	background: none;
	visibility: hidden;
	left:50%;
	margin-left:-470px;
	position:fixed;
	top:5%;
	width:970px;
	z-index:100;
}

/* close contact popup */

#close_contact_popup {
	margin-left: 625px;
	margin-top: -25px;
}

/* popup address */

#popup_address {
	background: #3463a0;
	-webkit-border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
	-moz-box-shadow: 0px 0px 10px #1e3e68 inset;
	-webkit-box-shadow: 0px 0px 10px #1e3e68 inset;
	box-shadow: 0px 0px 10px #1e3e68 inset;
	float: left;
	height: 280px;
	margin-top: 45px;
	padding: 10px 30px 90px 30px;
}

#popup_address p {
	color: #f6f6f6;
	font-size: 16px;
	line-height: 24px;
}

#popup_address h2 {
	color: #f6f6f6;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
}

#popup_address span {
	display: block;
	font-size: 26px;
	font-weight: bold;
	margin-top: 10px;
} 

/* popup contact form */

#popup_form {
	background: #f7f7f7;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f7f7f7), to(#fff)) no-repeat;
	background: -webkit-linear-gradient(#f7f7f7, #fff) no-repeat;
	background: -moz-linear-gradient(#f7f7f7, #fff) no-repeat;
	background: -ms-linear-gradient(#f7f7f7, #fff) no-repeat;
	background: -o-linear-gradient(#f7f7f7, #fff) no-repeat;
	background: linear-gradient(#f7f7f7, #fff) no-repeat;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 10px #a5a5a5 inset;
	-webkit-box-shadow: 0px 0px 10px #a5a5a5 inset;
	box-shadow: 0px 0px 10px #a5a5a5 inset;
	float: left;
	height: 430px;
	padding: 10px;
	padding-bottom: 30px;
	position: relative;
	width: 330px;
	z-index: 100;
}

#popup_form h2 {
	color: #3463a0;
	font-size: 24px;
	text-align: center;
	text-align: center !important;
	font-weight:normal;
	padding:0 !important;
}

#popup_form #selcountry {
	display:none;
}

#popup input[type="text"],#popup select,#popup textarea {
	border: 3px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 10px #d6d6d6;
	-webkit-box-shadow: 0px 0px 10px #d6d6d6;
	box-shadow: 0px 0px 10px #d6d6d6;
	display: block;
	font-size: 16px;
	margin: 15px 40px;
	padding: 5px;
	width: 250px;
}

/************
	LOGIN
*************/

#login_popup {
	color: #f6f6f6;
	left: 50%;
	margin-left: -450px;
	position: fixed;
	top: 15%;
	width: 900px;
	z-index: 100;
	display: none;
	background: none;
}

/* new customer */



/* guest login */

#login_guest {
	background: #f4af40;
	cursor: pointer;
	margin-left: 20px;
	margin-top: 50px;
	padding: 10px;
	position: relative;
	width: 250px;
}

#login_guest:after {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#login_guest:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #f4af40;
	border-width: 34px;
	top: 50%;
	margin-right: 3px;
	margin-top: -34px;
}

#login_guest h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	text-decoration: underline;
}

#login_guest p {
	font-size: 16px;
}



/************
	SIGN UP
*************/

/* close register popup */
#close_register_popup {
	margin-left: 590px;
	margin-top: -30px;
}

#signup_popup {
	background: #fff;
	/*background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f7f7f7), to(#fff)) no-repeat;
	background: -webkit-linear-gradient(#f7f7f7, #fff) no-repeat;
	background: -moz-linear-gradient(#f7f7f7, #fff) no-repeat;
	background: -ms-linear-gradient(#f7f7f7, #fff) no-repeat;
	background: -o-linear-gradient(#f7f7f7, #fff) no-repeat;
	background: linear-gradient(#f7f7f7, #fff) no-repeat;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px #434343 inset;
	-webkit-box-shadow: 0px 0px 5px #434343 inset;
	box-shadow: 0px 0px 5px #434343 inset;
	color: #5a5a5a;
	display: none;
	padding: 10px;
	position: fixed;
	left: 50%;
	top: 5%;
	z-index: 100;
}

#signup_popup h2 {
	color: #3463a0;
	font-size: 30px;
	margin: 10px 0;
	text-align: center;
}

#signup_popup input[type="text"],#signup_popup input[type="password"] ,#signup_popup select {
	border: 3px solid #f6f6f6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	float: left;
	font-size: 18px;
	padding: 5px;
	margin: 10px 20px;
	width: 250px;
}

#signup_button {
	background: #f4af40;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 24px;
	font-weight: bold;
	margin: 10px 20px;
	padding: 5px 20px;
}

#signup_button:hover {
	background: #ffc25f;
}