/* General */
body {
	text-align: justify;
}

.floatl{
	float: left;
}

.floatr{
	float: right;
}
.clearb{
	clear: both;
}

.text-center {
	text-align: center !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.notification.error,
.notification.error strong {
	background-color: #f4f4f4;
}

.justify {
	text-align: justify;
}

a.button:hover{
    color: #fff;
}

.titlebar {
	background-color: #e9eaeb;
}

.headline {
	background-color: transparent;
}

.button {
	border-radius: 5px;
	background-color: #666;
	width: 50%;
	line-height: 24px;
	text-align: left;
	transition: all .25s ease;
	-o-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-webkit-transition: all .25s ease;
}

.button:hover {
	opacity: 0.8;
}

.shadow {
	position: relative;
}

.shadow:after {
	content: '';
	display: block;
	background-image: url('../images/shadow.png');
	background-size: 100% 100%;
	background-position: top center;
	width: 100%;
	height: 30px;
	position: absolute;
    bottom: -30px;
}

.border-box {
	box-sizing: border-box !important;
}

.fullscreen {
	width: 100% !important;
}

.line {
	margin: 0 0 25px 0;
}

.line.extra {
	border-bottom: 2px solid #ebebeb;
}

.line.outboard {
	width: 120%;
	width: calc(100% + 20px);
}

.line.title {
	border-bottom: 5px solid #00394d;
}

.underline:after {
    content: '';
    display: block;
    border-bottom: 1px solid #000;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.input-box {
	float: left;
	width: 50%;
	padding: 0;
	margin: 0 0 10px;
	padding-right: 10px;
	box-sizing: border-box;
}

.input-box.fullscreen {
	width: 100% !important;
	padding: 0 !important;
}

div.input-box:nth-of-type(even) {
	padding-right: 0px;
	padding-left: 10px;
}

.widget .input-box {
	width: 100%;
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.widget .input-box .button {
	text-align: center;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000;
}

.title-headline {
    text-transform: uppercase;
    text-align: center;
}

.wrapper {
    position: relative;
    float: left;
    width: 100%;
}

.wrapper-lightgrey {
	padding: 10px 0;
    position: relative;
    float: left;
    width: 100%;
    background-color: #e9eaeb;
}

#contact fieldset div input.checkboxForm {
    float: left;
    margin: 0px 20px 20px 0;
    line-height: 20px;
	width: 20px;
	height: 20px;
}

#contact fieldset div input.checkboxForm.error + label {
	background: #ffeceb;
}

#contact fieldset div input {
    width: 100%;
    box-sizing: border-box;
    height: 48px;
	border: 1px solid #aaa;
}

#contact fieldset div textarea {
	border: 1px solid #aaa;
	width: 240px;
}

.bordered {
	border: 1px solid #e9eaeb;
}

.bordered-strong {
	border: 2px solid #b0b3b5;
}

.bordered-radius {
	border-radius: 5px;
}

.padded-20 {
	padding: 20px;
    box-sizing: border-box;
}

.stock {
	position: absolute;
    font-size: 16px;
    right: 0;
    color: #143058;
}

.block-link {
	display: block;
	float: right;
	margin-top: 45px;
}

.block-link > p {
	float: left;
	padding: 5px 0;
	margin: 0;
}

.block-link > img {
	float: left;
	width: 35px;
	margin-left: 10px;
}

.tabs-nav li.active a {
	background-color: #666;
}

.relative {
	position: relative;
}

#wrapper .fixed-img .mediaholder .thumb > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: none;
    width: auto;
    height: 100%;
}

.pagination-container {
	padding-bottom: 40px;
	margin: 0;
}

.showbiz-container {
	user-select: auto;
	-webkit-user-select: auto !important;
    -webkit-user-drag: auto !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    touch-action: auto !important;
}
/* end General */

