

/* breadcrumb */
.page-banner {
    padding: 30px 0;
    background: #aaa;
	border-bottom: 1px solid #eee;
	color: #fff;
}
@media(max-width:768px){
	.page-banner {
		text-align: center
	}
	.page-banner h2{}
	.breadcrumb{ float: none !important; display: inline-block; margin-bottom: 0 }
}
.page-banner h2 {
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
}

.page-banner p {
	font-weight: 300;
	margin: 0;
}

ul.breadcrumb {
    background: rgba(255, 255, 255, 0);
	float: right;
	margin-top: 15px;
	padding: 0;
}

.no-subtitle ul.breadcrumb {
	margin-top: 4px;
}

ul.breadcrumb li {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
    margin-left: 3px;
	color: #fff;
	float: left;
}

ul.breadcrumb li:before {
    content: '/';
	margin: 0 4px 0 2px;
	color: #fff;
}

ul.breadcrumb li:first-child {
	margin: 0;
}

ul.breadcrumb li:first-child:before {
    content: '';
	margin: 0;
}

ul.breadcrumb li a {
	color: #84ba3f;
	font-weight: 500;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
ul.breadcrumb li a:hover { color: rgba(255,255,255,1); }

img.img-responsive{max-width:100%;height:auto;}

.post-share span {
	margin-right: 4px;
	font-size: 13px;
	color: #666;
}

.post-share a {
	display: inline-block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	
}

.post-share a.facebook:hover {
	color: #3E68A8;
}

.post-share a.twitter:hover {
	color: #36BFED;
}

.post-share a.google-plus:hover {
	color: #EF4545;
}

.post-share a.linkedin:hover {
	color: #72BBD3;
}

.post-share a.pinterest:hover {
	color: #9E1B20;
}

.post-share a.mail:hover {
	color: #FFB300;
}

.post-share a i {
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: block;
	font-size: 1.2em;
}

.page-section-ptb ul{margin-left:15px;}

/*------------------------------------------*/
/*			Thumbnail [aspect ratio]
/*------------------------------------------*/
.square {
    position: relative;
    width: 100%;
}
.square:before {
    content:     "";
    display:     block;
    padding-top: 100%;
}
.square .square-content {
    position: absolute;
    top:      0;
    left:     0;
    bottom:   0;
    right:    0;
}
.img-wrap{
	width: 100%;
	height: 100%;
	position: relative;
    overflow: hidden;
}
.img-wrap img{
	min-width:100%;
	min-height:100%;
	
	position: absolute;
    top: -10000px;
    bottom: -10000px;
    left: -10000px;
    right: -10000px;
    margin: auto;
}

/* Other ratios - just apply the desired class to the "box" element */
.ratio2_1:before{
    padding-top: 50%;
}
.ratio3_2:before{
    padding-top: 125%;
}
.ratio1_2:before{
    padding-top: 200%;
}
.ratio1_1:before{
    padding-top: 100%;
}
.ratio4_3:before{
    padding-top: 75%;
}
.ratio16_9:before{
    padding-top: 56.25%;
}
.ratio2_1 .landscape, .ratio16_9 .landscape{max-height:inherit !important;max-width:100% !important;}
.ratio2_1 .potrait, .ratio16_9 .potrait{max-height:100% !important;max-width:inherit !important;}

.squared{max-width:100% !important;max-height:100% !important;}
.landscape{max-height:100% !important;max-width:inherit !important;}
.potrait{max-width:100% !important;max-height:inherit !important;}

.img-wrap.default{ background: transparent; }
.img-wrap.white{ background: #fff; }
.img-wrap.black{ background: #000; }
.img-wrap.store{ background: #fff; }
.img-wrap.store:hover{ background: #1f4e7a; }


.category{
	text-align:left;
	padding:1em;
}

.category ul{
	padding:0;
	margin-bottom:1.5em;
}
.category li{
	list-style:none;
	display:inline-block;
	margin-bottom:15px;
}
.category a{
	background: #fafafa;
	border: 1px solid #ddd;
	color: #666;
	margin-right: 5px;
	padding: 5px 10px;
}
.category a:hover,
.category a:focus{
	text-decoration: none;
	background: #84BA3F;
	color: #FFF;
}
.category .active a{color: #fff;background:#84BA3F; }
.thumb{
    height: 200px;
    overflow: auto;
}

/* Page Nav */
.page-nav{ margin: 30px 0; text-align: center; }
.page-nav ul{margin:0;padding:0}
.page-nav li{ display: inline-block; border:none !important; padding-bottom: 14px;}
.page-nav span,
.page-nav a{
	padding: 4px 10px;
	margin: 2px;
	color: #666;
	border: 1px solid #eee;
}
.page-nav span{ color: #999; }
.page-nav .active a,.page-nav .current{ background: #84BA3F; color: #fff; }
.page-nav .disabled span{ background: #fafafa; border-color: #eee }


.contact-3 .contact-add{padding:30px 15px;}

.bungkus{/* margin-bottom:400px; */}

.carousel .carousel-item .slider-content p{font-size:24px;}

.g-recaptcha,.contact-progress{margin-bottom:15px;}
.portfolio-item .portfolio-overlay a:active,.portfolio-item .portfolio-overlay a:focus { color: #323232; }

.blog-meta{clear:both;font-size:13px;}
.blog-meta .mdata{display:inline;}
.blog-meta .mdata .fa{color:#84BA3F;margin-right:5px;}
.blog-meta .mdata::before{content:"|";padding:0 10px;}
.blog-meta .mdata:first-child::before{content:"";padding:0;}
/* 
.mega-menu ul.dropdown-menu.submenu{border-radius:0;padding:0;margin-top:15px;}
.mega-menu .menu-bar ul{position:relative;}
.mega-menu ul.dropdown-menu li{font-size:14px;}
.mega-menu ul.dropdown-menu li a{display:block;padding:6px 10px;color:#2B2B2B;}
.mega-menu ul.dropdown-menu li a:hover,.mega-menu ul.dropdown-menu li a:focus{color:#73AC2B;background:#FAFAFA;}
 */

.mega-menu .drop-down-multilevel a{font-size:0.8em;}
 
.portfolio-item .portfolio-overlay{bottom:-180px;}

@media(min-width:768px){
	
	/* .mega-menu .menu-bar li:hover > ul {
		opacity: 1 !important;
		visibility: visible !important;
	} */
	/* sub submenu */
	/* .mega-menu .menu-bar ul ul{	
		left: 177px !important;
		top: -1px;
	} */
}

/* 
.mega-menu ul.dropdown-menu.submenu{
  opacity: 0;
  transform: rotateX(90deg);
  visibility: hidden;
}
.mega-menu .submenu.show {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  opacity: 1 !important;
  transform: rotateX(0deg);
  visibility: visible !important;
} */

/* tambahan alim */
.carousel-control-next, .carousel-control-prev {
	width: 7.5%;
}

.fit-width {
    width: 100%;
    height: auto;
}

.fit-height {
    height: 100%;
    width: auto !important;
}
/* tambahan alim */

