@import 'https://fonts.googleapis.com/css?family=Anton|Open+Sans&subset=latin-ext';
@import url(fancybox/jquery.fancybox.css);
@import url(fancybox/helpers/jquery.fancybox-thumbs.css);
*{
	box-sizing:border-box;
}
body,html{
	font-family: 'Open Sans', sans-serif;
	width:100%;
	height:100%;
}

.all{
	max-width:1000px;
	margin:0 auto;
	position:relative;
}
.sekce_1{
	width:100%;
	height:600px;
	position:relative;
	text-align:center;
}
.s1m{
	height:250px;
}
.fullpage {
	width:100%;
	height:100%;
	background-position: center bottom;
	background-size:cover;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:#000;
}
.bg{
	display:none;
}

.top{
	background:rgba(0,0,0,0.55)
}
.fancybox-lock body {
    overflow: visible !important;
}
.logo {
	background: url("images/logo.png") no-repeat;
	width:338px;
	height:30px;
	display:block;
	margin:30px;
	float:left;
}
.menu{
	float:right;
	padding:20px 25px 0 0;
}
.menu li{
	display:inline-block;
	text-align:right;
}
.menu li a{
	color:#fff;
	display:block;
	font-family: 'Anton', sans-serif;
	font-size:120%;
	text-decoration:none;
	text-transform:uppercase;
	padding:15px 0 15px 20px;
}
.menu li a:hover{
	color:#f0920b;
}
.t_fb{
	margin:30px 20px 15px 0;
	width:27px;
	height:27px;
	display:block;
	float:right;
	background: url('images/ik_fb.png') no-repeat center;
}

nav{
	background:#f0920b;
	padding:10px 0;
	clear:both;
}
.navigace{
	display:none;
}
nav .hamburger {
    position: absolute;
    right: 25px;
    top: 15px;
	z-index:999;
	border:#fff solid 1px;
	padding:5px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
	display:none;
}

nav li{
	display:inline-block;
}
nav li a{
	color:#fff;
	display:block;
	font-family: 'Anton', sans-serif;
	font-size:170%;
	text-decoration:none;
	text-transform:uppercase;
	padding:15px 40px 15px 70px;
}
nav li a:hover{
	color:#000;
}
nav li:last-child a{
	padding-right:0 !important;
}
.m_kuchyne{
	background: url('images/ikm_kuchyne.png') no-repeat left center;
}
.m_koupelny{
	background: url('images/ikm_koupelna.png') no-repeat left center;
	padding-left:65px;
}
.m_dvere{
	background: url('images/ikm_dvere.png') no-repeat left center;
	padding-left:55px;
}
.m_sluzby{
	background: url('images/ikm_sluzby.png') no-repeat left center;
}

.sekce_1 h2{
	font-size:470%;
	color:#fff;
	font-family: 'Anton', sans-serif;
	font-weight:normal;
	padding:150px 0;
	text-transform:uppercase;
	-webkit-text-shadow: 2px 2px 0px #000;
	-moz-text-shadow: 2px 2px 0px #000;
	text-shadow: 2px 2px 0px #000;
	position:relative
}

.lista{
	width:100%;
	background:#f0920b;
	padding:30px 15px;
	line-height:120%;
	color:#fff;
}
.otviracka{
	float:left;
	font-family: 'Anton', sans-serif;
	font-size:140%;
	color:#fbe2cc;
	text-transform:uppercase;
}
.otviracka h2{
	font-size:180%;
	font-weight:normal;
	padding:0 0 20px 0;
	color:#844e03;
	margin:15px 0 20px 0;
}
.otviracka span{
	font-size:160%;
	font-weight:normal;
	padding:0 20px 20px 20px;
	color:#fff;
}
.list_adr{
	font-size:110%;
	line-height:140%;
	color:#000;
	float:right;
	text-align:right;
}
.list_adr a{
	color:#844e03;
}
.list_adr a:hover{
	color:#fff;
}


