/*
Theme Name: ChesapeakeConservancy
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress - edited
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.ttf?6bvsao") format("truetype"), url("fonts/icomoon.woff?6bvsao") format("woff"), url("fonts/icomoon.svg?6bvsao#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;

}

[class^="icon-"],
.icomoon,
#header .navbar-nav > li.has-drop-down > a:after,
#header .search-form .btn-search:before,
.drop-hold .drop-title.yes-children a:after,
.about-company-link .about-link:before,
.detail-form .donation-block .jcf-radio,
.jcf-checkbox,
.jcf-select-form-control .jcf-select-opener {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
	content: "";
}

.icon-pulse:before {
	content: "";
}

.icon-pen:before {
	content: "";
}

.icon-explore:before {
	content: "";
}

.icon-donate:before {
	content: "";
}

.icon-conserve02:before {
	content: "";
}

.icon-conserve:before {
	content: "";
}

.icon-conservation:before {
	content: "";
}

.icon-check:before {
	content: "";
}

.icon-arrow-b-02:before {
	content: "";
}

.icon-arrow-b:before {
	content: "";
}

.icon-facebook:before {
	content: "";
}

.icon-google-plus:before {
	content: "";
}

.icon-linkedin:before {
	content: "";
}

.icon-instagram:before {
	content: "\f16d";
	font: 27px/1 "FontAwesome";
}

.icon-twitter:before {
	content: "";
}

.icon-arrow-left:before {
	content: "";
}

.icon-arrow-right:before {
	content: "";
}

#header .navbar-nav .btn-green {
	background: #64b35b;
	color: #fff;
}

#header .navbar-nav .btn-green:hover {
	text-decoration: none;
	color: #fff;
	background: #57a74d;
}

/* custom checkbox styles */

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #eee;
	border: 1px solid #cdcdcd;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 4px;
	width: 8px;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -6px;
	border: 3px solid #cdcdcd;
	border-width: 0 0 3px 3px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

:root .jcf-checkbox span {
	margin: -4px 0 0 -5px;
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

sq .jcf-checkbox.jcf-checked span {
	display: block;
}



.ttp-thumb-social-link {
  display: none !important;
}

.ttp-secondary-content-outer-wrap {
  height: 320px !important;
}

/* custom radio styles */

.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 9px;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
}

.jcf-radio span {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background: #cdcdcd;
	border-radius: 100%;
}

.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-radio.jcf-checked span {
	display: block;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #cdcdcd;
	background: #fff;
	margin: 0 0 12px;
	min-width: 150px;
	height: 38px;
	border-radius: 3px;
	color: #64b35b;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 17px;
	line-height: 36px;
	font-weight: 600;
	margin: 0 36px 0 8px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: none;
	bottom: 0;
	right: 0;
	top: 0;
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 36px;
}

.jcf-select .jcf-select-opener:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 10px;
	color: #3b3d40;
	width: 36px;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #cdcdcd;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

.drop-hold .four-columns ul,
.about-drop ul,
.social-networks,
.footer-menu ul,
.footer-accordion,
.aside-list,
.aside-post,
.aside-post ul,
.post-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
#header:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="date"],
input[type="number"],
textarea {
	display: block;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #cdcdcd;
	padding: 6px 12px;
	background: #eee;
	height: 38px;
	color: #3b3d40;
	width: 100%;
	font-size: 17px;
	line-height: 1.41;
	border-radius: 3px;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	outline: none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
textarea:focus {
	border-color: #72ce67;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(114, 206, 103, .6);
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #3b3d40;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #3b3d40;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #3b3d40;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #3b3d40;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
input[type="url"].placeholder,
input[type="date"].placeholder,
textarea.placeholder {
	color: #3b3d40;
}

textarea {
	width: 100% !important;
}

input[type="button"],
input[type="submit"] {
	font-weight: 600;
	padding: 10px 20px;
	border-radius: 6px;
	text-align: center;
	min-width: 100px;
	margin: 0 0 10px;
	border: none;
	background: #72ce67;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
}

input[type="button"]:hover,
input[type="submit"]:hover {
	background: #60c854;
}

ul,
ol {
	padding-left: 1em;
	margin: 0 0 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 1em;
}

ul {
	list-style-type: disc;
}

ul > li {
	list-style: none;
	position: relative;
}

ul > li:after {
	content: "";
	background: #6c6c6c;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	position: absolute;
	top: 9px;
	left: -15px;
}

.widget {
	margin-bottom: 1.2em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 300px;
	padding: 5px 10px;
}

.post-password-form input[type="submit"] {
	padding: 7px 9px;
	font-size: 16px;
	line-height: 20px;
	min-width: 50px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
	padding: 5px 10px;
	font-size: 15px;
}

.search-form input[type="submit"] {
	padding: 7px 9px;
	font-size: 16px;
	line-height: 20px;
	min-width: 50px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.commentlist {
	margin: 0 0 1.2em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.2em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.2em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	background: #72ce67;
	color: #fff;
	padding: .4em;
	border-radius: 3px;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	background: #60c854;
}

.navigation-single {
	margin-bottom: 1.2em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 50%;
	background: #72ce67;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	background: #60c854;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #ccc;
	padding: .4em;
	margin-bottom: 1.2em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

.aligncenter, div.aligncenter {
	margin: 0 auto 1.2em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.2em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.2em;
}

.mejs-container {
	margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#header {
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 15;
}

#header .container-fluid {
	position: relative;
}

#header .navbar {
	border: none;
	padding: 15px 0;
	margin: 0;
}

#header .navbar-hold {
	background: #0089c0;
	position: relative;
	z-index: 2;
}

#header .navbar-nav {
	padding: 0 0 25px;
	margin: 0;
	position: relative; /* donate button */
}

#header .navbar-nav .btn-donate {
	background: #64b35b;
	color: #fff;
}

#header .navbar-nav .btn-donate:hover {
	text-decoration: none;
	color: #fff;
	background: #003648;
}

#header .navbar-nav .btn-donate:hover i {
	color: #fff;
}

#header .navbar-nav .btn-donate .link-description {
	color: #ceefca;
	line-height: 16px;
}

#header .navbar-nav > li.has-drop-down > a:after {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	content: "\e909";
	position: absolute;
	color: #fff;
	font-size: 8px;
	margin-top: -3px;
	top: 50%;
	right: 15px;
}


#header .navbar-nav > li:first-child > a {
	border: 0;
}

#header .navbar-nav > li > a {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 18px;
	padding: 10px 45px 10px 15px;
}

#header .navbar-nav a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #fff;
	z-index: 5;
}

#header .navbar-nav a:hover {
	color: #bbdbf7;
	text-decoration: none;
}

#header .navbar-nav li {
	position: static;
}

#header .navbar-nav li:after {
	display: none;
}

#header .search-form {
	box-shadow: none;
	margin: 0;
	padding: 0;
}

#header .search-form .form-control {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	height: 35px;
	padding: 8px 12px 6px 47px;
	border-color: transparent;
	box-shadow: none;
	-webkit-appearance: none;
	background: #fff;
	font-size: 14px;
	line-height: 18px;
	border-radius: 4px;
	float: none;
}

#header .search-form .form-control::-webkit-input-placeholder {
	color: #7f7f7f;
}

#header .search-form .form-control::-moz-placeholder {
	opacity: 1;
	color: #7f7f7f;
}

#header .search-form .form-control:-moz-placeholder {
	color: #7f7f7f;
}

#header .search-form .form-control:-ms-input-placeholder {
	color: #7f7f7f;
}

#header .search-form .form-control.placeholder {
	color: #7f7f7f;
}

#header .search-form .form-control:focus {
	border-color: #0089c0;
	box-shadow: none;
}

#header .search-form .btn-search {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	position: absolute;
	top: 50%;
	left: 13px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	border-radius: 50%;
	padding: 0;
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	outline: none;
	text-indent: -9999px;
	border: none;
}

#header .search-form .btn-search:focus,
#header .search-form .btn-search:hover {
	box-shadow: none;
	border-color: #0089c0;
}

#header .search-form .btn-search:focus:before,
#header .search-form .btn-search:hover:before {
	color: #0089c0;
}

#header .search-form .btn-search:before {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	content: "\e900";
	text-indent: 0;
	font-size: 24px;
	color: #7f7f7f;
}

#header .form-group {
	position: relative;
}

#header .navbar-collapse {
	overflow-x: hidden;
}

/* logo styles */

.logo {
	width: 120px;
	float: left;
}

.logo a {
	display: block;
}

.logo img {
	width: 100%;
	height: auto;
	display: block;
}

/* second drop styles */

.drop-hold {
	border: none;
}

.drop-hold .four-columns {
	background-color: #0089c0;
	width: 100%;
	box-shadow: none;
	border: none;
	font-size: 16px;
	line-height: 1.2;
	border-radius: 0;
	color: #fff;
	z-index: 12;
	padding: 0 0 8px;
}

.drop-hold .four-columns li {
	margin: 0 0 9px;
}

.drop-hold .drop-title.no-children {
	display: block;
	margin-bottom: 20px;
	font-weight: normal;
}



.drop-hold .drop-title.yes-children {
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	border-bottom: 1px solid #658398;
}


.drop-hold .drop-title.yes-children a {
	color: #fff;
	position: relative;
	display: block;
	padding: 10px 40px 7px 35px;
}

.drop-hold .drop-title.yes-children a:after {
	content: "\e909";
	color: #fff;
	font-size: 5px;
	position: absolute;
	right: 17px;
	top: 14px;
}

.link-description {
	display: none;
}

/* about company quick links */

.about-company-link {
	position: relative;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	line-height: 18px;
	z-index: 12;
}

