	
@media only screen and (max-width : 1199px) { 
	header nav#main-menu .wrap-main-menu .banner-title {
		font-size: 18px;
		line-height: 22px;
	}
	/*DETTAGLIO PRODOTTI*/
	.prod-detail-buy .button {
		font-size:12px;
		padding:12px;
		letter-spacing:.2em;
	}
	/*LOOKBOOK*/
	.lookbook-page .lookbook-img-wrapper {
		width:calc(50% + 960px / 12 * 2);
	}
	.lookbook-page .lookbook-text-wrapper {
		width: calc(960px / 12 * 3);
		margin-left: calc(960px / 12 * 1);
	}
	.lookbook-page .lookbook-row-right .lookbook-text-wrapper.order-1 {
		margin-right: calc(960px / 12 * 1);
		margin-left:calc(50% - 960px / 12 * 6);
	}
	.lookbook-page .lookbook-info-title {
		left: calc(50% - 960px / 12 * 6);
		width:calc(960px / 12 * 8);
	}
	.lookbook-page .lookbook-row-right .lookbook-info-title  {
		left: calc(50% - 960px / 12 * 2);
	}
	/*CARRELLO*/
	.cart-page main:before {
		width: calc(50% + 960px / 12 * 2);
	}
	.cart-page main:after {
		width: calc(50% - 960px / 12 * 2);
	}
	/*CHECKOUT*/
	.checkout-page main:before {
		width: calc(50% + 960px / 12 * 2);
	}
	.checkout-page main:after {
		width: calc(50% - 960px / 12 * 2);
	}
	/*PAGINA ABOUT*/
	.about-page main .filo-about {
		background: url(../../img/filo-about-992.svg) no-repeat top left;
		left:calc(50vw - 976px / 2);
	}
	.about-page .about-row {
		margin-bottom: 130px;
	}
	.about-page h1.smaller, 
	.about-page .h1.smaller {
		font-size: 36px;
		line-height: 40px;
	}
	.about-page p {
		font-size: 14px;
		line-height: 21px;
	}
	#size-pop-wrapper {
		width: 50vw;
		right: -50vw;
	}
	.size-pop-container {
		padding: 50px;
	}
}

