






.vehicle-time{
	position:absolute;
	top:27px;
	left:0px;
	padding:5px 10px;
}

.vehicle-time .fa{
	margin-right:5px;
}

.vehicle-time p{
	margin-bottom:0px;
	font-size:16px;
}

.vehicle-info{
	text-align:center;
	padding:22px 10px;
}

.vehicle-info .vehicle-title a{
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
}

.vehicle-info .vehicle-title p{
	font-size:16px;
	margin-bottom:12px;
	margin-top:0px;
}

/************* CAR-OFFER-BLOCK *************/

#owl-car-offers .item{
	padding:15px;
}

.car-offer-info{
	padding:18px 22px;
}

.car-offer-info li a{
	text-decoration:none;
}

.car-offer-info li h4{
	display:inline;
	text-transform:uppercase;
	font-weight:bold;
}

.car-offer-info li .car-offer-price{
	float:right;
	margin-bottom:0px;
}

.car-offer-info li .car-offer-price{
	font-size:22px;
	font-weight:bold;
	position:relative;
}

.car-offer-info li .limit{
	font-size:14px;
	text-transform:uppercase;
	position:relative;
	top:-3px;
}

.car-offer-info li .divider{
	margin:0px 5px;
}

/* -----------------------------------------------------
		Gallery
   ----------------------------------------------------- */

.gallery-block .gallery-img{
	position:relative;
	overflow:hidden;
}

.gallery-block .gallery-img img{
	width:100%;
	transition:.4s;
}

.gallery-block .gallery-mask{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;	
	opacity:0;
	transition:opacity .6s;
}

.gallery-block .gallery-title{
	transition:.4s;
}

.gallery-block .gallery-mask .gallery-title{
	position:absolute;
	bottom:0;
	left:0;
	padding:20px;
	transform:translateX(-120%);
}

.gallery-block .gallery-mask .gallery-title h2{
	font-size:19px;
	font-weight:bold;
	margin-bottom:4px;
}

.gallery-block .gallery-mask .gallery-title p{
	margin-bottom:0px;
}

.gallery-block .gallery-mask .image-link{
	position:absolute;
	top:20px;
	right:20px;
	font-size:27px;
	line-height:0;
	transform:rotate(45deg) ;
	transition:.4s;
}

#gallery-section .butn .btn{
	font-size:17px;
}

/***************** MASONRY-1 **************/

#masonry{
    -webkit-column-count: 4;
  	-moz-column-count:4;
  	column-count: 4;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
	margin-top:55px;
}

#masonry .gallery-product {
    display: inline-block;
    margin: 0 0 1.5em;
    width: 100%;
	-webkit-transition:1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	padding:0px;
}
   
/* -----------------------------------------------------
		Best Features
   ----------------------------------------------------- */

.b-feature-block{
	text-align:center;
}

.b-feature-block .fa{
	height:70px;
	width:65px;
	text-align:center;
	padding-top:15px;
	font-size:35px;
	margin-bottom:28px;
	transition:.4s;
}

.b-feature-block h3{
	font-size:22px;
	font-weight:bold;
	margin-bottom:6px;
}

.b-feature-block p{
	margin-bottom:0px;
}

/* -----------------------------------------------------
		Luxury Offers
   ----------------------------------------------------- */

.luxury-img img{
	width:100%;
}

.luxury-text h2{
	font-size:30px;
	font-weight:bold;
	margin-bottom:15px;
}

.luxury-text p{
	margin-bottom:27px;
	width:92%;
}
   
.luxury-text .btn{
	text-transform:capitalize;
	height:47px;
	margin-top:10px;
}

.luxury-text .btn-black{
	font-size:22px;
	padding:7px 25px;
}

.luxury-text .btn-o-border{
	font-size:16px;
	padding:11px 50px;
	margin-left:2px;
	margin-right:2px;
}

/*************** ROOMS-OFFER ***************/

.luxury-room-imgs{
	padding:31px;
	overflow:hidden;
}

.luxury-room-block img{
	padding:1px;
}

.luxury-room-block:nth-child(odd){
	padding-right:0px;
}

.luxury-room-block:nth-child(even){
	padding-left:0px;
}

.luxury-room-imgs ul li{
	float:left;
	margin:1px;
}

.luxury-room-text{
	padding:90px 60px 110px;
	overflow:hidden;
}

/*************** TOUR-OFFER ****************/

#hot-tour .row{
	margin-left:0px;
	margin-right:0px;
}

.hot-tour-carousel{
	padding-left:0px;
	padding-right:0px;
}

#hot-tour-carousel .item img{
	width:100%;	
}

#hot-tour-carousel .carousel-control{
	opacity:1;
	width:auto;
}

#hot-tour-carousel .carousel-control.left,
#hot-tour-carousel .carousel-control.right{
	background:none;
	margin-top:-30px;
}

#hot-tour-carousel .carousel-control.left{
	left:40px;
}

#hot-tour-carousel .carousel-control.right{
	right:40px;
}

#hot-tour-carousel .carousel-control .glyphicon{
	font-weight:100;
	font-size:20px;
	height:60px;
	width:60px;
	text-align:center;
	padding-top:19px;
	background:rgba(0,0,0,0.7);
	border-radius:100%;
}

.hot-tour-text{
	text-align:center;
	padding:80px 20px 69px;
}

.hot-tour-text h3{
	text-transform:uppercase;
	font-weight:bold;
	font-size:28px;
	margin-bottom:11px;
}

.hot-tour-text .hot-tour-title{
	font-size:55px;
	font-weight:100;
	margin-bottom:26px;
	line-height:1.25em;
}

.hot-tour-text p{
	font-size:20px;
	text-transform:uppercase;
	margin-bottom:60px;
}

.hot-tour-text .btn{
	padding:11px 32px;
	font-size:18px;
	margin:8px 4px;
}

.hot-tour-text .btn-details{
	padding:11px 31px;
}

/************** CRUISE-OFFER ***************/

.cruise-offer-img img{
	display:inline-block;
}

.cruise-offer-text{
	padding:110px 0px 0px 50px;
}

.cruise-offer-text h2{
	font-size:55px;
	font-weight:bold;
}

.cruise-offer-text h3{
	font-size:28px;
	font-weight:bold;
	margin-bottom:0px;
}

.cruise-offer-text .cruise-offer-dur{
	font-size:20px;
	text-transform:uppercase;
}

.cruise-offer-text .cruise-offer-price{
	font-size:36px;
	text-transform:uppercase;
	font-weight:bold;
	margin:25px 0px 50px 0px;
}

.cruise-offer-text .btn{
	font-size:1.4em;
	padding:17px 50px;
}

/**************** CAR-OFFER ****************/

.luxury-car-text{
	padding:50px 55px 60px;
	overflow:hidden;
}

/* -----------------------------------------------------
		Banners
   ----------------------------------------------------- */

/************** VIDEO-BANNER **************/

#video-banner{
	text-align:center;
}

#video-banner h2{
	font-size:40px;
	font-weight:bold;
	margin-bottom:15px;
}

#video-banner p{
	font-size:19px;
	width:65%;
	margin:0 auto;
}

#video-banner #play-button .fa{
	font-size:33px;
	width:110px;
	height:110px;
	padding-top:33px;
	text-align:center;
	margin-top:50px;
}

/************* MESSAGE-BANNER *************/

#message-banner{
	overflow:hidden;
}

#message-banner h2{
	font-size:38px;
	font-weight:900;
	margin-bottom:8px;
}

#message-banner p{
	font-size:18px;
	margin-bottom:0px;
}

#message-banner .btn{
	padding:18px 31px;
	font-size:20px;
	font-weight:900;
	margin-top:17px;
}

/************* SEARCH-BANNER *************/

#search-banner p:first-child{
	font-size:22px;
	font-weight:300;
}

#search-banner p{
	font-size:25px;
}

#search-banner h2{
	font-weight:bold;
	font-size:45px;
}

#search-banner .btn{
	margin-top:30px;
	font-size:20px;
	padding:11px 27px;
	font-weight:bold;
	text-transform:uppercase;
}

/* -----------------------------------------------------
		Highlights
   ----------------------------------------------------- */

.highlight-box .h-icon{
	float:left;
	width:87px;
	font-size:70px;
}

.highlight-box .h-icon .fa-plane{
	margin-top:27px;
}

.highlight-box .h-text.cruise,
.highlight-box .h-text.taxi{
	padding-left:12px;
}

.highlight-box .h-icon .fa-ship,
.highlight-box .h-icon .fa-taxi{
	font-size:65px;
	margin-top:27px;
}

.highlight-box .h-text{
	overflow:hidden;
}

.highlight-box .h-text .numbers{
	font-size:50px;
	font-weight:bold;
}

.highlight-box .h-text p{
	text-transform:uppercase;
	font-size:18px;
	margin-top:2px;
	margin-bottom:0px;
}

/************* HIGHLIGHTS-2 *************/

#highlights.highlights-2{
	padding:62px 0px;     float: left;
    width: 100%;
}

#highlights.highlights-2 .highlight-box .h-text p{
	margin-top:-8px;
}

/* -----------------------------------------------------
		Testimonials
   ----------------------------------------------------- */

#testimonials .page-heading h2,
#testimonials-2 .page-heading h2{
	font-size:52px;
}

/************* QUOTE-CAROUSEL *************/

#quote-carousel .item blockquote{
	padding:0px 200px;
	text-align:center;
	font-size:17px;
	line-height:1.8em;
}

#quote-carousel .item .rating{
	margin-bottom:10px;
}

#quote-carousel .item small{
	font-size:25px;
	font-weight:bold;
	text-transform:uppercase;
}

#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 35px;
    margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
    width: 80px;
    height: 80px;
    cursor: pointer;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s;
    vertical-align: middle;
}

#quote-carousel .carousel-indicators li img{
	width:100%;
}

#quote-carousel .carousel-indicators li.active {
    width: 110px;
    height: 110px;
    opacity: 1;
    transition: all .2s;
	margin-right:6px;
	margin-left:2px;
}

/************* CRUISE HOMEPAGE *************/

#cruise-homepage #quote-carousel .item blockquote{
	padding:0px 150px;
	text-align:center;
	font-size:18px;
	line-height:1.4em;
	margin-bottom:50px;
}

#cruise-homepage #quote-carousel .item .rating{
	margin:20px 0px 30px;
}

#cruise-homepage #quote-carousel .item .rating .fa{
	font-size:22px;
}

#cruise-homepage #quote-carousel .item .position{
	font-size:16px;
}

/************* OWL-TESTIMONIALS *************/

#owl-testimonials{
	margin-top:50px;
}

#owl-testimonials .item{
	text-align:center;
	padding:0px 10px;
}

#owl-testimonials .review-block img{
	display:inline-block;
	margin-bottom:23px;
}

#owl-testimonials .review-block p{
	font-size:18px;
	width:740px;
	margin:0px auto 27px;
}

#owl-testimonials .review-block small{
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
}

#owl-testimonials .review-block .position{
	font-size:16px;
	text-transform:uppercase;
}

#owl-testimonials .owl-controls{
	margin-top:35px;
}

#owl-testimonials .owl-pagination .owl-page span{
	height:17px;
	width:17px;
}

/* -----------------------------------------------------
		Latest Blog
   ----------------------------------------------------- */

.latest-block{
	margin:15px 0px;
}

.latest-info{
	padding:14px 20px;
}

.latest-info li{
	font-size:12px;
}

.latest-info li .fa{
	font-size:14px;
	margin-right:8px;
}

.latest-info li .author{
	float:right;
	font-size:14px;
}

.latest-desc{
	padding:20px;
	position:relative;
}

.latest-desc a{
	font-size:18px;
}

.latest-desc p{
	margin-top:7px;
	font-weight:normal;
	font-size:14px;
	text-transform:none;
	line-height:1.4em;
}

.latest-desc .arrow .fa{
	position:absolute;
	bottom:20px;
	right:20px;
}

/* -----------------------------------------------------
		Packages
   ----------------------------------------------------- */

.package .pkg-features li{
	font-size:15px;
	padding-top:7px;
	padding-bottom:7px;
	text-transform:uppercase;
}

.package .btn{
	margin-top:5px;
	text-transform:uppercase;
	font-size:15px;
	padding:10px 28px;
	font-weight:normal;
}

/************* HOTEL-PACKAGES *************/

.hotel-package{
	padding:40px 15px 50px;
	transition:.4s;
}

.h-pkg-title{
	font-size:26px;
	font-weight:300;
	text-transform:uppercase;
	margin-bottom:25px;
}

.h-pkg-price{
	font-size:38px;
	font-weight:bold;
	margin-bottom:0px;
	text-transform:uppercase;
	height:142px;
	width:142px;
	display:inline-block;
	padding-top:40px;
	transition:.4s;
}

.h-pkg-price span{
	display:block;
	font-size:18px;
	margin-top:-20px;
}

.hotel-package .pkg-features{
	padding:23px 35px;
}

/*************** TOUR-PACKAGES *************/

.tour-package{
	margin-top:30px;
	transition:.4s;
}

.tour-package .t-pkg-heading{
	padding:51px 20px;
}

.tour-package .t-pkg-title{
	font-size:34px;
	font-weight:900;
	text-transform:uppercase;
	margin-bottom:5px;
}

.tour-package .t-pkg-price{
	font-size:22px;	
	text-transform:uppercase;
	margin-bottom:0px;
}

.tour-package .pkg-features{
	padding:30px 48px 53px 48px;
}

.tour-package .pkg-features li{
	padding-top:8px;
	padding-bottom:8px;
}

.tour-package .pkg-features .btn{
	margin-top:42px;
}

/* -----------------------------------------------------
		Newsletter
   ----------------------------------------------------- */

.newsletter h2{
	font-weight:900;
	text-transform:uppercase;
}

.newsletter form input{
	font-size:16px;
}

/************* NEWSLETTER-1 *************/

#newsletter-1 h2{
	font-size:36px;
}

#newsletter-1 p{
	font-size:18px;
	margin-bottom:40px;
	text-transform:uppercase;
}

#newsletter-1 form .form-group{
	width:610px;
	margin:0 auto;
}

#newsletter-1 form .input-group-btn .btn{
	font-size:22px;
	width:75px;
}

#newsletter-1 form input,
#newsletter-1 form .input-group-btn .btn{
	height:60px;
}

/************* NEWSLETTER-2 *************/

#newsletter-2{
	padding:38px 0px;
}

#newsletter-2 h2{
	font-size:2.25em;
	margin-bottom:0px;
	margin-top:5px;
}

#newsletter-2 form .form-group{
	margin-bottom:0px;
}

#newsletter-2 form .input-group-btn .btn{
	font-size:20px;
	width:60px;
}

#newsletter-2 form input,
#newsletter-2 form .input-group-btn .btn{
	height:52px;
}

/* -----------------------------------------------------
		Contact Form
   ----------------------------------------------------- */
 

#contact-form .page-heading h2{
	font-size:52px;
}

#contact-form form{
	padding:30px 30px;
	margin-top:30px;
}

#contact-form form .form-group{
	position:relative;
}

#contact-form .form-group input,
#contact-form form .btn{
	height:38px;
}

#contact-form .form-group input,
#contact-form .form-group textarea{
	padding-left:15px;
}

#contact-form .form-group textarea{
	padding-top:12px;
}

#contact-form .form-group .fa{
	position:absolute;
	top:16px;
	left:12px;
}

.contact-block{
	margin-top:13px;
	padding:5px 5px;
	position:relative;
	overflow:hidden;
}

.contact-block:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:1px;
	height:79%;
}

.contact-block:after{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:89%;
	height:1px;
}

.border-shape:before{
	content:'';
	position:absolute;
	right:0px;
	bottom:0px;
	width:1px;
	height:79%;
}

.border-shape:after{
	content:'';
	position:absolute;
	right:0px;
	bottom:0px;
	width:89%;
	height:1px;
}

.contact-block .fa{
	font-size:40px;
	margin-bottom:20px;
}

.contact-block p{
	font-size:14px;
	margin-bottom:0px;
}

/* -----------------------------------------------------
		Footer
   ----------------------------------------------------- */

#footer.ftr-heading-mgn-1 .footer-heading{
	margin-bottom:35px;
}

#footer.ftr-heading-mgn-2 .footer-heading{
	margin-bottom:20px;
}

.footer-widget .footer-heading{
	font-size:26px;
	font-weight:bold;
}

.footer-widget ul li,
.footer-widget a,
.footer-widget p{
	font-size:15px;
}

.footer-widget ul li:last-child{
	margin-bottom:0px;
}

.footer-widget.ftr-contact li{
	margin-bottom:21px;
}

.footer-widget.ftr-contact li:nth-child(2){
	font-size:20px;
}

.footer-widget.ftr-contact li .fa{
	font-size:20px;
	width:25px;
	margin-right:7px;
}

.footer-widget.ftr-links li{
	text-transform:uppercase;
	margin-bottom:9px;
}

.instagram-list li{
	margin-top:8px;
	padding-right:10px;
}

.instagram-list li:nth-child(n+4){
	margin-top:14px;
}

.footer-widget.ftr-about p{
	line-height:1.72em;
}

.footer-widget.ftr-about .social-links{
	margin-top:22px;
}

.footer-widget.ftr-about .social-links li a{
	font-size:21px;
}

.footer-widget.ftr-about .social-links li{
	margin-right:12px;
	margin-top:10px;
}

.footer-widget.ftr-in-touch form{
	margin-top:26px;
}

.footer-widget.ftr-in-touch input{
	height:37px;
}

.footer-widget.ftr-in-touch textarea{
	height:155px;
	padding-top:10px;
	padding-left:15px;
}

.footer-widget.ftr-in-touch input,
.footer-widget.ftr-in-touch textarea{
	text-transform:uppercase;
	margin-bottom:22px;
}

.footer-widget.ftr-in-touch .btn{
	padding:7px 70px;
	font-size:16px;
	margin-top:5px;
	float:right;
}

.footer-widget.ftr-newsletter form{
	margin-top:30px;
}

.footer-widget.ftr-newsletter input{
	font-size:14px;
}

.footer-widget.ftr-newsletter .input-group-btn .btn{
	font-size:20px;
	height:46px;
}

.footer-widget.ftr-map iframe{
	height:270px;
}

#footer-bottom{
	padding-top:30px;
	padding-bottom:30px; float: left;
    width: 100%;
}

#footer-bottom p,
#footer-bottom ul{
	margin-bottom:0px;
	font-size:15px;
}

#footer-bottom li:first-child{
	position:relative;
	padding-right:10px;
}

#footer-bottom li:first-child:after{
	content:"";
	position:absolute;
	right:0;
	top:5px;
	height:15px;
	width:1px;
	display:block;
}

/* -----------------------------------------------------
		Page Cover
   ----------------------------------------------------- */

.page-cover{
	padding:70px 0px;
	position:relative;
}

.page-cover::before{
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:100%;	
	width:100%;
}

.page-cover h1{
	font-size:32px;
	font-weight:bold;
	margin-bottom:6px;
}

.page-cover .breadcrumb{
	padding:0px;
	margin:0px;
	font-size:14px;
	font-weight:300;
}
.page-cover .breadcrumb li a{
	text-decoration:none;
}

/** New **/

.cover-navbar-wrapper.pt-164{
	padding-top:164px;
}

.cover-navbar-wrapper.pt-215{
	padding-top:215px;
}

.style.page-cover::before{
	display:none;
}

.page-cover.p-20{
	padding:20px 0px;
}

.page-cover.p-20 .page-title{
	margin-bottom:0px;
	font-size:25px;
}

.page-cover.p-20 .breadcrumb{
	margin-top:6px;
}

/*********** PAGE-COVER STYLE2 **********/

.page-cover.style2 .page-title{
	float:left;
}

.page-cover.style2 .breadcrumb{
	text-align:right;
	margin-top:13px;
}

/*********** PAGE-COVER STYLE4 ***********/

.page-cover.style4 .breadcrumb{
	float:left;
	margin-top:13px;
}

.page-cover.style4 .page-title{
	text-align:right;
}

/*********** PAGE-COVER STYLE5 ***********/

.page-cover.style5 .pt-icon-left{
	float:left;
	transform:rotateY(180deg);
}

.page-cover.style5 .pt-icon-right{
	float:right;
}

/* -----------------------------------------------------
		Sidebar
   ----------------------------------------------------- */

/******** GRID/LIST PAGE SIDEBAR ********/

.side-bar-block{
	margin-bottom:40px;
}

.side-bar-block:last-child{
	margin-bottom:0px;
}

.side-bar .filter-block{
	padding:33px 25px 50px;
}

.side-bar .filter-block h3{
	font-weight:bold;
	font-size:25px;
	margin-bottom:0px;
}

.side-bar .filter-block p{
	font-size:13px;
}

.side-bar .filter-block .panels-group{
	margin:30px 0px 25px;
}

.side-bar .filter-block .panel-default{
	margin-bottom:13px;
}

.side-bar .filter-block .panel-heading{
	padding:0px;
	position:relative;
}

.side-bar .filter-block .panel-heading a{
	display:block;
	padding:8px 12px;
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
}

.side-bar .filter-block .panel-heading span{
	position:absolute;
	font-size:16px;
	right:10px;
	top:6px;
}

.side-bar .filter-block .panel-heading .fa-angle-down{
	font-size:22px;
	margin-top:2px;
}

.side-bar .filter-block .panel-body ul li label input{
	margin-right:10px;
}

.side-bar .filter-block .panel-body ul li label{
	font-weight:normal;
	font-size:13px;
}

.side-bar .filter-block .price-slider input{
	text-align:center;
	width:100%;
	font-size:26px;
	font-weight:bold;
	margin-bottom:20px;
}

.side-bar .filter-block .ui-slider-horizontal{
	height:.4em;
}

.side-bar .filter-block .ui-slider .ui-slider-handle{
	width:.85em;
	height:.93em;
}

.side-bar .support-block{
	padding:33px 25px 50px;
}

.side-bar .support-block h3{
	font-size:25px;
	font-weight:bold;
}

.side-bar .support-block p{
	font-size:13px;
}

.side-bar .support-contact span{
	font-size:22px;
	margin-right:13px;
	float:left;
}

.side-bar .support-contact p{
	font-size:22px;
	font-weight:bold;
	overflow:hidden;
}

.side-bar .ad-img{
	position:relative;
}

.side-bar .ad-mask{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}



#popup-ad .modal-body .popup-ad-text p{
	margin:25px 0px 30px;
}

#popup-ad .modal-body .popup-ad-img img{
	max-height:250px;
	display:inline-block;
}
   
/* -----------------------------------------------------
		Extra Pages
   ----------------------------------------------------- */

/************ ABOUT US PAGE *************/

#about-content .about-img img{
	width:100%;
}

#about-content .about-detail{
	padding:63px 47px 63px;
}

#about-content .about-detail h2{
	font-size:32px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:18px;
}

#about-content .about-detail p:nth-of-type(1){
	font-size:16px;
	line-height:1.35em;
	margin-bottom:23px;
}

#about-content .about-detail p:nth-of-type(2){
	font-size:15px;
	margin-bottom:0px;
}

#owl-team .item{
	padding:15px;
	text-align:center;
}

.member-block{
	transition:.4s;
}

.member-img{
	padding:23px;
}

.member-img img{
	display:inline-block;
	margin-bottom:15px;
}

.member-img .contact-links li{
	font-size:27px;
	margin-top:15px;
}

.member-name{
	padding:16px;
}

.member-name h3{
	margin-bottom:2px;
	font-weight:bold;
}

.member-name p{
	text-transform:uppercase;
	font-size:15px;
	margin-bottom:0px;
}

#owl-team .owl-controls{
	margin-top:30px;
}

#team-page .member-block{
	margin:15px 0px;
}

/*********** ABOUT US 2 PAGE ************/

#about-content-2 #abt-cnt-2-img img{
	max-height:450px;
}

#about-content-2 #abt-cnt-2-text h2 {
	text-transform:uppercase;
	font-size:27px;
}

#about-content-2 #abt-cnt-2-text h2 > span{
	font-weight:900;
	font-size:44px;
	display:block;
	margin-top:10px;
}

#about-content-2 #abt-cnt-2-text p{
	font-size:16px;
	margin:30px 0px 25px;
}

#about-content-2 .abt-cnt-2-ftr{
	margin-top:20px;
}

#about-content-2 .abt-cnt-2-ftr .fa{
	font-size:28px;
	height:60px;
	width:60px;
	text-align:center;
	padding-top:15px;
	margin-bottom:10px;
}

#why-us-tabs .nav-tabs li a{
	padding:10px 20px;
	font-size:16px;
	margin-bottom:1px;
}

#why-us-tabs .nav-tabs li a span{
	margin-right:10px;	
	font-size:18px;
}

#why-us-tabs .tab-content .tab-pane{
	padding:20px 20px 35px;
}

#why-us-tabs .tab-content .tab-pane a{
	margin-top:14px;
	display:inline-block;
	font-weight:bold;
	font-size:15px;
	text-transform:uppercase;
}

#why-us-tabs .tab-content .tab-pane a span{
	margin-left:10px;
}

#progress-bars .progress{
	overflow:visible;
}

#progress-bars .progress-bar span{
	position:relative;
	float:right;
	padding:0px 5px;
	margin-top:-27px;
}

#progress-bars .progress-bar span::after{
	position: absolute;
	content: "";
	border-width: 6px 4px 0 4px;
	left: 50%;
	bottom: -6px;
	margin-left: -4px;
}

#company-logos{
	margin-top:80px;
}

#company-logos h3{
	margin-bottom:4px;
}

#owl-company-logo .item{
	margin:2px 0px;
}

#owl-company-logo .item img {
    max-width: 100%;
    max-height: 130px;
    display: inline-block;
}

/************** ERROR PAGE **************/

#error-text{
	text-align:center;
}

.company-name{
	font-size:38px;
	text-transform:uppercase;
	font-weight:900;
	margin-bottom:-15px;
}

.company-name .fa{
	font-size:55px;
	margin-right:13px;
	position:relative;
	top:5px;
}

#error-text h2{
	font-size:316px;
	font-weight:300;
	margin-bottom:-55px;
}

#error-text p{
	font-size:30px;
	text-transform:uppercase;
	width:510px;
	margin:0 auto 70px;
	line-height:1.35em;
}

#error-text .btn{
	font-size:20px;
	padding:14px 50px;
}

/************* ERROR PAGE 2 *************/

.full-page-body{
    display: table;
    height: 100%;
    left: 0;
    margin: 0;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

.full-page-wrapper{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.full-page-wrapper .full-page-content{
    min-height: 400px;
	padding:70px 0px;
}

.error-page-2-circle h2{
	font-size:75px;	
	height:220px;
	width:220px;
	text-align:center;
	padding-top:55px;
	display:inline-block;
	position:relative;
	z-index:9999;
}

.error-page-2-text h2{
	font-size:36px;
	margin-bottom:20px;
}

.error-page-2-text p{
	font-size:18px;
	margin-bottom:20px;
}

.error-page-2-text .btn{
	margin-top:20px;
	border-radius:30px;
	font-size:18px;
	padding:12px 45px;
}

/********** COMING SOON PAGE ************/

#coming-soon-text{
	text-align:center;
}

#coming-soon-text h2{
	font-size:92px;
	font-weight:300;
	text-transform:uppercase;
	margin-top:83px;
}

#coming-soon-text p{
	font-size:30px;
	text-transform:uppercase;
}

#coming-soon-text form .form-group{
	width:360px;
	margin:60px auto 95px;
}

#coming-soon-text form input{
	font-size:15px;
	height:42px;
}

#coming-soon-text .input-group-btn .btn{
	height:42px;
	width:52px;
	font-size:28px;
}

#coming-soon-text .input-group-btn .btn i{
	position:relative;
	top:-7px;
}

#coming-soon-text .timer li{
	height:112px;
	width:112px;
	font-size:16px;
	padding-top:28px;
	margin:20px 14px; 
	overflow:hidden;
}

#coming-soon-text .timer li .digit{
	font-size:54px;
	font-weight:300;
	display:block;
	margin-bottom:23px;
}

/********** COMING SOON 2 PAGE ***********/

#coming-soon-page-2 .full-page-title{
	margin-bottom:25px;
}

