/*------------------------------------------*/
/*	    Fonts
/*------------------------------------------*/

/*------------------------------------------*/
/*	    General
/*------------------------------------------*/


/* General */
body {	
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
    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:hover {
    color: #cd3333;
}
a, a:hover {
    text-decoration: none;
}
a, a:focus{
	outline: 0;
}
i {
	font-size: 1.1em;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
}
p strong {
	font-weight: 600;
}

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

/* thumbnail */
.thumbnail {
	border-width: 0;
	padding: 0;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.thumbnail .caption{
	padding: 5px 15px;
}

/*------------------------------------------*/
/*	        Header
/*------------------------------------------*/
/* top-bar */
.top-bar{
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	background: #201e1f;
	color: #fff;
}
/*.top-bar .contact-info{list-style:none;margin:0;padding:0;font-size: 12px;color:#666;border:0;}
.top-bar .contact-info li{height:30px;line-height:30px;display: inline-block;margin-right:15px}
.top-bar .contact-info .circle{border-color: #666;}*/
.top-bar .info-member{
	margin: 10px 0;
	line-height: 20px;
}
.top-bar .info-member li{
	display: inline-table;
	padding: 0 10px;
}
.top-bar .info-member li i{
	margin-right: 5px;
}
.top-bar .info-member a{
	color: white;
	font-size: 12px;
}

/* logo-banner */
.logo-banner{
	margin: 20px 0 0 0;
}

/***** lang button *****/
.lang-button{
	margin: 3px 0 0 15px;
	padding: 0;
	list-style: none;
}
.lang-button li{
	display: inline-block;
	margin-left: 5px;
}
.lang-button, .frm-search{
	display: inline-block;
}
.lang-button{
	margin: 0 30px 0 0;
}
.lang-button li{
	height: 40px;
	line-height: 40px;
	text-transform: capitalize;
	margin: 0;
}
.lang-button li:last-child:before{
	content: '|';
	margin: 0 7px;
}
.lang-button a{
	color: #333;
}
.tbl-lay{margin: 15px;}
.tbl-lay2{margin-top: 15px;}
/*------------------------------------------*/
/*	                Navbar
/*------------------------------------------*/
.navbar{
	border-radius: 0 0 0;
	margin: 0;
	border: 0px;
	font-size: 14px;
	border-bottom: 5px solid #db3328;
}

.navbar-default{
	background: #fff;
}
.nav.navbar-nav .woke{
		padding-bottom: 30px;
		float:center;
	}


@media(min-width:768px){
	.nav.navbar-nav{
		float: right;
		padding: 0;
	}
	.navbar .container{
	padding: 0;
	}
	.nav.navbar-nav .woke{
		padding-bottom: 30px;
		float:right;
	}
	.nav.navbar-nav ul{
		list-style: none;
	    padding: 1em 0;
	    border-bottom: 2px solid #61f231;
	    border-top: 2px solid #61f231;
	    height:30px;
	}
	.nav.navbar-nav li{
		font-size: 18px;
		display: inline;
	    line-height:30px;
	    font-weight: 700;
	    color: #db3328;
	}
	.navbar.fixed {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1000;
		width: 100%;
	}
	.navbar-collapse{
		text-align: center;
	}
	.navbar-nav{
		display: block;
		float: none;
	}

	.navbar-nav > li{
		margin-left: 30px;
	}
	.navbar-nav > li > a {
		text-transform: uppercase;
		font-size: 18px;
		color: #db3328 !Important;
		padding:15px;

		line-height:66px;
		margin-top:20px;
	}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
		font-weight: bold;
	}
	.navbar-default .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: #fff;
		color: #1a724b;
	}
	.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);
	}
	
	/* 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;
	}
	.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;
	}
	
	.navbar-brand{
		margin-top: 10px;
	}
}

@media(max-width:768px){
	.navbar{
		text-align: center;
		font-size: 18px;
	}
	.navbar ul li {
		padding: 10px 0;
	}
	.navbar ul li:hover{
		color: #db3328;
	}
	.btn-default {
	    font-size: 10px;

	}
	.section-list-radios .mask .row .list-news .title-news {
	 font-size: 11px !important;
	}
	.section-list-radios .mask .row .list-news .iki-gambar-news {
    line-height: 90px !important;
	}
	.section-list-radios .mask .row .list-news .art {
    border: 1px solid #db3328;
    padding: 10px;
    min-height: 260px !important;
   }
   .navbar-nav > li {
    margin-left: 20px !important;
   }
   .footer-section {

    height: 292px;
	background:#222;
	text-align:center;
	}
}
@media(max-width:640px){
	.navbar-brand > img {height:30px;margin-top: -8px;}
	.heading {margin:0;}
	.section-list-radios .mask {padding:0;}

	
}
@media(max-width:480px){
	.navbar-brand > img {height:30px;margin-top: -8px;}
	.heading {margin:0;}
	.section-list-radios .mask {padding:0;}
	.tbl-lay{margin: 0; margin-top:25px;}
	.footer-section {

    height: 392px;
	background:#222;
	}
	.city-news{font-size:9px;}
	.section-list-radios .mask .row .list-news .art {

    min-height: 303px !important;
}
}

/*------------------------------------------*/
/*	        Slider
/*------------------------------------------*/
#slider{
	overflow: hidden;
	border-bottom: 0 solid #434a54;
}
.carousel-inner{width: 100%; height: 100%;}
.carousel-inner > .item img{width: 100%; height: 100%;}
.carousel-indicators{}
.carousel-progress{
	padding: 1px 0;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.carousel-bar{
	height:3px;
	background:rgba(26, 114, 75, 0.7);
	display:block;
}
.carousel-control{
	text-shadow: none;
	background: #db3328;
	color: #fff;
	left: 0;
	opacity: 0.8;
	position: absolute;
	padding: 9px;
	font-size: 14px;
	text-align: center;
	top: 50%;
	margin-top: -25px;
	width: 40px;
	height: 40px;
	z-index: 10000;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.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{
	text-align: center;
}
.caption-container .title span{
	border: 2px solid #fff;
	padding: 30px 20px;
	margin-bottom: 100px;
	color: #fff;
	font-size: 54px;
	text-transform: uppercase;
	font-weight: 700;
}
.caption-container .title span .dd{
	color: #db3328;
}
.caption-container .info{
	margin: 50px 0;
	font-size: 24px;
	line-height: 30px;
}
.carousel-caption{
	left: 0;
	right: 0;
	top: 30%;
	bottom: 20px;
	padding: 0;
}
@media(max-width:767px){
	.caption-container h2 span,.carousel-caption p span{
		width: 100%;
		text-align: center;
		display: block;
	}
	.caption-container .title span{
		border: 2px solid #fff;
		padding: 30px 20px;
		margin-bottom: 100px;
		color: #fff;
		font-size: 18px;
		font-weight: 500;
	}
	.carousel-caption{
		top: 0;
	}
}
.carousel-caption .btn-default{
	border-color: #fff;
	background: rgba(0,0,0,0);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
/*------------------------------------------*/
/*	        header-news
/*------------------------------------------*/
.header-news{
	padding: 75px 0;
	height: 200px;
  background: url(../images/content/slides/slide2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.header-news h1{color:#ffffff;}
.header-news .breadcrumb{background:none;color:#ffffff; margin-top:25px; text-align:right;}
/*------------------------------------------*/
/*	        Section
/*------------------------------------------*/
section{
	margin: 70px 0 70px;
}
section.margin0{
	margin: 0;
}
.heading{
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	margin: 0 0 70px;
	margin-top: 20px;
	position: relative;
}
.heading::before {
	content: '';
	height: 3px;
	width: 50px;
	position: absolute;
	right: 50%;
	margin-right: -27px;
	bottom: -12px;
	display: block;
	background: #1a724b;
}
.heading.heading-light{color: #fff}
.heading.heading-light::before{background: #fff}


/*------------------------------------------*/
/*			Music Player
/*------------------------------------------*/
.section-musicplayer{
	margin-top: 0;
	border-top: 4px solid #1a724b;
	background: #222;
	padding: 20px 0;
}
.section-musicplayer .music-play .fa-play{
	background: #333;
	color: #1a724b;
	padding: 15px;
	padding-left: 23px;
	font-size: 30px;
	border-radius: 50%;
	float: left;
	margin-right: 20px;
}
.section-musicplayer .music-play .play-desc h5{
	color: #1a724b;
}
.section-musicplayer .music-play .play-desc h5 span{
	font-size: 16px;
	font-weight: bold;
}
.section-musicplayer .music-play .play-desc p{
	color: white;
	margin-bottom: 0;
}
.section-musicplayer .music-volume li{
	display: inline-table;
}
.section-musicplayer .music-volume .fa-volume-up{
	color: white;
	margin-right: 15px;
	font-size: 18px;
}
.music-volume{
	float: left;
	display: block;
	padding-top: 17px;
	margin-right: 30px;
}
#player {
    width: 200px;  
    position: relative;
    margin-top: -8px;    
}
#volume {
    position: absolute;
    margin: 0 auto;
    height:5px;
    width: 200px;
    background: #333;
    border-radius: 2px;
    border: none;
    outline: none;
}
#volume .ui-slider-range-min {
    height:5px;
    width: 200px;
    position: absolute;
    background: #1a724b;
    border-radius: 2px;
    border: none;
    outline: none;
}
#volume .ui-slider-handle {
    width: 15px;
    height:15px;
    background: #1a724b;
    position: absolute;
    border-radius: 50%;
    margin-top: -5px;
    cursor: pointer;
    outline: none;
    border: none;
}
.bars {
  float: left;
}
.bars li {
	display: inline-block;
	width:5px;
	height:30px;
	position:relative;
	margin: 1px;
}
.bars li:nth-child(1) {height:20px;}
.bars li:nth-child(2) {height:30px;}
.bars li:nth-child(3) {height:35px;}
.bars li:nth-child(4) {height:50px;}
.bars li:nth-child(5) {height:35px;}
.bars li:nth-child(6) {height:30px;}
.bars li:nth-child(7) {height:20px;}

.bars li:nth-child(1):before {
  -webkit-animation-delay : 0.2s;
        animation-delay : 0.2s;
} 
.bars li:nth-child(2):before {
  -webkit-animation-delay : 0.4s;
        animation-delay : 0.4s;
} 
.bars li:nth-child(3):before {
  -webkit-animation-delay : 0.6s;
        animation-delay : 0.6s;
} 
.bars li:nth-child(4):before {
  -webkit-animation-delay : 0.8s;
        animation-delay : 0.8s;
} 
.bars li:nth-child(5):before {
  -webkit-animation-delay : 0.3s;
        animation-delay : 0.3s;
} 
.bars li:nth-child(6):before {
  -webkit-animation-delay : 0.9s;
        animation-delay : 0.9s;
} 
.bars li:before {
  content:'';
  display:inline-block;
  background:#1a724b;
  position:absolute;
  bottom:0;
  width:100%;
  -webkit-animation-name: volume;
  animation-name: volume;
  -webkit-animation-duration : 0.5s;
  animation-duration : 0.5s;
  -webkit-animation-iteration-count : infinite;
  animation-iteration-count : infinite;
  -webkit-animation-direction : alternate;
        animation-direction : alternate;
}

@-webkit-keyframes volume {
  0% {
    height:0%
  }

  100% {
    height:100%
  }
}

@keyframes volume {
  0% {
    height:0%
  }

  100% {
    height:100%
  }
}
@media(max-width:767px){
	#player, #volume, #volume .ui-slider-range-min {
	    width: 160px;
	}
}


/*------------------------------------------*/
/*			News
/*------------------------------------------*/
.section-news .item{
	margin-bottom: 30px;
}
.section-news .square{
	position: relative;
}
.section-news .news-date{
	position: absolute;
	background: #1a724b;
	padding: 10px 15px;
	text-align: center;
	bottom: 10px;
	left: -10px;
}
.section-news .news-title{
	font-weight: bold;
}
.section-news .news-date h3{
	color: white;
	margin: 0;
}
.section-news .news-date h5{
	font-size: 16px;
	color: white;
	margin: 0;
	text-transform: uppercase;
}

/* Pagination */
.pagination li a{
	border-radius: 50%;
	margin: 3px;
	border-color: transparent;
	color: #333;
}
.pagination .active a, .pagination .active a:hover{
	background: #1a724b;
	border-color: #1a724b;
}
.pagination li a:hover, .pagination .disabled a:hover{
	background: #f5f5f5;
	border-color: #f5f5f5;
}
.pagination .disabled a{
	border-color: transparent;
}
.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span{
	border-radius: 50%;
	padding-left: 9px;
	padding-right: 9px;
}

/* news content */
.section-news .news-content h2{
	font-weight: bold;
	margin-bottom: 30px;
}
.section-news .news-content .news-content-text{
	margin: 30px 0;
	line-height: 26px;
}
.section-news .news-content hr{
	border-color: #1a724b;
}
.section-news .news-content .news-content-share{
	padding-right: 15px;
	padding-left: 15px;
}
.section-news .news-content .news-content-share span{
	font-size: 18px;
	font-weight: bold;
	margin-right: 10px;
}
.section-news .news-content .news-content-share .fa{
	border-radius: 50%;
	color: white;
	padding: 10px;
	margin: 1px;
}
.section-news .news-content .news-content-share .fa-facebook{
	background: #3b5998;
	padding: 10px 12.4px;
}
.section-news .news-content .news-content-share .fa-twitter{
	background: #55acee;
}
.section-news .news-content .news-content-share .fa-google-plus{
	background: #dd4b39;
	padding: 10px 7.5px;
}
.section-news .news-content .news-content-share .fa-linkedin{
	background: #007bb5;
	padding: 10px 10.5px;
}
.section-news .news-content .news-content-share .fa-pinterest{
	background: #cb2027;
	padding: 10px 10.5px;
}
.section-news .news-content .news-content-share .fa-envelope{
	background: #00a651;
}
.section-news .news-content .news-content-comments{
	margin-top: 30px;
}
.section-news .news-content .news-content-comments .item{
	margin-bottom: 20px;
}
.section-news .news-content .news-content-comments h3{
	font-weight: bold;
	margin-bottom: 20px;
}
.section-news .news-content .news-content-comments .comment-name{
	font-weight: bold;
	margin: 0;
	margin-bottom: 5px;
}
.section-news .news-content .news-content-comments .comment-name span{
	font-weight: normal;
	font-size: 12px;
	color: #666;
	margin-left: 10px;
	text-transform: uppercase;
}
.section-news .news-content .news-content-comments p{
	margin-bottom: 0;
}
.section-news .news-content .news-content-comments .button .btn-default{
	padding: 0;
	background: transparent;
	border-color: transparent;
	font-weight: bold;
	font-size: 12px;
	color: #1a724b;
}
.section-news .news-content .news-content-comments .add-comment{
	margin-top: 50px;
}
.section-news .news-content .news-content-comments .add-comment h4{
	font-weight: bold;
	margin-bottom: 20px;
}
.section-news .news-content .news-content-comments .add-comment .form-control{
	border-radius: 0;
	margin-bottom: 10px;
	border-color: #eee;
}
.section-news .news-content .news-content-comments .add-comment .form-control:focus{
	border-color: #eee;
}
.section-news .news-content .news-content-comments .add-comment textarea{
	resize: none;
}
.section-news .news-content .news-content-comments .add-comment .btn-primary{
	background: #1a724b;
	border-color: #1a724b;
	margin-top: 20px;
	font-size: 12px;
	font-weight: bold;
}
@media(max-width:767px){
	.section-news .news-content .news-content-share span{
		font-size: 16px;
	}
	.section-news .news-content .news-content-share .fa{
		padding: 8px;
		margin: 0;
	}
	.section-news .news-content .news-content-share .fa-facebook{
		padding: 8px 10.5px;
	}
	.section-news .news-content .news-content-share .fa-google-plus{
		padding: 8px 6px;
	}
	.section-news .news-content .news-content-share .fa-linkedin{
		padding: 8px 8.5px;
	}
	.section-news .news-content .news-content-share .fa-pinterest{
		padding: 8px 8.5px;
	}
	.section-news .news-content .news-content-comments .col-xs-4{
		padding-right: 0;
	}
}
@media(max-width:991px){
	.sidebar{
		display: none;
	}
}
/*------------------------------------------*/
/*			About
/*------------------------------------------*/
.section-about .mask{
	background: rgba(0,0,0,0.8);
	padding: 70px 0;
}
.section-about p{
	color: white;
	margin-bottom: 30px;
}
.section-about .btn-default{
	border-color: #1a724b;
	background: transparent;
	color: #1a724b;
	font-weight: bold;
	font-size: 12px;
}
.section-about .btn-default:hover{
	background: #1a724b;
	border-color: #1a724b;
}
.section-about .counter{
	margin-top: 30px;
}
.section-about .counter h2{
	margin: 0 35px;
	margin-bottom: 20px;
	padding: 52px 0;
	border-radius: 50%;
	background: rgba(34, 34, 34, 0.8);
	border: 2px solid #333;
	color: #1a724b;
}
@media(max-width:767px){
	.section-about .counter h2{
		margin: 0 40px;
		margin-bottom: 20px;
	}
}
@media(min-width:768px) and (max-width:991px){
	.section-about .counter h2{
		padding: 48px 0;
	}
}

/*------------------------------------------*/
/*			list-radios
/*------------------------------------------*/
.section-list-radios{
	
	margin: 0;
}
.fbg{
	background: url(../images/content/slides/slide2.jpg)  no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	margin: 0;
}
.section-list-radios.news{

	margin: 0;
}
.section-list-radios h3{
	font-size: 36px;
}
.section-list-radios .mask{
	padding: 75px 0;
	background: rgba(255,255,255,0.2);
}
.section-list-radios .mask.da{
	padding: 75px 0;
	background: rgba(255,255,255,0.9);
}
.section-list-radios .mask .row .list{
	overflow: hidden;
	padding: 15px;
}

.section-list-radios .mask .row .list .iki-gambar{
	padding: 55px 15px;
	background-color: #fff;
	line-height: 150px;
	text-align: center;
}

.section-list-radios .mask .tombol{
	text-align: center;
	padding: 50px 0;
}
.section-list-radios .mask .tombol button{
	padding:20px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto;
	letter-spacing: 2px;
	background-color: #db3328;
	border: 0px;
}
.section-list-radios .mask .tombol button:hover{
	background-color: #a82326;
}



.section-list-radios .mask .row .list-news{
	height: auto;
	padding: 15px;
}
.section-list-radios .mask .row .list-news .art{
	border: 1px solid #db3328;
	padding: 10px;
	min-height: 310px;
	height: auto;
}
.section-list-radios .mask .row .list-news .title-news{
	color: #db3328;
	text-transform: capitalize;
	font-size: 16px;
	font-weight:700;
}
section-list-radios .mask .row .list-news .city-news{
	color: #db3328;
	text-transform: capitalize;
	font-size: 12px;
}
.section-list-radios .mask .row .list-news .iki-gambar-news{

	line-height: 150px;
	text-align: center;
	height:150px;
	overflow:hidden;
}
.section-list-radios .mask .row .list-news .iki-gambar-news img{

	width: 100%;
	max-height:150px;
}
.section-list-radios .mask .row .list-news .tombol-news{
	text-align: center;
	padding: 20px 0 15px 0;
}
.section-list-radios .mask .row .list-news .tombol-news button{
	border-radius: 20px;
	padding: 7px 20px;
	text-transform: uppercase;
	border: 0px;
}
.section-list-radios .mask .row .list-news .tombol-news button.anyak{
	background-color: #9d0663;
}
.section-list-radios .mask .row .list-news .sosmed{
	float: right;
	color: #db3328;
	font-size: 18px;
}
.section-list-radios .mask .row .list-news .sosmed  i{
	margin-left: 10px;
}

@media(max-width:767px){
	.section-list-radios .counter h2{
		margin: 0 40px;
		margin-bottom: 20px;
	}
}
.double-banner img{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	background-color: transparent;
}
/*------------------------------------------*/
/*			section-product
/*------------------------------------------*/

.product-title h3{
	font-size: 36px;
	color:  #db3328;
	text-transform: uppercase;
}
.product-desc{
	padding: 10px 0;
	line-height: 23px;
}
.section-product .tombol{
	padding: 10px 0;
}
.section-product .tombol button{
	padding:20px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto;
	letter-spacing: 2px;
	background-color: #db3328;
	border: 0px;
}
@media(max-width:767px){
	.section-product{
		text-align: center;
	}
	.product-title h3{
		font-size: 24px;
	}
	.section-product .tombol button{
		margin-bottom: 30px;
	}
	.section-product .pull-right{
		display: none;
	}
}

/*------------------------------------------*/
/*			section-music-chart
/*------------------------------------------*/

.section-why{
	background-color: #db3328;
	padding: 50px 0; 
	margin: 0;
}

.title-judul{
	text-align: center;
	text-transform: uppercase;
	padding: 30px 0;
}
.title-judul h3{
	color: #fff;
	font-size: 36px;
}
.section-why .row{
	text-align: center;
}
.section-why .icon{
	padding: 30px;
}
.section-why .icon .bg-icon{
	background-color: #fff;
	padding: 50px;
	border-radius: 50%;
}
.section-why .icon img{
	width: 100%;
	height: auto;
}
.section-why .why-title{
	text-transform: uppercase;
	font-size: 24px;
	color: #fff;
	line-height: 30px;
}
@media(max-width:720px){
	.listt{
		padding: 20px 75px;
	}
	.section-why .why-title{
		font-size: 18px;
	}
}
/*------------------------------------------*/
/*			section-music-chart
/*------------------------------------------*/
.section-music-chart .item{
	margin-bottom: 10px;
}
.section-music-chart .item li{
	display: inline-block;
	vertical-align: middle;
}
.section-music-chart .item .chart-no{
	font-size: 20px;
	text-align: center;
	width: 60px;
}
.section-music-chart .item .album-image{
	height: 70px;
	width: 70px;
}
.section-music-chart .item .album-image .fa-play{
	position: absolute;
	top: 0;
	left: 0;
	color: #1a724b;
	font-size: 30px;
	padding: 20px 25px;
	cursor: pointer;
	z-index: 100;
}
.section-music-chart .item .album-image:hover .mask{
	opacity: 1;
	transition: 0.5s all ease;
}
.section-music-chart .item .mask{
	position: absolute;
	background: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
}
.section-music-chart .item .chart-desc{
	margin-left: 20px;
}
.section-music-chart .item .chart-desc h4{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 0;
}
.section-music-chart .item .position{
	font-size: 20px;
	color: #1a724b;
	padding: 25px;
}
@media(max-width:991px){
	.section-music-chart .item .chart-no{
		width: 36px;
		font-size: 16px;
	}
	.section-music-chart .item .album-image{
		height: 50px;
		width: 50px;
	}
	.section-music-chart .item .album-image .fa-play{
		padding: 12px;
		padding-left: 18px;
		font-size: 24px;
	}
	.section-music-chart .item .chart-desc{
		margin-left: 10px;
	}
	.section-music-chart .item .chart-desc h4{
		font-size: 15px;
		margin: 0;
	}
	.section-music-chart .item .chart-desc p{
		font-size: 12px;
		margin: 0;
	}
	.section-music-chart .item .position{
		padding: 10px 5px;
		font-size: 16px;
	}
}


/*------------------------------------------*/
/*			Banner 2
/*------------------------------------------*/
.section-banner2 .item{
	margin-bottom: 20px;
}

/*------------------------------------------*/
/*			Podcast
/*------------------------------------------*/
.podcast-tabs .nav-tabs .active a{
  background: #1a724b;
  color: white;
}
.podcast-tabs .nav-tabs .active a:hover{
  background: #1a724b;
  color: white;
}
.podcast-tabs li{
	vertical-align: middle;
}
.podcast-tabs .nav-tabs .podcast-setting{
	padding-top: 7px;
}
.podcast-tabs .nav-tabs .podcast-setting li{
	display: inline-block;
}
.podcast-tabs .nav-tabs .podcast-setting .file-type{
	padding-right:20px;
}
.podcast-tabs .nav-tabs .podcast-setting .file-type .active{
	color: #1a724b;
}
#datepicker{
	width:124px;
}
#datepicker > span:hover{
	cursor: pointer;
}
#datepicker input{
	background: transparent;
	border-color: transparent;
	padding-right: 5px;
}
#datepicker span{
	background: transparent;
	border-color: transparent;
	color: #1a724b;
	padding-left: 5px;
}
.podcast-tabs li a{
  color: #333;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.podcast-tabs .tab-content{
  color : #333;
  border-top: 4px solid #1a724b;
  background-color: #f9f9f9;
}
.podcast-tabs .tab-content .item{
	border: 1px solid #eee;
}
.podcast-tabs .tab-content .item li{
	display: inline-block;
	vertical-align: middle;
	padding: 15px 20px;
}
.podcast-tabs .tab-content .item .podcast-tabs-no{
	border: 1px solid #eee;
	background: #f5f5f5;
}
.podcast-tabs .tab-content .item .podcast-tabs-button{
	padding: 3px 30px;
}
.podcast-tabs .tab-content .item .podcast-tabs-play, .podcast-tabs .tab-content .item .podcast-tabs-download{
	padding: 3px 50px;
	float: left;
}
.podcast-tabs .tab-content .item .fa-play, .podcast-tabs .tab-content .item .fa-download{
	background: #f5f5f5;
	border: 1px solid #eee;
	padding: 12px 11px 12px 15px;
	border-radius: 50%;
	cursor: pointer;
}
.podcast-tabs .tab-content .item .fa-download{
	padding: 12px;
}
.podcast-tabs .tab-content .item .fa-play:hover, .podcast-tabs .tab-content .item .fa-download:hover{
	background: #1a724b;
	border-color: #1a724b;
	color: white;
}
@media(max-width:767px){
	.podcast-tabs .tab-content .item li{
		display: list-item;
		padding: 6px 10px;
		clear: both;
	}
	.podcast-tabs .tab-content .item .podcast-tabs-button{
		padding: 3px;
		background: #f9f9f9;
		float: left;
		width: 100%;
	}
	.podcast-tabs .tab-content .item .podcast-tabs-play, .podcast-tabs .tab-content .item .podcast-tabs-download{
		padding: 5px;
	}
}
@media(min-width:768px) and (max-width:991px){
	.podcast-tabs .nav-tabs li a{
		padding: 6px;
	}
	.podcast-tabs .nav-tabs .podcast-setting{
		padding: 0;
	}
	.podcast-tabs .nav-tabs .podcast-setting .file-type{
		padding-right: 0;
		font-size: 13px;
	}
	.podcast-tabs .tab-content .item .podcast-tabs-button,
	.podcast-tabs .tab-content .item .podcast-tabs-play, .podcast-tabs .tab-content .item .podcast-tabs-download{
		padding: 3px 15px;
	}
}

