@font-face {
    font-family: 'HoboStd'; /*a name to be used later*/
    src: url('font/19193_HoboBT.ttf'); /*URL to font*/
}
body{
	margin: 0 auto;
	padding: 0;
	font-family: sans-serif;
	background: #D0D2CC;
}

/*for handle header and menu navigation*/

/**
#all-header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1001;
}
.after-header{
	margin-top: 31em;
}
*/


header{
	background: #D0D2CC;
	width: 100%;
	color: white;
	text-align: center;
}
header img{
	width: 100%;
}
#header_mobile{
	display: none;
}
nav{
	background-color: #6B4432; 
	text-align: center;
    padding: 5px 0 2px 0;
    margin: 0 0 4em 0;
}
nav ul{
	background-color: #6B4432;
	overflow: hidden;
	color: white;
    margin-left: -2.7em;
}
nav ul li{
	display: inline-block;
	-webkit-transition: max-height:0.4s;
	-ms-transition: max-height:0.4s;
	-moz-transition: max-height:0.4s;
	-o-transition: max-height:0.4s;
	transition: max-height:0.4s;
	
}
nav ul li a{
	font-family: 'HoboStd';
	text-decoration: none;
	color: inherit;
	border-right: 2px solid #ffffff;
	padding: 0 30px 0 30px;
	font-size: 2em;
	font-weight: bold;
}
nav ul li a:hover,nav ul li a:focus, nav ul li a:active{
	color: #FF6600;
	font-weight: bold;
	border-right: 2px solid #ffffff;
	text-decoration: none;
}
nav ul li:last-child a, 
nav ul li:last-child a:hover{
	border-right: 0;
}
nav ul li .active{
	color: #FF6600;
}

.handle{
	width: 100%;
	background: #6B4432;
	text-align: left;
	box-sizing: border-box;
	padding: 15px 10px;
	cursor: pointer;
	color: white;
	display: none;
}
.handle div {
	    width: 35px;
	    height: 3px;
	    background-color: #ffffff;
	    margin: 5px 0;
	}

/*------------ CSS FOR SET FONT FAMILTY CLASS CONTAINER ------------------------ 
.container{
	font-family: 'HoboStd';

}*/


/*for handle footer*/
footer{
	font-family: 'HoboStd';
	background: #724431;
	height: auto;
	padding: 20px 0 20px 0;
	color: #ffffff;
	width: 100%;
}
#wrapper-footer-kembangan{

}
#footer-kembangan{
	width: 100%;
	text-align: center;
}
#footer-kembangan img{
	width: 100%;
}
footer #content_footer{
	height: auto;
	border: 0;
	border-top: 2px dashed #FF9800;
	border-bottom: 2px dashed #FF9800;
	padding: 20px 0 20px 0;
	overflow: auto;
}
footer a{
	color: #ffffff;
}

footer a:hover{
	color: #ffffff;
  	text-decoration: underline;
}
footer a:focus {
  color: #ffffff;
  text-decoration: none;
}

footer .col-footer{
	border: 0;
	border-right: 2px solid #ffffff;
 	height: 220px;
	min-height: 220px;
    max-height: 220px;
    overflow: hidden;
}
footer #col-footer-1 img{
	width: 25%;
}
footer #col-footer-2 ul {
    margin-left: 75px;
}
footer #col-footer-2 ul li{
	line-height: 3.5em;
	font-size: 1.5em;
}

footer #col-footer-3{
	text-align: center;
	padding-top: 5px;
}
footer #col-footer-3 #phone{
	font-size: 20px;
	margin-top: 15px;
}
footer #col-footer-3 #socmed-icon{
	margin-top: 15px;
}
footer #col-footer-3 ul{
	list-style: none;
    margin-left: -2.5em;
}
footer #col-footer-3 ul li{
	line-height: 5em;
}
footer #col-footer-3 ul li ul li{
	display: inline-block;
	padding: 0 5px;
}	

