/* --------------------------------------------- 

* Filename:     style.css
* Version:      1.0.0 (2015-03-21)
* Website:      http://www.zymphonies.com
                http://www.freebiezz.com
* Description:  System Styles
* Author:       Zymphonies Team
                info@zymphonies.com

-----------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
  Clear Floated Elements
*/

.clear {
  clear:both;
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
}

.clear:after {
  clear:both;
  content:' ';
  display:block;
  font-size:0;
  line-height:0;
  visibility:hidden;
  width:0;
  height:0;
}

* html .clear {
  height:1%;
}

/*
  Style HTML Tags
*/

body {
  background: #fff;
  color: #515F5C;
  font-family: 'Source Sans Pro';
  font-size:12px;
  line-height: 160%;
  letter-spacing: 1px;
}

a {
  color: #00B1EC;
  text-decoration:none;
}

a:hover {
  color: #21759b;
}

h1, h2, h3, h4, h5, h6 {
  color: rgb(34, 46, 54);
  font-family: "Source Sans Pro";
  font-weight: normal;
  margin-bottom:6px;
  line-height: 125%;
}

h1 {
  font-size:32px;
}

h2 {
  font-size:24px;
}

h3 {
  font-size:18px;
}

h4 {
  font-size:16px;
}

h5 {
  font-size:15px;
}

h6 {
  font-size:14px;
}

p {
  margin-bottom:18px;
}

table {
  border-collapse:collapse;
  border-spacing:0;
  margin-bottom: 15px;
  width: 100%;
}

th, tr, td {
  vertical-align: middle;
}

.sticky-header th, .sticky-table th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  text-align: left;
}

table {
  background: #ececec;
  border: 1px solid #bbbbbb;
}

th {
  background: #dbdbdb;
  padding: 5px 4px;
  text-shadow: 1px 1px #fff;
  border-right: 1px solid #c8c7c7;
  color:#333;
}

td {
  background: #ebebeb;
  color: #747474;
  text-align: left;
  padding-left: 4px;
  border-right: 1px solid #c8c7c7;
  border-bottom: 1px solid #c8c7c7;
}

code {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  display: block;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

mark {
  background-color:#fdfc9b;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

hr {
  border:none;
  border-top:#EEE 1px solid;
}

dt {
  font-weight:bold;
  margin-bottom:24px;
}

dd {
  margin-left:30px;
  margin-bottom:24px;
}

ul {
  list-style-type:disc;
  margin-left:15px;
  margin-bottom:12px;
}

ul ul {
  list-style-type:square;
  margin-bottom:0;
}

ul ul ul {
  list-style-type:circle;
}

ol {
  list-style-type:decimal;
  margin-left:30px;
  margin-bottom:24px;
}

ol ol {
  list-style: upper-alpha;
  margin-bottom:0
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

abbr,
acronym {
  border-bottom:#999 1px dotted;
  cursor:help;
}

big {
  font-size:1.3em;
}

cite,
em {
  font-style:italic;
}

ins {
  background-color:#fdfc9b;
  text-decoration:none;
}

pre {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

blockquote, q {
  quotes:none;
  border: 1px solid #bbbbbb;
  background: #d8d8d8 url(images/quote.png) no-repeat;
  padding: 10px 5px 5px 47px;
  text-shadow: 1px 1px #fff;
  margin: 5px 0;
  border-radius: 7px;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

strong {
  font-weight:bold;
}

sup,
sub {
  height:0;
  line-height:1;
  vertical-align:baseline;
  position:relative;
  font-size:10px;
}

sup {
  bottom:1ex;
}

sub {
  top:.5ex;
}

img,
video {
  max-width:100%;
  height:auto;
}

video {
  display:block;
}

audio {
  max-width:100%;
}

/* .content a img {
  padding:5px;
  box-shadow:0 0 3px #EEE;
  background:#FFF;
  border:#EEE 1px solid;
} */



/*
  Theme Design, Layout and Typography
*/

#inner_header_wrapper {
  background: url(images/light-header.png);
  position:relative;
  margin:0 auto;
  border-bottom: 1px solid #EBEBEB;
  position: relative;
  -webkit-box-shadow: -1px 2px 18px rgb(2, 23, 54);
  -moz-box-shadow: -1px 2px 18px rgb(2, 23, 54);
  box-shadow: -1px 2px 18px rgb(2, 23, 54);
}

#header_wrapper{
  background: url(images/bg-header.jpg);
}

#header {
  max-width: 1000px;
  margin: 0 auto;
}

#logo {
  float:left;
  margin: 25px 10px;
}

#site-title a,
#site-description {
  color:#fff;
  font-weight: 300;
}

#site-title,
#site-description {
  float:left;
}

#site-title {
  margin: 25px 0;
  font-size:28px;
  font-weight:bold;
}

#site-title a{
  float: left;
  line-height: 100%;
}

#site-description {
  color: #E7E7E7;
  margin: 0;
  float: left;
  clear: both;
  font-size: 12px;
  line-height: 100%;
}

#main-menu {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 11;
  top: -11px;
  border-bottom: 2px solid rgb(43, 150, 250);
  background: url(images/bg-menu.jpg);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
  -o-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
  margin-bottom: -15px;
}

#main-menu ul {
  float:left;
  padding:0;
  margin:0;
  list-style:none;
  font-size:13px;
}

#main-menu li {
  background: url(images/nav-border.png) no-repeat right 0;
  position:relative;
  float:left;
  padding:0;
  margin:0;
  font-size: 14px;
}

#main-menu ul li:first-child {
  padding-left:0;
}

ul, ol, div.item-list ul{
  margin: 5px 0 5px 0;
  padding: 0;
}

ul li, ul.menu li, ul.links li, .item-list ul li {
  background: rgba(0, 0, 0, 0) url("images/marker.png") no-repeat scroll 0 6px;
  list-style: none; 
  margin: 0 0 2px;
  padding: 0 0 0 15px;
}
ul >li{
	font-size:14px;
}
ol {
	padding-left:12px;
}
ol >li{
	font-size:14px;
	padding-left:2px;
}
ul >li> ul{
	padding-left:5px;
	margin-bottom:10px;
}
#main-menu a {
  display: block;
  color: rgb(153, 153, 153);
  text-align: center;
  padding: 13px 23px;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

/* #main-menu a:hover,
#main-menu li a.active{
  color: #FFF;
  text-decoration: none;
  background: url(images/li-hover.png) center;
} */
#main-menu li li a.active{
  background: rgb(30, 39, 46);
}

.drop-down-toggle {
  position:absolute;
  top:7px;
  right:16px;
  display:none;
  width:20px;
  height:20px;
  border-radius:15px;
  background:#333;
  background:-moz-linear-gradient(#333,#444);
  background:-webkit-linear-gradient(#333,#444);
  background:-o-linear-gradient(#333,#444);
  background:-ms-linear-gradient(#333,#444);
  background:linear-gradient(#333,#444);
  border:#aaa 3px solid;
}

.drop-down-arrow {
  display:block;
  width:0;
  height:0;
  margin:8px 0 0 5px;
  border-top:5px solid #aaa;
  border-left:transparent 5px solid;
  border-right:transparent 5px solid;
}

#main-menu li li {
  float:none;
  min-width:190px;
  padding:0;
  margin:0;
}

#main-menu li li a {
  color: #C5C5C5;
  min-width: 150px;
  margin: 0;
  background: #1e272e;
  border-top: 1px solid #333;
  font-size: 11px;
  text-align: left;
  overflow: hidden;
  padding: 3% 5%;
  font-weight: normal;
}

#main-menu li li:first-child > a {
  border-top:none;
}

#main-menu li li a:hover {
  background: rgb(39, 50, 60);
}

#main-menu li ul {
  display:none;
  position:absolute;
  z-index:9999;
  min-width:190px;
  height:auto;
  padding:0;
  margin:0;
  box-shadow:0 0 3px #333;
}

#main-menu li ul ul {
  margin:-33px 0 0 190px !important;
}

#main-menu li:hover > ul,
#main-menu li li:hover > ul,
#main-menu li li li:hover > ul {
  display:block;
}

#main-menu .nav-toggle {
  display:none;
}

#main-menu ul li.leaf, #main-menu ul li.expanded, #main-menu ul li.collapsed {
  list-style:none;
}
#main-menu ul.menu li {
  margin: 0;
}

#main-menu li.expanded, #main-menu li.collapsed, #main-menu li.leaf {
  margin: 0;
  padding: 0;
}

#container {
  clear: both;
  margin: 0 auto;
  max-width: 1000px;
  overflow: hidden;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0px 2px 18px rgb(221, 221, 221);
  -webkit-box-shadow: 0px 2px 18px rgb(221, 221, 221);
  box-shadow: 0px 2px 18px rgb(221, 221, 221);
}

.region-slideshow{
  padding: 1%;
}

#slider {
  background: transparent;
  position:relative;
  box-shadow: none;
  overflow: visible;
}

.nivo-caption {
  background: rgba(255, 255, 255, .6);
  margin: 20px;
  width: 60%;
  font-size: 13px;
  padding: 20px;
  border-left: 4px solid rgb(50, 165, 231);
  font-family: Arial, sans-serif;
  color: rgb(0, 0, 0);
  line-height: 120%;
}

.slider-wrapper #slider{
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.theme-default .nivo-controlNav{
  padding: 20px 0 0 0;
}

#slider a:active {
  outline:none;
}

.slides,
.flex-control-nav {
  margin:0;
  padding:0;
  list-style:none;
}

.slides {
  width:100%;
  overflow:hidden;
}

#slider .slides > li {
  display:none;
  position:relative;
  margin:0;
}

#slider .slides li:first-child {
  display:list-item;
}

.flex-pauseplay span {
  text-transform:capitalize;
}

.slides:after {
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0;
}

.flex-control-nav {
  position:absolute;
  right:4%;
  bottom:7.3%;
  text-align:center;
}

.flex-control-nav li {
  display:inline-block;
  margin:0 0 0 15px;
}

.flex-control-nav li:first-child {
  margin:0;
}

.flex-control-nav li a {
  display:block;
  width:24px;
  height:24px;
  box-shadow:0 0 3px #999;
  cursor:pointer;
  background:#e9e9e9;
  color:#333;
  font-weight:bold;
  line-height:24px;
}

