/*
.one_half+.one_half, 
.one_third+.two_third, 
.two_third+.one_third, 
.one_third+.one_third+.one_third, 
.one_fourth+.one_fourth+.one_half, 
.one_fourth+.one_half+.one_fourth, 
.one_half+.one_fourth+.one_fourth, 
.one_fourth+.three_fourth, 
.three_fourth+.one_fourth, 
.one_fourth+.one_fourth+.one_fourth+.one_fourth {
	float:right;
	padding-right:0;
}
*/

.portfolio_container.four_blocks div.jp-video div.jp-current-time,
.portfolio_container.four_blocks div.jp-audio div.jp-current-time,
.portfolio_container.four_blocks div.jp-video div.jp-time-sep,
.portfolio_container.four_blocks div.jp-audio div.jp-time-sep,
.portfolio_container.four_blocks div.jp-video div.jp-duration,
.portfolio_container.four_blocks div.jp-audio div.jp-duration,
.one_fourth div.jp-video div.jp-current-time,
.one_fourth div.jp-audio div.jp-current-time,
.one_fourth div.jp-video div.jp-time-sep,
.one_fourth div.jp-audio div.jp-time-sep,
.one_fourth div.jp-video div.jp-duration,
.one_fourth div.jp-audio div.jp-duration {
  display: none;
}

/* ---------- Content ---------- */

.content_wrap {
  background: url(images/content_sep.png) repeat-y 68% 0;
  overflow: hidden;
}

.content_wrap.left_sidebar {
  background-position: 32% 0;
}

.content_wrap.left_sidebar #content.fr {
  float: right;
  padding: 40px 0 40px 3.5%;
}

.content_wrap.left_sidebar #sidebar.fl {
  padding: 40px 3.5% 40px 0;
}

#content {
  width: 64.5%;
  float: left;
  padding: 40px 3.5% 40px 0;
  position: relative;
}

figure img {
  display: block;
}

#bottom .widgettitle,
.middle_sidebar .widgettitle,
.cms_title,
.project_navi,
.about_author,
.white_radius {
  background-color: #fcfcfc;
  padding: 6px 20px 6px 20px;
  margin-bottom: 30px;
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.comment-body {
  margin-bottom: 15px;
}

.white_radius {
  padding: 20px;
  margin: 0;
}

.widget_custom_recent_entries .cms_widget_content p {
  padding-bottom: 10px;
}

.widget_navi {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -13px;
}

.post_type_shortcode .cmsms_content_prev_slide,
.post_type_shortcode .cmsms_content_next_slide {
  display: none;
}

.post_type_shortcode .widget_navi .cmsms_content_prev_slide,
.post_type_shortcode .widget_navi .cmsms_content_next_slide {
  display: block;
}

.post_type_shortcode .cmsms_content_slider_parent {
  margin-bottom: 0;
}

.post_type_shortcode .cmsms_content_prev_slide,
.post_type_shortcode .cmsms_content_next_slide {
  position: relative;
  left: auto;
  top: auto;
}

#middle .post_type_shortcode .latest_item {
  list-style: none;
  padding-bottom: 0;
  clear: both;
}

.cmsms_content_prev_slide {
  left: 15px;
}

.cmsms_content_next_slide {
  left: 45px;
}

.cmsms_content_prev_slide,
.cmsms_content_next_slide {
  background: #ebebeb url(../img/widget_arrow.png) no-repeat 0 0;
  display: block;
  width: 30px;
  height: 28px;
  position: absolute;
  top: 15px;
  float: left;
  z-index: 11;
  transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out;
}

.shortcode_slideshow_container {
  position: relative;
}

.cmsms_content_prev_slide:hover,
.cmsms_content_next_slide:hover {
  background-color: #898989;
}

.cmsms_content_prev_slide:hover {
  background-position: 12px -19px;
}

.cmsms_content_next_slide:hover {
  background-position: 13px 10px;
}

.cmsms_content_prev_slide {
  background-position: 12px -48px;
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
}

.cmsms_content_next_slide {
  background-position: 13px -77px;
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
}

.widget_links li,
.widget_meta li {
  background: url(images/marker.png) no-repeat 3px 6px;
  list-style: none;
  padding-left: 23px;
  margin-bottom: 10px;
}

#bottom .widget_links li,
#bottom .widget_meta li {
  background-position: 20px 6px;
  padding-left: 40px;
}

.adv_widget_image {
  float: left;
  padding: 0 8% 8% 0;
}

.widget ul {
  margin-bottom: 0;
}

/* ---------- Portfolio ---------- */

.portfolio_container {
  margin-right: -4%;
  position: relative;
}

.portfolio_container.four_blocks {
  margin-right: -3.9%;
}

.portfolio_container .portfolio {
  float: left;
  padding-right: 4%;
  padding-bottom: 30px;
}

