@import url('https://fonts.googleapis.com/css?family=Gloria+Hallelujah');

.fusion-header-wrapper {
    position: relative;
    z-index: 10010;
    /* box-shadow: 0px -2px 42px 0px rgba(0,0,0,0.4); */
    border-bottom:0px;
}
.fusion-header-v2 .fusion-header, .fusion-header-v3 .fusion-header, .fusion-header-v4 .fusion-header, .fusion-header-v5 .fusion-header {  border-bottom:0px; }
.topbar {
		background: #fac700;
    padding: 3px 0px;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 2;
}
.topbar .col-md-6:nth-child(2) { text-align:right; }
.topbar .col-md-6:nth-child(2) i { position: relative;display: inline-block;}
.col-top-icons {
    padding-top: 12px;
}
#text-4, #text-5 { display:none; }

.topbar i.fa.fa-3x {float: left;margin-top: 3px;}

span.twolines {
    float: left;
    line-height: 1.4;
    padding: 3px 10px 0px;
}

.mdr-header {
    height: 570px;
    text-align: center;
    position: relative;
    border-bottom: 10px solid #fac700;
}

.mdr-header-slogan {
    z-index: 3;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 700;
    width: 100%;
    font-size: 60px;
    color: white;
    top: 110px;
    text-shadow: 0px 0px 15px black;
}

.mdr-header-bg {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    /* box-shadow: inset 0px -410px 100px -240px rgba(0, 0, 0, 0.68), inset 0px 120px 70px -40px rgba(0, 0, 0, 0.68); */
}


.mdr-header-overlay {
    background: rgba(0,0,0,0.5);
    position: absolute; 
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
}

.mdr-header-form {
    background: rgba(0, 0, 0, 0.5);
    margin: 20px auto auto;
    display: inline-block;
    box-shadow: 0px 0px 0px 20px rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.item-slider-block {
    display: block;
    width: 100%;
    height: 570px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.owl-item.cloned {
    height: 510px;
    display: block;
}

.mdr-header-bg .owl-dots{
    display: none;
}

.home .post-content {
    margin-top: 30px;
}


.mdr-header-search {
    z-index: 4;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 700;
    width: 100%;
    font-size: 30px;
    color: white;
    top: 210px;
    text-shadow: 0px 0px 5px black, 0px 0px 5px black;
}



input.mdr-header-form-input {
    width: 250px;
    padding: 15px 20px !important;
    font-size: 18px;
    font-weight: 400;
    background: rgba(0,0,0,0.5) !important;
    color: #ffce00 !important;
    border: 1px solid #ddd;
    margin: 0px 5px;
    height: 50px !important;
}

.mdg-header-form-col {
    display: inline-block;
}



.mdr-header-form-select {
    padding: 5px 20px;
    line-height: 1;
    height: 50px;
    font-size: 18px;
    font-weight: 400;
    background: rgb(0, 0, 0);
    color: #a2a2a2;
    border: 1px solid #ddd;
    margin: 0px 5px;
    width: 250px;
}

.mdr-header input:focus, .mdr-header select:focus {
    border: 1px solid #f2ca00;
    outline: 0px solid #1d1d1d;
    color: #f2ca00;
    background: black;
}



.mdr-header input, .mdr-header select, .mdr-header-form-button {
    transition: 0.5s all ease;
    /* border-radius:3px; */
}

button.mdr-header-form-button {
    padding: 5px 20px;
    line-height: 1;
    height: 51px;
    font-size: 26px;
    font-weight: 600;
    background: #fac700;
    color: #000 !important;
    border: 1px solid #FFF;
    margin: 0px 5px;
}

button.mdr-header-form-button:hover, button.mdr-header-form-button:focus {
	background: rgba(0,0,0,0.5);
	color:#f2ca00 !important;
	cursor:pointer;
	outline:0px solid #000;
	border:1px solid #f2ca00 !important;
}

button.mdr-header-form-button>i {
    margin: 0px 5px 0px 0px;
}

input.mdr-header-form-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aaa;
}

input.mdr-header-form-input::-moz-placeholder { /* Firefox 19+ */
  color: #aaa;
}

input.mdr-header-form-input:-ms-input-placeholder { /* IE 10+ */
  color: #aaa;
}

input.mdr-header-form-input:-moz-placeholder { /* Firefox 18- */
  color: #aaa;
}

/********* FOOTER *********/													 

#the-footer  .fusion-builder-row.fusion-row {
    max-width: 1100px;
}

#the-footer input.wpcf7-form-control.wpcf7-text {
    padding: 5px 20px;
    line-height: 1;
    height: 50px;
    font-size: 18px;
    font-weight: 400;
    background: rgba(0,0,0,0.5);
    color: #fac700 !important;
    border: 1px solid #ddd;
    margin: 0px 5px;
		border-radius:3px;
		transition:0.5s all ease;
}

#the-footer  label {
    color: #eee;
    font-size: 16px;
}
#the-footer li>a {
    color: rgba(250, 199, 0, 0.57) !important;
    font-weight: 400;
    line-height: 2.1;
    border-bottom: 1px solid #555;
    width: 100% !important;
    display: inline-block;
    font-size: 17px;
}
#the-footer li>a:hover {
    color: #fac700 !important;
}
.footerlogos img {
    margin-bottom: 20px;
    display: block;
    filter: grayscale(100%);
}

.footerlogos {
    text-align: center;
}

#the-footer textarea.wpcf7-form-control.wpcf7-textarea {
    padding: 20px 20px;
    line-height: 1;
    height: 150px;
    font-size: 18px;
    font-weight: 400;
    background: rgba(0,0,0,0.5);
    color: #fac700 !important;
    border: 1px solid #ddd;
    margin: 0px 5px;
		border-radius:3px;
		transition:0.5s all ease;
}

#the-footer input.wpcf7-form-control.wpcf7-text:focus, #the-footer textarea.wpcf7-form-control.wpcf7-textarea:focus {
    border: 1px solid #fac700 !important;
    outline: 0px solid #333 !important;
}

#the-footer input.wpcf7-form-control.wpcf7-submit {
    padding: 5px 60px;
    line-height: 1;
    height: 50px;
    font-size: 18px;
    font-weight: 700;
    background: #fac700;
    color: #1c1c1d !important;
    border: 1px solid #ddd;
    margin: 0px 5px;
    width: 100%;
    margin-top: 25px;
		transition:0.5s all ease;
}

#the-footer span.wpcf7-not-valid-tip {
    color: orangered;
    font-weight: 700;
    font-size: 14px;
    text-align: start;
    width: 100%;
    display: inline-block;
    padding: 0px 8px;
}


#the-footer .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors.fusion-alert {
    background: orangered;
    color: white;
    border: 1px solid white!important;
    margin-top: -110px;
    left: 5px;
}

.displaynone{
    display: none;
}

