@charset "utf-8";

/* CSS Document */

@import "reset.css";

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

body {
  font-family: 'Open Sans', sans-serif;
  background: #F1F2F2 url("./img/notre-theme.png") no-repeat;
  background-position: 50% 100px;
  color: #333;
  font-size: 12px;
  line-height: 1.25em;
  position: relative;
  text-align: center;
  }
textarea, input, select {
  font-family:Tahoma, Arial, Helvetica, sans-serif;
}
a {color:#444;font-weight: bold;text-decoration:none;}
a:hover {text-decoration:underline;}
hr {border: none;background: transparent;display: block;height: 40px;margin: 0px;}

span.noimage-logo{
    display: block;
    height: 125px;
    width: 125px;
    background: #231F20 url("/template/css/img/notre-logo.svg") no-repeat center center;
    background-size: cover;
}

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

h1 {font-size: 22px;color: #444;}
h4 {font-weight: normal;}
.nadpis {font-size:1.33em; font-weight:bold;}
.lang {/* position:absolute; *//* top:10px; *//* z-index:200; */}

.novinka {font-size: 12px;}

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

#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:#444;}

#header {
  background: #F1F2F2;
  height: 100px;
}
#header #container h1 {float: left;}
#header #container h1 a {
  width: 200px;
  height: 100px;
  line-height: 100px;
  font-size: 16px;
  font-weight: normal;
  position:relative;
  overflow:hidden;
  left:0px;
  top:0px;
  text-indent:-1000px;
}
#header #container h1 a:hover {
  text-decoration: none;
}
#header #container h1 a span {
  cursor: pointer;
  display: block;
  float: left;
  margin-right: 10px;
  width: 180px;
  height: 100px;
  background: url('img/notre-logo.svg') no-repeat left center;
  background-size: 180px auto;
}

#m2 {
  background: #F1F2F2;
  height: 100px;
  width: 890px;
  float: right;
}

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

#content {
  float:left;
  width:670px;
  margin-bottom:50px;
  background:#F1F2F2;
}
#content {width: 760px;padding-top: 40px;margin-top: 330px;}
#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 #231F20;}
#content .horizontal li {float:left;}
#content .horizontal .first {background: #231F20;width: 150px; text-align:left;line-height: 40px;height: 40px; color:#444;font-weight: bold;padding-left:25px;}
*>#content .horizontal .first {width: 150px; color:white;}
#content .horizontal li a {display:block; float:left;height: 30px;line-height: 30px;padding: 0px 20px;color: #444; background:#F1F2F2;margin-top: 5px;margin-left: 20px;}
#content .horizontal li span {display:block; float:left; height:35px; line-height:35px; padding:0 10px; color:#F1F2F2; margin-left:10px; text-decoration:none;}
#content .horizontal li a.active {background:#AE212C; color:#F1F2F2;}
#content .horizontal li span.inactive {color:#CCC;}
#content .horizontal li a:hover {background:#231F20; color:#444; text-decoration:none;}
#content .horizontal li a.active:hover {background:#AE212C; color:#F1F2F2;}

#content .listitem {
  clear:both;
  border-bottom: 2px solid #231F20;
  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: #AE212C 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;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#content .listitem:hover .image img {
  opacity: 0.1;
}

#list .listitem .image span.noimage {
  opacity: 1;
  width: 100%;
  height: 100%;
  display: block;
  background: #f2f6fd url(./img/notre-logo.svg) no-repeat center center;
  background-size: 80% auto;
}

#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 #AE212C;}
#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;
}
#content .listitem h3.develo {
  color: #AE212C;
}
#content .listitem ul {
  position: absolute;
  bottom: 30px;
  left: 145px;
}
#content .listitem ul li {
  margin-bottom: 3px;
}
#content .listitem ul li label {
  float: left;
  display: block;
  width: 60px;
}
#content .listitem ul strong {font-weight: normal;color: #444;}

#content .listitem p strong {font-size: 1.5em; font-weight:bold;color: #444444;display:block;padding-top: 3px;/* background: #AE212C; *//* 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:#444;}

