/******************************************************************
Site Name: Minmap
Author: Gérard Okono
Stylesheet: Main Stylesheet
******************************************************************/

html {
    width: 100%;
    height: 100%;
	background: #339900 url('../images/minmap.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
    color: #000;
	font-size: 16px;
    line-height: 1.6em;
	background: transparent;
}

label,
input,
button,
select,
textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: inherit;
  line-height: inherit;
}

/* ===========
layout
============= */
#wrapper{
	
}

#wrapper.boxed {
	margin: 0 auto;
	background-color: #fff;
	
}
@media (max-width: 767px) {
	#wrapper.boxed {
		width: 100%;
	}
}
@media (min-width: 768px) {
	#wrapper.boxed {
		width: 810px;
	}
}
@media (min-width: 992px) {
	#wrapper.boxed {
		width: 1030px;
	}
}
@media (min-width: 1200px) {
	#wrapper.boxed {
		width: 1230px;
	}
}

/* ===========
Typo
============= */

h1 {
	font-size: 38px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 28px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
    /*font-family: 'Roboto', sans-serif;*/
	font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
    font-weight: 400;
	color: #444;
	line-height: 1em;
}

h1.h-xlight,h2.h-xlight,h3.h-xlight ,h4.h-xlight ,h5.h-xlight ,h6.h-xlight  {
	font-weight: 100;
}

h1.h-light,h2.h-light,h3.h-light ,h4.h-light ,h5.h-light ,h6.h-light  {
	font-weight: 300;
}

h1.h-normal,h2.h-normal,h3.h-normal ,h4.h-normal ,h5.h-normal ,h6.h-normal  {
	font-weight: 400;
}

h1.h-medium,h2.h-medium,h3.h-medium ,h4.h-medium ,h5.h-medium ,h6.h-medium  {
	font-weight: 500;
}

h1.h-bold,h2.h-bold,h3.h-bold ,h4.h-bold ,h5.h-bold ,h6.h-bold  {
	font-weight: 700;
}

h1.h-ultra,h2.h-ultra,h3.h-ultra ,h4.h-ultra ,h5.h-ultra ,h6.h-ultra  {
	font-weight: 900;
}


h1.font-light,h2.font-light,h3.font-light,h4.font-light,h5.font-light,h6.font-light {
	color: #fff;
}

.big-heading {
	font-size: 48px;
	font-weight: 700;
}

p {
    margin: 0 0 20px;

}

a {
    color: #666;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 24px;
	line-height: 1.5em;
  font-weight: 300;
  color: #999;
}

blockquote.bg-light {
	background-color: rgba(255,255,255,.8);
	padding: 20px;
	color: #222;
}

blockquote.bg-dark {
	background-color: rgba(0,0,0,.8);
	padding: 20px;
}

blockquote strong {
  font-weight: 700;
}

/* ==========================================================================
    Header Site Styling
   ========================================================================== */
.top-header {
  border-bottom: 1px solid #dddddd;
}
.top-header .top-header-left a {
  border-left: 1px solid #dddddd;
  padding: 10px 15px;
  display: inline-block;
}
.top-header .top-header-left a:last-child {
  border-right: 1px solid #dddddd;
}
.top-header p {
  padding-top: 10px;
}

