@font-face {
  font-family: 'FontAwesome';
  src: url('font/fontawesome-webfont.eot?v=3.2.1');
  src: url('font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* reset5 © 2011 opensource.736cs.com MIT */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong, tt,var,b,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,article,aside,audio,canvas,details,figcaption,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,summary,time,video{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0;}body{line-height:1;}article,aside,dialog,figure,footer,header,hgroup,nav,section,blockquote{display:block;}nav ul{list-style:none;}ol{list-style:decimal;}ul{list-style:disc;}ul ul{list-style:circle;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:none;}ins{text-decoration:underline;}del{text-decoration:line-through;}mark{background:none;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input[type=submit],input[type=button],button{margin:0!important;padding:0!important;}input,select,a img{vertical-align:middle;}


/* html */
body {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 19px;
	color:#6D6D6D;
	font-weight: 400;
	line-height: 26px;
	background: #fff;
}

body,
div,
p,
span,
table {
	 /*transition: all 500ms ease 0s;
    -webkit-transform: all 500ms ease 0s;*/
	}

a{color:#B49C5C;}
a:hover,a:focus{
color:#272E36;  
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
 transition: all 0.3s;}


h1 {
	font-family: 'Playfair Display', serif;
	font-size: 48px;
	color: #272E36;
	font-weight: 800;
	text-decoration: none;
    margin-top: 0px;
	margin-bottom: 30px;
	line-height: 110%;
}


h2 {
	font-family: 'Playfair Display', serif;	
	font-size: 40px;
	color: #272E36;
	font-weight: 600;
	text-decoration: none;	
	margin-bottom: 25px;
	line-height: 110%;
}


h3 {
	font-family: 'Playfair Display', serif;
	font-size: 30px;
	font-weight: 600;
	text-decoration: none;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	color: #272E36;
	line-height: 100%;
}

h4 {
	font-family: 'Playfair Display', serif;
	font-size: 22px;
	font-weight: 500;
	text-decoration: none;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	color: #272E36;
	line-height: 110%;
}

h5 {
	font-family: 'Playfair Display', serif;
	font-size: 20px;
	font-weight: 400;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	color: #272E36;
	line-height: 100%;
}


.dekor {
    width: 70%;
    max-width: 295px;
    height: auto;
    display: block;
    margin: 35px auto 0px auto;	
}

.dekor.marbot {    
    margin-bottom: 65px;	
}


.h3-bottom {
	font-size: 24px;
	font-weight: 600;
	text-decoration: none;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	color: #FFFFFF;
	line-height: 100%;
}

.sivy-tmavy {	
	color: #181818;
}
.onastx {	
	font-size: 21px;
    line-height: 27px;
}


strong {
    font-weight: 700;
}



/* vseobecne */

.label1 {
    display: inline-block;
    width: 12%;
	min-width: 150px;
	font-size: 18px;
	font-weight: 800;
	color:#6D6D6D;
	vertical-align: top;
}

.label2 {
    display: inline-block;
    width: 82%;
	max-width: 600px;
	font-size: 18px;	
	vertical-align: top;
}



.clear {
  clear: both;
}
.medzera {
	clear: both;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.right {
    text-align: right;
}
.marginTop20 {
    margin-top: 20px;
}
.marginTop40 {
    margin-top: 40px;
}
.marginRight10 {
  margin-right: 10px;
}
.marginRight70 {
  margin-right: 70px;
}
.marginBottom10 {
  margin-bottom: 10px;
}
.margin0_10 {
    margin: 0 10px;
}
.margin10_0 {
	margin-top: 200px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
.padding10 {
    padding: 10px;
}
.padding17 {
    padding: 17px;
}
.padding20 {
    padding: 20px;
}
.padding20_0 {
    padding: 20px 0;
}
.padding0_20 {
    padding: 0 20px;
}
.padding20_0.borderRight {
    padding-right: 15px;
}
.schovaj {
	display: none;
	visibility: hidden;
}
.small {
    font-size: 90%;
}
.small75 {
    font-size: 75%;
}

.center {
    text-align: center;
}
.middle {
    width: 600px;
    height: 150px;
    display: table-cell;
    vertical-align: middle;
}

.myList {
	margin-left:25px;
	margin-bottom: 1px;	
	list-style: none;
}
.myList  li {
	margin-bottom: 6px;	
	 font-weight: 400;
}

.myList :before {
  content: "\f00c";
  font-family: 'FontAwesome';
  float: left;
  font-size: 20px;
  width: 30px;
  margin-left: -1.0em;
  color: #000; 
}


.myList ol  
{
	margin-left:40px;
	list-style: none;
}


.myList2 {
	margin-left:15px;
	margin-bottom: 1px;	
	list-style: none;
	text-align:left;
	font-size: 16px;
	line-height: 20px;
}
.myList2  li {
	margin-bottom: 9px;	
	 font-weight: 400;
}

.myList2 :before {
  content: "\f00c";
  font-family: 'FontAwesome';
  float: left;
  font-size: 17px;
  width: 30px;
  margin-left: -1.2em;
  color: #C5B085;
  font-weight: 300;
}


.myList2 ol  
{
	margin-left:40px;
	list-style: none;
}

.myList3 {
	margin-left:0px;
	margin-top: 8px;	
    margin-bottom: 1px;	
	list-style: none;
	text-align:left;
}
.myList3  li {
	margin-bottom: 2px;	
}

.myList3 :before {
  content: "\f111";
  font-family: 'FontAwesome';
  float: left;
  font-size: 10px;
  width: 20px;
  margin-left: -1.9em;
  font-weight: 900;
}


.myList4 {
	margin-left:25px;
	margin-top: 0px;	
    margin-bottom: 0px;	
	list-style: none;
	text-align:left;
}
.myList4  li {
	margin-bottom: 10px;
    line-height: 22px;
}

.myList4 :before {
  content: "\f111";
  font-family: 'FontAwesome';
  float: left;
  font-size: 10px;
  width: 20px;
  margin-left: -1.9em;
  font-weight: 900;
color: #B49C5C;
}


.mylist5 ol li {
  counter-increment: list;
  list-style-type: none;
  position: relative;
}

.mylist5 li {
    margin-left: 35px;
    margin-bottom: 10px;
    line-height: 22px;
}

.mylist5 ol li:before {
  color: #B49C5C;
  content: counter(list) ".";
  left:-35px;
   top: 0px;
  position: absolute;
  text-align: right;
  width: 25px;
  font-size:25px;  
      
}


/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #E8E1CE;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: #000000 !important;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}


.odkazy-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.odkazy-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #E8E8E8;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.odkazy-sweep-to-bottom:hover, .odkazy-sweep-to-bottom:focus, .odkazy-sweep-to-bottom:active {
  color: #D51F14;
}
.odkazy-sweep-to-bottom:hover:before, .odkazy-sweep-to-bottom:focus:before, .odkazy-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}



.effekt-zoom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.effekt-zoom:hover, .effekt-zoom:focus, .effekt-zoom:active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.effekt-zoom2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.effekt-zoom2:hover, .effekt-zoom:focus, .effekt-zoom:active {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

/* rotate*/
.rotate-center:hover {
	-webkit-animation: rotate-center 0.4s ease-in-out both;
	        animation: rotate-center 0.4s ease-in-out both;
}
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}


.viacbutt-link {
	font-size:20px;
	line-height: 20px;
	color:#fff;
	text-decoration:none;
	padding: 12px 20px;
	display: block;
	width: 200px;
	margin: 40px auto 0px auto;
	background: rgba(39, 46, 54, 1);
}
.viacbutt-link:hover { 
	background: rgba(180, 156, 92, 1);
    color:#fff;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s; 
	-o-transition: all 0.3s;
}
.viacbutt-link2 {
	font-size:19px;
	line-height: 19px;
	color:#fff;
	text-decoration:none;
	padding: 12px 10px;
	display: block;
	width: 240px;
	margin: 40px auto 0 auto;
    text-align: center;
    background: rgba(180, 156, 92, 1);
}
.viacbutt-link2:hover { 
	background: rgba(39, 46, 54, 1);
    color:#fff;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s; 
	-o-transition: all 0.3s;
}

.back-foto-uvod2 {	
	width:100%;
	position:relative;
	overflow:hidden;
	background-image: url(../img/bg-uvod2.jpg);
	background-position: top center;
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
	margin: 0 auto;
	padding:90px 0 90px 0;
	text-align:center;
}

.blok-uvod2 {	
	width:90%;
	display:block;
	max-width:1280px;
	margin:70px auto 0 auto;
	padding:0;
	vertical-align:top;
}

.back-foto-uvod2 h3 {
    display: block;
    text-align: left;
    width: 80%;
    max-width: 410px;
	color: #ffffff;
    font-size: 43px;
    line-height: 60px;
    padding: 25px 35px 35px 35px;
    background-color: rgba(180, 156, 92, 0.8);
}


.back-foto-uvod {	
	width:100%;
	position:relative;
	overflow:hidden;
	background-image: url(../img/bg-uvod1.jpg);
	background-position: top center;
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
	margin: 0 auto;
	padding:90px 0 90px 0;
	text-align:center;
}

.back-foto-uvod h2 {
	color:#FFFFFF;
	margin-bottom:50px;
}

.blok-uvod {	
	width:95%;
	display:block;
	max-width:1180px;
	margin:70px auto 0 auto;
	padding:0;
	vertical-align:top;
}

.blok-uvod2-b {
	width:39%;
	min-height:260px;
	margin:0 -5px;
	padding: 3% 4% 1% 6%;
	display:inline-block;
	font-size:16px;
	line-height:22px;
    text-align: left;
	vertical-align:top;
	background:#FFFFFF;
}
.blok-uvod2-b.bezov {
    color: #ffffff;	
	background:#B49C5C;
}

.blok-uvod2-b h3 {
	font-size:21px;
	margin-bottom:12px;
	font-weight:700;	
}

.blok-uvod2-b img {
	height:40px;
	width:auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
    display: block;
}


.mozaika-text {		
    color: #fff;
	font-size: 32px;
	line-height: 40px;	
	text-decoration: none;
	position: absolute;	    
	padding: 10px 20px;
	bottom:0;
	margin-bottom: 30px;
	z-index: 150;
	float:left;
	overflow:hidden;
	background: #B49C5C;
		}
		
.mozaika-text2 {		
    color: #fff;
	font-size: 26px;
	line-height: 30px;	
	text-decoration: none;
	position: absolute;	    
	padding: 10px 20px;
	bottom:0;
	margin-bottom: 20px;
	z-index: 150;
	float:left;
	overflow:hidden;
	background: #B49C5C;
		}		
		
	
.img-mozaika1 {	
	width: 47.4%;
	height:420px;
	margin: 1.0% 1.2%;	
	overflow: hidden;
	display: inline-block;
	position:relative;
	float:left;
	}
	
.img-mozaika1 img {	
	margin-bottom: -10px;
	width: 100%; 	
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;	}	


.img-mozaika1:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


.img-mozaika2 {	
	width: 47.4%;
	height:207px;
	margin: 1.0% 1.2%;	
	overflow: hidden;
	display: inline-block;
	position:relative;
	float:left;
	}
	
	
.img-mozaika2 img {	
	margin-bottom: -10px;
	width: 100%;	
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;  
  	}	


.img-mozaika2:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

	


.img-mozaika3 {	
	width: 22.5%;
	height: 190px;
	margin: 1% 1.2%;	
	overflow: hidden;
	display: inline-block;
	position:relative;
	float:left;
	}
		
.img-mozaika3 img {	
	margin-bottom: -10px;
	width: 100%; 	
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;	}	


.img-mozaika3:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


.img-l {	
	max-width: 500px;
	float:left;
	margin-right: 25px;
	display:inline-block;
	margin-bottom: 20px;
	opacity: 1;
	}	
	
	

.img-r {	
	max-width: 350px;
	float:right;
	margin-left: 25px;
	display:inline-block;
	margin-bottom: 30px;
	opacity: 1;
	}	
	
	
	
.img-r:hover {
	opacity: 0.8;
	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 */
	}	
	

.img-mapa {
	max-width: 50%;
	float:right;
	height: 350px;
	margin-top:-350px}
	
	
.img-gal {
	width: 30%;
	margin: 1% 0.95%;
	opacity: 1;
	}
.img-gal:hover {
	opacity: 0.8;	
	}
.img-gal-hid {
	width: 30%;
	margin: 1% 0.95%;
	opacity: 1;
	display: none;
	}
.img-gal-hid:hover {
	opacity: 0.8;
	}			

	
.img-poukazky {	
	width: 48%;
	margin: 0.8%;
	display:inline-block;
	opacity: 1;
	}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
	margin-bottom:10px;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* IKONY font */

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";  
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #1E69B8;
  font-size:30px;
  display:inline-block;
  padding-right: 10px;
  text-decoration: inherit;
}

.fa-phone:before {
  content: "\f095";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #1E69B8;
  font-size:20px;
  width: 16px;
  display:inline-block;
  padding-right: 8px;
  text-decoration: inherit;
}

.fa-fax:before {
  content:"\f1ac";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #1E69B8;
  font-size:19px;
  width: 16px;
  display:inline-block;
  padding-right: 8px;
  text-decoration: inherit;
}


.fa-envelope-o:before {
  content: "\f003";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #1E69B8;
  font-size:19px;
  width: 16px;
  display:inline-block;
  padding-right: 8px;
  text-decoration: inherit;  
}


.fa-globe:before {
  content: "\f0ac";
   font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #1E69B8;
  font-size:20px;
  width: 16px;
  display:inline-block;
  padding-right: 8px;
  text-decoration: inherit;
}

.fa-check:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 800;
  font-size:25px;
  width: 30px;
  display:inline-block;
  padding-right: 10px;
  text-decoration: inherit; 
}


.fa-facebook:before {
  content: "\f09a";
   font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #1E69B8;
  font-size:20px;
  width: 16px;
  display:inline-block;
  padding-right: 8px;
  text-decoration: inherit;
}

.fa-map-marker:before {
  content: "\f041";
   font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #1E69B8;
  font-size:20px;
  width: 16px;
  display:inline-block;
  padding-right: 8px;
  text-decoration: inherit; 
}

.fa-youtube-square:before {
  content: "\f166";
   font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #1E69B8;
  font-size:20px;
  width: 16px;
  display:inline-block;
  padding-right: 8px;
  text-decoration: inherit; 
}

.top {
    bottom: 35px;
    cursor: pointer;
    display: inline-block;
    height: 60px;
	width: 60px;
    position: fixed;
    right: 50px;
	z-index: 10000;
    
}
.top:before {
  content: "\f106";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size:65px;
  color:#927A45;
  width: 60px;
  text-decoration: inherit;
  padding: 0px 13px;
  border-radius: 60%;
  background-color: rgba(255, 255, 255, 0.2);
    
}

.hide {
    display: none;
}

.displayTable,
.displayTable a,
.displayTable img,
.displayTable div,
.displayTable span,
.displayTable form,
.displayTable input,
.displayTable button {
    display: inline-table;
    vertical-align: middle;
}
.lineHeight30 {
    line-height: 30px;
}


/* header hlavicka */

.header-pas {		
	background-color: #B49C5C;
	position:relative;
	z-index: 10000;
    height: 36px;
}
.header-pas-content {
	max-width: 1220px;
	margin: 0 auto 0px;
	color: #FFFFFF;
	font-size: 16px;
    line-height: 30px;
	padding-top: 3px;
    text-align: right;
	}

.header-pas-content a {
	margin: 0 25px 0 5px;
	color: #FFFFFF;
	text-decoration:none;
}
.header-pas-content a:hover {
	margin: 0 25px 0 5px;
	color: #272E36;
	text-decoration:none;
}
.header-pas-content a.active {
	margin: 0 5px;
	color: #272E36;
	text-decoration:none;
}
.header-pas-content a.active:hover {
	margin: 0 25px 0 5px;
	color: #272E36;
	text-decoration:none;
}

#header {
	top: 0;
	width: 100%;
	z-index: 9999;
	position: fixed; 
    background: #ffffff; 
    border-bottom: 1px solid #f1f1f1;
}

