@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600italic,600,700);

#lanewsletter {
    text-align: center;
    padding: 60px 30px;
    /*background: #444;*/

}

a {
    color: #f48e2c;
    letter-spacing: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a:hover {
    color: #19BFEF;
}


.price-ec{
	font-size: 44px;
	font-weight: bold;
	text-align: right;
	color: #4187ad;
	font-style: italic;
	/***  CSS Text Shadow  ***/
	 text-shadow: 2px 2px 5px rgba(0, 0, 0, 1.000) ;
	
}
.price-vt{
	font-size: 44px;
	font-weight: bold;
	text-align: right;
	color: #A3C51C;
	font-style: italic;
	/***  CSS Text Shadow  ***/
	 text-shadow: 2px 2px 5px rgba(0, 0, 0, 1.000) ;
	
}
/*****INIZIOSCHEMA BLW*****/
.YV-title{
	font-style: italic;
	text-align: center;
}
.YV-name{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #a3c41b;
	/***  CSS Text Shadow  ***/
	 text-shadow: 1px 1px 2px rgba(0, 0, 0, 1.000);
}
.YV-name-ec{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #4087ac;
	/***  CSS Text Shadow  ***/
	 text-shadow: 1px 1px 2px rgba(0, 0, 0, 1.000);
}

.YV-price{
	font-size: 25px;
	text-align: center;
	color: #000000;

}
.bg1-col-blr {
	background-color: white;
  /***  CSS Box Model  ***/
  margin:10px;
  padding:5px;

  /***  CSS Borders  ***/
  border:1px solid rgb(153, 153, 152);

  /***  CSS Rounded Corners  ***/
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;

  /***  CSS Box Shadow  ***/
  box-shadow: 5px 5px 8px 0px rgba(230, 230, 229, 1.000) ;

  -webkit-box-shadow: 5px 5px 8px 0px rgba(230, 230, 229, 1.000) ;

  -moz-box-shadow: 5px 5px 8px 0px rgba(230, 230, 229, 1.000) ;
  text-align: center;
}
/*****FINE SCHEMA BLW*****/
#Eventi > h2, nav h2, #banner h2, #social h2{
    display: none;
}
table a {
    text-decoration: underline;
}
h1{
	color: #19BFEF;
	text-align: center;
	font-size: 26px;
}
h2, .col-sm-evento a, .h8{
	color: #100909;
	font-size: 20px;
}
h3
{
	color: #100909;
	font-size: 18px;
}
h4
{
    color: #100909;
    font-size: 18px;
}
h5
{
    color: #100909;
    font-size: 18px;
}
h6
{
    color: #100909;
    font-size: 18px;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
table {
    font-size: 12px;
}
.clearit {
    display: block;
    clear: both;
}

.yost-slogan-top{
    text-align: center;
    margin: 7px;
	padding-top: 15px;
	padding-bottom: 20px;
	display: block;
}
body {
    position: relative;
    background: #FFF;
	font: 16px 'Open Sans';
	color: #5c5555;
	font-weight: 400;
    margin: 0;
    padding: 0;
    letter-spacing: .02em;
}
#overlayContent{
    position: absolute!important;
    top: auto!important;
    left: 0;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll!important;
}
p {
    margin: 10px 0;
    line-height: 140%;
}
.maintext ul{
    margin:15px 0 15px 20px;
}
.maintext li {
    list-style: disc outside none;
    margin: 3px 0;
}
header:after {
    content: '';
    display: block;
    clear: both;    
}
#topheader {
    float: left;
    padding: 8px 30px;
}
.usercontrols{
    font-size: 10px;
    color: #aaa;
    text-transform: uppercase;
}
article > .usercontrols{
    background: #242525;
    margin-bottom: 40px;
}
.usercontrols a{
    display: inline;
    color: #aaa;
}
.usercontrols a:hover, .usercontrols a:focus{
    color: #19BFEF;
}
.usercontrols a img{
    display: none;
}
.benvenuto a:before {
    content: "\f007";
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 20px;
    margin: 0 5px;
}
.esci a:before{
    content: "\f08b";
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 20px;
}
.usercontrols:after{
    content: '';
    display: block;
    clear: both;
}
.top_nav_class{
    display: inline-block;
}
.esci {
    display: inline-block;
}
#cart-total:before{
    content:'\f07a';
    font-family: 'FontAwesome';
    font-size: 18px;
    margin-right: 5px;   
}
#cart-total {
    margin: 0 24px;
}
#top-nav{
    position: relative;
    height: 100px;
    background: #38383A;
}
#top-nav:after{
    content: '';
    display: block;
    clear: both;
}
#logo {
    padding: 6px 0 6px 30px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#logo img {
    height: 100%;
}

