/* 
	CSS Reset 
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, .search_box p
{
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

body 
{
	line-height:1.5;
}
blockquote:before, blockquote:after, q:before, q:after 
{
	content:"";
}
blockquote, q 
{
	quotes:"" "";
}
a img 
{
	border:none;
}


/*
	Global Layout
*/

body
{
	background: #f5f5f5;
	font-size: 13px;
	font-family: "helvetica neue",Helvetica,Arial,Verdana,sans-serif;
	padding: 0;
	margin: 0;
	color: #999;
	padding-top: 10px;
	visibility: hidden;
}

a
{
	color: #738ca0;
	text-decoration: none;
}

a:hover
{
	color: #738ca0;
	text-decoration: none;
}

a:active
{
	color: #cccccc;
	text-decoration: none;
}

hr
{
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	background: #fff;
	margin: auto;
	margin-bottom: 20px;
	width: 930px;
}

#footer hr
{
	height: 1px;
	border: 0;
	border-top: 1px solid #999;
	background: #666;
	margin: 0 0 20px 0;
	width: 100%;
}

h1, h2, h3, h4, h5, label
{
	color: #738ca0;
}

h1
{
	font-size: 36px;
	font-weight: normal;
}

h2
{
	color: #5A6F80;
	font-size: 30px;
	font-weight: normal;
}

h2.quote
{
	font-size: 30px;
}

h3
{
	color: #5A6F80;
	font-size: 28px;
	font-weight: normal;
}

h4
{
	color: #5A6F80;
	font-size: 24px;
	font-weight: normal;
}

h5
{
	color: #5A6F80;
	font-size: 22px;
	font-weight: normal;
}

.clear
{
	clear: both;
}

img.mid_align
{ 
	vertical-align: middle;
	margin-right: 5px;
	border: 0;
}

img.frame
{
	padding: 5px;
	background: #fff;
	border: 1px solid #ebebeb;
	-moz-box-shadow: 0 1px 5px #ccc;
 	-webkit-box-shadow: 0 1px 5px #ccc;
 	box-shadow: 0px 1px 5px #ccc;
}

.frame_left
{
	padding: 5px;
	border: 1px solid #ebebeb;
	-moz-box-shadow: 0 1px 5px #ccc;
 	-webkit-box-shadow: 0 1px 5px #ccc;
 	box-shadow: 0px 1px 5px #ccc;
 	float: left;
 	margin: 0 20px 10px 0;
 	text-align: center;
 	background: #fff;
}

.frame_left .caption, .frame_right .caption, .frame_center .caption
{
	margin: 7px 0 2px 0;
	display: block;
	color: #999;
}

.frame_right
{
	padding: 5px;
	border: 1px solid #ebebeb;
	-moz-box-shadow: 0 1px 5px #ccc;
 	-webkit-box-shadow: 0 1px 5px #ccc;
 	box-shadow: 0px 1px 5px #ccc;
 	float: right;
 	margin: 0 0 10px 20px;
 	text-align: center;
 	background: #fff;
}

.frame_center
{
	padding: 5px;
	border: 1px solid #ebebeb;
	-moz-box-shadow: 0 1px 5px #ccc;
 	-webkit-box-shadow: 0 1px 5px #ccc;
 	box-shadow: 0px 1px 5px #ccc;
 	margin: auto;
 	margin-top: 20px;
	margin-bottom: 20px;
 	text-align: center;
 	clear: both;
 	display: table;
 	background: #fff;
}

.dropcap1
{
	display: block;
	float: left;
	margin: 0 8px 0 0;
	font-size: 50px;
	line-height: 40px;
}

blockquote
{
	padding-left: 60px;
	width: 90%;
	background: transparent url("http://fspbumn.or.id/wp-content/themes/FSPCustom/img/quote_bg.png") no-repeat top left;
	min-height: 50px;
	margin: 0 0 10px 0;
}

blockquote h2
{
	font-weight: normal;
	font-size: 20px;
}

blockquote h3
{
	font-weight: normal;
	font-size: 18px;
}

#respond
{
	width: 100%;
	float: left;
	margin: 0 0 40px 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

#top_bar
{
	width: 960px;
	margin: auto;
	padding-top: 25px;
	position: relative;
}

.logo
{
	width: 100px;
	float: left;
	margin: 7px 0 0 10px;
}

.left_nav, .right_nav
{
	background: transparent url('../img/left_nav.png') no-repeat top;
	width: 15px;
	height: 54px;
	float: right;
	position: relative;
	right: 10px;
}

.right_nav
{
	background: transparent url('../img/right_nav.png') no-repeat top;
}

#menu_wrapper
{
	float: right;
	background: transparent url('../img/nav_bg.png') repeat-x top;
	position: relative;
	right: 10px;
}

ul.nav
{
	float: left;
	display: block;
	height: 54px;
	list-style: none;
	position: relative;
	font-size: 16px;
}

ul.nav img.mid_align
{ 
	margin: -3px 10px 0 0;
	border: 0;
}

ul.nav li
{
	float: left;
	height: 41px;
	position:relative; /*important*/
}

ul.nav li:hover a
{
	background: #ebebeb url('../img/nav_bg_hover.png') repeat-x top;
}

ul.nav li a
{
	display: block;
	padding: 11px 13px 15px 13px;
	color: #333;
}

ul.nav li ul, ul.nav li ul li ul
{
	display: none;
	list-style: none;
	background: #fff url('../img/submenu_bg.png') repeat-x bottom;
	position:absolute;
	top: 50px;
	float: none;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-box-shadow: 0 1px 3px #999;
 	-webkit-box-shadow: 0 1px 3px #999;
 	box-shadow: 0px 1px 3px #999;
 	padding: 0 8px 8px 8px;
 	width: 200px;
 	text-shadow: 0 2px 1px #fff;
 	border: 1px solid #DFDFDF;
 	z-index: 1000;
 	font-size: 15px;
 	z-index: 1000;
}

ul.nav li ul li ul
{
	margin-left: 200px;
	top: -10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	z-index: 999;
}

ul.nav li ul.sub-menu li
{
	float: none;
	border: 0;
	height: 30px;
	margin: 10px 0 10px 0;
	width: 100%;
}

ul.nav li ul.sub-menu li a
{
	color: #333;
	padding: 4px 15px 6px 15px;
	display: block;
	text-shadow: 0 1px 1px #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: none;
}

ul.nav li ul.sub-menu li a.hover
{
	background: #ebebeb;
}

.search_box
{
	display: black;
	float: right;
	width: 152px;
	height: 30px;
	background: transparent url('../img/search_bg.png') no-repeat top;
	margin: 11px 0 0 0;
}

.search_box p input, .search_box p input:hover
{
	background: transparent;
	border: 0;
	width: 100px;
	height: 15px;
	padding: 0;
	margin: 7px 0 0 30px;
}

.search_box p input.blur
{
	color: #999;
	font-style: italic;
}

.header_text, .content_align
{
	width: 930px;
	margin: auto;
}

#slider{ 
	width: 939px; 
	height: 655px;
	margin: 23px 0 30px 0;
	padding: 0 0 26px 0;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top: 0;
	left: 0;
	z-index: 0;
	background: transparent url('../img/bottom_shadow.png') no-repeat bottom;
}

