
@font-face {
    font-family: "MarkB";
    src: url(../fonts/MarkBold.otf);
}

@font-face {
    font-family: "MarkR";
    src: url(../fonts/MarkRegular.otf);
}

a, a:visited {
    color: #4b565c;
    font-family: MarkR;
}


img {
    min-height: 1px;
}
body,
html {
    /*height: 100vh;*/
    width: 100vw;
    font-size: 23px;
    color: #7C8D8F;
    background-color: #F5F7F5;
}

body {
    margin: 0;
}

strong {
    font-family: MarkR;
    font-weight: 100;
    color: #4B565C;
}

label {
    font-family: MarkR;
    color: #4B565C;
    font-weight: lighter;
    font-size: 23px;
}

header#desktop {
    display: inline-flex;
    width: 100vw;
    height: 80px;
    background-color: #DED9D1;
    position: fixed;
    z-index: 999;
    top: 0;

    
}

#header_cont {
    display: inherit;
    margin: 0 auto;
}

header#mobile {
    display: none;
    width: 100%;
}

#home_title_mobile {
    display: none;
}

.owl-item.active {
    margin-right: 0 !important;
}

.container-mobile {
    padding-top: 55px;

}

h2, h3 {
    font-family: 'MarkR',Arial,Century gothic,sans-serif;
    color: #4B565C;
    font-weight: 100;
    margin: 0;
    padding: 0;
}

#logo a, #logo_mobile a {
    text-decoration: none;
    color: #4B565C;
}

#logo a h3 span, #logo_mobile a h3 span {
    text-decoration: none;
    color: #874D26;
}

#logo a  {
    font-size: 30px;
}

#logo_mobile a  {
    font-size: 25px;
}



#pages {
    display: block;
    height: 20px;
    list-style-type: none;
    margin:0 auto;
    padding: 0;
    margin-top: 25px;
    margin-bottom: 25px;
}

#pages > li {
    float: left;
    margin-right: 5px;
}

#pages > li span {
    color: gray;
}

#pages > li > a {
    text-decoration: none;
    color: #7C8D8F;
    font-size: 25pt;
}

#pages > li > a:hover {
    text-decoration: underline;
}

.pics {
    margin-bottom: 10px;
}

.pics > img {
    width: 100%;
    object-fit: contain;
}

.list_point_h {
    width: 16px;
}

.list_point_v {
    width: 3px;
} 

.list_point_h > span {

    display: block;
    width: 15px;
    height: 2px;
    background-color: #000;

}

.list_point_v > span {

    display: block;
    width: 2px;
    height: 15px;
    background-color: #000;

}

.list_point_h {
    
    padding: 10px 0;
    position: relative;
    top: -23px;
    left: 20px;
}

.list_point_v {
    padding: 0 10px;
    position: relative;
    top: -16px;
    left: 114px;
}

.mobile_menu_container {
    position: fixed;
    z-index: 3;
    width: 100%;
    background-color: #DED9D1;
    height: 100px;
    top:0;
}

#languages_mobile {
    margin-left: 16px; 
    position: relative;
    z-index: 4;
}

#languages_mobile > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /*left: 83vw;*/
    left:325px;
    position: relative;
    top: 56px;
}

#languages_mobile > ul > li {
    float: left;
    margin-top: 20px;
    margin-right: 5px;
}

#languages_mobile > ul > li > a  {
    font-family: 'MarkB',Arial,Century gothic,sans-serif;
    color: #7C8D8F;
    text-decoration: none;
}


#languages_mobile > ul > li > span  {
    display: block;
    height: 24px;
    width: 1px;
    background-color: #000;
}

#contatti_mobile {
    margin-bottom: 56px !important;
}


.row {
    width: 100%;
}

.col-10 {
    width: 10%;
}

.col-30 {
    width: 30%;
    float: left;
}

.col-50 {
    float: left;
    width: 50%

}

.col-70 {
    float: left;
    width: 70%

}

.col-100 {
    width: 100%;
}


.title {
    font-weight: bold;
}

