/*
Theme Name: Elephant Jungle Sanctuary
Theme URI: https://studiobkk.com/
Description: Designed for Wordpress 4.x.x
Author: Suthum Bumroongpong
Author URI: https://studiobkk.com/
Version: 1.0
Text Domain: _elephant
*/

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


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

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

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

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

/*
COMMON
**********************/
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
a {
    outline: none !important;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font: 16px 'Museo_B',Arial,sans-serif;
    color: #828282;
    display: inline-block;
}
a:hover {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
}
input,
textarea {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
input:focus,
textarea:focus {
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

body {
    font: 16px/26px 'Museo_R',Arial,sans-serif;
    color: #404040;
    overflow-x: hidden;
    background-color: #ede8e2;
    position: relative;
}

section {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 40px 0;
}
section p {
    margin-bottom: 15px;
}
img {
    max-width: 100%;
    vertical-align: middle;
}





/* Nav Menu
########## */
body.scroll .navbar-brand,
body.scroll .nav-middle {
    opacity: 0;
}
.navbar-dark {
    background: rgba(76,71,67,.8);
    padding: 15px 0 !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.navbar-header {
    /*max-height: 120px;*/
    /*position: relative;*/
    padding: 15px 0;
}
.nav-middle {
    display: none;
}
.nav-middle .navbar-nav,
.footer-location .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
.nav-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    z-index: 998;
}
.nav-middle .navbar-nav .nav-link,
.footer-location .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1.2px;
}
.nav-middle .navbar-nav .nav-link:hover
{
	color: #bad85a;
}
.footer-location .navbar-nav .nav-link:hover {
    color: #3c3b3a;
}
.nav-middle .navbar-nav .nav-link::before {
    content: "";
    display: block;
    background: url("includes/img/bullet-orange.png") no-repeat;
    width: 15px;
    height: 15px;
    float: left;
    margin: 0 1rem 0 0;
}
.nav-middle .navbar-nav .nav-item:first-child .nav-link:before {
    display: none;
}
.navbar-book a {
    padding: 1.4em 3em;
    font-size: 13px;
    color: #fff;
    letter-spacing: .5px;
    background: url(includes/img/bg-booking-orange.png) center center no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    -webkit-filter: brightness(100%);
}
.navbar-book a:hover {
    /*background: url(includes/img/bg-booking-orange-hover.png) center center no-repeat;
    background-size: 100% 100%;*/
    -webkit-filter: brightness(90%);
}
.navbar-toggler {
    padding: 10px 12px;
    width: 55px;
    position: relative;
}
.bg-btn-green {
    background: url(includes/img/bg-btn-dark.png) center center no-repeat;
    background-size: 100% 100%;
    border: none;
}
.icon-bar {
    background-color: #fff;
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 1px;
    transition: all 0.2s;
    margin-left: 0;
    position: absolute;
}
.navbar-toggler .icon-bar+.icon-bar {
    /*margin-top: 3px;*/
}
.navbar-toggler.collapsed .icon-bar+.icon-bar {
    /*margin-top: 4px;*/
}
.navbar-toggler .icon-bar.top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
    top: 16px;
    left: 17px;
}
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
    top: 15px;
    left: 12px;
}
.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    top: 24px;
}
.navbar-toggler .middle-bar {
    opacity: 0;
}
.navbar-toggler.collapsed .icon-bar.bottom-bar {
    transform: rotate(0);
    top: 33px;
    left: 12px;
}
.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
    left: 17px;
    top: 32px;
}
button:focus {
    outline: none;
}
.navbar-brand {
    margin-right: 0;
}
.navbar-brand img {
    position: absolute;
    max-width: 100px;
    top: 0;
}
.navbar-collapse {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #4e4945;
    /*display: block !important;*/
}
.navbar-collapse .navbar-nav {
    /*padding: 0 0 15px;*/
    margin-top: 50px;
}
.top-nav {
    visibility: hidden;
    padding: 0;
}
.navbar-collapse .nav-link {
    color: #fff;
    letter-spacing: 2px;
    font-size: 16px;
    padding: 1.2em 0;
    z-index: 1000;
    text-transform: uppercase;
}
.navbar-collapse .nav-link:before {
    content: "";
    display: block;
    background: url(includes/img/bullet-orange.png) no-repeat;
    width: 10px;
    height: 10px;
    float: left;
    margin: 4px 10px 0 0;
}
.navbar-collapse .nav-item {
    font-size: 100%;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,.2);
    padding: 0;
    margin: 0;
    float: none;
}
.navbar-collapse .nav-item:first-child {
    border-top: 1px solid rgba(255,255,255,.2);
}
.dropdown-toggle::after {
    display: none;
}
.navbar-collapse .nav-item .fa {
    display: inline-block;
    float: right;
    padding: 1.2em ;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}
