/*
#fe65b7 hot pink
#e9c904 corn

#cef26b very light green
#b4de40 light green
#9dcd17 green (main)
#7ba409 dark green
#5d7f00 very dark green


#62edd6 cyan
*/

/*
	Default declaration
*/
* {
	background: transparent;
	margin: 0;
	padding: 0; 
}
*, *:before, *:after { box-sizing: inherit; }
html { box-sizing: border-box; }
html, body { height: 100% }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section { display: block; }
input[type="submit"], input[type="text"] { -webkit-appearance: none; }
a, a:active, a:visited, a:hover { 
	text-decoration: none;
	color: #0a1612;
}
ul, li { list-style: none; }
q { quotes: "\00ab" "\00bb"; }
.clearfix:after {
	clear: both;
	content: "";
	display: block;
	height: 0px;
	visibility: hidden;
}
.clearfix-right:after {
	clear: right;
	content: "";
	display: block;
	height: 0px;
	visibility: hidden;
}
.clearfix-left:after {
	clear: left;
	content: "";
	display: block;
	height: 0px;
	visibility: hidden;
}
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }

/*
	main declaration
*/
body {
	background-color: #fff;
	color: #000;
	display: table;
	font-family: Calibri, Arial;
	font-size: 12pt;
	font-weight: 300;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: justify;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}

