#main:after,
#footer .two-columns:after,
#footer .two-columns .col:after {
	content: " ";
	display: block;
	clear: both;
}

.nav-slide .nav,
#nav > ul,
.dropdown ul,
.post-list,
.content .block-img-tex ul,
.result-list,
.list-login,
.cate-list,
.btn-holder,
.accordion,
.accordion .slide ul,
.post-event .list,
.prot-list,
.list-events,
.search-slide .list,
#footer .nav,
.social-networks {
	margin: 0;
	padding: 0;
	list-style: none;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	color: #6d6e71;
	background: #f4f5ec;
	font: 12px/1.25 "Open Sans", sans-serif;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

* {
	max-height: 1000000px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

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

a {
	text-decoration: none;
	color: #003366;
}

a:hover {
    color: #666;
	text-decoration: underline;
}

input,
textarea,
select {
	font: 100% "Open Sans", sans-serif;
	color: #000;
	vertical-align: middle;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
	/* width: 126px; */
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	margin: 0;
	padding: 4px 7px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #000;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: black;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
	font-family: "Open Sans", sans-serif;
    font-weight: bold;
    letter-spacing: inherit;
	line-height: 1.2em;
	margin: 0 0 1.2em;
}

p {
	margin: 0 0 1.2em;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.gm-style img {
	max-width: none;
}

/* ---------------------------------------------------------
   1. General reset
   2. Common site styles
   3. Custom form styles
   4. Styles for responsive breakpoints
   ---------------------------------------------------------*/

/* main container styles */

#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 0 25px;
}

.bg-stretch {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	overflow: hidden;
	bottom: 0;
}

.bg-stretch.add {
	height: 411px;
}

.template-homepage_view .bg-stretch.add {
        /* height: 319px; */
}

.bg-stretch img {
	display: block;
	max-width: inherit;
}

/* header styles */

#header {
	position: relative;
	z-index: 4;
	margin: 0 -25px;
}

#header .holder {
	margin: 0 auto;
	max-width: 870px;
	max-width: 1210px;
	position: relative;
	z-index: 5;
	padding: 0 25px;
}

.inner #header {
	margin: 0;
}

.inner #header .holder {
	padding: 0;
	max-width: 1163px;
}

/* page logo styles */

.logo {
	width: 146px;
	margin: 0 0 35px 77px;
	padding: 117px 0 49px;
	background: url(../images/bg-logo.png) repeat-y;
	position: relative;
}

.logo:after {
	position: absolute;
	left: -52px;
	top: 100%;
	width: 455px;
	height: 36px;
	content: "";
	background: url(../images/bg-green.png) no-repeat;
}

.logo a {
	width: 93px;
	display: block;
	margin: 0 auto;
}

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

.inner .logo {
	padding: 8px 0 14px 3px;
	margin: 0;
	width: 113px;
	background: #f4f5ec;
}

.inner .logo a {
	width: 63px;
}

.inner .logo:after {
	display: none;
}

/* green block styles */

.green-holder {
	background: rgba(19, 100, 37, .6);
	border-radius: 25px 28px 0 0;
	position: relative;
	margin-top: -1px;
}

.green-holder:after {
	position: absolute;
	right: 0;
	border-radius: 0 28px 0 0;
	width: 78%;
	top: -1px;
	bottom: 0;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	content: "";
}

.green-holder:before {
	position: absolute;
	left: 0;
	border-radius: 28px 0 0 0;
	width: 15%;
	top: -1px;
	bottom: 0;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	content: "";
}

.green-holder .title {
	text-transform: uppercase;
	display: block;
	color: #fff;
	position: relative;
	z-index: 5;
	text-align: center;
	padding: 5px 10px 6px;
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 3px;
}

/* mainnav area styles */

.nav-area {
	background: #f4f5ec;
	padding: 0 9999px;
	margin: 0 -9999px;
}

.inner .nav-area {
	background: none;
}

.inner .nav-area .donat-btn {
	top: 116px;
	right: 0;
}

.nav-area .donat-btn, #google_translate_element{
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
	min-width: 156px;
	text-align: center;
	position: absolute;
	right: 31px;
	top: 100px;
	background: rgba(65, 173, 73, .8);
	border: 1px solid #e0ddd9;
	border-radius: 0 0 0 30px;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	line-height: 20px;
	padding: 4px 4px 4px 20px;
	text-align: left;
	font-weight: 700;
	text-transform: uppercase;
}

#google_translate_element {
	border-radius: 0 30px 0 0;
	line-height: 0!important;
	padding-left: 2px;
	top: 30px;
}

#google_translate_element:hover {
	background: #2a733b;
}

.inner #google_translate_element {
	right: 0;
	top: 45px;
}

.goog-te-gadget {
        font-size: 0!important;
}

.goog-te-gadget:hover {
}

.goog-te-gadget .goog-logo-link {
	display: none!important;
	font-size: 0!important;
}

.goog-te-gadget .goog-te-combo {
	background-color: transparent;
	border-color: transparent;
	color: white;
	font: 12px/1.25 "Open Sans", sans-serif;
	margin: 0!important;
}

.goog-te-gadget .goog-te-combo:hover {
	background: #2a733b;
}

.goog-te-gadget .goog-te-combo option {
	background: #2a733b;
}

.nav-area .donat-btn:hover {
	background: #2a733b;
}

/* nav opener styles */

.nav-opener {
	float: left;
	width: 54px;
	height: 42px;
	display: none;
	position: absolute;
	left: -54px;
	top: 0;
	background: #776441;
}

.nav-active .nav-opener {
	width: 42px;
	height: 38px;
	left: -42px;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #d0c9bd;
	position: absolute;
	top: 18px;
	left: 13px;
	height: 3px;
	border-radius: 1px;
	margin-top: 1px;
	width: 27px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 11px;
}

.nav-opener:after {
	top: 25px;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 16px;
	left: 9px;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-opener:hover {
	opacity: .9;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* nav slide styles */

.nav-slide .social-networks {
	display: none;
}

.nav-slide .social-networks li {
	margin: 0 -1px 0 8px;
	padding: 0;
}

.nav-slide .social-networks a {
	padding: 0;
	width: 25px;
	height: 25px;
}

.nav-slide .social-networks a.facebook {
        background-image: url('../images/facebook_white_25x25.png');
	/* background-position: -157px -106px; */
}

.nav-slide .social-networks a.twitter {
        background-image: url('../images/twitter_white25x25.png');
	/* background-position: -189px -106px; */
}

.nav-slide .social-networks a.pinterest {
        background-image: url('../images/instagram_white25x25.png');
	/* background-position: -221px -106px; */
}

.nav-slide .social-networks a.youtube {
        background-image: url('../images/YouTube_white_25x25.png');
	/* background-position: -254px -107px; */
}

.nav-slide .nav {
	display: none;
	font-size: 11px;
	line-height: 15px;
	padding: 6px 9px 10px;
	background: url(../images/shadow-bot.png) no-repeat 0 100%;
}

.nav-slide .nav li {
	margin: 0 0 3px;
}

.nav-slide .nav a {
	color: #fff;
	text-decoration: underline;
}

.nav-slide .nav a:hover {
	color: #2a733b;
}

/* main nav styles */

#nav {
	border-top: 1px solid #c4bcac;
	background: #776441;
}

#nav > ul {
	letter-spacing: 6px;
	text-align: center;
}

#nav > ul > li {
	position: relative;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	text-transform: capitalize;
}

#nav > ul > li.active > a,
#nav > ul > li.inPath > a,
#nav > ul > li.selected > a {
	background: #42351c;
}

#nav > ul > li:first-child > a {
	background-color: inherit;
}

#nav > ul > li.mobile {
	display: none;
}

#nav > ul > li.hover > a,
#nav > ul > li:hover > a {
	background: #42351c;
}

#nav > ul > li.hover .dropdown,
#nav > ul > li:hover .dropdown {
	display: block;
}

#nav > ul > li > a {
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
	display: block;
	padding: 7px 2ex;
	color: #fff;
	text-decoration: none;
}

#nav > ul > li > a:hover {
	background: #42351c;
}

#nav > ul > li > a span {
	display: inline-block;
	vertical-align: top;
        word-spacing: 5px;
}

#nav > ul > li > a span:after {
	display: inline-block;
	vertical-align: top;
	margin: 6px 0 0 18px;
	content: "";
	border-style: solid;
	border-width: 6px 4px 0 4px;
	border-color: #fff transparent transparent;
}

#nav > ul > li:first-child > a span:after {
        display: none;
}

#nav > ul > li label {
	display: none;
}

.inner #nav {
	border: none;
}

/* nav dropdown styles */

nav#nav .dropdown {
	z-index: 999;
	display: none;
	left: 0;
	top: 100%;
	width: 178px;
	background: rgba(52, 121, 68, .87);
	padding: 11px 0 8px;
	border-radius: 0 0 30px 0;
	overflow: hidden;
	position: absolute;
}

nav#nav .right .dropdown {
	/*left: auto;*/
    left: inherit;
	right: 0;
	/*border-radius: 0 0 0 30px;*/
}

nav#nav .dropdown ul {
	text-transform: capitalize;
	text-align: left;
}

nav#nav .dropdown ul > li,
.livesearch-results li a,
.livesearch-results li.load-more .page,
.livesearch-results li .description,
.livesearch-results li.results-summary,
.livesearch-results li.no-search,
.livesearch-results li.no-results {
	font-size: 11px;
	line-height: 15px;
	font-weight: 700;
	position: relative;
}

nav#nav .dropdown ul > li:first-child:after {
	display: none;
}

nav#nav .dropdown ul > li:after {
	position: absolute;
	left: 15px;
	right: 15px;
	content: "";
	top: 0;
	border-top: 1px dotted #fff;
}

nav#nav .dropdown ul > li ul {
	padding: 0 0 4px;
}

nav#nav .dropdown ul > li li {
	margin: 0 0 1px;
	font-weight: normal;
}

nav#nav .dropdown ul > li li:after {
	display: none;
}

nav#nav .dropdown ul > li li a {
	padding: 2px 25px;
}

nav#nav .dropdown ul > li > a,
.livesearch-results .title a {
	display: block;
	padding: 4px 15px;
}

nav#nav .dropdown a,
.livesearch-results a {
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
	text-decoration: none;
	color: #fff;
}

nav#nav .dropdown a:hover {
	background: #42351c;
}

/* search form styles */

.search-form, #searchform {
	border-radius: 0 0 0 0;
	position: absolute;
	right: 31px;
	top: 64px;
	background: #fff;
	width: 156px;
	height: 32px;
	padding: 6px 35px 5px 5px;
	border: 1px solid #de8e72;
}

.inner .search-form {
	top: 79px;
	right: 0;
}

.search-form input[type="search"],
#searchform input[type="search"] {
	display: block!important;
	width: 126px;
	background: none;
	border: none;
	height: 17px;
	line-height: 17px;
	font-size: 11px;
	color: #6d6e71;
	padding: 0 3px;
	outline: none;
}

.search-form input[type="search"]::-webkit-input-placeholder {
	color: #6d6e71;
}

.search-form input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #6d6e71;
}

.search-form input[type="search"]:-moz-placeholder {
	color: #6d6e71;
}

.search-form input[type="search"]:-ms-input-placeholder {
	color: #6d6e71;
}

.search-form input[type="search"].placeholder {
	color: #6d6e71;
}

.search-form .submit,
#searchform .submit {
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
	background: none;
	color: #000;
	border: none;
	padding: 0;
	position: absolute;
	right: 15px;
	top: 6px;
	font-size: 18px;
	line-height: 16px;
}

.search-form .submit:hover,
#searchform .searchButton {
	color: #2a733b;
}

/* main informative part styles */

#main {
	margin: 0 auto;
	max-width: 1162px;
	padding: 7px 0 0;
	background: #e7e9d7;
}

.inner #main {
	background: #e7e9d7;
	padding: 0;
	position: relative;
	max-width: 1162px;
	z-index: 3;
}

.inner #main:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	content: "";
	height: 60px;
	background: #f4f5ec;
}

/* intro home page styles */

.intro {
	position: relative;
	float: left;
	width: 32.8%;
	border: 1px solid #294472;
	border-radius: 0 0 33px 0;
	overflow: hidden;
}

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

.intro img.desktop {
        height: 820px;
}

.intro .caption {
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	white-space: nowrap;
}

.intro .caption:after {
	content: "";
	display: inline-block;
	height: 100%; /* the same as min-height */
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}

.intro .caption .frame {
	white-space: normal;
	vertical-align: bottom;
	display: inline-block;
	white-space: normal;
	font-size: 21px;
	line-height: 28px;
	color: #fff;
	padding: 10px 24px 3px;
}

.intro .caption h1 {
	font-size: 17px;
	line-height: 23px;
	margin: 0 0 3px;
	text-transform: uppercase;
}

.intro .caption p {
	margin: 0 0 5px;
}

.intro .tablet {
	display: none;
}

.intro .mobile {
	display: none;
}

/* post list styles */

.post-list {
	overflow: hidden;
	letter-spacing: -.32em; /* post list text holder styles */
}

.post-list li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 0 8px 9px;
}

.post-list li.blue .img-holder {
	border-color: #183363;
}

.post-list li.blue .text-holder {
	background: #667a9d;
	border: 1px solid #324c76;
}

.post-list li.blue .img-caption .title {
	font-size: 16px;
	padding: 3px 1px 3px 7px;
	background: rgba(0, 33, 91, .5);
}

.post-list li.orang .img-holder {
	border-color: #1c3053;
}

.post-list li.orang .text-holder {
	background: #d05b32;
	border: 1px solid #40334e;
}

.post-list li.orang .text-holder a {
}

.post-list li.orang .img-caption .title {
	padding: 3px 1px 3px 7px;
	background: rgba(208, 91, 50, .6);
}

.post-list li.shadow .img-holder {
	border-color: #334e79;
}

