.list-social {
    text-align: left;
    padding: 0;
    margin-left: 15px;
}

.nicdark_focus figure img {

    width: 100%;
    height: auto;

}
.fas.fa-angle-right {
    margin-left: 5px;
}
.nicdark_focus figure {
    margin: 1rem 0 1rem;
}

.list-social li {
    display: inline-block;
}

.list-social li>a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: 5px;
    margin-left: 10px;
    line-height: 30px;
    border-radius: 18px;
    text-align: center;
    font-size: 16px;
    background: #fff;
    color: #394fa2;
    box-shadow: 0 2px hsla(0, 0%, 76%, .75);
    transition: all .5s ease-in-out;
    margin-left: 2px;
}

.list-social li:first-child>a {

    margin-left: 0px;

}

/**MENU***/

.navbar-expand-md .navbar-nav .main-dropdown-menu {

    min-width: 100%;
}

.light-blue {
    color: #47597F;
}


.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
    outline: unset;
    opacity: .8;
}

span.lang-arrow {
    display: none;
}

a.lang-arrow {
    cursor: pointer;
    display: none;
}
.main-dropdown-menu {

    background-clip: border-box;
    opacity: 0.9;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;

}

.dropdown-item {
    font-size: 15px;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    position: relative;
}

.dropdown-item {

    padding: .25rem 1.5rem 0.25rem 2rem;

}

.dropdown-item::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    font-size: 1rem;
    margin-right: 8px;
    position: absolute;
    padding: .25rem 0.2rem 0.25rem 0.7rem;
    left: 0;
    top: 0;
    opacity: 0.2;
    -webkit-transition: 0.2s ease-in-out all;
    -moz-transition: 0.2s ease-in-out all;
    -o-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all;
    color: rgb(255, 255, 255);
}

.main-dropdown-menu .dropdown-item:hover::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    font-size: 1rem;
    margin-right: 8px;
    position: absolute;
    padding: .25rem 0.2rem 0.25rem 0.9rem;
    left: 0;
    top: 0;
    color: rgb(255, 255, 255);
    opacity: 1;
    text-shadow: 0px 1px 1px #b1b1b1;

}

.main-dropdown-menu .dropdown-item:focus,
.main-dropdown-menu .dropdown-item:hover {
    color: rgb(255, 255, 255);
    text-decoration: none;

}

.main-jumbotron {
    background-position: center center;
    background-size: cover;
    height: 90vh;
}

.main-jumbotron .lead {
    font-size: 1.6rem;
}

.main-jumbo-controls {
    margin-top: 30px;
}

.main-jumbo-controls a {
    color: ghostwhite;
}

.navbar {
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    padding: 0;
}

.lang-drop {
    margin: 0 10px;
}

.main-dropdown-menu {}

.main-dropdown-menu.show {}

.trans-navbar .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 55px;
    height: 6px !important;
    border-radius: 3px;
}



.navbar-dark .navbar-toggler {
    color: rgb(255, 255, 255);
    padding: 2px 6px;
}



.move-navbar {
    justify-content: flex-end !important;
}

.trans-navbar {
    background-color: rgb(76, 164, 68);
}

.logo-img {

    max-width: 220px;
}

.ZavrtiBox {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -ms-transition: -ms-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
}

.ZavrtiBox:hover {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #000;
    z-index: 10002;
}

.HeaderLogo {
    position: relative;
    width: 100px;
    padding: 15px;
    z-index: 1003;
}

.HeaderJezici {
    margin-left: 15px;
    z-index: 1003;
}

.HeaderJezici a {
    display: inline-block;
    margin-left: 10px;
    color: rgb(201, 201, 201);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    box-shadow: 3px 4px 5px #e3e3e373;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, .10);
    vertical-align: middle;
    padding: 5px;
    -webkit-transition: 0.2s all ease-out;
    -moz-transition: 0.2s all ease-out;
    -o-transition: 0.2s all ease-out;
    transition: 0.2s all ease-out;
}

.HeaderJezici a.Active {
    color: ghostwhite;
    background: #4ca444;

}

.HeaderJezici a:hover {
    color: #4ca444;
    text-decoration: none;

}

.HeaderJezici a.Active:hover {
    color: white;
    text-decoration: none;
}

.nav-link img {
    margin-right: 5px;
    margin-top: -2px;
    width: 22px;
}

.navbar-top {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: solid 1px rgba(48, 46, 46, 0.18);
}

.navbar-collapse {}

.navbar-dark .navbar-toggler-icon {
    -webkit-transition: background-image 0.2s;
    -moz-transition: background-image 0.2s;
    -o-transition: background-image 0.2s;
    transition: background-image 0.2s;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%2347597f' opacity='0.8' fill='%2347597f' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.open .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.7 53.7'><path opacity='0.8' fill='%2347597f' d='M35.6 34.4L28 26.8l7.6-7.6c.2-.2.2-.5 0-.7l-.5-.5c-.2-.2-.5-.2-.7 0l-7.6 7.6-7.5-7.6c-.2-.2-.5-.2-.7 0l-.6.6c-.2.2-.2.5 0 .7l7.6 7.6-7.6 7.5c-.2.2-.2.5 0 .7l.5.5c.2.2.5.2.7 0l7.6-7.6 7.6 7.6c.2.2.5.2.7 0l.5-.5c.2-.2.2-.5 0-.7z'/></svg>");
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
    outline: solid 1px #ffffff42;
    opacity: .8;
}

