@charset "utf-8";
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none; font-weight: 600; color:#4c4c4c;}
a:hover{text-decoration: underline;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/

body{
	margin: 0;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	background: none;
    text-align: justify;
}

.container{
    width: 960px;
    margin: 0 auto;
}


header{
    width: 100%;
    min-width: 960px;
    height: 180px;
    border-bottom: 2px solid #9fd276;
    padding-bottom: 4px;
}

.menu_bg{
    height: 60px;
    background-image: url(../img/menu-bg.png);
    margin: 0;
    padding: 0;
}

header nav{
    margin: 0 auto;
    width: 550px;
    padding-top: 1em;
}


header nav a{
    display: inline-block;
    margin: 0 0.25em;
    padding: 5px 10px;
    border: 2px solid white;
    color: #9fd276;
    font-family: 'Catamaran', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

header nav a:hover{
    border-bottom: 4px solid #9fd276;
    text-decoration: none;
}

.active {
    border-bottom: 4px solid #9fd276;
    font-weight: 700;
}

.header-top{
    display: block;
    position: relative;
    width: 100%;
    min-height: 110px;
    clear: both;
    box-sizing: border-box;
}

.header-top img{
    float: left;
    display: block;
    width: 300px;
    margin-top: 1.5em;
    margin-left: 1.5em;
}


div.header-contact{
    display: block;
    float: right;
}

a.email{
    display: block;
    text-align: right;
    color: #9fd276;
    font-family: 'Catamaran', sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-top: 1em;
}

h3{
    font-family: 'Catamaran', sans-serif;
    font-size: 26px;
    font-weight: 300;
    color: #9fd276;
}

.text{
    font-weight: 400;
    padding: 1em 1.5em;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

.bold{
    font-weight: 700;
    color: black;
}

.uppercase{
    text-transform: uppercase;
}

p{
    line-height: 1.5em;
    margin: 1rem 0;
}

/******************* NADPIS *******************/

.nadpis-cont{
    display: block;
    width: 375px;
    margin: 1em 0;
    margin-left: 1em;
    margin-top: 2em;
}

.nadpis-cont img, table{
    float: left;
}

.nadpis-cont table{
    margin: .75em auto;
    margin-left: .75em;
}

h2{
    color: #a98c65;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
}

.nadpis-cont table a, td{
    font-weight: 400;
    font-size: 14px;
}


/**
h2.main-h2{
    font-family: 'Catamaran', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    color: white;
    text-shadow: 2px 2px 0px rgba(0,0,0,0.15);
    position: relative;
    bottom: 120px;
    left: 50px;
}**/


/******************* LOKALITA *******************/

.lokalita{
    min-height: 500px;
}

.lokalita .text table{
    display: block;
    width: 940px;
    margin: 1em auto;
}


.lokalita .text table tr td{
    width: 50%;
    vertical-align: top;
    padding: 1em 2em;
    font-size: 15px;
}

.lokalita .text table tr td img{
    width: 95%;
}


/************** DOMY **********************/

.int-map{ 
    display:block;
    min-height: 500px;
    height: 600px;
    width: 95%;
    margin: 2em auto;
}

.map-bg{
    position: relative;
    display: block;
    float: left;
    width: 70%;
    height: 100%;
    background-color: #ddcdb7;
}

.img_map{
        margin-top: 20px;
        margin-left: 18px;
}

.map-popis{ 
    display:block;
    float: right;
    width: 30%;
    height: 100%;
    max-height: 600px;
    font-family: 'Catamaran', sans-serif;
    font-size: 18px;
    font-weight: 300;
    border-right: 1px solid rgba(198,168,84,0.25);
    box-sizing: border-box;
}

.map-popis img {
    display:block;
    margin-left: 0px;
    margin-top: 0px;
}

.map-popis h3{
    font-family: 'Catamaran', sans-serif;
    display: block;
    width: 100%;
    background-color: #a98c65;
    color: white;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    padding: 5px 0;
}

.map-popis table{ 
    width: 100%;
    color: black;
    padding: 2em 0;
    height: 293px;
    float: none;
}

.map-popis table tr td{
    padding: 5px 0px;
    padding-left: 5px;
    font-size: 16px;
}

.map-popis table tr td:nth-child(1){
    text-align: left;
    padding-left: 10px;
    padding-top: 0.5em;
}

.map-popis table tr td:nth-child(2){
    text-align: right;
    padding-right: 10px;
    padding-bottom: 0.5em;
}

#rd i.money{
    display: block;
    background-color: #ddcdb7;
    background-image: url(../img/price.png);
    background-repeat: no-repeat;
    color: #ddcdb7;
    font-size: 22px;
    text-align: right;
    padding: 5px 0;
    padding-right: 20px;
}

#rd i.vice-informaci{
    display: block;
    background-color: #e36769;
    color: #e36769;
    font-weight: 300;
    text-align: center;
    padding: 7px 0;
}
    
.map-popis i.money{
    display: block;
    background-color: #ddcdb7;
    background-image: url(../img/price.png);
    background-repeat: no-repeat;
    color: white;
    font-size: 22px;
    text-align: right;
    padding: 5px 0;
    padding-right: 20px;
}

.map-popis a{
    display: block;
    background-color: #e36769;
    color: white;
    font-weight: 300;
    text-align: center;
    padding: 7px 0;
}

.map-popis a:hover{
    background-color: #c83c3f;
    color: white;
    text-decoration: none;
}

.seznam {
    font-family: 'Catamaran', sans-serif;
    width: 95%;
    position: relative;
    margin: 2em auto;
    margin-top: 1rem;
    text-align: center;
    font-size: 18px;
    float: none;
}

.seznam tr:first-child {
    background-color: #a98c65;
}

.seznam tr th{
    height: 50px;
    color: white;
    vertical-align: middle;
    font-size: 16px;
} 

.seznam tr td{
    height: 50px;
    vertical-align: middle;
    color: black;
    margin-top: 10px;
    font-size: 16px;
    border-bottom: 1px solid rgba(133,180,181,0.1);
}

.seznam tr{font-weight: 300;}
.seznam tr:hover{background-color:rgba(133,180,181,0.1); }
.seznam .first-tr:hover{background-color: #a98c65; }

.seznam a{color: white; background-color: #dc696a; padding: 5px 15px; font-weight: 300;}
.seznam a:hover{text-decoration: none; color: white; background-color: #c83c3f; padding: 5px 15px; font-weight: 300;}

.info-td{}
.seznam .cena{color: #c6a854;}
.seznam .volne{color: #4fcd7b;}
.seznam .rezervovano{color: #d8a93a;}
.seznam .prodano{color: #e36769;}


/*************** DŮM **********************/

table.popis-objekt{
    display: block;
    margin: 2em auto;
    width: 95%;
    float: none;
    clear: both;
}

table.popis-objekt tr:first-child td{color:#a98c65; font-weight: 500; text-transform: uppercase; padding-top: 100px; font-size: 16px;}
table.popis-objekt tr td{text-align: center; width: 160px; font-size: 16px;}

.rok{background-image: url(../img/icons/home.png); background-repeat: no-repeat; background-position: center;}
.grass{background-image: url(../img/icons/grass.png); background-repeat: no-repeat; background-position: center;}
.area{background-image: url(../img/icons/area.png); background-repeat: no-repeat; background-position: center;}
.car{background-image: url(../img/icons/car.png); background-repeat: no-repeat; background-position: center;}
.penb{background-image: url(../img/icons/penb.png); background-repeat: no-repeat; background-position: center;}



.h3-dum{
    margin: 25px 15px;
    color: #a98c65;
}

.h4-dum{
    margin: 25px 15px;
    margin-bottom: 10px;
    color: #a98c65;
    text-transform: uppercase;
}

.dum p{
    margin: 15px;
    line-height: 24px;
}

.dum ul{
    margin: 20px;
}

.dum ul li{
    list-style-type: square;
    padding-left: 15px;
    margin-left: 20px;
}

.img-dum_b1{
    display: block;
    width: 100%;
    height: 540px;
    background-image: url(../img/dum_hlavni_B1.png);
}

.img-dum_d1{
    display: block;
    width: 100%;
    height: 540px;
    background-image: url(../img/dum_hlavni_D1.png);
}

.img-dum_d2{
    display: block;
    width: 100%;
    height: 540px;
    background-image: url(../img/dum_hlavni_D2.png);
}

.img-dum_c1, .img-dum_a1{
    display: block;
    width: 100%;
    height: 540px;
    background-image: url(../img/dum_hlavni_A1.png);
}

.img-dum_b2{
    display: block;
    width: 100%;
    height: 540px;
    background-image: url(../img/dum_hlavni_B2.png);
}

.img-dum_c2, .img-dum_a2{
    display: block;
    width: 100%;
    height: 540px;
    background-image: url(../img/dum_hlavni_A2.png);
}

.img-dum_c3, .img-dum_a3{
    display: block;
    width: 100%;
    height: 540px;
    background-image: url(../img/dum_hlavni_A3.png);
}

.img-dum_b1 table, .img-dum_b2 table, .img-dum_d1 table, .img-dum_d2 table, .img-dum_a1 table, .img-dum_a2 table, .img-dum_a3 table, .img-dum_c1 table, .img-dum_c2 table, .img-dum_c3 table {
    position: relative;
    font-family: 'Catamaran', sans-serif;
    width: 470px;
    top: 400px;
    left: 490px;
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
}

.img-dum_b1 table tr td:first-child, .img-dum_b2 table tr td:first-child, .img-dum_d1 table tr td:first-child, .img-dum_d2 table tr td:first-child, .img-dum_c1 table tr td:first-child, .img-dum_c2 table tr td:first-child, .img-dum_c3 table tr td:first-child, .img-dum_a1 table tr td:first-child, .img-dum_a2 table tr td:first-child, .img-dum_a3 table tr td:first-child {
    background-color: #a98c65;
}

.img-dum_b1 table tr td, .img-dum_b2 table tr td, .img-dum_d1 table tr td, .img-dum_d2 table tr td, .img-dum_c1 table tr td, .img-dum_c2 table tr td, .img-dum_c3 table tr td, .img-dum_a1 table tr td, .img-dum_a2 table tr td, .img-dum_a3 table tr td         {
    background-color: #ddcdb7;
    color: white;
    padding: 10px 25px;
    font-size: 28px;
    font-weight: 300;
}

.img-dum_b1 table tr td:nth-child(2), .img-dum_b2 table tr td:nth-child(2), .img-dum_d1 table tr td:nth-child(2), .img-dum_d2 table tr td:nth-child(2), , .img-dum_c1 table tr td:nth-child(2), .img-dum_c2 table tr td:nth-child(2), .img-dum_c3 table tr td:nth-child(2), .img-dum_a1 table tr td:nth-child(2), .img-dum_a2 table tr td:nth-child(2), .img-dum_a3 table tr td:nth-child(2) {
    background-image: url(../img/arow-table.png);
    background-repeat: no-repeat;
    background-position: left;
    color: #a98c65;
    font-weight: 700;
}

table.pudorys-nazvy{
    width: 100%;
    margin: 1.5em 0;
}

table.pudorys-nazvy tr td{
    width: 50%;
    padding-left: 25px;
    font-family: 'Catamaran', sans-serif;
    font-size: 26px;
    font-weight: 300;
    color: #a98c65;
}

table.legenda{
    width: 40%;
    margin-left: 35px;
}

table.legenda tr:first-child td {
    font-family: 'Catamaran', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #a98c65;
}

table.legenda tr td {
    font-size: 15px;
    padding: 1.5px 0;
}


table.formular{
    width: 400px;
    margin-left: 20px;
}

table.formular tr td:first-child{
    width: 30%;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 5px;
}

table.formular tr td{
    width: 70%;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 5px;
}


form input[type="text"], input[type="email"]{
    border: none;
    border-bottom: 1px solid grey;
    outline: 0;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 15px;
    padding-bottom: 5px;
    width: 100%;
}

form select{
    border: none;
    border-bottom: 1px solid grey;
    outline: 0;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 15px;
    width: 100%;
}
form textarea{
    border: 1px solid grey;
    outline: 0;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 15px;
    width: 95%;
    resize: none;
    min-height: 100px;
    max-height: 100px;
    padding: 5px;
}

label.zprava{
    position: absolute;
}

form input[type="submit"]{
    width: 100%;
    outline: 0;
    cursor:pointer;
    background-color: white;
    border: 2px solid #a98c65;
    padding: 10px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    color: #a98c65;
}

form input:hover[type="submit"]{
    width: 100%;
    outline: 0;
    cursor:pointer;
    background-color: #a98c65;
    border: 2px solid #a98c65;
    padding: 10px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    color: white;
}




/******************* KONTAKT *******************/

.kontakt{
    margin: 2em 0;
}

div.kontaktni-udaje, div.mapa{
    display: block;
    float: left;
    width: 50%;
    min-height: 300px;
}

div.kontaktni-udaje{
    background-color: #ececec;
    height: 550px;
}

div.kontaktni-udaje img{
    display: block;
    margin: 2em auto;
}

div.kontaktni-udaje li{
    text-align: center;
    list-style: none;
    padding: 2.5px 0;
}

/************** FOTOGALERIE **********************/

.fotogalerie{
    min-height: calc(100vh - 180px - 92px);
}

.fotogalerie-img a{
    display: inline-block;
}

.fotogalerie-img a img{
    max-width: 225px;
    margin: 5px 5.8px;
}


/****************************** FOOTER **********************************/

footer{
    display: block;
    width: 100%;
    min-width: 960px;
}

footer a{
    color:#a98c65;
    font-weight: 400;
}

div.svetle-hneda{
    display: block;
    width: 100%;
    min-width: 960px;
    color: #a98c65;
    font-family: 'Catamaran', sans-serif;
    font-weight: 400;
    background-color: #ddcdb7;
}

div.svetle-hneda .footer-nav a, .footer-contact li{
    display: inline-block;
    margin: 0 0.25em;
}

ul.footer-nav{
    padding-left: 20px;
}

.copy{ padding-left: 20px;}

div.tmave-hneda{
    display: block;
    width: 100%;
    min-width: 960px;
    color: white;
    font-family: 'Catamaran', sans-serif;
    font-weight: 400;
    background-color: #a98c65;
    height: 27px;
}
