/*
 * Custom CSS for AnjingKita.ID
 */

body {
	padding-top: 79px;
	font-size: 18px;
}

img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}

a { word-wrap: break-word; }

h1, h2, h3 {
	font-family: 'Lora', serif;
}

.shareButton {
	float: left;
	margin-left: 3px;
}

a:hover {
	text-decoration: none;
	color: #e74c3c;
}

.bg-search {
	background-image: url(/images/search_bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-download {
	background-image: url(/images/download_bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.grey, .grey:link, .grey:visited {
	color: #c8c8c8;
}
.grey:hover, .grey:active {
	color: #ffffff;
}

.darkgrey, .darkgrey:link, .darkgrey:visited {
	color: #626262;
}
.darkgrey:hover, .darkgrey:active {
	color: #b1b1b1;
}

.lightyellow, .lightyellow:link, .lightyellow:visited {
	color: #ffffcc;
}
.lightyellow:hover, .lightyellow:active {
	color: #ffff00;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.row [class*="col"],
.row [class*="col-"] {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.wmn-sidebar, .topArt {
	font-size: 16px;
}

.wmn-footer {
	font-size: 13px;
}

.wmn-breadcrumb {
	font-size: 13px;
	background-color: none!important;
	padding-left: 0px;
}
.breadcrumb-item + .breadcrumb-item::before {
	/*content: "•";*/
	content: "\276F\00a0";
}
ol.breadcrumb li a {
  color: #7f0000;
}
ol.breadcrumb li a:hover {
  color: #ff9000;
}

.wmn-warning-box {
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 10px;
	background-color: #ffffcc;
	width: 100%;
	border: 1px dotted #ff0000;
	padding: 5px;
}

.wmn-info-box {
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 10px;
	background-color: #ddffff;
	width: 100%;
	border: 1px dotted #8f8f8f;
	padding: 5px;
}

.progress-bar {
	width: 0;
}

#goTop {
  display: inline-block;
  background-color: rgba(52, 152, 219, 0.5);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#goTop::before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-size: 1.5em;
  line-height: 40px;
  color: #fff;
}
#goTop:hover {
  cursor: pointer;
  background-color: #3498db;
}
#goTop:active {
  background-color: rgba(255, 0, 0, 0.5);
}
#goTop.show {
  opacity: 1;
  visibility: visible;
}

#frontpage-carousel .carousel-item {
	height: 65vh;
	min-height: 600px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#front-page-carousel .carousel-caption h1 {
	animation-delay: 0.5s;
}

.parallax-window {
	min-height: 600px;
	background: transparent;
}

@media only screen and (max-width: 768px) {
	.parallax-window {
		min-height: 600px;
		background: transparent;
	}
	.wmn-flimg {
		width: 45vw;
		height: auto;
	}
	.hideOverflowOnMobile {
		overflow: hidden;
	}
	.card-img-top-wmn {
		height: 22vh;
		object-fit: cover;
	}
}
@media only screen and (min-width : 740px){
	.wmn-flimg {
		width: 25vw;
		height: auto;
	}
	.card-img-top-wmn {
		height: 14vw;
		object-fit: cover;
	}
}
@media only screen and (min-width : 992px){
	.wmn-flimg {
		width: 20vw;
		height: auto;
	}
	.card-img-top-wmn {
		height: 18vw;
		object-fit: cover;
	}
}
@media only screen and (min-width : 1024px){
	.wmn-flimg {
		width: 20vw;
		max-width: max-content;
		height: auto;
	}
	.card-img-top-wmn {
		height: 10vw;
		object-fit: cover;
	}
}
@media only screen and (min-width : 1200px){
	.wmn-flimg {
		width: 18vw;
		max-width: max-content;
		height: auto;
	}
	.card-img-top-wmn {
		height: 12vw;
		/*max-width: max-content;*/
		object-fit: cover;
	}
}
@media only screen and (min-width : 1600px){
	.wmn-flimg {
		width: 15vw;
		/*max-width: max-content;*/
		height: auto;
	}
	.card-img-top-wmn {
		height: 8vw;
		object-fit: cover;
	}
}


@media print {
	.noprint {
		visibility: hidden;
		display: none;
	}
}

.dropdown-menu {
	max-height:250px;
	overflow-y: scroll;
}

.grecaptcha-badge { visibility: hidden; }
.grecaptcha-text { font-size: 10px; }

.dropdown-item:hover, .nav-link:hover {
	background: #014464!important;
	background: linear-gradient(left, #193c5a, #376287);
	background: -moz-linear-gradient(left, #193c5a, #376287)!important;
	background: -webkit-gradient(linear, 100% 100%, 0% 0%, from(#193c5a), to(#376287))!important;
	color: #ffffff !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; }
}

.head {
	font-family: 'Lora', serif;
	background-image: url(/images/wmn-def-head-bg.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	/*background-color: #e5e5e5;*/
	border: 1px dotted;
	margin-bottom: 20px;
	text-shadow: 1px 2px 2px rgba(255,255,255,0.6);
	/*text-shadow: 5px 5px 0px #eee, 7px 7px 0px #707070;*/
}

/*
---------------------------------------------
premium style
--------------------------------------------- 
*/
#prem a, #prem h3, #prem h5 {
	color: #2884d1;
}
#prem a:hover, #prem h5:hover {
	color: #cb0000;
}
#prem .item:hover {
	background: url(/images/premium_bg_hover.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 1s;
	/*transform: scale(1.1);*/
}
#prem .item {
	display: flex;
	flex-direction: column;
	width: 100%;
	border: 1px solid #00c1c3;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	background: url(/images/premium_bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 1s;
	overflow: hidden;
}
#prem .item img {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
#prem .item img:hover {
	-webkit-transform: scale(1.2) rotate(-5deg);
	-moz-transform: scale(1.2) rotate(-5deg);
	-o-transform: scale(1.2) rotate(-5deg);
	-ms-transform: scale(1.2) rotate(-5deg);
	transform: scale(1.2) rotate(-5deg)
}

/*
---------------------------------------------
cat 2 style / current owl
--------------------------------------------- 
*/
#cat2 a, #cat2 h3, #cat2 h5 {
	color: #945905;
}
#cat2 a:hover, #cat2 h5:hover {
	color: #bd7c20;
}

