/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

@media (min-width: 320px) and (max-width: 480px) {
	#price_right{
		display:none!important;
}
.success {
    background-color: #9F6;
    border: 1px solid #0F0;
    margin-top: 70%;
    width: 300px;
    text-align: center;
    margin-left: 0%;
}
error3 {
    top: 50px!important;
    
    left: 6%!important;
}

.error2 {
    top: 88px!important;
  
    left: 6%!important;
}

.error1 {
    top: 128px!important;
   
    left: 6%!important;
}

#contact {
    display: none;
    left: 50%;
    margin-left: -300px;
    position: absolute;
    top: 33px!important;
    width: 615px;
    z-index: 9999;
    padding: 20px;
    
    background-position: -149px -54px!important;
    height: 496px!important;
}
.form_popup {
    margin-top: 130px!important;
   
}

#close {

  
    top: -18px!important;
    left: -23px!important;
}


#contact {
    background-color: #fff;
    display: none;
    position: absolute;
    top: 90px;
    width: 97% !important;
    margin-left: 3px !important;
    left: 0 !important;
}

.form_popup {
   
    width: 261px;
    left: 50%;
   margin-left: 0px!important;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 9px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2d8c92;
}
.pricetag {

    text-align: center;
    font-size: 28px!important;
    font-weight: bold;
    margin-right: 200px;
    font-family: Verdana, Geneva, sans-serif !important;
    color: #2d8c92 !important;
    margin: 80px 0 20px 0;
   
    text-align: center;

}

.price img {
    position: fixed;
    padding: 10px;
    right: 0;
    z-index: 999999;
	width: 97px !important;
bottom: 0%;
height: 122px !important;
 
}
#video-select {
    margin-top: 0px!important;
  
}
#price_left{
	width: 267px;

text-align: center;

margin-left: 13%;

margin-bottom: 10px;
	
}
#contact {

    background-color: #fff;
    display: none;
    
    position: absolute;
    top: 90px;
    width: 100% !important;
	margin-left: 0px!important;
	left: 0!important;
    z-index: 9999;
   
    padding: 20px;

}
#fasilitas{
	padding:0 !important;
}
.tabs label,.tabs2 label{
	padding:5px 0!important;
}

#owl-example1 {
	margin-top:20px;
}
	
}

#owl-demo1.owl-theme .owl-controls .owl-page span,
#owl-demo2.owl-theme .owl-controls .owl-page span{
	background: #33A9EE !important;
}
.owl-theme .owl-controls{
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #00b16a;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.8;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.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: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #ffffff;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* 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;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.html) no-repeat center center
}