/*
Theme Name: Phnom Penh Capital Hall
Theme URI: http://bizsolution.biz/
Description: 
Author: Biz Solution Web Team
Author URI: http://bizsolution.biz/
Version: 1.0
Tags: 
*/

/************************************************
///////////////////////////////////////////////// 
	Default
/////////////////////////////////////////////////	
*************************************************/
*{ 
	margin:0; 
	padding:0;  
}
html, body{
	width: 100%;
	height: 100%;
}
body{
	font-size: 12px;
	font-family: Arial, Battambang;
	color: #333;
	line-height: 18px;
	background: #EDF0F5;
}
.container{
	margin: 0 auto !important;
    width: 1078px !important;
}
a:link	{ 
	outline-style: none;
	text-decoration:none;
}
img	{ 
	border:none;
	max-width: 100%
}
hr { 
	height: 1px;
    border: 0; 
	border-top: 1px solid #3b5998;
}
textarea, input { 
	outline: none; 
	box-shadow:none;
	-webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;  
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}
.clear{ clear:both !important;}
.row {
    margin-left: -15px;
    margin-right: -15px;
}

.column-1{ width:8.33333%; }
.column-2{ width:16.6667%;}
.column-3{ width:25%;}
.column-4{ width:33.3333%;}
.column-5{ width:41.6667%;}
.column-6{ width:50%;   }
.column-7{ width:58.3333%;}
.column-8{ width:66.6667%;}
.column-9{ width:75%;}
.column-10{ width:83.3333%;}
.column-11{ width:91.6667%;}
.column-12{ width:100%;  }

.column-1,
.column-2,
.column-3,
.column-4,
.column-5,
.column-6,
.column-7,
.column-8,
.column-9,
.column-10,
.column-11,
.column-12{ float: left; }

.left,
.alignleft{ float:left !important; }
.right,
.alignright{ float:right !important; }
.aligncenter{ margin: 0 auto; }




/************************************************
///////////////////////////////////////////////// 
	Blog - Header
/////////////////////////////////////////////////	
*************************************************/
#wrapper-header{
	width: 100%;
	position:relative;
	color:#fff;
	height:163px;
	background: #254a89;
	background: -moz-linear-gradient(top, #254a89 70%, #3b5998 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%,#254a89), color-stop(100%,#3b5998));
	background: -webkit-linear-gradient(top, #254a89 70%,#3b5998 100%);
	background: -o-linear-gradient(top, #254a89 70%,#3b5998 100%);
	background: -ms-linear-gradient(top, #254a89 70%,#3b5998 100%);
	background: linear-gradient(to bottom, #254a89 70%,#3b5998 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#254a89', endColorstr='#3b5998',GradientType=0 );
}
.header{
	float: left;
    width: calc(100% + 2px);
	margin-left: -1px;
}
.header .logo{
	width: 40%;
	height: 105px;
	padding: 14px 0 0;
	float: left;
}
.header .logo img{
	float: left;
}

/************************************************
///////////////////////////////////////////////// 
	Top - Menu
/////////////////////////////////////////////////	
*************************************************/
.top-menu{
	width: 60%;
	height: 119px;
	float: right;
}
.top-menu .menu-top-menu-container{
	float: right;
	padding-top: 10px;
	padding-right: 15px;
}
.top-menu .menu-top-menu-container li{
	float: left;
	list-style: none;
	padding: 15px 0;
}
.top-menu .menu-top-menu-container li a{
	font-size: 11px;
	padding: 0 10px;
	float: left;
	text-decoration: none;
	color: #fff;
	border-left: solid rgba(255,255,255,.8) 1px;
}
.top-menu .menu-top-menu-container li:first-child a{
	border-left: none;
}
.top-menu li.current, .top-menu li:hover, .top-menu li:hover a, .top-menu li.current a { 
	text-decoration: underline; 
}


/************************************************
///////////////////////////////////////////////// 
	Logo - Language
/////////////////////////////////////////////////	
*************************************************/
.top-menu .language-switch{
	margin-top: 7px;
	padding-top: 10px;
	float: right;
}
.top-menu #qtranslate-chooser li{
	list-style: none;
	float: right;
	opacity: 1;
	margin-left: 5px;
}
.top-menu #qtranslate-chooser li a{
	width: 32px;
	height: 32px;
	float: left;
	background: url(images/flag.jpg) 0 0 no-repeat;
	border-radius: 50%;
}
.top-menu #qtranslate-chooser li a > span{
	display: none;
}
.top-menu #qtranslate-chooser li.active{
	opacity: .5;
}
.top-menu #qtranslate-chooser li .qtranxs_text_en{
	background-position: 0;
}
.top-menu #qtranslate-chooser li .qtranxs_text_kh{
	background-position: -32px 0;	
}


