@charset "utf-8";
* { 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
 
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,
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
}

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

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

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

@-ms-viewport {
    width: device-width
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea,
input[type="email"],
input[type="password"],
input[type="text"] {
    color: #333;
    border-radius: 0;
    padding: 4px 6px 3px 6px;
    border: 1px solid #e5e5e5;
    -webkit-appearance: none
}

input[type="submit"] {
    -webkit-appearance: none
}

input {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none
}

input.parsley-error {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    border-left: 3px solid #F04848
}

input.parsley-success {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    border-left: 3px solid #679C53
}

.sidebar aside form input,
article form input {
    border: 1px solid #e5e5e5;
    font-size: 13px
}

.sidebar aside form input[type="password"],
.sidebar aside form input[type="text"],
article form input[type="password"],
article form input[type="text"] {
    display: block;
    float: left;
    margin-right: 1.09589%;
    width: 32.60274%;
    margin: 2px 0 9px 0;
    float: none;
    border-radius: 2px
}

.sidebar aside form input[type="password"]:last-child,
.sidebar aside form input[type="text"]:last-child,
article form input[type="password"]:last-child,
article form input[type="text"]:last-child {
    margin-right: 0
}

.sidebar aside form input[type="submit"],
article form input[type="submit"] {
    padding: 6px 17px;
    margin: 5px 0 0 0;
    background-color: #369;
    color: #fff;
    border: 1px solid #84a3c1;
    border-radius: 4px;
    cursor: pointer
}

.sidebar aside form input[type="submit"]:hover,
article form input[type="submit"]:hover {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    background-color: #294c6e;
    border: 1px solid #d3e3f4
}

.sidebar aside form a,
article form a {
    font-size: 12px
}

#social a,
#iso nav a,
.close,
h1,
[class^="icon-"],
[class*=" icon-"] {
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.facebook a:before {
    content: '\ea90'
}

.twitter a:before {
    content: '\ea96'
}

.linkedin a:before {
    content: '\eaca'
}

header .about a:before,
.about-container .about a:before {
    content: '\e903'
}

body {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif
}

.menu dl dd,
.area main li dl,
.page article h2,
.locked div p,
aside h2 mark,
form input[type=text],
form input[type=password],
h4 {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif
}

.page article p {
    font-weight: 300
}

.page article p em {
    font-weight: 300
}

em {
    font-style: italic
}

.menu aside dd,
.sidebar h3,
.sidebar p,
#intelligence section aside,
article p {
    font-family: 'Neuton', Times, 'Times New Roman', serif
}

.menu form span:after,
.sidebar .login time:after,
main li .login time:before,
main li .login time:after,
.page article div time:before,
.icon a:before {
    font-family: 'icomoon', Helvetica, Arial, sans-serif
}

@font-face {
    font-family: 'icomoon';
	src: url("../css/fonts/icomoon.eot?-km27c9&v=2.4.19");
    src: url("../css/fonts/icomoon.eot?#iefix-km27c9&v=2.4.19") format("embedded-opentype"), url("../css/fonts/icomoon.woff?-km27c9&v=2.4.19") format("woff"), url("../css/fonts/icomoon.ttf?-km27c9&v=2.4.19") format("truetype"), url("../css/fonts/icomoon.svg?-km27c9#icomoon&v=2.4.19") format("svg");
    font-weight: normal;
    font-style: normal
}

.max dl {
    background-color: #666;
    background-color: rgba(102, 102, 102, 0.5)
}

.max:hover dl {
    background-color: #999;
    background-color: rgba(153, 153, 153, 0.95)
}

.max.economia dl {
    background-color: #fc0;
    background-color: rgba(255, 204, 0, 0.75)
}

.max.economia:hover dl {
    background-color: #fc0;
    background-color: rgba(255, 204, 0, 0.95)
}

.max.opiniao dl {
    background-color: #6cc;
    background-color: rgba(102, 204, 204, 0.75)
}

.max.opiniao:hover dl {
    background-color: #6cc;
    background-color: rgba(102, 204, 204, 0.95)
}

.max.analise dl {
    background-color: #f0f;
    background-color: rgba(255, 0, 255, 0.6)
}

.max.analise:hover dl {
    background-color: #f0f;
    background-color: rgba(255, 0, 255, 0.85)
}

.max.politica dl {
    background-color: #0cf;
    background-color: rgba(0, 204, 255, 0.75)
}

.max.politica:hover dl {
    background-color: #0cf;
    background-color: rgba(0, 204, 255, 0.95)
}

.max.historia dl {
    background-color: #456;
    background-color: rgba(68, 85, 102, 0.75)
}

.max.historia:hover dl {
    background-color: #456;
    background-color: rgba(68, 85, 102, 0.95)
}

.max.literatura dl {
    background-color: #960;
    background-color: rgba(153, 102, 0, 0.65)
}

.max.literatura:hover dl {
    background-color: #960;
    background-color: rgba(153, 102, 0, 0.85)
}

.max.sociedade dl {
    background-color: #60f;
    background-color: rgba(102, 0, 255, 0.55)
}

.max.sociedade:hover dl {
    background-color: #60f;
    background-color: rgba(102, 0, 255, 0.75)
}

.max.natureza dl {
    background-color: #f60;
    background-color: rgba(255, 102, 0, 0.75)
}

.max.natureza:hover dl {
    background-color: #f60;
    background-color: rgba(255, 102, 0, 0.95)
}

.max.biografia dl {
    background-color: #3c3;
    background-color: rgba(51, 204, 51, 0.65)
}

.max.biografia:hover dl {
    background-color: #3c3;
    background-color: rgba(51, 204, 51, 0.85)
}

.max.intelligence dl {
    background-color: red;
    background-color: rgba(255, 0, 0, 0.65)
}

.max.intelligence:hover dl {
    background-color: red;
    background-color: rgba(255, 0, 0, 0.85)
}

.menu li:after {
    background-color: #999
}

.menu #economia.area article .pages dl dd ol li a.selected,
.menu .economia:after {
    background-color: #fc0 !important
}

.menu #opiniao.area article .pages dl dd ol li a.selected,
.menu .opiniao:after {
    background-color: #6cc !important
}

.menu #analise.area article .pages dl dd ol li a.selected,
.menu .analise:after {
    background-color: #f0f !important
}

.menu #politica.area article .pages dl dd ol li a.selected,
.menu .politica:after {
    background-color: #0cf !important
}

.menu #historia.area article .pages dl dd ol li a.selected,
.menu .historia:after {
    background-color: #456 !important
}

.menu #literatura.area article .pages dl dd ol li a.selected,
.menu .literatura:after {
    background-color: #960 !important
}

.menu #sociedade.area article .pages dl dd ol li a.selected,
.menu .sociedade:after {
    background-color: #60f !important
}

.menu #natureza.area article .pages dl dd ol li a.selected,
.menu .natureza:after {
    background-color: #f60 !important
}

.menu #biografia.area article .pages dl dd ol li a.selected,
.menu .biografia:after {
    background-color: #3c3 !important
}

.menu #intelligence.area article .pages dl dd ol li a.selected,
.menu .intelligence:after {
    background-color: red !important
}

.page.about article h2,
.sidebar li dt a,
main .sidebar li dt a:hover,
.menu li:hover a {
    color: #999
}

#economia.area article h2,
#economia.area article h4,
#economia article a:hover,
#economia.page main article h4,
main .sidebar li.economia dt a:hover,
.sidebar li.economia dt a,
.menu li.economia:hover a {
    color: #fc0
}

#opiniao.area article h2,
#opiniao.area article h4,
#opiniao article a:hover,
#opiniao.page main article h4,
main .sidebar li.opiniao dt a:hover,
.sidebar li.opiniao dt a,
.menu li.opiniao:hover a {
    color: #6cc
}

#analise.area article h2,
#analise.area article h4,
#analise article a:hover,
#analise.page main article h4,
main .sidebar li.analise dt a:hover,
.sidebar li.analise dt a,
.menu li.analise:hover a {
    color: #f0f
}

#politica.area article h2,
#politica.area article h4,
#politica article a:hover,
#politica.page main article h4,
main .sidebar li.politica dt a:hover,
.sidebar li.politica dt a,
.menu li.politica:hover a {
    color: #0cf
}

#historia.area article h2,
#historia.area article h4,
#historia article a:hover,
#historia.page main article h4,
main .sidebar li.historia dt a:hover,
.sidebar li.historia dt a,
.menu li.historia:hover a {
    color: #456
}

#literatura.area article h2,
#literatura.area article h4,
#literatura article a:hover,
#literatura.page main article h4,
main .sidebar li.literatura dt a:hover,
.sidebar li.literatura dt a,
.menu li.literatura:hover a {
    color: #960
}

#sociedade.area article h2,
#sociedade.area article h4,
#sociedade article a:hover,
#sociedade.page main article h4,
main .sidebar li.sociedade dt a:hover,
.sidebar li.sociedade dt a,
.menu li.sociedade:hover a {
    color: #60f
}

#natureza.area article h2,
#natureza.area article h4,
#natureza article a:hover,
#natureza.page main article h4,
main .sidebar li.natureza dt a:hover,
.sidebar li.natureza dt a,
.menu li.natureza:hover a {
    color: #f60
}

#biografia.area article h2,
#biografia.area article h4,
#biografia article a:hover,
#biografia.page main article h4,
main .sidebar li.biografia dt a:hover,
.sidebar li.biografia dt a,
.menu li.biografia:hover a {
    color: #3c3
}

#intelligence.area article h2,
#intelligence.area article h4,
#intelligence article a:hover,
#intelligence.page main article h4,
main .sidebar li.intelligence dt a:hover,
.sidebar li.intelligence dt a,
.menu li.intelligence:hover a {
    color: red
}

#home main li,
.area main li,
.area article,
.page article {
    border-color: #999
}

#home main li.economia,
.area main li.economia,
#economia.area article,
.area article ol li.economia,
#economia.page article {
    border-color: #fc0
}

#home main li.opiniao,
.area main li.opiniao,
#opiniao.area article,
.area article ol li.opiniao,
#opiniao.page article {
    border-color: #6cc
}

