/*------------------------------------
 Stili default del documento.
------------------------------------*/
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    background: #fff;
    color: #000;
    min-height: 100vh !important;
    display: flex;
    flex-direction: column;
}

#contenitore-globale {
    flex-grow: 1;
    max-width: 100%;
}

* {
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer,
header, hgroup, menu, nav, section {
    display: block;
}

a {
    text-decoration: none;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

a {
    color: #000;
}

a:hover {
    color: #666;
}

a:focus {
    color: #666;
    outline: none;
}

p {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 0px;
    margin-bottom: 20px;
}


h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
    margin: 0px 0px 20px 0px;
    font-family: 'Playfair Display', serif;
}

h1.text-center {
    margin: 0px auto 20px auto;
}

h4, h5, h6 {
    margin: 0px 0px 10px 0px;
}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 21px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 17px;
}



hr {
    width: 100%;
    box-shadow: none;
    border: 0px;
    border-bottom: 1px solid #000;
}

.text-center {
    text-align: center !important;
}

.relative {
    position: relative !important;
}

.ridotto {
    font-size: 80% !important;
}

.maggiore {
    font-size: 120% !important;
}

.bg-lightgrey {
    background-color: #f4f4f4;
}

.center {
    text-align: center;
}

.bg-darkgrey {
    background-color: #d6d6d6;
    *
}

.pad20 {
    padding: 20px;
}

.pad30, .titolo-pad30 {
    padding: 30px;
}

.titolo-pad30 h1 {
    margin-bottom: 0px;
}

.uppercase {
    text-transform: uppercase;
}

.light {
    font-weight: 300;
}

.margin-b-30 {
    margin-bottom: 30px
}


/*------------------------------------
 Container e Header
------------------------------------*/

#contenitore-globale {
    padding-top: 159px;
    display: block;
}

.container {
    margin: 0 auto;
    width: 98%;
    max-width: 1400px;
}

.main-content {
    padding-top: 110px;
}

header {
    height: 120px;
    width: 100%;
    position: fixed;
    z-index: 999;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 14px -1px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 5px 14px -1px rgba(0,0,0,0.07);
    box-shadow: 0px 5px 14px -1px rgba(0,0,0,0.07);
}

a.logo {
    height: 90px;
    justify-content: flex-start;
    text-align: left;
}

a.logo img {
    height: 100%;
    width: auto;
    margin: 0px;
    float: left;
}


#h1home {
    text-indent: -10000px;
}

.logo h1 {
    text-indent: -9999px;
    opacity: 0;
    position: absolute;
    top: 0;
}

header nav {
    width: 80%;
}

#navigation {
    justify-content: space-between;
}

header nav ul,
footer ul,
.menu-collezioni ul.sottomenu,
.breadcrumbs ul,
.galleria ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0px;
}

.galleria ul {
    width: 100%;
}

.main-menu {
    display: flex;
    justify-content: flex-start;
    width: 75%;
    align-items: center;
    height: 110px;
}

.main-menu li {
    flex: 1 1 auto;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
}

.main-menu li a {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 110px;
    display: block;
}

.main-menu li a.active {
    font-weight: 700;
}

.dropdown {
    position: absolute;
    display: block;
    opacity: 0;
    visibility: hidden;
    top: 110px;
    left: 0px;
    width: 100%;
    height: 0px;
    z-index: 9;
    background: #fff;
    overflow: visible;
    transition: all .2s ease-out;
}

li.drop:hover .dropdown {
    opacity: 1;
    visibility: visible;
    height: 80px;
    transition: all .2s ease-out;
}


.dropdown .container {
    border-top: 1px solid #000;
    padding: 0px;
    border-bottom: 1px solid #000;
    height: 100%;
    display: flex;
}

.dropdown ul.sottomenu {
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}

.dropdown ul.sottomenu li {
    width: 30%;
}

.dropdown ul.sottomenu li.autore img {
    width: 80px;
    height: auto;
    margin-right: 4px;
}

.dropdown ul.sottomenu li a {
    display: inline !important;
    height: auto;
}

.dropdown ul.sottomenu li a:hover,
.dropdown ul.sottomenu li a.active {
    font-style: italic;
    color: #000;
}

.second-menu {
    justify-content: flex-end;
}

.second-menu .area-riservata {
    margin-left: 10px;
    position: relative;
}

input[type="submit"].sb-search-submit,
.second-menu .area-riservata,
.share,
input[type="button"].sb-search-submit {
    border: 0px;
    border-radius: 0px;
    width: 20px;
    height: 20px;
    padding: 0px;
    background-image: url(../images/search.svg);
    background-position: 50% 50%;
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-color: transparent;
}

.second-menu .area-riservata {
    background-image: url(../images/area-riservata.svg);
}

.share {
    background-image: url(../images/share.svg);
    background-size: 28px auto;
    width: 28px;
    height: 28px;
    display: none;
}

