*, *:before, *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0;
	padding: 0;
}

button {
	border: none;
	background: inherit;
	cursor: pointer;
}

h1, h2, h3, button {
	font-family: 'Dosis', sans-serif;
	font-weight: 800;
}

h1 {
	display: none;
}

html {
	background: #000;
}

body {	
	margin: 0 auto;
	background: #fff;
}

.container {
	max-width: 1280px;
	height: 100%;
	padding: 10px 50px 20px;
	margin: 0 auto;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display:        flex;
	-webkit-box-pack: justify;
	   -ms-flex-pack: justify;
	 justify-content: space-between;
}

@media (max-width: 600px) {
	#bikes .row {
		flex-direction: column;
	}
}

@media (min-width: 601px) {
	.row {
		align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
	}
}

header {
	height: 80px;
	background: #55b028;
	background: -moz-linear-gradient(left, #55b028 0%, #d8e13a 50%, #55b028 100%);
	background: -webkit-linear-gradient(left, #55b028 0%,#d8e13a 50%,#55b028 100%);
	background: linear-gradient(to right, #55b028 0%,#d8e13a 50%,#55b028 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55b028', endColorstr='#55b028',GradientType=1 );	
}

header .fa {
	padding: 15px 0 25px;
	font-size: 25px;
	color: #fff;
}

header .logo {
	padding: 12px 0px 22px;
	margin-left: 55px;
	font-size: 30px;
	color: #fff;
}

header .container {
	padding: 10px 50px;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
}

.lang-picker img {
	width: 30px;
}

.menu-left button,
.menu-right button {
	padding: 18px;
}

.menu-left button:first-child {
	padding-left: 0;
}

.menu-left img {
	height: 50px;
}

.menu-right button:last-child {
	padding-right: 0;
	margin-right: -10px;
}

#banner {
	padding: 50px 0;
	height: 555px;
	background: url(../images/banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

@media (max-width: 600px) {
	#banner {
		height: 100vh;
		background-position: left;
		padding: 1.5vh 0;
	}

	#banner .container { 
		padding: 10px 2rem;
	}
}

#banner .container {
    max-width: 1024px;
    min-width: 0;
}

#banner h2 {
	position: relative;
	left: 10px;
	font-size: 50px;
	letter-spacing: 1px;
	color: #eeed9c;
}

@media (max-width: 330px) {
	#banner h2 {
		font-size: 2.5rem;
		left:  0;
	}
}

#banner p {
	position: relative;
	top: 0px;
	left: 15px;
	font-family: 'Dosis', sans-serif;
	font-size: 30px;
	letter-spacing: 1px;
	word-spacing: 2px;
	color: #fff;
}

#banner #pricetag {
	font-size: 50px;
	letter-spacing: 0;
	margin: 0 5px;
}

@media (max-width: 330px) {
	#banner p {
		left: 0;
    	font-size: 1.5rem;
	}

	#banner #pricetag {
		font-size: 2.5rem;
		display: inline-block;
	}
}

#banner button {
	position: relative;
	top: 30px;
	left: 15px;
	padding: 12px 30px;
	background: #99CA00;
	font-size: 20px;
	letter-spacing: 1.2px;
	color: #fff;
}

#banner button:after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: '';
	width: 0;
	height: 0;
	border-bottom: 20px solid #7CA501;
	border-top: 15px solid transparent;
	border-left: 20px solid transparent;
}

#bikes {
	padding: 50px 0;
}

#bikes .header {
	background: transparent;
	border-bottom: none;
	margin-bottom: 50px;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;
}

#bikes h2 {
	font-size: 2.8vw;
    line-height: 1;
	font-weight: 100;
	letter-spacing: 1px;
	color: #55b028;
	text-transform: uppercase;
}

@media (max-width: 330px) {
	#bikes {
		padding: 1rem 0;
	}

	#bikes .container {
		padding: 1.5rem;
	}

	#bikes h2 {
		font-size: 1.25rem;
	}
}

