/****************************************/
/*************** Frontpage **************/
/****************************************/

.object.frontpage {
    padding: 22px 0 70px;
}
.object.frontpage h2 {
    font-weight: bold;
    text-align: center;
    position: relative;
    font-size: 26px;
    margin-bottom: 56px;
}
.object.frontpage h2:after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background-image: -webkit-radial-gradient(rgb(204, 204, 204) 18%, transparent 32%);
    background-image: radial-gradient(rgb(204, 204, 204) 18%, transparent 32%);
    background-size: 11px 11px;
    background-position: 0 0, 10px 10px;
    position: absolute;
    bottom: -13px;
    left: 0;
    z-index: +1;
}
.object.frontpage h2 .more {
	position: absolute;
    right: 0;
    top: 5px;
    font-family: 'Open Sans';
    font-size: 14px;
}

.side-column .object {
    margin-bottom: 30px;
}

.side-column .object h2 {
    position: relative;
    margin-bottom: 30px;
    font-size: 21px;
    line-height: 28px;
    text-indent: 30px;
}
.side-column .object h2:after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background-image: -webkit-radial-gradient(rgb(204, 204, 204) 18%, transparent 32%);
    background-image: radial-gradient(rgb(204, 204, 204) 18%, transparent 32%);
    background-size: 11px 11px;
    background-position: 0 0, 10px 10px;
    position: absolute;
    bottom: -17px;
    left: -2px;
    z-index: +1;
}
.side-column h2 svg {
    fill: #00894f;
    width: 16px;
    height: 22px;
    display: block;
    position: absolute;
    top: 4px;
}
.side-column h3 {
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 10px;
	font-family: 'Neuton', Arial, sans-serif;
    font-weight: normal;
}
	.Vietnamese .side-column h3 {
		font-family: 'Open Sans';
		font-size: 16px;
	}
.side-column #news h2 svg {
    width: 23px;
}
.side-column #news .element {
    position: relative;
    border-bottom: 2px dotted #ccc;
    padding-bottom: 12px;
    margin-bottom: 12px;
}


/****************************************/
/*************** Related ****************/
/****************************************/


.object.related h2 {
    /*font-weight: bold;
    text-align: center;*/
    position: relative;
    font-size: 26px;
    margin-bottom: 56px;
}
.object.related h2:after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background-image: -webkit-radial-gradient(rgb(204, 204, 204) 18%, transparent 32%);
    background-image: radial-gradient(rgb(204, 204, 204) 18%, transparent 32%);
    background-size: 11px 11px;
    background-position: 0 0, 10px 10px;
    position: absolute;
    bottom: -13px;
    left: 0;
    z-index: +1;
}
.object.related h2 .more {
	position: absolute;
    right: 0;
    top: 5px;
    font-family: 'Open Sans';
    font-size: 14px;
}

.object.related {
    margin-bottom: 30px;
}

.object.related h2 {
    position: relative;
    margin-bottom: 30px;
    font-size: 21px;
    line-height: 28px;
    text-indent: 30px;
}
.object.related h2:after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background-image: -webkit-radial-gradient(rgb(204, 204, 204) 18%, transparent 32%);
    background-image: radial-gradient(rgb(204, 204, 204) 18%, transparent 32%);
    background-size: 11px 11px;
    background-position: 0 0, 10px 10px;
    position: absolute;
    bottom: -17px;
    left: -2px;
    z-index: +1;
}
.object.related h2 svg {
    fill: #00894f;
    width: 16px;
    height: 22px;
    display: block;
    position: absolute;
    top: 4px;
}
.object.related h3 {
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 10px;
	font-family: 'Neuton', Arial, sans-serif;
    font-weight: normal;
}
	.Vietnamese .object.related h3 {
		font-family: 'Open Sans';
		font-size: 16px;
	}

/****************************************/
/*************** Overview ***************/
/****************************************/

.overview {
	margin-top: 10px;
}
.overview .element {
	position: relative;
    border-bottom: 2px dotted #ccc;
    margin-bottom: 31px;
}
.overview h2 {
    font: 24px/28px 'Neuton', Arial, sans-serif;
    color: #282828;
    margin-top: 0;
    margin-bottom: 7px;

}
	.Vietnamese .overview h2 {
		font-family: 'Open Sans';
		font-size: 19px;
	}


/****************************************/
/***************** Item *****************/
/****************************************/
.item {
    margin-bottom: 40px;
}
.item a.image img {
	margin-bottom: 14px;
}


/****************************************/
/*************** Specific ***************/
/****************************************/


