@charset "UTF-8";

@import url("header.css");
@import url("piede.css");

@media (min-width: 1380px) {
    .container{
        max-width: 1380px;
    }
}

body {
	background-color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	color:#222222;
	overflow-x: hidden;
	position: relative;
	left: 0;
}
* {
  transition: all 0.5s;
}
.container .container {
  padding: 0;
}

.color {
	color:#d4cc0b;
}
.btn-red {
    -webkit-transition:background-color 1s ease;
	-moz-transition:background-color 1s ease;
	-o-transition:background-color 1s ease;
	transition:background-color 1s ease;
	background-color: #d4cc0b;
    border: solid 1px #d4cc0b;
    color: #fff;
    font-size: 16px;
    margin: 5px auto;
    padding: 10px 100px;
    position: relative;
    border-radius: 5px;
}
a.btn-red span::after {
	font-family: FontAwesome;
	content: "\f061";
	content: " ";
	padding: 0px 15px;
	font-size: 18px;
	/* color: #FFF; */
	background-repeat: no-repeat;
	margin-left: 10px;
}
.btn-red:hover {
    color: #d4cc0b;
    background-color: #f0f0ee;
    border: 1px #d4cc0b solid;

}
input[type=text], input[type=button] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

button.stile_link {
  background: transparent;
  border: none;
  color: #000;
  margin-right: 10px;
  padding: 0;
}
button.stile_link:hover {
  color: #333;
}


ol.breadcrumb {
	margin-bottom: 0;
}

a:link, a:visited {
	color:#777777;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a img {
	border: none;
}
img.img-responsive {
	max-width: 100%;
  height: auto;
}

h1,h2,h3,h4,h5,h6{
	padding: 0px;
	margin: 0px;
	color: #222222;
	/*font-family: 'Josefin Sans', sans-serif;*/
	font-weight: 500;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 25px;
}
.display-none {
	display:none;
}
figure {
	margin:0;
	padding:0;
}
.mt-50 {
    margin-top: 50px;
}

.owl-nav {
	position: absolute;
	width: 100%;
	bottom: 50%;
	z-index: 10;
}
.owl-nav .owl-prev {
	left: 0px;
	position: absolute;
	background-color: transparent !important;
}
.owl-nav .owl-next {
	right: 0px;
	position: absolute;
	background-color: transparent !important;
}

.item-box.readmore {
	margin: auto;
}
.readmore a {
	border: solid 2px #222222;
	color: #222222;
	padding: 10px 30px;
	display: inline-block;
	margin: 40px 0;
	font-weight: 600 !important;
}
.cc-cookies {
	width: 100% !important;
}

.cont_art_foto_menu > .container {
  max-width: 1300px;
}
.cont_art_foto_menu > .container .bloglist {
  display: flex;
  flex-direction: row;
}
.cont_art_foto_menu > .container .bloglist .cont-art-element {
  width: 50%;
}
.cont_art_foto_menu > .container .bloglist .cont-art-element figure img {
  width: 100%;
}
.cont_art_foto_menu > .container article.cont_art_foto_menu {
  position: relative;
}
.cont_art_foto_menu > .container article.cont_art_foto_menu .art_title {
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: center;
  bottom: 20%;
}
.cont_art_foto_menu > .container article.cont_art_foto_menu .art_title a,
.cont_art_foto_menu > .container article.cont_art_foto_menu .art_title a:visited {
  color: #ffffff;
  text-transform: uppercase;
}

/* Custom Message Styling */
form div.success, form div.error {
	display: none;
}
div.info {
	margin: 20px 0px;
	padding:20px;
  font-size: 14px;
  color: #246EA7;
  background-color: #DFECF7;
  border: 1px solid #A7CEEC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow:0 0 6px #aaaaaa;
  -moz-box-shadow:0 0 6px #aaaaaa;
  -webkit-box-shadow:0 0 6px #aaaaaa;  
} 
div.error 
,div.show-error {
	margin: 20px 0px;
	padding:20px;
  font-size: 14px;
  color: #C92036;  
  background-color: #FAE1E1;
  border: 1px solid #EDA8A8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow:0 0 6px #aaaaaa;
  -moz-box-shadow:0 0 6px #aaaaaa;
  -webkit-box-shadow:0 0 6px #aaaaaa;   
} 
div.warning {
	margin: 20px 0px;
	padding:20px;
  font-size: 14px;
  color: #E08820;  
  background-color: #FDF4D7;
  border: 1px solid #E8C779;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow:0 0 6px #aaaaaa;
  box-shadow:0 0 6px #aaaaaa;
  -webkit-box-shadow:0 0 6px #aaaaaa;    
} 
div.success, 
div.success-message{
	margin: 20px 0px;
	padding:20px;
  font-size: 14px;
  color: #84AF22;
  background-color: #E6F2D2;
  border: 1px solid #96C24A;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow:0 0 6px #aaaaaa;
  box-shadow:0 0 6px #aaaaaa;
  -webkit-box-shadow:0 0 6px #aaaaaa; 
}

