body {
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	padding:0px;
	font-size: 1em;
}
#top {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#logo {
	text-align: center;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#logo img {
	height: auto;
	max-width: 99%;
}
#logo2 {
	position: fixed;
	left: 4%;
	top: 20px;
	z-index: 3;
}
#logo3 {
	position: absolute;
	z-index: 9;
	left: 4%;
	top: 85px;
}

#sm_logo {
	text-align: center;
	margin-top: 150px;
}

#title {
	color: #FFF;
	text-align: left;
	width: 90%;
	font-size: 1.1em;
	text-transform: uppercase;
	background-color: #2B5166;
	height: 35px;
	margin-top: 95px;
	padding-top: 10px;
	padding-left: 10%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #B5D333;
	letter-spacing: 0.1em;
}
#search {
	position: absolute;
	top: 102px;
	right: 5%;
}

#cart {
	text-align: right;
	position: absolute;
	top: 170px;
	right: 5%;
}
#links {
	width: 96%;
	text-align: right;
	position: fixed;
	padding-top: 45px;
	padding-bottom: 0px;
	top: 0px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	background-color: #FFF;
	padding-right: 4%;
	z-index: 2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2B5166;
}
#links ul {
	padding: 0;
	margin: 0;
	position: relative;
	list-style-type: none;
 }
