html,body{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    color: #000;
}
h1,h2,h3,h4{
    margin-top: 0px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
}

h1{
    font-size: 30px;
    color: #001935;
}
p{
    text-align: justify;
}
.container{
    
}
#home-main h1{
    border-bottom: 3px solid;
    display: inline-block;
}
#home-main #home-housing h1{
    padding-bottom: 10px;
    font-weight: 600;
}

.crolldown-main{
    display: block;
    /* margin: auto; */
    bottom: 50px;
    left: 0;
    position: absolute;
    text-align: center;
    right: 0;
}

h2{
    font-size: 24px;
}
h3{
    font-size: 22px;
}
.ubuntu-bold{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
}

#main-mobile-nav{
    background: transparent;
    border:0px;
}
#main-mobile-nav .navbar-toggle{
    background: #fff;
}
#main-mobile-nav .navbar-toggle.collapsed{
    background: #002857;
    border:0px;
    width: 40px;
    height: 40px;
    float: left;
    margin: 10px!important;
    border-radius: 0px;
}
#main-mobile-nav .navbar-toggle .icon-bar {
    background: #fff;
}

#main-nav-mobile-1{
    border: 0px;
    background: rgba(0,40,87,0.9);
    top: 0px;
    padding-top: 15px;
    position: absolute;
    left: 0;
    right: 0;
    max-height: 450px!important;
}
#main-nav-mobile-1 .navbar-nav{
    margin: 0 0 20px 0;
    padding: 0 15px;
}
#main-nav-mobile-1 .navbar-nav li{
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
    overflow: hidden;
}
#main-nav-mobile-1 .navbar-nav li.closebtn{
    border-bottom: 0px solid #fff;
}
#main-nav-mobile-1 .navbar-nav > li > a,
#main-nav-mobile-1 .navbar-nav > .active > a{
    border:0px;
    background: transparent;
    color: #fff;
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    padding: 15px 0;
    overflow: hidden;
}
#main-nav-mobile-1 .navbar-nav > li > a span{
    display: block;
    float: left;
    width: 50%;
    text-align: right;
}
#main-nav-mobile-1 .navbar-nav > li > a i{
    display: block;
    float: right;
    width: 50%;
    text-align: center;
}
#main-nav-mobile-1 .navbar-nav > li > ul{
    list-style: none;
    padding: 0;
}
#main-nav-mobile-1 .navbar-nav > li > ul > li{
    border-bottom: 0px solid #fff;
    margin: 0px 0px 15px;
}
#main-nav-mobile-1 .navbar-nav > li > ul > li > a{
    border:0px;
    background: transparent;
    color: #fff;
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    padding: 15px 0;
    overflow: hidden;
}
#main-nav-mobile-1 .navbar-nav > li > ul> li > a span{
    display: block;
    float: left;
    width: 50%;
    text-align: right;
}
#main-nav-mobile-1 .navbar-nav > li > ul > li > a i{
    display: block;
    float: right;
    width: 50%;
    text-align: center;
}
#main-nav-mobile-1 .navbar-nav > li > a#close-menu-mobile{
    display: block;
    background-color: transparent;
    background-image: url('images/menu_close.png');
    background-repeat: no-repeat;
    background-position: center center;
    height: 55px;
}