@media only screen and (max-width : 991px) {
	body.noscroll {
		overflow:hidden;
	}
	main  {
		min-height:100vh;
	}
	.main-content {
		min-height:calc(100vh - 70px);
		margin-top:0px!important;
	}
	.main-content > .section {
		padding-top: 60px;
	}
	

	input::-webkit-input-placeholder,
	.form-control::-webkit-input-placeholder { 
		font-size: 14px;
		line-height: 20px;
	}
	input:-moz-placeholder,
	.form-control:-moz-placeholder { 
		font-size: 14px;
		line-height: 20px;
	} 
	input:-ms-input-placeholder,
	.form-control:-ms-input-placeholder { 
		font-size: 14px;
		line-height: 20px;
	}
	.form-control {
		font-size:14px;
	}
	.button {
		font-size:12px;
		letter-spacing: 2.2px;
	}
	h2, .h2{ 
		font-size:40px;
		line-height: 42px;
		margin: 0px 0px 20px 0px;
	}
	h3, .h3{
		margin: 0px 0px 20px 0px;
		font-size: 40px;
		line-height: 42px;
	}
	h3.smaller, .h3.smaller {
		font-size: 33px;
		line-height: 35px;
	}
	h3.section-title, .h3.section-title {
		/*font-size: 15px;
		letter-spacing: 3px;
		line-height: 20px;
		margin: 0 0 30px 0;*/
	}
	h4, .h4 {
		font-size:18px;
		line-height:22px;
	}
	p {
		font-size: 15px;
		line-height: 24px;
		margin: 0px 0px 23px 0px;
	}
	p.smaller {
		font-size: 13px;
		line-height: 22px;
		margin: 0px 0px 22px 0px;
	}
	.styled-list li {
		font-size: 15px;
		line-height: 23px;
		margin: 0px 0px 23px 0px;
	}
	a.goto {
		font-size: 11px;
		letter-spacing: 2.2px;
		margin-top: 30px;
	}


/*
	h1, .h1{
		font-size: 60px;
		line-height: 70px;
		margin:0px 0px 20px 0px;
	}
	h1.smaller, .h1.smaller {
		font-size: 45px;
		line-height: 48px;
	}
	

	
	h5, .h5{
		font-size: 12px;
		font-weight: 300;
		line-height: 22px;
	}
	h6, .h6{
		font-size: 11px;
		letter-spacing: 0.4px;
		line-height: 13px;
		margin: 5px 0px;
	}
	
	
*/












	.menu-trigger {
		float: right;
		margin-left: 20px;
		position: relative;
	}
	
	main > .mp-menu-close {
		background:url(../../img/close-black.svg) no-repeat center center;
		width:50px;
		height:50px;
		position:absolute;
		left:250px;
		top:0;
		z-index:10;
		background-size:18px 18px;
		opacity:0;
		transform: translate3d(-300px, 0px, 0px);
		-webkit-transform: translate3d(-300px, 0, 0);
		-moz-transform: translate3d(-300px, 0, 0);
		-webkit-transition: opacity 0.3s 0.6s;
		-moz-transition: opacity 0.3s 0.6s;
		transition: opacity 0.3s 0.6s;
	}
	main > .header-search {
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
		width:50px;
		height:50px;
		opacity:0;
		visibility:hidden;
		transform: translate3d(-300px, 0px, 0px);
		-webkit-transform: translate3d(-300px, 0, 0);
		-moz-transform: translate3d(-300px, 0, 0);
		-webkit-transition: opacity 0.3s 0.6s;
	-moz-transition: opacity 0.3s 0.6s;
	transition: opacity 0.3s 0.6s;
		z-index:999;
	}
	body.noscroll main > .mp-menu-close,
	body.noscroll main > .header-search {
		transform: translate3d(0px, 0px, 0px);
		-webkit-transform: translate3d(0px, 0, 0);
		-moz-transform: translate3d(0px, 0, 0);
		opacity:1;
		visibility:visible;
	}
	/*
	main > .header-search #search-mobi-toggle {
		width:50px;
		height:50px;
		background:url(../../img/search-icon.svg) no-repeat center center;
		background-size:17px;
		z-index: 999;
		position: relative;
	}
	main > .header-search  #search-mobi{
		display:none;
		position:absolute;
		top:10px;
		left:0px;
		width:300px;
		padding-left:43px;
		padding-right:50px;
		padding-bottom:32px;
		background:#fff;
		z-index:99;
		height:100vh;
	}
	main > .header-search  #search-mobi .easy-autocomplete {
		width:100%!important;
	}
	main > .header-search  #search-mobi .easy-autocomplete-container {
		position:relative;
	}
	main > .header-search  #search-mobi .easy-autocomplete-container ul,
	main > .header-search  #search-mobi .easy-autocomplete-container ul li, 
	main > .header-search  #search-mobi .easy-autocomplete-container ul .eac-category {
		border:none;
		padding-left:0px;
		padding-right:0px;
	}
	main > .header-search  #search-mobi .easy-autocomplete-container ul .eac-category {
		font-color: #aaa;
		font-style: italic;
		font-size: 12px;
		font-style: normal;
		font-weight: 600;
		text-transform: uppercase;
		margin-top: 20px;
	}
	main > .header-search  #search-mobi .easy-autocomplete-container ul li {
		font-size:12px;
		font-weight:400;
		position:relative;
	}
	main > .header-search  #search-mobi .easy-autocomplete-container ul li.selected {
		background: transparent;
		cursor: pointer;
	}

	main > .header-search  #search-mobi .easy-autocomplete input {
		border: 0px none;
		box-shadow: none;
		width: 100%;
		height: 30px;
		padding: 0px;
		border-radius: 0px;
		color: #000;
		line-height: normal;
		border-bottom: solid 1px #ccc;
		margin-bottom:10px;
		
	}
	main > .header-search  #search-mobi .input-group-append {
		display:none;
	}
	main > .header-search  #search-mobi .button {
		font-size:11px;
		line-height:18px;
		font-weight:400;
		letter-spacing:.3em;
		margin-top:20px;
	}
	header .header-left .header-search #search {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		padding-left: 32px;
		padding-right: 32px;
		padding-bottom: 32px;
		padding-top:32px;
		background: #fff;
		z-index: 8;
		height: 100%;
	}*/
	#mobimenu:not( .mm-menu ) {
        display: none;
    }


	#mp-menu.mp-cover > .mp-level.mp-level-open {
		display: flex;
    	flex-direction: column;
    	justify-content: space-between;
		height:100vh;
		box-sizing: border-box;
	}
	#mp-menu .static-mobi-menu {
		margin: 35px 0px;
		padding:0px 15px;
	}
	#mp-menu h3 {
		font-size: 28px;
		line-height: 34px;
		text-transform: none;
	}
	#mp-menu h4 {
		font-size: 18px;
		line-height: 24px;
		text-transform: none;
	}
	#mp-menu .mobi-has-sales a {
		color: #bd0000;
		text-transform: uppercase;
	}
	#mp-menu .mobi-menu-footer  #user-button {
		padding-left:25px;
		background:url(../../img/user-icon-white.svg) no-repeat center left;
		background-size:17px 20px;
		display:block;
		font-size: 12px;
		line-height: 43px;
		margin:0;
	}
	#mp-menu .mobi-menu-footer  #wishlist-button {
		padding-left:25px;
		background:url(../../img/wishlist-icon-white.svg) no-repeat center left;
		background-size:19px 18px;
		display:block;
		font-size: 12px;
		line-height: 43px;
		margin:0;
	}

	#mp-menu .mobi-menu-footer  #ship-lang-button-mobi {
		padding-left:25px;
		background:url(../../img/world-icon-white.svg) no-repeat center left;
		background-size:18px;
		display:block;
		font-size: 12px;
		line-height: 43px;
		margin:0;
		text-transform: uppercase;
	}

	#mp-menu .mobi-menu-footer {
		position: fixed;
		bottom: 0;
		left: 0;
		padding: 16px 30px;
		width:100%;
		background-color:#282828;
		color:#fff;
		/*bottom: calc(100vh - var(--vh, 1vh) * 100);*/
	}
	#mp-menu .mobi-menu-footer a {
		color:#fff;
	}
	#mp-menu .mobi-menu-footer .col {
		border-right:solid 1px #fff;
	}
	#mp-menu .mobi-menu-footer .col:nth-last-child(1) {
		border:0px none;
	}
	#mp-menu .mobi-menu-footer .mobi-menu-footer-item {
		float:left;
	}
	#mp-menu .mobi-menu-footer .col:nth-last-child(1) .mobi-menu-footer-item {
		float:right;
	}
	#mp-menu.mp-menu {
		z-index: 9999999;
		height:100%;
		max-height: -webkit-fill-available;
	}
	.mp-pusher, #mp-menu.mp-menu, #mp-menu .mp-level {
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	#mp-menu.mp-menu ul {
		overflow:auto;
	}
	#mp-menu ul li {
		border-bottom: 1px solid #eaeaea;
	}
	#mp-menu .icon.icon-display {
		background-size: 8px 16px;
	}
	#mp-menu .mp-back {
		font-size: 14px;
		letter-spacing: 2.5px;
		font-weight: 700;
		padding-top:15px;
		padding-bottom:15px;
	}
	#mp-menu .mp-level {
		padding-bottom:110px;
	}
	#mp-menu.mp-menu ul .level0 > a {
		font-size: 18px;
		letter-spacing: 3px;
		font-weight: 700;
		padding: 20px 10px 20px 15px;
	}
	#mp-menu.mp-menu ul .level1 > a,
	#mp-menu.mp-menu ul .level2 > a {
		font-size: 14px;
		letter-spacing: 2.5px;
		padding: 15px 10px 15px 35px;
	}
	#mp-menu.mp-menu ul .level2 {
		text-transform: capitalize;
	}
	.mobi-submenu {
		margin-bottom:20px;
	}
	.mobi-submenu ul {
		max-height: 100%!important;
		text-transform: uppercase;
	}
	#mp-menu.mp-menu .mobi-submenu ul li {
		border:0px none;
		margin-bottom:12px;
	}
	#mp-menu.mp-menu .mobi-submenu ul li > a {
		padding: 0px 15px;
		font-size:12px;
		letter-spacing:.16em;
		
	}
	.mp-pusher {
		-webkit-transform: none!important;
		-moz-transform: none!important;
		transform: none!important;
	}
	.mp-pusher.mp-pushed {
		-webkit-transform: translate3d(0px, 0px, 0px)!important;
		-moz-transform: translate3d(0px, 0px, 0px)!important;
		transform: translate3d(0px, 0px, 0px)!important;
	}
	
	.mp-pusher.mp-pushed #mp-menu.mp-menu {
		-webkit-transform: translate3d(0px, 0px, 0px)!important;
		-moz-transform: translate3d(0px, 0px, 0px)!important;
		transform: translate3d(0px, 0px, 0px)!important;
	}

	.main-content h1.h3.page-title {
		margin-bottom: 35px;
	}
	
	/*HOME*/
	
	/*header .header-left .header-search.overlayed {
		position: fixed!important;
		left: 0;
		top:10px;
		width: 100%;
		z-index: 10;
		margin-left:0px!important;
	}
	header .header-left .header-search.overlayed #search-mobi,
	main > .header-search  .header-search.overlayed #search{
		width: 100%!important;
	}
	header .header-left .header-search.overlayed #search-toggle,
	main > .header-search.overlayed #search-mobi-toggle	{
		background:url(../../img/close-black.svg) no-repeat center center;
		background-size:12px;
	}*/
	
	section.main-content .wrap-main-slide .main-slide #carousel-main-slide .carousel-inner {
		height:475px;
	}
	section.main-content .wrap-main-slide .main-slide #carousel-main-slide .carousel-inner .carousel-item {
		height:100%;
		overflow:hidden;
	}
	section.main-content .wrap-main-slide .main-slide #carousel-main-slide .carousel-inner .main-slide-content .caption-slide h3 {
		font-size:38px;
		line-height:38px;
	}
	section.main-content .wrap-main-slide .main-slide #carousel-main-slide .carousel-inner .main-slide-content .caption-slide h2 {
		font-size: 45px;
		line-height: 45px;
	}
	section.main-content .wrap-main-slide .main-slide #carousel-main-slide .carousel-inner .main-slide-content .caption-slide {
		width: 80%;
		margin-left: -40%;
	}
	.main-slide-img {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		/*height: 100%;
		max-width: none;*/
		min-height: 100%;
		object-fit: cover;
	}
	.main-content > .main-section {
		padding-top:70px;
	}

	.banner-home-txt-wrapper h2 {
		font-size: 40px;
		line-height: 42px;
	}
	.banner-home-txt-wrapper h3 {
		font-size: 40px;
		line-height: 42px;
	}
	.banner-home-txt-wrapper .banner-txt-desc p {
		font-size: 15px;
		line-height: 24px;
	}

	.home-look-prod-slide {
		max-width: calc(50% + 80px);
		padding-left: 40px;
		padding-right: 40px;
	}
	.home-lookbook-info {
		margin-top:70px;
	}
	.home-lookbook-info-main h2 {
		font-size: 40px;
		line-height: 42px;
	}
	.home-lookbook-info-main h3 {
		font-size: 40px;
		line-height: 42px;
	}
	.home-lookbook-info-main .home-lookbook-info-title {
		margin-bottom:45px;
		padding: 0px 25px;
	}
	.home-lookbook-info-prods {
		padding:0;
	}
	.home-look-prod-slide .owl-controls .owl-nav .owl-prev, .home-look-prod-slide .owl-controls .owl-nav .owl-next {
		width:26px;
	}
	.home-look-prod-slide .owl-controls img {
		max-width: 100%;
	}
	.corr-home-slide {
		margin-bottom: 25px;
	}
	.info-donna-shop {
		width: 220px;
	}
	.about-home-wrapper h2 {
		font-size: 30px;
		line-height: 40px;
		margin: 0px 0px 30px 0px;
	}
	.about-home-wrapper h3 {
		font-size: 30px;
		line-height: 40px;
		margin: 0px 0px 30px 0px;
	}
	.home-coll-item h4 {
		font-size: 20px;
		line-height: 25px;
	}

	/*HEADER*/
	header {
		height: 70px;
		padding-top: 15px;
		top: unset!important;
		position: relative!important;
		background:#fff;
	}
	header #logo .sticky-logo{
		opacity:1!important;
	}
	header #logo .default-logo {
		opacity:0!important;
	}
	header .header-right,
	header .paese-change div.fancy-select div.trigger, 
	header .ship-change div.fancy-select div.trigger,
	header .header-right .cart-icon {
		color:#000;
	}
	header .paese-change div.fancy-select div.trigger:after,
	header .ship-change div.fancy-select div.trigger:after {
		background: url(../../img/select-down-arrow.svg) no-repeat center center;;
		background-size: 10px;
	}
	header .paese-change div.fancy-select div.trigger.open:after,
	header .ship-change div.fancy-select div.trigger.open:after {
		background: url(../../img/select-up-arrow.svg) no-repeat center center;
		background-size: 10px;
	}
	header .header-right .cart-icon {
		background-image:url(../../img/cart-icon.svg);
	}
	header .header-right #user-button {
		background-image:url(../../img/user-icon.svg);
	}
	header .header-right #wishlist-button {
		background-image:url(../../img/wishlist-icon.svg);
	}
	header .header-right #ship-lang-button {
		color:#000;
		background-image:url(../../img/world-icon.svg);
	}

	.dark-main header {
		background:transparent;
	}
	.dark-main header #logo .sticky-logo{
		opacity:0!important;
	}
	.dark-main header #logo .default-logo {
		opacity:1!important;
	}
	.dark-main header .header-right,
	.dark-main header .paese-change div.fancy-select div.trigger, 
	.dark-main header .ship-change div.fancy-select div.trigger,
	.dark-main header .header-right .cart-icon {
		color:#fff;
	}
	.dark-main header .paese-change div.fancy-select div.trigger:after,
	.dark-main header .ship-change div.fancy-select div.trigger:after {
		background: url(../../img/select-down-arrow-white.svg) no-repeat center center;;
		background-size: 10px;
	}
	.dark-main header .paese-change div.fancy-select div.trigger.open:after,
	.dark-main header .ship-change div.fancy-select div.trigger.open:after {
		background: url(../../img/select-up-arrow-white.svg) no-repeat center center;
		background-size: 10px;
	}
	.dark-main header .header-right .cart-icon {
		background-image:url(../../img/cart-icon-white.svg);
	}
	.dark-main header .header-right #user-button {
		background-image:url(../../img/user-icon-white.svg);
	}
	.dark-main header .header-right #wishlist-button {
		background-image:url(../../img/wishlist-icon-white.svg);
	}
	.dark-main header .header-right #ship-lang-button {
		color:#000;
		background-image:url(../../img/world-icon-white.svg);
	}
	.dark-main header .menu-trigger span {
		background:#fff;
	}
	.dark-main .mp-pusher {
		z-index: 1;
	}
	/*SHOP LANDING UOMO / DONNA*/
	.main-cat-detail-page .shop-banner-wrapper .shop-banner h4,
	.main-cat-detail-page .shop-by-category .category-item h4 {
		font-size: 20px;
		line-height: 25px;
	}
	.main-cat-detail-page .shop-banner-wrapper .shop-banner h3 {
		font-size: 27px;
		line-height: 32px;
	}
	.main-cat-detail-page .shop-the-look h4 {
		font-size:38px;
	}
	/*LISTA PRODOTTI*/
	#filter-wrapper:hover .filter-container {
		visibility: hidden;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		opacity: 0;
		filter: alpha(opacity=0);
		-moz-transform: translateY(20px);
		-webkit-transform: translateY(20px);
		-o-transform: translateY(20px);
		transform: translateY(20px);
		z-index: 3;
	}
	#filter-wrapper.hover .filter-container {
		visibility: visible;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		opacity: 1;
		filter: alpha(opacity=100);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		height: auto;
		display: block;
		z-index: 5;
	}
	.filter-container .refine .title {
		margin:0px;
	}
	.filter-container .refine {
		padding: 20px 15px;
		border-bottom: solid 1px #eaeaea;
	}
	.filter-container .refine .altribute {
		margin-top:20px;
		margin-bottom:0px;
	}
	.filter-container .close-filters.button {
		padding: 5px 20px;
		font-size: 8px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 20px;
		min-width: 0px;
		margin-bottom: 15px;
		margin-right:15px;
	}
	.filter-container .close-filters.button,
	.filter-container .clear-filters.button {
		justify-content: center;
		min-width: 150px;
	}
	.product-item-wrapper:before,
	.product-item-wrapper:after,
	.product-item-wrapper .product-item:before,
	.product-item-wrapper .product-item:after {
		display:none;
	}
	.product-item-wrapper,
	.product-item	{
		padding:0;
	}
	.product-item {
		margin-bottom:60px;
	}
	.prod-col {
		padding-bottom:30px;
	}
	.prod-col.in {
	    position: fixed;
		background: #fff;
		z-index: 999999;
		left: 0;
		top: 0;
		width: 300px;
		max-width: none;
		overflow:auto!important;
		height:100vh;
	}
	.prod-col.in + .prod-col-overlay {
		position: fixed;
		background: rgba(0,0,0,0.3);
		z-index: 999998;
		left: 0;
		top: 0;
		right:0;
		bottom:0;
		display:block!important;
	}
	.left-sidebar .refine .title:after {
		right: 17px;
	}
	.breadcrumb {
		margin-bottom:25px;
	}
	.product-list-header {
		margin-bottom: 15px;
	}
	.product-list-header h1 {
		margin-bottom:40px;
	}
	.product-list-header .order-bar {
		float:right;
		min-width:150px;
	}
	.product-list-header .mobi-filter-trigger {
		float:left;
		font-size:12px;
		line-height:50px;
		font-weight:600;
	}
	.product-page-cont > .box-product {
		margin:0px;
	}
	.product-page-cont > .box-product .product-item-wrapper {
		padding-left:10px;
		padding-right:10px;
	}
	.cart-header:hover .cart-header-box {
		visibility: hidden;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		opacity: 0;
		filter: alpha(opacity=0);
		display: none;
	}
	/*DETTAGLIO PRODOTTI*/
	#product_gallery_zoom .slider {
		margin-bottom:55px;
	}
	#product_gallery_zoom #navigation a {
		width: calc((100%/3) - 10px);
		float: left;
		margin-right: 5px;
		margin-left:5px;
		margin-bottom: 20px;
		/* padding: 0; */
		height: auto;
		padding: 0;
	}
	/*LOOKBOOK*/
	.lookbook-row {
		margin-bottom: 120px;
	}
	.lookbook-row:first-of-type {
		margin-top: 20px;
	}
	.lookbook-page .lookbook-img-wrapper {
		width:calc(50% + 720px / 12 * 1);
	}
	.lookbook-page .lookbook-text-wrapper {
		width: calc(720px / 12 * 4);
		margin-left: calc(720px / 12 * 1);
	}
	.lookbook-page .lookbook-row-right .lookbook-text-wrapper.order-1 {
		margin-right: calc(720px / 12 * 1);
		margin-left:calc(50% - 720px / 12 * 6);
	}
	.lookbook-page .lookbook-info-title {
		left: calc(50% - 720px / 12 * 6);
		width:calc(720px / 12 * 8);
	}
	.lookbook-page .lookbook-row-right .lookbook-info-title  {
		left: calc(50% - 720px / 12 * 1);
	}
	.lookbook-page .lookbook-detail-container .lookbook-desc {
		margin-bottom:75px;
	}
	.lookbook-page .lookbook-detail-container .lookbook-item {
		margin-bottom:30px;
	}
	.lookbook-page .lookbook-detail-container .lookbook-item.right {
		transform: translate3d(0,60px,0);
		-webkit-transform: translate3d(0,60px,0);
		-ms-transform: translate3d(0,60px,0);
		-moz-transform: translate3d(0,60px,0);
		-o-transform: translate3d(0,60px,0);
	}
	/*CARRELLO*/
	.cart-wrapper {
		margin-top: 35px;
	}
	.cart-page main:before {
		width: 100%;
	}
	.cart-page main:after {
		display: none;
	}
	#carrello-detail .cart-aside {
		padding-left:15px;
	}
	#carrello-detail .cart-items {
		padding-right:15px;
		margin-bottom:60px;
	}
	.cart-aside .cart-summary, .cart-aside .cart-address-summary {
		background-color: transparent;
	}
	/*CHECKOUT*/
	.checkout-page main:before {
		width: 100%;
	}
	.checkout-page main:after {
		display: none;
	}
	.login-page .main-content .button +h5.margin-top-20.margin-bottom-20 {
		margin:0px!important;
	}
	.checkout-page .cart-aside {
		margin-top:35px;
		padding-left:15px;
	}
	.checkout-page .checkout-wrapper {
		padding-right:15px;
		margin-bottom:60px;
	}
	.checkout-page .checkout-wrapper .cart-items {
		padding-right:15px;
	}
	.tipo-pay .pay-info-wrapper h5,
	.tipo-pay .pay-info-wrapper span {
		width:100%;
	}
	/*USER PAGES*/
	.user-page .sidebar {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 40px;
	}
	.user-page .sidebar li {
		text-align: center;
		padding: 10px;
		border-bottom: solid 1px #dedede;
		margin: 0;
	}

	
	
	/*BRAND*/
	.brand-page .brands-list-wrapper {
		column-count:3;
	}
	/*CONTATTI*/
	.contatti-page .main-content {
		min-height:calc(100vh - 86px);
	}
	.contatti-page .main-content .container-fluid .container {
		top: 0;
		right: 0;
		left:auto;
	}
	.contatti-page .main-content .inner-content {
		top: 0;
		right: 0;
	}
	/*PAGINA ABOUT*/
	.about-page main .filo-about {
		background: url(../../img/filo-about-768.svg) no-repeat top left;
		left:calc(50vw - 766px / 2);
	}
	.about-page .main-content {
		padding-top: 78px;
	}
	.about-page .about-row {
		margin-bottom: 60px;
	}
	.about-page h1.smaller, 
	.about-page .h1.smaller {
		font-size: 27px;
		line-height: 30px;
	}
	.about-page p {
		font-size: 12px;
		line-height: 18px;
	}
	/*FOOTER*/
	footer h5 {
		margin-bottom:15px;
	}
	footer .madebyquantico {
		position:initial;
		text-align:center;
		font-size:9px;
		line-height:15px;
		margin-top:25px;
	}
	footer .madebyquantico img {
		width:54px;
		height:7px;
	}
	footer .footer-info {
		margin-top:40px;
	}
	footer .footer-info p {
		font-size:9px;
	}
}