#content {
	margin-top: 155px;
}

.content {
	margin: 0 auto 0px;
    padding-bottom: 0px;
}

#header .content {
    position: relative;
	max-width: 1200px;    
}

#header #pattern {
    width: 100%;
    position: absolute;	
    text-align: right;
    top: 45px;
}

#header #pattern a {
	font-family: 'Playfair Display', serif;
    color: #000000;
    font-size: 19px;
    font-weight: 500;
    text-decoration: none;
	line-height: 19px;
}

#header #pattern a:hover {
	color: #B49C5C;
	text-decoration: none;
}

#header #pattern a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #B49C5C;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}


#header #pattern a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


#header #pattern a.active:before  {
	 background-color: none;
  visibility: visible;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0s ease-in-out 0s;
  transition: all 0s ease-in-out 0s;	
}


#header #pattern a.active {
    /*color: #BF084E;*/
	color: #B49C5C;
	text-decoration: none;

}

#header #pattern a#webmail.active {
    color: #B49C5C;    
}


#header #logo {
    z-index: 1;
	text-align:left;
    position: relative;
	margin-left: 12px;
	max-width: 333px;
	max-height: 89px;
}

#header #logo a:hover:before {
 visibility: hiden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

header.large img {
				width: 333px;
				height: 89px;
				margin-top: 15px; 
				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 */
			}
						