.portfolio_container .portfolio_inner {
  background-color: #fcfcfc;
  padding: 20px;
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.post_type_shortcode .portfolio_container {
  margin-right: 0;
}

.portfolio_container .portfolio figure.top_img_radius,
.portfolio_container .portfolio .cms_media.top_img_radius,
.cms_widget_content figure.top_img_radius,
.white_radius > .top_img_radius {
  margin: -20px -20px 0 -20px;
}

.top_img_radius,
.portfolio_container .portfolio .top_img_radius iframe,
.portfolio_inner .shortcode_slideshow figure img,
.portfolio_inner .jp-jplayer img,
.post.format-video .jp-jplayer img,
.post.format-gallery .shortcode_slideshow figure img {
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}

.portfolio_inner .jp-jplayer,
.post.format-video .jp-jplayer {
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}

.middle_img_radius {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.middle_img_radius_10,
.middle_img_radius_10 img {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.post_type_shortcode .portfolio,
.post_type_shortcode .post {
  background-color: #fcfcfc;
  float: none;
  padding: 20px 20px 5px;
  margin-bottom: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  /* box-shadow:0 1px 0 rgba(0, 0, 0, .06); */
}

.portfolio_container .portfolio .entry-title {
  margin: 5px 0 0;
}

.portfolio_container .portfolio .entry-content p {
  padding-bottom: 10px;
}

.cms_category {
  margin-bottom: 0;
}

.cms_category li {
  list-style: none;
  display: inline;
}

.cms_category li:first-child {
  background: url(images/icon_category.png) no-repeat 0 50%;
  padding-left: 22px;
}

.portfolio_container.four_blocks .portfolio {
  width: 21%;
}

.portfolio_container.three_blocks .portfolio {
  width: 29.3%;
}

.portfolio_container.two_blocks .portfolio {
  width: 46%;
}

.portfolio_container.one_block {
  margin: 0;
}

.portfolio_container.one_block .portfolio {
  width: 100%;
  float: none;
  padding-right: 0;
}

.portfolio_container.one_block .portfolio_inner,
.portfolio_container.one_block .entry-content {
  text-align: center;
}

.blog.portfolio_container.one_block .portfolio_inner,
.blog.portfolio_container.one_block .entry-content {
  text-align: left;
}

.format-album.four_blocks .cms_media figure,
.format-album.three_blocks .cms_media figure,
.format-album.two_blocks .cms_media figure {
  float: left;
  padding-right: 4%;
}

.format-album.one_block .cms_media figure {
  width: 100%;
  float: none;
}

.format-album.four_blocks .cms_media figure {
  width: 22%;
}

.format-album.three_blocks .cms_media figure {
  width: 30.6%;
}

.format-album.two_blocks .cms_media figure {
  width: 48%;
}

.format-album.four_blocks .cms_media figure + figure + figure + figure,
.format-album.three_blocks .cms_media figure + figure + figure,
.format-album.two_blocks .cms_media figure + figure {
  padding-right: 0;
}

.pj_sort {
  height: 48px;
  position: relative;
}

.pj_sort .divider {
  margin: 0;
}

.p_options_loader {
  background: url(images/loader_white.gif) no-repeat 0 0;
  display: block;
  width: 160px;
  height: 20px;
  position: absolute;
  top: 25px;
  right: 20px;
}

.p_options_block {
  padding: 0;
  display: none;
  position: absolute;
  left: 5px;
  top: 16px;
  z-index: 29;
  opacity: 1;
  filter: alpha(opacity=100);
}

.p_options_block .button_medium {
  text-shadow: none;
}

.p_sort_block {
  float: left;
}

.p_sort_block p {
  margin-left: 10px;
}

.p_options_block a:hover {
  text-decoration: none;
}

.p_sort {
  float: right;
  position: relative;
}

.p_sort a[name="p_date"] {
  display: block;
  float: left;
}

.p_sort a[name="p_name"] span span,
.p_sort a[name="p_date"] span span {
  background: url(images/sort_arrow.png) no-repeat right 8px;
  display: block;
  padding-right: 20px;
}

.p_sort a.current,
.p_sort a.current.reversed {
  color: #ffffff;
}

.p_sort a[name="p_name"] > span,
.p_sort a[name="p_date"] > span,
a.p_cat_filter > span {
  padding-right: 13px;
}

.p_sort a[name="p_name"]:hover > span,
.p_sort a[name="p_date"]:hover > span,
.p_sort a.current[name="p_name"] > span,
.p_sort a.current[name="p_date"] > span,
.p_filter_container:hover .p_cat_filter.button > span {
  background-position: 0 -28px;
}

.p_sort a.current.reversed[name="p_name"] span span,
.p_sort a.current.reversed[name="p_date"] span span,
.p_filter_container:hover .p_cat_filter.button span span,
a.p_cat_filter:hover span span {
  background-position: right -29px;
}

.p_sort a[name="p_name"] {
  margin-right: 10px;
  display: block;
  float: left;
}

div.p_filter,
.p_filter_container {
  position: relative;
  z-index: 29;
}

div.p_filter {
  float: left;
  padding: 0 10px 0 0;
}

a.p_cat_filter {
  display: block;
  position: relative;
  z-index: 31;
}

a.p_cat_filter span span {
  background: url(images/sort_arrow.png) no-repeat right 8px;
  display: block;
  width: 110px;
}

.p_filter_container ul.p_filter {
  background-color: #fcfcfc;
  list-style: none;
  display: block;
  width: 142px;
  padding: 10px 0 3px;
  overflow: hidden;
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 30;
  opacity: 0;
  filter: alpha(opacity=0);
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.p_filter_container:hover ul.p_filter {
  opacity: 1;
  filter: alpha(opacity=100);
}

ul.p_filter li a {
  text-decoration: none;
  display: block;
  height: 0;
  padding: 0 0 0 17px;
  z-index: 30;
  -webkit-transition: height 0.5s ease, padding-top 0.5s ease,
    padding-bottom 0.5s ease;
  -moz-transition: height 0.5s ease, padding-top 0.5s ease,
    padding-bottom 0.5s ease;
  -o-transition: height 0.5s ease, padding-top 0.5s ease,
    padding-bottom 0.5s ease;
  -ms-transition: height 0.5s ease, padding-top 0.5s ease,
    padding-bottom 0.5s ease;
  transition: height 0.5s ease, padding-top 0.5s ease, padding-bottom 0.5s ease;
}

.p_filter_container:hover ul.p_filter li a {
  height: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
}

ul.p_filter li.current a,
ul.p_filter li a:hover {
  display: block;
  height: 20px;
}

ul.p_filter li:first-child {
  padding-top: 13px;
}

ul.p_filter li {
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 30;
}

.p_date {
  display: none;
}

.quote a {
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.quote a img {
  vertical-align: middle;
}
.quote a:hover {
  color: #0066ff;
}
a.toplink {
  font-weight: bold;
  font-size: 13px;
}
.full-container {
  background: url(../img/full-container.gif) center repeat-y;
}
a.reply {
  padding: 7px;
  border: 1px #999 solid;
  text-decoration: none;
  color: #000000;
  font-size: 16px;
}
a.reply:hover {
  padding: 7px;
  border: 1px #000 solid;
  text-decoration: none;
  color: #000;
  font-size: 16px;
}
h2 a {
  color: #006699;
  text-decoration: none;
}
h2 a:hover {
  color: #333333;
}
.fill {
  padding: 0 5px;
}
a.newslink {
  color: #333;
  text-decoration: none;
}
a.newslink:hover {
  color: #333;
  text-decoration: underline;
}

.header {
}
.batas {
  height: 15px;
}
.top {
  height: 30px;
}
.top a {
  margin: 0 5px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.top a:hover {
  color: #09f;
}
.banner {
  position: relative;
  z-index: 0;
  background: #ffffff;
}
.logo {
}
.news {
  /*background: url(../img/right-banner.gif) no-repeat;*/
  display: block;
  height: 240px;
}
.news a {
  text-decoration: none;
}
.news a:hover {
  text-decoration: none;
  color: #0066cc;
}

.nav {
  background: #444;
  border-radius: 4px;
}

.sf-menu {
  margin-bottom: 0px;
}

.sf-menu li {
  background: none;
  border: none;
  border-radius: 4px;
}

.sf-menu li.current {
  background: rgba(255, 255, 255, 0.4);
}

.sf-menu li a,
.sf-menu li a:visited {
  color: #fff;
  border-top: none;
}

.sf-menu li li a,
.sf-menu li li a:visited {
  color: #000;
}

.sf-menu li a:hover {
  color: #000;
}

/*vertical menu */
.sf-menu.sf-vertical {
  margin-bottom: 0px;
}

.sf-menu.sf-vertical li {
  background: #444;
  border: none;
}

.sf-menu.sf-vertical li a,
.sf-menu.sf-vertical li a:visited {
  color: #fff;
}

.sf-menu.sf-vertical li li a,
.sf-menu.sf-vertical li li a:visited {
  color: #fff;
}

.sf-menu.sf-vertical li a:hover {
  color: #fff;
}

.left-content {
  background: url(../img/left-content.gif) no-repeat;
  display: block;
  height: 230px;
}

/*.content{
padding-top: 10px;
background: url(../img/cont.gif) no-repeat;
display:block;
}*/
.content img {
  padding: 2px;
  border: 1px #666 solid;
}
.right-content {
  background: #9999cc;
}
.left-footer {
  padding-top: 10px;
}
.footer {
  width: 950px;
  padding-bottom: 10px;
  background: none;
  font-weight: bold;
  text-align: center;
}

/* top navvvvvvv */
ul#topnav {
  z-index: 50;
  position: absolute;
  white-space: nowrap;
  background: url(../img/nav-top-bg.gif) no-repeat;
  margin: 0;
  margin-top: 7px;
  padding: 0;
  float: left;
  width: 630px;
  list-style: none;
  font-size: 1.1em;
}
ul#topnav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative; /*--Important--*/
}
ul#topnav li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  font-family: "Calibri", Verdana;
  background: url(../img/top-nav-separator.jpg) top right no-repeat;
  padding-left: 10px;
  padding-right: 17px;
  padding-top: 7px;
  float: left;
  /*text-indent: -9999px; --Push text off of page--*/
  height: 34px;
}
ul#topnav li.last a {
  background: none;
}

ul#topnav li:hover a,
ul#topnav li a:hover {
  background-position: right top;
  color: #000;
} /*--Hover State--*/

ul#topnav li div {
  position: absolute; /*--Important--*/
  top: 34px;
  left: -3px;
  background: #666; /*--Background gradient--*/
  padding: 5px 5px 5px;
  float: left;
  /*--Bottom right rounded corner--*/
  -moz-border-radius-bottomright: 5px;
  -khtml-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  /*--Bottom left rounded corner--*/
  -moz-border-radius-bottomleft: 5px;
  -khtml-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;

  visibility: hidden; /*--Hidden for those with js turned off--*/
}
ul#topnav li:hover div.sub {
  visibility: visible;
}

