/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/* custom */

.fb-comments{width: 100% !important;
}
.fb-comments iframe[style]{width: 100% !important;
}
.fb-like-box{width: 100% !important;
}
.fb-like-box iframe[style]{width: 100% !important;
}
.fb-comments span{width: 100% !important;
}
.fb-comments iframe span[style]{width: 100% !important;
}
.fb-like-box span{width: 100% !important;
}
.fb-like-box iframe span[style]{width: 100% !important;
}

 .box-facebook {width: 100% !important;} 
.fb-page, .fb-page span, .fb-page span iframe[style] {width: 100% !important;} 


/* ==========================================================================
   CONTACT FORM
   ========================================================================== */

/*
.sfm_textbox input {
	width: 100%;
	float: left;
	margin-right: 2%;
}


.sfm_textbox select {
	width: 100%;
}
.sfm_textbox   {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px
}
.sfm_textbox div:last-child {
	margin-right: 0px !important;
}
.sfm_textbox input, .sfm_textarea {
	width: 100%
}

.sfm_textbox input, [type="text"]
{
	width: 100%
}

*/

.shadow-header{
	-webkit-box-shadow: 0px 5px 12px #666;
	-moz-box-shadow: 0px 5px 12px #666;
	box-shadow: 0px 5px 12px #666;
}

.shadow {
	-webkit-box-shadow: 0px 5px 12px #666;
	-moz-box-shadow: 0px 5px 12px #666;
	box-shadow: 0px 5px 12px #666;
}


.shadow2{
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.3);
}

.shadow3{
	-webkit-box-shadow: 0px 0px 4px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 4px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 4px 3px rgba(0,0,0,0.3);
}

.large-shadow {
	-webkit-box-shadow: 5px 2px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 2px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 5px 2px 1px 2px rgba(0,0,0,0.3);
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #333;
	border-left-color: #333;
}


/*
.hr {
	margin: 0;
	list-style: none;
	height: 3px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9C0;
}
*/

/* drop shadows */
.drop-shadow.top {
	box-shadow: 0px -4px 2px -2px rgba(0,0,0,0.4);
}

.drop-shadow.right {
  box-shadow: 4px 0 2px -2px rgba(0,0,0,0.4);
}

.drop-shadow.bottom {
	box-shadow: 0px 4px 8px -2px rgba(0,0,0,0.4);
}

.drop-shadow.left {
	box-shadow: -4px 0px 2px -2px rgba(0,0,0,0.4);
}

.bord-img-onair {
	padding: 0;
	/*margin-bottom: 5px;*/
	/*margin-left: -11px;*/
	border: 1px solid #C7C7C7;
	/*background-color: rgba(225,225,225,1.00);*/
}

.bord-img {
    padding-top: 1.2px !important;
    padding-right: 1.2px !important;
    padding-left: 1.2px !important;
    padding-bottom: 1.2px !important;
    border: 1px solid #BDBDBD;
}


.bord-img2 {
	padding-top: 5px !important;
	padding-right: 5px !important;
	padding-left: 5px !important;
	padding-bottom: 5px !important;
	border: 2px solid #009BD1 !important;
	background-color: #396486 !important;
}

.bord-img-no-padding {
	border: 1px solid #E0E0E0;
}

.bord-box {
	padding: 5px;
	border: 1px solid #7DA13D;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	-o-border-radius:1px;
	-ms-border-radius:1px;
	-khtml-border-radius:1px;
	border-radius:1px;
}