.post-list li.shadow .text-holder {
	background: #847354;
	border: 1px solid #3a537a;
}

.post-list li.shadow .img-caption .title {
	padding: 3px 1px 3px 7px;
	background: rgba(119, 100, 65, .75);
}

.post-list .img-holder {
	position: relative;
	margin: 0 0 -50px;
	border: 1px solid #243b63;
	border-radius: 0 0 33px 0;
}

.post-list .img-holder img {
	border-radius: 0 0 33px 0;
	width: 100%;
	height: auto;
	display: block;
}

.post-list .text-holder {
	padding: 53px 3px 9px 9px;
	color: #fff;
	font-size: 16px;
	line-height: 21px;
	display: block;
	border: 1px solid #0d2312;
	background: #2a733b;
	border-radius: 0 0 33px 0;
}

.post-list .text-holder.add {
	word-spacing: -2px;
	padding: 51px 3px 6px 9px;
}

.post-list .text-holder a {
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
	text-decoration: none;
	color: #fff;
}

.post-list .text-holder a:hover,
.post-list .text-holder a:hover p {
	opacity: .8;
}

.post-list .img-caption {
	position: absolute;
	width: 100%;
	left: 0;
	top: 18px;
	z-index: 1;
}

.post-list .img-caption .title {
	text-transform: uppercase;
	font-weight: 700;
	float: left;
	width: 62%;
	font-size: 15px;
	line-height: 21px;
	padding: 3px 3px 3px 7px;
	color: #fff;
	background: rgba(19, 100, 37, .5);
}

