/*
 * TYPOGRAPHY
 */
body { color: #252525; font-family: 'Open Sans', sans-serif; }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
	font-weight:bold;
}

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 13px; }
p, li { font-size: 14px; }
p.lead { font-size: 14px; }

h1, h2, h3, h4, h5, h6, p, a, span, li, label, button, blockquote {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;}

p, a, blockquote, span, li, label, input, textarea, button, figcaption, .lead{
    font-family: 'Open Sans', sans-serif;
	font-weight:normal;}

p, p.lead { margin-bottom: 14px; }
a, a:hover, button { cursor: pointer; text-decoration:none!important; outline:none!important; }
.cta:hover { text-decoration: none; }

button:focus, input:focus, textarea:focus { outline: none; }

.border-bottom-ccc { border-bottom: 1px solid #ccc; }
.float-left { float: left!important; }
.float-right { float: right!important; }

img { width: 100%; height: auto; }

a { color: #4e7235; text-decoration: none; }
a:focus, a:hover { color: #4e7235; }

::-webkit-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

:-moz-placeholder { /* Firefox 18- */
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;  }

::-moz-placeholder { /* Firefox 19+ */
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;d;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

:-ms-input-placeholder { /* IE 10+ */
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

::-ms-input-placeholder { /* Edge */
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

:placeholder-shown { /* Standard one last! */
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.btn-white{
	color: #6892c6;
	background: #fff;
	padding: 15px 19px;
	width: 100%;
	height: 50px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 17px;
	text-decoration:none;
	border: 1px solid transparent;
}	

.btn-white:hover{
	text-decoration:none;
	background: #4f7eb7;
	color: #fff;
	border: 1px solid #fff;
	outline:none!important;
}	

.btn-green{
	color: #4e7235;
	background: #fff;
	padding: 15px 19px;
	width: 100%;
	height: 50px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 17px;
	text-decoration:none;
	border: 1px solid #4e7235;
	transition: all;
	transition-duration: 0.4s;
}	

.btn-green:hover{
	text-decoration:none;
	background: #4e7235;
	color: #fff;
	border: 1px solid #4e7235;
	outline:none!important;
}	
	
.btn-download-AM{
	background-image:url('../img/Icon-Download.png');
	background-repeat:no-repeat;
	padding: 9px 15px 10px 40px !important;
	border-radius: 2px!important;
	font-weight: bold;
	color: #4e7235;
	border: 1px solid #4e7235;
	font-size:14px;
	background-position: 15px 12px;
	transition: all;
	transition-duration: 0.4s;}
.btn-download-AM:focus, 
.btn-download-AM:hover{
	background-image:url('../img/Icon-Download.png');
	background-repeat:no-repeat;
	padding: 9px 15px 10px 40px !important;
	border-radius: 2px!important;
	font-weight: bold;
	color: #fff;
	border: 1px solid #4e7235;
	font-size:14px;
	background-position: 15px -5px;
	background-color:#4e7235!important;}	
	
/* ================ padding ================ */
.no-pad-l-r{ padding-left:0px; padding-right:0px; }
.no-pad-r{ padding-right:0px; }
.no-pad-l{ padding-left:0px; }

.pad-1{ padding:1px; }
.pad-l-1{padding-left:1px;}
.pad-r-1{padding-right:1px;}
.pad-t-1{padding-top:1px;}
.pad-b-1{padding-bottom:1px;}

.pad-t-5{padding-top:5px;}
.pad-b-5{padding-bottom:5px;}
.pad-l-5{padding-left:5px;}
.pad-r-5{padding-right:5px;}

.pad-t-10{padding-top:10px;}
.pad-b-10{padding-bottom:10px;}
.pad-l-10{padding-left:10px;}
.pad-r-10{padding-right:10px;}

.pad-t-15{padding-top:15px;}
.pad-b-15{padding-bottom:15px;}
.pad-l-15{padding-left:15px;}
.pad-r-15{padding-right:15px;}

.pad-t-20{padding-top:20px;}
.pad-b-20{padding-bottom:20px;}
.pad-l-20{padding-left:20px;}
.pad-r-20{padding-right:20px;}

.pad-t-30{padding-top:30px;}
.pad-b-30{padding-bottom:30px;}
.pad-l-30{padding-left:30px;}
.pad-r-30{padding-right:30px;}

.pad-t-40{padding-top:40px;}
.pad-b-40{padding-bottom:40px;}
.pad-l-40{padding-left:40px;}
.pad-r-40{padding-right:40px;}

.pad-t-50{padding-top:50px;}
.pad-b-50{padding-bottom:50px;}
.pad-l-50{padding-left:50px;}
.pad-r-50{padding-right:50px;}

.pad-t-60{padding-top:60px;}
.pad-b-60{padding-bottom:60px;}
.pad-l-60{padding-left:60px;}
.pad-r-60{padding-right:60px;}

/* ================ margin ================ */
.no-mar-l-r{
	margin-left:0px;
	margin-right:0px;}
.no-mar-r{
	margin-right:0px;}
.no-mar-l{
	margin-left:0px;}
.no-margin-bot{
    margin-bottom: 0 !important}

.mar-t-5{margin-top:5px;}
.mar-b-5{margin-bottom:5px;}
.mar-l-5{margin-left:5px;}
.mar-r-5{margin-right:5px;}

.mar-t-10{margin-top:10px;}
.mar-b-10{margin-bottom:10px;}
.mar-l-10{margin-left:10px;}
.mar-r-10{margin-right:10px;}

.mar-t-15{margin-top:15px;}
.mar-b-15{margin-bottom:15px;}
.mar-l-15{margin-left:15px;}
.mar-r-15{margin-right:15px;}

.mar-t-20{margin-top:20px;}
.mar-b-20{margin-bottom:20px;}
.mar-l-20{margin-left:20px;}
.mar-r-20{margin-right:20px;}

.mar-t-30{margin-top:30px;}
.mar-b-30{margin-bottom:30px;}
.mar-l-30{margin-left:30px;}
.mar-r-30{margin-right:30px;}

.mar-t-50{margin-top:50px;}
.mar-b-50{margin-bottom:50px;}
.mar-l-50{margin-left:50px;}
.mar-r-50{margin-right:50px;}

.mar-t-60{margin-top:60px;}
.mar-b-60{margin-bottom:60px;}
.mar-l-60{margin-left:60px;}
.mar-r-60{margin-right:60px;}

.mar-t-80{margin-top:80px;}
.mar-b-80{margin-bottom:80px;}
.mar-l-80{margin-left:80px;}
.mar-r-80{margin-right:80px;}

	
/*
 * LAYOUT
 */ 
.row { margin: 0; position: relative; }
.row .row { margin: 0; }
.container-780{
	width:780px;
	max-width:780px;
	margin:0 auto;
}
.container-810{
	width:810px;
	max-width:810px;
	margin:0 auto;
}
.container-880{
	width:880px;
	max-width:880px;
	margin:0 auto;
}
.container-900 {
    width: 900px;
    max-width: 900px;
    margin: 0 auto;
}
.container-1160{
	width:1160px;
	max-width:1160px;
	margin:0 auto;
}
.container-1020{
	width:1020px;
	max-width:1020px;
	margin:0 auto;
}
.columns { float: left; }

/* news and report enlarge slideshow button */
section#reports-detail .carousel-slideshow .slick-list .item figure .t_enlarge,
section#news-detail .carousel-slideshow .slick-list .item figure .t_enlarge {
    background-image: url(../img/Icon-Enlarge.png);
	background-color: rgba(0,0,0,0.4);
	background-position: 0 top;
	position: absolute; 
	z-index: 999;
	width: 36px;
    height: 36px;
	border: none;
	background-repeat:no-repeat;
    background-position: 0 top;
    right: 10px; 
    top: 10px; 
	cursor:pointer; }
section#reports-detail .carousel-slideshow .slick-list .item figure .t_enlarge:hover,
section#news-detail .carousel-slideshow .slick-list .item figure .t_enlarge:hover { 
	background-position: 0 bottom;
	background-color: rgba(255,255,255,0.8); }
/* news and report enlarge slideshow button */


/*
 * HOME NEWS REPORTS
 */
section#home-reports-news {
    padding-top: 46px;
    padding-bottom: 50px; }    
section#home-reports-news .container {
    width: 1050px;
    padding-left: 15px;
    padding-right: 15px; }   
section#home-reports-news .row {
    margin-left: -15px;
    margin-right: -15px; }    
section#home-reports-news .columns {
    padding-left: 15px;
    padding-right: 15px; }
section#home-reports-news .columns.reports {
    padding-left: 35px;}
section#home-reports-news .news .container-article { width: 330px; }
section#home-reports-news .reports .container-article { width:660px; }   
section#home-reports-news .article {
    display: block;
    position: relative; 
	outline: none !important;
	padding-right: 30px; }