#links ul li {
	display:inline-block;
	padding-right: 1%;
	padding-left: 1%;
	padding-bottom: 20px;
}
#links a {
	display:block;
	font-size: 0.9em;
	color:#2B5166;
	text-decoration:none;
	padding-bottom:5px;
	padding-top: 5px;
	text-transform: uppercase;
	font-weight: bold;
}
#links a:hover {
	color: #4F823F;
}
#links ul ul {
	display: none;
	position: absolute;
	top: 28px;
	background-color:#333;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
}
#links ul li:hover > ul {
	display:block;
}
#links ul ul li{
	display:list-item;
	position: relative;
	float:none;
	padding: 0px;
	margin: 0px;
}
#links ul ul li a{
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
	color: #FFF;
	font-size: 0.8em;
	padding-right: 48px;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555;
	font-weight: normal;
}
#links ul ul li a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #222;
}
.smenu  {
	text-transform: uppercase;
	color: #DDD;
	font-size: 0.9em;
	letter-spacing: 0.1em;
}
.sub {
	margin-left: 15px;
}
#cell_links {
	margin-top: 0px;
	position: absolute;
	background-color:#2B5166;
	z-index:5;
	width: 100%;
	display:none;
	padding-bottom: 20px;
	padding-top: 20px;
	top:0px;
	background-image: url(../images/menu_back.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
#cell_links ul {
	margin: 0;
	position: relative;
	list-style-type: none;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10%;
	padding-right: 0%;
	font-weight: normal;
	text-align: left;
}
#cell_links ul li {
	display: block;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-right: 1%;
	padding-left: 1%;
}
#cell_links a {
	font-size: 0.9em;
	color:#FFF;
	letter-spacing: 0.1em;
	text-decoration:none;
	padding-bottom:5px;
	text-transform: uppercase;
}
.menu-shower {
  display: none;
}
.hamburger {
  display:none;
}
#event {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	text-align: center;
}
#event h2 {
	color: #41853A;
	font-size: 1.4em;
}
#event p a {
	color: #2B5166;
}
#event hr {
	width: 50%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #43873C;
	margin-top: 30px;
}
#details {
	text-align: left;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	color: #333;
	font-size: 1.1em;
	margin-top: 50px;
	margin-bottom: 75px;
}
#details p {
	line-height: 1.5em;
}
#details p a {
	text-decoration: none;
	color: #06C;
}
#details h1 {
	font-size: 1.6em;
	color: #4E6C20;
	margin-top: 40px;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: 400;
}
#details h2 {
	font-size: 1em;
	color: #244F82;
	margin-top: 15px;
	margin-bottom: 40px;
	text-transform: uppercase;
	text-align: center;
}
#details h4 {
	color: #A5D064;
	font-size: 1.4em;
}
#details h5 {
	font-size: 1.1em;
	font-weight: normal;
	color: #FFF;
	letter-spacing: 0.1em;
}
#details ol li {
	color: #4E6C20;
	font-size: 0.9em;
	line-height: 1.8em;
}
#details .col01 {
	display: inline-block;
	margin-right: 2%;
	width: 55%;
	vertical-align: top;
	padding-right: 1%;
	margin-top: 40px;
}
#details .video {
	text-align: center;
	margin-bottom: 40px;
}
#details .video iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
	margin-top:50px;
}
#details #cate {
	margin-top: 100px;
	margin-bottom: 100px;
}
#details #cate img {
	max-width:100%;
	height: auto;
}
#producers  {
	margin-top: 75px;
	text-align: center;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 75px;
}
#producers .video {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 50px;
}
#producers .video iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
}
#producers h2  {
	font-size: 1.3em;
	margin-bottom: 45px;
	color: #244F82;
}
#producers ul  {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#producers ul li  {
	display: inline-block;
	width:22%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 1%;
	padding-bottom: 0px;
	padding-left: 1%;
	vertical-align: middle;
}
#producers ul li img  {
	max-width:90%;
	height: auto;
}
#producers p img  {
	max-width:100%;
	height: auto;
}
#content {
	width: 75%;
	margin-bottom: 100px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
}
#content .cols2 {
	vertical-align: top;
	display: inline-block;
	width: 45%;
	margin-right: 2%;
	margin-left: 2%;
	margin-top: 50px;
}
#content .cols2 .qrcode {
	text-align: center;
}
#content h1 {
	font-family: 'Roboto', sans-serif;
	color: #43873C;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1.7em;
	margin-bottom: 25px;
}
#content h2 {
	font-size: 1.3em;
	color: #4E6C20;
	margin-top: 25px;
	margin-bottom: 25px;
	text-transform: uppercase;
	text-align: left;
	font-size: 1.3em;
}
#content h3 {
	font-size: 1.2em;
	margin-top: 25px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content h3 a {
	color: #1A5793;
}
#content h3 a:hover {
	color: #5C8F35;
}
#content h4 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #4E6C20;
	text-align: left;
	font-family: 'Roboto', sans-serif;
	margin-top: 30px;
	margin-bottom: 5px;
}
#content h5 {
	text-align: center;
	font-size: 1.1em;
	color: #333;
	font-weight: normal;
	line-height: 1.6em;
}
#content h6 {
	font-size: 1.1em;
	font-weight: normal;
	color: #333;
}
#content p {
	line-height: 1.6em;
	text-align: left;
	color: #333;
}
#content a {
	color: #3C728E;
	text-decoration: none;
}
#content img {
	max-width:100%;
	height:auto;
}
#content hr {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #AA9345;
	margin-top: 70px;
	margin-bottom: 50px;
	width: 90%;
}