/************************************************
///////////////////////////////////////////////// 
	Blog - Search
/////////////////////////////////////////////////	
*************************************************/
.top-menu .search{
	width: 365px;
	float: right;
	padding-top: 10px;
}
.top-menu .search input[type="text"]{
	background-color:transparent;	
	border-style: solid;
    border-width: 1px 0 1px 1px;
	border-color: rgba(255,255,255,.7);
	width: 295px;
	float: left;
	height: 25px;
	padding:3px 8px;
	color:#fff;
	font-size: 12px;
	font-family: Arial, Battambang;	
}
.top-menu .btn-search{
	float:left;
	cursor:pointer;
	height: 33px;
	width: 50px;	
	border-style: solid;
    border-width: 1px 1px 1px 0;	
	border-color: rgba(255,255,255,.7);
	margin-left:-3px;
	background: #8DB3EB url(images/search.png) center no-repeat;
}


/************************************************
///////////////////////////////////////////////// 
	Main - Menu
/////////////////////////////////////////////////	
*************************************************/
.main-menu{
	width:100%;
	float:left;
	color:#333;
	height:39px;	
	/*overflow:hidden;*/
	border-bottom: solid #5985C3 5px;
	background: #e1e2e3;
	background: -moz-linear-gradient(top, #e1e2e3 0%, #f5f5f5 50%, #e1e2e3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1e2e3), color-stop(50%,#f5f5f5), color-stop(100%,#e1e2e3));
	background: -webkit-linear-gradient(top, #e1e2e3 0%,#f5f5f5 50%,#e1e2e3 100%);
	background: -o-linear-gradient(top, #e1e2e3 0%,#f5f5f5 50%,#e1e2e3 100%);
	background: -ms-linear-gradient(top, #e1e2e3 0%,#f5f5f5 50%,#e1e2e3 100%);
	background: linear-gradient(to bottom, #e1e2e3 0%,#f5f5f5 50%,#e1e2e3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e2e3', endColorstr='#e1e2e3',GradientType=0 );
	-webkit-border-top-left-radius:5px;
	   -moz-border-top-left-radius:5px;
	    -ms-border-top-left-radius:5px;
	     -o-border-top-left-radius:5px;
	        border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	   -moz-border-top-right-radius:5px;
	    -ms-border-top-right-radius:5px;
	     -o-border-top-right-radius:5px;
	        border-top-right-radius:5px;		
}
.main-menu ul{
	width: calc(100% + 5px);
	float: left;
}
.main-menu li{
	list-style: none;
	float: left;
	width: 16.6%; 
	position: relative;
}
.main-menu li a{
	width: 100%;
	float: left;
	color: #333;
	text-decoration: none;
	font-size: 14px;
	padding: 11px 0;
	text-align: center;
	background: url(images/border.jpg) top left no-repeat;	
}
.main-menu li:first-child a{
	background-image: none !important;
	-webkit-border-top-left-radius:5px;
	   -moz-border-top-left-radius:5px;
	    -ms-border-top-left-radius:5px;
	     -o-border-top-left-radius:5px;
	        border-top-left-radius:5px;
}
.main-menu li:first-child+li+li+li+li+li a{
	-webkit-border-top-right-radius:5px;
	   -moz-border-top-right-radius:5px;
	    -ms-border-top-right-radius:5px;
	     -o-border-top-right-radius:5px;
	        border-top-right-radius:5px;
}
.main-menu li:hover a{
	color: #5985C3;
}
.main-menu li.current a{
	color: #fff;
	background: #5985C3 url(images/border.jpg) top left no-repeat;
}
.main-menu li > ul{
	width: 260px;	
	position: absolute;
	overflow: hidden;
	list-style: none;	
	text-align: left;
	padding: 15px 0;		
	top: 60px;
	z-index: -1;
	background: rgba(89,133,195,.9);
	    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	        filter: alpha(opacity=0);
	  -moz-opacity: 0;
	-khtml-opacity: 0;
	       opacity: 0;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
			box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	-webkit-transition: all 0.6s ease 0s;
       -moz-transition: all 0.6s ease 0s;
        -ms-transition: all 0.6s ease 0s;
         -o-transition: all 0.6s ease 0s;
            transition: all 0.6s ease 0s;
}
.main-menu li:hover > ul{
	    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	        filter: alpha(opacity=100);
	  -moz-opacity: 1;
	-khtml-opacity: 1;
	       opacity: 1;
	top: 40px;
	z-index: 999;
	-webkit-transition: all 0.2s ease 0s;
       -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
         -o-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
}
.main-menu li > ul li{
	width: 100%;
	float: left;
	padding: 0 20px;
}
.main-menu li > ul li a{
	width: 220px !important;
	text-align: left;
	font-size: 12px;
	border-radius: 0 !important;
	background: none !important;
	padding: 12px 0;
	border-top: dotted #ccc 1px;
	color: #fff !important;
}
.main-menu li > ul li:first-child a{
	border-top: 0;
}
.main-menu li > ul li a:hover,
.main-menu li > ul li.current a{
	text-decoration: underline;
}



/************************************************
///////////////////////////////////////////////// 
	Blog - Content
/////////////////////////////////////////////////	
*************************************************/
#wrapper-content{
	width:100%;
	position:relative;
	background: #edf0f5 url(images/background.jpg) repeat-x;
}
#wrapper-content .container{
	background: #fff;
	border-left:#e5e5e5 1px solid;
	border-right:#e5e5e5 1px solid;
}
#wrapper-content .container a {
    color: #3b5998;
}
#wrapper-content .container .content{
	float: left;
	width: calc(100% - 15px);
	padding: 10px 15px 30px 0;
	line-height:23px;	
}
#wrapper-content .container .content h1,
#wrapper-content .container .content h2,
#wrapper-content .container .content h3{
	padding: 7px 0;	
	color: #3B5998;
}
#wrapper-content .container .content h1{ line-height: 40px; }
#wrapper-content .container .content h4{ color: #3B5998; }
#wrapper-content .container .content hr{
	margin: 6px 0 10px;
	clear: both;
}
#wrapper-content .container .content p{
	margin: 15px 0;
	line-height: 20px;
	font-size: 13px;
}
#wrapper-content .container .content p:lang(kh){
	line-height: 25px;
}

