/*--
	Author: W3layouts
	Author URL: http://w3layouts.com
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body{
	margin:0;
	padding:0;
	background:#fff;
	font-family: 'Source Sans Pro', sans-serif;
 }
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;			   
}	
p{
	margin:0;
}
ul{
margin:0;
padding:0;
}
/*----*/
/*
.banner{
background:url(../images/banner.jpg) no-repeat 0px 0px;
min-height:720px;
background-size:cover;
}
*/
.banner-bg{
	position:relative;
    background-color:#9F9F9F;
  width: 100%;
  min-height:70px;
padding:1%;
  margin-bottom:5px;
}
.banner {
	position: absolute;
  width: 80%;
  left: 10%;
  margin-bottom:1%;
}
.testimonialer{
padding:3em 0;
}
.logo{
float:left;
}
.logo a{
display:inline-block;
}
/* Effect 1: Brackets */
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}
.top-menu{
float:right;
}
.top-menu ul {
  margin-top: .5em;
}
.top-menu ul li{
display:inline-block;
}
.top-menu ul li a{
color:#fff;
font-size:1.1em;
padding:0 0.20em 0em 0.20em;
text-decoration:none;
display:block;
font-weight:400;
}
.top-menu ul li a:hover{
color:#0199e6;
}
.banner-text{
	margin: 11em 0 0 0;
	text-align:center;
}
.banner-text h1{
font-size:3.2em;
color:#fff;
font-weight:500;
margin-bottom:0.5em;
font-family: 'Raleway', sans-serif;
}
.banner-text h1 span{
color:#0199e6;
font-weight:700;
}

