*, :after, :before {
    box-sizing: border-box;
}
.leadBtn{
    background-color: #FA9538;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
    border: 1px #fff solid;
    position: relative;
    width: 270px;
	text-align: center
}
.leadBtn.left{
	float: left !important;
    margin: 0px 15px 10px 0 !important;
}
.leadBtn.right{
    float: right !important;
    margin: 0 0 10px 15px !important;
}
.leadBtn.center{
    margin: 0 auto 10px !important;
}
.floatLeft{
	float:left;
	    width: 50%;
}
.clearfix, .cl{
	clear:both;
	float:none
}
.body{
    background-color: rgba(0, 0, 0, 0.42);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
	display: none
}
#popup{
    display: none;
    position: fixed;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.31);
    top: 5%;
    z-index: 1000;
    left: 50%;
    width: 600px;
    margin-left: -300px;
	 border-radius: 13px 13px 0 0;
}
#popup .popup_head{
    background: #FA9538;
    color: #000;
    font-family: "trebuchet MS";
    font-size: 18px;
    padding: 5px 20px 8px 20px;
    border-radius: 10px 10px 0 0;
}
#popup .popup_head .closePopup{
    background: #767676;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fa9538+0,de8330+100 */
background: #fa9538; /* Old browsers */
background: -moz-linear-gradient(top, #fa9538 0%, #de8330 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fa9538 0%,#de8330 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fa9538 0%,#de8330 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa9538', endColorstr='#de8330',GradientType=0 ); /* IE6-9 */
    float: right;
    display: block;
    width: 26px;
    height: 26px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	    margin-top: 5px;
    padding-top: 4px;
}
#popup .popup_head p{
	margin: 0
}
#popup .popup_mid{
	padding: 10px;
	font-size: 12px;
	    font-family: verdana, tahoma, sans-serif;
    line-height: normal;
	    color: #004565;
}
#popup .popup_mid h3{
color: #FA9538;
    padding-top: 10px;
    margin: 0 0 10px !important;
    font-size: 18px;
    text-transform: none;
}
#popup .popup_mid .lead_form_part{
	margin: 0 -10px
}
#popup .popup_mid .co2{
	    color: #f00;
    position: relative;
    top: 1px;
    left: 1px;
}
#popup .popup_mid .fl{
	float: left;
	width:32%
}
#popup .popup_mid .fr{
	float: left;
	width:68%
}
#popup .popup_mid .box1{
	float: left;
    width: 50%;
	padding: 0 10px 7px;
}
#popup .popup_mid .box1 .input_box input, #popup .popup_mid .box1 .input_box select, #popup .popup_mid .box1 .input_box textarea{
    width: 100%;
    padding: 4px;
    border: 1px #ddd solid;
    border-radius: 4px;
	    height: auto;
}
#popup .popup_mid .box1 .input_box input:focus, #popup .popup_mid .box1 .input_box select:focus, #popup .popup_mid .box1 .input_box textarea:focus{
    box-shadow: 0 0 2px #f00;
}
#popup .popup_mid .box1 .col4Row{
	margin: 0 -2px
}
#popup .popup_mid .box1 .input_box .col4{
	        width: 33.3333333%;
    float: left;
      padding: 0 2px;
}
#popup .popup_mid .box1 .input_box .radio_butt input{
	    width: auto;
    vertical-align: middle;
    top: -2px;
    position: relative;
	-webkit-appearance: radio;
}
#popup .popup_mid .box1 .input_box #button{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fa9538+0,de8330+100 */
background: #fa9538; /* Old browsers */
background: -moz-linear-gradient(top, #fa9538 0%, #de8330 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fa9538 0%,#de8330 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fa9538 0%,#de8330 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa9538', endColorstr='#de8330',GradientType=0 ); /* IE6-9 */
    float: right;
    color: #fff;
    padding: 13px 20px;
    font-size: 18px;
    font-weight: bold;
    font-family: arial;
    width: auto;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.44);
    border: 1px #fff solid;
	    cursor: pointer;
}
#popup .popup_mid .box1 .input_box.agree input{
	    width: auto;
	-webkit-appearance: checkbox;
}
#popup a{
	cursor: pointer
}
.popupaviso{
    position: fixed;
    background-color: #fff;
    left: 50%;
    top: 10%;
    width: 800px;
    height: 80%;
    margin: 0 0 0 -400px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.33);
	display: none
}
.popupaviso > div{
    padding: 15px;
    overflow: auto;
    overflow-x: hidden;
    height: 95%;
}
.popupaviso .close{
    position: absolute;
    right: 17px;
    background-color: #f00;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding-top: 3px;
    font-family: arial;
    cursor: pointer;
}
@media (max-width: 768px){
	#popup{
    width: 100%;
    left: 0;
    margin: 0;
    top: 0;
    border-radius: 0;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
	}
	#popup .popup_head{
		border-radius: 0;
	}
}
@media (max-width: 568px){
	.leadBtn {
		    float: none;
		top: 0;
		margin-bottom: 20px;
		    text-align: center;
	}
	.floatLeft {
		float: none;
	}
	#popup .popup_mid .box1{
		width: 100%
	}
	#popup .popup_mid .box1.radio_butt{
		width: 50%;
	}
}