@charset "utf-8";

/* list in home page*/

ul.list.listallign li {
	padding-left:20px
}
ul.list.check.listallign li:before {
	position:absolute;
	left:0
}
	


.dividerHorizontal {
    background-repeat: no-repeat;
    -webkit-background-size: contain; 
    -moz-background-size: contain;
    -o-background-size: contain;
	background-size: contain; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #373737;
    background-position-x: 80%;
	background-size: contain;
}

#html-content ul {
	display:block !important;
	list-style:outside;
	list-style-type:square;
	margin: 1em;
	padding: 1em;
}
	

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
	.dividerHorizontal {
		-background-size: cover; 
    	-moz-background-size: cover;
    	-o-background-size: cover;
		background-size: cover;
		background-position: center center;
	}
	.dividerHorizontal.overlay-dark-1.layer-overlay:before {
    	background-color: rgba(17, 17, 17, 0.8);
	}
	
}

/*
.entry-content {
	text-align: justify;
}
.entry-meta {
	float: left; 
	margin: 0 15px 0 0;
}
#html-content a {
	color: #e13b2a ;
}
#html-content a:hover {
	color: #e13b2a ;
	text-decoration:underline;
}
*/