
html, body {
	position: relative;
	min-height: 100%;
	height: 100%;
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.4;
	color: #3D3C3A;
	background: #fff;
}
.fp-viewing--1 {
	overflow: scroll !important;
}
/*  HEADINGS  */
h1, h2, h3, h4, h5, h6 {
	font-weight: 200;
	letter-spacing: 0.8px;
	color: #2A99D3;
}
h2 {
	font-size: 45px;
	color: #3D3C3A;
	margin-bottom: 40px;
}
h3 {
	font-size: 26px;
	line-height: 30px;
}
h4 {
	font-size: 18px;
}
h5 {
	display: inline-block;
	color: #fff;
	background: #2A99D3;
	padding: 0px 5px;
	font-size: 18px;
	font-weight: 200;
	line-height: 1.4;
}
/*  LINKS  */
a {
	color: ##2A99D3;
	text-decoration: none;
}
a:focus, a:active, a:hover {
	outline: none;
}
a:hover, a:focus {
	color: #1D749F;
	text-decoration: none;
}
/*  GENERAL STYLE  */
#wrap {
	min-height: 100%;
	margin-bottom: -450px;
	padding: 0px;
}
.page-wrap:after {
	content: "";
	display: block;
}
#footer, #wrap:after {
	height: 480px;
}
/*  HEADER  */
#header {
	height: 80px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
	background: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#header.affix {
	position: fixed;
	top: 0;
	width: 100%;
	height: 50px;
}
#header .container {
	position: relative;
}
.logo {
	background: url(../images/logo.png) no-repeat center bottom / contain;
	display: inline-block;
	height: 75px;
	width: 220px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#header.affix .logo {
	background: url(../images/logo-small.png) no-repeat center center / contain;
	height: 40px;
	width: 40px;
	padding-top: 10px;
}
.WrapBtnInfo {
	text-align: right;
}
.btn-r, .btn-f {
	display: inline-block;
	font-weight: normal;
	height: 30px;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 14px;
	line-height: 30px;
	padding: 0 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	text-transform: uppercase;
	margin-top: 9px;
}
.btn-r {
	border: 1px solid #2A99D3;
	color: #000;
}
.btn-f {
	border: 1px solid #36A9AF;
	color: #000;
}
.btn-r:hover {
	color: #f5f5f5 !important;
	border: 1px solid #2A99D3;
	background: #2A99D3;
}
.btn-f:hover {
	color: #f5f5f5 !important;
	border: 1px solid #36A9AF;
	background: #36A9AF;
}
/*Nuov css menu*/
#WrapMenu .navbar {
	position: absolute;
	z-index: 9999;
	width: 30%;
	top: 20px;
	right: 0px;
}
.navbar .btn-navbar {
	text-shadow: none !important;
	background: none !important;
	border: none !important;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	display: block;
	position: absolute;
	top: -9px;
	right: 0px;
	z-index: 99999;
	box-shadow: none;
	width: 25px;
	height: 25px;
	padding: 0px;
}
.navbar .btn-navbar.collapsed:before {
	color: #333;
	content: "MENU";
	left: -45px;
	position: absolute;
	top: 0;
}
.navbar .btn-navbar:before {
	content: 'CHIUDI';
	color: #fff;
	left: -50px;
	position: absolute;
	top: 0;
}
.navbar .btn-navbar.collapsed .icon-bar, .navbar .btn-navbar .icon-bar {
	display: block;
	height: 4px;
	width: 25px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
	position: absolute;
}
.navbar .btn-navbar .icon-bar:nth-of-type(1) {
	top: 6px;
	transform: rotate(45deg);
	background-color: #fff;
}
.navbar .btn-navbar .icon-bar:nth-of-type(2) {
	background-color: transparent;
}
.navbar .btn-navbar .icon-bar:nth-of-type(3) {
	top: 4px;
	transform: rotate(-45deg);
	background-color: #fff;
}
.navbar .btn-navbar.collapsed .icon-bar:nth-of-type(1) {
	top: 0px;
	transform: none;
	background-color: #333;
}
.navbar .btn-navbar.collapsed .icon-bar:nth-of-type(2) {
	top: 5px;
	background-color: #333;
}
.navbar .btn-navbar.collapsed .icon-bar:nth-of-type(3) {
	top: 12px;
	transform: none;
	background-color: #333;
}
.nav-collapse {
	clear: both;
}
.nav-collapse, .nav-collapse.collapse {
	height: 0;
	overflow: auto;
	background-color: rgba(0,0,0,0.68);
	bottom: 0px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9;
	width: 30%;
}
.nav-collapse .nav {
	float: none;
	margin: 10%;
}
.nav-collapse .nav > li {
	float: none;
}
.nav-collapse .nav > li > a {
	margin-bottom: 2px;
}
.nav-collapse .nav > li > a {
	padding: 9px 0px;
	font-weight: lighter;
	color: #fff;
	text-shadow: none;
	 font-size: 26px; 
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-transform: uppercase;
	line-height: 1em;
	letter-spacing: 3px;
	position: relative;
}
.nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	background: none !important;
	color: #2A99D3;
	box-shadow: none !important;
}
.nav-collapse .nav > li > a:after {
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 1px;
	background-color: #2A99D3;
	content: "";
	transition: width 0.2s;
}
.nav-collapse .nav > li > a:hover:after {
	width: 100%;
}
.nav-collapse .nav > li.item-120 {
	margin-top: 20px;
	border-top: 1px solid #666;
	padding-top: 20px;
}
/*SOTTO MENU*/
.sub-menu {
	background: #2A99D3;
	margin: -5px 0 0;
	padding: 5px 0;
	text-align: center;
}
.sub-menu li {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
	margin-right: 20px;
	position: relative;
}
.sub-menu li:last-child {
	margin-right: 0px;
}
.sub-menu li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}
.sub-menu li a:hover, .sub-menu li a:focus, .sub-menu li.active a, .sub-menu li.active a:hover, .sub-menu li.active a:focus {
	background: none !important;
	color: #fff;
	box-shadow: none !important;
}
.sub-menu li a:after {
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 1px;
	background-color: #fff;
	content: "";
	transition: width 0.2s;
}
.sub-menu li a:hover:after {
	width: 100%;
}
/*  MAIN  */
#main {
	position: relative;
}
#main .container {
	padding: 0 80px;
	box-sizing: border-box;
}
/*  FOOTER  */
#footer {
	background: #3D3C3A;
	width: 100%;
	box-sizing: border-box;
	color: #fff;
	text-align: left;
	padding: 40px 0;
	position: relative;
}
#footer a {
	color: #2A99D3;
}
#footer a:hover {
	text-decoration: underline;
}
#footer h3 {
	text-transform: uppercase;
	font-size: 14px;
	border-bottom: 1px solid #2A99D3;
}
#footer ul.nav {
	font-size: 13px;
}
#footer ul.nav li::before {
	content: "-";
	left: 0px;
	position: absolute;
}
#footer ul.nav li {
	padding-left: 15px;
	position: relative;
}
#footer ul.nav li a {
	color: #fff;
}
#footer ul.nav li a:hover, #footer ul.nav li.active a, #footer ul.nav li.active a:hover {
	background: none !important;
	text-decoration: underline;
}
.top-footer {
	margin-bottom: 10px;
}
#NumeroVerde {
	background: url(../images/numeroverde.png) no-repeat center center / contain;
	height: 80px;
	text-align: center;
	box-sizing: border-box;
	line-height: 80px;
	font-size: 32px;
	padding: 3px 0 0 15px;
	margin-bottom: 20px;
}
#NumeroVerde a {
	color: #ffffff;
}
#NumeroVerde a:hover {
	color: #ffffff;
	text-decoration: none;
}
#footer #NumeroVerde a:hover {
	color: #fff;
	text-decoration: none;
}
#WhatsUp {
	background: url(../images/iconwhatsup2.png) no-repeat center center / contain;
	box-sizing: border-box;
	font-size: 22px;
	height: 80px;
	line-height: 80px;
	padding: 3px 0 0 58px;
	position: relative;
	text-align: center;
}
#WhatsUp span {
	bottom: -50px;
	font-size: 11px;
	position: absolute;
	left: 0px;
	width: 100%;
}
#WhatsUp a {
	color: #00a54f;
}
#WhatsUp a:hover {
	color: #00A54F;
	text-decoration: none;
}
.LinkSocial {
	background-size: contain !important;
	display: inline-block;
	height: 40px;
	width: 40px;
	margin-right: 10px;
}
.LinkSocial:hover {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
.LinkFb {
	background: url(../../../images/sito/facebook.png) no-repeat center center;
}
.LinkTw {
	background: url(../../../images/sito/twitter.png) no-repeat center center;
}
.LinkIn {
	background: url(../../../images/sito/instagram.png) no-repeat center center;
}
.LinkGp {
	background: url(../../../images/sito/google-plus.png) no-repeat center center;
}
.LinkYt {
	background: url(../../../images/sito/youtube.png) no-repeat center center;
}
#credits {
	background: #2f2e2c;
	bottom: 0;
	font-size: 12px;
	height: 40px;
	left: 0;
	line-height: 40px;
	position: absolute;
	text-align: center;
	width: 100%;
}
/*SectionFooter*/