.nav-link i {
    margin-right: 8px;
}

.fa,
.fab,
.fal,
.far,
.fas {
    line-height: unset;
}

.nav-item .nav-link.sign-in-move i {
    margin-left: 0px;
    margin-right: 8px;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.nav-item .nav-link.sign-in-move:hover i {
    margin-left: 6px;
    margin-right: 2px;
}


.flags-menu .dropdown-item {
    padding: .25rem 1rem;
    color: ghostwhite;
}

.destinations-menu {
    background-color: rgb(76, 164, 68);
    color: #ffffff;

}

.destinations-menu .dropdown-item {
    color: #ffffff;
}


.scrolled-nav {
    transition: opacity 1s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.pad-0 {
    padding: 0px;
}

.hidden-big {
    opacity: 0;
    display: none;
}

.hidden-small {
    display: table-cell;
    opacity: 1;
    vertical-align: middle;
    align-self: center;
}

.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

/**
  .navbar-toggler {
    position: relative;
  }
  .navbar-toggler.close:not(.collapsed) .navbar-toggler-icon {
    position: relative;
    background-image: unset;

  }
  .navbar-toggler.close:not(.collapsed) .navbar-toggler-icon::before  {
    position: absolute;
    background-image: unset;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c9";
    background-image: unset;
    -webkit-transition: 0.2s ease-out all;
    -moz-transition: 0.2s ease-out all;
    -o-transition: 0.2s ease-out all;
    transition: 0.2s ease-out all;
    width: 1.8em;
      height: 1.6em;
  }
  **/

/**MENU END***/


/**MENU END***/


.container {
    max-width: 1180px;
}

.jumbotron {

    margin-bottom: 0rem;

}

.nicdark_activity p {

    font-size: 1rem;
}

.nicdark_activity .nicdark_space10 {

    height: 5px;

}

.mb-1,
.my-1 {
    margin-bottom: .35rem !important;
}

.masonary_container {
    margin: auto;
    padding: 0px;
}

.nicdark_masonry_container {
    margin-top: 10px;
}

.dropdown-menu.show {
    display: block;
    border-radius: 2px;
}

/* ICONS*/
/**MOBILE MENU***/
.nicdark_bg_green .tinynav {
    z-index: 9999;
}

.header-navigation .nicdark_bg_green .tinynav::before {
    margin-left: 0.25em;
    font-size: 2em;


    content: "asddasd";
}

.navbar {
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.73);
    border-color: rgba(255, 255, 255, 0);
    padding: 2px 6px;
}

.move-navbar {
    justify-content: flex-end !important;
}

.navbar-dark .navbar-toggler-icon {
    -webkit-transition: background-image 0.3s;
    -moz-transition: background-image 0.3s;
    -o-transition: background-image 0.3s;
    transition: background-image 0.3s;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23fff' opacity='0.8' fill='%23fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.open .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.7 53.7'><path opacity='0.8' fill='%23fff' d='M35.6 34.4L28 26.8l7.6-7.6c.2-.2.2-.5 0-.7l-.5-.5c-.2-.2-.5-.2-.7 0l-7.6 7.6-7.5-7.6c-.2-.2-.5-.2-.7 0l-.6.6c-.2.2-.2.5 0 .7l7.6 7.6-7.6 7.5c-.2.2-.2.5 0 .7l.5.5c.2.2.5.2.7 0l7.6-7.6 7.6 7.6c.2.2.5.2.7 0l.5-.5c.2-.2.2-.5 0-.7z'/></svg>");
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
    outline: solid 1px #ffffff42;
    opacity: .8;
}

.nav-link i {
    margin-right: 8px;
}

.nav-item .nav-link.sign-in-move i {
    margin-left: 0px;
    margin-right: 8px;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.nav-item .nav-link.sign-in-move:hover i {
    margin-left: 6px;
    margin-right: 2px;
}

.flags-menu {
    /* border-radius: 2px; */
    border: solid 1px rgb(76, 164, 68);
    background-color: rgb(76, 164, 68);
    border-bottom: solid 3px #409539;
    border-top: solid 3px #409539;
    /* border-radius: 2px; */
    color: ghostwhite;
}

.flags-menu .dropdown-item {
    padding: .25rem 0.7rem;
    color: ghostwhite;
}


.nicdark_masonry_container .nicdark_masonry_item {}

.header-navigation .dropdown-menu {
    min-width: 5rem;


}

.main-dropdown-menu {
    top: 95%;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #f8f8ff;
    outline: 0;
    text-decoration: none;
    background-color: rgba(170, 178, 198, 0.14);
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #f8f8ff;
    outline: 0;
    text-decoration: none;
    background-color: rgba(170, 178, 198, 0.14);
}

a.nav-link .dropdown-toggle {

    text-transform: capitalize;
}

.smaller-logo {
    width: 220px;
}

.info-box {
    opacity: 1;
    height: auto;
}

.scrolled-nav {
    transition: opacity 1s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.pad-0 {
    padding: 0px;
}


.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.nicdark_menu>li>a::first-letter {
    text-transform: capitalize;
}


/**MOBILE MENU END***/
.icon-tent {
    position: relative;
    width: 25px;
    height: 20px;
    align-content: center;
    align-items: center;
    display: table-cell;
    float: left;
    /* background-color: white; */
}

.icon-tent::before {

    background-image: url(/img/icons/tent.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 2px;
    content: "";
    width: 100%;
    height: 25px;
    vertical-align: text-top;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    /* width: 1em; */
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;

}
.nicdark_icon_select:after {
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    font-size: 16px;
    top: 10px;
    right: 20px;
    color: ghostwhite;
    cursor: default;
}
.lightbox {
    z-index: 99999;
}

.lightgray-background {

    background-color: #f9f9f9;
}

.mobile-lang {

    position: absolute;
    right: 10px;
    top: 16px;
    text-transform: capitalize;
}

.header-navigation+select::before {
    margin-left: 0.25em;
    font-size: 2em;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c9";
}



.mobile-lang::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid white;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

a.mobile-lang {
    color: white;
    text-decoration: none;
    padding-right: 0;
}

.logo-img-wrap {
    background-color: white;
    padding: 20px 10px;
    display: block;
}

/*
.menu-left-white {
    background-color: #ffffff;
    width: 50vw;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 9;
}
*/

.nav-bg-fix-green {
    background-color: #4ca344;
    z-index: 99;
    padding-top: 23px;
    position: relative;
}

.icon-list-fbi {

    list-style: none;
    margin: 0;
    padding: 0;

}

.icon-list-fbi li {

    display: inline-block;

}

.icon-list-fbi li:first-child {

    margin-right: 5px;

}

.logo-img-foil {

    width: 200px;
}

.nicdark_menu>li>a:after {
    content: '|';
    font-family: 'fontello';
    vertical-align: middle;
    font-size: 12px;
    margin: 0px 15px;
    color: #f1f1f1 !important;
}

.slowup {
    margin-top: 0;
}

.language-bar {
    padding: 15px 0;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.nicdark_tabs .nicdark_focus {
    width: calc(100% + 21px);
}

.afterdown {
    position: relative;
}

.pt-15 {

    padding-top: 15px;
    padding-bottom: 10px;
}

.nicdark_bg_greendark.medium.subtitle {

    color: ghostwhite;
}

.nicdark_btn.medium {

    text-transform: uppercase;
}

.counter-section {
    padding-top: 5vh;
    padding-bottom: 3vh;
}

.gallery-video-wrapper {
    padding-top: 4vh;
    padding-bottom: 4vh;
}

.gallery-video-wrapper .col-md-6 {
    margin-bottom: 3vh;
}


.nicdark_btn {
    text-transform: uppercase;

}

.mb-3,
.my-3 {
    margin-bottom: 10px;
}

.park-camp-content {

    margin-top: 8vh;
    margin-bottom: 4vh;
}

.park-camp-content h5 {
    color: #5e5e5e;
    margin-top: 15px;
    margin-bottom: 15px;
}

.category_label {
    padding: 5px 20px;
    font-size: 16px;
    text-transform: uppercase;
    color: ghostwhite !important;
    font-weight: 500;
    cursor: pointer;
}

.category_label_light {
    padding: 5px 20px;
    font-size: 16px;
    text-transform: uppercase;
    color: #5d5d70 !important;
    border: solid 1px #f1f1f1;
    font-weight: 500;
    cursor: pointer;
}

.footer-links {
    display: block;
    padding: 20px 0;
    background-color: #4ca444;
}

.footer-links a {
    padding: 5px 10px;
    margin-right: 10px;
    border: 1px solid #f1f1f1;
    background-color: #f9f9f9;
    font-size: 15px;
}

.footer_cover {
    position: relative;
    background-image: url(/img/covers/footer.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.footer_cover .icon-tent {

    float: none;
}

.footer_cover:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(25, 40, 28, 0.75);
    z-index: -1;
}

.footer-park-images .col-md-3 {

    margin-bottom: 15px;
}

.ghostwhite {
    color: ghostwhite !important;
}

.footer-form ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: ghostwhite;
    opacity: 1;
    /* Firefox */
}

.footer-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: ghostwhite;
}

.footer-form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: ghostwhite;
}

.footer-form input[type="text"].small,
textarea.small {
    font-size: 15px;
    width: 100%;
    padding: 10px 5%;
}

.modal input[type="text"] {
    border: 1px solid #ced4da;
    outline: 0;
}

.check_email {
    display: none !important;
}

/* Customize the label (the container) */
.container2 {
    /* display: block; */
    position: relative;
    /* padding-left: 35px; */
    /* margin-bottom: 12px; */
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 10px;
    /* color: white; */
}

/* Hide the browser's default checkbox */
.container2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container2:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container2 input:checked~.checkmark {
    background-color: #2196F3;
    border: solid 1px white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container2 input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container2 .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.span-agree {
    line-height: 23px;
    margin-left: 35px;
    font-size: 14px;
    color: rgb(75, 78, 81);
}

.checkbox2 p {
    font-size: 13px;
    text-align: justify;
}

.modal .btn {

    border: none;
    outline: none;
    border-radius: 2px;
}

.modal .form-control {
    border-radius: 2px;

}

.news-more-button {
    background-color: #e64938;
}

.news-type-box {
    background-color: #e64938;
}

.news-type-box-light {
    background-color: #e1357f;
}

.parks-camps-cover {

    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    position: relative;
}

.logo-line {

    padding: 2.5vh 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.logo-line h1 {
    margin-left: 5px;
}

.logo-line figure {
    position: absolute;
    bottom: 5px;
    margin: 0 15px 0 0;
    margin-bottom: 0;
    padding: 5px;
    background: white;
}

.parks .small-info-box {}

.parks .small-info-box h4 {

    font-weight: bold;
    text-transform: uppercase;
    padding: 0 0 10px 0;
}

.info-boxes-wrapper {
    margin: 0;
    margin-top: 5px;
}

.info-boxes-wrapper>div:first-child {
    padding-left: 0px;
}

.info-boxes-wrapper>div:last-child {
    padding-right: 0px;
}

.information-box-div {
    color: ghostwhite !important;
    display: block;
    padding: 15px 35px;
}

.information-box-div:nth-child(2) {
    margin-top: 15px;
}

.information-box-div.distances ul .row>div:nth-child(2) {}

.information-box-div a {}

.information-box-div ul {

    list-style: none;
    margin: 0;
    padding: 0;
}

.information-box-div p {

    color: ghostwhite;
    font-weight: 400;
    font-size: 14px;
}

.information-box-div li {
    margin: 7px 0;
    font-size: 14px;
    font-weight: 500;
}

.information-box-div li .row b::before {
    position: relative;
}

.information-box-div li .row b::before {
    position: absolute;
    left: -5px;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    font-size: 1.2rem;
    top: -4px;
}

.information-box-div li .row strong::before {
    position: absolute;
    left: -5px;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    font-size: 1.2rem;
    top: -4px;
}

.catalogue-list-wrapper {

    padding: 6vh 0;
}

.catalogue-list-wrapper .information-box-div ul {
    list-style: inherit;
    margin: 0;
    padding: 0;
    margin-left: 15px;
    margin-top: 15px;
}

.catalogue-list-wrapper .information-box-div a {
    text-decoration: none;
}

.parks-camps-list-cover {
    background-size: cover;
    background-repeat: no-repeat;
}

.filter-box {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .26);
    top: 110px;
}

.result-num {

    padding: 10px 30px;
    background-color: #4ca444;
    color: ghostwhite;
    font-size: 1rem;
}

.filter-box .selectors {

    padding: 10px 15px;
}

.filter-box .custom-select {

    border-radius: 0;
    font-size: 15px;

}

.search-button {
    display: block;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 30px;
    background-color: #4ca444;
    color: ghostwhite;
    width: 100%;
    border: 0;
}

.search-button:hover {
    color: white;
    text-decoration: none;
}

.selectors .search-button {
    font-size: 15px;
}

.filter-line {

    padding: 6px 30px;
    color: ghostwhite;
    text-transform: uppercase;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .26);
}

.filter-line {

    padding: 6px 30px;
    color: ghostwhite;
    text-transform: uppercase;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .26);
}

.filter-line .dropdown-item:focus,
.filter-line .dropdown-item:hover {
    color: #16181b;

}

.show-by {

    font-size: 15px;
    color: ghostwhite;
    display: inline-block;
    padding: 5px 15px;
}

.filter-line .btn-group>button.btn {

    font-size: 15px;
    color: ghostwhite;
    display: inline-block;
    padding: 5px 15px;
    text-transform: uppercase;
}

.reserve-button {

    font-size: 15px;
    font-weight: 700;
    color: ghostwhite;
    display: block;
    padding: 5px 15px;
    text-transform: uppercase;
    background-color: rgba(46, 46, 46, 0.15);
    text-align: center;
    position: absolute;
    bottom: 19px;
    left: 15px;
    right: 15px;

}

.right-box-wapper .text-center {

    margin-bottom: 30px;
}

.reserve-button:hover {


    color: rgb(231, 231, 231);
    text-decoration: none;


}

/**
.search-button::after {
    position: absolute;
    right: 15px;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f002";
    font-size: 1rem;
}**/
.camp-numbers {

    text-align: center;
    font-size: 15px;
    line-height: 23px;
}

.listed-item .col-md-3.pl-0 {
    margin-bottom: -1px;

}

.mb-30 {

    margin-bottom: 40px;
}

.parks_catalogue {}

.parks_catalogue .camp-numbers span {
    display: block;
}

.cut-two::nth-word(1) {
    font-size: 25px;
}

.camp-numbers span {


    font-weight: 600;
    font-size: 1rem;

}

.right-box-wapper {
    display: table-cell;
    vertical-align: middle;
}

.listed-items-wrapper {
    margin: 15px 0 5vh;
}

.listed-items-wrapper:last-child {
    margin-bottom: 0;
}

.listed-item:first-child {

    margin-top: inherit;

}

.listed-item {

    margin-top: 15px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .16);

}

.listed-item a:hover {

    text-decoration: none;

}

.listed-item img.img-fluid {

    object-fit: cover;
    height: 100%;
    max-height: 230px;

}

.camp-numbers-background {

    color: ghostwhite;
    padding: 0 15px;
    height: 100%;
    display: table;
    width: 100%;
}

.camp-park-title {
    display: block;
    padding: 15px 20px;
    background: #f4f4f4;
    border: solid 1px rgb(236, 236, 236);
    font-weight: 700;
    font-size: 1rem;
    color: #49524f;
    border-left: none;
    border: none;
}

.mid-subtitle {
    border-bottom: solid 1px rgb(236, 236, 236);
    background-color: #f9f9f9;
}

.camp-park-subtitle {

    color: #949494;
    font-size: 14px;
    padding: 10px 20px;
}

.camp-park-subtitle:hover {

    text-decoration: none;
}

.camp-park-subtitle a:hover {

    text-decoration: none;
}

.camp-park-icons {

    display: block;
}

.camp-park-icons {

    display: block;
    padding: 15px;
}

.camp-park-icons span>i {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    width: 40px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border: solid 1px rgb(236, 236, 236);

}

.camp-park-icons span {

    margin-right: 10px;
}

.camp-park-icons span:last-of-type {

    margin-right: 0;
}

.nicdark_tab>.nicdark_tabslist.greydark>.ui-tabs-active>a.nicdark_bg_camps {}

.public-docs-item-wrapper {

    color: #6B7671;
    display: inline-block;
}

.public-docs-item-wrapper:hover {

    color: #0056b3;

}

.switch-filter {

    font-size: 14px;
    color: ghostwhite;
    display: inline-block;
    padding: 5px 15px;
    text-transform: uppercase;
    background-color: transparent;
    border: 0;
}

.switch-filter:hover {

    color: rgb(226, 226, 226);
    text-decoration: none;
}

.switch-filter::after {
    margin-left: 0.25em;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
}

.switch-filter .up::after {
    margin-left: 0.25em;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f106";
}

.tparrows.preview4 {

    background: rgba(77, 77, 77, 0.5);
}

.listed-item iframe {

    padding: 5px;
    background: #f4f4f4;

}

a.ticket-button {
    padding: 10px 15px;
    display: block;
    color: ghostwhite;
    margin-top: 15px;
    cursor: pointer;
}

a.ticket-button:not([href]):not([tabindex]) {
    color: ghostwhite;
}

button.ticket-button {
    padding: 10px 15px;
    display: block;
    color: ghostwhite;
    margin-top: 15px;
    cursor: pointer;
}

button.ticket-button:not([href]):not([tabindex]) {
    color: ghostwhite;
}

.ticket-button:hover {

    color: white;
    text-decoration: none;

}

.ticket-button:hover .button-border-wrapper {
    border: solid 1px ghostwhite;
    padding: 10px 0;
    position: relative;
    font-weight: 500;
}

a.route-button {
    padding: 10px 15px;
    display: block;
    color: ghostwhite;
    margin-top: 15px;
    cursor: pointer;
}

a.route-button:not([href]):not([tabindex]) {
    color: ghostwhite;
}

button.route-button {
    padding: 10px 15px;
    display: block;
    color: ghostwhite;
    margin-top: 15px;
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: none;
}

button.route-button:not([href]):not([tabindex]) {
    color: ghostwhite;
}
.route-button:hover {

    color: white;
    text-decoration: none;

}

.route-button:hover .button-border-wrapper {
    border: solid 1px ghostwhite;
    padding: 10px 0;
    position: relative;
    font-weight: 500;
}

.route-button:hover .button-border-wrapper::after {
    right: 20px;
    color: ghostwhite;

}

.route-button:hover .button-wrapper {
    padding: 10px 0;
    position: relative;
    font-size: 14px;
}
.route-button:hover .button-wrapper::after {
    right: 20px;
    color: ghostwhite;
}
.button-wrapper.route-icon::after {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: absolute;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f3c5";
    right: 25px;
    font-size: 1.5rem;
    top: 5px;
    color: rgba(248, 248, 255, 0.30);
}

.button-border-wrapper {
    border: solid 1px rgba(248, 248, 255, 0.30);
    padding: 10px 0;
    position: relative;
    font-weight: 500;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.button-border-wrapper::after {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: absolute;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    right: 25px;
    font-size: 1.5rem;
    top: 5px;
    color: rgba(248, 248, 255, 0.30);
}

.ticket-button:hover .button-border-wrapper::after {
    right: 20px;
    color: ghostwhite;

}




.ticket-button:hover .button-wrapper {
    padding: 10px 0;
    position: relative;
    font-size: 14px;
}

.button-wrapper {
    padding: 10px 0;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.button-wrapper::after {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: absolute;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    right: 25px;
    font-size: 1.5rem;
    top: 5px;
    color: rgba(248, 248, 255, 0.30);
}

.button-wrapper.map-icon::after {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: absolute;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f5a0";
    right: 25px;
    font-size: 1.5rem;
    top: 5px;
    color: rgba(248, 248, 255, 0.30);
}

.ticket-button:hover .button-wrapper::after {
    right: 20px;
    color: ghostwhite;

}

.information-box-div a {

    color: ghostwhite;

}

.information-box-div a:hover {

    color: rgb(235, 235, 235);
    text-decoration: underline;

}

.content-text {}

.content-text p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.content-text ul {

    padding: 0;
    padding-left: 25px;
    margin-top: 10px;

}

.content-text ul li {


    font-size: 15px;
    line-height: 22px;
    color: #5e5e5e;
}

.small-info-box p {

    font-size: 14px;
}

.nicdark_divider.left.small {
    padding: 20px 0;
}

.subfooter {

    padding: 10px 0;
    font-size: 13px;
}

.nicdark_masonry_btns {}

.info-boxes-wrapper .nicdark_relative {

    min-height: 100px;
    display: block;
}

.located-badge {
    position: absolute;
    bottom: -18px;
    right: -60px;
}

.mfp-content #nicdark_window .nicdark_textevidence {

    margin-bottom: 0;
}

.mfp-content #nicdark_window .nicdark_list {
    background: #f9f9f9;
}

.mfp-close-btn-in .mfp-close {
    color: white;
    font-size: 35px;
    margin-top: 5px;
    margin-right: 15px;
}

.template-modal {

    z-index: 99999;
}

.template-modal-close {

    color: white;
    font-size: 35px;
    margin-top: 5px;
    margin-right: 15px;
}

.template-modal .modal-header {
    padding: inherit;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.template-modal .modal-header .close {
    padding: 0;
    margin: 15px;
    margin-top: 5px;
}

.template-modal .modal-header .close:hover {
    color: rgb(216, 216, 216);
    text-decoration: none;
}

.template-modal .modal-content {
    border-radius: 0;
    border: none;

}

.template-modal .nicdark_list {
    background: #f9f9f9;

}

.template-modal .modal-body {

    padding: 0;
}

.template-modal .nicdark_textevidence {

    margin-bottom: 0;
}

.modal .span-agree {
    line-height: 23px;
    margin-left: 35px;
    font-size: 14px;
    color: rgb(75, 78, 81);
}

.news-section {}

.news-text-block {
    min-height: 230px;
}

.news-section .nicdark_textevidence {
    margin-bottom: 0;
}

.nicdark_section.news-section {}

.parks .nicdark_section.news-section h1 {

    padding: 0;
    text-transform: uppercase;
}

.nicdark_section.news-section h3 {

    margin-bottom: 20px;
}

.nicdark_section.news-section .nicdark_divider {
    display: block;
    margin-bottom: 20px;
}

.nicdark_section.news-section .nicdark_masonry_item .nicdark_divider {
    margin-bottom: 0;
}

.news-section .nicdark_img_blog2 {

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.news-item-wrapper {
    margin-top: 100px;
}

.news-item-wrapper p {
    margin-bottom: 1rem;
}

.news-item-wrapper p a {
    color: #007bff;
}

.news-item-wrapper li {
    margin-bottom: 1rem;
}

.news-item-wrapper .nicdark_textevidence {

    margin-bottom: 0;
}

.news-item-wrapper .nicdark_list {
    padding: 0;
}

.news-item-wrapper .nicdark_list h5 {

    text-transform: uppercase;
    font-weight: 600;
}

.nicdark_tabs .ui-tabs-panel {}

.news-item-wrapper .nicdark_margin20 {
    margin: 20px;
    padding: 0px;
    display: inline-block;
}

.news-item-wrapper .nicdark_border_grey,
.nicdark_border_grey td,
.nicdark_border_grey th {}

.news-list-wrapper .parks-camps-list-cover {
    padding: 20vh 0 10vh;
    background-position: center;
}



.parks-list-wrapper .parks-camps-list-cover {
    padding: 20vh 0 10vh;
    background-position: center;
}

.nicdark_masonry_container .nicdark_archive1 {
    padding-top: 0;
    margin-bottom: 30px;
    box-shadow: 2px 2px 16px #e3e3e3;
}

.nicdark_masonry_item.news:last-child .nicdark_archive1 {

    margin-bottom: 0;

}

.bold-uppercase {
    font-weight: 600;
    text-transform: uppercase;
}

.parks .nicdark_masonry_container .nicdark_archive1 {

    padding-top: 0;

}

.slice-section {
    padding: 6vh 0px;
    box-shadow: inset 0px 0px 20px 0px #d6e1e28c;
    background-color: ghostwhite;
}

.shadowed-white-box {
    background-color: white;
    box-shadow: 2px 2px 16px #e3e3e3;
}

.padded-sections {

    padding: 6vh 0px;
}

.padded-sections h1 {

    font-weight: 600;

}

.slice-section h1 {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.65rem;
}

.padded-sections h1,
h3 {

    text-transform: uppercase;

}

.padded-sections h1 {

    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.65rem;

}

.slice-section h1,
h3 {
    text-transform: uppercase;
}

.light-box-wrapper {

    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 15px;
    align-items: stretch;
}

.light-box {
    padding: 15px;
    background-color: #f9f9f9;

}

.light-box h5 {
    text-transform: uppercase;
    color: #5e5e5e;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 600;

}

.parks .nicdark_btn_icon {
    cursor: default;
}

.thankyou {
    border-bottom: 5px solid ghostwhite;
}

.thankyou p {
    line-height: 22px;
    color: ghostwhite !important;
    font-family: "Gotham A", "Gotham B";
}

.no_border {

    border: 0 !important;
}

.img-bottom-line-title {
    padding: 10px 20px;
    position: absolute;
    background-color: #4ca444;
    bottom: 0;
    left: 0;
    right: 0;
    font-weight: 400;
    color: ghostwhite;
    text-transform: uppercase;
}

.nicdark_btn_icon.medium {
    z-index: 99;
}

.news_masonary_wrapper {}

.news_masonary_wrapper .nicdark_masonry_btns>div:first-child {

    margin-left: 15px;

}

.aside-camps-parks-wrapper {

    padding: 10px;
}

.aside-camps-parks-wrapper .nicdark_btn {

    padding: 7px 10px;
    width: 100%;
    font-size: 15px;
    margin: 5px 0;
    text-align: left;
}

.aside-camps-parks-wrapper .nicdark_btn:last-child {
    margin-bottom: 0;
}

.nicdark_masonry_container .nicdark_btn.medium {
    padding: 5px 15px;
    font-size: 14px;
}

.short-desc {

    font-size: 14px;
}

a.checkboxlight {

    color: #007bff;
}

.camp-park-distance {
    position: absolute;
    bottom: 0;
    padding: 10px 20px;
    background: #f4f4f4;
    left: 0;
    right: 0;
    text-align: right;
    font-size: 15px;
}

.route-item-wrapper .information-box-div {
    border-top: solid 2px rgba(255, 255, 255, 0.09019607843137255);
}

.v-center-img {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.v-center-img img {
    vertical-align: middle;
}

.card-deck .card {
    border: 1px solid #f1f1f1;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .26);
}

.product-thumb-card {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    height: 115px;
    -moz-transition: 0.2s all ease-out;
    -o-transition: 0.2s all ease-out;
    transition: 0.2s all ease-out;
    margin: 10px;
}

.card-footer .more-button {
    padding: 20px 10px;
    background-color: white;
    font-weight: 600;
    width: 100%;
    box-shadow: inherit;
    border-radius: 0px;
    display: inline-block;
}

.card-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.01);
}

.card-footer {
    padding: 0;
}

.mobile-menu-link {

    display: block;
    padding: 10px 0;
}

.fb-comments {

    padding: 15px 10px;
    border-radius: 2px;
    background: whitesmoke;
    margin-top: 25px;
    margin-bottom: 60px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .16);
}

.links-list {
    width: 100%;
    margin-top: 20px;
}

.links-list>a {

    box-shadow: 0px 1px 2px rgba(0, 0, 0, .26);
    padding: 15px;
    margin-bottom: 0.75rem;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    height: 100%;
    display: table;
    width: 100%;
}

.links-list>a h5 {

    font-weight: 600;
}

.links-list>a:hover {

    text-decoration: none;
    background-color: #f3f3f3;
}

.links-list>a img {

    object-fit: cover;
}

.links-list>a .media-body {
    display: table-cell;
    vertical-align: middle;
    width: 88%;
    padding-left: 20px;

}
.carousel-fade .carousel-item {
    height: 70vh;
    background-size: cover;
}
.h1_bold_huge {
    font-size: 70px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
    color: ghostwhite;
    line-height: 80px;
}

.main-title {
    text-shadow: 1px 1px rgba(83, 83, 83, 1.00);
}

.main-subtitle {
    text-shadow: 1px 1px 1px rgba(87, 87, 87, 1.00);
}

.caro-buttons {
    margin-top: -5px;
}

.caro-buttons>button {
    margin-top: 30px;
    font-weight: 500;
    border-radius: 0px;
}

.btn-hover-slide {
    display: inline-block;
    position: relative;
    padding-top: 0.8em;
    padding-right: 1.5em;
    padding-left: 1.5em;
    padding-bottom: 0.8em;
    z-index: 0;
    background-color: rgba(215, 58, 60, 1.00);
    margin-right: 20px;
    color: rgba(255, 255, 255, 1.00);
    border-width: 0px;
    border-radius: 0px;
    float: left;
}

.btn-hover-slide:hover {
    display: inline-block;
    position: relative;
    padding-top: 0.8em;
    padding-right: 1.5em;
    padding-left: 1.5em;
    padding-bottom: 0.8em;
    z-index: 0;
    color: #FFFFFF !important;
}

.btn-hover-slide:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(59, 102, 112, 1.00);
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform .3s ease-out;
}

