/* Responsive WindowsPhone Fix */



/* Global */

body{
	background-color: #dadada;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: arial, sans-serif;
    color: #4B4B4A;
}

a {
    color: #008A63;
    text-decoration: none;
}

a:hover {
    color: #008A63;
    text-decoration: underline;
}

hr {
    border-color: #ccc;
}

img {
    max-width: 100%;
}

.table tr {
    border-top: 1px #dadada solid;
}

.table>thead>tr>th, 
.table>tbody>tr>th, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>tbody>tr>td, 
.table>tfoot>tr>td{
    border: none;
}

.row.fullWidthPage {
    margin: 20px;
}

@media (min-width: 1160px) {
    .row.page {
        min-height: 500px;
    }
}

/* Header */

.header-container{
	padding: 10px 15px;
}

.header{
	display: block;
	background-color: #4B4B4A;
	overflow: hidden;
}

.header .logo {
	width: 135px;
	height: 135px;
	border-radius: 50%;
	display: block;
	background-color: #fff;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	float: left;
}

.header .logo img{
	display: block;
	height: 95%;
	width: auto;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

.header h1{
	font-family: 'TitilliumWeb', sans-serif;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 45px;
	text-transform: uppercase;
	color: #fff;
	padding-left: 10px;
	margin-top: 65px;
	float: left;
}

.container{
	background-color: #fff;
	position: relative;
	margin-left: -85px;
}

@media (max-width: 1160px){
	.container{
		margin-left: 0;
	}
}

@media (max-width: 767px){
	.header-container{
		margin-top: 67px;
	}
}

@media (max-width: 720px){
	.header h1{
		margin-top: 10px;
		font-size: 40px;
		clear: both;
	}
}

/* Navigation */
.navbar{
	font-family: 'TitilliumWeb', sans-serif;
	font-size: 16px;
	background: none;
	background-color: #008A63;
	border-radius: 0;
	border: none;
	margin-bottom: 10px;
	z-index: 100;
}

.navbar .navbar-nav li a,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:focus{
	color: #fff;
	border-left: solid 1px #fff;
	padding: 0 14px;
	margin: 15px 0;
}

.navbar .navbar-nav li:first-child a{
	border-left: none;
}

.navbar .navbar-nav li:after{
	
}

.navbar .navbar-nav .active a,
.navbar .navbar-nav .open a{
	background: none;
	box-shadow: none;
	color: #fff;
}

.navbar .navbar-nav .active a:hover,
.navbar .navbar-nav .open a:hover{
	background: none;
	border-color: #fff;
	color: #fff;
}

.navbar .navbar-nav .active a:focus,
.navbar .navbar-nav .open a:focus{
	background: none;
	border-color: #fff;
	color: #fff;
}

.navbar-default .navbar-toggle{
	border-color: #fff;
	background-color: transparent;
}

.navbar-default .navbar-toggle:focus{
	border-color: #fff;
	background-color: transparent;
}

.navbar-default .navbar-toggle:hover{
	background-color: rgba(0, 0, 0, 0.2);
}

.navbar-default .navbar-toggle .icon-bar{
	background-color: #fff;
}

.navbar-collapse{
	box-shadow: none;
}

.dropdown-menu{
	background-color: rgba(0, 138, 99, 0.8);
}

.navbar .dropdown-menu>li>a,
.navbar .dropdown-menu>li>a:hover,
.navbar .dropdown-menu>li>a:focus{
	background: none;
	border-left: none;
	margin: 10px;
	padding-bottom: 10px;
	border-bottom: #fff 1px solid;
	font-size: 16px;
}

.navbar .navbar-nav li .dropdown-menu li:last-child a{
	border-bottom: none;
}

.nav>li>a.dropdown-toggle{
	display: none;
}

.nav-stacked{
	font-family: 'TitilliumWeb', sans-serif;
	font-size: 16px;
	background-color: #4B4B4A;
	border-radius: 0;
}

.nav-stacked>li>a,
.nav-stacked>li>a:hover,
.nav-stacked>li>a:focus{
	background: none;
	color: #fff;
	border-bottom: 1px #fff solid;
	border-radius: 0;
	margin-left: 10px;
	margin-right: 10px;
}

.nav-stacked>li:last-child>a,
.nav-stacked>li:last-child>a:hover,
.nav-stacked>li:last-child>a:focus{
	border: none;
}

.nav-stacked>li.active>a,
.nav-stacked>li.active>a:hover,
.nav-stacked>li.active>a:focus{
	background: none;
	color: #008A63;
}

@media(max-width: 992px){
	.navbar{
		font-size: 14px;
	}

	.navbar .navbar-nav li .dropdown-menu li a{
		font-size: 14px;
	}

	.nav-stacked{
		display: none;
	}
}

@media(min-width: 768px){
	.navbar-nav>li:hover>.dropdown-menu{
	    display: block;    
	}
}

@media(max-width: 767px){
	.navbar{
		font-size: 18px;
	}

	.navbar .navbar-nav li a,
	.navbar .navbar-nav li a:hover,
	.navbar .navbar-nav li a:focus{
		border-left: none;
		float: left;
	}

	.navbar .navbar-nav li,
	.navbar .navbar-nav li:hover,
	.navbar .navbar-nav li:focus{
		clear: both;
	}

	.navbar{
		position: absolute;
		top: 10px;
		left: 15px;
		right: 15px;
	}

	.navbar .navbar-nav .active a:hover,
	.navbar .navbar-nav .open a:hover{
		border-left: none;
	}

	.navbar .navbar-nav .active a:focus,
	.navbar .navbar-nav .open a:focus{
		border-left: none;
	}


	.navbar-default .navbar-nav .dropdown .dropdown-menu{
		clear: both;
		background-color: #4B4B4A;
		padding: 0;
		overflow: hidden;
	}

	.navbar-default .navbar-nav .dropdown .dropdown-menu>li>a,
	.navbar-default .navbar-nav .dropdown .dropdown-menu>li>a:hover,
	.navbar-default .navbar-nav .dropdown .dropdown-menu>li>a:focus{
		font-size: 18px;
		color: #fff;
		padding: 5px 15px 5px 15px;
		border: none;
	}

	.navbar .navbar-nav .dropdown .dropdown-toggle,
	.navbar .navbar-nav .dropdown .dropdown-toggle:hover,
	.navbar .navbar-nav .dropdown .dropdown-toggle:focus{
		display: block;
		float: right;
		height: 18px;
		width: 18px;
		background-image: url('/images/submenu-arrow.png');
		background-size: contain; 
		background-repeat: no-repeat;
		overflow: hidden;
	}

	.navbar-collapse{
		max-height: none;
	}
}

/* Frontpage Spots*/

.row.spots h2{
	font-family: 'TitilliumWeb', sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #4B4B4A;
}

.row.spots h3{
	font-family: 'TitilliumWeb', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #4B4B4A;
    margin-top: 5px;
    margin-bottom: 20px;
}

.row.spots h3:hover{
	text-decoration: none;
}

.row.spots .news-spot a {
    display: block;
}

.row.spots .news-spot a:hover {
    text-decoration: none;
}

.spot .content{
	border-top: #008A63 4px solid;
	margin-top: 20px;
    overflow: hidden;
}

.cal-spot a {
    color: #4B4B4A;
    text-decoration: underline;
}

.row.spots .table{
	font-size: 14px;
}

.row.spots .table tr{
	border-top: 1px #dadada solid;
}

.row.spots .table td{
	border: none;
}

.row.spots .table .pull-right{
	text-align: right;
}

/* Breadcrumb */
.breadcrumb{
	font-weight: bold;
	font-size: 16px;
	background: none;
	border-bottom: #008A63 4px solid;
	border-radius: 0;
	padding-left: 0;
	padding-bottom: 0;
}

.breadcrumb>li>a{
	color: #4B4B4A;
}

.breadcrumb>li>a.current{
	color: #ccc;
}

/* Slider */
.carousel.slide .carousel-inner {
    max-height: 300px;
}

/* Content */
.article{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.article img{
	max-width: 100%;
	margin: 15px;
}

/* NewsList */
.newsItem .newsDate {
    float: right;
    text-align: right;
}

.newsItem {
    color: #4B4B4A;
}

.newsItem:hover {
    color: #4B4B4A;
}

.newsItem img {
    max-width: 80%;
}

@media (max-width: 991px){
    .newsItem .newsDate {
        float: left;
        text-align: left;
    }

    .newsItem img {
        max-width: 30%;
    }
}

/* NewsPage */

/* Calendar */
.moreInfoLink {
    text-decoration: underline;
    color: #4b4b4a;
    cursor: pointer;
}

/* Sponsors */
.sponsor-adjust{
	position: relative;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

.container-sponsors{
	position: absolute;
	top: 200px;
	right: -170px;
	width: 170px;
	background-color: #fff;
}

.container-sponsors img{
	display: block;
	padding: 10px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.container-sponsors h3{
	padding: 10px;
	margin: 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #4B4B4A;
}

.container-sponsors .col-md-4{
	width: 100%
}

@media (max-width: 1160px){
	.sponsor-adjust{
		position: relative;
		width: 970px;
		margin-left: auto;
		margin-right: auto;
	}

	.container-sponsors{
		position: static;
		width: auto;
		background-color: transparent;
	}

	.container-sponsors img{
		display: block;
		padding: 10px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.container-sponsors h3{
		padding: 10px;
		margin: 0;
		text-align: left;
		font-size: 18px;
		font-weight: bold;
		color: #4B4B4A;
	}

	.container-sponsors .col-md-4{
		width: 33.3333%
	}
}

@media (max-width: 991px){
	.sponsor-adjust{
		width: 750px;
	}
}

@media (max-width: 766px){
	.sponsor-adjust{
		width: 100%;
	}
}

/* Footer */
.footer{
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 8px;
	text-align: center;
}

/*Gallery*/
.GalleryImages {
}

.GalleryImages .imagebox {
    height: 150px;
    margin-bottom: 20px;
    display: table-cell;
}

.GalleryImages a,
.GalleryImages a img{
    display: block;
    max-height: 100%;
    max-width: 100% 
}

.galleries {
    margin-top: 30px;
}

.galleries .gallerybox {
    height: 175px;
    margin-bottom: 20px;
    display: table-cell;
}

.galleries a,
.galleries a img{
    display: block;
    max-height: 125px;
    max-width: 100% 
}