

@charset "utf-8";
/* CSS Document */


*{
    padding:0;
    border:0;
    outline:0;
    margin:0;
}


a{
    text-decoration:none;
    border:none;
}
a:hover,a:link,a:visited,a:active,a:valid,a:focus{
    text-decoration:none;
    color:inherit;
}
.clear{
    font-size:0;
    line-height:0;
    clear:both;
}

html{
    -ms-overflow-style: scrollbar;
    /*min-height:100%;*/
}

body{
    font-family: 'Heebo', sans-serif;
    background-color:#fff;
    font-size:14px;
    font-weight:500;
    width:100%;
    /*min-height:100%;*/
    text-align:center;
    display:inline-block;
    color:#292b33;

}


.max-width-980{
    max-width:980px !important;
}
/*/////////////////////

    HEADER

//////////////////////*/

header{
    /*background-color:#fff;*/
    background-color:#fafafa;
    position:fixed;
    width:100%;
    z-index:100;
}

.header-wrapper{
    margin:auto;
    /*height:125px;*/
    padding-top:30px;
    text-align:left;
    width:100%;
    max-width:1200px;

    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}



.afm-logo-wrapper{
    width:100%;
    display:inline-block;
    /*padding-left:15px;*/
}

.afm-logo{
    display:inline-block;
}

.afm-logo img{
    height:40px;

    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}



/*/////////////////////

    MENU

//////////////////////*/
#menu{
    position:relative;

    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}

#menu-button{
    display: none;
    width: 30px;
    height: 45px;
    position: absolute;
    z-index: 9999;
    cursor: pointer;
    background: url(../img/burguer2.png) no-repeat center center;
    background-size: 88% 44%;
    top: 0;
    right: 20px;
}


.cat-menu{
    margin-top:85px;
    text-align:left;
    display:inline-block;
    color:#58595b;
    width: calc(100% - 100px);
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
    /*padding-left:15px;*/
}

.menu-bullet{
    display:none;
}

.cat-link{
    text-transform:uppercase;
    color:#58595b;
    padding:0 15px;
    display:inline-block;


    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}

.cat-link:first-of-type{
    padding-left:0;
}

.cat-link:last-of-type{
    padding-rigth:0;
}

.cat-link:hover,.cat-active{
    color:#000 !important;
}

.lang-menu{
    float:right;
    font-size:12px;
    font-weight: bold;
}

.lang-menu > span{
    color:#ccc;
}


/*/////////////////////

    SIDE MENU

//////////////////////*/


.page-menu{
    float:right;
    color:#58595b;
    position:absolute;
    right:0;
    top:-40px;
    width:200px;
    text-align:right;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}

.page-link{
    font-weight:700;
    color:#58595b;
    display:block;
    line-height:19px;
    cursor:pointer;
    position:relative;

    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}

.page-link:first-of-type{
    margin-left:0 !important;
}


.page-link:hover{
    color:#000 !important;
}

.page-active{
    color:#000 !important;
}

#searchbar-container{
    position:absolute;
    top:0;
    right:0;
    width:200px;
    display:none;

}
#searchbar{
    border: none;
    background-color: #d9d9d9;
    color: #808285;
    padding: 5px 7px;
    width:175px;
    height:25px;
    text-align:right;
}
#search-btn{
    float:right;

}

#search-btn span{
    height:25px;
    width:25px;
    display:inline-block;
    text-align:center;
    padding-top:5px;
    font-size:14px;
    color:#808285;
    background-color:#d9d9d9;
    text-transform:lowercase;
    cursor:pointer;

    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}

#search-btn:hover span{
    background-color:#fff;
    color:#000;

}

.no-search{
    padding:50px 0;
    display:inline-block;
}


/*/////////////////////

    COMMON CONTENT

//////////////////////*/

.default-link-hover:hover{
    color:#000;
}

.small-header{
    padding:20px 0;
    padding-bottom: 5px;
}


.small-header > .afm-logo-wrapper{
    width:auto;
}

.small-header > .afm-logo-wrapper .afm-logo img{
    height:25px;
}

.small-header > #menu{

}

.small-header > #menu > .cat-menu{
    margin-top:40px;
}
.small-header > #menu > .page-menu{
    top:-42px;
    top:-25px;
    width:100%;
}

.small-header > #menu .page-link{
    display:inline-block;
    margin:0 5px;

}

.small-header > #menu  .cat-link{
    padding:0 !important;
}
.small-header > #menu  .cat-link:first-of-type{
    /*padding-left:5px !important;*/
}
.small-header .menu-bullet{
    display:inline-block;
    font-size:14px;
    color:#000;
    vertical-align:middle;
}


.generic-btn{
    padding:10px 7px;
    font-size:13px;
    color:#fff;
    background-color:#000;
    text-transform:lowercase;
    border:1px solid #000;
    cursor:pointer;

    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}

.generic-btn:hover{
    background-color:#fff;
    color:#000;
}

.main-wrapper{
    width:100%;
    display:inline-block;
    margin-top:190px;
    padding:30px 0;
}