/********* PRELOADER *********/
																	 

#preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    background: #296492;
    background: rgba(0, 0, 0, 0.72);
    text-shadow: 0px 4px 0px #000000;
    color: #FBC426;
}

#preloader-inner {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: table;
    top: 0;
    bottom: 0;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    font-size: 3vw;
    line-height: 1;
    color: #f9f9f9;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
}


.info-not-entered{
    color: #333;
    font-style: italic;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.trip-days-details p{
    color: #333;
}

.trip-days-details>div>img {
    opacity: 0;
    transition: 0.5s all linear;
}


.trip-days-details.day-open>div>img {
    opacity: 1;
}

/********* TRIP CATEGORIES HOMEPAGE *********/


.trips-cat {
    position: relative;
    margin-bottom: 30px;
		display:inline-block;
}

img.trips-cat-image {
    width: 100%;
    height: 240px;
    object-fit: cover;
    backface-visibility: hidden;
    transition: 0.5s all ease;
    -webkit-backface-visibility: hidden;
}

.trips-cat-name {
    position: absolute;
    left: 0;
    top: 70%;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    transform: translateY(0%);
    color: white;
    text-shadow: 0px 2px 0px black;
    font-weight: 400;
    font-size: 22px;
    z-index:1;
    transition:0.5s all ease;
}

.trips-cat-overlay{
    position: absolute;
    left: 0px;
		top:0px;
    width: 100%;
    height: 100%;
		background:rgba(0,0,0,0.5);
		transition:0.5s all ease;
}

.trips-cat {
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
    overflow: hidden;
    transition:0.5s all ease;
    border-radius: 3px;
    display: block;
}





.trips-cat:hover>.trips-cat-overlay {
    /* opacity: 0; */
}
a.trips-cat:hover img.trips-cat-image {
    transform: scale(1.25);
}
//.trips-cat:hover>.trips-cat-name { transform:translateY(200px); }

.trips-cat-desc {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    transition: 0.5s all ease;
    font-size: 17px;
    right: 0;
    /* display: table; */
    color: #fac700;
    bottom: 0;
    margin: auto;
    font-weight: 700;
    text-align: center;
    top: 0;
    transform: translateY(-100%);
}

.trips-cat:hover .trips-cat-desc {
    transform: translateY(0%);
    /* top: 50%; */
}


/******** FEATURED TRIPS ********/

.ft-trip {
    position: relative;
    transition:0.5s all ease;
    overflow:hidden;
    cursor:pointer;
    font-size: 16px;
    border-radius: 3px 3px 0px 0px;
}

img.ft-trip-image {
    height: 260px;
    object-fit: cover;
    object-position: center;
		transition:0.5s all ease;
		width:100%;
}
.ft-trip-location {
    z-index: 0;
    position: absolute;
    /* padding: 5px; */
    right: 0;
    font-size:14px;
    color: rgb(255, 255, 255);
    font-family: 'Gloria Hallelujah';
    font-weight: 400;
    text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.68), 0px 0px 25px rgba(0, 0, 0, 0.68), 0px 0px 25px rgba(0, 0, 0, 0.68), 0px 0px 25px rgba(0, 0, 0, 0.68), 0px 0px 35px rgba(0, 0, 0, 0.68), 0px 0px 45px rgba(0, 0, 0, 0.68), 0px 0px 55px rgba(0, 0, 0, 0.68), 0px 0px 25px rgba(0, 0, 0, 0.68), 0px 0px 15px rgba(0, 0, 0, 0.68), 0px 0px 15px rgba(0, 0, 0, 0.68);
    top: 10px;
    right: 10px;
    /* transform: rotate(25deg); */
    /* width: 100%; */
    /* background: rgb(250, 199, 0); */
    /* border-bottom: 2px solid #888; */
    /* border-top: 2px solid #aa9233; */
}
body:not(.home) .ft-trip-location {/* display:none !important; */} 
.mdr-header-bg.owl-carousel .ft-trip-location
{
	bottom: 60px;
	top: auto;
	left: 0;
	right: 0;
	margin: auto;
	transform: none;
	font-size: 30px;
}
.ft-trip-title {
    font-weight: 300;
    text-align: center;
    padding: 10px;
    position: absolute;
    padding-left: 20px;
    top: 20px;
    left: 5px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    transition: 0.5s all ease;
    z-index: 3;
    cursor:pointer;
    font-size: 18px;
    max-width: calc(100% - 40px);
}
div:not(.mdr-header-title) .ft-trip-title:after {
    border-right: 5px solid rgba(0, 0, 0, 0.35);
    content: '';
    position: absolute;
    left: -1px;
    top: 44px;
    z-index: -4;
    border-top: 6px solid rgba(0, 0, 0, 0.35);
    border-left: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
#home .ft-trip-title{
    font-size: 14px;
}
.ft-trip:hover>.ft-trip-image {
    transform: scale(1.25);
}

.ft-trip:hover>.ft-trip-title {
	transform:rotate(-10deg) translateX(20px) translateY(40px);
	font-size: 1.5em;
	padding: 10px 20px;
}
.ft-trip-bottom-3>img {
    margin-right: 5px;
}
.ft-trip-price {
    position: absolute;
    display: inline-block;
    z-index: 4;
    color: black;
    bottom: 10px;
    right: 10px;
    padding: 10px;
    background: rgb(250, 199, 0);
    border: 1px solid #333;
    border-radius: 3px;
    font-weight: 700;
    font-size: 12px;
}

a.ft-trip-link:hover {
    color: black;
}

.ft-trip-bottom {
    position: absolute;
    width: 100%;
    padding: 10px;
    bottom: 0px;
    left: 0px;
    background: rgba(0,0,0,0.5);
    color: #fac700;
    font-weight: 700;
    font-size: 12px;
}

.ft-trip-bottom-1 {
    position: absolute;
    left: 0;
    bottom: 0px;
    /* margin: 10px; */
    padding: 10px;
    font-weight: 400;
    background: rgba(51, 51, 51, 0.85);
    color: white;
    width: calc(100% / 1);
}

.ft-trip-bottom-2 {
    position: absolute;
    right: 0;
    bottom: 0px;
    padding: 10px;
    text-align: end;
    width: calc(100% / 2);
    background: rgba(250, 199, 0, 0.85);
    color: black;
    font-weight: 400;
    /* border-radius: 15px 0px 0px 0px; */
    /* margin: 10px; */
}

.ft-trip-excerpt {
    background: #e0e0e0;
    display: inline-block;
    padding: 10px;
    font-size: 18px;
    border-radius: 0px 0px 3px 3px;
    display: none;
}

