@import url('https://fonts.googleapis.com/css?family=Audiowide&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');
:root {

	--Audiowide: 'Audiowide', cursive;
	--Raleway: 'Raleway', sans-serif;
}
.bottomlogos img { width:100px; height:30px; }
.content-title a {
	font-family: 'Audiowide', cursive;
}
#home .section_blocks a {
	  color: #C91D1E;
}
#home .section_blocks {
	 border-top: 2px #C91D1E solid;
	 padding: 30px 0;
}
/*
.section_blockcat-1, .section_blockcat-2, .section_blockcat-3  {
	color: white;
}
*/
.section_blockcat-3 {
	box-shadow: 0px 15px 20px gray;
}
/*---------------
--Navbar
----------------*/
.navbar {
	padding: 0;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
	background: white;
}

.navbar .dropdown-menu ul {
	padding: 0;
	margin: 0;
}
	.navbar .dropdown-menu a {
		font-size: 16px;
		color: #343a40;
	}
.navbar-brand img {
	width: 300px;
}
.nav-link {
	font-size: 20px;
}


@media only screen and (max-width:992px) {
	.nav-link {
		font-size: 16px;
		text-align: center;
	}
	.navbar-brand img {
		width: 180px;
	}
	.navbar {
		padding: 10px;
	}
}
/*--------------
--Header
---------------*/
.head {
	position: relative;
	overflow: hidden;
		background-color: #343A40;
}
#home .head {
		border-bottom: 2px #C91D1E solid;
		border-top: 2px #C91D1E solid;
}
.swiper-container {
	border-left: 2px solid #C91D1E;
	border-right: 2px solid #C91D1E;
}
.d-head {
height:auto!important;
}
.head-item-d {
	background: url('site/bike.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 30px;
}
	.head-item-d span {
		color: #fff;
		font-family: 'Audiowide', cursive;
		font-size: 3rem;
		text-shadow: 2px 2px #000;
	}
.head-item {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	z-index: 10;
}
	.head-item img {
		max-width: 100%;
				background-color: white;
				border-radius: 20px;
				padding:10px;
				margin: 10px 40px;
	}
.head-img {
	position: relative;
}
.head-img img {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: auto;
	z-index: 5;
}
@media only screen and (max-width:1800px) {
	.head {
		height: auto;
	}
	.head-img img {
		width: 1800px;
	}
}
@media only screen and (max-width:1600px) {
	.head {
		height: auto;
	}
	.head-img img {
		width: 1600px;
	}
}
@media only screen and (max-width:1200px) {
	.head-img img {
		width: 1200px;
	}
}
@media only screen and (max-width:992px) {
	.head-img img {
		width: 992px;
	}
}
@media only screen and (max-width:768px) {
	.head-img img {
		width: 768px;
	}
	.head-item-d span {
		font-size: 3rem;
	}
		.head-item {
				 text-align: center;
		}
		.head-item img {
				padding:10px;
				margin: 10px 5px;
	}
}
@media only screen and (max-width:576px) {
	.head-img img {
		width: 576px;
	}
}
.swiper-img img {
	max-width: 100%;
}
/*----------------
--Home-blocks
-----------------*/
.block-container a {
	color: #fff;
}
	.block-container a:hover .bl {
		color: #fff;
		opacity: 0.7;
	}
.bl {
	position: relative;
	color: #fff;
	font-family: 'Audiowide', cursive;
	height: auto;
	background-color: black;
}
.bl-overlay {
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	padding: 10px;
	background-color: rgba(0,0,0,0.7);
	z-index: 10;
}
.bl-item-1 {

}
.bl-item-1 img {
	position: relative;
	z-index: 5;
	width: 100%;
	height: auto;
}
.bl-item-2 {
}
.bl-item-2 img {
	position: relative;
	z-index: 5;
	width: 100%;
	height: auto;
}
.bl-item-3 {
	background: url('site/img.png');
	background-position: center center;
	background-size: cover;
}

.bl-item-4 {
	background: url('site/img.png');
	background-position: center center;
	background-size: cover;
}

/*--------------
--Footer
--------------*/

.foot {
	padding: 1.5rem 0;
	text-align: center;
}
	.foot a {
		color: #fff;
		color: var(--light);
	}
		.foot a:hover {
			opacity: 0.7;
		}

/*----------------*/

.full_image > img {
		height:400px;
		width:auto;
}

@media only screen and (max-width:576px) {
.full_image > img {
		height:auto;
		width:auto;
}

}