#main-nav-cnt{
    top: 780px;
    position: absolute;
    overflow: hidden;
    width: 630px; 
    z-index: 30;
}
#main-nav-cnt.fixed{
    position: fixed;
}
#main-nav-cnt.fixed{
    top: 150px;
}
#main-nav-cnt.fixed.home{
    top: 150px!important;
}
@media screen and (min-width: 768px) {
    #main-nav-footer-cnt{
        margin-left: -53px;
    }
}
#main-nav-footer,
#main-nav-cnt #main-nav{
    float: left;
    position: relative;
    width: 230px; 
    list-style: none;
    padding: 0;
    margin: 100px 0 0 0;
    font-size: 24px;
}
#main-nav-footer li,
#main-nav-cnt #main-nav li{
    padding: 0;
    margin: 20px 20px 40px;
    text-align: right;
}
#main-nav-footer li a{   
    color: #666;
}
#main-nav-footer li.active a{   
    color: #fff;
}
#main-nav-cnt #main-nav li a{
    color: #666666;
}
#main-nav-footer li a:focus{
    color: #fff;
    text-decoration: none;
}
#main-nav-cnt #main-nav > li.active > a,
#main-nav-cnt #main-nav > li > a:focus,
#main-nav-cnt #main-nav > li > a:hover,
#main-nav-cnt #main-nav > li > ul > li.active > a,
#main-nav-cnt #main-nav > li > ul > li.active > a:focus,
#main-nav-cnt #main-nav > li > ul > li.active > a:hover{
    color: #001935;
    text-decoration: none;
}
#main-nav-footer li i{
    color: #666;
    display: block;
    margin: 7px 0 0 5px;
    float: right;
    cursor: pointer;
}
#main-nav-cnt #main-nav li i{
    color: #666666!important;
    display: block;
    margin: 7px 0 0 5px;
    float: right;
    cursor: pointer;
}
#main-nav-footer > li.active > a > i:before ,
#main-nav-cnt #main-nav > li.active > a > i:before ,
#main-nav-cnt #main-nav > li:hover > a >i:before {
    content: "\e900";
}

#main-nav-cnt #main-nav > li.active > a > i,
#main-nav-cnt #main-nav > li:hover > a >i{
    color: #001935!important;
}
#main-nav-footer > li.active > a > i {
    color: #fff;
}

#main-nav-footer{
    margin-top: 70px;
}


.inner-section #main-nav-cnt #main-nav li{
    font-size: 20px;
    margin: 0px 15px 20px;
}
.inner-section #main-nav-cnt #main-nav li ul{
    list-style: none;
    font-size: 18px;
    margin: 20px 0;
}
.inner-section #main-nav-cnt #main-nav li ul li{
    font-size: 18px;
    margin: 10px 0;
}
.inner-section #main-nav-cnt #main-nav li i{
    
    display: block;
    margin: 4px 0 0 5px;
    float: right;
}
.inner-section #main-nav-cnt #main-nav li:hover > a > i:before ,
.inner-section #main-nav-cnt #main-nav li.active > a > i:before ,
.inner-section #main-nav-cnt #main-nav li > ul > li.active > a > i:before ,
.inner-section #main-nav-cnt #main-nav li ul > li:hover > a > i:before {
    content: "\e900";
    color: #002856!important;
}


#frame-cnt{
    overflow: hidden;
    position: relative;
    width: 400px;
    float: right;
    height: 400px;
    
}
#frame{
    
}

#vertical-dashed{
    position: absolute;
    top: 925px;
    
    left: 350px;
    width: 1px;
    border-left: 1px dashed #002856;
    height: auto;
    min-height: 100%;
}

#home-housing{
    height: 1150px;
    overflow: hidden;
}
#home-housing h1{
    /*font-family: 'Merriweather', serif;*/
    font-size: 60px;
}
#home-housing h3{
    
    font-weight: 400;
    font-style: italic;
    margin-bottom: 25px;
}
#home-commercial{
    
    background-position: bottom right;
    background-repeat: no-repeat;
    height: 1150px;
    overflow: hidden;
}
#home-commercial h1{
    /*font-family: 'allerbold', serif;*/
    font-size: 60px;
    font-weight: bold;
    font-style: normal;
}
#home-commercial h3{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 25px;
}
#home-masterplan{
    height: 1150px;
    overflow: hidden;
}
#home-masterplan h1{
    /*font-family: 'glaser_stencil_dregular', serif;*/
    font-size: 60px;
    font-weight: bold;
    font-style: normal;
    padding-bottom: 10px;
}