.about-company-link.active .about-link:before {
	opacity: 1;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.about-company-link .about-link {
	position: relative;
	color: #fff;
	padding: 0 0 10px;
	display: block;
}

.about-company-link .about-link:hover,
.about-company-link .about-link:focus {
	color: #bbdbf7;
}

.about-company-link .about-link:hover:before,
.about-company-link .about-link:focus:before {
	opacity: 1;
}

.about-company-link .about-link:before {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	position: absolute;
	top: 50%;
	right: 15px;
	content: "\e909";
	font-size: 8px;
	margin-top: -3px;
	line-height: 1;
}

.about-drop .about-hold {
	background: #0089c0;
}

.about-drop ul {
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
}

.about-drop ul li:after {
	display: none;
}

.about-drop ul a {
	color: #0089c0;
}

.about-drop ul a:hover {
	color: #bbdbf7;
}

/* socilas networks */

.social-holder {
	padding: 8px 20px 8px 22px;
	background-color: rgba(255, 255, 255, .2);
	float: left;
	border-radius: 4px;
	color: #fff;
}

.social-networks {
	letter-spacing: -4px;
	font-size: 0;
	line-height: 0;
	display: inline-block;
	vertical-align: middle;
}

.social-networks li {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
	margin: 2px 7px;
}

.social-networks li:after {
	display: none;
}

.social-networks a {
	color: #fff;
	outline: none;
}

.social-networks a:hover {
	text-decoration: none;
	color: #0089c0;
}

.social-networks a i {
	font: 23px/1 "FontAwesome";
}

.social-networks a i.fa-google-plus {
	font: 20px/1 "FontAwesome";
}

.loading .about-drop,
.loading .drop-hold,
.loading .four-columns {
	left: -9999px !important;
	position: absolute !important;
	-webkit-transition: none !important;
	transition: none !important;
	opacity: 0 !important;
}

.text-contact {
	display: inline-block;
	vertical-align: middle;
	font-weight: 600;
	font-size: 16px;
	margin: 0 4px 0 0;
}

#footer {
	position: relative;
	padding: 30px 0;
}

#footer:before,
#footer:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, .99) 1%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, .99) 1%, rgba(255, 255, 255, 0) 100%);
	height: 60%;
	display: block;
	z-index: 1;
}

#footer:after {
	top: auto;
	bottom: 0;
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .65) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .65) 100%);
	height: 50%;
	z-index: 2;
}

#footer .bg-stretch {
	opacity: .6;
}

#footer .container-fluid {
	position: relative;
	z-index: 3;
	overflow: hidden;
}

#footer .container-fluid .flexbox:before,
#footer .container-fluid .flexbox:after {
	display: none;
}

#footer .footer-block {
	text-align: center;
	margin-bottom: 25px;
}

#footer .social-networks {
	display: block;
}

#footer .social-networks li {
	margin: 5px 7px;
}

#footer .social-networks li:first-child {
	margin-left: 0;
}

#footer .social-networks li:last-child {
	margin-right: 0;
}

#footer .social-networks li a {
	width: 51px;
	height: 51px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#footer .social-networks li a:hover {
	color: #fff;
	opacity: .7;
}

#footer .social-networks li i {
	font-size: 27px;
}

#footer .btn {
	margin-bottom: 30px;
}

#footer .btn-warning {
	border-color: #e99037;
}

#footer .btn-lg {
	border-radius: 3px;
	font-size: 16px;
}

#footer .navbar-brand {
	height: 30px;
	width: 120px;
	padding: 0;
	float: none;
	display: block;
	margin: 0 auto 10px;
}

#footer .text-holder {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}

#footer .text-holder a {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

#footer .text-holder a:hover {
	opacity: .7;
}

#footer address {
	margin-bottom: 0;
}

#footer .footer-columns {
  display: inline-block;
  margin:0;
}

#footer .column-left {
  float: left;
  width: 400px !important;
  height: auto;
}

#footer .column-right {
  float: left;
  margin-left: 50%;
  width: 50%;
}

.footer-menu {
	font-family: "proxima-nova-soft", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #4a4a4a;
	padding-right: 0;
}

.footer-menu:last-child {
	padding-right: 0;
}

.footer-menu ul {
	margin: 0 -10px;
}

.footer-menu li {
	margin-bottom: 5px;
	padding: 0 10px;
}

.footer-menu li:after {
	display: none;
}

.footer-menu a {
	color: #4a4a4a;
}

.footer-menu a:hover {
	color: #0089c0;
}

/* social networks styles */

.social-networks .facebook a {
	background: #3b5998;
}

.social-networks .twitter a {
	background: #00aced;
}

.social-networks .google-plus a {
	background: #dd4b39;
}

.social-networks .linkedin a {
	background: #127cb4;
}

.social-networks .instagram a {
	background: #8a3ab9;
}

/* copyright styles */

.copyright {
	float: left;
	color: #fff;
	opacity: .7;
	font-size: 14px;
	font-weight: 600;
	margin-top: 20px;
}

.copyright a {
	color: #fff;
}

.copyright a:hover {
	opacity: .7;
}

/* accordion styles */

.footer-accordion {
	position: relative;
	font-weight: 400;
	margin-bottom: 27px;
}

.footer-accordion:after {
	position: absolute;
	content: "";
	top: 0;
	left: -15px;
	right: -15px;
	bottom: 0;
	background: rgba(255, 255, 255, .4);
	z-index: -1;
}

.footer-accordion li:after {
	display: none;
}

.footer-accordion li.active a.opener:before {
	border-bottom: 6px solid #4a4a4a;
	border-top: none;
}

.footer-accordion .slide {
	overflow: hidden;
	border-bottom: 1px solid #4a4a4a;
	text-shadow: 0 1px 0 #fff;
}

.footer-accordion .slide a:hover {
	color: #0089c0;
}

.footer-accordion .opener {
	display: block;
	font-size: 17px;
	font-weight: 600;
}

.footer-accordion a {
	font-size: 14px;
}

.footer-accordion a:hover {
	color: #000;
}

.footer-accordion a.opener {
	position: relative;
	display: block;
	font-size: 18px;
	-webkit-transition: border-color .3s, color .3s;
	transition: border-color .3s, color .3s;
}

.footer-accordion a.opener:hover {
	color: #e99037;
}

.footer-accordion a.opener:before {
	position: absolute;
	content: "";
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 6px solid #4a4a4a;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	-webkit-transition: border .3s;
	transition: border .3s;
}

body {
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
}

#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}

h1 {
	margin: 0 0 30px;
}

h2 {
	margin: 0 0 23px;
}

h3,
h4,
h5,
h6 {
	margin: 0 0 20px;
}

time {
	color: #90989f;
	font-size: 12px;
	line-height: 14px;
	display: block;
	margin: 0 0 14px;
}

.content {
	padding: 20px 0 0;
}

.content iframe {
	max-width: 100%;
}

.content table {
	width: 100%;
}

.content td {
	padding: 0 10px 10px 0;
}

.container > h2 {
	margin-top: 10px;
}

.content .post .content {
	padding: 0;
}
.type-post img.wp-post-image {
  display: none !important;
}


.single .content .post .content {
	padding-top: 20px;
}

.content .post .title {
	margin-top: 40px;
}

.content .post .title h2 {
	margin-bottom: 5px;
}

.content .post .meta-info {
	margin-bottom: 10px;
}

.content .post:first-of-type .title {
	margin-top: 30px;
}

.single .content .post:first-of-type .title {
	margin-top: 20px;
}

.second-title {
	color: #3b3d40;
	font-family: "tribute", "Times New Roman", Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: 400;
	margin-top: 0;
}

.bg-stretch {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0;
	z-index: -1;
}

.home .bg-stretch {
	background-position: 50% 80% !important;
}

.video-responsive {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.btn,
a {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out;
}

.btn:focus,
.btn:active:focus,
a:focus,
a:active:focus {
	outline: none;
}

.list-unstyled > li:after {
	display: none;
}

.btn {
	font-size: 16px;
	line-height: 18px;
	padding: 11px 18px;
}

.btn.btn-lg {
	padding: 14px;
	font-size: 16px;
	line-height: 18px;
}

.embed-responsive {
	margin-bottom: 20px;
}

/* bordered section heading */

.bordered-heading {
	border-bottom: 1px solid #efefef;
	padding: 0 0 7px;
	margin: 0 0 25px;
}

.bordered-heading h2 {
	margin: 0;
	color: #262b2e;
}

/* container */

.container-fluid {
	max-width: 1200px;
	margin: 0 auto;
}

.featured-section {
	margin: 0 0 30px;
}

/* sidebar styles */

.aside {
	padding-top: 40px;
}

.aside h3 {
	color: #1a1a1a;
	font-weight: 600;
	margin-bottom: 3px;
}

.aside > ul {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 26px;
}

.aside > ul li {
	margin-bottom: 2px;
}

.aside > p {
	color: #555;
	font-size: 16px;
	margin-bottom: 2px;
}

.aside > strong {
	font-size: 18px;
}

.aside a[href*="tel:"] {
	color: #454545;
}

.aside a[href*="tel:"]:hover {
	color: #0089c0;
}

/* sidebar list styles */

.aside-list {
	padding-top: 22px;
	margin-bottom: 6px;
}

.aside-list li {
	border-top: 1px solid #b2b2b2;
	padding: 15px 0;
}

.aside-list li:after {
	display: none;
}

.aside-list li:first-child {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font: 400 16px/22px "proxima-nova-soft", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #3a7333;
}

.aside-list .img-holder {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	width: 34.5%;
	padding-top: 34.5%;
	background: 50% 50% / cover;
	border-radius: 50%;
	margin-right: 9%;
}

.aside-list .img-holder img {
	display: none;
}

.aside-list blockquote {
	display: inline-block;
	vertical-align: middle;
	width: 55%;
	font: italic 16px/20px Georgia, Times, "Times New Roman", serif;
	border-left: 0;
	padding: 0;
	margin-bottom: 0;
}

.aside-list cite {
	display: block;
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	font-family: "proxima-nova-soft", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.aside-list cite span {
	font-weight: 400;
}

.aside-list q:before,
.aside-list q:after {
	display: none;
}

.aside-list a {
	color: #595959;
}

.aside-list a:hover {
	color: #0089c0;
}

.aside-list i {
	display: inline-block;
	vertical-align: middle;
	color: #33b63a;
	font-size: 61px;
	margin-right: 14px;
}

.aside-list .text-holder strong {
	font: 600 24px/18px "proxima-nova-soft", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #33b63a;
}

.aside-list .text-holder p {
	margin: 0;
}

/* sidebar post styles */

.aside-post {
	color: #000;
	font-size: 18px;
	padding-top: 20px;
}

.aside-post .visual-item {
	min-height: 176px;
	background-color: #eaeaea;
	padding: 30px 25px 15px;
	margin-bottom: 20px;
	z-index: 2;
}

.aside-post .visual-item a {
	padding: 0;
}

.aside-post .visual-item .text {
	width: 50%;
}

.aside-post ul {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 10px;
}

.aside-post ul li {
	margin-bottom: 7px;
}

.aside-post .item-heading {
	display: block;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 7px;
}

.aside-post .list-unstyled a {
	color: #0089c0;
}

.aside-post .list-unstyled a:hover {
	color: #334350;
}

.aside-post .bg-stretch {
	background-position: 50% 56%;
}

.embed-responsive-item {
	border: none;
}

.breadcrumbs {
	padding: 0;
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	text-transform: capitalize;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .35);
}

.breadcrumbs > li + li:before {
	color: #000;
	padding: 0 2px;
}

/* post styles */

.post-box {
	margin: 0 0 10px;
}

.post-box h2 {
	font: 30px/32px "tribute", "Times New Roman", Georgia, "Times New Roman", Times, serif;
	color: #fff;
	margin: 0 0 15px;
}

.post-img {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0;
	-ms-flex: 1 0;
	flex: 1 0;
	position: relative;
	height: 200px;
	margin: 0 0 16px;
	color: #fff;
	z-index: 10;
}

.post-img .description {
	position: absolute;
	left: 0;
	top: 0;
	padding: 20px;
}

.post-description {
	background: #dfdfdf;
	font-size: 16px;
	line-height: 1.5;
	padding: 24px 15px 31px;
	margin: 0 0 16px;
}

.post-description .title {
	font-family: 18px;
	line-height: 20px;
	font-weight: 600;
	display: block;
	color: #0089c0;
	margin: 0 0 5px;
	text-transform: capitalize;
}

.post-description p {
	margin: 0;
}

.post-description .sponsor-title {
	display: block;
	font-size: 12px;
	line-height: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 14px;
	letter-spacing: 1px;
	color: #000;
}

.post-description .sponsor-hold {
	text-align: center;
	padding-top: 25px;
}

.post-description a {
	font-weight: 600;
	color: #3f647e;
}

.post-description a:hover {
	color: #334350;
}

/* latest news box */

.latest-news {
	background: #ededed;
	padding: 25px 15px 17px;
}

.latest-news .head-post-box {
	padding-top: 0;
}

.latest-news .view-more {
	font-size: 12px;
	line-height: 14px;
	font-weight: 600;
	text-transform: capitalize;
	color: #2a2a2a;
}

.latest-news .view-more:hover {
	color: #548fc3;
}

.latest-news .post-list {
	padding: 0;
}

.latest-news .post-list li {
	margin: 0 0 8px;
}

/* widget title */

.head-post-box {
	padding-bottom: 20px;
}

.post-heading {
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	max-width: 80%;
	color: #548fc3;
	display: block;
	text-transform: capitalize;
}

/* post list styles */

.post-list {
	font-size: 14px;
	line-height: 18px;
}

.post-list.large-post {
	padding-top: 16px;
}

.post-list.large-post li {
	margin-bottom: 20px;
}

.post-list.large-post .img {
	width: 30%;
}

.post-list.large-post h3 {
	line-height: 1.22;
	margin-bottom: 10px;
}

.post-list.large-post .description {
	font-size: 15px;
	line-height: 1.47;
}

.post-list.large-post .description:after {
	top: 5px;
	left: 2px;
	background: #4183bc;
	opacity: .9;
	width: 54px;
	height: 4px;
}

.post-list.large-post time {
	font-size: 14px;
	margin: 0 0 7px;
}

.post-list h3 {
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 5px;
}

.post-list h3 a {
	color: inherit;
}

.post-list h3 a:hover {
	color: #0089c0;
}

.post-list li {
	overflow: hidden;
	margin: 0 0 22px;
	min-height:175px !important;
}

.post-list li:after {
	display: none;
}

.post-list .img {
	display: block;
	width: 100px;
	overflow: hidden;
	margin: 0 20px 0 0;
}

body.home .post-list li {

}

.post-list .img:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.post-list .img img {
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	width: 100%;
}

.post-list .description {
	position: relative;
	overflow: hidden;
}

.post-list .description:after {
	content: "";
	background: #548fc3;
	width: 44px;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
}

.post-list p {
	margin: 0;
}

/* detailf form styles */

.detail-form {
	font-size: 14px;
}

.detail-form.with-border {
	padding-left: 15px;
	margin-left: -15px;
	border-left: 4px solid #64b35b;
}

.detail-form .form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}

