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

body{
	font-family: 'Inter', Tahoma, Geneva, sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #555555;
	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 "Inter";
}

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'; */
}

/* MARgin */
.mt-5{
	margin-top:5px;
	}
.mt-10{
	margin-top:10px;
	}
.mt-15{
	margin-top:15px;
	}

/*--------------------------------
  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;
}

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

/*--------------------------------
  COSTUMIZE TEXT COLOR
----------------------------------*/
.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;
}
/*--------------------------------
  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-bottom:3px solid rgba(0,0,0,0.2);
}
.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
----------------------------------*/

.btn {
	text-transform:uppercase;
	border-radius:0 0 0 0;
	border:0;
	padding:10px 15px;
	font-size:13px;
}
.btn-more{
	padding:8px 25px;font-size:15px;
	text-transform:uppercase;
	border:0;
	border-bottom:3px solid;
}
.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: #ca3bb4;
	border-color:#7a1b72;
	color:#fff;
}
.btn-pink:hover{
	background:#e75ed2;
	color:#fff;
}
.btn-blue-lighter{
	background: #2891cd;
	border-color:#197cb5;
	color:#fff;
}
.btn-blue-lighter:hover{
	background:#2e9cda;
	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;
}
.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;
	position:relative;
	border:1px #fff solid;
	border-bottom:2px 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:15px;
	border-radius: 0;
	border-color:transparent;
	font-weight:400;
}
.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;
}
.navbar-default .navbar-nav>li>a {
	color: #777;
	font-weight:400;
	text-transform:uppercase;

}
.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:25px 15px 20px 15px;
}
@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;
	}
}

.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;
}
.subNav a:hover,
.subNav a:focus{
	background:#fff;
	color:#278dca;
}

