@charset "utf-8";

/* CSS Document */

@import "reset.css";

@import url(//fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,latin-ext);

body {
  font-family: 'Roboto', sans-serif;
  background: #FFFFFF url("./img/theme.jpg") no-repeat;
  background-position: 50% 130px;
  color: #777;
  font-size: 12px;
  line-height: 1.25em;
  position: relative;
  text-align: center;
  margin-bottom: 2%;
  }
textarea, input, select {
  font-family:Tahoma, Arial, Helvetica, sans-serif;
}
a {
    color: #121212;
    font-weight: bold;
    text-decoration: none;
}
a:hover {text-decoration:underline;}
hr {border: none;background: transparent;display: block;height: 40px;margin: 0px;}

.floatLeft {float: left;}
.floatRight {float: right;}
.hidden {display: none;}
.red {color: #f00;}
.note {font-size: 10px;}
.underline {text-decoration: underline;}

h1 {
  color: #222;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 36px;
}
h4 {font-weight: normal;}
.nadpis {font-size:1.33em; font-weight:bold;}

.novinka {font-size: 12px;}

div.vlajky {float: right; margin-top:24px; text-align: right;}
div.vlajky a {padding: 5px; color: #fff;}

#container {width: 1080px; margin:0 auto; text-align:left; position: relative;}

#sitemap {font-size: 10px; color:#aaa; position:absolute; left:50%; top:20px; z-index:999; padding-left:110px;}
#sitemap a {color:#222;}

#header {
  background: #FFF;
  height: 110px;
}
#header h1 {
  clear: both;
  float: left;
  font-size: 18px;
  margin-bottom: 15px;
}
#header h1 a:hover {
  text-decoration: none;
}
#header h1 a span {
  cursor: pointer;
  position: absolute;
  display: block;
  left: 0;
  width: 180px;
  height: 70px;
  background: url("./img/logo.png") no-repeat left center;
  background-size: 180px auto;
}

#header div.sitemap {
  float: right;
  height: 50px;
  line-height: 50px;
}
#header div.sitemap a {
  text-transform: uppercase;
  color: #121212;
  font-size: 0.95em;
  padding: 8px 0;
  margin-left: 20px;
  border-bottom: 2px solid #FFF;
  -webkit-transition: border 100ms ease-out;
  -moz-transition: border 100ms ease-out;
  -o-transition: border 100ms ease-out;
  transition: border 100ms ease-out;
}
#header div.sitemap a:hover {
  text-decoration: none;
  border-bottom: 2px solid #fae687;
  color: #222;
}

#header div.sitemap a > img {width: 16px; position: relative;top: 3px;right: -3px;}

#m2 {
  background: #FFFFFF;
  height: 80px;
  float: right;
}

#carousel {
  background: #F5F5F5 url("./img/theme.jpg") no-repeat center center;
  height: 330px;
  width: 1480px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border-bottom: 3px solid #fae687;
}

#content {
  float: right;
  width: 670px;
  margin-bottom: 50px;
  background: #fff;
}
#content {
    width: 760px;
    padding-top: 40px;
}
#content p {font-size: 13px;line-height: 20px;text-align:justify;}
#content h2 {font-size:1.33em; font-weight:bold;}

#content .horizontal {position:relative;height: 40px;margin-bottom: 30px;border: 2px solid #F5F5F5;}
#content .horizontal li {float:left;}
#content .horizontal .first {
    border-right:1px solid #F5F5F5;
    width: 150px;
    text-align: left;
    line-height: 40px;
    height: 40px;
    color: #222;
    font-weight: bold;
    padding-left: 25px;
}
*>#content .horizontal .first {width: 150px;}
#content .horizontal li a {display:block; float:left;height: 30px;line-height: 30px;padding: 0px 20px;color: #222; background:#fff;margin-top: 5px;margin-left: 20px;}
#content .horizontal li span {
    display: block;
    float: left;
    height: 35px;
    line-height: 40px;
    padding: 0 10px;
    color: #fff;
    margin-left: 10px;
    text-decoration: none;
}
#content .horizontal li a.active {
    background: #121212;
    color: #fff;
}
#content .horizontal li span.inactive {color:#CCC;}
#content .horizontal li a:hover {background:#F5F5F5; color:#222; text-decoration:none;}
#content .horizontal li a.active:hover {background:#fae687; color:#fff;}

