/* JT Travel Booking Stylesheet */

.single-destinations_list .container {
	padding: 0 !important;
}

.jt-travel-booking img {
	width: 100%;
	max-height: 640px;
	object-fit: fill;
}

.jt-travel-booking video::-webkit-media-controls {
    overflow: hidden !important
}

.jt-travel-booking video::-webkit-media-controls-enclosure {
    width: calc(100% + 32px);
    margin-left: auto;
}

.jt-travel-booking .destination-header-info {
    margin: -81px 0 50px !important;
    background: rgba(255, 255, 255, 0.95);
    position: relative;
}

.jt-travel-booking .destination-header-info .entry-header {
    padding: 10px 0 !important;
}

.jt-travel-booking .destination-header-info .destination-title {
    font-size: 24px;
    margin: 7px 0 8px;
}

.jt-travel-booking .destination-header-info i {
    padding: 0 10px 0 0;
}

.jt-travel-booking .destination-header-info span {
    padding-right: 20px;
}

.jt-travel-booking .destination-price-box {
    background: rgba(255, 137, 137, 0.8);
    padding: 19px 0 20px;
    color: #fff;
    text-align: center;
    font-size: 30px;
}

.jt-travel-booking .destination-price-box span {
	font-size: 18px;
	padding-right: 10px;
}

.jt-travel-booking .destination-tabs-info {
    margin: 0 !important;
}

.jt-travel-booking .destination-tabs-info .col-md-9 {
    padding: 0 40px 0 10px !important;
}

.jt-travel-booking .destination-tabs-info .col-md-3 {
    padding: 0 !important;
}

.jt-travel-booking .book-destination-box {
    margin: 40px 0 !important;
    background: #f9f9f9;
    border: 1px solid #f0f0f0;
}

.jt-travel-booking .book-destination-box .col-md-9 {
    padding: 25px;
}

.jt-travel-booking .book-destination-box p {
    margin: 0;
}

.jt-travel-booking .book-destination-box .col-md-3 {
    background: rgb(255, 137, 137);
    padding: 0;
    text-align: center;
    font-size: 20px
}

.jt-travel-booking .book-destination-box a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    display: block;
    padding: 21px;
    transition: all .4s ease;
}

.jt-travel-booking .book-destination-box a:hover {
    color: #fff;
    transition: all .4s ease;
}

.jt-travel-booking .uk-tab {
    border: 0 !important;
    margin-bottom: 30px !important;
}

.jt-travel-booking .uk-tab a {
    position: relative;
    background: #f9f9f9 !important;
    margin: 0 !important;
    padding: 10px 15px !important;
    color: #000 !important;
}

.jt-travel-booking .uk-tab .uk-active a {
    background: #fd9e9e !important;
    border: 0 !important;
    color: #fff !important;
}

.jt-travel-booking .departure-dates {
    background: #f9f9f9;
    border-top: 0;
    padding: 10px 15px;
    margin: -50px 0 40px;
}

.jt-travel-booking .departure-dates ul {
    margin: 15px 0 0;
    padding: 15px 0 0;
    list-style: none;
    border-top: 1px solid #ffffff;
    text-align: center;
	overflow: auto;
}

.jt-travel-booking .departure-dates ul li {
    width: 33%;
    float: left;
    padding: 0 0 15px;
}

.jt-travel-booking .destination-gallery {
    background: #f9f9f9;
    padding: 20px;
    margin: 80px 0;
}

.jt-travel-booking .destination-gallery a {
    width: 16.2%;
    display: inline-block;
}

.jt-travel-booking .destination-gallery img {
	width: 100%;
	height: 95px;
	object-fit: cover;
}

.jt-travel-booking .more-destinations-section h4 {
    margin: 0 0 30px;
    text-align: center;
}

.jt-travel-booking .more-destinations-section h4 span {
    position: relative;
}

.jt-travel-booking .more-destinations-section h4 span:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #fd9e9e;
    /* border: 1px solid #f0f0f0; */
    border-radius: 50%;
    left: -25px;
    top: 7px;
}

.jt-travel-booking .more-destinations-section h4 span:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #fd9e9e;
    /* border: 1px solid #f0f0f0; */
    border-radius: 50%;
    right: -25px;
    top: 7px;
}

.jt-travel-booking #book-form-section {
    background: #fcfcfc;
    padding: 30px;
    margin: -40px 0 40px;
    border: 1px solid #f0f0f0;
    border-top: 0;
}

.jt-travel-booking #book-form-section .uk-form-controls {
	width: 100%;
	background: #fff !important;
	border: 1px solid #f0f0f0 !important;
	border-radius: 0 !important;
	outline: none !important;
}

