body
{
	color: #76787b !important;
  font-family: "Roboto",Arial,sans-serif;
}
a
{
	color: #76787b !important;
}
a:hover
{
	color: #7851A9 !important;
	text-decoration: none !important;
	cursor: pointer !important;
}
a:visited
{
	color: #76787b !important;
}
h1
{
	font-size: 2em !important;
  margin: 0;
}
h1 a span
{
	display: none;
}
h2
 {
  font-size: 2m !important;
  margin: 0px;
  /* padding-top: 52%; */
}
h3
{
	font-size: 0.9em !important;
  line-height: 2em !important;
  margin: 0px !important;
}
.submenu li a span
{
	line-height: 1em !important;
  margin: 0;
}
.noPadding
{
	padding: 0px !important;
}
.noMargin
{
	margin: 0px !important;
}
.col-md-6 p
{
	font-size: 1.5rem;
  font-family: "baskerville",serif;
}
.afterImage
{
	margin-top: 6vh !important;
	margin-bottom: 6vh !important;
}
nav
{
	text-align: center;
	/*height: 10vh; */
  height: 45px;
	position: relative;
	z-index: 9999;
}
nav ul
{
	padding: 0px;
	margin: 0px;
}
.bigNav ul li:hover > .submenu
{
	visibility: visible;
	background: rgba(255,255,255,0.9);
}
.bigNav a {
  font-size: 12px;
}
nav li
{
	display: inline-block;
	list-style-type: none;
	text-transform: uppercase;
	padding: 0.8em;
	max-height: 9vh;
}

nav li.active a
{
	font-weight: bold;
  color: #7851A9 !important;
}

nav.smallNav li {
  max-height: 100%;
  padding: 0;
}
.smallNav
{
  font-size: 1.5em;
	height: auto;
  margin-top: 50px;
}
.smallNav .submenu
{
	visibility: visible;
}
.smallNav li
{
	display: list-item;
}
.smallNav li .submenu
{
	/*display: none;*/
  font-size: 80%;
	float: none;
	text-align: center;
  margin-bottom: 5px;
}

.smallNav li .submenu li
{
	display: list-item;
  text-transform: lowercase;
}

.smallNav h3
{
	margin: 5px 0 !important;
}

.menuLayout {
  padding-bottom: 20px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 200000000;
  display: none;
  width: 100%;
  height: auto;
  background: white;
}