@media only screen and (max-width : 767px) {
	.zEWidget-launcher {
		display: none !important;
	}
	.whatsapp-fixed {
		display: inline-block;
	}
	#top-banner {
		font-size:9px;
	}
	#top-banner br {
		display: block;
	}
	.frame-decoration {
		padding-right:15px;
		padding-top:15px;
	}
	.frame-decoration-rev {
		padding-left: 15px;
		padding-bottom: 15px;
	}
	.main-content > .section {
		padding-top:40px;
	}
	
	main {
		margin-bottom:0px!important;
	}
	/*HOME*/
	.main-content > .main-section {
		padding-top:80px;
	}

	section.main-content .wrap-main-slide #carousel-main-slide .carousel-item:after,
	section.main-content .wrap-main-slide #carousel-main-slide .carousel-item:before {
		display:none;
	}
	/*section.main-content .wrap-main-slide .main-slide #carousel-main-slide .carousel-inner .main-slide-content .caption-slide h2 {
		font-size: 35px;
		line-height: 50px;
	} */

	section.main-content .wrap-main-slide #carousel-main-slide video {
		width: auto;
		min-width: 100vw;
		height: 766px;
		position: absolute;
		left: 50%;
		-webkit-transform: translate(-50%, 0); 
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}


	.banner-home-txt-wrapper h2 {
		font-size: 34px;
		line-height: 36px;
	}
	.banner-home-txt-wrapper h3 {
		font-size: 34px;
		line-height: 36px;
	}

	.home-lookbook-info-main {
		width: 100%;
		margin-bottom:75px;
	}
	.home-lookbook-info-main h2 {
		font-size: 35px;
		line-height: 37px;
	}
	.home-lookbook-info-main h2 {
		font-size: 35px;
		line-height: 37px;
	}
	.home-lookbook-info-prods {
		width: 100%;
	}
	.home-look-prod-slide {
		max-width: calc(50% + 120px);
		padding-left: 60px;
		padding-right: 60px;
	}
	.home-look-prod-slide .owl-controls .owl-nav .owl-prev, .home-look-prod-slide .owl-controls .owl-nav .owl-next {
		width:38px;
	}
	.info-donna-shop {
		width: 400px;
	}
	.about-home-wrapper h2 {
		font-size: 25px;
		line-height: 30px;
		margin: 0px 0px 20px 0px;
	}
	.about-home-wrapper h3 {
		font-size: 28px;
		line-height: 38px;
		margin: 0px 0px 30px 0px;
	}
	.home-coll-item h4 {
		font-size: 22px;
		line-height: 28px;
	}

	/*HEADER*/
	header {
		height: 70px;
		padding-top: 19px;
	}
	header .header-right {
		padding-top:14px;
	}

	/*SHOP LANDING UOMO / DONNA*/
	.main-cat-detail-page .shop-banner-wrapper .shop-banner h4,
	.main-cat-detail-page .shop-by-category .category-item h4 {
		font-size: 22px;
		line-height: 28px;
	}
	.main-cat-detail-page .shop-banner-wrapper .shop-banner h3 {
		top: 38%;
		font-size: 32px;
		line-height: 38px;
	}
	.main-cat-detail-page .shop-the-look h4 {
		font-size:32px;
	}
	
	/*LISTA PRODOTTI*/
	.product-list-header .order-bar {
		float:left;
	}
	.product-item-wrapper .notice-label label {
		padding: 0px 7px;
		font-size: 8px;
	}
	.product-item-wrapper .product-item-img {
		margin-bottom:15px;
	}
	/*DETTAGLIO PRODOTTO*/
	#product_gallery_zoom #navigation {
		display:-ms-flexbox;
		display:flex;
		-ms-flex-pack:center;
		justify-content:center;
	}
	#product_gallery_zoom #navigation a {
		width: calc((100%/5) - 10px);
	}
	#product_gallery_slide .owl-controls {
		bottom: 30px;
		margin-bottom: 0px;
		position: absolute;
		width: 100%;
	}

	#product_gallery_slide .owl-controls .owl-dots {
		counter-reset: section;
	}
	#product_gallery_slide .owl-controls .owl-dot {
		display: inline-block;
		width: 18px;
		height: 16px;
		line-height: 14px;
		background: transparent;
		color: #fff;
		text-indent: 0;
		font-weight: bold;
		font-size: 11px;
		font-weight: 500;
		text-align: center;
		border:0px none;
		margin:0px 6px;
		counter-increment: section;
	}
	#product_gallery_slide .owl-controls .owl-dots .active { 
		border-bottom:solid 1px #fff;
		background: transparent;
	}
	#product_gallery_slide .owl-controls .owl-dots span::before {
		content: counter(section);
	  }
	.prod-detail-info h1.product-name {
		font-size:25px;
		line-height:30px;
	}
	.prod-detail-info span.price {
		font-size:16px;
	}
	.prod-detail-info span.iva {
		font-size:12px;
	}
	.prod-detail-info div.fancy-select div.trigger {
		margin-top:15px;
	}
	.guida-taglie td {
		font-size:10px;
	}
	.prod-detail-info .qty .qty-selector {
		float: none;
		display: inline-block;
		margin-left: 35px;
	}
	.prod-detail-info .addto-wishlist .button-ico {
		margin-right: 13px;
    	margin-left: 13px;
	}
	.prod-detail-info {
		margin-bottom:0;
	}
	#size-pop-wrapper {
		width: 100vw;
		right: -100vw;
	}
	.size-pop-container {
		padding: 50px 25px;
	}
	/*LOOKBOOK*/
	.lookbook-row {
		margin-bottom: 100px;
	}
	.lookbook-page .lookbook-img-wrapper {
		width:100%;
		margin-bottom: 40px;
	}
	.lookbook-page .lookbook-text-wrapper {
		width: 80vw;
		margin-left: 10vw;
		padding: 0px 15px;
	}
	.lookbook-page .lookbook-row-right .lookbook-text-wrapper.order-1 {
		margin-right: 10vw;
		margin-left: 10vw;
	}
	.lookbook-page .lookbook-info-title {
		left: 10vw;
		width: 80vw;
		top: 150px;
	}
	.lookbook-page .lookbook-row-right .lookbook-info-title  {
		left: 10vw;
		padding: 0px 15px;
	}
	.lookbook-page .lookbook-detail-container .lookbook-item.right {
		transform: translate3d(0,0px,0);
		-webkit-transform: translate3d(0,0px,0);
		-ms-transform: translate3d(0,0px,0);
		-moz-transform: translate3d(0,0px,0);
		-o-transform: translate3d(0,0px,0);
	}
	/*USER PAGES*/
	.user-page-content .cart-aside .cart-summary {
		margin-bottom:40px;
	}
	.user-page-content .cart-aside .cart-address-summary {
		margin-bottom:50px;
	}
	/*CARRELLO*/	
	.cart-th > div, .cart-item > div {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.cart-th > div:nth-last-child(1), .cart-item > div:nth-last-child(1) {
		padding-right:0px;
	}
	.cart-items .cart-th h4 {
		font-size: 11px;
		letter-spacing: 1.8px;
	}
	#carrello-detail .cart-items {
		margin-bottom: 40px;
	}
	/*SHOP THE LOOK*/
	.lookbook-page .lookbook-detail-container .lookbook-item {
		grid-column-end: span 2;
		grid-row-end: span 2;
	}
	.detail-look-wrapper .look-prod-wrapper {
		padding: 50px 15px;
		position: unset;
	}
	.container-fluid.detail-look-wrapper .detail-look-container {
		width:450px;
	}
	.detail-look-wrapper .look-prod-wrapper .lookbook-item-buy-single:nth-last-child(1) {
		padding-bottom:0;
	}
	/*BRAND*/
	.brand-page .brands-list-wrapper {
		column-count:2;
	}
	/*CONTATTI*/
	.contatti-page .main-content .container-fluid .container {
		position:initial;
	}
	.contatti-page .main-content .inner-content {
		position:initial;
	}
	/*PAGINA ABOUT*/
	.about-page main .filo-about {
		background: url(../../img/filo-about-576.svg) no-repeat top left;
		top:290px;
		left:70%;
	}
	.about-page .main-content {
		padding-top: 43px;
	}
	.about-page .about-row {
		margin-bottom: 55px;
	}
	.about-page h1.smaller, 
	.about-page .h1.smaller {
		font-size: 36px;
		line-height: 44px;
	}
	.about-page p {
		font-size: 16px;
		line-height: 24px;
	}
	/*STATIC*/
	.static-page .main-content .margin-bottom-60 {
		margin-bottom:30px!important;
	}
	/*FOOTER*/
	footer {
		position:initial;
	}
	.footer-newsletter-wrapper {
		margin-top:30px;
	}
	/*POPUP*/
	.popup-container {
		max-width: 100%;
		min-width:330px;
		min-width: 80%;
	}
	#scheda-vestibilita.popup-container {
		padding-left:0px;
		padding-right:0px;
	}
	.mixmatch-cartpopup.popup-container {
		padding-left:0px;
		padding-right:0px;
	}
	#pwforgot-form.popup-container {
		padding-left:15px;
		padding-right:15px;
	}
	#newsletter-promo-pop {
		max-width:80%;
		padding: 0;
	}
	#newsletter-promo-pop .fancybox-close-small {
		top: 15px;
		right: 15px;
	}
	#newsletter-promo-pop .newsletter-promo-wrapper {
		margin: 35px 0px;
		padding: 20px;
	}
	#newsletter-promo-pop .main-newsletter-promo-pop {
		padding: 55px 30px;
	}
	/*RESPONSIVE TABLES*/
	.table-responsive-horizzontal-sm table, 
	.table-responsive-horizzontal-sm thead, 
	.table-responsive-horizzontal-sm tbody, 
	.table-responsive-horizzontal-sm th, 
	.table-responsive-horizzontal-sm td, 
	.table-responsive-horizzontal-sm tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	.table-responsive-horizzontal-sm thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
  
	.table-responsive-horizzontal-sm tr {
		margin: 0 0 20px 0;
		border: 1px solid #b6b9bb;
		background-color: #FBFCFC;
	}
	.table-responsive-horizzontal-sm tr td{
		border-left:none !important;
		white-space: normal !important;
	}
	.table-responsive-horizzontal-sm td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #fff; 
		position: relative;
		padding-left: 50% !important; 
		white-space: normal;
		text-align:left!important;
		font-size: 12px;
	}
 
	.table-responsive-horizzontal-sm td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 10px;
		left: 10px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-size: 12px;
	}
	.table-responsive-horizzontal-sm  td.first:before {
		font-weight:bold;
	}
 
	/*
	Label the data
	*/
	.table-responsive-horizzontal-sm td:before { content: attr(data-title); }

	
	.gift-icons{ 
		flex-basis: 100%;
	}

}

