<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
		background: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
		font-weight: 300;
    overflow-x: hidden;
}


/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/

h1,h2,h3,h4,h5,h6 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.5px;
}

h1 {
    font-size: 62px;
    padding-bottom: 14px;
    margin-bottom: 0px;
}

h2 {
  font-size: 32px;
}

h2,h3 {
  padding-bottom: 6px;
}

h3 {
  font-size: 26px;
}

h4 {
  color: #666;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 2px;
}

p {
    color: #777;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.2px;
}

.btn-success:focus {
  background-color: #000;
  border-color: transparent;
}


/*---------------------------------------
    General               
-----------------------------------------*/

html{
  -webkit-font-smoothing: antialiased;
}

a {
  color: #4d638c;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #4d638c;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#about, 
#gallery,
#contact,
#blog, 
#blog-single-post {
  padding-top: 60px;
  padding-bottom: 80px;
}

.main-about,
.main-single-post,
.main-gallery,
.main-contact {
  height: 65vh;
}

.overlay {
  background: rgba(0,0,0,0.7 );
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
  overflow: hidden;
}


/*---------------------------------------
    Main Navigation             
-----------------------------------------*/

.navbar-default {
    background: #ffffff;
    margin: 0 !important;
    padding: 18px 0;
}

.navbar-default .navbar-brand {
  color: #555;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 0;
}

.navbar-default .navbar-nav li a {
    color: #777;
    font-size: 16px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-right: 22px;
    padding-left: 22px;
	text-align: right;
}

.navbar-default .navbar-nav &gt; li a:hover {
    color: #BD0926 !important;
}

.navbar-default .navbar-nav &gt; li &gt; a:hover,
.navbar-default .navbar-nav &gt; li &gt; a:focus {
    color: #606066;
    background-color: transparent;
}

.navbar-default .navbar-nav li a:hover,
 .navbar-default .navbar-nav .active &gt; a {
    color: #BD0926;
  }

.navbar-default .navbar-nav &gt; .active &gt; a,
.navbar-default .navbar-nav &gt; .active &gt; a:hover,
.navbar-default .navbar-nav &gt; .active &gt; a:focus {
    color: #BD0926;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
     border: none;
     padding-top: 10px;
  }

.navbar-default .navbar-toggle .icon-bar {
    background: #BD0926;
    border-color: transparent;
  }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
  background-color: transparent;
}



/*---------------------------------------
    Home section              
-----------------------------------------*/

#home {
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
     display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
     align-items: center;
    position: relative;
    text-align: center;
}

.main-home {
  background: url('/168/imgs/Sfondo_home.jpg') no-repeat;
  height: 100vh;
	background-position: center !important;
}

.main-about {
  background: url('../images/about-bg.jpg') no-repeat;
}

/*.main-single-post {
  background: url('') no-repeat;
}*/

.main-gallery {
  background: url('../images/gallery-bg.jpg') no-repeat;
}

.main-contact {
  background: url('../images/contact-bg.jpg') no-repeat;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

#home h4 {
  color: #BD0926;
}

#home .btn {
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100px;
  color: #444;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 13px 22px;
  margin-top: 42px;
  transition: all 0.4s ease-in-out;
}

#home .btn:hover {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}



/*---------------------------------------
   About section              
-----------------------------------------*/

#about .col-md-6 {
  padding-top: 22px;
  padding-bottom: 32px;
}

#about .col-md-6 img {
  padding: 22px 0px 22px 22px;
}

#about .col-md-4 {
  padding-bottom: 32px;
}

#about .col-md-4 img {
  padding-top: 12px;
}



/*---------------------------------------
   Gallery section              
-----------------------------------------*/

#gallery span {
  display: block;
  padding-bottom: 32px;
}

#gallery .col-md-6 {
  padding-left: 0px;
  padding-right: 0px;
}

#gallery .gallery-thumb {
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
  cursor: pointer;
  display: block;
  position: relative;
  top: 0px;
  transition: all 0.4s ease-in-out;
}