#home main li.analise,
.area main li.analise,
#analise.area article,
.area article ol li.analise,
#analise.page article {
    border-color: #f0f
}

#home main li.politica,
.area main li.politica,
#politica.area article,
.area article ol li.politica,
#politica.page article {
    border-color: #0cf
}

#home main li.historia,
.area main li.historia,
#historia.area article,
.area article ol li.historia,
#historia.page article {
    border-color: #456
}

#home main li.literatura,
.area main li.literatura,
#literatura.area article,
.area article ol li.literatura,
#literatura.page article {
    border-color: #960
}

#home main li.sociedade,
.area main li.sociedade,
#sociedade.area article,
.area article ol li.sociedade,
#sociedade.page article {
    border-color: #60f
}

#home main li.natureza,
.area main li.natureza,
#natureza.area article,
.area article ol li.natureza,
#natureza.page article {
    border-color: #f60
}

#home main li.biografia,
.area main li.biografia,
#biografia.area article,
.area article ol li.biografia,
#biografia.page article {
    border-color: #3c3
}

#home main li.intelligence,
.area main li.intelligence,
#intelligence.area article,
.area article ol li.intelligence,
#intelligence.page article {
    border-color: red
}

.wrap {
    *zoom: 1;
    /*max-width: 1140px;*/
	max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    min-height: 600px;
	padding: 0.5rem 1rem;
	
}

.wrap:before,
.wrap:after {
    content: " ";
    display: table
}

.wrap:after {
    clear: both
}

.wrap>nav {
    background-color: #f7f7f7;
    color: #666
}

.wrap .home-left {
	display: block;
	float: left;
	width: 24%;
	margin-right: 1%;
}
.wrap main {
	display: block;
	float: left;
	width: 49.60591%;
}
.wrap .home-right {
	display: block;
	float: right;
	width: 24%;
	margin-left: 1%;
}

.wrap .menu-left {
	display:block;
	float:left;
	margin-right: 1%;
}

.wrap .menu-left .menu-issues {
	background-color:#f7f7f7;
	margin-bottom: 1.5rem
}