header.small img { 
				width: 224px; 
				height: 60px; 
				margin-top: 10px; 
				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 */
			}
			
header.large #pattern{ 
            margin-top: 0px;
			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 */
			}	
			
header.small #pattern{ 
			margin-top: -20px; 
			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 */
			}		

header.large #header { 	     
	height: 155px;
    background: #ffffff;
			}	

header.small #header { 
	height: 116px; 
     background: #ffffff;
			}
			
.stick {
	position:fixed;
	top:125px;
}
.koniec {
	clear:both;
	height: 0px;

}			
			
			
			
/* submenu*/

#submenu {
  text-align:left;
  float: left;
  max-width: 230px;
  min-width: 210px;   
  margin-right: 20px;
  display:block;
  }
	
  #submenu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
	
  #submenu  li {
	border: none;
    padding: 0em 0.0em;    
	list-style-type:none;
	list-style-image: none;
	margin-left: 0px;
	margin-bottom: 0px;	
	}

  #submenu ul li {
    padding-bottom: 0px;
	list-style: none;
	margin-left: 0px;
	margin-bottom: 0px;	
	}
	
  #submenu a {
    color: #6D6D6D;
	font-size: 17px;
	font-weight: 400;
	display:block;
	text-transform:uppercase;
	padding: 10px 0px 10px 25px;
	border-bottom: 1px #B49C5C solid;
	text-decoration: none;
	 }
	
  #submenu a:hover {
    color: #B49C5C;
	text-decoration: none;
	   	 }

