/* Compiled Less CSS File */
/* Generated from "grk.custom.layout.css" */

/************************************************************/
/* 															*/
/*	GRK CMS Responsive Framework 							*/
/*	Version 1.1 http://www.grkcms.com						*/
/*	Created for using with GRK CMS Templates 				*/
/*	Under GRKFORGE license									*/
/* 															*/
/************************************************************/

/* ---------------------------------------------------------------------------------------------------- */
/*
    GESTIONE COLORI UTILIZZATI
    BIANCO: #FFFFFF
	ROSSO: #91033D
	NERO: #000000																					    */
/* ---------------------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* HTML ----------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.grecaptcha-badge {
    display: none;
}
html {
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}


/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* @font-face ----------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

/*@font-face {
    font-family: 'AvenirNextRegular';
    src: url('../fonts/AvenirNext-Regular.eot');
    src: url('../fonts/AvenirNext-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AvenirNext-Regular.woff2') format('woff2'),
    url('../fonts/AvenirNext-Regular.woff') format('woff'),
    url('../fonts/AvenirNext-Regular.ttf') format('truetype'),
    url('../fonts/AvenirNext-Regular.svg#AvenirNext-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNextBold';
    src: url('../fonts/AvenirNext-Bold.eot');
    src: url('../fonts/AvenirNext-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AvenirNext-Bold.woff2') format('woff2'),
    url('../fonts/AvenirNext-Bold.woff') format('woff'),
    url('../fonts/AvenirNext-Bold.ttf') format('truetype'),
    url('../fonts/AvenirNext-Bold.svg#AvenirNext-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'AvenirNextHeavy';
    src: url('../fonts/AvenirNext-Heavy.eot');
    src: url('../fonts/AvenirNext-Heavy.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AvenirNext-Heavy.woff2') format('woff2'),
    url('../fonts/AvenirNext-Heavy.woff') format('woff'),
    url('../fonts/AvenirNext-Heavy.ttf') format('truetype'),
    url('../fonts/AvenirNext-Heavy.svg#AvenirNext-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
}
*/


/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* BODY ----------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

body {
    font-family: "Mulish", Arial, Helvetica, Clean, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    background-color: #FFFFFF;
    color: #000000;margin-top: 130px;
}
/*

body.disable-scroll {
  overflow: hidden;
}
*/

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* LINKS ---------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
a {
  color: #91033D;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* TYPO ----------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    font-family: "Mulish", Arial, Helvetica, Clean, sans-serif;
    font-weight: 700;
	margin: 0;
	line-height: normal;
}
h1 {
    color: #D5274F;
  margin-bottom: 10px;  
  line-height: 42px;
  font-size: 30px;
    font-weight: 900;
}
h2 {
    color: #91033D;
  font-size: 28px;
    font-weight: 900;
}
h3 {
  font-size: 22px;
  line-height: 30px;
}
h3.small {
  font-size: 16px;
}
h4 {
  font-size: 20px;
  margin: 20px 0;
}
h5 {
  font-size: 15px;
}
strong, b {
    font-family: "Mulish", Arial, Helvetica, Clean, sans-serif;
    font-weight: 700;
}
p {
    font-size: 16px;
    line-height: 25px;
    margin: 10px 0;
}