#coming-soon-page-2 .company-name{
	margin-bottom:20px;
}

#coming-soon-page-2  h2{
	margin-bottom:20px;
}

#coming-soon-page-2 .coming-soon-2-timer ul li{
	margin-top:30px;	
	text-transform:uppercase;
}

#coming-soon-page-2 .coming-soon-2-timer ul li .digit{
	display:block;
	font-size:40px;
	margin-bottom:8px;
	width:120px;
	height:120px;
	padding-top:48px;
}

#coming-soon-page-2-text .full-page-copyright{
	margin-bottom:0px;
}

#coming-soon-page-2-text form .form-group{
	width:380px;
	margin:60px auto 55px;
}

#coming-soon-page-2-text form input{
	font-size:15px;
}

#coming-soon-page-2-text form input,
#coming-soon-page-2-text form .btn{
	height:45px;
}

#coming-soon-page-2-text form .btn{
	padding:0px 20px;
}

/********* BLOG LISTINGS PAGE ***********/

.blog-list{
	transition:.4s;
	margin-bottom:60px;
}

.blog-post:last-child{
	margin-bottom:0px;
}

.blog-post-img{
	overflow:hidden;
}

.blog-post .blog-post-img img{
	width:100%;
	transition:.4s;
	max-height:440px;
}

.blog-post-img .main-mask{
	padding:15px 43px;
}

.blog-post-img .main-mask .blog-post-info li{
	text-transform:uppercase;
	font-size:13px;
}

.blog-post-img .main-mask .blog-post-info li .fa{
	margin-right:10px;
	font-size:14px;
}

.blog-post-img .main-mask .blog-post-info li:nth-child(2){
	margin-left:13px;
}

.blog-post-img .main-mask .blog-post-info li:nth-child(2) a{
	font-weight:bold;
}

.blog-post-detail{
	padding:45px 40px;
}

.blog-post-detail .blog-post-title{
	font-size:22px;
	margin-bottom:7px;
}

.blog-post-detail .blog-post-title a{
	text-decoration:none;
	display:inline-block;
}

.blog-post-detail p{
	line-height:1.6em;
}

.blog-post-detail .btn{
	font-size:12px;
	padding:6px 22px;
	margin-top:12px;
}

#blog-listings .side-bar .ad-block,
#blog-details .side-bar .ad-block{
	margin-bottom:90px;
}

/********** BLOG DETAILS PAGE ***********/

#blog-details .blog-post-detail{
	padding-bottom:60px;
}

#blog-details .blog-post-detail p{
	font-size:15px;
	margin-bottom:20px;
	line-height:1.5em;
}

#blog-details .content-side{
	margin-top:0px;
}

#blog-details .side-bar-block{
	margin-bottom:90px;
}

#blog-details .side-bar-block.search{
	margin-bottom:60px;
}

#blog-details .blog-list-detail .list-title{
	margin-bottom:20px;
}

#blog-details .blog-list-block p{
	margin-bottom:25px;
}

#comments{
	margin-top:120px;
	width:95%;
}

.comment-block{
	margin-bottom:85px;
}

.comment-block .user-img{
	float:left;
	margin-right:28px;
	margin-top:7px;
}

.comment-block .user-text{
	overflow:hidden;
}

.comment-block .user-text ul .user-name{
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	position:relative;
	padding-right:12px;
}

.comment-block .user-text ul .user-name:after{
	content:"";
	position:absolute;
	right:0;
	top:1px;
	height:20px;
	width:2px;
	display:block;
}

.comment-block .user-text ul .date{
	font-size:16px;
	padding-left:10px;
}

.comment-block .user-text p{
	font-size:14px;
	margin-top:12px;
	margin-bottom:20px;
	line-height:1.43em;
}

.comment-block .user-text a{
	font-size:15px;
	text-decoration:none;
}

.comment-block .user-text .fa{
	font-size:18px;
	margin-right:10px;
}

.reply-block{
	padding-left:100px;
	margin-top:75px;
}

#comment-form{
	margin-top:115px;
}

#comment-form .innerpage-heading h1{
	font-size:26px;
	margin-bottom:38px;
	text-transform:capitalize;
}

#comment-form .form-group{
	margin-bottom:27px;
}

#comment-form input{
	font-size:14px;
	padding-left:15px;
}

#comment-form textarea{
	font-size:14px;
	padding-top:15px;
}

#comment-form .btn{
	font-size:16px;
	margin-top:35px;
	padding:7px 40px;
}


/************** GALLERY	PAGE **************/

#gallery-page .page-heading{
	margin-bottom:50px;
}

#gallery-page .page-heading .heading-line{
	margin-bottom:25px;
}

#gallery-page #gallery .gallery-product{
	padding:10px;
}

#gallery-page .butn .btn{
	font-size:18px;
}

/************** DASHOBARD ***************/

.page-cover.dashboard{
	padding:25px 0px;
}

.page-cover.dashboard .page-title{
	display:inline-block;
	font-size:22px;
	margin-bottom:0px;
}

.page-cover.dashboard .breadcrumb{
	float:right;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:5px;
}

.dashboard-heading h2{
	font-size:50px;
	font-weight:900;
	text-transform:uppercase;
	margin-bottom:20px;
}

.dashboard-heading p:nth-of-type(1){
	font-size:28.24px;
	margin-bottom:3px;
}

.dashboard-heading p:nth-of-type(2){
	font-size:18.76px;
}

.dashboard-wrapper{
	margin-top:55px;
}

.dashboard-nav .nav-tabs{
	margin-top:12px;
}

.dashboard-nav .nav-stacked > li + li {
    margin-top: 0px;
}

.dashboard-nav .nav-tabs li a{
	font-size:18px;
	font-weight:900;
	padding:20px 0px;
	margin-bottom:5px;
}

.dashboard-nav .nav-tabs li .fa{
	display:block;
	font-size:25px;
	margin:0 auto 10px;
	height:55px;
	width:55px;
	text-align:center;
	padding-top:13px;
}

.dashboard-content .btn{
	text-transform:none;
	font-weight:900;
}

.dash-content-title{
	font-size:35px;	
	margin-bottom:30px;
}

.info-stat .stat-block{
	text-align:center;
	padding:15px 0px;
	margin-bottom:28px;
}

.info-stat .stat-block .fa{
	font-size:60px;
	margin-bottom:5px;
}

.info-stat .stat-block h3{
	font-size:32px;
	font-weight:900;
	margin-bottom:-2px;
}

.info-stat .stat-block p{
	font-size:16px;
	letter-spacing:0.15em;
}

.dashboard-listing table{
	margin-bottom:0px;
}

.dashboard-listing .dash-listing-heading{
	font-size:18px;
	font-weight:900;	
	padding:15px 35px;
	margin-bottom:0px;
}

.dashboard-listing table td.dash-list-icon{
	width:85px;
	padding-left:35px;
}

.dashboard-listing table td.dash-list-icon .fa{
	font-size:18px;
	height:37px;
	width:38px;
	text-align:center;
	padding-top:10px;
}

.dashboard-listing table td.dash-list-text{
	padding-left:8px;
	padding-right:8px;
}

.dashboard-listing table td.dash-list-btn{
	text-align:right;
}

.dashboard-listing table td.dash-list-btn .btn{
	opacity:0;
}

.recent-activity td.recent-ac-icon{
	padding:12px 8px 12px 35px;
}

.recent-activity td.recent-ac-text{
	font-size:18px;
	padding:17px 8px 12px 8px;
}

.recent-activity td.recent-ac-text span{
	font-weight:900;
}

.recent-activity td.del-field{
	padding:17px 25px 12px 8px;
}

.dashboard-listing.invoices{
	margin-top:50px;
}

.invoices td.invoice-icon{
	padding-top:26px;
}

.invoices td.invoice-text{
	padding:15px 0px;
}

.invoices td.invoice-text h4{
	font-weight:900;
}

.invoices td.invoice-text .invoice-info{
	font-size:17px;
}

.invoices td.invoice-text .invoice-info li{
	position:relative;
	padding-right:12px;
	margin-right:2px;
}

.invoices td.invoice-text .invoice-info li:after{
	content:'';
	position:absolute;
	top:5px;
	right:0;
	display:block;
	height:16px;
	width:1px;
}

.invoices td.invoice-text .invoice-info li:last-child:after{
	display:none;
}

.invoices td.dash-list-btn{
	padding-top:30px;
	padding-right:40px;
}

.invoices td.dash-list-btn .btn-orange{
	font-size:14px;
	text-transform:none;
	padding:5px 8px;
}


/*************** DASHBOARD-2 **************/

#dashboard-tabs{
	margin-top:67px;
}

#dashboard-tabs .nav-tabs li a{
	font-size:20px;
	margin:0px 1px;
	padding:15px 10px;
}

#dashboard-tabs .nav-tabs li a .fa{
	margin-right:15px;
	font-size:25px;
}

#dashboard-tabs .tab-content .tab-pane .dashboard-content{
	padding:50px 30px 30px;
}

/************** PROFILE PAGE **************/

.user-profile .panel-default{
	margin-bottom:0px;
}

.user-profile .panel-default .panel-heading{
	padding:12px 40px;
}

.user-profile .panel-default .panel-heading h4{
	font-weight:900;
	font-size:18px;
	margin-bottom:0px;
}

.user-profile .panel-default .panel-body{
	padding:35px 40px;
}

.user-profile .panel-body .user-img img{
	width:100%;
}

.user-profile .panel-body .user-detail li{
	font-size:16px;
	margin-bottom:8px;
}

.user-profile .panel-body .user-detail li span{
	font-weight:bold;
}

.user-profile .panel-body .user-detail .btn{
	margin-top:20px;
	font-size:16px;
	padding:5px 20px;
}

.user-profile .panel-body .user-desc{
	margin-top:40px;
}

.user-profile .panel-body .user-desc h4{
	font-weight:900;
	font-size:20px;
	margin-bottom:15px;
}

.user-profile .panel-body .user-desc p{
	font-size:14px;
	line-height:1.7em;
}

/************** BOOKING PAGE ************/

.booking-trips .dash-listing-heading .custom-radio {
	margin:0 0.75em 0 0;
	display:inline;
}

.booking-trips .dash-listing-heading input[type="radio"] {
    display:none;
}

.booking-trips .dash-listing-heading input[type="radio"] + label {
	font-weight:normal;
	cursor:pointer;
}

.booking-trips .dash-listing-heading input[type="radio"]:checked + label{
	font-weight:900;
}

.booking-trips .dash-listing-heading input[type="radio"] + label span {
    display:inline-block;
    width:13px;
    height:13px;
    margin:-2px 15px 0 0;
    vertical-align:middle;
    cursor:pointer;
}

.booking-listing td.booking-list-date,
.booking-listing td.booking-list-detail,
.booking-listing td.dash-list-btn{
	padding-top:30px;
	padding-bottom:30px;	
}

.booking-listing td.booking-list-date{
	text-align:center;
}

.booking-listing td.booking-list-date .b-date{
	padding:11px 14px;
	margin-top:6px;
}

.booking-listing td.booking-list-date h3{
	font-size:33.57px;
	font-weight:900;
	margin-bottom:-8px;
}

.booking-listing td.booking-list-date p{
	margin-bottom:0px;
}

.booking-listing td.booking-list-detail h3{
	font-size:24.5px;
	font-weight:900;
}

.booking-listing td.booking-list-detail li{
	font-size:13.12px;
}

.booking-listing td.booking-list-detail li span{
	font-weight:900;
}

.booking-listing td.booking-list-detail li .line{
	margin:0px 6px;
}

.booking-listing td.booking-list-detail .btn{
	margin-top:15px;
	font-size:15px;
	padding:4px 22px;
}

.booking-listing td.dash-list-btn{
	padding-right:30px;
}

.booking-listing td.dash-list-btn .btn{
	font-size:13px;
	padding:4px 0px;
	width:90px;
	margin-bottom:15px;
}

.booking-listing td.dash-list-btn .btn:nth-child(2){
	margin-left:15px;
}

/************* WISHLIST PAGE ************/

.wishlist table{
	margin-bottom:0px;
}

.wishlist table tr{
	margin-bottom:28px;
}

.wishlist table tr:last-child{
	margin-bottom:0px;
}

.wishlist table tr td{
	padding:0px;
}

.wishlist td.wishlist-img img{
	width:100%;
}

.wishlist-text h3{
	font-size:25px;
	font-weight:900;
}

.wishlist-text h3 .rating{
	margin-left:10px;
	font-size:18px;
}

.wishlist td.wishlist-text{
	padding:20px 30px 35px;
}

.wishlist td.wishlist-text .order{
	font-size:15px;
}

.wishlist td.wishlist-text .order span{
	font-weight:900;
}

.wishlist td.wishlist-text .btn{
	margin-top:15px;
	padding:5px 22px;
	font-size:13px;
	width:110px;
}

.wishlist td.wishlist-btn{
	padding:20px 20px 20px 8px;
}

.wishlist td.wishlist-btn .btn{
	padding:5px 22px;
	font-size:13px;
}

/************** CARD PAGE **************/

.my-cards a{
	text-decoration:none;
}

.card-block{
	padding:28px 35px;
	margin-top:33px;
	min-height:319px;
	position:relative;
}

.card-block .card-number{
	font-size:34.59px;
	margin-bottom:3px;
}

.card-block .card-expiry{
	font-size:21.14px;
	margin-bottom:30px;
}

.card-block .primary-tag{
	position:absolute;
	right:-1px;
	top:-1px;
	padding:7px 15px 7px;
}

.card-block .primary-tag h4{
	font-size:14px;
	margin-bottom:0px;
}

.card-block h4{
	font-size:20px;
	margin-bottom:4px;
}

.card-block .card-name{
	margin-bottom:33px;
}

.card-block .user-name{
	font-size:24.98px;
	font-weight:900;
}

.card-block ul li.card-links{
	float:right;
}

.card-block ul li.card-links .btn{
	margin-left:25px;
	font-size:34px;
	padding:0px;
}

.card-block.add-card{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	text-align:center;
}

.card-block.add-card .fa{
	font-size:70px;
	margin-bottom:15px;
}

.custom-modal .modal-content{
	position:relative;
	overflow:hidden;
}

.custom-modal .modal-content:after{
	content:'';
	position:absolute;
	display:block;
	height:100px;
	width:100px;
	right:-50px;
	bottom:-50px;
	transform:rotate(-45deg);
}

.custom-modal .modal-content{
	padding:20px 30px 30px;
}

.custom-modal .modal-body label{
	font-weight:400;
	margin-top:10px;
}

.custom-modal .modal-body .btn{
	margin-top:25px;
	padding:8px 25px;
}

/************** LOGIN PAGES **************/
   
#login .custom-form .link-line{
	font-size:15px;
}

/******** FORGOT PASSWORD PAGE **********/
   
#forgot-password .custom-form .other-links{
	margin-top:40px;
}

#forgot-password .custom-form .link-line{
	margin-top:17px;
}

/********* BEFORE YOU FLY PAGE **********/

.byf-info .nav-tabs li a{
	font-size:16px;
}

.byf-info .nav-tabs li .fa{
	margin-right:8px;
	width:20px;
}

.byf-info .tab-pane{
	padding:50px 40px;
}

.byf-info .tab-pane .byf-info-wrap{
	margin-bottom:50px;
}

.byf-info .tab-pane .byf-info-wrap img{
	width:100%;
}

.byf-info .tab-pane .byf-info-wrap img + h3{
	margin-top:50px;
}

.byf-info .tab-pane .byf-info-wrap .byf-info-heading{
	margin-bottom:15px;
}

.byf-info .tab-pane .byf-info-wrap ul{
	line-height:1.8em;
	margin:20px 0px;
}

.tab-pane .byf-info-wrap:last-child,
.tab-pane .byf-info-wrap p:last-child{
	margin-bottom:0px;
}

/********* TRAVEL INSURANCE PAGE *********/

.tvl-insurance-info .innerpage-heading h1{
	font-size:30px;
	padding-left:15px;
}

.tvl-insurance-info .innerpage-heading p{
	width:100%;
	margin-bottom:30px;
}

.tvl-insurance-info .innerpage-heading p + img{
	margin-bottom:30px;
}

.insurance-desc .innerpage-heading + ul li{
	font-size:16px;
	position:relative;
	padding-left:25px;
	line-height:1.8em;
}

.insurance-desc .innerpage-heading + ul li:before{
	content:'\f101';
	font-family: "FontAwesome";
	position:absolute;
	top:0px;
	left:0px;
	font-size:20px;
}

.in-feature-block{
	margin-top:25px;
}

.in-feature-block .fa{
	font-size:40px;
	width:90px;
	height:90px;
	text-align:center;
	padding-top:24px;
	margin-bottom:20px;
	transition:.4s;
	position:relative;
	z-index:1;
}

.in-feature-block .fa::after{
	position:absolute;
	content:'';
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	z-index:-1;
}

.in-feature-block h4{
	font-weight:bold;
	font-size:21px;
	margin-bottom:10px;
}

.in-feature-block p{
	font-size:15px;
}

/************* HOLIDAYS PAGE *************/

#holiday-trips .owl-holidays .item{
	padding:15px;
}

.big-heading h2{
	font-size:80px;
	font-weight:900;
	text-transform:uppercase;
	text-align:center;
	line-height:0.73em;
	margin-top:-145px;
	margin-bottom:70px;
}

#popular-destinations li{
	margin-top:15px;
	position:relative;
	padding-left:25px;
}

#popular-destinations li:before{
	content:'\f101';
	font-family: "FontAwesome";
	position:absolute;
	top:0px;
	left:0px;
	font-size:20px;
}

#popular-destinations li a{
	font-size:17px;
	font-weight:bold;
	text-decoration:none;
}

/************ THNAK YOU PAGE *************/

.thank-you-note{
	position:relative;
	padding:0px 0px 30px 140px;
}

.thank-you-note:before{
	content:'\f087 ';
	font-family: "FontAwesome";
	position:absolute;
	top:-30px;
	left:0px;
	font-size:130px;
	z-index:-1;
}

.thank-you-note h3{
	margin-bottom:4px;
}

.thank-you-note p{
	font-size:16px;
	margin-bottom:20px;
}

.thank-you-note .btn{
	padding:9px 20px;
}

.t-info-heading{
	margin:60px 0px 40px 0px;
	font-weight:900;
	font-size:24px;
}

.t-info-heading span{
	margin-right:10px;
	padding-bottom:10px;
}

.traveler-info .table-responsive{
	border:0px;
}

.traveler-info table tr td:nth-child(2){
	font-weight:bold;	
}

.traveler-info table tr td:first-child{
	padding-left:0px;
}

.payment-method p{
	font-size:16px;
	margin-bottom:20px;
}

.payment-method ul li{
	margin-right:5px;
}

.payment-method ul li img{
	max-width:100px;
	margin-top:10px;
}

/********** PAYMENT-SUCCESS PAGE *********/

#payment-success{
	position:relative;
}

#payment-success h2{
	font-size:40px;
	text-transform:uppercase;
	font-weight:bold;
}

#payment-success p{
	font-size:20px;
}

#payment-success p:nth-of-type(1){
	margin-bottom:0px;
}

#payment-success .fa-check-circle{
	font-size:120px;
	margin:50px 0px;
}

#payment-success p:nth-of-type(2){
	width:450px;
	margin:10px auto;
}

#payment-success table thead tr td{
	height:50px;
	font-weight:bold;
	font-size:17px;
	text-transform:uppercase;
}

#payment-success table tbody tr td{
	padding:15px 0px;
}

#payment-success table tbody td:fist-child .fa{
	display:block;
}

#payment-success table td{
	width:33.33%;
	font-size:15px;
}

#payment-success table td .fa{
	margin-right:8px;
}

#payment-success table td .t-date{
	display:block;
	font-size:12px;
}

/************* SERVICES-1 PAGE *************/

#services-section{
	padding:103px 0px 88px;
}

.service-block-1{
	margin:30px 0px 15px;
}

.service-block-1 .service-icon-1{
	float:left;
	width:75px;
	margin-right:10px;
}

.service-block-1 .service-icon-1 .fa{
	height:60px;
	width:60px;
	text-align:center;
	padding-top:15px;
	font-size:28px;
	transition:.3s;
}

.service-block-1 .service-text-1{
	overflow:hidden;
}

.service-block-1 .service-text-1 h3{
	font-size:21px;
}

.service-block-1 .service-text-1 p{
	margin-bottom:0px;
}

/************* SERVICES-2 PAGE ************/

.process li{
	position:relative;
	float:left;
	width:33.333333%;
	padding:0 15px;
	text-align:center;
}

.process li:before,
.process li:after{
	position:absolute;
	content: "";
	width:50%;
	height:3px;
	top:45px;
}

.process li:before{
	left:5px;
}

.process li:after{
	left:auto;
	right:5px;
}

.process li:first-child:before,
.process li:last-child:after{
	content: "\f105";
	font-family: 'FontAwesome';
	width:auto;
	height:auto;
	font-size:34px;
	line-height:27px;
	top:30px;
	left:auto;
	right:0;
	margin-right:-4px;
	border:none;
}

.process li:last-child:after{
	left:0;
	right:auto;
	margin-left:-4px;
}

.process-block .fa{
	font-size:35px;
	height:90px;
	width:90px;
	text-align:center;
	padding-top:25px;
	margin-bottom:25px;
	display:inline-block;
	z-index:2;
	position:relative;
	transition:.4s;
}

.process-block h3{
	margin-bottom:18px;
	font-size:22px;
}

.process-block p{
	margin-bottom:0px;
	font-size:15px;
}

.service-intro-img img{
	max-height:500px;
	display:inline-block;
}

.service-intro-text h4{
	font-weight:bold;
}

.service-intro-text h2{
	font-size:45px;
	width:70%;
	margin:20px 0px 30px;
	font-weight:bold;
}

.service-intro-text p{
	font-size:20px;
	margin-bottom:50px;
	width:90%;
}

.service-intro-text .btn{
	font-size:20px;
	padding:10px 27px;
}

.services-list-img img{
	max-height:500px;
}

.services-list .service-block-1{
	margin-top:50px;
}

/************** TEAM-2 PAGE **************/

.member-block-2{
	transition:.3s;
	margin:15px 0px;
}

.member-block-2 .member-img-2{
	position:relative;
}

.member-img-2 img{
	width:100%;
}

.member-name-2{
	position:absolute;
	bottom:-18px;
	left:0px;
	width:100%;
}

.member-name-2 h3{
	display:inline-block;
	padding:7px 12px;
	min-width:160px;
	border-radius:30px;
	font-size:20px;
	margin-bottom:0px;
}

.member-info-2{
	padding:30px 30px;	
}

.member-info-2 h4{
	text-transform:uppercase;
	font-size:16px;
}

.member-info-2 p{
	margin:18px 0px 25px;
}

.member-info-2 .contact-links .fa{
	font-size:30px;
}

/*********** TESTIMONIALS PAGES **********/

#testimonials-page .page-heading h2{
	font-size:52px;
}

/**************** FAQ PAGES **************/

#faq-page .content-side .faq-block{
	margin-bottom:60px;
}

#faq-page .content-side .faq-block:last-child{
	margin-bottom:0px;
}

#faq-page .content-side .faq-heading{
	margin-bottom:30px;
	position:relative;
	padding-left:30px;
}

#faq-page .content-side .faq-heading::before{
	content:'';
	position:absolute;
	top:12px;
	left:0;
	width:20px;
	height:5px;
	display:block;
}

#faq-page .content-side .panel-default{
	margin-bottom:17px;
}

#faq-page .content-side .panel-default:last-child{
	margin-bottom:0px;
}

#faq-page .content-side .panel-default .panel-heading{
	padding:0px;
	position:relative;
	overflow:hidden;
}

#faq-page .content-side .panel-default .panel-title::after{
	content:'';
	position:absolute;
	top:0;
	right:-12px;
	width:55px;
	height:100%;
	display:block;
	transform:skewX(-25deg);
}

#faq-page .content-side .panel-default .panel-heading a{
	padding:10px 15px;
	display:block;
	text-decoration:none;
}

#faq-page .content-side .panel-default .panel-title{
	padding-right:33px;
}

#faq-page .content-side .panel-default .panel-title::before{
	content:'\f107';
	font-family:'FontAwesome';
	font-size:23px;
	position:absolute;
	top:50%;
	line-height:0px;
	right:0;
	width:40px;
	display:block;
	text-align:center;
	z-index:1;
}

#faq-page .side-bar .booking-form-block{
	padding:18px 8px;
	margin-bottom:0px;
}

/*************** TRAVEL-GUIDE *************/

#travel-guide .detail-tabs{
	margin:0px;
}

#travel-guide .tab-content .tab-pane{
	padding:40px 0px;
}

#travel-guide .detail-tabs .tab-text{
	padding-top:0px;
	margin-top:40px;
}

#travel-guide .tab-text h3{
	margin-bottom:15px;	
}

#travel-guide .tab-text table{
	margin:15px 0px 0px;
}

#travel-guide .tab-text table thead{
	font-weight:bold;
	font-size:16px;
}
#travel-guide .tab-text table tbody td:first-child{
	font-weight:bold;
}

#travel-guide .tab-text .table-responsive + p{
	margin-top:30px;
}

#travel-guide .tab-text p{
	margin-bottom:15px;
	width:100%;
}

#travel-guide .tab-text p:last-child{
	margin-bottom:0px;
}

#travel-guide #tv-guide-attractions .item{
	padding:20px 20px 25px;
	margin:1px 0px;
}

#travel-guide #tv-guide-attractions .tab-text{
	margin-top:25px;
}

#travel-guide #tv-guide-attractions h3{
	margin-bottom:3px;
	text-transform:none;
}

#travel-guide #tv-guide-attractions a,
#travel-guide .tv-guide-block .tab-text h3 a{
	text-decoration:none;	
}

#travel-guide .attract-loc{
	font-size:18px;
	margin-bottom:8px;
}

#travel-guide .attract-loc span{
	margin-right:10px;
}

#travel-guide #tv-guide-attractions .table-responsive + p{
	margin-top:23px;
}

#travel-guide #tv-guide-attractions table td{
	width:50%;
}

#travel-guide #tv-guide-attractions .owl-controls{
	margin-top:30px;
}

#travel-guide #tv-guide-attractions .owl-buttons div{
	font-size:40px;
	padding: 0px 11px 2px;
}
	
#travel-guide .tv-guide-block{
	margin-bottom:40px;
	padding-bottom:40px;
}

#travel-guide .tv-guide-block:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
}

#travel-guide .tv-guide-block .tab-text{
	margin-top:0px;
}

#travel-guide .tv-guide-block .tab-text h3{
	margin-bottom:2px;
}

#travel-guide .tv-guide-block .tab-text h3 + p.attract-loc{
	margin-top:0px;
	font-size:15px;
}

#travel-guide .tv-guide-block .tab-text h3 + p{
	margin-top:13px;
}

/* -----------------------------------------------------
		Contact Us
   ----------------------------------------------------- */

#contact-us .map iframe{
	min-height:563px;
	max-height:563px;
}

#contact-us-2 iframe{
	height:400px;
}

.contact-block-2{
	text-align:center;
	padding:40px 30px;
	background:white;
	margin-top:-40px;
	position:relative;
}

.contact-block-2 .fa{
	font-size:40px;
	margin-bottom:20px;
}

.contact-form-2-text .social-links{
	margin-top:35px;
}

.contact-form-2-text .social-links li a{
	font-size:27px;
	margin-right:12px;
}

#contact-form-2 form .btn{
	padding:7px 55px 8px;
	margin-top:15px;
}







#info a { color:#fff;}



#slider6 {
    background: url(../images/banner-image.html) 0% -130px;
       background-size: cover; background-repeat:no-repeat;
    padding:140px 0px 0px;
    width: 100%;
    color: #fff; float: left;    position: relative;
    z-index: 1;
}


.query {
    font-family: 'Roboto', sans-serif;
    padding: 15px 20px;
    background-color: rgba(0, 0, 0, 0.60);
    border-radius: 5px;
	    margin: 0 0 23px;
}

.query h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    text-align: center;
    margin: 0px 0px 15px;
    padding: 0px;
    font-weight: 400;
    color: #fff;
}