/* ##################### main menu ##################### */
nav{
    position: absolute;
    bottom: 20px;
    right: 0;
}
nav ul li{
    display: block;
    margin: 20px 0;
}
nav ul li a {
    line-height: 100%; 
    font-size: 18px;
    height: auto;
}
#slide {
    position: relative;
    display: block;
    right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
#slide:before {
    content: '\f0c9';
    font-family:'FontAwesome';
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 30px;
    color: #fff;
}
#MENUC12{
    position: relative;
}
.menu1{
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    background: #2F3337;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    min-width: 180px;
    box-shadow: 0 0 5px 0 #191919;
}
nav ul li a:hover {
    color: #686868;
}
.menu-show {
    display: block!important;
}


#banner {
    width: 100%;
    text-align: center;
    overflow: hidden;
}
#banner>div{
    height: 600px;  
}
#banner img {
    width: 100%;
    height: 100%;
    *height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.thisbanner.smallbanner {
    height: 150px;
}
.bx-wrapper{
    border: none!important;
}
.thiswhereis a{
    margin: 0 3px;
    margin-bottom: 15px;
    display: inline-block;
}
.thiswhereis a:first-child{
    margin-left: 0;
}
.col {
    margin: 0 15px 40px;
}



/*######################### News ############################## */

#topnews{
    position: relative;
    overflow: hidden;
    margin-top: -5px;
    z-index: 1;
}
.list-topnews{
    width: 96%;
    margin: 0 auto;
    padding: 40px 0;
}
.list-topnews:after {
    content: '';
    display: block;
    clear: both;
}

.col-sm-top h2{
    font-size: 24px;
    margin: 0 0 15px;
    font-weight: 700;
}
.thistopnews {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.TIPnextothernews  {
    display: flex;
    flex-wrap: wrap;
}
.thisothernews {
    /*width: 100%;*/
    min-width: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.thistopnews .text-top{
    margin: 0;
}
.thistopnews .leggiit{
    width: auto;
    display: inline;
    margin: auto;
    padding: 0;
}
.thistopnews .leggiit a {
    display: block;
    padding: 0;
    border: none;
    line-height: 100%;
    font-size: 14px;
    color: #19bfef;
    font-weight: 600;
}
.thistopnews .leggiit a:hover {
    color: #f48e2c;
}
.thistopnews .leggiit a:before, .thistopnews .leggiit a:after {
    content: none;
}
.thistopnews.topTwocol.topOnecol {
    float: none;
    margin: auto;
}
.thistopnews.topTwocol.topOnecol .image {
    float: none;
    display: block;
    margin: auto;
}
.thistopnews.topTwocol.topOnecol .col-sm-top-wrap {
    display: block;
    text-align: center;
    margin-top: 20px;
}
.thistopnews .image, .thistopnews:nth-child(even) .image {
    display: block;
    margin: auto;
}  
#othernews {
    background: #19bfef;
    padding: 30px 0;
}
.onecol {
    max-width: 300px;
    width: auto;
}
.twocol {
    max-width: 600px;
    width: auto;
}
.threecol {
    max-width: 900px;
    width: auto;
}
.thisothernewss {
    margin: 60px auto 30px;
    text-align: center;
}
.thisothernewss:after{
    content: '';
    display: block;
    clear: both;
}
.col-sm-4 {
    width: 100%;
    max-width: 300px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.col-sm-top img, .col-sm-4 img{
    max-width: 100%;
}
.thisothernews .col {
    background: #fff;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.thisothernews .col:hover {
    -webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}
.thisothernews .image {
    position: relative;
    height: 0;
    padding-bottom: 72%;
    overflow: hidden;
}
.col-m-top {
    padding: 0 30px;
}
.col-m-top h3{
    margin-top: 15px;
    font-size: 18px;
}
.thisothernews img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.leggiit {
    width: 100px;
    display: block;
    margin: 0 auto;
    padding: 20px 0 30px;
}
.leggiit a {
    display: block;
    background: transparent;
    position: relative;
    padding: 12px 24px;
    border: 1px solid #38383a;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    line-height: 18px;
    font-size: 16px;
    color: #38383a;
    z-index: 999;
}
.leggiit a:before {
    content: '';
    background: transparent;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    z-index: -1;
}
.leggiit a:hover:before {
    background: #19bfef;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #fff;
    z-index: -1;
}
.leggiit a:hover{
    border-color: #19bfef;
    color: #fff;
}
/*######################### News End############################## */

#evidenzalist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
#evidenzalist .col-sm-4 {
    margin-bottom: 40px;
}
#evidenzalist .col-sm-4 .text-page {
    color: initial;
    height: auto;
}