.flex-control-nav li a.active,
.flex-control-nav li a:hover {
  background:#fff;
}

#slider .post {
  padding:1.83%;
  margin:0;
  box-shadow:none;
  background:none;
}

#slider .entry-container {
  float:right;
  max-width:50%;
}

#slider .slide-image {
	max-width:49%;
	padding:0.47%;
	background:#E9E9E9;
}

#slider .entry-header,
#slider .entry-summary {
  margin-left:5%;
}

#slider .entry-title{
  margin-left:0;
  margin-bottom:15px;
}

.content-sidebar-wrap {
  float:left;
  width:100%;
}
.front .content-sidebar-wrap{
  margin-top: 20px;
}

.content-sidebar-wrap #content {
  display: inline;
  margin-bottom: 2.7%;
  float:right;
  width:100%;
}

#sidebar-first {
  color: #888;
  float: left;
}

#sidebar-second {
  color: #888;
  float: right;
}

/* 3 columns */

body.two-sidebars .content-sidebar-wrap {
  width:80%;
}

body.two-sidebars #content {
  width:75%;
}

body.two-sidebars #sidebar-first {
  width: 24%;
}

body.two-sidebars #sidebar-second {
  width: 19%;
}

/* 2 columns: sidebar-first */

body.sidebar-first .content-sidebar-wrap {
  width: 100%;
}

body.sidebar-first #content {
  width: 80%;
}

body.sidebar-first #sidebar-first {
  width: 19%;
}

/* 2 columns: sidebar-second */

body.sidebar-second .content-sidebar-wrap {
  width: 80%;
}

body.sidebar-second #content {
  width: 100%;
}

body.sidebar-second #sidebar-second {
  width: 19%;
}

#post-content {
  padding: 0 20px;
}

.breadcrumb {
  margin:0 20px;
  padding-top:20px;
  margin-bottom:10px;
  border-bottom:#eee 1px solid;
}

#head, #content, #sidebar-second, #sidebar-first {
  margin-top: 10px;
}

.node {
  margin:20px 0;
}

.node h2.title, .page-title {
  font-size: 20px;
}

.node h2.title a{
  color: #000;
}

.block {
  margin-bottom: 1%;
}

.block > h2{
font-size: 18px;
font-weight: normal;
margin: 5px 0px;
padding: 0px 0px 4px 0px;
}

.theme-default .nivo-directionNav a {
 background: url("images/arrows.png") no-repeat;
}

.theme-default a.nivo-nextNav {
  background-position: -30px 0;
}

#footer-area .block > h2 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

#footer-area ul.menu li a.active{
  color:#ddd;
}

.region-front-welcome{
  background: url("images/hr.png") top center no-repeat;
  padding-top: 2%;
  margin-top: 3%;
}

.region-front-welcome h2{
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
}

.submitted {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: rgb(247, 247, 247);
  border: 1px solid rgb(236, 236, 236);
  border-radius: 4px;
  clear: both;
  color: rgb(56, 56, 56);
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 8px;
}

.links {
  color: #000;
  margin-top: 10px;
  font-size: 14px;
}

ul.links {
  margin:0;
}

.links li a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #696F72;
  border-radius: 4px;
  color: #FFF;
  font-weight: normal;
  padding: 4px 8px;
}

.links li a:hover {
  background: #000;
  color: #DDD;
}

/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/

table.cke_editor {
  background: transparent;
  border: 0;
}
table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/

.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}

.form-submit{
  cursor: pointer;
  margin:5px;
}

input.form-checkbox, input.form-radio {
  vertical-align: baseline;
}

.form-text {
  padding: 4px 5px;
}

/*-------------------------------------------*
/* Menus and item lists 
/*-------------------------------------------*/
.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5385em;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/
.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 0 5px 0;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/
.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a{
  display: inline-block;
  background: url(images/tag.png) no-repeat;
  padding: 0px 8px 0 16px;
  height: 22px;
  text-shadow: 1px 1px #fff;
  border-radius: 2px;
  font-size: 12px;
}

.field-name-field-tags .field-item {
  margin: 0 1em 0 0;
}

.field-name-field-tags div {
  display: inline;
}

/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/
.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/*-------------------------------------------*
/* Navigation
/*-------------------------------------------*/
.item-list .pager li {
  background: #cfcfcf;
  border-radius: 3px;
  margin-right: 4px;
  text-shadow: 1px 1px #fff;
}

/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/
.field-name-taxonomy-forums div {
  display: inline;
  margin-top: 4px;
}

#forum .title {
  font-size: 16px;
}

#forum .submitted {
  font-size: 12px;
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  background: transparent;
  padding: 0;
}

#forum .container {
  background: #a1a1a1;
  color: #fff;
}

#forum .container a {
  color: #000;
  font-weight: bold;
}

#forum div.indent {
  margin-left: 2px;
}

.forum-starter-picture {
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin: 5px 7px 5px 0;
}

#forum th {
  background: #434343;
  text-shadow: none;
  color: #fff;
}

#forum th a {
  color: #fff;
}

#forum td.forum .icon, #forum .icon div {
  background: url(images/no-new-posts.png) no-repeat;
  width: 35px;
  height: 35px;
}

#forum .name a{ 
  font-size: 16px;
}

/* Images */

img { outline: 0; }

img.scale-with-grid { max-width: 100%; height: auto; }

/* Comments */

.comment h2.title { 
  margin-bottom: 1em; 
}

.comment div.user-picture img { 
  margin-left: 0; 
}

.comment { 
  margin-bottom: 20px; 
  display: table; 
  vertical-align: top; 
}

.comment .attribution {
  display: table-cell; 
  padding: 0 35px 0 0; 
  vertical-align: top; 
  overflow: hidden; 
}

.comment .attribution img { 
  margin: 0; 
  border: 1px solid #d3d7d9; 
}

.comment .attribution .username { 
  white-space: nowrap; 
}

.comment .comment-submitted p { 
  margin: 4px 0; 
  font-size: 1.071em; 
  line-height: 1.2; 
}

.comment .comment-submitted .comment-time { 
  font-size: 0.786em; 
}

.comment .comment-submitted .comment-permalink { 
  font-size: 0.786em; 
  text-transform: lowercase; 
}

.comment .content { 
  font-size: 0.929em; 
  line-height: 1.6; 
}

.comment .comment-arrow { 
  background: url(images/comment-arrow.gif) no-repeat 0 center transparent;
  border-left: 1px solid; 
  border-right: 1px solid; 
  height: 40px; 
  margin-left: -36px; 
  margin-top: 15px; 
  position: absolute;
  width: 20px; 
}

.comment .comment-text { 
  padding: 0 25px 10px 35px; 
  display: table-cell; 
  vertical-align: top;
  position: relative; 
  width: 100%; 
  border-left: 1px 
  solid #d3d7d9; 
}

.comment .indented { 
  margin-left: 40px; 
}

.comment-unpublished { 
  margin-right: 5px; 
  padding: 5px 2px 5px 5px; 
}

.comment .comment-text .comment-arrow { 
  border-left: 1px solid #ffffff; 
  border-right: 1px solid #ffffff; 
}

/* -------------- Form Elements   ------------- */

fieldset { 
  background: #ffffff; 
  border: 1px solid #cccccc; 
  margin-top: 10px; 
  margin-bottom: 32px;
  padding: 0 0 10px; 
  position: relative; 
  top: 12px; /* Offsets the negative margin of legends */
  -khtml-border-radius: 4px; 
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px; 
  border-radius: 4px; 
}

.fieldset-wrapper { 
  margin-top: 25px; 
}

.node-form .vertical-tabs .fieldset-wrapper {
  margin-top: 0; 
}

.filter-wrapper { 
  top: 0; padding: 1em 0 0.2em;
  -khtml-border-radius-topright: 0; 
  -khtml-border-radius-topleft: 0; 
  -moz-border-radius-topright: 0; 
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0; 
  -webkit-border-top-right-radius: 0; 
  border-top-left-radius: 0; 
  border-top-right-radius: 0;
}

.filter-help a { 
  font-size: 0.857em; 
  padding: 2px 20px 0; 
}

.filter-wrapper .form-item label { 
  margin-right: 10px; 
}

.filter-wrapper .form-item { 
  padding: 0 0 0.5em 0.5em; 
}

.filter-guidelines { 
  padding: 0 1.5em 0 0.5em;
}

fieldset.collapsed { 
  background: transparent;
  -khtml-border-radius: 0; 
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
   border-radius: 0;
}

fieldset legend { 
  background: #dbdbdb;
  border: 1px solid #ccc;
  border-bottom: none;
  display: block;
  height: 2em;
  left: -1px;
  line-height: 2;
  padding: 0;
  position: absolute;
  text-indent: 10px;
  text-shadow: 0 1px 0 #fff;
  top: -12px; width: 100%;
  -khtml-border-radius-topleft: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; 
  -khtml-border-radius-topright: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; 
}

fieldset.collapsed legend { -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

fieldset .fieldset-wrapper { padding: 0 10px; }

fieldset .fieldset-description { margin-top: 5px; margin-bottom: 1em; line-height: 1.4; font-style: italic; }

input { margin: 2px 0; padding: 4px; }

input, textarea {  font-size: 0.929em; }

textarea { line-height: 1.5; }

textarea.form-textarea, select.form-select { padding: 4px; }

input.form-text, textarea.form-textarea, select.form-select { border: 1px solid #ccc; }

.password-suggestions ul li { margin-left: 1.2em; }

.form-item { margin-bottom: 1em; margin-top: 2px; }

.form-item label { font-size: 0.929em; }

.form-type-radio label, .form-type-checkbox label { margin-left: 4px; }

.form-type-radio .description, .form-type-checkbox .description { margin-left: 2px; }

.form-actions { padding-top: 10px; }

/* Form Buttons */

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  background-image: -o-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E3E3E3));
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  background-image: linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E3E3E3');
  border: 1px solid #dbdbdb;
  -moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
  -moz-box-shadow: inset 0 1px 0 0 white; -webkit-box-shadow: inset 0 1px 0 0 white; -o-box-shadow: inset 0 1px 0 0 white; box-shadow: inset 0 1px 0 0 white;
  color: #333333; text-shadow: 0 1px 0 white; position: relative; font-weight:bold; padding: 8px 1em 9px 1em;
}

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background-image: -ms-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  background-image: -moz-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  background-image: -o-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DBDBDB), color-stop(1, #F2F2F2));
  background-image: -webkit-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  background-image: linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#DBDBDB', endColorstr='#F2F2F2');
  -moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
  -moz-box-shadow: inset 0 1px 0 0 white;
  -webkit-box-shadow: inset 0 1px 0 0 white;
  -o-box-shadow: inset 0 1px 0 0 white;
  box-shadow: inset 0 1px 0 0 white;
  cursor: pointer;
}

