/* Stylesheets and Google fonts import */
@import url("font-awesome.css");
@import url("animations.css");
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600,700italic,700,800&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
/*  CSS definations for Real Spaces  */

/*-------------------------------------------------------------------------------------------*/
/* 0. RESET */
/*-------------------------------------------------------------------------------------------*/
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}


.vel
{
height:100px;

}

.stredni_banner {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	text-align: center;
	padding-right: 15px;
    padding-left: 15px;
}

.stredni_banner img {
	width: 100%;
	max-width: 100%;
}


.cen
{

text-align:center;
}


.motto
{
 font-family: 'Arial', sans-serif;
margin:32px 0 0 20px;
text-align:center;
color:white;
font-size:20px;
color: #282826;
line-height:28px;
}



    dt span.text {

    color:black;
    font-weight: bold !important;

    }

    .pic
    {
    display:block;
    float:left;
    margin-right:10px;
      height:80px;
    }


    .ggg
    {
    
    height:auto;
    background: #f4f4f4;
    }

 #content-div
 {
 background: #00753b;
 padding:15px 0 0 0;
  width:auto;height:150px;text-align:center;color:white;
  line-height:25px;
  font-size:20px;
 }


.rozsir
{
padding:8px 40px;
	background: url(../../../img/Search-icon.png) no-repeat right top;
  line-height:32px;
  font-size: 18px;
}
 .button-search{
    text-shadow: 0px 0px 0px transparent !important;
    margin-bottom: 15px;
    width: 100%;
 }

.zobraz{
	margin-top: 32px;
}
.style-button{
	width: 100px;
	height: 25px;
	background: #4386c5;
	border: 1px solid #00753b;
	color: #fff;
	border-radius: 4px;
}
.style-button:hover{
	background: #173780;
	color: #fff;
	border: 1px solid #00753b;
}
.arx
{
display:none;

}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	outline:none;
}
iframe{
	border:0;
}


.street
{display:none;}


.high
{
display:block;


}

.high2
{
display:block;
height:43px;

}

.logo h1{
	text-indent: -100000px;
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
}
/* ==================================================
   Basic Styles
================================================== */

html, body {
	height: 100%;
}

html, hmtl a{
	width:100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a{
	color:#5e5e5e;
	text-decoration: underline;
	cursor: pointer;

	-webkit-transition: color 0.1s linear 0s;
	   -moz-transition: color 0.1s linear 0s;
		 -o-transition: color 0.1s linear 0s;
		    transition: color 0.1s linear 0s;
}


a:hover{
	text-decoration:none;
}
a:hover,
a:active,
a:focus{
	outline: 0;
	color:#666666;
}
a img {
	border: none;
}
a > img {
	vertical-align: middle;
}
.gray-bg{
	background:#bababa;
}
.gray-text{
	color:#bababa;
}
.lgray-bg{
	background:#f8f8f8;
}
.dgray-bg{
	background:#333333;
}

/*tady to zakomantoval Henzl*/
 /*
img, object, embed, audio, video {
	max-width: 100%;
}

img {
	max-width: 100%;
}

img {
	height: auto;
} 
   */
/*konec*/

strong, .strong {
  	font-weight: 700;
}
p {
	margin: 0 0 20px;
}


i, em, .italic{
	font-style:italic;
}
.uppercase{
	text-transform:uppercase;
}
.align-left{
	float:left;
	margin:0 25px 0 0px!important;
}
.align-right{
	float:right;
	margin:0 0 0 25px!important;
}
.text-align-left {
	text-align: left;
}
.text-align-center {
	text-align: center;
}
.text-align-right {
	text-align: right;
}
.color-text {
    color: #ffffff;
}
.through{
	text-decoration:line-through;
}
.border-radius{
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
}

/* ==================================================
   Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6{
	margin:0 0 15px 0;
	color:#333333;
	font-weight:400;
	line-height:1.5em;
	font-family: 'Arial', sans-serif;
}
h1{
	font-size:36px;
}
h2{
	font-size:30px;
}
h3{
	font-size:24px;
}
h4{
	font-size:16px;
}
h5{
	font-size:16px;
	font-weight:700;
}
h6{
	font-size:12px;
}
.main.statika .container h1{
	font-size: 30px;
}
.main.statika .container h2{
	font-size: 27px;
}
.main.statika .container h3{
	font-size: 24px;
}
.main.statika .container h4{
	font-size: 21px;
}
.main.statika .container h5{
	font-size: 18px;
}
.main.statika .container h6{
	font-size: 15px;
}
.main.statika .container h1,
.main.statika .container h2,
.main.statika .container h3,
.main.statika .container h4,
.main.statika .container h5,
.main.statika .container h6{
	position: relative;
	padding-left: 25px;
}
.main.statika .container h1:before,
.main.statika .container h2:before,
.main.statika .container h3:before,
.main.statika .container h4:before,
.main.statika .container h5:before,
.main.statika .container h6:before{
	background-image: url(../images/sipka.png);
    background-size: 100%;
    background-position: center center;
    width: 16px;
    height: 19px;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 22%;
}
.centralaBlock .container .row{
	background: #fffad7;
	margin-top: 30px;
	
}
.kontakt_nadpis h3{
	margin-left: 15px;
}

.main.statika .container .Ospolecnosti_Zluty_blok h4{
	padding-left: 0;
}
.main.statika .container .Ospolecnosti_Zluty_blok h4:before{
	display: none;
}

.main.statika .container .Ospolecnosti_Zluty_blok ul,  .text-sluzby-block ul{
	padding-left: 15px;
	margin-bottom: 20px;
}
.main.statika .container .Ospolecnosti_Zluty_blok ul li, .text-sluzby-block ul li{
	font-size: 16px;
	color: #252000;
	margin-bottom: 8px;
	list-style-type: disc;
}
.text-sluzby-block{
	background: #fffad7;
	padding: 15px;
	margin-top: 15px;
	margin-bottom: 30px;
	border-radius: 8px;
}

h1.short, h2.short, h3.short, h4.short, h5.short, h6.short, p.short{
	margin-bottom:5px;
}
h1.spaced, h2.spaced, h3.spaced, h4.spaced, h5.spaced, h6.spaced {
    margin-top: 22px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	color:#373737;
	text-decoration:none;
}
.huge{
	font-size:10em;
}
blockquote{
	margin:30px 0;
	padding:0 0 0 30px;
	border-left:3px solid;
}
blockquote p{
	margin-bottom:0;
	white-space:normal;
	font-style:italic;
	font-size:20px;
	font-family: 'Arial', sans-serif;
}
blockquote cite{
	color:#ffffff;
}
blockquote cite:before{
	content:"- ";
}
p{
	font-size:13px;
	line-height:20px;
	margin:0 0 15px 0;
}
p.md{
	font-size:16px;
	line-height:22px;
}
p.lg{
	font-size:30px;
	line-height:1.2em;
}
.big{
	font-size:200%;
	line-height:1.5em;
}
.thin{
	font-weight:300;
}
p.drop-caps:first-child:first-letter {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    padding: 4px;
    font-size: 75px;
	font-family: 'Arial', sans-serif;
    line-height: 60px;
}
p.drop-caps.secondary:first-child:first-letter {
    margin-right: 10px;
    padding: 6px 12px;
    border-radius: 4px;
    color: rgb(255, 255, 255);
}
hr{
	display:block;
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
	width:100%;
	height:1px;
	border:0;
	background:#eee;
}
hr.fw{
	display:block;
	clear:both;
	margin-top:0;
	margin-bottom:50px;
	width:100%;
	height:1px;
	border:0;
	background:#eee;
}
hr.sm{
	display:inline-block;
	margin:15px 0;
	width:40px;
	height:2px;
	border:0;
	background:#eee;
}
ul.checks, ul.angles, ul.carets, ul.chevrons{
	margin-bottom:15px;
}
ul.checks > li, ul.angles > li, ul.carets > li, ul.chevrons > li{
	margin:10px 0;
}
ul.checks > li > i, ul.angles > li > i, ul.carets > li > i, ul.chevrons > li > i{
	margin-right:2px;
}
ul.inline{
	margin:10px 0;
}
ul.inline > li{
	display:inline-block;
	margin-right:10px;
}
ul.inline > li i.fa{
	margin-right:2px;
}

ul.nav-list-primary > li a{
	display:block;
	padding:8px;
	border-bottom:1px solid #efefef;
	color:#666666;
	text-decoration:none;
}    
ul.nav-list-primary > li a:hover{
	text-decoration:none;
}
ul.unordered{
	margin:10px 0 10px 20px;
	list-style-type:disc;
}
ol{
	margin:10px 0 10px 30px;
	list-style-type: decimal;
}
ul.unordered ul, ol ul{
	margin:10px 0 10px 20px;
}
ul.unordered ul{
	list-style-type:circle;
}
dl{
	margin:10px 0;
}
dl dt{
	font-weight:700;
}
address.ico i{
	display:inline-block;
	float: left;
	clear:both;
	padding-top: 3px;
}

  
 .g1
  {
  
  color:#00753B;
  font-weight:100;
  }  

address.ico p{
	margin:0;
	padding-bottom:10px;
}
address.ico span{
	display:inline-block;
	padding-left:20px;
}
.cursive{
	font-family: 'Arial', sans-serif;
	font-style:italic;
	text-transform:none;
	font-weight:400;
	letter-spacing:0;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 400;
  text-transform: uppercase;
}
.form-control{
	margin-bottom:20px;
}

.magobr
{
width:110px;
}

/* ==================================================
   Margin Bottom Sets
================================================== */

.margin-0{
	margin-bottom:0 !important;
}

.margin-10{
	margin-bottom:10px !important;
}

.margin-15{
	margin-bottom:15px !important;
}

.margin-20{
	margin-bottom:20px !important;
}

.margin-30{
	margin-bottom:30px !important;
}

.margin-40{
	margin-bottom:40px !important;
}

.margin-50{
	margin-bottom:50px !important;
}

.margin-60{
	margin-bottom:60px !important;
}

.margin-70{
	margin-bottom:70px !important;
}

.margin-80{
	margin-bottom:80px !important;
}
.push-top{
	margin-top:35px;
}

/* ==================================================
   Padding Sets
================================================== */
.padding-b0{
	padding-bottom:0!important;
}
.padding-tb20{
	padding-top:20px;
	padding-bottom:20px;
}
.padding-tb30{
	padding-top:30px;
	padding-bottom:30px;
}
.padding-tb45{
	padding-top:45px;
	padding-bottom:45px;
}
.padding-tb75{
	padding-top:75px;
	padding-bottom:75px;
}
.padding-tb100{
	padding-top:100px;
	padding-bottom:100px;
}
.padding-tb125{
	padding-top:125px;
	padding-bottom:125px;
}
.padding-as25{
	padding:25px;
}
/* ==================================================
   Spacers
================================================== */
.spacer-20{
	height:30px;
	clear:both;
	width:100%;
}
.spacer-30{
	height:30px;
	clear:both;
	width:100%;
}
.spacer-40{
	height:40px;
	clear:both;
	width:100%;
}
.spacer-50{
	height:50px;
	clear:both;
	width:100%;
}
.spacer-75{
	height:75px;
	clear:both;
	width:100%;
}
.spacer-100{
	height:100px;
	clear:both;
	width:100%;
}

/* ----------------------------------------------------------------------------------------- */
/* Multi purpose classes */
/* ----------------------------------------------------------------------------------------- */
.overlay-transparent{
	background:rgba(0,0,0,.6);
}
.btn{
	border-width: 0;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  	text-decoration:none;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.btn-default{
	border-width:1px;
	box-shadow:none;
	text-shadow:none;
}
.btn:hover, .btn:active, .btn:focus{
  opacity:.9
}
.social-icons a{
	margin:0 8px;
	text-decoration:none;
}
.next-prev-nav{
	display:inline-block;
}
.next-prev-nav a{
	display:inline-block;
	width:20px;
	height:20px;
	color:#fff;
	text-align:center;
	line-height:20px;
	text-decoration:none;
}
.next-prev-nav a:hover{
	color:#fff;
}
.meta-data{
	display:block;
	margin-bottom:10px;
	font-size:12px;
	font-style:italic;
	color:#999999;
	padding:0!important;
	border-bottom-width:3px!important;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.meta-data a{
	color:#666666;
}
.meta-data a i{
	color:#999999;
}
.meta-data a:hover{
	text-decoration:none;
}
.meta-data > span{
	display:inline-block;
	padding:10px 20px;
	border-right:1px solid #efefef;
}
.meta-data i{
	margin-right:4px;
}
.meta-data > span:last-child{
	border-right:0;
}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.media-box{
	position:relative;
	display:block;
	max-width:100%;
}
.media-box .zoom, .media-box .expand{
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
	color:#ffffff!important;
	font-size:1.5em;
	z-index:999;
	left:0;
	top:0;
	margin:0;
	background-color:rgba(0,0,0,.5);
	opacity:0;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
}
.img-thumbnail img:hover, .img-thumbnail:hover{
	opacity:.9
}
.media-box:hover .zoom, .media-box:hover .expand{
	opacity:1;
	-webkit-transition: opacity .3s .2s;
	-moz-transition: opacity .3s .2s;
	-ms-transition: opacity .3s .2s;
	-o-transition: opacity .3s .2s;
	transition: opacity .3s .2s;
}
.selectpicker{
	font-weight:400;
	padding-top:5px;
	padding-bottom:5px;
}
.input-lg .selectpicker{
	padding-top:12px;
	padding-bottom:11px;
}
.bootstrap-select.form-control{
	margin-bottom:20px!important;
}
.bootstrap-select.margin-0{
	margin-bottom:0px!important;
}

/*-------------------------------------------------------------------------------------------*/
/* SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
body{
	background-color:#ffffff;
	color:#666666;
	font-size:13px;
	font-weight:400;
	font-family: 'Arial', sans-serif;
	line-height:20px;
	background-attachment:fixed;
}
body.boxed .body{
	position:relative;
	margin:25px auto;
	max-width:1080px;
	width:100%;
	height:auto;
	background-color:#ffffff;
	-webkit-box-shadow:0 0 2px rgba(0,0,0,.2);
	-moz-box-shadow:0 0 2px rgba(0,0,0,.2);
	box-shadow:0 0 2px rgba(0,0,0,.2);
}
@media (min-width: 1200px) {
body.boxed .body .site-header, body.boxed .body .main-menu-wrapper{
	max-width:100%;
	width:1080px;
}
}

.site-header{
	width:100%;
}
.top-header{
	height:30px;
}
.middle-header{
	
	position:relative;
	z-index:8;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.1);
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}
h1.logo{
	position:relative;
	z-index:1300;
	display: block;
	width: 100%;
	margin:0;
	padding: 0 0px 0 0;
	

}
h1.logo a{
	display: block;
}
h1.logo img{
	display: block;
	margin: 0 auto;
}


.clen{
	position:relative;
	z-index:1300;
	display: table;
	margin:0;
	padding: 33px 0 0;
	height:70px;
	vertical-align: middle;
	line-height: 0;

	float:right;
}
.clenx{
	display: block;

	margin-left: auto;
	margin-right: auto;
	width: 100%;
  width:233px;
  float:left;
}
 .clen2x{
	display: block;
  float:right;
	margin-left: auto;
	margin-right: auto;
width:55px;
	margin-right: 20px;
}

.star
{
margin:15px 0 0 0;
float:left;

}

.logo a{
	display:table-cell;
    vertical-align:middle;
	text-decoration:none;
}
.horiz-nav > li{
	float:left;
}
.horiz-nav > li > a{
	display:inline-block;
	padding:0 20px;
	line-height:30px;
	text-decoration:none;
	border-right:1px solid rgba(0,0,0,.1);
	color: #fff;
}
.horiz-nav > li > a:hover{
	background:rgba(0,0,0,.05)
}
.horiz-nav > li:first-child > a{
	border-left:1px solid rgba(0,0,0,.1);
}
.horiz-nav a{
	text-decoration:none;
}
.boxed .horiz-nav.pull-left li:first-child a{
	border-left:0;
}
.boxed .horiz-nav.pull-right li:last-child a{
	border-right:0;
}
.contact-info-blocks{
	text-align:right;
}
.contact-info-blocks > div{
	display:inline-block;
	margin:20px 0 0 0;
	padding:0 20px;
	border-right:1px solid #efefef;
	color:#999;
	text-align:left;
}
.contact-info-blocks > div:last-child{
	border-right:0;
	padding-right:0;
}
.contact-info-blocks > div > span{
	display:block;
	font-family: 'Arial', sans-serif;
	font-size:16px;
	color:#666;
}
.site-header .menu-toggle{
	font-size:18px;
	margin:30px 10px 0 0;
	float:right;
}
.site-header .menu-toggle:focus{
	outline:0;
}
.main-menu-wrapper{
	display:block;
	position:relative;
	background:#fff;
	z-index:6;
	width:100%;
  border-bottom: 1px solid white;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.1);
	box-shadow:0 1px 2px rgba(0,0,0,.1);
	background:#fffad7;
}
.navigation{
	height:90px;
	text-align:center;
}
.navigation > ul > li{
	float:left;
	font-size:15px;
	position:relative;
}
.navigation > ul > li i{
	font-size:11px;
	margin-left:5px;
}
.navigation > ul > li > a{
	padding:15px 20px;
	display:block;
	text-decoration:none;
	border-right:1px solid rgba(0,0,0,.05);
  line-height: 4;
}
.navigation > ul > li:first-child > a{
	border-left:1px solid rgba(0,0,0,.05);
}
.navigation ul > li:hover > a, .navigation ul > li.current_menu_item > a{
	border-top-width:3px;
	border-top-style:solid;
	padding:12px 20px 15px 20px;
	background:#fff;

}


.navigation ul > li > a.active{
	border-top-width:3px;
	border-top-style:solid;
	padding:12px 16px 15px 16px;
			background:#ffff;
			border-top-color: #fbba00;
  
  }
  .navigation ul > li > ul.dropdown > li > a.active{
	border-top-width:0px;
	border-top-style:solid;
	padding:4px 20px 4px 40px;
			background:#ffff;
			border-top-color: #fbba00;
  
  }   
.navigation > ul > li ul{
	position:absolute;
	top:100%;
	left:0;
	z-index:999;
	display:none;
	min-width:100%;
	height:auto;
	background:#fff;
	text-align:left;
	box-shadow:0 2px 2px rgba(0,0,0,.3);
}
.navigation > ul > li:hover ul{
	display:block;
}
.navigation > ul > li > ul li{
	line-height: normal;
	font-size:15px;
	position:relative;
}
.navigation > ul > li > ul li > a{
	display:block;
	padding:6px 25px;
	border-bottom:1px solid #f8f7f3;
	white-space:nowrap;
	text-decoration:none;
  padding-left: 40px;
}


.navigation > ul > li > ul li > strong{
	display:block;
	padding:6px 25px;
	border-bottom:1px solid #f8f7f3;
	white-space:nowrap;
	text-decoration:none;
  color: #000;
  font-weight: 900;
}



.navigation > ul > li > ul > li:hover > a, .navigation > ul > li > ul > li > ul > li:hover > a{
	text-decoration:none;
	padding:6px 25px;
	color:#ffffff;
	border-top:0;
  padding-left: 40px;
}
.navigation > ul > li > ul li:last-child a{
	border-bottom:0;
}
.navigation > ul > li > ul li ul{
	left:100%!important;
	top:0;
	min-width: inherit;
	position:absolute;
	box-shadow:0 2px 2px rgba(0,0,0,.3);
}
.boxed .navigation > ul > li:first-child a{
	border-left:0;
}
.boxed .navigation > ul > li:last-child a{
	border-right:0;
}
.sticky-wrapper{
	max-height:91px;
}
.is-sticky .main-menu-wrapper{
	z-index:10000;
	min-height:50px;
	background-color:#fffad7;
	-webkit-box-shadow:0 1px 0 rgba(0,0,0,.1);
	-moz-box-shadow:0 1px 0 rgba(0,0,0,.1);
	box-shadow:0 1px 0 rgba(0,0,0,.1);
}
.is-sticky .navigation{
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
/* Site Showcase */
.site-showcase{
	position:relative;
	z-index:4;
	background: url('../images/bg2.jpg') center/cover no-repeat;
}
/* Hero Slider */
.flexslider {
	margin: 0;
	padding: 0;
	background:url(../images/loader.gif) no-repeat scroll center center;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
.flexslider .slides {
	zoom: 1;
}
.slider-mask{
	width:100%;
	height:450px;
	position:absolute;
	z-index:5;
	display:block;
	display:none;
}
.hero-slider{
	position:relative;
	top:0;
	left:0;
	z-index:2;
	height:442px;
	width:100%;
	overflow:hidden;
}
.hero-slider .flex-viewport{
	width:100%;
}
.hero-slider.flexslider > ul.slides{
	height:100%;
}
.hero-slider.flexslider ul.slides li{
	height:450px;
	width:100%;
	overflow:hidden;
	position:static;
	background-attachment:scroll!important
}
.flex-caption{
	display:none;
	margin:0 auto;
	margin-top:110px;
	text-align:center;
	width:230px;
	background:#ffffff;
	border-top:3px solid rgba(0,0,0,.8);
	position:absolute;
	right:50%;
	margin-right:-500px;
	position:relative;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.flex-caption strong.title{
	font-size:20px;
	display:block;
	font-weight:normal;
	padding:20px;
	padding-bottom:10px
}
.flex-caption strong.title em{
	font-style:italic;
	font-size:14px;
	font-weight:400;
	color:#999999;
}
.flex-caption .btn{
	-webkit-border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	border-radius:0 0 3px 3px;
	margin-top:10px;
}
.flex-caption .fa-caret-down{
	color:#ffffff;
	position:absolute;
	left:-9px;
	top:0;
	font-size:30px;
}
.flex-caption .hero-agent-pic{
	border:3px solid #ffffff;
	border-radius:100%;
	width:80px;
	height:80px;
	position:absolute;
	left:-100px;
	top:-30px;
	z-index:2;
	-webkit-box-shadow:inset 0 0 8px rgba(0,0,0,.3), 0 0 3px rgba(0,0,0,.3);
	box-shadow:inset 0 0 8px rgba(0,0,0,.3), 0 0 3px rgba(0,0,0,.3);
}
.flex-caption .hero-agent-contact{
	position:absolute;
	left:-115px;
	top:20px;
	z-index:3;
	background:#f8f8f8;
	border:3px solid #ffffff;
	border-radius:100%;
	width:40px;
	height:40px;
	text-align:center;
	line-height:33px;
	-webkit-box-shadow:inset 0 0 1px rgba(0,0,0,.1), 0 0 3px rgba(0,0,0,.3);
	box-shadow:inset 0 0 1px rgba(0,0,0,.1), 0 0 3px rgba(0,0,0,.3);
}
.flex-caption .hero-agent-contact:hover{
	background:#efefef;
}
.flexslider .flex-control-nav{
	width:100%;
	text-align:center;
	position:absolute;
	z-index:111;
	left:0;
	bottom:10px;
	padding:0;
	margin:0;
}
.hero-slider.flexslider .flex-control-nav{
	bottom:-40px;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
}
.hero-slider.flexslider:hover .flex-control-nav{
	bottom:10px;
	-webkit-transition: bottom .3s .2s;
	-moz-transition: bottom .3s .2s;
	-ms-transition: bottom .3s .2s;
	-o-transition: bottom .3s .2s;
	transition: bottom .3s .2s;
}
.flexslider .flex-control-nav li{
	display:inline;
}
.flexslider .flex-control-nav a{
	width:25px;
	height:8px;
	background-color:#ffffff;
	display:inline-block;
	margin:0 6px;
	text-indent:-9999px;
	text-decoration:none;
}
.flexslider .flex-prev, .flexslider .flex-next{
	color:#fff;
	display:block;
	margin-bottom:10px;
	position:absolute;
	top:50%;
	right:10px;
	font-size:80px;
	line-height:25px;
	width:25px;
	height:25px;
  	display: inline-block;
  	font-family: FontAwesome;
  	font-style: normal;
  	font-weight: normal;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	text-decoration:none;
	display: block;
	text-align:center;
	border-radius:5px;
	z-index: 100000000;
	opacity: 1;
	
}
.flexslider .flex-prev:hover, .flexslider .flex-next:hover{
  color: #181717;
}

.slider-reference{
	position: relative;
}
.slid-ref .flex-prev, .slid-ref .flex-next{
	color:#646464;
	margin-bottom:10px;
	position:absolute;
	top:50%;
	right:10px;
	font-size:30px;
	line-height:25px;
	width:25px;
	height:25px;
  	display: inline-block;
  	font-family: FontAwesome;
  	font-style: normal;
  	font-weight: normal;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	text-decoration:none;
	display: block;
	text-align:center;
	border-radius:5px;
	z-index: 100000000;
	opacity: 1;
}

.flexslider .flex-prev{
	left:10px;
	right:auto;
}
.flexslider .flex-prev:before{
  content: "\f104";
}
.flexslider .flex-next:before{
  content: "\f105";
}
.slid-ref .flex-prev:before{
  content: "\f104";
}
.slid-ref .flex-next:before{
  content: "\f105";
}
.hero-slider.flexslider .flex-prev, .hero-slider.flexslider .flex-next{
	width:40px;
	height:40px;
	right:10%;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
	
	line-height:40px;
	display:block;
	margin-top:-20px;
}
.flexslider:hover .flex-prev, .flexslider:hover .flex-next{
	display:block;
}
.hero-slider.flexslider .flex-prev{
	left:10%;
}
.slid-ref .flex-prev{
	left: 20%;
}
.slid-ref .flex-next{
	right: 20%;
}
.map_container,#pano_cont,#pano
{
width:100%;max-height:570px;
height:570px;

}

#gmap{
	height:570px;
	overflow:hidden;
  	position: relative;
}
#gmap.map-single-page{
	height:200px;
}
#gmap img {
  	max-width: none;
}
#gmap .map-property {
  	padding-bottom: 10px;
  	width: 310px;
}
#gmap .property-featured-image {
	margin-bottom:10px;
	margin-right:20px;
	float:left;
}
.site-search-module{
	position:absolute;
	z-index:8;
	height:190px;
	bottom:-107px;
	left:0;
	width: 100%;
}
.site-search-module-inside{
	padding:10px 15px 0;
	height:175px;
	background:#f8f8f8;
	border-top:3px solid rgba(0,0,0,.8);
	border-radius:15px 15px 0 0
}
.site-search-module-inside .btn{
	padding-top:14px;
	padding-bottom:12px;
}
.site-search-module-inside .selectpicker.btn{
	padding-top:12px;
}
#ads-trigger{
	display:inline-block;
	padding-top:11px;
	padding-bottom:11px;
}
.main{
	position:relative;
	background:#ffffff;
	-webkit-box-shadow:0 -2px 2px rgba(0,0,0,.05);
	-moz-box-shadow:0 -2px 2px rgba(0,0,0,.05);
	box-shadow:0 -2px 2px rgba(0,0,0,.05);
}
.home .main{
	z-index:5;
}
.content{
	padding:50px 0;
}
.featured-blocks{
	margin-bottom:10px;
}
.featured-block{
	position:relative;
	text-align:center;
}
.featured-block img{
	width:50%;
	display:inline-block;
	border-radius:100%;
	margin-bottom:10px;
}
.featured-block p{
	padding:0 10%;
	margin-bottom:0;
}
.property-block{
	
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
	background:#ffffff;
}
.property-block .dalsi-nemovitost-blok{
		margin-bottom: 0px;
}

