@import url('graphik.css');
@import url(https://fonts.googleapis.com/css?family=Montserrat); 

html {
	overflow-y: visible;
}
body{
	font-family: 'Graphik', Tahoma, Geneva, sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #333;
	font-weight : 400;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased !important;
	background:#ffffff;
	padding-top:0px;
	}

::-moz-selection {
  background  : #b3d4fc;
  text-shadow : none;
}

::selection {
  background  : #b3d4fc;
  text-shadow : none;
}

a,
a:active,
a:focus,
a:active {
    text-decoration:none !important;
    outline:none
}

a {
	color           : #a86262;
	text-decoration : none;
	transition      : all 0.2s ease 0s;
}

a:hover,
a:focus {
	color           : #cf8c8c;
	text-decoration : underline;
}

label{
  font: 600 14px/1.4em "Graphik"; 
}

p {
	margin: 0;text-align:left;
	line-height:24px;
	color:#666;
}
section {
	width: 100%;
	height:auto;
	float:left;
}
.box-content,
.box-item{
	width:100%;
	height:auto;
	float:left;
	position:relative;
	}
.box-item{
	margin-bottom:15px;
}
.ctn_det{
	margin-top:100px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
   /* font-family: 'roboto_slabregular'; */
}
.box-content1{
	padding:15px;
	}
.thumbDetail-event{
	width:100%;
	}
.thumbDetail-event img{
	width:100%;
	height:auto;
	}
.mtmin-10{
	margin-top:-10px !important;
}
.mtmin-0{
	margin-top:0px !important;
}

.mb-15{
	margin-bottom: 15px !important;
}


/*--------------------------------
  COSTUMIZE BACKGROUND
----------------------------------*/
.bg-transparent{
	background: transparent !important
}
.bg-white{
	background: #fff !important
}
.bg-black{
	background: #333 !important
}
.bg-grey{
	background: #f8f8f8 !important
}
.bg-blue-light{
	background: #ba6b6b !important
}
.bg-pink{
	background: #c245af !important
}
.bg-blue-dark{
	background: #006ba1 !important
}
.bg-gold{
	background: #fccd4e !important
}
.bg-red{
	background: #db4242 !important
}
.bgImg-blue{
	background: #ce8d8d;
}
.bgImg-black{
	background:#b1c7d4;
}
.bgImg-light{
	background:#f9f9f9;
	border-bottom:1px solid #eeeeee;
}
.blue1{
	background:#f7f0f0 !important;
}
.bg-transparent-bordered {
	background: transparent !important;
	border-bottom:1px solid #eeeeee;
}

/*--------------------------------
  END COSTUMIZE BACKGROUND
----------------------------------*/

/*--------------------------------
  COSTUMIZE TEXT COLOR
----------------------------------*/
.txt-pink-lighter{
	color:#EB85BA !important;
}
.txt-blue-lighter{
	color:#48cdff !important;
}
.txt-blue-light{
	color:#0093dd !important;
}
.txt-blue-dark{
	color:#006ba1 !important;
}
.txt-dark{
	color:#333 !important;
}
.txt-light{
	color:#ededed !important;
}
.txt-lighter{
	color:#999999 !important;
}
.txt-putih{
	color:#FFFFFF !important;
	}
/*--------------------------------
  END COSTUMIZE TEXT COLOR
----------------------------------*/

.col-padd{
	padding:15px 0 25px;
}
.hover-effect {
   -webkit-transition: all 0.6s ease-in-out;
   -moz-transition: all 0.6s ease-in-out;
   -o-transition: all 0.6s ease-in-out;
   transition: all 0.6s ease-in-out;
}
.divider_grey{
	width:100%;
	height:3px;
	float:left;
	margin:15px 0;
	background:url(../images/bg-divider.gif) top repeat-x;
}
.border-light{
	border:1px #e0dcd7 solid;
	border-radius: 8px;
}
.border-gold{
	border:1px #e4b22d solid;
	border-bottom:3px solid rgba(0,0,0,0.2);
}
.border-dark{
	border-bottom:3px solid #21242a;
}
/*--------------------------------
  END ATTRIBUTE
----------------------------------*/

/*--------------------------------
  BUTTON
----------------------------------*/
.form-control {
	font-size:16px;
	}
.btn {
	text-transform:uppercase;
	border:0;
	padding:10px 15px;
	font-size:13px;
	border-radius:5px;
}
.btn-more{
	padding:8px 25px;font-size:15px;
	text-transform:uppercase;
	border:0;
	border-bottom:0px solid;
	border-radius:5px;
}
.btn-connect{
	padding:8px 25px;font-size:15px;
	text-transform:uppercase;
	border:0;
	border-bottom:3px solid;
	float:left;
	width:100%;
}
.btn-rate{
	padding:6px 15px;font-size:15px;
	text-transform:uppercase;
	border:0;
	border-bottom:3px solid;
}
.btn-fullsize{
	width:100%;
	float:left;
	padding:8px 0;
	text-align:center;
}
.btn-pink{
	background: #ba6b6b;
	border-color:#7a1b72;
	color:#fff;
}
.btn-pink:hover{
	background:#e75ed2;
	color:#fff;
}
.btn-blue-lighter{
	background: #d58686;
	border-color:#ba6b6b;
	color:#fff;
}
.btn-blue-lighter:hover{
	background:#ba6b6b;
	color:#fff;
}
.btn-red{
	background:#ec2a4e;
	color:#fff;
}
.btn-red:hover{
	background:#b30f2e;
	color:#fff;
}
.btn-white{
	background:#fff;
	color:#c245af;
}
.btn-white:hover{
	background:#eee;
	color:#c245af;
}
.btn-red:hover{
	background:#b30f2e;
	color:#fff;
}
.btn-black{
	background:#333;
	color:#fff;
}
.btn-black:hover{
	background:#111;
	color:#fff;
}
.btn-dark-grey{
	border-color:#33373c;
	color: #f5f5f5;
	background:#424952;
}
.btn-dark-grey:hover{
	border-color:#ccc;
	background:#eee;
	color: #333;
}
.btn-grey{
	border-color:#ccc;
	background:#eee;
	color: #888;
}
.btn-grey:hover{
	border-color:#d58686;
	background:#d58686;
	color: #555;
}
.btn-pink-lighter{
	background: #d58686;
	border-color:#ba6b6b;
	color:#fff;
	margin-bottom:8px;
	margin-right:5px;
}
.btn-pink-lighter:hover{
	background:#ba6b6b;
	color:#fff;
}
.btn-red-lighter{
	background: #c65b41;
	border-color:#ae4f38;
	color:#fff;
}
.btn-red-lighter:hover{
	background:#ae4f38;
	color:#fff;
}

/*--------------------------------
  END BUTTON
----------------------------------*/

/*--------------------------------
  Title Divider
----------------------------------*/
.title_divider{
	width:100%;
	height:12px;
	float:left;
	margin:8px 0 20px;
	padding:0 25px;
}
.bg_divider-light{
	background:url(../images/title-divider-light.png) no-repeat center;
}
.bg_divider-dark{
	background:url(../images/title-divider-dark.png) no-repeat center;
}
/*--------------------------------
  End Title Divider
----------------------------------*/

/*--------------------------------
  HEADER
----------------------------------*/
header{
	width:100%;
	height:auto;
	float:left;
	z-index:10000;
	border:1px #fff solid;
	border-bottom:2px solid #eba1a1;
	border-top:1px solid #eba1a1;
	/* Gradient background */
	background: #fff;
	background: -moz-linear-gradient(top, #fff, #f3f3f3);
	background: -o-linear-gradient(top, #fff, #f3f3f3);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f3f3f3));
	background: -khtml-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f3f3f3));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f3f3f3');
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f3f3f3');
	
}	
.sticky{
	border:1px #fff solid;
	
	/* Gradient background */
	background: #fff;
	background: -moz-linear-gradient(top, #fff, #f3f3f3);
	background: -o-linear-gradient(top, #fff, #f3f3f3);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f3f3f3));
	background: -khtml-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f3f3f3));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f3f3f3');
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f3f3f3');
	
	/*--- Box shadow ---*/
	-webkit-box-shadow:  0px 2px 2px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:  0px 2px 2px 1px rgba(0,0,0,0.2);
	-o-box-shadow:  0px 2px 2px 1px rgba(0,0,0,0.2);
	-khtml-box-shadow:  0px 2px 2px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.2);
}
.navbar-collapse{
	padding:0;
}
.navbar-brand{
	height:auto;
	margin-left:0 !important;
	margin:10px;
	padding:0;
	float:left;
	position:relative;
	}