.btn-plan {
    font-family: 'Roboto', sans-serif;
    color: #333;
    background-color: #e7c61a;
    width: 100%;
    font-weight: 700 !important;
    margin-top: 5px; padding:10px 0;
    text-transform: uppercase;
}
.btn-plan:hover , .btn-enq:hover, .btn-det:hover {
  color: #fff !important;
}

.heading {
    padding: 50px 100px;
}


.heading h3 {
    font-family: 'Roboto', sans-serif;
    font-size:34px;
    text-shadow: 0px 2px 2px rgba(1, 37, 82, 0.82);
}



.heading h4 {
    font-family: 'Roboto', sans-serif;
    font-size:34px;
    text-shadow: 0px 2px 2px rgba(1, 37, 82, 0.82);
}

.heading h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 300;
    text-shadow: 0px 2px 2px rgba(1, 37, 82, 0.82);
}










.tourb2-ab-p-2 {
       padding-top: 0px;
    padding-bottom: 100px;
    float: left;
    width: 100%;     position: relative;
    z-index: 1;
}



 .spe-title {
     text-align: center;
     position: relative;
     overflow: hidden;
     margin-bottom: 50px;
}
 .spe-title h2 {
     margin-bottom: 0px;
     padding-bottom: 20px;
     margin-top: 0px;
     text-transform: capitalize;
     font-size: 44px;
     color: #253d52;
    /* text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.59);
     */
}
 .spe-title h2 span {
     color: #55b51d;
     font-size: 44px;
     font-weight: 600;
     font-family: 'Quicksand', sans-serif;
}
 .spe-title p {
margin-bottom: 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    padding-top: 12px;
    color: #000;
     font-family: 'Quicksand', sans-serif;
}



.tourb2-ab-p1-left p {
    line-height: 22px;
    color: #666;
    text-align: justify;
    font-size: 13px;
}





 .link-btn {
     text-transform: uppercase;
     font-weight: 700;
     text-decoration: none;
     padding: 6px 15px;
     border-radius: 2px;
     display: inline-block;
     font-family: 'Quicksand', sans-serif;
     text-decoration: none;
     display: inline-block;
     cursor: pointer;
     color: #fff !important;
 
     font-size: 13px;
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     background: #f4364f;
     background: linear-gradient(to bottom,#f4364f,#dc2039);
}
 .link-btn:hover {
     background-color: #e23464;
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     color: #fff;
}

.main-info .main-title a {
    color: #e31623!important;
    font-size: 14px;
}


p.dst {
    height:30px;
    text-transform: capitalize;
    font-size: 14px!important;
}


.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-enq {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #333;
    background-color: #e7c61a;
    font-weight: 700 !important;
    margin: 20px 5px;
}


.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #e7c61a solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}

/* Ripple Out Blue */
@-webkit-keyframes hvr-blu-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-blu-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}



  #contact-form  select{
    border-radius: 0;
    height: 38px;
    padding: 0 0 0 10px;
}


.contact-block a { color:#fff;}

#expert {
    background: #f9f9f9;
    padding: 0px 0px;
    border-bottom: 1px solid #dadada;
	    margin: 0 0 48px;
		float: left;
    width: 100%; 
}


.iconset {
    float: left;
    width: 40px;
    height: 40px;
}

.iconset img {
    width: 80%;
}


.bdr {
    border-right: 1px solid #dadada;
}


#expert h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #333;
    font-size: 20px;
    padding: 0px;
    margin: 0px;
    line-height: 40px;
}

.pad {
    padding:25px 20px 25px;
}



#enquiry {
    z-index: 9;
    position: fixed;
    top: 35%;
    right: 0;
    background: transparent;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.5s;
}



.pop1 {
    width: 160px;
    position: fixed;
    margin-right: -3px;
    left: 20px;
    margin-bottom: 40px;
    bottom: 8px;
    z-index: 9;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: example1;
}



@keyframes example1
{
	0%,100%
{
	bottom:28px;
	right:0}

50%
{
	bottom:48px;
	right:0}

}




@media only screen and (max-width:600px)
{
	.heading {
    padding: 50px 10px;
}
 
 
 #slider6 {
    background: url(../images/banner-image.html);
 background-size: auto;}
 
 
 
#slider {
padding: 89px 0px 0px;}


	
.heading h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    text-shadow: 0px 2px 2px rgba(1, 37, 82, 0.82);
}
	
.spe-title h2, .spe-title h2 span { 
font-size:27px;}


.spe-title p { 
    font-size: 13px;
    text-align: justify;
    line-height: 21px; 
}

.spe-title { 
    margin-bottom: 20px;
}

 p.dst {
 height: auto;}



	
}















.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/loader-orange-2.html) center no-repeat #fff;
}

p{
	color:#808285;
}

.page-heading h2{
	color:#231f20;
}

.page-heading.white-heading h2{
	color:white;
}


.page-heading .heading-line{
	border-color:#faa61a;
	border-width:medium;
}

.innerpage-heading h1{
	color:#000000;
}

.trip-heading span{
	color:#faa61a;
}

.yellow-line{
	border-color:#faa61a;
	border-width:5px;
}

.bg-grey{
	background:#f1f2f2;
}

.btn{
	border-radius:0px;
	border:0px;
}

.btn-orange,
.btn-orange:focus{
	background:#faa61a;
	color:white;
}

.btn-orange:hover{
	background:#010101;
	color:white;
}

.btn-black,
.btn-black:focus{
	background:#000;
	color:white;
}

.btn-black:hover{
	background:#faa61a;
	color:white;
}

.btn-o-border{
	border:1px solid #faa61a;
	color:#faa61a;
}

.btn-o-border:hover{
	border-color:#faa61a;
	color:white;
	background:#faa61a;
}

.btn-w-border{
	border:1px solid #e2e1e1;
	color:white;
}

.btn-w-border:hover{
	border:1px solid white;
	color:black;
	background:white;
}

.btn-g-border,
.btn-g-border:focus{
	border:1px solid #939598;
	color:#565656;
}

.btn-g-border:hover{
	border:1px solid black;
	color:white;
	background:black;
}

.btn-white,
.btn-white:focus{
	background:white;
	color:#000;
}

.btn-white:hover{
	background:#faa61a;
	color:#000;
}

.btn-lightgrey,
.btn-lightgrey:focus{
	background:#efefef;
	color:#000;
}

.btn-lightgrey:hover{
	background:#303030;
	color:white;
}

.owl-carousel.owl-custom-arrow .owl-controls .owl-buttons .owl-prev,
.owl-carousel.owl-custom-arrow .owl-controls .owl-buttons .owl-next{
	border-radius:0px;
	background:#faa61a;
}

.map iframe{
	border:0px;
}

.border-shape-top::before,
.border-shape-top::after{
	background:#333;
}

.border-shape-bot::before,
.border-shape-bot::after{
	background:#faa61a;	
}

@media(max-width:991px){
	
	.back-size{
		background-size:cover !important;
	}
}

@media(max-width:768px){
	
	.table-responsive{
		border:0px;
		margin:0px;
	}
}

/* -----------------------------------------------------
		Top Bar
   ----------------------------------------------------- */

#top-bar{
	background-color:#000;
}

#top-bar.colored{
	background:#faa61a;	
}

#top-bar.transparent{
	background:rgba(0,0,0,0.7);	
}

#top-bar .form-group select{
    background:none;
    -webkit-appearance: none;
    -moz-appearance: none;
	border:0px;
	box-shadow:none;
}

#top-bar .form-group select option{
	color:black;
}

#top-bar.tb-text-white #links ul li a,
#top-bar.tb-text-white #info ul li,
#top-bar.tb-text-white .form-group select,
#top-bar.tb-text-white .form-group .fa {
	color:white;
}

#top-bar.tb-text-white #links > ul > li form:after{
	background:white;
}

#top-bar.tb-text-grey #links ul li a,
#top-bar.tb-text-grey #info ul li,
#top-bar.tb-text-grey .form-group select,
#top-bar.tb-text-grey .form-group .fa{
	color:#939598;
}

#top-bar.tb-text-grey #links > ul > li form:after{
	background:#939598;
}

#flight-homepage #top-bar{
	background:#faa61a;
}

#cruise-homepage #top-bar{
	background:rgba(0,0,0,0.7);
}

/* -----------------------------------------------------
		Navbar
   ----------------------------------------------------- */

.navbar-white{
	background:white;
}

/************* MAIN NAVBAR *************/

.main-navbar{
	border:0px;
	border-radius:0px;
}
  
.main-navbar .navbar-header .navbar-brand {
  color:#000;
  font-weight:900;
}

.main-navbar .navbar-header .navbar-brand span{
  color:#faa61a;
}

.main-navbar .navbar-header .header-search .fa{
	color:#faa61a;
}

.main-navbar .navbar-header .navbar-toggle {
	background:none;
	border:0;
}

.main-navbar .navbar-header .navbar-toggle span{
	background:#000;
}

.main-navbar .navbar-collapse{
	border-color:#f2f2f2;
}

.main-navbar .nav > li > a{
	color:#58595b;
}

.main-navbar .navbar-nav > li::before{
	background:#faa61a;
}

.main-navbar .navbar-nav > li::before{
	background:#faa61a;
}

.main-navbar .nav > li > a:hover,
.main-navbar .nav > li > a:focus,
.main-navbar .nav > li > a:focus:hover,
.main-navbar .nav > li.active > a,
.main-navbar .nav > li.active > a:focus,
.main-navbar .nav > li.active > a:hover,
.main-navbar .nav > li.active > a:focus:hover {
	color: #faa61a;
	background-color: transparent;
}

.main-navbar .navbar-search-link > li:last-child a{
	border:1px solid #faa61a;
	color:#faa61a;
	border-radius:100%;
}

.main-navbar .navbar-search-link > li:last-child a:hover{
	background:#faa61a;
	color:white;
}

.main-navbar .navbar-nav > li.dropdown.active.open > a, 
.main-navbar .navbar-nav > li.dropdown.active > a:hover,
.main-navbar .navbar-nav > li.dropdown.open > a, 
.main-navbar .navbar-nav > li.dropdown.open > ul.dropdown-menu > a:hover{
	color:#faa61a;
  	background:none;
}

.main-navbar .navbar-nav li .dropdown-menu{
	border-radius:0px;
	background:#f6f6f6;
	border-color:#f2f2f2;
	border-bottom:0px;
}

.main-navbar .navbar-nav li .dropdown-menu li a:hover,
.main-navbar .navbar-nav li .dropdown-menu li a:focus,
.main-navbar .navbar-nav li .dropdown-menu li.active a,
.main-navbar .navbar-nav li .dropdown-menu li.active a:hover {
	background:#faa61a;
	color:black;
}

.main-navbar .navbar-nav > .dropdown:hover > a{
	color:#faa61a;
}

.main-navbar .dropdown-submenu > a:after{
	border-color:transparent;
	border-style:solid;
	border-width:5px 0 5px 5px;
	border-left-color:#cccccc;
}

.main-navbar .dropdown-submenu:hover > a:after,
.main-navbar .dropdown-submenu.active > a:after{
	border-left-color:#000;
}

.main-navbar li.dropdown-submenu:hover .dropdown-toggle{
	background:#faa61a;
}

.main-navbar .navbar-nav li .dropdown-menu.dropdown-sbm li a{
	background:transparent;
}

.main-navbar .navbar-nav li .dropdown-menu.dropdown-sbm li a:hover,
.main-navbar .navbar-nav li .dropdown-menu.dropdown-sbm li.active a{
	background:#faa61a;
}

.main-navbar .mega-dropdown-menu{
	background:linear-gradient(rgba(242, 242, 242,0.85),rgba(242, 242, 242,0.85)),url('../images/megamenu.html') 65% 50% !important;
}

.main-navbar .mega-dropdown-menu .dropdown-header{
	color:#333;
}

.main-navbar .navbar-nav li .mega-dropdown-menu ul li a{
	color:#333;
	border-bottom:0px;
}

.main-navbar .mega-dropdown-menu .dropdown-header span{
	color:#faa61a;
}

@media(min-width:768px){

	.main-navbar.affix {
		box-shadow:0px 2px 5px rgba(0,0,0,0.2);
	}
	
	.main-navbar .navbar-nav li .dropdown-menu li a{
		border-bottom:1px solid #ebebeb;
	}
}

@media(max-width:767px){

	.main-navbar{
		background:white;
	}
	
	.main-navbar.affix{
		box-shadow:0px 2px 5px rgba(0,0,0,0.2);
	}
}

/************* NAVBAR-TRANSPARENT *************/

@media(min-width:1200px){
	
	.main-navbar.navbar-transparent .navbar-nav > li > a{
		color:white;
	}
	
	.main-navbar.navbar-transparent .navbar-nav > li:last-child > a{
		color:#faa61a;
	}
	
	.main-navbar.navbar-transparent .nav > li > a:hover,
	.main-navbar.navbar-transparent .nav > li > a:focus,
	.main-navbar.navbar-transparent .nav > li > a:focus:hover,
	.main-navbar.navbar-transparent .nav > li.active > a,
	.main-navbar.navbar-transparent .nav > li.active > a:focus,
	.main-navbar.navbar-transparent .nav > li.active > a:hover,
	.main-navbar.navbar-transparent .nav > li.active > a:focus:hover  {
	color: #ff0803;
	}
	
	.main-navbar.navbar-transparent.affix .navbar-nav > li > a{
		color:#58595b;
	}
	
	.main-navbar.navbar-transparent.affix .nav > li > a:hover,
	.main-navbar.navbar-transparent.affix .nav > li > a:focus,
	.main-navbar.navbar-transparent.affix .nav > li > a:focus:hover,
	.main-navbar.navbar-transparent.affix .nav > li.active > a,
	.main-navbar.navbar-transparent.affix .nav > li.active > a:focus,
	.main-navbar.navbar-transparent.affix .nav > li.active > a:hover,
	.main-navbar.navbar-transparent.affix .nav > li.active > a:focus:hover  {
		color: #faa61a;
	}
}

@media(min-width:768px){
	
	.main-navbar.navbar-transparent{
		background:transparent;
	}
	
	.main-navbar.navbar-transparent .navbar-brand{
		color:white;
	}
	
	.main-navbar.navbar-transparent .navbar-toggle span{
		background:white;
	}
	
	.main-navbar.navbar-transparent.affix{
		background:white;
	}
	
	.main-navbar.navbar-transparent.affix .navbar-brand{
		color:#000;
	}
	
	.main-navbar.navbar-transparent.affix .navbar-toggle span{
		background:#000;
	}
}

/************ NAVBAR-COLORED *************/

.navbar-colored{
	background:#faa61a;
}

.main-navbar.navbar-colored .navbar-header .navbar-brand {
  color:white;
}

.main-navbar.navbar-colored .navbar-header .navbar-brand span{
  color:#000;
}

.main-navbar.navbar-colored .nav > li > a{
	color:white;
}

.main-navbar.navbar-colored .navbar-nav > li::before{
	background:#000;
}

.main-navbar.navbar-colored .navbar-nav > li::before{
	background:#000;
}

.main-navbar.navbar-colored .nav > li > a:hover,
.main-navbar.navbar-colored .nav > li > a:focus,
.main-navbar.navbar-colored .nav > li > a:focus:hover,
.main-navbar.navbar-colored .nav > li.active > a,
.main-navbar.navbar-colored .nav > li.active > a:focus,
.main-navbar.navbar-colored .nav > li.active > a:hover,
.main-navbar.navbar-colored .nav > li.active > a:focus:hover {
	color:#000;
	background-color: transparent;
}

.main-navbar.navbar-colored .navbar-nav > li.dropdown.active.open > a, 
.main-navbar.navbar-colored .navbar-nav > li.dropdown.active > a:hover,
.main-navbar.navbar-colored .navbar-nav > li.dropdown.open > a, 
.main-navbar.navbar-colored .navbar-nav > li.dropdown.open > ul.dropdown-menu > a:hover{
	color:#000;
  	background:none;
}

.main-navbar.navbar-colored .navbar-nav li .dropdown-menu li a:hover,
.main-navbar.navbar-colored .navbar-nav li .dropdown-menu li a:focus,
.main-navbar.navbar-colored .navbar-nav li .dropdown-menu li.active a,
.main-navbar.navbar-colored .navbar-nav li .dropdown-menu li.active a:hover {
	background:#000;
	color:#f2f2f2;
}

.main-navbar.navbar-colored .navbar-nav > .dropdown:hover > a{
	color:#000;
}

.main-navbar.navbar-colored .dropdown-submenu:hover > a:after,
.main-navbar.navbar-colored .dropdown-submenu.active > a:after{
	border-left-color:white;
}

.main-navbar.navbar-colored li.dropdown-submenu:hover .dropdown-toggle{
	background:#000;
	color:white;
}

.main-navbar.navbar-colored .navbar-nav li .dropdown-menu.dropdown-sbm li a{
	background:transparent;
	color:#000;
}

.main-navbar.navbar-colored li .dropdown-menu.dropdown-sbm li a:hover,
.main-navbar.navbar-colored li .dropdown-menu.dropdown-sbm li.active a{
	background:#000;
	color:#f2f2f2;
}

.main-navbar.navbar-colored .navbar-search-link > li:last-child a{
	border:1px solid white;
	color:white;
	border-radius:100%;
}

.main-navbar.navbar-colored .navbar-search-link > li:last-child a:hover{
	background:white;
	color:#000;
}

.main-navbar.navbar-colored .navbar-header .header-search .fa{
	color:#000;
}

@media(max-width:767px){
	
	.main-navbar.navbar-colored{
		background:#faa61a;
	}
}

/************* NAVBAR-BLACK *************/

.navbar-black{
	background:rgba(0,0,0,0.4);
}

.main-navbar.navbar-black.affix{
	background:#000;
}

.main-navbar.navbar-black .navbar-header .navbar-brand {
  color:white;
}

.main-navbar.navbar-black .navbar-header .navbar-brand span{
  color:#faa61a;
}

.main-navbar.navbar-black .navbar-header .navbar-toggle span{
	background:white;
}

.main-navbar.navbar-black .nav > li > a{
	color:white;
}

.main-navbar.navbar-black .nav > li > a:hover,
.main-navbar.navbar-black .nav > li > a:focus,
.main-navbar.navbar-black .nav > li > a:focus:hover,
.main-navbar.navbar-black .nav > li.active > a,
.main-navbar.navbar-black .nav > li.active > a:focus,
.main-navbar.navbar-black .nav > li.active > a:hover,
.main-navbar.navbar-black .nav > li.active > a:focus:hover {
	color:#faa61a;
	background-color: transparent;
}

@media(max-width:767px){
	
	.navbar-black{
		background:rgba(0,0,0,0.4);
	}
}

/************* SEARCH-OVERLAY *************/

.overlay {
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
}

#menu-button{
	color:black;
}

#close-button{
	color:#818181;
}

#close-button:hover{
	color:#f1f1f1;
}

.overlay-content form input{
	background:rgba(255,255,255,0.2);
	border:0px;
	border-radius:0px;
	color:white;
}

.overlay-content form input:focus{
	box-shadow:none;
	border-color:white;
}

.overlay-content form .input-group-btn .btn{
	background:#818181;
}

.overlay-content form .input-group-btn .btn:hover{
	background:white;
}

.overlay-content form input,
.overlay-content form .input-group-btn .btn{
	height:60px;
}

/*************** SIDEBAR NAV ***************/

#mySidenav{
	background:white;
	box-shadow:0px 0px 20px rgba(0,0,0,0.3);
	transform:translateX(120%);
}

#mySidenav::-webkit-scrollbar{
    width: 0.5em;
	background:#f2f2f2;
}
 
#mySidenav::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

#mySidenav::-webkit-scrollbar-thumb{
	background-color:#303030;
	outline: 1px solid slategrey;
}

#mySidenav #web-name{
	background:#faa61a;
	color:white;
}

#mySidenav #web-name::after{
	background:#303030;
	transform:rotate(43deg);
}

.sidenav #closebtn{
	color:white;
	background:transparent;
}

#main-menu .list-group.panel{
	border:0px;
}

#main-menu .list-group > .list-group-item{
	border-radius:0px;
	border-left:0px;
	border-right:0px;
	border-color:#f6f6f6;
	color:#303030;
}

#main-menu .list-group > .list-group-item:first-child{
	border-top:0px;
}

#main-menu .list-group > .list-group-item.active,
#main-menu .list-group > .list-group-item:focus,
#main-menu .list-group > .list-group-item:hover{
	background:#303030;
	color:white;
}

#main-menu .list-group-item .link-icon{
	color:#faa61a;
}

#mySidenav .list-group-item .arrow{
	color:#faa61a;
}

#main-menu .list-group .sub-menu .list-group-heading span{
	color:#faa61a;
}

#main-menu .list-group .sub-menu > .list-group-item{
	background:#f8f8f8;
	border-color:#f1f1f1;
	border-radius:0px;
}

#main-menu .list-group .sub-menu > .list-group-item.active,
#main-menu .list-group .sub-menu > .list-group-item:hover,
#main-menu .list-group .sub-menu > .list-group-item:focus{
	background:#e6e6e6;	
	color:#303030;
}

#main-menu .list-group .sub-menu.mega-sub-menu > a{
	border-top-color:#e7e7e7;
}

#main-menu .list-group .mega-sub-menu > a .arrow,
#main-menu .list-group .mega-sub-menu .mega-sub-menu-links a{
	color:#8c8c8c;
}

#main-menu .list-group .mega-sub-menu > a.active .arrow,
#main-menu .list-group .mega-sub-menu > a:hover .arrow{
	color:#000;
}

#main-menu .list-group .mega-sub-menu .mega-sub-menu-links a.active,
#main-menu .list-group .mega-sub-menu .mega-sub-menu-links a:hover{
	background:#f1f1f1;
}

@media(min-width:1200px){
	
	#mySidenav{
		transform:translateX(120%) !important;
	}
}
	
/* -----------------------------------------------------
		Slider
   ----------------------------------------------------- */

.flexslider.slider{
	border:0px;
	border-radius:0px;
	background:none;
}

.flexslider li .meta,
.flexslider li .meta p{
	color:white;
}

.flexslider li .meta .highlight-price{
	background:#faa61a;
}

.flexslider li .meta .btn{
	background:transparent;
	color:white;
	border:1px solid white;
}

.flexslider li .meta .btn:hover{
	background:white;
	color:#333;
	border:1px solid white;
}

/* -----------------------------------------------------
		Search Tabs
   ----------------------------------------------------- */

.search-tabs .nav-tabs li a{
	background:#000;
	border-radius:0px;
	color:white;
}

.search-tabs .nav-tabs li:hover a{
	border-color:transparent;
}

.search-tabs .nav-tabs li.active a{
	background:white;
	border-radius:0px;
	color:#808285;
	border:2px solid white;
	border-bottom:0px;
}

.search-tabs .nav-tabs li .fa{
	color:#faa61a;
}

.search-tabs .tab-content .tab-pane{
	background:white;
}

.search-tabs .tab-content .tab-pane .form-group .fa{
	color:#faa61a;
}

.search-tabs .tab-content .tab-pane input,
.search-tabs .tab-content .tab-pane select{
	border-radius:0px;
	color:#000;
	border-color:#e2e3e4;
	box-shadow:none;
}

.search-tabs .tab-content .tab-pane input::placeholder{
	color:#000;
}

.search-tabs .tab-content .tab-pane select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

/************* SEARCH-TABS-2 *************/

#search-tabs-2 .nav-tabs li.active a,
#search-tabs-2 .nav-tabs li.active .fa{
	color:#66686a;
}

/************* SEARCH-TABS-3 *************/

#search-tabs-3 .nav-tabs{
	border-bottom-color:transparent;
}

#search-tabs-3 .nav-tabs li a,
#search-tabs-3 .nav-tabs li.active a{
	border:0px;
}

#search-tabs-3 .nav-tabs li.active a,
#search-tabs-3 .nav-tabs li.active .fa{
	color:#66686a;
}

#search-tabs-3 .nav-tabs li.active a{
	background:rgba(255,255,255,0.9);
}

#search-tabs-3 .tab-pane{
	background:rgba(255,255,255,0.9);
}

#search-tabs-3 .tab-pane form input,
#search-tabs-3 .tab-pane form input::placeholder,
#search-tabs-3 .tab-pane form select{
	color:#8c8d8f;	
}

#search-tabs-3 .tab-pane form select option{
	color:#000;
}

.welcome-message{
	background:rgba(0,0,0,0.8);
	color:#faa61a;
}

.welcome-message p{
	color:white;
}

/************* SEARCH-TABS-4 *************/

#search-tabs-4 .nav-tabs li.active a,
#search-tabs-4 .nav-tabs li.active .fa{
	color:#66686a;
}

#search-tabs-4 .tab-pane{
	border-bottom:1px solid #e2e3e4;
}

/************* SEARCH-TABS-5 *************/

#search-tabs-5 .tab-pane{
	background:#efeff0;
}

/* -----------------------------------------------------
		Main Block
   ----------------------------------------------------- */

.main-block:hover{
	transform:translateY(-10px);
}

.main-block:hover .main-img img{
	transform:scale(1.15);
} 

.main-info{
	background:white;
}

.main-info .main-title a{
	color:#000;
}

.rating .fa.lightgrey{
	color:#d1d3d4;
}

.rating .fa.orange{
	color:#faa61a;
}

.rating .fa.grey{
	color:#8b8e90;
}

.arrow .fa{
	background:#8e8f91;
	color:white;
	border-radius:100%;
}

.arrow .fa:hover{
	background:#faa61a;
	color:white;
}

/************** OFFER-PRICE-1 *************/

.offer-price-1 li.price{
	color:white;
}

.offer-price-1 li.price .divider,
.offer-price-1 li.price .pkg{
	color:#b6b6b6;
}

/************** OFFER-PRICE-2 *************/

.offer-price-2{
	background:#000;
	color:white;
}

.offer-price-2 .arrow .fa{
	background:#faa61a;
}

/**************** OFFER-TAG ***************/

.offer-tag{
	background:#e01a33;	
	color:white;
	transform:rotate(45deg);
	box-shadow:0px 3px 5px rgba(0,0,0,0.2);
}

/* -----------------------------------------------------
		Hotel Block
   ----------------------------------------------------- */

.hotel-block:hover .hotel-info{
	box-shadow:0px 4px 8px rgba(0,0,0,0.15);
}

.main-mask{
	background:rgba(0,0,0,0.8);
}

.hotel-info{
	box-shadow:0px 4px 6px rgba(0,0,0,0.07);
	border:1px solid #e6e7e8;
}

/************* HOTEL-HOMEPAGE *************/

#hotel-homepage #hotel-offers{
	background:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url(../images/hotel-offers.html) 50% 80%;
	background-size:cover;
}


/* -----------------------------------------------------
		Tour Block
   ----------------------------------------------------- */

#main-homepage #tour-offers{
	background:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(../images/tour-offers-2.html) 50% 0%;
	background-size:cover;
	background-attachment:fixed;
}

.tour-block:hover{
	box-shadow:0px 0px 16px rgba(0,0,0,0.15);
}

.tour-block .tour-info{
	border:1px solid #e6e7e8;
}

/************* TOUR-HOMEPAGE *************/

#tour-homepage #tour-offers .tour-block .tour-info{
	background:#f8f8f8;
}

/* -----------------------------------------------------
		Cruise Block
   ----------------------------------------------------- */

.cruise-block:hover{
	box-shadow:0px 0px 16px rgba(0,0,0,0.15);
}

.cruise-block{
	border:1px solid #e6e7e8;
}

.cruise-info .cruise-title a{
	color:#231f20;
}

.cruise-price{
	color:#104096;
}

.cruise-mask{
	background:white;
}

.cruise-mask p{
	color:#2d2d2d;
}

#owl-cruise-offers .owl-controls .owl-buttons .owl-prev,
#owl-cruise-offers .owl-controls .owl-buttons .owl-next{
	border-radius:100%;
}

/* -----------------------------------------------------
		Flight Block
   ----------------------------------------------------- */

.flight-block:hover{
	box-shadow:0px 0px 16px rgba(0,0,0,0.15);
}

.flight-img{
	border:1px solid #e6e7e8;
	background:white;
}