.dropdown-menu {
    border-radius: 0;
}
.bottom-nav {
    padding: 20px 0;
    background-color: #3f3c3a;
}
.bottom-nav a {
    color: #fff;
    margin-bottom: 15px;
    margin-right: 15px;
}
.bottom-nav a img {
    max-width: 30px;
    margin-right: 15px;
}
.bottom-nav .seperate-bottom {
    margin-bottom: -15px;
}
.navbar-nav .dropdown-menu {
    padding-bottom: 15px;
    background-color: transparent;
    border: none;
}
.dropdown-item {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}







/* Footer
########## */
footer {
    background-color: #f3641e;
    color: #fff;
    text-align: center;
    padding: 40px 0 80px;
    position: relative;
    overflow: hidden;
}
a.link-studiobkk {
    font: 14px 'Museo_R';
    color: #fff !important;
}
footer p {
    margin-bottom: .5rem;
}
footer a {
    color: #fff;
}
footer a:hover,
footer a:focus {
    color: #f1793e;
}
.footer-form {
    max-width: 550px;
    margin: 0 auto;
}
.footer-form input {
    width: 70% !important;
    display: inline-block;
}
.footer-form .btn {
    width: 30%;
    display: inline-block;
}
.footer-form .btn:hover,
.footer-form .btn:focus {
    background-color: #f1793e;
    box-shadow: none;
    border-color: #f1793e;
}
.form-inline {
    padding: 20px;
    justify-content: center; 
}
.footer-location .navbar-nav .nav-link {
    padding-right: .2rem;
    padding-left: .2rem;
    font-size: 16px;
}
.footer-location .navbar-nav .nav-link::before {
    content: "";
    display: block;
    background: url("includes/img/bullet-white.png") no-repeat;
    width: 15px;
    height: 15px;
    float: left;
    margin: 0 .5rem 0 0;
}
.footer-location .navbar-nav .nav-item:first-child .nav-link:before {
    display: none;
}
.footer-location .navbar-nav {
    
}
.footer-contact {
    font: 16px/26px 'Museo_B',Arial,sans-serif;
    margin-bottom: 15px;
}
.footer-bottom {
    font-size: 14px;
}
.footer-location .navbar-nav {
    justify-content: center;
}
footer .seperate-bottom {
    margin-bottom: -8px;
}
.contact-item {
    font-size: 16px;
}
.contact-title {
    letter-spacing: 1.2px;
    margin-bottom: 10px;
}
.contact-item a {
    display: block;
    margin-bottom: 5px;
}
.contact-item a:hover {
    color: #3c3b3a;
}




/* Form 
########## */
.form-control {
    border-radius: 0;
    border-color: rgba(255,255,255,.2);
    background-color: rgba(255,255,255,.2);
}
.form-control::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
    font-size: 13px;
    font-family: 'Museo_B',Arial,sans-serif;
    letter-spacing: 1px;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
    font-size: 12px;
    font-family: 'Museo_B',Arial,sans-serif;
    letter-spacing: 1px;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
    font-size: 12px;
    font-family: 'Museo_B',Arial,sans-serif;
    letter-spacing: 1px;
}
.btn-black {
    background-color: #3c3b3a;
    border-radius: 0;
    border-color: #3c3b3a;
}
.footer-form .form-control {
    color: #fff !important;
}
.footer-form .form-control:focus {
    color: #495057;
    background-color: rgba(255,255,255,.2);
    border-color: #f1793e;
    outline: 0;
    box-shadow: none;
}