.detail-form .form-inline .form-control {
	display: inline-block;
	vertical-align: middle;
}

.detail-form .form-inline .form-control-static {
	display: inline-block;
}

.detail-form .separate {
	font-size: 26px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	color: rgba(59, 61, 64, .5);
}

.detail-form .note {
	font-size: 12px;
	display: block;
	color: rgba(59, 61, 64, .8);
	padding-top: 5px;
}

.detail-form h2 {
	font-weight: 600;
}

.detail-form .date-input {
	width: 41.5%;
	text-align: center;
}

.detail-form .ccv-input {
	text-align: center;
}

.detail-form .donation-block {
	background: #0089c0;
	color: #fff;
	padding: 18px;
	font-size: 14px;
	text-align: center;
	margin: 0 0 30px;
}

.detail-form .donation-block .select-label {
	color: #9ac4e1;
}

.detail-form .donation-block .jcf-select-form-control {
	width: 166px;
	background: #fff;
	color: #64b35b;
	min-width: 0;
}

.detail-form .donation-block .jcf-select-form-control .jcf-select-text {
	font-weight: 600;
}

.detail-form .donation-block .jcf-select-form-control .jcf-select-opener:after {
	color: #0089c0;
}

.detail-form .donation-block .jcf-radio {
	border-radius: 0;
	font-size: 12px;
	overflow: visible;
	color: #64b35b;
	border-radius: 3px;
	cursor: pointer;
}

.detail-form .donation-block .jcf-radio span {
	display: none;
}

.detail-form .donation-block .jcf-radio.jcf-checked:after {
	display: block;
}

.detail-form .donation-block .jcf-radio:after {
	content: "";
	position: absolute;
	top: 3px;
	right: 1px;
	display: none;
}

.detail-form .donation-block .radio-inline {
	font-size: 16px;
}

.detail-form .donation-block .radio-inline + .radio-inline {
	margin-left: 20px;
}

.detail-form .donation-block .jcf-checkbox {
	color: #64b35b;
}

.detail-form .donation-block .checkbox-inline {
	font-size: 16px;
}

.detail-form .donation-block .checkbox-inline + .checkbox-inline {
	margin-left: 20px;
}

.detail-form .cards {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 0 0 20px;
}

.detail-form .cards li {
	margin: 0 8px 0 0;
}

.detail-form .button-holder {
	margin: 0 0 30px;
	padding: 21px 0 0;
}

.detail-form .button-holder p {
	margin: 0;
}

.detail-form .button-holder .link-help {
	font-style: italic;
	color: #0089c0;
	font-size: 15px;
}

.detail-form .btn {
	font-weight: 600;
	padding: 10px 20px;
	border-radius: 6px;
	text-align: center;
	min-width: 290px;
	margin: 0 0 10px;
	border: none;
}

.detail-form .btn.btn-success {
	color: #fff;
}

.detail-form .btn.btn-success [class*="icon-"] {
	color: #b6ffae;
	font-size: 14px;
}

/* form global styles */

.form-control {
	box-shadow: none;
	-webkit-appearance: none;
}

label {
	font-weight: 600;
}

/* custom radio styles */

.jcf-radio {
	width: 20px;
	height: 20px;
}

.jcf-radio span {
	background: #3b3d40;
}

.radio-inline {
	position: relative;
	padding-left: 26px;
	font-weight: 600;
}

.radio-inline .jcf-radio {
	position: absolute;
	top: 1px;
	left: 0;
}

/* custom checkbox styles */

.jcf-checkbox {
	overflow: visible;
	color: #3b3d40;
	font-size: 10px;
	border-radius: 3px;
	width: 20px;
	height: 20px;
	font-size: 12px;
}

.jcf-checkbox.jcf-checked:after {
	display: block;
}

.jcf-checkbox:after {
	content: "";
	position: absolute;
	top: 3px;
	right: 1px;
	display: none;
}

.jcf-checkbox span {
	width: auto;
	height: auto;
	z-index: 1;
	display: none;
}

.checkbox-inline {
	position: relative;
	padding-left: 26px;
	font-weight: 600;
}

.checkbox-inline .jcf-checkbox {
	position: absolute;
	top: 1px;
	left: 0;
}

/* custom select styles */

.jcf-select-form-control {
	width: 100%;
	background: #eee;
	color: #3b3d40;
	height: 38px;
	border-radius: 3px;
}

.jcf-select-form-control .jcf-select-text {
	margin: 0 38px 0 12px;
	font-size: 17px;
	line-height: 38px;
}

.jcf-select-form-control .jcf-select-opener {
	width: 38px;
	background: none;
}

.jcf-select-form-control .jcf-select-opener:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 10px;
	color: #3b3d40;
}

/* custom select's drop styles */

.jcf-list .jcf-option {
	font-size: 14px;
	padding: 8px 12px;
}

/* into section styles */

.intro {
	position: relative;
	padding: 80px 0 20px;
	color: #fff;
}

.intro.just-image {
	min-height: 75px;
	padding: 0;
}

.intro.just-image .bg-stretch {
	min-height: 400px;
}

.intro.just-image .bg-stretch:before,
.intro.just-image .bg-stretch:after {
	content: "";
	background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, .95) 9%, rgba(255, 255, 255, .87) 19%, rgba(255, 255, 255, .63) 40%, rgba(255, 255, 255, .35) 62%, rgba(255, 255, 255, .17) 78%, rgba(255, 255, 255, .06) 90%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, .95) 9%, rgba(255, 255, 255, .87) 19%, rgba(255, 255, 255, .63) 40%, rgba(255, 255, 255, .35) 62%, rgba(255, 255, 255, .17) 78%, rgba(255, 255, 255, .06) 90%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: .3;
}

.intro.just-image .bg-stretch:before {
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .06) 10%, rgba(255, 255, 255, .17) 22%, rgba(255, 255, 255, .35) 38%, rgba(255, 255, 255, .63) 60%, rgba(255, 255, 255, .87) 81%, rgba(255, 255, 255, .95) 91%, white 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .06) 10%, rgba(255, 255, 255, .17) 22%, rgba(255, 255, 255, .35) 38%, rgba(255, 255, 255, .63) 60%, rgba(255, 255, 255, .87) 81%, rgba(255, 255, 255, .95) 91%, white 100%);
	opacity: 1;
}

.intro .more {
	color: #337ab7;
}

.intro .more:hover {
	color: #334350;
}

.intro .intro-holder .video-holder {
	position: relative;
	margin-top: 4px;
	box-shadow: 0 0 19px 1px rgba(0, 0, 0, .5);
	margin-bottom: 30px;
}

.intro .intro-holder .video-holder img {
	display: block;
	width: 100%;
}

.intro h1 {
	font: 35px/1 "tribute", "Times New Roman", Georgia, "Times New Roman", Times, serif;
}

.intro h2 {
	font: 25px/1.29 "tribute", "Times New Roman", Georgia, "Times New Roman", Times, serif;
}

