@charset "utf-8";
/* CSS Document */

@font-face { font-family: "DINWebPro-Light"; font-style: normal; font-weight: normal; src: url("../fonts/DINWebPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/DINWebPro-Light.woff") format("woff"), url("../fonts/DINWebPro-Light.ttf") format("truetype"), url("../fonts/DINWebPro-Light.svg#DINWebPro-Light") format("svg"); }

@font-face { font-family: "DINWebPro-Bold"; font-style: normal; font-weight: normal; src: url("http://assets.esselte.com/assets/img-leitz/fonts/DINWebPro-Bold.eot?#iefix") format("embedded-opentype"), url("http://assets.esselte.com/assets/img-leitz/fonts/DINWebPro-Bold.woff") format("woff"), url("http://assets.esselte.com/assets/img-leitz/fonts/DINWebPro-Bold.ttf") format("truetype"), url("http://assets.esselte.com/assets/img-leitz/fonts/DINWebPro-Bold.svg#DINWebPro-Bold") format("svg"); }

body {
	font-family: 'open sans',	sans-serif;
	color: rgb(69, 68, 66);	
}



a, a:hover {color: rgb(69, 68, 66); text-decoration: none;}
a:focus, a:hover {
    color: rgb(69, 68, 66);
    text-decoration: underline;
}

.container {max-width: 980px !important; width: 100%;}
.sfumatura {
	background: #e66265;
/*background: -moz-linear-gradient(top, rgba(24,141,94,1) 0%, rgba(0,115,71,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(24,141,94,1)), color-stop(100%, rgba(0,115,71,1)));
background: -webkit-linear-gradient(top, rgba(24,141,94,1) 0%, rgba(0,115,71,1) 100%);
background: -o-linear-gradient(top, rgba(24,141,94,1) 0%, rgba(0,115,71,1) 100%);
background: -ms-linear-gradient(top, rgba(24,141,94,1) 0%, rgba(0,115,71,1) 100%);
background: linear-gradient(to bottom, rgba(24,141,94,1) 0%, rgba(0,115,71,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#188d5e', endColorstr='#007347', GradientType=0 );*/
height: 60px;}

.banner .d-block{
	height: 100%;
	width: 100%;
}