/* ----------------------------- CUSTOMIZE CSS FOR HOME PAGE ----------------------------------------------*/
		#home-page .well .carousel-control {
		  padding-top:10%;
		  width:5%;
		}
		#home-page #slider .tales {
		  width: 100%;
		}

		#home-page #slider .carousel-inner{
		  width:100%;
		  /**
		  height: 400px !important;
		  min-height: 400px !important;
		  max-height: 400px !important;
		  */
		  background-color: #6B4432;
		   -moz-border-radius: 10px; /* FF1+ */
		    -webkit-border-radius: 10px; /* Saf3-4, iOS 1+, Android 1.5+ */
		    border-radius: 10px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
		}
		#home-page #slider .carousel{
			border: 15px solid #ffffff;
		    -moz-border-radius: 10px; /* FF1+ */
		    -webkit-border-radius: 10px; /* Saf3-4, iOS 1+, Android 1.5+ */
		    border-radius: 35px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
		    overflow:hidden;
		    z-index: 1000;
		    
		}
		#home-page #slider .carousel img{ 
			 -moz-border-radius: 0;
		    -webkit-border-radius: 0;
		    border-radius: 0;
		     height: 400px;
		    width: 100%;
		}

		#home-page #slider .carousel .item {
			 -moz-border-radius: 10px; /* FF1+ */
		    -webkit-border-radius: 10px; /* Saf3-4, iOS 1+, Android 1.5+ */
		    border-radius: 10px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
		    background-color: #6B4432;
		   
		}
		#home-page #slider .carousel .item .col-lg-6, 
		#home-page #slider .carousel .item .col-md-6{
		    padding-right: 0;
		    padding-left: 0;
		}
		#home-page #slider .carousel .item .col-lg-6 #caption{
			padding: 0 0 0 2em;
		    color: #ffffff;
		}

		#home-page #why-aqiqohNH .thumbnail{
			background-color: transparent;
			border: 0;
		}
		#home-page #why-aqiqohNH .thumbnail img{
			width: 100px;
			height: auto;
		}
		#home-page #why-aqiqohNH .thumbnail .caption h4{
			text-align: center;
			margin-bottom: 2em;
			text-transform: uppercase;
		}
		#home-page #why-aqiqohNH .thumbnail .caption p{
			text-align: justify;
			line-height: 20px;
		}
		#home-page #why-aqiqohNH #judul, 
		#home-page #testimoni #judul, 
		#home-page #aqiqohKambingMurah #judul{
			text-align: center;
			margin: 3em 0 3em 0;
		}
		#home-page #why-aqiqohNH #judul h2, 
		#home-page #testimoni #judul h2, 
		#home-page #aqiqohKambingMurah #judul h2{
			border: 0;
			border-bottom: 4px dashed #724431;
			padding-bottom: 1em;
			color: #4E504C;
		}


		#home-page #testimoni .thumbnail{
			padding: 10px;
			border-radius: 30px;
		}
		#home-page #testimoni .thumbnail img{
			border-radius: 30px;
			/*
    		height: 220px;
    		max-height: 220px;
    		min-height: 220px;
    		*/
		}
		#home-page #testimoni .thumbnail .caption {
		    min-height: 150px;
		    height: 150px;
		}

		#home-page #aqiqohKambingMurah .jumbotron{
			background-color: #ffffff;
			border-radius: 30px;
			overflow: auto;
		}
		#home-page #aqiqohKambingMurah .jumbotron p {
		    margin-bottom: 0;
		    font-size: 15px;
		    text-align: justify;
		    line-height: 1.5em;
		    overflow: visible;
		}
		#home-page #aqiqohKambingMurah .jumbotron hr {
			margin-top: 0;
			margin-bottom: 30px;
			border-top: 1px dashed;
		}
		#home-page #aqiqohKambingMurah .jumbotron p img {
		    float: left;
		    margin: 0px 2em 15px 0;
		    width: 400px;
		    height: auto;
		    overflow: visible;
		}
		#home-page #aqiqohKambingMurah .jumbotron .table{
			border-radius: 10px;
			margin-bottom: 0;
		}
		#home-page #aqiqohKambingMurah .jumbotron .table thead{
			background-color: #724431;
			color: #FFA20E;
			font-style: uppercase;
		}
		#home-page #aqiqohKambingMurah .jumbotron .table tbody{
			background-color: #D0D2CC;
		}
		#home-page #aqiqohKambingMurah .jumbotron .table tbody .lokasi{
			color:#D9852A;
			text-transform: uppercase;
		}
		#home-page #aqiqohKambingMurah .jumbotron .table tbody .lokasi a{
			color:#D9852A;
		}
		

