@font-face {
    font-family: 'TheDesignCore';
    src: url('../fonts/thedesigncore-webfont.eot');
    src: url('../fonts/thedesigncore-webfont.eot?#iefix') format('embedded-opentype'),
    	 url('../fonts/thedesigncore-webfont.woff') format('woff'),
    	 url('../fonts/thedesigncore-webfont.ttf') format('truetype'),
    	 url('../fonts/thedesigncore-webfont.svg#TheDesignCore') format('svg');
    font-weight: normal;
    font-style: normal;
}

.brand-name {
  margin-right: .875rem;
  font-family: 'TheDesignCore', Serif;
  /*font-size: 2.875rem;*/
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1.1;
}

.brand .text-texture {
	width: auto;
}

.social-rounded .socicon-linkedin,
.social-rounded .socicon-vimeo {
	font-size: 1rem;
}

.home-horizontal .slide2 .slide-descr {
	line-height: 1.7;
}

.share-project li {
	margin: 0 .625rem;
}

.form-control:focus {
	box-shadow: none;
}

@media (max-width: 990px) {
	.horizontal-service-item {
		width: 100%;
	}
}

.has-error .form-control-custom {
	border-bottom: #ff0000 1px solid;
}

ul.errors {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.errors li {
	font-size: .875rem;
	color: #ff0000;
	text-transform: uppercase;
}

.alert ul {
	margin: 0;
}

.alert-success p {
	margin-bottom: 0;
}

.processing {
	display: none;
}