*{

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 0.01em;
	
}
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
main,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
a:hover,
a:active {
	outline: 0;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	max-width: 100%;
	width: auto \9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img,
.gm-style img {
	max-width: none;
}
button,
input,
select,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}
button,
input {
	*overflow: visible;
	line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
input,textarea,select{
	
	border: 1px solid #000000 !important;
	background: #ffffff !important;
	padding: 0.5em !important;
	
}

input[type="number"] {
	
	width: 70px !important;
	
}

.visform input[type="checkbox"],
.visform input[type="checkbox"] + .visCustomText
{
	
	float: left;
	
}

.visform input[type="checkbox"] + .visCustomText{
	
	margin-top: 3px;
	margin-left: 10px;
	
}

.visform input[type="checkbox"] + .visCustomText > p{
	
	display: inline;
	margin: 0;
	padding: 2px 0 0 2px;
	
}



.slideshowck.camera_wrap{
	
	z-index: 1 !important;
	
}

@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}
.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.input-block-level {
	display: block;
	width: 100%;
	min-height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.4em;
	color: #333;
	background-color: #fff;
}
a {
	color: #005e8d;
	text-decoration: none;
}

.img-rounded {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.img-polaroid {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.img-circle {
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}
.row {
	margin-left: -20px;
	*zoom: 1;
}
.row:before,
.row:after {
	display: table;
	content: "";
	line-height: 0;
}
.row:after {
	clear: both;
}

#logo{
	
	width: 200px;
	position: absolute;
	left: 4rem;
	top: 3rem;
	z-index: 100;
	
}

#navigation{
	
	position: absolute;
	right: 4rem;
	top: 3rem;
	z-index: 100;
	
}

#navigation ul{
	
	list-style-type: none;
	
}

#navigation ul li{
	
	display: inline-block;
	margin-left: 3em;
	padding-bottom: 0.2em;
	position: relative;
	
}

#navigation ul li a{
	
	color: #ffffff;
	font-size: 1.2rem;
	text-transform: uppercase;
	
}

#navigation ul li ul li a{

	font-size: 1rem;
	
}
	
#navigation ul li.active,
#navigation ul li:hover{
	
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #009c4f;
	
}


#navigation ul.nav > li > ul{
	
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 3em 0 0 0;
	
	
}

#navigation ul.nav > li:last-child > ul{
	
	right: 0;
	left: auto;
	
}


#navigation ul.nav > li > ul > li > ul{
	
	
	display: none;
}

#navigation ul.nav > li.active > ul{
	
	
	
}

#navigation ul.nav-child li{
	
	margin: 0;
	display: block;
	white-space: nowrap;
	margin-bottom: 0.5em;
	
}

#navigation ul.nav > li:hover > ul{
	
	display: block;
	
}


.slideshowck.camera_wrap{
	
	position: absolute !important;
	
}

.moduletable .slideshowck.camera_wrap{
	
	position: static !important;
	
}

.item-page table{
	
	
	border: 1px solid #000000 !important;
}

.item-page table td{
	
	border: 1px solid #000000  !important;
	
}


.camera_pag{
	
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 1em;
	z-index: 9999;
	
}

.camera_wrap .camera_pag .camera_pag_ul li{
	
	background: #ffffff !important;
	
}

.slider_space{
	
	margin-bottom: 100vh;
	
}

.slider_space_small{
	
	margin-bottom: 35%;
	
}

.camera_caption_container{
		
	position: absolute;
	left: 6rem;
	top: 50%;
	color: #ffffff;
	transform: translateY(-50%);
	max-width: 25%;
	
}

.camera_caption{
	
	position: static !important;
	
}

.camera_caption > div{
	
	background: none !important;
	
	
}

.camera_caption_title{
	
	font-size: 6rem !important;
	font-weight: 400 !important;
	font-style: italic;
	font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	
}

.camera_caption_desc{
	
	font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 1rem !important;
	margin-top: 2em;
	
}


