.prevent-lateral-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.prevent-bottom-margin {
    margin-bottom: 0;
}

.prevent-padding-bottom {
    padding-bottom: 0 !important;
}

.prevent-h-margin h2 {
    margin-top: 0 !important;
}

.pvt-padtop {
    padding-top: 0 !important;
}

.reset-text-transform {
    text-transform: initial;
}

.marbot20 {
    margin-bottom: 20px;
}

.marbot60 {
    margin-bottom: 60px;
}

.from-fckdiv {
	font-family: noto sans;
	color: #666;
	font-size: 13px;
	line-height: 26px;
	letter-spacing: 0.3px;
}

.from-fckdiv ul {
	list-style: disc;
	padding-left: 40px;
}

.accordion .from-fckdiv p {
    color: #666;
}

nav ul li:hover > ul {
    z-index: 5;
}

nav ul li.menu-item-has-children:hover a:after {
    z-index: 6;
}

.block.section-block {
    padding-bottom: 50px;
    padding-top: 50px;
}

.hidden {
    display: none;
}

.lowercase {
    text-transform: lowercase;
}

.social-media.social-media-2 a {
    background-color: #505050;
    color: #fff;
}

.social-media.social-media-2 a i {
    color: #fff;
}

.flex {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;

    -webkit-flex-direction: row;
    flex-direction: row;
    /*-webkit-flex-wrap: wrap;*/
    /*flex-wrap: wrap;*/


    /*-webkit-flex-flow: row wrap;*/
    /*flex-flow: row wrap;*/
}

.flex.flex-center {
    align-items: center;
}

.flex-1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    /*width: 33.33%;*/
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
}

.flex-2 {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    /*width: 66.66%;*/
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    max-width: 100%;
}

/*.fx {*/
/*	flex-grow: 1;*/
/*	flex-shrink: 0;*/
/*	flex-basis: 50%;*/
/*}*/
.fx.fx-2 {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    width: 16.66666667%;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    max-width: 100%;
}

.fx.fx-4 {
    -webkit-box-flex: 4;
    -moz-box-flex: 4;
    width: 33.33333333%;
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
    max-width: 100%;
}

.fx.fx-6 {
    -webkit-box-flex: 6;
    -moz-box-flex: 6;
    width: 50%;
    -webkit-flex: 6;
    -ms-flex: 6;
    flex: 6;
    max-width: 100%;
}

.fx.fx-8 {
    -webkit-box-flex: 8;
    -moz-box-flex: 8;
    width: 66.66666667%;
    -webkit-flex: 8;
    -ms-flex: 8;
    flex: 8;
    max-width: 100%;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.boxc {
    text-align: center;
}

.popup.popup-1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000001;
    background-color: rgba(0, 0, 0, 0.35);
}

.popup.popup-1.active {
    display: block;
}

.popup.popup-1 .popup-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.popup.popup-1 .popup-inner .popup-wrapper {
    position: absolute;
    max-height: 50%;
    margin: auto;
    max-width: 500px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 20px;
}

.popup.popup-1 .popup-inner .popup-wrapper .popup-wrapper-inner {
    font-size: 14px;
    background-color: #fff;
    color: #414141;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #8ead1f;
    position: relative;
}

.popup.popup-2 {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000001;
    width: 100%;
}

.popup.popup-2.active {
    display: block;
}

.popup.popup-2 .popup-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.popup.popup-2 .popup-inner .popup-wrapper {
    max-height: 50%;
    margin: auto;
    max-width: 700px;
    padding: 20px 20px 0;
}

.popup.popup-2 .popup-inner .popup-wrapper .popup-wrapper-inner {
    font-size: 14px;
    background-color: #fff;
    color: #414141;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #8ead1f;
    position: relative;
}

