
/*
Table Of Contents
 
1.)  Typography
2.)  Default Styles
3.)  Container - Main
4.)  Header - Main
5.)  Banner - Main 
6.)  CTA - Info 
7.)  Feature - Links 
8.)  Content Box - Home 
9.)  Newsletter 
10.) Welcome - Box 
11.) Issues - Box 
12.) Social - box 
13.) Footer - Main 
14.) Content - Inner 
15.) Banner - Inner 
16.) Content Inner - Content Box 
17.) Banner - Inner2 
18.) News - Page 
19.) Events - Page 
20.) Issues - Page 
21.) Fancy - Box 

===============================================*/

/*
 1.) Typography
----------------------------------------*/

@import url("font-awesome.css") all;
@import url("animate.css") all;

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

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

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

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

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

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

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


/*
 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: "museo_slab500", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #585858;
	line-height: 28px;
	background: #1c2c4e;
}

@media only screen and (max-width: 1199px) {
body {
	line-height: 25px;
}
}

@media only screen and (max-width: 767px) {
body { 
	font-size: 14px;
	line-height: 22px;
}
}


/* #Links
================================================== */

a {
	color: #f4b31b;
	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: #f4b31b;
	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-size: 20px;
	line-height: 1.1em;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 48px;
	padding: 0 0 20px 0;
}

h2 {
	font-size: 36px;
	padding: 0 0 23px 0;
}

h3 {
	font-size: 24px;
	padding: 0 0 24px 0;
}

h4 {
	font-size: 20px;
	padding: 0 0 25px 0;
}

p {
	padding: 0 0 28px 0;
}

p:last-child {
	padding-bottom: 38px;
}

em {
	font-style: italic;
}

strong, b {
	font-weight: normal;
	font-family: "museo_slab_700regular", Arial, Helvetica, sans-serif;
}

.upper {
	text-transform: uppercase;
}

.lower {
	text-transform: none;
}

.text-row:last-child h1:last-child,
.text-row:last-child h2:last-child,
.text-row:last-child h3:last-child,
.text-row:last-child h4:last-child,
.text-row:last-child ul li:last-child,
.text-row:last-child p:last-child { 
	padding-bottom: 0;
}

@media only screen and (max-width: 1199px) {
h1 {
	font-size: 40px;
	padding: 0 0 18px 0;
}

h2 {
	font-size: 30px;
	padding: 0 0 20px 0;
}

h3 {
	font-size: 20px;
	padding: 0 0 22px 0;
}

h4 {
	font-size: 18px;
	padding: 0 0 22px 0;
}

p {
	padding: 0 0 23px 0;
}

p:last-child {
	padding-bottom: 33px;
}
}

@media only screen and (max-width: 767px) {
h1 {
	font-size: 30px;
	padding: 0 0 16px 0;
}

h2 {
	font-size: 24px;
	padding: 0 0 17px 0;
}

h3 {
	font-size: 20px;
	padding: 0 0 18px 0;
}

h4 {
	font-size: 16px;
	padding: 0 0 19px 0;
}

p {
	padding: 0 0 20px 0;
}

p:last-child {
	padding-bottom: 30px;
}
}


/* #Unorder List
================================================= */

ul, ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {
	position: relative;
	padding: 0 0 10px 15px;
	margin: 0;
}

li:last-child {
	padding-bottom: 0;
}

ul li:before {
	content: "";
	width: 5px;
	height: 5px;
	float: left;
	background: #585858;
	border-radius: 10px;
	position: absolute;
	top: 12px;
	left: 0;
}

@media only screen and (max-width: 1199px) {
ul li:before {
	top: 11px;
}
}

@media only screen and (max-width: 767px) {
ul li:before {
	top: 9px;
}
}


/*= Order List 
=======================================================*/

ol > {
	counter-reset: item;
}

ol > li {
	counter-increment: item;
	padding-left: 19px;
}

