.text-right{
	text-align: right;
}

.text-left{
	text-align: left;
}

.padding-box{
	padding-top: 50px;
	padding-right: 40px;
	padding-left: 20px;

}

.bill-title{
	font-size: 18px;
	font-weight: 600;
}

.padding-box-big{
	padding-right: 40px;
}


.p0{
	padding: 0px !important;
}

.hr-bill{
	height: 3px;

}

.green{
color:#2c3f06;
}

.red{
color:#c50e1e;
}

.yellow{
	color:#ad7023;
}

.blue{
color:#143674;
}

.purple{
color:#4a2533;
}

.bg-green{
background-color:#2c3f06;
}

.bg-red{
background-color:#c50e1e;
}

.bg-yellow{
	background-color:#ad7023;
}

.bg-blue{
background-color:#143674;
}

.bg-purple{
background-color:#4a2533;
}

.border-green{
border-color:#2c3f06 !important;
}

.border-red{
border-color:#c50e1e !important;
}

.border-yellow{
	border-color:#ad7023 !important;
}

.border-blue{
border-color:#143674 !important;
}

.border-purple{
border-color:#4a2533 !important;
}

.bill-shadow{
	box-shadow: 8px 9px 7px 0px rgba(0, 0, 0, 0.1);
}

.bs{
	box-shadow: 8px 9px 7px 0px rgba(0, 0, 0, 0.1);

}

.bill-opacity{
	opacity: 0.3;
}

.recto{
position: absolute;
right: 0;
top: 0;
z-index: 100;
}

.verso{
position: absolute;
right:  25px;
top: 35px;
z-index: 99;

}

.hover:hover .recto{
position: absolute;
right: 0;
top: 0;
z-index: 99;
transition: all 0.5s ease-in-out;
}

.hover:hover .verso{
position: absolute;
left: -25px;
top: 35px;
z-index: 100;
transition: all 0.5s ease-in-out;
}

.hover:hover .recto .bill-shadow{
opacity: 0.3;
box-shadow: none;
transition: all 0.5s ease-in-out;
}

.hover:hover .verso .bill-opacity{
box-shadow: 8px 9px 7px 0px rgba(0, 0, 0, 0.1);
opacity: 1;
transition: all 0.5s ease-in-out;
}



.verso img{
	max-height: 100px;
}

.top15{
margin-top: 12px;
}

.relative{
	position: relative;
}

.bills{
	min-height: 200px;
}

.bills .col-md-4{
	padding-right: 50px;
	padding-left: 50px;
}

.justify-content-center{
    float: none;
    margin: 0 auto;
}

.bg-p50:before{
	content: '';
	display: block;
	height: 479px;
	z-index: -1;
	width: 100%;
	position: absolute;
	right: -30px;
	top:22.7%;
	background: url(/sites/default/files/img/p50-bg.jpg);
	

}


.bg-p20:before{
	content: '';
	display: block;
	height: 479px;
	z-index: -1;
	width: 100%;
	position: absolute;
	right: -30px;
	top:22.7%;
	background: url(/sites/default/files/img/p20-bg.jpg);
	

}



.bg-p200:before{
	content: '';
	display: block;
	height: 479px;
	z-index: -1;
	width: 100%;
	position: absolute;
	right: -30px;
	top:22.7%;
	background: url(/sites/default/files/img/p200-bg.jpg);
	

}


.bg-p100:before{
	content: '';
	display: block;
	height: 479px;
	z-index: -1;
	width: 100%;
	position: absolute;
	right: -30px;
	top:22.7%;
	background: url(/sites/default/files/img/p100-bg.jpg);
	

}


.bg-p10:before{
	content: '';
	display: block;
	height: 479px;
	z-index: -1;
	width: 100%;
	position: absolute;
	right: -30px;
	top:22.7%;
	background: url(/sites/default/files/img/p10-bg.jpg);
	

}

#block-bob-system-main .recto img{
	max-width: 203px !important;
}

#block-bob-system-main .verso img{
	max-width: 203px !important;
}

#bg-view-content{
	min-height: 400px;
}