#wrapper-content .container .content img{
	max-width: 100%;
}

#wrapper-content .container .content img.size-thumb-12,
#wrapper-content .container .content img.size-thumb-06,
#wrapper-content .container .content img.size-thumb-04,
#wrapper-content .container .content img.size-medium,
#wrapper-content .container .content img.size-full{
	background: #e5e5e5 url(images/placeholder.jpg) center no-repeat;
	color: #e5e5e5;
	display: inline-block;
}
#wrapper-content .container .content img.size-thumb-12.border,
#wrapper-content .container .content img.size-thumb-06.border,
#wrapper-content .container .content img.size-thumb-04.border,
#wrapper-content .container .content img.alignleft.boder,
#wrapper-content .container .content img.alignright.border,
#wrapper-content .container .content img.size-full.border{
	background: #e5e5e5;
	padding: 5px;
}
#wrapper-content .container .content img.size-thumb-12.lighborder,
#wrapper-content .container .content img.size-thumb-06.lighborder,
#wrapper-content .container .content img.size-thumb-04.lighborder,
#wrapper-content .container .content img.alignleft.boder,
#wrapper-content .container .content img.alignright.lighborder,
#wrapper-content .container .content img.size-full.lighborder{
	background: #e5e5e5;
	padding: 1px;	
}

/**/
#wrapper-content .container .content a.galleries,
#wrapper-content .container .content img{ 
	line-height: 0;
	margin: 0 0 0 23px;
}
#wrapper-content .container .content a.galleries:first-child,
#wrapper-content .container .content img:first-child{
	margin-left: 0;
}

/* No Border */
#wrapper-content .container .content img.size-thumb-12{ width: 786px; float: none !important; }
#wrapper-content .container .content img.size-thumb-06{ width: 382px; }
#wrapper-content .container .content img.size-thumb-04{ width: 247px; }

/* Border */
#wrapper-content .container .content img.size-thumb-12.border{ width: 776px; }
#wrapper-content .container .content img.size-thumb-06.border{ width: 372px; }
#wrapper-content .container .content img.size-thumb-04.border{ width: 237px; }

/* Float Image */
#wrapper-content .container .content img.alignleft{ margin-right: 15px !important; }
#wrapper-content .container .content img.alignright{ margin-left: 15px !important; }

#wrapper-content .container .content img.attachment-organization_chart{
	margin: 0 auto;
}


/*#wrapper-content .container .content img.size-full.none{ padding: 0; }*/





/*#wrapper-content .container .content img.size-thumb-06.alignleft,
#wrapper-content .container .content img.size-thumb-04.alignleft,
#wrapper-content .container .content img.size-medium.alignleft{
	margin-right: 10px;
}
#wrapper-content .container .content img.size-thumb-06.alignright,
#wrapper-content .container .content img.size-thumb-04.alignright,
#wrapper-content .container .content img.size-medium.alignright{
	margin-left: 10px;
}*/


