.fa{
	/*color:#a1c227;*/
}

.form-control{
	display: block;
	width: 100%;
	height: 55px !important;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc !important;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
#message{
	height: 150px !important;
	resize: none;
}

#section-contacts{
	padding-top:84px;
}

#section-contacts .col-sm-12{
	padding-left:0;
	padding-right:0;
}

.checkbox label{
	padding-left:0px;
	line-height:21px;
}

.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}


.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
   display: none;
	opacity:0;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
} 

#div-contacts p{
	line-height:25px;
	color:#919191;
}

.col-sm-12{padding-left:0;padding-right:0;}

.msg-box{
	display:none;
}

.msg-box {
	border:1px solid #ccc;
	padding:35px;
}

.msg-box p{
	line-height:32px;
}

.msg-box p.confirm i{
	color:#a1c227;
}

@media (max-width: 767px) {
  #section-contacts{
	  padding-top:0px;
  }
}