/*
	Theme Name: Siti Hasmah Digital Library
	Theme URI: http://http://itsd.mmu.edu.my/
	Description Siti Hasmah Digital Library Themes
	Version: 1.1.1
	Author: Azman Affendi (MPU-ITSD - Web Devoleper) / Noni(FCM - Web Designer)	/ Syhazwany (Manager)
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	/*font-smoothing:antialiased;*/
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	/* font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif; */
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clearboth {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	/* vertical-align:bottom; */
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	/* max-width:1280px; */
	width:100%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	float:left;

}
/* logo */
.logo {
    padding-top: 10px;
    padding-bottom: 10px;

}
.logo-img {

}
/* nav */
.nav {
	
	list-style-type: none;
	text-align: right;
    position: absolute;
    top: 0;
    right: 0;
	padding-top: 10px;
	font-size: 15px;padding-right: 10px;

}
.nav a{
	/* color:white; */
	padding-left: 10px;
	}
	
.home>.wrapper>.header>.nav a{
	color:white; 
	padding-left: 10px;
	}

.nav >ul>li {
display: inline;
}

.nav2 {
	
	list-style-type: none;
	text-align: right;
    position: absolute;
    top: 40px;
    right: 0;
	padding-top: 10px;
	font-size: 16px;padding-right: 10px;

}
.nav2 a{
/* 	color:white; */
	padding-left: 10px;
	}
.home>.wrapper>.header>.nav2 a{
	color:white; 
	padding-left: 10px;
	}
.nav2 >ul>li {
display: inline;
}

/* nav */