#content .listitem {
  clear: both;
  border-bottom: 2px solid #F5F5F5;
  position: relative;
  padding: 30px 0;
  overflow: auto;
}
#content .listitem:first-child {
  padding-top: 10px;
}
#content .listitem:last-child {
  border-bottom: none;
}
#content .listitem .image {
  float: left;
  position: relative;
  background: #121212 url("./img/sledovat_icon.png")no-repeat center center;
  width: 125px;
  height: 125px;
  overflow: hidden;
}
#content .listitem .image img {
  height: 125px;
  width: auto;
  opacity: 1;
  -webkit-transition :  opacity 300ms ease-out; -moz-transition :  opacity 300ms ease-out; -o-transition :  opacity 300ms ease-out; transition :  opacity 300ms ease-out;
}
#content .listitem:hover .image img {
    opacity: 0.25;
}

#content img {display:block;}

#content .listitem p {position: absolute;bottom: 30px;right: 0px;text-align: right;line-height: 22px;padding: 0 15px 3px 0;border-right: 2px solid #fae687;}
#content .listitem h2 {
  float: left;
  margin-left: 20px;
  margin-bottom: 5px;
  width: 615px;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.1em;
}
#content .listitem h3 {
  float: left;
  margin-left: 20px;
  font-size: 0.9em;
  font-weight: normal;
  margin-bottom: 1em;
  color: #9e9e9c;
}
#content .listitem h3.develo {
    color: #9e9e9c;
}
#content .listitem ul {
  position: absolute;
  bottom: 23px;
  left: 145px;
}
#content .listitem ul li {
    margin-bottom: 5px;
}
#content .listitem ul li label {
  float: left;
  display: block;
  width: 60px;
  color: #9e9e9c;
}
#content .listitem ul strong {font-weight: normal;color: #222;}

#content .listitem p strong {
    font-size: 1.5em;
    font-weight: bold;
    color: #121212;
    display: block;
    padding-top: 3px;
    /* background: #fae687; */
    /* min-width: 150px; */
}

#content .listitem p em {font-size: 0.9em;font-weight: normal;font-style:normal;display: block;color: #999;padding: 0px 8px 0px 8px;}
#content .top .image {border-color:#222;}

#content .ref {height:130px; width:auto; margin:5px; display:inline-block; border:4px solid #ccc; padding:1px; background:#E3E3E3;}
#content .ref_nadpis {margin:1.3em 0 0;}

#section p {text-align:justify;}

#section {background-color: #fff;}
#section img.uvod {margin-left: 40px;}

#section .oblacik .info {width: 380px;clear: both;float: left;padding: 30px 0;font-size: 14px;line-height: 22px;}
#section .oblacik .info > strong {color: #222;font-size: 1.4em; font-weight: bold; line-height: 1.1em;}

#section .oblacik > table {
  display: inline-block;
  margin: 30px 0;
  font-size: 14px;
}
#section .oblacik > table tr td {padding: 6px 30px 6px 0;}
#section .oblacik > table tr td > strong {color: #222;}

#footer, #reality {width: 1080px;margin: 0 auto;padding: 30px 0;background: #fae687;clear:both;}

#reality > #container {
  text-align: center;
}
#reality p {
  font-size: 1.1em;
  color: #121212;
  font-weight: bold;
}
#reality h4 {
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.25);
}
#reality h4 a {
  color: rgba(0,0,0,0.5);
  font-weight: bold;
}

#aside {
    width: 280px;
    float: left;
    color: #fff;
    margin-top: 40px;
}

