<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: #f2f5f7;
	background-image: url("../images/back.jpg");
	background-repeat: repeat-x;
    font-size: 12px;
   font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
	text-align: center;
}

#layout2 {
	background-image: url("../images/back2.jpg");
}

#main {
	max-width:1100px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	margin-top:8px;
}
 
a img {
	border:none;
}

#top {	
	height:72px;
	border-bottom:solid 5px #eb8529;
}

#top .right ul, .carouselCont ul {
	list-style: none;
}

#top .right ul li {
	float:left;
	margin-left:20px;
	font-size:14px;
	font-weight: 100;
	margin-top:30px;
}

#top a {
	color:#4f4f4f;
}

#top a:hover, #top .active a{
	color:#eb8529;
}

#header {
	margin-bottom:10px;
}

#hero {
	height:420px;	
	position:relative;
	display:block;
}

#hero2 {
	height:212px;	
	position:relative;
	display:block;
	overflow: hidden;
}

#hero .mottoShape {
	display:block;
	width: 450px;
	height: 110px;
    top:90px;
	left:30px;
	position:absolute;
    box-shadow: 12px 12px 0px  rgba(0, 0, 0, 0.4);
	background-color: rgba(255, 255, 255, 0.8);
	/*-webkit-transform: skew(-23deg);
	-moz-transform: skew(20deg);
	 -o-transform: skew(20deg);*/
	transform: skewX(-20deg) 
        rotate(-3deg) 
        scaleX(0.895) scaleY(1.05)
        translateX(-0.8em) translateY(-1em);
}


#hero .motto,#hero2 .motto2{
	display:block;	
	position:absolute;
	font-size:27px;
	font-weight:bold;
	color:#372572;	
}

#hero .motto{	
	top:100px;
	left:60px;
}

#hero2 .motto2{	
	top:20px;
	right:30px;	
	color:#fff;
}

#hero .motto span, #hero2 .motto2 span  {
	display:block;
	font-size: 23px;
	font-weight:normal;
}



#hero .searchForm{
	top:20px;
	right:30px;
	position:absolute;
	padding:20px;
	background-color: rgba(0, 0, 0, 0.6);
	color:#fff;
	width:190px;
	
}

#hero2 .searchForm2{
	top:53%;
	left:10px;
	position:absolute;
	padding:15px 20px 20px 20px;
	background-color: rgba(0, 0, 0, 0.6);
	color:#fff;
	width:94.3%
}

#hero .searchForm label, #hero .searchForm input, #hero .searchForm select{
    display:block;
	width:100%;
	border:0;
	padding:0;
	height:25px;
	font-size: 12px;
}

#hero2 .searchForm2 label, #hero2 .searchForm2 input, #hero2 .searchForm2 select{
    display:block;
	width:100%;
	border:0;
	padding:0;
	height:25px;
	font-size: 12px;
}


#hero .searchForm label{
	height:20px;
}

#hero .searchForm .row{
	padding-bottom:12px;
}

#hero2 .searchForm2 .row{
	float:left;
	width:15%;
	padding:0;
	margin-right:2%;
}

#hero .searchForm .searchButton, #hero2 .searchForm2 .searchButton{
	background-color: #eb8529;
	color:#fff;
	border-radius: 7px;
	height:35px;
	font-size:13px;
	margin-top:15px;
	cursor: hand; cursor:pointer;
}

#hero2 .searchForm2 .searchButton{
	width:14%;
	float:right;
	height:28px;
	margin-top:22px;
}

/*
#hero .image{
	position:absolute;
	height:420px;
	display:block;
}
*/

a {
   text-decoration: none;	
}

p, form, ul, li, h1,h2,h3,h4 {
	padding:0;
	margin:0;
	list-style:none;
}

.carouselCont {
	height:210px;
	overflow: hidden;
}

#carousel{
	
}

#carousel li {
	float:left;
	margin-right: 16px;
	background-color: #8086c0;
	color: #fff;
	width:204px;
	position:relative;
	height:187px;
}

#carousel li .price{
   position:absolute;
	top:118px;
	background-color: rgba(17,20,81,0.6);
	width:94%;
	padding:3%;
	font-size:16px;	
}

#carousel li .title{
	padding:0 10px 7px 10px;
	font-size:12px;

}

.colls .coll{
	float:left;
	margin-right:5px;
}