/* ############################### Main Content ##################################### */
#contentover{
    padding: 60px 0;
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.grey-bg {
    background: #444!important;   
}
#content {
    width: 96%;
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
}
.maintext p img {
    margin: 5px 10px 5px 0;
    border: 5px solid #f5f5f5;
    max-width: 100%;
    height: auto;
}
.data_agg {
    color: #888;
    font-size: 14px;
}
#content:after {
    content: '';
    display: block;
    clear: both;
}
.maintext p{

}
.maintext p:first-child{
    margin-top: 0;
}
.paging .pages{
    padding: 2px 5px;
    background: #666;
    color: #fff;
    margin-right: 3px;   
}
.pages.active, .pages:hover{
    background: #cdcdcd;
    color: #666;
}
.paging{
    margin-top: 20px;
    margin-bottom: 20px;
}
.evidenziato1{
    position: relative;
    margin: 60px 0px;
    font-style: italic;
    font-weight: 500;
    text-align: center;
    padding: 30px;
    background: #ddd;
    border-left: 5px solid #E5202A;
}
.evidenziato2{
    position: relative;
    margin: 60px 0px;
    font-style: italic;
    font-weight: 500;
    text-align: center;
    padding: 30px;
    background: #ddd;
    border-left: 5px solid #19bfef;
}
/*
.evidenziato-wrap, .evidenziato-2cl {
    position: relative;
    background: #19bfef;
    padding: 90px 0;
    margin: 60px 0;
}
.evidenziato-wrap:before, .evidenziato-2cl:before {
    content: '';
    position: absolute;
    background: #19bfef;
    left: -600px;
    top: 0;
    height: 100%;
    width: 600px;
}
.evidenziato-wrap:after, .evidenziato-2cl:after {
    content: '';
    position: absolute;
    background: #19bfef;
    right: -600px;
    top: 0;
    height: 100%;
    width: 600px
}*/
.evidenziato{
/*    position: relative;
    margin: 60px 0px;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    text-align: left;*/
}
.evidenziato{
    position: relative;
    margin: 60px 0px;
    font-style: italic;
    font-weight: 500;
    text-align: center;
    padding: 30px;
    background: #ddd;
    border-left: 5px solid #60B848;
}
.evidenziato:before {
/*     content: '';
    position: absolute;
    top: -60px;
    left: 0;
    background: url('../Images/quotes_start.png') no-repeat;
    height: 43px;
    width: 51px; */
}
.evidenziato:before {
    content: none;
    /*content: '\f10d';*/
    font-family: FontAwesome;
    float: left;
    margin-right: 10px;
    font-style: normal;
    font-size: 26px;
    border: 2px solid;
    color: #19bfef;
    border-radius: 50%;
    height: 46px;
    width: 46px;
    text-align: center;
    line-height: 46px;
}
.evidenziato-cl1, .evidenziato-cl2 {
    float: none!important;
    display: inline-block;
    width: 46%!important;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
    margin: 0 1.8%!important;
    position: relative;
}
.evidenziato-cl1:before, .evidenziato-cl2:before {
/*     content: '';
    position: absolute;
    top: -30px;
    left: 0;
    background: url('../Images/quotes_start.png') no-repeat;
    background-size: contain;
    height: 20px;
    width: 25px; */
}
.evidenziato-cl1:after, .evidenziato-cl2:after {
    content: '\f10e';
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    font-style: normal;
    font-size: 36px;
    border: 2px solid;
    color: #19bfef;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    top: 50%;
    transform: translateY(-50%);
}
.evidenziato2 {
    position: relative;
    margin: 60px 0;
    font-style: italic;
  /*  text-align: right;*/
}
.evidenziato2:before {
    /*content: '\f10e';*/
    font-family: FontAwesome;
    float: right;
    margin-left: 10px;
    font-style: normal;
    font-size: 26px;
    border: 2px solid;
    color: #19bfef;
    border-radius: 50%;
    height: 46px;
    width: 46px;
    text-align: center;
    line-height: 46px;
}
.evidenziato3{
    position: relative;
    margin: 40px 0px;
	text-align: justify;
    padding: 30px;
 
    border-left: 5px solid #5eb647;
}
.evidenziato4{
    position: relative;
    margin: 40px 0px;
	text-align: justify;
    padding: 30px;
 
    border-left: 5px solid #19bfef;
}
.evidenziato5{
    position: relative;
    margin: 40px 0px;
	text-align: justify;
    padding: 30px;
 
    border-left: 5px solid red;
}
.evidenziatoA{
    position: relative;
    margin: 40px 0px;
	text-align: justify;
    padding: 30px;
 
    border-left: 5px solid orange;
}
.maintitle h1 {
    font-size: 28px;
    padding: 0;
    margin-bottom: 30px;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 400;
}