/* Atrium */
:not(.atrium_network_cookies_banner_link):not(.normal).atriumPrivacyLink {
	position: relative;
    background: #e9eaeb;
    color: #58585a;
	width: 50%;
    float: left;
	padding: 5px 10px;
    box-sizing: border-box;
	text-align:right;
}

:not(.atrium_network_cookies_banner_link):not(.normal).atriumCookiesLink {
	position: relative;
    background: #e9eaeb;
    color: #58585a;
	width: 50%;
    float: left;
	padding: 5px 10px;
    box-sizing: border-box;
	text-align:left;
}

:not(.atrium_network_cookies_banner_link):not(.normal).atriumPrivacyLink:after {
    content: '';
    display: block;
    border-left: 1px solid #58585a;
    height: 60%;
    width: 1px;
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#backtotop {
	z-index: 1;
}
/* end Atrium */

/* one-fifth Columns */
.fifth-row {
    margin-left: -20px !important;
    margin-right: -20px !important;
    width: 1220px;
}

@media only screen and (min-width: 960px) and (max-width: 1389px) {.fifth-row {width: 980px;}}

@media only screen and (min-width: 768px) and (max-width: 990px) {.fifth-row {width: 788px;}}

@media only screen and (max-width: 767px) {.fifth-row {width: 420px; padding: 0 20px;}}

.fifth-row.fullsized {
    float: left;
    width: 100% !important;
}

.one-fifth {
    float: left;
    width: 20%;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 0 20px;
}

@media only screen and (min-width: 960px) and (max-width: 1389px) {.one-fifth {width: 20%;}}

@media only screen and (min-width: 768px) and (max-width: 990px) {.one-fifth {width: 50%;}}

@media only screen and (max-width: 767px) {.one-fifth {width: 50%; padding: 0 20px;}}
/* end one-fifth Columns */

/* Slider */
.showbiz-navigation {
	background: transparent;
	margin: 0;
}

.sb-navigation-left-2,
.sb-navigation-right-2 {
	top: 50%;
	margin-top: 0;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.sb-navigation-left-2 {
	position: absolute;
    float: left;
    left: -40px;
}

.sb-navigation-right-2 {
	position: absolute;
    float: left;
    right: -40px;
}

.sb-navigation-left-2 i,
.sb-navigation-right-2 i {
	line-height: 80px;
    font-size: 80px;
	color: #1f9ed9;
}

.showbiz ul li {
	padding: 0;
	box-sizing: border-box;
}

.slider-padding {
	margin-bottom: 0;
}
/* end Slider */

/* Top Bar */
#top-bar {
	background-color: #e9eaeb;
}

ul.top-bar-menu {
	margin: 10px 0;
}

ul.top-bar-menu li {
	color: #58585a;
	font-weight: 700;
	font-size: 14px;
}

ul.top-bar-menu li a {
	color: #58585a;
	font-weight: 700;
	font-size: 14px;
}

#jPanelMenu-menu .hidden-on-mobile, #jPanelMenu-menu .mega-headline {
    display: block;
    background-color: #505050;
    color: #fff;
    margin: 0;
}

ul.top-bar-menu.floatr li {
	margin: 0 0 0 20px;
}
 
ul.top-bar-menu li.lang-menu {
	margin: 0 0 0 20px;
	overflow: hidden;
}
 
ul.top-bar-menu li.lang-menu a {
	padding: 0 10px;
}

ul.top-bar-menu li.lang-menu > a img {
	float: left;
	margin: 4px 8px 0 0;
	width: 24px;
	transition: all 0.4s ease-in-out 0s;
}

ul.top-bar-menu li.lang-menu > a:hover img{ 
	opacity: 0.5;
}
/* end Top Bar */

/* Menu Fixed */
#wrapper-menu {
	width: 100%;
}

.menu-fixed {
	background-color: rgba(255,255,255,0.6);
	position: fixed;
	z-index: 450;
	top: 0;
    -webkit-animation: appendMenu 1s ease-out;
    -moz-animation: appendMenu 1s ease-out;
    -o-animation: appendMenu 1s ease-out;
    animation: appendMenu 1s ease-out;
}

