/****************************************

		FONT FACE STYLE CSS

*****************************************/

@font-face {
  font-family: '321impact';
  src: url('../fonts/321impact.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: '321impact';
  src: url('../fonts/321impact.ttf')  format('truetype'), url('../fonts/321impact.svg#321impact') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-BoldItalic';
  src: url('../fonts/OpenSans-BoldItalic.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-BoldItalic';
  src: url('../fonts/OpenSans-BoldItalic.ttf')  format('truetype'), url('../fonts/OpenSans-BoldItalic.svg#OpenSans-BoldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}





/****************************************

		BODY GENERAL STYLE CSS

*****************************************/

body{
	background:#797f84 url("../images/bg.jpg") no-repeat fixed center top / cover ;
	background-size:cover;
	background-position:top center;
	background-attachment:fixed;
	font-family: 'Open Sans', sans-serif;
	color: #000;
  	font-size:14px;
	line-height:22px;
}

.Offpadding{ 
	padding-left:0;
	padding-right:0;
}

a:active, a:hover {
   outline:none !important;
}

a:active, a:hover {
    outline:none !important;
}
h1,h2,h3,h3,h4,h5,h6{
	margin-top:10px;
	margin-bottom:10px;
	
}

.main-container{ 
	background:#ffffff;
}

.leftpadding{
	padding-left:0;
}

.rightpadding{
	padding-right:0;
}


/****************************************

		HEADER STYLE CSS

*****************************************/

.top-header-column{
	padding:0px 0;
	
}
.header {
  background: #962219;
}

.top-header-column h1 {
  font-family: Open Sans;
  text-align: center;
  font-weight: bold;
}

.top-header-column h1 span.title{
	font-size: 34px;
	color:#fff;
	text-transform:uppercase;
}

.top-header-column h1 span.subtitle{
	font-size:22px;
	color:#fff;	
}

.header-text {
  background: rgba(225, 225, 225, 0.42) none repeat scroll 0 0;
  margin-top: 12%;
  padding: 20px;
  position: absolute;
  right: 0;
  width: 56%;
}

.header-text h4{
	text-align:right;
	font-family: 'OpenSans-BoldItalic';
	font-size:26px;
}

.header-text h4 .title{
	color:#000000;
	font-family: 'OpenSans-BoldItalic';
}

.header-text h4 .subtitle{
	color: #ffffff;
}

/****************************************

		SLIDER STYLE CSS

*****************************************/

.slider-img{
	background:url(../images/banner.jpg) no-repeat;
	background-position:center center;
	background-size:100% 100%; 
	height:216px;
}

/****************************************

		NAVIGATION STYLE CSS

*****************************************/

.nav-side-menu {
  overflow: auto;
  background-color: #0160b4;
  top: 0px;
  height: 100%;
  color: #e1ffff;
}
.nav-side-menu .toggle-btn {
  display: none;
}

.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 28px;
  cursor: pointer;
  /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}
.nav-side-menu li {
  border-bottom: 1px solid #54403b;
  padding-left:15px;
}

.nav-side-menu li a {
  text-decoration: none;
  color: #fff;
}
.active a {
  color: #54403b !important;
}

.nav-side-menu li a:before{
	content:'\f105 ';
	font-family: 'FontAwesome';
	padding-right:15px;
	
}
.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.nav-side-menu li.active {
  background-color: #ffffff;
}

.nav-side-menu li:hover {
  background-color: #ffffff;
}

@media (max-width: 767px) {
.nav-side-menu {
    position: relative;
    width: 100%;
}
.nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: relative;
    right: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #54403B;
    width: 40px;
    text-align: center;
	float: right;
    margin-top: 15px;
  }
}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}

/****************************************

		SIDEBAR STYLE CSS

*****************************************/
.sidebar{
	background: #0160b4;
}
.row.headings {
  width:100%;	
}


/****************************************

		MAIN CONTENT STYLE CSS

*****************************************/

.main-content-column{
	padding-left: 0;
	padding-right: 0;
}

.welcome-text{
	background: #d8ac00;
	margin-bottom:20px;
	margin-top:20px;
}

.welcome-text p{
	font-size:23px;
	line-height:33.3px;
	color:#fff;
	padding:19px;
}
.welcome-side-ad{
	padding-right:0;
	height:250px;
}

.welcome-side-ad img{
	margin-top:20px;
	height:250px;
}

.middle-ad{
	margin-top:10px;
	margin-bottom:18px;	
}

.middle-content p{
	color:#000000;
	font-size:14px;
}

.gallery-column{
	background:#de8169;
}
.gallery-column h4{
	font-size:16px;
	padding: 0 15px;
}
.gallery-column .text-heading{
	color:#54403b;
}

.gallery-column .text-sub-heading{
	color:#fff;
}

.gallery-container {
	margin-top:10px;
}
.gallery-container .gallery-container-holder{
	margin-bottom:10px;
}

.gallery-container .gallery-container-holder .gallery-container-img img{
	margin:0 auto;
	padding: 0 5px;
} 

.sidebar-ad-img{
	margin-top:20px;
	margin-bottom:20px;
}

.sidebar-ad-img a img{
	margin-bottom:10px
}

.footer{
	background:#0160b4;
}

.footer .footer-container .footer-column{
	padding:10px 0;
}

.footer .footer-container .footer-column p{
	color:#fff;
	font-size:12px;
}

.footer .footer-container .footer-column h4{
	text-align:center;
}

.footer .footer-container .footer-column h4 a{
	color:#fff;
	font-size:14px;
	text-align:center;
	text-decoration:none;
	font-weight:600;
}

.footer .footer-container .footer-column h5{
	color:#fff;
	font-size:16px;
	text-align:center;
}

.fancybox-overlay {
     background: rgba(0,0,0,0.8);
}


.gallery-container-holder div.gallery-container-img:last-child{
	padding-right:0;
}

@media screen and (min-width:320px) and (max-width:480px){
	
.slider-img {
    background-size: cover !important;
}
	
.top-header-column h1 span.title {
    font-size: 36px;
}
	
.menu-list{
	margin-top:60px;
}
.gallery-container .gallery-container-holder .gallery-container-img a img{
    margin-bottom: 20px;
}

.sidebar-ad-img img{
	margin:0 auto;
}

.header-text {
  margin-top: 30%;
  padding: 16px;
  width: 90%;
}
.header-text h4 {
    text-align: right;
    font-family: 'OpenSans-BoldItalic';
    font-size: 20px;
}
.title {
  color: #fff;
  font-family: OpenSans;
  font-size: 24px;
  text-transform: uppercase;
}
.col-md-3.col-sm-3.col-xs-3.top-header-column.banner-images {
  width: 78%;
}
.col-md-12.col-sm-12.col-xs-11.middle-content.Offpadding {
  padding-top: 12%;
}

}
@media screen and (min-width:481px) and (max-width:600px){

.slider-img {
    background-size: cover ;
}

.menu-list{
	margin-top:60px;
}

.gallery-container .gallery-container-holder .gallery-container-img a img{
	margin-bottom: 20px;
}

.sidebar-ad-img img{
	margin:0 auto;
}

.header-text {
	width: 90%;
	margin-top: 15px;
	padding:25px;
}

.header-text h4 {
	text-align: right;
	font-family: 'OpenSans-BoldItalic';
	font-size: 20px;
}

}

@media screen and (min-width:601px) and (max-width:800px){

.menu-list{
	margin-top:0;
}
.gallery-container .gallery-container-holder .gallery-container-img a img{
    margin-bottom: 20px;
}

.sidebar-ad-img img{
	margin:0 auto;
}

.header-text {
  margin-top: 12%;
  padding: 25px;
  width: 70%;
}
.col-md-3.col-sm-3.col-xs-3.top-header-column.banner-images {
  width: 40%;
}

.header-text h4 {
    text-align: right;
    font-family: 'OpenSans-BoldItalic';
    font-size: 24px;
}
.sidebar{
	height:1081px;
	overflow-y:hidden;
}
#menu-content a {
  font-size: 12px;
}
	
}