.wrap .menu-left .menu-issues * {
	float:none;
}

@media screen and (max-width: 768px) {
    .wrap main {
	width: 100%;
	margin-bottom: 1rem;
    }
    .wrap {
        width: 100%;
		max-width: 100%;
        -webkit-transition: width 0.2s ease-in-out;
        -moz-transition: width 0.2s ease-in-out;
        transition: width 0.2s ease-in-out;

	display: flex;
	flex-direction: column-reverse;
    }
    .wrap .sidebar {
        margin-bottom: 15px
    }
}

@media screen and (min-width: 768px) {
	
    .wrap>nav {
        display: block;
        float: left;
        margin-right: 0.70175%;
        width: 13.68421%
    }

	.wrap .menu-left,
	.wrap>nav.menu-issues,
	.wrap>nav#menu {
		width: 25%;
	}
	
    .wrap>nav:last-child {
        margin-right: 0
    }
/*    .wrap .sidebar {
        min-height: 647px
    }*/

    .wrap main:last-child {
        margin-right: 0
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
	.wrap {
		max-width: 95%;
	}
}

.wrap article {
    border-top: 1px solid;
	padding: 0.8rem 1rem;
    font-size: 1.4em
}

@media screen and (max-width: 768px) {
    .wrap article {
        padding: 12px
    }
}

@media screen and (min-width: 768px) {
    .wrap article {
        display: block;
        float: left;
        margin-right: 0.70175%;
        width: 71.22807%
    }
    .wrap article:last-child {
        margin-right: 0
    }
}

.wrap>main,
.wrap>article,
.wrap .sidebar {
    -webkit-transition: width 0.2s ease-in-out, margin-left 0.2s ease-in-out;
    -moz-transition: width 0.2s ease-in-out, margin-left 0.2s ease-in-out;
    transition: width 0.2s ease-in-out, margin-left 0.2s ease-in-out
}

.wrap span {
    display: block
}

@media screen and (max-width: 768px) {
    body.slide>section.wrap {
        /*width: calc(100% + 164px)*/
    }
	body.slide .home-left,
    body.slide>section.wrap>main,
    body.slide>section.wrap>article {
        /*margin-left: 164px;*/
    }
	
    body.slide>section.wrap .home-right,
	body.slide>section.wrap #menu {
		left: 0;
		width: 60%;
		background-color: #fff;
		border: solid 1px;
		top: 0;
		border-left: none;
		-webkit-border-radius: 0 10px 10px 0;
		-moz-border-radius: 0 10px 10px 0;
		border-radius: 0 10px 10px 0;
		-webkit-box-shadow: 10px 10px 10px -2px rgba(0,0,0,0.25);
		-moz-box-shadow: 10px 10px 10px -2px rgba(0,0,0,0.25);
		box-shadow: 10px 10px 10px -2px rgba(0,0,0,0.25);
		
		-webkit-transition: width 0.2s ease-in-out, margin-left 0.2s ease-in-out;
		-moz-transition: width 0.2s ease-in-out, margin-left 0.2s ease-in-out;
		transition: width 0.2s ease-in-out, margin-left 0.2s ease-in-out;
    }
	
	body.slide>section.wrap .home-right .login-area aside,
	body.slide>section.wrap #menu aside {
		-webkit-border-radius: 0 10px 0 0;
		-moz-border-radius: 0 10px 0 0;
		border-radius: 0 10px 0 0;
	}
	/*body.slide>section.wrap .home-right .search-area form {
		-webkit-border-radius: 0 0 10px 0;
		-moz-border-radius: 0 0 10px 0;
		border-radius: 0 0 10px 0;		
	}*/
	body.slide>section.wrap .home-right:last-child form {
		-webkit-border-radius: 0 0 10px 0;
                -moz-border-radius: 0 0 10px 0;
                border-radius: 0 0 10px 0;
	}
	
	
    body.slide.focus-login>section.wrap>main,
    body.slide.focus-login>section.wrap>article,
    body.slide.focus-login>section.wrap .sidebar {
        margin-left: 181px
    }
}

body.focus-login .menu {
    display: block;
    float: left;
    margin-right: 0.70175%;
    width: 20.87719%
}

body.focus-login .menu:last-child {
    margin-right: 0
}

@media screen and (min-width: 768px) {
    body.focus-login>section.wrap>main,
    body.focus-login>section.wrap>article {
        display: block;
        float: left;
        margin-right: 0.70175%;
        width: 64.03509%
    }
    body.focus-login>section.wrap>main:last-child,
    body.focus-login>section.wrap>article:last-child {
        margin-right: 0
    }
}

@media screen and (max-width: 768px) {
    #intelligence article.slide {
        margin-left: 462px
    }
}

@media screen and (max-width: 600px) {
    #intelligence article.slide {
        margin-left: 140px;
        position: relative
    }
}

header {
    background-color: #fff;
}

header.slide #nav-mobile {
    background-color: #fff
}

header.slide #nav-mobile div {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