.header
{
    padding-top: 20px;
    border-bottom: 1px solid #D1D2D3;
    position: fixed;
    width: 100%;
    z-index: 100000;
    background: #fff;
}
.menuBig {
  position: fixed;
  width: 100%;
  z-index: 100000;
  background: #fff;
  top: 98px;
}
.row.header{
top:0;
  height: 98px;
}
.content {
  margin-top: 123px;
}
.mainimage
{
	background-size: cover !important;
	background-position: center center !important;
}
.submenu
{
	visibility: hidden;
	float: left;
	padding: 1vw !important;
	white-space: nowrap;
	text-align: left;
}
.menuBig .submenu {
  position: absolute;
}
.submenu li
{
	display: list-item;
	padding: 10px 0;
}
.submenu li a:hover
{
	cursor: pointer;
}
.col-md-6 h1,
h2
{
	color: #7851A9;
	margin: 0px;
  font-weight: 200 !important;
}
.unitsWrapper h2 {
  padding: 0;
  margin: 25px 0 15px;
  font-weight: 500;
  line-height: 1.1;
  font-size: 24px !important;
}
.stroke
{
    margin-bottom: 6vh;
    margin-top: 6vh;
    height: 1px;
    background: #D1D2D3;
}
.financingbuttonh1
{
    position: absolute;
    bottom: 0px;
    right: 0px;
	width: 45%;
	float: right;
    padding: 2em 0.75em;
    color: white;
    font-size: 1.5em;
    background-color: #7851A9;
}
.menuSmall
{
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 60px;
    padding: 42px 20px 0 0;
    height: 60px;
	z-index: 9999;
}
.menuClose
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 60px;
    padding: 42px 20px 0 0;
    height: 60px;
	z-index: 999999;
}
.row input[type="range"]
{
	-webkit-appearance: none;
	width: 60%;
	float: left;
	margin-top: 9%;
}
.row input[type=range]:focus {
  outline: none;
}
.row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 16px;
  width: 32px;
  background: #7851A9;
  cursor: pointer;
  margin-top: -7px;
}
.row input[type=range]::-moz-range-thumb {
  height: 16px;
  width: 32px;
  background: #7851A9;
  cursor: pointer;
}
.row input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  height: 16px;
  width: 32px;
  background: #7851A9;
  cursor: pointer;
}
.row input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #7851A9;
}
.row input[type=range]::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #7851A9;
}
.row input[type=range]::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #7851A9;
}
.unitsRound:before
{
	content:"";
	display: block;
	padding-top: 100%;
}
.unitsRound
{
    border-radius: 50%;
    border: 2px solid #7851A9;
	width: 20%;
	float: left;
	position: relative;
}
.unitsRow
{
	padding-bottom: 1%;
}
.unitsList a
{
	padding-left: 9%;
}
.unitsRow .col-md-6
{
	text-align: center;
}
.unitsTable
{
	margin: 0 auto;
	width: 100%;
}
.unitsTable .colored  {
  color: #7851A9;
	border-top: 1px solid #7851A9;
	border-bottom: 1px solid #7851A9;
  font-weight: bold;
}
.unitsTable td,
.unitsTable th
{
	padding: 1%;
}
.innerRound
{
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
    display: flex;
	text-align: center;
    justify-content:center;
    align-content:center;
    flex-direction:column;
}
.galleryImage
{
	position: relative;
	width: 100%;
	padding-top: 100%;
	background-size: cover;
	background-position: center center;
  display: block;
}
.galleryInner
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 5% 15%;
    color: white;
	max-height: 43%;
	visibility: hidden;
}
.contactInner
{
  padding: 0 20px;
}
.row.content.fullcontact,
.row.fullcontact .bcg-fullimage {
  margin-top: 0;
}
.row.footer.contact-full{
  padding-bottom: 0 !important;
}
.contactDiv
{
	position: relative;
	width: 100%;
	padding-top: 50%;
}
.contactButton
{
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
	top: 0px;
  padding: 10%;
	border: 2px solid #EC028A;
}
.getApp
{
	position: absolute;
	background: #EC028A;
	right: 0px;
	bottom: 0px;
	color: #FFFFFF !important;
	padding: 2%;
  font-size: 15px;
}
.galleryInner h2
{
	font-size: 1.5em !important;
  padding-top: 0;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.galleryInner p
{
    font-size: 1.5em;
}
.contactInner h2
{
	font-size: 26px !important;
  color: #fff;
  margin: 0px;
  margin-bottom: 20px;
	padding-top: 0px;
  font-weight: bold;
}
.contactInner p
{
    font-size: 88% !important;
    color: #fff;
}
.contact-full {
  background-color: #929595;
}
.lessPadding
{
	padding: 25% 5% 5% 5%;
}
.galleryTop
{
	position: absolute;
	color: #7851A9 !important;
	background: rgba(255,255,255,0.9);
	height: 25%;
	top: 0px;
	left: 0px;
	right: 0px;
	padding: 10%;
	display: flex;
    justify-content:center;
    align-content:center;
    flex-direction:column;
	margin: 0px !important;
}
.block
{
	/*line-height: 2vmax;*/
}
.odd
{
    background: rgba(140,140,140,0.70);
}
.even
{
    background: rgba(237,2,139,0.80);
}
.galItem:nth-child(odd) .galleryInner
{
    background: rgba(159,120,207,0.70);
}
.galItem:nth-child(even) .galleryInner
{
    background: rgba(120,81,169,0.90);
}
.galItem:hover > a .galleryInner
{
	visibility: visible;
}
.noBorder
{
	border: none !important;
}

.logo-topp {
  width: 265px;
  margin: auto;
}

.formart .img-responsive {
  width: 100%;
  height: auto;
}

.img-devel {
  height: 100%;
  width: auto;
}

.formart h2 {
  padding-top: 20%;
  font-size: 1.1em !important;
}

.fholder {
  width: 100%;
  position: absolute;
  left: 0;
  top: 70%;
}

.fholder-a {
  margin: 0 auto;
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  display: block;
}

.fholder-a img {
  width: 100px;
  height: 100px;
}

.fholder.moreb {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  top: auto;
}

.moreb .fholder-a {
  margin: 0 auto;
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  display: block;
}

.floor {
  position: absolute;
  left: 0;
  top: 48%;
  background: url('images/cena_verejnosti.png') no-repeat scroll 0 0;
  width: 228px;
  height: 407px;
  cursor: pointer;
  display: block;
  transition: all 1s ease 0s;
}

.firstImage {
  background-attachment: fixed !important;
}

/*swiper*/
/*.swiper-container img {
    display: block;
    height: auto;
    width: 100%;
} */

.swiper-wrapper {
    -moz-box-align: end;
    -moz-box-pack: start;
    align-content: center;
    align-items: flex-end;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    text-align: center;
}

.swiper-container {
    height: auto;
    /*height: 60vh;*/
    margin-top: 20px;
    width: 100%;
}

.row.content .swiper-container {
  height: 60vh;
}
#locality.swiper-container,
#locality.swiper-wrapper {
  height: 595px;
}
.swiper-container, .swiper {
    /*height: auto;*/
    overflow: hidden;
    position: relative;
    width: 100%;
}
/*swiper end*/