.navbar-default{
	width:100%;
	height:auto;
	float:left;
	z-index:100;
	font-size:18px;
	border-radius: 0;
	border-color:transparent;
	font-weight:400;
	border: 0;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
}
.navbar-toggle {
	float:right;
}
.navbar-default .navbar-toggle {
	border-color: #c245af
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #c245af
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #c245af
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar{
	background-color: #fff !important
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar{
	background-color: #c245af
}

/* .navbar-default .navbar-nav{
	float:right;
} */
.ml-reverse-15{
	margin-left: -15px
}
.mr-reverse-15{
	margin-right: -15px
}
.mr-15{
	margin-right: 15px !important
}
.mr-0{
	margin-right: 0px !important
}

.login-navbar a{
	padding: 10px 20px !important;
	border-radius: 4px;
	background: #de9797;
    margin-top: 5px;
    color: #fff !important;
	margin-right:5px; 
} 
.login-navbar a:hover{
	background: #ce8d8d !important;
} 
.menumobile{
	float:left;
	width:auto;
	padding:5px 0px 5px 10px;
	}
.login-navbar1 a{
	padding: 5px 10px !important;
	border-radius: 4px;
	background: #de9797;
    margin-top: 5px;
    color: #fff !important;
	margin-right:5px;
	float:left;
	font-size:14px !important;

} 
.login-navbar1 a:hover{
	background: #ce8d8d !important;
} 

.navbar-default .navbar-nav>li>a {
	color: #333;
	font-size: 16px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #de9797;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #278dca;
	background:url(../images/bg.navbar.hover.jpg) repeat-x bottom;
}
.nav > li > a{
	padding:15px 20px;
}

.topmenu {
	width: 100%;
	background: #f7f0f0
}

.affix {
	top: 0;
	width: 100%;
	z-index: 999999999999999 !important;
}

@media (max-width:767px) {
	.navbar-default .navbar-nav{
		float:none !important;
		background-color: #20221f;
		border:0;
		margin:0 !important;
		padding:0 !important;
	}
	.nav>li>a {
		position: relative;
		display: block;
		padding: 12px 15px;
		margin:0 !important;
		background:#333;
	}
	.navbar-default .navbar-nav>li>a {
		color: #f4f4f4
	}
	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
		color: #fff;
		background:#444;
	}
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
		color: #fff;
		background:#0093dd;
	}

	.login-navbar li a{
		padding: 12px 15px !important;
	} 
}

.subNav{
	width:100%;
	float:left;font-size:16px;
	text-align:center;
	list-style:none;
	padding:15px 10px;
}
.subNav a{
	padding:8px 15px;
	margin:0 10px;
	color:#fff;
	text-transform:uppercase;
}
.subNav a:hover,
.subNav a:focus{
	background:#fff;
	color:#278dca;
}


@media (max-width:767px) {
	.subNav{
		padding:10px 0;
	}
	.subNav a{
		float:left;
		margin:0 !important;
	}
}
/*--------------------------------
  END HEADER
----------------------------------*/


/*--------------------------------
  SLIDER
----------------------------------*/
.box-slider{
	width:100%;
	height:auto;
	float:left;
	position:relative;
	border-bottom:5px solid #de9797;
	}
.carousel-indicators {
	width:100px;
	position: absolute;
	bottom: 1%;
	z-index: 15;
	margin-left:0;
	padding-left: 0;
	list-style: none;
	text-align: center
}
.carousel-indicators li {
	display: inline-block;
	width: 19px;
	height: 20px;
	text-indent: -999px;
	border:0 !important;
	border-radius: 0 !important;
	margin:3px;
	cursor: poGraphik;
	background:url(../images/indicator.png) no-repeat;
}
.carousel-indicators .active {
	margin:3px;
	width: 19px;
	height: 20px;
	background:url(../images/indicator.png) no-repeat;
	background-position:0% 100%;
}

.carousel .item {
  height: auto;
  background:none;
}
.carousel-inner > .item > img {
  position: relative;
  top: 0;
  left: 0;
  min-width: 100%;
  height: auto;
}
.carousel-control {
	display:none;
	width:30px;
	height:33px !important;
	top:45%;
	font-size:15px;
	text-shadow:0 0 0;
	opacity:1;
	}
.carousel-control.left {
	left: 5%;
	padding-right:3px;
}
.carousel-control.right {
	left: auto;
	right: 5%;
	padding-left:3px;
}

.carousel-caption {
	z-index: 10;
	color: #333;
	left:62%;
	text-shadow: 0 0 0;
	width:30%;
	text-align:left !important;
	top:20px;
}
.linkslider{
	width:100%;
	}
@media (max-width:500px) {
	.carousel-caption {
		width:100%;
	}
}
.carousel-caption h1{
	font-size:26px;
	color:#333;
}
.carousel-caption p{
	padding-bottom:20px;
	font-size:18px;
	line-height:28px;
	color:#333;
	text-align:left;
}
@media screen and (max-width:768px) {
	.carousel-caption{
		width:100%;
		position: relative;
		float:left;
		padding:20px 25px;
		left:0;
		right:0;
		top:0;
		bottom:0;
		background:rgba(1, 25, 42, 0.8);
	}
	.carousel-caption h1{
		margin-top:0;
	}
	.carousel-caption h1, .carousel-caption p{
		z-index:10;
		width:100%;
		float:left;
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		box-sizing: content-box
	}
}
@media screen and (max-width:420px) {
	.carousel-caption h1{
		font-size:24px;
	}
	.carousel-caption p{
		
	}
}
/*--------------------------------
  END SLIDER
----------------------------------*/


/*--------------------------------
  CONTENT
----------------------------------*/

.item-text{
	padding:10px 20px;
}
.item-text h4,
.item-text h3{
	margin:2px 0;
	color:#222;
	font-size:16px;
	font-weight:500;
	line-height:24px;
}
.item-text span{font-size:12px;
}
.item-text span i{
	
}
.item-text span a{
	color:#ec264b;
}
.item-text span a:hover{
	color:#ec264b;
	text-decoration:underline !important;
}

/*== First Content==*/
.center-item_couple{
	width:200px;
	height:auto;
	margin:0 auto;
}
.circle_couple{
	width:94px;
	height:94px;
	float:left;
	border:3px #7b7878 solid;
	overflow: hidden;
	/* Rounded Corners */
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
	-webkit-border-radius: 100px;
	-khtml-border-radius: 100px;
	border-radius: 100px;
}
.icon-heart{
	z-index:50;
	position:absolute;
	left:41%;
	margin-top:35px;
	font-size:24px;
	color:#ec264b;
	text-shadow: 0 2px 3px rgba(255,255,255,0.5)
}
.name_couple{
	width:100%;
	float:left;
	margin-bottom:15px;}

.name_couple a{
	color:#333
	}
.name_couple .small{
	color:#333;
	margin-top:5px;
	margin-top:5px;
	width:100%;
	text-align:center;
	float:left;
	}
/*== Second Content==*/
.name_vendor{
	position:absolute;
	top:15px;
	left:15px;
	padding:3px 10px;
	text-transform:uppercase;	
}
.name_vendor:hover{
	background:#222 !important;
}

.dropdown-menu {
   font-size: 16px;
}

/*== third Content==*/
#item-blog{
	width:100%;
	height:auto;
	float:left;
	position:relative;
}

