/* cmsms stylesheet: ST23 modified: Wednesday, January 15, 2025 4:07:42 PM */
/*

Colors
bluish: #252252 / rgb(38,34,98)
light blue: #4dc8e9 / rgb(77,200,233)

primary
	#2864A3 / rgb(40,100,131)

dark 
	#262262 / rgb(38,34,98)
	semi 
	rgba(38,34,98,.15)
	rgba(38,34,98,.82)

warning
	#ec971f / rgb(236,151,31)

*/

/* 1 > Standard HTML */
html {
    scroll-behavior: smooth;
}
html, body {
    font-family: "Yantramanv","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
}
h1, .h1 { 
    font-family: 'Amatic SC', cursive; 
    font-size: 64px;
    font-weight: 700;
}
h2, .h2 { 
    font-family: 'Amatic SC', cursive; 
    font-weight: 700;
    font-size: 48px;
}
h2:after, .h2:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0; /* This will center the border. */
    width: 25%; /* Change this to whatever width you want. */
    padding-top: 12px; /* This creates some space between the element and the border. */
    border-bottom: 3px solid #2384c6; /* This creates the border. Replace black with whatever color you want. */
}
h3, h4 {
    font-weight: 500;
}
.text-stylized {
    font-family: 'Amatic SC', cursive; 
}
figure {
    padding: 3px;
    text-align: center;
    background-color: #EEE;
    border: 1px solid #CCC;
}
input, textarea {
	border: 1px solid #CCC;
	background: #EEE;
}
.lead { font-weight: 400; }
a {
    transition: all 0.15s ease;
}
a:not(.btn) { color: #337ab7; }
a:focus:not(.btn), a:hover:not(.btn) { color: #255a87; }
a > img, a > .fa { transition: transform .05s; }
/*a:hover > img, a:hover > .fa { transform: scale(.95); }*/
.list-unstyled, .list-unstyled ul {
    min-width: 120px;
}
.img-inline {
    display: inline;
    vertical-align: middle;
    margin: 3px 6px;
    
}
/* 2 > backgrounds & colors */
/* primary */
.bg-primary { background-color: #2864A3!important; }
.text-primary { color: #2864A3!important; }
.border-primary { border-color: #2864A3!important; }
.btn-primary { background-color: #2864A3; border-color: #2864A3; }
.btn-primary:focus, .btn-primary:hover { background-color: #327ac7; border-color: #327ac7; }
.btn-outline-primary { color: #2864A3; border-color: #2864A3; }
.btn-outline-primary:focus, .btn-outline-primary:hover { color: #fff; background-color: #2864A3; border-color: #2864A3; }
/* secondary */
.bg-secondary { background-color: #999!important; }
.text-secondary { color: #999!important; }
.border-secondary { border-color: #999!important; }
.btn-secondary { background-color: #999; border-color: #999; }
.btn-secondary:focus, .btn-secondary:hover { background-color: #777; border-color: #777; }
.btn-outline-secondary { color: #999; border-color: #999; }
.btn-outline-secondary:focus, .btn-outline-secondary:hover { color: #fff; background-color: #999; border-color: #999; }
/* warning */
.bg-warning { background-color: #ec971f!important; }
.text-warning { color: #ec971f!important; }
.border-warning { border-color: #ec971f!important; }
.btn-warning { background-color: #ec971f; border-color: #ec971f; color:#fff; }
.btn-warning:focus, .btn-warning:hover { background-color: #c67f1b; border-color: #c67f1b; color: #fff; }
.btn-outline-warning { color: #ec971f; border-color: #ec971f; }
.btn-outline-warning:focus, .btn-outline-warning:hover  { background-color: #ec971f; border-color: #ec971f; }
.bg-dark {
    background-color: rgb(38,34,98) !important;
}
.bg-dark-15 {
    background-color: rgb(38,34,98) !important;
    background-color: rgba(38,34,98,.15) !important;
    transition: background-color 0.5s ease;
}
.bg-dark-15.sticky,
.bg-dark-15.show-navbar {
    background-color: rgba(38,34,98,1) !important;
}
.bg-dark-82 {
    background-color: rgb(38,34,98) !important;
    background-color: rgba(38,34,98,.82) !important;
}
.text-muted { color: #c3c8cc !important; }
.links-muted a:not(.btn) { color: #c3c8cc !important; }
.links-muted a:not(.btn):focus, .links-muted a:not(.btn):hover { color: #fff !important; }
.links-light a:not(.btn) { color: #f8f9fa !important; }
.links-light a:not(.btn):focus, .links-light a:not(.btn):hover { color: #fff !important; }
.page-home .main h1 { margin-top: 0; }
.action-box {
    background: #666;
    color: #fff;
    text-shadow: 0px 0px 4px #000;
}
.action-box a {
    color: rgb(255,255,255);
    text-shadow: 0px 0px 3px rgb(0,0,0);
}
.action-box a:hover {
    color: #4DC8E9;
    text-shadow: 0px 0px 3px rgb(0,0,0);
}
#attractions {
    background: rgb(38,34,98);
    color: rgb(255,255,255);
}
#attractions hr {
    border-color: #4DC8E9;
}
.bg-page {
    background: rgb(244,247,248);
    color: rgb(0,0,0);
    background-size: cover;
}
.bg-white {
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,.7);
}
.bg-transparent { background-color: transparent; }
.bg-paleblue {
    background-color: #d1f1fc;
}
.bg-paleyellow {
    background-color: #fcfccc;
}
.bg-palegreen {
    background-color: #d6ffd6;
}
.bg-palegray {
    background-color: #eeeeee;
}
.bg-red {
    background-color: #a00;
}
.bg-blue {
    background-color: #2864A3; /*4DC8E9;*/
}
.text-light {
    color: #fefefe;
}
.align-middle {
    vertical-align: middle;
}
/* widths */
.w-auto { width: auto; }
.w-30 { width: 30%; }
.w-50 { width: 50%; }
.w-80 { width: 80%; }
/* 3 >  margins */
.m-0 { margin: 0!important; }
.m-t-0 { margin-top: 0; }
.m-b-0 { margin-bottom: 0; }
.mx-auto,.m-auto {margin-right: auto; margin-left: auto; }
.m-r-auto { margin-right: auto; }
.m-l-auto { margin-left: auto; }
.m-b-15 { margin-bottom: 15px; }
.m-b-30 { margin-bottom: 30px; }

/* 4 > paddings */
.pt-100 { padding-top: 100px; }
.pb-100 { padding-bottom: 100px; }
.pt-200 { padding-top: 200px; }
.pb-200 { padding-bottom: 200px; }
.p-0, .no-padding, .p-zero { padding: 0!important; }
.p-5 { padding: 5px; }
.p-t-0 { padding-top: 0px; }
.p-t-5 { padding-top: 5px; }
.p-t-10 { padding-top: 10px; }
.p-15 { padding: 15px; }
.p-t-15 { padding-top: 15px; }
.p-t-20 { padding-top: 20px; }
.p-t-25 { padding-top: 25px; }
.p-t-30 { padding-top: 30px; }
.p-t-35 { padding-top: 35px; }
.p-t-40 { padding-top: 40px; }
.p-t-50 { padding-top: 50px; }
.p-t-60 { padding-top: 60px; }
.p-t-70 { padding-top: 70px; }
.p-t-80 { padding-top: 80px; }
.p-t-90 { padding-top: 90px; }
.p-t-100 { padding-top: 100px; }
.p-t-110 { padding-top: 110px; }
.p-t-120 { padding-top: 120px; }
.p-t-130 { padding-top: 130px; }
.p-t-140 { padding-top: 140px; }
.p-t-150 { padding-top: 150px; }
.p-t-200 { padding-top: 200px; }
.p-r-5 { padding-right: 5px; }
.p-r-10 { padding-right: 10px; }
.p-r-15 { padding-right: 15px; }
.p-r-20 { padding-right: 20px; }
.p-r-25 { padding-right: 25px; }
.p-r-30 { padding-right: 30px; }
.p-r-35 { padding-right: 35px; }
.p-r-40 { padding-right: 40px; }
.p-r-50 { padding-right: 50px; }
.p-r-60 { padding-right: 60px; }
.p-r-70 { padding-right: 70px; }
.p-r-80 { padding-right: 80px; }
.p-r-90 { padding-right: 90px; }
.p-r-100 { padding-right: 100px; }
.p-r-110 { padding-right: 110px; }
.p-r-120 { padding-right: 120px; }
.p-r-130 { padding-right: 130px; }
.p-r-140 { padding-right: 140px; }
.p-r-150 { padding-right: 150px; }
.p-r-200 { padding-right: 200px; }
.p-b-5 { padding-bottom: 5px; }
.p-b-10 { padding-bottom: 10px; }
.p-b-15 { padding-bottom: 15px; }
.p-b-20 { padding-bottom: 20px; }
.p-b-25 { padding-bottom: 25px; }
.p-b-30 { padding-bottom: 30px; }
.p-b-35 { padding-bottom: 35px; }
.p-b-40 { padding-bottom: 40px; }
.p-b-50 { padding-bottom: 50px; }
.p-b-60 { padding-bottom: 60px; }
.p-b-70 { padding-bottom: 70px; }
.p-b-80 { padding-bottom: 80px; }
.p-b-90 { padding-bottom: 90px; }
.p-b-100 { padding-bottom: 100px; }
.p-b-110 { padding-bottom: 110px; }
.p-b-120 { padding-bottom: 120px; }
.p-b-130 { padding-bottom: 130px; }
.p-b-140 { padding-bottom: 140px; }
.p-b-150 { padding-bottom: 150px; }
.p-b-200 { padding-bottom: 200px; }
.p-l-5 { padding-left: 5px; }
.p-l-10 { padding-left: 10px; }
.p-l-15 { padding-left: 15px; }
.p-l-20 { padding-left: 20px; }
.p-l-25 { padding-left: 25px; }
.p-l-30 { padding-left: 30px; }
.p-l-35 { padding-left: 35px; }
.p-l-40 { padding-left: 40px; }
.p-l-50 { padding-left: 50px; }
.p-l-60 { padding-left: 60px; }
.p-l-70 { padding-left: 70px; }
.p-l-80 { padding-left: 80px; }
.p-l-90 { padding-left: 90px; }
.p-l-100 { padding-left: 100px; }
.p-l-110 { padding-left: 110px; }
.p-l-120 { padding-left: 120px; }
.p-l-130 { padding-left: 130px; }
.p-l-140 { padding-left: 140px; }
.p-l-150 { padding-left: 150px; }
.p-l-200 { padding-left: 200px; }
.pad12 { padding: 12px; }
.pad15tb { padding-top: 15px; padding-bottom: 15px; }
.pad15t { padding-top: 15px; }
.pad15b { padding-bottom: 15px; }


/* 5 > Navigation */
.breadcrumb { 
    background-color: transparent;
    font-size: 80%;
}
.globalNav {
    margin-top: 20px;
}
.globalNav a {
    font-size: 20px;
    margin-right: 10px;
    text-decoration: none;
}
/*.navbar-wrapper {
    border-top: 1px solid #999;
    border-bottom: 3px solid #999;
    margin-bottom: 30px;
}
.navbar {
    margin-bottom: 0;
}
*/
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255,1);
}
.navbar-dark .navbar-nav > .nav-item > .nav-link { font-weight: bold; }
.navbar-dark .navbar-nav .yamm-content .nav-link { color: #337ab7; }

.navbar-dark .navbar-nav > .active > a, 
.navbar-dark .navbar-nav > .active > a:focus, 
.navbar-dark .navbar-nav > .active > a:hover,
.navbar-dark .navbar-nav .yamm-content > .active > a.nav-link, 
.navbar-dark .navbar-nav .yamm-content > .active > a.nav-link:focus, 
.navbar-dark .navbar-nav .yamm-content > .active > a.nav-link:hover {
  color: #4DC8E9;
  background-color: transparent;
}
.navbar-dark .navbar-nav > li > a:focus, 
.navbar-dark .navbar-nav > li > a:hover,
.navbar-dark .navbar-nav .nav-link:focus, 
.navbar-dark .navbar-nav .nav-link:hover { 
    color: #4dc8e9; 
}
.nav.navbar-nav.navbar-right {
    margin-right: 0;
    padding-left:15px;
}
/*
.navbar-default {
    border-radius: 0;
    border: none;
    background-color: rgb(38,34,98);
    background-color: rgba(38,34,98,.15);
    transition: background-color .5s ease;
}
.navbar-bg {
    background-color: rgb(38,34,98);
    background-color: rgba(38,34,98,.82);
}
*/
.navbar-brand {
    padding: 10px;
    height: auto;
    background-color: rgb(38,34,98);
    transition: all 0.3s ease;
}
.navbar-default .navbar-brand:focus, 
.navbar-default .navbar-brand:hover {
    background-color: rgb(38,34,98);
    background-color: rgba(38,34,98,.7);
}
.navbar-brand > img {
    height: 83px;
    width: auto;
    transition: all .5s ease-in-out;
}
.sticky .navbar-brand > img {
    height: 50px !important;
    width: auto;
}
/*
.navbar-default .navbar-nav > li > a {
    color: rgb(255,255,255);
    padding-right: 9px;
    padding-left: 9px;
    text-shadow: 0px 0px 1px #000;
    transition: all .2s ease-in-out;
}
.navbar-default .navbar-nav > li > a > .fa {
    text-shadow: none;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover {
    color: #4DC8E9;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    color: #4DC8E9;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover {
    color: #4DC8E9;
}
.navbar-form {
    padding: 0;
}
.navbar-form .form-control {
    width: initial;
}
*/
.fa-ul ul {
    margin-left: 0;
}
.fa-ul a.active {
    font-weight: 600;
    color: #666;
}
.nav-list > li > a {
    padding: .25em .5em;
}

/* 6 > dropdown */
/*.dropdown-submenu {
    position: relative;
}*/
/*
.dropdown-submenu,
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
*/
/*
.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}
*/
/*
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:focus, 
.dropdown-menu > .active > a:hover {
    background-color: #999999;   
}
*/
/*!
 * Yamm! - Yet another megamenu for Bootstrap
 * http://geedmo.github.com/yamm
 *
 * @geedmo - Licensed under the MIT license
 */
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}

.yamm .container {
  position: relative;
}

.yamm .dropdown-menu {
  left: auto;
}

.yamm .yamm-content {
  padding: 1rem;
}

.yamm .dropdown.yamm-fw .dropdown-menu,
.yamm .dropup.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.yamm-content a:hover { background-color: #f5f5f5; }
/*!
 * Yamm! 4 - Yet another megamenu for Bootstrap
 * http://geedmo.github.com/yamm
 *
 * @geedmo - Licensed under the MIT license

.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}

.yamm .container {
    position: relative;
}

.yamm .dropdown-menu {
    left: auto;
}

.yamm .yamm-content {
    padding: 1rem;
}

.yamm .dropdown.yamm-fw .dropdown-menu,
.yamm .dropup.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}
*/
/* yamm mega menu */
/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 *
 * @geedmo - Licensed under the MIT license
 */
 /*
.yamm .dropdown-submenu {
    position: relative;
}
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}
.yamm .container {
    position: relative;
}
.yamm .dropdown-menu {
    left: auto;
}
.yamm .dropdown-menu.dropdown-right {
    right: 0px;
}
.yamm .yamm-content {
    padding: 15px 20px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}
.yamm-content > .row > .list-unstyled {
    border-left: 1px solid #f00;
}
.yamm-content > .row > .list-unstyled:first-child {
    border-left: none;
}
.yamm-content a {
    padding: 3px 5px;
    display: block;
}
.yamm-content .d-2 .active > a {
    background-color: #999999;
    color: #ffffff;
}
.yamm-content a:hover {
    background-color: #f5f5f5;
}
*/
/*.yamm .dropdown.no-yamm {
    position: relative;
}*

/* .nav-tabs */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: transparent;       
}
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover {
    background-color: rgb(244,247,248);
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-bottom-color: rgb(244,247,248);
}
/* post-navigation */
.post-navigation {
    border-top: 1px solid #eee;
    display: inline-block;
    list-style: outside none none;
    min-height: 84px;
    padding: 20px 0 0;
    position: relative;
    width: 100%;
}
.post-navigation a { color: #484848; }
.post-navigation .post-next,
.post-navigation .post-prev {
    position: absolute;
    font-size: 16px;
    max-width: 40%;
    height: 44px; 
}
.post-navigation .post-next span,
.post-navigation .post-prev span {
    display: block;
    color: #484848;
    font-size: 11px;
    text-transform: uppercase;
    opacity: 0.7;
    margin-bottom: -6px;
    margin-top: 3px;
}
.post-navigation a:hover {
    transition: all 0.3s ease;
    color: #cb5c38;
    text-decoration: none;
}
.post-navigation .post-next {
    right: 25px;
    text-align: right; 
}
.post-navigation .post-next:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    transition: all 0.3s ease;
    right: 10px;
    padding-top: 2px;
}
.post-navigation .post-next:hover:before { transform: translate3d(5px, -50%, 0); }
.post-navigation .post-prev { left: 25px; }
.post-navigation .post-prev:before {
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    transition: all 0.3s ease;
    padding-top: 2px;
    left: 10px; 
}
.post-navigation .post-prev:hover:before { transform: translate3d(-5px, -50%, 0); }
.post-navigation .post-prev-title,
.post-navigation .post-next-title { line-height: 1.2em; }
.post-navigation .post-prev-title { padding-left: 40px; }
.post-navigation .post-next-title { padding-right: 40px; }
.post-navigation .post-all {
    font-size: 24px;
    left: auto;
    position: absolute;
    right: 50%;
    text-align: center;
    top: 32px;
    width: 12px;
    opacity: 0.7; 
}
.single-post .post-navigation .post-prev { left: 0px; }
.single-post .post-navigation .post-next { right: 0px; }
/*@media (max-width: 1024px) {
    .post-prev-title,
    .post-next-title {
        display: none; 
    } 
}*/

/* 8 > Header */
/*.header {
    background-color:#999;
}*/
.logo {
    padding-top:20px;
    padding-bottom:20px;
}
.search div {
    display:inline;
}

/* 9 > Footer */
footer, .footer {
    background-color: rgb(38,34,98);
    color: rgb(255,255,255);
}
footer hr {
    border-color: #4DC8E9;
}
footer a:not(.btn):hover {
    text-decoration: none;
}
/* 10 > Carousel */
/*
.carousel, .carousel .item {
    height: 360px;
}
.carousel-indicators li {
    border: 1px solid #000;
}
.carousel-indicators .active {
    background-color:#ccc;
}*/
.carousel-caption {
	position: absolute;
	display: block;
	top: 35%;
	right: auto;
	bottom: auto;
	left: auto;
	background-color: transparent;
}
.carousel-caption p {
    margin-bottom: 0;
}
.caption-title {
    font-family: "Yantramanv","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 60px;
    line-height: .8em;
    font-weight: 500;
}
.carousel-control-prev, .carousel-control-next { z-index: 99; }

/* 11 > google maps */
.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* 12 > form styles */
div.website, 
div.website * {
	display: none !important;
}

/* 13 > Button styles */
.btn { border-radius: 0; }
.back-to-top {
    position: fixed;
    bottom: .5em;
    right: .5em;
    display: block;
    margin: 0;
    padding: 0;
    z-index: 999;
    opacity: 0;
    transition:opacity 1s ease-in;
    outline: none;
}
#backToTop {
    background-color: #7d7d7d;
    color: #fff;
    border-color: #545454;
}
#backToTop:hover {
    background-color: #545454;
}
.back-to-top.visible {
    opacity: .8;
    outline: none;
}

/* 14 > Cookies */
#cookie_consent { 
    background: rgb(0,0,0);
    background: rgba(0,0,0,.5);
    position: fixed;
    bottom: 0;
    float: left;
    z-index: 100000;
    width: 100%;
    padding: 15px 0;
    /*filter: alpha(opacity=70);
    opacity: 0.7;*/
}
#cookie_consent p {
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 0;
    /*filter: alpha(opacity=100);
    opacity: 1;*/
}

/* 15 > Miscellaneous */
.summary {
    margin-top: 5px;
    margin-bottom: 5px;
}

.video-container { position: relative; padding-bottom: 53.25%; padding-top: 30px; height: 0; overflow: hidden; }
.video-container, .responsive-container iframe { max-width: 1280px; max-height: 720px; }
.video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* 16 > Off-canvas */
.offcanvas {
    background-color: #666;
    color: #ccc;
    position: fixed;
    top: 0;
    right: auto;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 0;
    z-index: 1;
    overflow-x: hidden;
    transition: .5s;
}
#main {
    transition: margin-left .5s;
}

/* modal search */
#custom-search-input {
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    margin: 1em auto;
}
#custom-search-input .input-group {
    
}
#custom-search-input input {
    border: 0;
    box-shadow: none;
    background-color: #fff;
}
#custom-search-input .form-control {
    width: 80%;
}

#custom-search-input button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
    border-radius: 0;
}

#custom-search-input button {
    -webkit-transition: background-color .5s ease-in-out;
    -moz-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out;
}
#custom-search-input button:hover,
#custom-search-input button:focus {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
    background-color: rgb(38,34,98); /* #a0ce67; */
}
#custom-search-input button .fa-search {
    font-size: 24px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: rgb(38,34,98); /* #a0ce67; */
    -webkit-transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -o-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out;
}
#custom-search-input button:hover .fa-search,
#custom-search-input button:focus .fa-search{
    color: #fff;/*#0079c1;*/
}
/* .shape-divider */
.shape-divider {
    position: absolute;
    display: block;
    width: 100%;
    z-index: 0;
    bottom: 0;
    top: auto;
    left: 0; 
}
.shape-divider svg {
    width: 100%;
    height: auto;
    display: block;
}
.shape-divider[data-position="bottom"] {
    bottom: 0;
    top: auto;
}
.shape-divider[data-position="top"] {
    bottom: auto;
    top: 0;
}
.shape-divider[data-flip-horizontal="true"] {
    transform: rotateY(180deg); 
}
.shape-divider[data-flip-vertical="true"] {
    transform: rotateX(180deg); 
}
.shape-divider[data-flip-horizontal="true"][data-flip-vertical="true"] {
    transform: rotateY(180deg) rotateX(180deg); 
}
.tab-pane > p {
    margin-top: .75em;
}

/* start Stewart Tourism*/
.title-page
{
    color: #fff;
    text-shadow: 4px 2px #262262;
}
.innerpage-img img
{
    width:100%;
}
.bg-white img{
   width:100%; 
   height:100%;
   padding:40px 0px;
   
}
.home-con img
{
    padding:20px 0px;
}
.water-img2
{
    width:10%!important;
    padding: 10px 0px!important;
}
.Dumpster-locations{
  width:40%!important;  
}
.d-2.col-sm-3.list-unstyled {
    padding-left: 0;
}
/* end Stewart Tourism*/
/* .company-grid */
.company-grid {
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,.5);
    border: 1px solid rgb(230,230,230);
}

/* Quick Facts / Fun Facts */
.funfact-sidebar-item {
    border: none;
    /*background-color: #fff;*/
}
.funfact-sidebar-item img {
    margin-bottom: .5em;
}
.funfact-sidebar-item p {
    font-size: 90%;
    line-height: 1.35em;
}
.funfact-sidebar-item figcaption p:last-child {
    margin-bottom: 0;   
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
     .hidden-xs {
        display: block!important;
    }
    /*
    .navbar .navbar-nav {
        padding: 20px 0px!important;
        width:8%!important;
        float: right!important;
    }
    .navbar-header{
        display:inline-block;
        width:96%;
    }
    */
    h2, .h2 {
        font-size: 35px;
    }
    .breadcrumb {
        font-size: 72%;
    }
    .breadcrumb {
        padding: 8px 0px;
    }
    #planning .nav > li > a,
    #location .nav > li > a {
        padding: 10px 3px;
        font-size: 12px;
    }
    /*
    .carousel-caption {
        width: 100%;
    }
    .caption-title {
        margin-top:0px;
    }
    */
    .gallery .img {
        /*height: 100%!important;
        width: 100%!important;
        float: none!important;*/
        margin: 0px!important;
        text-align: center;
        padding: 10px 0px;
    }
    .water-img2,
    .water-img1 {
        width: 100%!important;
    }
    /*
    .yamm-content > .row > .list-unstyled {
        border-right: none;   
    }
    */
	/*
	.yamm .yamm-content { padding: 0 15px; }
	.yamm-content .list-unstyled > li {
	    margin-bottom: .45em;
	}
	.yamm-content p { margin: .5em 0; }
	*/
	.xs-text-center {
		text-align: center;
	}
	.xs-text-center img {
		margin: 0 auto;
	}
	/*.carousel-indicators {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		margin: 1em auto;
	}*/
	
}
@media only screen and (min-width : 768px) {
    /*.navbar-nav > li > a {
        padding-top: 41px;
        padding-bottom: 41px;
    }
    .sticky .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 30px;
    }*/
    /*
    .navbar .navbar-nav {
        float: none;
        vertical-align: top;
    }
    */
    /*
    .navbar .navbar-collapse {
        text-align: center;
    }
    .dropdown-menu {
        padding: 3px 5px;
    }
    */
    .text-sm-left {
        text-align: left !important;
    }
    /*
    .yamm .yamm-content { 
        padding: 0 30px 0; 
    }
    .yamm-content .col-sm-3,
    .yamm-content .col-sm-4,
    .yamm-content .col-sm-6 { 
        border-left: 1px solid #d7cf93; 
    }
    .yamm-content .col-sm-3:first-child,
    .yamm-content .col-sm-4:first-child,
    .yamm-content .col-sm-6:first-child { 
        border-left: none;
    }
	.yamm-content .list-unstyled { 
	    padding-top: 30px; 
	    padding-bottom: 30px; 
	}
    .yamm-content .list-unstyled > li { 
        margin-bottom: .45em;
    }
    .yamm-content .list-unstyled:not(:first-child) > li { 
        margin-left: 15px; 
    }
    .dropdown-menu .yamm-content .list-unstyled > li > a { 
        display: block !important; 
        width: 100% !important; 
        margin-bottom: .45em !important;
    }
    .dropdown-menu .yamm-content .list-unstyled > li.active > a {
        color: #d7cf93;
    }
    .yamm-fw > .dropdown-toggle {
        padding-right: 6px;
        padding-left: 6px;
    }
    */
	/*
	.carousel, .carousel .item {
		height: 100vh;
	}
	.carousel-caption {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		padding: 15px;
	}
	*/
}
@media only screen and (max-width : 992px) {
   .navbar-fixed-top .navbar-collapse {
        max-height: initial;
        height: 100vh !important;
        padding-bottom: 100px;
    }
    #primary-navigation .mr-auto {
        width:100%!important;
        float:left!important;
    }
    .navbar-collapse.collapse.in > .container {
        width: auto;
        margin-right: auto;
        margin-left: auto;
    }
    .d-1.col-sm-4, .d-1.col-sm-3, .d-2.col-sm-4, .d-2.col-sm-3 {
        float: none;
        width: auto;
    }
    /*
    .navbar-header {
        display: inline-block;
        width: 96%;
    }
    */
    /*
    .navbar .navbar-nav {
        padding: 10px 0px;
        border-left: none!important;
    }
    .nav.navbar-nav.navbar-right {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
    }
    */
    /*
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar .navbar-collapse {
        text-align: left;
    }
    .yamm .yamm-content {
        padding: 0 20px;
    }
    .yamm-content .d-1 {
        padding-bottom: 10px;
    }
    .nav .dropdown a:focus, 
    .nav .dropdown a:hover {
    color: #fff;
    text-decoration: none;
    }
    .navbar-default .navbar-toggle:focus, 
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:active,
    .navbar-default .navbar-toggle:visited
    {
    background-color: #4cc7e9;
    }
    .fa-bars{
    color:#fff;
    }
    .navbar-default {
        background-color: rgb(38,34,98);
        transition: none;
    }
    .navbar-brand {
        padding: 10px;
    }
    .navbar-brand > img {
        width: 80%;
    }
    .navbar-bg,
    .navbar-header{
        background-color: rgb(38,34,98);
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
    display: block;
    padding: 10px 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
        background:#262262;
    }
    .navbar-collapse.collapse.in {
        display: block !important; 
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .yamm-content > .row > .list-unstyled, 
    .yamm-content > .row > .list-unstyled .list-unstyled {
        border-right: none;
        height: auto !important;
    }
    */
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    /* Enable Bootstrap Hover Drop Downs */
    /*.dropdown-menu li:hover .sub-menu {
        visibility: visible;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
    }*/
    /*
    .yamm-fw > .dropdown-toggle {
        padding-right: 15px;
        padding-left: 15px;
    }
    */
    .col-sm-3.list-unstyled {
        min-width: 239.5px;
    }
    /*
    .carousel, .carousel .item {
        height: 100vh;
        min-height: 600px;
    }
    */
    /*
    .dropdown-right .yamm-content {
        width: 500px;
    }
    */
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    /*
    .carousel, .carousel .item {
        height: 100vh;
        min-height: 700px;
    }
    */
    .col-sm-3.list-unstyled {
        min-width: 289.5px;
    }
    /*.dropdown-right .yamm-content {
        width: 590px;
    }*/
}