/* Hero
########## */
.hero-inner {
    position: relative;
    height: 100%;
}
.hero {
    height: 100vh;
    background: url(includes/img/hero-elephant.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.hero-link {
    position: absolute;
    left: 0;
    top: 60%;
    left: 50%;
    color: #fff;
    transform: translate(-50%,-50%);
    padding: 0 15px;
    width: 100%;
}
.title-text {
    font-family: 'Mono',Arial,sans-serif;
}
.display-4 {
    font-size: 16vw;
    margin-bottom: 10px;
}
.scroll-bot, 
.seperate-bottom, 
.seperate-top {
    position: absolute;
}
.seperate-top {
    top: -9px;
    height: 9px;
}
.seperate-bottom {
    bottom: 0;
    margin-bottom: -1px;
}
.scroll-bot {
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
    display: none;
}
.scroll-bot img {
    max-width: 50px;
}
.sperate-hero {
    max-width: 150px;
    margin-bottom: 25px;
    
}
.home .sperate-hero {
    display: none;
}
.hero-link .lead {
    text-transform: uppercase;
    font-family: 'Museo_B',Arial,sans-serif;
    margin-bottom: 25px;
    font-size: 14px;
}
.btn-video {
    text-align: center;
    color: #fff;
}
.btn-video:hover {
    color: #fff;
}
.btn-video img {
    display: block;
    margin-bottom: 10px;
    max-width: 50px;
    margin: 0 auto 10px;
}
.btn-video span {
    font-size: 12px;
}




/* About Section
########## */
.section-about {
    background-color: #ede8e2;
    text-align: center;
}
.sub-title {
    color: #a7a19b;
    text-transform: uppercase;
    font-family: 'Museo_B',Arial,sans-serif;
    letter-spacing: 2px;
    font-size: 13px;
} 
h2 {
    font-size: 38px;
}
h2.title-text {
    margin: 25px 0;
}
.seperate-orange:after {
    content:"";
    margin: 15px auto;
    background-image: url('includes/img/seperate-orange.png');
    background-size: 200px 20px;
    display: block;
    width: 200px; 
    height: 20px;
}
.s-content {
    padding: 0 0 40px;

}
.card {
    border-radius: 0;
    margin: 0 7.5px;
}
.card-title {
    text-align: left;
    font-size: 38px;
}
.card-title:before {
    content: "";
    display: block;
    background: url("includes/img/bullet-orange.png") no-repeat;
    width: 15px;
    height: 15px;
    float: left;
    margin: 1rem 1rem 0 0;
}
.card-text {
    text-align: left;
    padding-bottom: 15px;
}
.btn-content {
    background-color: #f1793e;
    color: #fff;
    padding: 1rem;
    border-radius: 0;
    text-transform: uppercase;
}
.btn-content:hover {
    color: #fff;
    background-color: #e9560d;
}
.content-slide-wrapper .slick-list {
    max-width: 1140px;
    margin: 0 auto;
}
.btn-content.side-btn:hover,
.btn-content.side-btn-orange:hover {
    background-color: transparent;
}
.content-slide-wrapper .card {
    margin-bottom: 15px;
}





/* Video
########## */
.section-video {
    position: relative;
}




/* More Info
########## */
.section-moreinfo {
    text-align: center;
    background: url(includes/img/bg-square.png) center;
    background-size: contain;
    position: relative;
}
.seperate-orange-square:after {
    content:"";
    margin: 15px auto;
    background-image: url('includes/img/seperate-orange-square.png');
    background-size: 200px 41px;
    display: block;
    width: 200px; 
    height: 41px;
}
.slick-dots li {
    margin: 0 2px;
}
.slick-dots li button {
    width: 30px;
    height: 30px;
}
.slick-dots li button:before {
    color: #fff;
    opacity: 1;
    content: '■';
    font-size: 30px;
    width: 30px;
    height: 30px;
}
.slick-dots li.slick-active button:before {
    color: #f1793e;
    opacity: 1;
}
.moreinfo-wrapper {
    /*max-width: 1140px;*/
}
.slick-prev {
    left: -15px;
    width: 70px;
    height: 150px;
    background: url(includes/img/arrow-l.png) no-repeat !important; 
    background-size: 100% 100%;
    z-index: 99;
}
.slick-next {
    right: -15px;
    width: 70px;
    height: 150px;
    background: url(includes/img/arrow-r.png) no-repeat !important; 
    background-size: 100% 100%;
}
.slick-prev:before {
    content: "";
}
.slick-next:before {
    content: "";
}
.moreinfo-item {
    max-width: 992px;
    padding: 0 15px;
    margin: 0 auto 30px !important;
}




/* Testi
########## */
.section-testi {
    text-align: center;
}
.testi-item p {
    font-family: 'Museo_B',Arial,sans-serif;
    font-style: italic;
    font-size: 18px;
}
.authur {
    color: #a7a19b;
    font-size: 14px;
}
.testi-item {
    max-width: 992px;
    padding: 0 15px;
    margin: 0 auto 30px !important;
}




/* Contact
########## */
.section-contact {
    background: url(includes/img/bg-triangle.png) top;
    background-size: cover;
    position: relative;
}
.contact-wrapper {
    background-color: #fff;
}
.contact-form {
    padding: 30px;
}
.contact-form h2:before {
    content: "";
    display: block;
    background: url(includes/img/bullet-orange.png) no-repeat;
    width: 15px;
    height: 15px;
    float: left;
    margin: 1rem 1rem 0 0;
}
.contact-form .form-group {
    margin-bottom: .5rem;
    position: relative;
}
.contact-form .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background-color: #f8f4ef;
    border-radius: 0;
    display: block;
    height: 50px;
    font-size: .8rem;
    color: gray;
    border: 2px solid #f5f5f5;
    letter-spacing: 1px;
    box-shadow: none;
    line-height: 2;
}
textarea.form-control {
    height: auto !important;
    max-height: 150px;
}
.contact-form .form-control::placeholder {
    color: #a7a19b;
    opacity: 1; /* Firefox */
    font-size: 13px;
    font-family: 'Museo_R',Arial,sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contact-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a7a19b;
    font-size: 12px;
    font-family: 'Museo_B',Arial,sans-serif;
    letter-spacing: 1px;
}

.contact-form .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #a7a19b;
    font-size: 12px;
    font-family: 'Museo_B',Arial,sans-serif;
    letter-spacing: 1px;
}
.btn-form {
    padding: 1.5em 8em;
    font: 14px 'Museo_B',Arial,sans-serif !important;
    color: #fff !important;
    letter-spacing: .5px;
    background-color: #656361;
    border: none;
    width: 100%;
}
.form-notic {
    margin-top: 15px;
    font-style: italic;
    font-size: 12px;
    line-height: 1rem;
}
#contactmap {
    width: 100%;
    height: 100%;
}
.mapouter {
    width: 100%;
    margin: 0;
}
.mapouter iframe{
    width: 100%;
    display: block;
    pointer-events: none;
    position: relative; /* IE needs a position other than static */
}
.mapouter iframe.clicked{
    pointer-events: auto;
}
.col-l {
    display: none;
}
.map-wrapper, #map {
    height: 650px;
    width: 100%;
    position: relative;
}
.form-arrow {
    position: relative;
}
.wpcf7-form i.fa.fa-angle-down {
    position: absolute;
    right: 15px;
    top: 10px;
    font-weight: bold;
    color: #f1793e;
}
.form-arrow:after{ 
   content: '';
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   margin:0px 0px 0px 10px;
   text-decoration:none;

} 




