/*------------------------------------------*/
/*	    Fonts
/*------------------------------------------*/
@font-face {
  font-family: "Lato-Bold";

  src: url("../fonts/lato/Lato-Bold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/lato/Lato-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lato-Heavy";

  src: url("../fonts/lato/Lato-Heavy.woff") format("woff"), /* Modern Browsers */
    url("../fonts/lato/Lato-Heavy.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lato-Regular";

  src: url("../fonts/lato/Lato-Regular.woff") format("woff"), /* Modern Browsers */
    url("../fonts/lato/Lato-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Opensans";

  src: url("../fonts/opensans/opensans-regular.woff") format("woff"), /* Modern Browsers */
    url("../fonts/opensans/opensans-regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-SemiBold";

  src: url("../fonts/Poppins/Poppins-SemiBold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Poppins/Poppins-SemiBold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-Regular";

  src: url("../fonts/Poppins/Poppins-Regular.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Poppins/Poppins-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lato-Black";

  src: url("../fonts/lato/Lato-Black.woff") format("woff"), /* Modern Browsers */
    url("../fonts/lato/Lato-Black.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lato-BoldItalic";

  src: url("../fonts/lato/Lato-BoldItalic.woff") format("woff"), /* Modern Browsers */
    url("../fonts/lato/Lato-BoldItalic.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "opensans";

  src: url("../fonts/opensans/opensans-regular.woff") format("woff"), /* Modern Browsers */
    url("../fonts/opensans/opensans-regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "opensans-bold";

  src: url("../fonts/opensans/opensans-bold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/opensans/opensans-bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
/*------------------------------------------*/
/*	    General
/*------------------------------------------*/
/* General */
body {	
	font-family: 'Opensans', Opensans;
	font-size: 15px;
    line-height: 22.5px;
	font-weight: 300;
	color: #666;
}
strong, b {
	font-weight: 600;
}

img {
	max-width: 100%;
	height: auto;
}

ul, ol {
	list-style: none;
}
ul {
    padding: 0;
    margin: 0;
}
a {
    color: inherit;
	outline: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

a, a:hover {
    text-decoration: none;
}
a, a:focus{
	outline: 0;
}

a:hover , a:focus{
	color:#00b026;
}

i {
	font-size: 1.1em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Muli Bold', Muli-Bold;
	color: #333;
}
h2, .h2, .heading-title{
  color: #212121;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 34px;
  text-align: left;
  text-transform: uppercase;
}
p{
	font-size:14px;
}
p strong {
	font-weight: 600;
}

/*------------ add on andi ----------------------------*/

.relative{
	position:relative;
}

.no-padding{
	padding: 0 !important;
	margin: 0 !important;
}
.no-border{
	 border:  none !important;
}
.border-ddd{
	border: solid 1px #ddd;
}


/*	        Section
/*------------------------------------------*/
section{
	margin: 70px 0 70px;
}
.heading{
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
	margin: 0 0 50px;
	position: relative;
	color:#333333;
}

#preload {
			position: fixed;
			left: 0px;
			top: 0px;
			width: 100%;
			height: 100%;
			z-index: 999999;
			background: url(../../images/content/preload/Preloader_2.gif) 50% 50% no-repeat #fff;
		}

/* Viewportceck */
.dummy{
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	opacity: 0;
}
.dummy.visible{
	opacity: 1;
}
/*------------------------------------------*/
/*	    Rewrtie bootstrap
/*------------------------------------------*/

/* equal column */
@media(min-width:768px){
	.row-eq-height{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}

	.row-eq-height > [class*="col-"]{
		display: flex;
		flex-direction: column;
	}
}



/*------------------------------------------*/
/*	        Header
/*------------------------------------------*/
header {
  background: #fff none repeat scroll 0 0;
}
.about-us {
  background: #fff none repeat scroll 0 0;
  padding: 70px 0;
  margin-top: 0;
}

/*------------------------------------------*/
/*	          Navbar Menu
/*------------------------------------------*/
.navbar{
	border-radius: 0 0 0;
	border-width: 0;
	margin: 0;
}
.navbar-default{
	background: #283443;
	top:0;
	width:100%;
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
}
.navbar-brand{padding-top: 5px;}
.navbar-brand > img {
	height: 60px;
	margin-top: 5px;
}

.dropdown-menu .dropdown-menu {
  position: absolute;
}


@media(min-width:768px){
	
	 .navbar.fixed {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1000;
		width: 100%;
		
	} 
	.navbar-collapse{
		text-align: center;
	}
	.navbar-nav{
		display: inline-block;
		float: none;
	}
	.navbar-brand{padding-top: 0px;}
	.navbar-brand > img {
		height: 60px;
		margin-top: 5px;
	}
	.navbar-nav > li > a {
		text-transform: capitalize;
		padding: 15px 0;
	}
	.navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
		background: #00b026;
		color:#fff;
	}
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
		background-color: rgba(255,255,255,0);
	}
	.navbar-default .navbar-nav > li > a{
		color:#fff;
		font-family: lato-bold;
		/* font-size:14px; */
		 font-weight:bold; 
		padding: 20px 15px;
		text-transform: uppercase;
	}
	.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
		color: #fff ;
		background:#00b026;
	}
	ul.nav.navbar-left.navbar-nav li:hover {background: #d3e400;/* color: #19497a; */}
	
	/* submenu */
	.navbar ul ul {
		display: none !important;
	}
	.navbar-nav li:hover > ul {
		display: block !important;
		moz-animation: fadeInDown .1s ease-out ;
		-webkit-animation: fadeInDown .1s ease-out ;
		animation:fadeInDown .1s ease-out ;
	}
	.navbar-nav ul{
		margin: 0;
		padding: 0;
		width: 200px;
		border: 1px solid rgba(0, 0, 0, 0.05);
		border-width: 2px 0 0 0;
		border-style: solid;
		border-color: #ddd;
		font-size: 13px;
		text-transform: capitalize;

		box-shadow: 0 0 0 ;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.navbar-nav > li > .dropdown-menu{ 
		left: 0;
		right: auto;
		top:50px;
		width: auto;
	}
	.navbar-nav > li > .dropdown-menu li{ border-bottom: 1px solid #eee; position: relative }
	.navbar-nav > li > .dropdown-menu li:last-child{ border-bottom: 0 }
	.navbar-nav > li > .dropdown-menu li,
	.navbar-nav > li > .dropdown-menu li a { color: #999; font-weight: 300 }
	.navbar-nav > li > .dropdown-menu a { padding: 10px 15px; position: relative }
	.navbar-nav > li > .dropdown-menu a:hover,
	.navbar-nav > li > .dropdown-menu > .active > a, 
	.navbar-nav > li > .dropdown-menu > .active > a:focus, 
	.navbar-nav > li > .dropdown-menu > .active > a:hover{ background-color: #fff;color: #000 !important;}
	
	/* sub submenu */
	.navbar-nav ul ul{	
		left: 200px !important;
		top: -1px;
		border-top: 0;
	}
	.open > .dropdown-menu {
		display: block !important;
	}
	
	.navbar-brand{
		margin-top: 5px;
		height: 70px;
	}
}
.navbar-default.fixed {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
}

/*------------------------------------------*/
/*	        Slider
/*------------------------------------------*/
#slider{
	border-bottom: 0 solid #434a54;
	height: 500px;
}
.carousel-inner{height: 100%;}
.carousel-inner > .item{height: 100%;}
.carousel-indicators{
	bottom: 25%;
    left: 50px;
	
}
.carousel-indicators li{
	background:#fff !important;
	border-color:#fff !important;
	border-radius: 0;
}
.carousel-indicators .active
{
	background:#fbb03b;
	border-color:#fbb03b;
}
.carousel-progress{
	padding: 1px 0;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.carousel-bar{
	height:3px;
	background:rgba(255, 255, 255, 0.7);
	display:block;
}
.carousel-control{
	box-shadow: none;
	border: 0;
	color: #ff;
	font-size: 15px;
	left: 0;
	opacity: 0.7;
	position: absolute;
	text-align: center;
	top: 71%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	line-height: 45px;
	z-index: 499;
}
.carousel-control.right {
	background-image: none;
	background-repeat: repeat-x;
	left: 100px;
	right: 0;

}
#slider img {
  object-fit: cover;
}
/* coresel control ya */
/* .carousel-control.left, .carousel-control.right {
	background-image: none;
}
.carousel-control.left{
	left: -100px;
}
.carousel-control.right{
	right: -100px;
}
#slider:hover .carousel-control.left{
	left: 20px
}
#slider:hover .carousel-control.right{
	right: 20px
} */
.caption-container {
	right: 10px;
	margin-left: 0;
	position: absolute;
	text-align: left;
	top: 120px;
	max-width: 800px;
}
.carousel-caption{
	/* left: 0; */
	right: 0;
	top: 40%;
	bottom: auto;
	padding: 0;
	right:20%;
	
}
.carousel-caption h2{
	margin: 0;
}
 .carousel-caption p, .carousel-caption .diskription{
	border: 2px solid #fff;
    font-size: 18px;
    padding: 20px;
    width: 320px;
}

.carousel-caption h3 span {
    color: #333;
    display: inline-block;
    font-size: 28px;
    text-transform: capitalize;
   
    margin-bottom: 30px;
}

.carousel-caption h3 span ::after {
  background: #45cd8f none repeat scroll 0 0;
  bottom: 0;
  content: " ";
  display: inline-block;
  height: 5px;
  left: 0;
  position: absolute;
  width: 110px;
}

.carousel-caption .info span{
    
    color: #fff;
    max-width:400px; 
   
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img{
    line-height: 1;
 
}
.classpertama {
    top: 100px;
}
.classpertama .caption-container h1 {
    font-size: 168px;
}
.classpertama .caption-container p {
    font-size: 34px;
}
.classpertama .caption-container .selamatdatang{
	color:#006699;
	font-size: 24px;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
	display: block;
	height: 100%;
	width: 100%;
}
.head-line {
    padding: 10px 0 10px 0;
    background: #669966;
}
.head-line .textnya{
  	color:#fff;
  	overflow: hidden;
  	position: relative;
}
.head-line marquee{
	position: absolute;
	margin: 0 20px 0 10px;
}
.head-line .fa-bullhorn {
	border: 1px solid #fff;
	border-radius: 12px;
	padding: 3px;
	color: #669966;
	background: #fff;
}

.wrap-container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	padding-right: 0px;   
}
.jajal:after,.jajal:before{display:table;content:" "}


.caption-container h3{
	font-family:Poppins-SemiBold;
	color:#333;
	font-size:35px;
}
.caption-container h3::after {
  background: #45cd8f none repeat scroll 0 0;
  bottom: 0;
  content: " ";
  display: inline-block;
  height: 5px;
  left: 0;
 
}


.caption-container p{
	font-family: Poppins-Regular;
	color:#333;
	font-size: 14px;
}
#slider .readmore {
	background: #45cd8f none repeat scroll 0 0;
	border: medium none #45cd8f;
	border-radius: 0;
	padding: 20px;
}
#slider .readmore:hover , #slider .readmore:focus {
	background:#333;
	color:#fff;
}
.info {
  font-size: 18px !important;
}
#slider .carousel-caption {
	padding: 20px;
	text-align: right;
}
.navbar-brand.judul {
  padding-top: 20px;
}

@media (min-width: 768px) {

   .wrap-container {
      width: 768px;
    
    }
  
}
@media (min-width: 800px) {
   .wrap-container {
      width: 800px;
    
    }
  
}
@media (min-width: 980px) {
   .wrap-container {
      width: 980px;
    
    }
  
}
@media (min-width: 992px) {
.wrap-container {
 width: 1173px;

    }
  
}

@media (min-width: 1280px) {
.wrap-container {
	width: 1280px;

    }
  
}
@media (min-width: 1349px) {
.wrap-container {
	width: 1349px;

    }
  
}
.carousel-utama iframe {
   width: 100%;
	min-height: 650px;
	background-position: center;
	background-size: cover;
    position: relative;
}

@media(max-width:767px){
	.carousel-caption h2 span,.carousel-caption p span{
		width: 100%;
		text-align: center;
		display: block;
	}
.carousel-utama iframe{
    width: 100%;
    min-height: 350px;

  }
  .carousel-inner > .item
  {
  	max-height: 220px;
  }

}
@media(max-width:360px){
	.carousel-utama iframe{
    width: 100%;
    min-height: 220px;
  }
}
.carousel-caption p span{
	color: #336633;
	display: inline-block;
	font-size: 16px;
	
}
.carousel-caption h1{
	font-size:100px;
}
.carousel-caption p,.carousel-caption h1,.carousel-caption h2, .carousel-caption h3,.carousel-caption h4,.carousel-caption h5, .carousel-caption h6{
	color: #fff;
}
.carousel-caption h3 , .carousel-caption h1, .carousel-caption h2,  {
  font-size: 35px;
}
.carousel-caption .btn-danger{
	border-color: #db3438;
	background: #db3438;
	background-color: rgb(0, 153, 153);
	/*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);*/
	color:#fff;
}

/*------------------------------------------*/
/*			Owl Carousel
/*------------------------------------------*/

/* Styling Owl Pagination*/
.owl-pagination {
	position: absolute;
	/* width: 100%; */
	/* left: 0; */
	bottom: 5px;
}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 16px;
	height: 16px;
	margin: 2px 4px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #444;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.touch-slider:hover .owl-controls .owl-page span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	border-color: #00b6e3;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}

/* Custom Owl Pagination*/
.owl-container{
	position: relative;
}
.owl-container .owl-buttons [class*="owl-"]{
	position: absolute;
	top: 50%;
	font-size: 24px;
	z-index: 1000;
}
.owl-container .owl-buttons .owl-prev{
	left: 0;
}
.owl-container .owl-buttons .owl-next{
	right: 0;
}


.custom.homeservice {
	background-position: center center;
	background-size: cover;
	padding: 80px 10px;
}
.homeservice .heading-title {
	color: #ffff;
}
.service-icon {
	color: #00b026;
	font-size: 5em;
	text-align:center;
}
.service-content h4, .service-content {
  text-align: center;
}


.service-content h4 {
	margin-bottom: 15px;
}
.service-content > p {
  color: #fff;
}


.product {
    position: relative;
}
.product-name {
	background: #00b026 none repeat scroll 0 0;
	bottom: 25px;
	color: #fff;
	left: 0;
	padding: 10px 15px;
	position: absolute;
	width: 90%;
}
#product {
	margin-top: 70px;
}
.product {
	margin-right: 20px;
	position: relative;
}

#map{
	height:300px;
	
}

.timeline {
	list-style: outside none none;
	margin: 0 0 30px;
	padding: 0;
	position: relative;
}
.timeline::before {
	background: #00b026  none repeat scroll 0 0;
	border-radius: 2px;
	bottom: 0;
	content: "";
	left: 31px;
	margin: 0;
	position: absolute;
	top: 0;
	width: 2px;
}
.timeline > li::before, .timeline > li::after {
	content: " ";
	display: table;
}
.timeline > li::after {
	clear: both;
}
.timeline > li {
	margin-bottom: 20px;
	margin-right: 10px;
	position: relative;
}
.timeline > li > .fa, .timeline > li > .glyphicon, .timeline > li > .ion {
	background: #00b026  none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	font-size: 15px;
	height: 40px;
	left: 13px;
	line-height: 40px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 40px;
}
.timeline > li > .timeline-item {
	background: #fff none repeat scroll 0 0;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #444;
	margin-left: 60px;
	margin-right: 15px;
	margin-top: 0;
	padding: 0;
	position: relative;
}
.timeline > li > .timeline-item > .timeline-header {
	border-bottom: 1px solid #00b026 ;
	color: #333 ;
	font-size: 16px;
	line-height: 1.1;
	margin: 0;
	padding: 10px;
	font-weight:bold;
}
.timeline > li > .timeline-item > .timeline-body, .timeline > li > .timeline-item > .timeline-footer {
  padding: 10px;
}



/* halaman dalam */
.top-breadcrumb {
	margin: 20px 0;
	padding: 0;
}
.heading-title {
	font-family: lato-regular;
	font-size: 18px;
}
.breadcrumb {
	background-color: #fff;
	border-radius: 0;
	list-style: outside none none;
	margin-bottom: 0;
	margin-top: 15px;
	padding: 8px 15px;
}
.breadcrumb > li + li::before {
	color: #959595;
	content: " > ";
	padding: 0 5px;
	font-family:lato-regular;
}

/*-------- top banner------------- */
.sidebar-title > h4 {
  font-family: Lato-Heavy;
  font-size: 15px;
}
.sidebar-title {
	padding: 10px;
	border: 1px solid #ddd;
}



.top-banners {
	margin-top: 0;
}
.sort-product {
	border: 1px solid #ddd;
	margin-bottom: 70px;
}
.btn-inverse {
	border-color: #fff #ddd #fff #fff;
	border-radius: 0;
	border-right: 1px solid #ddd;
	height: 50px;
	/* line-height: 50px; */
	padding: 0;
	width: 50px;
}
.btn-inverse:hover , .btn-inverse:focus{
	color:#fc8181;
}

.media-sidebar .media-images {
  padding: 10px;
}
.media-sidebar {
	border-bottom: 1px solid #ddd;
 	border-right: 1px solid #ddd;
	
	border-left:1px solid #ddd;
	margin-bottom: 0;
	margin-top:0;
}

.media-sidebar .body-sale {
  padding: 20px 10px;
}
.btn-option > li {
	height: 40px;
	line-height: 40px;
	width: 40px;
	border-right: 1px solid #ddd;
	text-align: center;
}
.media-add-char {
	height: 40px;
	line-height: 40px;
	margin-right: -15px;
}



/*-------------- detail product -----------------*/
.search {
	margin-bottom: 30px;
}
.sidebar-best > h4 {
	color: #878a91;
	font-family: Poppins-SemiBold;
	font-size: 13px;
	margin-bottom:30px;
}
.sidebar-best .img-thumbnail {
	border-radius: 0;
}
.sidebar-best .title-sale {
	font-family: lato-regular;
	font-size: 13px;
}
.sidebar-best .price-product {
	font-family: opensans-bold;
	font-size: 14px;
}
.title-detail {
	font-family: lato-bold;
	font-size: 24px;
}
.detai-produk .deal-price {
	border: medium none;
	color: #ff5b5b;
	font-family: poppins-semibold;
	font-size: 27px;
}
.detai-produk .discount {
	font-size: 16px;
}

.tag-line {
	color: #a8aab4;
	font-family: lato-bold;
}
.detai-produk > ul, .detai-produk > ol {
	font-family: opensans;
	font-size: 12px;
	list-style-image: unset;
	list-style-position: unset;
	list-style-type: square;
	color:#71747a;
}

.order-now .form-control {
	padding: 0;
	text-align: center;
	width: 40px !important;
}
.order-now .btn-like {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ddd;
	border-radius: 22px;
	height: 40px;
	line-height: 40px;
	width: 40px;
}
.btn-order-now {
	border-radius: 25px;
	padding: 7px 42px;
}

.category{
	display: block;
	text-align: center;
	text-transform: uppercase;
}
.category ul{
	padding:0;
	margin-bottom: 50px
}
.category li{
	list-style:none;
	display:inline-block;
}
.category a {
	background: #d8534f none repeat scroll 0 0;
	border: 1px solid #d8534f;
	color: #333;
	display: block;
	margin-right: 5px;
	padding: 10px 15px;
}
.category a:hover,
.category a:focus{
	text-decoration: none;
	background: #ddd;
	color: #333;
}
.category .active a{background: #06579d ;border-color: #06579d ;color: #fff }

.gallery-item {
    margin-bottom: 30px;
}

.section-contact {
    margin-bottom: 30px;
}







/* tabs */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	background-color: #00b026;
	border: 1px solid #00b026;
	color: #fff;
	cursor: default;
}
.nav-tabs > li > a {
	border-radius:0;
	padding: 10px 30px;
}
.nav-tabs {
	background: #f3f4f9 none repeat scroll 0 0;
	border-bottom: 0 none;
}
.tab-content {
	padding: 40px;
	border: 1px solid #ddd;
}
.tab-pane.active {
	background: #f3f4f9 none repeat scroll 0 0;
	padding: 30px;
}

/* olther product */
#olther .images-product {
  border: 1px solid #ddd;
  padding: 20px;
}
#olther .product-caption {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
  padding: 20px;
}
.bg-product-abu {
  background: #f5f5f5 none repeat scroll 0 0;
  padding: 10px;
}
#olther .price-product {
	margin-bottom: 20px;
}
#olther .add-char-product {
	border-top: 1px solid #fff;
}
#olther .shop-product {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}
#olther .product-item {
	margin: 10px;
}
#olther .owl-pagination {
	bottom: -30px;
	left: 48%;
}

#olther .owl-page > span {
	border:solid 2px #f5f5f5;
	border-radius: 0;

}
#olther .owl-page.active ,#olther .owl-page.active > span{
  border: 2px solid #ff5b5b;
}
#olther .owl-page.active > span{
 background:#ff5b5b;
}
/*---------footer--------------*/
footer {
  /* background: #333  none repeat scroll 0 0; */
/*   margin-top: -70px; */
  padding: 35px 0;
} 
.footer-logo {
  margin-bottom: 30px;
  text-align: center;
}
.alamat {
  font-family: lato-regular;
  text-align: center;
}
.heding-footer {
  color: #41596d;
  font-family: lato-bold;
  font-size: 18px; 
  margin-bottom: 20px;

}

