@font-face{font-family:"rage";src:url("/themes/studiolunghi/css/rage.ttf") format("woff"),url("/themes/studiolunghi/css/rage.ttf") format("opentype"),url("/themes/studiolunghi/css/rage.ttf") format("truetype");}


#notification{
    position: fixed;
}
#notification p{
    margin-bottom: 0px;
}
#notification i{
    margin-right: 5px;
}

.fullscreen_slick, .fullscreen_slick .slick-list, .fullscreen_slick .slick-track, .fullscreen_slick .slick-slide {
    height: 100%;
}
.fullscreen_slick.contain img {
    object-fit: contain;
    height: 100%;
    width: 100%;
    max-width: none;
}

#adminbar{
    z-index: 100 !important;
}

html,body,h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-family: 'Mulish', sans-serif;
}

h1,h2{
font-family: 'rage';
text-transform: lowercase !important;
}

.policies h1, .policies h2{
    font-family: 'Mulish', sans-serif;
    text-transform: uppercase !important;
}

#adminBar{
    position: fixed;
top: 0;
width: 100%;
left: 0;
z-index: 1;
}


.slick-slider{margin-bottom: 0px !important;}
.slick-slide img{
    max-width: none;
    width: 100%;

}
#galleryCMD{
    display: flex;
justify-content: right;
}
#galleryCMD>div{
    margin-left: 5px;
}

#gallery{
    opacity: 0;
    transition: 0.3s all ease;
}
#gallery.opened{
    opacity: 1;
}

#gallery{
    overflow: visible;
    outline: none;
}

@media screen and (max-width: 39.9375em) {
#gallery{
    height: auto;
    min-height: unset;
    max-width: 90%;
    margin: auto;
}
}

#closeGallery{cursor: pointer;
    margin-left: 5px;
    position: absolute;
    z-index: 10;
    top: -15px;
    right: -15px;
    background: #ebebeb;
    padding: 5px;
    font-size: 1.2rem;
    width: 35px;
    text-align: center;
}

.slick-prev, .slick-next{
    width: unset;
    height: unset;
    background-color:#5eb8e4;
    padding: 10px;
    z-index: 1;
}
.slick-prev:hover, .slick-next:hover{
    background-color:#2390c6;    
}
.slick-prev{
    left: 0px;
}
.slick-next{
    right: 0px;
}
.slick-prev::before, .slick-next::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.slick-next::before {
    content:'\f054';

}

.slick-prev::before{
    content:'\f053';
}


.thumbGallery {
    width: 24%;
    display: inline-block;
    margin: 0.5%;
}


#main{
    padding: 50px 80px;
}

@media screen and (max-width: 39.9375em) {
    #main{
        padding: 20px 25px;
    }
}

.top-bar, .top-bar ul {
    background-color: white;
}
.title-bar {
    background:unset;
    text-align: center;
}
.title-bar a{
    margin: auto;
}

.title-bar .hamburger{
    position: absolute;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
    background-color: #676767;
}
.closeoffcanvas{
    color: #676767;
}

#responsive-menu{
    margin-bottom:30px
}
#responsive-menu ul.menu a{
    color:rgb(97, 97, 97);
    transition: 0.3s all ease-in;
    font-weight: bold;
}

#responsive-menu .menu li span{
    padding: 0.7rem 1rem;
    transition: 0.3s all ease-in;
    font-weight: bold;
    color: rgb(97, 97, 97);
    line-height: 1;
    text-decoration: none;
    display: block;
    cursor: pointer;
}


#responsive-menu ul.menu a:hover{
    color:#3ba3d3;
    background: unset;
}
#responsive-menu .is-active > a{
    background: unset;
}
#responsive-menu ul.menu li.active a{
    background: unset;
    color:#2088b8;
    font-weight: bold;
}

#responsive-menu{
    transition: 0.2s all ease-in;
    z-index: 10;
}
#mainmenu{
    margin: auto;
    text-transform: uppercase;
    position: absolute;
    margin: auto;
    text-align: center;
    justify-content: center;
    background: unset;
}
#breadcrumbscontainer{
    padding: 20px;
text-align: center;
justify-content: center;
margin: 30px 0px;
background: #e3e3e3;
}
.breadcrumbs{
    margin: 0px;
    display:flex;
    justify-content: center;
}

footer{
    background: #f7f7f7;
    padding: 50px;
    color: #464646;
    position: unset;
}





