.button-prev {float: left !important;}
.button-nxt { float: right !important; }
.button-prev, .button-nxt {
     width: 100px;
     background-color: #0276FF;  
     border-radius: 8px;  
     border-style: none;  
     box-shadow: rgba(255, 255, 255, 0.26) 0 1px 2px inset;  
     box-sizing: border-box;  
     color: #fff;  cursor: pointer;  
      
     font-size: 100%;  
     line-height: 1.15;  margin: 0;  
     padding: 10px 21px;  
     text-align: center; transition: color .13s ease-in-out,background .13s ease-in-out,opacity .13s ease-in-out,box-shadow .13s ease-in-out;  user-select: none;
       -webkit-user-select: none;
         touch-action: manipulation; }
.button-prev:active, .button-nxt:active {  background-color: #006AE8;}
.button-prev:hover, .button-nxt:hover {  background-color: #1C84FF;}
.btn-div {     padding-bottom: 30px; }


#block-17 a {
    margin-left: 0 !important;
}

.confit-address:before {
	content: "\f2bb";
	margin-right:5px;
	font-family: "FontAwesome";
}
.confit-phone:before {
	content: "\f095";
	margin-right:5px;
	font-family: "FontAwesome";
}
.confit-email:before {
	content: "\f0e0";
	margin-right:5px;
	font-family: "FontAwesome";
}