.intro .text-holder {
	font-size: 14px;
	line-height: 1.222;
}

.intro .text-shadow {
	position: relative;
	z-index: 1;
}

.intro .text-shadow:after {
	content: "";
	background: url(images/bg-intro-text.png) no-repeat;
	width: 875px;
	height: 875px;
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: -1;
}

.intro .benefit-list {
	position: relative;
	z-index: 1;
	margin: 0 0 -7px;
	padding: 20px 0 0;
}

.intro .benefit {
	background: #fff;
	padding: 25px 25px 25px 80px;
	color: #555;
	font-size: 14px;
	line-height: 1.25;
	margin: 0 0 10px;
}

.intro .benefit h3 {
	color: #1a1a1a;
	font-size: 18px;
	margin: 0 0 4px;
	font-weight: 600;
}

.intro .benefit a {
	color: #337ab7;
}

.intro .benefit p {
	margin: 0;
}

.intro .benefit .image-holder {
	position: absolute;
	top: 18px;
	left: 40px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	max-width: 50px;
}

.intro .widget {
	padding: 13px 20px 3px;
}

.intro .info-box {
	background: #fff;
	color: #262b2e;
	font-size: 13px;
	line-height: 1.53;
}

.intro .info-box .title {
	display: block;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 14px;
}

.intro .info-box p {
	margin: 0 0 10px;
}

.intro .donate-box {
	background:blue; /*#64b35b;*/
	font-size: 16px;
	line-height: 1.33;
	padding: 15px 20px;
}

.intro .donate-box p {
	margin: 0 0 12px;
}

.intro .donate-box .btn {
	padding: 8px 20px;
	border: none;
}

.intro .donate-box .btn.btn-success {
	color: #c7ffc1;
	background: #3c8a33;
}

.intro .donate-box .btn.btn-success:hover {
	background: #34772c;
}

.intro .intro-title {
	text-align: center;
	padding: 0 20px;
	overflow: hidden;
}

.intro .intro-title h1 {
	font-size: 36px;
	line-height: 1.25;
}

.home .intro .intro-title h1 {
	font-size: 34px;
	margin: 0 20px 35px;
	font-family: "proxima-nova-soft", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: 600;
	text-shadow: 1px 1px 1px #333;
}

@media (min-width: 768px) {
	.home .intro .intro-title h1 {
	font-size: 5vw;
	margin-bottom: 0;	
	}
}

@media (min-width: 768px) { 
	.home .intro .intro-title h2 {
		position: absolute;
		bottom: 20px;
		left: 0;
		right: 0;
	}
}

.home .intro .intro-title h2 a {
	display: inline-block;
	color: #60A5E8;
	font-size: 25px;
	font-family: "proxima-nova-soft", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 10px 20px;
	text-transform: uppercase;
	background: #fff;
	font-weight: 600;
	transition: 0.2s;
	width: auto;
}

.home .intro .intro-title h2 a:hover {
	color: #6683A1;
}
.home .intro .intro-title {
	padding-bottom:200px;
}	

.intro .intro-title h1 span {
	display: block;
}

.intro .intro-title h1 .special-text {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	position: relative;
	font-style: italic;
	font-weight: normal;
}

.intro .intro-title h1 .special-text:before,
.intro .intro-title h1 .special-text:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	background: #fff;
	width: 999px;
	height: 1px;
	margin-top: -1px;
}

.intro .intro-title h1 .special-text:before {
	left: auto;
	right: 100%;
}

.intro .intro-title h1 .special-text + span {
	margin-top: -15px;
}

/* visual section styles */

.visual-hold {
	margin: 0 0 17px;
}

/* visual item styles */

.visual-item {
	position: relative;
	overflow: hidden;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
	min-height: 200px;
}

.visual-item.large-text {
	font-size: 20px;
	line-height: 26px;
}

.visual-item.right-align {
	text-align: right;
}

.visual-item.right-align a {
	padding: 31px 18px 60px 28px;
}

.visual-item.right-align .btn {
	right: 22px;
}

