/*-----------------------------------------------------------

	Theme Name: MalangKotaNew
	Theme URI: http://www.malangkota.go.id/
	Description: Theme Portal Resmi Pemerintah Kota Malang 2017
	Author: Bidang Aptika (Diskominfo)
	Author Email: kominfo@malangkota.go.id 
	Version: 1.0.1

--------------------------------------------------------------- */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
caption,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
footer,
header,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
tt,
table,
tbody,
textarea,
tfoot,
thead,
time,
tr,
th,
td,
u,
ul,
var,
video {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	white-space: normal;
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	max-width: 100%;

	height: auto;
}

/*	12 COLUMN - RESPONSIVE GRID SYSTEM
	DEVELOPED BY DENIS LEBLANC
	URL - http://responsive.gs
	VERSION - 2.0
	LICENSED UNDER GPL & MIT
================================================== */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.container {
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 30px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.row:after,
.col:after,
.clr:after,
.group:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.row {
	margin-bottom: 1.5em;
}

.col {
	float: left;
	display: block;
	width: 100%;
}

.col:first-child {
	margin-left: 0;
}

.col-left {
	float: left;
	display: block;
	width: 100%;
}

@media (min-width: 768px) {
	/* grid */
	.col {
		margin-left: 2%;
	}
	.col-left {
		margin-right: 0%;
	}

	.span_1 {
		width: 6.5%;
	}
	.span_2 {
		width: 15%;
	}
	.span_3 {
		width: 23.5%;
	}
	.span_4 {
		width: 32%;
	}
	.span_5 {
		width: 40.5%;
	}
	.span_6 {
		width: 49%;
	}
	.span_7 {
		width: 57.5%;
	}
	.span_8 {
		width: 66%;
	}
	.span_9 {
		width: 76%;
	}
	.span_10 {
		width: 83%;
	}
	.span_11 {
		width: 91.5%;
	}
	.span_12 {
		width: 100%;
	}
}

/* Body
================================================== */
body {
	background: #fafafa;
	/*background: url(https://malangkota.go.id/wp-content/uploads/2018/07/background-asian-games.png) no-repeat 50% 50% fixed;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	font: 13px/22px "Open Sans", Helvetica, Arial, sans-serif;
	color: rgb(77, 77, 77);
	font-weight: 400;
}

#wrap {
	margin: 25px auto 0;
}

#box-wrap-home {
	margin: 0 auto 25px;
	padding: 10px 0 0 30px;
	/*background: #fff;*/
	/*border: 1px solid rgb(226, 226, 226);
    box-shadow: 0 0 10px rgba(102,102,102,0.1);*/
	border-radius: 5px;
	position: relative;
	z-index: 97;
}
#box-wrap {
	margin: 0 auto 25px;
	padding: 10px 30px 0;
	background: #fff;
	border: 1px solid rgb(226, 226, 226);
	box-shadow: 0 0 10px rgba(102, 102, 102, 0.1);
	border-radius: 5px;
	position: relative;
	z-index: 97;
}
.lelang-header {
	width: 15%;
	float: left;
	background: rgba(32, 132, 198, 0.85);
	border-radius: 5px 0 0 5px;
	padding: 10px;
	position: relative;
	min-height: 160px;
}
.pengadaan,
.sirup {
	float: left;
	width: 42.5%;
	padding: 10px;
	position: relative;
}
.sirup {
	/*border-left: 1px solid #585754;*/
}
.pengadaan-title,
.sirup-title {
	border-bottom: 2px solid #585754;
	padding-bottom: 5px;
	color: #121212;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 12px;
}
.lelang-title {
	display: block;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	font-weight: normal;
}
.lelang-header .lelang-title > span {
	font-size: 24px;
	margin-top: 3px;
}
a.more-event {
	color: #fff;
	padding-right: 8px;
	position: absolute;
	right: 0;
	bottom: 5px;
	opacity: 0.75;
}
a.more-event:hover {
	color: #003300;
}
#main-content {
	padding: 10px 0;
}

#page-featured-img {
	margin-bottom: 10px;
}

#page-featured-img img {
	display: block;
	margin: 0 auto;
	border: 10px solid #eee;
}

/* Commons
================================================== */
.clear {
	clear: both;
}

blockquote {
	position: relative;
	margin: 0;
	font-size: 14px;
	padding: 30px;
	font-style: italic;
	color: rgb(36, 36, 36);
	line-height: 1.6em;
	background-color: rgb(236, 248, 255);

	border-left: 5px solid rgb(176, 208, 230);
	font-family: "Open Sans", Helvetica, sans-serif;
}

pre {
	background: #eee;
	border: 1px solid #ddd;
	color: #666;
	margin: 40px 0px;
	padding: 20px;
	line-height: 1.5em;
	letter-spacing: 1px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

address {
	letter-spacing: 1px;
	margin: 20px 0;
}

/* Typography
================================================== */
body a {
	color: rgb(9, 42, 55);
	text-decoration: none;
}

body a:hover {
	text-decoration: none;
	color: rgb(0, 107, 82);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: rgb(0, 107, 82);
	font-weight: bold;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #092a37;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #006B52;
}

h1 {
	font-size: 23px;
	margin: 0 0 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}
.entry p {
	text-align: justify;
}
.entry p:last-child {
	margin: 0;
}

.entry ul {
	margin: 5px 0 30px 20px;
}

.entry ol {
	margin: 10px 0 10px 25px;
}

.entry ul li,
.entry ol li {
	margin: 0 0 0 20px;
}
.entry ul ul,
.entry ol ul {
	margin-bottom: 5px;
}
.entry p + ul,
.entry p + ol {
	margin-top: -20px;
}

.entry ol {
	list-style: decimal;
}

.entry ul {
	list-style: disc;
}

.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
	margin: 20px 0 10px;
}
.entry img {
	margin: 0 20px 10px 0;
}
p {
	margin: 0 0 20px;
}

p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #777;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

small {
	font-size: 80%;
}

hr {
	border: solid #eee;
	border-width: 1px 0 0;
	clear: both;
	margin: 30px 0 30px;
	height: 0;
}

a {
	outline: 0;
}

p a,
p a:visited {
	line-height: inherit;
}

p a,
p a:visited {
	line-height: inherit;
}

/* Headings + Main Titles
================================================== */
#page-heading {
	margin-top: 5px;
	margin-bottom: 20px;

	/* padding-bottom: 5px; */

	border-bottom: 1px solid #eee;
}

#page-heading h1 {
	margin: 0;
	font-weight: 300;
	line-height: 1.65em;
	font-size: 28px;
	font-family: "Open Sans", Georgia, Sans-serif;
}

#archive-description {
	font-size: 14px;
}

#archive-description p:last-child {
	margin: 0;
}

#author-page-avatar {
	float: left;
	margin-right: 15px;
}

#author-page-avatar img {
	border-radius: 45px;
}

/* Header
================================================== */
#header-wrap {
	z-index: 98;
	position: relative;
}
#header {
	position: relative;
	background: white;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
}

#header-top {
	padding: 10px;
	display: block;
	width: 100%;
	position: relative;
}

#logo {
	display: block;
	padding: 10px 0 5px 15px;
}

#logo h1,
#logo h2 {
	font-weight: bold;
	font-size: 2.2em;
	font-family: "Open Sans", Helvetica, sans-serif;
	line-height: 1.15em;
	letter-spacing: -1px;
	margin: 0;
}

#logo h2 a:hover {
	color: #505050;
}

#top-menu {
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
}
#inner-header-wrap {
	top: -60px;
	border-top: 5px solid rgb(0, 107, 82);
	position: relative;
	z-index: 0;
	background: rgb(0, 107, 82);
	width: 100%;
	margin-bottom: -140px;
	height: 270px;
}
#inner-header {
	height: 200px;
	border-bottom: 1px solid rgb(250, 250, 250);
}
#page-title {
	max-width: 960px;
	padding-top: 100px;
	padding-left: 30px;
	text-transform: capitalize;
}
#page-title h2 {
	color: white;
	font-family: "Open Sans";
	font-weight: 400;
	font-size: 36px;
	text-shadow: 0 2px 2px rgb(0, 107, 82);
	float: left;
	width: 60%;
	line-height: 32px;
}
.breadcrumbs {
	position: absolute;
	top: 0px;
	width: 100%;
	background: rgb(215, 233, 247);
	background: url("images/border-header.png") repeat;
	margin-left: -30px;
	margin-right: -30px;
	padding: 14px 20px 15px;
	border-radius: 5px 5px 0 0;
	font-size: 13px;
	border-top: 1px solid rgba(255, 255, 255, 0.51);
	display: block;
	text-shadow: 0 1px #fff;
	color: rgb(0, 0, 0);
}
.top-main-spacer {
	display: block;
	clear: both;
	float: none;
	height: 40px;
	zoom: 1;
}

.menu-header {
	float: right;
	padding: 10px;
}
.menu-header li {
	display: inline;
	padding: 0 9px;
	text-transform: uppercase;
	font-size: 11px;
}
#top-menu .selector {
	display: none;
}
.main-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-menu li {
	position: relative;
}

.main-menu ul {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease-in-out;
	margin: 10px 0 0 0;
	_margin: 0; /*IE6 only*/
}

.main-menu > li {
	float: left;
}

.main-menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}

.main-menu a {
	display: block;
	position: relative;
}

.main-menu ul ul {
	top: 0;
	left: 100%;
}

.main-menu > li ul {
	min-width: 185px;
}

.main-menu ul ul li {
	width: 100%;
}

/* position arrows */
.main-menu .icon-angle-right {
	position: absolute;
	right: 5px;
	top: 50%;
	font-size: 12px;
	margin-top: -6px;
}

/*styling*/
#navigation {
	height: 50px;
	margin: 0;
	padding: 0;
	top: 81px;
	left: 118px;
	box-sizing: border-box;
}

#navigation .main-menu > li.sfHover > a,
#navigation .main-menu > .current-menu-item > a,
#navigation .current-menu-parent > a,
#navigation .current-menu-parent > a:hover,
#navigation .main-menu > .current-menu-item > a:hover {
	color: rgb(9, 42, 55);
	font-weight: 700;
}

#navigation .main-menu > li > a:hover {
	color: #e77109;
}

#navigation .main-menu > li {
	padding: 0 17px;
}

#navigation .main-menu a {
	height: 55px;
	line-height: 55px;

	font-size: 13px;

	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #10305d;
	font-weight: 600;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
}