.property-block:hover{
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
}
.property-featured-image, .agent-featured-image{
	display:block;
	position:relative;
}
.property-featured-image img, .agent-featured-image img{
	min-width:100%;
}
.overlay{
	width:100%;
	height:100%;
	line-height:100%;
	position:absolute;
	left:0;
	top:0;
	color:#fff;
	font-size:24px;
	text-align:center;
	display:block;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
	opacity:0;
	background:rgba(0,0,0,.4);
}
.property-featured-image:hover .overlay, .agent-featured-image:hover .overlay{
	-webkit-transition: opacity .3s .2s;
	-moz-transition: opacity .3s .2s;
	-ms-transition: opacity .3s .2s;
	-o-transition: opacity .3s .2s;
	transition: opacity .3s .2s;
	opacity:1;
}
#featured-properties .overlay{
	line-height:160px!important;
}
.property-featured-image .images-count{
	position:absolute;
	bottom:0;
	right:0;
	z-index:9;
	color:#ffffff;
	background:rgba(0,0,0,.5);
	padding:5px 10px;
}
.property-featured-image .badges{
	position:absolute;
	z-index:0;
	left:10px;
	top:10px;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	background:#fff;
	font-weight:700;
}
.property-info, .agent-info{
	padding:15px;
	display:block;
	border-bottom:1px solid #efefef;
}
.property-amenities{
	background:#f8f8f8;
}
.property-amenities > span{
	display:block;
	width:25%;
	float:left;
	padding:4px 0 4px 0;
	text-align:center;
	font-size:11px;
	text-transform:uppercase;
	border-right:1px solid #efefef;
}
.property-amenities > span:last-child{
	border-right:none;
}
.property-amenities > span > strong{
	display:block;
	font-size:14px;
}
.property-info h4, .agent-info h4{
	margin-bottom:0;
}
.property-info .location{
	display:block;
	font-size:100%;
	padding:0 0 10px 0;
}
.price, .counts{
	display:inline-block;
	background:#666;
	color:#fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	height:30px;
}
.price strong, .counts strong{
	background:rgba(0,0,0,.1);
	padding:0 7px;
	-webkit-border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;
	line-height:30px;
	height:30px;
	display: inline-block;
	font-weight:400;
}
.price span, .counts span{
	padding:0 7px;
	line-height:30px;
	height:30px;
	font-weight:700;
}
#latest-properties .property-block{
	margin-bottom:40px;
}
.block-heading-fw{
	background:#fff;
	padding:10px 0;
	-webkit-box-shadow:0 2px 0 rgba(0,0,0,.07);
	box-shadow:0 2px 0 rgba(0,0,0,.07);
}
.block-heading-fw h3{
	margin-bottom:0;
}
.block-heading-fw .btn-sm{
	margin-top:5px;
}
.sort-source a{
	text-decoration:none;
}
.block-heading{

    background: -webkit-linear-gradient(#ffd500 , #ffd500); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffd500 , #ffd500); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffd500 , #ffd500); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffd500 , #ffd500); /* Standard syntax */

/*	background:#173780 !important;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;*/
	border-radius:3px 3px 3px 3px;
	height:50px;
	margin-bottom:30px;
}
.block-heading h4{
	
      background: -webkit-linear-gradient(#ffd500 , #ffd500); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffd500 , #ffd500); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffd500 , #ffd500); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffd500 , #ffd500); /* Standard syntax */
  line-height:49px;
  font-weight: 400;
	color:#000;
  
	display:inline-block;
	padding-right:20px;
	-webkit-border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	border-radius:3px 3px 3px 3px;
	font-size: 20px;
}
.block-heading .heading-icon{
	background:#ffd500;
	width:50px;
	text-align:center;
	margin-right:20px;
	display:inline-block;
	-webkit-border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;
	position:relative;
	padding-top: 1px;
}
.block-heading .heading-icon .icon-design{
	color:#ffd500;
	font-size:20px;
	position:absolute;
	right:-7px;
	top:16px;
}
.block-heading .btn-sm{
	margin:12px 17px 0 0 ;
}
.bottom-blocks h3{
	margin-bottom:30px;
}
.features-list li .icon{
	font-size:30px;
	line-height:40px;
	float:left;
	width:15%;
}
.features-list li .text{
	float:left;
	width:85%;
}
.features-list li .text h4{
	margin-bottom:5px;
}
.popular-agent .img-thumbnail{
	margin-bottom:15px;
}
.contact-info li{
	margin:5px 0;
	border-bottom:0!important;
	white-space:nowrap;
}
.contact-info li i{
	margin-right:7px;
}
.testimonials > li{
	border-bottom:0!important;
}
.testimonials > li > p{
	border:1px solid #efefef;
	background:#fff;
	padding:25px;
	position:relative;
}
.testimonials > li > p:before, .testimonials > li > p:after {
	content: "";
   	position: absolute;
   	width: 0;
   	height: 0;
   	border-style: solid;
   	border-color: transparent;
   	border-bottom: 0;
}
.testimonials > li > p:before {
  	bottom: -9px;
  	right: 31px;
	border-top-color: #efefef;
  	border-width: 10px;
}
.testimonials > li > p:after {
  	bottom: -8px;
  	right: 32px;
  	border-top-color: #fff;
  	border-width: 9px;
}
.testimonials > li .testimonial-sender{
	float:right;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	width:80px;
	height:80px;
	border:3px solid #fff;
	-webkit-box-shadow:0 0 2px #efefef;
	box-shadow:0 0 2px #efefef;
}
.testimonials > li cite{
	display:block;
	margin-top:40px;
}
.testimonials > li cite a{
	text-decoration:none;
	color:#999;
}
.site-footer{
	
	padding:30px 0 0 0;

}
.site-footer-bottom{
	background-color:#eee;
	border-top:1px solid #9d9e9e;
	padding:10px 0;
	font-size:12px;
}
.site-footer-bottom p{
	margin-bottom:0;
	font-size:12px;
}
.site-header .social-icons{
	margin-top:30px;
}
.site-footer-bottom .social-icons{
	text-align:right;
}
.site-footer-bottom .social-icons a{
	color:#fff;
	text-align:center;
	display:inline-block;
	margin:0 0 0 8px;
	text-decoration:none;
}

/* Property Listing */
.property-listing > ul > li, .agents-listing > ul > li{
	border:1px solid #eee;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
	background:#ffffff;
	margin-bottom:25px;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:5px;
	padding-right:5px;
}
.property-listing > ul > li:hover, .agents-listing > ul > li:hover{
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}
.property-listing > ul > li:last-child, .agents-listing > ul > li:last-child{
	margin-bottom:0;
}
.property-listing .property-info, .agents-listing .agent-info{
	padding:0 0 10px 0;
	margin-top:-8px;
	border-bottom:0;
}
.property-listing .property-amenities{
	border-bottom:3px solid #efefef;
}
.property-listing .property-amenities strong{
	display:inline-block;
	margin-right:5px;
}
.agent-contacts li{
	display:inline-block;
	margin:5px 20px 0 0;
}
.property-listing .property-info .price, .agents-listing .agent-info .counts{
	float:right;
	margin-top:5px;
}
.property-listing h3{
	margin-bottom:0;
}
.property-grid > ul > li, .property-grid > ol > li, .timeline-body ul li {
	margin-bottom:10px;
	font-size: 16px;
	color: #252000;
	font-weight: 300;
	position: relative;
	list-style-type: disc;
}
.text-sluzby-block ol li{
	margin-bottom:10px;
	font-size: 16px;
	color: #252000;
	font-weight: 300;
}
/*.property-grid > ul, .timeline-body ul li{
	padding-left: 25px;
}*/
/*.property-grid > ul >li:before, .timeline-body ul li:before{
	content: '';
	width: 14px;
	height: 16px;
	display: block;
	position: absolute;
	left: -25px;
	top: 2px;
	background: url('../images/sipka.png') no-repeat center center;
	background-size: 100%;
}**/
 .timeline-body ul li:before{
	left: 0px;
}
.toggle-view{
	margin:15px 20px 0 0;
}
.toggle-view a{
	margin-left:10px;
	color: #888;
	font-size:20px;
}
.toggle-view a.active{
	color:#333;
}
.toggle-view a:hover{
	color: #333;
}
  .pagination{
position:relative;
display:block;

	margin-top:0px;
	margin-bottom:0; float:left;
}
.content-box-height{
	min-height: 650px;
}


.full-search-form{
	padding:15px;
	background:#efefef;
}
.full-search-form label{
	margin-top:0;
	padding-top:0;
	line-height:normal;
}
.page-header{
	margin:0;
	position:relative;
	padding:40px 0;
	border:0;
	background-color:#666;
}
.page-header h1{
	
	color:#000;
	margin-bottom:0;
	line-height:1em;
	font-size: 35px;	
	padding-left: 35px;
	position: relative;
}
.page-header h1:before{
	background-image: url('../images/sipka.png');
	background-size: 100%;
	background-position: center center;
	width: 28px;
	height: 32px;
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0px;
}
.page-header p{
	color:#d8d6d1;
	margin:0;
}
.single-property .property-amenities{
	border-bottom:3px solid #efefef;
}
.single-property .property-amenities span{
	font-size:14px;
	width:20%
}
.single-property .property-amenities strong{
	display:inline-block;
	margin-right:5px;
}
.single-property h2.page-title{
	margin-bottom:10px;
}
.location{
	font-size:60%;
	color:#999;
	font-family: 'Arial', sans-serif;
	font-style:italic;
}
.location > i{
	opacity:.7;
}
.single-property .price{
	margin-bottom:22px;
	color:#fff;
}
.single-property .tabs{
	margin-bottom:0;
}
.single-property .agent{
	padding:25px;
	margin-bottom:30px;
	background:#f8f8f8;
}
.property-slider{
	margin:25px 0 35px 0;
}
.property-slider #property-images, .property-slider #property-images2 {
	position:relative;
	text-align:center;
}
.property-slider #property-images img, .property-slider #property-images2 img {
	width:100%;
	height:auto;
}
.property-slider #property-thumbs{
	position:relative;
	background:#efefef;
	padding:10px;
}
.property-slider #property-thumbs .flex-prev{
	left:20px;
	margin-top:-10px;
}
.property-slider #property-thumbs .flex-next{
	right:20px;
	margin-top:-10px;
}
.property-slider #property-thumbs .slides li{
	margin:0 8px;
}
.property-slider #property-thumbs img{
	cursor:pointer;
	opacity:.7;
}
.property-slider #property-thumbs .flex-active-slide img{
	opacity:1;
}
.single-agent .contact-details{
	margin:20px 0;
}
.single-agent .counts{
	margin-top:10px;
}
.single-agent h2{
	margin-bottom:30px;
}
.grid-holder{
	width: 105%;
	margin-left: -3%;
	float: left;
}
.grid-holder .grid-item{
	float: left;
}
.grid-item, .gallery-item{
	margin-bottom: 3%;
	border-bottom: medium none;
}
.grid-item-inner{
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	background:#ffffff;
}
.grid-holder .grid-item{
	margin-left: 3%;
}
.grid-holder.col-2 .grid-item{
	width:49%;
}
.grid-holder.col-3 .grid-item{
	width:29.63%;
}
.grid-holder.col-4 .grid-item{
	width:21%;
}
.grid-media{
	position:relative;
}
.grid-content{
	padding:15px 20px 1px 20px;
}
.grid-content .fa-external-link{
	margin-left:10px;
}
.events-grid .grid-item{
}
.grid-item h3{
	line-height:1em;
}
.post-title{
	margin-bottom:0;
	padding-bottom:6px;
}
.post-content{
	padding-top:20px;
}
.post-content .featured-image{
	margin-bottom:20px;
}
.single-post-header{
	margin-bottom:0;
}
.posts-archive .post{
	margin-bottom:40px;
	padding-bottom:25px;
	border-bottom:1px solid #efefef;
}
.posts-archive .post:last-child{
	margin-bottom:0;
}
.format-quote .grid-content p{
	font-size:24px;
	line-height:30px;
	font-style:italic;
}
.single-post-header .btn-toolbar{
	margin-top:8px;
}
.post-comments-count{
	margin-top:15px;
}
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}
.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #eee;
	left: 50%;
	margin-left: -1.5px;
}
.timeline > li {
	margin-bottom: 20px;
	position: relative;
}
.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li > .timeline-panel {
	width: 46%;
	float: left;
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 20px;
	padding-top:10px;
	position: relative;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}