.x-large {
  font-size: 60px;
  font-weight: 900;
}
.large {
  font-size: 40px;
  font-weight: 900;
}
.medium {
  font-size: 18px;
  font-weight: 700;
}
small, .small {
  font-size: 11px;
}
blockquote, q {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #000000;
  color: #ffffff;
  line-height: 27px;
  margin: 0;
  padding: 10px 20px;
  quotes: "\201C" "\201D" "\2018" "\2019";
  font-style: italic;
  font-size: 20px;
}
code, pre {
  padding: 2px 6px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 12px;
  background-color: #f1f1f1;
  line-height: 18px;
  color: #222222;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
sub, sup {
  font-size: 12px;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

hr {
  border: 0;
  background: none;
  outline: 0;
  height: 1px;
  background-color: #E2E6EB;
  margin: 30px 0;
}


/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* COMMON BUTTONS ------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

.btn, .btn:visited {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: inline-block;
    margin: 0 auto;
    padding: 15px 30px;
    position: relative;
    text-align: center;
    width: auto;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #91033D;
    border: 2px solid #91033D;
    color: #FFFFFF;
}
.btn:hover {
    background-color: #000000;
    border: 2px solid #000000;
    color: #FFFFFF;
}
.btnColor,
.btnColor:visited {
  	background-color: #BCB09C;
    border: 2px solid #BCB09C;
  	color: #FFFFFF;
}
.btnColor:hover {
    background-color: #000000;
    border: 2px solid #000000;
    color:#D9D2BF;
}
.btnWhite,
.btnWhite:visited {
	background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
	color: #000000;
}
.btnWhite:hover {
	background-color: #91033D;
    border: 2px solid #91033D;
	color: #000000;
}
.btnOutline,
.btnOutline:visited {
    background: none;
    border: 2px solid #91033D;
    color: #91033D;
}
.btnOutline:hover {
	background-color: #91033D;
    border: 2px solid #91033D;
	color: #FFFFFF;
}
.btnOutlineWhite,
.btnOutlineWhite:visited {
    background: none;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}
.btnOutlineWhite:hover {
    background-color: #91033D;
    border: 2px solid #91033D;
    color: #FFFFFF;
}
.btn.btn-small {
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* VERTICAL ALIGN ------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

.displayTable {
  	display: table;
}
.centratoVert {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
.h100 {
	height: 100%;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* RELATIVE ------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

.relative {
  position: relative;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* LISTE ---------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

ul {
  margin: 0;
  padding: 0;
  list-style: disc outside;
}

ol {
  list-style: decimal;
  margin: 4px 0 4px 15px;
  padding: 0;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* LOADER --------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

#loader {
  display: none;
  width: 100%;
  top: 0;
  left: 0; 
  bottom: 0; 
  right: 0;
  position: absolute;
  text-align: center;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.85);
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}
#loader img {
  margin-top: 45px;
}
#loader img.loading-products {
  margin-top: calc(50vh - 203px);
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* HEADER / NAVIGATION -------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

#main-menu {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 101;
    font-weight: 400;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 20px;
    background: none;
    transition: background 350ms linear, padding 350ms linear;
    -o-transition: background 350ms linear, padding 350ms linear;
    -moz-transition: background 350ms linear, padding 350ms linear;
    -webkit-transition: background 350ms linear, padding 350ms linear;
}

#main-menu.scroll  {
    padding-top: 0px;
    background: #fff;
}


/* TOP MENU -------------------------------------------------------------------------------- */

.top-menu-container-parent {
    transition: background 350ms linear, padding 350ms linear;
    -o-transition: background 350ms linear, padding 350ms linear;
    -moz-transition: background 350ms linear, padding 350ms linear;
    -webkit-transition: background 350ms linear, padding 350ms linear;
}


.top-menu-container {

    /*border-bottom: 1px solid #E2E6EB;*/
    line-height: 40px;
    height: 40px;
    padding: 0;
}
.top-menu-container ul {
    float: right;
    list-style-type: none;
    display: block;
    width: 100%;
    background: #E5E5E5;
    margin: 0;
    padding: 0;
}
.top-menu-container ul li {
    float: right;
    border-left: 1px solid #E2E6EB;
}
.top-menu-container ul li:last-child {
    border-left: 0;
}
.top-menu-container ul li a {
    color: #000;
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin: 0 4px;
    padding: 0 5px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.top-menu-container ul li a img {
    float: left;
    width: auto;
    margin-right: 8px;
    height: 28px;
}
.top-menu-container ul li a.current,
.top-menu-container ul li a:hover {
    color: #91033D;
}
.top-menu-container .dropdown {
    float: right;
    position: relative;
    padding: 0 10px 0px 25px;
    min-width: 70px;
    border-left: 0;
    background: #91033D;
}

.top-menu-container .dropdown a,  .top-menu-container .dropdown a:hover{
    color: #fff;
}
.top-menu-container ul li.dropdown::after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    left: 14px;
    top: 14px;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}
.top-menu-container .dropdown-content, .utility .dropdown-content {
    color: #fff;
    transition: opacity 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: opacity 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: opacity 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: opacity 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    display: block;
    z-index: 10;
    padding: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 30px;
    opacity: 0;
    pointer-events: none;
}
.utility .dropdown-content {
    top: 40px;
    width: 170px;
    left: -20px;
}
.top-menu-container .dropdown-content a, .utility .dropdown-content a {
    border-top: 1px solid #E2E6EB;
    color: #000;
    background: #B7B7B7;
    margin: 0;
    text-align: center;
    padding: 3px 0;
}
.top-menu-container .dropdown-content a:hover, .utility .dropdown-content a:hover {
    background: #E5E5E5;
    color: #000;
}
.top-menu-container .dropdown:hover .dropdown-content, .utility .dropdown:hover .dropdown-content {
    opacity:1;
    pointer-events: auto;
}
/* FINE TOP MENU -------------------------------------------------------------------------------- */

/* MAIN MENU -------------------------------------------------------------------------------- */
header {
    background-color: #FFFFFF;
    padding: 15px;
    margin-right: 20px;
    margin-left: 20px !important;

}
header a {
	display: inline-flex;
	float: left;
    height: 100%;
    display: table;
    margin: 0 20px;
  	font-weight: 300;
}
header a span {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
header a.logo img {
    height: 60px;
    transition: height 350ms linear;
    -o-transition: height 350ms linear;
    -moz-transition: height 350ms linear;
    -webkit-transition: height 350ms linear;
}

.scroll {
    border-bottom: 1px solid #D9D2BF;
}

.main-menu-container {
    height: 60px;
    padding: 0;
    transition: height 350ms linear;
    -o-transition: height 350ms linear;
    -moz-transition: height 350ms linear;
    -webkit-transition: height 350ms linear;
}
ul.main-menu {
    float: right;
    list-style-type: none;
    display: block;
    height: 60px;
    transition: height 350ms linear;
    -o-transition: height 350ms linear;
    -moz-transition: height 350ms linear;
    -webkit-transition: height 350ms linear;
}
nav {
    height: 100%;
}

ul.main-menu li {
	float:left;
    height: 100%;
}
ul.main-menu li a {
	color: #000;
	margin: 0;
	padding: 0 15px;
	text-transform: uppercase;
	font-size: 16px;
}
ul.main-menu li a.current,
ul.main-menu li:hover a {
	color: #91033D;
}
ul.main-menu li:last-child a {
	border-right: none;
}
.nav-toggle {
	display: none;
}
/* RICERCA -------------------------------------------------------------------------------- */
.search-container {
	background: #E5E5E5;
    bottom: 20px;
    height: calc(100vh - 100px);
    left: 20px;
    margin: auto;
    opacity: 0;
    overflow: scroll;
    pointer-events: none;
    position: fixed;
    right: 20px;
    top: 220px;
    width: 0%;
    z-index: 990;
	-webkit-transition: all 0.3s ease 0s;  
	-moz-transition: all 0.3s ease 0s;  
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s; 
}
.scroll .search-container {
    top: 181px;
    left: 0;
    right: 0;
}
.search-container.visible {
	opacity: 1;
	pointer-events: auto;
    width: calc(100% - 40px);
}
.scroll .search-container.visible {
    width: 100%;
}
.search-container a, .search-container-mobile a {
	background: #91033D;
	display: inline;
    float: left;
    height: 26px;
    margin: 2px 0;
    padding: 15px;
    width: 20px;
}
.search-container a.close {
    background: #BCB09C;
}
input#find {
    margin: 2px auto;
    padding: 20px 10px;
    width: calc(100% - 120px);
    border: 0;
    background-color: #ffffff;
    font-size: 16px;
}

.search-container ul.results-list, .search-container-mobile ul.results-list  {
	list-style: none;
	padding: 0;
} 
.search-container ul.results-list li, .search-container-mobile ul.results-list li {
	float: left;
	list-style: none;
	margin: 10px 0;
	width: 100%;
}
.search-container ul.results-list li a, .search-container-mobile ul.results-list li a  {
	background-color: #fff;
	height: 100%;
	padding: 0;
	width: 100%;
}
.search-container ul.results-list li a span.link, search-container-mobile ul.results-list li a span.link {
  background-color: rgba(255, 255, 255, 0.85);
  bottom: 0;
  display: table-cell;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 10;
  vertical-align: middle;
}
.search-container ul.results-list li a span.link p, .search-container-mobile ul.results-list li a span.link p {
	border: 2px solid #91033D;
    color: #91033D;
    font-weight: 900;
    height: 40px;
    line-height: 40px;
    margin: 45px auto;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
}
.search-container ul.results-list li a .centratoVert:first-child, .search-container-mobile ul.results-list li a .centratoVert:first-child {
	background-position: 50% 50%;
	background-size: cover;
	height: 150px;
	width: 150px;
}
.search-container ul.results-list li a h3, .search-container-mobile ul.results-list li a h3  {
	color: #91033D;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
}
.search-container ul.results-list li a h5 , .search-container-mobile ul.results-list li a h5 {
    font-size: 13px;
}
.search-container ul.results-list li a h5, .search-container-mobile ul.results-list li a h5  {
    color: #000;
}
.search-container ul.results-list li a p, .search-containermobile ul.results-list li a p  {
    color: #000;
    font-weight: 300;
}

/* FINE MAIN MENU -------------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* PAGES DESIGN --------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

/* HOMEPAGE ------------------------------------------------------------------------------------------- */
.velo {
    background: rgba(0,0,0,.35);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
}
a.scrollDown {
    bottom: 30px;
    display: block;
    left: calc(50% - 20px);
    position: absolute;
    width: auto;
    z-index: 100;
    line-height: 0;
}
a.scrollDown img {
    width: auto;
}
.homepage-categories-star {
    text-align: center;
}
.homepage-categories-star h2 {
    font-size: 40px;
    line-height: 50px;
    padding: 0;
    margin: 50px 0 40px 0;
}
.homepage-categories-star a {
    display: block;
    text-transform: uppercase;
    font-weight: 400;
}

.homepage-categories-star a span {
    color: #000000;
    width: 100%;
    display: block;
    margin-top: 30px;
    height: 50px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.homepage-categories-star a:hover span {
    color: #91033D;
}
.homepage-categories-star .btn {
    margin-top: 50px;
    display: inline-block;
}

.prod-tags {
    display: inline-block;
    width: 30%;
    margin-bottom: 30px;
}
.prod-tags h4 {
    color: #91033D;
}

a .incoming h1 {
    color: #D5274F;
    font-size: 40px;
    font-family: "Mulish", Arial, Helvetica, Clean, sans-serif;
    font-weight: 900;
    line-height: 40px;
}
a .incoming .centratoVert:first-child {
    padding-right: 20px;
    width: 60px;
}
a .incoming .centratoVert:last-child {
    padding-left: 35px;
}
a .incoming h4 {
    color: #91033D;
    font-family: "Mulish", Arial, Helvetica, Clean, sans-serif;
    font-weight: 700;
    font-size: 24px;
    margin: 3px 0;
    text-transform: uppercase;
}
a .incoming h3 {
    color: #000;
}
a .incoming p {
    color: #8c98a6;
    font-size: 13px;
    line-height: 22px;
}
a .incoming strong {
    color: #000;
    font-size: 13px;
    line-height: 22px;
}
.border-right-grey {
    border-right: 1px solid #000;
}



/* PAGINE UTILITY --------------------------------------------------------------------------------------------------- */
.images-container {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/library/pagination/images/bg-pages.jpg");
}

.pagine-intro .images-container {
    height: 280px;
     display: table;
     width: 100vw;
 }
.pagine-intro .images-container .container-full {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}
.pagine-intro .images-container h1, .images-container span {
    margin-top: 130px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 45px;
    margin-left: calc(50% - 650px);
}
.pagine-intro .images-container p {
    margin-left: calc(50% - 650px);
}
.pagine-intro .images-container span {
    float: left;
    margin-bottom: 10px;
    font-family: "Mulish", Arial, Helvetica, Clean, sans-serif;
    font-weight: 900;
}
.pagine-intro p {
    color: #FFFFFF;
}
.pagine-intro-details {
    padding: 50px 0;
}
.pagine-intro-details h1,
.pagine-intro-details h2,
.pagine-intro-details h3,
.pagine-intro-details h4,
.pagine-intro-details h5 {
    font-family: "Mulish", Arial, Helvetica, Clean, sans-serif;
    font-weight: 700;
}

.pagine-intro-details h1 {
    font-size: 28px;
    margin: 0 0 20px 0;
}
.pagine-intro-details h2 {
    color: #D5274F;
    font-size: 23px;
    margin: 10px 0 20px 0;
}
.pagine-intro-details h3 {
    color: #D5274F;
    font-size: 20px;
    margin: 15px 0;
}

.pagine-intro-details h4 {
    color: #636B73;
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0;
}

/* AZIENDA ---------------------------------------------------------------------------------------------------------- */
.about-us .six {
    padding: 0;
    margin: 0;
    width: 50%;
}
.about-us h1 {
    padding: 35px 0 10px 0;
    margin: 0;
}
.about-us h4 {
    padding: 15px 0;
    margin: 0;
}
.about-us p {
    text-align: justify;
    margin: 0;
    padding: 15px 0;
}
.about-us .img-container {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.about-us .img-container span {
    color: #fff;
    font-family: "Mulish", Arial, Helvetica, Clean, sans-serif;
    font-weight: 900;
    line-height: 110px;
    font-size: 100px;
    margin: 50px;
}
.aboutBanner h1, .aboutBanner h2, .aboutBanner h3, .aboutBanner h4, .aboutBanner h5, .aboutBanner p {
    color: #fff;
    position: relative;
}
.gallery-about .three {
    margin: .2%;
    padding: 0;
    width: 24.6%;
    float: left;
    clear: none;
}
.img-mask {
    overflow: hidden;
}
.gallery-about a.img-mask img {
    -webkit-transition: transform 5000ms ease-out 0s;
    -moz-transition: transform 5000ms ease-out 0s;
    -ms-transition: transform 5000ms ease-out 0s;
    -o-transition: transform 5000ms ease-out 0s;
    transition: transform 5000ms ease-out 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.gallery-about a.img-mask:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.padding-percent {
    padding: 5%;
}
.about-us hr {
    background-color: #D5274F;
}

/* CONTATTI --------------------------------------------------------------------------------------------------------- */
#map-canvas {
    width:100%;
    height: 400px;
}
.general-contacts-container {
    padding: 30px 0;
}
.general-contacts-container h2 {
    margin-bottom: 20px;
}
.warning {
    font-style: italic;
    margin: 20px 0;
}
.diventa-rivenditore {
    text-align: center;
    background-color: #E5E5E5;
    width: calc(100% - 40px);
    padding: 20px;
    margin-top: 50px;
}
.diventa-rivenditore .btn {
    margin-top: 20px;
}

#map {
    width: 100%;
    height: 65vh;
    margin: 30px 0;
}

.posizione img, .elenco img {
    margin-bottom: 15px;
    width: 100px;
}
.posizione , .elenco  {
    border-bottom: 4px solid #f4f4f4;
    display: block;
    padding: 40px 0;
    -webkit-transition: border-bottom 0.5s ease 0s;
    -moz-transition: border-bottom 0.5s ease 0s;
    -o-transition: border-bottom 0.5s ease 0s;
    transition: border-bottom 0.5s ease 0s;
}
.posizione:hover, .elenco:hover {
    border-bottom: 4px solid #91033D;
}
.posizione h5, .elenco h5 {
    color: #000;
    font-family: "Mulish", Arial, Helvetica, Clean, sans-serif;
    font-weight: 900;
    text-transform: uppercase;

    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.posizione h5:hover, .elenco h5:hover {
    color: #91033D;
}
#punti-vendita .column {
    padding: 0;
}
#punti-vendita input[type="text"] {
    background: none;
    border: solid 1px #E2E6EB;
    width: 100%;
    height: 50px;
    padding: 15px;
    box-sizing: border-box;
    margin: 10px 0;
    font-family: "Mulish", Arial, Helvetica, Clean, sans-serif;
    font-weight: 400;
    font-size: 14px;
}
#punti-vendita hr {
    height: 1px;
    background-color: #D9D2BF;
    margin: 10px 0;
}
#punti-vendita p {
    margin: 0;
}
#punti-vendita label.radio {
    margin-top: 23px;
    float: left;
}
#punti-vendita a.btn {
    margin-top: 43px;
}
.infopoint {
    font-family: "Mulish", Arial, Helvetica, Clean, sans-serif;
    font-weight: 400;
}
.infopoint a {
    font-family: "Mulish", Arial, Helvetica, Clean, sans-serif;
    font-weight: 700;
}
.infopoint h2 {
    font-family: "Mulish", Arial, Helvetica, Clean, sans-serif;
    font-weight: 900;
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 20px;
    color: #91033D;
}