/*drop-down styles*/
#navigation .main-menu ul {
	background: rgba(239, 239, 239, 0.8);
	border: 1px solid #ccc;
	border-bottom: none;
	box-shadow: 0 3px 3px 0 rgba(51, 51, 51, 0.3);
}

#navigation .main-menu ul a {
	display: block;
	height: auto;
	line-height: 1.7em;
	padding: 10px 15px;
	margin: 0px;
	border: 0px;
	text-transform: none;
	text-shadow: 1px 1px 0px rgb(248, 248, 248);
}

#navigation .main-menu ul li {
	position: relative;
	display: block;

	border-bottom: 1px solid rgba(221, 221, 221, 0.53);
}

#navigation .main-menu ul li > a:hover {
	color: #2396ea;
	background: rgba(255, 255, 255, 0.55);
	text-shadow: none;
}

#navigation .selector {
	display: none;
}

/* Navigation Bar */

#menu {
	list-style: none;
	width: 100%;
	margin: 0 auto;
	height: 50px;
	padding: 0;
}

#menu li {
	float: left;
	text-align: center;
	position: relative;
	padding: 9px 19px 17px;
	margin-top: 2px;
	border: none;
}

#menu li:first-child {
	padding: 9px 19px 17px 4px;
}

#menu li:hover {
}

#menu li a {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: rgb(9, 42, 55);
	display: block;
	outline: 0;
	text-decoration: none;
}
#menu li > a {
	text-transform: uppercase;
}

#menu li:hover a {
	color: rgb(0, 107, 82);
}
#menu li .drop {
}
#menu li:hover .drop {
}

/* Drop Down */

.dropdown_1column,
.dropdown_2columns,
.dropdown_3columns,
.dropdown_4columns,
.dropdown_5columns {
	padding: 10px;
	text-align: left;

	background: rgba(239, 239, 239, 0.8);
	border-top: 5px solid rgb(0, 124, 94);
	box-shadow: 0 3px 3px 0 rgba(51, 51, 51, 0.3);

	position: absolute;
	top: 100%;
	left: -10px;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease-in-out;
	margin: 10px 0 0 0;
	_margin: 0; /*IE6 only*/
}

.dropdown_1column {
	min-width: 160px;
}
.dropdown_2columns {
	min-width: 385px;
}
.dropdown_3columns {
	width: 580px;
}
.dropdown_4columns {
	width: 600px;
}
.dropdown_5columns {
	width: 700px;
}

#menu li:hover .dropdown_1column,
#menu li:hover .dropdown_2columns,
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
	opacity: 1;
	visibility: visible;
	margin: 0;
}

/* Columns */

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display: inline;
	float: left;
	position: relative;
}
.col_1 {
	width: 180px;
}
.col_2 {
	width: 270px;
}
.col_3 {
	width: 410px;
}
.col_4 {
	width: 550px;
}
.col_5 {
	width: 690px;
}

/* Right alignment */

#menu .menu_right {
	float: right;
	margin-right: 0px;
}
#menu li .align_right {
	left: auto;
	right: 0;
}
#menu li:hover .align_right {
	left: auto;
	right: -1px;
}

/* Drop Down Content Stylings */

#menu p,
#menu h2,
#menu h3,
#menu ul li {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 21px;
	font-size: 12px;
	text-align: left;
	text-shadow: 1px 1px 1px #ffffff;
}
#menu h2 {
	font-size: 21px;
	font-weight: 400;
	letter-spacing: -1px;
	margin: 7px 0 14px 0;
	padding-bottom: 14px;
	border-bottom: 1px solid #666666;
}
#menu h3 {
	font-size: 14px;
	margin: 7px 0 14px 0;
	padding-bottom: 7px;
	border-bottom: 1px solid #888888;
}
#menu p {
	line-height: 18px;
	margin: 0 0 10px 0;
}

#menu li:hover div a {
	color: rgb(0, 107, 82);
	font-size: 13px;
	line-height: 1.2em;
	text-shadow: 1px 1px 1px #ffffff;
	padding: 10px 15px;
	margin: 0;
	float: none;
	text-align: left;
	text-transform: none;
}
#menu li:hover div a:hover {
	color: rgb(0, 107, 82);
	background: rgba(255, 255, 255, 0.55);
	text-shadow: none;
}
.imgshadow {
	background: #ffffff;
	padding: 4px;
	border: 1px solid #777777;
	margin-top: 5px;
	-moz-box-shadow: 0px 0px 5px #666666;
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}
.img_left {
	/* Image sticks to the left */
	width: auto;
	float: left;
	margin: 5px 15px 5px 5px;
}
#menu li .black_box {
	background-color: #333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding: 4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow: inset 0 0 3px #000000;
	-moz-box-shadow: inset 0 0 3px #000000;
	box-shadow: inset 0 0 3px #000000;
}
#menu li > ul {
	list-style: none;
	padding: 0;
	margin: 0 0 12px 0;
}
#menu li ul li {
	display: block;
	padding: 0 !important;
	height: auto;
	line-height: 1.7em;
	margin: 0px;
	border: 0px;
	text-transform: none;
	text-shadow: 1px 1px 0px rgb(248, 248, 248);
	width: 180px;
}
#menu li ul li a {
	color: rgb(0, 107, 82);
	font-size: 13px;
	line-height: 1.2em;
	text-shadow: 1px 1px 1px #ffffff;
	padding: 10px 15px;
	margin: 0;
	float: none;
	text-align: left;
	text-transform: none;
}
#menu li ul li:hover {
	/*    background:none;
    border:none;
    padding:0;
    margin:0;*/
}
#menu li ul.child-menu {
}
#menu li ul.child-menu li {
	font-weight: normal;
}
#menu li ul.child-menu li a:before {
	font-family: FontAwesome;
	content: "\f105";
	margin-right: 10px;
}
#menu li ul.child-menu li a {
	padding: 6px 0 5px 10px;

	font-size: 11px;
	color: #10305d;
}
#menu li .greybox li {
	background: #f4f4f4;
	border: 1px solid #bbbbbb;
	margin: 0px 0px 4px 0px;
	padding: 4px 6px 4px 6px;
	width: 116px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#menu li .greybox li:hover {
	background: #ffffff;
	border: 1px solid #aaaaaa;
	padding: 4px 6px 4px 6px;
	margin: 0px 0px 4px 0px;
}

/* Sub-Header
================================================== */
#sub-header-wrap {
	/*position: relative;*/
	width: 100%;
	padding: 0;
}
#sub-header-side {
	float: right;
	width: 30%;
	height: 408px;
}
#sub-header-side h3 {
	margin-bottom: 15px;
	text-align: center;
}
#sub-header {
	position: absolute;
	bottom: -60px;
	width: 100%;
	z-index: 11;
	padding: 0;
}

#csr {
	background: rgba(255, 255, 255, 0.9);
	padding: 15px 15px 10px;
	color: #fff;
	float: right;
	width: 100%;
	height: 94%;
}
#csr2 {
	background: #004937;
	font-size: 20px;
	font-family: "Source Sans Pro", sans-serif;
	color: white;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 5px;
}
#csr p,
#announcement-box p {
	margin-bottom: 5px;
	line-height: 1.4em;
	background: url("images/centang.png") no-repeat left 0px;
	padding-left: 25px;
}
.news-link {
	color: #fff;
	text-shadow: 0 1px 0 rgb(34, 34, 34);
}
a.news-link:hover {
	color: rgb(255, 255, 255);
	border-bottom: 1px solid rgb(189, 189, 189);
}
#sub-news {
	display: block;
	width: 100%;
	height: 30px;
	clear: both;
	background: rgb(0, 107, 82);
}

#announcement-box {
	min-height: 80%;

	padding: 20px 20px 10px;

	color: white;

	float: right;

	width: 100%;

	background: rgba(3, 70, 141, 0.83);

	height: 30%;
}
/* #home-slider1 .slides {
	float: left;
} */
/* Direction Nav */
#home-slider1 .flex-direction-nav {
	*height: 0;
}
/* Direction Nav */
.flex-direction-nav {
	*height: 0;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -18px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: rgba(255, 255, 255, 0.9);
}
.flex-direction-nav .flex-prev {
	left: -50px;
}
.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
}
.flexslider:hover .flex-prev {
	opacity: 0.7;
	left: 10px;
}
.flexslider:hover .flex-next {
	opacity: 0.7;
	right: 10px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	filter: alpha(opacity=0);
	cursor: default;
}
.flex-direction-nav a:before {
	font-family: "FontAwesome";
	font-size: 30px;
	padding: 10px;
	display: inline-block;
	content: "\f053";
}
.flex-direction-nav a.flex-next:before {
	content: "\f054";
}

/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default;
}
.flex-control-nav{
	display: none;
}
@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 10px;
	}
	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 10px;
	}
}

#search-box {
	background: rgb(0, 107, 82);
	display: block;
	float: right;
	width: 30%;
	height: 100%;
	padding: 13px;
}
.box-title {
	color: rgb(9, 42, 55);
	padding: 5px 15px;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
	letter-spacing: -1px;
}
.box-title-link {
	background: rgba(3, 70, 141, 0.83);
	color: #fff;
	padding: 5px 15px;
	border-radius: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
	letter-spacing: -1px;
	margin: 0 10px;
}
a.box-title-link:hover {
	background: #2396ea;

	color: white;
}
.announcement-box-title {
	width: 150px;
	float: left;
}

/* Social
================================================== */

#header-social {
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -16px;
}

#header-social li {
	float: left;
	margin-left: 5px;
}

#header-social a,
#header-social img {
	display: block;
}

#header-social img {
	opacity: 0.7;
}

#header-social img:hover {
	opacity: 1;
}

/* Templates
================================================== */
.full-header {
	margin: 20px 0;

	position: relative;
}
.full-header img {
	width: 100%;
}
.full-page-excerpt {
	width: 27.66%;
	font-size: 13px;
	padding: 0 30px 30px;
	font-style: italic;
	color: rgb(255, 255, 255);
	line-height: 1.6em;
	background-color: rgb(32, 163, 204);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	bottom: -14px;
	left: 30px;
	background: rgba(3, 70, 141, 0.83);
}

/* Slider
================================================== */