#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: #F1F2F2; }
#section h1 {
    margin-bottom: 30px;
}

#section .oblacik .info {width: 380px;clear: both;float: left;padding: 30px 0;font-size: 14px;line-height: 22px;}
#section .oblacik .info > strong {color: #444;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: #444;}

#footer, #reality {width: 100%;margin: 0 auto;padding: 30px 0;background: #231F20;clear:both;}

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

#aside {width: 280px;float:right;color:#F1F2F2;margin-top: 165px;}

#search {
  background: #AE212C;
  padding: 5px 20px 20px 20px;
  margin-bottom: 40px;
  color:#F1F2F2;
  font-size:12px;
}
#search span {display:block; padding:0px; font-weight:normal; text-align:left;}
#search p {margin-bottom: 10px;clear: both;}
#search p.btn {margin-top: 35px;margin-bottom: 0px;}
#search .top,
#cms-container #cms-pridat-panel .top,
#cms-loginpage-container #cms-loginform .top {
  color: #F1F2F2;
  font-size: 12px;
  font-weight: bold;
  margin-top: 5px;
  background: url('./img/search_icon.png') no-repeat 100% 50% transparent;
  height: 36px;
  line-height: 36px;
  padding-left: 0px;
  text-transform: uppercase;
}
#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: #F1F2F2;width: 115px;border:0;padding: 8px;cursor: pointer;color: #555;-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: 224px;border:0;padding: 8px;height: auto;color: #555;}
*>#search input {width: 224px;height: 14px;}
#search input.btn {background: #231F20;color: #F1F2F2;font-weight: bold;font-size: 0.95em;text-transform: uppercase;margin-top: 10px;width: 165px;height: 40px;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: 15px;line-height: 21px;}
#search label.checkbox input {width: 12px; float: left;padding: 0;margin: 4px 8px 0 0px;}

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

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

#top {background: #F1F2F2;border: 2px solid #231F20;border-bottom: 1px solid #231F20;margin-bottom:25px;}
#top div {overflow: auto;clear:both;/* height:65px; */padding: 15px;border-bottom: 1px solid #231F20;}
#top .image {float:left;border:1px solid #F1F2F2;max-width: 70px;height: auto;}
#top .image img {float:left; display:block;}
#top p.nazov {float:right;width: 170px;line-height: 16px;}
#top p.nazov a {color: #AE212C;font-weight:bold;}
#top p.cena {float: right;width: 170px;margin-top: 8px;color: #555;font-weight: bold;}

#top .image span.noimage {
    width: 65px;
    height: 65px;
    display: block;
    background: #f2f6fd url(./img/notre-logo.svg) no-repeat center center;
    background-size: 80% auto;
}

#hotline {
  background: #AE212C;
  padding: 15px 15px 20px 15px;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
#hotline strong {font-size: 2.25em;font-weight: bold;color: #F1F2F2;}

.sample {
  background: #F1F2F2;
  border: 2px solid #231F20;
  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: #444;text-align: left;}
.sample .image {background:#F1F2F2;float: right;margin-left: 12px;margin-top: 5px;}
.sample .image img {float: right;display:block;}
.sample p {clear:both;margin-top: 10px;line-height: 16px;text-align: justify;}
.sample p a {color:#444;font-weight: normal;}
.sample ul {color:#444;}
.sample ul li {line-height: 18px;}
.sample ul li:before {content: "•"; color: #AE212C; padding-right: 10px;}

#detail {position: relative;}

#detail ul.detailinfo {
  width: 370px;
  float: left;
  clear: left;
  margin-bottom: 15px;
}
#detail ul.detailinfo li {
  padding: 5px 0;
}
#detail ul.detailinfo li > strong {
  display: inline-block;
  float: right;
  color: #444;
}

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

#detail p.popis {
  float: left;
  clear: both;
  width: 100%;
  margin: 0px;
  line-height: 22px;
  margin: 20px 0 30px 0;
}
#detail p.popis a {
  width: 100%;
  display: block;
  margin-bottom: 24px;
}
#detail p.popis a img {
  width: 100%;
}