#search {
  position: relative;
  width: 100%;
  margin-top: 500px;
  box-sizing: border-box;
  height: 110px;
  background: #fae687;
  padding: 20px;
  color: #fff;
  font-size: 12px;
}
#search fieldset > span {
    display: block;
    padding: 0px;
    margin-bottom: 15px;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    color: #121212;
}
#search p {float: left;margin-bottom: 20px;}
#search p.predaj-prenajom {position: absolute; top: 15px; right: 0px;}
#search p.btn {float: right;margin-top: -11px;margin-bottom: 0px;}
#search label {display:block;width: 100%; float:left;margin-bottom: 5px;font-weight: bold;text-transform: uppercase;font-size: 0.95em;}
#search label.in {display:inline; width:auto; float:none; padding:0 6px 0 14px;}
#search select {background: #fff;width: 90px;height: 34px;border:0;padding: 9px 8px;cursor: pointer;color: #555;margin-right: 10px;-webkit-appearance: none;-moz-appearance: none;appearance: none;-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;}
#search p select:last-child {float: right;}
#search select.in {width:68px;}
*>#search select.in {width:70px;}
#search input {width: 145px; border:0;padding: 9px 8px; height: auto;color: #555;}
*>#search input {width: 145px;height: 16px;}
#search input.btn {
    background: #121212;
    color: #FFF;
    font-weight: bold;
    font-size: 0.95em;
    text-transform: uppercase;
    margin-top: 10px;
    margin-left: 10px;
    width: 165px;
    height: 36px;
    line-height: 16px;
    cursor: pointer;
    float: right;
}
#search input.btn[name="map"] {width: 65px; float: left;}
#search label.checkbox {
    margin: 0;
    width: auto;
    margin-right: 20px;
    line-height: 23px;
    color: #121212;
}
#search label.checkbox input {width: 12px; float: left;padding: 0;margin: 4px 8px 0 0px;}

#search button {margin: 0px;margin-right: 10px;background: #fff;border: none;color: #555;font-size: 13px;padding-left: 8px;font-weight: normal;line-height: 23px;height: 34px;max-width: 200px !important;width: 200px !important;-webkit-border-radius: 0px !important;-moz-border-radius: 0px !important;border-radius: 0px !important;white-space: nowrap;cursor: pointer;}
#search button:hover {background: #FFF !important; padding: 0 0 0 8px;}

.ui-multiselect-checkboxes { background: #fff; height: 180px !important; width: 230px; } .ui-multiselect-checkboxes li { margin: -3px 0; }

#top {
    background: #ffffff;
    border: 2px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 40px;
}
#top div {
    overflow: auto;
    clear: both;
    /* height:65px; */
    padding: 15px;
    border-bottom: 1px solid #f5f5f5;
}
#top .image {float:left;border:1px solid #fff;max-width: 70px;height: auto;}
#top .image img {float:left; display:block;}
#top p.nazov {float:right;width: 170px;line-height: 17px;}
#top p.nazov a {
    color: #121212;
    font-weight: bold;
}
#top p.cena {
    float: right;
    width: 170px;
    margin-top: 8px;
    color: #9e9e9c;
    font-weight: bold;
}

#hotline {
  background: #fae687;
  color: rgba(0, 0, 0, 0.25);
  padding: 15px 15px 20px 15px;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2.15em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
#hotline strong {
    font-size: 2.25em;
    font-weight: bold;
    color: #121212;
}

.sample {
  background: #FFF;
  border: 2px solid #F5F5F5;
  padding: 20px;
  margin-bottom: 40px;
  font-size: 0.95em;
}
.sample p.nadpis {font-size:1.54em; font-weight:normal;margin: -15px -15px 0px;line-height: 22px;padding:15px;color: #222;text-align: left;}
.sample .image {background:#fff;float: right;margin-left: 12px;margin-top: 5px;}
.sample .image img {float: left; display:block;}
.sample p {clear:both;margin-top: 10px;line-height: 16px;text-align: justify;}
.sample p a {color:#222;font-weight: normal;}
.sample ul {color:#222;}
.sample ul li {line-height: 18px;}
.sample ul li:before {content: "•"; color: #fae687; padding-right: 10px;}

#detail {position: relative;}

#detail .navi {margin-bottom: 10px;color: #999;}
#detail .navi > a {
    color: #757575;
}

#detail ul.detailinfo {
  width: 280px;
  float: right;
  clear: right;
  margin-bottom: 15px;
}
#detail ul.detailinfo li {
    padding: 8px 0;
    color: #9e9e9c;
}
#detail ul.detailinfo li > strong {
  display: inline-block;
  float: right;
  color: #222;
}

#detail ul.info {
  float: left;
  line-height: 24px;
  margin-right: 60px;
  width: 300px;
  font-size: 1.1em;
}
#detail ul.info li {
  color: #222;
}
#detail ul.info li label {
  display: block;
  float: left;
  width: 120px;
  color: #777;
}