.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 29px;
	right: -10px;
	display: inline-block;
	border-top: 10px solid transparent;
	border-left: 10px solid #eceae4;
	border-right: 0 solid #eceae4;
	border-bottom: 10px solid transparent;
	content: " ";
}
.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 30px;
	right: -9px;
	display: inline-block;
	border-top: 9px solid transparent;
	border-left: 9px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 9px solid transparent;
	content: " ";
}
.timeline > li > .timeline-badge {
	color: #fff;
	width: 50px;
	height: 50px;
	padding-top:11px;
	font-size: 12px;
	line-height:12px;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -25px;
	background-color: #eee;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}
.timeline > li > .timeline-badge span{
	font-size:14px;
	display:block;
	line-height:16px;
}
.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 10px;
	left: -10px;
	right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 9px;
	left: -9px;
	right: auto;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-title a{
	text-decoration:none;
}
.timeline-body > p:last-child,
.timeline-body > ul:last-child {
	margin-bottom:0;
}
.timeline-body > p + p {
	margin-top: 5px;
}
.error-404{
	text-align:center;
}
.error-404 h2{
	font-size:80px;
}
.image-placeholder{
	background:#eee;
	height:100px;
	line-height:100px;
	text-align:center;
	font-weight:700;
	margin-bottom:20px;
}

/* Widgets */
.widget{
	margin-bottom:40px;
}
.widget .widgettitle, .widgettitle{
	border-bottom:1px solid #efefef;
	margin-bottom:25px;
	padding-bottom:5px;
	text-transform:uppercase;
	font-size:16px;
}
 .widget .pole1x ul > li, .widget .podkategorie ul > li {
	padding:0 0 5px 0;
	margin-bottom:5px;
	border-bottom:1px solid #efefef;
}




.widget a{
	text-decoration:none;
}
.widget .meta-data{
	margin-bottom:0;
}
.tag-cloud a{
	display:inline-block;
	margin-right:7px;
	margin-bottom:7px;
	padding:2px 8px;
	border:1px solid #eeeeee;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#f8f8f8;
	font-size:12px;
	text-decoration:none;
}
.tag-cloud a:hover{
	text-decoration:none;
}
.widget-recent-posts .post-image{
	width:30%;
	float:left;
	margin-right:5%;
}
.widget-recent-posts .widget-blog-content{
	float:left;
	width:65%;
}
.widget-recent-posts .widget-blog-content > a{
	font-weight:bold;
	display:block;
	margin-top:0;
}
.widget-recent-posts .fa-angle-right{
	display:none;
}
.widget-recent-posts .fa-plus{
	margin-right:0;
}
.widget-recent-posts ul li a{
	padding:12px 0;
	text-decoration:none;
}
.widget-recent-posts ul li:first-child a{
	padding-top:8px;
}
.widget-gallery ul{
	margin-left:-3%;
}
.widget-gallery ul li{
	float:left;
	width:30%;
	margin-left:3%;
	margin-bottom:20px;
	border-bottom:0;
	padding:0;
}
.widget-gallery ul li i{
	display:none;
}
.featured-properties-widget .property-block{
	padding-bottom:0;
	margin-bottom:20px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	border:0;
}
.featured-properties-widget .property-block:last-child{
	margin-bottom:0;
}
.featured-properties-widget .property-featured-image{
	width:100%;
}
.featured-properties-widget .property-info{
	width:100%;
	padding:10px 0px;
	border-bottom:0;
}
.widget-agents .badge{
	margin-top:8px;
}
.widget-properties .price{
	margin-top:8px;
}

.additional-amenities > span{
	padding:10px;
	display:inline-block;
	margin:0 5px 10px 0;
	background:#f8f8f8;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.additional-amenities > span.navailable i{
	color:#999;
}
.properties-table th{
	font-weight:700;
}
.table tbody tr td{
	vertical-align:middle;
}
.properties-table .action-button{
	margin-left:20px;
	font-weight:bold;
	text-decoration:none;
}
.properties-table .action-button i{
	font-size:16px;
}

.post-meta{
	background-color:#f8f8f8;
	border-bottom:1px solid #efefef;
	padding:10px 20px;
	font-size:12px;
}
.post-meta i{
	margin-right:5px;
	font-size:14px;
}
.post-comments{
	margin:30px 0 0 0;
}
.comments{
	margin:0;
	list-style-type:none;
}
.comments li{
	margin-bottom:25px;
}
.comments li .post-comment-block{
	padding:25px;
	padding-bottom:5px;
	border:1px solid #efefef;
	border-bottom-width:2px;
	background:#ffffff;
}
.comments li.admin > .post-comment-block{
	background-color:#f8f7f3;
}
.comments li .img-thumbnail{
	float:left;
	margin-right:20px;
}
.comments li h5{
	margin-bottom:5px;
}
.comments li ul{
	padding-top:25px;
	padding-left:50px;
}
.post-comment-form{
	margin:30px 0 0 0;
	border-bottom:0;
}
.post-comment-form .form-control{
	margin-bottom:20px;
}
.gallery-filter ul{
	float:right;
}
#message{
	margin-top:10px;
}
#clients-slider li{
	text-align:center;
}
#contact-map{
	padding:0;
}
#back-to-top{
	position:fixed;
	z-index:999;
	right:17px;
	bottom:17px;
	display:none;
	padding:5px 12px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background:rgba(0,0,0,.7);
	color:#ffffff;
}

/*-------------------------------------------------------------------------------------------*/
/* SHORTCODE DEFINATIONS */
/*-------------------------------------------------------------------------------------------*/
/* ==================================================
   Tabs
================================================== */
.tabs{
	margin-bottom:25px;
}
.nav-tabs{
}
.nav-tabs li{
	position:relative;
	display:block;
	float:left;
	margin-right:1px;
}
.nav-tabs li a{
	display:block;
	padding:10px 20px;
	background:#efefef;
	text-decoration:none;
}
.nav-tabs li > i{
	color:#efefef;
}
.nav-tabs li > i{
	position: absolute;
	bottom: -10px;
	font-size: 16px;
	width: 20px;
	left: 50%;
	margin-left: -10px;
}
.nav-tabs li a:hover{
	color:#fff;
	background:#666;
	text-decoration:none;
}
.nav-tabs li a:active, .nav-tabs li.active a{
	color:#fff;
	background:#666;
}
.tab-content{
	padding:20px 0;
	background:#ffffff;
}
.tab-content > .tab-pane{
	display:none;
}
.tab-content > .active{
	display:block;
}
/* ==================================================
   Accordion & Toggle
================================================== */
.accordion {
  	margin-bottom: 35px;
}

.accordion-group {
  	margin-bottom: 8px;
  	border: none;
  	-webkit-border-radius: 0;
       -moz-border-radius: 0;
          	border-radius: 0;
}

.accordion-heading {
  	border-bottom: 0 none;
}

.accordion-heading .accordion-toggle {
	position: relative;
  	display: block;
  	padding: 15px;
	background:#f8f8f8;
	text-decoration:none;
	font-size: 13px;
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
}

.accordion-toggle {
  	cursor: pointer;
}
.accordion-toggle:hover{
	text-decoration:none;
}
.accordion-heading:hover .accordion-toggle,
.accordion-heading:hover .accordion-toggle.inactive {
	background:#666;
	color:#fff;
}
.accordion-heading .accordion-toggle.active {
	color:#fff;
	background:#666;
}
.accordion-heading .accordion-toggle.inactive {
	background:#f8f8f8;
}
.accordion-heading.accordionize .accordion-toggle i,
.accordion-heading.togglize .accordion-toggle i {
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -8px 0 0 0;
    color: #666;
    font-size: 18px;
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
}
.accordion-heading:hover .accordion-toggle i {
	color: #fff;
}
.accordion-heading .accordion-toggle.active i,
.accordion-heading:hover .accordion-toggle.inactive i {
	color: #666;
}
.accordion-heading.accordionize .accordion-toggle.active i,
.accordion-heading.togglize .accordion-toggle.active i {
	color: #fff;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion-heading.togglize .accordion-toggle i {
	margin: -8px 0 0 0;
	font-size: 18px;
}
.accordion-heading.togglize .accordion-toggle .fa-plus-circle{
	display:block;
}
.accordion-heading.togglize .accordion-toggle.active .fa-plus-circle{
	display:none;
}
.accordion-heading.togglize .accordion-toggle .fa-minus-circle{
	display:none;
}
.accordion-heading.togglize .accordion-toggle.active .fa-minus-circle{
	display:block;
}
.accordion-inner {
  	padding: 16px;
	border: 1px solid #efefef;
	background: #fff;
}

/* ==================================================
   Alerts
================================================== */

.alert {
  	margin-bottom: 20px;
  	padding: 15px 35px 15px 15px;
	border: 1px solid #efefef;
  	-webkit-border-radius: 0px;
       -moz-border-radius: 0px;
          	border-radius: 0px;
  	background-color: #f8f8f8;
	text-shadow: none;
}

.alert .close {
 	position: relative;
  	top: 0px;
  	right: -22px;
	color: #FFFFFF;
	text-shadow: none;
  	line-height: 20px;
	text-decoration:none;
	-webkit-transition: opacity 0.1s linear 0s;
	-moz-transition: opacity 0.1s linear 0s;
	-ms-transition: opacity 0.1s linear 0s;
	-o-transition: opacity 0.1s linear 0s;
	transition: opacity 0.1s linear 0s;
}

.alert .close:hover {
	text-decoration:none;
	opacity: 1;
}
.alert-standard {
	border-color:#efefef;
  	background-color: #f8f8f8;
}
.alert-standard, .alert-standard .close {
	color:#666;
}
.alert-success {
	border-color:#d6e9c6;
  	background-color: #dff0d8;
}
.alert-success, .alert-success .close {
	color:#468847;
}
.alert-danger,
.alert-error {
	border-color:#ebccd1;
  	background-color: #f2dede;
}
.alert-danger, .alert-danger .close,
.alert-error, .alert-error .close {
	color:#b94a48;
}
.alert-info {
	border-color:#bce8f1;
  	background-color: #d9edf7;
}
.alert-info, .alert-info .close {
	color:#3a87ad;
}
.alert-warning {
	border-color:#faebcc;
  	background-color: #fcf8e3;
}
.alert-warning, .alert-warning .close {
	color:#c09853;
}

/* ==================================================
   Progress bars
================================================== */
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  	margin-bottom: 15px;
  	height: 20px;
  	border-radius: 3px;
  	background-color: #eaeaea;
  	-webkit-box-shadow: none;
  	box-shadow: none;
	overflow: visible;
}
.progress-bar {
  	float: left;
  	width: 0%;
  	height: 100%;
  	background-color: #eaeaea;
  	-webkit-box-shadow: none;
  	box-shadow: none;
  	color: #ffffff;
  	text-align: center;
  	font-size: 12px;
  	line-height: 20px;
  	-webkit-transition: width 0.6s ease;
  	transition: width 0.6s ease;
	position: relative;
  	border-radius: 3px;
}
.progress-striped .progress-bar {
  	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  	-webkit-animation: progress-bar-stripes 2s linear infinite;
  	animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  	background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  	background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  	background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  	background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

span.progress-bar-tooltip {
	position: absolute;
	position: absolute;
	top: -28px;
	right: 5px;
	display: block;
	padding: 4px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #333;
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	opacity: 0;
	filter: alpha(opacity=0);
	-o-border-radius: 3px;
}
span.progress-bar-tooltip:after {
	position: absolute;
	bottom: -5px;
	left: 13px;
	display: block;
	width: 0;
	border-width: 5px 5px 0;
	border-style: solid;
	border-color: #333 transparent;
	content: "";
}
.progress-label{
	text-transform:uppercase;
}
/* ==================================================
   Facts Counters
================================================== */
.fact-ico{
	display:inline-block;
	width:100px;
	height:100px;
	color:#999999;
	line-height:100px;
	margin:10px 0;
}
.fact{
	display:inline-block;
	color:#999999;
	font-size:15px;
	margin-top:10px;
	font-family: 'Arial', sans-serif;
	font-style:italic
}
.counters .timer{
	display:inline-block;
	color:#333333;
	font-weight:700;
	font-size:38px;
}
.parallax .counters .timer{
	color:#ffffff;
}
/* ==================================================
   Modal Box
================================================== */
.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  z-index: 1050;
  margin: 10px;
  width: auto;
}