section#home-reports-news .news .article .img {
    margin-top: 37px;
    margin-bottom: 11px;
    position: relative; }
section#home-reports-news .reports .article .img {
    margin-top: 20px;
	margin-bottom: 20px;
    position: relative; 
	float:left; }
section#home-reports-news .article .img .mCS_img_loaded{
    background:#EBEBEB;
	height: 185px; }
section#home-reports-news .article .img .placeholders_img{ 
	background-repeat:no-repeat;
	background-position:center center;
	min-height:214px;
	background-color:#e8e8e8; }
section#home-reports-news .article:first-child .img { 
	margin-top: 0; }
section#home-reports-news .columns.reports .article .img,
section#home-reports-news .columns.reports .article .img img{ 
	width: 165px;
	height: 232px; }
section#home-reports-news .columns.reports .article .img .mCS_img_loaded { width: 100%; }
section#home-reports-news .columns.reports .article .img .placeholders_img { 
	background-repeat:no-repeat;
	background-position:center center;
	min-height:232px;
	background-color:#e8e8e8; }
section#home-reports-news .article .img:before {
    content: "";
    width: 0px;
    position: absolute;
    bottom: 0;
    top: 0;
    border-bottom: 5px solid #4e7235; 
	transition: all;
	transition-duration: 0.4s; }
