﻿
    body {
         background: url(../bg.jpg) no-repeat center center fixed;
		 overflow-x:hidden;
    }


video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(bg.jpg) no-repeat;
    background-size: cover; 
}



.navbar-default, .dropdown-menu{
background-color: rgba(255,255,255,0.5) !important;
border:none !important;
z-index:999;

}

.navbar-nav > li > a{
	padding-top:25px !important;
	padding-bottom:25px !important;
	color: black !important;
	/*text-shadow: 0 0 3px grey !important;*/
}

.navbar-nav > li > a:hover{
	background-color: rgba(255,255,255,0.8) !important;
	color: grey !important;
				text-shadow: none !important;
}

.navbar-brand{
	padding:10px !Important;
		color: black !important;
			/*text-shadow: 0 0 3px grey !important;*/
}

@media (max-width: 768px) {

.navbar-default, .dropdown-menu{
background-color:rgba(0,0,0,0.4) !important;
border:none !important;
z-index:999;

}

.navbar-nav > li > a{
	padding-top:5px !important;
	padding-bottom:5px !important;
	color: white !important;
	/*text-shadow: 0 0 3px grey !important;*/
}

.navbar-nav > li > a:hover{
	background-color: rgba(255,255,255,0.8) !important;
	color: grey !important;
				text-shadow: none !important;
}

.navbar-brand{
	padding:5px !Important;
		color: white !important;
			/*text-shadow: 0 0 3px grey !important;*/
}

.footer{
	background-color:rgba(0,0,0,0.4);
	color:white;
	position:fixed;
	bottom:0;
	width:100%;
	padding:10px;
	font-size:small;
}

ul.dropdown-menu > li > a{
	color: white !important;
}

 }
 /*mobile end*/

.footer{
	background-color:rgba(0,0,0,0.4);
	color:white;
	position:fixed;
	bottom:0;
	width:100%;
	padding:10px;
}

video::-webkit-media-controls {
    display:none !important;
}

audio::-webkit-media-controls {
    display:none !important;
}

.whitebg{
	background-color: rgba(255,255,255,0.7) !important;
	padding:20px;
	margin-top:30px;
	margin-bottom:200px;
}

.animate{
	position:absolute ;
	margin:auto ;
	top:10% ;
	left:2000px ;
	right:0 ;
	bottom:0;
}

@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}


	
	ul.galeri-box{
	padding:0;
	margin:0;
	list-style:none;}
ul.galeri-box li{
	float:left;
	margin:0;
	display:block;
	padding:0;
}
ul.galeri-box li a{
	display:block;
	position:relative;
	margin:0 7px;
	background:#333;
	border:1px solid #fff;
	overflow:hidden;
	text-align: center;
	width:250px;
	height:220px;
	box-shadow:0 0 5px #000;
	-webkit-box-shadow:0 0 5px #000;
	-moz-box-shadow:0 0 5px #000;
}
ul.galeri-box li a img{
	left: 50%;
    margin-left: -100%;
    position: relative;
    height: auto !important;
	width:260px;
	-webkit-transition:  0.5s;
	}
ul.galeri-box li a img:hover{
	width:280px;}
	
	
	#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
	box-shadow:0 0 5px black;
	font-size:large;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}