/* Follow 
########## */
.section-follow {
    text-align: center;
    background: url(includes/img/bg-square.png) center;
    background-size: contain;
    position: relative;
    overflow: hidden;
}
.seperate-green-square:after {
    content: "";
    margin: 15px auto;
    background-image: url(includes/img/seperate-orange-square.png);
    background-size: 200px 41px;
    display: block;
    width: 200px;
    height: 41px;
}
.hashtag {
    font-family: 'Museo_B',Arial,sans-serif;
    font-size: 24px;
}
.social-wrapper {
    margin: 25px 0 40px;
}
.social-wrapper ul {
    padding: 0;
}
.social-wrapper li {
    list-style: none;
    display: inline-block;
    margin: 0;
}
.social-wrapper li a {
    padding: 20px 15px;
    text-align: center;
    background: url(includes/img/bg-social.png) center center no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    -webkit-filter: brightness(100%);
}
.social-wrapper li a:hover {
    -webkit-filter: brightness(90%);
}
.social-wrapper li a .fa {
    font-size: 31px;
    width: 41px;
    vertical-align: middle;
    color: #ede8e2;
}




/* Page
########## */
.header-page {
    height: 400px;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    position: relative;
}
.header-inner {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
    width: 100%;
}
.header-page h1 {
    font-size: 16vw;
    margin-bottom: 2rem;
    color: #bad85a;
}
.page-id-10 .header-page h1,
.page-id-12 .header-page h1,
.page-id-14 .header-page h1 {
    color: #bad85a;
}
.header-page .seperate-bottom {
    display: none;
}
.section-content {
    padding: 0;
}
.content-left {
    background-color: #fff;
}
.content-right {
    background-color: #f2f2f1;
}
.content-wrapper {
    padding: 30px 15px;
}
.content-wrapper li {
	padding-bottom: 10px;
}
.content-into {
    font-family: 'Museo_B',Arial,sans-serif;
    font-size: 18px;
    line-height: 1.8rem;
}
.block-linkmore a {
    color: #f1793e;
}
.content-left .seperate-top {
    position: static;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: -17px;
    height: auto;
}
.content-gal {
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 10px;
    margin-right: -30px;
    margin-left: -30px;
}
.side-widget {
    background-color: #e7e7e7;
    padding: 20px 15px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.side-widget.side-center,
.side-widget.side-center:hover,
.side-widget.side-center:focus,
.side-widget.side-grey,
.side-widget.side-grey:hover,
.side-widget.side-grey:focus {
    background-color: #e7e7e7;
}
.side-widget.side-price .body-widget {
    font-family: 'Museo_B',Arial,sans-serif;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.side-widget.side-price .body-widget p {
    margin-bottom: 0;
}
.side-widget h2 {
    font-size: 22vw;
    margin: 10px 0 5px;
}
.body-widget strong {
    font-family: 'Museo_BB',Arial,sans-serif;
    font-weight: 900;
}
.side-btn {
    width: 100%;
    background: url(includes/img/btn-orange.png) center center no-repeat;
    background-size: 100% 100%;
    font-size: 20px;
    -webkit-filter: brightness(100%);
}
.side-btn:hover {
    -webkit-filter: brightness(90%);
    /*width: 100%;
    background: url(includes/img/btn-orange-hover.png) center center no-repeat;
    background-size: 100% 100%;*/
}
.side-btn-orange {
    width: 100%;
    background: url(includes/img/btn-orange.png) center center no-repeat;
    background-size: 100% 100%;
    font-size: 20px;
}
.side-btn-orange:hover {
    width: 100%;
    background: url(includes/img/btn-orange-hover.png) center center no-repeat;
    background-size: 100% 100%;
}
.side-btn-green {
    width: 100%;
    background: url(includes/img/btn-green.png) center center no-repeat;
    background-size: 100% 100%;
    font-size: 20px;
}
.side-widget h5 {
    color: #f1793e;
    font-family: 'Museo_B',Arial,sans-serif;
}
.side-widget ul {
    padding-left: 18px;
}
.side-widget .table td {
    padding: .3rem .1rem; 
}
.side-link {
    text-align: center;
}
.side-link a {
    color: #626262;
    font-family: 'Museo_B',Arial,sans-serif;
    font-size: 20px;
}
.side-link a:hover,
.side-link a:focus {
    /*background-color: #cacaca;*/
}
.side-widget:hover,
.side-widget:focus {
    background-color: #cacaca;
}
.content-table {
    padding-top: 20px; 
}
.content-table h5 {
    color: #f1793e;
    font-family: 'Museo_B',Arial,sans-serif;
    margin-bottom: 15px;
}
.table-dt {
    display: none;
}
.content-mb {
    background-color: #fff;
}
.content-mb .content-wrapper {
    padding-bottom: 40px;
}
.contact-inner {
    margin-top: -20px;
}
.content-right .seperate-top {
    display: none;
}
.more-content {
    display: none;
}
.content-img {
    display: none;
}
.content-below {
    
}
.content-below h5 {
    font-size: 1.2rem;
    color: #f1793e;
    font-family: 'Museo_B',Arial,sans-serif;
    margin-top: 1.5rem;
}
.content-below h6 {
    font-size: 1rem;
    color: #f1793e;
    font-family: 'Museo_B',Arial,sans-serif;
    margin-top: 1.5rem;
}
.content-below a:hover,
.content-below a:focus {
    color: #f1793e;
}
.content-below blockquote {
    color:#BADA55;
    text-align: center;
    font-size: 1.2rem;
    font-family: 'Museo_B',Arial,sans-serif;
    font-style: italic;
}
.side-center {
    text-align: center;
}
.side-center strong {
    font-size: 1.25rem;
}
.side-center strong span {
    color: #f1793e;
}
.side-small a {
    font-size: 1rem;
}
.side-link-no-bg {
    text-align: center;
}
.side-link-no-bg a {
    font-family: 'Museo_R',Arial,sans-serif;
    text-decoration: underline;
    color: #626262;
}
.social-mb {
    text-align: center;
}




/* Category
########## */
.filter-content {
    background-color: #fff;
    padding: 20px 30px;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}
.filter-content .seperate-top {
    margin-top: -38px;
    margin-left: -30px;
    margin-right: -30px;
    position: static;
    height: auto;
    margin-bottom: 20px;
}
.filter-content .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background-color: #f2f2f1;
    border-radius: 0;
    display: block;
    height: 50px !important;
    font-size: .8rem;
    color: gray;
    border: 2px solid #f2f2f1;
    letter-spacing: 1px;
    box-shadow: none;
    line-height: 2;
}
.filter-content .form-control::placeholder {
    color: #a7a19b;
    opacity: 1; /* Firefox */
    font-size: 13px;
    font-family: 'Museo_B',Arial,sans-serif;
    letter-spacing: 1px;
}

.filter-content .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a7a19b;
    font-size: 12px;
    font-family: 'Museo_B',Arial,sans-serif;
    letter-spacing: 1px;
}

