 @import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700");

* {
  font-family: Lato, sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
    
	display=swap';
    @import 
'https: //fonts.googleapis.com/css?family=Lato+Sans&amp;
    display=swap';
    *
 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: 0 0;
    box-sizing: border-box;
}
ol, ul {
    list-style: none;
}
:focus {
    outline: 0;
}
.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
}
.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    visibility: hidden;
    height: 0;
}
.clearfix:after .test {
    color: red;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%}
.clearfix {
    display: block;
}

.header {
	padding:12px;	
}
.header .item-left{
	flex:0 0 17%;
}
.header .item-center{
	flex:0 0 66%;
}
.header .item-right{
	flex:0 0 17%;
	display: flex;
	justify-content: flex-end;
	line-height: 65px;
}
.header .item-right a{ 
     text-decoration: none;
     font-size: 16px;
     color:#3e3e3e;
     display: inline-block;
     margin-left: 10px;
     transition: color 0.3s ease;
}
nav, section, article, aside, footer {
    display: block;
	z-index: 20;
	
}
* {
    margin: 0;
    padding: 0;

}
body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    background: #fff;
    font-family: Lato, sans-serif;
    line-height: 1.5;
    color: #333;
    font-weight: 400;
}
p {

  font-size: 1rem;
  color: #303030;

}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin-bottom: 5px;
    color: #1e1e1e;
    margin-top: 0;
    line-height: 1.5;
    font-family: Lato, sans-serif;
}
h7 {
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
    margin-top: 0;
    line-height: 1.5;
    font-family: Lato, sans-serif;
}
h8 {
    font-weight: 500;
    margin-bottom: 15px;
    color: #fff;
    margin-top: 0;
    line-height: 1.5;
    font-family: Lato, sans-serif;
}
h1 {
    font-size: 42px;
	margin-bottom: 20px;
}
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
h7 {
    font-size: 18px;
}
h8 {
    font-size: 13px;
}
hr {
    border: .5px solid #444;
}

ul {
    margin: 0;
    padding: 0;
}
ul li {
    margin-bottom: 15px;
    color: #303030;
    /**position: relative;**/
		list-style: none;
}
a {
    color: #002771;
    transition: all ease-in-out .3s;
}

a:hover {
    text-decoration: none;
    color: #81a5d3;
}

h7 a {
    color: #fff;
    transition: all ease-in-out .3s;
}

h7 a:hover {
    text-decoration: none;
    color: #dbdbdb;
}
h8 a {
    color: #fff;
    transition: all ease-in-out .3s;
}

h8 a:hover {
    text-decoration: none;
    color: #dbdbdb;
}
	
.fa-twitter:hover {

  transition: all ease-in-out .3s;
}
.fa-facebook:hover {

  transition: all ease-in-out .3s;
}
.fa-facebook-f:hover {

  transition: all ease-in-out .3s;
}
.fa-instagram:hover {

  transition: all ease-in-out .3s;
}
.fa-paper-plane:hover {

  transition: all ease-in-out .3s;
}
.fa-whatsapp:hover {

  transition: all ease-in-out .3s;
}
.fa-telegram-plane:hover {

  transition: all ease-in-out .3s;
}
.border_top_left {
border-top-left-radius: 5px;
}
.border_top_right {
border-top-right-radius: 5px;
}
.passengers_separator {
margin-top: -12px;
}

.icon_buscador {
    color: #7C7C7C;
    font-size: 20px;
    margin-right: 5px;

}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}
@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}
@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}
.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}
.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media(max-width:985px) {

.buscador_texto {
 font-size: 16px;
}
}
/*MENU*/
/*.v-center{
	align-items: center;
}*/
.row-me{
	display: flex;
	flex-wrap: wrap;
}

.header .menu > ul > li{
	display: inline-block;
margin-top: 5px;
	margin-left: 36px;
}
.header .menu > ul > li > a{
line-height: 5.5;
    font-size: 13px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    padding: 0;
    color: #3a3a3a;
    position: relative;
    font-weight: 600;

}

.header .menu > ul > li.active>a {

    color: #2a7a36;

}