/* FlexSlider Necessary Styles*/
.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.flexslider {
	margin: 0 !important;
	border: none !important;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	position: relative;
}
#lelang,
#pengumuman {
	display: inline-block;
	font-size: 12px;
}
.lelang_list li,
.pengumuman_list li {
	margin-bottom: 10px;
	line-height: 1.6em;
}
#home-slider.flexslider .slides img {
	display: block;
	width: 100%;
}
#single-gallery .flexslider {
	margin-bottom: 30px !important;
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}

.flexslider ul.slides {
	margin: 0;
	overflow: hidden;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides > li:first-child {
	display: block;
}

.flexslider {
	position: relative;
	zoom: 1;
}

/*homepage slider*/
#home-slider-wrap {
	top: -60px;
    background: url('assets_frontpage/clone/banner-web-700-x-400-fix-700x400.jpg') center 27px;
    background-position: 50% 0%;
	border-top: 5px solid rgb(9, 42, 55);
    border-bottom: 10px solid rgb(9, 42, 55);
	position: relative;
	z-index: 0;
	width: 100%;
	padding-top: 55px;
	margin-bottom: 25px;
}

#home-slider-loader {
	position: absolute;
	top: 50%;
	display: block;
	left: 31%;
	z-index: 99;
	color: rgb(0, 0, 0);
}
#home-slider {
	float: left;
	width: 70%;
	border-radius: 5px 0 0 0;
	margin: 0;
	border: none;
	background: transparent;
	/* height: 401px; */
}
#home-slider .flexslider-container,
#lelang .flexslider-container {
	position: relative;
}

/*next/prev arrows*/
#home-slider .flex-direction-nav {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	z-index: 99;
}

#home-slider .flex-direction-nav li a.flex-next,
#home-slider .flex-direction-nav li a.flex-prev {
	float: left;
	height: 25px;
	line-height: 25px;
	width: 25px;
	cursor: pointer;
	font-size: 16px;
	text-align: center;
	background: #000;
	color: #fff;
	opacity: 0.8;
	z-index: 99;
}

#home-slider .flex-direction-nav li a.flex-next:hover,
#home-slider .flex-direction-nav li a.flex-prev:hover {
	opacity: 1;
	background-color: #2396ea;
}

/*caption*/
#home-slider .slide-inner {
}
#home-slider .flex-caption {
	position: absolute;
	top: 50%;
	left: 0;
	background: #000;
	background: rgba(192, 92, 36, 0.57);
	color: #fff;

	color: #fff;
	font-size: 16px;
	font-weight: normal;

	padding: 15px;

	padding-left: 50px;
	text-shadow: 0 1px #333;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 590px;
	z-index: 50;
}

#home-slider .flex-caption p,
#home-slider .flex-caption h2,
#home-slider .flex-caption h3 {
	color: #fff;
	font-weight: 500;
}

#home-slider .flex-caption h2 {
	font-family: "Open Sans";

	font-size: 27px;
	line-height: 32px;
}
#home-slider .flex-caption p:last-child {
	margin: 0;
}

/*home slider controller*/
.slider-controller-wrapper {
	position: relative;

	/* width: 70%; */
	/* float: left; */
	/* bottom: -60px; */
}
ul.slider-controller {
	display: inline;
	position: absolute;
	bottom: 25px;
	left: 45%;
	width: 70%;
	margin: 0 auto;
}
ul.slider-controller li {
	float: left;
	margin-right: 10px;
	padding: 5px;
	background: rgb(9, 42, 55);
	cursor: pointer;
	color: #fff;
	border: 1px solid #ffffff;
}
ul.slider-controller li:hover,
ul.slider-controller li.flex-active {
	background: rgb(163, 205, 117);
	box-shadow: inset 0 0 7px 4px rgb(0, 107, 82);
}

/*banner slider*/
/* #banners-wrap {
	margin-top: 80px;
} */
#banners {
	width: 100%;
}
#banner-slider {
	width: 500px;
	height: auto;
	float: left;
	position: relative;
	display: block;
}
#banner-slider ul.slides {
}
.image-banner {
	float: left;

	margin-left: 3.334%;
	max-width: 22%;
	position: relative;
}
.image-banner img:hover {
	opacity: 0.8;
}
.banner-title {
	position: absolute;
	bottom: 7px;
	text-align: center;
	width: 100%;
	background: #123465;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 0;
}
#sidebar-slider {
	display: block;
	float: left;
	width: 100%;
	clear: both;
}
#sidebar-slider.flexslider .slides img {
	width: auto;
}

/*next/prev arrows*/
/*#banner-slider .flex-direction-nav,
#sidebar-slider .flex-direction-nav{
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 50px;
}

#banner-slider .flex-direction-nav li a.flex-next,
#banner-slider .flex-direction-nav li a.flex-prev,
#sidebar-slider .flex-direction-nav li a.flex-next,
#sidebar-slider .flex-direction-nav li a.flex-prev {
    float: left;
	height: 25px;
	line-height: 25px;
	width: 25px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    background: #000;
    color: #fff;
	opacity: 0.8;
}

#banner-slider .flex-direction-nav li a.flex-next:hover,
#banner-slider .flex-direction-nav li a.flex-prev:hover,
#sidebar-slider .flex-direction-nav li a.flex-next:hover,
#sidebar-slider .flex-direction-nav li a.flex-prev:hover {
	opacity: 1;
}*/

/* Home Categories & Entries
================================================== */
#home-wrap {
	display: block;
	margin: 0 -15px;
	border-collapse: collapse;
	border-spacing: 0;
}
.heading-home {
	color: #fff;
	text-transform: uppercase;
	line-height: 1em;
	left: -1px;
	position: absolute;
	top: 10px;
}
.heading {
	color: #fff;
	text-transform: uppercase;
	line-height: 1em;
}
.base {
	background: rgb(0, 107, 82);
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	margin: 0px;
	padding: 10px 15px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
	letter-spacing: -1px;
}
.arrow {
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	left: -1px;
	top: 47px;
	border-right: 17px solid #092a37;
	border-bottom: 17px solid transparent;
}
.home-category {
	width: 48.2%;
	min-height: 500px;
	display: inline-block;
	vertical-align: top;
	background: white;
	border: 1px solid rgb(226, 226, 226);
	box-shadow: 0 0 10px rgba(102, 102, 102, 0.1);
	margin-right: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.home-category-2 {
	width: 49.5%;
	display: inline-block;
	vertical-align: top;
}
.home-category-full {
	width: 49.5%;
	display: inline-block;
	vertical-align: top;
}

#hometwo {
	/*display: inline-block;*/
	/* min-height: 500px; */
	margin-left: 17px;
	background: white;
	border: 1px solid rgb(226, 226, 226);
	box-shadow: 0 0 10px rgba(102, 102, 102, 0.1);
	margin-top: -43px;
}

.heading2 {
	color: #fff;
	text-transform: uppercase;
	line-height: 1em;
	/* left: -1px; */
	position: relative;
	margin-top: -10px;
}
.home-category:hover {
}
ul.home-post-2 {
	margin: 40px 20px 10px;
}

ul.home-post-2 > a.selengkapnya,
ul.home-post-pengumuman > a.selengkapnya,
.box2 > a.selengkapnya,
#hometwo > .selengkapnya,
.home-category > .selengkapnya {
	margin-bottom: 10px;
	color: rgb(0, 107, 82);
	font-size: 12px;
	float: right;
}
#hometwo > .selengkapnya,
.home-category > .selengkapnya {
	padding-right: 20px;
}

ul.home-post-2 > a.selengkapnya:hover,
ul.home-post-pengumuman > a.selengkapnya:hover,
.box2 > a.selengkapnya:hover,
#hometwo > .selengkapnya:hover,
.home-category > .selengkapnya:hover {
	color: #092a37;
	text-decoration: underline;
}
.box2 > a.selengkapnya {
	margin: 10px;
}
ul.home-post-2 > li {
	margin-bottom: 15px;
}
ul.home-post-2 > li a {
	margin: 0;
}
ul.home-post-2 > li > .fa {
	margin-right: 10px;
	color: #092a37;
	position: relative;
	font-size: 24px;
	float: left;
}
ul.home-post-2 > li > a .title2 {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.2em;
}
ul.home-post-2 > li > label {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #a3a3a3;
	font-size: 11px;
	margin-left: 28px;
}
.home-post-next {
	padding: 5px 20px;
}
.home-post-agenda {
	margin-top: 40px;
}
iframe.view-container-border {
	background-color: white;
}
.clr-heading {
	clear: both;
	padding: 0 20px;
	color: rgb(0, 107, 82);
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
}

.home-post-next h4 {
	/*margin: 5px 0;*/
	border-top: solid 0.5px rgb(0, 107, 82, .2);
	padding-top: 5px;
	background-clip: padding-box;
}
.home-post-next h4 a {
	float: left;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.2em;
	width: 100%;
}
.home-post-next h4 label {
	font-size: 11px;
	line-height: 1.2em;
	color: #a3a3a3;
	font-weight: normal;
}

.home-pengumuman {
	width: 24.6%;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.headingpeng,
.headingvideo {
	color: #fff;
	text-transform: uppercase;
	line-height: 1em;
	/*left: -1px;*/
	position: absolute;
	top: 10px;
}
.arrow2 {
	display: block;
	width: 0;
	height: 0;
	/*left:-1px;*/
	top: 47px;
	border-right: 17px solid rgb(9, 42, 55);
	border-bottom: 17px solid transparent;
}
#videohome {
	display: block;
	margin-left: 17px;
	background: white;
	border: 1px solid rgb(226, 226, 226);
	box-shadow: 0 0 10px rgba(102, 102, 102, 0.1);
	padding: 40px 20px 10px;
}
.home-post-video {
	float: left;
	width: 100%;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}
.video-img {
	overflow: hidden;
	float: left;
	z-index: 10;
	background: #e7e7e7;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 50%;
	height: 124px;
}
.home-post-video:hover .video-img {
	opacity: 0.7;
}
.ks-article-txt {
	z-index: 0;
	padding: 5px 5px 0 10px;
	position: relative;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	width: 50%;
	float: left;
	height: 124px;
}
.ks-article-txt h4 {
	color: rgb(0, 107, 82);
	text-decoration: none;
	padding: 0;
	margin: 0;
	font-size: 13px;
}
.home-post-video:hover .ks-article-txt {
	border: 1px solid rgb(0, 107, 82);
	background: rgba(97, 155, 34, 0.4);
}
.home-post-video:hover .ks-article-txt h4 {
	color: #fff;
}
/*.ks-article-txt:after, .ks-article-txt:before {
    content: "";
    width: 0;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 0;
    position: absolute;
}*/
.ks-article-txt:after {
	top: 37px;
	left: -8px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 12px solid rgba(97, 155, 34, 0.4);
}
.ks-article-txt:before {
	top: 39px;
	left: -8px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid rgba(0, 0, 0, 0.1);
}
.home-post-video:hover .ks-article-txt:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 38px;
	left: -9px;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-right: 11px solid rgba(97, 155, 34, 0.4);
}
.home-post-video:hover .ks-article-txt:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 37px;
	left: -12px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 12px solid rgb(0, 107, 82);
}
.home-post-video .video-img img {
	width: 219px;
	height: 124px;
}

