@font-face {
    font-family: 'galatia_silbold';
    src: url('fonts/galsilb-webfont.eot');
    src: url('fonts/galsilb-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/galsilb-webfont.woff2') format('woff2'),
         url('fonts/galsilb-webfont.woff') format('woff'),
         url('fonts/galsilb-webfont.ttf') format('truetype'),
         url('galsilb-webfont.svg#galatia_silbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'galatia_silregular';
    src: url('fonts/galsilr-webfont.eot');
    src: url('fonts/galsilr-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/galsilr-webfont.woff2') format('woff2'),
         url('fonts/galsilr-webfont.woff') format('woff'),
         url('fonts/galsilr-webfont.ttf') format('truetype'),
         url('fonts/galsilr-webfont.svg#galatia_silregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'rosariobold';
    src: url('fonts/rosario-bold-webfont.eot');
    src: url('fonts/rosario-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/rosario-bold-webfont.woff2') format('woff2'),
         url('fonts/rosario-bold-webfont.woff') format('woff'),
         url('fonts/rosario-bold-webfont.ttf') format('truetype'),
         url('fonts/rosario-bold-webfont.svg#rosariobold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'rosarioregular';
    src: url('fonts/rosario-regular-webfont.eot');
    src: url('fonts/rosario-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/rosario-regular-webfont.woff2') format('woff2'),
         url('fonts/rosario-regular-webfont.woff') format('woff'),
         url('fonts/rosario-regular-webfont.ttf') format('truetype'),
         url('fonts/rosario-regular-webfont.svg#rosarioregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@keyframes fadeIn {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@-moz-keyframes fadeIn {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes fadeInUp {
	0% {
		opacity:0;
		-webkit-transform:translate3d(0,100%,0);
		transform:translate3d(0,100%,0);
	}
	100% {
		opacity:1;
		-webkit-transform:none;
		transform:none;
	}
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity:0;
		-webkit-transform:translate3d(0,100%,0);
		transform:translate3d(0,100%,0);
	}
	100% {
		opacity:1;
		-webkit-transform:none;
		transform:none;
	}
}
@-moz-keyframes fadeInUp {
	0% {
		opacity:0;
		-webkit-transform:translate3d(0,100%,0);
		transform:translate3d(0,100%,0);
	}
	100% {
		opacity:1;
		-webkit-transform:none;
		transform:none;
	}
}
.fadeInUp{
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes enterRight {
  0%   { -webkit-transform:translateZ(300px) translateY(0px) translateX(100px); opacity: 0;  }
  100% { -webkit-transform:translateZ(0px) translateY(0px) translateX(0deg); opacity: 1; }
}
@-moz-keyframes enterRight {
  0%   { -moz-transform:translateZ(300px) translateY(0px) translateX(100px); opacity: 0;  }
  100% { -moz-transform:translateZ(0px) translateY(0px) translateX(0deg); opacity: 1;  }
}
@keyframes enterRight {
  0%   { transform:translateZ(300px) translateY(0px) translateX(100px); opacity: 0;  }
  100% { transform:translateZ(0px) translateY(0px) translateX(0deg); opacity: 1;  }
}
.animate-right {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: enterRight;
	animation-name: enterRight;
}
@-webkit-keyframes enterLeft {
  0%   { -webkit-transform:translateZ(-300px) translateY(0px) translateX(-100px); opacity: 0;  }
  100% { -webkit-transform:translateZ(0px) translateY(0px) translateX(0deg); opacity: 1; }
}
@-moz-keyframes enterLeft {
  0%   { -moz-transform:translateZ(-300px) translateY(0px) translateX(-100px); opacity: 0;  }
  100% { -moz-transform:translateZ(0px) translateY(0px) translateX(0deg); opacity: 1;  }
}
@keyframes enterLeft {
  0%   { transform:translateZ(-300px) translateY(0px) translateX(-100px); opacity: 0;  }
  100% { transform:translateZ(0px) translateY(0px) translateX(0deg); opacity: 1;  }
}
.animate-left {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: enterLeft;
	animation-name: enterLeft;
}
.zero_opacity {
	opacity: 0;
}
.zero_opacity.admin_set{
	opacity: 1 !important;
}
* { 
	margin:0; 
	padding:0;
}
img{
	border:none;
}
ul{
	padding:15px;
}
.display_none {
	display: none;
}
#tabs ul{padding:0px !important;}

body{ 
	border:0;
	font:12px Verdana,Arial,Helvetica,sans-serif; 
	color:#000000;
    font-family:Verdana,Arial,Helvetica,sans-serif;
	background:url("images/bg_fade.png") repeat-x;
}
h1,h2{margin:0px;padding:0px;font-size:inherit;color:inherit;font-weight:normal;}
textarea{font-family:inherit}

.text-link:hover{text-decoration:underline;cursor:pointer}
a {text-decoration: none; color:#1967B1;}
a:hover {text-decoration: none; color:#3593C9;}

.fl{float:left}
.fr{float:right}

.center{
	text-align:center;
}

.clear{
	clear:both;
}
#overdiv{
	font:14px rosarioregular,Verdana,Arial,Helvetica,sans-serif; 
}
.standard_input{
	color:#000;
	cursor:text;
	border:1px solid #999;
	background-color:white;
	height:20px;
}
.overdiv{
	width: 96%;
	max-width: 980px;
	margin: auto;
	font-size: 16px;
}
.overdiv a{
	color: #8B7313;
}
.overdiv.container{
	padding: 50px 0;
}
/* HEADER */

#header{
	background-color: #FFF;
	height: 100px;
	width: 100%;
}	
#header .overdiv{
	height: 100%;
}
#logo{
	width: 25%;
	min-width: 200px;
    float: left;
    min-height: 20px;
    height: 100%;
    position: relative;
}
#logo img{
	width:100%;
	position: absolute;
	max-width: 180px;
    top: 50%;
    transform: translate(0%, -50%);
}
.search {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-75%, -35%);
    cursor: pointer;
}
.active #one{
	-webkit-transform: translateY(10px) translateX(0) rotate(45deg);
    width: 0;
    border-radius: initial;
    border: 1px solid #858585;
}
.active #two{
	left: 0px;
    top: -25px;
}
.search_overdiv {
	width: 75px;
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #b3b3b3;
	float:left;
	height: 100%;
	cursor: pointer;
	position: relative;
}
.element {
	width: 0;
	height: 28px;
	position: relative;
	margin-bottom: 5px;
	border: 1px solid #858585;
	box-shadow: 0 0 2px #858585;
	/*   border-radius: 50%; */
	transition: all 0.25s ease 0s;
    -ms-transform: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
}