/* ----------------------------- CUSTOMIZE CSS FOR KONTAK PAGE ---------------------------------------------------*/
	#kontak-page #hubungi-kami{
		border-bottom: 4px dashed #724431;
		padding-bottom: 2em;
	}
	#kontak-page #hubungi-kami #judul, #kontak-page #kantor-pusat #judul{
		text-align: center;
		margin: 3em 0 3em 0;
	}
	#kontak-page #hubungi-kami #judul h2{
		border: 0;
		border-bottom: 4px dashed #724431;
		padding-bottom: 1em;
		color: #4E504C;
	}

	#kontak-page #hubungi-kami #subjudul{
		text-align: center;
		margin: -1em 0 2em 0;
		font-size: 1.5em;
	}

	#kontak-page #hubungi-kami .form-control{
		background-color: #F3F4F8;
	}
	#kontak-page #hubungi-kami .btn-default{
		background-color: #FF9500;
		color: #7D4209;
		font-weight: bold;
	}
	#kontak-page #hubungi-kami textarea { 
		resize:none; 
	}



	#kontak-page #kantor #alamat-kantor-pusat{
		text-align: center;
		margin-bottom: 4em;
	}
	#kontak-page  #kantor-cabang{
		text-align: center;
	}
	#kontak-page  #kantor-cabang .row{
		margin-bottom: 1em;
	}
	#kontak-page #kantor-cabang .judul span{
		border-bottom: 2px solid;
		font-size: 15px;
	}
	#kontak-page #kantor-cabang .official{
		height: 100px;
		min-height: 100px;
		border-right: solid 1px #724431;
		margin-bottom: 1em;
	}


/* ----------------------------- CUSTOMIZE CSS FOR ORDER PAGE ---------------------------------------------------*/
#order-page #order .preloader,#kontak-page .preloader {
	display: none;
	height: 32px !important;
	width: 32px !important;
	background-image: url('../images/325.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: none;
}
#order-page #order form label.error, #kontak-page form label.error {
	font-size: 10px;
	color: #b94a48 !important;
	width: 69%;
	padding-left: 31%; /*width of label + 1% (padding-right of label) */
	line-height: 1.4em;
}
#order-page #order{
	padding-bottom: 2em;
}
#order-page #order #judul{
	text-align: center;
	margin: 3em 0 3em 0;
}
#order-page #order #judul h1{
	border: 0;
	border-bottom: 4px dashed #724431;
	padding-bottom: 1em;
	color: #4E504C;
}
#order-page #order #subjudul{
	text-align: center;
	margin: -1em 0 2em 0;
	font-size: 1.5em;
}

#order-page #order h2{
	text-align: center;
	border: 0;
	margin:2em 0 0 0;
	padding-bottom: 1em;
	color: #4E504C;
}
#order-page #order h2 span{
	display:inline-block;
    border-bottom:3px solid #724431;
    padding: 0;
    padding-bottom:0.5em;
}
#order-page #order label{
	color: #8C8C86;
}
#order-page #order .form-control{
	background-color: #F3F4F8;
}
#order-page #order .btn-default{
	background-color: #FF9500;
	color: #7D4209;
	font-weight: bold;
}
#order-page #order textarea { 
	resize:none; 
}

#order-page #order #type-aqiqoh-area .row{
	margin-bottom: 1em;
}

/*------------------------------ CUSTOMIZE CSS FOR ABOUT PAGE -----------------------------------------------------*/
#about-page #about{
	padding-bottom: 2em;
}
#about-page #about #judul{
	text-align: center;
	margin: 3em 0 3em 0;
}
#about-page #about #judul h2{
	border: 0;
	border-bottom: 4px dashed #724431;
	padding-bottom: 1em;
	color: #4E504C;
}
#about-page #about #video{
	margin-bottom: 4em;
}
#about-page #about #artikel{
	text-align: center;
	font-size: 15px;
	margin-bottom: 4em;
}
#about-page #accordion-menu #accordion .accordion-toggle {
    background-color: #724431;
    color: #FFA20B;
    cursor: pointer;
    padding: 1em 2em;
    border: none;
    text-align: left;
    font-size: 15px;
    border-radius:1em;
    margin-top: 1em;
    font-family: 'HoboStd';
    overflow: auto;
}
#about-page #accordion-menu #accordion .accordion-toggle:after {
	font-family: 'Glyphicons Halflings'; 
 	content: '\e080';
    color: #FFA20B;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
