@media only screen and (min-width: 1024px){
	.mapbtn{
		display: none;
	}
	.mobilmenu, .menufixed, .menubtn{
		display: none;
	}
	.clear-menu-btn input[type="checkbox"] {
  display: none;

}
	
.pcintro {
	display: none;
}

	body{
		margin: 0 0 0 0;
		padding: 0 0 0 0;

		font-family: 'Open Sans', sans-serif;
	}
	.bilypodklad{
		background: #fff;
		overflow: auto;
	}
	html { 
		background: url("../img/bg4n.jpg") no-repeat top center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	h1{
		color: #FFF;
		font-size: 80px;
		line-height: 70px;
		font-weight: bold;
		font-family: 'Source Sans Pro', sans-serif;
		text-shadow: 0px 0px 15px #000000;
	}
	h2{
		color: #000;
		font-size: 30px;
		text-align: center;
		
		font-weight: normal;
		font-family: 'Source Sans Pro', sans-serif;
	}
	h3{
		color: #000;
		font-size: 30px;
		text-align: left;
		text-transform: uppercase;
		
		font-weight: normal;
		font-family: 'Source Sans Pro', sans-serif;
	}

		h4{
		color: #7f7f7f;
		font-size: 15px;
		margin-left: 20px;
		
		font-weight: normal;
		font-family: 'Source Sans Pro', sans-serif;
	}

	.intro{
		width: 60%;
		margin-left: auto;
		margin-right: auto;
		margin-top: calc(50% - 500px);
		display: block;
		color: #fff;
		text-align: center;
	}
	.intro p{
		font-style: italic;
	text-shadow: 0px 0px 15px #000000;
		font-size: 24px;
	}
	.arrow{
		width: 40px;
		height: 40px;
		display: block;
	/*	background-color: rgba(255,255,255,0.4); */
		padding: 15px 15px 15px 15px;
		border: 2px solid #FFF;
		margin-left: auto;
		margin-right: auto;
		margin-top: 60px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
	.arrow img {
    	width: 20px;
    	margin-top: 10px;
	}
	nav {
		margin-top: 0px;
		
		margin-top: 40px;
		width: 80%;
		height: 35px;
		line-height: 35px;
		
		margin-left: auto;
		margin-right: auto;
	}
	nav ul {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	nav ul li {
		float: left;
		width: 16.6666666666666666%;
		background-color: rgba(0,0,0, 0.6);
		height: 60px;
		font-size: 18px;
		line-height: 60px;
		display: block;
		text-align: center;
		color: #fff;
		font-weight: bold;
		font-family: 'Source Sans Pro', sans-serif;
		list-style: none;
		text-transform: uppercase;
		cursor: pointer;
		transition: all 0.2s;
	    -moz-transition: all 0.2s; /* Firefox 4 */
	    -webkit-transition: all 0.2s; /* Safari and Chrome */
	    -o-transition: all 0.2s; /* Opera */
	}
	nav ul li:hover {
		background-color: rgba(255,255,255, 1);
		color: #000;
	}
	nav ul li a {
		display: block;
		
		text-decoration: none;
		color:#FFF; 
	}
	nav ul li a:hover {
		color:#000; 
	}
	.telo{
		background-color: #FFF;
		
		width: calc(80% - 0px);
		clear: both;
		overflow: auto;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 200px;
		padding-bottom: 40px;
	}
	.imgblox {
		width: 50%;
		float: left;
	}
	.about{
		overflow: auto;
		width: calc(100% - 60px);
		padding: 20px 30px 20px 30px;
	}
	.aboutbox {
		width: calc(50% - 50px);
		padding-right: 30px;
		text-align: justify;
		padding-left: 20px;
		font-size: 16px;
		float: left;
	}

	.aboutbox2 {
		width: calc(100% - 50px);
		padding-right: 30px;
		text-align: justify;
		padding-left: 20px;
		font-size: 16px;
		float: left;
	}

	.imgblox img{
		width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		transition: all 0.2s;
	    -moz-transition: all 0.2s; /* Firefox 4 */
	    -webkit-transition: all 0.2s; /* Safari and Chrome */
	    -o-transition: all 0.2s; /* Opera */

	}
	.imgblox img:hover{
		-moz-transform: scale(1.05);
    	-webkit-transform: scale(1.05);
    	-ms-transform: scale(1.05);
    	transform: scale(1.05);
	}
	.cenik{
		width: calc(80% - 0px);
		background: #fff;
		margin-left: auto;
		margin-right: auto;
		
		text-align: center;
		padding-top: 20px;
		margin-top: 24px;
		padding-bottom: 20px;
		margin-bottom: 100px;
	}
	.cenikblok{
		width: 255px;
		height: 240px;
		background-color: #FFF;
		margin: 0px 10px 0px 10px;
		display: inline-block;

		transition: all 0.2s;
	    -moz-transition: all 0.2s; /* Firefox 4 */
	    -webkit-transition: all 0.2s; /* Safari and Chrome */
	    -o-transition: all 0.2s; /* Opera */
		
		-webkit-box-shadow: 0px 0px 23px -9px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 23px -9px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 23px -9px rgba(0,0,0,0.75);
	}
	.cenikblok:hover{
		-moz-transform: scale(1.05);
    	-webkit-transform: scale(1.05);
    	-ms-transform: scale(1.05);
    	transform: scale(1.05);
	}
	.servicesblok{
		width: 250px;
		height: 270px;
		background-color: #FFF;
		margin: 0px 10px 0px 10px;
		display: inline-grid;

		transition: all 0.2s;
	    -moz-transition: all 0.2s; /* Firefox 4 */
	    -webkit-transition: all 0.2s; /* Safari and Chrome */
	    -o-transition: all 0.2s; /* Opera */
		
		-webkit-box-shadow: 0px 0px 23px -9px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 23px -9px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 23px -9px rgba(0,0,0,0.75);
	}
	.servicesblok:hover{
		-moz-transform: scale(1.05);
    	-webkit-transform: scale(1.05);
    	-ms-transform: scale(1.05);
    	transform: scale(1.05);
	}
	.servicesblok p{
		display: block;
		font-size: 14px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.howwork{
		width: calc(80% - 60px);
		margin-left: auto;
		margin-right: auto;
		overflow: auto;
		background: #fff;
		padding: 20px 30px 60px 30px;
		text-align: center;
		padding-top: 50px;
		padding-bottom: 50px;
		overflow: auto;
		margin-bottom: 100px;
	}
	.work{
		width: 33.33333%;
		color: #000;
		font-size: 16px;

		float: left;
		display: block;

		transition: all 0.2s;
	    -moz-transition: all 0.2s; /* Firefox 4 */
	    -webkit-transition: all 0.2s; /* Safari and Chrome */
	    -o-transition: all 0.2s; /* Opera */
		
	}
	.work img{
		margin-top: 20px;
	}
	.blog {
		background: #fff;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		overflow: auto;
		padding-top: 50px;
		clear: both;
		margin-bottom: 100px;
		padding-bottom: 50px;
	}
	.blog h2 {
		color: #000;
	}
	.map{

		background: #fff;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		overflow: auto;
		padding-top: 50px;
		clear: both;
		margin-bottom: 100px;
		padding-bottom: 50px;
		overflow: auto;
	}
	.mapindex{
		width: 100% !important;
	}
	#map {
		width: calc(100% - 400px);
		height: 500px;
		float: left;
	}
	.adresa{
		width: 280px;
		height: 440px;
		float: left;
		font-size: 16px;
		padding-left: 20px;
		padding-right: 20px;

		margin-left: 30px;
	}
	.adresa a {
		text-decoration: none;
		color: #000;
	}
	.adresa a:hover {
		text-decoration: underline;
		color: #000;
	}
	.aboutbox h2 {
	text-align: left;
}
.aboutbox h2:after {
	margin-left: 0px !important;
}
h2:after {
    content: "\A";
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: #3a6188;
    height: 3px;
    width: 45px;
    margin-top: 10px;
}
h3:after {
    content: "\A";
    display: block;
    background: #3a6188;
    height: 3px;
    width: 45px;
    margin-top: 10px;
}
.price{
	font-size: 125px;
	color: #3a6188;
	font-weight: normal;
		font-family: 'Source Sans Pro', sans-serif;
}
.euro {
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	margin-top: 33px;
}
.perday {
		font-size: 20px;
		font-weight: bold;
		position: absolute;
		margin-top: -60px;
		margin-left: 90px;
	}
.luggage {
	font-weight: bold;
}
.h4 {
	display: block;
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 0px;
}
.servicesblok img {
		width: 100px;
		margin-left: auto;
		margin-right: auto;
	}


	.hastal2{
		margin-top: 1px;
		margin-left: 5px;
		position: absolute;
	}
	.telicon{
		height: 18px;
		margin-left: 0px;
		margin-right: 10px;
	}
	.adresahref{
		
		height: 50px;
		display: block;
	}
	.adresahref2{
		display: block;
		margin-left: 28px;
		clear: both;
		color: blue;
		text-decoration: none;

	}
	.svg-icon2{
		display: none;
	}
	hr {
	margin-bottom: 30px;
	 display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
  
    padding: 0; 
}
}
