
/*
Table Of Contents

1.)   Typography
2.)   Default Styles
3.)   Container - Main
4.)   Header
5.)   Content - Main
6.)   Footer

7.)   About - Us
7.1)  Annualreports
7.2)  Staff
7.3)  Vision
7.4)  Commitment

8.)   Get - Involved
8.1)  Donate
8.2)  Chapters
8.3)  NBA - A
8.4)  NBA - B
8.5)  Supporters
8.6)  Volunteer

9.)   Calendar

10.)  Resources
10.1) Bike - Maps
10.2) Safety - Guides
10.3) Reports

11.)  Our - Work
11.1) Business - Partners
11.2) Mobility - Plan
11.3) Partners
11.1) Our - Work

12.)  News
12.1) Pressreleases
12.2) Pressclips

13.)  Membership

===============================================*/

/*
1.) Typography
----------------------------------------*/

@import url("font-awesome.css") all;

@font-face {
	font-family: 'helveticaneuelight';
	src: url('../fonts/helveticaneue_light-webfont.eot');
	src: url('../fonts/helveticaneue_light-webfont.eot?#iefix') format('embedded-opentype'), 
		url('../fonts/helveticaneue_light-webfont.woff') format('woff'), 
		url('../fonts/helveticaneue_light-webfont.ttf') format('truetype'),
		url('../fonts/helveticaneue_light-webfont.svg#helveticaneuelight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/Helvetica.eot');
    src: url('../fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
	    url('../fonts/Helvetica.woff') format('woff'),
	    url('../fonts/Helvetica.ttf') format('truetype'),
	    url('../fonts/Helvetica.svg#Helvetica Neue') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneuemedium';
    src: url('../fonts/helveticaneue_medium-webfont.eot');
    src: url('../fonts/helveticaneue_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneue_medium-webfont.woff') format('woff'),
         url('../fonts/helveticaneue_medium-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneue_medium-webfont.svg#helveticaneuemedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica_neuebold';
    src: url('../fonts/helveticaneue-bold-webfont.eot');
    src: url('../fonts/helveticaneue-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneue-bold-webfont.woff') format('woff'),
         url('../fonts/helveticaneue-bold-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneue-bold-webfont.svg#helvetica_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'KnockoutHTF30JuniorWelterwt';
    src: url('../fonts/KnockoutHTF30JuniorWelterwt.eot');
    src: url('../fonts/KnockoutHTF30JuniorWelterwt.eot') format('embedded-opentype'),
         url('../fonts/KnockoutHTF30JuniorWelterwt.woff2') format('woff2'),
         url('../fonts/KnockoutHTF30JuniorWelterwt.woff') format('woff'),
         url('../fonts/KnockoutHTF30JuniorWelterwt.ttf') format('truetype'),
         url('../fonts/KnockoutHTF30JuniorWelterwt.svg#KnockoutHTF30JuniorWelterwt') format('svg');
}

/*
2.) Default Styles
----------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* render html5 elements as block */


article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
	font-size: 20px;
}

sub {
	bottom: -0.25em;
}

img {
	width: auto;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
	line-height: .5em;
}


/*  Custom animations
/*-------------------------------------------------- */
@-webkit-keyframes 
reveal {
 0% {
 opacity: 0;
}
 1% {
 opacity: 0;
 -webkit-transform: scale(0.98) translateY(-15px);
}
 80% {
 -webkit-transform: scale(1);
}
 100% {
 -webkit-transform: translateY(0);
}
}
 @-moz-keyframes 
reveal {
 0% {
 opacity: 0;
}
 1% {
 opacity: 0;
 -moz-transform: scale(0.98) translateY(-15px);
}
 80% {
 -moz-transform: scale(1);
}
 100% {
 -moz-transform: translateY(0);
}
}

/* #Basic Styles
================================================== */

body {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #6e6e6e;
	line-height: 25px;
	background: #d9d9d9;
}

@media only screen and (max-width: 1023px) {
body {
	font-size: 18px;
	line-height: 23px;
}
}

@media only screen and (max-width: 767px) {
body {
	font-size: 16px;
	line-height: 21px;
}
}

/* #Links
================================================== */

a {
	color: #0096d6;
	outline: 0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	color: #0096d6;
	text-decoration: underline;
	outline: 0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

a:focus, a:active, a:visited {
	outline: 0;
	text-decoration: none;
}

/* #Typography
================================================== */

h1, h2, h3, h4, h5, h6 {
	font-family: "helveticaneuemedium", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #6e6e6e;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	line-height: 1.2em;
	padding: 0 0 23px 0;
	margin: 0;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 30px;
}

h2.lower {
	text-transform: none;
	letter-spacing: normal;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 17px;
}

p {
	padding: 0 0 23px 0;
}

p.lrg-txt {
	font-size: 24px;
	line-height: 29px;
	padding: 0 0 33px 0;
}

p.lrg-txt:last-child {
	padding-bottom: 0;
}

h1:last-child, 
h2:last-child, 
h3:last-child, 
h4:last-child, 
p:last-child {
	padding-bottom: 0;
}

.highlight {
	color: #bb994b;
}

.upper {
	text-transform: uppercase;
}

.lower {
	text-transform: none;
}

@media only screen and (max-width: 1023px) {
h1, h2, h3, h4, h5, h6 {
	padding: 0 0 20px 0;
}

h1 {
	font-size: 27px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 15px;
}

p {
	padding: 0 0 20px 0;
}

p.lrg-txt {
	font-size: 22px;
	line-height: 27px;
	padding: 0 0 30px 0;
}
}

@media only screen and (max-width: 767px) {
h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0.04em;
	padding: 0 0 15px 0;
}

h1 {
	font-size: 23px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

p {
	padding: 0 0 15px 0;
}

p.lrg-txt {
	font-size: 18px;
	line-height: 23px;
	padding: 0 0 25px 0;
}
}

/* #Order and Unorder Styles
================================================= */

ul, ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {
	position: relative;
	padding: 0 0 5px 14px;
	margin: 0;
}

ul li::before {
	content: "";
	width: 5px;
	height: 5px;
	float: left;
	background: #9b9b9b;
	border-radius: 10px;
	position: absolute;
	top: 7px;
	left: 0;
}

li ul:last-child li:last-child {
	padding-bottom: 0;
}

li ul {
	padding-top: 10px;
}

@media only screen and (max-width: 1023px) {
li {
	padding-left: 12px;
}
}

@media only screen and (max-width: 767px) {
li {
	padding: 0 0 5px 10px;
}

ul li::before {
	width: 4px;
	height: 4px;
	top: 6px;
}
}

/* #Input
================================================= */

form ul li:before {
	content: "";
	display: none;
}

input, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	outline: 0;
}

input, textarea {
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

label {
	width: 100%;
	float: left;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #6e6e6e;
	line-height: 12px;
	padding: 0 0 10px 0;
	margin: 0;
}

.input, .textarea {
	width: 100%;
	height: 40px;
	float: left;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #222222;
	line-height: 18px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 0;
	outline: none;
	position: relative;
	box-shadow: none;
	padding: 10px 15px;
	margin: 0;
}

.textarea {
	height: 120px;
	padding: 8px 20px;
	outline: none;
	resize: none;
}

:placeholder {
	font-family: "KnockoutHTF30JuniorWelterwt", Arial, Helvetica, sans-serif;
	color: #a9a9a9;
}

::-webkit-input-placeholder, 
::-webkit-textarea-placeholder {
	font-family: "KnockoutHTF30JuniorWelterwt", Arial, Helvetica, sans-serif;
	color: #a9a9a9;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	font-family: "KnockoutHTF30JuniorWelterwt", Arial, Helvetica, sans-serif;
	color: #a9a9a9;
}

::-moz-placeholder {
	font-family: "KnockoutHTF30JuniorWelterwt", Arial, Helvetica, sans-serif;
	color: #a9a9a9;
}

:-ms-input-placeholder {
	font-family: "KnockoutHTF30JuniorWelterwt", Arial, Helvetica, sans-serif;
	color: #a9a9a9;
}

/* #Buttons
================================================== */

.btn {
	width: auto;
	height: 45px;
	float: none;
	display: inline-block;
	font-weight: normal;
	font-family: "helveticaneuemedium", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #ffffff;
	line-height: 45px;
	letter-spacing: normal;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	vertical-align: middle;
	background: #8cc73f;
	border: none;
	filter: 0;
	border-radius: 0;
	position: relative;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	padding: 0 20px;
	margin: 0;
}

.btn:hover, 
.btn:focus, 
.btn:active, 
.btn:active:focus, 
.btn.active:focus {
	color: #ffffff;
	text-decoration: none;
	background: #69a818;
	box-shadow: none;
}

.btn.disabled, 
.btn[disabled], 
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

a.btn.disabled, 
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-cyan {
	font-family: "KnockoutHTF30JuniorWelterwt", Arial, Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing: 0.03em;
	background: #3dabb3;
	border: none;
	padding: 0 15px;
}

.btn-cyan:hover, 
.btn-cyan:focus, 
.btn-cyan:active, 
.btn-cyan:active:focus, 
.btn-cyan.active:focus {
	background: #1b9da6;
}

.btn-grey {
	height: 33px;
	font-family: "helvetica_neuebold", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 33px;
	background: #6e6e6e;
	border: none;
	padding: 0 15px;
}

.btn-grey:hover, 
.btn-grey:focus, 
.btn-grey:active, 
.btn-grey:active:focus, 
.btn-grey.active:focus {
	background: #4c4a4a;
}

.btn-out {
	width: 100%;
	float: left;
}

@media only screen and (max-width: 767px) {
.btn {
	height: 40px;
	font-size: 15px;
	line-height: 40px;
	padding: 0 20px;
}

.btn-grey {
	font-size: 10px;
}
}

/* #Owl-carousel
=======================================================*/

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-nav.disabled, 
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev, 
.owl-carousel .owl-nav .owl-next, 
.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.no-js .owl-carousel {
	display: block;
}

.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}
 @keyframes 
fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}

.owl-height {
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn, 
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.owl-controls {
	padding: 0;
	margin: 0;
}

.owl-controls {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

.owl-nav {
	width: 100%;
	float: left;
}

.owl-nav div {
	width: 20px;
	height: 46px;
	float: left;
	background: none;
	border-radius: 30px;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -99999px;
	margin: -28px 0 0 0;
}

.owl-nav div:before {
	width: 100%;
	height: 100%;
	float: left;
	font-family: "FontAwesome";
	font-size: 55px;
	color: #0096d6;
	line-height: 56px;
	text-align: center;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.owl-nav div:hover:before {
	color: rgba(4, 148, 218, .90);
}

.owl-nav .owl-prev {
	left: 0;
}

.owl-nav .owl-prev:before {
	content: "\f104";
}

.owl-nav .owl-next {
	right: 0;
}

.owl-nav .owl-next:before {
	content: "\f105";
}

@media only screen and (max-width: 767px) {
.owl-nav div {
	height: 36px;
	margin: -17px 0 0 0;
}

.owl-nav div:before {
	font-size: 36px;
	line-height: 36px;
}

.owl-nav .owl-prev {
	left: 0;
}

.owl-nav .owl-next {
	right: 0;
}
}

/* Bullets */
.owl-dots {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 20px;
	padding: 0;
	margin: 0;
}

.owl-dots .owl-dot {
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	padding: 0;
	margin: 0 2px;
}

.owl-dots .owl-dot span {
	display: block;
	width: 16px;
	height: 16px;
	background: #ffffff;
	border: 1px solid #999fa4;
	border-radius: 20px;
	text-indent: -9999px;
	padding: 0;
	margin: 0;
}

.owl-dots .owl-dot.active span {
	width: 16px;
	height: 16px;
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #999fa4;
}

.owl-carousel .owl-controls .disabled, .owl-carousel .owl-controls .disabled {
	display: none;
}

@media only screen and (max-width: 767px) {
.owl-dots .owl-dot span {
	width: 13px;
	height: 13px;
}

.owl-dots .owl-dot.active span {
	width: 13px;
	height: 13px;
}
}

/* #Show-Hide Responsive Options
================================================== */

.show_mobile {
	display: none;
}

.hide_mobile {
	display: block;
}

.show_both {
	display: none;
}

.hide_both {
	display: block;
}

@media only screen and (max-width:1023px) {
.show_both {
	display: block;
}

.hide_both {
	display: none;
}
}

@media only screen and (max-width:767px) {
.show_mobile {
	display: block
}

.hide_mobile {
	display: none
}
}

/*
 3.) Home page
----------------------------------------*/

.container-main {
	width: 100%;
	float: left;
	background: #ffffff;
	overflow: hidden;
}

#content-main {
	width: 100%;
	float: left;
}

.container {
	width: 100%;
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 30px;
}

.container-medium {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 30px;
}

.container-small {
	width: 100%;
	max-width: 1110px;
	margin: 0 auto;
	padding: 0 30px;
}

@media only screen and (max-width: 767px) {
.container {
	max-width: 540px;
	padding: 0 20px;
}

.container-medium {
	max-width: 540px;
	padding: 0 20px;
}

.container-small {
	max-width: 540px;
	padding: 0 20px;
}
}

/* Vertical Align - Middle */
.outer-bg {
	width: 100%;
	height: 100%;
	float: none;
	display: table;
	margin: 0 auto
}

.inner-bg {
	width: 100%;
	height: 100%;
	float: none;
	display: table-cell;
	vertical-align: middle;
}

/* Menu - Btn */
.menu-btn {
	width: 30px;
	height: 24px;
	float: left;
	display: none;
	cursor: pointer;
	z-index: 10001;
	position: absolute;
	top: 37px;
	right: 30px;
}

.menu-btn .icon-bar {
	width: 100%;
	float: right;
	text-decoration: none;
	position: relative;
}

.menu-btn .icon-bar span {
	width: 100%;
	height: 4px;
	float: left;
	background: #0096d6;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: 10px 0 0 0;
}

.menu-btn .icon-bar span:before {
	content: "";
	width: 100%;
	height: 4px;
	float: left;
	background: #0096d6;
	position: absolute;
	top: -8px;
	left: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.menu-btn .icon-bar span:after {
	content: "";
	width: 100%;
	height: 4px;
	float: left;
	background: #0096d6;
	position: absolute;
	top: 8px;
	left: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.menu-btn.active {
	color: #ffffff;
}

.menu-btn.active .icon-bar span {
	background: none;
}

.menu-btn.active .icon-bar span:before {
	height: 3.3px;
	top: 0;
	background: #0096d6;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.menu-btn.active .icon-bar span:after {
	height: 3.3px;
	top: 0;
	background: #0096d6;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

@media only screen and (max-width:1023px) {
.menu-btn {
	display: inline-block;
}
}

@media only screen and (max-width:767px) {
.menu-btn {
	width: 25px;
	height: 35px;
	top: 26px;
	right: 20px;
}

.menu-btn .icon-bar span {
	height: 3px;
	margin: 16px 0 5px 0;
}

.menu-btn .icon-bar span:before {
	height: 3px;
	top: -7px;
}

.menu-btn .icon-bar span:after {
	height: 3px;
	top: 7px;
}

.menu-btn.active .icon-bar span:before {
	height: 2.3px;
}

.menu-btn.active .icon-bar span:after {
	height: 2.3px;
}
}

@media only screen and (max-width:359px) {
.menu-btn {
	top: 70px;
}
}

/* Social - Links */
.social-links {
	width: 100%;
	float: left;
}

.social-links ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 -33px 0;
}

.social-links ul li {
	float: left;
	padding: 0 33px 33px 0;
}

.social-links ul li:before {
	display: none;
}

.social-links ul li a {
	font-size: 15px;
	color: #2b2e34;
	text-decoration: none;
}

.social-links ul li a:hover {
	color: #0096d6;
}

.social-links ul li a span {
	display: none;
}

@media only screen and (max-width: 1023px) {
.social-links ul {
	margin: 0 0 -28px 0;
}

.social-links ul li {
	padding: 0 28px 28px 0;
}
}

@media only screen and (max-width: 767px) {
.social-links ul {
	margin: 0 0 -23px 0;
}

.social-links ul li {
	padding: 0 23px 23px 0;
}
}

/* Pagination */
.pagination {
	width: 100%;
	float: left;
}

.pagination ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 -12px 0;
}

.pagination ul li {
	float: left;
	padding: 0;
	margin: 0 12px 12px 0;
}

.pagination ul li:before {
	display: none;
}

.pagination ul li a {
	width: 30px;
	height: 30px;
	float: left;
	font-size: 15px;
	color: #808080;
	text-align: center;
	line-height: 28px;
	border: 1px solid #808080;
	text-decoration: none;
}

.pagination ul li a:hover {
	color: #8cc73f;
	border-color: #8cc73f;
}

.pagination ul li.prev { 
	margin: 5px 50px 0 0; 
	display: none; 
}

.pagination ul li.prev a {
	width: auto;
	height: auto;
	font-size: 18px;
	border: none;
	line-height: 20px;
}

.pagination ul li.prev a:hover {
	text-decoration: underline;
}

.pagination ul li.next { 
	margin: 5px 0 0 38px;
}

.pagination ul li.next a {
	width: auto;
	height: auto;
	font-size: 18px;
	border: none;
	line-height: 20px;
	margin: 0 0 0 0;
}

.pagination ul li.next a:hover {
	text-decoration: underline;
}

.pagination ul li.active a {
	color: #8cc73f;
	border-color: #8cc73f;
}

@media only screen and (max-width: 767px) {
.pagination ul {
	margin: 0 0 -9px 0;
}

.pagination ul li {
	margin: 0 9px 9px 0;
}

.pagination ul li a {
	width: 27px;
	height: 27px;
	font-size: 13px;
	line-height: 25px;
}

.pagination ul li.prev { 
	margin: 5px 25px 0 0;
}

.pagination ul li.prev a {
	font-size: 15px;
	line-height: 17px;
}

.pagination ul li.next { 	
	margin: 5px 0 0 15px;
}

.pagination ul li.next a {
	font-size: 15px;
	line-height: 17px;
}
}

@media only screen and (max-width: 479px) {
.pagination ul {
	margin: 0 0 -6px 0;
}

.pagination ul li {
	margin: 0 6px 6px 0;
}

.pagination ul li a {
	width: 20px;
	height: 20px;
	font-size: 9px;
	line-height: 18px;
}

.pagination ul li.prev { 
	margin: 4px 12px 0 0;
}

.pagination ul li.prev a {
	font-size: 11px;
	line-height: 13px;
}

.pagination ul li.next { 
	margin: 4px 0 0 7px;
}

.pagination ul li.next a {
	font-size: 11px;
	line-height: 13px;
}
}

/* 
 4.) Header - Main
----------------------------------*/

#header-main {
	width: 100%;
	height: 127px;
	float: left;
	padding: 30px 0 0 0;
}

#header-main .logo {
	width: 91px;
	float: left;
	position: relative;
	margin: 14px -91px -30px 0;
	z-index: 100;
}

#header-main .logo img {
	width: 100%;
}

#header-main .top-bar {
	width: 100%;
	float: left;
	text-align: right;
	padding: 0 0 0 122px;
	margin: 0 0 25px 0;
}