/* BREADCRUMB ------------------------------------------------------------------------------------------------------- */
.breadcrumb {
    background-color: #91033D;
    color: #fff;
    font-size: 14px;
    height: 80px;
}
.breadcrumb a {
    color: #fff;
    font-weight: 700;
}
.breadcrumb ul {
    list-style: none;
}
.breadcrumb ul li {
    float: left;
    line-height: 80px;
    height: 80px;
}
.breadcrumb ul li img {
    height: 80px;
    width: auto;
}
.breadcrumb ul li a {
    padding: 0 5px;
    float: left;
    height: 65px;
}
.breadcrumb ul li:first-child a {
    padding-left: 0;
}

.breadcrumb ul li.right {
    float: right;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* PRODOTTI ------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

.products-categories {
    padding: 35px 0;
}
.products-categories h2 {
    text-align: center;
    margin: 10px 0 35px 0;
}
.products-categories a {
    color: #000000;
    font-size: 14px;
}
.products-categories h2.category-title {
    padding: 0;
    margin: 15px 0 5px 0;
    text-align: left;
    color: #000000;
    font-size: 20px;
    -webkit-transition: color 0.5s ease 0s;
    -moz-transition: color 0.5s ease 0s;
    -o-transition: color 0.5s ease 0s;
    transition: color 0.5s ease 0s;
}
.products-categories h2.category-title a:hover {
    color: #91033D;
}
.products-categories .column.nine {
    padding-bottom: 20px;
    border-bottom: 3px solid #91033D;
    min-height: 135px;
}
.catsList .three {
    margin-right: 20px;
}
.catsList  {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: row;
    height: 100%;
    flex-wrap: nowrap;
}
.catsList .img-container {
    background-size: contain;
    background-repeat: no-repeat;
}
.catsList .nine {
    border-bottom: 3px solid #91033D;
    font-size: 20px;
    -webkit-transition: color 0.5s ease 0s;
    -moz-transition: color 0.5s ease 0s;
    -o-transition: color 0.5s ease 0s;
    transition: color 0.5s ease 0s;
    padding: 15px 0;
}
.catsList:hover h2.category-title {
    color: #D5274F;
}
.catsList:hover .nine {
    border-color: #D5274F;
}
.prod-images-container {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/library/pagination/images/bg-pages.jpg");
}
.catalogue-products .prod-images-container {
    height: 600px;
}
.intro-catalogue-detail .prod-images-container {
    height: 230px;
    display: table;
}

.catalogue-products .categories-title,
.intro-catalogue-detail .categories-title {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}
.catalogue-products .categories-title h1, .intro-catalogue-detail .prod-images-container h1 {
    margin-top: 360px;
    color: #FFFFFF;
    font-size: 42px;
    line-height: 47px;
    margin-left: calc(50% - 650px);
}
.intro-catalogue-detail .prod-images-container span {
    margin-top:225px;
    color: #FFFFFF;
    float: left;
    font-family: "Mulish", Arial, Helvetica, Clean, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 45px;
    margin-left: calc(50% - 650px);
}
.intro-catalogue-detail .prod-images-container h1 {
    margin-top: 90px;
}

p.main-description {
    font-size: 13px;
}
.products-categories-list {
    width: 100%;
    float: left;
    border-bottom: 3px solid #91033D;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.products-categories .products-categories-list h2.category-title {
    margin: 0 0 5px 0;
}
.intro-categoria {
    padding: 35px 0 20px 0;
    text-align: left;
}
.intro-categoria p {
    text-align: justify;
}
.products-list .column.three {
    /*box-sizing: content-box;

    margin-right: 10px;*/
    margin-bottom: 10px;
    padding: 0 !important;
}

.products-list .products-list-padding {
    width: calc(100% - 20px);
    float: left;
    border-bottom: 3px solid #91033D;
    margin: 10px;
}
.products-list .column.three:first-child .products-list-padding {
    margin-left: 0;
}
.products-list .column.three:last-child .products-list-padding {
    margin-right: 0;
}
.products-list p a {
    color: #000000;
    font-size: 14px;
    overflow: hidden;
    height: 45px;
    display: inline-block;
}
.products-list a strong.code {
    font-family: "Mulish", Arial, Helvetica, Clean, sans-serif;
    font-weight: 900;
     color: #000000;
     font-size: 18px;
}

.products-list .intro-subcat {
    display: none;
    width: 30%;
}



.img-prod-lista {
    display: inline-block;
    -webkit-transition: background-color 0.5s ease 0s;
    -moz-transition: background-color 0.5s ease 0s;
    -o-transition: background-color 0.5s ease 0s;
    transition: background-color 0.5s ease 0s;
    line-height: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.img-prod-lista img {
    -webkit-transition: transform 5000ms ease-out 0s;
    -moz-transition: transform 5000ms ease-out 0s;
    -ms-transition: transform 5000ms ease-out 0s;
    -o-transition: transform 5000ms ease-out 0s;
    transition: transform 5000ms ease-out 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.img-prod-lista:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.features {
    position: absolute;
    top: 50px;
    right: 10px;
    text-align: center;
    width: auto;
}
.features.relative {
    position: relative;
    top: auto;
    right: auto;
    float: left;
    text-align: left;
    width: 100%;
    margin-top: 20px;
}

.features .classeEnergy, .iconAbsolute .classeEnergy {
    width: 35px;
    float: right;
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 10px;
    line-height: 20px;
    margin-bottom: 15px;
    margin-left: 10px;
}
.iconAbsolute .dimer {
    float: right;
}
.features.relative .classeEnergy {
    float: left;
    margin-left: 0;
}
.features .dimer {
    float: left;
    text-align: center;
    margin-left: 10px;
}
.features .dimer img {
     width: auto;
}
.ip {
    background: #000;
    color: #fff;
    float: left;
    font-family: "Mulish", Arial, Helvetica, Clean, sans-serif;
    font-size: 14px;
    margin-left: 2px;
    line-height: 30px;
    font-weight: 4300;
    padding: 0 15px;
}
.voltaggio {
    background: #91033D;
    color: #fff;
    float: left;
    font-family: "Mulish", Arial, Helvetica, Clean, sans-serif;
    font-size: 18px;
    margin-left: 2px;
    line-height: 30px;
    font-weight: 400;
    padding: 0 15px;
}
.cri {
    float: left;
    margin-left: 10px;
    font-family: "Mulish", Arial, Helvetica, Clean, sans-serif;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    width: 75px;
    text-align: center;
    margin-top: -8px;
}

.cri94 {
    width: 85px;
}

.cri span {
    font-size: 12px;
}

.cri.no-image {
    line-height: 30px;
    margin-top: 0;
    width: auto;
}
.cri img {
    float: left;
}

.macadam {
    float: left;
    margin-left: 10px;
}
.macadam img {
    width: 50px;
    margin-top: -10px;
}



#elenco_prodotti {
    padding-bottom: 20px;

    min-height: 150px;
}
.pagination {
    display: none;
}
.gallery .features {
    width: 55px;
    position: absolute;
    top: 50px;
    left: 10px;
    right: auto;
    text-align: center;
    z-index: 500;
}


/* lista */

.products-list.list .column.three {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.products-list.list .column.three .products-list-padding {
    margin-left: 0;
}
.products-list.list .intro-subcat {
    column-count: 1;
    column-gap: 40px;
    display: inline-block;
    width: 75%;
}
.products-list.list .img-prod-lista {
    float: left;
    width: 20%;
    margin: 0 5% 20px 0;
}
.products-list.list a {
    color: #000;
}
.products-list.list .products-list-padding:hover .intro-subcat a {
    color: #91033D;
}
.products-list.list a:last-child {
    color: #000;
    margin-bottom: 20px;
    float: left;
    font-size: 14px;
    line-height: 20px;
}


.cta {
    padding: 6% 0;
}
.cta .container-full {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 100%;
    flex-wrap: nowrap;
}
/*.cta img {
    width: 320px;
    max-width: 100%;
    margin-right: 20px;
}*/

/* CONFIGURATORE --------------------------------------------------------------------------------------------- */

.barra-configuratore {
    background-color: #91033D;
    margin: 20px 0;
    color: #FFFFFF;
    line-height: 40px;
}
.barra-configuratore img {
    color: #FFFFFF;
    height: 40px;
    width: 40px;
    float: left;
    background-color: #D5274F;
    margin-left: 1px;
    height: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.barra-configuratore img:hover {
    background-color: #000;
}
.barra-configuratore .active img {
    /*background: #BCB09C;*/
    opacity: .5;
}
#configuratore_container {
    background-color: #E5E5E5;
    z-index:5;
    width: 350px;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: translate3d(-365px, 0, 0);
    -moz-transform:translate3d(-365px, 0, 0);
    -ms-transform: translate3d(-365px, 0, 0);
    -o-transform: translate3d(-365px, 0, 0);
    transform: translate3d(-365px, 0, 0);
    /*overflow:hidden;
    overflow-y: scroll;*/
    -webkit-overflow-scrolling: touch;
    -webkit-transition: transform .4s ease-in-out;
    -moz-transition: transform .4s ease-in-out;
    -ms-transition: transform .4s ease-in-out;
    -o-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
}
.aperto #configuratore_container {
    -webkit-transform: translate3d(-0px, 0, 0);
    -moz-transform: translate3d(-0px, 0, 0);
    -ms-transform: translate3d(-0px, 0, 0);
    -o-transform: translate3d(-0px, 0, 0);
    transform: translate3d(-0px, 0, 0);

}
#lista_categorie {


}

#prodotti-loading, #articoli-loading {
    width: 100%;
    min-height: 150px;
    display: block;
    float: left;
    position: relative;
    background: url("/library/pagination/icons/loading.svg") no-repeat scroll 50% 0% transparent;
}