/*#wrapper-content .container .content p img:nth-child(2),
#wrapper-content .container .content p img:nth-child(3),
#wrapper-content .container .content p a:nth-child(2) img,
#wrapper-content .container .content p a:nth-child(3) img{
	margin-left: 5px !important;
}
#wrapper-content .container .content p img.alignright{
	margin-left: 15px;
}
#wrapper-content .container .content p img.alignleft{
	margin-right: 15px;
}*/
/*#wrapper-content .container .content pre{
	line-height: 22px;
	font-size: 13px;
	font-family: Arial, Battambang;
}
#wrapper-content .container a{
	color: #3b5998;
}
#wrapper-content .container h1 a,
#wrapper-content .container h2 a,
#wrapper-content .container h3 a,
#wrapper-content .container h4 a,
#wrapper-content .container h5 a,
#wrapper-content .container h6 a{
	margin: 30px 0 5px;
}
*/

#wrapper-content .container .column-9 ul,
#wrapper-content .container .column-9 ol{
	margin: 10px 0 10px 30px;
	font-size: 13px;
}
#wrapper-content .container .column-9 ul li:lang(kh),
#wrapper-content .container .column-9 ol li:lang(kh){
	margin-bottom: 5px;
}
#wrapper-content .container .content table{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
}
#wrapper-content .container .content tr{
	background: #dee0e2;
}
#wrapper-content .container .content tr:nth-child(2n+1){
	background: #f8f6f3;
}
#wrapper-content .container .content tr:first-child{
	background: #034EA1;
	color: #fff;
}
#wrapper-content .container .content td{
	min-width: 40px;
	padding: 8px;
	border: solid #fff 1px;
}
#wrapper-content .container .content td p{
	padding: 0 !important;
	margin: 0 !important;
}
#wrapper-content .container .wp-video{
	width: 380px !important;
	height: 285px !important;
	overflow: hidden;
}


/************************************************
///////////////////////////////////////////////// 
	Hero - Slider
/////////////////////////////////////////////////	
*************************************************/
.hero-slider{
	width: calc(100% + 2px);
	margin-left: -1px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 12px 10px -10px #888;
}
.hero-slider-big{ height: 270px; }
.hero-slider-small{	height: 135px; }
.hero-slider .cycle-pager {
   	bottom: 10px;
    left: 10px;
    margin: 0 !important;
    position: absolute;
    width: auto;
    z-index: 111;
}
.hero-slider .description{
	width: 950px !important;
	min-width: 0px !important;
	position: absolute;
	right: 15px;
	bottom: 5px;
	text-align: right;
}
.hero-slider p{
	display: none;
}
.hero-slider .cycle-slideshow { 
	width: 100%; 
	height: 100%; 
	margin: 0 auto; 
	background:#fff;  
}
.hero-slider .cycle-slide p{
	display: block;
	margin: 22px 0;
}
.hero-slider .cycle-slide p span{
	background: rgba(59, 89, 152, 0.7);
	padding: 8px;
	color: #fff;
	font-size: 20px;
}
.hero-slider .cycle-slideshow .cycle-slide {  
	width: 100%; 
	height: 100%;   
}
.hero-slider .cycle-pager{
	display: block;
}
.hero-slider .cycle-pager span{
	color: #000;
	background: #fff;
	cursor: pointer;
	border-radius: 50%;
    margin: 0 3px;
    padding: 3px 6px;
	font-size: 11px;
}
.hero-slider  .cycle-pager span.cycle-pager-active{
	color: #fff;
	background: #0E76BC;
	cursor: default;
}



