

/* Custom page CSS
-------------------------------------------------- */


header {
 
  height:50px;


}




.bg-4 {
	background: url('../img/iObserve_standard2.png') no-repeat center center fixed; 
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}


.btn.btn-primary{
	background: #D61B1F  !important;
	border:0px !important;
}

.btn.btn-primary:hover{
	background: #2E2E2E!important;
	border:0px !important;
}


.panel-body img{
	
	padding-right: 10px;
}

panel {
	border-width: 0px;
	-webkit-box-shadow: none;
    box-shadow: none;
	background: #ebebeb !important;
}
.panel-body {
	padding: 0px 10px 10px 10px;
	max-width: 500px;
	min-height: 480px;
	
}

#panel-body .btn{
	position:absolute; 
	bottom:0;  
	margin-bottom:27px; 
	left: 20;	
}

@media (min-width: 768px) {
	.panel-body {
		
		min-height: 420px;
	}
}

@media (min-width: 992px) {
	.panel-body {
		
		min-height: 400px;
	}
}