#content ol {
	text-align: left;
}
#content ol li {
	padding-top: 7px;
	padding-bottom: 7px;
}
#content .qrcode img {
	margin-bottom: 40px;
}
#content #gallery{
	height: auto;
	width: 75%;
	margin-left:auto;
	margin-right:auto;
	display: flex;
	justify-content: center;
	margin-top: 50px;
	margin-bottom: 100px;
	text-align: center;
}
#content #gallery img{
	width:94%;
	height:auto;
	margin-right: 3%;
	margin-left: 3%;
	text-align: center;
}
.img-right {
	float: right;
	padding-bottom: 20px;
	padding-left: 25px;
	padding-top: 35px;
}
#team {
	width: 75%;
	margin-bottom: 75px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	text-align: center;
}
#team img {
	max-width:100%;
	margin-top: 25px;
	border: 1px solid #333;
}
#team a  {
	text-decoration: none;
	color: #3C728E;
}
.container {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 56.25%; /* 16:9 Aspect Ratio */
	margin-top: 40px;
}
.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none;
}
#partners {
	text-align: left;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	color: #333;
	margin-top: 75px;
	margin-bottom: 75px;
	padding-top: 15px;
	padding-right: 5%;
	padding-bottom: 50px;
	padding-left: 5%;
}
#partners h2 {
	font-size: 1.3em;
	margin-top: 30px;
	color: #333;
	text-transform: uppercase;
}
#partners h3 {
	font-size: 1em;
	color: #555;
}
#partners p {
	font-weight: bold;
	font-size: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #555;
	line-height: 1.6em;
}
#groups {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 40px;
}
#groups .cols4 {
	width: 22%;
	margin-right: 1%;
	margin-left: 1%;
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 25px;
}
#groups .cols4 img {
	max-width:100%;
	height: auto;
}
#groups .cols3 {
	width: 30%;
	margin-right: 1%;
	margin-left: 1%;
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 25px;
}
#groups .cols3 img {
	max-width:99%;
	height: auto;
}
#groups .cols2 {
	width: 48%;
	margin-right: 0.5%;
	margin-left: 0.5%;
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 25px;
}
#groups .cols2 img {
	max-width:99%;
	height: auto;
}
#regen {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 75px;
}
#regen .cols3 {
	display: inline-block;
	width: 28%;
	margin-right: 1%;
	margin-left: 1%;
	padding-right: 1%;
	padding-left: 1%;
	vertical-align: top;
}
#regen .cols3 img {
	max-width:99%;
	height:auto;
	border-radius: 8px;
}
#regen .cols3 h4 {
	font-size: 1.2em;
	color: #333;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 75px;
	margin-top: 0px;
	padding-top: 0px;
}
#regen .cols3 ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
#regen .cols3 ul .heart1 {
	background-image: url(../images/heart01.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#regen .cols3 ul .heart2 {
	background-image: url(../images/heart02.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#regen .cols3 ul .heart3 {
	background-image: url(../images/heart03.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#regen .cols3 ul .heart1 p {
	padding-left: 75px;
}
#regen .cols3 ul .heart2 p {
	padding-left: 75px;
}
#regen .cols3 ul .heart3 p {
	padding-left: 75px;
}
#regen .cols3 p {
	margin-top: 5px;
	color: #333;
}
#info h1 {
	font-size: 1.2em;
	margin-top: 50px;
}
#info h2 {
	color: #333;
	font-size: 1.6em;
	font-weight: bolder;
	letter-spacing: 0.3em;
	margin-top: 40px;
}
#info h3 {
	font-size: 1.4em;
	color: #333;
	letter-spacing: 0.2em;
}
#info h4 {
	color: #333;
	font-size: 1.5em;
	margin-top: 75px;
	margin-bottom: 100px;
	font-weight: normal;
	letter-spacing: 0.2em;
}
#info h5 {
	font-size: 1em;
	color: #FFF;
	margin-bottom: 25px;
}
#info h6 {
	color: #FFF;
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
}
#info p {
	color: #333;
	font-size: 1.1em;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#info .cols3left {
	display: inline-block;
	width: 26%;
	margin-top: 25px;
	margin-bottom: 5px;
	margin-left: 3%;
	margin-right: 3%;
	vertical-align: top;
	font-size: 1.2em;
	color: #ECDABB;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#info .cols3center {
	display: inline-block;
	width: 26%;
	margin-top: 25px;
	margin-bottom: 5px;
	margin-left: 3%;
	margin-right: 3%;
	vertical-align: top;
	font-size: 1.2em;
	color: #ECDABB;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
