a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,
canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,
footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,
samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var
{
	background:transparent;
	border:0 none;	
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:middle;
	
}

ol, ul {
	list-style:none;
}

a {
    text-decoration: none;
    color:#000000;
}


body{	
	color:#000000;	
	margin:0;	
	overflow-x: hidden;	
	font-family:'Conv_Anisette Light Regular',Sans-Serif;
}

#skrollr-body {
    float: left;
    width: 100%;
    height: 100%;
}


body.scoll-hidden{
	overflow-y: hidden;	
}


.top-wrapper{
	    height: calc(80vh - 120px);
    position: relative;
    overflow: hidden;
  
}

video {
    position:absolute;
   top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 
 	 height: 100%;
    object-fit: cover;
    width: 100%;
   
}
.playpause {
    background-image:url(../images/play-button.png);
    background-repeat:no-repeat;
    width:50%;
    height:50%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    /*background-size:contain;*/
    background-position: center;
}




header{
	position:relative;	
	z-index: 999;
	background-color:#ffffff;
	height:120px;
	width:100%;
	animation-name: stickySlideDown;	
	animation-duration: 0.5s;
}

header.inner{
	border-bottom: solid 3px #000000;
}

.header-container{
	position: absolute;
	left:0;
	right:0;
	top:50%;
	transform: translateY(-50%);
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + #content-wrapper {
	padding-top: 120px;
}

#content-wrapper {   
    box-sizing:border-box; 
    min-height: calc(100vh - 220px); 
}


#logo-container{
	text-align:left;
}

.logowrapper {
    display: inline-block;
    z-index:2;
    position: relative; 
   transition: all 0.4s ease;
   width:150px;
}
.Navtools-container{
	position: absolute;
	right:0;
	top:50%;
	transform: translate(0%,-50%);
	z-index:5;
	font-size:0;
}

#menu-container{
	position: absolute;
	left:0;
	right:0;
	top:50%;
	transform: translate(0%,-50%);
}

.position-relative {
    position: relative;
}

#search-container{
	position: absolute;
	top:50%;
	transform: translate(0%,-50%);
	right:200px;
	
}

/* Search Style */ 
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
	       -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
	     -moz-transform: translate(0px, -100%) scale(0, 0);
	      -ms-transform: translate(0px, -100%) scale(0, 0);
         -o-transform: translate(0px, -100%) scale(0, 0);
		transform: translate(0px, -100%) scale(0, 0);    
    opacity: 0;
    display: none;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
       -moz-transform: translate(0px, 0px) scale(1, 1);
	  -ms-transform: translate(0px, 0px) scale(1, 1);
	   -o-transform: translate(0px, 0px) scale(1, 1);
	       transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
    z-index:99999999;
    display: block;
   
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: rgb(255, 255, 255);
  	background: transparent;  
  	border:none;	
  	border-bottom: 2px solid #000000;  	
    font-size:20px;  	
    text-align: center;
    outline: none;
  	padding:10px;
  	border-radius:0;
  	color:#000000;
}
  
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
	  opacity: 1;
	  font-size: 27px;
  	color: #000000;
  	z-index:999999999;
}

#search .close:hover{
  color: #FC2121;
  cursor: pointer;
}


#search-container a{
	border:solid 1px #000000;
	padding:2px;
	box-sizing: border-box;
	 -webkit-text-stroke-width: 1px;
}

.home-tiles{
	margin: -3px;
	overflow: hidden;
}

.tile{
	padding:3px;
	box-sizing: border-box;
	width:33.33%;
}

.tile-container{
	position: relative;
}

.tile-title{
	position: absolute;
	left:20px;
	right:20px;
	bottom:20px;
	color:#ffffff;
	

}

.tile-image{
	overflow: hidden;
}