.post-list .btn-info {
	text-decoration: none;
	font-size: 16px;
	line-height: 21px;
	font-weight: 600;
	float: right;
	color: #000;
	padding: 2px 1px 4px 3px;
	width: 37%;
	background: rgba(255, 200, 36, .8);
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.post-list .btn-info:hover {
	opacity: .8;
}

.post-list .btn-info:after {
	content: ">";
	display: inline-block;
	vertical-align: middle;
	line-height: 10px;
    padding-left: 4px;
}

.post-list .btn-info.green {
	font-size: 12px;
	border: 1px solid #9abcc1;
	color: #fff;
	background: rgba(19, 100, 37, .6);
	padding: 1px 1px 3px 3px;
}

/*about us page styles*/

/*inner intro style*/

.inner-intro {
	background: #42351c;
	border-radius: 50px 0 0 0;
	position: relative;
	z-index: 5;
	overflow: hidden;
	margin: 0 0 6px; /*inner intro right style*/
}

.inner-intro .info-area {
	position: relative;
	float: left;
	width: 33%;
	color: #fff;
	font-size: 14px;
	line-height: 19px;
	padding: 42px 10px 0 25px; /*hiles event page style*/
}

.inner-intro .info-area:after {
	position: absolute;
	right: 0;
	content: "";
	top: 3px;
	padding: 0 0 9999px;
	margin: 0 0 -9999px;
	border-left: 1px solid #fff;
}

.inner-intro .info-area h1 {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
}

.inner-intro .info-area .text {
	display: block;
	font-style: italic;
	font-size: 20px;
	line-height: 25px;
	margin: 0 0 21px;
}

.inner-intro .info-area p {
	margin: 0 0 13px;
}

.inner-intro .info-area.event {
	width: 33%;
	padding: 38px 32px 10px;
}

.inner-intro .info-area.event h1 {
	text-transform: uppercase;
	line-height: 27px;
	margin: 0 0 6px;
}

.inner-intro .info-area.event .date {
	display: block;
	font-size: 16px;
	margin: 0 0 7px;
}

.inner-intro .info-area.event .date span {
	font-weight: 600;
}

.inner-intro .info-area.prot {
	width: 33%;
	padding: 40px 29px 24px 39px;
}

.inner-intro .info-area.prot h1 {
	text-transform: uppercase;
	line-height: 21px;
	margin: 0 0 5px;
}

.inner-intro .info-area.prot .text01 {
	display: block;
	font-size: 13px;
	margin: 0 0 24px;
}

.inner-intro .info-area.prot .text01 span {
	font-weight: 600;
}

.inner-intro .info-area.search {
	width: 344px;
	font-size: 13px;
	line-height: 17px;
	padding: 42px 37px 24px 33px;
}

.inner-intro .info-area.search h1 {
	text-transform: capitalize;
	font-size: 16px;
}

.inner-intro .info-area.search p {
	margin: 0 0 18px;
}

.inner-intro .right-block {
	overflow: hidden;
}

.inner-intro .right-block .video-area {
	height: 436px;
	padding: 2px 2px 0 0;
	overflow: hidden;
	border-bottom: 1px solid #fff;
}

.inner-intro .right-block .video-area img {
	width: 100%;
	height: auto;
	display: block;
}

.inner-intro .right-block .video-area iframe {
	border: none;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	height: 436px;
}

.inner-intro .right-block .video-caption {
	display: block;
	font-size: 11px;
	line-height: 15px;
	color: #d1d3d4;
	padding: 7px 10px 10px 16px;
}

/*inner intro right style*/

.content-area {
	overflow: hidden; /*inner post style*/ /*inner post  tablet style*/ /*inner post  mobile style*/
}

.content-area .post-block {
	float: right;
	width: 285px;
	margin: 0 0 0 9px;
	position: relative;
	z-index: 99;
}

.content-area .post {
	margin: 0 0 8px;
	position: relative;
	z-index: 9;
}

.content-area .post .img-holder {
	position: relative;
}

.content-area .post .img-holder img {
	display: block;
	width: 100%;
	height: auto;
}

.content-area .post .text {
	padding: 3px 10px 7px;
	font-size: 12px;
	line-height: 18px;
	display: block;
	border-radius: 0 0 30px;
}

.content-area .post .text a {
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
	color: #fff;
	text-decoration: none;
}

.content-area .post .text a:hover {
	opacity: .7;
}

.content-area .post.blue .img-holder {
	border: 1px solid #5b7090;
	border-bottom: none;
}

.content-area .post.blue .text {
	border: 1px solid #294572;
	background: #667a9d;
}

.content-area .post.blue .img-caption .title {
	background: rgba(0, 33, 91, .5);
}

.content-area .post.green .img-holder {
	border: 1px solid #60738f;
	border-bottom: none;
}

.content-area .post.green .text {
	border: 1px solid #183156;
	background: #136425;
}

.content-area .post.green .img-caption .title {
	background: rgba(19, 100, 37, .5);
}

.content-area .post.green .btn-info {
	font-size: 16px;
}

.content-area .img-caption {
	position: absolute;
	width: 100%;
	left: 0;
	top: 18px;
	z-index: 1;
}

.content-area .img-caption .title {
	text-transform: uppercase;
	font-weight: 700;
	float: left;
	width: 261px;
	font-size: 16px;
	line-height: 17px;
	padding: 3px 0 3px 8px;
	color: #fff;
}

.content-area .btn-info {
	text-decoration: none;
	font-size: 12px;
	line-height: 17px;
	font-weight: 600;
	float: right;
	color: #000;
	padding: 3px 1px 3px 6px;
	width: 92px;
	background: rgba(255, 200, 36, .8);
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.content-area .btn-info:after {
	content: ">";
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	line-height: 15px;
    padding-left: 5px;
}

.content-area .btn-info:hover {
	opacity: .8;
}

.content-area .btn-info.green {
	border: 1px solid #fff;
	color: #fff;
	background: rgba(19, 100, 37, .6);
	padding: 1px 1px 3px 6px;
}

/*content-area style*/

.content {
	overflow: hidden;
	font-size: 16px;
	line-height: 26px;
	padding: 11px 30px 10px 30px;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	font-size: 16px;
	line-height: 27px;
	color: #414042;
	margin: 0 0 6px;
}

.content h1 {
    font-size: 23px;
}

.content h2 {
    font-size: 20px;
}

.content h3 {
    font-size: 18px;
}

.content p {
	margin: 0 0 13px;
}

.content .block-img-tex {
	padding: 0;
	margin: 0 -8px 0 -22px;
	overflow: hidden;
}

.content .block-img-tex .img-hoder {
	border-radius: 0 0 34px;
	margin: 8px 33px 10px 0;
	float: left;
	border: 1px solid #2d426b;
}

.content .block-img-tex .img-hoder img {
    width: 100%;
}

.content .block-img-tex .img-hoder img,
.content img {
    border: 1px solid #2d426b;
	border-radius: 0 0 34px;
	display: block;
	height: auto;
}

.template-photo-gallery .content img {
    border-width: 0!important;
    border-bottom-right-radius: 0!important;
    display: inherit!important;
    height: inherit!important;
}

.content .block-img-tex .info {
	overflow: hidden;
}

.content .block-img-tex ul {
	padding: 3px 0 9px;
}

.content .block-img-tex ul li:before {
	margin: 8px 12px 0 3px;
	content: "";
	width: 3px;
	height: 3px;
	background: #6d6e71;
	border-radius: 50%;
	display: inline-block;
	vertical-align: top;
}

.content.event {
	line-height: 26px;
	padding: 1px 8px 0 22px;
}

.content.event h2 {
	margin: 0 0 2px;
	color: #414042;
	text-transform: uppercase;
}

.content.event p {
	margin: 0 0 7px;
}

.content.event.add {
	line-height: 26px;
	padding: 0 8px 0 30px;
}

.content.event.add p {
	margin: 0 0 11px;
}

/*search result page style*/

.serach-result-block {
	background: #e7e9d7;
	border-radius: 50px 0 0 0;
	padding: 36px 0 0;
	position: relative;
	z-index: 5;
	overflow: hidden;
}

.serach-result-block .header,
.serach-result-block .footer {
	padding: 0 110px 13px 36px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #42351c;
	overflow: hidden;
}

.serach-result-block .footer {
    margin-top: 20px;
}

.serach-result-block .header .title {
	float: left;
	text-transform: uppercase;
	width: 192px;
	padding: 0 5px 0 0;
}

.serach-result-block .header .text {
	float: left;
	max-width: 50%;
}

.serach-result-block .header .page-num,
.serach-result-block .footer .page-num {
	float: right;
}

.serach-result-block .header .page-num span,
.serach-result-block .footer .page-num span {
	color: #776441;
}

.serach-result-block .header .page-num a,
.serach-result-block .footer .page-num a {
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
	text-decoration: none;
}

.serach-result-block .header .page-num a:hover,
.serach-result-block .footer .page-num a:hover {
	color: #2a733b;
}

/*search result list style*/

.result-list li {
        font-size: 16px;
        line-height: 26px;
	padding: 12px 36px;
	overflow: hidden;
}

.result-list li.bg {
	background: #f4f5ec;
}

.result-list li .img-holder {
	border: 1px solid #50668e;
	float: left;
	width: 220px;
	border-radius: 0 0 33px;
}

.result-list li .img-holder img {
	border-radius: 0 0 32px;
	display: block;
	width: 100%;
	height: auto;
}

.result-list li .info {
	overflow: hidden;
	padding: 0 33px 0 17px;
	font-size: 17px;
	line-height: 30px;
}

.result-list li h1 {
	margin: 0 0 -1px -15px;
	padding: 0 0 0 15px;
	font-size: 20px;
	line-height: 27px;
	background: #2a733b;
	color: #fff;
	text-transform: uppercase;
}

.result-list li h1.green {
	background: #40814d;
}

.result-list li h1.orang {
	background: #d57753;
}

.result-list li h1.brown {
	background: #635941;
}

.result-list li h1.blue {
	background: #314b78;
}

.result-list li h1.light-blue {
    background: #667a9d;
}

.result-list li h1.light-green {
    background: #b0b579;
}

.result-list li h2 {
	margin: 0 0 1px;
	font-size: 19px;
	line-height: 22px;
	color: #2a733b;
}

.result-list li h2.green {
	color: #136425;
}

.result-list li h2.red {
	color: #e5343b;
}

.result-list li h2.brown {
	color: #42351c;
}

.result-list li .date {
	margin: 0 0 3px;
	display: block;
	color: #414042;
}

.result-list li p {
	margin: 0;
}

.result-list li .btn:after {
	content: ">";
	display: inline-block;
	vertical-align: top;
	vertical-align: middle;
	margin: 1px 0 0;
}

/*global button style*/

a.btn {
	float: right;
	font-size: 12px;
	line-height: 21px;
	text-decoration: none;
	background: #facf48;
	padding: 4px 9px;
	font-weight: 600;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

a.btn:hover {
	color: #fff;
	background: #2a733b;
}

/* carousel basic styles */

.carousel {
	position: relative;
	padding: 2px 2px 0 0;
}

.carousel .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
	height:  auto;
}

.carousel .slideset {
	width: 99999px;
	float: left;
}

.carousel .slide {
	width: 100%;
	float: left;
}

.carousel .slide img {
	display: block;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #fff;
}

.carousel .slide .caption {
	display: block;
	font-size: 14px;
	line-height: 19px;
	color: #d1d3d4;
	padding: 7px 52px 13px;
}

.carousel .btn-prev,
.carousel .btn-next {
	overflow: hidden;
	text-indent: -9999px;
	width: 26px;
	height: 27px;
	position: absolute;
	left: 9px;
	z-index: 3;
	opacity: .8;
	bottom: 5px;
	background: url(../images/sprite.png) no-repeat -3px -193px;
}

.carousel .btn-prev:hover,
.carousel .btn-next:hover {
	opacity: 1;
}

.carousel .btn-next {
	left: auto;
	right: 13px;
	background-position: -3px -160px;
}

/*hiles event page style*/

.list-login {
	border: 1px dotted #fff;
	border-width: 1px 0;
	padding: 16px 0 0;
	margin: 0 0 11px;
}

.list-login li {
	font-size: 16px;
	margin: 0 0 20px;
}

.list-login li a {
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	text-decoration: none;
	color: #fff;
	padding: 0 0 0 45px;
	position: relative;
	display: inline-block;
	vertical-align: top;
    pointer-events: none;
}

.list-login li a:after {
	opacity: .8;
}

.list-login li a span {
	font-weight: 700;
}

.list-login li a:after {
	content: "";
	position: absolute;
	left: 2px;
	top: -6px;
	width: 30px;
	height: 30px;
	background: url(../images/sprite-registration.png) no-repeat;
}

.list-login li.reg {
	margin: 0 0 22px;
}

.list-login li.reg a:after {
	background-position: -1px -72px;
}

.list-login li.ratting a:after {
	background-position: -1px -114px;
}

.list-login li.reg-open a:after {
    background-position: -66px -0px;
    width: 33px;
    height: 33px;
}

.list-login li.reg-closed a:after {
    background-position: -33px -33px;
    width: 33px;
    height: 33px;
}

.list-login li.ratting-1 a:after {
    background-position: -33px -0px;
    width: 33px;
    height: 33px;
}

.list-login li.ratting-2 a:after {
    background-position: -0px -33px;
    width: 33px;
    height: 33px;
}

.list-login li.ratting-3 a:after {
    background-position: -0px -0px;
    width: 33px;
    height: 33px;
}

.list-login li.none a {
    padding: 0;
}

.list-login li.none a:after {
    background: none;
}

/*category list link style*/

.cate-list {
	padding: 0 0 10px;
}

.cate-list li {
	display: inline-block;
	vertical-align: top;
	max-width: 32%;
	font-size: 12px;
	line-height: 15px;
	margin: 0 15px 5px 0;
	text-transform: uppercase;
}

.cate-list li a {
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	font-weight: 600;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	color: #fff;
	text-decoration: none;
	position: relative;
	padding: 37px 0 0;
    pointer-events: none;
}

.cate-list li a:hover {
	opacity: .8;
}

.cate-list li a:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	margin: 0 0 0 -15px;
	width: 31px;
	height: 31px;
	background: url(../images/sprite-categories.png) no-repeat;
}

.cate-list li.fall a:after {
	background-position: -175px -144px;
}

.cate-list li.view a:after {
	background-position: -215px -145px;
}

.cate-list li.setting a:after {
	background-position: -250px -186px;
}

.cate-list li.art a:after {
  background-position: -60px -90px;
  width: 30px;
  height: 30px;
}
.cate-list li.bike a:after {
  background-position: -30px -0px;
  width: 30px;
  height: 30px;
}
.cate-list li.bird a:after {
  background-position: -30px -60px;
  width: 30px;
  height: 30px;
}
.cate-list li.butterflies a:after {
  background-position: -0px -30px;
  width: 30px;
  height: 30px;
}
.cate-list li.geology a:after {
  background-position: -30px -30px;
  width: 30px;
  height: 30px;
}
.cate-list li.fall-color a:after {
  background-position: -60px -0px;
  width: 30px;
  height: 30px;
}
.cate-list li.wildflower a:after {
  background-position: -60px -30px;
  width: 30px;
  height: 30px;
}
.cate-list li.forest a:after {
  background-position: -0px -60px;
  width: 30px;
  height: 30px;
}
.cate-list li.history a:after {
  background-position: -0px -0px;
  width: 30px;
  height: 30px;
}
.cate-list li.kids a:after {
  background-position: -60px -60px;
  width: 30px;
  height: 30px;
}
.cate-list li.leashed-dogs a:after {
  background-position: -90px -0px;
  width: 30px;
  height: 30px;
}
.cate-list li.meadow a:after {
  background-position: -90px -30px;
  width: 30px;
  height: 30px;
}
.cate-list li.scenic-views a:after {
  background-position: -90px -60px;
  width: 30px;
  height: 30px;
}
.cate-list li.night a:after {
  background-position: -0px -90px;
  width: 30px;
  height: 30px;
}
.cate-list li.water a:after {
  background-position: -90px -90px;
  width: 30px;
  height: 30px;
}
.cate-list li.wildlife a:after {
  background-position: -30px -90px;
  width: 30px;
  height: 30px;
}
/*button holder style*/

.btn-holder li {
	max-width: 48%;
	display: inline-block;
	vertical-align: top;
}

.btn-holder .btn {
	text-transform: uppercase;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	min-width: 167px;
	padding: 5px 12px;
	display: block;
	float: none;
	border-radius: 0 22px 0 0;
	background: #ffc824;
}

.btn-holder .btn:hover {
	background: #2a733b;
}

.btn-holder .btn.green {
	min-width: 114px;
	border-radius: 0;
	color: #fff;
	padding: 4px 12px;
	border: 1px solid #fff;
	background: #419540;
}

.btn-holder .btn.green:hover {
	background: #e7723c;
}

/*accodion style*/

.accordion {
	margin: 0 -8px 0 -33px; /*accodion slide style*/
}

.accordion.add {
	margin: 0 -8px 0 -22px;
}

.accordion.add > li.active a {
	padding: 6px 30px 5px 54px;
}

.accordion.add > li.active a:before {
	display: block;
}

.accordion.add .slide ul {
	width: 67%;
	padding: 12px 0 0 30px;
}

.accordion.add .slide ul li {
	margin: 0 0 18px;
}

.accordion .slide ul {
    list-style-type: disc;
}

.accordion .slide ul li {
    margin: 0 0 18px;
}

.site-Plone .accordion .slide ul li:before {
	 position: static;
	 display: none;
	 vertical-align: top;
	 margin: 13px 8px 0 0;
}

.accordion > li {
	margin: 0 0 20px 4px;
	font-size: 20px;
	line-height: 25px;
}

.accordion > li > a {
	text-decoration: none;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	font-weight: 700;
	color: #fff;
	display: block;
	background: #42351c;
	padding: 6px 30px 5px 21px;
	border-radius: 40px 0 0;
	position: relative;
}

.accordion > li > a:after {
	position: absolute;
	width: 15px;
	height: 15px;
	right: 8px;
	top: 11px;
	content: "";
	background: url(../images/sprite.png) no-repeat -80px -103px;
}

.accordion > li > a:before {
	display: none;
	position: absolute;
	width: 24px;
	height: 12px;
	left: 18px;
	top: 12px;
	content: "";
	background: url(../images/sprite.png) no-repeat -229px -251px;
}

.accordion > li > a:hover {
	opacity: .8;
}

.accordion > li.active {
	/*margin: 0 0 15px 4px;*/
}

.accordion > li.active > a {
	padding: 6px 30px 5px;
}

.accordion > li.active > a:after {
	background-position: -100px -104px;
}

.accordion .slide {
	background: #d8dabc;
	overflow: hidden;
    color: #42351c;
    font-size: 16px;
    padding: 12px 30px 16px 42px;
}

.accordion .slide ul,
.accordion .slide p {
	float: left;
	color: #42351c;
	font-size: 16px;
	/*padding: 12px 30px 16px 30px;*/
}

.accordion .slide ul li {
	position: relative;
	font-size: 16px;
	line-height: 26px;
	color: #42351c;
	margin: 0 0 18px;
}

.accordion .slide ul li span {
	font-weight: 700;
}

.accordion .slide ul li:before {
	position: absolute;
	left: -8px;
	top: 8px;
	border-radius: 100%;
	content: "";
	width: 6px;
	height: 6px;
	background: #42351c;
}

.accordion .slide img {
	margin: 4px 0 0;
	border: 1px solid #395377;
	border-radius: 0 0 30px;
}

.accordion .slide img.image-right {
    float: right;
    margin-left: 10px;
    margin-right: -30px;
}

.accordion .slide img.image-left {
    float: left;
    margin-left: -41px;
    margin-right: 28px;
}

/*inner post style*/

.post-event {
	float: right;
	width: 33%;
	position: relative;
	z-index: 99;
	margin: 0 0 0 9px;
	position: relative;
	z-index: 99; /*inner post buttons style*/
}

.post-event .post {
	margin: 0 0 8px;
}

.post-event .post .img-holder {
    min-height: 40px;
	position: relative;
}

.post-event .post .img-holder img {
	display: block;
	width: 100%;
	height: auto;
}

.post-event .post .img-holder.radius {
	border-radius: 0 0 30px;
}

.post-event .post .img-holder.radius img {
	border-radius: 0 0 30px;
}

.post-event .post .text {
	padding: 3px 10px 7px;
	font-size: 16px;
	line-height: 24px;
	display: block;
	border-radius: 0 0 30px;
}

.post-event .post .text span {
	font-weight: 700;
}

.post-event .post .text.add {
	margin: -40px 0 0;
	padding: 51px 19px 14px;
}

.post-event .post .text a {
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
	color: #fff;
	text-decoration: none;
}

.post-event .post .text a:hover {
	opacity: .7;
}

.post-event .post.blue .img-holder {
	border: 1px solid #5b7090;
	border-bottom: none;
}

.post-event .post.blue .text {
	border: 1px solid #294572;
	background: #8c9bb5;
}

.post-event .post.blue .img-caption .title {
	background: rgba(0, 33, 91, .5);
}

.post-event .post.green01 .img-holder {
	border: 1px solid #2a3659;
	border-bottom: none;
}

.post-event .post.green01 .text {
	border: 1px solid #113a58;
	background: #136425;
}

.post-event .post.green01 .img-caption .title {
	background: rgba(19, 100, 37, .75);
}

.post-event .post.brown .img-holder,
.post-block .post.brown .img-holder {
    background: #776441;
	border: 1px solid #727f96;
	border-bottom: none;
}

.post-event .post.brown {
}

.post-event .post.brown .text,
.post-block .post.brown .text {
	border: 1px solid #223555;
    border-top: none;
	background: #776441;
}

.post-event .post.brown .img-caption .title,
.post-block .post.brown .img-caption .title {
	background: rgba(119, 100, 65, .75);
}

.post-event .post.orang .text,
.post-block .post.orang .text {
	border: 1px solid #1c3053;
    border-top: none;
	background: #d05b32;
}

.post-event .post.orang .img-caption .title,
.post-block .post.orang .img-caption .title {
	background: rgba(208, 91, 50, .75);
}

.post-event .post.blue .text,
.post-block .post.blue .text {
	border: 1px solid #1e3a67;
    border-top: none;
	background: #1a376b;
}

.post-event .post.blue .img-caption .title,
.post-block .post.blue .img-caption .title {
	background: rgba(26, 55, 107, .5);
}

.post-event .post.light-blue .text,
.post-block .post.light-blue .text {
	border: 1px solid #1e3a67;
    border-top: none;
	background: #667a9d;
}

.post-event .post.light-blue .img-caption .title,
.post-block .post.light-blue .img-caption .title {
	background: rgba(102, 122, 157, .75);
}

.post-event .post.light-green .text,
.post-block .post.light-green .text {
	border: 1px solid #1e3a67;
    border-top: none;
	background: #b0b579;
}

.post-event .post.light-green .img-caption .title,
.post-block .post.light-green .img-caption .title {
	background: rgba(176, 181, 121, .75);
}

.post-event .img-caption {
/*    background: #fff;
*/	position: absolute;
	width: 100%;
	left: 0;
	top: 16px;
	z-index: 1;
}

.post-event .img-caption .title {
	text-transform: uppercase;
	font-weight: 700;
	float: left;
	width: 62%;
	font-size: 16px;
	line-height: 21px;
	padding: 3px 0 3px 8px;
	word-spacing: normal;
	color: #fff;
}

.post-event .img-caption .title.add {
	width: 62%;
	font-size: 14px;
}

.post-event .list {
	padding: 4px 0 3px 9px;
}

.post-event .list li {
	color: #fff;
	margin: 0 0 19px;
}

.post-event .list li .title {
	display: block;
	font-weight: 700;
	margin: 0 0 -3px;
}

.post-event .list li .date {
    border: none;
	display: block;
	font-weight: 700;
    padding: inherit;
    text-align: inherit;
}

.post-event .btn-info {
	text-decoration: none;
	font-size: 16px;
	line-height: 21px;
	font-weight: 600;
	float: right;
	color: #000;
	padding: 3px 1px 3px 6px;
	width: 37%;
	background: rgba(255, 200, 36, .8);
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.post-event .btn-info.add {
	width: 37%;
}

.post-event .btn-info:hover {
	opacity: .8;
}

/*inner post style*/

.prot-list li {
	position: relative;
	font-size: 16px;
	line-height: 20px;
	padding: 0 12px 0 38px;
	margin: 0 0 14px;
}

.prot-list li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/sprite.png) no-repeat;
}

.prot-list li.item {
/*	margin: 0 0 26px;
*/}

.prot-list li.item:after {
	background-position: -244px -276px;
	width: 27px;
	height: 26px;
	left: -1px;
	top: -3px;
}

.prot-list li.item01:after {
	background-position: -249px -319px;
	width: 18px;
	height: 34px;
	left: 3px;
	top: -3px;
}

.prot-list li.item02:after {
	background-position: -246px -372px;
	width: 23px;
	height: 24px;
	left: 0;
	top: 5px;
}

.prot-list li.item03:after {
	background-position: -242px -419px;
	width: 31px;
	height: 19px;
	left: -3px;
	top: 6px;
}

/*content message style*/

.message {
	display: block;
	color: #e31e25;
	border: 1px solid #e31e25;
	font-size: 12px;
	line-height: 15px;
	font-weight: 600;
	font-style: italic;
	padding: 7px 10px;
	margin: 0 -8px 10px 0;
}

/*search post list style*/

.list-events {
	position: relative;
	z-index: 99;
	letter-spacing: -.32em;
	margin: 0 -3px;
	text-align: center; /*inner post buttons style*/ /*search post list tablet style*/ /*search post list mobile style*/
}

.list-events li {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	padding: 0 3px 6px;
	letter-spacing: normal;
}

.list-events li.orang .img-caption .title {
	background: rgba(208, 91, 50, .75);
}

.list-events li.orang .text {
	background: #d05b32;
}

.list-events li.brown .img-caption .title {
	background: rgba(119, 100, 65, .8);
}