ul#topnav li .row {
  /*--If needed to break out into rows--*/
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
ul#topnav li .sub ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 150px;
  float: left;
}
ul#topnav .sub ul li {
  border-bottom: 1px #000 solid;
  width: 150px; /*--Override parent list item--*/
  color: #fff;
}
ul#topnav .sub ul li h2 {
  /*--Sub nav heading style--*/
  padding: 0;
  margin: 0;
  font-size: 1.3em;
  font-weight: normal;
}
ul#topnav .sub ul li h2 a {
  /*--Sub nav heading link style--*/
  padding: 5px 0;
  background-image: none;
  color: #00f;
}
ul#topnav .sub ul li a {
  float: none;
  text-indent: 0; /*--Override text-indent from parent list item--*/
  height: auto; /*--Override height from parent list item--*/
  background: url(navlist_arrow.png) no-repeat 5px 12px;
  padding: 7px 5px 7px 15px;
  display: block;
  text-decoration: none;
  color: #fff;
}
ul#topnav .sub ul li a:hover {
  color: #000;
  background-position: 5px 12px; /*--Override background position--*/
}
/* SLIDESHOW */
/*** set the width and height to match your images **/

#slideshow {
  position: relative;
  height: 240px;
  z-index: 0;
}

#slideshow a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

