@charset "UTF-8";

/*------------ GENERAL ------------ */
@font-face {
    font-family: TornosAccordAlt-Bold;
    src:url(../font/TornosAccordAlt-Bold.ttf);
}

@font-face {
    font-family: TornosAccordAlt-ExtraBold;
    src:url(../font/TornosAccordAlt-ExtraBoldc.ttf);
}

@font-face {
    font-family: TornosAccordAlt-Light;
    src:url(../font/TornosAccordAlt-Light.ttf);
}

@font-face {
    font-family: TornosAccordAlt-LightItalic;
    src:url(../font/TornosAccordAlt-LightItalic.ttf);
}

@font-face {
    font-family: TornosAccordAlt-Medium;
    src:url(../font/TornosAccordAlt-Medium.ttf);
}

@font-face {
    font-family: TornosAccordAlt-Thin;
    src:url(../font/TornosAccordAlt-Thin.ttf);
}

@font-face {
    font-family: TornosAdelle-Italic;
    src:url(../font/TornosAdelle-Italic.ttf);
}

@font-face {
    font-family: TornosAdelle-Light;
    src:url(../font/TornosAdelle-Light.ttf);
}

@font-face {
    font-family: TornosAdelle-Regular;
    src:url(../font/TornosAdelle-Regular.ttf);
}

@font-face {
    font-family: TornosAdelle-ThinItalic;
    src:url(../font/TornosAdelle-ThinItalic.ttf);
}

b {
	font-family: TornosAccordAlt-Bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

i {
	font-family: TornosAccordAlt-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

html {
	width: 100vw;
	overflow-x: hidden;
	height: 100%;
  	box-sizing: border-box;
	background-color: #000;
}

body {
	font-family: TornosAccordAlt-Light, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 14px;
	line-height: 20px;
	margin:0;
	color:#333;
	height: 100%;
	background-color: #000;
}

a {
	text-decoration:none !important;
	color:#000;
}

a:hover {
	text-decoration:none !important;
	color:#244c5a;
}

main {
	position: relative;
	padding: 120px 20px 90px 20px;
	width: 100%;
	min-height: 100vh;
	background-color:#fff;
}

#container-page {
	width: 100%;
	max-width: 1024px;
	margin: auto;
	display: table;
}

.title-page {
	text-transform: uppercase;
	font-family: TornosAdelle-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 22px;
	color: #afa96e;
}

#container-page {
	width: 100%;
	max-width: 1024px;
	margin: auto;
	display: table;
}

h4 {
	line-height: 26px;
}

/* @media (max-width: 768px) {
	
	main {
		padding: 80px 20px 80px 20px;
	}

} */





/*------------ WIZARD ------------ */
#smartwizard ul li {
	padding-bottom: 40px;
}

.sw-theme-default {
	background-color: transparent;
    border: none;
    box-shadow: none;
}

.sw-toolbar {
	background-color: transparent !important;
	border-bottom: none !important;
	padding-bottom: 20px;
}

.nav-tabs {
	border-bottom: none !important;
}