.justify {
    text-align: justify;
}


.owl-carousel div {
    height: 100vh;
    width: 100%;
}

.item {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.breadcrumbs {
    position: relative;
    z-index: 2;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 20px;
    width: 90%;
    display: none;
}

.breadcrumbs > span > a {

    text-decoration: none;
    font-family: 'MarkR',"Courier New", Courier, monospace;
    color: #7C8D8F;
    text-transform: uppercase;


}

.breadcrumbs > span > a:hover {

    color: #4B565C;

}

.underline {
    text-decoration: underline;
}

.text-shadow {
   
   text-shadow:
       1px 1px 1.1px #000,
     -1px -1px 1.1px #000,  
      1px -1px 1.1px #000,
      -1px 1px 1.1px #000;
       
}

.box-shadow {
    box-shadow: 2px 2px 5px 1px #333333;
    -webkit-box-shadow: 2px 2px 5px 1px #333333;
    -moz-box-shadow: 2px 2px 5px 1px #333333;
}

.see {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transition: all 0.2s ease-in-out;
}

.hide {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    transition: all 0.2s ease-in-out;
}

#left, #container-left {
    padding-right: 10px;
    padding-left: 10px;
    width: 40%;
    height: 100vh;
}

.container > #container-left {
    min-width: 300px;
}

.container > #container-right {
    margin-top: 60px;
}

/*#left {
    position: fixed;
}

#right {
    position: fixed;
}*/

#right, #container-right {
    width: 57%;
    /*left: 42vw;*/
}

.container-right-s {
    left: 31vw !important;
    width: 74% !important;
}

.container-left-s {
    width: 25% !important;
}

#page, #ref {
    display: none;
}

.article_desc_container {
    padding-right: 5px;
    padding-left: 5px;
}

.articles_table {
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
}

.article_container {
    display: flex;
    margin-top:20px;
}

#article_slider {
    position: fixed;
    top: 0;
    z-index: 1000;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.9);
    padding-bottom: 40px;
    
}

#article_slider > .owl-carousel {
    width: 100%;
    height: 100%;
}

#article_slider > .owl-carousel div {
    height: 85vh;
}

#article_slider  .item {
    background-size: contain;
    
}

#article_slider > .owl-carousel .owl-nav {
    position: absolute;
    top: 40%;
    height: 50px;
}

.owl-prev {
    float: left;
}

.owl-next {
    float: right;
}

.owl-prev > span, .owl-next > span {
    font-size: 122px;
    color: #fff;

}

.info_desc {
    
    position: relative;
    z-index: 2;
    margin-top: 50px;
}

.info_container {
    width: 90%;
   margin-top: 20px;
   padding-left: 20px;
   padding-right: 20px;
}



.article_pics {
    margin-right: 15px;
    margin-left: 15px;
}

.article_desc {
    position: relative;
    z-index: 2;
    text-align: right;
    top: 54px;
    left: 30px;
}

.article_pic {
    margin-bottom: 10px;
}

@media screen and (min-width: 1025px) {
    .article_desc > div.scroll-wrapper {
        height: 600px !important;
    }
}

.article_text a {
    color: #7C8D8F;
    text-decoration: none;
}

.article_text a:hover {
    color: #4B565C;
}

.info_text > p {
    text-align: justify;
    font-family: 'MarkR',Arial,Century gothic,sans-serif;
}

.article_text > p {
    text-align: right;
    font-family: 'MarkR',Arial,Century gothic,sans-serif;
    font-size: 23px;
}

.article_title > h1, .info_title > h1 {
    font-family: 'MarkR',Arial,Century gothic,sans-serif;
    margin-top: 0;
    color: #4B565C;
    font-size: 23px;
    font-weight: lighter;
}

.info_text > h2 {
    font-family: 'MarkR',Arial,Century gothic,sans-serif;
    padding: 0;
    margin: 0;
}

.info_title {
    margin-top: 20px;
    padding-left: 18px;
}

.article_pic > a > img {

    width: 720px;
    object-fit: contain;
    position: relative;
    z-index: 2;

}