/*--------------------------------
  END CONTENT
----------------------------------*/

/*--------------------------------
  Breadcrumbs
----------------------------------*/
.breadcrumb {
	width:100%;
	float:right;
	text-align:right;
	padding: 8px 15px;
	margin: 15px 0;
	list-style: none;
	background:none;
	border-radius: 4px;
	color: #dddddd;
}
@media (max-width:767px) {
	.breadcrumb {
		float:left;
		text-align:left;
		margin:0;
		padding:8px 0;
		margin-bottom:15px;
	}
}
.breadcrumb>li+li:before {
	content: "/\00a0";
	padding: 0 5px;
	color: #dddddd
}
.breadcrumb>li a{
	color:#dddddd;
}
.breadcrumb>li a:hover{
	color:#42b9fd;
}
.breadcrumb>.active {
	color: #42b9fd
}
/*--------------------------------
  End Breadcrumbs
----------------------------------*/

/*--------------------------------
  Detail
----------------------------------*/
.page-location{
	width:100%;
	float:left;
	padding:0px 0px 10px 0px;
}
.box_about,
.box_ctn-item{
	width:100%;
	height:auto;
	float:left;
	position:relative;
	padding:15px;
	border:1px #dedede1 solid; 
}
.box_about p{
	width:75%;
	margin:0 auto;
	line-height:24px;
	font-size:16px;
	line-height:24px;
}
.box_ctn-item h4{
	font-size:24px;
	margin-bottom:15px;
	}
.box_ctn-item h5{
	font-size:18px;
	padding:10px 0px 10px 0px;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	font-weight:500;
	color:#a86262;
	}
@media (max-width:991px) {
	.box_about p{
		width:100%;
		padding:0 15px;
		line-height:24px;
	}
}

/* LENGKAP*/
.lengkap{
	font-size:16px;
	line-height:26px;
	margin-top:20px;
	float:left;
	}
.lengkap p{
	font-size:16px;
	line-height:26px;
	margin-bottom:15px;
	}
.lengkap img{
	width: 100% !important;
	height: auto !important;
	margin-bottom: 20px;
}
.detailinfo{
	color:#666666;
	width:100%;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC
	}
.infodetail{
	float:left;
	width:100%;
	border-bottom:2px solid #CCCCCC;
	font-family: 'Graphik';
	padding:12px 0px 12px 0px;
	font-size:20px;
	}

.detail-info{
	width:100%;
	padding:5px 0px 5px 0px;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-left:none;
	border-right:none;
	float:left;
	height:auto;
	margin:10px 0px 10px 0px;
	color:#999999
	}
/*== Fitur Content ==*/
#item-fitur{
	width:100%;
	height:auto;
	float:left;
	position:relative;
}
.preview-fitur{
	width:100%;
	height:auto;
	float:left;
}
.preview-fitur img{
	margin:0 auto;
}
.icon-fitur{
	width:80px;
	height:80px;
	float:left;
	margin-right:15px;
}
.fitur h4{
	margin:0;
	margin-bottom:12px;
	color:#444;
	}
	

/*== Package Content ==*/
.box_price{
	width:100%;
	float:left;
	padding:10px;
	text-align:center;
	font-size:26px; 
	color:#fff;
}
.list-package{
	width:100%;
	height:360px;
	float:left;
	list-style:none;
	padding:15px;
}
.list-package li{
	width:100%;
	height:auto;
	float:left;text-align:center;
	margin:10px 0;
}
.btn-create{
	float:right;
	margin:10px;
	font-size:18px;
	border-radius:10px;
	}
.btn-package{
	width:100%;
	height:auto;
	float:left;
	padding:15px;
	background:#eee;
	border-top:1px #d3d2d2 solid;
	
	/*--- Box shadow ---*/
	-webkit-box-shadow: 0px 1px 0px 0px #fff inset;
	-moz-box-shadow: 0px 1px 0px 0px #fff inset;
	-o-box-shadow: 0px 1px 0px 0px #fff inset;
	-khtml-box-shadow: 0px 1px 0px 0px #fff inset;
	box-shadow: 0px 1px 0px 0px #fff inset;
}
.btn-package.bar_gold{
	background:#e4b22d;
	border-top:1px #dba81f solid;
	
	/*--- Box shadow ---*/
	-webkit-box-shadow: 0px 1px 0px 0px #fbcf59 inset;
	-moz-box-shadow: 0px 1px 0px 0px #fbcf59 inset;
	-o-box-shadow: 0px 1px 0px 0px #fbcf59 inset;
	-khtml-box-shadow: 0px 1px 0px 0px #fbcf59 inset;
	box-shadow: 0px 1px 0px 0px #fbcf59 inset;
}
.btn-package a{font-size:20px;
}

.txt-invite{
	width:100%;
	float:left;
	margin-top:30px;font-size:20px;
	color:#fff;
}
.btn-create a{font-size:20px;
	margin-top:15px;
}

/*Profil Vendor*/
.profil-slide{
	width:100%;
	height:auto;
	float:left;
	position:relative;
}
.bar-overlay{
	width:100%;
	height:auto;
	position:absolute;
	bottom:0;
	left:0;
	padding:15px;
	background:rgba(0,0,0,0.7);
}
@media (max-width:767px) {
	.bar-overlay{
		width:100%;
		height:auto;
		float:left;
		position:relative;
		bottom:0;
		left:0;
		padding:15px;
		background:rgba(0,0,0,0.7);
	}
}
.rate-star{
	margin-top:8px;
}
.btn-rating a{
	float:right;
	margin-left:10px;
}
@media (max-width:991px) {
	.rate-star,
	.btn-rating{
		width:100%;
	}
	.rate-star{
		margin-bottom:20px;
	}
	.btn-rating{
		margin-bottom:8px;
	}
	.btn-rating a{
		float:left;
	}
}
@media (max-width:767px) {
	.btn-rating a{
		float:left;
		margin-bottom:10px;
	}
}
.rate-star span{
	float:left;
	margin:8px 0 0 15px;
	color:#eee;
	font-size:16px;
	line-height:10px;
}
.rate-star span b{
	font-size:26px;
	color:#fff;
	}
.rate-star a{
	float:left;
	margin-top:10px;
	margin-left:10px;
	font-size:22px;
	line-height:10px;
	color:#afafaf;
}
.rate-star a.full-star:before{
	font-family:'FontAwesome';
	content:"\f005";
	color:#fabc26;
}
.rate-star a.empty-star:before{
	font-family:'FontAwesome';
	content:"\f006";
}
.profil{
	width:100%;
	height:auto;
	float:left;
	position:relative;
	padding:15px 0;
}
.profil h2{
	line-height:34px;
}
.qty-member{
	float:right;
	font-size:18px;color:#555;
}
@media (max-width:991px) {
	.qty-member{
		float:left;
	}
}
.qty-member b{font-size:36px;
	color:#cd19b2;
}
.nav-profil{
	width:100%;
	height:auto;
	float:left;
	padding:6px;
	text-align:center;
	margin-top:10px;
	border:1px #dedede solid;
	border-bottom:2px #dedede solid;
	
	/* Gradient background */
	background: #fff;
	background: -moz-linear-gradient(top, #fff, #f3f3f3);
	background: -o-linear-gradient(top, #fff, #f3f3f3);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f3f3f3));
	background: -khtml-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f3f3f3));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f3f3f3');
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f3f3f3');
	
	/*--- Box shadow ---*/
	-webkit-box-shadow:  0px 2px 2px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:  0px 2px 2px 1px rgba(0,0,0,0.2);
	-o-box-shadow:  0px 2px 2px 1px rgba(0,0,0,0.2);
	-khtml-box-shadow:  0px 2px 2px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 0px 1px #fff inset;
}
.nav-profil a{
	float:left;
	margin:0 5px;
	padding:8px 12px;
	font-size:16px;color:#555;
}
.nav-profil a:hover{
	background:#2891cd;
	color:#fff;
}
@media (max-width:767px) {
	.nav-profil a{
		width:50%;
		float:left;
		margin:0;
		padding:8px 12px;
		font-size:16px;color:#555;
	}
}