/*standards*/

.butt-holder {
  width: 100%;
  margin-top: 10%;
  position: relative;
}

.std-butt {
  margin: 0 auto;
  width: 201px;
  height: 201px;
  background: url('images/std-butt.png') 0 0 no-repeat scroll;
  cursor: pointer;
}

@media (max-width:999px){
  .std-butt {
    margin: 0 auto;
    width: 120px;
    height: 120px;
    background: url('images/std-butt.png') 0 0 no-repeat scroll;
    background-size: 120px 120px;
    cursor: pointer;
  }
  .butt-holder {
    margin-top: 50%;
  }
}

.row.content .swiper-button-next,
.swiper-button-next {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%237851AD\'%2F%3E%3C%2Fsvg%3E") !important;
}

.row.content .swiper-button-prev,
.swiper-button-prev {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z\'%20fill%3D\'%237851AD\'%2F%3E%3C%2Fsvg%3E") !important;
}

.play-butt {
  margin: 0 auto;
  width: 201px;
  height: 201px;
  background: url('images/play.png') 0 0 no-repeat scroll;
  cursor: pointer;
}

.std-pic-holder {
  /*display: none;*/
}

.swiper-slide-std {
  /*width: auto !important;*/
  height: auto !important;
  border-left: 1px solid #ccc;
}

.swiper-container.std {
  height: auto !important;
}
/*standards end*/

span.financingbutton {
  background-color: #7851A9;
  padding: 30px 10px;
  color: #fff;
  line-height: 80px;
  cursor: pointer;
}
@media (min-width:1000px){body{//font-size: 20px !important;}}
@media (max-width:999px){
body{
/*font-size: 10px !important;*/
}
.menuBig{display: none;}
.langBig{display:none;}
.menuSmall{display: block;}
.contactInner h2{font-size: 3vw !important;}
.contactInner p{font-size: 3vw !important;}
.block{line-height: 7vmin;}
.getApp{font-size: 7vmin;}
.formart{display: none;}

.content {
  margin-top: 105px;
}

.floor {
  display: none;
}

.menuLayout {
  top: 0px;
  z-index: 10000000;
}
.smallNav h3{font-size: 15px !important;}
}

@media (max-width:600px){
  .formart{max-width: 100px !important;}
  .logo-topp {
    float: left;
  }
}
@media (max-width:490px){
  h3{font-size: 0.5em !important;}
}

table.Editor {
  width: 100%;
}

table.Editor th {
  width: 40%;
}

table.Editor td {
  width: 60%;
  padding: 2px 0;
}

table.Editor input,
table.Editor textarea {
  width: 100%;
  background: transparent none;
  border: 2px solid #ccc;
}

table.Editor hr {
  display: none;
}

table.Editor input.submit {
  background: transparent none;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  border: 2px solid #ccc;
}

#locality .swiper-slide {
  border-right: 1px solid #ccc;
  min-height:500px;
}

#locality .swiper-slide img {
  width: 100%;
  height: auto;
}

#locality .swiper-slide div {
  padding: 30px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 200;
  /*height:150px;*/
  overflow: hidden;
}
.slide-content {
    text-transform: none !important;
    font-size: 0.9em !important;
    font-weight: 200 !important;
    overflow: hidden;
    line-height: 1.5em;
    text-align: justify;
    margin-right: 0em;
    padding: 0 1em !important;
    font-family: Baskerville;
    bottom: 7em;
}
.slide-content:before {
  /*content: '...';
  position: absolute;
  right: 0;
  bottom: 0;*/
}
.slide-content:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}
#vybavenost .nav-tabs li {
  text-align: center;
  text-transform: uppercase;
  font-size: 80%;
}

#vybavenost ul.nav-tabs {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 180px;
}

#vybavenost .swiper-container {
  margin-top: 0;
  padding-top: 0;
  border-top: 1px solid #DDDDDD;
}

#mapaTop {
	text-align: center;
	color: #9462e9;
	font-family: "baskerville",serif;
	font-size: 2rem;
	padding: 5rem 0;
	border-top: 1px solid #D1D2D3;
}