.navbar-default .navbar-nav > li > a {
  /*color: #777;*/
  font-size: 13px;
  text-transform: uppercase;
}
/* primary-nav */
.navbar.primary-nav {
	/*min-height: 80px;*/
	margin-bottom: 0px;
	border: 1px solid transparent;
}
.navbar.primary-nav .navbar-brand {
    max-width: 50%;
}
.navbar.primary-nav .navbar-brand img {
    margin-top: -10px;
}
/* secondary-nav */
.secondary-nav {
	border: none;
	background-color: #339900;
	margin-bottom: 0px;
}
.secondary-nav .navbar-nav > li > a {
  color: #fff;
}
.secondary-nav .navbar-nav > li > a:hover,
.secondary-nav .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.secondary-nav .navbar-nav > .active > a,
.secondary-nav .navbar-nav > .active > a:hover,
.secondary-nav .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.secondary-nav .navbar-nav > .disabled > a,
.secondary-nav .navbar-nav > .disabled > a:hover,
.secondary-nav .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.secondary-nav .navbar-toggle {
  border-color: #ddd;
}
.secondary-nav .navbar-toggle:hover,
.secondary-nav .navbar-toggle:focus {
  background-color: #ddd;
}
.secondary-nav .navbar-toggle .icon-bar {
  background-color: #888;
}
.secondary-nav .navbar-collapse {
  border-color: #e7e7e7;
}
.secondary-nav .navbar-nav > .open > a,
.secondary-nav .navbar-nav > .open > a:hover,
.secondary-nav .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .secondary-nav .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .secondary-nav .navbar-nav .open .dropdown-menu > li > a:hover,
  .secondary-nav .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .secondary-nav .navbar-nav .open .dropdown-menu > .active > a,
  .secondary-nav .navbar-nav .open .dropdown-menu > .active > a:hover,
  .secondary-nav .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .secondary-nav .navbar-nav .open .dropdown-menu > .disabled > a,
  .secondary-nav .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .secondary-nav .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #65b037;
	outline: 0;
}
/* misc */
hr {
  margin-top: 10px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}
.marginbot-60{margin-bottom:60px !important;}
.marginbot-70{margin-bottom:70px !important;}
.marginbot-80{margin-bottom:80px !important;}
.marginbot-90{margin-bottom:90px !important;}
.marginbot-100{margin-bottom:100px !important;}

.margintop-0{margin-top:0 !important;}
.margintop-10{margin-top:10px !important;}
.margintop-20{margin-top:20px !important;}
.margintop-30{margin-top:30px !important;}
.margintop-40{margin-top:40px !important;}
.margintop-45{margin-top:45px !important;}
.margintop-50{margin-top:50px !important;}

/* padding */
.paddingtop-0{padding-top:0 !important;}
.paddingtop-10{padding-top:10px !important;}
.paddingtop-20{padding-top:20px !important;}
.paddingtop-30{padding-top:30px !important;}
.paddingtop-40{padding-top:40px !important;}
.paddingtop-50{padding-top:50px !important;}
.paddingtop-60{padding-top:60px !important;}
.paddingtop-70{padding-top:70px !important;}
.paddingtop-80{padding-top:80px !important;}
.paddingtop-90{padding-top:90px !important;}
.paddingtop-100{padding-top:100px !important;}

.paddingbot-0{padding-bottom:0 !important;}
.paddingbot-10{padding-bottom:10px !important;}
.paddingbot-20{padding-bottom:20px !important;}
.paddingbot-30{padding-bottom:30px !important;}
.paddingbot-40{padding-bottom:40px !important;}
.paddingbot-50{padding-bottom:50px !important;}
.paddingbot-60{padding-bottom:60px !important;}
.paddingbot-70{padding-bottom:70px !important;}
.paddingbot-80{padding-bottom:80px !important;}
.paddingbot-90{padding-bottom:90px !important;}
.paddingbot-100{padding-bottom:100px !important;}


/* ===========================
--- General sections
============================ */

.home-section {
    padding-top: 150px;
	display:block;
    position:relative;
    z-index:120;
	background-color: #fff;
}


.home-section.nopadding {
    padding-top: 0;
    padding-bottom: 0;
	display:block;
    position:relative;
    z-index:120;
}
.home-section.nopadding-bot {
    padding-bottom: 0;
}
.home-section.nopadding-top {
    padding-top: 0;
}

.inner-section {
    padding-top: 110px;
    padding-bottom: 110px;
}


.home-section.nopadd-bot {
    padding-bottom: 0;
}


.section-heading h2 {
	margin-bottom: 10px;
}

.section-heading p {
	font-weight: 300;
	font-size: 20px;
	line-height: 1.6em;
}