.clanek{
	width:100%;
	border-bottom:#CCC solid 1px;
	padding:10px 0 10px 0;
	margin:30px 0 30px 0;
	line-height:150%;
}
.clanek img{
	float:left;
	margin:0 35px 35px 0 !important;;
	border:#f2f3f3 solid 5px;
}
.clanek h2{
	font-size:160%;
	font-family: 'Anton', sans-serif;
	font-weight:normal;
	padding:0 0 15px 0;
}
.clanek h2 a{
	color:#0a4b9c;
	font-family: 'Anton', sans-serif;
	text-decoration:none;
	text-transform:uppercase;
}
.clanek h2 a:hover{
	color:#f0920b;
}
.clanek:last-of-type{
	border-bottom:0;
	margin:30px 0 0 0;
	padding:10px 0 0 0;
}

.text{
	width:100%;
	line-height:150%;
	text-align:justify;
	padding:50px 0;
}
.text p, .text ol, .text ul{
	margin:10px 0;
}
.text ol, .text ul{
	padding: 0 0 0 15px;
}
.text ol li{
	background:0;
	list-style:decimal;
	padding: 0;
}
.text li{
	background: url("images/li.png") no-repeat 0 8px;
	padding: 0 0 0 20px;
}
.text img{
	margin:0 45px 25px 45px;
	border:#f2f3f3 solid 5px;
}
.galerie{
	text-align:center;
}
.galerie img{
	margin:10px;
	display:inline-block;
}
.partner img{
	margin:10px;
	display:inline-block;
	border:0 !important;
}


