@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 */
}

/* roboto-regular - latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-v27-latin-ext-regular.eot');
	/* IE9 Compat Modes */
	src: local(''),
		url('../fonts/roboto-v27-latin-ext-regular.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/roboto-v27-latin-ext-regular.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/roboto-v27-latin-ext-regular.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/roboto-v27-latin-ext-regular.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/roboto-v27-latin-ext-regular.svg#Roboto') format('svg');
	/* Legacy iOS */
}

/* roboto-italic - latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/roboto-v27-latin-ext-italic.eot');
	/* IE9 Compat Modes */
	src: local(''),
		url('../fonts/roboto-v27-latin-ext-italic.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/roboto-v27-latin-ext-italic.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/roboto-v27-latin-ext-italic.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/roboto-v27-latin-ext-italic.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/roboto-v27-latin-ext-italic.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 h2 {
	position: absolute;
	left: 51px;
	top: -5px;
	font-weight: 300;
	font-size: 17px;
	font-smooth: never;
	letter-spacing: 0.1px;
	color: #d6d9db;
}

#header_tour_name {
	position: absolute;
	left: 50px;
	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 {
	font-size: 17px;
	font-smooth: never;
	color: #d6d9db;
	position: absolute;
	right: 0px;
	bottom: -6px;
}

.header_bicycles {
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	top: -35px;
	height: 56px;
}



/* Slider */

.galleria-container {
	position: relative;
	background: #23343c;
	height: 0px !important;
}


/* Content */
#content_tours {
	padding-top: 22px;
	border-top: 1px #425a64 solid;
	border-bottom: 1px #425a64 solid;
	position: relative;
}

.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;
}

#Content_CV {
	width: 852px;
	margin-left: 52px;
	text-align: justify;
	line-height: 1.5;
	color: #d6d9db;
}

.podnaslov_zgoraj {
	font-weight: 500;
	color: #d6d9db;
	margin-bottom: 25px;
	margin-top: 16px;
}

.podnaslov_CV {
	font-family: 'KoHo', Trebuchet MS, Arial, Lucida Sans Unicode, Lucida Sans;
	font-size: 30px;
	color: #d6d9db;
	margin-bottom: 10px;
	margin-top: 10px;
}

.podpodnaslov_CV {
	font-weight: 500;
	color: #d6d9db;
	margin-bottom: 15px;
}

.navigacija_nazaj2 a {
	color: #d6d9db;
	text-decoration: none;
	letter-spacing: 0.1px;
}

.navigacija_nazaj2 a:hover {
	color: #FFF;
	text-decoration: none;
}

#Content_link_pdf {
    font-size: .9em;
	text-align: center;
}

.link_pdf a {
	letter-spacing: 1px;
	color: #FFF;
	text-decoration: none;
}

.link_pdf a:hover {
	color: #c0d2d3;
	text-decoration: none;
	text-align: center;
}

.slika_sredinska {
	display: flex;
	justify-content: center;
}

p.lineheight_2_2 {
	line-height: 2.2;
}

p.lineheight_1_5 {
	line-height: 1.5;
}



/* 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) {

	body {
		color: white;
		background-color: white;
		font-color: black;
	}

    .wrapper {
	    padding: 0 20px;
    }

	.header {
		margin-top: 80px;
		height: 340px;
	}

	#header_house {
		width: 70px;
		height: 60px;
		background-size: 70px 60px;
		left: -9px;
		top: -40px;
	}

	#header_persons {
		font-weight: 400;
		font-size: 55px;
	}

	#header_persons, #header_persons a {
		color: #85a4a6;
	}

	#header_persons a:hover {
		font-weight: 400;
		color: black;
	}

	.header h2 {
		position: absolute;
		left: -2px;
		top: 90px;
		font-size: 52px;
		color: #066674;
	}

	#header_tour_name {
		position: absolute;
		left: -5px;
		top: 185px;
		font-size: 125px;
	}

	#header_tour_name h1 {
		color: #066674;
	}

	.header_bicycles {
		padding-left: 30px;
		padding-top: 10px;
		zoom: 150%;
		max-height: 100px;
	}

	.header_km {
		font-family: 'Roboto', sans-serif, Trebuchet MS, Arial, Lucida Sans Unicode, Lucida Sans;
		font-size: 55px;
		color: #066674;
		padding-top: 0px;
	}

	#header_date {
		position: relative;
		left: 0px;
		top: 300px;
		font-weight: 400;
		font-size: 55px;
		color: #066674;
	}

	#Content_CV {
		width: 100%;
		text-align: left;
		font-weight: 400;
		font-size: 50px;
		color: black;
		margin-left: 0px;
	}

	.podnaslov_zgoraj {
		color: #066674;
	}

	.podnaslov_CV {
        margin-bottom: 40px;
        line-height: 110%;
		font-size: 2em;
		color: #066674;
	}

	.podpodnaslov_CV {
		color: #066674;
	}

	.navigacija_nazaj2 a {
		color: #066674;
	}

	.navigacija_nazaj2 a:hover {
		color: black;
	}

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

	.footer {
		color: #066674;
    	font-size: 30px;
        line-height: 110%;
	}

	.footer a {
		color: #066674;
	}

	.footer a:hover {
		color: black;
	}

	.flag {
		width: auto;
		height: 2rem;
	}

	.link_pdf a {
		color: #000;
	}
}