@charset "utf-8";
/* koho-500 - latin-ext */
@font-face {
  font-family: 'KoHo';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/koho-v14-latin-ext-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/koho-v14-latin-ext-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/koho-v14-latin-ext-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/koho-v14-latin-ext-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/koho-v14-latin-ext-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/koho-v14-latin-ext-500.svg#KoHo') format('svg'); /* Legacy iOS */
}
/* roboto-300 - latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v20-latin-ext-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v20-latin-ext-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-ext-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-ext-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-ext-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-ext-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v20-latin-ext-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v20-latin-ext-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-ext-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-ext-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-ext-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-ext-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-300italic - latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/roboto-v20-latin-ext-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v20-latin-ext-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-ext-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-ext-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-ext-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-ext-300italic.svg#Roboto') format('svg'); /* Legacy iOS */

}
b,strong { 
font-weight: 500;
}

body {
	color: #fff;
	background-color: #23343c;
	font-family: 'Roboto', sans-serif,Trebuchet MS,Arial,Lucida Sans Unicode,Lucida Sans;
	font-size: 17px;
	font-weight: 300;
	letter-spacing: 0.1px;
	font-smooth:never;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
}
a {
	color: #fff;
	text-decoration: none;
}
.wrapper {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.clear {
	clear: both;
}

/* Header */
.header {
	margin-top: 24px;
	margin-bottom: 24px;
	position: relative;
	height: 50px;
	width: 100%;
}
#header_house {
	width: 28px;
	height: 24px;
	background-image:url(../images/Home_2018.png);
	background-repeat:no-repeat;
	background-position: center center;
	position: absolute;
	left: 0px;
	top: -12px;
}
#header_house:hover {
	background-image:url(../images/Home_2018_hover.png);	
}
#header_hamburger {
	width: 24px;
	height: 15px;
	background-image:url(../images/Menu_2021.svg);
	background-repeat:no-repeat;
	background-position: center center;
	position: absolute;
	left: 1px;
	top: 38px;
}
#header_hamburger:hover {
	background-image:url(../images/Menu_2021_hover.svg);	
}
.header h2 {
	position: absolute;
	left: 58px;
	top: -5px;
	font-weight: 300;
	color: #d6d9db;
}
#header_tour_name {
	position: absolute;
	left: 58px;
	bottom: -40px;
	font-family: 'KoHo', Trebuchet MS, Arial, Lucida Sans Unicode, Lucida Sans;
	font-size: 30px;
	font-smooth:never;
}
#header_tour_name h1 {
	font-weight: 400;
		color: #d6d9db;
}
#header_tour_name h1, 
.header_bicycles, 
.header_km {
	float: left;
}
.header_km {
	color: #d6d9db;	
}
#header_persons {
	position: absolute;
	right: 0px;
	top: -9px;
	font-size: 15px;
	letter-spacing: 0.1px;
}
#header_persons, 
#header_persons a {
	color: #80a0a2;
}
#header_persons a:hover {
	color: #fff;
}
#header_date {
	position: absolute;
	right: 0px;
	bottom: -7px;
	color: #d6d9db;
}
.header_bicycles {
padding-left: 30px;
padding-right: 30px;
position: relative;
top: -35px;
}