/************************************************
///////////////////////////////////////////////// 
	Sidebar	
/////////////////////////////////////////////////	
*************************************************/
.sidebar{
	float: left;
	width: calc(25% - 40px);
	padding: 0px 25px 20px 15px;
}
.sidebar img{ max-width: none !important; }
.sidebar .sidebar-list{
	width: 100%;
	float: left;
	position: relative !important;
	/*margin-bottom: 15px;*/
}
.sidebar .sidebar-list h3{
	padding: 0 0 8px;
	margin: 15px 0 5px;
	border-bottom: solid #aaa 1px;
}
.sidebar .sidebar-list a{
	color: #3B5998;
	margin-top: 10px;
}
.sidebar .sidebar-list .sidebar-item{
	float: left;
	width: calc(100% - 20px);
}
.sidebar .sidebar-list .sidebar-item table{
	width: 100%;
	border-collapse: collapse;
}
.sidebar .sidebar-list .sidebar-item table td{
	height: 30px;
}
.sidebar .sidebar-list .sidebar-item table td span{
	color: #3B5998;
	font-weight: 700;
}
.sidebar .sidebar-list .sidebar-item table td .flag{
	width: 32px;
	height: 32px;
	background: url(images/flag.jpg) 0 0 no-repeat;
	border-radius: 50%;
	margin: 3px 0;
}
.sidebar .sidebar-list .sidebar-item table td .flag.usd{ background-position: -64px 0; }
.sidebar .sidebar-list .sidebar-item table td .flag.cny{ background-position: -96px 0; }
.sidebar .sidebar-list .sidebar-item table td .flag.jpy{ background-position: -128px 0; }
.sidebar .sidebar-list .sidebar-item table td .flag.thb{ background-position: -160px 0; }
.sidebar .sidebar-list .sidebar-item.exchange-rate{
	background: #EDFDFC;
	padding: 8px 10px;
}
.sidebar .sidebar-list .sidebar-item.marketing-price{
	background: #EDF0F5;
	padding: 8px 10px;	
}
.sidebar .sidebar-list .sidebar-item.marketing-price span.small{
	font-size: 10px;
}
.sidebar .weather-wid{
	background: #f5f5f5;
	margin-bottom: 5px;
}
.sidebar .weather-wid{
	padding: 20px 10px !important;
}
.sidebar .c-now-weather{
	margin-bottom: 25px !important;
}
.sidebar .c-now-weather img{ display: none !important; }
.sidebar .b-now-weather{
	float: left;
	width: 100%;
	margin-top: 0 !important;
}
.sidebar .today:first-child{
	border: none !important;
}
.sidebar .other-news li{
	list-style: none;
	background: #E4ECF8;
	padding: 7px 15px;
	margin-bottom: 3px;
}
.sidebar .other-news li:nth-child(2n+1){
	background: #E9F7FE;
}


/************************************************
///////////////////////////////////////////////// 
	Sub Menu
/////////////////////////////////////////////////	
*************************************************/
.sub-menu{
	width:100%;
	float:left;
	padding:5px 0 25px;
}
.sub-menu .current{
	color:#333;  
}
.sub-menu ul{
	margin: 0 0 0 20px !important;
}
.sub-menu ul li.current a{ 
	color:#333 !important;
}
.sub-menu ul li.sub-list{
	margin-left: 30px;
	display: block;
}
.sub-menu h2{
	color:#3B5998;
	margin-bottom:10px;
	margin-top: 15px;
	line-height:25px;
}
.sub-menu ul{
	border-left: 1px dotted #8DB3EB;
	margin-left: 20px;
	float: left;
}
.sub-menu ul li{
	list-style:none;
	padding-left:10px;
	margin-bottom:20px;	
	border-bottom:1px dotted #8DB3EB;
	float:left;
	clear:both;
}
.sub-menu ul li:last-child{ margin-bottom:0; }
.sub-menu ul li a{
	padding-bottom: 5px;
	background:#fff;
	float:left;
	color:#3B5998;
	margin-bottom:-15px;
	padding-left:5px;
}


/************************************************
///////////////////////////////////////////////// 
	Breadcrumb
/////////////////////////////////////////////////	
*************************************************/
.bizbreadcrumb{
	width: 100%;
	padding: 16px 0;
}
.bizbreadcrumb a{
	color: #3b5998;
}



/************************************************
///////////////////////////////////////////////// 
	Page - Home
/////////////////////////////////////////////////	
*************************************************/
.home h3{
	width: 100%;
	float: left;
	background: #3B5998;
	margin-top: 8px;
}
.home h3 span{
	margin-left: 20px;
	color: #fff !important;
}


.home #tabs{
	width: 100%;
	float: left;
	margin: 8px 0 0!important;
	border-bottom: solid #3b5998 1px;
}
.home #tabs li{
	/*width: 192px;*/
	width: 154px;
	float: left;
	list-style: none;
	margin-left: 5.5px; /*8px*/
	margin-bottom: -1px !important;
}
.home #tabs li:first-child{ margin-left: 0; }
.home #tabs li a{
	width: 100%;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #333;
	padding: 10px 0 9px;
	background: #f5f5f5;
	border: solid #ddd 1px;
	border-bottom: 0!important;
}
.home #tabs li a.current{
	padding: 10px 0;
	background: #fff;
	border: solid #3b5998 1px;
}
.home .tab-section-wrapper{
	width: calc(100% - 32px);
	height: 207px;	
	float: left;
	padding: 15px;
	border: solid #3b5998 1px;
	border-top: 0;
	overflow:hidden;
	background: #fff;
	margin-bottom: 7px;
}
.home .tab-section-wrapper .tab-banner{
	width: 360px;
	height: 207px;
	float: right;
	border: solid #e5e5e5 1px;
	display: none;
}
.home .tab-section-wrapper .tab-content{
	width: 380px;
	height: 207px;
	float: left;
	display: none;
}
.home .tab-section-wrapper .tab-content ul{
	margin: 15px 0 0 40px !important;
}
.home .tab-section-wrapper .tab-content ul li{
	list-style-image: url("images/blue-dotted.png");
}