header section {
    *zoom: 1;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

header section:before,
header section:after {
    content: " ";
    display: table
}

header section:after {
    clear: both
}

header h1 {
    margin: 0 auto;
    width: 275px;
    /*height: 90px;*/
}

header h1 a {
    padding: 20px 0;
    width: 100%;
    height: 100%;
    display: block;
}

header h1 img {
    width: 100%;
}


@media screen and (max-width: 960px) {
    header h1 {
        float: left;
        margin: 0 0 0 15px
    }
}

@media screen and (max-width: 600px) {
    header h1 {
        margin: 0 0 0 10px
    }
}

@media screen and (max-width: 480px) {
    header h1 {
        display: block;
        float: left;
        margin-right: 0.81967%;
        width: 100%;
        margin: 0 auto;
        border-bottom: 1px solid #a7c7e9;
		height: 110px;
    }
    header h1:last-child {
        margin-right: 0
    }
    header h1 a {
		text-align: center;
        /*background: url(/images/logos/africa-monitor.png) no-repeat center*/
    }
	header h1 img {
		width: auto;
		height: 100%;
	}
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    /*header h1 a {
        background: url(/images/logos/africa-monitor.retina.png) no-repeat center;
        background-size: 200px 30px
    }*/
}

header nav {
    width: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0
}

@media screen and (min-width: 1024px) {
    header nav {
        display: block;
        float: left;
        margin-right: 0.70175%;
        width: 28.07018%
    }
    header nav:last-child {
        margin-right: 0
    }
}

@media screen and (max-width: 480px) {
    header nav {
        position: relative;
        display: block;
        float: left;
        margin-right: 0.81967%;
        width: 100%
    }
    header nav:last-child {
        margin-right: 0
    }
}

header nav>ul {
    overflow: hidden;
    margin-top: 1rem;
}

header nav li {
    float: left;
    border-left: 1px solid #a7c7e9;
    height: 100%;
    text-transform: uppercase
}

@media screen and (max-width: 480px) {
	header nav>ul {
		margin-top: 0.5rem;
	}
	
    header nav li {
        width: 16.6%;
        float: left;
		text-align: center;
		margin-top: 0.5rem;
    }
    header nav li:first-child {
        border-left: none;
		margin-top: 0rem;
    }
}

header nav li a {
    color: #369;
    /*font-size: 10px;*/
	font-size: 12.5px;
    padding: 21px 14px;
    display: block;
    text-align: center
}

header nav li a:hover {
    color: #a7c7e9;
}

@media screen and (min-width: 960px) and (max-width: 1024px) {
    header nav li a {
        padding: 21px 11px
    }
}

@media screen and (min-width: 480px) and (max-width: 600px) {
    header nav li a {
        padding: 23px 15px
    }
}

@media screen and (max-width: 480px) {
    header nav li a {
        padding: 13px 15px;
        font-size: 13px
    }
}

header nav li.icon a {
    font-size: 18px
}

@media screen and (max-width: 480px) {
    header nav li.icon a {
        font-size: 20px
    }
}

header nav li.lang.selected a {
    color: #369;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    header nav li.lang a {
        padding: 14px 0
    }
}

header nav li#nav-mobile {
    padding: 14px 23px;
}

header nav li#nav-mobile input {
    display: none
}

header nav li#nav-mobile input:checked ~ label span {
    background-color: transparent
}

header nav li#nav-mobile input:checked ~ label span:before,
header nav li#nav-mobile input:checked ~ label span:after {
    /*background-color: #fff*/
}

header nav li#nav-mobile input:checked ~ label span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

header nav li#nav-mobile input:checked ~ label span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

header nav li#nav-mobile label {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 32px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer
}

header nav li#nav-mobile label:focus {
    outline: none
}

header nav li#nav-mobile label span {
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #369
}

header nav li#nav-mobile label span:before,
header nav li#nav-mobile label span:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #369;
    content: ""
}

header nav li#nav-mobile label span:before {
    top: -7px;
    transition-property: top, transform
}

header nav li#nav-mobile label span:after {
    bottom: -7px;
    transition-property: bottom, transform
}

.page#sobre article h2 {
    padding: 0 0 20px 0
}

.page article h2,
.page article figure,
.page article .addthis_toolbox {
    display: block;
    float: left;
    margin-right: 1.23457%;
    width: 100%;
    float: none
}

.page article h2:last-child,
.page article figure:last-child,
.page article .addthis_toolbox:last-child {
    margin-right: 0
}

.page article .addthis_toolbox {
    padding: 20px 0 0 0
}

.page article h2 {
    padding: 25px 0 20px 0;
    font-size: 30px;
    line-height: 110%
}

@media screen and (max-width: 600px) {
    .page article h2 {
        font-size: 20px;
        clear: both
    }
}

.page article h4 {
    float: left
}

@media screen and (max-width: 384px) {
    .page article h4 {
        width: 100%
    }
}

.page article h4,
.page article div {
    padding: 2px 0 0 0;
    font-size: 14px
}

.page article div {
    float: right
}

@media screen and (max-width: 384px) {
    .page article div {
        float: left
    }
}

.page article div address,
.page article div time {
    display: inline
}

.page article div address:after {
    content: ', '
}

.page article div.login time:before {
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    filter: alpha(opacity=60);
    content: '\e98f';
    color: #666;
    padding: 0 7px 0 7px;
    font-size: 13px;
    top: 1px;
    position: relative
}

.page article p {
    width: 100%;
    font-size: 120%;
    color: #000;
    float: none
}

.page article figure {
    padding: 20px 0
}

.page article figure img {
    width: 100%
}

.page article.legacy img {
    width: auto;
    display: inline;
    float: right;
    margin-right: -115px;
    padding: 0 15% 20px 20px
}

@media screen and (max-width: 600px) {
    .page article.legacy img {
        margin-right: 0;
        width: 40%;
        padding: 0 0 20px 20px
    }
}

@media screen and (max-width: 384px) {
    .page article.legacy img {
        width: 100%;
        padding: 0;
        margin: 0 0 20px 0
    }
}

.page article.legacy p {
    padding: 0 0 15px 0
}

@media screen and (max-width: 768px) {
    .area .wrap {
        padding: 0 10px
    }
}

.area .wrap article {
    padding: 10px 0 0 0
}

.area h2 {
    font-size: 24px;
    line-height: 115%
}

@media screen and (max-width: 600px) {
    .area article {
        margin-top: 50px;
        border-top: none
    }
}

.area article .pages {
    font-size: 13px;
    padding: 20px 0
}

@media screen and (max-width: 600px) {
    .area article .pages {
        font-size: 15px
    }
    .area article .pages li {
        padding: 2px 8px
    }
}

.area article .pages dd,
.area article .pages dt {
    float: left
}

.area article .pages dd {
    margin: -2px 0 0 10px
}

.area article .pages ol li {
    float: left;
    margin: 0 2px 0 0;
    padding: 2px 4px
}

.area article .pages ol li a.selected {
    background-color: #666;
    color: #fff;
    padding: 1px 5px
}

.area article ul {
    padding: 20px 0 0 0;
    overflow: hidden
}

.area article ul li {
    width: 23%;
    min-height: 150px;
    padding: 10px 0 0 0;
    margin: 0 2% 0 0;
    float: left;
    font-weight: normal;
    border-top: 1px solid #ccc
}