.btn-rated{
	float:left;
	padding:10px;
}
.btn-rated a{float:left;
	position:relative;
	margin-right:10px;
	padding:5px 12px;
	padding-left:50px;
	color:#555;
	border:1px #dedede solid;
	border-bottom:2px #dedede solid;
	
	/* Rounded Corners */
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	
	/* Gradient background */
	background: #fff;
	background: -moz-linear-gradient(top, #fff, #f3f3f3);
	background: -o-linear-gradient(top, #fff, #f3f3f3);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f3f3f3));
	background: -khtml-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f3f3f3));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f3f3f3');
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f3f3f3');
}
.btn-rated a:hover{
	background:#fff;
}
.btn-rated i{
	color:#0093dd;
	position:absolute;
	top:0;
	left:0;
	padding:12px;
	border-right:1px #dedede solid;
}

.user-review{
	width:100%;
	float:left;
	padding-top:12px;
	margin-top:15px;
	border-top:2px #dedede solid;
}
.small-avatar{
	width:100px;
	height:100px;
	border: 1px dotted #999;
	display: inline-block;
	background:#dedede;
	border-radius: 50%;
	overflow:hidden;
}
.user-review h4{
	margin:0;
}
.user-review em{
	font-size:15px;
}
.medium-image{
	width:100%;
	height:185px;
	float:left;
	overflow:hidden;
}
@media (max-width:991px) {
	.medium-image{
		height:auto;
	}
}
.maps{
	width:100%;
	height:450px;
	float:left;
}
@media (max-width:767px) {
	.maps{
		height:250px;
	}
}
.vendor-addres{
	width:100%;
	height:auto;
	float:left;
	margin:15px;
	padding:0;
	list-style:none;
}
/*--------------------------------
  END Detail
----------------------------------*/

/*--------------------------------
  Dashboard
----------------------------------*/
.sidebar-user{
	width:100%;
	float:left;
	margin-bottom:15px;
	padding:15px;
	height:auto;
}
.sidebar-user h4{
	margin:0;
	margin-bottom:5px;
	}
.sidebar-user span{
	line-height:18px;color:#555;
}
.sidebar-user span small{
	color:#777;
}
.navuser-toggle{
	display:none;
	width:100%;
	height:auto;
	float:left;
	border:0;
	padding:8px 0;
	font-size:16px;color:#fff;
	}
.user-nav{
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	list-style:none;}
.user-nav li{
	width:100%;
	position:relative;
}
.user-nav li i{
	float:left;
	margin:6px 7px 0 0;
}
.user-nav li:hover{
	background:#f4f4f4;
}
.user-nav li a{
	width:100%;
	display: block;
	font-size:16x;
	color:#666;
	padding:10px 10px;
	border-bottom:1px solid #CCCCCC;
}
.user-nav li a.active{
	color:#555;
	background:#f4f4f4;
}

.navbar-user {
	width:100% !important;
	float:left;
	overflow-x: visible;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	-webkit-overflow-scrolling: touch
}
.navbar-user.in {
	overflow-y: auto
}
@media (min-width:991px) {
	.navbar-user {
		width: auto;
		border-top: 0;
		box-shadow: none
	}
	.navbar-user.collapse {
		display: block!important;
		height: auto!important;
		padding: 0;
		overflow: visible!important
	}
	.navbar-collapse.in {
		overflow-y: visible
	}
}


/*--------------------------------
  END Dashboard
----------------------------------*/

/*========= FORM STYLE ==============*/
.bar-form{
	width:100%;
	height:auto;
	float:left;
	margin-bottom:15px;
}
label{font-weight:normal;
	margin-top:8px;
	font-size:15px;
	font-family: Graphik;
}
input[type="text"],
input[type="email"],
input[type="password"]{
	width:100%;
	float:left;
	display:block;
	font-size:16px;
	padding:8px 10px 8px 10px;
	color:#333;
	outline:0;
	font-family: Graphik;
	border:1px #c7c7c7 solid;
	border-radius:8px;
	background: #fff;
	background: -moz-linear-gradient(top, #fff, #f3f3f3);
	background: -o-linear-gradient(top, #fff, #f3f3f3);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f3f3f3));
	background: -khtml-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f3f3f3));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f3f3f3');
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f3f3f3');
}
select{
	cursor:poGraphik;
	width:100%;
	float:left;
	display:block;
	font-size:16px;
	padding:8px 10px 8px 10px;
	color:#333;
	outline:0;
	border:1px #c7c7c7 solid;
	font-family: Graphik;
	border-radius:8px;
	
	/* Gradient background */
	background: #fff;
	background: -moz-linear-gradient(top, #fff, #f3f3f3);
	background: -o-linear-gradient(top, #fff, #f3f3f3);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f3f3f3));
	background: -khtml-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f3f3f3));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f3f3f3');
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f3f3f3');
}
textarea{
	width:100%;
	float:left;
	display:block;
	font-size:16px;
	padding:6px 10px;
	color:#333;
	outline:0;
	border:1px #c7c7c7 solid;
	font-family: Graphik;
	border-radius:8px;
	background: #fff;
	background: -moz-linear-gradient(top, #fff, #f3f3f3);
	background: -o-linear-gradient(top, #fff, #f3f3f3);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f3f3f3));
	background: -khtml-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f3f3f3));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f3f3f3');
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f3f3f3');
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus{
	border-color:#3498db;
	border-radius:8px;
}
/*========= END FORM STYLE ==============*/

/*========= NAV TABS ==============*/
.nav-tabs {
	border:0;
	margin-bottom:1px;}
.nav-tabs>li>a {
	margin-right:8px;
	line-height:22px;
	padding:10px 15px;
	border:1px #fff solid;
	border-bottom:0;
	color:#444;
	
	/* Gradient background */
	background: #f5f5f5;
	background: -moz-linear-gradient(top, #f5f5f5, #f5f5f5);
	background: -o-linear-gradient(top, #f5f5f5, #f5f5f5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f5f5), to(#f5f5f5));
	background: -khtml-gradient(linear, 0% 0%, 0% 100%, from(#f5f5f5), to(#f5f5f5));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f5f5f5');
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f5f5f5');
}
.nav-tabs>li>a:hover {
	color:#333;
	border:1px #dedede solid;
	border-bottom:0;
	
	/* Gradient background */
	background: #fff;
	background: -moz-linear-gradient(top, #fff, #f5f5f5);
	background: -o-linear-gradient(top, #fff, #f5f5f5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f5f5f5));
	background: -khtml-gradient(linear, 0% 0%, 0% 100%, from(#f5ffff5f5), to(#f5f5f5));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f5f5f5');
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f5f5f5');
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #fff;
	border: 1px solid #1e7fb7;
	border-bottom:0;
	border-bottom-color: transparent;
	cursor: default;
	
	/* Gradient background */
	background: #39a7e5;
	background: -moz-linear-gradient(top, #39a7e5, #2891cd);
	background: -o-linear-gradient(top, #39a7e5, #2891cd);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#39a7e5), to(#2891cd));
	background: -khtml-gradient(linear, 0% 0%, 0% 100%, from(#39a7e5), to(#2891cd));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#39a7e5', endColorstr='#2891cd');
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#39a7e5', endColorstr='#2891cd');
}
.tab-content{
	padding:15px 0
}

.tab-content.tab-content-bordered{
	border:3px solid #2891cd;
	padding:15px;
}
/*========= END NAV TABS ==============*/

/*========= ACCORDION ==============*/
.panel-heading {
	padding:0;
	border: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	background:#0093dd;
}
.panel-heading:hover,
.panel-heading:focus{
	background:#2891cd;
}
.accordion-toggle.collapsed:after {
    content: "";
}
.accordion-toggle:after {
    color: #fff;
    content: "";
    display: block;
    font-family: FontAwesome;
    font-size: 10px;
    line-height: 36px;
    position: absolute;
    top: 3px;
    right: 15px;
}
.accordion-toggle{
	color:#fff;
	display: block;
	line-height: 22px;
	padding: 9px 35px 9px 20px;
	position: relative;
	border:0;
}
.accordion-toggle:hover,
.accordion-toggle:focus{
	color:#fff;
}
.panel-body{
}
.panel-primary {
    border-color: #dd9798;
}
/*========= END ACCORDION ==============*/

/*========= Alert ==============*/
.alert {
	padding: 10px 15px;
	font-size:15px;
}
.alert.alert-dark{
	color:#fff;
	text-shadow:0 1px 0 rgba(0,0,0,.2);
	background:0 0;
	border-color:#f19a1f;
	background-color:#f4b04f;
	background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.06)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.06)),color-stop(0.75,rgba(255,255,255,.06)),color-stop(0.75,transparent),to(transparent));
	background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
	background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
	background-image:linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
	background-size:20px 20px
}

.alert.alert-danger.alert-dark{
	background:0 0;
	border-color:#df3c28;
	background-color:#e66454;
	background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.04)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.04)),color-stop(0.75,rgba(255,255,255,.04)),color-stop(0.75,transparent),to(transparent));
	background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.04)25%,transparent 25%,transparent 50%,rgba(255,255,255,.04)50%,rgba(255,255,255,.04)75%,transparent 75%,transparent);
	background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.04)25%,transparent 25%,transparent 50%,rgba(255,255,255,.04)50%,rgba(255,255,255,.04)75%,transparent 75%,transparent);
	background-image:linear-gradient(45deg,rgba(255,255,255,.04)25%,transparent 25%,transparent 50%,rgba(255,255,255,.04)50%,rgba(255,255,255,.04)75%,transparent 75%,transparent);
	background-size:20px 20px
}

.alert.alert-success.alert-dark{
	background:0 0;
	border-color:#43a543;
	background-color:#5ebd5e;
	background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.06)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.06)),color-stop(0.75,rgba(255,255,255,.06)),color-stop(0.75,transparent),to(transparent));
	background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
	background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
	background-image:linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
	background-size:20px 20px
}