#bikes .show-more {
	position: relative;
	background: #66829A;
	padding: 15px 30px;
	font-size: 25px;
	letter-spacing: 1.5px;
	color: #fff;
}

#bikes .show-more:after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: '';
	width: 0;
	height: 0;
	border-bottom: 22px solid #546A81;
	border-top: 18px solid transparent;
	border-left: 22px solid transparent;
}

.rental {
	flex-basis: 24.5%;
}

@media (max-width: 330px) {
	.rental {
	    margin-bottom: 1.5rem;
	}
}

.rental .img {
	display: block;
	width: 100%;
	/* min-height: 300px; */
}

.rental h3 {
	padding: 0;
	background: #55b028;
	font-size: 18px;
	line-height: 55px;
	text-indent: 20px;
	letter-spacing: 1px;
	color: #fff;
}

.rental h3 img.crussis {
	height: 12px;
}

.rental h3 img.hugo-bike {
	height: 27px;
}

table {
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	border-collapse: collapse;
}

tr.blank {
	height: 64px;
}

tr:nth-child(even) {
	background: #ecffe2;
}

@media (min-width: 1120px) {
	td:nth-child(odd) {
		width: 155px;
	}
}

td {	
	padding: 20px;
}

td span {
	font-size: 18px;
	font-weight: bold;
}

@media (max-width: 330px) {
	td span { 
		white-space: nowrap;
	}
}

td[colspan="2"] {
	text-align: center;
}


.rent {
	text-align: center;
	padding: 1rem 0 0 0;
}

.rent > a {
	font-family: 'Dosis', sans-serif;
	font-size: 24px;
	border-radius: 20px;
	position: relative;
	padding: 10px 25px;
	margin: 20px 0 0;
	letter-spacing: 1px;
	background: #99CA00;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}

@media (max-width: 330px) {
	td a.rent {
		margin: 0;
	}
}

td a.rent:after {
	position: absolute;
	content: '';
	bottom: 0;
	right: 0;]
	width: 0;
	height: 0;
	border-bottom: 15px solid #7CA501;
	border-top: 13px solid transparent;
	border-left: 15px solid transparent;
}

/* .rental:hover {
	cursor: pointer;
}

.rental:hover table {
	border: 2px solid #66829A;
}

.rental:hover button {
	background: #99CA00;
}

.rental:hover button:after {
	border-bottom: 15px solid #7BA400;
} */

#service {	
	padding: 50px 0;
	background: #55b028; 
}

@media (max-width: 600px) {
	#service {	
		padding-bottom: 0;
	}
}

#service h2 {
	font-size: 2.8vw;
    line-height: 1;
	letter-spacing: 2px;
	color: #fff;
	margin-bottom: 30px;
	text-transform: uppercase;
}

#service .container > p {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 12px;
}

@media (max-width: 600px) {
	#service .container > p {
		margin-top: 2em;
	}
}

.extras {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	font-family: 'Roboto', sans-serif;
	padding: 25px 30px;
	margin-right: 3.3%;
	color: #fff;
}

div.extras:first-of-type {
	margin-left: -25px;
}

@media (max-width: 600px) {
	.extras {
		width: 100%;
    	margin: 0 -5.5%;
	}

	div.extras:first-of-type {
		margin-left: -5.5%;
	}
}

.extras .fa {
	font-size: 50px;
	color: #D8E13A;
	margin-bottom: 40px;
}

.extras h3 {
	font-size: 20px;
	line-height: 1;
	letter-spacing: 1px;
	margin-bottom: 25px;
}

.extras p {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	line-height: 21px;
	font-size: 14px;
}

.extras a {
	display: inline-block;
	position: relative;
	text-decoration: none;
	padding: 10px 25px;
	margin: 40px 0 0;
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
	font-weight: 100;
	letter-spacing: 1px;
	background: #66829A;
	color: #fff;
}

.extras a:after {
	position: absolute;
	content: '';
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-bottom: 15px solid #546A81;
	border-top: 13px solid transparent;
	border-left: 15px solid transparent;
}