.visual-item.right-align .bg-stretch.blue-box:after {
	background: -webkit-linear-gradient(left, rgba(68, 114, 146, .38) 0%, rgba(68, 114, 146, .77) 45%, rgba(68, 114, 146, .91) 66%, #447292 83%, #447292 100%);
	background: linear-gradient(to right, rgba(68, 114, 146, .38) 0%, rgba(68, 114, 146, .77) 45%, rgba(68, 114, 146, .91) 66%, #447292 83%, #447292 100%);
}

.visual-item.right-align .bg-stretch.right-align:after {
	background: -webkit-linear-gradient(left, rgba(100, 179, 91, .08) 0%, rgba(100, 179, 91, .17) 12%, rgba(100, 179, 91, .33) 30%, rgba(100, 179, 91, .76) 72%, rgba(100, 179, 91, .87) 86%, rgba(100, 179, 91, .97) 100%);
	background: linear-gradient(to right, rgba(100, 179, 91, .08) 0%, rgba(100, 179, 91, .17) 12%, rgba(100, 179, 91, .33) 30%, rgba(100, 179, 91, .76) 72%, rgba(100, 179, 91, .87) 86%, rgba(100, 179, 91, .97) 100%);
}

.visual-item.v-bottom a {
	white-space: nowrap;
	text-align: center;
	text-align: right;
}

.visual-item.v-bottom a:after {
	content: "";
	display: inline-block;
	vertical-align: bottom;
	width: 0;
	min-height: 100%;
}

.visual-item.v-bottom a > * {
	white-space: normal;
	display: inline-block;
	vertical-align: bottom;
	max-width: 100%;
}

.visual-item a {
	color: #fff;
	width: 100%;
	display: block;
	padding: 31px 73px 60px 18px;
}

.visual-item a:hover .bg-stretch {
	-webkit-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

.visual-item .description {
	display: block;
}

.visual-item p {
	margin: 0 0 22px;
}

.visual-item .btn {
	position: absolute;
	bottom: 13px;
}

.visual-item .bg-stretch {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	max-width: none !important;
}

.visual-item .bg-stretch:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.visual-item .bg-stretch.green-box:after {
	background: -webkit-linear-gradient(left, rgba(100, 179, 91, .97) 0%, rgba(100, 179, 91, .87) 14%, rgba(100, 179, 91, .76) 28%, rgba(100, 179, 91, .33) 70%, rgba(100, 179, 91, .17) 88%, rgba(100, 179, 91, .08) 100%);
	background: linear-gradient(to right, rgba(100, 179, 91, .97) 0%, rgba(100, 179, 91, .87) 14%, rgba(100, 179, 91, .76) 28%, rgba(100, 179, 91, .33) 70%, rgba(100, 179, 91, .17) 88%, rgba(100, 179, 91, .08) 100%);
}

.visual-item .bg-stretch.blue-box:after {
	background: -webkit-linear-gradient(left, #447292 0%, #447292 17%, rgba(68, 114, 146, .91) 34%, rgba(68, 114, 146, .77) 55%, rgba(68, 114, 146, .38) 100%);
	background: linear-gradient(to right, #447292 0%, #447292 17%, rgba(68, 114, 146, .91) 34%, rgba(68, 114, 146, .77) 55%, rgba(68, 114, 146, .38) 100%);
}

.visual-item .bg-stretch.pink-box:after {
	left: -150px;
	bottom: -50px;
	top: -50px;
	background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, .89) 0%, rgba(255, 255, 255, .9) 4%, rgba(255, 255, 255, .85) 14%, rgba(255, 255, 255, .73) 30%, rgba(255, 255, 255, .5) 55%, rgba(255, 255, 255, .27) 79%, rgba(255, 255, 255, .09) 100%);
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, .89) 0%, rgba(255, 255, 255, .9) 4%, rgba(255, 255, 255, .85) 14%, rgba(255, 255, 255, .73) 30%, rgba(255, 255, 255, .5) 55%, rgba(255, 255, 255, .27) 79%, rgba(255, 255, 255, .09) 100%);
	opacity: .8;
}

.visual-item .title {
	font-size: 13px;
	line-height: 19px;
	text-transform: uppercase;
	color: #447292;
	font-weight: 600;
	display: block;
	margin: 0 0 10px;
}

.visual-item .item-list {
	font-size: 15px;
	line-height: 17px;
	color: #2e2d2d;
	margin-bottom: -32px;
}

.visual-item .item-list li {
	padding: 0 0 13px;
}

.visual-item .item-list li:after {
	display: none;
}

.explore-visual {
	padding-top: 30px;
}

.explore-visual h2 {
	font: 28px/32px "tribute", "Times New Roman", Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px;
	text-transform: capitalize;
	color: #212121;
}

/* explore webcams list */

.webcams-list li {
	padding: 0 0 20px;
	overflow: hidden;
}

.webcams-list li:after {
	display: none;
}

.webcams-list .img-holder {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
}

.webcams-list .bg-stretch:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.webcams-list .bg-stretch.blue-box:after {
	background: -webkit-linear-gradient(top, rgba(68, 114, 146, 0) 0%, rgba(68, 114, 146, .09) 13%, rgba(68, 114, 146, .19) 24%, rgba(68, 114, 146, .83) 80%, rgba(68, 114, 146, .98) 100%);
	background: linear-gradient(to bottom, rgba(68, 114, 146, 0) 0%, rgba(68, 114, 146, .09) 13%, rgba(68, 114, 146, .19) 24%, rgba(68, 114, 146, .83) 80%, rgba(68, 114, 146, .98) 100%);
}

.webcams-list .bg-stretch.green-box:after {
	background: -webkit-linear-gradient(top, rgba(84, 147, 118, .01) 0%, rgba(89, 157, 109, .02) 1%, rgba(84, 147, 118, .03) 2%, rgba(83, 144, 120, .05) 4%, rgba(84, 147, 118, .06) 5%, rgba(83, 145, 120, .07) 6%, rgba(85, 149, 116, .15) 12%, rgba(84, 147, 118, .17) 13%, rgba(88, 155, 111, .65) 44%, rgba(88, 155, 111, .67) 46%, rgba(91, 162, 105, .87) 62%, rgba(95, 169, 99, .97) 79%, #61af5f 92%, #63b25c 100%);
	background: linear-gradient(to bottom, rgba(84, 147, 118, .01) 0%, rgba(89, 157, 109, .02) 1%, rgba(84, 147, 118, .03) 2%, rgba(83, 144, 120, .05) 4%, rgba(84, 147, 118, .06) 5%, rgba(83, 145, 120, .07) 6%, rgba(85, 149, 116, .15) 12%, rgba(84, 147, 118, .17) 13%, rgba(88, 155, 111, .65) 44%, rgba(88, 155, 111, .67) 46%, rgba(91, 162, 105, .87) 62%, rgba(95, 169, 99, .97) 79%, #61af5f 92%, #63b25c 100%);
}

.webcams-list a {
	display: block;
	width: 100%;
	padding-top: 47%;
	color: #fff;
	overflow: hidden;
	position: relative;
}

.webcams-list a:hover .img-holder {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.webcams-list .title {
	font-size: 17px;
	line-height: 20px;
	font-weight: 600;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 15px;
}

@media (max-width: 768px) {
	.page-template-template-webcams .post-img .bg-stretch {
		position: relative;
		z-index: 50;
	}
}

/* additional navigation */

.heading-box {
	padding: 0 0 15px;
	position: relative;
	z-index: 4;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.heading-box .conservation-logo {
	float: left;
	width: 150px;
}

.heading-box .conservation-logo a {
	display: block;
}

.heading-box .conservation-logo img {
	display: block;
	width: 100%;
	height: auto;
}

/* sub navigation slide */

.sub-nav {
	font-size: 16px;
	line-height: 18px;
}

.sub-nav ul {
	margin: 0;
}

.sub-nav ul li {
	padding: 0;
	border-bottom: 1px solid #7a99ae;
}

.sub-nav ul li:last-child {
	border-bottom: 0;
}

.sub-nav ul li:after {
	display: block;
}

.sub-nav ul li.active a {
	background: #7a99ae;
}

.sub-nav ul li a {
	color: #fff;
	background: #0089c0;
	padding: 12px 20px;
	font-weight: normal;
	display: block;
}

.sub-nav ul li a:hover {
	background: #7a99ae;
}

.sub-nav ul li:after {
	display: none;
}

/* sub navigation opener */

.sub-nav-opener .title {
	position: absolute;
	top: 50%;
	right: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #000;
	padding: 0 10px 0 0;
}

/* sub navigation slide */

/* map section styles */

.map {
	position: relative;
	color: #4f4f4f;
	font-size: 20px;
	line-height: 1.58;
	z-index: 2;
}

.map .text-holder {
	padding: 20px 0 0;
	text-align: center;
}

.map h2 {
	font-family: "tribute", "Times New Roman", Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 13px;
}

/*.map-holder {
	margin: 0 -10px;
	position: relative;
	z-index: 2;
	height: 300px;
}*/
@media (max-width: 450px) {
	body.home img.alignright.size-medium {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	.heading-box .conservation-logo {
		display: none!important;
	}
	
	.mobile-wrap {
		width: 100%!important;
	}
	
	.heading-box {
	background: rgba(255, 255, 255, 0.8);
	}
	
	
}
.map-holder {
	position: absolute;
	height: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	z-index: -1;
	opacity: 0.4;
}

.map-holder:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	background: -webkit-linear-gradient(bottom, white 0%, rgba(255, 255, 255, .99) 1%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to top, white 0%, rgba(255, 255, 255, .99) 1%, rgba(255, 255, 255, 0) 100%);
	display: block;
	z-index: 1;
	height: 25%;
}

.map-holder .bg-stretch {
	opacity: .3;
}

.map-holder .map-pin {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	width: 12px;
	height: 12px;
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	background-color: #61b658;
	border-radius: 50%;
	z-index: 1;
}

.map-holder .map-popup {
	position: absolute;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border: 3px solid #fff;
	background-color: #337ab7;
	border-radius: 5px;
	padding: 9px 12px;
	margin-bottom: 12px;
	z-index: 1;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.map-holder .map-popup:after {
	height: 0;
	width: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 12px solid #337ab7;
	position: absolute;
	content: "";
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.map-holder .map-popup a {
	color: #fff;
}

.map-holder .map-popup a:hover {
	color: #72ce67;
}

.map-holder .map-popup a span {
	margin-left: 15px;
}

.more-link {
	color: #000;
	font-size: 20px;
	line-height: 28px;
}

.more-link b {
	color: #4f4f4f;
}

.more-link li {
	display: inline-block;
	vertical-align: top;
	margin-right: 35px;
}

.more-link li:last-child {
	margin-right: 0;
}

.more-link a:link {
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	text-decoration: none;
}

.more-link a:hover {
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	text-decoration: underline;
}

/* additional navigation */

.heading-box {
	padding: 0 0 15px;
	position: relative;
	z-index: 4;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.heading-box .conservation-logo {
	float: left;
	width: 314px;
}

.heading-box .conservation-logo a {
	display: block;
}

.heading-box .conservation-logo img {
	display: block;
	width: 100%;
	height: auto;
}

.mobile-wrap {
		width: 75%;
		margin-left: 1%;
		margin-top: 1%;
	}

/* sub navigation slide */

.sub-nav {
	font-size: 16px;
	line-height: 18px;
}

.sub-nav ul {
	margin: 0;
}

.sub-nav ul li {
	padding: 0;
	border-bottom: 1px solid #7a99ae;
}

.sub-nav ul li:last-child {
	border-bottom: 0;
}

.sub-nav ul li:after {
	display: block;
}

.sub-nav ul li.active a {
	background: #7a99ae;
}

.sub-nav ul li a {
	color: #fff;
	background: #0089c0;
	padding: 12px 20px;
	font-weight: normal;
	display: block;
}

.sub-nav ul li a:hover {
	background: #7a99ae;
}

.sub-nav ul li:after {
	display: none;
}

/* sub navigation opener */

.sub-nav-opener .title {
	position: absolute;
	top: 50%;
	right: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #000;
	padding: 0 10px 0 0;
}

/* sub navigation slide */

/* articles holder styles */

/* article item styles */

.article-box {
	margin: 0 0 25px;
	color: #8d8d8d;
}

.article-box .img-wrap {
	margin: 0 0 20px;
	overflow: hidden;
}

.article-box .img-wrap a {
	display: block;
}

.article-box .img-wrap a:hover img {
	-webkit-transform: scale(1.12, 1.12);
	-ms-transform: scale(1.12, 1.12);
	transform: scale(1.12, 1.12);
}

.article-box .img-wrap img {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	width: 100%;
	height: auto;
	display: block;
}

.article-box h3 {
	font-weight: normal;
	margin: 0 0 15px;
	font-size: 20px;
	line-height: 24px;
}

.article-box h3 a {
	color: #262b2e;
}

.article-box h3 a:hover {
	color: #0089c0;
}

.article-box p {
	margin: 0;
}

/* facebook boxes styles */

.facebook-boxes {
	border: solid #7a8ec7;
	border-width: 4px 0;
	margin: 0 0 40px;
	height: 300px;
	position: relative;
}

.facebook-boxes .bg-stretch {
	background-position: 50% 50%;
}

.facebook-boxes .box-wide {
	width: 100%;
	height: 100px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	padding: 10px;
	overflow: hidden;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 49.7%;
	left: 50.15%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.facebook-boxes .box-wide .fb-text {
	text-transform: uppercase;
	font-size: 12px;
	color: #7b8ec7;
	font-weight: bold;
	display: block;
}

.facebook-boxes .box-wide .fb-text .fb-like {
	margin: 0 7px;
}

.facebook-boxes h3 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 10px;
}

/* news item styles */

.news-item {
	margin: 0 0 0px;
}

/* news visual styles */

.news-visual {
	margin: 0 0 25px;
	position: relative;
}

.news-visual a {
	display: block;
	height: 100%;
	position: relative;
	color: #fff;
	overflow: hidden;
}

.news-visual a:after {
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	position: absolute;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .01) 0%, rgba(0, 0, 0, .04) 7%, rgba(0, 0, 0, .15) 22%, rgba(0, 0, 0, .45) 54%, rgba(0, 0, 0, .53) 64%, rgba(0, 0, 0, .55) 65%, rgba(0, 0, 0, .65) 78%, rgba(0, 0, 0, .7) 89%, rgba(0, 0, 0, .7) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .01) 0%, rgba(0, 0, 0, .04) 7%, rgba(0, 0, 0, .15) 22%, rgba(0, 0, 0, .45) 54%, rgba(0, 0, 0, .53) 64%, rgba(0, 0, 0, .55) 65%, rgba(0, 0, 0, .65) 78%, rgba(0, 0, 0, .7) 89%, rgba(0, 0, 0, .7) 100%);
}

.news-visual a:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.news-visual img {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	display: block;
	width: 100%;
	height: auto;
}

.news-visual .description {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 6px;
	z-index: 2;
}

.news-visual .title {
	display: block;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 5px;
}

.news-visual time {
	font-size: 14px;
	display: block;
	color: #e2e2e2;
}

@media (min-width: 480px) {
	.aside-list li {
		padding: 20px 0;
	}

	.aside-list .img-holder {
		width: 25%;
		padding-top: 25%;
	}
}

@media (min-width: 481px) {
	.post-img {
		height: 300px;
	}
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	#header .navbar {
		padding: 20px 0 0;
	}

	#header .navbar-hold {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	#header .navbar-hold:after {
		content: "";
		position: absolute;
		left: -9999px;
		right: -9999px;
		top: 0;
		bottom: 0;
		z-index: -1;
		background: #0089c0;
		box-shadow: 0 0 46px rgba(0, 1, 1, .26);
	}

	#header .navbar-nav:before {
		content: "";
		background: #003648;
		position: absolute;
		left: 99%;
		top: 0;
		bottom: 0;
		right: -9999px;
		display: block;
	}

	#header .navbar-nav {
		float: none;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 0 0 0 15px;
		width: 100%;
	}

	#header .navbar-nav .btn-donate {
		padding: 22px 37px 32px 69px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 22px;
		line-height: 26px;
		border-radius: 0;
		text-align: left;
	}

	#header .navbar-nav .btn-donate i {
		-webkit-transition: color .3s ease-in-out;
		transition: color .3s ease-in-out;
		font-size: 40px;
		position: absolute;
		top: 50%;
		left: 15px;
		color: #176a0e;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		margin-top: -5px;
	}

	#header .navbar-nav > li {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 27.5%;
	}

	#header .navbar-nav > li.has-drop-down > a:after {
		left: 50%;
		bottom: 11px;
		right: auto;
		top: auto;
		text-align: left;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		font-size: 7px;
		color: #9eb1be;
		Display: none!important;
	}
	
	.no-click-mobile {
		pointer-events: none;
		
	}
	

	#header .navbar-nav > li:first-child {
		width: 19%;
	}

	#header .navbar-nav > li:first-child > a {
		padding: 23px 30px 30px 23px;
	}

	#header .navbar-nav > li:first-child > a:before {
		left: -9999px;
	}

	#header .navbar-nav > li:first-child [class^="icon-"] {
		left: 0;
	}

	#header .navbar-nav > li:nth-child(2) {
		width: 25.5%;
	}

	#header .navbar-nav > li:nth-child(3) {
		width: 28%;
	}

	#header .navbar-nav > li:hover > a {
		color: #fff;
	}

	#header .navbar-nav > li:hover > a i {
		color: #fff !important;
	}

	#header .navbar-nav > li:hover > a:after {
		color: #fff;
	}

	#header .navbar-nav > li.active-drop > a:before {
		opacity: 1;
		visibility: visible;
	}

	#header .navbar-nav > li.active-drop [class^="icon-"] {
		color: #fff;
	}

	#header .navbar-nav > li > a {
		border-left: 1px solid #658398;
		padding: 22px 37px 30px 30px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		font-size: 18px;
		line-height: 20px;
    text-align: center;
	}

	#header .navbar-nav > li > a:hover {
		color: #fff;
	}

	#header .navbar-nav > li > a:hover i {
		color: #fff !important;
	}

	#header .navbar-nav > li > a:hover:after {
		color: #fff;
	}

	#header .navbar-nav > li > a:before {
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: -1px;
		height: 1px;
		background: #0089c0;
		z-index: 3;
		opacity: 0;
		visibility: visible;
	}

	#header .navbar-nav [class^="icon-"] {
		-webkit-transition: color .3s ease-in-out;
		transition: color .3s ease-in-out;
		color: #6f96b2;
		position: absolute;
		left: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 40px;
		margin-top: -6px;
    display: none;
	}

	#header .search-form {
		margin: 3px 0 0 0;
	}

	#header .search-form {
		width: auto;
	}

	#header .search-form .form-control {
		min-width: 220px;
		height: 42px;
	}

	.logo {
		width: 160px;
		margin: 0 0 24px;
	}

	.drop-hold {
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		padding: 0;
		z-index: 4;
	}

	.drop-hold .four-columns {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 39px 0 30px 0;
		position: absolute;
	}

	.drop-hold .four-columns:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: -9999px;
		right: -9999px;
		background-color: #0089c0;
		z-index: -1;
		border-top: 1px solid #60cef5;
		border-bottom: 7px solid #003648;
		box-shadow: 0 18px 40px -10px rgba(0, 1, 1, .4);
	}

	.drop-hold .four-columns .column {
		width: 50%;
		padding: 0 20px 20px;
	}

	.drop-hold .drop-title.yes-children {
		display: inline-block;
		vertical-align: top;
		font-size: 18px;
		line-height: 20px;
		margin: 0 0 12px;
		pointer-events: auto;
	}

	.drop-hold .drop-title.yes-children a {
		pointer-events: auto;
		padding: 0 0 6px 0;
	}

	.drop-hold .drop-title.yes-children a:after {
		right: -17px;
		top: 7px;
		color: #9fb1be;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.drop-hold .drop-slide {
		position: static !important;
	}

	.about-company-link.active .about-link {
		color: #fff;
	}

	.about-company-link.active .about-link:before {
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.about-company-link .about-link {
		padding: 0 0 14px;
	}

	.about-company-link .about-link:hover,
	.about-company-link .about-link:focus {
		text-decoration: none;
		color: #fff;
	}

	.about-company-link .about-link:before {
		bottom: -1px;
		top: auto;
		left: 50%;
		right: auto;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		margin-bottom: 0;
		opacity: .5;
	}

	.about-drop {
		position: absolute;
		top: 100%;
		left: 0;
		width: 200px;
		padding-top: 26px;
	}

	.about-drop .about-hold {
		background: #fff;
		padding: 20px 15px 11px;
		border: 1px solid #0089c0;
	}

	.about-drop ul {
		font-size: 16px;
		line-height: 1;
	}

	.about-drop ul li {
		padding: 0 0 9px;
	}

	.social-holder {
		margin: 10px 3% 15px 6%;
		padding: 8px 7px 8px 4px;
	}

	#footer {
		padding: 80px 0 50px;
	}

	#footer:before,
	#footer:after {
		max-height: 90%;
		height: 100%;
	}

	#footer:after {
		max-height: 261px;
	}

	#footer .container-fluid .flexbox {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	#footer .footer-block {
		display: inline-block;
		vertical-align: top;
		text-align: left;
		padding-top: 4px;
		margin-left: -15px;
	}

	#footer .navbar-brand {
		float: left;
		margin-right: 7.1%;
		margin-bottom: 10px;
	}

	#footer .navbar-brand {
		height: 40px;
		width: 160px;
	}

	#footer .text-holder {
		float: right;
		width: 50%;
		text-align: right;
	}

	.footer-menu {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding-right: 1%;
		margin-bottom: 10px;
		margin-right: -4px;
	}

	.footer-menu:last-child {
		padding-right: 10px;
	}

	.footer-accordion {
		margin-bottom: 40px;
	}

	.footer-accordion:after {
		display: none;
	}

	.footer-accordion .slide {
		position: static !important;
		width: 100% !important;
		top: auto !important;
		left: auto !important;
		border-bottom: none;
	}

	.footer-accordion .slide li {
		margin-bottom: 5px;
	}

	.footer-accordion .opener {
		pointer-events: none;
		margin-bottom: 3px;
	}

	.footer-accordion a.opener:before {
		display: none;
	}

	.content {
		padding: 44px 0 0;
	}

	.container > h2 {
		margin-top: 15px;
	}

	.bordered-heading {
		margin: 0 0 47px;
	}

	.bordered-heading h2 {
		font-size: 30px;
		line-height: 34px;
	}

	.aside-list li {
		padding: 30px 0;
	}

	.aside-list .img-holder {
		width: 30%;
		padding-top: 30%;
	}

	.aside-list blockquote {
		font: italic 18px/24px Georgia, Times, "Times New Roman", serif;
	}

	.aside-post .visual-item {
		margin-bottom: 35px;
	}

	.aside-post .bg-stretch {
		background-size: initial;
		background-position: 100% 56%;
	}

	.breadcrumbs {
		font-size: 16px;
	}

	.post-box h2 {
		font-size: 40px;
		line-height: 1;
	}

	.post-img .description {
		padding: 45px;
	}

	.post-description .title {
		font-size: 18px;
		line-height: 20px;
	}

	.post-description .sponsor-hold {
		padding-top: 41px;
	}

	.latest-news .view-more {
		font-size: 14px;
		line-height: 20px;
	}

	.post-list.large-post .img {
		margin: 0 30px 0 0;
		width: 41.4%;
	}

	.post-list.large-post h3 {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.post-list.large-post .description {
		padding: 22px 0 0;
	}

	.post-list.large-post time {
		margin: 0 0 14px;
	}

	.post-list .description {
		padding: 14px 0 0;
	}

	.detail-form .donation-block {
		text-align: left;
	}

	.detail-form .donation-block .radio-list,
	.detail-form .donation-block .checkbox-list {
		padding-top: 10px;
	}

	.intro {
		padding-top: 240px;
	}

	.intro.just-image {
		min-height: 195px;
		padding: 0;
	}

	.intro.just-image .bg-stretch {
		min-height: 400px;
	}

	.intro .benefit {
		max-width: 600px;
		margin: 0 auto 10px;
	}

	.intro .intro-title h1 {
		font-size: 48px;
	}

	.intro .intro-title h1 .special-text {
		font-size: 30px;
	}

	.visual-hold .flexbox {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.visual-hold .flexbox:before,
	.visual-hold .flexbox:after {
		display: none;
	}

	.visual-hold .col {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.visual-item {
		margin-bottom: 25px;
	}

	.visual-item.large-text {
		font-size: 24px;
		line-height: 28px;
	}

	.visual-item a {
		padding: 31px 73px 60px 28px;
	}

	.explore-visual h2 {
		font-size: 33px;
		line-height: 38px;
		margin: 0 0 10px;
	}

	.webcams-list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.webcams-list li {
		width: 33.33%;
		padding: 0;
	}

	.webcams-list .title {
		font-size: 20px;
		line-height: 24px;
	}

	.heading-box {
		padding: 7px 0 20px;
	}

	.heading-box .conservation-logo {
		margin: 0 20px 20px -6px;
		width: 200px;
	}

	.sub-nav ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.sub-nav ul li {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		border: 0;
		border-left: 1px solid #7a99ae;
	}

	.sub-nav ul li a {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 15px 10px;
		background: #597f9a;
	}

	.sub-nav-slide.js-slide-hidden {
		position: static !important;
	}

	.map h2 {
		font-size: 43px;
	}

	.heading-box {
		padding: 7px 0 20px;
	}

	.heading-box .conservation-logo {
		margin: 0 20px 20px -6px;
		width: 200px;
	}

	.sub-nav ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.sub-nav ul li {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		border: 0;
		border-left: 1px solid #7a99ae;
	}

	.sub-nav ul li a {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 15px 10px;
		background: #597f9a;
	}

	.sub-nav-slide.js-slide-hidden {
		position: static !important;
	}

	.articles-hold .row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.articles-hold .row:before,
	.articles-hold .row:after {
		display: none;
	}

	.article-box {
		font-size: 16px;
		line-height: 24px;
	}

	.article-box.small {
		font-size: 15px;
		line-height: 23px;
	}

	.article-box.small .img-wrap {
		margin: 0 0 26px;
	}

	.article-box h3 {
		margin: 0 0 5px;
	}

	.facebook-boxes .box-wide {
		width: 500px;
		height: 100px;
		letter-spacing: 3px;
	}

	.news-visual {
		margin: 0 0 34px;
	}

	.news-visual .description {
		left: 35px;
		right: 35px;
	}

	.news-visual .title {
		font-size: 22px;
		line-height: 26px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	#header .navbar-hold {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.about-company-link {
		position: absolute;
		left: 50%;
		top: 11px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		margin-left: -20px;
	}
}

@media (min-width: 768px) and (min-width: 1024px) {
	.visual-hold .flexbox {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

@media (min-width: 769px) {
	.post-box {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		margin: 0 0 26px;
	}

	.post-img {
		height: auto;
		margin: 0;
	}

	.post-description {
		margin: 0 0 0 20px;
		width: 300px;
	}

	.intro .intro-holder .video-holder {
		margin-bottom: 50px;
		box-shadow: 0 0 39px 1px rgba(0, 0, 0, .5);
	}

	.intro .benefit {
		padding: 20px 20px 20px 120px;
	}
}

@media (min-width: 1024px) {
	.jcf-select {
		height: 52px;
		min-width: 250px;
	}

	.jcf-select .jcf-select-text {
		line-height: 50px;
		margin: 0 52px 0 15px;
	}

	.jcf-select .jcf-select-opener {
		width: 52px;
	}

	.jcf-select .jcf-select-opener:after {
		width: 52px;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	input[type="url"],
	input[type="date"],
	input[type="number"],
	textarea {
		height: 52px;
		padding: 13px 15px;
	}

	input[type="button"],
	input[type="submit"] {
		padding: 12px 20px;
		font-size: 20px;
		line-height: 22px;
	}

	.search-form input {
		height: 32px;
	}

	.post-password-form input {
		height: 32px;
	}

	#header .navbar {
		padding: 16px 0;
	}

	#header .navbar-nav {
		padding: 0;
	}

	#header .navbar-nav .btn-donate {
		display: block;
	}

	#header .navbar-nav > li > a {
		display: block;
	}

	#header .search-form {
		margin: 15px 0 6px 0;
	}

	#header .search-form .form-control {
		min-width: 220px;
	}

	.logo {
		width: 237px;
		margin: 0;
	}

	.drop-hold.js-slide-hidden {
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		opacity: 0;
		visibility: hidden;
		display: block !important;
		position: static !important;
	}

	.active-drop .drop-hold.js-slide-hidden {
		visibility: visible;
		opacity: 1;
	}

	.drop-hold .four-columns .column {
		width: 25%;
		padding: 0 20px;
	}

	.link-description {
		color: #bbdbf7;
		width: 100%;
		font-size: 14px;
		line-height: 16px;
		display: block;
	}

	.about-company-link {
		margin: 23px 10px;
		float: left;
		font-size: 20px;
		line-height: 20px;
	}

	.about-company-link.active .about-link {
		color: #0089c0;
	}

	#footer {
		padding: 98px 0 71px;
	}

	#footer .footer-block {
		margin-bottom: 0;
	}

	#footer .navbar-brand {
		height: 100px;
		width: 360px;
	}

	#footer .text-holder {
		float: left;
		width: 41%;
		text-align: left;
		margin-left: -10px;
	}

	.footer-menu {
		width: auto;
		padding-right: 5%;
	}

	.copyright {
		float: right;
		margin-right: 10px;
		margin-top: 47px;
		width: 22%;
	}

	.footer-accordion {
		margin-bottom: 75px;
	}

	.container .second-title {
		margin-top: 19px;
		margin-bottom: 34px;
	}

	.second-title {
		font-size: 42px;
	}

	.embed-responsive {
		margin-bottom: 28px;
	}

	.featured-section {
		margin: 0 0 65px;
	}

	.aside {
		border-left: 1px solid #b2b2b2;
		padding-top: 0;
		padding-left: 36px;
	}

	.aside-list li {
		padding: 35px 0 33px;
	}

	.aside-list li:first-child {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 32px 0 18px;
	}

	.aside-list .img-holder {
		width: 34.5%;
		padding-top: 34.5%;
	}

	.post-box h2 {
		font-size: 60px;
	}

	.post-img .description {
		padding: 66px 73px 25px 66px;
	}

	.post-description {
		padding: 24px 33px 31px;
	}

	.latest-news {
		padding: 25px 28px 17px 34px;
	}

	.head-post-box {
		padding-bottom: 31px;
	}

	.post-list.large-post li {
		margin-bottom: 53px;
	}

	.post-list .img {
		width: 140px;
	}

	.detail-form {
		font-size: 16px;
		padding-left: 27px;
		padding-right: 33px;
	}

	.detail-form.with-border {
		border-width: 9px;
		padding-left: 18px;
		margin-left: 0;
	}

	.detail-form .separate {
		font-size: 44px;
		margin: 0 1px;
	}

	.detail-form .note {
		font-size: 14px;
		line-height: 1.21;
		padding-top: 10px;
	}

	.detail-form h2 {
		font-size: 30px;
		margin: 0 0 18px;
	}

	.detail-form .date-input {
		width: 57px;
		padding: 13px 5px;
	}

	.detail-form .ccv-input {
		padding: 13px 5px;
	}

	.detail-form .donation-block {
		font-size: 16px;
		margin: 32px 0 57px;
	}

	.detail-form .donation-block .jcf-select-form-control {
		width: 100%;
	}

	.detail-form .donation-block .jcf-radio {
		font-size: 14px;
		width: 25px;
		height: 25px;
	}

	.detail-form .donation-block .jcf-radio:after {
		top: 4px;
		right: 2px;
	}

	.detail-form .donation-block .radio-inline + .radio-inline {
		margin-left: 10px;
	}

	.detail-form .donation-block .checkbox-inline + .checkbox-inline {
		margin-left: 10px;
	}

	.detail-form .donation-block .radio-list,
	.detail-form .donation-block .checkbox-list {
		padding-top: 13px;
	}

	.detail-form .cards {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin: -9px 0 23px;
	}

	.detail-form .cards li {
		margin: 0 0 0 8px;
	}

	.detail-form .button-holder {
		margin: 0;
	}

	.detail-form .button-holder .link-help {
		font-size: 17px;
	}

	.detail-form .btn {
		width: 100%;
		min-width: 140px;
		font-size: 20px;
		line-height: 22px;
		padding: 16px 20px;
		border-radius: 8px;
		margin: 0 0 6px;
	}

	.detail-form .btn.btn-success [class*="icon-"] {
		font-size: 20px;
		margin: 0 0 0 10px;
	}

	.detail-form .secure-holder {
		padding-top: 18px;
	}

	.form-control {
		height: 52px;
		padding: 13px 15px;
	}

	.form-group {
		margin-bottom: 21px;
	}

	label {
		margin: 0 0 4px;
	}

	.jcf-radio {
		width: 23px;
		height: 23px;
		border-radius: 100%;
	}

	.radio-inline {
		padding-left: 34px;
	}

	.radio-inline .jcf-radio {
		top: 0;
	}

	.jcf-checkbox {
		width: 25px;
		height: 25px;
		font-size: 14px;
	}

	.jcf-checkbox:after {
		top: 4px;
		right: 2px;
	}

	.checkbox-inline {
		padding-left: 34px;
	}

	.checkbox-inline .jcf-checkbox {
		top: 0;
	}

	.jcf-select-form-control {
		height: 52px;
	}

	.jcf-select-form-control .jcf-select-text {
		margin: 0 51px 0 12px;
		font-size: 24px;
		line-height: 52px;
	}

	.jcf-select-form-control .jcf-select-opener {
		width: 52px;
	}

	.jcf-list .jcf-option {
		font-size: 18px;
		padding: 12px 20px;
	}

	.intro {
		padding-bottom: 51px;
	}

	.intro.just-image {
		padding: 0;
	}

	.intro .intro-holder .video-holder {
		margin: 4px 0 0 57px;
	}

	.intro h1 {
		font-size: 50px;
		margin: 0 0 20px;
	}

	.intro h2 {
		font-size: 35px;
		margin: 0 0 21px;
	}

	.intro .text-holder {
		margin-right: -30px;
		font-size: 18px;
	}

	.intro .benefit-list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 66px 0 0;
		width: 100%;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0;
	}

	.intro .benefit {
		padding-left: 90px;
		width: 31%;
		font-size: 16px;
		margin: 0 0 28px;
		max-width: none;
	}

	.intro .benefit h3 {
		font-size: 22px;
	}

	.intro .benefit .image-holder {
		max-width: 90px;
		left: 45px;
	}

	.intro .widget {
		padding: 34px 40px 19px;
		margin: 0 0 24px;
	}

	.intro .info-box {
		font-size: 15px;
	}

	.intro .info-box .title {
		font-size: 19px;
	}

	.intro .info-box p {
		margin: 0 0 15px;
	}

	.intro .donate-box {
		font-size: 21px;
		padding: 25px 40px;
	}

	.intro .donate-box .btn {
		padding: 16px;
		display: block;
		width: 100%;
	}

	.intro .same-boxes {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.intro .text-center {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.intro .intro-title {
		margin: 0 40px;
	}

	.intro .intro-title h1 {
		font-size: 89px;
	}

	.intro .intro-title h1 span {
		font-size: 89px;
	}

	.intro .intro-title h1 .special-text {
		font-size: 40px;
	}

	.intro .intro-title h1 .special-text + span {
		margin-top: -68px;
	}

	.intro .aside-boxes {
		padding-left: 20px;
		margin-bottom: -24px;
	}

	.explore-visual {
		padding-top: 50px;
	}

	.heading-box .conservation-logo {
		width: 314px;
	}

	.sub-nav {
		float: right;
		font-size: 18px;
		line-height: 20px;
	}

	.sub-nav ul li a {
		padding: 26px 28px;
	}

	.map .text-holder {
		white-space: nowrap;
		text-align: center;

	}

	.map .text-holder:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 644px;
	}

	.map .text-holder > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 100%;
	}

	.map h2 {
		font-size: 48px;
	}

	.heading-box .conservation-logo {
		width: 314px;
	}

	.sub-nav {
		float: right;
		font-size: 18px;
		line-height: 20px;
	}

	.sub-nav ul li a {
		padding: 26px 28px;
	}

	.article-box.small h3 {
		font-size: 17px;
		line-height: 20px;
	}

	.article-box .img-wrap {
		margin: 0 0 31px;
	}

	.article-box h3 {
		font-size: 23px;
		line-height: 26px;
		margin: 0 0 10px;
	}

	.facebook-boxes {
		margin: 0 0 104px;
		border-width: 10px 0;
		height: 538px;
	}

	.facebook-boxes .box-wide {
		height: 128px;
		width: 638px;
	}

	.facebook-boxes .box-wide .fb-text {
		font-size: 14px;
	}

	.facebook-boxes .box-wide .fb-text .fb-like {
		margin: 0 4px;
	}

	.facebook-boxes h3 {
		font-size: 24px;
		color: #5b5b5b;
		margin: 0 0 13px;
	}
}

