.navi-1, .navi-2, .navi-3 {
		padding: 0px 15px 0px 45px;
		font-size: 16px;
		margin-bottom: 20px;
	}

	.about {
		padding-top: 15px;
		padding-right: 50px;
		text-align: justify;
		font-size: 16px;
		margin-top: 20px;
	}

	.row {
		padding-top: 15px;
		margin-top: 20px;
		font-size: 16px;
	}

	.course h2 {
		margin-top: 40px;
	}

	.course li {
		padding-bottom: 7px;
	}

	.course a {
		text-decoration: underline;
	}

	h2 {
		font-size: 1.2em;
		text-transform: uppercase;
		font-weight: bold;
		background: rgba(245, 245, 245, 1);
		display: inline-block;
		padding: 10px 20px 10px 200px;
		margin-left: -200px;
		border-radius: 5px;
		position: relative;
	}

	h2::after {
    content: '';
    position: absolute;
    left: 0px;
    top: -6px;
    border: 30px solid transparent;
    border-left: 25px solid #fff;
   }

	h3 {
		font-size: 1.1em;
		text-transform: uppercase;
		font-weight: bold;
	}

	ul { 
		list-style-type: none;
		list-style-position: outside;
	}

	li::before {
		content: "• ";
		color: #fff;
		margin-left: -25px;
    	padding-right: 15px;
	}

	.navi-1::before {
		border-left: 15px solid #ffcc00;
		content:"";
		margin: 0 auto; 
		position: absolute;
		top: 0px; left: 15px; right: 0; bottom: 0;
		z-index: -1;
	}

	.navi-2::before {
		border-left: 15px solid #ff0000;
		content:"";
		margin: 0 auto; 
		position: absolute;
		top: 0px; left: 15px; right: 0; bottom: 0;
		z-index: -1;
	}

	.navi-3::before {
		border-left: 15px solid #091750;
		content:"";
		margin: 0 auto; 
		position: absolute;
		top: 0px; left: 15px; right: 0; bottom: 0;
		z-index: -1;
	}

.cases {
	margin-bottom: 50px;
}

	.caselist {
		padding-top: 15px;
		margin-top: 20px;
	}

		.caselist .row {
			padding-top: 0px;
			margin-top: 0px;
		}

	.case {
		display: block;
		margin-bottom: 30px;
		line-height: 30px;
		vertical-align: middle;
		padding-left: 27px;
		padding-right: 30px;
		position: relative;
		line-height: 1.3;
	}

	.icase {
		font-size: 18px;
		color: #000;
		opacity: 0.2;
		position: absolute;
		left: 0;
		top: 1px;
	}

.case p {
	margin-bottom: 3px;
}

.casetitle {
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 5px;
}

.timeline {
	margin-bottom: 50px;
}

.timeline iframe {
	border-radius: 5px;
}

.partners {
	margin-bottom: 50px;
}

.team {

}

.downloads {
	margin-bottom: 50px;
}

.catalog-container .catalog-wrap_item {
    width: 100%;
    padding: 0 15px;
    margin: 0;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 20%;
    background: rgba(255, 255, 255, 0.7);
    opacity: 0;
		color: #a3a5ae;
    font-size: 4em;
    transition: 0.3s ease;
		padding:5px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -40px;
 }

.owl-carousel .owl-nav button.owl-next {
    right: -40px;
}

.owl-carousel:hover button.owl-prev {
    left: 0px;
    opacity: 1;
}

.owl-carousel:hover button.owl-next{
    right: 0px;
    opacity: 1;
}

.nav-team {
	position: relative;
}

.nav-team h4 {
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	padding: 5px 15px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	bottom: -24px;
	font-size: 18px;
	border-top-right-radius: 5px;
}

.nav-team img {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.nav-team-text {
	padding: 15px 15px 0 15px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 0.9em;
	color: #333;
	text-align: justify;
}

.nav-files {
	display: block;
	margin-bottom: 20px;
	line-height: 30px;
	vertical-align: middle;
	padding-left: 40px;
	position: relative;
}

.nav-files i {
	font-size: 30px;
	padding-right: 10px;
	color: red;
	opacity: 0.5;
	position: absolute;
	left: 0;
}

.team h2 {
	margin-top: 40px;
}

.partners img {
	max-width: 100%;
	height: 120px;
	object-fit: contain;
}

.partners .owl-item {
	padding: 30px;
}

.fond {
	float: left;
	margin: 0 30px 15px 0;
	width: 100%;
}

.fonds {
	padding-bottom: 40px;
}

@media only screen and (min-width: 993px) { 
	.navi-1, .navi-2, .navi-3 {
		height: 300px;
	}
	
@media only screen and (min-width: 1280px) { 
	.navi-1, .navi-2, .navi-3 {
		height: 280px;
	}
}
	
		
		.rel {
			position: relative;
			font-size: 0.9em;
			color: #000;
			opacity: 0.25;
	}
	
	.rel i {
		padding-right: 5px;
	}