ol > li:before {
	content: counter(item) ".";
	font-family: "open_sansbold", Arial, Helvetica, sans-serif;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

ol > li:nth-child(n+10):before {
	left: -10px;
}

ol > li:nth-child(n+100):before {
	left: -17px;
}

@media (max-width: 991px) {
ol > li {
	padding-left: 19px;
}
}

@media (max-width: 767px) {
ol > li {
	padding-left: 17px;
}
}


/* #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;
}

textarea, select, 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{
	width: 100%;
	height: 54px;
	float: left;
	font-family: "gotham_lightregular", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #1c2c4e;
	line-height: 24px;
	letter-spacing: normal;
	text-transform: none;
	background: none;
	border: none;
	border-bottom: 4px solid #1c2c4e;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	position: relative;
	padding: 12px 20px;
	margin: 0;
}

textarea {
	height: 120px;
	padding: 12px 20px;
	outline: none;
	resize: none;
}

:placeholder {
	color: #1c2c4e;
}

::-webkit-input-placeholder, 
::-webkit-textarea-placeholder {
	color: #1c2c4e;
}

input::-moz-placeholder, 
textarea::-moz-placeholder {
	color: #1c2c4e;
}

::-moz-placeholder {
	color: #1c2c4e;
}

:-ms-input-placeholder {
	color: #1c2c4e;
}

@media only screen and (max-width:1199px) {
textarea, select, 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{
	height: 50px;
	font-size: 18px;
	line-height: 22px;
	border-width: 3px;
	padding: 10px 20px;
}

textarea {
	padding: 10px 20px;
}
}

@media only screen and (max-width:767px) {
textarea, select, 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{
	height: 45px;
	font-size: 16px;
	line-height: 20px;
	padding: 8px 15px;
}

textarea {
	height: 100px;
	padding: 8px 15px;
}
}


/* #Buttons
================================================== */

.btn, 
button, 
input[type="button"], 
input[type="submit"] {
	width: auto;
	height: 54px;
	float: none;
	display: inline-block;
	font-weight: normal;
	font-family: "gothammediumregular", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	line-height: 54px;
	letter-spacing: normal;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	vertical-align: middle;
	background: #9e1c20;
	border: none;
	filter: 0;
	border-radius: 3px;
	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 30px;
	margin: 0;
}

.btn:hover, 
.btn:focus, 
.btn:active, 
.btn:active:focus, 
.btn.active, 
.btn.active:focus, 
button:hover, 
button:focus, 
button:active, 
button:active:focus, 
button.active, 
button.active:focus, 
input[type="button"]:hover, 
input[type="button"]:focus, 
input[type="button"]:active, 
input[type="button"]:active:focus, 
input[type="button"].active, 
input[type="button"].active:focus, 
input[type="submit"]:hover, 
input[type="submit"]:focus, 
input[type="submit"]:active, 
input[type="submit"]:active:focus, 
input[type="submit"].active, 
input[type="submit"].active:focus {
	color: #ffffff;
	text-decoration: none; 
	box-shadow: inset rgba(0, 0, 0, 0.30) 0 0 30px;
}

.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-gray,
button.btn-gray,
input.btn-gray[type="button"],
input.btn-gray[type="submit"] {
	width: auto;
	height: 54px;
	float: none;
	display: inline-block;
	font-weight: normal;
	font-family: "gothamboldregular", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #787979;
	line-height: 50px;
	letter-spacing: 0.02em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	vertical-align: middle;
	background: none;
	border: 2px solid #787979; 
	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;
	overflow: hidden;
	z-index: 1;
}

.btn-gray:before,
button.btn-gray:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #f4b31b;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 50px;
	z-index: -1;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray:active:focus,
.btn-gray.active,
.btn-gray.active:focus,
button.btn-gray:hover,
button.btn-gray:focus,
button.btn-gray:active,
button.btn-gray:active:focus,
button.btn-gray.active,
button.btn-gray.active:focus,
input.btn-gray[type="button"]:hover,
input.btn-gray[type="button"]:focus,
input.btn-gray[type="button"]:active,
input.btn-gray[type="button"]:active:focus,
input.btn-gray[type="button"].active,
input.btn-gray[type="button"].active:focus,
input.btn-gray[type="submit"]:hover,
input.btn-gray[type="submit"]:focus,
input.btn-gray[type="submit"]:active,
input.btn-gray[type="submit"]:active:focus,
input.btn-gray[type="submit"].active,
input.btn-gray[type="submit"].active:focus {
	color: #ffffff;
	text-decoration: none;
	background: none;
	box-shadow: none;
}

.btn-gray:hover:before,
.btn-gray:focus:before,
.btn-gray:active:before,
.btn-gray:active:focus:before,
.btn-gray.active:before,
.btn-gray.active:focus:before,
button.btn-gray:hover:before,
button.btn-gray:focus:before,
button.btn-gray:active:before,
button.btn-gray:active:focus:before,
button.btn-gray.active:before,
button.btn-gray.active:focus:before {
	top: 0;
}

.btn-white,
button.btn-white,
input.btn-white[type="button"],
input.btn-white[type="submit"] {
	width: auto;
	height: 44px;
	float: none;
	display: inline-block;
	font-weight: normal;
	font-family: "gothamboldregular", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #ffffff;
	line-height: 40px;
	letter-spacing: 0.02em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	vertical-align: middle;
	background: none;
	border: 2px solid #ffffff; 
	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;
	overflow: hidden;
	z-index: 1;
}

.btn-white:before,
button.btn-white:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #bf2428;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 40px;
	z-index: -1;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white:active:focus,
.btn-white.active,
.btn-white.active:focus,
button.btn-white:hover,
button.btn-white:focus,
button.btn-white:active,
button.btn-white:active:focus,
button.btn-white.active,
button.btn-white.active:focus,
input.btn-white[type="button"]:hover,
input.btn-white[type="button"]:focus,
input.btn-white[type="button"]:active,
input.btn-white[type="button"]:active:focus,
input.btn-white[type="button"].active,
input.btn-white[type="button"].active:focus,
input.btn-white[type="submit"]:hover,
input.btn-white[type="submit"]:focus,
input.btn-white[type="submit"]:active,
input.btn-white[type="submit"]:active:focus,
input.btn-white[type="submit"].active,
input.btn-white[type="submit"].active:focus {
	color: #ffffff;
	text-decoration: none;
	background: none;
	box-shadow: none;
}

.btn-white:hover:before,
.btn-white:focus:before,
.btn-white:active:before,
.btn-white:active:focus:before,
.btn-white.active:before,
.btn-white.active:focus:before,
button.btn-white:hover:before,
button.btn-white:focus:before,
button.btn-white:active:before,
button.btn-white:active:focus:before,
button.btn-white.active:before,
button.btn-white.active:focus:before {
	top: 0;
}

.btn-out {
	width: 100%;
	float: left;
}

@media only screen and (max-width:1023px) {
.btn, 
button, 
input[type="button"], 
input[type="submit"] {
	height: 50px;
	line-height: 50px;
}

.btn-gray { 
	height: 50px;
	font-size: 16px;
	line-height: 46px;
}
}

@media only screen and (max-width:767px) {
.btn, 
button, 
input[type="button"], 
input[type="submit"] {
	height: 45px; 
	line-height: 45px;
	padding: 0 25px;
}

.btn-white,
button.btn-white,
input.btn-white[type="button"],
input.btn-white[type="submit"] {
	font-size: 13px;
	padding: 0 15px;
}

.btn-gray,
button.btn-gray,
input.btn-gray[type="button"],
input.btn-gray[type="submit"] {
	height: 45px;
	font-size: 14px;
	line-height: 41px;
}
}


/* #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
}
}




/* #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: 34px;
	height: 34px;
	float: left;
	background: #e9e9ea;
	border-radius: 30px;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -99999px;
	margin: -17px 0 0 0;
}

.owl-nav div:hover {background:#1c2c4e;}

.owl-nav div:before {
	width: 100%;
	height: 100%;
	float: left;
	font-family: "FontAwesome";
	font-size: 14px;
	color: #000000;
	line-height: 36px;
	text-align: center;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.owl-nav div:hover:before {color:#ffffff;}

.owl-nav .owl-prev {left:0;}

.owl-nav .owl-prev:before {
	content: "\f053";
	padding-right: 2px;
}

.owl-nav .owl-next {right:0;}

.owl-nav .owl-next:before {
	content: "\f054";
	padding-left: 2px;
}


@media only screen and (max-width:767px) {
.owl-nav .owl-prev {left:6%;}

.owl-nav .owl-next {right:6%;}
}

/* Bullets */
.owl-dots {
	width: 100%; 
	float: none;
	display: inline-block;
	vertical-align: middle; 
	padding: 0;
	margin: 20px 0 0 0;
}

.owl-dots .owl-dot {
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	padding: 0;
	margin: 0 3px;
}

.owl-dots .owl-dot span {
	display: block;
	width: 20px;
	height: 20px;
	background: #ffffff; 
	border: none;
	border-radius: 30px;
	text-indent: -9999px;
	padding: 0;
	margin: 0;
}

.owl-dots .owl-dot.active span {
	width: 20px;
	height: 20px;
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #1c2c4e; 
}

.owl-carousel .owl-controls .disabled, 
.owl-carousel .owl-controls .disabled {
	display: none;
}

@media only screen and (max-width:1023px) {
.owl-dots {
	margin: 17px 0 0 0;
}

.owl-dots .owl-dot span {
	width: 17px;
	height: 17px;
}

.owl-dots .owl-dot.active span {
	width: 17px;
	height: 17px;
}
}

@media only screen and (max-width:767px) {
.owl-dots {
	margin: 14px 0 0 0;
}

.owl-dots .owl-dot span {
	width: 13px;
	height: 13px;
}

.owl-dots .owl-dot.active span {
	width: 13px;
	height: 13px;
}
}



/*
 3.) Container - Main
----------------------------------------*/

.container-main {
	width: 100%;
	float: left;
	background: #ffffff;
	overflow: hidden;
}

.container {
	width: 100%;
	max-width: 1460px;
	margin: 0 auto;
	padding: 0 30px;
}

@media only screen and (max-width: 767px) {
.container {
	max-width: 100%;
	padding: 0 5%;
}
}


/* 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;
}


/*
 4.) Header - Main
----------------------------------------*/

.header-main {
	width: 100%;
	height: 86px;
	float: left;
	background: rgba(7, 21, 53, 0.70);
	z-index: 300;
	position: absolute;
	top: 0;
	left: 0;
}

.header-main .container {
	padding: 0 60px;
}

/* Logo */

.header-main .logo {
	width: 175px;
	float: left;
	margin: 11px 0 0 0;
}

.header-main .logo img {
	width: 100%;
}

/* Navbar */

.header-main .nav-bar {
	float: right;
}

.header-main .nav-bar nav {
	float: left;
}

.header-main .nav-bar nav ul {
	float: left;
}

.header-main .nav-bar nav ul li {
	height: 86px;
	float: left;
	font-family: "gothammediumregular", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	line-height: 18px;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 0 40px;
}

.header-main .nav-bar nav ul li:before {
	display: none;
}

.header-main .nav-bar nav ul li a {
	height: 86px;
	float: left;
	color: #ffffff;
	line-height: 86px;
	text-decoration: none;
}

.header-main .nav-bar nav ul li:hover > a {
	text-decoration: underline;
}

.header-main .nav-bar nav ul li:hover > a, 
.header-main .nav-bar nav ul li.active > a {
	color: #f4b31b;
	text-decoration: underline;
}

.header-main .nav-bar .btn {
	width: 202px;
	margin: 16px 0 0 35px;
	padding: 0;
}

@media only screen and (max-width:1399px) {
.header-main .nav-bar nav ul li {
	margin: 0 0 0 30px;
}

.header-main .nav-bar .btn {
	width: 130px;
	margin: 16px 0 0 30px;
}
}

@media only screen and (max-width:1299px) {
.header-main .logo {
	width: 160px;
	margin: 13px 0 0 0;
}

.header-main .nav-bar nav ul li {
	margin: 0 0 0 25px;
}

.header-main .nav-bar .btn {
	width: 100px;
	margin: 16px 0 0 25px;
}
}

@media only screen and (min-width:1200px) {
.header-main .nav-bar {
	display: block!important;
}
}

@media only screen and (max-width:1199px) {
.header-main {
	width: 100%;
	height: 86px;
	padding: 13px 0;
}

.header-main .container {
	padding: 0 60px;
}

.header-main .logo {
	width: 160px;
	margin: 0;
}

.header-main .nav-bar {
	width: 100%;
	max-width: 360px;
	display: none;
	background: rgba(7, 21, 53, 0.70);
	border-top: 1px solid rgba(255, 255, 255, 0.50);
	position: absolute;
	top: 86px;
	right: 0;
	padding: 25px 40px;
}

.header-main .nav-bar nav {
	width: 100%;
}

.header-main .nav-bar nav ul {
	width: 100%;
}

.header-main .nav-bar nav ul li {
	width: 100%;
	height: auto;
	margin: 0;
}

.header-main .nav-bar nav ul li a {
	width: 100%;
	height: auto;
	line-height: 1.2em;
	padding: 8px 0;
}

.header-main .nav-bar .btn {
	width: 100%;
	padding: 0;
	margin: 30px 0 0 0;
}
}

@media only screen and (max-width:767px) {
.header-main {
	background: rgba(7, 21, 53, 1);
	position: relative;
}

.header-main .container {
	padding: 0 5%;
}

.header-main .nav-bar {
	max-width: 100%;
	height: 100%;
	background: rgba(7, 21, 53, 0.90);
	overflow: auto;
	overflow-x: hidden;
	position: fixed;
	top: 86px;
	padding: 25px 5% 0 5%;
}

.header-main .nav-bar nav {
	padding-bottom: 30px;
}

.header-main .nav-bar nav ul li a {
	padding: 8px 0;
}

.header-main .nav-bar .btn {
	margin: 0 0 130px 0;
}

.hidden-scroll {
	overflow: hidden;
}
}


/* Menu - Btn */
.header-main .menu-btn {
	width: 30px;
	height: 24px;
	float: left;
	display: none;
	cursor: pointer;
	z-index: 10001;
	position: absolute;
	top: 31px;
	right: 60px;
}

.header-main .menu-btn span {
	width: 100%;
	float: right;
	text-decoration: none;
	position: relative;
}

.header-main .menu-btn span {
	width: 100%;
	height: 4px;
	float: left;
	background: #ffffff;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: 10px 0 0 0;
}

.header-main .menu-btn span:before {
	content: "";
	width: 100%;
	height: 4px;
	float: left;
	background: #ffffff;
	position: absolute;
	top: -8px;
	left: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header-main .menu-btn span:after {
	content: "";
	width: 100%;
	height: 4px;
	float: left;
	background: #ffffff;
	position: absolute;
	top: 8px;
	left: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header-main .menu-btn.active {
	color: #ffffff;
}

.header-main .menu-btn.active span {
	background: none;
}

.header-main .menu-btn.active span:before {
	height: 3.3px;
	top: 0;
	background: #ffffff;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.header-main .menu-btn.active span:after {
	height: 3.3px;
	top: 0;
	background: #ffffff;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

@media only screen and (max-width:1199px) {
.header-main .menu-btn {
	display: block;
}
}

@media only screen and (max-width:767px) {
.header-main .menu-btn {
	width: 25px;
	height: 35px;
	top: 25px;
	right: 5%;
}

.header-main .menu-btn span {
	height: 3px;
	margin: 16px 0 5px 0;
}

.header-main .menu-btn span:before {
	height: 3px;
	top: -7px;
}

.header-main .menu-btn span:after {
	height: 3px;
	top: 7px;
}

.header-main .menu-btn.active span:before {
	height: 2.3px;
}

.header-main .menu-btn.active span:after {
	height: 2.3px;
}
}


/*
 5.) Banner - Main
----------------------------------------*/

.banner-main {
	width: 100%;
	float: left;
	position: relative;
}

.banner-main figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.banner-main figure img {
	width: 100%;
	min-width: 2300px;
	margin: 0 -1150px;
}

@media only screen and (max-width: 1023px) {
.banner-main figure img {
	min-width: 1800px;
	margin: 0 -900px;
}
}

@media only screen and (max-width: 767px) {
.banner-main figure {
	text-align: right;
}

.banner-main figure img {
	min-width: 1000px;
	margin: 0 0 0 -380px;
}
}


/* Banner - Main - In */
.banner-main .banner-main-in {
	width: 100%;
	float: left;
	position: relative;
}


/* Banner - Content */
.banner-main .banner-content {
	width: 100%;
	height: 100%;
	float: left;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	padding: 150px 0 245px 0;
}

.banner-main .banner-content {
	width: 100%;
	height: 100%;
	float: left;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	padding: 150px 0 245px 0;
}

.banner-main .banner-content .container {
	max-width: 1230px;
}

.banner-main .banner-content .middle-content {
	width: 100%;
	float: left;
	background: rgba(0, 0, 0, 0.45);
}

.banner-main .banner-content .middle-content h1, 
.banner-main .banner-content .middle-content h2 {
	font-family: "gothambookregular", Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	padding: 0 0 10px 0;
}

.banner-main .banner-content .middle-content h1 strong, 
.banner-main .banner-content .middle-content h2 strong {
	font-family: "gothamboldregular", Arial, Helvetica, sans-serif;
}

.banner-main .banner-content .middle-content p {
	width: 100%;
	float: left;
	font-family: "gotham_lightregular", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
	letter-spacing: 0.01em;
	padding: 0 9%;
}

.banner-main .banner-content .middle-content .btn-white {
	width: 220px;
	padding: 0;
}

.banner-main .banner-content .middle-content .btn-out {
	padding: 23px 0 2px 0;
}

.banner-main .banner-content .item {
	width: 100%;
	float: left;
}

.banner-main .banner-content .owl-dots {
	background: rgba(0, 0, 0, 0.45);
	padding: 20px 0 0 0;
	margin: 0;
}

.banner-main .banner-content .slider-bg {
	width: 100%;
	max-width: 565px;
	float: left;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.45) 0 0 70px 100px;
}

@media only screen and (max-width: 1023px) {
.banner-main .banner-content {
	padding: 85px 0;
}

.banner-main .banner-content .middle-content h1,
 .banner-main .banner-content .middle-content h2 {
	font-size: 27px;
}

.banner-main .banner-content .middle-content p {
	font-size: 18px;
	line-height: 22px;
	padding: 0 9%;
}

.banner-main .banner-content .slider-bg {
	box-shadow: rgba(0, 0, 0, 0.45) 0 0 30px 40px;
	max-width: 450px;
}
}

@media only screen and (max-width: 767px) {

.banner-main .banner-content {
	position: relative;
	background: #f5f5f5;
	padding: 45px 0 40px 0;
}

.banner-main .banner-content .container {
	max-width: 540px;
}

.banner-main .banner-content .middle-content {
	background: none;
}

.banner-main .banner-content .middle-content h1, 
.banner-main .banner-content .middle-content h2 {
	font-size: 22px;
	color: #1c2c4e;
}

.banner-main .banner-content .middle-content p {
	font-size: 16px;
	color: #1c2c4e;
	line-height: 20px;
}

.banner-main .banner-content .middle-content .btn-white {
	width: 180px;
	border-color: #1c2c4e;
	color: #1c2c4e;
}

.banner-main .banner-content .middle-content .btn-white:hover, .banner-main .banner-content .middle-content .btn-white:focus, .banner-main .banner-content .middle-content .btn-white:active, .banner-main .banner-content .middle-content .btn-white:active:focus, .banner-main .banner-content .middle-content .btn-white.active:focus {
	color: #ffffff;
}

.banner-main .banner-content .outer-bg {
	display: block
}

.banner-main .banner-content .inner-bg {
	display: block
}

.banner-main .banner-content .slider-bg {
	max-width: 100%;
	box-shadow: none;
}

.banner-main .banner-content .owl-dots {
	background: none;
}

.banner-main .banner-content .owl-dots .owl-dot span {
	background: #666666;
}

.banner-main .banner-content .owl-dots .owl-dot.active span {
	background: #1c2c4e;
}
}


/*
 6.) CTA - Info
----------------------------------------*/

.cta-info {
	width: 100%;
	float: left;
	background: rgba(7, 21, 53, 0.70);
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 6px 0 134px 0;
}

@media only screen and (max-width: 1023px) {
.cta-info {
	position: relative;
	background: rgba(7, 21, 53, 1);
	padding: 40px 0 90px 0;
}
}

@media only screen and (max-width: 767px) {
.cta-info {
	padding: 45px 0 25px 0;
}
}


/* Donation - Bar */
.donation-bar {
	width: 100%;
	float: left;
	text-align: center;
}

.donation-bar .donation {
	width: 100%;
	max-width: 315px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.donation-bar .donation h3 {
	font-family: "gothammediumregular", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #ffffff;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 0.04em;
	padding: 0 0 13px 0;
	margin: 0 0 5px 0;
}

.donation-bar .donation h3:before {
	content: "";
	width: 210px;
	height: 13px;
	float: left;
	background: url(/images/divider-01.png) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -105px;
}

.donation-bar .donation p {
	width: 100%;
	float: left;
	font-family: "arialnarrow", Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #ffffff;
	line-height: 11px;
	text-transform: uppercase;
	padding: 0 12%;
}

.donation-bar .donation ul {
	width: 102%;
	float: left;
	padding: 0 0 7px 0;
	margin: 0 -1% -4.1% -1%;
}

.donation-bar .donation ul li {
	width: 21.4%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 1% 4.1% 1%;
}

.donation-bar .donation ul li:before {
	display: none;
}

.donation-bar .donation ul li a {
	width: 100%;
	height: 44px;
	float: left;
	font-family: "gothammediumregular", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	line-height: 40px;
	border: 2px solid #ffffff;
	padding: 0 5px;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.donation-bar .donation ul li a:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #bf2428;
	position: absolute;
	top: 42px;
	left: 0;
	z-index: -1;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.donation-bar .donation ul li a:hover {
	text-decoration: none;
}

.donation-bar .donation ul li a:hover:before {
	top: 0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

@media only screen and (max-width: 1023px) {
.donation-bar {
	padding: 0 0 20px 0;
}
}

@media only screen and (max-width: 767px) {
.donation-bar .donation {
	max-width: 260px;
}

.donation-bar .donation ul li a {
	font-size: 18px;
}

.donation-bar .donation p {
	padding: 0 6%;
}
}


/*
 7.) Feature - Links
----------------------------------------*/

.feature-links-out {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0;
	margin: -115px 0 0 0;
}

.feature-links {
	width: 100%;
	max-width: 1020px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.feature-links ul {
	float: left;
}

.feature-links ul:nth-child(even) {
	float: right;
}

.feature-links ul:nth-child(even) li {
	margin: 0 25px 0 0;
}

.feature-links ul:nth-child(even) li:last-child {
	margin-right: 0;
}

.feature-links ul li {
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-family: "gotham_lightregular", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 1em;
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.feature-links ul li:before {
	display: none;
}

.feature-links ul li a {
	width: 100%;
	height: 115px;
	float: left;
	color: #ffffff;
}

.feature-links ul li span {
	width: 100%;
	float: left;
}

.feature-links ul li .icon-bg {
	width: 100%;
	height: 53px;
	float: left;
	font-family: "gothamboldregular", Arial, Helvetica, sans-serif;
	font-size: 50px;
	margin-top: 26px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.feature-links ul li .txt {
	padding-top: 12px;
}

.feature-links ul li a:hover .icon-bg {
	margin-top: 20px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

@media only screen and (max-width: 1023px) {
.feature-links-out {
	margin: 0;
}

.feature-links ul {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 -20px 0;
}

.feature-links ul:nth-child(even) {
	float: none;
	display: inline-block;
	vertical-align: top;
}

.feature-links ul:nth-child(even) li {
	margin: 0 10px 20px 10px;
}

.feature-links ul:nth-child(even) li:last-child {
	margin-right: 10px;
}

.feature-links ul li {
	margin: 0 10px 20px 10px;
}
}

@media only screen and (max-width: 767px) {
.feature-links {
	max-width: 420px;
	float: none;
	display: inline-block;
}

.feature-links ul {
	width: 100%;
	float: left;
	margin: 0 0 -20px 0;
}

.feature-links ul:nth-child(even) {
	float: left;
}

.feature-links ul li {
	width: 42%;
	font-size: 15px;
}

.feature-links ul li .icon-bg {
	font-size: 42px;
}

.feature-links ul li .icon-bg img {
	max-width: 45%;
}
}


/*
 8.) Content Box - Home
----------------------------------------*/

/* Content - Main */
.content-main {
	width: 100%;
	float: left;
}

.content-main .container {
	max-width: 1230px;
}

@media only screen and (max-width: 767px) {
.content-main .container {
	padding: 0;
}
}


/* Content - Box - Home */
.content-box-home {
	width: 100%;
	float: left;
	position: relative;
	margin: -130px 0 40px 0;
	z-index: 50;
}

@media only screen and (max-width: 1023px) {
.content-box-home {
	margin: -70px 0 -25px 0;
}
}

@media only screen and (max-width: 767px) {

.content-box-home {
	margin: 0;
}
}


/*
 9.) Newsletter
----------------------------------------*/

/* Section - Box */
.section-box {
	width: 100%;
	float: left;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 15px, rgba(0, 0, 0, 0.3) 0 10px 15px;
	position: relative;
	margin: 0 0 23px 0;
}

@media only screen and (max-width: 1023px) {
.section-box {
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 12px, rgba(0, 0, 0, 0.3) 0 6px 12px;
}
}

@media only screen and (max-width: 767px) {
.section-box {
	margin: 0 0 20px 0;
}
}


/* Newsletter */
.newsletter {
	width: 100%;
	float: left;
	background: #324a7c;
	background: -webkit-linear-gradient(left, #324a7c, #1c2c4e);
	background: -o-linear-gradient(left, #324a7c, #1c2c4e);
	background: -moz-linear-gradient(left, #324a7c, #1c2c4e);
	background: linear-gradient(left, #324a7c, #1c2c4e);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#324a7c', endColorstr='#1c2c4e', GradientType=0);
	text-align: center;
	position: relative;
	z-index: 40;
	padding: 18px 20px;
}

.newsletter .join-form {
	width: 100%;
	max-width: 950px;
	float: none;
	display: inline-block;
}

.newsletter .join-form h2 {
	width: 285px;
	float: none;
	font-family: "gotham_lightregular", Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	letter-spacing: 0.05em;
	padding: 0 10px 11px 0;
	margin: 0 -285px 0 -2px;
}

.newsletter .join-form h2 strong {
	font-family: "gothamboldregular", Arial, Helvetica, sans-serif;
}

.newsletter .join-form h2:before {
	content: "";
	width: 207px;
	height: 13px;
	float: left;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(/images/divider-01.png) no-repeat center center;
	background-size: 100% auto;
}

.newsletter .join-form .input {
	height: 40px;
	font-family: "gothambookregular", Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 0.04em;
	background: #f0efef;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 10px 15px;
}

.newsletter .join-form :placeholder {
	color: #5d5d5d;
}

.newsletter .join-form ::-webkit-input-placeholder, 
.newsletter .join-form ::-webkit-textarea-placeholder {
	color: #5d5d5d;
}

.newsletter .join-form input::-moz-placeholder {
	color: #5d5d5d;
}

.newsletter .join-form ::-moz-placeholder {
	color: #5d5d5d;
}

.newsletter .join-form :-ms-input-placeholder {
	color: #5d5d5d;
}

.newsletter .join-form ul {
	width: 100%;
	float: left;
}

.newsletter .join-form ul li {
	width: 73.2%;
	float: left;
	padding: 0 15px 0 0;
}

.newsletter .join-form ul li.zip-cl {
	width: 26.8%;
}

.newsletter .join-form ul li:before {
	display: none;
}

.newsletter .join-form .btn-white {
	width: 130px;
	height: 40px;
	float: right;
	font-size: 14px;
	line-height: 36px;
	position: absolute;
	top: 0;
	right: 0;
	box-shadow: rgba(0, 0, 0, 0.3) 0 0 16px;
}

.newsletter .join-form .form-bg {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 130px 0 285px;
	margin: 0 -2px;
}

@media only screen and (max-width: 1199px) {
.newsletter .join-form {
	max-width: 880px;
}

.newsletter .join-form h2 {
	width: 265px;
	margin: 0 -265px 0 -2px;
}

.newsletter .join-form .form-bg {
	padding: 0 130px 0 265px;
}
}

@media only screen and (max-width: 1023px) {
.newsletter .join-form {
	max-width: 620px;
}

.newsletter .join-form h2 {
	width: 100%;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
}

.newsletter .join-form .form-bg {
	width: 100%;
	padding: 0 130px 0 0;
}
}

@media only screen and (max-width: 767px) {
.newsletter .join-form {
	max-width: 380px;
	text-align: center;
}

.newsletter .join-form h2 {
	width: auto;
	float: none;
	display: inline-block;
}

.newsletter .join-form ul {
	width: 100%;
	float: left;
}

.newsletter .join-form ul li {
	width: 100%;
	padding: 0 0 15px 0;
}

.newsletter .join-form ul li.zip-cl {
	width: 100%;
	padding: 0 0 15px 0;
}

.newsletter .join-form .btn-white {
	width: 100%;
	float: left;
	position: relative;
}

.newsletter .join-form .form-bg {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}
}


/*
 10.) Welcome - Box
----------------------------------------*/

.welcome-box {
	width: 100%;
	float: left;
	text-align: center;
	background: #fafafa url(/images/welcome-bg.jpg) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 55px 55px 80px 55px;
	margin: 0 0 23px 0;
}

.welcome-box:last-child {
	margin: 0;
}

.welcome-box h2 {
	width: 100%;
	float: left;
	font-family: "gotham_lightregular", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #1c2c4e;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding: 0 0 34px 0;
	margin: 0 0 33px 0;
}

.welcome-box h2 strong {
	font-family: "gothammediumregular", Arial, Helvetica, sans-serif;
}

.welcome-box h2:before {
	content: "";
	width: 432px;
	height: 26px;
	float: left;
	background: url(/images/divider-01.png) no-repeat top center;
	background-size: 100% auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -216px;
}

.welcome-box p {
	font-family: "gotham_lightregular", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #1c2c4e;
	line-height: 24px;
	letter-spacing: 0.04em;
	padding: 0 0 24px 0;
}

.welcome-box p:last-child {
	padding: 0;
}

.welcome-box .btn-gray {
	width: 260px;
	padding: 0;
}

.welcome-box .btn-out {
	padding: 25px 0 0 0;
}

.welcome-box .welcome-content {
	width: 100%;
	float: left;
}

@media only screen and (max-width: 1199px) {
.welcome-box {
	padding: 50px 50px 70px 50px;
}
}

@media only screen and (max-width: 1023px) {
.welcome-box {
	padding: 40px 40px 60px 40px;
}

.welcome-box h2 {
	font-size: 22px;
	padding: 0 0 27px 0;
	margin: 0 0 27px 0;
}

.welcome-box h2:before {
	width: 400px;
	height: 22px;
	margin: 0 0 0 -200px;
}

.welcome-box p {
	font-size: 18px;
	line-height: 23px;
	padding: 0 0 20px 0;
}

.welcome-box .btn-gray {
	width: 240px;
	padding: 0;
}

.welcome-box .btn-out {
	padding: 20px 0 0 0;
}
}

@media only screen and (max-width: 767px) {
.welcome-box {
	padding: 45px 5%;
	margin: 0 0 15px 0;
}

.welcome-box h2 {
	font-size: 20px;
	padding: 0 0 22px 0;
	margin: 0 0 22px 0;
}

.welcome-box h2:before {
	width: 280px;
	height: 18px;
	margin: 0 0 0 -140px;
}

.welcome-box p {
	font-size: 16px;
	line-height: 21px;
}

.welcome-box .btn-gray {
	width: 200px;
	padding: 0;
}

.welcome-box .btn-out {
	padding: 15px 0 0 0;
}

.welcome-box .welcome-content {
	max-width: 540px;
	float: none;
	display: inline-block;
}
}


/*
 11.) Issues - Box
----------------------------------------*/

.issues-box {
	width: 100%;
	float: left;
	text-align: center;
	background: #fafafa url(/images/issues-bg.jpg) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 15px, rgba(0, 0, 0, 0.3) 0 10px 15px;
	padding: 40px 65px 35px 65px;
	margin: 0 0 28px 0;
}

.issues-box:last-child {
	margin: 0;
}

.issues-box h2 {
	width: 100%;
	float: left;
	font-family: "gotham_lightregular", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #1c2c4e;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding: 0 0 34px 0;
	margin: 0 0 33px 0;
}

.issues-box h2 strong {
	font-family: "gothammediumregular", Arial, Helvetica, sans-serif;
}

.issues-box h2:before {
	content: "";
	width: 432px;
	height: 26px;
	float: left;
	background: url(/images/divider-01.png) no-repeat top center;
	background-size: 100% auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -216px;
}

.issues-box .article {
background: rgba(255, 255, 255, 0.7);
	width: 23.2%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	position: relative;
	border: 2px solid #79797a;
	cursor: pointer;
	padding: 115px 12px 45px 12px;
	margin: 0 0.7% 1.8% 0.7%;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}

.issues-box .article a {
	width: 100%;
	float: left;
	text-decoration: none;
}

.issues-box .article h3 {
	font-family: "gothamboldregular", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #8d8d8d;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	border-bottom: 5px solid #f4b31b;
	padding: 0 0 4px 0;
	margin: 0 0 4px 0;
}

.issues-box .article p {
	width: 100%;
	float: left;
	font-family: "gothambookregular", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8d8d8d;
	line-height: 15px;
	letter-spacing: 0.06em;
	background: url(/images/icon-arrow-01.png) no-repeat right center;
	background-size: 29px auto;
	padding: 0 40px 0 0;
}

.issues-box .article:hover {
	background: #ffffff;
	box-shadow: rgba(0,0,0, .20) 0 0 45px;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	z-index: 20;
}

.issues-box .article-out {
	width: 101.4%;
	float: left;
	padding: 0 0 30px 0;
	margin: 0 -0.7% -1.8% -0.7%;
}

.issues-box .article-out:last-child {
	padding: 0;
}

.issues-box .btn-gray {
	width: 260px;
	padding: 0;
}

.issues-box .issues-content {
	width: 100%;
	float: left;
}

@media only screen and (max-width: 1199px) {
.issues-box {
	padding: 40px 50px 35px 50px;
}

.issues-box .article {
	padding: 100px 12px 45px 12px;
}
}

@media only screen and (max-width: 1023px) {
.issues-box {
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 12px, rgba(0, 0, 0, 0.3) 0 6px 12px;
	padding: 40px 40px 35px 40px;
}

.issues-box h2 {
	font-size: 22px;
	padding: 0 0 27px 0;
	margin: 0 0 27px 0;
}

.issues-box h2:before {
	width: 400px;
	height: 22px;
	margin: 0 0 0 -200px;
}

.issues-box .article {
	width: 31.5%;
	padding: 95px 12px 45px 12px;
}

.issues-box .article h3 {
	font-size: 17px;
	letter-spacing: 0.05em;
	border-bottom-width: 4px;
}

.issues-box .article p {
	background-size: 25px auto;
	padding: 0 30px 0 0;
}

.issues-box .btn-gray {
	width: 240px;
}
}

@media only screen and (max-width: 767px) {
.issues-box {
	padding: 40px 5%;
	margin: 0 0 20px 0;
}

.issues-box h2 {
	font-size: 20px;
	padding: 0 0 22px 0;
	margin: 0 0 22px 0;
}

.issues-box h2:before {
	width: 280px;
	height: 18px;
	margin: 0 0 0 -140px;
}

.issues-box .article {
	width: 48%;
	padding: 95px 12px 45px 12px;
}

.issues-box .article h3 {
	font-size: 16px;
	letter-spacing: 0.04em;
	border-bottom-width: 3px;
}

.issues-box .article p {
	letter-spacing: 0.05em;
	background-size: 20px auto;
	padding: 0 25px 0 0;
}

.issues-box .btn-gray {
	width: 200px;
}

.issues-box .issues-content {
	width: 100%;
	max-width: 540px;
	float: none;
	display: inline-block;
}
}

@media only screen and (max-width: 479px) {
.issues-box .article {
	width: 100%;
	max-width: 250px;
	margin: 0 0 7px 0;
}

.issues-box .article-out {
	width: 100%;
	padding: 0 0 25px 0;
	margin: 0 0 -7px 0;
}
}


/*
 Social - Links
----------------------------------------*/
.social-links {
	width: 100%;
	float:left;
	text-align:center; 
	padding:0; 
	margin:8px 0 0 0 ;
}

.social-links ul {
	width:100%;
	float:left;
	padding:0;
	margin:0 0 6px 0;
}

.social-links ul li {
	width:32px;
	height:32px; 
	float:none;
	display:inline-block; 
	vertical-align:top; 
	background: none;
	border-radius:6px;
	padding:0;
	margin:0 2px 4px 2px;
}

.social-links ul li span {display:none;}

.social-links ul li a {
	width:32px;
	height:32px;
	float:left;
	font-size:22px;
	color:#bdbdbd;
	line-height:33px;
	text-decoration:none;
	background: none; 
	padding:0; 
	margin:0;
	border-radius:6px;

}

.social-links ul li a:hover { 
	text-decoration:none;
	background:#00a8ff;
	color:#fff;
}

.social-links ul li:before {
	content: none;
	width: 5px;
	height: 5px;
	float: left;
	background: #585858;
	border-radius: 10px;
	position: absolute;
	top: 12px;
	left: 0;
}


/*
 12.) Social - box
----------------------------------------*/

.social-box {
	width: 100%;
	float: left;
	text-align: center;
	background: #fafafa url(/images/social-bg.jpg) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 15px, rgba(0, 0, 0, 0.3) 0 10px 15px;
	padding: 45px 120px 40px 120px;
	margin: 0 0 28px 0;
}

.social-box:last-child {
	margin: 0;
}

.social-box h2 {
	width: 100%;
	float: left;
	font-family: "gotham_lightregular", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #1c2c4e;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding: 0 0 34px 0;
	margin: 0 0 33px 0;
}

.social-box h2 strong {
	font-family: "gothammediumregular", Arial, Helvetica, sans-serif;
}

.social-box h2:before {
	content: "";
	width: 432px;
	height: 26px;
	float: left;
	background: url(/images/divider-01.png) no-repeat top center;
	background-size: 100% auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -216px;
}

.social-box .article {
	width: 30.9%;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: rgba(255, 255, 255, 0.7);
	border: 2px solid #cecdcd;
	cursor: pointer;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	padding: 23px 30px 85px 30px;
	margin: 0 1% 2.5% 1%;
}

.social-box .article:before {
	content: "";
	width: 92%;
	height: 15px;
	float: left;
	background: url(/images/divider-01.png) no-repeat top center;
	background-size: 100% auto;
	position: absolute;
	bottom: 55px;
	left: 4%;
}

.social-box .article a {
	width: 100%;
	float: left;
	text-decoration: none;
}

.social-box .article .icon-twitter {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 36px;
	color: #60a9dd;
	padding: 0 0 7px 0;
}

.social-box .article .post-date {
	width: 100%;
	float: left;
	font-family: "gothamboldregular", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #787878;
	line-height: 12px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	padding: 0 0 17px 0;
}

.social-box .article p {
	width: 100%;
	float: left;
	font-family: "gothambookregular", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #787878;
	line-height: 24px;
	letter-spacing: 0.02em;
	padding: 0;
}

.social-box .article:hover {
	background: rgba(255, 255, 255, 1);
	box-shadow: rgba(0,0,0, .20) 0 0 45px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.social-box .article-out {
	width: 102%;
	float: left;
	margin: 0 -1% -2.5% -1%;
}

.social-box .social-content {
	width: 100%;
	float: left;
}

@media only screen and (max-width: 1199px) {
.social-box {
	padding: 45px 70px 40px 70px;
}

.social-box .article {
	padding: 23px 25px 85px 25px;
}
}

@media only screen and (max-width: 1023px) {
.social-box {
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 12px, rgba(0, 0, 0, 0.3) 0 6px 12px;
	padding: 40px 50px 35px 50px;
}

.social-box h2 {
	font-size: 22px;
	padding: 0 0 27px 0;
	margin: 0 0 27px 0;
}

.social-box h2:before {
	width: 400px;
	height: 22px;
	margin: 0 0 0 -200px;
}

.social-box .article {
	width: 30.6%;
	padding: 20px 10px 75px 10px;
}

.social-box .article:before {
	bottom: 45px;
}

.social-box .article .icon-twitter {
	font-size: 30px;
}

.social-box .article .post-date {
	padding: 0 0 14px 0;
}

.social-box .article p {
	font-size: 12px;
	line-height: 20px;
}
}

@media only screen and (max-width: 767px) {
.social-box {
	box-shadow: none;
	padding: 40px 5%;
	margin: 0;
}

.social-box h2 {
	font-size: 20px;
	padding: 0 0 22px 0;
	margin: 0 0 22px 0;
}

.social-box h2:before {
	width: 280px;
	height: 18px;
	margin: 0 0 0 -140px;
}

.social-box .article {
	width: 48%;
	padding: 20px 10px 75px 10px;
	margin: 0 0.7% 1.8% 0.7%;
}

.social-box .article:before {
	bottom: 40px;
}

.social-box .article-out {
	width: 101.4%;
	float: left;
	margin: 0 -0.7% -1.8% -0.7%;
}

.social-box .social-content {
	width: 100%;
	max-width: 540px;
	float: none;
	display: inline-block;
}
}

@media only screen and (max-width: 479px) {
.social-box .article {
	width: 100%;
	max-width: 290px;
	margin: 0 0 7px 0.7%;
}

.social-box .article-out {
	width: 100%;
	margin: 0 0 -7px 0;
}
}


/*
 13.) Footer - Main
----------------------------------------*/

.footer-main {
	width: 100%;
	float: left;
	text-align: center;

	background: #1c2c4e;
	padding: 105px 0 40px 0;
}

.footer-main .container {
	max-width: 360px;
	padding: 0;
}

.footer-main .foot-logo {
	width: 100%;
	float: left;
	margin: 0 0 12px 0;
}

.footer-main .foot-logo img {
	max-width: 100%;
}

.footer-main p {
	font-family: "gothammediumregular", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 20px;
	letter-spacing: 0.02em;
	padding: 0 0 10px 0;
}

.footer-main p:last-child {
	padding-bottom: 0;
}

.footer-main p a {
	color: #ffffff;
}

.footer-main .text-box {
	float: none;
	display: inline-block;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 15px;
	border: 1px solid #ffffff;
	padding: 5px 10px 4px 10px;
	margin: 0 0 5px 0;
}

.footer-main .siteby {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 11px;
	color: #ffffff;
	line-height: 15px;
	padding: 0;
	margin: 0;
}

@media only screen and (max-width: 1199px) {
.footer-main {
	padding: 90px 0 40px 0;
}
}

@media only screen and (max-width: 767px) {
.footer-main {
	padding: 70px 0 30px 0;
}

.footer-main .foot-logo img {
	max-width: 190px;
}
}


/*
 14.) Content - Inner
----------------------------------------*/

.content-inner {
	width: 100%;
	float: left;
}


/*
 15.) Banner - Inner
----------------------------------------*/

/* Banner - Inner */
.banner-inner {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
}

.banner-inner figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.banner-inner figure img {
	width: 100%;
	min-width: 2600px;
	margin: 0 -1300px;
}

.banner-inner .banner-content {
	width: 100%;
	float: left;
	background: rgba(7, 21, 53, 0.70);
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 0 400px 0;
}

.banner-inner .banner-content h1 {
	width: 100%;
	float: left;
	font-family: "gothammediumregular", Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #ffffff;
	text-transform: uppercase;
	position: relative;
	padding: 0 0 28px 0;
	margin: 0 0 15px 0;
}

.banner-inner .banner-content h1:before {
	content: "";
	width: 100%;
	width: 100%;
	height: 32px;
	float: left;
	background: url(/images/divider-01.png) no-repeat center center;
	background-size: 432px auto;
	position: absolute;
	bottom: 0;
	left: 0;
}

.banner-inner .banner-content h1:last-child {
	margin-bottom: 0;
}

.banner-inner .banner-content .title-text {
	width: 100%;
	float: left;
	font-family: "gothambookregular", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 0 0 3px 0;
}

.banner-inner .banner-content aside {
	width: 100%;
	float: left;
	text-align: center;
	padding: 15px 0;
}

@media only screen and (max-width:1199px) {
.banner-inner figure img {
	min-width: 2000px;
	margin: 0 -1000px;
}

.banner-inner .banner-content {
	padding: 0 0 300px 0;
}

.banner-inner .banner-content h1 {
	font-size: 30px;
	padding: 0 0 28px 0;
}

.banner-inner .banner-content h1:before {
	background-size: 400px auto;
}

.banner-inner .banner-content aside {
	padding: 15px 0 10px 0;
}
}

@media only screen and (max-width: 1023px) {
.banner-inner figure img {
	min-width: 1700px;
	margin: 0 -850px;
}

.banner-inner .banner-content {
	padding: 0 0 200px 0;
}
}

@media only screen and (max-width: 767px) {
.banner-inner figure img {
	min-width: 1400px;
	margin: 0 -700px;
}

.banner-inner .banner-content {
	padding: 0 0 100px 0;
}

.banner-inner .banner-content .title-text {
	font-size: 12px;
	line-height: 18px;
}

.banner-inner .banner-content h1 {
	font-size: 24px;
	padding: 0 0 28px 0;
	margin: 0 0 10px 0;
}

.banner-inner .banner-content h1:before {
	height: 26px;
	background-size: 260px auto;
}
}


/*
 16.) Content Inner - Content Box
----------------------------------------*/

/* Content - Box */
.content-box {
	width: 100%;
	float: left;
	background: #fdfdfd url(/images/pattern-01.png) repeat;
	box-shadow: inset rgba(0, 0, 0, 0.25) 0 0 300px, rgba(0, 0, 0, 0.50) 0 0 15px;
	overflow: hidden;
	position: relative;
	z-index: 100;
	padding: 30px 30px;
	margin: -400px 0 -65px 0;
}

@media only screen and (max-width: 1199px) {
.content-box {
	margin: -300px 0 -50px 0;
}
}

@media only screen and (max-width: 1023px) {
.content-box {
	box-shadow: inset rgba(0, 0, 0, 0.20) 0 0 100px, rgba(0, 0, 0, 0.40) 0 0 10px;
	margin: -200px 0 -50px 0;
}
}

@media only screen and (max-width: 767px) {
.content-box {
	box-shadow: inset rgba(0, 0, 0, 0.20) 0 0 70px, rgba(0, 0, 0, 0.40) 0 0 10px;
	padding: 30px 20px;
	margin: -100px 0 -40px 0;
}
}


/* Left - Content */
.left-content {
	width: 64.20%;
	float: left;
}

@media only screen and (max-width: 1023px) {
.left-content {
	width: 100%;
	margin: 0 0 40px 0;
}
}


/* Side - Bar */
.side-bar {
	width: 30%;
	float: right;
}

.side-bar aside {
	width: 100%;
	float: left;
	margin: 0 0 35px 0;
}

.side-bar aside:last-child {
	margin-bottom: 0;
}

.side-bar aside h3 {
	width: 100%;
	float: left;
	font-family: "gotham_lightregular", Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #1c2c4e;
	letter-spacing: normal;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	padding: 0 0 15px 0;
	margin: 0 0 5px 0;
}

.side-bar aside h3 strong {
	font-family: "gothamboldregular", Arial, Helvetica, sans-serif;
}

.side-bar aside h3:before {
	content: "";
	width: 78.60%;
	height: 20px;
	float: left;
	background: url(/images/divider-01.png) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -39.30%;
}

.side-bar aside figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.side-bar aside figure img {
	width: 100%;
}

.side-bar .signup-form input {
	margin: 0 0 5px 0;
}

.side-bar .signup-form .btn {
	width: 100%;
	height: 40px;
	font-family: "gothamboldregular", Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #1c2c4e;
	line-height: 32px;
	letter-spacing: 0.04em;
	background: none;
	border: 4px solid #1c2c4e;
	border-radius: 0;
	padding: 0;
	margin: 0;
}

.side-bar .signup-form .btn:hover, .side-bar .signup-form .btn:focus, .side-bar .signup-form .btn:active, .side-bar .signup-form .btn:active:focus, .side-bar .signup-form .btn.active, .side-bar .signup-form .btn.active:focus {
	color: #ffffff;
	background: #d71f26;
	border-color: #d71f26;
	box-shadow: none;
}

.side-bar .signup-form .btn-red {
	color: #d71f26;
	border-color: #d71f26;
}

@media only screen and (max-width:1399px) {
.side-bar aside h3 {
	font-size: 36px;
}
}

@media only screen and (max-width:1199px) {
.side-bar aside h3 {
	font-size: 30px;
}

.side-bar .signup-form .btn {
	font-size: 16px;
	line-height: 30px;
	border-width: 3px;
}
}

@media only screen and (max-width: 1023px) {
.side-bar {
	width: 100%;
	max-width: 400px;
	float: none;
	margin: 0 auto;
}
}

@media only screen and (max-width: 767px) {
.side-bar aside {
	margin: 0 0 30px 0;
}

.side-bar aside h3 {
	font-size: 24px;
}
}


/*
 17.) Banner - Inner2
----------------------------------------*/

.banner-inner2 {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
}

.banner-inner2 figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.banner-inner2 figure img {
	width: 100%;
	min-width: 2200px;
	margin: 0 -1100px;
}

.banner-inner2 .banner-content {
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	bottom: 0;
	left: 0;
}

.banner-inner2 .banner-content h1 {
	width: 100%;
	float: left;
	font-family: "gothammediumregular", Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #ffffff;
	text-transform: uppercase;
	position: relative;
	padding: 0 0 28px 0;
	margin: 0;
}

.banner-inner2 .banner-content h1:before {
	content: "";
	width: 100%;
	width: 100%;
	height: 32px;
	float: left;
	background: url(/images/divider-01.png) no-repeat center center;
	background-size: 432px auto;
	position: absolute;
	bottom: 0;
	left: 0;
}

.banner-inner2 .banner-content h1:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width:1199px) {
.banner-inner2 figure img {
	min-width: 1800px;
	margin: 0 -900px;
}

.banner-inner2 .banner-content h1 {
	font-size: 30px;
	padding: 0 0 28px 0;
}

.banner-inner2 .banner-content h1:before {
	background-size: 400px auto;
}
}

@media only screen and (max-width: 767px) {
.banner-inner2 figure img {
	width: 100%;
	min-width: 1200px;
	margin: 0 -600px;
}

.banner-inner2 .banner-content {
	padding-top: 25px;
}

.banner-inner2 .banner-content h1 {
	font-size: 24px;
	padding: 0 0 28px 0;
}

.banner-inner2 .banner-content h1:before {
	height: 26px;
	background-size: 260px auto;
}
}


/*
 18.) News - Page
----------------------------------------*/

.content-inner2 {
	width: 100%;
	float: left;
	position: relative;
	z-index: 200;
	margin: -160px 0 -40px 0;
}

.content-inner2 .container {
	max-width: 850px;
}

@media only screen and (max-width:1199px) {
.content-inner2 {
	margin: -120px 0 -40px 0;
}
}

@media only screen and (max-width:767px) {
.content-inner2 {
	margin: -80px 0 -30px 0;
}
}


/* Article - News */
.article-news {
	width: 100%;
	float: left;
}

.article-news .article {
	width: 100%;
	float: left;
	background: #f8f7f7;
	border: 1px solid #a8a5a5;
	box-shadow: inset rgba(0, 0, 0, 0.10) 0 0 100px, rgba(0, 0, 0, 0.35) 0 4px 8px;
	position: relative;
	padding: 35px 50px;
	margin: 0 0 40px 0;
}

.article-news .article:last-child {
	margin-bottom: 0;
}

.article-news .article:before {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	border: 1px solid #ffffff;
	position: absolute;
	top: 0;
	left: 0;
}

.article-news .article aside {
	width: 100%;
	float: left;
	background: url(/images/divider-01.png) no-repeat bottom center;
	background-size: 300px auto;
	position: relative;
	z-index: 300;
	padding: 0 0 35px 0;
}

.article-news .article h3 {
	color: #585858;
	text-shadow: #ffffff 0 0 3px;
	padding: 0 0 20px 0;
}

.article-news .article h3 a {
	color: #585858;
}

.article-news .article h3 a:hover {
	color: #f4b31b;
}

.article-news .article p {
	font-size: 14px;
	color: #585858;
	line-height: 19px;
	text-shadow: #ffffff 0 0 3px;
	padding: 0 0 18px 0;
}

.article-news .article p a {
	color: #585858;
}

.article-news .article p a:hover {
	color: #f4b31b;
}

.article-news .article p a.active {
	color: #f4b31b;
}

.article-news .article p:last-child {
	padding-bottom: 0;
}

.article-news .article .readmore {
	font-family: "gothamboldregular", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-decoration: underline;
	text-transform: uppercase;
}

@media only screen and (max-width:1199px) {
.content-inner2 {
	margin: -120px 0 -40px 0;
}

.article-news .article {
	padding: 30px 30px;
}
}

@media only screen and (max-width:767px) {
.content-inner2 {
	margin: -80px 0 -30px 0;
}

.article-news .article {
	box-shadow: inset rgba(0, 0, 0, 0.10) 0 0 60px, rgba(0, 0, 0, 0.45) 0 4px 8px;
	padding: 30px 20px;
	margin: 0 0 30px 0;
}

.article-news .article aside {
	background-size: 220px auto;
	padding: 0 0 30px 0;
}

.article-news .article h3 {
	text-shadow: #ffffff 0 0 3px;
	padding: 0 0 15px 0;
}
}


/*
 19.) Events - Page
----------------------------------------*/

/* Article - Events */
.article-events {
	width: 100%;
	float: left;
}

.article-events .article {
	width: 100%;
	float: left;
	background: #ffffff;
	border: 1px solid #a8a5a5;
	box-shadow: rgba(0, 0, 0, 0.35) 0 4px 8px;
	position: relative;
	padding: 35px;
	margin: 0 0 40px 0;
}

.article-events .article:last-child {
	margin-bottom: 0;
}

.article-events .article aside {
	width: 100%;
	float: left;
	padding: 0 0 0 165px;
}

.article-events .article aside h3 {
	color: #585858;
	text-shadow: #ffffff 0 0 3px;
	padding: 0 0 20px 0;
}

.article-events .article aside h3 a {
	color: #585858;
}

.article-events .article aside h3 a:hover {
	color: #f4b31b;
}

.article-events .article aside p {
	font-size: 14px;
	color: #585858;
	line-height: 19px;
	text-shadow: #ffffff 0 0 3px;
	padding: 0 0 15px 0;
}

.article-events .article aside p a {
	color: #585858;
}

.article-events .article aside p a:hover {
	color: #f4b31b;
}

.article-events .article aside p:last-child {
	padding-bottom: 0;
}

.article-events .article .learn-more {
	width: 100%;
	float: left;
	text-align: center;
	background: url(/images/divider-01.png) no-repeat bottom center;
	background-size: 300px auto;
	padding: 0 0 30px 0;
	margin: 0 0 -20px 0;
}

.article-events .article .learn-more a {
	font-family: "gothamboldregular", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585858;
	line-height: 16px;
	text-decoration: underline;
}

.article-events .article .learn-more a:hover {
	color: #f4b31b;
}

.article-events .article .date-address {
	width: 140px;
	float: left;
	text-align: center;
	position: relative;
	z-index: 10;
	margin: 2px -300px 0 0;
}

.article-events .article .date-address p {
	width: 100%;
	float: left;
	font-family: "gothamboldregular", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #585858;
	line-height: 13px;
	padding: 0;
}

.article-events .article .date-address p a {
	color: #bebaba;
	text-decoration: none;
}

.article-events .article .date-address p a:hover {
	color: #f4b31b;
	text-decoration: underline;
}

.article-events .article .date-address .date-box {
	width: 130px;
	height: 130px;
	float: none;
	border: 3px solid #585858;
	padding: 25px 0 0 0;
	margin: 0 0 15px 0;
}

.article-events .article .date-address .date-box .date {
	font-family: "gothammediumregular", Arial, Helvetica, sans-serif;
	font-size: 38px;
	line-height: 38px;
}

.article-events .article .date-address .date-box .date sup {
	font-family: "gothammediumregular", Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-transform: uppercase;
}

.article-events .article .date-address .date-box .month {
	font-family: "gothammediumregular", Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 20px;
}

.article-events .article .date-address .date-box .time {
	font-family: "gothammediumregular", Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 22px;
}

@media only screen and (max-width:1199px) {
.article-events .article {
	padding: 30px;
}
}

@media only screen and (max-width:767px) {
.article-events .article {
	box-shadow: inset rgba(0, 0, 0, 0.10) 0 0 60px, rgba(0, 0, 0, 0.45) 0 4px 8px;
	padding: 30px 20px;
	margin: 0 0 30px 0;
}

.article-events .article aside {
	padding: 0 0 0 160px;
}

.article-events .article aside h3 {
	text-shadow: #ffffff 0 0 3px;
	padding: 0 0 15px 0;
}

.article-events .article .learn-more {
	margin: 0 0 -10px 0;
}

.article-events .article .date-address {
	width: 130px;
}

.article-events .article .date-address .date-box .date {
	font-size: 32px;
	line-height: 32px;
}

.article-events .article .date-address .date-box .date sup {
	font-size: 18px;
}

.article-events .article .date-address .date-box .month {
	font-size: 16px;
	line-height: 20px;
}

.article-events .article .date-address .date-box .time {
	font-size: 10px;
	line-height: 22px;
}
}

@media only screen and (max-width:479px) {
.article-events .article aside {
	padding: 0;
}

.article-events .article .date-address {
	width: 100%;
	margin: 0 0 30px 0;
}

.article-events .article .date-address p {
	width: 55%;
	max-width: 180px;
	padding: 30px 10px 0 10px;
	margin: 0 -5% 0 0;
}

.article-events .article .date-address .date-box {
	width: 50%;
	max-width: 120px;
	height: 120px;
	float: left;
	padding: 23px 0 0 0;
	margin: 0;
}
}


/*
 20.) Issues - Page
----------------------------------------*/

.content-inner3 {
	width: 100%;
	float: left;
	position: relative;
	z-index: 200;
	margin: -160px 0 -40px 0;
}

.content-inner3 .container {
	max-width: 1230px;
}

.content-inner3 .issues-box {
	width: 100%;
	float: left;
	text-align: center;
	background: #fdfdfd url(/images/pattern-01.png) repeat;
	box-shadow: inset rgba(0, 0, 0, 0.15) 0 0 300px, rgba(0, 0, 0, 0.50) 0 0 35px;
	position: relative;
	padding: 30px 30px;
	margin: 0;
	z-index: 10
}

.content-inner3 .issues-box .article {
	width: 22.2%;
	margin: 0 1.2% 2.3% 1.2%;
}

.content-inner3 .issues-box .article-out {
	width: 102.4%;
	padding: 0;
	margin: 0 -1.2% -2.3% -1.2%;
}

@media only screen and (max-width:1199px) {
.content-inner3 {
	margin: -120px 0 -40px 0;
}
}

@media only screen and (max-width: 1023px) {
.content-inner3 .issues-box {
	box-shadow: inset rgba(0, 0, 0, 0.20) 0 0 100px, rgba(0, 0, 0, 0.40) 0 0 10px;
}

.content-inner3 .issues-box .article {
	width: 30.5%;
	margin: 0 1.2% 2.3% 1.2%;
}
}

@media only screen and (max-width: 767px) {
.content-inner3 {
	margin: -80px 0 -30px 0;
}

.content-inner3 .issues-box {
	box-shadow: inset rgba(0, 0, 0, 0.20) 0 0 70px, rgba(0, 0, 0, 0.40) 0 0 10px;
	padding: 30px 20px;
}

.content-inner3 .issues-box .article {
	width: 45.7%;
	margin: 0 1.8% 3.5% 1.8%;
}

.content-inner3 .issues-box .article-out {
	width: 102.4%;
	margin: 0 -1.2% -3.5% -1.2%;
}
}

@media only screen and (max-width: 539px) {
.content-inner3 .issues-box .article {
	width: 100%;
	max-width: 250px;
	margin: 0 0 15px 0;
}

.content-inner3 .issues-box .article-out {
	width: 100%;
	margin: 0 0 -15px 0;
}
}


/*
 21.) Fancy - Box
----------------------------------------*/

.fancybox-wrap, 
.fancybox-skin, 
.fancybox-outer, 
.fancybox-inner, 
.fancybox-image, 
.fancybox-wrap iframe, 
.fancybox-wrap object, 
.fancybox-nav, 
.fancybox-nav span, 
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #ffffff;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/images/fancybox_loading.gif) no-repeat center center;
}

.fancybox-close {
	position: absolute;
	top: -14px;
	right: -14px;
	width: 28px;
	height: 28px;
	background: rgba(0,0,0,.85);
	border: 2px solid #ffffff;
	background-size: 12px auto;
	border-radius: 100px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-close:before {
	width: 100%;
	height: 100%;
	float: left;
	content: "\f00d";
	font-family: "FontAwesome";
	font-size: 14px;
	color: #ffffff;
	line-height: 24px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040;
}

.fancybox-prev {
	left: -30px;
}

.fancybox-next {
	right: -30px;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 28px;
	height: 28px;
	float: left;
	background: none;
	border: none;
	border-radius: 100px!important;
	margin-top: -14px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav span:before {
	width: 100%;
	height: 100%;
	float: left;
	content: "\f104";
	font-weight: normal;
	font-family: "FontAwesome";
	font-size: 34px;
	color: #ffffff;
	line-height: 24px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	opacity: .70;
}

.fancybox-prev span {
	left: 0;
}

.fancybox-next span {
	right: 0;
}

.fancybox-next span:before {
	content: "\f105";
	padding-left: 3px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible!important;
}

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(0, 0, 0, .9);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

.fancybox-title {
	visibility: hidden;
	font-family: "montserratlight", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 3px 20px 0 20px;
	background: transparent;
	background: #157605;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #ffffff;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #ffffff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #ffffff;
	padding: 10px;
	background: #157605;
}

.left-content{
font-size: 17px;
line-height: 30px;
padding: 15px;
}
