* {-webkit-padding-start: 0px;}

*, *:after, *:before{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
}

*:focus {
    outline: 0;
}

html {
    height:100%;
    width: 100%;
    cursor: default;
    font-size: 100%;
    font-family: 'Open Sans', sans-serif;
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    height:100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    font-family: "Source Sans 3", sans-serif;
    color: #000000;
}


header {
    width: 100%;
    height: 96px;
    display: block;
    text-align: center;
    float: left;
}

header.projekt {
    height: 100px;
}

#abcprojekty {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0px;
}

header #abcprojekty a {
    color: #000000;
}

header #abcprojekty h1 {
    width: fit-content;
    display: block;
    padding-left: 76px !important;
    position: relative;
    padding: 0px;
    margin: 18px auto 0px auto;
    letter-spacing: 1px;
}

header #abcprojekty h2 {
    width: fit-content;
    display: inline-block;
    padding-left: 50px;
    position: relative;
    clear: both;
}


header #abcprojekty h1:before {
    content: "";
    width: 70px;
    height: 70px;
    background-image: url(../i/rezidencne-projekty.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    position: absolute;
    left: 0px;
    top: -6px;
}

    /*
    #abcprojekty h1 {
        font-size: 0em;
        color: #000000;
        width: 260px;
        height: 60px;

        background-image: url(../i/abc-projekty.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;

        position: relative;
        margin: 0 auto;
        padding: 0px;
        margin-top: 20px;
    }
     */

#abcprojekty h1 {
    font-size: 2em;
    color: #000000;
    width: auto;
    height: auto;


    position: relative;
    margin: 0 auto;
    padding: 0px;
    margin-top: 20px;

    text-decoration: none;

    font-weight: 700;

    line-height: 1;
}

#abcprojekty h2 {
    font-size: 1.4em;
    color: #000000;
    position: relative;
    margin: 0 auto;
    font-weight: 300;
}

#abcprojekty a {
    text-decoration: none;
}


#IntroHolder {
    float: left;
    width: 100%;
    height: 100%;
    background-color: #eeeeee;
    text-align: center;
    position: relative;
    display: grid;
    place-items: center;

    position: fixed;
    z-index: 10000;
}

#IntroHolder .introBox h1 {
    padding: 0px;
    margin: 0px;
    font-size: 2.8em;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

#IntroHolder .introBox h1:before {
    content: "";
    display: block;
    position: relative;
    margin-top: -220px;
    width: 170px;
    height: 220px;
    background-image: url(../i/rezidencne-projekty.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}

#IntroHolder .introBox h2 {
    padding: 0px;
    margin: 0px;
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: 700;
    color: #939393;
    letter-spacing: 4px;
    text-transform: uppercase;
}

#IntroHolder .introBox h3 {
    padding: 0px;
    margin: 0px;
    font-size: 1.2em;
    line-height: 1.8em;
    font-weight: 600;
    color: #000000;
    letter-spacing: 1px;
    margin-top: 20px;

    background-color: #ffffff;
    display: inline-block;

    line-height: 2.8em;
    padding: 0 40px;

    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;

    filter: drop-shadow(5px 5px 10px #d1d1d1);

    transition: background-color 1s ease;

    cursor: pointer;
}

#IntroHolder .introBox h3:hover {
    background-color: #f26722;
    color: #ffffff;
    text-decoration: underline;
}

.container {
    float: left;
    width: 100%;
    height: calc(100% - 120px);
}

#homeContainer {
    display: flex;
    align-items: stretch;
    height: calc(100vh - 96px);
    height: calc(100dvh - 96px);
    overflow: hidden;
}

body.admin-bar #homeContainer {
    height: calc(100vh - 128px);
    height: calc(100dvh - 128px);
}

#mapHolder {
    float: right;
    /* width: 60%; */
    width: calc(100% - 610px);
    background-color: #eeeeee;
    height: 100%;

    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

#homeContainer #mapHolder {
    flex: 1 1 auto;
    float: none;
    width: auto;
    min-width: 0;
    height: 100%;
}

#projektyHolder {
    float: left;
    /* width: calc(40% - 8px); */
    width: 600px;
    height: 100%;
    background-color: #ffffff;
    text-align: right;
    padding: 0 0px;
    overflow: scroll;
    margin-right: 8px;
}