#block-search-form { padding-bottom: 7px; overflow: hidden; }

#block-search-form .content { margin-top: 0; }

#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input { float: left; font-size: 1em; height: 1.143em; margin-right: 5px; width: 9em; }

#search-block-form input.form-submit,
#search-form input.form-submit { 
  margin-left: 0; margin-right: 0; height: 25px; width: 34px; padding: 0; cursor: pointer;
  text-indent: -9999px; border-color: #e4e4e4 #d2d2d2 #b4b4b4; background: url(images/search-button.png) no-repeat center top; overflow: hidden;
}

#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus { background-position: center bottom; }

#search-block-form .form-actions{ float: left; padding: 0; }

#search-block-form .form-actions input { margin: 1px 0; }

#search-form .form-item-keys label { display: block; }

ol.search-results { padding-left: 0; }

.search-results li { border-bottom: 1px solid #d3d7d9; padding-bottom: 0.4285em; margin-bottom: 0.5em; }

.search-results li:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 1em; }

.search-results .search-snippet-info { padding-left: 0; }

#top-area {
  clear:both;
}

#top-area {
  position:relative;
}

#top-area .block {
  margin: 0;
}

#top-area .block p{
  margin: 0;
}

#top-area .column {
  float: left;
  width: 32%;
  margin: 1.8% 0;
  margin: 0 5px;
  background: rgb(252, 252, 252);
  border: 1px solid rgb(241, 241, 241);
}

#top-area h2{
  padding: 9px 10px 0px 10px;
  color: rgb(34, 46, 54);
  margin-bottom: 0;
  font-size: 18px;
  margin: 0;
  font-weight: bold;
}

#top-area .column .content{
  padding: 10px;
}

#top-area .column:first-child {
  margin-left:0;
}

#top-area .column-title {
  color:#e0e0e0;
}

#top-area li {
  border-bottom:#555 1px dashed;
}

#footer {
  clear:both;
  background: #222222;

}

#footer a{
  color: #006694;
}

#footer_wrapper{
  max-width: 1000px;
  margin: 0 auto;
}

#footer-area {
  position:relative;
  padding:1.76% 1.52% 0 1.76%;
  color:rgb(104, 101, 101);
}

#footer-area .column {
  float:left;
  width:30.8%;
  margin:0 0 1.9% 3.8%;
}

#footer-area .column:first-child {
  margin-left:0;
}

#footer-area .column-title {
  color:#e0e0e0;
}

#copyright {
  clear:both;    
  padding:0 0px;
}

.copyright {
  float:left;
  max-width:728px;
}

.credits {
  float:right;
  max-width:370px;
  margin-right:12px;
  text-align:right;
}

#copyright p {
  margin:0;
}

.footer_credit{
  color: #777;
  font-family: Arial;
  overflow: auto;
  padding: 10px 0px;
  background: url(images/bg-header.jpg);
}

.footer_inner_credit{
  max-width: 1000px;
  margin: 0 auto;
}

.social-icons {
  position: fixed;
  right: 0;
  top: 10%;
  padding: 5px 0px;
  z-index: 99;
  background: rgb(34, 46, 54);
  -webkit-box-shadow: 1px 0px 7px rgb(43, 150, 250);
  -moz-box-shadow: 1px 0px 7px rgb(43, 150, 250);
  box-shadow: 1px 0px 7px rgb(43, 150, 250);
}

.social-icons ul {
  margin: 0;
}

.social-icons li {
  display: block;
  list-style: none;
  background: none;
  padding: 3px 10px;
  margin: 0;
}

.social-icons li img {
  display: block;
}


/*Admin styles*/

ul.primary li {
  display: inline-block;
  background: none;
  padding: 0;
  margin: 0;
}

#toolbar ul li, 
#toolbar ul li a{
  background: none;
}



/* theme main style css  start*/
*{box-sizing:border-box;}
.container{max-width:1160px;margin:0 auto;}
a{
	font-size:14px;
	line-height:18px;
	display:inline-block;
	color:#000;
	font-weight:500;
	text-transform:inherit;
}
a:hover{
	color:#000;
	opacity:0.8;
}

.full-width{
	width:100%;
	float:left;
}
h2{
	font-size:32px;
	line-height:38px;
}
h3{
	font-size:24px;
	line-height:28px;
}
h4{
	font-size:18px;
	line-height:26px;
}
p{
	font-size:14px;
	line-height:18px;
	color:#000;
	font-family: "Source Sans Pro";
}

.float-right{float:right;}

.header-wrap #header_wrapper {
    background: transparent;
	padding-bottom:122px;
}
.header-wrap #inner_header_wrapper {
    background: #fff none repeat scroll 0 0;
    border-bottom: none;
    box-shadow: none;
    margin: 0;
    position: fixed;
    top: 0;
    z-index: 99;
	width:100%;float:left;
}
.top-header{
	padding: 0 0 0 20px;
	position:relative;
}
.top-header #header{
	max-width:100%;
	width:42%;
	float:left;
	margin:0;
}
#logo{
	margin:20px 0 9px;
}
.top-header #logo a:hover{
	opacity:1;
}
.menu-list{
	width:58%;
	float:right;
	text-align:right;
}
.top-header  #main-menu {
    background: transparent;
    border: none;
    box-shadow: none;
    margin: 0 30px 0 0;
    max-width:100%;
	float:left;
	top:0;
	position:static;
}

.top-header  .menu-list  ul li {
    background: transparent;
    list-style: outside none none;
    padding: 0;
	display:inline-block;
	margin: 0 20px;
}
.top-header  .menu-list  ul li a{
	font-weight:bold;
	line-height:35px;
	color:#fff;
	letter-spacing: 1px;
}

.top-header .top-menu{
	background: rgba(0, 0, 0, 0) url("images/menu-strip.png") no-repeat;
	background-size:cover;
	margin: 0 0 38px;
	display: inline-block;
	vertical-align:top;
}

.language a:first-child{
	border-right:1px solid #666;
}
.language a{
    padding:0 6px;	
}
li.language{
	margin:0 15px;
	
}

.menu_wrapper .hedaer-search{
	float:left;
	padding: 12px 20px;
}
.hedaer-search.active-form{
	background: rgba(64,94,4,0.9);
}
.hedaer-search.active-form a.toogle-search{
	background: rgba(0, 0, 0, 0) url("images/search1.png") no-repeat center center;
	
}
.top-search-form .container-inline .form-item-search-block-form{
	 width:100%;
     margin:0;
	 float:left;
}
.top-search-form  .container-inline .form-item-search-block-form input{
	height: 42px;
    margin: 0;
    padding: 0 10px;
    width: 100%;
	font-size: 18px;
	line-height:24px;
	text-transform: capitalize;
}
.top-search-form #search-block-form input.form-submit{
	background: #000;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    margin: 0;
    overflow: visible;
    text-indent: 0;
    text-shadow: none;
    width:auto;
	text-transform: uppercase;
    padding:0 40px;
}
.top-search-form #search-block-form{
	
	width:100%;
}

.top-search-form #search-block-form .form-actions{
    position: absolute;
    right: 20px;
    top: 20px;
}
.top-search-form{
	display:none;
	position:absolute;
	top:100%;
	width:100%;
	left:0;
	z-index:9999;
	
}
.container-inline{
    width:100%;
	float:left;
	background: rgba(64,94,4,0.9);
    padding:20px;
    min-height: 275px;	
}
a.toogle-search{
	background: rgba(0, 0, 0, 0) url("images/search.png") no-repeat center center;
    display: block;
    float: right;
    height: 25px;
    width: 25px;
    transition-duration: 0.35s;
}
.language-translate{
	display:inline-block;
	vertical-align:top;
	margin:0;
	
}
.language-translate select{
	padding: 8px 5px;
}
/* menu ka panga sa */
.caret{
	display:none;
}
.menu_wrapper{
	position:static;
    float:right;
}
.menu-list #main-menu li{
    background: transparent;
	position:static;
	margin-right:0;
}
.menu-list #main-menu li a{
    background: transparent;
    color: #000;
    text-decoration: none;
	font-size:16px;
	line-height:20px;
	padding: 14px 10px;
	
}
.menu-list #main-menu li span.nolink{
    background: transparent;
    color: #000;
	font-size:16px;
	line-height:20px;
	padding: 14px 10px;
	display: block;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.menu-list #main-menu li span.nolink:hover{
   color:#fff;
}

.menu-list #main-menu li.expanded ul li.expanded span.nolink{
    color: #fff;
	padding: 0;
	line-height: 18px;
	display: block;
	min-height: 40px;
	margin-bottom: 5px;
	background: transparent;
	text-align:left;
}

.menu-list #main-menu li:hover{
	background: rgba(64,94,4,1);
	color:#fff;
}
.menu-list #main-menu li:hover a{
	color:#fff;
}
#main-menu li ul{
	box-shadow:none;
	min-width:100%;
	width:100%;
	left:0;
	background: rgba(64,94,4,0.9);
	height:auto;
	padding:20px;
	min-height: 280px;
}
#main-menu li li{
	min-width:100%;
	width:100%;
	float:left;
}
#main-menu li li a:hover{
	
	background:transparent;
}
#main-menu li li a{
	min-width:100%;
	line-height:15px;
	font-size:12px;
	padding:8px 5px;
	border: none;
	
}

