body {
	color: #666;
	font-family: Century Gothic, Avenir Light, Tahoma, Arial, Helvetica, sans-serif;
	margin-top: 50px;
}


						/* FONT BASICS */
						

h1, h2, h3, h4, h5 {
	font-family: Century Gothic, Avenir Light, Tahoma, Arial, Helvetica, sans-serif;
    color: #0091b3;  /* was #D1175B */
	line-height: 170%;	
}

p, li, h5, h6, td {	
	line-height: 170%;
}


a, a:visited, a:hover, a:active {
	text-decoration: underline;
	}
	
a, a:visited {
	color: #0091b3;
	text-decoration: underline;
	}	
	
a:hover, a:active {
	color: #aaa;
	text-decoration: underline;
	}	
	
	
	
	
	
						/* NAVBAR */

.navbar {
	margin-bottom: 0px;  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
}						

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #fff;  /*Sets the text hover color on navbar*/
background-color: #01728c;
	text-decoration: none;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active >   
 a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #fff; /*BACKGROUND color for active*/
background-color: #01728c;
	text-decoration: none;
}

a.call {
color: #fff; /*BACKGROUND color for active*/
background-color: #6f0a2f;
	text-decoration: none;
}

  .navbar-default {
    background-color: #0091b3;  /*BACKGROUND color of the navbar*/
    border-bottom: 1px solid #fff;
}

  .dropdown-menu > li > a:hover,
   .dropdown-menu > li > a:focus {
    color: red;
   text-decoration: none;
  background-color: #0091b3;  /*change color of links in drop down here*/
   }

 .nav > li > a:hover,
 .nav > li > a:focus {
    text-decoration: none;
    background-color: #01728c; /*Change rollover cell color here*/
  }


  .navbar-default .navbar-nav > li > a {
   color: #fff; /*Change active text color here*/
   padding-left: 21px;
   padding-right: 21px;
	text-decoration: none;
    }
	
.navbar-default .navbar-toggle .icon-bar {
  border-color: #fff;
  background-color: #fff;
}	

.navbar-default .navbar-toggle:hover {
  background-color: #01728c;
}		

.navbar-default .navbar-toggle:focus {
  background-color: #01728c;
}	


.navbar .navbar-collapse {
  text-align: right;
}
 
@media (max-width: 765px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}
 
@media (min-width: 765px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: left;
    }
}
	
	
							/* STRUCTURE */

.logo {
	padding: 15px;
}							
							
.divider {
	padding-bottom: 0px;
	border-bottom: 1px solid #ddd;
	margin-top: 45px;
	margin-bottom: 45px;
	overflow: hidden;
	clear: both;
	}
	
.nodivider {
	padding-bottom: 0px;
	border-bottom: 0px solid #ddd;
	margin-bottom: 1px;
	overflow: hidden;
	clear: both;
	}	

.divider-dot {
	padding-bottom: 0px;
	border-bottom: 1px dotted #3a6bae;
	margin-top: 0px;
	margin-bottom: 15px;
	overflow: hidden;
	clear: both;
	width: 50%;
	}
	
.intro {
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
	clear: both;
    border-bottom: 10px solid #0091b3;
	margin-bottom: 30px;
		
	}
	
.intro_home {
	background: #222 url(../palette/montage01.jpg); 
	background-position: center top;
	background-size: cover;
	}	


.intro h1, .intro h2, .intro h4, .intro p {
	color: #fff;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}	

.intro a, .intro a:visited, .intro a:hover, .intro a:active {
	color: #fff;
	}
	
.footer {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #0091b3;
	margin-bottom: 0px;
	overflow: hidden;
	clear: both;
	background-color: #eee;
}	

	
.footer2 {
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	overflow: hidden;
	clear: both;
	background-color: #0091b3;
}

.footer2 p, .footer2 a {
	color: #fff;
}


.well {
	background-color: #eee;
	padding: 20px 10px 10px 20px;
	min-height: 125px;
}

.well img.winner-img {
	margin: 0px 10px 10px 0px;
	padding: 4px;
	border: 1px solid #ccc;
	float: left;
	background-color: #fff;
}	
	
.divide {	
	border-bottom: 1px solid #ddd;
}

							/* OTHER */



.diary h5 {
	margin-top: 4px;
	margin-bottom: 0px;
	font-weight: bold;
	margin-left: 50px;	
}

.diary p {
	margin-left: 50px;	
}



.diary {
	padding-bottom: 0px;
	margin-bottom: 35px;
	min-height: 100px;
}

.icon-diary {
	float: left;
}

.fa {
	color: #07b0d7; /* was #e77da4 */
}	

.intro .fa {
	color: #fff;
}	

.navbar .fa {
	color: #0091b3;
	size: 200%;
}

.right {
	font-size: 20px;
}


.contact p {
	margin-left: 25px;	
}

.icon-contact {
	float: left;
	margin-top: 5px;
}


.feed h3 {
	margin-bottom: 30px;
}

.feeds {
	padding-bottom: 40px;
	}	

@media (max-width: 765px) {		
		
	.audio {
		display: none;
	}
	
}	
	.tri {
	padding-right: 40px;
	padding-bottom: 20px;
	}

@media (max-width: 990px) {	
	
	.tri-border {
		border-bottom: 1px dotted #3a6bae;
		margin-bottom: 30px;
	}	
}
	
.img-right {
float: right;
margin-left: 20px;
margin-bottom: 20px;
}	

.content {
	padding-bottom: 40px;
}

.news-header {
	margin-top: 50px;
}

.icon-heading {
	margin-right: 10px;
}

.btn-primary {
	background-color: #0091b3;
	border-width: 0px;
	border-radius: 0;
	margin: 20px;
}

.btn-primary:hover {
	background-color: #01728c;
	border-width: 0px;
	border-radius: 0;
}


.concert {
	width: 100%;
	border: 1px solid #ddd;
	padding: 0px;
	background-color: #fff;
	margin-bottom: 20px;
}	

.fullsize {
	width: 100%;
	margin-left: 0px;
	margin-top: 0px;
}
.midsize {
	min-width: 50%;
	margin-left: 0px;
	margin-top: 0px;
}