#detail div.popisimage {
  float: left;
  width: 440px;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}
#detail div.popisimage a > img {
  width: 100%;
}

#detail p.popis {
  float: left;
  width: 440px;
  margin: 0px;
  line-height: 24px;
  margin-bottom: 40px;
}
#detail p.popis a {
  width: 100%;
  display: block;
  margin-bottom: 24px;
}
#detail p.popis a img {
  width: 100%;
}

#detail > object {
  float: left;
  width: 440px !important;
}

#detail p {margin:1em 0; color:#222;}
#detail p strong {color:#222;}
strong em {font-style:normal; font-weight:bold;}

#detail h2, #section p.nadpis {font-size: 16px;color: #222;margin-bottom: 20px;}
#detail h3 {font-size: 18px; color: #222;}

#detail h2.mapa {margin-left: 220px;}
/*#detail h2.podrInfo {margin-left: 365px;}*/
#detail p.price {
    max-width: 220px;
    display: inline-block;
    padding: 15px 30px;
    margin: 30px 0;
    clear: right;
    float: right;
    border-right: 2px solid #fae687;
    text-align: right;
    color: #999;
}
#detail p.price strong {font-size: 2em;font-weight: bold;color: #222;display:block;text-align: right;padding: 5px 0;}
#detail p.price em {font-weight: bold; font-style:normal;color: #C51E22;text-align: right;display: block;}
#detail h1 {display: block;font-size: 24px; line-height:2em; margin-bottom:20px;}
#detail iframe {float:right; border:4px solid #08223f; padding:1px; background:#fff;}

#detail .zoznamsuborov {
    float: right;
    clear: right;
    width: 280px;
}
#detail .zoznamsuborov h2 {}
#detail .zoznamsuborov a {
    float: left;
    clear: left;
    margin-bottom: 8px;
    color: #757575;
}

#tools {display: block;float: right;clear: right;width: 280px;box-sizing: border-box;font-size:12px;background: #FFF;border: 2px solid #F5F5F5;padding:10px 0;margin: 0 0 30px 0;}
#tools a {background:#fff; color:#222;font-weight: bold;text-transform: uppercase;display:block;font-size: 11px;padding: 10px 10px 10px 45px; background-repeat:no-repeat; background-position:17px 10px; margin-bottom:2px;}
#tools .msg a {background-image:url(img/tools-msg.gif);background-position: 17px 14px;}
#tools .mail a {background-image:url(img/tools-mail.gif);background-position: 18px 14px;}
#tools .watch a {background-image:url(img/tools-watch.gif);background-position: 18px 14px;}
#tools .print a {background-image: url(img/tools-print.gif);background-position: 17px 14px;}

a {}

#detailinfo {clear:both;}
#detailinfo div.image {float: left; margin-right: 15px;}
#detailinfo p {margin:1em 0; text-align:justify; color: #4F5050; font-size:12px;}
#detailinfo table {width: 100%;/* float:right; */ border-collapse:separate;}
#detailinfo td {background: #F5F5F5;border-top: 6px solid #fff;padding: 6px 10px; font-weight:bold;text-align: right;color: #222;}
#detailinfo td.name {font-weight:normal;text-align: left;color: #777;}
#detailinfo td.sep {background: #FFF;}

#develo div.podrinfo {
  margin-top: 40px;
}

#develo table {width:100%;}
#develo td {background: #F5F5F5;color: #222;padding: 6px !important; font-weight:bold;}
#develo td.name {font-weight:normal;}
#develo td.title {}
#develo th {background: #fae687;color: #FFF;padding: 15px 3px !important;line-height: 1.2em !important;}
#develo .ponuky .odd td {background: #FFF !important;}
#develo .ponuky tr:hover td,
#develo .ponuky .odd:hover td {background: #E5E5E5 !important;}

#gallery {overflow: auto;clear:both;margin: 30px 0;margin-right:-10px;}
#gallery li {float:left;margin: 1px;margin-bottom: 10px;height: 100px;}
#gallery li:first-child {margin-left: 0px;}
#gallery li a {border: 2px solid #F5F5F5; padding:1px; display:block; float:left;}
#gallery li a:hover {border-color: #fae687;}
#gallery li a img {display:block; float:left;}