#header-main .top-bar .btn {
	height: 32px;
	font-size: 11px;
	line-height: 32px;
	letter-spacing: 0.06em;
	background: #fdbb30;
	border-radius: 30px;
	padding: 0 18px;
	margin: 0 0 0 12px;
}

#header-main .top-bar .btn:hover, 
#header-main .top-bar .btn:focus, 
#header-main .top-bar .btn:active, 
#header-main .top-bar .btn:active:focus, 
#header-main .top-bar .btn.active:focus {
	background: #fdaf09;
}

#header-main .top-bar .btn-blue {
	background: #0096d6;
}

#header-main .top-bar .btn-blue:hover, 
#header-main .top-bar .btn-blue:focus, 
#header-main .top-bar .btn-blue:active, 
#header-main .top-bar .btn-blue:active:focus, 
#header-main .top-bar .btn-blue.active:focus {
	background: #007bb0;
}

#header-main .nav-bar {
	width: 100%;
	height: 24px;
	float: left;
	padding: 0 0 0 122px;
}

#header-main .nav-bar .social-links {
	width: auto;
	float: right;
	padding: 0;
	margin: 0;
}

#header-main .nav-bar .social-links ul {
	width: auto;
	margin: 0 0 0 -33px;
}

#header-main .nav-bar .social-links ul li {
	padding: 0;
	margin: 0 0 0 33px;
}

#header-main .nav-bar .social-links ul li a {
	font-size: 15px;
	color: #2b2e34;
	line-height: 24px;
	vertical-align: top;
}

#header-main .nav-bar .social-links ul li a:hover {
	color: #0096d6;
}

#header-main .nav-bar .social-links ul li a.active {
	color: #0096d6;
}

#header-main .main-menu {
	float: left;
}

#header-main .main-menu nav {
	float: left;
	padding: 0;
	margin: 0;
}

#header-main .main-menu nav ul {
	float: left;
	margin: 0 -30px 0 0;
}

#header-main .main-menu nav ul li {
	height: 24px;
	float: left;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #6e6e6e;
	line-height: 20px;
	letter-spacing: 0.02em;
	padding: 0;
	margin: 0 30px 0 0;
}

#header-main .main-menu nav ul li:before {
	display: none;
}

#header-main .main-menu nav ul li a {
	height: 24px;
	float: left;
	line-height: 24px;
	color: #6e6e6e;
	text-decoration: none;
}

#header-main .main-menu nav ul li:hover a {
	color: #0096d6;
}

#header-main .main-menu nav ul li.active a {
	color: #0096d6;
}

#header-main .main-menu .language-out {
	float: left;
	border-left: 1px solid #6e6e6e;
	position: relative;
	padding: 0 0 0 30px;
	margin: 0 0 0 30px;
	z-index: 20;
}

#header-main .main-menu .language {
	height: 24px;
	float: left;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #6e6e6e;
	line-height: 24px;
	letter-spacing: 0.02em;
	text-decoration: none;
	cursor: pointer;
	padding: 0 25px 0 0;
	position: relative;
}

#header-main .main-menu .language:before {
	content: "\f0d7";
	width: auto;
	float: right;
	font-family: "FontAwesome";
	font-size: 16px;
	position: absolute;
	top: 0;
	right: 0;
}

#header-main .main-menu .language-cont {
	width: 142px;
	float: left;
	display: none;
	background: #ffffff;
	box-shadow: rgba(0, 0, 0, 0.25) 0 6px 8px;
	position: absolute;
	top: 24px;
	right: 0;
	padding: 15px 15px;
}

#header-main .main-menu .language-cont ul {
	width: 100%;
	float: left;
}

#header-main .main-menu .language-cont ul li {
	width: 100%;
	float: left;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #6e6e6e;
	line-height: 20px;
	letter-spacing: 0.02em;
	padding: 0 0 8px 0;
	margin: 0;
}

#header-main .main-menu .language-cont ul li:last-child {
	padding-bottom: 0;
}

#header-main .main-menu .language-cont ul li:before {
	display: none;
}

#header-main .main-menu .language-cont ul li a {
	color: #6e6e6e;
	text-decoration: none;

}

#header-main .main-menu .language-cont ul li a:hover {
	color: #0096d6;
}

#header-main .main-menu .language-cont ul li a.active {
	color: #0096d6;
}

@media only screen and (max-width: 1199px) {
#header-main .nav-bar {
	width: 100%;
	float: left;
	padding: 0 0 0 122px;
}

#header-main .nav-bar .social-links ul {
	margin: 0 0 0 -16px;
}

#header-main .nav-bar .social-links ul li {
	margin: 0 0 0 16px;
}

#header-main .main-menu nav ul {
	margin: 0 -16px 0 0;
}

#header-main .main-menu nav ul li {
	letter-spacing: normal;
	margin: 0 16px 0 0;
}

#header-main .main-menu .language-out {
	padding: 0 0 0 16px;
	margin: 0 0 0 16px;
}

#header-main .main-menu .language {
	letter-spacing: normal;
	padding: 0 20px 0 0;
}
}

@media only screen and (min-width: 1024px) {
#header-main .nav-bar {
	display: block!important;
}
}

@media only screen and (max-width: 1023px) {
#header-main {
	height: 98px;
	padding: 25px 0 0 0;
}

#header-main .logo {
	width: 80px;
	margin: 0 -80px -25px 0
}

#header-main .top-bar {
	padding: 0 45px 0 0;
	margin: 8px 0 0 0;
}

#header-main .top-bar .btn {
	margin: 0 0 0 10px;
}

#header-main .nav-bar {
	height: auto;
	display: none;
	background: #ffffff;
	box-shadow: rgba(0, 0, 0, 0.15) 0 15px 15px;
	border-top: 1px solid #0096d6;
	padding: 0;
	position: absolute;
	top: 98px;
	left: 0;
	padding: 0 30px 20px 30px;
	z-index: 70;
}

#header-main .nav-bar .social-links {
	width: 100%;
}

#header-main .nav-bar .social-links ul {
	width: auto;
	margin: 0 -20px 0 0;
}

#header-main .nav-bar .social-links ul li {
	padding: 0;
	margin: 0 20px 0 0;
}

#header-main .main-menu {
	width: 100%;
	padding: 40px 0 0 0;
}

#header-main .main-menu nav {
	width: 100%;
}

#header-main .main-menu nav ul {
	width: 100%;
	margin: 0;
}

#header-main .main-menu nav ul li {
	width: 100%;
	height: auto;
	letter-spacing: 0.02em;
	padding: 6px 0;
	margin: 0;
}

#header-main .main-menu nav ul li a {
	height: auto;
	line-height: inherit;
	padding: 0;
}

#header-main .main-menu .language-out {
	width: 100%;
	border-left: none;
	padding: 0;
	margin: 15px 0 23px 0;
}

#header-main .main-menu .language {
	height: auto;
	letter-spacing: 0.02em;
	padding: 0 20px 0 0;
}

#header-main .main-menu .language-cont {
	width: 100%;
	position: relative;
	box-shadow: none;
	top: 0;
	padding: 10px 0 10px 0;
}
}

@media only screen and (max-width: 767px) {
#header-main {
	height: 86px;
	padding: 22px 0 0 0;
}

#header-main .container {
	max-width: 100%;
}

#header-main .logo {
	width: 70px;
	margin: 0 -70px -23px 0
}

#header-main .top-bar {
	position: relative;
	padding: 0 40px 0 0;
	margin: 8px 0 0 0;
}

#header-main .top-bar .btn {
	height: 28px;
	font-size: 10px;
	line-height: 28px;
	letter-spacing: 0.06em;
	padding: 0 12px;
	margin: 0 0 0 6px;
}

#header-main .nav-bar {
	top: 86px;
	padding: 0 20px 20px 20px;
}

#header-main .nav-bar .social-links {
	width: 100%;
}

#header-main .nav-bar .social-links ul {
	width: auto;
	margin: 0 -20px 0 0;
}

#header-main .nav-bar .social-links ul li {
	padding: 0;
	margin: 0 20px 0 0;
}

#header-main .main-menu {
	padding: 35px 0 0 0;
}
}

@media only screen and (max-width: 359px) {
#header-main {
	height: 127px;
	padding: 63px 0 0 0;
}

#header-main .top-bar { 
	background: #f2f2f2; 
	text-align: center;
	position: absolute; 
	top: 0; 
	left: 0;
	padding: 10px 20px;
	margin: 0;
}

#header-main .top-bar .btn {
	margin: 0 3px;
}

#header-main .nav-bar {
	top: 127px;
}
}

/* Container - Home  */
.container-home #header-main {
	width: 100%;
	float: left;
}

.container-home #header-main .container {
	max-width: 1270px;
	padding: 0 50px;
}
 @media only screen and (max-width: 1023px) {

.container-home #header-main .container {
	padding: 0 30px;
}
}
 @media only screen and (max-width: 767px) {

.container-home #header-main .container {
	max-width: 100%;
	padding: 0 20px;
}
}


/* 
 5.) Content - Main 
----------------------------------*/
#content-main {
	width: 100%;
	float: left;
}