.home-category-video {
	width: 48.9%;
	display: inline-block;
	vertical-align: top;
}
.home-post-video a img {
	/*    float:left;
    width : 50%;
    margin-right: 10px;*/
}
.home-post-video h4 {
	/* float: left;
    width: 47%;*/
}
table.events-table {
	color: rgb(0, 107, 82);
	border: none;
	width: 100%;
}
table.envents-table tr th {
	background-color: transparent;
}
.home-category img:hover,
.home-category-2 img:hover {
	opacity: 0.8;
}
.home-category-berita {
	width: 49.4%;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/*.category-title {
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: block;
	background: rgb(255, 242, 223);
	padding: 20px 0 20px 30px;
	color: #E77109;
	text-shadow: 0 1px #fff;
}
a h3.category-title:hover {
    transition: all .2s ease;
    background: rgba(10, 74, 143, 0.77);
    color: white;
    text-shadow: none;
    box-shadow: inset 0 -5px rgb(33, 75, 165);
}*/
.category-title {
	overflow: hidden;
	text-align: left;
	font-size: 13px;
	font-family: "Open Sans", sans-serif;
	margin: 0 0 15px;
	text-transform: uppercase;
	color: rgb(85, 85, 85);
}

.category-title span {
	position: relative;
}

.category-title span:before,
.category-title span:after {
	content: "";
	position: absolute;
	top: 50%;
	height: 0.4em;
	border-top: 3px solid rgb(255, 133, 0);
	width: 300px;
}

.category-title span:before {
	right: 100%;
	margin-right: 0.5em;
}

.category-title span:after {
	left: 100%;
	margin-left: 0.5em;
}

.category-thumb {
	margin-bottom: 5px;
	width: 100%;
}
.home-post {
	margin: 40px 20px 10px;
	width: 41.5%;
	float: left;
}
.home-post h4 {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.2em;
	margin-bottom: 0;
}
.home-post label {
	color: #a3a3a3;
	font-size: 11px;
}
.home-post p {
	margin-bottom: 0;
	font-size: 13px;
	line-height: 1.6em;
}
.home-post a.readmore {
	font-size: 11px;
	display: inline-block;
}
.home-post .related-posts-excerpt {
	display: inline;
}

/* Blog Entries
================================================== */
.loop-entry {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.eat-left {
	margin-left: -12px;
}
.post-head {
	margin-bottom: 24px;
	border-top: 2px solid rgb(0, 107, 82);
}
.post-date {
	background-color: rgb(0, 107, 82);
	display: table-cell;
	float: none;
	vertical-align: bottom;
	color: #fff;
	position: relative;
	margin: 0;
}
.block-inner {
	padding: 12px;
}
.post-date-inner {
	display: inline-block;
	text-align: center;
	font-size: 100%;
	text-transform: uppercase;
	line-height: 100%;
}
.post-date-inner div {
	font-size: 190%;
	line-height: 100%;
	padding-left: 1px;
}
.post-title {
	display: table-cell;
	vertical-align: top;
}
.post-title-inner {
	margin-left: 12px;
}
.post-title h3 {
	margin: 12px 0 4px 0;
	font-size: 195%;
	line-height: 125%;
}
.post-title a {
	color: inherit;
}
.post-comments,
.post-author {
	margin-bottom: 0;
	color: #8a8a8a;
	font-size: 85%;
	font-style: italic;
	margin-right: 12px;
	display: inline-block;
}
.post-tbl {
	border-collapse: collapse;
	width: 100%;
}
.post-pic {
	float: left;
	vertical-align: bottom;
	position: relative;
}
.post-pic a {
	display: inline-block;
}
.post-pic img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}
.post-data {
	display: table-cell;
	padding: 0;
	vertical-align: bottom;
}
.post-data p {
	margin: 0 12px 12px;
}
.post-selengkapnya {
	margin: 2em 0 0;
	padding: 0.35em 0.65em;
	border: 0.08em solid rgba(0, 0, 0, 0.1);
	color: #fafafa;
	background: #41b7d8;
	border-radius: 0.3125em;
	-webkit-transition: 0.2s all ease-in-out;
	-moz-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}
.post-selengkapnya:hover {
	color: white;
	text-decoration: none;
	background: rgb(0, 107, 82);
}
.loop-entry h2 {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: bold;
	font-family: "Open Sans", Helvetica, sans-serif;
}
.loop-entry-text p {
	margin-bottom: 0;
}
.loop-entry-text a.readmore {
	display: block;
	text-align: right;
}

.loop-entry-content {
	padding-left: 20px;
	border-left: solid 4px rgb(224, 242, 255);
}

.loop-entry-content p:last-child {
	margin: 0;
}

.loop-entry-thumbnail img {
	/*border-radius: 8px;*/
	box-shadow: 0px 1px 1px rgba(153, 153, 153, 0.6);
}

.loop-entry-thumbnail img:hover {
	opacity: 0.8;
	box-shadow: 0px 3px 3px rgba(153, 153, 153, 0.6);
}

/* Blog Posts
================================================== */
.meta {
	font-size: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	margin: 0;
}

.meta li {
	float: left;
	margin-right: 15px;
}

.meta li i {
	margin-right: 4px;
	color: #bbb;
}

/* Title */
#post-heading {
	margin-bottom: 15px;
	position: relative;
	margin-top: 15px;
}

#post-title {
	font-weight: 300;
	font-size: 28px;
	line-height: 1.4em;
	margin: 0 0 3px;
	font-family: "Open Sans", Helvetica, sans-serif;
}

/* Thumbnail */
#post-thumbnail {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 30px;
}

#post-thumbnail img {
	display: block;
	box-shadow: 0px 1px 1px rgba(153, 153, 153, 0.6);
	border-radius: 8px;
}

#post-author {
	margin-top: 25px;
}

/* Author */
#post-author h4 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	font-weight: bold;
	margin: 0 0 25px;
}

#post-author #post-author-image img {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
	max-width: 30%;
	display: block;
}

/* Related Posts */
#related-posts {
	margin-top: 50px;
}

#related-posts h4 {
	font-family: "Open Sans";
	font-size: 18px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	color: rgb(209, 88, 7);
}

#related-posts article {
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

#related-posts article .related-post-thumbnail {
	float: left;
	margin-right: 30px;
	max-width: 20%;
}

#related-posts article .related-post-thumbnail img {
	border-radius: 8px;
	box-shadow: 0px 1px 1px rgba(153, 153, 153, 0.6);
}

#related-posts article .related-post-thumbnail img:hover {
	opacity: 0.8;
	box-shadow: 0px 3px 3px rgba(153, 153, 153, 0.6);
}

#related-posts article h5 {
	font-size: 16px;
	font-family: "Open Sans";
	margin: 0 0 10px;
	display: inline;
}

#related-posts article a.readmore {
	white-space: nowrap;
}
#related-posts .related-posts-excerpt {
	display: inline;
}

/* Pagination
================================================== */

/*numbered pagination*/
ul.page-numbers {
	list-style: none;
	margin: 25px 0 0;
}

.page-numbers:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

ul.page-numbers li {
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	text-align: center;
}

.page-numbers a,
.page-numbers span {
	font-size: 12px;
	display: block;
	padding: 2px 10px;
	text-decoration: none;
	border: 1px solid #ccc;
	font-size: 11px;
	cursor: pointer;
	color: #444;
	background: #eee;
	box-shadow: 0 1px 2px rgba(153, 153, 153, 0.15);
}

.page-numbers a:hover,
.page-numbers.current {
	background: #2396ea;
	border-color: transparent;
	color: #fff;
}

/*next/prev posts*/
#post-pagination {
	border-top: 1px solid #ddd;
	margin-top: 50px;
	padding-top: 25px;
}

#post-pagination .post-prev,
#post-pagination .post-next {
	display: block;
	float: left;
}

#post-pagination .post-prev span {
	margin-right: 7px;
}

#post-pagination .post-next {
	float: right;
}

#post-pagination .post-next span {
	margin-left: 7px;
}

#post-pagination .post-prev a,
#post-pagination .post-next a {
	height: 26px;
	line-height: 26px;
	display: block;

	color: #10305d;
}

#post-pagination .post-prev a:hover,
#post-pagination .post-next a:hover {
	color: #2396ea;
}

/* Table */
table {
	border-spacing: 0;
	border: 1px solid;
	width: 90%;
	margin: 0 auto;
}
tr th {
	border-bottom: 1px solid;
	text-align: left;
}
tr th,
tr td {
	padding: 10px;
	border-right: 1px solid;
}
tr th:last-child,
tr td:last-child {
	border-right: 0px;
}
table th {
	font-weight: bold;
}

table th {
	color: rgb(255, 255, 255);
	background-color: rgb(0, 107, 82);
	vertical-align: middle;
}
table,
table tr,
table tr td,
table tr th {
	border-color: #e5e5e5;
}
table.styled-table,
table.styled-table tr,
table.styled-table tr td,
table.styled-table tr th {
	border-color: #e5e5e5;
}
table.styled-table th {
	color: #404040;
	background-color: #d1ebf7;
}
table.styled-table tr:nth-child(even) {
	background: #fff;
}
table.styled-table tr:nth-child(odd) {
	background: rgba(209, 235, 247, 0.46);
}

/* Sidebar
================================================== */
#sidebar {
	float: right;
	background: rgb(230, 230, 230);
	background: #e6e6e6; /* Old browsers */
	background: -moz-linear-gradient(top, #e6e6e6 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, #e6e6e6),
		color-stop(100%, #ffffff)
	); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(
		top,
		#e6e6e6 0%,
		#ffffff 100%
	); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(
		top,
		#e6e6e6 0%,
		#ffffff 100%
	); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e6e6e6 0%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e6e6e6 0%, #ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	margin: -7px -30px -30px -30px;
	padding: 10px 25px 25px 25px;
}