footer .logo{
    height: 100px;
}
@media screen and (max-width: 39.9375em) {
    footer .logo{
        height: 80px;
    }
    footer #contactgroup{
        flex-direction: column;
    }
    footer .menu{
        flex-direction: column;
    }
}
footer .menu{
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: center;
    border: 1px solid #a6a6a6;
    border-width: 1px 0px;
    padding: 20px;
}
footer .menu a{
    color: #464646;
    transition: 0.3s all ease-in;
}
footer .menu .active>a{
    background: unset;
    color: unset;
}
footer .menu a:hover{
    color: #333;
   background: #d6d6d6;
   
}

.resize_slick .slick-list, .resize_slick .slick-track, .homecontainer .slick-list, .homecontainer .slick-slider,.homecontainer .slick-track {
	height: 100%;
}

.resize_slick .slick-slide img, .homecontainer .slick-slide img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.resize_slick .caption{
    background: white;
position: absolute;
left: 0;
right: 0;
bottom: -1px;
padding: 10px;
width: 50%;
max-width: 500px;
margin: auto;
text-transform: uppercase;
font-size: 1rem;
color: #525252;
text-align: center;
}

.caption h1{
    margin-top: 0px;
}


@keyframes bg {
    0% {
        background-size:    0 2px,
                            2px 0,
                            0 2px,
                            2px 0;
    }
    25% {
        background-size:    100% 2px,
                            2px 0,
                            0 2px,
                            2px 0;
    }
    50% {
        background-size:    100% 2px,
                            2px 100%,
                            0 2px,
                            2px 0;
    }
    75% {
        background-size:    100% 2px,
                            2px 100%,
                            100% 2px,
                            2px 0;
    }
    100% {
        background-size:    100% 2px,
                            2px 100%,
                            100% 2px,
                            2px 100%;
    }
}

h1{
    margin-top: 30px;
    text-transform: uppercase;
}
.homecontainer{
    margin-top: 80px;
    margin-bottom: 80px;
}
.maincontainer{
    margin-top: 80px;
    margin-bottom: 80px;
}

.maincontainer h2{
    margin-bottom: 30px;
    text-align: center;
}

.animatedthumb{
    opacity: 0;
    --animate-delay: 0.9s;


}

.animatedbox {
    padding: 2rem;
    transition: all 0.25s ease-in;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

  }

  .animatedbox::before, .animatedbox::after {
    box-sizing: inherit;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
  }
  
  .animatedbox::before, .animatedbox::after {
    border: 2px solid transparent;
    width: 0;
    height: 0;
  }
  .animatedbox::before {
    top: 0;
    left: 0;
  }
  .animatedbox::after {
    bottom: 0;
    right: 0;
  }

  #contactgroup{
    justify-content: center;
    margin-top: 20px;
  }
  #contactgroup>*{
      margin: 10px;
  }

  #contactgroup i{
      margin-right: 3px;
  }

  .animatedbox.inview::before, .animatedbox.inview::after {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    transition: opacity 0.5s ease-in;
    z-index: -1;
  }
  .animatedbox.inview::before {
    border-top-color: #2390c6;
    border-right-color: #2390c6;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  }
  .animatedbox.inview::after {
    border-bottom-color: #2390c6;
    border-left-color: #2390c6;
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  }
  .animatedbox.completed::before, .animatedbox.completed::after{
    transition: opacity 0.5s ease-in;
  }
  .animatedbox.completed:hover::before, .animatedbox.completed:hover::after{
   opacity: 1;
   transition: opacity 0.5s ease-in;
}


  

/*
.animatedbox {
   
    border:2px hidden #C9C9C9;
    padding: 2rem;
    background-repeat: no-repeat;
    background-image:   linear-gradient(to right, #C9C9C9 100%, #C9C9C9 100%),
                        linear-gradient(to bottom, #C9C9C9 100%, #C9C9C9 100%),
                        linear-gradient(to right, #C9C9C9 100%, #C9C9C9 100%),
                        linear-gradient(to bottom, #C9C9C9 100%, #C9C9C9 100%);
    background-size:    100% 2px,
                        2px 100%,
                        100% 2px,
                        2px 100%;
    background-position:    0 0,
                            100% 0,
                            100% 100%,
                            0 100%;
    animation: bg 1.25s cubic-bezier(0.19, 1, 0.22, 1) 1;
    animation-play-state: paused;
}

.animatedbox.inview {
    animation-play-state: running;
}

.animatedbox.completed {
    transition: 0.3s all ease-in;
    border:2px solid #C9C9C9;
    background-image: unset;
    background-size: unset;
}

.animatedbox.completed:hover{
    border:2px solid #2390c6;
}*/

#container{
    min-height: 100vh;
    height: unset;
}
.button{text-transform: uppercase;}