#main-menu .menu-navigation-container ul.menu li ul.menu li{
	width:13%;
	float:left;
	min-width:auto;
	max-width:100%;position:relative;
	display:block;
	margin-right:15px!important;
	background: transparent;
}
#main-menu .menu-navigation-container ul.menu li ul.menu a{
	font-weight:bold;
	font-size:16px;
	color:#fff;
	padding:0;
	line-height:18px;
	display:block;
	min-height: 40px;
	margin-bottom: 5px;
	background:transparent;
}
#main-menu .menu-navigation-container ul.menu li ul.menu li ul.menu a{
	color:#fff;
	font-weight:normal;
	font-size:14px;
	background: url("images/arrow-bg.png") no-repeat left center;
	padding: 0 0 0 15px;
	min-height:100%;
	line-height: 18px;
}
#main-menu .menu-navigation-container ul.menu li ul.menu li ul.menu{
    width: 100%;
	display: block ;
	position: relative;
	margin: 0!important;
	padding: 0;
	border: none;
	box-shadow: none;
	background:transparent;
	min-height:100%;
}
#main-menu .menu-navigation-container ul.menu li ul.menu li ul.menu li{
	width:100%;
	margin-bottom:10px;
}
.page-search-node .search-form .container-inline{
	min-height:100%;
	position:relative;
	margin-bottom:20px;
}
.page-search-node .search-form .container-inline .form-item-keys{
	width:100%;
}
.page-search-node #search-form .form-item-keys label{
	font-size: 16px;
	line-height:20px;
	color:#fff;
	font-weight:normal;
	margin-bottom:5px;
}
.page-search-node #search-form input#edit-keys{
	font-size: 16px;
    height: 42px;
    line-height: 20px;
    padding: 10px;
    width: 100%;
	margin:0;
}
.page-search-node #search-form input.form-submit{
	background:#000 url("images/search1.png") no-repeat scroll center center;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    padding: 21px;
    position: absolute;
    right: 20px;
    top: 45px;
	height:43px;
}
/* footer css start here */
.footer-links{
	width:25%;
	float:left;
}
.footer-links h2{ 
    border-bottom: 2px solid #292929;
    padding-left: 20px;
	color:#fefefe;
	font-size:14px;
	line-height:20px;
	text-transform:uppercase;
	font-weight:bold;
	opacity:0.5;
	letter-spacing: 1px;
}
.footer-menu{
	width:100%;
	float:left;
	padding:0 20px;
	margin-top:15px;
}
#footer .footer-menu li a,#footer .footer-menu li span{
	color:#fff;
	font-weight: 600;
	text-transform: inherit;
	font-size:14px;
	line-height: 18px;
	position:relative;
}
.footer-menu li{
	background:none;
	margin:0 0 10px 0;
	padding:0;
	color:#fff;
}
.footer-menu.socila-links li{
	width:auto;
	float:left;
	margin-right: 20px;
}
#footer{
	padding:25px 0;
	
}
.footer-menu.socila-links li img{ 
    background:transparent;
    border: none;
    box-shadow:none;
    padding:0px;
	vertical-align:middle
}
.copyright-block{
	width:100%;
	float:left;
	margin-top:-72px;
}
.fotter-copymark{
	width:100%;
	float:left;
	margin-top:5px;
	border-top:1px solid #292929;
	padding-top:20px;
}
.fotter-copymark ul{
	float:right;
	margin:0;
}
.fotter-copymark ul li{
	display:inline-block;
}
.fotter-copymark p{
	float:left;
	font-size:12px;
	color:#fff;
	opacity:0.5;
	font-family: 'GothamBook';
}
#footer .fotter-copymark ul li{
	
	background:none;
	padding: 0 10px;
	margin:0;
}
#footer .fotter-copymark ul li a{
	color:#fff;
	font-size:10px;
	font-family: 'GothamBook';
} 
#footer .fotter-copymark ul li:last-child{
	border-left:1px solid #4e4e4e;
}
#footer .footer-mailchimp{
	width:100%;
    float:left;
}
#footer .footer-mailchimp #mc_embed_signup{
	background:transparent;
	
}
#footer .footer-mailchimp #mc_embed_signup form{
    padding:10px;
	
}	
#footer .footer-mailchimp #mc_embed_signup form input{margin: 0;
    min-width: 100%;
    width: 100%;
	min-height:40px;
	border-radius:4px;
	border: medium none;
}
#footer .footer-mailchimp #mc_embed_signup form label{
	color:#fff;
	font-size:18px;
	line-height:22px;
	padding:0;
	margin:0px;
}

#footer .footer-mailchimp #mc_embed_signup form .news-button input{
	background: #55731c;
    border: medium none;
    box-shadow: none;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    height: 100%;
    line-height: 30px;
    margin-top: 10px;
    min-height: auto;
    min-width: auto;
    padding: 5px 12px;
    width: auto;
	border-radius:4px;
	text-transform: uppercase;
	font-family:"Source Sans Pro";
}
.footer-menu.address li a,.footer-menu.address li span{
	padding-left:30px;
	display:block;
	min-height:30px;
}
.address span::before,.fon a::before,.mailto a::before{
	width: 100%;
	height: 100%;
	display: block;
	content: none;
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
}
.address span::before{background: url("images/locate1.png") no-repeat left top;}
.fon a::before{background: url("images/telfon.png") no-repeat left top;}
.mailto a::before{background: url("images/email1.png") no-repeat left top;}
.copyright-block h2{
	display:none;
}
/* footer css ends here */

/* front banner slideshow  */
.views-slideshow-cycle-main-frame,
.views-slideshow-cycle-main-frame-row {
    width: 100% !important;
    margin: auto;
}
.main-banner{
	position:relative;
	z-index:1
}
.main-banner .views-slideshow-cycle-main-frame,.main-banner .views-slideshow-cycle-main-frame-row{
	width:100%;
	float:left;
}
.main-banner .views-slideshow-cycle-main-frame-row img{
	width:100%!important;
	float:left;
}

.banner-content{
    background: rgba(35,25,15,0.7);
    bottom: 15px;
    left: 80px;
    padding: 20px 20px 15px;
    position: absolute;
    width: 500px;
}
.banner-content h3{
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}
.banner-content p{
	margin-bottom:30px;
}
.banner-content p a{
	font-size:18px;
	line-height:22px;
	color:#fff;
	text-transform: none;
}
.all-article a{
	font-size:12px;
	line-height:18px;
	color:#fff;
	padding-left: 18px;
	font-weight:bold;
	text-transform:capitalize;
	background: url("images/plus1.png") no-repeat scroll 0px center;
}
.region-banner-region .block{
	margin:0;
}
.region-banner-region .views-slideshow-controls-top span{
	height: 40px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    width: 30px;
    z-index: 10;
}
.region-banner-region .views-slideshow-controls-top span a{
	width:100%;
	height:100%;
	font-size:0;
}
.region-banner-region .views-slideshow-controls-top .views-slideshow-controls-text-previous{
	left:10px;
}
.region-banner-region .views-slideshow-controls-top .views-slideshow-controls-text-previous a{
	background: url("images/prev1.png") no-repeat scroll 0px center;
}
.region-banner-region .views-slideshow-controls-top .views-slideshow-controls-text-next{
	right:10px;
}
.region-banner-region .views-slideshow-controls-top .views-slideshow-controls-text-next a{
	background: url("images/next1.png") no-repeat scroll 0px center;
}
.region-banner-region .views-slideshow-controls-text-pause{
	display:none;
}
/* front banner slideshow ends here  */


/* minister block start here */
.minister-info-wrap{
	padding: 42px 0 18px;
}
.minister-contact-block{
	
	width:33%;
	float:left;
	padding-right:30px;
}
.minister-info-block{
	width:67%;
	float:left;	
}
.minister-info-block h2{
	display:none;
}
ul.contact-list{
	padding-top:12px;
}
.contact-list li{
	background:none;
	padding:0;
	margin: 0 0 17px;
}

.contact-list li a{
	color: #31659c;
    min-height: 30px;
    padding: 5px 0 0 44px;
    position: relative;
    vertical-align: middle;
	transition-duration: 0.35s;
}
.contact-list li a::before{
	width: 100%;
	height: 100%;
	display: block;
	content: none;
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	transition-duration: 0.35s;
}

.contact-list li a:hover{
	color:#000;
	opacity:1;
}
.contact-list li.contact a::before{
	background: url("images/contact1.png") no-repeat scroll 0px center;
}
.contact-list li.press a::before{
	background: url("images/press1.png") no-repeat scroll 0px center;
}
.contact-list li.speeches a::before{
	background: url("images/speech1.png") no-repeat scroll 0px center;
}
.contact-list li.gallery a::before{
	background: url("images/photo1.png") no-repeat scroll 0px center;
}
.contact-list li.contact a:hover::before{
	background: url("images/contact2.png") no-repeat scroll 0px center;
}
.contact-list li.press a:hover::before{
	background: url("images/press2.png") no-repeat scroll 0px center;
}
.contact-list li.speeches a:hover::before{
	background: url("images/speech2.png") no-repeat scroll 0px center;
}
.contact-list li.gallery a:hover::before{
	background: url("images/photo2.png") no-repeat scroll 0px center;
}
.minister-info h4{
	line-height:22px;
}
.minister-info h4 a{
	color:#55731c;
	font-size:18px;
	line-height:22px;
	font-weight: bold;
    letter-spacing: 3px;
}
.minister-info{
	width:58%;
	float:left;
	padding: 10px 40px 0 0;
	
}
.minister-about figure{
    float: left;
    width: 42%;
}
.info-body h4{
	/* font-size:14px;
	line-height:18px;
	color:#999999;
	letter-spacing:1px;
	text-transform: uppercase;
	margin-bottom: 18px; */
}
.info-body p{
	color:#303030;
	font-size:12px;
	line-height:16px;
	font-family: 'Source Sans Pro';
}
.minister-info p a{
	color:#31659c;
	font-size:11px;
	line-height:15px;
	font-weight:600;
	background: url("images/read.png") no-repeat scroll 0px center;
	padding-left: 24px;
}
   /* minister block ends here */

/* investors block start here */
   
.investors{
	padding:0 0 40px;
	position:relative;
}
.investors::before{
	width: 100%;
	height: 50%;
	display: block;
	content: none;
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	background:#55731c;	
	z-index:-1;
}
.investors::after{
	width: 100%;
	height: 50%;
	display: block;
	content: none;
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;	
	background:#222222;
	z-index:-1;
}
     /* First slider section starts here */