.header .menu > ul > li .sub-menu{
	position: absolute;
	z-index: 500;
	background-color:#ffffff;
	box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3); 
	padding: 20px 30px;
	transition: all 0.3s ease;
	margin-top:25px;
	opacity:0;
	visibility: hidden;
}
@media(min-width: 992px){
.header .menu > ul > li.menu-item-has-children:hover .sub-menu{
	margin-top: 0;
	visibility: visible;
	opacity: 1;
	text-align: left;
}
}
.header .menu > ul > li .sub-menu > ul > li{
	line-height: 1;
}
.header .menu > ul > li .sub-menu > ul > li > a{
	display: inline-block;
	padding: 10px 0;
	font-size: 13px;
	color: #333;
	transition: color 0.3s ease;
	text-decoration: none;
	font-weight: 600;


}
.header .menu > ul > li .sub-menu > ul > li.active > a{

	color:#2a7a36;



}
.header .menu > ul > li .single-column-menu{
	min-width: 280px;
	max-width: 350px;
	    text-align: left;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item-menu > ul > li{
   line-height: 1;
   display: block; 
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item-menu > ul > li > a {
	padding:10px 0;
	display: inline-block;
	font-size: 14px;
	color:#333;
	transition: color 0.3s ease;
	/*text-transform: uppercase;
	font-weight: 600;*/
}


.header .menu > ul > li .sub-menu.mega-menu > .list-item-menu > ul > li.active > a {
	color:#2a7a36;
	font-weight: 600;
}



.header .menu > ul > li .sub-menu.mega-menu{ 
    left: 50%;
    transform: translateX(-50%);	
}

.header .menu > ul > li .sub-menu.mega-menu-column-4{
  max-width: 1100px;
  width: 100%; 	
  display: flex;
  flex-wrap: wrap;
  padding:20px 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item-menu{
  flex:0 0 25%;
  padding:0 15px;
  text-align: initial;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item-menu .title{
	font-size: 16px;
	color:#2a2a2a;
	font-weight: 600;
	line-height: 1;
	padding:10px 0;
	/*text-transform: uppercase;*/
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item-menu.text-center .title{
	text-align: center;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item-menu img{
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	margin-top: 10px;
	height: 300px;
	object-fit: cover;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item-menu > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a{
	color:#2a7a36;
	list-style: none;
}
.menu-responsive{

text-align: center;
}


/*responsive*/
@media(max-width: 1200px){
.menu-responsive{
     padding-left: 20px;
	 text-align: revert;
}

   .v-center{
	justify-content: space-between;
	}
	.header .item-center{
		order:3;
		flex:0 0 100%;
	}
	.header .item-left,
	.header .item-right{
		flex: 0 0 50%;
	}

	
	.header .mobile-menu-trigger{
		display: flex;
		height: 30px;
		width: 30px;
		margin-left: 15px;
		cursor: pointer;
		align-items: center;
		justify-content: center;
	}
	.header .mobile-menu-trigger span{
		display: block;
		height: 2px;
		background-color: #333333;
		width: 24px;
		position: relative;
	}
	.header .mobile-menu-trigger span:before,
	.header .mobile-menu-trigger span:after{
		content: '';
		position: absolute;
		left:0;
		width: 100%;
		height: 100%;
		background-color: #333333;
	}
	.header .mobile-menu-trigger span:before{
		top:-6px;
	}
	.header .mobile-menu-trigger span:after{
		top:6px;
	}
	.header .item-right{
		align-items: center;
	}

	.header .menu{
		position: fixed;
		width: 320px;
		background-color:#ffffff;
		left:0;
		top:0;
		height: 100%;
		overflow: hidden;
		transform: translate(-100%);
		transition: all 0.5s ease;
		z-index: 1099;
	}
	.header .menu.active{
	   transform: translate(0%);	
	}
	.header .menu > ul > li{
		line-height: 1;
		margin:0;
		display: block;
	}
	.header .menu > ul > li > a{
		line-height: 50px;
		height: 50px;
		padding:0 50px 0 15px;
		display: block;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		font-size: 15px;
	}
	.header .menu > ul > li > a i{
		position: absolute;
		height: 50px;
		width: 50px;
		top:0;
		right: 0;
		text-align: center;
		line-height: 50px;
		transform: rotate(-90deg);
	}
	.header .menu .mobile-menu-head{
		display: flex;
		height: 50px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 501;
		position: sticky;
		background-color: #ffffff;
		top:0;
	}
	.header .menu .mobile-menu-head .go-back{
		height: 50px;
		width: 50px;
		border-right: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#000000;
		font-size: 16px;
		display: none;
	}
	.header .menu .mobile-menu-head.active .go-back{
		display: block;
	}
	.header .menu .mobile-menu-head .current-menu-title{
		font-size: 15px;
		font-weight: 600;
		color: #2a7a36;
	}
	.header .menu .mobile-menu-head .mobile-menu-close{
	    height: 50px;
		width: 50px;
		border-left: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#000000;	
		font-size: 25px;
	}
	.header .menu .menu-main{
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.header .menu > ul > li .sub-menu.mega-menu,
	.header .menu > ul > li .sub-menu{
		visibility: visible;
		opacity: 1;
		position: absolute;
		box-shadow: none;
		margin:0;
		padding:15px;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		padding-top: 65px;
		max-width: none;
		min-width: auto;
		display: none;
		transform: translateX(0%);
		overflow-y: auto;
	}
.header .menu > ul > li .sub-menu.active{
	display: block;
}
@keyframes slideLeft{
	0%{
		opacity:0;
		transform: translateX(100%);
	}
	100%{
	    opacity:1;
		transform: translateX(0%);	
	}
}
@keyframes slideRight{
	0%{
		opacity:1;
		transform: translateX(0%);
	}
	100%{
	    opacity:0;
		transform: translateX(100%);	
	}
}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item-menu img{
		margin-top:0;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item-menu.text-center .title{
		margin-bottom: 20px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item-menu.text-center:last-child .title{
		margin-bottom:0px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item-menu{
		flex: 0 0 100%;
        padding: 0px;
	}
	.header .menu > ul > li .sub-menu > ul > li > a,
	.header .menu > ul > li .sub-menu.mega-menu > .list-item-menu > ul > li > a{
		display: block;
		font-size: 14px;
		padding: 5px 0;
	}
	.header .menu > ul > li .sub-menu.mega-menu > .list-item-menu > ul {
		margin-bottom: 15px;
	}
	.menu-overlay{
		position: fixed;
		background-color: rgba(0,0,0,0.5);
		left:0;
		top:0;
		width: 100%;
		height: 100%;
		z-index: 1098;
		visibility: hidden;
		opacity:0;
		transition: all 0.5s ease;
	}
	.menu-overlay.active{
	  visibility: visible;
	  opacity:1;	
	}


}
/*MENU END*/

/* banner section */
.banner-section{
  background-image: url('../img/banner.jpg');
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}
.mobile-menu-head,
.mobile-menu-trigger{
	display: none;
}





/*Calendar*/
.ui-datepicker {
  background-color: #fff;
  border: 1px solid #dedede;
  padding: 0 0 10px 0;
  width: 340px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-datepicker .ui-datepicker-header {
  background-color: transparent;
  border: 0;
  padding: 0;
  border-bottom: 1px solid #dedede;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  width: 45px;
  height: 100%;
  display: block;
  top: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  background-color: #dedede;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  display: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 0;
  background: url('../images/icon-arrow-left-blue.png') no-repeat 50% 50%;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 0;
  background: url('../images/icon-arrow-blue.png') no-repeat 50% 50%;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  color: #333333;
  font-family: josefin sans, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 48px;
  margin: 0 45px;
}
.ui-datepicker .ui-datepicker-calendar {
  margin: 0;
}
.ui-datepicker .ui-datepicker-calendar th {
  font-weight: 600;
  font-family: josefin sans, sans-serif;
  font-size: 14px;
  padding: 20px 3px 15px 3px;
}
.ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
}
.ui-datepicker td span,
.ui-datepicker .ui-datepicker-calendar td a {
  margin: 5px 0;
  display: inline-block;
  border: 2px solid #339642;
  width: 37px;
  height: 37px;
  padding: 0;
  line-height: 35px;
  text-align: center;
  color: #333333;
  font-size: 14px;
  font-weight: 300;
  font-family: josefin sans, sans-serif;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a,
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today.ui-datepicker-current-day a {
  background-color: #339642;
  border-width: 0;
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a {
  border-width: 0;
  background-color: #7da9f8;
  color: #fff;
}
.ui-datepicker td span,
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month a {
  border-width: 0;
  color: #999999;
}
@media(max-width:480px) {

.ui-datepicker {
width: auto;
}
}

/*End Calendar*/

.tlf a {
color:#fff;
opacity: 0.8;

}
.tlf a:hover {
color:#80A5D3;

}
.table-blue {
background-color: #002771;
color: white;
}
.table-green {
background-color: #339642;
}
.table-grey {
background-color: #efefef;
}

.table-center {
 margin: auto auto;
 }
 
.title-bar {
    padding: 12px;
    background-color: #339642;
    margin-bottom: 20px;
    padding-left: 8px;
	color: white;
	border-radius: 3px;
}

}

/*Select*/
.select {
  position: relative;
  font-family: Lato, sans-serif;
}
.select span {
  display: block;
  padding-right: 20px;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.select span:after {
content: "";
    position: absolute;
    top: 20px;
    right: 10px;
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-color: transparent transparent #202020 #202020;
    transform: rotate(-45deg);
}
.select select {
    cursor: pointer;
    position: absolute;
    height: 100%;
    border: none;
    outline: none;
    top: 0;
    opacity: 0;
    font-size: 18px;
    padding: 2px;
    width: 100%;
	background-color: white;
  
}


/*End Select*/



/*Select*/
.desplegar {
  position: relative;
  font-family: Lato, sans-serif;
}
.desplegar span {
  display: block;
  padding-right: 20px;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.desplegar select {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  top: 0;
  opacity: 0;
}
/*End Select*/
/*MENU new*/




/*Form Search*/
.form-radio {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}

.form-radio li {
  float: left;
  padding: 1px 6px;
  margin-top: 2px;
}
.form-radio li .radio:checked ~ label {
  color: #25ab4b;
}
.form-radio li label {
  font-weight: 600;
}
.form-radio li label:after {
  background-color: #25ab4b;
}
@media (max-width:985px) {
.form-radio {
padding: 1px 14px;
}
}

.form-search .form-field {
  position: relative;
  font-size: 14px;
  font-family: Lato, sans-serif;
  color: #25ab4b;
  line-height: 29px;
}
.form-search .form-field label {
  position: absolute;
  display: block;
  z-index: 0;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  font-size: 14px;
  height: 29px;
  color: #bcbcbc;
  text-overflow: ellipsis;
  white-space: nowrap;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.form-search .form-field label.focus {
  display: none;
}
.form-search .form-field label span {
  color: #25ab4b;
  font-size: 16px;
}
.form-search .form-field .field-input {
  position: relative;
  z-index: 2;
  width: 100%;
  border: 0;
  outline: none;
  color: #101010;
  font-size: 14px;
  background-color: transparent;
  font-weight: 600;
  border-bottom: 1px dashed #4da981;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #101010;
  opacity: 1; /* Firefox */
}
.form-search .form-field .field-input:-moz-placeholder {
  color: #101010;
}
.form-search .form-field .field-input:-ms-input-placeholder {
  color: #101010;
}
.form-search .form-field .field-input::-webkit-input-placeholder {
  color: #101010;
}
.form-search .form-field.field-date .field-input {
  background: url('../images/svg/icon-calendar.svg') no-repeat right center;
  padding-right: 20px;
}

@media (max-width:985px) {

.form-search .form-field.field-date .field-input {
 font-size: 16px;
 letter-spacing: 0.5px;
}
}


.form-search .form-field.field-select .select span {
  color: #101010;
  font-weight: 600;
  border-bottom: 1px dashed #4da981;
  line-height: 48px;
}
@media (max-width:985px) {

.form-search .form-field.field-select .select span {
  color: #101010;
  font-weight: 600;
  border-bottom: 1px dashed #4da981;
  line-height: 48px;
  letter-spacing: 0.5px;

}
.select span:after {
	right: 26px;
}

}
.form-search .form-field.field-select .select span:after {
  font-size: 24px;
  color: #101010;
  font-weight: normal;
}
.form-search .form-field.field-select .select select {
  font-weight: 600;
  color: #101010;
}
.form-search .form-field.field-select .desplegar span {
  color: #101010;
  font-weight: 600;
  border-bottom: 1px dashed #4da981;
  line-height: 48px;
  font-size: 14px;

  
}

.form-search .form-field.field-select .desplegar span:after {
  font-size: 24px;
  color: #101010;
  font-weight: normal;
}
.form-search .form-field.field-select .desplegar select {
  font-weight: 600;
  color: #101010;
}
.text-label	{
	position: absolute;
	display:none;
	font-size: 12px; 
    top: -5px;
    color: #585858;
    font-weight: 400;
	animation: fadeInDown 500ms;
	}
@media (max-width:811px) {
.text-label {
	position: absolute;
	display:none;
	font-size: 14px; 
    top: -5px;
    color: #585858;
    font-weight: 400;
	animation: fadeIn 700ms;
}
}
/*End Form Search* /



/* Radio Check Style */
.radio-checkbox .radio {
  display: none;
}
.radio-checkbox .radio ~ label:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.radio-checkbox .radio ~ label:after {
  width: 8px;
  height: 8px;
  content: '';
  cursor: pointer;
  position: absolute;
  z-index: 1;
  left: 4px;
  background-color: #555;
  opacity: 0;
  visibility: hidden;
  top: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  transition: all .5s;
}
.radio-checkbox .radio:checked ~ label:after {
  opacity: 1;
  visibility: visible;
}
.radio-checkbox .checkbox {
  display: none;
}
.radio-checkbox .checkbox:checked ~ label:before {
  font-size: 13px;
  content: '\f00c';
  font-family: 'FontAwesome';
  text-align: center;
}
.radio-checkbox label {
  position: relative;
  line-height: 25px;
  font-family: Lato, sans-serif;
  color: #121212;
  font-weight: 600;
  padding-left: 14px;
  margin: 0;
  min-width: 16px;
  min-height: 21px;
  font-size: 10px;
}
@media (max-width:985px) {

.radio-checkbox label {
 font-size: 11px;
}
}
/* viñeta */
.bullet-standard{
 list-style:disc;
 padding-left: 20px;
 font-size: 1rem;

}
.bullet-standard > li:before{
 list-style:disc;
 padding-left: 20px;
 font-size: 1rem;

}


.bullet-auto{
 list-style:auto;
 padding-left: 20px;
 font-size: 1rem;
	
}
.bullet-standard_second{
 list-style:circle;
 padding-left: 20px;
 font-size: 1rem;
	
}
.bullet-standard_num_second{
 list-style:auto;
 padding-left: 20px;
 font-size: 1rem;
	
}

ul.bullet-title li {

    list-style-type: none;
    margin-bottom: 1rem;
    background: url(../images/svg/bullet-title.svg) no-repeat left top;
	background-position: left 7px;
    padding: 0px 0 3px 30px;
	background-size: 24px;
	font-size: 24px;
    font-weight: 600;
	color:#303030;
}
ul.bullet-title-other li {

    list-style-type: none;
    margin-bottom: 1rem;
    background: url(../images/svg/bullet-title.svg) no-repeat left top;
	background-position: left 7px;
    padding: 2px 0 3px 30px;
	background-size: 24px;
	font-size: 22px;
    font-weight: 600;
	color:#303030;
	


}
ul.bullet-sub-title li {

    list-style-type: none;
    margin-bottom: 1rem;
    background: url(../images/svg/bullet-sub-title.svg) no-repeat left top;
	background-position: left 6px;
    padding: 3px 0 3px 27px;
	background-size: 20px;
	font-size: 20px;
    font-weight: 600;
	color:#303030;


}
.sub-title {


    margin-bottom: 1rem;
	font-size: 20px;
    font-weight: 600;
	color:#303030;
    margin-left: 5px;


}
	
ul.bullet-checklist li {

    list-style-type: none;
    margin-bottom: 1rem;
    background: url(../images/svg/bullet-checklist.svg) no-repeat left top;
	background-position: left 6px;
    padding: 0px 0 3px 25px;
	background-size: 12px;
	font-size: 1rem;
    font-weight: 500;
	color:#303030;


}
ul.bullet-sub-title-col-8 li {

    list-style-type: none;
    margin-bottom: 1rem;
    background: url(../images/svg/bullet-sub-title.svg) no-repeat left top;
	background-position: left 4px;
    padding: 0px 0 3px 28px;
	background-size: 20px;
	font-size: 20px;
    font-weight: 600;


}
ul.bullet-note li {

    list-style-type: none;
    margin-bottom: -0.2rem;
	margin-top: 10px;
    background: url(../images/svg/note.svg) no-repeat left top;
    padding: 0px 0 3px 25px;
	background-size: 7%;
    font-size: 90%;
    font-weight: 400;
    color: #303030;
	line-height: 1.5;



}
ul.bullet-pasajeros li {

    list-style-type: none;
    margin-bottom: -0.05rem;
	margin-top: 10px;
    background: url(../images/svg/pasajeros.svg) no-repeat left top;
    padding: 2px 0 3px 25px;
	background-size: 12%;
    font-size: 15px;
    font-weight: 600;
    color: #303030;
	line-height: 1.5;



}
ul.bullet-message_infant li {

    list-style-type: none;
    margin-bottom: 0.2rem;
	margin-top: 10px;
    background: url(../images/svg/error.svg) no-repeat left top;
    padding: 0px 0 3px 25px;
	background-size: 7%;
	font-style: italic;
    font-size: 90%;
    font-weight: 400;
    color: #303030;
	line-height: 1.5;
}
.col-bullet-message_infant {
display: none;
background-color: rgb(233 140 165 / 19%);
border: 5%;
min-height: 3.5rem;
border-radius: 0.5rem;
margin-top: 5px;
}
@media (max-width: 480px){
.col-bullet-message_infant {
border-radius: 0;
}
}

ul.bullet-partida_n li {
    list-style-type: none;
    margin-bottom: 0.2rem;
	margin-top: 10px;
    background: url(../images/svg/info.svg) no-repeat left top;
    padding: 0px 0 3px 25px;
	background-size: 7%;
	font-style: italic;
    font-size: 90%;
    font-weight: 400;
    color: #303030;
	line-height: 1.5;
}
.col-bullet-partida_n {
display: none;
background-color: rgb(0 137 255 / 12%);
border: 5%;
min-height: 3.5rem;
border-radius: 0.5rem;
margin-top: 5px;
}
@media (max-width: 480px){
.col-bullet-partida_n {
border-radius: 0;
}
}


ul.bullet-message_age1 li {
    list-style-type: none;
    margin-bottom: 0.2rem;
	margin-top: 10px;
    background: url(../images/svg/info.svg) no-repeat left top;
    padding: 0px 0 3px 25px;
	background-size: 7%;
	font-style: italic;
    font-size: 90%;
    font-weight: 400;
    color: #303030;
	line-height: 1.5;
}
.col-bullet-message_age1 {
display: none;
background-color: rgb(0 137 255 / 12%);
border: 5%;
min-height: 3.5rem;
border-radius: 0.5rem;
margin-top: 5px;
}
@media (max-width: 480px){
.col-bullet-message_age1 {
border-radius: 0;
}
}



@media (max-width:480px) {

ul.bullet-title li {
list-style-type: none;
    margin-bottom: 1rem;
    background: url(../images/svg/bullet-title.svg) no-repeat left top;
    padding: 0px 0 3px 30px;
    background-size: 24px;
    font-size: 21px;
    font-weight: 600;
    background-position: left 2px;
}
ul.bullet-title-other li {
    list-style-type: none;
    margin-bottom: 1rem;
    background: url(../images/svg/bullet-title.svg) no-repeat left top;
    padding: 0px 0 3px 30px;
    background-size: 24px;
    font-size: 20px;
    font-weight: 600;
    background-position: left 4px;
}

ul.bullet-checklist li {
    list-style-type: none;
    margin-bottom: 1rem;
    background: url(../images/svg/bullet-checklist.svg) no-repeat left top;
	background-position: left 9px;
    padding: 3px 0 3px 25px;
	background-size: 12px;
	font-size: 1.2rem;
    font-weight: 500;
	color:#303030;
	
}	



ul.bullet-sub-title li {
	list-style-type: none;
    margin-bottom: 1rem;
    background: url(../images/svg/bullet-sub-title.svg) no-repeat left top;
    padding: 3px 0 3px 25px;
	background-size: 20px;
    font-size: 20px;
	font-weight: 600;
	background-position: left 4px;
}
.sub-title {

    margin-bottom: 1rem;
    font-size: 20px;
	font-weight: 600;

}


.bullet-standard {
 list-style:disc;
 padding-left: 20px;
 font-size: 1.2rem;
}


.bullet-auto {
 list-style:auto;
 padding-left: 20px;
 font-size: 1.2rem;
}


.bullet-standard_second {
 list-style:circle;
 padding-left: 20px;
 font-size: 1.2rem;
}
}
.separator {
border-top: 1px dashed #ccc;
padding-top: 15px;	
}
.image_equipaje-permitido {
width: 67px;

}
.content_equipaje-permitido {
  margin: 1rem;
  padding: 1rem;
  text-align: center;
}
.ico-menu-equipaje {
	
font-size:28px;

}
@media (max-width:500px) {
.ico-menu-equipaje {	
font-size:28px;
}
.question:hover{
  font-size: 1.27rem;
  font-weight: 600;
  padding: 20px 40px 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all ease-in-out .1s;
  box-shadow: rgb(0 0 0 / 30%) 0px 1px 8px 0px;
}	
}
@media (min-width:501px) {
.question:hover{
  font-size: 1.24rem;
  font-weight: 500;
  padding: 20px 40px 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
box-shadow: rgb(0 0 0 / 20%) 0px 2px 3px 0px;
 transition: all ease-in-out .2s;
}
}
.wrapper_cont {
  width: 100%;
  
}
.container_cont11 {
box-shadow:none;
}

.container_cont {
  background-color: white;
  color: #343e5b;

  margin: 5px 0;
}

.question {
  font-size: 1.2rem;
  font-weight: 500;
  padding: 20px 40px 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all ease-in-out .3s;
}

.question::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
  color: #339642;
}

.question.active::after {
  transform: rotate(45deg);

}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
}


@media screen and (max-width: 790px){
  html {
    font-size: 14px;
  }
  .wrapper_cont {
  width: 100%;
}
}


/****animation starts from here******/

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {

    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {

    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-duration: 1s;
}



.fade-in-bottom{

  transition-duration: 2s;
  transform: translateY(2rem);

  transition-delay:.2s;
}
@media(max-width:480px) {

.question {
 font-size: 1.2rem;
 font-weight: 600;
}

}

.active-font-question {

  color:#2a7a36;
  transition: all ease-in-out .3s;
  
  
}


/* video pop-up
 --------------------------------------------------------------------------------*/



:root {

    --thm-gray: #726f84;
    --thm-blue: #011f56c9;
    --thm-black-rgb: 51, 150, 66;
    --thm-base: #ffffff;
}
.tour-cta .pulses button.play-btn i {
    font-size: 28px;
    border: 3px solid #d60d45;
    height: 80px;
    width: 80px;
    line-height: 2.8;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #d60d45;
    transition: all ease-in-out .5s;
    padding-left: 5px;
}
.tour-cta-new .pulses button.play-btn i {
    font-size: 28px;
    border: 3px solid #d60d45;
    height: 80px;
    width: 80px;
    line-height: 2.8;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #d60d45;
    transition: all ease-in-out .5s;
    padding-left: 5px;
}
.tour-cta-new {
    background: url(../images/vuelo-bg2025.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-bottom: 0;
}
.tour-cta .video-thumbnail {
    position: relative;
    bottom: 0px;
    box-shadow: rgb(0 0 0 / 20%) 0px 1px 8px 0px;
    border: 8px solid #ffffff;
    overflow: hidden
}
.tour-cta-new .video-thumbnail {
    position: relative;
    bottom: 15px;
    /*box-shadow: 0 20px 20px -14px rgb(42 61 95 / 5%), 0 0 10px rgb(45 53 66 / 30%);*/
    /*border: 3px solid #ffffff;*/
    overflow: hidden
}
.tour-cta .pulses {
    font-size: 16px;
    transition: all ease-in-out .5s;
    position: absolute;
    right: 0;
    left: 50%;
    margin: 0 auto;
    top: 25%;
    animation: pulse 1.5s cubic-bezier(.66, .66, .88, 1.86) infinite
}
.tour-cta-new .pulses {
    font-size: 16px;
    transition: all ease-in-out .5s;
    position: absolute;
    right: 0;
    left: 50%;
    margin: 0 auto;
    top: 25%;
    animation: pulse 1.5s cubic-bezier(.66, .66, .88, 1.86) infinite
}


.tour-cta .pulses button.play-btn:before {
    content: "";
    border: 2px solid #fff;
    height: 90px;
    position: absolute;
    width: 90px;
    left: -5px;
    top: -5px;
    border-radius: 50%
}
.tour-cta-new .pulses button.play-btn:before {
    content: "";
    border: 2px solid #fff;
    height: 90px;
    position: absolute;
    width: 90px;
    left: -5px;
    top: -5px;
    border-radius: 50%
}

.tour-cta .pulses button.play-btn i {
    font-size: 28px;
    border: 3px solid #d60d45;
    height: 80px;
    width: 80px;
    line-height: 2.8;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #d60d45;
    transition: all ease-in-out .5s;
    padding-left: 5px
}
.tour-cta-new .pulses button.play-btn i {
    font-size: 28px;
    border: 3px solid #d60d45;
    height: 80px;
    width: 80px;
    line-height: 2.8;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #d60d45;
    transition: all ease-in-out .5s;
    padding-left: 5px
}

.welcome-one__video-btn {
    height: 90px;
    width: 90px;
    background-color: #dc3545;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    top: 40px;
    left: -40px;
    transition: all 500ms ease;
}

.welcome-one__video-btn:hover {
    background-color: var(--thm-blue);
    color: var(--thm-base);
}

.welcome-one__video-btn-icon .ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--thm-black-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--thm-black-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--thm-black-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.welcome-one__video-btn-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.welcome-one__video-btn-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.welcome-one__video-btn-icon .ripple:before,
.welcome-one__video-btn-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 125px;
    height: 125px;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--thm-black-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--thm-black-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--thm-black-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(15, 13, 29, 0);
    }

    100% {
        box-shadow: 0 0 0 40px rgba(15, 13, 29, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(15, 13, 29, 0);
    }

    100% {
        box-shadow: 0 0 0 40px rgba(15, 13, 29, 0);
    }
}




/* 05. Banner 
 --------------------------------------------------------------------------------*/
/* Banner */
.banner {
  padding-top: 50px;
  padding-bottom: 120px;
  position: relative;
} 
.banner .banner-slide {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
}
.banner-slide .owl-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.banner .banner-video {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
}
.banner-video-control {
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 1;
  color: #339642;
}
.banner-video-control span {
  cursor: pointer;
  font-size: 12px;
}
.banner.margin {
  margin-top: 84px;
  padding-top: 0;
  padding-bottom: 120px;
}
.banner-cn {
  position: relative;
  z-index: 1;
}
.banner.margin .tabs-cat {
  margin-top: 200px;
}
.banner .logo-banner {
  position: relative;
  z-index: 1;
}
.banner .logo-banner img {
  max-width: 100%;
}
.banner .category-singer,
.banner .tabs-cat {
  margin-top: 160px;
}
/* borde buscador */
.form-cn {
  background-color: rgba(255, 255, 255, 0.55);
  padding: 0px 10px 10px 10px;
  border-top: 5px solid #7494be;
  box-shadow: 0 8px 16px #00000026;
}
.form-cn h2 {
  margin: 0;
  color: #101010;
  font-size: 32px;
}
.form-cn .form-search {
  background-color: #fff;
      margin-top: -15px;

}
 @media (max-width:991px) {
	.form-cn .form-search {
    margin-top: 15px;
	}
	
  } 

  
.form-cn .form-search .form-field {
  float: left;
  padding: 1px 10px;
  border-right: 1px solid #e6e6e6;
  font-size: 14px;
    font-weight: 600;
}
@media (max-width:985px) {
.form-cn .form-search .form-field {
padding: 1px 25px;
}
}
.form-cn .form-search .form-field label {
  font-size: 14px;
  padding-right: 30px;
}
.form-cn .form-search .form-field label span {
  font-size: 18px;
}
.form-cn .form-search .form-field.field-date:after {
  right: 20px;
}
.form-cn .form-search .form-submit {
  float: left;
  padding: 12px 20px;
  margin-top: -8px;

}
.form-cn .form-search .form-submit .awe-btn {
  line-height: 42px;
  width: 100%;
  background-position: right 10px center;
  cursor: pointer;
}
@media (max-width:480px) {
.form-cn .form-search .form-submit {
    padding: 12px 25px;

}
}
/* Hotel Form */
.form-hotel .field-destination {
  width: 450px;
}
.form-hotel .field-date {
  width: 170px;
}
.form-hotel .field-select {
  width: 150px;
}
.form-hotel .form-submit {
  width: 170px;
}
/* Car Form */
.form-car .field-picking {
  width: 290px;
}
.form-car .field-droping {
  width: 290px;
}
.form-car .field-date {
  width: 180px;
}
.form-car .form-submit {
  width: 170px;
}
/*Cruise Form*/
.form-cruise .form-radio {
  margin-top: 15px;
}
.form-cruise .form-search {
  border-top: 1px solid #e6e6e6;
  margin-top: 0px;
}
.form-cruise .form-search .field-destination {
  width: 205px;
}
.form-cruise .form-search .field-lenght {
  width: 200px;
}
.form-cruise .form-search .field-month {
  width: 140px;
}
.form-cruise .form-search .field-port {
  width: 245px;
}
.form-cruise .form-search .field-line {
  width: 145px;
}
.form-cruise .form-search .form-submit {
  width: 165px;
}
/*Flight Form*/
.form-flight .field-from {
  width: 205px;
}
.form-flight .field-to {
  width: 190px;
}
.form-flight .field-date {
  width: 150px;
}
.form-flight .field-adult {
  width: 115px;
}
.form-flight .field-children {
  width: 130px;
}
.form-flight .form-submit {
      width: 210px;
}
/* Packge Form*/
.form-package .form-radio {
  margin-top: 15px;
}
.form-package .form-search {
  border-top: 1px solid #e6e6e6;
  margin-top: 0px;
}
.form-package .form-search .field-from {
  width: 205px;
}
.form-package .form-search .field-to {
  width: 190px;
}
.form-package .form-search .field-date {
  width: 150px;
}
.form-package .form-search .field-adults {
  width: 115px;
}
.form-package .form-search .field-children {
  width: 135px;
}
.form-package .form-search .form-submit {
  width: 165px;
}
/*Tour Form*/
.form-tour .field-region {
  width: 202px;
}
.form-tour .field-pasajeros {
  width: auto;
      min-width: 145px;
}
.form-tour .field-date {
  width: 135px;
}
.form-tour .field-country {
  width: 290px;
}
.form-tour .field-style {
  width: 290px;
}
.form-tour .form-submit {
  width: auto;
}
/*Tabs Cat*/
.tabs-cat {

  list-style: none;
  padding: 0;
  margin-bottom: 0;
  margin: 0em 0em -1em;
  
}
.tabs-cat .cate-item {
  position: relative;
  padding-bottom: 50px;
  height: 85px;
  overflow: hidden;
  background-color: #011f56;
}

.tabs-cat .cate-item:last-child:after {
  display: none;
}
.tabs-cat .cate-item.active:before,
.tabs-cat .cate-item:hover:before {
  bottom: 0;
}
.tabs-cat .cate-item:before {
  position: absolute;
  bottom: -17px;
  left: 50%;
  content: '';
  border: 17px solid transparent;
  border-bottom-color: #7494be;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tabs-cat .cate-item:after {
  width: 0;
  top: 0;
  bottom: 35px;
  border-left: 1px solid #fff;
  right: 0;
  position: absolute;
  content: '';
  display: block;
}
.tabs-cat .cate-item a {
  text-decoration: none;
  display: block;
}
.tabs-cat .cate-item span {
  color: #fff;
  display: block;
	font-size: 12px;
  margin-top: 5px;
 font-weight: 400;

}
.tabs-cat .cate-item img {
  margin-top: 5px;
}
.img1-buscador {
width: 26px;
height: 26px;
margin-top: 5px;

}
.img2-buscador {
width: 31px;
height: 31px;
margin-top: 5px;

}
.img3-buscador {
width: 29px;
height: 29px;
margin-top: 5px;

}

@media (max-width:767px) {
.img1-buscador {
margin-top: 15px;
}
.img2-buscador {
margin-top: 15px;
}
.img3-buscador {
margin-top: 15px;
}
}
.equipaje-exceso-image {
max-width: 450px;
height: auto; 
}
.equipaje-facturado-image {
max-width: 358px;
height: auto; 
margin:auto;
}
.pasajero-comunicacion-image {
max-width: 300px;
height: auto; 
margin: 20px auto;
}


.equipaje-de-mano-image {
max-width: 261px;
height: auto; 
margin:auto;
}
.itinenario-search {
max-width: 650px;
height: auto; 
margin:auto;
}
.image-slider-arrow {
max-width: 170px;
height: auto; 
margin:0;

}
.equipaje-mano-image {
max-width: 358px;
height: auto; 
}
.content-equipaje-image {
text-align:center;

}
.background-white{
background-color: white;
}
.text-center-banner-footer {
    text-align: center !important;
    margin-top: 100px;
    
}
@media (max-width:991px) {
.text-center-banner-footer {
    text-align: center !important;
    margin-top: 5px;
    margin-bottom: 50px;
}
.text-center-banner-footer h1 {
	font-size: 28px;
    font-weight: 600;
}
.pasajero-comunicacion-image {
max-width: 320px;
height: auto; 
margin: auto auto;
margin-top: 20px;
}
}
/*Tabs Cat Form*/
/* End Banner */

	
	
/* 02. ShortCode 
 --------------------------------------------------------------------------------*/
/*Button*/
.awe-btn {
  display: inline-block;
  font-family: Lato, sans-serif;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #dedede;
  color: #333333;
  font-weight: 400;
  position: relative;
  outline: none;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.awe-btn:hover,
.awe-btn:focus {
  text-decoration: none;
  outline: none;
}
.awe-btn.awe-btn-lager {
  line-height: 50px;
  font-size: 18px;
  padding-left: 35px;
  padding-right: 35px;
}
.awe-btn.awe-btn-medium {
  line-height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
}
.awe-btn.awe-btn-small {
  line-height: 35px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}
.awe-btn.arrow-right {
  padding-right: 60px;
  padding-left: 20px;
  background-position: right 20px center;
  background-image: url('../images/icon-arrow-blue.png');
}
.awe-btn.arrow-right:hover {
  background-position: right 10px center;
}
.awe-btn.arrow-right.arrow-white {
  background-image: url('../images/icon-arrow-white.png');
}
.awe-btn.arrow-right.arrow-white:hover {
  background-image: url('../images/icon-arrow-white.png');
}
.awe-btn.awe-search {
  background-color: #002771;
  color: #fff;
  border-color: #002771;
  padding-right: 40px;
  padding-left: 20px;
  background-position: right 10px center;
  background-image: url('../images/icon-search.png');
}
.awe-btn.awe-search:hover {
  background-color: #001640;
  color: #fff;
  border-color: #001640;
  padding-right: 40px;
  padding-left: 20px;
  background-position: right 10px center;
  background-image: url('../images/icon-search.png');
}
.awe-btn.arrow-left {
  padding-right: 20px;
  padding-left: 60px;
  background-position: left 20px center;
  background-image: url('../images/icon-arrow-left-blue.png');
}
.awe-btn.arrow-left:hover {
  background-position: left 10px center;
}
.awe-btn.arrow-left.arrow-white {
  background-image: url('../images/icon-arrow-left-white.png');
}
.awe-btn.awe-btn-1 {
  background-color: #59c45b;
  color: #fff;
  border-color: #4db74f;
}
.awe-btn.awe-btn-1:hover {
  background-color: #fff;
  color: #4db74f;
}
.awe-btn.awe-btn-2 {
  background-color: #59c45b;
  color: #fff;
  border-color: #4db74f;
}
.awe-btn.awe-btn-2:hover {
  background-color: #4db74f;
  border-color: #59c45b;
}
.awe-btn.awe-btn-3 {
  color: #333333;
  background-color: #fff;
}
.awe-btn.awe-btn-3:hover {
  color: #25ab4b;
  background-color: #fbfbfb;
}
.awe-btn.awe-btn-4 {
  color: #25ab4b;
  background-color: #fbfbfb;
}
.awe-btn.awe-btn-4:hover {
  background-color: #fff;
}
.awe-btn.awe-btn-5 {
  color: #333333;
  background-color: #fff;
  font-family: 'Lato';
  letter-spacing: 1px;
  font-weight: normal;
}
.awe-btn.awe-btn-5:hover {
  background-color: #fbfbfb;
  color: #25ab4b;
}
.awe-btn.awe-btn-5.awe-btn-lager {
  font-size: 14px;
}
.awe-btn.awe-btn-5.awe-btn-medium {
  font-size: 13px;
}
.awe-btn.awe-btn-5.awe-btn-small {
  font-size: 13px;
}
/*End Button*/
/*Chat*/
#custom_fc_button {
  width: 10%;
  position: fixed;
  right: -1px;
  bottom: -1px;
  z-index: 2;
}
#imageicon {
max-width: 140px;
height: auto; 
margin:auto;
}






.chatCloseButton {
position: fixed;
    right: 125px;
    width: 15px;
    height: 15px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    margin-top: -40px;
}
.help-chat-none {
display: none;
}

.preview-container.appear {
    -webkit-animation: appear .15s cubic-bezier(0.43, 0.43, 0.7, 0.7);
    animation: appear .15s cubic-bezier(0.43, 0.43, 0.7, 0.7);
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    display: block;
    transform-origin: bottom right;
	width: 150px;
    z-index: 100;
	right: 265px;
	border-radius: 6px;
    bottom: 85px;
}
.preview-container {
    bottom: 100%;
    display: none;
    position: absolute;
    top: unset;
    width: 100%;
}


.preview-container .preview-wrapper .scroll-shake-avoid {
    margin-left: 5px;
    width: 320px;
}
.preview-container .preview-wrapper .reply-options .reply-option-button {
background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 3px 1px rgb(27 19 19 / 20%);
    cursor: pointer;
    font-size: 14px;
    margin-top: -20px;
    padding: 9px 11px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: fixed;
    right: 130px;
	z-index: 2
}
.preview-container .reply-options {
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: flex-end;
    margin-top: 0;
	}



@media (min-width:903px) and (max-width:1153px) {
.preview-container .preview-wrapper .reply-options .reply-option-button {

    right: 80px;
}
.chatCloseButton {

    right: 80px;

}
}


@media (min-width:225px) and (max-width:902px) {
#imageicon {
min-width: 60px;
height: auto; 
margin: 0px -25px;
}
.pop-help-content{
display:none;
}

}
@media (min-width:1154px) and (max-width:1350px) {

.preview-container .preview-wrapper .reply-options .reply-option-button {

    right: 105px;
}
.chatCloseButton {

    right: 105px;

}
}
/*End Chat*/

/* 24. Responsive 
 --------------------------------------------------------------------------------*/


@media (max-width: 1199px) {
  /*Header*/
  .header.menu-active {
    -webkit-transform: translate(-270px, 0);
    -moz-transform: translate(-270px, 0);
    -ms-transform: translate(-270px, 0);
    -o-transform: translate(-270px, 0);
  }
  /* Banner */
  .banner {
    padding-bottom: 100px;
  }
  .banner.margin {
    padding-bottom: 100px;
  }
  .banner.margin .category-form {
    margin-top: 150px;
  }
  .banner .category-form {
    margin-top: 100px;
  }
  .banner .category-singer {
    margin-top: 100px;
  }
  /* Form Content */
  .form-cn {
    padding: 15px 20px 20px 20px;
  }
  .form-cn h2 {
    font-size: 22px;
  }
  .form-cn .form-radio li {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .form-cn .form-search .form-field {
    font-size: 14px;
  }
  .form-cn .form-search .form-field label {
    font-size: 14px;
  }
  .form-cn .form-search .form-field label span {
    font-size: 16px;
  }
  /* Form Hotel */
  .form-hotel .field-destination {
    width: 330px;
  }
  .form-hotel .field-date {
    width: 145px;
  }
  .form-hotel .field-select {
    width: 120px;
  }
  .form-hotel .form-submit {
    width: 160px;
  }
  /*Form Car */
  .form-car .field-picking,
  .form-car .field-droping {
    width: 205px;
  }
  .form-car .field-date {
    width: 165px;
  }
  .form-car .form-submit {
    width: 160px;
  }
  /*Form Cruise */
  .form-cruise .form-search {
    margin-top: 0;
  }
  .form-cruise .form-search .form-field {
    border: 0;
    padding: 5px 15px;
  }
  .form-cruise .form-search .field-destination {
    width: 100%;
  }
  .form-cruise .form-search .field-lenght,
  .form-cruise .form-search .field-month,
  .form-cruise .form-search .field-port,
  .form-cruise .form-search .field-line {
    width: 50%;
  }
  .form-cruise .form-search .form-submit {
    width: 160px;
    padding-top: 10px;
    padding-bottom: 15px;
  }
  /* Form Flight */
  .form-flight .form-search .form-field,
  .form-package .form-search .form-field {
    border: 0;
    padding: 5px 15px;
  }
  .form-flight .form-search .field-from,
  .form-package .form-search .field-from,
  .form-flight .form-search .field-to,
  .form-package .form-search .field-to,
  .form-flight .form-search .field-date,
  .form-package .form-search .field-date,
  .form-flight .form-search .field-select,
  .form-package .form-search .field-select {
    width: 50%;
  }
  .form-flight .form-search .form-submit,
  .form-package .form-search .form-submit {
    width: 160px;
    padding-top: 10px;
    padding-bottom: 15px;
  }
  /*Form Package*/
  .form-package .form-search {
    margin-top: 0;
  }
  /*Form Tour*/
  .form-tour .form-search .field-region {
   width: 150px;
  }
  .form-tour .form-search .field-country,
  .form-tour .form-search .field-style {
    width: 205px;
  }
  /* Home */
  .title-wrap {
    padding: 30px 0;
  }
  /* Sales Item */
  .sales-item .home-sales-text .home-sales-name-places .home-sales-name a {
    font-size: 22px;
  }
  /*Travel Magazine*/
  .magazine-item .magazine-header h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .magazine-thum {
    padding-left: 25px;
    padding-right: 25px;
    overflow: hidden;
  }
  .thumnail-item {
    width: 25%;
    float: left;
    background-image: none;
    padding-left: 5px;
    padding-right: 5px;
  }
  .thumnail-item figure {
    float: none;
  }
  .thumnail-item figure:after {
    display: none;
  }
  .thumnail-item figure img {
    width: 100%;
  }
  .thumnail-item .thumnail-text {
    display: block;
    padding: 5px 0 20px 0;
  }
  .thumnail-item .thumnail-text h4 {
    line-height: 20px;
    font-size: 16px;
  }
  .thumnail-item .thumnail-text span {
    font-size: 14px;
  }
  /* Confidence and Subscribe */
  /*Sidebar List*/
  .sidebar-cn .widget-sidebar,
  .sidebar-cn .search-sidebar,
  .sidebar-cn .search-result,
  .sidebar-cn .narrow-results {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sidebar-cn .search-result p {
    font-size: 13px;
  }
  .sidebar-cn .search-result p ins {
    font-size: 20px;
  }
  .sidebar-cn .search-result p span {
    font-size: 14px;
  }
  .sidebar-cn .search-sidebar .form-search .form-field {
    width: 100%;
    margin-top: 10px;
  }
  .sidebar-cn .search-sidebar .form-search .form-submit {
    margin-top: 15px;
  }
  .sidebar-cn .search-sidebar .form-search .form-submit .awe-btn {
    line-height: 40px;
  }
  .sidebar-cn .narrow-results h6 {
    font-size: 20px;
  }
  /*View As*/
  .view-by {
    display: none;
  }
  /*Hotel*/
  .hotel-list .hotel-list-cn .hotel-list-item {
    padding: 30px 20px;
  }
  .hotel-list-item .hotel-img {
    width: 280px;
  }
  .hotel-list-item .hotel-text {
    margin-left: 310px;
  }
  .hotel-list-item .hotel-text .hotel-name a {
    font-size: 28px;
    line-height: 28px;
  }
  .hotel-list-item .hotel-text .hotel-star-address .rating {
    display: none;
  }
  .hotel-list-item .hotel-text .hotel-star-address .hotel-address {
    display: block;
  }
  .hotel-list-item .hotel-text p {
    margin-top: 5px;
  }
  .hotel-list-item .hotel-text .hr,
  .hotel-list-item .hotel-text .hotel-service {
    display: none;
  }
  .hotel-list-item .hotel-text .price-box {
    margin-top: 5px;
    float: none;
  }
  .hotel-list-item .hotel-text .price-box .price.special-price {
    font-size: 25px;
  }
  .room-detail .featured-service .service-list li{
    width: 50%;
  }
  /*Cruise*/
  .cruise-page:before {
    display: none;
  }
  .cruise-page .sidebar-cn {
    margin-top: 30px;
  }
  .cruise-page .sidebar-cn .search-sidebar .form-search .field-select {
    width: 50%;
  }
  /*Tour*/
  .tour-list-cn .cruise-item .cruise-text .cruise-name a {
    font-size: 24px;
  }
  /*Package Deal*/
  .package-list-cn .package-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .package-item .package-img {
    margin-right: 20px;
  }
  .package-item .package-text {
    padding-right: 160px;
  }
  .package-item .package-text p {
    margin-top: 5px;
  }
  .package-item .package-text .price-box .price.together {
    margin-top: 5px;
  }
  .package-item .package-text .price-box .price.together ins {
    font-size: 24px;
  }
  /* Car */
  .cruise-deal-item .cruise-text .cruise-name a {
    font-size: 26px;
  }
  .cruise-deal-item .cruise-text .price-box .price.special-price {
    font-size: 26px;
  }
  .top-list-car {
    padding-left: 20px;
    padding-right: 20px;
  }
  .car-list-cn {
    padding-left: 20px;
    padding-right: 20px;
  }
  .car-list-cn .car-list-table tr th:first-child::before,
  .car-list-cn .car-list-table tr td:first-child::before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 1px;
    background: url('../images/bg-border-h.png') repeat-y top left;
  }
  /*Flight*/
  .flight-deal-item .flight-text {
    padding-top: 15px;
  }
  .flight-deal-item .flight-text .flight-name a {
    font-size: 26px;
  }
  .flight-deal-item .flight-text .flight-price .price {
    font-size: 26px;
  }
  .flight-list {
    padding-left: 20px;
    padding-right: 20px;
  }
  .flight-statis p ins {
    font-size: 14px;
  }
  .chart .chart-bar .chart-nav span.nav-prev {
    left: -10px;
  }
  .chart .chart-bar .chart-nav span.nav-next {
    right: -10px;
  }
  /*Detail*/
  /* Header */
  .head-detail h1 {
    font-size: 28px;
  }
  .head-detail .price-book span {
    font-size: 28px;
  }
  .detail-cn > .row > [class*="col-"]:last-child {
    border-width: 0;
    padding-left: 30px;
  }
  /* Footer */
  .detail-footer-cn .price-book span {
    font-size: 28px;
  }
  /* Sidebar */
  .detail-sidebar .hight-light h2 {
    text-align: left;
    text-indent: 20px;
    line-height: 70px;
    font-size: 30px;
  }
  .detail-sidebar .hight-light .hr {
    display: none;
  }
  .detail-sidebar .scroll-heading {
    width: 100%;
    position: static !important;
  }
  .detail-sidebar .scroll-heading h2 {
    line-height: 34px;
    font-size: 24px;
  }
  .detail-sidebar .scroll-heading .hr {
    margin-top: 10px;
  }
  .detail-sidebar .scroll-heading a {
    display: none;
  }
  /*Hotel Detail*/
  .hotel-content:after {
    content: none;
  }
  .hotel-content .hl-customer-like {
    margin-top: 20px;
  }
  .hotel-content .hl-customer-like h2 {
    line-height: 70px;
  }
  .hotel-content .hl-customer-like .form-search {
    margin-top: 25px;
  }
  .check-rates .detail-sidebar .scroll-heading {
    padding-top: 30px;
  }
  .check-rates-form h3 {
    font-size: 22px;
  }
  .check-rates-form .form-search .form-field {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 17px;
  }
  .check-rates-form .form-search .form-field.field-date {
    width: 255px;
  }
  .check-rates-form .form-search .form-field.field-select {
    width: 200px;
  }
  .check-rates-form .form-search .form-submit {
    width: 168px;
    padding-top: 7px;
    padding-bottom: 6px;
  }
  .hl-features {
    border-top: 1px solid #e9e9e9;
  }
  .hl-features .detail-sidebar .scroll-heading {
    padding-top: 30px;
  }
  .hl-features .hl-features-cn {
    padding-top: 0;
  }
  .hl-features .featured-service h3 {
    padding-bottom: 22px;
    font-size: 22px;
  }
  .details-policies {
    border-top: 1px solid #e9e9e9;
  }
  .details-policies .detail-sidebar .scroll-heading {
    padding-top: 30px;
  }
  .details-policies .details-policies-cn {
    padding-top: 0px;
  }
  .details-policies .details-policies-cn .policies-item {
    margin-top: 35px;
  }
  .details-policies .details-policies-cn .policies-item h3 {
    padding-bottom: 20px;
    font-size: 22px;
  }
  .review-vote {
    margin-top: 20px;
  }
  .review-vote h3 {
    font-size: 32px;
  }
  .review-vote .vote-score {
    font-size: 40px;
  }
  .review-vote p span {
    font-size: 32px;
  }
  .review-detail {
    border-top: 1px solid #e9e9e9;
  }
  .review-detail .detail-sidebar .scroll-heading {
    padding-top: 30px;
  }
  .review-detail .review-detail-cn {
    padding-top: 40px;
  }
  .review-detail .review-tabs .tabs-head li a {
    font-size: 22px;
  }
  /*Tour Detail*/
  .title-detail {
    font-size: 22px;
  }
  .tour-description .tour-overview-cn {
    padding-top: 30px;
  }
  .tour-description .title-detail {
    padding-bottom: 20px;
  }
  .accomodation,
  .optional-acitivites,
  .tour-meals,
  .tour-necessary,
  .date-availability,
  .cabin-type,
  .cabin-number,
  .cruise-overview {
    border-top: 1px solid #e9e9e9;
  }
  .accomodation .detail-sidebar .scroll-heading,
  .optional-acitivites .detail-sidebar .scroll-heading,
  .tour-meals .detail-sidebar .scroll-heading,
  .tour-necessary .detail-sidebar .scroll-heading,
  .date-availability .detail-sidebar .scroll-heading,
  .cabin-type .detail-sidebar .scroll-heading,
  .cabin-number .detail-sidebar .scroll-heading,
  .cruise-overview .detail-sidebar .scroll-heading {
    padding-top: 30px;
  }
  .tour-overview .tour-overview-cn {
    padding-top: 40px;
  }
  .optional-acitivites {
    margin-top: 10px;
  }
  .optional-acitivites .optional-acitivites-cn {
    padding-top: 40px;
  }
  .accomodation .accomodation-cn {
    padding-top: 40px;
  }
  .tour-meals .tour-meals-cn {
    padding-top: 45px;
  }
  .tour-necessary .tour-necessary-cn {
    padding-top: 40px;
  }
  .tour-detail-footer {
    border-top: 1px solid #e9e9e9;
  }
  /*Cruise Detail*/
  .cruise-itinerary .row .detail-sidebar {
    padding-right: 30px;
  }
  .cruise-itinerary {
    padding-top: 10px;
  }
  .cruise-itinerary .detail-sidebar .title-detail:after {
    right: 0;
  }
  .cruise-itinerary .detail-sidebar #itinerary-maps {
    display: none;
  }
  .cruise-itinerary .cruise-itinerary-cn {
    margin-top: 30px;
  }
  .date-availability {
    margin-top: 15px;
  }
  .date-availability .date-availability-cn {
    padding-top: 40px;
  }
  .cabin-type .cabin-type-cn {
    padding-top: 40px;
  }
  .cabin-number .cabin-number-cn {
    padding-top: 40px;
  }
  .cruise-overview {
    margin-top: 30px;
  }
  .cruise-overview .cruise-overview-cn {
    padding-top: 10px;
  }
  .cruise-overview .cruise-overview-cn .cruise-overview-item {
    margin-top: 30px;
  }
  .cruise-overview .cruise-overview-cn .cruise-overview-item .title-detail {
    padding-bottom: 20px;
  }
  .cruise-detail-footer {
    border-top: 1px solid #e9e9e9;
  }
  /* Payment */
  .step .payment-step li p {
    font-size: 14px;
  }
  .step .payment-step li span {
    font-size: 26px;
  }
  .payment-room .payment-info h2 {
    font-size: 30px;
  }
  .payment-room .payment-price {
    margin-top: 20px;
  }
  .payment-form h2 {
    font-size: 22px;
  }
  .payment-form .cart-number,
  .payment-form .card-holder,
  .payment-form .expiry-date,
  .payment-form .cvc-code {
    margin-top: 10px;
  }
  /* Element */
  .element-sc .element-cn .element-btn li {
    width: 25%;
  }
}
@media (max-width: 991px) {
  /* Banner */
  .banner {
    padding-bottom: 70px;
  }
  .banner.margin {
    padding-bottom: 70px;
  }
  .banner.margin .tabs-cat {
    margin-top: 100px;
  }
  .banner .category-singer {
    margin-top: 70px;
  }
  .category-singer p {
    font-size: 20px;
  }
  .category-singer p span {
    font-size: 42px;
  }
  .form-cn .form-search .form-submit .awe-btn {
    line-height: 35px;
   
  }
  /* Form Hotel */
  .form-hotel .form-search .form-field {
    padding: 5px 15px;
    border: 0;
  }
  .form-hotel .form-search .field-destination {
    width: 100%;
  }
  .form-hotel .form-search .field-date {
    width: 50%;
  }
  .form-hotel .form-search .field-select {
    width: 100%;
  }
  /*Form Car */
  .form-car .form-search .form-field {
    border: 0;
    padding: 5px 15px;
  }
  .form-car .form-search .field-picking,
  .form-car .form-search .field-droping {
    width: 100%;
  }
  .form-car .form-search .field-date {
    width: 50%;
  }
  .form-car .form-search .form-submit {
    width: 160px;
    padding-top: 10px;
    padding-bottom: 15px;
  }
  /*Form Tour*/
  .form-tour .form-search .form-field {
    border: 0;
    padding-top: 5px;
    padding-bottom: 5px;
	width: 100%;
  }
  .form-tour .form-search .field-country,
  .form-tour .form-search .field-style,
  .form-tour .form-search .field-region {
    width: 50%;
  }
  .form-tour .form-search .form-submit {
    clear: both;
    float: none;
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .form-tour .form-search .form-submit .awe-btn {
    line-height: 40px;
  }
  /* Home */
  .title-wrap .travel-title h2 {
    line-height: 25px;
    font-size: 22px;
  }
  .title-wrap .travel-title {
    float: none !important;
  }
  .title-wrap .awe-btn {
    float: none;
    margin-top: 10px;
  }
  /* Sales Item */
  .sales-item .home-sales-text {
    min-height: 210px;
  }
  .sales-item .home-sales-text .hr {
    margin-top: 15px;
  }
  .sales-item .home-sales-text .price-box {
    margin-top: 20px;
  }
  /*Destinations*/
  .destinations-cn .destinations-grid {
    margin-top: 20px;
  }
  .destinations-cn .intro-filter {
    padding-top: 20px;
  }
  .destinations-cn .intro-filter .intro p {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .destinations-cn .intro-filter .intro p span {
    font-size: 24px;
  }
  .destinations-cn .intro-filter .filter {
    margin-top: 15px;
  }
  .destinations-cn .intro-filter .filter li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .destinations-item .destinations-text {
    height: 90px;
  }
  .destinations-item .destinations-text .destinations-name a {
    font-size: 22px;
  }
  /*Travel Magazine*/
  .magazine-item .magazine-header h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .magazine-item .magazine-header ul {
    margin: 5px 0 0 0;
  }
  .magazine-item .magazine-header ul li {
    font-size: 15px;
  }
  .magazine-item .magazine-header .hr {
    margin-top: 15px;
  }
  .thumnail-item figure:before {
    border-width: 3px;
  }
  .thumnail-item .thumnail-text h4 {
    font-size: 15px;
  }
  /* Confidence and Subscribe */
  .confidence-subscribe .cs-sb-cn:before {
    display: none;
  }
  .confidence-subscribe .cs-sb-cn [class*="col-"]:last-child {
    background-color: #fff;
  }
  .confidence-subscribe.no-bg .subscribe {
    padding-left: 0;
    padding-right: 0;
  }
  .confidence {
    padding-left: 0;
    padding-right: 0;
  }
  .subscribe {
    padding-left: 20px;
  }
  .subscribe .subscribe-form {
    width: 60%;
    margin-top: 15px;
  }
  .subscribe .follow-us {
    margin-top: 30px;
  }
  /*Sidebar*/
  .main-cn:before {
    display: none;
  }
  .sidebar-cn {
    margin-top: 30px;
  }
  .sidebar-cn .search-sidebar .form-search .form-field.field-date,
  .sidebar-cn .search-sidebar .form-search .form-field.field-select {
    float: left;
    width: 50%;
  }
  .sidebar-cn .search-sidebar .form-search .form-submit {
    width: 100%;
    float: left;
  }
  /* Car */
  .cruise-deal-item .cruise-text {
    padding: 15px 20px 20px 20px;
  }
  .cruise-deal-item .cruise-text .cruise-name a {
    font-size: 22px;
  }
  .cruise-deal-item .cruise-text .hr {
    margin-top: 15px;
  }
  .cruise-deal-item .cruise-text .price-box .price.special-price {
    font-size: 24px;
  }
  .car-list-cn {
    padding-bottom: 30px;
  }
  /*Flight*/
  .flight-deal-item .flight-text {
    padding: 15px 20px 20px 20px;
  }
  .flight-deal-item .flight-text .flight-name a {
    font-size: 22px;
  }
  .flight-deal-item .flight-text .flight-price {
    line-height: 24px;
  }
  .flight-deal-item .flight-text .flight-price .price {
    font-size: 24px;
  }
  .calendar-charts .chart-scale {
    display: none;
  }
  /*Hotel*/
  .hotel-item .hotel-text {
    min-height: 210px;
    padding: 15px 20px 20px 20px;
  }
  .hotel-item .hotel-text .hotel-name {
    min-height: 55px;
  }
  .hotel-item .hotel-text .hotel-name a {
    font-size: 22px;
  }
  .hotel-item .hotel-text .hr {
    margin-top: 10px;
  }
  .hotel-item .hotel-text .price-box {
    margin-top: 20px;
    line-height: 26px;
  }
  .hotel-item .hotel-text .price-box .price.special-price {
    font-size: 24px;
  }
  .hotel-maps .sidebar-cn {
    display: none;
  }
  .hl-maps-cn {
    height: 750px;
  }
  .maps-item{
    width: 400px;
  }
  .maps-item .maps-image {
    display: none;
  }
  .maps-item .maps-image img {
    width: 100%;
  }
  .maps-item .maps-text {
    clear: both;
    width: 100%;
    margin: 0;
  }
  /*Package Deal*/
  .package-list .package-step {
    padding-bottom: 15px;
  }
  .package-list .package-step li {
    margin-top: 20px;
  }
  .package-list .package-step li p {
    font-size: 20px;
  }
  .package-item .package-text .package-name a {
    font-size: 24px;
    line-height: 24px;
  }
  .package-item .package-text .package-rating {
    font-size: 14px;
  }
  .package-item .package-text .package-rating ins {
    font-size: 18px;
  }
  .package-item .package-text .price-box .price {
    line-height: 24px;
  }
  .package-item .package-text .price-box .price.together ins {
    font-size: 20px;
  }
  /*Cruise*/
  .cruise-list-cn .cruise-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  /*Blog*/
  .post-cn .post {
    padding-bottom: 30px;
  }
  .post .post-text h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .post-single .title-post-head {
    font-size: 30px;
    line-height: 36px;
  }
  .post-single .post-media {
    margin-top: 20px;
  }
  .post-single .post-content .title-single-content {
    font-size: 26px;
  }
  .post-single .author-about {
    margin-top: 40px;
  }
  .post-single .author-about h4 {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .post-single .author-about .image {
    width: 125px;
    margin-right: 25px;
  }
  .post-single .author-about .author-info h5 {
    font-size: 16px;
  }
  .post-single .author-about .author-info p {
    margin-top: 10px;
    line-height: 24px;
  }
  #comments {
    margin-top: 50px;
  }
  #comments .title-comment {
    font-size: 22px;
  }
  .leave-comment {
    margin-top: 50px;
  }
  .leave-comment .reply-title {
    font-size: 22px;
  }
  /*PageNavigation*/
  .hotel-list .page-navigation-cn {
    padding-left: 20px;
    padding-right: 20px;
  }
  /*About*/
  .about-cn {
    padding-left: 20px;
    padding-right: 20px;
  }
  .about-cn .about-searved {
    display: none;
  }
  .about-cn .about-text h1 {
    font-size: 26px;
  }
  .about-cn .about-text .about-description {
    margin-top: 15px;
  }
  .team {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    padding-top: 30px;
  }
  /*Contact*/
  .contact-maps {
    height: 640px;
  }
  /*Detail*/
  /* Header */
  .head-detail h1 {
    font-size: 24px;
  }
  .head-detail .price-book span {
    font-size: 20px;
  }
  /*Sidebar*/
  .detail-sidebar .hight-light h2 {
    font-size: 26px;
    line-height: 50px;
  }
  .detail-sidebar .hight-light .hr {
    display: block;
  }
  .detail-sidebar .scroll-heading h2 {
    font-size: 22px;
  }
  /* Slide */
  .detail-slider .slide-room-sm {
    position: static;
    padding: 0 45px;
  }
  /* Hotel */
  .hotel-content .hl-customer-like {
    margin-top: 10px;
  }
  .hotel-content .hl-customer-like h2 {
    line-height: 60px;
    font-size: 20px;
  }
  .check-rates .check-rates-cn {
    padding-top: 35px;
  }
  .check-rates-form h3 {
    font-size: 22px;
  }
  .check-rates-form .form-search .form-field.field-date {
    width: 195px;
  }
  .check-rates-form .form-search .form-field.field-select {
    width: 135px;
  }
  .check-rates-form .form-search .form-submit {
    width: 133px;
  }
  .hl-availability .table-availability .avai-td-price .price {
    font-size: 20px;
  }
  .hl-features .featured-service h3 {
    font-size: 20px;
  }
  .details-policies .details-policies-cn .policies-item h3 {
    font-size: 20px;
  }
  .review-detail .review-tabs .tabs-head li a {
    font-size: 20px;
  }
  .review-st .row {
    margin-bottom: 0;
  }
  .review-st .row-rule {
    display: none;
  }
  .review-vote {
    margin-top: 60px;
  }
  .review-vote h3 {
    font-size: 30px;
  }
  .review-vote .vote-score {
    font-size: 36px;
  }
  .review-vote p span {
    font-size: 30px;
  }
  .review-item .review-number ins {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
  }
  /*Tour Detail*/
  .title-detail {
    font-size: 20px;
  }
  .tour-overview .tour-overview-cn {
    padding-top: 30px;
  }
  .tour-itinerary {
    margin-top: 25px;
  }
  .tour-itinerary .accordion {
    margin-top: 20px;
  }
  .optional-acitivites {
    margin-top: 10px;
  }
  .optional-acitivites .optional-acitivites-cn {
    padding-top: 30px;
  }
  .accomodation .accomodation-cn {
    padding-top: 30px;
  }
  .tour-meals .tour-meals-cn {
    padding-top: 30px;
  }
  .tour-necessary .tour-necessary-cn {
    padding-top: 30px;
  }
  /*Cruise Detail*/
  .cruise-itinerary .cruise-itinerary-cn {
    margin-top: 20px;
  }
  .date-availability .date-availability-cn {
    padding-top: 30px;
  }
  .date-availability .date-availability-cn .tabs-availability li a {
    font-size: 15px;
    padding: 0px 10px;
  }
  .cabin-type .cabin-type-cn {
    padding-top: 30px;
  }
  .cabin-number .cabin-number-cn {
    padding-top: 30px;
  }
  .cabin-number .cabin-number-cn .desk-img {
    display: none;
  }
  .balcony-desk .caption-desk {
    font-size: 16px;
  }
  .balcony-desk .ul-desk {
    overflow: hidden;
  }
  .balcony-desk .ul-desk li {
    width: 25%;
    float: left;
  }
  .stateroom-available {
    background-image: none;
    padding-right: 0px;
  }
  .stateroom-available .stateroom-img {
    display: none;
  }
  .cruise-overview {
    margin-top: 20px;
  }
  /*End Detail*/
  /* Payment */
  .step .payment-step li p {
    font-size: 14px;
  }
  .step .payment-step li span {
    font-size: 26px;
  }
  .payment-room .payment-info h2 {
    font-size: 26px;
  }
  .payment-room .payment-price figure {
    width: 200px;
  }
  .payment-room .payment-price .total-trip {
    padding: 10px 20px;
    margin-left: 200px;
  }
  .payment-form .form:before {
    content: none;
  }
  .payment-form h2 {
    font-size: 22px;
  }
  .payment-form ul li {
    width: 33.33333%;
  }
  .payment-form .cart-number,
  .payment-form .card-holder,
  .payment-form .expiry-date,
  .payment-form .cvc-code {
    margin-top: 20px;
  }
  .payment-form .submit {
    background-image: none;
    padding-top: 0;
  }
  .payment-form .submit .awe-btn {
    margin-top: 10px;
  }
  /* Element */
  .element-sc .element-cn .element-btn li {
    width: 33.33333%;
  }
  /* User Profile */
  .user-signup:after {
    content: none;
  }
  .user-form > .row > [class*="col-"]:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* Footer */
  footer .logo-foter {
    text-align: center;
    margin-top: 35px;
  }
  footer .ul-ft {
    margin-top: 35px;
  }
  footer .currency-lang-bottom {
    margin-top: 45px;
  }
}
@media (max-width: 991px) {
.footer-upper {
	display:none;
	}

	}
@media (min-width: 992px) {
.footer-social-device {
	display:none;
	}
	}
@media (max-width: 767px) {
  .table {
    max-width: inherit;
  }
  /*Header
  .header {
    height: 70px;
  }*/

  .header .header-cn .logo {
    height: 70px;
  }
  .header .logo img {
    height: 60px
  }
  .header-2 {
    padding-left: 15px;
    padding-right: 15px;
    height: 70px;
  }
  .header-2 .logo {
    height: 70px;
  }
  .header-2 .logo img {
    height: 65px;
  }
  .bars {
    right: 15px;
  }
  /*Navigation*/
  .nav.nav-c ul li {
    font-size: 20px;
  }
  /* Form Content */
  .form-cn h2 {
    font-size: 18px;
  }
  .form-cn .form-radio li {
    width: 50%;
    padding-top: 1px;
    padding-bottom: 1px;
  }
  /*Banner*/
  .banner {
    padding-bottom: 50px;
  }
  .banner.margin {
    padding-bottom: 50px;
    margin-top: 70px;
  }
  .banner.margin .tabs-cat {
    margin-top: 50px;
  }
  .banner .tabs-cat {
    margin-top: 60px;
  }
  .banner .category-singer {
    margin-top: 50px;
  }
  .banner .logo-banner img {
    width: 250px;
  }
  .sub-banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .category-singer:before {
    left: 55px;
  }
  .category-singer .cate-singer-icon {
    width: 150px;
  }
  .category-singer p {
    font-size: 18px;
  }
  .category-singer p span {
    font-size: 32px;
  }
  /*Category Form*/
  .tabs-cat {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
  }
  .tabs-cat .cate-item {
    height: 60px;
    float: left;
    padding: 0px 5px 5px 5px;
    text-align: center;
    width: 33.2%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
  }
  .tabs-cat .cate-item:after,
  .tabs-cat .cate-item:before {
    content: none;
  }
  .tabs-cat .cate-item a {
    line-height: 50px;
  }
  .tabs-cat .cate-item a img {
    margin-top: 0;
    max-width: 100%;
  }
  .tabs-cat .cate-item span {
    display: none;
  }
  .tabs-cat .cate-item.active,
  .tabs-cat .cate-item:hover {
    background-color: #2a7a36;
  }
  /* Form Hotel */
  .form-hotel .form-search .form-field {
    border: 0;
  }
  .form-hotel .form-search .field-date {
    width: 50%;
  }
  .form-hotel .form-search .field-select {
    width: 50%;
  }
  .form-hotel .form-search .form-submit {
    width: 100%;
  }
  .form-hotel .form-search .form-submit .awe-btn {
    width: initial;
    line-height: 38px;
    padding-right: 40px;
  }
  /*Form Car */
  .form-car .form-search .form-submit .awe-btn {
    line-height: 38px;
  }
  /* Form Flight */
  .form-flight .form-search .field-from,
  .form-package .form-search .field-from,
  .form-flight .form-search .field-to,
  .form-package .form-search .field-to {
    width: 100%;
  }
  .form-flight .form-search .form-submit .awe-btn,
  .form-package .form-search .form-submit .awe-btn {
    line-height: 38px;
  }
  /*Form Tour*/
  .form-tour .form-search .field-country,
  .form-tour .form-search .field-style,
  .form-tour .form-search .field-region {
    width: 100%;
  }
  .form-tour .form-search .form-submit .awe-btn {
    line-height: 38px;
  }
  /* Home */
  .title-wrap .travel-title h2 {
    line-height: 25px;
    font-size: 20px;
  }
  /* Sales Item */
  .sales-item .home-sales-text {
    min-height: 210px;
  }
  .sales-item .home-sales-text .home-sales-name-places .home-sales-places {
    font-size: 14px;
  }
  .sales-item .home-sales-text .price-box {
    margin-top: 15px;
  }
  .sales-item .home-sales-text .price-box .price {
    font-size: 13px;
  }
  .sales-item .home-sales-text .price-box .price.special-price {
    font-size: 24px;
  }
  .sales-item .home-sales-text .price-box .price.special-price small {
    font-size: 13px;
  }
  /*Destinations*/
  .destinations-grid {
    margin-top: 15px;
  }
  .destinations-item .destinations-text {
    height: 80px;
  }
  .destinations-item .destinations-text .destinations-name a {
    font-size: 20px;
  }
  .destinations-item .destinations-text .properties-nb {
    font-size: 13px;
  }
  /*Travel Magazine*/
  .magazine-item .magazine-header h2 {
    font-size: 24px;
  }
  .magazine-item .magazine-header ul li {
    font-size: 14px;
  }
  .magazine-item .magazine-header .hr {
    margin-top: 10px;
  }
  .magazine-item .magazine-body {
    margin-top: 10px;
  }
  .magazine-item .magazine-footer .awe-btn {
    padding-left: 15px;
    padding-right: 50px;
    line-height: 40px;
    font-size: 13px;
  }
  .thumnail-item figure:before {
    border-width: 3px;
  }
  .thumnail-item .thumnail-text h4 {
    font-size: 15px;
  }
  /* Confidence and Subscribe */
  .confidence h3 {
    font-size: 20px;
  }
  .confidence ul li {
    padding-bottom: 20px;
  }
  .confidence ul li h5 {
    font-size: 16px;
  }
  .subscribe h3 {
    font-size: 20px;
  }
  .subscribe .subscribe-form {
    width: 75%;
  }
  .subscribe .follow-us h4 {
    font-size: 20px;
  }
  /*Main*/
  .main {
    margin-top: 0;
    background-color: #fff;
  }
  .breakcrumb-sc {
    padding-left: 0;
    padding-right: 0;
  }
  .hotel-page > .row,
  .package-page > .row,
  .cruise-page > .row,
  .car-page > .row,
  .tour-page > .row,
  .flight-page > .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .hotel-page > .row > [class*="col-"],
  .package-page > .row > [class*="col-"],
  .cruise-page > .row > [class*="col-"],
  .car-page > .row > [class*="col-"],
  .tour-page > .row > [class*="col-"],
  .flight-page > .row > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .post-content {
    padding-bottom: 0;
  }
  .post-content > .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .post-content > .row > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sidebar-cn .widget-sidebar,
  .sidebar-cn .search-sidebar,
  .sidebar-cn .narrow-results {
    padding-left: 0px;
    padding-right: 0px;
  }
  /*Hotel*/
  .hotel-list {
    padding-top: 30px;
  }
  .hotel-list .hotel-list-cn .hotel-list-item {
    padding-left: 0;
    padding-right: 0;
  }
  .hotel-list .hotel-list-cn .hotel-list-item:first-child {
    padding-top: 0;
  }
  .hotel-list .hotel-list-cn .hotel-list-item:first-child:after {
    display: none;
  }
  .hotel-list-item .hotel-img {
    width: 100%;
    float: none;
    margin: 0;
  }
  .hotel-list-item .hotel-text {
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }
  .hotel-list-item .hotel-text .hotel-name a {
    font-size: 28px;
    line-height: 28px;
  }
  .hotel-list-item .hotel-text .hotel-star-address .rating {
    display: block;
  }
  .hotel-list-item .hotel-text .hotel-star-address .hotel-address {
    display: inline-block;
  }
  .hotel-list-item .hotel-text .hr,
  .hotel-list-item .hotel-text .hotel-service {
    display: block;
  }
  .hotel-list-item .hotel-text .price-box {
    margin-top: 20px;
    float: left;
  }
  .hotel-list-item .hotel-text .price-box .price.special-price {
    font-size: 25px;
  }
  .hl-maps-cn {
    padding: 0;
    margin-top: 15px;
    padding-bottom: 15px;
    height: 650px;
  }
  .hotel-detail-map {
    margin-top: 30px;
  }
  .room-detail .featured-service h2 {
    font-size: 18px;
  }
  .head-detail .see-other-room {
    display: none;
  }
  .head-detail.bg-gray {
    background-color: transparent
  }
  /* Car */
  .car-list-cn {
    padding-left: 0;
    padding-right: 0;
  }
  .cruise-deal-item .cruise-text {
    padding: 10px 20px 20px 20px;
  }
  .cruise-deal-item .cruise-text .cruise-name a {
    font-size: 20px;
  }
  .cruise-deal-item .cruise-text .cruise-night {
    font-size: 13px;
  }
  .cruise-deal-item .cruise-text .hr {
    margin-top: 10px;
  }
  .cruise-deal-item .cruise-text .price-box {
    line-height: 24px;
  }
  .cruise-deal-item .cruise-text .price-box .price {
    font-size: 13px;
  }
  .cruise-deal-item .cruise-text .price-box .price.special-price {
    font-size: 20px;
  }
  .top-list-car {
    padding-left: 0;
    padding-right: 0;
  }
  .top-list-car span {
    display: none;
  }
  .top-list-car .navigation-car {
    float: none;
    overflow: hidden;
  }
  .top-list-car .navigation-car p {
    display: none;
  }
  .top-list-car .navigation-car a {
    margin: 0;
    float: left;
  }
  .top-list-car .navigation-car a:last-child {
    float: right;
  }
  .responsive-table .car-list-table {
    width: 720px;
  }
  /*Flight*/
  .flight-list {
    padding-left: 0;
    padding-right: 0;
  }
  .flight-deal-item .flight-text {
    padding-top: 10px;
  }
  .flight-deal-item .flight-text .flight-name a {
    font-size: 20px;
  }
  .flight-deal-item .flight-text .flight-price {
    line-height: 20px;
  }
  .flight-deal-item .flight-text .flight-price .price {
    font-size: 20px;
  }
  .flight-statis {
    display: none;
  }
  .flight-list-cn .flight-table td.td-time p {
    font-size: 14px;
  }
  .flight-list-cn .flight-table td.td-price span ins {
    font-size: 14px;
  }
  .responsive-table .flight-table {
    width: 720px;
  }
  .flight-list-head {
    padding: 15px 10px 15px 60px;
    margin-top: 30px;
  }
  .flight-list-head h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .flight-list-head p {
    line-height: 20px;
  }
  /*Package Deal*/
  .package-list .package-step {
    padding-left: 0;
    padding-right: 0;
  }
  .package-list .package-step li span {
    width: 50px;
    height: 50px;
  }
  .package-list .package-step li p {
    font-size: 16px;
  }
  .package-item .package-img {
    width: 100%;
    float: none;
    margin: 0;
  }
  .package-item .package-text {
    margin-top: 20px;
  }
  .package-list-cn .package-item {
    padding-left: 0;
    padding-right: 0;
  }
  .package-list-cn .package-item:first-child {
    background-image: none;
  }
  /*Cruise*/
  .cruise-list-cn .cruise-item {
    padding-left: 0px;
    padding-right: 0px;
  }
  .cruise-item .cruise-img {
    width: 100%;
    margin: 0;
    float: none;
  }
  .cruise-item .cruise-text {
    padding-right: 120px;
    margin: 20px 0 0 0;
  }
  .cruise-item .cruise-text .cruise-name a {
    font-size: 20px;
    line-height: 24px;
  }
  .cruise-item .cruise-text .price-box .price ins {
    font-size: 26px;
  }
  .cruise-list .page-navigation-cn,
  .hotel-list .page-navigation-cn {
    padding-left: 0px;
    padding-right: 0px;
  }
  /*Tour*/
  .tour-list-cn .cruise-item .cruise-text .cruise-name a {
    font-size: 20px;
  }
  /*Blog*/
  .post .post-text h2 {
    border: 0;
    padding-bottom: 0;
  }
  .post .post-text .post-share {
    display: none;
  }
  .post .post-text p {
    margin-top: 5px;
  }
  .search-blog {
    display: none;
  }
  .navpage-post .awe-btn.awe-btn-lager {
    font-size: 13px;
  }
  .post-single .author-date {
    margin-top: 20px;
  }
  .post-single .title-post-head {
    font-size: 24px;
    line-height: 26px;
  }
  .post-single .post-content {
    margin-top: 20px;
  }
  .post-single .post-content .title-single-content {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .post-single .author-about {
    margin-top: 30px;
  }
  .post-single .author-about h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .post-single .author-about .image {
    width: 100px;
    margin-right: 20px;
  }
  .post-single .author-about .author-info {
    line-height: 25px;
  }
  .post-single .author-about .author-info h5 {
    font-size: 14px;
  }
  .post-single .author-about .author-info .author-social a {
    font-size: 14px;
  }
  .post-single .author-about .author-info p {
    margin-top: 5px;
    line-height: 22px;
  }
  #comments {
    margin-top: 40px;
  }
  #comments .title-comment {
    font-size: 20px;
  }
  .leave-comment {
    margin-top: 40px;
  }
  .leave-comment .reply-title {
    font-size: 20px;
  }
  .leave-comment .form-contact .form-field {
    margin-top: 20px;
  }
  .leave-comment .form-contact .field-input {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .leave-comment .form-contact label {
    top: 10px;
    left: 10px;
  }
  /*View*/
  .sort-view {
    display: none;
  }
  /*About*/
  .about-cn {
    padding-left: 0;
    padding-right: 0;
  }
  .team {
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    padding-top: 20px;
  }
  /*Contact*/
  .contact-page {
    padding-left: 0;
    padding-right: 0;
  }
  .contact-maps {
    height: 460px;
    margin-top: 30px;
  }
  .contact-cn {
    position: static;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  /*Detail*/
  .detail-cn > .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .detail-cn > .row > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .detail-cn > .row > [class*="col-"]:last-child {
    padding-left: 15px;
  }
  /* Header */
  .head-detail {
    height: inherit;
    padding: 15px 0;
  }
  .head-detail .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .head-detail .row [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .head-detail h1 {
    font-size: 22px;
  }
  .head-detail .price-book {
    margin-top: 15px;
    text-align: left;
  }
  .head-detail .price-book span {
    font-size: 20px;
  }
  .head-detail .price-book .awe-btn {
    margin-left: 5px;
  }
  .head-detail .head-dt-cn {
    position: static;
    top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  .support {
    display: none;
  }
  /*Sidebar*/
  .detail-sidebar .scroll-heading {
    padding-top: 20px;
  }
  .detail-sidebar .hight-light h2 {
    margin-left: 0;
    margin-right: 0;
  }
  .detail-sidebar .scroll-heading h2 {
    font-size: 18px;
  }
  /* Hotel */
  .hotel-content .hl-customer-like h2 {
    font-size: 18px;
  }
  .hl-customer-like .customer-like .cs-like-label {
    float: none;
    width: inherit;
  }
  .hl-customer-like .customer-like ul {
    margin-top: 10px;
    width: inherit;
  }
  .check-rates-form h3 {
    font-size: 18px;
  }
  .check-rates-form .form-search {
    padding-bottom: 8px;
  }
  .check-rates-form .form-search .form-field {
    border: 0;
  }
  .check-rates-form .form-search .form-field.field-date {
    width: 50%;
  }
  .check-rates-form .form-search .form-field.field-select {
    width: 50%;
  }
  .check-rates-form .form-search .form-submit {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
  }
  .check-rates-form .form-search .form-submit .awe-btn {
    width: initial;
  }
  .hl-availability .table-availability .avai-td-text figure {
    display: none;
  }
  .hl-availability .table-availability .avai-td-text h3 {
    font-size: 16px;
  }
  .hl-availability .table-availability .avai-td-text p {
    margin-top: 5px;
  }
  .table-responsive {
    border-width: 0;
  }
  .hl-features .featured-service h3 {
    font-size: 18px;
  }
  .featured-service .service-list li {
    width: 50%;
  }
  .review-detail .review-tabs .tabs-head li a {
    font-size: 18px;
  }
  .review-vote {
    margin-top: 0;
    background-image: none;
    padding-left: 0;
  }
  .detail-footer-cn .price-book span {
    font-size: 22px;
  }
  /*Tour Detail*/
  .title-detail {
    font-size: 18px;
  }
  /*Cruise Detail*/
  .cruise-itinerary-cn .table-itinerary td.td-day {
    width: 60px;
  }
  .cruise-itinerary-cn .table-itinerary td.td-arrival,
  .cruise-itinerary-cn .table-itinerary td.td-departure {
    width: 95px;
  }
  .date-availability-cn .cruise-dates-table {
    width: 720px;
  }
  .cabin-type-cn .cabin-type-tabel .td-room figure {
    display: none;
  }
  /*End Detail*/
  /* Payment */
  .step {
    padding-left: 0;
    padding-right: 0;
  }
  .payment-room .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .payment-room .row [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .payment-room .payment-info {
    margin-top: 20px;
  }
  .payment-room .payment-info h2 {
    font-size: 24px;
  }
  .payment-form {
    margin-right: 0px;
    margin-left: 0px;
  }
  .payment-form .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .payment-form .row [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .order-received-details,
  .payment-complete {
    margin-left: 0;
    margin-right: 0;
  }
  .order-received-details .row { 
    margin-left: -15px;
    margin-right: -15px;
  }
  .order-received-details .row [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* User Profile */
  .user-profile {
    margin-left: 0;
    margin-right: 0;        
  }
  .user-profile .user-profile__title {
    font-size: 26px;
  }
  .user-profile .user-profile__count-number span {
    font-size: 30px;
    padding: 0px 20px;
  }
  .user-profile .user-profile__count-number span:before {
    font-size: 20px;
  }
  .user-profile .user-profile__total {
    text-align: center;
    margin-top: 30px;
  }
  .user-profile .user-profile__total li{
    font-size: 14px;
    width: inherit;
    padding: 0 10px;
    float: none;
    display: inline-block;
  }
  .user-profile .user-profile__total li {
    border-width: 0;
    margin-top: 10px;
  }
  .my-profile p {
    margin-top: 20px;
  }
  /* Cart */
  .cart-cn {
    padding: 0;
  }
  /* Element */
  .element-sc {
    padding-left: 0;
    padding-right: 0;
  }
  .element-sc .element-cn .element-btn li {
    width: inherit;
    margin-right: 20px;
  }
  /* Footer */
  footer {
    padding-bottom: 1px;
  }
  footer .ul-ft {
    text-align: center;
  }
  footer .currency-lang-bottom {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  footer .copyright {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 313px) {

  .header .logo img {
    height: 45px
  }
  }
@media (max-width: 480px) {
  /*Navigation*/
  .nav.nav-c ul li {
    font-size: 18px;
  }
  /* From Content*/
  .form-cn .form-radio {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .form-cn .form-radio li {
    width: 50%;
  }
  /* Banner */
  .banner {
    padding-bottom: 40px;
  }
  .banner .logo {
    margin-top: 80px;
  }
  .banner.margin {
    padding-bottom: 40px;
  }
  .banner.margin .tabs-cat {
    margin-top: 50px;
  }
  .category-singer {
    padding-bottom: 20px;
  }
  .category-singer:before {
    left: 30px;
  }
  .category-singer .cate-singer-icon {
    width: 100px;
  }
  .category-singer p {
    font-size: 16px;
  }
  .category-singer p span {
    font-size: 24px;
  }
  /* Form Content */
  .form-cn .form-search .form-field {
    font-size: 14px;
  }
  .form-cn .form-search .form-field label {
    font-size: 13px;
  }
  .form-cn .form-search .form-field label span {
    font-size: 14px;
  }
  /* Form Hotel */
  .form-hotel .form-search .field-date {
    width: 100%;
  }
  .form-hotel .form-search .field-select {
    width: 100%;
  }
  /*Form Car */
  .form-car .form-search .field-date {
    width: 100%;
  }
  .form-car .form-search .form-submit {
    text-align: left;
  }
  .form-car .form-search .form-submit .awe-btn {
    line-height: 36px;
    padding-right: 40px;
  }
  /*Form Cruise */
  .form-cruise .form-search .field-lenght,
  .form-cruise .form-search .field-month,
  .form-cruise .form-search .field-port,
  .form-cruise .form-search .field-line {
    width: 100%;
  }
  .form-cruise .form-search .form-submit {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  /* Form Flight */
  .form-flight .form-search .field-date,
  .form-package .form-search .field-date,
  .form-flight .form-search .field-select,
  .form-package .form-search .field-select {
    width: 100%;
  }
  .form-flight .form-search .form-submit,
  .form-package .form-search .form-submit {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  /* Home */
  .title-wrap .travel-title h2 {
    font-size: 18px;
  }
  /*Sales Item*/
  .sales-cn [class*="col-"] {
    width: 100%;
  }
  .sales-item .home-sales-img figcaption {
    width: 70px;
    height: 70px;
    font-size: 14px;
  }
  .sales-item .home-sales-img figcaption span {
    font-size: 22px;
  }
  .sales-item .home-sales-text {
    padding: 15px 20px 20px 20px;
    min-height: inherit;
  }
  .sales-item .home-sales-text .home-sales-name-places {
    min-height: inherit;
  }
  /*Destinations*/
  .destinations-cn .intro-filter .intro p {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 25px;
  }
  .destinations-cn .intro-filter .intro p span {
    font-size: 18px;
  }
  .destinations-cn .intro-filter .filter {
    margin-top: 15px;
  }
  .destinations-cn .intro-filter .filter li a {
    font-size: 14px;
  }
  .destinations-grid {
    margin-top: 15px;
  }
  .destinations-grid [class*="col-"] {
    width: 100%;
  }
  .destinations-item .destinations-text {
    height: inherit;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* Magazine */
  .magazine-cn .magazine-ds {
    padding-left: 20px;
    padding-right: 20px;
  }
  .magazine-item .magazine-header h2 {
    line-height: 24px;
  }
  .magazine-item .magazine-footer {
    text-align: center;
  }
  .magazine-item .magazine-footer .magazine-share {
    float: none;
    margin-bottom: 10px;
  }
  .magazine-item .magazine-footer .magazine-share a {
    display: inline-block;
    float: none;
  }
  .magazine-item .magazine-footer .awe-btn {
    float: none;
  }
  .magazine-thum {
    display: none;
  }
  /* Confidence and Subscribe */
  .confidence h3 {
    font-size: 20px;
    padding: 15px 0;
  }
  .subscribe h3 {
    font-size: 20px;
    padding: 15px 0;
  }
  .subscribe p {
    margin-top: 15px;
  }
  .subscribe .subscribe-form {
    width: 100%;
    padding-right: 0;
    height: 44px;
  }
  .subscribe .subscribe-form .subscribe-input {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 14px;
  }
  .subscribe .subscribe-form:after,
  .subscribe .subscribe-form .awe-btn {
    display: none;
  }
  .subscribe .follow-us h4 {
    font-size: 20px;
  }
  .subscribe .follow-us a {
    width: 45px;
    height: 45px;
    line-height: 43px;
  }
  /*SideBar*/
  .sidebar-cn .search-sidebar .form-search .form-field.field-date,
  .sidebar-cn .search-sidebar .form-search .form-field.field-select {
    width: 100%;
  }
  .sidebar-cn .search-sidebar .form-search .form-submit .awe-btn {
    padding-left: 10px;
    padding-right: 45px;
    background-position: right 5px center;
    line-height: 36px;
    font-size: 16px;
  }
  .sidebar-cn .narrow-results {
    margin-top: 30px;
  }
  .sidebar-cn .narrow-results h6 {
    font-size: 20px;
  }
  /*Hotel*/
  .hotel-list-item .hotel-text {
    margin-top: 20px;
  }
  .hotel-list-item .hotel-text .hotel-name a {
    font-size: 24px;
    line-height: 24px;
  }
  .hotel-list-item .hotel-text .hotel-star-address .rating {
    display: none;
  }
  .hotel-list-item .hotel-text .hotel-star-address .hotel-address {
    display: block;
  }
  .hotel-list-item .hotel-text .hr,
  .hotel-list-item .hotel-text .hotel-service {
    display: none;
  }
  .hotel-list-item .hotel-text .price-box {
    margin-top: 5px;
    float: none;
  }
  .hotel-list-item .hotel-text .price-box .price.special-price {
    font-size: 20px;
  }
  .room-detail .featured-service .service-list li {
    width: 100%;
  }
  /*Car*/
  .cruise-deals-cn [class*="col-"] {
    width: 100%;
  }
  .top-list-car .navigation-car .awe-btn {
    line-height: 34px;
  }
  /*Hotel*/
  .hotel-grid-cn [class*="col-"] {
    width: 100%;
  }
  .hotel-item .hotel-text {
    min-height: inherit;
    padding-top: 10px;
  }
  .hotel-item .hotel-text .hotel-name {
    min-height: inherit;
  }
  .hotel-item .hotel-text .hotel-name a {
    font-size: 20px;
  }
  .hotel-item .hotel-text .hotel-places {
    font-size: 13px;
  }
  .hotel-item .hotel-text .hr {
    margin-top: 10px;
  }
  .hotel-item .hotel-text .price-box {
    margin-top: 10px;
  }
  .hotel-item .hotel-text .price-box .price {
    font-size: 13px;
  }
  .hotel-item .hotel-text .price-box .price.special-price {
    font-size: 22px;
  }
  .hl-maps-cn {
    height: 450px;
  }
  /*Package Deal*/
  .package-list .package-step {
    display: none;
  }
  .package-item .package-text {
    margin-top: 15px;
    padding: 0;
  }
  .package-item .package-text .package-name a {
    font-size: 20px;
  }
  .package-item .package-text p {
    margin: 0;
  }
  .package-item .package-text .price-box {
    margin-top: 10px;
    position: static;
    padding: 0;
    background-image: none;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  .package-item .package-text .price-box .price {
    line-height: 26px;
  }
  .package-item .package-text .price-box .price ins {
    font-size: 16px;
  }
  .package-item .package-text .price-box .price.together ins {
    font-size: 20px;
  }
  /*Cruise*/
  .cruise-list-cn .cruise-item {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .cruise-item .cruise-text {
    padding-right: 0;
    margin: 10px 0 0 0;
  }
  .cruise-item .cruise-text .price-box {
    position: static;
    background-image: none;
    padding: 0;
    margin: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  .cruise-item .cruise-text .price-box .price {
    display: inline-block;
  }
  .cruise-item .cruise-text .price-box .price br {
    display: none;
  }
  .cruise-item .cruise-text .price-box .price ins {
    font-size: 24px;
  }
  .cruise-item .cruise-text .price-box .price.night {
    border: 0;
  }
  .cruise-item .cruise-text .price-box .price.night:before {
    content: '-';
    padding: 0px 8px;
    font-size: 14px;
  }
  /*Flight*/
  .flight-list-head {
    margin-top: 20px;
    padding-left: 50px;
  }
  .flight-list-head h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .flight-list-head p {
    display: none;
  }
  /*Blog*/
  .post .post-text h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .post .post-media .post-slide .owl-prev,
  .post .post-media .post-slide .owl-next {
    font-size: 34px;
  }
  .widget .title-sidebar {
    font-size: 20px;
  }
  .post-single .post-content .alignleft {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .navpage-post .awe-btn.awe-btn-lager {
    font-size: 12px;
  }
  .commentlist .comment .comment-author {
    width: 50px;
    margin-right: 15px;
  }
  .commentlist .comment .comment-author img {
    padding: 2px;
  }
  .commentlist .comment .comment-body {
    margin-left: 0;
  }
  .commentlist .comment .comment-body small {
    display: block;
    margin: 0;
    padding-right: 0;
    border-left-width: 0px;
  }
  .commentlist .comment .comment-body .edit {
    position: static;
    margin-top: 5px;
    display: block;
    text-align: right;
  }
  .commentlist .comment .children {
    margin-left: 25px;
  }
  .leave-comment .form-contact .awe-btn {
    padding-right: 50px;
  }
  /*PageNavigation*/
  .page-navigation li {
    font-size: 16px;
  }
  .page-navigation li a {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
  }
  /*About*/
  .team-group .team-item {
    width: 100%;
  }
  .follow-about {
    padding-left: 0;
    padding-right: 0;
  }
  .follow-about .follow-group a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  /*Detail*/
  /* Header */
  .head-detail h1 {
    font-size: 20px;
  }
  .head-detail .start-address .address {
    display: block;
    padding-left: 0;
    margin-top: 5px;
  }
  .head-detail ul li {
    display: block;
    margin-top: 5px;
  }
  .head-detail ul li:before {
    content: none;
  }
  .support {
    display: none;
  }
  /* Hotel */
  .check-rates-form .form-search .form-field.field-date,
  .check-rates-form .form-search .form-field.field-select {
    width: 100%;
  }
  .featured-service .service-spoken li {
    width: 50%;
  }
  .review-detail .review-detail-cn {
    padding-top: 30px;
  }
  .review-detail .review-tabs .tabs-head li a {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 40px;
  }
  .maps-item{
    width: 290px;
  }
  .review-detail .review-tabs .review-tabs-cn {
    padding-top: 20px;
  }
  .review-item:after {
    content: none;
  }
  .review-item .review-number,
  .review-item .review-text {
    width: 100%;
  }
  .review-item .review-text {
    padding-left: 15px;
    margin-top: 15px;
  }
  .user-review .review-item {
    padding-bottom: 70px;
  }
  .user-review .review-item .review-header,
  .user-review  .review-item [class*="col-"] {
    position: static;
  }
  .user-review .review-item .review-header h4 span {
    display: block;
    
  }
  .user-review  .review-item .review-header .btn {
    position: absolute;
    bottom: 20px;
    left: 15px;
    background-image: none;
    padding: 7px 20px;
  }
  /* Tour Detail*/
  .accordion.no-margin .accordion-group .accordion-heading a {
    font-size: 14px;
  }
  .tour-meals-gallery li {
    width: 33.33333%;
  }
  /*Cruise Detail*/
  .cruise-itinerary-cn .table-itinerary,
  .cabin-type-tabel,
  .available-cabins-table {
    width: 430px;
  }
  .date-availability-cn .tabs-availability li {
    display: block;
    height: inherit;
    border: 0;
  }
  .date-availability-cn .tabs-availability li:last-child::after {
    content: none;
  }
  .date-availability-cn .tabs-availability li a {
    line-height: 30px;
  }
  .balcony-desk .ul-desk li {
    width: 50%;
  }
  .stateroom-available {
    margin-top: 20px;
  }
  .cruise-overview .cruise-overview-cn .cruise-overview-item {
    margin-top: 20px;
  }
  /*End Detail*/
  /*Payment*/
  .step .payment-step {
    padding-bottom: 15px;
  }
  .step .payment-step li:before,
  .step .payment-step li:after {
    height: 6px;
    top: 18px;
    border-width: 2px;
  }
  .step .payment-step li span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .step .payment-step li p {
    display: none;
  }
  .payment-room .payment-info h2 {
    font-size: 22px;
  }
  .payment-room .payment-price figure {
    display: none;
  }
  .payment-room .payment-price .total-trip {
    margin: 0;
  }
  .payment-form h2 {
    font-size: 20px;
  }
  .payment-form span {
    font-weight: 600;
  }
  .payment-form span img {
    display: none;
  }
  .payment-form ul li {
    width: 50%;
  }
  /*User Profile */
  .user-profile .user-profile__title {
    font-size: 20px;
  }
  .user-profile .user-profile__total {
    margin-top: 12px;
  }
  .user-profile .user-profile__count-number span {
    font-size: 18px;
    padding: 0px 15px;
  }
  .user-profile .user-profile__count-number span samp {
    font-size: 13px;
    margin-top: 3px;
  }
  .user-profile .user-profile__total li:first-child {
    font-size: 12px;
  }
  /*Element */
  .element-sc .element-cn .element-btn li {
    width: 50%;
    margin-right: 0;
  }
  /*Footer*/
  footer .currency-lang-bottom {
    margin-top: 30px;
  }
  footer .copyright {
    margin-top: 1px;
  }
}



@media (max-width: 320px) {
  /*Navigation*/
  .nav.nav-c ul li {
    font-size: 16px;
  }
  /* Banner */
  .banner {
    padding-bottom: 30px;
  }
  .banner.margin {
    padding-bottom: 30px;
  }
  /*Home*/
  .title-wrap {
    padding: 25px 0;
  }
  /*Sales*/
  .sales-item .home-sales-text {
    padding: 15px;
  }
  .sales-item .home-sales-text .home-sales-name-places .home-sales-name a {
    font-size: 20px;
  }
  .sales-item .home-sales-text .home-sales-name-places .home-sales-places {
    font-size: 13px;
  }
  .sales-item .home-sales-text .price-box {
    margin-top: 13px;
  }
  /*Destinations*/
  .destinations-item .destinations-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* Confidence and Subscribe */
  .subscribe p {
    font-size: 13px;
  }
  /*Hotel*/
  .hotel-list-item .hotel-text {
    margin-top: 10px;
  }
  .hotel-list-item .hotel-text .hotel-name a {
    font-size: 20px;
    line-height: 20px;
  }
  .hotel-list-item .hotel-text .hr,
  .hotel-list-item .hotel-text .hotel-service {
    display: none;
  }
  .hotel-list-item .hotel-text .price-box {
    margin-top: 5px;
    float: none;
  }
  .hotel-list-item .hotel-text .price-box .price.special-price {
    font-size: 20px;
  }
  .hl-maps-cn {
    height: 320px;
  }
  .maps-item{
    width: 180px;
  }
  .maps-item .maps-text h2{
    font-size: 20px;
    margin-bottom: 0;
  }
  .maps-item .maps-text .price ins{
    font-size: 20px;
  }
  /*Cruise*/
  .cruise-item .cruise-text .cruise-name a {
    font-size: 18px;
  }
  .cruise-item .cruise-text .ship-port {
    margin: 0;
  }
  .cruise-item .cruise-text .ship-port li {
    padding: 10px 0 0 0;
  }
  .cruise-item .cruise-text .ship-port li .label {
    font-weight: 600;
    display: block;
    text-align: left;
    clear: both;
    position: static;
  }
  .cruise-item .cruise-text .price-box .price ins {
    font-size: 20px;
  }
  .cruise-item .cruise-text .price-box .price.night ins {
    font-size: 16px;
  }
  /*Tour*/
  .tour-list-cn .cruise-item .cruise-text .cruise-name a {
    font-size: 18px;
  }
  /*Blog*/
  .post .post-text h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .post .post-text p {
    margin-top: 10px;
  }
  .navpage-post .awe-btn.awe-btn-lager {
    text-indent: -9999px;
  }
  .post-single .title-post-head {
    font-size: 20px;
  }
  /*About*/
  .follow-about .follow-group a {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
  /* Detail */
  /* Sidebar */
  .detail-sidebar .hight-light .vote-text {
    width: 100%;
    background-image: none;
  }
  /*Hotel*/
  .hl-customer-like .customer-like ul {
    padding-left: 20px;
  }
  .check-rates-form .form-search .form-field {
    padding-left: 15px;
    padding-right: 15px;
  }
  .check-rates-form .form-search .form-submit {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
  }
  .featured-service .service-list li {
    width: 100%;
  }
  .review-detail .review-tabs .tabs-head li a {
    font-size: 14px;
    line-height: 30px;
  }
  .review-detail .review-detail-cn {
    padding-top: 30px;
  }
  /* Footer Detail*/
  .detail-footer .detail-footer-cn [class*="col-"] {
    width: 100%;
    text-align: center;
    padding-top: 0;
  }
  .detail-footer .detail-footer-cn .review-more {
    display: inline-block;
    margin-bottom: 10px;
  }
  .detail-footer .detail-footer-cn .price-book .awe-btn {
    margin-left: 5px;
  }
  /* End Detail */
  /*Element */
  .element-sc .element-cn .element-btn li {
    width: 100%;
  }


}


























input[type=text], input[type=email], input[type=number], input[type=search], input[type=password], 
input[type=tel], input[type=date], textarea, 
.form-control {
    font-size: 14px;
    font-family: Lato, sans-serif;
    font-weight: 300;
    background-color: #fff;
    
border: 0;
    border-radius: 0;
    padding: 10px 0px;
    width: 100%;
    color: #000;
    height: auto;
    font-weight: 600;
margin-bottom: 0;
    box-shadow: none;
	cursor: pointer;
}

input[type=text]:focus, 
input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=password]:focus, 
input[type=tel]:focus, input[type=date]:focus, textarea:focus {
    border-color: #66afe9;
    transition: all .5s ease;
}
textarea {
    resize: vertical;
    height: 200px;
	
}
img {
    width: 100%}
section {
    padding: 30px 0 30px;
}
section:nth-child(even) {
    background: #ffffff;
}

section.white-bg {
    background: #fff;
}

label {
    font-weight: 500;
    margin-bottom: 5px;
}
.btn-blue {
    border: 1px solid #005294;
    padding: 7px 25px;
    display: inline-block;
    background: #005294;
    color: #fff;
    transition: all ease-in-out .3s;
    cursor: pointer;
}
abtn-blue:hover {
    background: #fff;
    color: #005294;
    border-color: #005294;
}
.btn-white {
    background: 0 0;
    border-color: #fff;
    color: #fff;
}
.btn-red {

	
	    background: #fff;
    color: #002771;
    border-color: #002771;
}
.btn-red:hover {
    background: #002771;
    border-color: #002771;
}
.btn-blue-border {

	background: #fff;
    color: #002771;
    border-color: #002771;
}
.btn-blue-border:hover {
    background: #002771;
    border-color: #002771;
}
.btn-style-1 {
    border-radius: 25px;
    padding: 10px 25px;
}
.btn-style-2 {
    border-radius: 10px;
    padding: 10px 25px;
}
.white {
    color: #fff;
}


.bg-white {
    background: #fff!important;
}
.section-title {
    position: relative;
    padding: 0 20%;
    margin-bottom: 20px;
 
}
.section-title h2 {
    position: relative;
    margin-bottom: 2px;
    text-transform: uppercase;
}
.section-title p {
    margin-bottom: 0;
}
.section-title-left {
    position: relative;

    margin-bottom: 20px;
 
}
.section-title-index {
    position: relative;

    margin-bottom: 20px;
 
}
.section-title-left  h2 {
    position: relative;
    margin-bottom: 2px;
  
}
.section-title-index  h2 {
    position: relative;
    margin-bottom: 2px;
	line-height: 40px;
  
}
.section-title-left  p {
    margin-bottom: 0;
}
.section-title-index  p {
    margin-bottom: 0;
}
.section-title [class^=flaticon-]:before, [class*=" flaticon-"]:before {
    font-size: 36px;
    color: #005294;
}
.section-icon {
    display: inline-block;
    background: 0 0;
    z-index: 1;
    position: relative;
    padding: 0 20px;
    margin-bottom: 15px;
}
.section-icon:before {
    position: absolute;
    width: 100px;
    height: 1px;
    background: #333;
    content: '';
    left: -100px;
    top: 50%}
.section-icon:after {
    position: absolute;
    width: 100px;
    height: 1px;
    background: #333;
    content: '';
    right: -100px;
    top: 50%}
section.breadcrumb-outer {
    background: url(../images/breadcrumb.jpg) no-repeat;
    background-position: center;
	z-index: 1;
    
background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 50px 0 0;
}
section.breadcrumb-outer_bio {
    background: url(../images/banner/covid.jpg) no-repeat;
    background-position: center;
	z-index: 1;    
	background-size: cover;
    position: relative;
    padding: 60px 0 0;
}
section.breadcrumb-outer_equipaje {
    background: url(../images/banner/equipaje-permitido.jpg) no-repeat;
    background-position: center;
	z-index: 1;    
	background-size: cover;
    position: relative;
    padding: 70px 0 0;
}
section.breadcrumb-outer_mascotas {
    background: url(../images/banner/traslado-de-mascotas.jpg) no-repeat;
    background-position: center;
	z-index: 1;    
	background-size: cover;
    position: relative;
    padding: 90px 0 0;
}
section.breadcrumb-outer_preg{
    background: url(../images/banner/preguntas-frecuentes.jpg) no-repeat;
    background-position: center;
	z-index: 1;    
	background-size: cover;
    position: relative;
    padding: 90px 0 0;
}
section.breadcrumb-outer_condiciones{
    background: url(../images/banner/condiciones.jpg) no-repeat;
    background-position: center;
	z-index: 1;    
	background-size: cover;
    position: relative;
    padding: 60px 0 0;
}
section.breadcrumb-outer_migratorios{
    background: url(../images/banner/migratorio.jpg) no-repeat;
    background-position: center;
	z-index: 1;    
	background-size: cover;
    position: relative;
    padding: 60px 0 0;
}
section.breadcrumb-outer_servicios_e {
    background: url(../images/banner/servicios_especiales.jpg) no-repeat;
    background-position: center;
	z-index: 1;    
	background-size: cover;
    position: relative;
    padding: 60px 0 0;
}
section.breadcrumb-outer_sms {
    background: url(../images/banner/sms_2022.jpg) no-repeat;
    background-position: center;
	z-index: 1;    
	background-size: cover;
    position: relative;
    padding: 60px 0 0;
}
section.breadcrumb-outer_sms_login {
    background: url(../images/banner/sms_login.jpg) no-repeat;
    background-position: center;
	z-index: 1;    
	background-size: cover;
    position: relative;
    padding: 60px 0 0;
}
section.breadcrumb-outer_call_center {
    background: url(../images/banner/call_center_css.jpg) no-repeat;
    background-position: center;
	z-index: 1;    
	background-size: cover;
    position: relative;
    padding: 90px 0 0;
}
section.breadcrumb-outer_carga {
    background: url(../images/banner/carga.jpg) no-repeat;
    background-position: center;
	z-index: 1;    
	background-size: cover;
    position: relative;
    padding: 60px 0 0;
}
section.breadcrumb_pmv {
    background: url(../images/banner/pmv-banner.jpg) no-repeat;
    background-position: center;
	z-index: 1;    
	background-size: cover;
    position: relative;
    padding: 60px 0 0;
}
section.breadcrumb_pty {
    background: url(../images/banner/pty-banner.jpg) no-repeat;
    background-position: center;
	z-index: 1;    
	background-size: cover;
    position: relative;
    padding: 60px 0 0;
}
section.breadcrumb_mar {
    background: url(../images/banner/mar-banner.jpg) no-repeat;
    background-position: center;
	z-index: 1;    
	background-size: cover;
    position: relative;
    padding: 60px 0 0;
}
section.breadcrumb-outer_grupos {
    background: url(../images/banner/avion-ravsa-vuelos.jpg) no-repeat;
    background-position: center;
	z-index: 1;    
	background-size: cover;
    position: relative;
    padding: 60px 0 0;
}
section.breadcrumb-outer_noticias {


	z-index: 1;    

    position: relative;
    padding: 8px 0 0;
}
section.breadcrumb-outer_equipo-venezolana {
    background: url(../images/banner/equipo-ravsa-2025.jpg) no-repeat;
    background-position: center;
	z-index: 1;    
	background-size: cover;
    position: relative;
    padding: 150px 0 0;
}
.section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
	z-index: -1;
}
.section-overlay-sms {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .3);
	z-index: -1;
}
.section-overlay-sms_login {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .3);
	z-index: -1;
}
.logo-sms-image {
max-width: 190px;
height: auto; 
margin:auto;
margin-bottom: 20px;
}
.breadcrumb-outer h2 {
    color: #fff;
    margin: 0;
    font-size: 36px;
    padding: 10px 0 35px;
}
.breadcrumb-outer_bio h2 {

	color: #fff;
    margin: 0;
    font-size: 18px;
    padding: 10px 0 70px;
    text-transform: uppercase;
    font-weight: 600;
}
.breadcrumb-outer_equipaje h2 {

	color: #fff;
    margin: 0;
    font-size: 18px;
    padding: 10px 0 70px;
    text-transform: uppercase;
    font-weight: 600;
}
.breadcrumb-outer_mascotas h2 {

	color: #fff;
    margin: 0;
    font-size: 18px;
    padding: 10px 0 90px;
    text-transform: uppercase;
    font-weight: 600;
}

.breadcrumb-outer_condiciones h2 {
    color: #fff;
    margin: 0;
    font-size: 18px;
    padding: 10px 0 70px;
	text-transform: uppercase;
	font-weight: 600;
}
.breadcrumb-outer_migratorios h2 {
    color: #fff;
    margin: 0;
    font-size: 18px;
    padding: 10px 0 70px;
	text-transform: uppercase;
	font-weight: 600;
}
.breadcrumb-outer_servicios_e h2 {
    color: #fff;
    margin: 0;
    font-size: 18px;
    padding: 10px 0 70px;
	text-transform: uppercase;
	font-weight: 600;
}
.breadcrumb-outer_preg h2 {
    color: #fff;
    margin: 0;
    font-size: 18px;
    padding: 10px 0 90px;
	text-transform: uppercase;
	font-weight: 600;
}
.breadcrumb-outer_sms h2 {
    color: #fff;
    margin: 0;
    font-size: 18px;
    padding: 10px 0 110px;
	text-transform: uppercase;
	font-weight: 600;
}
.breadcrumb-outer_sms_login h2 {
    color: #fff;
    margin: 0;
    font-size: 18px;
    padding: 10px 0 110px;
	text-transform: uppercase;
	font-weight: 600;
}
.breadcrumb-outer_call_center h2 {
    color: #fff;
    margin: 0;
    font-size: 18px;
    padding: 10px 0 70px;
	text-transform: uppercase;
	font-weight: 600;
}
.breadcrumb-outer_carga h2 {
    color: #fff;
    margin: 0;
    font-size: 18px;
    padding: 10px 0 70px;
	text-transform: uppercase;
	font-weight: 600;
}
.breadcrumb_pmv h2 {
    color: #fff;
    margin: 0;
    font-size: 18px;
    padding: 10px 0 70px;
	text-transform: uppercase;
	font-weight: 600;
}
.breadcrumb_pty h2 {
    color: #fff;
    margin: 0;
    font-size: 18px;
    padding: 10px 0 70px;
	text-transform: uppercase;
	font-weight: 600;
}
.breadcrumb_mar h2 {
    color: #fff;
    margin: 0;
    font-size: 18px;
    padding: 10px 0 70px;
	text-transform: uppercase;
	font-weight: 600;
}
.breadcrumb-outer_grupos h2 {
    color: #fff;
    margin: 0;
    font-size: 18px;
    padding: 10px 0 70px;
	text-transform: uppercase;
	font-weight: 600;
}
.breadcrumb-outer_equipo-venezolana h2 {
    color: #fff;
    margin: 0;
    font-size: 18px;
    padding: 10px 0 110px;
	text-transform: uppercase;
	font-weight: 600;
}



.breadcrumb-sms {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.breadcrumb-sms nav {
    display: inline-block;
}
.breadcrumb-sms ul {
    margin-bottom: 0;
    background-color: #fff;
    padding: 12px 30px;
    box-shadow: 0 0 10px #ccc;
    position: absolute;
    left: 0;
    right: 0;
    width: 40%;
    margin: 0 auto;
    bottom: -23px;
    border-radius: 0;
}
.breadcrumb-sms li {
    margin-bottom: 0;
}
.breadcrumb-sms li a {
    transition: all ease-in-out .3s;
    color: #666;
}
.breadcrumb-sms li a:hover {
    color: #ffb606;
}
.breadcrumb-sms.breadcrumb>.active {
    color: #ffb606;
}




.breadcrumb-content {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.breadcrumb-content nav {
    display: inline-block;
}
.breadcrumb-content ul {
    margin-bottom: 0;
    background-color: #fff;
    padding: 8px 30px;
    box-shadow: 0 0 6px #ccc;
    position: absolute;
    left: 0;
    right: 0;
    width: 35%;
    margin: 0 auto;
    bottom: -23px;
    border-radius: 0;
	margin-bottom: 10px;
}
.breadcrumb-content li {
    margin-bottom: 0;
}
.breadcrumb-content li a {
    transition: all ease-in-out .3s;
    color: #666;
}
.breadcrumb-content li a:hover {
    color: #2a7a36;
}
.breadcrumb-content .breadcrumb>.active {
    color: #2a7a36;
}
.breadcrumb>li+li:before {
    padding: 0 10px 0 5px;
    content: '|'}
ul.pagination {
    margin: 0;
    display: block;
}
.pagination-content {
    margin-top: 30px;
    text-align: center;
}
.pagination>li {
    display: inline-block;
}
.pagination>li>a, .pagination>li>span {
    line-height: 2;
    font-size: 18px;
    padding: 5px 16px;
    display: inline-block;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover, .pagination>li.active>a {
    background: #005294;
    color: #fff;
}
.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
    border-radius: 0;
}
label.error {
    color: red;
    margin-top: 5px;
    font-size: 14px;
}
.alert-success {
    background: #3c763d;
    border: none;
    color: #fff;
}
.alert-success h3 {
    margin-bottom: 5px;
    color: #fbfbfb;
}
.alert-success p {
    color: #fbfbfb;
}
.navbar {
    border-bottom: 0;
    padding: 0;
    -webkit-transition: all .1s ease-in-out 0s;
    -moz-transition: all .1s ease-in-out 0s;
    -ms-transition: all .1s ease-in-out 0s;
    -o-transition: all .1s ease-in-out 0s;
    transition: all .1s ease-in-out 0s;
    min-height: 30px;
}
.navbar.navbar-default {
    margin: 0;
    padding: 0;
    height: auto;
    background: 0 0;
    border: none;
}
.logo {
    padding: 1px 0;
  padding-right: 0px;
}
.logo a {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
}
.bg-color-header .navbar-default {
    background: #fe8800;
}
.logo-wrapper, .navbar-nav-wrapper, .nav-mini-wrapper {
    float: left;
}
.logo-wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
ul.nav-mini {
    padding-top: 3px;
    padding-right: 13px;
}
ul.nav-mini li {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
    background: #00bcd4;
    border-radius: 5px;
    padding: 2px 10px;
}
ul.nav-mini li:last-child {
    margin-right: 0;
}
ul.nav-mini li i {
    color: #fff;
    padding-right: 5px;
}
.nav.navbar-nav {
    float: right;
    display: inline-block;
	margin: 7.5px 40px;
}
.nav.navbar-nav>li {
    position: relative;
    float: left;
    display: inline-block;
    margin: 10px 22px;
}
.nav.navbar-nav li:last-child {
    margin-right: 0;
}
.nav.navbar-nav li a {
    color: #fff;
}
.nav.navbar-nav li.has-child i {
    display: inline-block;
}
.nav.navbar-nav>li>a {
    line-height: 5.5;
    font-size: 11px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    padding: 0;
    color: #303030;
    position: relative;
    font-weight: 600;
	text-transform: uppercase;

}
.nav.navbar-nav>li>a:hover, .nav.navbar-nav>li.active>a, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #2a7a36;
    background: 0 0;
    text-decoration: none;
}
.nav.navbar-nav>li:last-child>a:after {
    display: none;
}
.nav.navbar-nav li ul {
    z-index: 99999;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 59px;
    left: 0;
    width: 200px;
    display: none;
    background-color: #fff;
    border: 1px solid #eee;
    border-top: 2px solid #80A5D3;
    -webkit-box-shadow: 0 0 12px -3px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 12px -3px rgba(0, 0, 0, .4);
    box-shadow: 0 0 12px -3px rgba(0, 0, 0, .4);
}
.nav.navbar-nav li ul li a {
    border-bottom: 1px solid #e6e6e6;
    display: block;
    padding: 14px 14px;
    font-size: 13px;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    color: #333;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 1.25;
}
.nav.navbar-nav li>ul>li:last-child>a, .navbar-nav li>ul>li>ul>li:last-child>a {
    border-bottom: 0;
}
.nav.navbar-nav li ul li:hover a {
    padding-left: 20px;
    padding-right: 10px;
}
.nav.navbar-nav li ul li a:hover {
    color: #2a7a36;
}
.nav.navbar-nav li ul li ul {
    position: absolute;
    left: 199px;
    top: -2px;
}
.nav.navbar-nav li ul li:hover ul li a {
    padding-left: 15px;
    padding-right: 15px;
}
.nav.navbar-nav li ul li ul li:hover a {
    padding-left: 20px;
    padding-right: 10px;
}
.nav.navbar-nav li ul li {
    display: block;
    text-align: left;
    margin: 0;
}
.navbar-nav>li.mega-menu {
    position: inherit;
    left: 0;
}
.navbar-nav>li.mega-menu ul {
    left: 0%;
    width: 100%;
    top: 36px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.navbar-nav>li.mega-menu:hover>a, .navbar-nav>li.mega-menu>a:hover, .navbar-nav>li.dropdown:hover>a, .navbar-nav>li.dropdown>a:hover, .navbar-nav>li.dropdown.active>a, .navbar-nav>li.dropdown.active>a:hover, .navbar-nav>li:hover>a, .navbar-nav>li.active>a {
    color: #2a7a36;
    background: 0 0;
}
.mega-menu-inner {
    padding: 0 20px;
}
.bg-color-header .navbar-nav>li.dropdown:hover>a, .bg-color-header .navbar-nav>li.dropdown>a:hover, .bg-color-header .navbar-nav>li.dropdown.active>a, .bg-color-header .navbar-nav>li.dropdown.active>a:hover, .bg-color-header .navbar-nav>li:hover>a, .bg-color-header .navbar-nav>li.active>a {
    color: #fff;
}
.nav.navbar-nav>li>a:hover {
    color: #2a7a36;
}
.navbar-arrow>ul>li .arrow-indicator {
    margin-left: 7px;
    color: #333;
}
.navbar-arrow ul ul>li .arrow-indicator {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px;
    font-size: 16px;
    color: #333;
}
.nav.navbar-nav li ul li a:hover .navbar-arrow ul ul>li .arrow-indicator {
    color: #d60d45;
}
.megamenu-container .arrow-indicator {
    display: none;
}
@media only screen and (max-width:1100px) {
    .nav.navbar-nav>li {
    margin: 10px 4px;
}
}@media only screen and (max-width:991px) {
    .logo-wrapper {
    width: 50%}
.navbar-nav-wrapper {
    width: 0%}
.navbar {
    margin: 0;
    padding: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.navbar-brand {
    line-height: 30px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.navbar-arrow>ul>li .arrow-indicator, .navbar-arrow ul ul>li .arrow-indicator {
    display: none;
}
ul.nav-mini {
    padding-right: 0;
}
ul.nav-mini li {
    margin-right: 5px;
    padding: 2px 6px;
}
}@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu>li>a {
    line-height: 23px;
}
.navbar.navbar-default {
    padding: 0;
}
#sp-top-bar {
    top: 95px;
}
#sp-top-bar, #sp-top2 {
    text-align: center;
}
#sp-top1 .nav-mini-wrapper {
    display: inline-block;
    float: none!important;
    margin: 10px 0;
}
#sp-top-bar .sp-contact-info {
    display: inline-block;
}
}@media (min-width:768px) {
    .navbar-nav {
    margin: 0;
    display: inline-block;
}
}.navbar-sticky {
    background: #fff;
    z-index: 20;
    box-shadow: rgb(0 0 0 / 30%) 0px 1px 2px 0px;
    position: fixed!important;
    left: 0;
    top: 0;
    width: 100%}
.navbar-sticky.navbar-default {
    padding: 10px 0 8px;
}
.navbar-sticky .navbar-nav>li>ul {
    top: 59px;
}
.navbar-sticky .navbar-nav>li.mega-menu ul {
    top: 60px;
}
.transparent-header .navbar-sticky {
    padding: 0;
    background-color: rgba(0, 0, 0, .9);
    margin: 0;
    border: none;
}
.navbar.navbar-sticky .logo {
    padding: 5px 0;
}
.navbar.navbar-sticky .logo img {
    width: 85%}
.navbar.navbar-sticky .nav.navbar-nav>li>a {
    line-height: 1.5;
}
.navigation.navbar-sticky .whitelogo {
    display: none;
}
.navigation .colorlogo {
    display: none;
}
.navigation.navbar-sticky .colorlogo {
    display: block;
}
@media only screen and (max-width:1199px) {
}
@media only screen and (max-width:991px) {
    #sp-top2.col-sm-9 {
    padding-right: 0;
}
.sp-contact-info li {
    font-size: 12px;
    padding: 6px 4px;
}
.navbar-fixed-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    clear: both;
}
.transparent-header .navbar-sticky {
    padding: 10px 0;
    background: 0 0;
    border: 1px solid rgba(255, 255, 255, .2);
}
.slicknav_btn {
    top: 32px;
}
.slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before {
    font-size: 21px;
}
}@media (max-width:767px) {
}
@media (max-width:479px) {
}
.logo img {
    width: 100%;
	margin-top: 10px;
	}
.logo h1 {
    margin-bottom: 0;
    color: #005294;
    font-size: 40px;
}
.upper-head {
    background: #011f56;
    padding: 5px 0;
	display: none;
}
.header-menu {
    padding: 10px 0;
    background: #fff;
}
.contact-info {
    display: inline-block;
}
.upper-head p {
    margin-bottom: 0;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin-right: 15px;
    font-weight: 400;
}
.upper-head i {
    padding-right: 5px;
}
.upper-head [class^=flaticon-]:before, [class*=" flaticon-"]:before, [class^=flaticon-]:after, [class*=" flaticon-"]:after {
    font-size: 15px;
    margin-left: 0;
    font-weight: 600;
}
.info-btn a {
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
    font-weight: 400;
}
.info-btn-redes a {
    color: #ffffff;
    font-size: 16px;
    margin-left: 3px;
    font-weight: 400;
}

#home_banner {
    position: relative;
    padding: 0;
    z-index: 1;
}
.swiper-container {
    height: 100%;

}
.swiper-slide {
    overflow: hidden;
}
.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}
.slide-inner:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 5%);
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white, .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: none!important;
}


.home_banner_text {
    position: absolute;
    z-index: 1;
    top: 40%;
    left: 12%}
.home_banner_text p {
    font-size: 20px;
    color: #fff;
}
.home_banner_text h2, .home_banner_text span, .home_banner_text a {
    color: #fff;
    background: #005294;
    padding: 5px 15px;
    font-size: 33px;
}
.home_banner_text h2 {
    margin-bottom: 3px;
}
.home_banner_text span {
    background: #017ebb;
}
.home_banner_text a {
    background: #036d9f;
    margin-left: -5px;
    transition: all ease-in-out .3s;
}
.home_banner_text a:hover {
    color: #036d9f;
    background: #fff;
}
.search-box {
    padding: 0;
	
    background: #ffffff;
}
.search-outer {
    background: #fff0;
    position: relative;
    top: -120px;
    display: flex;
    justify-content: center;
    align-items: center;

  
	
}
.search-outer-video {
    background: #fff0;
    position: relative;
    top: -250px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media(max-width:992px) {
    .search-outer-video {
    background: #fff0;
    position: relative;
    top: -15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
}
.search-title {
    background: #339642;
    position: relative;
    padding: 39px 15px;
}
.search-title p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}
.search-title p span {
    display: block;
    font-size: 28px;
    font-weight: 600;
}
.search-title [class^=flaticon-]:before, [class*=" flaticon-"]:before, [class^=flaticon-]:after, [class*=" flaticon-"]:after {
    font-size: 50px;
    color: #fff;
}
.search-form {
    padding: 20px;
}
.table_item {
    position: relative;
    padding: 25px 0;
}
.table_item .bootstrap-select>.dropdown-toggle {
    padding: 11px 40px;
    border-radius: 0;
    border: 1px solid #eceaea;
    background: #fff;
    font-size: 14px;
    font-weight: 300px;
    font-family: Lato, sans-serif;
    color: #444;
}
.table_item .bootstrap-select .dropdown-menu {
    border-radius: 0;
}
.table_item .bootstrap-select .dropdown-menu li {
    margin-bottom: 5px;
}
.table-item-slider {
    padding-right: 30px;
}
.table_item .form-group {
    position: relative;
    margin-right: 0;
    margin-bottom: 0;
}
.table_item .form-icon {
    margin-bottom: 0;
}
.table_item .form-group i {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9;
}
.table_item .input-group-addon i {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    left: 0;
}
.table_item input[type=text], .table_item input[type=email], .table_item input[type=number], .table_item input[type=search], .table_item input[type=password], .table_item input[type=tel], .table_item input[type=date], .table_item textarea, .table_item select, .table_item .form-control {
    padding: 11px 40px;
}
input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 1.42857143;
    padding: 9px 25px;
}
.date .form-control {
    padding: 10px 40px!important;
}
.table_item a.btn-blue {
    width: 100%;
    text-align: center;
    padding: 9px 25px 8px;
    font-weight: 600;
}
.table_item .input-group-addon {
    border-radius: 0;
    border-left: 1px solid #ccc;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.8;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
}
td.day {
    cursor: default;
}
section.swiper-banner {
    padding: 0;
	margin: 0em 0em -9em;
}
section.swiper-banner-banner-transp {
    padding: 0;
	margin: 0em 0em -1em;
}
.slider {
    height: 600px;
    overflow: hidden;
    position: relative;

}
.slider .swiper-slide:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
}
.slider .swiper-container {
    width: 100%;
    height: 100%;
    margin: 0;
}
.slider .swiper-slide {
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-size: 100%;
    background-position: top center;
}
.slider .swiper-container-horizontal>.swiper-pagination-bullets, .slider .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 40px;
}
.slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
}
.slider .swiper-pagination-bullet-active {
    background: #fe4e37;
}
.slider .swiper-container-vertical>.swiper-pagination-bullets {
    right: 50px;
}
.slider .swiper-button-next, .slider .swiper-button-prev {
    background: #00000063;
    padding: 14px 25px;
    border-radius: 10px 0 0 10px;
}
.slider .swiper-button-next {
    right: 0;
}
.slider .swiper-button-prev {
    left: 0;
    border-radius: 0 10px 10px 0;
}
.slider .swiper-button-next:after, .slider .swiper-button-prev:after {
    font-size: 14px;
    color: #fff;
}
.swiper-content {
    z-index: 1;
	    margin: 0em 0em 12em;
}
.swiper-content-banner-transp {
    z-index: 1;
	    margin: 0em 0em 1em;
}
}
.slider .swiper-content h3 {
    color: #fff;
    margin: 16px 0 13px;
    font-size: 15px;
    position: relative;
    padding: 0;
    line-height: normal;
    font-weight: 400;
    display: inline-block;
}
.slider .swiper-content>h2 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    position: relative;
	text-shadow: 0 8px 16px #0000006b;
}
.slider .swiper-content>h1 {
    color: #fff;
    margin: 2px 0;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -1px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
	text-shadow: 0 2px 16px #0000006b;
}
.slider .swiper-content p {
    color: #fff;
    width: 70%;
    margin: 0 auto;
}


.slider .swiper-content-banner-transp h3 {
    color: #fff;
    margin: 16px 0 13px;
    font-size: 15px;
    position: relative;
    padding: 0;
    line-height: normal;
    font-weight: 400;
    display: inline-block;
}
.slider .swiper-content-banner-transp>h2 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    position: relative;
	text-shadow: 0 8px 16px #0000006b;
}
.slider .swiper-content-banner-transp>h1 {
    color: #fff;
    margin: 2px 0;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -1px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
	text-shadow: 0 2px 16px #0000006b;
}
.slider .swiper-content-banner-transp p {
    color: #fff;
    width: 10%;
    margin: 0 auto;
}



.slider .slider-text {
    padding-top: 100px;
}
.slider a.btn-blue {
    padding: 10px 25px;
    background: 0 0;
    border-width: 2px;
    border-color: #fff;
    transition: all .3s;
}
.slider a.btn-blue:hover {
    background: #002771;
    border-color: #002771;
    color: #fff;
    transition: all .3s;
}
@media (max-width:1100px) {
    .slider .swiper-slide {
    background-size: cover;
}
}@media (max-width:991px) {
    .table_item .form-group {
    margin-bottom: 15px;
}
}@media (min-width:768px) and (max-width:991px) {
    .slider .swiper-content>h1 {
    font-size: 36px;
}
.slider .swiper-content>h2 {
    font-size: 24px;
}
}@media (max-width:735px) {
    .slider .swiper-button-next, .slider .swiper-button-prev {
    display: none;
}
}@media (min-width:601px) and (max-width:767px) {
    .slider .swiper-content>h1 {
    font-size: 30px;
}
.slider .swiper-content>h2 {
    font-size: 20px;
}
}@media (max-width:480px) {
    .slider {
    height: 400px;
}
.slider .swiper-content>h1 {
    font-size: 20px;
    margin: 10px 0;
}
.slider .swiper-content>h2 {
    font-size: 16px;
}
}





section.popular-packages {
    padding: 0 0 50px;
}
section.popular-guide {
    padding: 0 0 70px;
}
.popular-packages .section-title {
    margin-bottom: 10px;
}
.popular-guide .section-title {
    margin-bottom: 10px;
}
.package-item {
    background: #fff;
    box-shadow: 0 20px 20px -14px rgb(42 61 95 / 5%), 0 0 10px rgb(45 53 66 / 15%);
    margin: 30px 0;
    transition: all ease-in-out .3s;
	border-radius: 5px;
}

.package-content {
    padding: 25px;
    border-bottom: 1px solid #ddd;
}
.package-content-guide {
    padding: 15px;

	cursor: pointer;
	color:#339642;
}
.package-content-guide-master {
    padding: 15px;
	border-radius: 5px;
	cursor: pointer;
	background-color: #2a7a36;
}

.package-content-guide h4 {
font-weight: 400;
    margin-bottom: 5px;
    color: #2a7a36;
    margin-top: 0;
    line-height: 1.5;
    font-family: Lato, sans-serif;
	
}
.package-content-guide-master h4 {
font-weight: 400;
    margin-bottom: 5px;
    color: #ffffff;
    margin-top: 0;
    line-height: 1.5;
    font-family: Lato, sans-serif;
	
}
.package-content-guide p {
    font-size: 0.91rem;
    color: #1e1e1e;
	margin-bottom: -0.1rem;
}
.package-content-guide-master p {
    font-size: 0.91rem;
    color: #ffffff;
	margin-bottom: -0.1rem;
}
.package-content h3 {
    display: inline-block;
	font-weight: 700;
}
.package-content-guide h3 {
    display: inline-block;
	font-weight: 700;
}
.package-content-guide-master h3 {
    display: inline-block;
	font-weight: 700;
}
.package-days {
    display: inline-block;
    float: right;
    font-weight: 400;
    font-size: 0.9em;
    color: #005294;
    margin: 3px 0 0;
}
.package-content .deal-rating {
    display: inline-block;
    margin: 9px 0;
}
.package-content-guide .deal-rating {
    display: inline-block;
    margin: 9px 0;
}
.package-content-guide-master .deal-rating {
    display: inline-block;
    margin: 9px 0;
}
.package-image {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    cursor: grab;
    background: #81a5d3;
    margin-bottom: 22px;
	border-radius: 5px 5px 0 0;
}
.package-image-guide {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background: #ffffff;
    margin-bottom: 22px;
}

.package-image img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 60px)!important;
    -webkit-transition: opacity .35s, -webkit-transform .45s;
    transition: opacity .35s, transform .45s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}
.package-image-guide img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 60px)!important;
    -webkit-transition: opacity .35s, -webkit-transform .45s;
    transition: opacity .35s, transform .45s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}
.package-item:hover {
    transition: all ease-in-out .3s;
    transform: translateY(-5px);    
	box-shadow: 0 5px 10px 4px rgb(0 0 0 / 20%), 0 0 20px rgb(0 0 0 / 0%);

	
}
.package-item:hover img {
    opacity: .6;
    filter: alpha(opacity=60);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.package-price {
    right: 0;
    bottom: 0;
    /*padding: 10px 25px 8px;*/
    text-align: center;
    box-shadow: 1px 1px 5px #cccccc57;
    width: 100%}
.package-price .deal-rating {
    display: inline-block;
    margin: 0 20px 0 0;
}





.package-price p {
    margin-bottom: 0;
    font-size: 20px;
    color: #fff;
    display: inline-block;
}
.package-price span {
    font-weight: 600;
}
section.popular-packages .slick-prev {
    left: -10px;
    border-color: #fbfbfb;
}
section.popular-guide .slick-prev {
    left: -10px;
    border-color: #fbfbfb;
}
section.popular-packages .slick-next {
    right: -10px;
    border-color: #fbfbfb;
}
section.popular-guide .slick-next {
    right: -10px;
    border-color: #fbfbfb;
}
.package-info {
    text-align: center;
    margin-top: 25px;
}
.box-guide-user {
    text-align: right;
    margin-top: 2px;
	cursor: pointer;
}
section.countdown-section {
    background: url(../images/countdownbg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    padding-bottom: 53px;
}
.countdown-title {
    position: relative;
    z-index: 1;
}
.countdown-title h2 {
    color: #fff;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    font-size: 40px;
}
.countdown-title h2 span {
    color: #f90;
}
.countdown-title p {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin: 30px 0;
}
.countdown-container {
    position: relative;
    z-index: 1;
}
p#demo {
    text-align: center;
    color: #fff;
    font-size: 80px;
    font-weight: 500;
    margin-bottom: 0;
}
p#demo span {
    font-size: 40px;
    color: #f90;
    margin-left: 10px;
}
@media (max-width:639px) {
    p#demo {
    font-size: 60px;
}
}section.deals {

    padding-bottom: 10px;
}
.section-title-white .section-icon {
    background: 0 0;
}
.section-title-white h2, .section-title-white p, .section-title-white [class^=flaticon-]:before, .section-title-white [class*=" flaticon-"]:before {
    color: #fff;
}
.section-title-white .section-icon:before, .section-title-white .section-icon:after {
    background: #fff;
}
.deals-outer {
    position: relative;
    z-index: 1;
}
.deals-item {
    position: relative;
    z-index: 1;
    margin: 15px;
}
.deals-item-outer {
    position: relative;
    z-index: 5;
    padding: 10px;
    background: #fff;
}
.deals-item:before {
    position: absolute;
    height: 97%;
    width: 50%;
    content: '';
    background: #fff;
    top: 15px;
    left: 5px;
    z-index: -1;
    transform: rotate(-5deg);
}
.deals-item:after {
    position: absolute;
    height: 50%;
    width: 90%;
    content: '';
    background: #fff;
    top: 0;
    right: 0;
    z-index: -1;
    transform: rotate(5deg);
}
.deal-content {
    text-align: center;
    padding: 25px 0;
}
.deal-rating {
    margin-bottom: 15px;
}
span.deal-price {
    background: #329A3E;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    position: absolute;
    bottom: -50px;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 100px;
    width: 100px;
    text-align: center;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 1px 1px 5px #00000057;
    z-index: 1;
}
.deal-rating span, .sale-review span {
    color: #ffc63f;
    font-size: 16px;
}
.deals-image {
    position: relative;
    overflow: hidden;
}
.deals-image:after {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #ff00001c, #ffff0047);
    content: '';
    opacity: 0;
    transition: all ease-in-out .3s;
}
.deals-item:hover .deals-image:after {
    opacity: 1;
}
.deals .slick-dots li button:before, .deals .slick-dots li.slick-active button:before {
    background: #fff;
}
.deal-content p {
    margin-bottom: 20px;
}
@media (max-width:359px) {
    .deal-rating {
    margin-bottom: 5px;
}
}section.bucket-list {
    padding-bottom: 0;
}
.bucket-list li:after, .bucket-list li:before {
    display: none;
}
.bucket-list .mt_filter .list-inline {
    margin: 0 0 30px;
    display: inline-block;
    width: 100%}
.bucket-list .mt_filter .list-inline>li {
    margin-bottom: 0;
    padding: 0;
    display: inline-block;
}
.bucket-list .mt_filter ul li a {
    border-radius: 0;
    display: inline-block;
    padding: 3px 20px;
    cursor: pointer;
    transition: all ease-in-out .3s;
    margin-bottom: 0;
    font-weight: 400;
    border: 1px solid #f1f1f1;
    background: #fff;
    color: #777;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}
.bucket-list .mt_filter ul li a i {
    padding-right: 10px;
    font-weight: 600;
}
.bucket-list .mt_filter ul li a span {
    vertical-align: super;
}
.bucket-list .mt_filter ul li a [class^=flaticon-]:before, [class*=" flaticon-"]:before {
    font-size: 30px;
}
.bucket-list .mt_filter ul li a:hover, .bucket-list .mt_filter ul li.active a {
    border-color: #005294;
    background: #005294;
    transition: all ease-in-out .3s;
    color: #fff;
}
.bucket-list .mt_filter ul li a:hover i, .bucket-list .mt_filter ul li.active a i {
    color: #fff;
}
.bucket-list .mt_filter li.active a {
    color: #fff;
    transition: all ease-in-out .3s;
}
.bucket-list .bucket-content {
    padding: 85px 0 55px;
    background: url(../images/bucketbg.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    position: relative;
}
.bucket-list .row.isotopeContainer {
    position: relative;
    z-index: 1;
}
.bucket-list .hovereffect-bucket:hover .bucket-image {
    overflow: hidden;
    transition: all ease-in-out .3s;
}
.bucket-list .hovereffect-bucket:hover .bucket-image img {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    transition: all ease-in-out .3s;
}
.bucket-list .bucket-item {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
    transition: all ease-in-out .3s;
}
.bucket-list .bucket-item:before {
    content: '';
    background: #ffb300;
    height: 100%;
    width: 100%;
    bottom: -5px;
    right: -5px;
    position: absolute;
}
.bucket-list .bucket-image {
    width: 20%;
    position: relative;
}
.bucket-list .bucket-item-content {
    padding: 20px;
    background: #fff;
    flex: 1 auto;
    position: relative;
}
.bucket-list .bucket-item-content h3 a {
    color: #444;
}
.bucket-list .bucket-item-content span {
    font-weight: 600;
    color: #005294;
    padding-right: 10px;
}
.bucket-list .bucket-item-content span.old-price {
    text-decoration: line-through;
    color: #ffc63f;
}
@media (max-width:767px) {
    .bucket-list .bucket-image {
    width: 20%}
}@media (max-width:567px) {
    .bucket-list .bucket-image {
    width: 100%}
}.top-destinations .col-md-4 {
    padding: 0 3px;
}
.top-destination-item {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
    margin-bottom: 6px;
}
.top-destination-item:last-child {
    margin-bottom: 0;
}
.top-destination-item .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 85px 20px;
    background: #00000054;
}
.top-destination-item .overlay-full {
    padding: 215px 20px;
}
.top-destination-item img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 20px);
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.top-destination-item:hover img {
    opacity: .4;
    filter: alpha(opacity=40);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.top-destination-item h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 24px;
    overflow: hidden;
    padding: .5em 0;
    background-color: transparent;
}
.top-destination-item h2 a {
    color: #fff;
}
.top-destination-item h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.top-destination-item:hover h2:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.top-destination-item p {
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.top-destination-item:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
section.trip-ad {
    position: relative;
    background: url(../images/avion_ravsa.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    overflow: hidden;
}
section.trip-ad .container {
    position: relative;
    z-index: 2;
}
.trip-ad:before {
    position: absolute;
    content: '';
    top: 0;
    left: -12%;
    height: 100%;
    width: 65%;
    background: #fff;
    transform: skew(15deg);
    z-index: 1;
}
.trip-ad:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
}
.ad-title h2 {
    text-transform: uppercase;
}
.ad-title span {
    display: block;
    font-size: 40px;
    color: #005294;
}
.trip-ad-btn {
    margin-top: 32px;
}
.slogan-outer {
    position: relative;
}
.slogan {
    padding: 5px;
    background: linear-gradient(45deg, #002771 0%, #329A3E 100%);
    border-radius: 50%;
    box-shadow: 1px 1px 5px #000;
    text-align: center;
    height: 200px;
    width: 200px;
    z-index: 1;
    margin: 3% auto 0;
}
.slogan-inner {
    height: 190px;
    width: 190px;
    border: 1px dashed #fff;
    border-radius: 50%;
    padding: 40px 0;
    background: linear-gradient(45deg, #002771 0%, #329A3E 100%);
}
.slogan span {
    color: #fff;
    font-size: 25px;
}
span.rate {
	
    display: block;
	margin-top: -12px;
    font-size: 35px;
    font-weight: 600;
}
@media(max-width:480px) {
    .slogan span {
    color: #fff;
    font-size: 23px;
}
	span.rate {
    display: block;
	margin-top: -10px;
    font-size: 30px;
    font-weight: 600;
}
}
section.testimonials {
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 38px;
}
.testimonials .section-title {
    margin-bottom: 0;
}
.testimonial_094_slide h5 {
    margin-top: 10px;
    font-size: 20px;
}
.testemonials .section-title {
    margin-bottom: 30px;
}
.testimonial-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
}
.blog-item {
    box-shadow: 0 0 10px #cccccc57;
}
.blog-image {
    overflow: hidden;
}
.blog-image img {
    transition: all ease-in-out .3s;
}
.post-content {
    padding: 10px 10px 12px;
    background: #f3f3f3;
	margin-top: -30px;
}
.post-content h3 {

    margin-bottom: 10px;
}
.blog-item:hover img {
    transform: rotate(5deg) scale(1.2);
    transition: all ease-in-out .3s;
}
.post-content i {
    padding-right: 5px;
}
.post-date {
    background: #2195c3;
    display: inline-block;
    padding: 8px 15px;
    margin-bottom: 15px;
    color: #fff;
}
.post-date p {
    color: #fff;
    margin: 0;
    font-weight: 700;
}
.post-date-icon p {
    padding-left: 10px;
    margin-bottom: 0;
    display: inline-block;
}
.blog-author {
    display: inline-block;
    width: 100%;
    border-top: 1px dashed #ccc;
    padding-top: 15px;
}
.blog-author p {
    margin-bottom: 0;
}
.blog-wrapper .blog-item {
    margin-bottom: 30px;
}
@media (max-width:991px) {
    section.blog .col-md-4.col-sm-12 {
    margin-bottom: 30px;
}
}section.trusted-partners {
    background: #222935;
    text-align: center;
    padding: 0;
    overflow: hidden;
    position: relative;
}
.trusted-partners:before {
    position: absolute;
    content: '';
    left: -5%;
    top: 0;
    height: 100%;
    width: 35%;
    background: #191e27;
    z-index: 1;
}
section.trusted-partners .row {
    align-items: center;
}
.partners-logo li {
    padding: 0 30px;
    margin-bottom: 0;
    transition: all ease-in-out .3s;
}
.partners-logo li:hover {
    opacity: .7;
}
.partners-title h3 {
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: right;
}
.partners-title span {
    display: block;
    font-size: 32px;
}
.partners-title {
    padding: 30px 30px 25px;
    position: relative;
    z-index: 2;
}
.partners-logo {
    padding: 30px 0;
}
footer {
    background: #ffffff;
    position: relative;
	z-index: 1;
}
.newsletter {
    padding: 10px 0 15px;
    position: relative;
    z-index: 1;
}
.newsletter form {
    position: relative;
    width: 45%;
    margin: 0 auto;
}
.newsletter a {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    background: #d60d45;
    color: #fff;
}
.newsletter input[type=text] {
    padding-right: 115px;
    margin-bottom: 0;
}
.footer-links {
      padding: 30px 0 41px;
   /*border-top: 1px dashed #cccccc3b;*/
    position: relative;
    z-index: 1;
	font-size: 14px;
}
.footer-links h3 {
    color: #3e3e3e;
    margin-bottom: 32px;
	font-size: 18px;
	font-weight: 600;
}
.footer-links li {
    padding: 0px 0 3px 0;
    position: relative;
    margin-bottom: 10px;
    list-style: none;
}
.footer-links li a {
    color: #3e3e3e;
	font-weight: 600;

}
.footer-links li a:hover {

	color: #2a7a36;
}
}
.footer-links li a i {
    padding-left: 5px;
    transition: all ease-in-out .3s;
}
.footer-links-list li a:hover i {
    padding-left: 10px;
}
.footer-links li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.copyright {
    position: relative;
    z-index: 1;
	background: #181818;
    padding: 0 0 2px;
}
.copyright-content p {
    margin-bottom: 0;
    display: inline-block;
    color: #fff;
}
.copyright-content a {
    color: #ffc63f;
}
.footer-recent-post li {
    padding: 0;
    margin-bottom: 10px;
}
.footer-recent-post li:last-child {
    margin-bottom: 0;
}
.footer-recent-post li:before, .footer-social-links li:before {
    display: none;
}
.recent-post-item {
    display: flex;
    align-items: center;
}
.recent-post-image {
    width: 27%}
.recent-post-content {
    flex: 1 auto;
    padding-left: 15px;
}
.recent-post-content h4 {
    color: #fff;
    margin-bottom: 5px;
    font-weight: 300;
}
.recent-post-content p {
    color: #ffc63f;
    margin-bottom: 0;
    font-size: 13px;
}
.footer-social-links li {
    padding: 0;
    display: inline-block;
    margin: 0 20px 0 0;
}
.footer-instagram li {
    padding: 0;
    display: inline-block;
    width: 32.33%;
    margin: 0 0 4px;
}
li.social-icon {
    margin-right: 5px;
    font-size: 20px;
}
li.social-icon a {
    margin-right: 15px;
    font-size: 20px;
	color: #2a7a36;
}
li.social-icon a:hover {
    margin-right: 15px;
    font-size: 20px;
	color: #011f56;
}
li.social-icon-other {
    margin: 0px -5px;
    font-size: 33px;
}
li.social-icon-other a {
	color: #2a7a36;
}
li.social-icon-other a:hover {

	color: #011f56;
}
@media (min-width:992px) and (max-width:1199px) {
li.social-icon {
    margin-right: 15px;
    font-size: 12px;
}
li.social-icon-other {
    margin: 0px -7px;
    font-size: 2.4em;
}
}

li.social-icon a i {
    padding: 0;
}
.footer-about p {
    color: #fff;
    margin: 20px 0;
}
.about-logo img {
    width: auto;
}
.about-location li {
    color: #fff;
}
.about-location li i {
    color: #ffc63f;
    padding-right: 10px;
}
.footer-social-links {
    margin-top: 20px;
}
.payment-content {
    text-align: right;
}
.payment-content li {
    display: inline-block;
    margin: 0 0 0 10px;
    color: #fff;
}
.payment-content li:first-child {
    margin-left: 0;
}
.payment-content li img {
    width: 30px;
}
#back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
    display: none;
}
#back-to-top a {
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    background: #fff;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: .2s all linear;
    -moz-transition: .2s all linear;
    -o-transition: .2s all linear;
    transition: .2s all linear;
}
#back-to-top a:after {
    position: absolute;
    content: '\f176';
    font-family: fontawesome;
    font-size: 20px;
    color: #005294;
    top: 5px;
    left: 15px;
    z-index: 1;
    font-weight: 500;
}
.sale-item {
    position: relative;
}
.sale-content {
    padding: 20px 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    text-align: center;
}
.sale-image {
    position: relative;
    overflow: hidden;
}
.sale-image img {
    transition: all ease-in-out 2s;
}
.sale-tag {
    position: absolute;
    padding: 10px;
    top: 10px;
    right: -10px;
    background: #005294;
    box-shadow: 0 0 10px #0000004a;
    z-index: 50;
}
.sale-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, #040404c7 1%, #ffad0000 80%);
}
.sale-tag span {
    color: #fff;
}
span.new-price {
    font-weight: 600;
}
.sale-tag:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid #295070;
    border-right: 10px solid transparent;
    top: 42px;
    right: 0;
}
.sale-content p {
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}
.sale-content h3 a {
    color: #fff;
}
.sale-content h3 a:hover {
    opacity: .8;
}
.sale-content .sale-review {
    text-align: left;
    margin-bottom: 90px;
}
.slider-button .slick-prev, .slider-button .slick-next {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 3px solid #fff;
    line-height: 2;
    background: #2a7a36;
}
.sale-slider .slick-prev {
    left: -10px;
}
.sale-slider .slick-next {
    right: -10px;
}
.deals-slider .slick-prev {
    left: 5px;
}
.deals-slider .slick-next {
    right: 5px;
}
.sale-item:hover img {
    transform: scale(1.2);
}
.sale-content a.btn-blue {
    background: 0 0;
    border-color: #fff;
}
.sale-content a.btn-blue:hover {
    background: #005294;
    color: #fff;
}
section.destination-padding {
    padding-bottom: 50px;
}
.destinations .category-box {
    margin-bottom: 20px;
}
.destination-item {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    transition: all ease-in-out .3s;
    border: 1px solid #f1f1f1;
    box-shadow: 1px 1px 20px #cccccc67;
    background: #fff;
}
.item-margin-zero {
    margin-bottom: 0;
}
.destination-item:hover {
    transform: translateY(-3px);
}
.destination-image {
    position: relative;
    overflow: hidden;
}
.destination-image img {
    transition: all ease-in-out 3s;
}
.destination-icon {
    position: absolute;
    left: 40%;
    height: 45px;
    width: 45px;
    border: 2px solid #fff;
    text-align: center;
    top: -40%;
    border-radius: 50%;
    transition: all ease-in-out .3s;
    z-index: 2;
}
.destination-content {
    padding: 15px 0;
    text-align: center;
}
.destination-content h3 {
    margin-bottom: 0;
}
.destination-content p {
    margin-bottom: 0;
}
.destination-content .deal-rating {
    margin: 5px 0;
}
.destination-4-col {
    text-align: center;
}
.destination-4-col .deal-rating {
    display: block;
    float: none;
    margin: 5px 0;
}
.destination-overlay {
    position: absolute;
    background: linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all ease-in-out .3s;
}
.destination-item:hover .destination-overlay {
    opacity: .5;
}
.destination-item:hover img {
    transform: scale(1.1);
}
.destination-icon:hover {
    background: #005294;
}
.destination-icon:hover i {
    transform: rotate(360deg);
}
.destination-content span.bold {
    font-size: 20px;
    color: #d60d45;
}
.destination-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transition: all ease-in-out .3s;
}
.destination-item:hover .destination-btn {
    opacity: 1;
    transform: translate(-50%, -50%);
}
.destination-4-col .destination-btn {
    width: 60%}
.detail-info-content {
    margin-bottom: 20px;
}
.detail-info span.bold {
    font-size: 40px;
    color: #d60d45;
}
.detail-info-content .deal-rating {
    margin: 0;
}
.detail-info-content p.detail-info-price {
    display: inline-block;
    float: right;
    margin: 0;
}
.detail-info-content h2 {
    margin-bottom: 0;
    display: inline-block;
    text-transform: uppercase;
}
.detail-info-content table {
    margin-bottom: 21px;
}
.detail-title {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.detail-title h3, .detail-title h4 {
    display: inline-block;
    margin: 0;
    padding-right: 20px;
    border: 1px solid #002771;
    padding: 8px 16px;
    background: #002771;
	color: #fff;
}
.sidebar-item .detail-title h3 {
    padding: 5px 15px;
}
.sidebar-item-dark .detail-title h3 {
    background: #005294;
    color: #fff;
    border: none;
}
.detail-title:after {
    position: absolute;
    top: 51%;
    content: '';
    background: #bdd0e8;
    height: 1px;
    width: 100%}
.detail-box {
    margin-bottom: 30px;
}
.detail-box:last-child {
    margin: 0;
}
.description-content {
    border: 1px solid #f1f1f1;
    padding: 15px;
}
.description-content p:last-child {
    margin-bottom: 0;
}
.detail table {
    width: 100%;
    margin-top: 10px;
}
.detail table td {
    padding: 10px;
}
td.title {
    font-weight: 500;
}
.detail table tr {
    margin-bottom: 10px;
    border: 1px solid #f1f1f1;
}
.detail table tr:last-child {
    margin-bottom: 0;
}
.detail table td ul li {
    margin-bottom: 5px;
    width: 49%;
    display: inline-block;
}
.detail table td ul li:last-child {
    margin-bottom: 0;
}
.detail table td i {
    width: 20px;
    color: #005294;
}
.detail table tr:nth-child(even) {
    background: #fbfbfb;
}
td.excludes ul li i {
    color: #d60d45;
}
.timeline {
    position: relative;
}
.timeline li {
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    padding: 0 15px 15px 110px;
    border: 1px solid #f1f1f1;
}
.flag-wrapper {
    margin-bottom: 10px;
    margin-top: 15px;
}
.flag {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    transition: all ease-in-out .3s;
}
.day-wrapper {
    position: absolute;
    height: 100%;
    width: 60px;
    background: #f1f1f1;
    left: 0;
    z-index: 1;
    text-align: center;
    transition: all ease-in-out .3s;
    top: 0;
}
.timeline li:hover .day-wrapper {
    background: #d60d45;
}
.timeline li:hover .flag {
    color: #d60d45;
}
.day-wrapper span {
    color: #005294;
    font-weight: 600;
    font-size: 32px;
    line-height: 2;
    background: #fff;
    width: 100%;
    display: inline-block;
}
.desc p:last-child {
    margin-bottom: 0;
}
.map-frame {
    background: #ffff;
    padding: 15px 15px 10px;
    border: 1px solid #f1f1f1;
}
.map-frame iframe {
    height: 350px;
    width: 100%;
    frameborder: 0;
}
#sidebar-sticky {
    margin-bottom: 70px;
}
.detail-tabs #sidebar-sticky {
    margin-bottom: 0;
}
aside.detail-sidebar.sidebar-wrapper {
    position: sticky;
    top: 0;
}
.sidebar-item {
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 20px #cccccc57;
    margin-bottom: 30px;
    padding: 15px;
}
.sidebar-item-dark {
    background: #333;
}
.sidebar-item-dark .detail-title h4 {
    color: #fff;
    background: #333;
}
.sidebar-content li:last-child {
    margin-bottom: 0;
}
.sidebar-item .detail-title {
    margin-bottom: 15px;
}
.servicios-details ul li span {
    color: #d60d45;
    font-weight: 600;
}
.sidebar-socialicon {
    padding-bottom: 5px;
}
.share-links li {
    display: inline-block;
    margin-bottom: 0;
    float: left;
    width: 50%;
    margin: 0 0 10px;
}
.share-links li span {
    font-size: 15px;
}
.share-links li.social-icon a i {
    font-size: 15px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #ccc;
    line-height: 2;
    margin-right: 5px;
    text-align: center;
    color: #fff;
    background: #38a1f3;
}
.share-links li.social-icon a i.fa-facebook {
    background: #3c5a99;
}
.share-links li.social-icon a i.fa-instagram {
    background: #f77737;
}
.share-links li.social-icon a i.fa-youtube {
    background: red;
}
.support-content h4 {
    margin-bottom: 0;
}
.support-content p {
    margin: 0;
    color: #d60d45;
}
.sidebar-package-content {
    background: inherit;
    padding: 15px 0 0;
    text-align: left;
}
.sidebar-package-content h4 {
    margin-bottom: 1px;
    display: inline-block;
}
.sidebar-package-content p {
    display: block;
    margin-bottom: 7px;
}
.sidebar-package-content .deal-rating {
    display: inline-block;
    float: right;
}
.sidebar-item input, .sidebar-item textarea, .sidebar-item input .form-control {
    padding: 10px!important;
    font-size: 13px;
}
.sidebar-item textarea {
    height: 100px;
}
.sidebar-item .comment-btn .btn-blue {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
}
.sidebar-helpline {
    background: url(../images/equipo_ravsa.jpg) no-repeat;
    background-size: cover;
    position: relative;
    padding: 30px;
}
.sidebar-helpline:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
}
.sidebar-helpline-content {
    position: relative;
    z-index: 1;
}
.sidebar-helpline-content h3, .sidebar-helpline-content p {
    color: #fff;
}
.sidebar-helpline-content p:last-child {
    margin-bottom: 0;
}
.sidebar-helpline-content i {
    margin-right: 5px;
}
.sidebar-content .range-slider {
    margin: 20px 0 0;
}
.range-slider .ui-slider-range.ui-widget-header.ui-corner-all.whole {
    background: #ccc;
}
.comment-item {
    display: flex;
    border: 1px solid #f1f1f1;
    padding: 20px;
    margin-bottom: 30px;
}
.comment-image {
    flex: 0 1 75px;
    padding: 0 20px 0 0;
}
.detail-content .comment-image {
    padding: 0;
}
.comment-item:last-child {
    margin-bottom: 0;
}
.comment-image {
    text-align: center;
}
.comment-image img {
    overflow: hidden;
    border-radius: 50%;
    width: 75px;
    height: 75px;
}
.comment-reply .comment-image img {
    height: 50px;
    width: 50px;
}
.comment-image h4 {
    margin: 10px 0 0;
}
.comment-desc {
    margin-bottom: 20px;
}
.comment-reply .comment-desc {
    margin-bottom: 0;
}
.comment-desc h4 {
    display: inline-block;
}
.comment-desc p {
    margin: 0;
}
span.comment-date {
    display: block;
    font-size: 12px;
    margin-bottom: 7px;
}
.comment-image a.btn-blue {
    font-size: 12px;
    padding: 5px 15px;
}
.comment-desc .deal-rating {
    display: inline-block;
    margin: 0 0 15px;
}
span.travel-date {
    float: right;
    font-size: 12px;
}
span.bold {
    font-weight: 500;
}
.comment-btn {
    margin-top: 10px;
}
.comments-form textarea, .comments-form input {
    background: #fff;
}
.sidebar-slider .slick-prev {
    left: 0;
}
.sidebar-slider .slick-next {
    right: 0;
}
.event-list li {
    border-bottom: 1px dashed #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.event-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.event-list li a {
    color: #555;
}
.event-list li a:hover {
    color: #0d74ba;
}
.comment-reply {
    background: #fff;
    margin-bottom: 10px;
}
@media (max-width:640px) {
    .detail-content .comment-image {
    padding-bottom: 10px;
}
}
section.detail-tabs {
    padding-bottom: 60px;
}
.detail-tab .breadcrumb-content ul {
    bottom: 0;
    box-shadow: none;
}
.detail-tab .breadcrumb-outer h2 {
    margin-bottom: 15px;
}

@media (max-width:480px) {
.breadcrumb-content>h1 {
    font-size: 24px;

}
.breadcrumb-content>h2 {
    font-size: 16px;
}


.fade-content-text-bottom>h2 {
    font-size: 20px;
	font-weight: 600;
}
}

@media(min-width:767px) {
    section.detail-tabs .content-mobile {
    display: none;
}

    section.detail-tabs .content-mobile {
    display: block;
}
section.detail-tabs .content-desktop {
    display: none;
}
}@media(max-width:567px) {
    .comment-item {
    display: block;
    text-align: center;
}
.comment-image, .comment-content {
    display: block;
    width: 100%}
}.destination-fw-item {
    margin-bottom: 30px;
    border: 1px solid #f1f1f1;
    padding: 20px;
    transition: all ease-in-out .3s;
    box-shadow: 0 0 10px #cccccc67;
}
.destination-fw-image {
    overflow: hidden;
    position: relative;
}
.destination-fw-image img {
    transition: all ease-in-out .3s;
}
.destination-fw-item:hover {
    transform: translateY(-3px);
}
.destination-fw-item:hover img {
    transform: scale(1.2) rotate(-5deg);
}
.destination-fw-item:nth-child(even):hover img {
    transform: scale(1.2) rotate( 5deg);
}
.destination-fw-item:last-child {
    margin-bottom: 0;
}
.destination-fw-desc h3 {
    margin-bottom: 10px;
    display: inline-block;
}
.destination-fw-content p {
    margin-bottom: 15px;
    display: inline-block;
}
.fw-content .deal-rating {
    margin: 0 0 10px 0;
    display: inline-block;
    float: right;
}
.destination-fw-content span.bold {
    font-size: 28px;
}
.fw-price p {
    margin-bottom: 0;
}
.fw-price span.bold {
    display: block;
    font-size: 30px;
    color: #d60d45;
}
.destination-fw-item .deal-rating {
    text-align: center;
    margin: 5px 0 14px;
}
.fw-btns {
    text-align: center;
}
.fw-btns a.btn-blue {
    display: block;
    margin-top: 15px;
}
p.fw-info {
    display: inline-block;
    color: #7d7d7d;
    margin: 0 15px 0 0;
    font-size: 13px;
}
.destination-2col-item {
    box-shadow: 1px 1px 5px #cccccc57;
    margin-bottom: 30px;
}
.destination-2col-item:hover img {
    transform: scale(1.2) rotate(-5deg);
}
.destination-2col-item h3 {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    z-index: 1;
}
.destination-2col-item h3 a {
    color: #fff;
}
.destination-2col-item .destination-fw-image:after {
    position: absolute;
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
}
.destination-2col-item .destination-fw-content {
    text-align: center;
}
@media(max-width:991px) {
    .destination-fw-desc.fw-content {
    padding-top: 15px;
    text-align: center;
}
.fw-btns a.btn-blue {
    display: inline-block;
}
}section.trekking {
    padding-bottom: 50px;
}
.trekking-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.trekking-item:after {
    position: absolute;
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
}
.trekking-outer {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.trekking-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    transition: all ease-in-out .3s;
    z-index: 1;
}
.trekking-title h3 a {
    color: #fff;
}
.trekking-title h3 {
    display: inline-block;
    margin-right: 20px;
}
.trekking-title p {
    display: inline-block;
    color: #fff;
}
.trekking-title p span {
    font-size: 20px;
    font-weight: 500;
}
.trekking-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    text-align: center;
    background: #005294ad;
    padding: 40px 0;
    opacity: 0;
    transition: all ease-in-out .3s;
    z-index: 1;
}
.trekking-content p {
    color: #fff;
}
.trekking-content a.btn-blue {
    background: 0 0;
    border-color: #fff;
}
.trekking-content a.btn-blue:hover {
    background: #fff;
    color: #005294;
}
.trekking-item:hover .trekking-content {
    opacity: 1;
    transform: translate(-50%, -50%);
}
.trekking-item:hover .trekking-title {
    opacity: 0;
}
section.page-cover {
    background: #fbfbfb;
    padding-bottom: 0;
}
.cover-content {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}
.cover-image {
    margin: 30px 0;
}
.cover-content h2 {
    margin-bottom: 10px;
}
.cover-content .author-detail p {
    font-size: 15px;
}
a.tag, .sidebar-item a.tag {
    color: #d60d45;
    font-size: 13px;
    font-weight: 500;
    transition: all ease-in-out .3s;
    display: inline-block;
    padding: 0 5px;
}
.author-detail p {
    display: inline-block;
    padding-right: 5px;
    margin: 0;
}
.sidebar-title h3:before {
    content: '';
    background: #999;
    height: 1px;
    width: 30%;
    position: absolute;
    right: 0;
    top: 15px;
}
.sidebar-box {
    margin-bottom: 30px;
    padding: 20px!important;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 15px #cccccc57;
}
.sidebar-box:last-child {
    margin-bottom: 0;
}
.recent-item {
    float: left;
    margin-bottom: 20px;
    width: 100%}
