body {
    font-family: 'Poppins', sans-serif;
	background: #fff;
}

/*@font-face {
    font-family: 'NexaRustSans-Black2';
    src: url('nexa/fontfabric_-_nexa_rust_sans_black_02-webfont.eot');
    src: url('nexa/fontfabric_-_nexa_rust_sans_black_02-webfont.eot?#iefix') format('embedded-opentype'),
         url('nexa/fontfabric_-_nexa_rust_sans_black_02-webfont.woff2') format('woff2'),
         url('nexa/fontfabric_-_nexa_rust_sans_black_02-webfont.woff') format('woff'),
         url('nexa/fontfabric_-_nexa_rust_sans_black_02-webfont.ttf') format('truetype'),
         url('nexa/fontfabric_-_nexa_rust_sans_black_02-webfont.svg#nexa_rust_sansblack_02') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'NexaRustSans-Black2';
    src: url('nexa_rust/NexaRustSans-Black2.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

.space10 {
	display: block;
	clear: both;
	width: 100%;
	height: 10px;
}

.space60 {
	display: block;
	clear: both;
	width: 100%;
	height: 60px;
}

.space70 {
	display: block;
	clear: both;
	width: 100%;
	height: 70px;
}

.space80 {
	display: block;
	clear: both;
	width: 100%;
	height: 80px;
}

.space90 {
	display: block;
	clear: both;
	width: 100%;
	height: 90px;
}

.space100 {
	display: block;
	clear: both;
	width: 100%;
	height: 100px;
}

.m-t-50 {
	margin-top: 50px !important;
}

.m-t-20 {
	margin-top: 20px !important;
}

.m-b-20 {
	margin-bottom: 20px !important;
}

.m-b-0 {
	margin-bottom: 0 !important;
}

.m-0 {
	margin: 0 !important;
}

.p-20 {
	padding: 20px !important;
}

.mod,
.mod:active,
.mod:hover,
.mod:focus {
    position: absolute;
	top: 0;
	left: 0;
	background: url('/themes/paintball/images/ico_mod.jpg') no-repeat center;
	width: 15px;
	height: 15px;
	z-index: 1;
}

.mod.centrato,
.mod.centrato:active,
.mod.centrato:hover,
.mod.centrato:focus{
	top: 0;
	left: 50%;
	margin-left: -7.5px;
}

.mod img {
	margin: 0;
}

.barraricerca {
	height: 0;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	width: 760px;
	top: 0;
	float: none;
	position: relative;
	margin: 0 auto;
}

.barraricerca.active {
    left: 0;
    top: 0;
    width: 760px;
	height: 60px;
	padding: 10px 0;
	float: none;
}

.barraricerca input {
    border: 1px solid #231f20;
	line-height: 38px;
	width: 720px;
	float: left;
	position: relative;
}

.btn-search {
	background: #231f20 url("/themes/jewels/images/ico_activesearch.png") no-repeat center center;
	width: 40px;
	height: 40px;
	float: left;
	position: relative;
	padding: 0;
	border: 0;
}

.fixedtop {
	display: block;
	clear: both;
	width: 100%;
    height: 100px;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
}

.banner_promo {
	background: #231f20;
	width: 100%;
	position: relative;
	float: left;
	padding: 10px 0 15px;
	text-align: center;
}

.banner_promo p {
	display: table;
	position: relative;
	color: #fff;
	margin: 0 auto;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
}

.banner_promo p::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #fff;
	bottom: 0;
	left: 0;
}

.best-s {
	width: 25%;
	float: left;
	position: relative;
	clear: none;
	margin: 0;
	padding: 0 15px 0 0;
}

.best-s img.imgprod,
.s-prod img.imgprod,
.slide_corr img.imgprod {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 357px;
	display: block;
	margin: 0px auto;
	float: none;
}

.s-prod.adue {
	width: 50%;
	padding: 0 15px 0 0;
	margin: 0 0 50px 0;
}

.s-prod.atre {
	padding: 0 15px 0 0;
	margin: 0 0 50px 0;
}

.s-prod.aquattro {
	width: 25%;
	padding: 0 15px 0 0;
	margin: 0 0 50px 0;
	min-height: 350px;
}

.s-prod.atre .cont_imgprodsez {
	min-height: 348px;
}

.s-prod.aquattro .addwish span,
.s-prod.aquattro .addcart span {
	display: none;
	margin: 0;
}

.best-s .info,
.s-prod .info,
.cont_prod_corr .slide_corr .info {
	float: left;
	position: relative;
	width: 100%;
	text-align: center;
	padding: 0;
}

.best-s .info .price,
.s-prod .info .price,
.s-prod .info .price span,
.slide_corr .info .price,
.slide_corr .info .price span {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	line-height: 20px;
	text-align: center;
	margin: 0;
}

.cont_btn {
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	z-index: 100;
	transition: all 250ms ease-in-out;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
}

.cont_btn .addwish {
	position: absolute;
	width: 17.5%;
	height: 50px;
	line-height: 50px;
	background: #fff;
	color: #231f20;
	border: 0;
	padding: 0;
	margin: 0;
	bottom: 0;
	right: 0;
	border: 1px solid #231f20;
}

.cont_btn .addcart {
	position: absolute;
	width: 54%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: #231f20;
	border: 0;
	padding: 0;
	margin: 0;
	bottom: 0;
	left: 28.5%;
	cursor: pointer;
}

.cont_btn .addwish span,
.cont_btn .addcart span {
	display: none;
}

.s-prod.adue .cont_btn .addcart span {
	display: inline-block;
	margin: 0 0 0 10px;
}

.actionvp .input-group.text-center {
	width: 8%;
	float: left;
	margin-right: 2%;
}

.actionvp .input-group #quantity,
.qtybox.clearfix #quantity {
	width: 70%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	float: left;
	position: relative;
	border: 1px solid #231f20;
	margin: 0;
	padding: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.qty_prod input[type="text"]:not(.newsletterinput):not(#searchfld):not(#quantity),
.qty_prod input[type="mail"],
.qty_prod input[type="email"],
.qty_prod input[type="password"],
.qty-cart input[type="text"]:not(.newsletterinput):not(#searchfld):not(#quantity),
.qty-cart input[type="mail"],
.qty-cart input[type="email"],
.qty-cart input[type="password"] {
	width: 50%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	float: left;
	position: relative;
	border: 0;
	margin: 0;
	padding: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.actionvp .input-group .input-group-addon,
.qtybox .input-group-addon {
	width: 30%;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border: 1px solid #231f20;
	background: #fff;
	float: left;
	position: relative;
	padding: 0;
	border-radius: 0;
	margin-left: -1px;
}

.qty_prod .input-group-addon,
.qty-cart .input-group-addon {
	width: 25%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border: 0;
	background: #fff;
	float: left;
	position: relative;
	padding: 0;
	border-radius: 0;
	cursor: pointer;
	font-size: 24px;
	color: #000;
}

.actionvp .input-group .input-group-addon:last-child,
.qtybox .input-group-addon:last-child {
	height: 26px;
	margin-top: -1px
}

.qty_prod {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 28.5%;
	background: #fff;
	border: 1px solid #231f20;
}

.qtybox {
	width: 24%;
	float: left;
	position: relative;
}

.actionvp .qtybox .input-group.input-popup {
	width: 98%;
	float: left;
	position: relative;
}

.addcart img,
.btn-addcart img,
.addwish > img {
    vertical-align: middle;
	position: relative;
}

.cont_btn .addcart img,
.cont_btn .btn-addcart img,
.cont_btn .addwish > img {
	margin: 0;
}

.cont_imgprod,
.cont_imgprodsez {
	float: left;
	position: relative;
	width: 100%;
	min-height: 357px;
	margin: 0 0 15px 0;
}

.best-s:hover .cont_btn,
.s-prod:hover .cont_btn,
.slide_corr:hover .cont_btn {
	opacity: 1;
}

.btn-scopri,
.btn-scopri:active,
.btn-scopri:hover,
.btn-scopri:focus {
	position: absolute;
	width: 17.5%;
	height: 50px;
	left: 0;
	text-align: center;
	line-height: 50px;
	color: #231f20;
	border: 1px solid #231f20;
	background: #231f20;
	bottom: 0;
}

#sliderbest {
    border: 0;
	padding: 0;
}

.best-s .info .varianti,
.s-prod .info .varianti,
.slide_corr .info .varianti {
	margin: 25px 0 0 0;
	float: left;
	position: relative;
	width: 100%;
}

.best-s .info .varianti p,
.s-prod .info .varianti p,
.slide_corr .info .varianti p {
	font-size: 18px;
	font-weight: 700;
	line-height: 19px;
	color: #000;
	margin: 0;
}

.best-s .info .varianti .variante,
.s-prod .info .varianti .variante,
.slide_corr .info .varianti .variante {
	display: none;
}

.best-s:hover .info .varianti p,
.s-prod:hover .info .varianti p,
.slide_corr:hover .info .varianti p {
	display: none;
}

.best-s:hover .info .varianti .variante,
.s-prod:hover .info .varianti .variante,
.slide_corr:hover .info .varianti .variante {
	display: block;
}

.controls.form-inline.radiocolor.tipo-variante {
	display: table;
	margin: 0 auto;
}

.radiocolor.tipo-variante input[type="radio"]:checked + label.label_txt {
	font-weight: 700;
}

.radiocolor.tipo-variante input[type="radio"]:checked + label.label_img {
	border: 1px solid #231f20;
}

.radiocolor.tipo-variante input[type="radio"]:checked + label.label_txt::before {
	width: 25px;
	height: 1px;
	background: #231f20;
	left: 50%;
	margin-left: -12.5px;
}

.radiocolor.tipo-variante input[type="radio"]:checked + label.label_img::before {
	width: 0;
	height: 0;
}

.radiocolor label:last-child {
	margin-right: 0;
}

.tipo-variante label {
	margin-bottom: 0;
}

.tipo-variante label.label_img {
	width: 30px;
	height: 30px;
	background-size: cover;
	border-radius: 100%;
}

.radiocolor label.label_colore {
	width: 70px;
	height: 70px;
}

.radiocolor label.label_colore.not_aviable::before,
.tipo-variante label.label_img.not_aviable::before {
	content: "";
	position: absolute;
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
}

.radiocolor input[type="radio"]:checked + label.label_colore::before {
    width: 70px;
    height: 70px;
	top: 0;
	left: 0;
	border-radius: 0;
}

.s-prod {
	margin: 0;
	padding: 0;
	border: 0;
	min-height: 456px;
}

.wish-prod {
	margin: 0 15px 0 0;
}

.wish-prod .cont_imgprodsez {
	min-height: 335px;
}

.wish-prod .cont_imgprodsez img.imgprod {
	max-height: 335px;
}

.boxhome {
	float: left;
	position: relative;
}

.boxhome a img {
	float: left;
	position: relative;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
}

.boxhome a:hover img {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.boxhome.tall {
	padding-left: 0;
}

.boxhome.smallst {
	padding-right: 0;
}

.boxhome.smallnd {
	padding-right: 0;
	margin: 29px 0 0 0;
}

.boxhome.full {
	padding: 0;
}

.fasciaprefoo {
	float: left;
	position: relative;
	width: 100%;
	padding: 20px 0;
}

.col-fasciaprefoo p {
	font-size: 15px;
	font-weight: 400;
	color: #231f20;
	line-height: 22px;
	margin: 0;
	letter-spacing: 1px;
}

.col-fasciaprefoo:nth-child(1) p,
.col-fasciaprefoo:nth-child(4) p {
	font-size: 13px;
}

.col-fasciaprefoo:nth-child(2) p {
	text-align: right;
}

.col-fasciaprefoo:nth-child(3) img {
	float: right;
}

.cont_carte {
	float: left;
	position: relative;
	width: 100%;
}

.cont_carte img {
	margin: 0 5px 0 0;
}

.cont_carte img:last-child {
	margin: 0;
}

.prefoo {
	float: left;
	position: relative;
	width: 100%;
	background: #231f20;
	padding: 20px 0;
}

.prefoo span {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	float: left;
	position: relative;
	margin: 12px 15px 0 0;
	letter-spacing: 1px;
}

.prefoo .social {
	float: left;
	position: relative;
}

.prefoo .social a {
	float: left;
	position: relative;
	margin: 0 15px 0 0;
}

.boxnewsletter {
	float: left;
	position: relative;
	width: 100%;
}

.newsletterinput {
	width: 81%;
	height: 45px;
	line-height: 45px;
	padding: 0 10px 0 30px;
	border: 1.5px solid #fff;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin: 0 3% 0 0;
	float: left;
	position: relative;
	border-radius: 5px;
}

.boxnewsletter input::-webkit-input-placeholder {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0;
}

.boxnewsletter input:-moz-placeholder {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	opacity: 1;
	letter-spacing: 0;
}

.boxnewsletter input::-moz-placeholder {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	opacity: 1;
	letter-spacing: 0;
}

.boxnewsletter input:-ms-input-placeholder {  
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0;
}

.btn-newsletter {
	width: 16%;
	height: 45px;
	line-height: 45px;
	background: #f6921e;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	text-transform: none;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 5px;
	float: left;
	position: relative;
	overflow: hidden;
	transition: 0.2s all ease;
	-webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
}

.btn-newsletter:hover {
	background: #fff;
	color: #231f20;
}

.footer {
	float: left;
	position: relative;
	width: 100%;
	background-image: url('/themes/paintball/images/bkg-footer.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 50px 0 30px 0;
	min-height: 445px;
}

.footer.fixed {
	position: fixed;
	left: 0;
	bottom: 0;
}

.footer h3 {
	font-size: 20px;
	font-weight: 600;
	color: #f6921e;
	margin: 0 0 25px 0;
	text-transform: none;
	letter-spacing: 0;
	line-height: 25px;
}

.footer ul li {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
    line-height: 18px;
	color: #fff;
	letter-spacing: 0;
	margin: 0 0 20px 0;
}

.footer ul li:last-child {
	margin-bottom: 0;
}

.footer ul li a,
.footer ul li a:active,
.footer ul li a:hover,
.footer ul li a:focus {
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
	color: #fff;
	letter-spacing: 0;
}

.footer .titl {
	text-align: left;
	margin: 0;
}

.footer .sotto-titl {
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
}

.footer .logo {
	width: 100%;
	text-align: center;
}

.footer .logo a img {
	max-height: 95px;
}

.footer .col-social h3 {
	text-align: center;
}

.footer .social, .extremeworld-box .social {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}

.footer .social a, .extremeworld-box .social a {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 100%;
	margin: 0 30px 0 0;
	float: left;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer .social a:hover::before, .extremeworld-box .social a:hover::before {
    opacity: 0;
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}

.footer .social a::before, .extremeworld-box .social a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 2px solid #fff;
    border-radius: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer .social a::after, .extremeworld-box .social a::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    width: 0;
    height: 0;
    z-index: -1;
    border-radius: 100%;
	background-color: #f6921e;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer .social a:hover::after, .extremeworld-box .social a:hover::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.footer .social a:last-child, .extremeworld-box .social a:last-child {
	margin-right: 0;
}

.footer .social a img, .extremeworld-box .social a img {
	max-height: 20px;
}

.sottof {
	float: left;
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}

.sottof p,
.sottof p a,
.sottof p a:active,
.sottof p a:hover,
.sottof p a:focus {
	margin: 0;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 26px;
}

.sottof p a img {
	max-height: 18px;
	vertical-align: -1px;
	margin: 0 0 0 5px;
}

select.selordina {
	width: auto;
	border: 1px solid #e6e6e6;
	color: #231f20;
	padding: 0;
}

select.selordina:nth-child(2) {
	width: 40px;
	border: 1px solid #e6e6e6;
	color: #231f20;
	padding: 0;
}

.cont_imgprodsez img.imgprod {
	position: absolute;
	left: 0;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
	visibility: hidden;
}

.s-prod:hover .cont_imgprodsez img.imgprod.imgtop {
	opacity: 0;
}

.titcolsx::before {
	content: "";
	position: absolute;
	width: 25px;
	height: 13px;
	right: 30px;
	background: url("/themes/jewels/images/arrow_catalog.png") no-repeat center center;
	top: 50%;
	margin-top: -6.5px;
}

.titcolsx-catalogo,
.titcolsx-active {
	cursor: default;
}

.titcolsx-catalogo::before,
.titcolsx-active::before {
	display: none;
}

.titcolsx::after {
	content: "";
	position: absolute;
	bottom: -15px;
	width: 100%;
	height: 1px;
	background: #231f20;
	left: 0;
}

.filtro {
	padding: 0;
}

.breadcontinue {
	margin: 0;
}

.prod .info .cod {
    font-size: 18px;
    line-height: 18px;
    color: #231f20;
	width: 100%;
}

.prod .info .tit {
	font-size: 25px;
	font-weight: 700;
	color: #231f20;
	width: 100%;
	text-transform: uppercase;
}

.prod .info .price {
	font-size: 35px;
	font-weight: 700;
	color: #231f20;
	width: 100%;
}

.btn-stock {
	width: auto;
	height: 35px;
	background: #231f20;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 35px;
	padding: 0 15px;
	float: left;
	position: relative;
	letter-spacing: 1px;
}

.btn-nostock {
	width: auto;
	height: 35px;
	background: #757575;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 35px;
	padding: 0 15px;
	float: left;
	position: relative;
	letter-spacing: 1px;
}

.btn-stock img,
.btn-nostock img {
	margin: 0 0 0 10px;
}

.btn-wish,
.btn-wish:hover,
.btn-wish:focus,
.btn-wish:active {
	border: 0;
	width: 8%;
	margin-left: 2%;
	height: 50px;
	line-height: 50px;
}

.actionvp .addcart {
	width: 76%;
	background: #231f20;
	letter-spacing: 1px;
	height: 50px;
	line-height: 50px;
}

.btn-wish img {
	margin: 0;
}

.share {
	float: left;
	position: relative;
	width: 100%;
}

.share span {
	font-size: 16px;
	font-weight: 400;
	color: #231f20;
	float: left;
	position: relative;
	margin: 3px 0 0 0;
}

.share a {
	float: left;
	position: relative;
	margin: 0 0 0 15px;
}

/*.immaginette .netta.active_netta {
	border-color: #231f20;
}*/

