.content{
	padding-top: 50px;
	min-height: 500px;
}
@media (max-width:767px){
	.content{
		padding-top: 20px;
	}
	.content h2{
		font-size: 26px;
	}
}
@media (min-width:1200px){
	address.home{
		line-height: 2;
		font-size: 14px;
	}
}
.text-title{
	text-align: center;
	margin-bottom: 50px;
	color: #c8433c;
	text-shadow: 1px 1px 2px #8f302b;
}
.under-cons{
	padding: 100px 0;
	font-size: 35px;
	text-align: center;
	color: #c8433c;
}
.overlay{
	background-color: rgba(52, 52, 52, 0.7);
	/*background-color: rgba(76, 66, 64, 0.7);*/
	/*background-color: rgba(248, 247, 216, 0.7);*/
	position: absolute;
	z-index: 8;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.banner{
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.banner img{
	display: block;
	width: 100%;
	height: auto;
	line-height: 1;
}
.product h3{
	margin-bottom: 25px;
	border-bottom: 1px dashed #ccc;
}
.product .img-thumbnail{
	padding: 15px;
}
.img-caption{
	position: absolute;
	z-index: 5;
	top: -8px;
	left: 25px;
	padding-left: 30px;
	padding-right: 5px ;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	color: #fff;
	background: #c8433c;
	box-shadow: 1px 2px 4px 0px #791b1c;
}
.img-caption:before,.img-caption:after{
	position: absolute;
	content: " ";
}
.img-caption:before{
	z-index: -1;
	top: -8px;
	right: -48px;
	border: 8px solid transparent;
	border-bottom-color: #8c2f2a;
}
.img-caption:after{
	top: 0;
	right: -40px;
	border-width: 0 0 45px 40px;
	border-style: solid;
	border-color: transparent transparent transparent #c8433c;
}
.product .btn{
	position: absolute;
	bottom: 35px;
	right: 5000px;
    -webkit-transition: right 370ms ease-in-out;
    -moz-transition: right 370ms ease-in-out;
    -o-transition: right 370ms ease-in-out;
    -ms-transition: right 370ms ease-in-out;
    transition: right 370ms ease-in-out;
}
.product .img-group{
	margin-bottom: 20px;
	height: 300px;
	width: 100%;
	white-space: nowrap;
	box-shadow: inset 0px 0px 5px 1px #ddd;
}
@media (min-width: 425px) and (max-width: 767px){
	.product .img-group img{
		height: 100%;
		width: auto;
	}
}
.product .img-group img, .banner img{
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.product .middler{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.product .img-group:hover .btn, .product .img-group:focus .btn{
	display: block;
	right: 35px;
}
.price-box{
	display: block;
	padding: 15px 0;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	background-color: #fff;
}
.price-box .img-group{
	padding: 5px 10px;
}
.price-box .img-caption{
	left: 0;
}
@media (max-width: 425px){
	.price-box .img-group{
		height: 210px;
	}
	#color{
		min-height: 330px !important;
	}
	/* #color .carousel-indicators li{
		width: 18px !important;
		height: 18px !important;
	} */
	#color .carousel-indicators li.active{
		width: 23px !important;
		height: 23px !important;
	}
}
@media (max-width: 767px){
	.color-list{
		padding: 0;
	}
	.details{
		padding: 0;
		margin-top: 30px;
	}
	.gallery-item{
		margin-bottom: 5px !important;
	}
}
@media (min-width: 768px){
	#color{
		min-height: 300px !important;
	}
}
.color-list{
	padding-left: 0;
}
#color{
	min-height: 400px;
}
#color .carousel-inner{
	/*border: 1px solid #ddd;*/
	border-radius: 5px;
	/* box-shadow: inset 0 0 5px 2px #ddd; */
	background-color: #fff;
	padding: 10px;
}
#color .carousel-indicators{
    list-style: none;
    display: block !important;
    position: relative;
    top: 5px;
    left: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
#color .carousel-indicators li, #color .carousel-indicators li.active{
    position: relative;
    margin: 5px;
    /* border-radius: 50%; */
    /* border-width: 0; */
    vertical-align: middle;
}
#color .carousel-indicators li{
    width: 25px;
    height: 25px;
}
#color .carousel-indicators li.active{
	width: 30px;
	height: 30px;
}
#color .carousel-caption{
	font-size: 14px;
	padding-bottom: 10px;
	color: #333;
	bottom: 0;
}
.details{
	margin-bottom: 20px;
	padding-right: 0;
}
.details h3:first-child{
	margin-top: 0;
}
/*#color .carousel-inner > .item > img{
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}*/
#color .carousel-indicators img{
    position: absolute;
    width: 100%;
    background-color: transparent;
    padding: 2px;
    border-radius: 50%;
    height: 100%;
    top: 0;
    left: 0;            
}
.deskripsi{
	margin: 50px 0;
	padding-right: 30px;
	padding-left: 30px;
}
.deskripsi .tab-content{
	border: 1px solid #ddd;
}
.deskripsi .tab-content > .tab-pane{
	padding: 10px;
	height: 300px;
	overflow-y: scroll;
}
.article{
	margin-bottom: 20px;
}
.article .well{
	background-color: #ff5555;
	color: #FFF;
	padding: 15px;
}
.article hr{
	margin-top: 10px;
}
.article i{
	margin-right: 5px;
}
.article div > .side > .latest:first-child, .article div > .main:first-child{
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}
.article .main:first-child h2{
	margin-top: 0;
}
.article .latest, .article .main{
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px dashed #ccc;
}
.article .source{
	padding-top: 10px;
	border-top: 5px double #ddd;
	color: #c8433c;
}
.gallery{
	/*-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-width: 33%;
	-moz-column-width: 33%;
	column-width: 33%;*/
	padding: 0;
	margin-bottom: 50px;
}
.gallery .pics{
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
}
.gallery .pics img{
	display: inline-block;
}
.gallery .thumbnail{
	margin-bottom: 0;
}
.gallery .animation{
	/*margin-bottom: 15px;*/
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
@media (max-width: 450px){
	.gallery{
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-width: 100%;
		-moz-column-width: 100%;
		column-width: 100%;
	}
}
.pagination>li>a, .pagination>li>span{
	color: #c8433c;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus{
	color: #eb4f46;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
	background-color: #c8433c;
	border-color: #842c28;
}

.phone a{
	color: #3374ff;
}
.phone a:hover{
	color: #285cca;
}
.whatsapp a{
	color: #6ae45b;
}
.whatsapp a:hover{
	color: #4a9f40;
}



.gallery-container{
	padding: 0;
	margin-bottom: 50px;
}
.gallery-item{
	overflow: hidden;
	margin: 0;
}
.gallery-item .box{
	overflow: hidden;
}
.box img{
	height: 100%;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
}
.gallery-item a:focus{
	outline: none;
}
.gallery-item a:after{
	/*content:"\f196";
	font-family: 'FontAwesome';*/
	content: " ";
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
    line-height: 300px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gallery-item a:hover:after{
	opacity: 1;
}
.modal-open .gallery-container .modal{
	background-color: rgba(0,0,0,0.4);
}
.modal-open .gallery-item .modal-body{
	padding: 0px;
}
.modal-open .gallery-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gallery-item button.close:focus{
	outline: none;
}
.modal-open .gallery-item button.close span{
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow:none;
}
.gallery-container .modal-dialog{
	width: 80%;
}
.gallery-container .description{
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: left;
}
.gallery-container .description h4{
	margin:0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gallery-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gallery-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
	.gallery-container .modal-dialog {
	    width: 55%;
	    margin: 50 auto;
	}
}