@media (min-width: 1260px) {
	#header .navbar-nav .btn-donate {
		padding: 29px 37px 22px 113px;
		font-size: 25px;
		line-height: 28px;
	}

	#header .navbar-nav .btn-donate i {
		font-size: 55px;
		left: 36px;
		margin-top: 0;
    display: none;
	}

	#header .navbar-nav > li:first-child > a {
		padding: 20px 15px 35px 10px;
    text-align: center;
	}

	#header .navbar-nav > li > a {
		padding: 20px 20px 35px 20px;
		font-size: 25px;
		line-height: 24px;
    text-align: center;
	}

	#header .navbar-nav [class^="icon-"] {
		font-size: 55px;
		left: 36px;
		margin-top: 0;
    display: none;
	}

	#header .search-form .form-control {
		min-width: 322px;
	}

	.link-description {
		line-height: 24px;
	}

	.social-holder {
		padding: 8px 20px 8px 22px;
	}

	#footer .footer-block {
		margin-right: 20px;
	}

	.footer-menu {
		padding-right: 5.5%;
	}

	.footer-menu:last-child {
		padding-right: 0;
	}

	.btn.btn-lg {
		padding: 14px 18px;
	}

	p {
		margin-bottom: 24px;
	}

	.aside-post {
		padding-left: 14%;
		padding-top: 36px;
	}

	.aside-post .bg-stretch {
		background-position: 6% 56%;
	}

	.detail-form {
		padding-left: 57px;
		padding-right: 73px;
	}

	.detail-form.with-border {
		margin-left: 0;
		padding-left: 48px;
	}

	.detail-form .donation-block {
		padding: 24px 32px 27px;
	}

	.detail-form .donation-block .radio-inline {
		font-size: 18px;
	}

	.detail-form .donation-block .radio-inline + .radio-inline {
		margin-left: 34px;
	}

	.detail-form .donation-block .checkbox-inline {
		font-size: 18px;
	}

	.detail-form .donation-block .checkbox-inline + .checkbox-inline {
		margin-left: 34px;
	}

	.intro .benefit {
		padding-left: 120px;
	}

	.intro .benefit .image-holder {
		max-width: 120px;
		left: 60px;
	}

	.intro .aside-boxes {
		padding-left: 60px;
	}

	.map p {
		margin-bottom: 28px;
	}
}