/* Slider */
#slider {
	width: 1100px;
	height: 580px;
	margin-bottom: 106px;
}
.galleria-thumbnails-list, .galleria-thumbnails-container {
	display: none !important;
}
.galleria-info-text {
	background-color: #012026;
	padding: 12px;
	display: none;
	height: 32px;
	width: 1076px;
	margin-left: 0px;
	position: absolute;
	bottom: -105px;
}
.galleria-info-description {
	position: relative;
	top: 4px;
	font-family: 'Roboto', sans-serif,Trebuchet MS,Arial,Lucida Sans Unicode,Lucida Sans;
	font-size: 17px;
	font-weight: 300;
}
.galleria-stage {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.galleria-image-nav-left {
	opacity: .3;
	cursor: pointer;
	width: 250px;
	height: 553px;
	position: absolute;
	left: 168px;
	z-index: 2;
	margin-right: -80px;
	margin-left: -125px;
}
.galleria-image-nav-right {
	opacity: .3;
	cursor: pointer;
	width: 250px;
	height: 553px;
	position: absolute;
	right: 118px;
	z-index: 2;
	margin-right: -80px;
	margin-left: -125px;
}
.galleria-container {
	position: relative;
	background: #23343c;
	height: 700px;
}
.galleria-counter {
	display: block;
	color: #fff;
	position: relative;
	z-index: 10000;
	text-align: center;
	width: 100%;
	top: 90px;
	font-size: 11px;
	color: #80a0a2;
}


/* Content */
#content_tours {
	padding-top: 22px;
	border-top: 1px #425a64 solid;
	border-bottom: 1px #425a64 solid;
	position: relative;
}
#content_tours h3 {
	font-size: 17px;
	font-weight: 500;
	color: #80a0a2;
	margin-bottom: 25px;
	margin-top: 16px;
}
#tours_wrapper {
	width: 100%;
}
.tour img {
	width: 200px;
	height: auto;
	margin-bottom: 12px;
}
.tour {
	float: left;
	margin-bottom: 45px;
	min-height: 60px;
	width: 200px;
	margin-right: 25px;
}
.tour:nth-child(5n) {
	margin-right: 0px;
}
.tour:nth-child(5n+1) {
	clear: both;
}
.tour.skolesom {
	margin-bottom:32px;
	width: 700px;
	margin-bottom: 0px;
}
.tour.skolesom img {
	width: 425px;
}
.tour.skolesom .text_right {
	padding-top: 30px;
}
.tour.skolesom .text_right h2 a {
	font-weight: 500;
}
.tour.skolesom .text_right p a {
	color: #80a0a2;
}
.tour.skolesom .text_right p a:hover {
	color: #fff;
}
.image_left {
	float: left;
	margin-right: 23px;
}
.tour h2, .tour a {
	color: #d6d9db;
}
.tour a:hover {
	color: #fff;
}
.tour h2 {
	font-size: 13px;
	font-weight: 300;
}
.tour h2 a {
	font-size: 15px;
	font-weight: 300;
	font-smooth:never;
	letter-spacing: 0.1px;
	color: #d6d9db;
	line-height: 1.3;
}
.tour p {
	color: #80a0a2;
	font-size: 13px;
	font-weight: 300;
	padding-top: 6px;
}
.text_tour_p {
	color: #80a0a2;
	font-size: 13px;
	font-weight: 300;
}
.tour img:hover {
	opacity: 0.8;
}
#clanki {
	display: flex;
	flex-wrap: wrap;
}
.clanek {
	margin-right: 25px;
}
.clanek > p {
	margin-top: 5px;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.1px;
	color: #d6d9db;
	line-height: 1.3;
}
.clanek > p:hover {
	color: #fff;
}
.clanek > img:hover {
	opacity: 0.8;
}
.logo {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-image:url(../images/Simbol_RM_design_2018.png);
	background-repeat: no-repeat;
	display: block;
	z-index: 10000;
	width: 110px;
	height: 94px;	
}
.logo:hover {
	background-image:url(../images/Simbol_RM_design_2018_hover.png);
	width: 110px;
	height: 94px;
}


/* Footer */
.footer {
	color: #80a0a2;
	padding: 32px;
	text-align: center;
	font-size: 13px;
	padding-bottom: 50px;
}
 .footer a {
	color: #80a0a2;
	text-decoration: none;
}
.footer a:hover {
	color: #fff;
}	
.twitter_2018{
	padding-left: 3px;
	background-image: url(../images/Twitter_2018.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
	position: relative;
	top: 11px;
}
.twitter_2018:hover {
	background-image:url(../images/Twitter_hover.png);
	width: 30px;
	height: 30px;
}	
.instagram_2018{
	padding-left: 0px;
	background-image: url(../images/Instagram_2018.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
	position: relative;
	top: 11px;
}
.instagram_2018:hover {
	background-image:url(../images/Instagram_hower.png);
	width: 30px;
	height: 30px;
}		

@media only screen and (max-width:1220px) {	
    .wrapper {
	    padding: 0 40px;
    }
    
.header {
	margin-top: 80px;
	height: 650px;
}
#header_house {
	width: 70px;
	height: 60px;
	background-size: 70px 60px;
	left: -9px;
	top: -40px;
}
#header_hamburger {
	top: -100px;
}
#header_persons {
	font-size: 52px;
}
#header_countries {
	position: absolute;
	left: -5px;
	top: 90px;
	font-size: 52px;
	line-height: 1.1;
}	
#header_tour_name {
	position: absolute;
	left: -9px;
	top: 180px;
	font-size: 105px;
	line-height: 1.0;
}
.header_bicycles {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 50px;
	zoom: 150%;
}
#header_tour_name 
.header_bicycles, 
.header_km {
	float: clear;
}
.header_km {
	font-family: 'KoHo', Trebuchet MS, Arial, Lucida Sans Unicode, Lucida Sans;
	font-size: 52px;
	padding-top: 60px;
}
#header_date {
	position: relative;
  	left: 0px;
	top: 570px;
	font-size: 52px;
}
.galleria-info-text {
	height: 299px;
	bottom: -372px;
}
.galleria-info-description {
	top: 20px;
	font-size: 3.3em;
}
.galleria-stage {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.galleria-counter {
	color: #23343c;
}  
#content_tours {
      padding-top: 100px;
}
#content_tours h3 {
      text-align: center;
	  font-size: 34px;
	  margin-bottom: 70px;
}
#slider {
	margin-bottom: 385px;
}
.footer {
	  padding-top: 100px;
      font-size: 30px; 
      line-height: 1.2;
      padding-bottom: 50px;
}
}