#slideshow a.active {
  z-index: 2;
  opacity: 1;
}

#slideshow a.last-active {
  z-index: 1;
}
.full {
  /*background: url(../img/full-content.gif) no-repeat top center;*/
  padding-bottom: 10px;
}
.fullfooter {
  height: 67px;
  background: url(../img/full-content-footer.gif) no-repeat bottom center;
}
.full .fill {
  padding: 10px 30px;
}
.full .fillhome {
  padding: 0px 20px;
}
.fillhome img {
  border: 1px #000 solid;
  padding: 5px;
}
.fillhome p {
  text-align: justify;
}

.gopek {
  width: 500px;
}
.tablenews tr td {
  color: #666666;
  border-bottom: 1px solid #999;
}
.tablenews tr td a {
  text-decoration: none;
  color: #333333;
}
.tablenews tr td a:hover {
  color: #000000;
}
ul.download {
  list-style: decimal;
}
ul.download a {
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
}
ul.download a:hover {
  color: #069;
}
div.breadcumb {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
div.breadcrumb a {
  text-decoration: underline;
  color: #333;
  font-weight: bold;
}
.footerlink {
  margin: 0;
  text-align: center;
  letter-spacing: 3px;
  color: #666666;
}
.footerlink a {
  letter-spacing: 1px;
  text-decoration: none;
  color: #666;
}
.footerlink a:hover {
  text-decoration: underline;
  color: #000;
}

#slidingTopWrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  z-index: 20;
  margin: 0 0 0 0px;
  padding: 0;
}

#slidingTopContent {
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: #cccccc solid;
  border-width: 0px 3px;
  background-color: #ebebeb;
}

#slidingTopFooter {
  background: url(../img/basketFooter.png) bottom center;
  width: 250px;
  height: 35px;
  margin: -10px 0 0 0;
  font-size: 12px;
  color: #666666;
}

#slidingTopFooter A:link {
  text-decoration: none;
  color: #666666;
}

#slidingTopFooter A:visited {
  text-decoration: none;
  color: #666666;
}

#slidingTopFooter A:hover {
  text-decoration: underline;
  color: #666666;
}

#slidingTopFooter A:active {
  text-decoration: underline;
  color: #666666;
}

#slidingTopFooterLeft {
  float: left;
  margin: 15px 0 0 20px;
}

#slidingTopFooterRight {
  float: right;
  margin: 15px 30px 0 0;
}

#wrdInfoWrap {
  background-color: #ffff99;
  height: 80px;
}

#wrdInfoWrapLeft {
  float: left;
  width: 300px;
  padding: 10px;
}

#wrdInfoWrapRight {
  float: right;
}

#wrdInfoWrapRight A:link,
#wrdInfoWrapRight A:visited,
#wrdInfoWrapRight A:active {
  color: #333333;
  text-decoration: underline;
}

#wrdInfoWrapRight A:hover {
  color: #669900;
}