#one {
	width: 28px;
	border-radius: 50%;
	border: 2px solid #858585;
}

#two {
	position: relative;
	left: 34px;
	top: -14px;
	transform: rotate(-45deg);
}
#search {
	background-color: #303031;
    height: 0;
    overflow: hidden;
    z-index: 100;
	position: relative;
    -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
#search.active {
	height: 43px;
}
#search .overdiv {
	padding: 10px 0;
}
#search input:focus {
	outline: 0;
}
#search input{
	color: grey;
    background-color: transparent;
    border: 0px;
}
#search input[type=text]{
	width: calc(100% - 78px);
    font-size: 20px;
	float:left;
}
#search .image_button {
	width:78px;
	float: left;
    height: 23px;
    position: relative;
}
#search .image_button input[type=image]{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    max-width: 20px;
}
.overdiv.banner {
	position: relative;
    background-color: rgba(255,255,255,0.8);
	padding: 50px 30px;
}
.overdiv.banner.fadeIn {
	animation-delay: .5s;
	animation-timing-function: ease-in-out;
}
#main_title.fadeIn {
	animation-delay: 1s;
	animation-timing-function: ease-in-out;
}
#main_information.fadeIn {
	animation-delay: 2s;
	animation-timing-function: ease-in-out;
}
#tabs{
	float: left;
    margin-top: 29px;
	width:calc(75% - 78px);
}
#tabs ul{
	list-style:none;
	text-align: center;
}
#tabs > ul > li{
    color: #000;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    padding: 0px 8px;
    text-transform: uppercase;
    border-left: 1px solid;
    position: relative;
    display: inline-block;

}
#tabs > ul > li div:hover a,
#tabs > ul > li.menu_selected a {
	color: #8B7313;
}
#tabs > ul > li:nth-child(1),#tabs > ul > li:nth-child(5) {
	border-left: 0px;
}
#tabs > ul > li:hover{
}
#tabs ul li a{
	color:#000;

}
#tabs > ul > li:hover > div > a{
}
#tabs > ul > li:hover >ul{
	display:block;
}
#tabs ul li ul{
	margin-right:0px;
	z-index:101;
	position:relative;
	width:auto;
	display:none !important;
}
#tabs ul li ul li{
	padding:7px 0;
	min-width:104px;
	color:#ffffff;
	text-align:center;
	line-height:10px;
	font-size:9px;
	font-weight:bold;
	cursor:pointer;
	position:relative;
}
#tabs ul li ul li:hover{
}
#tabs ul li ul li:hover a{
	color:#3B6C01;
}
#tabs ul li ul il div a{
	color:#000;
}
/*
#tabs > ul > li > ul > li:hover > ul{
	display:block;
}
#tabs ul li ul li ul{
	margin-right:0px;
	z-index:101;
	position:absolute;
	left:100%;
	top:0px;
	width:auto;
	display:none;
}
#tabs ul li ul li ul li{
	background:#3593C9;
	padding:7px 0;
	min-width:104px;
	color:#ffffff;
	text-align:center;
	line-height:10px;
	font-size:9px;
	font-weight:bold;
	cursor:pointer;
}
#tabs ul li ul li ul li:hover{
	background-color:#1967B1;
}
*/
.menu_selected{

}
.mint_field {
	overflow:hidden;
	min-height: 20px;
	font-family: rosarioregular;
}
.heading.mint_field {
	font-family: rosarioregular;
}
.heading {
	font-family: rosarioregular;
}
.sld_img{
	position:absolute;
	display:none;
}
.head_navigation_overdiv{
	display:none;
	float:right;
	width: 75px;
	height:100%;
	cursor:pointer;
	position: relative;
	border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #b3b3b3;
}
#head_navigation {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#head_navigation .bar{
	width:45px;
	height:2px;
	background-color:#858585;
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-webkit-border-radius:5px;
	transform-origin:17.5px 2.5px 0px;
	-ms-transform-origin:17.5px 2.5px 0px;
	-moz-transform-origin:17.5px 2.5px 0px;
	-webkit-transform-origin:17.5px 2.5px 0px;
	transition:all 0.25s ease 0s;
	-ms-transform:all 0.25s ease 0s;
	-moz-transition:all 0.25s ease 0s;
	-webkit-transition:all 0.25s ease 0s;
}
#head_navigation .bar_2,
#head_navigation .bar_3{
	margin:8px 0 0 0;
}
#head_navigation.selected .bar_1{
	transform:translateY(8px) translateX(0) rotate(45deg);
	-ms-transform:translateY(8px) translateX(0) rotate(45deg);
	-moz-transform:translateY(8px) translateX(0) rotate(45deg);
	-webkit-transform:translateY(8px) translateX(0) rotate(45deg);
}
#head_navigation.selected .bar_2{
	opacity:0;
}
#head_navigation.selected .bar_3{
	transform:translateY(-5px) translateX(0) rotate(-45deg);
	-ms-transform:translateY(-5px) translateX(0) rotate(-45deg);
	-moz-transform:translateY(-5px) translateX(0) rotate(-45deg);
	-webkit-transform:translateY(-5px) translateX(0) rotate(-45deg);
}
#sidebar_area{
	width: 100%;
    position: relative;
    z-index: 100;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
	transition:         all 600ms cubic-bezier(0.23, 1, 0.32, 1);
	font-family: montserratthin,Verdana,Arial,Helvetica,sans-serif;
}
#sidebar_events ul {
	display: none !important;
}
#sidebar{
	width: 100%;
    min-height: 20px;
    font-size: 14px;
    text-transform: capitalize;
    box-sizing: border-box;
	background: #fff;
}
#sidebar .menu_selected > div > a{
	background: rgba(255,255,255,.05);
    color: #ffffff;
}
#sidebar a{
	text-decoration: none;
	color: #404040;
}
#sidebar ul{
	width:100%;
	min-height: 20px;
	margin: 0;
	padding: 0;
	list-style:none;
	box-sizing: border-box;
}
#sidebar > ul {
	border-bottom: 2px solid;
}
#sidebar ul  li  ul {

}
#sidebar ul  li.menu_selected  ul {
	display: block;
}
#sidebar > ul > li{
	padding: 0px 20px;
    background-color: #a4b85f;
    border-bottom: 1px solid #ffffff;
}
#sidebar > ul > li:hover > div > a{
	color: #FFF;
}
#sidebar > ul > li.menu_selected {

}
#sidebar > ul > li > div > a {
	color: #404040;
}
#sidebar  ul  li  ul li.menu_selected   {

}
#sidebar  ul li ul li div a {

}
#sidebar  ul  li  ul {
    padding-left: 30px;
}
#sidebar .menu_selected ul li div a{

}
#sidebar .menu_selected {


}
#sidebar ul li div {
	padding: 15px 0px;
}
/* HOME */
.main_opener {
	width: 100%;
	overflow: hidden;
	position: relative;
	border-bottom: 5px solid #a4b85f;
}
.events_content_right #events_text {
	font-size: 16px;
	text-align: left;
}
#news_text, #events_text {
	margin-bottom: 50px;
	text-align: center;
	font-size: 36px;
}
.main_information {
}
#main_information {
	font-size: 16px;
	text-align: center;
}
#facilities_url, #facilities_thumbnail {
	text-align: center;
}
#facilities_thumbnail img{
	max-width: 200px;
	width: 100%;
}
#background_image{
	background-size:cover;
	background-position:center;
}
#background_image .slide_img{
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center;
}
#background_image img{
	width: 100%;
	/* filter: blur(5px); */
    /* -webkit-filter: blur(5px); */
	/* transform: scale(1.05); */
}
.facilities_contact {
}
.main_text {
	width: 100%;
	min-height:100px;
	position: relative;
	box-sizing: border-box;    
	background-color: rgba(255,255,255,0.8);
}
#sub_menu {
	
}
#sub_menu a{
	color: #000;
}
#sub_menu ul{
	padding: 10px 0;
	text-align: center;
}
#sub_menu ul li{
	list-style: none;
	cursor: pointer;
    padding: 0px 8px;
    text-transform: uppercase;
    border-left: 1px solid;
	display: inline-block;
}
#sub_menu > ul > li div:hover a,
#sub_menu > ul > li.menu_selected a {
	color: #8B7313;
}
#sub_menu ul li:nth-child(1) {
	 border-left: 0px;
}
#main_title {
	font-size: 38px;
    text-align: center;
}
#main_header {
	margin-bottom: 30px;
	font-size: 66px;
	text-align: center;
}
#main_info {
	font-size: 20px;
}
.green_container {
	background-color: #a4b85f;
	width: 100%;
	min-height: 20px;
	padding: 20px 0;
	font-family: rosarioregular;
}
.green_container.divider {
	width: 100%;
	min-height: 0;
	height: 5px;
	padding: 0;
}
.green_container .mint_field{
	font-family: rosarioregular;
}
.quick_link_title {
	width: 100%;
	min-height: 20px;
	text-align: center;
	padding: 0 0 20px 0;
	font-size: 24px;
	border-bottom: 1px solid #fff;
}
#quick_link_area{
	width: calc(100% + 25px);
	min-height: 20px;
	margin-left: -25px;
}
.quick_link {
	width: calc(20% - 25px);
	font-size: 20px;
	float: left;
	text-align: center;
	margin-top: 20px;
	margin-left: 25px;
}
.quick_link a {
	color: #000;
}
.quick_link a:hover {
	text-decoration: underline;
}
#quick_links_label {
	font-family: 'rosariobold';
	border-right: 1px solid #000;
    box-sizing: border-box;
}
.local_services {
	padding: 100px 0;
	
}
.local_service {
	width: calc(100% / 4 - 15px);
	float: left;
	margin-right: 20px;
	cursor: pointer;
}
.local_service:nth-child(4) {
	margin-right: 0px;
}
.service_img img {
	width: 100%;
}
.service_txt {
	padding: 10px;
	text-align: center;
}
.local_service a {
	color: #000;
}
.divider {
	height: 1px;
    width: 180px;
    background-color: #a4b85f;
    margin: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
.story {
	width: calc(100% / 3 - 20px);
	float: left;
	margin-right: 25px;
}
.story a {
	color: #000;
}
.story:nth-child(4) {
	margin-right: 0px;
}
#story_category a{
	color: #000;
}
.stories {
	padding: 100px 0;
}
.facilities_service_item.home {
	display: block;
}
.stories_title {
	text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}