.populer {
	font-weight: 300 !important;
	overflow: hidden;
	border-top: solid 5px rgb(0, 107, 82);
	border-right: solid 5px rgb(0, 107, 82);
	margin: 0 0 20px 0px;
}
.populerkiri {
	font-weight: 300 !important;
	overflow: hidden;
	border-top: solid 5px rgb(0, 107, 82);
	border-left: solid 5px rgb(0, 107, 82);
	margin: 0 0 20px 0px;
}
.populer h3 {
	color: #006B52;
	font: bold 16px "Open Sans", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 5px 0;
}
.populer ul li {
	border-bottom: 1px solid #87a9bd;
	padding: 5px 0;
	line-height: 18px;
}
#left-sidebar {
	float: left;

	background: rgb(245, 234, 220);
	background: #f5eae2; /* Old browsers */
	background: -moz-linear-gradient(top, #f5eae2 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, #f5eae2),
		color-stop(100%, #ffffff)
	); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(
		top,
		#f5eae2 0%,
		#ffffff 100%
	); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(
		top,
		#f5eae2 0%,
		#ffffff 100%
	); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f5eae2 0%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f5eae2 0%, #ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5eae2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	padding: 10px 30px 25px 30px;
	margin: -7px -30px -30px -30px;
}

#sidebar .heading,
#left-sidebar.heading {
	margin-top: 0;
}

.widget-header {
	overflow: hidden;
	text-align: left;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	margin: 0 0 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: rgb(85, 85, 85);
}
.fancy {
	text-align: center;
}
.fancy:before,
.fancy:after {
	border-top: 1px solid #fff;
	content: "";
	display: inline-block;
	height: 0.1em;
	margin-bottom: 0.25em;
	position: relative;
	width: 50%;
}
.fancy:before {
	right: 0.5em;
	margin-left: -50%;
}
.fancy:after {
	left: 0.5em;
	margin-right: -50%;
}
.widget-header span {
	position: relative;
}

.widget-header span:before,
.widget-header span:after {
	content: "";
	position: absolute;
	top: 50%;
	height: 0.4em;
	border-top: 3px solid rgb(255, 133, 0);
	width: 300px;
}

.widget-header span:before {
	right: 100%;
	margin-right: 0.5em;
}

.widget-header span:after {
	left: 100%;
	margin-left: 0.5em;
}
/*
#sidebar h4, #left-sidebar h4 {
    color: rgb(85, 85, 85);
    font-weight: bold;
    margin: 0 0 15px;
    font-size: 14px;
    font-family: 'Open Sans', Georgia, Sans-serif; 
    text-align: left; 
    background: url('images/misc/sidebar-h4-bg.png') center center repeat-x; 
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#sidebar h4 span {
    background: rgb(232, 246, 255);
    padding: 0 10px 0 0;
}
#left-sidebar h4 span {
    background: rgb(245, 234, 220);
    padding: 0 10px 0 0;
}*/

#sidebar .wpex-searchform,
#left-sidebar .wpex-searchform {
	margin-top: 15px;
}

.sidebar-box {
	margin-bottom: 25px;
}

.sidebar-box ul li {
	border-bottom: 1px solid #e9e9e9;

	margin-bottom: 10px;
	padding-bottom: 5px;
	margin-left: 5px;
}

#sidebar .widget_twitter li,
#left-sidebar .widget_twitter li {
	margin-bottom: 10px;
}

.sidebar-box .post-date {
	font-size: 10px;
	color: rgb(173, 53, 7);
	text-transform: uppercase;
	display: block;
}

/* Full width navigation
================================================== */

.full-nav-wrap {
	width: 27.66%;
	position: relative;
	top: -26px;
	left: 30px;
	margin-right: 7%;
}
.full-nav {
	width: 100%;
	position: relative;
	margin: 0;
	font-size: 14px;
	padding: 20px;
	color: rgb(255, 255, 255);
	line-height: 1.6em;
	float: left;
}
.grad-blue {
	background-color: rgb(32, 163, 204);
	background: #20b0e7;
	background: -webkit-linear-gradient(top, #20b0e7 0%, #0995d8 100%);
	background: -o-linear-gradient(top, #20b0e7 0%, #0995d8 100%);
	background: -ms-linear-gradient(top, #20b0e7 0%, #0995d8 100%);
	background: linear-gradient(top, #20b0e7 0%, #0995d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20b0e7', endColorstr='#0995d8',GradientType=0 );
}
.grad-lightblue {
	background: #30b3dd; /* Old browsers */
}

h3.full-nav-title {
	padding: 0 15px 15px;
	margin: 0 -20px 10px;
	padding-left: 20px;
	color: white;

	font-size: 21px;
	font-weight: 300;
	border-bottom: solid 1px rgba(68, 189, 235, 0.69);
}
.full-nav-wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.full-nav {
	margin-left: 15px;
	padding-right: 15px;
}
ul.full-nav li {
	border-bottom: 1px solid rgb(118, 204, 245);
	padding: 5px 0;
	margin: 0;
}
ul.full-nav li:last-child {
	border-bottom: none;
}
ul.full-nav > li a:before {
	font-family: FontAwesome;
	content: "\f105";
	margin-left: -15px;
	padding-right: 10px;
	vertical-align: top;
	color: white;
}

.full-nav a {
	color: #fff;
	display: block;
}

.full-nav a:hover {
	color: #0c3b61;
	text-shadow: 0 1px rgb(87, 191, 250);
}
ul.full-nav ul.children {
	padding-left: 25px;
	border-left: solid 10px rgba(255, 255, 255, 0.23);
}
li.current_page_item > a {
	color: #20386d;
	font-weight: bold;
}

/* Sidebar navigation
================================================== */

.side-nav-wrap {
	background: rgb(0, 107, 82);
	padding: 25px 20px 10px;
	margin: -20px -30px 20px;
}
h3.nav-title {
	background: rgba(9, 42, 55, 0.71);
	padding: 10px 0;
	margin: 0 -20px 10px;
	padding-left: 20px;
	color: white;
	border-bottom: solid 1px rgb(123, 199, 250);
}
.side-nav-wrap ul {
	padding-left: 20px;
	margin-left: -10px;
}
ul.side-nav li {
	padding: 5px 0;
	border-bottom: 1px solid rgb(118, 204, 245);
}
ul.side-nav li:last-child {
	border-bottom: none;
}
ul.side-nav > li:before {
	font-family: FontAwesome;
	content: "\f105";
	margin-left: -15px;
	padding-right: 10px;
	vertical-align: top;
	color: white;
}

.side-nav a {
	color: #fff;
}

.side-nav a:hover {
	color: #10305d;
}
li.current_page_item > a {
	color: rgb(0, 107, 82);
	font-weight: 700;
}
ul.side-nav ul.children {
	padding-left: 25px;
}
ul.children li {
	line-height: 1.5em;

	padding: 5px 0;
	border-bottom: 1px solid rgb(118, 204, 245);
}
ul.children > li:before {
	font-family: FontAwesome;
	content: "\f105";
	margin-left: -15px;
	color: #fff;
	vertical-align: top;
}
ul.children li a {
	margin-left: 10px;

	display: inline;
}

/* Widgets
================================================== */

/*taglcloud*/
.tagcloud a {
	font-size: 11px !important;
	line-height: 1.4em;
	background: #eee;
	border: 1px solid #ccc;
	padding: 4px 6px;
	color: #666;
	font-weight: normal;
	float: left;
	display: block;
	margin-bottom: 8px;
	margin-right: 8px;
}

.tagcloud a:hover {
	background: #2396ea;
	border-color: transparent;
	color: #fff;
}

#footer .tagcloud a {
	background: #555;
	border-color: #666;
}

#footer .tagcloud a:hover {
	background: #2396ea;
	border-color: transparent;
	color: #fff;
}

/*calendar */
#wp-calendar {
	width: 100%;
	font-size: 11px;
}

#wp-calendar thead th {
	background: #ddd;
}

#wp-calendar tfoot td.pad {
	background: #f6f6f6;
}

#wp-calendar tbody td {
	text-align: center;
	border: 1px solid #fff;
	background: #f6f6f6;
	line-height: 3.2em;
}

#wp-calendar tbody td:hover {
	background: #0090ff;
	color: #fff;
}

#wp-calendar tbody td a {
	display: block;
	text-decoration: none;
	background: #eee;
	display: block;
	text-align: center;
}

#wp-calendar tbody td:hover a {
	background: #0090ff;
	color: #fff;
}

#wp-calendar tfoot td {
	padding-top: 1px;
	background: #f6f6f6;
	padding: 5px;
	font-size: 12px;
}

#wp-calendar caption {
	text-align: right;
	cursor: pointer;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 6px;
	margin-top: 0;
	outline: 0 none !important;
}

#wp-calendar tbody a {
	display: block;
	font-weight: bold;
	text-decoration: underline;
}

#wp-calendar td.pad {
	background: #f6f6f6;
}

#wp-calendar th {
	text-align: center;
	border: 1px solid #fff;
	border-top: none;
	padding: 5px 0;
	background: #f6f6f6;
}

#footer #wp-calendar tfoot td.pad,
#footer #wp-calendar th,
#footer #wp-calendar tbody td,
#footer #wp-calendar tfoot td {
	background: none;
	border-color: #666;
}

#footer #wp-calendar th {
	border-top: 1px solid #666;
}

#footer #wp-calendar tbody td a {
	background: #555;
}

.widget_slide {
	margin-bottom: 30px;
}

/*wpex recent posts with thumbs*/
.wpex-widget-recent-posts {
	line-height: 1.5em;
}

.wpex-widget-recent-posts li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.wpex-widget-recent-posts img {
	float: left;
	margin-right: 15px;
	border: 5px solid #eee;
}

.wpex-widget-recent-posts img:hover {
	border-color: #2396ea;
}

.wpex-widget-recent-posts li .date {
	color: #666;
}

.wpex-widget-recent-posts li .date {
	font-size: 11px;
	color: #999;
}

#footer .wpex-widget-recent-posts li,
#footer .wpex-widget-recent-posts img {
	border-color: #555;
}

#footer .wpex-widget-recent-posts img:hover {
	border-color: #2396ea;
}
.footer-logo {
	margin: 0 auto 10px 0;
	display: block;
}
#footer-bottom-wrap {
	background: #006B52;
	color: white;
	display: block;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-top: 2px solid #bcb7b7;
}
#footer-bottom {
	display: block;
}