.menu-fixed #logo {
	margin-top: 0 !important;
}

.menu-fixed .fixed-menu {
	margin-bottom: 0 !important;
}

.menu-fixed #navigation {
	border-bottom: 0 !important;
}

@-webkit-keyframes appendMenu {
    from {top: -300px;}
    to {top: 0;}
}

@-moz-keyframes appendMenu {
    from {top: -300px;}
    to {top: 0;}
}

@-o-keyframes appendMenu {
    from {top: -300px;}
    to {top: 0;}
}

@keyframes appendMenu {
    from {top: -300px;}
    to {top: 0;}
}

.menu-fixed #logo {
	margin-top: 15px;
}

.menu-fixed #logo a .logo {
	width: 50%;
}

.menu-fixed #logo a .brand {
	width: 15%;
}
/* end Menu Fixed */

/* Logo */
#logo {
	float: left;
	width: 100%;
}

#logo a {
	float: left;
	width: 100%;
}

#logo a .logo {
	width: 75%;
}

#logo a .brand {
	width: 25%;
	box-sizing: border-box;
	padding-right: 20px;
	padding-top: 10px;
}

#logo a img {
	animation: all 0.5s ease;
}
/* end Logo */

/* Menu */
#navigation {
	float: right;
	position: absolute;
    bottom: 0;
    right: 0;
	border-bottom: 1px solid #eaeaea;
}

.menu {
	background-color: transparent;
	margin: 15px 0;
}

.menu > li > a {
	color: #133058;
	padding: 10px 0 10px 30px;
}

.menu > li:hover .current,
.menu > li.sfHover .current,
.menu > li:hover,
.menu > li.sfHover,
#jPanelMenu-menu li a:hover {
	background-color: transparent;
	border-bottom: none;
}

li.dropdown ul li a:hover {
	background-color: transparent;
	color: #143058;
	border-bottom: none;
}

.dropdown ul {
	background-color: #fff;
    margin-top: 0;
    padding-left: 20px;
    padding-top: 35px;
    padding-bottom: 10px;
}

.dropdown ul:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 15px;
	background-color: #3d85bf;
	top: 10px;
    left: 0;
}

.fixed-menu .dropdown ul:before {
	top: 0px;
}

.dropdown ul:after {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	background-color: #3d85bf;
	transform: rotate(45deg);
	top: 3px;
    left: 20px;
}

.fixed-menu .dropdown ul:after {
	top: -3px;
}

li.dropdown ul li a {
	color: #143058;
	background: #fff;
	padding: 5px 0;
	border-bottom: none;
	font-size: 15px;
	text-transform: uppercase;
}

.arrows .with-ul {
	padding-right: 0;
}
/* end Menu */

/* Slide */
.tp-banner-container {
	max-height: none;
}

.tp-simpleresponsive .caption {
	right: 12% !important;
	left: auto !important;
	bottom: 10% !important;
	top: auto !important;
	text-align: right;
}

.tp-simpleresponsive .caption.text-left {
	left: 12% !important;
	right: auto !important;
	bottom: 10% !important;
	top: auto !important;
	text-align: left;
}

.caption h2 {
	font-size: 40px;
	line-height: normal;
	padding: 0;
	font-family: Arial;
	font-weight: 900;
	text-shadow: 3px 3px 1px #000;
}

#mouse-wheel {
	display: block;
	width: 50px;
	height: 77px;
	background-image:  url('../images/mouse-wheel.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	cursor: pointer;
	left: 50%;
	bottom: 50px;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

#mouse-wheel:after {
	font-family: "FontAwesome";
	content: '\f107';
    display: block;
    position: absolute;
	color: #fff;
	width: 50px;
    height: 25px;
    bottom: -35px;
	font-size: 50px;
	text-align: center;
    -webkit-animation: mousewheel 1s ease-out infinite;
    -moz-animation: mousewheel 1s ease-out infinite;
    -o-animation: mousewheel 1s ease-out infinite;
    animation: mousewheel 1s ease-out infinite;
}

