.full_width .themify_builder_row .row_inner {
	width: 100%;
}

.shortcode.box[class^="fa-"]:before, .shortcode.box[class*=" fa-"]:before {
	font-size: 40px;
}

@media screen and (max-width: 768px) {
	body.full_width .themify_builder_row .row_inner {
		max-width: 100% !important;
	}
}

@media screen and (max-width: 1000px) {
	#content {
		width: 100% !important;
		padding-top: 0 !important;
		padding-right: 0;
		padding-bottom: 5%;
		padding-left: 0;
	}
}

@media screen and (max-width: 1000px) {
	.pagewidth, .sidebar-none .loops-wrapper.list-post .section-inner, .single .section-inner, .full_width .post-nav, .full_width .commentwrap {
		max-width: 100% !important;
	}
}

#nav-bar {
	visibility: hidden !important;
	height: 0 !important;
	margin: 0 !important;
}

.post-nav {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 0;
}

body {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	margin-top: 0;
	margin: 0 !important;
}

h1, h2, h3 {
	letter-spacing: .5px;
}

h1 {
	margin-top: 10px;
}

.block_opacity {
	opacity: .7;
}

.article-box {
	background: #fff !important;
	border-style: none !important;
}

.article-box p {
	clear: both;
}

.map_frame h2 {
	visibility: hidden;
	height: 0;
	padding: 0 !important;
	margin: 0 !important;
}

.map_frame {
	height: 720px !important;
}

h3 {
	padding-bottom: 9px;
}

/* IMPLEMENTATION COLORS FOR AWESOME FONT*/
.shortcode.box[class^="fa-"]:before, .shortcode.box[class*=" fa-"]:before {
	font-size: 60px;
}

.article-box h4 {
	color: #555;
	font-family: Lato, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}

.article-box a {
	font-family: Lato, sans-serif;
	color: #555;
}

.article-box p {
	margin-bottom: 0;
}

.article-box h3 {
	color: #000;
}

.completely-implemented {
	color: #aee300;
}

.completely-implemented p {
	color: #555;
}

.partly-implemented {
	color: #ff9100;
}

.partly-implemented p {
	color: #555;
}

.not-implemented {
	color: #f80000;
}

.not-implemented p {
	color: #555;
}

.unknown-implemented {
	color: #DDDDDD;
}

.unknown-implemented p {
	color: #555;
}