#submenu a.active {
    /*color: #BF084E;*/
	color: #B49C5C;
	text-decoration: none;
}		 

#submenu a.active {
    /*color: #BF084E;*/
	color: #B49C5C;
	display:block;
	font-weight: 500;
	text-decoration: none;
}

	
			
			
	
/* Navigator*/

.navigator	{
	color: #B49C5C;
	font-size: 16px;
	width: 100%;
	max-width:1190px;
	display:block;
    margin: 15px auto 0 auto;
	position:relative;
	text-align:center;
    }	

.navigator a	{
	text-decoration:underline;
	color: #B49C5C;
	text-align:center;
    }
.navigator a:hover	{
	text-decoration:none;
	color: #272E36;
    }
		
		
					


.fa-chevron-circle-right:before {
  content: "\f138";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size:18px;
  color:#515B69;
  width: 14px;
  display:inline-block;
  padding-right: 7px;
  text-decoration: inherit;  
}

	
.fa-angle-right:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 600;
  font-size:16px;
  color:#1E69B8;
  width: 14px;
  display:inline-block;
  padding-right: 2px;
  text-decoration: inherit;  
}
		


/* texty */
	

.kolaz-text1 {
	text-align:left;
	font-size:58px;
	color:#fff;
	font-weight:500;
	line-height: 63px;
	padding: 15px 25px 30px 25px;
	display:block;
	max-width: 380px;
    background: rgba(180, 156, 92, 0.8);
		}
.kolaz-text01 {
	text-align:left;
	font-size:44px;
	color:#fff;
	font-weight:300;
	line-height: 52px;
	padding: 8px;
	display:block;
	max-width: 800px;	
		}		
.kolaz-text2 {
	text-align:left;
	font-size:26px;
	line-height: 32px;
	color:#fff;
	font-weight:200;	
	padding: 8px;
	display:block;
	max-width: 800px;	
		}		
.kolaz-text02 {	
	text-align:left;
	font-size:23px;
	line-height: 29px;
	color:#fff;
	font-weight:200;	
	padding: 8px;
	display:block;
	max-width: 850px;	
		}
.kolaz-text3-link a{
	font-size:20px;
	line-height: 22px;
	color:#fff;
	text-decoration:none;
	padding: 10px 30px;
	display: inline-block;
	max-width: 300px;
	margin-top: 20px;
	margin-left: 0px;
	background: rgba(39, 46, 54, 1);
}
.kolaz-text3-link a:hover{ 
	background: rgba(180, 156, 92, 1);
	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 */
}


.kolaz-podstranka {
	background-repeat:no-repeat;
	background-size: cover;
	height: 320px;
	width: 100%;
	background-position: center center;
	text-align:center;
	position:relative;
}

.kolaz-podstranka-nadpis {	
	text-align:center;
	font-weight: 600;
	font-size: 50px;
	display:block;
	padding-top: 120px;
	text-shadow: 1px 1px 1px #788196;
}

.link1{
	font-size:20px;
	color:#fff;
	text-decoration: none;
	font-weight: 400;
	background-color: #B49C5C;
	display:block;
	padding: 15px;
}
.link1:hover{
	text-decoration: none;
	background-color: #3C414D;
}





.link-text{
	color:#6d6d6d;
	text-decoration: underline;
}
.link-text:hover{
	color:#B49C5C;
	text-decoration: none;
}



/* Okna */


.okno-3bloky-u {
	width:31.0%;
	margin: 3% 0.8%;
	display: inline-block;
	vertical-align: top;
	background: #FFFFFF;
	font-size: 16px;
	font-weight:400;
	line-height:25px;
	text-align:left;
	position: relative;
	overflow:hidden;
}
.okno-3bloky-u img {
	margin-bottom: -10px;
	width: 100%; 
    height: auto;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 0;
}

.okno-3bloky-u:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 0;
}

.okno-3bloky-u a {
	font-size: 20px;
    line-height: 29px;
    text-decoration: none;
}

.okno-3bloky-u h2 {
	font-size: 22px;
	font-weight: 600;
	margin-top:0px;
	margin-bottom: 25px;
}

.okno-3bloky-u-obsah {
	padding: 35px 35px 35px 35px;
	z-index:1000;	
	position:relative;
    background: #ffffff;
}

.okno-3bloky-u.onas {
	background: #E8E1CE !important;	
	text-align:center;
}