#homeContainer #projektyHolder {
    flex: 0 0 600px;
    float: none;
    height: auto;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
}

#projektyHolder .projektBox {
    display: inline-block;
    margin: 0px 20px 20px 0px;
    width: 270px;
    height: 310px;
    background-color: #eeeeee;

     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     border-radius: 10px;

    vertical-align: top;

    cursor: pointer;
 }

#projektyHolder .projektBox .projektImage {
    float: left;
    width: 100%;
    height: 180px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

    background-color: #ffffff;
    -webkit-box-shadow: inset 1px 5px 15px 5px rgba(0,0,0,0.29);
    box-shadow: inset 1px 5px 15px 5px rgba(0,0,0,0.09);
}

#projektyHolder .projektBox .projektImage[style*="project-placeholder-landscape.png"],
.containerBody #galleryMain #bigImage[style*="project-placeholder-landscape.png"] {
    background-color: #f2f2f2;
    background-size: contain;
}

#projektyHolder .projektBox .projektText {
    text-align: center;
    display: block;
    float: left;
    width: 100%;
    clear: both;
    padding-bottom: 20px;
}

#projektyHolder .projektBox .projektTitle {
    background-color: #fbb042;
    color: #000000;
    line-height: 40px;
    padding: 0 15px;
    font-size: 1.1em;
    font-weight: 600;
    text-transform: none;
    margin-top: -20px;
    margin-bottom: 10px;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: fit-content;
}

#projektyHolder .projektBox:hover .projektTitle {
    background-color: #000000;
    color: #ffffff;
}

#projektyHolder .projektBox .projektText .projektByty {
    font-weight: 900;
    color: #4e4e4e;
}

#projektyHolder .projektBox .projektText .projektLokalita {
    font-weight: 300;
    color: #4e4e4e;
    text-transform: uppercase;
}

#projektyHolder .buttonP {

    background-color: #ffffff;
    line-height: 26px;
    padding-left: 15px;
    padding-right: 15px;

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;

    font-size: 13px;
    text-transform: uppercase;
    color: #4e4e4e;
    text-decoration: none;

    display: inline-block;

    letter-spacing: 0px;
    margin-top: 8px;

    transition: all 250ms ease;
}

#projektyHolder .buttonP:hover {
    background-color: #f26722;
    color: #ffffff;
    text-decoration: underline;

    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}


#menuTrigger {
    font-size: 22px;
    font-weight: 200;
    color: #4e4e4e;
    height: 80px;
    line-height: 80px;
    text-transform: uppercase;
    cursor: pointer;

    letter-spacing: 2px;


    background-color: transparent;
    position: fixed;
    right: 0px;
    top: 0px;
    padding-right: 60px;

    z-index: 1000;

    margin-top: 8px;
}

#hamBurger {
    position: fixed;
    z-index: 5000;
    width: 23px;
    height: 23px;
    top: 39px;
    right: 30px;
    cursor: pointer;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

#hamBurger span:nth-child(1) {
    top: 3px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#hamBurger span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#hamBurger span:nth-child(3) {
    top: 17px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#hamBurger span {
    background-color: #4e4e4e;
    height: 1px;
    width: 23px;
    display: block;
    position: absolute;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    left: 0px;
    opacity: 1;
}

#menuTrigger.opened #hamBurger span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 3px;
}

#menuTrigger.opened #hamBurger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 16px;
    left: 3px;
}
#menuTrigger.opened #hamBurger span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#menuTrigger:not(.opened):hover #hamBurger span:nth-child(1) {
    animation-name: wiggle-up;
    animation-delay: 0.05s;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}
#menuTrigger:not(.opened):hover #hamBurger span:nth-child(2) {
    animation-name: wiggle-up;
    animation-delay: 0.15s;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}
#menuTrigger:not(.opened):hover #hamBurger span:nth-child(3) {
    animation-name: wiggle-up;
    animation-delay: 0.25s;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

/*animations*/
@keyframes wiggle-up {
    0% {
        width: 100%;
    }
    50% {
        width: 75%;
    }
    100% {
        width: 100%;
    }
}