.view-investing-in-congo .views-field-field-icon-image{
	min-height:115px;
	
}
.owl-item .field-content{
	text-align:center;
	display:block;
}
.congo-box a{
	color:#fff;
	font-weight:bold;
}
.congo-box:hover a{
	color:#000;
}
.congo-box figure{
	min-height:125px;
	
}
.congo-box{	
		display:inline-block;
}
.congo-box .invest{
		display:block;
}
.congo-box .invest-block{
		display:none;
}
.congo-box:hover .invest-block{
		display:block;
}
.congo-box:hover .invest{
		display:none;
}
.congo-box figure img{
	display:inline-block;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
	width:95px;
	height:105px;
    background:transparent;	
	border:none;
	box-shadow:none;
}
.congo-box figure:hover img{
	z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);
	margin-top:5px;
	background: none;
    border: none;
    box-shadow: none;
}

      /* First slider section ends here */
			  
	  /* second slider section starts here */
.social-block,#block-views-partners-and-development-block{
	
	background:#fff;
	padding:20px;
}
.investors .block{
	
	margin:0;
}
#block-views-investing-in-congo-block{
	text-align:center;
	background: url("images/invest-bg.png") no-repeat center bottom;
	padding-bottom: 45px;
}
#block-views-publications-block{
	background:#f2f2f2;
	padding:20px;
}

#block-views-publications-block .field-content a{
	font-size:14px;
	font-weight:bold;
	color:#31659c;
}
#block-views-publications-block .owl-item:hover .field-content a{
	color:#55731c;
}

#block-views-publications-block .views-field-field-file-cover-image .field-content a{
	font-size:14px;
	font-weight:bold;
	color:#31659c;
	position:relative;
	overflow:hidden;
	border-bottom:3px solid #f2f2f2;
	border-left:3px solid #f2f2f2;
	border-right:3px solid #f2f2f2;
	border-top:3px solid #f2f2f2;
    -ms-transition: all 200ms ease-in;
	-webkit-transition: all 200ms ease-in;
}
#block-views-publications-block .views-field-field-file-cover-image .field-content a:hover{
	border-bottom:3px solid #436403;
	border-left:3px solid #436403;
	border-right:3px solid #436403;
	border-top:3px solid #436403;
	-ms-transition: all 200ms ease-in;
	-webkit-transition: all 200ms ease-in;
}

 #block-views-publications-block a:hover{
	opacity:1;
} 


#block-views-publications-block .views-field-field-file-cover-image .field-content a img {
    display:inline-block;
    border:0;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
    padding:0 10px;	
	border-bottom:3px solid #31659c;
	width:140px;
	height:200px;
}

#block-views-publications-block .field-content a:hover img{
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);
	border:none;
	padding:0;
}

.investors .block h2{
	color:#000;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
	padding-left: 20px;
}
.owl-theme{
	position:relative;
	
}
.owl-controls{
	width:100%;
}
.investors .owl-theme .owl-controls .owl-buttons .owl-prev{
	font-size:0;
	float:left;
	background: url("images/prev-button.png") no-repeat scroll 0px center;
    height: 65px;
    margin: 0;
    padding: 0;
    width: 36px;
	border-radius:0;
	position:absolute;
	top:50%;

	left:0;
}
.investors .owl-theme .owl-controls .owl-buttons .owl-next{
	font-size:0;
	float:right;
	background: url("images/next-button.png") no-repeat scroll 0px center;
	height: 65px;
    margin: 0;
    padding: 0;
    width: 36px;
	border-radius:0;
	position:absolute;
	top:50%;

	right:0;
}
    /* second slider section starts here */
	
/*   first social block start here */
.video-embed,.block-twitter,.block-facebook,.block-newsletter{
	width:25%;
	float:left;
	padding:0 20px;
	min-height:270px;
	position:relative;
}

#block-views-investing-in-congo-block h2{
    background: #000 none repeat scroll 0 0;
	color: #55731c;
	display: inline-block;
	margin: 0 0 50px;
	padding: 5px 36px;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 4px;
}
.view-investing-in-congo{
	padding:0px 30px 20px;
	position:relative;
}
.view-investing-in-congo .owl-carousel.owl-theme{
	position:static;
}

.minister-mailchimp{
	width:100%;
	float:left;
}
.minister-mailchimp #mc_embed_signup form{ 
    padding:0;
}
.minister-mailchimp #mc_embed_signup form label{ 
    font-size:14px;
	line-height:18px;
	font-weight:bold;
	font-family: 'Source Sans Pro';
	text-transform:uppercase;
}
.minister-mailchimp form p{ 
    margin-bottom:10px;
}
.minister-mailchimp #mc_embed_signup input.email{ 
    margin:0;
	width:100%;
	min-height:30px;
	min-width:100%;
	padding:5px 10px;
	font-size:14px;
	line-height:18px;
	border:none;
	background:#e5e5e5;
	color:#000;
	border-radius:0;
	opacity:0.7;
}
.minister-mailchimp .news-button{
	text-align:right;
	margin-top:4px;
}
.minister-mailchimp #mc_embed_signup input.button{
	background: #fff url("images/signup.png") no-repeat scroll 0 center;
    border-radius: 0;
    color: #454545;
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    padding-left: 35px;
    text-align: right;
    text-shadow: none;
    text-transform: uppercase;
    width: auto;
}
.banner-menu{
	background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    display: inline-block;
    position: absolute;
    right: 0;
    z-index: 99;
	padding:10px;
	margin:0;
}
.banner-menu li{
	background: none;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}
.banner-menu li:first-child{
	margin-left:0
}
.banner-menu li:last-child{
	margin-right:0
}
.banner-menu li a{
	display:block;
}
.banner-menu li a:hover img{
	background:transparent;
}
.banner-menu li img{
	background: transparent none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    display: block;
    padding: 0;
    vertical-align: middle;
}
.video-embed h4{
	font-size:14px;
	line-height:18px;
	font-weight:bold;
}
.investor-feed{
	width:100%;
    position:absolute;
    bottom:0;
    left:10px;;
}
.investor-feed ul li{
	display:inline-block;
	background:transparent;
	margin:0;
	padding:0; 
	width:100%;
	float:left
}
.investor-feed ul li:first-child{
        margin-left: 20px;
}
.investor-feed ul li.youtube a{
	background: #fff url("images/youtube2.png") no-repeat scroll 0 center;
}
.investor-feed ul li.twitter a{
	background: #fff url("images/twitter2.png") no-repeat scroll 0 center;
	padding-left:25px;
}
.investor-feed ul li.facebook a{
	background: #fff url("images/facebook2.png") no-repeat scroll 0 center;
    padding-left:20px;	
}
.investor-feed ul li a{
	font-weight:bold;
	color:#31659c;
	padding-left:40px;
	line-height:30px;
}
.view-partners-and-development{
	padding:0 30px;
	position:relative;
}
.view-partners-and-development .owl-carousel.owl-theme{
	position:static;
}


.view-partners-and-development .views-field-field-logo img{
    display:inline-block;
    border:0;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
	width:150px;
	height:120px;
}

.view-partners-and-development .views-field-field-logo:hover img{
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);
	padding-top:5px;
}

/*   first social block start here */


/* investor block ends here */




    




/* theme main style css  start end*/


/* contact us page theme starts here */
.top-breadcumb-wrap .main-breadcrumb{
	float:left;
}
.top-breadcumb-wrap .print-wrap{
	float:right;	
}
.top-breadcumb-wrap .print-wrap h2{
	display:none;
}
.top-breadcumb-wrap .print-wrap .block{
	float:left;
	margin-right:5px;
}
.not-front .main-banner img{
	width:100%;
	height:100%;
	float:left;
	
}
.breadcrumb{
	color:#999999;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	font-family: "Source Sans Pro";
}
.breadcrumb a{
	color:#31659c;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	font-family: "Source Sans Pro";
	
}
.inner-body{
	background:#55731c;
	
}
body.sidebar-second .content-sidebar-wrap{
	width: 71%;
	padding-right:64px;
}
body.sidebar-second #sidebar-second{
	width: 29%;
}
.breadcrumb{
	border-bottom: none;
	margin: 0px;
	padding-top: 30px;
    padding-bottom: 0;
}
.top-breadcumb-wrap{
	margin:10px 0 20px;
}
.inner-body-wrap{
	background: #fff url("images/inner-bg.png") no-repeat scroll 0 bottom;
	margin-top:-92px;
	padding: 0 40px 50px 40px;
	position: relative;
}
.not-front .main-banner{
	position:static;
}
.webform-client-form-57 .form-item-captcha-response.form-item label{
	font-size:17px;
	line-height:22px;
}
.webform-client-form .captcha .form-item-captcha-response{
	margin:0;
}
.not-front .page-title{
	color: #55731c;
	font-weight: bold;
	margin-bottom: 28px;
	font-size: 24px;
	line-height:30px;
	letter-spacing: 5px;
}
.node-webform .form-type-item{display: none;} 
.contact-address{
	width:100%;
	float:left;
	margin-bottom:27px;
}
.webform-client-form{
	width:100%;
	float:left;
}
.webform-client-form .form-item{
	margin-bottom:7px;
}
.contact-address address{
	font-size: 17px;
	color: #999999;
	letter-spacing: 3px;
	font-weight: bold;
	padding-bottom: 10px;
	line-height: 20px;
}
.contact-address ul.contact-left-info li{
	font-size: 17px;
	color: #999999;
	letter-spacing: 3px;
	font-weight: bold;
	line-height: 20px;
	background:none;
	padding-left:0;
	margin:0;
}
.contact-address ul.contact-left-info li a{
	color: #161616;
	font-size: 17px;
	letter-spacing: 3px;
	font-weight: bold;
	line-height: 20px;
}
.contact-address ul.contact-left-info li:last-child a{
	color: #31669c;
}
.contact-address ul.contact-left-info{
	margin:10px 0 0;
	padding:0;
}

