.contacts-holder {
    padding-top: 40px;
}

.contacts-holder .col-form, .contacts-holder .col-info{
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contacts-holder .col-form{
    padding-right: 40px;
}
.contacts-holder .col-info{
    padding-left: 10px;
}
.contacts-holder h2{
    color: #575656;
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 30px;
    font-weight: 400;
}
.contact-boxes{
    overflow: hidden;
    margin: -23px 0 0 0;
}
.contact-boxes .box{
    display: inline-block;
    vertical-align: top;
    height: 192px;
    border: 1px solid #efefef;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #5a5a5a;
    margin: 23px 0 0 0;
    width: 48%;
    position: relative;
    border-radius: 5px;
}
.contact-boxes .box:nth-child(odd){
    margin-left: 0;
}
.contact-boxes .box.address-box{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.contact-boxes .box.email-box{
	float: right;
}
.contact-boxes .box.address-box .holder{
	position: initial;
	transform: none;
	padding: 10px;
}
.contact-boxes .box .holder{
    display: block;
    vertical-align: middle;
    text-align: center;
    padding: 0 10px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact-boxes .box .holder .text {
    margin-bottom: 15px;
}

.contact-boxes .box .holder .text:last-child {
    margin-bottom: 0;
}

.contact-boxes .text strong{
    display: block;
    margin: 0 0 3px;
    font-weight: 400;
    font-size: 15px;
}
.contact-boxes .box .phone{
    text-align: center;
}
.contact-boxes .box .phone a{
    display: inline-block;
    border-bottom: 0;
}
.contact-boxes .box a:hover{
    text-decoration: none;
}
.page-map{
    margin-top: 20px;
    height: 373px;
}
.wrapper-fb-group{
    float:right;
    width: 49%;
    margin-top: 20px;
}
@media (max-width: 768px){
	.contacts-holder .col-form, .contacts-holder .col-info, .wrapper-fb-group{
		width: 100%;
		float: none;
		padding: 0;
	}
	.contacts-holder .col-info{
		margin-top: 40px;
	}
	.contact-form .row .cell{
		width: 100%;
		float: none;
		margin: 0;
	}
	.contact-form .row .cell:first-child{
		margin-bottom: 20px;
	}
	.contact-form .row .text{
		float: none;
	}
}
@media (max-width: 500px){
	.contact-boxes .box{
		width: 100%;
		display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	}
}