.hfissa {height: 80px; background-color: #fff;}

.sticky {  margin-top: 0px; margin-bottom: 80px; min-height: calc(100vh - 290px);
}

.verdone {color: #e66265;}

footer {background-color: #403f3d;
min-height: 48px; color: #fff;
font-family: Arial,sans-serif;
font-size: 12px;
line-height: 20px;
padding-top: 13px;
padding-right: 12px;
padding-bottom: 12px;
padding-left: 12px;
	  width: 100%;
}

footer a  {color: #fff;}
footer a:hover {color: #fff !important;}

h1 {font-family: "DINWebPro-Light"; font-size: 28px;font-weight: 400;
line-height: 40px;
margin-bottom: 10px;}

h2 {font-family: "DINWebPro-Bold"; font-size: 46px;font-weight: 700;
line-height: 48px;
margin-bottom: 10px; padding-top: 0;}

h3 {font-family: "DINWebPro-Light"; font-size: 18px;font-weight: 400;
line-height: 28px;
margin-bottom: 10px;}

h4 {font-family: "DINWebPro-Light"; font-size: 14px;font-weight: 400;
line-height: 24px;
margin-bottom: 10px;}

.fz-small {font-size: 14px;}

.banner {background-image: url(../img/bannerone.jpg); background-repeat: no-repeat; height: 335px;}
.banner2 {background-image: url(../img/bannerone2.jpg); background-repeat: no-repeat; height: 335px;}


.navbar-brand {
    float: left;
    height: 50px;
    padding: 25px 0px;
    font-size: 18px;
    line-height: 20px;
}

.help-block {color: #a94442; font-style: italic;}
.help-block span.glyphicon {display: none;}
.alert-danger {display: block;
    background-color: transparent;
    border: none;
	font-style: italic;
	width: 100%;
	clear: both; text-align: center;
}

.alert-danger span.glyphicon {display: none;}


.cookie {border-bottom: 1px solid #ccc; padding-bottom: 15px;}
.grigioSfu { background:#e66265;
}

.text-white {color: #fff;}
.mt-80 {margin-top: 120px; }

/*
select:first-child {color: #FB0509;
}*/

input[type="password"], input[type="text"], input[type="text"].form-control, input[type="email"].form-control {border: 1px solid #ccc; height: 40px; width: 100%; padding-left: 5px; border-radius: 0px;}
select, select.form-control {border: 1px solid #ccc; height: 40px; width: 100%; padding-left: 1px; border-radius: 0px;}

input[type="checkbox"].form-control, input[type="checkbox"] {width: auto!important; height: auto!important;}

button.close { background-color: #fff;}

.has-error input[type="text"].form-control, .has-error input[type="password"].form-control {
	border-color: #a94442;}

.btnSmall {color: #e66265; font-weight: bold;}

input[type="checkbox"].checkboxError:focus {background-color: #a94442; color: #a94442; font-style: italic!important; }

.checkboxError ~ .ml-5px { color: #a94442}

/*.btnSmall:after {height: 20px; width: 20px; padding-left: 5px; padding-right: 5px; content: ">"; margin-left: 5px;
color: #fff;
background: rgba(24,141,94,1);
background: -moz-linear-gradient(top, rgba(24,141,94,1) 0%, rgba(0,115,71,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(24,141,94,1)), color-stop(100%, rgba(0,115,71,1)));
background: -webkit-linear-gradient(top, rgba(24,141,94,1) 0%, rgba(0,115,71,1) 100%);
background: -o-linear-gradient(top, rgba(24,141,94,1) 0%, rgba(0,115,71,1) 100%);
background: -ms-linear-gradient(top, rgba(24,141,94,1) 0%, rgba(0,115,71,1) 100%);
background: linear-gradient(to bottom, rgba(24,141,94,1) 0%, rgba(0,115,71,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#188d5e', endColorstr='#007347', GradientType=0 );
}*/

.boxTit {margin-top: 20px;}
.boxData {padding-top: 150px; }

.navbar-nav {margin-top: 15px;}

.mb-3 {margin-bottom: 2.5rem;}
.mt-3 {margin-top: 2.5rem;}
.py-2 {padding-top: 2rem; padding-bottom: 2rem;}
.py-1 {padding-top: 1rem; padding-bottom: 1rem;}
.py-3 {padding-top: 3rem; padding-bottom: 3rem;}
.pb-3 {padding-bottom: 3rem;}
.pr-5 {padding-right: 5rem;}
.mt-2 {margin-top: 2rem;}
.mt-1 {margin-top: 1.1rem;}
.ml-5px {margin-left: 5px;}
.ml-auto {margin-left: auto;}
.mr-auto {margin-right: auto;}


.bb {border-bottom: 1px solid #999;}
.fz-small {font-size: 12px;}
.fz-plus {font-size: 21px; color: #fff;}
.fz-big {font-size: 24px;}
.fz-plusplus {font-size: 36px;color: #fff;}


.btn-primary {
    color: #fff;
    background: none;
    border: none;
}
.giocaAncora{
    color: #fff;
    background: none;
    border: none;
}

.portaReg input[type="text"], .portaReg select {margin-top: 1rem; margin-bottom: 1rem;}

.px-0 {padding-left: 0; padding-right: 0;}

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

.d-flex {display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;}

.align-self-start {-webkit-align-self: flex-start !important;
    align-self: flex-start;
-ms-flex-item-align: start !important;
align-self: flex-start !important;}



input::placeholder {
  padding-left: 2px;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 padding-left: 2px;
}
input::-moz-placeholder { /* Firefox 19+ */
  padding-left: 2px;
}
input:-ms-input-placeholder { /* IE 10+ */
  padding-left: 2px;
}
input:-moz-placeholder { /* Firefox 18- */
  padding-left: 2px;
}


.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: none !important;

}

.modal-header {
    padding: 15px;
    border-bottom: none !important;
}
.modal-content {
 
	border-radius: 0px;}

.rimuoviTutto{
	border: 0;
	padding: 0;
}

.boxRosso { font-weight: bold; /*padding: 2rem; border: 1px solid #a94442;*/ color: #a94442;
}

.help-block {
	display: flex; }

/*input[type="file"] {color: #fff; font-weight: bold; background-color: #E91F22;}*/


.ics {position: absolute; display: block; right: -15px; top: 18px;}

.error {color: #a94442;}
input[type="radio"] ~ .help-block {position: absolute; text-align: center; margin-left: auto; margin-right: auto; left: 1.5rem; top: 0;}
/*select ~ .help-block {position: absolute; text-align: center; margin-left: auto; margin-right: auto; left: 1.5rem; top: 0;}*/
input[type="image"] {cursor: pointer;}

.slot { background-image: url( ../img/slot.png); background-repeat: no-repeat; background-position: center center; 
	padding-left: 23%;
padding-right: 22%;
}


/*
 * SlotMachine
 */
#randomize {
    height: 300px;
     /*border-bottom: 10px solid rgb(72, 158, 48);
   	background-color: #EB6B56;
    border-top: 20px dotted #B8312F;*/
	margin-top: 40px;
	padding-top: 60px;
}

#randomize .row > div.col-xs-4 {
 padding-left: 0; padding-right: 0;
}

#randomize .row > div.col-xs-4 > div {


    margin: auto;
	padding-top:0;
	
}

.randomizeMachine {
    width: 100px;
    height: 140px; margin-left: auto; margin-right: auto;
}

.btn-group-randomize {
    margin: 0 auto;
    margin-top: 30px;
    width: auto;
}

.btn-group-randomize div {
    width: auto !important;
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary{
    color: #fff;
    background: none !important;
    border: none !important;
	background-color: #fff !important;
	border-color: #fff !important;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background: none !important;
    border: none !important;
	background-color: #fff !important;
	border-color: #fff !important;
}


.btn-primary:hover {
    color: #fff;
   background-color: #fff !important;
    border-color: #fff !important;
}

.btn-primary.focus, .btn-primary:focus {
     color: #fff;
    background: none !important;
    border: none !important;
	background-color: #fff !important;
	border-color: #fff !important;
}


.btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none !important;
    outline-offset: none !important;
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none !important; 
    box-shadow: none !important; 
}


.select2-container--default .select2-selection--single {
    background-color: #fff;
    padding-left: 0 !important;
    border-radius: 0px !important;
	border: 1px solid #ccc !important;
height: 40px !important;
width: 100%;

	margin-top: 1rem;


}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-selection__rendered {margin-top: 5px;}
.select2-selection__arrow {margin-top: 15px;}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #999 !important;
    line-height: 28px;
}



/*********Negar*********/
.login-page, .register-page {
    background: rgba(255,255,255,1);
}

.login-box, .register-box {
    width: 550px;
    margin: 7% auto;
}



.login-box-body, .register-box-body {
    background: none;
    padding: 30px;
    border-top: 0;
    color: #666;
	box-shadow: 0px 0px 10px 2px rgba(250,250,250, 1);
}

.login-box-msg, .register-box-msg {
    margin: 0;
    text-align: center;
    padding: 10px 20px 30px 20px;
    font-size: 20px;
}

.btn.btnLogin {
	background-color: #e4545b;
    
}

.btn.btn-primary.btnLogin:hover {
	background-color: #e4545b !important;
	text:#ffffff !important;
	box-shadow: 0px 0px 2px 2px rgba(228,84,91,.3);
    
}

.title {
	padding-top:20px; 
	padding-bottom:20px;
	color:#e4545b; 
	font-size:30px;   
}












@media only screen and (max-width: 991px) {
	
	.boxData {padding-top: 10px; font-size: 12px;}

	
}

@media only screen and (max-width: 768px) {
	
	#randomize {
		padding-top: 55px;
	}
	#randomize .row > div.col-xs-4 > div {
    margin: auto;
	padding-top: 0;
}
	.banner {background-image: url(../img/banneroneTablet.jpg); background-repeat: no-repeat; height: 335px;}	
	.banner2 {height: 335px;}	

.slot { -webkit-background-size: contain;
background-size: contain;
	padding-left: 18%;

padding-right: 17%;
}
}

@media only screen and (max-width: 767px) {
	
h2 {font-family: "DINWebPro-Bold"; font-size: 30px; font-weight: 700;
line-height: 34px;
margin-bottom: 10px; padding-top: 0;}	
h3 {font-family: "DINWebPro-Light"; font-size: 14px;font-weight: 400;
line-height: 18px;
margin-bottom: 10px;}	
	.mt-mob-2 {margin-top: 1.5rem;}
	.text-xs-center {text-align: center;
	}
	
	.text-xs-left {text-align: left;
	}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 25px 25px;
    font-size: 18px;
    line-height: 20px;
}
	
footer {background-color: #403f3d;
min-height: 48px; color: #fff;
font-family: Arial,sans-serif;
font-size: 12px;
line-height: 20px;
padding-top: 13px;
padding-right: 12px;
padding-bottom: 12px;
padding-left: 12px;
position: relative; 
}
#randomize .row > div.col-xs-4 > div {


    margin: auto;
	padding-top: 0;
	
}
	
.slot { 
	background-image: url( ../img/slot.png); 
	background-repeat: no-repeat; 
	background-position: center center; 
	padding-left: 22%;
	padding-right: 21%;
}
	
	
	
}


@media only screen and (max-width: 575px) {
	
	
	.slot {background-image: url( ../img/slot.png);

background-repeat: no-repeat;

background-position: 53% center;

-webkit-background-size: 126% auto;

padding-left: 13%;

padding-right: 13%;

background-size: 126% auto;
}
	#randomize .row > div.col-xs-4 > div {
    margin: auto;
	padding-top: 30%;

}
	.randomizeMachine {

    width: 90px;
		height: 100px;}
	
	.randomizeMachine img{
		width: 80%;
		height: auto;
	}
	
	.banner  {background-image: url(../img/banneroneMobile.jpg); background-repeat: no-repeat; height: 335px;}	
	
banner2{
		background-image: url(../img/bannerone2.jpg);
		height: 235px;
background-repeat: no-repeat;
		background-size: cover;}
.banner2 .mt-80 {

    margin-top: 85px;

}
	#randomize {

    height: 200px;
    padding-top: 0;

}
	
	.py-xs-1 {padding-top: 1rem; padding-bottom: 1rem;}
	.py-xs-0 {padding-top: 1rem; padding-bottom: .5rem;}
	.toglibr br { display: none;}
	
	.login-box, .register-box {
    width: 300px;
    margin: 7% auto;
    }
	
	.title {
    font-size: 25px;
    }
	
	.login-logo, .register-logo {
    margin-bottom: 10px;
    }
	
	.login-box-msg, .register-box-msg {
    font-size: 18px;
    }
	
}