#form-find.cerca {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-out;
    width: 0px;
    position: absolute;
    z-index: 99;
    right: 22px;
    margin-top: -10px;
}

#form-find.cerca.open {
    opacity: 1;
    visibility: visible;
    width: 245px;
    background-color: #fff;
    transition: all .4s ease-out;
}

#form-find.cerca input[type="search"].sb-search-input {
    background-color: #fff;
    border: 1px solid #ccc;
    border-right: 0px;
    border-radius: 0px !important;
    width: 0px;
    opacity: 0;
    height: 39px !important;
    padding: 10px !important;
    font-size: 14px;
    color: #000;
    -webkit-appearance: textfield; /* per stilare in Safari */
    transition: all .4s ease-out;
}

#form-find.cerca.open input[type="search"].sb-search-input {
    width: 180px;
    opacity: 1;
    transition: all .4s ease-out;
}

#form-find.cerca input[type="submit"] {
    width: 0px;
    opacity: 0;
    height: 39px;
    border: 1px solid #000;
    padding: 0px;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #fff;
    transition: all .1s ease-out;
}

#form-find.cerca.open input[type="submit"] {
    width: 60px;
    opacity: 1;
    transition: all .5s ease-out;
}

input[type="search"].sb-search-input:placeholder {
    color: #888;
    font-style: italic;
    font-size: 14px;
}

input[type="submit"].sb-search-submit:focus,
input[type="search"].sb-search-input:focus,
.second-menu .area-riservata:focus,
input[type="button"].sb-search-submit:focus,
.cerca input[type="submit"]:focus,
input[type="search"]#search:focus,
input[type="search"].sb-search-input:focus {
    outline: none;
}

input[type="submit"].sb-search-submit:focus,
.second-menu .area-riservata:focus,
input[type="submit"].sb-search-submit:hover,
.second-menu .area-riservata:hover,
input[type="button"].sb-search-submit:focus,
input[type="button"].sb-search-submit:hover,
.cerca input[type="submit"]:focus,
.cerca input[type="submit"]:hover {
    background-color: #f4f4f4;
}


/*lingue menu*/

.conent-language {
    position: relative;
}

ul.changelanguage {
    position: absolute;
    top: 0;
    right: 0;
    width: 62px;
    margin-right: 0px;
    margin-top: -17px;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0;
    height: 30px;
    overflow: hidden;
    transition: all .3s ease;
    vertical-align: top;
    z-index: 9;
}

ul.changelanguage:hover {
    height: auto;
    border: 1px solid #000;
    background-color: #fff;
}

ul.changelanguage li {
    display: block;
    padding: 5px;
    text-transform: uppercase;
    text-align: right;
}

ul.changelanguage li a {
    font-size: 11px;
    color: #000;
    font-weight: 400;
    text-decoration: none;
}

ul.changelanguage li span.active,
ul.changelanguage li a:hover {
    color: #666666;
}

ul.changelanguage li a.active {
    font-weight: bold;
}

/* nuovo menu centrale */

.new-menu-centrale a.logo {
    height: 140px !important;
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 10px 0 5px 0 !important;
}

.new-menu-centrale a.logo img {
    float: none;
    margin: 0 auto;
}

header.new-menu-centrale {
    height: 195px;
}

header.new-menu-centrale nav {
    width: 65%;
}

header.new-menu-centrale .main-menu {
    width: 85%;
}

header.new-menu-centrale .main-menu,
header.new-menu-centrale .main-menu li a {
    height: 40px;
}

header.new-menu-centrale .dropdown {
    top: 196px;
}

/*------------------------------------
 Slider Home
------------------------------------*/

.slide-home {
    max-width: 1900px;
    margin: 0 auto;
}

.home_banner img {
    width: 100%;
}

/* personalizzazioni SLICK SLIDER */

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots {
    bottom: 15px;
}

.slick-dots li button {
    width: 33px;
    height: 33px;
}

.slick-dots li button::before {
    opacity: 0.7;
    border: 3px solid #fff;
    border-radius: 14px;
    content: '';
    width: 12px;
    height: 12px;
    background-color: transparent;
}

.slick-dots li.slick-active button::before {
    background-color: #fff;
    opacity: 0.9;
}

.slick-prev, .slick-next {
    width: 25px;
    height: 40px;
}

.slick-prev:before,
.slick-next:before {
    content: none;
}

.slick-prev, .slick-prev:hover,
.slick-next, .slick-next:hover {
    content: none;
    background-position: 50% 50%;
    background-size: 25px auto;
    background-repeat: no-repeat;
}

.slick-prev, .slick-prev:hover,
.slick-next, .slick-next:hover {
    background-image: url(../images/left-arrow.svg);
}

.slick-next, .slick-next:hover {
    background-image: url(../images/right-arrow.svg);
}

/*------------------------------------
 Home e pagine interne
------------------------------------*/

.titolo-area {
    padding: 0px;
    height: 55px;
    margin: 20px 0;
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.titolo-area h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}