.ajax-prodotti, .ajax-articoli {
    opacity: 0;
    -webkit-transition: opacity .7s ease-in-out;
    -moz-transition: opacity .7s ease-in-out;
    -ms-transition: opacity .47s ease-in-out;
    -o-transition: opacity .7s ease-in-out;
    transition: opacity .7s ease-in-out;
}

.ajax-prodotti.visible, .ajax-articoli.visible {
    opacity: 1;
}
#elenco_prodotti {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.aperto #elenco_prodotti {
    -webkit-transform: translate3d(365px, 0, 0);
    -moz-transform: translate3d(365px, 0, 0);
    -ms-transform: translate3d(365px, 0, 0);
    -o-transform: translate3d(365px, 0, 0);
    transform: translate3d(365px, 0, 0);
}


#configuratore-list {
    color: #5D4E34;
}
#configuratore-list .nice-select {
    margin: 0 10px 15px 10px;
    width: calc(100% - 50px);
}
.padding30 {
    padding: 30px;
}
.elenco-opzioni {
    margin: 0 0 40px 0;
    padding: 0 30px;
}
.filtri {
    float: left;
    margin: 10px 0;
    width: 100%;
}


/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* DETTAGLIO PRODOTTO --------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

a.gallery {
    width: 100%;
    float: left;
    position: relative;
    line-height: 0;
}
.zoom {
    background: rgba(255,255,255,.65);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.zoom img {
    width: auto;
    margin-top: calc(50% - 17px);
}
a.gallery:hover .zoom {
    opacity: 1;
}
.product-detail h3 {
    color: #636B73;
    font-family: "Mulish", Arial, Helvetica, Clean, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    margin: 15px 0 10px 0;
}
.product-detail h3 strong {
    color: #000;
    font-weight: 700;
}
.tag, .tag:visited {
    background: #91033D;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    padding: 6px 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    margin: 0;
}
.tag:hover {
    background: #000;
}

.intestazioni-tag-video {
    margin-top: 50px;
    margin-bottom: 35px;
}
.intestazioni-tag-video .right {
    padding-left: 50px;
}
.intestazioni-tag-video .left {
    padding-right: 50px;
}


.specifiche-mobile {
    display: none;
    column-count: 3;
    column-gap: 40px;
}
.description {
    border-bottom: 1px solid #E2E6EB;
    float: left;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
}
.description h2 {
    font-size: 26px;
}
.description h3 {
    text-transform: none;
}
.borderTop {
    border-top: 1px solid #E2E6EB;
    padding-top: 30px;
}
.showVideo {
    font-size: 10px;
    padding: 6px 15px;
    width: calc(100% - 30px);
    border: 0;
}
.showVideo:hover {
    border: 0;
}

.hideVideo {
    color: #000;
    display: none;
    float: right;
    margin-top: 40px;
}
.videoAccordion {
    height: 0;
    overflow: hidden;
    width: 100%;
    -webkit-transition: height 0.3s ease 0s;
    -moz-transition: height 0.3s ease 0s;
    -o-transition: height 0.3s ease 0s;
    transition: height 0.3s ease 0s;
}
.videoAccordion.visible {
    height: 800px;
}
.video-container {
    position:relative;
    padding-bottom:56.25%;
    height:0;
    overflow:hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.video-container.video-intro {
    padding-bottom:45%;
}
.prodotti-simili,
.prodotti-correlati {
    padding: 25px 0;
}

.related {
    background-color: #fff;
    float: left;
    width: calc(14.2857% - 4px);
    display: block;
    margin: 2px;
    border-bottom: 3px solid #91033D;
    overflow: hidden;
    padding: 0;
}
.related a {
    display: block;
    padding: 10px;
    position: relative;
}
.related p {
    background: #91033D;
    color: #fff;
    bottom: -10px;
    left: 0;
    /* top: 0; */
    right: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    transform: translate(0 , 150px);

    -webkit-transition: transform 0.3s ease 0s;
    -moz-transition: transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
}
.related a h5 {
    color: #000;
    margin-bottom: 10px;
}
.related:hover p {
    transform: translate(0 , 0);
}

/* UTILITY -------------------------------------------------------------------------------------------- */

.utility {
    border-top: 1px solid #E2E6EB;
    border-bottom: 1px solid #E2E6EB;
    float: left;
    list-style: none;
    display: block;
    width: 100%;
    margin: 10px 0;
}
.utility li {
    list-style: none;
    float: left;
}
.utility li:first-child {
    margin-left: 20px;
}
.utility li.right {
    float:  right;
}
.utility  li a, .utility  li span {
    color:#000;
    display: block;
    font-size: 12px;
    font-weight: 400;
    height: 30px;
    line-height: 28px;
    margin: 5px 4px;
    padding: 0 6px;
    -webkit-transition: color 0.3s ease 0s;
    -moz-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}
.utility.prod-utility li span {
    display: inline;
}
.utility  li:first-child a {
    margin-left: 0;
    padding-left: 0;
}
.utility  li.right a {
    margin-right: 0;
    background: #F7B200;
    color: #000;
    padding: 2px 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 100%;
    flex-wrap: nowrap;
    border-radius: 4px;
    font-family: "Mulish", Arial, Helvetica, Clean, sans-serif;
    font-weight: 700;
    -webkit-transition: background 0.5s ease 0s;
    -moz-transition: background 0.5s ease 0s;
    -o-transition: background 0.5s ease 0s;
    transition: background 0.5s ease 0s;
}
.utility  li.right a:hover {
    background: #FEC300;
    color: #000;
}
.utility  li.right a svg  {
    margin-right: 15px;
}

.utility  li.right a svg .st0 {
    stroke: #000;
}
.utility  li a:hover {
    color: #91033D;
}
.utility li a img, .utility  li span img {
    float: left;
    height: 22px;
    margin-top: 2px;
    width: auto;
    margin-right: 10px;
}
.tags.utility {
    /*background: #E5E5E5;*/
    border: none;
    margin-top: 10px;
}
.utility.tags  li span {
    height: auto;
}
.etichetta {
    font-size: 12px;
    padding: 0 20px 0 10px;
    line-height: 42px;
}
.etichetta img {
    float: left;
    margin: 10px 10px 10px 0;
    width: 25px;
}
.shareDetails {
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255,255,255,.8);
    display: block;
    z-index: 10;
    text-align: center;
}
.shareDetails.visible {
    opacity: 1;
    pointer-events: auto;
}
.shareDetails div {
    height: 100%;
    width: 100%;
}
.shareDetails .btn {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    height: 70px;
    line-height: 80px;
    padding: 0;
    width: 70px;
    margin: 0 10px;
}
.shareDetails .btn i {
    font-size: 32px;
    line-height: 72px;
}
.shareDetails .btn img {
    margin-top: 5px;
}


.detail ul li{
    margin-left: 21px;
    list-style: none;
    position: relative;
}
.detail ul li::before {
    color: #D5274F;
    font-family: 'icomoon';
    content: '\f00c';
    margin-right: 10px;
    display: inline-block;
    position: absolute;
    left: -25px;
    font-size: 12px;
    top: 0px;
}

#primo, #secondo {
    opacity: 0.1;
}