/*------------------------------------------*/
/*			Ads Price
/*------------------------------------------*/
.section-ads-prices .mask{
	padding: 70px 0;
	background: rgba(0,0,0,0.6);
}
.section-ads-prices .table-responsive{
	color: white;
	margin-top: 20px;
	border-color: transparent;
}
.section-ads-prices .table-responsive th, .section-ads-prices .table-responsive td{
	padding: 10px;
	padding-left: 20px;
}
.section-ads-prices .table-responsive th, .section-ads-prices .panel .panel-heading{
	background: rgba(26, 114, 75, 0.6);
	font-size: 18px;
	font-weight: normal;
}
.section-ads-prices .table-responsive td, .section-ads-prices .panel .panel-body{
	background: rgba(51, 51, 51, 0.6);
}
.section-ads-prices .table > tbody > tr > td, .section-ads-prices  .table > tbody > tr > th,
.section-ads-prices .table > tfoot > tr > td, .section-ads-prices  .table > tfoot > tr > th, 
.section-ads-prices .table > thead > tr > td, .table > thead > tr > th {
	border-color: rgba(34, 34, 34, 0.6);
}
.section-ads-prices .panel{
	background-color: transparent;
	border-radius: 0;
	color: white;
	border-color: transparent;
	margin-top: 20px;
}
.section-ads-prices .panel .panel-heading{
	border-color: transparent;
	color: white;
}
.section-ads-prices .panel .panel-heading, .section-ads-prices .panel .panel-body{
	padding-left: 20px;
	padding-right: 20px;
}
@media(max-width:767px){
	.section-ads-prices .table-responsive th, .section-ads-prices .table-responsive td{
		padding: 6px;
		padding-left: 10px;
	}
	.section-ads-prices .table-responsive th{
		font-size: 16px;
	}
	.section-ads-prices .table-responsive td{
		font-size: 13px;
	}
}


