/* ---- font ---- */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url("../fonts/OpenSans300.woff") format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url("../fonts/OpenSans400.woff") format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url("../fonts/OpenSans600.woff") format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url("../fonts/OpenSans700.woff") format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url("../fonts/OpenSans300i.woff") format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url("../fonts/OpenSans400i.woff") format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url("../fonts/OpenSans600i.woff") format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url("../fonts/OpenSans700i.woff") format('woff');
}

/* ---- zaklady ---- */
body{
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	background:#f39200 url("../images/bg.jpg") no-repeat center top;
	color: #000;
	overflow-x:hidden;
}
a,a:visited{
	color: #000;
	text-decoration: underline;
}
a:hover,a:active,a:focus{
	text-decoration: none;
	color:#bf3109;
}
h1,h2,h3,h4{
	text-transform: uppercase;
}
h1{
	font-size: 24px;
	font-weight: 700;
	margin: 50px 0 25px 0;
	color: #000;
}
h2{
	font-size: 20px;
	font-weight: 300;
	margin: 20px 0;
	color: #e74011;
}
h3{
	font-size: 16px;
	color: #bf3109;
	font-weight: 300;
	margin: 12px 0;
}
h6{
	font-size:20px;
	color: #e74011;
	text-transform:uppercase;
	font-weight: 300;
	margin:30px 0;
}
h1 span{
	text-transform: none;
	font-weight: 600;
	color: #fff;
}
p{
	font-weight: 300;
	line-height: 1.6;
}
p.highlight{
	color: #000;
	font-weight: 600;
}
p.title{
	font-size: 18px;
	color: #000;
	font-weight: 600;
}
.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: #bf3109;
	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 5px;
}
ul.nav li{
	font-weight: inherit;
	padding: inherit;
	background: none;
}
.semibold{
	font-weight: 600;
}
img.noresize{
	width: auto !important;
	height: auto !important;
}




input::-webkit-input-placeholder {
	color: #bd3009 !important;
	font-style:italic !important;
}
input:-moz-placeholder { /* Firefox 18- */
	color: #bd3009 !important;
	font-style:italic !important;
}

input::-moz-placeholder {  /* Firefox 19+ */
	color: #bd3009 !important; 
	font-style:italic !important;
}

input:-ms-input-placeholder {  
	color: #bd3009 !important;
	font-style:italic !important;
}

/* ---- reset bootstrap ---- */
a:hover, a:focus, a:active{
	outline: none;
}

.row-fixed{
	margin: 0;
}
.btn{
	border-radius: 8px;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
}