#wrdTutorialInfo {
  margin: 25px 10px;
  background-color: #ffffff;
  padding: 5px;
}

#headerWrap {
  width: 100%;
  height: 30px;
  background-color: #666666;
  border: 1px #999999 solid;
}

#contentWrapLeft {
  float: left;
  width: 650px;
}

#contentWrapRight {
  float: right;
  width: 250px;
}

.productWrap {
  float: left;
  width: 170px;
  margin: 5px;
  padding: 10px;
  text-align: center;
  color: #7a7a7a;
  border: 1px #ebebeb solid;
}

.productPriceWrap {
  background-color: #cccccc;
  padding: 5px;
  color: #000000;
  font-weight: bold;
}

.productPriceWrap img {
  border: 0;
}

#basketWrap {
  margin: 10px;
  background-color: #ebebeb;
  padding-bottom: 5px;
}

#basketTitleWrap {
  background: #666666;
  border: 3px #cccccc solid;
  padding: 5px;
  color: #ffffff;
  font-weight: bold;
  height: 20px;
}

#basketItemsWrap img {
  border: 0;
}

#basketItemsWrap ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}

#basketItemsWrap li {
  background-color: #ffffff;
  margin: 5px;
  font-size: 12px;
}

.basketItemLeft {
  float: left;
}

.basketItemRight {
  float: right;
}

#bannerWrap {
  margin: 10px;
  padding-bottom: 5px;
}

.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar li li {
  margin: 2px;
}
.sidebar li ul {
  margin: 0;
  padding: 0;
}
p {
  margin: 0 5px 5px;
}
.prdimg {
  float: right;
  margin-left: 20px;
  width: 320px;
  text-align: center;
}
.prdimg img {
  margin: 4px;
}

.product-thumb {
  text-align: center;
  margin-right: 8px;
}
.product-thumb h2 {
  font-size: 18px;
  height: 30px;
}

.product-thumb .linkdetail,
.product-thumb .content {
  display: none;
}

.product-thumb .productprice {
  font-size: 12px;
  font-weight: bold;
}

.product-list {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.product-list .imgcontainer {
  border: 1px #999 solid;
  text-align: center;
}

.product-list h2 {
  position: absolute;
  left: 150px;
  top: 0px;
}
.product-list .content {
  position: absolute;
  left: 150px;
  top: 40px;
  width: 400px;
}

.product-list .productprice {
  font-size: 16px;
  font-weight: bold;
  min-height: 50px;
  display: block;
}

.product-list .listright {
  float: right;
  width: 120px;
}

.product-list .listleft {
  float: left;
}

.leftright .product-list .listright,
.leftright .product-list2 .listright {
  display: none;
}

.cart-icon {
  background: #cccccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 5px 0;
  text-align: center;
}

.acart {
  padding: 5px 5px 5px 35px;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  text-align: left;
  display: block;
  width: auto;
}

.acart span {
  position: absolute;
  left: 3px;
  top: 5px;
}

.acart.cannotbuy {
  text-decoration: none;
  color: #ff2222;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
}

.struk {
  position: relative;
  font-family: "Courier New", Courier;
  background: #fff;
}
.struk .inner {
  padding: 3px 5px;
  text-align: center;
}
.struk img {
  width: 100%;
  height: auto;
}
.struk .subtotal {
  float: right;
  width: 80%;
}
.struk .subtotal .title {
  float: left;
}
.struk .subtotal .title:after {
}

.struk .subtotal .price {
  float: right;
}

.struk .subtotal .amount {
  float: right;
}

.belanjaan ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.belanjaan li {
  margin-bottom: 5px;
}

.belanjaan .prdname {
  width: 100%;
  text-align: left;
}
.belanjaan .prdqty {
  float: left;
  width: 50%;
  text-align: left;
  padding-left: 10px;
}
.belanjaan .prdsubtotal {
  float: right;
  width: auto;
  text-align: right;
}
.prdsubtotal .addtocart {
  font-weight: normal;
  padding: 0;
  margin: 0;
  display: inline;
  text-decoration: underline;
}
input[type="text"].required,
input[type="password"].required,
.required {
  /*background: #FFF6BF;
	border: 1px solid #FFBD40;*/
}

#Gambar {
  list-style: none;
  min-height: 300px;
}

#Gambar li {
  width: 500px;
  height: 300px;
}

#Gambar li img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

ul.thumbs {
  margin: 0;
  width: 80px;
}
.thumbs li {
  list-style: none;
  margin: 5px;
}

.imgcontainer {
  width: 145px;
  height: 145px;
  vertical-align: middle;
  text-align: center;
}

.imgcontainer img {
  width: 100%;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
  border:none;
  margin: 0 !important;
}

.pagination {
  font-size: 1.2em;
}
.pagination .pages {
  margin-right: 20px;
}

.pagination span {
  color: #000;
  padding: 3px 5px;
  background: none;
  margin: 3px;
}

.pagination a span {
  background: none;
  text-decoration: underline;
}