.flight-title{
	background:#faa61a;
	color:#1e1e1e;
}

.flight-timing{
	background:#ededee;
	color:#6d6e71;
}

.flight-timing ul{
	background:#ededee;
}

.flight-timing{
	border-left:1px solid #e6e7e8;
	border-right:1px solid #e6e7e8;
}

.flight-timing li:first-child{
	border-right:1px solid #dedfe0;
}

.flight-timing li .fa{
	color:#faa61a;
}

.flight-timing li:nth-child(2) .fa{
	transform:rotate(83deg);
}

.flight-info .offer-price-1{
	background:#1e1e1e;
}

.flight-info .offer-price-1 li.price .pkg{
	color:white;
}

@media(min-width:992px) and (max-width:1199px){
	
	.flight-timing li:first-child{
		border-right:0px;
	}
}

@media(max-width:420px){
	
	.flight-timing li:first-child{
		border-right:0px;
	}
}

/*********** FLIGHT-HOMEPAGE ***********/

#flight-homepage #flight-offers{
	background:#f1f1f1;
}

#flight-homepage .flight-img{
	border:0px;
}

/* -----------------------------------------------------
		Destination Block
   ----------------------------------------------------- */
   
.destination-block{
	border:1px solid #e6e7e8;
}

.destination-block:hover{
	box-shadow:0px 0px 16px rgba(0,0,0,0.15);
}

.destination-info{
	background:white;
}

.destination-title a,
.destination-title .country{
	color:#000;
}

.destination-title .destination-price{
	color:#faa61a;
}
 
.destination-title .btn{
	color:white;
}

/* -----------------------------------------------------
		Vehicle Block
   ----------------------------------------------------- */

.vehicle-time{
	background:white;
	border:1px solid #e6e7e8;
}

.vehicle-info{
	box-shadow:0px 4px 6px rgba(0,0,0,0.07);
	border:1px solid #e6e7e8;
}

.vehicle-block:hover .vehicle-info{
	box-shadow:0px 4px 8px rgba(0,0,0,0.15);
}

.vehicle-info .vehicle-title p{
	color:#a7a9ac;
}

/************* CAR-OFFER-BLOCK *************/

.car-offer-block:hover{
	box-shadow:0px 4px 16px rgba(0,0,0,0.15);
}

.car-offer-info{
	background:#efeff0;
}

.car-offer-info li a{
	color:#000;
}

.car-offer-info li .car-offer-price{
	color:#faa61a;
}

.car-offer-info li .limit{
	color:#575757;
}

#owl-car-offers .owl-controls .owl-buttons .owl-prev,
#owl-car-offers .owl-controls .owl-buttons .owl-next{
	border-radius:100%;
}

/* -----------------------------------------------------
		Gallery
   ----------------------------------------------------- */

.gallery-block .gallery-mask{
	background:rgba(0,0,0,0.8);
	border-bottom:6px solid #faa61a;
}

.gallery-block:hover .gallery-mask{
	opacity:1;
}

.gallery-block:hover .gallery-title{
	transform:translateX(0%);
}

.gallery-block .gallery-mask .gallery-title h2{
	color:white;
}

.gallery-block .gallery-mask .image-link,
.gallery-block .gallery-mask .gallery-title p{
	color:#faa61a;
}
   
/* -----------------------------------------------------
		Best Features
   ----------------------------------------------------- */

.b-feature-block:hover .fa{
	transform:rotateY(180deg);
}

/************* BLACK-FEATURES *************/

#best-features.black-features{
	background:#232323;
	color:white;
}

#best-features.black-features .b-feature-block .fa{
	border:3px solid #faa61a;
	color:#faa61a;
}

#best-features.black-features .b-feature-block:hover .fa{
	background:#faa61a;
	color:white;
}

#best-features.black-features .b-feature-block p{
	color:white;
}

/*********** LIGHTGREY-FEATURES ***********/

#best-features.lightgrey-features{	
	background:#f5f5f5;
	color:#000;
}

#best-features.lightgrey-features .b-feature-block .fa{
	border:3px solid #000;
	color:white;
	background:#000;
}

#best-features.lightgrey-features .b-feature-block:hover .fa{
	color:#000;
	background:transparent;
}

#best-features.lightgrey-features .b-feature-block p{
	color:#000;
}

/************* ORANGE FEATURES ************/

#best-features.orange-features{
	background:#faa61a;
	color:#000;
}

#best-features.orange-features .b-feature-block .fa{
	border:3px solid #000;
	color:white;
	background:#000;
}

#best-features.orange-features .b-feature-block:hover .fa{
	color:#000;
	background:transparent;
}

#best-features.orange-features .b-feature-block p{
	color:#000;
}

/* -----------------------------------------------------
		Luxury Offers
   ----------------------------------------------------- */

.luxury-text h2,
.luxury-text p{
	color:#000;
}

/*************** ROOMS-OFFER ***************/

#luxury-rooms .row{
	background:#faa61a;
}

.luxury-room-text{
	background:#efeff0;
	color:#000;
}

.luxury-room-text .btn-black:hover{
	background:white;
	color:#000;
}

/*************** TOUR-OFFER ****************/

#hot-tour .row{
	background:#f1f2f2;
	margin-left:0px;
	margin-right:0px;
}

.hot-tour-text p{
	color:#949494;
}

.hot-tour-text .btn-details{
	background:#a7a7a7;
	color:white;
}

.hot-tour-text .btn-details:hover{
	background:#000;
	color:white;
}

/************** CRUISE-OFFER ***************/

#cruise-offer-banner{
	background:#faa61a;
	color:white;
}

#cruise-offer-banner p{
	color:white;
}

.cruise-offer-text .btn:hover{
	background:white;
	color:#faa61a;
}

/**************** CAR-OFFER ****************/

.luxury-car-text{
	border:3px solid #faa61a;
}

/* -----------------------------------------------------
		Banners
   ----------------------------------------------------- */

/************** VIDEO-BANNER **************/
  
#video-banner{
	background: linear-gradient(rgba(0, 0, 0,0.6),rgba(0, 0, 0,0.6)),url('../images/video-banner-2.html') 50% 37%;
	background-size:140%;
}

#video-banner h2,
#video-banner p{
	color:white;
}

#video-banner #play-button .fa{
	border-radius:100%;
	background:rgba(44, 38, 34,0.79);
	border:4px solid #faa61a;
	color:#faa61a;
}

/************* MESSAGE-BANNER *************/

#message-banner{
	background: linear-gradient(rgba(0, 0, 0,0.76),rgba(0, 0, 0,0.76)),url('../images/message-banner.html') 50% 66%;
	background-size:140%;
	color:white;
}

#message-banner p{
	color:white;
}

/************* SEARCH-BANNER *************/

#search-banner{
	background: linear-gradient(rgba(250, 166, 26,0.8),rgba(250, 166, 26,0.8)),url('../images/message-banner.html') 50% 66%;
	background-size:140%;
	color:white;
}

#search-banner p{
	color:white;
}

#search-banner h2{
	color:#1b1819;
}

#search-banner .btn:hover{
	background:white;
	color:#1b1819;
}

/* -----------------------------------------------------
		Highlights
   ----------------------------------------------------- */

#highlights{
	background: linear-gradient(rgba(0, 0, 0,0.6),rgba(0, 0, 0,0.6)),url('../images/highlights.html') 50% 87%;
	background-size:145%;
	color:white;
}

.highlight-box .h-icon{
	color:#faa61a;
}

.highlight-box .h-text p{
	color:white;
}

/************** HIGHLIGHTS-2 ***************/

#highlights.highlights-2{
	background:white;
}

#highlights.highlights-2.highlights-grey{
	background:#f2f2f2;
}

#highlights.highlights-2 .highlight-box .h-text .numbers,
#highlights.highlights-2 .highlight-box .h-text p{
	color:#808285;
}

/************* CRUISE HOMEPAGE *************/

#cruise-homepage #highlights{
	background:#f2f2f2;
}

/* -----------------------------------------------------
		Testimonials
   ----------------------------------------------------- */

#testimonials{
	background: linear-gradient(rgba(0, 0, 0,0.8),rgba(0, 0, 0,0.8)),url('../images/testimonials-2.html') 50% 87%;
	background-size:145%;
	background-attachment:fixed;
	color:white;
}

/************* QUOTE-CAROUSEL *************/

#quote-carousel .item blockquote{
	border-left:0px;
}

#quote-carousel .carousel-indicators li {
    border: 2px solid #CCC;
    border-radius: 50px;
}

#quote-carousel .carousel-indicators .active {
    background: #333333;
    border-radius: 100px;
    border: 4px solid #faa61a;
}

/************* FLIGHT-HOMEPAGE *************/

#flight-homepage #testimonials{
	background: linear-gradient(rgba(0, 0, 0,0.7),rgba(0, 0, 0,0.7)),url('../images/flight-testimonials.html') center center;
	background-size:cover;
	background-attachment:fixed;
	color:white;
}

/************** HOTEL-HOMEPAGE *************/

#hotel-homepage #testimonials{
	background:#000;
}

#hotel-homepage #quote-carousel .item blockquote,
#hotel-homepage #quote-carousel small{
	color:#939598;
}

/************** TOUR-HOMEPAGE **************/

#tour-homepage #testimonials{
	background: linear-gradient(rgba(0, 0, 0,0.7),rgba(0, 0, 0,0.7)),url('../images/tour-testimonials.html') center center;
	background-size:cover;
	background-attachment:fixed;
	color:white;
}

/************* CRUISE-HOMEPAGE *************/

#cruise-homepage #testimonials{
	background:white;
	color:#595b5c;
}

#cruise-homepage #quote-carousel .item .position{
	color:#87888b;
}

/************* OWL-TESTIMONIALS *************/

#owl-testimonials .review-block img{
	border:4px solid #faa61a;
}

#owl-testimonials .owl-pagination .owl-page span{
	background:#000;
	opacity:1;
}

#owl-testimonials .owl-pagination .owl-page.active span{
	background:#faa61a;
}

/* -----------------------------------------------------
		Latest Blog
   ----------------------------------------------------- */

.latest-block:hover{
	box-shadow:0px 4px 8px rgba(0,0,0,0.15);
}

.latest-info{
	background:#090909;
	color:white;
}

.latest-info li .author a{
	color:white;
}

.latest-desc{
	border:1px solid #e6e7e8;
}

.latest-desc .arrow .fa{
	background:#6e6e6e;
}

.latest-desc .arrow .fa:hover{
	background:#faa61a;
}

/* -----------------------------------------------------
		Packages
   ----------------------------------------------------- */

.package{
	background:white;
}

.package .pkg-features li{
	color:#6d6e71;
	border-bottom:1px solid #d1d3d4;
}

.package .pkg-features li:last-child{
	border-bottom:0px;
}

/************* HOTEL-PACKAGES *************/

#hotel-packages{
	background:#eeeeee;	
}

.hotel-package:hover{
	box-shadow:0px 0px 16px rgba(0,0,0,0.15);
}

.hotel-package.best-package{
	background:#faa61a;
	color:white
}

.hotel-package.best-package .h-pkg-price{
	background:white;
	color:#faa61a;
}

.hotel-package:hover .h-pkg-price{
	transform:rotate(360deg);
	box-shadow:0px 0px 16px rgba(0,0,0,0.15);
}

.hotel-package.best-package .pkg-features li{
	color:white;
	border-bottom:1px solid white;
}

.h-pkg-price{
	background:#faa61a;
	border-radius:100%;
	color:white;
}

.hotel-package.best-package .btn{
	background:#000;
}

.hotel-package.best-package .btn:hover{
	background:white;
	color:#000;
}

.hotel-package .btn{
	background:#727272;
	color:white;
}

.hotel-package .btn:hover{
	background:#000;
	color:white;
}

/*************** TOUR-PACKAGES *************/

#tour-packages{
	background:#ededed;
}

.tour-package:hover{
	box-shadow:0px 0px 16px rgba(0,0,0,0.15);
	transform:translateY(-10px);
}

.tour-package.best-package .t-pkg-heading{
	background:#bb7a0f;
}

.tour-package .t-pkg-heading{
	background:#faa61a;
	color:white;
}

.tour-package .btn{
	background:#313131;
	color:white;
}

.tour-package .btn:hover{
	background:#faa61a;
	color:white;
}

/************* CAR-HOMEPAGE *************/

#car-homepage #car-packages{
	background:linear-gradient(rgba(0, 0, 0,0.6),rgba(0, 0, 0,0.6)),url('../images/car-packages.html') center center;
	background-size:cover;
}

/* -----------------------------------------------------
		Newsletter
   ----------------------------------------------------- */


.newsletter form input{
	box-shadow:none;
	border-radius:0px;
}

.newsletter form input,
.newsletter form .input-group-btn .btn{
	border:0px;
}

.newsletter form .input-group-btn .btn{
	background:white;
	color:#faa61a;
}

/************* NEWSLETTER-1 *************/

#newsletter-1{
	background:linear-gradient(rgba(0, 0, 0,0.6),rgba(0, 0, 0,0.6)),url('../images/newsletter.html') 50% 78%;
	background-size:140%;
	color:white;
}

#newsletter-1 p{
	color:white;
}

#newsletter-1 form .input-group-btn .btn:hover{
	background:#faa61a;
	color:#000;
}

/************* NEWSLETTER-2 *************/

#newsletter-2{
	background:#faa61a;
	color:#000;
}

#newsletter-2 form .input-group-btn .btn:hover{
	background:#000;
	color:white;
}

/* -----------------------------------------------------
		Contact Form
   ----------------------------------------------------- */

#contact-form{
	background:linear-gradient(rgba(0, 0, 0,0.6),url('../images/contact-form.html') 50% 50%;
	background-size:cover;
	color:white;
}

#contact-form form{
	background:rgba(255,255,255,0.25);
}

#contact-form .form-group .fa{
	color:grey;
}

#contact-form .form-group input,
#contact-form .form-group textarea{
	border-radius:0px;
	border:0px;
}

.contact-block{
	color:#faa61a;
}

.contact-block:before,
.contact-block:after,
.border-shape:before,
.border-shape:after{
	background:#faa61a;
}

.contact-block p{
	color:white;
}

/* -----------------------------------------------------
		Footer
   ----------------------------------------------------- */

.ftr-top-grey{
	background:#231f20;
}

.ftr-top-black{
	background:#000;
}

.ftr-bot-black{
	background:#0a0909;
}

#footer.ftr-heading-o .footer-heading{
	color:#faa61a;
}

#footer.ftr-heading-w .footer-heading{
	color:white;
}

#footer-top.ftr-text-white,
#footer-top.ftr-text-white p,
#footer-top.ftr-text-white a{
	color:white;
}

#footer-top.ftr-text-grey,
#footer-top.ftr-text-grey p,
#footer-top.ftr-text-grey ul li{
	color:#828282;
}

.footer-widget.ftr-about .social-links li .fa{
	color:#939598;
}

.footer-widget.ftr-about .social-links li .fa:hover{
	color:#faa61a;
}

.footer-widget.ftr-in-touch input,
.footer-widget.ftr-in-touch textarea{
	border-radius:0px;
	border:0px;
	background:#f2f2f2;
}

.footer-widget.ftr-in-touch .btn{
	color:#000;
}

.footer-widget.ftr-in-touch .btn:hover{
	color:#000;
	background:#f49a04;
}

.footer-widget.ftr-newsletter input{
	border:0px;
	border-radius:0px;
}

.footer-widget.ftr-newsletter .input-group-btn .btn{
	background:white;
	color:#faa61a;
}

.footer-widget.ftr-newsletter .input-group-btn .btn:hover{
	background:#faa61a;
	color:#000;
}

.footer-widget.ftr-map iframe{
	border:8px solid white;
}

.instagram-list li:hover img{
	opacity:0.7;
}

#footer-bottom p,
#footer-bottom a,
#footer-bottom .line{
	color:#979797;
}

#footer-bottom li:first-child:after{
	background:#979797;
}

/* -----------------------------------------------------
		Page Cover
   ----------------------------------------------------- */
   
.page-cover{
	color:white;
}

.page-cover::before{
	background:linear-gradient( to right, rgba(0, 0, 0,1) 0%,rgba(0, 0, 0,1) 26%, rgba(0, 0, 0,0.6) 46%, rgba(0, 0, 0,0) 64%,rgba(0, 0, 0,0) 100%);	
}

.page-cover .breadcrumb{
	background:none;
}

.page-cover .breadcrumb li a{
	color:#faa61a;
}

.page-cover .breadcrumb > li + li::before,
.page-cover .breadcrumb li.active{
	color:white;
}

@media(max-width:768px){
	
	.page-cover::before{
		background:linear-gradient( to right, rgba(0, 0, 0,1) 0%,rgba(0, 0, 0,1) 26%, rgba(0, 0, 0,0.6) 66%, rgba(0, 0, 0,0) 84%,rgba(0, 0, 0,0) 100%);	
	}
}

/********** COVER FLIGHT PAGES **********/

#cover-flight-grid-list{
	background:url('../images/cover-flight-grid-list.html') 50% 40%;
	background-size:140%;
	color:white;
}

#cover-flight-detail{
	background:url('../images/cover-flight-detail.html') 50% 20%;
	background-size:140%;
	color:white;
}

/*********** COVER HOTEL PAGES **********/

#cover-hotel-grid-list{
	background:url('../images/cover-hotel-grid-list.html') 50% 20%;
	background-size:140%;
	color:white;
}

#cover-hotel-detail{
	background:url('../images/cover-hotel-detail.html') 50% 55%;
	background-size:140%;
	color:white;
}

/*********** COVER TOUR PAGES ***********/

#cover-tour-grid-list{
	background:url('../images/cover-tour-grid-list.html') 50% 84%;
	background-size:140%;
	color:white;
}

#cover-tour-detail{
	background:url('../images/cover-tour-detail.html') 50% 56%;
	background-size:140%;
	color:white;
}

/********** COVER CRUISE PAGES **********/

#cover-cruise-grid-list{
	background:url('../images/cover-cruise-grid-list.html') 50% 45%;
	background-size:cover;
	color:white;
}

#cover-cruise-detail{
	background:url('../images/cover-cruise-detail.html') 50% 25%;
	background-size:140%;
	color:white;
}

/************ COVER CAR PAGES ***********/

#cover-car-grid-list{
	background:url('../images/cover-car-grid-list.html') 50% 45%;
	background-size:cover;
	color:white;
}

#cover-car-detail{
	background:url('../images/cover-car-detail.html') 50% 30%;
	background-size:140%;
	color:white;
}

/************ COVER ABOUT US ************/

#cover-about-us{
	background:url('../images/cover-about-us-2.html') 50% 45%;
	background-size:cover;
	color:white;
}

/********** COVER BLOG PAGES ************/

#cover-blog-listing{
	background:url('../images/cover-blog-listing.html') 50% 90%;
	background-size:cover;
}

#cover-blog-details{
	background:url('../images/cover-blog-details.html') 50% 90%;
	background-size:cover;
}

/********* COVER GALLERY PAGES **********/

#cover-gallery{
	background:url('../images/cover-gallery.html') 50% 60%;
	background-size:cover;
}

/********* COVER TEAM PAGES **********/

#cover-team{
	background:url('../images/cover-team.html') 50% 50%;
	background-size:cover;
}

/******* COVER REGISTRATION PAGE ********/

#cover-registration{
	background:url('../images/cover-registration.html') 50% 36%;
	background-size:145%;
}

/********** COVER LOGIN PAGE ************/

#cover-login{
	background:url('../images/cover-login.html') 50% 76%;
	background-size:145%;
}

/****** COVER FORGOT PASSWORD PAGE ******/

#cover-forgot-password{
	background:url('../images/cover-forgot-password.html') 50% 32%;
	background-size:140%;
}

/********** BEFORE YOU FLY PAGE *********/

#cover-byf-info{
	background:url('../images/cover-byf-info.html') center center;
	background-size:cover;
}

/********* TRAVEL INSURANCE PAGE ********/

#cover-travel-insurance{
	background:url('../images/cover-travel-insurance.html') 50% 20%;
	background-size:cover;
}

/************* HOLIDAYS PAGE ************/

#cover-holiday{
	background:url('../images/cover-holiday.html') 50% 30%;
	background-size:cover;
}

/************* THANK YOU PAGE ***********/

#cover-thank-you{
	background:url('../images/cover-thank-you.html') 50% 50%;
	background-size:cover;
}

/********** COVER CONTACT US ************/

#cover-contact-us{
	background:url('../images/cover-contact-us.html') 50% 20%;
	background-size:cover;
}

/******* COVER BOOKING PAGES ******/

#cover-flight-booking{
	background:url('../images/cover-flight-booking.html') 50% 50%;
	background-size:cover;
}

#cover-hotel-booking{
	background:url('../images/cover-hotel-booking.html') 50% 55%;
	background-size:cover;
}

#cover-tour-booking{
	background:url('../images/cover-tour-booking.html') 50% 30%;
	background-size:cover;
}

#cover-cruise-booking{
	background:url('../images/cover-cruise-booking.html') 50% 50%;
	background-size:cover;
}

#cover-car-booking{
	background:url('../images/cover-car-booking.html') 50% 65%;
	background-size:cover;
}

/******* COVER SEARCH RESULT PAGES ******/

#cover-flight-search{
	background:url('../images/cover-flight-search.html') 50% 50%;
	background-size:cover;
}

#cover-hotel-search{
	background:url('../images/cover-hotel-search.html') 50% 25%;
	background-size:cover;
}

#cover-tour-search{
	background:url('../images/cover-tour-search.html') 50% 20%;
	background-size:cover;
}

#cover-cruise-search{
	background:url('../images/cover-cruise-search.html') 50% 65%;
	background-size:cover;
}

#cover-car-search{
	background:url('../images/cover-car-search.html') 50% 90%;
	background-size:cover;
}

/********* COVER NAVBAR WRAPPER **********/

.cover-navbar-wrapper{
	background:linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('../images/cover-navbar-wrapper.html') 50% 60%;
	background-size:cover
}

/*********** COVER BACKGROUND ************/

.page-cover.back-img{
	background:url('../images/cover-back-img.html') 50% 60%;
	background-size:cover;
}

/*********** PAGE-COVER STYLE2 ***********/

.page-cover.style2{
	background:#f2f2f2;
	color:grey;
}

.page-cover.style2 .breadcrumb li{
	color:grey;
}

.page-cover.style2 .breadcrumb li + li::before{
	color:grey;
}

/*********** PAGE-COVER STYLE3 ***********/

.page-cover.style3{
	background:#faa61a;
	color:white;
}

.page-cover.style3 .breadcrumb li a{
	color:white;
}

/*********** PAGE-COVER STYLE4 ***********/

.page-cover.style4{
	background:#404040;	
}

/*********** PAGE-COVER STYLE5 ***********/

.page-cover.style5{
	background:#faa61a;	
}

/********** COVER OFFER PAGES ************/

#cover-flight-offers{
	background:url('../images/cover-flight-offers.html') 50% 40%;
	background-size:cover;
}

#cover-hotel-offers{
	background:url('../images/cover-hotel-offers.html') 50% 40%;
	background-size:cover;
}

#cover-tour-offers{
	background:url('../images/cover-tour-offers.html') 50% 85%;
	background-size:cover;
}

#cover-cruise-offers{
	background:url('../images/cover-cruise-offers.html') 50% 75%;
	background-size:cover;
}

#cover-car-offers{
	background:url('../images/cover-car-offers.html') 50% 60%;
	background-size:cover;
}

/********** COVER PRICING TABLE **********/

#cover-price-table{
	background:url('../images/cover-price-table.html') 50% 60%;
	background-size:cover;
}

/********** COVER TESTIMONIALS ***********/

#cover-testimonials{
	background:url('../images/cover-testimonials.html') 50% 40%;
	background-size:cover;
}

/************ COVER FAQ PAGES ************/

#cover-faq{
	background:url('../images/cover-faq.html') 50% 40%;
	background-size:cover;
}

/********** COVER SERVICE PAGES **********/

#cover-services{
	background:url('../images/cover-services.html') 50% 50%;
	background-size:cover;
}

/********** COVER TRAVEL GUIDE **********/

#cover-travel-guide{
	background:url('../images/cover-travel-guide.html') 50% 70%;
	background-size:cover;
}

/* -----------------------------------------------------
		Sidebar
   ----------------------------------------------------- */

.side-bar .side-bar-heading{
	color:#444546;
}

/******** GRID/LIST PAGES SIDEBAR ********/

.side-bar .filter-block{
	background:#6d6d6d;
}

.side-bar .filter-block h3,
.side-bar .filter-block p{
	color:white;
}

.side-bar .filter-block .panel-default{
	border-radius:0px;
	border:0px;
}

.side-bar .filter-block .panel-heading span{
	color:#faa61a;
}

.side-bar .filter-block .panel-heading{
	background:white;
	border:0px;
}

.side-bar .filter-block .panel-heading a{
	color:#808285;
}

.side-bar .filter-block .panel-body{
	border-top:1px solid #808285;
	background:#f5f5f5;
}
  
.side-bar .filter-block .price-slider input{
	background:transparent;
	border:0px;
}

.side-bar .filter-block .price-slider .ui-widget.ui-widget-content{
	border-radius:0px;
	border:0px;
	background:#9b9b9b;
}

.side-bar .filter-block .price-slider .ui-widget-header{
	background:#faa61a;
	border:1px solid #faa61a;
}

.side-bar .filter-block .ui-state-default, .filter-block .ui-widget-content .ui-state-default{
	border:0px;
	background:#faa61a;
}

.side-bar .filter-block .ui-corner-all{
	border-radius:0px;
}

.side-bar .support-block{
	background:#f1f2f2;
	color:#808285;
}

.side-bar .support-block p{
	color:#808285;
}

.side-bar .ad-block:hover .ad-mask .ad-text{
	background:rgba(250, 166, 26,1);
}

.side-bar .ad-mask{
	background:rgba(0,0,0,0.2);
}

.side-bar .ad-mask .ad-text{
	background:rgba(250, 166, 26,0.9);
	color:black;
	border-radius:100%;
}

/********* DETAIL PAGES SIDEBAR *********/

.side-bar .booking-form-block{
	border:1px solid #e6e7e8;;
}

.side-bar .booking-form-block .selected-price{
	background:#faa61a;
	color:white;
}

.side-bar .booking-form .form-group .fa{
	color:#808285;
}

.side-bar .booking-form .form-group .fa-angle-down{
	color:#faa61a;
}

.side-bar .booking-form .form-group input,
.side-bar .booking-form .form-group input::placeholder,
.side-bar .booking-form .form-group select,
.side-bar .booking-form .form-group textarea,
.side-bar .booking-form .form-group textarea::placeholder{
	color:#808285;	
}

.side-bar .booking-form .form-group select option{
	color:#333;
}

.side-bar .booking-form input,
.side-bar .booking-form select,
.side-bar .booking-form textarea{
	background:#f6f6f6;
	border-radius:0px;
	box-shadow:none;
	border-color:#e6e7e8;
}

.side-bar .booking-form select{
	-webkit-appearance: none;
    -moz-appearance: none;
}

.side-bar .booking-form .checkbox label{
	color:#808285;
}

.side-bar .booking-form .checkbox label a{
	color:#454545;
}

/********* BOOKING PAGES SIDEBAR ********/

.side-bar .detail-block{
	border:1px solid #e6e6e6;
}

.side-bar .detail-block table td{
	border-color:#f0f0f0;
}

.side-bar .detail-block table tr:last-child{
	background:#333;
}

.side-bar .detail-block table tr:last-child td{
	color:white;
}

.side-bar .detail-block.style1 .detail-title{
	background:#faa61a;
}

.side-bar .detail-block.style1 .detail-title a,
.side-bar .detail-block.style1 .detail-title p{
	color:#333;
}

.side-bar .detail-block.style1 table td{
	color:grey;
}

.side-bar .detail-block.style2 .detail-price{
	background:#faa61a;
	color:white;
	border-radius:0px 0px 0px 20px;
}

.side-bar .detail-block.style2 .detail-title{
	background:linear-gradient( to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 40%, rgba(0,0,0,1) 100%);
	border-bottom:6px solid #faa61a;
}