.filter-content .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #a7a19b;
    font-size: 12px;
    font-family: 'Museo_B',Arial,sans-serif;
    letter-spacing: 1px;
}
select.form-control + i.fa {
    float: right;
    margin-top: -33px;
    margin-right: 10px;
    pointer-events: none;
    background-color: #f2f2f1;
    padding-right: 5px;
    font-weight: bold;
    color: #f1793e;
}
.discount {
    background-color: #f2f2f1;
    height: 50px !important;
    padding: .375rem .75rem;
    line-height: 50px;
    font-size: 24px;
    font-family: 'Mono',Arial,sans-serif;
    text-align: center;
	display: none !important;
}
.list-wrapper {
    padding-bottom: 20px;
}
.camp-item {
    margin: 0 0 15px;

}
.camp-item .card-body {
    padding: 25px;
}
.camp-item .card-body h5 {
    color: #f1793e;
    font-family: 'Museo_B',Arial,sans-serif;
}
.camp-item .card-body .camp-info {
    padding: 10px 0;
    font-family: 'Museo_B',Arial,sans-serif;
}
.section-list {
    padding-bottom: 40px;
}
.camp-item .card-body .content-img {
    display: block;
    max-width: 150px;
    margin-bottom: 15px;
}
.wp-pagenavi {
    margin: 0 auto;
    padding: 10px 15px;
}
.wp-pagenavi a, .wp-pagenavi span {
    border-color: #656361;
    background-color: #656361;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current, .wp-pagenavi span.extend:hover {
    border-color: #f1793e;
    background-color: #f1793e;
}
.program-side {
    padding: 20px 0;
    margin-bottom: 1rem;
    text-align: center;
}
.program-side .title-text {
    margin-top: 0;
    font-size: 4.2rem;
}