.btn-hover-slide:hover:before {
    transform: scaleX(1);
}

.btn-hover-slide2 {
    display: inline-block;
    position: relative;
    padding-top: 0.8em;
    padding-right: 1.5em;
    padding-left: 1.5em;
    padding-bottom: 0.8em;
    z-index: 0;
    background-color: rgba(58, 160, 114, 1.00);
    color: rgba(255, 255, 255, 1.00);
    border-width: 0px;
}

.btn-hover-slide2:hover {
    display: inline-block;
    position: relative;
    padding-top: 0.8em;
    padding-right: 1.5em;
    padding-left: 1.5em;
    padding-bottom: 0.8em;
    z-index: 0;
    color: #FFFFFF !important;
}

.btn-hover-slide2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(59, 102, 112, 1.00);
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform .3s ease-out;
}

.btn-hover-slide2:hover:before {
    transform: scaleX(1);
}

.mid-icons {
    margin-top: 0px;
    margin-right: 15px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 80px;
    background-position: center top;
    background-size: cover;
    background-clip: content-box;
    background-repeat: no-repeat;
    background-origin: content-box;
    height: 80px;
}

.caro-features {
    margin-top: 30px;
    border-top: thin solid rgba(255, 255, 255, 1.00);
    padding-top: 15px;
    padding-left: 0px;
    margin-left: 15px;
}