.left_text {
    text-align: right;
    font-family: 'MarkR',Arial,Century gothic,sans-serif;
    font-size: 23px;
    /*height: 50%;*/
    padding:15px;
}

@media screen and (max-width: 1023px) {
    .article_pic > a > img {
        object-fit:  cover;
    }

    .article_desc {
        
    }
}

.contacts_container, .newsletter_container {

    padding-left: 50px;
    margin-top: 20px;

}

.contacts_container > .article_title > h1, .newsletter_container > .article_title > h1 {
    padding-left: 18px;


}

#contacts_info {
    font-family: 'MarkR',Arial,Century gothic,sans-serif;
    margin-left: 21px;
    font-size: 12px;
}

#contacts_form, #newsletter_form {
    width: 100%;
    position: relative;
    z-index: 2;
    font-family: 'MarkR',Arial,Century gothic,sans-serif;
}

#contacts_form > form > table, #newsletter_form > form > table {
    width: 100%;
}

#contacts_form > form > span, #newsletter_form > form > span {
    font-size: 12px;
}

#contacts_form > form > table > tbody > tr > td, #newsletter_form > form > table > tbody > tr > td {
    width: 100%;
}

#contacts_form > form > table > tbody > tr > td > input[type="text"], #newsletter_form > form > table > tbody > tr > td > input[type="text"] {
    width: 100%;
    font-size: 15px;
    padding: 4px 0;
    background-color: #F5F7F5;
    border: 1px solid #4B565C;
}

#contacts_form > form > table > tbody > tr > td > textarea {
    width: 100%;
    font-size: 15px;
    font-family: 'MarkR',Arial,Century gothic,sans-serif;
    background-color: #F5F7F5;
    border: 1px solid #4B565C;
    padding: 4px 0;
}

#contacts_form > form > table > tbody > tr > td.label, #newsletter_form > form > table > tbody > tr > td.label {
    width: 65px;
    font-weight: bold;
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .articles_table {
        width: 100%;
        padding-left: 5%;
    }
}

@media screen and (min-width: 1440px) {
    .articles_table {
        width: 85%;
    }
}

.container {
    display: flex;
    flex-direction: row;
    margin-top: 80px;
}

#main_menu > ul, #social_menu > ul, #sub_menu > ul {
    display: inline-flex;
    list-style-type: none;
    padding: 0;
    margin-top: 40px;

}

#sub_menu {
    display: block;
    position: absolute;
    z-index: 3;
    /*margin-top: 20px;*/
    margin-top: 20px;
        bottom: 180px;
}

#social_menu {
    display: block;
}


.nav_sub_wrapper {
    margin: 50px auto 0 auto;
    width: 90%;
}

.scroll-bar {
    background-color:#000 !important;
    opacity: 1 !important;
}

.article_box > .article_prev > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.article_box > .article_top > a > span > h1 {
    width: 100%;
    font-size: 16px;
    padding-left: 1cm;
    padding-right: 1cm;
    color: #fff;
    font-family: 'MarkR',Arial,Century gothic,sans-serif;
    display: table-cell;
    vertical-align: middle;
    font-weight: lighter;

}



.article_box > .article_top > a > span {
    height: 100%;
    width: 100%;
    display: table;
}

.article_box > .article_top > a {
    display: block;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.6);
    text-decoration: none;
    text-align: center;

}

.article_box > .article_prev {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
}

.article_box {
    width: 341px;
    height: 341px;
    margin-right: 10px;
    margin-top: 10px;
    position: relative;
    z-index: 2;
}

.article_top > a {
    position: absolute;
    height: 100%;
    top: 0;
    z-index:3;
    opacity: 0;
}

.article_top > a:hover {
    opacity: 1;
    transition: all 0.2 ease-in-out;
}

.article_box_big {
    width: 720px;
    height: 720px;
}

#arrediamo_submenu, #progettiamo_submenu {
    position: absolute;
    z-index: 3;
    box-shadow: 5px 10px 18px #888888;
    top:80px;
    border-top: 2px solid #874D26;
}