.teammember img{
    filter: grayscale(100%);
    transition: 0.3s all ease-in;
}
#teammembers .teammember img{
   
    width:100%;
/*transform: translateX(-50%);*/
margin: auto;
top: 0;
bottom: 0;
border: 1px solid #d2d2d2;
/*object-fit:cover;
aspect-ratio:1;*/
}
.profile img{
    border: 1px solid #d2d2d2;
}
.teammember:hover img{
    filter: grayscale(0%);
}

#teammembers .teammember{
    /*overflow: hidden;
    border:1px solid #d6d6d6;*/
   
    /*padding-left: 50px;*/
    margin-bottom: 40px;
    /*border-radius: 50%;*/
   /* clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);*/
  /* clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);*/
    opacity: 0;
    transition: clip-path 0.3s;
    display: flex;
    position: relative;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #teammembers .teammember{
       
    }
}

#teammembers .teammember.ended{
    opacity: 1;
}
.teamdetails p{
    margin: 0px;
}
#teammembers .teammember:hover .teamdetails, #teammembers .teammember:hover  img{
    border-color: #2390c6;
   /* clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);*/
}
.teamdetails{
    transition: 0.2s all ease-in;
    background: white;
    text-align: center;
    padding: 10px;
overflow: hidden;
border: 1px solid #d2d2d2;
width: 100%;
align-self: center;
text-align: center;
position:absolute;
bottom:10%;
}

.teamdetails *{
    transition: 0.2s all ease-in;
}

.teammember:hover .teamdetails{
    background: #1779bac2;
    color: white;
}

.teammember:hover .teamdetails a{
    color: white;
    font-weight: bold;
}

#mainprofile .teammember{
    margin-bottom: 20px;
}

@media screen and (max-width: 63.9375em) {
    #mainprofile .teammember{
        margin-bottom: 40px;
    }
}


#teammembers .teamavatar{
    width: 30%;
}
#teammembers .teamavatar img{
   /* height: 100%;*/
   width: 100%;
    object-fit: cover;
}
#teammembers .teamdetails{
    position: relative;
    width: 70%;
    bottom: unset;
    top: unset;
    border-left: unset;
}


#mainprofile{
    max-width: 900px;
}
#mainprofile a, .teamdetails a {
    font-size: 10.5pt !important;
    font-weight: bold
  }

#mainprofile h3{
    font-size: 1.2rem;
}
#mainprofile p{
    font-size: 0.9rem;
}

#mainprofile .teamdetails{
    bottom:0px;
    line-height:1.1rem;
}


.profile .teamdetails, .profile h3{text-align: center;}

.profile .teamdetails{
    margin-left: 0px;
}

.profile:hover .teamdetails, .profile:hover img{
    border-color: #2390c6; 
}

#mainprofile{
    margin-top: -50px;
}

.profile img{
   
}
/*
.profile .animatedthumb{
    transform: translateY(50%);
}
*/
.profile{
    text-align: center;
    display: flex;
flex-direction: column;
align-content: end;
justify-content: end;
}

/*
.profile:not(.main) img{
    width: 55%;
}
.profile.main img{
    width: 90%;
    max-width: 450px;
}*/

@media screen and (min-width: 64em) {
    .profile.main{
        width: 33%;
    } 
    .profile:not(.main){
        width: 27%;
    }

}

.service{
    opacity: 0;
    border:4px solid #d6d6d6;
    padding: 20px;
    margin-top: 80px;
    text-align: center;
    transition: 0.4s all ease-in;
}
.service:hover{
    border-color: #2390c6;

}
.service h5{
    text-transform: uppercase;
    color: #2390c6;
    font-weight: bold;
}
.service .icon{
    margin: auto;
    padding: 30px;
    background: white;
    width: 140px;
    margin-top: -80px;
}


@media screen and (min-width: 64em) {
    #tworows .service{
        width: calc(20% - 1.875rem);
    }
}

.step {
    position: absolute;
    left: calc(50% - 30px);
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    flex: 0;
    width: 60px;
    height: 60px;
    background: #fefefe;
    text-align: center;
    font-size: 1.5rem;
    padding: 10px;
    border: 3px solid #2088b8;
    border-radius: 50%;
    z-index: 1;
}

h2{
    text-transform: uppercase;
}
#servicecontainer{
    text-align:center;
    margin-bottom:120px;
}
#servicecontainer img{margin-bottom:10px;}
#servicecontainer .button{margin-top:10px;}
#sliderprojects .itempreview{
    margin:10px;
    height: auto !important;
}

.itempreview img{
   width: 100%;
   height: 100%;
    object-fit: cover;
}