.recent-item:last-child {
    margin-bottom: 0;
}
.recent-image {
    float: left;
    width: 25%}
.recent-content {
    float: left;
    width: 75%;
    padding-left: 20px;
    position: relative;
}
.recent-content h4 {
    margin: 6px 0 5px;
}
.recent-content .author-detail {
    padding: 0;
}
.recent-content .author-detail p {
    margin-bottom: 0;
}
.sidebar-item a {
    color: #666;
}
.sidebar-item a.btn-blue {
    color: #fff;
}
.sidebar-item a.btn-blue:hover {
    color: #d60d45;
}
.sidebar-item a:hover {
    color: #0d74ba;
}
.popular-item {
    padding: 10px 0 10px 40px;
    border-bottom: 1px dashed #f1f1f1;
    position: relative;
}
.popular-item span.item-no {
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 23px;
    color: #d60d45;
}
.popular-content h4 {
    margin-bottom: 5px;
}
.popular-item:last-child {
    border: none;
    padding-bottom: 0;
}
.popular-item .author-detail {
    padding: 0;
}
p.articlepara {
    line-height: 1.7;
    margin-bottom: 25px;
}
.sectionoverlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
}
.item-wrapper blockquote, .blockquote-upper blockquote {
    border-left: none;
    position: relative;
    padding: 50px 20px;
    background: url(../images/blog1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}
.item-wrapper blockquote p, .blockquote-upper blockquote p {
    font-weight: 600;
    font-size: initial;
    color: #fff;
    position: relative;
    z-index: 1;
    margin: 0;
}
.sidebar-title h3 {
    position: relative;
}
.author-image {
    text-align: center;
    width: 40%;
    margin: 0 auto;
}
.author-image img {
    border-radius: 0 35px;
}
.author-content {
    padding-top: 20px;
    text-align: center;
}
.author-content ul {
    padding-top: 5px;
}
ul.header-social-links li {
    display: inline-block;
    margin: 0;
}
.post-categories li {
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 10px;
}
.post-categories li:last-child {
    border: none;
    padding: 0;
    margin: 0;
}
.post-categories li a {
    color: #666;
    transition: all ease-in-out .3s;
}
.post-categories li a:hover {
    color: #0d74ba;
}
.author-content .header-social-links a {
    padding: 0 5px;
}
.item-detail .detail-image {
    margin-bottom: 25px;
}
h4.panel-title a {
    display: block;
}
.att-item {
    margin-bottom: 15px;
    border: 1px dashed #e9e9e9;
    padding-bottom: 15px;
    padding: 15px;
    position: relative;
    overflow: hidden;
    padding-right: 28%}
.att-image {
    float: left;
    width: 20%}
.att-content {
    padding-left: 30px;
    width: 80%;
    float: right;
}
.att-content-left {
    width: 100%;
    display: inline-block;
}
.att-content-right {
    text-align: right;
    background: #fbfbfb;
    padding: 40px 15px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px dashed #f1f1f1;
}
.att-content-left ul li {
    line-height: 1.5;
    font-size: 14px;
    width: 49%;
    display: inline-block;
}
.att-content-left ul li i {
    width: 20px;
    color: #005294;
}
.att-content-right span.bold {
    color: #d60d45;
    font-size: 20px;
}
.col-left-padding {
    padding-left: 0;
}
.popular-tag-content li {
    display: inline-block;
    margin-bottom: 3px;
}
.popular-tag-content li a {
    display: inline-block;
    border: 1px solid #ccc;
    background: #fbfbfb;
    padding: 5px 20px;
    transition: all ease-in-out .3s;
}
.popular-tag-content li a:hover {
    color: #fff;
    background: #005294;
}
fieldset {
    margin: 0;
    padding: 0;
}
.rating {
    border: none;
    float: left;
}
.rating>input {
    display: none;
}
.rating>label:before {
    margin: 0 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005"}
.rating>.half:before {
    content: "\f089";
    position: absolute;
}
.rating>label {
    color: #ddd;
    float: right;
}
.rating>input:checked~label, .rating:not(:checked)>label:hover, .rating:not(:checked)>label:hover~label {
    color: gold;
}
.rating>input:checked+label:hover, .rating>input:checked~label:hover, .rating>label:hover~input:checked~label, .rating>input:checked~label:hover~label {
    color: #ffed85;
}
.sidebar-content input[type=checkbox] {
    margin: 15px 0 0;
}
.sidebar-btn {
    margin-top: 15px;
}
.list-item {
    /*border: 1px solid #f1f1f1; Desactive*/ 
    margin-bottom: 40px;
    padding: 15px;
    transition: all ease-in-out .3s;
    position: relative;
    overflow: hidden;
}
.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.image-overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .4);
    content: '';
    transition: all ease-in-out .6s;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
}
.grid-item .list-content {
    text-align: center;
    width: 100%;
    padding: 15px 0 0;
}
.list-content h3 {
    margin-bottom: 12px;
}
.grid-item .list-content p {
    margin: 11px 0 0;
}
.author-detail p {
    font-size: 13px;
}
.list-content p {
    margin: 10px 0 0;
}
.list-image {
    overflow: hidden;
    position: relative;
}
.list-image img {
    position: relative;
    transition: all ease-in-out .3s;
}
.list-item:hover img {
    transform: rotate(5deg) scale(1.2);
}
.list-item:hover {
    /*box-shadow: 0 0 15px #cccccc57; Desactive*/
}
.list-item:hover .image-overlay:before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
}
.box-info {
    padding: 10px 0;
    display: flex;
	background-color: white;
    margin: 5px 0;
	margin-bottom: 15px;

}
.box-info-border-left {
    padding: 10px 0;
    display: flex;
    border-left: 3px solid #2a7a36;
	background-color: white;
    margin: 5px 0;
	margin-bottom: 30px;

}
.box-info-master {
    padding: 10px 0;
    display: flex;
	background-color: white;
    margin: 10px 0;
}
.box-info-sub {
    padding: 10px 0;
    display: flex;
	background-color: white;
	margin: 10px 0;
}
.box-info-image {
    width: 1%;
	padding-left: 7px;
	}