#menu {
    position: fixed;
    right: -360px;
    top: 0px;
    width: 360px;
    height: 100%;
    background-color: #ffffff;
    padding: 80px 30px 30px 50px;

    z-index: 100;

    display: block;

    border-left: 1px solid #000;
}

#menu ul {
    list-style: mone;
    padding: 0px;
    margin: 0px;
}

#menu ul li {
    width: 100%;
    float: left;
    margin-top: 30px;
    list-style: none;
}

#menu ul li a {
    color: #4e4e4e;
    font-size: 1.3em;
    font-weight: 400;
    text-decoration: underline;
    text-transform: uppercase;
}

#menu ul li a:hover {
    color: #f26722;
    text-decoration: underline;
}

#menu .copy {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 280px;
    text-align: left;
    font-size: 12px;
}

#menu .copy .logo {
    background-image: url(../i/abc-projekty.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 160px;
    height: 50px;
}


.mapLabelsPro {
    background: #fbb042;
    font-weight: 500;
    padding: 3px 8px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    letter-spacing: 1px;

    font-size: 13px;

    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.49);
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.49);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.49);

    position: relative;

    overflow: visible !important;
}

.mapLabelsPro::after {
    content: "";
    position: absolute;
    bottom: -10px;       /* vzdialenosť pod box */
    left: 50%;
    transform: translateX(-50%);

    /* samotný trojuholník */
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fbb042;   /* farba = farba boxu */
}

.mapLabelsPro .markerFoto {
    position: absolute;
    left: 50%;
    top: -65px;
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;

    margin-left: -30px;

    border: 2px solid #fbb042;

    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.19);
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.19);

    transition: all 0.3s;
}


.mapLabelsPro.active {
    z-index: 10000 !important;
    background-color: black;
    color: #ffffff;
}
.mapLabelsPro.active  .markerFoto {
    border: 3px solid #000000 !important;
    left: 50%;
    margin-left: -45px;
    top: -95px;
    width: 90px;
    height: 90px;
}
.mapLabelsPro.active::after {
    border-top: 10px solid #000000 !important;
}


.containerBody {
    float: unset;
    width: 100%;
    height: calc(100% - 200px);
    display: block;

    max-width: 1600px;
    position: relative;
    margin: 0 auto;

    clear: both;
}

.containerBody #galleryMain {
    float: left;
    width: 100%;
    padding: 0px 30px;
    height: 650px;

}

.containerBody #galleryMain #bigImage {
    width: 100%;
    height: 100%;

    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    -webkit-border-bottom-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.containerBody .contentBlock {
    float: left;
    width: 100%;
    padding: 0px 30px;
    position: relative;
    text-align: center;

    padding-bottom: 200px;
}

.containerBody .contentBlock .vizitka {
    position: relative;
    margin-top: -100px;
    padding: 30px 80px 10px 80px;
    background-color: #fff;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;

    box-shadow: -1px -15px 12px -3px rgba(0,0,0,0.43);
    -webkit-box-shadow: -1px -15px 12px -3px rgba(0,0,0,0.43);
    -moz-box-shadow: -1px -15px 12px -3px rgba(0,0,0,0.43);

    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.containerBody .contentBlock .vizitka h1 {
    padding: 0px;
    margin: 0px;
    font-weight: 800;
    font-size: 2.5em;
    line-height: 1em;
    margin-bottom: 13px;
    padding-bottom: 15px;
    position: relative;

}
.containerBody .contentBlock .vizitka h1:after {
    content: " ";
    width: 80%;
    height: 3px;
    background-color: #fbb042;
    position: absolute;
    left: 50%;
    margin-left: -40%;
    bottom: 0px;

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.containerBody .contentBlock .vizitka .basic {
    letter-spacing: 2px;
    font-size: 1.3em;
}

.containerBody .contentBlock .vizitka .basic span.adresa {
    font-weight: 300;
    display: block;
    letter-spacing: 1px;
    padding-top: 4px;
    color: #9e9e9e;
    font-size: 0.9em;
}

#projectContainer {
    text-align: center;

}


#mainCta {
    position: fixed;
    bottom: 50px;
    left: 50%;
    z-index: 10000;
    text-align: center;
    margin-left: -295px;
}