/* NEWS */
#news.frontpage {
	background: #f2f2f2 url('../images/pt_white.jpg');
	box-shadow: 0 -4px 0 0 #67a53e;
}
#news.frontpage .large-4 {
	margin-bottom: 20px;
}
#news.frontpage .image {
    width: 100%;
    padding-bottom: 45%;
    position: relative;
	margin-bottom: 10px;
}
#news.frontpage .image a {
	background-image: url(/image.php/1/Thumbnail/Untitled-1.jpg);
    background-size: cover;
    background-position: 50% 50%;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}
#news tag {
    background: #bcbcbc;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px 4px 0 8px;
    display: inline-block;
    border-radius: 3px;
    position: relative;
    height: 23px;
    line-height: 23px;
    z-index: 1;
	margin-bottom: 10px;
}
#news tag:before {
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 3px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    right: -7px;
    content: "";
    top: 3px;
    background: #bcbcbc;
    z-index: -1;
}
#news.frontpage p {
	font: 14px/26px 'Open Sans', Arial, sans-serif;
}
#news.frontpage h3 {
    font: 24px/26px 'Neuton', Arial, sans-serif;
    color: #282828;
    margin-top: 0;
    margin-bottom: 10px;
}
.Vietnamese #news.frontpage h3 {
	font-family: 'Open Sans';
	font-size: 19px;
} 
#news .info {
    height: 195px;
    overflow: hidden;
}

#news.overview p.details {
    margin-bottom: 4px;
    line-height: 14px;
}

#news.overview .image {
    width: 20%;
    padding-bottom: 14%;
    position: relative;
    margin-bottom: 10px;
    background: #fff;
    z-index: 1;
    float: left;
    margin-right: 20px;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
}
#news.overview .image a {
	position: absolute;
	width: 100%;
	height: 100%;
}
#news.overview .content {
	padding-left: 25%;
}
#news.overview .image {
	    float: left;
    margin-right: 30px;
    margin-bottom: 22px;
    max-width: 300px;
}
#news.item .info {
	height: auto;
    max-height: 194px;
    overflow: hidden;
}
.object.neews.related .element {
	    margin-bottom: 20px;
}
.object.neews.related h3 {
	margin-bottom: 4px;
}
.object.neews.related h2 svg {
 	width: 25px;
}
.object.neews.related .image {
    width: 20%;
    padding-bottom: 14%;
    position: relative;
    margin-bottom: 10px;
    background: #fff;
    z-index: 1;
    float: left;
    margin-right: 20px;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
}
.object.neews.related .image a {
	position: absolute;
	width: 100%;
	height: 100%;
}

/* Resources */

#resources.overview p.details {
    margin-bottom: 4px;
    line-height: 14px;
}

/*#resources.overview .image {
    width: 20%;
    padding-bottom: 14%;
    position: relative;
    margin-bottom: 10px;
    background: #fff;
    z-index: 1;
    float: left;
    margin-right: 20px;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
}*/

#resources.overview .content {
	padding-left: 23%;
}
#resources.overview .info {
	height: auto;
    max-height: 194px;
    overflow: hidden;
}


.resources.related .image,
#resources .image {
    width: 34%;
    padding-bottom: 48%;
    position: relative;
    margin-bottom: 10px;
    background: #fff;
    z-index: 1;
	float: left;
    margin-right: 33px;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
}
.resources.related .image:after,
#resources .image:after {
    content: " ";
    position: absolute;
    width: 50%;
    height: 30%;
    z-index: -10;
    top: 68%;
    right: 4%;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    box-shadow: -7px 6px 15px  rgba(33,33,33,0.2);
}
.resources.related .image:before,
#resources .image:before {
    content: " ";
    position: absolute;
    width: 50%;
    height: 100px;
    z-index: 0;
    top: 1%;
    width: 50%;
    left: 4%;
    height: 98%;
    /* background: red; */
    box-shadow: -7px 0 10px  rgba(33,33,33,0.2);
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
}
.resources.related .image .inner,
#resources .image .inner {
	background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.resources.related .image .inner:after,
#resources .image .inner:after {
	background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
	content: "";
}
.resources.related .image .inner:before,
#resources .image .inner:before {
    content: " ";
    position: absolute;
    width: 70%;
    height: 70%;
    z-index: -10;
    bottom: 9%;
    right: 4%;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-1deg);
    box-shadow: 3px 6px 15px  rgba(33,33,33,0.2);
}
.resources.related .image .inner > div ,
#resources .image .inner > div {
	z-index: +1;
    position: relative;
    width: 100%;
    height: 100%;

}