/*
	header
*/
header {
	background: #dff8ac;
	border-bottom: 1px solid #9dcd17;
	height: 65px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
header > * {
	position: relative;
	z-index: 1000;
}

.logo {
	display: block;
	float: left;
	padding: 12px 8px 12px 8px;
	position: relative;
}
.logo-img {
	display: block;
	height: 40px;
	margin: 0 auto;
	max-height: 72px;
	width: auto;
}

.contacts {
	display: none;
	padding: 8px 0;
	margin-right: 74px;
}
.contacts address {
	font-style: italic;
	line-height: 16px;
	text-align: center;
}
.contacts-phone {
	display: inline-block;
	font-weight: bold;
}

/*
	navigation
*/
.menu li {
	display: block;
	border-bottom: 1px solid #9dcd17;
	line-height: 64px;
	background: #dff8ac;
}
.menu li a {
	display: block;
	overflow: hidden;
}
.menu li i {
	display: none;
	text-align: center;
}
.menu li span {
	display: block;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
}

/*
	mobile navigation
*/
nav.desktop { display: none; }
.mobile-button {
	border-left: 1px solid #9dcd17;
	cursor: pointer;
	position: fixed;
	top: 0;
	right: 0;
	text-align: center;
	z-index: 1000;
}
.mobile-button i {
	display: inline-block;
	line-height: 64px;
	width: 64px;
}
nav.mobile .menu {
	display: block;
	position: fixed;
	left: 0;
	top: -192px;
	z-index: 900;
	width: 100%;
	transition: top 0.5s ease-out 0s;
	-webkit-transition: top 0.5s ease-out 0s;
	-moz-transition: top 0.5s ease-out 0s;
	-o-transition: top 0.5s ease-out 0s;
}

/*
	main
*/
main {
	position: relative;
	margin-top: 64px;
}
.content {
	position: relative; 
	overflow: hidden;
}
.content-page-wrapper { padding: 20px; }
.content-page {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 0;
	width: 100%;
}
.content-page-visible {
	position: relative;
	visibility: visible;
}
/*
	footer
*/
footer {
	background: #dff8ac;
	display: table-row;
	height: 1px;
}
footer hr {
	border: none;
	border-top: 1px solid #9dcd17;
}
.copyright {
	font-size: 12px;
	font-style: italic;
	padding: 10px;
	text-align: center;
}
.copyright a {
	font-weight: bold;
	text-decoration: underline;
}

/*
	jquery.bxslider
*/
.bx-wrapper {
	border: none;
	box-shadow: none;
	margin: 0;
	padding: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.bx-wrapper .bx-caption { background: rgba(157, 205, 23, 0.5); }
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: inherit;
	font-size: 8pt;
	padding: 2px;
}
.bx-wrapper .bx-controls-direction a {
	z-index: 0;
}
.bx-wrapper .bx-pager {
	position: relative;
	font-family: inherit;
	font-weight: normal;
	color: #000;
	padding-top: 0;
}
.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager { bottom: 0; }

/*
	document grid
*/
.documents-grid {
	width: 100%;
}
.documents-grid li {
	display: block;
	float: none;
	text-align: left;
	width: 100%;
}
.documents-grid li a {
	border-bottom: 1px dotted #cef26b;
	border-top: 1px dotted #cef26b;
	display: block;
	margin-bottom: 5px;
	padding: 20px;
	position: relative;
}
.documents-grid li:nth-of-type(3n) a, .documents-grid li:last-child a { border-right: none; }
.documents-grid li img {
	display: none;
	float: left;
	height: 100px;
	margin-right: 20px;
	width: 100px;
}

/*
	contacts grid
*/
.contacts-grid li {
	display: block;
	float: none;
	text-align: left;
	width: 100%;
}
.contacts-grid li div {
	border-bottom: 1px dotted #cef26b;
	border-top: 1px dotted #cef26b;
	margin-bottom: 5px;
	padding: 20px;
	position: relative;
	text-align: left;
}

.map {
	display: none;
	margin: 0 auto;
}

/*
	smartphones, iPhone, portrait 480x320 phones 
*/
@media only screen and (min-width:320px)  {}

/*
	portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide.
*/
@media only screen and (min-width:481px)  {
	.contacts {
		display: block;
		font-size: 7pt;
	}
}

/*
	portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones
*/
@media only screen and (min-width:641px)  {
}

/*
	tablet, landscape iPad, lo-res laptops ands desktops
*/
@media only screen and (min-width:801px)  {
	.contacts { font-size: 10pt; }
	.contacts-phone {
		display: inline-block;
		font-weight: bold;
	}
}
@media only screen and (min-width:961px)  {
	header {
		height: auto;
		position: static;
	}
	.logo {
		float: left;
		margin-top: 0;
	}
	.logo-img { height: auto; }

	.contacts {
		float: left;
		margin: 0;
		width: 100%;
	}
	.contacts address { 
		float: left;
		width: 33.333%;
	}
	
	nav.desktop {
		display: block;
		float: right;
		padding-top: 16px;
	}
	nav.desktop .menu {
		display: block;
		float: right;
	}
	nav.desktop .menu li {
		border: none;
		display: inline-block;
		float: left;
		line-height: inherit;
	}
	nav.desktop .menu li i { display: none; }
	nav.desktop .menu li span {
		border-left: 1px solid #9dcd17;
		font-weight: normal;
		padding: 5px 20px;
		margin: 15px 0 15px 0;
	}
	nav.desktop .menu li:first-child span { border-left: none; }
	
	.contacts:before {
		content: '';
		display: block;
		clear: both;
	}
	
	.mobile-button { display: none; }
	nav.mobile { display: none; }
	
	main { margin-top: 0; }
}
/*
	big landscape tablets, laptops, and desktops
*/
@media only screen and (min-width:1025px) {
	.documents-grid li {
		float: left;
		width: 33.33333%;
	}
	.documents-grid li a { border-right: 1px dotted #cef26b; }
	.documents-grid li img { display: block; }
	.contacts-grid li {
		float: left;
		width: 50%;
	}
	.contacts-grid li div > * { margin-bottom: 10px; }
	.contacts-grid li:first-child div { border-right: 1px dotted #cef26b; }
	.contacts-grid li div { text-align: center; }
	.map { display: block; }
}

/*
	hi-res laptops and desktops
*/
@media only screen and (min-width: 1300px) {
	.contacts {
		padding: 12px 0;
		width: auto;
		font-size: inherit;
	}
	.contacts address {
		float: none;
		height: 24px;
		line-height: 24px;
		width: auto;
	}
	
	nav.desktop .menu { margin-right: 30px;}
	nav.desktop .menu li a {
		background: #000;
		border-radius: 10px;
		color: #fff;
		height: 64px;
		line-height: 64px;
		margin-left: 5px;
		transform: skewX(-10deg);
		transition: all 0.5s ease-out 0s;
		width: 64px;
		-webkit-transition: all 0.5s ease-out 0s;
		-moz-transition: all 0.5s ease-out 0s;
		-o-transition: all 0.5s ease-out 0s;
	}
	nav.desktop .menu li a:hover {
		background: #9dcd17;
		width: 200px;
	}
	nav.desktop .menu li i {
		display: inline-block;
		float: left;
		height: 64px;
		line-height: 64px;
		width: 64px;
	}
	nav.desktop .menu li span {
		border: none;
		margin: 0;
		margin-left: 64px;
		padding: 0;
		font-weight: bold;
	}
	nav.desktop .menu li a:hover i, nav.desktop .menu li a:hover span { color: #000; }
}