#mainCta a {
    background-color: #ffffff;
    color: #000000;
    line-height: 1.2em;
    padding: 18px 40px;
    font-size: 1.6em;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    display: block;

    width: 590px;

    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 2px solid #fbb042;

    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.59);
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.59);
    letter-spacing: 1px;
}
#mainCta a span {
    display: block;
    font-size: 0.8em;
    line-height: 1.2em;
    text-transform: none;
    font-weight: 400;
    letter-spacing: unset;
}

#mainCta a:hover {
    background-color: #fbb042;
    color: #ffffff;
}

#mainCta .teaser {
    display: none;
}

.wrapper {
    width: 100%;
    max-width: 800px;
    position: relative;
    margin: 0 auto;
}

#contentContainer {
    display: block;
    padding-top: 40px;

    padding-bottom: 180px;
    display: block;
    clear: both;
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
}
#contentContainer:after {
    content: "";
    display: table;
    clear: both;
    background: linear-gradient(180deg,rgba(217, 217, 217, 1) 0%, rgba(255, 255, 255, 1) 57%);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 500px;
    z-index: -1;
}

#contentContainer h1 {
    text-align: center;
    font-size: 2.4em;
    line-height: 1em;
    color: #fbb042;
    padding: 0px;
    margin: 0px;
    font-weight: 600;
}

#contentContainer h2 {
    text-align: center;
    line-height: 1.9em;
    font-size: 1.9em;
    padding: 0px;
    margin: 0px;
}

#contentContainer h3 {
    font-size: 1.7em;
    line-height: 1.7em;
    padding: 0px;
    margin: 0px;
    margin-top: 30px;
}

#contentContainer p.intro {
    font-size: 1.5em;
    font-weight: 300;
    text-align: justify;
}

#contentContainer p.intro2 {
    font-size: 1.2em;
    font-weight: 300;
    text-align: center;
}

#contentContainer p.medium {
    font-size: 1.3em;
    font-weight: 400;
    text-align: justify;
}

#contentContainer ul {
    list-style: disc;
    padding-left: 20px;
}

#contentContainer .accordionBody {
    padding-left: 30px;
    text-align: left;
    padding-right: 30px;

    display: none;
}

.red {
    color: #f26722 !important;
}
.yellow {
    color: #fbb042 !important;
}

.tac {
    text-align: center !important;
}

h2.extra {
    margin-top: 40px !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1em !important;
}


#contentContainer .accordeon {
    border: 1px solid #000;
    padding: 8px 10px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;

    position: relative;
}

#contentContainer .accordeon:hover {
    background-color: #eeeeee;
}

#contentContainer .accordeon::after {
    content:  "";
    width: 15px;
    height: 15px;
    position: absolute;
    right: 5%;
    top: 50%;
    margin-top: -7px;
    background-image: url(../i/down.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;


}

#contentContainer .accordeon.opened::after {

    transform: rotate(180deg);

}

.premium {
    background-image: url(../i/premium.png);
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-position: 13px 11px;
}


.formUl {
    position: relative;
    margin: 0 auto;
    width: fit-content;
    text-align: left;
    list-style: none;
    font-size: 20px;
}
.formUl li {
    list-style: none;
    line-height: 36px;
    list-style: none;
    text-transform: uppercase;
    cursor: pointer;
}
#step5 .formUl li {
    text-transform: none;
}

.stepForm {

}

.checkBox {
    cursor: pointer;
    border: 2px solid #000000;
    display: inline-block;
    margin-right: 8px;
    width: 23px;
    height: 23px;
    vertical-align: middle;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    position: relative;
}

.checkBox.checked::after {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #fbb042;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    width: 13px;
    height: 13px;
    left: 3px;
    top: 3px;
    content: "";
    display: block;
}


.stepForm {
    display: block;
    margin-bottom: 20px;
}

#step1Answer {
    text-transform: capitalize;
}


.formRow {

    display: inline-block;
    width: 250px;
    padding: 8px;

}

.formRow input {
    width: 100%;
    line-height: 36px;
    border: 2px solid #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0px 10px;
    font-size: 16px;
}


.clear {
    width: 100%;
    display: block;
    clear: both;
}