.list-events li.brown .text {
	background: #776441;
}

.list-events li.light-green .img-caption .title {
	background: rgba(176, 181, 121, .8);
}

.list-events li.light-green .text {
	background: #b0b579;
}

.list-events li.blue .img-caption .title {
	background: rgba(26, 55, 107, .5);
}

.list-events li.blue .text {
	background: #1a376b;
}

.list-events li.green .img-caption .title {
	background: rgba(42, 115, 59, .6);
}

.list-events li.green .text {
	background: #2a733b;
}

.list-events li.light-blue .img-caption .title {
	background: rgba(102, 122, 157, .4);
}

.list-events li.light-blue .text {
	background: #667a9d;
}

.list-events .img-holder {
	border: 1px solid #1e3a67;
	position: relative;
}

.list-events .img-holder img {
	display: block;
	width: 100%;
	height: auto;
}

.list-events .img-caption {
	position: absolute;
	width: 100%;
	left: 0;
	top: 19px;
	z-index: 1;
}

.list-events .img-caption .title {
	text-transform: uppercase;
	font-weight: 700;
	float: left;
	width: 62%;
	font-size: 16px;
	line-height: 21px;
	padding: 3px 0 3px 8px;
	word-spacing: normal;
	color: #fff;
}

.list-events .text {
	padding: 2px 5px 12px 12px;
	font-size: 16px;
	line-height: 21px;
	display: block;
	border-radius: 0 0 30px;
	border: 1px solid #1e3a67;
	border-top: none;
}

.list-events .text span {
	font-weight: 700;
}

.list-events .text a {
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
	color: #fff;
	text-decoration: none;
}

.list-events .text a:hover {
	opacity: .7;
}

.list-events .date {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 35px;
	line-height: 45px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	padding: 4px 15px 3px;
	border-radius: 27px 0 0;
    border: none;
	background: rgba(255, 200, 36, .8);
    text-transform: uppercase;
}

.list-events .date span {
	display: block;
	font-size: 50px;
}

.list-events .btn-info {
	text-decoration: none;
	font-size: 16px;
	line-height: 21px;
	font-weight: 600;
	float: right;
	color: #000;
	padding: 3px 1px 3px 6px;
	width: 37%;
	background: rgba(255, 200, 36, .8);
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.list-events .btn-info.add {
	width: 92px;
}

.list-events .btn-info:hover {
	opacity: .8;
}

.list-events .btn-info:after {
	margin: 0 0 0;
}

/*filter block styles */

.advance-block {
	padding: 3px 5px 7px;
}

.advance-block .header {
	padding: 0 20px 0 0;
	width: 563px;
	overflow: hidden;
	background: #fff;
	border-radius: 0 30px 0 0;
	border: 1px solid #8a7a5c;
	margin: 0 0 -1px;
}

.advance-block .search-opener {
	float: right;
	text-transform: uppercase;
	max-width: 250px;
	font-size: 17px;
	line-height: 24px;
	font-weight: 700;
	color: #a7a9ac;
	text-decoration: none;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
	position: relative;
	padding: 2px 24px 0 0;
	margin: 0 0 0;
}

.advance-block .search-opener:after {
	position: absolute;
	right: 0;
	top: 3px;
	content: "";
	width: 21px;
	height: 21px;
	background: url(../images/sprite.png) no-repeat -133px -253px;
}

.advance-block.active .search-opener:after {
    background-position: -164px -239px;
}

.advance-block .search-opener:hover {
	opacity: .8;
}

/*filter form slide styles */

.search-slide {
	border: 1px solid #8a7a5c;
	padding: 19px 10px 0 32px;
	background: #fff;
}

.search-slide h2 {
	margin: 0 0 21px;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	color: #000;
}

.search-slide h3 {
	margin: 0 0 5px;
	font-size: 17px;
	line-height: 22px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
}

.search-slide .two-columns {
	width: 69.5%;
	float: left;
	overflow: hidden;
}

.search-slide .two-columns .col {
	float: left;
	width: 48.8%;
	padding: 0 35px 0 0;
}

.search-slide .two-columns .col:first-child {
	width: 51.2%;
}

.search-slide .list {
	padding: 0 0 25px;
}

.search-slide .list li {
	margin: 0 0 5px;
	color: #000;
	font-size: 17px;
	line-height: 17px;
}

.search-slide .list.add {
	margin: 0 0 7px;
	padding: 0 0 6px;
	border-bottom: 1px dotted #e2e2e3;
}

.search-slide .list.more {
	padding: 0 0 11px;
}

.search-slide .right-col {
	float: left;
	width: 29%;
}

/* filter form styles */

.filter-from {
	overflow: hidden;
}

.filter-from input[type=submit] {
	display: block;
	border: 1px solid #886c1f;
	background: #ffc824;
	padding: 0;
	width: 182px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	margin: 0 0 22px;
	text-transform: uppercase;
}

.filter-from input[type=submit]:hover {
	background: #2a733b;
	color: #fff;
}

.filter-from .reset {
	text-transform: uppercase;
	display: block;
	border: none;
	background: #42351c;
	padding: 0;
	width: 182px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	position: relative;
}

.filter-from .reset:after {
	position: absolute;
	left: 8px;
	top: 0;
	content: "x";
	font-size: 12px;
}

.filter-from .reset:hover {
	background: #2a733b;
}

.filter-from .btn-holder {
	text-transform: uppercase;
	padding: 10px 0;
}

/* search form styles */

.advance-from {
	float: left;
	position: relative;
	width: 245px;
	padding: 1px 15px 1px 0;
}

.advance-from input[type="search"] {
	outline: none;
	display: block;
	width: 100%;
	background: none;
	border: none;
	height: 24px;
	line-height: 21px;
	font-size: 16px;
	font-weight: 700;
	color: #a7a9ac;
	padding: 2px 7px 0;
}

.advance-from input[type="search"]::-webkit-input-placeholder {
	color: #a7a9ac;
}

.advance-from input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #a7a9ac;
}

.advance-from input[type="search"]:-moz-placeholder {
	color: #a7a9ac;
}

.advance-from input[type="search"]:-ms-input-placeholder {
	color: #a7a9ac;
}

.advance-from input[type="search"].placeholder {
	color: #a7a9ac;
}

.advance-from .submit {
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
	background: none;
	color: #000;
	border: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 6px;
	font-size: 16px;
	line-height: 16px;
}

.advance-from .submit:hover {
	color: #2a733b;
}

/* footer styles */

#footer {
	margin: 0 auto;
	max-width: 1162px;
	background: #e7e9d7; /* footer address styles */
}

.inner #footer {
	max-width: 1162px;
}

.result #footer {
}

#footer a {
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

#footer .holder {
	position: relative;
	background: #42351c;
	border-radius: 0 22px 0 0;
	padding: 0 0 17px;
}

#footer .two-columns .col {
	float: left;
	width: 50%;
}

#footer address {
	float: left;
	width: 70%;
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	font-style: normal;
	padding: 19px 10px 40px 19px;
}

#footer address a {
	color: #fff;
	text-decoration: none;
}

#footer address a:hover {
	color: #2a733b;
}

#footer address a.mail {
	text-decoration: underline;
}

#footer .nav {
	float: left;
	width: 30%;
	font-size: 13px;
	line-height: 18px;
	padding: 20px 0 0;
}

#footer .nav li {
    display: inherit;
	margin: 0 0 5px;
}

#footer .nav a {
	color: #fff;
	text-decoration: underline;
}

#footer .nav a:hover {
	color: #2a733b;
}

/* from area styles */

.form-area {
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	padding: 19px 158px 0 10px;
}

.form-area .title {
	margin: 0 0 3px;
	display: block;
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
}

.form-area p {
	margin: 0 0 14px;
}

/* signup form styles */

.signup-form {
	padding: 0 109px 0 0;
	position: relative;
}

.signup-form input[type="email"] {
	width: 100%;
	border: none;
	outline: none;
	display: block;
	background: #fff;
	font-size: 13px;
	line-height: 20px;
	height: 32px;
	padding: 5px 15px;
	font-style: italic;
	color: #808285;
	position: relative;
	z-index: 1;
}

.signup-form input[type="email"]::-webkit-input-placeholder {
	color: #808285;
}

.signup-form input[type="email"]::-moz-placeholder {
	opacity: 1;
	color: #808285;
}

.signup-form input[type="email"]:-moz-placeholder {
	color: #808285;
}

.signup-form input[type="email"]:-ms-input-placeholder {
	color: #808285;
}

.signup-form input[type="email"].placeholder {
	color: #808285;
}

.signup-form .submit {
	outline: none;
	border: none;
	font-size: 18px;
	line-height: 32px;
	font-weight: 700;
	position: absolute;
	border-radius: 0 30px 0 0;
	right: 0;
	top: 0;
	height: 32px;
	overflow: hidden;
	padding: 0 6px;
	width: 109px;
	background: #e7723c;
	color: #fff;
	text-align: center;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
}

.signup-form .submit:hover {
	background: #2a733b;
}

.signup-form .submit span {
	padding: 0 18px 0 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.signup-form .submit span:after {
	position: absolute;
	right: 0;
	top: 9px;
	content: "";
	width: 14px;
	height: 14px;
	background: url(../images/sprite.png) no-repeat -140px -2px;
}

/* social area styles */

.social-area .footer-logo {
	position: absolute;
	right: 33px;
	top: 12px;
}

/* social networks styles */

.social-networks {
	position: absolute;
	left: 19px;
	bottom: 14px;
	width: 200px;
	letter-spacing: -.32em;
}

.social-networks li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	padding: 0 2px 5px 0;
}

.social-networks a {
        color: white;
	display: block;
	overflow: hidden;
        margin-right: 5px;
	/* text-indent: -9999px; */
	/* width: 30px; */
	/* height: 30px; */
	/* background: url(../images/sprite.png) no-repeat 0 -1px; */
}

.social-networks a:hover {
	opacity: .8;
}

.social-networks a.facebook {
        /* $background-image: url('../images/facebook_white_30x30.png'); */
	/* background-position: 0 -1px; */
}

.social-networks a.twitter {
        /* $background-image: url('../images/twitter_white30x30.png'); */
	/* background-position: -33px -1px; */
}

.social-networks a.pinterest {
        /* $background-image: url('../images/instagram_white30x30.png'); */
	/* background-position: -66px -1px; */
}

.social-networks a.youtube {
        /* $background-image: url(../images/YouTube_white_30x30.png) ; */
	/* background-position: -98px -1px; */
}

/* custom checkbox styles */

.jcf-checkbox,
.jcf-radio {
	float: left;
	position: relative;
	overflow: hidden;
	cursor: default;
	margin: 3px 9px 0 0;
	height: 11px;
	width: 18px;
	background: url(../images/sprite.png) no-repeat -132px -238px;
}

.jcf-checkbox span,
.jcf-radio span {
	position: absolute;
	display: none;
	height: 11px;
	width: 18px;
	top: 0;
	left: 0;
	background: url(../images/sprite.png) no-repeat -109px -238px;
}

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

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

.screen {
	position: absolute;
	width: 320px;
	left: 1px;
	margin: 0;
	z-index: 9999;
	top: -29px;
	opacity: .5;
	pointer-events: none;
}