.media-body>p {
    font-size: 13px;
    font-weight: 500;
    text-shadow: 1px 1px rgba(75, 75, 75, 1.00);
}

.media-body>h4 {
    font-size: 18px;
    text-shadow: 1px 1px rgba(75, 75, 75, 1.00);
    font-weight: 500 !important;
}

.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.carousel-caption {
    bottom: 25%;
    text-shadow: 1px 1px rgba(75, 75, 75, 1.00);
    right: 0;
    left: 0;

}
.main-subtitle {
    margin-top: 30px;
}
.main-subtitle h3 {
    color: white;
    line-height: 30px;
}

.media {}

.media:hover {}

.prev-next-button-wrapper{

    position: fixed;
    z-index: 999999;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.prev-next-button-wrapper a{

    color: white;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #4ca444;
    z-index: 999999;

}
.prev-next-button-wrapper:hover a{

    text-decoration: none;
}
.prev-next-button-wrapper.prev-button {
    left: 0;
    bottom: 0;

}
.prev-next-button-wrapper.prev-button a {
    padding: 13px 25px 10px 20px;
}
.prev-next-button-wrapper.next-button a {
    padding: 13px 20px 10px 25px;
}

.prev-next-button-wrapper.prev-button i {


}
.prev-button {


}

.prev-next-button-wrapper.next-button {

    right: 0;
    bottom: 0;
}
.prev-next-button-wrapper.next-button i {
    margin-left: 0;
}
.next-button {


}

.button-image {
    opacity: 0;
    width: 0;
    height: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}
.prev-next-button-wrapper:hover .button-image {
    opacity: 1;
    width: auto;
    max-width: 300px;
    height: auto;

}

.prev-next-button-wrapper:hover .btn-content-title {
    margin-bottom: 5px;
}
.prev-next-button-wrapper i {
    display: inline-block;
    font-size: 18px;

}
.btn-content-title {
    display: inline-block;
}

.route-name {

    display: none !important;
}
.routes-list-button {
    position: absolute;
    right: 0;
    bottom: -37px;
    right: 16px;
}
.btn-success {
    color: #fff;
    background-color: rgb(76, 164, 68);
    border-color: #28a745;
}

.routes-list-button .btn-success {
    color: #fff;
    background-color: rgb(76, 164, 68);
    border-color: #28a745;
    border-radius: 0 !important;
}

.routes-list-button .dropdown-toggle-split {
    border-radius: 0;
}

.routes-list-button .dropdown-toggle-split {
    background-color: #409539;
    border: none;
    padding: 0px 14px;
}
.routes-list-button .dropdown-toggle::after {
    margin-left: 0;
}
.routes-list-button .dropdown-item:focus, .routes-list-button .dropdown-item:hover {
    color: #16181b;
}

.routes-list-button .dropdown-item.open-route {


}

.routes-list-button .dropdown-menu.show {
    padding-bottom: 0;
    padding-top: 0.2rem;
    border: 0;
    box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.15);
    border-radius: 0;
}