.filtroattivo {
	border: 0;
}

.immaginette {
	float: left;
	position: relative;
	width: 100%;
}

.immaginette .immaginetta {
	width: 32%;
	margin: 0 2% 2% 0;
	height: 152px;
	float: left;
	position: relative;
	border: 1px solid #231f20;
}

.immaginette .immaginetta:nth-child(3n+3) {
	margin-right: 0;
}

.immaginette .immaginetta .netta {
	max-height: 150px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	margin: 0;
	float: none;
	width: auto;
	border: 0;
}

.cont_thumb_img_prodotto {
	width: 0;
	height: 0;
}

.foto .cont_thumb_img_prodotto .fancybox.thumb_img_prodotto {
	height: 0;
}

.form_stock {
	float: left;
	position: relative;
	width: 80%;
}

.form_stock p {
	font-size: 16px;
	letter-spacing: 1px;
	color: #231f20;
}

.form_stock .btn-default,
.form_stock .btn-default:hover,
.form_stock .btn-default:focus,
.form_stock .btn-default:active {
	width: 14%;
	height: 50px;
	line-height: 50px;
}

.form_stock input[type="text"]:not(.newsletterinput):not(#searchfld):not(#quantity),
.form_stock input[type="mail"],
.form_stock input[type="email"],
.form_stock input[type="password"] {
	width: 76%;
	margin: 0;
	padding: 0 10px;
	height: 50px;
	border: 1px solid #231f20;
}

.s-tab .tittab {
	font-size: 20px;
	color: #231f20;
}

.s-tab .content p {
	font-size: 16px;
}

.views {
	display: table;
	position: relative;
	margin: 0 auto;
}

.views a {
	float: left;
	position: relative;
	margin: 0 5px 0 5px;
}

input.quantity[type="text"]:not(.newsletterinput):not(#searchfld):not(#quantity),
input.quantity[type="mail"],
input.quantity[type="email"],
input.quantity[type="password"] {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	border: 0;
}

.cont_faq {
	float: left;
	position: relative;
	width: 100%;
}

.box_faq {
	float: left;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #231f20;
	clear: both;
}

.title_faq {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	width: 100%;
	cursor: pointer;
	margin: 20px 0 20px 0;
	line-height: 20px;
	padding: 0 55px 0 0;
}

.title_faq::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 13px;
    right: 30px;
    background: url("/themes/jewels/images/arrow_catalog.png") no-repeat center center;
    top: 50%;
    margin-top: -6.5px;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
}

.active_faq::before {
	transform: rotate(180deg);
}

.text_faq {
	display: none;
	font-size: 13px;
	color: #231f20;
	line-height: 18px;
	margin: 0 0 20px 0;
	letter-spacing: 1px;
}

.text_faq a {
	font-size: 13px;
}

.text_faq ul,
.text ul {
	padding: 0 0 0 10px;
}

.text {
	float: left;
	position: relative;
	width: 100%;
}

.text p,
.text li {
	font-size: 15px;
	line-height: 21px;
	color: #231f20;
	letter-spacing: 1px;
	margin: 0;
}

.text.mappa ul {
	list-style: none;
	padding: 0;
}

.tabbing {
	float: left;
	position: relative;
}

.slide_corr {
    width: 100%;
}

.col-foto {
	float: left;
	position: relative;
	width: 37%;
}

.prod .foto {
	width: 100%;
}

.prod .info {
	width: 63%;
	padding-left: 10%;
}

.col-form {
	padding: 0;
}

.col-form label {
	display: block;
}

.col-form input[type="text"]:not(.newsletterinput):not(#searchfld):not(#quantity),
.col-form input[type="mail"],
.col-form input[type="email"],
.col-form input[type="password"],
.col-form select {
	width: 100%;
	border: 1px solid #231f20;
	padding: 0 10px;
}

.col-form textarea {
	width: 100%;
	border: 1px solid #231f20;
	height: 100px;
	padding: 10px;
}

#button_reload_captcha {
	float: left;
	position: relative;
	margin: 0;
	color: #231f20;
	cursor: pointer;
}

.content .col-captcha {
	padding: 0;
}

.content .col-captcha input[type="text"]:not(.newsletterinput):not(#searchfld):not(#quantity),
.content .col-captcha input[type="mail"],
.content .col-captcha input[type="email"],
.content .col-captcha input[type="password"] {
	margin: 0 0 0 15px;
	height: 45px;
	float: left;
	position: relative;
	width: 100%;
	max-width: 200px;
	padding: 0 38px 0 10px;
}

.content .col-captcha img {
	float: left;
	position: relative;
}

#button_reload_captcha {
	position: absolute;
	right: 10px;
	height: 20px;
	width: 18px;
	margin-top: -10px;
	top: 50%;
}

#button_reload_captcha img {
	max-height: 20px;
}