#info .cols3right {
	display: inline-block;
	width: 26%;
	margin-top: 25px;
	margin-bottom: 5px;
	margin-left: 3%;
	margin-right: 3%;
	vertical-align: top;
	font-size: 1.2em;
	color: #ECDABB;
	letter-spacing: 0.1em;
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
}
#info .cols2 img {
	max-width: 99%;
	height:auto;
}
#info .cols2t {
	display: inline-block;
	width: 38%;
	margin-top: 5px;
	margin-bottom: 25px;
	margin-left: 5%;
	margin-right: 5%;
	vertical-align: top;
}
#info .cols1 {
	width: 38%;
	margin-top: 25px;
	margin-bottom: 5px;
	margin-left: 31%;
	margin-right: 31%;
	vertical-align: bottom;
}
#info .cols1t {
	width: 38%;
	margin-top: 5px;
	margin-bottom: 25px;
	margin-left: 31%;
	margin-right: 31%;
	vertical-align: top;
}
#info .btn {
	padding-top: 15px;
	padding-bottom: 50px;
	margin-top: 20px;
}
#info .btn a {
	background-color: #85A794;
	border-radius: 6px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	color: #000;
}
#info .btn a:hover {
	background-color: #9EBAAB;
}
#info .vbtn {
	padding-top: 20px;
	padding-bottom: 40px;
	text-transform: uppercase;
}
#info .vbtn a {
	background-color: #6AA6B7;
	border-radius: 6px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}
#info .vbtn a:hover {
	background-color: #77ADBD;
	color: #FFF;
}
#info .regbtn {
	padding-top: 50px;
	padding-bottom: 75px;
	text-transform: uppercase;
}
#info .regbtn a {
	background-color:#4A87CA;
	border-radius: 6px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}
#info .regbtn a:hover {
	background-color: #5A92CF;
	color: #FFF;
}
#info .ctct-inline-form {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
#info .ctct-inline-form h2{
	color: #333;
	letter-spacing: 0em;
	font-size: 1.5em;
	font-weight: normal;
}
#info .ctct-inline-form p {
	color: #333;
	font-size: 0.7em;
}
#info .ctct-inline-form a {
	color: #06C;
}
#info ol {
	color: #FFF;
	list-style-position: inside;
}
.bene {
	padding-top: 30px;
	padding-bottom: 0px;
}
#info .bene p a {
	color: #B1D3ED;
}
.bene h6 {
	letter-spacing: 0.1em;
}
#about {
	width: 70%;
	padding-right: 15%;
	padding-left: 15%;
	padding-top: 20px;
	padding-bottom: 60px;
	color: #333;
	text-align: center;
}
#about .video {
	padding-bottom: 50px;
}
#about a  {
	color: #39664E;
}
#about h2 {
	color: #333;
	font-size: 1.6em;
	padding-bottom: 20px;
	padding-top: 30px;
	text-align: center;
	font-weight: normal;
}
#about h3 {
	font-size: 1.1em;
}
#about p {
	text-align: left;

}
#about ol {
	padding-bottom: 25px;
}

#about ol li {
	text-align: left;
	line-height: 1.6em;
}

#about img {
	max-width:80%;
	height:auto;
	padding-top: 25px;
	padding-bottom: 10px;
}
#schedule {
	width: 60%;
	margin-top: 100px;
	margin-bottom: 60px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
	padding: 20px;
}
#schedule p {
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #222;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#schedule h3 {
	font-size: 1.2em;
	letter-spacing: 0em;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	color: #333;
}
#sign {
	text-align: center;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 80px;
}
#sign img {
	max-width:99%;
	height:auto;
}
.blue {
	color: #86B6C4;
}
p.pay {
	display: inline-block;
	margin-left: 10px;
}
#contacts {
	width:100%;
	text-align:center;
	background-color: #E1E1E1;
	padding-top: 50px;
	padding-bottom: 50px;
}
#contacts img {
	max-width:80%;
	height:auto;
	padding-top: 25px;
	padding-bottom: 10px;
}
.left {
	width: 24%;
	padding-right: 2%;
	padding-left: 2%;
	display: inline-block;
	vertical-align: top;
}
.center {
	width: 24%;
	padding-right: 2%;
	padding-left: 2%;
	display: inline-block;
	vertical-align: top;
}
.right {
	width: 24%;
	padding-right: 2%;
	padding-left: 2%;
	display: inline-block;
	vertical-align: top;
}
#contactform {
	border-radius: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 40px;
	margin-bottom: 40px;
}
#contactform input {
	width: 39%;
	height: 45px;
	margin-bottom: 15px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	border-radius: 6px;
	border: 1px solid #666;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 1%;
}
#contactform textarea {
	width: 39%;
	margin-bottom: 25px;
	border:1px solid #666;
	border-radius: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 1%;
}
#contactform #submit{
	background-color: #6AA6B7;
	color: #FFF;
	border: 1px solid #666;
	width: 18%;
	height: 45px;
	font-size: 1em;
	font-weight: bold;
}
#contactform #submit:hover {
	background-color: #77ADBD;
	cursor: pointer;
}
#projects {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 50px;
}
#projects h3 {
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	color: #4E6C20;
	margin-bottom: 40px;
}