.camera_linkbox{
	
	position: absolute;
	left: 6rem;
	bottom: 3rem;
	z-index: 500;
	color: #009c4f;
	display: inline-block;
	border-color: #009c4f;
	border-width: 0 0 1px 0;
	border-style: solid;
	text-transform: uppercase;
	font-weight: 600;
	
	
}







.introcolumns{
	
	padding: 4rem 10%;
	
}

.introcolumns > .moduletable{
	
	
	
}

h3{
	
	color: #009c4f;
	text-transform: uppercase;
	
}

a{
	
	color: #000000;
	font-weight: bold;
	
}

h2 a{
	
	
	color: inherit;
}

.grid_container a{
	
	position: relative;
	padding-left: 1em;
	
}

.grid_container a::before{
	
	position: absolute;
	left: 0;
	top: 50%;
	content: '»';
	color: #009c4f;
	transform: translateY(-50%);
	
}

.news_block_intro{
	
	background: #009c4f;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0.5em 2em;
	font-weight: bold;
	margin-top: 2rem;
	
}

#content{
	
	max-width: 1400px;
	margin: 0 auto 4rem auto;
	
	
	
}



.grid_container.newsblock{
	
	
	justify-content: space-between;
	margin-top: 2em;
	
}

.grid_container.newsblock > .moduletable{


	border: 2px solid black;
	padding: 2em 2em;
	width: 33.33%;
}

.jmm-counter{
	
	margin-top: 6rem;
	background: #009c4f;
	color: #ffffff;
	text-transform: uppercase;
	padding: 2rem 0;
	
}

.jmm-counter-in{
	
	max-width: 1400px;
	margin: 0 auto;
	
}

.footer{
	
	background: #000000;
	color: #ffffff;
	
	
}

.footer_inner{
	
	max-width: 1400px;
	margin: 0 auto;
	
	
	
}

.footer_inner .moduletable{

	width: 33%;
	
}

.footer_inner a{
	
	color: #ffffff;
	
}

.footer_inner .moduletable{
	
	position: relative;
	padding-bottom: 3rem;
}


.footer .nav.menu{
	
	list-style-type: none;
	position: absolute;
	right: 0;
	bottom: 0;
	
}

.footer .nav.menu li{
	
	display: inline-block;
	padding-left: 1em;
	
}

.footer .nav.menu a{
	
	color: #009c4f;
	font-size: 0.8em;
	text-transform: uppercase;
	
}

.footer_inner > .moduletable:nth-child(1) a{
	
	padding: 0;
	
}

.footer_inner > .moduletable:nth-child(2) a{
	display: inline-block;
	margin-top: 0.5em;
	
}


.footer .nav.menu a::before,
.footer_inner > .moduletable:nth-child(1) a:before{
	
	display: none;
	
}

#quickbuttons{
	
	position: fixed;
	right: 0;
	top: 10rem;
	width: 70px;
	z-index: 100;
	
}

#quickbuttons a{
	
	display: inline-block;
	margin-bottom: 1rem;
	width: 70px;
	
}

#quickbuttons img{
	
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: auto;
	
	
}

.header_shadow{
	
	position: absolute;
	left: 0;
	top: -35vh;
	width: 100%;
	height: 35vh;
	z-index: 90;
	
-webkit-box-shadow: 2px 53px 237px 77px rgba(0,0,0,0.55);
-moz-box-shadow: 2px 53px 237px 77px rgba(0,0,0,0.55);
box-shadow: 2px 53px 237px 77px rgba(0,0,0,0.55);

	
}



.headerimage{
	
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 35%;
	z-index: 10;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#content{
	
	padding-top: 4rem;
	
}

.green{
	
	
	color: #009c4f;
	
}

.small{
	
	font-size: 0.8em;
	
}

h1,h2,h5{
	
	color: #009c4f;
	font-size: 1.2rem;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	margin-bottom: 1em;
	
}

h2{
	
	font-size: 1rem;
	margin-bottom: 0;
	
}

h4{
	
	font-size: 1em;
	color: #009c4f;
	
}