.jt-travel-booking #book-form-section textarea {
	padding: 7px;
}

.jt-travel-booking #book-form-section .book-trip-btn {
	text-align: right;
}

.jt-travel-booking #book-form-section .book-trip-btn input {
    background: #000;
    box-shadow: none;
    color: #fff;
    border: 0;
    border-radius: 0 !important;
    padding: 14px 25px !important;
    text-shadow: none !important;
    font-size: 14px !important;
}


/* Page - Style 2 */
.jt-travel-booking-2 .container .row {
    margin: 50px 0;
}

.jt-travel-booking-2 video::-webkit-media-controls {
    overflow: hidden !important
}

.jt-travel-booking-2 video::-webkit-media-controls-enclosure {
    width: calc(100% + 32px);
    margin-left: auto;
}

.jt-travel-booking-2 .col-md-8 {
	padding: 0;
}

.jt-travel-booking-2 .col-md-8 .box {
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 20px;
    margin: 0 0 15px;
}

.jt-travel-booking-2 .destination-price-box {
    background: #ff8989;
    color: #fff;
    margin: 15px 0;
    padding: 15px;
    text-align: center;
    font-size: 22px;
}

.jt-travel-booking-2 .destination-price-box span {
    font-size: 16px;
    padding: 0 5px 0 0;
}

.jt-travel-booking-2 .entry-header {
	text-align: center;
}

.jt-travel-booking-2 .uk-tab {
    text-align: center;
    border-bottom: 1px solid #f0f0f0
}

.jt-travel-booking-2 .uk-tab li {
    display: inline-block;
    float: none;
}

.jt-travel-booking-2 .uk-tab li a {
    color: #484848;
    background: #fff;
    border: 0;
}

.jt-travel-booking-2 .uk-tab li.uk-active a {
    position: relative;
    border: 0;
    border-bottom: 1px solid #f0f0f0;
}

.jt-travel-booking-2 .uk-tab li.uk-active a:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    background: #ff8989;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.jt-travel-booking-2 .entry-header .destination-title {
	padding: 0 0 10px;
	margin: 0 0 10px;
	font-size: 22px;
	border-bottom: 1px solid #f0f0f0;
}

.jt-travel-booking-2 .entry-header span {
	padding: 0 20px 0 0;
}

.jt-travel-booking-2 .entry-header span i {
	padding: 0 10px 0 0;
	color: #ff8989;
}

.jt-travel-booking-2 .departure-dates {
	background: #fcfcfc;
	padding: 20px;
	margin: -20px;
}


.jt-travel-booking-2 .departure-dates ul {
    margin: 10px 0 0;
    padding: 10px 0 0;
    list-style: none;
    text-align: center;
	overflow: auto;
}

.jt-travel-booking-2 .departure-dates ul li {
    width: 16%;
    float: left;
    padding: 0 0 15px;
}

.jt-travel-booking-2 .departure-dates h4 {
	text-align: center;
	background: #fff;
	padding: 15px;
	margin: -20px -20px 20px;
	font-size: 15px;
	border-bottom: 1px solid #f0f0f0;
}

.jt-travel-booking-2 .destination-gallery {
	background: #fcfcfc;
	padding: 20px;
	margin: -20px;
}

.jt-travel-booking-2 .destination-gallery h4 {
	text-align: center;
	background: #fff;
	padding: 15px;
	margin: -20px -20px 20px;
	font-size: 15px;
	border-bottom: 1px solid #f0f0f0;
}

.jt-travel-booking-2 .destination-gallery a {
    width: 16.1%;
    display: inline-block;
}

.jt-travel-booking-2 .destination-gallery img {
	width: 100%;
	height: 95px;
	object-fit: cover;
}


.jt-travel-booking-2 .book-destination-box {
    margin: 40px 0 !important;
    background: #f9f9f9;
    border: 1px solid #f0f0f0;
}

.jt-travel-booking-2 .book-destination-box .col-md-9 {
    padding: 25px;
}

.jt-travel-booking-2 .book-destination-box p {
    margin: 0;
}

.jt-travel-booking-2 .book-destination-box .col-md-3 {
    background: rgb(255, 137, 137);
    padding: 0;
    text-align: center;
    font-size: 20px
}

.jt-travel-booking-2 .book-destination-box a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    display: block;
    padding: 21px;
    transition: all .4s ease;
}

.jt-travel-booking-2 .book-destination-box a:hover {
    color: #fff;
    transition: all .4s ease;
}

.jt-travel-booking-2 #book-form-section {
    background: #fcfcfc;
    padding: 30px;
    margin: -40px 0 40px;
    border: 1px solid #f0f0f0;
    border-top: 0;
}