.page-title{
    font-weight: 900;
    text-transform:uppercase;
    color:#58595b !important;
    margin-bottom:25px;
    text-align:left;
}

.site-center{
    width:100%;
    max-width:1200px;
    text-align:left;
    margin-left:auto;
    margin-right:auto;

}



/*/////////////////////

    CAROUSSEL

//////////////////////*/

#home_carousel{
    margin-bottom:60px;
    width:100%;
    height: 100vh;
    min-height: 350px;
    max-height:600px;
    display: inline-block;
    max-width:1200px;
}

.home_carousel_sm{
    max-width:980px !important;
    max-height:400px !important;
}

.swiper-slide{
    background-size:cover;
    background-position:center;
    /*opacity:0;*/
}
.swiper-pagination-bullet{
    width:15px !important;
    height:15px !important;
}
.swiper-pagination-bullet-active{
    background-color:#fff !important;
}

.next-button{
    color:#fff;
    font-size:80px !important;
    position:absolute;
    margin-top:-55px;
    top:50%;
    z-index:10;
    right:20px;
    cursor:pointer;
    padding:15px 25px;

}

.prev-button{
    color:#fff;
    cursor:pointer;
    font-size:80px !important;
    margin-top:-55px;
    padding:15px 25px;
    position:absolute;
    top:50%;
    z-index:10;
    left:20px;

}

.carousel-caption{
    height:100%;
    display:flex;
    vertical-align:middle;
    margin:auto;
    text-transform:uppercase;

}

.carousel-caption h3{
    margin:auto;
    position: relative;

}

.hl-title{
    font-weight:900;
    font-size:36px;
}

.hl-cat{
    font-weight:300;
    font-size:24px;
    padding-top:10px;
    margin-top:10px;
    /*border-top:1px solid #fff;*/
    display:inline-block;
    position:relative;

    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;

    width: 100%;
}

.hl-cat:after {
    display: block;
    position: absolute;
    left: 35%;

    top:0;
    width: 30%;
    height: 2px;
    content: "";
    /*background-image:url('../img/menu_bg2.png');*/
    background-color:#fff;
    background-size:100% 100%;
    background-repeat:no-repeat;
    background-position:center;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
    max-width: 100% !important;
    z-index:-1;
}

a.item:hover .carousel-caption h3 > .hl-cat:after {
    left: 0;
    right: 0;
    width:100%;
}

.item-cover{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background-color:rgba(0,0,0,.15);

    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
    max-width: 100% !important;
}

a.item:hover .item-cover{
    background-color:rgba(0,0,0,.0);
}

.carousel-control{
    display:flex;
}

.carousel-control span{
    font-size:60px;
    margin:auto;
    color:#fff;

}




/*//////////////////////

FOOTER

///////////////////////*/

footer{
    width:100%;
    padding:50px 0;
    display:inline-block;
}

#footer-wrapper{
    width:100%;
    padding:0 15px;
    width:100%;
    max-width:1200px;
    margin:auto;
}

.footer-container{
    display:inline-block;
    position:relative;
    text-align:left;
}

.footer-container > .footer-title{
    color:#58595b;
    font-weight:900;
    width:100%;
    margin-bottom:20px;
    font-size:18px;
    text-transform: uppercase;

}

.footer-container > .footer-text{
    color:#808285;
    font-size:14px;
    text-transform: uppercase;
}

.footer-container  .footer-link{
    margin-bottom:3px;
    display:block;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
.footer-container  .footer-link:hover{
    color:#000;
}

.footer-container > .input-wrapper{
    width:100%;
}

.footer-container > .input-wrapper > #email{
    border:none;
    background-color:#d9d9d9;
    color:#808285;
    padding:10px 7px;
    width:75%;
    font-size:14px;
}


/*//////////////////////

PROJECTS LIST

///////////////////////*/

.page-wrapper{
    width:100%;
    display:inline-block;
    margin-top:100px;
}

.page-group{
    display:inline-block;
    width:100%;

}

.article-container{
    padding:0;
    position:relative;
    overflow:hidden;
    margin-bottom: -2px; /* fix for overlap */
}

.article-link{
    overflow:hidden;
    width:100%;
    display:block;

}

.article-link > img{
    width:100%;
    /*opacity:0;*/



}


.page-caption-wrapper{
    position:absolute;
    width:100%;
    background-color:rgba(0,0,0,0.8);
    bottom:0;
    left:0;
    z-index:5;
    padding:20px 50px;
    bottom:-105px;
    /*   */

    -webkit-transition:bottom 0.3s ease-out;
    -moz-transition:bottom 0.3s  ease-out;
    -o-transition:bottom 0.3s  ease-out;
    transition:bottom 0.3s  ease-out;

}


.page-caption-wrapper > div,.page-caption-wrapper > h1{
    color:#fff;
    font-size:14px;
    text-align:left;
    opacity:0;
    -webkit-transition:opacity 1s ease-in-out;
    -moz-transition:opacity 1s  ease-in-out;
    -o-transition:opacity 1s  ease-in-out;
    transition:opacity 1s  ease-in-out;

}
.page-caption-wrapper > .page-caption-title{
    font-weight:500;
    font-size:18px !important;
    margin:auto !important;
    color:#fff;
    text-align:left;
    line-height:20px !important;
    padding-bottom: 10px;

}