.side-bar .detail-block.style2 .detail-title a{
	color:#faa61a;
}

.side-bar .detail-block.style2 .detail-title p{
	color:lightgrey;
}

.side-bar .detail-block.style2 .rating{
	color:#faa61a;
}

.side-bar .detail-block.style2 table tr:first-child{
	background:#f2f2f2;
}

/********** BLOG PAGES SIDEBAR **********/

.side-bar .instagram li:hover{
	opacity:0.8;
}

.side-bar .contact .c-list .icon .fa{
	background:#e8e8e8;
	color:#585858;
}

.side-bar .recent-post .recent-block .recent-text h5{
	color:#383838;
}

.side-bar .recent-post .recent-block .recent-text span{
	color:#696868;
}

.side-bar .follow-us li a{
	color:#a9a9a9;
}

.side-bar .follow-us li a:hover{
	color:#faa61a;
}

.side-bar .tags li .btn-g-border{
	border-color:#9b9b9b;
	color:#464646;
}

.side-bar .tags li .btn-g-border:hover{
	border-color:#faa61a;
	background:#faa61a;
	color:white;
}

.side-bar .categories li a{
	color:#696868;
	border-radius:0px;
	border-bottom:1px solid #e8e8e8;
}

.side-bar .categories li:first-child a{
	border-top:1px solid #e8e8e8;
}

.side-bar .categories li:hover a,
.side-bar .categories li.active a{
	color:#1a1a1a;
	background:none;
	border-bottom-color:#1a1a1a;
}

/* -----------------------------------------------------
		Grid Block
   ----------------------------------------------------- */

.block-title a{
	color:#000;	
}

.block-info{
	background:#f8f8f8;
	border:1px solid #e6e7e8;
}

.block-info p{
	color:#949597;
}

.block-info .block-minor{
	color:#8c8d8f;
}

.grid-block:hover{
	box-shadow:0px 0px 16px rgba(0,0,0,0.15);
}

/*********** FLIGHT-GRID BLOCK **********/

.f-grid-block .f-img{
	border:1px solid #e6e7e8;
	background:white;
}

.f-grid-block .offer-price-1{
	background:#000;
}

.f-grid-info .f-grid-time{
	color:#858585;
}

.f-grid-info .f-grid-time .fa{
	color:#faa61a;
}

.f-grid-desc .f-grid-code{
	color:#57585a;
}

.f-grid-info .f-grid-timing{
	background:white;
}

.f-grid-timing li{
	border-top:1px solid #e6e7e8;
	border-bottom:1px solid #e6e7e8;
	color:#6d6e71;
}

.f-grid-timing li .fa{
	color:#faa61a;
}

.f-grid-timing li:first-child{
	border-bottom:0px;
}

.f-grid-timing li:nth-child(2) .fa{
	transform:rotate(83deg);
}

/************ CAR-GRID BLOCK ************/

.car-features li{
	color:#58595b;
}

.car-features li .fa{
	border:1px solid #e6e7e8;
	background:white;
	color:#58595b;
}

.car-features li:hover .fa{
	border-color:#58595b;
	background:#58595b;
	color:white;
}

/* -----------------------------------------------------
		List Block
   ----------------------------------------------------- */

.list-block:hover{
	box-shadow:0px 0px 16px rgba(0,0,0,0.15);
}

.list-info{
	border:1px solid #e6e7e8;
}

.list-info .block-minor{
	color:#6d6e71;
}

/*********** FLIGHT-LIST BLOCK **********/

.f-list-block{
	border:1px solid #e6e7e8;
}

.f-list-block .offer-price-1{
	background:#000;
}

.f-list-img .offer-price-1 .duration{
	color:white;
}

.f-list-info{
	border:0px;
	background:#f6f6f6;
	border-left:1px solid #e6e7e8;
}

.f-list-block .flight-timing{
	border:0px;
	background:white;
}

@media(max-width:991px){
	
	.f-list-block .flight-timing li:first-child{
		border-right:0px;
	}
}

/************ CAR-LIST BLOCK ************/

.cr-list-info{
	background:#f1f2f2;
}

/* -----------------------------------------------------
		Pagination
   ----------------------------------------------------- */
   
.pages .pagination li a{
	border-radius:0px;
	background:#e6e7e8;
	color:#808285;
	border:0px;
}

.pages .pagination li a:hover,
.pages .pagination li.active a{
	background:#5a5a5a;
	color:white;
}

.pages .pagination li:first-child a:hover,
.pages .pagination li:last-child a:hover{
	background:#faa61a;
	color:#000;
}

/* -----------------------------------------------------
		Detail Pages Tabs
   ----------------------------------------------------- */

.detail-tabs .nav-tabs li a{
	background:#939598;
	color:white;
	border-radius:0px;
	border-color:#e6e7e8;
}

.detail-tabs .nav-tabs.nav-justified > .active > a{
	border-color:#e6e7e8;
	border-bottom-color:transparent;
}

.detail-tabs .nav-tabs li.active a{
	background:#f1f2f2;
	color:#000;
}

.detail-tabs .tab-content .tab-pane{
	border:1px solid #e6e7e8;
	border-top:0px;
	background:#f1f2f2;
}

.detail-tabs .tab-content .tab-pane img{
	border:8px solid white;
}

@media(max-width:768px){
	
	.detail-tabs .nav-tabs.nav-justified > .active > a{
		border-bottom-color:#e6e7e8;
	}
	
	.detail-tabs .tab-content .tab-pane{
		border-top:1px solid #e6e7e8;
	}
}

/* -----------------------------------------------------
		Detail Pages Slider
   ----------------------------------------------------- */
   
.detail-slider .features li{
	background:rgba(0,0,0,0.6);
	color:white;
}

.detail-slider .features li .f-icon{
	color:#faa61a;
}

.detail-slider .features li .f-text p{
	color:white;
}

.feature-slider-nav .slick-arrow,
.feature-slider-nav .slick-arrow:hover,
.feature-slider-nav .slick-arrow:focus{
	background:#faa61a;
}

/* -----------------------------------------------------
		Custom Forms
   ----------------------------------------------------- */

.custom-form{
	background:#efeff0;
}

.custom-form h3{
	color:#58595b;
}

.custom-form .form-group .fa{
	color:#a7a9ac;
}

.custom-form .form-group input,
.custom-form .form-group textarea{
	border-radius:0px;
	border:0px;
}

.custom-form .checkbox label{
	color:#939598;
}

.custom-form .link-line,
.custom-form .simple-link{
	color:#6e7071;
}

.custom-form .link-line > a{
	color:#faa61a;
}

.custom-check input[type="checkbox"] + label {
  	color:#303030;
}

.custom-check input[type="checkbox"] + label span {
	color:#646464;
}

.custom-check input[type="checkbox"] + label span {
     background-color:#7e7e7e;
}

.custom-check input[type="checkbox"]:checked + label span{
     background-color:#faa61a;
}

.custom-check input[type="checkbox"] + label span,
.custom-check input[type="checkbox"]:checked + label span {
  	transition:background-color .2s linear;
	color:white;
}

/************ PAGE-SEARCH-FORM ***********/

.page-search-form{
	background:#f2f2f2;
	border-top:4px solid #faa61a;
	border-bottom:1px solid #faa61a;
}

.page-search-form h2 span,
.pg-search-form label .fa{
	color:#faa61a;
}

.page-search-form .nav-tabs{
	border-bottom-color:#e6e6e6;
}

.page-search-form .nav-tabs li{
	margin-bottom:0px;
}

.page-search-form .nav-tabs li a{
	background:#e1e1e1;
	color:grey;
}

.page-search-form .nav-tabs li.active a{
	background:#faa61a;
	color:white;
	border-color:#faa61a;
}

.pg-search-form label{
	color:grey;
}

.pg-search-form input,
.pg-search-form select{
	border-radius:0px;
	box-shadow:none;
}

/************ LG-BOOKING-FORM ***********/

.lg-booking-form .lg-booking-form-heading span{
	background:#faa61a;
	border-radius:100%;
	color:white;
}

.lg-booking-form label{
	color:grey;
}

.lg-booking-form input,
.lg-booking-form select,
.lg-booking-form textarea{
	border-radius:0px;
	box-shadow:none;
	border:0px;
	background:#f2f2f2;
}

.lg-booking-form input:focus,
.lg-booking-form select:focus,
.lg-booking-form textarea:focus{
	border-left:4px solid #faa61a;
	box-shadow:none;
}

.lg-booking-form .form-group select{
    -webkit-appearance: none;
    -moz-appearance: none;
}

.lg-booking-form label a{
	color:#faa61a;
}

.lg-booking-form .payment-tabs .nav-tabs{
	border-color:#e6e6e6;
}

.lg-booking-form .payment-tabs .tab-content{
	border:1px solid #e6e6e6;
	border-top:0px;
}

.lg-booking-form .payment-tabs .nav-tabs li a{
	border-radius:0px;
	color:grey;
	border-top:4px solid transparent;
}

.lg-booking-form .payment-tabs .nav-tabs li.active a{
	color:#faa61a;
	border-top:4px solid #faa61a;
	background:white;
}

/************ FULL PAGE FORMS ************/

#full-page-form{
	background:linear-gradient(rgba(255,255,255,0.1), rgba(255,255,255,0.1)),url('../images/cover-full-page-form.html') 50% 40%;
	background-size:cover;
}

.colored-border{
	background: linear-gradient(to right,#000000 0%,#000000 5%,#faa61a 5%,#faa61a 10%,#000000 10%,#000000 15%,#faa61a 15%,#faa61a 20%,#000000 20%,#000000 25%,#faa61a 25%,#faa61a 30%,#000000 30%,#000000 35%,#faa61a 35%,#faa61a 40%,#000000 40%,#000000 45%,#faa61a 45%,#faa61a 50%,#000000 50%,#000000 55%,#faa61a 55%,#faa61a 60%,#000000 60%,#000000 65%,#faa61a 65%,#faa61a 70%,#000000 70%,#000000 75%,#faa61a 75%,#faa61a 80%,#000000 80%,#000000 85%,#faa61a 85%,#faa61a 90%,#000000 90%,#000000 95%,#faa61a 95%,#faa61a 100%);
}

.full-page-title .company-name{
	color:#000;
}

.full-page-title .company-name span{
	color:#faa61a;
}

#full-page-form .full-page-title p{
	color:#303030;
}

#full-page-form .custom-form{
	background:white;
	border-radius:30px;
	box-shadow:0px 0px 20px rgba(0,0,0,0.2);
}

#full-page-form .full-page-copyright{
	color:white;
	text-shadow:0px 0px 5px rgba(0,0,0,0.5);
}

#full-page-form .custom-form input{
	background:#f2f2f2;
}

/* -----------------------------------------------------
		Popup Ad
   ----------------------------------------------------- */

#popup-ad .modal-content{
	border:0px;
	border-bottom:9px solid #faa61a;
	border-radius:0px;
}

#popup-ad .modal-content .modal-body .close{
	color:white;
	opacity:1;
}
   
#popup-ad .modal-content .modal-body:after{
	background:#303030;	
	transform:rotate(45deg);
}

.popup-ad-text h2{
	color:#000;
}

.popup-ad-text h2 span{
	color:#faa61a;
}

/* -----------------------------------------------------
		Extra Pages
   ----------------------------------------------------- */

/************ ABOUT US PAGE *************/

#about-content{
	background:#faa61a;
}

.about-text{
	background:white;
}

#about-content .about-img img{
	border:6px solid white;
}

#about-content .about-detail p:nth-of-type(1){
	color:#4f5051;
}

.member-block:hover{
	box-shadow:0px 4px 10px rgba(0,0,0,0.15);
	transform:translateY(-10px);
}

.member-img{
	background:#f1f2f2;
	border:1px solid #e6e7e8;
}

.member-img img{
	border:4px solid white;
	box-shadow:0px 4px 8px rgba(0,0,0,0.4);
}

.contact-links li .fa-facebook-square{
	color:#00508f;
}

.contact-links li .fa-twitter-square{
	color:#00aeef;
}

.contact-links li .fa-linkedin-square{
	color:#004378;
}

.member-name{
	border:1px solid #e6e7e8;
}

.member-name h3{
	color:#faa61a;
}

#owl-team .owl-pagination span{
	background:#000;
}

/*********** ABOUT US 2 PAGE ************/

#about-content-2 #abt-cnt-2-text h2{
	color:#4d4d4d;
}

#about-content-2 #abt-cnt-2-text h2 > span{
	color:#333;
}

#about-content-2 #abt-cnt-2-text h2 span > span{
	color:#faa61a;
}

#about-content-2 .abt-cnt-2-ftr .fa{
	background:#faa61a;
	border-radius:100%;
	color:white;
}

#why-us-tabs .nav-tabs li a{
	color:grey;
	background:#f4f4f4;
}

#why-us-tabs .nav-tabs li a:hover{
	border-color:transparent;
}

#why-us-tabs .nav-tabs li.active a{
	background:#faa61a;
	color:white;
	border-color:#faa61a;
}

#why-us-tabs .tab-content .tab-pane{
	border:1px solid #ddd;
	border-top:0px;
}

#why-us-tabs .tab-content .tab-pane a{
	color:#4d4d4d;
}

#progress-bars .bar .progress-bar{
	background:#faa61a;
}

#progress-bars .progress-bar span{
	background:#4d4d4d;
	color:white;
}

#progress-bars .progress-bar span::after{
	border-style: solid;
	border-color: #4d4d4d transparent transparent transparent;
}

#owl-company-logo .item{
	border:1px solid #ddd;
}

/************** ERROR PAGE **************/

#error-text{
	background:linear-gradient(rgba(250, 166, 26,0.85),rgba(250, 166, 26,0.85)),url('../images/error-page.html') top;
	background-size:145%;
	color:white;
}

#error-text p{
	color:white;
}

#error-text .btn-w-border{
	border:2px solid white;
}

/************** ERROR PAGE 2 *************/

.full-page-back{
	background:linear-gradient(rgba(255, 255, 255,0.95),rgba(255, 255, 255,0.95)),url('../images/error-page-2.html') center;
	background-size:cover;
}

.error-page-2-circle h2{
	background:#faa61a;
	border-radius:100%;
	color:#000;
	box-shadow:inset 0px 0px 20px rgba(0,0,0,0.2);
	animation: example 4s linear infinite;
}

@keyframes example {
    0%   {transform:rotateY(0deg);}
    50%  {transform:rotateY(180deg);}
	100%  {transform:rotateY(0deg);}
}

/********** COMING SOON PAGE ************/

#coming-soon-text{
	background:linear-gradient(rgba(0, 0, 0,0.56),rgba(0, 0, 0,0.56)),url('../images/coming-soon-page.html') bottom;
	background-size:145%;
	color:white;
}

#coming-soon-text .company-name span{
	color:#faa61a;
}

#coming-soon-text p{
	color:white;
}

#coming-soon-text form input{
	border-radius:0px;
	border:0px;
}

#coming-soon-text .input-group-btn .btn{
	color:#000;
}

#coming-soon-text .input-group-btn .btn:hover{
	color:#faa61a;
}

#coming-soon-text .timer li{
	border:1px solid white;
}

/********** COMING SOON PAGE 2 ************/

#coming-soon-page-2 .coming-soon-2-timer ul li .digit{
	background:#faa61a;
	border-radius:100%;
	color:white;
}

#coming-soon-page-2-text form input{
	border-radius:0px;
}

#coming-soon-page-2-text form .btn{
	color:white;
	background:#1e1e1e;
}

#coming-soon-page-2-text form .btn:hover{
	background:#000;
}

/********* BLOG LISTINGS PAGE ***********/

.blog-list:hover{
	box-shadow:0px 0px 16px rgba(0,0,0,0.15);
}

.blog-post-img .main-mask{
	background:rgba(0,0,0,0.6);
}

.blog-post-img .main-mask,
.blog-post-img .main-mask .blog-post-info li a{
	color:white;
}

.blog-post-img .main-mask .blog-post-info li .fa{
	color:#faa61a;
}

.blog-post-detail{
	border:1px solid #e6e7e8;
	border-top:0px;
}

.blog-post-detail .blog-post-title,
.blog-post-detail .blog-post-title a{
	color:#000;
}

/********** BLOG DETAILS PAGE ***********/

.comment-block .user-text ul .user-name:after{
	background:#333;
}

.comment-block .user-text ul .date{
	color:#9d9fa2;
}

.comment-block .user-text p{
	color:#828486;
}

.comment-block .user-text a{
	color:#c0c0c0;
}

#comment-form .innerpage-heading h1{
	color:#464646;
}

#comment-form input,
#comment-form textarea{
	border-radius:0px;
	border:1px solid #dcddde;
	box-shadow:none;
}

#comment-form input:focus,
#comment-form textarea:focus{
	border-color:#555;
}

/************** DASHOBARD ***************/

.page-cover.dashboard{
	background:#1f1e19;
}

.dashboard-heading h2 span{
	color:#faa61a;
}

.dashboard-heading p{
	color:#999a9b;
}

.dashboard-nav .nav-tabs{
	border-bottom:0px;
}

.dashboard-nav .nav-tabs li a{
	background:#303030;
	color:white;
	border-radius:0px;
	border:0px;
	border-top:4px solid transparent;
}

.dashboard-nav .nav-tabs li a:hover{
	background:#faa61a;
}

.dashboard-nav .nav-tabs li.active a{
	background:#faa61a;
	color:white;
	border-top-color:#000;
}

.dashboard-nav .nav-tabs li.active a:hover{
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
	border-top:4px solid #000;
}

.dashboard-nav .nav-tabs li .fa{
	border:2px solid white;
	color:white;
	border-radius:100%;
}

.dash-content-title{
	color:#303030;
}

.dashboard-content .btn{
	color:#303030;
}

.dashboard-content .btn:hover{
	color:white;
}

.info-stat .stat-block{
	border:2px solid #d8d8d8;
	color:#303030;
}

.info-stat .stat-block .fa{
	color:#faa61a;
}

.info-stat .stat-block p{
	color:#999a9b;
}

.dashboard-listing{
	border:1px solid #d8d8d8;
}

.dashboard-listing.recent-activity{
	box-shadow:0px 0px 10px rgba(0,0,0,0.15);
}

.dashboard-listing table td.dash-list-icon .fa{
	background:#afafaf;
	border-radius:100%;
}

.dashboard-listing table tr:hover td.dash-list-btn .btn{
	opacity:1;
}