.PreSectionFooter {
	padding-top: 100px;
}
/*Stile Home*/
.WrapItemHome {
	padding-bottom: 80px; /* PROVVISORIO*/
}
.IntroPhoto {
	background: url(../../../images/slide_home/home_page.jpg) no-repeat bottom center / cover;
	height: 1px;
	padding-bottom: 45%;
}
.IntroText {
	margin-top: 20%;
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.8;
}
.medium_light_white {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: 200 !important;
	background: rgba(0,0,0,0.6) !important;
	padding: 20px !important;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.IntroText h2 {
	color: #fff;
	margin-bottom: 10px;
}
.IntroText .btn-section, .medium_light_white .btn-section {
	border-color: #fff;
	color: #fff;
	margin-top: 20px;
	text-transform: uppercase;
	line-height: 26px;
}
@media (min-width: 1200px) {
.WrapVantaggiHome .span4 {
	width: 33%;
	margin: 0.2% 0.5% 0.2% 0 !important;
}
.WrapVantaggiHome .span4.Last {
	margin-right: 0 !important;
}
}
.IntroVantaggi {
	background: #2A99D3;
	text-align: center;
	padding: 8px 0px;
	color: #fff;
	font-size: 22px;
	margin: 5px 0;
}
a.LinkHome {
	display: block;
	position: relative;
	padding: 35% 5% 5%;
	text-align: center;
}
a.LinkHome:hover {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
a.LinkHome .btn-section {
	font-size: 18px;
	font-weight: 200;
	text-transform: uppercase;
	position: absolute;
	bottom: 50%;
	left: 50%;
	margin-bottom: -16px;
	background: rgba(255,255,255,0.6);
	min-width: 180px;
	margin-left: -90px;
}
a.LinkHome .btn-section:hover {
	border: 1px solid #2A99D3;
	background: #2A99D3;
}
#LinkHomeRapidità {
	background: url(../../../images/slide_home/home_rapidita.jpg) no-repeat bottom center / cover;
}
#LinkHomeGaranzia {
	background: url(../../../images/slide_home/home_garanzia.jpg) no-repeat bottom center / cover;
}
#LinkHomeDevice {
	background: url(../../../images/slide_home/home_device_sostitutivo.jpg) no-repeat bottom center / cover;
}
#WrapBoxHome {
	margin: 100px auto;
}
.BoxHome {
	text-align: center;
	padding: 170px 15px 0;
}
.BoxHome h4 {
	font-size: 24px;
	color: #3D3C3A;
}
.ContentBoxHome {
	min-height: 80px;
}
#BoxRiparazioni {
	background: url(../../../images/ico/ico_home_preventivo.png) no-repeat top center;
}
#BoxRiparazioni:hover { 
    color:#afafaf;
    -moz-animation: spin .4s 1 linear;
    -o-animation: spin .4s 1 linear;
   
    
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(359deg); }
}

