/* 
    Created on : Feb 16, 2021, 7:04:47 PM
    Author     : bayou
*/

.page-header h1 {
    font-size: 1.3em;
    color: #1175B8;
}

.user_component_content {
    padding: 7px;
    
}

.user_banner {
    width: 100%;
    box-shadow: 2px 2px 2px #000;
}

.user_header {
    position: absolute;
    z-index:2;
    width: 100%;
}

.header-search {
}

.search {
    margin-top: 20px;
}

.sticky_header {
    top:0px;
    position:fixed;
    width:100%;
    z-index:2;
    transition: all 0.3s ease;
}

.iconfawrapper {
    text-align: center;
    position: fixed;
    bottom: -10px;
    width: 100%;
    z-index: 3;
}

.iconfawrapper_container { margin: 0px; padding: 0px;}

.iconfacontent {
    color: #fff;
    text-align: center;
    background-color: #1175B8;
    overflow: auto;
}

.famodule {
    text-align: center;
    border-top: #fff thin solid;
    padding: 5px;
    margin: 5px auto 5px auto;
    width: 90%;
}

.iconfalist {
    background-color: #1175B8;
    opacity: 0.8;
}

.iconfalist .fa {
  padding: 10px;
  font-size: 30px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.iconfalist .fa:hover {
    opacity: 0.7;
}

.cprt {
    background-color: #99ccff;
    text-align: center;
    color: #006699;
    font-weight: bold;
}

.iconfacontent .fa-close {
	font-size: 30px;
    text-align: center;
	border: thin solid #fff;
	border-radius: 50%;
	padding: 2px 6px 3px 6px;
	margin:3px;
}
.iconfacontent .fa-close:hover {
	opacity: 0.8;
	cursor: pointer;
}


.th-large_content li {
	background-color: #99ccff;
    padding: 3px 3px 0 3px;
    margin-bottom: 10px;
}
.th-large_content li a {
    font-size: 1.3em;
    font-weight: bold;
    color: #fff;
}

.th-large_content li a:hover {
    color: #006699;
}


.th-large_content li li{
    margin-bottom: 3px;
}

.newspaper-o_content li {
    margin-bottom: 10px;
    text-decoration: none;
}

.newspaper-o_content a {
    font-size: 1.3em;
    font-weight: bold;
    color: #fff;
}

.mapembed {
    padding: 10px;
}
.alamatfooter {
    padding: 10px;
}


/********Mitra articles**************/
/*******************/
.stakholer-partner {
    background-color: #f5f5f5;
    padding: 5px 5px 20px 5px;
    width: 100%;
    min-height: 70px;
    float: none;
    margin: 0px;
    clear: both;
    overflow: hidden;
}
.stakholer-partner-in {
    margin: 0px;
}
.stakholer-partner .col3 {
    width: 30%;
    float: left;
}
.stakholer-partner .co-in,
.stakholer-partner a {
    width: 205px;
    height: 136px;
}

.stphlr {
    
}

@media screen and (max-width: 600px) {
    .stakholer-partner .co-in,
    .stakholer-partner a {
        width: 100px;
        height: 66px;
    }
}
.stakholer-partner .co-in {
    text-align: center;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.stakholer-partner a{
    display: block;
    margin: 3px;
    padding: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left ;
}
.stakholer-partner .col3 a span{
    visibility: hidden;
    display: none;
}
.stakholer-partner #dfat {
    background-image:url(../../../images/Portfolio/DFAT-500.png);
}
.stakholer-partner #mimika {
     background-image:url(../../../images/Portfolio/Mimika-500.png);
}
.stakholer-partner #unicef {
    background-image:url(../../../images/Portfolio/Unicef-500.png);
}
.stakholer-partner a:hover {
    opacity: 0.5;
}

/**/
.contact-info {
    color: #fff;
    padding: 10px;
    margin: 0;
    background: url('../images/back4.jpg');
    position: relative;
    overflow: hidden;
    text-align: center;
    background-position: bottom;
    background-size: cover;
     background-attachment: fixed;
}

.contact-info .col-md-3 {
    width: 25%;
    float: left;
    margin: 0px;
    padding: 0px;
}

span.contact-icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
    background: #2f383d;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 15px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.contact-post:hover span.contact-icon {
	background: #fff;
}

span.contact-icon i {
    line-height: 80px;
    font-size: 34px;
    color: #fff;
}

.contact-post:hover span.contact-icon i {
	color: #2f383d;
}