.titolo-area h3:before {
    content: '/';
}

.homepage .titolo-area h3:before {
    content: '';
}

.notizie,
.press,
.descrizione-3-blocchi,
.descrizione-2-blocchi,
.wallpaper,
.area-element {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: space-between;
    padding: 30px 50px;
}

.notizie,
.press,
.wallpaper,
.area-element {
    justify-content: flex-start;
}

.press,
.wallpaper,
.area-element {
    padding: 30px 0px;
}

.descrizione-3-blocchi,
.descrizione-2-blocchi {
    padding: 0px 0px;
}

.titolo-bg-darkgrey {
    padding: 30px 30px 0 30px;
    margin-bottom: 0px;
}

.descrizione-3-blocchi .intro,
.descrizione-2-blocchi .intro {
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
}

.notizie-container,
.press-container,
.descrizione-3-blocchi p {
    display: flex;
    flex-direction: column;
    width: 33%;
    /*flex: 1 1 430px;*/
    item-align: center;
    margin-top: 0px;
    padding: 50px;
    background-color: #fff;
}

.descrizione-3-blocchi p,
.wallpaper-container,
.dettaglio-area {
    padding: 30px;
}

.press-container,
.descrizione-3-blocchi p {
    flex: 1 1 370px;
}

.wallpaper-container,
.dettaglio-area,
.descrizione-2-blocchi p {
    display: flex;
    flex-direction: column;
    width: 33%;
    item-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #fff;
}

#rugs .wallpaper-container {
    width: 50%;
}

.descrizione-2-blocchi p.doppio {
    width: 66%;
}

.descrizione-3-blocchi p,
.descrizione-2-blocchi p {
    background-color: transparent;
}

.notizie:nth-child(2n+1) .notizie-container:last-child {
    background: #fff;
}

/*.notizie .notizie-container:last-child,
.notizie:nth-child(2n+1) .notizie-container:first-child,
.press-container:nth-child(odd), .notizie .notizie-container:first-child {
    background: #d6d6d6;
}*/

#elenco-notizie-full .notizie .notizie-container:nth-child(2n+1) {
    background: #d6d6d6;
}
 

.notizie.inhome .notizie-container:first-child {
    background: #fff;
}

#elenco-notizie-full .notizie {
    padding: 0px 50px;
}

.notizie-image img,
.projects-image img,
.press-image img,
.wallpaper-image img,
.dettaglio-area img,
.galleria ul li img,
.info-foto img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    border: 1px solid #ccc;
}

.wallpaper-image img,
.dettaglio-area img {
    border: 0px;
    margin-bottom: 10px;
}

.dettaglio-area img {
    margin-bottom: 5px;
}

.info-foto img,
.galleria ul li img {
    border: 0px;
}

.notizie-content,
.press-content,
.wallpaper-content,
.dettaglio-area-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 10px;
    flex: 1;
}
.elenco .wallpaper-content{
    margin-bottom:10px;
}
.elenco .wallpaper-container{
    margin-bottom:0 !important;
}

.wallpaper-content,
.galleria-content,
.dettaglio-area-content {
    flex-flow: row wrap;
    background-color: #000;
    justify-content: space-between;
    font-size: 16px;
    padding: 7px 10px;
    color: #fff;
}
.wallpaper-content .desg{
    font-size:12px;
}


.dettaglio-area-content {
    flex-flow: column wrap;
    justify-content: center;
}

.dettaglio-area-content span {
    padding: 10px 0;
}

.dettaglio-area-content span a {
    padding: 5px 14px;
    background: #f4f4f4;
    text-transform: uppercase;
}

.dettaglio-area-content span a:hover {
    color: #000;
    background: #ccc;
}

.galleria-content {
    text-align: center;
}

#dettaglio-rugs .con-click.relative:hover .dettaglio-rugs {
    visibility: visible;
    opacity: 1;
}

.dettaglio-rugs {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    min-height: 100%;
    height: auto;
    width: 100%;
    padding: 40px 40px 0 40px;
    background-color: rgba(0,0,0,0.4);
    color: #fff;
    visibility: hidden;
    opacity: 0;
}

.dettaglio-rugs article {
    width: 33%;
}

.ico-info {
    position: absolute;
    top: 40px;
    left: 40px;
    height: 35px;
    width: 35px;
    z-index: 99;
    background-image: url(../images/info.svg);
    background-image: 35px 35px;
    background-repeat: no-repeat;
}

#dettaglio-rugs .con-click.relative:hover .ico-info {
    visibility: hidden;
    opacity: 0;
}

.slide_prime {
    position: absolute;
    width: 100%;
}

.dettaglio-rugs,
#dettaglio-rugs .con-click.relative:hover,
#dettaglio-rugs .con-click.relative:hover .ico-info
#dettaglio-rugs .ico-info {
    transition: all .3s ease;
}