#content .makler {width: 760px; float:left; height:100%;border-bottom: 2px solid #F5F5F5;padding-bottom: 20px;margin-bottom: 30px;}
#content .makler > div.img-wrapper {width: 125px; height: 125px; overflow: hidden; float: left; margin-right: 25px;}
#content .makler > div.img-wrapper > img {width: 100%;}
#content .makler > div.lang {display: inline-block;}
#content .makler > div.lang > img {float: left;margin-right: 10px;}
#content .makler > p.kontakt {margin: 10px 0;}
#content .makler strong {font-weight:normal; color:#222; margin-right: 5px;}
#content .makler h3 img {float:none; margin-right:0; display:inline;}
#content .makler h2 {font-weight:normal; font-size:1.45em; color:#222;}
#content .makler h3 {color: #222; margin-left: 20px; margin-bottom: 10px; font-size: 1.5em; font-weight: bold; line-height: 1.1em;}
#content .makler p {margin:0.5em 0; color: #222;float: right;width: 610px;}
#content .detail.makler {width:auto; float:none; padding-top:20px; margin-top:20px; border:0; margin-bottom:0; clear:both;}

#content form {background: #F5F5F5;padding: 30px 40px;}
#content form label {display:block;width: 150px;height: 30px;line-height: 30px;float: left;font-weight: bold;text-transform: uppercase;font-size: 11px;}
#content form p {overflow: auto;line-height: 20px;padding: 10px 0;}
#content form input {box-sizing: border-box;border: 1px solid #E5E5E5;padding: 2px 6px;width: 440px;height: 30px;float: right;color: #666; -webkit-transition : border 100ms ease-out; -moz-transition : border 100ms ease-out;-o-transition : border 100ms ease-out; transition : border 100ms ease-out;}
#content form input.priklad {width:55px;}
#content form textarea {border: 1px solid #E5E5E5;padding:3px 5px;width: 100%;min-width: 100%;max-width: 100%;color: #666;line-height:1.3em;box-sizing: border-box;-webkit-transition : border 100ms ease-out;-moz-transition : border 100ms ease-out;-o-transition : border 100ms ease-out;transition : border 100ms ease-out;}

#content form input:hover, #content form textarea:hover,
#content form input:focus, #content form textarea:focus {
  border: 1px solid #CCC;
}

#content form table tr td img {
  position: relative;
  top: -23px;
}
#content form table tr td input[name="dopyt_pic"] {
  position: relative;
  top: -15px;
}

#content form p.btns {padding-left: 440px;}
#content form p.btns input {
    width: 150px;
    height: 40px;
    line-height: 36px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    cursor: pointer;
    background: #121212;
    color: #fff;
}



#mapa, .mapa {width: 760px;height: 280px; clear: both;margin: 30px 0 40px 0;}
#mapakontakt, .mapakontakt {width: 760px; height: 245px;}
#detail #mapa {
    background: #F5F5F5;
}

#detailPopup {background-color: #E3E3E3; position: absolute; border: 3px solid #222; z-index: 150; padding: 5px;}
*>#detailPopup {width: 450px}
#detailPopup p {color: #797382;}
#detailPopup select {color: #797382}
#detailPopup label {width: 70px; display: block; float: left; text-align: left;}
#detailPopup input {background-color: #f7f9f9; color: #a1a2a2; width: 345px; border:1px solid #eaeeee;}
#detailPopup textarea {width: 420px; height: 165px; background-color: #f7f9f9; color: #a1a2a2; border:1px solid #eaeeee;}
#detailPopup .submit {width:120px; height:23px; background:#dbe0e0 url(img/submit.gif) no-repeat scroll left top; font-weight:bold; margin-left: 10px; border:0; color:#7a898b; cursor:pointer;}
#detailPopup .submit:hover {background-position:left bottom;}
#detailPopup .reset {width:120px; height:23px; background:#e9ecec url(img/reset.gif) no-repeat scroll left top; font-weight:bold; border:0; color:#a6b1b2; cursor:pointer;}
#detailPopup .reset:hover {background-position:left bottom;}

.realitkadetail img {float: left; margin-right: 20px;}

#simplemodal-overlay {background-color:#444;}
#simplemodal-container a.modalCloseImg {
    background:url(img/x.png) no-repeat; /* adjust url as required */
    width:25px;
    height:29px;
    display:inline;
    z-index:3200;
    position:absolute;
    top:-15px;
    right:-18px;
    cursor:pointer;
}