.jt-travel-booking-2 #book-form-section .uk-form-controls {
	width: 100%;
	background: #fff !important;
	border: 1px solid #f0f0f0 !important;
	border-radius: 0 !important;
	outline: none !important;
}

.jt-travel-booking-2 #book-form-section textarea {
	padding: 7px;
}

.jt-travel-booking-2 #book-form-section .book-trip-btn {
	text-align: right;
}

.jt-travel-booking-2 #book-form-section .book-trip-btn input {
    background: #000;
    box-shadow: none;
    color: #fff;
    border: 0;
    border-radius: 0 !important;
    padding: 14px 25px !important;
    text-shadow: none !important;
    font-size: 14px !important;
}


.jt-travel-booking-2 .more-destinations-section h4 {
    margin: 0 0 30px;
    text-align: center;
}

.jt-travel-booking-2 .more-destinations-section h4 span {
    position: relative;
}

.jt-travel-booking-2 .more-destinations-section h4 span:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #fd9e9e;
    /* border: 1px solid #f0f0f0; */
    border-radius: 50%;
    left: -25px;
    top: 7px;
}

.jt-travel-booking-2 .more-destinations-section h4 span:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #fd9e9e;
    /* border: 1px solid #f0f0f0; */
    border-radius: 50%;
    right: -25px;
    top: 7px;
}



/* Admin CSS */
#destination-tabs-nav {
    background: #f9f9f9;
    border: 1px solid #f0f0f0;
    padding: 0 10px;
}

#destination-tabs-nav li {
    display: inline-block;
    margin: 0;
}

#destination-tabs-nav li a {
    position: relative;
    outline: none;
    color: #a6a6a6;
    text-decoration: none;
    padding: 10px;
    display: block;
    font-size: 14px;
    box-shadow: none !important;
    background: transparent;
    border: 0;
}

#destination-tabs-nav li:hover {
	border: 0;
	padding: auto;
}

#destination-tabs-nav li.uk-active a:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: rgba(255, 0, 0, 0.5);
    border-radius: 50%;
    border: 1px solid #fff;
    box-shadow: 0 0 2px #ccc;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#destination-tabs-nav li.uk-active a {
    color: #484848;
}

#destination-tabs {
    border: 1px solid #f0f0f0;
    margin: -1px 0 0;
    padding: 20px;
}

.jt-settings-box form {
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    border-top: 0;
}

.jt-settings-box form table tr {
    width: 33%;
    display: inline-block;
}

.jt-settings-box form table tr:nth-child(16), 
.jt-settings-box form table tr:nth-child(24),
.jt-settings-box form table tr:nth-child(34),
.jt-settings-box form table tr:nth-child(42),
.jt-settings-box form table tr:nth-child(47) {
    width: 33%;
    border-bottom: 0;
}

.jt-settings-box form table tr:nth-child(16) th, 
.jt-settings-box form table tr:nth-child(24) th,
.jt-settings-box form table tr:nth-child(34) th,
.jt-settings-box form table tr:nth-child(42) th,
.jt-settings-box form table tr:nth-child(47) th {
    width: 50%;
}

.jt-settings-box form table tr:nth-child(13) {
    width: 100%;
}

.jt-settings-box form table tr:nth-child(13) th {
    width: 30%;
}
.jt-settings-box form table tr:nth-child(13) td {
    width: 70%;
}
.jt-settings-box form table tr:nth-child(13) td input {
    width: 100%;
}



@media (max-width: 767px) {
	.jt-travel-booking .destination-header-info {
		margin: 0 0 50px !important;
	}
	.jt-travel-booking .destination-header-info span {
		padding-bottom: 5px;
		display: block;
	}
	.jt-travel-booking .destination-tabs-info .col-md-9 {
		padding: 0 !important;
	}
	.jt-travel-booking .destination-tabs-info li {
		width: 100%;
	}
	.jt-travel-booking .departure-dates {
		margin: 20px 0 40px !important;
	}
	.jt-travel-booking-2 .col-md-4 {
		padding: 0 0 20px;
	}
	.jt-travel-booking-2 .destination-gallery a {
		width: 49%;
		margin: 0 0 5px;
	}
	.jt-travel-booking-2 .uk-tab {
		border: 0;
	}
	.jt-travel-booking-2 .uk-tab li {
		display: block;
	}
	.jt-travel-booking-2 .uk-tab li a {
		background: #fbfbfb;
		margin: 0 -20px;
	}
}

@media (min-width: 768px) and (max-width: 987px) {
	.jt-travel-booking .departure-dates {
		margin: 20px 0 40px !important;
	}
}