/* Banner - Main */
.banner-main {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.banner-main .item {
	width: 100%;
	float: left;
}

.banner-main .item figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.banner-main .item figure img {
	width: 100%;
	display: inline-block;
	min-width: 1200px;
	margin: 0 -600px;
}

.banner-main .banner-content {
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}

.banner-main .banner-content aside {
	width: 100%;
	max-width: 810px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.banner-main .banner-content aside h1, 
.banner-main .banner-content aside h2 {
	font-family: "helveticaneuelight", Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #ffffff;
	letter-spacing: 0.05em;
	text-transform: none;
	text-shadow: rgba(0, 0, 0, 0.5) 0 0 2px;
	padding: 0 0 20px 0;
}

.banner-main .banner-content aside p {
	font-family: "helveticaneuelight", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #ffffff;
	letter-spacing: 0.07em;
	line-height: 30px;
	text-shadow: rgba(0, 0, 0, 0.5) 0 0 2px;
	padding: 0 10px 0 0;
}

.banner-main .owl-nav div {
	width: 140px;
	height: 140px;
	background: rgba(0, 0, 0, .15);
	border: none;
	border-radius: 140px;
	margin: -70px 0 0 0;
	display: none;
}

.banner-main .owl-nav div:before {
	font-family: "FontAwesome";
	font-size: 55px;
	color: #ffffff;
	line-height: 140px;
}

.banner-main .owl-nav div:hover:before {
	color: #0096d6;
}

.banner-main .owl-nav .owl-prev {
	left: -70px;
}

.banner-main .owl-nav .owl-prev:before {
	content: "\f104";
	text-align: right;
	padding-right: 35px;
}

.banner-main .owl-nav .owl-next {
	right: -70px;
}

.banner-main .owl-nav .owl-next:before {
	content: "\f105";
	text-align: left;
	padding-left: 35px;
}

.banner-main .owl-dots {
	position: absolute;
	bottom: 30px;
	left: 0;
	margin: 0;
}

.banner-main .owl-dots .owl-dot span {
	background: #ffffff;
}

.banner-main .owl-dots .owl-dot.active span {
	background: #999fa4;
}

@media only screen and (max-width: 1023px) {
.banner-main .item figure img {
	min-width: 900px;
	margin: 0 -450px;
}

.banner-main .banner-content aside {
	max-width: 620px;
}

.banner-main .banner-content aside h1, 
.banner-main .banner-content aside h2 {
	font-size: 28px;
}

.banner-main .banner-content aside p {
	font-size: 19px;
	line-height: 26px;
}

.banner-main .owl-dots {
	bottom: 20px;
}
}

@media only screen and (max-width: 767px) {
.banner-main .item figure img {
	min-width: 500px;
	margin: 0 -250px;
}

.banner-main .banner-content {
	position: relative;
	top: 0;
	left: 0;
	background: #0096d6;
	padding: 30px 0 60px 0;
}

.banner-main .banner-content aside {
	max-width: 100%;
}

.banner-main .banner-content aside h1, 
.banner-main .banner-content aside h2 {
	font-size: 24px;
	text-shadow: none;
	padding: 0 0 15px 0;
}

.banner-main .banner-content aside p {
	font-size: 17px;
	line-height: 23px;
	text-shadow: none;
}

.banner-main .banner-content .outer-bg {
	display: inline-block;
}

.banner-main .banner-content .inner-bg {
	display: inline-block;
}

.banner-main .owl-nav div {
	display: none;
}

.banner-main .owl-dots {
	bottom: 15px;
}
}

/* Events - Info */
.events-info {
	width: 100%;
	float: left;
	background: #000000 url(../img/pattern-01.jpg) no-repeat top center;
	padding: 95px 0 45px 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.events-info .container {
	max-width: 1270px;
	padding: 0 50px;
}

.events-info aside {
	width: 100%;
	float: left;
}

.events-info aside h2 {
	font-family: "helvetica_neuebold", Arial, Helvetica, sans-serif;
	color: #ffffff;
	letter-spacing: 0.08em;
}

.events-info aside p {
	font-family: "helveticaneuelight", Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #ffffff;
	letter-spacing: 0.02em;
}

@media only screen and (max-width: 1023px) {
.events-info {
	padding: 70px 0 45px 0;
}

.events-info .container {
	padding: 0 30px;
}
}

@media only screen and (max-width: 767px) {
.events-info {
	text-align: center;
	padding: 45px 0;
}

.events-info .container {
	max-width: 540px;
	padding: 0 20px;
}

.events-info aside p {
	font-size: 17px;
}
}

/* Left - Panel */
.events-info .left-panel {
	width: 50%;
	float: left;
}

.events-info .left-panel ul {
	width: 102.5%;
	float: left;
	padding: 0;
	margin: 0 0 -12px 0;
}

.events-info .left-panel ul li {
	width: 50%;
	float: left;
	padding: 0 2.5% 12px 0;
}

.events-info .left-panel ul li:before {
	display: none;
}

.events-info .left-panel ul li .input {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 16px;
	border-color: #b8b8b8;
	padding: 8px 10px;
}

.events-info .left-panel ul li :placeholder {
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	color:#939393;
}

.events-info .left-panel ul li ::-webkit-input-placeholder {
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	color:#939393;
}

.events-info .left-panel ul li input::-moz-placeholder {
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	color:#939393;
}

.events-info .left-panel ul li ::-moz-placeholder {
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	color:#939393;
}

.events-info .left-panel ul li :-ms-input-placeholder {
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	color:#939393;
}

.events-info .left-panel ul li.email-column {
	width: 64%;
}

.events-info .left-panel ul li.zip-column {
	width: 36%;
}

.events-info .left-panel ul li.firstname-column {
	width: 47%;
}

.events-info .left-panel ul li.lastname-column {
	width: 53%;
}

.events-info .left-panel ul li.lastname-column .input {
	padding-right: 50px;
}

.events-info .left-panel .subscribe-form {
	width: 100%;
	float: left;
	position: relative;
}

.events-info .left-panel .btn-submit {
	width: 40px;
	height: 40px;
	float: right;
	line-height: 40px;
	text-indent: -99999px;
	text-transform: none;
	background: url(../img/arrow-01.png) no-repeat;
	background-size: 40px auto;
	box-shadow: none;
	border: none;
	position: absolute;
	bottom: 0;
	right: 0;
	cursor: pointer;
}

.events-info .left-panel .btn-submit:hover {
	background: url(../img/arrow-01-hover.png) no-repeat;
	background-size: 40px auto;
}

.events-info .left-panel aside {
	max-width: 380px;
}

.events-info .left-panel aside p {
	padding: 0 0 36px 0;
}

.events-info .left-panel aside p.sml-txt {
	font-size: 16px;
	line-height: 20px;
	padding: 0 0 10px 0;
}

@media only screen and (max-width: 1023px) {
.events-info .left-panel aside {
	max-width: 310px;
}

.events-info .left-panel aside p {
	padding: 0 0 30px 0;
}
}

@media only screen and (max-width: 767px) {
.events-info .left-panel {
	width: 100%;
	padding: 0 0 45px 0;
}

.events-info .left-panel aside {
	max-width: 100%;
}

.events-info .left-panel aside p {
	padding: 0 0 26px 0;
}

.events-info .left-panel aside p.sml-txt {
	font-size: 14px;
	line-height: 18px;
}
}

@media only screen and (max-width: 479px) {
.events-info .left-panel ul {
	width: 100%;
	margin: 0 0 -10px 0;
}

.events-info .left-panel ul li {
	width: 100%;
	padding: 0 0 10px 0;
}

.events-info .left-panel ul li.email-column {
	width: 100%;
}

.events-info .left-panel ul li.zip-column {
	width: 100%;
}

.events-info .left-panel ul li.firstname-column {
	width: 100%;
}

.events-info .left-panel ul li.lastname-column {
	width: 100%;
}
}

/* Right - Panel */
.events-info .right-panel {
	width: 50%;
	float: left;
}

.events-info .right-panel ul {
	width: 100%;
	float: left;
	position: relative;
	padding: 22px 0 0 0;
}

.events-info .right-panel ul:before {
	content: "";
	width: 80px;
	height: 2px;
	float: left;
	background: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
}

.events-info .right-panel ul li {
	width: 100%;
	float: left;
	font-family: "helveticaneuelight", Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #ffffff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 0 10px 0;
}

.events-info .right-panel ul li:before {
	display: none;
}

.events-info .right-panel ul li:last-child {
	padding: 0;
}

.events-info .right-panel aside {
	max-width: 500px;
	padding: 0 50px;
}

@media only screen and (max-width: 1023px) {
.events-info .right-panel aside {
	padding: 0 30px;
}
}

@media only screen and (max-width: 767px) {
.events-info .right-panel {
	width: 100%;
}

.events-info .right-panel ul:before {
	width: 75px;
	left: 50%;
	margin: 0 0 0 -35px;
}

.events-info .right-panel ul li {
	font-size: 17px;
}

.events-info .right-panel aside {
	max-width: 100%;
	padding: 0;
}
}

/* Split - Content */
.split-content {
	width: 100%;
	float: left;
	text-align: center;
}

.split-content figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.split-content figure img {
	width: 100%;
	min-width: 640px;
	margin: 0 -320px; 
	-webkit-transition-duration: 0.3s; 
	transition-duration: 0.3s;	
	-webkit-transition-property: transform;	
	transition-property: transform; 
	-webkit-transform: translateZ(0); 
	transform: translateZ(0);
}

.split-content aside {
	width: 100%;
	max-width: 635px;
	float: right;
	text-align: left;
	padding: 40px 100px 40px 50px;
}

.split-content aside h2 {
	color: #ffffff;
	padding: 0 0 10px 0;
}

.split-content aside p {
	font-family: "helveticaneuelight", Arial, Helvetica, sans-serif;
	color: #ffffff;
	letter-spacing: 0.02em;
}

.split-content aside p a {
	color: #ffffff;
}

.split-content aside p a:hover {
	color: rgba(255, 255, 255, 0.80);
}

.split-content .aside-out {
	width: 100%;
	float: left;
	position: absolute;
	bottom: 0;
	left: 0;
}

.split-content .article {
	width: 50%;
	float: left;
	position: relative;
}

.split-content .article:hover figure img { 
	-webkit-transform: scale(1.1); 
	transform: scale(1.1);
}

.split-content .article:nth-child(even) aside {
	float: left;
}

.split-content .article-full {
	width: 100%;
}

.split-content .article-full figure img {
	min-width: 1280px;
	margin: 0 -640px;
}

.split-content .article-full aside {
	float: left;
	padding: 40px 50px 40px 50px;
}

.split-content .article-full .aside-out {
	width: 50%;
	left: auto;
	right: 0;
}

.split-content .split-row {
	width: 100%;
	float: left;
}

@media only screen and (max-width: 1023px) {
.split-content aside {
	padding: 25px 30px;
}

.split-content aside p br {
	display: none;
}

.split-content .article-full aside {
	padding: 25px 30px;
}
}

@media only screen and (max-width: 767px) {
.split-content aside {
	max-width: 540px;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 20px;
}

.split-content aside h2 br {
	display: none;
}

.split-content .article {
	width: 100%;
}

.split-content .article:nth-child(even) aside {
	float: none;
}

.split-content .article-full aside {
	float: none;
	padding: 20px;
}

.split-content .article-full .aside-out {
	width: 100%;
}
}


/* 
 6.) Footer - Main
----------------------------------*/
#footer-main {
	width: 100%;
	float: left;
	background: #d9d9d9;
	padding: 75px 0 35px 0;
}

#footer-main p {
	font-size: 16px;
	color: #000000;
	line-height: 26px;
}

#footer-main p a {
	color: #000000;
}

#footer-main p a:hover {
	color: #0096d6;
}

@media only screen and (max-width: 1023px) {
#footer-main {
	padding: 50px 0;
}

#footer-main p {
	font-size: 14px;
	line-height: 20px;
}
}

@media only screen and (max-width: 767px) {
#footer-main {
	text-align: center;
	padding: 40px 0;
}
}

/* Container - Home  */
.container-home #footer-main {
	width: 100%;
	float: left;
}

.container-home #footer-main .container {
	max-width: 1270px;
	padding: 0 50px;
}

@media only screen and (max-width: 1023px) {
.container-home #footer-main .container {
	padding: 0 30px;
}
}

@media only screen and (max-width: 767px) {
.container-home #footer-main .container {
	max-width: 540px;
	padding: 0 20px;
}
}

/* Footer - Top */
#footer-main .footer-top {
	width: 100%;
	float: left;
	padding: 0 0 80px 0;
}

#footer-main .footer-top:last-child {
	padding: 0;
}

#footer-main .footer-top .foot-logo {
	width: 100%;
	max-width: 215px;
	float: left;
	position: relative;
	margin: 0 -215px 0 0;
	z-index: 10;
}

#footer-main .footer-top .foot-logo img {
	max-width: 83px;
}

#footer-main .footer-top aside {
	width: 37.5%;
	float: left;
	padding: 0 25px 0 0;
}

#footer-main .footer-top aside h3 {
	font-family: "helvetica_neuebold", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	padding: 0 0 30px 0;
}

#footer-main .footer-top aside:nth-child(3) {
	width: 24.8%;
	padding: 0 15px 0 0;
}

#footer-main .footer-top aside:nth-child(3) h3 {
	padding: 0 0 50px 0;
}

#footer-main .footer-top .join-form {
	width: 100%;
	float: left;
	position: relative;
	margin: 0 0 45px 0;
}

#footer-main .footer-top .join-form:last-child {
	margin: 0;
}

#footer-main .footer-top .join-form .input {
	height: 32px;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	text-transform: none;
	letter-spacing: 0.1em;
	background: none;
	border-color: #2e2e2e;
	padding: 8px 40px 8px 10px;
}

#footer-main .footer-top .join-form :placeholder {
	color: #2b2e34;
}

#footer-main .footer-top .join-form ::-webkit-input-placeholder {
	color: #2b2e34;
}

#footer-main .footer-top .join-form input::-moz-placeholder {
	color: #2b2e34;
}

#footer-main .footer-top .join-form ::-moz-placeholder {
	color: #2b2e34;
}

#footer-main .footer-top .join-form :-ms-input-placeholder {
	color: #2b2e34;
}

#footer-main .footer-top .join-form .btn-submit {
	width: 35px;
	height: 32px;
	float: right;
	line-height: 35px;
	text-indent: -99999px;
	background: url(../img/arrow-02.png) no-repeat center center;
	background-size: 16px auto;
	box-shadow: none;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

#footer-main .footer-top .join-form .btn-submit:hover {
	background: url(../img/arrow-02-hover.png) no-repeat center center;
	background-size: 16px auto;
}

#footer-main .footer-top .aside-out {
	width: 100%;
	float: left;
	padding: 0 0 0 215px;
}

@media only screen and (max-width: 1199px) {
#footer-main .footer-top aside {
	width: 36%;
}

#footer-main .footer-top aside:nth-child(3) {
	width: 28%;
	padding: 0;
}
}

@media only screen and (max-width: 1023px) {
#footer-main .footer-top {
	padding: 0 0 60px 0;
}

#footer-main .footer-top .foot-logo {
	max-width: 100%;
	margin: 0 0 45px 0;
}

#footer-main .footer-top aside:nth-child(3) h3 {
	padding: 0 0 33px 0;
}

#footer-main .footer-top .join-form {
	margin: 0 0 30px 0;
}

#footer-main .footer-top .aside-out {
	padding: 0;
}
}

@media only screen and (max-width: 767px) {
#footer-main .footer-top {
	padding: 0 0 40px 0;
}

#footer-main .footer-top .foot-logo {
	max-width: 100%;
	text-align: center;
	margin: 0 0 45px 0;
}

#footer-main .footer-top aside {
	width: 100%;
	padding: 0 0 30px 0;
}

#footer-main .footer-top aside h3 {
	padding: 0 0 10px 0;
}

#footer-main .footer-top aside:nth-child(3) {
	width: 100%;
	padding-right: 0;
}

#footer-main .footer-top aside:nth-child(3) h3 {
	padding: 0 0 15px 0;
}

#footer-main .footer-top aside:last-child {
	padding: 0;
}

#footer-main .footer-top .join-form {
	max-width: 260px;
	float: none;
	display: inline-block;
	margin: 0 0 20px 0;
}

#footer-main .footer-top .social-links ul {
	margin: 0 0 -15px 0;
}

#footer-main .footer-top .social-links ul li {
	float: none;
	display: inline-block;
	padding: 0 15px 15px 15px;
}

#footer-main .footer-top .aside-out {
	padding: 0;
}
}

/* Copy - Right */
#footer-main .copy-right {
	width: 100%;
	float: left;
	padding: 0 0 0 215px;
}

@media only screen and (max-width: 1023px) {
#footer-main .copy-right {
	text-align: center;
	padding: 0;
}
}

/* Inner - Page - Common
----------------------------------*/
/* Banner - Inner */
.banner-inner {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}

.banner-inner figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.banner-inner figure img {
	width: 100%;
	min-width: 1200px;
	margin: 0 -600px;
}

.banner-inner .banner-content {
	width: 100%;
	float: left;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 0 40px 0;
}

.banner-inner .banner-content aside {
	width: 100%;
	max-width: 1000px;
	float: left;
}

.banner-inner .banner-content aside .page-title {
	width: 100%;
	float: left;
	font-family: "helveticaneuelight", Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #ffffff;
	line-height: 30px;
	text-shadow: rgba(0, 0, 0, 0.5) 0 0 2px;
	padding: 0 0 23px 0;
}

.banner-inner .banner-content aside .page-title:last-child {
	padding: 0;
}

.banner-inner .banner-content aside h1 {
	color: #ffffff;
	text-shadow: rgba(0, 0, 0, 0.5) 0 0 2px;
	letter-spacing: 0.08em;
	padding: 0 0 22px 0;
}

.banner-inner .banner-content aside h1:last-child {
	padding: 0;
}