/* Table 
########## */
table th {
    white-space: nowrap;
}




/* 404
########## */
.wrapper-404 .seperate-top img {
    width: 100%;
}
.content-404 {
    padding: 30px 30px 80px;
}
.content-404 a {
    font-family: 'Museo_R',Arial,sans-serif;
    font-size: 18px;
    line-height: 1.8rem;
    color: #f3641e;
    text-decoration: underline;
}
.content-404 .content-into {
    font-family: 'Museo_R',Arial,sans-serif;
    font-size: 18px;
    line-height: 1.8rem;
}




/* Contact
########## */
.title-contact {
    line-height: 1.5;
    margin-bottom: 30px;
}
.contact-into {
    font-size: 1.25rem;
    line-height: 1.5;
}
.address-item {
    padding: 15px 0;
}
.address-title {
    font-family: 'Museo_B',Arial,sans-serif;
    margin-bottom: 5px;
}
.address-mail {
    margin-top: 15px;
}
.address-item a {
    color: #404040;
}
.content-contact {
    padding: 15px;
}


 

.transport-fees td {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.side-widget.side-price .body-widget {
    font-size: 14px;
    letter-spacing: 1px;
}
.side-widget .body-widget strong {
    min-width: 74px;
    width: 74px;
    display: inline-block;
    margin-right: 4px;
}
.side-widget .body-widget strong:after {
    content: '|';
    display: inline-block;
    color: #f1793e;
    float: right;
}











/* Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .navbar-brand img {
        /*max-width: 150px;*/
    }
    .navbar .navbar-brand {
        width: 120px;
    }
    .footer-location .navbar-nav {
        justify-content: center;
    }
    .footer-location .navbar-nav .nav-link::before {
        margin: 0 1rem 0 0;
    }
    .footer-location .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .seperate-top {
        top: -2px;
    }
    .hero-link .lead {
        font-size: 16px;
    }
    .s-content {
        padding: 0 10% 40px;

    }
    
    .col-l {
        display: block;
        padding-right: 0;
    }
    .col-r {
        padding-left: 0;
    }
    h2 {
        font-size: 45px;
    }
    .social-wrapper {
        margin: 25px 0 80px;
    }
    footer .seperate-bottom {
        margin-bottom: -2px;
    }
    .scroll-bot {
        display: block;
        z-index: 99;
    }
    .hero-link {
        top: 50%;
    }
    .navbar-dark {
    padding: 25px 0 !important;
    }
    .navbar-header {
        /*max-height: 120px;*/
        /*position: relative;*/
        padding: 25px 0;
    }
    .content-mb {
        display: none;
    }
    .table-dt {
        display: block;
        padding-top: 15px;
    }
    .contact-inner {
        margin-top: 0;
    }
    .section-content {
        padding-bottom: 40px;
    }
    .header-page h1 {
        font-size: 4rem;
    }
    .header-page .seperate-bottom {
        display: block;
    }
    .header-page {
        height: 500px;
    }
    .header-inner {
        top: 50%;
    }
    .section-content {
        margin-top: -150px;
    }
    .content-right .seperate-top {
        display: block;
        position: static;
        margin-right: -15px;
        margin-left: -15px;
        margin-top: -18px;
        height: auto;
    }
    .side-widget {
        font-size: .8rem;
        line-height: 1.2rem;
    }
    .side-widget h2 {
        font-size: 4.2rem;
        padding-left: 10px;
    }
    .side-widget h5 {
        font-size: 1rem;
    }
    .side-link a {
        font-size: 1rem;
    }
    .content-table {
        padding: 15px 0;
    }
    .content-left .seperate-top {
        margin-top: -19px;
    }
    .content-right .seperate-top {
        margin-top: -19px;
    }
    .block-linkmore a {
        display: none;
    }
    .more-content {
        display: block !important;
    }
    .content-img {
        display: block;
        max-width: 150px;
    }
    .form-select-5,
    .form-select-2 {
        display: inline-block;
        width: 49.5%;
    }
    
    .filter-content .seperate-top {
        margin-top: -41px;
    }
    .list-wrapper {
        padding-bottom: 0;
        margin-bottom: 15px;
    }
    .filter-content {
        margin: 0;
    }
    .top-nav {
        visibility: visible;
        padding: 25px 0;
        font-size: 24px;
        font-family: 'Museo_B',Arial,sans-serif;
        color: #8a817a;
        padding-right: 35%;
        line-height: 2rem;
    }
    .navbar-collapse .navbar-nav {
        margin-top: 0;
    }
    .bottom-nav a {
        text-align: center;
        /*width: 100%;
        font-size: 14px;*/
        display: inline-block;
        /*margin-right: 15px;*/
    }
    .bottom-nav a img {
        margin-right: 5px;
        display: block;
        margin: 0 auto 10px;
    }
    .bottom-nav .seperate-bottom {
        margin-bottom: -21px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .nav-middle {
        margin-left: unset;
    }
    .navbar-brand img {
        max-width: 160px;
    }
    .navbar .navbar-brand {
        width: 160px;
    }
    .display-4 {
        font-size: 6.5rem;
        margin-bottom: 25px;
    }
    .seperate-bottom {
        bottom: 0;
        margin-bottom: -55px;
    }
    .seperate-top {
        top: 0;
    }
    section {
        padding: 80px 0;
    }
    .btn-form {
        width: auto;
    }
    footer {
        padding: 80px 0;
    }
    .navbar-header {
        padding: 35px 0;
    }
    .content-left .seperate-top {
        margin-top: -22px;
    }
    .content-right .seperate-top {
        margin-top: -22px;
    }
    .form-select-5 {
        width: 30%; 
    }
    .filter-last {
        width: 19%;
        display: inline-block;
    }
    .filter-last .discount {
        width: 48%;
        display: inline-block;
        vertical-align: bottom;
    }
    .filter-last a {
        width: 100%;
        display: inline-block;
        padding: .6rem;
        height: 50px;
    }
    .filter-content .seperate-top {
        margin-top: -45px;
        text-align: center;
    }
    .camp-item .card-body {
        padding: 3rem 3rem 3rem 0;
    }
    .form-select-5, .form-select-2, .filter-last {
        margin-bottom: 0;
    }
    .camp-row:nth-of-type(2n) .card-body {
      padding: 3rem 0 3rem 3rem;
    }
    .camp-row:nth-of-type(2n) .camp-pic {
      -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
      order: 12;
    }
    .nav-middle {
        display: block;
    }
    .bottom-nav .seperate-bottom {
        bottom: 0;
        margin-bottom: -25px;
        height: 27px;
    }
    .bottom-nav .seperate-bottom {
        height: 27px;
    }
    .top-nav {
        font-size: 28px;
        line-height: 66px;
    }
    .navbar-collapse .nav-item {
        border-top: 0;
        border-bottom: 0;
    }
    .navbar-collapse .nav-item:first-child {
        border-top: 0;
    }
    .navbar-collapse .nav-item .fa {
        display: none;
    }
    .navbar-collapse .navbar-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-bottom: 25px;
    }
    .navbar-collapse .nav-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .navbar-collapse .nav-link {
        font-family: 'Mono',Arial,sans-serif;
        font-size: 38px;
        line-height: 55px;
        padding: 1rem 0;
        text-transform: none;
    }
    .navbar-collapse .nav-link:before {
        width: 15px;
        height: 15px;
        margin: 1rem 1rem 0 0;
    }
    .navbar-nav .dropdown-menu {
        display: block !important;
        margin-right: 15px;
        position: static;
        padding-bottom: 0;
    }
    .dropdown-item {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 5px;
        font-size: 12px;
    }
    .dropdown-item:focus, .dropdown-item:hover,
    .bottom-nav a:hover,
    .bottom-nav a:focus {
        color: #f1793e;
        text-decoration: none;
        background-color: transparent;
    }
    .bottom-nav a {
        text-align: left;
        font-size: 20px;
    }
    .bottom-nav a img {
        margin-right: 5px;
        display: inline-block;
        margin: 0 5px 0;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .bottom-nav .seperate-bottom {
        height: 25px;
    }
    .content-left .seperate-top {
        margin-top: -23px;
    }
    .wrapper-404 .seperate-top {
        margin-top: -26px;
    }
}






