#detail > object {
  float: right;
  width: 400px !important;
  margin: 0px 0 40px 0 !important;
}

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

#detail h2, #section p.nadpis {font-size: 24px;line-height: 30px;color: #444;margin-bottom: 40px;}
#detail h3 {font-size: 18px; color: #444;}

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

#tools {display: block;float: right;/* clear: right; */width: 330px;box-sizing: border-box;font-size:12px;background: #F1F2F2;border: 2px solid #231F20;padding:10px 0;margin: 0 0 30px 0;}
#tools a {background:#F1F2F2; color:#444;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;margin-bottom: 30px;}
#detailinfo td {background: #e1e1e1;border-top: 6px solid #F1F2F2;padding: 6px 10px; font-weight:bold;text-align: right;color: #444;}
#detailinfo td.name {font-weight:normal;text-align: left;color: #777;}
#detailinfo td.sep {background: #F1F2F2;}

#detailinfo .zoznamsuborov {
  margin-bottom: 30px;
  padding-top: 5px;
}
#detailinfo .zoznamsuborov h3 {
  clear: none;
  margin-bottom: 30px;
}
#detailinfo .zoznamsuborov a {
  float: left;
  clear: left;
  margin-bottom: 8px;
  color: #AE212C;
}

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

#develo table {width:100%;}
#develo td {background: #231F20;color: #444;padding: 6px !important; font-weight:bold;}
#develo td.name {font-weight:normal;}
#develo td.title {}
#develo th {background: #444;color: #F1F2F2;padding: 15px 3px !important;line-height: 1.2em !important;}
#develo .ponuky .odd td {background: #F1F2F2 !important;}
#develo .ponuky tr:not(.red):hover td, #develo .ponuky .odd:not(.red):hover td {background: #E5E5E5 !important;cursor: pointer;}

#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 #231F20; padding:1px; display:block; float:left;}
#gallery li a:hover {border-color: #AE212C;}
#gallery li a img {display:block; float:left;}

#content .makler {width: 760px; float:left; height:100%;border-bottom: 2px solid #231F20;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-left: 10px;}
#content .makler > p.kontakt {margin: 10px 0;}
#content .makler strong {font-weight:normal; color:#444; 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:#444;}
#content .makler h3 {color: #444; 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: #444;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: #231F20;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; color: white;}
#content form p {overflow: auto;line-height: 20px;padding: 10px 0; color: white;}
#content form a {color: white;}
#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: 430px;}
#content form p.btns input {width: 150px;height: 40px;line-height: 36px;font-weight: bold;text-transform: uppercase;font-size: 11px;cursor:pointer;background: #231F20; color:#F1F2F2;}


#contact input[type="checkbox"] {
  float: left;
  width: auto;
  height: auto;
  margin: 4px 9px 4px 0;
}


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

#detailPopup {background-color: #E3E3E3; position: absolute; border: 3px solid #444; 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: #F1F2F2;position: absolute;z-index: 150;padding: 20px;min-height: 130px;height: auto !important;top: 140px !important;}
#simplemodal-container h1 {margin-bottom: 20px; height: 40px; line-height: 40px; text-align: left;}
#simplemodal-container p {color: #797382;margin-bottom: 15px;height: 20px;line-height: 20px;}

#simplemodal-container p.text {height: auto !important; line-height: 22px; text-align: left;}
#simplemodal-container p.suhlas {margin: 25px 0 0 0; text-align: left;}
#simplemodal-container input#suhlas {width: auto;float: left;margin: 0 10px 0 0;}

#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: #AE212C;font-weight:bold;border:0;color: #F1F2F2;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: 620px;
}
#lang {
    width: 125px;
}