@media screen and (max-width: 960px) {
    .popup.popup-1 .popup-inner .popup-wrapper .popup-wrapper-inner {
        top: 50%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 960px) {
    .popup.popup-1 .popup-inner .popup-wrapper .popup-wrapper-inner {
        position: absolute;
        max-width: calc(100% - 40px);
    }
}

.popup.popup-1 .popup-title-1 h2 {
    font-size: 25px;
    padding-bottom: 10px;
    line-height: 40px;
    padding-right: 45px;
}

.popup.popup-1 .popup-content-1 {
    padding-right: 45px;
}

.popup-close {
    color: #ccc;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    background-color: #333;
    cursor: pointer;
    font-family: 'noto sans';
    display: inline-block;
    transition: background-color linear 200ms;
    -webkit-transition: background-color linear 200ms;
}

.popup-close:hover {
    background-color: #8ead1f;
}

.townhall-1 span {
    color: #fff;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
}

.townhall-1 .townhall-intro {
    font-size: 17px;
}

.townhall-1 .townhall-main {
    font-size: 23px;
}

.header-timer a {
    color: #fff !important;
}

.header-meteo p {
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
}

.social-media-fake {
    padding-left: 20px;
    padding-right: 20px;
}

.social-media-fake li {
    background: none repeat scroll 0 0 #fff;
    border: 0 none;
    float: left;
    height: 26px;
    line-height: 24px;
    float: left;
    height: 26px;
    margin: 0 5px;
    width: 26px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;

}

.social-media-fake li i {
    text-align: center;
    margin: 0;
    color: #505050;
}

.social-media-fake li:hover {
    background-color: #8ead1f;
}

.social-media-fake li:hover i {
    color: #fff;
}

.social-media-fake li:first-child {
    /*background-color: transparent;
    width: auto;
    color: #fff;
    line-height: 24px;
    padding-left: 15px;
    padding-right: 8px;
    font-size: 15px;*/
}

.textwithimage {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ntr img {
    max-width: 100%;
    display: block;
    margin: auto;
    width: auto;
    max-height: 750px;
}

.ntr.ntr-1 {
    background-color: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding: 10px 0;
    text-transform: uppercase;
}

.ntr.ntr-2 .flex-1, .ntr.ntr-2 .flex-2 {
    padding: 0 15px;
}

.left-border {
    padding-left: 8px;
    margin-left: 5px;
    border-left: 1px solid #fff;
}

input.error, textarea.error {
    border-color: red !important;
}

.hdr.hdr-1 {
    border-bottom: 2px solid #8ead1f;
    padding-bottom: 10px;
}

.hdr.hdr-1 h4 {
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.list.list-1 li {
    padding: 5px 0;
    border-bottom: 1px dotted #ccc;
    position: relative;
    padding-left: 25px;
}

.list.list-1 li i {
    left: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    text-align: center;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    width: 25px;
}

.list.list-1 li.i-on-right i {
    left: inherit;
    right: 0;
}

.list.list-2 {
    border-left: 1px solid #8ead1f;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
}

.list.list-2 li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 20%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-top: 1px solid #8ead1f;
    border-bottom: 1px solid #8ead1f;
    border-right: 1px solid #8ead1f;
}

.list.list-2 li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.list.list-2 li a i {
    font-size: 20px;
    line-height: 50px;
    margin: 0;
}

.list.list-2 li:hover {
    background-color: #8ead1f;
}

.list.list-2 li:hover a i {
    color: #fff;
}

.list.list-3 {
    text-align: center;
}

.list.list-3 .list-ntr {
    display: inline-block;
    padding: 10px;
}

.list.list-3 .list-ntr a {
    font-size: 17px;
}

.list.list-3 .list-ntr a.active {
    color: #8ead1f;
}

.list.list-4 i {
    color: #8ead1f;
    font-size: 20px;
    width: 20px;
}

.list.list-5 {
    background-color: #8ead1f;
    padding: 15px;
    width: auto;
    position: relative;
    cursor: pointer;
}

.list.list-5:before {
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;

    border-top: 13px solid #8ead1f;
    position: absolute;
    content: '';
    right: 20px;
    bottom: -13px;
}

.list.list-5 li {
    background: none repeat scroll 0 0 #1b161c;
    border: 0 none;
    float: left;
    height: 26px;
    line-height: 24px;
    float: left;
    height: 26px;
    margin: 0 5px;
    width: 26px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.list.list-5 li i {
    text-align: center;
    margin: 0;
    color: #fff;
}

.list.list-5 li:hover {
    background-color: #fff;
}

.list.list-5 li:hover i {
    color: #1b161c;
}

.social-fake-2 {
    display: block;
    float: left;
    margin-top: 20px;
}

.txt.txt-1 {
    clear: left;
    color: #8ead1f;
    padding: 10px 0;
}

.footer-social-txt {
    float: left;
    margin-top: 45px;
}

.footer-social-txt span {
    display: inline-block;
    width: 100%;
}

.footer-social-txt span, .footer-social-txt i {
    color: #fff;
}

.footer-social-txt i {
    font-size: 17px;
}

.form.form-1 .form-row {
    margin-bottom: 10px;
}

.form.form-1 .submit-row {
    text-align: right;
}

.form.form-1 .button {
    display: inline-block;
    float: none;
}

.form.form-1 textarea {
    display: block;
    width: 100%;
    background: none repeat scroll 0 0 #fefefe;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #b4b4b4;
    font-family: open sans, sans-serif;
    font-size: 12px;
    height: 120px;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.form.form-1 .fileupload.fileupload-1 {
    background-color: #8ead1f;
    color: #fff;
    cursor: pointer;
    padding: 10px 0;
    text-align: center;
    position: relative;
}

.bar.bar-1 {
    background-color: #8ead1f;
    background-image: -webkit-repeating-linear-gradient(-45deg, transparent 6px, transparent 0px, transparent 0px, transparent 11px, #CCCDCE 12px);
    background-image: -moz-repeating-linear-gradient(-45deg, transparent 6px, transparent 0px, transparent 0px, transparent 11px, #CCCDCE 12px);
    background-image: -o-repeating-linear-gradient(-45deg, transparent 6px, transparent 0px, transparent 0px, transparent 11px, #CCCDCE 12px);
    background-image: repeating-linear-gradient(-45deg, transparent 6px, transparent 0px, transparent 0px, transparent 11px, #CCCDCE 12px);
    -webkit-background-size: 8px 8px;
    -moz-background-size: 8px 8px;
    background-size: 8px 8px;

    bottom: 0;
    left: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;

    width: 0;
}

.fileupload.fileupload-1.is-visible .btn-upload.is-visible {
    color: #8ead1f;
}

.bar.bar-2 {
    bottom: 0;
    left: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    display: none;
}

.bar.bar-2.is-visible {
    display: block;
}

a.fancybox {
    display: inline-block;
    width: 100%;
    max-height: 100%;
}

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

.owl-wrapper a.fancybox {
    position: relative !important;
}

.map.map-1, .map.map-2 {
    width: 100%;
    height: 400px;
}

.thumbnail.panoramic {
    padding-bottom: 56.6%;
    border: 0 none;
}

.thumbnail img {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

.hotspot-thumb {
    position: relative;
}

.hotspot {
    position: relative;
    width: 240px;
    border-radius: 2.5px;
    border: 1px solid #ccc;
    padding: 5px;
    background-color: white;
    box-sizing: border-box;
    max-width: 100%;
}

.hotspot-content {
    padding: 5px 10px;
}

.hotspot-title {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
}

.hotspot-address {
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.btn.btn-2 {
    background-color: #8ead1f;
    color: #fff;
    padding: 5px 15px;
}

.btn.btn-3 {
    background-color: #ccc;
    color: #8ead1f;
    padding: 13px 30px;
    transition: all linear 200ms;
    -webkit-transition: all linear 200ms;
}

.btn.btn-3 i {
    color: #8ead1f;
    margin: 0;
}

.btn.btn-3:hover {
    background-color: #8ead1f;
    color: #ccc;
    padding: 13px 30px;
}

.btn.btn-3:hover i {
    color: #ccc;
}

.btn.btn-4 {
    background-color: grey;
    color: #fff;
    display: block;
    margin: auto;
    width: 80px;
}

.btn.btn-full {
    width: 100%;
}

.btn.btn-auto {
    margin: auto;
}

.btn.btn-nomargin {
    margin: 0;
}

.header-timer {

}

.animal-img {
    height: 200px;
}

.animal-img a.fancybox {
    height: 100%;
}

.animal-img a.fancybox img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    /*height: 100%;*/
}

.animal-img > img {
    position: absolute;
    left: -9999px;
    top: -9855px;
    right: -9999px;
    bottom: -9999px;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
}

.animal-event .gallery > img {
    position: absolute;
    left: -9999px;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    object-fit: cover;
}

.hotspot-thumb.thumbnail.panoramic {
    margin-bottom: 10px !important;
    margin-top: 5px !important;
}

.atcb-list li {
    border-left: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
}

.atcb-list li:first-of-type {
    border-top: 1px dotted #ccc;
}

.owl-carousel .owl-item {
    /*cursor: pointer;*/
}

.lasthour-top {
    color: #8ead1f;
}

.lasthour-top i {
    color: #8ead1f;
}

.lasthour-bottom {
    padding-left: 17px;
}

.owl-buttons > div, .tparrows {
    background: transparent !important;
}

.owl-carousel .owl-buttons > div {
    background: #8ead1f !important;
    width: 50px;
    height: 50px;
    display: block;
    visibility: visible;
    opacity: 1;
    z-index: 50;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 25px;
}

.tparrows {
    background: #8ead1f !important;
    width: 50px;
    height: 50px;
    display: block;
    visibility: visible;
    opacity: 1;
    z-index: 50;
    color: #fff;
    text-align: center;
    font-size: 25px;
}

.tparrows.tp-leftarrow:before {
    content: "\f104";
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 42px;
}

.tparrows.tp-rightarrow:before {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 42px;
}

.owl-carousel .owl-buttons div i, .animal-events-carousel .owl-buttons div i:before {
    margin: 0;
}

.owl-carousel .owl-buttons .owl-prev {
    left: -80px;
}

.owl-carousel .owl-buttons .owl-next {
    right: -80px;
}

.animal-events-carousel-2 {
    /*overflow: auto !important;*/
    overflow: visible !important;
}

.animal-events-carousel-2 .owl-item {
    height: 300px;
}

.animal-events-carousel-2 .owl-item .animal-event {
    height: 100%;
}

.animal-events-carousel-2 .owl-item .gallery, .animal-events-carousel-2 .owl-item .gallery img {
    height: 100%;
}

video {
    max-width: 100%;
    max-height: 100%;
}

.lasthour .tab-pane, .animal-detail {
    /*background-color: #c2c2c2;
    border: 2px solid #000000;*/
}

.animal-detail h4 {
    font-size: 14px;
    color: #555;
}

.wrapper-section {
    float: left;
    padding: 30px 0;
    position: relative;
    width: 100%;
}

.wrapper-section .lasthour {
    padding-bottom: 15px;
    /*padding-top: 30px;*/
    padding-bottom: 30px;
}

.wrapper-container {
    padding-top: 15px;
}

.wrapper-container, .wrapper-container > .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.textwithimage {
    float: left;
}

.list.list-6 {
    text-align: right;
}

.list.list-6 li {
    display: inline-block;
    text-align: center;
    line-height: 26px;
}

.list.list-6 li a {
    display: inline-block;
    padding: 0 5px;
    color: #fff;
    font-weight: 700;
    line-height: 26px;
    -webkit-transition: color linear 200ms;
    transition: color linear 200ms;
}

.list.list-6 li a:hover {
    color: #8ead1f;
}

.tab-pane > ul {
    float: none;
}

.logo > a > img {
    max-width: 100%;
}

.contact li a.prevent-widget-a {
    color: #fff;
    -webkit-transition: color linear 200ms;
    transition: color linear 200ms;
    border: 0;
    text-decoration: none;
    background-color: transparent;
}

.contact li a.prevent-widget-a:hover {
    color: #8ead1f;
}

.fileitem a {
    position: relative;
    padding: 15px 20px;
    color: #333;
}

.fileitem a:hover {
    color: #8ead1f;
}

.fileitem a i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.service-image {
}

.martop20 {
    margin-top: 20px !important;
}

.textflex-lnk {
    border: 0 none !important;
}

.glutter-1 {
    padding-left: 15px;
    padding-right: 15px;
}

#recaptcha_area {
    display: block;
    margin: auto;
}

.member {
    padding: 0;
    float: none;
    margin-bottom: 20px;
}

.member .team {
    floaT: none;
}

.member-detail {
    color: #333;
    padding: 20px 10px;
    width: 100%;
}

.footable.table img {
    max-width: 230px;
    display: block;
    margin: auto;
}

.footable-1 .footable-first-column {
    width: 230px;
}

.footable.table.footable-1 {
    border: 0 none !important;
}

.footable.table.footable-1 > thead > tr > th {
    background: transparent !important;
    border: 0 none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #000 !important;
}

.footable.table.footable-1 tr td {
    background: transparent !important;
    border: 0 none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #000 !important;
}

.footable.table.footable-1 tbody > tr:last-of-type td {
    border-bottom: 0 none !important;
}

.footable.table.footable-1 tr td:first-of-type a {
    display: inline-block;
    height: 100%;
    width: 100%;
}

.normal-text {
    color: #444;
}

.social-media-3 {
    margin-top: 10px;
}

.social-media-3 li {
    display: inline-block;
    /*float: left;*/
    margin-left: -4px;
    width: 16.66%;
    border: 1px solid #ccc;
    border-right: 0 none;
}

.social-media-3 li:last-of-type {
    border-right: 1px solid #ccc;
}

.social-media-3 li a {
    box-sizing: border-box;
    display: inline-block;
    height: 100%;
    width: 100%;
}

.social-media-3 li a i {
    text-align: center !important;
    padding: 0;
    margin: 0;
}

.ttl.ttl-2 {
    color: #8F8F8F;
    font-size: 18px;
    padding: 0 15px 35px;
}

.jalendar {
    margin-top: 0;
}

.people-detail .team-single {
    margin-bottom: 0;
}

.people-detail > .container > .row .column {
    margin-bottom: 30px;
}

.people-detail > .container > .row .column:last-of-type {
    margin-bottom: 10px;
}

.people-detail > .container > .row .column:nth-child(3) .ttl.ttl-2 {
    border-top: 1px solid #eee;
    padding: 45px 15px 35px;
}

.peoplegroup {
    background-clip: padding-box;
    border: 1px solid #8ead1f;
    color: #ffffff;
    text-shadow: 0px 1px 0px #8ead1f;
    float: left;
    min-width: 25%;
    font-size: 13px;
    padding: 12px 45px;
    line-height: 20px;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
    overflow: hidden;
    text-align: center;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;

    background-color: #8ead1f;
    position: relative;
}

.peoplegroup:before {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.69) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.69)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.69) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.69) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.69) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.69) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#b0ffffff', GradientType=0);
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
}

.peoplegroupcontent {
    width: 100%;
    display: none;
}

.peoplegroup:hover {
    color: #ddd;
}

.is-visible.is-visible {
    display: block;
}

.textflex {
    margin-bottom: 20px;
}

.animal-detail > ul li span {
    font-family: noto sans !important;
}

.header-search > div {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 320px;
    display: none;
}

.header-search:hover > div {
    display: block;
}

.bc.bc-1, .bc.bc-2 {
    display: inline-block;
    vertical-align: middle;
}

.bc.bc-2 {
    width: 50%;
    padding-right: 15px;
}

.bc.bc-1 {
    width: 50%;
    padding-left: 15px;
    margin-left: -7px;
    text-align: right;
}

.bc.bc-1 ul li {
    display: inline-block;
    color: #fff;
}

.bc.bc-1 ul li a {
    color: #fff;
}

.bc.bc-1 ul li a:hover {
    color: #8ead1f;
}


.cmenu-1 {
    background-color: #8ead1f;
}

.cmenu-1 ul {
    text-align: center;
}

.cmenu-1 ul li {
    display: inline-block;
    vertical-align: middle;
}

.cmenu-1 ul li a {
    padding: 15px 35px;
    color: #fff;
    display: inline-block;
    line-height: 1.425;
    -webkit-transition: background-color linear 200ms;
    transition: background-color linear 200ms;
}

.cmenu-1 ul li a.is-active {
    background-color: rgba(0, 0, 0, 0.6);
}

.cmenu-1 ul li a:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.cmenu-2 {
    box-sizing: border-box;
    float: left;
    margin-right: 50px;
    width: 200px;
    background-color: rgba(142, 173, 31, 0.8);
}

.cmenu-2 ul {
    display: block;
    float: none;
    width: 100%;
}

.cmenu-2 ul li {
    display: inline-block;
    width: 100%;
}

.cmenu-2 ul li a {
    padding: 6px 15px;
    color: #fff;
    display: inline-block;
    line-height: 1.425;
    -webkit-transition: background-color linear 200ms;
    transition: background-color linear 200ms;
    width: 100%;
    border-bottom: 1px solid #424242;
}

.cmenu-2 ul li a.is-active {
    color: #175e0b;
}

.cmenu-2 ul li a:hover {
    color: #175e0b;
}

.cmenu-3 ul {
    border-bottom: 1px dotted #ccc;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 7px;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.cmenu-3 ul li:last-of-type span {
    font-size: 25px;
    color: #8ead1f;
}

#content.container .directory-container {
    float: left;
    max-width: calc(100% - 300px);
    width: 100%;
    padding-bottom: 40px;
}

.directory-container .section-block {
    padding-left: 15px;
    padding-right: 15px;
}

.form.form-2 input {
    /*background: none repeat scroll 0 0 #363636;*/
    border: 1px solid #ccc;
    color: #ccc;
    float: left;
    font-family: open sans, sans-serif;
    height: 44px;
    width: 100%;
    padding: 10px 20px;
    font-size: 12px;
    margin-bottom: 15px;
}

.form.form-2 textarea {
    border: 1px solid #ccc;
    color: #ccc;
    float: left;
    font-family: open sans, sans-serif;
    height: 44px;
    width: 100%;
    padding: 10px 20px;
    font-size: 12px;
    margin-bottom: 15px;
    min-height: 100px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.form.form-2 input[type="submit"] {
    background: none repeat scroll 0 0 #363636;
    float: left;
    width: auto;
    border-radius: 3px;
    border: 0;
    padding: 5px 30px;
    line-height: 23px;
    height: auto;
    font-family: open sans, sans-serif;
    font-size: 12px;
    color: #e9e9e9;
    text-transform: uppercase;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.form.form-2 input[type="submit"]:hover {
    padding: 5px 40px;
}

.find-procedures {
    margin-bottom: 20px;
}

.form-field-1 input {
    appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #ccc;
    color: #ccc;
    float: left;
    font-family: open sans, sans-serif;
    height: 44px;
    width: 100%;
    padding: 10px 20px;
    font-size: 12px;
}

.form-field-1 select {
    background: #fff;
    appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #ccc;
    color: #ccc;
    float: left;
    font-family: open sans, sans-serif;
    height: 44px;
    width: 100%;
    padding: 10px 20px;
    font-size: 12px;
    float: none;
}

select::-ms-expand {
    display: none;
}

.form-field-1.form-select {
    position: relative;
    height: 44px;
    width: 100%;
}

.form-field-1.form-select::after {
    content: "\25BE";
    display: block;
    color: #8ead1f;
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 1.5em;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.logo-1 img {
    max-width: 100px;
    display: block;
    margin: auto;
}

.pagination li a.current {
    background-color: #8ead1f;
    color: #eee;
    font-weight: 700;
}

.team-detail h3, .team-detail li a {
    color: #8ead1f;
}

.gallery:hover .gallery-title {
    z-index: 2;
}

.gallery > ul {
    z-index: 3;
}

.mask.mask-1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

li .header-search {
    width: 50px;
    height: 100%;
    position: relative;
    padding: 38px 0px 15px 0px;
    box-sizing: border-box;
    text-align: center;
}

li .header-search > input[type="submit"] {
    height: 25px;
    width: 25px;
}

.only-mobile {
    display: none;
}

nav ul.mmenu-1 li.is-active > a {
    color: #8ead1f !important;
}

.agenda.agenda-2 {
    display: inline-block;
    width: calc(100% - 400px);
    float: right;
    padding: 10px 15px;
}

.jalendar .jalendar-container .jalendar-pages .add-event.selected, .jalendar .jalendar-container .jalendar-pages .add-event .events, .jalendar .jalendar-container .jalendar-pages .add-event .close-button {
    display: none !important;
}

.jalendar .jalendar-container .jalendar-pages .days .day.this-month span {
    color: rgba(255, 255, 255, .8) !important;
}

.jalendar .jalendar-container .jalendar-pages .days .day.this-month span:hover {
    color: #ccc !important;
}

.jalendar .jalendar-container .jalendar-pages .days .day.this-month.selected span {
    color: #333 !important;
}

.animal-detail .from-fckdiv {
    max-height: 205px;
    overflow: hidden;
}

.ntr.ntr-3 {
    position: relative;
    margin-bottom: 20px;
    min-height: 80px;
}

.ntr.ntr-3:last-of-type {
    margin-bottom: 0;
}

.ntr.ntr-3 .ntr-date {
    background-color: #8ead1f;
    color: #fff;
    display: inline-block;
    height: 80px;
    position: absolute;
    width: 80px;
}

.ntr.ntr-3 .ntr-date .ntr-date-inner {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
}

.ntr.ntr-3 .ntr-date .ntr-date-inner span {
    display: inline-block;
    width: 100%;
    line-height: 1.425;
}

.ntr.ntr-3 .ntr-content {
    padding-left: 90px;
}

.ntr.ntr-3 .ntr-content .ntr-ttl {
    margin-bottom: 20px;
}

footer .quick-message {
    margin-top: 20px;
}

.from-fckdiv img {
    max-width: 100% !important;
}

.lasthour:not(.block) {
    padding-top: 15px !important;
}

.directory-container > .block > .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

section .content-bg {
    padding: 15px !important;
}

div.facebook .pp_details .pp_nav, .pp_gallery {
    display: none !important;
}

.menu-icon-1 {
    display: inline-block;
    margin-right: 5px;
}

.meta.deal-meta {
    padding: 30px 15px 20px;
}

.deal-li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: row;
    flex-direction: row;

    align-items: center;
    width: 100%;
}

.deal-li strong {
    color: #8ead1f;
    font-size: 17px;
}

.deal-li li {
    flex: 1;
    /*display: inline-block;*/
    /*float: none !important;*/
    /*vertical-align: middle;*/
}

.deal-li li:last-of-type {
    text-align: right;
    margin-right: 0;
}

.ico-1 {
    height: 60px;
    width: 60px;
    min-height: 60px;
    min-width: 60px;
    max-height: 60px;
    max-width: 60px;
    line-height: 60px;
    font-size: 20px;
    border-radius: 100%;
    border: 1px solid #ccc;
    color: #8ead1f;
    text-align: center;
    transition: background-color linear 200ms;
}

.ico-1:hover {
    background-color: #fff;
}

/*ESTILOS PROPIOS*/
div.section-title,
div.section-title h2.title,
div.title {
    text-align: center;
}


@media screen and (max-width: 1350px) {
    .owl-carousel .owl-buttons > div {
        /*display: none !important;*/
    }

    .owl-carousel .owl-buttons > div {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .owl-carousel {
        padding: 0 50px;
    }

    .owl-carousel .owl-buttons .owl-prev {
        left: 0 !important;
    }

    .owl-carousel .owl-buttons .owl-next {
        right: 0 !important;
    }
}

@media screen and (min-width: 993px) {
    .list.list-2 li:last-of-type {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    section.has-content-bg {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    section.has-content-bg .content-bg {
        padding-top: 30px !important;
        padding-30: 30px !important;
    }

    body {
        overflow-x: hidden;
    }

    .md-flex-col {
        flex-direction: column;
    }

    .md-flex-1 {
        -webkit-box-flex: auto;
        -moz-box-flex: auto;
        width: 100%;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
    }

    .fx.fx-md-12 {
        -webkit-box-flex: auto;
        -moz-box-flex: auto;
        width: 100%;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
    }

    .bc.bc-1, .bc.bc-2 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    footer .quick-message {
        margin-top: 0;
    }

    .form-field-1 input, .form-field-1.form-select {
        margin-bottom: 15px;
    }

    .find-procedures > .fx:first-child {
        margin-bottom: 15px;
    }

    .find-procedures .fx .glutter-1 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .map {
        max-height: 200px;
    }

    header.header2 nav > .container {
        padding-bottom: 50px;
        min-height: 130px;
    }

    header.header2 nav > .container .menu-btn {
        margin-bottom: 10px;
    }

    header.header2 nav > .container .menu-btn + ul {
        margin-top: -10px;
    }

    .header-timer {
        border: 0 none;
    }

    .header-timer > p {
        width: 50%;
    }

    .social-media-fake {
        width: 100% !important;
        border: none !important;
        margin-bottom: 10px !important;
    }

    .social-fake-2 {
        margin-top: 0;
    }

    .md-marbot40 {
        margin-bottom: 40px;
    }

    .md-order-1 {
        order: 1;
    }

    .md-order-2 {
        order: 2;
    }

    .bottom-footer p, .list.list-6 {
        text-align: center;
    }

    .textflex {
        margin-bottom: 30px;
    }

    .logo > a > img {
        margin-bottom: 20px;
    }

    .peoplegroup {
        margin-right: 0;
        width: 100%;
    }

    .cmenu-3 {
        display: none !important;
    }

    .cmenu-2 ul {
        display: none;
        position: absolute;
        top: 100%;
        margin: 0;
        width: 300px;
        left: 50%;
        margin-left: -150px;
        background: none repeat scroll 0 0 rgba(230, 230, 230, 0.9);
        z-index: 10;
    }

    .cmenu-2 {
        margin-bottom: 10px;
        min-height: 50px;
        position: relative;
        width: 100%;
    }

    .cmenu-2::after {
        clear: both;
        content: "";
        display: block;
        height: 0;
        visibility: hidden;
    }

    .cmenu-2 .menu-btn {
        float: left;
    }

    #content.container, #content.container .directory-container {
        max-width: 100% !important;
    }

    .logo-1 img {
        max-width: 100%;
    }

    .logo-1 {
        margin-bottom: 20px;
    }

    .team-single {
        margin-bottom: 0;
    }

    .jalendar-input, .jalendar {
        width: 280px !important;
    }

    .agenda.agenda-2 {
        width: calc(100% - 280px) !important;
    }

    .cmenu-1 ul li a, .cmenu-2 ul li a {
        font-family: open sans, sans-serif;
    }

    .lasthour:not(.block) > .container, .lasthour:not(.block) {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 15px !important;
    }

    .lasthour:not(.block) > .container > .title {
        padding-left: 15px;
        padding-right: 15px;
    }

    .lasthour:not(.block) {
        padding-bottom: 0;
    }

    /*.lasthour:not(.block) > .container .tab-style .nav > li:first-of-type a {*/
    /*border-top: 0;*/
    /*}*/
}

@media screen and (max-width: 980px) {
    .hide-mobile {
        display: none;
    }

    .only-mobile {
        display: inline-block;
    }

    .header-search {
        margin: 20px auto;
    }

    .header-search {
        width: 100%;
        height: 40px;
    }

    .header-search > input {
        display: none;
    }

    .header-search > div {
        display: block;
        max-width: 100%;
        width: 100%;
        padding: 0 5px;
    }
}

@media screen and (max-width: 700px) {
    .jalendar-input, .jalendar, .agenda.agenda-2 {
        width: 100% !important;
    }

    .agenda.agenda-2 {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 640px) {
    .tp-caption, .tp-caption h1 {
        font-size: 14px !important;
        line-height: 1.425 !important;
    }

    .bottom-footer .left-border {
        padding-left: 0;
        border-left: 0 none;
    }

    .deal-li {
        -webkit-flex-flow: column wrap;
        flex-flow: column wrap;
    }

    .deal-li li {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .deal-li li:last-of-type {
        margin-bottom: 0;
    }
}

.default .tp-banner.revslider-initialised.tp-simpleresponsive {
    max-height: 400px !important;
}

.blog-item-anchor {
    display: inline-block;
    width: 100%;
    position: relative;
}

.jalendar .jalendar-container .jalendar-pages .days .day.have-event span:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: transparent;
    border: 3px solid #e25757;
    position: absolute;
    top: 0;
    right: 0;
}

.header-search:hover input[type="text"] {
    border: 1px solid #8ead1f;
}

@media screen and (max-width: 960px) {
    .header-search input[type="text"] {
        border: 0 none !important;
        position: absolute;
        left: 0px;
        top: 0px;
        display: block;
        width: 100%;
        height: 100%;
    }

}


.slider {
    visibility: hidden;
}

/* GSC */
/*.gsc-input-box {*/
/*	height: auto !important;*/
/*}*/
/*input.gsc-search-button-v2 {*/
/*	height: 29px !important;*/
/*	width: 70px !important;*/
/*}*/
/*.gsc-search-box-tools .gsc-search-box .gsc-input, .gsc-input-box, .gsib_a, .gsib_b, .gsc-search-button {*/
/*	border: 0 none !important;*/
/*}*/
/*.gsc-search-box table table {*/
/*	border: 0 none;*/
/*}*/
/*.gsc-input-box .gsib_a {*/
/*	border: 1px solid #D9D9D9 !important;*/
/*}*/
/*.gsc-search-box-tools td {*/
/*	line-height: 1.425;*/
/*}*/
/*.gsc-table-result {*/
/*	float: none !important;*/
/*}*/
/*.gsc-table-result .gs-title {*/
/*	display: block;*/
/*	overflow: visible !important;*/
/*	text-align: left;*/
/*}*/
/*.gsc-thumbnail-inside .gs-title {*/
/*	display: none;*/
/*}*/

/*.gsc-adBlock,*/
/*.gsc-url-top {*/
/*	display:none !important;*/
/*}*/
/*gsc.prevent-lateral-margin { margin-left: 0 !important; margin-right: 0 !important; }*/

.gsc-search-box-tools {
    height: 30px !important;
}

.gsc-above-wrapper-area {
    height: 40px !important;;
}