@-webkit-keyframes mousewheel {
    from {bottom: -27%;opacity:1;} /* -35px */
    to {bottom: -35%;opacity:0;} /* -45px */
}

@-moz-keyframes mousewheel {
    from {bottom: -27%;opacity:1;} /* -35px */
    to {bottom: -35%;opacity:0;} /* -45px */
}

@-o-keyframes mousewheel {
    from {bottom: -27%;opacity:1;} /* -35px */
    to {bottom: -35%;opacity:0;} /* -45px */
}

@keyframes mousewheel {
    from {bottom: -27%;opacity:1;} /* -35px */
    to {bottom: -35%;opacity:0;} /* -45px */
}
/* end Slide */

/* Search Form */
.search-form {
	float: left;
    width: 100%;
	background-color: #e9eaeb;
	padding: 25px;
    box-sizing: border-box;
}

.search-form input[type="text"],
.search-form input[type="password"],
.search-form input[type="email"],
.search-form textarea,
.search-form select {
	float: left;
	width: 100%;
	color: #000;
	box-sizing: border-box;
	background-color: #e9eaeb;
}
	
.search-form select {
	height: 48px;
	padding: 7px;
}

.search-form input[type="text"],
.search-form input[type="password"],
.search-form input[type="email"] {
	height: 48px;
}

#contact fieldset div.chosen-container {
	margin-bottom: 0 !important;
}

.chosen-container-single .chosen-single {
	color: #000;
	font-size: 13px;
	background-color: #eceded;
    border: 1px solid #fff;
}

.chosen-container-single .chosen-single span {
	line-height: 32px;
}

.chosen-container .chosen-results {
    box-sizing: border-box;
	width: 100%;
}

.chosen-container .chosen-results li {
	line-height: 32px;
}

.input-box .button {
	width: 100%;
}

.chosen-container-active.chosen-with-drop .chosen-single {
	background-color: #eceded;
    background-image: none;
	border: 1px solid #eceded;
}
/* end Search Form */

/* Filter Price */
#price-range span {
	width: 200px;
}
/* end filter Price */

/* Prod */
.product-page section {
	border-bottom: none;
	padding: 0;
}

#product-slider a {
	position: relative;
}

#product-layer {
	box-sizing: border-box;
}

.product-new {
    display: block;
    padding: 15px 0;
	line-height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    text-align: center;
    color: #000;
    font-size: 12px;
	background-color: #ffcc00;
    cursor: pointer;
	text-transform: uppercase;
    font-weight: 900;
}

.product {
	float: left;
	position: relative;
	width: 100%;
}

.product > a {
	float: left;
	width: 100%;
}

.product .mediaholder > a.thumb {
	height: 200px;
	line-height: normal;
	float: left;
}

.product section {
	float: left;
	width: 100%;
	padding: 0;
	background-color: transparent;
}

.product section h5 {
	color: #133058;
	padding: 5px 0;
	border-bottom: 2px solid #fff;
	text-align: left;
}

.product-data {
	float: left;
	width: 100%;
}

.product-row {
	float: left;
	width: 100%;
	border-bottom: 2px solid #b0b3b5;
}

.product-field {
	float: left;
	width: 50%;
	padding: 5px 0;
	font-weight: 900;
	color: #58585a;
	text-align: left;
	box-sizing: border-box;
}

.product-value {
	float: left;
	width: 50%;
	padding: 5px 0;
	font-weight: 100;
	color: #58585a;
	text-align: left;
	box-sizing: border-box;
}

.product-price, .product-price-discount {
    float: left;
    width: 100%;
	padding: 5px 0;
	box-sizing: border-box;
    height: 30px;
}

.product-discount {
	font-size: 12px;
}