.alert.alert-info.alert-dark{
	background:0 0;
	border-color:#31b0d5;
	background-color:#5bc0de;
	background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.06)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.06)),color-stop(0.75,rgba(255,255,255,.06)),color-stop(0.75,transparent),to(transparent));
	background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
	background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
	background-image:linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
	background-size:20px 20px
}
/*========= End Alert ==============*/

/*========= Table ==============*/
.table{
	color:#666;
	background:#fff;
	}
.table thead{
	
	color:#444;
	border-bottom:2px #d9dfed solid;
	
	/* Gradient background */
	background:#fff;
	background: -moz-linear-gradient(top, #fff, #f4f4f4);
	background: -o-linear-gradient(top, #fff, #f4f4f4);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f4f4f4));
	background: -khtml-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f4f4f4));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f4f4f4');
	}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td{
	border:1px #d9dfed solid;
	}
.table-bordered{
	border:1px #d9dfed solid;
	}
.table-bordered tbody tr td{
	padding:10px;
}
.table tbody tr:nth-child(even) {background: #fff}
.table tbody tr:nth-child(odd) {background: #eff7fc}
.table > thead > tr > th{ vertical-align:middle;}
/*========= End Table ==============*/

/*==== BxSLIDER CSS ====*/
.slide-vendor,
.slide-blog,
.slide-fitur,
.slide-review{
	width:100%;
	height:auto;
	float:left;
}
.bx-wrapper{
	margin-bottom:25px;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
	}
.bx-pager{
	display:none;
	}
	
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: -110px;
	outline: 0;
	width: 14px;
	height: 23px;
	text-indent: -9999px;
	z-index: 9999;
	}
#item-blog .bx-controls-direction a {
	position: absolute;
	top: auto;
	bottom:0;
	outline: 0;
	width: 14px;
	height: 23px;
	text-indent: -9999px;
	z-index: 9999;
	}
#item-fitur .bx-controls-direction a {
	position: absolute;
	top: 40%;
	outline: 0;
	width: 17px;
	height: 27px;
	text-indent: -9999px;
	z-index: 9999;
	}
.box_ctn-item .bx-controls-direction a {
	position: absolute;
	top:25px;
	outline: 0;
	width: 14px;
	height: 23px;
	text-indent: -9999px;
	z-index: 9999;
	}
	
.bx-wrapper .bx-prev {
	left:0;
	background: url(../images/controls.png) no-repeat 0 0;
	}
.bx-wrapper .bx-next {
	right:0;
	background: url(../images/controls.png) no-repeat 100% 0;
	}
#item-blog .bx-prev {
	left:0;
	background: url(../images/controls-blog.png) no-repeat 0 0;
	}
#item-blog .bx-next {
	right:0;
	background: url(../images/controls-blog.png) no-repeat 100% 0;
	}
#item-fitur .bx-prev {
	left:0;
	background: url(../images/controls-fitur.png) no-repeat 0 0;
	}
#item-fitur .bx-next {
	right:0;
	background: url(../images/controls-fitur.png) no-repeat 100% 0;
	}
.box_ctn-item .bx-prev {
	left:20px;
	background: url(../images/controls.png) no-repeat 0 0;
	}
.box_ctn-item .bx-next {
	right:20px;
	background: url(../images/controls.png) no-repeat 100% 0;
	}
	
.bx-wrapper .bx-prev:hover,
#item-blog .bx-prev:hover,
#item-fitur .bx-prev:hover{
	background-position: 0 100%;
	}
.bx-wrapper .bx-next:hover, 
#item-blog .bx-next:hover, 
#item-fitur .bx-next:hover{
	background-position: 100% 100%;
	}
	
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
	}
.bx-pager{
	display:none;
	}
/*==== END BxSLIDER CSS ====*/


/*==== PAGINGNATION ====*/

.pagination {
	border-radius:0 0 0 0;
}
.pagination>li>a, .pagination>li>span {
	padding: 8px 12px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

/*========= FOOTER ==============*/
#footer{
	width:100%;
	height:auto;
	float:left;
	background:#fff;
	}
.divider-footer{
	width:100%;
	height:1px;
	float:left;
	z-index:10;
	margin:20px 0;
	background:#ce30b6;
}
.divider-footer span{
	width:100%;
	height:12px;
	float:left;
	margin-top:-5px;
	z-index:100;
	background:url(../images/title-divider-pink.png) no-repeat center;
}
.title-footer{
	width:100%;
	height:auto;
	float:left;
	margin-bottom:10px;
	font-size:20px;
	text-align:left;
	color:#333;
}
.text_bott{
	color:#333333;
	line-height:24px;
}
.socmed{
	width:100%;
	height:auto;
	float:left;
	margin-top:15px;
}
.socmed span{
	float:left;
	padding:2px;
	margin-right:10px;
	background:#fff;
	border:1px #dedede solid;
}
.socmed a{
	width:40px;
	height:40px;
	float:left;
	color:#ececec;
	font-size:20px;
	text-align:center;
	padding:10px 7px;
}
.socmed a.fb{
	background:#3b5998;
}	
.socmed a.twitt{
	background:#2bbeec;
}	
.socmed a.gplus{
	background:#d13f2d;
}	
.socmed a.youtube{
	background:#c53523;
}	
.socmed a:hover{
	background:#444;
	color:#fff;	
}

ul.nav_bott{
	width:auto;
	float:left;
	padding:0;
	margin:0 30px 0px 10px;
	list-style:none;
	width:25%
}
ul.nav_bott li{
	float:left;
	clear:both;
	margin-bottom:4px;
}
ul.nav_bott li a{
	color:#333333;
}
ul.nav_bott li a:hover{
	color:#444;
}
ul.nav_bott li.more_links a{
	color:#e14ecb;
}
ul.nav_bott li.more_links a:hover{
	color:#f56fe1;
}

