.mailTo{
	text-decoration: underline;
	color: blue;
}

.has-error .form-control, .has-error .jcf-select, .has-error .jcf-checkbox{
	border: 2px solid #cc0000 !important;
}

.no-pointer{
	cursor: default;
	z-index: 1;
}

.no-pointer:hover{
	color: #1c326b !important;
}

.no-padding{
	padding: 0px !important;
}

.no-shadow{
	box-shadow: none !important;
}

.pagination{
	margin: 22px auto;
}

.cleanView{
	background: unset !important;
}

.sitemap li a{
	color: #000000;
	font-weight: bold;
}

.newsletter .container .submit-block{
	border-top: none;
}

.eticket .container .submit-block{
	margin: 0px;
	padding: 27px 0;
	border-top: none;
}

/* MOBYCLUB STYLE */
.main-club-form .container .submit-block-v2 .btn-default{
	background-color: #CC0000;
}

.main-club-form .container .submit-block-v3{
	padding: 40px 0;
	text-align: right;
}

.main-club-menu{
	background-color: #cc0000;
}

.main-club-menu .container{
	width: 0 auto;
}

.main-club-menu .list-inline{
	margin:0px auto;
	width: 100%;
}

.main-club-menu .list-inline li{
	text-align:right;
}


@media only screen and (max-width: 1000px){
	.main-club-form .container .submit-block-v3{
		text-align: center;
	}
}

.main-club-block .icon-info:before{
	color: #cc0000;
}

.main-club-block .container .submit-block-v3 .btn-default,
.main-club-form .container .submit-block-v3 .btn-default{
	background-color: #CC0000;
}


.main-club-form .container .label-banner{
	display: inline-block;
	padding: 40px 0px;
	font-size: 30px;
	font-weight: 600;
	line-height: 45px;
}

.mobyclub-block .holder{
	margin: 0 auto;
}

.mobyclub-block h1, .mobyclub-block h2{
	color: #000000;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	margin:25px 0px 0px 0px;
}

.mobyclub-posts .text{
	width: 100% !important;
}

.mobyclub-posts h4{
	color: #cc0000;
	font-weight: 600;
}

.mobyclub-posts .post h4{
	font-size: 18px;
	color: #cc0000;
}

@media only screen and (max-width: 768px){
	.mobyclub-block .holder{
		padding: 53px 0 31px;
	}
	
	.mobyclub-block h1, .mobyclub-block h2{
		font-size: 36px;
		line-height: 40px;
		margin:0px 0px 24px;
	}
}
/* END MOBYCLUB STYLE */

.eticket .image{
	margin: 15px;
}

.inline-block{
	display: inline-block;
}

.center-button{
	border: none;
	text-align: center;
}

.red-linear-gradient{
	background-image: linear-gradient(90deg, #cc0000 0%, #cc487e 100%) !important;
}

.bg-red{
	background-color: #cc0000 !important;
}

.bg-blue{
	background-color: #1a457c !important;
}

.pre-icon{
	background-color: #cc0000;
	padding: 10px 10px 13px 10px;
	color: #ffffff;
	border-radius: 50px;
	font-size: 30px;
	position: absolute;
	top: 160px;
	right: 35px;
}

.title-mobyclub h4{
	color: #cc0000;
	font-size: 18px;
}

.fullHeight{
	height: 100%;
}

.featured-posts .post-icon{
	margin-top: 45px;
}

.featured-posts .post-icon i{
	font-size: 40px;
	color: #cc0000;
	background-color: #f7f7f7;
	padding: 15px 20px;
	border-radius: 50px;
	border: 1px solid #cdcdcd;
}

.featured-posts .re-width{
	width: calc(100% - 100px);
}

.expand{
	padding-left: 30px;
	padding-right: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#btn-cookies .btn-default{
	background-color: #eeeeee;
	color: #000000;
	margin: 0px 15px;
	font-weight: bold;
	border: none;
}

/* Sweet alert custom css */
.sweetAlertCustom{
	overflow-y: hidden;
	width: 600px !important;
	height: 600px;
	min-height: 450px;
	text-align: justify !important;
}

.sweetAlertCustom>p{
	font-size: 16px;
	//height: 50%;
	height: calc(100% - 180px);
	overflow: auto;
}

.sweetAlertCustom>h2{
	margin-top: 0px !important;
}

.sweetAlertCustom .sa-button-container{
	text-align: center;
}

.sweetAlertCustom .confirm{
	background: #ef6436 !important;
}

/* Breadcrumb css */
.breadcrumb{
	color: #000000;
	font-size: 11px;
	background-color: #ffffff;
	padding-bottom: 0px;
	text-align: center;
}

.breadcrumb a{
	color: #3c326b;
}

.breadcrumb a:last-child{
	font-weight: bold;
}

/* Correzioni CSS principale */
.holder{
	padding-top: 0px !important;
}

.my-ot-sdk-show-settings {
	-webkit-transition:color linear .3s,background linear .3s,border-color linear .3s !important;
	transition:color linear .3s,background linear .3s,border-color linear .3s !important;
	background: none !important;
  	border: none !important;
  	padding: 0 !important;
	letter-spacing: 0.4px !important;
	color: #EC1D24; !important;
  	text-decoration: none !important;
  	cursor: pointer !important;
	font-size: 14px !important;
}
.my-ot-sdk-show-settings:focus,
.my-ot-sdk-show-settings:hover {
	outline:none !important;
	text-decoration:none !important;
	color: #59758d !important;
	font-size: 14px !important;
}

#ot-sdk-btn-floating{
	display: none !important;
}