#home-masterplan h3{
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
    margin-bottom: 25px;
}
#home-contact h1{
    border-bottom: 2px solid #fff;
}
#home-contact h3{
    font-size: 24px;
    font-style: italic;
    margin-bottom: 25px;
}
#home-contact h1,
#home-contact h3,
#home-contact p,
#home-contact a{
    color:#fff;
}

#home-housing p,
#home-commercial p,
#home-masterplan p,
#home-contact p{
    font-size: 22px;
}

#home-housing p a.readmore,
#home-commercial p a.readmore,
#home-masterplan p a.readmore,
#home-contact p a.readmore{
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}


.sub-menu{
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0 0 250px 0;
    text-align: center;
}
.sub-menu li{
    list-style: none;
    display: inline-block;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    font-size: 27px;
    font-weight: bold;
    padding: 0 20px 0 0;
}
.sub-menu li a{
    text-decoration: none;
    color:#5c6670;
}
.sub-menu li a:hover,
.sub-menu li.active a{
    text-decoration: none;
    color:#002856;
}

/* inner page */


.top-section h1{
    font-size: 80px;
}
.top-section h3{
    font-size: 37px;
}
.top-section p{
    font-size: 30px;
    margin-right: 0px;
    line-height: 30px;
}
.top-section h1{
    font-weight: 400;
    border-bottom: 3px solid;
    display: inline-block;
    padding-bottom: 20px;
    line-height: 60px;
}
.top-section h1,
.top-section h3{
    color:#001935;
}

@media screen and (max-width: 1049px) {
    .top-section h1{
        font-size: 66px;
    }
    .top-section h3{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .top-section p{
        margin-right: 0px;
        font-size: 18px;
    }
}


#main-housing h3{
    font-weight: 400;
    font-style: italic;
    margin-bottom: 30px;
}


#main-commercial h3{
    
    font-weight: normal;
    font-style: italic;
    margin-bottom: 0px;
        font-size: 31px;
}
#main-commercial p{
    font-size: 25px;
}


#main-masterplan h3{
    font-family: 'ubuntu', serif;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 60px;
    font-size: 28px;
}
#main-masterplan p{
    font-size: 25px;
}



.bgeffect{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; 
    background-repeat: no-repeat; 
}
.housing.bgeffect.effect1{
    background-image: url('images/Housing_1.png'); 
    background-position: right bottom;
}
.housing.bgeffect.effect2{
    background-image: url('images/Housing_2.png'); 
    background-position: right bottom;
}
.housing.bgeffect.effectM{
    background-image: url('images/Housing_M.png'); 
    background-position: center bottom;
}
.commercial.bgeffect.effect1{
    background-image: url('images/Commercial_1.png');
    background-position: right bottom;
}
.commercial.bgeffect.effect2{
    background-image: url('images/Commercial_2.png');
    background-position: right bottom;
}
.commercial.bgeffect.effect3{
    background-image: url('images/Commercial_3.png');
    background-position: right bottom;
}
.commercial.bgeffect.effectM{
    background-image: url('images/Commercial_M.png');
    background-position: center bottom;
}

.masterplan.bgeffect.effect1{
    background-image: url('images/Masterplan_1.png'); 
    background-position: right bottom;
}
.masterplan.bgeffect.effect2{
    background-image: url('images/Masterplan_2.png'); 
    background-position: right bottom;
}
.masterplan.bgeffect.effect3{
    background-image: url('images/Masterplan_3.png'); 
    background-position: right bottom;
}
.masterplan.bgeffect.effectM{
    background-image: url('images/Masterplan_M.png'); 
    background-position: center bottom;
}
@media screen and (max-width: 480px) {
    
    .bgeffect{
        opacity: 0.3;
    }
    .housing.bgeffect.effect1{
        background-position: center bottom;
    }
    .housing.bgeffect.effect2{
        background-position: center bottom;
    }
    .commercial.bgeffect.effect1{
        background-position: center bottom;
    }
    .commercial.bgeffect.effect2{
        background-position: center bottom;
    }

    .masterplan.bgeffect.effect1.sm{
        background-position: center 600px;
    }
    .masterplan.bgeffect.effect2.sm{
        background-position: center 750px;
    }
    .masterplan.bgeffect.effect3.sm{
        background-position: center bottom;
    }
}