@media screen and (min-width:1100px) and (max-width:1900px){
	
.sidebar{
	height:1081px;
	overflow-y:hidden;
}

.slider-img {
    background-size: cover;
}

.middle-ad {
    margin-top: -10px;
}

.main-container{
	width:1000px;
}

.footer{
	width:100%;
}

.welcome-side-ad{
	padding-right:0;
	height:250px;
}

.sidebar-ad-img {
  margin-right: 14px;
  width: 110px;
  position: absolute;
  right: 1px;
}
.middle-ad{
	width:465px;
	padding-top:20px;
}

}
.col-md-7.col-sm-6.col-xs-12 {
  padding-top: 20px;
}

.col-md-11.col-sm-11.col-xs-11.middle-content.Offpadding {
  padding-bottom: 16px;
}
.link-content {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 8px;
  text-align: center;
  color:#000;
}
.link-content a {
  color: #000;
}
.link-content .active {
  color: #4b6807;
}
.africa {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.privacy {
  padding-top: 20px;
}

.banner-images {
  background: #0160b4;  
  padding:8px;
}
.banner-images h1 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-bottom:0px;
  margin-top:0px;
  font-size:30px;
  padding:10px;
  color:#fff;
  
}
.title {
  font-family: OpenSans;
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
}
.subtitle {
  font-family: OpenSans;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
}
.container.main-header{
  width: 100%;
}
.header {
  background: #0160b4 none repeat scroll 0 0;
  padding:0px;
}
.top-add {
  padding-top: 8px;
}
.col-md-12.col-sm-12.col-xs-11.middle-content.Offpadding {
  padding-top: 26px;
}
#menu-content a:hover {
  color: #fff;
}
#menu-content li:hover {
  background: #9abce2 none repeat scroll 0 0;
}

.welcome-text h1 {
  color: #fff;
  line-height: 36px;
  padding: 12px;
  font-size:32px;
}
.img-padding {
  padding-right: 6px;
}