.product-discount + .product-discount {
	top: 40px;
}

.product-discount.left {
	left: 0;
	right: auto;
}

.product-discount.rounded {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    line-height: 78px;
    text-align: center;
	font-size: 12px;
	box-sizing: border-box;
}

.product-price-discount i {
	background-color: transparent;
	color: #143058;
}

table.double-table {
	float: left;
	width: 50%;
}

table.basic-table td {
	font-weight: 100;
}

a.impegnato:after,
a.venduto:after {
	content: '';
	display: block;
	width: 130px;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

a.impegnato:after {
	background-image: url('../images/prod/impegnato.png');
}

a.venduto:after {
	background-image: url('../images/prod/venduto.png');
}

#info-aggiuntive {
	padding: 20px;
}

.product-button {
	left: 0;
}

.product-button.clicked {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.1s, background 0.25s;
    -moz-transition: -moz-transform 0.3s, opacity 0.1s, background 0.25s;
    transition: transform 0.3s, opacity 0.1s, background 0.25s;
}
/* end Prod */

/* Stato */
.stato-container {
    float: left;
    width: 100%;
    background-color: #e9eaeb;
	/*border-right: 20px solid #fff;*/
	box-sizing: border-box;
}

.stato-detail {
	float: left;
	width: 60%;
	padding: 20px 40px;
	position: relative;
	box-sizing: border-box;
}

.stato-detail:after {
    content: '';
    display: block;
    border-left: 1px solid #000;
    height: 90%;
    width: 1px;
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.stato-legend {
	float: left;
	width: 40%;
	padding: 20px 40px;
	box-sizing: border-box;
}

.stato-box {
	float: left;
	width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
}

.stato-label {
	float: left;
	position: relative;
	width: 40%;
	height: 60px;
    line-height: 60px;
    font-size: 15px;
}

.stato-legend .stato-label {
	width: 70%;
	height: 30px;
    line-height: 30px;
    font-size: 12px;
}

.stato-led {
	position: relative;
	width: 30%;
	height: 60px;
	float: left;
}

.stato-legend .stato-led {
	width: 30%;
	height: 30px;
}

.stato-led:after {
    content: '';
    display: block;
	width: 40px;
	height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
	border-radius: 50%;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.stato-legend .stato-led:after {
	width: 20px;
	height: 20px;
}

.stato-led.ottimo:after {
	background-color: #41ad49;
}

.stato-led.buono:after {
	background-color: #ffc40c;
}

.stato-led.discreto:after {
	background-color: #f7964a;
}

.stato-led.mediocre:after {
	background-color: #25408f;
}

.stato-icon {
	float: left;
	position: relative;
	width: 30%;
	height: 60px;
	box-sizing: border-box;
	padding: 0 20px;
}

#wrapper .stato-icon img {
	width: auto;
	height: 100%;
	float: left;
	max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
	border-radius: 50%;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
/* end Stato */

/* Nuovo */
#inline-wrapper {
	text-align: center;
}

.container #inline-wrapper .one-third.column {
	float: none;
	display: inline-block;
	margin-left: 0;
	margin-right: 0;
	vertical-align: text-top;
}

#inline-wrapper .hover-icon:before {
	left: auto;
}

#inline-wrapper .button {
	text-align: center;
}

#inline-wrapper.static-list .button {
    width: 100%;

}
#inline-wrapper.static-list .button.ask-info {
    background-color: #23539C;
}

/* end Nuovo */

/* Contatti */
#googlemaps {
	padding-bottom: 30%;
}
/* end Contatti */

/* Highlight*/
.highlight-media {
	width: 50%;
	float: left;
	box-sizing: border-box;
	margin: 0;
}

.highlight-media img {
	width: 100%;
	float: left;
	box-sizing: border-box;
	margin: 0;
}

.highlight-content {
	width: 50%;
	float: left;
	padding-left: 10px;
	box-sizing: border-box;
}