.row-no-padding > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.row.row-no-padding {
    margin: 0px;
}
.ft-trip-desc {
    color: white;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
}
.ft-trip-bottom-3 {
    /* position: absolute; */
    right: 0;
    margin: auto;
    bottom: 0;
    text-align: center;
    border-bottom: 2px solid #ddd;
    left: 0px;
    /* height: 41px; */
    /* border-radius: 0px 15px 0px 0px; */
    /* width: 40px; */
    background: rgb(234, 234, 234);
    /* max-height: 20px; */
    width: 100%;
    padding: 10px 10px;
    /* margin: auto; */
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    /* border-radius: 50%; */
}
body.home .ft-trip-bottom-3 { display:none !important;  }
.ft-trip-bottom-3>img {
    width: 24px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/********* BOXES ********/

.mdr-box>h2 {
    border-bottom: 5px solid #fac700;
    display: inline-block;
    font-weight: 700 !important;
}

.mdr-box {
    background: #eee;
    padding: 15px 30px 10px;
    border-radius: 3px;
    border-bottom: 10px solid #fac700;
}

/*
.mdr-box ul {
    padding: 20px 15px 30px;
    margin-bottom: -20px;
}
*/

.mdr-box ul {
    padding: 0px;
    margin-bottom: 0px;
    list-style: none;
}

.trip-highlights ul{
    padding: 0px;
    margin-bottom: 15px;
}

.mdr-box ul li:before {
   /* content: "\f11e";*/
    font-family: 'fontAwesome';
    margin-right: 10px;
}

.highlight-trip-icon{
    margin-right: 10px;
}

.mdr-header-bg.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-item img{
    margin-top: -14%;
}

.trip-book-now.mdr-box {
    text-align: center;
    padding: 0px 0px 30px;
    margin-bottom: 40px;
}
.trip-book-now.mdr-box h3:first-child {
    display: block;
    font-size: 30px;
    line-height: 0;
    font-size: 30px;
    position: relative;
    /* top: 5px; */
    padding: 0px 40px;
}
.static-form-button  {color:black;text-decoration:underline;}
.trip-book-now.mdr-box button {
    padding: 20px 50px;
    font-size: 24px;
    font-weight: 600;
    transition: 0.3s all linear;
    cursor: pointer;
    font-family: 'Roboto' !important;
    background: #fac700;
    border: 0px;
    outline: 0px;
    border-radius: 3px;
    text-decoration: none;
    color: #3f3f3f;
    margin: -10px 0px;
}

.trip-book-now.mdr-box button:hover {
    box-shadow: 0px 0px 20px 7px rgba(134, 134, 134, 0.27);
    color: #000000;
}
/********* SINGLE TRIP ********/

.trip-highlights li {
    display: inline-block;
    width: 100%;
    margin: 0px 30px 0px;
    vertical-align: top;
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
}

.trip-gallery .owl-carousel .owl-item img {
    height: 300px;
    object-fit: cover;
    object-position: center;
		width:100%;
}

.trip-days-day + .trip-days-details {/* display: none; */}

.trip-days-details[data-id="1"] {/* display:inherit; */}

.trip-days-details {
		display: inline-block;
		width: 100%;
		padding: 15px 20px;
		max-height: 73px;
		transition: 0.5s all ease;
		overflow: hidden;
		background: #eee;
		margin: 0px 0px 0px;
}

.trip-days {
    padding: 0px 0px 10px;
}	

.trip-days-day {
width:100%;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    margin: 0px 0px 0px;
    background: #fac700;
    color: #333;
    padding: 5px 40px 5px 20px;
    margin-left: -30px;
    border-radius: 0px 3px 3px 0px;
}

.trip-gallery .owl-dots {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 15px;
}

.trip-gallery .owl-dot {
    background: none repeat scroll 0 0 #464646;
    border-radius: 20px;
    display: inline-block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.75;
    width: 12px;
}

.trip-gallery .owl-dot.active { background: black; }

.trip-gallery .owl-nav .owl-prev{ 
    position: absolute;
    top: 45%;
    left: 20px;
    color: #fff;
}

.trip-gallery .owl-nav .owl-next{ 
    position: absolute;
    top: 45%;
    right: 20px;
    color: #fff;
}

.trip-days-details>p {
    margin-top: 0px;
}

.trip-info {
    width: 100%;
    display: inline-block;
    text-align: start;
    margin-top: 15px;
    border-left: 2px ridge #eee;
    padding-left: 20px;
   // background: #fefefe;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.trip-infos {
    text-align: center;
    width: 60%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    float: left;
}



.trip-info-icon {
	margin:0px 5px;
	color:#333;
}


.col-md-6.trip-locations {
    margin-bottom: 30px;
    padding-right: 15px !important;
}

.col-md-6.trip-gallery {
    margin-bottom: 30px;
    padding-left: 15px !important;
}


.trip-info-caption {
    font-size: 18px;
    line-height: 28px;
}

.trip-info i {
    width: 16px;
    display: inline-block;
    margin-right: 30px;
    font-size: 30px;
    top: 2px;
    position: relative;
}

i.rotate-up {
    transform: rotate(-45deg) translateX(4px);
    left: -2px;
    position: relative;
}

i.rotate-down {
    transform: rotate(45deg) translateX(5px);
    left: -1px;
    position: relative;
}

.trip-upcoming p {
    padding: 0px 20px;
}

.trip-upcoming .info-not-entered{
    padding: 0px;
}

.upcoming_month  { display:none; }
.upcoming_month.active {
    display: block;
}
.trip-upcoming h3 { cursor:pointer; }
.trip-upcoming h3:hover { color:#555; }

.trip-upcoming h3:after {
    content: '\2035';
    content: "\f078";
    font-family: 'fontAwesome';
    font-size: 10px;
    position: relative;
    top: -5px;
    left: 10px;
}

.top-new-info .widget .heading{
    display: none;
}

.top-new-info .widget{
    position: relative;
}

.top-new-info .widget .textwidget{
    padding-left: 20px;
		display:none;
}

.top-new-info .widget:nth-child(1)::before{
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    content: '\f095';
    font-family: FontAwesome;
}

.top-new-info .widget:nth-child(2)::before{
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    content: '\f003';
    font-family: FontAwesome;
}

.top-new-info .widget:nth-child(3)::before{
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    content: '\f02d';
    font-family: FontAwesome;
}

.fusion-sticky-shadow .top-new-info .widget:nth-child(1)::before{
    font-size: 10px;
    color: #000;
    line-height: 10px;
}

.fusion-sticky-shadow .top-new-info .widget:nth-child(2)::before{
    font-size: 10px;
    color: #000;
    line-height: 10px;
}

.fusion-sticky-shadow .top-new-info .widget:nth-child(3)::before{
    font-size: 10px;
    color: #000;
    line-height: 10px;
}

.top-new-info,
.top-new-info p,
.top-new-info a,
.top-new-info span{
    color: #fff !important;
    margin-top: 0px;
    font-size: 18px;
}

.fusion-sticky-shadow .top-new-info,
.fusion-sticky-shadow .top-new-info p,
.fusion-sticky-shadow .top-new-info a,
.fusion-sticky-shadow .top-new-info span{
    color: #000 !important;
    font-size: 12px;
    margin-bottom: 0px;
}

.single-trip,
.single-trip p{
    font-size: 18px;
    color: #333;
}
.single-trip .trip-upcoming p:before {
    /* content: '\2022 '; */
    padding-left: 5px;
    padding-right: 10px;
}
.upcoming_month.active {
    display: inline-block;
    margin: 0px 20px 10px;
    background: rgba(199, 199, 199, 0.2);
    color: white !important;
}
.caption-above p{
    color: #fff;
}

body:not(.single-trip) header {
    border-bottom: 2px ridge grey;
}

.mdr-header-trip {
    z-index: 4;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 700;
    width: 100%;
    font-size: 30px;
    color: white;
    bottom: 0;
    width: 100%;
    margin: auto;
    text-shadow: 0px 2px 0px black;
    /* background: rgba(0,0,0,0.7); */
}

.mdr-header-trip .ft-trip-title {
    text-align: center;
    position: relative;
    top: 0px;
    left: 0px;
    background: transparent;
    color: #fac700;
    transition: 0.5s all ease;
    z-index: 3;
    cursor: inherit;
    font-weight: 600;
    font-size: 40px;
    top: 25px;
    padding: 0px;
    text-align: center;
    max-width: 1110px;
    margin:auto;
    text-shadow: 0px -3px 1px black;
}

.mdr-header-trip>.ft-trip-title:after {
    display: none;
}

.single-trip-gal .ft-trip-title {
    font-size: 30px;
}
span.smallbox {
    display: inline-block;
    font-size: 22px;
    font-weight: 300;
    color: #ffffff;
    margin-right: 40px;
    margin: 0px;
    font-family: 'Roboto';
}
span.smallbox>i {
    margin-right: 5px;
    color: #fac700;
}
.mdr-header-trip .single-duration-of-trip,
.mdr-header-trip .single-price-of-trip,
.mdr-header-trip .single-highglights-top{
    font-weight: 400;
    font-size: 19px;
    padding: 0px;
    text-align: start;
    max-width: 1110px;
    margin:auto;
    line-height: 1;
    margin: 10px auto 20px;
}



.mdr-header-search.single-trip-search {
    z-index: 4;
    position: relative !important;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 700;
    width: 100%;
    font-size: 20px;
    color: white;
    top: 0;
    margin: 0 auto;
    background: rgb(29, 29, 29);
		
    border-bottom: 2px ridge grey;
}

.mdr-header-search.single-trip-search .mdr-header-form {
    background:transparent;
    margin: 10px auto;
    display: inline-block;
    box-shadow: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.mdr-header-search.single-trip-search .mdg-header-form-col {
    vertical-align: top;
}

.trip-highlights-inner.mdr-box ul li{
    font-size: 18px;
}

.trip-highlights-inner.mdr-box ul li.Array{
    font-weight: bold;
}

.mdr-header-trip .single-highglights-top ul{
    margin: 0;
    padding: 0;
}

.mdr-header-trip .single-highglights-top ul li{
    display: none;
}

.mdr-header-trip .single-highglights-top ul li.Array {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    margin-right: 60px;
    color: #fac700;
}

.single-trip .owl-dots{
    display: none;
}

/*********** CALENDAR ************/

.calendar {
    width: 100%;
    display: inline-block;
}

.calendar-row {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
}

.calendar-day-head, .calendar-day, .calendar-day-np {
    width: calc((100% - -10px) / 7);
    margin: -1px;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 3px;
    position: relative;
    background: #F1F1F1;
    height: 100px;
}

.day-number{
    display: inline-block;
    width: 36px;
    /* border-radius: 50%; */
    cursor: pointer;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
}

.day-number[data-events] {
    background: #fac700;
    color: #333;
    font-weight: 600;
    transition: 0.5s all ease;
}

.calendar-trips {
    display: none;
    position: absolute;
    background: #e4e4e4;
    padding: 15px;
    z-index: 13;
    width: 350px;
    color: white;
    border: 3px solid #fac700;
    max-height: 227px;
}

.day-number[data-events]:hover {
    background: #fff;
    color: #000000;
    box-shadow: inset 0px 0px 0px 2px #fac700;
}

.calendar-day-head {
    border: 0px;
    border-bottom: 4px solid #fac700;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 600;
    /* background: #e4e4e4; */
    text-align: center;
    color: #333;
    height: 40px;
}

.calendar-trips a {font-size: 16px;font-weight: 600;}

.day-open { max-height:1000px; }

.owl-theme .owl-nav {
    margin-top: 0px;
    position: absolute;
    top: 45%;
}

.owl-theme .owl-nav [class*="owl-"] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    font-size: 0px;
    padding: 10px;
}

.mdr-header-bg.other-pages {
    box-shadow: inset 0px -410px 100px -240px rgba(0, 0, 0, 0.68);
}
.mdr-header-bg.owl-carousel.owl-theme{
    overflow: hidden;
}

.home .mdr-header-bg.other-pages{
    display: none;
}

.mdr-header-bg.owl-carousel.owl-theme{
    display: none;
}

.home .mdr-header-bg.owl-carousel.owl-theme{
    display: block;
}

.trip-days-day{
    position: relative;
}

.trip-days-day:before{
    display: block;
    position: absolute;
    right: 10px;
    top: 7px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    content: "\f078";
    //
    background: #fac700;
    color: #000000;
    font-size: 18px;
    padding: 0px;
    z-index: 22;
    line-height: 24px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: FontAwesome;
}

.trip-days-day.trip-open:before{
    display: block;
    position: absolute;
    right: 10px;
    top: 5px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    content: "\f078";
    /* background: #fff; */
    color: #000000;
    font-size: 18px;
    padding: 0px;
    line-height: 24px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg);
    font-family: FontAwesome;
}

.trip-new-wrapper {
    /* border-bottom: 2px solid #000; */
    background: #fff;
    margin-bottom: 10px;
}
.trip-days-details.day-open {
    box-shadow: none;
    background: #f5f5f5;
}

.trip-days-day{
    margin-left: 0px;
    /* display: block; */
    border-bottom: 1px ridge #999;
}

.mdr-box {
    background: #fff;
    padding: 0px;
}

.trip-gallery-block{
    position: relative;
}

.caption-above {
    position: absolute;
    top: -16px;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    display: block;
    /* width: 100%; */
    font-weight: 300;
    text-align: center;
    padding: 10px;
    position: absolute;
    padding-left: 20px;
    top: 20px;
    left: -5px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    transition: 0.5s all ease;
    z-index: 33;
    cursor: pointer;
}

.caption-above p{
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 25px;
    padding: 0px;
    margin: 0px;
}

.check-if-empty:empty{
    padding: 0px;
}

.trip-days-details {
    text-align: justify;
    padding-right: 45px;
    position: relative;
    /* box-shadow: inset 0px -20px 50px -23px rgba(0, 0, 0, 0.48); */
    border: 1px solid #ddd;
    transition: 0.5s all ease;
}

.trip-days-details:after{
    //content: "...";
    width: 20px;
    height: 10px;
    font-size: 16px;
    color: #747474;
    font-family: 'Roboto';
    font-weight: 400;
    letter-spacing: 0px;
    position: absolute;
    right: 22px;
    bottom: 16px;
}

.trip-days-details:after {
    //content: '...';
    bottom: 21px;
    right: 45px;
    font-size: 20px;
    color: black;
    font-weight: 900;
}
.trip-days-day:after {
    top: 79px;
    right: 48px;
    font-size: 20px;
    color: black;
    font-weight: 900;
    content: '...';
    position: absolute;
    z-index: 22;

}

.trip-days-details.day-open:after{
    display: none;
}
.trip-days-day.trip-open:after {
    display: none;
}

.floating-contact{
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: block;
    z-index: 10016;
}

.floating-map-button, .floating-map-button2, .floating-map-button3{
    padding: 15px;
    border-radius: 50%;
    background: #fac700;
    border: 2px solid rgba(51, 51, 51, 0);
    color: #333;
    font-size: 30px;
    text-align: center;
    float: right;
    z-index: 4;
    line-height: 30px;
    width: 70px;
    cursor: pointer;
    transform: scale(0.8);
    transition: 0.5s all ease;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.42);
    /* transition-delay: 1s; */
}
.floating-map-button2
{
	position: absolute;
	right: 0px;
	z-index: -1;
	background: #eeeeee;
	opacity: 0.5;
	top: -40px;
}
.floating-map-button.delayed { 	transition-delay: 0.25s; }
.floating-map-button2.delayed { 	transition-delay: 0.45s; }
.floating-map-button3.delayed { 	transition-delay: 0.75s; }