#arrediamo_submenu > ul, #progettiamo_submenu > ul {
    list-style: none;
    margin: 0;
    background-color: #F2F2F0;
    padding: 20px 10px 40px 10px;
    text-transform: lowercase;
}

.cat {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

#main_menu {
    margin-top: 0;
    padding: 0;
}

#main_menu > ul li, #sub_menu > ul li, #social_menu > ul li {
    padding: 0;
    margin-bottom: 5px;
}

#main_menu > ul li > a , #sub_menu > ul li > a, #social_menu > ul li > a, #languages > ul li > a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #7C8D8F;
   font-family: 'MarkR',Arial,Century gothic,sans-serif;
    font-size: 25px;
   
}

.active {
    color:#4B565C !important;
}

#main_menu > ul li > a span:hover, #sub_menu > ul li > a span:hover, #social_menu > ul li > a span:hover {
    /*text-decoration: underline;*/
    height: 22px;
    color: #4B565C;
    
    

}

#languages {
    margin-top: 40px;
}


#logo {
    margin-left: 20px;
    margin-top: 15px;
    
}

#logo > a > img {
    max-width: 220px;
    object-fit: contain;
    margin-left: 40px;
    margin-top: 30px;
}

#logo_mobile {
   
    position: absolute;
    z-index: 4;
    left: 25px;
    top: 50px;



}

#logo_mobile img {
    width: 299px;
    object-fit:contain;
}

#main_menu_mobile_toggle {
    
    cursor: pointer;
    position: absolute;
    z-index: 3;
    right: 25px;
    top: 55px;

}

#main_menu_mobile_toggle span {
    display: block;
    height: 3px;
    width: 33px;
    background-color: #000;
    margin-bottom: 5px;
}

#main_menu_mobile_toggle span:last-child {
    
    background-color: #874D26;
}

#main_menu_mobile_container {
    /*display: none;*/
    clear: both;
    background-color: rgba(242, 242, 240, 0.95);
    padding-bottom: 50px;
    position: absolute;
    z-index: 3;
    width: 177%;
    max-width: 714px;
    top: 10px;
    border-radius: 50%;
    /*left: -80vw;*/
    left: -714px;
    transition: left 0.5s;
    height: 80vh;
}

.main_menu_container_animate_open {
    left: -315px !important;
}

.main_menu_container_animate_close {
    left: -714px !important;
}



#main_menu_mobile, #sub_menu_mobile {
    
    width: 96%;
    position: relative;
    z-index: 3;
    opacity: 1;
    display: none;

    
}


#main_menu_mobile > ul, #sub_menu_mobile > ul {
    list-style-type: none;
    margin: 0;
    width: 95%;
    position: relative;
    /*left: 77vw;*/
    left: 301px;
}

#main_menu_mobile > ul {
    margin-top: 120px;

}

#main_menu_mobile  ul  li > a, #sub_menu_mobile  ul  li > a, #languages_mobile  ul  li > a {
    display: block;
    text-decoration: none;
    color: #7C8D8F;
   font-family: 'MarkR',Arial,Century gothic,sans-serif;
    font-size: 20px;
}

#main_menu_mobile  ul  li > a:hover, #sub_menu_mobile  ul  li > a:hover, #languages_mobile  ul  li > a:hover {
    color: #4B565C;
    transition: all 0.2s ease-in-out;
}

#main_menu_mobile > ul li, #sub_menu_mobile > ul li {
    
    margin-bottom: 10px;
}

#catalogo_mobile {

}

nav[id$='_submenu_mobile'] > ul {
    list-style-type: none;
    padding-left: 40px;
    margin-top: 5px;

}

nav[id$='_submenu_mobile']  {
    margin-top: 0px;
    padding-bottom: 10px;

}

#arrediamo_submenu_mobile ul li, #progettiamo_submenu_mobile ul li {
    text-transform: lowercase;
}




#social {
    display: inline-flex;
}

