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

@font-face{
	font-family: 'Qanelas-Regular';
	src: url('../fonts/Regular/Qanelas-Regular.eot');
	src: url('../fonts/Regular/Qanelas-Regular.eot?iefix') format('eot'),
	url('../fonts/Regular/Qanelas-Regular.woff') format('woff'),
	url('../fonts/Regular/Qanelas-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


body {
	font-family: 'Qanelas-Bold';
}

.header {
	height: 811px;
}

.header>div:nth-child(1) {
	background-color: #fd3b01;
	color: #fff;
	padding: 40px 0 0 140px;
}

.header>div:nth-child(2) {
	background: url('../img/bg1.png') no-repeat;
    background-position: center center;
	background-size:cover;
}

.header nav {
	margin-top:25px;
	text-transform: uppercase;
	margin-bottom: 150px;
}

.header nav ul {
	list-style-type: none;
	padding: 0;
}

.header nav li {
	display: inline-block;
}

.header nav li a {
	margin-right: 20px;
	color: #fff;
	padding: 8px 14px;
	border-radius: 10px;
}

.header .active {
	border: 2px solid #fff;
}

.header nav li a:hover {
	border: 2px solid #fff;
	text-decoration: none;
}

.header-mid {
	margin-bottom: 80px;
}

.header-mid>div:nth-child(2) {
	border-top: 1px solid #fff;
	text-align: right;
	text-transform: uppercase;
	font-size: 14px;
	padding-top: 12px;
}

.header-mid h1 {
	font-size: 5em;
	margin: 0;
	padding: 0;
	line-height: 1em;
	margin-bottom: 70px;
}

.header-mid span a{
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #fff;
	font-family: 'Qanelas-Regular';
	font-weight: bold;
}

.header-bottom p{
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 11px;
}

.header-bottom ul {
	text-align: center;
	padding: 0;
}

.header-bottom ul li:first-child {
	padding-left: 20px;
}

.header-bottom ul li {
	display: inline-block;
	padding-right: 20px;
}

.develop {
	margin-top: 100px;
	font-family: 'Qanelas-Regular';
}

.develop>div>div {
	margin-bottom: 50px;
}

.dev-title{
	font-family: 'Qanelas-Bold';
}

.dev-title:before, .adv-title:before, .proj-title:before, .contact-title:before {
	content: url('../img/arrow.png');
	position: relative;
    bottom: 2px;
    left: -10px;
}

.dev-title, .dev-desc, .adv-title, .proj-title {
	text-align: center;
}

.dev-desc {
	color: #4b4b4b;
}

.develop img {
	float: left;
	padding-right: 40px;
}

.feature-title {
	padding-top: 20px;
	text-transform: uppercase;
}

.feature-desc {
	color: #777;
}

.adv {
	background-color: #4f4f57;
	color: #fff;
	padding-bottom: 2%;
}

.adv-title, .proj-title {
	padding: 100px 0 50px 0;
}

a {
	color: #fd3b01;
}

.adv .lines {
	position: relative;
	width:1151px;
	height: 514px;
	background-image: url('../img/adv-bg.png');
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: 101%;
}

.adv p {
	font-family: 'Qanelas-Regular';
	width: 50%;
	font-size: 14px;
}

.adv1 {
	position: absolute;
	top: 160px;
	width: 30%;
	left: 488px;
}

.adv2{
	position: absolute;
	bottom: 100px;
	width: 35%;
	left: 588px;
}

.adv3{
	position: absolute;
	bottom: 250px;
	width: 30%;
	left: 868px;
}

.adv4{
	position: absolute;
	top: 140px;
	width: 30%;
	right: 90px;
}

.adv5{
	position: absolute;
	bottom:  90px;
	width: 30%;
	right: 170px;
}

.projects, .proj-menu li a {
	color: #394346;
}

.proj-menu {
	text-align: center;
}

.proj-menu li {
	display: inline-block;
	padding-right: 30px;
}

.proj-menu li a:hover {
	color: #fd3b01;
	text-decoration: none;
}
/*
.logos>div:nth-child(odd){
	background-color: #a4b7cf;
}

.logos-bot>div:nth-child(even){
	background-color: #a4b7cf;
}
*/
.logos>div, .logos-bot>div  {
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
	height: 240px;
}

/*
.logos>div:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(164, 183, 207, 0);
	border-left-color: #a4b7cf;
	border-width: 20px;
	margin-top: -20px;
}
*/
.logos>div:first-child {
	background-color: #0b5aab;
}

.logos>div:first-child:after {
	border-left-color: #0b5aab;
}
/*
.logos-bot>div:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(164, 183, 207, 0);
	border-right-color: #a4b7cf;
	border-width: 20px;
	margin-top: -20px;
}
*/
#map {
	position: relative;
	margin-top: 200px;
	height: 750px;
}

.contact-div {
	position: absolute;
	width: 35%;
	height: 100%;
	background-color: rgba(255,255,255,0.7);
	z-index: 1100;
}

.contact-form {
	width: 75%;
	padding: 25px 0 0 120px;
}

.contact-form textarea {
	resize: none;
}

.contact-div p {
	font-family: 'Qanelas-Regular';
	font-size: 1em;
}

.contact-address:before {
	content: url('../img/place.png');
	position: relative;
    bottom: -3px;
    left: -10px;
}

::-webkit-input-placeholder {
	color:#b1b1b1 !important;
	font-family: 'Qanelas-Regular';
}
::-moz-placeholder          {
	color:#b1b1b1 !important;
	font-family: 'Qanelas-Regular';
}
:-moz-placeholder           {
	color:#b1b1b1 !important;
	font-family: 'Qanelas-Regular';
}
:-ms-input-placeholder      {
	color:#b1b1b1 !important;
	font-family: 'Qanelas-Regular';
}

input, textarea {
	font-family: 'Qanelas-Regular';
}

.btn-orange {
	background-color: #fd3b01;
	color: #fff;
	font-family: 'Qanelas-Regular';
	text-transform: uppercase;
	border-radius: 0;
	cursor: pointer;
}

.footer {
	background-color: #21282a;
	color: #fff;
	font-family: 'Qanelas-Regular';
	font-weight: bold;
}

.footer p {
	margin-top: 45px;
}

.logo-bottom {
	margin: 30px 0 30px 150px;
}

.arrow-top {
	background-color: #3a4649;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.arrow-top:hover {
	background-color: #414f52;
}

@media(max-width: 1170px) {
	.contact-form {
		padding: 5% 0 0 5%;
	}
}

@media(max-width: 1200px) {
	.header>div:nth-child(2) {
		display: none;
	}

	.footer p {
		display: none;
	}

	.arrow-top {
		height: 2em;
	}

	.contact-div p {
		font-size: 0.8em;
	}
}

@media  (max-width: 1600px) {
	.header nav li {
		font-size: 2vh;
	}

	.header nav li a {
		margin-right: 10px;
		padding: 4px 8px;
	}
}

@media (min-width: 1200px) and (max-width: 1880px) {

	.header-mid h1 {
		font-size: 3.5vw;
	}

	.contact-div p {
		font-size: 0.8em;
	}
}

.cosmetic {
        background-color: #211e1f !important;
}

.cosmetic:after {
        border-left-color: #211e1f !important;
        z-index: 10;
}

.thfeeds {
        background-color: #5db447 !important;
}


.thfeeds:after {
        border-left-color: #5db447 !important;
}

.dividers {
        background-color: #e91c3b !important;
}


.dividers:after {
        border-left-color: #e91c3b !important;
}

.arm {
	background-color: #f7931e !important;
}

.arm:after {
	border-left-color: #f7931e !important;
}