.node-type-webform .form-item input,#webform-client-form-58 .form-item input{
	width: 100%;
	padding: 13px 20px;
	background: #bfbfbf;
	font-size: 18px;
	color: #fff;
	border-radius: 4px;
}
#webform-client-form-57 .form-item input::-webkit-input-placeholder,#webform-client-form-57 .form-item textarea::-webkit-input-placeholder {
	color: #fff;
}
#webform-client-form-57 .form-item input::-moz-placeholder,#webform-client-form-57 .form-item textarea::-moz-placeholder {
	color: #fff;
}
#webform-client-form-57 .form-item input:-ms-input-placeholder,#webform-client-form-57 .form-item textarea:-ms-input-placeholder { 
     color: #fff;
}
#webform-client-form-57 .form-item input:-moz-placeholder,#webform-client-form-57 .form-item textarea:-moz-placeholder {
	color: #fff;
}
#webform-client-form-57 .form-item textarea{max-width: 100%;
    border-radius: 4px;
	background: #bfbfbf;
	font-size: 18px;
	color: #fff;
	padding: 13px 20px;
	color: #fff;
	font-family: "Source Sans Pro";
}
#webform-client-form-58 .form-item input::-webkit-input-placeholder,#webform-client-form-58 .form-item textarea::-webkit-input-placeholder {
	color: #fff;
}
#webform-client-form-58 .form-item input::-moz-placeholder,#webform-client-form-58 .form-item textarea::-moz-placeholder { 
    color: #fff;
}
#webform-client-form-58 .form-item input:-ms-input-placeholder,#webform-client-form-58 .form-item textarea:-ms-input-placeholder {
	color: #fff;
}
#webform-client-form-58 .form-item input:-moz-placeholder,#webform-client-form-58 .form-item textarea:-moz-placeholder {
	color: #fff;
}
#webform-client-form-58 .form-item textarea{
	max-width: 100%;
	border-radius: 4px;
	background: #bfbfbf;
	font-size: 18px;
	color: #fff;
	padding: 13px 20px;
	color: #fff;
	font-family: "Source Sans Pro";
}
#webform-client-form-57 .form-actions input[type="submit"]{
	background: transparent url('images/send-arrow.png') no-repeat;
	color: #31659c;
	font-size: 16px;
	font-weight: bold;
	box-shadow: none;
	border: none;
	float: right;
	line-height: 30px;
    margin: 0;
    padding: 0 0 0 37px;
}
#webform-client-form-57 .form-actions{
	margin: 0px;
	padding: 0px;
}
/* .page-node-57 #block-system-main{padding-bottom: 110px;} */

#webform-client-form-58 .form-actions input[type="submit"]{
	background: transparent url('images/send-arrow.png') no-repeat;
	color: #31669c;
	font-size: 16px;
	font-weight: bold;
	box-shadow: none;
	border: none;
	float: right;
	padding-left: 37px; 
	line-height: 14px;
}
#webform-client-form-58 .form-actions{
	margin: 0px;
	padding: 0px;
}
.page-node-58 #block-system-main{
	padding-bottom: 110px;
}
#sidebar-second .region-sidebar-second{
	margin-top: 55px;
}
.contact-right{
	width:100%;
	float:left;
	margin-bottom:30px;
}
.contact-right h3{
	font-size: 16px;
	line-height:16px;
	color:#000;
	font-weight:bold;
	margin:0;
}
.contact-right ul li{
	display:block;
	background:none;
	padding:0;
	
}
.contact-right ul li a{
	display:inline-block;
}
.contact-right ul li,.contact-right ul li a{
	font-size: 16px;
	line-height:16px;
	color:#000;
	 text-transform: none;
}
.contact-right ul li:last-child a{
	color: #31669c;
}
.contact-info h2{
	display:none;
}
/* #block-block-13 p{
	font-size: 15px;
}
#block-block-13 p a{
	color: #31669c;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	text-transform: lowercase;
} */

/* welcome page css start */
.content-sidebar-wrap #post-content{
	padding:0px;
}
.print-wrap .content a img{
	border: none;
	background:transparent;
	box-shadow:none;
}
.print-wrap .content a:hover img{
	background:transparent;
}

.contact-address h4{
	color: #999999;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 20px;
    padding-bottom:0px;
	margin:0;
}

.message-body p{
	font-size:15px;
	line-height:20px;
	color:#303030;
}
.welcome-person h2,.welcome-list h2{
	display:none;
	
}
.welcome-list ul{
	margin-top:15px;
	padding-left:15px;
}
.welcome-list ul li{
	background:none;
	padding:0;
	margin-bottom:15px;
}
.welcome-list ul li a{
	color:#31659c
}
.welcome-list ul li a:hover{
	color:#000;
	opacity:1;
	font-weight:bold;
}
/* welcome page css start */


/* node article page css start */
.node-type-article .node-article{
	width:100%;
	float:left;
}
.node-type-article .node-article .field-name-field-sub-title{
    width:70%;
	float:left;
}
.node-type-article .node-article .field-name-field-sub-title .field-item{
	color: #999999;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 20px;
    margin: 0;
    padding-bottom: 0;
	text-transform: uppercase;
}

.node-type-article .node-article .field-name-field-date{
	width:30%;
	float:right;	
	text-align:right;
	padding-top:20px;
}
.node-type-article .node-article .field-name-field-date .field-item span{
	font-size: 12px;
    letter-spacing: 1px;
    line-height: 16px;
	color:#999999;
	text-transform: uppercase;
}
.node-type-article .node-article .field-name-body{
	width:100%;
	float:left;
	margin-top:27px;
}
.node-type-article .node-article .field-name-body p{
	color: #303030;
    font-size: 15px;
    line-height: 20px;
}
.node-type-article .inner-body-wrap #sidebar-second .block-views{
	width:100%;
	float:left;
	margin-bottom:20px;
}
.node-type-article .inner-body-wrap .block-views h2{
	display:none;
}
#block-views-similar-articles-block.block-views h2{
	display:block;
	color:#000;
	font-size: 14px;
    line-height: 18px;
	text-transform:uppercase;
	font-weight:bold;
	opacity:0.5
}
.view-article-right-side-image-block blockquote.image-field-caption{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    quotes: none;
	text-shadow:none;
}
.view-article-right-side-image-block .image-field-caption p{
    margin: 5px  0 0;
	color:#31659c;
	font-size: 14px;
    line-height: 18px;
	text-transform: inherit;
	font-weight:bold;
}
.node-type-article .block-views .view-article-page-photo-album ul li{
	padding:0;
	background:none;
	width:25%;
	float:left;
	padding:0px 10px;
} 

.node-type-article .block-views .view-article-page-photo-album ul li a{
	display:block;
}
.node-type-article .block-views .view-article-page-photo-album ul li img{
	width:100%;
	padding:0;
}
.node-type-article .block-views .view-similar-articles .views-row{
	width:100%;
	float:left;
	margin:0 0 6px;
	border-bottom:1px solid #f7f7f7;
	padding-bottom:5px;
}
.node-type-article .block-views .view-similar-articles .views-field-title{
	width:82%;
	float:left;
	padding-left:10px;
}
.node-type-article .block-views .view-similar-articles .views-field-field-date{
	width:18%;
	float:left;
}
.view-similar-articles .views-field-field-date span.date-display-single{
	color: #999999;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 16px;
    text-transform: uppercase;
}
.node-type-article .view-similar-articles .views-field-title a{
	color:#31659c;
	font-size: 15px;
    letter-spacing: 1px;
    line-height: 18px;
     text-transform: inherit;
	font-weight:600;
}
.node-type-article .view-similar-articles .more-link{
	text-align:left;
}
.node-type-article .view-similar-articles .more-link a{
	color:#31659c;
	background:url('images/read.png') no-repeat left center;
	padding-left:25px;
	font-weight:bold;
}
/*node article page css start */




/* page-articles start */
.page-articles #views-exposed-form-articles-page{
	width:100%;
	float:left;
}
.page-articles #views-exposed-form-articles-page .views-exposed-widget{
	width:25%;
	padding:0 15px 0 0;
}
.page-articles #views-exposed-form-articles-page .views-exposed-widget.views-widget-filter-field_date_value{
	width:38%;
}
.page-articles #views-exposed-form-articles-page .views-exposed-widget.views-widget-filter-field_date_value #edit-field-date-value-min-wrapper{
	float: left;
    width: 48%;
}
.page-articles #views-exposed-form-articles-page .views-exposed-widget.views-widget-filter-field_date_value input{
	background: #bfbfbf url("images/calndr.png") no-repeat right center;
	background-position:94% 50%;
	padding: 12px 42px 12px 10px;
}

.page-articles #views-exposed-form-articles-page .views-exposed-widget.views-widget-filter-field_date_value label{
	display:none;
}

.view-articles .views-exposed-widgets input{
	background: #bfbfbf none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    float: left;
    font-family: "Source Sans Pro";
    font-size: 17px;
    letter-spacing: 1px;
    margin: 0;
    padding: 12px 10px;
    text-transform: uppercase;
    width: 100%;
}
.page-articles #views-exposed-form-articles-page .views-exposed-widget.views-widget-filter-field_date_value #edit-field-date-value-max-wrapper{
	float: right;
    width: 48%;
}
.page-articles #views-exposed-form-articles-page .views-exposed-widget.views-submit-button,.page-articles #views-exposed-form-articles-page .views-exposed-widget.views-reset-button{
	width:auto;
	padding: 0 15px 0 0;
	
}
.page-articles #views-exposed-form-articles-page .views-exposed-widget select.form-select{
	background: #bfbfbf none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    float: left;
    font-family: "Source Sans Pro";
    font-size: 17px;
    letter-spacing: 1px;
    padding: 12px 10px;
    text-transform: uppercase;
    width: 100%;
}
.page-articles #views-exposed-form-articles-page .views-exposed-widget.views-reset-button input{
	background: rgba(0, 0, 0, 0) url("images/reseticon.png") no-repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    font-size: 0;
    height: 47px;
    margin:0;
    padding: 0;
    width: 47px;
}
.page-articles #views-exposed-form-articles-page .views-exposed-widget.views-submit-button input{
	background: rgba(0, 0, 0, 0) url("images/submiticon.png") no-repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    font-size: 0;
    height: 47px;
    margin: 0;
    padding: 0;
    width: 47px;
}
.page-articles #views-exposed-form-articles-page .views-exposed-widget.views-widget-filter-date_filter #edit-date-filter-min-wrapper{
	width:48%;
	float:left;
}
.page-articles #views-exposed-form-articles-page .views-exposed-widget.views-widget-filter-date_filter #edit-date-filter-min-wrapper div{
	width:100%;
	float:left;
}
.page-articles #views-exposed-form-articles-page .views-exposed-widget.views-widget-filter-date_filter #edit-date-filter-min-wrapper div input{
	width:100%;
	float:left;
	background:#bfbfbf;
    border: medium none;
    color: #fff;
    font-size: 17px;
    height: 40px;
    margin: 0;
    opacity: 1;
	border-radius:4px;
    padding: 10px;
	font-weight:normal;
}
.page-articles #views-exposed-form-articles-page .views-exposed-widget.views-widget-filter-date_filter #edit-date-filter-max-wrapper{
	width:48%;
	float:right;
}
.page-articles #views-exposed-form-articles-page .views-exposed-widget.views-widget-filter-date_filter #edit-date-filter-max-wrapper div{
	width:100%;
	float:left;
}