.notizie-content h4,
.projects-content h4,
.projects-content h2,
.press-content h4,
.dettaglio-rugs h1 {
    margin: 0px;
    padding: 0px;
}

.notizie-content h4,
.projects-content h4 {
    font-size: 22px;
}

.dettaglio-rugs h1 {
    font-weight: 400;
}

.projects-content .codice,
.dettaglio-rugs .codice {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
}

.projects-content h3,
.dettaglio-rugs h2 {
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}

.projects-content h3 span,
.dettaglio-rugs h2 span {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.press-content h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
}

.notizie-content p,
.press-content p,
.bg-lightgrey .galleria .descrizione {
    margin-bottom: 30px;
}

.galleria .descrizione p {
    margin-top: 20px;
}

.notizie-content p {
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
}

.bg-lightgrey .galleria .descrizione p {
    font-size: 14px;
    margin: 30px 0;
    text-align: center;
}

.descrizione-3-blocchi p,
.descrizione-2-blocchi p,
.bg-lightgrey .galleria .descrizione p {
    font-size: 16px;
    line-height: 1.2;
}

bg-lightgrey .galleria .descrizione p {
    text-align: justify;
}


.projects {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: space-between;
    padding: 30px 0px;
}

.projects-container {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 0px;
    padding: 50px;
    background-color: #d6d6d6;
    width: 100%;
    margin-bottom: 50px;
}

.projects-container:last-child {
    margin-bottom: 0px;
}

.projects-image {
    width: 66%;
}

.projects-image img {
    border: 0px;
}

.projects-content {
    width: 33%;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0px 0 50px;
}

.projects-container:nth-child(2n+1) .projects-content {
    padding: 0 50px 0 0px;
}

.projects-container:nth-child(2n+1) .projects-image {
    order: 2;
}

.projects-container:nth-child(2n+1) .projects-content {
    order: 1;
}

.projects-content p,
.dettaglio-rugs p {
    font-size: 14px;
    line-height: 1.2;
    margin: 30px 0;
}

.projects-content p {
    font-size: 14px;
}

#rugs .projects-container {
    padding: 0px 0;
    margin-bottom: 30px;
}

#rugs .projects-image,
#rugs .projects-content {
    padding: 30px;
}

.altre-foto-gallery {
    display: none;
}

.btn.home {
    align-self: baseline;
    display: inline-block;
    padding: 5px 20px;
    font-size: 13px;
    width: auto;
    margin: 0px auto;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.info-foto .btn.home {
    margin-top: 20px;
}

.projects-content .btn.home {
    margin: 0px 0px;
}

#rugs .projects-content .btn.home {
    margin: 0px auto;
}

#dettaglio-rugs .immagine {
    width: 100%;
    min-height: 900px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

#dettaglio-rugs .immagine-rugs {
    width: 100%;
    height: auto;
}

.dettaglio-rugs h1 {
    font-size: 28px;
}

.dett-projects {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 30px;
    background-color: #f4f4f4;
}

#contacts {
    flex-flow: column wrap;
}

#contacts h1 {
    padding: 20px 30px 0 30px;
}

.dett-projects .gallery .descrizione {
    padding: 0px 25px;
}

.dett-projects .galleria .descrizione h1 {
    font-size: 30px;
    margin: 0px;
    padding: 0px;
}

.dett-projects .galleria .descrizione .data {
    font-size: 16px;
    font-family: 'Playfair Display', serif;
}

.articolo {
    padding: 30px;
}

.articolo h1 {
    font-size: 23px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 30px;
}

.articolo p {
    text-align: justify;
}

.btn:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
    padding: 10px 25px;
    width: 90%;
}

.btn.home:hover {
    width: auto;
    padding: 5px 30px;
}

.btn:hover,
.btn,
a.fresco, a.presentazione, a.zip, a.video,
a.fresco:hover, a.presentazione:hover, a.zip:hover, a.video:hover,
.input-div input:focus {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.error-msg {
    color: #ff0000;
    font-size: 14px;
    padding: 5px 0px;
    margin: 0px;
}

.error {
    color: #ff0000;
}

.form-msg {
    color: #ff0000;
}

.continua {
    width: 100%;
    text-align: center;
}

.titolo-area {
    padding: 0px;
    min-height: 55px;
    height: auto;
    margin: 20px 0;
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.menu-collezioni {
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumbs,
.content-breadcrumbs {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    /*justify-content: space-between;*/
}

.content-breadcrumbs {
    width: 100%;
}

.content-breadcrumbs ul {
    width: 33%;
}

.content-breadcrumbs .dettaglio {
    width: 33%;
    text-align: center;
}

.content-breadcrumbs .dettaglio.desg {
    text-align: right;
}

.menu-collezioni ul.sottomenu,
.breadcrumbs ul {
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
}

.breadcrumbs ul {
    margin: 0 0;
    min-width: 33%;
}

.menu-collezioni ul.sottomenu li,
.breadcrumbs ul li {
    font-size: 12px;
    padding: 10px;
}

.breadcrumbs ul li {
    padding: 0px;
    text-transform: uppercase;
}

.breadcrumbs ul li:before {
    content: '/'
}

.menu-collezioni ul li a {
    font-style: italic;
    text-transform: lowercase;
}


.menu-collezioni ul li a.active {
    font-style: italic;
    text-transform: uppercase;
}

.breadcrumbs .dettaglio span {
    font-size: 8px;
}

.info-foto {
    width: 60%;
    display: flex;
    padding: 30px;
    justify-content: flex-start;
}


.info-foto.full {
    width: 100%;
}

.galleria {
    display: flex;
    width: 40%;
    flex-flow: row wrap;
    padding: 30px;
}

#elenco-news .info-foto,
#elenco-news .galleria,
#contacts .info-foto,
#contacts .galleria {
    width: 50%;
}

#contacts .galleria h1 {
    width: 100%;
    margin-bottom: 40px;
}

#contacts-store .galleria {
    width: 33%;
}