.stories_txt {
	font-family: 'rosarioregular';
}
.stories .overdiv {
	padding: 0 2%;
    box-sizing: border-box;
}
/* NEWS */
#story_form {
	padding: 20px 0px;
}
#story_form .form_double {
	width: 100%;
}
#story_form .form_name{
	font-size: 20px;
    margin-bottom: 10px;
}
#story_form .inputFields{
	width: 40%;
    float: left;
    box-sizing: border-box;
    margin-right: 1%;
}
#story_form #newNewsPage{
	width: 100%;
    font-size: 16px;
}
#story_form .form-submit{
	float: left;
    box-sizing: border-box;
}
#story_form button{
    background-color: transparent;
    border: 0;
    font-size: 18px;
	cursor: pointer;
}
.story_title {
	color: #8B7313;
	font-size: 38px;
	margin-bottom: 5px;
}
#story_content {
	width: 67%;
    float: left;
}
#storyImage img{
	width: 100%;
}
#storySide {
	float: left;
    width: calc(100% - 67% - 30px);
    margin-left: 30px;
}
.story_side_overview_image img{
	width: 100%;
}
#news {
	padding-top: 20px;
	padding-bottom: 50px;
}
.councillors {
	padding-top: 30px;
	padding-bottom: 50px;
}
/*
.margin_bottom_ten {
	margin-bottom: 10px;
}
*/
.margin_top_ten {
	margin-top: 10px;
}
.margin_bottom_five {
	margin-bottom: 5px;
}
button {
	-webkit-appearance: value;
    -moz-appearance: value;
    appearance: value;
    border: 0;
    padding: 8px 10px;
    background: rgba(164,184,95,1);
    border-radius: 5px;
	color: #000;
	cursor: pointer;
}
button:hover{
	background: rgba(164,184,95,0.5);
}
.story_side_overview_title a {
	color: #8B7313;
    font-size: 24px;
}
#story_overview_content_area {
}
#story_overview_content_area .story_overview_content_left{
	width: 30%;
    float: left;
}
#story_overview_content_area .story_overview_content_left img{
	width: 100%;	
}
.story_overview_content {
	margin-top: 30px;
}
#story_overview_content_area .story_overview_content_right{
	width: calc(60% - 20px);
    margin-left: 20px;
    float: left;
	position: relative;
}
.story_overview_content_right .inner_div {
}
.story_overview_title a {
	color: #8B7313;
	font-size: 24px;
}
.story_side_overview_content {
	margin-bottom: 20px;
}
/* STANDARD */
#standard_text {

}
.standard_text {
	padding-bottom: 50px;
	padding-top: 50px;
}
/* FACILITIES */
.facilities_picker {
    margin: auto;
    display: block;
}
.facilities_picker select{
	width: 100%;
    max-width: 200px;
}
.facilities_service {
	padding-bottom: 50px;
	padding-top: 30px;
}
.facilities_service_item {
	width: calc(100% / 4 - 15px);
    float: left;
	margin-top: 20px;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
}
.facilities_service_item .item_title{
	position: absolute;
    top: 50%;
    left:0;
    right:0;
    width: calc(100% - 20px);
    text-align: center;
    background-color: rgba(164, 184, 95, 0.8);
    padding: 10px;
	-webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
	font-size: 20px;
}
.facilities_service_item .item_title.councillors{
	top: auto;
    bottom: 0;
}
.facilities_service_item .item_title.hover{
    top: 0px;
}
.facilities_service_item .item_text{
	position: absolute;
    padding: 10px;
    background-color: rgba(0, 0, 0,0.5);
    color: #FFF;
	width: 100%;
    box-sizing: border-box;
	-webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
	transition:         all 600ms cubic-bezier(0.23, 1, 0.32, 1);
	bottom:-100%;
}
.facilities_service_item a{
	color: #000;
}
.facilities_service_item a:hover{
	color: #000;
}
.facilities_service_item img{
	width: 100%;
}
.facilities_service_item:nth-child(4n) {
	margin-right: 0px;
}
.local_services .facilities_service_item {
	display: none;
}
.local_services .facilities_service_item {
	display: block;
}
.local_services .service_title {
	font-family: rosarioregular;
}
.contact_label {
	font-size: 20px;
    margin: 20px 0 10px 0;
}
.contact_field {
	margin: 0 0px 10px 0;
}
.visible {
	display: block;
}
.navi_buttons {
	clear: both;
}
.navi_buttons .next{
	float: right;
}
.navi_buttons .previous{
	float: left;
}
.tag_label {
	text-align: center;
	margin-top:20px;
}
#facilitiesnservices_form { 
	margin-top: 20px;
}
/* EVENTS */
.main_multi {
	margin-bottom:20px;
}
.eventField_3 {
	margin-bottom:10px;
}
.eventField_3, .eventField_4, .story_overview_date, .story_overview_subtitle {
	font-family: rosarioregular;
}
.events_heading {
	margin-top: 10px;
    color: #8B7313;
    float: left;
    width: 100%;
    font-size: 16px;
}
.events_content_top .events_heading:nth-child(1) {
	margin-top: 0px;
	margin-bottom: 10px;
}
.category_options {
	padding: 0px 5px;
}
#events_content .mint_field {
	float: left;
    width: 100%;
}
#save_categories_button {
	display: none;
	margin-top: 10px;
}
.event_image_wrapper {
	width: 50%;
    float: left;
}
.eventField_1 {
	width: 30%;
    float: left;
}
.eventField_1 img{
	width: 100%;
}
.eventField_2 {
	font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.eventField_2 a{
	color: #000;
}
.eventField_4 {
	margin-bottom: 10px;
}
.event_top_info {
	width: 50%;
    float: left;
    position: relative;
    box-sizing: border-box;
    padding: 20px;
}
.event_text_fields {
	width: 70%;
    float: left;
    position: relative;
    box-sizing: border-box;
	padding: 0px 0 0px 15px;
}
.event_wrapper {

}
.events_name {
	float:left;
	font-size: 32px;
	text-transform: capitalize;
}
.events_content_top {
	width: 100%;
}
.event_top_info {
	
}
.event_image_wrapper {
	width: 50%;
	float:left;
}
.events_content_middle {
	width: 100%;
	margin-bottom: 30px;
}
#events_image img {
	width: 100%;
}
.form_double {
	width: calc(100% / 3 - 1%);
    float: left;
    margin-right: 1.5%;
}
.facilities_picker.form_double {
	margin: auto;
    display: block;
    float: none;
    padding-top: 30px;
}
.form_double select{
	width: 60%;
    padding: 8px 10px;
    box-sizing: border-box;
}
.form_double .facilities_type{
    padding: 8px 10px;
    box-sizing: border-box;
    min-width: 110px;
}
.form_double .form_name{
    margin-bottom: 10px;
}
.form_double .text_field{
	width: 100%;
    padding: 8px 10px;
    box-sizing: border-box;
}
.form_double .form_select{
	width: 100%;
    padding: 8px 10px;
    box-sizing: border-box;
}
.form_submit{
    width: calc(100% / 3 - 1%);
    float: left;
    margin: 29px 0 0 0;
	box-sizing: content-box;
	cursor: pointer;
}
.form_submit.non_admin{
    margin: 0;
}
.form_double .form_submit {
	margin: 0;
}
.form_submit .form_submit{
    padding: 8px 10px;
	box-sizing: border-box;
    min-width: 110px;
}
.form_text a{
	color: #8B7313;
}
.form_text{
	margin: 10px 0;
}
.form_title {
	font-size: 18px;
    margin-bottom: 10px;
}
#events_form {
	margin-bottom: 20px;
}
/* SEARCH */
#search_text {
	font-size: 20px;
    margin-bottom: 20px;
}
#search_text a{
	color: #8B7313;
}
.search_results {
	margin-bottom: 10px;
}
/* FOOTER */
#footer{
    background-color: #a4b85f;
    width: 100%;
    min-height: 20px;
    padding: 50px 0;
}
#footer_menu {
	font-size: 18px;
}
#footer_menu ul{
	text-align: center;
	list-style: none;
	padding: 0 0 30px;
}
#footer_menu ul li ul{
	display:none !important;
}
#footer_menu ul li{
	list-style: none;
	position: relative;
    display: inline-block;
	padding: 0px 8px;
	border-left: 1px solid;
	text-transform: uppercase;
}
#footer_menu ul li:nth-child(1) {
	border-left: 0;
}
#footer_menu a {
	color: #000;
	
}
#social_footer {
	text-align: center;
}
#social_footer img{
	width: 40px;
    margin-right: 10px;
}
/* PAGE LAYOUT */