@media only screen and (max-width: 930px) {
	.inner #wrapper {
		padding: 0 30px;
	}

	.result #wrapper {
		padding: 0 22px;
	}

	.event-page #wrapper {
		padding: 0 22px;
	}

	.bg-stretch.add {
		height: 262px;
	}

	.logo {
		padding: 22px 0 1px;
	}

	.logo a {
		width: 68px;
		position: relative;
		z-index: 99;
		margin: 0 auto -4px;
	}

	.inner .logo {
		width: 111px;
		padding: 9px 0 12px 3px;
	}

	.inner .logo a {
		width: 52px;
	}

	.green-holder .title {
		font-size: 15px;
		line-height: 22px;
		font-weight: 700;
		letter-spacing: 0;
		padding: 9px 10px 9px;
	}

	.nav-area {
		background: #776441;
	}

	.nav-area .donat-btn {
		top: 100px;
		right: 40px;
		font-size: 13px;
		text-align: left;
		line-height: 18px;
		min-width: 165px;
		padding: 7px 22px;
	}

	.inner .nav-area .donat-btn {
		top: 116px;
		right: 4px;
		width: 161px;
	}

	#nav > ul > li {
		font-size: 13px;
		line-height: 20px;
	}

	#nav > ul > li > a {
		padding: 9px;
	}

	#nav > ul > li > a span:after {
		margin: 9px 0 0 8px;
	}

	.inner #nav {
		margin: 0 -30px;
	}

	nav#nav .dropdown {
		width: 260px;
		padding: 18px 0 8px;
		border-radius: 0 0 52px;
	}

	nav#nav .dropdown > ul > li {
		font-size: 17px;
		line-height: 27px;
	}

	nav#nav .dropdown > ul > li:after {
		left: 20px;
		right: 20px;
	}

	nav#nav .dropdown > ul > li > a {
		padding: 5px 30px;
	}

	nav#nav .dropdown > ul > li li {
		margin: 0 0 8px;
		font-size: 17px;
		line-height: 20px;
	}

	nav#nav .dropdown > ul > li li a {
		padding: 1px 46px 3px;
	}

	#google_translate_element {
		padding: 5px 14px 5px 14px;
		right: 40px;
		top: 25px;
	}

	.inner #google_translate_element {
		right: 4px;
	}

	.search-form {
		top: 62px;
		right: 40px;
		width: 164px;
		padding: 8px 45px 8px 5px;
		border-radius: 0 0 0 0;
		height: inherit;
	}

	.search-form input[type="search"] {
		font-size: 10px;
		line-height: 16px;
		height: 16px;
	}

	.search-form .submit {
		right: 21px;
		top: 9px;
		font-size: 19px;
	}

	.inner .search-form {
		top: 80px;
		right: 4px;
	}

	#main {
		padding: 0;
	}

	.intro {
		margin: 0 0 8px;
		float: none;
		width: inherit;
	}

	.intro .desktop {
		display: none;
	}

	.intro .tablet {
		display: block;
	}

	.intro .caption .frame {
		padding: 23px 13px 13px;
		max-width: 400px;
		font-weight: 600;
		font-size: 20px;
		line-height: 27px;
		font-style: italic;
		vertical-align: bottom;
		word-spacing: 3px;
	}

	.intro .caption .frame h1 {
		font-style: normal;
	}

	.post-list {
		margin: 0 -4px;
	}

	.post-list li {
		padding: 0 4px 8px;
	}

	.post-list li.blue .img-caption .title {
		font-size: 20px;
		line-height: 24px;
		padding: 3px 10px 3px 11px;
	}

	.post-list li.orang .text-holder a {
		font-weight: normal;
	}

	.post-list .img-caption .title {
		width: 100%;
		font-size: 20px;
		line-height: 24px;
		padding: 3px 10px 3px 11px;
	}

	.post-list .btn-info {
		float: right;
		width: auto;
		min-width: 150px;
		font-size: 21px;
		line-height: 25px;
		padding: 8px 1px 7px 6px;
	}

	.post-list .btn-info.green {
		min-width: inherit;
		font-size: 19px;
		padding: 5px 6px 5px 8px;
	}

	.post-list .btn-info.green:after {
		display: inline;
		line-height: 25px;
		vertical-align: top;
	}

	.post-list .text-holder {
		font-size: 18px;
		line-height: 23px;
		border-radius: 0 0 43px;
		padding: 67px 19px 22px 11px;
	}

	.post-list .text-holder.add {
		word-spacing: normal;
		padding: 67px 19px 22px 11px;
	}

	.inner-intro .info-area {
		padding: 25px 39px 0;
		margin: 0 0 -13px;
		width: 356px;
		font-size: 15px;
		line-height: 21px;
	}

	.inner-intro .info-area:after {
		display: none;
	}

	.inner-intro .info-area h1 {
	}

	.inner-intro .info-area p {
		margin: 0 0 23px;
	}

	.inner-intro .info-area .text {
		margin: 0 0 23px;
	}

	.inner-intro .info-area.event {
		width: 350px;
		padding: 27px 30px 47px 40px;
	}

	.inner-intro .info-area.event h1 {
		display: block;
		line-height: 18px;
		line-height: 24px;
		margin: 0 0 2px;
	}

	.inner-intro .info-area.event .date {
		display: block;
		font-size: 18px;
		line-height: 22px;
		margin: 0 0 10px;
	}

	.inner-intro .info-area.prot {
		width: 347px;
		font-size: 16px;
		padding: 25px 9px 5px 39px;
	}

	.inner-intro .info-area.prot h1 {
		display: block;
		margin: 0 0 3px;
	}

	.inner-intro .info-area.prot .text01 {
		font-size: 16px;
		margin: 0 0 21px;
	}

	.inner-intro .info-area.search {
		font-style: italic;
		width: 348px;
		font-size: 16px;
		line-height: 22px;
		padding: 26px 7px 12px 38px;
	}

	.inner-intro .info-area.search h1 {
		font-style: normal;
		display: block;
		font-size: 19px;
		line-height: 24px;
		margin: 0 0 23px;
	}

	.inner-intro .info-area.search p {
		margin: 0 0 22px;
	}

	.inner-intro .right-block .video-area {
		height: 197px;
	}

	.inner-intro .right-block .video-area iframe {
		height: 197px;
	}

	.inner-intro .right-block .video-caption {
		padding: 6px 10px 10px 0;
	}

	.event-page .content-area {
		display: table;
	}

	.content-area .post-block {
		margin: 7px 3px 0 30px;
		width: 291px;
	}

	.content-area .img-caption {
		top: 29px;
	}

	.content-area .img-caption .title {
		letter-spacing: -1px;
		width: 100%;
		font-size: 20px;
		line-height: 25px;
		padding: 3px 3px 3px 6px;
	}

	.content-area .post .text {
		font-size: 15px;
		line-height: 21px;
		padding: 11px 15px 23px 13px;
	}

	.content-area .post.green .img-caption .title {
		background: rgba(19, 100, 37, .5);
	}

	.content-area .post.green .btn-info {
		width: auto;
		line-height: 22px;
		font-size: 16px;
		padding: 5px 1px 5px 7px;
	}

	.content-area .post .btn-info:after {
		margin: 4px 0 0;
	}

	.content-area .post .btn-info.tablet {
		background: rgba(19, 100, 37, .6);
		color: #fff;
		font-size: 18px;
		line-height: 22px;
		border: 1px solid #fff;
		width: auto;
		padding: 7px 6px 5px 8px;
	}

	.content-area .post .btn-info.tablet:after {
		margin: 5px 0 0;
	}

	.content {
		padding: 2px 22px 25px;
		font-size: 18px;
		line-height: 28px;
		overflow: visible;
	}

	.content h2 {
		font-size: 22px;
		margin: 0 0 2px;
	}

    .content h3 {
        font-size: 20px;
    }

	.content p {
		margin: 0;
	}

	.content .block-img-tex {
		position: relative;
		overflow: visible;
/*		margin: -2px 0 0;
		padding: 18px 0 0;*/
	}

	.content .block-img-tex p {
		margin: 0 0 23px;
	}

	.content .block-img-tex ul {
		margin: 0 -15px 14px 0;
	}

	.content .block-img-tex ul li:before {
		width: 4px;
		height: 4px;
		margin: 11px 8px 0 6px;
	}

	.content .block-img-tex h2 {
		position: absolute;
		left: 0;
		top: 0;
		font-size: 12px;
		line-height: 15px;
	}

	.content .block-img-tex .img-hoder {
		/*width: 357px;*/
		float: none;
		/*margin: 0 0 18px;*/
	}

	.content .block-img-tex .info {
		overflow: visible;
	}

	.content.event {
		line-height: 28px;
		padding: 23px 22px 5px;
	}

	.content.event p {
		margin: 0 0 23px;
	}

	.content.event.add {
		line-height: 28px;
		padding: 10px 30px 0 22px;
	}

	.content.event.add p {
		margin: 0 0 29px;
	}

	.serach-result-block {
		padding: 34px 0 0;
	}

	.serach-result-block .header {
		padding: 0 87px 5px 36px;
	}

	.serach-result-block .header .title {
		width: 196px;
	}

	.result-list li {
		padding: 30px 0 6px 21px;
	}

	.result-list li .img-holder {
		width: 240px;
	}

	.result-list li .info {
		padding: 0 50px 0 22px;
	}

	.result-list li h1 {
		margin: 0 -50px 4px -8px;
		padding: 9px 50px 6px 9px;
		font-size: 20px;
		line-height: 20px;
	}

	.result-list li h2 {
		font-size: 18px;
		line-height: 22px;
	}

	.result-list li p {
		margin: 0 0 7px;
	}

	.result-list li .btn:after {
		vertical-align: top;
		line-height: 18px;
		margin: 2px 0 0;
	}

	a.btn {
		font-size: 16px;
		line-height: 20px;
		padding: 3px 6px 4px 12px;
	}

	.carousel .slide .caption {
		text-align: center;
	}

	.carousel .btn-prev,
	.carousel .btn-next {
		width: 36px;
		height: 35px;
		bottom: 3px;
		left: 6px;
		background-position: -118px -186px;
	}

	.carousel .btn-next {
		left: auto;
		background-position: -157px -184px;
	}

	.list-login {
		padding: 19px 0 2px;
		margin: 0 -30px 13px 0;
	}

	.list-login li {
		font-size: 18px;
		line-height: 22px;
	}

	.list-login li a {
		padding: 0 0 0 47px;
	}

	.list-login li a:after {
		width: 35px;
		height: 34px;
		left: -3px;
	}

	.list-login li.reg {
		margin: 0 0 26px;
	}

	.list-login li.reg a:after {
		background-position: -35px -144px;
	}

	.list-login li.ratting a:after {
		background-position: -35px -192px;
	}

	.cate-list li {
		font-size: 11px;
		line-height: 15px;
        margin-right: 2px;
	}

	.cate-list li a {
		padding: 40px 0 0;
	}

	.cate-list li a:after {
		width: 34px;
		height: 35px;
		margin: 0 0 0 -17px;
	}

	.cate-list li.fall a:after {
		background-position: -73px -144px;
	}

	.cate-list li.view a:after {
		background-position: -112px -145px;
	}

	.cate-list li.setting a:after {
		background-position: -76px -185px;
	}

	.btn-holder .btn {
		font-size: 13px;
		padding: 8px 15px;
		min-width: 143px;
	}

	.btn-holder .btn.green {
		padding: 7px 12px;
		min-width: 130px;
	}

	.accordion {
		margin: 0 -22px;
	}

    .portaltype-hike .accordion {
        margin: 0 -8px 0 -22px
    }

	.accordion.add {
		margin: 0 -30px 0 -22px;
	}

	.accordion.add > li.active a {
		padding: 5px 30px 1px 75px;
	}

	.accordion.add > li.active a:before {
		display: block;
	}

	.accordion.add .slide {
		padding: 0 0 14px;
	}

	.accordion.add .slide ul {
		width: 59%;
		padding: 12px 0 0 16px;
	}

	.accordion.add .slide ul li {
		margin: 0 0 1px;
	}

	.accordion.add .slide ul li:before {
		position: static;
		display: inline-block;
		vertical-align: top;
		margin: 7px 5px 0 0;
	}

	.accordion.add .slide img {
		width: 38.8%;
		border-radius: 0 0 50px;
	}

	.accordion > li {
		font-size: 22px;
		margin: 0 0 22px;
	}

    .portaltype-hike .accordion > li {
        margin: 0 0 20px 4px;
    }

	.accordion > li.active a {
		/*padding: 5px 30px 1px 74px;*/
	}

	.accordion > li.active a:after {
        background-position: -221px -4px;
	}

	.accordion > li > a {
		/*padding: 3px 30px 3px 33px;*/
	}

	.accordion > li > a:after {
		right: 10px;
		top: 6px;
		width: 25px;
		height: 25px;
        background-position: -250px -2px;
	}

	.accordion .slide {
	}

	.accordion .slide ul {
		/*padding: 12px 18px 0 15px;*/
		/*width: 56%;*/
	}

	.accordion .slide ul li,
    .accordion .slide p {
		margin: 0 0 26px;
		font-size: 18px;
		line-height: 28px;
	}

	.accordion .slide ul li:before {
		position: static;
		display: inline-block;
		vertical-align: top;
		width: 6px;
		height: 6px;
		margin: 10px 6px 0 0;
	}

	.accordion .slide img {
		margin: 18px 0 0;
	}

	.post-event {
		float: none;
		width: inherit;
		display: table-footer-group;
	}

	.post-event .post-holder {
		overflow: hidden;
		margin: 0 -4px;
		position: relative;
		z-index: 9;
	}

	.post-event .post {
		width: 50%;
		padding: 0 4px 9px;
		float: left;
	}

	.post-event .post .text {
		font-size: 18px;
		margin: -40px 0 0;
		line-height: 25px;
		padding: 53px 10px 20px;
	}

	.post-event .post .text.add {
		padding: 60px 10px 48px;
	}

	.post-event .img-holder {
		border-radius: 0 0 30px;
	}

	.post-event .img-holder img {
		border-radius: 0 0 30px;
	}

	.post-event .img-caption .title {
		padding: 3px 0 5px 8px;
		font-size: 20px;
		line-height: 25px;
		width: 100%;
	}

	.post-event .img-caption .title.add {
		width: 100%;
		font-size: 20px;
		line-height: 25px;
	}

	.post-event .btn-info {
		font-size: 21px;
		line-height: 26px;
		width: auto;
		padding: 7px 21px 4px 7px;
	}

	.post-event .btn-info.add {
		width: auto;
		padding: 7px 21px 4px 7px;
	}

	.prot-list {
		margin: 0 0 0 -14px;
	}

	.prot-list li {
		font-size: 16px;
		line-height: 20px;
		padding-right: 0;
		margin: 0 0 26px;
	}

	.message {
		display: none;
	}

	.list-events {
		margin: 0 -4px;
		padding: 0 0 18px;
	}

	.list-events li {
		width: 50%;
		padding: 0 4px 8px;
	}

	.list-events li.none {
		/*display: none;*/
	}

	.list-events .img-holder {
		overflow: hidden;
		border-radius: 0 0 40px;
	}

	.list-events .img-holder img {
		border-radius: 0 0 40px;
	}

	.list-events .img-caption {
		top: 15px;
	}

	.list-events .img-caption .title {
		width: 100%;
		font-size: 20px;
		line-height: 25px;
		padding: 5px 8px;
	}

	.list-events .date {
		border-radius: 40px 0 0;
		font-size: 37px;
		line-height: 42px;
		padding: 12px 25px 11px;
	}

	.list-events .date span {
		font-size: 49px;
	}

	.list-events .text {
		font-size: 18px;
		line-height: 24px;
		margin: -50px 0 0;
		padding: 67px 10px 23px;
	}

	.list-events .btn-info {
		width: auto;
		font-size: 21px;
		line-height: 25px;
		padding: 6px 46px 6px 9px;
	}

	.list-events .btn-info:after {
		margin: 6px 0 0;
	}

	.advance-block {
		padding: 12px 0 0;
	}

	.advance-block .header {
		width: inherit;
		margin: 0 41px 23px 40px;
	}

	.advance-block .search-opener {
		margin: 2px 4px 0 0;
		font-size: 17px;
	}

	.advance-block .search-opener:after {
		width: 21px;
		height: 21px;
		background-position: -193px -239px;
	}

	.search-slide {
		margin: 0 0 20px;
		padding: 20px 10px 0 38px;
	}

	.search-slide h2 {
		font-size: 19px;
		line-height: 25px;
		margin: 0 0 24px;
	}

	.search-slide h3 {
		font-size: 17px;
		line-height: 22px;
	}

	.search-slide .list {
		padding: 0 0 10px;
	}

	.search-slide .list li {
		font-size: 17px;
		line-height: 19px;
	}

	.search-slide .list.add {
		margin: 0;
		padding: 0 0 10px;
		border-bottom: none;
	}

	.search-slide .list.more {
		padding: 0 0 10px;
	}

	.search-slide .two-columns {
		width: 100%;
	}

	.search-slide .two-columns .col {
		width: 43%;
	}

	.search-slide .two-columns .col:first-child {
		width: 56.2%;
	}

	.search-slide .right-col {
		width: 100%;
	}

	.search-slide .right-col .area {
		float: left;
		width: 56.2%;
	}

	.filter-from input[type=submit] {
		height: 36px;
		line-height: 34px;
		width: 226px;
		font-size: 23px;
		margin: 0 0 16px;
	}

	.filter-from .reset {
		height: 36px;
		line-height: 34px;
		width: 226px;
		font-size: 23px;
		letter-spacing: normal;
	}

	.filter-from .reset:after {
		font-size: 16px;
		left: 18px;
	}

	.filter-from .btn-holder {
		float: left;
		width: 43%;
		padding: 7px 0 0 3px;
	}

	.advance-from {
		width: 227px;
	}

	.advance-from input[type="search"] {
		font-size: 16px;
		line-height: 22px;
		height: 22px;
		padding: 0 7px;
	}

	.advance-from .submit {
		font-size: 16px;
	}

	#footer .two-columns .col {
		float: none;
		width: inherit;
	}

	#footer address {
		width: 65.6%;
		font-size: 15px;
		line-height: 22px;
		padding: 19px 140px 40px 19px;
	}

	#footer .nav {
		font-size: 19px;
		line-height: 28px;
		width: 33%;
		padding: 16px 0 0;
	}

	#footer .nav li {
		margin: 0 0 3px;
	}

	.form-area {
		float: left;
		width: 64.7%;
		padding: 19px 74px 0 16px;
		margin: -42px 0 0;
		font-size: 15px;
		line-height: 21px;
	}

	.form-area .title {
		margin: 0 0 8px;
		font-size: 19px;
		line-height: 22px;
	}

	.form-area p {
		margin: 0 0 29px;
	}

	.signup-form {
		padding: 0 138px 0 0;
	}

	.signup-form input[type="email"] {
		font-size: 15px;
		line-height: 20px;
		padding: 8px 15px;
		height: 36px;
	}

	.signup-form .submit {
		border-radius: 0 38px 0 0;
		width: 138px;
		font-size: 20px;
		line-height: 36px;
		height: 36px;
	}

	.signup-form .submit span:after {
		display: none;
	}

	.social-area {
		float: left;
		width: 33%;
	}

	.social-area .footer-logo {
		display: block;
		position: static;
		width: 51px;
		margin: 0 0 28px;
	}

	.social-networks {
		position: static;
		width: 100%;
	}

	.social-networks li {
		padding: 0 13px 5px 0;
	}

	.social-networks a {
                margin-right: 0;
		width: 40px;
		height: auto;
                overflow: visible;
	}

        .social-networks a .fa-3x {
                font-size: 4em;
        }

	.social-networks a.facebook {
                background-image: url('../images/facebook_white_40x40.png');
		/* background-position: -80px -52px; */
	}

	.social-networks a.twitter {
                background-image: url('../images/twitter_white40x40.png');
		/* background-position: -132px -52px; */
	}

	.social-networks a.pinterest {
                background-image: url('../images/instagram_white40x40.png');
		/* background-position: -184px -52px; */
	}

	.social-networks a.youtube {
                background-image: url('../images/YouTube_white_40x40.png');
		/* background-position: -237px -52px; */
	}

	.jcf-checkbox,
    .jcf-radio {
		margin: 4px 9px 0 2px;
		background-position: -102px -276px;
		width: 25px;
		height: 15px;
	}

	.jcf-checkbox span,
    .jcf-radio span {
		background-position: -133px -276px;
		width: 25px;
		height: 15px;
	}
}