/* Search
================================================== */
input[type="search"] {
	background: #ffffff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #ccc;
	color: #808080;
	display: block;
	font: 12px "Open Sans", Helvetica, Arial, sans-serif !important;
	padding: 6px 14px;
	width: 100%;
	-webkit-appearance: none !important;
	border-radius: 24px;
	box-shadow: inset 0 1px 6px -2px rgba(0, 0, 0, 0.29);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
	display: none;
}

input[type="search"]:focus {
	color: rgb(0, 0, 0);
	border-color: #ccc;
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}

.wpex-searchform {
	position: relative;
}

.wpex-searchform #searchsubmit {
	border: none;
	outline: none;
	background: none;
	-webkit-appearance: none;
	color: #bbb;
	position: absolute;
	right: 5px;
	top: 50%;
	font-size: 12px;
	margin-top: -10px;
	cursor: pointer;
}

.wpex-searchform #searchsubmit:hover {
	color: #000;
}

#footer input[type="search"] {
	border: none;
}

/* Forms / Inputs / Buttons
================================================== */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus {
	outline: none;
	color: #505050;
	border-color: #ccc;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea {
	background: #fff;
	border: 1px solid #ddd;
	color: #808080;
	display: block;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	margin-bottom: 10px;
	margin-left: 0;
	max-width: 100%;
	padding: 8px 12px;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
}

textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.6em !important;
}

.entry button,
.entry input[type="button"],
.entry input[type="submit"],
#commentsbox input[type="submit"] {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #666;
	cursor: pointer;
	display: inline-block;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
	min-height: 36px;
	margin-top: 25px;
	padding: 6px 15px;
	text-decoration: none;
	border-radius: 4px;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
	-webkit-appearance: none !important;
	text-shadow: 1px 1px 0 #ffffff;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, #ffffff),
		color-stop(100%, #efefef)
	);
	background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
}
.entry button:active,
.entry input[type="button"]:active,
.entry input[type="submit"]:active,
#commentsbox input[type="submit"]:active,
.theme-button:active {
	background-image: linear-gradient(to bottom, #efefef 0px, #fff 100%);
	border-color: #bbb #bbb #ddd;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
}
.entry button:hover,
.entry input[type="button"]:hover,
.entry input[type="submit"]:hover,
#commentsbox input[type="submit"]:hover,
.theme-button:hover {
	background: #fff;
}

/* Comments
================================================== */
.dsq-comment-header {
	white-space: normal !important;
}
.post-tags {
	margin: 10px 0 20px 0;
	font-size: 20px;
	font-weight: 700;
	float: left;
}
.post-tags span {
	color: #006B52;
	text-transform: uppercase;
}
.post-tags a {
	display: block;
	float: left;
	padding: 5px 10px;
	background-color: #e6e6e6;
	text-decoration: none;
	color: #006B52;
	margin: 2px;
}
.post-tags a:hover {
	background-color: #efe6de;
	color: white;
}
#commentsbox {
	margin-top: 50px;
}

#comments .heading {
	border-bottom: 1px solid #ddd;
	font-family: "Droid Serif", Georgia, Sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 50px;
	padding-bottom: 5px;
}

#commentsbox span.required {
	color: #c30;
	font-size: 9px;
}

.commentlist {
	margin: 0;
}

.commentlist .children {
	margin: 0;
}

.commentlist li {
	list-style: none;
	margin: 0;
}

.children li.depth-2 {
	margin: 0 0 0px 65px;
}

.children li.depth-3 {
	margin: 0 0 0px 65px;
}

.children li.depth-4 {
	margin: 0 0 0px 65px;
}

.children li.depth-5 {
	margin: 0 0 0px 65px;
}

.children li.depth-6 {
	margin: 0 0 0px 65px;
}

.children li.depth-7 {
	margin: 0 0 0px 65px;
}

.children li.depth-8 {
	margin: 0 0 0px 65px;
}

.children li.depth-9 {
	margin: 0 0 0px 65px;
}

.children li.depth-10 {
	margin: 0 0 0px 65px;
}

.comment-body {
	padding-bottom: 30px;
	margin-bottom: 20px;
}

.comment-details {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	margin-left: 70px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.comment-details ul {
	margin: 0;
}

.comment-details ul li:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

ol.commentlist > li:last-child .comment-body {
	border-bottom: 0 none;
}

.comment-avatar {
	position: absolute;
	left: -70px;
	top: 0;
}

.comment-avatar img {
	display: block;
	border-radius: 99px;
	box-shadow: 0 1px 3px rgba(102, 102, 102, 0.5);
}

.comment-content p:last-child {
	margin: 0;
}

.comment-date {
	font-weight: normal;
	margin-right: 3px;
}

.comment-author .author,
.comment-author .author a:link,
.comment-author .author a:visited {
	color: #000;
	font-family: "Droid Serif", Georgia, Sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

.comment-author .author a:hover {
	color: #aaa;
}

.comment-date a {
	color: #aaa;
}

.comment-meta {
	margin-bottom: 15px;
}

.comment-reply {
	margin: 20px 0 0;
}

.comment-reply span {
	color: #dadada;
}

.comment-reply-link {
	font-size: 12px;
	color: #999;
}

.comment-reply a:hover {
	color: #2396ea;
}

#respond {
	font-size: 13px;
	margin-top: 50px;
	margin-bottom: 80px;
}

#reply-title {
	margin: 0 0 20px;
	font-family: "Droid Serif";
}

#cancel-comment-reply-link {
	display: block;
	float: right;
	color: #f00;
	font-size: 12px;
	font-weight: 400;
}

#cancel-comment-reply-link span {
	margin-right: 5px;
}

#cancel-comment-reply-link:hover {
	color: #000;
}

#comments_wrap {
	margin-top: 15px;
}

#comments-logged-in {
	margin-bottom: 30px;
	margin-top: 10px;
	font-size: 13px;
}

#log-out {
	float: right;
	margin-top: -56px;
}

.form-submit {
	margin-bottom: 0;
	height: 55px;
}

h3#reply-title {
	font-size: 16px;
	margin-bottom: 15px;
}

#commentform label {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, Arial, Helvetica,
		sans-serif;
	font-size: 13px;
	font-weight: normal;
}

#commentform input {
	margin-top: 0 !important;
}

.comment-subscription-form {
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 0px;
}

#comments input[type="text"],
#comments input[type="password"],
#comments input[type="email"],
#comments input[type="url"],
#comments input[type="tel"] {
	width: 40%;
}

.comment-subscription-form input,
.comment-subscription-form label {
	padding: 10px;
}

.comment-subscription-form:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#comment-left {
	float: left;
	width: 160px;
	padding-right: 35px;
}

#comment-right {
	float: left;
	width: 445px;
}

#wpstats {
	display: none;
}

/* 404 Page
================================================== */
#error-page-text {
	font-size: 16px;
	margin: 0;
}

/* Bottom Content
================================================== */
#bottom-area {
	margin: 0 -30px;

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

/* Footer
================================================== */
#footer-wrap {
	background: #e6e6e6;
	color: #bbb;
}

#footer {
	position: relative;
	padding: 30px 30px 10px;
}

#footer a {
	color: black;
}

#footer a:hover {
	color: #092a37;
}

#footer h6 {
	color: #092a37;
	margin: 0 0 15px;
}

#footer h6 {
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: bold;
	font-family: "Open Sans", Helvetica, sans-serif;
	text-transform: uppercase;
}

/* Footer widget tweaks */
#footer input[type="search"] {
	box-shadow: none;
}

#footer .tagcloud a:hover {
	color: #fff;
}

#footer .widget_recent_entries li,
#footer .widget_categories li,
#footer .widget_archive li,
#footer widget_meta li,
#footer .wpex-taxonomies-widget li,
#footer #footer .wpex-recent-post-types-widget li,
#footer .widget_pages li,
#footer .widget_links li,
#footer .widget_twitter li {
	margin-bottom: 6px;
	padding-bottom: 6px;
}

#footer .widget_recent_entries ul,
#footer .widget_categories ul,
#footer .widget_archive ul,
#footer widget_meta ul,
#footer .wpex-taxonomies-widget ul,
#footer #footer .wpex-recent-post-types-widget ul,
#footer .widget_pages ul,
#footer .widget_links ul,
#footer .widget_twitter ul {
	padding-top: 6px;
}

.footer-widget {
	margin-bottom: 40px;
}

/* Copyright */
#copyright-wrap {
	border-top: solid 1px #084175;
	background: #003365;
	padding: 30px 0;
	color: rgb(153, 194, 247);
}

#copyright {
	/*text-align: center;*/
	font-size: 11px;
}

#copyright,
#copyright p {
	/*text-align: right;*/
	padding-top: 30px;
}

#copyright p:last-child {
	margin: 0;
}

#copyright a {
	color: #93b2c3;
	border-bottom: dotted 1px #93b2c3;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#copyright a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: solid 1px #ffffff;
}
#backtop-wrap {
}

a.backtop {
	color: rgb(255, 255, 255);
	text-decoration: none;
	font-size: 18px;
	background: rgba(65, 117, 141, 0.36);
	text-align: center;
	padding: 20px;
	position: fixed;
	bottom: 80px;
	right: 30px;
	cursor: pointer;
	transition: color 300ms, background-color 300ms, opacity 300ms;
	-moz-transition: color 300ms, background-color 300ms, opacity 300ms;
	-o-transition: color 300ms, background-color 300ms, opacity 300ms;
	-webkit-transition: color 300ms, background-color 300ms, opacity 300ms;
	border-radius: 5px;
	z-index: 100;
}

a.backtop:hover {
	color: #000;
}
.scrollup {
	color: #4d4d4d;
	background: #fff;
	border: 1px solid #a1a1a1;
	width: 48px;
	height: 48px;
	position: fixed;
	right: -51px;
	bottom: 350px;
	z-index: 999;
	font-size: 27px;
	line-height: 48px;
	text-align: center;
	transition: right 0.3s ease-in-out;
}
.scrollup.nongol {
	bottom: 350px;
	right: -1px;
	opacity: 0.5;
	transition: right 0.3s ease-in-out;
}
.scrollup.nongol:hover {
	opacity: 1;
}

