/*Welcome to Custom CSS! To learn how this works, see http://wp.me/PEmnE-Bt */
/*body {
	margin-right: 150px;
}*/
/*General Style*/
a, a:visited, a:active {
	color: #00953b !important;
	text-decoration: none !important;
}

.et-pb-arrow-prev a, .et-pb-arrow-next a, .et-pb-arrow-prev a:visited, .et-pb-arrow-next a:visited, et-pb-arrow-prev a:active, .et-pb-arrow-next a:active {
	color: #fff !important;
}

h2,.et_pb_column_1_3 h2,.et_pb_column_1_4 h2 {
	font-size: 36px;
	margin-top: 18px;
	margin-bottom: 12px;
	color: #f89838;
/*word-break: break-all;*/
}

@media (min-width:980px) and (max-width:1350px) {
	h2, .et_pb_column_1_3 h2, .et_pb_column_1_4 h2 {
		font-size: 27px;
		margin-left: -11px;
		margin-right: -11px;
	}
}

h2 a, h2 a:visited {
	color: #f89838 !important;
}

.et_pb_portfolio_item h2, .et_pb_portfolio_item h2 a {
	font-size: 26px !important;
}

h3 {
	font-size: 28px;
	margin-top: 16px;
	margin-bottom: 10px;
}

h4 {
	font-size: 24px;
	margin-top: 14px;
	margin-bottom: 8px;
}

h5 {
	font-size: 28px;
	margin-top: 16px;
	margin-bottom: 10px;
	border-bottom: solid 1px;
}

/* sticky menu principal*/
.et_fixed_nav #main-header, .et_fixed_nav #top-header {
	position: fixed !important;
}

/* fin */
#left-area ul, .entry-content ul, .comment-content ul, body.et-pb-preview #main-content .container ul {
	padding: 0 0 23px 50px;
	line-height: 1.6em;
}

#left-area ol, .entry-content ol, .comment-content ol, body.et-pb-preview #main-content .container ol {
	padding: 10px 0 20px 46px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 46px;
	line-height: 1.6em;
	list-style-position: outside;
}

ul.checkmark {
	list-style-type: none !important;
	line-height: 34px;
	padding-left: 2em;
}

ul.checkmark li:before {
	content: "\2713\\\\\\\\0020";
}

ul.checkmark li {
	list-style-position: outside;
	text-indent: -1em;
}

ul.staff_list {
	line-height: 2em;
	background-color: #f89838;
	padding: 5px 30px 5px 20px;
}

ul.staff_list li {
	display: inline-block;
	padding-right: 30px;
	font-size: 16px;
}

ul.staff_list li a {
	color: #fff !important;
}

ul.staff_list li a:hover {
	color: #f89838 !important;
	background-color: #fff !important;
	padding: 5px;
}

.et-learn-more {
	color: #666 !important;
	margin: 0 !important;
}

.wp-caption {
	background-color: transparent !important;
}

/* MENU */
#navigationMenu {
/*padding:0 !important;*/
/*	margin: 0 25px;*/
}

#navigationMenu li {
	list-style: none;
	height: 42px;
	padding: 2px;
	width: 42px;
	margin: 15px auto;
}

#navigationMenu span {
/* Container properties */
	width: 0;
	right: 38px;
	padding: 0;
	position: absolute;
	overflow: hidden;
/* Text properties */
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .6px;
	white-space: nowrap;
	line-height: 39px;
/* CSS3 Transition: */
	-webkit-transition: .25s;
/* Future proofing (these do not work yet): */
	-moz-transition: .25s;
	transition: .25s;
}

#navigationMenu a {
	background: url('http://annualreport2015.ciat.cgiar.org/wp-content/uploads/2016/04/ico-menu-2.png') no-repeat;
	height: 39px;
	width: 38px;
	display: block;
	position: relative;
}

/* General hover styles */
#navigationMenu a:hover span {
	-moz-border-radius: 0 30% / 0 100%;
	-webkit-border-radius: 0 30% / 0 100%;
	border-radius: 0 30% / 0 100%;
	margin-right: -8px;
	overflow: visible;
	padding: 5px 30px;
	width: auto;
	z-index: -10;
}

#navigationMenu a:hover {
	text-decoration: none;
/* CSS outer glow with the box-shadow property */
	-moz-box-shadow: 0 0 5px #9ddff5;
	-webkit-box-shadow: 0 0 5px #9ddff5;
	box-shadow: 0 0 5px #9ddff5;
	z-index: 10;
}