/* ############################### Main Content End ##################################### */


#Eventi{
    position: relative;
    overflow: hidden;
}
.list-eventi{
    position: relative;
    width: 96%;
    padding: 140px 0 90px;
    margin: 0 auto;
}
.list-eventi:after {
    content: '';
    display: block;
    clear: both;
}
.list-eventi h2{
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 24px;
}
.data{
    font-size: 14px;
    margin-bottom: 20px;
}
.col-sm-evento a{
    font-size: 40px;
    color: #000;
}
.col-sm-evento img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    background: #fff;
    border: 1px solid #D8DADC;
    margin-top: -50px;
}
#social{
    padding: 30px 0 0;
    float: right;
}

#social li{
    display: inline-block;
    margin-left: 5px;
    text-align: center;
}
#social .fa-2x {
    font-size: 14px;
    transition: all .5s ease-in-out;
}
#social li a{
    color: #fff;
    background: #aaa;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
}
#social li a:hover{
    background: #f48e2c;
}
#social li a:hover .fa-2x{
    transform: rotateY(360deg);
}
#newsletter{
    padding: 60px 0;
    margin: 0 auto;
    text-align: center;
    background: url(../Images/bg2.jpg) no-repeat center center;
    background-size: cover;
}
#newsletter h2{
    color: #fff;
}
.newslt img{
    display: block;
    margin: 0 auto;
    margin-bottom: 15px
}
.newslt a{
    color: #19BFEF;
    font-weight: 700;
    font-size: 16px;
}
.newslt a:hover{
    text-decoration: underline;
    color: #fff;
}
#MENUC2{
    text-align: center;
    margin: 0 auto;
    padding: 90px 30px;
    background: #f5f5f5;
}
.menu2 li, .menu3 li {
    display: inline-block;
    margin: 4px 2px;
    vertical-align: top;
    text-transform: uppercase;
}
.menu2 .image {
    display: none;
}
.menu2 li a, .menu3 li a {
    background: transparent;
    position: relative;
    display: block;
    padding: 12px 24px;
    border: 1px solid #38383a;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    line-height: 18px;
    font-size: 16px;
    color: #38383a;
    z-index: 999;
}
.menu2 li a:before, .menu3 li a:before {
    content: '';
    background: transparent;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    z-index: -1;
}
.menu2 li a:hover:before, .menu3 li a:hover:before {
    background: #19bfef;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #fff;
    z-index: -1;
}
.menu2 li a:hover, .menu3 li a:hover{
    border-color: #19bfef;
    color: #fff;
}
#MENUC3{
    text-align: center;
    margin: 0 auto;
    padding: 90px 30px;
}
#undercats{
    width: 96%;
    text-align: center;
    margin: 0 auto;
    padding: 60px 0;
}
#undercats li {
  margin: 0 2%;
  display: inline-block;
  padding: 5px;
}
#undercats li a {
  display: block;
  color: #666;
  font-size: 16px;
  border: 1px solid #19BFEF;
  padding: 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#undercats li a:hover{
    background: #19BFEF;
    color: #fff;
}
.YOSTevento {
    max-width: 1170px;
    margin: 60px auto;
}
.YOSTevento .col-om-top {
    text-align: center;
}
.thisYOSTevento {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.thisevento{
    width: 100%;
    display: block;
}
.thisevento .col {
    /*padding: 0 20px;*/
    /*margin: 0 15px;*/
    border: 1px solid #D8DADC;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#inevidenza {
    padding: 40px 0 120px;
    background-image: url('../Images/inevidenza.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
	
}
#inevidenza h2 {
    color: #fff;
}
.list-inevidenza {
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
#group {
    text-align: center;
    background: #f2f2f2;
    padding: 40px 15px 60px;
}
#group h2 {
    margin-bottom: 0;
}
.group-image {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    /* max-width: 96%; */
    /* padding-top: 20px; */
}
.group-image img {
    margin: 20px 30px;
}
.fagri{
    width: 96%;
    margin: 0px auto;
    text-align: center;
}
.fagri2{
    display: inline-block;
    border:1px solid #FFF;
    padding: 7px;
    transition: all 0.3s ease;
}
.fagri2 a{
    color: #666;
}
.fagri2 img{
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.fagri2:hover{
    border:1px solid #f2f2f2;
    background: #FAFAFA;
}
article:after {
    content: '';
    display: block;
    clear: both;
}
.label {
    display: block;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    color: #E66;
    margin: 0 auto;
    margin-bottom: 15px;
}
.text-evento{

}
.text-page{
    font-size: 14px;
    color: #fff;
    height: 60px;
    overflow: hidden;
}
.titleev {
    display: block;
    color: #f48e2c;
    font-size: 16px;
    margin: 5px 0;
    text-transform: uppercase;
}
.titleev:hover{
    color: #19bfef;
}
.titleev2{
    display: none;
}
.titleev2:hover:after{
    height: 0;
}
.titleev2:hover{
    color: #000;
    background: #fff;
}
#extra-foot{
    background: #2f3337;
    padding: 0;
    width: 100%;
}
.extrafoot{
    width: 96%;
    padding: 60px 0;
    margin:0 auto;
}
.extrafoot h2{
    font-size: 100px;
}
#footerone{
    background: #38383a;
}
footer {
    background: #323233;
}
#footboot{

}
.container {
    width: 96%;
    margin: 0 auto;
}
.container:after{
    content: '';
    display: block;
    clear: both;
}
#footerone .container {

}
footer .container {
    padding: 60px 0 30px;
}
.row:after {
    content: '';
    display: block;
    clear: both;
}
.h8 {
    color: #FFF;
    text-transform: uppercase;
}
.list2 {
    margin-top: 15px;
}
.grid_3 {
    padding: 0 30px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.grid_3 ul li {
    margin-bottom: 8px;
}

.text-footer{
    font-size: 20px;
    transition:color .3s ease;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px;
}
#copyright {
    text-align: center;
    display: block;
    font-size: 12px;
    background: #fff;
}
#copyright a {
    color: #5c5555;
    text-decoration: underline;
}
#copyright a:hover {
    color: #19BFEF;
}
footer:after {
    content: '';
    display: block;
    clear: both;
}
footer p {
    margin: 0;
    padding-bottom: 5px;
}
.getcookies + p {
    font-size: 12px;
    text-align: center;
    background: #fff;
}
.yost.technology {
    padding: 3px;
}
.button {
    padding: 14px 20px;
    background: #19BFEF;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    transition:all .3s ease-in-out;
}