ul.tags{
	width:100%;
	height:auto;
	float:left;
	padding:0;
	list-style:none;
}
ul.tags li{
	float:left;
	font-size:13px;margin:0 10px 10px 0;
	border:2px #e1e1e1 solid;
}
ul.tags li:hover{
	background:#ba6b6b;
	border-color:#ba6b6b;
}
ul.tags li a{
	float:left;
	padding:5px 12px;
	color:#333333;
}
ul.tags li a:hover{
	color:#fff;
}

.blog-item{
	width:100%;
	height:auto;
	float:left;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px #dedede solid;
}
.blog-item .date{
	width:100%;
	float:left;
	margin-bottom:5px;
	font-size:12px;
}
.blog-item .date i{
	
}
.blog-item .date a{
	font-size:12px;
	color:#ec264b;
}
.blog-item .date a:hover{
	color:#ec264b;
	text-decoration:underline !important;
}
.blog-item span{
	width:120px;
	height:auto;
	float:left;
	margin-right:10px;
	padding:3px;
	background:#fff;
	border:1px #dedede solid;
}
.blog-item a{text-align:left;
	font-size:15px;
	line-height:22px;
}

.footer-nav{
	width:100%;
	height:auto;
	float:left;
	margin-top:15px;
	padding:12px 0;
	position:relative;
	border-top:2px #e1e1e1 solid;
}
.nav_foot{
	float:right;
	margin:0;
	margin-top:5px;
	padding:0;
	list-style:none;
	text-align:left;
	color:#333333;
	}
.nav_foot li{
	float:left;
	padding:10px 10px 10px 3px;
	font-size:16px;
	text-align:left;
	}
.nav_foot li a{
	color:#757575;
	margin-right:5px;
	}
.nav_foot li a:hover{
	color:#444;
	text-decoration:underline !important;
}

/*========= END FOOTER ==============*/

/*========= SHORTCODE ==============*/
.shortcode{
	height:400px;
	margin-bottom:15px;
}
/*========= END SHORTCODE ==============*/

/* BLOG */
.blog-kanan{
	float:left;
	min-height:500px;
	border: 1px solid #CCCCCC;
	width:100%;
	margin:10px 0px;
	}
.blog-kanan-box{
	padding:15px;
	float:left;
	width:100%;
	}
.blog-kanan-box-judul{
	float:left;
	width:100%;
	padding:10px 10px 10px 10px;
	border-bottom:1px solid #CCCCCC;
	font-size:20px;
	text-transform:uppercase;
	color:#e9bcbc
	}
.blog-kanan-box-judul i{
	margin-right:5px;
	}
.blog-populer-item{
	float:left;
	padding:10px 0px 10px 0px;
	border-bottom:1px solid #CCCCCC;
	}
.blog-populer-item-img{
	float:left;
	width:100px;
	height:80x;
	overflow:hidden;
	margin:0px 15px 15px 0px;
	}
.blog-populer-item-img img{
	width:100%;
	}
.blog-populer-item a{
	font-size:18px;
	color:#666666;
	}
.kategori-blog{
	float:left;
	margin:0px;
	}
.kategori-blog{
	list-style:none;
	}
.kategori-blog a{
	float:left;
	padding:10px 20px 10px 20px;
	border-bottom:3px  #CCCCCC solid;
	margin:2px;
	color:#999999
	}
.kategori-blog a:hover{
	border-bottom:3px  #e9bcbc solid;
	color:#e9bcbc
	}
.date{
	
	color:#666666;
	}
.blog-other-item{
	float:left;
	margin:0px;
	padding:0px;
	border-bottom:1px solid #CCCCCC;
	padding:15px 0px 15px 0px;
	}
.blog-other-item-img{
	float:left;
	width:250px;
	height:150px;
	margin:0px 15px 15px 0px;
	overflow:hidden;
	}
.blog-other-item-img img{
	width:100%;
	height:auto;
}


/* CREATE */
.wizard-steps {
    list-style: none;
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}
.wizard-steps li {
    display: table-cell;
    text-align: center;
    width: 1%}
.wizard-steps li .step {
    border: 5px solid #ced1d6;
    color: #546474;
    font-size: 15px;
    border-radius: 100%;
    background-color: #FFF;
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
}
.wizard-steps li:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    font-size: 0;
    overflow: hidden;
    border-top: 4px solid #CED1D6;
    position: relative;
    top: 21px;
    z-index: 1;
}
.wizard-steps li:last-child:before {
    max-width: 50%;
    width: 50%}
.wizard-steps li:first-child:before {
    max-width: 51%;
    left: 50%}
.wizard-steps li.active .step, .wizard-steps li.active:before, .wizard-steps li.complete .step, .wizard-steps li.complete:before {
    border-color: #5293c4;
}
.wizard-steps li.complete .step {
    cursor: default;
    color: #FFF;
    -webkit-transition: transform ease .1s;
    -o-transition: transform ease .1s;
    transition: transform ease .1s;
}
.wizard-steps li.complete .step:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    content: "\f00c";
    background-color: #FFF;
    z-index: 3;
    font-family: FontAwesome;
    font-size: 17px;
    color: #87ba21;
}
.wizard-steps li.complete:hover .step {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    border-color: #80afd4;
}
.wizard-steps li.complete:hover:before {
    border-color: #80afd4;
}
.wizard-steps li .title {
    display: block;
    margin-top: 4px;
    max-width: 100%;
    color: #949ea7;
    z-index: 104;
    text-align: center;
    table-layout: fixed;
    word-wrap: break-word;
}
.wizard-steps li.active .title, .wizard-steps li.complete .title {
    color: #2b3d53;
}
.step-content {
    position: relative;
}
.step-content .step-pane {
    display: none;
    min-height: 200px;
    padding: 4px 8px 12px;
}
.step-content .step-pane.active {
    display: block;
}
.wizard-actions {
    text-align: right;
}
@media only screen and (max-width:767px) {
    .wizard-steps li .step {
    width: 30px;
    height: 30px;
    line-height: 24px;
    border-width: 3px;
}
.wizard-steps li:after, .wizard-steps li:before {
    border-width: 3px;
}
.wizard-steps li.complete .step:before {
    line-height: 24px;
    font-size: 13px;
}
.wizard-steps li:before {
    top: 16px;
}
.step-content .step-pane {
    padding: 4px 4px 6px;
    min-height: 150px;
}
}

.step-content .step-pane.active .form-inline .form-group {
  vertical-align: top !important;
}

/* DOMAIN */
.domainmenu .col-md-3{
	margin-bottom:15px;
	}
.domainmenu-item a{
	border:1px solid #CCCCCC;
	border-radius:4px;
	display: block;
	height:auto;
	text-align:center;
	margin-bottom:5px;
	}
.domainmenu-item i{
	font-size:48px;
	padding:20px;
	}
.domain-info{
	float:left;
	width:100%;
	padding:10px 10px 15px 10px;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:15px;
	}
.domain-info i{
	float:left;
	margin:0px 10px 0px 0px;
	font-size:58px;
	padding:10px;
	color:#a86262;
	}
.domain-info h4{
	color:#a86262 !important;
	font-weight:500;
	}
.dataitem{
	width:100%;
	padding:8px 0px 8px 0px;
	border-bottom:1px solid #f5f5f5;
	float:left;
	}
.dataitem-label{
	color:#666666;
	}
.mempelai-photo{
	float:left;
	margin:10px;
	border:3px solid #a86262;
	width:100%;
	}
.mempelai-photo img{
	width:100%;
	}
.cerita-item{
	padding:15px;
	width:100%;
	border-bottom:1px solid #CCCCCC;
	float:left;
	}
.cerita-item h4{
	color:#a86262
	}
.audio-item{
	padding:15px 0px 15px 0px;
	width:100%;
	border-bottom:1px solid #CCCCCC;
	float:left;
	}
/* MANAGE */
.managemenu .col-md-3{
	margin-bottom:15px;
	}
