.header-1{
	width: 100%;
	background-color: #FED200;
	padding: 10px 0px;
}
.header-inner{
	display: flex;
    align-items: center;
}
.header-inner:after{
	clear: both;
	content: "";
	display: table;
}
.header-1 .col-2{
	width: calc(100% - 110px - 240px);
	display: flex;
    align-items: center;
    justify-content: center;
}
.header-1 .col-2 a{
	display: flex;
	align-items: center;
	justify-content: center;
}
/*.header-1 .col-2 a img{
	width: 225px;
	height: 54px;
}*/
.header-1 .col-2 a span{
	font-family: Ziggurat-HTF-Black;
}
.header-1 .col-2 a span:nth-child(1){
    color: #231f20;
	font-size: 45px;
	margin-right: 7px;
}
.header-1 .col-2 a span:nth-child(2){
    text-transform: uppercase;
	font-size: 40px;
	font-family: PublicoText-Bold;
    color: #0A67B2;
	height: 47px;
}
.header-1 .col-3{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	direction: rtl;
	width: 240px;
}
.header-1 .col-3,
.header-1 .col-2,
.header-1 .col-1{
	float: left;
}
.header-1 .col-1{
	display: flex;
    align-items: center;
	width: 110px;
}
.header-1 .col-1 .bar-icon{
    float: left;
    cursor: pointer;
    z-index: 6;
    position: relative;
    height: 35px;
    padding-top: 9px;
	overflow: hidden;
}
.header-1 .col-1 .bar-icon:after{
	content: "\f0d7";
    font-family: FontAwesome;
    position: absolute;
    bottom: 6px;
    right: 0;
    background-color: #fed200;
    color: #000;
    height: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 13px;
	transition: 0.2s;
}
.header-1 .col-1 .bar-icon.active:after{
	right: -15px;
}
.header-1 .col-1 .bar-icon span{
    width: 35px;
    height: 3px;
    margin-bottom: 4px;
    background-color: #1a1a1a;
    display: block;
    transition: 0.2s;
}
.header-1 .col-1 .bar-icon.active span.top{
	-webkit-transform: translateY(6px) translateX(0) rotate(45deg);
	transform: translateY(6px) translateX(0) rotate(45deg);
}
.header-1 .col-1 .bar-icon.active span.middle{
	opacity: 0;
}
.header-1 .col-1 .bar-icon.active span.bottom{
	webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
	transform: translateY(-12px) translateX(0) rotate(-45deg);
	margin-top: 8px;
}
.header-1 .col-1 .section-header{
	margin-left: 8px;
	font-family: TungstenNarrow-Medium;
	font-size: 28px;
	cursor: pointer;
}


.header-1 .col-3 #weather{
	float: left;
	width: 50px;
	height: 40px;
}
.header-1 .col-3 .icon-weather{
	height: 40px;
    width: 40px;
    background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.header-1 .col-3 .search{
	height: 30px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-right: solid 1px #000;
	position: relative;
	overflow: hidden;
}
.header-1 .col-3 .search > .fa-search{
	font-size: 20px;
    cursor: pointer;
    transition: 0.3s;
    height: 30px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
	background-color: #FED200;
	z-index: 2;
}
.header-1 .col-3 .search > .fa-search.active{
	color: #3A66AD;
}
.header-1 .col-3 .search > .search-box{
	position: absolute;
	height: 100%;
	width: 180px;
	right: -180px;
	top: 0px;
	transition: 0.4s;
	display: table;
	direction: ltr;
}
.header-1 .col-3 .search > .search-box input{
	height: 30px;
	width: 140px;
	background-color: #3A66AD;
	color: #fff;
	float: left;
	text-align: left;
	padding: 0px 10px;
	border-radius: 4px;
}
.header-1 .col-3 .search > .search-box .fa-search{
	height: 30px;
	width: 30px;
	float: left;
	background-color: #3A66AD;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.header-1 .col-3 .search .search-box.active{
	right: 0px;
}
.header-1 .col-3 .header-newspaper{
	padding-left: 30px;
	background-image: url(https://www.sunstar.com.ph/themes/sunstar/images/today-newspaper.png);
	background-position: left center;
    background-repeat: no-repeat;
	transition: 0.3s;
}

.header-1 .col-3 .date-header{
	float: left;
	width: 100%;
	font-family: ChronicleTextG1-Bold-Pro;
	font-size: 15px;
	text-align: right;
	font-weight: bold;
}


.header-2 .title {
	margin:5px 0px 0px;
	font-family:GudeaRegular ;
	font-size: 20px;
	padding: 0px 10px;
	display: flex;
	line-height: 30px;
}

.header-2 .title div {
	font-family:GudeaRegular;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	color: #748a96;
	display: flex;
	line-height: 30px;
	padding: 0px 5px;


}

.header-2 .title div span {
	color: #000;
}




.search-container{
	background-color: #333;
	height: 60px;
	display: none;
}
.search-container .container{
	padding: 0px 10px;
}

.search-container .fa-search{
	width: 30px;
	height: 60px;
	color: #fed200;
	float: left;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: 0.3s;
}

.search-container .search-box{
	width: calc(100% - 50px);
	height: 60px;
	color: #fed200;
	font-family: 'Roboto', sans-serif;
	float: left;
	font-size: 15px;
	display: flex;
	align-items: center;
}
.search-container .search-box input{
	border-bottom: solid 1px #d0cdcd;
	height: 30px;
	box-shadow: none;
	border-radius: 0px;
}
.search-container .search-box input::-webkit-input-placeholder{
	color: #d0cdcd;
}
.menu .menu-inner .navbar-nav{
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
}
@media screen and (min-width: 990px){
	.header-1 .col-3 .header-newspaper:hover{
		color: #0266b1;
		cursor: pointer;
	}
	.header-1 .col-3 .search > .fa-search:hover{
		color: #3A66AD;
	}
	.header-1 .col-1 .bar-icon:hover span{
		background-color: #3A66AD;
	}
	.header-1 .col-1 .bar-icon:hover:after{
		color: #3A66AD;
	}
}
@media screen and (max-width: 990px){

	header {
		position: fixed;
		z-index: 111;
		top: 0px;
		left: 0px;
		width: 100%;
	}
	section{
		margin-top:70px;
	}
	.header-2 .title {
		display: none;

	}
}
@media screen and (max-width: 768px){
	section{
		margin-top: 55px;
	}
}