.s-prod.best-s {
	padding: 0 15px 0 0;
}

.foto .fancybox {
	position: relative;
	float: left;
	width: 100%;
	height: 400px;
}

.foto .fancybox .imgbig {
    max-height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

.s-tab .tittab {
	font-size: 16px;
}

.pallinocart {
	background: #231f20;
	box-shadow: none;
	color: #fff;
}

.titcolsx {
	margin-left: 0;
}

.sidebar-nav > ul > li > a:hover::before,
.sidebar-nav > ul > li > a:focus::before,
.sidebar-nav > ul > li > a:active::before,
.sidebar-nav > ul > li.active > a::before {
	width: 0;
	height: 0;
}

.privacy {
	position: relative;
	float: left;
	clear: both;
	margin: 0 0 10px 0;
	padding: 0;
}

.privacy.scegli-sala {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-right: 55px;
}

.privacy label {
	display: block;
	margin: 0;
}

.privacy > a {
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: #f6921e;
	line-height: 25px;
	margin: 0 0 0 55px;
	float: left;
}

.privacy p {
	margin: 0 0 0 55px;
	float: left;
	position: relative;
	padding: 0 40px 0 0;
}

.question-mark {
	position: absolute;
	right: 0;
	top: 50%;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	text-align: center;
	line-height: 20px;
	background: #f6921e url('/themes/paintball/images/ico-question-mark.png') no-repeat center;
	background-size: 8px 13px;
	cursor: pointer;
	margin-top: -10px;
	border: 0;
	padding: 0;
}

.question-mark.active {
	background-image: url('/themes/paintball/images/ico-close-question-mark.png');
	background-size: 10px
}

.speech-bubble {
	background: #fff;
	/*width: 100%;
	max-width: 447px;*/
	border-radius: 5px;
	color: #231f20;
	float: left;
	font-size: 12px;
	font-weight: 400;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	padding: 5px 10px;
	position: absolute;
	/*left: calc(100% + 10px);*/
	top: 50%;
	/*transform: translateY(-10%);
	-webkit-transform: translateY(-10%);
	-moz-transform: translateY(-10%);*/
	transform: translate(-10px,-50%);
	-webkit-transform: translate(-10px,-50%);
	-moz-transform: translate(-10px,-50%);
	opacity: 0;
	visibility: hidden;
	transition: 0.2s all ease;
	-webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
	z-index: 1;
	right: 40px;
	min-width: 40px;
}

.speech-bubble.active {
	/*transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);*/
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	opacity: 1;
	visibility: visible;
}

.speech-bubble::before {
	content: "";
	position: absolute;
	top: 50%;
	/*left: -5px;*/
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	/*border-width: 5px 5px 5px 0;
	border-color: transparent #ffffff transparent transparent;*/
	right: -5px;
	border-width: 5px 0px 5px 5px;
	border-color: transparent transparent transparent #fff;
	display: block;
}

.speech-bubble > a {
	color: #231f20;
	font-size: 12px;
	font-weight: 400;
	line-height: 22px;
}

.privacy > input[type="checkbox"], .privacy > input[type="radio"] {
    position: absolute;
    width: 25px;
    height: 25px;
    z-index: 1;
    opacity: 0;
    left: 0;
    margin: 0;
	top: 50%;
	margin-top: -12.5px;
}

.privacy > input[type="checkbox"] + label::before, .privacy > input[type="radio"] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 25px;
    height: 25px;
    border: 0.5px solid #f6921e;
    background: none;
    cursor: pointer;
    border-radius: 5px;
	margin-top: -12.5px;
}