.coverpreview{
    position: relative;
}

.opengallery {

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1779ba99;
    opacity: 0;
    transition: 0.3s ease all;
  }

  .itempreview{
      cursor: pointer;
  }

  .itempreview:hover .opengallery{
    opacity: 1;
}
.opengallery i{
    color: white;
}

#homecaption{
    width: 80%;
margin: auto;
text-align: center;
font-size: 1.5rem;
font-style: initial;
}

@media screen and (max-width: 39.9375em) {
    #homecaption{
        width: 80%;
    margin: auto;
    text-align: center;
    font-size: 1rem;
    font-style: initial;
    }
}

#sliderprojects .itempreview h6{
    margin-top:8px;
    font-weight:bold;
    margin-bottom:0px;
}

.servicecaption{
    position:relative;
}
.servicecaption p{
    transition: 0.3s all ease;
    opacity:0;
width: 100%;
padding: 10px;
background: #1779bac2;
position: absolute;
bottom: -10px;
color: white;
}
.homeservice:hover .servicecaption p{
   opacity:1
}

.methodcontainer {
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
}
.step{
    opacity: 0;
}
.methodblock{
    opacity: 0;
    width: 50%;
    padding: 40px;
}

.methodcontainer::before, .methodcontainer.inview::before {
    transition: 0.3s all ease-in 3s;
    height: 0%;
    position: absolute;
    
}

.methodcontainer.inview::before {
    content: '';
    display: block;
    border: 2px solid #2088b8;
    height: 100%;
    left: 50%;
}

@media screen and (min-width: 64em) {
    .methodcontainer:nth-child(2n) .methodblock{
        padding-left: 14%;
        padding-right: 100px;
    }
    .methodcontainer:nth-child(2n+1) .methodblock{
        padding-right: 14%;
        padding-left: 100px;
    }
}



@media screen and (min-width: 40em) {
.methodcontainer:nth-child(2n+1) {
    justify-content: end;
    text-align: right;
}
}

@media screen and (max-width: 39.9375em) {
    .methodcontainer.inview::before {
        content: '';
        display: block;
        border: 2px solid #2088b8;
        height: 100%;
        left: 0%;
    }
    .step{
        left: -25px;
    }

    .methodblock{
        width: 100%;
    }
}

h1,h2,h3,h4,h5,h6{
text-transform: uppercase;
}

.contactbox h4{
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 20px;
}
.contactbox h6{
    margin-bottom: 20px;
}
.contactbox i{
    font-size: 1.4rem;
    margin-right: 10px;
    color: #2088b8;
}

.animatedstuff{
    opacity: 0;
}

.ajaxForm.contactForm{
    width: 80%;
}
.contact-us-form-actions{
    text-align: center;
}
.contact-us-form-actions .button{
    width: 200px;
}

#message{
    height: 100px;
}

.closeoffcanvas{
    font-size: 2rem;
    cursor: pointer;
}
#offCanvas.position-top{
    height: unset;
}
#offCanvas, #offCanvas ul{
    background: white;
}
.off-canvas li a{
    font-size: 1.4rem;
    text-align: center;
}
.off-canvas li a:hover {
    background: #f0f0f0;
}
#offCanvas .logo a{
    background: unset;
}
#offCanvas .logo:hover a{
    background: unset;
}
.animatedbox .button{
    position: relative;
    z-index: 10;
}


#responsive-menu.is-stuck{
    z-index: 100;
    border-bottom: 1px solid #f3f3f3;

}




#responsive-menu img{
    transition: 0.2s all ease-in;
}

.loggedUser #responsive-menu.is-stuck{
top: 39px !important;
}

#responsive-menu{
    padding: 0;
    padding-top: 10px;
    padding-bottom:40px;
    justify-content: center;
}
#responsive-menu>a{
    flex: 1;
}
#responsive-menu.is-stuck{
    padding-bottom: 10px;
}

#responsive-menu.is-stuck img{
    
    height: 60px !important;
}

#prefooter{
    background: #ebebeb;
    padding: 10px;
}
#prefooter .button{
    margin-bottom: 0px;
}
#prefooter .cell{
    justify-content: center;
align-content: center;
display: flex;
align-items: center;
}

.position-top{
    transform: translateY(-100%);
}

.title-bar{
    margin-bottom: 20px;
}

#servicecontainer{

}

@media screen and (max-width: 39.9375em) {
#servicecontainer .grid-x{
    width: 100% !important;
}
#servicecontainer .grid-x .cell{
    margin-bottom: 20px;
}

.servicecaption p{
    height: 100%;
overflow: scroll;
z-index: 1000;
}
}