@media (max-width:575px) {
	.alert h3 {
		font-size: 20px;
		margin-bottom: 10px;
		line-height: 30px;
	}
	/*HOME*/
	section.main-content .wrap-main-slide #carousel-main-slide {
		overflow:initial;
	}
	section.main-content .wrap-main-slide #carousel-main-slide .carousel-item:after,
	section.main-content .wrap-main-slide #carousel-main-slide .carousel-item:before {
		display:none;
	}
	section.main-content .wrap-main-slide .main-slide #carousel-main-slide .carousel-inner .main-slide-content .caption-slide.text-left {
		left:15px;
	}
	section.main-content .wrap-main-slide .main-slide #carousel-main-slide .carousel-inner .main-slide-content .caption-slide.text-right {
		right:15px;
	}
	section.main-content .wrap-main-slide .main-slide #carousel-main-slide .carousel-inner {
		height: calc(100vh - 70px);
	}
	.home-lookbook-info-main {
		height:515px;
	}
	.home-lookbook-info .img-fluid {
		width: auto;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		min-height: 100%;
		object-fit: cover;
	}

	.home-look-slide {
		padding: 0 15%;
	}
	.home-look-slide .owl-stage-outer {
		overflow: unset;
	}
	.home-look-slide .owl-controls {
		display: none;
	}
	.home-look-prod-slide {
		max-width:calc(100% - 60px);
	}
	.corr-home-slide {
		padding: 0 15%;
	}
	.corr-home-slide .owl-controls {
		display: none;
	}
	.home-lookbook-info .info-donna-shop .img-fluid {
		position: relative;
		left:auto;
		transform:none;
		min-height: auto;
		object-fit: unset;
	}
	.info-donna-shop {
		width: 70%;
	}
	.home-newsletter-wrapper h2 {
		font-size: 19px;
		letter-spacing: 2.8px;
		line-height: 28px;
	}
	/*HEADER*/
	header .header-right .item {
		margin-left:15px;
	}
	.menu-trigger {
		margin-left:15px;
	}

	#mp-menu.mp-menu {
		width:100vw;
	}
	main > .mp-menu-close {
		left:calc(100vw - 50px);
		transform: translate3d(-100vw, 0, 0);
    	-webkit-transform: translate3d(-100vw, 0, 0);
    	-moz-transform: translate3d(-100vw, 0, 0);
	}

	/*SHOP LANDING UOMO / DONNA*/
	.main-cat-detail-page .shop-the-look h4 {
		font-size: 24px;
		padding: 0px 15px;
	}
	.main-cat-detail-page .shop-banner-wrapper .shop-banner {
		padding:0px;
		margin-bottom:15px;
	}
	
	/*LISTA PRODOTTI*/
	.main-product-list-page .main {
		padding-left:0px;
		padding-right:0px;
	}
	.breadcrumb {
		font-size: 8px;
	}
	.product-item {
		margin-bottom: 50px;
	}
	.guida-taglie td {
		font-size:9px;
	}
	.product-page-cont .alert-warning {
		text-align: center;
	}
	/*DETTAGLIO PRODOTTO*/
	.prod-detail-info .addtocart.button {
		width: 100%;
		margin-bottom:15px;
	}
	.prod-detail-info .wish-compare {
		text-align: center;
	}
	.related-wrapper-container .owl-prev {
		left:10px;
	}
	.related-wrapper-container .owl-next {
		right:10px;
	}
	/*LOOKBOOK*/
	.lookbook-row {
		margin-bottom: 80px;
	}
	.lookbook-page .lookbook-info-title h3 {
		font-size:30px;
		line-height:32px;
	}
	.lookbook-page .lookbook-text-wrapper {
		width: 100vw;
		margin-left: 0vw;
		padding: 0px 15px;
	}
	.lookbook-page .lookbook-row-right .lookbook-text-wrapper.order-1 {
		margin-right: 0vw;
		margin-left: 0vw;
	}
	.lookbook-page .lookbook-info-title {
		left: 0vw;
		width: 100vw;
		top: 120px;
	}
	.lookbook-page .lookbook-row-right .lookbook-info-title  {
		left: 0vw;
	}
	.lookbook-page .lookbook-detail-container .lookbook-item {
		margin-bottom: 60px;
	}
	/*CARRELLO*/
	#carrello-detail .cart-item {
		overflow:hidden;
		border-bottom: solid 1px #dcdcdc;
	}
	#carrello-detail .cart-item .cart-item-image,
	#carrello-detail .cart-item .cart-item-description,
	#carrello-detail .cart-item .cart-item-qty,
	#carrello-detail .cart-item .cart-item-price {
		border:0px none;
		padding:10px 15px!important;
	}
	#carrello-detail .cart-item .cart-item-description,
	#carrello-detail .cart-item .cart-item-qty,
	#carrello-detail .cart-item .cart-item-price {
		clear:right;
		text-align:left!important;
	}
	#carrello-detail .cart-item .cart-item-description {
		padding-top: 40px!important;
		padding-bottom: 0!important;
	}
	#carrello-detail .cart-item .cart-item-qty {
		padding-top:0!important;
		padding-bottom:0!important;
	}
	.cart-item button.items-count.increase {
		padding-right:0px;
	}
	.cart-item button.items-count.reduced {
		padding-left:0px;
	}
	.cart-item .remove-button {
		position: absolute;
		top: 5px;
		right: 0;
		padding-left: 0;
		padding-right: 18px;
		background-position-x: right;
		background-size: 10px;
	}
	/*CHECKOUT*/
	.checkout-page .breadcrumbs-outer-wrapper > .container {
		padding:0;
	}
	.checkout-steps li p {
		font-size:9px;
		line-height:30px;
	}
	/*LOOKBOOK*/
	.lookbook-page .lookbook-item:nth-child(2n) img {
		width: 85%;
	}
	
	/*SHOP THE LOOK*/
	.lookbook-page .lookbook-detail-container .lookbook-item {
		grid-column-end: span 4;
		grid-row-end: span 4;
		padding-top: 0;
	}
	.lookbook-page .lookbook-detail-container .lookbook-item .img-product.small-pictures img {
		width:100%;
	}
	.container-fluid.detail-look-wrapper .detail-look-container {
		width:300px;
	}
	.container-fluid.detail-look-wrapper .detail-look-container .product-item-img {
		margin-bottom:25px;
	}
	.detail-look-wrapper .addtocart {
		width: 100%;
	}
	/*USER PAGES*/
	.cart-item .cart-item-description {
		text-align:center;
		padding:0;
	}
	.user-page-content .table.product-table .cart-item .cart-item-price{
		text-align:center!important;
	} 
	.user-page-content .table.product-table .cart-item .cart-item-price:before {
		content: "tot. ";
		font-weight: 300;
		font-size: 10px;
	}
	.user-page-content .table.product-table .cart-item .cart-item-qty .final_qty {
		text-align:center!important;
		border:0px none;
		height: auto;
		line-height: normal;
		margin-bottom:15px;
	}
	.user-page-content .order-items .table.product-table .cart-item .cart-item-qty .final_qty:after {
		content:"x";
	}
	.user-page-content .order-items #reso-form .table.product-table .cart-item .cart-item-qty .final_qty:after {
		content:"";
	}
	.user-page-content .cart-aside .cart-address-summary {
		margin-bottom:30px;
	}
	.user-page-content .cart-item .cart-item-image {
		margin-bottom:15px;
	}
	#reso-form .cart-item .cart-item-description {
		margin-bottom:15px;
	}
	.cart-items.orders-table {
		padding-right:0px;
	}
	.orders-table .cart-item .cart-item-description, .table-resi-master .cart-item .cart-item-description {
		padding:0;
	}
	.orders-table .cart-item h5 + h5 {
		margin-top: 5px;
	}
	/*PAGINA ABOUT*/
	.about-page main .filo-about {
		background: url(../../img/filo-about-480.svg) no-repeat top left;
		top:390px;
		left:80%;
	}
	.about-page .main-content {
		padding-top: 43px;
	}
	.about-page .about-row {
		margin-bottom: 75px;
	}
	.about-page h1.smaller, 
	.about-page .h1.smaller {
		font-size: 25px;
		line-height: 30px;
	}
	.about-page p {
		font-size: 14px;
		line-height: 22px;
	}
	/*STATIC*/
	.static-page .main-content .margin-bottom-60 {
		margin-bottom:30px!important;
	}
	/*POPUP*/
	.fancybox-slide>* {
		padding-left:0px;
		padding-right:0px;
	}
	.popup-container {
		min-width: 340px;
		padding-left: 15px;
		padding-right: 15px;
	}
	#scheda-vestibilita.popup-container > .container {
		padding-left:0px;
		padding-right:0px;
	}
	#scheda-vestibilita.popup-container .guida-taglie-wrapper > tbody > tr > td {
		padding-left:8px;
		padding-right:8px;
	}
	/*FOOTER*/
	footer .item.refine h4.title {
		font-family: "Spectral", serif;
		font-size: 13px;
		font-weight: 400;
		letter-spacing: 2px;
		line-height: 18px;
		text-align: center;
		text-transform: uppercase;
		border-bottom:solid 1px #444;
		padding:0px 0px 20px 0px;
		position: relative;
	}
	footer .refine .title:after {
		content: "";
		background: url(../../img/select-down-arrow-white.svg) no-repeat center center;
		background-size: 16px;
		color: #000;
		font-size: 12px;
		font-weight: normal;
		top: 0;
		right: 15px;
		width: 16px;
		height: 18px;
		position: absolute;
	}
	footer .refine .title.active:after {
		background: url(../../img/select-up-arrow-white.svg) no-repeat center center;
	}
	footer .footer-menu {
		text-align: center;
		margin-bottom: 30px;
	}
	footer h5 {
		font-family: "Spectral", serif;
		font-size: 13px;
		font-weight: 400;
		letter-spacing: 2px;
		line-height: 18px;
		text-align: center;
	}
	/*RESPONSIVE TABLES*/
	.table-responsive-horizzontal table, 
	.table-responsive-horizzontal thead, 
	.table-responsive-horizzontal tbody, 
	.table-responsive-horizzontal th, 
	.table-responsive-horizzontal td, 
	.table-responsive-horizzontal tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	.table-responsive-horizzontal thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
  
	.table-responsive-horizzontal tr {
		margin: 0 0 20px 0;
		border: 1px solid #b6b9bb;
		background-color: #FBFCFC;
	}
	.table-responsive-horizzontal tr td{
		border-left:none !important;
		white-space: normal !important;
	}
	.table-responsive-horizzontal td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #fff; 
		position: relative;
		padding-left: 50% !important; 
		white-space: normal;
		text-align:left!important;
		font-size: 12px;
	}
 
	.table-responsive-horizzontal td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 10px;
		left: 10px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-size: 12px;
	}
	.table-responsive-horizzontal  td.first:before {
		font-weight:bold;
	}
 
	/*
	Label the data
	*/
	.table-responsive-horizzontal td:before { content: attr(data-title); }
	
	
}


@media (max-width:479px) {
	/*PAGINA ABOUT*/
	.about-page main .filo-about {
		background: url(../../img/filo-about-320.svg) no-repeat top left;
		top:115px;
		left:80%;
	}
	.about-page .main-content {
		padding-top: 43px;
	}
	.about-page .about-row {
		margin-bottom: 75px;
	}
	.about-page h1.smaller, 
	.about-page .h1.smaller {
		font-size: 25px;
		line-height: 30px;
	}
	.about-page p {
		font-size: 14px;
		line-height: 22px;
	}

}





/* row Column clear fixes */
@media (min-width:1281px){
    .auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:992px) and (max-width:1280px){
    .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
    .auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-sm-6:nth-child(odd){clear:left;}
}
@media (max-width:767px){
    .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-xs-6:nth-child(odd){clear:left;}
}




.text-xs-left {
  text-align: left;
}

.text-xs-right {
  text-align: right;
}

.text-xs-center {
  text-align: center;
}

@media (min-width: 34em) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
}

@media (min-width: 48em) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
}

@media (min-width: 62em) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
}

@media (min-width: 75em) {
  .text-xl-left {
    text-align: left;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-center {
    text-align: center;
  }
}