.box-info-image img {
    border-radius: 50%}
	
.box-ravsa-image {
    width: 40%;
	padding-left: 10px;
	}
.box-ravsa-image img {
    border-radius: 0;}
	
.content-info {
    width: 95%;
    padding: 9px 40px 0;
}

.content-info2 {
    width: 98%;
    padding: 12px;
	font-size: 1rem;
}
.content-info3 {
    width: 98%;
    padding: 12px;
	font-size: 1rem;
	height: 100vh;
}
@media(max-width:480px) {
.box-ravsa-image {
 display:none;
}
.content-info2 {
 font-size: 1.2rem;
}
.content-info3 {
 font-size: 1.2rem;
}
}
ul.profile-link li {
    display: inline-block;
    padding-right: 10px;
}
.content-info p {
    margin-bottom: 0;
}
.content-info h3 {
    color: #000;
}
.content-info h3 span {
    font-size: 15px;
    color: #777;
}
.share-buttons {
    text-align: center;
}
a.btn-large {
    padding: 10px 70px;
    color: #fff;
    transition: all ease-in-out .3s;
    float: left;
}
a.btn-facebook {
    background: #1c3a78;
}
a.btn-twitter {
    background: #006dbf;
    float: right;
}
a.btn-large:hover {
    background: #333;
}
.share-buttons p {
    display: inline-block;
    margin: 0;
}
.share-buttons p span {
    font-weight: 400;
    font-size: 25px;
}
.item-tags {
    clear: both;
    padding: 30px 0;
    text-align: center;
}
.item-tags a.tag-blue {
    color: #a3a3a3;
    background: 0 0;
    border: 1px solid #a3a3a3;
    padding: 5px;
}
.item-tags a.tag-blue:hover {
    color: #333;
}
.comment-box h3, form h3 {
    display: inline-block;
    padding-bottom: 18px;
    position: relative;
}
.comment-box h3:after, .comment-form h3:after {
    top: 36px;
    width: 100%}
