body{
	background-image: url("../img/bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.b-position{
position: absolute!important;
bottom: 0px!important;
}

.lobster{font-family: 'Lobster', cursive;}

#back_to_camera {
clear: both;
display: block;
height: 80px;
line-height: 40px;
padding: 20px;
}

.fluid_container {
margin: 0 auto;
max-width: 1000px;
width: 90%;
}

h2{
	color:#17a2b8!important;
}

.active{
    background:rgba(0, 191, 255,.9);
    color:#fff;
    border-radius:3px;
    padding-left:10px!important;
}
.nav-link{
 color:#fff!important;   
}
.opc{
	background:rgba(255,255,255,.7)!important;
}
body{
    position:relative;
}

.popup {
	position: absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	display:none;
	text-align:center;
}

.popup_bg {
	background:rgba(0,0,0,0.4);
	position:absolute;
	z-index:1;
	height:100%;
	width:100%;
}


.popup_img {
	position: relative;
	margin:0 auto;
	z-index:2;
	max-height:94%;
	max-width:94%;
	margin:1% 0 0 0;
}


