@charset "utf-8";

.size-80 {
  margin: 0 auto;
  width: 85%;
}
.size2-80 {
  margin: 0 auto;
  width: 80%;
}

.block1 {
	background-color: 493D26;
	width: 100%;
        height: 100%;
        float: left;
        padding: 5px 4px 3px 5px;
        color: #fff;
        font-size:16px;
        
}
.block2 {
	background-color: #fff;
	width: 100%;
        height: 100%;
        float: left;
        padding: 5px 4px 3px 5px;
    
}
.block3 {
	background-color: #ffffff;
	width: 100%;
        hight: 100%;
        float: left;
        
        
}
.sociallink {

        height: 20px;
	width: 20px;
        float: right;
	margin-left: 5px;
	}

.modal-content {background-color: #decfa9;}

a.sample1, a.sample1:visited {
	color:#fff;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	background-attachment: fixed;
}

a.sample1:hover {
	color:#fff;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
        text-decoration: none;
}


a.black, a.black:visited {
	color:#000;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	background-attachment: fixed;
}

a.black:hover {
	color:#000;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
        text-decoration: none;
}




.displaynone {

        height: 25px;
	width: 100%;
        float: right;
	}




.side_block {
	width: 100%;
        height: 100%;
        float: left;
        padding: 5px 4px 3px 5px;
        color: #000;
        font-size:16px;
        }

h1 {
		font-weight: 200;}




/*! menu */


.content h1 {
		font-weight: 400;
		text-transform: uppercase;
		margin: 4;
		color: #000;
	}

	.content h2 {
		font-weight: 400;
		text-transform: uppercase;
		color: #333;
		margin: 0 0 10px;
	}
	.content p {
		font-size: 1em;
		font-weight: 300;
		line-height: 1.5em;
		margin: 0 0 20px;
	}
	.content p:last-child {
		margin: 0;
	}
	.content a.button {
		display: inline-block;
		padding: 7px 10px;
		background: #ff0;
		color: #000;
		text-decoration: none;
	}
	.content a.button:hover {
		background: #000;
		color: #ff0;
	}
	.content.title {
		position: relative;
		background: #333;
	}
	.content.title h1 span.demo {
		display: inline-block;
		font-size: .5em;
		padding: 10px;
		background: #fff;
		color: #333;
		vertical-align: top;
	}
	.content.title .back-to-article {
		position: absolute;
		bottom: -20px;
		left: 20px;
	}
	.content.title .back-to-article a {
		padding: 10px 20px;
		background: #f60;
		color: #fff;
		text-decoration: none;
	}
	.content.title .back-to-article a:hover {
		background: #f90;
	}
	.content.title .back-to-article a i {
		margin-left: 5px;
	}
	.content.white {
		background: #fff;
		box-shadow: 0 0 10px #999;
	}
	.content.black {
		background: #000;
	}
	.content.black p {
		color: #999;
	}
	.content.black p a {
		color: #08c;
	}
	
	
	.dropdown-menu {
		min-width: 250px;
background-color: #decfa9;
	}
	.dropdown-menu.columns-2 {
		min-width: 500px;
  left: -250px;
background-color: #decfa9;
	}
	.dropdown-menu.columns-3 {
		min-width: 650px;
 left: -250px;
background-color: #decfa9;

   
	}
       
	.dropdown-menu li a {
		padding: 5px 15px;
		font-weight: 300;
	}
	.multi-column-dropdown {
		list-style: none;
	}
	.multi-column-dropdown li a {
		display: block;
		clear: both;
		line-height: 1.428571429;
		color: #333;
		white-space: normal;
	}
	.multi-column-dropdown li a:hover {
		text-decoration: none;
		color: #262626;
		background-color: #f5f5f5;
	}
	
	@media (max-width: 500px) {
		.dropdown-menu.multi-column {
			min-width: 240px !important;
			overflow-x: hidden;
		}
	}
	
	@media (max-width: 380px) {
		.content {
			width: 90%;
			margin: 50px auto;
			padding: 10px;
		}
	}

















.content h1 {
		font-weight: 400;
		text-transform: uppercase;
		margin: 0;
		color: #000;
	}

	.content h2 {
		font-weight: 400;
		text-transform: uppercase;
		color: #333;
		margin: 0 0 10px;
	}
	.content p {
		font-size: 1em;
		font-weight: 300;
		line-height: 1.5em;
		margin: 0 0 20px;
	}
	.content p:last-child {
		margin: 0;
	}
	.content a.button {
		display: inline-block;
		padding: 7px 10px;
		background: #ff0;
		color: #000;
		text-decoration: none;
	}
	.content a.button:hover {
		background: #000;
		color: #ff0;
	}
	.content.title {
		position: relative;
		background: #333;
	}
	.content.title h1 span.demo {
		display: inline-block;
		font-size: .5em;
		padding: 10px;
		background: #fff;
		color: #333;
		vertical-align: top;
	}
	.content.title .back-to-article {
		position: absolute;
		bottom: -20px;
		left: 20px;
	}
	.content.title .back-to-article a {
		padding: 10px 20px;
		background: #f60;
		color: #fff;
		text-decoration: none;
	}
	.content.title .back-to-article a:hover {
		background: #f90;
	}
	.content.title .back-to-article a i {
		margin-left: 5px;
	}
	.content.white {
		background: #fff;
		box-shadow: 0 0 10px #999;
	}
	.content.black {
		background: #000;
	}
	.content.black p {
		color: #999;
	}
	.content.black p a {
		color: #08c;
	}

	.dropdown-menu {
		min-width: 250px;
background-color: #decfa9;
	}
	.dropdown-menu.columns-2 {
		min-width: 500px;
  left: -250px;
background-color: #decfa9;
	}
	.dropdown-menu.columns-3 {
min-width: 650px;
left: -250px;
background-color: #decfa9;
}

.dropdown-menu.columns-4 {
min-width: 500px;
left: -0px;
background-color: #decfa9;
}

.dropdown-menu li a {
		padding: 5px 15px;
		font-weight: 300;
	}
	.multi-column-dropdown {
		list-style: none;
	}
	.multi-column-dropdown li a {
		display: block;
		clear: both;
		line-height: 1.428571429;
		color: #333;
		white-space: normal;
	}
	.multi-column-dropdown li a:hover {
		text-decoration: none;
		color: #262626;
		background-color: #f5f5f5;
	}
	
	@media (max-width: 500px) {
		.dropdown-menu.multi-column {
			min-width: 240px !important;
			overflow-x: hidden;
		}
	}
	
	@media (max-width: 380px) {
		.content {
			width: 90%;
			margin: 50px auto;
			padding: 10px;
		}
	}




/* Events List - Grid Layout*/
@media (max-width: 900px) {
	div#events .item-container {
		width: 50%;		
	}
}

@media (max-width: 450px) {
	div#events .item-container {
		width: 100%;		
	}
}

/* Events List - Tiles Layout */

@media (max-width: 900px) {
	.eventgallery-tiles .eventgallery-tiles-list .eventgallery-tile {
		width: 50%;		
	}
}

@media (max-width: 450px) {
	.eventgallery-tiles .eventgallery-tiles-list .eventgallery-tile {
		width: 100%;		
	}
}

/* Event List - Grid Layout */


@media (max-width: 900px) {
	#event .eventgallery-simplelist-tile {
		width: 50%;		
	}
}

@media (max-width: 450px) {
	#event .eventgallery-simplelist-tile {
		width: 100%;		
	}
}

/* Event List - Tiles Layout */

@media (max-width: 100%) {
	#event .eventgallery-tile {
		width: 50%;		
	}
}

@media (max-width: 50%) {
	#event .eventgallery-tile {
		width: 100%;		
	}
}

.displayname {
		font-weight: 50;
		text-transform: uppercase;
		color: #262626;
               }
	
	