@media only screen and (max-width: 767px) {
	#wrapper {
		padding: 0 12px;
	}

	.inner #wrapper {
		padding: 0 12px;
	}

    .bg-stretch.add {
        height: 155px;
    }

    .portaltype-homepage .bg-stretch.add {
		height: 127px;
	}

	#header {
		margin: 0 -12px 19px;
	}

	#header .holder {
		padding: 0 12px;
	}

	.logo {
		width: 62px;
		margin: 0 0 15px 31px;
		padding: 11px 0 1px 3px;
	}

	.logo:after {
		width: 96px;
		height: 15px;
		left: -12px;
		background: url(../images/logo-bottom-320.png) no-repeat;
	}

	.logo a {
		width: 31px;
	}

	.inner .logo {
		width: 63px;
		padding: 9px 0 16px;
	}

	.inner .logo a {
		width: 35px;
	}

	.green-holder {
		border-radius: 18px 18px 0 0;
	}

	.green-holder:after {
		width: inherit;
		left: 109px;
		border-radius: 0 18px 0 0;
	}

	.green-holder:before {
		width: 23px;
		border-radius: 18px 0 0;
	}

	.green-holder .title {
		font-size: 11px;
		height: 45px;
		line-height: 14px;
	}

	.nav-area {
		background: none;
		border-radius: 0;
		position: absolute;
		z-index: 999;
		right: -150px;
		top: 0;
		width: 150px;
		margin: 0;
		padding: 0;
		-webkit-transition: all .2s linear;
		transition: all .2s linear;
	}

	.inner .nav-area {
		right: -162px;
	}

	.inner.nav-active .nav-area {
		right: -12px;
	}

	.nav-active .nav-area {
		right: 0;
	}

	.nav-area .donat-btn {
		display: none;
	}

	.nav-opener {
		display: block;
	}

	.nav-slide {
		width: 150px;
		float: left;
		background: #776441 url(../images/shadow.png) repeat-y;
	}

	.nav-slide .social-networks {
		display: block;
	}

	.nav-slide .nav {
		display: block;
	}

	#nav {
		background: none;
		border: none;
	}

	.inner #nav {
		margin: 0;
	}

	#nav > ul > li {
		display: block;
		border-bottom: 1px solid #96876c;
	}

	#nav > ul > li > a {
		padding: 11px 10px 10px;
	}

	#nav > ul > li > a span:after {
		display: none;
	}

	#nav > ul > li.mobile {
		display: block;
	}

	nav#nav .dropdown {
		border-radius: 0;
		width: inherit;
		position: static;
		padding: 0;
		background: #457443 url(../images/shadow-green.png) repeat-y;
	}

	nav#nav .dropdown > ul > li {
		font-size: 11px;
		line-height: 15px;
	}

	nav#nav .dropdown > ul > li > a {
		padding: 5px 18px;
	}

	nav#nav .dropdown > ul > li ul {
		padding: 0;
	}

	nav#nav .dropdown > ul > li li {
		margin: 0 0 3px;
		font-size: 11px;
		line-height: 15px;
	}

	nav#nav .dropdown > ul > li li a {
		padding: 0 10px 2px 30px;
	}

	.search-form {
		position: relative;
		right: 0;
		top: 0;
		margin: 7px 0 10px 0;
		width: 135px;
		padding: 6px 45px 6px 5px;
		border-radius: 0 0 0 0;
	}

	.search-form .submit {
		font-size: 15px;
		right: 18px;
		top: 5px;
	}

	.inner .search-form {
		top: 0;
		right: 0;
	}

	#main {
		background: none;
	}

	#main.bg:before {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		content: "";
		height: 8px;
		background: #f4f5ec;
		z-index: 9;
	}

	.intro {
		margin: 0 0 16px;
	}

	.intro .tablet {
		display: none;
	}

	.intro .mobile {
		display: block;
	}

	.intro .caption .frame {
		word-spacing: 1px;
		padding: 15px 4px 13px 14px;
	}

	.post-list {
		margin: 0;
	}

	.post-list li {
		padding: 0 0 15px;
		width: inherit;
		display: block;
	}

	.post-list li.blue .img-caption .title {
		font-size: 17px;
		padding: 3px 10px 7px 11px;
	}

	.post-list .img-caption {
		top: 15px;
	}

	.post-list .img-caption .title {
		font-size: 17px;
		padding: 3px 10px 7px 11px;
	}

	.post-list .btn-info {
		padding: 6px 1px 6px 6px;
		min-width: 119px;
	}

	.post-list .btn-info.green {
		font-size: 17px;
		padding: 5px 3px 5px 8px;
	}

	.post-list .btn-info.green:after {
		line-height: 18px;
	}

	.post-list .text-holder {
	}

	.post-list .text-holder.add {
		padding: 61px 10px 20px 6px;
	}

	.inner-intro .info-area {
		margin: 0 0 -6px;
		float: none;
		width: inherit;
		line-height: 19px;
		padding: 24px 25px 0 29px;
	}

	.inner-intro .info-area .text {
		margin: 0 0 19px;
	}

	.inner-intro .info-area p {
		margin: 0 0 19px;
	}

	.inner-intro .info-area.event {
		width: inherit;
		padding: 33px 18px 15px;
	}

	.inner-intro .info-area.event h1 {
		display: block;
		line-height: 18px;
		line-height: 24px;
		margin: 0 0 2px;
	}

	.inner-intro .info-area.event .date {
		margin: 0 0 20px;
	}

	.inner-intro .info-area.prot {
		width: inherit;
		font-size: 15px;
		padding: 35px 25px 17px 27px;
	}

	.inner-intro .info-area.prot h1 {
		display: block;
		margin: 0;
	}

	.inner-intro .info-area.prot .text01 {
		font-size: 15px;
		margin: 0 0 30px;
	}

	.inner-intro .info-area.search {
		width: inherit;
		font-size: 15px;
		line-height: 20px;
		padding: 32px 29px 13px;
	}

	.inner-intro .info-area.search h1 {
		display: block;
		font-size: 15px;
		line-height: 20px;
		margin: 0 0 17px;
	}

	.inner-intro .info-area.search p {
		margin: 0 0 15px;
	}

	.inner-intro .right-block .video-area {
		height: 168px;
	}

	.inner-intro .right-block .video-area iframe {
		height: 168px;
	}

	.inner-intro .right-block .video-caption {
		font-size: 9px;
		padding: 3px 8px 8px;
	}

	.content-area {
		display: table;
	}

	.content-area .post-block {
		float: none;
		width: inherit;
		display: table-footer-group;
	}

	.content-area .img-caption {
		top: 16px;
	}

	.content-area .img-caption .title {
		letter-spacing: normal;
		padding: 2px 3px 6px 11px;
	}

	.content-area .btn-info.tablet {
		font-size: 17px;
		padding: 4px 4px 5px;
	}

	.content-area .img-holder {
		border-radius: 0 0 35px;
	}

	.content-area .img-holder img {
		border-radius: 0 0 35px;
	}

	.content-area .post {
		margin: 0 0 17px;
	}

	.content-area .post .text {
		margin: -35px 0 0;
	}

	.content-area .post.green .img-caption .title {
	}

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

	.content h2 {
		margin: 0;
	}

	.content .block-img-tex {
		/*margin: 0 -10px;*/
		display: table;
		/*padding: 18px 0 12px;*/
	}

	.content .block-img-tex .info {
		padding: 0 10px 25px;
	}

	.content .block-img-tex p {
		margin: 0 0 17px;
	}

	.content .block-img-tex h2 {
		font-size: 15px;
		line-height: 19px;
		position: static;
		margin: 0 0 -4px;
	}

	.content .block-img-tex ul {
		margin: 0 0 9px;
	}

	.content .block-img-tex ul li:before {
		margin: 9px 10px 0 6px;
	}

	.content .block-img-tex .img-hoder {
		/*margin: 0;*/
		/*display: table-footer-group;*/
		width: inherit;
	}

	.content.event {
		padding: 13px 8px 0;
	}

        body.section-hikes-events .content.event {
                padding-left: 19px!important;
        }

	.content.event p {
	}

	.content.event.add {
		padding: 0 11px 2px;
	}

	.content.event.add h2 {
		margin: 0;
	}

	.content.event.add p {
		margin: 0 0 14px;
	}

	.serach-result-block {
		padding: 32px 0 0;
	}

	.serach-result-block .header {
		padding: 0 20px 21px 26px;
	}

	.serach-result-block .header .title {
		float: none;
		display: block;
		margin: 0 0 -4px;
	}

	.serach-result-block .header .text,
    .serach-result-block .footer .text {
		float: none;
		display: block;
		max-width: inherit;
		margin: 0 0 14px;
	}

	.serach-result-block .header .page-num,
    .serach-result-block .footer .page-num {
		float: none;
		display: block;
		max-width: inherit;
	}

	.result-list li {
		position: relative;
		padding: 7px 14px 13px 7px;
	}

	.result-list li .img-holder {
		margin: 0 0 13px;
		display: block;
		float: none;
		width: inherit;
		border-radius: 0 0 20px;
	}

	.result-list li .img-holder img {
		border-radius: 0 0 20px;
	}

	.result-list li h1 {
		padding: 3px 10px;
		position: absolute;
		left: 7px;
		right: 14px;
		top: 7px;
		margin: 0;
	}

	.result-list li h1.green {
		background: rgba(19, 100, 37, .8);
	}

	.result-list li h1.orang {
		background: rgba(208, 91, 50, .8);
	}

	.result-list li h1.brown {
		background: rgba(66, 53, 28, .8);
	}

	.result-list li h1.blue {
		background: rgba(49, 75, 120, .8);
	}

	.result-list li h2 {
		margin: 0;
	}

	.result-list li p {
		margin: 0 0 15px;
	}

	.result-list li .info {
		padding: 0;
		overflow: visible;
	}

	.result-list li .date {
		margin: 0 0 -1px;
	}

	a.btn {
		padding: 3px 10px 4px 12px;
	}

	.carousel .slide .caption {
		padding: 4px 12px 7px;
	}

	.carousel .btn-prev,
	.carousel .btn-next {
		opacity: .5;
		top: 50%;
		width: 26px;
		height: 27px;
		margin: -30px 0 0;
		background-position: -3px -193px;
	}

	.carousel .btn-next {
		background-position: -3px -160px;
	}

	.list-login {
		margin: 0 0 14px;
		padding: 19px 7px 2px;
	}

	.cate-list {
		text-align: center;
		padding: 0 0 13px;
	}

	.cate-list li {
		line-height: 13px;
		margin: 0;
		padding: 0 10px 5px;
	}

	.btn-holder {
		letter-spacing: -5px;
                margin: 0 auto;
                text-align: center;
	}

	.btn-holder li {
		letter-spacing: normal;
		width: 50%;
	}

	.btn-holder .btn.green {
		margin: 0 5px 0 0;
	}

	.accordion {
		margin: 0 -10px -4px;
	}

	.accordion.add {
		margin: 0 -11px;
	}

	.accordion.add > li.active a {
		padding: 5px 30px 1px 75px;
	}

	.accordion.add > li.active a:before {
		display: block;
	}

	.accordion.add .slide {
		padding: 0 0 14px;
	}

	.accordion.add .slide ul {
		width: inherit;
		float: none;
		padding: 10px 23px 16px 11px;
	}

	.accordion.add .slide ul li {
		margin: 0 0 -1px;
	}

	.accordion.add .slide ul li:before {
		position: static;
		display: inline-block;
		vertical-align: top;
		margin: 7px 5px 0 0;
	}

	.accordion.add .slide img {
		display: block;
		float: none;
		width: 268px;
		border-radius: 0 0 30px;
	}

	.accordion > li {
		margin: 0 0 16px;
	}

	.accordion > li.active a {
		/*padding: 3px 30px 3px 50px;*/
	}

	.accordion > li.active a:after {
        background-position: -221px -4px;
	}

	.accordion > li > a {
		/*padding: 3px 30px 3px 23px;*/
	}

	.accordion > li > a:after {
        background-position: -250px -2px;
	}

	.accordion .slide {
	}

    .accordion .slide p {
    }

	.accordion .slide ul {
		/*padding: 9px 8px 16px;*/
		width: inherit;
		float: none;
	}

	.accordion .slide ul li {
		margin: 0 0 18px;
	}

	.accordion .slide ul li:before {
		position: static;
		display: inline-block;
		vertical-align: top;
		width: 5px;
		height: 5px;
		margin: 7px 6px 0 0;
	}

	.accordion .slide img {
		float: none;
		display: block;
		width: inherit;
		width: 265px;
		margin: 0 0 0 10px;
	}

	.post-event .post {
		width: 100%;
		float: none;
		padding: 0 4px 2px;
	}

	.post-event .post .text {
		margin: -40px 0 0;
	}

	.post-event .post .text.add {
		padding: 50px 10px 37px;
	}

	.post-event .img-caption .title {
		padding: 3px 0 5px 8px;
		width: 100%;
	}

	.post-event .img-caption .title.add {
		width: 100%;
	}

	.post-event .list {
		padding: 5px 10px 0 4px;
		margin: 0 0 -10px;
	}

	.post-event .btn-info {
		width: auto;
		padding: 7px 21px 4px 7px;
	}

	.post-event .btn-info.add {
		width: auto;
		padding: 7px 21px 4px 7px;
	}

	.prot-list li {
		font-size: 15px;
		margin: 0 0 16px;
		min-height: 40px;
	}

	.prot-list li.item {
		min-height: 20px;
		margin: 0 0 16px;
	}

	.prot-list li.item01:after {
		top: 4px;
	}

	.prot-list li.item02:after {
		top: auto;
		bottom: 5px;
	}

	.list-events {
		margin: 0;
		padding: 0;
	}

	.list-events li {
		width: inherit;
		display: block;
		padding: 0 0 20px;
	}

	.list-events .img-caption {
		top: 14px;
	}

	.list-events .img-caption .title {
		width: 100%;
		padding: 5px 8px 8px;
	}

	.list-events .btn-info {
		width: auto;
		padding: 3px 17px 5px 18px;
	}

	.list-events .btn-info:after {
		margin: 5px 0 0;
	}

	.list-events .text {
		border-radius: 0 0 40px;
		padding: 61px 10px 19px;
	}

	.advance-block {
		padding: 7px 0 0;
	}

	.advance-block .header {
		background: none;
		border: none;
		margin: 0;
		width: inherit;
		padding: 0 10px;
		text-align: center;
	}

	.advance-block .search-opener {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin: 0 0 17px;
	}

	.search-slide {
		margin: 0 0 15px;
		padding: 23px 10px 0 20px;
	}

	.search-slide h2 {
		font-size: 15px;
		line-height: 19px;
		margin: 0 0 19px;
	}

	.search-slide h3 {
		font-size: 14px;
		line-height: 18px;
		margin: 0 0 2px;
	}

	.search-slide .two-columns {
		width: 100%;
	}

	.search-slide .two-columns .col {
		padding: 0;
		width: 100%;
	}

	.search-slide .two-columns .col:first-child {
		width: 100%;
	}

	.search-slide .right-col {
		width: 100%;
	}

	.search-slide .right-col .area {
		float: left;
		width: 100%;
	}

	.search-slide .list {
		padding: 0 0 8px;
	}

	.search-slide .list li {
		font-size: 14px;
		line-height: 18px;
		margin: 0 0 2px;
	}

	.search-slide .list.add {
		padding: 0 0 8px;
	}

	.search-slide .list.more {
		padding: 0 0 8px;
	}

	.filter-from input[type=submit] {
		width: 100%;
	}

	.filter-from .reset {
		width: 100%;
	}

	.filter-from .reset:after {
		top: 3px;
	}

	.filter-from .btn-holder {
		margin: 0 0 10px;
		width: 100%;
		padding: 0 17px;
	}

	.advance-from {
		text-align: left;
		background: #fff;
		border-radius: 0 30px 0 0;
		border: 1px solid #8a7a5c;
		width: 100%;
		display: block;
		margin: 0 0 10px;
		padding: 0 60px 0 0;
	}

	.advance-from input[type="search"] {
		height: 25px;
	}

	.advance-from .submit {
		right: 43px;
	}

	#footer {
		background: none;
	}

	#footer .nav {
		display: none;
	}

	#footer .two-columns {
		display: table;
	}

	#footer .two-columns .col:first-child {
		display: table-footer-group;
	}

	#footer address {
		float: none;
		width: inherit;
		font-size: 11px;
		line-height: 15px;
		padding: 5px 100px 43px 13px;
	}

	.form-area {
		float: none;
		width: inherit;
		margin: 0;
		padding: 10px 20px 10px 13px;
		font-size: 16px;
	}

	.form-area p {
		margin: 0 0 23px;
	}

	.signup-form {
		padding: 0 121px 0 0;
	}

	.signup-form input[type="email"] {
		font-size: 14px;
		line-height: 20px;
		padding: 6px 15px;
		height: 32px;
	}

	.signup-form .submit {
		border-radius: 0 38px 0 0;
		width: 121px;
		font-size: 18px;
		line-height: 32px;
		height: 32px;
	}

	.signup-form .submit span:after {
		display: none;
	}

	.social-area {
		display: none;
	}

	.social-networks {
		display: none;
	}

	.jcf-checkbox,
    .jcf-radio {
		background-position: -132px -238px;
		width: 18px;
		height: 11px;
		margin: 4px 9px 0 0;
	}

	.jcf-checkbox span,
    .jcf-radio span {
		background-position: -109px -238px;
		width: 18px;
		height: 11px;
	}

	#google_translate_element {
		background: #776441;
                border: none;
		border-bottom: 1px solid #96876c;
		border-top-right-radius: 0;
		font-size: 11px;
	        line-height: 15px;
		padding: 10px 15px;
		position: inherit;
		text-decoration: underline;
	}

	#google_translate_element:hover {
		background: #776441;
		text-decoration: underline;
	}
	.goog-te-gadget .goog-te-combo {
		font-size: 11px;
		text-decoration: underline;
	}
	.goog-te-gadget .goog-te-combo:hover {
		background: #776441;
	}
	.goog-te-gadget .goog-te-combo option {
	        background: #776441;
	}
}