.okno-3bloky-u-obsah.onas {
	padding: 20px 5px 5px 5px;
    background: #E8E1CE;
}

.okno-2bloky-u {
	width:48.0%;
	margin: 0 0.8% 25px 0.8%;
	display: inline-block;
	vertical-align: top;
	background: #FFFFFF;
    color: #6d6d6d;
	font-size: 16px;
	font-weight:400;
	line-height:23px;
	text-align:left;
	position: relative;
	overflow:hidden;
}
.okno-2bloky-u.ponuka {
	width:90%;
    max-width: 900px;
	margin: 0 auto 25px auto;
}


.okno-2bloky-u-obrazok{
	width:46.0%;
    display: inline-block;
    vertical-align: top;
    overflow:hidden;
}


.okno-2bloky-u-obrazok img {
	margin-right: -10px;
    margin-bottom: 0px;
	width: 100%; 
    height: auto;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 0;
}

.okno-2bloky-u:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 0;
}

.okno-2bloky-u-obsah {
	padding: 4% 1.5% 4% 5%;
	z-index:1000;
	background:#FFFFFF;
	position:relative;
    display: inline-block;
    width:46.5%;
    vertical-align: top;
}

.okno-2bloky-u h2 {
	font-size: 24px;
	font-weight: 800;
	margin-top:0px;
	margin-bottom: 10px;
}
.okno-2bloky-u h2:hover{
	color: #B49C5C;
    -moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
 transition: all 0.3s;
}


.okno-2bloky-u .h2ponuka {
	font-size: 33px !important;
	margin-bottom: 15px;
}


.okno-2bloky-u .butrezervacia {
	font-size:18px;
	line-height: 20px;
	color:#fff;
    text-align: center;
	text-decoration:none;
	padding: 8px 15px;
	display: block;
	width: 80px;
	margin: 25px 0px 0px 0px;
	background: #B49C5C;
}
.okno-2bloky-u .butrezervacia:hover { 
	background: #272E36;
	transition: all 0.2s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s; 
	-o-transition: all 0.3s;
}


.okno-2bloky-sub {
	text-align:left;
	width:930px;
	margin-bottom: 10px;
	padding: 0px;
	display: inline-block;
	vertical-align: top;
	float:right;
}
.sub-obsah {
	width:100%;
	display:block;
	margin-bottom: 100px;	
}

.sub-obsah img {
	width:100%;
	margin-bottom: 20px;	
}



.okno-2bloky {
	width:42%;	
    margin: 0 4.5% 0 0;
	vertical-align: middle;
	text-align:left;
	display:inline-block;
	position:relative;
}
.okno-2bloky-2 {
	width:52.0%;	
	margin-bottom: 20px;
	vertical-align:middle;
	text-align:left;
	display:inline-block;
	position:relative;
}

.okno-2bloky-2 img {
	width:100%;	
}

.okno-2bloky-kontakt {
	width:38%;	
	margin-bottom: 20px;
	vertical-align:top;
	text-align:left;
	display:inline-block;
	position:relative;
}
.okno-3bloky-sluzby {
	width:46%;
    margin: 0 1.5% 50px 1.5%;
	vertical-align:top;
	text-align:center;
	display:inline-block;
	position:relative;
    font-size: 20px;
}
.okno-3bloky-sluzby.marbott {
    margin-bottom: 0px;	
}


.okno-3bloky-sluzby h3 {
    margin-bottom: 15px;
}

.okno-3bloky-sluzby h3 span {
    display: block;
    margin: 10px auto 10px auto;
    text-align: center;
    font-size: 48px;
    color: #ffffff;
    background: #B49C5C;
    padding: 8px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}



.okno-3bloky {
	width:30%;	
	margin-bottom: 20px;
	vertical-align:top;
	text-align:left;
	display:inline-block;
	position:relative;
	margin-right: 10px;	
}

.okno-3bloky a {
	color: #707070;
	text-decoration: none;	
} 

.okno-3bloky a:hover {
	color: #000;
	text-decoration: underline;	
} 



.okno-produkty {
	width:99.5%;  
	margin: auto auto 40px auto;	
	display:block;
	vertical-align: middle;	
	clear:both;
	position:relative;
    font-size: 21px;
    line-height: 30px;
    color: #272E36;
	}

.okno-produkty.nomargin{
	margin: auto auto 0px auto;	
	}

.okno-produkty h3{
	font-size: 45px;
    margin-bottom: 30px;
	}
	

.okno-produkty1 {
	width: 50%;
	margin: 2% 0;	
	overflow: hidden;
	text-align:center;
	display: inline-block;
	padding: 0px 0px;
	position:relative;
	z-index: 50;
	}
	

.okno-produkty1 img {	
	width: 100%;
	height:auto;
	margin-bottom: -10px;	
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;	}	

.okno-produkty1:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}	

.okno-produkty2 {
	width: 45%;
	margin: 2% 0;
	padding: 7.5% 0.0% 0% 0.0%;
	text-align:center;
	display: inline-block;
	vertical-align:middle;
	}

.okno-produkty2-pad {
	padding: 1% 0.0% 0% 4.8%;
    text-align: left;
	}

.okno-produkty2-pad2 {
	padding: 1% 4.8% 0% 0.0%;
    text-align: left;
	}

	
.produktright{
	float:right;
	}	
	
.produktleft{
	float:left;
	}

#okno-galeria {
	width: 32.3%;
	margin-right:0.5%;
	margin-bottom:0.5%;
	overflow: hidden;
	display: inline-block;
	position:relative;
	background:#3D3D3D;
}

#okno-galeria img {	
	margin-bottom: -10px;
	width: 100%; 	
	opacity: 1;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;	}	
  
#okno-galeria:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.9;
}


/* content obsah */

.biela {
	background-color: #fff;
	padding-top: 70px;
	padding-bottom: 70px;
	position:relative;
	z-index: 1000;
}