.home .hot-news{
	width: 100%;
	float: left;
}
.home .hot-news .jcarousel{
	margin: 15px 0;
}
.home .hot-news .column-6 ul{
	margin: 0 15px 20px!important;
}
.home .hot-news li{
	list-style-image: url(images/blue-dotted.png);
	margin-bottom: 5px;
	margin-left: 15px;
}
.home .hot-news .jcarousel-wrapper{
	width: 812px;
	height: 180px;
	position: relative;
	margin-left: -9px;
	margin-top: -47px;
	margin-bottom: 25px;
	padding-top: 47px;
	overflow: hidden;
}
.home .hot-news .jcarousel-wrapper li{ 
	width: 183px !important;
	height: 180px !important;
	padding: 0 10px!important; 
	list-style: none;
}
.home .hot-news .jcarousel-wrapper li img{
	width: 100%;
	height: 122px;
}
.home .hot-news .jcarousel-wrapper li h4{
	width: 100%;
	height: 45px;
	overflow: hidden; 
}
.home .hot-news .jcarousel-skin-tango .jcarousel-container-horizontal {
	width: 812px;
	height: 180px;
	margin: 8px 0;
}
.home .hot-news .bwhite{
	position: absolute;
    top: 0;
    width: 10px;
    height: 180px;
    background: #fff;
	z-index: 1;
}
.home .hot-news .bleft{ left: 0; }
.home .hot-news .bright{ right: 0; }




.home .hot-events{
	width: calc(50% - 10px);
	background: #E6EDF5;
	float: left;
	padding-bottom: 12px; 
	margin-right: 20px;
}
.home .hot-events h3{
	margin-top: 0;
	margin-bottom: 15px;
}
.home .hot-events li{
	list-style-image: url(images/blue-dotted.png);
	margin-bottom: 5px;
}
.home .hot-events .right{
	margin-right: 20px;
}


.home .hot-announcements{
	width: calc(50% - 10px);
	float: left;
}
.home .hot-announcements h3{
	margin-top: 0;
	margin-bottom: 0;
}
.home .hot-announcements h4{
	font-size: 13px;
	font-weight: 400;
}
.home .hot-announcements .column-12{
	border-top: solid #3B5998 1px;
	padding: 15px 0;
}
.home .hot-announcements .column-4{
	background: #3B5998;
	line-height: 0;
}
.home .hot-announcements .column-4 img{
	margin: 1px !important;
	border: solid #E6EDF5 5px;
}
.home .hot-announcements .column-8 h4{
	margin-left: 15px;
}


/************************************************
///////////////////////////////////////////////// 
	Page - News & Press Releases
/////////////////////////////////////////////////	
*************************************************/
.news-press-releases{
	width: 100%;
	height: 181px;
	margin: 5px 0 15px;
	overflow: hidden;
	float: left;
}
.news-press-releases .news-thumbnail{
	height: 179px;
	float: left;
}
.news-press-releases .news-thumbnail img{
	width: calc(100% - 2px);
	border: solid #ccc 1px;
}
.news-press-releases .news-description{
	height: 179px;
	float: left;
	position: relative;
}
.news-press-releases .news-description h3{
	margin: 0 5px 0 15px;
	padding: 0 !important;
	line-height: 25px;
	font-size: 16px;
}
.news-press-releases .news-description span.published{	
	margin: 0 5px 0 15px;
	font-size: 10px;
	color: rgba(0,0,0,.6);
}
.news-press-releases .news-description p{
	margin: 10px 5px 10px 15px !important;
	line-height: 25px;
	height: 78px;
	overflow: hidden;
}
.news-press-releases .news-description a.read-more{
	color: #fff !important;
	background: #3B5998;
	padding: 2px 15px;
	margin: 0 5px 0 15px !important;
	font-size: 11px !important;
	position: absolute;
	bottom: 5px;
	border-radius: 5px;
}
.single-news span.published{
	font-size: 10px;
	color: rgba(0,0,0,.6);
}
.single-news p{
	margin: 15px 0;
}
.single-news img{
	max-width: 100% !important;
}
.single-news .other{
	width: 100%;
	padding: 10px 0;
	margin-top: 10px;
	float: left;
}
.single-news .other .printer{
	/*width: 62px;
	float: left;
	background: url(images/print.png);
	margin-right: 10px;
	margin-top: 3px;
	text-align: center;*/
}
.single-news .other .printer a{
	width: 100%;
	height: 20px;
	float: left;
}
.single-news .other .fb-like{
	float: left;
	width: calc(100% - 72px);
}



