/* All STYLES
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

body {
	overflow-x: hidden;
}

h4,h5,h6 {
	color: #222;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: bold;
}

h5,h6 {
	letter-spacing: 0.1em;
	margin: 1em 0 3em; 
}

a,
a i,
button{
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
}

a, a:link, a:hover, a:active {
	outline: none;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 1em;
}

pre { 
	margin: 2.5em 0;
	text-align: left !important; 
}

hr {
	border-top: 3px solid #eee;
	margin: 30px 0;
}
hr.separator {
	margin: 45px 0;
}
hr.separator:last-child {
	margin-bottom: 0;
}

section.page {
	position: relative;
}

.page-title {
	text-align: center;
}

.google-map {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.mejs-poster.mejs-layer {
	background-size: cover;
}

body > article.page {
	padding-bottom: 50px; 
}

.layout-boxed {
	position: relative;
	max-width: 1280px;
	margin: 0 auto !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.layout-boxed .navbar {
	max-width: 1280px;
	margin: 0 auto;
}

/* Main Menu
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#main-menu {
	
	margin:30px 0 20px 0;
	
}
.navbar {
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#logo {
	width:300px;
	margin-top:10px;
}

/* ROWS
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

section {
	display: block;
}
section > .container {
	padding-top: 30px;
	padding-bottom: 30px;
}

.clear {
	clear: both;
	display: table;
	height: 0;
	overflow: hidden;
	width: 100%;
}

.row {
	position: relative;
}

.no-fade,
footer .row {
	opacity: 1;
}

.btn-lg {
	border-width: 2px;
	font-size: 100%;
	letter-spacing: 0.1em;
	padding: 15px 30px;
}

/* NAVBAR
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.navbar-brand,
.navbar-nav > li > a {
	padding-top: 0;
	padding-bottom: 0; 
}

.nav > li > a {
	font-weight: bold;
}


/* COLORS
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.scheme-alternative,
.scheme-alternative h1, .scheme-alternative h2, .scheme-alternative h3,
.scheme-alternative blockquote small, blockquote .small {
	color: #fff;
}
.scheme-alternative h4, .scheme-alternative h5, .scheme-alternative h6 {
	color: #000;
}

/* BANNER
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.tint {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: 9;
}

.welcome {
	color: #fff;
	display: block;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	top: 33%;
	width: 100%;
	left: 0;
	z-index: 10;
	-webkit-transform: translateY(-33%);
	-moz-transform: translateY(-33%);
	-ms-transform: translateY(-33%);
	-o-transform: translateY(-33%);
	transform: translateY(-33%);
}

.welcome h1 {
	color: #fff;
	margin: 0 30px;
}

.welcome p {
	font-size: 24px;
	font-weight: 300;
	margin: 1em 30px;
	text-transform: uppercase;
}

.welcome i {
	font-size: 60px;
}

.fullscreen > .container {
	z-index: 10;
}


/* BACKGROUNDS
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.background1 {
	background-color: #e75d5d;
}

.background2 {
	background-color: #f1a733;
}

.background3 {
	background-color: #5eb28f;
}

.background,
.background h2,
.background h3 {
	color: #fff;	
}

.background-image {
	background-image: url(../images/background.png);
	background-position: bottom center;
	background-repeat: repeat-x;
}

.btn-transparent {
	border-color: #fff;
	color: #fff;
}

.btn-transparent:hover {
	border-color: #222;
	color: #222;
}

/* TEASER
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.stick-to-bottom {
	bottom: 25px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 200;
}

.teaser {
	text-align: center;
	position: relative;
}
.teaser.icon-box {
	padding-top: 60px;	
}

.teaser .box {
	padding: 0 15px 15px;
}
.teaser.icon-box .box {
	padding-top: 60px;
}
.teaser.text-box .box {
	padding-top: 10px;
}

.teaser p { color: inherit; }

.teaser .arrow {
	bottom: -15px;
	display: block;
	height: 30px;
	left: 50%;
	margin-left: -15px;
	position: absolute;
	width: 30px;

	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.teaser .icon {
	background: #E75D5D;
	color: #fff;
	height: 120px;
	left: 50%;
	margin-left: -60px;
	padding: 15px;
	position: absolute;
	top: 0;
	width: 120px;
	z-index: 1;
}

.teaser .icon i.fa {
	font-size: 60px;
	line-height: 90px;
}

.teaser .icon img {
	margin-top: 8px;
}

/* STAFF
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.staff-item {
	text-align: center;
}
.post-grid .staff-item {
	margin-bottom: 30px;
}


/* TABS
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.nav-tabs > li {
	float: none;
	display: inline-block;
}

.nav-tabs > li > a {
	font-weight: normal;
}

.tab-content > .tab-pane {
	padding: 30px 0 0;
}


/* Accordion
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.panel {
	box-shadow: none;
} 

.panel-default > .panel-heading {
	background: #fff;
}

.panel-title {
	font-size: inherit;
	font-weight: normal;
}

.panel-title a {
	text-decoration: none;
}



/* FOOTER
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

footer {
	background: #121212;
	padding: 10px 0;
	background-repeat:no-repeat;
	background-position:center top;
	background-image: url('../images/getsetgo-background.png');
	
	background-size: 85%;
	font-weight:bold;
	color: white;
}
footer p  {
	margin-top:50px;
}
footer p a {
	color: white;
	text-decoration:underline;
}

footer p a:hover {
	color: #444444;
}

footer ul {
	list-style: none;
	padding: 1em 0 0 0;
}

footer li {
	display: inline-block;
	padding: 0 10px;
}



/* MOBILE STYLES
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

@media (max-width: 767px) {

	.navbar-nav > li > a {
		line-height: 15px !important;
		padding-bottom: 10px !important;
		padding-top: 10px !important;
	}

	.stick-to-bottom, .welcome {
		position: relative;
	}

	.welcome {
		margin-top: 180px;
	}

	.welcome h1 {
		font-size: 36px;
	}

	.welcome p {
		font-size: 18px;
	}

	.item .post {
		padding: 0;
	}
	
	#logo {
		width:200px;
	}

}
/* OWL STYLES
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#staff-carousel {
	display:block;
	max-width: 875px;
	margin:0 auto;
}
#staff-carousel .item {
	margin:10px;
}
#staff-carousel .staff-item {
	margin: 10px;
	text-align:center;
	padding:20px;
}

#superslides, .singleslide {
    position: absolute !important;
}
/* OUR MISSION background-image: url('../images/shapes-background.png');
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#our-mission {
	background-image: url('../images/bg-abc-123.png');
	
}
#our-mission  div {
	font-weight:bold;
	text-shadow: 1px 1px grey;
	color:white;	
}
#our-mission  h5 {
	color:white;
}