#social > ul > li > a > i {
    color: #fff;
    line-height: 30px;
}

#social > ul > li {
    
    margin-right: 10px;
    
}

#social > ul > li > a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #000;
    border-radius: 30px;
}

#social > ul > li > a:hover {
    background-color: #2c2c2c;
}

#languages ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#languages > ul > li:first-of-type {
    margin-right: 7px;
}

#languages ul > li > span, #languages_mobile ul > li > span {
    height: 2px;
    width: 10px;
    background-color: #7C8D8F;
    padding: 0;
    display: inline-block;
    vertical-align: middle;

}

#languages ul > li > span {
    margin-top: 13px;
}


#languages ul > li {
    margin-right: 5px;
    float: left;
    font-size: 13pt;
}

#languages ul > li > a:hover {
    color:#4B565C;
}

@media screen and (min-width: 376px) {

#languages_mobile ul > li > span {
    margin-top: 5px;
}

}

@media screen and (min-width: 1280px) {

    #logo {
        margin-right: 40px;
    }

    #arrediamo, #main_menu, #social_menu {
        margin-right: 20px !important;
    }

    #main_menu > ul li, #sub_menu > ul li, #social_menu > ul li {
        padding: 0;
        margin-right: 10px;
    }

    .article_text > p, .article_title > h1 {
        padding-right: 20px;
    }

    

}

@media screen and (min-width: 1460px) {

    #logo {
        margin-right: 40px;
    }

    #arrediamo, #main_menu, #social_menu {
        margin-right: 76px !important;
    }

    #main_menu > ul li, #sub_menu > ul li, #social_menu > ul li {
        padding: 0;
        margin-right: 10px;
    }

    

}

@media screen and (min-width: 1920px) {

    #logo {
        margin-right: 200px;
    }

    #arrediamo, #main_menu, #social_menu {
        margin-right: 120px !important;
    }

    #main_menu > ul li, #sub_menu > ul li, #social_menu > ul li {
        padding: 0;
        margin-right: 30px;
    }

    

}


@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .article_box {
        width: 43%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .article_box > .article_top > a > span > h1 {
        font-size: 22px;
    }
}



@media screen and (max-width: 1023px) {
    
    .article_box {
        width: 100%;
    }

   .owl-prev > span, .owl-next > span {
    color: #000;
   }


.article_container, .info_container {
    display: flex;
    flex-flow: wrap;
    margin-top:20px;
}

.info_desc {
    width: 100%;
    position: relative;
    z-index: 2;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 50px;
}

.info_map {
    width: 100%;
}

.article_pics {
    width: 100%;
    margin-right: 15px;
    margin-left: 15px;
}



.article_desc_container {
    position: static;
    padding-right: 20px;
}


.contacts_container, .newsletter_container {
    padding-left: 0;
}



#contacts_info {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

}


@media screen and (max-width: 767px) {
    
    #logo_mobile img {
        width: 246px;
    }

    

}

/*@media screen and (min-width: 769px) and (max-width: 820px) {

.left_text {
        height: auto;
        padding-right: 36px;
    }

}

@media screen and (min-width: 821px) and (max-width: 1023px) {

.left_text {
        height: auto;
        padding-right: 80px;
    }

}*/


@media screen and (max-width: 1024px) {
    header#desktop {
        display: none;
        visibility: hidden;
    }

    header#mobile {
        display: block;
    }

    #home_title {
        display: none;
    }

    #home_title_mobile {
        display: block;
    }

    .container {
        flex-wrap: wrap;
        /*flex-direction: column-reverse;*/
    }

    #container-right {
        width: 100%;
        position: static;
        height: auto !important;
    }

    .contacts_container, .newsletter_container {
        margin-top: 50px;
        padding-left: 0;
    }

    #map > iframe {
        width: 100% !important;
        height: 700px !important;
    }

    .container-right-s {
        width: 100% !important;
    }

    .container-left-s {
        width: 100% !important;
    }

    .article_desc {
        width: 100%;
        position: static;
        margin: 0;
        margin-top: 50px !important;
    }

    .article_pics {
        width: 100%;
        margin: 0;
    }

    .article_pic {
        padding: 0 35px;
    }

    /*.article_box {
        padding: 0 35px;
    }*/

    .article_box_big {
        margin-right: auto;
        margin-left: auto;
        object-fit: contain;
    }

}

