body, html {
	-webkit-overflow-scrolling: touch;
	padding: 0px;
	margin: 0px;
	font-family: Arial, sans-serif;
	line-height: 1.5em;
	font-size: 16px;
	color: #666;
	overflow-x: hidden;
	font-weight: 300;
}
img.responsive {
	padding-left: 0;
	padding-right: 0;
}
/* Default Styles */
.container-full-width {
	width: 100% !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.section {
	background: white;
}
.alt1 {
	background-color: #006EB0;
	color: white;
}
.alt2 {
    background: #7fc244;
    color: white;
}
.text-left {
	text-align: center;
}
.text-right {
	text-align: center;
}
.text-center {
	text-align: center;
}
.text-padding {
	padding: 100px 0;
}
.no-pad {
	padding: 0;
}
.no-pad-top {
	padding-top: 0;
}

.lead {
	font-size: 18px;
	line-height: 1.5em;
}
.logo {
	line-height: 40px;
	margin-top: 25px;
	max-width: 290px;
	width: 100%;
}
.bg-img {
	background: url(https://www.kelownanow.com/files/background/571a9055-4a3c-4ba3-a6e5-5ce7d8a83521.jpg);
	background-size: cover;
	background-attachment: fixed;
}
.feature .featureImageWrapper img {
	width: 100%;
}
/* Typography */
h1, h2, h3, h4 {
	font-weight: 700;
	font-family: Arial, sans-serif;
	line-height: 1.2em;
	letter-spacing: -0.05em;
}
h1 {
	font-size: 2.1em;
}
h2 {
	font-size: 1.9em;
}
h3 {
	font-size: 1.7em;
}
h4 {
	font-size: 1.14em;
	line-height: 1.5;
	font-weight: bold;
}
h5 {
	font-size: .95em;
	text-transform: uppercase;
	font-family: serif;
	font-weight: bold;
}
a {
	color: #000;
}
li {
	font-size: 20px;
	line-height: 1.7em;
	font-family: 'Noto Serif';
	margin-bottom: 1em;
}
p {
	font-size: 20px;
	line-height: 1.7em;
	font-family: 'Noto Serif';
	margin-bottom: 1em;
}
.fa {
	font-size: 2em;
	color: white;
	margin-top: .5em;
}
small {
	font-size: .5em;
}
/* BTN */
.btn-ghost {
	border: #fff 2px solid;
	text-transform: uppercase;
	color: white;
	font-size: 1.2em;
	padding: .5em 2em;
	margin-top: .5em;
	transition: all .3s;
	background: transparent;
	text-shadow: none;
}
.btn-ghost:hover, .btn-ghost:focus {
	background-color: rgba(0, 0, 0, 0.22);
	color: white;
}
/* Header */
.sponsor-title {
	text-align: center;
	font-size: .8em;
	padding: 2px;
	color: #bbb;
	background: #333;
}
.header {
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 100px;
	left: 0px;
	right: 0px;
	z-index: 900;
}
/* Nav */
.navbar-default {
	background: none;
	border: none;
}
.navbar-default .navbar-nav>li>a {
	padding: 20px 10px;
	text-transform: uppercase;
	font-size: .85em;
}
.navbar-center {
	display: inline-block;
}
#nav-icon {
	width: 50px;
	height: 45px;
	position: relative;
	margin: 50px auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#nav-icon span {
	display: block;
	position: absolute;
	height: 5px;
	width: 50%;
	background: white;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon span:nth-child(even) {
	left: 50%;
	border-radius: 0 9px 9px 0;
}
#nav-icon span:nth-child(odd) {
	left: 0px;
	border-radius: 9px 0 0 9px;
}
#nav-icon span:nth-child(1), #nav-icon span:nth-child(2) {
	top: 0px;
}
#nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {
	top: 12px;
}
#nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {
	top: 24px;
}
#nav-icon.open span:nth-child(1), #nav-icon.open span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav-icon.open span:nth-child(2), #nav-icon.open span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(1) {
	left: 5px;
	top: 7px;
}
#nav-icon.open span:nth-child(2) {
	left: calc(50% - 5px);
	top: 7px;
}
#nav-icon.open span:nth-child(3) {
	left: -50%;
	opacity: 0;
}
#nav-icon.open span:nth-child(4) {
	left: 100%;
	opacity: 0;
}
#nav-icon.open span:nth-child(5) {
	left: 5px;
	top: 23px;
}
#nav-icon.open span:nth-child(6) {
	left: calc(50% - 5px);
	top: 23px;
}
.navbar {
	margin-bottom: 0px;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
.mm-menu > .mm-panel {
	padding: 20px 0;
}
.mm-navbar a {
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 40px;
	color: rgba(255, 255, 255, 0.6) !important;
	font-size: 16px !important;
	line-height: 40px;
	width: 40px;
	height: 40px;
	padding: 0;
}
.mm-navbar a:hover {
	border-color: #fff;
	color: #000 !important;
}
.mm-listview {
	text-transform: uppercase;
	font-size: 12px;
}
.mm-listview li:last-child:after {
	content: none;
	display: none;
}
.mm-listview li:after {
	left: 20px !important;
	right: 20px !important;
}
.mm-listview a {
	text-align: left;
	margin-left: 20% !important;
}
.mm-listview a, .mm-listview .fa {
	color: rgba(255, 255, 255, 0.6);
}
.mm-listview a:hover, .mm-listview a:hover .fa {
	color: #000;
}
.mm-listview .fa {
	position: absolute;
	left: 50px;
	top: 12px;
}
.mm-list a.mm-subopen {
	background: rgba(255,255,255,.4);
	width: 40px;
	height: 100%;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.mm-menu > .mm-panel > .mm-listview {
	margin: 20px 0px;
}
.mm-submenu {
	background: rgba(255,255,255,.08);
}
.mm-submenu .mm-list a.mm-subopen + a, .mm-list a.mm-subopen + span {
	padding-right: 5px;
	margin-right: 0px;
}
.mm-menu.mm-theme-black .mm-listview > li:after {
	border-color: rgba(255, 255, 255, 0.1);
}
.mm-panel > .mm-list {
	margin-left: -20px;
	margin-right: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
/* Carousel */
.carousel {
	margin-bottom: 0;
    background: #1F2223;
}
.carousel-inner>.active {
	left: 0;
	padding: 0;
	border: none;
}
.carousel-caption {
	position: absolute;
    background: transparent;
    top: 25%;
}
.carousel-caption h1 {
	font-size: 6em;
}
.carousel-caption h1 small {
	color: white;
	font-size: .4em;
	letter-spacing: 0;
    display: block;
    margin-top: .5em;
}
.carousel-caption h1 small a {
    color: inherit;
}
.carousel-caption p {
	text-shadow: 3px 3px 3px rgba(0,0,0,.5);
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	width: 100%;
    opacity: .7;
}
/* Footer */
footer {
	background: #7fc244;
	color: rgba(255,255,255,.8);
	padding: 20px 0;
}
footer p {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
footer .social-icons {
	font-size: 22px;
}
footer a {
	color: rgba(255,255,255,1);
}
.about-section{
	    padding-top: 50px;
    padding-bottom: 50px;
}
@media (max-width:1199px) {
    .text-padding {
        padding: 50px 0;
    }
}
@media (max-width:991px) {
    .carousel-caption {
        left: 5%;
        right: 5%;
    }
    .carousel-caption h1 {
        font-size: 5em;
    }   
}
@media (max-width:767px) {
    .carousel-caption {
        position: static;
    }
    .carousel-caption h1 {
        font-size: 1.8em;
    }
    .carousel-caption h1 small {
        font-size: 1em;
        display: inline;
    }
    .text-padding {
        padding: 30px 20px;
    }
    .btn-ghost {
        font-size: 1em;
        padding: .5em 1.5em;
    }
}
@media (max-width:752px){
	.photoCredit{
		color:white !important;
		position: relative;
		top: 5px;
	}
}
@media (max-width:520px){
	.carousel-caption h1 {
        font-size: 2em !important;
    }
    .carousel-caption h1 small {
        font-size: 0.8em !important;
        display: inline;
    }
}
@media (max-width:480px) {
    .carousel-caption h1 {
        font-size: 1.5em;
    }
    p {
        font-size: 16px;
        line-height: 1.6;
    }
    .logo {
        margin-top: 5px;
    }
    #nav-icon {
        margin: 18px auto;
    }
}