@-moz-keyframes spin {
    0% { -moz-transform: rotate(0deg); }
    100% { -moz-transform: rotate(359deg); }
}

@-o-keyframes spin {
    0% { -o-transform: rotate(0deg); }
    100% { -o-transform: rotate(359deg); }
}

@-ms-keyframes spin {
    0% { -ms-transform: rotate(0deg); }
    100% { -ms-transform: rotate(359deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(359deg); }
}
#BoxStore {
	background: url(../../../images/ico/ico_home_verifica.png) no-repeat top center;
}
#BoxStore:hover { 
    color:#afafaf;
    -moz-animation: spin .4s 1 linear;
    -o-animation: spin .4s 1 linear;
   
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(359deg); }
}

@-moz-keyframes spin {
    0% { -moz-transform: rotate(0deg); }
    100% { -moz-transform: rotate(359deg); }
}

@-o-keyframes spin {
    0% { -o-transform: rotate(0deg); }
    100% { -o-transform: rotate(359deg); }
}

@-ms-keyframes spin {
    0% { -ms-transform: rotate(0deg); }
    100% { -ms-transform: rotate(359deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(359deg); }
}

#BoxStore {
	background: url(../../../images/ico/ico_home_store.png) no-repeat top center;
}
#BoxStore:hover { 
    color:#afafaf;
    -moz-animation: spin .4s 1 linear;
    -o-animation: spin .4s 1 linear;
   
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(359deg); }
}