.button {
    background-color: #fbb042;
    color: #ffffff;
    line-height: 1.2em;
    padding: 18px 40px;
    font-size: 1.6em;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    letter-spacing: 3px;
    font-weight: 500;

    cursor: pointer;

    border:2px solid #000;

    margin-top: 20px;
}

.button:hover {
    background-color: #000000;
}

#contentContainer h2.reply {
    line-height: 1.1em;
    margin-top: 25px;
    padding-top: 30px;
    border-top: 1px dashed #000000;
}
#contentContainer p.intro.reply {
    margin-top: 10px;
}


.contactswrapper {
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.contactswrapper .contactBox {
    display: inline-block;
    width: 250px;
    padding: 20px;
    vertical-align: top;
}

.contactswrapper .addressBox{
    display: inline-block;
    width: 100%;
    padding: 20px;
    vertical-align: top;

    margin-top: 40px;
    margin-bottom: 60px;
}

.addressBox img {
    width: 200px;
}

.contactswrapper .contactBox .photoBox {
    width: 200px;
    height: 200px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;

    background-position: 0px 0px;
    background-size: 100% auto;
    margin: 0 auto;
    background-repeat: no-repeat;

    border: 5px solid #fbb042;
}

.contactswrapper .contactBox .photoBox#miso {
    background-image: url(../i/team/michal-sykora.jpg);
}

.contactswrapper .contactBox .photoBox#janci {
    background-image: url(../i/team/jan-pohanka.jpg);
}

.contactswrapper .contactBox .photoBox#ivan {
    background-image: url(../i/team/ivan-puskar.jpg);
}

#contentContainer .contactswrapper .contactBox h3 {
    line-height: 1em;
    font-size: 1.3em;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 4px;
}

.function1 {
    font-size: 15px;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
    letter-spacing: 2px;
}

.function2 {
    font-size: 12px;
    text-transform: none;
    padding: 0px;
    margin: 0px;
    letter-spacing: 0px;
    font-weight: 700;
    color: #9e9e9e;
    margin-bottom: 10px;
}

.xcall {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    display: block;
}

#projectContainer .textContent {
    display: inline-block;
    width: 100%;
    clear: both;
    text-align: center;
}

#projectContainer .wrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

#projectContainer .textBlock {
    display: block;
    margin-top: 30px;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    font-weight: 300;
    float: right;
    max-width: 60%;
}

#projectContainer .textBlock p {
    margin-top: 0px;
}

#projectContainer .basicInfoBlock {
    float: left;
    width: 32%;
    text-align: right;
    padding-top: 30px;
}

#projectContainer .basicInfoBlock .itemNazov {
    display: block;
    font-weight: 700;
}

#projectContainer .basicInfoBlock .itemValue {
    display: block;
    font-weight: 700;
    color: #fbb042;
    font-size: 22px;
    line-height: 24px;
}

#projectContainer .basicInfoBlock .basicInfo {
    display: block;
    font-weight: 300;
    padding-bottom: 10px;
    font-size: 16px;
}

#projectContainer .lokaliatBox {
    margin-top: 50px;
    display: inline-block;
    clear: both;
    width: 100%;
}

#projectContainer .hodnotenieBox {
    margin-top: 50px;
    display: inline-block;
    clear: both;
    width: 100%;

}

#projectContainer h2 {
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fbb042;
    padding: 0px;
    margin: 0px auto;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 36px;
    position: relative;

}
#projectContainer h2:after {
    content: " ";
    width: 300px;
    height: 3px;
    background-color: #000;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    bottom: 0px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#projectContainer #projectMap {
    width: 100%;
    height: 480px;
    background-color: #eeeeee;

    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

#projectContainer .hodnotenieBox .obsah {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}



#projektyHolder .projektBox, .projektImage {
    transition: all 0.3s;
}
#projektyHolder .projektBox:hover {
    background: #c7c7c7;
    background: linear-gradient(360deg,rgba(199, 199, 199, 1) 0%, rgba(255, 255, 255, 1) 100%);
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.35);
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.35);
}


#projektyHolder .projektBox:hover .projektText .projektByty, #projektyHolder .projektBox:hover .projektText .projektLokalita {
    color: #000;
}