#slider .wrapper{ 
	width: 939px; 
	overflow: hidden; 
	height: 640px; 
	margin: 0; 
	position: absolute; 
	top: 20px; 
	left: 0; 
}

#slider .wrapper ul{ 
	width: 30000px; 
	list-style: none; 
	position: absolute; 
	top: 0; 
	left: 0; 
	margin: 0; 
}

#slider ul li { display: block; float: left; padding: 0; height: 300px; width: 939px; margin: 0; }
#slider .arrow{ display: none;}
#thumbNav{ 
	position:absolute;
	left: 402px;
	z-index: 99;
	top: 643px;
	width: 140px;
	height: 35px;
	display: block;
	background: transparent url('../img/slider_nav_bg.png') repeat-x;
	overflow: hidden;
}
#thumbLeftNav
{
	position:absolute;
	left: 385px;
	z-index: 100;
	top: 643px;
	width: 17px;
	height: 35px;
	display: block;
	background: transparent url('../img/slider_left_nav_bg.png') no-repeat;
}
#thumbRightNav
{
	position:absolute;
	left: 542px;
	z-index: 100;
	top: 643px;
	width: 17px;
	height: 35px;
	display: block;
	background: transparent url('../img/slider_right_nav_bg.png') no-repeat;
}
#thumbRightNav a, #thumbLeftNav a
{
	text-indent: 9999px;
}
#thumbNav a{ 
	display:block;
	width: 14px;
	height: 14px;
	background: url(../img/slider_bullet_nav.png) no-repeat 0 -14px;
	text-indent: 9999px;
	border:0;
	margin-right: 3px;
	float: left;
	cursor: pointer;
	position: relative;
	left: 22px;
	top: 10px;
	padding-right: 4px;
	cursor: pointer;
}

#thumbNav a:hover{ background-position: 0 0px; }
#thumbNav a.cur{ background-position: 0 0; }
#start-stop { 
	background: green; 
	background-image: url(http://fspbumn.or.id/wp-content/themes/FSPCustom/img/cellshade.png); 
	background-repeat: repeat-x; 
	color: white; 
	padding: 2px 5px; 
	width: 40px; 
	text-align: center; 
	position: absolute; 
	right: 45px; 
	top: 341px;
	display: none;
}
#start-stop.playing{ background-color: red; }
#start-stop:hover{ background-image: none; }

#slider .wrapper ul ul{ 
	position: static; 
	margin: 0; 
	background: none; 
	overflow: visible; 
	width: auto; 
	border: 0; 
}
#slider .wrapper ul ul li{ 
	float: none; 
	height: auto; 
	width: auto; 
	background: none; 
}
.caption-left h3, .caption-right h3, .caption-bottom h3
{
	color: #f9fbfb;
	line-height: 0;
	margin-bottom: -10px;
	text-transform: uppercase;
	font-size: 22px;
}
.caption-left p, .caption-right p, .caption-bottom p
{
	color: #fff;
}

.caption-left
{
	background: #000;
	width: 300px !important;
	position: relative;
	top: -182px;
	padding: 15px 12px 1px 15px;
	z-index: 999;
}

.caption-right
{
	width: 300px;
	background: #000;
	position: relative;
	left: 612px;
	padding: 15px 12px 1px 15px;
	top: -182px;
	z-index: 999;
}

#content_wrapper
{
	text-shadow: 0 1px 1px #fff;
}

#content_wrapper .page_caption
{
	background: #fff;
	margin-top: 6px;
	font-size: 16px;
}

#content_wrapper .page_caption .caption_inner
{
	width: 930px;
	margin: auto;
	padding: 12px 0 20px 0;
}

#content_wrapper .inner
{
	width: 100%;
	background: transparent url('../img/bg_ip.png') repeat-x top;
}

#content_wrapper .inner .inner_wrapper
{
	width: 940px;
	margin: auto;
	padding: 30px 0 0 0;
	background: transparent;
}

#content_wrapper .inner .inner_wrapper .sidebar_content
{
	width: 610px;
	padding-left: 10px;
	float: left;
}

#content_wrapper .inner .inner_wrapper .sidebar_wrapper
{
	width: 290px;
	float: right;
	border-left: 1px solid #fff;
	background: #E7E7E7;
}

#content_wrapper .inner .inner_wrapper .sidebar_wrapper .sidebar
{
	width: 289px;
	float: right;
	margin-top: -20px;
	min-height: 300px;
	background: #f5f5f5;
}

#content_wrapper .inner .inner_wrapper .sidebar_wrapper .sidebar .content
{
	width: 85%;
	margin: 20px 10px 0 30px;
}

#content_wrapper .inner .home_wrapper
{
	width: 100%;
	background: transparent url('../img/bg_ip.png') repeat-x top;
	margin: auto;
}

#content_wrapper .sidebar .content .posts.blog
{
	list-style: none;
	margin-left: 0;
	margin-top: 15px;
	font-size: 11px;
}

#content_wrapper .sidebar .content .posts.blog li, #content_wrapper .posts.blog li
{
	margin-bottom: 30px;
	line-height: 1.7em;
	clear: both;
	border:0;
}

#content_wrapper .sidebar a, #content_wrapper .posts li a
{
	color: #999;
}

#content_wrapper .sidebar a:hover, #content_wrapper .posts li a:hover
{
	color: #666;
}

#content_wrapper .sidebar .content .posts.blog li a, #content_wrapper .posts li a
{
	font-weight: bold;
}

