.btn_contact{
	display: none;
}
.image{
	margin-bottom: 30px;
}
h3{
	margin-bottom: 30px;
	text-transform: uppercase;
	text-align: left;
}
.txt p {
	margin-bottom: 30px!important;
	font-size: 18px;
}
a.btn{
	margin-top: -15px;
	margin-bottom: 35px;
	padding: 12px 20px;
	font-size: 16px;
	line-height: 1;
	background: #000;
	color: #fff!important;
	border-radius: 0px;
	text-transform: uppercase;
}
a.contac{
	display: inline-block;
	margin-bottom: 20px;
	font-size: 18px;
}
a.contac .fa{
	margin-right: 10px;
	font-size: 16px;
}
a.contac i.fa-phone {
    transform: rotate(90deg);
}
h4{
	margin-top: 30px;
	margin-bottom: 50px;
	padding-top: 50px;
	border-top: 1px solid #ccc;
	text-align: center;
	font-size: 16px;
}
.broker{
	margin-bottom: 10px;
	padding-top: 22px;
}
.broker:before{
	display: none;
}
.broker .float-right{
	margin-right: 25px;
}
.check {
  display: block;
  float: left;
  margin-left: 40px;
  margin-bottom: 0px;
  cursor: pointer;
  cursor: hand;
  font-size: 16px;
}
.checkmark {
  top: 1px;  
  width: 22px;  
}
.check input:checked ~ .checkmark {
  background-color: #000;
  border-color: #000;
}
small{
	font-size: 12px;
}
.btn.link{
	margin-top: 20px!important;
	margin-bottom: 0px;
	width: 100%;
	text-transform: none;
}
button { opacity:0; width:0; height:0; border:0; }
.extras_1{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	line-height: 30px;
}
.extras_2{
	margin-bottom: 40px;
	text-align: center;
	color: #7e7e7e;
	font-size: 12px;
}
.extras_2 b{
	color: #000;
}
footer .legal{
	display: none;
}
.foot_legal{
	display: block;
	margin-bottom: 20px;
	font-size: 13px;
	text-align: center;
}
.foot_legal a{
	text-decoration: underline!important;
}




@media (max-width: 992px){

	h3 {
	    /*margin-bottom: 50px;*/
	}
	.extras_1 {
	    margin-top: 20px;
	    margin-bottom: 15px;
	    line-height: 20px;
	}
	.extras_2{
		margin-bottom: 30px;
	}
	.foot_legal{
		font-size: 12px;
	}

}




@media (max-width: 576px){

	h3 {
		margin-bottom: 20px;
	    font-size: 18px;
	    line-height: 20px;
	}
	.broker {
	    margin-bottom: 10px;
	    padding-top: 12px;
	}
	.check {
	    margin-left: 10px;
	    padding-left: 15px;
	    font-size: 8px;
	}
	.checkmark {
		top: -2px;
	    width: 10px;
	    height: 10px;
	}
	small {
	    font-size: 10px;
	}
	.link {
	    font-size: 12px;
	}
	.extras_1 {
	    margin-top: 20px;
	    font-size: 12px;
	}
	.extras_2 {
		margin-bottom: 20px;
	    padding: 0px 20px;
	    text-align: center;
	    color: #7e7e7e;
	    font-size: 10px;
	}
	.foot_legal{
		font-size: 10px;
	}

}


@media (max-width: 480px){
	
	.extras_1 {
	    margin-top: 10px;
	    font-size: 10px;
	}
	p.txt {
	    margin-bottom: 20px!important;
	    font-size: 16px;
	    line-height: 22px;
	}
	a.btn {
	    margin-top: -5px;
	    margin-bottom: 30px;
	    font-size: 14px;	    
	}
	a.contac {
	    margin-bottom: 20px;
	    font-size: 16px;
	}
	h4 {
	    margin-top: 30px;
	    margin-bottom: 30px;
	    padding-top: 30px;
	    font-size: 14px;
	}	
	

}