#contacts-store .info-foto {
    width: 66%;
}

.galleria ul {
    display: flex;
    flex-flow: row wrap;
    align-items: start;
}

.galleria ul li {
    width: 50%;
    padding: 0 25px 25px 25px;
}

.galleria .block {
    width: 100%;
}


.galleria .block .box {
    padding: 0 25px 15px 25px;
}

.galleria .block .box .galleria-content {
    color: #000;
    background-color: #d6d6d6;
}


.galleria .block .slick-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.indirizzo {
    padding: 0px 60px 30px 0px;
}

.indirizzo h2 {
    font-size: 22px;
    margin-bottom: 15px;
}

.indirizzo {
    line-height: 1.6;
}

.con-freccette {
    padding: 0 30px;
}

.freccette a {
    width: 40px;
    height: 40px;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    transition: all .3s ease;
}

.freccette.prev-img a {
    left: 0;
}

.freccette.next-img a {
    right: 0;
}

.freccette a:hover {
    background-color: rgba(0,0,0,1);
    transition: all .3s ease;
}

/*------------------------------------
 Designers
------------------------------------*/
.grid,
.text {
    margin: 30px 0;
}

.grid-sizer,
.grid-item {
    width: 33%;
    padding: 50px;
    margin: 0px;
}

.grid-item img {
    width: 100%;
}

.grid-item h2 {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    margin-top: 10px;
    margin-bottom: 0px;
}

.grid-item h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 10px;
}

.grid-item p {
    font-size: 14px;
    line-height: 140%;
    text-align: justify !important;
}

/*------------------------------------
 Form Area riservata
------------------------------------*/

.input-div {
    width: 33%;
    padding: 10px;
}

.input-div.doppio {
    width: 66%;
}

#contacts-form .input-div {
    width: 25%;
    padding: 10px;
}

#contacts-form .input-div.triplo {
    width: 75%;
}

.input-div label {
    display: block;
    margin-bottom: 5px;
}

.input-div input,
.input-div select,
.input-div textarea {
    width: 100%;
    padding: 10px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    border: 0px;
    border-bottom: 1px solid #fff;
    outline: none;
}

.input-div textarea {
    height: 130px;
}

.input-div select {
    height: 38px;
    text-transform: uppercase;
    border-radius: 0px;
    font-size: 14px;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url(../images/bottom-arrow.svg);
    background-repeat: no-repeat;
    background-size: 18px auto;
    background-position: calc(100% - 10px) calc(0% + 10px);
}

.input-div input[type=checkbox] {
    width: auto;
    margin-right: 4px;
}

#contacts-form .input-div input[type=checkbox] {
    margin-right: 5px;
    float: left;
    margin-bottom: 20px;
}

.input-div input:focus,
.input-div textarea:focus {
    border-bottom: 1px solid #000;
}

.input-div input::placeholder {
    color: #666;
    font-size: 14px;
    font-style: italic;
}

.input-div .btn {
    padding: 10px 20px;
    font-size: 14px;
    width: 100%;
    margin: 0px auto;
    background-color: transparent;
    color: #000;
    outline: none;
    text-decoration: none;
    border: 1px solid #000;
    text-transform: uppercase;
}

.input-div .btn:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

#contacts-form .btn {
    margin-top: 21px;
}

.richiedi-psw form {
    width: 100%;
}

#ric-psw {
    text-align: center;
    font-size: 14px;
    background-color: transparent;
    border: 0px;
    padding: 0px;
    color: #000;
    cursor: pointer;
    outline: none;
}


/*------------------------------------
 Footer
------------------------------------*/

.back-to-top {
    padding: 70px 0px 0 0;
    text-align: center;
    text-align: center;
}

#return-to-top {
    width: 80px;
    height: 40px;
    margin: 20px auto;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    background-image: url(../images/torna-su.png);
    background-position: center 15px;
    background-repeat: no-repeat;
    background-size: 20px auto;
    box-sizing: border-box;
    padding-top: 30px;
    color: #000;
    text-decoration: none;
}