#simplemodal-container {background-color: #fff;position: absolute;z-index: 150;padding: 20px;min-height: 130px;height: auto !important; top: 20px !important;min-width: 300px !important;}
#simplemodal-container h1 {margin-bottom: 20px;}
#simplemodal-container p {color: #797382;margin-bottom: 15px;height: 20px;line-height: 20px;}
#simplemodal-container form div {width: 100%;margin: 10px 0;}
#simplemodal-container select {color: #797382;background: #F2F6FD;border: 1px solid #DEE7F8;padding: 3px;}
#simplemodal-container label {width: 80px;height: 24px;line-height: 24px;display: block;float: left;text-align: left;}
#simplemodal-container input {float: right;background-color: #F2F6FD;height: 20px;color: #a1a2a2;width: 325px;border: 1px solid #DEE7F8;}
#simplemodal-container textarea {float: right;width: 321px;height: 165px;background-color: #F2F6FD;color: #a1a2a2;border: 1px solid #DEE7F8;}
#simplemodal-container .form-buttons {clear: both;margin-top: 20px;}
#simplemodal-container .submit {width: 48%;height:36px;background: #fae687;font-weight:bold;border:0;color: #FFFFFF;text-transform: uppercase;cursor:pointer;float: right;}
#simplemodal-container .submit:hover {background-position:left bottom;}
#simplemodal-container .reset {width: 48%;height:36px;background:#e9ecec;font-weight:bold;border:0;color:#a6b1b2;cursor:pointer;float: left;}
#simplemodal-container .reset:hover {background-position:left bottom;}

#jsddm {width: 750px;}
#lang {width: 150px;}

#jsddm, #lang {
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-top: 22px;
    margin-right: -10px;
    float: right;
    text-align: justify;
    text-align-last: justify;
    -moz-text-align-last: justify;
}
#jsddm:after {
  content: "";
  display: inline-block;
  width: 100%;
}

#jsddm a.active {
    border-bottom:2px solid #fae687;
    color: #121212;
}
#jsddm a.active:hover {background: #fae687;color: #FFF;}

#jsddm li {position: relative;list-style: none;display: inline-block;}
#jsddm li a {
    display: block;
    text-decoration: none;
    color: #121212;
    font-size: 0.95em;
    padding: 0px 5px;
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transition: background 100ms ease-out;
    -moz-transition: background 100ms ease-out;
    -o-transition: background 100ms ease-out;
    transition: background 100ms ease-out;
}
#jsddm li a.with-submenu:after {
  content: '\25be';
  color: #fae687;
  font-size: 13px;
  position: relative;
  top: -1px;
  margin-left: 10px;
}
#jsddm li a > span {
      color: #FFFFFF;
      background: #fae687;
      display: inline-block;
      width: auto;
      padding: 0 4px;
      height: 18px;
      line-height: 18px;
      margin-left: 10px;
}
#m2 ul > li:hover a,
#m2 ul > li a:hover {
    color: #121212;
    border-bottom:2px solid #fae687;
}
#m2 ul ul  {
    z-index: 200;
    margin: 0;
    padding: 5px;
    background: #fae687;
    left: 0px;
    position: absolute;
    display: none;
}
#m2 ul ul li {
    float: none;
    display: inline;
}
#m2 ul ul a {
    text-align: left;
  float: left;
    border: none !important;
    padding: 0 25px 0 5px;
}
#m2 ul ul li:hover a {
    /* background: #fae687 !important; */
    color: #121212 !important;
    text-decoration: underline;
}
#m2 ul ul a,
#m2 li:hover ul a {
    background: #fae687 !important;
    color: #333 !important;
}
#m2 li ul {display: none;}
#m2 li:hover ul {display: block;}

ul#lang {
  float: left;
  margin-top: 0px;
  height: 50px;
  line-height: 50px;
}
ul#lang li {
  float: left;
  margin-right: 20px;
}
ul#lang li a {
  text-transform: uppercase;
  color: #121212;
  font-size: 0.95em;
  padding: 8px 0;
  border-bottom: 2px solid #FFF;
  -webkit-transition: border 100ms ease-out;
  -moz-transition: border 100ms ease-out;
  -o-transition: border 100ms ease-out;
  transition: border 100ms ease-out;
}
ul#lang li a:hover {
  text-decoration: none;
  border-bottom: 2px solid #fae687;
  color: #222;
}