#gallery .gallery-thumb:hover {
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  top: -5px;
}

#gallery .gallery-thumb img {
  width: 100%;
}

#gallery .col-md-12 p {
  padding-top: 22px;
  text-align: center;
}



/*---------------------------------------
   Contact section              
-----------------------------------------*/

#contact .col-md-4 {
  padding-left: 0px;
}

#contact .col-md-12 {
  padding-left: 0;
}

#contact form {
  padding-top: 32px;
}

#contact .form-control {
  border: 2px solid #f0f0f0;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:hover {
  border-color: #555;
}

#contact input {
  height: 50px;
}

#contact input[type="submit"] {
  background: #BD0926;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  font-weight: bold;
  transition: all 0.4s ease-in-out;
}

#contact input[type="submit"]:hover {
  background: #333;
}



/*---------------------------------------
   Blog section              
-----------------------------------------*/

.blog-post-thumb {
  border-bottom: 1px solid #f0f0f0;
  padding-top: 32px;
  padding-bottom: 62px;
  margin-bottom: 32px;
}

.blog-post-thumb:last-child {
  border-bottom: 0px;
  padding-bottom: 32px;
  margin-bottom: 0px;
}

.blog-post-image,
.blog-post-video {
  padding-top: 22px;
  padding-bottom: 22px;
  width: 100%;
}

#about img,
.blog-post-image img {
  border-radius: 1px;
}

.blog-post-title a {
  color: #222;
}

.blog-post-title a:hover {
  color: #BD0926;
}

.blog-post-format {
  padding-bottom: 22px;
}

.blog-post-format span {
  letter-spacing: 0.5px;
  padding-right: 12px;
}

.blog-post-format span a {
  color: #333;
}

.blog-post-format span img {
  display: inline-block;
  width: 42px;
  margin-right: 4px;
}

.blog-post-des blockquote {
  margin: 22px;
}

.blog-post-des .btn {
  border-radius: 100px;
  color: #777;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 14px 28px;
  margin-top: 26px;
  transition: all 0.4s ease-in-out;
}

.blog-post-des .btn:hover {
  background: #BD0926;
  border-color: transparent;
  color: #ffffff;
}

.blog-author {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-top: 42px;
  margin-bottom: 42px;
}

.blog-author .media img {
  display: inline-block;
  width: 90px;
  margin-right: 12px;
}

.blog-author .media a,
.blog-comment .media h3 {
  color: #444;
  font-size: 18px;
  letter-spacing: 1px;
}

.blog-comment {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 32px;
  margin-bottom: 42px;
}

.blog-comment .media:nth-child(2) {
  padding-top: 22px;
}

.blog-comment .media img {
  width: 82px;
  margin-right: 12px;
}

.blog-comment .media h3 {
  display: inline-block;
  padding-right: 14px;
}


.blog-comment-form h3 {
  padding-bottom: 18px;
}

#about .col-md-6, #about .col-md-4,
.blog-comment-form .col-md-4 {
  padding-left: 0px;
}

.blog-comment-form .form-control {
  box-shadow: none;
  border: 2px solid #f0f0f0;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}

.blog-comment-form .form-control:hover {
  border-color: #555;
}

.blog-comment-form input {
  height: 45px;
}

.blog-comment-form button[type="submit"] {
  background: #BD0926;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  font-weight: bold;
  transition: all 0.4s ease-in-out;
}

.blog-comment-form button[type="submit"]:hover {
  background: #333;
  border-color: transparent;
  color: #ffffff;
}



/*---------------------------------------
   Blog Single Post section              
-----------------------------------------*/

#blog-single-post .blog-single-post-image {
  padding-top: 22px;
}

#blog-single-post .blog-single-post-image .col-md-4 {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 22px;
}

#blog-single-post .blog-single-post-image img {
  border-radius: 1px;
  padding-right: 12px;
}

#blog-single-post .blog-post-des h3 {
  padding-top: 16px;
}