.bezova {
	background-color: #E8E1CE;
	padding-top: 70px;
	padding-bottom: 70px;
	position:relative;
	z-index: 1000;
}


.biela-moz {
	background-color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
	text-align:center;
	margin: auto;	
	border-top: 1px solid #DADCDC;
}


.siva {
	background-color: #E7E7E7;
	padding-top: 70px;
	padding-bottom: 70px;
}

.bottom {
	background-color: #272E36;
	padding-top: 60px;
	padding-bottom: 60px;	
}


.obsah {
	max-width:1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align:top;
}

.obsah2 {
	max-width:1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align:top;
}

.obsah3 {
	max-width:1100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align:top;
}


.spodok {
	margin: 0% 2.5% 0px 0%;
	display: inline-block;
	color: #ffffff;
	font-size: 15px;
	line-height: 23px;
	width: 32%;
	text-align: left;
	vertical-align:top;
    border-right: 1px solid #6C7176;
	}

.spodok img {
	width: 90%;
    margin-right: 9%;
    margin-bottom: 100px;
    max-width: 332px;
    height: auto;
    opacity: 0.6;
}

	
.spodok2 {
	margin: 1.4% 3% 30px 3%;
	display: inline-block;
	color: #D0D2D5;
	font-size: 16px;
	line-height: 26px;
	width: auto;
	text-align: left;
	vertical-align:top;
	}

.spodok2 a {
	color: #D0D2D5;
	text-decoration: none;	
}
.spodok2 a:hover {
	color: #E8E1CE;
	text-decoration: underline;	
}	
	
  /* tabulka */
 .table {
    width:100%;
    margin:10px 0px;
    padding:0px;
	overflow-y: auto;
	_overflow: auto;
	font-size: 15px;	
	border-collapse: collapse;
	  }
  
  .table tr {
	border-bottom: 1px solid #B49C5C;		
  }
    .table tr:hover {
	border-bottom: 1px solid #B49C5C;
	background:#fff;
  }

  .table th, .table td {
    text-align: left;
	padding: 5px;
	
  }

  .table th {
    text-transform: uppercase;
	text-align: left;
	font-size: 15px;
	color: #6D6D6D;
  }
    
.table a {
	color: #6D6D6D;
	text-decoration: underline;
  }
.table a:hover {
	color: #B49C5C;
	text-decoration: none;
  }
  
.table img  {
	width: 87px;
	margin-top: 15px;
	margin-bottom: 0px;
	
  } 
  
	
 
/* formular */
.formular {
	width:80%;
	margin:auto;
	vertical-align: top;
}

.formular1 {
	width: 40%;
	text-align:left;
	display:inline-block;
	vertical-align: top;
}
.formular2 {
	width: 58%;
	text-align:right;
	display:inline-block;
	vertical-align: top;
}

.textarea-formular {
	background-color: #EBEBEB;
	padding: 5px;
	width: 90%;
	border: 1px solid #EBEBEB;
	height: 30px;
	font-size: 17px;
	font-weight: 200;
	color: #A3A9B8;
	text-decoration: none;
	margin-right: 30px;
	margin-bottom: 14px;
}
.textarea-formular2 {
	background-color: #EBEBEB;
	padding: 5px;
	width: 100%;
	border: 1px solid #EBEBEB;
	height: 140px;
	font-size: 17px;
	font-weight: 200;
	color: #A3A9B8;
	text-decoration: none;
	vertical-align: top;
}
.mybutton {
	color: #FFF;
	background-color: #DF1C3A;
	text-align: center;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	border: 1px none #DF1C3A;
	margin-top: 20px;
	line-height: 35px;
	text-decoration: none;
	height: 35px;
	width: 170px;
}




/* responsive multilevel menu */

a.menu-link {
    display: block;  
    padding: 0;
    height: 30px;
	float:right;
	padding-right: 20px;	
}

#header #pattern a.menu-link {
	z-index: 2;
	width: 120px;
	margin: auto;
	font-size: 18px;
	position: relative;
	margin-top: -5px;
}
a.menu-link:after {
  content:"\f0c9";	
  font-family: 'FontAwesome';
  float: right;
  font-size: 25px;
  width: 30px;
  margin-left: 0.0em;
  color: #B49C5C;	
}


.menu, .menu > ul ul {
    clear: both;
    -webkit-transition: all 0.5s ease-in;  
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;

}


.js .menu, .js .menu > ul ul {
    overflow: hidden;
    max-height: 0;  
}
.menu.active, .js .menu > ul ul.active {
    max-height: 980px;
}
.menu > ul {
	margin-top: 15px;

	
}
.menu li a {
    display: block;
    padding: 5px 15px 5px 15px;
    position: relative;
}

.menu li :hover {

} 

.menu li a.active {
    color: #44CACB;
	
}



.menu li.has-subnav > a:after {
    content: '\f067';
	font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    font-size: 15px;
	padding-right: 20px;
	padding-top: 15px;
	
}
.menu li.has-subnav > a.active:after {
    content: "\f068";
	font-family: FontAwesome;
	font-size: 15px;
	padding-right: 20px;
	padding-top: 15px;
}