.banner-inner .banner-content aside p {
	font-family: "helveticaneuelight", Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #ffffff;
	line-height: 30px;
	text-shadow: rgba(0, 0, 0, 0.5) 0 0 2px;
	letter-spacing: 0.02em;
	padding: 0;
}

@media only screen and (max-width: 1023px) {
.banner-inner figure img {
	min-width: 1000px;
	margin: 0 -500px;
}

.banner-inner .banner-content aside .page-title {
	font-size: 23px;
	line-height: 28px;
	padding: 0 0 20px 0;
}

.banner-inner .banner-content aside h1 {
	padding: 0 0 19px 0;
}

.banner-inner .banner-content aside p {
	font-size: 23px;
	line-height: 28px;
}
}

@media only screen and (max-width: 767px) {
.banner-inner figure img {
	min-width: 800px;
	margin: 0 -400px;
}

.banner-inner .banner-content {
	position: relative;
	background: #0096d6;
	padding: 23px 0;
}

.banner-inner .banner-content.yellow-bg {
	background: #fdbb30;
}

.banner-inner .banner-content.green-bg {
	background: #8cc73f;
}

.banner-inner .banner-content aside .page-title {
	font-size: 18px;
	line-height: 23px;
	text-shadow: none;
	padding: 0 0 10px 0;
}

.banner-inner .banner-content aside h1 {
	text-shadow: none;
	padding: 0 0 10px 0;
}

.banner-inner .banner-content aside p {
	font-size: 18px;
	line-height: 23px;
	text-shadow: none;
}
}

/* Top - Bar - Links */
.top-bar-links {
	width: 100%;
	float: left;
	border-bottom: 2px solid #fdbb30;
	padding: 20px 0 15px 0;
}

.top-bar-links ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 -15px 0;
}

.top-bar-links ul li {
	float: left;
	color: #6e6e6e;
	padding: 0 25px 15px 0;
}

.top-bar-links ul li:before {
	display: none;
}

.top-bar-links ul li a {
	color: #6e6e6e;
}

.top-bar-links ul li a:hover {
	color: #0096d6;
	text-decoration: none;
}

.top-bar-links ul li.active {
	font-family: "helvetica_neuebold", Arial, Helvetica, sans-serif;
	color: #6e6e6e;
}

@media only screen and (max-width: 1023px) {
.top-bar-links ul li {
	padding: 0 20px 15px 0;
}
}

@media only screen and (max-width: 767px) {
.top-bar-links ul {
	margin: 0 0 -10px 0;
}

.top-bar-links ul li {
	padding: 0 15px 10px 0;
}
}

/* Alert - Bar */
.alert-bar {
	width: 100%;
	float: left;
	border-bottom: 1px solid #fdbb30;
	padding: 50px 0;
}

.alert-bar aside {
	width: 52.27%;
	float: left;
}

.alert-bar aside p {
	padding: 0;
}

.alert-bar .btn-out {
	width: 35.45%;
	float: right;
	text-align: center;
}

@media only screen and (max-width: 1023px) {
.alert-bar {
	padding: 45px 0;
}
}

@media only screen and (max-width: 767px) {
.alert-bar {
	padding: 40px 0;
}

.alert-bar aside {
	width: 100%;
	float: left;
	padding: 0 0 25px 0;
}

.alert-bar .btn-out {
	width: 100%;
	text-align: left
}
}

@media only screen and (max-width: 479px) {
.alert-bar {
	padding: 35px 0;
}
}

/* Alert - Content */
.alert-content {
	width: 100%;
	float: left;
	border-bottom: 2px solid #afb1b3;
	padding: 30px 0 35px 0;
}

@media only screen and (max-width: 1023px) {
.alert-content {
	padding: 25px 0;
}
}

/* Left - Panel */
.alert-content .left-panel {
	width: 100%;
	float: left;
	padding: 0 395px 0 0;
}

.alert-content .left-panel aside {
	width: 100%;
	max-width: 625px;
	float: left;
}

.alert-content .left-panel aside p {
	font-size: 24px;
	line-height: 32px;
	padding: 0;
}

@media only screen and (max-width: 1023px) {
.alert-content .left-panel {
	padding: 0 280px 0 0;
}

.alert-content .left-panel aside {
	max-width: 100%;
}

.alert-content .left-panel aside p {
	font-size: 20px;
	line-height: 28px;
}
}

@media only screen and (max-width: 767px) {
.alert-content .left-panel {
	padding: 0 0 25px 0;
}

.alert-content .left-panel aside p {
	font-size: 18px;
	line-height: 26px;
}
}

/* Right - Panel */
.alert-content .right-panel {
	width: 100%;
	max-width: 290px;
	float: right;
	position: relative;
	margin: 0 0 0 -290px;
	z-index: 10;
}

.alert-content .right-panel h2 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 28px;
	text-transform: none;
	letter-spacing: normal;
	padding: 0 0 20px 0;
}

.alert-content .right-panel p {
	font-size: 18px;
}

.alert-content .right-panel p a {
	color: #6e6e6e;
}

.alert-content .right-panel p a:hover {
	color: #0096d6;
}

@media only screen and (max-width: 1023px) {
.alert-content .right-panel {
	max-width: 220px;
	margin: 0 0 0 -220px;
}

.alert-content .right-panel h2 {
	font-size: 24px;
	padding: 0 0 15px 0;
}

.alert-content .right-panel p {
	font-size: 16px;
}
}

@media only screen and (max-width: 767px) {
.alert-content .right-panel {
	max-width: 100%;
	margin: 0;
}

.alert-content .right-panel h2 {
	font-size: 20px;
}

.alert-content .right-panel p {
	font-size: 15px;
}
}

/* Sub - Title */
.sub-title {
	width: 100%;
	float: left;
	font-family: "helveticaneuemedium", Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #6e6e6e;
	line-height: 30px;
	letter-spacing: 0.07em;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	padding: 0 30px;
	margin: 0 0 50px 0;
}

.sub-title:before {
	content: "";
	width: 100%;
	height: 2px;
	float: left;
	background: #6e6e6e;
	position: absolute;
	top: 50%;
	left: 0;
}

.sub-title span {
	float: none;
	display: inline-block;
	position: relative;
	background: #ffffff;
	padding: 0 24px;
	z-index: 20;
}

@media only screen and (max-width: 1023px) {
.sub-title {
	font-size: 23px;
	line-height: 27px;
	letter-spacing: 0.06em;
	margin: 0 0 40px 0;
}

.sub-title span {
	padding: 0 20px;
}
}

@media only screen and (max-width: 767px) {
.sub-title {
	font-size: 20px;
	line-height: 23px;
	letter-spacing: 0.05em;
	margin: 0 0 35px 0;
}

.sub-title span {
	padding: 0 15px;
}
}

/* Top - Content */
.top-content {
	width: 100%;
	float: left;
	padding: 0 0 75px 0;
}

.top-content p.color-grey {
	color: #95989a;
}

.top-content:last-child {
	padding-bottom: 0;
}

@media only screen and (max-width: 1023px) {
.top-content {
	text-align: left;
	padding: 0 0 50px 0;
}
}

@media only screen and (max-width: 767px) {
.top-content {
	padding: 0 0 30px 0;
}
}

/* Top - Content2 */
.top-content2 {
	width: 100%;
	float: left;
	border-bottom: 1px solid #95989a;
	padding: 0 0 35px 0;
	margin: 0 0 14px 0;
}

.top-content2 .icon {
	width: 50px;
	float: left;
	position: relative;
	z-index: 50;
	margin: 8px -100px 0 0;
}

.top-content2 .icon img {
	max-width: 30px;
}

.top-content2 aside {
	width: 100%;
	float: left;
	padding: 0 70px;
}

.top-content2 aside p {
	color: #95989a;
	letter-spacing: 0.02em;
}

.top-content2.safety-guides .icon img {
	max-width: 38px;
}

@media only screen and (max-width: 767px) {
.top-content2 {
	padding: 0 0 25px 0;
	margin: 0 0 0 0;
}

.top-content2 .icon {
	width: 100%;
	margin: 0 0 12px 0;
}

.top-content2 .icon img {
	max-width: 25px;
}

.top-content2 aside {
	width: 100%;
	float: left;
	padding: 0 0;
}

.top-content2.safety-guides .icon img {
	max-width: 33px;
}
}

/* Partner - Logo */
.partners-logo {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 100px;
}

.partners-logo .article {
	width: 29.03%;
	float: left;
	text-align: center;
	margin: 0 2.15% 70px 2.15%;
}

.partners-logo .article .logo {
	width: 100%;
	height: 260px;
	float: left;
	line-height: 258px;
	border: 1px solid #95989a;
	margin: 0 0 14px 0;
}

.partners-logo .article .logo img {
	max-width: 100%;
	vertical-align: middle;
}

.partners-logo .article .social-links {
	width: 100%;
	float: left;
	text-align: centere;
	padding: 0;
	margin: 0;
}

.partners-logo .article .social-links p {
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-family: "helvetica_neuebold", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #95989a;
	line-height: 18px;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	padding: 0 20px 0 0;
}

.partners-logo .article .social-links ul {
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0 -8px;
}

.partners-logo .article .social-links ul li {
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0 8px;
}

.partners-logo .article .social-links ul li a {
	font-size: 20px;
	color: #000000;
	line-height: 24px;
}

.partners-logo .article .social-links ul li a:hover {
	color: #0096d6;
}

.partners-logo .article .social-links ul li a.active {
	color: #0096d6;
}

.partners-logo .article:first-child .logo img {
	width: 224px;
}

.partners-logo .article:nth-child(2) .logo img {
	width: 215px;
}

.partners-logo .article:nth-child(3) .logo img {
	width: 204px;
}

.partners-logo .article:nth-child(4) .logo img {
	width: 147px;
}

.partners-logo .article-out {
	width: 104.30%;
	float: left;
	margin: 0 -2.15% -70px -2.15%;
}

@media only screen and (max-width: 1199px) {
.partners-logo {
	padding: 0 80px;
}
}

@media only screen and (max-width: 1023px) {
.partners-logo {
	padding: 0 50px;
}

.partners-logo .article {
	width: 45.70%;
	margin: 0 2.15% 50px 2.15%;
}

.partners-logo .article-out {
	margin: 0 -2.15% -50px -2.15%;
}
}

@media only screen and (max-width: 767px) {
.partners-logo {
	padding: 0 20px;
}

.partners-logo .article {
	width: 100%;
	max-width: 240px;
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 30px 0;
}

.partners-logo .article .logo {
	height: 240px;
	line-height: 238px;
	padding: 0;
}

.partners-logo .article-out {
	width: 100%;
	margin: 0 0 -30px 0;
}
}

/* Banner - Medium */
.banner-medium {
	width: 100%;
	float: left;
	margin: 50px 0 0 0;
}

.banner-medium figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.banner-medium figure img {
	width: 100%;
}

@media only screen and (max-width: 1023px) {
.banner-medium {
	margin: 40px 0 0 0;
}
}

@media only screen and (max-width: 767px) {
.banner-medium {
	margin: 30px 0 0 0;
}
}

/* Content - Inner */
.content-inner {
	width: 100%;
	float: left;
	padding: 40px 0 100px 0;
}

@media only screen and (max-width: 1023px) {
.content-inner {
	text-align: center;
	padding: 40px 0 70px 0;
}
}

@media only screen and (max-width: 1023px) {
.content-inner {
	padding: 30px 0 50px 0;
}
}

/* Left - Content */
.left-content {
	width: 100%;
	float: left;
	padding: 0 395px 0 0;
}

@media only screen and (max-width: 1023px) {
.left-content {
	text-align: left;
	padding: 0 0 40px 0;
}
}

/* Side - Bar */
.side-bar {
	width: 100%;
	max-width: 290px;
	float: right;
	position: relative;
	margin: 0 0 0 -290px;
	z-index: 10;
}

.side-bar h2 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #95989a;
	text-transform: none;
	padding: 0 0 15px 0;
}

.side-bar h3 {
	color: #95989a;
	padding: 0 0 30px 0;
}

.side-bar figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.side-bar figure img {
	width: 100%;
}

.side-bar aside {
	width: 100%;
	float: left;
	margin: 0 0 35px 0;
}

.side-bar aside:last-child {
	margin: 0;
}

@media only screen and (max-width: 1023px) {
.side-bar {
	width: 100%;
	max-width: 290px;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 0;
}

.side-bar h3 {
	padding: 0 0 27px 0;
}
}

@media only screen and (max-width: 767px) {
.side-bar h2 {
	padding: 0 0 10px 0;
}

.side-bar h3 {
	padding: 0 0 23px 0;
}

.side-bar aside {
	margin: 0 0 30px 0;
}
}

/* Col - Box - Green */
.side-bar .col-box-green {
	width: 100%;
	float: left;
	background: #8cc73f;
	padding: 30px 15px 43px 15px;
}

.side-bar .col-box-green h4 {
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 0.08em;
	padding: 0 0 18px 0;
}

.side-bar .col-box-green p {
	font-family: "helveticaneuelight", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	line-height: 22px;
	letter-spacing: 0.01em;
}

.side-bar .col-box-green p.reg {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 1023px) {
.side-bar .col-box-green h4 {
	font-size: 15px;
}

.side-bar .col-box-green p {
	font-size: 16px;
	line-height: 20px;
}
}

@media only screen and (max-width: 767px) {
.side-bar .col-box-green h4 {
	font-size: 14px;
	padding: 0 0 15px 0;
}

.side-bar .col-box-green p {
	font-size: 15px;
	line-height: 19px;
}
}

/* Signup - Form */
.side-bar .signup-form {
	width: 100%;
	float: left;
}

.side-bar .signup-form h2 {
	font-family: "helveticaneuelight", Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #6e6e6e;
	letter-spacing: normal;
}

.side-bar .signup-form .form-bg {
	width: 100%;
	float: left;
	position: relative;
	background: #f5f5f5;
	padding: 60px 35px 35px 35px;
}

.side-bar .signup-form .form-bg h3 {
	font-size: 28px;
	color: #6e6e6e;
}

.side-bar .signup-form .form-bg label {
	font-family: "helvetica_neuebold", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
}

.side-bar .signup-form .form-bg .input {
	height: 33px;
	font-size: 12px;
	text-transform: none;
	background: #ffffff;
	border: none;
}

.side-bar .signup-form .form-bg ul {
	width: 100%;
	float: left;
	padding: 0 0 30px 0;
}

.side-bar .signup-form .form-bg ul li {
	width: 100%;
	float: left;
	padding: 0 0 25px 0;
}

.side-bar .signup-form .form-bg ul li:last-child {
	padding: 0;
}

.side-bar .signup-form .form-bg ul li:before {
	display: none;
}

.side-bar .signup-form .form-bg :placeholder {
	font-family: "helveticaneuelight", Arial, Helvetica, sans-serif;
	color: #6e6e6e;
}

.side-bar .signup-form .form-bg ::-webkit-input-placeholder {
	font-family: "helveticaneuelight", Arial, Helvetica, sans-serif;
	color: #6e6e6e;
}

.side-bar .signup-form .form-bg input::-moz-placeholder {
	font-family: "helveticaneuelight", Arial, Helvetica, sans-serif;
	color: #6e6e6e;
}

.side-bar .signup-form .form-bg ::-moz-placeholder {
	font-family: "helveticaneuelight", Arial, Helvetica, sans-serif;
	color: #6e6e6e;
}
.side-bar .signup-form .form-bg :-ms-input-placeholder {
	font-family: "helveticaneuelight", Arial, Helvetica, sans-serif;
	color: #6e6e6e;
}