/*---------------------------------------
   Footer section              
-----------------------------------------*/

footer {
    background: #000;
    color: #ffffff;
    padding: 80px 0px;
    position: relative;
}

footer .col-md-4 .fa {
  color: #ffffff;
  padding-right: 8px;
}

footer hr {
  border-color: #121212;
  margin-top: 42px;
  margin-bottom: 42px;
}

footer .footer-copyright {
  padding-top: 12px;
}



/* Back top */
.go-top {
  background-color: #ffffff;
  box-shadow: 1px 1.732px 12px 0px rgba( 0, 0, 0, .14 ), 1px 1.732px 3px 0px rgba( 0, 0, 0, .12 );
  transition : all 1s ease;
  bottom: 2em;
  right: 2em;
  color: #333;
  font-size: 24px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 100%;
}

.go-top:hover {
    background: #BD0926;
    color: #ffffff;
}



/*---------------------------------------
   Social icon             
-----------------------------------------*/

.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
    text-align: center;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    border: 2px solid #292929;
    color: #292929;
    border-radius: 100px;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 22px 12px 10px 12px;
}

.social-icon li a:hover {
    border-color: #BD0926;
    color: #BD0926;
    transform: scale(1.1);
}



/*---------------------------------------
   Mobile Responsive         
-----------------------------------------*/

@media (max-width: 980px) {

  .main-about,
  .main-single-post,  
  .main-gallery,
  .main-contact {
    height: 35vh;
  }

}


@media (max-width: 768px) {

  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 26px;
  }

  #about .col-md-6 img {
    padding-left: 0px;
  }

  #blog-single-post .blog-single-post-image img {
    padding-bottom: 22px;
  }

  footer .col-md-4 {
    padding-top: 22px;
  }

}


@media (max-width: 650px) {

  h1 {
    font-size: 42px;
  }

  #about, #gallery,
  #contact,
  #blog, #blog-single-post {
    padding-top: 60px;
    padding-bottom: 60px;
  }

}