/* boton 1 */
#navigationMenu .home {
	background-position: 4px 3px;
	background-color: #333;
	border-radius: 25px;
	height: 50px;
	width: 50px;
}

#navigationMenu .home:hover {
	background-position: -40px 4px;
	background-color: #009933;
}

#navigationMenu .home span {
	background-color: #009933;
	color: white;
	text-shadow: 1px 1px 0 #99bf31;
}

/* boton 2 */
#navigationMenu .about {
	background-position: 3px -39px;
	background-color: #333;
	border-radius: 25px;
	height: 50px;
	width: 50px;
}

#navigationMenu .about:hover {
	background-position: -41px -39px;
	background-color: #009933;
}

#navigationMenu .about span {
	background-color: #009933;
	color: white;
	text-shadow: 1px 1px 0 #44a8d0;
}

/* boton 3  */
#navigationMenu .services {
	background-position: 3px -81px;
	background-color: #333;
	border-radius: 25px;
	height: 50px;
	width: 50px;
}

#navigationMenu .services:hover {
	background-position: -40px -81px;
	background-color: #009933;
}

#navigationMenu .services span {
	background-color: #009933;
	color: white;
	text-shadow: 1px 1px 0 #44a8d0;
}

/* boton 4 - nuevo  INTERNATIONAL YEAR SOIL */
#navigationMenu .iys2015 {
	background-position: 2px -290px;
	background-color: #333;
	border-radius: 25px;
	height: 50px;
	width: 50px;
}

#navigationMenu .iys2015:hover {
	background-position: -40px -290px;
	background-color: #009933;
}

#navigationMenu .iys2015 span {
	background-color: #009933;
	color: white;
	text-shadow: 1px 1px 0 #44a8d0;
}

/* boton 4  */
#navigationMenu .portfolio {
	background-position: 3px -124px;
	background-color: #333;
	border-radius: 25px;
	height: 50px;
	width: 50px;
}

#navigationMenu .portfolio:hover {
	background-position: -42px -124px;
	background-color: #009933;
}

#navigationMenu .portfolio span {
	background-color: #009933;
	color: white;
	text-shadow: 1px 1px 0 #44a8d0;
}

/* boton 5  */
#navigationMenu .contact {
	background-position: 3px -168px;
	background-color: #333;
	border-radius: 25px;
	height: 50px;
	width: 50px;
}

#navigationMenu .contact:hover {
	background-position: -40px -168px;
	background-color: #009933;
}

#navigationMenu .contact span {
	background-color: #009933;
	color: white;
	text-shadow: 1px 1px 0 #44a8d0;
}

/* boton 6 */
#navigationMenu .partners {
	background-position: 4px -207px;
	background-color: #333;
	border-radius: 25px;
	height: 50px;
	width: 50px;
}

#navigationMenu .partners:hover {
	background-position: -38px -207px;
	background-color: #009933;
}

#navigationMenu .partners span {
	background-color: #009933;
	color: white;
	text-shadow: 1px 1px 0 #44a8d0;
}

/* boton 7 */
#navigationMenu .aboutciat {
	background-position: 3px -250px;
	background-color: #333;
	border-radius: 25px;
	height: 50px;
	width: 50px;
}

#navigationMenu .aboutciat:hover {
	background-position: -40px -250px;
	background-color: #009933;
}

#navigationMenu .aboutciat span {
	background-color: #009933;
	color: white;
	text-shadow: 1px 1px 0 #44a8d0;
}

/* general */
#main {
	margin: 0 auto;
	position: fixed;
	top: 0;
	right: 0;
	width: 140px;
	height: 100%;
/*padding: 5px 30px 45px 20px; */
	padding-top: 100px;
	background-color: rgba(255,255,255,0.6);
/*	border-radius: 10px 0 0 10px;*/
	z-index: 10;
}

#main &gt; img {
	margin-top: 15px;
}

#navigationMenu a, #navigationMenu a:visited,#navigationMenu a:active {
	color: #0196e3;
	text-decoration: none;
	outline: none;
}

#navigationMenu a:active,#navigationMenu a:focus {
/*opacity: .8;
	border: 1px solid white;*/
/*background-color: #32AC5B !important;*/
}

#navigationMenu a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