.tile-image img{
	width:100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

/*.tile-hover-zoom {
  transition: transform .5s ease;
}

.tile-image:hover .tile-hover-zoom {
  transform: scale(1.3); 
}*/

.tile-image:hover img {
  -webkit-filter: grayscale(0);
	filter: grayscale(0);
}



#home-block .block:last-child{
	background-color: #ffff01;
}

.block-wrap{
	padding:60px 8vw;
	box-sizing:border-box;
	display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.block-content{
-webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
    /*max-width:350px;*/
}

.block-title{
	color:#000000;
	margin-bottom: 20px;
}

.left-block{
	width:16.66%;
	background-color: #000000;
	padding: 30px;
	box-sizing: border-box;
	color:#ffffff;
}

.right-block{
	flex: 1 1 0%;   
    max-width: 100%;
    background-color:#000000;
}

.left-block .icon{
	font-size:40px;
	
}

.left-block p{
	font-size:14px;
	margin-top: 5px;
}

.top-block-image {
    width: 50%;
    position: absolute;   
    height:85vh;
    z-index: -1;   
}

.top-block-wrap{
	padding:20% 0px 20% 60px; 
}

#products-body{
	background-color:#ffffff;
	padding:40px;
	box-sizing: border-box;
}

.bg-wrap:after{
	content:"";
	position: absolute;
	left:0;
	right:0;
	top:-200px;
	bottom:0;
	background-color: #f2f2f2;
	z-index: -1;
}

.bg-wrap.top-0:after{
	top:0;
}


.accoridon-row{
	padding-bottom:10px;
	padding-top:10px;
}

.accordion .accordion-body {
	display: none;
	margin-top:15px;
}

.accordion .accordion-head {
	position: relative;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom:solid 3px #000000; 
	text-transform:lowercase;
}

.arrow{
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	right:0;
}

.arrow:after {
	color:#000000; 
    float: right;   
 	content: "\e905";
	 font-family: 'icomoon' !important;
	 font-size:20px;
	 transform: rotate(90deg);
}

.accordion-head.open .arrow:after{
	 color:#000000;
	content: "\e905";
	 transform: rotate(-90deg);
}

.itemmodel-social{
	margin-top: 30px;
	text-align:right;
}

.list-menu{
	font-size:0;
}

.list-menu li{
	display: inline-block;
}

.list-menu li a{
	font-size:16px;
	text-transform:lowercase;
	padding: 10px;
	font-family: 'Conv_Gobold',Sans-Serif;
}

.list-menu li a .icon{
	font-size:25px;
	margin-left:5px;
}

#item-gallery .item-picture{
	margin-bottom: 0;
}

.gallery-image{
	position: relative;
}

.pagetop-button{
	position: fixed;
	bottom:50px;
	right:20px;
	z-index: 10;
	
}

.pagetop-button a{
	background-color: #333333;
	width:40px;
	height:40px;
	display: block;
	color:#ffffff;
	line-height:40px;
	font-size:25px;
	transform: rotate(-90deg);
}

.top-image img{
	width:100%;
}

.back-button{
	position: absolute;
	top:10px;
}

.userItem-desktop {
    position: absolute;
    right: 0;
    top: -15px;
    z-index: 5;
}

.Navtools .toolItem_user .icon{
	-webkit-text-stroke-width: 0;
}

.required-fixed{
	margin-bottom:5px;
	display: block;
	text-transform:lowercase;
}

.required-fixed_2{
	position: absolute;
	text-transform:lowercase;
	top:-20px;
}

#paypal input {
    border:solid 1px #000000;
    height: auto;
    min-width:100%;
    font-size:1.28vw;
   
}

#paypal input.btn{
	padding: 15px 0px;
}

@media only screen and (max-width:991px) {
	
	#paypal input{
		font-size:3vw;
	}
}


@media (min-width:1400px) {
	
	#paypal input{
		font-size: 18px;
	}
}



#paypal button{
	 border:solid 1px #000000;
	 padding: 10px;
}

.list-item{
	margin-bottom:15px;
}