@media screen and (min-width: 1100px) {
	
	  .menu ul li {
        list-style-type: none;		
    }
    .pattern {
        overflow: visible;
    }
    a.menu-link {
        display: none;	
    }	

    .js .menu, .js .menu > ul ul {
        max-height: none;
        overflow: visible;
        background: none;
    }
    .js .menu > ul ul {
        display: none;
    }
    .js .menu > ul li:hover > ul {
        display: block;
    }
    .menu ul {
        margin: 0 0 0 0px;
        border: 0;
    }
    .menu li a {
        border: 0;
		font-size: 15px;				
    }

    .menu li.has-subnav > a {
        padding-right: 32px;
		font-size: 10px;
    }
    .menu li.has-subnav > a:after {
        content: "\f054";
		font-family: FontAwesome;
        font-size: 14px;
        padding: 8px 15px;
    }
    .menu .level-1 > li.has-subnav > a:after {
        content: "\f078";
		font-family: FontAwesome;
		font-size: 13px;
		padding: 5px 15px;
    }
    .menu > ul li {
        margin: 0;
		top: 0px;
    }
    .menu > ul > li  {
        display: inline-block;
        position: relative;

    }
    .menu > ul ul {
        position: absolute;
        top: 0;
        left: 92px;
        width: 180px;
    }
    .menu > ul ul li {
        position: relative;
    }

    .menu > ul ul.level-2  {
        top: 31px;
		width:250px;
		height: auto;
        left: 0px;
		padding:50px 10px 10px 10px;
		text-align:left;
		background-color: rgba(255, 255, 255, 0.95);
		font-size: 15px;		
		    }
	

	
	.menu > ul ul.level-3  {
        top: 0px;
        left: 250px;
		text-align:left;
		width:200px;
		height: auto;
		font-size: 15px;
		line-height: 18px;
		background-color: rgba(255, 255, 255, 0.95);
		padding:10px 0px 10px 10px;
		border-left: 1px solid #000;
    }
	
	#header #pattern .link-level2  {	
	font-size: 18px;
	line-height: 25px;
	padding: 5px 10px;
}

#header #pattern .link-level3  {	
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	padding: 5px 10px;
}
	

	}
	


@media screen and (max-width: 1280px) {
    
    .spodok2 {
	margin: 1.4% 2% 30px 2%;
	}
	
	.kolaz-text1 {
	font-size:55px;	
	line-height: 59px;
	margin-left: -80px;
		}
		
	.kolaz-text2 {
	font-size:20px;
	line-height: 25px;	
	margin-left: -80px;
		}
		
	.kolaz-text01 {
	font-size:45px;	
	line-height: 50px;
	margin-left: -80px;
		}
		
	.kolaz-text02 {
	font-size:19px;
	line-height: 24px;	
	margin-left: -80px;
		}				

.kolaz-text3-link a{
	font-size:20px;	
	padding: 8px 25px;
	margin-left: -72px;	
}

.img-mozaika1 {	
	width: 47.4%;
	height:auto;	
	}

.img-mozaika2 {	
	width: 47.4%;
	height:auto;	
	}
		
.img-mozaika3 {	
	width: 47.4%;
	height:auto;	
	}
	
.mozaika-text {	   
	font-size: 30px;
	line-height: 40px;	
	margin-bottom: 40px;

		}
		
.mozaika-text2 {		
    font-size: 30px;
	line-height: 40px;	
	margin-bottom: 40px;
		}	
		
.okno-rezervacia {
	height: 510px;
}

.okno-2bloky-sub {
	width:100%;
	max-width: 850px;	
}

.okno-3bloky-u {
	min-height: 450px;    
}    
  
		
}	

@media screen and (max-width: 1099px) {
    
.spodok {
	margin: 0% 2.5% 0px 0%;
	display: block;	
	width: auto;
	text-align: center;
	vertical-align:top;
    border-right: none;
	}

.spodok img {
	width: 90%;
    margin-right: 0;
    margin-bottom: 20px;
    max-width: 332px;
}
 
.spodok2 {
	margin: 1.4% 3.2% 30px 3.2%;
	display: inline-block;	
	width: 25%;
	}    
	
#header #pattern {
    top: 55px;	
} 
 
#header #pattern a:before {
  height: 0px;  
}    
    
.menu li a {
    display: block;
	text-align:right;
    padding: 15px 20px;
    position: relative;
    transition: all 250ms ease 0s;
    -webkit-transform: all 250ms ease 0s;
	background-color:#fff;
}
	


.okno-2bloky-sub {
	width:70%;
	max-width: 780px;	
}

    
.blok-uvod2-b {
	min-height:320px;
} 
    
.okno-3bloky-u {
	min-height: 480px;
}  
    
.okno-2bloky-u-obrazok{
	width:59.0%;
}

.okno-2bloky-u-obsah {
    padding: 3% 1% 4% 3%;
    width:36%;
}  
    
.okno-2bloky-u h2 {
	font-size: 21px;
}  
    
.okno-3bloky-sluzby {
	width:42%;
    margin: 0 3.5% 50px 3.5%;
    font-size: 19px;
}    

		
}


@media screen and (max-width: 870px) {
	

.obsah {
	padding-right: 10px;
	padding-left: 10px;
}

.obsah2 {
	padding-right: 10px;
	padding-left: 10px;
}

.obsah3 {
	padding-right: 10px;
	padding-left: 10px;
}

.biela {
	padding-top: 30px;
	padding-bottom: 30px;
}

.bezova {
	padding-top: 30px;
	padding-bottom: 30px;
}
    

.siva {
	padding-top: 30px;
	padding-bottom: 30px;
}

.bottom {
	padding-top: 30px;
	padding-bottom: 30px;
}

.kolaz-text1 {
	font-size:50px;	
	line-height: 55px;
	margin-left: -80px;
		}
		
.kolaz-text3-link a{
	font-size:16px;	
	padding: 5px 20px;
	margin-left: -72px;	
}

.img-gal {
	width: 47%;
	margin: 1%;
	}

.img-gal-hid {
	width: 47%;
	margin: 1%;
	display:inline-block;
	}
	
.okno-2bloky-kontakt {
	width:80%;		
}
	

.okno-2bloky-sub {
	width:100%;
	max-width: inherit;	
	float: none;
}


.stick {
	position: relative;
	top:20px;
}

#submenu {
  text-align:left;
  float: none;
  max-width: 100%;
  min-width: 100%;   
  margin-right: 0px;
  display:block;
  margin-bottom: 20px;
  }

	
  #submenu  li {
	  width: 31%;
	  display: inline-block;
	  margin-left: 10px;
	  margin-right: 10px;
	}

	
  #submenu a {   
	padding: 5px 5px 5px 5px;
	 }
    