/* sidebar */
.sidebar {

}
/* footer */
.footer {
    background-color: #061E3A;height: 150px;
}
.copyright{
	color:white;padding-top: 10px;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


.menu >ul{
	list-style-type: none;
	text-align: right;
    position: absolute;
    top: 0;
    right: 0;
	padding-top: 10px;
}

.menu >ul>li {
display: inline;
}


/**** @media******/
@media screen and (min-width: 620px) and (max-width: 1600px) {
.textwidget{
	position: absolute;
    right: 0px;
    padding-top: 10px;
}

.slider_img {
    
    width: 100%;
    /* height: 766px; */
}

.copyright{
	padding-top:10px;
}


.header {
    /* float: left; */
    position: absolute;width: 100%;
}

.copyright {
    padding-top: 10px;
    text-align: left;
}

.box{
	border-radius: 7px;display: inline-block;padding-bottom: 20px;width:45%; margin:auto; padding-left:0px;padding-right:0px; margin:0px; vertical-align:top;
}

.box img{
	width:98%; margin:0 auto; padding:0px;
}

}



.circle {
	border-radius: 50%;
	width: 80px;
	height: 80px;
	background-color:#d82323;
    padding-top: 10px;
    color: white;
    font-size: 23px;
	margin: 0 auto;
	line-height: 25px;
	
}

.circle_small {
	 border-radius: 50%;
    width: 45px;
    height: 45px;
    background-color: rgba(255,255,255,.8);
    padding-top: 10px;
    color: #d82323;
    font-size: 23px;
    line-height: 23px;
    display: inline-block;
    margin: 10px;
    border: solid;
	
}

.content_post{
	text-align:center;
	color:black;
	
}

.but_view {
    border-radius: 25px;
    background-color: #d82323;
    height: 50px;
    width: 162px;
    margin: 0 auto;
    padding: 14px;
    color: white;
    font-size: 17px;display: inline-flex;
}

.but_viewfooter {
    border-radius: 25px;
    background-color: #1b21a7;
    height: 41px;
    width: 200px;
    margin: 0 auto;
    padding: 10px;
    color: white;
    font-size: 17px;
    display: inline-flex;
}

.but_view_white {
    border-radius: 25px;
    background-color: #FFF;
    height: 50px;
    width: 162px;
    margin: 0 auto;
    padding: 14px;
    color: red;
    font-size: 17px;display: inline-flex;
    border: solid 2px red;
}


.but_view_img{
	width: 30px;
}

.post_box{
	/*** to control post***/
	width: 300px;
    margin: 0 auto;
	display: inline-block;padding-bottom: 25px;
	border-right: solid #868080 1px;
}
.post_box:nth-child(4n){
	border-right:0px;
}

.date_event{
	width: 65px;
    padding: 7px;
    margin-left: 10px;
}

h4{
	font-size: 25px;margin: 0px;line-height: 25px;
}

.post_box > .content_post > .text p{
	font-size: 17px;margin: 0px;line-height: 25px;
}
.post_box > .content_post > .text{
	margin: 10px;    
	color: #848181;
}

.cynergy_post{
	padding-top: 50px;
    
}

.more_event{
    padding-bottom: 20px;
	font-size:17px;
}


hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.box{
	border-radius: 7px;display: inline-block;padding-bottom: 20px;
}

.box_center{
	width: 15px;
}

.box_12 {
    width: 240px;
    margin: 50px auto 0 auto;
    display: inline-block;    
	vertical-align: top;
  
}

.box13 {
	
	width: 80px;
  	margin: 0 auto;

	
}

.box_bullet{
	
	display: inline-block;
    width: 21px;
    position: absolute;
    margin-top: 70px;
}

.circle_bullet{
	border-radius: 50%;
	width: 15px;
	height: 15px;
    padding-top: 10px;
	margin: 0 auto;
	line-height: 25px;
	border-style: solid;
	border-color: #D3252C;
	
}

.title4box{
	text-align:center;
	color:black;
	
}

.cynergy_course {
    padding-top: 50px;
}

.box3{
	border-radius: 10px;
	width: 30%;
    height: 130px;
  vertical-align: top;
	display: inline-block;
  margin: 10px;
  border: 1px solid #686868;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
}

.box3inside{
	width: 325px;
    height: 129px;
	
	display: inline-flex;
}
.divcenter{
	margin: auto;
}

.iconimg{
	width: 100px;
	height: 128px;
	
}

.textmenu{
	width: 225px;
    height: 129px;
   
	text-align: left;
}

.mediumfont{
	font-size: 20px;
    font-weight: 700;
    padding: 10px;
}
.smallfont{
	padding-left: 10px;font-size: 17px;
}

.paddingtop1{
	padding-top:30px;
}

.bottom_banner{
	width:100%;
	height:142px;
	
}

.rental_facilities{
	width:100%;
	text-align: center;
	
}

.ourclients{
	width:100%;
	height: 255px;
	background-color:white;padding-top: 30px;
}

.title_text{
	font-size: 50px;text-align: center;
}

.logo-container img{
	    height: 60px;
}

.space{
	    padding-top: 10px;
    padding-bottom: 10px;
	
}

.bottom_banner1 {
	display: inline-flex;
	
}
.bottom_footer{
	width:100%;
	/* height:200px; */
	background-color:#061E3A;    
	border-bottom: #FFF solid 1px;display: inline-flex;
}

.bottom_footer_1{
	width: 300px;
    height: 150px;
    background-color: #061E3A;
    padding: 25px;
	
}

.bottom_footer_2{
	width: 100%;
    height: auto;
    background-color: #061E3A;
    padding: 25px;
}

.button90{
	text-align:center;
	
}
.rental80{
	text-align:center;
}

.bottom_footer_2_text_left{
	    float: left;
}
.bottom_footer_2_text_right{
	    float: right;
}
.display_inline{
	display:inline-flex;
}

.bottom_footer_2_text_content{
	text-align:left;
	display:block;
}

.bottom_footer_2_text_content_mobile{
	text-align:center;
	display:none;
}

.thistext1{
	font-weight:700;font-size: 25px;

		
}
.colortextwhite{
	color:white;
}
.mobile{
	display:none;
}

.main{
	padding-top:100px;
}

.imgbanner{
	width: 100%;
    /* height: 378px; */
    
}

.circle_small_fotter {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background-color: #1b21a7;
    padding-top: 12px;
    color: white;
    font-size: 23px;
    line-height: 23px;
    display: inline-block;
    margin-left: 10px;
   
}
.socialnet{
    width: 240px;
	text-align:center;
}

.content-view{
	    margin: 5%;
}
/***smaller*/
@media only screen and (max-width: 700px){

.desk{
	display:none;
}
.textwidget{
	text-align: center;
    right: 0px;
    padding-top: 10px;
}

.copyright {
    padding-top: 10px;
    text-align: center;
}
.slider_img {
    
    width: 100%;
    /* height: 400px; */
}

.header {
    
    
}

.box{
	border-radius: 7px;display: inline-block;padding-bottom: 20px;width:95%; margin:auto;
}

.box3{
	border-radius: 10px;
	width: 100%;
    height: 130px;
  vertical-align: top;
  display: inline-block;
  margin: 10px;
  border: 1px solid #686868;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
}


.nav {
	display:none;
}
.nav2 {
	display:none;
}

.rental80{
	text-align:left !important;
}


.box_bullet {
    display: none !important;
    
}
.circle_bullet {
    display: none !important;
}

.post_box {
    width: 300px;
    margin: 0 auto;
    display: inline-block;
    padding-bottom: 25px;border-right: solid #868080 0px;
   
}

.cynergy_course {
    padding-top: 50px;
    text-align: center;
}
.box_12 {
    width: 190px;
    margin: 50px auto 0 auto;
    display: inline-block;
    vertical-align: top;
}

.post_box {
    width: 193px;
    margin: 0 auto;
    display: inline-block;
    padding-bottom: 25px;
	border-right: solid #868080 0px;
}

.bottom_footer_1{
	width:100%;
	display:block;
}
.bottom_footer_2{
	width:100%;
	display:block;
}

.bottom_footer{
	width:100%;
	display:block;
}

.bottom_footer_2_text_content_mobile{
	display:block !important;
}

.bottom_footer_2_text_content{
	text-align:left;
	display:none;
}

.bottom_footer_2_text_left {
    float: none;
}
.bottom_footer_2_text_right {
    float: none;
}
.mobile{
	display:block;
}
.display_inline_only {
    display: inline;
}

/* end  smaller*/
}


/***small*/
@media only screen and (min-width:701px) and (max-width: 830px){

.display_inline_only {
    display: inline;
}
.desk{
	display:none;
}
.mobile{
	display:block;
}
.bottom_footer_2_text_left {
    float: none;
}

.bottom_footer_2_text_right {
    float: none;
}

.bottom_footer_1{
	width:100%;
	display:block;
}
.bottom_footer_2{
	width:100%;
	display:block;
}
.bottom_footer{
	width:100%;
	display:block;
}


.textwidget{
	text-align: center;
    right: 0px;
    padding-top: 10px;
}

.copyright {
    padding-top: 10px;
    text-align: center;
}
.slider_img {
    
    width: 100%;
    /* height: 400px; */
}

.header {
    
    
}

.box{
	border-radius: 7px;display: inline-block;padding-bottom: 20px;width:95%; margin:auto;
}

.box3{
	border-radius: 10px;
	width: 100%;
    height: 130px;
	vertical-align: top;
	display: inline-block;
	margin: 10px;
	border: 1px solid #686868;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
}


.nav {
	display:none;
}
.nav2 {
	display:none;
}

.rental80{
	text-align:left !important;
}


.box_bullet {
    display: none !important;
    
}
.circle_bullet {
    display: none !important;
}


.cynergy_course {
    padding-top: 50px;
    text-align: left;
}

.post_box {
    width: 330px;
    margin: 0 auto;
    display: inline-block;
    padding-bottom: 25px;
    
}


.post_box {
    width: 330px;
    margin: 0 auto;
    display: inline-block;
    padding-bottom: 25px;
    border-right: solid #868080 0px;
}

.bottom_footer_2_text_content_mobile{
	display:block !important;
}

.bottom_footer_2_text_content{
	text-align:left;
	display:none;
}

/* end small*/
}