/*menu responsive*/
/*acomodar menu por ancho*/
/*media only screen and (max-width:1300px) {
	#navigationMenu li {
		display: inline-block;
		margin: 10px;
	}
	
	#main {
		padding-top: 20px;
	}
}*/
/* acomodar menu por altura */
@media only screen and (max-height:800px) {
	#navigationMenu li {
		display: inline-block;
		margin: 10px;
	}
	
	#main {
		padding-top: 20px;
	}
}

@media only screen and (max-width:1040px) {
	#main {
		display: none;
	}
	
	/* tamaño letras menu responsive */
	.et_header_style_fullscreen .et_slide_in_menu_container .et_mobile_menu li a {
		font-size: 18px !important;
	}
	
	/*ocultar redes responsive */
	.a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_default_style.a2a_target {
		display: none !important;
	}
}

@media (min-width:1040px) and (max-width:5300px) {
	/* ocultar 3 barras*/
	#et-top-navigation {
		display: none;
	}
}

/* FIN MENU */
/* TABS */
.et_pb_tabs_controls li.et_pb_tab_active {
	padding: 4px 43px !important;
}

/* Mapa */
#amchart1 {
	width: 100%;
	height: 450px;
}

@media only screen and (max-width:1300px) {
	#amchart1 {
		top: -10px !important;
		width: 100%;
		height: 225px;
	}
}

@media only screen and (max-width:768px) {
	#amchart1 {
	/*	width: 100%;				height: 300px;*/
	}
}

@media only screen and (max-width:480px) {
	#amchart1 {
	/*height: 100px;				width: 100%;*/
	}
}

/* copyright */
#footer-info {
	display: none;
}

/*stories as Projects*/
.stories .header-content {
	margin-bottom: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	max-width: 1040px !important;
}

.et_pb_fullwidth_header_0 .header-content .et_pb_fullwidth_header_subhead {
	padding-bottom: 20px;
}

/*post navigation*/
.single-project.et_pb_pagebuilder_layout .nav-single {
	width: 100%;
	max-width: none;
	margin: 10px auto;
}

.nav-next, .nav-prev {
	width: 20%;
}

.altura-port {
	height: 290px !important;
}

/*icons portafolio home
#fundamentals .et_pb_image {
	margin-top: 80px;
}

#fundamentals .et_pb_image_0 {
	margin-left: 60px !important;
}

#fundamentals .et_pb_image_0 &gt; img {
	width: 80%;
}

#fundamentals .et_pb_image_1 {
	margin-right: -56px !important;
}

#fundamentals .et_pb_image_1 &gt; img {
	margin-right: 45px;
	width: 60%;
}

#fundamentals .et_pb_image_2 {
	margin-left: 65px !important;
}

#fundamentals .et_pb_image_3 {
	margin-right: -56px !important;
}

#fundamentals .et_pb_image_3 &gt; img {
	margin-right: 60px;
	width: 60%;
}
*/
/*Share daddy alignment*/
#content div.sharedaddy, #main div.sharedaddy, div.sharedaddy {
	max-width: 1080px;
	margin: 20px auto;
}

/*Gallery Ethiopia soils*/
.gallery-ethiopia .et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item {
	width: 31%;
	margin: 0 2% 2% 0;
}

/* icons social media*/
.widget_wpcom_social_media_icons_widget .genericon {
	font-size: 30px;
}

.widget_wpcom_social_media_icons_widget li a:hover {
	opacity: .4;
/*	transition: all 4s ease 0;*/
}

#footer-widgets .footer-widget li::before {
	display: none;
}

/*post navigation*/
.nav-previous, .nav-next {
	max-width: 14% !important;
	border: 1px solid;
	font-size: 18px;
	border-radius: 20px;
	padding: 10px;
	background-color: rgba(0,0,0,0.5);
}

.nav-next {
	margin-right: 220px;
}

.nav-single a {
	font-size: 16px;
	color: white !important;
}

.et_pb_posts_nav.et_pb_module.nav-single.et_pb_post_nav_0 {
	position: fixed;
	top: 45%;
	z-index: 100;
}

/*flow flow*/
#ff-stream-1 .ff-stream .ff-layout-grid {
	min-height: 200px !important;
}

/* letras menu color */
#mobile_menu_slide a {
	color: white !important;
}