.floating-map-button2:hover {
    z-index: 3;
    opacity: 1;
}

.floating-map-button3
{
	position: absolute;
	right: 0px;
	z-index: -1;
	background: #eeeeee;
	opacity: 0.5;
	top: -80px;
}
.floating-map-button3:hover {
    z-index: 3;
    opacity: 1;
}
.floating-map-button.toogled-cf-button, .floating-map-button2.toogled-cf-button, .floating-map-button3.toogled-cf-button{
    border: 2px solid #fac700;
    color: #fac700;
    background: #333;
    transform: translateY(180px);
    transition: 1s all ease;
}

.floating-map-button:hover,
.floating-map-button:active,
.floating-map-button:focus,
.floating-map-button2:hover,
.floating-map-button2:active,
.floating-map-button2:focus,
.floating-map-button3:hover,
.floating-map-button3:active,
.floating-map-button3:focus{
    border: 2px solid rgba(51, 51, 51, 0);
    color: #000;
    background: rgb(255, 255, 255);
    /* text-shadow: 0px 0px 0px #fac700; */
    /* color: rgba(255, 255, 255, 0); */
    box-shadow: 0px 0px 0px 10px rgba(250, 199, 0, 0.65);
    transform: scale(1);
}

.floating-map-form {
    display: none;
    width: 370px;
    border: 2px solid #fac700;
    position: fixed;
    right: 25px;
    bottom: 25px;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.73);
    padding: 20px 30px;
    background-color: #e0dfdc;
    filter: blur(0px);
}