.page_left_right{
	
	max-width: 1400px;
	margin: 0 auto 2rem auto;
	display: flex;
	flex-flow: row nowrap;
	padding-top: 4rem;
	
}

.page_left_right #content{
	
	width: 65%;
	margin-right: 2%;
	padding-top: 0;
	
}

.page_right{
	
	
	margin: 0 0 0 2%;
	width: 31%;
	
}

.page_right_inner{
	
	border: 2px solid black;
	padding: 1em 2em;
	
}

.page_right .moduletable strong{
	
	color: #009c4f;
	
	
}

.page_right .moduletable h2{
	
	
	
}

.page_right table{
	
	width: 100% !important;
	
}

.page_right table tr td{
	
	text-align: left !important;
	width: auto !important;

}


.page_right table tr td:nth-child(1) {
	
	width: 40% !important;
	
}


.page_right table tr td:nth-child(2) {
	
	width: 40% !important;
	
}

.page_right table tr td:nth-child(3) {
	
	width: 20% !important;
	text-align: right !important;
	
}

.button,
.btn,
input[type="submit"]{
	
	background: #009c4f !important;
	color: #ffffff !important;
	display: inline-block;
	text-transform: uppercase;
	padding: 0.5em 1em !important;
	border: 0 !important;
}

fieldset{
	
	
	border: 0 !important;
}

.blog table td{
	
	border: 0 !important;
	vertical-align: top !important;
	
}

.blog table td h4{
	
	margin: 0;
	
}


iframe{
	
	width: 100%;
	height: 900px;
	
	
}

.mean-container .mean-bar{
	
	position: fixed;
	z-index: 99998;
	float: none;
	left: 0;
	top: 0;
	width: 100%;
	background:transparent;
	
}

.mean-container a.meanmenu-reveal{
	
	width: 30px;
	right: 20px !important;
	
}

.mean-container a.meanmenu-reveal span{
	
	margin-top: 6px;
	
}

.mean-container .mean-nav{
	
	background: rgba(0,0,0,0.75);
	
}

.pull-left.item-image{
	
	float: left;
	width: 25%;
	margin: 0 2% 2% 0;
	
}

.span4 .pull-left.item-image{
	
	float: none;
	width: 100%;
	margin: 0;
	max-height: 475px;
	overflow: hidden;
		
}

.mod_sef_td{
	
	padding-bottom: 1em;
	
}

.extracontent{
	
	margin-top: 2rem;
	
}

.newsblock .moduletable:last-child{
	
	font-size: 0.8rem;
	
}

.newsblock .moduletable:last-child p{
	
	margin: 0;
	
}

.newsblock .items-row{
	
	
	margin-bottom: 0;
	
}

.newsblock img{
	
	max-width: 60%;
	
}

.newsblock .span2 img{
	
	max-width: 100%;
	
}

.mean-container a.meanmenu-reveal span{
	
	background: #dddddd;
	
}

.mean-container a.meanmenu-reveal{
	
	color: #dddddd;
	
}


/* RESPONSIVE */

@media (max-height: 780px) {
	
	.camera_caption_title{
		
		font-size: 3rem !important;
		
	}
	
}

@media (max-width: 1500px) {

	#content{
	
		padding-top: 0;
		padding: 50px;
		
	}
	
	.page_left_right{
		
		padding: 50px;
		
	}
	
	.page_left_right #content{
		
		padding: 0;
		
	}
	
	#quickbuttons,
	#quickbuttons a{
		
		width: 50px;
		
	}
	
}

@media (max-width: 1400px) {
	
	#navigation ul li{
		
		margin-left: 2em;
		
	}
	
	#navigation ul li a{
		
		
		font-size: 1rem;
	}
	
	
}

@media (max-width: 1300px) {
	
	
	.camera_caption_title{
		
		font-size: 3rem !important;
		
	}
	
	
	
}


