/* Add here all your CSS customizations */

/* GENERAL */
body, p {
	color: #000 !important;
}

.transparent {
	color: transparent;
}

.right {
	text-align: right;
}

.pull-right {
    float: right !important;
}

button.btn {
	font-size: 0.85rem;
	line-height: 1.85;
}

.content-grid .content-grid-item:after, .content-grid .content-grid-item:before {
	border: none;
}

/* ELEMENTS */
h4 {
	font-weight: 400;
	letter-spacing: normal;
}

html .btn-primary {
	color: #FFFFFF;
	font-weight: bold;
}

.page-header-custom-background {
	background-position: top center !important;
	padding: 45px 0;
}

.page-header-xl {
	padding: 120px 0 !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	font-size: 1.8em;
}

.page-header-xl h1 {
	font-size: 2em !important;
}

nav.menu-xl > ul > li > a {
	font-size: 15px !important;
}

.small-disclaimer {
	font-size: 0.85em;
	line-height: initial;
	margin-bottom: 15px;
}

/* LANDING */
body.page-landing .body {
	padding-bottom: 0px !important;
  }

body.page-landing .main {
	margin-bottom: 0;
}

body.page-landing .slider-contact-form {
	margin: 20px 0 0;
}

body.page-landing .title-contest {
	text-align: right !important;
}

@media screen and (max-width: 991px) {
  body.page-landing .body {
	padding-bottom: 0px !important;
  }
  
  body.page-landing .slider-contact-form {
	margin: -45px 0 0 !important;
  }
  
  body.page-landing .title-contest {
	line-height: 1.2em !important;
  }
}

@media screen and (max-width: 1024px) {
  body.page-landing .title-contest {
	text-align: center !important;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1680px) {
  body.page-landing .body {
	padding-bottom: 90px !important;
  }
}

@media screen and (min-width: 800px) and (max-width: 1300px) {
  body.page-landing .title-contest {
	line-height: 1.3em !important;
  }
}

/* FAST LOGIN */


/* LOGIN */
.alert-link  {
	text-decoration: underline;
}

body.page-login .body {
	padding-bottom: 0px !important;
  }

body.page-login .main {
	margin-bottom: 0;
}

body.page-login .slider-contact-form {
	margin: 20px 0 0;
}

@media screen and (max-width: 991px) {
  body.page-login .body {
	padding-bottom: 150px !important;
  }
  
  body.page-login .slider-contact-form {
	margin: -45px 0 0 !important;
  }
}

@media screen and (max-width: 991px) {
  body.page-login .title-contest {
	text-align: center !important;
  }
}

/* FAST LOGIN */
body.page-fast-login .body {
	padding-bottom: 0px !important;
  }

body.page-fast-login .main {
	margin-bottom: 0;
}

body.page-fast-login .slider-contact-form {
	margin: 160px 0 0;
}

@media screen and (max-width: 991px) {
  body.page-fast-login .body {
	padding-bottom: 150px !important;
  }
  
  body.page-fast-login .slider-contact-form {
	margin: -45px 0 0 !important;
  }
}

@media screen and (max-width: 991px) {
  body.page-fast-login .title-contest {
	text-align: center !important;
  }
}

/*
@media screen and (min-width: 1300px) and (max-width: 1680px) {
  body.page-login .body {
	padding-bottom: 90px !important;
  }
}
*/

/* HOME */
.home-intro {
	/* Messagge Box Colors */
	background-color: #815A93;
	color: #FFFFFF;
	/* /Message Box Colors */
	margin-bottom: 0;
}

.home-banner {
	padding: 0;
}

/* USER BOX */
.user-box {
	font-size: 0.9em;
}

.user-box small {
	font-size: 0.8em;
}

.user-box a.user-show-data {
	color: #777777 !important;
	font-size: 0.9em;
	font-weight: bold;
	cursor: default;
}

a.edit-link {
	font-size: 0.8rem;
	font-weight: bold;
	cursor: pointer;
}

/* ARCHIVE BOX */
.archive-box {
	font-size: 0.9em;
}

.archive-box small {
	font-size: 0.8em;
}

.archive-box a {
	color: #777777 !important;
	font-size: 0.9em;
	font-weight: bold;
}

.card-archive {
	border-bottom: none !important;
}

#archive-list p span {
	font-size: 1em;
	letter-spacing: 0.2em;
}