.button:hover {
    background: #f48e2c;
    color: #fff;
}
.img-dx{
    float: left;
    margin-right: 7px;
    margin-bottom: 7px;
}
.img-sx{
    float: right;
    margin-left: 7px;
    margin-bottom: 7px;
}
.img-centre{
    text-align: center;
    margin: 7px;
}
/*#######################Ecommerce###########################*/
#description {
    width: 100%;
    float: left;
    margin-top: 15px;
}
#description .image {
    text-align: center;
    margin-top: 20px;
}
#description ul {
    margin: 15px 0;
}
#description ul li {
    margin: 5px 7px;
}
#description ul li:before {
    font-family: FontAwesome;
    font-size: 12px;
    content: '\f054';
    margin-right: 7px;
}
#listcart {
    margin: 30px 0;
}

#listcart table {
    width: 100%;
    text-align: center;
}
#listcart table tr td {
    padding: 10px 20px;
    vertical-align: middle;
}
#listcart table thead {
    font-weight: 700;
    text-transform: uppercase;
    background: #19BFEF;
    color: #fff;
}
#listcart table tbody tr:nth-child(even){
    background: #EAF4F5;
    color: #969696;
} 
#listcart .image {
    float: none;
    width: auto;
    text-align: center;
}
#listcart .name span {
    display: block;
}
#listcart tbody div {
    margin-top: 8px;
    margin-bottom: 8px;
}
#listcart #ctl00_CP1_panelAlt {
    margin-top: 15px;
    margin-left: 25px;
}
#listcart #total{
    background: #19BFEF;
    color: #fff;
}
.right {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.right:first-child {
    text-align: right;
}
#listcart .buttons {
    max-width: 400px;
    margin: 40px auto;
}
.maincontent:after {
    content: '';
    display: block;
    clear: both;
}
.product-one {
    float: left;
    width: 33.33%;
}
.product-one .col {
    background: #F0F0F0;
    text-align: center;
    margin: 0 10px 20px;
}
.product-one .image {
    width: 100%;
    max-height: 300px;
    height: auto;
    overflow: hidden;
}
.product-one .image img{
    width: 100%;
    display: block;
}
.productit{
    padding: 20px 20px 0;
}
.product-info {
    line-height: 140%;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid #444;
    /*border-bottom: 1px solid #E2E2E2;*/
}
.product_title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}
#PanelProduct {
    width: 45.5%;
    float: right;
    line-height: 140%;
    padding: 1.8%;
    margin-top: 25px;
    padding-bottom: 10px;
    border: 1px solid #D6DEE8;
    background: #fafafa;
}
.product-one .prodef{
    font-size: 100%!important;
}
.pagination {
    text-align: center;
    margin: 20px 0;
}
.page-numbers.prev, .page-numbers.next {
    display: none;
}
.page-numbers {
    display: inline;
    padding: 8px 14px;
    border: 1px solid #ddd;
    /* border-left-width: 0; */
    border-radius: 6px;
    margin: 0 1px;
    color: #19bfef;
}
.page-numbers:hover {
    color: #f48e2c;
}
#lnk_1 {
    border-left-width: 1px;
}
.page-numbers.current {
    background: #f5f5f5;
    color: #19bfef;
}
#ctl00_CP1_PanelCaratteristiche{
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 15px;
}
.tabCaratteristiche{
    margin-bottom: 15px;
    font-weight: 600;
}
.tabCaratteristiche tr td:last-child{
    padding-left: 20px;
}
.tabCaratteristiche tr td:last-child:before{
    content: ':';
    padding-right: 10px;
    font-weight: 700;
}
#PanelPrice {
    float: left;
    width: 96%;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #D6DEE8;
    padding: 1.8%;
    background: #fafafa;
    text-align: center;
}