.area article ul li:nth-child(4n) {
    margin-right: 0
}

.area article ul li:nth-child(4n+1) {
    clear: left
}

@media screen and (max-width: 600px) {
    .area article ul li {
        width: 48%;
        margin: 0 3% 0 0;
        min-height: 100px
    }
    .area article ul li:nth-child(2n) {
        margin-right: 0
    }
    .area article ul li:nth-child(2n+1) {
        clear: left
    }
}

@media screen and (max-width: 384px) {
    .area article ul li {
        display: block;
        float: left;
        margin-right: 0.98522%;
        width: 100%;
        padding: 20px 0;
        min-height: 0
    }
    .area article ul li:last-child {
        margin-right: 0
    }
}

.area article a {
    color: #000
}

.area article time,
.area article h3 {
    float: left
}

.area article time {
    color: #999;
    font-size: 11px;
    line-height: 123%;
    padding: 0 0 5px 0;
    width: 100%
}

.menu {
    -webkit-transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
    -moz-transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
    transition: width 0.2s ease-in-out, left 0.2s ease-in-out
}

@media screen and (max-width: 768px) {
    .home-right, #menu {
        position: absolute;
        width: 156px;
        z-index: 2;
        left: -200px;
    }
}

.menu>* {
    padding: 12px
}

.menu>*:nth-child(odd) {
    background: #f0f0f0
}

.menu>*:not(:last-child) {
    border-bottom: solid 12px #fff
}

.menu aside h2 {
    margin-bottom: 0.7em;
    padding: 0;
    background: url(../images/logos/africa-monitor-intelligence.png) no-repeat 0 5px
}

.menu aside h2 span {
    display: block;
    text-indent: -1000px;
    padding: 0 0 8px 0
}

@media screen and (max-width: 768px) {
    .menu aside h2 span {
        padding: 0 0 12px 0
    }
}

.menu aside h2 mark {
    display: block;
    font-weight: 400;
    font-size: 18px;
    background: none;
    color: #369
}

.menu aside p {
    /*font-size: 15px;*/
	font-size: 18px;
    font-family: 'Neuton', Times, 'Times New Roman', serif;
    line-height: 110%;
    color: #575757;
    padding: 0;
    margin-bottom: 0.7em
}
.menu.login-area aside p span {
	font-weight: bold;
}
.menu.login-area aside h2 a span {
	opacity: 0;
}

.menu aside a {
    color: #000;
    /*font-size: 15px;*/
	font-size: 18px;
    font-family: 'Neuton', Times, 'Times New Roman', serif
}

.menu aside a:hover {
    color: #666
}

.menu aside a#forgotten {
    display: block;
    padding: 10px 0 0 0
}

.menu aside form input[type="password"],
.menu aside form input[type="text"] {
    width: 100%;
    padding: 6px;
    margin-bottom: 0.7em;
    -webkit-transition: width 0.2s ease-in-out, margin-left 0.2s ease-in-out;
    -moz-transition: width 0.2s ease-in-out, margin-left 0.2s ease-in-out;
    transition: width 0.2s ease-in-out, margin-left 0.2s ease-in-out;
	font-size: 16px;
	border-radius: 5px;
}
.menu aside form input[type="password"]::placeholder,
.menu aside form input[type="text"]::placeholder {
	font-size: 13px;
	text-transform: uppercase;
}

.menu aside form input[type=submit] {
    margin-bottom: 0.7em;
    padding: 6px 17px;
    background-color: #369;
    color: #fff;
    border: 1px solid #84a3c1;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
	width: 50%;
}

.menu aside form input[type=submit]:hover {
    transition: 0.3s;
    background-color: #294c6e;
    border: 1px solid #d3e3f4
}

.menu aside form .remember input {
    position: absolute;
    margin: 4px 0 0
}

.menu aside form .remember label {
    font-size: 1.1em;
    min-height: 20px;
    padding-left: 20px;
    cursor: pointer;
    font-family: 'Neuton', Times, 'Times New Roman', serif
}

.menu ul {
    float: left;
    font-size: 13px
}

@media screen and (max-width: 768px) {
    .menu ul {
        padding: 0 3px
    }
}

.menu ul li {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    text-align: right;
    line-height: 120%
}

@media screen and (max-width: 768px) {
    .menu ul li {
        padding: 7px 0
    }
}

.menu ul li:hover:after {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    height: 12px;
    margin: -13px 0 0 0;
    border-radius: 0
}

.menu ul li:hover.intelligence:after {
    margin: -21px 0 0 0
}

.menu ul li a {
    color: #000;
    display: block;
    margin: 0 13px 0 0
}

.menu ul li a:hover {
    color: #666
}

.menu ul li:after {
    content: '';
    display: block;
    margin: -10px 0 0 4px;
    float: right;
    table-layout: right;
    width: 6px;
    height: 6px;
    border-radius: 6px
}

.menu ul li.intelligence:after {
    margin: -17px 0 0 0
}

@media screen and (max-width: 1024px) {
    .menu ul li.biografia:after {
        margin: -17px 0 0 0
    }
    .menu ul li.biografia:hover:after {
        margin: -21px 0 0 0
    }
}

.menu.search-area {
    margin-top:0.5rem;
} 
.menu form#search {
    position: relative;
}

.menu form#search input[type=text] {
    width: 100%;
    background: #fff;
    padding: 6px 8px 6px 32px;
    margin: 0;
    color: #666;
	font-size: 16px;
	border-radius: 5px;
}
.menu form#search input[type=text]::placeholder {
	font-size: 13px;
	text-transform: uppercase;
}

.menu form#search input[type=text]:hover,
.menu form#search input[type=text]:focus {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s
}

.menu form#search span {
    position: absolute;
    left: 18px;
    padding: 5px 0;
    z-index: 1;
	font-size: 18px;
}

@-moz-document url-prefix() {
    .menu form#search span {
        padding: 4px 0
    }
}

.menu form#search span:after {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    content: '\e986';
    color: #ccc
}

.menu form#search input[type=submit] {
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    width: 20px;
    height: 100%;
    z-index: 1
}