.no-bordi {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.radius {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	
}

.radius-doppio {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-o-border-radius:6px;
	-ms-border-radius:6px;
	-khtml-border-radius:6px;
	border-radius:6px;
	
}

.radius-round {
	-moz-border-radius: 55%;
	-webkit-border-radius: 55%;
	-o-border-radius: 55%;
	-ms-border-radius: 55%;
	-khtml-border-radius:55%;
	border-radius: 55%;	
}

.radius-top{
	-moz-border-radius:3px 3px 0px 0px;
	-webkit-border-radius:3px 3px 0px 0px;
	-o-border-radius:3px 3px 0px 0px;
	-ms-border-radius:3px 3px 0px 0px;
	-khtml-border-radius:3px 3px 0px 0px;
	border-radius:3px 3px 0px 0px;
}

.radius-right{
	-moz-border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	-o-border-radius: 0px 4px 4px 0px;
	-ms-border-radius:0px 4px 4px 0px;
	-khtml-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
}

.radius-left{
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	-o-border-radius: 4px 0px 0px 4px;
	-ms-border-radius: 4px 0px 0px 4px;
	-khtml-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
}


.opacity_30 {  -moz-opacity:.30; filter:alpha(opacity=30); opacity:.30; 
}

.opacity_40 {  -moz-opacity:.40; filter:alpha(opacity=40); opacity:.40; 
}


.opacity_50 {  -moz-opacity:.50; filter:alpha(opacity=50); opacity:.50; 
}

.opacity_60 {  -moz-opacity:.60; filter:alpha(opacity=60); opacity:.60; 
}

.opacity_80 {  -moz-opacity:.80; filter:alpha(opacity=80); opacity:.80; 
}

.opacity_90 {  -moz-opacity:.90; filter:alpha(opacity=90); opacity:.90; 
}

/* Font size*/

.extra-small {
	font-size: 12px !important;
	font-family: 'Comfortaa';
	text-decoration: none;
	font-weight: 800;
}


.smalll {
    font: bold 0.8em/18px 'Comfortaa';
    text-decoration: none;
}

.smaller {
    font: 300 1em/20px 'Comfortaa' !important;
}
.smallerx {
    font: 600 1.1em/15px 'Comfortaa' !important;
}
.smaller a{
	font-size: 0.9em !important;
	font-family: 'Comfortaa';
	line-height: 18px;
	font-weight: 600;
	text-decoration: none !important;
}
.smaller a:hover {
    color: #087FAA;
	text-decoration: none !important;
}
.small-bigger {
	font-size: 1.2em !important;
	font-family: 'Comfortaa';
	line-height: 32px;
}

.bigger {
    font: 2em/35px 'Comfortaa';
}
 h4.bigger {
    font: 1.2em/30px 'Comfortaa';
}
 h4 strong.bigger {
    padding-top: 20px !important;
    padding-bottom: 15px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}
.bigg {
	font-size: 2.5em !important;
	font-family: 'Comfortaa';
	line-height: 42px;
}

/* Elements*/

.w-b {
	font: 600 50px 'Comfortaa';
	color: white;
	letter-spacing: 1px;
	background-color: black;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 30px;
	padding-bottom: 8px;
	width: 225px;
	border-radius: 6px;
	margin-bottom: 45px;
	margin-top: 45px;
	height: auto;
}

.w-r {
	font: 600 50px 'Comfortaa';
	color: white;
	letter-spacing: 1px;
	background-color: rgba(255,0,0,1.00);
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 30px;
	padding-bottom: 8px;
	width: 225px;
	border-radius: 6px;
	margin-bottom: 45px;
	margin-top: 45px;
}


@media (max-width: 767px) {	
	.w-b {
	font: 600 50px 'Comfortaa';
	color: white;
	letter-spacing: 1px;
	background-color: black;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 30px;
	padding-bottom: 8px;
	width: 225px;
	height: 80px;
	border-radius: 6px;
	margin-bottom: 45px;
	margin-top: 45px;
}

.w-r {
	font: 600 50px 'Comfortaa';
	color: white;
	letter-spacing: 1px;
	background-color: rgba(255,0,0,1.00);
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 30px;
	padding-bottom: 8px;
	width: 225px;
	height: 80px;
	border-radius: 6px;
	margin-bottom: 45px;
	margin-top: 45px;
}
}

q::before { 
  content: "«";
  color: red;
}

q::after { 
  content: "»";
  color: red;
}



/* facebook */
.face-book {
	background-color: #FFF;
	float: right;
	margin-top: 21px;
	margin-right: 13px;
}

.likebox {
	width: 84px;
	height: 59px;
	float: left;
	margin-top: 28px;
	margin-left: 85px;
}

.fb-like-box {
	/*border: 1px solid #333;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.30);
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;*/
}

.fb-like {
	/* [disabled]float: left; */
}

.fb-share{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.fb-like-menu {
	margin-top: 8px;
}

.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {width: 100% !important;}
.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe span[style] {width: 100% !important;}


.fb-like-top {
	position: fixed;
	width: 105px;
	top: 15%;
	left: 0.3%;
	border: 1px solid #C4C4C4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 15000;
	/*background-image: url(../images/bg.jpg);*/
	background-repeat: repeat;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #FFF;
}


/* //FB */



/* push right */

/*
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
	.push-right-40 {
	margin-left: 20px !important;
	}
		}
	*/



/* PUSH RIGHT */
.push-right-10 {
	margin-right: 10px !important;
}

.push-right-20 {
	margin-right: 20px !important;
}

.push-right-30 {
	margin-right: 30px !important;
}

.push-right-40 {
	margin-right: 40px !important;
}

.push-right-50 {
	margin-right: 60px !important;
}
.push-right-60 {
	margin-right: 60px !important;
}

.push-right-70 {
	margin-right: 70px !important;
}

.push-right-80 {
	margin-right: 80px !important;
}
.push-right-90 {
	margin-right: 90px !important;
}

.push-right-100 {
	margin-right: 100px !important;
}

.push-right-120 {
	margin-right: 120px !important;
}

.push-right-130 {
	margin-right: 130px !important;
}


.push-right-140 {
	margin-right: 140px;
}

.push-right-150 {
	margin-right: 150px !important;
}

.push-right-350 {
	margin-right: 350px !important;
}

/* PUSH LEFT */
.push-left-20 {
	margin-left: 20px !important;
}

.push-left-30 {
	margin-left: 30px !important;
}

.push-left-40 {
	margin-left: 40px !important;
}

.push-left-50 {
	margin-left: 50px !important;
}

.push-left-60 {
	margin-left: 60px !important;
}
.push-left-70 {
	margin-left: 70px !important;
}

.push-left-80 {
	margin-left: 80px !important;
}

/* PUSH TOP */
.push-top-10 {
	margin-top: -10px !important;
}

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

.push-top-30 {
	margin-top: -30px !important;
}

.push-top-40 {
	margin-top: -40px !important;
}

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

.push-top-60 {
	margin-top: -60px !important;
}
.push-top-70 {
	margin-top: -70px !important;
}
.push-top-80 {
	margin-top: -80px !important;;
}

.push-top-90 {
	margin-top: -90px !important;
}

.push-top-100 {
	margin-top: -100px !important;
}



/* colors */
.bianco {
	color: #FFF !important;
}

.bianco a {
	color: #FC0 !important;
}

.bianco a:hover{
	color: #C4C4C4 !important;
}

.black p {
	color: #23282E;
}

.nero {
    color: #23282E !important;
    text-transform: none;
}
.rosso {
	color: #F00!important;
	font-weight: 500;
	text-decoration: none;
}

.rosso a{
	color: #F00;
	font-weight: 700;
	text-decoration: none;
}

.blu {
	color: #0099CC;
	font-weight: 700;
	text-decoration: none;
}

.blue {
	color: #3794D9;
}

.blue2 {
	color: #2685CA;
	margin: 0px;
	padding: 0px;
}

.grigio{
	color: #B9B9B9;
}


.green {
    color: #057205;
    font-weight: 500;
}

.nero-bold {
	color: #000000;
	font-weight: bold;
}

.btn:hover {
    color: #ffffff !important;
}

.btn a:hover {
	color: #ffffff !important;
	font-weight: bold;
}

.giallo {
	font-weight: 700;
	color:#FF0
}

.giallo a {
	color: #F2ED0B;
	text-decoration: underline;
	}


.italic {
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
}


.uppercase {
	text-transform: uppercase;
}

.white  {
    color: #FFFFFF !important;
    font-family: 'Roboto Condensed', sans-serif;
}

.white p {
	color: #ffffff !important;
	font-weight: 600;	
}


.white a  {
	color: #ffffff;
	/* [disabled]text-decoration: underline; */
}

.white a:hover  {
	color: #F3F3F3;
}

.wm-check-store .subtitle {
	font-size: 14px;
	color: #FFF;
	width: 399px;
	float: left;
	clear: right;
	padding-left: 25px;
}

/* text shadows */
.textshadow-nero
{
	text-shadow: 0px 2px 0px #4F4F4F;
}


.textshadow-grigio
{
	-webkit-text-stroke: 1px #4F4F4F;
   /*color: white;*/
   text-shadow:
       3px 3px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}

.textshadow-bianco
{
	-webkit-text-stroke: 1px #3b3b3a;
	color: white;
	text-shadow:
       3px 3px 0 #3b3b3a,
     -1px -1px 0 #3b3b3a,  
      1px -1px 0 #3b3b3a,
      -1px 1px 0 #3b3b3a,
       1px 1px 0 #3b3b3a;
}

.center-text {
	text-align: center !important;
}

/* FONT */
.font-Q {
	font-family: Questrial !important;
}
.font-H {
	font-family: hiruko_prolight !important;
	font-weight: normal !important;
}

/* img float */
.img-float-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.img-float-right {
	margin-left: 20px;
	margin-bottom: 10px;
	float: right;
}

@media (max-width: 767px) {
	
	.mobile-img-float-left-none {
    margin-bottom: 12px;
    height: auto;
    float: none !important;
    clear: both;
}

.mobile-img-float-right-none {
    margin-bottom: 12px;
	height: auto;
	float: none !important;
    clear: both;
    }
    .img-mobile {
    width: 100%;
    height: auto ;
    }
}

.float-left {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.float-right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;

}

.right-text {
	text-align: right;
}

.left-text {
	text-align: left;

}
/* devices */
.tel {
	margin-top: 5px;
	margin-bottom: 5px;
}
.email {
	margin-top: 5px;
	margin-bottom: 5px;
}

.box-video {
	width: 100%;
	height: auto;
	-webkit-box-shadow: 0px 0px 4px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 4px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 4px 3px rgba(0,0,0,0.3);
}

.box-souncloud {
	width: 100%;
	height: auto;
	-webkit-box-shadow: 0px 0px 4px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 4px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 4px 3px rgba(0,0,0,0.3);
}


.justify {
	text-align: justify;
}

h3.justify {
	text-align: justify;
	font-size: 16px;
	font-weight: normal;
}
h4.justify {
	text-align: justify;
	font-size: 12px;
	font-weight: normal;
}

.bold {
	font-weight: 600 !important;
}

.italico {
	font-style: italic;
}

/* Link alle pagine */

.link-at  {
    font-size: 13px !important;
    width: auto !important;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: left !important;    
    /*float: left;*/}

.link-at a {
    font-size: 14px;
    margin-left: 0px;
    color: rgba(255,255,255,1.00);
    border: 1px solid rgba(1,140,188,1.00);
    background-color: rgba(1,163,212,1.00);
    padding-top: 5px;
    padding-right: 11px;
    padding-bottom: 5px;
    padding-left: 11px;
}
.link-at a:hover {
    color: rgba(1,163,212,1.00);
    background-color: rgba(255,255,255,1.00);
    border: 1px solid rgba(26,175,227,0.50);
    padding-top: 5px;
    padding-right: 11px;
    padding-bottom: 5px;
    padding-left: 11px;
}
.link-at .fa  {
    font-size: 15px !important;
    font-weight: normal;
    padding-right: 8px !important;
    font-family: 'FontAwesome';
    content: "\f0c1";
}
/* classi social */

.fb-share-button {
	width: 120px;
	float: left;
	margin-right: 35px !important;
	margin-left: 0px !important;
	margin-top: 25px !important;
	margin-bottom: 35px !important;
}

.fb-share-button-right {
	width: 100px;
	float: left;
	margin-right: 15px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}


.g-plusone {
	width: 100px;
	float: left;
	margin-right: 0px;
	margin-left: 5px;
	margin-top: 0px;
}
.twitter-share-button {
	float: left;
	width: 100px;
	padding-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
	margin-top: 6px;
}

/* // classi social */


#facebook_slider_widget {
	/*display: none;*/
	z-index: 101;
}

/* FACEBOOK WIDGET */
.fb-float-likebox {
  background: url(../images/facebook_widget.png) no-repeat scroll left center transparent !important;
  display: block;
  float: right;
  height: 270px;
  padding: 0 5px 0 46px;
  width: 245px;
  z-index: 99999;
  position:fixed;
  right:-250px;
  top:20%;
}

/*
.fb-float-likebox div {
  border:none;
  position:relative;
  display:block;
}
*/
.fb-float-likebox span {
  bottom: 12px;
  font: 8px "lucida grande",tahoma,verdana,arial,sans-serif;
  position: absolute;
  right: 6px;
  text-align: right;
  z-index: 99999;
}
.fb-float-likebox span a {
  color: #808080;
  text-decoration:none;
}
.fb-float-likebox span a:hover {
  text-decoration:underline;
}
/* //FACEBOOK WIDGET */


.no-bord {
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}


/* slider FB */
/* Facebook */
#facebook_box {
	position: fixed;
	right: -255px;
	top: 25%;
	overflow: hidden;
	z-index: 9999;
	top: 60px;
	margin-top: 35px;
}