@-moz-keyframes spin {
    0% { -moz-transform: rotate(0deg); }
    100% { -moz-transform: rotate(359deg); }
}

@-o-keyframes spin {
    0% { -o-transform: rotate(0deg); }
    100% { -o-transform: rotate(359deg); }
}

@-ms-keyframes spin {
    0% { -ms-transform: rotate(0deg); }
    100% { -ms-transform: rotate(359deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(359deg); }
}
#BoxVerifica {
	background: url(../../../images/ico/ico_home_verifica.png) no-repeat top center;
}
#BoxVerifica:hover { 
    color:#afafaf;
    -moz-animation: spin .4s 1 linear;
    -o-animation: spin .4s 1 linear;
   
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(359deg); }
}

@-moz-keyframes spin {
    0% { -moz-transform: rotate(0deg); }
    100% { -moz-transform: rotate(359deg); }
}

@-o-keyframes spin {
    0% { -o-transform: rotate(0deg); }
    100% { -o-transform: rotate(359deg); }
}

@-ms-keyframes spin {
    0% { -ms-transform: rotate(0deg); }
    100% { -ms-transform: rotate(359deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(359deg); }
}
#BoxChiama {
	background: url(../../../images/ico/ico_home_chiama.png) no-repeat top center;

}
#BoxChiama:hover { 
    color:#afafaf;
    -moz-animation: spin .4s 1 linear;
    -o-animation: spin .4s 1 linear;
   
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(359deg); }
}

@-moz-keyframes spin {
    0% { -moz-transform: rotate(0deg); }
    100% { -moz-transform: rotate(359deg); }
}

@-o-keyframes spin {
    0% { -o-transform: rotate(0deg); }
    100% { -o-transform: rotate(359deg); }
}