.privacy > input[type="checkbox"]:checked + label::after, .privacy > input[type="radio"]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 2.5px;
    display: block;
    margin: 0 auto;
    border-radius: 0;
    background: url('/themes/paintball/images/ico-checkbox.png') no-repeat center;
	background-size: 27px 20px;
    width: 27px;
    height: 20px;
	margin-top: -10px;
}

.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	width: 200px;
	float: left;
	height: 45px;
	text-align: center;
	font-size: 16px;
	line-height: 45px;
	letter-spacing: 0;
	font-weight: 600;
	text-transform: none;
	color: #fff;
	background: #f6921e;
	border: 0;
	padding: 0;
	border-radius: 5px;
	transition: 0.2s all ease;
	-webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
}

.content .btn-default:hover,
.content .btn-default:focus,
.content .btn-default:active {
    background: #fff;
    color: #231f20;
}

.content p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
}

.content p span {
	color: #f6921e;
	font-weight: 700;
}

.table-responsive {
	float: left;
	position: relative;
	width: 100%;
}

.col-precprod {
	padding-left: 0;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('/themes/paintball/images/arrow-select.png') no-repeat right center;
	background-size: 12px 6px;
}



.qty-cart {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 28.5%;
	background: #fff;
	border: 1px solid #e6e6e6;
}

.cont_btn .cart-qty {
	position: absolute;
	width: 71.5%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: #231f20;
	border: 0;
	padding: 0;
	margin: 0;
	bottom: 0;
	left: 28.5%;
	cursor: pointer;
	text-align: center;
}

.cont_btn .cart-wish {
	position: absolute;
	width: 82.5%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: #231f20;
	border: 0;
	padding: 0;
	margin: 0;
	bottom: 0;
	left: 0;
	cursor: pointer;
	text-align: center;
}

.cont_btn .cart-full {
	position: absolute;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: #231f20;
	border: 0;
	padding: 0;
	margin: 0;
	bottom: 0;
	left: 0;
	cursor: pointer;
	text-align: center;
}

.cont_btn .wish-cart {
	position: absolute;
	width: 17.5%;
	height: 50px;
	line-height: 50px;
	background: #fff;
	color: #231f20;
	border: 0;
	padding: 0;
	margin: 0;
	bottom: 0;
	right: 0;
	border: 1px solid #231f20;
	text-align: center;
}

.cont_btn .wish-full {
	position: absolute;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #fff;
	color: #231f20;
	border: 0;
	padding: 0;
	margin: 0;
	bottom: 0;
	right: 0;
	border: 1px solid #231f20;
	text-align: center;
}

.cont_btn .cart-full img,
.cont_btn .cart-qty img,
.cont_btn .cart-wish img,
.cont_btn .wish-full img {
	margin: 0 10px 0 0;
}

.cont_btn .wish-cart span.txt-btn {
	display: none;
}

.addcart span,
.cont_btn .cart-full span.txt-btn,
.cont_btn .cart-qty span.txt-btn {
	color: #fff;
}

.addwish span,
.cont_btn .wish-full span.txt-btn {
	color: #231f20;
}

.topright .cartempty {
	float: none;
}

.btn-showmore {
	width: 180px;
	height: 50px;
	line-height: 50px;
	display: block;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #231f20;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #231f20;
	text-align: center;
	cursor: pointer;
	clear: both;
}

.btn-disp {
    float: left;
    position: relative;
    width: 86%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    border: 1px solid #231f20;
    font-size: 16px;
    font-weight: 400;
    color: #231f20;
    cursor: pointer;
	margin: 0 0 30px 0;
}

.text_disp {
    float: left;
    position: relative;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #231f20;
    margin: 0 0 30px 0;
}

.prod .info.info_disp .tit {
	width: 100%;
}