.btn {
	font-family: TornosAccordAlt-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn-info {
    color: #fff !important;
    background-color: #244c5a !important;
    border-color: #fff !important;
	min-width: 100px;
	border-radius: 0;
}

.btn-skip, .btn-search-all {
	color: #fff !important;
    background-color: #244c5a !important;
    border-color: #333 !important;
}

.btn-finish:hover {
	background-color: #fff !important;
	color: #244c5a !important;
    border-color: #244c5a !important;
}

.btn-standard {
    color: #fff !important;
    background-color: #244c5a !important;
    border-color: #fff !important;
	min-width: 100px;
	border-radius: 0;
	padding: 10px 20px;
	border: solid 1px #fff
}

.btn-standard:hover {
	background-color: #fff !important;
	color: #244c5a !important;
    border-color: #244c5a !important;
}

.disabled {
	color: #ccc !important;
	background-color: #efefef !important;
	border-color: #CCC !important;
}

.step-content {
	background-color: #FFF;
	padding: 0px 0px 0px 0px !important;
}

.sw-theme-default > ul.step-anchor > li.active > a {
	color: #544e4a !important;
}

.sw-theme-default > ul.step-anchor > li > a::after {
	background: #544e4a !important;
}





/*------------ CONTAINER STEP WIZARD ------------ */
.form-step {
	display: inline-block;
	width: 100%;
}

.container-form-item {
	margin-top: 20px;
	margin-bottom: 50px;
}

.container-form-item label {
	font-family: TornosAccordAlt-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5a5a5a;
}

.container-form-item label img {
	width: 75%;
}

.container-form-item input, .container-form-item select, .container-form-item textarea {
	font-family: TornosAccordAlt-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-radius: 0;
	border-color: #eff0f0;
	background-color: #fff;
	resize: none;
	padding-top: 24px;
	padding-bottom: 24px;
	font-size: 18pt;
	min-height: 50px;
}

.container-form-item select {
	padding: 0 !important;
}

input:focus { 
	outline: none !important;
	border-color: #afa96e;
	box-shadow: 0;
}
textarea:focus { 
	outline: none !important;
	border-color: #afa96e;
	box-shadow: 0;
}
select:focus { 
	outline: none !important;
	border-color: #afa96e;
	box-shadow: 0;
}

.container-form-item textarea {
	font-family: TornosAccordAlt-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 100px;
}

.container-step hr {
	margin-top: 35px;
	margin-bottom: 30px;
}

.container-form-item label em {
	color: #000;
	font-size: 18pt;
	font-family: TornosAccordAlt-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.form-item {
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; */
}

.company-item {
	width: 50%;
	float: left;	
}

.container-form-item .logo-radio-button {
	width: 40px;
	border: none !important;
	box-shadow: none !important;
	margin-bottom: 0px;
}

.container-form-item .logo {
	height: 100%;
	max-height: 60px;
	margin-top: 10px;
}

.label-continent {
	width: 100%;
	font-size: 16px;
	margin-top: 40px;
}

.container-form-item-check {
	width: 50% !important;
	float: left !important;
}

@media (max-width: 768px) {
	.company-item {
		width: 100%;
	}
	
	.container-form-item-check {
		width: 100% !important;
		float: left !important;
	}
	
}





/*------------ MESSAGE ------------ */
.general-error-box {
	width: 100%;
	background-color: #000;
	/* border-left: 10px solid #D20000; */
	/* box-shadow: 2px 4px 8px #bdbfca; */
	padding: 20px;
	margin-bottom: 20px;
	margin-top: 40px !important;
	color: #D20000;
	display: none;
}

.general-error-box-bottom {
	margin-bottom: 0px;
	margin-top: 0px !important;
}

.general-error-box-private {
	width: 100%;
	background-color: #efefef;
	border-left: 10px solid #D20000; 
	box-shadow: 2px 4px 8px #bdbfca; 
	padding: 20px;
	margin-bottom: 0px;
	margin-top: 10px !important;
	color: #D20000;
	display: none;
}

.general-error-box-private-bottom {
	margin-bottom: 0px;
	margin-top: 80px !important;
}

.form-error {
	width: 100%;
	background-color: #fff;
	border-left: 10px solid #D20000;
	/* box-shadow: 2px 4px 8px #bdbfca; */
	margin-top: 10px;
	padding: 10px 20px 10px 20px;
	color: #D20000 !important;
	text-transform: none !important;
	display: none;	
}

.container-messages {
	width: 100%;
	background-color: #eff0f0;
	border-left: 10px solid #244c5a;
	box-shadow: 2px 4px 8px #bdbfca;
	padding: 20px;
	margin-bottom: 20px;
}

.container-messages-error {
	border-left: 10px solid #D20000 !important;
	color: #D20000 !important;
}

.message-export {
	color: #228b22 !important;
	border-color: #228b22 !important;
	display: none;
}





/*------------ PRINT RESULT ------------ */
.container-results {
	background-color: #eff0f0;
	box-shadow: 2px 4px 8px #bdbfca;
	padding: 40px 40px 20px 40px !important;
}

.search-row {
	display: inline-table;
	width: 100% !important;
	height: auto;
	margin-bottom: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 14px;
}

.search-row-total {
	background-color: #888;
	color: #FFF;
	border-top: solid 4px #FFF;;
}

.search-row-desktop {
	display: inline-table;
}

.search-row-mobile {
	display: none;
}

.search-row-head {
	margin-bottom: 20px;
	background-color: #244c5a;
	border: 1px solid #333;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	font-family: TornosAccordAlt-Bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.search-row-even {
	background-color: rgba(36, 76, 90, 0.1);
}

.search-row-odd {
	background-color: rgba(36, 76, 90, 0.2);
}

.search-row-to-invoice {
	border: 1px solid #D20000;
	border-color: #D20000;
	background-color: #FFF;
}

.icon-search-option {
	width: 20px;
	height: 20px;
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
}

.pagination {
	width: 100%;
    text-align: center;
	margin-bottom: 0px;
}

.pagination ul li {
	list-style-type: none;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
}

.pagination ul li.pagination-active {
	font-size: 18px !important;
}

.pagination ul li.pagination-active a {
	color:#244c5a !important;
}

.pagination ul li.prev, .pagination ul li.next {
	font-size: 12px !important;
}

.container-button-search-filter {
	display: inline-block;
	width: 100%;
	height: 30px;
	margin-bottom: 20px;
}

.button-search-filter, .button-search-filter-reset {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	background-color: #eff0f0;
	cursor: pointer;
	box-shadow: 4px 4px 8px #BDBFCA;
	margin-left: 10px;
}

.icon-search-filter, .icon-search-filter-reset {
	width: 100%;
}

.container-search-filter {
	position: relative;
	width: 100%;
	background-color: #eff0f0;
	box-shadow: 4px 4px 8px #BDBFCA;
	margin-bottom: 30px;
	padding: 20px 40px 20px 40px;
	display: none;
}

.filter-box {
	width: 50%;
	float: left;
}

.box-empty {
	height: 130px;
}

.filter-sx {
	padding-right: 10px;
}

.filter-dx {
	padding-left: 10px;
}

.btn-filter {
	margin-top: 20px;
}

.btn-close-timesheet, .btn-close-timecard {
	margin-bottom: 20px;
}

.search-col {
	float: left !important;
	text-align: center !important;
}

.search-col-company {
	width: 100%;
	font-size: 10px;
	text-align: left !important;
	padding-left: 10px;
}

.search-col-commission {
	width: 100%;
	font-size: 10px;
	text-align: left !important;
	padding-left: 10px;
}

.search-col form {
	margin: 0;
}

.col-price {
	background-color: #ccc;
}

.col-price-total {
	background-color: darkcyan; color: #fff;
}

#search-col-version-1 { width: 10%; }
#search-col-version-2 { width: 20%; }
#search-col-version-3 { width: 70%; }

#search-col-subscriber-list-1 { width: 20%; }
#search-col-subscriber-list-2 { width: 20%; }
#search-col-subscriber-list-3 { width: 20%; }
#search-col-subscriber-list-4 { width: 15%; }
#search-col-subscriber-list-5 { width: 10%; }
#search-col-subscriber-list-6 { width: 10%; }
#search-col-subscriber-list-7 { width: 5%; }

#search-col-activity-list-1 { width: 70%; }
#search-col-activity-list-2 { width: 30%; }

@media (max-width: 600px) {
	
	.search-row {
		font-size: 12px;
	}
	
	.container-results {
		padding: 5px 5px 5px 5px !important;
	}
	
	.search-row-desktop {
		display: none;
	}

	.search-row-mobile {
		display: inline-table;
	}
	
	.container-search-filter {
		padding: 5px 5px 5px 5px;
	}
	
	.filter-box {
		width: 100%;
	}
	
	.box-empty {
		display: none;
	}

	.filter-sx {
		padding-right: 0px;
	}

	.filter-dx {
		padding-left: 0px;
	}

	#search-col-version-1 { width: 20%; }
	#search-col-version-2 { width: 80%; }
	#search-col-version-3 { width: 90%; padding-left: 5%; padding: 20px; }
	
	#search-col-subscriber-list-1 { width: 20%; }
	#search-col-subscriber-list-2 { width: 20%; }
	#search-col-subscriber-list-3 { width: 20%; }
	#search-col-subscriber-list-4 { width: 20%; }
	#search-col-subscriber-list-5 { width: 10%; }
	#search-col-subscriber-list-6 { width: 10%; }
	#search-col-subscriber-list-7 { width: 70px; padding: 20px; }

	#search-col-activity-list-1 { width: 60%; }
	#search-col-activity-list-2 { width: 40%; }

}




/*------------ PREVIEW ------------ */
.container-preview {	
	background-color: #ffffff !important;
	width: 100%;
	margin: auto;
	padding: 20px;
	box-shadow: 4px 4px 8px #BDBFCA;
	display: table;
	margin-bottom: 40px;
}

.preview-row {
	width: 100%;
	float: left;
}

.title-section {
	width: 20%;
	float: left;
	text-align: right;
	padding: 20px;
	font-family: TornosAccordAlt-Bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.container-section {
	width: 80%;
	float: left;
	text-align: left;
	padding: 20px;
}

@media (max-width: 600px) {
	
	.container-preview {
		width: 80%;
	}
	
	.title-section {
		width: 100%;
		padding: 4px 0;
		text-align: left;
	}

	.container-section {
		width: 100%;
		padding: 20px 0;
	}
	
}
	


/*------------ LOGIN ------------ */
.login-background {
	background-color: #ECECEC;
}

.login-main {
	padding: 60px 20px 20px 20px;
	width: 100%; 
	display: table;
	background-color: #ECECEC;
	color: #FFF;
	font-family: TornosAccordAlt-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.login-form {
	background-color: #333333 !important;
	max-width: 400px;
	margin: auto;
	padding: 20px;
	box-shadow: 4px 4px 8px #BDBFCA;
}

.login-container-logo {
	width: 100%;
	max-width: 200px;
	margin: auto;
	margin-bottom: 40px;
}

.login-form label {
	color: #efefef;
	font-family: TornosAccordAlt-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn-home {
	background-color: #FFFFFF !important;
	color: #000000 !important;
	border-color: #bdbfca !important;
}

.btn-home:hover {
	background-color: #244c5a !important;
	color: #fff !important;
}

.login-container-copyright {
	width: 100%;
	max-width: 400px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 40px;
	color: #000000;
	font-size:9px;
	line-height: 12px;
}

.login-container-copyright a {
	color: #000000;
}
.login-container-copyright a:hover {
	color: #244c5a;
}

.login-error {
	color: #D20000;
	margin-top: 20px;
	height: 20px;
}



/*------------ PAGINA COMPANIES ------------ */
.companies-row {
	width: 100%;
	display: flex;
}

.companies-box {
	background-color: #FFF;
	box-shadow: 2px 4px 8px #bdbfca;
	padding: 40px 40px 40px 40px !important;
	margin-bottom: 40px;
	margin-right: 4%;
	width: 48%;
	text-align: left;
	float: left;
}



/*------------ PAGINA COMMISSIONS ------------ */
.commissions-row {
	width: 100%;
	display: flex;
}

.commissions-box {
	background-color: #FFF;
	box-shadow: 2px 4px 8px #bdbfca;
	padding: 40px 40px 40px 40px !important;
	margin-bottom: 40px;
	margin-right: 4%;
	width: 48%;
	text-align: left;
	float: left;
}



/*------------ PAGINA FATTURA ------------ */
.container-x {
	width: 100%;
	text-align: right;	
}

.invoice-row {
	width: 100%;
	display: flex;
}

.invoice-box {
	background-color: #eff0f0;
	box-shadow: 2px 4px 8px #bdbfca;
	padding: 40px 40px 40px 40px !important;
	margin-bottom: 40px;
	margin-right: 4%;
	width: 48%;
	text-align: left;
	float: left;
}

.btn-delete-invoice {
	background-color: #D20000 !important;
	color: #FFF !important;
	min-width: 80%;
}

.btn-create-invoice {
	min-width: 80%;
}

.btn-open-invoice {
	min-width: 80%;
	background-color: #125dff !important;
	color: #FFF !important;
}

.btn-open-credit-note {
	min-width: 80%;
	background-color: #face00 !important;
	color: #333 !important;
}

.btn-open-quotation {
	min-width: 80%;
	background-color: #07b800 !important;
	color: #FFF !important;
}

.btn-open-module {
	min-width: 80%;
	background-color: #face00 !important;
	color: #333 !important;
}

.container-box-company {
	display: inline;
}

.box-company-info {
	float: left;
	width: 50%;
}

.box-company-km {
	float: left;
	width: 50%;
	padding-left: 10px;
}

.container-box-commission {
	display: inline;
}

.box-commission-info {
	float: left;
	width: 50%;
}

.box-commission-km {
	float: left;
	width: 50%;
	padding-left: 10px;
}

.unit_price {
	font-size: 10px;
}

@media (max-width: 768px) {
	
	.invoice-row {
		display: inline;
	}
	
	.invoice-box {
		margin-right: 0%;
		width: 100%;
	}
	
	.box-company-info {
		width: 100%;
	}

	.box-company-km {
		width: 100%;
		padding-left: 0;
	}

	.box-commission-info {
		width: 100%;
	}

	.box-commission-km {
		width: 100%;
		padding-left: 0;
	}

}


/*------------ DASHBOARD ------------ */
.dashboard-user {
	background-color: #244c5a;
	width: auto;
	display: inline-block;
	padding: 20px;
	min-width: 21%;
	margin-bottom: 30px;
	color: #fff;
	font-weight: bolder;
	text-transform: uppercase;
}

.container-dashboard {
	position: relative;
	width: 100%;
	background-color: #F00;
	display: table-row;
}

.dashboard-row {
	width: 100%;
	float: left;
	display: flex;
}

.dashboard-box {
	background-color: #eff0f0;
	box-shadow: 2px 4px 8px #bdbfca;
	padding: 20px 40px 20px 40px !important;
	margin-bottom: 40px;
	margin-right: 5%;
	width: 30%;
	text-align: center;
	float: left;
}

.dashboard-box.registration {
	background-color: rgba(36, 76, 90, 0.2);
}
.dashboard-box.badge-number {
	background-color: rgba(36, 76, 90, 0.4);
}
.dashboard-box.activity {
	background-color: rgba(36, 76, 90, 0.4);
}
.dashboard-box.lottery-1 {
	background-color: rgba(175, 169, 110, 0.8);
}
.dashboard-box.lottery-2 {
	background-color: rgba(196, 202, 206, 0.8);
}
.dashboard-box.lottery-3 {
	background-color: rgba(191, 137, 112, 0.8);
}
.dashboard-box.lottery-4 {
	background-color: rgba(36, 76, 90, 0.5);
}
.dashboard-box.lottery-5 {
	background-color: rgba(36, 76, 90, 0.6);
}

.dashboard-box h1 {
	font-size: 20px;
}

.dashboard-box-mini {
	background-color: #FFF;
	box-shadow: 2px 4px 8px #bdbfca;
	padding: 10px 40px 20px 40px !important;
	border-top: 10px solid #FFF;
	margin-bottom: 40px;
	margin-right: 2%;
	width: 15%;
	text-align: center;
	float: left;
}

.dashboard-box-mini h4 {
	font-size: 12px;
}

.dashboard-box-mini h1 {
	font-size: 16px;
}

.title-dashboard-box {
	color: #000000;
	text-transform: uppercase;
	width: 100%;
	font-family: TornosAccordAlt-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.value-dashboard-box {
	text-transform: uppercase;
	width: 100%;
	color: #000000;
}

.dashboard-box a:hover h4 {
	color: #244c5a;
}

@media (max-width: 768px) {
	
	.dashboard-row {
		display: block;
	}
	
	.dashboard-box {
		width: 100%;
	}

}

/* SELECT CON RICERCA */
/* .selectize-control {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	box-shadow: none !important;
}

.selectize-dropdown {
	border: none !important;
}

.selectize-dropdown-content {
	background-color: #ececec !important;
	border: solid 1px #ccc !important;
	border-radius: 10px !important;
}

.selectize-input input {
	width: calc(100% - 5px) !important;
	border: none !important;
	box-shadow: none !important;
} */

/* SCAN */
#container-scanner {
	width: 100vw;
	display: none;
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
}

.button-start-scan {
	width: 46px;
	height: 46px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../img/application/icon-scan.svg);
	margin-top: 20px;
	cursor: pointer;
}


/* PUBLIC */
#container-page-public {
	width: 100%;
	margin: auto;
	display: table;
	max-width: 800px;
	margin: auto;
}

#smartwizard .step-anchor {
	display: none !important;
}

#smartwizard .navbar {
	float: left;
	padding-top: 20px;
	margin-bottom: 0;
}

#smartwizard .btn-toolbar {
	margin-left: -10px;
}