#projects .btn {
	margin-bottom: 40px;
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}
#projects .btn a {
	background-color: #D19C36;
	color: #FFF;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 35px;
	font-size: 1.2em;
	border-radius:6px;
}
#projects .btn a:hover {
	background-color: #333;
}
#good {
	text-align: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 125px;
	background-attachment: fixed;
	background-image: url(../images/volunteers-packing-boxes.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	margin-bottom: 100px;
	padding-right: 5%;
	padding-left: 5%;
}
#good h2 {
	color: #D0E2AF;
	font-size: 1.4em;
}
#good h3 {
	color: #FFF;
	font-size: 1.5em;
}
#good .icon-planet{
	text-align: center;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	top: -80px;
}
#vision, #mission {
	text-align: center;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 125px;
}
#vision .cols2, #mission .cols2 {
	display: inline-block;
	width: 35%;
	margin-right: 7%;
	margin-left: 7%;
	text-align: left;
	vertical-align: top;
}
#vision .cols2 h2, #mission .cols2 h2 {
	font-size: 1.2em;
	color: #5C8F35;
}
#vision .cols2 h3, #mission .cols2 h3 {
	font-size: 1.2em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
	padding-bottom: 20px;
}
#vision .cols2 p {
	font-style: italic;
	color: #333;
}
#vision .cols2 img {
	max-width:99%;
	height:auto;
}
#mission .cols2 h4 {
	font-size: 0.9em;
	color: #5C8F35;
}
#mission .cols2 h4 a {
	text-decoration: none;
	color: #406D8E;
}
.img-ctr {
	text-align: center;
	margin-top: 25px;
}
#slides {
	text-align: center;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
#slides h2    {
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: normal;
	padding-bottom: 10px;
}
#footer {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 5px;
	padding-right: 25%;
	padding-left: 25%;
	margin-top: 200px;
	color: #FFF;
	background-color: #2B5166;
	width: 50%;
}
#footer .cols3 {
	display: inline-block;
	width: 30%;
	margin-right: 1%;
	margin-left: 1%;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer h3 {
	font-size: 1.3em;
	color: #FFF;
	font-weight: normal;
	margin-top: 50px;
}
#copy {
	font-size: 0.9em;
	color: #FFF;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 50px;
	background-color: #2B5166;
}

@media only screen and (max-width: 1200px) {
#links ul li {padding-right: 0.5%; padding-left: 0.5%;}
}