@media screen and (max-width: 1023px) {

    #container-left {
        width: 98%;
        position: static;
        height: auto;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    #container-left {
        width: 95%;
        position: static;
        height: auto;
    }
}

@media screen and (max-width: 1024px) {

body {
        font-size: 16px;
    }

ul  li {
    font-size: 16px;
}

h1 {
    font-size: 20px;
}

    .article_text > p, .article_title > h1, .info_title > h1, .left_text {
        font-size: 16px;
    }

}


@media screen and (min-width: 280px) and (max-width: 375px) {
    #main_menu_mobile  ul  li > a, #sub_menu_mobile  ul  li > a, #languages_mobile  ul  li > a {
        font-size: 16px;
    }
}

@media screen and (max-width: 540px) {

.article_box_big {
    height: auto;
}

}

@media screen and (max-width: 428px) {
    #contacts_form > form  span , #newsletter_form > form  span {
        font-size: 10pt !important;
    } 
}

@media screen and (min-width: 900px) and (max-width: 1024px) {
    .articles_table {
        width: 90%;
        margin: 0 auto;
    }

}

@media screen and (max-width: 600px) {
    .articles_table {
        padding: 0;
    }

    .article_box {
        margin-right: 0;
    }
}

@media screen and (max-width: 1023px) {
    footer {
        height: 40px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    footer {
        height: 100px;
    }
}

@media screen and (min-width: 811px) and (max-width: 1024px) {
    #main_menu_mobile_toggle {
        right: 70px;
    }
}

#home_title {
    width: 660px;
    position: absolute;
    left: 50vw;
    margin-left: -330px;
    text-align: center;
    height: 90px;
    top: 50vh;
    margin-top: 30px;
    z-index: 2;
}

#home_title h3, #home_title_mobile h3 {
  font-family: 'MarkB',Arial,Century gothic,sans-serif;
  font-size: 38px;
  color: #ded9d1;
  font-weight: 100;
  margin: 0;
  padding: 0;
}

#home_title p, #home_title_mobile p {
  padding: 0;
  margin: 0;
  font-size: 25px;
  font-family: 'MarkR',Arial,Century gothic,sans-serif;
  color: #ded9d1;
}

#home_title_mobile {
    position: absolute;
    height: 170px;
    top: 50vh;
    left: 20px;
    margin-top: -142px;
    z-index: 2;
}

.cat_preview_left {
    width: 350px;
    text-align: right;
    margin-top: 6px;
}

.cat_preview_left h3 {
    font-family: 'MarkB',Arial,Century gothic,sans-serif;
    font-size: 30px;
}

.cat_preview_left p {
    margin: 0;
    padding: 0;
}

.cat_preview_left a {
    text-decoration: none;
    font-size: 20px;
}

#catalogo_preview_mobile, #progetti_preview_mobile {
    display: none;
}

.article_box_big {
    width: 1045px; 
    height:1045px;
}

@media screen and (max-width: 1366px) {

    .article_box_big {
        width: 100%; 
        height: auto;
    }
}

@media screen and (max-width: 1024px) {
    #catalogo_preview_mobile, #progetti_preview_mobile {
        display: block;
        margin-left: 35px;
    }

    .cat_preview_left {
        margin-left: 35px;
    }

    #catalogo_preview .cat_preview_left p, #progetti_preview .cat_preview_left p {
        display: none;
    }

    #catalogo_preview .cat_preview_left , #progetti_preview .cat_preview_left  {
        width: auto;
    }

    #catalogo_preview, #progetti_preview {
        text-align: left;
        width: auto;
    }

    .articles_table {
        width: 100%;
        padding-left: 35px;
        padding-right: 35px;
    }
}