.section-title-page {
	text-transform: uppercase;
	font-family: TornosAdelle-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #5a5a5a;
	padding-top: 20px;
}

.sw-btn-prev {
	display: none;
}

.sw-btn-next {
	display: none;
}

.form-box {
	background-color: #eff0f0;
	padding: 20px;
	display: table;
	width: 100%;
	box-shadow: 2px 4px 8px #bdbfca;
}

.container-result {
	background-color: #eff0f0;
	margin-top: 40px;
	padding: 20px;
}


/* LANDING PAGE */
.container-landing-page {
	width: 100%;
	background-color: #000;
}

.container-max-width {
	max-width: 1580px;
	margin: auto;
}

.contaniner-languages {
	background-color: transparent;
	width: 100%;
	max-width: 1580px;
	margin: auto;
	position: absolute;
	right: 0;
	color: #fff;
	font-family: TornosAccordAlt-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10pt;
	text-align: right;
	padding-right: 100px;
	padding-top: 2px;
}

.contaniner-languages a {
	color: #fff;
}

.contaniner-languages :hover {
	color: #afa96e;
}

.contaniner-languages .active {
	color: #afa96e !important;
}

@media screen and (max-width: 414px) {

	.contaniner-languages {	
		padding-right: 40px;
	}

}


.lp-container-intro {
	width: 100vw;
	height: 100vh;
	text-align: right;
	padding: 60px 100px 60px 100px;
	background-image: url(../img/application/background-intro.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right bottom;
}

.lp-container-logo {
	width: 220px;
	right: 0;
	left: 100%;
	transform: translateX(-220px);
	position: relative;
	margin-bottom: 100px;
}

.lp-container-logo img {
	width: 100%;
}

.lp-title {
	font-size: 34pt;
	text-transform: uppercase;
	color: #afa96e;
	font-family: TornosAccordAlt-Thin, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.lp-subtitle {
	font-size: 26pt;
	text-transform: uppercase;
	color: #FFF;
	font-family: TornosAccordAlt-Thin, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 40px;
}

.lp-subtitle b {
	font-family: TornosAccordAlt-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.lp-date {
	font-size: 26pt;
	text-transform: uppercase;
	color: #afa96e;	
	font-family: TornosAccordAlt-Thin, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.lp-button-preregister-now {
	background-color: #afa96e;
	width: 250px;
	position: relative;
	left: 100%;
	margin-top: 100px;
	transform: translateX(-250px);
	border-radius: 0px 0px 0px 30px;
	padding: 20px 20px 20px 30px;
	text-transform: uppercase;
	font-size: 13pt;
	font-family: TornosAccordAlt-Thin, "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: pointer;
}

.lp-button-preregister-now:hover {
	background-color: #fff;
}

.lp-button-preregister-now a {
	color: #fff;
}

.lp-button-preregister-now:hover a {
	color: #000;
}

@media screen and (max-width: 414px) {

	.lp-container-logo {
		width: 180px;
		transform: translateX(-180px);
	}
	
	.lp-container-intro {
		padding: 40px 40px 40px 40px;
	}

	.lp-button-preregister-now {	
		right: 40px;
	}

}

@media screen and (max-width: 375px) {
	
	.lp-container-logo {
		margin-bottom: 60px;
	}

	.lp-title {
		font-size: 27pt;
	}
	
	.lp-subtitle {
		font-size: 21pt;
	}
	
	.lp-date {
		font-size: 21pt;
	}

	.lp-button-preregister-now {
		bottom: 60px;
	}

}


.lp-container-info {
	width: 100%;
	background-color: #F2F2F2;
	padding: 60px 100px 60px 100px;
	position: relative;
}

.lp-title-info {
	font-family: TornosAdelle-ThinItalic, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 18pt;
	margin-bottom: 40px;
}

.lp-invitation a {
	font-family: TornosAdelle-ThinItalic, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #afa96e;
	font-size: 15pt;
	line-height: 23pt;
	text-decoration: underline !important;
}
.lp-invitation a:hover {
	color: #000;
}

.lp-container-info-row {
	width: 100%;
	display: table;
}

.lp-container-info-column {
	display: table-cell;
	float: left;
}

.lp-container-info-column.sx {
	width: 30%;
}

.lp-container-info-column.dx {
	width: 70%;
}

.lp-info-title {
	font-family: TornosAdelle-ThinItalic, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #afa96e;
	font-size: 15pt;
	line-height: 23pt;
	margin-top: 120px;
	margin-bottom: 20px;
}

.lp-info-text {
	font-family: TornosAdelle-ThinItalic, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 12pt;
	line-height: 18pt;
	margin-bottom: 20px;
	padding-right: 20px;
}

.lp-title-map {
	width: 100%;
	text-align: right;
	font-family: TornosAdelle-ThinItalic, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 14pt;
	margin-bottom: 10px;

}

.lp-container-info-column.dx img {
	width: 100%;
}

@media screen and (max-width: 414px) {
	
	.lp-container-info {
		padding: 40px 40px 40px 40px;
	}

	.lp-container-info-column.sx {
		width: 100%;
	}
	
	.lp-container-info-column.dx {
		width: 100%;
	}

	.lp-title-map {
		margin-top: 40px;
		margin-bottom: 40px;
		text-align: left;
	}

	.lp-info-title {
		margin-top: 20px;
	}

}


.lp-container-wall {
	width: 100%;
	background-color: #F2F2F2;
	padding: 60px 100px 20px 100px;
	background-image: url(../img/application/wall.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.lp-title-wall {
	text-align: center;
	font-family: TornosAdelle-ThinItalic, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18pt;
	line-height: 36pt;
	text-transform: uppercase;
	color: #afa96e;
	margin-bottom: 80px;
}

.lp-text-wall {
	text-align: center;
	font-family: TornosAdelle-ThinItalic, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18pt;
	line-height: 23pt;
	color: #fff;
}

.lp-text-wall-prize {
	text-align: center;
	font-family: TornosAccordAlt-Thin, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14pt;
	line-height: 23pt;
	color: #afa96e;
}

@media screen and (max-width: 414px) {
	
	.lp-container-wall {
		padding: 40px 40px 40px 40px;
	}

}


.lp-container-contact {
	width: 100%;
	background-color: #000;
	padding: 60px 100px 60px 100px;
	position: relative;
}

.lp-container-contact-row {
	width: 53%;
	display: table;
	margin: auto;
	margin-bottom: 60px;
}

.lp-container-contact-column {
	display: table-cell;
	float: left;
}

.lp-container-contact-column.sx {
	width: 55%;
}

.lp-container-contact-column.dx {
	width: 45%;
}

.lp-contact-title {
	font-family: TornosAccordAlt-Bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13.5pt;
	line-height: 19pt;
	color: #fff;
}

.lp-contact-text {
	font-family: TornosAccordAlt-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13.5pt;
	line-height: 19pt;
	color: #fff;
}

.lp-contact-text a {
	color: #fff;
}
.lp-contact-text a:hover {
	color: #afa96e;
}

.lp-button-registration-contact {
	background-color: #afa96e;
	width: 250px;
	position: relative;
	left: 100%;
	margin-top: 20px;
	margin-bottom: 60px;
	transform: translateX(-250px);
	border-radius: 0px 0px 0px 30px;
	padding: 20px 20px 20px 30px;
	text-transform: uppercase;
	font-size: 13pt;
	font-family: TornosAccordAlt-Thin, "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: pointer;
}

.lp-button-registration-contact:hover {
	background-color: #fff;
}

.lp-button-registration-contact a {
	color: #fff;
}

.lp-button-registration-contact:hover a {
	color: #000;
}

@media screen and (max-width: 1024px) {
	.lp-container-contact-row {
		width: 100%;
		display: table;
		margin: auto;
		margin-bottom: 140px;
	}
}

@media screen and (max-width: 414px) {
	
	.lp-container-contact {
		padding: 40px 40px 40px 40px;
	}

	.lp-container-contact-row {
		width: 100%;
	}

	.lp-container-contact-column.sx {
		width: 100%;
	}
	
	.lp-container-contact-column.dx {
		width: 100%;
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.lp-button-registration-contact {
		right: 40px;
	}

}


.lp-container-partner {
	width: 100%;
	background-color: #fff;
	padding: 20px 100px 20px 100px;
	position: relative;
}

.lp-container-partner-row {
	width: 100%;
	display: table;
	margin: auto;
}

.lp-container-partner-column {
	width: 16.6%;
	display: table-cell;
	float: left;
}

.lp-container-partner-column img {
	width: 100%;
}

@media screen and (max-width: 414px) {
	
	.lp-container-partner {
		padding: 40px 40px 40px 40px;
	}

	.lp-container-partner-column {
		width: 50%;
	}

}

/* FORM */
.form-personal-data {
	padding: 60px 100px 40px 100px;
}

.form-personal-data label {
	font-family: TornosAccordAlt-Thin, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18pt;
	color: #000;
}

.required-field-text {
	font-family: TornosAccordAlt-Thin, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11pt;
}

.form-partners {
	padding: 60px 100px 0px 100px;
}

.form-day-tickets {
	padding: 60px 100px 60px 100px;
	background-color: #000;
	background-image: url(../img/application/wall.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.form-day-tickets label {
	color: #fff;
	margin-top: -6px;
}

.form-partner-title {
	width: 100%;
	font-family: TornosAccordAlt-Thin, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 30pt;
	line-height: 36pt;
	color: #afa96e;
	text-align: center;
	text-transform: uppercase;
}

.form-day-ticket-title {
	width: 100%;
	font-family: TornosAccordAlt-Thin, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 30pt;
	line-height: 36pt;
	color: #afa96e;
	text-align: center;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.form-day-tickets label {
	font-size: 14pt;
	line-height: 20pt;
}

.form-partner-subtitle {
	width: 100%;
	font-family: TornosAdelle-ThinItalic, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15pt;
	line-height: 25pt;
	color: #000;
	text-align: center;
}

.container-all-form-item-check {
	margin: auto;
	width: 75%;
}

.custom-checkbox {
	width: 35px;
	height: 35px;
	display: inline-block;
	position: relative;
	z-index: 1;
	top: 10px;
	background: url("../img/application/checkbox.png") no-repeat;
}

.custom-checkbox:hover {
	background: url("../img/application/checkbox-hover.png") no-repeat;
}
.custom-checkbox.selected {
	background: url("../img/application/checkbox-selected.png") no-repeat;
}
.custom-checkbox input[type="checkbox"] {
	margin: 0;
	position: absolute;
	z-index: 2;            
	cursor: pointer;
	outline: none;
	opacity: 0;
	width: 100%;
	height: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
}

.btn-register-form {
	background-color: #afa96e !important;
	border: none !important;
	border-radius: 0px 0px 0px 30px;
	padding: 20px 20px 20px 30px;
	text-transform: uppercase;
	font-size: 13pt;
	font-family: TornosAccordAlt-Thin, "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: pointer;
}

.container-btn-finish {
	background-color: #000;
	width: 100%;
	margin: auto;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}

.lp-privacy {
	margin:auto;
	max-width: 300px;
	width: 100%;
}
.lp-privacy a {
	color: #fff !important;
	font-family: TornosAccordAlt-Thin, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.lp-privacy a:hover {
	color: #afa96e !important;
}

@media screen and (max-width: 414px) {
	
	.form-personal-data {
		padding: 60px 40px 0px 40px;
	}

	.form-day-tickets {
		padding: 60px 40px 40px 40px;
	}

	.container-all-form-item-check {
		width: 100%;
	}

	.form-partners {
		padding: 60px 40px 40px 40px;
	}

	.form-partners label {
		width: 80%;
	}
	
}


