

h1 {
	font-size: 1.5em;
    font-weight: 700;
    letter-spacing: -1px;
    text-align: center;
    border-bottom: 1px #ccc dashed;
    margin: 7px;
    padding: 4px;
}



.btn {
	border-radius: 3px;
	font-family: "Montserrat Alternates";
	font-size: 14px;
	font-weight: 900;
	letter-spacing: -1px;
	border: none;
	text-transform: uppercase;
}

.btn-success {
	color:#3d6f23;
	background-image: linear-gradient(to bottom, #82D344 0%, #51AF34 100%);
}

.btn-success:hover {
	text-shadow: 1px 1px #35661c;
}

.btn-primary {
	color: #22619f;
	text-shadow: 1px 1px #5196da;
	background-image: linear-gradient(to bottom, #57ABFF 0%, #1D81E5 100%);
}

.pattern {
	background: url(../images/pattern.png) repeat;
}



/* [03] About Us */
	.about {
		background: #ffffff;
		padding: 120px 0 80px 0
	}
	
	.about .desc {
		padding-top: 30px;
		font-family: "Montserrat Alternates";
		font-size: 16px;
		font-weight: 300;
		letter-spacing: -1px;
		text-align: center;
		color: #999;
	}


/* [04] Last Minute Deal */
	.last-minute {
		background-color: rgba(29,130,230, 1);
		background-image: url(../img/dotted_worldmap.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-attachment: fixed;
		padding: 30px 0
	}
	
	.last-minute h1 {
		color: #ffffff
	}
	
	.last-minute .last-deal {
		padding: 5px 0;
		font-family: "Montserrat Alternates";
		font-size: 20px;
		font-weight: 300;
		letter-spacing: -1px;
		text-align: center;
		color: #ffffff
	}

	.last-minute .stars {
		text-align: center
	}

/* [05] Tours */
	.tours {
		padding: 120px 0 80px 0
	}
	
	.tours h1 {
		margin-bottom: 50px;
	}

	.tours .item {
		position: relative;
		margin: 0 15px
	}
	
	.tours .item img {
		border-radius: 3px 3px 0 0
	}
	
	.tours .item:hover > .badge {
		top: 40px;
	}
	
	.tours .item:hover > .tour-title {
		background: #ef2700;
	}
	
	.tours .item:hover > .tour-title a {
		color: #fff;
	}
	
	.tours .item .badge {
		background: none;
		position: absolute;
		top: 30px;
		right: -14px
	}
	
	.tours .item .tour-title {
		padding: 15px 0;
		background: #102a5d;
		text-align: center;
	}
	
	.tours .item .tour-title .title {
		font-size: 18px;
		font-weight: 700;
		color: #ffffff;
		margin: 0 0 -3px 0;
	}
	
	.tours .item .tour-title a {
		font-family: "Montserrat Alternates";
		font-size: 14px;
		font-weight: 300;
		color:#1d82e5;
		text-decoration: none;
	}
	
	.tours .item .tour-title a:hover {
		color: #ffffff
	}
	
	.tours .item .tour-details {
		padding: 25px;
		background:#f6f6f6;
		font-size: 14px;
		font-weight: 500;
		text-align: center;
		color: #777777;
		border-radius: 0 0 3px 3px
	}

	.tour-detail {
		position: relative;
		background:#ffffff;
		padding: 20px;
		border-radius: 5px
	}
	
	.tour-detail .loading {
		padding: 200px 0;
		text-align: center;
		font-family: "Montserrat Alternates";
		font-size: 14px;
		font-weight: 300;
		color:#1d82e5;
	}
	
	.tour-detail h1 {
		text-align: left;
		margin: 0 0 10px 0;
	}
	
	.tour-detail .stars {
		margin-bottom: 20px
	}
	
	.tour-detail .desc {
		font-family: "Montserrat Alternates";
		font-size: 16px;
		font-weight: 300;
		letter-spacing: -1px;
		color: #999999
	}
	
	.tour-detail img {
		border-radius: 3px;
	}
	
	.tour-detail .close {
		position: absolute;
		top: 20px;
		right: 20px;
		font-size: 30px;
	}
	
/* [06] Banner */
	.banner {
		background-color: rgba(29,130,230, 1);
		background-image: url(../img/dotted_worldmap.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-attachment: fixed;
		padding: 30px 0
	}

	.banner img {
		width: 200px;
		border-radius: 50%;
		border: 10px solid rgba( 255,255,255, 0.2);
	}

	.banner .banner-slogan {
		padding-top: 40px;
		font-family: "Montserrat Alternates";
		font-size: 26px;
		font-weight: 300;
		color:#ffffff;
		letter-spacing: -1px;
		line-height: 40px
	}
	
	.banner .banner-slogan b {
		font-size: 36px;
		font-weight: 600;
		letter-spacing: -2px;
	}

	
/* [07] Flights & Hotels Tabs */
	.flight-hotel {
		padding: 120px 0 80px 0
	}

	.flight-hotel .tabs ul {
		margin: 0;
		padding: 0;
		list-style: none
	}
	
	.flight-hotel .tabs ul li {
		float: left;
		padding: 10px 20px
	}
	
	.flight-hotel .tabs ul li.active {
		background: #ffffff;
		border-radius: 5px 5px 0 0;
	}
	
	.flight-hotel .tabs a {
		font-family: "Montserrat Alternates";
		font-size: 26px;
		font-weight: 600;
		color:#ffffff;
		letter-spacing: -1px;
		text-decoration: none
	}
	
	.flight-hotel .tabs a.flights {
		color: #1d82e5;
	}
	
	.flight-hotel .tabs a.hotels {
		color: #6aaa42;
	}
	
	.flight-hotel .tabs-content {
		background: #ffffff;
		padding: 20px 15px 30px 30px;
		border-radius: 5px
	}
	
	.flight-hotel .tabs-content .content {
		display: none
	}

	.flight-hotel .tabs-content .content .item {
		background: #f1f1f1;
		border-radius: 5px;
		border-bottom: 3px solid #dddddd;
		padding: 20px;
		margin-bottom:15px;
	}
	
	.flight-hotel .tabs-content .content .item .pictures img {
		border-radius: 5px
	}

	.flight-hotel .tabs-content .active {
		display: block
	}
	
	.flight-hotel .tabs-content .item .deperture {
		font-family: "Montserrat Alternates";
		font-size: 14px;
		font-weight: 600;
		color:#999999;
		letter-spacing: -1px;
		text-decoration: none
	}
	
	.flight-hotel .tabs-content .item .item-title {
		font-family: "Montserrat Alternates";
		font-size: 26px;
		font-weight: 600;
		color:#1d82e5;
		letter-spacing: -1px;
		text-decoration: none
	}
	
	.flight-hotel .tabs-content .item .item-desc {
		font-family: "Montserrat Alternates";
		font-size: 14px;
		font-weight: 400;
		color:#999999;
		letter-spacing: -1px;
		text-decoration: none
	}
	
	.flight-hotel .tabs-content .item .item-price {
		padding-top: 25px;
		font-family: "Montserrat Alternates";
		font-size: 50px;
		font-weight: 600;
		color:#1d82e5;
		letter-spacing: -1px;
		text-decoration: none;
		line-height: 30px;
	}
	
	.flight-hotel .tabs-content .item .item-price span {
		font-family: "Montserrat Alternates";
		font-size: 16px;
		font-weight: 600;
		color:#999999;
		letter-spacing: -1px;
		text-decoration: none
	}
	
	.flight-hotel .tabs-content .item .item-tools {
		font-family: "Montserrat Alternates";
		font-size: 14px;
		font-weight: 400;
		color:#6aaa42;
		letter-spacing: -1px;
		text-decoration: none
	}
	
	.flight-hotel .nano { width: 100%; max-height: 465px; }
	.flight-hotel .nano .nano-content { padding-right: 25px; }
	.flight-hotel .nano .nano-pane   { background: #999999; }
	.flight-hotel .nano .nano-slider { background: #fff; margin: 2px; cursor: n-resize }


/* [08] Destinations */
	.destinations {
		background-color: #1d82e5;
		background-image: url(../images/Jaipur-tour.jpg);
		background-size: cover;
		background-attachment: fixed;
		background-repeat: no-repeat;
	}
	
	.destinations .pattern {
		background-color: rgba(202,185,157, 0.7);
		padding: 120px 0 80px 0
	}
	
	.destinations h1 {
		color: #ffffff;
		margin-bottom: 30px
	}
	
	.destinations .item {
		cursor: pointer;
		margin: 0 15px;
	}
	
	.destinations .item .image {
		position: relative;
	}
	
	.destinations .item .image img {
		display: block;
		border-radius: 5px 5px 0 0
	}
	
	.destinations .item .badge {
		background: none;
		position: absolute;
		top: 30px;
		right: -14px
	}
	
	.destinations .item:hover .badge {
		top: 40px;
	}
	
	.destinations .item .badge img {
		border-radius: 0px
	}
	
	.destinations .item .image .tools {
		overflow:hidden;
		position: absolute;
		width:100%;
		z-index:10;
		bottom: 0px;
		height: 0px;
		line-height: 50px;
		background: rgba( 239, 39, 0, 0.5);
		font-family: "Montserrat Alternates";
		font-size: 16px;
		font-weight: 600;
		text-align: center;
		color:#ffffff
	}
	
	.destinations .item .image .tools i {
		font-size: 20px
	}
	
	.destinations .item:hover > .image .tools {
		position:absolute;
		height: 50px;
	}

	.destinations .item .details {
		background-color:#112a5d;
		padding: 20px;
		border-radius: 0 0 5px 5px;
	}
	
	.destinations .item .details h1 {
		margin:0;
		padding:0;
		text-align: left;
		text-shadow:none;
	}
	
	.destinations .item .details .price {
		font-family: "Montserrat Alternates";
		font-size: 36px;
		font-weight: 900;
		color:#84ff2b;
	}
	
	.destinations .item:hover .details .price {
		color: #ff3600;
	}
	
	.destinations .item .details .desc {
		font-family: "Montserrat Alternates";
		font-size: 12px;
		font-weight: 400;
		color: #fff;
	}

	
/* [09] Hot Deals */
	.deals {
		padding: 21px 0 40px 0
	}
	
	.deals h1 {
		color:#ef2700;
		margin-bottom: 40px
	}
	
	.deals .item {
		margin: 0 20px;
	}

	.deals .item .image {
		position: relative
	}
	
	.deals .item .image img {
		border-radius: 5px 5px 0 0
	}

	.deals .item .image .save {
		width: 100%;
		position: absolute;
		top: -40px;
		z-index: 100
	}
	
	.deals .item .image .save-inner {
		width: 80px;
		height: 80px;
		padding-top: 15px;
		margin: 0 auto;
		
		font-family: "Montserrat Alternates";
		font-size: 18px;
		font-weight: 900;
		letter-spacing: -1px;
		color:#ffffff;
		text-align: center;
		line-height: 20px;
		
		background: #ef2700;
		border-radius: 50%;
		border: 6px solid rgba( 255,255,255, 0.5);
	}
	
	.deals .item .image .title {
		width: 100%;
		position: absolute;
		bottom: 20px;
		background: rgba( 239,39,0, 0.5 );
		font-size: 16px;
		font-weight: 400;
		letter-spacing: -1px;
		color:#ffffff;
		padding: 10px 0;
		text-align: center
	}
	
	.deals .item .details {
		background: #f6f6f6;
		padding: 12px;
		font-size: 13px;
		font-weight: 400;
		color:#999999;
		line-height: 18px;
		border-radius: 0 0 5px 5px;
		text-align: center;
	}
	
	.deals .item .details a {
		font-weight: 700;
		color: #ef2700;
		text-decoration: none
	}

	.deals .item .details a:hover {
		color: #333333;
	}

	.deals .item:hover .image .title {
		background: rgba( 17,42,93, 0.8 );
	}
	
	.deals .item:hover .image .save {
		top: 20px;
	}
	
	.deals .item:hover .image .save-inner {
		background: #112a5d;
	}
	
	.deals .item:hover .details a {
		color: #112a5d;
	}
	
	.deals .item:hover .details a:hover {
		color: #333333;
	}


/* [10] Cruises */
	.cruises {
		background-color: #1d82e5;
		background-image: url(../images/jaipur-jal-mahl.jpg);
		background-size: cover;
		background-attachment: fixed;
		background-repeat: no-repeat;
	}

	.cruises .pattern {
		background-color: rgba(202,185,157, 0.6);
		padding: 120px 0 80px 0
	}

	.cruises h1 {
		color: #ffffff;
		margin-bottom: 30px
	}

	.cruises .item {
		cursor: pointer;
		margin: 0 15px
	}
	
	.cruises .item .image {
		position: relative;
	}
	
	.cruises .item .image img {
		display: block;
		border-radius: 5px 5px 0 0
	}
	
	.cruises .item .badge {
		background: none;
		position: absolute;
		top: 30px;
		right: -14px
	}
	
	.cruises .item:hover .badge {
		top: 40px;
	}
	
	.cruises .item .badge img {
		border-radius: 0px
	}
	
	.cruises .item .image .tools {
		overflow:hidden;
		position: absolute;
		width:100%;
		z-index:10;
		bottom: 0px;
		height: 0px;
		line-height: 50px;
		background: rgba( 239, 39, 0, 0.5);
		font-family: "Montserrat Alternates";
		font-size: 16px;
		font-weight: 600;
		text-align: center;
		color:#ffffff
	}
	
	.cruises .item .image .tools i {
		font-size: 20px
	}
	
	.cruises .item:hover > .image .tools {
		position:absolute;
		height: 50px;
	}

	.cruises .item .details {
		background-color:#112a5d;
		padding: 20px;
		border-radius: 0 0 5px 5px;
	}
	
	.cruises .item .details h1 {
		margin:0;
		padding:0;
		text-align: left;
		text-shadow:none;
	}
	
	.cruises .item .details .price {
		font-family: "Montserrat Alternates";
		font-size: 36px;
		font-weight: 900;
		color:#84ff2b;
	}
	
	.cruises .item:hover .details .price {
		color: #ff3600;
	}
	
	.cruises .item .details .desc {
		font-family: "Montserrat Alternates";
		font-size: 12px;
		font-weight: 400;
		color: #fff;
	}


/* [11] Contact (Footer) */
	.contact {
		background:#ffffff;
		padding: 50px 0 80px 0
	}

	.contact h1 {
		margin-bottom: 30px
	}
	
	.contact h2 {
		text-align: left;
		margin-bottom: 30px
	}
	
	.contact #map {
		height: 185px;
		border-radius: 5px;
	}
	
	.contact .footer-text {
		font-family: "Montserrat Alternates";
		font-size: 16px;
		font-weight: 400;
		color:#999999;
		letter-spacing: -1px
	}
	
	.contact .social-icons {
		margin-top: 15px;
		margin-bottom: 20px;
	}
	
	.contact .social-icons a {
		font-size: 26px;
		color:#666666;
		text-decoration: none;
	}
	
	.contact .social-icons a:hover {
		color:#1d82e5;
	}
	
	.contact .form {
		margin-bottom: 20px;
	}
	
	.contact .form input {
		display: inline-block;
		width: 100%;
		border: 1px solid #999999;
		padding: 4px 10px;
		border-radius: 3px;
		font-family: "Montserrat Alternates";
		font-size: 14px;
		font-weight: 400;
		margin-bottom: 5px;
	}
	
	.contact .form textarea {
		display: inline-block;
		width: 100%;
		height: 80px;
		border: 1px solid #999999;
		padding: 4px 10px;
		border-radius: 3px;
		font-family: "Montserrat Alternates";
		font-size: 14px;
		font-weight: 400;
		margin-bottom: 5px;
	}
	

@media (max-width: 780px) {

	.topnav {
		top: 0px;
	}
	
	.slider {
		margin-top:91px;
	}
	
	.slider .item a:after {
		font-size: 25px;
		letter-spacing: -1px;
		top: 30%;
	}
	
}

.footer {
    background: #353435 none repeat scroll 0 0;
    padding: 15px 0 11px;
    position: relative;
    width: 100%;
}
.ftr-social-sprite {
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(../images/ftr-social-sprite.png)
}
.footer_social a.icon_footer_fb {
	width: 20px;
	height: 20px;
	background-position: 0 -1px
}
.footer_social a.icon_footer_twitter {
	width: 20px;
	height: 20px;
	background-position: -24px -1px
}
.footer_social a.icon_footer_linkedin {
	width: 20px;
	height: 20px;
	background-position: -48px -1px
}
.footer_social a.icon_footer_google {
	width: 20px;
	height: 20px;
	background-position: -72px -1px
}
.footer_social a.icon_footer_youtube {
	width: 20px;
	height: 20px;
	background-position: -95px -1px
}
.footer_social a.icon_footer_inst {
	width: 20px;
	height: 20px;
	background-position: -118px -1px
}
.footer_social a.icon_footer_fb:hover {
	width: 20px;
	height: 20px;
	background-position: 0 -29px
}
.footer_social a.icon_footer_twitter:hover {
	width: 20px;
	height: 20px;
	background-position: -24px -29px
}
.footer_social a.icon_footer_linkedin:hover {
	width: 20px;
	height: 20px;
	background-position: -48px -29px
}
.footer_social a.icon_footer_google:hover {
	width: 20px;
	height: 20px;
	background-position: -72px -29px
}
.footer_social a.icon_footer_youtube:hover {
	width: 20px;
	height: 20px;
	background-position: -95px -29px
}
.footer_social a.icon_footer_inst:hover {
	width: 20px;
	height: 20px;
	background-position: -118px -29px
}
.copyright_con {
	width: 100%;
	border-top: 1px solid #5d5d5d;
	margin-top: 30px;
	padding: 25px 0 0
}
.social_doc ul, .social_doc ul li {
	margin: 0;
	display: block
}
.copyright_con a, .copyright_con p {
	font-size: 12px;
	color: #999; text-align:center;
}
.copyright_con a:hover {
	color: #fff
}

.v-ftr-link-con .v-ftr-hdng h4 {
    color: #fff;
}
.v-ftr-link-con .v-ftr-links-ul {
    margin: 0;
    padding: 0;
    transition: all 0.2s ease 0s;
}
.v-ftr-link-con .v-ftr-links-ul li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.v-ftr-link-con .v-ftr-links-ul li a {
    color: #E0DCDD;
    font-size: 14px;
}