@media only screen and (max-width: 1000px) {
  /* For mobile phones: */
#top {position:fixed; height:100px; background-color:#FFF;}
#logo {padding-top:200px;}
#logo2 {padding-top: 5px; left:5%;}
#logo2 img {max-width:85%; height:auto;}
#logo img {max-width:75%; height:auto;}
#title {height:35px; padding-top: 15px; font-size: 1.0em; padding-left: 15%;}
#content {font-size: 1em; width: 80%; margin-left:auto; margin-right:auto; padding-top:50px;}
#content h2 {font-size: 1.1em; margin-top: 15px;}
#content h3 {font-size: 1em;}
#content .cols2 {display:block; width:100%; margin-left:auto; margin-right:auto;}
#content ol li {padding-left: 2px;}
.img-right {float:none; clear:both; padding-bottom: 40px; padding-left: 0px;}
#details {font-size: 1em; width: 80%; margin-left:auto; margin-right:auto; margin-top: 30px;}
#details h1 {font-size: 1.2em;}
#details h2 {font-size: 0.9em;}
#details h4 {font-size: 1em;}
#details img {max-width:90%; height:auto}
#details .col01 {display: block; width: 100%;}
#team {font-size: 1em; width: 80%; margin-left:auto; margin-right:auto;}
#producers {width: 80%;}
#producers h2 {font-size: 1.2em; margin-bottom: 35px;}
#producers ul li {display: block; width:50%; margin-left:auto; margin-right:auto; 	padding-top: 15px; padding-right: 0%; padding-bottom: 15px; padding-left: 0%;}
#links {display:none;}
#submenu {display:none;}
#cell_links {display:none;}
.hamburger {display:block; position:fixed; top:3px; right:3px; z-index:6;}
.menu-shower:checked ~ #cell_links {display: block;}
#event hr {width: 75%;}
#regen .cols3 {display:block; width:90%; margin-top: 25px; margin-bottom: 25px; margin-left: auto; margin-right: auto;} 
#partners {width: 80%; margin-top: 5px; padding-top: 5px;}
#partners h2 {font-size: 1.2em;}
#partners h3 {font-size: 0.9em;}
#groups .cols4 {display: block; width: 80%; margin-left: auto; margin-right: auto; padding-bottom:25px;}
#groups .cols3 {display: block; width: 80%; margin-left: auto; margin-right: auto; margin-bottom:50px;}
#groups .cols2 {display: block; width: 80%; margin-left: auto; margin-right: auto; margin-bottom:50px;}
#projects .btn {display: block;}
.left {width: 80%; padding-right: 10%; padding-left: 10%; display: block;}
.center {width: 80%; padding-right: 10%; padding-left: 10%; display: block;}
.right {width: 80%; padding-right: 10%; padding-left: 10%; display: block;}
#services p {margin-top: 7px; margin-bottom: 10px;}
#img_gallery .categories {width: 80%;}
#thumbs .btns img {width: 40%; }
#slideshow img {padding-top: 10%; padding-bottom: 35%;}
.close {top: 5px; right: 20px;	font-size: 30px;}
#info {width:80%; padding-left:10%; padding-right:10%;}
#info p {font-size:1.0em;}
#info h3 {font-size: 1.0em;}
#info .cols3left {display: block; width: 80%; margin-left: 10%; margin-right: 10%; text-align:center;}
#info .cols3center {display: block; width: 80%; margin-left: 10%; margin-right: 10%; text-align:center;}
#info .cols3right {display: block; width: 80%; margin-left: 10%; margin-right: 10%; text-align:center;}
#info .ctct-inline-form {width: 100%;}
#info .vbtn a {font-size:0.9em; padding-right: 4%; padding-left: 4%;}
#info .regbtn a {font-size:0.9em; padding-right: 4%; padding-left: 4%;}
#schedule {width:90%;}
#schedule h3 {font-size: 1.2em;}
#contactform input {width: 80%;}
#contactform textarea {width: 80%;}
#contactform #submit {width: 40%;}
#vision .cols2, #mission .cols2 {display: block; width: 100%; margin-right: auto; margin-left: auto; margin-bottom:25px;}
#footer {width:90%; padding-left:5%; padding-right:5%;}
#footer h3 {font-size: 1.1em;}
#footer .cols3 {display:block; width:50%; margin-left:auto; margin-right:auto;}
#footer p {font-size:0.9em;}
}

@media only screen and (max-width: 740px) {
#details h2 {margin-top:10px; margin-bottom:10px;}
#details p {padding-top:25px;}
}

@media only screen and (max-width: 600px) {
#content #gallery {display: block;}
#content #gallery img{margin-bottom: 20px; max-width:70%;}
}
