@charset "UTF-8";
/* CSS Document */


body { 
	
	background: #48433b url(../pics/bg.gif) repeat-x;
	font-family: 'Open Sans', Arial, Sans-serif;
	}

h1, h2 { font-weight: normal;  }

.container { background: #fff; }
	
.container.top { padding-top: 15px; position: relative;  }

.logo { position: absolute; top: 30px; left: 40px; }


	div.Image {
		display: none;
		float: left;
		}
	
.sub div.Image {
		display: none;
		float: none;
		}

.col-md-4 .content { 
	/*background: #f2f2f2;*/ 
	padding: 5px 20px; 
	}
	
.col-md-4 .content	a,
.col-md-8.content-main a { 
	color: #3e2f1a !important; 
	font-weight: bold; 
	}

.col-md-4 .content h2,
.col-md-4 .right { 
	font-size: 22px;
	font-weight: bold;
	border-bottom: 6px solid #d9d9d9;
	padding-bottom: 10px;
 }
 
 .news ul { 
	 list-style-type: none; 
	 margin: 0; 
	 padding: 0;
	 }

 .news ul li { 
 	border-bottom: 1px solid #d9d9d9; 
	margin-bottom: 25px; 
	}

 .news ul li a {
  margin-bottom: 10px; 
  display: block; 
  }

 .news ul h3 { 
 	font-family: 'Open Sans', Arial, Sans-serif; 
	font-size: 15px; 
	font-weight: 600;
	margin-bottom: 10px;  
	}

 .google-maps {
	position: relative;
	padding-bottom: 75%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
	margin-bottom: 30px;
	
	}
	.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	}

.sponsors img { margin: 0 10px 15px 0; height: 190px; width: 190px;}

a:focus {
  outline: none;
}

.footer { 
    background: #000000; 
	/*background: #48443b;*/ 
	margin-bottom: 10px; 
	margin-top: 20px; 
	padding: 10px 20px; 
	color: #fff; 
	}

@media (max-width: 767px) { 

.logo { 
	max-width: 75%; 
	left: 20px; 
	top: 20px;  
	}


.navbar-default {
  /*background: #48443b url(../pics/bg-navi.gif) repeat-x;*/
  background: #000000; 
	}

.navbar-default li a { 
	text-align: center; 
	font-size: 18px !important; 
	padding-bottom: 5px;
	}

.col-md-4 .content { 
	margin-top: 30px;
	}

}

@media (min-width: 768px) {

}

.row2 {
      background: url(../pics/bg2015.jpg);
    background-size: 75%;
    background-repeat: no-repeat;
    padding: 10px 20px;
    margin-left: 30px;
 }