#mapaBot {
	text-align: center;
	color: #9462e9;
	font-family: "baskerville",serif;
	font-size: 2rem;
	padding: 5rem 0;
}

#mapaBot .slogan {
	font-weight: bold;
}

#Odkazy div a{
	font-size: 3.5vmin;
    display: block;
    padding: 0.5em 0;
    width: 80%;
    margin: 0 auto;
    color: #9462e9 !important;
    background: rgba(255,255,255,0.8);
    text-align: center;
    font-weight: 300;
}

.swiper-container.singleslide img{
  width: 100%;
}

div.bcg-fullimage {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}

#vybavenost .nav-tabs > li.active > a,
#vybavenost .nav-tabs > li.active > a:focus,
#vybavenost .nav-tabs > li.active > a:hover,
#vybavenost .nav-tabs {
  border-bottom: 0px none !important;
}

@media (min-width:1930px){
  .maxWidth {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width:900px){
  .swiper-pagination  {
    display: none;
  }
}


.maxWidth {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}


.swiper-slide-std,
.swiper-slide {
  cursor: grab;
}

.stb1h {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}

.std-pic-holder .swiper-slid {
  border-left: 1px solid #ccc;
}

.swiper-slide-std div.std-t {
  font-size: 19px;
  font-weight: 200;
  margin: 25px 25px 30px;
  text-align: left;
}

.swiper-slide-std div.std-h {
  font-size: 24px;
  font-weight: 200;
  height: 65px;
  margin: 0 25px 0;
  line-height: 28px;
  overflow: hidden;
  text-align: left;
}

.swiper-slide-std div.std-d {
  font-size: 16px;
  font-weight: 200;
  margin: 0 25px 80px;
  text-align: left;
  line-height: 18px;
  height: 50px;
}

.row.footer {
  background-color: #929595;
  min-height: 200px;
  clear: both;
}

.row.footer {
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 40px 0;
}

.row.footer a {
  color: #fff !important;
}

@media (min-height:900px){
  .row.footer.stnd {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}

.dwnldimg {
  float: left;
  background: url('/style/nostalgie/images/arrow.png') no-repeat scroll 9px 9px;
  background-size: 34 auto;
  width: 43px;
}

@media (max-width:768px){
  h1#about {
    clear: both;
    display: block;
    float: none;
    height: 45px;
    width: 100%;
  }
}

.std-pic-holder .swiper-slide {
  min-height: 505px;
  overflow: hidden;
}

.x-lokalita-- .row.stroke {
  display: none;
}

.swiper-pagination-bullet-active {
    background: #7851a9 none repeat scroll 0 0;
    opacity: 1;
}

nav.smallNav li a {
  padding: 5px;
  display: block;
}

.after-mobile-menu a {
  padding: 5px;
  display: block;
}

.smallNav {
  padding-bottom: 10px;
  font-size: 1.2em;
}

.after-mobile-menu {
  padding-top: 10px;
  font-size: 1.2em;
}

.after-mobile-menu img {
  padding-top: 10px;
}

@media (max-width:1100px){
  .slide-content{
    height: auto !important;
  }
}

.form_editor2 ul,
.form_editor2 li {
  list-style-type: none;
  padding: 0;
}

.form_editor2 li {
  margin: 15px 0;
}

.form_editor2 p {
  display: none;
}

.form-control::-moz-placeholder {
  color: #fff !important;
}
.form-control::-webkit-input-placeholder {
  color: #fff !important;
}
.form-control::-ms-input-placeholder {
  color: #fff !important;
}
.form_editor2::-moz-placeholder {
  color: #fff !important;
}
.form_editor2::-webkit-input-placeholder {
  color: #fff !important;
}
.form_editor2::-ms-input-placeholder {
  color: #fff !important;
}

.form_editor2 input,
.form_editor2 textarea,
.form_editor2 button {
  background: none;
  color: #fff;
}

.contactInner {
  margin: 15px 0;
}



/* stacktable */
.stacktable { width: 100%; }
.st-head-row { padding-top: 1em; }
.st-head-row.st-head-row-main { font-size: 1.5em; padding-top: 0; }
.st-key { width: 49%; text-align: right; padding-right: 1%; }
.st-val { width: 49%; padding-left: 1%; }



/* RESPONSIVE EXAMPLE */

.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }

@media (max-width: 800px) {
  .stacktable.large-only { display: none; }
  .stacktable.small-only { display: table; }
  .stacktable .colored {
    display: none;
  }
}

.table td span[style*="text-decoration: underline;"] {
    color: #7d9e13;
    font-weight: normal;
		text-decoration: none!important;
}
.table td em {
    color: #9e1313;
    font-style: normal;
}