.comment-box h3:after, .comment-form h3:after {
    position: absolute;
    content: '';
    width: 15%;
    height: 1px;
    background: #999;
    bottom: 0;
    left: 0;
    z-index: 1;
    top: 36px;
    width: 100%}
.comment-image img {
    border-radius: 50%}
.comment-content {
    flex: 1 1 100%}
.comment-content h4 {
    display: inline-block;
}
.comment-content p.date {
    display: inline-block;
    float: right;
}
ul.reply {
    padding-left: 75px;
}
ul.reply li {
    margin-bottom: 30px;
}
.related-posts {
    margin-bottom: 30px;
}
.related-posts .list-item {
    margin-bottom: 0;
}
.cod-post-wrap {
    margin-bottom: 30px;
}
.cod-post-wrap:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
#home_banner_post {
    position: relative;
    padding: 0;
    z-index: 5;
    height: 450px;
}


.cod-post-wrap .author-detail {
    padding: 0 0 15px;
}
.blockquote-upper blockquote {
    margin: 0;
}
.blog-post-upper {
    overflow: hidden;
}
.blog-post-upper iframe {
    width: 100%}
.booking-outer {
    padding: 30px;
    border: 1px solid #f1f1f1;
    box-shadow: 1px 1px 20px #cccccc67;
}
section.payment {
    padding-bottom: 0;
}
section.booking {
    padding-top: 100px;
}
td.b-id {
    color: #d60d45;
    font-weight: 500;
}
.booking-form .detail table {
    margin-top: 0;
}
.confirmation-title h2 {
    margin-bottom: 0;
}
.booking-form .payment-info {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.checkbox-outer {
    margin: 0 0 10px;
}
.checkbox-outer a {
    color: #d60d45;
}
.login-form {
    text-align: center;
}
.login-form form {
    text-align: left;
    padding: 30px;
    border: 1px solid #f1f1f1;
    box-shadow: 1px 1px 20px #cccccc57;
}
.form-title {
    text-align: center;
    margin-bottom: 30px;
}
.grid-item {
    padding: 20px;
}
.grid-item .post-content {
    padding: 0;
}
.grid-item:last-child {
    margin-bottom: 0;
}
.post-content-1 {
    border: 1px solid #f1f1f1;
}
.login-accounts {
    padding-top: 20px;
    margin-top: 23px;
    border-top: 1px solid #f1f1f1;
}
.login-accounts a.btn-blue {
    margin-right: 10px;
}
a.btn-google {
    background: #d34836;
    border-color: #d34836;
}
a.btn-twit {
    background: #00aced;
    border-color: #00aced;
}
.login-accounts h3 {
    display: block;
    margin: 10px 0 15px;
    padding-bottom: 0;
}
a.forgotpw {
    color: #d60d45;
}
.contact-about .about-logo {
    margin-bottom: 15px;
}
.contact-location i {
    color: #d60d45;
    margin-right: 10px;
}
.form-title h2, .form-title h3 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.form-title h2:after, .form-title h3:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 50px;
    background: #333;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    right: 0;
}
.make-payment {
    margin-top: 30px;
}
.form-title-1 {
    text-align: left;
}
.form-title-1 h2:after, .form-title-1 h3:after {
    right: none;
    margin: 0;
}
.forgot-password {
    padding: 100px 0 80px;
}
@media(max-width:991px) {
    .contact-about.footer-margin {
    margin: 30px 0 0;
}
}.error-box {
    height: 200px;
    width: 200px;
    margin: 0 auto;
    background: #d60d45;
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 30px;
}
.error-box-inner {
    height: 180px;
    width: 180px;
    margin: 0 auto;
    background: #99062f;
    border-radius: 50%;
    border: 2px dashed #fff;
}
.error-box-inner h1 {
    font-size: 80px;
    line-height: 2;
    color: #fff;
    margin: 0;
}
h1.not-found {
    text-transform: uppercase;
    margin: 30px 0 0;
}
.error-content a {
    color: #d60d45;
}
.price-item {
    border: 1px solid #f1f1f1;
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 1px 1px 20px #cccccc67;
    transition: all ease-in-out .3s;
}
.price-table-head {
    padding: 30px 20px;
    background: #d60d45;
}
.price-item-blue .price-table-head {
    background: #005294;
}
.price-table-head i {
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
}
.price-table-head h3 {
    color: #fff;
    margin-bottom: 0;
}
.price-table-price {
    padding: 20px;
}
.price-table-price span {
    color: #99062f;
    font-size: 40px;
    font-weight: 600;
}
.price-item-blue .price-table-price span {
    color: #005294;
}
.price-table-content {
    background: #fbfbfb;
}
.price-table-content li {
    margin: 0;
    padding: 10px;
}
.price-table-content li:nth-child(even) {
    background: #fff;
}
.price-btn {
    padding: 20px 0;
}
.price-table-content i {
    color: #005294;
}
.price-item-blue .price-table-content i {
    color: #d60d45;
}
.price-item-blue a.btn-red {
    background: #005294;
    border-color: #005294;
}
.price-item-blue a.btn-red:hover {
    background: #fff;
    color: #005294;
}
.price-item:hover {
    transform: translateY(-10px);
}
@media(max-width:991px) {
    .price-item {
    margin-bottom: 30px;
}
section.price-list {
    padding-bottom: 50px;
}
}section.aboutus {
    padding-bottom: 55px;
}
.about-item {
    padding: 40px 30px;
    border: 1px solid #f1f1f1;
    box-shadow: 1px 1px 20px #cccccc67;
    text-align: center;
    margin-bottom: 30px;
}
.about-icon i {
    font-size: 50px;
    color: #d60d45;
    height: 60px;
    width: 60px;
    line-height: 1;
    padding: 5px;
    transition: all ease-in-out .3s;
}
.about-item:hover .about-icon i {
    opacity: .8;
}
.about-content {
    padding-top: 20px;
}
.about-content p {
    margin-bottom: 0;
}
.team-image {
    overflow: hidden;
}
.team-image img {
    transition: all ease-in-out .3s;
}
.team-item:hover .team-image img {
    transform: scale(1.2);
}
.team-content {
    background: #d60d45;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    position: relative;
    bottom: 20px;
    text-align: center;
    transition: all ease-in-out .3s;
}
.team-content h3 {
    color: #fff;
}
.team-content p {
    color: #fff;
    margin: 0;
}
.team-item:hover .team-content {
    width: 100%;
    bottom: 0;
}
.section_heading {
    margin: 0 0 4rem;
    padding-right: 30%}