section#home-reports-news .article:hover .img:before { width:100%;}
section#news-index-mosaic .columns.right figure, 
section#news-index-mosaic .columns.left figure,
section#news-index .columns .img figure,
section#section-backgrounders .container .columns.lg-1 figure{
	background-color:#e8e8e8; }
section#home-reports-news .title_reports_news {
    color: #252525;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 27px;
    display: inline-block;
    position: relative;}
section#home-reports-news .title_reports_news a{
    font-weight: bold;}
section#home-reports-news .title_reports_news:before {
    content: "";
    width: 30px; 
    position: absolute;
    left: 0;
    bottom: -8px;
    border-bottom: 1px solid #4e7235;
    transition-property: all;
    transition-duration: 0.3s; }
section#home-reports-news .title_reports_news:hover { color: #4e7235; }
section#home-reports-news .title_reports_news:hover:before { width: 100%; }
section#home-reports-news span a {
    font-size: 12px;
    color: #252525;
    float: right;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none; }

section#home-reports-news span a:hover {
    color: #4e7235; }
section#home-reports-news h3 a {
    color: inherit;
    text-decoration: none; 
	font-weight: 600;}
section#home-reports-news .reports .articles h3 {
    color: #212121;
    margin-top: 0;
    margin-bottom: 14px;
	line-height: 1.4;}
section#home-reports-news .news .articles h3 {
    color: #212121;
    margin-top: 0;
    margin-bottom: 18px;
	font-size: 14px;
	line-height: 1.4;} 