.top100{
margin-top: 84px;
}

.subpage #main #block-bob-system-main .bills-small a{
	text-decoration: none !important;
}


.bill-title-big{
	font-size: 34px;
	font-weight: 600;
}


.small{
font-size: 12px !important;
}

.bill-big{
	max-width: 428px;
}

.bg-white-bill{
	background: #fff;
	max-height: 211.5px;
}

#recto:before{
	background: #fff;
}

#recto:after{
	background: #fff;
}


.recto-big{
position: absolute;
right: 40px;
top: 0;
z-index: 100;

}

.verso-big{
position: absolute;
left: -12px;
top: 68px;
z-index: 99;

}

.return-bill{
	position: absolute;
	top: 230px;
	right: 105px;
	z-index: 102;
}

.verso-big img{
	max-height: 252px;
}

.hover-big:hover .recto-big{
position: absolute;
right: 0;
top: 0;
z-index: 99;
transition: all 0.5s ease-in-out;
}

.hover-big:hover .verso-big{
position: absolute;
left: -25px;
top: 35px;
z-index: 100;
transition: all 0.5s ease-in-out;
}

.hover-big:hover .recto-big .bill-shadow{
opacity: 0.3;
box-shadow: none;
transition: all 0.5s ease-in-out;
}

.hover-big:hover .verso-big .bill-opacity{
box-shadow: 8px 9px 7px 0px rgba(0, 0, 0, 0.1);
opacity: 1;
transition: all 0.5s ease-in-out;
}

.rounded{
	/*padding-top: 15px;*/
	line-height: 15px;
}

.rounded-div{
	display: inline-block;
	padding-right: 18px;
	padding-bottom:5px; 
}



.rounded-div img{
	box-shadow: 8px 9px 7px 0px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	width: 37px;
	height: 37px;
	transition: all 0.5s ease;	
}

.rounded-img:hover{
	border: 2px solid transparent;
	width: 53px;
	height: 53px;
	cursor: pointer;
}

.rounded-img-active{
	border: 2px solid transparent;
	width: 53px !important;
	height: 53px !important;
	cursor: pointer;
}

.part{
	position: absolute;
	z-index: 101;
}

#bill-description-text .text .title{
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
	font-weight: 600;
}

.bills-small{
	position: absolute;
	top: 310px;
	left: 0;
	z-index: 103;
}

.bill-sm{
	font-weight: 600;
	font-size: 12px;
	margin-left: 13px;
	display: inline-block;
	text-align: right;
}

.bill-sm img{
	display: block;
	margin-bottom: 5px;
}


@media screen and (max-width: 1200px) {
	.bill-big{
		max-width: 344px !important;
	}

}	

@media screen and (max-width: 993px) {
	.bill-big{
		max-width: 241px !important;
	}

	.recto-big {
    position: absolute;
    right: 40px;
    left: 40px;
    top: 0;
    z-index: 100;
	}

	.mb-pres{
		    margin-top: 70%;
    		margin-bottom: 50px;
	}

	.mb-pres-coin{
		    margin-top: 44%;
    		margin-bottom: 50px;
	}

	.mb-bill-pres{
		margin-left: 40px;
	}

	.bg-white-bill {
    background: #fff;
    max-height: 118px;
	}

	.bills-small {
    position: absolute;
    top: 210px;
    left: 0;
    z-index: 103;
	}

	.return-bill {
    position: absolute;
    top: 140px;
    right: 60px;
    z-index: 102;
	}

	.padding-box{
		    padding-bottom: 100px;
	}

	.bills {
    min-height: 200px;
    max-width: 450px;
	}
}	

@media screen and (max-width: 600px) and (min-width: 500px) {
		.mb-pres{
		    margin-top: 55%;
    		margin-bottom: 50px;
	}
}

@media screen and (max-width: 767px) and (min-width: 600px) {
		.mb-pres{
		    margin-top: 50%;
    		margin-bottom: 50px;
	}
}

@media screen and (max-width: 375px){
.mb-pres {
    margin-top: 85%;
    margin-bottom: 50px;
}
}