.section_heading h2.section_title {
    position: relative;
    padding-left: 25px;
}
.section_heading h2.section_title:before {
    content: '';
    height: 100%;
    width: 3px;
    background: #d60d45;
    position: absolute;
    top: 0;
    left: 0;
}
.our_store {
    padding: 75px 0 50px;
}
.our_store .col-sm-3.col-xs-12 {
    padding: 0 10px;
}
.rt-product-wrapper {
    border: 1px solid #f1f1f1;
    transition: all .5s;
    margin-bottom: 30px;
}
.rt-product-wrapper:hover {
    border-bottom-color: #d60d45;
    transition: all .5s;
    box-shadow: 0 0 5px #cccccc52;
}
.rt-product-wrapper .product-image img {
    transition: all .5s;
}
.rt-product-wrapper:hover .product-image img {
    transform: rotate(8deg) scale(1.2);
    transition: all .5s;
}
.product-thumbnail-wrapper {
    position: relative;
    overflow: hidden;
}
.rt-product-wrapper .product-label span {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 15px;
    background: #333;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
}
.rt-product-wrapper .product-label span.hot {
    background: #d60d45;
    text-align: center;
    left: inherit;
    right: 0;
}
.rt-product-meta-wrapper {
    text-align: center;
    background: #fbfbfb;
    padding: 28px 15px 30px;
    border-top: 1px solid #f1f1f1;
}
.product-categories, .product-categories a {
    color: #d60d45;
    font-size: 14px;
}
.rt-product-meta-wrapper del {
    opacity: .6;
    font-size: 16px;
}
.rt-product-meta-wrapper ins {
    padding-left: 15px;
    text-decoration: none;
    font-size: 16px;
}
.rt-cartprice-wrapper span.price {
    display: inline-block;
    width: 100%}