.back-foto-uvod {
    width: auto;
	padding:50px 15px 50px 15px;
	text-align:center;
}    
    
    
.blok-uvod2-b {
	min-height:360px;
}     
.okno-3bloky-u {
	min-height: 530px;
} 
    
.okno-2bloky-u {
	width:47.5%;
	margin: 0 0.8% 25px 0.8%;	
}    

.okno-2bloky-u-obrazok {
	width:100%;
    display: block;
}

.okno-2bloky-u-obsah {
	padding: 4% 5% 4% 5%;	
    display: block;
    width:auto;
}
    
.okno-2bloky {
	width:90%;	
    margin: 0 auto 0 auto;
	vertical-align: middle;
	text-align:center;
	display:block;
}
.okno-2bloky-2 {
	width:90%;	
	margin: 30px auto 0 auto;
	vertical-align:middle;
	text-align:center;
	display:block;
}  
    

}

@media screen and (max-width: 730px) {
	 
.spodok {
	margin: 0;	
	width: 95%;
	}
.spodok img {
	width: 95%;
    max-width: 300px;
}   
	
.spodok2 {
  margin: 5% 9%;	
	width: 80%;
	}	
		
.img-mozaika1 {	
	width: 97%;
	display: block;
		}	
	
.img-mozaika2 {	
	width: 97%;
	display: block;
	}
	
.img-mozaika3 {	
	width: 97%;
	display: block;
	}
    
.blok-uvod2-b {
	min-height:390px;
}
    
 .okno-3bloky-u {
	min-height: inherit;
    display: block;
    width: auto;
     max-width: 600px;
     margin: 0 auto 30px auto;     
} 
    
.okno-produkty {
	width:98%;  
	margin: auto auto 50px auto;	
	}
	

.okno-produkty1 {
	width: auto;
	margin: 0 auto;	
	}

.okno-produkty1 img {	
	width: 100%;
	height: auto;
	}

.okno-produkty2 {
	width: auto;
	padding: 3% 3% 0% 3%;
	}
	
.produktright{
	float:none;
	}	
.produktleft{
	float:none;
	}    

} 

@media screen and (max-width: 610px) {

#content {
	margin-top: 116px;
}  
#header #pattern {
    top: 0px;	
}


header.large img {
				width: 224px;
				height: 60px;
                margin-top: 10px;
			}
						

header.small img { 
				width: 224px; 
				height: 60px; 			
			}

			
header.large #pattern{ 
            margin-top: 35px;
			}	
			
header.small #pattern{ 
				margin-top: 35px; 
			}    
				

header.large #header { 
		height: 116px;
			}	

header.small #header { 
		height: 116px;
			}
    
.kolaz-podstranka {
	height: 180px;
} 
    
.navigator span {
    display: block;	
    }    
    
.dekor.marbot {    
    margin-bottom: 35px;	
}    
	

  .table {
      border: 0;	  
    }
  
    .table tr {
      margin-bottom: 2px;
      display: block;
      border-bottom: 1px solid #B49C5C;
    }
	
  .table th, .table td {
    text-align: left;
	padding: 1px 5px;	
  }

    .table td {
      display: block;
      font-size: 14px;
    }

    .table td:last-child {
      border-bottom: 0;
    }

    .table td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: normal;
    }	
	
	  #submenu  li {
	  width: 45%;	  
	}	
    
    .blok-uvod {	
	margin:50px auto 0 auto;
    }
    
    .blok-uvod2-b {
	 min-height: inherit;
     display: block;
     width: auto;
     margin:-5px auto;
	 padding: 8% 10% 8% 10%;  
     font-size: 17px;
     text-align: center;
    }
    .myList3 {
	margin-left:20px;
	margin-top: 0px;	
}
    
.okno-3bloky-u {
     margin: 0 20px 35px 20px;  
    }    
.okno-3bloky-u-obsah {
	padding: 25px 20px 25px 20px;
} 
    
.back-foto-uvod2 {
    width:auto;	
	padding:50px 0 50px 0;
}

.back-foto-uvod2 h3 {
    font-size: 33px;
    line-height: 45px;
    padding: 25px 35px 35px 35px;
}
    
.okno-3bloky-sluzby {
	width:90%;
    margin: 0 auto 50px auto;
    font-size: 19px;
}   
    
#okno-galeria {
  width: auto;
  max-width:none;
  margin: 10px auto 0px auto; 
}     
	
} 	

@media screen and (max-width: 480px) {
    
h1 {
	font-size: 42px;
	margin-bottom: 20px;
}


h2 {	
	font-size: 35px;
	margin-bottom: 20px;
}


h3 {
	font-size: 28px;
	margin-bottom: 20px;
}    
    
.header-pas-content {
	font-size: 14px;
    line-height: 30px;
    text-align: center;
	} 
.header-pas-content span {
    display:  none;
	}     
    
    
.header-pas-content a {
	margin: 0 10px 0 5px;
}
.header-pas-content a:hover {
	margin: 0 10px 0 5px;
}
.header-pas-content a.active {
	margin: 0 10px 0 5px;
}
.header-pas-content a.active:hover {
	margin: 0 10px 0 5px;
}    
	
.kolaz-text1 {
        font-size:43px;	
        line-height: 46px;
        margin-left: -40px;
    }   
.kolaz-text3-link a{
        font-size:16px;	
        padding: 5px 20px;
        margin-left: -32px;	
    }	


.okno-2bloky-kontakt {
	width:95%;
    font-size: 18px;
}

.okno-2bloky-u {
	width: 90%;
	margin: 0 auto 25px auto;	
} 
    
.back-foto-uvod2 {
    width:auto;	
	padding:30px 0 30px 0;
}

.back-foto-uvod2 h3 {
    font-size: 28px;
    line-height: 35px;
    padding: 20px 25px 25px 25px;
} 
    
.okno-produkty h3{
	font-size: 30px;
	}    
    


}
