/** Admin Css **/
#toplevel_page_gallerys li.wp-first-item {
    display: none;
}
.admin_style table.widefat {
	border-collapse: collapse;
}
.admin_style .widefat th {
	background: #333;
	color: #fff;
	font-family: lato;
	font-size: 18px;
	border: 1px solid #444;
	padding: 10px;
}
.admin_style table input[type="checkbox"] {
	margin: 5px 0 0;
}
.admin_style table th a {
	padding: 0;
	color: #fff;
}
.admin_style table.widefat td {
	vertical-align: middle;
}
.admin_style table td a {
	color: #333;
}
.admin_style table td a:hover {
	color: #1114a3;
}
.admin_style table tbody tr:nth-child(odd) {
	background: #F9F9F9;
}
.admin_style table tbody tr td.cat-name {
	font-size: 16px;
	font-family: roboto;
	white-space: normal;
	width: 60%;
}

@media (max-width:767px) {
.admin_style table tbody tr td.cat-name {
	width: auto;
}
}
.admin_style .ds_pagination a, .admin_style .ds_pagination span {
	padding: 9px 15px;
	background: #f2f2f2;
	margin: 15px 3px;
	display: inline-block;
	font-size: 14px;
}
.admin_style .ds_pagination a:hover, .admin_style .ds_pagination span.current {
	background: #1114A3;
	color: #fff;
}
.adminAddEdit input[type=text], .adminAddEdit select {
	border: 1px solid #1114a3;
	padding: 10px 15px;
	width: 345px;
	height: auto;
}
.adminAddEdit textarea {
	border: 1px solid #1114a3;
	padding: 10px 15px;
	width: 550px;
	height: 180px;
}
.adminAddEdit legend {
	font-size: 16px;
	font-family: Roboto;
}
.adminAddEdit input.button {
	background: #1114a3;
	color: #fff;
	border: 0;
	border-radius: 0;
	padding: 8px 30px;
	height: auto;
	font: 16px Roboto;
	margin: 20px 0 10px 0px;
}
.adminAddEdit table#image_lists th, .adminAddEdit.admin_style table.widefat td {
	font-size: 16px;
	font-family: Roboto;
}
.adminAddEdit td.input_name.ACourseType {
	width: 150px;
}
.ACourseType input {
	width: 60px;
}
.hideOnLoad {
	position: absolute;
	left: -999em
}
.sliderThumb {
	text-align: center;
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
}
.sliderThumb a {
	width: 10px;
	height: 10px;
	background: transparent;
	text-indent: 9999px;
	display: inline-block;
	border-radius: 10px;
	border: 1px solid #ccc;
	margin: 0 2px;
}
.sliderThumb a.activeCls {
	background: #ccc;
}
h2.wpostahs-centent-title {
	font: 25px Roboto;
	color: #1114A3;
}
.slick-lightbox .slick-lightbox-close, .lightbox-new .lightbox-close {
        padding: 0 !important;
    width: 50px;
    background: #1A1D49;
    border-radius: 100%;
    top: 25px;
    right: 25px;
    line-height: 50px;
    height: 50px;
	position: absolute;
    text-align: center;
    z-index: 9;
	font-weight: 700;
}
.slick-lightbox .slick-lightbox-close:before, .lightbox-new .lightbox-close:before {
    font-family: "slick";
    font-size: 50px;
    opacity: 1;
	color: white;
    line-height: 42px;
	    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '×';
}
/** gallery CSS**/
button:focus {
	outline: none;
}
.galleryDetail {
	display: table;
	width: 100%;
	margin-bottom: 40px;
}
.galleryDetail > div {
	display: table-cell;
	height: 100%;
	vertical-align: bottom;
}
.galleryDetail > div.gallery-left {
    vertical-align: top;
}
.gallery-left {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f30000+0,910000+100 */
	background: #f30000; /* Old browsers */
	background: -moz-radial-gradient(bottom center, ellipse cover, #f30000 0%, #910000 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(bottom center, ellipse cover, #f30000 0%, #910000 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at bottom center, #f30000 0%, #910000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f30000', endColorstr='#910000', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #fff;
	padding: 30px 30px 110px;
	max-width: 469px;
	width: 40%;
	position: relative;
	box-shadow: 8px 8px 15px rgba(51, 51, 51, 0.2);
	-webkit-box-shadow: 8px 8px 15px rgba(51, 51, 51, 0.2);
}
.gallery-right {
	width: 60%;
	max-width: 720px;
	position: relative;
	padding-top: 27px;
	padding-bottom: 27px;
}
.slick-vertical .slick-slide {
	border: none !important;
	width: 100% !important;
}
.gallery-right .slick-list {
	height: 446px !important;
}
p.galleryDescription {
	font-size: 13px;
	text-align: left;
}
.galleryFeatures h6 {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 20px;
}
.galleryFeatures li {
	font-size: 14px;
	list-style: disc;
}
p.galleryPrice {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+37,d6d6d6+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 37%, #d6d6d6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffffff 37%, #d6d6d6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffffff 37%, #d6d6d6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6', GradientType=1 ); /* IE6-9 */
	color: #910000;
	position: absolute;
	right: -15px;
	padding: 3px 20px 3px 25px;
	font-size: 12px;
	line-height: 40px;
	top: 27px;
	z-index: 9;
	clip-path: polygon(10% 100%, 100% 100%, 100% 0, 0% 0%);
	-webkit-clip-path: polygon(10% 100%, 100% 100%, 100% 0, 0% 0%);
	-moz-clip-path: polygon(10% 100%, 100% 100%, 100% 0, 0% 0%);
	-o-clip-path: polygon(10% 100%, 100% 100%, 100% 0, 0% 0%);
	-ms-clip-path: polygon(10% 100%, 100% 100%, 100% 0, 0% 0%);
}
p.galleryPrice span {
	font-size: 25px;
	font-weight: 900;
	margin-left: 5px;
	position: relative;
	top: 4px;
}
h5.galleryName {
	font-size: 20px;
	margin: 16px 0 26px;
	max-width: 245px;
}
.sliderBottom {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	bottom: 50px;
	font-weight: 400;
	font-size: 17px;
}
.sliderBottom strong {
	font-size: 18px;
}
.galleryLuggage {
	background: url(../images/luggage.png) no-repeat left center;
	padding: 6px 0px 6px 45px;
}
.galleryPassengers {
	background: url(../images/passenger.png) no-repeat left center;
    border-right: 1px solid #fff;
    padding: 6px 35px 6px 40px;
    margin-right: 25px;
}
.gallist{
	height:100%;
}
.slick-list, .slick-track {
	height:100%;
}
.gallist img,.gallist video{
	object-fit: cover;
	border-radius: 0px;height: 100%;
}
article li:before {
	display: none;
}
ul.slick-dots {
	position: absolute;
	z-index: 9;
	bottom: 0;
	display: none !important;
}
ul.slick-dots li {
	line-height: 20px;
}
ul.slick-dots li button {
	font-size: 0px;
	padding: 0 !important;
	width: 8px;
	height: 8px;
	margin-top: 0;
	background: transparent;
	border: 1px solid #fff;
}
ul.slick-dots li.slick-active button {
	background: #910000;
	border: 1px solid #910000;
}
h2.gallery-title {
    color: #333;
    font-size: 35px;
    font-weight: 900;
    margin-bottom: 40px;
}
.galleryDetail1 * {
    height: 100%;
    display: block;
}
.galleryDetail1 video {
    object-fit: cover;
}
button.slick-arrow {
	display: none !important;
	    width: 52px;
    height: 52px;
    padding: 0 !important;
}
.slick-next:before, .slick-prev:before {
	font-size: 50px !important;
	opacity: 1 !important;
	color: transparent !important;
	background: url(arrowl.png) no-repeat center center / contain;
}
.slick-prev {
    left: 4px !important;
    z-index: 9 !important;
}
.slick-next {
    right: 0 !important;
}
.image-grid a:hover img {
    opacity: 0.8;
}
.slick-lightbox-slick button.slick-arrow {
    display: block !important;
	    background: #F02E52;
    border-radius: 100%;
	font-size: 0 !important;
}
button.slick-next.slick-arrow {
    transform: rotate(180deg);
	right: 3px !important;
}
@media (max-width:767px) {
	.galleryTopBar .dropdown {
		display: block;
	}
	.galleryDetail > div {
		display: block;
		width: 100%;
		    
	}
	.galleryDetail .gallery-right {
		padding-top: 0;
	}
	.gallery-right .slick-list {
    height: 225px !important;
}
	.sliderBottom span {
    display: inline-block;
}
	span.galleryPassengers {
    border-right: 0px solid #fff;
    padding: 6px 0px 6px 40px;
    margin-right: 0px;
}
	h5.galleryName {
		margin-top: 60px;
	}
}