@media (max-width:767px) {
	.subNav{
		padding:10px 0;
	}
	.subNav a{
		width:50%;
		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: pointer;
	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{
		font-size:14px;
	}
}
/*--------------------------------
  END SLIDER
----------------------------------*/


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

.item-text{
	padding:10px 20px;
}
.item-text h4,
.item-text h3{
	margin:8px 0;
	color:#222;
}
.item-text span{font-size:12px;
}
.item-text span i{
	font-size:14px;
}
.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 #49b7f6 solid;
	
	/* 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;}

/*== Second Content==*/
.name_vendor{
	position:absolute;
	top:15px;
	left:15px;font-size:14px;
	padding:3px 10px;
	text-transform:uppercase;	
}
.name_vendor:hover{
	background:#222 !important;
}

/*== 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:0 15px 15px;
	border:1px #dedede1 solid; 
}
.box_about p{
	width:100%;
	margin:0 auto;
	
	line-height:24px;
	font-size:16px;
	line-height:24px;
}
@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;
	}
.detailinfo{
	color:#999999;
	width:100%;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC
	}
.infodetail{
	float:left;
	width:100%;
	border-bottom:2px solid #CCCCCC;
	font-family: 'Roboto';
	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:250px;
	float:left;
	list-style:none;
	padding:15px;
}
.list-package li{
	width:100%;
	height:auto;
	float:left;text-align:center;
	margin:10px 0;
}
.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;
	margin-left:30%;
	float:left;
	padding:3px;
	margin-right:10px;
	background:#dedede;
	clear:both;
	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:10px;
}
.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;
	float:left;
	padding:0;
	margin:0;
	list-style:none;}
.user-nav li{
	width:100%;
	float:left;
	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%;
	float:left;
	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;
	max-height: 340px;
	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;
}
input[type="text"],
input[type="email"],
input[type="password"]{
	width:100%;
	float:left;
	display:block;
	font-size:16px;
	padding:6px 10px;
	color:#333;
	outline:0;
	border:1px #c7c7c7 solid;
}
select{
	cursor:pointer;
	width:100%;
	float:left;
	display:block;
	font-size:16px;
	padding:8px 10px;
	color:#333;
	outline:0;
	border:2px #c7c7c7 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');
}
textarea{
	width:100%;
	float:left;
	display:block;
	font-size:16px;
	padding:6px 10px;
	color:#333;
	outline:0;
	border:2px #c7c7c7 solid;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus{
	border-color:#3498db;
}
/*========= 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{
	border:3px solid #2891cd;
}
/*========= 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{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#666;
	background:#fff;
	}
.table thead{
	font-size:14px;
	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:18px;
	text-align:left;
	color:#333;
}
.text_bott{font-size:14px;
	color:#9a9a9a;
	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 8px;
	list-style:none;
}
ul.nav_bott li{
	float:left;
	clear:both;
	margin-bottom:4px;
	font-size:16px;
}
ul.nav_bott li a{
	color:#9a9a9a;
}
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:#ca3bb4;
	border-color:#ca3bb4;
}
ul.tags li a{
	float:left;
	padding:5px 12px;
	color:#9a9a9a;
}
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{
	font-size:14px;
}
.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:15px;
	padding:0;
	list-style:none;
	text-align:left;
	color:#9a9a9a;
	}
.nav_foot li{
	float:left;
	padding:0 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:#999999;
	}
.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{
	font-size:14px;
	color:#999999;
	}
.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;
	}


/* 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;
    font-size: 14px;
    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{
	border:1px solid #CCCCCC;
	border-radius:20px;
	width:100%;
	float:left;
	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:bold;
	}
.dataitem{
	width:100%;
	padding:8px 0px 8px 0px;
	border-bottom:1px solid #f5f5f5;
	float:left;
	}
.dataitem-label{
	color:#999999;
	}
.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
	}

/* PROJECT */
.project-detail{
	border:1px solid  #CCCCCC;
	}
.project-detail-content{
	width:100%;
	padding:20px;
	}
.vendor-side{
	border:1px solid  #CCCCCC;
	}
.vendor-side-content{
	width:100%;
	padding:20px;
	}
	
.project-kanan{
	float:left;
	min-height:500px;
	border: 1px solid #CCCCCC;
	width:100%;
	margin:10px 0px;
	}
.project-kanan-box{
	padding:15px;
	float:left;
	width:100%;
	}
.project-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
	}
.project-kanan-box-judul i{
	margin-right:5px;
	}
.project-kanan-item{
	float:left;
	padding:10px 0px 10px 0px;
	border-bottom:1px solid #CCCCCC;
	}
.project-kanan-img{
	float:left;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0px 15px 15px 0px;
	}
.project-kanan-img img{
	width:100%;
	}	
.full-width img{
	width:100%;
	}
.faq-item{
	padding:10px;
	border-bottom:1px solid #CCCCCC;
	width:100%;
	float:left;
	}	
.faq-tanya{
	float:left;
	width:100%;
	font-size:20px;
	padding:10px 0px 10px 0px;
	font-weight:bold;
	}
.faq-tanya span{
	font-size:38px !important;
	float:left;
	margin:-10px 10px 0px 0px;
	}
.faq-jawab{
	padding-left:40px;
	float:left;
	}
	
/* WEBNIKAH */
.fasilitas-item{
	font-size:48px;
	float:left;
	width:80px;
	height:80px;
	color:#ba6b6b;
	text-align:center;
	padding:20px 0px;
	}


/*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 {
}

.grid {
	list-style: none;
	margin: 0px;
	padding: 0;
}
.grid-item{
	width:385px;
	}

.modal{
	z-index:999999;
	 overflow-y: auto;
}

.modal-backdrop.in {
    opacity: .8;
    filter: alpha(opacity=50);
}
.tentangkami{
	margin-top:-80px;
	padding:20px;
	}

@media only screen and (max-width:767px) {
   .grid-item{
	 width:auto !important;
	}
	.tentangkami{
	margin-top:10px;
	}
}