#return-to-top:hover {
    background-position: center 7px;
}

#return-to-top,
#return-to-top:hover {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

footer {
    margin-top: 15px;
    background-color: #ccc;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    padding-top: 20px;
    /*padding-bottom: 55px;*/
}

footer .widget {
    padding: 0px 20px;
}

.footer-style {
    display: flex;
    flex-flow: row wrap;
}

footer ul {
    margin: 0px 40px 20px 0;
}

footer li {
    padding: 0px;
    margin-bottom: 10px;
}

footer li.autore img {
    width: 70px;
    height: auto;
    margin-right: 4px;
}


footer p,
footer p a,
footer li,
footer li a {
    font-size: 11px;
    color: #fff;
}

footer p a:hover,
footer li a:hover {
    color: #000;
}

section.social {
    /*position: fixed;*/
    z-index: 99;
    bottom: 0px;
    width: 100%;
    background-color: #ccc;
    display: flex;
    height: 55px;
    border-top: 1px solid #fff;
}

section.social img {
    height: 18px;
    width: auto;
}

section.social img.bigger {
    height: 27px;
    width: auto;
}

section.social a {
    margin: 0 35px;
}


/*------------------------------------
 Stili Flex
------------------------------------*/

.h-flex,
.v-flex {
    display: flex;
    flex-wrap: wrap;
}

.h-flex {
    flex-direction: row !important;
}

.v-flex {
    flex-direction: column !important;
}

.j-around {
    justify-content: space-around !important;
}

.j-center {
    justify-content: center !important;
}

.j-between {
    justify-content: space-between !important;
}

.j-start {
    justify-content: flex-start !important;
}

.j-end {
    justify-content: flex-end !important;
}

.item-center {
    align-items: center !important;
}

.item-start {
    align-items: start !important;
}

.item-end {
    align-items: flex-end !important;
}

.item-stretch {
    align-items: stretch !important;
}

.nowrap {
    flex-wrap: nowrap !important;
}

.block {
    display: block !important;
}

/*------------------------------------
 Stili Responsive
------------------------------------*/

@media screen and (max-width: 1180px) and (min-width: 980px) {

    a.logo {
        width: 10%;
    }

    header nav {
        width: 90%;
    }

    .second-menu .area-riservata {
        margin-left: 5px;
    }
}

@media screen and (max-width: 1120px) and (min-width: 800px) {

    .notizie-container {
        flex: 1 1 50%;
    }

    .press-container,
    .descrizione-3-blocchi p {
        flex: 1 1 30%;
    }
}


@media screen and (min-width: 981px) {

    .sticky,
    .sticky .main-menu,
    .sticky .main-menu li a {
        height: 80px;
    }

    .sticky a.logo {
        height: 55px;
    }

    .sticky .dropdown {
        top: 80px;
    }

    .sticky #contenitore-globale {
        padding-top: 159px;
    }

    header.sticky,
    header {
        transition: all .4s ease;
    }

    .sticky #contenitore-globale,
    #contenitore-globale {
        transition: all .2s ease;
    }

    .sticky a.logo,
    a.logo {
        transition: height .3s ease;
        text-align: left !important;
        justify-content: flex-start !important;
        display: inline;
    }


    .new-menu-centrale.sticky a.logo {
        height: 90px !important;
        padding: 0 !important;
        text-align: center !important;
    }

    .new-menu-centrale.sticky a.logo img {
        float: none !important;
        margin: 0 auto !important;
    }


    header.new-menu-centrale.sticky {
        height: 159px;
        padding-top: 20px;
    }

    header.new-menu-centrale.sticky nav {
        padding-top: 6px;
    }

    header.new-menu-centrale.sticky .main-menu,
    header.new-menu-centrale.sticky .main-menu li a {
        height: 35px;
    }

    header.new-menu-centrale.sticky .dropdown {
        top: 155px;
    }

    .info-foto.max800,
    .galleria.max800 {
        max-height: 800px!important;
    }

    .info-foto.max800 img {
        height: 800px;
        max-height: 800px;
        width: auto;
    }

    .galleria.max800 ul li {
        width: 46%;
    }
}

@media screen and (min-width: 800px) {
    .inverse .notizie-container {
        background: #f4f4f4;
    }

    .inverse .notizie-container:nth-child(odd) {
        background: #fff;
    }
}

@media screen and (min-width: 981px) {

    #navigation .menu-icon,
    #navigation .menu-btn,
    .no-desktop {
        display: none;
    }
}

@media screen and (max-width: 2400px) {

    #dettaglio-rugs .immagine {
        min-height: 800px;
    }
}

@media screen and (max-width: 1999px) {

    #dettaglio-rugs .immagine {
        min-height: 700px;
    }
}

@media screen and (max-width: 1480px) {

    #dettaglio-rugs .immagine {
        min-height: 820px;
    }
}