.side-bar .signup-form .form-bg .icon-close {
	width: 11px;
	height: 11px;
	float: right;
	text-indent: -99999px;
	background: url(../img/icon-close.png) no-repeat;
	background-size: 11px auto;
	position: absolute;
	top: 15px;
	right: 15px;
}

.side-bar .signup-form .form-bg .icon-close:hover {
	background: url(../img/icon-close-hover.png) no-repeat;
	background-size: 11px auto;
}

.side-bar .signup-form .btn {
	width: 125px;
}

@media only screen and (max-width: 1023px) {
.side-bar .signup-form h2 {
	font-size: 25px;
}

.side-bar .signup-form .form-bg h3 {
	font-size: 25px;
}
}

@media only screen and (max-width: 767px) {
.side-bar .signup-form h2 {
	font-size: 22px;
}

.side-bar .signup-form .form-bg {
	padding: 45px 25px 25px 25px;
}

.side-bar .signup-form .form-bg h3 {
	font-size: 22px;
}
}


/* 
 7.) About
----------------------------------*/
.about-info {
	width: 100%;
	max-width: 945px;
	float: left;
}

.about-info p.lrg-txt {
	font-size: 28px;
	line-height: 35px;
	padding: 0 0 36px 0;
}

@media only screen and (max-width: 1199px) {
.about-info {
	max-width: 750px;
}
}

@media only screen and (max-width: 1023px) {
.about-info {
	max-width: 600px; 
	text-align: left;
}

.about-info p.lrg-txt {
	font-size: 25px;
	line-height: 32px;
	padding: 0 0 33px 0;
}
}

@media only screen and (max-width: 767px) {
.about-info p.lrg-txt {
	font-size: 19px;
	line-height: 26px;
	padding: 0 0 28px 0;
}
}

/* 
 7.1) Annualreports
----------------------------------*/
/* Reports - Info */
.reports-info {
	width: 100%;
	float: left;
}

.reports-info aside {
	width: 100%;
	float: left;
	padding: 0 0 25px 0;
}

.reports-info aside:last-child {
	padding: 0;
}

.reports-info aside h3 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #9b9b9b;
	text-transform: none;
	padding: 0 0 5px 0;
}

.reports-info aside ul {
	width: 100%;
	float: left;
}

.reports-info aside ul li {
	width: 100%;
	float: left;
	font-size: 17px;
	color: #9b9b9b;
	line-height: 19px;
	letter-spacing: 0.06em;
	padding-bottom: 5px;
}

.reports-info aside ul li:last-child {
	padding-bottom: 0;
}

.reports-info aside ul li a {
	color: #9b9b9b;
}

.reports-info aside ul li a:hover {
	color: #0096d6;
}

@media only screen and (max-width: 1023px) {
.reports-info aside h3 {
	font-size: 24px;
}

.reports-info aside ul li {
	font-size: 15px;
	line-height: 17px;
	letter-spacing: 0.05em;
}
}

/* 
 7.2) Staff
----------------------------------*/
/* Team - Info*/
.team-info {
	width: 100%;
	float: left;
	padding: 25px 0 115px 0;
}

.team-info .container {
	max-width: 1070px;
}

.team-info .article {
	width: 21.75%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 0 5.6% 4% 5.6%;
}

.team-info .article h3 {
	font-family: "helvetica_neuebold", Arial, Helvetica, sans-serif;
	padding: 0 0 2px 0;
}

.team-info .article h3 a {
	color: #6e6e6e;
}

.team-info .article h3 a:hover {
	color: #0096d6;
}

.team-info .article p {
	font-size: 16px;
	line-height: 20px;
	padding: 0 0 3px 0;
}

.team-info .article p:last-child {
	padding: 0;
}

.team-info .article p a {
	color: #6e6e6e;
}

.team-info .article p a:hover {
	color: #0096d6;
}

.team-info .article figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	margin: 0 0 18px 0;
}