.bloky{
	width:100%;
	padding:50px 0;
	background:#d9e2e4;
	text-align:center;
	position:relative;
}
.bloky a{
	width:240px;
	padding:0 0 0 0;
	display:inline-block;
	text-align:center;
	font-size:220%;
	font-family: 'Anton', sans-serif;
	text-transform:uppercase;
	color:#606768;
	text-decoration:none;
}
.bloky a:hover{
	color:#000;
}
.blok{
	width:175px;
	height:175px;
	display:block;
	margin:0 auto 40px auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.blok:hover{
	background-color: rgba(255,255,255,0.5)
}
.b01{
	background: #fff url("images/b_01.png") center no-repeat;
}
.b02{
	background: #fff url("images/b_02.png") center no-repeat;
}
.b03{
	background: #fff url("images/b_03.png") center no-repeat;
}
.b04{
	background: #fff url("images/b_04.png") center no-repeat;
}


iframe.mapka{
	width:100%;
	height:350px;
}

h1{
	font-size:250%;
	color:#0a4b9c;
	font-family: 'Anton', sans-serif;
	font-weight:normal;
	padding:0 0 35px 0;
	text-align:left;
	line-height:110%;
}
.text h2{
	font-size:180%;
	color:#f0920b;
	font-family: 'Anton', sans-serif;
	font-weight:normal;
	padding:15px 0 20px 0;
	text-align:left;
	line-height:110%;
}


.kontakty{
	width:100%;
	background:#434546;
	padding:40px;
	color:#fff;
	line-height:140%;
}
.adresa h3, .galerie h3{
	font-size:170%;
	color:#aeb2b3;
	font-family: 'Anton', sans-serif;
	font-weight:normal;
	padding:0 0 15px 0;
	text-transform:uppercase;
}
.galerie h3{
	font-size:190%;
	padding:30px 0;
}
.adresa img{
	margin:20px 0 5px 0;
}
.adresa a{
	color:#aeb2b3;
	font-size:100%;
}
.adresa a:hover{
	color:#fff;
}


.adresa{
	width:30%;
	display:inline-block;
	text-align:left;
	color:#000;
	text-decoration:none;
	color:#fff;
	line-height:150%;
	vertical-align:top;
	padding:0 40px 0 0;
}
.adresa input, .adresa textarea{
	width:100%;
	padding: 10px 15px;
	background:#000;
	color:#fff;
	border:0;
	margin:2px 0;
	font-family: 'Open Sans', sans-serif;
}
.adresa .odeslat{
	background:#f0920b;
	color:#fff;
	text-transform:uppercase;
	font-size:120%;
	cursor:pointer;
	width:auto;
	font-family: 'Anton', sans-serif;
	-webkit-appearance: none;
}
.adresa .odeslat:hover{
	background:#fff;
	color:#000;
}

.copy{
	width:100%;
	background:#222;
	border-bottom:#427eb5 solid 10px;
	padding:30px;
	text-align:center;
	color:#777;
	font-size:80%;
}
.copy a{
	color:#777;
	font-size:100%;
}
.copy a:hover{
	color:#fff;
}
.nolcd{
	display:none;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
	line-height:0;
}
.preteceni{
	overflow:hidden;
}


/* responzivni*/
@media screen and (max-width:900px) {
nav{
	background:0;
	position:absolute;
	top:0;
  	width:100%;
}
.menu{
	display:none;
}
.navigace{
	display:block;
}
.top{
	position:fixed;
	width:100%;
	background:rgba(0,0,0,0.75);
	z-index:900;
} 
.sekce_1{
	height:500px;
}
.sekce_1 h2{
	padding:250px 30px;
}
nav{
	position:relative;
	width:100%;
	display:block;
	top:0;
	background:0;
	border:0;
}
nav .hamburger {
    position: fixed;
    display: inline-block;
}
  nav .hamburger .bar {
    background: #fff;
    display: block;
    width: 30px;
    height: 3px;
    margin: 6px;
    position: relative;
    -webkit-transition: -webkit-transform .4s ,opacity .3s;
    transition: transform .4s ,opacity .3s;
  }

nav .hamburger:hover {
    background: #fff;
}
nav .hamburger:hover .bar {
    background: #000;
}

  nav .hamburger.x .bar-top {
    top: 9px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
  }

  nav .hamburger.x .bar-middle {
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }

  nav .hamburger.x .bar-bottom {
    top: -9px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
  }

  nav .schovani {
    background: rgba(0,0,0,0.90);
	position: fixed;
    right: 0;
    top: 0;
	bottom:0;
	left:0;
    opacity: 0;
    text-align: center;
    -webkit-transition: opacity .5s,visibility .1s .5s;
    transition: opacity .5s,visibility .1s .5s;
    visibility: hidden;
    z-index: 998;
	padding:60px 0;
  }

  nav .schovani.show {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
  }

  nav ul li {
    display: block;
    margin: 5px 0;
    float: none;
  }

  nav ul li a {
    color: #fff;
	display: block;
	padding:12px 0 !important;
	margin:0 !important;
  }
  nav ul li a:hover {
	  background:#fff;
    color: #000;
	display: block;
	border:0;
  }
.lista{
	padding:30px 0;
}
.list_adr, .otviracka{
	float:none;
	width:100%;
	text-align:center;
	font-size:120%;
}
.list_adr{
	padding:30px 0 0 0;
}
}



@media only screen and (max-width: 800px) {
h1{
	text-align:center;
	line-height:120%;
}
.text table{
	width:100% !important;
}
.text{
	width:100% !important;
	float:none;
}
.adresa{
	width:100%;
	display:block;
	text-align:center;
	padding:0 0 10px 0;
}
hr{
	margin: 0;
}
}
@media only screen and (max-width: 500px) {
h1{
	font-size:150%;
	padding:20px 0;
}
.text h2{
	font-size:120%;
	padding:20px 0;
}
.logo {
	background-size:cover;
	width:190px;
	height:17px;
	margin:30px;
}
.lista{
	padding:10px 0;
}
.list_adr, .otviracka{
	font-size:100%;
	padding:10px 0;
}
.otviracka h2, .otviracka span{
	font-size:100%;
	padding:10px 0;
}
.otviracka {
	font-size:120%;
	padding:10px;
}
.clanek{
	width:100%;
	border-bottom:#CCC solid 1px;
	padding:0 15px;
	margin:10px 0 30px 0;
	text-align:center;
}
.clanek img{
	width:100% !important;
	margin:auto !important;
	margin:10px 0 30px 0;
	float:none;
}
.clanek h2{
	padding:20px 0 0 0;
	text-align:center;
	line-height:120%;
}
.sekce_1{
	height:400px;
}
.sekce_1 h2{
	padding:130px 0 10px 0;
	font-size:250%;
}
.adresa h3{
	text-align:center;
}
.text{
	text-align:left;
	padding:20px 10px;
}
.text iframe, .text_eshop iframe{
	float:none;
	width:100%;
	height:300px;
}
.text img{
	width:100%;
	height:auto;
	margin:auto;
	padding:0;
	margin:10px 0;
	box-sizing:border-box;
}
}