/* checkout */
.cktsteps {
  list-style: none;
  padding: 0;
  position: relative;
  border-bottom: #444 solid 2px;
}
.cktsteps li {
  float: left;
  width: 180px;
  height: 60px;
  text-align: center;
  padding: 0;
  background: transparent url(../img/cktstep.png) no-repeat bottom center;
  margin-bottom: -6px;
}

.cktsteps li.done {
  background: transparent url(../img/cktstepdone.png) no-repeat bottom center;
}

.cktsteps li span {
  background: transparent url(../img/cktbubble.png) no-repeat top;
  color: #ffffff;
  width: 150px;
  height: 40px;
  display: block;
  padding: 6px 0 0;
  opacity: 0.5;
  margin: 0 auto;
}

.cktsteps li span a {
  color: #ffffff;
}

.cktsteps li.done span {
  opacity: 1;
}
.cktbtn {
  width: 500px;
  margin: 0 auto;
}

.cktbtn .left {
  float: left;
}
.cktbtn .right {
  float: right;
}
.cktbtn .right:after {
  clear: both;
  content: "";
}
a.ui:hover {
  color: #000;
}
ul.payment {
  list-style: none;
  padding: 6px 0;
}
ul.payment li {
  font-size: 20px;
}
input.error,
select.error {
  padding: 0;
}

.struk {
  display: none;
}

.strukcontainer {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  padding: 0 10px 10px;
  background: #fff;
  z-index: 10001;
  border-radius: 0 0 10px 10px;
  border: 1px #999 solid;
  border-top: none;
}

.togglecart {
  height: 68px;
}
.togglecart a.openCart {
  text-decoration: none;
  font-size: 14px;
}

.footercol_container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footercol_container li li {
  margin: 2px;
}
.footercol_container li ul {
  margin: 0;
  padding: 0;
}

.footercol {
  float: left;
}
.footercol {
  text-align: left;
}
.footercol .in {
  margin: 3px 5px;
}

.footercol.last .in {
  margin: 3px 0 3px 5px;
}

.footercol.first .in {
  margin: 3px 5px 3px 0;
}
.contentsidebar {
  list-style: none;
  padding: 0;
  margin: 0;
}
th,
td,
caption {
  padding: 0;
}

#jtwt {
  background: url("../img/twitter-icon.png") no-repeat scroll left top
    transparent;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 30px;
  padding-left: 45px;
}