.colls .coll:last-child{
	margin-right:0px;
}

.colls h2 span {
	display:block;
	font-size:50%;
	font-weight: normal;
}

.colls h2 a {
	color:#fff;
}

.colls .collCont {
	background-color: #eaeaea;
	padding:30px 10px 30px 30px;
	height:250px;
}

.colls .collCont a {
    color:#000;
}

.colls .c1 .collCont {
	border-bottom: 5px solid #3596a9;
}

.colls .c2 .collCont {
	border-bottom: 5px solid #eb8529;
	background: #fff;
}

.colls .c3 .collCont {
	border-bottom: 5px solid #372572;
}

.colls .c1 h2, .colls .c2 h2, .colls .c3 h2 {
	color:#fff;
	height:80px;
	padding:30px 0px 0px 40px;
	font-size:24px;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: 65px 35px;	
}

.colls .c1 h2 {	
	background: #52b4c7;
    background: -webkit-linear-gradient(#52b4c7 0%, #3294a7 100%);
    background: -o-linear-gradient(#52b4c7 0%, #3294a7 100%);
    background: linear-gradient(#52b4c7 0%, #3294a7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52b4c7', endColorstr='#3294a7',GradientType=0 );
}

.colls .c2 h2 {
	background: #ff8a2b;
    background: -moz-linear-gradient(top,  #ff8a2b 0%, #e25601 100%);
    background: -webkit-linear-gradient(top,  #ff8a2b 0%,#e25601 100%);
    background: linear-gradient(to bottom,  #ff8a2b 0%,#e25601 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a2b', endColorstr='#e25601',GradientType=0 );
}

.colls .c3 h2 {
	background: #604f9f;
    background: -webkit-linear-gradient(#604f9f 0%, #3f2f78 100%);
    background: -o-linear-gradient(#604f9f 0%, #3f2f78 100%);
    background: linear-gradient(#604f9f 0%, #3f2f78 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#604f9f', endColorstr='#3f2f78',GradientType=0 );
}

.colls .c1 h2 img, .colls .c2 h2 img, .colls .c3 h2 img{
	float:left;
	padding-right: 30px;
	padding-top:6px;
}

.colls .collCont ul li {
	padding:8px 8px 8px 35px;
	background-repeat: no-repeat;
	background-position: 15px 12px;
}

.colls .collCont ul li span {
	color:#ccc;
	font-weight: 100;
	font-size: 14px;
}

.colls .c1 .collCont ul li {
	background-image: url(../images/bullet1.png);	
}

.colls .c3 .collCont ul li {
	background-image: url(../images/bullet2.png);
}

.colls .c2 .collCont ul li {
	font-size: 16px;
	padding:10px 0 6px 50px;
}

.colls .c2 .collCont ul li a:hover{
color:#eb8529;
}

.colls .c2 .collCont  ul li{
	background-position: 10px 8px;
} 

.colls .c2 .collCont  ul .byt{
	background-image: url(../images/iconSmall1.png);	
}

.colls .c2  .collCont  ul .dom{
	background-image: url(../images/iconSmall2.png);	
}

.colls .c2  .collCont ul .pozemok{
	background-image: url(../images/iconSmall3.png);	
	
}

.colls .c2 .collCont ul .objektyObchodne{
	background-image: url(../images/iconSmall4.png);	
}

.colls .c2 .collCont ul .priestory{
	background-image: url(../images/iconSmall5.png);	
}

.colls .c2  .collCont ul .priemysel{
	background-image: url(../images/iconSmall6.png);	
}

.colls .c2  .collCont ul .objektyOstatne{
	background-image: url(../images/iconSmall7.png);	
}

#cont .contacts {
   height:25px;
	padding:20px 20px 20px 45px;
	background-color: #fff;
	color:#372572;
	font-size: 14px;
	background-image: url(../images/iconLocation.png);
	background-repeat: no-repeat;
	background-position: 20px 18px;
}

#cont .contacts a{
	color:#372572;
}

#cont .contacts .email{
background-image: url(../images/iconMail.png);
	background-repeat: no-repeat;
	padding-left:30px;
	padding-right:20px;
}

#cont .contacts .phone{
background-image: url(../images/iconPhone.png);
	background-repeat: no-repeat;
	padding-left:30px;
	padding-right:30px;
	height:30px;
}

.banners {
	height:60px;
	padding:30px 0 30px 0;
	border-top:solid 5px #ddd;
	border-bottom:solid 5px #ddd;
}

.banners img {
	margin: 0 15px 0 20px;
}

#cont .heading {
	background-color:#ffac63;
	color:#fff;
	display:block;
	height:80px;	
}

#cont .heading .left{
	background-color: #eb8529;
	height:60px;
	position:relative;
	padding:20px 20px 0px 30px;

}

#cont .heading .left span{
	background-color: #fff;
	display:block;
	position: absolute;

	width:40px; 
   height: 0px; 
   border-top: 80px solid #eb8529; 
   border-right: 150px solid #ffac63; 
	top:0;
	right:-180px;
		
}

#cont .heading h1{
	font-size: 24px;
	font-weight:bold;	
}
#cont .heading .sorting {
	padding:20px 20px 0px 20px;
   color:#000;
    margin-top:10px;

}