.routes-list-button .dropdown-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: rgb(76, 164, 68);
    color: white;
    padding: 10px 17px;
    margin-top: 5px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}

.routes-list-button .dropdown-divider {
    margin: .2rem 0;
}

.routes-list-button .dropdown-item {
    padding: .3rem 1rem 0.3rem 1rem;
}

.delete-route {
    margin-left: 15px;
    background: #f9f9f9;
    border: none;
    box-shadow: 1px 1px 1px #e4e4e4;
    cursor: pointer;
    font-size: 16px;
}
.routes-list-button .x-mark span.delete-route::after {
    content: "x";
    font-size: 1.3rem;
    position: absolute;
    opacity: 0.5;
    right: -5px;
    top: -6px;
    color: rgb(39, 39, 39);
    cursor: pointer;
    z-index: 999;
}

.routes-list-button .dropdown-item:not(:last-child)::before {
    content: none;
}
.routes-list-button .dropdown-item:last-child::before {
    content: "\f4d7" !important;
    position: absolute;
    top: 5px;
    padding-left: 15px;
    opacity: 0.7;
    color: rgb(255, 255, 255);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.routes-list-button .dropdown-item:last-child:hover::before {

    opacity: 1;

}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow:none;
}
.my-routes-list-item {

}

.my-routes-list-item span {
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
    width: 100%;
}
.delete-route-empty {
    margin-top: 0;

}
.inline-block-button {

    display: inline-block;
    margin-top: -2px;
}

.delete-all-routes {
    display: block;
    text-align: right;
    margin: 10px 0;
    margin-right: 15px;
    /* margin-bottom: -2px; */
}
.gallery-video-wrapper .tp-banner-container iframe {

    height: 379px;
    width: 100% !important;
}