.list-item .title{
	font-size:15px;
	color:#818181;
	display: block;
	margin-bottom:10px;
	text-transform:lowercase;
}

.list-item .input{
	font-size:15px;
	color:#000000;
	text-transform:lowercase;
	
}

.tile-map {
    /*height: calc(60% - 32px);*/
   height:400px;
    margin-bottom: 32px;
    position: relative;
}

#map{	
	width:100%;
	height: 700px;
}

.map-box iframe{
	height:700px;
	width:100%;
}

.box-resault{
	max-height:300px;
	overflow-y:scroll;
	overflow-x: hidden;
	box-sizing: border-box;
	height: auto;
	margin-top: 20px;
	
}

#list-store .contact-block{
	margin-bottom:10px;
}

#list-store .contact-block .btn-action{
	margin-top: 5px;
	
}


.tooltip{
	display: inline-block;
	position:absolute;
	right:24px;
	top:10px;
}

.tooltip-image{
	position: absolute;
	bottom:0;
	transition: opacity 0.3s;
	visibility: hidden;
	width:200px;
	left:-160px;
}

.tooltip:hover .tooltip-image{
	visibility:visible;
}

input[type="file"]{
	width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
	
}
.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width:100%;
   
  
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    /*display: inline-block;*/
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    text-align:center;
    /* 10px 20px */
   margin-bottom:0;
   font-size:14px;
   text-transform:lowercase;
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


/* style 1 */

.inputfile-1 + label {
    color: #fff;
    background-color: #000000;
    display: block;
     font-size:14px;
   text-transform:lowercase;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: #333;
}

.inputfile-1 + label.error{
	background: none;
	/*color:#000000;*/
	color:red;
} 

.inputfile-1 + label.error + label{	
	 background-color: #b5a897;
	 padding-top:8px;
	 padding-bottom: 8px;
	 width:100% !important;
	 color:#ffffff;
	 display: block;
	 text-align:center;
	
}

.inputfile-1 + label.error{
	bottom:-28px;
}

h4.title{
	font-size:18px;
	margin-bottom: 20px;
	text-transform:lowercase;
}

.check-item{
	margin-right: 30px;
}

.item-stampa .content-box{
	background-color:#A18D7F;
	text-align:center;
	padding: 10px;
}

.item-stampa .content-box .title{
	color:#ffffff;
	font-size:20px;
	line-height:1.5em;
	text-transform:lowercase;
	
	
}

.item-stampa{
	margin-bottom: 30px;
}


.vieo-item{
	margin-bottom:30px;
	cursor: pointer;
}

.vieo-item h4{
	font-size:1em !important;
	color:#000000;
	text-transform:lowercase;
}

.vieo-item  figcaption{
	margin-top:20px; 
}

.vieo-item .sub-title{
	margin-top: 10px;
}


.video-special{
	margin-top: 30px;
}


#home-block{
	margin-top:5px;
}

.tag-hidden{
	display:none !important;
}

/*footer{
	background-color: #707070;
}*/

.block-header{
	margin-bottom: 20px;
	text-transform:lowercase;
}

.aside-personalizza {
  height:0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  background-color: #ffffff; 
  overflow-y: hidden;
  transition: 0.5s;
  z-index:100;
  box-sizing: border-box;
}
	
.aside-personalizza .closebtn {
	position: absolute;
	right:10px;
	top:10px;
	width:45px;
	height:45px;
	cursor: pointer;
	text-align:center;
	font-size:1.2rem;
	line-height:43px;
	z-index: 10;
	background-color:#000000;
	color:#ffffff;
	border-radius: 50%;
}

.aside-personalizza .row{
	height:100%;
}

.aside-personalizza .row>[class*=" col-"],
.aside-personalizza .row>[class^=col-] {
 height:100%;
}

.aside-image{	
	height:100%;
	position: relative;
}


.aside-image img{
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height: 100%;
}