/* Pagination  */
.pagination {
  clear:both;
  left:0;
  position:relative;
  font-size:12px;
  line-height:13px;
  margin: 20px;
}
 .pagination span, .pagination a {
  display:block;
  float:left;
  margin: 2px 10px 2px 0;
  padding: 8px 10px;
  text-decoration:none;
  width:auto;
  /*color:#7d7d7d; */
  border: 1px solid #222222;
}
.pagination a:hover{
  background: #222222;
  color:#ffffff;
}
.pagination .current{
  background: #222222;
  color:#ffffff;
}
.pagination .puntini{
  background: #ffffff;
  color:#222222;
  border:none;
  margin: 2px 6px 2px 0;
  padding: 8px 6px;
}

article.contatti.vis-articolo {
	display: table;
	width: 100%;
}
article.contatti.vis-articolo .contacts-map {
	width: 50%;
	float: right;
}
article.contatti.vis-articolo .contacts-info {
	padding-top: 30px;
}
#searchform {
	margin-top: 20px;
}
#search-submit {
	background-color: transparent;
	/* border: none; */
	border: solid 3px #222222;
	padding: 2px 30px;
	border-radius: 30px;
	color: #222222;
	font-weight: 600;
}
#search-submit:hover {
	background-color: #222222;
	color: #fff;
}
.search-heading-text {
	display: none;
}
.totop {
	display:none;
    bottom: 0;
    position: fixed;
    right: 0;
    z-index: 104400;
}
.totop a, .totop a:visited {
    color: #FFF;
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    width: 30px;
}
.totop a:hover {
    color: #FFF;
    text-decoration: none;
}
.totop a, .totop a:visited {
    background: none repeat scroll 0 0 #222222;
}
.totop a:hover {
    background: none repeat scroll 0 0 #d4cc0b;
}


.backLink {
	
}

/*#fascia_area1 {
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
}
#fascia_area1 > section {
  height: 100vh;
  scroll-snap-align: start;
}*/


#fascia_area1.container {
  max-width: 100%;
  padding: 0;
}
#fascia_area1.container .full_image {
  position: relative;
}

.full_image .container {
  max-width: 100%;
}
#fascia_area1.container .full_image .text-art {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#fascia_area1.container .full_image img {
  width: 100%;
}
#fascia_area1.container .full_image .altre-img h4 {
  display: none;
}


.art_title {
  margin: 20px 0 10px;
}

.foto_destra article.vis-articolo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.foto_destra article.vis-articolo .art_title {
  width: 100%;
}
.foto_destra article.vis-articolo .text-art {
  width: 70%;
  padding-right: 20px;
}
.foto_destra article.vis-articolo .first-img-articolo {
  width: 30%;
}

.col_testo .item-box.text-art {
  display: flex;
  flex-wrap: wrap;
}
.col_testo .item-box.text-art p {
  width: 50%;
  min-width: 200px;
  margin-top: 10px;
}

.art_collezione .gallery-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.art_collezione .altre-img h4 {
  display: none;
}
.art_collezione .gallery-item .zoom {
  padding: 30px;
  width: 25%;
}

.login_page {
  margin-bottom: 80px;
}
.login_page h1 {
  margin: 20px auto 10px;
}
.login_page form {
  width: 350px;
  border: solid 1px #ccc;
  margin: 50px auto;
  padding: 50px;
  background-color: #f8f8f8;
}
.login_page #form_login_sublogin {
  border: solid 1px #ccc;
  padding: 5px 20px;
  margin-top: 20px;
}

.cat_catalogo ul {
  display: flex;
  margin: 50px auto;
  justify-content: space-around;
  list-style: none;
  font-size: 25pt;
  min-height: 300px;
  align-items: center;
}

