html {
    height: 100%;
}

body {
    font-family: helvetica;
    background: #696A65;
    margin: 0;
    height: 100%;
}

body.no-scroll {
    overflow: hidden;
}

* {
    position: relative;
}

.background-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #F28121;
}

#menu {
    list-style: none;

    z-index: 70;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 64px;
    margin: 0;
    padding: 0;
    padding-right: 125px;

    text-align: right;
    font-size: 12px;

    display: none;
}

#menu.visible {
    display: block;
}

#menu li {
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
}

#menu li.active {
    background: #F28121;
}

#menu li a, #menu li.active a {
    padding: 35px 15px 15px 15px;
    display: block;
}

#menu li a, #menu li.active a:hover {
    color: #ffffff;
}

#menu li a, a {
    text-decoration: none;
}

#menu-burger {
    position: fixed;
    top: 0;
    left:0;
    right: 0;
    height: 64px;
    background: #696A65;
    z-index: 1000;

    display: none;
}

#menu-burger.visible {
    display: flex;
}

#menu-burger.no-background {
    background: none;
}

#menu-burger .menu-icon {
    color: #F28121;
    font-size: 36px;
    margin-right: 28px;
    cursor: pointer;
    outline: none;
}

.dropdown-content {
    position: fixed;
    background-color: #696A65;
    right: 0;
    top: -100vh;
    left: 0;
    height: 100vh;
    /*bottom: 100%;*/
    text-align: right;
    padding-right: 22px;
    overflow: auto;

    transition: all 0.5s linear;
}

.dropdown-content.show {
    top: 64px;
}

.dropdown-content a {
    color: #F28121;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 42px;

    transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -webkit-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
}

.dropdown-content a:hover {
    font-size: 46px;
}

#menu-burger .show {
    display: block;
}

#social-networks {
    position: absolute;
    top: 0;
    right: 0;
    height: calc(100% - 30px);
    width: 125px;

    padding-top: 30px;
}

#social-networks.hidden {
    display: none;
}

#social-networks img {
    height: 18px;
    padding: 0 10px;
}

#menu-burger #social-networks {
    position: absolute;
    top: 0;
    right: 75px;
    height: 100%;
    width: auto;
    padding-top: 0;
}

#page-logo {
    z-index: 70;
    position: fixed;
    top: 100px;
    left: 0;

    background: #ffffff;
}

#page-logo img {
    height: 50px;
    width: 50px;
    margin: 10px;
    vertical-align: middle;
}

.fp-controlArrow {
    position: absolute;
    z-index: 4;
    cursor: pointer;
    margin: 0;
    top: calc(100% - 70px);
}

.fp-controlArrow.fp-prev {
    left: 70px;
    bottom: 0;
    width: 30px;
    height: 30px;
    border: none;
    background-color: rgba(242, 129, 33, 0.75);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(img/left.svg);
}

.fp-controlArrow.fp-next {
    left: 110px;
    bottom: 0;
    width: 30px;
    height: 30px;
    border: none;
    background-color: rgba(242, 129, 33, 0.75);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(img/right.svg);
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    opacity: 1;
}

#fp-nav ul li a, .fp-slidesNav ul li a {
    outline: none;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    height: 8px;
    width: 8px;
    margin: -4px 0 0 -4px;
    opacity: 0.75;
}

.section-container {
    padding-left: 220px;
    padding-right: 220px;
    padding-top: 260px;
    color: #ffffff;
    max-width: 600px;
}

.section-container.color-black {
    color: #000000;
}

.section-container .title {
    font-size: 52px;
    letter-spacing: 1px;
}

.section-container .subtitle {
    font-size: 24px;
    margin-top: 10px;
    letter-spacing: 1px;
}

.section-container .description {
    margin-top: 45px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
}

.section-container .primary-subtitle {
    font-size: 14px;
    color: #F28121;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 45px;
}

.info-container {
    margin-top: 15px;
    font-size: 14px;
	line-height: 20px;
}

.info-container span {
    font-weight: bold;
}

.custom-button {
    margin-top: 60px;
    background: rgba(242, 129, 33, 0.75);;
    width: 120px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    cursor: pointer;
    outline: none;
    text-transform: uppercase;
    color: #ffffff;
}

.custom-button.small {
    width: 75px;
}

.section .background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.details-view-container {
    padding-left: 220px;
    padding-right: 28px;
    padding-top: 300px;
    padding-bottom: 50px;
    color: #ffffff;
}

.details-view-container.grid-view {
    padding-left: 130px;
}

.details-view-container .title {
    font-size: 32px;
    letter-spacing: 1px;
}

.details-view-container .title-small {
    font-size: 20px;
    font-weight: bold;
    text-align: right;
}

.details-view-container .title.with-margin {
    margin-top: 100px;
}

.details-view-container .subtitle {

}

.details-view-container .description {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
}

.details-view-container .description.columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;

    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;

    text-align: justify;
}

.details-view-container .divider {
    background: #F28121;
    width: 20px;
    height: 6px;
    margin: 20px 0;
}

.details-view-container .divider.right {
    margin: 20px 0 20px calc(100% - 30px);
}

#map {
    width: 100%;
    height: 70%;
}

.details-view-contacts {
    padding: 50px 80px;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
}

.gallery-wrapper {
    min-height: 450px;
}

.gallery-wrapper .gallery-container {
    padding-left: 40px;
}

.gallery-wrapper .gallery-container .image-container {

}

.gallery-wrapper .gallery-container .image-container::before {
    display: block;
    content: "";
    margin-bottom: 65%;
}

.gallery-wrapper .gallery-container .image-container.portrait {

}

.gallery-wrapper .gallery-container .image-container.portrait::before {
    display: block;
    content: "";
    margin-bottom: 150%;
}

.gallery-wrapper .gallery-container .image-viewer {
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
}

.gallery-wrapper img {
    vertical-align: middle;
}

.filter-project {
    font-size: 18px;
    letter-spacing: 1px;
    outline: none;
    cursor: pointer;
}

.filter-project:hover {
    color: #F28121;
}

.filter-project.active {
    color: #F28121;
}

.hover-project {
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    cursor: pointer;
    background: #F28121;
    z-index: 1;
}

.hover-project:hover {
    opacity: 0.85;
}

.link-project {
    color: #000000;
    font-size: 18px;
    opacity: 1;
    text-align: center;
    margin-bottom: 10px;
}

.category-project {
    color: #ffffff;
    font-size: 16px;
    opacity: 1;
    text-align: center;
}

.font-list {
    font-size: 12px;
    color:#000000;
    padding-right: 10px;
}

.font-list.bold {
	font-weight: bold;
}

.button-group.filter-button-group {
    text-align: right;
    margin-right: 40px;
}

.button-group.filter-button-group .menu-item-container {
    margin-bottom: 10px;
}

#complete-list {
    background-color: #C0BFBF;
    letter-spacing: 1px;
    color: #000000;
}

#complete-list .list-text-container {
    padding: 50px 70px;
}

#complete-list #filter-title {
    font-size: 20px;
}

#complete-list .grid {
    margin-right: 0;
}

.grid {
    margin-right: -5px;
}

.grid .grid-item {
    width: 25%;
}

.grid .grid-item::before {
    content: "";
    display: block;
    margin-top: 100%;
}

.grid .grid-item .background-container {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;

    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.grid .grid-item .color-container {
    background: #F28121;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    cursor:pointer;
}