/* fondo video */
/* */
.mejs-container, .mejs-embed, .mejs-embed body, .mejs-container .mejs-controls {
	background-image: url(http://annualreport2015.ciat.cgiar.org/wp-content/uploads/2016/03/background-new-1.jpg) !important;
}

.mejs-container {
	background-image: url(http://annualreport2015.ciat.cgiar.org/wp-content/uploads/2016/03/background-new-1.jpg) !important;
}

.et_pb_section_video_bg {
	background-image: url(http://annualreport2015.ciat.cgiar.org/wp-content/uploads/2016/03/background-new-1.jpg) !important;
}

.mejs-mediaelement video {
	background-image: url(http://annualreport2015.ciat.cgiar.org/wp-content/uploads/2016/03/background-new-1.jpg) !important;
}

#slide {
	background-image: url(http://annualreport2015.ciat.cgiar.org/wp-content/uploads/2016/03/background-new-1.jpg) !important;
}

/*Publications CGSPACE */
#contentcgspace .headingsearch a, #contentcgspace .headingsearch a:visited, #contentcgspace .headingsearch a:active {
	color: #00953b !important;
	text-decoration: none !important;
	font-weight: 300 !important;
	margin-left: 12px;
}

#contentcgspace .go-button {
	margin-left: 10px !important;
}

.contentsearch fieldset {
	border: 0 solid #c0c0c0 !important;
	margin: 0 2px !important;
	padding: 0 !important;
}

.contentsearch fieldset .field-text {
	margin-bottom: 7px !important;
}

#pt-cv-view-43a8a4c96c .pt-cv-content, #pt-cv-view-43a8a4c96c .pt-cv-content-item {
	min-width: 1080px !important;
}

#contentcgspace .pagination a, #contentcgspace .pagination a:visited, #contentcgspace .pagination a:active, #contentcgspace .cgspace-entry-title a, #contentcgspace .cgspace-entry-title a:visited, #contentcgspace .cgspace-entry-title a:active {
	color: #00953b !important;
	text-decoration: none !important;
	font-weight: 300 !important;
}

.pub-download {
	font-size: 13px !important;
	margin: 10px 0;
}

.pub-download a {
	color: #fff;
	text-decoration: none;
	border: 0 solid;
	border-radius: 4px !important;
	padding: 4px !important;
	background-color: #396;
}

.pub-download a:hover {
	color: #fff !important;
	text-decoration: none;
	border: 0 solid;
	border-radius: 4px !important;
	padding: 4px !important;
	background-color: #000000;
}

.pub-thumbnail {
	float: left;
}

.pub-thumbnail img {
	max-width: 120px;
	height: auto;
	padding: 2px;
	border: 1px solid #DBDBDB;
	background-color: #FFF;
	margin-right: 10px;
}

#image_cgspace {
	max-width: 130px;
}

.cgspace-entry-title {
	font-size: 20px !important;
}

.post-publication {
	height: 235px !important;
}

.pub-download a {
	color: #CCC !important;
	font-weight: bold !important;
}

/*Fin Publications CGSPACE */
/* posts*/
.et_post_meta_wrapper img {
	display: none;
}

.et_pb_post .post-meta {
	display: none;
}

/*content view SDGs*/
.pt-cv-content p {
	line-height: 1.5em !important;
}

.pt-cv-content-item {
	padding-bottom: 0 !important;
}

.pt-cv-view .pt-cv-content-item &gt; * {
	margin-bottom: 0 !important;
}