#facebook_box #facebook_link {
	display: block; width: 34px; height: 125px; overflow: hidden; text-indent: -9999px; background: url(../images/facebook.png) no-repeat 0 0; float: left;
}

#facebook_box .active {
	background-position: -34px 0 !important;
}

#facebook_box .inside {
	display: block;
	width: 250px;
	overflow: hidden;
	padding: 5px;
	float: left;
	background-color: #ECF0F1;
}
#facebook_box .inside .iframe {
	background: #fff;  overflow: hidden;padding: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-border-radius: 5px;
}

.fb-like-box-slider {
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#cccccc;
}





/*
 * FIX RIGHT TAB
 */

.tab {
    position: absolute;
    right: 100%;
    top: -1px;
}

#ServiceTab {
    position: fixed;
    top: 238px;
    right: -90px;
    height: 200px;
    min-width: 87px;
    max-width: 87px;
    border: 1px solid darkgrey;
    background: #ffffff;
    z-index: 100;
}

#facebookTab {
	position: fixed;
	top: 208px;
	right: -303px;
	height: 320px;
	min-width: 300px;
	max-width: 300px;
	background: #ffffff;
	z-index: 9999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




/* ricerca google */
.ricerca {
	 }

.top-search {
	font-weight: bold;
	position: absolute;
	top: 35px;
	right: 0px;
}

.search-form-control #s{
	color: #49494b;
	font-size: 14px;
	width: 350px;
	height: 30px;
	margin: 0px 0px 5px 0px;
	padding: 2px 35px 2px 8px;
	border: 1 solid #F0F0F0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#searchform #searchsubmit{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 25px;
	height: 25px;
	border: 0px;
	background-color: transparent;
	background-image: url(../images/search-submit.png);
	background-repeat: no-repeat;
	background-position: 3px 8px;
}