.btn-primary{
	border: 1px solid #e74011;
	color: #fff !important;
	text-shadow: 1px -1px 0 #bb3008;
	background-color: #e95025;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #e95025),
		color-stop(1, #bb3008)
	);
	background-image: -o-linear-gradient(bottom, #e95025 0%, #bb3008 100%);
	background-image: -moz-linear-gradient(bottom, #e95025 0%, #bb3008 100%);
	background-image: -webkit-linear-gradient(bottom, #e95025 0%, #bb3008 100%);
	background-image: -ms-linear-gradient(bottom, #e95025 0%, #bb3008 100%);
	background-image: linear-gradient(to bottom, #e95025 0%, #bb3008 100%);
}
.btn-primary:focus,.btn-primary:hover, .btn-primary:active{
	background-color: #bb3008;
	border: 1px solid #e74011;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #bb3008),
		color-stop(1, #922708)
	);
	background-image: -o-linear-gradient(bottom, #bb3008 0%, #922708 100%);
	background-image: -moz-linear-gradient(bottom, #bb3008 0%, #922708 100%);
	background-image: -webkit-linear-gradient(bottom, #bb3008 0%, #922708 100%);
	background-image: -ms-linear-gradient(bottom, #bb3008 0%, #922708 100%);
	background-image: linear-gradient(to bottom, #bb3008 0%, #922708 100%);
}
.btn-darkblue{
	background: #6e7981;
	color: #fff;
	border: 1px solid #5e6c76;
}
.btn-darkblue:hover,.btn-darkblue:active,.btn-darkblue:focus{
	color: #fff;
	background: #424f59;
}
.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;
	border:solid 1px #f39200;
	background: #f39100;
    background: -webkit-linear-gradient(#f39100, #ee6d08);
    background: -o-linear-gradient(#f39100, #ee6d08);
    background: -moz-linear-gradient(#f39100, #ee6d08);
    background: linear-gradient(#f39100, #ee6d08);
}
.reset{
	text-decoration: none;
	text-transform: none;
}



/* ---- header ---- */
.header{
	margin-top: 20px;
	margin-bottom:10px;
}
.logo{
	max-width: 210px;
	max-height: 80px;
	margin:35px 0 0 0;
}
.logo a{
	text-decoration: none;
}
.search-container{
	width: 100%;
	height: 40px;
	margin-bottom: 20px;
}
.search-container > span {
	float:right;
	color:#fff;
	font-weight:600;
	padding:10px 20px 0 0;
	font-size:16px;
}
.input-header{
	width: 255px !important;
	height: 40px;
	border: 1px solid #fff !important;
	border-radius: 8px;
	background-color:rgba(255,255,255,.8);
	box-shadow:none !important;
	color: #bd3009;
	padding: 5px 10px;
}
.btn-header{
	background-color: #e95025;
	width: 70px;
	height: 40px;
	border: 1px solid #e74011;
	margin-left: 10px;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #e95025),
		color-stop(1, #bb3008)
	);
	background-image: -o-linear-gradient(bottom, #e95025 0%, #bb3008 100%);
	background-image: -moz-linear-gradient(bottom, #e95025 0%, #bb3008 100%);
	background-image: -webkit-linear-gradient(bottom, #e95025 0%, #bb3008 100%);
	background-image: -ms-linear-gradient(bottom, #e95025 0%, #bb3008 100%);
	background-image: linear-gradient(to bottom, #e95025 0%, #bb3008 100%);
}
.btn-header:focus,.btn-header:hover, .btn-header:active{
	background-color: #bb3008;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #bb3008),
		color-stop(1, #922708)
	);
	background-image: -o-linear-gradient(bottom, #bb3008 0%, #922708 100%);
	background-image: -moz-linear-gradient(bottom, #bb3008 0%, #922708 100%);
	background-image: -webkit-linear-gradient(bottom, #bb3008 0%, #922708 100%);
	background-image: -ms-linear-gradient(bottom, #bb3008 0%, #922708 100%);
	background-image: linear-gradient(to bottom, #bb3008 0%, #922708 100%);
}
.icon-magniglass{
	background: url("../images/sprite.png") no-repeat;
	width: 20px;
	height: 21px;
	display: block;
	margin-left: 13px;
}


.navbar-default{
	background-color: transparent;
	border: none;
}
.navbar-nav{
	float: right;
	margin-top: 3px;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
	font-weight:600;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 12px;
}
.navbar-default .navbar-nav > li:last-child > a {
	padding-right: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #fff;
	text-decoration:underline;
}
.navbar-nav > li > .dropdown-menu {
    background-color: #FFFFFF;
    border: 1px solid #e74111;
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
	margin-top: -1px;
}
.navbar-nav > li > .dropdown-menu  > li > a {
    color: #0D3552;
    display: block;
    font-weight:600;
    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: #0D3552;
	background-color: #eee;
}
.navbar-toggle {
    background-color: #fff;
}



ul.nav li.dropdown:hover ul.dropdown-menu{ display: block; } /* otevření menu bez kliknutí */



/* ---- homepage ---- */

#banners {
	border-radius:12px 12px 0 0;
	overflow:hidden;
	min-height:268px;
}




.hledani-nemovitosti{
	width: 1140px;
	margin: 10px -100px 40px -100px;
	border-radius: 10px;
	background: url("../images/img11.jpg") no-repeat center top;
	position: relative;
}
.hledani-nemovitosti .overlay{
	background:#fff;
	width: 100%;
	height: auto;
	padding: 10px 0;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.nav-title{
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #e74011;
	text-transform: uppercase;
	padding: 10px 0 5px 0;
}
.nav.nemovitosti{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.nav.nemovitosti li{
	margin: 2px 10px 2px 0;
	color: #5e6c76;
	font-size: 12px;
	font-weight: 600;
	display: inline-block;
}
.nav.nemovitosti li a{
	padding: 0;
	color: #5e6c76;
	font-size: 14px;
	font-weight: 600;
	text-decoration: underline;
	text-transform: none;
	display: inline-block;
}
.nav.nemovitosti li a:hover{
	text-decoration: none;
}
.shadow{
	background: url("../images/hledani-nemovitosti-shadow.png") no-repeat center;
	height: 60px;
	width: 1140px;
	position: absolute;
	bottom: -60px;
}
.zpravodaj{
	padding: 0 15px;
	border-left: 1px solid #E9E9E9;
}
.zpravodaj h3,.zpravodaj h3 a{
	font-size: 14px;
	font-weight: 600;
	color: #000;
	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: #e74011;
	font-weight: 600;
}
a.pdf{
	color: #5e6c76;
	font-weight: 300;
	display: block;
	text-transform: uppercase;
	padding: 4px 0 4px 30px;
	background: url("../images/sprite.png") no-repeat -84px 3px;
}



.rotate {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);

  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;

  /* Should be unset in IE9+ I think. */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  position:absolute;
  right:-60px;
  top:210px;
  background:#3c5a99;
  color:#fff !important;
  text-decoration:none;
  display:block;
  padding:15px 30px;
  border-radius:10px 10px 0 0;
  transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	z-index:10;
}
.rotate i {
 float:left;
 font-size:40px;
 margin-right:15px;
}
.rotate span {float:left;}
.rotate:hover {box-shadow:#fff 0 0 15px;}
.rotate.tw {
  top:410px;
  right:-61px;
  background:#28a9e2;
}




/* ---- strankovani ---- */
.btn-pagination{
	color: #000;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: 300;
	background-color: #f0f0f0;
	border: 1px solid #c2cad1;
	float:right;
	margin-top:17px;
}
.btn-pagination:hover{
	color: #000;
	-webkit-box-shadow:0 0 4px rgba(0,0,0,.095);
	box-shadow:0 0 4px rgba(0,0,0,.095);
}
.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;
	border: 1px solid #832a10;
	background: #bf3109;
}

.list .btn-pagination{
	color: #000;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: 300;
	background-color: #f0f0f0;
	border: 1px solid #c2cad1;
	float:none;
	margin-top:17px;
}
/* ---- boxy ---- */
.box{
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #E9E9E9;
	height: auto;
	-webkit-box-shadow: 0 1px 0px 0px #E0DCCD;
	box-shadow: 0 1px 0px 0px #E0DCCD;
	color: #464444;
}
.box.clearfix{
	margin-bottom: 20px;
}
.box img{
	width: 100%;
	height: auto;
	border-radius: 2px;
}
a .box.detail-small{
	width:100%;
	float:left;
}
.owl-item a{
	text-decoration: none !important;
}
a .box.detail-large{
	width: 100%;
	float: left;
}
a:last-child .box.detail-small, a:last-child .box.detail-large{
	margin-right: 0;
}
a:hover .box.detail-small, a:hover .box.detail-large, .box.detail-photo-small:hover{
	-webkit-box-shadow: 0 1px 2px 0px #CAC4AA;
	box-shadow: 0 1px 2px 0px #CAC4AA;
}
a .box.detail-small p, .box.detail-large p{
	display: block;
	width: 100%;
	height: 70px;
	padding: 10px 0;
	text-align: justify;
	font-weight: 300;
}
a .box.detail-small .price, .box.detail-large .price{
	display: block;
	width: 100%;
	text-align: center;
	border-top: 1px solid #EFEBEB;
	padding-top: 10px;
	font-size: 16px;
	color: #e74011;
}
.box.wide{
	width: 1140px;
	margin: 40px -100px 0 -100px;
	border-radius: 10px;
	padding-top: 25px;
}
.last{
	margin-right: 0 !important;
}
.box.info{
	background: #F9F7EE;
	border: 1px solid #C1C7CC;
	padding: 20px;
	color: #000;
	margin-bottom: 30px;
}
a.icon-search{
	padding-left: 20px;
	background: url("../images/sprite.png") no-repeat -90px -60px;
}
.popis h2{
	font-weight: 700;
	font-size: 16px;
	text-transform: none;
}
.popis h2 .price{
	font-weight: 400;
	font-size: 18px;
	color: #000;
	display: inline-block;
	margin: 5px 0 5px 10px;
}
span.location{
	font-weight: 700;
	color: #5e6c76;
}
.box.list{
	margin: 10px 0;
}
.box.detail-photo-large{
	width: 100%;
	position: relative;
}
.box.detail-photo-large .caption{
	background: url("../images/overlay-white.png") repeat;
	width: 98%;
	height: auto;
	padding: 15px;
	position: absolute;
	bottom: 10px;
	font-size: 18px;
	font-weight: 300;
	color: #000;
}
.box.detail-photo-small{
	width: 125px;
	height: auto;
	margin: 10px 10px 10px 0;
	float: left;
}
.box.detail-photo-small:last-child{
	margin-right: 0;
}
.box.detail-nemovitosti,.box.form{
	padding: 20px;
}


/* vypis */
#parametry-vyhledavani {
	display:none;
}

#parametry-vyhledavani .col-md-6 {
	margin-top:10px;
}

#parametry-vyhledavani .col-md-6 label {
	line-height:30px;
	font-size:13px;
}


/* ---- detail nemovitosti */
table.detail-nemovitosti{
	border: none;
	box-shadow: none;
	width: 100%;
	margin: 0;
}
table.detail-nemovitosti tr td{
	vertical-align: baseline;
	color: #000;
	border-bottom: 1px solid #DFE3EE;
}
table.detail-nemovitosti tr td.label{
	width: 140px;
	color: #e74011;
    display: table-cell;
    font-size: 100%;
    font-weight: 300;
	text-align: left;
}
table.detail-nemovitosti tr td.price{
	color: #832a10;
	font-size: 22px;
	font-weight: 600;
	width: 190px;
}
table.detail-nemovitosti tr td.price .note{
	display: block;
	font-size: 11px;
	font-weight: 300;
	color: #000;
}
.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: #832a10;
	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;
}


/* ---- formular ---- */
.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: 564px;
	max-width: 564px;
	height: 100px;
	min-height: 100px;
	resize: vertical;
}

.icon{
	padding-left: 22px;
	background: url("../images/sprite.png") no-repeat;
}
p.icon-info{
	font-weight: 600;
	color: #000;
	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.homepage{
	margin-top: 25px;
	margin-bottom: 40px;
}
.footer{
	margin-top: 100px;
	margin-bottom: 40px;
}
p.copyright{
	color: #000;
	text-transform: uppercase;
}






#doporucujeme .owl-prev, #doporucujeme .owl-next {
	border-radius:8px;
	overflow:hidden;
	border:solid 1px #e9e9e9;
	position:absolute;
	right:200px;
	top:-46px;
	padding:1px 11px;
	font-size:20px;
	color:#e74011;
}
#doporucujeme .owl-next {right:160px;}
#doporucujeme .owl-prev:hover, #doporucujeme .owl-next:hover {background:#ccc;}


#developeri .owl-prev, #developeri .owl-next {
	border-radius:8px;
	overflow:hidden;
	border:solid 1px #e9e9e9;
	position:absolute;
	right:200px;
	top:-46px;
	padding:1px 11px;
	font-size:20px;
	color:#e74011;
}
#developeri .owl-next {right:160px;}
#developeri .owl-prev:hover, #developeri .owl-next:hover {background:#ccc;}


#spolupracujeme {
	margin-bottom:30px;
}



@media (max-width: 1160px){
	.hledani-nemovitosti {
		width: 1000px;
		margin: 10px -30px 40px;
	}
	.box.wide {
		margin: 40px -30px 0;
		width: 1000px;
	}
}
@media (max-width: 1099px){
	.hledani-nemovitosti {
		width: 100%;
		margin: 10px 0 40px 0;
	}
	.box.wide {
		margin: 40px 0 0;
		width: 100%;
	}
}
@media (max-width: 919px){
	.table-detail{
		margin-top: 20px;
	}
	.hypoteka, .exekuce {
		margin: 10px 20px 20px 0;
		width: 300px;
		float: left;
		clear: right;
	}
}
@media (max-width: 767px){
	.logo{margin:15px 0 10px 0;}
	.search-container > span {padding: 10px 0 0 0;}
	#banners {min-height:auto;}
	.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; 
		background-color: #fff;
	}
	.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: #fff;
		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;
	}
	.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;
	}
	.shadow{display: none;}
	.btn-detail-nemovitosti{margin-left: 10px;}
	.detail-nemovitosti-kontakt .img img{margin-bottom: 20px;}
	.owl-control{margin: 0 0 10px 0;}
}
@media (max-width: 520px){
	.box.detail-photo-large .caption {
		width: 96%;
	}
}
@media (max-width: 480px){
	.hypoteka, .exekuce {
		width: 100%;
		background-image: none;
		padding-right: 20px;
	}
	.btn-large, .btn-darkblue{
		width: 100%;
		display: block;
	}
	.input-header {width: 205px !important;}
	.btn.btn-detail-nemovitosti{width: 100%;}	
	.rotate {
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	
	  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
	  -webkit-transform-origin: 0% 0%;
	  -moz-transform-origin: 0% 0%;
	  -ms-transform-origin: 0% 0%;
	  -o-transform-origin: 0% 0%;
	  transform-origin: 0% 0%;
	
	  /* Should be unset in IE9+ I think. */
	  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
	  position:relative;
	  right:auto;
	  top:auto;
	  border-radius:10px;
	  font-size:16px;
	
	}
	.rotate br {display:none;}
	.rotate i {
	 float:none;
	 display:inline-block;
	}
	.rotate span {float:none;}
	.rotate.tw {
	  top:auto;
	  right:auto;
	  background:#28a9e2;
	  margin-top:10px;
	}


}