#resources .image .inner div a {
    display: block;
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    bottom: 10px;
}


#resources.overview .element {
	/*padding-bottom: 50px;*/
}
#resources.overview .image {
    width: 20%;
    padding-bottom: 27%;
    position: relative;
    margin-bottom: 10px;
    background: #fff;
	margin-right: 0;
	    margin-bottom: 63px;
}
#resources.overview .image .inner div a {
    display: block;
    left: 7px;
    position: absolute;
    right: 7px;
    top: 7px;
    bottom: 7px;
}
#resources.overview .button {
    margin-top: 12px;
    top: 100%;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 13px;
    padding: 0px 8px;
    left: 14px;
}

#resources.frontpage {
	background: #f2f2f2 url('../images/pt_grey.jpg');
	box-shadow: 0 -4px 0 0 #67a53e;
}
#resources.frontpage .descr p {
    margin-bottom: 0;
}
#resources.frontpage p {
	font: 14px/26px 'Open Sans', Arial, sans-serif;
}
#resources.frontpage h3 {
    font: 24px/26px 'Neuton', Arial, sans-serif;
    color: #282828;
    margin-top: 0;
    margin-bottom: 10px;
} 
.Vietnamese #resources.frontpage h3 {
	font-family: 'Open Sans';
	font-size: 19px;
} 
#resources.frontpage .info {
    height: 268px;
    overflow: hidden;
}
#resources.frontpage .content {
	max-width: 97%;
}
#resources.frontpage .button {
    margin-top: 18px;
    top: 100%;
    position: absolute;
    left: 21%;
}
#resources.frontpage tag {
	font-weight: bold;
    text-transform: uppercase;
    color: #6ea7c2;
}
#resources.frontpage .items {
	/*height: 328px;*/
    /*overflow: hidden;*/
}
#resources.frontpage .items.slick-initialized {
	overflow: visible;
}
#resources.frontpage .item {
    margin-bottom: 40px;
}
#resources.frontpage .slick-dots li {
	margin:0;
}
#resources.frontpage .slick-dots li button:before {
	font-size: 42px;
	color: #797979;
}
#resources.frontpage .slick-dots li.slick-active button:before {
	color: #61abcf;
}
#resources.frontpage .slick-dots {
	bottom: -60px;
}


.resources.related .related .content {
	max-width: 97%;
}
.resources.related .related .button {
    margin-top: 18px;
    top: 100%;
    position: absolute;
    left: 21%;
}

.resources.related .related tag {
	font-weight: bold;
    text-transform: uppercase;
    color: #6ea7c2;
}
.resources.related .element {
	padding-bottom: 50px;
}
.resources.related  .image {
    width: 29%;
    padding-bottom: 40%;
    position: relative;
    margin-bottom: 10px;
    background: #fff;
    margin-right: 20px;
}
.resources.related .descr {
	display: none;
}
.resources.related .image .inner div a{
    display: block;
    left: 5px;
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
}
.resources.related h3 {
	font: 14px/25px 'Open Sans', Arial, sans-serif;
}
.resources.related .button {
    margin-top: 12px;
    top: 100%;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 13px;
    padding: 0px 8px;
    width: 96px;
    left: 50%;
    margin-left: -48px;
}
#resources.item .authors,
#resources.item .lesser-details,
#resources.item .isbn {
	margin-bottom: 0;
}

#resources.item .content {
	padding-left:28%;
}
#resources.item .image {
    width: 25%;
    padding-bottom: 35%;
    position: relative;
    margin-bottom: 10px;
    background: #fff;
    z-index: 1;
    float: left;
    margin-right: 0;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
}
#resources.item .button {
    left: 0;
    text-align: center;
    font-size: 13px;
    display: inline-block;
    padding: 1px 9px;
    clear: both;
    /* width: auto; */
    /* float: left; */
    margin-bottom: 10px;
}
#resources.item .button:after {
    content: "(English)";
    position: absolute;
    color: #777;
    font-weight: normal;
    text-transform: none;
    margin-left: 16px;
    font-size: 12px;
}
#resources.item .button.local {
	background: #67a53e;
}
#resources.item .button.local:after {
    content: "(Other language)";
}
.related.resources tag,
#resources.item tag {
	font-weight: bold;
    text-transform: uppercase;
    color: #6ea7c2;
}
#resources.item.local .button:after {
    content: none;

}
#resources.item.local .button.local:after {
    content: "(English)";
}