.rt-product-meta-wrapper .btn_red {
    margin-bottom: 0;
}
.slick-slider.row {
    margin: 0 -15px;
}
.our_store .slick-prev, .our_store .slick-next {
    top: -80px;
    border: 1px solid #ccc;
    background: #fff;
    text-align: center;
    height: 35px;
    width: 35px;
    margin-top: 0;
    line-height: inherit;
}
.our_store .slick-prev {
    right: 55px;
    left: inherit;
}
.our_store .slick-next {
    right: 10px;
}
.our_store .slick-prev:before, .our_store .slick-next:before {
    font-size: 17px;
    color: #666;
    background: 0 0;
}
.our_store .slick-prev:hover, .our_store .slick-prev:focus, .our_store .slick-next:hover, .our_store .slick-next:focus, .our_store .slick-prev:visited, .our_store .slick-next:visited {
    color: #666;
    outline: none;
    background: #d60d45;
    border-color: #d60d45;
    transition: all .5s;
}
.our_store .slick-prev:hover:before, .our_store .slick-prev:focus:before, .our_store .slick-next:hover:before, .our_store .slick-next:focus:before {
    color: #fff;
    transition: all .5s;
}
.mar-bottom-20 {
    margin-bottom: 20px;
}
@media(max-width:1100px) {
    .rt-product-meta-wrapper {
    padding: 28px 5px 30px;
}
}.store-detail {
    padding: 75px 0 0;
}
.store-detail .slider.slider-thumbs {
    margin-top: 2px;
    height: auto!important;
}
.store-detail .slider.slider-thumbs .slick-slide {
    opacity: .5;
}
.store-detail .slider.slider-thumbs .slick-slide.slick-active {
    opacity: 1;
}
.store-detail .slider.slider-thumbs .slick-prev, .store-detail .slider.slider-thumbs .slick-next {
    top: 50%;
    background: #fff;
}
.store-detail .slider.slider-thumbs .slick-prev {
    left: 0;
}
.store-detail .slider.slider-thumbs .slick-next {
    right: 0;
}
.store-detail .slider.slider-thumbs .slick-prev:before, .store-detail .slider.slider-thumbs .slick-next:before {
    color: #eb262a;
    opacity: 1;
    background: 0 0;
}
.store-detail .rt-product-meta-wrapper {
    background: 0 0;
    text-align: left;
    padding: 0;
    border: none;
}
.store-detail .quantity-buttons {
    display: inline-block;
}
.store-detail span.rt-price-amount {
    font-weight: 600;
    font-size: 18px;
}
.single-product-summary .product-details_short-description {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.single-product-summary .product-details_short-description p {
    margin-bottom: 0;
}
.single-product-summary form.cart {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
span.quantity-buttons input {
    width: 60%;
    text-align: left;
    margin: 0;
    height: 42px;
}
input.quantity-input {
    border: 1px solid #ccc;
    text-align: center;
    margin-bottom: 0;
    padding: 12px;
    border-radius: 5px;
}
.single-product-summary .product_meta>span {
    display: block;
    margin: 10px 0 0;
}
.single-product-summary .product_meta a, .single-product-summary .product_meta span {
    font-size: 14px;
    line-height: 1.82em;
    letter-spacing: .12em;
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
}
.single-product-summary .product_meta a:hover {
    color: #eb262a;
}
.our_store.related_store {
    padding-top: 0;
}
#store-tabs {
    background: #fff;
    padding: 80px 0;
}


#store-tab-main .tab-content {
    border: 1px solid #f1f1f1;
    padding: 30px;
    border-top: 1px solid transparent;
}
@media(max-width:991px) {
    .single-product-summary {
    margin-top: 20px;
}
}@media(max-width:767px) {
    .entry-summary {
    margin-top: 15px;
}
}.shopping-main {
    position: absolute;
    right: 90px;
}
.shopping-cart-holder .header-cart {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 25px 0 0;
}
.shopping-cart-holder .header-cart span.cart-icon path {
    fill: #fff;
}
#inner-navigation .navbar-sticky-in.navbar-default .shopping-cart-holder .header-cart span.cart-icon path, .home-2 .shopping-cart-holder .header-cart span.cart-icon path {
    fill: #000;
}
.shopping-cart-holder .header-cart:hover {
    color: #818491;
}
.shopping-cart-holder .header-cart .cart-number {
    position: relative;
    top: 0;
    right: 10px;
    font-weight: 500;
    font-size: 10px;
    border-radius: 100%;
    background-color: #d60d45;
    color: #fff;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    display: inline-block;
}
.shopping-cart-dropdown {
    position: absolute;
    top: 75px;
    right: 0;
    width: 260px;
    background-color: #fff;
    text-align: left;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    box-sizing: border-box;
    -webkit-transition: all .35s cubic-bezier(.53, .01, .18, 1);
    -moz-transition: all .35s cubic-bezier(.53, .01, .18, 1);
    transition: all .35s cubic-bezier(.53, .01, .18, 1);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .03);
}
.shopping-cart-holder:hover .shopping-cart-dropdown {
    opacity: 1;
    visibility: visible;
}
.shopping-cart-dropdown ul {
    margin: 22px 20px;
    padding: 0;
}
.shopping-cart-dropdown ul li {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    padding: 0 0 5px;
    box-sizing: border-box;
}
.shopping-cart-dropdown ul li:first-child {
    padding-top: 0;
}
.shopping-cart-dropdown ul li:last-child {
    padding-bottom: 0;
}
.shopping-cart-dropdown .item-image-holder {
    position: relative;
    display: table-cell;
    height: 100%;
    width: 75px;
}
.shopping-cart-dropdown .item-image-holder img {
    display: block;
    width: 75px;
    height: 75px;
    border-radius: 50%}
.shopping-cart-dropdown .item-info-holder {
    position: relative;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    padding-left: 14px;
}
.shopping-cart-dropdown .item-info-holder .product-title {
    display: block;
    margin: 0;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    line-height: 1.2em;
}
.shopping-cart-dropdown .item-info-holder .rt-price-amount, .shopping-cart-dropdown .item-info-holder .rt-quantity {
    display: inline-block;
    font-size: 16px;
    color: #c78665;
    font-weight: 600;
    margin-top: 3px;
}
.shopping-cart-dropdown .item-info-holder .remove i {
    position: absolute;
    top: -1px;
    right: 0;
    font-size: 22px;
    line-height: 1;
}
.shopping-cart-dropdown .cart-bottom {
    padding: 16px 0 0;
    border-top: 1px solid #e1e1e1;
}
.shopping-cart-dropdown .cart-bottom .subtotal-holder {
    position: relative;
    display: table;
    width: 100%;
    margin: 0 0 17px;
}
.shopping-cart-dropdown .cart-bottom a.mt_btn_yellow {
    padding: 5px 18px;
    width: 48%;
    float: left;
    color: #fff;
    margin: 0 1%}
.shopping-cart-dropdown .cart-bottom a:hover {
    opacity: .9;
    color: #fff;
}
@media(max-width:991px) {
    .navbar-sticky-in .shopping-cart-holder .header-cart {
    padding-top: 13px;
}
}@media(max-width:811px) {
    .shopping-main {
    right: 30px;
}
}button.btn-red {
    padding: 10px 20px;
    background: #d60d45;
    font-size: 15px;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border: 2px solid #d60d45;
    transition: all .5s ease;
}
button.btn-red:hover, button.btn-red:focus {
    color: #fff!important;
    background-color: #eb7979;
    border-color: #eb7979;
    transition: all .5s ease;
    text-shadow: initial;
    text-decoration: none;
}
.cart-table-list thead {
    width: 100%}
.cart-table-list th, .cart-table-list td {
    text-align: center;
}
.cart-table-list .product-thumbnail img {
    width: 30%;
    margin-right: 15px;
}
.cart-inner .checkout-order {
    margin: 30px 0 20px;
}
.cart-table-list table td.actions .coupon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: left;
}
.cart-table-list .coupon input[type=text] {
    width: 250px;
    margin-left: 22px;
    box-shadow: none;
    border: 1px solid #f1f1f1;
    background: #fff;
    height: 36px;
    padding-left: 10px;
}
.cart-table-list table td.actions .coupon button {
    color: #d60d45;
    background-color: transparent;
    border: 1px solid #d60d45;
    border-radius: 0;
    padding: 6px 12px;
}
.cart-table-list table td.actions .coupon button.update_cart {
    background: #d60d45;
    color: #fff;
    border-color: #d60d45;
}
.cart-table-list table td.actions .button {
    margin: 0 0 0 22px;
}
.coupon button.btn-red:hover {
    background-color: #d60d45!important;
}
@media(max-width:991px) {
    .cart-table-list .quantity-buttons {
    position: relative;
}
}@media(max-width:568px) {
    .cart-table-list table.shop_table.rt-checkout-review-order-table {
    display: inline-block;
    overflow-x: scroll;
}
span.quantity-buttons input {
    width: 100%}
.cart-table-list .coupon input[type=text] {
    margin-bottom: 10px;
}
}.checkout-inner .checkout-coupon {
    position: relative;
    display: block;
    padding: 30px;
    list-style: none;
    background-color: transparent;
    border: 1px solid #e1e1e1;
    width: 100%;
    font-size: 16px;
}
.checkout-inner .checkout-coupon a {
    float: right;
    color: #d60d45;
}
.checkout-info, .checkout-order {
    margin-bottom: 20px;
}
.checkout-info label span {
    padding-left: 5px;
}
.checkout-info label abbr[data-original-title], .checkout-infolabel abbr[title] {
    border: none;
}
.checkout-info .form-control, .checkout-info textarea.form-control {
    height: 42px;
    box-shadow: none;
    background: #fff;
    border-color: #eee;
    border-radius: 0;
}
.checkout-info textarea.form-control {
    min-height: 174px;
}
table.shop_table.rt-checkout-review-order-table {
    width: 100%}
table.shop_table.rt-checkout-review-order-table tr {
    border: 1px solid #f1f1f1;
}
table.shop_table.rt-checkout-review-order-table tr th, table.shop_table.rt-checkout-review-order-table tr td {
    padding: 10px 15px;
    font-size: 15px;
    border: 1px solid #f1f1f1;
}
table.shop_table.rt-checkout-review-order-table thead, table.shop_table.rt-checkout-review-order-table tr.order-total {
    background: #fbfbfb;
}
.mar-bottom-30 {
    margin-bottom: 15px;
}
.mar-bottom-40 {
    margin-bottom: 40px;
}
.mar-bottom-20 {
    margin-bottom: 20px;
}
.mar-top-30 {
    margin-top: 30px;
}
.mar-bottom-60 {
    margin-bottom: 60px;
}
@media(max-width:500px) {
    .checkout-inner .checkout-coupon a {
    display: block;
    float: none;
}
}.account-inner.lost-pswrd {
    width: 60%;
    margin: 0 auto;
}
.account-inner span {
    color: #666;
    font-size: 15px;
}
.account-inner button.mt_btn_yellow {
    margin-right: 15px;
}
.account-inner input[type=checkbox] {
    display: inline-block;
}
p.lt-pswrd {
    margin-bottom: 20px;
}
p.lost_password {
    margin: 15px 0;
}
.fp-content label {
    margin-bottom: 15px;
}
.style-1 section {
    padding: 95px 0 80px;
}
header.head-style-1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    background: #00000063;
    width: 100%;

}
.head-style-1 .upper-head {
    background: 0 0;
    padding: 0;
}
.logo-color {
    display: none;
}
.navbar-sticky .logo-white {
    display: none;
}
.navbar-sticky .logo-color {
    display: block;
}
.head-style-1 .upper-head-inner {
    border-bottom: 1px solid #ffffff2e;
    float: left;
    width: 100%}
.head-style-1 .nav.navbar-nav li {
    margin: 0;
}
.head-style-1 .nav.navbar-nav>li>a {
    color: #fff;
    padding: 10px 13px;
}
.head-style-1 .nav.navbar-nav>li>a:hover, .head-style-1 .nav.navbar-nav>li.active>a, .head-style-1 .navbar-default .navbar-nav>.active>a {
    background: #9b9b9b66;
    color: #fff;
}
.head-style-1 .navbar-sticky .nav.navbar-nav>li>a:hover, .head-style-1 .navbar-sticky .nav.navbar-nav>li.active>a, .head-style-1 .navbar-sticky .navbar-default .navbar-nav>.active>a {
    color: #339642;
}
.head-style-1 .navbar-sticky .nav.navbar-nav>li>a {
    color: #333;
}
.head-style-1 .slicknav_menu {
    background: 0 0;
}
.head-style-1 .nav.navbar-nav li ul {
    top: 54px;
}
.head-style-1 .navbar-sticky .navbar-nav>li>ul {
    top: 54px;
}
.head-style-1 .nav.navbar-nav li ul li ul {
    top: -2px;
}
.contact-info-item {
    display: inline-block;
    border-right: 1px solid #ffffff2e;
    padding: 10px 0;
    margin-right: 15px;
}
.banner-style-1 #js_frm_040 {
    max-height: 650px;
}
.banner-style-1 .js_frm_subscribe {
    top: 15%;
	}
.banner-style-1 .kenburns_061_slide {
    text-align: center;
}
.banner-style-1 .kenburns_061_slide a.btn-blue {
    margin-top: 25px;
}
@media(max-width:480px) {
.banner-style-1 .kenburns_061_slide a.btn-blue {
    margin-top: 4px;	
}
}	
.head-style-1 a:hover {
    opacity: .8;
	
}
.info-btn a:hover {
    color: #2a7a36;
    transition: all ease-in-out .3s;	
}
.info-btn-redes a:hover {
    color: #002771;
    transition: all ease-in-out .3s;	
}
.head-style-1 .info-btn {
    margin-top: 5px;
}
.head-style-1 .info-btn-redes{
    margin-top: 5px;
}
.head-style-1 .upper-head [class^=flaticon-]:before, [class*=" flaticon-"]:before, [class^=flaticon-]:after, [class*=" flaticon-"]:after {
    color: #fff;
    font-size: 34px;
}
.head-style-1 .upper-head i {
    padding-right: 7px;
}
.head-style-1 .contact-info span {
    display: block;
}
.style-1 section.popular-packages {
    padding: 80px 0;
}
.style-1 section.popular-guide {
    padding: 80px 0;
}
.banner-style-1 .slider-content {
    position: relative;
    margin-bottom: 25px;
    left: 0;
    width: 100%}
.style-1 .section-title h2:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 75px;
    background: #d60d45;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}
.style-1 .section-title h2:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 200px;
    background: #e1e1e1;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.style-1 .section-icon {
    display: none;
}
.style-1 .newsletter input[type=text] {
    padding: 15px 115px 15px 15px;
    border-radius: 5px;
}
.style-1 .newsletter a {
    top: 5px;
    right: 5px;
    border-radius: 5px;
}
.style-1 .partners-logo {
    padding: 0;
}
.style-1 .search-box {
    background: #fff;
}
.search-content-slider {
    padding: 20px;
    background: #ffffff57;
}
.search-content-slider .table_item {
    padding: 0;
}
.search-content-slider a.btn-style-1 {
    border-radius: 0;
}
@media(max-width:1100px) {
    .head-style-1 .nav.navbar-nav>li>a {
    padding: 10px 8px;
    float: left;
}
}@media(max-width:480px) {
    .banner-style-1 .js_frm_subscribe {
    display: none;
}
}section.amazing-tours {
    padding: 70px 0 70px;
}
.at-item {
    margin-bottom: 30px;
    position: relative;
}

.at-image {
    overflow: hidden;
    position: relative;
	filter: brightness(50%);
	box-shadow: 0 20px 20px -14px rgb(42 61 95 / 40%), 0 0 10px rgb(45 53 66 / 50%);
}
.at-image_modal {
    overflow: hidden;
    position: relative;
	filter: brightness(70%);
}
.at-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0;
    transition: all ease-in-out .3s;
}
.at-image img {
    transform: scale(1.1);
    transition: all ease-in-out .3s;
}
.at-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
}
.at-content h3 a, .at-content span {
    color: #fff;
}
.at-item:hover .at-image img {
    transform: scale(1);
}
.at-image:hover .at-overlay {
    opacity: .1;
}
.at-content h3 a:hover {
    color: #ccc;
}
.style-1 .slogan {
    background: no-repeat;
    box-shadow: none;
}
.style-1 .slogan-inner {
    background: #44675b;
    border: 2px dashed #fff;
}
.style-1 .trip-ad:before {
    left: 0;
    width: 100%;
    transform: none;
    background: linear-gradient(to left, rgba(255, 0, 0, 0), rgb(29, 12, 12));
}
.style-1 .trip-ad:after {
    display: none;
}
.style-1 section.deals {
    background: #fbfbfb;
    position: relative;
}
.style-1 section.deals:before, .style-2 section.deals:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 59.2%;
    top: 0;
    left: 0;
    background: url(../images/dealsbg-1.jpg) no-repeat;
    background-attachment: fixed;
}
.style-1 .deals-item-outer {
    padding: 0;
}
.style-1 .deals .section-overlay, .style-2 .deals .section-overlay {
    height: 59.2%}
.style-1 .deal-content {
    background: #fff;
}
.bucket-content-image {
    position: relative;
    z-index: 1;
}
.style-1 section.bucket-list {
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
}
.style-1 section.bucket-list:after {
    content: '';
    background: #fff;
    position: absolute;
    width: 80%;
    height: 100%;
    right: -33%;
    bottom: 0;
    transform: rotate(40deg);
    top: 0;
}
.style-1 .box-item {
    border-radius: 10px;
    overflow: hidden;
}
.style-1 .deals-item {
    margin: 0;
    box-shadow: 0 0 20px #cccccc67;
}
.style-1 .deals-item:before, .style-1 .deals-item:after, .style-2 .deals-item:before, .style-2 .deals-item:after {
    display: none;
}
.style-1 .ad-title h2, .style-1 .trip-ad-content p {
    color: #fff;
}
.style-1 span.deal-price {
    line-height: 2;
    bottom: 10px;
    height: 50px;
    border-radius: 10px;
    padding: 0;
    font-size: 25px;
    right: 10px;
    margin: 0;
    left: unset;
    background: #ae882f;
}
.style-1 .sale-tag {
    right: 10px;
    background: #ae882f;
    border-radius: 10px;
}
.style-1 .sale-tag:after {
    display: none;
}
.style-1 .package-image {
    width: 50%;
    margin-bottom: 0;
}
.style-1 .package-image-guide {
    width: 50%;
    margin-bottom: 0;
}
.style-1 .package-content {
    width: 50%;
    float: right;
    padding: 12px 15px 15px;
    border-bottom: none;
}
.style-1 .package-content-guide {
    width: 50%;
    float: right;
    padding: 12px 15px 15px;
    border-bottom: none;
}
.style-1 .package-content-guide-master {
    width: 50%;
    float: right;
    padding: 12px 15px 15px;
    border-bottom: none;
}
.style-1 .package-price {
    box-shadow: none;
    padding: 0;
    text-align: left;
    display: inline-block;
}
.style-1 .package-price p {
    color: #d60d45;
}
.style-1 .package-content p, .style-1 .package-content h4 {
    margin-bottom: 10px;
}
.style-1 .package-content-guide p, .style-1 .package-content-guide h4 {
    margin-bottom: 10px;
}
.style-1 .package-content-guide-master p, .style-1 .package-content-guide-master h4 {
    margin-bottom: 10px;
}
.style-1 .package-info {
    margin: 0;
}
.style-1 .box-guide-user {
    margin: 0;
}
.style-1 .package-item {
    margin: 30px 0 0;
}
.style-1 .ad-title span {
    color: #f90;
}
.style-1 .package-item .package-days {
    display: block;
    float: none;
    position: absolute;
    top: 10px;
    left: 0;
    padding: 10px 15px;
    border-radius: 0 10px 10px 0;
    margin-bottom: 0;
    color: #fff;
    background: #403f3f;
}
.style-1 .bucket-content {
    background: 0 0;
    z-index: 1;
    padding-top: 20px;
    padding-bottom: 0;
}
.style-1 .bucket-item {
    display: block;
    position: relative;
}
.style-1 .bucket-item:before {
    border-radius: 10px;
}
.style-1 .bucket-image {
    float: left;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    position: absolute;
    top: 15px;
    left: -10%}
.bucket-right .bucket-image {
    float: right;
    left: unset;
    right: -10%}
.style-1 .bucket-image i {
    padding: 4px 11px;
}
.style-1 .bucket-item-content {
    border-radius: 10px;
    padding: 25px 15px 25px 52px;
    border: 1px solid #f1f1f1;
    box-shadow: 1px 1px 20px #cccccc67;
}
.bucket-right .bucket-item-content {
    padding: 25px 52px 25px 15px;
}
.style-1 .bucket-item:hover .bucket-image i {
    border-radius: 10px;
}
.style-1 section.testimonials {
    background: url(../images/bucketbg.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    padding-bottom: 45px;
    position: relative;
}
.style-1 section.testimonials:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
}
.testimonial-content {
    position: relative;
    z-index: 1;
}
.style-1 .trusted-partners {
    padding: 0 0 80px;
    background: #fff;
}
.style-1 .trusted-partners:before {
    display: none;
}
.style-1 footer {
    position: relative;
    background: url(../images/slider/slider3.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center bottom;
}
.style-1 footer:before {
    content: '';
    background: #060c17cf;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%}
.style-1 .newsletter {
    padding-top: 70px;
}
.newsletter-title h3, .newsletter-title p {
    color: #fff;
}
.newsletter-content {
    margin-top: 8px;
}
.style-1 section.newsletter:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 47%;
    top: 0;
    background: #39404e;
}
.style-1 .sale-content a.btn-blue:hover {
    background: #d60d45;
}
.destination-item-1 {
    box-shadow: 1px 1px 10px #cccccc57;
}
.destination-content-1 {
    background: #fff;
    border: 1px solid #f1f1f1;
}
.destination-image-1 {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.destination-image-1 img {
    transition: all ease-in-out 1s;
}
.destination-item-1:hover img {
    transform: scale(1.1);
}
.destination-upper {
    padding: 15px 15px 0;
}
.destination-lower {
    padding: 15px 15px 0;
    background: #005294;
}
.destination-lower p {
    display: inline-block;
    color: #fff;
    margin: 0;
}
p.top-price {
    font-size: 18px;
    font-weight: 600;
    color: #d60d45;
}
.destination-lower .deal-rating {
    display: inline-block;
    margin: 3px 0 15px;
}
.sale-content-1 {
    top: 75%;
    transition: all ease-in-out 1s;
}
.sale-content-1 .sale-review {
    margin-bottom: 10px;
}
.sale-content-1 h3 {
    margin-bottom: 60px;
    text-align: left;
}
.sale-content-inner {
    opacity: 0;
    transition: all ease-in-out .3s;
}
.sale-item:hover .sale-content-1 {
    top: 0;
}
.sale-item:hover .sale-content-inner {
    opacity: 1;
}
.style-1 .partners-logo .slick-slide img {
    border-radius: 10px;
    display: block;
    width: 100%;
    background: linear-gradient(-29deg, #064f79 0, #1581bf 100%);
    padding: 15px;
    border: 5px solid #fff;
    box-shadow: 0 0 10px #ccc;
    margin: 2px;
}
.style-1 .testimonial_094_slide>p {
    color: #fff;
}
.style-1 .testimonial_094_slide>h5>a {
    color: #fff;
}
.style-1 .testimonial_094_slide:before {
    display: none;
}
@media(max-width:991px) {
    .style-1 .ad-title h2 {
    color: #005294;
}
.style-1 .trip-ad-content p {
    color: #777;
}
.style-1 .package-image, .style-1 .package-content {
    width: 100%}
	.style-1 .package-image-guide, .style-1 .package-content {
    width: 100%}
	.style-1 .package-image-guide, .style-1 .package-content-guide {
    width: 100%}
		.style-1 .package-image-guide-master, .style-1 .package-content-guide-master {
    width: 100%}
.style-1 .slogan {
    top: 68%;
    height: 150px;
    width: 150px;
}
.style-1 .slogan-inner {
    height: 140px;
    width: 140px;
}
.style-1 .bucket-image {
    width: 15%}
.style-1 section.deals:before, .style-2 section.deals:before, .style-1 .deals .section-overlay, .style-2 .deals .section-overlay {
    height: 53.5%}
.head-style-1 .info-btn {
    float: left!important;
}
.style-1 .search-1 {
    background: #fbfbfb;
}
.search-1 .search-title {
    padding: 20px;
    border-radius: 10px;
}
.search-1 .search-outer {
    top: 0;
    background: #fbfbfb;
    box-shadow: none;
}
.style-1 section.amazing-tours {
    padding-top: 95px;
}
.style-1 .slogan span {
    font-size: 20px;
}
.style-1 span.rate {
    font-size: 30px;
}
.style-1 .slogan-inner {
    padding: 35px 0;
}
.style-1 .bucket-image {
    top: 0;
    left: 0;
}
.style-1 .bucket-item-content {
    padding-left: 130px;
}
.style-1 .bucket-right .bucket-image {
    left: unset;
    right: 0;
}
.bucket-right .bucket-item-content {
    padding: 25px 130px 25px 15px;
}
.bucket-content-image {
    width: 40%;
    margin: 0 auto;
}
.sale-content-1 {
    top: 76%}
.style-1 .banner-style-1 .slider-content {
    display: none;
}
}@media(max-width:767px) {
    .section-title {
    padding: 0;
}
.style-1 section.deals {
    padding-bottom: 50px;
}
.style-1 .deals-item {
    margin-bottom: 30px;
}
.style-1 .bucket-image {
    width: 18.5%}
.style-1 .newsletter {
    text-align: center;
}
.style-1 section.newsletter:before {
    display: none;
}
.col-left-padding {
    padding-left: 15px;
}
}@media(max-width:500px) {
    .style-1 .bucket-image, .style-1 .bucket-right .bucket-image {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 15px;
}
.style-1 .bucket-item-content {
    padding: 110px 15px 15px;
    text-align: center;
}
.style-1 .slogan {
    top: 75%}
.head-style-1 .upper-head {
    display: none;
}
.style-1 #js_frm_040 {
    height: 400px;
}
section.top-destinations-1 {
    padding-bottom: 50px;
}
.destination-item-1 {
    margin-bottom: 30px;
}
.sale-content-1 h3 {
    margin-bottom: 30px;
}
.style-1 section.bucket-list {
    padding-bottom: 0;
}
.bucket-content .col-xs-4 {
    width: 100%}
.bucket-content .col-xs-offset-4 {
    margin: 0;
}
.search-content-slider .col-xs-6 {
    width: 100%}
.style-1 section.amazing-tours .col-md-3.col-xs-6, .style-2 section.amazing-tours .col-md-3.col-xs-6 {
    width: 100%}
}.style-2 .search-box {
    background: #fbfbfb;
}
.style-2 section.top-destinations-1 {
    background: #fbfbfb;
    padding-top: 0;
}
section.full-tours {
    padding: 0;
    overflow: hidden;
}
.full-tours .col-xs-6, .full-tours .col-xs-3 {
    padding: 0;
}
.ft-item {
    position: relative;
}
.ft-image {
    position: relative;
    overflow: hidden;
}
.ft-image img {
    transform: scale(1.2);
    transition: all ease-in-out 3s;
}
.ft-overlay {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
}
.ft-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%}
.ft-content h2 a, .ft-content p {
    color: #fff;
    line-height: 1.2;
}
.ft-content h2 {
    margin-bottom: 10px;
}
.ft-item:hover .ft-image img {
    transform: scale(1);
}
.ft-content p span {
    font-size: 32px;
    display: block;
    font-weight: 400;
}
section.testimonial-1 {
    padding: 0;
    background: url(../images/testimonialbg.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
}
.video-content {
    position: relative;

}
.video-content iframe {
    width: 100%;
    height: 350px;
    position: relative;
    top: -50px;
}
.testimonial-inner {
    background: #333;
    position: relative;
    bottom: -75px;
    z-index: 1;
}
.testimonial-title {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #005294;
    width: 60%;
    top: -25px;
    padding: 5px 15px;
    text-align: center;
}
.testimonial-title h3 {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fff;
}
.testimonial-image {
    height: 50px;
    width: 50px;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 15px;
    overflow: hidden;
}
.style-2 section.amazing-tours {
    padding-bottom: 100px;
}
.style-2 section.deals-on-sale {
    padding-top: 130px;
}
.style-2 .testimonial_095_slide {
    width: 90%}
.footer-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
}
@media(max-width:991px) {
    .testimonial-inner {
    bottom: -50px;
}
.style-2 .search-box, .style-2 .search-outer {
    background: #fff;
}
}@media(max-width:767px) {
    .full-tours .col-xs-6 {
    width: 100%}
.full-tours .col-xs-3 {
    width: 50%}
.destination-item-1 {
    margin-bottom: 30px;
}
.style-2 section.top-destinations-1 {
    padding: 90px 0 50px;
}
}@media(max-width:567px) {
    .full-tours .col-xs-3 {
    width: 100%}
}@media(max-width:359px) {
    .testimonial-inner {
    bottom: 0;
}
.testimonial-title {
    position: relative;
    top: 0;
    width: 100%}
}body.style-3 {
    background: #fbfbfb;
}
.style-3 section {
    padding: 0 0 85px;
    background: #fbfbfb;
}
.style-3 .section-title h2 {
    margin-bottom: 0;
}
.style-3 .section-title a {
    color: #d81e47;
}
.style-3 .section-title a:hover {
    text-decoration: underline;
}
.style-3 .back-title h3 {
    position: absolute;
    font-size: 90px;
    text-transform: uppercase;
    text-align: center;
    left: 0;
    right: 0;
    z-index: -1;
    top: -12px;
    color: #fff;
    text-shadow: 0 0 15px #6c6c6c20;
}
.style-3 header.head-style-1 {
    background: 0 0;
    border: none;
}
.style-3 .head-style-1 .upper-head {
    border-bottom: 1px solid #ffffff2e;
}
.style-3 .head-style-1 .upper-head i {
    padding-right: 10px;
}
.style-3 .head-style-1 .upper-head-inner {
    border: none;
}
.style-3 .head-style-1 .upper-head [class^=flaticon-]:before, .style-3 .head-style-1 [class*=" flaticon-"]:before, .style-3 .head-style-1 [class^=flaticon-]:after, .style-3 .head-style-1 [class*=" flaticon-"]:after {
    font-size: 18px;
}
.style-3 .head-style-1 .contact-info span {
    display: inline-block;
}
.style-3 .head-style-1 .info-btn {
    padding: 0;
    line-height: 3.1;
}
.style-3 .head-style-1 .nav.navbar-nav>li>a:hover, .style-3 .head-style-1 .nav.navbar-nav>li.active>a, .style-3 .head-style-1 .navbar-default .navbar-nav>.active>a {
    background: 0 0;
    opacity: .8;
}
section#home_banner_new {
    padding-bottom: 0;
}
section#home_banner_new .sale-overlay {
    background: #00000073;
}
section#home_banner_new .slick-slider.row {
    margin: 0;
}
section#home_banner_new .slick-initialized .slick-slide {
    padding: 0;
}
section#home_banner_new .sale-content-1 {
    padding: 0 30px;
}
section#home_banner_new .sale-content-1 .sale-review {
    text-align: center;
}
section#home_banner_new .sale-content-1 h3 {
    margin-bottom: 10px;
    text-align: center;
}
section#home_banner_new .sale-content-1 .popular-price {
    color: #fff;
    font-size: 18px;
    background: #bd566c;
    padding: 5px 15px;
    display: inline-block;
}
section#home_banner_new .sale-content-1 .popular-price span i {
    font-weight: 500;
    text-decoration: line-through;
    font-size: 16px;
}
section#home_banner_new .sale-item:hover .sale-content-1 {
    top: 75%}