@media screen and (max-width: 1220px) {

    header.new-menu-centrale nav {
        width: 85%;
    }
}




@media screen and (max-width: 1130px) {

    .container {
        width: 95%;
    }
}


@media screen and (max-width: 980px) {

    .projects-image,
    .projects-content {
        width: 50%;
    }

    /* AGGIUNTA MENU PER MOBILE */

    #navigation {
        flex-direction: row-reverse !important;
        justify-content: flex-start;
    }

    /* menu icon */

    #navigation .menu-icon {
        cursor: pointer;
        margin: 0px 0px 0 0;
        padding: 20px;
        user-select: none;
    }

    #navigation .menu-icon .navicon {
        background: #000;
        display: block;
        height: 2px;
        position: relative;
        transition: background .2s ease-out;
        width: 30px;
    }

    #navigation .menu-icon .navicon:before,
    #navigation .menu-icon .navicon:after {
        background: #000;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        transition: all .2s ease-out;
        width: 100%;
    }

    #navigation .menu-icon .navicon:before {
        top: 10px;
    }

    #navigation .menu-icon .navicon:after {
        top: -10px;
    }

    /* menu btn */

    #navigation .menu-btn {
        display: none;
    }

    #navigation .menu-btn:checked ~ .main-menu {
        max-height: 1000px;
        padding: 20px;
        -webkit-box-shadow: 0px 5px 14px -1px rgba(0,0,0,0.07);
        -moz-box-shadow: 0px 5px 14px -1px rgba(0,0,0,0.07);
        box-shadow: 0px 5px 14px -1px rgba(0,0,0,0.07);
    }

    #navigation .menu-btn:checked ~ .menu-icon .navicon {
        background: transparent;
    }

    #navigation .menu-btn:checked ~ .menu-icon .navicon:before {
        transform: rotate(-45deg);
    }

    #navigation .menu-btn:checked ~ .menu-icon .navicon:after {
        transform: rotate(45deg);
    }

    #navigation .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
    #navigation .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
        top: 0;
    }

    .dropdown ul.sottomenu li {
        width: 100%;
    }

    ul.changelanguage {
        width: 100px;
        top: 2px;
    }

    ul.changelanguage {
        width: 90px;
        background-image: url(../images/bottom-arrow.svg);
        background-repeat: no-repeat;
        background-size: 12px auto;
        background-position: calc(100% - 5px) calc(0% + 7px);
    }

    ul.changelanguage li {
        padding: 5px 25px 5px 5px;
    }

    /* FINE MENU PER MOBILE */

    .main-menu {
        position: absolute;
        display: flex;
        flex-direction: column;
        width: 100%;
        top: 110px;
        right: 0;
    }

    #navigation ul.main-menu {
        list-style: none;
        overflow: hidden;
    }

    .main-menu {
        clear: both;
        max-height: 0;
        padding: 0px;
        height: auto;
        background-color: #fff;
        transition: max-height .3s ease-out;
    }

    .main-menu li {
        width: 100%;
        font-size: 14px;
    }

    .main-menu li a {
        height: auto;
        padding: 0px 0px 10px 0;
    }


    .dropdown {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        z-index: 0;
        top: 0px !important;
    }

    .dropdown ul.sottomenu {
        width: 100%;
        flex-direction: column;
    }

    li.drop:hover .dropdown {
        height: auto;
    }

    .wallpaper-container,
    .dettaglio-area,
    .descrizione-2-blocchi p,
    .descrizione-2-blocchi p.doppio {
        width: 50%;
    }

    .dettaglio-rugs article {
        width: 50%;
    }

    .grid-sizer,
    .grid-item {
        width: 50%;
    }

    #contacts-form .input-div,
    #contacts-form .input-div.triplo {
        width: 50%;
    }

    .solo-desktop {
        display: none !important;
    }

    header.new-menu-centrale {
        height: 170px;
    }

    .new-menu-centrale a.logo {
        height: 120px !important;
    }

    header.new-menu-centrale nav {
        width: 100%;
        padding-top: 0px;
    }

    header.new-menu-centrale #navigation {
        justify-content: space-between;
    }

    header.new-menu-centrale #navigation .menu-icon {
        order: 1;
    }

    header.new-menu-centrale .main-menu, header.new-menu-centrale .main-menu li a {
        height: auto;
    }

    header.new-menu-centrale .main-menu {
        width: 100%;
        top: 171px;
    }
}

