@charset "utf-8";
@font-face {
    font-family: 'Lato';
    src: url('Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('Lato-Regular.woff') format('woff'), /* Modern Browsers */
         url('Lato-Regular.ttf') format('truetype'); 
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
body {
	font-family: Lato;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-size: 14.5px;
	color: #39221d;
}
* {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	outline:none;
}

.page-wrap {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
}
.header-wrap {
	height: auto;
	width: 100%;
	position: relative;
}
.tag {
	width: 20%;
	position: absolute;
	left: 5%;
	z-index: 2;
}
.tag img {
	height: auto;
	width: 100%;
}
.logo {
	width: 20%;
	float: right;
	margin-top: 62px;
	margin-right: 10%;
	margin-bottom: 15px;
}
.logo a img {
	width: 100%;
	height: auto;
}
.menu-wrap {
	float: left;
	width: 100%;
	position: relative;
}
.ddsmoothmenu .last-item{
	background-image:none;
}.home-content-wrap {
	overflow: hidden;
	float: left;
	width: 100%;
}
.africa-glob {
	float: none;
	height: auto;
	width: 50%;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
}
.footer-wrap {
	color: #333;
	width: 97%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	margin-top: 20px;
	font-size: 12px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
.footer-wrap a {
	color: #333;
	text-decoration: none;
}
.footer-wrap a:hover {
	text-decoration: underline;
}
.copy-left {
	float: left;
}
.copy-right {
	float: right;
}

.eske-logo {
	height: auto;
	width: 23%;
	float: left;
	margin-top: 62px;
	margin-left: 10%;
}
.eske-logo img {
	height: auto;
	width: 100%;
}
.inner-content-wrap {
	float: left;
	width: 100%;
}

.banner-wrap {
	height: auto;
	width: 100%;
	position: relative;
}
.banner-wrap img {
	height: auto;
	width: 100%;
}


.page-title {
	background-image: url(../images/white-circle.png);
	background-repeat: no-repeat;
	height: 32px;
	width: 196px;
	position: absolute;
	left: 10%;
	bottom: 0px;
	color: #4d4d4d;
	font-size: 27px;
	text-align: center;
	padding-top: 105px;
	font-weight: bold;
}
.tab-wrap {
	width: 80%;
	float: none;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 0px;
	overflow: hidden;
	line-height: 22px;
}
.tab-content {
	float: right;
	width: 75%;
}

.tab-head  {
	float: left;
	width: 22%;
	display: block;
	/* [disabled]padding-top: 50px; */
	padding-left: 3%;
}
.tab-head li {
	display: block;
	padding-bottom: 10px;
}
.tab-head li a {
	color: #39221d;
	text-decoration: none;
	font-size: 17px;
	font-weight: normal;
	-webkit-transition: All 0.50s ease;
	-moz-transition: All 1s ease;
	-o-transition: All 1s ease;
	transition: All 1s ease;
}
.tab-head li a:hover {
	color: #a7b633;
	text-decoration: none;
}
.tab-head li a.selected {
	color: #a7b633;
	text-decoration: none;
}
.tab-content .head4 {
	font-weight: bold;
	font-size: 14px;
}
.tab-content .head4-blue {
	font-weight: bold;
	font-size: 14.5px;
	color: #499b8d;
}
.tab-content .head4.green-head {
	color: #a7b633;
}


.tab-content p {
	display: block;
	padding-bottom: 15px;
}
.left-arrow {
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	height: 81px;
	width: 48px;
	position: absolute;
	top: 41px;
	right: 0px;
	z-index: 1;
}
.social-ul {
	display: block;
	list-style-type: none;
}
.social-ul li {
	display: block;
	float: left;
	margin-right: 10px;
}
.social-ul li a:hover {
	filter: alpha(opacity=80)
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