/*
---------------------------------------------
fp section 1 style
--------------------------------------------- 
*/
#section-1 a, #section-1 h3, #section-1 h5 {
	color: #50480c;
}
#section-1 a:hover, #section-1 h5:hover {
	color: #797028;
}
#section-1 .item:hover{
	background: url(/images/section_1_bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 1s;
}

/*
---------------------------------------------
fp section 2 style
--------------------------------------------- 
*/
#section-2 a, #section-2 h3, #section-2 h5 {
	color: #333333;
}
#section-2 a:hover, #section-2 h5:hover {
	color: #222222;
}
#section-2 .item:hover{
	background: url(/images/section_2_bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 1s;
}

/*
---------------------------------------------
fp section 3 style
--------------------------------------------- 
*/
#section-3 a, #section-3 h3, #section-3 h5 {
	color: #17542c;
}
#section-3 a:hover, #section-3 h5:hover {
	color: #043b17;
}
#section-3 .item:hover{
	background: url(/images/section_3_bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 1s;
}

/*
---------------------------------------------
fp section 4 style
--------------------------------------------- 
*/
#section-4 a, #section-4 h3, #section-4 h5 {
	color: #206591;
}
#section-4 a:hover, #section-4 h5:hover {
	color: #134363;
}
#section-4 .item:hover{
	background: url(/images/section_4_bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 1s;
}

/*
---------------------------------------------
fp section 5 style
--------------------------------------------- 
*/
#section-5 a, #section-5 h3, #section-5 h5 {
	color: #5d0c3d;
}
#section-5 a:hover, #section-5 h5:hover {
	color: #380625;
}
#section-5 .item:hover{
	background: url(/images/section_5_bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 1s;
}

/*
---------------------------------------------
fp section 6 style
--------------------------------------------- 
*/
#section-6 a, #section-6 h3, #section-6 h5 {
	color: #240956;
}
#section-6 a:hover, #section-6 h5:hover {
	color: #3c1e75;
}
#section-6 .item:hover{
	background: url(/images/section_6_bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 0.5s;
}

/*
---------------------------------------------
fp section 7 style
--------------------------------------------- 
*/
#section-7 a, #section-7 h3, #section-7 h5 {
	color: #5e1313;
}
#section-7 a:hover, #section-7 h5:hover {
	color: #3d0d0d;
}
#section-7 .item:hover{
	background: url(/images/section_7_bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 0.5s;
}

.item {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 5px;
	border: 1px solid #cecece;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	transition: all 0.5s;
}
.item img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*
---------------------------------------------
iadj
--------------------------------------------- 
*/
.item-prem a, .item-prem h3, .item-prem h5 {
	color: #2884d1;
}
.item-prem a:hover, .item-prem h5:hover {
	color: #cb0000;
}
.item-prem:hover {
	background: url(/images/premium_bg_hover.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	/*transform: scale(1.1);*/
}
.item-prem {
	display: flex;
	flex-direction: column;
	width: 100%;
	border: 1px solid #00c1c3;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	background: url(/images/premium_bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 1s;
	overflow: hidden;
}
.item-prem img {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
.item-prem img:hover {
	-webkit-transform: scale(1.2) rotate(-5deg);
	-moz-transform: scale(1.2) rotate(-5deg);
	-o-transform: scale(1.2) rotate(-5deg);
	-ms-transform: scale(1.2) rotate(-5deg);
	transform: scale(1.2) rotate(-5deg)
}
.item-std a, .item-std h3, .item-std h5 {
	color: #50480c;
}
.item-std a:hover, .item-std h5:hover {
	color: #797028;
}
.item-std:hover{
	background: url(/images/section_1_bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 1s;
}
.item-std {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 5px;
	border: 1px solid #cecece;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	transition: all 0.5s;
}


/*
---------------------------------------------
ribbon
--------------------------------------------- 
*/
.ribbon {
  position: absolute;
  right: 3px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  /*background: #79A70A;
  background: linear-gradient(#F70505 0%, #661F05 100%);*/
  background: linear-gradient(#ff6600 0%, #803503 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #661F05;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #661F05;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #661F05;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #661F05;
}

/*
---------------------------------------------
owl sh!
--------------------------------------------- 
*/
.owl-stage {
   display: flex;
}
.owl-item {
   display: flex;
   flex: 1 0 auto;
}

/*
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
  overflow: hidden;
  background-image: linear-gradient(145deg, #008aff 0%, #175183 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#adsense-side {
	width: 300px;
	height: 250px;
}

.akc-footer {
	color: #e3e3e3;
	background-color: #000;
}
.akc-footer a {
	color: #86bbd1;
}
.akc-footer a:hover {
	color: #d1eefa;
}