@media (max-width: 1150px) {
	
	
	
	.camera_caption_title{
		
		font-size: 3rem !important;
		
	}
	
	.cameraSlide img{
		
		width: 100% !important;
		margin: 0 !important;
		height: auto !important;
		
	}
	
	
	
	.slideshowck.camera_wrap,
	.camera_fakehover{
		
		height: 0 !important;
		min-height: 0 !important;
		margin: 0 !important;
		overflow: hidden !important;
		width: 100% !important;
		padding-bottom: 70% !important;
		
		
	}
	
	.slider_space{
		
		margin-bottom: 70%;
		
	}
	
	
	
}


@media (max-width: 1024px) {
	
	#logo{
		
		width: 130px;
		left: 2rem;
		top: 1rem;
		
	}
	
	.grid_container.newsblock > .moduletable{
		
		width: 45%;
		
	}
	
	.pull-left.item-image{
	
		
		width: 50%;
		

	}
	
	#quickbuttons{
		
		right: auto;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
		width: auto;
		z-index: 99999;
		
	}
	
	#quickbuttons a{
		
		width: 35px;
		margin-right: 5px;
		
	}
	
	.introcolumns{
		
		padding: 1rem 10%;
		
	}
	
	.page_left_right{
		
		display: block;
		
	}
	
	.page_left_right #content{
		
		width: 100%;
		margin: 0;
		
	}
	
	.page_right{
		
		width: 100%;
		margin: 0;
		
	}
	
}

@media (max-width: 700px) {
	
	.visCSSlabel{
		
		width: 100% !important;
		
	}
	
	.grid_container.newsblock > .moduletable{
		
		width: 100%;
		
	}
	
	.footer_inner .moduletable{
		
		width: 100%;
		padding-bottom: 0;
		margin-top: 0;
		
	}
	
	.footer .nav.menu{
		
		position: static;
		right: auto;
		margin: 0;
		padding: 0;
		
	}
	
	.pull-left.item-image{
	
		
		float: none;
		width: 100%;
		margin: 2% 0;
		

	}
	
	#logo{
		
		width: 70px;
		
	}
	
	#quickbuttons img{
	
		width: 30px;
		
	}
	
	.camera_caption_container{
		
		left: 1rem;
		top: 100px;
		transform: none;
		max-width: 30%;
		
	}
	
	.camera_caption_title{
		
		font-size: 1.2rem !important;
		
	}
	
	.camera_caption_desc{
		
		font-size: 0.8em !important;
		
	}
	
	
	
	.page-header{
		
		margin-top: 1em;
		
	}
	
	.page_right_inner{
		border: 0 !important;
		
	}
	
	.page_right table,
	.page_right tr,
	.page_right td{
		
		display: block;
		height: auto !important;
	
	
		
	}
	
	.page_right table tr td:nth-child(3),
	.page_right table tr td:nth-child(2)
	{
		
			width: 100% !important;
		text-align: left !important;
		
	}
	
	.page_right tr{
		
		margin-bottom: 1.5em;
		
	}
	
}


.attachmentsContainer caption{
	
	display: none;
	
}

#main div.attachmentsList table, div.attachmentsList table{
	
	border: 0;
	
}

#main div.attachmentsList tbody tr.even, #main div.attachmentsList tbody tr.even td, div.attachmentsList tbody tr.even td, div.attachmentsList tbody tr.even,
#main div.attachmentsList table tbody tr.even td, div.attachmentsList table tbody tr.even td{
	
	background: transparent;
	
}

#main div.attachmentsList table tbody td, div.attachmentsList table tbody td{
	
	
	
	padding: 1em 0 !important;
	
}

#main div.attachmentsList table, div.attachmentsList table{
	
	font-size: 1rem !important;
	
}

td.at_filename{
	
	display: none !important;	
	
}

td.at_description a{
	
	text-decoration: underline;
	
}

.videoframe{
	
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	position: relative;
	
}

.videoframe iframe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	
}

@media (min-width: 781px) {
	.camera_wrap img{
	
		object-fit: cover;
		width: 100vw !important;
		height: 35vw !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	
	}
	
	body.itemid-101 .camera_wrap img{
	
		height: 100vh !important;
		
	}
	
	

}