section#home_banner_new .sale-item:hover img {
    transform: none;
}
section#home_banner_new .slider-button .slick-prev, section#home_banner_new .slider-button .slick-next {
    height: 50px;
    width: 50px;
    border-radius: inherit;
    border: none;
    background: #ffffff38;
}
section#home_banner_new .slick-prev:hover, section#home_banner_new .slick-prev:focus, section#home_banner_new .slick-next:hover, section#home_banner_new .slick-next:focus {
    background: #000;
}
section#home_banner_new .slider-button .slick-prev {
    left: 30px;
}
section#home_banner_new .slider-button .slick-next {
    right: 30px;
}
section#mt_services {
    padding-top: 30px;
}
#mt_services .services-main {
    margin-top: 20px;
    position: relative;
    z-index: 3;
}
#mt_services .box .icon {
    margin: 0 0 20px;
    border-radius: 8%;
    height: 100px;
    width: 100px;
    background: #fff;
    display: inline-block;
    box-shadow: 0 0 15px #cccccc94;
    transition: all ease-in-out .3s;
}
#mt_services .box .icon i {
    font-size: 42px;
    color: #6a6a6a;
    line-height: 2.4;
    font-weight: 300;
    transition: all ease-in-out .3s;
}
#mt_services .box .icon:hover, #mt_services .box .icon.active {
    background: linear-gradient(51deg, #002771 45%, #81a5d3 100%);
    transition: all ease-in-out .3s;
}
#mt_services .box .icon:hover i, #mt_services .box .icon.active i {
    color: #fff;
    transition: all ease-in-out .3s;
}
#mt_services .box h3 {
    margin-bottom: 10px;
}
#mt_services .box p {
    margin-bottom: 0;
    line-height: 1.5;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.5em;
    max-height: 3.1em;
}
.style-3 .search-content-slider {
    padding: 0;
    background: 0 0;
}
.style-3 .destination-content-1 {
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
}
.style-3 .destination-content-1 h3 {
    margin-bottom: 15px;
    border-bottom: 1px dashed #f1f1f1;
    padding-bottom: 15px;
}
.style-3 .destination-content-1 .deal-rating {
    margin-bottom: 0;
}
.servicios-price {
    text-align: right;
    position: absolute;
    right: 20px;
    bottom: 34px;
}
.servicios-price .servicios-head {
    display: block;
    font-size: 15px;
    margin-bottom: 7px;
    font-weight: 400;
}
.servicios-price .servicios-tail {
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    color: #d81e47;
}
.thumbnail-ribbon {
    position: absolute;
    z-index: 1;
    bottom: 0;
    background: #d81e47;
    padding: 10px 20px;
    left: 0;
    color: #fff;
}
.full-tours .col-md-6, .full-tours .col-md-3 {
    padding: 0;
}
.style-3 .amazing-tours {
    padding-bottom: 75px;
}
.style-3 .amazing-tours .col-md-4.col-xs-6 {
    padding: 0 5px;
}
.style-3 .amazing-tours .at-item {
    margin-bottom: 10px;
}
.style-3 .amazing-tours .at-image {
    height: 350px;
}
.style-3 .amazing-tours .at-content {
    width: 100%;
    height: 100%;
    background: #00000060;
    transition: all ease-in-out .3s;
}
.style-3 .amazing-tours .at-content h3 {
    margin: 10px 0;
}
.style-3 .amazing-tours .at-content .deal-rating {
    margin-bottom: 0;
}
.style-3 .amazing-tours .at-item:hover .at-content {
    padding-top: 60%;
    transition: all ease-in-out .3s;
}
.style-3 .servicios-cta {
    background: url(../images/section1-bg.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-bottom: 0;
}
.style-3 .cta-content {
    padding: 40px 30px;
    background: #fbfbfb;
    margin-top: 14%;
    box-shadow: 0 0 30px #cccccc50;
    border: 5px solid #fff;
}
.style-3 .cta-content h3 {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    color: #d60d45;
}
.style-3 .cta-content h2 {
    font-size: 52px;
    font-weight: 700;
}
.style-3 .cta-content a.btn-blue.btn-style-1:hover {
    color: #fff;
    opacity: .8;
}
.style-3 .servicios-cta .video-thumbnail {
    position: relative;
    bottom: -30px;
    box-shadow: 0 27px 24px -35px rgba(0, 0, 0, .5);
    border: 8px solid #fbfbfb;
    overflow: hidden;
}
.style-3 .servicios-cta .pulses {
    font-size: 16px;
    transition: all ease-in-out .5s;
    position: absolute;
    right: 0;
    left: 46%;
    margin: 0 auto;
    top: 46%;
    animation: pulse 1.5s cubic-bezier(.66, .66, .88, 1.86) infinite;
}
.style-3 .servicios-cta .pulses button.play-btn:before {
    content: "";
    border: 2px solid #fff;
    height: 90px;
    position: absolute;
    width: 90px;
    left: -5px;
    top: -5px;
    border-radius: 50%}
.style-3 .servicios-cta .pulses button.play-btn i {
    font-size: 28px;
    border: 3px solid #d60d45;
    height: 80px;
    width: 80px;
    line-height: 2.8;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #d60d45;
    transition: all ease-in-out .5s;
    padding-left: 5px;
}
.style-3 .servicios-cta .video-content iframe {
    top: 0;
}
.style-3 section.deals-on-sale {
    padding-top: 100px;
}
.style-3 section.deals-on-sale .sale-content-1 {
    padding: 0 20px;
}
.style-3 section.deals-on-sale .sale-content-1 h3 {
    margin-bottom: 10px;
}
.style-3 section.deals-on-sale .popular-price {
    text-align: left;
    color: #fff;
    font-size: 18px;
}
.style-3 section.deals-on-sale .sale-item:hover .sale-content-1 {
    top: 75%}
.style-3 .testi-detail {
    background: #05678e;
    padding: 40px 20px;
    text-align: center;
    overflow: hidden;
}
.style-3 .testi-detail img {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    margin: 0 auto;
}
.style-3 .testi-detail span {
    margin: 20px 0 5px;
    display: inline-flex;
}
.style-3 .testi-detail p {
    margin-bottom: 0;
    position: relative;
}
.style-3 .testi-detail p:before {
    content: '\f10d';
    font-family: fontawesome;
    padding-right: 10px;
}
.style-3 section.blog {
    padding-bottom: 0;
}
.style-3 .blog-item {
    box-shadow: none;
    position: relative;
}
.style-3 .blog-item:before {
    content: '';
    background: #00000058;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.style-3 .blog-image {
    position: relative;
}
.style-3 .post-content {
    padding: 20px 20px 12px;
    background: 0 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1;
}
.style-3 .post-content h3 a:hover {
    opacity: .8;
    color: #fff;
}
.style-3 .blog-author {
    padding: 0;
    border: none;
}
#newsletter-main {
    background: url(../images/newssection-bg.jpg) no-repeat;
    background-position: bottom;
    background-size: 100%;
    padding-top: 80px;
}
#newsletter-main .section-title {
    padding: 0;
}
#newsletter-main .newsletter form {
    width: 100%}
#newsletter-main .newsletter input[type=text] {
    background: #ffffff8f;
}
.style-3 .footer-links {
    border: none;
    padding-top: 80px;
}
.style-3 .footer-links .recent-post-content {
    padding-left: 0;
    border-bottom: 1px dashed #11203c;
    padding-bottom: 10px;
}
@media(max-width:1100px) and (min-width:991px) {
    .style-3 .amazing-tours .at-image {
    height: auto;
}
.style-3 .blog-author .pull-left, .style-3 .blog-author .pull-right {
    width: 100%}
	

.style-3 .blog-date-icon p {
    padding-left: 0;
    padding-right: 10px;
}
}@media(max-width:1100px) {
    .style-3 .cta-content {
    padding: 20px;
    margin-top: 0;
}
.style-3 section.deals-on-sale .sale-content-1 {
    top: 68%}
}@media(max-width:991px) {
    section#home_banner_new .sale-content-1 {
    top: 66%}
section#mt_services, .style-3 section.top-destinations-1 {
    padding-bottom: 55px;
}
#mt_services .services-box, .style-3 .destination-item-1.box-item {
    margin-bottom: 30px;
}
.style-3 .cta-content h3 {
    font-size: 18px;
}
.style-3 .cta-content h2 {
    font-size: 28px;
}
.style-3 .servicios-cta .pulses {
    top: 40%;
    left: 40%}
}@media(max-width:811px) {
    .style-3 .full-tours .col-xs-6 {
    width: 50%}
.style-3 .newsletter {
    padding: 0;
}
}@media(max-width:735px) {
    .style-3 .back-title h3 {
    font-size: 70px;
}
section#home_banner_new .sale-content-1 {
    top: 58%}
.style-3 .amazing-tours .at-image {
    height: 300px;
}
.style-3 section.blog .col-xs-6 {
    width: 100%}
}@media(max-width:639px) {
    .style-3 section.top-destinations-1 .col-xs-6, .style-3 .amazing-tours .col-xs-6, .style-3 .full-tours .col-xs-6 {
    width: 100%}
.style-3 section.deals-on-sale .sale-content-1 {
    top: 82%}
section#home_banner_new .sale-content-1 {
    top: 76%}
}@media(max-width:480px) {
    .style-3 .back-title h3 {
    font-size: 36px;
    top: 12px;
}
section#home_banner_new .sale-content-1 {
    top: 56%}
}body.style-tab {
    position: relative;
    z-index: 1;
    background: url(../images/slider/slider9.jpg) no-repeat;
    background-position: top;
    background-size: cover;
}
body.style-tab::before {
    background-color: #006699ab;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
}
body.style-tab::after {
    background-color: rgba(168, 159, 136, .6);
    bottom: 0;
    content: "";
    right: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.main-slider-inner {
    position: relative;
    padding: 50px 0;
}
.main-slider-inner:before {
    content: '';
    background: url(../images/slider/slider1.jpg) no-repeat;
    height: 100%;
    width: 50%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
}
.main-slider-1 .logo-tab {
    position: relative;
    z-index: 1;
    text-align: right;
}
.main-slider-1 .logo-tab a {
    display: inline-block;
    margin-bottom: 80px;
    padding-right: 20px;
}
.main-slider-1 .block-box {
    margin: 0 auto;
    vertical-align: middle;
    width: 80%;
    position: relative;
    z-index: 2;
}
.main-slider-1 .main-tab-sec {
    padding-right: 15px;
}
.main-slider-1 .search-tabs {
    width: 100%;
    display: inline-block;
}
.main-slider-1 .search-tabs li {
    padding-bottom: 15px;
    border-bottom: 1px dashed #ffffff40;
    margin-bottom: 15px;
}
.main-slider-1 .search-tabs li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.main-slider-1 img {
    max-width: 100%;
    height: auto;
    transition: all .4s linear 0s;
    -webkit-transition: all .4s linear 0s;
    width: inherit;
}
.main-slider-1 .search-tabs li.active a, .main-slider-1 .search-tabs li.active a span, .main-slider-1 .search-tabs li.active a, .main-slider-1 .search-tabs li.active:before {
    color: #fcb100;
}
.main-slider-1 .search-form {
    padding: 0 0 0 20px;
}
.main-slider-1 .search-tabs img {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}
.main-slider-1 .search-tabs a {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
}
.main-slider-1 .bootstrap-select>select {
    position: absolute!important;
    bottom: 0;
    left: 50%;
    display: block!important;
    width: .5px!important;
    height: 100%!important;
    padding: 0!important;
    opacity: 0!important;
    border: 0;
}
.main-slider-1 .search-tabs a span {
    color: #fff;
    font-style: italic;
    display: block;
    font-size: 15px;
}
.main-slider-1 .search-tabs .icon {
    border-radius: 50%;
    color: #fff;
    float: right;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    margin-right: 0;
    margin-top: 2px;
    text-align: center;
    width: 38px;
    background: #fcb100;
}
.main-slider-1 .form-group {
    position: relative;
    z-index: 1;
}
.main-slider-1 .form-control {
    height: 52px;
    border-radius: 10px;
    border: none;
}
.main-slider-1 .form-control, .main-slider-1 .input-group-addon, .main-slider-1 .bootstrap-select .btn {
    border: medium;
    border-radius: 3px;
    box-shadow: none;
    font-size: 14px;
    height: 52px;
    line-height: 2.5;
    padding: 10px 20px;
    font-weight: 500;
    background: #fff;
}
.main-slider-1 .bootstrap-select.btn-group .dropdown-toggle .filter-option, .main-slider-1 .bootstrap-select.btn-group .dropdown-toggle .caret {
    color: #444;
}
.main-slider-1 .btn-blue {
    padding: 12px 25px;
}
.main-slider-1 .form-group .fa {
    position: absolute;
    right: 35px;
    top: 20px;
    color: #fcb100;
}
.main-slider-1 .footer {
    text-align: right;
    margin-top: 80px;
    padding-right: 20px;
}
.main-slider-1 .social-icons li {
    display: inline-block;
    position: relative;
}
.main-slider-1 .search-tabs li:before {
    content: '\f118';
    font-family: fontawesome;
    font-size: 21px;
    color: #fff;
    padding-right: 20px;
    vertical-align: middle;
}
.main-slider-1 .social-icons li a {
    background: #ffffff54;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 2.3;
    margin: 0 2px;
}
.main-slider-1 .mobile-tab .search-tabs {
    margin-bottom: 30px;
}
.main-slider-1 .mobile-tab .search-tabs li {
    text-align: center;
}
.main-slider-1 .mobile-tab .search-tabs li:before {
    display: none;
}
.main-slider-1 .mobile-tab .search-tabs .icon {
    margin: 5px 0 0;
}
@media(min-width:1500px) {
    .main-slider-1, .main-slider-inner {
    height: 145vh;
}
}@media(min-width:813px) {
    .main-slider-1 .mobile-tab {
    display: none;
}
}@media(max-width:812px) {
    .main-slider-1 .block-box {
    width: 100%}
.main-slider-1 .main-tab-sec {
    display: none;
}
.main-slider-1 .mobile-tab {
    display: block;
}
}@media(max-width:767px) {
    body.style-tab: :before, .main-slider-inner:before {
    width: 100%}
.main-slider-1 .footer {
    text-align: center;
}
.main-slider-1 .search-tabs .icon {
    float: none;
}
}@media(max-width:639px) {
    .main-slider-1 .mobile-tab {
    padding-right: 0;
}
}@media(max-width:567px) {
    body.style-tab: :after {
    background-color: #00000078;
}
.logo-tab, .main-slider-1 .footer {
    text-align: center;
    padding: 0;
}
}@media(max-width:400px) {
    .main-slider-1 .mobile-tab .col-sm-6.col-xs-8 {
    width: 70%}
.main-slider-1 .mobile-tab .col-sm-6.col-xs-4 {
    width: 30%}
}.dark section:nth-child(odd) {
    background: #23282d;
}
.dark section:nth-child(even) {
    background: #32373c;
}
.dark .trip-ad:before {
    background: #32373c;
}
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark p, .dark .section-title [class^=flaticon-]:before, [class*=" flaticon-"]:before {
    color: #fff;
}
.dark .section-icon:before, .dark .section-icon:after {
    background: #fff;
}
.dark .deals-item-outer, .dark .deals-item:before, .dark .deals-item:after {
    background: #23282d;
}
.dark .package-item, .dark .post-content {
    background: #32373c;
    box-shadow: none;
}
.dark .package-content {
    border-bottom: none;
}
.dark .package-content-guide {
    border-bottom: none;
}
.dark .package-content-guide-master {
    border-bottom: none;
}
.dark .search-box {
    background: #23282d;
}
.dark section.trip-ad {
    background: url(../images/equipo_ravsa.jpg) no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}
.dark section.countdown-section {
    background: url(../images/countdownbg.jpg) no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}
.dark .post-content a {
    color: #fff;
}
.dark .post-content a:hover {
    opacity: .8;
}
.dark section.deals {
    background: url(../images/dealsbg.jpg) no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}
.dark .slider-button .slick-prev, .dark .slider-button .slick-next {
    border-color: #23282d;
}
.dark .blog-item {
    box-shadow: none;
}
.dark .deals-on-sale .slider-button .slick-prev, .dark .deals-on-sale .slider-button .slick-next {
    border-color: #32373c;
}
.dark .search-outer {
    background: #32373c;
    box-shadow: none;
}
#home_banner_video1 {
    height: 650px;
    padding: 0;
    position: relative;
    overflow: hidden;
	z-index: 1;
}
#home_banner_video1 video {
    width: 100%;
    display: block;
}
@media(max-width:502px) {
#home_banner_video1 video {
    width: 150%;
    display: block;
}
}
.video-banner {
    position: relative;
}
.video-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    height: 100%;
    width: 100%;
    z-index: 1;
}
.video-banner-content .js_frm_subscribe {
    z-index: 1;
}
.banner-with-form .js_frm_subscribe {
    top: 43%}
@media(max-width:1200px) {
    .footer-instagram li {
    width: 31.33%}
.upper-head {
display: block;
}
.redes-head {
display: none;
}
.call-center-head {
display: none;
}

.logo {
    margin-bottom: 5px;
	float: left;
}
.logo img {
width: 100%;
    height: 60px;
	}

}
@media(max-width:991px) {
    .search-content {
   
   
}
.search-title {
    padding: 25px;
}
.table_item {
    padding: 30px 0 0;
}
.bucket-content {
    padding-bottom: 40px;
}
.top-destination-item .overlay {
    padding: 25px;
}
.top-destination-item .overlay-full {
    padding: 120px 20px;
}
.text .type-time {
    font-size: 15px;
}
.text .val {
    font-size: 45px;
    margin-bottom: 0;
}
section.countdown-section {
    padding-bottom: 50px;
}
.trusted-partners:before {
    width: 35%}
.partners-logo li {
    padding: 0 20px;
}
.partners-title h3 {
    text-align: left;
}
.partners-title span {
    font-size: 21px;
}
.breadcrumb-content ul {
    width: 80%}
#sidebar-sticky {
    margin: 30px 0 0;
}
#home_banner_video1 {
    height: auto;
}
.bucket-content .mix {
    display: block;
    width: auto;
}
.search-outer {
    top: 0;
}
section.popular-packages, .style-2 section.top-destinations-1 {
    padding: 80px 0 50px;
}
section.popular-guide, .style-2 section.top-destinations-1 {
    padding: 80px 0 50px;
}
.search-box {
    padding-top: 128px;
}
.footer-instagram li {
    width: 32.94%}
.section-title {
    padding: 0 10%}

.newsletter form {
    width: 60%}
.trip-ad:before {
    display: none;
}
.trip-ad-content {
    background: #fff;
    padding: 30px;
}
.footer-margin {
    margin-bottom: 30px;
}
.copyright {
    text-align: center;
}
.payment-content {
    text-align: center;
    padding-top: 10px;
}
}@media(max-width:767px) {
    .partners-logo {
    padding: 30px 0;
}
.blog-item {
    margin-bottom: 30px;
}
.clock-item {
    width: 20%}
.newsletter form {
    width: 80%}
section.blog {
    padding-bottom: 50px;
}
.footer-links {
    padding-bottom: 60px;
}
.footer-links .col-md-3.col-xs-6 {
    width: 100%}
section.countdown-section {
    padding-bottom: 85px;
}
.detail-info-content {
    margin-top: 20px;
}
.cover-content {
    padding: 0 0 30px;
}
.att-content-right {
    padding: 25px 15px;
}
.att-content-right span.bold {
    display: block;
}
a.btn-large {
    padding: 10px 20px;
}
.related-posts .list-item {
    margin-top: 30px;
}
.item-tags {
    padding-bottom: 0;
}
.tabs-navbar {
    padding: 0;
}
section.popular-packages .slick-prev, .sale-slider .slick-prev {
    left: 0;
    top: 45%}
	section.popular-guide .slick-prev, .sale-slider .slick-prev {
    left: 0;
    top: 45%}
section.popular-packages .slick-next, .sale-slider .slick-next {
    right: 0;
    top: 45%}
	section.popular-guide .slick-next, .sale-slider .slick-next {
    right: 0;
    top: 45%}
.style-1 section.bucket-list:after {
    right: -65%}
.footer-instagram li {
    width: 32.95%%}
.detail-tab .breadcrumb-content ul {
    box-shadow: 0 0 10px #ccc;
    bottom: -23px;
}
.breadcrumb-outer .tabs-navbar {
    display: none;
}
}@media(max-width:735px) {
    .bucket-list .mt_filter .list-inline>li {
    margin-bottom: 4px;
}
}@media(max-width:639px) {
    .package-price .deal-rating {
    margin: 0;
    display: block;
}
.section-title h2 {
    font-size: 24px;
}
.section-title-left h2 {
    font-size: 24px;
}
.section-title-index h1, h2 {
    font-size: 24px;
	text-align: center;
	font-weight: 600;
}
.subtitle-index {
 	text-align: center;
}
.top-destinations .col-md-4 {
    width: 100%;
    padding: 0 15px;
}
.top-destination-item:last-child {
    margin-bottom: 6px;
}
.partners-logo {
    padding: 15px 0;
}
}@media(max-width:567px) {
    section.trusted-partners {
    padding-bottom: 30px;
}
.trusted-partners:before {
    display: none;
}
.partners-title span {
    display: inline-block;
}
.partners-title h3 {
    text-align: center;
}
.trusted-partners .col-md-3.col-xs-4, .trusted-partners .col-md-9.col-xs-8 {
    width: 100%}
.partners-logo li {
    padding: 0 30px;
}
.partners-title {
    padding: 40px 0;
}
}@media(max-width:500px) {
    .section-title h2 {
    font-size: 21px;
	
}
    .section-title-left h2 {
    font-size: 22px;
	margin-bottom: 10px;
	
}
    .section-title-index h2 {
    font-size: 22px;
	
}
header .col-xs-3 {
    width: 75%}
header .col-xs-9 {
    width: 25%}
.section-title {
    padding: 0;
}
.section-title-left {
    padding: 0;
}
.section-title-index {
    padding: 0;
}
.upper-head {
    text-align: center;
}
.info-btn {
    float: right;
}
.info-btn-redes {
 text-align: center;
}
.search-content .col-xs-6 {
    width: 100%}
.table_item {
    padding: 0 0 30px;
}
.search-title {
    margin-bottom: 30px;
}
ul.post-category li {
    margin: 10px 0;
    width: 30%}
.bucket-list .bucket-item {
    display: block;
}
.bucket-item-content {
    padding: 25px;
}
.trip-ad:before {
    transform: skew(0);
    left: 0;
}
.slogan {
    left: 50%;
    top: 46%;
    height: 170px;
    width: 170px;
}
.slogan-inner {
    height: 160px;
    width: 160px;
    padding: 30px 0;
}
.clock-item {
    width: 45%;
    margin: 5px;
}
footer .col-xs-6, .newsletter form {
    width: 100%}
.countdown-title h2 {
    font-size: 30px;
}
.destination-margin {
    margin: 6px 0!important;
}
.top-destination-item .overlay {
    padding: 90px 20px;
}
.top-destination-item .overlay-full {
    padding: 210px 20px;
}
.info-btn a {
    margin: 0 3px;
}
.payment-content {
    text-align: center;
}
section.testimonials {
    padding-bottom: 90px;
}
section.testimonials .testimonial_094_indicators>.carousel-indicators li {
    display: none;
    transition: all ease-in-out .3s;
}
section.testimonials .testimonial_094_indicators>.carousel-indicators .active {
    display: block;
    margin: 0 auto;
}
section.testimonials #testimonial_094 {
    min-height: 340px;
}
.detail table td ul li {
    width: 100%}
.fw-content {
    margin: 15px 0;
}
.destinations .col-xs-6 {
    width: 100%}
.att-item {
    padding: 15px;
}
.att-content-right {
    text-align: center;
    position: relative;
}
.att-content-left ul li {
    width: 100%}
.detail-info-content {
    text-align: center;
}
.detail-content .comment-image {
    margin-bottom: 10px;
    padding: 0;
}
.breadcrumb-content ul {
    width: 100%;
    padding: 5px;
}
.att-content-right p:last-child {
    margin-bottom: 0;
}
.detail-info-content p.detail-info-price {
    float: none;
    display: block;
    margin-bottom: 8px;
}
section.main-content.detail {
    padding: 40px 0 30px;
}
.breadcrumb-content {
    width: 100%}
.sidebar-slider .slick-prev, .sidebar-slider .slick-next {
    top: 40%}
.destination-content .deal-rating {
    float: none;
}
.att-image {
    width: 100%;
    margin-bottom: 20px;
}
.att-content {
    padding-left: 0;
    width: 100%}
.timeline li {
    padding-left: 80px;
}
span.travel-date, .comment-desc .deal-rating {
    float: none;
    display: block;
    text-align: center;
}
a.btn-large {
    width: 100%}
ul.reply {
    padding-left: 0;
    background: #fbfbfb;
}
.comment-content p.date {
    display: block;
    float: none;
}
.login-accounts a.btn-blue {
    margin: 10px 10px 0 0;
}
.search-content-slider {
    padding: 20px;
}
form .col-xs-6 {
    width: 100%}
.booking-outer h3 {
    margin: 10px 0;
}
.sale-content {
    padding: 20px 40px;
}
.comment-content h4 {
    display: block;
}
}

.servicios-types {
    background-color: #eaeaea;
    padding: 3px 0;
}
.servicios-types-video {
    background-color: #eaeaea;
    margin-top: -130px;
}
@media(max-width:992px) {
.servicios-types-video {
    background-color: #eaeaea;
    margin-top: -1px;
}
}
.servicios-type-box {
    float: left;
    width: 100%;
    position: relative;
    box-shadow: none;
}
.servicios-type-box:hover {
    box-shadow: 0px 37px 10px -28px rgb(0 0 0 / 20%);
}
.servicios-type-box > a {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8ecec;
    border-right: 1px solid #e8ecec;
}
.servicios-type-box > a i {
    float: left;
    width: 100%;
    color: #8b91dd;
    font-size: 70px;
    margin-top: 20px;
}
.servicios-type-box > a span {
    float: left;
    width: 100%;
    font-size: 17px;
    color: #303030;
    font-weight: 400;
}

@media (max-width: 767px){
.servicios-type-box > a span {
    float: left;
    width: 100%;
    font-size: 1.3rem;
    color: #303030;
    font-weight: 400;
}
}


@media (min-width: 769px) and (max-width: 991px){

.servicios-type-box > a span {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #303030;
    font-weight: 400;
}
}

.servicios-type-box > a p {
    float: left;
    width: 100%;
    font-size: 14px;
    margin: 0;
    margin-top: 0px;
    margin-top: 3px;
}
.servicios-type-box.style2 {
    background: #ffffff;
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 30px;
}
.servicios-type-box.style2 > a {
    border: none;
}
.servicios-type-box.style2 > a i {
    color: #002672e3; /* 647585 */
}
.servicios-type-box.style2 > a p {
    color: #b1b1b1;
}

.servicios-type-box.style2{
    height: auto;
    width: 100%;
    margin-left: 0px;
	transition: all ease-in-out .2s;
}
.section-titulo-subrayar {
    display: inline-block;
    background: 0 0;

    position: relative;
    margin-bottom: 18px;
}
.section-titulo-subrayar:before {
    position: absolute;
    width: 80px;
    height: 2px;
    background: #2A8234;
    content: '';
    left: -80px;
    top: 50%}
.section-titulo-subrayar:after {
    position: absolute;
    width: 80px;
    height: 2px;
    background: #2A8234;
    content: '';
    right: -80px;
    top: 50%
}

.underline-footer {
       text-decoration: none; 
       position: relative; 
     }    


    .underline-footer:after {
        position: absolute;
        content: '';
        height: 2px;
        bottom: -4px; 
		left: 0;
        right: 0;
		width: 12%;
		background: #339642;
		  -o-transition:.5s;
  		  -ms-transition:.5s;
        -moz-transition:.5s;
        -webkit-transition:.5s;
        transition:.5s;
    }


	  .underline-footer:hover:after {
		  width: 18%;
		  background: #339642;
    }



.underline-submenu {
       text-decoration: none; 
       position: relative; 
     }    


    .underline-submenu:after {
        position: absolute;
        content: '';
        height: 1px;
        bottom: 3px; 
		left: 0;
        right: 0;
		width: 15%;
		background: #2a7a36;


    }



	
.section-titulo-underline-white {
    display: inline-block;
    background: 0 0;

    position: relative;
    margin-bottom: 10px;
}


.section-titulo-underline-white:before {
    position: absolute;
    width: 80px;
    height: 2px;
    background: #fff;
    content: '';
    left: -80px;
    top: 50%}
.section-titulo-underline-white:after {
    position: absolute;
    width: 80px;
    height: 2px;
    background: #fff;
    content: '';
    right: -80px;
    top: 50%
}	
section.trip-ad1 {
    position: relative;
    background: url(../images/avion_ravsa.jpg) no-repeat;
    background-size: cover;
    background-position:center center;
    overflow: hidden;
	z-index: 1;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;

}
section.trip-ad1 .container {
    position: relative;
    z-index: 2;
}

.trip-ad1:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
     background: linear-gradient(to left, rgba(255, 0, 0, 0), rgb(29 12 12 / 89%));
}

.trip-ad-content1 p {
    color: #777;
}
.ad-title1 h2 {
    text-transform: uppercase;
	font-size: 25px;
	letter-spacing: 0.3px;
	word-spacing: 0.2rem;
	margin-bottom: 10px;
}
.ad-title1-content {
    font-size: 18px;
    text-align: left;
    color: #fff;
	margin-bottom: 10px;
}
.ad-title1-content-other {
    font-size: 22px;
    text-align: left;
    color: #fff;
}
@media (max-width: 500px) {
.ad-title1 h2 {
    text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 0.3px;
	word-spacing: 0.2rem;
	text-align: center;
	font-weight: 600;
}
.ad-title1-content {
	font-size: 18px;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
}
.ad-title1-content-other {
    font-size: 22px;
    text-align: center;
    color: #fff;
	margin-bottom: 10px;
}
}
.ad-title1 span {
    display: block;
    font-size: 40px;
    color: #005294;
}
.ad-title1 h2, .trip-ad-content1 p {
    color: #fff;
}
.ad-title1 span {
    color: #f90;
}
@media(max-width:991px) {
    .ad-title1 h2 {
    color: #fff;
}
.package-content-guide-master p {
    font-size: 1.1rem;

}
.package-content-guide p {
    font-size: 1.1rem;
}
.package-content-guide h4 {
font-size: 20px;
}
.package-content-guide-master h4 {
font-size: 20px;
}
}