.related-section{
	width: 100%;
	float: left;
	margin: 15px 0 0;
}


.pagination{
	width: 100%;
	height: 50px;
	float: right;
	margin: 5px 0 0;
	background: #e5e5e5; 
}
.pagination-top{
	width: 40%;
	margin: -40px 0 0;
	background: #FCFCFC;
	border-left: solid #FCFCFC 20px;
}
.pagination .page-information{
	float: right;
	height: 50px;
	line-height: 50px;
}
.pagination .control ul{
	float: right;
	margin: 8px 8px 0 10px!important;
}
.pagination .control ul li{
	width: 50px;
	float: left;
	list-style: none;
	margin-left: 2px;
	text-align: center;
}
.pagination .control ul li a{
	float: left;
	width: 100%;
	color: #fff !important;
	background: #3b5998;
	padding: 5px 0;
}
.pagination .control ul li a.prev-disabled,
.pagination .control ul li a.next-disabled{
	background: #bbb;
	pointer-events: none;
}


/************************************************
///////////////////////////////////////////////// 
	Page - Publication
/////////////////////////////////////////////////	
*************************************************/
.publication{
	width: 32%;
	float: left;
	margin: 0 2% 30px 0;
	text-align: center;
}
.publication:nth-child(1){
	margin: 10px 2% 15px 0;
}
.publication:nth-child(3n+3){
	margin: 0 0 15px 0;
}
.publication .book-cover{
	width: 204px;
	height: 289px;
	margin: 0 auto 5px;
	background: #f5f5f5;
	line-height: 0;
	border: solid #e5e5e5 1px;
}
.publication .book-cover img{
	width: 100%;
	max-width: 100% !important;
}
.publication h3{	padding: 0 5px; }
.publication h4{	
	color: #555;
	font-weight: 400;
	margin-bottom: 13px; 
}
.publication .download{
	padding: 8px 15px;
	margin: 10px 0;
	color: #fff !important;
	background: #3B5998;
	border-radius: 15px;
}


/************************************************
///////////////////////////////////////////////// 
	Gallery
/////////////////////////////////////////////////	
*************************************************/
.gallery{
	width: 1048px !important;
	padding: 10px 15px 30px !important;
}
.gallery-list{
	width: 100%;
	float: left;
	list-style: none;
	margin: 0 !important;
}
.gallery-list li{
	width: 32%;
	/*height: 240px;*/
	margin: 0 0 20px 2% !important;
	float: left;
	background: #e5e5e5;
}
.gallery-list li:nth-child(3n+1){
	margin-left: 0 !important; 
}
.gallery-list li img{
	width: 100%;
	line-height: 0;
}
.gallery-list li p{
	color: #fff;
	background: #3b5998;
	width: 100%;
	height: 40px;
	line-height: 40px !important;
	text-align: center;
	margin: -7px 0 0!important;
}
.gallery-list.link-governor{
	width: 76%; 
	padding: 0 12%;
	margin: 10px 0!important;
	clear: both;
}
.gallery-list.link-governor li{
	height: auto;
	width: 24% !important;
	margin-left: 14% !important;
	background: none;
}
.gallery-list.link-governor li:nth-child(3n+1){
	margin-left: 0 !important; 
}
.gallery-list.link-governor li img{
	border: solid #e5e5e5 5px;
	margin-left: -5px;
}
.gallery-list.link-governor li p{
	background: none;
	color: #333;
}



.emergency-number table tr:first-child td{ 
	text-align: center;
}
.emergency-number table td:first-child{
	width: 20px;
	text-align: center;
}


.contact table{
	width: 775px !important;
	border-collapse: collapse;
}
.contact table tr{
	background: none !important;
}
.contact table tr td{
	color: #333 !important;
	padding: 0 !important;
	vertical-align: text-top !important;
	height: 40px;
}
.contact table tr td:first-child+td{
	width: 5px;
	text-align: center;
}
.contact table tr:first-child+tr+tr+tr+tr td:first-child,
.contact table tr:first-child+tr+tr+tr+tr td:first-child+td{
	vertical-align: top !important; 
	padding-top: 10px !important;
}
.contact table tr td input[type="text"],
.contact table tr td input[type="email"]{
	width: 100%;
	height: 30px;
	border: solid #ccc 1px;
	padding: 0 10px;
	border-radius: 3px;
}
.contact table tr td input[type="submit"]{
	float: right;
	width: 80px;
	padding: 8px 10px;
	border: none;
	background: #3B5999;
	color: #fff;
	cursor: pointer;
	border-radius: 3px;
}
.contact table tr td textarea{
	width: 100%;
	height: 180px;
	border: solid #ccc 1px;
	padding: 10px;
	margin: 10px 0;
	resize: none;
	border-radius: 3px;
}
.contact table tr td .file-624{
	width: 100%;
	margin-bottom: 10px !important; 
	float: left;
}
.contact table tr td span.require{
	color: red;
	margin-left: 2px;
}