a{color: #777 !important;}
p{text-align: justify;}

.navbar-collapse.in {overflow-y: visible;}

.dropdown-caret{display:none !important;}
.dropdown:hover .dropdown-menu {display:block !important;}

.dropdown-menu{left: inherit; right: 50px;}

.navbar-default{padding: 0px;}
.navbar-default .navbar-nav li a{color: #232323; text-transform: uppercase; font-size: 14px; font-weight: 500;}

.navbar-right{margin-top: 20px;}
.navbar-toggle{margin-top: 25px;}

.navbar-brand{height: auto;}
.navbar-brand img{max-height: 60px;}

/*.no_padding{padding-left: 0px; padding-right: 0px;}*/

.img-responsive-slider{max-width:100%; display:block; height:100%;}

.sfondo_home{background-color: #F8F7F6;}
.h2_home{font-weight: 400; font-size: 28px; color: #6A5D63;}
.box_home{background-color: #fff; margin-bottom: 20px; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);}
.box_home h3{color: #6A5D63; font-weight: 400; font-size: 24px; min-height: 60px;}
.box_home p{min-height: 240px;}

.section_h1{padding: 0px !important;}
.section_h1 h1{font-weight: 400; color: #6A5D63; font-size: 28px;}

.dati_footer{text-align: center;}
.dati_footer p{text-align: center;}
.dati_footer .col-md-2{margin-bottom: 20px;}
.dati_footer .col-md-2 a{color:#fff !important; text-transform: uppercase;}

.titolo_paragrafo{font-weight: 400; color: #6A5D63; font-size: 28px; font-family: 'Lato', sans-serif;}
.testo_paragrafo{font-family: 'Lato', sans-serif; line-height: 22px; letter-spacing: 0px; margin-bottom: 50px;}
.testo_paragrafo a{color:#BD0926 !important;}

@media (max-width:360px){
	.navbar-brand img{max-height: 50px;}
	.navbar-toggle{margin-top: 20px;}
}

/* Inizio Outlet */
.menu_outlet{float: left; padding: 0px;}
.menu_outlet .box_home_prodotti{text-align: center; width: 25%;}
.menu_outlet .box_home_prodotti img{width: 100%; height: auto;}
.menu_outlet .box_home_prodotti .titolo_box_home{font-size: 13px; padding-top: 10px; margin-top: 5px; font-weight: 300; text-align: left; line-height:normal; min-height: 65px;}
.menu_outlet .box_home_prodotti:hover .titolo_box_home{text-decoration: underline;}
.menu_outlet .bollino_sconto{/*position: absolute; top: -6px; right: -6px; background-color: #313131; border-radius: 25px; padding: 12px 7px; */font-weight: bold;color: #fff;}
.menu_outlet .prezzi_schedina_sezioni{color: #000; text-align: right; width: 100%; /*margin-top: 10px; border-bottom: 1px dotted #ddd; padding-bottom: 5px;*/}
.menu_outlet .prezzi_schedina_sezioni del{font-weight: 300; color: #808080; margin-right: 5px;}
.menu_outlet .prezzi_schedina_sezioni span{font-weight: bold; font-size: 18px;}
.menu_outlet .margin-bot-30{margin-bottom: 30px;}
@media (max-width:1199px){
.menu_outlet .box_home_prodotti .titolo_box_home{min-height: 75px;}
}
@media (max-width:767px){
.menu_outlet .box_home_prodotti{width: 50%;}
}
/* Fine Outlet */

/* INIZIO NUOVO OUTLET */
.d-none {
  display: none !important;
}
.toggle-wishlist{display:none;}
.box-hmp-prd img {
  border-radius:.5rem;
  height:auto;
  width:100%;
  /*object-fit:cover;object-position:50% 50%;aspect-ratio:auto 400/400;*/transition:.3s ease-in-out
}
.box-hmp-prd,
.fixed-sponsor-hw {
  position:relative;
  min-height:345px
}
.bollino_sconto {
  position:absolute;
  color:white;
  top:10px;
  left:20px;
  letter-spacing:.5px;
  background-color:#313131;
  border-radius:.5rem;
  padding:5px 10px;
  z-index:100
}
.box-hmp-prd .prd-link:hover .prd-info,
.prd-info-marca,
.prd-price del {
  color:gray-dark;
}
.bollino_sconto:empty {
  display:none!important
}
.prd-info-marca,
.prd-info-title {
  font-size:13px;
  margin:10px 0 0px;
  color: black;
  height:60px;
  overflow: hidden;    font-weight: 500;
  text-transform: capitalize;R
}
.prd-price del,
.prd-price span {
  display:block;
  margin:5px 0 5px;
  color:black;
}
.prd-price del {
  font-size:13px
}
.prd-price span {
  font-weight: 500!important;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 12px;
}
.prd-sct {
  color: var(--black);
  font-weight: 500!important;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 12px;
}
.box-hmp-prd:hover a {
  text-decoration:none
}
.box-hmp-prd .prd-link:hover .prd-price span {
  color:initial
}
@media (max-width:767px) {
  .box-hmp-prd,
  .fixed-sponsor-hw {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .bollino_sconto {
    font-size:.9rem;
    left:2rem;
    top:.5rem
  }
}
@media(max-width:575px) {
  .box_home_prodotti,
  .fixed-sponsor-hw {
    min-height:420px;
    padding-left:1.5rem;
    padding-right:1.5rem
  }
  .box-hmp-prd img {
    border-radius:.5rem;
    height:auto;
    width:100%;
    object-fit:cover;
    object-position:50% 50%;
    aspect-ratio:auto 400/400;
    transition:.3s ease-in-out
  }
}
@media(max-width:380px) {
  .box_home_prodotti,
  .fixed-sponsor-hw {
    min-height:405px
  }
}
.prd-price.row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.text-end {
  text-align: right !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.text-start {
  text-align: left !important;
}
/* FINE NUOVO OUTLET */</pre></body></html>