/* 
Document   : layout
Author     : Jordan Alen
Description: layout styles

*/

/* Table of Contents
==================================================

#SLIDERS
#BOOTSTRAP

*/

/* SLIDERS */

.tp-bannercontainer {
	width:100%;
	position:relative;
	padding:0;
	padding-top: 0px;
	display: block !important;
}
 
.tp-banner{
	width:100%;
	position:relative;
}

/* BOOTSTRAP CSS CHANGES */
.navbar {
position:relative;
}

.navbar-brand {
  height: 90px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 70px;
  font-weight: 500;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #416fa0;
  background-color: #e7e7e7;
  border-bottom: 5px solid;
  border-color: #416fa0;
}

.section-colored {
  background-color: #d8d8d8;
}