.review {
  width: 100%;
}
.review blockquote {
  background: none repeat scroll 0 0 transparent !important;
  border-left: medium none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.review blockquote q {
  background: none repeat scroll center bottom #6c6c6c;
  color: #fff;
  display: block;
  font-size: 13px;
  padding: 0 14px 0 24px;
}
.review blockquote .chatbox {
  background: url("../img/chat.png") no-repeat scroll 0 0 transparent;
  bottom: 10px;
  display: block;
  height: 22px;
  left: 25px;
  position: absolute;
  width: 15px;
}
.review blockquote div {
  color: #fff;
  display: block;
  font-style: normal;
  overflow: hidden;
  padding: 12px 0 0 2px;
}
.review blockquote div strong {
  background: url("../img/ico-user.gif") no-repeat scroll 0 0 transparent;
  float: left;
  font-size: 13px;
  padding: 3px 3px 2px 32px;
  color: #444;
}
.review blockquote div span {
  float: left;
  font-size: 13px;
  line-height: 15px;
  padding: 12px 0 0;
}
.footermenu {
  margin: 5px auto;
  padding: 5px 0;
  list-style: none;
  text-align: center;
}
.footermenu a {
  text-decoration: underline;
}
.footermenu span {
  margin: 0 5px;
  padding: 2px 5px;
  color: #444;
  font-weight: bold;
}
.posts {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-timeboard {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-timeboard li {
  padding: 2px 0;
}
.blog-timeboard-list .time {
  width: 40px;
  display: inline-block;
  font-weight: bold;
  color: #666;
  border: none;
}
.blog-timeboard-list .title a {
  color: #333;
}
.blog-timeboard-list .title a:hover {
  color: #000;
}
.blog-dateboard {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-dateboard li {
  padding: 2px 0;
}
.blog-dateboard-list .time {
  font-weight: bold;
  color: #666;
  border: none;
}
.blog-dateboard-list .title a {
  color: #333;
}
.blog-dateboard-list .title a:hover {
  color: #000;
}
.grey {
  color: #666;
}

ul.posts {
  list-style: none;
  padding: 0;
  margin: 0;
}
.post-thumb-li {
  text-align: center;
  width: 150px;
  margin-right: 8px;
  float: left;
}
.post-thumb-li p {
  margin: 0;
  padding: 0;
}
.post-thumb-li h2 {
  font-size: 18px;
  height: 30px;
}
.post-bloglist .imgcontainer {
  height: auto;
}
.post-bloglist .imgcontainer img {
  width: auto;
  height: auto;
}
.product-list2 {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.product-list2 .imgcontainer {
  border: 1px #999 solid;
  text-align: center;
}

.product-list2 h2 {
  position: absolute;
  right: 150px;
  top: 0px;
}
.product-list2 .content {
  position: absolute;
  right: 150px;
  top: 40px;
  width: 400px;
  text-align: right;
}

.product-list2 .productprice {
  font-size: 16px;
  font-weight: bold;
}

.product-list2 .listright {
  display: none;
  float: left;
  width: 120px;
}

.product-list2 .listleft {
  float: right;
}

.product-thumb strong {
  display: block;
}

.panelcontainer {
  padding: 7px;
  border: 1px solid #cccccc;
  margin-bottom: 10px;
}
a.switch {
  padding: 5px 5px 5px 40px;
  background: url(../img/switch.gif) no-repeat;
  background-position: 0 -26px;
  display: block;
  width: auto;
  float: right;
  text-decoration: none;
  font-weight: bold;
}

a.switch.list {
  padding: 5px 5px 5px 40px;
  background: url(../img/switch.gif) no-repeat;
  background-position: 0 0;
  display: block;
  width: auto;
  float: right;
  text-decoration: none;
  font-weight: bold;
}
table.form td {
  padding: 5px;
}

ul.customsubmenu {
  background: #ddd;
  padding: 5px;
  border: 1px #999 solid;
  width: auto;
}

.customsubmenu .customcontent a {
  color: #03c;
  border: none;
  border-bottom: 1px dotted #999;
  padding: 4px;
  margin: 0;
}

.customsubmenu .customcontent a:hover {
  color: #09f;
  background: none;
}

.customsubmenu .customcontent td {
  padding: 5px;
}

.ls-lightskin .ls-nav-prev,
.ls-lightskin .ls-nav-next {
  z-index: 50 !important;
}

.loginbox {
  width: 30%;
  float: left;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px;
  height: 150px;
  margin-right: 10px;
}

.loginbox.dua {
  width: 47%;
}
.loginbox td {
  padding: 5px 0;
}
.loginbox .loginbutton {
  float: right;
}
.loginbox input {
  width: 98%;
}
.registerbox {
  text-align: center;
}
.customerloginbox {
}

.accountlink a {
  color: #333333;
}

.slider_3d {
  height: 285px;
  margin: 30px 0 0;
  position: absolute;
  width: 960px;
}
.slider3d {
  height: 310px;
}

/* ---------- Responsive Content Slider ---------- */

.cmsms_content_slider_parent {
  width: 100%;
  height: 0;
  position: relative;
}

.responsiveContentSlider {
  background: url(images/loader.gif) 50% 50% no-repeat;
  text-align: left;
  display: block;
  list-style: none;
  width: 100%;
  height: 0;
  padding: 0 0 56.25%;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.cmsms_content_slider_parent > .responsiveContentSlider,
.responsiveContentSlider > li {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
}

#middle .widget_custom_recent_portfolio_entries .responsiveContentSlider > li,
.widget_custom_recent_portfolio_entries .responsiveContentSlider > li,
#middle .widget_custom_popular_portfolio_entries .responsiveContentSlider > li,
.widget_custom_popular_portfolio_entries .responsiveContentSlider > li {
  padding-bottom: 30px;
}

#middle .responsiveContentSlider > li,
.responsiveContentSlider > li {
  padding-bottom: 0;
}

.responsiveContentSlider {
  top: 0;
  left: 0;
}

.responsiveContentSlider > li {
  top: 0;
  left: 100%;
  z-index: 1;
}

.cmsms_content_slider_parent ul.cmsms_slides_nav {
  list-style: none;
  text-align: center;
  height: 14px;
  padding: 0 10px;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 10;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

#middle .cmsms_content_slider_parent ul.cmsms_slides_nav li,
.cmsms_content_slider_parent ul.cmsms_slides_nav li {
  display: block;
  float: left;
  padding: 0 0 0 8px;
}

#middle .cmsms_content_slider_parent ul.cmsms_slides_nav li:first-child,
.cmsms_content_slider_parent ul.cmsms_slides_nav li:first-child {
  padding: 0;
}

.cmsms_content_slider_parent ul.cmsms_slides_nav li a {
  background-color: #c2c2c2;
  display: block;
  text-indent: -9999px;
  width: 12px;
  height: 12px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.widget_custom_popular_portfolio_entries
  .cmsms_content_slider_parent
  ul.cmsms_slides_nav,
.widget_custom_recent_portfolio_entries
  .cmsms_content_slider_parent
  ul.cmsms_slides_nav {
  left: 0;
  bottom: 5px;
  top: auto;
  right: auto;
}

.one_fourth {
  float: left;
  padding-bottom: 18px;
  padding-right: 2%;
  width: 18%;
}

.widget_navi {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -13px;
}

.post_type_shortcode .widget_navi .cmsms_content_prev_slide,
.post_type_shortcode .widget_navi .cmsms_content_next_slide {
  display: block;
}

.post_type_shortcode .portfolio,
.post_type_shortcode .post {
  background-color: #fcfcfc;
  border-radius: 5px 5px 5px 5px;
  /*box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); */
  float: none;
  margin-bottom: 10px;
  padding: 20px 20px 5px;
}

figure.preloader .fullwidth,
.blog.short .preloader .fullwidth,
.portfolio_container .preloader .fullwidth,
.cms_media .preloader .fullwidth,
.resizable_block .fullwidth {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
figure .imgcontainer {
  border: none !important;
}

a.cmsms_prev_slide:hover span,
a.cmsms_next_slide:hover span,
a.cmsms_close_video:hover,
ul.cmsms_slides_nav li.active a,
ul.cmsms_slides_nav li:hover a,
#bottom .cmsms_content_slider_parent ul.cmsms_slides_nav li.active a {
  background-color: #333;
}

.grid4 {
  width: 23%;
  margin-right: 2%;
  float: left;
}

.grid4 td {
  vertical-align: middle;
}

a.flag img {
  opacity: 0.3;
}

a.flag:hover img {
  opacity: 1;
}

.step-container {
  background: #eee;
}

.steps {
  list-style: none;
}
.steps li {
  float: left;
  margin-right: 20px;
  font-size: 20px;
}

.steps li span {
  background: #ccc;
  border-radius: 17px;
  padding: 0 9px;
}

.steps li span.act {
  background: #999;
  color: #fff;
}

.sup {
  color: #ff0000;
}

#Multi input {
  padding: 5px;
  font-size: 15px;
  text-shadow: 0px 1px 0px #fff;
  outline: none;
  background: -webkit-gradient(
    linear,
    left top,
    left bottombottom,
    from(#bcbcbe),
    to(#ffffff)
  );
  background: -moz-linear-gradient(top, #ddd, #ffffff);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 1px 1px 0px #efefef;
  -moz-box-shadow: 1px 1px 0px #efefef;
  box-shadow: 1px 1px 0px #efefef;

  width: 350px;
}

#Multi input:focus {
  -webkit-box-shadow: 0px 0px 5px #007eff;
  -moz-box-shadow: 0px 0px 5px #007eff;
  box-shadow: 0px 0px 5px #007eff;
}

#Multi input[type="radio"],
#Multi input[type="checkbox"] {
  vertical-align: -7%;
}

#Multi td {
  vertical-align: top;
  padding: 3px 5px;
}

#Multi tr td:first-child {
  text-align: right;
  padding-right: 20px;
}

.ui-accordion .ui-accordion-header .ui-icon {
  margin-top: -11px !important;
}

a.ui-btn {
  padding: 3px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

table.bbt {
  border-bottom: 1px solid #999;
}

.dynatree-container li ul li {
  display: block !important;
  margin: 0 7px;
}

#Multi span.item {
  font-weight: bold;
}

.ui-accordion-content span.item {
  font-weight: bold;
}

ul.list {
  list-style: none;
  padding: 3px;
}

ul.list li a {
  text-decoration: none;
  font-size: 1.2em;
}

.jobContainer {
  width: 95%;
  margin: 0 auto;
}

.jobContainer .job {
  font-size: 1.1em;
}

td.f {
  font-weight: bold;
  width: 200px;
}

.jobContainer ul.cats {
  margin: 0;
}

.jobContainer h2 {
  text-align: center;
  margin: 10px 5px;
}

.jobMainTitle {
  font-size: 26px;
}

.ui.applynow {
  font-size: 18px;
}
.header {
  height: 150px;
  position: relative;
}

.header .logo {
  height: 120px;
  float: left;
  width: auto;
}
.header .searchform {
  right: 0;
  bottom: 0;
  position: absolute;
}
.content .leftmenu {
  width: 200px;
  float: left;
  padding: 7px;
}

.content .rightcontent {
  width: 720px;
  float: right;
}

.leftmenu li a:hover {
  color: #5e740b;
}

ul.list li.current a {
  color: #5e740b;
}

.job-li {
  border-bottom: 1px #999 solid;
  margin-bottom: 10px;
}
.job-li .title a {
  font-size: 22px;
  display: block;
}
.job-li .left {
  margin: 0;
}

.nav .blink {
  text-decoration: blink;
}

.nav .menu-icon {
  width: auto;
  height: 24px;
  margin-right: 5px;
  vertical-align: middle;
}

.detail-book .ket {
  width: 30%;
  float: left;
}
.detail-book .deskripsi {
  width: 70%;
  float: left;
}
.view-detail a:hover {
  color: #000;
}

.post-news3-li .title {
  font-size: 22px;
  margin-top: 0;
}
.post-news3-li .title a {
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
}

.post-news3-li .konten p {
  margin: 0;
}
.infomedia {
  position: relative;
}
.infomedia .removemedia {
  background: url(../img/close.png) no-repeat scroll left top transparent;
  height: 30px;
  position: absolute;
  right: -12px;
  top: -12px;
  width: 29px;
  z-index: 2;
  text-indent: -9999em;
  overflow: hidden;
  display: block;
}

.infomedia .removemedia:hover {
  background-position: 0 -32px;
}
.contactus{
  padding:20px;
  background-color: gray;
}
.contactus .cs-contact, .contactus .sosmed{
  display: flex;
  gap: 50px;
  margin-top: 25px;
}