.page-caption-wrapper > .page-caption-cat{
    font-weight:400;
    text-transform:uppercase;
}
.page-caption-wrapper > .page-caption-cat > span{
    padding-right:15px;
    display:inline;
    font-size:12px;
}


.article-container:hover .page-caption-wrapper{
    bottom:0;
}
.article-container:hover .page-caption-wrapper>div,.article-container:hover .page-caption-wrapper>h1{
    opacity:1
}

#more-projects{
    font-size:16px;
    font-weight:500;
    color:#58595b;
    text-align:center;
    cursor:pointer;
    width:100%;
    display:inline-block;
    padding:20px 15px;
    background-color:#eee;

    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s  ease-in-out;
    -o-transition:all 0.2s  ease-in-out;
    transition:all 0.2s  ease-in-out;
}

#more-projects:hover{
    color:#000;

}

.projects-group{
    display:none;
    opacity:0;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s  ease-in-out;
    -o-transition:all 0.2s  ease-in-out;
    transition:all 0.2s  ease-in-out;

}

.projects-group-active{
    /*opacity:1;*/
    display:block;
    opacity:1;

}


/*//////////////////////

PROJECT

///////////////////////*/

.project-content{
    width:100%;
    max-width:1200px;
    margin:auto;
    text-align:left;
    display:inline-block;
}

.project-content-sm{
    max-width:980px !important;
}



.page-header-image{
    width:100%;
    display:inline-block;
    cursor:pointer;
}

.page-description-container{
    padding:25px 0;
    display:inline-block;
    width:100%;
}

.page-description{
    color:#58595b;
    text-align:left;
    font-size:14px;
}

.page-description:first-of-type{
    padding-left:0 !important;
}
.page-description:last-of-type{
    padding-right:0 !important;
}

.page-description .page-description-title{
    font-size:12px;
    width:100%;
    font-weight:700;
    color:#000;
}


.page-gallery-container{
    width:100%;
    max-width:1200px;
    position:relative;
    display:inline-block;
}
.page-gallery-item-wrapper{
    display:inline-block;
    margin-bottom:15px;
}

.page-gallery-item-title{
    text-transform:uppercase;
}

.page-gallery-item{
    width:100%;
    margin-bottom:25px;
    display:inline-block;
    position:relative;
    text-align:center;
}

.page-gallery-item img{
    width:100%;
}

.page-gallery-item:last-of-type{
    margin-bottom:0;
}

.play-video{
    position:absolute;
    top:50%;
    margin:auto;
    margin-top:-50px;
    pointer-events: none;
    font-size:100px !important;
    color:#fff;
    z-index:20;
    font-weight:100;
    left: 50%;
    margin-left: -50px;
    filter: drop-shadow(0px 0px 1px #000);
}

/*//////////////////////

CONTACTS

///////////////////////*/

.map-container{
    height:350px;
    width:100%;
    display:inline-block;
    margin-bottom:25px;
}

/*//////////////////////

SEARCH IMAGE

///////////////////////*/

.search-container{
    margin-bottom:25px;
    padding:0;
}

.search-image-container{
    padding:0;
}

.search-image{
    width:100%;
}

.search-info-container{
    margin-top:15px;
}

.search-title{
    margin-top:0 !important;
    font-weight:600;
    text-transform:uppercase;
}

.search-type{
    color:#58595b !important ;
    margin-bottom:10px;
    font-size:18px;
}

.search-caption span{
    color:#58595b !important ;
    padding:0 5px;
    font-size:12px;
    font-weight:100;


    /*font-weight:500;*/

}

.search-caption span:first-of-type{
    padding-left:0;
}
.search-caption{
    margin-bottom:10px;
}
.search-caption span:last-of-type{
    padding-right:0;
}

.search-date{
    color:#58595b !important ;
    font-size:12px;
    margin-bottom:10px;

}

/*//////////////////////

ERROR

///////////////////////*/


.error_not_found{
    padding:100px 15px;
    font-size:20px;
    color:#ddd;
    font-size:25px;
    text-align:left;
    width:100%;
    max-width:1230px;
    margin:auto;


}
.error_not_found span{
    font-size:62px;
    color:#ddd;
    padding-right:25px;
    vertical-align:middle;
}
/*//////////////////////

MAGNIFIC POPUP

///////////////////////*/
.mfp-wrap, .mfp-bg{
    z-index: 9999 !important;
}


.mfp-fade.mfp-bg {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.mfp-gal-arrow{
    /*    width:50px;
        height:50px;*/
    color:#FFF;
    font-size:50px;
    position:absolute;
    top:50%;
    margin-top:-25px;
    background-color:transparent;
    z-index:9999;

    background-color:rgba(0,0,0,0.3);

}

.mfp-gal-arrow-left{
    left:50px;
}

.mfp-gal-arrow-right{
    right:50px;
}

img.mfp-img{
    /*opacity:0;*/
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-figure:after{
    box-shadow:none !important;
    background:transparent !important;
}



