	body{
	font-family:cera;
	//background:rgb(245,20,110);
	color:#000;
	}
	
	
	@font-face {
		font-family: cerab;
		src: url(fonts/CeraPro-Bold.ttf);
	}
		   
		   
	@font-face {
		font-family: pmedium;
		src: url(fonts/TypeMates - CeraPro-Medium.ttf);
	}
		
		   
	@font-face {
		font-family: cera;
		src: url(fonts/CeraPro-Regular.ttf);
	}
	


	table, th, td {
		border:1px #dfdfdf solid;
		padding:5px;
	}
	
		
		   
		
		
		ol.gigiena {
		  list-style-type: none;
		  list-style-type: decimal !ie;

		  margin: 0;
		  margin-left: 1.35em;
		  padding: 0;
		  margin-top:20px;
		  counter-reset: li-counter;
		}
		ol.gigiena > li{
		  position: relative;
		  margin-bottom: 15px;
		  padding-left: 0.8em;
		}
		ol.gigiena > li:before {
		  position: absolute;
		  top: 0;
		  left: -1.33em;
		  width: 1.5em;
		  height: 1.5em;

		  text-align: center;
		  color: #fff;

		  border-radius: 100%;
		  background-color: rgb(245,20,110);
		  content: counter(li-counter);
		  counter-increment: li-counter;
		}


		ol.gigiena > li:before {
		  background: rgb(245,20,110);
		}

		ol.malina > li::before {  
		  background: rgb(245,20,110);
		}

		ol.green > li::before {  
		  background: #a7e643;
		}

		ol.orange > li::before {  
		  background: #fcee33;
		}
		
		

		table, th, td {
		  padding:5px;
		}


		
		.cerab{
			font-family: cerab;
		}
		
		
		a{
			color:rgb(245,20,110);
		}
		
		a:hover{
			color:rgb(245,20,110);
		}
		
		
		strong{
			font-family: cerab;
		}
		
		.bgred{
			background:rgb(0,195,137);
			padding:15px;
		}
		
		.bgred img{
			width:35px;
		}
		
		.tbl15 td{
			padding:10px 15px 12px 15px;
			border:none;
		}
		
		  
		
		  
		  
		#back-to-top{
			position:fixed; 
			z-index: 999;	
			bottom:15px; 
			right:15px; 
			cursor:pointer;
			background:#f1f1f1;
			padding:15px;
			opacity:0.7;
		}
		#back-to-top i{
			width: 50px; 
			height: 50px; 
			display:block; 
			color: #fff; 
			background: #26ADE4 ; 
			text-align:center; 
			font-size:16px; 
			line-height: 50px; 
			border-radius: 5px;
			-webkit-transition:  .3s all;
			   -moz-transition:  .3s all;
				-ms-transition:  .3s all;
				 -o-transition:  .3s all;
					transition:  .3s all;
		}
		#back-to-top i:hover{background:#333;}  
		  
		 
		
		ul{
			list-style-image:url(images/icons/bullet.png);
			margin-bottom:0px !important;
        }
		
		
		ul > li:before {
		  left: -1.33em;
		  padding-left:100px;
		}
		ul > li{
		  position: relative;
		  margin: 5px;
		  margin-left: -1.6em;
		  padding-left:1em;
		}
		
		ul.star{
			list-style-image:url(images/icons/star.svg);
			margin-bottom:0px !important;
        }
		
		ul.att{
			list-style-image:url(images/icons/att2.svg);
			margin-bottom:0px !important;
        }
		
		ul.att li{
			margin-left:-10px;
        }
		
		
		@media (min-width: 767px) {
		  
		  
		  
		}
		
		
		
		
.title{
	font-family:cerab;
	font-size:22px;
	padding:15px 15px 0px 15px;
}		
		
.row{
	margin:0px; padding:0px;
}		
		
.bigt{
	font-family:cerab;
	color: rgb(245,20,110);
	font-size:28px;
}
		

		
		
		
		
		
		
		
		.card{
	  cursor:pointer;
	  text-align:center;
	  vertical-align:middle;
	  border:0px;
	  box-shadow: none !important;
	  border-radius:0px;
	  background: #f1f1f1;
	  border-radius:10px;
	  }
	  
	  .card:hover{
	  background:rgb(250,207,0);
	  box-shadow:none !important;
	  background: rgb(245,15,100);
	  color:#fff;
	  }