@media (max-width: 1259px) {
	.social-holder .text-contact {
		display: none;
	}

	.aside-post {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.aside-post .visual-item {
		width: 45%;
	}
}

@media (max-width: 1023px) {
	#header {
		background: rgba(0, 0, 0, .6);
	}

	#header .navbar-header {
		position: absolute;
		right: 10px;
		top: 0;
	}

	.drop-hold .drop-title.yes-children {
		height: auto !important;
	}

	.copyright {
		width: 100%;
		text-align: center;
	}

	.head-post-box {
		padding-top: 30px;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .4em .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .4em .2em;
	}

	#header .navbar-nav .donate-wrap {
		padding: 10px 0;
	}

	#header .navbar-nav .btn-donate {
		min-width: 150px;
	}

	#header .navbar-nav .btn-donate:hover {
		background: #4ec240;
	}

	#header .navbar-nav .btn-donate i {
		display: none;
	}

	#header .navbar-nav > li {
		position: relative;
	}

	#header .navbar-nav > li.active-drop > a:after {
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	#header .navbar-nav > li > a br {
		display: none;
	}

	#header .navbar-nav [class^="icon-"] {
		display: none;
	}

	#header .search-form {
		-webkit-transition: max-width .3s ease-in-out;
		transition: max-width .3s ease-in-out;
		overflow: hidden;
		max-width: 0;
		position: absolute;
		right: 70px;
		top: -1px;
	}

	.form-active #header .search-form {
		max-width: 1000px;
	}

	#header .form-group {
		-webkit-transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		position: relative;
		background: #fff;
		border-radius: 3px;
	}

	.form-active #header .form-group {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	#header .form-opener {
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		display: block;
		font-size: 32px;
		position: absolute;
		right: 75px;
		top: 0;
		color: #fff;
		opacity: 1;
		visibility: visible;
	}

	#header .navbar-collapse {
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		border: none;
		box-shadow: none;
		background: #0089c0;
		margin-top: 15px;
		overflow: hidden;
	}

	#header .navbar-frame {
		padding: 15px 0 0;
	}

	#header .navbar-toggle {
		margin-top: 0 !important;
		background-color: transparent !important;
	}

	#header .navbar-collapse {
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
	}

	#header .social-holder {
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.drop-hold .four-columns .column.active .drop-title.yes-children a:after {
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	.drop-hold .drop-slide {
		padding: 20px 15px 7px 35px;
		border-bottom: 1px solid #658398;
		background: #475e6f;
	}

	.about-company-link .about-link {
		font-weight: normal;
		padding: 10px 45px 10px 15px;
	}

	.drop-title.no-children {
		display: block;
		padding: 3px 40px 22px 35px;
		border-bottom: 1px solid #658398;
		color: #fff;
		font-weight: 600;
    font-size: 14px;
    line-height: 18px;
	}
  
  .drop-hold .drop-title.no-children {
    margin-bottom: 0px;
  }
  
  .about-company-link .about-link {
		font-weight: normal;
		padding: 10px 45px 10px 15px;
	}

	.about-drop ul a {
		display: block;
		padding: 10px 40px 7px 35px;
		border-bottom: 1px solid #658398;
		color: #fff;
		font-weight: 600;
	}

	.footer-accordion {
		border-top: 1px solid #4a4a4a;
		z-index: 2;
	}

	.footer-accordion .slide a {
		display: block;
		padding: 7px 0;
	}

	.footer-accordion a.opener {
		border-bottom: 1px solid #4a4a4a;
		padding: 15px 0;
	}

	body {
		font-size: 15px;
		line-height: 18px;
	}

	h1 {
		font-size: 36px;
		margin: 0 0 15px;
	}

	.fb-block {
		-webkit-transform: scale(.8);
		-ms-transform: scale(.8);
		transform: scale(.8);
		text-align: center;
	}

	.aside-post {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.aside-post .visual-item {
		width: 100%;
	}

	.breadcrumbs {
		background: rgba(255, 255, 255, .8);
		border-radius: 3px;
		padding: 12px 15px;
	}

	.post-list .description:after {
		display: none;
	}

	.sub-nav-opener {
		width: 44px;
		height: 34px;
		position: relative;
		border-radius: 3px;
		background: #0089c0;
		position: absolute;
		right: 0;
		top: 0;
		padding: 8px 10px;
	}

	.second-nav-active .sub-nav-opener span {
		opacity: 0;
	}

	.second-nav-active .sub-nav-opener:before,
	.second-nav-active .sub-nav-opener:after {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
		left: 0;
		right: 0;
	}

	.second-nav-active .sub-nav-opener:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.sub-nav-opener:before,
	.sub-nav-opener:after,
	.sub-nav-opener span {
		width: 24px;
		height: 2px;
		background: #fff;
		display: block;
		margin: 0;
		margin-top: 4px;
		-webkit-transition: .3s ease 0s;
		transition: .3s ease 0s;
	}

	.sub-nav-opener:after,
	.sub-nav-opener:before {
		content: "";
		margin-top: 2px;
	}

	.sub-nav-opener:after {
		margin-top: 4px;
	}

	.sub-nav-slide {
		position: absolute;
		left: -15px;
		right: -15px;
		top: 100%;
		background: #0089c0;
	}

	.sub-nav-opener {
		width: 44px;
		height: 34px;
		position: relative;
		border-radius: 3px;
		background: #0089c0;
		position: absolute;
		right: 0;
		top: 0;
		padding: 8px 10px;
	}

	.second-nav-active .sub-nav-opener span {
		opacity: 0;
	}

	.second-nav-active .sub-nav-opener:before,
	.second-nav-active .sub-nav-opener:after {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
		left: 0;
		right: 0;
	}

	.second-nav-active .sub-nav-opener:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.sub-nav-opener:before,
	.sub-nav-opener:after,
	.sub-nav-opener span {
		width: 24px;
		height: 2px;
		background: #fff;
		display: block;
		margin: 0;
		margin-top: 4px;
		-webkit-transition: .3s ease 0s;
		transition: .3s ease 0s;
	}

	.sub-nav-opener:after,
	.sub-nav-opener:before {
		content: "";
		margin-top: 2px;
	}

	.sub-nav-opener:after {
		margin-top: 4px;
	}

	.sub-nav-slide {
		position: absolute;
		left: -15px;
		right: -15px;
		top: 100%;
		background: #0089c0;
	}
}

@media (max-width: 479px) {
	.post-list.large-post .img {
		width: 100%;
	}

	.post-list.large-post .img {
		float: none !important;
		margin: 0 auto 20px;
		width: 100%;
	}
}

body.page-template-template-fullwidth img.wp-post-image {display:none;}
.et_divi_builder #et_builder_outer_content .et_pb_row {max-width:none !important;}
.petitionForm input {
	background:#fff !important;
	padding:15px !important;
}

.petitionForm .nf-field-container {
	padding-bottom:15px !important;
}

.petitionForm .jcf-checkbox {
	background:#fff !important;
}

.petitionForm .checkbox-wrap .nf-field-label {
    float: left;
    width: 235px !important;
    font-size: 14px;
    line-height: 1.2em;
}

.petitionForm .checkbox-wrap .nf-field-element {
	float:left;
	width:50px !important;
}

.petitionForm .submit-wrap input {
	padding-right:50px !important;
	background:#c64343 !important;
	color:#fff !important;
	width:100% !important;
}

.petitionForm .field-wrap.submit-wrap .nf-field-element:after {
	color:#fff !important;
}

aside#sidebar {
	padding-left:60px !important;
	overflow:hidden;
}