#content {
    clear: none;
}

.pat-livesearch .livesearch-results {
    background: rgba(52, 121, 68, .75);
    border-radius: 0 0 0 30px;
    margin-right: -2px;
    margin-top: 7px;
    padding: 0;
    transition: background .2s linear;
    width: 126px;
    display: block!important;
    margin-left: -6px;
    border: none;
    position: absolute;
}
#livesearchLegend {
    background-color: #42351c;
    border-radius: 0 0 20px 0;
    color: #fff;
    padding-right: 1em;
}
.LSRow, #LSNothingFound {
    color: #fff;
    display: inline;
    line-height: 12px;
    padding: inherit;
}
.LSRow:last-child {
    padding-left: 3em;
}
.LSRow a:link, .LSRow a:visited {
    background-position-x: 15px;
    color: #fff;
    display: block;
    font-weight: 700;
    padding: 4px 15px;
    padding-left: 35px !important;
}
.pat-livesearch .livesearch-results .description, #LSNothingFound {
    color: #fff;
    font-weight: normal;
    padding-left: 25px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.pat-livesearch .livesearch-results li {
    position: relative;
}
.pat-livesearch .livesearch-results li:hover,
.pat-livesearch .livesearch-results li:hover .description {
    background-color: #42351c;
    transition: background .2s linear;
}
.LSRow:hover {
}
.pat-livesearch .livesearch-results :hover a {
    text-decoration: none;
    transition: background .2s linear;
}

#searchform {
    position: relative;
    right: inherit;
    width: inherit;
}

#searchform input[type="search"] {
    font-size: inherit !important;
}

nav#nav ul.submenu {
    display: block;
    position: inherit;
}

nav#nav .dropdown li {
    display: inherit;
}

nav#nav .dropdown a {
    color: #fff !important;
}

nav#nav .nav-slide ul.nav li {
    display: inherit;
}

main .dropdown {
    display: inherit;
}

.userrole-authenticated header#header {
    /*margin-top: 42px;*/
}

.icons-on .contenttype-collection {
    background-position-y: -1719px;
}

.icons-on .contenttype-event {
    background-position-y: -207px;
}

.icons-on .contenttype-folder {
    background-position-y: -639px;
}

.icons-on .contenttype-link {
    background-position-y: -1072px;
}

.icons-on .contenttype-news-item {
    background-position-y: -1289px;
}

.icons-on .contenttype-document {
    background-position-y: 9px;
}

.icons-on .contenttype-file {
    background: no-repeat transparent 2px -424px url(../images/contenttypes-sprite.png);
}

.icons-on .contenttype-image {
    background: no-repeat transparent 2px -855px url(../images/contenttypes-sprite.png);
}

.icons-on .contenttype-task {
    background: no-repeat transparent 2px 9px url(../images/contenttypes-sprite.png);
}

.icons-on .contenttype-document,
.icons-on .contenttype-event,
.icons-on .contenttype-file,
.icons-on .contenttype-folder,
.icons-on .contenttype-link,
.icons-on .contenttype-news-item,
.icons-on .contenttype-plone-site,
.icons-on .contenttype-collection,
.icons-on .contenttype-topic,
.icons-on .contenttype-topic,
.icons-on .contenttype-task,
.icons-on .contenttype-file,
.icons-on .contenttype-image {
    background-position-x: 8px;
    line-height: 2em;
    display: inline-block;
    padding-left: 30px !important;
}

#footer .nav>li>a {
    padding: inherit;
}

#footer .nav>li>a:hover {
    background-color: transparent;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    -webkit-appearance: button;
    padding: 2px 6px 3px 6px;
}

#content {
    margin: 0;
}

#content .post-list li {
    display: inline-block;
}

#content .post-list a:link,
#content .post-list a:visited {
    color: #000;
    border-bottom: none;
}

#content .post-list .btn-info.green {
    border: 1px solid #9abcc1;
    color: #fff;
}

#content .post-list .btn-info.green:hover {
    color: #fff !important;
}

#content .post-list a:hover {
    color: #000 !important;
}

#content .post-list .text-holder,
#content .post-list .text-holder a {
    color: #fff;
}

#content .post-list .text-holder {
    height: 118px;
    overflow: hidden;
    padding: 51px 3px 6px 9px;
    word-spacing: -2px;
}

#content .post-list .text-holder a {
    font-weight: 700;
}

#content .post-list .text-holder a:hover {
    color: #fff !important;
    opacity: 0.8;
}

.tile-editable {
    position: relative;
}

.tile-editable a.tile-edit-link,
.tile-editable a.tile-delete-link {
    background-color: #fff;
    left: 1px;
    position: absolute;
    top: 1px;
    z-index: 2;
}

.tile-editable a.tile-delete-link {
    left: 21px;
}

.post-list li .img-caption .title {
    font-size: 16px;
    word-spacing: 3px;
}

body.noscroll {
    overflow: hidden;
}

@media only screen and (max-width: 930px) {
    #content .post-list {
        margin: 0 -4px;
    }

    .post-list li .img-caption .title {
        font-size: 20px;
    }

    #content .post-list .text-holder {
        height: inherit;
        padding: 67px 19px 22px 11px;
        word-spacing: normal;
    }

    #content .post-list .text-holder p {
        margin-bottom: 0;
    }
}


#portal-searchbox label.hiddenStructure {
    display: block;
    background: transparent;
    background-image: none; /* */
    border: none;
    height: 0.1em;
    overflow: hidden;
    padding: 0;
    margin: -0.1em 0 0 -0.1em;
    width: 1px;
}

