html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

.fh5co-widget {
	text-align: left;
	padding-bottom: 2px;
}
.fh5co-widget h3 {
	margin-bottom: 25px;
	color: white;
}
.fh5co-widget p {
	margin-bottom: 20px;
	color: white;
	line-height: 1.8em;
}
.fh5co-widget a {
	color: white;
}
.fh5co-widget li {
	line-height: 1.8em;
}
.above-footer {
	background: #1a1a1a;
	padding: 4em 0 0 0;
	border-top: 4px solid #fc5700;
}
.fh5co-widgetmini {
	padding-bottom: 10px;
}

.ad-img {
	width: 400px;
	padding-bottom: 30px;
}

@media only screen and (max-width: 768px) {
	.ad-img {
		width: 300px;
		padding-bottom: 20px;	
	}
}

.above-footer li {
	list-style: none;
}

.above-footer li::before {
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color:#fc5700; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
}

/* [NOW LOADING] */
#page-loader, #page-loader-spin {
	position: fixed;
	display: block;
	transition: all 0.3s linear;
}
#page-loader {
	top:0;
    left:0;
	height: 100%;
    width: 100%;
	visibility: hidden;
	z-index: 9999;
	background: none;
	opacity: 0.8;
}
#page-loader.active {
	visibility: visible;
	background: #000;
}
#page-loader-spin{
	top: 50%; 
  	left: 50%;
	margin: -50px 0 0 -50px;
}

/*Google Translator*/
#google_translate_element {
	display: inline-block;
	padding-right: 30px;
}