#cont .heading .sorting form label{
	color:#000;
	float:left;
	padding:7px 7px 0 0;
	
}

#cont .heading.smallFont h1{
	padding-top:25px;
    height:55px;
	font-size:20px;
}

#cont .breadcrumb {
	font-size:10px;
	color:#8086c0;
	padding:10px;
}

#cont .breadcrumb a{
	color:#8086c0;
}

#cont .breadcrumb a:hover{
	color:#372572;
}

#cont .breadcrumb .breadcrumbBtns a:hover{
 	color:#000;
}

#cont .breadcrumb .breadcrumbBtns{
	float:right;
	width:45.5%;
	color:#8c8c8c;
	
}

#cont .breadcrumb .breadcrumbBtns a{
	color:#8c8c8c;
}

#cont .breadcrumb .breadcrumbBtns .left{
	background-image: url(../images/icon_back.png);
	background-repeat: no-repeat;
	padding-left: 20px;	
}

#cont .breadcrumb .breadcrumbBtns .right{
		background-image: url(../images/icon_print.png);
	background-repeat: no-repeat;
	padding-left: 20px;	
}



#cont .contColls h2{
	color:#ff6900;		
	padding:10px 0 10px 20px;
}

#cont h3{
	color:#2b176e;
	padding:10px 0 10px 0;
}

#cont .contColls {
	width:100%;
	display:table;
	margin-bottom:20px;
}


#cont .contColls.headingColls {
	margin-top:20px;
	margin-bottom:0px;
}

#cont .contColls  .coll{
	display: table-cell;	
}


#cont .contColls  .coll:first-child,#cont .contColls  .coll:last-child{
background-color: #fff;	
	width:48.5%;
}

#cont .contColls  .coll.noColor{
	background:transparent;	
}

.pageCont {
	background-color: #fff;
	padding:20px;

}

.pageCont p{
	padding-bottom:10px;
}

.pageCont p:last-child{
	padding-bottom:0px;
}

.pageCont ul {
	padding-bottom:10px;	
}


.pageCont ul li{
  padding-left:25px;
	padding-bottom:5px;
	background-image: url(../images/bullet2.png); 
 background-repeat: no-repeat;
	background-position: 7px 4px;
	
}

.pageCont  a {
	color:#000;
	text-decoration: underline;
}

#list,#detail {
	margin-top:10px;	
}

#list .thumbnail {
	float:left;
	width:200px;	
	position:relative;
	background-color: #fff;
	margin-right:25px;
	margin-bottom:20px;
}

#list .thumbnail.nomargin {
margin-right:0px;
}

#list .thumbnail .photo {
	
}

#list .thumbnail .price {
	position:absolute;
	top:10px;
	right:-5px;
	display:block;
	background-color: #e87a19;
	color:#fff;
	padding:5px 10px 5px 10px;
	font-size: 14px;
	
}

#list .thumbnail .booked {
	position:absolute;
	top:40px;
	right:-5px;
	display:block;
	background-color: #ff0066;
	color:#fff;
	padding:2px 5px 2px 5px;
	font-size: 10px;
	
}

#list .thumbnail .title {
	padding:5px;
	text-align: center;
	font-weight: bold;
	height:30px;
	overflow: hidden;
}