.highlight-content h5 {
	color: #133058;
	text-transform: uppercase;
}
/* end Highlight */

/* App */
.banner-app {
	background-image: url("../images/app/sfondo-app.jpg");
	background-size: cover;
	background-position: center center;
	height: 300px;
}

.banner-app h1 {
	color: #fff;
	text-transform: uppercase;
    text-align: center;
    padding: 50px 0;
}

.banner-app .button-container {
	position: absolute;
	width: auto;
	top: 50%;
	left: 50%;
	overflow: hidden;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.banner-app .button-container a {
	float: left;
	width: 200px;
	margin: 0 20px;
	transition: all .25s ease;
    -o-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -webkit-transition: all .25s ease;
}

.banner-app .button-container a:hover {
	opacity: 0.8;
}
/* end App */

/* Popup */
.mfp-wrap,
.mfp-bg {
	z-index: 9999;
}

#message {
	font-size: 24px;
	margin: 10px 0;
}
/* end Popup */

/* Footer */
#footer {
	padding: 35px 0 0;
}

#footer,
#footer-bottom {
	background: #e9eaeb;
	color: #58585a;
}

#footer a {
	color: #58585a;
}

#footer-bottom a {
	color: #58585a;
}

.footer-icon {
	float: left;
	width: 100%;
}

#footer .footer-icon img {
	float: left;
	height: auto;
	width: 25%;
	padding-right: 20px;
	box-sizing: border-box;
}
/* end Footer */


/* LOADER */
/* Animazione Icona */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #5eb6df;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #1f9ed9;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #143058;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

/* Loader */
#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222222;
    z-index: 1000;
}
 
#loader-wrapper .loader-section.section-left {
    left: 0;
}
 
#loader-wrapper .loader-section.section-right {
    right: 0;
}

#loader {
    z-index: 1001; /* anything higher than z-index: 1000 of .loader-section */
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);  /* IE 9 */
    transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */
}
 
.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);  /* IE 9 */
    transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */
}

.loaded #loader {
    opacity: 0;
}

.loaded #loader-wrapper {
    visibility: hidden;
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out; 
            transition: all 0.3s ease-out;
}

.loaded #loader-wrapper .loader-section.section-right,
.loaded #loader-wrapper .loader-section.section-left {
 
    -webkit-transition: all 0.3s 0.3s ease-out; 
            transition: all 0.3s 0.3s ease-out;
}

.loaded #loader-wrapper {
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%);
 
        -webkit-transition: all 0.3s 0.6s ease-out; 
                transition: all 0.3s 0.6s ease-out;
}

/* No js */
.no-js #loader-wrapper {
    display: none;
}

.no-js h1 {
    color: #222222;
}

/* END LOADER */

#cart ul li a img{
	width: 45px;
}





.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

ul.mod-compatibili {
  padding: 10px 0;
}

ul.mod-compatibili li {
  background-color: #f2f2f2;
  float: left;
  margin:   5px;
  padding: 10px;
}
ul.mod-compatibili li i {
  color: #dd3737;
  margin: 0 5px 0 0;
}
 
 
.twitter-timeline-container, .fb-timeline-container {
  margin: 0 6% 0 0;
  overflow: hidden;
  padding: 15px 0 0;
  width: 47%;
  float: left;
}

.fb-timeline-container{
  margin: 0 ;
	
}
 
.checkout-container {
	min-height:500px;
  margin: 0 auto 30px;
}



.tp-banner-container { 
  overflow: hidden;
}





.selected-box {
    background-color: #f6f6f6;
    clear: both;
    overflow: hidden;
    padding: 10px 15px;
}
.selected-box .button {
    float: right;
    padding: 2px 5px 2px 7px;
	width: auto;
}


/* WISHLIST */

.share-buttons a.button {
  background-color: #16ae4c;
  float: left;
}
.share-buttons a.button:hover {
  background-color: #606060;
}