.managemenu-item{
	border:1px solid #CCCCCC;
	border-radius:5px;
	width:100%;
	float:left;
	height:auto;
	text-align:center;
	margin-bottom:5px;
	overflow:hidden;
	}
.managemenu-item-left{
	float:left;
	width:40%;
	background:#a86262;
	color:#FFFFFF;
	font-size:30px;
	}
.managemenu-item-right{
	width:60%;
	float:left;
	text-align:center;
	font-size:24px;
	padding:20px 0px 20px 0px;
	}
.managemenu-item i{
	font-size:30px;
	padding:20px;
	}
.domain-info{
	float:left;
	width:100%;
	padding:10px 10px 15px 10px;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:15px;
	}
.domain-info i{
	float:left;
	margin:0px 10px 0px 0px;
	font-size:58px;
	padding:10px;
	color:#a86262;
	}
.domain-info h4{
	color:#a86262 !important;
	font-weight:500;
	}
.dataitem{
	width:100%;
	padding:8px 0px 8px 0px;
	border-bottom:1px solid #f5f5f5;
	float:left;
	}

/*GRID PIN*/
#grid{
	position: relative;
	max-width: 100%;
	width: 100%;
}
.white-panel img {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin-top:10px;
}
.white-panel {
	position: absolute;
	background: white;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	padding: 10px;
}
.white-panel h1 {
	font-size: 1em;
}
.white-panel h1 a {
	color: #A92733;
}
.white-panel:hover {
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	margin-top: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/*GRID PROJECT*/
#gridproject{
	position: relative;
	max-width: 100%;
	width: 100%;
}
.white-project img {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin-top:0px;
}
.white-project {
	position: absolute;
	background: white;
	padding: 5px;
}
.white-project h1 {
	font-size: 1em;
}
.white-project h1 a {
	color: #A92733;
}
.white-project:hover {
}


/* WEBNIKAH */
.fasilitas-item{
	font-size:48px;
	float:left;
	width:80px;
	height:80px;
	color:#ba6b6b;
	text-align:center;
	padding:20px 0px;
	}

.vendor-search{
	width:100%;
	background:url(../images/bg.vendor-search.jpg) center top;
	height:auto;
	float:left;
	position:relative;
	padding:30px 0px 30px 0px;
	}
.vendor-intro{
	text-align:center;
	
	}
.vendor-search-buttom{
	width:100%;
	border-bottom:1px solid #CCCCCC;
	height:5px;
	background:#f5f5f5;
	}
.vendor-search-box{
	margin:10px 0px 10px 0px;
	border:1px solid #CCCCCC;
	background:#f5f5f5;
	float:left;
	height:auto;
	width:100%;
	padding:10px;
	}
.box-vendor img{
	margin:20px;
	width:90%;
	}

.paket-search{
	width:100%;
	background:url(../images/bg.vendor-search.jpg) center top;
	height:auto;
	float:left;
	position:relative;
	padding:30px 0px 30px 0px;
	}
.paket-search-box{
	margin:10px 0px 10px 0px;
	border:1px solid #CCCCCC;
	background:#f5f5f5;
	float:left;
	height:auto;
	width:100%;
	padding:10px;
	}
.paket-search-box-judul{
	margin:0px 0px 10px 0px;
	border-bottom:1px solid #CCCCCC;
	background:#d58686;
	color:#FFFFFF;
	padding:10px 20px 10px 20px;
	font-size:18px;
	float:left;
	height:auto;
	width:100%;
	text-align:left;
	}
.paket-search-box input,.paket-search-box select{
	margin:5px 0px 5px 0px !important;
	}
/*Dashboard V2*/