/* News ticker*/
#flash div.section-heading {
	background-color: #cc0000;
	padding: 10px 0;
}
#flash h2 {
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 400;
	color: white;
	text-transform: uppercase;
	padding-top: 5px;
}
.ticker {
  margin: 10px auto;
}
 /* The HTML list gets replaced with a single div,
    which contains the active ticker item, so you
    can easily style that as well */
.ticker div {
  display: inline-block;
  word-wrap: break-word;
}

/* --- slider ---- */
#slider {}
.flexslider {
	margin-bottom: 0px;
}
.flex-control-nav {/*display: none;*/}
.carousel-page {
	width:100%;
	/*height:400px;
	background-color:#5f666d;*/
	color:white;
}
.carousel-page img {
	margin: 0px auto;
}

#coleps {
	margin: auto;
	margin-top: 10px;
}

#coleps ul li div {
	/*border: 1px solid #aaaaaa;
	background: #ffffff;*/
	text-align: justify;
	font-weight: 400;
	color: #000000;
	padding: 10px 0;
}

.bg-green {
	background: #2d3e50;
}

.home-section .nav a {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
}
#myTab1 .active a {
	color: #cc0000;
}
.home-section .tab-pane {
	min-height: 350px;
	padding: 5px;
}

#lang_sel_list ul li {
	background: transparent url();
}	


/* =========================
Buttons
=========================== */

.btn-skin {
  color: #fff;
}

.btn-skin:hover {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active,
.open > .dropdown-toggle.btn-skin {
  color: #fff;
}
.btn-skin:active,
.btn-skin.active,
.open > .dropdown-toggle.btn-skin {
  background-image: none;
}

.btn-skin .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.5em;
  border-radius: 6px;
}

/* =======================
Elements
========================== */

/* box */


.box {

}

.box h4 {
	font-size: 24px;
}

.box i {
	margin-bottom: 30px;
}


.circled {
	border-radius: 50%;
	display: inline-block;
	color: #fff;
	width: 1.6em;
    height: 1.6em;
	text-align: center;
	line-height: 1.6em;
}


/* ==========================================================================
    Footer Site Styling
   ========================================================================== */
.site-footer {
  color: white;
  font-size: 13px;
}
.site-footer a {
  color: white;
}
.site-footer a:hover {
  color: #bfddf0;
}
.site-footer h3.widget-title {
  font-weight: 600;
  color: white;
  margin: 0 0 30px 0;
  font-size: 1.4em;
}
.footer-widget {
  margin-bottom: 40px;
}
.main-footer {
  background-color: #2d3e50;
  padding: 50px 0 0 0;
}
.main-footer ul {
  padding: 0;
  margin: 0;
  list-style: square;
  list-style-position: inside;
}
#location ul {
  list-style: none;
}
.main-footer ul li a {
  display: inline-block;
  line-height: 20px;
  margin-bottom: 10px;
}

.newsletter {
  padding: 20px;
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.newsletter p {
  margin: 0 0 20px 0;
  font-size: 14px;
  text-align: left;
}
.newsletter input {
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  outline: 0;
  border: 0;
  height: 38px;
  padding: 0 10px;
  width: 64%;
}
.newsletter input[type=submit] {
  width: auto;
  background-color: #2d3e50;
  color: white;
  padding: 0 25px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}

.bottom-footer {
  background-color: #2d3e50;
  border-top: 1px solid #65b037;
  padding: 20px 0;
  font-size: 12px;
}
.bottom-footer span {
  display: block;
  margin-bottom: 10px;
}
.bottom-footer p {
  width: 70%;
  margin: 0 auto;
}
.fa-stack .fa-circle {
	color: #2d3e50;
}

/* scroll to top */
.scrollup{
    position:fixed;
	width:32px;
	height:32px;
    bottom:0px;
    right:20px;
	background: #fff;
-webkit-border-radius: 2px 2px 0 0;	
	-moz-border-radius: 2px 2px 0 0;	
	border-radius:  2px 2px 0 0;	
}

a.scrollup {
	outline:0;
	text-align: center;
}

a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
	opacity:1;
	text-decoration:none;
}
a.scrollup i {
	margin-top: 10px;
	color: #339900;
}
a.scrollup i:hover {
	text-decoration:none;
}