.recent-activity td.recent-ac-text{`
	color:#303030;
}

.recent-activity td.recent-ac-text span{
	color:#faa61a;
}

.recent-activity td.del-field .btn{
	color:red;
	background:transparent;
}

.invoices td.invoice-text .invoice-info li{
	color:#a2a2a2;
}

.invoices td.invoice-text .invoice-info li:after{
	background:#a2a2a2;
}

.invoices td.invoice-text .invoice-info li.red{
	color:#d40000;
}

.invoices td.invoice-text .invoice-info li.green{
	color:#26b500;
}

@media(max-width:768px){
	
	.dashboard-listing .table-responsive{
		border:0px;
	}
}

/*************** DASHBOARD-2 *************/

#dashboard-tabs .nav-tabs li a{
	background:#f2f2f2;
	color:white;
	background:#666666;
	border:0px;
	border-radius:0px;
	border-left:4px solid #8c8c8c;
}

#dashboard-tabs .nav-tabs li a .fa{
	color:#303030;
}

#dashboard-tabs .nav-tabs li:hover a,
#dashboard-tabs .nav-tabs li.active a{
	background:#faa61a;
	border-left-color:#303030;
}

#dashboard-tabs .nav-tabs li.active a .fa{
	background:#faa61a;
}

#dashboard-tabs .tab-content .tab-pane{
	border:1px solid #e6e7e8;
	border-top:0px;
}

/************** PROFILE PAGE **************/

.user-profile .panel-default{
	border-radius:0px;
}

.user-profile .panel-default .panel-body .big-icon{
	color:#f2f2f2;
}

.user-profile .panel-body .user-detail .btn:hover{
	background:#303030;
}

/************** BOOKING PAGE ************/

.booking-listing td.booking-list-date .b-date{
	background:#efefef;
}

.booking-listing tr:hover .booking-list-date .b-date{
	background:white;
}

.booking-listing td.booking-list-date h3{
	color:#faa61a;
}

.booking-listing td.booking-list-date p{
	color:#8e8e8e;
}

.booking-listing td.booking-list-detail h3{
	color:#494949;
}

.booking-listing td.booking-list-detail li{
	color:#737373;
}

.booking-listing td.dash-list-btn .btn:nth-child(2){
	background:#d1d1d1;
}

.booking-listing td.dash-list-btn .btn:nth-child(2):hover{
	background:#303030;
}

.booking-trips .dash-listing-heading{
	background:#efefef;
}

.booking-trips .dash-listing-heading input[type="radio"] + label {
  	color:#7e7e7e;
}

.booking-trips .dash-listing-heading input[type="radio"]:checked + label{
	color:#303030;
}

.booking-trips .dash-listing-heading input[type="radio"] + label span {
	color:#646464;
}

.booking-trips .dash-listing-heading input[type="radio"] + label span {
     background-color:#7e7e7e;
}

.booking-trips .dash-listing-heading input[type="radio"]:checked + label span{
     background-color:#faa61a;
}

.booking-trips .dash-listing-heading input[type="radio"] + label span,
.booking-trips .dash-listing-heading input[type="radio"]:checked + label span {
  	transition:background-color .2s linear;
}

/************* WISHLIST PAGE ************/

.wishlist td.wishlist-text .order{
	color:#303030;
}

.wishlist table tr td{
	border:0px;
}

.wishlist tr:hover{
	background:#f6f6f6;
}

@media(min-width:768px){
	
	.wishlist tr{
		border:1px solid #ddd;
	}	
}

@media(max-width:767px){
	
	.wishlist tr{
		border-bottom:1px solid #ddd;
	}	
}

/************** CARD PAGE **************/

.card-block{
	border:1px solid #d8d8d8;
	color:#303030;
}

.card-block:hover{
	background:#efefef;
}

.card-block .primary-tag{
	background:#faa61a;
	color:white;
	border-radius:0px 0px 0px 17px;
}

.card-block ul li.card-links .btn{
	color:#303030;
	background:transparent;
	box-shadow:none;
}

.card-block ul li.card-links .fa-pencil{
	color:#faa61a;
}

.card-block.add-card:hover{
	background:#faa61a;
	border-color:#faa61a;
}

.card-block.add-card:hover .fa,
.card-block.add-card:hover h4{
	color:white;
}

.card-block.add-card .fa,
.card-block.add-card h4{
	color:#faa61a;
}

.custom-modal .modal-content:after{
	background:#faa61a;
}

.custom-modal .modal-content{
	border-top:8px solid #faa61a;
}

.custom-modal .modal-content .modal-header{
	border:0px;
}

.custom-modal .modal-content,
.custom-modal .modal-body  input{
	border-radius:0px;
}

.custom-modal .modal-body  input{
	box-shadow:none;
	background:#f2f2f2;
	border:0px;
}

.custom-modal .modal-body .custom-check label{
	color:#595959;
}

/********* BEFORE YOU FLY PAGE **********/

.byf-info .nav-tabs li a{
	background:#4d4d4d;
	color:white;
	border:0px;
	border-radius:8px 8px 0px 0px;
}

.byf-info .nav-tabs li:hover a,
.byf-info .nav-tabs li.active a{
	background:#faa61a;
	border:0px;
	color:white;
}

.byf-info .tab-pane{
	border:1px solid #ddd;
	border-top:0px;
}

.byf-info .tab-pane ul li{
	color:#808285;
}

@media(max-width:767px){
	
	.byf-info .nav-tabs li{
		border-top:1px solid rgba(255,255,255,0.1);
	}
	
	.byf-info .nav-tabs li a{
		border-radius:0px;
	}
}

/********* TRAVEL INSURANCE PAGE *********/

.tvl-insurance-info .innerpage-heading h1{
	border-left:6px solid #faa61a;
}

.tvl-insurance-info .innerpage-heading + ul{
	color:#808285;
}

.insurance-desc .innerpage-heading + ul li:before{
	color:#faa61a;
}

.in-feature-block h4{
	color:#231f20;
}

.in-feature-block .fa{
	border-radius:100%;
	background:#faa61a;
	color:white;
}

.in-feature-block .fa::after{
	border:8px solid rgba(255,255,255,0.2);
	border-radius:100%;
}

.in-feature-block:hover .fa{
	transform:rotate(360deg);
	box-shadow:0px 5px 15px rgba(0,0,0,0.2);
}

/************* HOLIDAYS PAGE *************/

#holiday-trips .owl-holidays .tour-info{
	background:#f8f8f8;
}

#popular-destinations{
	background:#f2f2f2;
}

.big-heading h2{
	color:#333;
	text-shadow:8px 0px 10px rgba(0,0,0,0.5);
	animation: color 7s infinite;
	animation-timing-function: ease-in-out;
}

#popular-destinations li:before{
	color:#faa61a;	
}

#popular-destinations li a{
	color:#404040;
}

#popular-destinations li a:hover{
	color:#faa61a;
}

@keyframes color {
	0% {text-shadow:-8px 0px 10px rgba(0,0,0,0.5);}
	25% {color:#faa61a; text-shadow:8px 0px 10px rgba(0,0,0,0.5);}
	50%	{text-shadow:-8px 0px 10px rgba(0,0,0,0.5);}
	75% {color:#faa61a; text-shadow:8px 0px 10px rgba(0,0,0,0.5);}
	100% { text-shadow:-8px 0px 10px rgba(0,0,0,0.5);}
}

/************ THNAK YOU PAGE *************/

.thank-you-note{
	border-bottom:1px solid #e6e6e6;
}

.thank-you-note:before{
	color:lightgrey;	
	animation: thumbs-up 3s infinite;
	animation-timing-function: ease-in-out;
}

.thank-you-note .btn{
	border-radius:30px;
}

.t-info-heading{
	color:#1a1a1a;
}

.t-info-heading span{
	color:#faa61a;
	border-bottom:4px solid #faa61a;
}

.traveler-info table tr td{
	border-top:0px;
	border-bottom:1px solid #f2f2f2;
}

.traveler-info table tr td:first-child{
	color:grey;
}

.payment-method ul li{
	opacity:0.2;
}

.payment-method ul li.active{
	opacity:1;
}

@keyframes thumbs-up {
	0%{color:lightgrey;}
	50%{color:#faa61a;}
	100%{color:lightgrey;}
}

/********** PAYMENT-SUCCESS PAGE *********/

#payment-success{
	background:linear-gradient(rgba(255, 255, 255,0.9),rgba(255, 255, 255,0.9)),url('../images/coming-soon-page.html') center center;
	background-size:cover;
}

#payment-success table td .fa{
	color:#51a351;
}

#payment-success .fa-check-circle{
	color:#51a351;
	animation: check-circle 3s linear infinite;
}

#payment-success table td .t-date{
	color:grey;
}

@keyframes check-circle{
	0%   {transform:rotateY(0deg);}
    50%  {transform:rotateY(180deg);}
	100%  {transform:rotateY(0deg);}
}

/************* SERVICES-1 PAGE *************/

.service-block-1 .service-icon-1 .fa{
	border:1px solid #faa61a;
	color:#faa61a;
	border-radius:100%;
}

.service-block-1:hover .service-icon-1 .fa{
	transform:rotateY(-180deg);
	background:#faa61a;
	color:white;
}

/************* SERVICES-2 PAGE ************/

#process-flow{
	background:#eeeeee;	
}

.process-block{
	color:#333;
}

.process li::before,
.process li::after{
	border-top:1px dashed #faa61a;
	color:#faa61a;
}

.process-block .fa{
	background:white;
	color:#faa61a;
	border-radius:100%;
	border:3px dashed #faa61a;
}

.process-block:hover .fa{
	background:#faa61a;
	color:white;
	transform:rotate(360deg);
}

.service-intro-text h4{
	color:#faa61a;
}

@media(max-width:576px){
	
	.process li::before,
	.process li::after{
		display:none;
	}
}

/************** TEAM-2 PAGE **************/

.member-block-2:hover{
	box-shadow:0px 4px 10px rgba(0,0,0,0.15);
	transform:translateY(-10px);
}

.member-img-2 img{
	border-bottom:2px solid #faa61a;
}

.member-name-2 h3{
	background:#faa61a;
	color:white;
}

.member-info-2{
	border:1px solid #e6e7e8;	
}

.member-info-2 h4{
	color:#595959;
}

/************* PRICING PAGES *************/

#pricing-table-page{
	background:#eeeeee;
}

/**************** FAQ PAGES **************/

#faq-page .content-side .faq-heading::before,
#faq-page .content-side .panel-default .panel-title::after{
	background:#faa61a;	
}

#faq-page .content-side .panel{
	box-shadow:none;
}

#faq-page .content-side .panel-default .panel-heading{
	border-bottom:0px;
}

#faq-page .content-side .panel-default .panel-title{
	color:#4d4d4d;
}

#faq-page .content-side .panel-default .panel-title::before{
	color:white;
}

#faq-page .side-bar .booking-form-block{
	background:#333;
}

#faq-page .side-bar .booking-form-block h3{
	color:white;
}

#faq-page .side-bar .booking-form-block p{
	color:lightgrey;
}

#faq-page .side-bar .booking-form-block input,
#faq-page .side-bar .booking-form-block textarea{
	background:white;
	color:#333;
}

/*************** TRAVEL-GUIDE *************/

#travel-guide .detail-tabs .nav-tabs li a{
	background:#4d4d4d;
	border-bottom:0px;
}

#travel-guide .detail-tabs .tab-pane{
	background:white;
}

#travel-guide .detail-tabs .nav-tabs li.active a{
	border-top:4px solid #000;
	background-color:#faa61a;
	color:#000;
}

#travel-guide .tab-content .tab-pane{
	border:0px;	
	border-bottom:3px solid #4d4d4d;
}

#travel-guide .detail-tabs img{
	border:0px;
}

#travel-guide .tab-text table td{
	border-top-color:#ebebeb;
}

#travel-guide .tab-text table tr:last-child{
	border-bottom:1px solid #eeeeee;
}

#travel-guide .tab-text table tbody td{
	color:#737373;
}

#travel-guide .tab-text table tbody td:first-child{
	color:#333;
}

#travel-guide #tv-guide-attractions .item{
	border:1px solid #e6e7e8;
}

#travel-guide #tv-guide-attractions a,
#travel-guide .tv-guide-block .tab-text h3 a{
	color:#333;
}

#travel-guide .attract-loc span{
	color:#faa61a;
}

#travel-guide #tv-guide-attractions .owl-buttons div{
	background:none;
	opacity:1;
	color:#333;
}

#travel-guide .tv-guide-block{
	border-bottom:1px dashed #ddd;
}

#travel-guide .tv-guide-block:last-child{
	border-bottom:0px;
}

/* -----------------------------------------------------
		Contact Us
   ----------------------------------------------------- */

.contact-block-2{
	box-shadow:0px 0px 20px rgba(0,0,0,0.2);	
}

.contact-block-2 .fa{
	color:#faa61a;
}

.contact-block-2 h4{
	color:#111;
}

#contact-form-2 .social-links li a{
	color:#b3b3b3;	
}

#contact-form-2 .social-links li a:hover{
	color:#faa61a;	
}

#contact-form-2 form input,
#contact-form-2 textarea{
	border-radius:0px;
	box-shadow:none;
	background:#f2f2f2;
	border:0px;
}

















@media(min-width:991px) and (max-width:1200px){
	
	.page-heading p{
		width:75%;
	}
}

@media(min-width:992px){
	
	.no-pd-r{
		padding-right:0px;
	}
	
	.no-pd-l{
		padding-left:0px;
	}
	
	.space-right{
		padding-right:30px;
	}
}

@media(max-width:991px){
	
	.page-heading p{
		width:90%;
	}
	
	.innerpage-heading p{
		width:90%;
	}
}

@media(max-width:768px){
	
	.btn{
		font-size:14px;
	}
	
	.btn-padding{
		padding:10px 30px;
	}
	
	.page-heading h2{
		font-size:32px;
	}
	
	.page-heading p{
		font-size:17px;
	}
	
	.innerpage-heading h1{
		font-size:30px;
	}
			
	.innerpage-heading p{
		font-size:16px;
	}
	
	.butn .btn{
		width:200px;
		padding:14px 0px;
	}
}

@media(max-width:767px){
	
	.view-all{
		margin-top:50px;
	}
}

@media(max-width:400px){
	
	.page-heading h2{
		font-size:27px;
	}
	
	.innerpage-heading h1{
		font-size:28px;
	}
}
	
@media (min-width: 1200px) {
	
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
	
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 768px) {
	
	.col-sm-15 {
        width: 20%;
        float: left;
    }
}

/* -----------------------------------------------------
		Top Bar
   ----------------------------------------------------- */

@media(min-width:768px) and (max-width:991px){
	
	#top-bar.container-header #info li:first-child{
		margin-right:5px;
	}
	
	#top-bar.container-header #links > ul > li form{
		padding-left:18px;
		margin-left:10px;
	}
	
	#top-bar.container-header form ul li:last-child{
		margin-left:4px;
	}
	
	#top-bar #links > ul > li form{
		padding-left:22px;
		margin-left:15px;
	}
}

@media(min-width:992px){
	
	#top-bar #links ul li form{
		margin-left:15px;
	}
}

@media(max-width:767px){
	
	#top-bar{
		text-align:center;
	}
	
	#top-bar #info li:first-child{
		margin-right:0px;
	}
	
	#top-bar #info li{
		margin:0px 5px 3px;
	}
	
	#top-bar #links{
		float:none;
		text-align:center;
	}
	
	#top-bar #links > ul > li form{
		padding-left:18px;
		margin-left:10px;
	}
	
	#top-bar form ul li:last-child{
		margin-left:4px;
	}
}

/************* CRUISE HOMEPAGE *************/

@media(min-width:768px) and (max-width:991px){

	#cruise-homepage #top-bar #info li:first-child{
		margin-right:5px;
	}
	
	#cruise-homepage #top-bar #links > ul > li form{
		padding-left:18px;
		margin-left:10px;
	}
	
	#cruise-homepage #top-bar form ul li:last-child{
		margin-left:4px;
	}
}

/* -----------------------------------------------------
		Navbar
   ----------------------------------------------------- */

@media(min-width:1200px){
	
	.main-navbar.navbar-custom .navbar-brand{
		padding-top: 24px;
	}
	
	.main-navbar.navbar-custom .navbar-nav > li {
		padding: 22px 0;
		-webkit-transition: padding 0.3s;
		-moz-transition: padding 0.3s;
		transition: padding 0.3s;
		margin:0px 1px;
  	}
	
	.main-navbar .nav > li > a{
		padding-left:0px;
		padding-right:0px;
		margin:0px 13px;
	}
	
	.main-navbar .navbar-nav > li:last-child a{
		margin-right:0px;
	}
	
	.main-navbar .navbar-nav > li:last-child{
		margin-left:12px;
	}
	
	.main-navbar .navbar-search-link > li:last-child{
		margin-left:8px;
		margin-top:6px;
	}
	
	.main-navbar.navbar-custom.affix .navbar-nav > li{
		padding: 10px 0;
	}
	
	.main-navbar.navbar-custom.affix .navbar-brand{
		padding-top: 12px;
	}
	
	.main-navbar .navbar-nav > li.active::before{
		width: 80%;
	}
	
	.main-navbar .mega-dropdown-menu{
		min-width:950px;
	}
	
	.main-navbar .mega-dropdown-menu ul li a{
		padding-right:15px;
	}
	
	.main-navbar .navbar-right .mega-dropdown-menu.dropdown-menu{
		left:auto;
		right:0px;
	}
}

@media(max-width:1199px){
	
	.main-navbar .navbar-nav > li:last-child{
		display:none;
	}
	
	.main-navbar .navbar-search-link > li:last-child{
		display:none;
	}
	
	.main-navbar .navbar-nav{
		display:none !important;
	}
}

@media(min-width:768px) and (max-width:1199px){

	#mynavbar{
		padding:0px;
	}
	
	.main-navbar .header-search{
		margin-top:16px;
	}
	
	.main-navbar .navbar-header .header-search .fa{
		font-size:18px;
	}
	
	.main-navbar .navbar-header{
		padding-top:15px;
		padding-bottom:15px;
	}

	.main-navbar .navbar-collapse.collapse{
		display:none !important;
	}
	
	.main-navbar .navbar-collapse.collapse.in{
		display:block !important;
	}
	
	.main-navbar .navbar-collapse{
		margin-top:0px;
		padding-left:0px;
		padding-right:0px;
	}
	
	.main-navbar .navbar-nav {
        float: none !important;
		width:100%;
    }
	
	.main-navbar .navbar-nav>li {
        float: none;
    }
	
	.main-navbar .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
	
	.main-navbar .navbar-toggle{
		display:block;
		margin-top:10px;
		margin-right:0px;
		margin-left:15px;
		padding-right:0px;
	}
	
	.main-navbar.container-header .navbar-toggle{
		margin-right:15px;
	}
	
	.main-navbar .navbar-header{
		float:none;
	}
	
	.main-navbar .navbar-nav li .dropdown-menu{
		width:100%;
		max-height:300px;
		overflow:auto;
	}
	
	.main-navbar.navbar-custom .navbar-brand{
		padding-top: 3px;
	}
}

@media(min-width:768px) and (max-width:991px){
	
	#mynavbar .navbar-brand img{
		max-height:46px;
		margin-top:3px;
	}
}

@media(min-width: 768px) {
  
	.main-navbar.navbar-custom .navbar-brand {
		font-size: 2.0em;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	
	.main-navbar.navbar-custom .navbar-brand .fa{
		font-size: 1.33em;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	
	.main-navbar .navbar-right .dropdown-menu {
		left: 0;
		right: auto;
	}
	
	.dropdown-submenu > .dropdown-menu.dropdown-sbm.left-sbm{
		top:0;
		right:100%;
		left:auto; 
		margin-top:-1px;
		margin-left:-1px;
	}
}

@media(max-width:768px){
	
	.main-navbar .navbar-header .header-search .fa{
		font-size:18px;
	}
	
	.overlay-content form .form-group{
		width:60%;
	}
}

@media(max-width:600px){
	
	#close-button{
		right:20px;
		top:40px;
	}
	
	.overlay-content form .form-group{
		width:90%;
	}
}

@media(max-width:767px){

	.main-navbar{
		z-index:100;
	}
	
	.main-navbar .navbar-brand{
		padding-bottom:0px;
		padding-top:17px;
	}
	
	.main-navbar .navbar-brand .fa{
		top:0px;
		margin-right:6px;
	}

	.main-navbar .navbar-nav{
		margin-top:0;
		margin-bottom:0;
	}
	
	.main-navbar .navbar-toggle{
		padding:20px;
		border-radius:0px;
		margin:0px;
	}
	
	.main-navbar .navbar-nav>li>a {
       	font-size:14px;
	}
	
	.affix ~ section{
		top:42px;
	}
	
	.main-navbar .navbar-nav li .dropdown-menu{
		width:100%;
		max-height:148px;
		overflow:auto;
	}
	
	.main-navbar .navbar-nav li .dropdown-menu li a {
		font-size: 14px;
	}
}

@media(max-width:576px){
	
	.overlay-content form input{
		font-size:18px;
	}
	
	.overlay-content form .input-group-btn .btn{
		font-size:18px;
		width:60px;
	}
	
	.overlay-content form input,
	.overlay-content form .input-group-btn .btn{
		height:45px;
	}
}

/************* CRUISE HOMEPAGE *************/

@media(min-width:768px) and (max-width:1199px){
	
	#cruise-homepage .main-navbar .navbar-toggle{
		margin-right:15px;
	}
}

/* -----------------------------------------------------
		Slider
   ----------------------------------------------------- */

@media(max-width:576px){
	
	.flexslider li .meta .highlight-price{
		font-size:15px;
	}
}

/************* SLIDER-1 *************/

@media(min-width:992px){
	
	#flexslider-container-1, 
	#slider-1 .slides, 
	#slider-1 .flex-viewport {
		height: 712px;
	}

	#slider-1 .slides > li { 
	  	height: 712px;
	}
	
	#slider-1 {
	  	height: 712px; 
	}
}

@media(max-width:991px){
	
	#flexslider-container-1, 
	#slider-1 .slides, 
	#slider-1 .flex-viewport {
		height: 800px;
	}

	#slider-1 .slides > li { 
	  	height: 800px;
	}
	
	#slider-1 {
	  	height: 800px; 
	}
	
	#slider-1 li .meta h1{
		font-size:70px;
	}	
	
	#slider-1 li .meta h2{
		font-size:28px;
	}	
}

@media(max-width:768px){
	
	#slider-1 li .meta h1{
		font-size:60px;
	}	
	
	#slider-1 li .meta h2{
		font-size:26px;
	}
}

@media(max-width:767px){
	
	#flexslider-container-1, 
	#slider-1 .slides, 
	#slider-1 .flex-viewport {
		height: 830px;
	}

	#slider-1 .slides > li { 
	  	height: 830px;
	}
	
	#slider-1 {
	  	height: 830px; 
	}
}

@media(max-width:576px){
	
	#flexslider-container-1, 
	#slider-1 .slides, 
	#slider-1 .flex-viewport {
		height: 745px;
	}

	#slider-1 .slides > li { 
	  	height: 745px;
	}
	
	#slider-1 {
	  	height: 745px; 
	}
	
	#slider-1 li .meta {
		padding-top:80px;
	}
	
	#slider-1 li .meta h1{
		font-size:50px;
	}	
	
	#slider-1 li .meta h2{
		font-size:24px;
		margin-bottom:-4px;
	}	
}

@media(max-width:420px){

	
	#slider-1 li .meta h1{
		font-size:40px;
	}	
	
	#slider-1 li .meta h2{
		font-size:20px;
		margin-bottom:-4px;
	}	
}

/************* SLIDER-2 *************/

@media(min-width:1200px){
	
	#flexslider-container-2, 
	#slider-2 .slides, 
	#slider-2 .flex-viewport {
		height: 618px;
	}

	#slider-2 .slides > li { 
	  	height: 618px;
	}
	
	#slider-2 {
	  	height: 618px; 
	}
}

@media(max-width:1199px){
	
	#flexslider-container-2, 
	#slider-2 .slides, 
	#slider-2 .flex-viewport {
		height: 688px;
	}

	#slider-2 .slides > li { 
	  	height: 688px;
	}
	
	#slider-2 {
	  	height: 688px; 
	}
}

@media(max-width:991px){
	
	#flexslider-container-2, 
	#slider-2 .slides, 
	#slider-2 .flex-viewport {
		height: 758px;
	}

	#slider-2 .slides > li { 
	  	height: 758px;
	}
	
	#slider-2 {
	  	height: 758px; 
	}
	
	#slider-2 li .meta{
		padding-top:130px;
	}
}

@media(max-width:768px){
	
	#slider-2 li .meta h2{
		font-size:50px;
	}	
	
	#slider-2 li .meta p{
		width:80%;
	}
}

@media(max-width:767px){

	#slider-2 li .meta{
		padding-top:100px;
	}
}

@media(max-width:576px){
	
	#flexslider-container-2, 
	#slider-2 .slides, 
	#slider-2 .flex-viewport {
		height: 722px;
	}

	#slider-2 .slides > li { 
	  	height: 722px;
	}
	
	#slider-2 {
	  	height: 722px; 
	}
	
	#slider-2 li .meta h2{
		font-size:35px;
	}	
	
	#slider-2 li .meta p{
		width:95%;
	}
}

@media(max-width:420px){

	#slider-2 li .meta h2{
		font-size:30px;
	}	
	
	#slider-2 li .meta p{
		font-size:14px;
	}
}


@media(max-width:360px){

	#slider-2 li .meta h2{
		font-size:28px;
	}	
}

/************* SLIDER-3 *************/

@media(min-width:1200px){
	
	#flexslider-container-3, 
	#slider-3 .slides, 
	#slider-3 .flex-viewport {
		height: 778px;
	}

	#slider-3 .slides > li { 
	  	height: 778px;
	}
	
	#slider-3 {
	  	height: 778px; 
	}
}

@media(max-width:1199px){
	
	#flexslider-container-3, 
	#slider-3 .slides, 
	#slider-3 .flex-viewport {
		height: 768px;
	}

	#slider-3 .slides > li { 
	  	height: 768px;
	}
	
	#slider-3 {
	  	height: 768px; 
	}
}

@media(max-width:991px){
	
	#flexslider-container-3, 
	#slider-3 .slides, 
	#slider-3 .flex-viewport {
		height: 768px;
	}

	#slider-3 .slides > li { 
	  	height: 768px;
	}
	
	#slider-3 {
	  	height: 768px; 
	}
}

@media(max-width:767px){
	
	#flexslider-container-3, 
	#slider-3 .slides, 
	#slider-3 .flex-viewport {
		height: 798px;
	}

	#slider-3 .slides > li { 
	  	height: 798px;
	}
	
	#slider-3 {
	  	height: 798px; 
	}
}

/************* SLIDER-4 *************/

@media(min-width:1200px){
	
	#flexslider-container-4, 
	#slider-4 .slides, 
	#slider-4 .flex-viewport {
		height: 658px;
	}

	#slider-4 .slides > li { 
	  	height: 658px;
	}
	
	#slider-4 {
	  	height: 658px; 
	}
}

@media(max-width:1199px){
	
	#flexslider-container-4, 
	#slider-4 .slides, 
	#slider-4 .flex-viewport {
		height: 718px;
	}

	#slider-4 .slides > li { 
	  	height: 718px;
	}
	
	#slider-4 {
	  	height: 718px; 
	}
}

@media(max-width:991px){
	
	#flexslider-container-4, 
	#slider-4 .slides, 
	#slider-4 .flex-viewport {
		height: 818px;
	}

	#slider-4 .slides > li { 
	  	height: 818px;
	}
	
	#slider-4 {
	  	height: 818px; 
	}
			
	#slider-4 li .meta{
		padding-top:130px;
	}
}

@media(max-width:767px){
	
	#flexslider-container-4, 
	#slider-4 .slides, 
	#slider-4 .flex-viewport {
		height: 800px;
	}

	#slider-4 .slides > li { 
	  	height: 800px;
	}
	
	#slider-4 {
	  	height: 800px; 
	}
}

@media(max-width:576px){
	
	#flexslider-container-4, 
	#slider-4 .slides, 
	#slider-4 .flex-viewport {
		height: 742px;
	}

	#slider-4 .slides > li { 
	  	height: 742px;
	}
	
	#slider-4 {
	  	height: 742px; 
	}
	
	#slider-4 li .meta {
		padding-top:100px;
	}
}

@media(max-width:420px){
	
	#flexslider-container-4, 
	#slider-4 .slides, 
	#slider-4 .flex-viewport {
		height: 712px;
	}

	#slider-4 .slides > li { 
	  	height: 712px;
	}
	
	#slider-4 {
	  	height: 712px; 
	}
}

/************* SLIDER-5 *************/

@media(min-width:1200px){
	
	#flexslider-container-5, 
	#slider-5 .slides, 
	#slider-5 .flex-viewport {
		height: 778px;
	}

	#slider-5 .slides > li { 
	  	height: 778px;
	}
	
	#slider-5 {
	  	height: 778px; 
	}
}

@media(max-width:1199px){
	
	#flexslider-container-5, 
	#slider-5 .slides, 
	#slider-5 .flex-viewport {
		height: 768px;
	}

	#slider-5 .slides > li { 
	  	height: 768px;
	}
	
	#slider-5 {
	  	height: 768px; 
	}
	
	#slider-5 li .meta{
		margin-top:-40px;
	}
}

@media(max-width:991px){
	
	#flexslider-container-5, 
	#slider-5 .slides, 
	#slider-5 .flex-viewport {
		height: 868px;
	}

	#slider-5 .slides > li { 
	  	height: 868px;
	}
	
	#slider-5 {
	  	height: 868px; 
	}
	
	#slider-5 li .meta{
		margin-top:-70px;
	}
	
	#slider-5 li .meta h2{
		font-size:55px;
	}
	
	#slider-5 li .meta p{
		font-size:16px;
	}
}

@media(max-width:768px){
	
	#flexslider-container-5, 
	#slider-5 .slides, 
	#slider-5 .flex-viewport {
		height: 868px;
	}

	#slider-5 .slides > li { 
	  	height: 868px;
	}
	
	#slider-5 {
	  	height: 868px; 
	}
	
	#slider-5 li .meta{
		margin-top:-110px;
	}
	
	#slider-5 li .meta h2{
		font-size:45px;
	}
	
	#slider-5 li .meta p{
		font-size:15px;
	}
}

@media(max-width:576px){
	
	#flexslider-container-5, 
	#slider-5 .slides, 
	#slider-5 .flex-viewport {
		height: 868px;
	}

	#slider-5 .slides > li { 
	  	height: 868px;
	}
	
	#slider-5 {
	  	height: 868px; 
	}
	
	#slider-5 li .meta{
		margin-top:-90px;
	}
	
	#slider-5 li .meta h2{
		font-size:35px;
	}
	
	#slider-5 li .meta p{
		font-size:14px;
		width:90%;
	}
}

/************* TOUR-SLIDER *************/

@media(max-width:991px){
	
	.tour-slider li .meta h2{
		font-size:55px;
	}
}

@media(max-width:768px){
	
	.tour-slider li .meta{
		text-align:center;
	}
	
	.tour-slider li .meta h2{
		font-size:45px;
	}
	
	.tour-slider li .meta .highlight-price{
		font-size:15px;
	}
	
	.tour-slider li .meta p{
		margin:0 auto;
	}
}

@media(max-width:576px){
	
	.tour-slider li .meta h2{
		font-size:40px;
	}	
	
	.tour-slider li .meta p{
		width:90%;
	}
}

@media(max-width:420px){
	
	.tour-slider li .meta h2{
		font-size:35px;
	}	
}

/************* TRAVEL-AGENCY *************/

@media(min-width:1200px){
	
	#travel-agency #flexslider-container-5, 
	#travel-agency #slider-5 .slides, 
	#travel-agency #slider-5 .flex-viewport {
		height: 720px;
	}

	#travel-agency #slider-5 .slides > li { 
	  	height: 720px;
	}
	
	#travel-agency #slider-5 {
	  	height: 720px; 
	}
	
	#travel-agency #slider-5 li .meta{
		margin-top:30px;
	}
}

@media(max-width:1199px){
	
	#travel-agency #flexslider-container-5, 
	#travel-agency #slider-5 .slides, 
	#travel-agency #slider-5 .flex-viewport {
		height: 700px;
	}

	#travel-agency #slider-5 .slides > li { 
	  	height: 700px;
	}
	
	#travel-agency #slider-5 {
	  	height: 700px; 
	}
	
	#travel-agency #slider-5 li .meta{
		margin-top:30px;
	}
}

@media(max-width:991px){
	
	#travel-agency #flexslider-container-5, 
	#travel-agency #slider-5 .slides, 
	#travel-agency #slider-5 .flex-viewport {
		height: 660px;
	}

	#travel-agency #slider-5 .slides > li { 
	  	height: 660px;
	}
	
	#travel-agency #slider-5 {
	  	height: 660px; 
	}
}

@media(max-width:768px){

	#travel-agency #slider-5 li .meta{
		margin-top:40px;
	}
}

@media(max-width:576px){
	
	#travel-agency #flexslider-container-5, 
	#travel-agency #slider-5 .slides, 
	#travel-agency #slider-5 .flex-viewport {
		height: 600px;
	}

	#travel-agency #slider-5 .slides > li { 
	  	height: 600px;
	}
	
	#travel-agency #slider-5 {
	  	height: 600px; 
	}
	
	#travel-agency #slider-5 li .meta{
		margin-top:45px;
	}
}

/* -----------------------------------------------------
		Search Tabs
   ----------------------------------------------------- */

@media(max-width:1199px){
	
	.search-tabs .tab-content .tab-pane .search-btn{
		text-align:center;
	}
	
	.search-tabs .tab-content .tab-pane .search-btn .btn{
		margin-top:10px;
	}
	
	.search-tabs .tab-content .tab-pane{
		padding:35px 30px;
	}
}

@media(max-width:650px){
	
	.search-tabs .nav-tabs li .st-text{
		display:none;
	}
	
	.search-tabs .nav-tabs li .fa{
		margin-right:0px;
		font-size:18px;
	}
	
	.search-tabs .nav-tabs li a{
		padding:8px 18px;
	}

	.search-tabs .nav-tabs li.active a{
		padding:8px 20px 11px;
	}
}

@media(min-width:577px){
	
	.search-tabs .tab-content .tab-pane input,
	.search-tabs .tab-content .tab-pane select,
	.search-tabs .tab-content .tab-pane .btn{
		height:40px;
	}
	
	.search-tabs .tab-content .tab-pane .form-group.left-icon .fa{
		top:12px;
		font-size:15px;
	}
	
	.search-tabs .tab-content .tab-pane .form-group.right-icon .fa{
		top:10px;
		font-size:20px;
	}
	
}

@media(max-width:576px){
	
	.search-tabs .tab-content .tab-pane input,
	.search-tabs .tab-content .tab-pane select{
		font-size:13px;
	}
	
	.search-tabs .tab-content .tab-pane .form-group.left-icon .fa{
		top:10px;
		font-size:14px;
	}
	
	.search-tabs .tab-content .tab-pane .form-group.right-icon .fa{
		top:7px;
		font-size:20px;
	}
}

@media(max-width:360px){
	
	.search-tabs .nav-tabs li .fa{
		font-size:15px;
	}
}

/************* SEARCH-TABS-3 *************/

@media(min-width:992px) and (max-width:1199px){
	
	#search-tabs-3.search-tabs .nav-tabs li{
		font-size:12px;
	}
	
	#search-tabs-3 .nav-tabs li a,
	#search-tabs-3 .nav-tabs li.active a{
		padding:10px 13px;
	}
}

@media(min-width:769px) and (max-width:1199px){
		
	.welcome-message{
		padding:43px 35px;
		margin-top:37px;
	}
}

@media(min-width:577px){
	
	#search-tabs-3 .tab-content .tab-pane .form-group.left-icon .fa{
		top:38px;
	}
	
	#search-tabs-3 .tab-content .tab-pane .form-group.right-icon .fa{
		top:36px;
	}
}

@media(max-width:576px){
	
	#search-tabs-3 .tab-content .tab-pane .form-group.left-icon .fa{
		top:35px;
	}
	
	#search-tabs-3 .tab-content .tab-pane .form-group.right-icon .fa{
		top:32px;
	}
}

/* -----------------------------------------------------
		Main Block
   ----------------------------------------------------- */

/************** OFFER-PRICE-1 *************/

@media(min-width:992px) and (max-width:1199px){
	
	.offer-price-1 li.price{
		font-size:17px;
	}
	
	.offer-price-1 li.price .pkg,
	.offer-price-1 li.rating .fa{
		font-size:12px;
	}
	
	.offer-price-1 li.price .pkg,
	.offer-price-1 li.price .divider{
		top:-1px;
	}
}

@media(max-width:767px){
	
	.offer-price-1 li.price{
		font-size:17px;
	}
	
	.offer-price-1 li.price .pkg,
	.offer-price-1 li.rating .fa{
		font-size:11px;
	}
	
	.offer-price-1 li.price .pkg,
	.offer-price-1 li.price .divider{
		top:-1px;
	}
}

@media(max-width:630px){
	
	.offer-price-1 li.price .divider{
		margin:0px 5px;
	}
}

/************** OFFER-PRICE-2 *************/

/*@media(min-width:992px) and (max-width:1199px){
	
	.offer-price-2 li.price{
		font-size:20px;
	}
}*/

@media(max-width:767px){
	
	.offer-price-2 li.price{
		font-size:20px;
	}
}

/* -----------------------------------------------------
		Hotel Block
   ----------------------------------------------------- */
   
@media(max-width:420px){
	   
	.hotel-info .hotel-title{
		font-size:1.38em;
	}
	
	.hotel-title.main-title p{
		font-size:13px;
	}
}	

/* -----------------------------------------------------
		Tour Block
   ----------------------------------------------------- */

@media(max-width:767px){
	
	.tour-info .tour-title a{
		font-size:19px;
	}
	
	.tour-info .tour-title p{
		font-size:1.07em;
	}
}

/* -----------------------------------------------------
		Cruise Block
   ----------------------------------------------------- */

@media(min-width:992px) and (max-width:1199px){
	
	.cruise-block .cruise-img img{
		min-height:190px;
		max-height:190px;
	}
	
	#owl-cruise-offers .cruise-block .cruise-img img{
		min-height:215px;
		max-height:215px;
	}
}

@media(max-width:767px){
	
	.cruise-block{
		margin-bottom:30px;
	}
}

@media(max-width:420px){
	
	.cruise-title a{
		font-size:19px;
	}
	
	.cruise-title p{
		font-size:13px;
	}
	
	.cruise-title .cruise-price{
		font-size:20px;
	}
}

@media(max-width:991px){
	
	#owl-cruise-offers .owl-controls .owl-buttons{
		top:47%;
		transform:translateY(-47%);
	}
}

/* -----------------------------------------------------
		Flight Block
   ----------------------------------------------------- */

@media(min-width:1200px){  

	.flight-timing li{
		width:50%;
		float:left;
	}
}

@media(max-width:1199px){
	
	.flight-info .offer-price-1 li{
		display:inline-block;
	}
	
	.flight-info .offer-price-1 li.rating{	
		float:right;
		margin-top:0px;
	}
}

@media(min-width:992px) and (max-width:1199px){  

	.flight-timing li{
		float:none;
		width:100%;
	}
	
	.flight-timing li:first-child{
		padding-bottom:0px;
	}
	
	.flight-timing li:nth-child(2){
		padding-top:4px;
	}
}

@media(max-width:991px){  

	.flight-timing li{
		width:50%;
		float:left;
	}
}

@media(max-width:767px){
	
	.flight-block{
		margin-bottom:30px;
	}
	
	.flight-info .offer-price-1 li.price .pkg{
		top:-2px;
	}
}

@media(max-width:420px){
	
	.flight-info h3 .flight-destination{
		font-size:21px;
	}
	
	.flight-info h3 .flight-type{
		font-size:13px;
	}
	
	.flight-timing li{
		float:none;
		width:100%;
	}
	
	.flight-timing li:first-child{
		padding-bottom:0px;
	}
	
	.flight-timing li:nth-child(2){
		padding-top:4px;
	}
}

/* -----------------------------------------------------
		Destination Block
   ----------------------------------------------------- */
   
@media(min-width:992px) and (max-width:1199px){
	
	.destination-img img{
		min-height:290px;	
	}
}

@media(max-width:767px){
	
	.destination-block{
		margin-bottom:30px;
	}
}

/* -----------------------------------------------------
		Vehicle Block
   ----------------------------------------------------- */

@media(max-width:767px){
	
	.vehicle-block{
		margin-bottom:30px;
	}
	
	.vehicle-info .vehicle-title a{
		font-size:19px;
	}
	
	.vehicle-info .vehicle-title p{
		font-size:15px;
	}
}

/************* CAR-OFFER-BLOCK *************/

@media(max-width:767px){
	
	.car-offer-info li .car-offer-price{
		font-size:19px;
	}
	
	.car-offer-info li .limit{
		font-size:12px;
		top:-3px;
	}
}

@media(max-width:576px){
	
	.car-offer-info{
		text-align:center;
	}
	
	.car-offer-info li h4{
		display:block;
	}
	
	.car-offer-info li .car-offer-price{
		float:none;
	}
}

/* -----------------------------------------------------
		Gallery
   ----------------------------------------------------- */

@media(min-width: 1201px) {
	
    #masonry{
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

@media(min-width: 769px) and (max-width: 1200px){
	
    #masonry{
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media(min-width: 576px) and (max-width: 768px){
	
    #masonry{
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media(max-width: 576px) {
	
    #masonry{
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

/* -----------------------------------------------------
		Best Features
   ----------------------------------------------------- */

@media(max-width:991px){
	
	#best-features{
		padding-bottom:26px;
	}
	
	.b-feature-block{
		margin-bottom:60px;
	}
}

@media(max-width:768px){
	
	.b-feature-block .fa{
		height:60px;
		width:55px;
		padding-top:12px;
		font-size:30px;
	}
	
	.b-feature-block h3{
		font-size:20px;
	}
}

/* -----------------------------------------------------
		Luxury Offers
   ----------------------------------------------------- */

@media(max-width:768px){
	
	.luxury-text .btn{
		height:42px;
	}
	
	.luxury-text .btn-black{
		font-size:18px;
		padding:7px 25px;
	}
	
	.luxury-text .btn-o-border{
		font-size:16px;
		padding:8px 37px;
	}
}

/*************** ROOMS-OFFER ***************/

@media(max-width:1199px){
	
	.luxury-room-text{
		text-align:center;
	}
	
	.luxury-room-text p{
		width:100%;
	}
}

@media(max-width:576px){
	
	.luxury-room-text{
		padding:60px 30px;
	}
}

@media(max-width:420px){
	
	.luxury-room-imgs{
		padding:23px;
	}
}

/*************** TOUR-OFFER ****************/

@media(max-width:768px){
	
	.hot-tour-text h3{
		font-size:26px;
	}
	
	.hot-tour-text .hot-tour-title{
		font-size:40px;
	}
	
	.hot-tour-text p{
		font-size:18px;
		margin-bottom:50px;
	}
	
	.hot-tour-text .btn{
		padding:8px 28px;
		font-size:16px;
	}
	
	.hot-tour-text .btn-details{
		padding:8px 28px;
	}
}

@media(max-width:576px){
	
	#hot-tour-carousel .carousel-control .glyphicon{
		font-size:18px;
		height:55px;
		width:55px;
		padding-top:17px;
	}
	
	#hot-tour-carousel .carousel-control.left{
		left:30px;
	}
	
	#hot-tour-carousel .carousel-control.right{
		right:30px;
	}

	.hot-tour-text h3{
		font-size:22px;
	}
	
	.hot-tour-text .hot-tour-title{
		font-size:36px;
	}
	
	.hot-tour-text p{
		font-size:16px;
	}
}

/************** CRUISE-OFFER ***************/

@media(min-width:992px) and (max-width:1199px){
	
	.cruise-offer-text{
		padding:65px 0px 0px 50px;
	}
}

@media(max-width:991px){
	
	.cruise-offer-text{
		padding:40px 0px 0px 30px;
	}
	
	.cruise-offer-text h2{
		font-size:38px;
	}
	
	.cruise-offer-text h3{
		font-size:22px;
	}
	
	.cruise-offer-text .cruise-offer-dur{
		font-size:15px;
	}
	
	.cruise-offer-text .cruise-offer-price{
		font-size:28px;
		margin:25px 0px 35px 0px;
	}
	
	.cruise-offer-text .btn{
		font-size:1.2em;
		padding:14px 40px;
	}
}

@media(max-width:767px){

	.cruise-offer-text{
		padding:40px 10px 50px;
		text-align:center;
	}
}

@media(max-width:576px){
	
	.cruise-offer-text h2{
		font-size:35px;
	}
	
	.cruise-offer-text .cruise-offer-price{
		font-size:25px;
		margin:25px 0px 35px 0px;
	}
	
	.cruise-offer-text .btn{
		font-size:1.1em;
		padding:12px 30px;
	}
}

/**************** CAR-OFFER ****************/

@media(min-width:1200px){
	
	.luxury-car-text{
		margin-top:35px;
	}
}

@media(min-width:992px) and (max-width:1199px){
	
	.luxury-car-text{
		padding:40px 50px 51px;
	}
	
	.luxury-car-text .btn-black{
		font-size:20px;
		padding:7px 20px;
	}
	
	.luxury-car-text .btn-o-border{
		font-size:14px;
		padding:11px 45px;
		margin-left:2px;
		margin-right:0px;
	}
}

@media(max-width:991px){
	
	.luxury-car-text{
		text-align:center;
	}	
	
	.luxury-car-text p{
		width:100%;
	}
}

@media(max-width:576px){
	
	.luxury-car-text{
		padding:60px 30px;
	}
}

/* -----------------------------------------------------
		Banners
   ----------------------------------------------------- */
 
/************** VIDEO-BANNER **************/

@media(max-width:991px){  

	#video-banner p{
		font-size:19px;
		width:90%;
		margin:0 auto;
	}
}

@media(max-width:768px){  
	
	#video-banner h2{
		font-size:30px;
	}
	
	#video-banner p{
		font-size:15px;
	}
	
	#video-banner #play-button .fa{
		font-size:27px;
		width:90px;
		height:90px;
		padding-top:27px;
		margin-top:40px;
	}
}

/************* MESSAGE-BANNER *************/

@media(min-width:1200px){
	
	#message-banner .message-btn{
		padding-left:0px;
	}
}

@media(max-width:1199px){
	
	#message-banner{
		text-align:center;
	}
	
	#message-banner .message-btn .btn{
		margin-top:40px;
		padding:12px 31px;
	}
}

@media(max-width:991px){
	
	#message-banner h2{
		font-size:32px;
	}
	
	#message-banner .message-btn .btn{
		margin-top:40px;
		padding:12px 31px;
		font-size:17px;
	}
}

@media(max-width:768px){
	
	#message-banner h2{
		font-size:26px;
	}
	
	#message-banner p{
		font-size:16px;
	}
	
	#message-banner .message-btn .btn{
		padding:10px 28px;
		font-size:16px;
	}
}

/************* SEARCH-BANNER *************/

@media(max-width:991px){
	
	#search-banner p:first-child{
		font-size:20px;
	}
	
	#search-banner p{
		font-size:22px;
	}
	
	#search-banner h2{
		font-size:40px;
	}
	
	#search-banner .btn{
		margin-top:30px;
		font-size:18px;
		padding:11px 27px;
	}
}

@media(max-width:768px){
	
	#search-banner{
		text-align:center;
	}
	
	#search-banner p:first-child{
		font-size:18px;
	}
	
	#search-banner p{
		font-size:20px;
	}
	
	#search-banner h2{
		font-size:35px;
	}
	
	#search-banner .btn{
		margin-top:25px;
		font-size:16px;
		padding:11px 25px;
	}
}

/* -----------------------------------------------------
		Highlights
   ----------------------------------------------------- */

@media(max-width:991px){
	
	.highlight-box .h-icon{
		width:87px;
		font-size:60px;
	}
	
	.highlight-box .h-icon .fa-ship,
	.highlight-box .h-icon .fa-taxi{
		font-size:55px;
	}
	
	.highlight-box .h-text .numbers{
		font-size:45px;
	}
	
	.highlight-box .h-text p{
		font-size:15px;
	}
}

@media(max-width:767px){
	
	#highlights #boxes{
		width:290px;
		margin:0 auto;
	}
	
	.highlight-box{
		margin:15px 0px;
	}
	
	.highlight-box .h-text.cruise,
	.highlight-box .h-text.taxi{
		padding-left:0px;
	}
	
	.highlight-box .h-icon .fa-plane{
		margin-top:14px;
	}
}

@media(max-width:576px){
	
	#highlights #boxes{
		width:255px;
		margin:0 auto;
	}
	
	.highlight-box .h-icon{
		width:77px;
		font-size:50px;
	}
	
	.highlight-box .h-icon .fa-ship,
	.highlight-box .h-icon .fa-taxi{
		font-size:45px;
	}
	
	.highlight-box .h-text .numbers{
		font-size:40px;
	}
	
	.highlight-box .h-text p{
		font-size:13px;
	}
}

/* -----------------------------------------------------
		Testimonials
   ----------------------------------------------------- */

@media(max-width:768px){
	
	#testimonials .page-heading h2,
	#testimonials-2 .page-heading h2{
		font-size:32px;
	}
}

/************* QUOTE-CAROUSEL *************/

@media(max-width:1199px){
	
	#quote-carousel .item blockquote{
		padding:0px 100px;
	}
}

@media(max-width:991px){
	
	#quote-carousel .item blockquote{
		padding:0px 10px;
	}
}

@media(max-width:768px){
	
	#quote-carousel .item blockquote{
		font-size:15px;
	}
	
	#quote-carousel .item small{
		font-size:20px;
	}
}

@media(min-width:576px){
	
	#quote-carousel .carousel-indicators{
		height:110px;
	}
}

@media(max-width:576px){
	
	#quote-carousel .carousel-indicators{
		height:70px;
	}
	
	#quote-carousel .carousel-indicators li {
		width: 40px;
		height: 40px;
	}
	
	#quote-carousel .carousel-indicators li.active {
		width: 70px;
		height: 70px;
	}
}

@media(max-width:576px){
	
	#quote-carousel .carousel-indicators{
		width:70%;
		left:45%;
	}
}

/************* CRUISE HOMEPAGE *************/

@media(max-width:1199px){

	#cruise-homepage #quote-carousel .item blockquote{
		padding:0px 50px;
	}
}

@media(max-width:991px){
	
	#cruise-homepage #quote-carousel .item blockquote{
		padding:0px 10px;
	}
}

@media(max-width:768px){
	
	#cruise-homepage #quote-carousel .item blockquote{
		font-size:15px;
	}
	
	#cruise-homepage #quote-carousel .item .rating .fa{
		font-size:18px;
	}
	
	#cruise-homepage #quote-carousel .item .position{
		font-size:14px;
	}
}

/************* OWL-TESTIMONIALS *************/

@media(max-width:991px){
	
	#owl-testimonials .review-block p{
		width:100%;
		margin:0px auto 27px;
	}
}

@media(max-width:768px){
	
	#owl-testimonials .review-block p{
		font-size:15px;
	}
	
	#owl-testimonials .review-block small{
		font-size:20px;
	}
	
	#owl-testimonials .review-block .position{
		font-size:15px;
	}
}

/* -----------------------------------------------------
		Latest Blog
   ----------------------------------------------------- */

@media(max-width:767px){
	
	.latest-block{
		margin-bottom:30px;
	}
}

/* -----------------------------------------------------
		Packages
   ----------------------------------------------------- */

@media(min-width:992px){
	
	.package .pkg-features li,
	.package .btn{
		font-size:14px;
	}
}

/************* HOTEL-PACKAGES *************/

@media(min-width:992px){
	
	#hotel-package-tables{
		margin-top:100px;
	}
	
	.hotel-package.best-package{
		margin:0px 4px;
	}
	
	.hotel-package.best-package{
		padding:80px 15px 90px;
		position:relative;
		top:-40px;
	}	
}

@media(max-width:991px){
	
	.hotel-package{
		margin:15px 0px;
	}
}

@media(max-width:420px){
	
	.h-pkg-title{
		font-size:23px;
	}
	
	.h-pkg-price{
		font-size:34px;
		height:132px;
		width:132px;
		padding-top:34px;
	}
	
	.h-pkg-price span{
		margin-top:-15px;
		font-size:17px;
	}
}

/*************** TOUR-PACKAGES *************/

@media(max-width:420px){
	
	.tour-package .t-pkg-title{
		font-size:30px;
	}
	
	.tour-package .t-pkg-price{
		font-size:20px;	
	}
}

/* -----------------------------------------------------
		Newsletter
   ----------------------------------------------------- */

/************* NEWSLETTER-1 *************/

@media(max-width:768px){
	
	#newsletter-1 h2{
		font-size:31px;
	}
	
	#newsletter-1 p{
		font-size:15px;
	}
	
	#newsletter-1 form .form-group{
		width:60%;
	}
}

@media(max-width:600px){
	
	#newsletter-1 form .form-group{
		width:90%;
	}
	
	#newsletter-1 form .input-group-btn .btn{
		width:65px;
	}
}

/************* NEWSLETTER-2 *************/

@media(min-width:992px) and (max-width:1199px){
	
	#newsletter-2 form .form-group{
		margin-top:20px;
	}
}

@media(max-width:991px){
	
	#newsletter-2{
		text-align:center;
	}
	
	#newsletter-2 h2{
		margin-top:0px;
		margin-bottom:20px;
	}
	
	#newsletter-2 form .form-group{
		width:85%;
		margin:0 auto;
	}
}

@media(max-width:768px){
	
	#newsletter-2 h2{
		font-size:2.0em;
	}
}

/* -----------------------------------------------------
		Contact Form
   ----------------------------------------------------- */
   
@media(max-width:768px){
	
	#contact-form .page-heading h2{
		font-size:32px;
	}	
	
	.contact-block .fa{
		font-size:30px;
	}
	
	.contact-block p{
		font-size:14px;
	}
}

@media(max-width:420px){
	
	.contact-block{
		margin-top:30px;
		padding:31px 30px;
	}
}

/* -----------------------------------------------------
		Footer
   ----------------------------------------------------- */

@media(min-width:992px){
	
	.ftr-pad-left{
		padding-left:55px;
	}

	.footer-widget.ftr-our-company p{
		padding-right:30px;
	}
}

@media(max-width:991px){
	
	.footer-widget{
		margin-bottom:50px;
	}
	
	.footer-widget:last-child{
		margin-bottom:0px;
	}
}

@media(min-width:768px){
	
	#terms{
		text-align:right;
	}
}

@media(max-width:768px){
	
	.footer-widget .footer-heading{
		font-size:23px;
	}
	
	.footer-widget.ftr-about .social-links li a{
		font-size:19px;
	}
}

@media(max-width:767px){
	
	#footer-bottom{
		text-align:center;
	}
	
	#footer-bottom #copyright{
		margin-bottom:10px;
	}
}

/************* HOTEL HOMEPAGE *************/

@media(min-width:992px){
	
	#hotel-homepage .footer-widget.ftr-our-company{
		margin-top:25px;
	}
	
	.footer-widget.ftr-map{
		padding-left:53px;
	}
}

/************* CRUISE HOMEPAGE *************/

@media(min-width:992px){
	
	#cruise-homepage #footer-top{
		padding-bottom:150px;
	}
}

/* -----------------------------------------------------
		Page Cover
   ----------------------------------------------------- */

@media(max-width:768px){
	
	.page-cover h1{
		font-size:25px;
	}
}

/** New **/

@media(max-width:768px){
	
	.cover-navbar-wrapper.pt-164{
		padding-top:124px;
	}
}

@media(max-width:768px){
	
	.page-cover.p-20,
	.page-cover.p-20 .breadcrumb{
		text-align:center;
	}
	
	.page-cover.p-20 .breadcrumb{
		margin-top:0px;
	}
}

/*********** PAGE-COVER STYLE2 **********/

@media(max-width:768px){
	
	.page-cover.style2 .page-title{
		float:none;
		margin-bottom:7px;
	}
	
	.page-cover.style2 .breadcrumb{
		margin-top:0px;
	}
	
	.page-cover.style2 .breadcrumb,
	.page-cover.style2 .page-title{
		text-align:center;
	}
}

/*********** PAGE-COVER STYLE4 **********/

@media(max-width:768px){
	
	.page-cover.style4 .breadcrumb{
		float:none;
		margin-bottom:7px;
	}
	
	.page-cover.style4 .breadcrumb,
	.page-cover.style4 .page-title{
		text-align:center;
	}
}

/* -----------------------------------------------------
		Sidebar
   ----------------------------------------------------- */

@media(max-width:991px){
	
	.right-side-bar.side-bar{
		margin-top:90px;	
	}
	
	.left-side-bar.side-bar{
		margin-bottom:90px;
	}
}

/******** GRID/LIST PAGES SIDEBAR ********/

@media(min-width:992px){
	
	.support-block{
		margin-top:40px;
	}
}

@media(max-width:767px){
	
	.support-block{
		margin-top:40px;
	}
}

/********* DETAIL PAGES SIDEBAR *********/

@media(min-width:1200px){
	
	.booking-form .no-sp-l{
		padding-left:5px;
	}
	
	.booking-form .no-sp-r{
		padding-right:5px;
	}
}

/********* BOOKING PAGES SIDEBAR ********/

@media(max-width:360px){
	
	.side-bar .detail-block .detail-title h4{
		font-size:19px;
	}
	
	.side-bar .detail-block .detail-title p{
		font-size:13px;
	}
	
	.side-bar .detail-block .detail-title .rating .fa{
		font-size:13px;
	}
}

/********** BLOG PAGES SIDEBAR **********/

@media(max-width:991px){
	
	.side-bar .instagram li{
		width:80px;
	}
}

@media(max-width:768px){
	
	.side-bar .follow-us li a{
		font-size:25px;
	}	
}

/* -----------------------------------------------------
		Grid Block
   ----------------------------------------------------- */

@media(max-width:420px){
	
	.block-title{
		font-size:19px;
	}
}

@media(max-width:768px){
	
	.grid-block .offer-price-1 li.price{
		font-size:20px;
	}
	
	.grid-block .offer-price-1 li.price .pkg{
		font-size:13px;
		top:-2px;
	}
	
	.grid-block .offer-price-1 li.price .divider{
		margin:0px 8px;
		top:-3px;
	}
}

/* -----------------------------------------------------
		List Block
   ----------------------------------------------------- */

@media(min-width:992px){
	
	.list-info{
		-webkit-flex: 1 0 28%; 
		-ms-flex: 1 0 28%;
		flex: 1 0 28%;
	}
	
	.list-img{
		-webkit-flex: 1 0 15%; 
		-ms-flex: 1 0 15%;
		flex: 1 0 15%;
	}
}

@media(min-width:768px) and (max-width:991px){
	
	.list-info{
		-webkit-flex: 1 0 28%; 
		-ms-flex: 1 0 28%;
		flex: 1 0 28%;
	}
	
	.list-img{
		-webkit-flex: 1 0 20%; 
		-ms-flex: 1 0 20%;
		flex: 1 0 20%;
	}
}

@media(min-width:768px){
	
	.list-content{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		vertical-align: top;
		overflow: hidden;
	}
	
	.list-img{
		position: relative;
		overflow: hidden;
	}
	
	.list-img img{
		height: 100%;
	}
}

@media(max-width:767px){
	
	.list-block .list-info{
		padding:21px 21px 28px;
	}

	.list-block .list-info .block-title{
		font-size:20px;
	}
	
	.list-block .list-info .block-minor{
		font-size:13px;
	}
}

/*********** FLIGHT-LIST BLOCK **********/

@media(min-width:1200px){
	
	.f-list-img .flight-timing li{
		padding:15px 5px;
	}
}

@media(max-width:1199px){
	
	.f-list-img .offer-price-1 li{
		width:100%;
		text-align:center;
	}
	
	.f-list-img .offer-price-1 .price{
		float:none;
		margin-top:5px;
		font-size:17px;
	}
	
	.f-list-img .offer-price-1 .price .divider{
		top:-2px;
	}
	
	.f-list-img .offer-price-1 .price .pkg{
		font-size:12px;
		top:-2px;
	}
}

@media(min-width:992px){
	
	.f-list-img.list-img{
		-webkit-flex: 1 0 14%; 
		-ms-flex: 1 0 14%;
		flex: 1 0 14%;
	}
}

@media(max-width:991px){
	
	.f-list-img.list-img{
		-webkit-flex: 1 0 13%; 
		-ms-flex: 1 0 13%;
		flex: 1 0 13%;
	}
	
	.f-list-img .flight-timing li{
		float:none;
		width:100%;
	}
	
	.f-list-img .flight-timing li:first-child{
		padding-bottom:0px;
	}
	
	.f-list-img .flight-timing li:nth-child(2){
		padding-top:4px;
	}
}

/************ CAR-LIST BLOCK ************/

@media(max-width:1199px){
	
	.cr-list-info .car-features li{
		font-size:12px;
		padding-right:7px;
	}
	
	.cr-list-info .car-features li .fa{
		width:45px;
		height:39px;	
		font-size:15px;
		padding-top:12px;
	}
}

@media(min-width:992px){
	
	.cr-list-img.list-img{
		-webkit-flex: 1 0 13%; 
		-ms-flex: 1 0 13%;
		flex: 1 0 13%;
	}
}

@media(max-width:991px){
	
	.cr-list-img .offer-price-1 li.price {
		font-size: 17px;
	}
	
	.cr-list-img .offer-price-1 li.price .divider {
		top: -2px;
	}
	
	.cr-list-img .offer-price-1 li.price .pkg{
		top:-2px;
		font-size:11px;
	}
}

/* -----------------------------------------------------
		Pagination
   ----------------------------------------------------- */

@media(max-width:576px){
	
	.pages .pagination li a{
		font-size:15px;
		padding:6px 14px;
	}
	
	.pages .pagination li:first-child a,
	.pages .pagination li:last-child a{
		padding:6px 14px;
	}
}

/* -----------------------------------------------------
		Detail Pages Tabs
   ----------------------------------------------------- */

@media(min-width:768px) and (max-width:1199px){
	
	.detail-tabs .tab-pane .tab-text{
		padding-top:0px;
	}
}

@media(max-width:767px){
	
	.available-blocks h2{
		font-size:24px;
	}
	
	.detail-tabs .nav-tabs{
		margin-bottom:5px;
	}
	
	.detail-tabs .nav-tabs.nav-justified > li > a{
		margin-bottom:0px;
	}
	
	.detail-tabs .tab-pane .tab-text p{
		width:100%;
	}
}

@media(max-width:420px){

	.detail-tabs .tab-pane .tab-text h3{
		font-size:19px;
	}
}

/* -----------------------------------------------------
		Detail Pages Slider
   ----------------------------------------------------- */
   
@media(max-width:576px){
	
	.detail-slider .features{
		top:8px;
	}
	
	.detail-slider .features li{
		padding:12px 20px;
		min-width:140px;
	}
	
	.detail-slider .features li .f-icon{
		font-size:21px;
		width:30px;
	}
	
	.detail-slider .features li .f-text p.f-heading,
	.detail-slider .features li .f-text p.f-data{
		font-size:12px;
	}

	.feature-slider-nav .slick-list .slick-slide img{
		padding:0px 10px;
	}
}

@media(max-width:420px){
	
	.detail-slider .features li{
		padding:10px 17px;
		min-width:130px;
	}
	
	.detail-slider .features li .f-icon{
		top:-3px;
		font-size:17px;
		width:24px;
	}
	
	.detail-slider .features li .f-text p.f-heading{
		display:none;
	}
}

/* -----------------------------------------------------
		Custom Forms
   ----------------------------------------------------- */

@media(min-width:992px){
	
	.custom-form-img{
		-webkit-flex: 1 0 28%; 
		-ms-flex: 1 0 28%;
		flex: 1 0 28%;
	}
	
	.custom-form-fields{
		-webkit-flex: 1 0 15%; 
		-ms-flex: 1 0 15%;
		flex: 1 0 15%;
	}
	
	.flex-content{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		vertical-align: top;
		overflow: hidden;
	}
	
	.flex-content-img{
		position: relative;
		overflow: hidden;
	}
	
	.flex-content-img img{
		height: 100%;
	}
}

@media(max-width:991px){
	
	.custom-form-img img{
		width: 100% !important;
		height:0%;
	}
}
	
@media(max-width:576px){
	
	.custom-form{
		padding:40px 30px 55px;
	}
}

@media(max-width:420px){
	
	.custom-form{
		padding:35px 25px 50px;
	}
	
	.custom-form h3{
		font-size:22px;
	}
}

/************ PAGE-SEARCH-FORM ***********/

@media(max-width:768px){
	
	.page-search-form h2{
		font-size:34px;
	}
}

@media(max-width:500px){
	
	.page-search-form{
		padding:30px 30px 45px;
	}
	
	.page-search-form h2{
		font-size:30px;
	}
}

/************ LG-BOOKING-FORM ***********/

@media(max-width:768px){
	
	.lg-booking-form .lg-booking-form-heading h3{
		font-size:21px;
	}
	
	.lg-booking-form .lg-booking-form-heading span{
		height:45px;
		width:45px;
		display:inline-block;
		text-align:center;
		margin-right:15px;
		padding-top:7px;
		font-size:21px;
	}
}

@media(max-width:576px){
	
	.lg-booking-form .payment-tabs #tab-paypal img{
		float:none;
		margin-bottom:20px;
	}
}

/************ FULL PAGE FORMS ************/

@media(max-width:768px){
	
	.full-page-title .company-name{
		font-size:40px;
	}
	
	.full-page-title .company-name .fa{
		font-size:54px;
	}

	.full-page-title p{
		width:90%;
		font-size:15px;
	}
}

@media(min-width:650px){
	
	#full-page-form .custom-form{
		width:470px;
		margin:0 auto;
	}
}

@media(max-width:419px){
	
	.full-page-title .company-name{
		font-size:33px;
	}
	
	.full-page-title .company-name .fa{
		font-size:48px;
	}
}

/* -----------------------------------------------------
		Popup Ad
   ----------------------------------------------------- */

@media(max-width:767px){
	
	#popup-ad .modal-body{
		text-align:center;
	}
	
	#popup-ad .modal-body .popup-ad-img{
		margin-top:40px;
	}
	
	#popup-ad .modal-body .popup-ad-text h2{
		margin:-7px 0px 1px;
		font-size:40px;
	}
	
	#popup-ad .modal-body .popup-ad-text h2 span{
		font-size:45px;
	}
	
	#popup-ad .modal-body .popup-ad-text .btn{
		padding:7px 26px 8px;
	}	
}
   
/* -----------------------------------------------------
		Extra Pages
   ----------------------------------------------------- */

/************ ABOUT US PAGE *************/

@media(min-width:992px){
	
	.about-img{
		-webkit-flex: 1 0 25%; 
		-ms-flex: 1 0 25%;
		flex: 1 0 25%;
	}
	
	.about-text{
		-webkit-flex: 1 0 28%; 
		-ms-flex: 1 0 28%;
		flex: 1 0 28%;
	}
}

@media(max-width:991px){
	
	#about-content .about-detail{
		padding:40px 40px 50px;
	}
}

@media(max-width:768px){
	
	#about-content .about-detail h2{
		font-size:27px;
	}
	
	#about-content .about-detail p:nth-of-type(1){
		font-size:15px;
		line-height:1.5em;
	}
	
	#about-content .about-detail p:nth-of-type(2){
		font-size:14px;
	}
}

@media(max-width:575px){
	
	#about-content .about-detail{
		padding:30px 30px 40px;
	}
	
	#about-content .about-detail h2{
		font-size:24px;
	}
}

/*********** ABOUT US 2 PAGE ************/

@media(min-width:992px){
	
	#about-content-2 #abt-cnt-2-text{
		padding-left:20px;
	}
}

@media(max-width:991px){
	
	#about-content-2 #abt-cnt-2-text,
	#about-content-2 #abt-cnt-2-img{
		text-align:center;
	}
	
	#about-content-2 #abt-cnt-2-img img{
		display:inline-block;
		margin-bottom:50px;
	}
	
	#progress-bars{
		margin-top:50px;
	}
}

@media(max-width:768px){
	
	#about-content-2 #abt-cnt-2-text h2{
		font-size:25px;
	}
	
	#about-content-2 #abt-cnt-2-text h2 > span{
		font-size:38px;
	}
	
	#about-content-2 #abt-cnt-2-text p{
		font-size:15px;
	}
	
	#about-content-2 .abt-cnt-2-ftr .fa{
		font-size:25px;
		height:55px;
		width:55px;
		padding-top:14px;
	}
	
	#about-content-2 .abt-cnt-2-ftr h4{
		font-size:16px;
	}
	
	#why-us-tabs .nav-tabs li a{
		font-size:15px;
		padding:8px 20px;
	}
}

@media(max-width:767px){
	
	#why-us-tabs .nav-tabs li{
		width:100%;
		margin-bottom:1px;
		text-align:center;
	}
	
	#why-us-tabs .nav-tabs li:last-child{
		margin-bottom:0px;
	}
	
	#why-us-tabs .nav-tabs li a{
		margin-right:0px;
	}

	#why-us-tabs .tab-content .tab-pane,
	#company-logos{
		text-align:center;
	}
	
	#owl-company-logo{
		margin-top:25px;
	}
}

/************** ERROR PAGE **************/

@media(max-width:991px){
	
	.company-name{
		font-size:34px;
	}
	
	.company-name .fa{
		font-size:50px;
	}
	
	#error-text h2{
		font-size:276px;
		margin-bottom:-47px;
	}
	
	#error-text p{
		font-size:27px;
	}
	
	#error-text .btn{
		font-size:18px;
		padding:14px 45px;
	}
}

@media(max-width:768px){
	
	.company-name{
		font-size:30px;
	}
	
	.company-name .fa{
		font-size:45px;
	}
	
	#error-text h2{
		font-size:226px;
		margin-bottom:-37px;
	}
	
	#error-text p{
		font-size:24px;
		width:60%;
	}
	
	#error-text .btn{
		font-size:17px;
		padding:14px 37px;
	}
}

@media(max-width:576px){
	
	.company-name{
		font-size:27px;
	}
	
	.company-name .fa{
		font-size:40px;
	}
	
	#error-text h2{
		font-size:186px;
		margin-bottom:-27px;
	}
	
	#error-text p{
		font-size:22px;
		width:75%;
	}
	
	#error-text .btn{
		font-size:17px;
		padding:10px 30px;
	}
}

@media(max-width:420px){
	
	.company-name{
		font-size:24px;
	}
	
	.company-name .fa{
		font-size:35px;
	}
	
	#error-text h2{
		font-size:156px;
		margin-bottom:-20px;
	}
	
	#error-text p{
		font-size:20px;
		width:90%;
		margin-bottom:50px;
	}
	
	#error-text .btn{
		font-size:15px;
		padding:10px 30px;
	}
}

/************** ERROR PAGE 2 *************/

@media(min-width:992px){
	
	.error-page-2-circle h2{
		margin-top:140px;	
	}
}

@media(max-width:991px){

	#error-page-2{
		text-align:center;	
	}
	
	#error-page-2 .full-page-title{
		margin-bottom:60px;
	}
	
	.error-page-2-circle h2{
		margin-bottom:30px;	
	}
}

@media(max-width:768px){
		
	.error-page-2-circle h2{
		margin-bottom:30px;	
		font-size:58px;	
		height:183px;
		width:183px;
		padding-top:48px;
	}
	
	.error-page-2-text h2{
		font-size:29px;
	}
	
	.error-page-2-text p{
		font-size:16px;
	}
}

@media(max-width:419px){
	
	.error-page-2-circle h2{	
		font-size:53px;	
		height:170px;
		width:170px;
	}
	
	.error-page-2-text h2{
		font-size:26px;
	}
	
	.error-page-2-text p{
		font-size:15px;
	}
	
	.error-page-2-text .btn{
		font-size:16px;
	}
}

/********** COMING SOON PAGE ************/

@media(max-width:991px){
	
	#coming-soon-text h2{
		font-size:75px;
	}
	
	#coming-soon-text p{
		font-size:27px;
	}

	#coming-soon-text .timer li{
		height:108px;
		width:108px;
		font-size:16px;
		padding-top:24px;
	}
	
	#coming-soon-text .timer li .digit{
		font-size:47px;
	}
}

@media(max-width:768px){
	
	#coming-soon-text h2{
		font-size:60px;
		margin-top:73px;
	}
	
	#coming-soon-text p{
		font-size:23px;
	}

	#coming-soon-text form .form-group{
		margin:60px auto 85px;
	}
	
	#coming-soon-text .timer li{
		height:98px;
		width:98px;
		font-size:16px;
		padding-top:21px;
	}
	
	#coming-soon-text .timer li .digit{
		font-size:43px;
		margin-bottom:18px;
	}
}

@media(max-width:576px){
	
	#coming-soon-text h2{
		font-size:50px;
		margin-top:53px;
	}
	
	#coming-soon-text p{
		font-size:20px;
	}

	#coming-soon-text form .form-group{
		margin:50px auto 75px;
	}
	
	#coming-soon-text .timer li{
		height:88px;
		width:88px;
		font-size:15px;
		padding-top:18px;
		margin:11px 10px; 
	}
	
	#coming-soon-text .timer li .digit{
		font-size:38px;
		margin-bottom:15px;
	}
}

@media(max-width:500px){
	
	#coming-soon-text .timer li{
		width:40%;
	}
}

@media(max-width:420px){
	
	#coming-soon-text h2{
		font-size:41px;
		margin-top:43px;
	}
	
	#coming-soon-text p{
		font-size:18px;
	}
	
	#coming-soon-text .timer li{
		font-size:14px;
	}
	
	#coming-soon-text .timer li .digit{
		font-size:34px;
		margin-bottom:15px;
	}
	
	#coming-soon-text form .form-group{
		width:95%;
		margin:50px auto 60px;
	}
}

/********** COMING SOON PAGE 2 ************/

@media(max-width:768px){
	
	#coming-soon-page-2 h2{
		font-size:25px;
	}
	
	#coming-soon-page-2 .coming-soon-2-timer ul li .digit{
		font-size:35px;
		margin-bottom:8px;
		width:100px;
		height:100px;
		padding-top:38px;
	}
	
	#coming-soon-page-2-text form .form-group{
		width:340px;
	}

	#coming-soon-page-2-text form input,
	#coming-soon-page-2-text form .btn{
		height:40px;
	}
}

@media(max-width:575px){
	
	#coming-soon-page-2 .full-page-title{
		margin-bottom:0px;
	}
	
	#coming-soon-page-2 .full-page-title .company-name{
		margin-bottom:20px;
	}
	
	#coming-soon-page-2 h2{
		margin-bottom:15px;
	}
	
	#coming-soon-page-2 .coming-soon-2-timer ul{
		width:245px;
		margin:0 auto;
	}
	
	#coming-soon-page-2 .coming-soon-2-timer ul li{
		width:49.4%;
	}
	
	#coming-soon-page-2 .coming-soon-2-timer ul li .digit{
		display:inline-block;
	}
	
	#coming-soon-page-2 .coming-soon-2-timer ul li span:nth-child(2){
		display:block;
	}
	
	#coming-soon-page-2-text form .form-group{
		margin:50px auto 45px;
	}
}

@media(max-width:419px){
	
	#coming-soon-page-2  h2{
		font-size:23px;
	}
	
	#coming-soon-page-2 .coming-soon-2-timer ul{
		width:225px;
	}
	
	#coming-soon-page-2 .coming-soon-2-timer ul li .digit{
		font-size:30px;
		margin-bottom:8px;
		width:90px;
		height:90px;
		padding-top:34px;
	}
	
	#coming-soon-page-2-text form .form-group{
		width:90%;
	}
	
	#coming-soon-page-2-text form .btn{
		font-size:14px;
	}
}

/********* BLOG LISTINGS PAGE ***********/

@media(max-width:576px){
	
	.blog-post-img .main-mask{
		padding:9px 33px;
	}
	
	.blog-post-img .main-mask .blog-post-info li{
		font-size:12px;
	}
	
	.blog-post-img .main-mask .blog-post-info li .fa{
		font-size:13px;
	}
	
	.blog-post-img .main-mask .blog-post-info li:nth-child(2){
		margin-left:0px;
	}
	
	.blog-post-detail{
		padding:30px;
	}

	.blog-post-detail .blog-post-title{
		font-size:20px;
	}
}

/********** BLOG DETAILS PAGE ***********/

@media(min-width:1200px){
	
	.comment-block .user-text p{
		width:90%;
	}
	
	.comment-block.reply-block .user-text p{
		width:80%;
	}
	
	#comment-form{
		width:88%;
	}
}

@media(max-width:768px){
	
	.comment-block .user-text ul .user-name{
		font-size:17px;
	}
	
	.comment-block .user-text ul .user-name:after{
		top:3px;
		height:17px;
	}
	
	#comment-form .innerpage-heading h1{
		font-size:26px;
	}
}

@media(max-width:767px){
	
	#comments{
		margin-top:120px;
		width:100%;
	}
	
	#comment-form .form-group{
		margin-bottom:15px;
	}
}

@media(max-width:550px){
	
	.comment-block .user-img{
		float:none;
		margin-bottom:20px;
	}
	
	.comment-block .user-img img{
		max-height:50px;
	}
	
	.reply-block{
		padding-left:45px;
	}
}

/************** DASHOBARD ***************/

@media(max-width:991px){
	
	.dashboard-nav .nav-tabs{
		margin-top:10px;
	}
	
	.dashboard-nav .nav-tabs li a{
		font-size:16px;
	}
	
	.dashboard-nav .nav-tabs li .fa{
		font-size:22px;
		height:50px;
		width:50px;
		padding-top:12px;
	}
	
	.info-stat .stat-block .fa{
		font-size:50px;
	}

	.dashboard-listing .table-responsive{
		margin-bottom:0px;
	}
	
	.dashboard-heading h2{
		font-size:40px;
	}
	
	.dashboard-heading p:nth-of-type(1){
		font-size:23.24px;
	}
	
	.dashboard-heading p:nth-of-type(2){
		font-size:14.76px;
	}
	
	.dash-content-title{
		font-size:30px;	
	}
	
	.dashboard-listing .dash-listing-heading{
		padding:13px 30px 13px 30px;
	}
	
	.dashboard-listing table td.dash-list-icon .fa{
		font-size:17px;
		height:36px;
		width:36px;
		padding-top:9px;
	}
	
	.dashboard-listing.recent-activity td.recent-ac-icon{
		padding:12px 8px 12px 30px;
	}
	
	.dashboard-listing.recent-activity table td.recent-ac-text{
		font-size:16px;
		padding:18px 8px 12px 8px;
	}
	
	.dashboard-listing.recent-activity td.del-field{
		padding:15px 20px 10px 8px;
	}
	
	.dashboard-listing.invoices td.invoice-text{
		padding:13px 8px;
	}

	.dashboard-listing.invoices td.invoice-icon{
		padding:20px 8px 12px 30px;
	}
	
	.invoices td.invoice-text h4{
		font-size:16px;
		margin-bottom:6px;
	}
	
	.invoices td.invoice-text .invoice-info{
		font-size:15px;
	}
	
	.invoices td.invoice-text .invoice-info li:after{
		top:3px;
	}
	
	.invoices td.dash-list-btn{
		padding-top:23px;
		padding-right:30px;
	}

}

@media(min-width:768px){
	
	.dashboard-content{
		padding-left:35px;
	}
}

@media(max-width:767px){
	
	.dashboard-heading h2{
		font-size:35px;
	}
		
	.dashboard-nav .nav-tabs li{
		float:left;
		width:20%;
	}
	
	.dashboard-content{
		margin-top:80px;
	}
}

@media(max-width:576px){
	
	.dashboard-heading h2{
		font-size:30px;
		margin-bottom:15px;
	}
	
	.dashboard-heading p:nth-of-type(1){
		font-size:20.24px;
	}
	
	.dashboard-heading p:nth-of-type(2){
		font-size:14px;
	}
	
	.dash-content-title{
		font-size:28px;	
	}
	
	.dashboard-nav .nav-tabs li a{
		font-size:12px;
		font-weight:400;
	}
		
	.dashboard-nav .nav-tabs li .fa{
		font-size:19px;
		height:44px;
		width:44px;
		padding-top:10px;
	}
	
	.dashboard-listing .dash-listing-heading{
		padding:13px 30px 13px 20px;
	}
	
	.dashboard-listing.recent-activity td.recent-ac-icon{
		padding:12px 8px 12px 20px;
	}
	
	.dashboard-listing.invoices td.invoice-icon{
		padding:20px 8px 12px 20px;
	}
	
	.invoices td.dash-list-btn{
		padding-top:23px;
		padding-right:20px;
	}
}

@media(max-width:420px){
	
	.page-cover.dashboard .page-title{
		display:block;
	}
	
	.page-cover.dashboard .breadcrumb{
		float:none;
	}
	
	.dashboard-nav .nav-tabs li a{
		font-size:12px;
		padding:15px 0px;
	}
		
	.dashboard-nav .nav-tabs li .fa{
		font-size:17px;
		height:38px;
		width:38px;
		padding-top:9px;
	}
}


/*************** DASHBOARD-2 *************/

@media(max-width:991px){
	
	#dashboard-tabs .nav-tabs li a{
		font-size:15px;
	}
	
	#dashboard-tabs .nav-tabs li a .fa{
		margin-right:15px;
		font-size:20px;
	}
}

@media(max-width:767px){
	
	#dashboard-tabs .nav-tabs li a{
		margin-top:2px;
	}
	
	#dashboard-tabs .tab-content .tab-pane .dashboard-content{
		margin-top:0px;
	}
}

@media(max-width:420px){
	
	#dashboard-tabs .tab-content .tab-pane .dashboard-content{
		padding:50px 16px 20px;
	}
}

/************** PROFILE PAGE **************/

@media(max-width:991px){
	
	.user-profile .panel-default .panel-heading{
		padding:12px 30px;
	}

	.user-profile .panel-default .panel-body{
		padding:30px;
	}
	
	.user-profile .panel-body .user-detail li{
		font-size:15px;
	}
}

@media(max-width:767px){
	
	.user-profile .panel-body .user-img img{
		margin-bottom:30px;
	}
	
	.user-profile .panel-body .user-desc{
		margin-top:60px;
	}
}

/************** BOOKING PAGE ************/

@media(max-width:991px){
	
	.booking-trips .dashboard-listing .dash-listing-heading{
		font-size:16px;
	}
	
	.booking-listing td.booking-list-date .b-date{
		padding:10px 12px;
	}
	
	.booking-listing td.booking-list-date h3{
		font-size:29px;
		margin-bottom:-6px;
	}
	
	.booking-listing td.booking-list-date p{
		font-size:13px;
	}
	
	.booking-listing td.booking-list-detail h3{
		font-size:21px;
	}
}

@media(max-width:576px){
	
	.dashboard-listing.booking-listing td.booking-list-date,
	.booking-listing td.booking-list-detail,
	.booking-listing td.dash-list-btn{
		padding:20px 20px 25px;
	}
}

/************* WISHLIST PAGE ************/

@media(min-width:1200px){
	
	.wishlist-img.list-img{
		-webkit-flex: .55 0 0%; 
		-ms-flex: .55 0 0%;
		flex: .55 0 0%;
	}
	
	.wishlist-text.list-text{
		-webkit-flex: 1 0 28%; 
		-ms-flex: 1 0 28%;
		flex: 1 0 28%;
	}
}

@media(max-width:1199px){
	
	.wishlist-img.list-img{
		-webkit-flex: 1 0 0%; 
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}
	
	.wishlist-text.list-text{
		-webkit-flex: 1 0 28%; 
		-ms-flex: 1 0 28%;
		flex: 1 0 28%;
	}
}

@media(min-width:768px) and (max-width:991px){
	
	.wishlist-img.list-img{
		-webkit-flex: 1 0 0%; 
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}
	
	.wishlist-text.list-text{
		-webkit-flex: 1 0 28%; 
		-ms-flex: 1 0 28%;
		flex: 1 0 28%;
	}
}

@media(max-width:991px){
	
	.wishlist-text h3{
		font-size:22px;
	}
	
	.wishlist-text h3 .rating{
		font-size:15px;
	}
}

@media(max-width:576px){
	
	.wishlist td.wishlist-text{
		padding:20px 20px 30px;
	}
}

/************** CARD PAGE **************/

@media(min-width:768px){
	
	.custom-modal .modal-dialog{
		width:450px;
	}
}

@media(max-width:991px){
	
	.card-block{
		padding:20px 30px;
	}
	
	.card-block{
		min-height:275px;
	}
	
	.card-block .card-number{
		font-size:28px;
	}
	
	.card-block .card-expiry{
		font-size:19px;
	}
	
	.card-block h4{
		font-size:18px;
	}
	
	.card-block .card-name{
		margin-bottom:33px;
	}
	
	.card-block .user-name{
		font-size:22px;
	}
	
	.card-block ul li.card-links{
		font-size:30px;
		padding-top:7px;
	}
}

@media(max-width:420px){
	
	.card-block{
		padding:38px 30px 30px;
	}
	
	.card-block .card-number{
		font-size:26px;
	}
	
	.card-block .card-expiry{
		font-size:18px;
	}
	
	.card-block h4{
		font-size:17px;
	}
	
	.card-block .card-name{
		margin-bottom:30px;
	}
	
	.custom-modal .modal-content{
		padding:20px 20px 30px;
	}
}

/********* BEFORE YOU FLY PAGE **********/

@media(max-width:767px){
	
	.byf-info .nav-tabs li{
		width:100%;
	}
}

@media(max-width:576px){
	
	.byf-info .nav-tabs li a{
		font-size:15px;
	}
	
	.byf-info .tab-pane{
		padding:40px 30px;
	}
	
	.byf-info .tab-pane .byf-info-wrap h3{
		font-size:21px;
	}
	
	.byf-info .tab-pane .byf-info-wrap img + h3{
		margin-top:40px;
	}
}

/********* TRAVEL INSURANCE PAGE *********/

@media(max-width:767px){
	
	.tvl-insurance-info .innerpage-heading h1{
		font-size:27px;
	}
	
	.in-feature-block .fa{
		font-size:35px;
		width:80px;
		height:80px;
		padding-top:22px;
		margin-bottom:20px;
	}
	
	.in-feature-block h4{
		font-size:19px;
	}
	
	.insurance-plan-block a{
		font-size:15px;
		padding:10px 25px;
	}
}

/************* HOLIDAYS PAGE *************/

@media(max-width:991px){
	
	.destination-lists{
		width:400px;
		margin:0 auto;
	}
}

@media(max-width:768px){
	
	.big-heading h2{
		font-size:70px;
		margin-top:-138px;
		margin-bottom:60px;
	}
	
	.big-heading:before{
		bottom:-50px;
		font-size:60px;
	}
}

@media(max-width:767px){
	
	.destination-lists{
		width:200px;
		margin:0 auto;
	}
}

@media(max-width:576px){
	
	.big-heading h2{
		font-size:55px;
		margin-top:-127px;
		margin-bottom:50px;
	}
}

@media(max-width:420px){
	
	.big-heading h2{
		font-size:45px;
		margin-top:-120px;
		margin-bottom:40px;
	}
}

@media(max-width:360px){
	
	.big-heading h2{
		font-size:38px;
		margin-top:-114px;
		margin-bottom:35px;
	}
}

/************ THNAK YOU PAGE *************/

@media(max-width:576px){
	
	.thank-you-note{
		padding-left:110px;
	}
	
	.thank-you-note:before{
		top:-20px;
		font-size:100px;
	}
	
	.thank-you-note h3{
		font-size:22px;
	}
	
	.payment-method ul li img{
		max-width:75px;
	}
}

@media(max-width:420px){
	
	.thank-you-note{
		padding-left:95px;
	}
	
	.thank-you-note:before{
		top:-15px;
		font-size:85px;
	}
	
	.thank-you-note h3{
		font-size:22px;
	}
}

/********** PAYMENT-SUCCESS PAGE *********/

@media(max-width:768px){
	
	#payment-success h2{
		font-size:35px;
	}
	
	#payment-success .fa-check-circle{
		font-size:105px;
	}
	
	#payment-success p:nth-of-type(2){
		width:90%;
		margin:30px auto;
	}
}

/************* SERVICES-1 PAGE *************/

@media(max-width:767px){

	.service-block-1 .service-icon-1{
		width:65px;
	}
	
	.service-block-1 .service-icon-1 .fa{
		height:55px;
		width:55px;
		padding-top:14px;
		font-size:25px;
	}
	
	.service-block-1 .service-text-1 h3{
		font-size:19px;
	}
}

/************* SERVICES-2 PAGE ************/

@media(max-width:991px){
	
	.service-intro-text{
		margin-top:60px;
		text-align:center;
	}
	
	.service-intro-text h2,
	.service-intro-text p{
		width:90%;
		margin-left:auto;
		margin-right:auto;
	}
	
	.services-list-img img{
		display:inline-block;
		margin-bottom:30px;
	}
}

@media(max-width:768px){
	
	.process-block .fa{
		font-size:30px;
		height:80px;
		width:80px;
		padding-top:22px;
	}
	
	.service-intro-text h2{
		font-size:38px;
	}

	.service-intro-text p{
		font-size:18px;
		margin-bottom:50px;
	}
	
	.service-intro-text .btn{
		font-size:18px;
		padding:10px 27px;
	}
}

@media(max-width:768px){
	
	.services-list .service-block-1{
		margin-top:30px;
	}
}

@media(max-width:576px){
	
	#process-flow{
		padding-bottom:30px;
	}
	
	.process li{
		float:none;
		width:100%;
		margin-bottom:50px;
	}
	
	.service-intro-text h2{
		font-size:32px;
		margin-bottom:20px;
	}

	.service-intro-text p{
		font-size:16px;
		margin-bottom:50px;
	}
	
	.service-intro-text .btn{
		font-size:16px;
		padding:10px 27px;
	}
}

/************* PRICING PAGES *************/

@media(min-width:992px){
	
	.pricing-table-1 .page-heading{
		margin-bottom:100px;	
	}
}

/*********** TESTIMONIALS PAGES **********/

@media(max-width:768px){
	
	#testimonials-page .page-heading h2{
		font-size:32px;
	}
}

/**************** FAQ PAGES **************/

@media(max-width:767px){
	
	#faq-page .content-side .faq-heading{
		font-size:20px;	
	}
	
	#faq-page .content-side .faq-heading::before{
		top:9px;
	}
	
	#faq-page .content-side .panel-default .panel-title::after{
		right:-14px;
		width:57px;
	}
}

/*************** TRAVEL-GUIDE *************/

@media(min-width:768px){
		
	#travel-guide .tv-guide-block.right .tab-text{
		text-align:right;
	}
}

@media(max-width:767px){
	
	#travel-guide .detail-tabs .nav-tabs li.active{
		margin-top:2px;
	}
	
	#travel-guide .tv-guide-block .tab-text h3{
		margin-top:25px;
	}
}

@media(max-width:419px){
	
	#travel-guide #tv-guide-attractions h3{
		font-size:18px;
	}
	
	#travel-guide #tv-guide-attractions .attract-loc{
		font-size:16px;
	}
}


.pop {
       width: 80px;
    position: fixed;
    margin-right: 35px;
    right: 20px;
    margin-bottom: 40px;
    bottom: 8px;
    z-index: 9;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: example1;
}


  .font18.text-center{
    width: 100%;
    font-size: 22px;
    margin: 13px 0 19px;
    font-weight: bold;
    color: #0f337b;
    text-shadow: 0 0 1px #000;
}



  .bulletbg {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
}


.bulletbg ul li {
    font-size: 16px;
    line-height: 24px;
    display: block;
    color: #344a5f;
    margin: 0 0 6px;
    padding: 0;
}

.uk-text-primary {
    color: #2d7091!important; margin: 5px 14px 0 0;
    float: left;

} 

.uk-text-success {
    color: #659f13!important; margin: 5px 14px 0 0;
    float: left;

}

.uk-text-warning {
    color: #e28327!important; margin: 5px 14px 0 0;
    float: left;

}


.frm form {
    width: 88%;
    margin: auto;
}



.submitbg{
    text-align: center;
    margin: 20px 0 0;
    float: left;
    width: 100%;
}

  .submitbg input{
    background: #f00;
    color: #fff;
    border: none;
    padding: 7px 17px 6px;
    font-size: 19px;
}

 .closepop {
    text-align: center;
    margin: 10px 0 12px;
    display: inline-block;
    width: 100%;
}

.frm  .form-control {
    border-radius: 0;
    height: 42px;
    margin: 5px 0;
}








/* -----------------------------------------------------
		Contact Us Pages
   ----------------------------------------------------- */
   
@media(max-width:767px){
	.logo-top {
    margin-top: 0;
    width: 260px;
}
	#contact-form-2{
		padding-top:30px;
	}
	
	#contact-us-2 iframe{
		height:350px;
	}

	.contact-block-2{
		margin-bottom:75px;
	}
	
	.contact-form-2-text{
		text-align:center;
		margin-bottom:50px;
	}
	
	.contact-form-2-text .social-links li a{
		font-size:23px;
		margin-right:0px;
		margin:0px 7px;
	}
}








@media only screen and (min-width:981px) and (max-width:1250px)

{
.main-info .main-title a {
    color: #e31623!important;
    font-size: 14px;
    height: 50px;
    float: left;
    width: 100%;
}



#slider6 { 
    padding: 140px 0px 145px; 
}

.heading h3 { 
    font-size: 26px; 
}

.heading h5 { 
    font-size: 18px; 
}





}