/*------------------------------------------*/
/*			Team
/*------------------------------------------*/
.section-team .carousel .team-title h4{
	margin-top: 20px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
}
.section-team .carousel .team{
	position: relative;
	cursor: pointer;
}
.section-team .carousel .team:hover .team-social{
	opacity: 1;
	transition: all 0.5s ease;
	bottom: 10%;
}
.section-team .carousel .team-social{
	position: absolute;
	bottom: 0;
	left: 30%;
	opacity: 0;
	background: rgba(26, 114, 75, 0.9);
	padding: 10px;
	border-radius: 20px;
}
.section-team .carousel .team-social a{
	margin: 10px;
	color: white;
}
@media(max-width:991px){
	.section-team .carousel-control{
		display: block;
	}
}


/*------------------------------------------*/
/*			Services
/*------------------------------------------*/
.section-service { background: rgba(0,0,0,0.5);}
.service-wrapper { margin: 0 auto; padding: 50px 0 70px}
.section-service .service-icon {
	border: 1px solid #ddd;
	color: #ddd;
	height: 84px;
	line-height: 84px;
	margin: 0 auto;
	width: 84px;
	font-size: 32px;
	
	-webkit-border-radius: 42px;
	-moz-border-radius: 42px;
	border-radius: 42px;
}
.section-service .service-icon,.section-service h3, .section-service p{border-color: #fff;color: #fff;}

/*------------------------------------------*/
/*			Features
/*------------------------------------------*/
.section-features .media-left{
	padding-top: 5px;
}
.section-features .media-body{
	padding-left: 15px;
}

.section-features .media-heading{
	margin-bottom: 15px;
}

/*------------------------------------------*/
/*			Latest Blog
/*------------------------------------------*/
.post-item{margin-bottom: 30px;}
.post-item .media{margin: 0;}
.post-item .media-left{padding-right: 15px;}
.post-date{
	text-align: center;
	margin-top: 30px;
}
.post-date .day {
	background-color: #444;
	color: #fff;
	padding: 12px 0;
	width: 42px;
	display: block;
	font-size: 22px;
	
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.post-date .month {
	color: #fff;
	display: block;
	height: 40px;
	line-height: 39px;
	width: 42px;
	background: #ddd;
	text-align: text-align;
	
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

/*------------------------------------------*/
/*			Destination
/*------------------------------------------*/
.destination-item{
	margin-bottom: 30px;
	position: relative;
}
.destination-info{
	text-align: right;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 10;
}
.destination-info h3 {
	margin: 0;
	font-weight: 600;
	color: #fff;
}
.destination-info h5 {
	margin: 0;
	color: #FEC107;
}

/*------------------------------------------*/
/*			Package Tour
/*------------------------------------------*/
.package-item{
	background: #fff;
	margin-bottom: 30px;
}
.package-item figcaption{
	color: #fff;
	bottom: 15px;
	position: absolute;
	left: 15px;
	right: 15px;
	z-index: 1000;
}
.package-title{
	background: #f94141;
	color: #fff;
	display: inline-block;
	padding: 0 10px;
	font-size: 13px;
	margin-bottom: 10px;
}
.package-title:hover{
	background: #FEC107;
	color: #fff;
}
.package-price{
	color: #fff;
	font-size: 24px;
	position: absolute;
	top: 15px;
	right: 15px;
	text-shadow: 1px 1px 0 rgba(0,0,0,.25);
	color: #FEC107;
}
.package-price .curency-symbol{
	color: #fff;
	font-size: 14px;
}
.package-duration{
	margin: 0;
	text-shadow: 1px 1px 2px rgba(0,0,0,.25);
}
.package-star{
	color: #FEC107;
	font-size: 12px;
}
.package-star .disabled{
	color: #ddd;
}
.ribbon {
	position: absolute;
	z-index: 1;
	overflow: hidden;
	width: 75px;
	height: 75px;
	text-align: center;
}
.ribbon span {
	font-size: 10px;
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
	line-height: 20px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 100px;
	display: block;
	background: #f94141;
	background: linear-gradient(#f94141 0,#f94141 100%);
	text-shadow: 1px 1px 2px rgba(0,0,0,.25);
	position: absolute;
	top: 19px;
	left: -21px;
}

/*------------------------------------------*/
/*			Testimonial
/*------------------------------------------*/
.section-testimonial{
	margin: 0;
}
.section-testimonial .mask{
	background: rgba(0,0,0,0.8);
	color: #fff;
	padding: 70px 0;
	margin:0 auto;
}
.section-testimonial .carousel-mask{
	background: rgba(26, 114, 75, 0.6);
	padding: 30px;
	margin-bottom: 50px;
}
.section-testimonial .carousel-indicators{
	bottom: -50px;
}
.section-testimonial .carousel-indicators li, .carousel-indicators .active{
	width: 10px;
	height: 10px;
	margin: 0;
	border: 0;
}
.section-testimonial .carousel-indicators li{
	background: #222;
}
.section-testimonial .carousel-indicators .active{
	background: #1a724b;
}
@media (min-width: 768px) {
	.testimonial-wrapper { width:70%; }
}
.square.testimonial-avatar{
	width: 120px;
	position: relative;
	overflow: hidden;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.section-testimonial .testimonial-content h5{
	font-weight: bold;
	font-size: 16px;
	color: white;
}
@media(max-width:767px){
	.square.testimonial-avatar{
		margin-bottom: 30px;
	}
}

/*------------------------------------------*/
/*			Gallery
/*------------------------------------------*/
.section-gallery{
	margin-bottom: 0;
}
.section-gallery .container-fluid{
	padding: 0;
}
.section-gallery li{
	display: inline-block;
	padding: 0;
}
.section-gallery .gallery-title{
	background: #1a724b;
	padding: 15px;
}
.section-gallery .gallery-title h3{
	padding-top: 35%;
}
.section-gallery .hover{
	cursor: default;
    overflow: hidden;
    position: relative;
}
.section-gallery .item{
	cursor: default;
	position: relative;
	display: block;
}
.section-gallery .mask-title{
	 background: #1a724b;
	 padding: 13px 14px 12px 15px;
	 border-radius: 50%;
	 text-align: center;
	 position: absolute;
	 opacity: 0;
	 left: 42%;
	 bottom: 0;
	 transition: all 0.5s ease 0s;
}
.section-gallery .item:hover .mask-title{
	opacity: 1;
	bottom: 45%;
}
.section-gallery .mask-title .fa-eye{
	font-size: 18px;
	color: white;
}

/*------------------------------------------*/
/*			Contact
/*------------------------------------------*/
.contact-wrapper{
	margin-bottom: 30px;
}
.contact-intro{
	text-align: center;
	margin-bottom: 60px
}
.contact-info {
	padding: 30px;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-bottom: 30px;
}
.contact-info i {
	color: #ddd;
	font-size: 45px;
	margin: 0 0 15px;
}
.contact-info h5 {
	text-transform: uppercase;
	font-size: 16px;
	margin: 15px 0 7px;
}
.contact-info  p{margin:0}
@media (min-width: 768px) {
	.contact-intro{margin: 0 20% 60px}
}
@media(max-width:767px){
	.contact-info {padding: 20px 10px;}
	.contact-info h5 {
		font-size: 14px;
		margin: 0;
	}
	.contact-info  p{font-size: 11px;}
}
.section-map{}
#map-canvass{height:600px}

/*------------------------------------------*/
/*			Client
/*------------------------------------------*/
.client-carousel {padding: 0 30px;}
.client-brand img{
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%);
	
    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;
}
.client-brand:hover img{
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	-webkit-filter: grayscale(0%);
}

/*------------------------------------------*/
/*			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 span{ color: #999; }
.page-nav .active a,.page-nav .current{ background: #01B5EA; border-color: #01B5EA; color: #fff }
.page-nav .disabled span{ background: #fafafa; border-color: #eee }


/*------------------------------------------*/
/*			Footer
/*------------------------------------------*/
footer {
	background-color: #222;
	color: white;
	font-size: 14px;
	height:200px;
}
.footer-section{
	padding: 20px 0;
}
footer .copyright-section a {
	color: #1a724b;
}
footer .copyright-section a:hover {
	text-decoration: underline;
}
footer .input-group .form-control{
	background-color: #282828;
	border-color: transparent;;
	color: #fff;
}
footer .input-group .form-control:focus{
	background: #282828;
	border-color: transparent;
}
footer .input-group .btn-default{
	background: #1a724b;
	border-color: #1a724b;
}
.footer-section .menus-bottom ul li{
	text-decoration: none;
	display: inline-block;
	padding: 5px 10px;
}
.footer-section .menus-bottom ul li:nth-child(1),
.footer-section .menus-bottom ul li:nth-child(2),
.footer-section .menus-bottom ul li:nth-child(3),
.footer-section .menus-bottom ul li:nth-child(4){
	border-right: 1px solid #fff;
	line-height: 5px;
} 
 .footer-section .sosmed ul li, .footer-section .copyright-section{
 	text-decoration: none;
	display: inline-block;
	padding: 5px 10px;
 }
@media(max-width:767px){
	.footer-section .address{
		margin-bottom: 30px;
	}
	footer .menus-bottom{
		padding: 30px 0;
	}
	footer .menus-bottom li{
		background-color: #db3328;
		margin: 5px;
		border-right:1px solid #fff;
	}
	footer .sosmed, footer{
		text-align: center;
	}
}

/*------------------------------------------*/
/*			Back to top
/*------------------------------------------*/
.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
	z-index: 500;
}
.back-to-top i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    text-align: center;
    background-color: #444;
    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;
}

/*------------------------------------------*/
/*			search
/*------------------------------------------*/
.src{
	width: 100%;
	height: 60px;
}
#custom-search-input{
	float: right;
	width: 300px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 16px;
}
/*------------------------------------------*/
/*			mail button
/*------------------------------------------*/
	.mail{
	list-style:none;
	padding: 0;
	color: #fff;
	}
	.mail i{
		margin-right: 5px;
	}
/*------------------------------------------*/
/*			Social button
/*------------------------------------------*/
.social-icon{
	list-style:none;
	padding: 0;
}
.social-icon li{
	display: inline-block;
	border-left: 1px solid rgba(0,0,0,0.03);
	margin-left: 5px;
}
.social-icon li:first-child{
	margin-left: 0;
}
.social-icon li:last-child{
	border-right: 1px solid rgba(0,0,0,0.03);
}
.social-icon a{
	color: #fff;
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	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{
	content: '';
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	bottom: 0;
	right: 0;
	z-index: 1;
	position: absolute;
}
.social-icon .facebook{background: #3B5998;}
.social-icon .twitter{background: #00C5F9;}
.social-icon .google-plus{background: #E05A4E;}
.social-icon .linkedin{background: #117BB8;}
.social-icon .youtube{background: #CB312E;}
.social-icon .pinterest{background: #EE3324;}
.social-icon .flickr{background: #ED1384;}
.social-icon .dribbble{background: #EB4C89;}
.social-icon .skype{background: #00B0F6;}
.social-icon .rss{background: #FBA933;}
.social-icon .facebook:hover{background: #3B5998;}
.social-icon .twitter:hover{background: #00C5F9;}
.social-icon .google-plus:hover{background: #E05A4E;}
.social-icon .linkedin:hover{background: #117BB8;}
.social-icon .youtube:hover{background: #CB312E;}
.social-icon .pinterest:hover{background: #EE3324;}
.social-icon .flickr:hover{background: #ED1384;}
.social-icon .dribbble:hover{background: #EB4C89;}
.social-icon .skype:hover{background: #00B0F6;}
.social-icon .rss:hover{background: #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: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	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 {
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 1em;
}

/*------------------------------------------*/
/*			Thumbnail [aspect ratio]
/*------------------------------------------*/
.square {
    position: relative;
    width: 100%;
}
.square:before {
    content:     "";
    display:     block;
    padding-top: 100%;
}
.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%;
}
.ratio3_4:before{
    padding-top: 124%;
}
.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: #CDDC39; }


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


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

/* Styling Owl navigation*/
.owl-buttons .owl-prev,
.owl-buttons .owl-next{
	font-size: 36px;
	height: 60px;
	line-height: 60px;
	margin-top: -30px;
	position: absolute;
	top: 50%;
}
.owl-buttons .owl-prev{left: 0;}
.owl-buttons .owl-next{right: 0;}

/* ======================================
Form 
========================================*/

/* btn */
.btn{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-default{
	background: #01B5EA;
	border-color:  #01B5EA;
	color: #fff;
}
.btn-default:hover,
.btn-default.focus, .btn-default:focus,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus:active,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
	background-color: #db3328;
	border-color: #db3328;
	color: #fff;
}

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


/*------------------------------------------*/
/*			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%;
}
.list-item{
	margin-bottom: 30px;
}
.icon-sm{
	width: 25px;
}
.icon-lg{
	width: 60px;
	font-size: 48px;
}

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

/* Radio Player */
.radio-player{
    padding: 15px 0;
	position: fixed;
	color: #fff;
	background:#db3328;
	background-color: rgba(219, 51, 40,0.9);
	border-bottom: 2px solid #FFBB00;
	overflow: hidden;
	bottom: -70px;
	width: 100%;
	z-index: 300;

}
.hideplayer{
	position: fixed;
	z-index: 500;
	background:#db3328;
	background-color: rgba(219, 51, 40,0.9);
	margin-top: -35px;
	width: 35px;
	text-align: center;
	border-radius: 18px;
	height: 35px;
	cursor: pointer;
	border:1px solid #ccc;
	z-index:99999;
}
.hideplayer .fa{
	color: #fff;
	margin-top: 5px;
}
.radio-player .bt-play{
	
	cursor: pointer;
}
.radio-name-play{
	position: relative;
	overflow: hidden;
}
.radio-name-play span{
	display: block;
}
.radio-name-play span.name-play{
	font-size: 20px;

    line-height: 1.1;
}
.radio-name-play .text-small{
	font-size: 10px;
}
.play-sosmed-player{
	margin-top: 10px;
}
.play-sosmed-player ul{
	display: inline-flex;
	margin: 0;
}
.play-sosmed-player ul li{
	width: 28px;
	height: 28px;
	border: 2px solid #fff;
	border-radius: 50px;
	margin: 0 3px;
}
.play-sosmed-player li .fa{
	color: #fff;
	margin-top: 7px;
}
.play-sosmed-player .active .fa{
	color: #FFCE00;
}
.radiplayers{
	background: transparent;
	margin-top:40px;
}
.mejs-container {
    position: relative;
    background: transparent !important;
    font-family: Helvetica,Arial;
    text-align: left;
    vertical-align: top;
    text-indent: 0;
}

.mejs-container.svg.mejs-audio {
    width: 100% !important;
}
.mejs-volume-slider {
    display: inline !important;
}
.mejs-container .mejs-controls div{
	display: inline;
}
.mejs-controls a.mejs-horizontal-volume-slider{
	display: inline;
}
.mejs-horizontal-volume-slider {
    margin-top: 3px; 
}
.mejs-controls .mejs-volume-button .mejs-volume-slider {
    display: none;
    height: 110px;
    width: 25px;
    background: url(background.png);
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: -50px;
    left: 0;
    z-index: 1;
    position: absolute;
    margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
    position: absolute;
    left: 7px;
    top: 8px;
    width: 10px;
    height: 100px;
    background: #ddd;
    background: #CA921B;
    margin: 0;
    border-radius: 5px;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
    position: absolute;
    left: 4px;
    top: -3px;
    width: 15px;
    height: 15px;
    background: #ddd;
    background: #FFD418;
    cursor: N-resize;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    margin: 0;
    border-radius: 8px;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
    position: absolute;
    left: 7px;
    top: 8px;
    width: 10px;
    height: 100px;
    background: #ddd;
    background: rgba(47, 45, 45, 0.51);
    margin: 0;
    border-radius: 5px;
}
.mejs-controls .mejs-button button {
    /*margin: 35px 5px 7px 25px;*/
    margin: 10px 0 0 0;
}
/* Horizontal */
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    background: rgba(255,255,255,.8);
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,.9)),to(rgba(200,200,200,.8)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: -moz-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: -o-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: -ms-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: linear-gradient(rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: #E4992D;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    background: #FFD401;
}
.fn-radio{background:rgba(255, 255, 255, 0.9);}
.panel-pricing {
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.panel-pricing:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.panel-pricing .panel-heading {
  padding: 20px 10px;
}
.panel-pricing .panel-heading .fa {
  margin-top: 10px;
  font-size: 58px;
}
.panel-pricing .list-group-item {
  color: #777777;
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}
.panel-pricing .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel-pricing .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.panel-pricing .panel-body {
  background-color: #f0f0f0;
  font-size: 20px;
  color: #777777;
  padding: 20px;
  margin: 0px;
}
.panel-red .panel-heading{background:#f57c00 !important; font-weight:700;}
.panel-kuning .panel-heading{background:#ff9800 !important; font-weight:700;}
.panel-ijo .panel-heading{background:#ffb74d!important; font-weight:700;}
.red-btn{background:#f57c00 !important; color:#ffffff;}
.red-btn2{background:#ff9800 !important; color:#ffffff;}
.red-btn3{background:#ffb74d !important; color:#ffffff;}
.fullimg{width:100%;}
.downloadnow{width:140px;}
.downloadnow2{width:170px; }
@media(max-width:640px){.disiniradio {margin-top:60px;}}
@media(max-width:767px){}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}