/* ========================================================================
                                START HOME PAGE POST
========================================================================= */
.home-post {
	margin-bottom: 20px;
}
.home-post .home-post-cover {
	text-align: center;
	margin-bottom: 20px;
	overflow: hidden;
	max-height: 350px;
}
.home-post .home-post-cover img {
	width: 100%;
	height: auto;
}
.home-post .home-post-cover iframe {
	width: 100%;
	height: 150px;
} 
.home-post .home-post-title {
	margin-bottom: 0px;
}
.home-post .home-post-title a {
	color: #111;
	text-transform: none;
	line-height: 1.4em;
	display: block;
	height: 70px;
	overflow: hidden;
	font-weight: 400;
	font-size: 15px;
}
.home-post p {
	color: #000000;
	margin-bottom: 15px;
}
.home-post .home-post-details {
	margin-bottom: 15px;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.5em;
	text-transform: uppercase;
}
.home-post .home-post-details span {
	color: #9a9a9a;
}
.home-post .home-post-more {
	padding: 10px 8px;
	text-transform: uppercase;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
}
.home-post .home-post-more .comment-more {
	float: right;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.5em;
	padding-top: 3px;
	color: #111;
	text-transform: uppercase;
}
.home-post .home-post-more .click-more {
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	padding-right: 15px;
	color: #111;
	background: url('../images/read-arrow.png') no-repeat center right;
}
.home-post .home-post-more .click-more:hover {
	padding-right: 20px;
}

#myTabContent {
	border-bottom-style: none;
}
/* ========================================================================
                                END HOME PAGE POST
========================================================================= */



/*
#1 color = #93c847;
#2 color = #65b037;
*/

a:hover,
a:focus {
    color: #93c847;
}

.circled {
	background: #93c847;
}

.con1 > div, .con2 > div, .con3 > div { 
	background-color: #93c847;
}

.scrollup:hover {
	background: #93c847;
}

/* button */
.btn-skin {
  background-color: #93c847;
  border-color: #93c847;
}

.color {
	color: #93c847;
}

body { font-size: 140%; }
div.DTTT { margin-bottom: 0.5em; float: right; }
div.dataTables_wrapper { clear: both; }

.minister.box  {
	background-color: white;
	border: 1px solid #dddddd;
	margin-bottom: 0px;
}
.minister.box  h2{
	font-size: 24px;
	padding: 10px 0;
}
.minister.box p  {
	padding: 0 5px;
}

/* Contact form */
form input[type="text"], 
form input[type="email"], 
form input[type="number"], 
form input[type="password"],
textarea {
  background: #fff;
  border: 1px solid #ddd;
  /*padding: 12px 15px;*/
}

#contactform textarea,
#contactform input {
  width: 100%;
}

#contactform textarea {
  min-height: 140px;
}

#contactform input.mainBtn {
  border: 0;
  outline: 0;
  padding: 12px;
  color: #fff;
  background: #339900;
}


.home-post-content {
  background-color: white;
  border: 1px solid #dddddd;
  margin-top: -20px;
  padding: 10px;
}
.home-post-content h2 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
}
.home-post-content h2 a {
  color: #2a3f52;
}
.home-post-content h2 a:hover {
  color: #e84c3d;
}

.featured-img {
	float: left;
	margin-right: 10px;
}

.entry-title {
	font-size: 24px;
	margin-top: 20px;
}
.img-responsive {  display: block;  height: auto;  max-width: 100%; }
.coleps { margin-top: 10px; }
.coleps img { width: 100%; }

.paginate_button.active a {
	background-color: #339900;
	border: 1px solid #339900;
}

#sidebar {
	padding-top: 10px;
}

table.display >tbody>tr>td { 
    vertical-align: middle;
}

#custom_search .row {
	margin-bottom: 10px;
}
#custom_search .control-label {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
}

#registration_form {
	margin-bottom: 20px;
}
fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
	width: auto;
	padding: 0 10px;
	border-bottom: none;
}