.footer-menu > li {
	margin-bottom: 10px;
	color: #41596d;
}
.footer-menu .fa {
	margin-right: 20px;
}

footer h4 {
    color: #00b026;
    font-weight: bold;
}
.footer-info {
  color: #fff;
}
.nav-footer {
  color: #fff;
}
/*------------------- social foter --------------------------*/
.social-footer{
	list-style:none;
	padding: 0;
	margin-bottom: 30px;
}
.social-footer li{
	display: inline-block;
	margin-left: 5px;
}
.social-footer li:first-child{
	margin-left: 0;
}

.social-footer a{
	background: #rgba(255,255,255,0.1) none repeat scroll 0 0;
	color: #333;
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 25px;
	text-align: center;
	position: relative;
	border: solid 2px #fff;
	background:#fff;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
}
.social-footer a:hover{
	color: #fff;
}
.social-footer .facebook:hover{background: #3B5998;}
.social-footer .twitter:hover{background: #00C5F9;}
.social-footer .google-plus:hover{background: #E05A4E;}
.social-footer .linkedin:hover{background: #117BB8;}
.social-footer .youtube:hover{background: #CB312E;}
.social-footer .pinterest:hover{background: #EE3324;}
.social-footer .flickr:hover{background: #ED1384;}
.social-footer .dribbble:hover{background: #EB4C89;}
.social-footer .skype:hover{background: #00B0F6;}
.social-footer .rss:hover{background: #FBA933;} 
.social-footer .instagram:hover{background: #db3438;} 

/*********** */
.diskription {
  border: 1px solid #fff;
  bottom: 30%;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  padding: 23px;
  position: absolute;
  right: 26%;
  text-align: center;
  width: 340px;
}
.item-deskripsi {
  line-height: 24px;
  margin-bottom: 20px;
  width: 250px;
}
/*--------------------------------*/
/*--------pegination-------------*/
/*--------------------------------*/
.pagination {
	background: #ddd none repeat scroll 0 0;
	border: 1px solid #ddd;
	border-radius: 30px;
	display: inline-block;
	margin: 20px 0;
	padding: 10px 40px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	margin-left: 0;
}
.pagination > li {
    display: inline;
    float: left;
    margin-right: 5px;
}
.pagination > li > a, .pagination > li > span {
	background-color: #ddd;
	border: 1px solid #ddd;
	color: #333;
	float: left;
	line-height: 1.42857;
	margin-left: -1px;
	position: relative;
	text-decoration: none;
	padding: 6px 12px;
}
.prev.disabled {
    display: none;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  background-color: #ff5b5b;
  border-color: #ff5b5b;
  color: #fff;
  z-index: 2;
  border-radius:50%;
  
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background-color: #ff5b5b;
	border-color: #ff5b5b;
	border-radius: 57px !important;
	color: #fff;
	cursor: default;
	z-index: 3;
}

/*---------------banner --------------------*/
.content-center{
	position: relative;
	width: 100%;
}
.content-center .img-responsive{
	display: block;
	width: 100%;
	height: auto;
}
.overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(173,219,239,0.8);
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
}
.overlay .titile-overlay{
	font-family:Lato-Black;
	color:#fff;
	font-size:20px;
	margin-top: 20px;
}
.content-center:hover .overlay {
  height: 40%;
}

/* short */
.btn-default.btn-short {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: currentcolor #ddd currentcolor currentcolor;
	border-image: none;
	border-style: none solid none none;
	border-width: 0 1px 0 0;
	height: 50px;
	margin-top: -8px;
}


/* .text {
  white-space: nowrap; 
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
 */
/*------------------------------------------*/
/*			Social button
/*------------------------------------------*/

.social-icon{
	list-style:none;
	padding: 10px 0;
	
}
.social-icon li{
	display: inline-block;
	margin-left: 0;
	padding: 5px;
}
.social-icon li:first-child{
	margin-left: 0;
}
.social-icon li:last-child{
}
.social-icon a{
/* 	background: #fff;
	color: #fff; */
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	position: relative;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.social-icon a:hover{
	color: #fff;
}
.social-icon a:hover:after{
	background: rgba(255,255,255,0.2);
	content: '';
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	bottom: 0;
	right: 0;
	z-index: 1;
	position: absolute;
}
.social-icon .facebook{color: #3B5998;}
.social-icon .twitter{color: #00C5F9;}
.social-icon .google-plus{color: #E05A4E;}
.social-icon .linkedin{color: #117BB8;}
.social-icon .youtube{color: #CB312E;}
.social-icon .pinterest{color: #EE3324;}
.social-icon .flickr{color: #ED1384;}
.social-icon .dribbble{color: #EB4C89;}
.social-icon .skype{color: #00B0F6;}
.social-icon .rss{color: #FBA933;}
.social-icon .facebook:hover{color: #3B5998;}
.social-icon .twitter:hover{color: #00C5F9;}
.social-icon .google-plus:hover{color: #E05A4E;}
.social-icon .linkedin:hover{color: #117BB8;}
.social-icon .youtube:hover{color: #CB312E;}
.social-icon .pinterest:hover{color: #EE3324;}
.social-icon .flickr:hover{color: #ED1384;}
.social-icon .dribbble:hover{color: #EB4C89;}
.social-icon .skype:hover{color: #00B0F6;}
.social-icon .rss:hover{color: #FBA933;}

/*------------------------------------------*/
/*			Social Share
/*------------------------------------------*/
.social-share {margin-bottom: 15px;}
.social-share span {
	margin-right: 4px;
	font-size: 13px;
	color: #666;
}
.social-share a {
	display: inline-block;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.social-share a.facebook {background-color: #507CBE;}
.social-share a.facebook:hover {background-color: #3E68A8;}
.social-share a.twitter {background-color: #63CDF1;}
.social-share a.twitter:hover {background-color: #36BFED;}
.social-share a.google-plus {background-color: #F16261;}
.social-share a.google-plus:hover {background-color: #EF4545;}
.social-share a.linkedin {background-color: #90CADD;}
.social-share a.linkedin:hover {background-color: #72BBD3;}
.social-share a.pinterest {background-color: #C52228;}
.social-share a.pinterest:hover {background-color: #9E1B20;}
.social-share a.mail {background-color: #FFC107;}
.social-share a.mail:hover {background-color: #FFB300;}
.social-share a i {
	color: #fff;
    display: block;
    font-size: 1em;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}

.main-protofolio li {
	margin-bottom: 20px;
}
.main-protofolio {
	text-align: center;
}
.btn.btn-info.btn-lg {
	margin-bottom: 20px;
}
.btn-outline {
	background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
	border: 1px solid #fff;
	border-radius: 0;
	color: #fff;
	padding: 20px;
	width: 100%;
}
.btn-outline:hover , .btn-outline:focus{
	background:#d9534f;
	color:#fff;
}
.content-links{
	margin-bottom:70px;
}

/* revisi */
.portofolio h2 {
	color: #fff;
	font-weight: bold;
}
.map {
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	padding: 70px 0;
	margin-bottom:0;
}
.info-contact {
	color: #fff;
}
.contact-info {
	padding: 20px;
}
.list-product {
	background: #fff none repeat scroll 0 0;
	margin-top: 0;
	margin-bottom:0;
	padding-top: 70px;
	padding-bottom: 70px;
}

.title-gallery {
	background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
	bottom: 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	padding: 5px 14px;
	position: absolute;
	text-align: center;
	width: 100%;
}
/*------------------------------------------*/
/*			Thumbnail [aspect ratio]
/*------------------------------------------*/
.square {
    position: relative;
    width:    100%; /* desired width */
}

.square:before {
    content:     "";
    display:     block;
    padding-top: 100%; /* initial ratio of 1:1*/
}

.square .square-content {
    position: absolute;
    top:      0;
    left:     0;
    bottom:   0;
    right:    0;
}
.img-wrap{
	width: 100%;
	height: 100%;
	position: relative;
    overflow: hidden;
}
.img-wrap img{
	min-width:100%;
	min-height:100%;
	
	position: absolute;
    top: -10000px;
    bottom: -10000px;
    left: -10000px;
    right: -10000px;
    margin: auto;
}
/* Other ratios - just apply the desired class to the "box" element */
.ratio2_1:before{
    padding-top: 50%;
}
.ratio1_2:before{
    padding-top: 200%;
}
.ratio4_3:before{
    padding-top: 75%;
}
.ratio16_9:before{
    padding-top: 56.25%;
}
.ratio2_1 .landscape, .ratio16_9 .landscape{max-height:inherit !important;max-width:100% !important;}
.ratio2_1 .potrait, .ratio16_9 .potrait{max-height:100% !important;max-width:inherit !important;}

.squared{max-width:100% !important;max-height:100% !important;}
.landscape{max-height:100% !important;max-width:inherit !important;}
.potrait{max-width:100% !important;max-height:inherit !important;}

.img-wrap.default{background: rgba(0,0,0,0.8); }
.img-wrap.dark{background: rgba(0,0,0,0.8); }

/*------------------------------------------*/
/*			Thumbnail hover animate
/*------------------------------------------*/

/***** Zoom *****/
.effect-zoom img{
	transition: all 0.5s ease 0s;
}
.effect-zoom:hover img{
	transform: scale(1.2);
	transition: all 0.5s ease 0s;
}

/***** Bubba *****/
figure.effect-bubba {
	text-align: center;
	cursor: pointer;
}
figure.effect-bubba img {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-bubba:hover img {
	opacity: 0.4;
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}
figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}
figure.effect-bubba h2 {
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}
figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
figure.effect-bubba .icon-view {
	opacity: 0;
	color: #fff;
	display: block;
	font-size: 24px;
	height: 50px;
	left: 50%;
	line-height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 50px;
	z-index: 10;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-bubba:hover .icon-view {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


/*------------------------------------------*/
/*			Animate
/*------------------------------------------*/
.animated{
	display:block;
	/*
	animation-duration: 3s;
	animation-delay: 2s;
	animation-iteration-count: infinite;
	*/
}
.animated.title{animation-delay: 0.5s;}
.animated.info{animation-delay: 1s;}
.animated.button{animation-delay: 1.5s;}



/* ======================================
Form 
========================================*/

/* btn */


/* input */
.form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.form-control:focus {
	box-shadow: none;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.control-group select, .control-group textarea, .control-group input[type="text"], .control-group input[type="password"], .control-group input[type="datetime"], .control-group input[type="datetime-local"], .control-group input[type="date"], .control-group input[type="month"], .control-group input[type="time"], .control-group input[type="week"], .control-group input[type="number"], .control-group input[type="email"], .control-group input[type="url"], .control-group input[type="search"], .control-group input[type="tel"], .control-group input[type="color"] {
	background: none repeat scroll 0 0 #FFFFFF;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
	background-color: #FFFFFF;
	border-color: #01B5EA;
	color: #696969;
	box-shadow: none;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
	background-color: #FFFFFF;
	border-color: #D5D5D5;
	border-width: 1px;
	color: #858585;
	box-shadow: none;
}
.checkbox label, .radio label {
	padding-left: 0;
	padding-right: 20px;
}
.checkbox-inline, .radio-inline {
	padding-left: 0;
}
.checkbox input[type=checkbox],.radio input[type=radio],.checkbox-inline input[type=checkbox],.radio-inline input[type=radio] { opacity: 0; }
input[type=checkbox]+.lbl,
input[type=radio]+.lbl {
	cursor: pointer;
	font-weight: normal;
	padding-left: 25px;
	padding-top: 5px;
	position: relative;
}
input[type=checkbox]:disabled+.lbl, input[type=radio]:disabled+.lbl { color: #bbb; cursor: not-allowed }
input[type=checkbox]+.lbl::before,
input[type=radio]+.lbl::before,
input[type=radio]+.lbl::after{
	position: absolute;
	display: block;
	left: 0;
	top: 3px;
}
input[type=checkbox]+.lbl::before,
input[type=radio]+.lbl::before{
    font-family: fontAwesome;
    content: "\a0";
    border: 1px solid #CCC;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	font-size: 12px;
    height: 16px;
    line-height: 14px;
    width: 16px;
	text-align: center;
}
input[type=checkbox]:checked+.lbl::before,
input[type=radio]:checked+.lbl::before {
    content: '\f00c';
    background-color: #fff;
    border-color: #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1)
}
input[type=radio]+.lbl::before,
input[type=radio]:checked+.lbl::before {
    content: "";
	border-radius: 8px;
}
input[type=radio]:checked+.lbl::after {
    background: #00b6e3;
	border-radius: 8px;
	content: "";
	height: 10px;
	left: 3px;
	top: 6px;
	width: 10px;
}
input[type=checkbox]:disabled+.lbl::before,
input[type=radio]:disabled+.lbl::before,
input[type=checkbox][disabled]+.lbl::before,
input[type=radio][disabled]+.lbl::before,
input[type=checkbox].disabled+.lbl::before,
input[type=radio].disabled+.lbl::before {
    background-color: #DDD!important;
    border-color: #CCC!important;
    box-shadow: none!important;
    color: #BBB
}
input[type=checkbox]+.lbl::before,
input[type=radio]+.lbl::before{
    color: #00b6e3;
}
input[type=checkbox]:hover+.lbl::before,
input[type=radio]:hover+.lbl::before,
input[type=checkbox]+.lbl:hover::before,
input[type=radio]+.lbl:hover::before {
    border-color: #ffc107
}
.checkbox, .radio {
	margin-bottom: 15px;
}
.btn-spinner{
	font-size: 18px;
	border: 1px solid #ddd;
}

/* input range [jRange]*/
.theme-green .back-bar {
	background-color: #eee;
	background-image: none;
	height: 10px;
}
.theme-green .back-bar .selected-bar {
	background-color: #01B5EA;
	background-image: none;
}
.theme-green .back-bar .pointer {
	background-color: #00A6D6;
	background-image: none;
	border-color: #00A6D6;
	height: 16px;
	width: 16px;
	top: -3px;
}
.theme-green .scale ins {
	color: #000;
}

/* btn filter */
.btn-filter{margin-top: 15px}

/*------------------------------------------*/
/*			Page Nav
/*------------------------------------------*/
.page-nav{ margin: 30px 0; text-align: center; }
.page-nav ul{margin:0;padding:0}
.page-nav li{ display: inline-block; border:none !important }
.page-nav span,
.page-nav a{
	padding: 3px 10px;
	margin: 2px;
	color: #666;
	border: 1px solid #eee;
	display: block;
}
.page-nav a:hover{
	background: #ddd;
	border-color: #ddd;
}
.page-nav span{ color: #999; }
.page-nav .active a,.page-nav .current{ background: #e45938; border-color: #e45938; color: #fff }
.page-nav .disabled span{ background: #fafafa; border-color: #eee }

/*------------------------------------------*/
/*			Misc
/*------------------------------------------*/
.xhide{opacity:0}
.iconleft{margin-right:5px}
.iconright{margin-left:5px}
.no-border{border:none}
.no-shadow{box-shadow: 0 0 rgba(0,0,0,0)}
.circle{
	border: 1px solid #bbb;
	padding: 4px;
	
	webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
		-o-border-radius: 50%;
		   border-radius: 50%;
}

/* sparator */
.sparator{
	background: #333;
	height: 1px;
}

/* typo */
.lowercse{text-transform: lowercse !important;}
.uppercase{text-transform: uppercase !important;}
.capitalize{text-transform: capitalize !important;}

/* color */
.white{color: #ffffff !important}
.red{color: #cd3333 !important}
.orange{color: #FF9800 !important}
.deep-orange{color: #f46e39 !important}
.purple{color: #c032bb !important}
.green{color: #37c770 !important}
.lime{color: #CDDC39 !important}
.lime-dark{color: #827717 !important}
.blue{color: #4993e6 !important}
.amber{color: #FFC107 !important}
.pink{color: #e91e63 !important}







@media(max-width:767px){
	.navbar-default .navbar-nav > li > a {
	  color: #fff;
	  text-transform: uppercase;
	}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	  color: #333;
	}
	.navbar-default .navbar-nav > li > a :hover{
	  color: #333;
	  background: #fff;
	}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	  background-color: #ffff;
	}
	h1.heading-title {
	  font-size: 20px;
	  text-align: center;
	}
	h2.heading-title {
	  font-size: 16px;
	  line-height: 26px;
	  text-align: center;
	}
	.item-content {
	 
	  margin-bottom: 32px;
	}
	.custom.homeservice {
	  margin-top: 0;
	  padding: 0 10px;
	}
	.portofolio {
	  margin-bottom: 0;
	}
	.service-content h4 {
	  font-size: 14px;
	}
	.service-content > p {
	  font-size: 13px;
	}
	.nav.navbar-left.navbar-nav > li :hover,.nav.navbar-left.navbar-nav > li :focus{
		color:#333;
		background:#fff;
	}
}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}


@media (min-width: 320px) and  (max-width: 640px){
	.navbar-brand > img {
	  height: 35px;
	  margin-top: 0;
	}
	#slider {
	  border-bottom: 0 solid #434a54;
	  height: 220px;
	}
	.about-us {
	  margin-top: 0;
	  padding: 50px 0;
	}
	.diskription {
	  font-size: 12px;
	  left: 7px;
	  right: 0;
	  width: 300px;
	}
	.diskription{
		bottom: 10%;
		padding:10px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	  color: #fff;
	  text-transform: uppercase;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	
}