@media screen and (max-width: 800px) {

    .slick-dots li {
        width: 12px;
        height: 12px;
    }

    .slick-dots li button {
        width: 15px;
        height: 15px;
    }

    .slick-dots li button::before {
        border-radius: 8px;
        width: 8px;
        height: 8px;
    }

    .notizie,
    #elenco-notizie,
    #elenco-notizie-full .notizie,
    .dettaglio-area {
        padding: 30px 0px;
    }

    .wallpaper-container,
    .dettaglio-area,
    #rugs .wallpaper-container,
    .descrizione-2-blocchi p,
    .descrizione-2-blocchi p.doppio {
        width: 100%;
    }

    .projects-container {
        flex-flow: column wrap;
    }

    .projects-image,
    .projects-content {
        width: 100%;
    }

    .projects-content,
    .projects-container:nth-child(2n+1) .projects-content {
        padding: 20px 0 0 0px;
    }


    .projects-container:nth-child(2n+1) .projects-content,
    .dett-projects.inverse .galleria,
    #contacts-store .info-foto {
        order: 2;
    }

    .projects-container:nth-child(2n+1) .projects-image,
    .dett-projects.inverse .info-foto,
    #contacts-store .galleria {
        order: 1;
    }

    .projects-content .btn.home {
        margin: 0px auto;
    }

    .content-breadcrumbs {
        width: 90%;
    }

    .info-foto,
    .galleria,
    #elenco-news .info-foto,
    #elenco-news .galleria,
    #contacts .info-foto,
    #contacts .galleria,
    #contacts-store .info-foto,
    #contacts-store .galleria {
        width: 100%;
    }

    .info-foto {
        justify-content: center;
    }

    .galleria ul {
        flex-flow: row wrap;
    }

    .galleria ul li {
        width: 25%;
    }

    .dettaglio-rugs article {
        width: 100%;
    }

    .grid-sizer,
    .grid-item {
        width: 100%;
    }

    .footer-style {
        display: flex;
        flex-flow: column wrap;
    }

    .input-div,
    .input-div.doppio,
    #contacts-form .input-div,
    #contacts-form .input-div.triplo {
        width: 100%;
    }

    .notizie:nth-child(2n+1) .notizie-container:last-child,
    .notizie .notizie-container:last-child {
        background: #fff;
    }

    .notizie .notizie-container:first-child {
        background: #f4f4f4;
    }

    .con-freccette {
        padding: 0 60px;
    }

    .notizie-container, .press-container, .descrizione-3-blocchi p {
        width: 50% !important;
    }
}

@media screen and (max-width: 560px) {

    #contenitore-globale {
        padding-top: 140px;
    }

    header {
        height: 70px;
    }

    .main-menu {
        top: 70px;
    }

    a.logo {
        height: 54px;
        width: 20%;
    }

    header nav {
        width: 80%;
    }

    .content-breadcrumbs {
        flex-flow: column wrap;
        align-items: flex-start;
        padding: 5px 0;
    }

    .breadcrumbs .dettaglio,
    .breadcrumbs ul {
        padding: 5px 0px;
    }

    .galleria ul li {
        width: 50%;
        padding: 0 10px 10px 10px;
    }

    .info-foto {
        padding: 0px;
    }

    .titolo-pad30 {
        padding: 30px 0px;
    }

    section.social {
        height: 60px;
    }

    section.social a {
        margin: 3px 10px;
    }

    section.social a img {
        max-height: 20px;
    }

    footer {
        padding-bottom: 60px;
    }

    footer ul {
        margin: 0px 20px 20px 0;
    }


    header.new-menu-centrale {
        height: 140px;
    }

    .new-menu-centrale a.logo {
        height: 90px !important;
    }

    header.new-menu-centrale nav {
        width: 100%;
        padding-top: 0px;
    }

    header.new-menu-centrale #navigation {
        justify-content: space-between;
        padding-right: 10px;
    }

    header.new-menu-centrale #navigation .menu-icon {
        order: 1;
    }

    header.new-menu-centrale .main-menu, header.new-menu-centrale .main-menu li a {
        height: auto;
    }

    header.new-menu-centrale .main-menu {
        width: 100%;
        top: 141px;
    }

    .notizie-container, .press-container, .descrizione-3-blocchi p {
        width: 100% !important;
    }
}

@media screen and (max-width: 380px) {

    #form-find.cerca.open {
        width: 203px;
    }

    #form-find.cerca.open input[type="search"].sb-search-input {
        width: 140px;
        padding: 5px !important;
    }
}

@media screen and (max-width: 360px) {

    #form-find.cerca.open {
        width: 193px;
    }


    #form-find.cerca.open input[type="search"].sb-search-input {
        width: 130px;
    }
}


#cookie-bar {
    background: #111111;
    height: auto;
    min-height: 24px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    padding: 6px 0;
    z-index: 2147483647;
    opacity: 0.8;
}

#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto;
}

#cookie-bar p {
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    padding: 0 20px;
    position: relative;
    text-align: center;
}

#cookie-bar a {
    color: #ffffff;
    text-decoration: underline;
    margin-left: 5px;
}

#cookie-bar .cb-enable {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    padding: 5px;
    text-decoration: none;
    display: block;
    float: right;
    text-indent: 3px;
    width: 24px;
    color: #000;
}

#cookie-bar .cb-disable {
    background: #990000;
}