#about-page #accordion-menu #accordion .collapsed:after {
	font-family: 'Glyphicons Halflings'; 
    content: '\e114';
    color: #FFA20B;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}


#about-page #accordion-menu #accordion .accordion-content {
    background-color: #ffffff;
    color: #000;
    padding: 1.5em 1em;
    margin-bottom: 1em;
    border-radius: 0 0 1em 1em;
    display: none;
}
#about-page #download{
	text-align: center;
	margin-bottom: 1em;
	font-family: 'HoboStd';
	font-size: 1.5em;
	color: #4D4C4A;
}
#about-page #download img{
	width: 10%;
	height: auto;
	margin-bottom: 1em;
}

/*------------------------------ CUSTOMIZE CSS FOR PRICE PAGE -----------------------------------------------------*/
#price-page #price{
	padding-bottom: 2em;
}
#price-page #price #judul{
	text-align: center;
	margin: 3em 0 3em 0;
}
#price-page #price #judul h2{
	border: 0;
	border-bottom: 4px dashed #724431;
	padding-bottom: 1em;
	color: #4E504C;
	font-family: 'HoboStd';
}
#price-page #price #subjudul{
	text-align: center;
	margin: 1em 0 1em 0;
	font-size: 2em;
}
#price-page #accordion-menu #accordion .accordion-toggle {
    background-color: #ffffff;
    color: #724431;
    cursor: pointer;
    padding: 1em 2em;
    border: none;
    text-align: left;
    font-size: 1.5em;
    border-radius:1em;
    margin-top: 1em;
    font-family: 'HoboStd';
    overflow: auto;
}
#price-page #accordion-menu #accordion .accordion-toggle:after {
	font-family: 'Glyphicons Halflings'; 
 	content: '\e080';
    color: #724431;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
#price-page #accordion-menu #accordion .collapsed:after {
	font-family: 'Glyphicons Halflings'; 
    content: '\e114';
    color: #724431;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
#price-page #accordion-menu #accordion .accordion-content {
    background-color: #ffffff;
    color: #000;
    padding: 1.5em 1em;
    margin-bottom: 1em;
    border-radius: 0 0 1em 1em;
    display: none;
    overflow: auto;
}
#price-page #accordion-menu #accordion .accordion-content .table-curved th {
    border-top: none;
}
#price-page #accordion-menu #accordion .accordion-content .table-curved th:first-child {
    border-radius: 6px 0 0 0;
}
#price-page #accordion-menu #accordion .accordion-content .table-curved th:last-child {
    border-radius: 0 6px 0 0;
}
#price-page #accordion-menu #accordion .accordion-content .table-curved th:only-child{
    border-radius: 6px 6px 0 0;
}
#price-page #accordion-menu #accordion .accordion-content .table-curved tr:last-child td:first-child {
    border-radius: 0 0 0 6px;
}
#price-page #accordion-menu #accordion .accordion-content .table-curved tr:last-child td:last-child {
    border-radius: 0 0 6px 0;
}


#price-page #accordion-menu #accordion .accordion-content .table{
	border-radius: 1em;
}
#price-page #accordion-menu #accordion .accordion-content  thead{
    background-color: #724431;
    color: #FFA20B;
    font-family: 'HoboStd';

}
#price-page #accordion-menu #accordion .accordion-content  .table tbody{
    background-color: #D0D2CC;
    color: #000000;
    border-radius: 1em;
}
#price-page #download{
	text-align: center;
	margin-bottom: 1em;
	font-family: 'HoboStd';
	font-size: 1.5em;
	color: #4D4C4A;
}
#price-page #download img{
	width: 10%;
	height: auto;
	margin-bottom: 1em;
}