#content_wrapper .sidebar .content .posts.blog li img, #content_wrapper .posts.blog li img
{
	float: left;
	margin: 0 10px 2px 0;
	padding: 5px;
	background: #fff;
	-moz-box-shadow: 0 1px 5px #999;
 	-webkit-box-shadow: 0 1px 5px #999;
 	box-shadow: 0px 1px 5px #999;
 	width: 75px;
}

#content_wrapper .sidebar .content .sidebar_widget
{
	list-style: none;
	margin-left: 0;
}

#content_wrapper .sidebar .content .sidebar_widget li
{
	padding: 10px 0 10px 0;
}

#content_wrapper .sidebar .content .sidebar_widget li:first-child
{
	padding-top: 0;
}

#content_wrapper .sidebar .content .sidebar_widget li ul
{
	margin: 15px 0 0 0;
	margin-left: 20px;
	list-style-image:url("http://fspbumn.or.id/wp-content/themes/FSPCustom/img/arrow_li.png");
}

#content_wrapper .sidebar .content .sidebar_widget li ul li
{
	padding: 0 0 0 10px;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.twitter
{
	margin: 15px 0 0 -10px;
	list-style-image: none;
	font-size: 11px;
}

#content_wrapper ul.posts.twitter, #content_wrapper ul.posts.blog
{
	list-style: none;
	margin: 15px 0 0 0;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.twitter li, ul.posts.twitter li
{
	background: url("http://fspbumn.or.id/wp-content/themes/FSPCustom/img/icon_twitter3.png") no-repeat 10px top;
	padding: 0 0 0 35px;
}

#content_wrapper .sidebar .content .sidebar_widget li ul li
{
	margin: 0 0 15px 0;
}

#content_wrapper .sidebar .content .sidebar_widget li ul li
{
	margin: 0 0 15px 0;
}

div.textwidget
{
	margin: 10px 0 0 0;
	color: #353535;
	text-shadow: 0 1px 1px #ccc;
}

.widget_tag_cloud div
{
	margin: 20px 0 0 0;	
}

#content_wrapper ul
{
	margin-left: 20px;
	list-style-image:url("http://fspbumn.or.id/wp-content/themes/FSPCustom/img/arrow_li.png");
}

#content_wrapper ul li
{
	line-height: 2em;
}

#content_wrapper ol
{
	margin-left: 20px;
}

#content_wrapper ol li
{
	line-height: 2em;
}

#content_wrapper table
{
	border: 1px solid #ebebeb;
	-moz-box-shadow: 0 1px 5px #ccc;
 	-webkit-box-shadow: 0 1px 5px #ccc;
 	box-shadow: 0px 1px 5px #ccc;
 	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#content_wrapper table tr
{
	background: #ffffff;
}

#content_wrapper table tr td, #content_wrapper table tr th
{
	border-bottom: 1px solid #ebebeb;
}

#content_wrapper table tr th
{
	font-weight: bold;
	background: #f0f0f0;
	text-align: left;
	text-shadow: 0 1px 1px #fff;
}

#content_wrapper table tr th, #content_wrapper table tr td
{
	padding: 7px 15px 7px 15px;
}

.alert_warning
{
	margin: auto;
	background: #FFFBCC;
	border: 1px solid #E6DB55;
	margin: 10px 0 10px 0;
	font-weight: bold;
	color: #69610A;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #ccc;
 	-webkit-box-shadow: 0 1px 3px #ccc;
 	box-shadow: 0px 1px 3px #ccc;
}

.alert_info
{
	margin: auto;
	background: #DBE3FF;
	border: 1px solid #A2B4EE;
	margin: 10px 0 10px 0;
	color: #0888C3;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #ccc;
 	-webkit-box-shadow: 0 1px 3px #ccc;
 	box-shadow: 0px 1px 3px #ccc;
}

.alert_success
{	
	margin: auto;
	background: #D5FFCE;
	border: 1px solid #9ADF8F;
	margin: 10px 0 10px 0;
	color: #508600;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #ccc;
 	-webkit-box-shadow: 0 1px 3px #ccc;
 	box-shadow: 0px 1px 3px #ccc;
}

.alert_error
{	
	margin: auto;
	background: #FFCECE;
	border: 1px solid #DF8F8F;
	margin: 10px 0 10px 0;
	color: #E3302C;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #ccc;
 	-webkit-box-shadow: 0 1px 3px #ccc;
 	box-shadow: 0px 1px 3px #ccc;
}

.alert_warning p, .alert_info p, .alert_success p, .alert_error p
{
	margin: 15px;
}

.pagination {
	margin: 25px 0 30px 10px;
	text-align: left;
}

.pagination a {
	padding: 5px 7px 5px 7px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
 	margin: 0 3px 0 3px;
 	background: #f0f0f0;
	border: 1px solid #ccc;
	color: #999;
	text-shadow: 0 1px 1px #fff;
}

.pagination a:hover {
	-moz-box-shadow: 0 1px 3px #ccc;
 	-webkit-box-shadow: 0 1px 3px #ccc;
 	box-shadow: 0px 1px 3px #ccc;
 	border: 1px solid #999;
	background: #fff;
}

.pagination a:active, .pagination a.active {
	color: #666666;
	border: 1px solid #ccc;
	-moz-box-shadow: 0 1px 3px #ccc;
 	-webkit-box-shadow: 0 1px 3px #ccc;
 	box-shadow: 0px 1px 3px #ccc;
	background: #fff;
	text-shadow: 0px 0px 0px transparent;
}

label.error
{
	display: block;
	color: #ff0000;
	font-size: 11px;
}

#reponse_msg
{
	color :#000000;
	font-weight: bold;
}

#content_wrapper table#wp-calendar
{
	background: #fff;
	-moz-box-shadow: 0 1px 5px #ccc;
 	-webkit-box-shadow: 0 1px 5px #ccc;
 	box-shadow: 0px 1px 5px #ccc;
}

#content_wrapper table#wp-calendar caption
{
	font-weight: bold;
	margin-bottom: 10px;
}

#content_wrapper table#wp-calendar tr th, #content_wrapper table#wp-calendar tr td
{
	padding: 0 8px 0 7px;
}

table#wp-calendar tr th
{
	background: #f0f0f0;
}

#content_wrapper table#wp-calendar tfoot tr
{
	display: none;	
}

#home_tagline
{
	background: #fff;
	padding: 10px 0 15px 0;
	text-align: center;
	color: #636363;
}

#home_tagline h2
{
	font-size: 42px;
	line-height: 42px;
}

#home_tagline span.desc
{
	font-size: 18px;
	margin-top: -10px;
	display: block;
	margin-top: 1px;
}

.inner_wrapper
{
	min-height: 200px;
	background: transparent url('../img/bg_ip.png') repeat-x top;
}

#footer
{
	text-align: center;
	padding: 0 0 15px 0;
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
	text-shadow: 0 1px 1px #666;
	background: #f5f5f5 url('../img/bg_footer.jpg') repeat-x top;
	color: #877d65;
}

#footer a
{
	font-size: 14px;
	color: #353535;
	text-shadow: 0 1px 1px #ccc;
	-webkit-transition: all 0.1s ease-in-out;
	   -moz-transition: all 0.1s ease-in-out;
	     -o-transition: all 0.1s ease-in-out;
	        transition: all 0.1s ease-in-out;
}

#footer a:hover
{
	color: #000;
}

#footer small{
	font-size: 11px;
	color: #535353;
	text-shadow: 0 1px 1px #ccc;
}

#footer .shadow
{
	height: 20px;
	margin: 0 0 10px 0;
	z-index: 999;
	background: transparent url('../img/bg_ip2.png') repeat-x top;
}

#footer ul
{
	display: block;
	width: 860px;
	margin: auto;
	list-style: none;
	padding-bottom: 30px;
	text-align: left;
	font-weight: normal;
	color: #ccc;
}

#footer ul li.widget
{
	float: left;
	width: 24%;
	margin-right: 3%;
}

#footer ul li.widget .widgettitle
{
	margin: 0 0 20px 0;
	font-size: 22px;
	text-shadow: 0 1px 1px #fff;
	font-weight: bold;
	color: #4f4f4f;
}

#footer ul li.widget ul
{
	width: 100%;
	float: left;
}

#footer ul li.widget ul li
{
	margin: 0 0 10px 0;
}

#copyright
{
	color: #777;
	margin-top: 20px;
	font-size: 10px;
	font-weight: normal;
	text-shadow: 0 1px 1px #ddd;
}

.home_box_wrapper
{
	width: 900px;
	margin: auto;
	padding: 30px 0 0 0;
}

.one_third
{
	width: 30%;
	float: left;
	min-height: 50px;
	margin-right: 3%;
}

.home_box_wrapper .one_third
{
	width: 31%;
	margin: 0 20px 30px 0;
}

.one_third .home_thumb
{
	width: 50px;
	margin: 0 20px 0 0;
	float: left;
}

.one_third .home_thumb img
{
	width: 50px;
}

.one_third .home_box
{
	width: 180px;
	float: left;
}

.one_third .home_box p
{
	margin-top: 15px;
}

.one_third.last
{
	margin-right: 0;
}

.two_third
{
	float: left;
	width: 64%;
	margin-right: 3%;
}

.two_third.gallery1
{
	height: 300px;
	overflow: hidden;
}

.gallery1_hover
{
	width: 582px;
	height: 251px;
	text-align: center;
	display: block;
	position: relative;
	top: -261px;
	left: 5px;
	z-index: 999;
	background: #000;
  	cursor: pointer;
}

.gallery1_hover img
{
	margin: 83px 0 0 0;
}

.one_half
{
	float: left;
	width: 47%;
}

.one_half.last
{
	position: relative;
	left: 5%;
}

.one_half .gallery_image
{
	width: 100%;
	height: 310px;
	overflow: hidden;
}

.one_half .gallery_desc
{
	width: 94%;
	margin: auto;
}

.one_half .gallery_desc h2
{
	font-size: 22px;
}

.gallery2_hover
{
	width: 400px;
	height: 291px;
	text-align: center;
	display: block;
	position: relative;
	top: -301px;
	left: 6px;
	z-index: 999;
	background: #000;
  	cursor: pointer;
}

.gallery2_hover img
{
	margin: 105px 0 0 0;
}

.one_third .gallery_image
{
	width: 100%;
	height: 220px;
	overflow: hidden;
}

.one_third .gallery_desc
{
	width: 90%;
	margin: auto;
}

.one_third .gallery_desc h2
{
	font-size: 20px;
}

.gallery3_hover
{
	width: 250px;
	height: 183px;
	text-align: center;
	display: block;
	position: relative;
	top: -193px;
	left: 6px;
	z-index: 999;
	background: #000;
  	cursor: pointer;
}

.gallery3_hover img
{
	width: 60px;
	margin: 60px 0 0 0;
}

.one_fourth
{
	width: 22.5%;
	float: left;
	margin-right: 3%;
	margin-bottom: 2%;
}

.one_fourth.last
{
	margin-right: 0;
}

.one_fourth .gallery_image
{
	width: 100%;
	height: 170px;
	overflow: hidden;
}

.one_fourth .gallery_desc
{
	width: 88%;
	margin: auto;
}

.one_fourth .gallery_desc h2
{
	font-size: 18px;
}

.one_fifth
{
	width: 14%;
	float: left;
	margin-right: 6%;
	margin-bottom: 2%;
}

.one_fifth.last
{
	margin-right: 0;
}

.one_sixth
{
	width: 11%;
	float: left;
	margin-right: 6%;
	margin-bottom: 2%;
}

.one_sixth.last
{
	margin-right: 0;
}

.gallery4_hover
{
	width: 180px;
	height: 133px;
	text-align: center;
	display: block;
	position: relative;
	top: -143px;
	left: 6px;
	z-index: 999;
	background: #000;
  	cursor: pointer;
}

.gallery4_hover img
{
	width: 60px;
	margin: 35px 0 0 0;
}

.post_wrapper
{
	width: 100%;
	margin: 0 0 70px 0;
}

.post_wrapper.single
{
	width: 100%;
	margin: 0;
}

.post_header
{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.post_header a
{
	color: #999;
}

.post_header h2 a
{
	color: #444;
}

.post_header a:hover
{
	color: #666;
}

.post_header .post_detail, .recent_post_detail
{
	font-size: 11px;
	word-spacing: 1px;
	font-style: italic;
	background: #E7E7E7;
	width: 80%;
	padding: 5px 10px 5px 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.post_img
{
	width: 610px;
	height: 220px;
	overflow: hidden;
}

.post_img_date
{
	padding: 5px;
	background: #000;
	position: relative;
	top: -60px;
	left: 7px;
	width: 150px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 0 0 #fff;
	text-align: center;
}

.post_header .post_comment
{
	float: right;
	margin: 10px 0 0 0;
	font-size: 11px;
	padding: 5px 15px 5px 15px;
	text-align: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #ebebeb;
 	-webkit-box-shadow: 0 1px 3px #ebebeb;
 	box-shadow: 0px 1px 3px #ebebeb;
 	background: #cccccc url("http://fspbumn.or.id/wp-content/themes/FSPCustom/img/bt_g.png") repeat-x top;
	text-align: left;
	text-shadow: 0 1px 1px #fff;
	border: 1px solid #ccc;
}

#about_the_author
{
	width: 98%;
	float: left;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ebebeb;
	-moz-box-shadow: 0 1px 3px #ebebeb;
 	-webkit-box-shadow: 0 1px 3px #ebebeb;
 	box-shadow: 0px 1px 3px #ebebeb;
 	text-shadow: 0 1px 1px #fff;
}

#about_the_author .header
{
	font-weight: bold;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-shadow: 0 1px 1px #fff;
	border-bottom: 1px solid #ebebeb;
}

#about_the_author .header span
{
	display: block;
	padding: 10px 0 10px 20px;
	font-size: 14px;
}

#about_the_author .thumb
{
	width: 80px;
	float: left;
	margin: 20px 0 0 20px;
}

#about_the_author .thumb img
{
	padding: 3px;
	border: 1px solid #ccc;
	width: 50px;
}

#about_the_author .description
{
	width: 430px;
	float: left;
	padding: 20px 0 20px 0;	
}

.comment .left img.avatar
{
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
	width: 50px;

}

.comment
{
	width: 545px;
	margin-bottom: 20px;
	margin-left: 25px;
	padding-bottom: 20px;
	float: left;
}

.comment .left
{
	width: 80px;
	float: left;
}

.comment .right
{
	width: 65%;
	float: left;
}

.comment .right p
{
	margin: 0;
	padding: 0;
}

.children
{
	list-style: none;
}

.children .comment
{
	width: 70%;
	margin: -20px 0 40px 80px;
	padding: 10px 0 10px 15px;
	float: left;
	-moz-box-shadow: 0 1px 3px #ccc;
 	-webkit-box-shadow: 0 1px 3px #ccc;
 	box-shadow: 0px 1px 3px #ccc;
	border-bottom: 0;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.cufon.space
{
	margin-bottom: 15px;
}

.arrow_list, .check_list, .star_list
{
	margin-top: 15px;
}

.arrow_list li
{
	margin: 5px 0 0 20px;
	list-style-image: url("http://fspbumn.or.id/wp-content/themes/FSPCustom/img/arrow_li.png");
}

.check_list li
{
	margin: 5px 0 0 25px;
	list-style-image: url("http://fspbumn.or.id/wp-content/themes/FSPCustom/img/tick_button.png");
}

.star_list li
{
	margin: 5px 0 0 25px;
	list-style-image: url("http://fspbumn.or.id/wp-content/themes/FSPCustom/img/icon_star.png");
}

.accordion
{
	margin: 1px 0 0 0;
	background: #fff;
	-moz-box-shadow: 0 1px 5px #ccc;
 	-webkit-box-shadow: 0 1px 5px #ccc;
 	box-shadow: 0px 1px 5px #ccc;
 	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.accordion h3, .accordion div
{
	border: 0;
	background: transparent;
}

.ui-accordion .ui-accordion-header
{
	font-weight: bold;
	background: #fff;
	text-shadow: 0 1px 1px #fff;
	border-bottom: 1px solid #ebebeb;
	display: block;
}

.ui-accordion .ui-accordion-header a
{
	color: #666;
}

.accordion div
{
	border-bottom: 1px solid #ebebeb;	
}

.accordion h3
{
	font-size: 14px;
	padding: 5px 0 5px 8px;
}

.ui-accordion .ui-accordion-header .ui-icon
{
	left: 10px;
}

.ui-tabs-panel
{
	margin-top: 10px;
}

.ui-widget-header
{
	border-bottom: 1px solid #ccc;
}

.tabs .ui-state-default
{
	background: transparent;
}

.tabs .ui-state-default a
{
	color: #999;
}

.ui-tabs .ui-tabs-nav li a 
{
	padding: 5px 20px 5px 20px;
}

.tabs .ui-state-active
{
	font-weight: bold;
	background: #fff;
	text-shadow: 0 1px 1px #fff;
	display: block;	
}

.tabs .ui-widget-header
{
	border: 0;	
}

.tabs .ui-tabs-panel
{
	border: 1px solid #ccc;
	-moz-box-shadow: 0 1px 5px #ccc;
 	-webkit-box-shadow: 0 1px 5px #ccc;
 	box-shadow: 0px 1px 5px #ccc;
 	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin:0;
	background: #fff;
}

.tabs .ui-state-active a
{
	color: #666;
	font-weight: bold;
}

.pricing_box
{
	border: 1px solid #ccc;
	float: left;
	text-align: center;
	padding: 0 0 20px 0;
}

.pricing_box .header
{
	color: #666;
	text-shadow: 0 1px 1px #fff;
	border-bottom: 1px solid #ccc;
	background: transparent url('../img/nav_bg.png') repeat-x center center;
}

.pricing_box .header
{
	width: 100%;
	height: 40px;
	text-align: center;
}

.pricing_box .header span
{
	position: relative;
	top: 7px;
	font-size: 16px;
	font-weight: bold;
}

.pricing_box h2
{
	font-weight: bold;
	font-size: 28px;
}

#content_wrapper .pricing_box ul
{
	list-style: none;
	margin: 5px 0 15px 0;
}

.pricing_box.large
{
	margin-top: -3%;
	background: #fff;
	-moz-box-shadow: 0 1px 10px #999;
 	-webkit-box-shadow: 0 1px 10px #999;
 	box-shadow: 0px 1px 10px #999;
 	padding: 0 0 40px 0;
 	font-size: 1.2em;
}

.pricing_box.three
{
	width: 33%;
}

.pricing_box.four
{
	width: 24.5%;
	font-size: 1em;
}

.pricing_box.four h2
{
	font-size: 2em;
}

.pricing_box.four.large
{
	margin-top: -1.5%;
}

.pricing_box.five
{
	width: 19.5%;
	font-size: 0.9em;
}

.pricing_box.five h2
{
	font-size: 1.7em;
}

.pricing_box.five.large
{
	margin-top: -1.5%;
}

.pricing_box.five .header span
{
	font-size: 1.2em;
	top: 9px;
}

.narm_gallery
{
	margin: 30px 0 30px 0;
}

.narm_gallery a
{
	display: block;
	margin-right: 2%;
	margin-bottom: 1%;
	float :left;
}

.narm_gallery a img
{
	padding: 3px;
	background: #fff;
	border: 1px solid #ccc;
	-moz-box-shadow: 0 1px 5px #ccc;
 	-webkit-box-shadow: 0 1px 5px #ccc;
 	box-shadow: 0px 1px 5px #ccc;
}

#move_next
{
	position: absolute;
	width: 100px;
	height: 600px;
	z-index: 2;
	background: #666;
	display: block;
	/* for IE */
  	filter:alpha(opacity=0);
  	/* CSS3 standard */
  	opacity:0;
}

#move_prev
{
	position: absolute;
	width: 100px;
	height: 600px;
	z-index: 2;
	background: #fff;
	display: block;
	/* for IE */
  	filter:alpha(opacity=0);
  	/* CSS3 standard */
  	opacity:0;
}

#content_wrapper .card
{
	float: left;
	height: 190px;
	width: 210px;
	overflow: hidden;
	margin: 5px 25px 10px 0;
	text-shadow: 0 0 0 transparent;
}

#content_wrapper .card .title
{
	display: block;
	margin: 5px 0 0 10px;
	width: 420px;
	padding: 10px;
	font-size: 11px;
}

#content_slider_wrapper
{
	width: 940px;
	height: 14px;
	background: #ebebeb url('../img/bg_ip2.png') repeat-x top;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	margin: auto;
	border: 1px solid #ccc;
	-moz-box-shadow: 1px 1px 1px #fff;
 	-webkit-box-shadow: 1px 1px 1px #fff;
 	box-shadow: 1px 1px 1px #fff;
}

#content_slider
{
	width: 85%;
	height: 14px;
	background: #ebebeb url('../img/bg_ip2.png') repeat-x top;
	cursor: pointer;
	position: relative;
	border: 0;
}

#content_slider .ui-slider-handle
{
	width: 15%;
	background: #999 url('../img/bg_ip2.png') repeat-x top;
	height: 14px;
	position: absolute;
	display: block;
	border: 0;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px
}

.inner_slide, .inner_wrapper
{
	margin: auto;
}

#content_wrapper .sub_tab, #content_wrapper .sub_tab ul
{
	margin: auto;
	width: 920px;
	float: none;
}

#content_wrapper .sub_tab
{
	padding-top: 25px;
}

#content_wrapper .sub_tab ul
{
	list-style: none;
	list-style-image: none;
	margin-top: 5px;
}

#content_wrapper .sub_tab ul li
{
	float: left;
	margin-right: 10px;
}

#content_wrapper .sub_tab ul li a
{
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	color: #999;
	font-weight: bold;
	padding: 5px 20px 5px 20px;
}

#content_wrapper .sub_tab ul li a.active, #content_wrapper .sub_tab ul li:hover a
{
	background: #999 url('../img/bg_ip2.png') repeat-x top;
	color: #fff;
	text-shadow: 0 1px 1px #666;
}

.portfolio_wrapper
{
	background: #ebebeb;
	border: 1px solid #ccc;
	width: 935px;
	margin: auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
	-moz-box-shadow: 1px 1px 1px #fff;
 	-webkit-box-shadow: 1px 1px 1px #fff;
 	box-shadow: 1px 1px 1px #fff;
}

.tab_wrapper img, .tab_wrapper .frame_left, .tab_wrapper .frame_right, .tab_wrapper .frame_center
{
	-moz-box-shadow: 1px 1px 1px #fff;
 	-webkit-box-shadow: 1px 1px 1px #fff;
 	box-shadow: 1px 1px 1px #fff;
}

#theme_options
{
	position:fixed;top:10px;left:10px;padding:0 15px 0 15px;border:1px solid #333;
	background: transparent url('http://fspbumn.or.id/wp-content/themes/FSPCustom/img/dark_slider_nav_bg.png') repeat-x top;
 	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	text-shadow: 0 -1px 1px #333;
	cursor:pointer;
	color: #fff;
	-moz-box-shadow: 1px 1px 1px #999;
 	-webkit-box-shadow: 1px 1px 1px #999;
 	box-shadow: 1px 1px 1px #999;
 	z-index: 100;
}

#theme_options a, #theme_options a:hover
{
	display: block;
	padding: 5px;
	color: #fff;
}

.skins_title{background:#fff;border-bottom:1px solid #ddd;width:100%;height:60px;margin:auto;}.skins_title h1{display:block;padding:15px 0 0 20px;font-size:20px;text-shadow:0 1px 1px #fff;color:#888;}.skin_content{background:#f5f5f5;width:100%;float:left;height:430px;overflow:auto;}.skin_content ul{list-style:none;display:block;float:left;margin:20px 0 20px 20px;width:95%;}.skin_content ul li{width:23%;margin-right:16px;margin-bottom:3%;float:left;display:block;text-align:center;}.skin_content ul li a,.skin_content ul li a:hover{color:#999;text-shadow:0 1px 1px #fff;}.skin_content ul li img{padding:4px;border:1px solid #ccc;-moz-box-shadow:0 1px 3px #ccc;-webkit-box-shadow:0 1px 3px #ccc;box-shadow:0 1px 3px #ccc;width:150px;height:138px;}.skin_content ul li img:hover,.skin_content ul li img.active{padding:4px;background:#FFA200;border:1px solid #999;-moz-box-shadow:0 1px 3px #999;-webkit-box-shadow:0 1px 3px #999;box-shadow:0 1px 3px #999;width:150px;height:138px;}*:first-child+html .skin_content{height:380px;padding-bottom:10px;border:0;}

pre, code
{
	font-size: 12px;
	white-space: pre;
}

/*
	Input layout
*/

input[type=text], input[type=password], select
{
	background: transparent;
	padding: 5px;
	font-size: 12px;
	margin: 0;
	border: 1px solid #ebebeb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	font-family: "helvetica neue",Helvetica,Arial,Verdana,sans-serif;
	color: #666;
}

input[type=text].blur
{
	color: #999;
	font-style: italic;
}

textarea
{
	background: transparent;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	color: #666;
	margin: 0;
	border: 1px solid #ebebeb;
	height: 200px;
	overflow: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	font-family: "helvetica neue",Helvetica,Arial,Verdana,sans-serif;
}

input[type=text]:hover, input[type=password]:hover, textarea:hover
{
	border: 1px solid #ccc;
	-moz-box-shadow: 0 1px 3px #ebebeb;
 	-webkit-box-shadow: 0 1px 3px #ebebeb;
 	box-shadow: 0px 1px 3px #ebebeb;
}

a.button, a.button:hover
{
	display: block;
	width: 101px;
	height: 35px;
	color: #fff;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

input[type=submit]
{
	float: left;	
}

#cancel-comment-reply-link
{
	float: left;
	display: block;
	margin: 7px 0 0 10px;	
}

a.button.center
{
	margin:auto;
}

a.button span
{
	display: block;
	top: 8px;
	position: relative;
	text-transform: uppercase;
	text-shadow: 0 -1px 1px #666;
}

a.long_button, a.long_button:hover, input[type=submit], input[type=button]
{
	display: block;
	width: 150px;
	height: 45px;
	color: #fff;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

input[type=submit], input[type=button]
{
	border: 0;
	text-transform: uppercase;
}

a.long_button.center
{
	margin:auto;
}

a.long_button span
{
	display: block;
	top: 14px;
	position: relative;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0 -1px 1px #666;
}

.comment-reply-link
{
	color: #999;
	font-weight: bold;
	display: block;
	margin: 10px 0 0 0;
}

.screen-reader-text
{
	display: none;
}

#searchsubmit
{
	margin: 5px 0 0 0;
}

.widget_search
{
	margin: 0 0 50px 0;
}

.restore_default
{
	margin-top:12px;display:block;padding-left:10px;float:left;
}

#theme_option_btn
{
	display: block;
	width: 100%;
	cursor: pointer;
}

.theme_option_btn
{
	border:1px solid #ccc;padding:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	font-weight: bold;
	text-shadow: 0 1px 1px #fff;
	color: #444;
	position: fixed;
	right: 10px;
	top: 29px;
	z-index: 99999;
	-moz-box-shadow: 0 1px 2px #333;
 	-webkit-box-shadow: 0 1px 2px #333;
 	box-shadow: 0px 1px 2px #333;
}

.theme_option
{
	padding: 10px 0 0 0;
	margin: 7px 0 0 0;
	border-top: 1px solid #ebebeb;
	font-size: 11px;
	line-height: 1.6em;
	width: 140px;
	font-weight: normal;
}

.theme_option select
{
	width: 100%;
}

#custom_logo img{
	position: absolute;
	top: 5px;
}

#news_titlehead{
	position: relative;
	padding-left: 135px;
}

#news_titlehead img{
	position: absolute;
	top: -35px;
	left: 0;
}

.three_equals{
	width: 29%;
	display: inline-block;
	min-height: 50px;
	margin-right: 3%;
	margin-bottom: 20px;
	vertical-align: top;
}

.update_card{
	min-height: 245px;
max-height: 245px;
display: block;
padding: 7px;
	text-align: center;
	background-color: #fff;
	position: relative;
	z-index: 299;
	-webkit-border-radius: 1px;
	   -moz-border-radius: 1px;
	        border-radius: 1px;
	-webkit-box-shadow: 0 0 5px #ccc;
	   -moz-box-shadow: 0 0 5px #ccc;
	        box-shadow: 0 0 5px #ccc;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}

.update_card:hover{
	cursor: pointer;
	-webkit-box-shadow: 0 0 15px #bbb;
	   -moz-box-shadow: 0 0 15px #bbb;
	        box-shadow: 0 0 15px #bbb;
}

.update_card a{
	color: #333;
}

.update_card:hover img{
	opacity: 1;
	-webkit-transition: all 0.6s ease-in-out;
	   -moz-transition: all 0.6s ease-in-out;
	     -o-transition: all 0.6s ease-in-out;
	        transition: all 0.6s ease-in-out;
}


.update_card:hover span{
	background-color: #ec732d;
	text-shadow: 0 1px 1px #fff;
}

.update_card img{
	min-width: 100%;
max-width: 100%;
min-height: 150px;
max-height: 150px;
opacity: 0.8;
margin-bottom: 10px;
}

.update_card span{
	display: block;
	padding: 3px 10px;
	background-color: #bbb;
	margin: 3px 0;
	color: #333;
	font-weight: 600;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
        	border-radius: 15px;
    -webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}

.long_label{
	display: block;
	background-color: #e7e7e7;
	margin: 5px 0;
	padding: 5px 15px;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
        	border-radius: 15px;
}

.long_label label{
	color: #9d9d9d;
	margin-right: 15px;
}

.image_single{
	display: block;
	position: relative;
	padding: 7px;
	margin: 15px 0;
	background-color: #fff;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
	-webkit-box-shadow: 0 0 5px #ccc;
	   -moz-box-shadow: 0 0 5px #ccc;
	        box-shadow: 0 0 5px #ccc;
}

.image_single:hover{
	-webkit-box-shadow: 0 0 15px #bbb;
	   -moz-box-shadow: 0 0 15px #bbb;
	        box-shadow: 0 0 15px #bbb;
}

.image_single img{
	display: block;
	max-width: 100%;
	min-width: 100%;
}

.deck_box{
	display: block;
}

.deck_box .deck{
	display: block;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.deck_box .deck:last-child{
	border-bottom: 0;
}

.desc_subhome{
	display: inline-block;
	width: 350px;
	vertical-align: top;
	margin-top: 15px;
}

.desc_subhome h5{
	font-size: 17px;
	line-height: 22px;
	max-height: 45px;
	overflow-y: hidden;
}

.desc_subhome span{
	font-size: 11px;
	margin: 5px 0 5px;
	display: block;
	color: #9d9d9d;
}

.desc_subhome p{
	margin: 15px 0;
	max-height: 60px;
	overflow-y: hidden;
}

.image_subhome{
	display: inline-block;
	position: relative;
	width: 210px;
	padding: 5px;
	margin: 15px 15px 15px 0;
	background-color: #fff;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
	-webkit-box-shadow: 0 0 5px #ccc;
	   -moz-box-shadow: 0 0 5px #ccc;
	        box-shadow: 0 0 5px #ccc;
}

.image_subhome:hover{
	-webkit-box-shadow: 0 0 15px #bbb;
	   -moz-box-shadow: 0 0 15px #bbb;
	        box-shadow: 0 0 15px #bbb;
}

.image_subhome img{
	display: block;
	max-width: 100%;
	min-width: 100%;
}

.news_single{
	text-align: justify;
	line-height: 22px;
	color: #666;
}

.zoom_image .image_single{
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}

.zoom_image .image_single:hover{
	-webkit-transform: scale(1.2, 1.2);
	    -ms-transform: scale(1.2, 1.2);
	        transform: scale(1.2, 1.2);
}

.gallery_title{
	font-size: 18px;
	line-height: 24px;
	max-height: 50px;
	overflow-y: hidden;
	margin-top: 20px;
}

.gallery_desc{
	margin: 5px 0 !important;
	display: block;
	max-height: 40px;
	overflow-y: hidden;
}

.gallery_sum{
	color: #f5f5f5;
	text-shadow: 0 1px 1px #888;
	background-color: #ccc;
	padding: 4px 15px;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
        	border-radius: 20px;
}

.gallery_sum img{
	width: 18px;
	position: relative;
	top: 3px;
	margin-right: 8px;
}

#fsp_search{
	position: absolute; 
	right: 10px;
	top: -10px;
}

.btn_fsp{
	color: #555;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	padding: 7px 10px;
	border-radius: 5px;
	border: 1px solid #ccc;
};

a.btn_fsp:hover{
	color: #000 ;
}

#s{
	height: 25px;
	line-height: 25px;
	width: 115px;
	margin-top: 3px;
	outline: none !important;
}

#s:active{
	border: 0 !important;
	box-shadow: none !important;
	outline: none !important;
}

.single #home_tagline{
	padding-bottom: 5px;
	margin-top: 35px;
}

.right_nav, #menu_wrapper,
.left_nav{
	top: 15px;
}

#breadcrumbs{
	margin-left: 15%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.ngg-albumoverview{
	display: block;
	position: relative;
}

.ngg-album{
	display: inline-block;
	width: 48%;
	margin-bottom: 15px;
	margin-left: 8px;
	vertical-align: top;
}

.ngg-albumtitle{
	display: block;
	position: relative;
	height: 45px;
	overflow: hidden;
}

.ngg-albumtitle a{
	font-size: 15px;
	margin: 0 5px 5px;
	width: 100%;
	display: block;
}

.ngg-thumbnail a{
	display: inline-block;
	padding: 5px;
	width: 100%;
	background-color: #fff;
	border: 1px solid #eee;
	-webkit-
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	        
}

.ngg-thumbnail a:hover{
	-webkit-transform: scale(1.1, 1.1);
	    -ms-transform: scale(1.1, 1.1);
	        transform: scale(1.1, 1.1);
}

.ngg-thumbnail a .Thumb{
	width: 100%;
	display: block;
}

.ngg-description{
	position: relative;
}

.ngg-description p:first-child{
	margin: 0;
font-size: 11px;
margin-top: 5px;
max-height: 35px;
padding: 0 5px;
overflow: hidden;
}

.ngg-description p:last-child{
	display: inline-block;
	position: relative;
	font-size: 10px;
	color: #333;
	margin: 5px 0;
	padding: 5px 10px;
	background-color: #ddd;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
     	    border-radius: 10px;
}

.ngg-gallery-thumbnail{
	display: block;
	width: 100%;
	margin: 5px 0;
}

.ngg-gallery-thumbnail a{
	display: block;
	padding: 5px;
	background-color: #fff
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.ngg-gallery-thumbnail img{
	display: block;
	width: 180px;
	height: 100%;
}

.deck_box img{
display: block;
max-width: 100%;
}

.wpcf7-form .wpcf7-submit{
	display: inline-block;
	background: rgb(254,204,177); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,204,177,1) 0%, rgba(241,116,50,1) 50%, rgba(234,85,7,1) 51%, rgba(251,149,94,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,204,177,1)), color-stop(50%,rgba(241,116,50,1)), color-stop(51%,rgba(234,85,7,1)), color-stop(100%,rgba(251,149,94,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=0 ); /* IE6-9 */
	padding: 4px 10px;
	height: 35px;
	width: 100px;
	cursor: pointer;
	margin-right: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.wpcf7-form .wpcf7-submit:hover{
	background-color: rgb(247, 129, 51);
		cursor: pointer;
}

.wpcf7-form .wpcf7-submit:active{
	background-color: rgb(219, 89, 3);
		cursor: pointer;
}

.wpcf7-form p{
	position: relative;
	padding: 7px 0;
}

.wpcf7-form p:last-of-type{
	margin-top: 190px;
margin-left: 200px;
}

.wpcf7-form-control-wrap{
	position: absolute;
	left: 200px;
	top: 0;
}

.content_align .two_third img{
position: relative;
max-width: 100%;
height: auto;
}

.inner_wrapper .card a:first-of-type{
	min-height: 55px;
max-height: 55px;
position: relative;
display: block;
overflow-y: hidden;
}
.inner_wrapper .card p{
	display: block;
position: relative;
max-height: 80px;
min-height: 80px;
overflow-y: hidden;
}

.pagination .alignleft{
	display: block;
	float: left;
}

.pagination .alignright{
	display: block;
	float: right;
}

#footer .sidebar_widget .widget:last-of-type .textwidget{
	margin-top: -4px;
}

.widget_recent_comments ul li a {
	font-size: 11px !important;
}

.widget.widget_recent_comments li{
color: #444;
font-weight: normal;
text-shadow: 0 1px 1px #ccc;
}

#pengumuman {width:auto;background:url("../img/bg_ip.png") repeat-x scroll center top rgba(255, 255, 255, 100); padding:25px 0 15px; width:auto;font-family:Verdana, Geneva, sans-serif;}
#pengumuman > #pengumuman_content{background:url("../img/bg_pengumuman.png");width:1040px; margin:0 auto;text-align:center;}
#pengumuman_content > h1{color:#3D3F40;font-size:2.5em; line-height:10px;font-weight:bold;}
#pengumuman_content > span{color:#3D3F40;font-size:2em; line-height:30px;}
#pengumuman_content > a{color:#88C2F2;font-size:1.5em; line-height:40px; margin-top:10px;}
#pengumuman_content > a:hover{color:#54AAF0;}