body{
	background-color:#000;
}
@font-face {
    font-family: Montserrat;
    src: url(../montserrat/Montserrat-Regular.otf);
}
.btn-yellow{
    display: inline-block;
    background: #FFFF00;
    padding: 0px 7px;
    color: black;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    width: 150px;
    text-align: left;
    position: relative;
    text-align: center;
    margin: 30px 0;
}
a.btn-yellow:hover{
	background: #a7a700;
	text-decoration:none;
	color:black;
}
.container {
    max-width: 990px;
}
.img-logo{
	text-align:center;
	padding: 8px;
}
.logo-1001{
 padding: 80px 0px 0px 70px;
}
.bg {
    background-color: white;
}
.text{
	color:white;
}
.bg-babas{
    background-image: url(../asset/bg-image2.jpg);
    width: 100%;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
}
.bg-babas2{
    background-image: url(../asset/bg-image3.jpg);
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-babas .col-lg-8{
	margin-top: 2px;
    text-align: left;
    width: 47%;
}
.gallery
{
    display: inline-block;
    margin-top: 20px;
}
.footer-copyright{
	background-color: white;
	padding:5px;
}
.footer-copyright p{
	margin: 0;
    font-size: 12px;
    font-family: 'Montserrat';
}

.footer-logo{
	position: relative;
    display: inline-block;
}
.footer-copyright-right{
	position: relative;
    display: inline-block;
    float: right;
    line-height: 43px;
}
h3{
	font-family: 'Montserrat';
    font-size: 24px;
    font-weight: bold;
	padding: 0px 0 0 14px;
}
.thumbnail {
    display: block;
     padding: 0;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: none; 
	background: transparent;
    border:none;
    border-radius: 4px;
	    position: relative;
    -webkit-transition: border .3s ease;
    -o-transition: border .3s ease;
    transition: border .3s ease;
}
.juara-description{
	font-family: 'Montserrat';
    font-size: 13px;
	padding: 10px 0;
}
.text-babas{
	margin-top: 21px;
    text-align: left;
}
.text-img{
	font-family: Montserrat;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
	padding: 0px 0 20px 0;
}
.overlay {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 169px;
    width: 301px;
    /* padding: 0 0 0 10px; */
    opacity: 0;
    transition: .5s ease;
}
.overlay img{
	width: 100%;
}
.thumbnail-wrapper:hover .overlay {
  opacity: 1;
}


.play-btn {
    position: absolute;
    top: 44px;
    left: 0;
    right: 0;
	margin: 0 auto;
}
.gototop2{
  
  background:#000;
  border:2px solid grey;
}

.goto-top{
  
   position:fixed;
   bottom:70px;
   right:50px;
 }
 .desktop{
	 display: block;
 }
  .mobile{
	 display: none;
 }
 
 .resipi-1{
	font-family: Montserrat;
    font-size: 10px;
    font-weight: lighter;
 }
  .resipi-2{
	font-family: Montserrat;
    font-size: 10px;
    font-weight: lighter;
    margin-top: 10px;
 }
 .thumbnail-wrapper{
		min-height:300px;
}
.terms-cond{
	color: #FB0F0C;
}
.terms-cond:hover{
 cursor: pointer;
}


/* MODAL POPUP */
.modal{
	display: none;
	z-index: 1;
	width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}
.modal-dialog{
	padding-top: 150px;
}
.modal-content {
    border-radius: 0;
    background: #28282E;
    padding: 25px;
    color: #fff;
}
.modal .close {
    font-family: sans-serif;
    font-size: 45px;
    font-weight: normal;
    color: #fff;
    position: absolute;
    opacity: 1;
    top: 4px;
    right: 10px;
}
h1.title {
	font-family: 'Roboto', helvetica, arial, sans-serif;
    font-size: 48px;
    padding: 20px 0;
    margin: 0;
    position: relative;
    margin-top: 20px;
    margin-bottom: 45px;
    text-align: center;
    font-weight: 300;
}
h1.title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 50px;
    margin: 0 auto;
    border-bottom: 3px solid #f51616;
}
	
@media only screen and (max-width: 1024px) {
	.thumbnail-wrapper{
		min-height:300px;
	}
	.bg-babas {
		background-image: url(../asset/bg-babasmusim2.jpg);
		width: auto;
		position: relative;
		background-size: contain;
		background-repeat: no-repeat;
		height: auto;
		background-position: top;
		text-align: center;
	}
	.footer-copyright-right {
    position: relative;
    display: inline-block;
    float: right;
    line-height: 19px;
    width: 81%;
	}
	.play-btn {
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    width: 45px;
	}
	.overlay {
		position: absolute;
		top: 0px;
		bottom: 0;
		left: 0;
		right: 0;
		height: 100%;
		width: 100%;
		/* padding: 0 0 0 10px; */
		opacity: 0;
		transition: .5s ease;
	}
	.mobile{
		display:block;
	}
	 .desktop{
		 display: none;
	 }
.vote {
    background: #FB0F0C;
    position: relative;
    display: inline-block;
    padding: 1px 5px;
    width: 100%;
    margin-top: 10px;
}
.vote img{
	width: 100%;
}
.thumbnail a>img, .thumbnail>img {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
}
@media only screen and (max-width: 768px) {
		.thumbnail-wrapper{
		min-height:400px;
	}
	.vote {
		background: #FB0F0C;
	    position: absolute;
	    display: inline-block;
	    padding: 0px;
	    width: calc(100% - 30px);
	    margin-top: 10px;
	    bottom: 25px;
	}
	.bg-babas .col-lg-8 {
	    margin-top: 350px;
	    text-align: left;
	    width: 100%;
	}
	.juara-description img{
		width: 100%;
	}
}
@media only screen and (max-width: 420px) {
	.bg-babas2{
	    background-image: none;
	}
	.bg-babas .col-lg-8{
		padding-top: 110px;
		margin-top: 0px;
	    text-align: left;
	    width: 100%;
	}
	.marks{
		margin: 0 auto;
		display: inherit;
	}
	.thumbnail-wrapper{
		min-height:300px;
	}

}