/*----------------------------- CUSTOMIZE FOR GALLERY PAGE ----------------------------------------------------*/
#gallery-page #gallery #judul{
	text-align: center;
	margin: 3em 0 3em 0;
}
#gallery-page #gallery #judul h2{
	border: 0;
	border-bottom: 4px dashed #724431;
	padding-bottom: 1em;
	color: #4E504C;
}
#gallery-page #gallery #subjudul{
	text-align: center;
	margin-bottom: 2em;
}
#gallery-page #gallery #subjudul h4{
	font-size: 1.5em;
}
#gallery-page #gallery .thumbnail{
	padding: 0;
	border-radius: 0;
	margin-bottom: 4px;
}
#gallery-page #gallery .thumbnail img{
	height: 172px;
    min-height: 172px;
    max-height: 172px;
    width: 100%;
}
#gallery-page #gallery .thumbnail .caption{
	height: 150px;
    min-height: 150px;
    max-height: 150px;
}
	
#gallery-page #gallery .thumbnail .caption h5{
	font-style: italic;
	font-size: 11px;
}
#gallery-page #gallery .col-lg-3, 
#gallery-page #gallery .col-md-4, 
#gallery-page #gallery .col-sm-6, 
#gallery-page #gallery.col-xs-12{
	padding: 0 2px;
}

/* ------------------------------------------------- MEDIA QUERY DETECT SCREEN -----------------------------------*/
@media screen and (max-width: 480px){ /* khusus untuk menu responsive*/
	#order-page #order h2 span {
		border-bottom: 0;
	}
	#all-header{
	    position: fixed;
	    left: 0;
	    top: 0;
	    width: 100%;
	    z-index: 1001;
	}
	#header_desktop{
		display: none;
	}
	#header_mobile{
		display: block;
	}
	.handle{
		display: none;
		padding: 1px 20px 2px 20px;
	}

	.showing{
		max-height: 20em;
		border-top: 1px dashed #ffffff;
	}
	nav {
		margin:0;
		padding: 0;
	}
	nav ul{
		/*max-height: 0;*/
		display: block;
	    list-style: none;
	    margin-left: -2.75em;
	    padding-top: 5px;
	}
	
	nav ul li{
		/*width: 100%; */
		box-sizing: border-box;
		text-align: left;
		background-color: transparent;
		padding: 5px 1em 5px 1em;
		/*border-bottom: 1px dashed #ffffff;*/
	}
	nav ul li.current{
		background-color: #FF6600;
	}
	nav ul li:hover{
		background-color: #FF6600;
		color: #ffffff;
	}
	nav ul li:hover a{
		color: #ffffff;
	}
	nav ul li a{
		text-decoration: none;
		color: inherit;
		border-right: 0;
		padding: 0;
		font-size: 12px;
		font-weight: bold;
	}
	nav ul li a:hover, nav ul li a:active{
		color: #ffffff;
		font-weight: bold;
		border-right: 0;
		text-decoration: none;
	}
	nav ul li:last-child a, 
	nav ul li:last-child a:hover{
		border-right: 0;
	}
	
	nav ul li .active {
	    color: #ffffff;
	}
}


@media screen and (min-width:0px) and (max-width: 240px){
	.after-header{
		margin-top: 8em;
	}
	footer .col-footer {
		border: 0;
	 	border-bottom: 1px dashed #FF9800; 
	}
	footer #col-footer-2 ul {
	    margin-left: -1.5em;
	}
	footer #col-footer-2 ul li{
		line-height: 1em;
		padding: 5px 0 5px 0;
		font-size: 12px;
	}
	#home-page #aqiqohKambingMurah .jumbotron hr {
		margin-top: 0;
		margin-bottom: 30px;
	}
	#home-page #aqiqohKambingMurah .jumbotron p {
		font-size: 12px;
	}
	#home-page #aqiqohKambingMurah .jumbotron p img {
		width: 100px;
	    overflow: visible;
	}
	#home-page #slider .carousel-inner{
	  width:100%;
	  height: 200px !important;
	  min-height: 200px !important;
	  max-height: 200px !important;
	   -moz-border-radius: 10px 10px 10px 10px; /* FF1+ */
	    -webkit-border-radius: 10px 10px 10px 10px; /* Saf3-4, iOS 1+, Android 1.5+ */
	    border-radius: 10px 10px 10px 10px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
	}
	#home-page #slider .carousel img {
	    height: 200px;
	}
	

}