section#home-reports-news .article:hover h3 { 
	color: #4e7235; }
section#home-reports-news .article:hover .btn-download-AM {
    background-image: url('../img/Icon-Download.png');
    background-repeat: no-repeat;
    padding: 9px 15px 10px 40px !important;
    border-radius: 2px !important;
    font-weight: bold;
    color: #fff;
    border: 1px solid #4e7235;
    font-size: 14px;
    background-position: 15px -5px;
    background-color: #4e7235 !important;}
section#home-reports-news h6 {
    color: #212121;
    text-transform: uppercase;
    background-color: #fdc031;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 0;
    display: inline-block; }
section#home-reports-news .news h6 {
    position: absolute;
    left: 20px;
    top: 20px; }
section#home-reports-news .reports h6 {
    margin-top: 20px;
    margin-bottom: 7px; }
section#home-reports-news .news p {
    margin-top: 0;
    margin-bottom: -1px; }
section#home-reports-news .news  p:first-child { margin-top: 11px; }
section#home-reports-news .news .article:first-child  p:first-child { margin-top: -8px; }
section#home-reports-news .article p {
    color: #555;} 
section#home-reports-news .article h2 + p { font-size: 16px; }
section#home-reports-news .article small,
section#home-reports-news .reports small {
    font-size: 12px;
    color: #636363; } 
section#home-reports-news .news .articles .article p { 
	margin-bottom: 8px; }
section#home-reports-news .reports .articles .article p { 
	margin-top: 14px; 
	margin-bottom: 6px;
	line-height: 1.5;	}
section#home-reports-news .reports .articles .article .lead {
    margin-top: -6px;
    margin-bottom: 6px;
    line-height: 1.5;}
section#home-reports-news .reports .articles .article:nth-child(1) p {
	margin-top: -6px;}
section#home-reports-news .reports .articles .article:nth-child(1) .lead {
    margin-top: -6px;}
section#home-reports-news .reports .articles .article .flag small {
    background-image: url(../images/flag-indonesia.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 18px; }

section#home-reports-news .container { max-width: 1050px; }

section#home-reports-news .columns.news { width: 360px; }
section#home-reports-news .columns.reports { width: 690px; }

section#home-reports-news .container-articles { 
	min-height: 1070px; 
	max-height: 1070px;
	overflow-y: auto;
	overflow-x: hidden; }

section#home-reports-news .reports .articles { width: 660px; }

section#home-reports-news .article .img { display: block; }

section#home-reports-news .reports .text {
	margin-left: 20px;
	width: 445px;
	float: left; 
	padding-right: 20px;
	display: table; }
section#home-reports-news .reports h6 { display: inline-block; }
    
/*
 * HOME EOF MAP
 */
section#home-eof-map { position: relative; }
section#home-eof-map .map {
    background-color: #ebebeb;
    width: 100%; } 
section#home-eof-map .overlay {
    background-color: #fff;
    width: 320px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 26px;
    position: absolute;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2); }  
section#home-eof-map .overlay h3 {
    color: #252525;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
    position: relative; }
section#home-eof-map .overlay h3:before {
    content: "";
    width: 30px; 
    position: absolute;
    left: 0;
    bottom: -18px;
    border-bottom: 1px solid #4e7235; }
section#home-eof-map .overlay p {
    font-size: 14px;
    color: #636363;
    margin-bottom: 24px; 
	line-height:1.5;}  
section#home-eof-map .overlay .cta {
    font-size: 14px;
    font-weight: bold;
    color: #252525;
    line-height: 50px;
    width: 320px;
    height: 50px;
    padding-left: 30px;
    margin-left: -30px;
    margin-right: -30px;
    display: block; }
section#home-eof-map .overlay .cta.active {
    color: #fff;
    background-color: #4e7235;}
section#home-eof-map .overlay .cta:hover {
    color: #fff;
    text-decoration: none;
    background-color: #304521; }