.share-buttons .addthis_toolbox {
  float: left;
}


/* IMMAGINI PROD CENTRATE */
/*
.products .product { 
  min-height: 435px; 
}

.product .mediaholder > a.thumb {
  display: block;
  height: 280px;
  line-height: 280px;
  text-align: center;
  vertical-align: middle;
}

.product .mediaholder > a.thumb img{
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}*/

.mfp-gal {
  width: 100%;
}

/* NEWS */



.news-item figure a {
    display: block;
    max-height: 180px;
    overflow: hidden;
}
.news-item figure a img {
    min-height: 180px;
    width: 100%;
}


/* BLOCK UI */


div.blockOverlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; 
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40); 
    -moz-opacity:.40;
    opacity:.40;
    background-color: transparent;
}
.blockUI.blockMsg.blockElement > h1 {
    line-height: 30px;
  background-color: #028968;
  background-image: url("../images/ajax-loader-green.gif");
  background-position: 11px center;
  background-repeat: no-repeat;
  border-radius: 5px;
  box-shadow: -3px 5px 7px -4px #000;
  color: #ffffff;
  font-size: 22px;
  font-weight: normal;
  padding: 11px 15px 11px 55px;
}


/* MAGNIFIC POPUP */

.mfp-preloader {
  width: 30px;
  height: 30px;
  background-color: #FFF;
  opacity: 0.65;
  margin: 0 auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out; 
font-size:0;  
line-height:0;
overflow:hidden; 
text-indent:-999px;  
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg) }
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) }
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg) }
}



/* MARCHI */

.thumb-marca .product .mediaholder > a.thumb {
  height: 150px;
  line-height: 150px;
  opacity: 0.7;
  transition: all 0.3s ease-in-out 0s;
}
 
.thumb-marca .product .mediaholder > a.thumb:hover{
  opacity: 1;
}


/* PAGINAZIONE */



.pagination  ul li a.pagination-empty{ 
	color: #fff;
	background-color: #d0d0d0 !important;
	cursor: default;
}


/************* RESPONSIVE ***********************************************************************************************************/

    @media only screen and (min-width: 769px)and (max-width: 1389px){
	
	.product .mediaholder > a.thumb { 
	height: auto;
	line-height: inherit; 
      } 
    }
    
    
    /* Note: Design for a width of 320px */
    
    @media only screen and (max-width: 767px) {
    .product .mediaholder > a.thumb img { 
	max-height: none; 
	width: 100%;
      }
      
      .thumb-marca .product .mediaholder > a.thumb {
	height:auto;
	line-height: none;
      }
      
      .autocomplete-suggestions{
	display: none;
      }
      
      #cart ul li section { 
	width: 180px;
      }
      
      #cart_popup-dialog .container {
     display: none;
    }
    #cart_popup-dialog .mainproduct .product-price {
	float: none;
	display: inline-block;
    }
#cart_popup-dialog .cart-buttons a {
    float: none; 
    width: 100%;
    padding:  7px 0; 
}

#cart_popup-dialog .mainproduct > a > img {
        width: 80px;
}

#cart_popup-dialog .mainproduct section{
        margin: 0 10px 0 100px;
}

.linking .button {
  clear: both;
  margin: 15px 0 0;
}