#main-housing{
    background-image: url('images/housing-pattern.jpg');
}
#content-mobile-slider.housing{
    background-image: url('images/housing-pattern.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto 50px;
}

.main-commercial-food{
    background-image: url('images/commercial-food-pattern.jpg');
}
.main-commercial-concept{
    background-position: center 280px!important;
    background-image: url('images/commercial-concept-pattern.jpg');
    padding-bottom: 325px!important;
}
.main-commercial-retail{
    
    background-image: url('images/commercial-retail-pattern.jpg');
}
#content-mobile-slider.commercial{
    
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto 50px;
}

#main-masterplan{
    background-image: url('images/masterplan-pattern.jpg');
}
#content-mobile-slider.masterplan{
    background-image: url('images/masterplan-pattern.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto 50px;
}

#main-chisiamo{
    background-image: url('images/chi-siamo-pattern.jpg');
    
}

.top-section{
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-top: 125px;
    height: 800px;
    margin-bottom: 50px; 
}

@media screen and (max-width: 1050px) {
    .top-section{
        margin-left: 25px;
        margin-right: 25px;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    #main-housing-mobile h1{
        font-size: 44px;
    }
    #main-housing-mobile p{
        font-size: 14px;
    }
}

#housing{
    padding-top: 50px;
}
#commercial{
    padding-top: 0px;
    padding-bottom: 100px;
}
#commercial .main-h{
    font-size:70px;
    font-family: 'allerbold', serif;
    margin-bottom: 50px;
}
@media screen and (max-width: 1049px) {
    #housing{
        padding-top: 0px;
    }
    #commercial{
        padding-top: 0px;
    }
}


.info-prj.style-1{
    height: 400px;
    overflow: hidden;
    margin-bottom: 50px
}
.info-prj.style-1.masterplan-prj{
    background-image: url('images/masterplan-prj-pattern.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 550px;
}
.info-prj.style-1 .prj-head{
    background-color: #e6e7e8;
    padding: 1px;
    margin: 0 -15px;
}
@media screen and (max-width: 1049px) {
    .info-prj.style-1 .prj-head{
        margin: 0;
    }
}
.info-prj.style-1 h2{
    margin: 10px;
    font-weight: 700;
    font-size: 18px;
    color:#001935;
}
.info-prj.style-1 h2 span{
    font-weight: 300;
    font-style: italic;
}
.info-prj.style-1 h4{
    color:#001935;
    margin: 10px;
    font-size: 12px;
    font-weight: 300;
}
.info-prj.style-1 p{
    color:#000;
    margin: 10px;
    font-size: 18px;
    font-weight: 300;
}

@media screen and (max-width: 499px) {
    .info-prj.style-1{
        height: auto;
        max-height: 195px;
    }
}
@media screen and (max-width: 1049px) and (min-width: 499px) {
    .info-prj.style-1{
        height: auto;
        overflow: hidden;
        margin-bottom: 20px
    }
    .info-prj.style-1 .prj-head{
        background-color: #e6e7e8;
        padding: 1px;
    }
    .info-prj.style-1 h2{
        margin: 10px;
        font-weight: 700;
        font-size: 18px;
        color:#001935;
    }
    .info-prj.style-1 h2 span{
        font-weight: 300;
        font-style: italic;
    }
    .info-prj.style-1 h4{
        color:#001935;
        margin: 10px;
        font-size: 12px;
        font-weight: 300;
    }
    .info-prj.style-1 p{
        color:#000;
        margin: 10px;
        font-size: 14px;
        font-weight: 300;
    }
}

/* inner page end */

/* footer */
#footer{
    padding-top: 0;
}