#PanelModifiche {
    /*margin-top: 20px;*/
    margin-bottom: 15px;
    padding: .7%;
    /*border: 1px solid #FDFDFD;*/
    /*background: #EEF5F3;*/
    /*border-radius: 3px;*/
    /*box-shadow: 0px 0px 2px 0 #ddd;*/
}

    #PanelModifiche .htabsmini {
        color: #222;
         font-weight: 700;
         text-transform: uppercase;
    }

    #PanelModifiche table tr td {
        padding-top: 6px;
    }


#PanelVarianti .htabsmini {
    padding: .7%;
    margin-bottom: 10px;
    color: #222;
    text-transform: uppercase;
    font-weight: 700;
}

#PanelVarianti .htabsmini table tr td {
        padding-top: 6px;
        font-size: 14px;
        font-weight: 400;
        color: #888;
        text-transform: none;
}
.productit .price {
    margin: 20px 0;
}
#PanelPrice .price {
    color: #000;
    text-transform: uppercase;
}
.maintext img {
    max-width: 100%!important;
    height: auto!important;
}
.productit .name {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700;
}
.productit .name a {
        color: #19bfef;
}
.productit .name a:hover {
        color: #f48e2c;
}
.productit .description {
    margin: 20px 0;
}
.price-sale {
    font-weight: 700;
    color: green;
}
.price-old {
    color: red;
    text-decoration: line-through;
}
.cart {
    width: 160px;
    margin: 0 auto;  
    padding-bottom: 30px;   
}
.cart a {
    position: relative;
    font-size: 16px;
    display: block;
    padding: 15px 20px;
    color: #FFF;
    background: #f48e2c;
    z-index: 1;
}
.cart a:before{ 
    content: '';
    position: absolute;
    top: 0;
    left:0;
    background: #19bfef;
    height: 100%;
    width: 100%;
    z-index:-1; 
    transition: all 0.4s ease 0s;
}
.cart a:hover:before {
    height: 0;
}
.cart a i {
    font-style: normal;
    text-transform: uppercase;
}
.clears {
    clear: both;
    display: block;
}
.lright {
    float: right;
    text-align: center;
}
.lleft {
    float: left;
    text-align: center;
}