#list .thumbnail .location {
padding:5px;
	text-align: center;
	padding-bottom:10px;
	color:#887b7b;
	height:14px;
	line-height: 20px;
	overflow:hidden;
}
#detail .right{
	width:46%;
}

#detail .left{
	width:52%;
}

#detail .price {
	background-color: #eb8529;
	margin:0px 0 20px 0;
	padding:10px 0 10px 20px;
	font-size: 24px;	
	color:#fff;
}

#detail .thumbnails{
	margin:10px 0 10px 0;
}
#detail .thumbnails img {
	width:139px;
}


#detail .thumbnails a {
	display:block;
	height:104px;
	overflow: hidden;
	float:left;
	margin-left:2px;
	margin-bottom:2px;
}

#detail .virtual{
	margin-bottom:20px;
}
tual#detail .pageCont{
	margin-bottom:20px;
}

#detail .pageCont.detailFrom {
	border:3px solid #eb8529;
}

#footer, #footer a{
  color:#a2a2a2; 
	font-size:11px;
}

#footer .left a{
   margin-right:15px;
}

#footer .right {
	text-align: right;
}

#footer .left, #footer .right {
  padding:10px 0 10px 0 ;
  right:0;		
}

#footerLarge{
	background-color: #dddddd;
	padding:20px 30px 30px 30px ;
	color:#484848;
	font-size: 11px;
	margin:20px 0px 20px 0px;
}

#footerLarge a{
	color: #484848;
}

#footerLarge h4 {
	font-size:18px;
	margin-bottom:30px;
}

#footerLarge .footerColl {
	float:left;
	width:20%;
}

#footerLarge .footerColl:last-child{
	float:right;
	width:15%;
}

#footerLarge ul li {
	padding-bottom:2px;
}


.paging  {
	height: 15px;
	text-align: center;
	font-size: 11px;
	padding: 5px;
	margin-bottom: 20px;
}
.paging a  {
	color: #999;
	border-radius: 5px;
}
.paging .page  {
	background-color: #F1F1F1;
	text-decoration: none;
	padding: 4px 7px 4px 7px;
	font-size: 11px;
	
}
.paging .activ {
	background-color: #999;
	color: #FFFFFF;
}
.paging a:hover {
	background-color: #999;
	color: #FFFFFF;
}
.paging .lbtn {
	height: 16px;
	width: 65px;
	display: block;
	float: left;
	text-decoration: none;
	padding-top: 3px;
	margin-top: -3px;
}
.paging .lbtn:hover , .paging .rbtn:hover{
	background-color: #FFF;	
}
.paging .rbtn {
	height: 16px;
	width: 65px;
	display: block;
	float: right;
	text-decoration: none;
	padding-top: 3px;
	margin-top: -4px;
}

.section{
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	margin-bottom:10px;
}

.section p{
	padding:0;
	margin:0;
}

.section a{
	text-decoration: underline;
	color:#000;
}

.contactForm {
	border-top:1px solid #ccc;
	margin-top:5px;
	padding-top:15px;
}

.contactForm.noborder{
  border:none;
	
}

.contactForm .row{
padding-bottom:10px;
	height:50px;
}

.contactForm .btn{
	float:right;
}

.contactForm .rowLarge{
padding-bottom:10px;
}


.textField,.textFieldArea{
	border:none;
	background-color: #f4f4f4;
	height:28px;
}

.textFieldArea {
	height:68px;
}

#cont form label {
	display:block;
	font-size:11px;
	color:#828c94;
	padding-bottom:2px;
}

#cont form input[type="text"] , #cont form textarea {
	width:100%;
}

.chyba{
	padding:10px;
	color:#fff;
	background-color:#C65D5E;
	border-radius: 5px;
}
#cont .chyba  li {
	background:none;
	padding:10px 0 5px 10px;
}

.mobile{
		display:none;
	}

.oznam{
	padding:10px;
	color:#fff;
	background-color:#7EB76F;	
}



.important {
	padding:10px;
	background: #ff0066;
	color:#fff;
	font-size:14px;
}

.btn {
	background-color:#26126a;
	color:#fff;
	border: none;
	width:200px;
	padding:10px;
	border-radius: 8px;
	cursor: hand; cursor:pointer;
}

.blue {
	color:#372572;
}

.orange {
	color:#eb8529;
}

.white {
	color:#fff;
}

.w50 {
	width:50%;
}

.w48 {
	width:48%;
}