.prod-list h1 {
  margin: 20px auto 10px;
}
.prod-list .breadcrumbs {
  display: none;
}
.productlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.productlist .product {
  padding: 10px;
  width: 33%;
  text-align: center;
}
.productlist .product .nome-prod a, 
.productlist .product .nome-prod a:visited {
  color: transparent;
  font-weight: normal;
  padding-top: 10px;
  font-size: 14pt;
}
.productlist .product:hover .nome-prod a,
.productlist .product:hover .nome-prod a:visited {
  color: #777;
}
.productlist .product .descr-breve-prod,
.productlist .product .bt-det-prod,
.productlist .product .price-prod {
  display: none;
}

.vis-cont-prod {
  margin-top: 20px;
  display: grid;
  grid-column-gap: 20px;
  grid-template-columns: min(40%, 350px) auto;
  grid-template-rows: 60px 50px auto auto;
  grid-template-areas: 
    "galleria titolo"
    "galleria sottotitolo"
    "galleria testo"
    "galleria indietro"
}
.vis-cont-prod > h1 {
  grid-area: titolo;
}
.vis-cont-prod > h2 {
  grid-area: sottotitolo;
}
.vis-cont-prod > .photo-gallery {
  grid-area: galleria;
}
.vis-cont-prod > .vis-cont-prod-text {
  grid-area: testo;
}
.vis-cont-prod > .backlink {
  grid-area: indietro;
}
.vis-cont-prod > .price-prod {
  grid-area: prezzo;
}

.photo-gallery {
  width: 50% !important;
  min-width: 100%;
}
.photo-gallery video {
  width: 100%;
}

.vis-cont-prod-text a,
.vis-cont-prod-text a:visited {
  color: #000000;
  text-decoration: underline;
}

.lista_gallery article {
  display: grid;
  grid-template-columns: 50% 50%;
  margin-bottom: 40px;
}
.lista_gallery article .text-art {
  grid-row-start: 2;
}
.lista_gallery article .altre-img {
  grid-row: 1 / span 2;
}
.no_back .backLink {
  display: none
}
.no_gallery_title h4 {
  display: none;
}

.section_cont_art.press {
  /*background-color: #000;*/
}
.press .bloglist {
  display: flex;
  flex-wrap: wrap;
}
.press .bloglist .cont-art-element {
  width: 33%;
  padding: 20px;
}

#video-container .carousel-container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
#video-container .carousel-container .slider {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#video-container .carousel-container .slider li {
  list-style: none;
  text-align: center;
  margin: 20px;
}

.art_showroom .authorbox h4 {
  display: none;
}
.art_showroom .authorbox ul {
  display: flex;
  justify-content: space-around;
  margin: 100px;
  list-style: none;
}
.art_showroom .authorbox ul li img,
.art_showroom .authorbox ul li .dim-allegato {
  display: none;
}
.art_showroom h1 {
  font-weight: normal;
  text-align: center;
  margin-top: 50px;
}
.art_showroom .item-allegato a {
  font-size: 25pt;
}

.menu_branch ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-around;
  list-style: none;
  padding: 0;
}
.menu_branch ul li {
  width: 50%;
  margin-bottom: 60px;
}

#testata_sito .instagram-icon img {
  width: 25px;
  margin-left: 20px;
}
footer .instagram-icon img {
  width: 35px;
}

/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************  MEDIA QUERY **********************************/
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/

@media (max-width: 768px) {
  .art_collezione .gallery-item .zoom {
    width: 33%;
  }
  .productlist .product {
    width: 33%;
  }
  .lista_gallery article {
    grid-template-columns: 100%;
  }
  .lista_gallery article .altre-img {
    grid-row: 3;
  }

}
@media (max-width: 576px) {
  .foto_destra article.vis-articolo .text-art {
    width: 100%;
    padding-right: 0px;
  }
  .foto_destra article.vis-articolo .first-img-articolo {
    width: 75%;
  }
  .art_collezione .gallery-item .zoom {
    width: 50%;
  }
  .productlist .product {
    width: 33%;
  }
  .vis-cont-prod {
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-template-areas: 
      "galleria"
      "titolo"
      "sottotitolo"
      "testo"
      "indietro"
  }
  .press .bloglist .cont-art-element {
    width: 50%;
    padding: 10px;
  }
}

@media (max-width: 416px) {
  
  .press .bloglist .cont-art-element {
    width: 100%;
  }
}