section#home-eof-map .map { height: 460px; }
section#home-eof-map { max-width: 100%; position: relative; }

section#home-eof-map .overlay {
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	margin: 0; }
/* 2dec2016 */
section#home-eof-img-map{
	background:url('../img/Map.jpg') no-repeat;
	background-size:cover;
	background-position:center center;
	height:460px;
	padding: 15px;
	width:100%;
	display:table;
}
section#home-eof-img-map .content_map{
	display:table-cell;
	height:100%;
	vertical-align:middle;
}
section#home-eof-img-map .content_map .container-1020 div{
	width:340px;
}
section#home-eof-img-map .content_map .container-1020 div h3{
	font-size:18px;
	font-family:open sans;
	font-weight:bold;
	color:#fff;
	margin-bottom: 34px;
}
section#home-eof-img-map .content_map .container-1020 div p{
	font-size:14px;
	font-family:open sans;
	color:#fff;
	line-height:1.5;
	padding-bottom:17px;
}
section#home-eof-img-map .content_map .container-1020 div h3:before {
    content: "";
    width: 30px;
    position: relative;
    left: 0;
    bottom: -39px;
    border-bottom: 1px solid #fff;
    transition-property: all;
    transition-duration: 0.3s;
	display:block;
}
@media screen and (min-width: 768px) {
    section#home-eof-map .overlay { right: 50px; }
}
@media screen and (min-width: 1280px) {
    section#home-eof-map .overlay {
        top: 90px;
        transform: none;
        right: 50%;
        margin-right: -510px }
}  
    
/*
 * HOME NETWORK
 */
section#home-network {
    padding-top: 42px;
    padding-bottom: 50px; } 
section#home-network h5 {
    color: #252525;
    text-transform: uppercase;
    margin-bottom: 32px; }
section#home-network .carousel-network {
    width: 100%;
    padding: 0;
    margin: 0; } 
section#home-network .carousel-network .item {
    text-align: center;
    width: 100%;
    float: left; 
	outline: none;}
section#home-network .carousel-network .box {
    width: auto;
    display: inline-block; }
section#home-network .carousel-network .box a {
    width: 100px;
    height: 70px;
    margin-left: 18.2px;
    margin-right: 18.2px;
    display: table;
    float: left; }
section#home-network .carousel-network .box a div{
    display: table-cell;
	vertical-align: middle;}
section#home-network .carousel-network .box a img{
    width: auto;
    height: auto;
	margin: 0 auto;
	max-width:100px;}
section#home-network button.slick-arrow  {}
section#home-network button.slick-prev {
	text-indent: -9999px;
    background-color: transparent;
    background-image: url(../images/Network-Prev@2x.png);
	background-size:15px 50px;
	background-repeat:no-repeat;
    max-width: 15px;
    width: 15px;
    height: 25px;
    margin-top: 7px;
    position: absolute;
    top: 0;
    right: 50%;
    border: none;
    z-index: 99;
	
    background-position: right -25px;
    margin-right: 100px; }
section#home-network button.slick-next {
	text-indent: -9999px;
    background-color: transparent;
    background-image: url(../images/Network-Next@2x.png);
	background-size:15px 50px;
	background-repeat:no-repeat;
    max-width: 15px;
    width: 15px;
    height: 25px;
    margin-top: 7px;
    position: absolute;
    top: 0;
    left: 50%;
    border: none;
    z-index: 99;
	
    background-position: left -25px;
    margin-left: 100px; }
section#home-network button.slick-prev:hover { background-position: right 0; }
section#home-network button.slick-next:hover { background-position: left 0; }
    
    
    
/*
 * SECTION SEARCH NEWS
 */