.w33 {
	width:33%
}

.w25 {
	width:25%;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear: both;
	height:0.1px;
	font-size: 0.1px;
}

.slicknav_menu {
	display:none;
}

@media only screen and (max-width:1100px) {
	
	#hero,#hero2 {
		overflow: hidden;
	}
	
	.colls .c2 .collCont ul li {
	font-size: 15px;
	padding:8px 0 5px 50px;
	}

	#cont .contacts  {
		height:auto;
		padding-bottom:30px;
	}
	
	.contacts .left{
		float:none;
		width:100%;
		height:40px;		
	}
	
	.contacts .right.email, .contacts .right.phone {
		float:left;
		width:20%;
		padding:0;
		margin-left:-27px;
	}
	
	.w33 {
		width:32.9%;
	}

	.banners img {
		width:20%;
	}
	
	#list .thumbnail.nomargin {
margin-right:25px;
}
	
	
}




@media screen  and (max-width:860px) {
 .logo {
		display:none;
	}
	
	#top {	
	height:10px;
	}
	
	#menu {
		display:none;
	}
	
	.slicknav_menu {
	
		display:block;
	}

	
	#list .thumbnail {
		margin-left:3%;
	}
	
	.mobile{
		display:block;
	}
	
	.nomobile{
		display:none;
	}

}

@media screen  and (max-width:760px) {
 
  .colls .w33 {
		width:32%;
	}	
  .colls .c1 h2 img, .colls .c2 h2 img, .colls .c3 h2 img{
	display:none;
    }
	
	.colls .collCont {
	height:auto;	
	}
	
	#list .thumbnail {
		margin-left:8%;
	}
	
	
	
	

}


@media screen  and (max-width:641px) {
	
	.colls .w33 {
		width:100%;
	}	
	
	 .colls .c1 h2 img, .colls .c2 h2 img, .colls .c3 h2 img{
	display:block;
    }
	#detail .right, #detail .left{
	     width:100%;
		float:none;
	    overflow:hidden;
}
	
	#detail .mainPhoto img {
		width:100%;
		height:auto;
	}
	
	#detail .virtual{
	   width:100%;	
	}
	
	#detail .virtual iframe{
	   width:100%;	
	}
		#cont .breadcrumb .breadcrumbBtns{
	 float:none;
		width:100%;
		padding-top:15px;
		padding-bottom:5px;
	}
	
}


@media (min-width: 861px) and (max-width: 959px){
	
	
}


@media (min-width: 769px) and (max-width: 860px){
	
}




@media screen  and (min-width: 641px) and  (max-width:759px) {

	

}

@media only screen and (max-width: 480px) {
	#main {
		overflow: hidden;
	}
	
	.banners {
		height:auto;
	}
	
	.banners img  {
		width:85%;
		margin-bottom:10px;
	}
	
	.contacts .left{
		height:80px;
	}
	
	.contacts .right.email, .contacts .right.phone{
		float:none;
		height:30px;
		width:100%;
	}
	
	#hero .mottoShape {
		display:none;
	}
	
	#hero .motto,#hero2 .motto2 {
		display:none;
	}
	
	#hero .searchForm{
		width:70%;
	}
	
	.logo {
		display:none;
	}
	
	#top {	
	height:10px;
	}
	
	.colls .collCont {
		height:auto;
		padding-bottom:10px;
		padding-top:5px;
	}
	
	#cont .contColls  .coll {
		display:block;
	}
	
	#cont .contColls  .coll:first-child,#cont .contColls  .coll:last-child{
	width:99%;
	}
	
	#footer  {
		padding:10px;		
	}
	
	#footerLarge .footerColl {
	width:49%;
     height:200px;
	
	}
	
	#footerLarge .footerColl:last-child{
	   width:99%;
		float:none;
	}
	
	
	
	#list .thumbnail {
		width:99%;
		margin-left:1%;
	}
	
	#list .thumbnail img{
	width:100%;
		height:auto;
	}
	
	#list .thumbnail .title{
		height:15px;
	}
	
	#cont .heading {
	overflow:hidden;	
	}
	
	#cont .heading h1{
	font-size:18px;	
	}
	
	
	
	

	
	
	
	#menu {
		display:none;
	}
	
	.slicknav_menu {
	
		display:block;
	}
	
}



</pre></body></html>