.floating-map-form  i.closebut {
    position: absolute;
    right: -10px;
    font-size: 24px;
    transition: 0.5s all ease;
    color: #BBB;
    display: inline-block;
    cursor: pointer;
    top: -15px;
    padding: 20px;
}

.floating-map-form  i.closebut:hover {
    color: #333;
}

#wrapper .floating-contact input, #wrapper .floating-contact textarea, #wrapper .floating-contact select {
    color: #333333;
    border: 1px solid #b1b1b1;
    height: auto;
    font-size: 16px;
    transition: 0.5s all ease;
    padding: 10px 15px;
    color: #333;
    direction: ltr;
    border-radius: 0px;
    box-shadow: inset 0px 0px 14px -1px rgba(0, 0, 0, 0.29);
}
#wrapper .floating-contact input:focus, #wrapper .floating-contact textarea:focus {
    border: 1px solid #fac700;
    outline: 0px;
    box-shadow: inset 3px 3px 11px -2px rgba(29, 29, 29, 0.4);
}
.floating-map-form h2 {
    color: #333;
    border-bottom: 5px solid #fac700;
    margin-bottom: 0px;
    padding: 5px 0px 10px;
    line-height: 1 !important;
    font-weight: 700 !important;
}
#wrapper .floating-contact input[type="submit"] {
    box-shadow: 0px 0px 0px 1px #888;
    padding: 10px 30px;
    font-weight: 700;
}

span.wpcf7-form-control-wrap.your-total {
    width: 185px;
    display: inline-block;
    float: left;
}


.floating-contact input::-webkit-input-placeholder,
.floating-contact textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 1;
	color:#777777;
}
.floating-contact input::-moz-placeholder,
.floating-contact textarea::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
	color:#777777;
}
.floating-contact input:-ms-input-placeholder,
.floating-contact textarea:-ms-input-placeholder { /* IE 10+ */
  opacity: 1;
	color:#777777;
}
.floating-contact input:-moz-placeholder,
.floating-contact textarea:-moz-placeholder { /* Firefox 18- */
  opacity: 1;
	color:#777777;
}

.slider-item{
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    }

.included-notincluded{
    color: #333;
    font-style: normal;
    font-size: 14px;
}
li.included-notincluded>p {
    padding: 0px 15px;
}
.trip-offerings{
    margin: 0 auto;
    padding-left: 20px;
}

#the-footer {
 //   margin-top: 30px;
    border-top: 2px ridge #666;
}

.floating-contact .wpcf7-form label{
    color: #fff;
}

.floating-contact .wpcf7-submit {
    background: #fac700 !important;
    color: #000 !important;
    border: 1px solid #FFF;
    border: 1px solid #fac700 !important;
}

.floating-contact .wpcf7-submit:hover {
    background: rgba(0,0,0,0.5) !important;
    color: #f2ca00 !important;
    cursor: pointer;
    outline: 0px solid #000;
    border: 1px solid #f2ca00 !important;
}

.top-new-info {
display:none;
    float: left;
    margin-left: 20px;
}

.fusion-logo-link {
    float: left;
}

.footer-menu-block a,
.footer-menu-block a:before{
    color: #bebdbd !important;
    display: none;
}

.footer-menu-block li{
    padding: 0px !important;
    border-bottom: 0px solid #fff !important;
}

