@charset "UTF-8";

@font-face {
	font-family: 'fontawesome';
	src:url('../fonts/fontawesome-webfont.woff') format('woff'),
		url('../fonts/fontawesome-webfont.ttf') format('truetype'),
		url('../fonts/fontawesome-webfont.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'adam';
    src: url('../fonts/adam-webfont.woff') format('woff'),
         url('../fonts/adam-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'questa';
    src: url('../fonts/questa-sans-webfont.woff') format('woff'),`
         url('../fonts/questa-sans-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

html{
	font-size: 12px;
	width: 100%;
	overflow-x: hidden;
}
@media (min-width: 768px){
	html{
		font-size: 14px;
	}	
}
h1{
	font-size: 4.23rem;
	line-height: 6.34rem;
}
h2{
	font-size: 2.62rem;
	line-height: 3.93rem;
	font-family: 'adam', sans-serif;
}
h3{
	font-size: 1.62rem;
	line-height: 2.43rem;
}
h4,p{
	font-size: 1.2rem;
	line-height: 1.7rem;
}
h5{
	font-size: 0.62rem;
	line-height: 0.93rem;
}
h6{
	font-size: 0.38rem;
	line-height: 0.57rem;
}

body{
    background: url('../img/slides/slide1.jpg') fixed;
    background-size: cover;
    font-family: 'Roboto', sans-serif;
}

section{
	padding: 6rem 0;
}

#header{
	padding: 0;
}
.navbar .container{
	width: 100%;
}
.navbar-default{
	height: 13vh; /* was 82px */
    box-shadow: 0px 0px 16px #000;
    border: none;
    margin-bottom: 0;
    transition: all 0.3s ease;
}
@media (min-width: 480px){
	.navbar-default{
		height: 120px;
	}
}
.navbar-brand{
	margin-top: 10px;
}
.navbar-brand > img{
	transition: all 0.3s ease;
	display: inline-block;
}
.navbar-brand > .logo-globe{
	max-width: 44px;
}
.navbar-brand > .logo-text{
	max-width: 164px;
}
@media (min-width: 480px){
	.navbar-brand > .logo-globe{
		max-width: 103px;
	}
	.navbar-brand > .logo-text{
		max-width: 255px;
	}
}
@media (min-width: 768px){
	.navbar-brand{
		margin-top: 0;
	}
	.navbar-brand > .logo-globe{
		max-width: 130px;
	}
	.navbar-brand > .logo-text{
		max-width: 310px;
	}
}
.navbar-toggle{
	margin-top: 24px;
}
@media (min-width: 480px){
	.navbar-toggle{
		margin-top: 44px;
	}
}
/*@media (min-width: 768px){
	.navbar-toggle{
		display: block !important;
	}
}*/
.navbar-collapse{
	background: rgba(255,255,255,0.97);
    margin-top: 54px;
    position: absolute;
    width: 100%;
    border: 1px solid #FFF;
    border-top: none;
}
@media (min-width: 480px){
	.navbar-collapse{
	    margin-top: 34px;
	}		
}
@media (min-width: 768px){
	.navbar-collapse{
		max-width: 300px;
		right: 0;
	}
}
@media (min-width: 992px){
	.navbar-collapse{
		position: initial;
	    max-width: none;
	    background: none;
	    border: 0;
	    margin-top: 0;
	    float: right;
	    width: auto;
	}
}

.navbar-nav{
	float: none;
    width: 100%;
    margin: 0;
}

.navbar-nav > li > a{
	height: auto;
    padding-top: 10px;
    font-size: 1.2rem;
    font-weight: 300;
    color: #0BB8AB !important;
    transition: all 0.3s ease;
}
@media (min-width: 768px){
	.navbar-nav > li > a{
		padding-top: 15px;
	}
}
@media (min-width: 992px){
	.navbar-nav > li > a{
		height: 120px;
	    padding-top: 52px;
	}
}

.navbar-nav > li > a:hover{
	background: #e88025 !important;
	color: #FFF !important;
}
.navbar-nav > .active > a{
    background: none !important;
    border-bottom: 3px solid;
}
.navbar-nav > .active > a:hover{
	border-bottom: #e88025;
}
.navbar-fixed-top{
	height: 75px !important;
}
.navbar-fixed-top .navbar-brand{
	margin-top: 6px;
}
.navbar-fixed-top .navbar-brand > .logo-globe{
	max-width: 44px;
}
.navbar-fixed-top .navbar-brand > .logo-text{
	max-width: 164px;
}
@media (min-width: 480px){
	.navbar-fixed-top .navbar-brand{
		margin-top: -3px;
	}
	.navbar-fixed-top .navbar-brand > .logo-globe{
		max-width: 70px;
	}
	.navbar-fixed-top .navbar-brand > .logo-text{
		max-width: 250px;
	}
}
.navbar-fixed-top .navbar-toggle{
	margin-top: 20px;
}
.navbar-fixed-top .navbar-collapse{
	margin-top: 14px;
}
@media (min-width: 992px){
	.navbar-fixed-top .navbar-collapse{
		margin-top: 0;
	}
}
@media (min-width: 992px){
	.navbar-fixed-top .navbar-nav > li > a{
		height: 75px;
	    padding-top: 30px;
	}
}

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .collapse.in{
  		display:block !important;
	}
}

/* Carousel */
#carousel{
	padding: 0; 
	position: relative;	
}
#sequence {
  position: relative;
  width: 100%;
  height: 84vh; /* wass 82 */
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}

/* Reset */
#sequence .seq-canvas,
#sequence .seq-canvas > * {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Make the canvas the same dimensions as the container and prevent lines from
   wrapping so each step can sit side-by-side */
#sequence .seq-canvas {
  position: absolute;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 0;
}

/* Make the steps the same size as the container and sit side-by-side */
#sequence .seq-canvas > * {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: center;
  color: white;
}

/* Used to vertically center align the .content element */
#sequence .seq-canvas > li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/* Vertically center align the .content element */
#sequence .content {
  display: inline-block;
  vertical-align: middle;
	width: 80%;
	font-size: 16px;
	text-align: center;
}
@media (min-width: 768px){
	#sequence .content {
		text-align: left;
	}
}

#sequence ul li{
	background-position: 50% !important;
    background-size: cover !important;
}

#sequence .step1 {
  background: url('../img/slides/singapore_s_2.jpg');
}

#sequence .step2 {
  background: url('../img/slides/goa-beaches.jpg');
}

#sequence .step3 {
  background: url('../img/slides/kashmir2.jpg');
}

#sequence .step4 {
  background: url('../img/slides/mountains-switzerland.jpg');
}

#sequence .step5 {
  background: url('../img/slides/thailand2.jpg');
}

/* Starting positions */
#sequence h2,
#sequence h3 {
  margin: 0;
  display: block;
  line-height: 120%;
  opacity: 0;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  text-shadow: -1px 1px 3px #000;
}

#sequence h2 {
  -webkit-transform: translate(0, -20px);
  transform: translate(0, -20px);
}

#sequence h3 {
	font-family: 'Roboto', sans-serif
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
}

/* Animate in positions for content */
#sequence .seq-in h2,
#sequence .seq-in h3 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* Animate out positions for content */
#sequence .seq-out h2,
#sequence .seq-out h3 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#sequence .btn{
	margin-top: 15px;
	transition: all 0.3s ease;
	opacity: 0;
}

#sequence .seq-in .btn{
	opacity: 1;
}

#sequence .seq-pagination{
	position: absolute;
	width: 100px;
	text-align: center;
	bottom: 0vh;
	left: 50%;
	margin-left: -50px;
	list-style: none;
	padding: 0;
}

#sequence .seq-pagination li{
	width: 15px;
	display: inline-block;
}
#sequence .seq-pagination li:before{
	content: '';
	position: absolute;
	top: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #545454;
    opacity: 0.9;
    border: 1px solid #4E4E4E;
    cursor: pointer;
    transition: all 0.2s ease;
}
#sequence .seq-pagination li.seq-current:before{
	transform: scale(1.2);
	background: #EFEFEF;
}
#sequence .seq-pagination li:hover:before{
	opacity: 1;
}
.seq-next,
.seq-prev{
	position: absolute;
    top: 50%;
    margin-top: -15px;
    background: rgba(0, 0, 0, 0.2);
    padding: 6px 7px;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}
@media (min-width: 480px){
	.seq-next,
	.seq-prev{
	    top: 50%;
	    margin-top: -28px;
	    padding: 8px 17px;
	    font-size: 2rem;
	}
}
@media (min-width: 1400px){
	.seq-next,
	.seq-prev{
	    font-size: 3rem;
	}
}
.seq-next:hover,
.seq-prev:hover{
	color: #FFF;
	background: rgba(0, 0, 0, 0.4);
}
.seq-next{
	right: -2px;
}
.seq-prev{
    left: -2px;
}
.seq-prev:hover{
	left: 0;
}
.seqq-next:hover{
	right: 0;
}

.hallmark{
	position: absolute;
    right: 12%;
    width: 25%;
    top: 5%;
    max-width: 90px;
}
@media (min-width: 480px){
	.hallmark{
		max-width: 110px;
	}
}

.btn{
	font-family: Helvetica, sans-serif;
	font-size: 1.3rem;
}
.btn-trans-orange{
	border: 1px solid #FF9900;
    color: #FF9900;
    font-size: 1.5rem;
    padding: 5px 20px;
    transition: all 0.5s ease;
}
.btn-trans-orange:hover{
	background: rgba(255, 153, 0, 0.82);
	color: #FFF;
}
.btn-trans-white{
	border: 1px solid #FFF;
    color: #FFF;
    font-size: 1.5rem;
    padding: 5px 20px;
    transition: all 0.5s ease;
}
.btn-trans-white:hover,
.btn-trans-white:focus{
	background: #FFF;
	color: #000;
	text-decoration: none;
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  color: #FFF;
  font-size: 1.5rem;
  padding: 5px 20px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: #000;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#trend-dest{
	background: #2C3E50 url('../img/world-map.png') no-repeat;
    color: #FFF;
    text-align: center;
    padding: 5rem 0;
    position: relative;
    background-position: bottom right;
}

hr.title{
	width: 80px;
    border-top: 5px solid;
    margin-bottom: 6rem;
}

h2.title{
    text-transform: uppercase;
}

.ghost-title{
	position: absolute;
    font-size: 5rem;
    font-family: 'adam';
    color: rgba(255,255,255,0.05);
    left: 50%;
    margin-left: -276px;
    top: 6rem;
}

#trend-dest .row{
	margin-bottom: 3rem;
}
.trend-tile{
	color: #FFF;
	max-width: 280px;
	margin: 0 auto 5%;
	height: 180px;
    overflow: hidden;
    border: 4px solid #415161;
    padding: 0;
    position: relative;
    text-align: center;
}
@media (min-width: 768px){
	.trend-tile{
	    margin: 0 4% 5%;
	}
}

.trend-tile img{
	width: auto;
    height: 100%;
}

.trend-tile hr{
	width: 70%;
    margin-bottom: 30px;
    margin-top: 13px;
}

.trend-tile .content{
	position: absolute;
    top: 180px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    padding: 15px;
    transition: top 0.5s ease;
}

.trend-tile:hover .content{
	top: 0;
}

.trend-tile .btn{
	font-size: 1rem;
    padding: 6px 15px;
}

.trend-tile .btn:hover{
	color: #000;
}

/* Value Pavkages */
#value-packages{
	background: rgba(255,255,255,0.7);
    text-align: center;
}

.val-package{
	background: rgba(255, 255, 255, 0.8);
    background-clip: content-box;
    max-width: 400px;
    margin: 0 auto;
    padding-bottom: 10px;
    transition: transform 0.3s ease;
}

.val-package:hover{
	transform: scale(1.05);
}

.val-package h3{
	background: #0DB8A9;
    margin: 0;
    padding: 5px;
    color: #fff;
}

/*.val-package h3{
	margin: 0;
    padding: 8px;
    background: rgba(255, 255, 255, 0.72);
}*/

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

ul.itinerary,
.itinerary > li > ul{
	padding: 0;
    list-style: none;
}

ul.itinerary > li{
	color: #585858;
	font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    padding: 14px;
    border-bottom: 1px dashed;
}

ul.itinerary > li > ul > li{
	padding: 5px;
    border-bottom: 1px solid #ABABAB;
}

ul.itinerary > li > ul > li:last-child{
    border-bottom: none !important;
}

.btn-orange{
	background: #FF9900;
	color: #FFF;
	border: 1px solid #DE8806;
}

.btn-orange:hover,
.btn-orange:focus{
	background: #FBA21D;
	color: #FFF;
}

.val-package .btn{
	display: block;
	width: 72%;
	margin: 6% auto;
}

.val-package .disclaimer{
	display: block;
	margin-bottom: 9px;
}

.package-icons{
    background: #e88025;
    padding: 10px 0;
}

.package-icons img{
	width: 45px;
	transition: transform 0.3s ease;
}
.package-icons img:hover{
	transform: scale(1.1);
}

.btn-blue{
	background: #03A6E7;
	color: #FFF;
	border: 1px solid #008AC1;
}

.btn-blue:hover,
.btn-blue:focus{
	background: #2ABFFB;
	color: #FFF;
}

#services{
	padding: 0;
	background: #2C3E50;
}
#services img{
	width: 100%;
}
#services .service-col.left{
	padding: 0;
	background: url('../img/nightsky.jpg') no-repeat;
	background-size: cover;
	background-position: bottom;
    min-height: 400px;
}
#services .service-col.right{
	background: #2C3E50;
    box-shadow: -3px 0px 10px rgba(0,0,0,0.5);
    padding-top: 20px;
    padding-bottom: 20px;
}
#services .service-box h2{
	text-align: center;
    color: #0BB8AB;
}
/*#services .service-box .left{
	width: 49%;
    display: inline-block;
    padding-left: 35px;
}
#services .service-box .right{
	width: 50%;
    display: inline-block;
}*/
#services .service-box span{
	display: block;
    font-size: 1.4rem;
    color: #FFF;
    margin: 32px 0;
    cursor: default;
}
#services .service-box span i{
	margin-right: 15px;
    color: #0BB8AB;
    transition: all 1s ease;
}
#services .service-box span:hover i{
	margin-right: 10px;
}

/* Testimonials */
#testimonials{
	background: rgba(0,0,0,0.4);
    color: #FFF;
}
.testimo-author{
	float: right;
    width: 200px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 43px;
}
.testimo-author img{
	display: inline-block;
    border-radius: 50%;
    width: 55px;
    vertical-align: middle;
    float: right;
    margin-top: -16px;
}


/* Why Choose Us */

#choose-us{
	position: relative;
    background: #C55A05;
    color: #FFF;
    text-align: center;
}

#choose-us hr.title{
	margin-bottom: 2rem;
}

.reasons{
	padding: 5% 2%
}

.reasons:hover{
	background: #9C4500;
}

.hi-icon-wrap {
	text-align: center;
	margin: 0 auto;
}

.hi-icon-wrap a{
	text-decoration: none !important;
}

.hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 15px 30px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}

.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.hi-icon:before {
	font-family: 'fontawesome';
	speak: none;
	font-size: 48px;
	line-height: 90px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}

/* Effect 1 */
.hi-icon-effect-1 .hi-icon {
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}

.hi-icon-effect-1 .hi-icon:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 4px #fff;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}

/* Effect 1a */
.reasons:hover .hi-icon-effect-1a .hi-icon {
	background: rgba(255,255,255,1);
	color: #9C4500;
}

.reasons:hover .hi-icon-effect-1a .hi-icon:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Footer */

footer{
	background: #2C3E50;
    padding: 4rem 0;
}

ul.sitelinks{
	padding: 0;
}

ul.sitelinks li{
    font-size: 1.2rem;
}

ul.sitelinks > li > a{
	color: #74879A;
}

h3.sitelinks{
	color: #6F8295;
}

hr.underline{
	border: 1px solid #6F8295;
    margin-left: 0;
    width: 53%;
    margin-top: -5px;
    margin-bottom: 10px;
}

footer hr{
	border: 1px solid #6F8295;
	margin: 45px 0;
}

footer .fa{
	color: #6F8295;
    margin-right: 10px;
}

footer h4{
	color: #687A8D;
    margin-bottom: 0;
    margin-top: 0;
}

a.footer{
    color: #94A7B9;
    margin-left: 20px;
    font-size: 1rem;
    margin-bottom: 1rem;
    display: inline-block;
    font-family: sans-serif;
    letter-spacing: 1px;
}
a.footer:hover{
	text-decoration: none;
}

footer .form-control{
	margin-bottom: 8px;
    background: rgba(255,255,255,0.1);
    border: none;
    color: #FFF;
}

footer .form-control:focus{
	box-shadow: none;
}

#copyright{
	padding: 10px 20px;
	background: #F9F9F9;
	color: #000;
}

#copyright .left{
	text-align: center;
}

#copyright .right{
	text-align: center;
}

@media (min-width: 768px){
	#copyright .left{
		text-align: left;
	}

	#copyright .right{
		text-align: right;
	}
}

#copyright a{
	color: #000;
}

/* Popups */
.modal-backdrop.in{
	opacity: 0.9;
}

#callback .modal-dialog{
	max-width: 340px;
	margin: 10px auto;
}

#callback #packageSelect{
	display: none;
}

.form-control{
	margin-bottom: 7px;
}

#getquote .modal-dialog{
	max-width: 400px;
}

/* About Us */
.heading{
	background: rgba(255,255,255,0.3);
}
.heading > .content{
	color: #FFF;
	text-align: center;
}

.heading h1{
	text-transform: uppercase;
}

.page-content{
	background: #FFF;
	padding-left: 10px;
	padding-right: 10px;
}

.page-content > hr{
	border-top: 1px solid #CCC;
    margin: 50px 0;
}

/*Contact Us */
.contact h3{
	margin-top: 0;
	margin-bottom: 0;
}

.contact h4{
	margin-bottom: 0px;
	margin-left: 30px;
    margin-top: 2px;
    font-family: sans-serif;
}

.contact a{
	color: #000;
}

.contact hr{
	width: 300px;
    float: left;
    border: 1px solid #D0D0D0;
}


.contact .hi-icon-wrap {
	display: inline-block;
}

.contact .hi-icon{
	margin: 5px;
    width: 50px;
    height: 50px;
    color: #2C3E50;
}

.contact .hi-icon:before{
	font-size: 34px;
    line-height: 53px;
}

.contact .hi-icon-effect-1 .hi-icon:after {
	top: -4px;
    left: -4px;
    padding: 4px;
    box-shadow: 0 0 0 3px #2C3E50;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}

.contact .hi-icon-effect-1a .hi-icon:hover {
	background: #2C3E50;
	color: #FFF;
}

.contact .hi-icon-effect-1a .hi-icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.contact .form-control{
	padding: 20px;
	margin-bottom: 14px;
}

.contact .btn-primary{
	float: right;
    padding: 4px 30px;
    font-size: 1.2rem;
    width: 115px;
    text-align: left;
}

.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  overflow: hidden;
}
.hvr-icon-forward:before {
  content: "\f1d8";
  position: absolute;
  right: -25px;
  padding: 0 1px;
  font-family: 'fontawesome';
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover{
	padding: 4px 16px;
}
.hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}
#map{
	padding: 0;
	width: 100%;
	height: 400px;
}
.box-shadow{
	box-shadow: 0px 0px 20px 0px #000;
    position: relative;
    z-index: 2;
}
@media (max-width: 768px){
	.contact-form{
		margin-bottom: 26px;
	}
}

/* Destinatons */
.filter-group{
	padding: 0;
    list-style: none;
    text-align: center;
}

.filter-group li{
	width: 130px;
    height: 130px;
    display: inline-block;
    background: transparent;
    border-radius: 50%;
    padding: 51px 10px;
    font-size: 1.4rem;
    color: #E88025;
    position: relative;
    margin: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-group li:before{
	content: '';
    position: absolute;
    width: 130px;
    height: 130px;
    top: 0px;
    left: 0px;
    border: 2px solid #E88025;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.filter-group li.filtered{
	background: #E88025;
	color: #FFF;
}

.filter-group li.filtered:before{
	width: 150px;
    height: 150px;
    top: -10px;
    left: -10px;
}

.filter-type{
	margin-top: 28px;
	margin-bottom: 0;
}

.filter-group.filter-type li{
	width: 100px;
    height: 100px;
    padding: 39px 10px;
    color: #0DB9AA;
    font-size: 1.1rem;
}

.filter-group.filter-type li.filtered{
	background: #0DB9AA;
	color: #FFF;
}

.filter-group.filter-type li:before{
	width: 100px;
    height: 100px;
    top: 0px;
    left: 0px;
    border: 2px solid #0DB9AA;
}
.filter-group.filter-type li.filtered:before{
	width: 120px;
    height: 120px;
    top: -10px;
    left: -10px;
}

.destination-items .trend-tile{
	margin: 0% 5% 5%;
}
@media (min-width: 480px){
	.destination-items .trend-tile{
		margin: 0% 1% 5%;
	}
}
@media (min-width: 768px){
	.destination-items .trend-tile{
		margin: 0% 4% 5%;
	}
}

/* Package Page */
#carousel .rslides{
	height: 400px;
}

#carousel .rslides_nav{
	position: absolute;
    top: 50%;
    z-index: 2;
    font-size: 5rem;
    color: #fff;
    padding: 0px 10px 13px 10px;
    background: rgba(0,0,0,0.2);
    line-height: 3rem;
    margin-top: -21px;
}
#carousel .rslides_nav.prev{
	left: 0;
}
#carousel .rslides_nav.next{
	right: 0;
}
#carousel .rslides_nav:hover{
	text-decoration: none;
}

/* ------------- About Us ---------- */
.about-author{
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    padding: 15px 10px;
    border-radius: 5px;
    background: #EA8025;
    color: #FFF;
    text-align: center;
    margin-bottom: 26px;
}
.about-author img{
	width: 100%;
    border-radius: 50%;
    max-width: 125px;
}
.about-author h3{
	text-transform: uppercase;
	margin-bottom: 0;
}
.about-author h4{
	margin-top: 0;
	margin-bottom: 3rem;
}
.about-author span{
	font-size: 2rem;
    text-align: left;
    line-height: 2.4rem;
}
@media (min-width: 768px){
	.about-author span{
	    float: left;
	}
}
.about-author span i{
	color: #F9A156;
}
.about h2{
	color: #2C3E50;
}
.border-list{
	list-style-type: none;
	padding: 0;
}
.border-list li{
    padding: 2px 5px 2px 20px;
    border-left: 3px solid #CCC;
    margin-bottom: 10px;
    transition: border 0.5s ease;
}
.border-list li:hover{
	border-left: 3px solid #2C3E50;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.btn-trans-orange{
	text-align: center;
    padding: 10px;
    font-size: 1.5rem;
    color: #E8842E;
    border: 2px solid #E8842E;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.btn-trans-orange:hover{
	background: #E8842E;
	color: #FFF;
	text-decoration: none;
}