body {
    background: #DDDDDD;
    font-family: 'Open Sans Condensed', sans-serif;
}

h1 {
    margin: 0;
}

h2,
h3 {
    color: #408141;
    letter-spacing: 0.2px;
    margin: 15px 0;
    font-weight: normal;
}

h2 {
    font-size: 32pt;
    margin-bottom: 45px;
}

h3 {
    font-size: 24pt;
}

.special-info {
    font-size: 16pt;
    color: #408141;
}

p {
    color: #f2972f;
    font-size: 14pt;
    letter-spacing: 0.1px;
    padding: 0 20px;
}

a img {
    border: none;
}

#container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    background: #f6f6f6;

}

.inline-blocks {
    font-size: 0;
}

.inline-blocks > * {
    box-sizing: border-box;
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
    width: 33%;
}

.inline-blocks img {
    height: auto;
    max-width: 100%;
}

.text-left {
    text-align: left !important;
}

.floated-blocks:before,
.floated-blocks:after {
    content: '';
    display: table;
}

.floated-blocks:after {
    clear: both;
}

.f-left {
    float: left;
}

.f-left-img {
    max-width: 40%;
    margin-right: 2%;
}

.f-left-img img,
.f-right-img img {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto;
}

.f-left-img ~ *,
.f-right-img ~ * {
    text-align: left;
}

.f-right {
    float: right;
}

.f-right-img {
    max-width: 40%;
    margin-left: 2%;
}

.img-caption {
    color: #408141;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding-top: 5px;
    text-align: center;
}


/* menu */
#menu {
    height: 60px;
    background: #a2cb84;
    opacity: 0.9;
    position: absolute;
    position: fixed;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 15px;
    top: 15px;
    left: 0;
    width: 100%;
    z-index: 100;
}

#menu ul {
    margin: 0;
    padding-left: 0;
}

#menu li {
    display: inline-block;
}

#menu li a {
    color: white;
    text-decoration: none;
    display: inline-block;
    padding: 20px;
}

@media screen and (max-width: 760px) {
    #menu li a {
        padding: 20px 10px;
    }
}

#menu li a:hover {
    color: #f2972f;
}

#menu.menu-fixed {
    background: #f2972f;
    background: rgba(242, 151, 47, 0.8);
}

#menu.menu-fixed ul {
    margin-top: 0;
}

#menu.menu-fixed li a:hover,
#menu.menu-fixed .menu-item-active a {
    color: #000;
}

#top,
#main > div {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#main > div {
    padding-top: 90px;
}

#top {
    max-width: 1400px;
    width: 100%;
    background: url(../img/top_background.png) no-repeat center top;
    background-size: contain;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    top: 0;
    z-index: 50;
}

.logo {
    display: block;
    position: absolute;
    bottom: 130px;
    bottom: 17vh;
    left: 59%;
    display: block;
}

@media screen and (orientation: portrait) {
    .logo {
        bottom: 300px;
        bottom: 40vh;
    }
}

@media screen and (min-aspect-ratio: 1160/610) {
    .logo {
        bottom: 20px;
    }
}

.logo img {
    margin-left: -50%;
}


#main {
    text-align: center;
    z-index: 100;
}

#main .section {
    margin: 0 auto;
    max-width: 990px;
}

#main .section > *:first-child {
    margin-top: 0;
}

#main .contact{
    color: #408141;
    font-size: 18pt;
}

#main .contact:hover {
    opacity: 0.8;
}

#basic-info .section {
    max-width: 900px;
}

[id="main"] #properties > h2,
[id="main"] #availablePlots > h2 {
    position: absolute;
    left: -999em;
}

#gallery .section > h3 {
    position: relative;
    z-index: 10;
}

.carousel {
    margin-bottom: 20px;
}

.photo {
    font-size: 16px;
    margin: 0 1%;
    display: inline-block;
    vertical-align: middle;
    width: 20%;
}

.photo a {
    display: block;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 75%;
}

.photo img {
    display: block;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

.photo:hover {
    opacity: 0.8;
}

.carousel-inner .item {
    font-size: 0;
    text-align: center;
}

.carousel-control.left .glyphicon-chevron-left {
    margin-left: 0;
    left: auto;
    right: 0;
}
.carousel-control.right .glyphicon-chevron-right {
    margin-right: 0;
    right: auto;
    left: 0;
}

.glyphicon-chevron-left:before,
.glyphicon-chevron-right:before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    content: '';
    position: absolute;
    top: 0;
}

.glyphicon-chevron-left:before {
    border-width: 12px 22px 12px 0;
    border-color: transparent #a2c63e transparent transparent;
    right: 0;
}

.glyphicon-chevron-right:before {
    border-width: 12px 0 12px 22px;
    border-color: transparent transparent transparent #a2c63e;
    left: 0;
}

div #contact {
    background: url(../img/bottom_background.png) no-repeat bottom;
    background-size: contain;
    padding-bottom: 265px;
    min-height: 100vh;
}

#contact .e-mail,
#contact .telephone {
    font-size: 18pt;
    color: #408141;
}

#contact .e-mail:hover {
    color: #f2972f;
}

.contact-logo {
    display: block;
    padding: 15px 0 25px;
}

.info, .rejstrik {
    color: #C9C9C9;
}

.info {
    font-size: 15pt;
}

.rejstrik {
    font-size: 11pt;
    margin-bottom: 20px;
}

#contact .telephone {
    display: block;
    white-space: nowrap;
}

#contact .inline-blocks {
    margin-bottom: 50px;
}

#contact .inline-blocks > * {
    padding: 0 3%;
}

@media screen and (max-width: 690px) {
    #contact .inline-blocks > * {
        display: block;
        margin-bottom: 50px;
        text-align: center !important;
        width: auto;
    }
}

#contact .inline-blocks > *:last-child {
    text-align: right !important;
}

@media screen and (max-width: 690px) {
    #contact .inline-blocks > *:last-child {
        text-align: center !important;
    }
}

#contact .inline-blocks > *:last-child > div {
    display: inline-block;
    text-align: left !important;
}

@media screen and (max-width: 690px) {
    #contact .inline-blocks > *:last-child > div {
        text-align: center !important;
    }
}

#contact .inline-blocks h3 {
    font-size: 18pt;
}

#contact .inline-blocks p {
    padding: 0;
    color: #408141;
}

#contact .external img {
    max-height: 45px;
    width: auto;
}

#contact .external a {
    font-size: 16pt;
    font-weight: 600;
    color: #408141;
    text-decoration: none;
}

#contact .external a:hover,
#contact .external a:focus,
#contact .external a:active {
    color: #f2972f;
}

#contact .contact-additional {
    margin-top: 15px;
}

#contact .contact-additional .contact-logo {
    padding-bottom: 10px;
}