.footer-menu-block h4, .footerlogos h4{
    color: #bebdbd !important;
    font-size: 22px;
    font-weight: 400;
}
.footer-menu-block h4
{
	margin-top:0px;
	
}
.footer-socials a {
    font-size: 25px !important;
    padding: 15px;
    border-radius: 50%;
    background: rgba(0,0,0,0.5);
}

.footer-phone-wrapper{
    text-align: center;
}
.footer-phone-wrapper div{
    display: inline-block;
    vertical-align: middle;
}

.footer-phonenumber a{
    font-size: 45px;
    color: #bebdbd;
    text-align: right;
}

.footer-phonetext{
    text-align: left;
    color: #fefefe;
    font-size: 20px;
    line-height: 22px;
}

.fusion-main-menu > ul > li {
    padding-left: 20px !important;
    text-align: center !important;
//
    width: 100px !important;
    padding-right: 0px;
}

.fusion-main-menu .sub-menu {
    //width: 100px !important;
}

#breadcrumbs{
    list-style:none;
    margin: 0px;
    overflow:hidden;
    padding: 0px;
    /* border-bottom: 1px solid #b3b3b3; */
    width: 1130px;
    margin: auto;
}
  
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
}
  
#breadcrumbs .separator{
    font-size:18px;
    font-weight:100;
    color:#ccc;
}

.breadcrumbs-cont {
    background: #dedddd;
    box-shadow: inset 0px -1px 0px 0px rgb(208, 208, 208);
}

#breadcrumbs li:nth-child(odd) {
    padding: 10px;
    font-size: 20px;
    letter-spacing: -1px;
}

#breadcrumbs li:nth-child(even) {
    color: #AAA;
    font-weight: 900;
}

.owl-carousel .owl-item img.testimonial-image {
    display: block;
    margin: auto;
    float: left;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    box-shadow: inset 0px 0px 0px 5px #fac700, -2px -4px 17px -2px black;
    padding: 5px;
    width: 80px;
    margin-top: 20px;
}
.testimonial-text {
    font-style: italic;
    padding: 0px 30px;
    /* display: inline-block; */
    /* float: left; */
    position: relative;
    max-width: 89%;
    font-size: 19px;
    padding: 0px 20px;
    /* background: rgba(0,0,0,0.4); */
    display: inline-block;
    text-shadow: -1px -2px 0px black;
}

.testimonial-quote {
    /* border: 1px solid #ddd; */
    padding: 15px 20px;
    border-radius: 3px;
    position: relative;
    font-weight: 700;
    color: #ffffff;
}
.testi-main:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 0;
    display: inline-block;
}
.testimonial-quote:before {
    content: '\2033';
    position: absolute;
    top: -20px;
    left: -15px;
    font-size: 50px;
    bottom: auto;
    display: inline-block;
    /* opacity: 0.6; */
    color: #fac700;
}

.testimonial-quote:after {
    content: '\2033';
    position: absolute;
    bottom: -20px;
    right: -15px;
    font-size: 50px;
    bottom: auto;
    display: inline-block;
    color: #fac700;
}

.testimonial-name:before {
    content: '- ';
}
.testi-main {margin: 50px -30px 0px;background: #333;background-repeat:no-repeat;background-size: cover;background-position: center;position: relative;background-attachment:fixed;}

.testimonial-name {
    color: #e0e0e0;
    font-weight: 400;
}

.owl-testimonials.owl-theme .owl-dots .owl-dot.active span {
    background: #fac700;
}

.container.cont-testimonials {
    padding-top: 50px;
    padding-bottom: 50px;
}

.trip-days-details p{
    margin: 0 auto;
    max-height: 100%;
    word-break: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
}

.trip-days-details img{
    max-width: 33%;
    text-align: center;
    float: right;
    margin: 0px -20px 10px 30px;
}

.trip-days-details .col-md-4{
    text-align: center;
}

.smallbox-firstonly{
    display: none;
}

.smallbox-firstonly:nth-child(2){
    display: inline-block;
}

.anchorLink{
    color: #fff;
}

.owl-prev.disabled{
    opacity: 0.5;
}

.owl-next.disabled{
    opacity: 0.5;
}

.top-new-info p{
    margin-bottom: 0px;
}

.top-new-info .widget{
    margin-top: 25px;
}

.fusion-sticky-shadow .top-new-info .widget{
    margin-top: 0px;
}

.top-new-info .widget:nth-child(1){
    margin-top: 0px;
}

.parallax-testimonial {
    /* The image used */
    background-image: url("img/paralax-image.jpg");
    min-height: 250px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 50px -45px;
}


.fp-whatsthetrip{
    float: none;
    margin: 0 auto;
}
.fp-whatsthetrip  h2 {
    margin: 0px 0px 0px -10px !important;
}

.home #main .fusion-row{
    max-width: 100%;
}

.smallbox a .fa,
.smallbox a .floating-map-button{
    display: inline-block;
}

.smallbox .floating-map-button {
    padding: 0px;
    border-radius: 0%;
    background: transparent;
    border: 0px solid #747474;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    width: auto;
    cursor: pointer;
    transition: 0.5s all ease;
}

.smallbox:hover .floating-map-button span{
    padding: 0px;
    border-radius: 0%;
    background: transparent;
    border: 0px solid #747474;
    color: #ffce00 !important;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    width: auto;
    cursor: pointer;
    transition: 0.5s all ease;
}


.no-right-margin{
    margin-right: 0px !important;
}

.nopadding-left{
    padding-left: 0px !important;
}

.nopadding-right{
    padding-right: 0px !important;
}

.trips-category .col-md-4{
    margin-bottom: 30px;
}

.contact-page .floating-contact {
    position: inherit;
    bottom: inherit;
    right: inherit;
    display: inherit;
    z-index: 1;
}

@media screen and (max-width: 1080px) {
    .mdr-header {
        height: 480px !important;
    }

    .team-lightbox-inner {
        top: 20%;
    }

}

@media screen and (max-width: 1080px) {
    .mdr-header-bg.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-item img {
        margin-top: 0;
    }

    .mdr-header-slogan {
        top: 5%;
    }

    .mdr-header-search {
        top: 25%;
    }

    .mdg-header-form-col {
        margin-top: 30px;
    }

}


@media screen and (max-width: 1120px) {
    .mdr-header-bg.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-item img {
        margin-top: -8%;
    }

     .mdr-header-trip {
        max-width: 90%;
    }   
}

@media screen and (max-width: 990px) {
    .trips-cat {
        width: 100%;
    }

    .featured-posts-block{
        margin-bottom: 30px;
    }

    .archive .col-md-4{
        margin-bottom: 30px;
    }

    .trip-highlights li {
        width: 49%;
    }

    .trip-highlights-inner ul {
        padding: 0;
        margin-bottom: 0
    }

    .col-md-6.trip-locations {
        padding-right: 0px !important;
    }

    .col-md-6.trip-gallery {
        padding-left: 0px !important;
    }

}

