@media only screen and (min-width:0px) and (max-width:1023px) {
	
/*
 * Title: Pure CSS3 Menu Button
 * Author: Clear
 * Version: 1.0.0
 * Create: 2015-06-16
 * Update: 2015-06-16
 * http://www.ClearDesign.me
 */

.adresahref2{
		color: blue !important;
		text-decoration: underline !important;
		font-size: 14px;

	}
.pcintro {
	display: none;
}
.header h1 {
  margin-top: 100px;
  font-size: 50px;
  margin-bottom: 20px;
  font-weight: 100;
}

.header a {
  font-size: 18px;
  margin-left: 20px;
}

/* Pure CSS3 Switch */

.clear-menu-btn {
  z-index: 1010;
  position: fixed;
  width: 40px;
  height: 40px;
  right: 20px;
  margin-top: -80px;
}

.clear-menu-btn input[type="checkbox"] {
  position: fixed;
  filter: alpha(opacity=0);
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 2100;
}

.clear-menu-btn input[type="checkbox"]:hover { cursor: pointer; }

.clear-menu-btn input[type="checkbox"]:checked ~ .top, .clear-menu-btn input[type="checkbox"]:checked ~ .bottom { top: 50%; 
background-color: #000;}

.clear-menu-btn input[type="checkbox"]:checked ~ .top {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.clear-menu-btn input[type="checkbox"]:checked ~ .bottom {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #000 !important;
}

.clear-menu-btn input[type="checkbox"]:checked ~ .middle {
  filter: alpha(opacity=0);
  opacity: 0;
}

.clear-menu-btn input[type="checkbox"]:checked ~ .circle {
  filter: alpha(opacity=100);
  opacity: 1;
}

.clear-menu-btn span {
  position: absolute;
  display: block;

  width: 50px;
  height: 3px;
  background-color: #FFF;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2000;
}

.clear-menu-btn .top { top: 15%; }

.clear-menu-btn .middle { top: 50%; }

.clear-menu-btn .bottom { top: 85%; }

.clear-menu-btn .circle {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  filter: alpha(opacity=0);
  opacity: 0;
  width: 60px;
  height: 60px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2000;
}

/* Footer */

.footer {
  min-width: 200px;
  text-align: center;
}

.copyright span, .copyright a { margin: 0 10px; }




	.mapbtn {
		display: block;
		position: fixed;
		top: 10px;
		margin-left: 20px;
		margin-top: 10px;
	
		background: #0b4f66;
		width: 200px;
		height: 50px;
		text-align: center;
		font-size: 24px;
		text-decoration: none;
		color: #fff;
		line-height: 50px;
		-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
font-family: 'Source Sans Pro', sans-serif;
    list-style: none;
    text-transform: uppercase;

	}
	.ikonysocial{
		width: 100%;
		text-align: center;
	}
	.fbico {
		display: inline-block;
		text-align: center;
		margin-top: 30px;
		margin-right: 20px;
		height: 50px;
	}
	.instaico {
		display: inline-block;
		text-align: center;
		margin-top: 30px;
		height: 50px;
	}
	.pcmenu {
		display: none;
	}
	.positionicon{
		height: 18px;
		margin-top: 2px;
		margin-left: 20px;
	}
	.hastal{
		color: #FFF;
		width: 100%;
		text-align: left;
		border-top: 1px solid #fff;
	}
	.hastal2{
		margin-top: 1px;
		margin-left: 5px;
		position: absolute;
	}
	.telicon{
		height: 18px;
		margin-left: 20px;
		margin-right: 10px;
	}
	.menufixed{
		width: 100%;
		height: 80px;
		z-index: 1000;
		top: 0;
		display: block;
		position: fixed;
		background-color: #225F73;
	}
	.logo{
		height: 35px;
		margin-top: 10px;
		margin-bottom: 5px;
		margin-left: 20px;
	}
	.menubtn{
		width: 50px;
		height: 50px;
		z-index: 2;
		position: fixed;
		right: 10px;
		top: 5px;
		text-align: center;
		 -moz-transition: all 0.2s; /* Firefox 4 */
	    -webkit-transition: all 0.2s; /* Safari and Chrome */
	    -o-transition: all 0.2s; /* Opera */

	}
	.menubox{
		display: none;
    position: fixed;
    width: 100%;
    top: 0;

    z-index: 1001;
    min-height: 100%;
    background: rgba(255,255,255,1);
    padding-top: 100px;
	}

	.menubtn img{
		width: 70%;
		margin-top: 5px;

	}
	.svg-icon path {
  fill: #F06;
}
.svg-icon2{
	width: 40px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
}
hr {
	margin-bottom: 30px;
	 display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
  
    padding: 0; 
}

.nav-up .menubtn{
	background-color: #999;
}
	body{
		margin: 0 0 0 0;
		padding: 0 0 0 0;

		font-family: 'Open Sans', sans-serif;
	}
	html { 


		background: url("../img/bg4n.jpg") no-repeat center center;
   		-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height: 100%;
   

	}
	h1{
		color: #fff;
		font-size: 50px;
		line-height: 50px;
		font-weight: 300;
		padding-top:80px;
		font-family: 'Source Sans Pro', sans-serif;
		text-shadow: 1px 2px 2px #000;
		
	}
	h2{
		color: #000;
		font-size: 23px;
		text-align: center;
		
		font-weight: normal;
		font-family: 'Source Sans Pro', sans-serif;
	}
	h3{
		color: #000;
		font-size: 30px;
		text-align: center;
		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: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 90px;
		display: block;
		color: #fff;
		position: relative;
		text-align: center;
	}
	.intro p{
		font-style: italic;
	text-shadow: 1px 2px 2px #000;
		font-size: 18px;
	}
	.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-bottom: 50px;
		margin-top: 0px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
	.arrow img {
    	width: 20px;
    	margin-top: 10px;
	}
	nav {
		margin-top: 0px;
		
		margin-top: 0px;
		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 {
		
		width: 100%;
		background-color: rgba(255,255,255, 0.3);
		height: 60px;
		font-size: 18px;
		line-height: 60px;
		display: block;
		text-align: center;
		color: #000;
		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:#000; 
		border-bottom:  1px solid #CCC;
	}
	nav ul li a:hover {
		color:#000; 
	}
	.telo{
		background-color: #FFF;
		
		width: calc(100% - 0px);
		clear: both;
		overflow: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		margin-bottom: 100px;
		padding-bottom: 40px;
	}
	.imgblox {
		width: 100%;

	}
	.about{
		overflow: auto;
		width: calc(100% - 60px);
		padding: 20px 30px 20px 30px;
	}
	.aboutbox {
		width: calc(100% - 20px);
		padding-right: 10px;
		text-align: justify;
		padding-left: 10px;
		font-size: 16px;
		float: left;
	}
	.aboutbox2 {
		width: calc(100% - 20px);
		padding-right: 10px;
		text-align: justify;
		padding-left: 10px;
		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);
	}
	.skryte{
		display: none;
	}
	.cenik{

		width: 100%;
		background-color: #fff;
		text-align: center;
		padding-top: 20px;
		margin-top: 88px;
		padding-bottom: 20px;
	}
	.cenikblok{
		width: calc(100% - 40px);
		margin-bottom: 10px;
		margin-left: 20px;

		height: 240px;
		background-color: #FFF;
		margin: 10px 20px 10px 20px;
		display: block;

		
		-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{
		width: calc(100% - 40px);
		height: 270px;
		background-color: #FFF;
		margin: 10px 20px 10px 20px;
		display: inline-grid;
		font-size: 16px;

		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: 16px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.howwork{
		margin-top: 88px;
		background: #fff;
		width: calc(100% - 60px);
		padding: 20px 30px 20px 30px;
		text-align: center;
		padding-top: 50px;
		padding-bottom: 50px;
		overflow: auto;
	}
	.work{
		width: 100%;
		color: #000;
		font-size: 16px;
		margin-bottom: 20px;

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


	.map{
		margin-top: 88px !important;
		clear: both;
		overflow: auto;
		background: #fff;
	
	}
	#map {
		width: 100%;
		height: 500px;
		float: left;
	}
	.adresa{
		width: calc(100% - 40px);
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 30px;
		float: left;
		font-size: 18px;

	}
	.adresa a {
		text-decoration: none;
		color: #000;
	}
	.adresahref{
		width: 100%;
		height: 50px;
		display: block;
	}
	.price{
	font-size: 125px;
	color: #3a6188;
	font-weight: normal;
		font-family: 'Source Sans Pro', sans-serif;
	}
	.aboutbox h2 {
	text-align: center;
	}
	.blog {
		background: #fff;
		width: 100%;
		margin-top: 88px;
		overflow: auto;
		padding-top: 50px;
		clear: both;
		margin-bottom: 100px;
		padding-bottom: 50px;
	}
	.blog p{
		padding-left: 20px;
		padding-right: 20px;
	}

	.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;
	}
	.whatapp {
    width: 80px;
    height: 80px;
    background-image: url(../img/whatapp200.png);
    background-size: 100%;
    position: fixed;
    right: 15px;
    bottom: 5px;
    z-index: 10000;
}

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;
     margin-left: auto;
    margin-right: auto;
    background: #3a6188;
    height: 3px;
    width: 45px;
    margin-top: 10px;
}
}