.resources.side .image {
    width: 100%;
    padding-bottom: 140%;
    position: relative;
    margin-bottom: 10px;
    background: #fff;
    z-index: 1;
	
    margin-right: 33px;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
}
.resources.side .image:after {
    content: " ";
    position: absolute;
    width: 50%;
    height: 30%;
    z-index: -10;
    top: 68%;
    right: 4%;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    box-shadow: -7px 6px 15px  rgba(33,33,33,0.2);
}
.resources.side .image:before {
    content: " ";
    position: absolute;
    width: 50%;
    height: 100px;
    z-index: 0;
    top: 1%;
    width: 50%;
    left: 4%;
    height: 98%;
    /* background: red; */
    box-shadow: -7px 0 10px  rgba(33,33,33,0.2);
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
}
.resources.side .image .inner {
	background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.resources.side .image .inner:after {
	background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
	content: "";
}
.resources.side .image .inner:before {
    content: " ";
    position: absolute;
    width: 70%;
    height: 70%;
    z-index: -10;
    bottom: 9%;
    right: 4%;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-1deg);
    box-shadow: 3px 6px 15px  rgba(33,33,33,0.2);
}
.resources.side .image .inner > div {
	z-index: +1;
    position: relative;
    width: 100%;
    height: 100%;

}

.resources.side .image .inner div a {
    display: block;
    left: 12px;
    position: absolute;
    right: 12px;
    top: 12px;
    bottom: 12px;
}









.object.side .back {
	display: block;
    position: relative;
    height: 60px;
    text-indent: 30px;
    color: #888;
	position: absolute;
    top: 13px;
}
.object.side .back svg {
    width: 22px;
    height: 16px;
    position: absolute;
    fill: #888;
    left: 0;
    top: 5px;
}
.object.side .back:hover {
	color: #666;
}
.object.side .back:hover svg {
	fill: #666;
}
/* Countries frontpage */

#countries h2 {
	margin-bottom: 0;
}
#countries {
	background: #f2f2f2 url('../images/pt_white.jpg');
}
#countries .row .row {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#countries svg {
    width: 100%;
    height: 100%;
	padding: 0 33%;
}
#ghana svg,
#liberia svg,
#congo svg,
#nigeria svg,
#uganda svg {
	fill: #e27f20;
}
#bolivia svg,
#suriname svg,
#colombia svg {
	fill: #963d34;
}
#indonesia svg,
#phillipines svg,
#vietnam svg {
	fill: #6aab3d;
}
.country {
    position: relative;
    margin-top: 30px;
    margin-bottom: 0px;
}
.country h4 {
    font-weight: bold;
    text-transform: uppercase;
    color: #6ea7c2;
    font-size: 14px;
    position: absolute;
    bottom: -4px;
    text-align: center;
    width: 100%;
    left: 0;
}
	#countries #vietnam svg {
		max-height: 80%;
	}
	#countries #indonesia svg {
		padding: 0 10px;
	}

.country-map {
    width: 100%;
    padding-bottom: 130%;
    position: relative;
}
	.country-map svg {
		position: absolute;
		width: 100%;
		height: 100%;
	}
	.country-map#Indonesia {
		padding-bottom: 60%;
	}

#order-form {
    display: none;
}
.cdb-item #order-form {
    display: none;
}

@media only screen and (min-width: 768px) {
	#countries svg {
		width: 100%;
		height: 100%;
		padding: 0 40px;
	}
	#news.frontpage .large-4 {
		margin-bottom: 0px;
	}
}







#resources.overview.partners .image .inner div a {
	left: 17px;
    right: 17px;
	background-repeat: no-repeat!important;
    background-size: contain!important;
}
.related.contact.partners .image .inner div a {
	left: 17px;
    right: 17px;
	background-repeat: no-repeat!important;
    background-size: contain!important;
	height: 100%;
    max-height: 80%;
    top: 10%;
	    width: auto;
}






.related.contact p.details {
    margin-bottom: 4px;
    line-height: 14px;
}

.related.contact .image {
    width: 20%;
    padding-bottom: 14%;
    position: relative;
    margin-bottom: 10px;
    background: #fff;
    z-index: 1;
    float: left;
    margin-right: 20px;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
}
.related.contact .image a {
	position: absolute;
	width: 100%;
	height: 100%;
}
.related.contact .content {
	padding-left: 25%;
}
.related.contact .image {
	    float: left;
    margin-right: 30px;
    margin-bottom: 22px;
    max-width: 300px;
}


.banner + .none,
.banner.front + .none {
    display: none;
}