@charset "utf-8";
/* CSS Document */

#contacts {
	padding-bottom: 80px;
}

#contacts .inline-col , #contacts #social-links *, #contacts .contact-group * {
	color: #fff;
}

body.has-news #contacts {
	padding-top: 100px;
}

#contacts .title {
	font-size: 50px;
	font-weight: bolder;
	font-family: 'Raleway', sans-serif;
}

#contacts .title-separator {
	margin-bottom: 30px;
}

#contacts #job-request-link a {
	font-family: 'Lato', sans-serif;
    font-weight: bold;
    margin-left: 10px;
}

#contacts #social-links {
	margin-bottom: 30px;
}

#contacts #social-links h4, #contacts #social-links .padd-line {
	display: inline-block;
	vertical-align: middle;
}

#contacts #social-links .padd-line {
	width: calc(50% - 81px);
	border-top: #b1b1b1 solid 1px;
}

#contacts #social-links h4 {
    padding: 0 7px;
    border: #b1b1b1 solid 1px;
    line-height: 30px;
    width: 162px;
    line-height: 44px;
    height: 46px;
}

#contacts #social-links h4 a {
	display: inline-block;
	line-height: 44px;
	text-decoration: none;
}

#contacts #social-links h4 i {
	font-size: 23px;
	line-height: inherit;
}

/*TODO:  read from config file*/

#contacts #social-links h4 i.icon-facebook:hover {
	color: #5b7bbf;
}

#contacts #social-links h4 i.icon-twitter:hover {
	color: #55ACEE;
}

#contacts #social-links h4 i.icon-instagram:hover {
	color: #ce9f92;
}

#contacts #social-links h4 i.icon-youtube:hover {
	color: #D22215;
}

#contacts #social-links h4 i.icon-linkedin:hover {
	color: #007AB9;
}

/*end TODO*/

#contacts #social-links h4 a:not(:first-child) i {
	margin-left: 7px;
}

#contacts .contact-group {
	margin-bottom: 15px;
}

#contacts .contact-group h5 {
	font-size: 20px;
}

#contacts .contact-group h5 i {
	margin-right: 5px;
	color: #5e6cb3;
}

#contacts .contact-group .contacts-elements {
	margin-top: 20px;
}

#contacts .modal-header h3 {
	padding-left: 15px;
}

#contacts form .form-group {
	overflow-x: hidden;
}

#contacts form .help-block {
	display: inline-block;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: 12px;
}

#contacts form .file-input-btn {
	padding: 3px 12px;
	height: 24px;
}

#contacts form .file-input-text {
	width: 80%;
	padding-left: 12px;
}

#contacts form .file-input-text + label {
	width: 20%;
	float: left;
}

#contacts form .file-input-text + label > span {
	width: 100%;
}

#contacts form input, #contacts form textarea, #contacts form select {
	background-color: transparent;
	padding: 2px 0;
	border: none;
	border-bottom: #aaa solid 1px;
	border-radius: 0;
	box-shadow: none;
	font-size: 13px;
	-webkit-transition: border-bottom-color 0.8s;
	transition: border-bottom-color 0.8s;
}

#contacts #contact-form form input, #contacts #contact-form form textarea, #contacts #contact-form form select {
	border-bottom: #ddd solid 1px;
	color: #999;
}

#contacts form input:focus, #contacts form textarea:focus, #contacts form select:focus {
	border-bottom: #000 solid 1px;
	outline: none;
	box-shadow: none;
}

#contacts #contact-form form input:focus, #contacts #contact-form form textarea:focus, #contacts #contact-form form select:focus {
	border-bottom: #fff solid 1px;
}

#contacts form input, #contacts form select {
	height: 24px;
}

#contacts form select {
	width: calc(100% + 8px);
    margin-left: -4px;
}

#contacts form select option {
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
}

#contacts form button {
	background-color: transparent;
	text-transform: uppercase;
	border: #aaa solid 1px;
	border-radius: 0;
	box-shadow: none;
	font-size: 12px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#contacts #contact-form form button {
	background-color: rgba(0, 0, 0, 0.6);
	border: #ddd solid 1px;
	color: #fff;
}

#contacts form button:hover, #contacts form button:focus {
	border: #000 solid 1px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	outline: none;
	box-shadow: none;
}

#contacts #contact-form form button:hover, #contacts #contact-form form button:focus {
	border: #fff solid 1px;
	background-color: rgba(255, 255, 255, 0.9);
	color: #777;
}

@media (max-width: 991px) {
}

@media (min-width: 768px) {
	#success-modal .modal-dialog {
		height: calc(100% - 60px);
	}

	#success-modal .modal-dialog .modal-content {
		top: 50%;
    width: 100%;
    transform: translateY(-50%);
		position: absolute;
	}
}

@media (max-width: 767px) {
#contacts #job-request-link a {
	margin-top: 10px;
}
}

@media (max-width: 560px) {
}