#container-footer-in{
    border-top: 1px solid #fff;
    padding-top: 20px;
}
.inner-section #container-footer-in{
    border-top: 0px solid #fff;
    padding-top: 0px;
}

.homepage #footer{
    padding-top: 50px;
}

.homepage #footer-container{
    border-top: 1px solid #fff;
}

ul.linear{
    list-style: none;
    margin: 0;
    color: #fff;
    padding-left: 0;
}
ul.linear li{
    padding-left: 25px;
    margin: 0 0 20px 0;
    position: relative;
}
ul.linear li ul{
    list-style: none;
    margin: 10px;
}
ul.linear li ul li{
    margin: 0 0 10px;
}

ul.linear li:before{
    font-family: 'amw-logo' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e901";
    color: #fff;
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
}
ul.linear li.full:before{
    content: "\e900";
}
ul.linear li.plain:before{
    content: "";
}
ul.linear li a{
    color: #fff;
}

ul.square{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
ul.square li{
    display: inline-block;
    color: #fff;
    text-align: center;
    width: 80px;
    font-size: 10px;
}
ul.square li a{
    color: #fff;
    display: inline-block;
    text-align: center;
}
ul.square li a span{
    margin-bottom: 5px;
    text-align: center;
    color: #fff;
    border:1px solid #fff;
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 25px;
}
ul.square.noborder li a span{
    border:0px solid #fff;
}


#footer .mapcnt{
    width: 250px;
    margin: 0 auto 20px;
}
/* footer end */


/* general class */

.bg-white{
    background-color: #fff;
}
.bg-azure{
    background-color: #b1e3e3;
}
.bg-green{
    background-color: #d1f3df;
}
.bg-yellow{
    background-color: #eddf98;
}
.bg-blue{
    background-color: #002856;
}



/* frame gallery */

#frame-galleries{
    overflow: hidden;
    width: 400px;
    height: 400px;
}
#frame-galleries .frame-gallery{
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    
}
#frame-galleries .frame-gallery li{
    margin: 0;
    padding: 0;
    height: 400px;
    overflow: hidden;
}
#frame-galleries .frame-gallery li a{
    width: 400px;
    height: 400px;
    overflow: hidden;
    display: block;
    position: relative;
}
#frame-galleries .frame-gallery li a::after{
    content: "\e015";
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255,255,255,0.80);
    color: #001935;
    line-height: 380px;
    text-align: center;
    font-size: 40px;
    
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
#frame-galleries .frame-gallery li a:hover::after{
    opacity: 1;
}

/* frame gallery end*/


/* carousel gallery */

.owl-theme .owl-controls {
    position: absolute;
    top: 46%;
    left: 0px;
    right: 0px;
}
@media screen and (max-width: 499px) {
    .owl-theme .owl-controls {
        position: absolute;
        top: 235px;
        
        left: 0px;
        right: 0px;
    }
}
@media screen and (min-width: 500px) and (max-width: 1049px) {
    .owl-theme .owl-controls {
        position: absolute;
        top: 385px;
        
    }
}