@media screen and (min-width:241px) and (max-width:320px){

	.after-header{
		margin-top: 6em;
	}
	/* ------------ ALL PAGE ------------------------*/
	footer #content_footer {
	    border: 0;
	}
	footer .col-footer {
		border: 0;
	 	border-bottom: 1px dashed #FF9800; 
	 	height: auto;
 	    min-height: auto;
    	max-height: auto;
	}
	footer #col-footer-1 img{
		width: 25%;
	}
	footer #col-footer-2 ul {
	    margin-left: -1.5em;
	}
	footer #col-footer-2 ul li{
		line-height: 1em;
		padding: 5px 0 5px 0;
		font-size: 12px;
	}
	footer #col-footer-3 {
	    text-align: left;
	    padding-top: 5px;
	    margin-left: -3em;
	}
	footer #col-footer-3 ul {
	   margin-left: 0;
	}
	footer #col-footer-3 ul li {
	    line-height: 2em;
	}
	footer #col-footer-3 ul #ico-twitter {
	    margin-left: -3em;
	}
	




	/* ----------- HOME PAGE ------------------------*/
	#home-page #aqiqohKambingMurah .jumbotron hr {
		margin-top: 0;
		margin-bottom: 30px;
	}
	#home-page #aqiqohKambingMurah .jumbotron p {
		font-size: 12px;
	}
	#home-page #aqiqohKambingMurah .jumbotron p img {
		width: 150px;
	    overflow: visible;
	}
	#home-page #slider .carousel-inner{
	  width:100%;
	    height: auto !important;
    	min-height: auto !important;
    	max-height: none;
	   -moz-border-radius: 10px 10px 10px 10px; /* FF1+ */
	    -webkit-border-radius: 10px 10px 10px 10px; /* Saf3-4, iOS 1+, Android 1.5+ */
	    border-radius: 10px 10px 10px 10px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
	}
	#home-page #slider .carousel .item .col-lg-6 #caption{
		padding: 0 1em 0 1em;
	    color: #ffffff;
	}
	#home-page #slider .carousel .item .col-lg-6 #caption h2{
		font-size: 20px;
	}
	#home-page #slider .carousel .item .col-lg-6 #caption p{
		font-size: 12px;
	}
	#home-page #slider .carousel img {
	    height: 200px;
	}


	
	
}

@media screen and (min-width: 321px) and (max-width:480px){

	/* ------------ ALL PAGE ------------------------*/
	
	.after-header{
		margin-top: 6.5em;
	}
	footer #content_footer {
		border: 0;
	}
	footer .col-footer {
		border: 0;
	 	border-bottom: 1px dashed #FF9800; 
     	height: auto; 
	  	min-height: auto;
	    max-height: auto;
	    margin-bottom: 1.5em;
	}
	footer #col-footer-1 img{
		width: 25%;
	}
	footer #col-footer-2 ul {
	    margin-left: -1.5em;
	}
	footer #col-footer-2 ul li{
		line-height: 1em;
		padding: 5px 0 5px 0;
		font-size: 12px;
	}

	footer #col-footer-3 {
	    text-align: left;
	    padding-top: 5px;
	    margin-left: -3em;
	}
	footer #col-footer-3 ul {
	   margin-left: 0;
	}
	footer #col-footer-3 ul li {
	    line-height: 2em;
	}
	footer #col-footer-3 ul #ico-twitter {
	    margin-left: -3em;
	}
	
	

	/*------------ HOME PAGE ------------------------*/
	#home-page #aqiqohKambingMurah .jumbotron p {
		font-size: 12px;
	}
	#home-page #aqiqohKambingMurah .jumbotron hr {
		margin-top: 0;
		margin-bottom: 30px;
	}
	#home-page #slider .carousel-inner{
	  width:100%;
      height: auto !important;
      min-height: auto !important;
	  max-height: none;
	   -moz-border-radius: 10px 10px 10px 10px; /* FF1+ */
	    -webkit-border-radius: 10px 10px 10px 10px; /* Saf3-4, iOS 1+, Android 1.5+ */
	    border-radius: 10px 10px 10px 10px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
	}
	#home-page #slider .carousel .item .col-lg-6 #caption{
		padding: 0 1em 0 1em;
	    color: #ffffff;
	}
	#home-page #slider .carousel .item .col-lg-6 #caption h2{
		font-size: 20px;
	}
	#home-page #slider .carousel .item .col-lg-6 #caption p{
		font-size: 12px;
	}
	#home-page #slider .carousel img {
	    height: 200px;
	}
	#home-page #aqiqohKambingMurah .jumbotron p img {
		width: 250px;
	    overflow: visible;
	}

	/* ----------- ABOUT PAGE -----------------------*/
	#about-page #accordion-menu #accordion .accordion-toggle {
	    padding: 1em 1em;
	    font-size: 12px;
	}
	#about-page #download{
		font-size: 12px;
	}
	#about-page #download img{
		margin-bottom: 0.1em;
	}

	/*----------- PRICE PAGE ------------------------*/
	#price-page #accordion-menu #accordion .accordion-toggle {
	    padding: 0.5em 1em;
	    font-size: 12px;
	}

}


