/* ---- zaklady ---- */
body{
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	background: #efefef;
	color: #000;
}
a,a:visited{
	color: #1aa8be;
	text-decoration: underline;
}
a:hover,a:active,a:focus{
	text-decoration: none;
	color: #1aa8be;
}
h2,h3,h4{
	text-transform: uppercase;
}
h1{
	font-size: 34px;
	font-weight: 700;
	margin: 25px 0 30px 0;
	color: #4d5255;
}
h2{
	font-size: 20px;
	font-weight: 300;
	margin: 20px 0;
	color: #1aa8be;
}
h3{
	font-size: 16px;
	color: #1d4d78;
	font-weight: 300;
	margin: 12px 0;
}
h1 span{
	font-weight: 600;
	color: #fff;
	float: left;
	background: #1aa8be;
	border-radius: 4px;
	padding: 5px 10px;
	font-size: 18px;
	margin: 5px 10px 0 0;
}
p{
	font-weight: 300;
	line-height: 1.6;
}
p.highlight{
	color: #363738;
	font-weight: 600;
}
p.title{
	font-size: 18px;
	color: #1d4d78;
	font-weight: 300;
	text-transform: uppercase;
}
.justify{text-align: justify;}
.mt0{margin-top: 0;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
table{
	width: 100%;
	margin: 30px 0;
	background: #fff;
	border-radius: 10px;
	font-weight: 300;
	-webkit-box-shadow: 0 1px 0px 0px #E0DCCD;
	box-shadow: 0 1px 0px 0px #E0DCCD;
}
table tr th, table tr td{padding: 8px 15px;}
table tr th{
	background: #6e6968;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}
table tr th:first-child{border-top-left-radius: 10px;}
table tr th:last-child{border-top-right-radius: 10px;}
ul{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
li{
	font-weight: 300;
	padding: 2px 0 2px 20px;
	background: url("../images/li-bullet.png") no-repeat 1px 6px;
}
ul.nav li{
	font-weight: inherit;
	padding: inherit;
	background: none;
}
.semibold{font-weight: 600;}
img.noresize{
	width: auto !important;
	height: auto !important;
}
hr{
	margin-top: 40px;
	border-color: #E0E0E0;
	background: url("../images/hr-shadow.png") no-repeat center 0px;
	height: 15px;
}
.shadow{
	-webkit-box-shadow: 0 0px 5px 2px #6F6F6F;
	box-shadow: 0 0px 5px 2px #6F6F6F;
}
.img-full img{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.img-full.col{margin-bottom: 30px;}


/* ---- reset bootstrap ---- */
a:hover, a:focus, a:active, .btn {outline: none;}
.container{padding: 0 35px;}
.row-fixed{margin: 0;}
.btn{
	border-radius: 8px;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	outline:none;
}
.btn-primary{
	border: 1px solid #dbe2e9;
	color: #000 !important;
	background:linear-gradient(#fafbfc, #e7edf3);
}
.btn-primary:focus,.btn-primary:hover, .btn-primary:active{
	background-color: #2E93B4;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #37A6CC),
		color-stop(1, #78CEEC)
	);
	background-image: -o-linear-gradient(bottom, #37A6CC 0%, #78CEEC 100%);
	background-image: -moz-linear-gradient(bottom, #37A6CC 0%, #78CEEC 100%);
	background-image: -webkit-linear-gradient(bottom, #37A6CC 0%, #78CEEC 100%);
	background-image: -ms-linear-gradient(bottom, #37A6CC 0%, #78CEEC 100%);
	background-image: linear-gradient(to bottom, #37A6CC 0%, #78CEEC 100%);
}
.btn-darkblue{
	background:linear-gradient(#5e5a59, #262626);
	color: #fff !important;
	border: 1px solid #444242;
}
.btn-darkblue:hover,.btn-darkblue:active,.btn-darkblue:focus{
	color: #fff;
	background:linear-gradient(#5e5a59, #000);
}
.btn-small{
	font-size: 12px;
	padding: 4px 15px;
}
.btn-medium{
	font-size: 16px;
	padding: 12px 25px;
	font-weight: 400;
	margin-bottom: 15px;
}

.btn-large{
	font-size: 18px;
	padding: 20px 10px;
	font-weight: 600;
	width: 220px;
	margin: 10px 0;
}
.reset{
	text-decoration: none;
	text-transform: none;
}



/* ---- header ---- */
.container.header{
	background: #3a3a42;
	width: 100%;
}
.container.header.homepage{min-height: 475px;}
header{
	width: 1010px;
	max-width: 100%;
	margin: 0 auto;
	padding-left: 35px;
}

.logo{
	max-width: 250px;
	color: #fff;
	margin: 17px 0;
}
.logo img{
	max-width: 140px;
	width: 100%;
}
.logo a{
	text-decoration: none;
}
.btn-search{
	width: 70px;
	height: 45px;
	border: 1px solid #000;
	background: linear-gradient(#797474, #282422);
}
.btn-search:focus, .btn-search:active{background: linear-gradient(#282422, #797474);}
.icon-magniglass{
	background: url("../images/sprite.png") no-repeat;
	width: 20px;
	height: 21px;
	display: block;
	margin-left: 13px;
}
.search-container{
	margin-top: -10px;
	margin-bottom: -10px;
	width:100%;
}
input[type="text"].input-search{
	float: left;
	width:80%;
	margin-right: 10px;
	border: 1px solid #000;
	border-radius: 5px;
	background: #fff;
	box-shadow: none;
	font-size: 16px;
	color: #1a476f;
	font-style: italic;
	padding: 10px 15px;
}



.navbar-default{
	background-color: transparent;
	border: none;
	margin: 0;
}
.navbar-nav{
	float: right;
	margin-top: 25px;
}
.navbar-default .navbar-nav > li > a {

	padding: 12px 12px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background: none;
    font-weight: 700;
    text-decoration: none;
}
.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus {
	text-decoration: underline;
    color: #fff;
}
.navbar-nav > li > .dropdown-menu {
    background-color: #FFFFFF;
    border: 1px solid #CFEAF1;
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
	margin-top: -1px;
}
.navbar-nav > li > .dropdown-menu  > li > a {
    color: #294a53;
    display: block;
    font-weight: 300;
    text-transform: uppercase;
	font-size: 13px;
	padding: 5px 20px;
	text-decoration: none;
}
.navbar-nav > li > .dropdown-menu  > li > a:hover,.navbar-nav > li > .dropdown-menu  > li > a:focus {
    color: #294a53;
	background: #E5E6E6;
}
.navbar-toggle {
    background-color: #fff;
	top: 15px;
}
.navbar-nav > li:first-child a{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-right: -2px; /* IE */
}
.navbar-nav > li:last-child a{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-left: -1px; /* IE */
}
.navbar-collapse.in {
    position: absolute;
    width: 100%;
    z-index: 99;
}

ul.nav li.dropdown:hover ul.dropdown-menu{ display: block; } /* otevření menu bez kliknutí */



/* ---- hlavni nadpis ---- */
.headline{text-align: center;}
.headline h1{margin: 60px 0 40px 0;}
.parametry{
	background: #4d5255;
	border-radius: 10px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color:  #fff;
}
.price{
	font-size: 18px;
	font-weight: 600;
	color:  #1aa8be;
}
.pagination {
    display: block;
    text-align: center;
    margin: 20px 0;
    border-radius: 4px;
}

.headline.detail {text-align: left;}

/* ---- homepage ---- */
.box.nabidka{
	padding-left: 75px;
	padding-right: 75px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	margin-top: -30px;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	position:relative;
	z-index: 9;
	-webkit-box-shadow: 0px 5px 5px 0px #6F6F6F;
	box-shadow: 0px 5px 5px 0px #6F6F6F;
}
.box.homepage{
	padding-top: 20px;
}
.nav-title{
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	padding: 10px 0 5px 0;
}
.nav.nemovitosti{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.nav.nemovitosti li{
	margin: 2px 7px 2px 0;
	padding-right: 7px;
	color: #6e6968;
	font-weight: 600;
	display: inline-block;
	border-right: 1px solid #CCC;
}
.nav.nemovitosti li:last-child{
	border-right: none;
}
.nav.nemovitosti li a{
	padding: 0;
	color: #6e6968;
	font-weight: 600;
	text-decoration: underline;
	text-transform: none;
	display: inline-block;
}
.nav.nemovitosti li a:hover, .nav.nemovitosti li a:focus{
	text-decoration: none;
	background: none;
}
.zpravodaj{
	padding: 0 15px;
	border-left: 1px solid #E9E9E9;
}
.zpravodaj h3,.zpravodaj h3 a{
	font-size: 14px;
	font-weight: 600;
	color: #363738;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 20px;
	margin-bottom: 5px;
}
.plot{
	margin-bottom: 30px;
}

.hypoteka, .exekuce{
	border: 1px solid #DFDFDF;
	padding: 25px 80px 25px 30px;
	width: 300px;
	margin: 10px 0 20px -40px;
	border-radius: 10px;
	text-transform: uppercase;
	color: #6c7375;
	font-size: 16px;
	font-weight: 300;
	line-height: 18px;
	-webkit-box-shadow:inset 0 -10px 5px 0 #F6F6F6;
	box-shadow:inset 0 -10px 5px 0 #F6F6F6;
	background: url("../images/sprite.png") no-repeat 214px -31px;
}
.exekuce{
	background-position: 195px -140px;
}
.highlight{
	color: #1aa8be;
	font-weight: 600;
}
a.pdf{
	color: #4a4b4b;
	font-weight: 300;
	display: block;
	text-transform: uppercase;
	padding: 4px 0 4px 30px;
	background: url("../images/sprite.png") no-repeat -84px 3px;
}








/* ---- strankovani ---- */
.btn-pagination{
	color: #2e2e2e !important;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: 300;
	background:#fff;
	cursor: pointer;
}
.btn-pagination:hover{color: #000;}
.icon-arrow-left,.icon-arrow-right, .icon-arrow-left.disabled, .icon-arrow-right.disabled{
	background: url("../images/sprite.png") no-repeat -30px 2px;
	width: 7px;
	height: 17px;
	display: block;
}
.icon-arrow-right{background-position: -43px 2px;}
.icon-arrow-left.disabled{background-position: -30px -13px;}
.icon-arrow-right.disabled{background-position: -43px -13px;}
.pagination .btn-pagination{
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
}
.pagination .btn-pagination:active, .pagination .btn-pagination.active{
	box-shadow: none;
	color: #fff !important;
	background:#1aa8be;
}


/* ---- vypis nemovitosti homepage ---- */
.detail-small img, .detail-large img{
	width: 100%;
	height: auto;
	border-radius: 2px;
}
.owl-item a{text-decoration: none !important;}
a:last-child .detail-small, a:last-child .detail-large{margin-right: 0;}
a:hover .detail-small img, a:hover .detail-large img{opacity: 0.8;}
.detail-large {
	border:solid 1px #e9e9e9;
	border-bottom:solid 2px #e9e9e9;
	border-radius:10px;
	padding:10px;
}

a .detail-small p, a .detail-large p{
	display: block;
	width: 100%;
	height: 70px;
	padding: 10px 0;
	text-align: justify;
	font-weight: 300;
	color: #464444;
}
.detail-small .price, .detail-large .price{
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	font-size: 16px;
	color: #000;
}
.detail-large .price{border-top:solid 1px #e9e9e9;}

.owl1 .owl-prev, .owl1 .owl-next, .owl2 .owl-prev, .owl2 .owl-next {
    background:#f0f0f0;
    border:1px solid #D1D6CE;
	position:absolute;
	top:-47px;
	right:185px;
	width:33px;
	height:31px;
	line-height:30px;
	font-size:18px;
	text-align:center;
	color:#727271;
	border-radius:8px;
}

.owl1 .owl-next, .owl2 .owl-next {
	top:-47px;
	right:148px;
}

.owl1 .owl-prev:hover, .owl1 .owl-next:hover, .owl2 .owl-prev:hover, .owl2 .owl-next:hover {background:#d7dde1;}









/* ---- boxy ---- */
.box{
	background: #fff;
	padding: 35px 35px 15px 35px;
	border-radius: 10px;
	border: 1px solid #c2c2c2;
	height: auto;
	-webkit-box-shadow: 0 0px 3px 2px #c2c2c2;
	box-shadow: 0 0px 3px 2px #c2c2c2;
	color: #464444;
	margin-top: 20px;
}
.box2{
	padding: 35px;
	border-radius: 10px;
	background: url(../images/bg2.jpg) no-repeat left top;
	-webkit-box-shadow: 0 0px 5px 2px #6F6F6F;
	box-shadow: 0 0px 5px 2px #6F6F6F;
	color: #fff;
	margin-bottom:30px;
	min-height:283px;
}
.box3{padding:0;}
.box2 h2{
	font-weight:700;
	margin: 20px 0;
	color: #fff;
}
.box3 img {
	max-width:100%;
	border-radius: 10px;
	margin-bottom:30px;
}

.last{
	margin-right: 0 !important;
}
.box.info{
	padding-bottom: 20px !important;
}
a.icon-search{
	padding-left: 20px;
	background: url("../images/sprite.png") no-repeat -90px -60px;
	color: #1aa8be;
}
.detail-photo-large{
	width: 100%;
	position: relative;
}
.detail-photo-large img, .detail-photo-small img{
	width: 100%;
}
.detail-photo-large .caption{
	background: url("../images/overlay-black.png") repeat;
	width: 100%;
	height: auto;
	padding: 15px;
	position: absolute;
	bottom: 0;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
}
.detail-photo-small{
	width: 100%;
	border-radius:4px;
	overflow:hidden;
}
.box.photos{
	padding: 30px;
}
.photo-container{
	width: 840px;
	padding-right: 0;
}
ul.bxslider li{
	background: 0;
	padding: 0;
}
.thumbs-container{
	width: 138px;
	height: 450px;
}
.bx-prev,.bx-next{
	position: absolute;
	width: 30px;
	height: 20px;
	font-size: 0px;
	border-radius: 3px;
}
.bx-prev{
	background: url("../images/arrow-up.png") no-repeat 0 0;
	top: -10px;
	left: 40%;
}
.bx-next{
	background: url("../images/arrow-down.png") no-repeat 0 0;
	left: 40%;
	bottom: -5px;
}



/* ---- detail nemovitosti */
table.detail-nemovitosti{
	border: none;
	box-shadow: none;
	width: 100%;
	margin: 0;
	margin-bottom: -35px;
}
table.detail-nemovitosti tr td{
	vertical-align: baseline;
	color: #000;
	border-bottom: 1px solid #DFE3EE;
}
table.detail-nemovitosti tr td.label{
	width: 140px;
	color: #3a6489;
    display: table-cell;
    font-size: 100%;
    font-weight: 300;
	text-align: left;
}
table.detail-nemovitosti tr td.price{
	color: #1aa8be;
	font-size:22px;
	font-weight: 500;
	width: 190px;
}
table.detail-nemovitosti tr td.price .note{
	display: block;
	font-size: 11px;
	font-weight: 300;
	color: #000;
}
table.detail-nemovitosti tr:last-child td{
	border: none;
}
.detail-nemovitosti-kontakt .img{
	width: 120px;
}
.detail-nemovitosti-kontakt h2{
	margin: 0 0 15px 0;
}
.detail-nemovitosti-kontakt .name{
	display: block;
	font-size: 18px;
	color: #999;
	font-weight: 600;
	margin-bottom: 10px;
}
.btn.btn-detail-nemovitosti{
	text-align: left;
	text-transform: none;
	background: url("../images/sprite.png") no-repeat #E7EDF3;
	width: 150px;
	float: right;
	margin-bottom: 5px;
	border: 1px solid #DBE2E9;
	padding-left: 35px;
	color: #1d4d78;
	font-weight: 300;
	-webkit-box-shadow:inset 0 8px 10px 1px rgba(254,254,254,0.8);
	box-shadow:inset 0 8px 10px 1px rgba(254,254,254,0.8);
}
.btn-detail-nemovitosti:active, .btn-detail-nemovitosti:focus{
	-webkit-box-shadow:inset 8px 0 10px 1px rgba(254,254,254,0.8);
	box-shadow:inset 8px 0 10px 1px rgba(254,254,254,0.8);
}
.btn.icon-mail{
	background-position: -77px -277px;
}
.btn.icon-question{
	background-position: -77px -250px;
}
.btn.icon-print{
	background-position: -77px -221px;
}





/* ---- vypis ---- */
.list-item{
	margin: 20px 0;
	padding: 10px 0 30px 0;
	border-bottom: 1px solid #DFE3EE;
}
.list-item h2{
	margin-top: 0;
}
.list-item .popis{
	padding-left: 20px;
}
.list-item:first-child{
	margin-top: 0;
	padding-top: 0;
}
.popis h2{
	font-weight: 700;
	font-size: 16px;
	text-transform: none;
}
.popis h2 .price{
	font-weight: 400;
	font-size: 18px;
	color: #3a6489;
}
span.location{
	font-weight: 700;
	color: #3a6489;
}





/* ---- formular ---- */
.box.form{
	padding: 40px 75px;
}
.box.form .row{
	margin-top: 10px;
	margin-bottom: 10px;
}
input[type="text"], input[type="password"], textarea{
	width: 100%;
	border: 1px solid #D2D2D2;
	border-radius: 3px;
	padding: 7px 10px;
    color: #252c2f;
	font-weight: 300;
	-webkit-box-shadow:inset 0 2px 0 0 #F3F6F9;
	box-shadow:inset 0 2px 0 0 #F3F6F9;
}
label{
	width: 180px;
	padding-right: 10px;
	color: #000;
	font-weight: 600;
}
.required{
	color: red;
	line-height: 1px;
	padding: 0 2px;
}
select.dropdown{
    border: 1px solid #D2D2D2 !important;
	border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("../images/dropdown_arrow.png") no-repeat;
    background-position: right 12px;
    width: 100px;
    text-indent: 0.01px;
    text-overflow: "";
    color: #252c2f;
	font-weight: 300;
	width: 100%;
	padding: 5px 10px;
	cursor: pointer;
	-webkit-box-shadow:inset 0 -10px 10px 0 rgba(236,240,244,0.8);
	box-shadow:inset 0 -10px 10px 0 rgba(236,240,244,0.8);
}
select.dropdown option{
    padding-left: 10px;
	cursor: pointer;
}
select.dropdown.fixed, input[type="text"].fixed, input[type="password"].fixed{
	width: 300px;
	margin-right: 20px;
}
select.dropdown:active, select.dropdown:focus{
	-webkit-box-shadow:inset 0 10px 10px 0 rgba(236,240,244,0.8);
	box-shadow:inset 0 10px 10px 0 rgba(236,240,244,0.8);
}
fieldset{
	background: #F3F5F9;
	border: 1px solid #D2DBE2;
	position:relative;
	clear: both;
	padding: 45px 10px 10px 10px;
	border-radius: 3px;
}
legend{
	position: absolute;
	border: none;
	color: #1d4d78;
	font-weight: 600;
	font-size: 14px;
	top: 12px;
}
.checkbox label{
	clear: both;
	font-size: 13px;
	font-weight: 300;
	color: #252c2f;
}
.checkbox input[type="checkbox"], .checkbox input[type="radio"]{
	margin: 3px 10px 4px 0;
}
.inputgroup{
	width: 165px;
	margin: 0 10px 10px 0;
	float: left;
}
textarea.popis-nemovitosti{
	vertical-align: top;
	width: 600px;
	max-width: 600px;
	height: 100px;
	min-height: 100px;
	resize: vertical;
}

.icon{
	padding-left: 22px;
	background: url("../images/sprite.png") no-repeat;
}
p.icon-info{
	font-weight: 300;
	color: #1d4d78;
	background-position: -87px -351px;
	margin: 20px 0;
}
.icon-plus{
	background-position: -87px -310px;
}
.icon-minus{
	background-position: -87px -331px;
}
.remove-town{
	padding-right: 20px;
	display: inline-block;
}
.inline-form{
	display: block;
	margin-bottom: 10px;
}
.inline-form textarea{
	width: 300px;
	resize: vertical;
	vertical-align: top;
	min-height: 100px;
}
h3.form{
	border: 1px solid #D2D2D2 !important;
	border-radius: 3px;
    background: url("../images/dropdown_arrow.png") no-repeat;
    background-position: right 12px;
    width: 100px;
    text-indent: 0.01px;
    text-overflow: "";
    color: #252c2f;
	font-weight: 300;
	width: 100%;
	padding: 5px 10px;
	cursor: pointer;
	-webkit-box-shadow:inset 0 -10px 10px 0 rgba(236,240,244,0.8);
	box-shadow:inset 0 -10px 10px 0 rgba(236,240,244,0.8);
}
h3.form label{
	width: 100%;
	cursor: pointer;
	font-size: 14px;
	text-transform: none;
}
h3.form label input{
	margin-right: 5px;
}
.at{
	width: 100%;
	height: auto;
	padding: 10px;
	background: #F3F5F9;
	border: 1px solid #D2DBE2;
	position:relative;
	clear: both;
	border-radius: 3px;
	margin-top: -15px;
}
.at label{
	width: auto;
	min-width: 100px;
	margin-right: 30px;
	font-weight: 300;
}
.at label input{
	margin-right: 7px;
}
#edit_address div,#edit_address label{
	float: left;
}
#edit_address label{
	margin-right: 3px;
}
#edit_address img{
	width: auto !important;
	height: auto !important;
}
#selected_location{
	float: none;
	width: 100%;
	display: block;
}
#selected_location div{
	float: none;
	width: auto;
	margin-left: 185px;
}
.red-star{
	color: red;
}
.dhx_combo_img{
	position: relative;
	right: 20px;
	height: 6px !important;
	width: 25px !important;
	top: 15px;
	display: inline;
	position: absolute;
}
.dhx_combo_box{
	width: 320px;
	position: relative;
}
.dhx_combo_input{
	width: 300px !important;
	float: left !important;
}



/* ---- footer ---- */
footer{
	margin:40px 0 0 0;
	color:#efefef;
	background: #2e2e2e;
	padding: 40px 0 60px 0;
}
.logofoot{
	background: #1aa8be;
	display: inline-block;
	padding: 30px;
}
.logofoot img{width: 100%;}
footer h6 {
    color:#fff;
	font-size:16px;
	font-weight:600;
	margin-top:0;
}
footer p {margin:30px 0;}
footer hr {
    margin-top: 0;
    border-color: #686868;
    background: none;
    height: 1px;
}
footer .col-sm-8 {padding-top: 10px;}
footer .col-sm-4 {text-align: right;}
footer .col-sm-4 a {
    color: #686868;
    font-size: 26px;
}


.makler {
	color:#363738;
}
.makler span {
	font-size:20px;
	display:block;
	margin:20px 0;
}
.makler a {
	color:#363738;
}
.makler h2 {
	margin-bottom:5px;
}
.makler h3 {
	font-size:14px;
	text-transform:none;
	color:#363738;
	margin-top:0;
}
.makler h5 {
	font-size:20px;
	font-weight:600;
	color:#363738;
	margin:60px 0 40px 0;
}

@media (max-width: 919px){
	header{padding-left: 0;}
	.table-detail{
		margin-top: 20px;
	}
	.hypoteka, .exekuce {
		margin: 10px 20px 20px 0;
		width: 300px;
		float: left;
		clear: right;
	}
	.search-container{
		margin-top:20px;
		margin-bottom: 0;
	}
	.headline {
		padding: 15px 10px;
	}
	.box.nabidka {
		padding: 20px 20px;
	}
	.box.container.note, .box.photos {
		padding: 20px 20px 10px;
	}
	.box.form {
		padding: 40px 20px;
	}
}
@media (max-width: 767px){
	.collapse ul.nav li.dropdown ul.dropdown-menu{ /* otevření celého menu na mobilu */
		display: block;   
		border: 0 none;
		box-shadow: none;
		float: none;
		margin-top: 0;
		position: static;
		width: auto; 
	}
	.collapse ul.nav li a {
		padding: 10px 20px;
	}
	.collapse ul.nav li a:hover {
		background-color: #eee;
	}
	.collapse ul.nav li.dropdown ul.dropdown-menu li a {
		padding: 10px 40px;
	}
	.navbar-nav{
		float: none;
		background-color: #3a3a42;
		margin-top: 10px;
	}
	select.dropdown.fixed, input.fixed[type="text"], input.fixed[type="password"] {
		width: 100%;
	}	
	textarea.popis-nemovitosti {
		max-width: 100%;
		width: 100%x;
	}
	.headline h1{
		margin: 20px 0;
		font-size: 24px;
	}
	.dhx_combo_input {
		float: none !important;
		width: 100% !important;
	}
	.dhx_combo_box {
		width: 100%;
	}
	#selected_location div {
		margin-left: 10px;
		width: 100%;
	}
	#edit_address div, #edit_address label {
		float: none;
	}
	#add_location{
		margin: 2px 0 4px 11px;
		display: inline-block;
		clear: both;
	}
	.dhx_combo_img {
		right: 0;
	}
	.detail-nemovitosti-kontakt a{
		margin-bottom: 10px;
		display: inline-block;
	}
	.hledani-nemovitosti-header {
		padding: 0;
	}
	.owl-control{
		margin-top: -10px;
		margin-bottom: 20px;
	}
	.box {
		padding: 30px 15px;
	}
	.btn-detail-nemovitosti{
		margin-left: 10px;
	}
	.detail-nemovitosti-kontakt .img img{
		margin-bottom: 20px;
	}
	.detail-photo-small {
		width: 129px;
		float: left;
		margin: 5px;
	}
	footer .col-sm-4 {text-align: left;}
}
@media (max-width: 400px){
	.logo {
		margin-top: 24px;
		max-width: 175px;
	}

}
@media (max-width: 360px){
	.hypoteka, .exekuce {
		width: 100%;
		background-image: none;
		padding-right: 20px;
	}
	.btn-large, .btn-darkblue{
		width: 100%;
		display: block;
	}
	.btn.btn-detail-nemovitosti{
		width: 100%;
	}
}