#jsddm, #lang {height: 30px;line-height: 30px;margin-top: 35px;padding-right: 24px;float: right;text-align: justify;text-align-last: justify;-moz-text-align-last: justify;}
#jsddm:after, #lang:after {display: inline-block; width: 100%; content: '';}
#jsddm a.active {border-bottom: 2px solid #AE212C;color: #444;}
#jsddm a.active:hover {border-bottom: 2px solid #F1F2F2;}

#jsddm li {position: relative;list-style: none;display: inline-block;}
#jsddm li a {
    display: block;
    text-decoration: none;
    color: #231F20;
    font-size: 0.95em;
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
    border-bottom: 2px solid #F1F2F2;
    -webkit-transition : border 100ms ease-out;
    -moz-transition : border 100ms ease-out;
    -o-transition : border 100ms ease-out;
    transition : border 100ms ease-out;
}
#jsddm li a.with-submenu:after {
  content: '\25be';
  color: #AE212C;
  font-size: 14px;
  position: absolute;
  left: 50%;
  right: 50%;
  top: 24px;
  margin-left: -5px;
}
#jsddm li:hover a.with-submenu:after {
  content: '';
  font-size: 10px;
}
#jsddm li a > span {
      color: #F1F2F2;
      background: #AE212C;
      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:#333;
    border-bottom: 2px solid #AE212C;
}
#m2 ul ul  {
    z-index: 200;
    margin: 0;
    padding: 5px;
    background: #F1F2F2;
    left: -5px;
    position: absolute;
    visibility: hidden;
}
#m2 ul ul li {
    float: none;
    display: inline;
}
#m2 ul ul a {
    padding: 0 25px 0 5px;
    text-align: left;
  float: left;
    border: none !important;
}
#m2 ul ul li:hover a {
    background: #AE212C;
    color: #F1F2F2;
}
#m2 ul ul a,
#m2 li:hover ul a {
    background: #F1F2F2;
}
#m2 li ul {visibility: hidden;}
#m2 li:hover ul {visibility: visible; display: block;}

#m2 ul#lang {
  float: right;
  padding-left: 24px;
  border-left: 2px solid #231F20;
}
#m2 ul#lang li {
  display: inline-block;
}
#m2 ul#lang li a {
  text-transform: uppercase;
  color: #231F20;
  font-size: 0.95em;
  padding: 8px 5px;
  border-bottom: 2px solid #F1F2F2;
  -webkit-transition : border 100ms ease-out;
  -moz-transition : border 100ms ease-out;
  -o-transition : border 100ms ease-out;
  transition : border 100ms ease-out;
}
#m2 ul#lang li a:hover {
  text-decoration: none;
  border-bottom: 2px solid #AE212C;
  color: #444;
}

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

#develo .text h2 {color: #444; 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 #F1F2F2;}
#develo table td.title {color: #444; padding: 0;padding: 6px 10px !important;}
#develo table.ponuky {width: 100%;}
#develo table.ponuky .odd {background-color: #F1F2F2;}
#develo table.ponuky th {font-size: 11px;text-transform: uppercase;padding: 0 3px; text-align: center;}
#develo table.ponuky th a {color: #F1F2F2;}
#develo table.ponuky td {font-size: 11px; text-align: center; padding: 2px 0;}
#develo table.ponuky tr:hover td {background-color: #E5E5E5;}