.page-articles #views-exposed-form-articles-page .views-exposed-widget.views-widget-filter-field_date_value .form-item.form-type-date-popup{
	margin:0;
}
.page-articles #views-exposed-form-articles-page .views-exposed-widget.views-widget-filter-date_filter #edit-date-filter-max-wrapper div input{
	background:#bfbfbf;
    border: medium none;
    color: #fff;
    float: left;
    font-size: 17px;
    height: 40px;
    margin: 0;
    opacity: 1;
    width: 100%;
	border-radius:4px;
	font-weight:normal;
	padding:10px;
}
.page-articles #views-exposed-form-articles-page .views-exposed-widget.views-widget-filter-date_filter label,.page-articles #views-exposed-form-articles-page .views-exposed-widget.views-widget-filter-date_filter .description{
	display:none;
}

#views-exposed-form-articles-page .views-exposed-widget .select{
	width:100%;
	
}
.views-exposed-widget .select .select-styled {
	background:#bfbfbf url('images/select.png') no-repeat right center;
    color: #fff;
    height: 40px;
    padding: 10px 40px 10px 10px;
	background-position:97% 50%;
    width: 100%;
	font-size:18px;
	line-height:22px;
	font-weight:300;
	border-radius:4px;
	text-transform:uppercase;
	top: -13px;
}
.views-exposed-widget .select-options{
	top:25px;
	width:100%;
	background:#939393;
	border-radius:4px;
}
.views-exposed-widget .select-options li{
	padding:5px;
	margin-bottom:5px;
	background:none;
	color:#fff;
	text-transform:uppercase;
}
.views-exposed-widget .select-options li:hover{
	background:#717171;
}
.article-archive{
	width:100%;
	float:left;
	margin-bottom:20px;
}
.date-article{
	width:10%;
	float:left;
	text-align:center;
}
.date-article span:first-child{
	font-weight: normal;
	font-size:14px;
}
.date-article span{
	color: #999999;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0;
    text-transform: uppercase;
	display:inline-block;
}
.article-archive .article-profile{
	width:10%;
	float:left;
	padding:0 15px;
	text-align:center;
}
.article-archive .article-profile blockquote {
	display:none;
	
}
.article-archive .article-inner-body{
	width:75%;
	float:left;
}
.article-archive .article-inner-body h4{
	display:block;
	margin:0;
	line-height:12px;
}
.article-archive .article-inner-body h4 a{
	color:#31659c;
	display: inline-block;
	font-weight:bold;
	line-height:14px;
}
.article-archive .article-inner-body p{
	color:#31659c;
	font-size:15px;
	line-height:16px;
	font-weight:normal;
	margin:0;
	border-bottom:1px dashed #e3e3e3;
	padding: 5px 0;
}
.view-articles .category .item-list{
	 margin:0;
	 padding:0;
}
.view-articles .category .item-list ul{
	width:100%;
	float:left;
	margin:0;
}
.view-articles .category .item-list ul li{
	display:inline-block;
	margin: 0 5px 0 0;
	background:none;
	padding:0;
}
.view-articles .category .item-list ul li a{
	font-size:11px;
	font-weight:bold;
}
.view-articles .category .item-list ul li:after{
	content:" / "
}
.view-articles .category .item-list ul li:last-child:after{
	content:"."
}
.view-articles .sub-category .item-list{
	 margin:0;
	 padding:0;
}
.view-articles .sub-category .item-list ul{
	width:100%;
	float:left;
	margin:0;
}
.view-articles .sub-category .item-list ul li{
	display:inline-block;
	margin: 0 5px 0 0;
	background:none;
	padding:0;
}
.view-articles .sub-category .item-list ul li a{
	font-size:11px;
	font-weight:bold;
}
.view-articles .sub-category .item-list ul li:after{
	content:" / "
}
.view-articles .sub-category .item-list ul li:last-child:after{
	content:"."
}
.view-articles .view-content{
	width:100%;
	float:left;
	margin-top:20px;
	border-bottom: 5px solid #bfbfbf;
}
.view-articles .views-row{
	width:100%;
}
.view-articles .item-list{
	width:100%;
	float:left;
	margin-top:20px;
}
.view-articles .view-header {
    color: #999999;
    font-size: 16.84px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.view-articles .item-list{
	width:100%;
	float:left;
	padding:16px 0 0 0;
}
.view-articles .item-list .pager li{
	background:none; 
	border:none;
	padding:0; 
	border-radius:0;
	text-shadow:none;
	margin:0 13px 0 0;
	font-size:14px;
}
.view-articles .item-list .pager li.pager-next a{
	padding:1px;
}
.view-articles .item-list .pager li.pager-last a{
	padding:1px 2px;
}
.view-articles .item-list .pager li a{
	font-size:14px;
	font-weight:bold; 
	color:#4873a4;
}
.view-articles .item-list .pager{
	text-align:right;
}
.view-articles .item-list .pager li.pager-next,.view-articles .item-list .pager li.pager-last{
	margin:0;
}
.page-articles #views-exposed-form-articles-page .views-exposed-widget.views-widget-filter-field_date_value .description{
	display:none;
}
.page-documentation #ui-datepicker-div.ui-datepicker{
	width:18.2em;
	border:1px solid #aaaaaa;
	border-right:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;
}
.page-articles #ui-datepicker-div.ui-datepicker{
	width:18.2em;
	border:1px solid #aaaaaa;
	border-right:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;
}
/* page-articles end */