#sidebar h3 {
	font-weight: bold;
}

.widget_recent_entries {
	padding-top:15px;
}

.widget_recent_entries ul {
	padding-left:0 !important;
	list-style-type: none;
	overflow:hidden;
}
.widget_recent_entries ul li {
	list-style-type: none;
	padding:12px 0 10px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-top:-1px;
}


/*FIXME*/

@media (min-width: 1024px) {
	#menu-item-163 .column {
		width: 20%;
	}
	#menu-item-163 .drop-hold .drop-title.yes-children {
		width: 100%;
		padding-right: 20px;
	}
}

.widget_nav_menu li a {
	font-weight: bold;
}

.tips-and-tricks-slideshow .slide {
	background-color: #eee;
}
.tips-and-tricks-slideshow .slide img {
	margin: 10px auto;
}
.tips-and-tricks-slideshow .slide h3 {
	text-align: center;
	font-weight: bold;
	margin: 20px 10px;
}
.tips-and-tricks-slideshow .slide p {
	padding: 10px;
}
.tips-and-tricks-slideshow .slick-dots {
	list-style: none;
}
.tips-and-tricks-slideshow .slick-dots li:after {
	background: transparent;
}
video::-internal-media-controls-download-button {
display:none;
}
video::-webkit-media-controls-enclosure {
overflow:hidden;
}
video::-webkit-media-controls-panel {
width: calc(100% + 30px); /* Adjust if necessary */
}

/* Mobile nav show all */
/*
@media (max-width: 767px) {
	.js-slide-hidden {
    position: inherit !important;
    left: inherit !important;
    top: inherit !important;
    display: inherit !important;
	}
}
*/