section.section-search-news {
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.2); }
section.section-search-news .columns.quarter { width: 25%; }
section.section-search-news .columns.three-quarter { width: 75%; }
section.section-search-news input[type="text"] {
    font-family: 'Open Sans', sans-serif;
    color: #252525;
    font-size: 16px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    border: none; 
	height: 50px;
	border-radius: 0px;
}
section.section-search-news input[type="text"]::-moz-placeholder {
    font-size: 18px;
	color: #636363;}  
section.section-search-news .cta {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    /* letter-spacing: 1px; */
    text-align: center;
    text-transform: uppercase;
    background-color: #4e7235;
    width: 100%;
    padding-top: 9px;
    padding-bottom: 11px;
    border: none;
    border-radius: 0; 
	height: 50px;}
section.section-search-news .cta:hover { background-color: #2d411e; }
@media screen {
    .bootstrap-select { margin-bottom: 10px; }
}



/*
 * PAGINATION
 */
.paginate {
    padding: 0;
    margin: 0;
    margin-top: 20px;
    margin-right: 20px;
    display: inline-block;
    float: right;
    list-style-type: none; }
.paginate li {
    float: left;
    border-right: 1px solid #d7d7d7; }
.paginate li:last-child { border: none; }
.paginate a {
    font-size: 16px;
    color: #959595;
    text-decoration: none;
    line-height: 34px;
    text-align: center;
    width: 36px;
    height: 36px;
    display: block; }
.paginate .prev a, .paginate .next a {
    background-image: url(../images/icon-arrow-pagination.png);
    background-repeat: no-repeat;
    text-indent: -9999px; }
.paginate .prev a { background-position: 0 0; }
.paginate .prev a:hover { background-position: 0 -36px; }
.paginate .next a { background-position: -36px 0; }
.paginate .next a:hover { background-position: -36px -36px; }
.paginate a:hover {
    color: #fff;
    background-color: #4e7235; }
.paginate li.active a {
    color: #fff;
    background-color: #d7d7d7; }
.pagination {
	text-align: center;
    width: 100%;
    max-height: 56px;
    padding: 0;
    margin: 0;
    margin-bottom: 50px;
    display: block;
    border: none;
    border-radius: 0; }
.pagination ul {
    padding: 0;
    margin: 0;
    margin-top: 36px;
    display: inline-block;
    list-style-type: none; 
	border: none;}
.pagination ul li {
    float: left;
	border: none;}
.pagination ul li:first-child { 
	border-left: 1px solid transparent;}
.pagination ul li:last-child {  }
.pagination ul li a, .pagination ul li span {
    font-size: 16px;
    font-weight: 700;
    color: #555;
    text-decoration: none;
    line-height: 34px;
    text-align: center;
    width: 36px;
    height: 36px;
    display: block; 
	border-right: 1px solid transparent;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	outline:none!important;}
.pagination ul .prev a, .pagination ul .next a {
    background-image: url(../images/icon-arrow-pagination.png);
    background-repeat: no-repeat;
    text-indent: -9999px; }
.pagination ul .prev a { 
	background-position: 0 0; }
.pagination ul .prev a:hover { background-position: 0 -36px; }
.pagination ul .next a { background-position: -36px 0; }
.pagination ul .next a:hover { background-position: -36px -36px; }
.pagination ul a:hover {
    color: #fff;
    background-color: #4e7235; 
	border-top: 1px solid #4e7235;
	border-bottom: 1px solid #4e7235;}
.pagination ul li.active a, .pagination ul li.active span {
    color: #555;
    background-color: #ebebeb; }


/*
 * GOOGLE MAP INFO BOX
 */
.infobox {
    width: auto!important;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 13px;
    padding-bottom: 20px; }
.infobox h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #4e7235;
    text-align: left;
    margin-top: 0;
    margin-bottom: 4px; }
.infobox p { text-align: left; }
.infobox a { color: #4e7235; }
.infobox #infobox-images { width: 482px; }
.infobox #infobox-images:before, .infobox #infobox-images:after {
    content: "";
    display: table; }
.infobox #infobox-images:after { clear: both; }
.infobox #infobox-images > a {
    width: 160px;
    margin-right: 1px;
    display: block;
    float: left; }
.infobox #infobox-images > a:last-child { margin-right: 0; }


    
/*
 * SCROLL BAR
 */
.container-timeline .mCustomScrollBox:before {
    content: "";
    width: 10px;
    height: 0px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 99;
    border-bottom: 1px solid #d7d7d7;}  
.container-articles .mCustomScrollBox:before {
    content: "";
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 95%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 95%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 95%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99; }
.reports .container-articles .mCustomScrollBox:before { width: 95%; }
.news .container-articles .mCustomScrollBox:before { width: 95%; }
.jspVerticalBar {
	background-color: #fff;
	width: 10px;
	border: 1px solid #d7d7d7; }
.jspDrag {
    background-color: #b5b5b5; }
.jspTrack {
    background-color: #fff; }

	
/* 17 June 2016 */
a.article{
    text-decoration: none;
	outline: none !important;
}



/*
 * SELECT PICKER
 */  
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) { width: 100%; }

.btn-default {
    padding-left: 8px;
    padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 0; }
.btn-default:hover { background-color: #fff; }
.btn-group.open .dropdown-toggle { box-shadow: none; }
.btn-default.active.focus, 
.btn-default.active:focus, 
.btn-default.active:hover, 
.btn-default:active.focus, 
.btn-default:active:focus, 
.btn-default:active:hover, 
.open>.dropdown-toggle.btn-default.focus, 
.open>.dropdown-toggle.btn-default:focus, 
.open>.dropdown-toggle.btn-default:hover { background-color: #fff; }
.bootstrap-select.btn-group .dropdown-menu {
    padding: 0;
    border-radius: 0; }
.dropdown-menu > li > a {
    font-size: 16px;
    background-color: #fff;
    padding-left: 8px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative; }
.dropdown-menu > li:hover > a {
    /* color: #fff; */
    background-color: #ebebeb !important;
}
.multiple .dropdown-menu > li > a { padding-left: 38px; }
.dropdown-menu > li > a:before {
    content: "";
    background-color: transparent;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 20px;
	top: 15px;
}
section#news-index-mosaic .filter_news .filter_news_years .btn-group .dropdown-menu li a:before {
    left: 20px !important;}
.dropdown-menu > li.selected > a:before {
    background-image: url(../images/icon-check.png);
    background-position: center center;
    background-repeat: no-repeat; 
	right: 20px;
	top: 15px;}
.dropdown-menu > li.selected:hover > a:before {
    background-color:transparent;}
.dropdown-menu > li:hover > a:before { 
	/* display: none;  */
	background-color:transparent;	
	right: 20px;
	top: 16px;}
section#reports-index-mosaic .filter_reports .filter_report_years .btn-group .dropdown-menu li a::before {
    left: 20px !important;}
.multiple .dropdown-menu > li > a:before {
    left: 10px;
    right: auto;
    border: 1px solid #d7d7d7; }
.multiple .dropdown-menu > li:hover > a:before { display: block; }    
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark { display: none; }



/*
 * about
 */
header#about_us{
	width:100%;
	height:404px;
	background:#d5d5d5;
	background-image:url('../img/About-Banner.jpg');
	background-size:cover;
	background-repeat:no-repeat;}
header#about_us .container-780,
header#about_us .container-780 .content_title_about{
	height:100%;}
header#about_us .container-780 .content_title_about{
	display:table;
	height:100%;
	padding-bottom: 15px;}
header#about_us .container-780 .content_title_about h1{
	display:table-cell;
	vertical-align:bottom;
	font-size:40px;
	font-family: Open Sans;
	color:#fff;
	text-transform:uppercase;
	font-weight: bold;}
.container_about_us{
	padding-bottom: 40px;}
.container_about_us .container-780 h2.intro{
	font-size:20px;
	font-family: Open Sans;
	color:#252525;
	line-height:1.5;
	margin-top: 28px;
	margin-bottom: 12px;
	padding-bottom: 32px;
	border-bottom: 1px solid #ccc;
	font-weight: normal;}
.container_about_us .container-780 p{
	font-size:14px;
	font-family: Open Sans;
	color:#636363;
	line-height:1.5;
	padding-top: 15px;
	margin-bottom: 0px;
	padding-bottom: 13px;}
.container_about_us .container-780 p a{
	color:#4e7235; 
	/* text-decoration: underline; */
	border-bottom:1px solid #4e7235;
}
.container_about_us .container-780 .ul-li{
	padding-left:16px;}
.container_about_us .container-780 .ul-li li{
	font-size: 14px;
	font-family: Open Sans;
	color: #636363;
	line-height: 1.5;}
.container_about_us .container-810.container_networks_about h5{
	padding-left:15px;
	margin-top: 36px;
	margin-bottom: 12px;}
.container_about_us .container-810.container_networks_about .contain_networks_about{
	display: inline-block;}
.container_about_us .container-810.container_networks_about .contain_networks_about .content_networks_about{
	list-style-type: none;
	display: inline-block;
	padding: 0px;
	margin: 0px;}
.container_about_us .container-810.container_networks_about .contain_networks_about .content_networks_about li{
	float: left;
	height:70px;
	width:auto;
	padding-left:15px;
	padding-right:15px;
	margin-top:15px;
	margin-bottom:15px;}
.container_about_us .container-810.container_networks_about .contain_networks_about .content_networks_about li a{
	display: block;}
.container_about_us .container-810.container_networks_about .contain_networks_about .content_networks_about li a img{width: auto;}



/* 
 * filter report & news 
 */
.btn-default .bs-caret .caret{
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 6px solid;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;}
.btn-default .bs-caret .caret:before{
	content: "";
	width: 0;
	height: 0;
	margin-left: -3px;
	border-top: 3px solid #EBEBEB;
	border-right: 3px solid transparent;
	border-left: 3px solid transparent;
	position: absolute;
	top: -6px;}
.btn-default:hover .bs-caret .caret:before{
	content: "";
	width: 0;
	height: 0;
	margin-left: -3px;
	border-top: 3px solid #fff;
	border-right: 3px solid transparent;
	border-left: 3px solid transparent;
	position: absolute;
	top: -6px;}
.dropup .btn-default .bs-caret .caret{
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: none;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-bottom: 6px solid;}
.dropup .btn-default .bs-caret .caret:before{
	content: "";
	width: 0;
	height: 0;
	margin-left: -3px;
	border-top: none!important;
	border-right: 3px solid transparent;
	border-left: 3px solid transparent;
	border-bottom: 3px solid #fff;
	position: absolute;
	top: 3px;}
.bootstrap-select.open{
    background:#fff;}
section#reports-index .filter_reports .open .btn-default{
	background:#fff;}
section#reports-index .filter_reports .open .btn-default .bs-caret .caret:before{
	border-top: 3px solid #fff;}
section#reports-index .filter_reports .open .btn-default .bs-caret .caret:before {
    border-top: 3px solid #fff;}
section#news-index .filter_news .open .btn-default{
	background:#fff;}
section#news-index .filter_news .open .btn-default .bs-caret .caret:before{
	border-top: 3px solid #fff;}
section#news-index .filter_news .open .btn-default .bs-caret .caret:before {
    border-top: 3px solid #fff;}
.dropdown-menu {
	margin:0px;}

/* 404 */
section.missing_page{
	text-align:center;
	margin-top: 104px;
	margin-bottom: 78px;
	padding: 0px 20px;
}
section.missing_page img{
	width:auto;
	margin-top: 75px;
	margin-bottom:34px;
}
section.missing_page p.page_not_found{
	font-size: 44px;
	font-weight: bold;
	color:#252525;
	margin-bottom: 20px;
}
section.missing_page p.message{
	font-size: 14px;
	color:#636363;
	margin-bottom: 51px;
}
	