.pt-cv-wrapper .col-xs-1, .pt-cv-wrapper .col-sm-1, .pt-cv-wrapper .col-md-1, .pt-cv-wrapper .col-lg-1, .pt-cv-wrapper .col-xs-2, .pt-cv-wrapper .col-sm-2, .pt-cv-wrapper .col-md-2, .pt-cv-wrapper .col-lg-2, .pt-cv-wrapper .col-xs-3, .pt-cv-wrapper .col-sm-3, .pt-cv-wrapper .col-md-3, .pt-cv-wrapper .col-lg-3, .pt-cv-wrapper .col-xs-4, .pt-cv-wrapper .col-sm-4, .pt-cv-wrapper .col-md-4, .pt-cv-wrapper .col-lg-4, .pt-cv-wrapper .col-xs-5, .pt-cv-wrapper .col-sm-5, .pt-cv-wrapper .col-md-5, .pt-cv-wrapper .col-lg-5, .pt-cv-wrapper .col-xs-6, .pt-cv-wrapper .col-sm-6, .pt-cv-wrapper .col-md-6, .pt-cv-wrapper .col-lg-6, .pt-cv-wrapper .col-xs-7, .pt-cv-wrapper .col-sm-7, .pt-cv-wrapper .col-md-7, .pt-cv-wrapper .col-lg-7, .pt-cv-wrapper .col-xs-8, .pt-cv-wrapper .col-sm-8, .pt-cv-wrapper .col-md-8, .pt-cv-wrapper .col-lg-8, .pt-cv-wrapper .col-xs-9, .pt-cv-wrapper .col-sm-9, .pt-cv-wrapper .col-md-9, .pt-cv-wrapper .col-lg-9, .pt-cv-wrapper .col-xs-10, .pt-cv-wrapper .col-sm-10, .pt-cv-wrapper .col-md-10, .pt-cv-wrapper .col-lg-10, .pt-cv-wrapper .col-xs-11, .pt-cv-wrapper .col-sm-11, .pt-cv-wrapper .col-md-11, .pt-cv-wrapper .col-lg-11, .pt-cv-wrapper .col-xs-12, .pt-cv-wrapper .col-sm-12, .pt-cv-wrapper .col-md-12, .pt-cv-wrapper .col-lg-12 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.pt-cv-view a {
	color: #fff !important;
	font-weight: bold !important;
}

#pt-cv-view-a8a551cee3 div[data-pid="476"] .pt-cv-mask {
	background: red none repeat scroll 0 0 !important;
}

#pt-cv-view-a8a551cee3 div[data-pid="477"] .pt-cv-mask {
	background: #DBA63A none repeat scroll 0 0 !important;
}

#pt-cv-view-a8a551cee3 div[data-pid="486"] .pt-cv-mask {
	background: #489842 none repeat scroll 0 0 !important;
}

#pt-cv-view-a8a551cee3 div[data-pid="488"] .pt-cv-mask {
	background: #A01C43 none repeat scroll 0 0 !important;
}

#pt-cv-view-a8a551cee3 div[data-pid="490"] .pt-cv-mask {
	background: #407F46 none repeat scroll 0 0 !important;
}

#pt-cv-view-a8a551cee3 div[data-pid="495"] .pt-cv-mask {
	background: #59BA47 none repeat scroll 0 0 !important;
}

/*align related posts jetpack*/
#jp-relatedposts {
	margin: auto;
	max-width: 1080px;
}

/*Images of CSA profiles PDFs*/
.CSA_pdfs img {
	margin-bottom: 15px !important;
}

/* width blurbs*/
.et_pb_blurb_content {
	max-width: none !important;
}

/*sharing new bottons*/
.a2a_floating_style {
	background-color: none !important;
}

/*financial tables style*/
.tablepress tfoot th, .tablepress thead th {
	background-color: #f89838 !important;
}

/*post slider*/
.et_pb_slide_content {
	font-weight: inherit !important;
	color: inherit !important;
}

.et_pb_container {
	min-height: 200px !important;
}

crp_logos {
	margin-right: 15px;
	margin-bottom: 20px;
	float: left;
}

.footer-widget {
	font-size: 17px !important;
	line-height: 1.4em !important;
}

.credits {
	font-size: 14px !important;
}

.fondoverde {
	background-color: green !important;
}

.signature {
	float: left;
}

/*boton descargar pdf home*/
.boton-sintesis {
	background-color: white;
	border-radius: 5px;
	padding: 5px;
	margin: 15px;
	font-weight: bolder;
	text-align: center;
	line-height: 17px;
	font-size: 15px !important;
}

.boton-sintesis a:hover {
	opacity: .7;
}

.bola {
	border: 1px solid #4db871;
	border-radius: 10px;
	font-size: 15px !important;
	margin: auto;
	width: 25px;
}

/*selector*/
#lang_sel {
	margin-top: -10px;
}

#lang_sel a.lang_sel_sel, #lang_sel a.lang_sel_sel:visited {
	width: 80%;
	margin: auto;
}

#lang_sel li ul a {
	width: 80%;
	margin: auto;
}

#lang_sel ul ul {
	border-top: none;
}

/*botones sharing*/
.a2a_floating_style {
	bottom: 35px !important;
}

/*espacio share this*/
#content div.sharedaddy, #main div.sharedaddy, div.sharedaddy {
	padding: 10px 0;
}

/*chulos*/
ul.chulos li:before {
	content: '\2714';
	margin-right: 5px;
}

ul.chulos {
	list-style-type: none;
}