.caption.dark h2, .caption h2 {
    font-size: 20px;
    line-height: 22px;
    margin: 0;
}
.caption.dark h3, .caption h3 {
    font-size: 16px;
    line-height: 24px; 
}




    }


 /* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) { 

	#cart ul li section { 
		width: 300px;
	}
}
	
	
/* Responsive */
@media (max-width: 1389px) {
	.menu > li > a {
		padding: 10px 0 10px 15px;
	}
	
	.caption h2 {
		font-size: 25px;
	}
	
	.product .mediaholder > a.thumb { 
		height: auto;
		line-height: inherit; 
    } 
	
    .fixed-img .product .mediaholder > a.thumb{
		height: 132px;
		line-height: 132px;
    }
	
	#mouse-wheel {
		width: 25px;
		height: 36px;
		bottom: 20px;
	}
	
	#mouse-wheel:after {
		width: 25px;
		height: 12px;
		font-size: 25px;
	}
	
	.sb-navigation-left-2 {
		left: -25px;
	}
	
	.sb-navigation-right-2 {
		right: -25px;
	}
	
	.stato-detail {
		padding: 20px;
	}
	
	.stato-label {
		width: 60%;
	}
	
	.stato-legend {
		padding: 20px;
	}
	
	.stato-led {
		width: 20%;
	}
	
	.stato-led:after {
		width: 20px;
		height: 20px;
	}
	
	#wrapper .stato-icon {
		width: 20%;
		padding: 0;
	}
	
	#wrapper .stato-icon img {
		width: 100%;
		height: auto;
	}
}

@media (max-width: 990px) {
	body {
		font-size: 12px;
	}
	
	h1 {
		font-size: 20px;
	}
	
	h3 {
		font-size: 15px;
		line-height: 20px;
	}
	
	h5 {
		font-size: 13px;
	}
	
	p {
		font-size: 12px;
		line-height: 15px;
	}
	
	input[type="button"], input[type="submit"], .button {
		font-size: 12px;
	}
	
	.product .product-button {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
		-webkit-transition: -webkit-transform 0.3s, opacity 0.1s, background 0.25s;
		-moz-transition: -moz-transform 0.3s, opacity 0.1s, background 0.25s;
		transition: transform 0.3s, opacity 0.1s, background 0.25s;
	}
	
	.showbiz-container {
		-webkit-user-drag: initial !important;
		touch-action: initial !important;
	}
	
	.sb-navigation-left-2, .sb-navigation-right-2 {
		display: none;
	}
	
	ul.top-bar-menu li,
	ul.top-bar-menu li a {
		font-size: 12px;
	}
	
	#mouse-wheel,
	#mouse-wheel:after {
		display: none !important;
	}
	
	.fixed-img .product .mediaholder > a.thumb {
		height: 182px;
		line-height: 182px;
	}
	
	#inline-wrapper .button {
		width: 100%;
		box-sizing: border-box;
	}
	
	.the-team-content span, .from-the-blog-content span {
		font-size: 12px;
	}
	
	.highlight-content h5.margin-bottom-20 {
		margin-bottom: 0px !important;
	}
	
	.headline {
		font-size: 15px;
	}
	
	.menu > li > a {
		font-size: 11px;
	}
	
	li.dropdown ul li a {
		font-size: 12px;
	}
	
	.caption h2 {
		font-size: 20px;
	}
	
	.input-box {
		height: 48px;
	}
	
	.input-box .button {
		font-size: 10px;
	}
	
	.product-field,
	.product-value {
		padding: 4px 0;
	}
	
	#footer .footer-icon img {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.hidden-sm {
		display: none !important;
	}

	.margin-sm {
		margin-bottom: 20px !important;
	}
	
	.stato-container {
		margin-bottom: 20px;
	}
	
	ul.top-bar-menu   li {
		display: block !important;
		text-align: center;
	}
	
	ul.top-bar-menu.floatr {
		width: 100%;
	}
	
	ul.top-bar-menu.floatr li {
		float: left;
		width: 50%;
		box-sizing: border-box;
		margin: 0;
		text-align: center;
	}
	
	ul.top-bar-menu.floatr li.lang-menu {
		width: 100%;
	}
	
	#footer .footer-icon img {
		width: 25%;
	}
	
	#footer p.margin-top-50 {
		margin-top: 0 !important;
	}
	
	#footer > .container > .one-third {
		margin-bottom: 20px;
	}
}

@media (max-width: 479px) {
	.stato-detail {
		width: 100%;
	}
	
	.stato-legend {
		width: 100%;
	}
}
/* end Responsive */