/* ****************** NEWSLETTER **************** */
.menu.newsletter-area form {
    margin-top: 0.5rem;
}
 
.menu form#newsletter {
    position: relative;
}

.menu form#newsletter input[type=text] {
    width: 100%;
    background: #fff;
    padding: 6px 8px 6px 32px;
    margin: 0;
    color: #666;
    /*font-size: 16px;*/
    border-radius: 5px;
}
.menu form#newsletter input[type=text]::placeholder {
    font-size: 13px;
    /*text-transform: uppercase;*/
}

.menu form#newsletter input[type=text]:hover,
.menu form#newsletter input[type=text]:focus {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s
}

.menu form#newsletter .newsletter-legend {
    font-size: 75%;
}

.menu form#newsletter .newsletter-icon {
    position: absolute;
    left: 18px;
    padding: 5px 0;
    z-index: 1;
    font-size: 18px;
}

@-moz-document url-prefix() {
    .menu form#newsletter .newsletter-icon {
        padding: 4px 0
    }
}

.menu form#newsletter .newsletter-icon:after {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    content: '\e945';
    color: #ccc
}

.menu form#newsletter input[type=submit] {
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    width: 20px;
    height: 100%;
    z-index: 1
}

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


body section.wrap .sidebar {
    padding: 0
}

.wrap nav.sidebar {
    color: #666
}

@media screen and (max-width: 600px) {
    .wrap nav.sidebar {
        border-bottom: 1px solid #ccc;
        margin: 0 0 10px 0
    }
	.wrap nav.sidebar.home-left {
		/*display:none;*/
		
	}
	.wrap nav.sidebar.home-left li {
		width: 100%
	}
	.wrap nav.sidebar.home-left li dl {
		height: auto;
	}
	
	
}

.wrap nav.sidebar ul {
    margin: 0
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    .wrap nav.sidebar ul {
        overflow: hidden
    }
}

.wrap nav.sidebar li {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    padding: 15px 10px;
    border-bottom: 1px solid #ccc;
    cursor: pointer
}
.wrap nav.sidebar .home-left-zone.zone-menu li {
	border-top: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
	.wrap nav.sidebar.home-left {
		width: 100%;
	}
    .wrap nav.sidebar li {
        width: 50%;
        float: left;
        border-top: 1px solid #ccc;
		border-bottom: none;
        height: auto;
        background: none;
        border-left: none;
    }
	.wrap nav.sidebar li dl {
		height: 150px;
	}
    .wrap nav.sidebar li:nth-child(2n) {
        margin-right: 0
    }
    .wrap nav.sidebar li:nth-child(2n+1) {
        clear: left
    }
    .wrap nav.sidebar li dt {
        border-top: none
    }
    .wrap nav.sidebar li div {
        position: relative
    }
    .wrap nav.sidebar li div address,
    .wrap nav.sidebar li div time {
        color: #999
    }
}

@media screen and (max-width: 384px) {
    .wrap nav.sidebar li {
        min-height: 70px
    }
}

.wrap nav.sidebar li.users,
.wrap nav.sidebar li:hover {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    background: #ededed
}

.wrap nav.sidebar li.users h3 a:hover,
.wrap nav.sidebar li:hover h3 a:hover {
    color: #666
}

.wrap nav.sidebar li dt {
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 10px 0
}

.wrap nav.sidebar li dt:hover {
    border-top: none
}

.wrap nav.sidebar li dd h3 {
    /*font-size: 17px*/
	font-size: 20px;
}

.wrap nav.sidebar li dd div {
    margin: 12px 0 0 0
}

.wrap nav.sidebar li dd div time,
.wrap nav.sidebar li dd div address {
    font-size: 13px;
    color: #999;
    line-height: 123%;
    display: block
}

.wrap nav.sidebar li dd a {
    color: #666
}

@media screen and (max-width: 768px) {
    .wrap nav.sidebar li dd a {
        font-size: 15px
    }
}

@media screen and (min-width: 600px) {
    #home main .zone-big {
        display: block;
        float: left;
        margin-right: 0.98522%;
        width: 98.60591%
    }
    #home main .zone-big:last-child {
        margin-right: 0
    }
    /*#home main #fourth {
        display: block;
        float: left;
        margin-right: 0.98522%;
        width: 39.40887%
    }
    #home main #fourth:last-child {
        margin-right: 0
    }
    #home main #fifth {
        display: block;
        float: left;
        margin-right: 0.98522%;
        width: 19.21182%;
        margin-right: 0
    }
    #home main #fifth:last-child {
        margin-right: 0
    }

    #home .home-right:last-child {
        margin-right: 0
    }*/
}

#home main .item-container>li {
    padding: 15px;
    margin-bottom: 8px;
    border-top-width: 8px;
    border-top-style: solid;
    background-color: #bbb;
    cursor: pointer;
    color: #fff;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out
}

#home main .item-container>li:hover {
    background-color: #aeaeae
}

#home main .item-container>li:hover dl>dd>div.login time:before {
    opacity: 1
}

#home main .item-container>li a {
    color: #fff
}

#home main .item-container>li dl>dt {
    border-top: 1px solid #fff;
    padding-top: 3px;
    /*font-size: 13px;*/
	font-size: 18px;
    margin-bottom: 20px
}

#home main .item-container>li dl>dd>h2 {
    font-size: 17px;
    line-height: 1.2;
    margin-bottom: 8px
}

#home main .item-container>li dl>dd>div {
    font-size: 13px
}

#home main .item-container>li dl>dd>div address {
    display: inline-block;
    margin-right: 6px
}

#home main .item-container>li dl>dd>div time {
    display: inline-block
}

#home main .item-container>li dl>dd>div.login time:before {
    opacity: 0.6;
    content: '\e98f';
    font-size: 11px;
    margin-right: 7px
}