#timeline{
  width: 100%;
  height:auto;
  display: block;
  background: #FFF;
  float: left;
  border:1px solid #cccccc;
}
  .content-header{
    padding: 15px;
  }
    .content-header h2{
      margin: 0;
    }

  .header-inner{}
  .timeline-sapa-box{}
  .stream-container{
    width: 100%;
    display: block;
    position: relative;
  }
    .stream{}
    .stream-items{
      list-style: none;
      padding: 0;
      margin: 0;
    }
      .stream-item{
        width: 100%;
        display: block;
      }
        .stream-item .sapaan{
          border-bottom: 1px solid #e1e8ed;
          min-height: 51px;
          padding: 20px;
          position: relative;
        }
          .stream-item .sapaan .col-xs-10{
            margin-left: -24px;
          }
          .stream-item .sapaan .sapa-img{
		  	margin:15px 0px;
            width: 100px !important;
            height: 100px !important;
            overflow: hidden;
            display: inline-block;
            -moz-border-radius: 10px;
            -webkit-border-radius:10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            border-radius: 10px;
          }
            .stream-item .sapaan .sapa-img img{
              width: 100%;
              height: 100%;
            }
          .stream-item .stream-item-header{}
            .stream-item .stream-item-header .del-action{
              color: #CCC;
            }
          .stream-item .stream-item-content p{
          }
          .stream-item .stream-item-media{
            width: 100%;
            display: inline-block;
          }
		  .komentar-item{
		  	
			line-height:20px;
			}
          .stream-item .stream-item-media .stream-media-preview{

          }
          .stream-item .stream-item-media .stream-media-preview a{
            display: block;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            max-height: 250px;
            overflow: hidden;
            position: relative;
          }
          .stream-item .stream-item-media .stream-media-preview a.full{
            max-height: 100% !important;
          }
          .stream-item .stream-item-media .stream-media-preview a img{
            width: 100%;
          }
          .stream-item .stream-item-action .list-inline li a{
            color: #555 !important;
			border:1px solid #CCCCCC;
			border-radius:5px;
			padding:2px 5px 2px 5px;
			
			margin:2px 0px 2px 0px;
			float:left;
          }
          .stream-item .stream-item-header .del-action:hover,
          .stream-item .stream-item-action .list-inline li a:hover{
            color: #333 !important;
          }
	
	.stream-item-header{
		padding-left:20px;
		}
	.stream-item-content{
		padding-left:20px;
		}
	.stream-item-action{
		padding-left:20px;
		padding-top:10px;
		}
  .expanded-conversation{
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .expanded-conversation.collapsed-conversation{
    height: 0 !important;
    display: none;
  }
  .expanded-conversation.collapse-conversation{
    height: auto;
    display: block;
  }
    .expanded-conversation > li{
      padding: 15px;
      border-bottom: 1px solid #e1e8ed;
      background: #F5F8FA;
    }
      .expanded-conversation .inline-reply-user-image{
        width: 52px;
        height: 52px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;
        display: inline-block;
      }

      .expanded-conversation .inline-reply-user-image img{
        width: 100%;
        height: 100%;
      }

      .expanded-conversation .arrow-up {
          width: 0;
          height: 0;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;

          border-bottom: 5px solid #CCCDCE;
          position: absolute;
          top: -21px;
          left: 50px;
        }
      .expanded-conversation .form-inline textarea{
        height: 40px;
        width: 100%;
		
		padding:10px;
      }
      .expanded-conversation .form-inline .form-group{
        display: block;
      }
	  
.grid {
	list-style: none;
	margin: 0px;
	padding: 0;
}
.grid-item{
	width:385px;
	}

.modal{
	z-index:999999;
	 overflow-y: auto;
	 height:100%;
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    outline: 0;
    height: 90% !important;
}

.modal-backdrop.in {
    opacity: .8;
    filter: alpha(opacity=50);
}

/*paket*/
.paket-item{
	width:100%;
	border:1px solid #ccc;
	float:left;
	margin:0px 0px 10px 0px;
}
.paket-item-isi{
	float:left;
	width:100%;
	padding:10px;
}
.paket-item-img{
	width:100%;
	height:120px;
	overflow:hidden;
	margin:0px 10px 10px 0px;
	float:left;
}
.paket-item-img img{
	width:100%;
	height:auto;
}
.paket-price{
	font-size:18px;
	color:#C30;
}
.template-img{
	width:100%;
	/* height:270px; */
	overflow:hidden;
	padding:5px;
	border:1px solid #ccc;
	border-radius:10px;
	}
	.template-img img{
		width:100%;
		height:auto;
		aspect-ratio: 1/1;
		object-fit: cover;
	}
	.template-img img.img-premium{
		aspect-ratio: auto !important;
	}
.img-premium{
    float: left;
    z-index: 99999;
    width: 100px !important;
    position: relative;
    margin: 0px 0px -350px 0px;
	}
.blog-item{
	width:100%;
	padding:15px 10px 15px 10px;
	border-bottom:1px solid #ccc;
	}
.blog-item-img{
	width:300px;
	margin:0px 20px 20px 0px;
	overflow:hidden;
	float:left;
	border-radius:10px;
	}
.blog-item-img img{
	width:100%;
	}
.blog-item a.title-news h2{
	font-size:22px;
	margin:0px 0px 15px 0px;;
	line-height:28px;
	font-weight:bold;
	}
.blog-item span{
	font-size:14px;
	border:none;
	float:none;
	margin-bottom:10px;
	}
.box-content{
	    padding: 15px 0px 20px 0px
		}
.title-headline h1{
	font-size:28px;
	line-height:38px;
	}
.large-content{
	padding:0px 15px 0px 15px;
	}
.large-content .thumbDetail{
	border-radius:10px;
	overflow:hidden;
	}
.box-item{
	overflow:hidden;
	}
.box-vendor{
	width:100%;
	border-radius:10px;
	border:1px solid #ccc;
	padding:10px;
	height:325px;
	overflow:hidden;
	margin:0px 0px 20px 0px;
	text-align:center;
	}
.box-vendor-img{
	width:150px;
	height:150px;
	overflow:hidden;
	clear:both;
	border-radius:50%;
	display: inline-block;
	}
.box-vendor-img:hover{
	  filter: brightness(120%);
	}
.box-vendor-img img{
	width:100%;
	margin:0px;
	}
.box-vendor .item-text{
	height:110px;
	overflow:hidden;
	float:left;
	width:100%;
	margin-bottom:5px;
	}
.box-vendor .item-text p{
	text-align:center;
	}

.faq-item{
	padding:10px;
	border-bottom:1px solid #CCCCCC;
	width:100%;
	float:left;
	}	
.faq-tanya{
	float:left;
	width:100%;
	font-size:16px;
	padding:10px 0px 10px 0px;
	font-weight:bold;
	color:#333;
	border-bottom:1px solid #ccc;
	line-height:28px;
	margin-bottom:10px;
	}
.faq-tanya span{
	font-size:38px !important;
	float:left;
	margin:-10px 10px 0px 0px;
	}
.faq-jawab{
	padding-left:40px;
	float:left;
	}
.card-body img{
	width:auto;
	height:auto;
	}
.template{
	float:left;
	/* height:270px; */
	overflow:hidden;
	width:100%;
}
.template img{
	aspect-ratio: 1/1;
	object-fit: cover;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: poGraphik;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #d58686;
}

input:focus + .slider {
  box-shadow: 0 0 1px #d58686;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#whatsapp-chat {
  position: fixed;
  background: #fff;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99999;
  animation-name: showchat;
  animation-duration: 0.5s;
  transform: scale(1);
}
a.blantershow-chat:link,
a.blantershow-chat:visited {
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
a.blantershow-chat {
  background: linear-gradient(to right top, #de9797, #de9797);
  color: #fff;
  position: fixed;
  z-index: 98;
  bottom: 25px;
  right: 30px;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  text-decoration: none;
}
a.blantershow-chat i {
  transform: scale(1.2);
  margin: 0 10px 0 0;
}
.header-chat {
  background: #de9797;
  color: #fff;
  padding: 15px 20px;
}
.header-chat h3 {
  margin: 0 0 10px;
}
.header-chat p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  color:#fff;
}
.info-avatar {
  position: relative;
}
.info-avatar img {
  border-radius: 100%;
  width: 50px;
  float: left;
  margin: 0 10px 0 0;
}
a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 0.75s;
}
a.informasi:hover {
  background: #f1f1f1;
}
.info-chat span {
  display: block;
}
#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}
#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}
#get-label,
#get-nama {
  color: #fff;
}
span.my-number {
  display: none;
}
.blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
}
textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 20px;
  outline: none;
  resize: none;
  min-height: 20px;
}
a#send-it {
  color: #555;
  margin: -5px 0 0 5px;
  font-weight: 700;
  padding: 8px 15px;
  background: #eee;
  border-radius: 10px;
}
.first-msg {
  background: url('/themes/website/assets/img/wa-background.png');
  padding: 30px 15px;
  text-align: left;
  position: relative;
}

.first-msg::before {
  position: absolute;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 30px;
  left: 3px;
  width: 12px;
  height: 19px;
}

.first-msg span {
  background: #ffffff;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 0 4px 4px 4px;
  padding: 15px 20px;
  display: inline-block;
}
.start-chat .blanter-msg {
  display: flex;
}
#get-number {
  display: none;
}

a.close-chat {
  position: absolute;
  top: 5px;
  right: 10px;
  opacity: 0.4;
  cursor: poGraphik;
  transition: all 0.3s ease 0s;
  outline: transparent none medium;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  font-size: 23px;
  color: #fff;
}

a.close-chat:hover {
  opacity: 0.8;
}



@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}
.hide {
  display: none;

  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}
.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

@media only screen and (max-width:767px) {
  .card-body img{
	width:100% !important;
	height:auto;
	}
 .box-content{
   	 padding:10px 0px 20px 0px;
	 float:left;
	 width:100%;
	 }
	.boxcontent{
		float:left;
		width:100%;
		height:auto;
		}
	.blog-item {
		width: 100%;
		padding: 15px 0px 15px 0px;
		border-bottom: 1px solid #ccc;
	}
	.blog-item-img{
		width:100%;
		}
   .grid-item{
	 width:auto !important;
	}
	.box_about, .box_ctn-item {
		width: 100%;
		height: auto;
		float: left;
		position: relative;
		 padding: 0px;
		border: 0px #dedede1 solid;
	}
	.box_about .col-md-12,.box_about .col-md-6,.box_about .col-md-3{
		padding:0px;
		}
	.border-light {
		border:0px #e0dcd7 solid;
		border-radius: 8px;
	}
	.title-headline h1{
	font-size:22px;
	}
	.vendor-search-box .col-xs-12{
		margin-bottom:10px;
		}
}
.blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}

.input-domain .btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: poGraphik;
	text-transform: unset !important;
	background-color: #eee !important;
	border: 1px solid #ccc !important;
	white-space: nowrap;
	padding: 6px 12px;
	
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.okewa-style_1 #okewa-floating_cta {
    background:#de9797 !important;
}
#okewa-floating_popup .okewa-header {
    background:#de9797 !important;
    text-align: center;
    color: #fff;
    padding: 15px;
}
.lengkap img{
	width:auto;
	max-width:100% !important;
	height:auto;
	}
.topnotif{
	padding:5px 0px 5px 0px;
	background:#a86262;
	color: #fff;
}

.w-100{
	width: 100%;
}

.c-testi{
	padding: 10px !important;
	border-radius: 10px !important;
	border: 1px solid #e0e0e0 !important;
	margin-bottom: 20px !important;
}
.c-testi img{
	width: 100px !important;
	height: 100px !important;
	border-radius: 600px !important;
}
.c-testi .isi{
	display: flex !important;
}
.c-testi .isi-d{
	margin-left: 20px !important;
}
.c-testi .isi-d h5{
	font-size: 20px !important;
}

.t-5{
	margin-top: 50px;
}

.row-h{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col-h{
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 768px) {
	.col-h {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	}
}


.payment-item{
	border: 1px solid #ccc;
	padding: 15px;
	width: 100%;
	float: left;
	margin: 5px 0px 5px 0px;
}
.payment-item img{
	padding: 5px;
	float: left;
	border: 1px solid #ccc;
	margin: 5px;
	min-height: 35px;
	border-radius: 5px;
	max-height: 35px;
}