@CHARSET "UTF-8";
*{
    line-height: none !important;
}
html {
    margin: 0;
    padding: 0;
    line-height: 4px;
}
body {
    background-size: 100% auto !important;
    margin: 0;
    color: rgb(220, 220, 220);
    font-family: Verdana, Genova;
    font-size: 12px;
    margin: 0;
    padding: 0;
    background-color: black !important;
}

h1, h2, h3 {
    line-height: 32px;
    margin: 0;
    padding: 0 0 10px 0;
    font-family: Prompt;
}
label, input, button, select, textarea {

    line-height: 4px;
}
p {
    margin: 0;
    padding: 0;
}

a {
    color: white;
    text-decoration: underline;
}

a:hover {
    color: white;
    text-decoration: none;
}

a img {
    border: medium none;
}
form {
    display: inline;
}

textarea {
    margin-bottom: 2px;
    overflow: auto;
}
select {
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 11px;
}

.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}
.clearfix:after {
    clear: both;
}
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.input-block-level {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

input.button {
    background-color: transparent;
    background-image: url("../images/btn-bg.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    border: medium none;
    color: #6d5821;
    cursor: pointer;
    font-size: 11px;
    height: 32px;
    margin-left: -5px;
    width: 115px;
}

input.button.second {
    background-image: url("../images/btn-bg-second.gif");
}
input.button.active, input.button.second.active {
    background-color: transparent;
    background-position: 0 -31px;
}
select, textarea, input.textbox, input.textboxSmall {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #cccccc;
    color: #444;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 12px;
}
textarea, input.textbox, input.textboxSmall {
    padding: 2px 3px;
    line-height:18px;
}
input.textboxSmall {
    text-align: right;
}
input.textboxSmall.disabled {
    background: none repeat scroll 0 0 #f4f4f4;
    border: medium none;
}
textarea {
    overflow: auto;
}
select {
    cursor: pointer;
    padding-left: 3px;
}
.endfloat {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
}

blockquote{
    border-left-color: #1BADE8;
}

blockquote p {
    font-size: 15px;
}
/* Home Tab */

.hlavnyBanner {
    height: 420px;
    overflow: hidden;
    position: relative;
}
.cycle_slideshow .cycle_nav {
    bottom: 20px;
    position: absolute;
    right: 12px;
    z-index: 100;
}

.hlavnyObrazok {
    color: #fff;
    height: 220px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.cycle_slideshow .cycle_nav a {
    background: url("../images/flash_neactive.png") no-repeat scroll 0 0 transparent;
    color: #fff;
    display: block;
    float: left;
    font-size: 16px;
    height: 10px;
    line-height: 19px;
    margin-right: 1px;
    text-align: center;
    text-decoration: none;
    width: 10px;
}
.cycle_slideshow .cycle_nav a.activeSlide {
    background: url("../images/flash_active.png") no-repeat scroll 0 0 transparent;
    color: #cc1b22;
}

.cycle_slideshow .cycle_con {
    position: relative;
}

.home-tab-main{

}


.home-tab img{
    float: left;
    width: 60px;
    height: 50px;
    margin-right: 6px;
    margin-bottom: 5px;
}

.tabbable .nav-tabs{
    margin-bottom: 0;
    margin-left: -10px;
    margin-right: 10px;
    padding-bottom: 12px;
    padding-top: 15px;
}

.home-tab-main h4{
    margin-top: 0;
}

.home-tab .count{
    padding:5px;
}

.tab-pane{
    width: 100%;
    height: 155px;
    display: inline-block;
}

.home-tab-main .nav-tabs a{
    width: 103px;
}

.estateprop{
    width: 100%;
}

.estateprop .one{
    font-family: trebuchet ms;
    font-size: 13px;
    font-weight: bold;
    height: 38px;
    text-transform: uppercase;
    white-space: nowrap;
    width: 112px;
}

.estateprop td{
    border-bottom :1px solid #DDDDDD;
}

.estateprop .two{
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    width: 95px;
}

.estateprop .td{
    width: 103px;
}

.span6.contact{
    width: 499px;
}

.contextarea{
    width: 486px;
}

/* Single Properties */
.properties{
    margin-top: 10px;
}

.item.singleimage{
    display: inline-block;
    width: 100%;
}

.properties label{
    display: inline-block;
    font-size: 13px;
    margin-right: 20px;
    width: 170px;
}

.properties hr {
    margin-bottom: 15px;
    margin-top: 15px;
}

.properties i {
    font-size: 17px;
    margin-right: 5px;
    vertical-align: middle;
}

/* Header */
.head-area{

    padding-top: 10px;
}

/* Home List */
.home-list .inner-list{
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEE;
}

.home-list .inner-list:hover{
    border-bottom-color: #1BADE8;
}

.home-list .span4{
    width: 313px;
}

.showcasetitle{
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 307px;
}

.showcasepost img{
    width: 313px;
    height: 150px;
}

/* Home Featured */
.home-featured h3{
    margin-top: 0;
}

/* Login Menu */
.avatar.size32{
    border: 1px solid #EEEEEE;
    border-radius: 3px 3px 3px 3px;
    height: 32px;
    position: relative;
    top: 3px;
    vertical-align: top;
    width: 32px;
}

.userinfo{
    display: inline-block;
    margin-left: 5px;
}

.fullname{
    display: block;
    line-height: 20px;
}

.metadata{
    font-size: 12px;
}

.dropdown-menu .divider{
    margin: 6px 1px 5px;
}

/* general styles */
.content{
    margin: 0 auto;
    position: relative;
    width: 959px;
}

.well{
    border-radius: 0;
}

.content .span12, .content .container{
    width: 980px;
}

.home-featured{
    padding-bottom: 10px;
}

.footer-area{
    background: url("../images/head-back.png") repeat scroll 0 0 transparent;
    border-top: 10px solid #1BADE8;
    color: #EEEEEE;
    padding: 30px;
}

.footer{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    padding: 10px 0 20px 0px;
}

.footer li{
    list-style-type: none;
    display: inline-block;
}

.footer ul{
    margin: 0;
}

.socialft li i{
    font-size: 32px;
}

.footer a{
    color:#EEE;
}

.footer a:hover{
    text-decoration: none;
    color:#FFF;
}

.footer h5{
    border-bottom: 1px dotted #EEEEEE;
    padding-bottom: 10px;
}

.footercontact i{
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
    text-align: center;
    width: 20px;
}

.footer .span6{
    width: 490px;
}



.navbar{
    box-shadow: 0 0 3px 0px #222222;
}

.lform h4,.support h4,.ptwitter h4{
    line-height: 7px;
    margin-top: 0;
}

.lform hr,.ptwitter hr{
    margin-bottom: 10px;
}

.support hr{
    border-color: #2B9B0C #2B9B24 #9DDA5B;
}

.support h4{
    color:#FFF;
    text-shadow: 1px 1px 0 #000;
}



.forgotP > a{
    font-size: 13px;
}

.forgotP + label{
    font-size: 13px;
}

/* general styles */
iframe {
    border: none;
    padding: 0;
}
.span12,
.container {
    width: 1100px;
}
.navbar-inner .container {
    width: auto;
}
.no_margin_left {
    margin-left: 0;
}
.center {
    text-align: center;
    margin: 0 auto;
}
.text-right {
    text-align: right;
}
footer h4 {
    margin-bottom: 8px;
}
.links a {
    margin-right: 5px;
}
h1 span,
h3 span {
    font-weight: normal;
}

.singletable{
    margin-top: 30px;
}
/* logo */
.logo  img{
    margin: 0 auto;
    width: 295px;
    height: 115px;
}
.span4.logo h1 {
    line-height: 21px;
}
.span4.logo .span1 {
    width: auto;
}

/* home page form with gradient */
.lform {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e5e5e5);
    background-image: -ms-linear-gradient(top, #ffffff, #e5e5e5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #ffffff, #e5e5e5);
    background-image: -o-linear-gradient(top, #ffffff, #e5e5e5);
    background-image: linear-gradient(top, #ffffff, #e5e5e5);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
    border-bottom: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #bfbfbf;
}
.lform form {
    margin-bottom: 0px;
}
.lform form .input-xlarge {
    width: 300px;
}
.lform form .btn-primary {
    margin-right: -9px;
}

.support{
    background: #9fdb5c; /* Old browsers */
    background: -moz-linear-gradient(top,  #9fdb5c 0%, #299a0b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9fdb5c), color-stop(100%,#299a0b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #9fdb5c 0%,#299a0b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #9fdb5c 0%,#299a0b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #9fdb5c 0%,#299a0b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #9fdb5c 0%,#299a0b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fdb5c', endColorstr='#299a0b',GradientType=0 ); /* IE6-9 */
    border: 1px solid #2A9B0C;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
}

.support i{
    color: #FFFFFF;
    display: inline-block;
    font-size: 25px;
    text-align: center;
    text-shadow: 1px 1px 0 #000000;
    width: 32px;
}

.support .span1{
    width: 30px;
}

.support .span3{
    color: #FFFFFF;
    font-size: 20px;
    height: 40px;
    line-height: 25px;
    position: relative;
    text-shadow: 1px 1px 0 #000000;
    vertical-align: middle;
}

.ptwitter {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e5e5e5);
    background-image: -ms-linear-gradient(top, #ffffff, #e5e5e5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #ffffff, #e5e5e5);
    background-image: -o-linear-gradient(top, #ffffff, #e5e5e5);
    background-image: linear-gradient(top, #ffffff, #e5e5e5);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
    border-bottom: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #bfbfbf;
}

.ptwitter .span1 {
    width: 30px;
    height: 50px;
}

.ptwitter .span3{
    margin-left: 10px;
    width: 260px;
    color:#555;
    margin-bottom: 10px;
}

.tcolumn{

}

.ptwitter i {
    font-size: 20px;
    line-height: 38px;
}

.span4.sidebar{
    width: 340px;
}

.single-title a{
    color:#333333;
}

.single-title a:hover{
    text-decoration: none;
}

/* General */
.navbar{
    margin-bottom: 0;
    height: 65px;
    margin-bottom: 12px;
    position: relative;
    width: 100%;
    z-index: 90;
}
.navbar-inverse .navbar-inner{
    background: #636363; /* Old browsers */
    background: -moz-linear-gradient(top,  #636363 0%, #282828 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#636363), color-stop(100%,#282828)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #636363 0%,#282828 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #636363 0%,#282828 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #636363 0%,#282828 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #636363 0%,#282828 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#636363', endColorstr='#282828',GradientType=0 ); /* IE6-9 */
    border:0;
    padding: 0;
    border-bottom: 5px solid #1BADE8;  
    border-radius: 0;
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a{
    color: #EEE;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, 
.navbar .nav li.dropdown.active > .dropdown-toggle, 
.navbar .nav li.dropdown.open.active > .dropdown-toggle{
    background: #1BADE8;
    color:#FFF;
    text-shadow: 1px 1px 0 #555;
}

/*Sosyal*/
.sosyal{
    list-style-type: none;
}

.sosyal li{
    float: right;  
}

.sosyal a{
    background: none repeat scroll 0 0 #4F4F4F;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font-size: 20px;
    padding: 1px;
    margin-left: 5px;
}

.sosyal a:hover{
    text-decoration: none;
}

.twitter:hover{
    background: none repeat scroll 0 0 #68C8F8;
    color:#FFF;
}
.facebook:hover{
    background: none repeat scroll 0 0 #3B5998;
    color:#FFF;
}
.google:hover{
    background: none repeat scroll 0 0 #D42A2A;
    color:#FFF;
}
.linkedin:hover{
    background: none repeat scroll 0 0 #50A1CB;
    color:#FFF;
}
.pinterest:hover{
    background: none repeat scroll 0 0 #B8242A;
    color:#FFF;
}

/*The slider*/
/*Customize the modal*/
.slier{
    background: none repeat scroll rgba(0,0,0,0.5);
    margin: 0 auto;
    box-shadow: 0 0 10px -5px #555555;
}
/*The dropdown*/
.dropdown-menu form {
    padding: 15px;
    padding-bottom: 0px;
    margin: 0;
}
.dropdown-menu input {
    margin-bottom: 15px;
}
.dropdown-menu .btn-primary {
    clear: left;
    width: 100%;
    height: 32px;
    font-size: 13px;
}
.dropdown-menu #remember_me {
    float: left;
    margin-right: 10px;
}

form {
    display: inline;
}

.menu {
    height: 65px;
    margin-bottom: 12px;
    position: relative;
    width: 100%;
    z-index: 90;
    margin-top: 8px;
}
.menu ul {
    background: url("../images/menu.png") repeat-x scroll left top rgba(0, 0, 0, 0);
    height: 69px;
}
.menu ul, .menu li {
    display: block;
    margin: 0;
    padding: 0;
}
.menu li {
    float: left;
    margin: 8px 0;
    position: relative;
}
.menu li.separator {
    height: 48px;
    overflow: hidden;
    position: relative;
    width: 0;
}
.menu a {
    border-left: 1px solid rgb(26, 26, 26);
    border-right: 1px solid rgb(76, 76, 76);
    color: #ffffff;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 400;
    height: 48px;
    line-height: 50px;
    padding: 0 14px 0 13px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Prompt;
}
.menu a:hover, .menu a.active {
    background-color: #e1c172;
    color: #6d5821;
    text-decoration: none;
}
.menu a.home-icon {
    padding: 0;
}


#vyhladavanie {
    background: url("../images/vyhladavanie.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    float: right;
    margin: 0;
    position: relative;
    right: 5px;
    top: 16px;
    width: 186px;
}
#vyhladavanie input.textbox {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: rgb(102, 102, 102);
    float: left;
    height: 27px;
    line-height: 27px;
    padding-left: 20px;
    width: 127px;
    padding-top: 2px;
}

#vyhladavanie input.button {
    background: url("../images/vyhladavanie_submit.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    float: right;
    position: relative;
    right: 10px;
    top: 7px;
    width: 20px;
}


/** footer */

div#pata {
    background: url("../images/paticka_bg.jpg") repeat-x scroll center bottom rgba(0, 0, 0, 0);
    color: rgb(153, 153, 153);
    font-size: 10px;
    height: 378px;
    position: relative;
}
div#pata .copyright {
    position: relative;
    top: 13px;
}
div#pata .power {
    position: absolute;
    right: 0;
    top: 13px;
}
div#pata .power a {
    color: rgb(153, 153, 153);
    text-decoration: underline;
}
div#pata .power a:hover {
    text-decoration: none;
}
div#pata .pata-obsah {
    margin: 0 auto;
    position: relative;
    width: 1080px;
}
div#pata .pata-obsah-top {
    /* background: url("../images/paticka_decoration.png") no-repeat scroll 296px bottom rgba(0, 0, 0, 0);
    background-position: 48% 100%; */
    height: 378px;
    position: relative;
}
div#pata .pata-obsah-top-left {
    color: white;
    float: left;
    font-size: 10px;
    line-height: 14px;
    position: absolute;
    top: 191px;
}
div#pata .pata-obsah-top-left .kontakt-mapa {
    padding-right: 40px;
    vertical-align: top;
}
div#pata .pata-obsah-top-right3 {
  float: right;
  height: 126px;
  overflow: hidden;
  position: absolute;
  right: 165px;
  top: 205px;
  width:208px;
  line-height: 0.7;
}
div#pata .pata-obsah-top-right3 h4{
    line-height: 1;
}
div#pata .pata-obsah-top-right2 {
    float: right;
    height: 126px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 200px;
    width: 178px;
}
div#pata .pata-obsah-top-right2 ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
div#pata .pata-obsah-top-right2 ul li {
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
/*    width: 45%;*/
}
div#pata .pata-obsah-top-right2 ul li a {
    background: url("../images/paticka_sipocka.png") no-repeat scroll left 6px rgba(0, 0, 0, 0);
    color: white;
    display: block;
    padding-left: 20px;
    text-decoration: underline;
}
div#pata .pata-obsah-top-right2 ul li a:hover {
    text-decoration: none;
}
div#pata .pata-obsah-bottom {
    bottom: 0;
    height: 44px;
    position: absolute;
    width: 100%;
}