.form-disp input[type="text"]:not(.newsletterinput):not(#searchfld):not(#quantity),
.form-disp input[type="mail"],
.form-disp input[type="email"],
.form-disp input[type="password"] {
    border: 1px solid #231f20;
    margin-right: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
	padding: 0 10px;
}

.carousel-control {
    top: 50%;
    bottom: auto;
    width: 28px;
	height: 52px;
    opacity: .9;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 28px 52px;
	margin-top: -16px;
}

.carousel-control.left {
    left: 100px;
	background-image: url('/themes/paintball/images/arrow-left-sliderfull.png');
}

.carousel-control.right {
    right: 100px;
	background-image: url('/themes/paintball/images/arrow-right-sliderfull.png');
}

.top.on {
	background: none;
	position: absolute;
	top: 20px;
	left: 0;
	border: 0;
}

.top.under {
	background: rgba(35,31,32,0.8);
}

.top .menu {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0 1.5%;
}

.top .menu ul {
	display: -webkit-flex;
	display: flex;
}

.top .menu ul li.open-sub {
	position: relative;
	border: 1px solid transparent;
	transition: 0.4s all ease-in;
	-webkit-transition: 0.4s all ease-in;
	-moz-transition: 0.4s all ease-in;
}

.top.under .menu ul li.open-sub.active {
	border-color: #e0e0e0;
	background: #fff;
}

.top.on .menu ul li.open-sub.active {
	border-color: #fff;
}

.top .menu ul .sub-menu .sub {
	float: left;
	position: relative;
	clear: both;
	margin: 0 0 20px 0;
	text-align: left;
	padding: 0;
}

.top .menu ul .sub-menu .sub:last-child {
	margin: 0;
}

.top .menu .sub-menu .sub a,
.top .menu .sub-menu .sub a:active,
.top .menu .sub-menu .sub a:hover,
.top .menu .sub-menu .sub a:focus {
	line-height: 20px;
	padding: 0;
}

.top {
	position: fixed;
	width: 100%;
	height: 100px;
	padding: 0;
	transition: 0.4s all ease-in;
	-webkit-transition: 0.4s all ease-in;
	-moz-transition: 0.4s all ease-in;
	opacity: 1;
	border: 0;
	background: #231f20;
	box-shadow: none;
}

.top.on.nascondi {
	top: -120px;
	opacity: 0;
}

.top.under.scrolling {
	top: -120px;
	opacity: 0;
}

.top.under.scrolling.visibile {
	opacity: 1;
	top: 0;
}

.sandwich-menu {
    float: right;
    position: relative;
    margin: 45px 0 0 0;
	cursor: pointer;
	display: none;
}

.icon {
    cursor: pointer;
    display: block;
    width: 25px;
    height: 12px;
    margin: 8px auto 0;
    position: relative;
}

.icon span, .icon span:before, .icon span:after {
    cursor: pointer;
    height: 2px;
    width: 100%;
    position: absolute;
    display: block;
    content: '';
    -webkit-transition: all 500ms cubic-bezier(0.615, 0.25, 0.505, 1.47);
    -moz-transition: all 500ms cubic-bezier(0.615, 0.25, 0.505, 1.47);
    transition: all 500ms cubic-bezier(0.615, 0.25, 0.505, 1.47);
	left: 0;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	border-radius: 0;
}

.top.on .icon span, .top.on .icon span:before, .top.on .icon span:after {
	background: #fff;
}

.top.under .icon span, .top.under .icon span:before, .top.under .icon span:after {
	background: #fff;
}

.icon span:before {
	top: 8px;
}

.icon span:after {
	bottom: 8px;
}

.top.on .icon.active span {
	background: transparent;
}

.top.under .icon.active span {
	background: transparent;
}

.icon.active span:before, .icon.active span:after {
	top: 0;
	right: 0;
}

.icon.active span:before {
  -webkit-transform: rotate(45deg) scale(1.2);
  -moz-transform: rotate(45deg) scale(1.2);
  -ms-transform: rotate(45deg) scale(1.2);
  -o-transform: rotate(45deg) scale(1.2);
  transform: rotate(45deg) scale(1.2);
}

.icon.active span:after {
  -webkit-transform: rotate(-45deg) scale(1.2);
  -moz-transform: rotate(-45deg) scale(1.2);
  -ms-transform: rotate(-45deg) scale(1.2);
  -o-transform: rotate(-45deg) scale(1.2);
  transform: rotate(-45deg) scale(1.2);
}

.noscroll {
	overflow: hidden;
}

.top .menu ul > li {
    padding: 0;
    width: 100%;
	text-align: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	margin: 0;
	position: relative;
}

.top .menu ul li a,
.top .menu ul li a:active,
.top .menu ul li a:hover,
.top .menu ul li a:focus {
    line-height: 100px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0;
    color: transparent;
    float: left;
    width: 100%;
	text-transform: uppercase;
	transition: 0.2s all ease-in;
	-webkit-transition: 0.2s all ease-in;
	-moz-transition: 0.2s all ease-in;
	padding: 0 0 0 40px;
	outline: none;
}

.top .menu ul li:nth-child(6) > a {
    color: #fff;
}

.top .menu ul li:nth-child(6) a:active,
.top .menu ul li:nth-child(6) a:hover,
.top .menu ul li:nth-child(6) a:focus {
    color: #f6921e;
}

.top .menu ul li.open_sub a {
    color: #fff;
}

.top .menu ul li.open_sub a:active,
.top .menu ul li.open_sub a:hover,
.top .menu ul li.open_sub a:focus {
    color: #f6921e;
}

.top .menu ul .sub-menu {
    position: absolute;
    left: 20px;
    z-index: 100000;
    display: block;
    float: left;
    text-align: left;
    list-style: none;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    /*padding: 0 20px;*/
    cursor: default;
    width: 100%;
	max-width: 180px;
    top: 100px;
	/*background: none;*/
	list-style: none;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .2s visibility ease,.2s opacity ease,.2s transform ease;
	-moz-transition: .2s visibility ease,.2s opacity ease,.2s transform ease;
	transition: .2s visibility ease,.2s opacity ease,.2s transform ease;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	background: rgba(35,31,32,0.8);
	padding: 20px;
}

/*.top.under .menu ul .sub-menu {
    background: rgba(35,31,32,0.8);
	padding: 20px;
}*/

.top .menu ul li.open_sub:hover .sub-menu {
    visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}

.top .topleft {
	float: left;
    width: 18%;
	height: 100px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	padding: 0;
	position: relative;
}

.top .topleft::before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -30px;
	height: 60px;
	width: 1px;
	background: rgba(255,255,255,0.5);
}

.top .topleft select {
	border: 0;
	width: 35px;
	padding: 0;
	margin: 0 50px 0 0;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.top .topleft select option {
	color: #231f20;
}

.top .topright {
    float: left;
    width: 18%;
    padding: 0;
	height: 100px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}

.top .topright::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -30px;
	height: 60px;
	width: 1px;
	background: rgba(255,255,255,0.5);
}

.top .topright .social a {
	float: left;
	margin: 0 0 0 30px;
}

.top .topright .social a img {
	max-height: 20px;
}

.top .voce-menu {
	line-height: 35px;
	height: 35px;
	padding: 0 20px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 5px;
	text-transform: uppercase;
	transition: 0.2s all ease;
	-webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
}

.top .voce-menu:active,
.top .voce-menu:hover,
.top .voce-menu:focus {
	background: #f6921e;
	border-color: #f6921e;
}

.carousel-inner > .item {
    width: 100%;
}

#desktop_sliderfull .video-fluid {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	min-width: 100%;
}

.txt-slide {
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	position: absolute;
	top: 50%;
	left: 50%;
}

.txt-slide .titolo-slide {
	font-family: 'NexaRustSans-Black2', sans-serif;
	font-size: 55px;
	font-weight: normal;
	color: #fff;
	margin: 0 0 55px 0;
	line-height: 55px;
}

.txt-slide .btn-slide {
	display: block;
	margin: 0 auto;
	width: 170px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background: #f6921e;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	transition: 0.2s all ease;
	-webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
}

.txt-slide .btn-slide:hover {
	background: #fff;
	color: #231f20;
	font-size: 18px;
}

.scroll {
    position: absolute;
    bottom: 5%;
    left: 50%;
    width: 57px;
    height: 31px;
    background: url('/themes/paintball/images/arrow-scroll-sliderfull.png') no-repeat center;
    background-size: 57px 31px;
    margin-left: -28.5px;
    cursor: pointer;
	-webkit-animation: bounce 1200ms ease-in-out infinite;
	-o-animation: bounce 1200ms ease-in-out infinite;
	animation: bounce 1200ms ease-in-out infinite;
}

@keyframes bounce {
	0%, 100%, 20%, 53%, 80% {
		-webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
		animation-timing-function: cubic-bezier(0.215,.61,.355,1);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755,.050,.855,.060);
		animation-timing-function: cubic-bezier(0.755,.050,.855,.060);
		-webkit-transform: translate3d(0,-30px,0);
		transform: translate3d(0,-30px,0);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755,.050,.855,.060);
		animation-timing-function: cubic-bezier(0.755,.050,.855,.060);
		-webkit-transform: translate3d(0,-15px,0);
		transform: translate3d(0,-15px,0);
	}
	90% {
		-webkit-transform: translate3d(0,-4px,0);
		transform: translate3d(0,-4px,0);
	}
}

.grid {
	float: left;
	width: 100%;
	margin: 0;
}

.grid .effect-apollo {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    width: 33.333%;
    height: auto;
    background: #231f20;
    text-align: center;
    cursor: pointer;
}

