@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,800');
body,html{
	min-height: 100vh;
	font-family: 'Montserrat', sans-serif;
}

.navbar{
	background: none;
}
.navbar-brand img{
	width: 250px;
	display: block;
}

header{
	/*min-height: 100vh;*/
	background: url(../img/header-k2.png)no-repeat;
	background-size: cover!important;
	background-attachment: fixed!important;
	margin-top: -123px;
}

header img{
	max-width: 60%;
	margin-top: 20%;
	margin-bottom: 20%;
}

@media (max-width: 767px){
	.navbar-brand img{
		width: 180px;
		display: block;
	}
	header img{margin-top: 30%;}
}
.contTab{
	width: 100%;
	position: relative;
}
#pills-tab .nav-link img{
	position: absolute;
	width: 80px;
	left: calc(50% - 40px);
	top: 30px;
}
#pills-tabContent{
	width: 100%;
	padding-top: 3em;
	padding-bottom: 3em;
	background: url(../img/header-k2.png)no-repeat;
	background-size: cover!important;
	margin-bottom: 1em;
	color: #fff;
	position: relative;
}
#pills-tabContent::after{
	content: "";
	display: block;
	width: 10px;
	height: 50px;
	bottom: calc(50% - 25px);
	right: 0;
	position: absolute;
	background: #ff5500;
}


#pills-tabContent span{
	color: #ff5500;
	position: absolute;
	background: #000;
	padding: 20px 30px;
	text-transform: uppercase;
	display: none;
	width: 240px;
}
#pills-2 img{
	position: absolute;
	left:15px;
	bottom: 15px;
	display: block;
	width: 150px;
}
#pills-tabContent p{padding:20px;}
#pills-tabContent strong{
	position: absolute;
	right: 15px;
	bottom: 15px;
	font-weight: lighter;
	/*text-decoration: underline;*/
	font-size: 1.5em;
	color: #fff;
	text-transform: uppercase;
	display: block;
}
@media (min-width: 768px){
	#pills-tabContent{
		height: 250px;
	}
	#pills-tabContent p{
		padding-left: 30%;
	}
	#pills-tabContent span{display: block;}
}
.contTab .nav-link{
	color: #fff;
	border-radius: 0;
	height: 100%;
}
.contTab .nav-item{
    background: #222222;
    background: #161616;
    
    /*background: #3c3c3c;*/
}
.contTab .nav-item:nth-child(odd){
    background: #000;
    border: none;
}
.contTab .nav-item img{display: none;}
@media(max-width: 767px){
.contTab .nav-item{width:50%!important;}

}
@media(min-width: 768px){
	.contTab .nav-item{width:16.6666667%!important;}
}
.contTab .nav-link.active{
    background: #ff5500;
    /*background: #000;*/
    border: none;
    height: 100%;
}


@media (min-width: 768px){
	.contTab .nav{
		height: 120px;
		margin-top: -60px;
	}
	.contTab .nav-link{
	    line-height:110px;
	    position: relative;
	}
	.contTab .nav-link:hover{
		background:#ff5500;
		/*background:#692909;*/
	}

}


.contCont{
	width: 100%;
	background: #000;
	color: #fff; 
	padding-top: 3em;
	padding-bottom: 3em;
}
.contCont .form-control{
	background: none;
	border-radius: 0;
}

.contCont .form-control::-webkit-input-placeholder {
  color: #fff;
}
.contCont .form-control::-moz-placeholder {
  color: #fff;
}
.contCont .form-control:-ms-input-placeholder {
  color: #fff;
}
.contCont .form-control:-moz-placeholder {
  color: #fff;
}
.contCont .nav-link{
	color:#ff5500;
}
.contCont .btn{
	border: solid #ff5500 1px;
	border-radius: 0px; 
	color: #ff5500;
	background: #000;
	float: right;
	width: 150px;
}

footer{
	position: relative;
	display: block;
	width: 100%;
	background: #000;
	padding-top: 1em;
	padding-bottom: 3em;
}
footer::after{
	content: " ";
	display: block;
	height: 1.5em;
	width: 200px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #ff5500;
}
footer .container{
	border-top: solid 1px #ff5500;
}
footer .logoFooter{
	display: block;
	max-width:200px;
	margin: 2em auto; 
}
footer .nav-link{
	color: #fff;
}
footer .nav-link:hover{
	background: #ff5500;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 768px) {
	.navbar-brand img{
		max-width: 150px;
	}
	header img {
		margin-top: 35%;
	}
	.contTab {
		margin-top:1em;
	}
	.contTab .nav-link {
		font-size: 11px;
	}

}