/* Box ricerca */
.xxsearch-form {
	overflow: hidden;
	text-align: left;
	background: #f8f8f8;
	border: 1px solid #ccc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#eeeeee));
	background-image: -webkit-linear-gradient(top, #f8f8f8, #eeeeee);
	background-image: -moz-linear-gradient(top, #f8f8f8, #eeeeee);
	background-image: -ms-linear-gradient(top, #f8f8f8, #eeeeee);
	background-image: -o-linear-gradient(top, #f8f8f8, #eeeeee);
	background-image: linear-gradient(top, #f8f8f8, #eeeeee);
	-moz-box-shadow: 0 4px 0 #ddd, 0 6px 8px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 4px 0 #ddd, 0 6px 8px rgba(0,0,0,.5);
	box-shadow: 0 4px 0 #ddd, 0 6px 8px rgba(0,0,0,.5);
	width: 280px;
	height: 45px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;	/*background: url(../images/form-bg.png) top center no-repeat;*/
	float: right;
}

.search-form-container {
	width: 280px;
	height: 40px;
	padding: 0;
	overflow: hidden;
	text-align: left;
	background: #f8f8f8;
	border: 1px solid #ccc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#eeeeee));
	background-image: -webkit-linear-gradient(top, #f8f8f8, #eeeeee);
	background-image: -moz-linear-gradient(top, #f8f8f8, #eeeeee);
	background-image: -ms-linear-gradient(top, #f8f8f8, #eeeeee);
	background-image: -o-linear-gradient(top, #f8f8f8, #eeeeee);
	background-image: linear-gradient(top, #f8f8f8, #eeeeee);
	-moz-box-shadow: 0 4px 0 #ddd, 0 6px 8px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 4px 0 #ddd, 0 6px 8px rgba(0,0,0,.5);
	box-shadow: 0 4px 0 #ddd, 0 6px 8px rgba(0,0,0,.5);
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.search {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	width: 150px;
	margin-top: 5px;
	margin-left: 20px;
	color: #333;
}

.search-field {
	float: left;
	width: 250px;
	height: 34px;
	margin: 6px 0 0 8px;
	padding: 0 8px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	color: #888;
	font-style: italic;
	font-weight: 400;
	background: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px; 
	border-radius: 8px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #ffffff);
	background-image: -moz-linear-gradient(top, #f5f5f5, #ffffff);
	background-image: -ms-linear-gradient(top, #f5f5f5, #ffffff);
	background-image: -o-linear-gradient(top, #f5f5f5, #ffffff);
	background-image: linear-gradient(top, #f5f5f5, #ffffff);
	-moz-box-shadow: 0 1px 1px #e2e2e2 inset, 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 1px #e2e2e2 inset, 0 1px 0 #fff;
	box-shadow: 0 1px 1px #e2e2e2 inset, 0 1px 0 #fff;
}

.search-field:focus {
	outline: 0;
	color: #666;
	border-color: #aaa;
	-moz-box-shadow: 0 1px 1px #dadada inset;
	-webkit-box-shadow: 0 1px 1px #dadada inset;
	box-shadow: 0 1px 1px #dadada inset;
}

.submit-container {
	float: left;
	width: 60px;
	height: 32px;
	margin: 7px 0 0 7px;
	padding: 0;
	cursor: pointer;
	background: #e63c0d;
	border: 1px solid #d62700;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px; 
	border-radius: 6px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f55f15), to(#e63c0d));
	background-image: -webkit-linear-gradient(top, #f55f15, #e63c0d);
	background-image: -moz-linear-gradient(top, #f55f15, #e63c0d);
	background-image: -ms-linear-gradient(top, #f55f15, #e63c0d);
	background-image: -o-linear-gradient(top, #f55f15, #e63c0d);
	background-image: linear-gradient(top, #f55f15, #e63c0d);
	-moz-box-shadow: 0 1px 1px #fa8e1f inset, 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 1px #fa8e1f inset, 0 1px 0 #fff;
	box-shadow: 0 1px 1px #fa8e1f inset, 0 1px 0 #fff;
}

.submit-container:hover, .submit-container:focus {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e63c0d), to(#f55f15));
	background-image: -webkit-linear-gradient(top, #e63c0d, #f55f15);
	background-image: -moz-linear-gradient(top, #e63c0d, #f55f15);
	background-image: -ms-linear-gradient(top, #e63c0d, #f55f15);
	background-image: -o-linear-gradient(top, #e63c0d, #f55f15);
	background-image: linear-gradient(top, #e63c0d, #f55f15);
	-moz-box-shadow: 0 1px 1px #f36215 inset, 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 1px #f36215 inset, 0 1px 0 #fff;
	box-shadow: 0 1px 1px #f36215 inset, 0 1px 0 #fff;
}

.submit-container:active {
	outline: 0;
	-moz-box-shadow: 0 1px 6px #e4340b inset;
	-webkit-box-shadow: 0 1px 6px #e4340b inset;
	box-shadow: 0 1px 6px #e4340b inset;
}

.search-button {
	float: right;
	width: 60px;
	height: 32px;
	padding: 0;
	cursor: pointer;
	border: 0px solid #000;
	background: url(../images/magnifier.png) 20px 6px no-repeat;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.popup {
	width: 175px;
	background: url(../images/popup-bg.png) 10px 0 no-repeat;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-align: left;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.popup p {
	margin: 8px 0 0 0;
	padding: 8px 14px 9px 14px;
	background: #3d3d3d;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px; 
	border-radius: 6px;
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.2);
	box-shadow: 0 2px 3px rgba(0,0,0,.2);
}



/* bounce button */
.home-button {
	margin-top: 80px;
}
.home-bottom {
	position: absolute;
	z-index: 999;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	opacity: 0.9;
}

.move {
	width: 100px;
	/*height: 140px;*/
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 15px;
}
.bounce {
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -ms-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.home-bottom a {
	padding-top: 7px;
	padding-bottom: 17px;
	padding-left: 7px;
	padding-right: 7px;
	color: #FFFFFF;	
	
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
} 
.home-bottom a:hover {
    opacity: .9; 
}
.home-bottom a { 
    font-size: 22px;
}




.white-bg {
	background-color: #FFF;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 25px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}


/* adv bottom buon pomeriggio europa*/
.adv_bottom-buon-pomeriggio-europa {
    background-image: url(../images/adv-fixed-bottom/buon-pomeriggio-europa-fixed-bottom.png);
    background-repeat: no-repeat;
    text-align: center;
    position: fixed;
    z-index: 120;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    bottom: 0px;
    /*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-bottom: ;
	-webkit-box-shadow: -2px -2px 4px rgba(102,102,102,0.6);
	-moz-box-shadow: -2px -2px 4px rgba(102,102,102,0.6);
	box-shadow: -2px -2px 4px rgba(102,102,102,0.6);*/
    height: 158px;
    margin-top: 0px;
}

/* adv bottom buon pomeriggio europa */
.adv_bottom-buon-pomeriggio-europa img {
    background-repeat: no-repeat;
    text-align: center;
    position: absolute;
    z-index: 120;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    bottom: 0px;
    height: 110px;
    left: 0px;
    right: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}




/* adv bottom Buone feste 2019*/
.adv_bottom-buongiorno-europa {
	background-image: url("../images/adv-fixed-bottom/buongiorno-europa-fixed-bottom.png");
	background-repeat: no-repeat;
	text-align: center;
	position: fixed;
	z-index: 99;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	bottom: 0px;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-bottom: ;
	-webkit-box-shadow: -2px -2px 4px rgba(102,102,102,0.6);
	-moz-box-shadow: -2px -2px 4px rgba(102,102,102,0.6);
	box-shadow: -2px -2px 4px rgba(102,102,102,0.6);*/
    height: 158px;
    margin-top: 0px;
}

.adv_bottom-buongiorno-europa img {
	background-repeat: no-repeat;
	text-align: center;
	position: absolute;
	z-index: 90;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	bottom: 0px;
	height: 130px;
	margin-top: 0px;
	left: 0px;
	right: 0px;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* adv */
.box-pubb-destra-300x250{
	padding: 0px;
	background-color: transparent;
	width: 280px;
	float: left;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 8px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #C5C5C5;
	height: auto;
}

.box-pubb-destra-150x60{
	padding: 0px;
	background-color: transparent;
	width: 160px;
	margin-right: auto;
	margin-top: 3px;
	margin-bottom: 8px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: auto;
	margin-left: auto;
}

.box-pubb-468x60{
	padding: 0px;
	background-color: transparent;
	width: 468px;
	margin-right: auto;
	margin-top: 3px;
	margin-bottom: 8px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 60px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.box-pubb-468x60 img {
	height: 100%;
	width: 100%;
	border: 1px solid #CFCFCF;
	background-color: #FFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	transition: opacity .0s ease-in-out;
   -moz-transition: opacity .0s ease-in-out;
   -webkit-transition: opacity .0s ease-in-out;
	-moz-opacity:1; filter:alpha(opacity=100); opacity:1;
}

.box-pubb-468x60 img:hover {
	transition: opacity .0s ease-in-out;
   -moz-transition: opacity .0s ease-in-out;
   -webkit-transition: opacity .0s ease-in-out;
	-moz-opacity:1; filter:alpha(opacity=100); opacity:1;
}

.large-box-pubb{
	background-color: #f4f4f4;
	width: 100%;
	margin-right: auto;
	margin-top: 3px;
	margin-bottom: 8px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.large-box-pubb img {
	height: 60px;
	width: 468px;
	/*transition: opacity .0s ease-in-out;
	-moz-transition: opacity .0s ease-in-out;
	-webkit-transition: opacity .0s ease-in-out;*/
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	padding: 1px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #EAEAEA;
	background-color: #fff;
}

.large-box-pubb img:hover {
	transition: opacity .3s ease-in-out;
   -moz-transition: opacity .3s ease-in-out;
   -webkit-transition: opacity .3s ease-in-out;
	-moz-opacity:0.9; filter:alpha(opacity=90); opacity:0.9;
}

.box-sondaggio{
	padding: 0px;
	background-color: transparent;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 8px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*border: 1px solid #C5C5C5;*/
	height: auto;
	margin-left: auto;
	width: 100%;
}


.custom-font{ font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B';}

.titolo-playfair {
	font-size: 18px;
	font-family: 'Playfair Display SC', sans-serif;
	/*font-family: 'Raleway';*/
    letter-spacing: 2px;
	padding-bottom: 8px;
	margin-bottom: 21px;
	font-weight: 600;
	color: #919191;
	background-size: cover;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
}

/* Custom  Color*/
.custom-color {
		color: #a18339;
	text-shadow: 0 1px 0 #46382B;
}
.custom-color2{
	font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B';
	color: #d4c193;
	text-shadow: 0 2px 0 #000;
	font-weight: 500;
}

/* drop shadows */
.drop-shadow.top {
	box-shadow: 0px -4px 2px -2px rgba(0,0,0,0.4);
}

.drop-shadow.right {
  box-shadow: 4px 0 2px -2px rgba(0,0,0,0.4);
}

.drop-shadow.bottom {
	box-shadow: 0px 4px 8px -2px rgba(0,0,0,0.4);
}

.drop-shadow.left {
	box-shadow: -4px 0px 2px -2px rgba(0,0,0,0.4);
}


/* Margin Bottom Adv Fixed */

.margin_bottom_90_adv {
	margin-bottom: 90px;
}

.margin_bottom_70_adv {
	margin-bottom: 90px;
}

.margin_bottom_80_adv {
	margin-bottom: 80px;
	
}

.margin_bottom_95_adv {
	margin-bottom: 95px;
}


.margin_bottom_100_adv {
	margin-bottom: 100px;
}

.margin_bottom_110_adv {
	margin-bottom: 110px;
}

.margin_bottom_120_adv {
	margin-bottom: 120px;
}

/* ClearFloat */
.clearfloat {
	clear: both;
}

/* Form main page */
.form-group .select
{
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: #e7e7e7 3px solid;
	width: 280px;
	display: block;
	font-family: 'Source Sans Pro';
	font-size: 16px;
	color: #969696;
	padding: 5px 0;
}


.form-group .select option
{
	color: #A9A9A9;
}




/* Margin Bottom Adv Fixed Responsive */

@media 
  (min-device-width: 800px) 
  and (max-device-width: 1280px)

{
	

}



@media (max-width: 767px) {

.adv_bottom {
	display:none !important;
}

.adv_bottom img {
	display:none !important;
}

.margin_bottom_80_adv {
	display: none !important;
}
.margin_bottom_70_adv {
	display: none !important;
}

.margin_bottom_90_adv {
	display: none !important;
}

.margin_bottom_95_adv {
	display: none !important;
}


.margin_bottom_100_adv {
	display: none !important;
}

.margin_bottom_110_adv {
	display: none !important;
}

.margin_bottom_120_adv {
	display: none !important;
}


}





@media only screen and (min-width: 768px) and (max-width: 991px) {
  .plr-40 {
    padding: 0 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .plr-40 {
    padding: 0 15px !important;
  }
}
@media only screen and (max-width: 479px) {
  .plr-40 {
    padding: 15px !important;
  }
}

.plr-30 {
  padding: 0 30px !important;
}
@media only screen and (max-width: 767px) {
  .plr-30 {
    padding: 0 15px !important;
  }
}
@media only screen and (max-width: 479px) {
  .plr-30 {
    padding: 15px !important;
  }
}


/* TOP KONTAKT */
.top-kontakt {
	font-family: 'Playfair Display SC', sans-serif;
	text-transform: none;

}

.top-kontakt i {
	font-size: 22px;
	color: #E9E9E9;
	margin-right: 3px;
}


.top-kontakt .h1{
	font-family: 'Playfair Display SC', sans-serif;
	font-size: 1.6em;
	text-transform: none;
	font-weight: 700;
	display: inline-block;
	color: #FFF;
}

.top-kontakt .h2{
 	font-family: 'Playfair Display SC', sans-serif;
	font-size: 1.2em;
	text-transform: none;
	display: inline-block;
}

.top-kontakt .h3{
	font-family: 'Droid Serif', serif;
	font-size: 0.9em;
	text-transform: none;
	color: #D5CCAC;
	display: inline-block;
}


/* Shine on images hover */
/*
figure {
	position: relative;
}
figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
figure:hover::before {
	-webkit-animation: shine 1.25s;
	animation: shine 1.25s;
}

*/

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

/*
figure {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}
*/

.button-absolute {
	position: absolute;
	left: 75%;
	top: 13.5%;
	z-index: 99999;
}

/* CSS Accettazione Cookie */
div#cookieChoiceInfo {
	background-color: #3C3C3C !important;
	color:#F5F5F5;
	/*font-weight:bold;*/
	font-size:14px;
	padding-right: 21px;
	font-family: 'Raleway', sans-serif;
	/*height: 70px;*/
	box-shadow: 0px -4px 2px -2px rgba(0,0,0,0.4);
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #b11219;
}

#cookieChoiceInfo > a:nth-child(2),a#cookieChoiceDismiss {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
  -o-border-radius: 2px;
	border-radius: 2px;
color: #ffffff;
/*background:linear-gradient(to bottom, #fedede 4%, #e50909 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fedede', endColorstr='#e50909',GradientType=0);*/
/*box-shadow: 2px 2px 2px  #aaa;*/
/*text-shadow:1px 1px 1px #ccc;*/
color:#fff;background-color:#b11219;border-color:#b11219;
text-align:center;
padding: 0px;
text-decoration:none;
border-radius:2px;
font-family: 'Raleway', sans-serif;
font-size:14px;
padding-right: 0px;
	letter-spacing: 0;
	font-size: 10px;
	padding: 4px 19px;
/*font-weight:bold;*/
}

#cookieChoiceInfo > a:nth-child(2):hover, a#cookieChoiceDismiss:hover {
color:#fff;
background-color:#b11219;
border-color:#b11219;

/*box-shadow: 1px 1px 1px  #aaa;*/
/*text-shadow:0px 0px 0px #ccc;*/
text-decoration:none;
position: relative;
/*top:1px;left:1px;*/
}


/* Cookies */
#cookies{
	width:100%;
	background:#f9f9f9;
	height:45px;
	text-align:center;
	display: none;
	position: fixed;
	bottom: 0;
	z-index: 9999999;
	font-family: 'Open Sans';
	box-shadow: 0px -3px 10px -2px rgba(0,0,0,0.4);
}

.cookies_in{
	opacity:1;
	color:#747474;
	width:1124px;
	padding-left:145px;
	padding-right: 22px;
	position:relative;
	height:60px;
	margin:auto;
	text-align:left;
	font-size:11px;
	line-height:50px;
	font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B';
	background-image: url(../images/logo-cookies.png);
	background-repeat: no-repeat;
	background-position: 0 8px;
}
#cookie_x{
	display:block;
	width:36px;
	height:36px;
	background:url(../images/x-close.png) no-repeat;
	position:absolute;
	right:0;
	top:2px;
	cursor:pointer;
	font-style: normal;
    font-weight: normal;
	font-size:16px;	
	color: #8E8A8E;
	background-color: #F9F9F9;
	/*border: 1px solid #c4c2c4;*/
}

.fixed {
	position: fixed;
	z-index: 999999;
	height: 100%;
}


@media (max-width:991px){
	.small-screen-margin-top{
		margin-top:24px!important
	}
		}
		
.icon-block{color:#fff}.icon-block p:after{content:"//////////";font-size:10px;margin-top:20px;color:#b11219;display:block;font-weight:900}.icon-block p{
	color:#A6A6AE
}
.icon-block i{font-size:50px}.icon-block-title{
	display:block;
	font-family:Montserrat, sans-serif;
	font-size:18px;
	margin:10px 0;
	text-transform: uppercase;
}



/* CSS Risultati ricerca Google */
/*Displayed Search Results Areas*/

/*div.gsc-wrapper, 
.gsc-wrapper div 
{
	background-color:#151515!important;
	border:none!important;
}
*/

/* container */
#cse {
	font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B';	width: 80%;
	margin-left: 0px;
}

/* Use a different font family for search results */
    .gs-title, .gs-snippet {
	font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B';
    }
    
    /* Add a border between individual search results */
    .gs-webResult {
        /*border: 1px solid #eee;*/
        padding: 1em;
    }
    
    /* Do no display the count of search results */    
    .gsc-result-info {
       /* display: none; */
    }
    
    /* Hide the Google branding in search results */
    .gcsc-branding {
        display: none; 
    }
    
    /* Hide the thumbnail images in search results */
    .gsc-thumbnail {
        display: none;
    }
    
    /* Hide the snippets in Google search results */
    .gs-snippet {
	/* display: none; */
    }
    
    /* Change the font size of the title of search results */
    .gs-title a {
	font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B';	width: 80%;
	font-size: 16px;
	color: #E4545B;
    }
    
    /* Change the font size of snippets inside search results */
    .gs-snippet {
        font-size: 13px;
    }
    
    /* Google Custom Search highlights matching words in bold, toggle that */
    .gs-title b, .gs-snippet b {
	font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B';	width: 80%;
	font-weight: bold;
	color: #E4545B;
    }
    
    /* Do no display the URL of web pages in search results */
    .gsc-url-top, .gsc-url-bottom {
        display: none;
    }
    
    /* Highlight the pagination buttons at the bottom of search results */
    .gsc-cursor-page {
	font-size: 1em;
	border: 1px solid #ccc;
	margin-top: 35px;
	margin-bottom: 15px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
    }
.post-preview-effetti img {
	width: 100%;
	height: 100%;
}

 p.post-meta  {
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
	
	/* before to after
   ================================================ */

.cq-beforeafter-link{
  border: none;
  outline: none;
  text-decoration: none;
}
.cq-beforeafter {
	display: block;
	width: 100%;
	padding: 0;
	position: relative;
	/*margin-top: 25px;*/
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
  /*overflow: hidden;*/
}

/*.cq-beforeafter img {*/
.cq-beforeafter img.cq-beforeafter-img {
	display: block;
	width: 100%;
	/*border: 2px solid #DBE0E4;
	background-color: #FFF;*/
	padding: 2px;
}

.cq-beforeafter .cq-beforeafter-resize{
  position: absolute;
  z-index: 1;
  display: block;
  top:0;
  left: 0;
  height: 100%;
  width: 50%;
  /*background: rgba(0,0,0,0.5);*/
  overflow: hidden;
}
.cq-beforeafter .cq-beforeafter-resize .cq-beforeafter-img {
  opacity: 0;
}


.cq-beforeafter .cq-beforeafter-handle { /* Thin line seperator */
  position:absolute;
  left:50%;
  top:0;
  bottom:0;
  width:2px;
  margin-left:-1px;
  background: rgba(255,255,255,.2);
  cursor: ew-resize;
  z-index: 2;
}
.cq-beforeafter .cq-beforeafter-handle i{
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  display: block;
  margin: -16px 0 0 -16px;
  color: #333;
  font-size: 12px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  transition:all 0.3s ease;
  background: #ffb800;
  border: 1px solid #e6a600; /* darken(@orange, 5%) */
  box-shadow:
      0 2px 6px rgba(0,0,0,.2),
      inset 0 2px 0 rgba(255,255,255,.2),
      inset 0 60px 50px -30px #ffd466; /* lighten(@orange, 20%)*/
}

.cq-beforeafter .cq-beforeafter-handle.grass i{
  background: #8CC152;
  border: 1px solid #8ac051;
  box-shadow: 0 2px 6px rgba(0,0,0,.2), inset 0 2px 0 rgba(255,255,255,.2), inset 0 60px 50px -30px #A0D468;
}
.cq-beforeafter .cq-beforeafter-handle.aqua i{
  background: #3BAFDA;
  border: 1px solid #349dc2;
  box-shadow: 0 2px 6px rgba(0,0,0,.2), inset 0 2px 0 rgba(255,255,255,.2), inset 0 60px 50px -30px #4FC1E9;
}
.cq-beforeafter .cq-beforeafter-handle.grapefruit i{
  background: #DA4453;
  border: 1px solid #cf404f;
  box-shadow: 0 2px 6px rgba(0,0,0,.2), inset 0 2px 0 rgba(255,255,255,.2), inset 0 60px 50px -30px #ED5565;
}

.cq-beforeafter .cq-beforeafter-handle.pinkrose i{
  background: #D770AD;
  border: 1px solid #c767a1;
  box-shadow: 0 2px 6px rgba(0,0,0,.2), inset 0 2px 0 rgba(255,255,255,.2), inset 0 60px 50px -30px #EC87C0;
}

.cq-beforeafter .cq-beforeafter-handle.lightgray i{
  background: #E6E9ED;
  border: 1px solid #d7d8dd;
  box-shadow: 0 2px 6px rgba(0,0,0,.2), inset 0 2px 0 rgba(255,255,255,.2), inset 0 60px 50px -30px #F5F7FA;
}

.cq-beforeafter .cq-beforeafter-handle.darkgray i{
  background: #656D78;
  border: 1px solid #AAB2BD;
  box-shadow: 0 2px 6px rgba(0,0,0,.2), inset 0 2px 0 rgba(255,255,255,.2), inset 0 60px 50px -30px #AAB2BD;
}

.cq-beforeafter .cq-beforeafter-handle.lavender i{
  color: #fff;
  background: #967ADC;
  border: 1px solid #876dc4;
  box-shadow: 0 2px 6px rgba(0,0,0,.2), inset 0 2px 0 rgba(255,255,255,.2), inset 0 60px 50px -30px #AC92EC;
}
.cq-beforeafter .cq-beforeafter-handle.draggable i{
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  line-height: 48px;
  font-size: 18px;
}
/* Fine Before - After */


/* Banner rotator */

.banner-top {
	float:none;
}

.banner-top-bord-img {
	padding: 0px;
	border: 1px solid #606060;
	width:470px;
	height: 62px;
	margin-right: auto;
	margin-left: auto;
	margin-top:50px;
}


.promo-rotator {
	margin-bottom: 30px;
	}
	
.rotazione-news {}

.img-centrata { 
	display: block !important;
    margin-left: auto!important;
    margin-right: auto!important;
	}
	
.error-login-register {
	width: 80%;
	background-color:#FFF;
	color:#F30;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;	
}

a.error-login-register:focus,a.error-login-register:hover{
	background-color:#333;
	color: #FFF;
	}
	
.logon{
	width: 80%;
	background-color:#FFF;
	color:#F30;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;	

}
a.logon:focus,a.logon:hover{
	background-color:#333;
	color: #FFF;

	}
	

	
/* back to top */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(16, 85, 122, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  	-moz-border-radius: 55%;
	-webkit-border-radius: 55%;
	-o-border-radius: 55%;
	-ms-border-radius: 55%;
	-khtml-border-radius:55%;
	border-radius: 55%;	

}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 2s 0s;
  -moz-transition: opacity .3s 0s, visibility 2s 0s;
  transition: opacity .3s 0s, visibility 2s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
	background-color: #3858A7;
	opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}


/*svg-btn styles starts here*/
.recordView-Btn {
    margin: 2px 0 0 0;
    padding: 0;
    width: 170px;
    height: 43px;
    box-sizing: border-box;
    float: left;
    text-align: center;
    text-decoration: none;
    line-height: 41px;
    position: relative;
}
.recordView-Btn span{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	float: left;
	font-size: 14px;
	color: #E0E0E0;
	font-family: 'effraregular';
	text-transform: capitalize;
	-webkit-transition: all 0.4s 0.5s;
	-moz-transition: all 0.4s 0.5s;
	transition: all 0.4s 0.5s;
}
.recordView-Btn:hover {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.recordView-Btn:hover span{
	color: #77B5E3;
	-webkit-animation: neon2 1.5s 0.4s ease-in-out infinite alternate;
	-moz-animation: neon2 1.5s 0.4s ease-in-out infinite alternate;
	animation: neon2 1.5s 0.4s ease-in-out infinite alternate;
}

.recordView-Btn svg {
	position: absolute;
	top: 0;
	left: 0;
}

.recordView-Btn svg line {
	stroke-width: 3;
	stroke: #333333;
	-webkit-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}

.recordView-Btn:hover svg line {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.recordView-Btn svg line.top
{
    stroke-dasharray: 170 50;
}

.recordView-Btn svg line.bottom {
	stroke-dasharray: 170 60;
}

.recordView-Btn svg line.left,
.recordView-Btn svg line.right {
	stroke-dasharray: 43 43;
}

.recordView-Btn:hover svg line.top {
	-webkit-transform: translateX(-221px);
	transform: translateX(-221px);
}

.recordView-Btn:hover svg line.bottom {
    -webkit-transform: translateX(229px);
    	transform: translateX(229px);
}

.recordView-Btn:hover svg line.left {
	-webkit-transform: translateY(86px);
	transform: translateY(86px);
}

.recordView-Btn:hover svg line.right {
	-webkit-transform: translateY(-86px);
	transform: translateY(-86px);
}


.recordView-Btn svg line {
	stroke-width: 2;
    opacity: 1;
}

.recordView-Btn:hover svg line {
	stroke: #c439bf;
}
/*svg-btn styles ends here*/


ul.menu_tasti {
list-style: none outside none;
font-size: 15px!important;
line-height : 30px !important;
text-align: center;
display : block;
margin: 0 !important;
padding: 0 !important;
} 

 #art-main
{
   background: #D2D8DB url('images/page.jpeg') no-repeat fixed;
   background: -webkit-linear-gradient(top, rgba(104, 123, 130, 0.18) 0, rgba(255, 255, 255, 0.52) 500px) no-repeat, url('images/page.jpeg') no-repeat, -webkit-linear-gradient(top, #99A8AD 0, #FFFFFF 500px) no-repeat;
   background: -moz-linear-gradient(top, rgba(104, 123, 130, 0.18) 0, rgba(255, 255, 255, 0.52) 500px) no-repeat, url('images/page.jpeg') no-repeat, -moz-linear-gradient(top, #99A8AD 0, #FFFFFF 500px) no-repeat;
   background: -o-linear-gradient(top, rgba(104, 123, 130, 0.18) 0, rgba(255, 255, 255, 0.52) 500px) no-repeat, url('images/page.jpeg') no-repeat, -o-linear-gradient(top, #99A8AD 0, #FFFFFF 500px) no-repeat;
   background: -ms-linear-gradient(top, rgba(104, 123, 130, 0.18) 0, rgba(255, 255, 255, 0.52) 500px) no-repeat, url('images/page.jpeg') no-repeat, -ms-linear-gradient(top, #99A8AD 0, #FFFFFF 500px) no-repeat;
   -svg-background: linear-gradient(top, rgba(104, 123, 130, 0.18) 0, rgba(255, 255, 255, 0.52) 500px) no-repeat, url('images/page.jpeg') no-repeat, linear-gradient(top, #99A8AD 0, #FFFFFF 500px) no-repeat;
   background: linear-gradient(to bottom, rgba(104, 123, 130, 0.18) 0, rgba(255, 255, 255, 0.52) 500px) no-repeat, url('images/page.jpeg') no-repeat, linear-gradient(to bottom, #99A8AD 0, #FFFFFF 500px) no-repeat;
   background-attachment: fixed, fixed, fixed !important;
   margin:0 auto;
   font-size: 12px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
   text-align: justify;
   position: relative;
   width: 100%;
   min-height: 100%;
   left: 0;
   top: 0;
   cursor:default;
   overflow:hidden;
}

.custom-background
{
	border-top: 6px solid #FFFFFF !important;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	padding: 25px 0 45px 0;
}

.custom-background:before
{
	background: #221E1B;
	opacity: 0.6;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.custom-background-no-border:before
{
	background: #221E1B;
	opacity: 0.8;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	padding: 25px 0 45px 0;
}

.custom-no-background
{
	border-top: 6px solid #FFFFFF;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	padding: 25px 0 45px 0;
}

.hr {
	border-top: 1px solid #B3B3B3;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 55px !important;
	margin-left: 0px;
	width: 95%;
}
.kopa__topPage--bottom__title {
	padding-left: 105px !important;
}

/*i  {
	color: white !important;
	padding:0;
	font-size: 18px !important;
}*/
.acc__content ul li {
	list-style: inside disc !important;
	font-size:21px;
	color:#C90;
}

.acc__content li {
	font-size: 17px !important;
	font-weight:normal !important;
	text-align: left !important;
}

.acc__content li a{
	color: white !important;
}

.acc__content {
	background-color: #0D0D0D !important;
	opacity: 0.6;
}

/* MODAL */
    .modal-content iframe{
        margin: 0 auto;
        display: block;

    }



.black-bg-link {
	font-size: 14px !important;
	font-family: 'Comfortaa';
	line-height: 40px;
	font-weight: 500 !important;
	color: white;
	letter-spacing: 1px;
	background-color: black;
	padding: 8px;
	width: 300px !important;
}

.black-bg-link a {
	color: white !important;
}

.evento-scaduto {
	text-decoration: line-through;
	text-decoration-color: red !important;
	text-decoration-style: solid;
}

/* Pagination */




@media (min-width:320px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ }
@media (min-width:480px)  { /* smartphones, Android phones, landscape iPhone */ }
@media (min-width:600px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ }
@media (min-width:801px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) { /* hi-res laptops and desktops */ }






	#promo {
	display: none;
	z-index: 99999;
	position: fixed;
	margin: 0 auto;
	width: auto;
	height: auto;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.40);
	-webkit-box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.40);
}
	
	@media (max-width: 767px) {
	.popup {
	 display:none !important;
		}

	}




/* PROGRAM */

#programmi {
	color: #ffffff;
	background-color: transparent;
	/*padding: 50px 0 0 0;*/
}

#programmi h4 {
	font-size: 18px !important;
	letter-spacing: 0;
	color: rgba(0,157,210,1.00) !important;
}

#programmi h5 {
	font-size: 17px;
	letter-spacing: 0;
	color: rgba(95,95,95,1.00) !important;
}

#programmi .lead {
	color: #353535;
	font-weight: 400;	/*text-shadow: -1px -1px rgba(46,46,46,1.00);*/
}

#programmi img {
	border: 4px solid rgba(0,155,209,1.00);
}

#programmi .nav-tabs {
	border-bottom: 1px solid #20BDF0;
	margin-bottom: 20px;
	font-size: 19px;
}

#programmi .nav-tabs > li > a {
	color: #5C5C5C;
	padding-top: 10px;
	padding-right: 70px;
	padding-left: 0;
	padding-bottom: 10px;
	background: none;
	border: none;
	cursor: default;	/*text-shadow: 1px 1px rgba(46,46,46,1.00);*/
}

#programmi .nav-tabs > li.active > a {
	color: #008FC3;
	border-bottom: 4px solid #009FD3;
	padding: 10px 70px 10px 0;
	text-shadow: 0px 0px rgba(255,255,255,1.00);
}

#programmi .nav-tabs > li > a:hover,
#programmi .nav-tabs > li.active > a:hover {
	color: #00A0D3;	/*text-shadow: 0px 0px rgba(255,255,255,1.00);*/
}

#programmi .panel {
	background:transparent;
}

#programmi .panel-body {
	border-top: 1px solid rgba(78,197,237,0.65);
	padding: 20px 0;
}

#programmi .panel-default {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #E5E5E5;
	border-radius: 0px;
}

#programmi .panel-default > .panel-heading {
	color: #333333;
	background:transparent;
	border-color: #ffffff;
	padding:10px 0;
}

#programmi .panel-title {
	float:left;
}

#programmi .panel-title > a::before {
	font-size: 21px;
	font-weight: normal;
	font-family: 'FontAwesome';
	content:"\f130";
	padding-right: 10px;
	margin-left: 15px;
	color: rgba(143,143,143,1.00);	
}

#programmi .panel-title > a {
	color: #262626;
	text-decoration:none;
	-webkit-transition: all 0.1s;
	   -moz-transition: all 0.1s;
	        transition: all 0.1s;
}

#programmi .panel-title > a:hover {
	color: #00A0D9;
}

#programmi .panel-title > a:focus {
	color: #C41A1D;
}

#programmi .date {
	color: #009FD3;
	font: 700 20px/18px 'Comfortaa';
	margin-bottom: 0;
	letter-spacing: 1px;
}

#programmi .date::before {
	font-size: 20px;
	font-weight: normal;
	font-family: 'FontAwesome';
	content: "\f017";
	padding-right: 10px;
	color: rgba(143,143,143,1.00);	
}

#programmi .speaker-name {
	font: 600 21px 'Comfortaa';
	letter-spacing: 1px;
	/*text-shadow: -1px 1px #666666;*/
}

#programmi .panel-body h4 {
	color:#666666;
	font-size:21px;
}

#programmi .panel-body p {
	margin-right: 10px;
	display: inline-block;
	color: rgba(63,63,63,1.00);
}

#programmi .panel-body p span {
	color:#666666;
	display:inherit;
}

#programmi .panel-body .small {
	font-size: 11px !important;
	color:#666666;
}



#programmi .about-speaker i{
	color:#262626;
}

#programmi .about-speaker a{
	color: #761012 !important;
	text-decoration: none;
}

#programmi .about-speaker a:hover{
	color:#000000 !important;
	text-decoration:none;
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {

#myTab li {
	width:100%;
}

#programmi .panel-title {
	display:block;
	float:none;
}

#programmi .speaker-name {
	text-align:center;
	margin-top:20px;
	}
}


/* SLIDER */

/*
.slider {
  
}

.slider .item {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	background: #fff;
	border: 1px solid #c9c9c9;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.slider .item .caption {
	font-weight: 800;
	font-size: 13px;
	text-transform: uppercase;
}
*/

.banner_inner ol {
	margin: 0 10px 0 10px;
	font-size: 14px;
	line-height: 20px;
	
}


.banner_inner ol li {
  counter-increment: list;
  list-style-type: none;
  position: relative;
  height: 55px !important;
    font-weight: normal !important;
}

.banner_inner ol li:before {
  color: #e75204;
  content: counter(list) ".";
  left:-10px;
  position: absolute;
  text-align: right;
  width: 26px;
  font-size: 14px;
  font-weight: 400;
}

.banner_inner li.even {
	padding-right: 5px;
	padding-left: 30px;
	padding-bottom: 0;
    height: 35px !important;
    max-width: 320px;
    line-height: 35px !important;
	background-color: rgba(236,236,236,1.00);
	border-bottom: 1px solid rgba(19,178,219,0.70);
    border-left: 1px solid rgba(19,178,219,0.70);
	border-right: 1px solid rgba(19,178,219,0.70);
}

.banner_inner li.even:first-child {
border-top: 1px solid rgba(19,178,219,0.70);
	
}
.banner_inner li.odd {
    height: 35px !important;
    line-height: 35px;
    max-width: 320px;
	padding-right: 5px;
	padding-left: 30px;
	padding-bottom: 0;
	border-bottom: 1px solid rgba(19,178,219,0.70);
	background-color: rgba(239,239,239,1.00);
    border-left: 1px solid rgba(19,178,219,0.70);
	border-right: 1px solid rgba(19,178,219,0.70);
}

@media (max-width: 767px) {
    .banner_inner li.even, .banner_inner li.odd  {
    width: 100%;
    }
    
}

.popupx {
    height: 100%;
    width: 100%;
    background-color: #2B2B2B;    
}

.slider-img {
    margin-top: 105px;
}

/* MODAL COOKIES */
.jqmWindow {
	display: none;
	position: fixed;
	top: 17%;
	left: 50%;
	margin-left: -300px;
	width: 100%;
	/*background-color: rgba(0,0,0,0.25);*/
	color: #333;
	/*border: 1px solid black;*/
	padding: 12px;
}

@media only screen and (max-width: 600px) {
	.jqmWindow {
	display: none;
	position: fixed;
	top: 17%;
	left: 85%;
	/*margin-left: -300px;*/
	width: 100%;
	/*background-color: rgba(0,0,0,0.25);*/
	color: #333;
	/*border: 1px solid black;*/
	padding: 12px;
}
}


.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.featured-pos iframe {
    height: 100%;
    height: 650px !important;
}

/* Separatore */

.boxed {
    position: relative;
    border-left: 1px solid rgba(203,203,203,1.00);
    border-right: 1px solid rgba(203,203,203,1.00);
    -webkit-border-radius: 1px 
    -moz-border-radius: 1px
    border-radius: 1px 
    border-top: 1px solid rgba(203,203,203,1.00);
    padding-top: 0;
    /*padding-right: 15px;
    padding-left: 15px;*/
    padding-bottom: 0;
    margin-top: -2px 
    box-shadow: 0 0 15px rgba(0,0,0,0.28);
    -moz-box-shadow: 0 0 15px  rgba(0,0,0,0.28);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.28);
    -o-box-shadow: 0 0 15px  rgba(0,0,0,0.28);
    background-color: #FFFFFF; 
    padding-left: 60px;
    padding-right: 60px; 
}

@media only screen and (max-width: 600px) {
    .boxed {
    background-color: #fff !important;
        width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    }
    
}



/* Hidden - Show */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.hide {
  display: none !important;
}
.show {
  display: block !important;
}


/* SPONSORS */

#sponsors {
	margin: 30px 0;
	padding-top: 70px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 60px;
}

.sponsor {
	border: 1px solid #396486;
	margin: 0 5px;
	padding: 10px;
	text-align: center;
}

#sponsors-carousel:first-child {
	margin-left:0;
}

#sponsors-carousel:last-child {
	margin-right:0;
} 

#sponsors i {
	color:#396486;
}

.youtube-content i {
    margin-right: 8px;
    color: rgba(255,255,255,1.00);
}


/* Custom CSS */
iframe.news {
    width: 100% !important;
    /* [disabled]height: 100%; */
    margin-bottom: 10px;
    margin-top: -15px;
   min-height: 920px;
	
}


iframe.notizie {
    width: 100% !important;
    /* [disabled]height: 100%; */
    margin-bottom: 10px;
    margin-top: -15px;
   min-height: 720px;
	
}