/* WordPress Styles
================================================== */
.aligncenter {
	display: block;
	margin: 0 auto !important;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.post-navigation {
	font-weight: bold;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 15px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.textcenter {
	text-align: center;
}

.textright {
	text-align: right;
}

.textleft {
	text-align: left;
}

.wp-caption {
	max-width: 100% !important;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	color: #666;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	text-align: center;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	max-width: 100%;
}

.wp-caption {
	border: 1px solid #eee;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px auto;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}

blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}

blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}

#image-attachment-page {
	text-align: center;
	overflow: hidden;
}

#image-attachment-page img {
	display: inline-block;
	margin: 0 auto;
	max-width: 100%;
	margin-bottom: 20px;
}

ul.gallery-content li {
	display: block;
	margin-right: 3%;
	float: left;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	position: relative;
	width: 21%;
	background: rgb(241, 241, 241);
	min-height: 270px;
	border-radius: 5px;
}
.gallery-overlay {
	padding: 0 20px;
}
.gallery-overlay h3 {
	font-family: "Open Sans";
	font-weight: normal;
}

.gallery-item img {
	display: block;
	border: 1px solid #eee !important;
	padding: 3px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.gallery-item img:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
}

.gallery-caption {
	background-color: #f5f5f5;
	color: #000000;
	font-size: 12px;
	font-weight: 600;
	padding: 10px 25px;
	text-align: center;
}
#slider-wrap .flex-direction-nav li a.next,
#slider-wrap .flex-direction-nav li a.prev {
	position: absolute;
	display: block;
	z-index: 101;
	font-size: 21px;
	height: 80px;
	width: 50px;
	line-height: 80px;
	color: #fff;
	background: #000;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	cursor: pointer;
	text-align: center;
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
#slider-wrap .flex-direction-nav li a.next {
	right: 0;
}
#slider-wrap.flex-direction-nav li a.prev {
	left: 0;
}
#slider-wrap .flex-direction-nav li a.prev:hover,
#slider-wrap .flex-direction-nav li a.next:hover {
	text-decoration: none;
	background: #b22d00;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

/* Event
================================================== */
#tribe-events-content table.tribe-events-calendar {
	margin: 12px auto;
}
#tribe-bar-form {
	background: #e5f4fc;
}
#tribe-bar-form .tribe-bar-submit input[type="submit"] {
	background: rgb(62, 173, 224);

	text-shadow: none;
}
#tribe-bar-form .tribe-bar-submit input[type="submit"]:hover {
	background: rgb(5, 185, 255);
}
.tribe-events-calendar th {
	background-color: #c1ebfc;
}

.tribe-events-schedule .date-start,
.tribe-events-schedule .date-end {
	font-size: 14px;
	background: rgb(246, 236, 218);
	padding: 5px 10px;
	border-radius: 3px;
}
h2.tribe-events-page-title,
#tribe-geo-results h2.tribe-events-page-title {
	font-size: 24px;

	font-weight: normal;
}
.single-tribe_events h2.tribe-events-single-event-title {
	font-weight: normal;

	font-size: 28px;
}
.tribe-events-list-separator-month {
	margin: 1em auto 0em;
}
.tribe-events-list .time-details {
	color: rgb(173, 80, 7);
}

/* Contact Form 7
================================================== */
.wpcf7-form {
	font-weight: bold;
}

.wpcf7-form span.wpcf7-form-control-wrap {
	display: block;
	margin-top: 5px;
	position: relative;
}

.wpcf7-form input[type="submit"] {
	margin-top: 0;
}

.wpcf7-form .ajax-loader {
	display: none;
}

.wpcf7-form p {
	margin: 0 0 15px;
}

.wpcf7-form p:last-of-type {
	margin: 0;
}

div.wpcf7-validation-errors,
span.wpcf7-not-valid-tip {
	background-color: #e73525;
	border: medium none !important;
	color: #fff;
	padding: 10px 15px;
	text-align: center;
	margin: 0;
	border-radius: 4px;
}

div.wpcf7-validation-errors {
	margin: 25px 0 0;
}

span.wpcf7-not-valid-tip {
	float: left;
	position: absolute;
	right: 0;
	top: 0;
}

/* Social Links */

.social-footer {
	width: 130px;

	float: none;
	clear: both;
	margin: 40px auto 20px;
	display: block;
	text-align: center;
	height: 100%;
	padding: 10px;
}
.social-follow {
	height: 30px;
	width: 150px;
	text-align: center;
	margin: 0 auto;
}
.social-follow a {
	position: relative;
	margin: 0 0 0 10px;
	float: left;
	display: block;
	text-align: center;
	background: rgb(255, 255, 255);
	font-size: 19px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 20px;
	width: 31px;
	height: 31px;
	color: white;
}
.social-follow a i {
	color: #0f2c56;
	font-size: 16px;
	line-height: 34px;
}

.social-follow a#fb:hover {
	background: #0555a0;
}
.social-follow a#tw:hover {
	background: #08c1f5;
}
.social-follow a#rss:hover {
	background: orange;
}
#facebook {
	background: #0555a0;
	font-size: 13px;
	padding: 0 3px;
	color: white;
	border-radius: 3px;
}
#twitter {
	background: #08c1f5;
	font-size: 13px;
	padding: 0 3px;
	color: white;
	border-radius: 3px;
}

.default {
}

.fixed {
	position: fixed !important;
	top: -3px;

	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12) !important;
}
.col-1 {
	clear: both;
	margin-left: 0 !important;
}
#home-highlights {
	margin-bottom: 25px;
	color: #fff;
}

#home-highlights img {
}
#home-highlights img:hover {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}
.hp-highlight {
	float: left;
	width: 255px;
}
.highlight-last {
	background: none;
	margin-right: 0px;
}
.hp-highlight p:last-child {
	margin-bottom: 0px;
}
.hp-highlight h2 {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #fff;
	font-weight: normal;
}
.hp-highlight a:hover h2 {
	text-decoration: underline;
}
.hp-highlight img {
	display: block;
	float: left;
}
.hp-highlight ul li {
	background: url("images/centang.png") no-repeat left 0px;
	padding-left: 25px;
	line-height: 1.6em;
}
.hp-highlight ul li a {
	color: #fff;
}
.hp-highlight ul li a:hover {
	color: #bbbbbb;
}
.bar {
	font-size: 20px;
	width: 10em;
	height: 1em;
	position: relative;
	margin: 0 auto;
	border-radius: 0.5em;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0 0 0 0.05em rgba(100, 100, 100, 0.075),
		0 0 0 0.25em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.05em rgba(0, 0, 0, 0.1),
		0 0.05em rgba(255, 255, 255, 0.7);
}
.bar .sphere {
	border-radius: 50%;
	width: 1em;
	height: 100%;
	background: #006B52;
	display: block;
	-webkit-animation: slide 1.75s ease-in-out infinite alternate;
	animation: slide 1.75s ease-in-out infinite alternate;
}

@-webkit-keyframes slide {
	from {
	}
	to {
		margin-left: 90%;
	}
}

@keyframes slide {
	from {
	}
	to {
		margin-left: 90%;
	}
}

#slidebox {
	width: 400px;
	height: auto;
	padding: 10px;
	background-color: #fff;
	border-top: 3px solid rgb(0, 107, 82);
	position: fixed;
	bottom: 30px;
	right: -430px;
	-moz-box-shadow: -2px 0px 5px #aaa;
	-webkit-box-shadow: -2px 0px 5px #aaa;
	box-shadow: -2px 0px 5px #aaa;
}
#slidebox .title-box {
	font-size: 12px;
	color: rgb(0, 107, 82);
	font-weight: 700;
}
#slidebox .title-box a {
	color: rgb(0, 107, 82);
}
#slidebox .title-box a:hover {
	color: rgb(0, 107, 82);
}
#slidebox p,
a.more {
	font-size: 11px;
	text-transform: uppercase;
	font-family: inherit;
	letter-spacing: 1px;
	color: rgb(0, 107, 82);
}
#slidebox .news-box {
	margin-bottom: 5px;
	border-bottom: 1px solid #ddd;
}
#slidebox .news-box span {
	color: #a3a3a3;
	font-size: 10px;
}
a.more {
	cursor: pointer;
	color: rgb(0, 107, 82);
}
a.more:hover {
	text-decoration: underline;
}
#slidebox .news-box h2 {
	color: rgb(0, 107, 82);
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2em;
	margin: -5px 10px 5px 0px;
}
a.close {
	background: transparent url(images/close.gif) no-repeat top left;
	width: 13px;
	height: 13px;
	position: absolute;
	cursor: pointer;
	top: 10px;
	right: 10px;
}
a.close:hover {
	background-position: 0px -13px;
}
/* Responsive iFrame */

.responsive-iframe-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.responsive-iframe-container iframe,
.vresponsive-iframe-container object,
.vresponsive-iframe-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.pbd-social {
	height: 1%;
	overflow: hidden;
	/* background: url(images/border.png) 0 100% repeat-x; */
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}

.pbd-social-tw {
	width: 56px;
	height: 62px;
	float: left;
}

.pbd-social-fb {
	width: 52px;
	height: 65px;
	float: left;
	overflow: hidden;
	margin: 0 0 0 20px;
}

.pbd-social-plus1 {
	width: 50px;
	height: 60px;
	float: left;
	margin: 0 0 0 20px;
}

.pbd-social-comment {
	width: 260px;
	height: 21px;
	float: right;
	text-align: right;
	color: rgb(0, 107, 82);
	padding: 20px 0 0 0;
}

.pbd-social-comment a:link,
.pbd-social-comment a:visited {
	font-weight: 300;
	font-size: 18px;
	color: rgb(0, 107, 82);
	border-bottom: 1px solid rgb(0, 107, 82);
}

.pbd-social-comment a:hover,
.pbd-social a:active {
	border-bottom: none;
	text-decoration: none;
}

/* Style LPSE */
.boxlpse {
	width: 100%;
	position: relative;
	background-color: #fff;
	border: 1px solid rgb(0, 107, 82);
	margin-bottom: 25px;
	box-shadow: 0 0 10px rgba(0, 124, 195, 0.5);
}
.boxlpse .title_lpse {
	color: rgb(0, 107, 82);
	padding: 14px 10px 0;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}