.slider-wrapper{
	width: 100%;
	height: 380px;
	overflow: hidden;	
	position:relative;
	margin: 0 0 15px;	
}
.slider-wrapper .flexslider{
	border: 0;
	margin: 0;
	border-radius: 0;
}
.slider-wrapper .flex-control-nav{
	bottom: 5px;
	z-index: 9999;
	text-align: left;
}
.slider-wrapper .flex-control-nav li a,
.slider-wrapper .flex-control-nav li a:hover{
	background: #fff;
	padding: 2px;
}
.slider-wrapper .flex-control-nav li a.flex-active{ background: #3B5998; }
.slider-wrapper .flexslider{
	background:none ;
	border-radius:0 ;
	box-shadow:none ;
	border:none ;
	margin-bottom:0;
}
.slider-wrapper .flexslider .slides{ margin:0 !important;}
.slider-wrapper .flex-direction-nav a{
	background:url(scripts/flexslider/bg_direction_nav2.png) no-repeat;
	content:none;	
	cursor: pointer;
    display: block;
    height: 45px;
    margin: -20px 0 0;
    opacity: 0;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 43px;
}
.slider-wrapper .flex-direction-nav a:before {
	background:url(scripts/flexslider/bg_direction_nav2.png) no-repeat;
}
.slider-wrapper .flex-direction-nav .flex-prev {
    left: -36px;
}
.slider-wrapper .flexslider:hover .flex-prev {
    left: 5px;
    opacity: 0.8;
}
.slider-wrapper .flex-direction-nav{
	height:60px;
	width:100% !important;
	float:left;
	position:absolute;
	margin:0 !important;
	z-index:999;
	top:150px;
	overflow:hidden;
}
.slider-wrapper .flex-direction-nav .flex-next {
    background-position: 100% 0;	
    right: -36px;
	text-indent:50px;
}
.flexslider:hover .flex-next {
    opacity: 0.8;
    right: 5px;
}
.slider-wrapper .flexslider:hover .flex-prev { opacity: 0.7; left: 5px; top:30px; }
.slider-wrapper .flexslider:hover .flex-next { opacity: 0.7; right: 5px; top:30px; }


.google-map .canvas {
    border: 1px solid #ccc;
    height: 450px;
    overflow: hidden !important;
    width: calc(100% - 2px);
	margin-bottom: 15px;
	background: #E5E3DF;
	color: #E5E3DF;
}
.google-map ol{
	margin: 10px 0 15px !important;
	float: left;
	width: 100%;
}
.google-map ol li{
	width: 49%;
	float: left;
	list-style: none;
	line-height: 18px;
	margin-left: 2%;
	margin-bottom: 10px;
}
.google-map ol li:nth-child(2n+1){
	margin-left: 0;
}


.search h1 small{
	font-size: 12px;
	font-weight: 400;
}



/************************************************
///////////////////////////////////////////////// 
	Blog - Footer
/////////////////////////////////////////////////	
*************************************************/
#wrapper-footer{
	width:100%;
	position:relative;
}
.footer-top{
	width:100%;
	background:#3b5999;
	float:left;
	padding: 25px 0;
	border-top: 5px solid #8db3eb;
}
.footer-top h4{	
	color: #8DB3EB;
	line-height: 25px;
}
.footer-top .footer-category{
	width: 182px;
	float: left;
	margin-right: 10px;
}
.footer-top .footer-findus{
	width: 118px;
	float: right;
}
.footer-top .footer-findus li{
	margin-left: 14% !important;
}
.footer-top ul li{
	list-style-image:url(images/blue-dotted.png);
	width: 92%;
	margin: 3px 0 3px 9%;
}
.footer-top ul li a{
	color: #fff;
	font-size: 11px;
}
.footer-top ul li a:hover{
	text-decoration: underline; 
} 
.footer-bottom{
	background:#edf0f5;
    padding: 10px 0;
    width: 100%;
	float: left;
	text-align: center;	
}
.footer-bottom a{ color: #3B5999;}
.footer-top .container .padding-footer .column-2:last-child h4{	
	width:50% !important;
	float:left;
}
.padding-footer .column-2 .social-network{
	float:left;
	margin-left:5px;
	margin-top:-10px;
}
.footer-top .facebook{
	float: right;
	margin-top: -37px;
}
.footer-top .facebook img{
	width: 30px;
}