.listitem h3.develo span {color: #AE212C; font-weight:bold;}
.listitem table.develo {
    position: absolute;
    width: 550px;
    bottom: 30px;
    left: 145px;
}
.listitem table.develo td {padding: 0px 50px;color: #444;line-height: 20px;}
.listitem table.develo td.title {padding: 0;color: #777;}

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: 760px; margin: 10px 0;}

.infowindow {
  width: 240px;
  min-height: 450px;
}
.infowindow img {
  width: 100%;
  margin-bottom: 20px;
}

.infowindow h2 {
  margin-bottom: 9px;
  font-size: 1.25em;
}

.infowindow p {
  display: block;
  width: 100%;
  line-height: 24px;
  overflow: auto;
  margin: 0px !important;
  padding: 0px;
}

.infowindow label {
  float: left;
}

.infowindow strong {
  float: right;
}

.infowindow p.cena {
      margin-top: 10px;
      font-size: 1.33em;
}

.infowindow p.cena strong {
  color: #AE212C;
}

.infowindow a {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}

.infowindow a.button {
  display: block;
  width: auto;
  background: #AE212C;
  color: #F1F2F2;
  text-transform: uppercase;
  font-weight: bold;
  padding: 8px 12px;
  margin-bottom: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#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 {width: 232px !important;}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {border-bottom: 1px solid #231F20; padding: 3px 0;}
.ui-state-hover, .ui-widget-content .ui-state-hover {background: #eff9ec !important; color: #444 !important; border: none !important; font-weight: normal !important; cursor: pointer;padding: 4px 2px;}

.bld {font-weight:bold;}


.lSSlideOuter {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 30px;
}


/* hypokalkulacka */

.hypo {
  margin: 40px 0;
  padding: 30px 30px 10px 30px;
  background: #f2f6fd;
  overflow: auto;
}

.hypo h3 {
  width: 100%;
  margin-bottom: 30px !important;
  font-size: 1.5em !important;
}

.hypo .form .line {
  margin-bottom: 20px;
  overflow: hidden;
  float: left;
  width: 100%;
  height: 30px;
  line-height: 30px;
}

.hypo .form .line.final {
  margin: 10px 0 0 0;
  height: 60px;
}

.hypo .form .line.final label {
  margin: 3px 0;
  width: 120px;
  float: right;
  line-height: 18px;
  text-align: right;
}

.hypo .form .line.final p.sum {
  float: right;
  text-align: right !important;
  margin: 4px 0 !important;
  margin-right: 30px !important;
  width: 130px !important;
}

.hypo .form .line.final p.sum strong {
  float: right;
  font-size: 2.5em;
  font-weight: bold;
  margin-right: 10px;
  color: #000 !important;
}

.hypo .form .line.final p.sum small {
  float: right;
  line-height: 26px;
}

.hypo .form .line.final a.logo {
  float: left !important;
}

.hypo .form .line.final a.logo img {
  height: 40px;
}

.hypo .form .line.final a.button {
  float: right;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  background: #AE212C;
  font-weight: bold;
  text-transform: uppercase;
  border: 0;
  color: #F1F2F2;
  cursor: pointer;
}

.hypo .form label {
  float: left;
  font-weight: bold;
  display: block;
  width: 20%;
  margin-bottom: 5px;
}

.hypo .form input[type="range"] {
  width: calc(80% - 150px);
  margin: 13px 0;
  float: left;
}

.hypo .form p.sum {
  height: 30px;
  line-height: 30px !important;
  float: right !important;
  width: 150px !important;
  text-align: left !important;
  margin: 0px !important;
}

.hypo .form p.sum small {
  float: right;
  height: 30px;
  line-height: 28px;
  font-size: 1em;
  color: #AE212C;
}

.hypo .form p.sum input[type="text"] {
  background: #f2f6fd;
  font-size: 1.5em;
  font-weight: bold;
  float: right;
  height: 30px;
  line-height: 30px;
  border: none;
  text-align: right;
  width: 80px;
  padding: 0 10px;
}

.hypo .form p.sum input[type="text"]:disabled {
  color: #000;
}


/* range slider */


input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 8.5px 0;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #d0e8d8;
  border-radius: 0px;
  border: 0px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 1.9px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #F1F2F2;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8.5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #d0e8d8;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #d0e8d8;
  border-radius: 50%;
  border: 0px solid #010101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 1.9px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 10px;
  border-radius: 50%;
  background: #F1F2F2;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #d0e8d8;
  border: 0px solid #010101;
  border-radius: 50%;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-fill-upper {
  background: #d0e8d8;
  border: 0px solid #010101;
  border-radius: 50%;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 1.9px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 10px;
  border-radius: 50%;
  background: #F1F2F2;
  cursor: pointer;
  height: 3px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #d0e8d8;
}
input[type=range]:focus::-ms-fill-upper {
  background: #d0e8d8;
}