@charset "UTF-8";
body{
	margin-top: 25px;
	font-family: 'Roboto', sans-serif;
}
nav.navbar.navbar-default.navbar-fixed-top {
	background-color: #fff;
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}
.navbar-fixed-top .nav {
    padding: 15px 0;
}
@media (max-width: 767px) { 
    .navbar-brand {
        padding: 0;        
    }

    .navbar-brand img {
        margin-top: 5px;
        margin-left: 5px;
    }
}

.tagline{
	margin-top: 100px;
	text-align: center;
}

span.glyphicon {
    font-size: 2.5em;
}

.iconbg{
	width: 125px;
	height: 125px;
	/*border: 1px solid #000;*/
	background-color: rgba(0, 0, 0, 0.3);
	margin: 0 auto;
	padding: 17px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

a {
	color: #00719e;
}
.center {
	color: #e86024;
	padding: 20px;
	/*****BORDER RADIUS*****/
	background-color: rgba(255,255,255,0.99);
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border-radius: 10px;
	/*****BOX-SHADOW*****/
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}
/***** Rocker Button Style *****/
.spinner {
  width: 100%;
}
.spinner input {
  text-align: right;
}
.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}
.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i{
  position: absolute;
  top: 0;
  left: 4px;
}


/*********Search Results********/
.s-results{
	margin-top: 100px;
	background-color: #fff;
}
.f-info{
	background-color: #e86024;
	text-align: center;
	vertical-align: middle;
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.5em;
}
.filters{
	background-color: rgba(235, 235, 235, 0.99);
	color: rgba(0, 0, 0, 0.7);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	font-weight: 400;
	margin-bottom: 50px;
	height: 710px;
	text-align: left;
}
.filters h3{
	text-align: center;
}
.main-results{
	height: 710px;
	background-color: rgba(235, 235, 235, 0.99);
	color: rgba(0, 0, 0, 0.7);
	margin-bottom: 50px;
	padding-left: -15px;
}
.cell {
	background-color: #fff;
	margin-top: 10px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	padding: 8px 0 8px 0;
	margin-left: 1px;
}
.cell p{
	text-align: center;
}
.cell img {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.f-details{
	font-size: 10pt;
}
.cell-label{
	margin-top: 0;
}
.cell-label h4{
	text-align: center;
}

.btn-default{
	background-color: rgba(232, 96, 36, 1);
	color: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-default:hover{
	background-color: rgba(232, 96, 36, 0.8);
	color: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}