.effect-apollo img {
    position: relative;
    display: block;
	margin: 0 auto;
    min-height: 0;
    max-width: 100%;
    opacity: 0.4;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}

.grid .effect-apollo a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.effect-apollo a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

.effect-apollo:hover img {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.effect-apollo:hover a::before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

.effect-apollo h2 {
    text-align: center;
	font-family: 'NexaRustSans-Black2', sans-serif;
	font-size: 38px;
	font-weight: normal;
	color: #fff;
	margin: -30px 0 0 0;
	line-height: 38px;
}

.effect-apollo span {
    position: absolute;
    left: 50%;
    bottom: 10%;
    margin: 0 0 0 -80px;
    padding: 0;
    width: 160px;
    border: 2px solid #f6921e;
    text-align: center;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
	border-radius: 5px;
	height: 45px;
	line-height: 41px;
	color: #f6921e;
	font-size: 16px;
	font-weight: 600;
}

.effect-apollo:hover span {
    background: #f6921e;
	color: #fff;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.counters-box {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.counter-box {
	display: table;
}

.counter-box img {
	max-height: 32px;
	margin: 0 20px 0 0;
	display: table-cell;
	vertical-align: middle;
}

.counters-box p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 20px;
	margin: 20px 0 0 0;
	font-family: 'Open Sans', sans-serif;
}

.counter {
	font-family: 'NexaRustSans-Black2', sans-serif;
	font-size: 38px;
	font-weight: normal;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
}

.titl {
	text-align: center;
	font-family: 'NexaRustSans-Black2', sans-serif;
	font-size: 38px;
	font-weight: normal;
	color: #fff;
	margin: 0 0 45px 0;
	line-height: 38px;
	width: 100%;
	float: left;
	text-transform: uppercase;
}

.titl span {
	color: #f6921e;
}

.sotto-titl {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	line-height: 28px;
}

.extreme-box {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.extreme-box .titl {
	text-align: left;
	margin: 0 0 20px 0;
}

.extreme-box p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 30px;
	float: left;
	width: 100%;
	margin: 0;
}

.btn-effect,
.btn-effect:active,
.btn-effect:focus {
    padding: 15px 20px;
	width: auto;
	height: auto;
	line-height: 20px;
	float: left;
	clear: both;
	position: relative;
	color: #f6921e;
	z-index: 1;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-effect:hover {
    color: #fff;
	font-size: 16px;
}

.btn-effect:hover::before {
    opacity: 0;
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}

.btn-effect::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 2px solid #f6921e;
	border-radius: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-effect:hover::after {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}

.btn-effect::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: #f6921e;
	border-radius: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0.5,0.5);
    transform: scale(0.5,0.5);
}

.parallax {
    background-image: url('/themes/paintball/images/img-parallax-equipment.jpg');
    min-height: 700px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	float: left;
	width: 100%;
	padding: 65px 0 55px;
}

.parallax .sotto-titl {
	text-align: center;
	margin: 0 0 30px 0;
}

.equipment-box {
	visibility: hidden;
	transition: visibility 0.35s;
	-webkit-transition: visibility 0.35s;
	-moz-transition: visibility 0.35s;
}

.equipment-box.active {
	visibility: visible;
	animation-name: zoomIn;
	-webkit-animation-name: zoomIn;
	-moz-animation-name: zoomIn;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3);
		-webkit-transform: scale3d(.3, .3, .3);
		-moz-transform: scale3d(.3, .3, .3);
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	}
	50% {
		opacity: 1;
		transition: opacity 0.35s;
		-webkit-transition: opacity 0.35s;
		-moz-transition: opacity 0.35s;
	}
}

.equipment-box p {
	font-family: 'NexaRustSans-Black2', sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #fff;
	float: left;
	width: 100%;
	text-align: center;
	margin: 0;
	line-height: 20px;
}

.equipment-ico {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 40px 0;
}

.equipment-ico img {
	max-height: 100px;
}

.col-lg-3 .equipment-ico {
	height: 100px;
}

.col-lg-3:last-child .equipment-ico img {
	max-height: 80px;
}

.col-lg-2 .equipment-ico {
	height: 120px;
}

.col-lg-2 .equipment-ico img {
	max-height: 120px;
}

.extremeworld-box {
	width: 50%;
	position: relative;
	min-height: 454px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.extremeworld-box.left {
	border-left: 20px solid #231f20;
	border-right: 10px solid #231f20;
	background-image: url('/themes/paintball/images/img-diventa-membro.jpg');
}

.extremeworld-box.right {
	border-left: 10px solid #231f20;
	border-right: 20px solid #231f20;
	background-image: url('/themes/paintball/images/img-gift-card.jpg');
}

.extremeworld-box h2 {
    text-align: center;
    font-family: 'NexaRustSans-Black2', sans-serif;
    font-size: 38px;
    font-weight: normal;
    color: #fff;
    margin: 0;
    line-height: 38px;
}

.extremeworld-box.left h2 span {
    color: #547fae;
}

.extremeworld-box.right h2 span {
    color: #f6921e;
}

.btn-extremeworld {
	position: absolute;
	left: 50%;
	padding: 0;
	bottom: 16%;
	text-align: center;
	background: #fff;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	border-radius: 5px;
	height: 45px;
	line-height: 45px;
	color: #231f20;
	font-size: 16px;
	font-weight: 600;
	overflow: hidden;
}

.extremeworld-box.left .btn-extremeworld {
	width: 180px;
	margin-left: -90px;
}

.extremeworld-box.right .btn-extremeworld {
	width: 225px;
	margin-left: -112.5px
}

.btn-extremeworld:active,
.btn-extremeworld:hover,
.btn-extremeworld:focus {
	background: #f6921e;
	color: #fff;
	font-size: 16px;
}

.btn-extremeworld::after {
    position: absolute;
    top: 0;
    left: -10%;
    width: 125%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    content: '';
    -webkit-transition: -webkit-transform 800ms;
    transition: transform 800ms;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, 100%, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}

.btn-extremeworld:hover::after {
    -webkit-transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -130%, 0);
    transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, -130%, 0);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: initial;
}

.col-news {
	padding: 0 12.5px;
}

.col-news:nth-child(3n+4) {
	clear: both;
}