.main-banner .flexslider{border:none; box-shadow:none; border-radius:0;  margin: 0;}
.main-banner .flexslider ul li{padding:0; margin:0; height:100%;background-image:none!important;}
.main-banner .flexslider ul li img{visibility:visible; width:100%; height:100%;}
.main-banner .flexslider .banner-content{left:25px}
.main-banner .flexslider .flex-control-nav{bottom:54px; left:48px; right:inherit; z-index:9; width:auto;line-height:0;}
.main-banner .flexslider .flex-control-nav li a{width:10px; height:10px;}
.main-banner .flexslider .banner-content figure{display:none;}
.main-banner .banner-menu{background:rgba(0,0,0,0.56);}
.main-banner .flex-direction-nav{display:none;}
.main-banner .flexslider .flex-control-nav li a{background:none; border:1px solid #fff;}
.main-banner .flexslider .flex-control-nav li a.active, 
.main-banner .flexslider .flex-control-nav li a:hover{background:#fff; border:1px solid #fff;}
.main-banner .flexslider .flex-control-paging li a.flex-active{background:#fff; border:1px solid #fff;}


.node-type-minister .view-minister-page-photo-album .views-field-field-photo-album a img{border:none; box-shadow:none; padding:0; width:100%;}
.node-type-minister .view-minister-page-photo-album .views-field-field-photo-album a.colorbox{width:23%;}
.node-type-minister .view-minister-right-side-video-block .views-field-field-video-title .field-content{font-size:14px; text-transform:uppercase; color:#31659c; font-weight:bold; font-family: 'Source Sans Pro';}
.node-type-minister .view-minister-page-article-block .views-field-title {float:right; width:82%; text-align:left;}
.node-type-minister .view-minister-page-article-block a{color:#31659c; font-weight:600; font-family: 'Source Sans Pro'; text-transform: none; font-size:15px;}
.node-type-minister .view-minister-page-article-block .views-field-created{font-size:10.72px; color:#a3a3a2; font-weight:bold; font-family: 'Source Sans Pro'; text-transform:uppercase;}
.node-type-minister #sidebar-second .block{margin-top:18px;}
.node-type-minister #sidebar-second #block-views-minister-page-photo-album-block{margin-top:0;}
.node-type-minister #sidebar-second .region-sidebar-second h2{display:none;}
.node-type-minister #sidebar-second .contactInfo .content a{font-size:14px; color:#31659c; text-transform:uppercase; padding:0 0 0 55px; margin:0 0 11px 0; line-height:35px;}
.node-type-minister #sidebar-second .contactInfo .content a:first-child{background:url(images/airplane.png) no-repeat;}
.node-type-minister #sidebar-second .contactInfo .content a:last-child{background:url(images/speeches.png) no-repeat;}

.node-type-minister .inner-body .inner-body-wrap .content-sidebar-wrap #content #post-content .region-content .field-type-text-with-summary p small{font-size:15px; color:#303030; line-height:22.55px;}
.node-type-minister .inner-body .inner-body-wrap .content-sidebar-wrap #content #post-content .region-content .field-type-text-with-summary p{font-size:14px; color:#303030; line-height:22.55px;}
.node-type-minister .inner-body .inner-body-wrap .content-sidebar-wrap #content #post-content .field-name-field-sub-title-minister{font-size:16.84px; color:#999999; font-weight:bold; text-transform:uppercase; margin-bottom:26px;}

.node-type-page .minister-info-wrap .minister-info-block .minister-info .sub-title-minister{font-weight:bold; font-size:14px; text-transform:uppercase; color:#999999; margin-bottom:16px;}

.node-type-minister .view-minister-page-article-block .view-content .views-row{border-bottom:1px solid #f7f7f7; padding:11px 0 6px; width:100%; float:left;}


.content-sidebar-wrap #content #post-content .view-documentation .view-header{font-size:16.84px; color:#999999; font-weight:bold; text-transform:uppercase; letter-spacing:1px; margin:0 0 15px 0;}
.content-sidebar-wrap #content #post-content .view-documentation .view-filters .views-exposed-form label{display:none;}
.page-documentation .view-documentation .views-exposed-widget{
	width:35%;
	padding: 0 15px 0 0;}
.page-documentation .view-documentation .views-exposed-widget input{
	background: #bfbfbf none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    float: left;
    font-family: "Source Sans Pro";
    font-size: 17px;
    letter-spacing: 1px;
    padding: 12px 10px;
    text-transform: uppercase;
    width: 100%;
	margin:0;
}
.page-documentation .view-documentation .views-exposed-widget.views-submit-button,.page-documentation .view-documentation .views-exposed-widget.views-reset-button{
	width:auto;
	padding:0 15px 0 0;
	margin:0;
}
.page-documentation .view-documentation .views-exposed-widget .select-wrapper{
	width:50%;
	float:left;
	margin: 0;
    padding-right: 10px;
}
.page-documentation .view-documentation .views-exposed-widget .select-wrapper:nth-child(odd){
    padding-right:0;
	padding-left:10px;
	float:right;
}
.page-documentation .view-documentation .views-exposed-widget .select-wrapper .form-select{
	width:100%;
	float:left;
	background: #bfbfbf;
    border-radius: 5px;
    color: #fff;
    font-family: "Source Sans Pro";
    font-size: 17px;
    letter-spacing: 1px;
    padding: 12px 10px;
    text-transform: uppercase;
	border:none;
	
}
.page-documentation .view-documentation .views-exposed-widget #edit-field-document-date-value-min-wrapper{
	width:48%;
	float:left;
}

.page-documentation .view-documentation .views-exposed-widget.views-widget-filter-field_document_date_value input{
	background: #bfbfbf url("images/calndr.png") no-repeat right center;
	background-position:94% 50%;
	padding: 12px 42px 12px 10px;
}

.page-documentation .view-documentation .views-exposed-widget.views-widget-filter-field_document_date_value .form-item.form-type-date-popup{
	margin:0;
}
.page-documentation .view-documentation .views-exposed-widget #edit-field-document-date-value-max-wrapper{
	width:48%;
	float:right;
}
.page-documentation .view-documentation .views-exposed-widget.views-widget-filter-keys,.page-documentation .view-documentation .views-exposed-widget.views-widget-filter-term_node_tid_depth{
	width:26%;
}
.page-documentation .view-documentation .views-exposed-widget.views-widget-filter-term_node_tid_depth select.form-select {
    background: #bfbfbf;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    float: left;
    font-family: "Source Sans Pro";
    font-size: 17px;
    letter-spacing: 1px;
    padding: 12px 10px;
    text-transform: uppercase;
    width: 100%;
}
.page-documentation .view-documentation #edit-date-filter-wrapper .form-item{
	margin:0;
}
.page-documentation .view-documentation #edit-date-filter-wrapper .form-item .date-date input{
	border-radius:5px;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px; 
	color:#fff; 
	text-transform:uppercase; 
	background:#bfbfbf; 
	font-size:17px; 
	letter-spacing:1px; 
	font-family: 'Source Sans Pro'; 
	padding: 12px 9px; 
	width:100%;
	margin:0;
}


/* .content-sidebar-wrap #content #post-content .view-documentation .view-filters .views-exposed-form .views-widget-filter-keys input{border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; -ms-border-radius:5px; -o-border-radius:5px; color:#fff; text-transform:uppercase; background:#bfbfbf; font-size:19.98px; letter-spacing:1px; font-family: 'Source Sans Pro'; font-weight: 300; padding:14px 15px 8px 19px; width:100%;} */
.content-sidebar-wrap #content #post-content .view-documentation .view-filters .views-exposed-form .views-widget-filter-keys input::-webkit-input-placeholder{color:#fff; opacity:1;}
.content-sidebar-wrap #content #post-content .view-documentation .view-filters .views-exposed-form .views-widget-filter-keys input:-moz-placeholder{color:#fff; opacity:1;}
.content-sidebar-wrap #content #post-content .view-documentation .view-filters .views-exposed-form .views-widget-filter-keys input::-moz-placeholder{color:#fff; opacity:1;}
.content-sidebar-wrap #content #post-content .view-documentation .view-filters .views-exposed-form .views-widget-filter-keys input:-ms-input-placeholder{color:#fff; opacity:1;}


/* .content-sidebar-wrap #content #post-content .view-documentation .view-filters .views-exposed-form .views-widget .form-item-field-type-tid-1{ color:#fff; text-transform:uppercase; margin:2px 0 0 0;} */
.content-sidebar-wrap #content #post-content .view-documentation .view-filters .views-exposed-form .views-widget-filter-field_type_tid_1 .select{width:151px; float:left; margin:0; display:inherit;}
.content-sidebar-wrap #content #post-content .view-documentation .view-filters .views-exposed-form .views-widget-filter-field_type_tid_1 .select .select-styled{top:0; height:50px; line-height:34px; background-position: 93% 50%;}
.content-sidebar-wrap #content #post-content .view-documentation .view-filters .views-exposed-form .views-widget-filter-field_type_tid_1 .select-options{top:50px;}



.page-documentation .view-documentation .views-exposed-widget.views-submit-button input{
	margin:0; 
	background:url(images/submiticon.png) no-repeat; 
	width:47px;
	height:47px; 
	padding:0;
	border:none; 
	box-shadow:none;
	font-size:0;
}
.page-documentation .view-documentation .views-exposed-widget.views-reset-button input{
	background: rgba(0, 0, 0, 0) url("images/reseticon.png") no-repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    font-size: 0;
    height: 47px;
    margin:0;
    padding: 0;
    width: 47px;
}





.content-sidebar-wrap #content #post-content .view-documentation .views-table{background:none; border:none; margin:28px 0 0 0; width:100%; float:left;}
.content-sidebar-wrap #content #post-content .view-documentation .views-table tr{background:none;border:none;}
.content-sidebar-wrap #content #post-content .view-documentation .views-table td{
	background:none; 
	border:none;
	padding:5px 10px;
	font-size:16px;
	font-weight:bold; 
	color:#999999; 
	text-transform:uppercase; 
	letter-spacing:1px;
	border-bottom:1px dashed #e3e3e3;
	min-width:120px;
	text-align:center;
}
.content-sidebar-wrap #content #post-content .view-documentation .views-table td.views-field-title{
	text-align:left;
	
}
.content-sidebar-wrap #content #post-content .view-documentation .views-table td.views-field.views-field-nothing{
	min-width:50px;
}
.content-sidebar-wrap #content #post-content .view-documentation .views-table td.views-field-filesize{
	min-width:90px;
}
.content-sidebar-wrap #content #post-content .view-documentation .views-table td:nth-child(3){
	color:#31659c;
}
.content-sidebar-wrap #content #post-content .view-documentation .views-table td:nth-child(1),.content-sidebar-wrap #content #post-content .view-documentation .views-table td:nth-child(2){
	border:none;
}
.content-sidebar-wrap #content #post-content .view-documentation .views-table td.views-field-created{font-size:15.72px; font-weight:bold; color:#999999; text-transform:uppercase; letter-spacing:1.5px; border-bottom:1px dashed transparent;}
.content-sidebar-wrap #content #post-content .view-documentation .views-table td.views-field-field-file-cover-image{border-bottom:1px dashed transparent;}
.content-sidebar-wrap #content #post-content .view-documentation .views-table td.views-field-filesize{font-size:16px; color:#616161;}
.content-sidebar-wrap #content #post-content .view-documentation .views-table td.views-field-nothing a img{background:none; padding:0; box-shadow:none; border:none;}
.content-sidebar-wrap #content #post-content .view-documentation .views-table td.views-field-title a{font-size:16px; color:#31659c; text-transform: initial;;}

.content-sidebar-wrap #content #post-content .view-documentation .item-list{width:100%; float:left; margin:65px 0 0 0; border-top:5px solid #bfbfbf; padding:16px 0 0 0;}
.view-documentation .item-list .pager li{background:none; border:none; padding:0; border-radius:0; text-shadow:none; margin:0 13px 0 0; font-size:14px;}
.view-documentation .item-list .pager li.pager-next a{padding:1px;}
.view-documentation .item-list .pager li.pager-last a{padding:1px 2px;}
.view-documentation .item-list .pager li a{font-size:14px; font-weight:bold; color:#4873a4;}
.view-documentation .item-list .pager{text-align:right;}
.view-documentation .item-list .pager li.pager-next,.view-documentation .item-list .pager li.pager-last{margin:0;}

.page-documentation .view-documentation .views-exposed-widget.views-widget-filter-field_document_date_value .description{
	display:none;
}


.node-type-page .field-name-field-sub-title-basic{
	color: #999999;
    font-size: 16.84px;
    font-weight: bold;
    margin-bottom: 26px;
    text-transform: uppercase;
}

li.pager-current p{
	display: inline-block;
    margin: 0;
    padding-right: 5px;
	color:#999999;
	font-weight: 600;
}
li.pager-current{
	color:#4773a4;
}
#content .item-list .pager li.pager-previous.first a{
	background: rgba(0, 0, 0, 0) url("images/prev11.png") no-repeat scroll 0 0;
	font-size:0;
	width:10px;
	height:14px;
	line-height:20px;
}

#content .item-list .pager li.pager-next.last a{
	background: rgba(0, 0, 0, 0) url("images/next11.png") no-repeat scroll 0 0;
	font-size:0;
	width:10px;
	height:14px;
	line-height:20px;
}

/* new inner page sstart here for table styling */
.inner-pages table tr{
	width:100%;
	float:left;
	margin:0 0 20px;
}
.inner-pages table tr td{
	vertical-align:text-top; 
	width: 33%; 
	background-color: transparent !important;
	border: none !important; 
	background-position: initial initial !important; 
	background-repeat: initial initial !important;
	float:left;
}
.inner-pages table tr td{
	vertical-align:text-top; 
	width: 33%; 
	background-color: transparent !important;
	border: none !important; 
	background-position: initial initial !important; 
	background-repeat: initial initial !important;
	float:left;
	padding:0;
}
.inner-pages-box{
	width:100%;
	float:left;
	text-align:center;
	padding:0 15px;
}
figure.inner-image{
	margin:0px 0px 20px 20px; 
	float:right
}
.view-minister-right-side-image-block a.colorbox img{
	width:100%;
}
.view-article-right-side-image-block a.colorbox img{
	width:100%;
}
/* new inner page sstart here for table styling */





