.pat-livesearch {
    min-width: 157px;
}

.livesearch-results .description {
}

.livesearch-results .title a,
.livesearch-results li.load-more a,
.livesearch-results li.load-more .page,
.livesearch-results li.results-summary,
.livesearch-results li.no-results,
.livesearch-results li.no-search {
    color: #fff;
    padding: 5px 5px 5px 15px;
}

.livesearch-results li.results-summary,
.livesearch-results li.no-results,
.livesearch-results li.no-search {
	padding-top: 6px;
	font-size: 11px;
	text-transform: uppercase;
	opacity: 1;
	height: 27px;
    background-color: rgba(52, 121, 68, 1);
    border-radius: 0 0 0 30px;
}
.livesearch-results li.results-summary {
	font-size:13px;
	padding-top: 7px;
	background-color: rgba(52, 121, 68, 1);
}

.livesearch-results li h4 {
	line-height: 1em;
	margin-bottom: 0;
}

.pat-livesearch .livesearch-results li.search-result:hover,
.pat-livesearch .livesearch-results li.selected,
.pat-livesearch .livesearch-results li.load-more:hover {
	background-color: #42351c;
}

.pat-livesearch .livesearch-results li.search-result:last-child:hover,
.pat-livesearch .livesearch-results li.load-more:hover {
	border-radius: 0 0 0 30px;
}

.livesearch-results li.results-summary:hover,
.livesearch-results li.no-results:hover,
.livesearch-results li.no-search:hover {
	background-color: inherit;
	border-radius: 0 0 0 30px;
}

.pat-livesearch .livesearch-results li.search-result:after {
	position: absolute;
	left: 15px;
	right: 15px;
	content: "";
	top: 0;
	border-top: 1px dotted #fff;
}

.pat-livesearch .livesearch-results > li.search-result:nth-child(2):after {
	border: none;
}

.livesearch-results li.no-results,
.livesearch-results li.no-search {
    -moz-animation: livesearchAnimation 0s ease-in 5s forwards;
    /* Firefox */
    -webkit-animation: livesearchAnimation 0s ease-in 5s forwards;
    /* Safari and Chrome */
    -o-animation: livesearchAnimation 0s ease-in 5s forwards;
    /* Opera */
    animation: livesearchAnimation 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes livesearchAnimation {
    to {
        width:0;
        height:0;
        overflow:hidden;
        opacity:0;
        padding:0;
    }
}
@-webkit-keyframes livesearchAnimation {
    to {
        width:0;
        height:0;
        opacity:0;
        padding:0;
    }
}

body.bare main#main section.content-area {
    background: #e7e9d7;
    border-radius: 50px 0 0 0;
    padding: 36px 0 0;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

body.bare main#main section.content-area h1.documentFirstHeading {
	border-bottom: 1px solid #cccccc;
	margin: 0 0 9px;
	padding-bottom: 10px;
}

.documentDescription {
	font-size: 18px;
    font-weight: 500;
    color: #777777;
    margin-bottom: 10px;
}

.carousel.not-enough-slides .slide .caption {
    padding-left: 16px;
    padding-right: 10px;
}

.image-left, .image-right {
    margin: 0;
}

.image-left {
    margin-left: -30px;
    margin-right: 31px;
}

@media (max-width: 767px) {
    .image-left {
        margin-left: 0;
    }
}

.image-right {
    margin-left: 10px;
    margin-right: -7px;
}

.block-img-tex {
    float: left;
}

ul, ol {
    list-style-position: outside;
}

.inner-intro .info-area.event .date {
    border: none;
    padding: 0;
    text-align: left;
}

abbr[title] {
    border-bottom: none;
    cursor: inherit;
}

.cate-list li:last-child {
    margin-right: 0;
}





#isotope-grid {
    position:relative;
}
#isotope-grid .vertical {
    width: 100%;
    padding: 0em 1em;
}
#isotope-grid .vertical:hover {
    background-color: inherit;
}
#isotope-grid .horizontal {
    width: 47%;
    text-align: left;
    background-color: inherit;
    color: white;
    border: inherit;
    padding: 0 3px 6px;
    margin: 0;
    left: inherit!important;
    position: relative!important;
    top: 0!important;
}
#isotope-grid .horizontal:hover {
    background-color: inherit;
}

@media only screen and (max-width: 930px) {
    #isotope-grid .horizontal {
        width: 50%;
    }
}

@media (min-width: 930px) {
    #isotope-grid .horizontal {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    #isotope-grid .horizontal {
        width: inherit;
    }
}

body.section-hikes-events main#main section.content-area {
    padding: 8px 0;
}

body.section-hikes-events .content.event {
    padding: 0 8px 0 30px;
}

.section-hikes-events .list-events {
    margin: 0 -3px;
}

label {
    font-weight: normal;
    margin-bottom: 0;
}

#filter-hike_category label {
    text-transform: capitalize;
}

.result-list li .date {
    border: none;
    text-align: left;
    padding: 0;
}

body.template-summary_view main#main section.content-area {
    padding-bottom: 36px;
}

.template-summary_view .tileItem {
    clear: both;
    margin-bottom: 1em;
}

.template-summary_view .tileItem:not(:first-child) {
    padding-top: 2em;
}

.template-summary_view .tileHeadline {
    margin-bottom: 0.5em;
}

.template-summary_view .tileImage {
    float: left;
    padding-right: 10px;
}

.template-summary_view .tileImage a {
    float: left;
    width: 220px;
}

.template-summary_view .tileImage a img {
    width: 100%;
}

.template-summary_view .tileFooter {
    margin-top: 10px;
}

.template-summary_view .listingBar {
    clear: both;
    padding-top: 2em;
}

#content header {
    padding-bottom: 2em;
}

#viewlet-above-content-title {
    float: right;
}

body.bare .post-event {
    clear: both;
    padding-top: 8.5em;
}

body.bare .content h1 {
    font-size: 36px;
}

.content .documentFirstHeading {
    line-height: 36px;
}

div#parent-fieldname-text figcaption,
ul.accordion figcaption {
    caption-side: bottom;
    display: table-caption;
    font-size: 13px;
    font-weight: normal;
    line-height: 17px;
    margin-bottom: 10px;
    margin-left: 22px;
    margin-right: 0px;
}

ul.accordion figcaption {
    margin-left: 32px;
}

div#parent-fieldname-text figure.caption,
ul.accordion figure.caption {
    display: table;
}

ul.accordion figure.caption.image-right {
    margin-right: 0;
}

ul.accordion figure.caption.image-left {
    margin-left: 0;
    margin-right: 0;
}

ul.accordion figure.caption.image-left figcaption {
    margin-left: -30px;
    margin-right: 19px;
}

figure.caption + p:empty {
    display: none;
}

figure.image-left img.image-left {
    margin-left: 0;
    margin-right: 0;
}

figure.image-right img.image-right {
    margin-left: 0;
    margin-right: 0;
}

.leadImage a {
    display: table;
}

.text-holder p {
    margin-bottom: 0;
}

p.pull-right button {
    display: none;
}

.inner-intro .right-block .video-caption {
    padding: 0;
}

.video-caption .bannerTitle {
    display: block;
    font-size:11px;
    line-height: 15px;
    color: #d1d3d4!important;
    margin: 0;
    padding: 7px 52px 13px;
}

.accordion .slide ul,
.accordion .slide p {
    float: none;
}

.accordion .slide ul li {
    margin: 0 0 5px;
}

.accordion .slide ul li:before {
     position: static;
     display: inline-block;
     vertical-align: top;
     margin: 7px 5px 0 0;
}

.accordion .slide h3 {
    /*padding: 12px 0 0 30px;*/
}

.content table img {
    max-width: inherit;
}

.page-num ul li {
    display: inline;
}

#footer .sitecredits {
    font-size: 10px;
    margin-top: 1em;
}

#footer .sitecredits a {
    color: #fff;
    text-decoration: underline;
    transition: all .2s linear;
}

#footer .sitecredits a:hover {
    color: #2a733b;
}

.content a {
    font-weight: bold;
}

nav.pagination ul li {
    display: inline;
}


.portaltype-pressrelease #viewlet-above-content-body details summary::-webkit-details-marker { display:none; }

.portaltype-pressrelease #viewlet-above-content-body {
    padding-top: 20px;
}

.portaltype-pressrelease #viewlet-above-content-body .byline {
    position: relative;
    border: 1px solid #cccccc;
    padding: 10px;
    border-style: solid none none none;
}

.portaltype-pressrelease #viewlet-above-content-body .byline .legend {
    background-color: #e7e9d7;
    position: absolute;
    top: 0;
    line-height: 1;
    margin: -9px 0 0; /* half of font-size */
    padding: 0 3px;
}

.portaltype-pressrelease #viewlet-above-content-body .byline ul {
    list-style-type: none;
}

.portaltype-pressrelease #viewlet-above-content-body .byline address {
    margin-bottom: 0;
}

.inner-intro .info-area .text .publication-date {
    font-style: normal;
    font-size: smaller;
    margin-bottom: 10px;
}

h1.bannerTitle {
    font-weight: normal;
}

.template-hike_view section.content-area div.event section#viewlet-above-content-body dl {
    background: #f4f5ec;
    border: 1px solid #42351c;
    border-radius: 5px;
    color: #6d6e71;
    display: block;
    margin: 5px 0 5px;
    padding: 5px;
    width: 100%;
}

.template-hike_view section.content-area div.event section#viewlet-above-content-body dl dt,
.template-hike_view section.content-area div.event section#viewlet-above-content-body dl dd {
    display: inline;
}

.template-hike_view #parent-fieldname-text {
    padding-bottom: 1.5em;
    padding-top: 1.5em;
}

.content #IATS_PaymentBoxDiv .block-img-tex .img-hoder img,
.content #IATS_PaymentBoxDiv img {
    border: none;
    border-radius: 0;
}

#CnP_inlineiframe,
#CnP_inlineform {
    height: 2100px;
}

@media (max-width: 767px) {
    #CnP_inlineiframe,
    #CnP_inlineform {
        height: 2480px;
    }
}

@media (max-width: 410px) {
    #CnP_inlineiframe,
    #CnP_inlineform {
        height: 2195px;
    }
}

@media (max-width: 375px) {
    #CnP_inlineiframe,
    #CnP_inlineform {
        height: 2565px;
    }
}

@media (max-width: 360px) {
    #CnP_inlineiframe,
    #CnP_inlineform {
        height: 2605px;
    }
}

@media (max-width: 320px) {
    #CnP_inlineiframe,
    #CnP_inlineform {
        height: 2735px;
    }
}

#galleria {
    background-color: #42351c;
    background-image: none;
}

#galleria img {
    border-radius: 0;
}

#galleria .galleria-info {
    bottom: 60px;
    color: #DDD;
    font-size: 0px;
    top: inherit;
}

#galleria .galleria-info .galleria-info-link {
    top: -20px;
    width: 0px;
}

#galleria .galleria-info-text {
    background-color: #5C4F36;
}

#galleria .galleria-info-title {
    display: none!important;
}

#galleria .galleria-info-description {
    color: #fff;
    font: bold 12px/1.1 arial,sans-serif;
}

#galleria .galleria-counter {
    bottom: inherit;
    top: 10px;
}

#galleria .galleria-stage {
    background-color: #42351c;
}

.pattern-relateditems-tree .tree-container .pat-tree > ul.jqtree-tree {
  padding-right: 10px;
}

.pattern-relateditems-tree .tree-container .jqtree-tree .jqtree_common {
  position: relative;
}


body.subsection-volunteer-individual-volunteer-form iframe {
    width: 100%;
}

.pagination .label {
    font-size: inherit;
    color: inherit;
}

.pagination .previous .arrow {
    content: '\000AB';
}

.pagination .next .arrow {
    content: '\0000BB';
}

.serach-result-block .header .page-num .previous span,
.serach-result-block .header .page-num .next span,
.serach-result-block .footer .page-num .previous span,
.serach-result-block .footer .page-num .next span {
    color: inherit;
    font-size: inherit;
}

.newsImageContainer{
    display:none;
}

body.portaltype-lightbox.template-view #form-groups-settings {
    display: none;
}

.fancybox-slide--image .fancybox-content {
    background-color: #e7e9d7;
    border-bottom-right-radius: 33px;
    cursor: pointer!important;
    height: unset!important;
}

.fancybox-content img {
    border: 1px solid #243b63;
    border-radius: 0 0 33px 0;
    position: relative;
}

.fancybox-container .fancybox-caption {
    border-radius: 0 0 33px 0;
    position: relative;
    visibility:hidden;
}

.fancybox-container .fancybox-caption__moved {
    background: transparent;
    margin-bottom: 0!important;
    padding: 0;
    visibility: visible;
}

.fancybox-caption__moved .captionwrapper {
    padding: 11px 30px;
}

.fancybox-caption__moved a.captionbutton {
    margin: 0;
}

.fancybox-caption--separate {
    margin-top: 0;
}

.captionwrapper {
    align-items: center;
    cursor: pointer;
    display: block;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #6d6e71;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    position: relative;
    text-decoration: none;
    width: 100%;
    border: 0 solid;
    text-align: center;
}

@media (min-width: 600px) {
    .captionwrapper {
        flex-direction: row;
	justify-content: space-between;
    }
}

.fancybox-caption a.captionbutton {
    background-color: rgba(65, 173, 73, 1);
    border: 1px solid white;
    border-radius: 30px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: initial;
    margin: 13px 10px 10px;
    position: relative;
    padding: 5px 20px 5px 20px;
    text-decoration: none;
    transition: background .2s linear;
}

.fancybox-caption a.captionbutton:hover {
    background-color: #2a733b;
}

@media (min-width: 600px) {
    .fancybox-caption a.captionbutton {
    }
    .fancybox-caption a.captionbutton:hover {
        text-decoration: none;
    }
}