.img-news {
	height: 350px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.tit-news {
	float: left;
	width: 100%;
	font-family: 'NexaRustSans-Black2', sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	margin: 20px 0;
	line-height: 22px;
}

.data-news {
	font-size: 18px;
	font-weight: 600;
	color: #f6921e;
	line-height: 18px;
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
	min-height: 18px;
}

.txt-news {
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	line-height: 30px;
	margin: 0 0 30px 0;
	min-height: 60px;
}

.all-news {
	width: 100%;
	float: left;
	font-size: 16px;
	font-weight: 600;
	color: #f6921e;
	height: 50px;
	line-height: 50px;
	border-top: 1.5px solid #f6921e;
	border-bottom: 1.5px solid #f6921e;
	text-align: center;
	transition: 0.2s all ease;
	-webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
}

.all-news:active,
.all-news:hover,
.all-news:focus {
	font-size: 16px;
	color: #fff;
	background: #f6921e;
}

.content {
    position: relative;
    z-index: 10;
	background: #231f20;
}

.banner {
	float: left;
	width: 100%;
	height: 550px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding: 0 8.33333333%;
}

.banner.dove-siamo {
	background-image: url('/themes/paintball/images/banner-dove-siamo.jpg');
}

.banner.festeggia {
	background-image: url('/themes/paintball/images/header-festeggia.jpg');
}

.banner.beach-volley {
	background-image: url('/themes/paintball/images/banner-beach-volley.jpg');
}

.banner.extreme-wheels {
	background-image: url('/themes/paintball/images/banner-extreme-wheels.jpg');
}

.banner.bubble-football {
	background-image: url('/themes/paintball/images/banner-bubble-football.jpg');
}

.banner.campi {
	background-image: url('/themes/paintball/images/banner-campi.jpg');
}

.banner.area-eventi {
	background-image: url('/themes/paintball/images/banner-area-eventi.jpg');
}

.banner.regala-esperienza {
	background-image: url('/themes/paintball/images/banner-regala-esperienza.jpg');
}

.banner.pacchetti {
	background-image: url('/themes/paintball/images/banner-pacchetti.jpg');
}

.banner.orari-prezzi {
	background-image: url('/themes/paintball/images/banner-orari-prezzi.jpg');
}

.banner.diventa-membro {
	background-image: url('/themes/paintball/images/banner-diventa-membro.jpg');
}

.banner.realizza-party {
	background-image: url('/themes/paintball/images/banner-realizza-party.jpg');
}

.banner.paintball-a-casa-tua {
	background-image: url('/themes/paintball/images/banner-paintball-a-casa-tua.jpg');
}

.banner.la-nostra-squadra {
	background-image: url('/themes/paintball/images/banner-la-nostra-squadra.jpg');
}

.banner.prenota {
	background-image: url('/themes/paintball/images/banner-prenota.jpg');
}

.banner.addio-al-celibato {
	background-image: url('/themes/paintball/images/banner-addio-al-celibato.jpg');
}

.banner.pasquetta {
	background-image: url('/themes/paintball/images/banner-pasquetta.jpg');
}

.banner.laser-tag {
	background-image: url('/themes/paintball/images/banner-laser-tag.jpg');
}

.banner.laser-tag-party	{
	background-image: url('/themes/paintball/images/banner-laser-tag-party.jpg');
}

.banner.padel	{
	background-image: url('/themes/paintball/images/banner-padel.jpg?v=1');
}

.banner.le-nostre-sale {
	background-image: url('/themes/paintball/images/banner-le-nostre-sale.jpg');
}

.banner.extreme-park {
	height: auto;
	padding: 0;
	position: relative;
}

.banner.extreme-park::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.banner .titl {
	margin: 25px 0 0 0;
}

.banner.extreme-park .titl {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin: 0;
}

.banner .sotto-titl {
    margin: 30px 0 0 0;
}

.content input[type="text"]:not(.newsletterinput):not(#searchfld):not(#quantity),
.content input[type="mail"],
.content input[type="email"],
.content input[type="password"],
.content select {
	width: 49%;
	margin-right: 2%;
	float: left;
	display: block;
	height: 45px;
	border: 0.5px solid #f6921e;
	color:#fff;
	line-height: 45px;
	margin-bottom: 25px;
	background-color: transparent;
	padding: 0 10px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

.content input[type="text"]:not(.newsletterinput):not(#searchfld):not(#quantity).odd,
.content input[type="mail"].odd,
.content input[type="email"].odd,
.content input[type="password"].odd,
.content select.odd {
	margin-right: 0;
}

.content textarea {
	width: 100%;
	margin-right: 0;
	float: left;
	display: block;
	height: 145px;
	border: 0.5px solid #f6921e;
	color:#fff;
	line-height: 20px;
	margin-bottom: 25px;
	padding: 10px;
	background: none;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

.content input::-webkit-input-placeholder,
.content select::-webkit-input-placeholder,
.content textarea::-webkit-input-placeholder {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
}

.content input::-moz-placeholder,
.content select::-moz-placeholder,
.content textarea::-moz-placeholder {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	opacity: 1;
}

.content input:-ms-input-placeholder,
.content select:-ms-input-placeholder,
.content textarea:-ms-input-placeholder {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
}

.content input:-moz-placeholder,
.content select:-moz-placeholder,
.content textarea:-moz-placeholder {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	opacity: 1;
}

.contact_form {
	width: 100%;
	display: block;
	max-width: 1000px;
	margin: 0 auto;
}

.contact_form .titl {
	margin: 0 0 20px 0;
}

.contact_form .sotto-titl {
	text-align: center;
}

.contact_form .btn-default,
.contact_form .btn-default:active,
.contact_form .btn-default:hover,
.contact_form .btn-default:focus {
	width: 100%;
	max-width: 340px;
	margin: 0 auto;
	float: none;
	display: block;
}

.contact_form select {
	background-image: url('/themes/paintball/images/arrow-select-orange.png');
	background-repeat: no-repeat;
	background-position-x: calc(100% - 20px);
	background-position-y: center;
	background-size: 10px 10px;
	background-color: #231f20;
	color: #fff;
}

.contact_form .divider {
	margin: 25px 0;
}

.contact_form .titl.mini-titl {
    font-size: 26px;
    line-height: 26px;
}

.info-box {
	display: table;
}

.info-box .info-ico {
	display: table-cell;
	vertical-align: middle;
	height: 64px;
}

.info-box .info-ico img {
	max-height: 32px;
	margin: 0 30px 0 0;
}

.info-box:nth-child(3) .info-ico img {
	max-height: 23px;
}

.info-box p {
	display: table-cell;
	vertical-align: middle;
	font-size: 20px;
	line-height: 32px;
	font-weight: 600;
	color: #fff;
}

.info-box p a {
	font-size: 20px;
	line-height: 32px;
	font-weight: 600;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}

.info-box p span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #fff;
}

.col-navetta img {
	max-height: 180px;
}

.extreme-box .col-navetta p {
    margin: 0;
}

.col-festa .titl {
	margin: 0 0 20px 0;
}

.col-festa p {
	float: left;
	width: 100%;
	text-align: center;
}

.container-big {
	float: left;
	width: 100%;
	padding: 0 8.33333333%;
}

.effect-duke {
	padding: 0;
	position: relative;
	overflow: hidden;
	float: left;
	width: 24%;
	padding-top: 16.25%;
	margin: 0.5%;
    background: #f6921e;
}

.effect-duke .fancybox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.effect-duke:hover .fancybox {
    opacity: 0.8;
    -webkit-transform: scale3d(2,2,1);
    transform: scale3d(2,2,1);
}

.fascia {
    min-height: 445px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	float: left;
	width: 100%;
	padding: 65px 8.33333333% 55px;
}

.fascia.beach-volley {
    background-image: url('/themes/paintball/images/img-parallax-beach-volley.jpg');
}

.fascia.extreme-wheels {
    background-image: url('/themes/paintball/images/img-parallax-extreme-wheels.jpg');
}

.fascia.bubble-football {
    background-image: url('/themes/paintball/images/img-parallax-bubble-football.jpg');
}

.fascia.padel {
    background-image: url('/themes/paintball/images/img-parallax-padel.jpg?v=2');
}

.titl.mini-titl {
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 10px 0;
}

.titl.mini-titl span {
	color: #f6921e;
}

.sotto-titl span {
	color: #f6921e;
}

.btn-effect.btn-prenota {
	display: block;
	margin: 0 auto;
	float: none;
	max-width: 300px;
}

.btn-effect i {
	margin: 0 15px 0 0;
}

.divider {
	float: left;
	width: 100%;
	height: 2px;
	background: #f6921e;
	margin: 50px 0;
}

.col-gift-card .titl {
	text-align: left;
	margin: 0 0 20px 0;
}

.col-pacchetto.left {
	padding: 0 25px 0 0;
}

.col-pacchetto.right {
	padding: 0 0 0 25px;
}

.pacchetto {
	border: 2px solid #f6921e;
	border-radius: 5px;
	padding: 20px 15px;
	float: left;
	width: 100%;
}

.pacchetto .titl {
	margin: 0 0 20px 0;
}

.pacchetto .titl.mini-titl {
    margin: 0 0 10px 0;
}

.box-ico {
    display: -webkit-flex;
	display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px 0;
	height: 80px;
	width: 100%;
}

.box-ico img {
    max-height: 80px;
}

.pre-titl {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: 400;
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	margin: 0 0 20px 0;
}

.pre-titl span {
	font-family: 'NexaRustSans-Black2', sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #f6921e;
	text-transform: uppercase;
}

.equipment-list {
	width: 100%;
	max-width: 300px;
	display: table;
	margin: 0 auto 20px;
}

.equipment-list-ico {
	width: 68px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	margin: 0 20px 0 0;
}

.equipment-list-ico img {
	margin: 0 20px 0 0;
	max-height: 50px;
}

.equipment-list p {
	display: table-cell;
	vertical-align: middle;
}

.becomes-a-member img {
	max-height: 350px;
	display: block;
	margin: 0 auto;
}

.becomes-a-member .titl {
	margin: 0 0 20px 0;
}

.becomes-a-member ul {
	padding: 0;
	margin: 0;
}

.becomes-a-member ul li {
	list-style: none;
	padding: 0 0 0 60px;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 15px 0;
}

.becomes-a-member ul li:last-child {
	margin-bottom: 0;
}

.becomes-a-member ul li::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	background: url('/themes/paintball/images/ico-list.png') no-repeat center;
	background-size: 20px 15px;
	width: 20px;
	height: 15px;
}

.centered-buttons {
	margin: 0 auto;
	display: table;
}

.centered-buttons .btn-effect {
	float: left;
	clear: none;
	margin: 0 45px 0 0;
}

.centered-buttons .btn-effect:last-child {
	margin-right: 0;
}

.grid-party .sotto-titl {
	margin: 10px 0 0 0;
}

.contact_form .controls {
	width: 23.5%;
	display: table;
	margin-right: 2%;
	margin-bottom: 25px;
	float: left;
	position: relative;
}

.contact_form .controls:nth-child(4) {
	margin-right: 0;
}

.contact_form .controls label {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	line-height: 16px;
}

.contact_form .controls .input-group {
	width: 100%;
}

.content .contact_form .controls input[type="text"]:not(.newsletterinput):not(#searchfld):not(#quantity),
.content .contact_form .controls input[type="mail"],
.content .contact_form .controls input[type="email"],
.content .contact_form .controls input[type="password"] {
    width: 90%;
	display: table-cell;
	vertical-align: middle;
	margin: 0 0 0 10%;
}

.content .contact_form .controls select {
    width: 100%;
	display: table-cell;
	vertical-align: middle;
	margin: 0;
}

.content .contact_form .input-group input[type="text"]:not(.newsletterinput):not(#searchfld):not(#quantity),
.content .contact_form .input-group input[type="mail"],
.content .contact_form .input-group input[type="email"],
.content .contact_form .input-group input[type="password"] {
    width: 90%;
    border: 0.5px solid #f6921e;
    border-radius: 5px;
    height: 45px;
    line-height: 45px;
    padding: 0 23px 0 10px;
    font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 0 10%;
}

.input-group .input-group-addon {
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    color: #4d4d4d;
    text-align: center;
    background-color: #231f20;
    background-position: center;
    background-repeat: no-repeat;
    border: 0.5px solid #f6921e;
    line-height: 15px;
    position: absolute;
    right: 0;
    width: 23px;
    height: 23px;
    cursor: pointer;
    z-index: 1;
}

.input-group .input-group-addon.plus {
    top: 0;
    border-radius: 0 5px 0 0;
    background-image: url('/themes/paintball/images/ico-plus.png');
    background-size: 7px 7px;
}

.input-group .input-group-addon.minus {
    bottom: 0;
    border-radius: 0 0 4px 0;
    background-image: url('/themes/paintball/images/ico-minus.png');
    background-size: 7px 2px;
}

.datepicker.dropdown-menu {
	background: #231f20;
	border: 0.5px solid #f6921e;
}

.datepicker td {
  color: #fff;
}

.contact_form .datepicker {
	background-image: url('/themes/paintball/images/ico-calendario.png');
	background-position-x: calc(100% - 10px);
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

.contact_form .captcha .sotto-titl {
	padding: 0 0 0 55px;
	text-align: left;
}

.s-news .tit {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px;
    color: #231f20;
    letter-spacing: 0;
    font-weight: 700;
    min-height: 50px;
	max-height: 50px;
	overflow: hidden;
}

.content a.indietro,
.content a.indietro:hover,
.content a.indietro:focus,
.content a.indietro:active {
    color: #fff;
    font-size: 14px;
}

.top .logo {
	float: left;
	position: relative;
	display: none;
	margin: 20px 0 0 0;
}

.top .logo img {
	max-height: 60px;
}

.popup .mfp-iframe-scaler iframe {
    border-radius: 5px;
}

.grid.mini-grid {
	margin: 0;
	border-top: 2px solid #f6921e;
}

.grid.mini-grid .effect-apollo a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.8,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.8,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

.grid.mini-grid .effect-apollo:hover a::before {
    -webkit-transform: scale3d(2.3,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(2.3,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

.stagione {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 600px;
}

.stagione ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.stagione ul li {
	position: relative;
	padding: 0 0 0 60px;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 15px 0;
}

.stagione ul li:last-child {
	margin-bottom: 0;
}

.stagione ul li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 28px;
	background: url('/themes/paintball/images/ico-coppa.png') no-repeat center;
	background-size: 22px 28px;
}

.stagione ul li.bigger-font {
	line-height: 30px;
	font-size: 16px;
}

.stagione ul li.bigger-font::before {
	width: 24px;
	height: 30px;
	background: url('/themes/paintball/images/ico-coppa.png') no-repeat center;
	background-size: 24px 30px;
}

.grid.grid-party {
	margin: 0;
	border-top: 2px solid #f6921e;
}

#img_captcha {
	max-height: 45px;
}

.cont-btn {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.cont-btn .btn-effect {
	margin-right: 20px;
}

.cont-btn .btn-effect:last-child {
	margin-right: 0;
}

.video-pasquetta {
	max-width: 800px;
	display: block;
	margin: 0 auto;
}

.overlay-popup.actives {
    opacity: 1;
    visibility: visible;
}

.overlay-popup {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
    opacity: 0;
    visibility: hidden;
}

.popup-pasquetta {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
	max-width: 820px;
	border: 0;
	background: #231f20;
	padding: 50px;
	border-radius: 5px;
}

.close-popup {
	position: absolute;
	top: 20px;
	right: 20px;
	text-align: center;
	line-height: 34px;
	width: 34px;
	height: 34px;
	cursor: pointer;
}

.close-popup img {
	max-height: 34px;
}

.popup-pasquetta .extreme-box {
	width: auto;
}

.popup-pasquetta p {
	margin: 0 0 30px;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	line-height: 30px;
}

.banner.laser-tag-def {
	background-image: url('/themes/paintball/images/banner-laser-tag-def.jpg');
}

.fascia.laser-tag {
	background-image: url('/themes/paintball/images/sfondo_laser_tag.jpg');
	padding-top: 150px;
	padding-bottom: 140px;
}

.fascia.laser-tag .titl {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 35px;
}

.counters-box.reliability-box {
	display: block;
	margin: 0 auto;
	border: 2px solid #f6921e;
	width: 100%;
	max-width: 155px;
	padding: 12px 0;
}

.counters-box.reliability-box .sotto-titl {
	margin-bottom: 0;
}

.counters-box.reliability-box .counter {
	line-height: 38px;
	color: #f6921e;
}

.counters-box.reliability-box .counter-box {
	margin: 0 auto;
}

.extremeworld-box .social {
    position: absolute;
	bottom: 16%;
}

.grid.mini-grid-prenota .effect-apollo {
	width: 25%;
}

.fascia.laser-tag.laser-tag-party {
	padding: 90px 0;
}

.fascia.laser-tag iframe {
	max-width: 735px;
	margin: 0 auto;
	display: block;
}

.btn-effect.btn-centered, .btn-effect.btn-centered:active, .btn-effect.btn-centered:focus {
	float: none;
	display: inline-block;
}

.contact_form .controls small {
	color: #fff;
	width: 90%;
	margin-left: 10%;
	margin-top: -15px;
	float: left;
	font-size: 95%;
	font-weight: 400;
}

.phone-group {
	width: 49%;
	float: left;
}

.phone-group input[type="text"]:not(.newsletterinput):not(#searchfld):not(#quantity):first-child {
	width: 72px;
	margin-right: 0;
}

.phone-group input[type="text"]:not(.newsletterinput):not(#searchfld):not(#quantity):last-child {
	width: calc(98% - 72px);
	margin-left: 2%;
	margin-right: 0;
}