.owl-theme .owl-controls .owl-nav .owl-prev,
.owl-theme .owl-controls .owl-nav .owl-next{
    position: absolute;
    top:0;
    width: 25px;
    height: 65px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.owl-theme .owl-controls .owl-nav .owl-prev{
    position: absolute;
    left:0;
    background-image: url('images/carousel-prev.png');
}
.owl-theme .owl-controls .owl-nav .owl-next{
    position: absolute;
    right:0;
    background-image: url('images/carousel-next.png');
}

/* carousel end*/








.relative{
    position: relative;
}


/* HOME */
.button-cnt{
    position: absolute;
    bottom: -200px;
    right: 15px;
    left: 20px;
    padding: 0px;
    margin: 0px;
}
#home-housing .button-cnt{
    bottom: -200px;
}
#home-commercial .button-cnt{
    bottom: -400px;
}
#home-masterplan .button-cnt{
    bottom: -200px;
}
.btn-home{   
    margin: 0;
    padding: 0;
}
.btn-home h2{
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.btn-home h2 a{
    display: block;
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    text-decoration: none;
}
.btn-home h2 a:hover{
    background: #001935;
    color: #fff;
}
.btn-home span{
    display: block;
    font-weight: 400;
    text-decoration: none;
    font-size: 14px;
}

/* HOME END */

/* HOME MOBILE */
#main-mobile-nav{
    position: fixed;
    top: 0;
}

@media screen and (max-width: 1049px) {
    #home-logo-cnt img.logoMain{
        width: 300px;
    }
    #home-housing,
    #home-commercial,
    #home-masterplan{
        padding-left: 40px;
        padding-right: 40px;
    }
    
    #home-commercial h1{
        font-size: 50px;
    }
    #home-masterplan h1{
        font-size: 45px;
    }
}

/* HOME MOBILE END */




#main-chisiamo h1{
    font-size: 65px;
    font-weight: 400;
    border-bottom: 3px solid #001935;
}
#main-chisiamo h3{
    font-family: 'aller', serif;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 30px;
}
#main-chisiamo p{
    font-size: 25px;
}

#chisiamo h1{
    font-size: 45px;
    font-weight: 400;
    border-bottom: 1px solid #001935;
}
#chisiamo h2{
    font-size: 35px;
    font-weight: 400;
    border-bottom: 1px solid #001935;
}
#chisiamo h3{
    font-weight: 400;
    font-style: italic;
}
#chisiamo p{
    margin-bottom: 30px;
}
#chisiamo a{
    font-weight: 400;
    text-decoration: underline;
}

#chisiamo .btn-blue-arrow{
    display: inline-block;
    text-decoration: none;
    color:#001935;
    text-align: center;
    margin-bottom: 20px;
}
#chisiamo .btn-blue-arrow span{
    display: inline-block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    border: 1px solid #001935;
    color:#001935;
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 20px;
}







@media screen and (max-width: 500px) {
    #main-chisiamo{
        margin-bottom: 20px;
    }
    
    #main-chisiamo h3{
        font-size: 22px;
    }
    #main-chisiamo p{
        font-size: 16px;
    }

    #chisiamo h1{
        font-size: 35px;
    }
    #chisiamo h2{
        font-size: 25px;
    }

    #chisiamo .btn-blue-arrow{
        display: inline-block;
        text-decoration: none;
        color:#001935;
        text-align: center;
        margin-bottom: 20px;
    }
    #chisiamo .btn-blue-arrow span{
        display: inline-block;
        width: 50px;
        height: 50px;
        text-decoration: none;
        border: 1px solid #001935;
        color:#001935;
        text-align: center;
        font-size: 30px;
        line-height: 50px;
        margin-bottom: 20px;
    }
}


.vertical-dashed{
    position: absolute;
    top: 150px;
    left: 100px;
    bottom: 350px;
    width: 10px;
    border-left: 3px dashed #002856;
    
}
.inner-section .vertical-dashed{
    bottom: 0px;
}

.no-height{
    height: auto!important;
}
.nolink,
.nolink:hover{
    text-decoration: none;
}


#debugarea{
    display: none;
    width: 150px;
    height: 150px;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    color: #5c6670;
    font-family: arial,'helvetica';
    font-size: 11px;
    z-index: 90000;
}


.title-mobile-replace{
    font-size: 40px;
    text-align: center;
    font-weight: 400;
}

.scrollTo{
    cursor: pointer;
}

.chisiamo-subcontent{
    font-size: 20px;
}