#titolo-pagina {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 2px solid #666;
}
#totale_transazione {
    margin-top: 15px;
    display: inline-block;
}
#ctl00_CP1_panelQty {
    text-align: center;
}
#ctl00_CP1_panelQty a {
    display: inline-block;
    margin: 5px;
}
#ctl00_CP1_panelQty select{
   height: 32px;
   border: 1px solid #D6DEE8;
}
#PanelImg{
    width: 45.5%;
    float: left;
    padding: 1.8%;
    margin-top: 10px;
    text-align: center;
}
#img_default{
    max-width: 240px;
    height: auto;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
#img_default img{
    max-width: 100%;
}

/*#######################Ecommerce Finished###########################*/


/*######################Form CSS Start####################*/

#tabella .riga .intesta{
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700;
}
#tabella .riga .col2x table tr:first-child, #tabella .riga .col2{
    background: #FFF881;
    font-size: 14px;
    text-transform: uppercase;
    padding: 3px 8px;
}
#tabella .riga .col2{
    background: #19BFEF;
}
#tabella .riga .col2:first-child{
    padding-top: 10px;
}
#tabella .riga .col2x table tr td{
    border: 1px solid #19BFEF;
    padding: 1%;
}
#ctl00_CP1_ordini_ctl01_hyved{
    padding: 14px;
    background: #000;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    width: 64px;
    margin-bottom: 10px;
    transition:all .3s ease;
    text-align: center;
    border: 1px solid #000;
}
#ctl00_CP1_ordini_ctl01_hyved:hover {
    background: #19BFEF;
    color: #000;
}
#form-sidetext {
    margin-bottom: 30px;
}
#PanelRegistrazione, #form-sidetext + #aspnetForm, .YOSTreg:last-child {
    max-width: 900px;
}
.form-group {
    max-width: 450px;
    padding: 10px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#ctl00_CP1_PanelReg .form-group{
    padding: 10px;
}

#ctl00_CP1_PanelReg, #ctl00_CP1_UpdatePanel1 {
    /*margin-top: 60px;*/
    /*margin-left: 10%;*/
}
#ctl00_CP1_PanelReg .form-group{
    padding: 10px;
}
#ctl00_CP1_PanelReg .form-group .col2 input{
    border: 1px solid #cdcdcd;
}

.evide {
    font-size: 22px;
    margin: 20px 0;
}
#dati_fatturazione .evide {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
}
#CP1_PanelRegistrazione .form-group:last-child{
    width: auto;
    margin: 0;
    background: none;
    padding: 0;
}
.col1 {
    font-size: 14px;
    margin-bottom: 3px;
    text-transform: uppercase;
}
.col2 input{
    height: 40px;
    width: 100%;
    background: #f6f6f7;
    padding: 6px;
    border: 1px solid #d8dadc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.col2 textarea{
    height: 180px;
    width: 100%;
    background: #f6f6f7;
    padding: 6px;
    border: 1px solid #d8dadc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize:none;
}
input:-webkit-autofill {
    background-color: #fff !important;
}
input[type="checkbox"] {
    height: 14px;
    width: 14px;
    margin-left: 10px;
}

input[type="radio"] {
    height: 14px;
    width: 14px;
    margin-right: 10px;
}
#contentback3{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.titolo {
    margin-top: 10px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
#ctl00_CP1_UpdatePanel2{
    border: 1px solid #d8dadc;
    padding: 10px 15px;
    margin-top: 20px;
}
#totale_transazione .titolo {
    display: inline-block;
    margin-right: 10px;
}

#commandi {
    display: inline-block;
}

#pulsante-cassa-carrello {
    margin: 20px 0;
}

table tr td:last-child {
    padding-left: 10px;
}

#metodo_pagamento {
    margin: 15px 0;
}

#metodo_pagamento table {
    width: 85%;
}

#metodo_pagamento table tr td {
    padding: 6px;
}

#metodo_pagamento table tr td:nth-child(1) {
    width: 5%;
}

#metodo_pagamento table tr td:nth-child(2) {
    width: 25%;
}

#metodo_pagamento table tr td:nth-child(3) {
    width: 55%;
}