.modal-content {
  position: relative;
  outline: none;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background-color: #ffffff;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  min-height: 16.428571429px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  border-top: 1px solid #e5e5e5;
  text-align: right;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    margin: 30px auto;
    width: 600px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

/*-------------------------------------------------------------------------------------------*/
/* Parallax
/*-------------------------------------------------------------------------------------------*/
.parallax{
	background-attachment: fixed!important;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	background-repeat:no-repeat;
	background-color:#e4e4e4;
}
.touch .parallax, .page-header.parallax{
	background-attachment:scroll!important;
}
/*-------------------------------------------------------------------------------------------*/
/* Pricing Tables
/*-------------------------------------------------------------------------------------------*/
.pricing-table {
	margin-top: 50px;
	margin-bottom: 50px;
}
.pricing-table:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "";
}
.pricing-table > div:first-child .pricing-column-content, .pricing-table > div:first-child h3 {
	border-left: 1px solid #eeeeee!important;
}
.pricing-column {
	float: left;
	overflow: hidden;
	padding: 0px;
	background-color: #fff;
	text-align: center;
	-webkit-transition: box-shadow 0.2s linear;
	-moz-transition: box-shadow 0.2s linear;
	-o-transition: box-shadow 0.2s linear;
	transition: box-shadow 0.2s linear;
}
.pricing-column .features{
	padding:0;
	margin-bottom:0;
	background:none;
}
.pricing-column .pricing-column-content {
	padding: 0px 0px 20px 0px;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.pricing-column.highlight {
	position: relative;
	z-index: 1;
	margin: -20px -1px 0px -1px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 13px rgba(0,0,0,.09);
	-moz-box-shadow: 0px 0px 13px rgba(0,0,0,.09);
	box-shadow: 0px 0px 13px rgba(0,0,0,.09);
	-o-box-shadow: 0px 0px 13px rgba(0,0,0,.09);
}
.pricing-column.highlight .pricing-column-content, .pricing-column.highlight h3  {
	border: none;
}
.pricing-column.highlight h3 .highlight-reason {
	display: block;
    color: rgba(0,0,0,0.4);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 12px;
}
.pricing-column.highlight .pricing-column-content {
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
}
.pricing-column.highlight:hover {
	-webkit-box-shadow: 0px 0px 13px rgba(0,0,0,.15);
	-moz-box-shadow: 0px 0px 13px rgba(0,0,0,.15);
	box-shadow: 0px 0px 13px rgba(0,0,0,.15);
	-o-box-shadow: 0px 0px 13px rgba(0,0,0,.15);
}
.pricing-column ul li {
	padding: 10px 25px;
	border-bottom: 1px solid #eeeeee;
	color: #666666!important;
	list-style: none;
	line-height: 18px;
}
.pricing-column ul li:first-child {
	border-top: 1px solid #eeeeee;
}
.pricing-column ul li:nth-child(2n+1) {
	background-color: #f8f8f8;
}
.pricing-column.highlight h3 {
	margin-bottom: 0px!important;
	padding: 15px 0px;
	color: #ffffff!important;
}
.toggle .pricing-column h3 {
	font-size: 26px!important;
}
.pricing-column h3 {
	margin-bottom: 0px;
	padding: 18px 0px 18px 0px;
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	background-color: #ffffff;
	font-size: 26px;
	line-height: 28px;
}
.pricing-column h4 {
	margin-bottom: 0px;
	margin-left: -22px;
	padding: 20px 30px 6px 30px;
	color: #333333;
	font-size: 54px!important;
	line-height: 42px!important;
}
.pricing-column h4 .dollar-sign {
	position: relative;
	top: -14px;
	right: -6px;
	font-size: 22px;
	line-height: 22px;
}
.pricing-column .interval {
	display: block;
	display: block;
	padding-bottom: 17px;
	min-height: 38px;
	color: #999999;
}
.pricing-column ul {
	margin-left: 0px;
}
.pricing-column .btn{
	margin-top:25px;
}
.pricing-column.highlight .btn{
	margin-bottom:20px;
}
.pricing-table.six-cols > div {
	width: 16.5%;
}
.pricing-table.five-cols > div {
	width: 20%;
}
.pricing-table.four-cols > div {
	width: 25%;
}
.pricing-table.three-cols > div {
	width: 33.2%;
}
.pricing-table.two-cols > div {
	width: 50%;
}

/*-------------------------------------------------------------------------------------------*/
/* Responsive Classes
/*-------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
	@-moz-document url-prefix() {
		.formBlock.select-s .select {
			background-position: 85% -1px!important;
		}
		.formBlock.select-s .select { width:113%!important;
		}
	}
	.navigation > ul > li > a{
		padding:15px 16px;
	}
	.navigation ul > li:hover > a, .navigation ul > li.current_menu_item > a{
		padding:12px 16px 15px 16px;
	}
	.flex-caption{
		margin-right:-460px;
	}
	#featured-properties .overlay{
		line-height:150px!important;
	}
	.grid-content .meta-data > span{
		padding:10px 10px;
	}
}


@media only screen and (max-width: 992px) {
	@-moz-document url-prefix() {
		.formBlock.select-s .select {
			background-position: 89.6% -1px!important;
		}
		.formBlock.select-m .select {
			background-position: 89.6% -1px!important;
		}
		.formBlock.select-w .select {
			background-position: 89.6% -1px!important;
		}
	}
	.sticky-wrapper{
		height:auto!important
	}
	.middle-header{
		-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
		-moz-box-shadow:0 1px 2px rgba(0,0,0,.1);
		box-shadow:0 1px 2px rgba(0,0,0,.1);
	}
	.main-menu-wrapper{
		height:auto;
		position:absolute;
		width:100%;
		background:#eee;
		display:none;
		z-index:9999;
	}
	.navigation > ul > li{
		display:block;
		width:100%;
		line-height: normal;
		text-align:left;
	}
	.navigation > ul > li > a{
		padding:0px 25px;
		border-bottom:1px solid #ccc;
		border-right:0;
	}
	.navigation > ul > li:hover > a{
		padding:17px 25px 20px 25px;
	}
	.navigation > ul > li:first-child a{
		border-left:0;
	}
	.navigation > ul > li:last-child a{
		border-bottom:0;
	}
	.navigation > ul > li > ul, .navigation > ul > li > ul li ul{
		position:static;
		height:auto!important;
		border-bottom:1px solid #efefef;
		top:0;
		left:0;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
		-webkit-border-radius:0;
		-moz-border-radius:0;
		border-radius:0;
		margin-left:0;
	}
	.navigation > ul > li > ul:before, .navigation > ul > li > ul li ul:before{
		display:none;
	}
	.flex-caption{
		margin-right:-180px;
		top:-30px;
	}
	.hero-slider{
		height:300px;
	}
	.hero-slider.flexslider ul.slides li{
		height:300px;
	}
	.site-search-module{
		position:relative;
		height:auto;
		bottom:auto;
		left:auto;
		margin-top:30px;
	}
	.site-search-module-inside{
		height:auto;
		padding-bottom:30px;
	}
	.site-search-module-inside #ads-trigger{
		display:none;
	}
	.featured-blocks .featured-block{
		margin-bottom:30px;
	}
	.bottom-blocks .column{
		margin-bottom:30px;
	}
	.owl-theme .owl-controls .owl-buttons div{
		display:none!important;
	}
	.block-heading h4{
		display:block;
		-webkit-border-radius:3px;
		border-radius:3px;
	}
	.block-heading .btn, .block-heading .toggle-view{
		display:none;
	}
	.agent > div > div >img{
		margin-bottom:30px;
	}
	.gallery-item .media-box img, .grid-item .media-box img{
		min-width:100%;
	}
	#featured-properties .overlay{
		line-height:auto!important;
	}
	.property-listing .property-featured-image, .agents-listing .agent-featured-image{
		margin-bottom:30px;
	}
	.register-form{
		margin-top:30px;
	}
	.right-sidebar{
		margin-top:40px;
	}
	.single-agent .img-thumbnail{
		margin-bottom:30px;
	}
	.widget-agents strong, .widget-properties .price{
		display:block;
	}
	.action-button > span{
		display:none;
	}
	.submit-description{
		margin-top:20px;
	}
	.submit-property-type, .submit-contract-type, .submit-image{
		margin-bottom:20px;
	}
	.pricing-column .features{
		margin-bottom:0;
	}
	.pricing-column.highlight {
		margin: 0;
  	}
	.pricing-table > div:third-child .pricing-column-content, .pricing-table > div:nth-child(2n+1) h3 {
		border-left: 1px solid #eeeeee!important;
	}
  	.pricing-column ul li:first-child {
	  	border-top: 1px solid #eeeeee;
  	}
  	.pricing-column ul li:nth-child(2n+1) {
	  	background-color: #f8f8f8;
  	}
  	.toggle .pricing-column h3 {
	  	font-size: 26px!important;
  	}
  	.pricing-column.highlight .btn{
	  	margin-bottom:0;
  	}
	.pricing-table.six-cols > div {
		width: 50%;
	}
	.pricing-table.five-cols > div {
		width: 50%;
	}
	.pricing-table.four-cols > div {
		width: 50%;
	}
	.pricing-table.three-cols > div {
		width: 50%;
	}
	.pricing-table.two-cols > div {
		width: 50%;
	}
	.grid-content .meta-data > span{
		padding:5px 0;
		border-right:0;
	}
    ul.timeline:before {
        left: 40px;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }
    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }
    ul.timeline > li > .timeline-panel {
        float: right;
    }
	ul.timeline > li > .timeline-panel:before {
		border-left-width: 0;
		border-right-width: 15px;
		left: -15px;
		right: auto;
	}
	ul.timeline > li > .timeline-panel:after {
		border-left-width: 0;
		border-right-width: 14px;
		left: -14px;
		right: auto;
	}
	.stredni_banner {
		padding-right: 0;
		padding-left: 0;
	}

}

@media screen and (min-width: 992px){
	 .set-padding-pc{padding-right: 7.5px;}
	 .set-padding-pc2{padding-left: 7.5px;}
}
@media only screen and (max-width: 767px) {
	@-moz-document url-prefix() {
		.formBlock.select-s .select {
			background-position: 89.3% -1px!important;
		}
		.formBlock.select-m .select {
			background-position: 89.3% -1px!important;
		}
		.formBlock.select-w .select {
			background-position: 89.5% -1px!important;
		}
	}
	/* Isotope */
	.isotope {
		overflow: visible !important;
		height: auto !important;
	}
	.isotope-item {
		position: static !important;
		margin-right: auto;
		margin-left: auto;
		width: auto;
		-webkit-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-o-transform: none !important;
		transform: none !important;
	}
	.isotope-hidden {
		display: none !important;
	}
	.grid-item{
		margin-bottom: 6%;
	}
	.grid-holder.col-2 .grid-item{
		width:95%;
	}
	.grid-holder.col-3 .grid-item{
		width:95%;
	}
	.grid-holder.col-4 .grid-item{
		width:95%;
	}
	.pricing-table.six-cols > div {
		margin:0 auto 30px;
		width: 100%;
	}
	.pricing-table.five-cols > div {
		margin:0 auto 30px;
		width: 100%;
	}
	.pricing-table.four-cols > div {
		margin:0 auto 30px;
		width: 100%;
	}
	.pricing-table.three-cols > div {
		margin:0 auto 30px;
		width: 100%;
	}
	.pricing-table.two-cols > div {
		margin:0 auto 30px;
		width: 100%;
	}
	.grid-content .meta-data > span{
		padding:10px 20px;
		border-right:1px solid #efefef;
	}
	.page-header h1{
		font-size:16px;
	}
	.hero-agent{
		display:none;
	}
	.flex-caption{
		margin-right:-110px;
	}
	.flex-caption .fa-caret-down{
		display:none;
	}
	.property-listing > ul > li, .agents-listing > ul > li{
		padding:0;
	}
	.property-listing > ul > li > div, .agents-listing > ul > li > div{
		padding-left:0;
		padding-right:0;
	}
	.property-listing > ul > li .property-info, .agents-listing > ul > li .agent-info, .agents-listing > ul > li .agent-contacts{
		padding-left:15px;
		padding-right:15px;
	}
	.agents-listing > ul > li .agent-contacts{
		padding-bottom:15px;
	}
	.site-footer-bottom{
		text-align:center;
	}
	.site-footer-bottom .social-icons{
		margin-top:30px;
		text-align:center;
	}
	.site-footer-bottom .social-icons a{
		margin:0 4px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {

}







/****** Istudio set *****/
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
  font-family: 'Arial', sans-serif;
}
p{
	line-height: 1.425;
}
a{
	color: #242323;
}
.navigation ul > li > a.active{
	color: #242323;
	background: #fbba00;
}
.navigation ul > li > a:hover{
	background: #fbba00;
	color: #242323;
}

html.js.flexbox.flexboxlegacy.canvas.canvastext.webgl.no-touch.geolocation.postmessage.no-websqldatabase.indexeddb.hashchange.history.draganddrop.websockets.rgba.hsla.multiplebgs.backgroundsize.borderimage.borderradius.boxshadow.textshadow.opacity.cssanimations.csscolumns.cssgradients.no-cssreflections.csstransforms.csstransforms3d.csstransitions.fontface.generatedcontent.video.audio.localstorage.sessionstorage.webworkers.applicationcache.svg.inlinesvg.smil.svgclippaths > body.home > div.main > div.container > div.row.index-set > div.property-grid > div#formular > form > h3.h3_grey > strong
{
 font-family: 'Arial', sans-serif;
}
body{
  color: #898989;
}
.content{
  padding: 0px;
}
.my-color{
  background-color: #f0f0e5;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  box-shadow: 0px 0px 0px 0px transparent;
  border-bottom: 1px solid #fff;
}
.my-color .container{
  position: relative;
}
.citat-vrch{
	font-size: 19px;
	color: #000000;
	margin: 0px;
	
}
.citat-vrch strong{
	font-size: 38px
}
.menu-color ul li:hover > a {
  border-top-color: #fbba00;
  color: #242323;
}
.menu-color ul li ul li:hover > a{
  background-color: #fbba00;
  color: #fff !important;
}
.detail-top{
  background: url("../images/detail-top.jpg");
  height: 116px;

}
.site-search-module{
	height: 170px;
}
.site-search-module-inside{
	height: 110px;
	border-radius: 15px;
	border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}
.pocet-nem{
  /*background: url("../images/pocet-bg.png") no-repeat;*/
  background: #efefef;
  border-radius: 0px 0px 4px 4px;
  height:50px;
  max-width: 240px;
  position: relative;
}
.jazyky{
  margin-top: -22px;
  max-width: 220px;

}
.fa-bars{
  color: white;
}
.jazyky a{
  margin-right: 10px;
  opacity: 0.4;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  text-decoration: none;
}
.jazyky a:last-child{
  margin-right: 0px;
}

#google_translate_element
{

float:right;

}

.jazyky a.active, .jazyky a:hover{
  opacity: 1;
}
.prvy-span{
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  font-style: italic;
  padding-top: 2px;
}
.druhy-span{
  font-family: 'Arial', sans-serif;
  font-size: 30px;
  padding-top: 14px;
  color: #b4b4b4;
}
.poloha{
    font-size: 14px;
    font-weight: 600;
    color: #5c5554;
    margin-top: 45px;
}
.poloha a{
  text-decoration: none;
}
.tlacitko-zpet{
    border: 1px solid #B5B5B5;
    border-radius: 4px;
    text-align: center;
    line-height: 32px;
    width: 105px;
    height: 35px;
    background-color: #fbba00;
    margin-top: 40px;
    transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;

}
.tlacitko-zpet a{
  text-decoration: none;
  color: #181717;
  font-size: 14px;
  font-weight: 400;
	height: 33px;
	display: block;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;

}
.tlacitko-zpet a:hover{
  color: #181717;
	background-color: #E4E4E4;

}
.tlacitko-zpet:hover{
	background-color: #e4e4e4;
	border: 1px solid #b5b5b5;

}

h1, h2, h3, h4, h5, h6{
  font-family: 'Arial', sans-serif;
}
.zlute-tlacitko{
  background: #ffd500;
  /*border-radius: 4px;*/
  /*border: 1px solid #b5b5b5;*/
  border: 0 !important;
  color: #000;
  text-decoration: none;
}

.tab-content{
  padding: 0px;
}
.property-slider{
  margin: 0px;
}
.pridat-oblibene{
    /*border-radius: 4px;*/
  /*  background: url('../images/do-oblibenych.png') no-repeat 10px center;  */
    background-color: #ffd500;
    /*border: 1px solid #B5B5B5;*/
    padding-left: 0px;
    padding-right: 0px;
    height: 45px;
    margin-bottom: 15px;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.pridane{
  background: url('../images/do-oblibenych-pridane.png') no-repeat 10px center;
  background-color: #baff00;
}
.pridat-oblibene a{
    font-size: 18px;
    font-family: 'Arial', sans-serif;
    text-transform:uppercase;
    text-align: center;
    display: block;
    width: 100%;
    padding-left: 0px;
    line-height: 45px;
    text-decoration: none;
	
}  

.pridat-oblibene:hover{
	background-color: #e4e4e4;
}

.pridat-oblibene a:hover{
	color: #242323;
}


 /*
.pridat-oblibene:hover{
    color: #fff;
		background: url('../images/do-oblibenych-bile.png') no-repeat 10px center;
		background-color: #3074b4;
		border: 1px solid #0e4f8c;
}
.pridat-oblibene a:hover{
		color: #fff;
}    */
.detail-nadpis{
  max-height: 45px;
  margin-bottom: 15px;
}
.tab-set1{
  padding-left: 0px;
  padding-right: 7.5px;
}
.tab-set2{
  padding-left: 7.5px;
  padding-right: 0px;
}
.cena{
  width: 256px;
  height: 45px;
  border-radius: 4px;
  display: block;
  color: #fff;
  text-align: center;
  font-family: 'Arial', sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 40px;
  background: -webkit-linear-gradient(#656565, #575757); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#656565, #575757); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#656565, #575757); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#656565, #575757); /* Standard syntax */
  margin-bottom: 15px;
}
.navrh-ceny{
    padding: 0px 10px 5px 15px;
    text-decoration: none;
    display: block;
    height: 45px;
    width: 120px;
    color: #181717;
    font-weight: 300;
    text-align: center;
    padding-top: 2px;
}
.navrh-ceny span.span-2{
  padding-top: 8px;
  padding-left: 5px;
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
  font-weight: 400;
}
.navrh-ceny span.fa-angle-right{
    font-size: 32px;
    display: block;
    float: left;
    line-height: 40px;
}
.detail-page-title{
    padding: 7px 15px;
    background: -webkit-linear-gradient(#ffd500 , #ffd500); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffd500 , #ffd500); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffd500 , #ffd500); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffd500 , #ffd500); /* Standard syntax */
    font-size: 20px;
    height: 45px;
    display: block;
    color: #181717;
    border-radius: 4px;
    font-weight: 300;
    font-family: 'Arial', sans-serif;
	padding-left: 35px;
	position: relative;
  }
 .detail-page-title:before {
		background-image: url('../images/sipka.png');
		background-size: 100%;
		background-position: center center;
		width: 19px;
		height: 22px;
		display: block;
		content: '';
		position: absolute;
		left: 8px;
		top: 10px;
		
 }

  .nabidky-tlacitko{
    background: -webkit-linear-gradient(#ffd500 , #ffd500); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffd500 , #ffd500); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffd500 , #ffd500); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffd500 , #ffd500); /* Standard syntax */
    font-size: 22px;
    height: 45px;
    display: block;
    color: #181717;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 15px;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
  }

.sidebar{
  background-color: #efefef;
  margin-bottom: 15px;
}
.proc-spolupracovat{
min-height: 456px;

}
.proc-spolupracovat a{
	text-decoration: none;
}
.modre-hvezdy{
   /* background:red url('../images/hvezdy-bg.png'); */

    /*
    background-color: -webkit-linear-gradient(#163e95, #173880); 
    background-color: -o-linear-gradient(#163e95, #173880); 
    background-color: -moz-linear-gradient(#163e95, #173880); */
    /*background-color: linear-gradient(#163e95, #173880); /* Standard syntax */

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fabf0f+0,ebb000+100 */
background: rgb(250,191,15); /* Old browsers */
background: -moz-linear-gradient(top, rgba(250,191,15,1) 0%, rgba(235,176,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(250,191,15,1) 0%,rgba(235,176,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(250,191,15,1) 0%,rgba(235,176,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fabf0f', endColorstr='#ebb000',GradientType=0 ); /* IE6-9 */
padding-top: 100px;

/*background-image: url('../images/pozadi.jpg'); /* fallback */



}


 .home-new-bg{
	background: #e4e4e4;
	padding-top: 15px;
	padding-bottom: 15px;
 }
 .home-new-bg h2, .text-set h2, .nadpis-velky{
	font-size: 35px;
	font-weight: 300;
	color: #333;
	margin-bottom: 20px;
}
 
 .property-block .dalsi-nemovitost-blok {
	border: 1px solid #aeaeae;
	border-top: 0px;
}
 
 .poptavky-klientu{
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #9d9e9e;
 }
 .poptavky-klientu p{
	line-height: 1.435;
	font-size: 15px;
	font-weight: 300;
 }
.poptavka-button{
	display: inline-block;
	float: left;
	padding: 10px 20px;
	background: #fbba00;
	margin-right: 20px;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	margin-top: 25px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border-radius: 0;
	border: 0;
}
.novinka-hp-nadpis{
	font-size: 16px;
	
}
 .novinka-height p{
	margin-top: 10px;
	color: #929292;
	font-size: 14px;
	font-weight: 300;
 }
 a.cely-clanek{
	display: inline-block;
	background: #fbba00;
	padding: 5px 10px;
	font-size: 14px;
	color: #010101;
 }
 

 
 
.col-md-6.novinka-height {
	margin-bottom: 20px;
}
 
.sede-hvezdy{
		background: url('../images/hvezdy-bg-sede.jpg');
}
.proc-spolupracovat h3{
  font-family: 'Arial', sans-serif;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  color: #181717;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 25px;
}
.proc-spolupracovat p{
  color: #181717;
}
.proc-spolupracovat h4{
  font-family: 'Arial', sans-serif;
  font-size: 22px;
  color: #181717;
  text-transform: uppercase;
  margin-top: 30px;
}
.sidebar .zlute-tlacitko{
  width: 100px;
  height: 20px;
  font-size: 13px;
  display: block;
  text-align: center;
  color: #000;
  line-height: 16px;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.zlute-tlacitko:hover{
  	color: #181717;
		background-color: #e4e4e4;
		border: 1px solid #b5b5b5;
}
.nastaveni-sirky{
  padding: 15px 0px 0px 0px;
}  
.tab-content{
  min-height: 585px;
  max-height: 585px;
  margin-bottom: 20px;
}


.tab-content-makler{
  min-height: 585px;
  max-height: 100%;
  margin-bottom: 20px;
}
/*.left-border{
  border-left: 2px solid #00753b;
  padding-left: 9px;
}*/



.widget .widgettitle, .widgettitle{
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
}
 .set-stylecek{
  
  margin-bottom: 19px;
 }

 .multiselect-container > li > a > label{
    text-transform: capitalize;
    
 }

.form-control{
  margin-bottom: 10px;
}
.zlute-tlacitko-a{
  margin-top: 10px;
}
.widget{
  margin-bottom: 10px;
}
.makler-meno{
  font-size: 18px;
  font-family: 'Arial', sans-serif;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #000;
}
.makler-meno span{
  font-size: 13px;
  margin-top: 10px;
  font-family: 'Arial', sans-serif;
  text-transform: none;
  color: #777777;
}
a.web{
  color: #242323;
  
}
a.web:hover{
	text-decoration: underline;
}

.dalsi-nemovitost-blok{
		padding-right: 7.5px;
		padding-left: 7.5px;
		margin-bottom: 20px;
}
.nadpis-odkaz{
		text-decoration: none;
		color: #00753b;
}
.nadpis-odkaz:hover{
		text-decoration: underline;
}
ul.token-input-list-facebook li input{
		font-size: 14px;
}
ul.token-input-list-facebook{
	border: 1px solid #ccc;
	border-radius: 3px;
	max-height: 46px;
}
.nastaveni-margin{
	margin-left: 7.5px; margin-right: -7.5px;
}
.grid-holder{
	width: 105.2%;
}

.nastaveni-margin .grid-holder{
	width: 106%;
	margin-left: -2.5%;
	float: left;
}
.index-set .grid-holder{
		width: 106%;
		margin-left: -3.1%;
		float: left;
}

.dalsi-nemovitost-blok img{width:100%;}
.site-search-module-inside{
	border-top:3px solid #ddd;

}
.dalsi-nemovitost-blok h5{
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  margin-top: 10px;
  color: #00753b;
}

.cena-male{
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    color: #fff;
    background: -webkit-linear-gradient(#7b7b7b, #5e5e5e); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#7b7b7b, #5e5e5e); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#7b7b7b, #5e5e5e); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#7b7b7b, #5e5e5e); /* Standard syntax */
    border-radius: 4px;
    text-align: center;
    width: 115px;
    height: 25px;
    line-height: 25px;
    display: block;
    float: left;
}
.price{height: 25px;}
.price .cena-male{
    width: auto;
    height: 25px;
    line-height: 26px;
    padding-left: 8px;
    padding-right: 8px;

}
.male-zlute-tlacitko-a{
  display: block;
  width: 45px;
  height: 25px;
  margin-left: 125px;
  text-align: center;
  margin-bottom: 10px;
}
.set-padding-45{
  padding-left: 45px;
  padding-right: 45px;
}
.no-padding{
    padding-left: 0px;
    padding-right: 0px;
}
.social a{
  float: left;
  margin-bottom: 10px;
}
.social img{
		max-width: 30px;
}
.property-featured-image .badges{
    width: auto;
    height: 25px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    line-height: 25px;
    border: 1px solid #fff;
    background-color: #d42427;
    color: #fff;
}

.table.table-bordered.setlabel tr td{
	font-size: 15px;
	color: #333;
}


p.drop-caps.secondary:first-child:first-letter, .accent-bg, .fa.accent-color, .btn-primary, .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .label-primary, .progress-bar, a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus, .panel-primary > .panel-heading, .carousel-indicators .active, .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span, hr.sm, .flex-control-nav a:hover, .flex-control-nav a.flex-active, .accordion-heading .accordion-toggle.active, .accordion-heading:hover .accordion-toggle, .accordion-heading:hover .accordion-toggle.inactive, .nav-tabs li a:hover, .nav-tabs li a:active, .nav-tabs li.active a, .fc-event, .site-header .social-icons a, .navigation > ul > li > ul > li:hover > a, .navigation > ul > li > ul > li > ul > li:hover a, .top-header, .block-heading h4, .single-property .price, .timeline > li > .timeline-badge, .pricing-column.highlight h3, .site-footer-bottom .social-icons a:hover{
    background-color: #fbba00 !important;
    color: #333;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active, a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus, .panel-primary, .panel-primary > .panel-heading, .fc-event{
    border-color: #333 !important;
}
.text-primary, .btn-primary .badge, .btn-link, a.list-group-item.active > .badge, .nav-pills > .active > a > .badge, p.drop-caps:first-child:first-letter, .accent-color, .post-more, ul.nav-list-primary > li a:hover, .widget_recent_comments a, .navigation > ul > li:hover > a, .flex-caption .hero-agent-contact, .property-info h4 a, .agent-info h4 a, .features-list li .icon, .property-listing h3 a, .agents-listing h3 a, .nav-tabs li.active > i, .nav-tabs li:hover > i, .location > i, .contact-info-blocks > div > i, .additional-amenities > span.available i, .error-404 h2 > i, .properties-table .action-button i, .pricing-column h3{
    color: #333 !important;
}

.dalsi-nemovitost-blok h4 a, .googlenadpis {
font-family: 'Arial', sans-serif;
  font-size: 16px;
  margin-top: 10px;
  color: #333;
}

.dalsi-nemovitost-blok h5 a {
font-family: 'Arial', sans-serif;
  font-size: 15px;
  margin-top: 10px;
  color: #181717;
  font-weight: 800;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}
.dalsi-nemovitost-blok h5 a:hover{
	color: #034323;
}
/*----- Nastavenie Tab -----*/
.nav-tabs li a{
	background-color: #fff;
	border: 1px solid #9d9e9e;
}
.nav-tabs li a:hover, .nav-tabs li a:active, .nav-tabs li.active a{
	border: 1px solid #d3d3d3;
	background-color: #efefef !important;
	color: #4c4444;
}
.nav-tabs li.foto a{
	background: url('../images/foto-pasiv.png') no-repeat 20px center;
	padding-left: 60px;
	padding-right: 30px;
}
.nav-tabs li.pudorys a{
	background: url('../images/pudorys-pasiv.png') no-repeat 20px center;
	padding-left: 60px;
	padding-right: 30px;
}
.nav-tabs li.video a{
	background: url('../images/video-pasiv.png') no-repeat 20px center;
	padding-left: 60px;
	padding-right: 30px;
}
.nav-tabs li.mapa a{
	background: url('../images/mapa-pasiv.png') no-repeat 20px center;
	padding-left: 60px;
	padding-right: 30px;
}
.nav-tabs li.foto a:hover, .nav-tabs li.foto.active a, .nav-tabs li.foto a:active{
	background: #efefef url('../images/foto-aktiv.png') no-repeat 20px center;
}
.nav-tabs li.pudorys a:hover, .nav-tabs li.pudorys.active a, .nav-tabs li.pudorys a:active{
	background: #efefef url('../images/pudorys-aktiv.png') no-repeat 20px center;
}
.nav-tabs li.video a:hover, .nav-tabs li.video.active a, .nav-tabs li.video a:active{
	background: #efefef url('../images/video-aktiv.png') no-repeat 20px center;
}
.nav-tabs li.mapa a:hover, .nav-tabs li.mapa.active a, .nav-tabs li.mapa a:active{
	background: #efefef url('../images/mapa-aktiv.png') no-repeat 20px center;
}
.nav-tabs{
	max-width: 780px;
}
/* fix na video kvuli helperu, potreba pridat do kazdeho videa jako class="videofix"*/
.videofix{
	width: 100%;
	height: 305px!important;
	position: relative !important;
}
.heading-icon .fa{
	font-size: 24px;
	
}
/*** FLEX slider settings ***/

.detail-slide .flexslider .flex-prev, .detail-slide .flexslider .flex-next{
		height: 100%;
		top: 0px;
		padding-top: 35%;
		/*display: block;*/
		background: rgba(0,0,0,.3);
		font-size: 35px;
		transition: all 0.5s ease-out;
		border-radius: 0px;
		margin-left: 0px;
		margin-right: 0px;
		width: 40px;
}
.detail-slide .flexslider .flex-prev:hover, .detail-slide .flexslider .flex-next:hover{
		background-color: rgba(251,186,0,0.8)
}

.fa-bars{
		font-size: 30px;
		margin-bottom: 15px;
}



      
.filter-vypis{
    border: 1px solid #eee;
    margin-left: 10px;
    padding: 5px;
}
.filter-vypis a{
    padding-left: 5px;
}

.property-info{
		min-height:165px;
}
.padding-right{
		padding-right: 15px;
}


.mobile-bars{
    margin-top: 5px;
    padding-top: 5px;
    background-color: #fff;
}
.fa-bars{
    color: #000000;
}

.property-featured-image img, .agent-featured-image img{
	width: 100%;
}

.list_img{
  height: 176px;
}
.main{
	z-index: 0 !important;
}
.taby-kontakt li.active{
	background-color: #E9E5DC;
}

.set-line-height{
	line-height: 41px;
}

.site-footer-bottom .social-icons a:hover{
	
	background-color: transparent !important;
}




.yellow-fa{
	width: 40px;
	height: 40px;
	background: #fbba00;
	color: #000;
	border-radius: 4px;
	line-height: 42px;
	padding-left: 6px;
  position: relative;
  top: 40%;
}
	.set-arrow .yellow-fa{
		top: 0;
	}

.vypis .yellow-fa, .detail .yellow-fa{
  top: 0;
}

.novinka-home .yellow-fa{
  top: 0%;
}
.overlay{
	background: rgba(251, 186, 0, 0.30);
}

.slide-title{
	margin: 0;
	padding: 0;
	display: block;
	max-width: 360px;

}
.slide-title h3{
	color: #181717;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 300;
	display: none;
}
.slide-text{
	margin: 0;
	padding: 0;
	display: block;
	max-width: 360px;
	color: #181717;
	font-size: 18px;
	
}

.vice-zde-tlacitko{
	display: inline-block;
	padding: 15px 30px;
	background: #fbba00;
	text-decoration: none;
	color: #181717;
	font-size: 18px;
	margin-top: 45px;
	display: none;
}
.slid-x{
	padding: 70px 65px;
}
.menu-pod-sliderom{
	height: 110px;
	border-radius: 50px;
}
.menu-pod-sliderom ul li{
	float: left;
  position: relative;
	display: flex;
	width: 50%;
	background: #8d8d8d;
	height: 110px;
	background: -webkit-linear-gradient(top, #8f8f8f, #565656); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, #8f8f8f, #565656); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #8f8f8f, #565656); /* For Fx 3.6 to 15 */
    background: linear-gradient(to bottom, #8f8f8f, #565656); /* Standard syntax (must be last) */
	  transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.menu-pod-sliderom ul li:hover{
        background: -webkit-linear-gradient(top, #565656, #393939); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, #565656, #393939); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #565656, #393939); /* For Fx 3.6 to 15 */
    background: linear-gradient(to bottom, #565656, #393939); /* Standard syntax (must be last) */
    
}
/*.menu-pod-sliderom > ul > li:first-child{
     	background: #8d8d8d;
		background: -webkit-linear-gradient(top, #8f8f8f, #565656); 
    background: -o-linear-gradient(top, #8f8f8f, #565656); 
    background: -moz-linear-gradient(top, #8f8f8f, #565656); 
    background: linear-gradient(to bottom, #8f8f8f, #565656); 
}     */

.novinka-home img{
  height: 160px;
}     
.menu-pod-sliderom ul li a{
	text-align: center;
	text-decoration: none;
	display: block;
	width: 100%;
	color: white;
	font-size: 24px;
	font-weight: 300;
	line-height: 100px;
}
.obalovac-menu-pod-sliderom{
	position: absolute;
	width: 100%;
	bottom: -60px;
	z-index: 1000;
}
.menu-pod-sliderom ul li:first-child{
	border-radius: 10px 0px 0px 10px;
}
.menu-pod-sliderom ul li:last-child{
	border-radius: 0px 10px 10px 0px;
  position: relative;
}
.menu-pod-sliderom ul li span.vyhledat{
	border-right: 1px solid black;
	border-radius: 10px 0px 0px 10px;
  padding-left: 60px;
  background: url('../images/lupa.png') no-repeat 30px center;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 24px;
  line-height: 100px;
  text-align: center;
  font-weight: 300;
}
.menu-pod-sliderom ul li a.koupit{
	border-left: 1px solid #8e8e8e;
	border-right: 1px solid black;
}
.menu-pod-sliderom ul li a.najmout{
  border-left: 1px solid #8e8e8e;
}
.menu-pod-sliderom ul li a.koupit, .menu-pod-sliderom ul li a.najmout{
  background: url('../images/sipka_dolu.png') no-repeat center 70px;
}
.container-fluid.modre-hvezdy.proc-spolupracovat .col-md-4{
  padding-left: 40px;
  padding-right: 40px;
}
.navigation{
  float: right;
}
.search-form-hp{
  width: 220px;
  right: 10px;
  top: 0px;
  float: right;
  
}
.ekrk-male{
  text-align: right;
}

.search-form-input{
  width: 173px;
  border-radius: 3px 0px 0px 3px;
  margin-bottom: 0px;
  border: 1px solid #b5b5b5; 
  float: left;
}
.hp-button-send{
  border: 0px;
  background: #fbba00 url('../images/lupa_mala.png') no-repeat center center;
  width: 46px;
  height: 34px;
  border-radius: 0px 3px 3px 0px;
  position: relative;
  
  border: 1px solid #b5b5b5;
  border-left: 0px;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
}
.hp-button-send:hover{
  background: #E4E4E4 url('../images/lupa_mala.png') no-repeat center center;
}
 

img.property-thumb{
  width: 150px;
}
.price{
  float: none;
  display: block;
  margin: 0;
  margin-bottom: 15px;
}










/** MEDIA SCREEN FIX **/

@media screen and (min-width: 768px){
	.poptavky-klientu .col-md-8{
		padding-top: 60px;
	}

}
@media screen and (max-width: 1300px){
  .hero-slider.flexslider .flex-prev, .slid-ref .flex-prev{
    left: 0px;
  }
  .hero-slider.flexslider .flex-prev, .hero-slider.flexslider .flex-next{
    right: 0px;
  }
}

@media screen and (max-width: 1200px){

.motto
{
font-family: 'Arial', sans-serif;
margin:32px 0 0 20px;
text-align:center;
color:white;
font-size:20px;
max-width:280px;
line-height:28px;
}

}

@media screen and (max-width: 990px){
.motto
{
 font-family: 'Arial', sans-serif;
margin:32px 0 0 20px;
text-align:center;
color:white;
font-size:20px;
max-width:100%;
line-height:28px;
}
}


@media screen and (max-width: 1000px){




    .detail-page-title{font-size: 18px;}
    .zlute-tlacitko{margin-bottom: 10px;}
    .middle-header{height: auto;}
    .site-header .menu-toggle{margin-top: 0px; text-align: center !important; float: none;}
}
@media screen and (max-width: 768px){


.clenx{
	display: block;

	margin-left: auto;
	margin-right: auto;
	width: 100%;
  width:253px;
  float:none
}
 .clen2x{
	display: block;
  float:none;
	margin-top:25px;
  margin-left: auto;
	margin-right: auto;
width:61px;

}




    .tab-content{min-height: 189px;}
    .site-header .menu-toggle{margin: 30px -10px 0px 0px;}
    .jazyky{float: left !important; margin-bottom: 10px;}
    .site-header .menu-toggle{margin-top: 0px; text-align: center !important; float: none;}
	.grid-holder.col-4 .grid-item{width: 92%;}
	.sidebar{margin-left: 10px; margin-right: 10px;}
	.pridat-oblibene{margin-left: 10px; width: 95.5%;}
	.nastaveni-margin .grid-holder{width: 100%;}
  .list_img{height: auto; min-height: 176px;}
  h1.logo{float: none; margin-left: auto; margin-right: auto;}
  .jazyky{max-width: 100%; margin-left: auto; margin-right: auto; margin-top: 0px; float: none !important;}
  .pocitadlo .pocet-nem{margin-left: auto; margin-right: auto; float: none !important; margin-top: 10px; margin-bottom: 10px; border-radius: 0px;}
  .site-search-module-inside{height: 220px;}
  .vypis-kontakt{text-align: center;}
  .star{
	float: none;
display: block;
margin-left: auto;
margin-right: auto;
width: 64px;
  }
  #google_translate_element{
	float: none;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
  }
}
@media screen and (max-width: 700px){
    .jazyky{margin-top: -10px;}
}
@media screen and (max-width: 656px){
  .nav-tabs li.foto a{
    background: url('../images/foto-pasiv.png') no-repeat 15px center;
    padding-left: 40px;
    padding-right: 15px;
  }
  .nav-tabs li.pudorys a{
    background: url('../images/pudorys-pasiv.png') no-repeat 15px center;
    padding-left: 40px;
    padding-right: 15px;
  }
  .nav-tabs li.video a{
    background: url('../images/video-pasiv.png') no-repeat 15px center;
    padding-left: 40px;
    padding-right: 15px;
  }
  .nav-tabs li.mapa a{
    background: url('../images/mapa-pasiv.png') no-repeat 15px center;
    padding-left: 40px;
    padding-right: 15px;
  }
  .nav-tabs li.foto a:hover, .nav-tabs li.foto.active a, .nav-tabs li.foto a:active{
    background: #efefef url('../images/foto-aktiv.png') no-repeat 15px center;
  }
  .nav-tabs li.pudorys a:hover, .nav-tabs li.pudorys.active a, .nav-tabs li.pudorys a:active{
    background: #efefef url('../images/pudorys-aktiv.png') no-repeat 15px center;
  }
  .nav-tabs li.video a:hover, .nav-tabs li.video.active a, .nav-tabs li.video a:active{
    background: #efefef url('../images/video-aktiv.png') no-repeat 15px center;
  }
  .nav-tabs li.mapa a:hover, .nav-tabs li.mapa.active a, .nav-tabs li.mapa a:active{
    background: #efefef url('../images/mapa-aktiv.png') no-repeat 15px center;
  }

}

@media screen and (max-width: 620px){
	.grid-holder.col-4 .grid-item{width: 91%;}
	#gmap,.map_container,#pano_cont,#pano{height: 430px; !important}
}



@media screen and (max-width: 575px){
    .detail-page-title{font-size: 15px; height: 55px;}
}
@media screen and (max-width: 550px){
  .nav-tabs li.foto a{
    background: #fff;
    padding-left: 10px;
    padding-right: 5px;
  }
  .nav-tabs li.pudorys a{
    background: #fff;
    padding-left: 10px;
    padding-right: 5px;
  }
  .nav-tabs li.video a{
    background: #fff;
    padding-left: 10px;
    padding-right: 5px;
  }
  .nav-tabs li.mapa a{
    background: #fff;
    padding-left: 10px;
    padding-right: 5px;
  }
  .nav-tabs li.foto a:hover, .nav-tabs li.foto.active a, .nav-tabs li.foto a:active{
    background: #efefef;
  }
  .nav-tabs li.pudorys a:hover, .nav-tabs li.pudorys.active a, .nav-tabs li.pudorys a:active{
    background: #efefef;
  }
  .nav-tabs li.video a:hover, .nav-tabs li.video.active a, .nav-tabs li.video a:active{
    background: #efefef;
  }
  .nav-tabs li.mapa a:hover, .nav-tabs li.mapa.active a, .nav-tabs li.mapa a:active{
    background: #efefef;
  }

}

@media screen and (max-width: 420px){
	#gmap,.map_container,#pano_cont,#pano{height: 320px; !important}
}
@media screen and (max-width: 400px){
    .poloha{font-size: 10px;}
    .tlacitko-zpet{width: 70px;}
    .tlacitko-zpet a{font-size: 10px;}
	.grid-holder.col-4 .grid-item{width: 90%;}
}
@media screen and (max-width: 340px){
    
    .pocet-nem{padding-left: 5px; padding-right: 5px;}

     .clenx{
     width:221px;
     
     }

}
@media screen and (max-width: 768px) and (min-width: 998px){
  .pocet-nem{padding-left: 1px; padding-right: 1px;}
}
@media screen and (max-width: 992px){
	.sidebar{clear:both; padding-bottom: 10px;}
	.pagination{margin-bottom: 15px;}
	.property-listing > ul > li, .agents-listing > ul > li{clear: both;}
	.vypis-kontakt{padding: 3px;}
  .search-form-hp{
    position: relative;
    float: none;
    margin: 0 auto;
    bottom: 0px;
    right: auto;
    margin-top: 10px;
    
  }
  
  
   .slid-x{
      padding: 30px 10px;
   }
   
   .slide-title h3{
    font-size: 22px;
    }
    .slide-text{
      font-size: 14px;
    }
    .menu-pod-sliderom, .menu-pod-sliderom ul li{
      height: 55px;
    }


    .menu-pod-sliderom ul li a{
      line-height: 1.234;
      font-size: 16px;
      padding-top: 17px;
    }
    .fa-bars{
      margin-bottom: 2px;
    }
    .menu-pod-sliderom ul li a.vyhledat{
      background: transparent;
      padding-left: 0px;    
    }
  
}
@media screen and (min-width: 768px) and (max-width: 992px){
	.pridat-oblibene a{font-size: 14px;}
	     .obalovac-menu-pod-sliderom{
        bottom: -100px;
     }
}

.grey-bg-kontakt{
	background-color: #9d9e9e;
	padding: 15px;
}
.zlte-pozadie{
	color: #333;
	background: #baff00;
}
.taby-kontakt{
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.taby-kontakt li{
	float: left;
	height: 40px;
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}
.taby-kontakt li:nth-child(1), .taby-kontakt li:nth-child(2), .taby-kontakt li:nth-child(3){
	
	
  font-size:11px;
}
.taby-kontakt li:nth-child(4){
	padding-top: 6px;
	padding-left: 7px;

	border-right: 0px;
}
.taby-kontakt li a{
	padding: 10px;
	display: block;
}

.vyhledavac-kontakt{
	border: 1px solid #eaeaea;
	overflow: hidden;
}
.kontakt-p-set{
	font-size: 14px;
	font-weight: 600;
}
.kontakt-odeslat{
	color: #fff;
	background-color: #00753b;
	margin-bottom: 30px;
}
.vypis-kontakt{
	border: 1px solid #eaeaea;
	padding: 15px;
}
.searchfield{
	float: left;
	width: 100%;
	border-radius: 8px 0px 0px 8px;
	border-right: 0px;
	height: 25px;
}
@media screen and (min-width: 992px) and (max-width: 1200px){
	.searchfield{
		width: 70%;
	}
}
.searchbutton{
	width: 20%;
	border-radius: 0px 8px 8px 0px;
	height: 25px;
	line-height: 10px;
	font-family: FontAwesome;
}
.searchbutton:hover{
	color: #ccc;
}
.detail-kontakt{
	margin-left: 20px;
	display: inline;
	background: #6e6e6e;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
	padding: 5px;
	
}
.detail-nabidky{
	display: inline;
	margin-top: -10px;
	background: #6e6e6e;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
	padding: 5px;
}
.detail-nabidky:hover{
	background-color: #5f5f5f;
	color: #fff;
}
.detail-kontakt:hover{
	background: #5f5f5f;
	color: #fff;
}
.mapka{
	background: #f4f4f4;
	padding-top: 5px;
}
p.center{
	text-align: center;
	min-height: 222px;
	margin: 0px;


}
.searchfield::-webkit-input-placeholder {
   font-size: 10px;
}

.searchfield:-moz-placeholder { /* Firefox 18- */
   font-size: 10px; 
}


.searchfield::-moz-placeholder {  /* Firefox 19+ */
   font-size: 10px;
}


.searchfield:-ms-input-placeholder {  
   font-size: 10px;
}


.container #news .news-item, .ref-item{  width:850px;  margin:40px 15px;}#news .news-item .news_left{  float:left;  width:550px;} .container #news .news-item strong{  margin:5px 0 0 0;  display: block;  } .container #new_detail{  padding:0 20px 0 0;}#new_detail h3{  text-align: left;}.news-item img, #new_detail img{  float:left;  margin:0 20px 10px 0;  -moz-box-shadow: 0 0 5px #888;  -webkit-box-shadow: 0 0 5px#888;  box-shadow: 0 0 5px #888;}#right #news .obtec3{display:block;float:right;margin:6px 0 15px 20px;} .container .new_detail{  padding:0 20px 0 0;   line-height:20px; }.new_detail h3{  text-align: left;}.news-item img, .new_detail img{  float:left;  margin:0 20px 10px 0;  -moz-box-shadow: 0 0 5px #888;  -webkit-box-shadow: 0 0 5px#888;  box-shadow: 0 0 5px #888;} .container img.nobackground{  border:none;  background:none;}


@media screen and (min-width: 768px) and (max-width: 1200px){
	.detail-kontakt{padding: 3px !important; display: block;}
}

.news-item2{
	margin-bottom: 30px;
	padding: 0px;
	margin-left: -15px;
	margin-right: -15px;
}




.grid {
  margin: auto; /* center grid */
}

.grid-itemm {
  width: 300px;
  
  overflow: hidden;
  opacity: 0; /* hide card while loading */
}

.grid-itemm {
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
  border-radius: 0px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /*opacity: 0;
  transform-origin: 50% 50%;*/
}
.grid-itemm--loaded {
  opacity: 1;
}
.grid-image{
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.grid-image:before{
  position: absolute;
  display: none;
  font-family: "FontAwesome";  
  content:'\f105';
  font-size: 50px;
  color: #000;
  line-height: 3.1em;
  text-align: center;
  background: rgba(255, 222 , 0, 0.4); 
  width: 250px;
  height: 100%;
  z-index: 100;
}
.grid-image:hover:before{
  display: block;
}





.new-h4{
	margin-top: 0px;
	padding-top: 0px;
	line-height: 1.1;
	padding-bottom: 0px;
	margin-bottom: 2px;
}
.new-h4 a:hover{
	text-decoration: underline;
}

.minx
{
min-height:140px;

}

.float_right
{
float:right;

}


html.js.flexbox.flexboxlegacy.canvas.canvastext.webgl.no-touch.geolocation.postmessage.no-websqldatabase.indexeddb.hashchange.history.draganddrop.websockets.rgba.hsla.multiplebgs.backgroundsize.borderimage.borderradius.boxshadow.textshadow.opacity.cssanimations.csscolumns.cssgradients.no-cssreflections.csstransforms.csstransforms3d.csstransitions.fontface.generatedcontent.video.audio.localstorage.sessionstorage.webworkers.applicationcache.svg.inlinesvg.smil.svgclippaths > body.home > div.main > div.container > div.row.index-set > div.property-grid > ul.disco > li {
list-style-type:disc

}


#google_translate_element
{

position:absolute;
/*top:0px;*/
right:0;
z-index:1000000000;
}

.slid-x
{
 position:relative;
 height:100%;
margin:0 auto 0 auto;

display:block;

}

.slid-x .xxx
{
display:block;
position:absolute;
    background: rgb(0, 0, 0); /* Fallback */
    background: rgba(0, 0, 0, 0.5);
color:white;
padding:10px 10px 10px 10px;
font-size:25px;
line-height:25px;
bottom:120px;
z-index:1
}

.top-color{
	background: #f1f2f4;
	min-height: 110px;
}
.filter-vypis{
	
	color: #333;
}
.filter-vypis a{
	
	padding: 5px;
	margin-left: 4px;
}
.filter-vypis a:hover{
	color: #333;
}
.aktivni
{
background: #fbba00;
color: #000;
}











/*--------------------------------------------------------------------------------
HRK settings
--------------------------------------------------------------------------------*/
p{
  font-size: 16px;
}
a{
  color: #242323;
  text-decoration: none;
}
.pes-img{
	margin: 0 auto;
	z-index: -1;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
}
.logo img{
	
	max-width: 330px;
}
div.slogan p{
	font-size: 18px;
	margin-left: 65px;
	margin-top: 20px;
	position: relative;
}
div.slogan p img{
	display: none;
}
div.slogan p:before{
	content: '';
	position: absolute;
	width: 17px;
	height: 17px;
	display: block;
	background: url('../images/sipka.png') no-repeat center center;
	background-size: 100%;
	left: -20px;
	top: 5px;
}
.datumcek{
	position: absolute;
	display: block;
	left: 40%;
	top: 36%;
	background: rgb(251, 186, 0) none repeat scroll 0% 0%;
	height: 60px;
	width: 60px;
	text-align: center;
	border: 3px solid white;
	border-radius: 100%;
	padding-top: 9px;
	color: #333;
	font-size: 16px;
	z-index: 1000;
}
.datumcek p{
	font-size: 13px;
}
.obalovac-datumcek{
	position: relative;
	padding-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.zadne-novinky{
	font-size: 20px;
	margin-bottom: 40px;
	font-weight: 300;
}
.datumcek2{
	top: -32px;
	right: -10%;
	left: 70%;
}

.realitna-novinka-nadpis{
	font-weight: 600;
	font-size: 16px;

}
.price{
	float: left;
	margin-right: 15px;
}
.vice-info, .cely-clanekk{
	display: inline-block;
}
.vice-info a, .cely-clanekk{
	display: block;
	font-size: 14px;
	text-decoration: none;
	background: #fbba00;
	/*border: 1px solid #d2d2d2;
	border-radius: 2px;*/
	border: 0;
	height: 25px;
	padding: 0 10px;
	line-height: 22px;
	color: #010101;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.cely-clanekk{
	display: inline-block;
	margin-top: 15px;
}

.proc-spolupracovat p{
	font-size: 15px;
	color: #181717;
	font-weight: 300;
}
.slider-reference{
	background: #9d9e9e;
}
.menu-pod-sliderom ul li:nth-child(2){
  position: relative;
}
.menu-pod-sliderom ul li ul{
  position: absolute;
  top: 110px;
  left: 0px;
  width: 100%;
  background: #eeeeee;
  border-radius: 0px 0px 10px 10px;
  padding: 10px 0px;
  display: none;
  z-index: 10000;
}
.menu-pod-sliderom ul li:hover ul{
  display: block;
}
.menu-pod-sliderom ul li ul li{
  border-radius: 0px;
  border: 0px;
  float: none;
  width: 100%;
  height: auto;
  text-align: left;
  background: none;
  padding:  5px 30px;
}
.menu-pod-sliderom ul li ul li a{
  height: auto;
  line-height: 1.234;
  text-align: left;
  color: #111111;
  font-size: 17px;
  font-weight: 100;
  transition: all .3s ease-in-out;
}
.menu-pod-sliderom ul li ul li a i{
  margin-right: 25px;
  color: #ccc;
  transition: all .3s ease-in-out;
}
.menu-pod-sliderom ul li ul li:hover{
  background: transparent;
}
.menu-pod-sliderom ul li ul li a:hover i{
  color: #111111;
}
.menu-pod-sliderom ul li ul li a:hover{
  font-weight: 400;
}
.menu-pod-sliderom ul li ul li:first-child, .menu-pod-sliderom ul li ul li:last-child{
  border-radius: 0px;
}
.vice-info a:hover{
  background: #eacf16;
}
.makler-photo{
  position: absolute;
  right: 10px;
  bottom: -30px;
  width: 62px;
  height: 62px;
  border: 1px solid white;
  border-radius: 100%;
  overflow: hidden;
  
}
.makler-photo img{
  width: auto;
  max-width: 100%;
  width: 62px;
  
  
}
.slid-ref{
	padding-top: 40px;
	padding-bottom: 20px;
}
.slid-ref p{
		font-size: 18px; 
		font-weight: 300;
		font-style: italic;
}
p.meno-hodnotitel{
	float: right;
}



.hp-mag-ref-ocen{
  
  padding-top: 50px;
}
.hp-mag-ref-ocen p{
  font-size: 25px;
  font-weight: 300;
  color: #181717;
}
.hp-mag-ref-ocen a{
    display: inline-block;
    background: #fbba00;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 18px;
    color: #181717;
}
.hp-mag-ref-ocen img{
  float: left;
}


.hp-mag-ref-ocen.jeden img{
  margin-top: 0px;
  width: 59%;
  margin-right: 20px;
  max-width: 100%;
}
.hp-mag-ref-ocen.dva img{
  margin-top: 10px;
  margin-right: 20px;
  max-width: 100%;
}
.hp-mag-ref-ocen.tri img{
  margin-right: 20px;
  max-width: 100%;
}

/*.lava-katalog{
	min-height: 330px;
	background: #fff url('../images/magazin.jpg') no-repeat 30px center;
}
.prava-maklery{
	min-height: 330px;
	background: #fff url('../images/fotomaklery.jpg') no-repeat 15px 50px;
}
.lava-katalog{
  padding-left: 250px;
}
.prava-maklery{
  padding-left: 300px;
}
.lava-katalog p{
  font-size: 35px;
  font-weight: 300;
  color: #181717;
  margin-top: 80px;
}
.prava-maklery p{
  font-size: 35px;
  font-weight: 300;
  color: #181717;
  margin-top: 80px;
}

.prava-maklery a, .lava-katalog a{
  display: inline-block;
  background: #fbba00;
  text-decoration: none;
  padding: 10px 15px;
  font-size: 18px;
  color: #181717;
}   */
.o-spolecnosti-hp p{
  font-size: 16px;
  color: #4d4d4d;
  font-weight: 300;  
}
.video-hp .fluid-width-video-wrapper{
  padding-top: 0px !important;
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.o-spolecnosti-hp{
  padding-top: 30px;
  padding-bottom: 30px;
  background: url('../images/ospolecnostibg.png') no-repeat center 50px;
}
.o-spolecnosti-hp .nadpis-velky{
  font-size: 35px;
  font-weight: 300;
  color: #181717;
}
.video-hp .fluid-width-video-wrapper iframe{
  width: 517px;
  height: 316px;
  position: relative;
  margin: 0 auto;
  display: block;
  
}
.site-footer-bottom{
  background: -webkit-linear-gradient(top, #909090, #565656); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, #909090, #565656); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #909090, #565656); /* For Fx 3.6 to 15 */
    background: linear-gradient(to bottom, #909090, #565656); /* Standard syntax (must be last) */
}
.footer-menu ul li a{
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none; 
}
.space-50{
  height: 50px;
  clear: both;
}

.social-table p, .social-table p a, .social-table p a{
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}
.social-table p span{
  font-size: 19px;
}
.social-table {
  margin-top: 20px;
  margin-bottom: 20px;
}
.table.social-table > tbody > tr > td{
  border-top: 0px !important;
}
form.form-odebirat label{
  font-size: 20px;
  color: #fff;
}
.set-padding-top-bottom{
  padding-top: 25px;
  padding-bottom: 25px;
}
.yellow-send{
  background: #fbba00;
}

/*.slidericek .owl-wrapper-outer{
	margin-left: -7px;
}*/
.slidericek .owl-item i.fa-search{
	position: absolute;
	top: 42%;
	left: 47%;
}
.slidericek .owl-carousel .owl-wrapper, .owl-carousel .owl-item{
	padding-left: 7px;
	padding-right: 7px;
}
.oceneni-text{
    padding-top: 40px;
}
.oceneni-text h2, .formular-oceneni h3{
    font-size: 35px;
    font-weight: 300;
}
.oceneni-text p{
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
  color: #181717;
}
.formular-oceneni{
  background: #9d9e9e;
  margin-top: 0px;
  padding-top: 25px;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.formular-oceneni .tab-content{
  margin-bottom: 0;
  min-height: none !important;
  max-height: none !important;
  padding: 15px;
  
}
.formular-oceneni .nav-tabs li{
  width: 33.04%;
  margin-bottom: 2px;
  margin-left: 1px;
  margin-right: 1px;
  border: 0px;
  
}
.formular-oceneni .nav-tabs li a{
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  min-height: 62px;
}

.formular-oceneni .nav-tabs li a:hover, .formular-oceneni .nav-tabs li a.active, .formular-oceneni .nav-tabs li.active a{
  border: 0px;
  background-color: #fbba00 !important;
}
.formular-oceneni .nav-tabs li a:hover:before, .formular-oceneni .nav-tabs li a.active:before, .formular-oceneni .nav-tabs li.active a:before{
  content: "";
  position: absolute;
  background: url('../images/tabmenubg.png') no-repeat center bottom;
  width: 100%;
  height: 23px;
  display: block;
  left: 0;
  bottom: -12px; 
}
.odeslat-zlute{
    font-size: 14px;
    text-decoration: none;
    background: #fbba00 none repeat scroll 0% 0%;
    border: 1px solid #D2D2D2;
    border-radius: 2px;
    height: 25px;
    padding: 0px 10px;
    line-height: 22px;
    color: #010101;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
  
}
.odeslat-zlute:hover{
  color: #eacf16;
}

.filtr-nadpis{
  float: left;
  font-size: 20px;
  margin-right: 20px;
  margin-bottom: 0px;
  line-height: 1.7;
}
.odeslat-input{
  display: block;
font-size: 14px;
text-decoration: none;
background: #fbba00 none repeat scroll 0% 0%;
border: 1px solid #D2D2D2;
border-radius: 2px;
height: 25px;
padding: 0px 10px;
line-height: 22px;
color: #010101;
transition: all 0.3s ease-in-out 0s;
float: right;
}
.grey-filter-poptavky{
  background: #dfdfdf;
  padding-top: 25px;
  padding-bottom: 25px;
}
.grey-filter-poptavky .filtr-nadpis, .grey-filter-poptavky, label.checkbox-inline{
  color: #292929;
} 
.fotomakler{
  padding-top: 0px;
  background: none;
  top: -31px;
  overflow: hidden;
}
.obalovac-pop-kontakt{
  background: #d1d1d1;
  padding: 15px;
}
.kontakt-poptavky{
  margin-bottom: 0;
  color: #000;
  font-size: 14px;
  
}
.kontakt-poptavky a{
  text-decoration: none;
  color: #000;
}
.kontakt-poptavky a:hover{
  text-decoration: underline;
  color: #000;
}
.nadpis-text-popt{
  padding: 15px;
}
.meno-makler{
  font-size: 16px;
  color: #000;
}
.poptavky-item{
  border-radius: 0px;
  box-shadow: 0px 0px 0px 0px transparent;
  border: 1px solid #b4b4b4;
}
#mapHK{
  height: 225px;

}
#mapHorice, #mapChlumec, #mapPardubice, #mapPodebrad, #mapTyniste, #mapNachod, #mapNmnmetuji, #mapCeskaSkalice, #mapCervenyKostelec{
  height: 225px;
}

.grey-bg-map{
  background: #f8f8f8;
    margin-bottom: 30px;
  margin-top: 30px;
}


.kontakt-h4{
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  margin-top: 30px;  
}
.makler-blok-kontakt img{
  border: 4px solid #fff;
  box-shadow: 0px 0px 2px 1px #ccc;
}
.makler-blok-kontakt h5, p.stronger{
  font-size: 20px;
  font-weight: 500;
  color: #292929;
}
.makler-blok-kontakt h5 span{
  font-size: 16px;
  color: #898989;
  font-weight: 400;
  line-height: 1;
}
.makler-blok-kontakt p{
  font-size: 16px;
  color: #898989;
}
.makler-blok-kontakt img{
  margin: 0 auto;
  margin-bottom: 15px;
}
.makler-blok-kontakt p a{
  text-decoration: none;
  color: #898989;
  
}
.makler-blok-kontakt{
  margin-bottom: 20px;
}
.makler-blok-kontakt p a:hover{
  text-decoration: underline;
}

.nadpis35pxkont, p.nadpis35pxkont{
  font-size: 35px;
  font-weight: 300;
  margin-top: 30px;
  margin-bottom: 30px;
}
.contant-border{
  /*border-bottom: 1px solid #9d9e9e;*/
  padding-bottom: 30px;
}
.bezplatna-linka div{
  background: #fbba00 url('../images/phonecont.png') no-repeat 10% center;
  min-height: 115px;
  padding-left: 110px;
  padding-top: 25px;
  
}
.bezplatna-linka div p{
  font-size: 20px;
  color: #3a3131;
}
.bezplatna-linka div p span{
  font-size: 30px;
}


.center-img-respons img{
  margin: 0 auto;
}

.magazin{
  margin-bottom: 40px;
  min-height:330px;
}
.magazin-nazev{
  color: #181717;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 400;
}

.realitni-magazin{
  /*background: url('../images/katalogbg.png') no-repeat 0px bottom;*/
  min-height: 602px;
  position: relative;
}
.block-starsi img{
  margin: 0 auto;
}

.mag-wrap{
  margin-bottom: 50px;
  overflow: hidden;
  border-bottom: 1px solid #9d9e9e;
  position: relative;
}

.black-text{
  color: #181717;
} 
.text-bublina{
  //background: url('../images/bublina.png') no-repeat center center;
  /*width: 357px;
  height: 302px;
  padding-left: 30px;*/
  padding-top: 30px;
  position: absolute;
  right: 25px;
  top: 80px;
  font-size: 22px;
}
.block-starsi img{
  max-width: 200px;
}
.prihlasit-odber{
  background: #fbba00;
  display: inline-block;
  color: #181717;
  padding: 10px 15px;
  font-size: 18px;
  position: absolute;
  right: 100px;
  top: 390px;
}

.text-bublina p{
   color: #020202;
   font-size: 22px;
   text-align: center;
   font-weight: 300;
   margin-bottom: 30px;
}

.logo{
  display: inline-block !important;
  padding-top: 5px;
  float: left;
}

.novinky-hp-size{
  height: 160px;
  width: 240px;
}
.ggg{
  height: 160px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.vice-info a:hover, .cely-clanekk:hover{
  background: #e4e4e4;
}
.dalsi-nemovitost-blok h5 a:hover{
  color: #333;
}
.poptavka-button, .hp-mag-ref-ocen a, a.cely-clanek{
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  color: #181717;
}

.poptavka-button:hover, .hp-mag-ref-ocen a:hover, a.cely-clanek:hover{
  color: #181717;
  background: #e4e4e4;
}
.navigation > ul > li > a{
  transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  -webkit-transition: background .3s ease-in-out;
  -ms-transition: background .3s ease-in-out;
  font-weight: 600;
}
.g1{
  color: #181717;
}

.menu-pod-sliderom ul li:last-child a{
  border-right: 0;
}
.fotomakler img{
  width: 60px;
  height: auto;
  /*border-radius: 50%;  */
}

.price-vyskakovac{
  display: inline-block;
  height: auto;
  padding: 3px 6px;
  float: none;
  font-size: 18px;  
}
.btn-detail{
  display: inline-block;
  padding: 3px 6px;
  font-size: 15px;
  box-shadow: 0px 0px 0px transparent;
  text-shadow: 0px 0px 0px transparent;
  font-size: 18px;
  font-weight: 300;
}
.btn-detail:hover{
  color: #333;
  background: #e4e4e4;
}
.margin-0-auto{
  margin: 0 auto;
}
.max-width{
  max-width: 71px;
}
.grey-under-footer{
  background: #9d9e9e;
}
.left-text-footer, .right-text-footer, .left-text-footer a, .right-text-footer a{
  color: #333 !important;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  
}
p.nadpis{
  font-size: 20px !important;
  color: #fff !important;
}
.left-text-footer a:hover, .right-text-footer a:hover{
    text-decoration: underline;
}
.left-text-footer{
  float: left;
}
.right-text-footer{
  float: right;
}
.width-footer-table{
  width: 70%;
}
.new-photo{
  float: none !important;
  box-shadow: 0px 0px 0px transparent !important;
  margin: 0 auto !important;
}
.shadow-box{
  padding: 15px;
  box-shadow: 0px 0px 8px 1px #e8e8e8;
  margin-bottom: 15px;
}
.na-vypis{
  margin-bottom: 45px;
  margin-top: 20px;
  float: right;
}
#new-detail p{
    font-size: 14px;
}
#new-detail h3{
  font-size: 28px;
  font-weight: 400;
}

.miniatura-starsi{
  float: left;
  display: block;
  margin-right: 15px;
}
.novinka-starsi h4{
    margin-bottom: 5px;
    margin-top: 0;
}
.novinka-starsi p{
  margin-bottom: 0;
}
.novinka-starsi{
  margin-top: 30px;
}
.novinka-starsi .cely-clanek.na-vypis{
  margin: 0;
  float: left;
  
}
.side-line{
  margin-top: 30px;
  margin-bottom: 15px;
  height: 1px;
  background: #ccc;
}
p.nadpis.black{
  color: #000 !important;
  
}
.new-sidebar img.magobr{
  margin-right: 15px;
}
.text-sluzby-obci{
  padding-top: 45px;
  padding-bottom: 20px;
}
.text-sluzby-obci p{
  margin-bottom: 25px;
}
.grey-bg-sluzby-obcim{
  background: #e4e4e4;
  padding-bottom: 30px;
}
.grey-bg-sluzby-obcim ul{
  padding-left: 50px;
}
.grey-bg-sluzby-obcim ul li{
  font-size: 24px;
  font-weight: 100;
  color: #373737;
  line-height: 1.9;
  position: relative;
}
.grey-bg-sluzby-obcim ul li:before{
  content: '';
  background: url(../images/sluzby_obcim_li.png) no-repeat center center;
  width: 38px;
  height: 29px;
  position: absolute;
  left: -50px;
  top: 10px;
}
.erb-obce{
  float: left;
  margin-right: 15px;
}
.erb-div{
  margin-bottom: 35px;
}
.erb-div p{
  font-size: 26px;
  font-weight: 100;
  color: #373737;
  margin-top: 10px;
}
.devnadpis{
  line-height: 1.2;
}
.devnadpis span{
  font-size: 26px;
}
.grey-bg-sluzby-obcim h4{
  font-size: 26px;
  font-weight: 300;
}
.nase-sluzby h4{
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 0;
}


.korytar-bg{
  background: url(../images/developers/korytar.jpg) no-repeat center bottom;
  height: 430px;
}
.korytar-bg-right{
	background: url(../images/references/korytar_right.png) no-repeat center bottom;
	height: 372px;
}


.korytars-bg-right{
	background: url(../images/ospolecnosti/korytars.jpg) no-repeat center bottom;
	height: 412px;
}



.pes-bg-right{
	background: url(../images/pes2.png) no-repeat center bottom;
	height: 372px;
}

.kor-bg-left-dolu{
	background: url(../images/kor_down.jpg) no-repeat center bottom;
	height: 428px;
}


.developers-text-top .podpis{
  font-size: 26px;
  font-weight: 300;
  
}
p{
	color: #252000;
	font-weight: 300;
}
.developers-text-top .podpis span{
  font-size: 18px;
  font-weight: 300;
}

.developers-text-top{
  padding-top:  15px;
}
.developers-text-top h4{
  font-size: 26px;
  margin-top: 15px;
  font-weight: 300;
}
.developers-text-top p{
  color: #252000;
  font-size: 14px;
  line-height: 1.5; 
}
.yellow-develop{
  background: #fbba00;
  
  padding-top: 10px;
  padding-bottom: 10px
  
}
.yellow-develop .right-border{
  padding-left: 70px;
}
.yellow-develop .right-border2{
	padding-left: 20px;	
}
.yellow-develop .right-border2:first-child{
	padding-left: 70px;
} 

.yellow-develop .right-border2:nth-child(2){
	padding-left: 40px
}
.yellow-develop .right-border2:last-child{
	padding-left: 0;
}
.text-references{
	padding-top: 30px;
	padding-bottom: 50px;
}
.text-references p{
	font-size: 26px;
	font-weight: 300;
	color: #252000;
}
.o-spolecnosti-text p{
	font-size: 16px;
	color: #252000;
	font-weight: 300;
}

.yellow-develop .right-border img, .yellow-develop .right-border2 img{
  float: left;
  margin-right: 10px;
  padding-top: 7px;
}
.yellow-develop .right-border p, .yellow-develop .right-border2 p{
  padding: 0px;
  margin: 0;
  font-size: 13px;
  color: #352020;
  border-right: 1px solid #c09c1e;
}
.yellow-develop .right-border:first-child, .yellow-develop .right-border2:first-child{
		border-left: 1px solid #c09c1e;
}
.yellow-develop .right-border p span, .yellow-develop .right-border2 p span{
  font-weight: bold;
  font-size: 25px;
  
}
.develop-slider{
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 25px;
  position: relative;
}


.vrch_slide{
  padding: 0;
  border-bottom: 1px solid #b0b0b0;
  margin-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.obsah-slider .vrch_slide img{
  float: left;
  margin-right: 30px;
  
}
.obsah-slider .vrch_slide p{
  font-size: 14px;
  font-weight: 300;
}
.obsah-slider .vrch_slide p.nadpis-slide{
  color:#3d3838;
  font-size: 26px;
  font-weight: 300;
}

/*Flexslider fix*/
.flex-control-nav {
    background: none repeat scroll 0 0 #FFFFFF;
    bottom: 127px !important;
    display: block !important;
    opacity: 0.66 !important;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: auto !important;
    width: 100%;
    z-index: 999 !important;
}

.flex-direction-nav {
    display: block !important;
    opacity: 1 !important;
    top: 30% !important;
    width: 100%;
    z-index: 999 !important;
}

.flex-direction-nav a {
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    display: block;
    height: 40px;
    margin: 0;
    opacity: 1;
    overflow: hidden;
    padding-top: 8px;
    position: absolute;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 36px;
    z-index: 10;
}
.flex-direction-nav .flex-next{
  right: 0px;
}
.flex-direction-nav .flex-prev{
  left: 0px;
}
.flex-direction-nav a:before{
  font-family: "fontAwesome";
  content: "\f104";
}
.flex-direction-nav a.flex-next:before{
  font-family: "fontAwesome";
  content: "\f105";
}
/*Flexslider fix end*/




.line-ref{
	border-top: 1px solid #d1d1d1;
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
.new-ref{
	font-size: 18px;
	font-weight: 300;
}


.timeline > li > .timeline-badge{
	padding-top: 13px;
	z-index: 10;
}
.timeline > li > .timeline-badge:before{
    content: "";
    display: block;
    width: 55px;
    height: 55px;
    
    border-radius: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    background: transparent;
    border: 3px solid white;
    top: -2px;
    left: -3px;
}

.videosss{
	
	text-align: center;
    color: #FFF;
    min-height: 816px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.videosss > .insidesss{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-position: center center;
    background-size: cover;
}

.videosss > .insidesss > video{
	min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
body.over{
	overflow: auto;
}
.timeline > li > .timeline-panel{
	background-color: #e4e4e4;
	border: 0px;
	box-shadow: none;
	padding: 25px;
	padding-top: 15px;
}
.timeline > li > .timeline-panel:after{
	border-left: 9px solid #9d9e9e;
	border-right: 0px solid #9d9e9e;
}
.timeline > li > .timeline-panel:before{
	border-left: 10px solid #9d9e9e;
}

.timeline-title{
	font-size: 30px;
	font-weight: 600;
	color: #373737;
}
.timeline:before{
	background-color: #fbba00;
}
.fotka-right, .fotka-left{
	max-width: 180px;
	margin-top: 10px;
}
.fotka-right{
	float: right;
	margin-right: 27%;
}
.fotka-left{
	float: left;
	margin-left: 27%;
}
.navigation  ul  li  ul.dropdown  li  a:hover, .no_css li a:hover, .no_css li:hover, .no_css li:hover a, nav ul li ul li a:hover, .navigation > ul > li > ul li > a:hover{
	color: #242323 !important;
}
.space35{
	width: 100%;
	height: 60px;
}
	a.zlty-odkaz{
		display: inline-block;
		background: #ffd500;
		padding: 7px 20px;
		padding: 7px 20px;
		font-size: 18px;
		color: #010101;
		margin-top: 15px;
		margin-bottom: 25px;
		transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
	}
	a.zlty-odkaz:hover{
		color: #181717;
		background-color: #9d9e9e;
		
	}
	.formicek input.form-control{
		height: 40px;
	}
	.formicek .form-control{
		font-size: 16px;
		margin-bottom: 13px;
	}
	.formicek input[type="submit"]{
		background: #ffd500;
		border-radius: 0;
		padding: 7px 20px;
		padding: 7px 20px;
		font-size: 18px;
		color: #010101;
		margin-top: 15px;
		margin-bottom: 25px;
		border: 0;
		transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		float: right;
	}
	.formicek input[type="submit"]:hover{
		color: #181717;
		background-color: #e5e5e5;
	}
	.formicek label{
		line-height: 40px;
		padding-left: 3px;
		font-size: 16px;
	}

	.stopy1{
		margin-bottom: 10px;
		background: url(../images/stopy-vpravo-dve-male.jpg) no-repeat 80% bottom, url(../images/stopy-vlevo-tri-1.jpg) no-repeat 4% bottom;
		padding-left: 150px;
		padding-bottom: 35px;
	}
	
	.bez-stopy{
		padding-left: 150px;
	}
	
	.ul-style{
		padding-left: 20px;
	}
	.ul-style li{
		list-style-type: disc;
		font-size: 15px;
		font-weight: 300;
		color: #252000;
	}
	.set-map-kariera{
		max-height: 350px;
		margin: 0 auto;
		display: block;
	}
	
	.img-to-center{
		margin: 0 auto;
		display: block;
	}
	
	.kariera-top-bg{
		background: url(../images/kariera/stante_se_.png) no-repeat 100% 100%;
		min-height: 410px;
		margin-bottom: 40px;
		margin-top: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		background-size: contain;
		position: relative;
	}
	.kariera-top-bg p{
		margin-top: 60px;
		font-size: 57px;
		font-weight: 300;
		text-align: center;
		position: relative;
		
	}
	.stopy2{
		margin-bottom: 10px;
		background: url(../images/stopy-vpravo-styri-1.jpg) no-repeat 4% bottom;
		padding-left: 150px;
		padding-bottom: 35px;
	}
	.stopy2 .obsah{
		min-height: 260px;
	}
	.stopy3{
		margin-bottom: 10px;
		background: url(../images/stopy-vlevo-tri-1.jpg) no-repeat 4% bottom, url(../images/stopy-vpravo-dve-male.jpg) no-repeat 80% bottom;
		padding-left: 150px;
		padding-bottom: 45px;
	}
	.stopy3 .obsah{
		min-height: 260px;
	}
	
	.podbod{
		padding-left: 150px;
		background: url(../images/stopy-vlevo-podbod-dve.jpg) no-repeat 4% bottom;
	}
	.podbod .obsah{
		min-height: 210px;
	}
	.bublinka-seda{
		width: 73px;
		height: 69px;
		position: absolute;
		text-align: center;
		left: 15px;
		background: url(../images/seda-bublina.png) no-repeat center center;
	}
	.bublinka-seda p{
		font-size: 26px;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 69px;
		width: 73px;
		margin: 0;
	}
	.obsah a{
		text-decoration: underline;
	}
	.obsah a.zlty-odkaz{
		text-decoration: none;
	}
	
	.obsah p{
		font-size: 15px;
	}
	.obsah h2{
		font-size: 28px;
		font-weight: 300;
		margin: 0px;
		margin-bottom: 10px;
	}
	.obsah h3{
		font-size: 20px;
		color: #929292;
		font-weight: 300;
		font-style: italic;
		margin: 0;
		margin-bottom: 30px;
	}
.pos-rel{
	position: relative;
}
.bublinka{
	width: 102px;
	height: 97px;
	position: absolute;
	background: url(../images/zlta-bublina.png) no-repeat center center;
	text-align: center;
	left: 15px;
}
.bublinka p{
	font-size: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 97px;
	width: 102px;
	margin: 0;
}
.font35imp{
	font-size: 35px !important;
}


.nase-sluzby{
	padding-bottom: 25px;
}


.nase-sluzby p{
	text-align: justify;
}
.nase-sluzby .line, .proc-spolu .line{
	width: 100%;
	height: 1px;
	background: #a7a7a7;
	margin-bottom: 45px;
	margin-top: 15px;
}
.nase-sluzby .nadpis27pxsluz, .proc-spolu .nadpis27pxsluz{
	font-size: 27px;
	text-align: center;
	font-weight: 300;
	margin-bottom: 15px;
}

.nase-sluzby h4.nadpis26pxsluz{
	font-size: 26px !important;
	text-align: center !important;
	margin-bottom: 20px;
	margin-top: 20px;
}


.nase-sluzby .nadpis35pxkont, .proc-spolu .nadpis27pxsluz{
	margin-bottom: 15px;
}


.obal-proc-spolu .col-md-3, .obal-proc-spolu .col-md-9{
	margin-bottom: 25px;
	
}

.obal-proc-spolu .col-md-9 p{
	text-align: justify;
}


.obal-proc-spolu .col-md-9{
	padding-top: 45px;
}
.pad-top80{
	padding-top: 80px;
}
.menu-pod-sliderom ul li:first-child a{
	border-left: 0;
}
.develop-slider .slides li{
	/*margin: 5px;
	width: 250px !important;*/
}
div.line{
	height: 1px;
	background-color: #b0b0b0;
	margin-top: 30px;
}
.set-img-marg{
	max-width: 260px;
	margin-left: 22%;
}
.set-img-marg img{
	border: 1px solid #ccc;
}

.hide-radio input{
	display: none;
}

.form-odebirat .yellow-send{
	padding: 6px 50px;
}


.flexslider .flex-prev, .flexslider .flex-next{
	color: #646464;
	
}
.hero-slider.flexslider .flex-prev, .hero-slider.flexslider .flex-next{
	height: 55px;
}
.slid-photo1{
	position: absolute;
	right: 315px;
	top: 25px;
	width: 300px;
	border: 15px solid white;
	box-shadow: -4px 2px 5px rgba(0, 0, 0, 0.2);
	-ms-transform: rotate(-7deg); /* IE 9 */
    -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
    transform: rotate(-7deg);
	z-index: 101;
}
.slid-photo2{
	position: absolute;
	right: 85px;
	top: 140px;
	width: 300px;
	border: 15px solid white;
	box-shadow: -4px 2px 5px rgba(0, 0, 0, 0.2);
	-ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
	z-index: 100;
}

.vice-zde-tlacitko{
	padding: 10px 30px;
}

.property-listing .property-info .price, .agents-listing .agent-info .counts{
	margin-left: 10px;
}
.detail-top{
	background: none;
}

 .padding-toppp{
	padding-top: 20px;
 }
 .cena{
	line-height: 48px;
 }
 
.navrh-ceny{
	padding: 0px 10px 5px 10px;
 }
.poloha{
	display: none;
	
}
.nabidky-tlacitko{
	line-height: 45px;
}
.high2{
	height: auto;
	min-height: 22px;
}
.padding-right .high{
	margin-bottom: 5px;
}
.property-block .dalsi-nemovitost-blok{
	padding-bottom: 33px;
}     
.filter-rozlisenie{
	display: inline-block;
    margin-left: 15px;
    border: 1px solid #aaa;
    padding: 5px 10px;
	background: #fff;
}    
.ref-photo-fix{
	overflow: hidden;
}
.ref-photo-fix img{
	height: auto;
}

.print-logo-cont, .foto-print{
	display: none;
}

.print-button{
  display: block;
  margin: 0 auto;
  padding: 2px 5px;
  background: #ffd500;
  color: #000;
  /*border-radius: 4px;*/
  text-align: center;
  text-decoration: none;
  width: 120px;
  border: 0;
}
.print-button i{
  margin-right: 5px;
}
.print-button:hover{
  background: #e4e4e4;
  color: #000;
}

.fb-share-button.fb_iframe_widget{
	margin: 0 auto !important;
    width: 100% !important;
    display: block !important;
    text-align: center !important;
    margin-top: 10px !important;
}

#videotitle{
	display: block;
	margin: 0 auto;
	margin-bottom: 70px;
	width: 517px;
}
.makler-foto{
	border-bottom: 1px solid #ccc;
	padding-left: 45px;
	padding-right: 45px;
}
.space-50{
	height: 50px;
}
.certifikaty-makler .row, .fotky-karta-makler .row{
	margin-right: -5px;
    margin-left: -5px;
}
.certifikaty-makler .row .col-md-4, .fotky-karta-makler .row .col-md-4{
	padding-left: 5px;
	padding-right: 5px;
}
.makler-kontakt{
	margin-top: 15px;
}
.makler-kontakt p{
	font-size: 18px;
}
.makler-kontakt p strong{
	font-size: 22px;
}
.formicek label{
	font-size: 14px;
}

.tab-content-makler{
	border-top: 1px solid #ccc;
}
.tab-content-makler .nav-tabs{
	margin: 0px auto;
	margin-bottom: 15px;
	max-width: 515px;
}
.tab-content-makler .nav-tabs li a{
	font-size: 18px;
	font-weight: 300;
	display: inline-block;
	padding: 10px 30px;
	min-width: 150px;
	text-align: center;
	border-top: 0px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}
.tab-content-makler .nav-tabs li{
	margin-right: 2px;
	margin-left: 2px;
}
.tab-content-makler .nav-tabs li a:hover, .tab-content-makler .nav-tabs li a:active, .tab-content-makler .nav-tabs li.active a{
	background-color: #fbba00 !important;
}

.tab-content-obsah{
	margin-top: 0px;
}

.tab-content-erase-height{
	max-height: unset;
}
#HS{
	margin-bottom: 60px;
}

.g-recaptcha{
	transform: scale(0.79);
	transform-origin: 0 0;
	margin-bottom: -5px;
}
.oceneni-text p.text_zdarma{
	font-size: 24px;
	font-weight: 300;
}
p.zdarma{
	display: inline-block;
	float: left;
	background: #fbba00;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 35px;
	padding: 5px 15px;
	margin-right: 10px;
}
img.oceneni_sipka{
	margin-top: 10px;
	margin-left: 10px;
}


.slogan{
	float: left;
	display: none;
}


.liStyle ul{
	list-style: inside;
	font-size: 16px;
	color: #252000;
	font-weight: 300;
}
.ikons_motto_vrch a{
	float: left;
	margin-right: 17px;
}
.ikons_motto_vrch a.fafacebook{
    font-size: 23px;
    color: #fff;
    margin-right: 0;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    border-radius: 50%;
    background: #3B5998;
    float: left;
    margin-top: -5px;
}
.ikons_motto_vrch a.fafacebook:hover, .ikons_motto_vrch a.fafacebook:focus{
	background: #627AAD;
}

.set_height_img{
	max-height: 220px;
	overflow: hidden;
}
.nadpis-text-popt{
	min-height: 250px;
}
.set-height_img img{
	min-height: 220px;
}
.set-margin{
	margin-top: 15px;
	margin-bottom: 15px;
	max-height: 577px;
}

@media screen and (max-width: 768px){
	.ikons_motto_vrch a.fafacebook{
		float: none;
		margin: 0 auto;
	}
}


.property-grid ul li.grid-item:before{
	display: none;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}
.table-borderless td p{
	margin-bottom: 0;
}
.table-borderless td{
	padding: 0 !important;
}

.set_sipka img{
	max-width: 28px;
	margin-top: -11px;
}

img.sipka_nemovitosti{
	width: 19px;
	margin-top: -3px;
	margin-left: 15px;
	margin-right: 15px;
}






.vyhladavaniestyl ul.token-input-list-facebook{
	width: 100% !important;
}
.vyhladavaniestyl ul.token-input-list-facebook input#token-input-demo-input-facebook-theme{
	width: 100% !important;	
}
     
.vyhladavaniestyl ul.token-input-list-facebook .token-input-input-token-facebook{
	width: 100% !important;	
}

.oceneni_homepage{
	background: url(../images/online_oceneni.jpg) no-repeat left center;
}
.reference_homepage{
	background: url(../images/postava.png) no-repeat left center;
}
.reference_homepage, .oceneni_homepage{
	min-height: 235px;
	margin-top: 30px;
	padding-left: 19%;
	padding-top: 23px;
}

.timeline-badge img{
	display: none;
}
.table.table-bordered.setlabel .btn-default:hover, .table.table-bordered.setlabel .btn-default:focus{
	color: #333 !important;
	background-color: #e4e4e4 !important;
}
.nadpis35pxkont a{
	text-decoration: underline;
}
.Ospolecnosti_Zluty_blok{
	background: #fffad7;
	border-radius: 8px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 30px;
	clear: both;
	width: 100%;
}
.zelena_linka{
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
	background: #d42427;
	border-radius: 8px;
	padding: 15px 30px;
	color: #fff;
}
.zelena_linka span{
	font-size: 24px;
	font-weight: 600;
}

.aktualitatrhu{
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}

.aktualitatrhu .grid-image:hover:before{
	display: none;	
}
.aktualitatrhu:hover, .aktualitatrhu:focus{
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	background: #efefef;
}
.aktualitatrhu h4{
	padding-left: 0 !important;
}
.aktualitatrhu h4:before{
	display: none !important;
}
h4.kontakt-h4:before{
	display: none !important;
}
.makleri h5:before{
	display: none !important;
}
.detail-page-title{
	height: unset;
}
.nastaveni-margin ul.grid-holder li{
	list-style-type: none;
}
.grid-holder.col-3.isotope li{
	list-style-type: none;
}

/*h2.detail-page-title:before{
	display: none !important;
	
}*/
/*h2.detail-page-title{
	padding-left: 15px !important;
}*/
.col-sm-6 h2.detail-page-title:before{
	left: 5px !important;
	top: 30% !important;
}

.widgettitle.set-stylecek.detail-page-title:before{
	display: none;
}
.widgettitle.set-stylecek.detail-page-title{
	padding: 4px 0px;
	border-radius: 0px;
	border: 0;
	border-bottom: 14px solid #fff;
}
input[name="odeslat"].btn.btn-primary.pull-right, .odeslat-zlute{
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: 0;
	border-radius: 0;
	color: #181717;
	text-shadow: none;
	font-size: 15px;
	padding: 5px 10px;
	height: unset;
}
input[name="odeslat"].btn.btn-primary.pull-right:hover, .odeslat-zlute:hover{
	color: #181717;
	background-color: #e5e5e5 !important;
}







	 
/*--------------------------------------------------------------------------------
HRK media screen fix settings
--------------------------------------------------------------------------------*/

@media screen and (max-width: 1200px){
	.kariera-top-bg{
	
		min-height: 365px;
	
	}
	.g-recaptcha{
		transform: scale(0.70);
		transform-origin: 0 0;
		margin-bottom: -10px;
	}
	p.zdarma{
		font-size: 26px;
	}
	img.oceneni_sipka{
		max-width: 130px;
	}
}

@media screen and (min-width: 992px){
	.novinka-home{
		width: 45%;
		float: left;
		margin-right: 40px;
	}
	.formicek textarea.form-control{
		min-height: 134px;
	}

}
@media screen and (max-width: 992px){
	.stopy3, .stopy2, .stopy1, .podbod{
		background: none;
		padding-left: 15px;
	}
	.bez-stopy{
		padding-left: 15px;
	}
	.bublinka{
	background: unset;
		background: #fbba00;
		width:100%;
		height: 30px;
		left: 0;
		position: relative;
	}
	.bublinka p{
		font-size: 22px;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 30px;
		width: 100%;
		margin: 0;
	}
	
	
	.bublinka-seda{
		width: 100%;
		height: 30px;
		position: relative;
		text-align: center;
		left: 0;
		background: #dadada;
	}
	.bublinka-seda p{
		font-size: 22px;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 30px;
		width: 100%;
		margin: 0;
	}
	.kariera-top-bg{
		background: url(../images/kariera/stante_se_.png) no-repeat 100% 100%;
		min-height: 270px;
		margin-bottom: 40px;
		margin-top: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		background-size: contain;
		position: relative;
	}
	.kariera-top-bg p{
		margin-top: 40px;
		font-size: 42px;
		font-weight: 300;
		text-align: center;
		position: relative;
		
	}
	.g-recaptcha{
		transform: scale(1);
		transform-origin: 0 0;
		margin-bottom: 10px;
	}
	img.oceneni_sipka{
		display: none;
	}
	p.zdarma{
		float: none;
	}
}

@media screen and (max-width: 1200px){
	.poptavky-klientu .col-md-8{
		padding-top: 40px;
	}
  .novinky-hp-size{
    height: 180px;
  }
  .ggg{
    height: 180px;
  }
  .novinka-home img{
    height: 180px;
  }
  .novinka-home{
    width: 50%;
  }
  .logo{
    width: 290px;
    
  }
  .logo img{
      width: 100%;
  }
}
@media screen and (min-width: 992px){
  .owl-theme .owl-controls{
    display: none !important;
  }


  
}

@media screen and (max-width: 1200px){
  .hp-mag-ref-ocen.jeden img{
    margin-right: 10px;
  }
}


@media screen and (min-width: 992px) and (max-width: 1200px){
    .formular-oceneni .nav-tabs li{
      width: 33.01%;
    }
    .text-bublina{
      right: 0px;
      width: 300px;
    }       
    .prihlasit-odber{
      right: 50px;
    }
    .novinka-height .datumcek{
      left: 44%;
      padding-top: 10px;
    }
}

@media screen and (max-width: 992px){

	.fotka-right, .fotka-left{
		display: none;
	}
	
	
    .slidericek .owl-page .active span{
    background-color: #fbba00 !important;
  }
  .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background-color: #fbba00 !important;
  }
   .owl-theme .owl-controls .owl-page span{
    background: #000;
  }
  .logo{
    display: none !important;
  }
  .navigation{
    height: auto;
  }
  .menu-pod-sliderom ul li ul{
    top: 55px;
  }
    .novinky-hp-size{
    height: auto;
  }
  .ggg{
  position: relative;
    height: auto;
    padding: 15px;
  }
  .datumcek{
    top: -30px;
    left: 75%;
  }
  .hp-mag-ref-ocen.jeden img{
    width: auto;
  }
  .hp-mag-ref-ocen{
    text-align: center;
  }
  .formular-oceneni{
    margin-top: 0px;
  }
  .ggg{
    height: auto;
  }
  .novinka-home img{
    height: 100%;
  }
  .novinka-home{
    width: 100%;
  }
  .navigation ul > li > a.active{
    padding: 0px 25px;
  }
  .navigation ul > li > a:hover{
    padding: 0px 25px;
  }
  .navigation > ul > li:hover > a{
    padding: 0px 25px;
  }
  .search-form-hp{
    margin-bottom: 10px;
  }
  .my-color{
    background-color: #fbba00;
  }
  .menu-toggle i span{
    font-size: 22px;
    margin-left: 15px;
  }
  .menu-toggle p{
    float: left;
    text-decoration: none;
    color: black;
    margin-right: 15px;
  }
  .style-mob-head{
    margin-top: 15px;
  }
  
  .yellow-develop .right-border2{
	padding-left: 15px !important;
  }
  .yellow-develop .right-border:first-child, .yellow-develop .right-border2:first-child{
	border-left: 0;
  }
  .yellow-develop .right-border p, .yellow-develop .right-border2 p{
	border-right: 0;
  }
  .videosss{
	display: none;
  }
  .text-sluzby-obci p{
	text-align: justify;
  }
}
@media screen and (max-width: 768px){
  .hp-button-send{top: 0px;}
  .search-form-input{
    float: left;
  }
  #bgVideosss{
	display:none;
  }
  .datumcek{
    left: 75%;
    top: -30px;
  }
  .grid-itemm{
    width: 210px;
  }
  
  .video-hp .fluid-width-video-wrapper iframe{
    width: 100%;
  }
  .container-fluid.modre-hvezdy.proc-spolupracovat .col-md-4{
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .proc-spolupracovat h4{
    margin-top: 10px;
  }
  .formular-oceneni .nav-tabs li{
      width: 100%;
  }
  .navigation > ul > li{
    background: #fff;
  }
  .realitni-magazin{
    background: none;
  }
   
   .ekrk-male{
    text-align: center;
   }
   .mob-logo img{
      margin: 0 auto;
   }
   .datumcek{
    top: -30px;
    left: 70%;
   }
    .text-bublina{
    position: relative;
      right: 0px;
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 0;
	  top: 0;
    }
    .block-starsi img{
      margin: 0 auto;
    }       
    .prihlasit-odber{
      position: relative;
      right: 0;
      margin: 0 auto;
      top: 0;
      margin-bottom: 20px;
    }
    .realitni-magazin{
      min-height: unset;
    }
	.kariera-top-bg{
		min-height: 200px;
		
		
	}
	.kariera-top-bg p{
		margin-top: 20px;
		font-size: 32px;
		font-weight: 300;
		text-align: center;
		position: relative;
		
	}
	.navigation > ul > li > a{
		line-height: 3;
	}
	/*.navigation > ul > li ul{
		display: block !important;
	}*/
	.navigation ul > li > a.active, .navigation ul > li > a:hover{
		border-top-width: 0px;
	}
	.slid-photo1, .slid-photo2{
		display: none;
	}
	.hero-slider{
		height: auto;
	}
	.slide-title h3{
		font-size: 18px;
	}
	.slid-x{
		padding: 10px 10px;
		width: 90% !important;
	}
	.navigation{
		position: absolute;
		width: 100%;
		left: 0;
		overflow: scroll;
		/*height: 500px;*/
		z-index: 10000;
		padding-bottom: 200px;
	}
	.hp-mag-ref-ocen img{
		float: none;
	}
	
}

@media screen and (max-width: 500px){
	 .kariera-top-bg{
		min-height: 200px;
		background: url(../images/kariera/stante_se.png) no-repeat 100% 100%;
		background-size: contain;
		margin-top: 0px;
	}
	.kariera-top-bg p{
		display: none;
		
	}   
	#videotitle{
		width: 100% !important;
	}
	
}

@media screen and (max-width: 430px){
  .menu-pod-sliderom ul li{
    float: none;
    width: 100%;
    margin-bottom: 3px;
  }
  .menu-pod-sliderom ul li a{
    border: 0px;
    border-radius: 0px;
  }
  .obalovac-menu-pod-sliderom{
	bottom: -15px;
    height: auto;
    position: relative;
  }
  .obalovac-menu-pod-sliderom{
    height: 133px;
  }

.modre-hvezdy {
	padding-top: 40px;
}

  .menu-pod-sliderom ul li a.vyhledat{
    border: 0px;
    border-radius: 0px;
  }
  .menu-pod-sliderom ul li:first-child{
    border-radius: 0px;
  }
  .menu-pod-sliderom ul li a.koupit{
    border: 0px;
  }
  .menu-pod-sliderom ul li a.najmout{
    border: 0px;
  }
  .menu-pod-sliderom ul li:last-child{
    border-radius: 0px;
  }
  	.g-recaptcha{
		transform: scale(0.70);
		transform-origin: 0 0;
		margin-bottom:-10px;
	}
}


html body .checkbox-inline
{
font-size:12px !important;



}






/*Mobile menu*/

.mobile-menu {
	background: #fbba00;
}
.mobile-menu .navbar-toggle {
	border: 1px solid #000;
	float: none;
	margin: 0 auto;
	width: 42px;
	display: block;
	margin-top: 10px;
margin-bottom: 10px;
}
.mobile-menu .navbar-toggle .icon-bar {
	background: #000;
}
.mobile-menu .navbar-collapse {
	max-height: unset;
}
.mobile-menu .navbar-nav > li > a {
	border-bottom: 1px solid #ccc;
font-size: 16px;
text-decoration: none;
}
.navbar-collapse {
	width: 100%;
	background: #efefef;
	z-index: 1000;
	position: absolute;
}

.mobile-menu .navbar-nav > li > .active {
	background: #e4e4e4;
	color: #242323;
}
.mobile-menu .navbar-nav li ul li strong {
	width: 100%;
	background: #fff;
	display: block;
	padding: 4px 30px;
	text-transform: uppercase;
	font-weight: 400;
}

.mobile-menu .navbar-nav li ul li a {
	padding-left: 15px;
	border-bottom: 1px solid #ccc;
	width: 100%;
	padding: 8px 30px;
	display: block;
font-size: 15px;
text-decoration: none;
}
@media screen and (max-width: 769px){
.logo img{
	margin: 0 auto;
}
.logo a{
	display: initial;
}
.logo{
	float: none;
}
}