/************************ popup ************************/
.request-popup {
	display:none;
}
.fancybox-skin {
   border: 0px solid #ffffff;
   background: #006699;
   background: -webkit-gradient(linear, left top, left bottom, from(#3399cc), to(#006699));
   background: -webkit-linear-gradient(top, #3399cc, #006699);
   background: -moz-linear-gradient(top, #3399cc, #006699);
   background: -ms-linear-gradient(top, #3399cc, #006699);
   background: -o-linear-gradient(top, #3399cc, #006699);
   background-image: -ms-linear-gradient(top, #3399cc 0%, #006699 100%);
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(000,000,000,0.9) 0 0px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(000,000,000,0.9) 0 0px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(000,000,000,0.9) 0 0px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   font-family: 'Helvetica Neue',Helvetica,sans-serif;
   text-decoration: none;
   vertical-align: middle;
   /*min-width:600px;*/
   /*padding:20px;*/
   /*width:600px;*/
}
.fancybox-inner {
    margin: 0 auto;
}
.request-popup {
	/*padding:0 10px;*/
}
.fancy_heading h2{
   text-shadow: 1px 1px 0 #000;
   color:#fff;
   margin: 15px 0 0 0;
   font-weight:bold;
   text-align:center;
}
.fancy_heading h3{
   text-shadow: 1px 1px 0 #000;
   color:#fff;
   margin: 15px 0 0 0;
   font-weight:bold;
   text-align:center;
}
.form-title {
   margin-bottom:10px;
   color: #ffffff;
   text-shadow: #000000 0 1px 0;
}
:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}

.request-popup .fancy_form_row {
   /*padding: 0 4rem;*/
   /* margin: 1rem 0;*/
  
}

.request-popup  input:focus, .request-popup  textarea:focus {
   /*background: #ffffff;*/
   /*color: #000000;*/
}
.request-popup .error + .text_error {
    display: block;
    color: #ff0000;
    width: 440px;
    margin: auto;
    text-align: left;
}
.text_error {
    display: none;
}
@media (max-width: 767px) {
	.request-popup .error + .text_error {
		max-width:90%;
	}
}
.request-popup .fancy_form_row.fancy_form_submit {
 /*   margin-top: 2.2rem;*/
	/*margin-bottom: 4rem;*/
}
.fancy_form_error_text{
	color:#fff;
	min-height:1.5em;
}
.request-popup  input[type="submit"] {
	font-weight:bold;
	color:#000;
	width:70%;
	margin:0 auto;
}


.popup-holder
{
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    color: #fff;
    background: url(fancybox_overlay.png);
}
.success-popup
{
    position: absolute;
    top: 50%;
    left: 50%;

    overflow: hidden;

	border: 0px solid #ffffff;
	background: #006699;
	background: -webkit-gradient(linear, left top, left bottom, from(#3399cc), to(#006699));
	background: -webkit-linear-gradient(top, #3399cc, #006699);
	background: -moz-linear-gradient(top, #3399cc, #006699);
	background: -ms-linear-gradient(top, #3399cc, #006699);
	background: -o-linear-gradient(top, #3399cc, #006699);
	background-image: -ms-linear-gradient(top, #3399cc 0%, #006699 100%);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(000,000,000,0.9) 0 0px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
	-moz-box-shadow: rgba(000,000,000,0.9) 0 0px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
	box-shadow: rgba(000,000,000,0.9) 0 0px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
	font-family: 'Helvetica Neue',Helvetica,sans-serif;
	text-decoration: none;
	vertical-align: middle;
	min-width:300px;
	padding:20px;
	width:300px;
	min-height:100px;
	margin-top: -100px;
	margin-left: -150px;
	text-align:center;
	font-size:1.25em;
}