.image-custom{
	position:relative;
	max-width:100px;
	margin: 0 auto;
	
}

.aside-image:after,
.image-custom:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
}

.accordion-wrap{
	height: calc(100% - 50px);		
	z-index:1;
	position: relative;
}

#accordion-input-header,
.accordion-input-row{
	padding-left: 3vw;
	padding-right: 3vw;
}

#accordion-input-header{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #000000;
}

.accordion-input-row{
	border-bottom:solid 1px #b2b2b2;
}

#accordion-input-header .item-title{
	font-size:20px;
}

#accordion-input input {
	display: none;
}
#accordion-input label {
	cursor: pointer;
	display: block;
	padding-top:15px;
	padding-bottom:15px;	
	z-index: 20;
	font-size:18px;
	text-transform: lowercase;
	position: relative;
	padding-left: 40px;
	box-sizing: border-box;
}

.accordion-input-row:hover{
	background-color: #f2f2f2;
}

#accordion-input label:after{
	content:"\e90c";
	position: absolute;
	top:10px;
	width:22px;
	height:22px;
	border:solid 1px #000000;
	left:0;
	border-radius: 50%;
	font-family: 'icomoon';
	    text-align: center;
    font-size: 14px;
    line-height: 22px;
	
} 


#accordion-input input:checked + label:after {	
	background-color: #000000;
	font-family: 'icomoon';
	content: "\e90d";
	 color:#ffffff;
}
#accordion-input .input-body {	
	height:0px;
	overflow:hidden;
	z-index:10;
	
}
#accordion-input .input-body-wrap {
	padding:20px 20px 20px 40px;
}
#accordion-input input:checked .input-body {
}
#accordion-input input:checked ~ .input-body{
	border-bottom-left-radius: .25em;
	border-bottom-right-radius: .25em;
	height: auto;
	margin-bottom: .125em;
}

#accordion-input .input-body .btn{
	font-size:12px;
	padding: 10px;
	min-width:auto;
	width:120px;
	margin: 0 auto;
}

#accordion-input .item-price{
	margin-bottom: 10px;
}

#accordion-input .price{
	font-size:16px;
    font-family: 'Conv_Gobold',Sans-Serif;
}

.btn-conferma{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background-color: red;
	z-index:99999;
	width:50%;
}

#select-custom .btn{
	top:-9px;
	padding-top: 18px;
	padding-bottom: 18px;
}

.text-space{
	padding-left:6px;
	vertical-align: top;
}

button.button-image{
	border:none;
	background: none;
	cursor:pointer;
}

/*button.button-image img{
	height: 100px;
}*/

.top-banner{
	min-height:30vw;
	position: relative;
}

.top-banner-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
}

.video-banner{
	height:30vw;
	position: relative;
}

.title-span span{
	font-size:20px;
	vertical-align: bottom;
}

.product-pagani .product-item:last-child .item-detailcontainer{
	display: none;
	
}

.box-message{
	text-align:center;
}

.axepta-sdk-card{
	max-width:500px !important;
	width:100% !important;
	box-sizing: border-box !important;
}

.image-mpayment{
	max-width:400px;
	width:100%;
	margin-top: 10px;
}

.sticky-header{
width: 100%;
margin: 0 auto;
display:none;
position: relative;
z-index:9999;
background:#ffffff;
font-size:16px;
text-transform:lowercase;
text-align:center;
padding: 10px;
box-sizing:border-box;
animation-name: stickySlideDown2;
    animation-duration: 0.5s;
    border-bottom: solid 1px #ededed;
}

.sticky-close{
        position: absolute;
        left:15px;
        font-size:16px;
}

/*.sticky-header.open +  #myHeader{
  padding-top:45px;
  padding-bottom: 0;
 
}*/


@keyframes stickySlideDown2 {
    0% {
        opacity: 0.7;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


.div-livestory .fpls-grid--outer{
	    transform: scale(1.03);
}