@-ms-keyframes spin {
    0% { -ms-transform: rotate(0deg); }
    100% { -ms-transform: rotate(359deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(359deg); }
}

.HomeRiparazioni {
	text-align: center;
	margin: 40px auto 20px;
}
.HomeRiparazioni ul.MenuRiparazioni {
	margin: 40px 0 !important;
	text-decoration: none;
	display: table;
	width: 100%;
}
.HomeRiparazioni ul.MenuRiparazioni li {
	border: none !important;
	display: table-cell;
	float: none;
	text-align: center;
	width: 1%;
}
/*Pagine Interne One Page*/
.WrapOnePageItem {
	padding-top: 120px;
	letter-spacing: 0.8px;
	text-align: center;
}
/*Pagine Interne One Page*/
.WrapItemPage {
	padding-top: 120px;
	letter-spacing: 0.8px;
	text-align: center;
}
/*Pagina Store Locator*/
.locator_container {
	margin-top: 150px;
}
#map {
	height: 500px;
}
#sl_results_container {
	padding: 0px;
}
#WrapMap {
	width: 100%;
	margin: 0px auto 100px;
}
#locate_form .row-fluid {
	margin-bottom: 10px;
}
.form-search .radio, .form-search .checkbox, .form-inline .radio, .form-inline .checkbox {
	vertical-align: baseline;
}
#sl_search_container label.checkbox {
	width: auto;
}
.mylocation-button {
	background-color: #fff;
	border-radius: 2px;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 29px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 29px;
	border: 1px solid #fff;
}
.mylocation-widget {
	background: url(../images/pin.png) no-repeat center center;
	cursor: pointer;
	display: block;
	height: 29px;
	left: 0px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	width: 29px;
}
.btn-map {
	display: inline-block;
	font-weight: normal;
	height: 30px;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 14px;
	line-height: 30px;
	padding: 0 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	text-transform: uppercase;
	border: 1px solid #2A99D3;
	color: #000;
	background: #fff;
}
.btn-map:hover {
	color: #f5f5f5 !important;
	border: 1px solid #2A99D3;
	background: #2A99D3;
}
#sl_locate_results {
	font-weight: 200;
}
/*Pagina Riparazioni*/
body#Item-117 h3.CatTitle {
	display: none !important;
}
.WrapRiparazioni {
	margin-top: 120px;
	margin-bottom: 200px;
	padding: 0px !important;
}
.category-desc {
	text-align: center;
}
h3.CatTitle {
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
}
h3.CatTitle a {
	color: #333;
}
h3.CatTitle:hover a {
	color: #2A99D3;
}
.MenuRiparazioni {
	margin: 100px 0 -70px;
	width: 100%;
}
.MenuRiparazioni li {
	display: inline-block;
	float: none;
	text-align: center;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.MenuRiparazioni > li {
	width: 10% !important;
	border-right: 1px dashed #ddd;
}
.MenuRiparazioni > li:last-child {
	border-right: none;
}
.MenuRiparazioni li a:hover {
	background: none !important;
}
.MenuRiparazioni li img {
	width: 100%;
	opacity: 0.4;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.MenuRiparazioni > li > a > img {
}
.MenuRiparazioni > li.current > a > img, .MenuRiparazioni > li:hover > a > img {
	opacity: 1;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.MenuRiparazioni > li .nav-child li {
	text-align: center;
}
.MenuRiparazioni > li .nav-child li img {
	width: 30px;
	height: auto;
}
.MenuRiparazioni > li .nav-child li.current > a > img, .MenuRiparazioni > li .nav-child li:hover > a > img {
	opacity: 1;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.MenuRiparazioni.SubCat {
	margin: 20px auto;
	display: table;
	width: 60%;
}
.MenuRiparazioni.SubCat li {
	padding: 0 5%;
	display: table-cell;
	max-width: 0%;
}
.MenuRiparazioni.SubCat li img {
	opacity: 1 !important;
	-webkit-filter: grayscale(0) !important;
	filter: grayscale(0) !important;
	width: 200px;
}
.cat-children a img:hover {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
.ProdottiRiparazioni {
	border-bottom: 1px solid #ddd;
	position: relative;
	height: 80px;
}
.ProdottiRiparazioni h2 {
	font-size: 20px;
	line-height: 26px;
}
.ProdottiRiparazioni .page-header {
	height: 40px;
	margin: 0;
	padding: 10px 0;
}
.btn-add {
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	text-transform: uppercase;
	background: #fff;
	border: 1px solid #2A99D3;
	color: #2A99D3;
	display: inline-block;
	font-size: 20px;
	font-weight: normal;
	margin: 0 !important;
	padding: 2px 0 6px !important;
	text-transform: uppercase;
	width: 30px !important;
}
.btn-add:hover {
	color: #f5f5f5 !important;
	border: 1px solid #2A99D3;
	background: #2A99D3;
}
.ProductTitle, .PraductThumb, .ProductPrice, .ProductAdd {
	position: absolute;
	top: 0px;
}
.ProductTitle {
	left: 100px;
}
.ProductTitle h3 {
	color: #3D3C3A;
	font-size: 18px;
	margin: 0px;
	line-height: 80px;
}
.PraductThumb {
	left: 0px;
}
.ProductPrice {
	font-size: 18px;
	line-height: 80px;
	min-width: 90px;
	right: 50px;
	text-align: left;
	text-indent:2px;
}
.ProductAdd {
	right: 0px;
	line-height: 75px;
}
.ProductAdd .j2store-addtocart-form {
	margin-top: 0px;
}
.WrapLiveCart {
	background: #f1f1f1;
	text-align: center;
	padding: 10px 0 0;
	font-size: 30px;
	color: #3D3C3A;
	z-index: 999;
	margin: 0px;
}
.WrapLiveCart.affix {
	position: fixed;
	top: 50px;
}
.WrapLiveCart.Static {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.btn-cart, .j2store_cart_button {
	background: none !important;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #3D3C3A;
	color: #3D3C3A;
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	margin: 0 !important;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
}
.WrapLiveCart .btn-cart {
	color: #6EB12F;
	border: 1px solid #6EB12F;
}
.WrapLiveCart .btn-cart:hover {
	color: #fff;
	border: 1px solid #6EB12F;
	background: #6EB12F !important;
}
.WrapLiveCart h3 {
	color: #3D3C3A;
	font-size: 18px;
	margin-bottom: 20px;
}
.WrapLiveCart h3 span {
	font-weight: normal;
}
.j2store-cart h2 {
	text-align: center;
}
.j2store-cart td.cart-line-subtotal {
	text-align: left;
	font-size: 18px;
}
.IconRemove {
	text-align: center !important;
	width: 30px;
}
#j2store-checkout #checkout {
	display: none !important;
}
#j2store-checkout-content .btn-cart, .cart-checkout-button .btn-cart, .j2store_cart_button {
	border: 1px solid #3d3c3a;
	color: #3d3c3a;
	text-shadow: none;
}
.btn-cart:hover, #j2store-checkout-content .btn-cart:hover, .cart-checkout-button .btn-cart:hover, .j2store_cart_button:hover {
	color: #fff !important;
	border: 1px solid #2A99D3;
	background: #2A99D3 !important;
}
#billing-address {
	margin-top: 25px;
}
body#Item-146, body#Item-147 {
	margin-top: 150px;
}
/*Checkout*/
#onCheckoutPayment_wrapper {
	display: none !important;
}
.j2store-cart-table {
	margin-bottom: 50px;
}
.j2store-cart-table td {
	line-height: 80px;
	font-size: 18px;
}
.j2store .checkout-heading {
	background: #EFEFEF;
	border: none;
	border-bottom: 2px solid #DEDEDE;
	font-size: 18px;
	font-weight: 200;
	line-height: 1.4;
	color: #3D3C3A;
	margin-bottom: 15px;
	padding: 8px;
}
.j2error {
	font-size: 12px;
}
.InfoPre {
	margin-bottom: 30px;
	font-size: 12px;
}
.WrapCartSummary .table td {
	border-top: 1px solid #ddd;
}
.WrapCartSummary .note {
	display: none !important;
}
.WrapSummaryPre {
	text-align: center;
}
.WrapSummaryPre .btn-cart {
	line-height: 58px
}
.SummaryPreText {
	margin-bottom: 30px;
	font-size: 18px;
}
.SummaryPreText span {
	font-weight: normal;
}
.SummaryBtn p {
	margin: 50px auto;
	width: 55%;
}
.SummaryBtn #NumeroVerde a:hover {
	color: #00A54F;
}
/*Pagina FAQ*/
.CloseFaq {
	margin: 50px 0;
}
.CloseFaq h3 {
	text-align: center;
	color: #3D3C3A;
	margin-bottom: 30px;
}
.CloseFaq #NumeroVerde a:hover {
	color: #00A54F;
	text-decoration: none;
}
#faq {
	margin-top: 30px;
}
#faq a {
	color: #2A99D3;
}
#faq a.accordion-toggle::before {
	height: 20px;
	width: 20px;
	font-size: 20px;
	display: inline-block;
	content: "+";
}
@media (max-width: 2800px) and (min-width: 768px) {

.WrapContentSection {
	bottom: 0 !important;
	box-sizing: border-box !important;
	height: 200px !important;
	left: 0 !important;
	padding: 20px !important;
	top: auto !important;
	width: 100% !important;
	background: #fff !important;
	margin: 0px !important;
	text-align: center !important;
	color: #3d3c3a;
}
/*PAgina Frinchising*/
.WrapFormExt {
	background: #ededed;
	padding: 50px 0 10px;
	margin-bottom: 80px;
	margin-top: 25px;
}
.WrapFormExt .row-fluid, #SectionFinal .row-fluid {
	margin-bottom: 10px;
}
.WrapFormExt h2 {
	font-size: 22px;
	text-align: center;
}
#SectionFinal h2 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 25px;
}
.WrapFormExt a, #SectionFinal #WrapFormFranchising a {
	color: #3d3c3a;
	text-decoration: none;
}
.WrapFormExt a:hover, #SectionFinal #WrapFormFranchising a:hover {
	color: #3d3c3a;
	text-decoration: underline;
}
.WrapFormExt .gcore-label, #SectionFinal .gcore-label {
	float: left;
	margin-right: 5px;
	line-height: 27px;
}
/*Pagina Corsi*/
.HeaderCatCorsi {
	margin-bottom: 25px;
}
.HeaderCatCorsi h2{
	text-align:center;
}
.WrapItemCatCorsi {
}
.ItemCatCorsi {
	margin-bottom: 30px;
}
.LinkItemCatCorsi {
	display: block;
	position: relative;
	padding-bottom: 40%;
	background-size: cover;
	background-repeat: no-repeat;
}
.LinkItemCatCorsi:hover {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
.ItemCatCorsiDate {
	color: #fff;
	background: #2a99d3;
	padding: 10px;
	display: inline-block;
}
.ItemCatCorsiTitle {
	font-size: 18px;
	font-weight: 200;
	text-transform: uppercase;
	position: absolute;
	bottom: 50%;
	left: 50%;
	margin-bottom: -16px;
	background: rgba(255,255,255,0.6);
	width: 280px;
	margin-left: -140px;
	border: 1px solid #000;
	border-radius: 20px;
	color: #000;
	box-sizing: border-box;
	padding: 0 10px;
	text-align: center;
}
.ItemCatCorsiTitle:hover {
	border: 1px solid #2A99D3;
	background: #2A99D3;
	color: #fff;
}
.ContentCorso {
	margin-bottom: 40px;
	text-align: left;
}
.CorsoImg {
	margin-bottom: 40px;
}
/*Pagina Contatti*/
.chrono_credits {
	display: none;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	background-color: #fff;
	border: 1px solid #2A99D3;
	box-shadow: none;
	border-radius: 0px;
	color: #3D3C3A !important;
}
.WrapContatti {
	margin-top: 200px;
}
.gbs3 .alert-success {
	width: 800px;
	margin: 120px auto 0;
}
.WrapFormExt .gbs3 .alert-success {
	margin-top: 0px;
}