#main{
	min-height:500px;
}
#main_field{
	min-height:200px;
	width:600px;
	font-size:20px;
}
#main_field2{
	min-height:100px;
}

#many .mint_field{
	min-height:50px;
	width:100%;
}

.gal_img{
	border:2px solid #999;
	height:100px;
	width:100px;
	float:left;
	margin:10px;
	text-align:center;
}
.gal_img img{
	max-width:100px;
	max-height:100px;
}

/* fixed style tests */

.style_one{
	color:red;
}
.style_two{
	color:blue;
}

.mint_multiField{
	float:left;
	width: 100%;
}

.mint_widget{
	width:150px;
	height:150px;
	float:left;
	margin:10px;
	padding:10px;
}
.widget1{
	background-color:#009;
}
.widget2{
	background-color:#900;
}
.widget3{
	background-color:#909;
	border-radius:50px;
}

.multi_field_area{
    width: calc(100% / 4 - 15px);
    float: left;
	margin: 0 20px 20px 0;
}
.multi_field_area:nth-child(4n){
	margin-right: 0px;
}
.multi_field_area:nth-child(5n){
	clear: both;
}
.multi_field_area .multiField_1 img{
	width: 100%;
}
.multi_field_area .multiField_2{
	margin-top: 10px;
	font-size: 24px;
}