/* start booking_room */
.booking-form{
	padding: 0 0 2em 0;
}
.booking_room h4{
	font-size: 1.5em;
	color: #202020;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 10px;
}
.booking_room p{
	font-size: 0.8725em;
	color: #6b6b6b;
	line-height: 1.8em;
}
.book_date {
    position:relative;
}
.reservation{
	padding: 16px 10px 32px 0;
	background: rgba(255, 255, 255, 0.27);
}
.reservation ul {
	padding: 0;
	margin: 0;
}
.reservation ul li{
	float: left;
	list-style:none;
}
.reservation ul li.left{
	margin-left: 15px;
}
.reservation ul li.span1_of_1{
	width: 24.33333%;
	margin-left: 5.5em;
}
.reservation ul li.span1_of_2{
	width: 9.33333%;
}
.reservation ul li.span1_of_3{
	width: 13.33333%;
	margin-left: 5.5em;
}
.reservation h5{
	font-size: 18px;
	color: #FFF;
	text-transform: capitalize;
	margin: 8px 0;
}
select {
border: 2px solid #E5E5E5;
width: 100%;
padding: 0.85em;
border-radius: 0.3em;
margin-bottom: 1.5em;
color: #858585;
transition: border-color 0.3s;
-o-transition: border-color 0.3s;
-ms-transition: border-color 0.3s;
-moz-transition: border-color 0.3s;
-webkit-transition: border-color 0.3s;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
outline: none;
}
select option{
	border: 1px solid #DFDFDF;
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.book_date input[type="text"]{
padding: 0.85em 0.85em 0.85em 2em;
border: 2px solid #E5E5E5;
width: 100%;
border-radius: 0.3em;
margin-bottom: 1.5em;
color: #858585;
transition: border-color 0.3s;
-o-transition: border-color 0.3s;
-ms-transition: border-color 0.3s;
-moz-transition: border-color 0.3s;
-webkit-transition: border-color 0.3s;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
outline: none;

}
.date{
	background:url(../images/icon.png) no-repeat 3% 50% #FFF;
}
.date_btn{
	  margin: 2.3em 0 0 0;
}
.date_btn input[type="submit"] {
	text-transform:capitalize;
	width: 90% !important;
	background: #0199e6;
	border: 1px solid #0199e6;
	color: #FFF;
	padding: 8px 10px;
	font-size: 16px;
	outline: none;
	font-weight:600;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
.date_btn input[type="submit"]:hover{
	  background: rgba(0, 204, 255, 0);
	  border: 1px solid #0199e6;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.btnBox {
	text-transform:capitalize;
	width: 90% !important;
	background: #0199e6;
	border: 1px solid #0199e6;
	color: #FFF;
	padding: 8px 10px;
	font-size: 16px;
	outline: none;
	font-weight:600;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
.btnBox:hover{
	  background: rgba(0, 204, 255, 0);
	  border: 1px solid #0199e6;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
/*--brief--*/
.brief{
padding:2% 0 2% 0;
}
.brief-grid{
margin-top:2em;
}
.brief-grid-text{
}
.brief-grid-text h3{
color:#393939;
font-size:2.5em;
font-family: 'Raleway', sans-serif;
background:url(../images/line.png) no-repeat 0px 100%;
padding-bottom:0.5em;
margin-bottom:1em;
font-weight:500;
}
.brief-grid-text p{
color:#8e8e8e;
font-weight:400;
font-size:1em;
line-height:1.5em;
width: 91%;
}
/*--feature--*/
.features{
padding:3% 0; 
}
.feature-text h3{
color:#393939;
font-size:2.5em;
font-family: 'Raleway', sans-serif;
background:url(../images/line.png) no-repeat 50% 100%;
padding-bottom:0.5em;
margin-bottom:10px;
font-weight:500;
}
.feature-text  p{
color:#8e8e8e;
font-weight:400;
font-size:1.2em;
line-height:1.5em;
}
.feature-grid i{
  width: 52px;
  height: 52px;
display:inline-block;
background:url(../images/feature.png) no-repeat 0px 0px;
}
.features-section{
margin-top:2em;
}
.feature-grid{
margin-bottom:2em;
}
.feature-grid i.f1{
  background-position: 0px 0px;
}
.feature-grid i.f2{
  background-position: -78px 0px;
}
.feature-grid i.f3{
  background-position: -155px 0px;
}
.feature-grid i.f4{
  background-position: -237px 0px;
}
.feature-grid h3 {
color:#393939;
font-family: 'Raleway', sans-serif;
font-size: 1.3em;
  margin: 1em 0 .5em;
font-weight: 700;
}
.feature-grid p {
color: #8e8e8e;
font-weight: 400;
font-size: 1em;
line-height: 1.5em;
width: 75%;
margin: 0 auto;
}
/*--video--*/
.video{
padding:3% 0;
}
.video-text h3{
color:#393939;
font-size:2.5em;
font-family: 'Raleway', sans-serif;
background:url(../images/line.png) no-repeat 50% 100%;
padding-bottom:0.5em;
margin-bottom:10px;
font-weight:500;
}
.video-text p{
color: #8e8e8e;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.5em;
}
.video-left h4 {
  color: #393939;
  font-size: 25px;
  margin: 0;
  font-family: 'Raleway', sans-serif;
}
.video-grids {
  padding: 4em 0 0 0;
}
.video-left h5{
	color: #393939;
	font-size: 16px;
	margin: 1em 0;
}
.video-left  p{
	color: #8e8e8e;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.5em;
}
.video-right{
	position:relative;
}
.video-right img{
	width:100%;
}
.video-right a span{
	background:url(../images/play.png) no-repeat 0px 0px;
	width:48px;
	height:48px;
	display:block;
	position:absolute;
	top: 39%;
	left: 44%;
}
/*-----*/
.screenshots{
padding:3% 0;
}
.screen-text h3{
color:#393939;
font-size:2.5em;
font-family: 'Raleway', sans-serif;
background:url(../images/line.png) no-repeat 50% 100%;
padding-bottom:0.5em;
margin-bottom:10px;
font-weight:500;
}
.screen-text p{
color: #8e8e8e;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.5em;
}
.box-grids{
margin-top:6%;
}
.box-grid{
position:relative;
background:#f7f8fa;
padding:2em;
border-radius:5px;
border-bottom:2px solid #D1D1D1;
}
.box-grid p{
color: #8e8e8e;
text-align:center;
  font-weight: 400;
  font-style:italic;
  font-size: 1em;
  line-height: 1.5em;
}
.box-grid span{
background:url(../images/box.png) no-repeat 0px 0px;
position:absolute;
top: -25px;
  left: 43%;
  display: block;
  width: 40px;
  height: 40px;
}
.box-grid label{
background:url(../images/dwn.png) no-repeat 0px 0px;
position:absolute;
bottom: -26px;
  left: 43%;
  display: block;
  width: 32px;
  height: 21px;
}
.sponcer{
width:60%;
margin:4em auto 0 auto;
}
#flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	margin:0px;
	padding:0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
	margin-top:10px;
	margin-bottom: 10px;
	max-width:250px;
	max-height:500px;
}
.grid-flex{
	margin:10px 0 20px 0;
	font-family: 'Roboto', sans-serif;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*-----*/
.trusted{
  padding: 2% 0 2% 0;
}
.trusted-text h3{
color:#393939;
font-size:2.5em;
font-family: 'Raleway', sans-serif;
background:url(../images/line.png) no-repeat 50% 100%;
padding-bottom:0.5em;
margin-bottom:10px;
font-weight:500;
}
.trusted-text p{
color: #8e8e8e;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.5em;
}
/*-----*/
.excursiones{
  padding: 2% 0 2% 0;
}
.excursiones-text h3{
color:#393939;
font-size:2.5em;
font-family: 'Raleway', sans-serif;
background:url(../images/line.png) no-repeat 50% 100%;
padding-bottom:0.5em;
margin-bottom:10px;
font-weight:500;
}
.excursiones-text p{
color: #8e8e8e;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.5em;
}
.excursiones-text select{
    width:30%;
}
.box-tours{
margin-top:2%;
float:left;
}
.box-tour{
position:relative;
background:#f7f8fa;
padding:1em;
border-radius:5px;
border-bottom:2px solid #D1D1D1;
min-height:490px;
 text-align:center;
 margin: 5px 5px 10px 5px;
}
.box-tour p{
color: #8e8e8e;
text-align:center;
  font-weight: 400;
  font-style:italic;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom:5px;
      position:relative;
    float:left; 
    width:100%;
}
.box-tour span{
background:url(../images/box.png) no-repeat 0px 0px;
position:absolute;
top: -25px;
  left: 43%;
  display: block;
  width: 40px;
  height: 40px;
}
.box-tour img{
    margin-left:10%;
    margin-top:20px;
  display: block;
  width: 254px;
  padding:2px;
  border:2px solid #E5E5E5;
    position:relative;
    float:left; 
}
.box-tour label{
background:url(../images/dwn.png) no-repeat 0px 0px;
position:absolute;
bottom: -26px;
  left: 43%;
  display: block;
  width: 32px;
  height: 21px;
}
.box-tour h3{
    text-align:center;
    font-weight:600;
    color:red;
    font-size:1.2em;
    margin-bottom:5px;
    position:relative;
    float:left; 
    width:100%;
}
.box-tour-date {
	background:url(../images/Ico-Calendar-20px.fw.png) no-repeat 0%;   
    position:relative;
    float:left; 
    left:20%;
    padding-left:25px;
    padding-right:10px;
        padding-bottom:5px;
        font-size:1em;
        font-weight:700;
        width:auto;
        margin-left:auto;
        margin-right:auto;
}
.box-tour-time {
	background:url(../images/Ico-Clock-20px.fw.png) no-repeat 0%;
    position:relative;
    float:left; 
    left:20%;
    padding-left:25px;
    padding-right:10px;
    padding-bottom:5px;
        font-size:1em;
        font-weight:700;
        width:auto;
        margin-left:auto;
        margin-right:auto;
}
.link-tour {
	text-transform:capitalize;
	width:auto;
	background: #0199e6;
	border: 1px solid #0199e6;
	color: #FFF;
	padding: 8px 10px;
	font-size: 16px;
	outline: none;
	font-weight:600;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
      position:relative;
    float:left; 
    left:30%;
}
.link-tour:hover{
	  background: rgba(0, 204, 255, 0);
	  border: 1px solid #0199e6;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.info-tours{
position:relative;
margin:1%;
display:block;
width:80%;
left:10%;
}
.info-tour{
position:relative;
padding:1em;
}
.info-tour img{
  display: block;
  width: 254px;
  padding:2px;
  border:2px solid #E5E5E5;
}
.info-tour p{
    padding:0px 10px 0px 10px;
}
.info-tour-rate{
    text-align:left;
    font-weight:700;
    color:red;
    font-size:1.4em;
    margin-bottom:10px;
    display:block;
}
.box-search{
width:80%;
left:10%;
float:left;
position:relative;
text-align:center;
margin:0px;
}

.client h4{
font-size:1.2em;
text-align:center;
margin:0.5em 0 0.5em 0;
font-weight:600;
min-height:35px;
vertical-align:text-top;
display:block;
}
.client h4 a{
display:inline-block;
color:#0199e6;
}
p.ceo{
text-align:center;
color:#bdbdbd;
font-weight:400;
font-size:1em;
}
/*-----*/
.get-started{
background:url(../images/Caminito-H250.png) no-repeat 0px 0px;
min-height:250px;
padding:1%;
color:#fff;
background-size:cover;
text-align:center;
}
.get-started .container{
    background-color:#333;
background:rgba(0,0,0,0.8);
width:60%;
min-height:200px;
padding-top:30px;
}
.get-started h4{
font-size:1.5em;
font-family: 'Raleway', sans-serif;
margin-bottom:1em;
font-weight:600;
color:#fff;
}
.get-started h3{
font-size:2.4em;
font-weight:600;
margin-bottom:1em;
font-family: 'Raleway', sans-serif;
color:#fff;
}
.get-started a{
padding: 12px 18px;
border: 1px solid #0199e6;
font-size: 1.2em;
color: #fff;
outline: none;
font-weight: 600;
text-decoration:none;
background: #0199e6;
border-radius: 3px;
}
.get-started a:hover{
background:transparent;
border: 1px solid #0199e6;
}

/*-----*/
.micuenta{
  padding: 2% 0 2% 0;
}
.micuenta-text h3{
color:#393939;
font-size:2.5em;
font-family: 'Raleway', sans-serif;
background:url(../images/line.png) no-repeat 50% 100%;
padding-bottom:0.5em;
margin-bottom:10px;
font-weight:500;
}
.micuenta-text p{
color: #8e8e8e;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.5em;
}
.micuenta-form{
margin-top:3em;
}
.error-text{
color:#ff0000;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.5em;
}
.error-text a{
color:#ff0000;
 }
.user-menu{
    position:relative;
    align-content:center;
    left:40%;
    margin-top:30px;
}
.user-menu ul{
    list-style:none;
  font-size: 1.2em;
  line-height: 1.5em;
}
.user-menu ul li{
      background:url(../images/next.png) no-repeat 0% 50%;
      padding-left:30px;
      margin-bottom:10px;
  vertical-align:middle;
}
.login-menu{
padding:0;
margin:0;
color:#fff;
text-align:center;
}
.login-menu .container{
background-color:#E5E5E5;
background:rgba(0,0,0,0.2);
width:100%;
padding:5px;
margin:0;
}
.login-menu ul{
    list-style:none;
  font-size: 1.2em;
  margin:0;
}
.login-menu ul li{
  vertical-align:middle;
display:inline-block;
  margin:0;
  margin-right:15px;
}
.icon-Bookings{
      background:url(../images/ico-Bookings-22px.fw.png) no-repeat 0% 50%;
      padding-left:25px;
}
.icon-Tours{
      background:url(../images/ico-CityTours-20px.fw.png) no-repeat 0% 50%;
      padding-left:25px;
}
.icon-Shows{
      background:url(../images/ico-Shows-22px.fw.png) no-repeat 0% 50%;
      padding-left:25px;
}
.icon-Events{
      background:url(../images/ico-Tickets-22px.fw.png) no-repeat 0% 50%;
      padding-left:25px;
}

.fileUpload {
	position: relative;
	overflow: hidden;
}
input.upload {
background: #0199e6;
border: 1px solid #0199e6;
color: #fff;
  width: 95% !important;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
font-size: 1.1em;
padding: 0.7em 2.5em;
font-weight:600;
margin: 0 auto;
-webkit-appearance: none;
border-radius: 5px;
}
input.upload:hover{
color:#0199e6;
border: 1px solid #0199e6;
background:transparent;
}

/*-----*/
.contact{
  padding: 2% 0 2% 0;
}
.contact-text h3{
color:#393939;
font-size:2.5em;
font-family: 'Raleway', sans-serif;
background:url(../images/line.png) no-repeat 50% 100%;
padding-bottom:0.5em;
margin-bottom:10px;
font-weight:500;
}
.contact-text p{
color: #8e8e8e;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.5em;
}
.contact-form{
margin-top:3em;
}
.text-box input[type="text"], .textarea textarea {
border: 2px solid #E5E5E5;
width: 100%;
padding: 0.85em;
border-radius: 0.3em;
margin-bottom: 1.5em;
color: #858585;
transition: border-color 0.3s;
-o-transition: border-color 0.3s;
-ms-transition: border-color 0.3s;
-moz-transition: border-color 0.3s;
-webkit-transition: border-color 0.3s;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
outline: none;
}
.text-box input[type="password"] {
border: 2px solid #E5E5E5;
width: 100%;
padding: 0.85em;
border-radius: 0.3em;
margin-bottom: 1.5em;
color: #858585;
transition: border-color 0.3s;
-o-transition: border-color 0.3s;
-ms-transition: border-color 0.3s;
-moz-transition: border-color 0.3s;
-webkit-transition: border-color 0.3s;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
outline: none;
}
.textarea textarea {
height: 183px;
resize: none;
}
.textarea{
text-align:right;
}
.textarea input[type="submit"] {
  position:relative;
    float:left;
background: #0199e6;
border: 1px solid #0199e6;
color: #fff;
  width:auto !important;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
font-size: 1.1em;
padding: 0.7em 2.5em;
font-weight:600;
margin: 0 auto;
-webkit-appearance: none;
border-radius: 5px;
}
.textarea input[type="submit"]:hover{
color:#0199e6;
border: 1px solid #0199e6;
background:transparent;
}
.text-box input[type="text"]:hover,.text-box input[type="password"]:hover, .textarea textarea:hover, .text-box input[type="text"]:focus, .textarea textarea:focus {
border-color:#008ed6;
}
.map{
	margin: 2em 0 0 0;
}
.map iframe {
  width: 100%;
  height: 209px;
}
/*----*/
.footer {
    position: relative;
    float: left;
    background: #050e12;
    padding: 2em 0;
    text-align: center;
    margin-top: 2px;
    width:100%;
}
.footer a img{
display:inline-block
}
.copy-right{
margin-top:1em;
}
.copy-right p {
color: #7f7f7f;
font-size: 1.1em;
font-weight:600;
line-height: 1.5em;
}
.copy-right p a{
color: #7f7f7f;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 14px;
	right: 3%;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url("../images/to-top1.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
.online-form a{
  background: #0199e6;
  color: #FFF;
    border: 1px solid #0199e6;
  font-weight: 400;
  font-size: 1.2em;
  text-decoration: none;
  display: none;
  text-align: center !important;
  width: 50%;
  margin: 0 auto;
    padding: 5px 10px;
}
.online-form a:hover{
	background: transparent;
	border: 1px solid #0199e6;
	transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.fixed{
    position:relative;
    float:left;
    width:100%;
    display:block;
}
.blue{
    color:blue;
} 
.vouchers{
    position:relative;
    float:left;
    display:block;
    width:100%;
    padding:10px;
}
/* Tables */
.table-style1{
    width:100%;
    padding:2px;
}
.table-style1-th{
	background: #0199e6;
	border: 1px solid #0199e6;
	color: #FFF;
    border-color:gray;
    font-weight:700;
    padding:2px;
}
.table-style1-td{
	background:#f7f8fa;
	border: 1px solid #0199e6;
	color:#333;
    border-color:gray;
    padding:2px;
}

/* Buttons */
.button-link {
    height:20px;
	width:180px;
    padding: 2px 3px;
    background: #4479BA;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    text-align:center;
}
.button-link:hover {
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}
.button-link-small {
    display:block;
    height:18px;
	width:100px;
    padding: 2px;
    background: #4479BA;
    color: #FFF;
	font-size:0.9em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    text-align:center;
}
.button-link-small:hover {
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}

.button-link-small-red {
    height:18px;
	width:90px;
    padding: 2px 3px;
    background:#F00;
    color: #FFF;
	font-size:10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    text-align:center;
}
.button-link-small-red:hover {
    background:#F33
    border: solid 1px #2A4E77;
    text-decoration: none;
}

.button-link-small-green {
    height:18px;
	width:90px;
    padding: 2px 3px;
    background:#393;
    color: #FFF;
	font-size:10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    text-align:center;
}
.button-link-small-green:hover {
    background:#396;
    border: solid 1px #2A4E77;
    text-decoration: none;
}

    /*--Columns--*/
    .col-33-50-100 {
        float:left;
        width: 33%;
    }
    .col-w100 {
        float:left;
        width: 100%;
    }
    .col-w50 {
        float:left;
        width: 50%;
    }
      .col-w50-center {
          float:left;
        width: 50%;
        position:relative;
            text-align:center;
            align-content:center;
            display:block;
    }
       .col-w100-center {
    position: relative;
    display:block;
    width:100%;
            text-align:center;
            align-content:center;
       }
    .col-wauto {
        float:left;
        padding:2px;
    }
    .col-wauto h4{
        font-size:1em;
        font-weight:700;
        vertical-align:text-top;
        color: #0199e6;
        text-align:left;
    }
    .col-w100 h4{
        font-size:1em;
        font-weight:700;
        vertical-align:text-top;
        color: #0199e6;
        text-align:left;
    }
    .col-w50 h4{
        font-size:1em;
        font-weight:700;
        vertical-align:text-top;
        color: #0199e6;
        text-align:left;
    }
        .col-w50-100 {
        float:left;
        width: 50%;
    }

/*----responsive-start---*/
@media(max-width:1280px){
	.register span {
	  right: 43%;
	}
/*--Columns--*/
.col-33-50-100 {
    width:33%;
}
}
@media(max-width:1024px){
.banner-text {
  margin: 2em 0 0 0;
}
.reservation ul li.span1_of_1 {
  margin-left: 4em;
}
.video-left h4 {
  font-size: 20px;
}
.video-left p {
  overflow: hidden;
  height: 62px;
}
.top-menu ul li a {
  font-size: 1em;
}
.banner-text h1 {
  font-size: 3em;
} 
.banner-form form {
  width: 100%;
}
.banner-form form input[type="text"] {
  padding: 10px 14px;
  font-size: 1em;
}
.banner-form form input[type="submit"] {
  width: 18%;
  padding: 10px 14px;
  font-size: 1em;
}
.banner-text h2 {
  font-size: 1.2em;
  width: 66%;
}
.register {
  margin-top: 1em;
}
.register span {
  right: 39%;
}
.banner {
  min-height: 591px;
}
.brief-grids img {
  width: 100%;
}
.brief-grid-text h3 {
  font-size: 2.2em;
}
.brief-grid-text p {
  font-size: 1.1em;
}
.brief-grid-content1 h3, .brief-grid-content2 h3 {
  font-size: 1.2em;
}
.brief-grid-content1 p, .brief-grid-content2 p {
  font-size: 1.1em;
}
.feature-text h3,.pricing-text h3,.video-text h3,.screen-text h3,.trusted-text h3.contact-text h3{
  font-size: 2.2em;
}
.excursiones-text h3 {
  font-size: 2.2em;
}
.feature-grid p {
  font-size: 1.1em;
  width: 82%;
}
.pricing-text p,.screen-text p,.trusted-text p,.excursiones-text p,.contact-text p{
font-size:1.1em;
}
.pricing-offer ul li a {
  font-size: 14px;
  padding: 11px 0;
}
.sign a {
  padding: 8px 1.5em;
  font-size: 1em;
}
h4 a.p2 {
  padding:3px 15px 4px 27px;
  margin: 0 3em;
}
.video-play h4 {
  font-size: 1.1em;
}
.trusted {
  padding: 2% 0 2% 0;
}
.excursiones {
  padding: 2% 0 2% 0;
}
.sponcer {
  width: 80%;
}
.box-grid p {
  font-size: 1em;
}
.box-tour p {
  font-size: 0.95em;
}
.client h4 {
  font-size: 1.1em;
  margin: 2em 0 0.2em 0;
}
.get-started h4 {
  font-size: 1.2em;
}
.get-started h3 {
  font-size: 2.0em;
}
.get-started .container{
    background-color:#333;
background:rgba(0,0,0,0.8);
width:70%;
min-height:200px;
padding-top:30px;
}
.get-started a{
padding: 12px 18px;
border: 1px solid #0199e6;
font-size: 1.2em;
color: #fff;
outline: none;
font-weight: 600;
text-decoration:none;
background: #0199e6;
border-radius: 3px;
}
.get-started a:hover{
background:transparent;
border: 1px solid #0199e6;
}
.get-started {
  min-height: 265px;
} 
.video-play iframe {
  height: 400px;
  }

    .box-tour img{
    margin-left:10%;
    width:80%;
}
        
        .info-tour img {
        width: 80%;
    }

/*--Columns--*/
.col-33-50-100 {
    width:33%;
}
  }
@media (max-width: 768px){
.book_date input[type="text"] {
  padding: 8px 8px;
}
.video-left p {
  height: 66px;
}
.header {
  padding: 2em 0;
}
span.menu:before {
	content: url(../images/nav-icon.png);
	cursor: pointer;		
}
.top-menu {
width: 11%;
float: right;
margin: 0%;
}
.top-menu  ul{
	display:none;
}
.top-menu  ul li {
	font-size: 12px;
	display:inline-block;
	width: 100%;
}
.top-menu ul li a {
	padding:6px;
	font-size: 12px;
	width: 100%;
    padding:0 0.05em 0em 0.05em;
}
 span.menu{
	display:block;
	float:right;
	margin:0;
}
.top-menu  ul{
	margin: 0;
	background: rgba(1, 153, 230, 0.9);
	z-index: 999;
	position: absolute;
	width: 96%;
	text-align: center;
	top: 17%;
	left: 2%;
	margin-top:1%;
}
.top-menu  ul li a:hover{
color:#050e12;
}
.reservation ul li.span1_of_1 {
  margin-left: 3em;
}
.reservation ul li.span1_of_3 {
  width: 18%;
  margin-left: 3em;
}
.banner-text h1 {
  font-size: 2.5em;
}
.banner-text h2 {
  font-size: 1.1em;
  width: 75%;
}
.banner-form form input[type="text"] {
  padding: 7px 14px;
  font-size: 0.9em;
  width: 24%;
  }
.banner-form form input[type="submit"] {
  width: 20%;
  padding: 8px 14px;
  font-size: 0.9em;
}
.register {
  margin-top: 0.5em;
}
.register h3 {
  font-size: 1em;
}
.register span {
  right: 31%;
  bottom: 2px;
  background-size: 86%;
}
.banner {
  min-height: 535px;
}
.brief-grids {
  width: 50%;
  float: left;
}
.brief-grid-text h3 {
    font-size: 1.6em;
  margin-bottom: 0.5em;
}
.brief-grid-text p {
  font-size: 1em;
}
.brief-grid-content1 h3, .brief-grid-content2 h3 {
  font-size: 1.1em;
  margin-bottom: 4px;
}
.brief-grid-content1 p, .brief-grid-content2 p {
  font-size: 1em;
}
.brief-grid-content1,.brief-grid-content2 {
  padding: 0px 0px 22px 50px;
}
.feature-text h3, .pricing-text h3, .video-text h3, .screen-text h3, .trusted-text h3, .excursiones-text h3, .contact-text h3 {
  font-size: 2em;
}
.feature-text p {
  font-size: 1em;
}
.feature-grid {
  width: 50%;
  float: left;
}
.feature-grid h3 {
  font-size: 1.2em;
} 
.feature-grid p {
  font-size: 1em;
  width: 100%;
}
.pricing-grid {
  width: 33.3%;
  float: left;
} 
.pricing-offer ul li a {
  font-size: 13px;
  padding: 8px 0;
}
.sign a {
  padding: 7px 1.5em;
  font-size: 0.9em;
}
.video-play iframe {
  height: 340px;
  margin-bottom: 1em;
}
h4 a.p2 {
  margin: 0 0em;
}
.image-grid {
  width: 33.3%;
  float: left;
}
.client {
  width: 33.3%;
  float: left;
}
.box-grid {
  padding: 1.5em;
}
.box-grid p {
  overflow: hidden;
  height: 85px;
}
.box-tour {
  padding: 1.5em;
}
.box-tour p {
  font-size: 1em;
}
.get-started h4 {
  font-size: 1em;
}
.get-started h3 {
  font-size: 2.0em;
}
.get-started a{
padding: 12px 18px;
border: 1px solid #0199e6;
font-size: 1.0em;
color: #fff;
outline: none;
font-weight: 600;
text-decoration:none;
background: #0199e6;
border-radius: 3px;
}
.get-started a:hover{
background:transparent;
border: 1px solid #0199e6;
}
.get-started {
  min-height: 203px;
}
.get-started .container{
    background-color:#333;
background:rgba(0,0,0,0.8);
width:70%;
min-height:200px;
padding-top:30px;
}
.text-box,.textarea {
  width: 50%;
  float: left;
}
.text-box input[type="text"], .textarea textarea {
	font-size:0.9em;
  padding: 0.7em;
}
.textarea input[type="submit"] {
  font-size: 1em;
  padding: 0.6em 2.5em;
}
.textarea textarea {
  height: 157px;
} 
.sponcer {
margin: 4em auto 4em auto;
} 
.textarea input[type="submit"] {
  width:auto !important;
}

    .box-tour img{
    margin-left:10%;
}

    .info-tour img{
        width:80%;
    }
/*--Columns--*/
.col-33-50-100 {
    width:50%;
}

}
@media (max-width: 640px){   
.login-menu ul{
    list-style:none;
  font-size: 1.0em;
  margin:0;
}
.login-menu ul li{
  vertical-align:middle;
display:inline-block;
  margin:0;
  margin-right:15px;
}
.icon-Bookings{
      background:url(../images/ico-Bookings-22px.fw.png) no-repeat 0% 50%;
      padding-left:25px;
}
.icon-Tours{
      background:url(../images/ico-CityTours-20px.fw.png) no-repeat 0% 50%;
      padding-left:25px;
}
.icon-Shows{
      background:url(../images/ico-Shows-22px.fw.png) no-repeat 0% 50%;
      padding-left:25px;
}
.icon-Events{
      background:url(../images/ico-Tickets-22px.fw.png) no-repeat 0% 50%;
      padding-left:25px;
}
.top-menu ul li a {
  padding: 0.5em 0.5em 0em 0.5em;
}
.banner-text h1 {
  font-size: 2.1em;
}
.banner-text {
  margin-top: 4%;
  }
.banner-text h2 {
  font-size: 1em;
  width: 79%;
}
.banner-form form {
  padding: 1.5em;
  margin: 2em auto 0 auto;
}
.banner-form form input[type="text"] {
  padding: 6px 14px;
  font-size: 0.85em;
  width: 24%;
}
.banner-form form input[type="submit"] {
  width: 19%;
  padding: 6px 14px;
  font-size: 0.85em;
}
.reservation ul li.span1_of_1:nth-child(3) {
  display: none;
}
.reservation ul li.span1_of_1:nth-child(4) {
  display: none;
}
.book_date input[type="text"] {
  font-size: 11px;
}
select {
  font-size: 11px!important;
}
.video-grids {
  padding: 1em 0 0 0;
}
.textarea input[type="submit"] {
  width:auto !important;
}
.date_btn {
  margin: 1.3em 0 0 0;
}
.date_btn input[type="submit"] {
  width: 100% !important;
  font-size: 12px;
}
.register h3 {
  font-size: 0.9em;
}
.register {
  width: 48%;
}
.register span {
  right: 30%;
  bottom: 0px;
  background-size: 86%;
  width: 30px;
}
.brief-grid-text h3 {
  font-size: 1.375em;
  margin-bottom: 0.5em;
}
.brief-grid-text p {
  font-size: 0.9em;
  width: 98%;
}
.brief-grid-content1 h3, .brief-grid-content2 h3 {
  font-size: 1em;
}
.brief-grid-content1 p, .brief-grid-content2 p,.feature-text p {
  font-size: 0.9em;
}
.feature-text h3, .pricing-text h3, .video-text h3, .screen-text h3, .trusted-text h3, .excursiones-text h3, .contact-text h3 {
  font-size: 1.8em;
}
.feature-grid h3 {
  font-size: 1.1em;
}
.feature-grid p {
  font-size: 0.9em;
  overflow: hidden;
  height: 57px;
}
.feature-grid:nth-child(4),.feature-grid:nth-child(5){
margin-bottom:0em;
}
.pricing-text p, .screen-text p, .trusted-text p, .excursiones-text p, .contact-text p {
  font-size: 1em;
}
.pricing-grid:nth-child(3){
display:none;
}
.pricing-grid{
width:50%;
}
.image-grid {
  width: 50%;
}
.image-grid:nth-child(2){
display:none;
}
.image-grid img{
width:100%;
}
.sponcer {
  width: 70%;
  margin: 2em auto 0 auto;
}

    .box-tour img{
    margin-left:15%;
    width:80%;
}

    .info-tour img {
        width: 80%;
    }

/*--Columns--*/
.col-33-50-100 {
    width:50%;
}
}
@media (max-width: 480px){
.online-form a{
	display:block;
}
.booking-form {
  display: none;
    text-align: center !important;
}
.logo img {
background-size: 100%;
width: 100%;
}
.logo {
float: left;
width: 23%;
}
span.menu {
margin: 3px 8px 0px 0;
}
.banner-text h1 {
font-size: 1.8em;
}
.banner-text h2 {
font-size: 0.9em;
width: 100%;
}
.header {
padding: 2.5em 0;
}
.banner-form form input[type="text"] {
width: 46%;
margin-bottom: 1em;
}
.banner-form form input[type="submit"] {
width: 46%;
}
.banner-form form {
padding: 1em;
}
.register {
float:none;
width:80%;
display:inline-block;
text-align: center;
}
.register span {
right: 16%;
background-size: 86%;
width: 28px;
}
.brief-grid-text p {
  margin-bottom: 1em;
}
.brief-grids {
width: 100%;
}
.brief-grid-text h3 {
font-size: 1.5em;
}
.feature-text h3, .pricing-text h3, .video-text h3, .screen-text h3, .trusted-text h3 {
font-size: 1.5em;
}
.excursiones-text h3, .contact-text h3, .micuenta-text h3 {
font-size: 1.0em;
}
.pricing-top {
padding: 1em 0;
}
.pricing-top h3 {
font-size: 1.5em;
margin-bottom: 5px;
}
.pricing-top p {
font-size: 0.85em;
}
.video-text p {
font-size: 0.9em;
}
.video-play {
margin: 2em auto;
width: 100%;
}
.video-play iframe {
height: 263px;
}
.video-play h4 {
font-size: 0.9em;
margin-bottom:1em;
}
.image-grid {
width: 100%;
margin-bottom: 1em;
}
.client {
width: 50%;
}
.sponcer {
width: 70%;
margin: 2em auto 4em auto;
}
.get-started h3 {
font-size: 1.4em;
}
.get-started a{
padding: 12px 18px;
border: 1px solid #0199e6;
font-size: 0.8em;
color: #fff;
outline: none;
font-weight: 600;
text-decoration:none;
background: #0199e6;
border-radius: 3px;
}
.get-started a:hover{
background:transparent;
border: 1px solid #0199e6;
}
.get-started h4 {
font-size: 0.85em;
}
.get-started {
min-height: 162px;
}

.contact-form {
margin-top: 2em;
}
.text-box, .textarea {
width: 100%;
padding: 0;
}
.textarea {
  text-align: left;
}
.copy-right p {
font-size: 0.9em;
}

    .box-tour img{
        width:80%;
}
    .user-menu{
    left:20%;
}

/*--Columns--*/
.col-33-50-100 {
    width:100%;
}
   .col-w50-100 {
        width: 100%;
    }

}
@media (max-width: 320px) {
    .header {
        padding: 0.5em 0;
    }

    .banner-text h1 {
        font-size: 1.2em;
    }

    .online-form a {
        font-size: 1em;
    }

    .banner-text h2 {
        overflow: hidden;
        height: 21px;
    }

    .banner-form form input[type="text"] {
        width: 100%;
        margin-right: 0;
    }

    .banner-form form {
        padding: 0.6em;
        text-align: center;
        margin: 1em auto 0 auto;
    }

    .banner-text {
        margin-top: 10%;
    }

    .video-text p {
        height: 20px;
    }

    .video-left h4 {
        font-size: 14px;
    }

    .video-left h5 {
        display: none;
    }

    .video-left p {
        font-size: .9em;
        line-height: 1.2em;
        height: 48px;
        margin-top: .5em;
    }

    .video-right img {
        margin-top: 1em;
    }

    .logo {
        width: 30%;
    }

    .banner {
        min-height: 423px;
    }

    .register {
        width: 98%;
        margin-top: 1em;
    }

    .brief-grids {
        padding: 0;
    }

    .brief-grid-text h3 {
        font-size: 1.4em;
    }

    .brief-grid {
        margin-top: 1.3em;
    }

    .brief-grid-content1 p, .brief-grid-content2 p {
        width: 100%;
    }

    .feature-grid {
        width: 100%;
    }

    .feature-grid {
        width: 100%;
        padding: 0;
        margin-bottom: 1em;
    }

        .feature-grid:nth-child(4), .feature-grid:nth-child(5) {
            margin-bottom: 1em;
        }

    .register span {
        right: 14%;
        transform: rotate(-96deg);
        bottom: 11px;
    }

    .pricing-text p, .screen-text p, .trusted-text p, .excursiones-text p, .contact-text p {
        font-size: 0.9em;
        overflow: hidden;
        height: 18px;
    }

    .pricing-grid {
        width: 100%;
        padding: 0;
        margin-bottom: 1.3em;
    }

    .video-play iframe {
        height: 176px;
    }

    .image-grid {
        padding: 0;
    }

    .client {
        width: 100%;
        margin-bottom: 4em;
        padding: 0;
    }

        .client:nth-child(2) {
            margin-bottom: 2em;
        }

    .get-started h4 {
        font-size: 0.8em;
    }

    .get-started h3 {
        font-size: 1.2em;
        line-height: 1.3em;
    }

    .get-started a {
        padding: 12px 18px;
        border: 1px solid #0199e6;
        font-size: 0.6em;
        color: #fff;
        outline: none;
        font-weight: 600;
        text-decoration: none;
        background: #0199e6;
        border-radius: 3px;
    }

        .get-started a:hover {
            background: transparent;
            border: 1px solid #0199e6;
        }

    .textarea textarea {
        height: 115px;
    }

    .textarea input[type="submit"] {
        font-size: 0.9em;
        padding: 0.5em 2.5em;
    }

    .footer a img {
        background-size: 100%;
        width: 34%;
    }

    .copy-right {
        margin-top: 0.5em;
    }

    .top-menu ul {
        margin: 0;
        background: rgba(1, 153, 230, 0.9);
        z-index: 999;
        position: absolute;
        width: 96%;
        text-align: center;
        top: 0;
        left: 2%;
        margin-top: 20%;
    }

    .box-tour img{
    margin-left:0%;
    width:80%;
}

    .box-tour-date {
    left:15%;
}
.box-tour-time {
    left:15%;
}
.user-menu{
    left:20%;
}

    /*--Columns--*/
    .col-33-50-100 {
        width: 100%;
    }
       .col-w50-100 {
        width: 100%;
    }
}