@media screen and (max-width: 830px) {
    .floating-contact{
        bottom: 0px;
        right: 0px;
        width: 100%;
    }

    .floating-map-form {
        width: 100%;
        border: 1px solid #747474;
        right: 0px;
        bottom: 40px;
    }
		.floating-map-form {
			overflow-y: scroll;
			height: 100vh;
			top: 0;
			overflow-x: hidden;
	}

}

@media screen and (max-width: 800px) {
    .mdr-header-bg.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-item img {
        margin-top: 0%;
    }

    .top-new-info, .top-new-info p, 
    .top-new-info a, 
    .top-new-info span {
        color: #333;
    }

    .top-new-info .widget:nth-child(1)::before {
        color: #333;
    }

    .top-new-info .widget:nth-child(2)::before {
        color: #333;
    }

    .container {
        width: 100%;
    }

    #the-footer .fusion-builder-row.fusion-row {
        max-width: 90%;
    }

    #the-footer input,
    #the-footer textarea {
        max-width: 99%;
    }

}

@media screen and (max-width: 680px) {
    .mdg-header-form-col {
        margin-top: 20px;
        display: block;
    }

    .mdg-header-form-col input,
    .mdg-header-form-col select,
    .mdg-header-form-col button{
        width: 260px;
        font-size: 18px;
    }

    .mdr-header-slogan {
        font-size: 44px;
    }

    .trip-highlights li {
        display:block;
        width: 96%;
        margin: 10px auto;
    }


}

@media screen and (max-width: 460px) {
    .fusion-logo-link {
        float: none;
        text-align: center;
    }

    .fusion-logo {
        display: block;
        width: 100%;
    }

    .fusion-logo a {
        display: block;
        max-width: 100%;
    }

    .top-new-info {
        float: none;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

    .top-new-info .widget .textwidget {
        padding-left: 0px;
    }

    .top-new-info .widget:nth-child(1)::before {
        position: relative;
    }

    .top-new-info .widget:nth-child(2)::before {
        position: relative;
    }

    .trips-cat-name {
        font-size: 1.5rem;
    }

    .fusion-mobile-menu-icons {
        position: absolute;
    }

}











/* OWL GALLERY */

#owl-gallery {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility .5s, opacity .5s linear;
    -moz-transition: visibility .5s, opacity .5s linear;
    -o-transition: visibility .5s, opacity .5s linear;
    transition: visibility .5s, opacity .5s linear;
}

.gallery-mask {
    background-color: #11254A;
    opacity: 0.9;
    filter: alpha(opacity=90);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9000;
}

.gallery-container {
    width: 90%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 5%;
    margin: auto;
    z-index: 9001;
}

.gallery-container .close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    color: #D2B38C;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 9002;
    text-align: center;
    display: table;
}
.gallery-container .close i {
    vertical-align: middle;
    display: table-cell;
}
.gallery-container .close:focus,
.gallery-container .close:hover {
    color: #fff;
    border-color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}

.gallery-thumbnail {
    position: fixed;
    bottom: 0;
    left: 5%;
    width: 90%;
    height: 120px;
    margin: 0 auto;
    background: rgba(0,0,0,0.5);
    z-index: 9002;
    
    opacity: 0;
    -webkit-transition: visibility 1s, opacity 1s linear .5s;
    -moz-transition: visibility 1s, opacity 1s linear .5s;
    -o-transition: visibility 1s, opacity 1s linear .5s;
    transition: visibility 1s, opacity 1s linear .5s;
}
.gallery-thumbnail.active {
    opacity: 1;
}
.gallery-thumbnail:focus,
.gallery-thumbnail:hover {
    opacity: 1;
}

.gallery-thumbnail .arrow {
    position: absolute;
    top: 0;
    margin: 55px 20px;
    color: #D2B38C;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 9002;
}
.gallery-thumbnail .arrow:focus,
.gallery-thumbnail .arrow:hover {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}
.gallery-thumbnail .arrow.left {
    left: 0;
}

.gallery-thumbnail .arrow.right {
    right: 0;
}

.thumbnail-container {
    margin: 0 auto;
    width: 80%;
    height: 120px;
    overflow: hidden;
    position: relative;
}

.thumbnail-container-list {
    position: absolute;
    top: 0;
    -webkit-transition: left .5s linear;
    -moz-transition: left .5s linear;
    -o-transition: left .5s linear;
    transition: left .5s linear;
}

.thumbnail-container-list a {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 10px 5px;
    border: black 1px solid;
    opacity: 0.5;
    filter: alpha(opacity=50);
    overflow: hidden;
    position: relative;
}

.thumbnail-container-list a:focus,
.thumbnail-container-list a:hover {
    border: #fff 1px solid;
    opacity: 1;
    filter: alpha(opacity=100);
}

.thumbnail-container-list a.active {
    border: #fff 1px solid;
    opacity: 1;
    filter: alpha(opacity=100);
}

.thumbnail-container-list a img {
    display: block;
    margin: 0 auto;
    height: 100%;
    position: absolute;
}

/* gallery image vertical center */
#gallery-slider {
    height: 100%;                
}
#gallery-slider .owl-wrapper-outer {
    height: 100%;
}
#gallery-slider .owl-wrapper {
    height: 100%;
}
#gallery-slider .owl-item {
    height: 100%;
}
#gallery-slider .owl-item img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%); /* IE9 */
    transform: translate3d(0, -50%, 0); /* Modern Browsers - better performance */
    margin: 0 auto;
}

li.iss-result>span {
    display: none;
}

li.iss-result>span:first-of-type {
    display: inherit;
}

.trip-upcoming h3.active:after {
    content: '';
}

.archive.tax-tripstyle  .post-content p, .archive.tax-tripstyle  .post-content li {
    font-size: 20px;
}

.archive.tax-tripstyle .post-content>.container>.row:nth-child(2) {
    margin-bottom: 50px;
}

.fusion-social-networks-wrapper>a:not(.fusion-facebook) {
    opacity: 0.5;
}
.wpcf7-form-control.wpcf7-not-valid {
    outline: 1px solid red;
}
span.wpcf7-not-valid-tip {
    display: none !important;
}
span.twolines>a:hover {
    color: rgba(0, 0, 0, 0.63);
}

.col-top-icons a:hover {
    color: #656565;
    background: #333;
    color: white;
    text-align: center;
    text-align-last: center;
}

.col-top-icons a {
    border-radius: 50px;
    text-align: center;
    text-align-last: center;
    width: 34px;
    display: inline-block;
    margin: 0px;
    height: 34px;
}




.container.fp-whatsthetrip .row:last-child .col-md-4:last-child {
    pointer-events: none;
}