/* TOGGLE */
.toggle-list {
	padding-left: 0;
}

.toggle-list small {
	font-size:0.85em;
}

.toggle-win .toggle label {
    color: #777777;
    border-left-color: #777777;
    border-right-color: #777777;
}

.toggle-win .toggle.active > label {
	/* Verde Success */
    background-color: #28a745;
    border-color: #28a745;
    color: #FFF;
}

.toggle-no-win .toggle label {
    color: #777777;
    border-left-color: #777777;
    border-right-color: #777777;
}

.toggle-no-win .toggle.active > label {
	/* Grigio Dark */
    background-color: #2e353e;
    border-color: #2e353e;
    color: #FFF;
}

/* CHECK TICKETS */

html body section#codici {
    margin-bottom: 40px;
}

html body input.x-clear {
/*  border-radius: 200px; */
    position: absolute;
    right: 20px;
    top: 6px;
    background: transparent;
    border: 0 none;
}

.aggiungi {
    clear: both;
    display: block;
}

/* CLIENT INFO */
.accordion.without-borders .card {
    border-bottom: 1px solid #DDD !important;
}

.accordion>.card {
    overflow: initial;
}

/* VOTE PHOTO -survey.aspx- */
.col-lg-6.shop-window {
	margin-bottom: 20px;
}

.shop-row {
	margin-right: 0px !important;
	margin-left: 0px !important;
}

.shop-section {
	background: #353535;
	padding: 20px 40px;
	border-radius: 0 !important;
}

h5.shop-title {
	color: #FFFFFF;
	text-transform: initial;
	margin: initial;
}

@media only screen and (max-width: 576px) {
	h5.shop-title {
		text-align: center !important;
	}
	
	.shop-section {
		padding: 0;
	}
	
	.call-to-action-content {
		width: 100% !important;
		padding-bottom: 4px !important;
	}
}

/* BOOKING */
.custom-checkbox-1 {
	padding-left: 35px;
}

/*
.privacy-acceptance {
	position: relative;
	bottom: 4px;
	right: 8px;
}

#sectionPrivacy .form-check-input td {
	padding-right: 25px;
}

#sectionPrivacy input {
	width: 20px;
	height: 20px;
	margin-right: 8px;
}

#sectionPrivacy label {
	position: relative;
	bottom: 4px;
}
*/

.card-light-background {
	background: #FAFAFA;
}

/* INDEX.HTML -js version- */

/*HEADER*/
@media only screen and (min-width: 975px) {
	#header .header-nav-main nav > ul > li > a:hover {
		color: #FFF !important;
	}
}


#hero-landing {
    min-height: 100vh;
}

.answers .container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.answers .container input {
	/* Hide the browser's default radio button */
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.answers .checkmark {
	/* Create a custom radio button */
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #c4c4c4;
  border-radius: 50%;
}

.answers .container:hover input ~ .checkmark {
	/* On mouse-over, add a grey background color */
  background-color: #ccc;
}

.answers .container input:checked ~ .checkmark {
	/* When the radio button is checked, add a blue background */
  background-color: #008add;
}

.answers .checkmark:after {
	/* Create the indicator (the dot/circle - hidden when not checked) */
  content: "";
  position: absolute;
  display: none;
}

.answers .container input:checked ~ .checkmark:after {
	/* Show the indicator (dot/circle) when checked */
  display: block;
}

.answers .container .checkmark:after {
	/* Style the indicator (dot/circle) */
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

span#timeout {
	margin-left: 10px;
	font-weight: bold;
}

/* FOOTER */
/*
html,
body {
   margin:0;
   padding:0;
   height:100%;
}

.body {
   min-height:100%;
   position:relative;
   padding-bottom: 120px;
}

.main {
	margin-bottom: 30px;
}

#footer {
   position:absolute;
   bottom:0;
   width:100%;
   border: none;
   margin-top: 1000px;
   padding: 0;
   z-index: 99;
}
*/

#footer {
	margin-top: 0;
}

#footer .footer-copyright {
	border: none;
	margin-top: 0;
	padding: 30px 0 10px;
	color: #777;
}