.obal {
    margin: 20px auto 0;
    width: 1080px;
}

.obsahBox {
    float: left;
    overflow: hidden;
    position: relative;
    width: 1080px;
}
.nehnutelnostiBox {
    float: left;
    overflow: hidden;
    position: relative;
    width: 820px;
}
.obsahBox h1, .nehnutelnostiBox h1, .pravyStlpec h2 {
    color: white;
    font-size: 18px;
    font-family: Prompt;
}

.obsahBox .obsah, .nehnutelnostiBox .obsah {
    line-height: 20px !important;
    padding: 20px 6px 20px 0 !important;
    text-align: justify !important;
}
.nehnutelnostiBox .obsahNehnutelnosti {
    line-height: 20px !important;
    padding: 0px 6px 20px 0 !important;
    text-align: justify !important;
}

.obal .pravyStlpec {
    float: right;
    position: relative;
    width: 259px;
}
  
.obal .pravyStlpec .stlpecbox {
    margin-left: 12px;
    width: 247px;
}   

.vyhladavanie {
    background: url("../images/vyhladavanie_big_bg.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    height: 434px;
    margin-bottom: 45px;
    padding: 23px 19px 12px 20px;
    position: relative;
}

.vyhladavanie h3.vyhladavanie_big_nadpis {
    color: rgb(224, 184, 88);
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}

.vyhladavanie label {
    color: white;
    display: block;
    font-size: 11px;
    font-weight: bold;
    margin-top: 6px;
    padding: 4px 0;
}

.vyhladavanie select {
    padding: 4px;
    width: 206px;
    height: 28px;
    margin-bottom: 4px;
}

.vyhladavanie input.textbox {
    display: block;
    padding: 4px;
    width: 74px;
}

.vyhladavanie input.textbox {
    display: block;
    padding: 4px;
    width: 74px;
    height: 16px;
}

div.makleri_zoznam_obal {
    float: right;
    padding-left: 12px;
    padding-right: 12px;
}

table.makleri_zoznam {
    font-size: 11px;
    height: 600px;
}
table {
    border-collapse: collapse;
}

table.makleri_zoznam caption {
    margin-bottom: 16px;
    text-align: left;
}

table.makleri_zoznam tr {
    margin: 0;
    padding: 0;
}

table.makleri_zoznam tr td.makler_foto {
    width: 64px;
}
table.makleri_zoznam tr.makler_separator {
    height: 6px;
}
table.makleri_zoznam tr td {
    color: white;
    margin: 0;
    padding: 0;
}
.endfloat {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
}
img.vyhladavanie_decoration {
    left: 50px;
    max-width: none;
    position: absolute;
    top: 386px;
    z-index: 78;
}

.vyhladavanie input.button {
    background-color: transparent;
    background-image: url("../images/vyhladavanie_big_submit.gif");
    background-position: 0 0;
    background-repeat: no-repeat;
    color: rgb(109, 88, 33);
    font-size: 15px;
    font-weight: bold;
    height: 32px;
    line-height: 24px;
    margin: 20px 0 0;
    position: relative;
    text-align: center;
    width: 94px;
    z-index: 80;
}



/******************************/
.objektBox {
    padding: 3px 0 0;
    width: 820px;
}
.objekt {
    float: left;
    height: 337px;
    margin-bottom: 60px;
    margin-right: 32px;
    position: relative;
    width: 240px;
    padding-right: 16px; 
}
.objekt.treti {
    margin-right: 0;
    padding-right: 0; 
}
.objekt a.obrazokObal {
    border: 5px solid rgb(165, 165, 165);
    display: block;
    left: 0;
    position: relative;
    top: 0;
}
.objekt a.obrazokObal:hover {
    border-color: #dcbf79;
}
.objekt a.obrazokObal img {
    display: block;
    height: 136px;
}
.objekt a.nadpis {
    color: #c2080d;
    display: block;
    font-weight: bold;
    margin-bottom: 9px;
    text-decoration: none;
    width: 200px;
}
.objekt a.nadpis:hover {
    text-decoration: underline;
}
.objekt .lokalita {
    bottom: 0;
    left: 0;
    position: absolute;
}
.objekt .datum {
    bottom: 11px;
    position: absolute;
    right: 142px;
}
.objekt .cena {
    bottom: 11px;
    font-weight: bold;
    left: 154px;
    position: absolute;
}
.objekt .cena span {
    font-weight: normal;
}
.objekt .nahlady {
    border-left: 1px solid #ececdb;
    height: 86px;
    overflow: hidden;
    padding: 8px 0 0 10px;
    position: absolute;
    right: 15px;
    top: 4px;
    width: 110px;
}
.objekt .nahlady img {
    border: 4px solid #ececdb;
    display: block;
    float: left;
    margin-bottom: 4px;
    margin-right: 4px;
}
.objekt .nahlady a:hover img {
    border-color: #96ae37;
}
.objekt .detail {
    background: url("../images/realita_zoznam_pozadie.gif") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    background-size: 100%;
    height: 225px;
    overflow: hidden;
}
.objekt .detail table {
    width: 100%;
}
.objekt .detail table caption {
    height: 68px;
    overflow: hidden;
    text-align: left;
}
.objekt .detail table caption div {
    height: 62px;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.objekt .detail table caption a {
    color: white;
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    line-height: 18px;
    padding: 8px 14px;
    text-align: center;
}
.objekt .detail table caption a:hover {
    text-decoration: underline;
}
.objekt .detail table tr.objekt-separator {
    height: 2px;
}
.objekt .detail table tr.objekt-separator td {
    background: url("../images/objekt_ciara.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    padding: 0;
    background-size: 100%;
}
.objekt .detail table tr th {
    color: rgb(125, 125, 125);
    padding: 6px 20px 5px;
    text-align: left;
    width: 75px;
    line-height: 12px;
}
.objekt .detail table tr td {
    color: white;
    padding-right: 14px;
    text-align: left;
    line-height: 25px;
}
.objekt .detail table tr td div.zakryvac {
    overflow: hidden;
    height: 25px;
}
.objekt .detail table tr td.double {
    padding: 16px;
    text-align: center;
}
.objekt .detail a.objektDetailButton {
    background: url("../images/realita_zoznam_button.gif") no-repeat scroll center top rgba(0, 0, 0, 0);
    color: rgb(109, 88, 33);
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
}
.objekt .detail a.objektDetailButton:hover {
    background-image: url("../images/realita_zoznam_button_active.gif");
    color: white;
    text-decoration: none;
}
.objektNahlad {
    margin-bottom: 30px;
    margin-top: 20px;
    padding: 0;
}
.objektNahlad .galeria, .objektNahlad .popis {
    float: left;
}
.objektNahlad .galeria {
    width: 328px;
}
.objektNahlad .popis {
    padding: 0 15px;
    text-align: justify;
}
.objektNahlad .popis.image {
    line-height: 20px;
    padding: 0 0 0 8px;
    width: 450px;
}
.objektNahlad .galeria a {
    color: #4d4d4d;
    text-decoration: none;
}
.objektNahlad .galeria img {
    display: block;
}
.objektNahlad .galeria a span {
    text-decoration: underline;
}
.objektNahlad .galeria a:hover span {
    text-decoration: none;
}
.objektNahlad .galeria a img {
    border: 5px solid rgb(72, 72, 72);
}
.objektNahlad .galeria a:hover img {
    border-color: rgb(220, 191, 121);
}
.objektNahlad .galeria .small {
    margin-top: 9px;
}
.objektNahlad .galeria .small a {
    display: block;
    float: left;
    margin-bottom: 3px;
    margin-right: 8px;
}
.objektNahlad .galeria .small a img {
    border: 4px solid rgb(72, 72, 72);
}
.objektNahlad .galeria .small a:hover img {
    border-color: rgb(220, 191, 121);
}
.objektNahlad .popis .detail {
    color: white;
    padding-top: 13px;
}
.objektNahlad .popis .detail strong {
    color: rgb(125, 125, 125);
}

.obsahBox .odkaz_na_vsetky, .nehnutelnostiBox .odkaz_na_vsetky {
    width: 200px;
    margin: 0 auto;
}
.obsahBox .odkaz_na_vsetky a, .nehnutelnostiBox .odkaz_na_vsetky a {
    display: block;
    font-weight: bold;
    background: url("../images/realita_zoznam_button.gif") no-repeat scroll center top rgba(0, 0, 0, 0);
    color: rgb(109, 88, 33);
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    background-size: 100%;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
}

.obsahBox .odkaz_na_vsetky a img, .nehnutelnostiBox .odkaz_na_vsetky a img {
    margin-bottom: 0px;
    margin-right: 6px;
}

.obsahBox .delic, .nehnutelnostiBox .delic {
    background: url("../images/predelovnik.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    height: 38px;
    margin-bottom: -12px;
    margin-top: 16px;
}

.obsahBox h1, .nehnutelnostiBox h1, .pravyStlpec h2 {
    color: white;
    font-size: 30px;
    padding: 20px 0 0 0;
    font-weight: 400;
    font-family: Prompt;
  }

.obsahBox .aktualita, .nehnutelnostiBox .aktualita {
    float: left;
    height: 202px;
    margin-right: 24px;
    margin-top: 16px;
    position: relative;
    width: 326px;
    line-height: 13px;
}

.obsahBox .aktualita .aktualita_viac, .nehnutelnostiBox .aktualita .aktualita_viac {
    background-color: rgb(25, 25, 25);
    height: 30px;
    margin-left: 50px;
    position: absolute;
    top: 187px;
    width: 278px;
}

.obsahBox .aktualita .aktualita_viac a, .nehnutelnostiBox .aktualita .aktualita_viac a {
    color: rgb(224, 184, 88);
}

.strankovanie {
    font-size: 11px;
    line-height: 12px;
    margin: 7px 17px 8px 0;
    padding-bottom: 8px;
}
.strankovanie form {
    float: left;
    margin-bottom: 5px;
}

.strankovanie {
    font-size: 11px;
    line-height: 12px;
}
.strankovanie select {
    font-size: 10px;
    height: 28px;

    padding: 5px;
    width: 50px;
}

.nastavenie-vypisu {
    float: right;
    text-align: center;
    margin-top: 5px;
}
.nastavenie-vypisu .label {
    float: left;
    padding: 6px;
    background-color: transparent;
    color: rgb(125, 125, 125);
    display: inline-block;
    font-size:none;
    font-weight: normal;
    line-height: 22px;
    padding: 0;
    text-shadow: none;

}
.nastavenie-vypisu a {
    color: rgb(125, 125, 125);
    display: inline-block;
    height: 23px;
    position: relative;
    text-align: left;
    text-decoration: none;
}

.nastavenie-vypisu a.active {
    background: url("../images/sort_button.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    color: rgb(109, 88, 33);
    font-weight: bold;
    padding: 6px 0 0 5px;
    width: 61px;
}
.nastavenie-vypisu img {
    margin: 8px 8px 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 8px;
}

.strankovanie.after {
    border-bottom: medium none;
    margin-top: 6px;
    padding-top: 8px;
    text-align: center;
}
.strankovanie {
    font-size: 11px;
    line-height: 12px;
    margin: 15px 17px 8px 0;
    padding-bottom: 8px;
}
.strankovanie .stranky {
}
.strankovanie .stranky span {
    color: #696969;
    font-weight: bold;
    padding-right: 2px;
}

.strankovanie .stranky a {
    background: none repeat scroll 0 0 #f6f4eb;
    color: #4d4d4d;
    margin: 0 2px;
    padding: 1px 4px 2px;
    text-decoration: none;
}
.strankovanie .stranky a:hover, .strankovanie .stranky a.aktivna {
    background: none repeat scroll 0 0 rgb(220, 191, 121);
    color: rgb(125, 125, 125);
    text-decoration: none;
}

.obsahBox .hierarchia, .nehnutelnostiBox .hierarchia {
    padding: 0 0 14px;
    line-height: 24px;
}
.obsahBox .hierarchia a, .nehnutelnostiBox .hierarchia a {
    color: #7d7d7d;
    text-decoration: none;
}

.obsahBox .hierarchia img, .nehnutelnostiBox .hierarchia img {
    margin: 0 6px -1px;
}

.obsahBox .hierarchia img, .nehnutelnostiBox .hierarchia img {
    margin: 0 6px -1px;
}
.obsahBox .kategoria_separator, .nehnutelnostiBox .kategoria_separator {
    background: url("../images/detail_separator.gif") no-repeat scroll center top rgba(0, 0, 0, 0);
    height: 2px;
    margin-top: 11px;
    position: relative;
    width: 100%;
}
.objektNahlad {
    margin-bottom: 30px;
    margin-top: 20px;
    padding: 0;
}
.objektNahlad .galeria {
    width: 328px;
}
.objektNahlad .galeria, .objektNahlad .popis {
    float: left;
}
.objektNahlad .galeria a {
    color: #4d4d4d;
    text-decoration: none;
}
.objektNahlad .galeria a img {
    border: 5px solid rgb(72, 72, 72);
}
.objektNahlad .galeria img {
    display: block;
}
objektNahlad .galeria .small {
    margin-top: 9px;
}
.objektNahlad .galeria .small a {
    display: block;
    float: left;
    margin-bottom: 3px;
    margin-right: 8px;
}
.objektNahlad .popis.image {
    line-height: 20px;
    padding: 0 0 0 8px;
    width: 350px;
}
.objektNahlad .popis {
    padding: 0 15px;
    text-align: justify;
}
.objektNahlad .galeria, .objektNahlad .popis {
    float: left;
}
.objektNahlad .popis.image {
    line-height: 20px;
}
.objektNahlad .popis {
    text-align: justify;
}

.tabPlusTabula {
    margin-top: 9px;
    position: relative;
}
.tabPlusTabula ul.tab, .tabPlusTabula ul.tab li {
    margin: 0;
    padding: 0;
}
.tabPlusTabula ul.tab {
    height: 40px;
    position: relative;
    width: 100%;
}

.tabPlusTabula ul.tab li:first-child {
    border: medium none !important;
}
.tabPlusTabula ul.tab li.tab_h {
    background: none repeat scroll 0 0 rgb(31, 32, 33);
    height: 40px;
    z-index: 10;
}
.tabPlusTabula ul.tab li {
    background-color: rgb(221, 190, 116);
    border-left: 2px solid #1f2021;
    display: block;
    float: left;
    height: 38px;
    position: relative;
}

.tabPlusTabula ul li img.tab_zosvetlovac {
    display: none;
    float: left;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.tabPlusTabula ul li img.tab_zosvetlovac_spodok {
    display: none;
    left: -50%;
    position: absolute;
    top: 40px;
    width: 200%;
}

.tabPlusTabula ul.tab li.tab_h .tabula_tab_left {
    background-image: url("../images/tab_active_left.gif");
}
.tabPlusTabula ul.tab li .tabula_tab_left {
    background: url("../images/tab_left.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 2px;
}

.tabPlusTabula ul.tab li.tab_h a {
    color: white;
    font-weight: bold;
    margin-top: 0;
    padding: 9px 18px;
}
.tabPlusTabula ul.tab li a {
    border-bottom: medium none;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding:  9px;
    position: relative;
    text-decoration: none;
}

.tabPlusTabula ul.tab li.tab_h .tabula_tab_right {
    background-image: url("../images/tab_active_right.gif");
}
.tabPlusTabula ul.tab li .tabula_tab_right {
    background: url("../images/tab_right.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0px;
    width: 2px;
}


.tabPlusTabula ul li.tab_h img.tab_zosvetlovac, .tabPlusTabula ul li.tab_h img.tab_zosvetlovac_spodok {
    left: 0;
    position: absolute;
    top: 0;
    width: 200%;
    display: block;
    height: 38px;
}


.tabula {
    margin-top: -2px;
}
.tabulaObsahStyle {
    background: url("../images/tabula_obsah_zosvetlovac.gif") no-repeat scroll right bottom rgb(31, 32, 33);
    border-top: 2px solid rgb(51, 52, 53);
    padding: 25px 15px;
    position: relative;
    line-height: 24px;
}
.tabulaObsahStyle table.charakteristiky {
    width: 100%;
}
table.charakteristiky td.left {
    width: 389px;
}
table td.left {
    padding-right: 6px;
    text-align: right;
}

table.charakteristiky td.bold {
    color: white;
}
.kontakt-makler, .kontakt-znamy {
    line-height: 18px;
}
.kontakt-makler table, .kontakt-znamy table {
    width: 100%;
    font-size: 11px;
}

.hlaska.info {
    background-color: #373737;
    background-image: url("../images/icon-info2.gif");
    border: 1px solid #484848;
}
.hlaska {
    background-position: 16px 8px;
    background-repeat: no-repeat;
    font-weight: bold;
    margin: 8px 0;
    min-height: 15px;
    padding: 16px 16px 16px 56px;
    text-align: left;
}

.kontakt-makler textarea, .kontakt-makler input.textbox, .kontakt-znamy textarea, .kontakt-znamy input.textbox {
    width: 160px;
}
.graf_ceny{
    margin-top: 30px;
    height: 315px;
}
.jqplot-base-canvas{
    margin-top: 30px;
}

.objektNahlad .popis {
    padding: 0 15px;
    text-align: justify;
    line-height: 16px;
}

.search-price-row{
    display: inline-block;
}
.price-od{
    float: left;
    margin-right: 40px;
}
.price-do{
    float: left;
}
.ui-multiselect.search-select {
    line-height: 27px;
    padding: 2px 0 0 6px;
    text-align: left;
}
#search{
  font-family: Prompt;
}
.search-select.ui-corner-all{
    border-bottom-right-radius: 2px;
}
.search-select.ui-corner-all{
    border-bottom-left-radius: 2px;
}
.search-select.ui-corner-all {
    border-top-right-radius: 2px;
}
.search-select.ui-corner-all{
    border-top-left-radius: 2px;
}
.search-select.ui-state-default .ui-icon {
    background-image:url(http://ajax.googleapis.com/ajax/libs/jqueryui/1/themes/ui-lightness/images/ui-icons_222222_256x240.png);
}
.search-select .ui-icon-triangle-2-n-s {
    background-position: -129px -13px;
}
.search-select .ui-icon-triangle-1-s {
    background-position: -64px -12px;
}

.search-select.ui-state-default, .ui-widget-content .search-select.ui-state-default, .ui-widget-header .search-select.ui-state-default {
    color: #444444;
    font-weight: normal;
}
.search-select.ui-state-hover{
    border-color: transparent;
}

.ui-multiselect-menu.search-select.ui-widget-content {
    background: none repeat scroll 0 0 #eeeeee;
    border: 1px solid #eee;
    color: #333333;
}

.search-select .ui-multiselect-checkboxes label input {
    position: relative;
    top: -3px;
    margin-right: 5px;
}

.search-select .ui-multiselect-checkboxes label {
    border: 1px solid transparent;
    cursor: default;
    display: block;
    font-size:12px;
    padding: 2px 1px;
}

.search-select  .ui-state-hover, 
.search-select  .ui-widget-content .ui-state-hover, 
.search-select  .ui-widget-header .ui-state-hover, 
.search-select  .ui-state-focus, 
.search-select .ui-widget-content .ui-state-focus, 
.search-select  .ui-widget-header .ui-state-focus {
    background: none;
    border: 1px solid #444;
    color: #444;
    font-weight: bold;
}

.search-select.ui-state-active, .search-select .ui-widget-content .ui-state-active, .search-select .ui-widget-header .ui-state-active {

    border-color: transparent;

}

.search-select.ui-state-default, .ui-widget-content .search-select.ui-state-default, .ui-widget-header .search-select.ui-state-default {
    background-color: #fff;
    background-image: none;
}

.kategorieMenu {
    background: url("../images/kategorie_pozadie_top.png") no-repeat scroll 4px 4px rgb(72, 72, 72);
    margin-left: 12px;
    margin-top: -25px;
    overflow: hidden;
    position: relative;
}

.kategorieMenu h3 {
    color: rgb(224, 184, 88);
    font-size: 15px;
    font-weight: bold;
    margin: 22px 20px 18px;
}

.kategorieMenu ul {
    background: url("../images/kategorie_pozadie_bottom.png") no-repeat scroll 8px bottom rgba(0, 0, 0, 0);
    margin: 10px 0 4px;
    padding: 0 0 23px;
}

.kategorieMenu li {
    list-style: none outside none;
    margin: 0 14px 0 0;
    padding: 0;
    position: relative;
    width: 212px;
     line-height: 14px;
}


.kategorieMenu a#aktivna, .kategorieMenu a#top-aktivna, .kategorieMenu a#top-aktivna-priamo {
    font-weight: bold;
}
.kategorieMenu li.aktivna a, .kategorieMenu li.top-aktivna a, .kategorieMenu li.top-aktivna-priamo a {
}
.kategorieMenu a {
    color: white;
    display: block;
    font-size: 11px;
    padding: 7px 0 7px 20px;
    text-decoration: none;
}

.kategorieMenu li.sep {
    background: url("../images/kategorie_separator.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    font-size: 1px;
    height: 2px;
    line-height: 2px;
    overflow: hidden;
}

.kategorieMenu li.hlbka {
    background: url("../images/kategorie_sub.gif") no-repeat scroll 30px 10px transparent;
    padding: 0 0 0 24px;
}

.hlaska.error {
    background-color: #373737;
    background-image: url("../images/icon-error2.gif");
    border: 1px solid #484848;
}
        
.objektNahlad div.text p{
    color: #c5c5c5 !important;
        background-color: transparent !important;
}

img.ribbon-image{
 height: 46px !important;
   position: absolute;
    right: 0;
    top: 0;
}

.cycle_con img{
  width: 1100px;
  max-width: none;
  position: relative;
  filter: brightness(0.8); /* Darkens the image */
}

#chartdiv{
  margin: 0 auto;
}