@media screen and (min-width:481px) and (max-width:768px){

	/* ------------ ALL PAGE ------------------------*/
	footer #content_footer {
		border: 0;
	}
	footer .col-footer{
		border: 0;
	 	border-bottom: 1px dashed #FF9800; 
		height: auto; 
	  	min-height: auto;
	    max-height: auto;
	}
	footer #col-footer-1 img{
		width: 25%;
	}
	footer #col-footer-2 ul {
	    margin-left: -1.5em;
	}
	footer #col-footer-2 ul li{
		line-height: 1em;
		padding: 5px 0 5px 0;
		font-size: 15px;
	}
	footer #col-footer-3{
		text-align: left;
		padding-top: 0;
	}
	footer #col-footer-3 ul li {
	    line-height: 2.5em;
	}
	
	/*----------- CUSTOMIZE HOME PAGE ---------------------*/
	#home-page #slider .carousel-inner{
	  	width:100%;
      	height: auto !important;
    	min-height: auto !important;
    	max-height: none;
	   -moz-border-radius: 10px 10px 10px 10px; /* FF1+ */
	    -webkit-border-radius: 10px 10px 10px 10px; /* Saf3-4, iOS 1+, Android 1.5+ */
	    border-radius: 10px 10px 10px 10px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
	}
	#home-page #slider .carousel img {
	    height: 250px;
	}
	#home-page #slider .carousel .item .col-lg-6 #caption{
		padding: 0 1em 0 1em;
	    color: #ffffff;
	}
	#home-page #slider .carousel .item .col-lg-6 #caption h2{
		font-size: 20px;
	}
	#home-page #slider .carousel .item .col-lg-6 #caption p{
		font-size: 12px;
	}

	/* ----------- CUSTOMIZE KONTAK PAGE ------------------*/
	#kontak-page #kantor-cabang .official{
		border-right: 0;
		margin-bottom: 0.5em;
		min-height: 0;
		height: 75px;
	}

	/* ------------ CUSTOMIZE ORDER OAGE ------------------*/
	#order-page #order #type-aqiqoh-area .label-khusus{
		display: none;
	}
	#order-page #order .label-space{
		display: none;
	}


}

/*media query for footer */
@media screen and (min-width:769px) and (max-width:1024px){

	/*----------- CUSTOMIZE HOME PAGE ---------------------*/
	#home-page #slider .carousel-inner{
	  width:100%;
	      height: auto !important;
    min-height: auto !important;
    max-height: none;
	   -moz-border-radius: 10px 10px 10px 10px; /* FF1+ */
	    -webkit-border-radius: 10px 10px 10px 10px; /* Saf3-4, iOS 1+, Android 1.5+ */
	    border-radius: 10px 10px 10px 10px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
	}
	#home-page #slider .carousel img {
	    height: 300px;
	}

	/* ------------ ALL PAGE ------------------------*/
	footer #col-footer-2 ul {
	    margin-left: 0;
	}
	footer #col-footer-3 #socmed-icon .fa-5x {
	    font-size: 2em;
	}
	footer .col-footer{
		min-height: 250px;
	}
	footer #col-footer-1 img{
		width: 25%;
	}
	footer #col-footer-2 ul li{
		padding: 10px 0 10px 0;
		font-size: 15px;
	}
	footer #col-footer-2 ul {
	    margin-left: 40px;
	}
	
}