#metodo_pagamento table tr td:nth-child(4) {
    width: 15%;
}

#metodo_spedizione {

}

#metodo_spedizione table {
        width: 85%;
}

#metodo_spedizione table tr td {
            padding: 6px;
}
#metodo_spedizione table tr td:nth-child(1) {
                width: 5%;
}

#metodo_spedizione table tr td:nth-child(2) {
                width: 25%;
}

#metodo_spedizione table tr td:nth-child(3) {
                width: 55%;
}

#metodo_spedizione table tr td:nth-child(4) {
    width: 15%;
}

#logit{
    margin-top: 30px;
    text-align: center;
}

#logit ul li {
    display: inline-block;
    margin: 10px 30px 10px 0;
}

#logit ul li a {
    text-decoration: underline;
    color: #222;
    font-size: 14px;
    text-transform: uppercase;
}
#logit ul li a:hover {
    color: #19BFEF;
}

#logit #aspnetForm {
    display: inline-block;
    border: 1px solid #cdcdcd;
    padding: 15px;
    max-width: 400px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="submit"] {
    max-width: 180px;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    display: block;
    background: #19BFEF;
    color: #fff;
    border: none;
    transition: all .3s ease;
}
input[type="submit"]:hover {
    color: #fff;
    background: #f48e2c;
}

article #table p:first-child {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
}

article #table p:nth-child(n+2) {
    display: inline-block;
    margin-right: 10%;
    border: 1px solid #19BFEF;
    padding: 2%;
}

article #table .RegistrazioneKO a {
    display: inline-block;
    padding: 6px 12px;
    margin-left: 5px;
    background: #19BFEF;
    color: #FFF;
    border: 1px solid #19BFEF;
    transition:all .3s ease;
}

article #table .RegistrazioneKO a:hover {
    background: #FFF;
    color: #000;
}

iframe{
    width: 100%!important;

}


/*######################Form CSS End####################*/
#ctl00_CP1_ltlNOdisp {
    margin: 10px;  
}
.clearit {
    clear: both;
    display: block;
}
#ctl00_CP1_lbchecksco {
    margin-left: 10px;
}
.titolo {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
h1,h2 {
    line-height: 110%;
}


/* ########################### Side Bar ############################## */

aside + article {
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 6px;
    margin-bottom: 40px;
}
/*#slide2 {
    display: block;
    height: 30px;
    cursor: pointer;
    background: url(../Images/icon-menu2.png) 3px 4px no-repeat, #fff;
}*/
aside {
    display: block;
    padding: 0;
    width: 100%;
    padding: 0;
    border: none;
    margin-top: 0;
    margin-bottom: 40px;
}
.asidelist1 ul, .cproductlist1 ul, .sottocat ul {
    /*display: none;*/
    background: #fff;
    padding: 20px 30px;
    border-radius: 6px;
    /*margin: 2px 0 0 0;*/
}
.asidelist1 ul li, .cproductlist1 ul li, .sottocat ul li {
    display: block;
    margin: 10px 0;
}
.asidelist1 ul li a, .cproductlist1 ul li a, .sottocat ul li a {
    text-align: left;
    border: none;
    /*padding: 8px;*/
    font-size: 14px;
    text-transform: uppercase;
    background: #fff;
    position: relative;
    display: block;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    color: #38383a;
}
.asidelist1 ul li a:before, .cproductlist1 ul li a:before, .sottocat ul li a:before {
    content: none;
}
.current {
    position: relative;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.current a {
    background: #19bfef!important; 
    color: #fff!important;   
}
.grey-bg .current a {
    background: #fff!important;
    color: #19bfef!important;
    border: 1px solid #fff;
}

/* ########################### Side Bar End ############################## */

.img-dx,.img-sx,.img-centre{
    margin: 10px auto;
}
.didascalia-foot {
    color: initial!important;
}
ul.tagit {
    margin-top: 3px;
    border-radius: 3px;
    width: 100%;
    background: #fff!important;
    border:1px solid #C6C6C6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.camporicerca {
    max-width: 360px;
    display: block;
    margin: 10px 0;
}
.camporicerca input {
    width: 100%;
    margin-top: 3px;
    padding: 10px;
    border:1px solid #C6C6C6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.camporicerca input[type="submit"] {
    width: 90px;
    padding: 10px;
    border:none;
    margin-top: 20px;
}
/***Start reset****/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
/***EN reset****/