.boxlpse .title_lpse span {
	font-size: 18px;
	padding: 5px 15px;
	display: inline-block;
	line-height: 100%;
	position: relative;
	z-index: 2;
	background: #fff;
	font-weight: normal;
}
.boxlpse .title_lpse span strong {
	font-size: 28px;
	padding-top: 3px;
	display: block;
	font-weight: bold;
	text-align: center;
}
.boxlpse .liss {
	position: absolute;
	left: 0;
	width: 100%;
	background: rgb(0, 107, 82);
	height: 30px;
	top: 50%;
	margin-top: -10px;
}
.boxlpse .box2 {
	width: 48%;
	min-height: 300px;
	display: inline-block;
	vertical-align: top;
	margin-left: 12px;
}
.boxlpse .box4 {
	width: 98%;
	min-height: 300px;
	display: inline-block;
	vertical-align: top;
	margin-left: 12px;
}
@media (max-width: 760px) {
	.boxlpse .box2 {
		width: 45%;
	}
	.boxlpse .box4 {
		width: 95%;
	}
}
@media (max-width: 480px) {
	.boxlpse .box2 {
		width: 100%;
	}
	.boxlpse .box4 {
		width: 100%;
	}
}
.boxlpse .title-peng {
	position: relative;
	color: rgb(0, 107, 82);
	margin-bottom: 5px;
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 1px solid rgb(0, 107, 82);
}
.boxlpse ul.home-post-pengumuman {
	margin: 10px 0;
}
ul.home-post-pengumuman > li {
	margin-bottom: 15px;
}
ul.home-post-pengumuman > li > .fa {
	margin-right: 10px;
	color: #092a37;
	position: relative;
	font-size: 24px;
	float: left;
}
ul.home-post-pengumuman > li a {
	margin: 0;
}
ul.home-post-pengumuman > li > a .title2 {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.2em;
}
ul.home-post-pengumuman > li > label {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #a3a3a3;
	font-size: 11px;
	margin-left: 28px;
}
#pengumuman ul {
	font-size: 11px;
	width: 100%;
	display: inline-block;
	margin-top: 5px;
}
#pengumuman ul li {
	font-size: 13px;
	overflow-x: scroll;
	display: inline-table;
	overflow-y: hidden;
}

li.pg {
	width: 21.5%;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

li.knt {
	margin-left: 5px;
	margin-right: 10px;
	width: 20%;
	float: left;
}

li.prs {
	float: left;
	width: 10%;
}

li.hps {
	width: 21.5%;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
}

li.sls {
	width: 5%;
	float: left;
}

li.thn {
	width: 6%;
	float: left;
}

li.skr {
	width: 5%;
	margin-left: 5px;
	float: left;
	margin-right: 5px;
}

.runtext{
	color: white;
	padding-top: 5px;
}

.contentHome{
	margin: 40px 20px 10px;
}

/* ----------------------------------------------
	3.2.7 Product + Category Page 
----------------------------------------------- */
#product-tab .product-thumb {
	margin: 0px 10px 20px;
  }
  
  #lelang-tab .product-thumb {
	margin: 0px 10px 20px;
  }
  
  
  .product-thumb {
	overflow: hidden;
  }
  
  .product-thumb a img+img {
	display: none;
  }
  
  .product-thumb:hover a img {
	display: none;
  }
  
  .product-thumb:hover a img+img {
	display: block;
  }
  
  .product-thumb:hover .product-button-group {
	display: inline-flex;
  }
  
  .image.product-imageblock>a {
	background: #ffffff none repeat scroll 0 0;
	overflow: hidden;
  
  }
  
  .product-image-dijual {
	width: 100%;
	height: 200px;
	object-fit: fill;
	border-radius: 10px;
  }
  
  .product-thumb .image {
	text-align: center;
  }
  
  .product-thumb .image a {
	display: block;
  }
  
  .product-grid .product-thumb .image {
	float: none;
  }
  
  .product-thumb .button-group .wishlist,
  .product-thumb .button-group .quickview,
  .product-thumb .button-group .compare,
  .product-thumb .button-group .add-to-cart {
	background: transparent url("../images/sprite.png") no-repeat scroll -150px -469px;
	overflow: hidden;
	height: 30px;
	width: 29px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	margin: 2px;
	transition: all 0.5s ease 0s;
  }
  
  .product-thumb .button-group .quickview {
	background-position: -50px -469px;
  }
  
  .product-thumb .button-group .compare {
	background-position: 2px -469px;
  }
  
  .product-thumb .button-group .add-to-cart {
	background-position: -100px -469px;
  }
  
  .product-thumb .button-group .wishlist:hover {
	background-position: -150px -421px;
  }
  
  .product-thumb .button-group .quickview:hover {
	background-position: -50px -421px;
  }
  
  .product-thumb .button-group .compare:hover {
	background-position: 2px -421px;
  }
  
  .product-thumb .button-group .add-to-cart:hover {
	background-position: -100px -421px;
  }
  
  .product-thumb .button-group .masukkan-keranjang {
	float: left;
	margin: 3px 0 0 0px;
	display: inline-flex;
	cursor: pointer;
	position: relative;
  }
  
  .product-thumb .button-group .masukkan-keranjang:hover {
	border: #e74c3c solid 1px;
	transition: 0.5s;
  }
  
  .product-thumb .button-group .masukkan-keranjang .item {
	color: #000;
	font-weight: 600;
  }
  
  .product-thumb .button-group .masukkan-keranjang .item:hover {
	color: #e74c3c;
	transition: 0.5s;
  }
  
  .product-thumb .button-group .masukkan-keranjang:hover:before {
	background: transparent url("../images/sprite.png") no-repeat scroll -101px -423px;
	transition: 0.5s;
  }
  
  .product-thumb .button-group .masukkan-keranjang:before {
	background: transparent url("../images/sprite.png") no-repeat scroll -101px -471px;
	width: 24px;
	height: 24px;
	content: "";
	display: block;
	margin: 0 10px 0 0px;
	transition: 0.5s;
  }
  
  .product-thumb .button-group a {
	color: #fff;
  }
  
  .product-thumb .button-group {
	bottom: 110px;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
  }
  
  .product-button-group {
	font-size: 25px;
	color: #fff;
	bottom: 110px;
	display: none;
	left: 30%;
	position: absolute;
  }
  
  .product-button-group a {
	color: #fff;
  }
  
  .product-button-group .add-fav:hover {
	color: #e74c3c;
	cursor: pointer;
  }
  
  .product-button-group .add-cart:hover {
	color: #e74c3c;
	cursor: pointer;
  }
  
  
  .Specials .product-name a {
	font-size: 18px;
	font-weight: 600;
	color: #000;
  }
  
  .product-name {
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	height: 2em;
	line-height: 1em;
  }
  
  .prodetail.product-thumb .button-group {
	bottom: 0;
	position: relative;
	display: block;
  }
  
  .product-thumb:hover .button-group {
	transition: all 2s ease 0s;
	display: block;
  }
  
  .caption.product-detail {
	position: relative;
  }
  
  .product-thumb .button-group span {
	display: none;
  }
  
  .price {
	color: #000;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	font-family: "Open Sans";
  }
  
  .category-page-wrapper {
	border: 1px solid #e6e6e6;
	display: inline-block;
	margin-left: 0;
	margin-right: 0;
	padding: 20px 0;
	width: 100%;
  }
  
  .product-grid .product-desc {
	display: none;
  }
  
  .product-desc {
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
  }
  
  
  .btn.btn-default.grid-view {
	background: rgba(0, 0, 0, 0) url("../images/gridlist.png") no-repeat scroll 5px 0;
  }
  
  .btn.btn-default.grid-view.active {
	background: rgba(0, 0, 0, 0) url("../images/gridlist.png") no-repeat scroll 5px -35px;
  }
  
  .product-layout-right .product-list .product-thumb .image,
  .product-layout-left .product-list .product-thumb .image {
	margin: 0;
  }
  
  .product-layout-left,
  .product-layout-right {
	display: inline-block;
  }
  
  .product-list .product-thumb .image {
	background: #f5f5f5 none repeat scroll 0 0;
	float: left;
	margin: 0 20px 0 0;
	width: 32%;
  }
  
  .product-list .product-thumb .caption {
	float: left;
	margin: 0 0 0 15 px;
	padding: 0;
	text-align: left;
	width: 65%;
  }
  
  .col_3r .product-list .product-thumb .caption,
  .col_3l .product-list .product-thumb .caption {
	width: 40%;
  }
  
  .col_4 .product-list .product-thumb .caption {
	width: 70%;
  }
  
  .Specials .product-list .product-thumb .button-group {
	bottom: 75px;
  }
  
  .product-list .product-thumb .button-group {
	display: block;
	transition: all 2s ease 0s;
	bottom: 0px;
	text-align: left;
  }
  
  .product-list .product-desc {
	display: block;
  }
  
  .btn.btn-default.list-view {
	background: rgba(0, 0, 0, 0) url("../images/gridlist.png") no-repeat scroll -28px 0;
  }
  
  .btn.btn-default.list-view.active {
	background: rgba(0, 0, 0, 0) url("../images/gridlist.png") no-repeat scroll -28px -35px;
  }
  
  .btn.btn-default.list-view,
  .btn.btn-default.grid-view {
	padding: 8px 16px;
	border: none;
	box-shadow: none;
	outline: none;
	z-index: 0;
  }
  
  .control-label {
	float: left;
  }
  
  .sort-inner,
  .limit {
	float: left;
  }
  
  .sort-inner .form-control,
  .limit .form-control {
	background: transparent none repeat scroll 0 0;
	border: 0;
	box-shadow: none;
	padding: 3px;
	height: auto;
  }
  
  .pagination-nav ul li a {
	background-color: #f7f7f7;
	display: block;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 36px;
  }
  
  .pagination-nav ul li.active a {
	background: #e74c3c none repeat scroll 0 0;
	color: #fff;
  }
  
  .pagination-nav ul li {
	display: inline-block;
	margin: 0 2px;
  }
  
  .rating {
	line-height: 1;
	margin: 8px 0;
  }
  
  .fa-stack {
	height: 12px;
	line-height: 1;
	width: 10px;
  }
  
  .fa-stack-1x,
  .fa-stack-x {
	font-size: 13px;
  }
  
  .fa.fa-star-o.fa-stack-1x,
  .fa.fa-star.fa-stack-x {
	color: #b2b2b2;
  }
  
  .fa.fa-star.fa-stack-1x {
	color: #e74c3c;
  }
  
  #product-thumbnail .owl-nav {
	top: 38px;
  }
  
  #product-tab .owl-nav,
  .blog .owl-nav {
	right: 10px;
  }
  
  #product-thumbnail .owl-nav .owl-prev {
	left: 0;
  }