*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small,
strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	word-wrap: break-word;
	border: 0;
	outline: 0;
	background: transparent;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

body {
	line-height: 1;
}

article, aside, details, figcaption, figure, footer,
header, hgroup, menu, nav, section, main {
	display: block;
}


a {
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: transparent;
}

b, strong {
	font-weight: bold;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ddd;
}

sup {
	top: -.5em;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

img {
	max-width: 100%;
	height: auto;
}

embed, iframe, object {
	width: 100%;
	max-width: 100%;
	border: 0 !important;
}

.clearfix:after { 
	content: " ";
	display: block; 
	height: 0; 
	clear: both;
}










html, body {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Arbutus Slab', serif;
	font-size: 16px;
	background-color: #191919;
	scroll-behavior: smooth;
}

header {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 40px;
	width: 100%;
	background: rgba(10,10,10,0.8);
	z-index: 8;
	color: #fff;
	display: none;
	padding-top: 8px;
}

footer {
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 100%;
	color: #eee;
	background-color: #111010;
	overflow: hidden;
	padding: 30px 0;
	font-size: 15px;
}

h2 {
	font-size: 21px;
	margin-bottom: 40px;
}
p {
	margin-bottom: 10px;
	line-height: 18px;
}

button {
	border-width: 0;
	cursor: pointer;
	font-family: 'Arbutus Slab', serif;
}

section {
	position: relative;
	width: 100%;
	text-align: center;
	color: #eee;
	overflow: hidden;
}

section.cover {
	min-height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-position: center center;
}


.phone-number, .location {
	display: inline-block;
	line-height: 22px;
	margin-left: 70px;
	padding-left: 30px;
	height: 24px;
	background-position: left top;
	background-repeat: no-repeat;
	color: #fff;
	text-decoration: none;
}
.phone-number {
	background-image: url(../images/phone-contact.png);
}
.location {
	background-image: url(../images/location.png);
}


#map-wrapper {
	overflow: hidden;
	position: relative;
	z-index: 12;
}

.map-hidden {
	height: 0;
	-webkit-transition: height 0.4s;
	-moz-transition: height 0.4s;
	-ms-transition: height 0.4s;
	-o-transition: height 0.4s;
	transition: height 0.4s;
}
.map-visible {
	height: 100%;
	-webkit-transition: height 0.4s;
	-moz-transition: height 0.4s;
	-ms-transition: height 0.4s;
	-o-transition: height 0.4s;
	transition: height 0.4s;
}


#hide-map-button {
	height: 80px;
	width: 100%;
	font-size: 18px;
	color: #fff;
	background: #191919;
}
#hide-map-button:hover {
	opacity: .9;
}



#sakums > .content-wrapper {
	padding-top: 40px;
}

#logo {
	width: 160px;
}


#mobile-buttons {
	margin-top: 40px;
}

#mobile-buttons a {
	display: block;
	color: #fff;
	text-decoration: none;
	background: rgba(25, 25, 25, 0.95);
	border-radius: 2px;
	max-width: 80%;
	margin: 5px auto;
	padding: 12px 5px;
}
#mobile-buttons a div {
	color: #aaa;
	text-transform: uppercase;
	padding-top: 7px;
	font-size: 12px;
	font-weight: bold;
}

#darba-laiki {
	padding: 40px 0 20px;
}


#timetable {
	width: 100%;
	font-size: 0;
}

#timetable .timetable-day {
	display: block;
	padding: 10px 30px 20px;
}
#timetable .timetable-day h6 {
	color: #bbb;
	padding-bottom: 6px;
	text-transform: uppercase;
	font-size: 12px;
}
#timetable .timetable-day span {
	font-size: 16px;
}


#social-icons {
	margin: 40px 0;
}
#social-icons a {
	opacity: .7;
	margin: 3px;
}
#social-icons a:hover {
	opacity: 1;
}


#road-bike {
	min-height: 220px;
	background-position: center bottom !important;
}



.mobile-hidden {
	display: none;
}

.content-wrapper {
	width: 100%;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
	clear: both;
}

#social-section {
	padding: 40px 0 70px;
}
#social-content {
	display: table;
}
#social-content > div:first-child {
	display: table-row;
	width: auto;
}

@media only screen and (min-width: 560px) {
	.content-wrapper {
		width: 540px;
	}
	#sakums > .content-wrapper {
		padding-top: 120px;
	}
	#logo {
		width: 260px;
	}
	.mobile-visible {
		display: none;
	}
	.mobile-hidden {
		display: block;
	}
	#timetable {
		margin-top: 80px;
	}
	header {
		display: block;
	}
	h2 {
		font-size: 32px;
	}
}
@media only screen and (min-width: 768px) {
	.content-wrapper {
		width: 750px;
	}
	#darba-laiki {
		padding: 90px 0 70px;
	}
	#social-section {
		padding: 90px 0 70px;
	}
	#road-bike {
		background-attachment: fixed;
		background-position: center center !important;
	}
	#social-content > div:first-child {
		display: table-cell;
		vertical-align: middle;
	}
}
@media only screen and (min-width: 1200px) {
	.content-wrapper {
		width: 1140px;
	}
	#timetable .timetable-day {
		display: inline-block;
	}
}