/* ==== ZONE SMALL ==== */
#home main .item-container.zone-small>li {
	width: 49%;
	height: 290px;
	float: left;
	margin-right: 1%;
}
#home main .item-container.zone-small>li.empty {
	background: transparent;
	border: none;
}
#home main .item-container.zone-small>li img {
	width: 100%;
	height: 110px;
}
#home main .item-container.zone-small>li dl {
	padding: 0.5rem;
}
#home main .item-container.zone-small>li dl>dt {
	margin-bottom: 0.5rem;
	font-size: 15px;
	border-bottom: 1px solid #fff;
    border-top: none;
}
#home main .item-container.zone-small>li dl>dt a {
	color: #ccc;
}
#home main .item-container.zone-small>li dl>dd h2 {
    overflow: hidden;
	/*height: 3.9rem;*/
}
#home main .item-container.zone-small>li dl>dd .summary {
    color: #666;
}
#home main .item-container.zone-small>li dl>dd>div {
	border-top: 1px solid #fff;
	padding-top: 0.3rem;
}
#home main .item-container.zone-small>li dl>dd>div address {
    color: #ccc;
	padding-right: 0.5rem;
}
#home main .item-container.zone-small>li dl>dd>div address time {
    color: #ccc;
}

/* >> zone small - HORIZONTAL/FULL-WIDTH */
#home main .item-container.zone-small.zone-horizontal>li {
	width: 100%;
}

/* >> zone small - NO-IMAGE */
#home main .item-container.zone-small.zone-noimage>li {
	height: auto;
}

/* >> zone small - NO-BACKGROUND */
#home main .item-container.zone-small.zone-clean>li,
#home main .item-container.zone-small.zone-clean>li dl {
	background: transparent;
	border-top: none;
}
#home main .item-container.zone-small.zone-clean>li dl>dt {
	border-bottom: none;
}
#home main .item-container.zone-small.zone-clean>li dl>dt a {
	color: #999;
}
#home main .item-container.zone-small.zone-clean>li dl>dd h2 a {
    color: #666;
}
#home main .item-container.zone-small.zone-clean>li dl>dd>div address time {
	color: #ccc;
}
#home main .item-container>li dl>dd>div.login time:before {
	
}


/* ==== ZONE BIG ==== */
#home main .zone-big>li {
    position: relative;
    padding: 0;
    background-size: cover !important
}

@media screen and (min-width: 600px) {
    #home main .zone-big>li {
        min-height: 260px
    }
}

#home main .zone-big>li dl {
    padding: 15px;
    width: 100%;
    height: 100%;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out
}

#home main .zone-big>li dl dd h2 {
    /*font-size: 22px;*/
	font-size: 25px;
    line-height: 115%
}

@media screen and (min-width: 600px) {
    #home main .zone-big>li dl {
        position: absolute;
        width: 60%
    }
    #home main .zone-big>li dl dd>div {
        position: absolute;
        bottom: 15px
    }
}

@media screen and (min-width: 768px) {
    #home main .zone-big>li dl {
        /*width: 50%*/
		width: 60%;
    }
}

#home main #advertising {
    border-top: 8px solid #369;
    margin-bottom: 8px;
    background-color: #bbb
}

#intelligence .sidebar #issue-selector {
    margin-top: 10px
}

@media screen and (min-width: 480px) and (max-width: 600px) {
    #intelligence .sidebar li {
        display: block;
        float: left;
        margin-right: 0.81967%;
        width: 49.59016%
    }
    #intelligence .sidebar li:last-child {
        margin-right: 0
    }
}

#intelligence article aside p {
    background: none;
    padding: 0 20px 0 0;
    font-size: 15px;
    line-height: 110%;
    font-style: italic;
    opacity: 0.8
}

@media screen and (max-width: 600px) {
    #intelligence article aside p {
        padding: 20px 0
    }
}

#intelligence article.no-content {
    border: none
}

#intelligence article section {
    min-height: 700px
}

@media screen and (max-width: 600px) {
    #intelligence article section {
        min-height: 0
    }
}

#intelligence article p {
    padding: 8px 0
}

#intelligence article.locked div {
    padding: 0 10px;
    margin-top:20px;
    background-color:#f7f7f7;
    display: none;
    float: left
}

#intelligence article.locked div p {
    padding: 15px 0;
    font-size: 15px;
    color: #369;
    font-style: normal
}

#intelligence.area aside,
#intelligence.page aside {
    cursor: auto
}

#intelligence.area aside dt,
#intelligence.page aside dt {
    margin: 0;
    display: none
}

#intelligence.area aside p span,
#intelligence.page aside p span {
    display: inline
}

@media screen and (max-width: 768px) {
    #intelligence.area .issues,
    #intelligence.page .issues {
        display: block;
        float: left;
        margin-right: 0.81967%;
        width: 100%
    }
    #intelligence.area .issues:last-child,
    #intelligence.page .issues:last-child {
        margin-right: 0
    }
}

@media screen and (max-width: 600px) {
    #intelligence.area .issues,
    #intelligence.page .issues {
        min-height: 125px;
        height: auto
    }
}

@media screen and (max-width: 384px) {
    #intelligence.area .issues,
    #intelligence.page .issues {
        min-height: 0;
        height: auto
    }
}

#intelligence.area .issues dt,
#intelligence.page .issues dt {
    margin: 0 0 3px 0;
    opacity: 0.5;
    font-size: 10px
}

#intelligence.area .issues dd select,
#intelligence.page .issues dd select {
    max-width: 100%
}

#intelligence.area .issues dd li,
#intelligence.page .issues dd li {
    padding: 5px 0;
    line-height: 100%;
    width: 100%;
    color: #666
}

@media screen and (max-width: 768px) {
    #intelligence.area .issues dd li,
    #intelligence.page .issues dd li {
        padding: 10px 0
    }
    #intelligence.area .issues dd li li,
    #intelligence.page .issues dd li li {
        padding: 0 0 6px 0
    }
}

#intelligence.area .issues dd li a,
#intelligence.area .issues dd li time,
#intelligence.page .issues dd li a,
#intelligence.page .issues dd li time {
    font-size: 14px;
    color: #666
}

#intelligence.area .issues dd li li a,
#intelligence.page .issues dd li li a {
    color: #666
}