div.text {clear: both;margin: 30px 0;}

#develo .text h2 {color: #222; background: none;margin-bottom: 10px;font-size: 1.25em;}
#develo .text p {margin-top: 0;}
#develo table td {text-align: left; font-size: 12px;padding: 1px 40px;border-top: 3px solid #FFF;}
#develo table td.title {color: #222; padding: 0;padding: 6px 10px !important;}
#develo table.ponuky {width: 100%;}
#develo table.ponuky .odd {background-color: #FFF;}
#develo table.ponuky th {font-size: 11px;text-transform: uppercase;padding: 0 3px; text-align: center;}
#develo table.ponuky th a {
    color: #121212
}
#develo table.ponuky td {font-size: 11px; text-align: center; padding: 2px 0;}
#develo table.ponuky tr:hover td {background-color: #E5E5E5; cursor: pointer;}

.listitem h3.develo span {
    color: #9e9e9c;
    font-weight: bold;
}
.listitem table.develo {
    position: absolute;
    width: 550px;
    bottom: 26px;
    left: 145px;
}
.listitem table.develo td {
    padding: 0px 50px;
    color: #222;
    line-height: 23px;
}
.listitem table.develo td.title {
    padding: 0;
    color: #9e9e9c;
}

ul.text {list-style-type: disc;}
ul.text li {margin-left: 15px;}

#section .sluzby p {text-align: justify;}
#section .sluzby {font-style: italic;}

#map, #map_inzercia, #map_rk {margin: auto;width: 100%; height: 500px; margin: 10px 0;}

.infowindow {min-width: 330px !important;}
.infowindow img {float: left !important; min-width: 125px;}
.infowindow h2 {font-size: 16px; line-height: 22px; margin-bottom: 10px;max-width: 300px;}
.infowindow p {padding:0px; margin: 0px !important; line-height: 18px; margin-bottom: 10px; float: right; width: 190px;}
.infowindow p em {display: inline-block; margin-top: 10px;}
.infowindow a {display: inline-block; margin: 10px 0 10px 0;}

#mapinfo {padding-top: 10px;}
#mapinfo img {float: left; margin-left: 0px;}
#mapinfo span {display: absolute; float: left; margin-top: 10px; margin-left: 10px; margin-right: 30px; height: 50px;}

.ui-icon-triangle-2-n-s {background-position: -67px -12px !important;}
.ui-multiselect-menu, .ui-multiselect-checkboxes {width: 192px !important;}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {border-bottom: 1px solid #F5F5F5; padding: 3px 0;}
.ui-state-hover, .ui-widget-content .ui-state-hover {
    background: #121212 !important;
    color: #fff !important;
    border: none !important;
    font-weight: normal !important;
    cursor: pointer;
    padding: 4px 2px;
}

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

  #container {
    width: 1024px !important;
  }

  #search button {
    width: 175px !important;
    max-width: 175px !important;
  }
  .ui-multiselect-menu, .ui-multiselect-checkboxes {width: 167px !important;}

  #content {
      width: 704px !important;
    }
    #content .listitem h2 {
      width: 550px !important;
    }
    #content .horizontal li a {
      padding: 0 18px !important;
    }
    #content .makler {
      width: 704px !important;
    }
    #content .makler p {
      width: 554px !important;
    }
    #content form p.btns {
      padding-left: 412px !important;
    }

    #detail > object,
    #detail div.popisimage {
      width: 380px !important;
    }

    #detail p.popis {
      width: 380px !important;
    }

    #mapa, .mapa, #mapakontakt, .mapakontakt {
      width: 704px !important;
    }

  #footer, #reality{
    width: 1024px !important;
  }

}

#contact input[type="checkbox"] {float: left; width: auto; height: auto; margin: 4px 9px 4px 0;}
#simplemodal-container input[type="checkbox"] {float: left; width: auto; height: auto; margin: 4px 9px 4px 0;}
#simplemodal-container h1 {margin-bottom: 20px; height: 40px; line-height: 40px; text-align: left;}
#simplemodal-container p.text {height: auto !important; line-height: 22px; text-align: left;}