.month-nav {
    display: inline-block;
    border: 1px ridge #FFF;
    padding: 5px 0px;
    margin: 5px 5px 10px;
    font-size: 16px;
    border-bottom: #fac700 2px solid;
    font-weight: 400;
}

.month-nav.f1 {
    float: left;
}

.month-nav.f2 {
    float: right;
    text-align: end;
}
.calendar-trips a i {
    font-size: 12px;
    font-weight: 400;
    display: block;
    margin-top: 5px;
    font-style: inherit;
}
.calendar-day-np {
    background: #e4e4e4;
}	
a.floating-map-button3 {
    pointer-events: none;
}
li#menu-item-555 {
    pointer-events: none;
}


select:invalid {
  color: gray;
}
option[disabled] {
  display: none;
}



.calendar-trip {
    position: relative;
    padding-bottom: 0px;
    z-index: 1;
}

.calendar-trip span {
    position: absolute;
    left: 0;
    padding: 10px;
    display: inline-block;
    /* transition: 0.5s all ease; */
    top: 15px;
    background: rgba(0, 0, 0, 0.7);
    /* width: 100%; */
    color: white;
    text-shadow: 0px -2px 0px black;
    line-height: 1;
    /* height: 100%; */
}
.calendar-day small {
    font-size: 14px;
    color: #606060;
    font-weight: 600;
    font-style: italic;
    padding-left: 6px;
    top: 8px;
    position: relative;
    letter-spacing: 0.1em;
}

.calendar-trips>.owl-stage-outer {
    max-height: 200px;
}

.calendar-trips>.owl-dots {
    margin-top: -40px;
    position: relative;
}

.calendar-trips.owl-theme .owl-dots .owl-dot.active span {
    background: #fed500;
    transform: scale(2);
    transition: 0.5s all ease;
}

.calendar-trips.owl-theme .owl-dots .owl-dot span {
    background: #ffffff;
    transform: scale(1);
    transition: 0.5s all ease;
    box-shadow: 0px -1px 1px 0px black;
}

div#sent-ok {
    position: fixed;
    display: table;
    z-index: 11000;
    color: black;
    font-size: 20px;
    top: 0;
    text-align: center;
    left: 0;
    line-height: 1;
    width: 550px;
    right: 0;
    bottom: 0;
    padding: 20px 20px;
    font-weight: 600;
    margin: auto;
    max-width: 100vw;
    border-radius: 3px;
    background: #fefefe;
    border: 3px solid #fac700;
    box-shadow: 0px 0px 10px -1px black;
}

div#sent-ok-overlay {
    position: fixed;
    left: 0;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.46);
    z-index: 10999;
}

.calendar-day  .owl-prev {
    font-size: 10px !important;
    left: -5px;
    position: relative;
}

.calendar-day  .owl-next {
    font-size: 10px !important;
    left: 230px;
    position: relative;
}


.calendar-day  .owl-nav>div {
    background: transparent !important;
    text-shadow: 0px -2px 0px black;
}

a.book_date {
    position: absolute;
    z-index: 22;
    font-size: 12px;
    color: black;
    bottom: 0;
    transition: 0.5s all ease;
    right: 0;
    margin: 10px;
    padding: 5px 20px;
    background: #fac700;
    box-shadow: 0px -0px 5px 2px rgba(0, 0, 0, 0.6);
    border-radius: 3px;
    cursor:pointer;
}
a.book_date:hover {
    box-shadow:none;
    //transform:translateY(-2px);
}
a.book_date>i {
    display: inline-block;
    margin-right: 5px;
}
.single-trip .ft-trip-title {
    top: 0px;
}
.calendar-trip img {
    height: 190px;
    object-fit: cover;
    object-position: center;
}

.mdr-header  .ft-trip-title {
    text-align-last: center;
    font-family: 'Gloria Hallelujah';
    font-weight: 400;
    text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.68), 0px 0px 25px rgba(0, 0, 0, 0.68), 0px 0px 25px rgba(0, 0, 0, 0.68), 0px 0px 25px rgba(0, 0, 0, 0.68), 0px 0px 35px rgba(0, 0, 0, 0.68), 0px 0px 45px rgba(0, 0, 0, 0.68), 0px 0px 55px rgba(0, 0, 0, 0.68), 0px 0px 25px rgba(0, 0, 0, 0.68), 0px 0px 15px rgba(0, 0, 0, 0.68), 0px 0px 15px rgba(0, 0, 0, 0.68);
    top: 10px;
    right: 10px;
}
a.find-a-trip-button {
    padding: 15px 35px;
    background: #fac700;
    font-weight: 600;
}

a.find-a-trip-button:hover {
    color: #575757;
}


@media screen and (max-width: 767px)
{
	.home .mdr-header {
			display: none;
	}
	.col-top-icons {
			display: none; 
	}
	.parallax-testimonial {
			display: none;
	}
	.mdr-header-search.single-trip-search {
			display: none;
	}
}

input.error, select.error {
		box-shadow: inset 0px 0px 1px 1px red !important;
    border: 1px solid transparent !important;
}

span.help-block.form-error {
    font-size: 13px;
    margin: 0px;
    color: red;
    display: none;
    top: -10px;
    position: relative;
}

label[data-for] {
    color: red;
    clear: both;
}

.floating-contact .wpcf7-response-output {
    display: none !important;
}

.calendar>.calendar-day-np {
    display: none;
}

.col-md-4.featured-posts-block {
    left: -19px;
}

.calendar .owl-theme .owl-nav [class*="owl-"] i {
    font-size: 30px;
    margin: -20px -5px;
    transition: 0.5s all ease;
}
.calendar .owl-theme .owl-nav [class*="owl-"] i:hover {
    color: #fac700;
}

.mdr-header-weather {
    color: white;
    position: relative;
    /* text-shadow: 0px -1px 5px black; */
    background: rgba(29, 29, 29, 0.85);
    display: inline-block;
    margin-left: 1px;
    border-radius: 3px;
    margin-right: 2px;
    padding: 10px 15px;
    top: 5px;
    font-weight: 700;
    /* float: left; */
    font-size: 16px;
    /* right: 420px; */
    line-height: 1;
    border-radius: 3px;
    position: relative;
    box-shadow: 0px 0px 4px 1px #fac700;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
    background: #45484d; /* Old browsers */
    background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
} 
.mdr-header-weather img {vertical-align:middle;position: relative;margin: -20px 0px;}

#wrapper .select-arrow, .avada-select-parent .select-arrow {
    background: transparent !important;
    line-height: 38px;
    top: 2px;
    width: 36px !important;
    height: 36px !important;
    right: 2px;
    border: 0px;
    /* color: black; */
    /* font-size: 24px; */
    font-weight: 700;
}

select#cf-trip {
    padding-right: 40px !important;
}

#the-footer  li.highlight a {
    color: white !important;
}