@media screen and (max-width: 768px) {
    #intelligence.area .issues dd li div,
    #intelligence.page .issues dd li div {
        margin: 0
    }
    #intelligence.area .issues dd li div li,
    #intelligence.page .issues dd li div li {
        padding: 0 0 6px 0
    }
}

#intelligence.area .issues dd li.selected,
#intelligence.page .issues dd li.selected {
    padding: 5px 0 10px 0
}

#intelligence.area .issues dd li.selected li,
#intelligence.page .issues dd li.selected li {
    border: none;
    padding: 2px 0
}

#intelligence.area .issues dd li.selected>a,
#intelligence.area .issues dd li.selected time,
#intelligence.area .issues dd li:hover>a,
#intelligence.area .issues dd li:hover time,
#intelligence.page .issues dd li.selected>a,
#intelligence.page .issues dd li.selected time,
#intelligence.page .issues dd li:hover>a,
#intelligence.page .issues dd li:hover time {
    color: #369
}

@media screen and (max-width: 768px) {
    #intelligence.area .issues dd li>a,
    #intelligence.area .issues dd .articles,
    #intelligence.page .issues dd li>a,
    #intelligence.page .issues dd .articles {
        display: block;
        float: left;
        margin-right: 0.81967%;
        width: 49.59016%
    }
    #intelligence.area .issues dd li>a:last-child,
    #intelligence.area .issues dd .articles:last-child,
    #intelligence.page .issues dd li>a:last-child,
    #intelligence.page .issues dd .articles:last-child {
        margin-right: 0
    }
    #intelligence.area .issues dd li>a a,
    #intelligence.area .issues dd .articles a,
    #intelligence.page .issues dd li>a a,
    #intelligence.page .issues dd .articles a {
        width: auto
    }
}

#intelligence.area .issues dd .articles ul li,
#intelligence.page .issues dd .articles ul li {
    padding: 0 0 3px 0;
    margin: 0 0 3px 0;
    border-bottom: 4px solid #fff
}

#intelligence.area .issues dd .articles ul li.last,
#intelligence.page .issues dd .articles ul li.last {
    border-bottom: none
}

.adsInactive>section {
    padding: 15px 0
}

.adsInactive .ads.left,
.adsInactive .ads.top,
.adsInactive .ads.footer {
    display: none
}

.ads img {
    display: block
}

.ads.left {
    position: absolute;
    top: auto;
    left: 15px;
    width: 120px
}

.ads.left .img-container {
    padding-bottom: 750%
}

@media screen and (max-width: 1200px) {
    .ads.left {
        display: none;
    }
	.ads.top {
		display: none;
	}
	.ads.footer {
		display: none;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1460px) {
    .ads.left ~ .ads.top {
        margin-left: 150px
    }
    .ads.left ~ .ads.top.alt.fixed {
        width: calc(100% - 150px)
    }
    .ads.left ~ section.wrap {
        margin-left: 150px
    }
}

.ads.top {
    padding: 15px 0;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto
}

.ads.top>div {
    max-width: 728px;
    margin: auto
}

.ads.top>div .img-container {
    padding-bottom: 12.36%
}

/*.ads.top.alt.*/.toFix.fixed {
    position: fixed;
    z-index: 6;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff
}

.ads.top.alt.fixed+section.wrap {
    margin-top: 120px
}

@media screen and (max-width: 728px) {
    .ads.top.alt.fixed+section.wrap {
		margin-top: 0;
        /*margin-top: calc(12.36vw + 30px)*/
    }
}

.ads.right {
    margin-left: auto;
    margin-right: auto;
    max-width: 320px
}

.ads.right .img-container {
    padding-bottom: 100%
}

footer {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.ads.footer {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	min-height: 90px;
}
.ads.footer .img-container {
	padding-bottom: 0;
}
.ads.footer img {
	height: auto;
    width: auto;
    margin-left: auto;
    margin-right: auto;
	position: relative;
}

.sidebar li .login time:after {
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    filter: alpha(opacity=60);
    content: '\e98f';
    color: #666;
    padding: 0 0 0 7px;
    font-size: 11px;
    top: 1px;
    position: relative
}

.sidebar li:hover {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s
}

.sidebar li:hover .login time:after,
.sidebar li:hover .login time:before {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100)
}

b,
strong,
th {
    font-weight: 500
}

@media screen and (max-width: 768px) {
    html,
    body,
    .wrap {
        height: auto
    }
}

body {
    font-size: 15px;
    line-height: 120%
}

h2,
h3,
h4 {
    line-height: 110%
}

p {
    padding: 3px 0 5px 0;
    color: #666;
    line-height: 120%
}

a {
    color: #369;
    text-decoration: none
}

a:hover {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    color: #99b2cc;
}

.img-container {
    width: 100%;
    padding-bottom: 56.25%;
    position: relative
}

.img-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.main .empty {
	height: 5rem;
	width: 100%;
}

.home-right .ads {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.home-right form#search {
	width: 100%;
}

.middle-container {
	color: #666;
}

.middle-container li {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    padding: 15px 10px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.middle-container li dd h3 {
    font-size: 17px;
}

.middle-container li dd a {
    color: #666;
}
.middle-container li dd time {
	color: #fff;
    font-size: 14px;
}

.middle-footer-container {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}


.about-container .icon,
.social-container .icon {
	float: left;
    padding: 0.5rem;
    border-left: 1px solid #a7c7e9;
    font-size: 1.4rem;
    text-align: center;
    width: 50px;
}

/*# sourceMappingURL=africa-monitor.css.map */

.menu-top-left {
	width: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
}
	.menu-top-left ul {
		overflow: hidden;
		margin-top: 1rem;
	}
	
	.menu-top-left ul li {
		float: left;
		border-right: 1px solid #a7c7e9;
		text-transform: uppercase;
		width: 130px;
		height: 80px;
		overflow:hidden;
		padding: 17px 2px;
	}

.menu-top-left li a {
    color: #369;
    font-size: 15px;
    font-weight: bold;
    display: block;
    text-align: center;
}

@media screen and (max-width: 960px) {
	.menu-top-left { display:none; }
}



.about-icon {
	font-family: 'icomoon', Helvetica, Arial, sans-serif;
}
	.about-icon:before {
		content: '\e903';
	}