.team-info .article figure img {
	width: 100%;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.team-info .article:hover figure img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.team-info .article-out {
	width: 112.6%;
	float: left;
	padding: 0 0 110px 0;
	margin: 0 -6.3% -4% -6.3%;
}

.team-info .article-out:last-child {
	padding: 0;
}

.team-info .single-banner {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.team-info .single-banner figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.team-info .single-banner figure img {
	width: 100%;
	min-width: 1000px;
	margin: 0 -500px;
}

.team-info .single-banner aside {
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 20px;
}

.team-info .single-banner aside p {
	font-family: "helveticaneuemedium", Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #ffffff;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	padding: 0;
}

.team-info .single-banner aside p a {
	color: #ffffff;
}

.team-info .single-banner aside p a:hover {
	color: #0096d6;
}

@media only screen and (max-width: 1023px) {
.team-info {
	padding: 25px 0 85px 0;
}

.team-info .article {
	width: 21.68%;
}

.team-info .article p {
	font-size: 15px;
	line-height: 19px;
}

.team-info .article-out {
	padding: 0 0 80px 0;
}

.team-info .single-banner aside p {
	font-size: 22px;
	line-height: 27px;
	letter-spacing: 0.06em;
}
}

@media only screen and (max-width: 767px) {
.team-info {
	padding: 25px 0 60px 0;
}

.team-info .container {
	max-width: 540px;
}

.team-info .article {
	width: 38.3%;
	margin: 0 5.6% 6% 5.6%
}

.team-info .article p {
	font-size: 14px;
	line-height: 18px;
}

.team-info .article figure {
	margin: 0 0 14px 0;
}

.team-info .article-out {
	padding: 0 0 60px 0;
	margin: 0 -6.3% -6% -6.3%;
}

.team-info .single-banner aside p {
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.05em;
}
}

@media only screen and (max-width: 479px) {
.team-info .article {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}

.team-info .article-out {
	width: 100%;
	margin: 0 0 -30px 0;
}
}


/* 
 8.) Get - Involved
----------------------------------*/
/* Donate - Info */
.donate-info {
	width: 100%;
	float: left;
}

.donate-info .top-content {
	padding: 0 0 45px 0;
}

.donate-info .top-content:last-child {
	padding: 0;
}

.donate-info .top-content h2 {
	color: #95989a;
}

.donate-info .top-content p {
	color: #95989a;
}

.donate-info .top-content p.color-black {
	color: #6e6e6e;
}

.donate-info .top-content aside {
	width: 100%;
	max-width: 950px;
	float: left;
}

@media only screen and (max-width: 1023px) {
.donate-info aside {
	padding: 0 0 35px 0;
}
}

/* Article - List */
.article-list {
	width: 100%;
	float: left;
}

.article-list .article {
	width: 31.53%;
	float: left;
	text-align: left;
	background: #f5f5f5;
	cursor: pointer;
	padding: 45px 33px 23px 33px;
	margin: 0 0.9% 7% 0.9%;
}

.article-list .article a {
	width: 100%;
	float: left;
	text-decoration: none;
}

.article-list .article h3 {
	font-family: "helvetica_neuebold", Arial, Helvetica, sans-serif;
	color: #6e6e6e;
	letter-spacing: 0.05em;
	padding: 0 0 30px 0;
}

.article-list .article p {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #6e6e6e;
	line-height: 22px;
	padding: 0;
}

.article-list .article .icon-bg {
	width: 100%;
	float: left;
	padding: 0 0 37px 0;
}

.article-list .article .icon-bg .img1 {
	display: block;
}

.article-list .article .icon-bg .img2 {
	display: none;
}

.article-list .article:first-child .icon-bg img {
	max-width: 52px;
}

.article-list .article:nth-child(2) .icon-bg img {
	max-width: 31px;
}

.article-list .article:nth-child(3) .icon-bg img {
	max-width: 45px;
}

.article-list .article:nth-child(4) .icon-bg img {
	max-width: 57px;
}

.article-list .article:nth-child(5) .icon-bg img {
	max-width: 45px;
}

.article-list .article:nth-child(6) .icon-bg img {
	max-width: 46px;
}

.article-list .article:nth-child(7) .icon-bg img {
	max-width: 43px;
}

.article-list .article:nth-child(8) .icon-bg img {
	max-width: 44px;
}

.article-list .article .small-title {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #6e6e6e;
	line-height: 20px;
	padding: 0 0 14px 0;
}

.article-list .article:hover h3 {
	color: #0096d6;
}

.article-list .article:hover .icon-bg .img1 {
	display: none;
}

.article-list .article:hover .icon-bg .img2 {
	display: block;
}

.article-list .article:hover .small-title {
	color: #0096d6;
}

.article-list .article-out {
	width: 101.8%;
	float: left;
	margin: 0 -0.9% -7% -0.9%;
}

@media only screen and (max-width: 1023px) {
.article-list .article {
	padding: 27px 22px 20px 22px;
	margin: 0 0.9% 6% 0.9%;
}

.article-list .article h3 {
	padding: 0 0 22px 0;
}

.article-list .article p {
	font-size: 14px;
	line-height: 20px;
}

.article-list .article .icon-bg {
	padding: 0 0 30px 0;
}

.article-list .article:first-child .icon-bg img {
	max-width: 47px;
}

.article-list .article:nth-child(2) .icon-bg img {
	max-width: 26px;
}

.article-list .article:nth-child(3) .icon-bg img {
	max-width: 40px;
}

.article-list .article:nth-child(4) .icon-bg img {
	max-width: 52px;
}

.article-list .article:nth-child(5) .icon-bg img {
	max-width: 40px;
}

.article-list .article:nth-child(6) .icon-bg img {
	max-width: 44px;
}

.article-list .article:nth-child(7) .icon-bg img {
	max-width: 38px;
}

.article-list .article:nth-child(8) .icon-bg img {
	max-width: 39px;
}

.article-list .article .small-title {
	font-size: 15px;
	line-height: 19px;
}

.article-list .article-out {
	margin: 0 -0.9% -6% -0.9%;
}
}

@media only screen and (max-width: 767px) {
.article-list .article {
	width: 47%;
	margin: 0 1.5% 5.4% 1.5%;
}

.article-list .article .icon-bg {
	padding: 0 0 25px 0;
}

.article-list .article:first-child .icon-bg img {
	max-width: 42px;
}

.article-list .article:nth-child(2) .icon-bg img {
	max-width: 23px;
}

.article-list .article:nth-child(3) .icon-bg img {
	max-width: 36px;
}

.article-list .article:nth-child(4) .icon-bg img {
	max-width: 47px;
}

.article-list .article:nth-child(5) .icon-bg img {
	max-width: 36px;
}

.article-list .article:nth-child(6) .icon-bg img {
	max-width: 39px;
}

.article-list .article .small-title {
	font-size: 14px;
	line-height: 18px;
	padding: 0 0 10px 0;
}

.article-list .article-out {
	width: 103%;
	float: left;
	margin: 0 -1.5% -5.4% -1.5%;
}
}

@media only screen and (max-width: 479px) {
.article-list .article {
	width: 100%;
	margin: 0 0 30px 0;
}

.article-list .article-out {
	width: 100%;
	margin: 0 0 -30px 0;
}
}

/* 
 8.1) Donate
----------------------------------*/
/* Donate - Box */
.donate-box {
	width: 100%;
	max-width: 535px;
	min-height: 685px;
	float: left;
	background: #f2f2f2;
	padding: 60px 30px;
	margin: 70px 0 0 0;
}

@media only screen and (max-width: 1023px) {
.donate-box {
	max-width: 450px;
	min-height: 600px;
	padding: 50px 20px;
	margin: 50px 0 0 0;
}
}

@media only screen and (max-width: 767px) {
.donate-box {
	max-width: 100%;
	min-height: 400px;
	padding: 40px 20px;
	margin: 30px 0 0 0;
}
}

/* Steps */
.donate-box .steps {
	width: 100%;
	float: left;
	text-align: center;
	border-bottom: 2px solid #dfdfdf;
	padding: 0 0 45px 0;
	margin: 0 0 60px 0;
}

.donate-box .steps p {
	font-family: "helveticaneuemedium", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	color: #000000;
	line-height: 14px;
	padding: 0 5px 8px 5px;
}

.donate-box .steps ul {
	width: 100%;
	float: left;
	padding: 0;
}

.donate-box .steps ul li {
	width: 21%;
	float: none;
	display: inline-block;
	vertical-align: bottom;
	padding: 0;
	margin: 0 -3px;
	z-index: 1;
}

.donate-box .steps ul li:before {
	display: none;
}

.donate-box .steps ul li .number-txt {
	width: 54px;
	height: 54px;
	float: none;
	display: inline-block;
	font-family: "KnockoutHTF30JuniorWelterwt", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	border: 1px solid #cccccc;
	background: #f8f8f8;
	border-radius: 54px;
	line-height: 46px;
	position: relative;
	padding: 4px;
}

.donate-box .steps ul li .number-txt:after {
	content: "";
	width: 100%;
	height: 2px;
	float: left;
	background: #dfdfdf;
	position: absolute;
	top: 50%;
	left: 45px;
	z-index: -1;
}

.donate-box .steps ul li:last-child .number-txt:after {
	display: none;
}

.donate-box .steps ul li .number-txt span {
	width: 100%;
	height: 100%;
	float: left;
	background: #cccccc;
	border-radius: 54px;
}

.donate-box .steps ul li.select .number-txt span {
	background: #3dabb3;
}

@media only screen and (max-width: 1023px) {
.donate-box .steps {
	padding: 0 0 40px 0;
	margin: 0 0 50px 0;
}
}

@media only screen and (max-width: 767px) {
.donate-box .steps {
	padding: 0 0 30px 0;
	margin: 0 0 40px 0;
}

.donate-box .steps ul {
	width: 100%;
	max-width: 300px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.donate-box .steps ul li {
	width: 32%;
}
}

/* Donation */
.donate-box .donation {
	width: 100%;
	float: left;
	padding: 0 25px 0 0;
}

.donate-box .donation ul {
	width: 102%;
	float: left;
	padding: 0 0 15px 0;
	margin: 0 -1%;
}

.donate-box .donation ul li {
	width: 23%;
	height: 57px;
	float: left;
	font-family: "KnockoutHTF30JuniorWelterwt", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ffffff;
	line-height: 57px;
	text-align: center;
	background: #cccccc;
	padding: 0 5px;
	margin: 0 1%;
}

.donate-box .donation ul li:before {
	display: none;
}

.donate-box .donation ul li.active { 
	background: #0096d6;
}

.donate-box .donation .input {
	width: 140px;
	height: 50px;
	font-size: 18px;
}

.donate-box .donation .btn {
	width: 100%;
	max-width: 105px;
	padding: 0 10px;
}

.donate-box .donation .btn-out {
	text-align: center;
	padding: 35px 0 0 0;
}

@media only screen and (max-width: 1023px) {
.donate-box .donation ul li {
	height: 50px;
	font-size: 20px;
	line-height: 50px;
}
}

@media only screen and (max-width: 767px) {
.donate-box .donation {
	padding: 0;
}

.donate-box .donation ul li {
	height: 40px;
	font-size: 17px;
	line-height: 40px;
}

.donate-box .donation .input {
	width: 80px;
	height: 40px;
	font-size: 15px;
}
}

/* 
 8.2) Chapters
----------------------------------*/
.chapters .article:first-child .logo img {
	max-width: 200px;
}

.chapters .article:nth-child(2) .logo img {
	max-width: 208px;
}

.chapters .article:nth-child(3) .logo img {
	max-width: 233px;
}

.chapters .article:nth-child(4) .logo img {
	max-width: 262px;
}

.chapters .article:nth-child(5) .logo img {
	max-width: 161px;
}

.chapters .article:nth-child(6) .logo img {
	max-width: 215px;
}

.chapters .article:nth-child(7) .logo img {
	max-width: 100%;
}

.chapters .article:nth-child(8) .logo img {
	max-width: 203px;
}

.chapters .article:nth-child(9) .logo img {
	max-width: 202px;
}

.chapters .article:nth-child(10) .logo img {
	max-width: 205px;
}

.chapters .article:nth-child(11) .logo img {
	max-width: 184px;
}

.chapters .article:nth-child(12) .logo img {
	max-width: 201px;
}

.chapters .article:nth-child(13) .logo img {
	max-width: 192px;
}

@media only screen and (max-width: 1023px) {
.chapters .article:first-child .logo img {
	max-width: 180px;
}

.chapters .article:nth-child(2) .logo img {
	max-width: 188px;
}

.chapters .article:nth-child(3) .logo img {
	max-width: 213px;
}

.chapters .article:nth-child(4) .logo img {
	max-width: 242px;
}

.chapters .article:nth-child(5) .logo img {
	max-width: 141px;
}

.chapters .article:nth-child(6) .logo img {
	max-width: 195px;
}

.chapters .article:nth-child(8) .logo img {
	max-width: 183px;
}

.chapters .article:nth-child(9) .logo img {
	max-width: 182px;
}

.chapters .article:nth-child(10) .logo img {
	max-width: 185px;
}

.chapters .article:nth-child(11) .logo img {
	max-width: 164px;
}

.chapters .article:nth-child(12) .logo img {
	max-width: 181px;
}

.chapters .article:nth-child(13) .logo img {
	max-width: 172px;
}
}

@media only screen and (max-width: 767px) {
.chapters .article:first-child .logo img {
	max-width: 170px;
}

.chapters .article:nth-child(2) .logo img {
	max-width: 178px;
}

.chapters .article:nth-child(3) .logo img {
	max-width: 203px;
}

.chapters .article:nth-child(4) .logo img {
	max-width: 232px;
}

.chapters .article:nth-child(5) .logo img {
	max-width: 131px;
}

.chapters .article:nth-child(6) .logo img {
	max-width: 185px;
}

.chapters .article:nth-child(8) .logo img {
	max-width: 173px;
}

.chapters .article:nth-child(9) .logo img {
	max-width: 172px;
}

.chapters .article:nth-child(10) .logo img {
	max-width: 175px;
}

.chapters .article:nth-child(11) .logo img {
	max-width: 154px;
}

.chapters .article:nth-child(12) .logo img {
	max-width: 171px;
}

.chapters .article:nth-child(13) .logo img {
	max-width: 162px;
}
}

/* 
 8.3) NBA - A
----------------------------------*/
/* Article - List2 */
.article-list2 {
	width: 100%;
	float: left;
}

.article-list2 .article {
	padding: 25px 22px 18px 22px;
	margin: 0 0.9% 4.4% 0.9%;
}

.article-list2 .article p {
	padding: 0 8% 0 0;
}

.article-list2 .article figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	margin: 0 0 30px 0;
}

.article-list2 .article figure img {
	width: 100%;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.article-list2 .article:hover figure img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.article-list2 .article-out {
	width: 101.8%;
	float: left;
	margin: 0 -0.9% -4.4% -0.9%;
}

@media only screen and (max-width: 1023px) {
.article-list2 .article {
	padding: 21px 18px 16px 18px;
}

.article-list2 .article p {
	padding: 0 6% 0 0;
}

.article-list2 .article figure {
	margin: 0 0 25px 0;
}
}

@media only screen and (max-width: 767px) {
.article-list2 .article {
	width: 47%;
	margin: 0 1.5% 5.4% 1.5%;
}

.article-list2 .article figure {
	margin: 0 0 20px 0;
}

.article-list2 .article-out {
	width: 103%;
	float: left;
	margin: 0 -1.5% -5.4% -1.5%;
}
}

@media only screen and (max-width: 479px) {
.article-list2 .article {
	width: 100%;
	margin: 0 0 30px 0;
}

.article-list2 .article p {
	padding: 0;
}

.article-list2 .article-out {
	width: 100%;
	margin: 0 0 -30px 0;
}
}

/* 
 8.4) NBA - B
----------------------------------*/
/* Form - Block */
.form-block {
	width: 100%;
	max-width: 525px;
	float: left;
	background: #f2f2f2;
	padding: 20px 25px 30px 25px;
}

.form-block ul {
	width: 102.7%;
	float: left;
	padding: 0 0 30px 0;
}

.form-block ul li {
	width: 50%;
	float: left;
	padding: 0 2.7% 18px 0;
	margin: 0;
}

.form-block ul li:last-child {
	padding-bottom: 0;
}

.form-block ul li:before {
	display: none;
}

.form-block ul li.full {
	width: 100%;
}

.form-block ul li .checkbox {
	width: 18px;
	height: 18px;
	float: left;
	background: url(../img/checkbox-01.png) no-repeat top center;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.form-block ul li .options {
	float: none;
	display: inline-block;
	padding: 0;
	margin: 0;
	position: relative;
}

.form-block ul li .options .check {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.form-block ul li .options .option-txt {
	width: 100%;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	padding: 3px 0 0 29px;
}

@media only screen and (max-width: 767px) {
.form-block {
	max-width: 100%;
	padding: 20px 20px 25px 20px;
}
}

@media only screen and (max-width: 479px) {
.form-block ul {
	width: 100%;
	padding: 0 0 25px 0;
}

.form-block ul li {
	width: 100%;
	padding: 0 0 18px 0;
}
}

/* 
 8.5) Supporters
----------------------------------*/
.supporters .article .logo img {
	width: 100%;
	max-width: 171px;
}

.supporters .article:first-child .logo img {
	max-width: 216px;
}

.supporters .article:nth-child(2) .logo img {
	max-width: 219px;
}

.supporters .article:nth-child(3) .logo img {
	max-width: 204px;
}

.supporters .article:nth-child(4) .logo img {
	max-width: 248px;
}

.supporters .article:nth-child(5) .logo img {
	max-width: 188px;
}

.supporters .article:nth-child(6) .logo img {
	max-width: 230px;
}

.supporters .article:nth-child(7) .logo img {
	max-width: 171px;
}

.supporters .article:nth-child(8) .logo img {
	max-width: 187px;
}

@media only screen and (max-width: 1023px) {
.supporters .article:first-child .logo img {
	max-width: 196px;
}

.supporters .article:nth-child(2) .logo img {
	max-width: 199px;
}

.supporters .article:nth-child(3) .logo img {
	max-width: 184px;
}

.supporters .article:nth-child(4) .logo img {
	max-width: 228px;
}

.supporters .article:nth-child(5) .logo img {
	max-width: 168px;
}

.supporters .article:nth-child(6) .logo img {
	max-width: 210px;
}

.supporters .article:nth-child(7) .logo img {
	max-width: 151px;
}

.supporters .article:nth-child(8) .logo img {
	max-width: 167px;
}
}

@media only screen and (max-width: 767px) {
.supporters .article:first-child .logo img {
	max-width: 186px;
}

.supporters .article:nth-child(2) .logo img {
	max-width: 189px;
}

.supporters .article:nth-child(3) .logo img {
	max-width: 174px;
}

.supporters .article:nth-child(4) .logo img {
	max-width: 218px;
}

.supporters .article:nth-child(5) .logo img {
	max-width: 178px;
}

.supporters .article:nth-child(6) .logo img {
	max-width: 200px;
}

.supporters .article:nth-child(7) .logo img {
	max-width: 141px;
}

.supporters .article:nth-child(8) .logo img {
	max-width: 157px;
}
}

/* Supporters - List */
.supporters-list {
	width: 100%;
	float: left;
	text-align: center;
	padding: 40px 0 100px 0;
}

.supporters-list .sub-title { 
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #95989a;
	letter-spacing: 0.15em;
}

.supporters-list .sub-title span {
	padding: 0 35px;
}

.supporters-list .sub-title:before {
	background: #95989a;
}

.supporters-list aside {
	width: 16%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 0 2% 30px 2%;
}

.supporters-list aside ul {
	width: 100%;
	float: left;
}

.supporters-list aside ul li {
	width: 100%;
	float: left;
	font-family: "helveticaneuelight", Arial, Helvetica, sans-serif;
	color: #95989a;
	font-size: 17px;
	line-height: 20px;
	padding-bottom: 5px;
}

.supporters-list aside ul li a {
	color: #95989a;
}

.supporters-list aside ul li a:hover {
	color: #0096d6;
}

.supporters-list aside ul li:before {
	width: 4px;
	height: 4px;
}

.supporters-list .aside-out {
	width: 100%;
	float: left;
	margin: 0 0 -30px 0;
}

@media only screen and (max-width: 1199px) {
.supporters-list aside { 
	width: 18%;
}
}

@media only screen and (max-width: 1023px) {
.supporters-list {
	padding: 40px 0 70px 0;
}

.supporters-list .sub-title {
	font-size: 20px;
	letter-spacing: 0.12em;
}

.supporters-list .sub-title span {
	padding: 0 30px;
}

.supporters-list aside {
	width: 20%;
}

.supporters-list aside ul li {
	font-size: 15px;
	line-height: 17px;
}
}

@media only screen and (max-width: 767px) {
.supporters-list {
	padding: 30px 0 50px 0;
}

.supporters-list .sub-title {
	font-size: 18px;
	letter-spacing: 0.07em;
}

.supporters-list .sub-title span {
	padding: 0 20px;
}

.supporters-list aside {
	width: 35%;
	margin: 0 2.5% 25px 2.5%;
}

.supporters-list .aside-out {
	margin: 0 0 -25px 0;
}
}

@media only screen and (max-width: 479px) {
.supporters-list aside { 
	width: 100%; 
	max-width:160px; 
	margin: 0 10px 25px 10px;
}
}

/* 
 8.6) volunteer
----------------------------------*/
/* volunteer - Info */
.volunteer-info {
	width: 100%;
	max-width: 685px;
	float: left;
}

.volunteer-info .article {
	width: 100%;
	float: left;
	border-bottom: 1px solid #95989a;
	padding: 0 0 55px 0;
	margin: 0 0 55px 0;
}

.volunteer-info .article:last-child {
	border: none;
	padding: 0;
	margin: 0;
}

.volunteer-info .article h3 {
	font-size: 26px;
	color: #8cc73f;
	text-transform: none;
	letter-spacing: normal;
}

.volunteer-info .article h3 a {
	color: #8cc73f;
}

.volunteer-info .article h3 a:hover {
	color: #69a818;
}

.volunteer-info .article p {
	font-size: 18px;
	color: #95989a;
	line-height: 23px;
	padding: 0;
}

.volunteer-info .article figure {
	width: 185px;
	float: left;
	position: relative;
	margin: 0 -185px 0 0;
	z-index: 10;
}

.volunteer-info .article figure img {
	width: 100%;
}

.volunteer-info .article .address-txt {
	width: 100%;
	float: left;
	padding: 0 0 0 245px;
}

.volunteer-info .article .address-txt p {
	font-size: 17px;
	font-family: "helveticaneuelight", Arial, Helvetica, sans-serif;
	color: #6e6e6e;
	line-height: 28px;
}

.volunteer-info .article .address-txt p strong {
	font-family: "helveticaneuemedium", Arial, Helvetica, sans-serif;
}

.volunteer-info .article aside {
	width: 100%;
	float: left;
	padding: 0 0 35px 0;
}

.volunteer-info .article aside:last-child {
	padding: 0;
}

.volunteer-info .article .btn {
	width: 100%;
	max-width: 145px;
	font-size: 15px;
	padding: 0 10px;
}

.volunteer-info .article .btn-out {
	padding: 35px 0 0 0;
}

@media only screen and (max-width: 1023px) {
.volunteer-info {
	width: 100%;
	max-width: 100%;
	float: left;
}
}

@media only screen and (max-width: 767px) {
.volunteer-info .article {
	padding: 0 0 45px 0;
	margin: 0 0 45px 0;
}

.volunteer-info .article h3 {
	font-size: 20px;
}

.volunteer-info .article figure {
	width: 175px;
	margin: 0 -175px 0 0;
}

.volunteer-info .article p {
	font-size: 16px;
	line-height: 21px;
}

.volunteer-info .article .address-txt {
	padding: 0 0 0 200px;
}

.volunteer-info .article .address-txt p {
	font-size: 15px;
	line-height: 26px;
}

.volunteer-info .article aside {
	padding: 0 0 30px 0;
}
}

@media only screen and (max-width: 479px) {
.volunteer-info .article figure {
	width: 100%;
	margin: 0 0 15px 0;
}

.volunteer-info .article .address-txt {
	padding: 0;
}

.volunteer-info .article aside {
	padding: 0 0 25px 0;
}
}


/* 
 9.) Calendar
----------------------------------*/
/* Calendar - Info */
.calendar-info {
	width: 100%;
	float: left;
	padding: 90px 0;
}

.calendar-info .container-small {
	max-width: 1020px;
}

@media only screen and (max-width: 1023px) {
.calendar-info {
	padding: 70px 0;
}
}

@media only screen and (max-width: 767px) {
.calendar-info {
	padding: 50px 0;
}

.calendar-info .container-small {
	max-width: 540px;
}
}

/* News - Letter */
.calendar-info .news-letter {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 155px 0 0;
	margin: 0 0 45px 0;
}

.calendar-info .news-letter .form-bg {
	width: 100%;
	float: left;
	position: relative;
	background: #f5f5f5;
	padding: 16px 210px 16px 15px;
}

.calendar-info .news-letter .form-bg ul {
	width: 100%;
	float: left;
	padding: 0;
}

.calendar-info .news-letter .form-bg ul li {
	width: 50%;
	float: left;
	padding: 0 5% 0 0;
}

.calendar-info .news-letter .form-bg ul li.events-cl {
	width: 35%;
}

.calendar-info .news-letter .form-bg ul li.search-cl {
	width: 41%;
	padding-right: 0;
}

.calendar-info .news-letter .form-bg ul li:before {
	display: none;
}

.calendar-info .news-letter .form-bg label {
	font-size: 10px;
	text-transform: uppercase;
	color: #000000;
	padding: 0;
}

.calendar-info .news-letter .form-bg .input {
	height: 30px;
	font-size: 12px;
	text-transform: none;
	background: none;
	border: none;
	border-bottom: 1px dashed #afb1b3;
	padding: 8px 0;
}
.calendar-info .news-letter :placeholder {
	color: #000000;
	font-style: italic;
}

.calendar-info .news-letter .form-bg ::-webkit-input-placeholder {
	color: #000000;
	font-style: italic;
}

.calendar-info .news-letter .form-bg input::-moz-placeholder {
	color: #000000;
	font-style: italic;
}
.calendar-info .news-letter .form-bg ::-moz-placeholder {
	color: #000000;
	font-style: italic;
}

.calendar-info .news-letter .form-bg :-ms-input-placeholder {
	color: #000000;
	font-style: italic;
}

.calendar-info .news-letter .btn {
	width: 100%;
	height: 40px;
	font-size: 13px;
	text-shadow: rgba(0, 0, 0, 0.2) 0 0 2px;
	line-height: 40px;
}

.calendar-info .news-letter .btn-out {
	width: 210px;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	padding: 16px 15px 0 15px;
}

.calendar-info .news-letter .view-txt {
	width: 155px;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	background: #e0e0e0;
	padding: 16px 15px 21px 15px;
}

.calendar-info .news-letter .view-txt p {
	font-size: 15px;
	color: #000000;
	line-height: 17px;
}

.calendar-info .news-letter .view-txt p a {
	color: #000000;
	text-decoration: none;
}

.calendar-info .news-letter .view-txt p a:hover {
	color: #0096d6;
}

.calendar-info .news-letter .view-txt p i {
	font-size: 14px;
	margin: 0 4px 0 0;
}

.calendar-info .news-letter .view-txt p.small-txt {
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	text-transform: uppercase;
	padding: 0 0 7px 0;
}

@media only screen and (max-width: 1023px) {
.calendar-info .news-letter {
	padding: 0 135px 0 0;
	margin: 0 0 40px 0;
}

.calendar-info .news-letter .form-bg {
	padding: 16px 190px 16px 15px;
}

.calendar-info .news-letter .form-bg ul li.events-cl {
	width: 40%;
}

.calendar-info .news-letter .form-bg ul li.search-cl {
	width: 46%;
}

.calendar-info .news-letter .btn-out {
	width: 190px;
}

.calendar-info .news-letter .view-txt {
	width: 135px;
}
}

@media only screen and (max-width: 767px) {
.calendar-info .news-letter {
	padding: 0;
	margin: 0 0 35px 0;
}

.calendar-info .news-letter .form-bg {
	padding: 20px;
}

.calendar-info .news-letter .form-bg ul li {
	width: 100%;
	padding: 0 0 15px 0;
}

.calendar-info .news-letter .form-bg ul li.events-cl {
	width: 100%;
}

.calendar-info .news-letter .form-bg ul li.search-cl {
	width: 100%;
}

.calendar-info .news-letter .btn-out {
	width: 100%;
	position: relative;
	text-align: center;
	padding: 5px 0 0 0;
}

.calendar-info .news-letter .view-txt {
	width: 100%;
	position: relative;
	padding: 20px;
}
}

/* Calendar - Content */
.calendar-info .calendar-content {
	width: 100%;
	float: left;
}

.calendar-info .calendar-content h2 {
	width: 100%;
	float: left;
	text-align: center;
	text-transform: none;
	letter-spacing: normal;
	color: #000000;
}

.calendar-info .calendar-content figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	margin: 0 0 35px 0;
}

.calendar-info .calendar-content figure:last-child {
	margin: 0;
}

.calendar-info .calendar-content figure img {
	width: 100%;
}

.calendar-info .calendar-content p {
	color: #000000;
}

.calendar-info .calendar-content .btn {
	width: 100%;
	max-width: 190px;
	height: 25px;
	float: right;
	font-size: 11px;
	line-height: 25px;
	text-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
	border-radius: 3px;
	padding: 0 10px;
}

.calendar-info .calendar-content .btn i {
	font-size: 9px;
	margin: 0 5px 0 0;
}

.calendar-info .calendar-content .btn-out {
	padding: 0 0 10px 0;
}


/* 
 10.) Resources
----------------------------------*/
/* Article - List3 */
.article-list3 {
	width: 100%;
	float: left;
}

.article-list3 .article {
	background: #f6f6f6;
	padding: 50px 33px 28px 33px;
	margin: 0 0.9% 3% 0.9%;
}

.article-list3 .article h3 {
	padding: 0 0 10px 0;
}

.article-list3 .article .icon-bg {
	padding: 0 0 77px 0;
}

.article-list3 .article:first-child .icon-bg img {
	max-width: 48px;
}

.article-list3 .article:nth-child(2) .icon-bg img {
	max-width: 30px;
}

.article-list3 .article:nth-child(3) .icon-bg img {
	max-width: 40px;
}

.article-list3 .article:nth-child(4) .icon-bg img {
	max-width: 50px;
}

.article-list3 .article:nth-child(5) .icon-bg img {
	max-width: 37px;
}

.article-list3 .article-out {
	margin: 0 -0.9% -3% -0.9%;
}

@media only screen and (max-width: 1023px) {
.article-list3 .article {
	padding: 40px 28px 23px 28px;
}

.article-list3 .article .icon-bg {
	padding: 0 0 50px 0;
}

.article-list3 .article:first-child .icon-bg img {
	max-width: 43px;
}

.article-list3 .article:nth-child(2) .icon-bg img {
	max-width: 27px;
}

.article-list3 .article:nth-child(3) .icon-bg img {
	max-width: 35px;
}

.article-list3 .article:nth-child(4) .icon-bg img {
	max-width: 45px;
}

.article-list3 .article:nth-child(5) .icon-bg img {
	max-width: 32px;
}
}

@media only screen and (max-width: 767px) {
.article-list3 .article {
	padding: 30px 20px 20px 20px;
	margin: 0 1.5% 5.4% 1.5%;
}

.article-list3 .article .icon-bg {
	padding: 0 0 30px 0;
}

.article-list3 .article:first-child .icon-bg img {
	max-width: 38px;
}

.article-list3 .article:nth-child(3) .icon-bg img {
	max-width: 32px;
}

.article-list3 .article:nth-child(4) .icon-bg img {
	max-width: 40px;
}

.article-list3 .article:nth-child(5) .icon-bg img {
	max-width: 30px;
}

.article-list3 .article-out {
	width: 103%;
	float: left;
	margin: 0 -1.5% -5.4% -1.5%;
}
}

@media only screen and (max-width: 479px) {
.article-list3 .article {
	width: 100%;
	margin: 0 0 30px 0;
}

.article-list3 .article-out {
	width: 100%;
	margin: 0 0 -30px 0;
}
}

/* 
 10.1) Bike - Maps
 10.2) Safety - Guides
----------------------------------*/
/* Resources - Content */
.resources-content {
	width: 100%;
	float: left;
}

.resources-content ul {
	width: 105.70%;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0 -2.85%;
}

.resources-content ul li {
	width: 44.30%;
	float: left;
	font-family: "helveticaneuemedium", Arial, Helvetica, sans-serif;
	color: #95989a;
	letter-spacing: 0.02em;
	border-bottom: 1px solid #95989a;
	padding: 0;
	margin: 0 2.85%;
}

.resources-content ul li:before {
	display: none;
}

.resources-content ul li a {
	width: 100%;
	float: left;
	color: #95989a;
	text-decoration: none;
	padding: 27px 0;
}

.resources-content ul li a:hover {
	color: #8cc73f;
}

.resources-content ul li a.active {
	color: #8cc73f;
}

@media only screen and (max-width: 1023px) {
.resources-content ul li a {
	padding: 22px 0;
}
}

@media only screen and (max-width: 767px) {
.resources-content ul {
	width: 100%;
	margin: 0;
}

.resources-content ul li {
	width: 100%;
	margin: 0;
}

.resources-content ul li a {
	padding: 17px 0;
}
}

/* 
 10.3) Reports
----------------------------------*/
/* Reports - List */
.reports-list {
	width: 100%;
	float: left;
	padding: 0 0 65px 0;
}

.reports-list:last-child {
	padding: 0;
}

.reports-list .article {
	width: 31.53%;
	height: 290px;
	float: left;
	text-align: center;
	background: #f5f5f5;
	position: relative;
	cursor: pointer;
	padding: 0 0 50px 0;
	margin: 0 0.9% 1.8% 0.9%;
}

.reports-list .article h3 {
	width: 100%;
	float: left;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px 10px;
}

.reports-list .article a {
	width: 100%;
	height: 100%;
	float: left;
}

.reports-list .article .icon-bg {
	width: 100%;
	float: left;
	text-align: center;
}

.reports-list .article .icon-bg .img1 {
	display: inline-block;
}

.reports-list .article .icon-bg .img2 {
	display: none;
}

.reports-list .article:first-child .icon-bg img {
	max-width: 63px;
}

.reports-list .article:nth-child(2) .icon-bg img {
	max-width: 64px;
}

.reports-list .article:nth-child(3) .icon-bg img {
	max-width: 50px;
}

.reports-list .article:hover .icon-bg .img1 {
	display: none;
}

.reports-list .article:hover .icon-bg .img2 {
	display: inline-block;
}

.reports-list .article:hover h3 {
	color: #0096d6;
}

.reports-list .article-out {
	width: 101.8%;
	float: left;
	margin: 0 -0.9% -1.8% -0.9%;
}

@media only screen and (max-width: 1023px) {
.reports-list {
	padding: 0 0 55px 0;
}

.reports-list .article {
	height: 270px;
}

.reports-list .article:first-child .icon-bg img {
	max-width: 58px;
}

.reports-list .article:nth-child(2) .icon-bg img {
	max-width: 59px;
}

.reports-list .article:nth-child(3) .icon-bg img {
	max-width: 45px;
}
}

@media only screen and (max-width: 767px) {
.reports-list {
	padding: 0 0 45px 0;
}

.reports-list .article {
	width: 47%;
	height: 260px;
	padding: 0 0 40px 0;
	margin: 0 1.5% 3% 1.5%;
}

.reports-list .article h3 {
	padding: 25px 10px;
}

.reports-list .article:first-child .icon-bg img {
	max-width: 53px;
}

.reports-list .article:nth-child(2) .icon-bg img {
	max-width: 54px;
}

.reports-list .article:nth-child(3) .icon-bg img {
	max-width: 40px;
}

.reports-list .article-out {
	width: 103%;
	float: left;
	margin: 0 -1.5% -3% -1.5%;
}
}

@media only screen and (max-width: 479px) {
.reports-list .article {
	width: 100%;
	margin: 0 0 30px 0;
}

.reports-list .article-out {
	width: 100%;
	margin: 0 0 -30px 0;
}
}

/* 
 11.) Our - Work
----------------------------------*/
/* Programs - Details */
.programs-details {
	width: 100%;
	float: left;
	padding: 0 0 100px 0;
}

.programs-details:last-child {
	padding-bottom: 0;
}

.programs-details .sub-title {
	margin: 0 0 70px 0;
}

.programs-details .article {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	margin: 0 0 42px 0;
}

.programs-details .article:last-child {
	margin-bottom: 0;
}

.programs-details .article:nth-child(even) figure {
	float: left;
}

.programs-details .article:nth-child(even) aside {
	float: right;
	left: auto;
	right: 0;
}

.programs-details .article:nth-child(even) aside .icon img {
	max-width: 55px;
}

.programs-details .article figure {
	width: 64%;
	float: right;
	text-align: center;
	overflow: hidden;
}

.programs-details .article figure img {
	width: 100%;
}

.programs-details .article-out {
	width: 100%;
	float: left;
}

.programs-details .article aside {
	width: 32.38%;
	height: 100%;
	float: left;
	background: #f6f6f6;
	position: absolute;
	top: 0;
	left: 0;
	padding: 70px 35px 25px 35px;
}

.programs-details .article aside h2 {
	font-family: "helvetica_neuebold", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 2px;
	padding: 0 0 9px 0;
}

.programs-details .article aside h2 a {
	color: #6e6e6e;
}

.programs-details .article aside h2 a:hover {
	color: #8cc73f;
}

.programs-details .article aside h2:last-child {
	padding-bottom: 0;
}

.programs-details .article aside p {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: normal;
}

.programs-details .article aside p:last-child {
	padding-bottom: 0;
}

.programs-details .article aside .icon {
	width: 100%;
	float: left;
	position: absolute;
	top: 25px;
	left: 35px;
}

.programs-details .article aside .icon img {
	max-width: 40px;
}

.programs-details .article aside .inner-bg {
	vertical-align: bottom;
}

@media only screen and (max-width: 1199px) {
.programs-details .article aside {
	padding: 70px 25px 25px 25px;
}
}

@media only screen and (max-width: 1023px) {
.programs-details {
	text-align: left;
	padding: 0 0 70px 0;
}

.programs-details .sub-title {
	margin: 0 0 45px 0;
}

.programs-details .article {
	margin: 0 0 35px 0;
}

.programs-details .article aside h2 {
	font-size: 18px;
	line-height: 28px;
}

.programs-details .article figure {
	width: 100%;
}

.programs-details .article aside {
	width: 100%;
	height: auto;
	position: relative;
	padding: 25px 25px;
}

.programs-details .article aside .icon {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 0 20px 0;
}
}

@media only screen and (max-width: 767px) {
.programs-details {
	padding: 0 0 50px 0;
}

.programs-details .sub-title {
	margin: 0 0 35px 0;
}

.programs-details .article {
	margin: 0 0 25px 0;
}

.programs-details .article aside {
	padding: 25px 20px;
}
}

/* Article - Box */
.article-box {
	width: 100%;
	float: left;
	padding: 0 0 100px 0;
}

.article-box:last-child {
	padding-bottom: 0;
}

.article-box .sub-title {
	margin: 0 0 70px 0;
}

.article-box .article {
	width: 30.95%;
	float: left; 
	cursor: pointer;
	background: #f6f6f6;
	padding: 50px 32px 25px 32px;
	margin: 0 1.19% 2.38% 1.19%;
}

.article-box .article a { 
	width: 100%; 
	float: left; 
	text-decoration: none;
}

.article-box .article h2 {
	font-family: "helvetica_neuebold", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #6e6e6e;
	line-height: 30px;
	letter-spacing: 2px;
	padding: 0 0 22px 0;
}

.article-box .article h2:last-child {
	padding-bottom: 0;
}

.article-box .article p {
	font-size: 16px;
	color: #6e6e6e;
	line-height: 22px;
	letter-spacing: normal;
}

.article-box .article p:last-child {
	padding-bottom: 0;
}

.article-box .article:hover h2 { 
	color: #8cc73f;
}

.article-box .article-out {
	width: 102.38%;
	float: left;
	margin: 0 -1.19% -2.38% -1.19%;
}

@media only screen and (max-width: 1023px) {
.article-box {
	text-align: left;
	padding: 0 0 70px 0;
}

.article-box .sub-title {
	margin: 0 0 45px 0;
}

.article-box .article {
	width: 47.62%;
	padding: 40px 25px 20px 25px;
}

.article-box .article h2 {
	font-size: 18px;
	line-height: 28px;
	padding: 0 0 15px 0;
}
}

@media only screen and (max-width: 767px) {
.article-box {
	padding: 0 0 50px 0;
}

.article-box .sub-title {
	margin: 0 0 25px 0;
}

.article-box .article {
	width: 100%;
	padding: 30px 20px 20px 20px;
	margin: 0 0 25px 0;
}

.article-box .article-out {
	width: 100%;
	margin: 0 0 -25px 0;
}
}

/* 
 11.1) Business - Partners
----------------------------------*/
/* Single - Map */
.single-map {
	width: 100%;
	float: left;
	padding: 40px 0 80px 0;
}

.single-map .map {
	width: 100%;
	float: left;
}

.single-map .map img {
	width: 100%;
}

@media only screen and (max-width: 1023px) {
.single-map {
	padding: 20px 0 60px 0;
}
}

@media only screen and (max-width: 767px) {
.single-map {
	padding: 20px 0 55px 0;
}
}

/* Shop - Info */
.shop-info {
	width: 100%;
	max-width: 650px;
	float: left;
}

.shop-info h2 {
	width: 100%;
	float: left;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 25px;
	background: #ffffff;
	position: relative;
	padding: 0 0 28px 0;
	margin: 0 0 -2px 0;
	z-index: 10;
}

.shop-info aside {
	width: 41%;
	float: left;
	border-top: 2px solid #cacbcc;
	padding: 40px 0;
	margin: 0;
}

.shop-info aside:nth-child(even) {
	float: right;
}

.shop-info aside h3 {
	color: #8cc73f;
	letter-spacing: normal;
	text-transform: none;
	padding: 0 0 33px 0;
}

.shop-info aside h3 a {
	color: #8cc73f;
}

.shop-info aside h3 i {
	font-size: 16px;
	margin: 0 0 0 5px;
}

.shop-info aside p {
	color: #95989a;
	line-height: 30px;
	padding: 0 0 30px 0;
}

.shop-info aside p:last-child {
	padding: 0;
}

.shop-info aside p a {
	color: #95989a;
}

.shop-info aside p a:hover {
	color: #8cc73f;
}

.shop-info .aside-out {
	width: 100%;
	float: left;
	border-bottom: 2px solid #cacbcc;
}

.shop-info .article {
	width: 100%;
	float: left;
	padding: 0 0 105px 0;
}

.shop-info .article:last-child .aside-out {
	border-bottom: none;
}

@media only screen and (max-width: 1023px) {
.shop-info {
	max-width: 100%;
}
}

@media only screen and (max-width: 767px) {
.shop-info h2 {
	padding: 0 0 10px 0;
}

.shop-info aside {
	padding: 35px 0;
}

.shop-info aside h3 {
	padding: 0 0 28px 0;
}

.shop-info aside p {
	line-height: 26px;
	padding: 0 0 24px 0;
}

.shop-info .article {
	padding: 0 0 75px 0;
}

.shop-info .article:last-child {
	padding: 0;
}
}

@media only screen and (max-width: 479px) {
.shop-info aside {
	width: 100%;
}

.shop-info aside p br {
	display: none;
}
}


/* 
 12.) News
----------------------------------*/
/* News - List */
.news-list {
	width: 100%;
	float: left;
	padding: 0 0 80px 0;
}

.news-list:last-child {
	padding: 0;
}

.news-list .article {
	width: 100%;
	float: left;
	border-bottom: 2px solid #fdbb30;
	padding: 0 0 35px 0;
	margin: 0 0 35px 0;
}

.news-list .article h3 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #0096d6;
	text-transform: none;
	letter-spacing: normal;
	padding: 0 0 13px 0;
}

.news-list .article h3:last-child {
	padding: 0;
}

.news-list .article p {
	font-size: 18px;
	color: #000000;
	padding: 0;
}

.news-list .article p.date-txt {
	color: #808080;
	padding: 0 0 14px 0;
}

.news-list .article figure {
	width: 165px;
	float: left;
	position: relative;
	margin: 47px -165px 0 0;
	z-index: 10;
}

.news-list .article figure img {
	width: 100%;
}

.news-list .article aside {
	width: 100%;
	float: left;
	padding: 0 0 0 205px;
}

.news-list .article:last-child {
	border: none;
	padding: 0;
	margin: 0;
}

@media only screen and (max-width: 1023px) {
.news-list {
	padding: 0 0 60px 0;
}

.news-list .article h3 {
	font-size: 22px;
}
}

@media only screen and (max-width: 767px) {
.news-list {
	padding: 0 0 40px 0;
}

.news-list .article h3 {
	font-size: 19px;
	padding: 0 0 10px 0;
}

.news-list .article p {
	font-size: 16px;
}

.news-list .article figure {
	width: 150px;
	margin: 44px -150px 0 0;
}

.news-list .article aside {
	padding: 0 0 0 180px;
}
}

@media only screen and (max-width: 479px) {
.news-list .article {
	padding: 0 0 30px 0;
}

.news-list .article figure {
	width: 100%;
	margin: 0 0 20px 0;
}

.news-list .article aside {
	padding: 0;
}
}

/* 
 12.1) Pressreleases
 12.2) Pressclips
----------------------------------*/
/* News - List2 */
.news-list2 {
	width: 100%;
	float: left;
	padding: 0 0 60px 0;
}

.news-list2 .article {
	padding: 0 0 15px 0;
	margin: 0 0 20px 0;
}

.news-list2 .article p {
	color: #6e6e6e;
}

.news-list2 .article p:last-child {
	padding: 0 0 33px 0;
}

.news-list2 .article:last-child {
	border-bottom: 2px solid #fdbb30;
	padding: 0 0 15px 0;
	margin: 0;
}

@media only screen and (max-width: 1023px) {
.news-list2 {
	padding: 0 0 50px 0;
}

.news-list2 .article p:last-child {
	padding: 0 0 28px 0;
}
}

@media only screen and (max-width: 767px) {
.news-list2 {
	padding: 0 0 40px 0;
}

.news-list2 .article p:last-child {
	padding: 0 0 23px 0;
}
}


/* 
 13.) Membership
----------------------------------*/
/* Tab - Links */
.tab-links {
	width: 100%;
	float: left;
}

.tab-links ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.tab-links ul li {
	float: left;
	font-family: "helvetica_neuebold", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	line-height: 22px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

.tab-links ul li:before {
	display: none;
}

.tab-links ul li a {
	height: 50px;
	float: left;
	color: #0096d6;
	line-height: 50px;
	text-decoration: none;
	background: #f9f9f9;
	padding: 0 40px;
}

.tab-links ul li a:hover {
	color: #0096d6;
	text-decoration: none;
}

.tab-links ul li a.active {
	color: #0096d6;
	text-decoration: none;
}

.tab-links ul li.chapters a {
	color: #fdbb30;
}

.tab-links ul li.chapters .selected {
	color: #ffffff;
	background: #fdbb30;
}

.tab-links ul li.benifits .selected {
	color: #ffffff;
	background: #0096d6;
}

@media only screen and (max-width: 1023px) {
.tab-links ul li {
	font-size: 16px;
	line-height: 20px;
}

.tab-links ul li a {
	height: 45px;
	line-height: 45px;
	padding: 0 30px;
}
}

@media only screen and (max-width: 767px) {
.tab-links {
	width: 100%;
	float: left;
}

.tab-links ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.tab-links ul li {
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.04em;
}

.tab-links ul li a {
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
}
}

/* Tab - Content */
.tab-content {
	width: 100%;
	float: left;
}

/* Benifits - Info */
.benifits-info {
	width: 100%;
	float: left;
	background: #0096d6;
	padding: 30px 40px 50px 40px;
}

.benifits-info h2 {
	font-size: 22px;
	color: #ffffff;
	line-height: 30px;
	letter-spacing: 0.02em;
	text-transform: none;
	padding: 0 0 36px 0;
}

.benifits-info h2:last-child {
	padding-bottom: 0;
}

.benifits-info ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.benifits-info ul li {
	width: 100%;
	float: left;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	line-height: 22px;
	letter-spacing: 0.04em;
	padding: 0 0 5px 15px;
}

.benifits-info ul li:before {
	content: "\f101";
	width: auto;
	height: auto;
	float: left;
	font-family: "FontAwesome";
	font-size: 14px;
	background: none;
	border-radius: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.benifits-info ul li:last-child {
	padding-bottom: 0;
}

.benifits-info ul li a {
	color: #ffffff;
	text-decoration: underline;
}

.benifits-info ul li a:hover {
	color: #ffffff;
}

.benifits-info ul li a.active {
	color: #ffffff;
}

.benifits-info aside {
	width: 100%;
	max-width: 740px;
	float: left;
}

@media only screen and (max-width: 1023px) {
.benifits-info {
	text-align: left;
	padding: 25px 30px 40px 30px;
}

.benifits-info h2 {
	font-size: 20px;
	line-height: 26px;
	padding: 0 0 26px 0;
}

.benifits-info ul li {
	font-size: 16px;
	line-height: 20px;
	padding: 0 0 5px 15px;
}

.benifits-info ul li:before {
	font-size: 12px;
}
}

@media only screen and (max-width: 767px) {
.benifits-info {
	padding: 15px 15px 30px 15px;
}

.benifits-info h2 {
	font-size: 18px;
	line-height: 24px;
	padding: 0 0 20px 0;
}

.benifits-info h2:last-child {
	padding-bottom: 0;
}

.benifits-info ul li {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.02em;
	padding: 0 0 5px 15px;
}

.benifits-info ul li:before {
	font-size: 12px;
}

.benifits-info aside {
	max-width: 100%;
}
}

/* Chapters - Info */
.chapters-info {
	width: 100%;
	float: left;
	background: #fdbb2f;
	padding: 30px 100px 60px 100px;
}

.chapters-info .heading-text {
	width: 100%;
	float: left;
	padding: 0 0 25px 0;
	margin: 0;
}

.chapters-info .heading-text:last-child {
	padding-bottom: 0;
}

.chapters-info .heading-text h2 {
	font-family: "helvetica_neuebold", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	line-height: 20px;
	letter-spacing: 0.02em;
	text-transform: none;
	padding: 0 0 6px 0;
	margin: 0;
}

.chapters-info .heading-text h2:last-child {
	padding-bottom: 0;
}

.chapters-info .heading-text p {
	font-size: 16px;
	color: #ffffff;
	line-height: 20px;
	letter-spacing: 0.04em;
}

.chapters-info .article {
	width: 29.11%;
	float: left;
	text-align: center;
	background: #ffffff;
	position: relative;
	padding: 25px 20px 65px 20px;
	margin: 0 2.11% 4.22% 2.11%;
}

.chapters-info .article figure {
	width: 100%;
	height: 159px;
	float: left;
	line-height: 159px;
	margin: 0 0 20px 0;
}

.chapters-info .article figure img {
	max-width: 159px;
	vertical-align: middle;
}

.chapters-info .article .btn {
	height: 40px;
	font-size: 12px;
	color: #8cc73f;
	line-height: 38px;
	letter-spacing: 0.04em;
	text-transform: none;
	background: none;
	border: 1px solid #8cc73f;
	border-radius: 40px;
	padding: 0 15px;
}

.chapters-info .article .btn:hover, 
.chapters-info .article .btn:focus, 
.chapters-info .article .btn:active, 
.chapters-info .article .btn:active:focus, 
.chapters-info .article .btn.active:focus {
	color: #ffffff;
	background: #8cc73f;
	background-color: #8cc73f;
}

.chapters-info .article .btn-out {
	width: 100%;
	float: left;
	text-align: center;
	position: absolute;
	bottom: 25px;
	left: 0;
}

.chapters-info .article:first-child figure img {
	max-width: 106px;
}

.chapters-info .article:nth-child(2) figure img {
	max-width: 138px;
}

.chapters-info .article:nth-child(3) figure img {
	max-width: 169px;
}

.chapters-info .article:nth-child(4) figure img {
	max-width: 129px;
}

.chapters-info .article:nth-child(5) figure img {
	max-width: 135px;
}

.chapters-info .article:nth-child(6) figure img {
	max-width: 215px;
}

.chapters-info .article:nth-child(7) figure img {
	max-width: 159px;
}

.chapters-info .article:nth-child(8) figure img {
	max-width: 170px;
}

.chapters-info .article:nth-child(9) figure img {
	max-width: 201px;
}

.chapters-info .article:nth-child(10) figure img {
	max-width: 209px;
}

.chapters-info .article:nth-child(11) figure img {
	max-width: 203px;
}

.chapters-info .article:nth-child(12) figure img {
	max-width: 192px;
}

.chapters-info .article:nth-child(13) figure img {
	max-width: 202px;
}

.chapters-info .article:nth-child(14) figure img {
	max-width: 138px;
}

.chapters-info .article-out {
	width: 104.22%;
	float: left;
	padding: 0 0 70px 0;
	margin: 0 -2.11% -4.22% -2.11%;
}

.chapters-info .article-out:last-child {
	padding-bottom: 0;
}

.chapters-info .bottom-text {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #ffffff;
	line-height: 20px;
	letter-spacing: 0.04em;
}

@media only screen and (max-width: 1199px) {
.chapters-info {
	padding: 30px 80px 60px 80px;
}

.chapters-info .article figure {
	height: 140px;
	line-height: 140px;
}

.chapters-info .article figure img {
	max-width: 140px;
}

.chapters-info .article:first-child figure img {
	max-width: 86px;
}

.chapters-info .article:nth-child(2) figure img {
	max-width: 118px;
}

.chapters-info .article:nth-child(3) figure img {
	max-width: 149px;
}

.chapters-info .article:nth-child(4) figure img {
	max-width: 109px;
}

.chapters-info .article:nth-child(5) figure img {
	max-width: 115px;
}

.chapters-info .article:nth-child(6) figure img {
	max-width: 195px;
}

.chapters-info .article:nth-child(7) figure img {
	max-width: 139px;
}

.chapters-info .article:nth-child(8) figure img {
	max-width: 150px;
}

.chapters-info .article:nth-child(9) figure img {
	max-width: 181px;
}

.chapters-info .article:nth-child(10) figure img {
	max-width: 189px;
}

.chapters-info .article:nth-child(11) figure img {
	max-width: 183px;
}

.chapters-info .article:nth-child(12) figure img {
	max-width: 172px;
}

.chapters-info .article:nth-child(13) figure img {
	max-width: 182px;
}

.chapters-info .article:nth-child(14) figure img {
	max-width: 118px;
}
}

@media only screen and (max-width: 1023px) {
.chapters-info {
	text-align: left;
	padding: 20px 50px 40px 50px;
}

.chapters-info .heading-text {
	padding: 0 0 20px 0;
}

.chapters-info .article {
	width: 45.78%;
}

.chapters-info .article-out {
	padding: 0 0 50px 0;
}
}

@media only screen and (max-width: 767px) {
.chapters-info {
	padding: 20px 20px 40px 20px;
}

.chapters-info .heading-text {
	padding: 0 0 20px 0;
}

.chapters-info .heading-text h2 {
	font-size: 15px;
}

.chapters-info .heading-text p {
	font-size: 15px;
}

.chapters-info .article {
	width: 100%;
	max-width: 240px;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 20px 0;
}

.chapters-info .article figure {
	height: auto;
	line-height: inherit;
	margin: 10px 0 20px 0;
}

.chapters-info .article:first-child figure img {
	max-width: 76px;
}

.chapters-info .article:nth-child(2) figure img {
	max-width: 108px;
}

.chapters-info .article:nth-child(3) figure img {
	max-width: 139px;
}

.chapters-info .article:nth-child(4) figure img {
	max-width: 99px;
}

.chapters-info .article:nth-child(5) figure img {
	max-width: 105px;
}

.chapters-info .article:nth-child(6) figure img {
	max-width: 185px;
}

.chapters-info .article:nth-child(7) figure img {
	max-width: 129px;
}

.chapters-info .article:nth-child(8) figure img {
	max-width: 140px;
}

.chapters-info .article:nth-child(9) figure img {
	max-width: 171px;
}

.chapters-info .article:nth-child(10) figure img {
	max-width: 179px;
}

.chapters-info .article:nth-child(11) figure img {
	max-width: 173px;
}

.chapters-info .article:nth-child(12) figure img {
	max-width: 162px;
}

.chapters-info .article:nth-child(13) figure img {
	max-width: 172px;
}

.chapters-info .article:nth-child(14) figure img {
	max-width: 108px;
}

.chapters-info .article-out {
	width: 100%;
	text-align: center;
	padding: 0 0 30px 0;
	margin: 0 0 -20px 0;
}

.chapters-info .bottom-text {
	font-size: 15px;
	line-height: 19px;
}
}