/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* VIDEO --------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

.video-list a  {
    /*border-bottom: 3px solid #91033D;*/
    height: 345px;
}

.video-list a h3 {
    /* color: #000; */
    margin-top: 15px;
    font-size: 16px;
}
.video-list a p {
    color: #000;
    font-size: 14px;
    margin: 3px 0;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* DISTRIBUTORI --------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

.distributor {
    background: #fff;
    border: 1px solid #E5E5E5;
    margin-top: 10px;
    overflow: hidden;
    display: none;
    padding: 20px 30px;
}

.distributor .padding {
    padding: 20px 15px;
}
.distributor h4 {
    font-size: 18px;
}
.distributor h5 {
    font-size: 13px;
    margin-bottom: 10px;
}
.map g {
    fill: #E5E5E5;
    stroke: #E5E5E5;
    stroke-width: 2;
}
/*BCB09C*/


.map g.aaa:hover {
    fill: #D5274F !important;
    cursor: pointer;
}
/*.distributors-map, .distributors-map .six, .distributors-map .displayTable, .distributors-map .centratoVert {
    height: 630px;
}*/
.distributors-map h2 {
    margin-top: 15%;
}
.distributors-map .distributor {

}
/*
.distributors-map .distributor { width: 120px; height: 80px; background: red; position: relative; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
.distributors-map .distributor:before { content: ""; position: absolute; right: 100%; top: 26px; width: 0; height: 0; border-top: 13px solid transparent; border-right: 26px solid red; border-bottom: 13px solid transparent; }
*/




/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* PUNTI VENDITA --------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

.stores {
    background: #fff;
    border: 1px solid #E5E5E5;
    margin-top: 10px;
    overflow: hidden;
    padding: 20px 30px;
    /*height: 320px;*/
}
.stores .six:first-child {
    column-count: 2;
    column-gap: 40px;
}


.stores a {
    font-family: "Mulish", Arial, Helvetica, Clean, sans-serif;
    font-weight: 700;
}
.stores h3 {
    color: #D5274F;
    margin-top: 10px;
}
.stores h5 {
    font-size: 13px;
    margin-bottom: 10px;
}
.stores h3 {
    color: #D5274F;
    margin-top: 10px;
    font-size: 20px;
}


/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* BLOG --------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */


a.underline {
    color: #FFFFFF;
    width: auto;
    padding: 15px 0;
    margin: 0;
    border-bottom: 5px solid #D9D2BF;
    font-weight: 700;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
    display: inline-block;
}
a.underline:hover {
    color: #91033D;
    border-bottom: 5px solid #91033D;
}

.articleStar {
    background-position: 50% 50%;
    background-size: cover;
    height: 55vh;
    text-align: center;
}
.articleStar h1 {
    color: #fff;
    font-size: 65px;
    line-height: 77px;
    position: relative;
    z-index: 2;
}
.articleStar h3 {
    color: #fff;
    z-index: 2;
    margin: 20px 0;
}
.articleStar p {
    color: #fff;
    font-size: 14px;
}


.blog-article {
    margin-left: 0;
}
.blog-article-list {
    background-color: #fff;
    margin-bottom: 40px;
}
.blog-article-list a.img-mask {
    height: 50%;
    overflow: hidden;
    float: left;
    width: 100%;
}

.blog-article-list a.img-mask img {
    -webkit-transition: transform 5000ms ease-out 0s;
    -moz-transition: transform 5000ms ease-out 0s;
    -ms-transition: transform 5000ms ease-out 0s;
    -o-transition: transform 5000ms ease-out 0s;
    transition: transform 5000ms ease-out 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.blog-article-list:hover a.img-mask img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.utilityBlogStar, .utilityBlogStar a {
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
}


.blog-article-list a h2 {
    color: #000;
    font-size: 24px;
    margin: 15px 0 7px 0;
    float: left;
}

.blog-article {
    background-color: #fff;
    padding: 0;
}
.blog-article .padding {
    padding: 10px 30px 20px 30px;
}
.blog-article h1 {
    color: #91033D;
    margin-top: 10px;
}
.blog-article h2 {
    font-size: 21px;
}


.breadcrumb a.next, .breadcrumb a.prev {
    background-color: #D5274F;
    color: #fff;
    margin: 15px 1px;
    text-align: center;
    height: 50px;
    width: 50px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: inline-block;
    line-height: 55px;
}
.breadcrumb  a.next:hover, .breadcrumb  a.prev:hover {
    background-color: #000;
}
.breadcrumb  a.next.inactive, .breadcrumb  a.prev.inactive {
    cursor: default;
    opacity: .5;
    pointer-events: none;
}

.next i, .prev i {
    font-size: 16px;
}
/*.breadcrumb ul li.right {
    width: 84px;
}*/


.utility li .tag, .utility li .tag:visited, .products-categories a.subcatLink, .products-categories a.subcatLink:visited {
    background: #E5E5E5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #000;
    display: inline-block;
    font-family: "OpenSans-Regular",Arial,Helvetica,Clean,sans-serif;
    font-size: 10px;
    padding: 0 10px !important;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    margin: 0px 0 0 8px;
}
.utility li .tag:hover {
    background-color: #D9D2BF;
}

.products-categories a.subcatLink, .products-categories a.subcatLink:visited {
    margin: 0px 0 0 8px;
    float: left;
    margin: 2px;
    text-transform: none;
    font-size: 12px;
}


/* SUBMENU */

ul.submenu, ul.submenu li {
    list-style: none;
    float: left;
    display: block;
    width: 100%;
    padding: 0;
}
ul.submenu li.titolo_submenu, .titolo_submenu {
    color: #000000;
    font-size: 20px;
    line-height: 40px;
    font-style: normal;
    font-family: "Mulish", Arial, Helvetica, Clean, sans-serif;
    font-weight: 900;
    margin: 20px 0 10px 0;
    float: left;
}
.submenu li a {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: calc(100% - 14px);
    padding: 10px;
    float: left;
    color: #000;
    font-size: 15px;
    background: #fff;
    margin-top: 1px;
    text-align: left;
}
.submenu li a:hover {
    background-color: #E5E5E5;
}
.submenu li a img {
    width: 40px;
    float: left;
}
.submenu li a.submenuArticle {
    display: table;
}
.submenu li a.submenuArticle img {
    display: table-cell;
}
.submenu li a p {
    margin-left: 12px;
    float: left;
    width: calc(100% - 60px);
}
.submenu li.recents a  {
    /*padding: 0;*/
}
.submenu li.recents a img {
    width: 70px;
}
.submenu li.recents a p {
    margin-left: 12px;
    float: left;
    width: calc(100% - 10px);
}


/* REDAZIONALI */

.redazionale {
    background-color: #D5274F;
}
.redazionale .padding {
    float: left;
    padding: 0 20px 25px 20px;
    width: calc(100% - 40px);
}
.redazionale ul.submenu li.titolo_submenu {
    color: #fff;
}
.redazionale li a img {
    width: 140px;
}
.redazionale .underline {
    margin-top: 15px;
}
.redazionale .underline:hover {
    color: #D9D2BF;
    border-color: #D9D2BF;
}


/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* DOWNLOAD --------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */


.download-list a h5 {
    color: #91033D;
    font-size: 11px;
    padding: 15px 0;
    text-align: center;
}
.download-list a .relative {
    line-height: 0;
}
.download-list a .velo {
    -webkit-transition: opacity 0.5s ease 0s;
    -moz-transition: opacity 0.5s ease 0s;
    -o-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;
}
.download-list a:hover .velo {
    opacity: 0;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* FOOTER --------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
footer {
    background-color: #91033D;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 13px;
}
footer p {
    font-size: 13px;
    line-height: 13px;
    margin: 20px 0;
}
footer a {
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
footer a:hover {
    color: #000000;
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer ul li {
    margin: 0;
    padding: 4px 0;
}
footer ul li a {
    color: #FFFFFF;
    display: block;
}
.links-footer-container {
    padding: 25px 0;
}
.links-footer-container .four {
    padding: 0 25px;
    text-align: center;
}
.links-footer-container {
    background-color: #D5274F;
}
.links-footer-container h4 {
    color: #fff;
    font-size: 20px;
    margin: 0 0 10px 0;
    padding: 0;
}
.info-footer-container h4 {
    color: #fff;
    font-family: "Mulish", Arial, Helvetica, Clean, sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 15px 0;
    padding: 0;
}
.info-footer-container .four {
    padding: 25px;
    min-height: 265px;
}
.info-footer-container .four:last-child {
}
.info-footer-container p {
    width: 100%;
    float: left;
}
.company-info-footer-container {
    border-top: 1px solid #D5274F;
    text-align: center;
}
ul.social-network-list {
    float: left;
    width: 100%;

}
ul.social-network-list li {
     float: left;
     width: auto;
    padding-right: 10px;
}
ul.social-network-list li a {
    background-color: #D5274F;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 0;
}
ul.social-network-list li a:hover {
    background-color: #000000;
}
ul.social-network-list li img {
    width: auto;
}


@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* COOKIE --------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

#cookie {
    position: fixed;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    bottom: 0;
    color: #FFFFFF;
}
#cookie p {
    margin: 15px;
    margin-right:80px;
    font-size: 13px;
}
#cookie a {
    font-weight: 700;
    color: #FFFFFF;
}

#cookie h1 {
    font-size: 15px;
    color: #FFFFFF;
    margin: 0 15px;
}
#cookie .cookieclose {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    cursor: hand;
    font-size: 13px;
    z-index: 1000;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* RESERVED AREA ------------------------------------------------------------------------------------ */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

.borderRight {
    border-right: 1px solid #E2E6EB;
    padding-right: 50px;
}
.supportRequest {
    text-align: center;
    background-color: #E5E5E5;
    width: calc(100% - 40px);
    padding: 20px;
    margin: 50px 0;
}
.supportRequest img {
    width: 80px;
    float: left;
}
.supportRequest h4 {
    text-align: left;
    padding-left: 10px;
    line-height: 35px;
    float: left;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* MODAL BOX ------------------------------------------------------------------------------------------ */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */



.modalOverlay {
    background-color: rgba(255, 255, 255, 0.65);
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
}
.modal {
    background-color: #FFFFFF;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    padding: 15px;
    width: 350px;
    margin: 0 auto;
    margin-top: calc(50vh - 175px);
}
.modal header {
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
}
.modal .column {
    margin-bottom: 0;
}
.modal .head {
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
}
.modal .head h1 {
    font-size: 22px;
    line-height: normal;
    padding: 0;
    margin: 0;
    text-align: center;
}
.modal .modal_content {
    padding: 15px 0;
    text-align: center;
}
.modal .footer {
    padding-top: 10px;
    border-top: 1px solid #000000;
}
.modal .btn {
    padding: 8px 15px;
    font-size: 14px;
}
.modal ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.modal ul li {
    float: none;
    display: inline-block;
    padding: 0 5px;

}


/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* RESPONSIVE TABLES ---------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

table.responsive_tables {
    width: 100%;
    border-collapse: collapse;
}
table.responsive_tables th {
}
table.responsive_tables td, table.responsive_tables th {
}
table.responsive_tables td {
}

.claim-mobile {
    display: none;
}
table tbody tr td.ragione-sociale {
    white-space: normal!important;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/*FORM DESIGN ----------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

input#BASentryCode {
    float: left;
}
#captcha {
    width: 110px;
    height: 28px;
    display: block;
    float:left;
    margin-top: 34px
}
#reload {
    height: 38px;
    line-height: 54px;
    border-left: 2px solid #000000;
    padding-left:15px;
    margin-left: 10px;
    margin-top: 28px;
    display: block;
    float:left;
}
#messaggio_success,
#messaggio_failed {
    display: none;
    margin-bottom: 30px;
    font-size: 16px;
    text-align: center;
}
#messaggio_success strong,
#messaggio_failed strong {
    font-size: 20px;
    color: #91033D;
    display:block;
    margin-bottom: 10px;
}


select.selectCustom {
    display: block;
    padding: 10px 70px 10px 13px !important;
    max-width: 100%;
    height: auto !important;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    background-color: #fff;
    color: #000;
    font-size: 12px;
    line-height: 16px !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: 95% center;
    background-repeat: no-repeat;
    float: left;
    margin: 20px 20px 20px 0;
}
/* body select.select_box option */
select.selectCustom option {
    padding: 0 4px;
}
/* for IE and Edge */
select.selectCustom::-ms-expand {
    display: none;
}
select.selectCustom:disabled::-ms-expand {
    background: #f60;
}

/* GESTIONE ERRORI FORM ---------------------------------------------------------------------------------- */
.error-message {
    display: none;
    color: red;
    margin-bottom: 10px;
    font-size: 12px;
}
.error input, input.error,
.error textarea, textarea.error {
    color: #c60f13!important;
    -webkit-box-shadow: 0px 0px 2px 0px #c60f13 !important;
    -moz-box-shadow: 0px 0px 2px 0px #c60f13 !important;
    box-shadow: 0px 0px 2px 0px #c60f13 !important;
    font-weight: bold!important;
    opacity: 1!important;
}


.error label, label.error {
    color: #c60f13 !important;
}
.error small, small.error {
    display: block;
    padding: 6px 4px;
    margin-top: -13px;
    margin-bottom: 12px;
    background: #c60f13;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.error textarea:focus, textarea.error:focus {
    background: #fafafa;
    border-color: #b3b3b3;
}
.field-error {
    color: #c60f13!important;
    -webkit-box-shadow: 0px 0px 2px 0px #c60f13 !important;
    -moz-box-shadow: 0px 0px 2px 0px #c60f13 !important;
    box-shadow: 0px 0px 2px 0px #c60f13 !important;
    color: #c60f13 !important;
    font-weight: bold!important;
    opacity: 1!important;
}


/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* NEW FORM DESIGN ------------------------------------------------------------------------------------ */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

.contact-wrap {
    padding: 0;
}
.login .contact-wrap {
    padding: 0;
}

.contact-form {
}
.contact-form .input-block {
    background: #fff;
    border: solid 1px #E2E6EB;
    width: 100%;
    height: 60px;
    padding: 15px;
    position: relative;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.contact-form .input-block input {
    text-indent: 0;
    padding-top: 15px;
    outline: none;
    -webkit-appearance: none !important;
    font-family: "Mulish", Arial, Helvetica, Clean, sans-serif;
    font-weight: 400;
    width: 100%;
}
.contact-form .input-block textarea {
    text-indent: 0;
    padding-top: 11px;
    width: 100%;
    -webkit-appearance: none!important;
    outline: none;
}
.contact-form .input-block.focus {
    background-color: #FFFFFF;
    border: solid 1px #DADEE3;
}
.contact-form .textarea {
    height: auto;
}
.contact-form .form-control {
    height: auto;
    resize: none;
}
.contact-form label, .contact-form label {

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    left: 15px;
    top: 15px;
    display: block;
    margin: 0;
    font-weight: 300;
    z-index: 1;
    color: #000000;
    font-size: 16px;
    line-height: 10px;
    top: 25px;
    font-size: 16px;
}
.contact-form .condizioni-privacy {
    line-height: 20px;
}
.contact-form .condizioni-privacy label {
    top: 0;
    left: 0;
}
.contact-form .form-control {
    background-color: transparent;
    padding: 0;
    border: none;
    box-shadow: none;
    height: auto;
    position: relative;
    z-index: 2;
    font-size: 18px;
    color: #000000;
}
.contact-form .form-control:focus label {
    top: 0;
}
.contact-form .submit_form {
    margin-top: 15px;
}
.contact-form .error input, .contact-form  input.error,
.contact-form .error textarea, .contact-form  textarea.error {
    border: 0!important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    color: #c60f13 !important;
    font-family: "UniSansBold", Arial, Helvetica, Clean, sans-serif !important;
    opacity: 1!important;
}
.contact-form label.error {
    font-family: "UniSansBold", Arial, Helvetica, Clean, sans-serif !important;
}
/* CUSTOMIZATION ----------------------------------------------------------------------------------------- */
#richiesta .column,
#form_riv .column {
    padding: 0;
}
#richiesta.contact-form .input-block,
#form_riv.contact-form .input-block,
.input-block {
    background-color: #fff;
    height: 60px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 10px;
    box-sizing: border-box;
}
#richiesta.contact-form .input-block.text-area, .input-block.text-area {
    height: auto;
}
#richiesta.contact-form .textarea,
#form_riv.contact-form .textarea {
    height: auto;
    margin-bottom: 0;
}

#richiesta h4, #richiesta a h4 {
    font-size: 20px;
    color: #D5274F;
}

#form_riv h3 {
    font-size: 22px;
    color: #D5274F;
    margin: 20px 0 15px 0;
}
.contact-form .note-legali label, .contact-form .iscrizione-newsletter label {
    left: 40px;
    top: 10px;
}
.contact-form .note-legali input,
.contact-form .iscrizione-newsletter input {
    padding: 0;
    margin: 0;
    border: solid 1px #E2E6EB;
    background: #FFFFFF;
    width: 30px;
    height: 30px;
    float: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}







/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* ANIMAZIONI ----------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

.fade {
    transform: scale(1,1);
}
.fade.scale {
    opacity: 1;
    transform: scale(1.2,1.2);
    transition: transform 15000ms ease-out 0s;
}


.eu-gateway h2 {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    padding: 0;
    margin: 50px 0 40px 0;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* EXPLORER ------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

.onlyIE,
.chromeframe {
    display: none;
}
.ie-9 {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10;
    text-align:center;
    align-items: center;
    padding-top: 25%;
}
.ie-9 img {
    width: 160px;
    margin: 0 auto;
    display: block;
}
.ie-9 h1 {
    display:block;
    margin: 0 auto;
}