@import "../fonts/open-sans/stylesheet.css";

body {
  font-family: open_sansregular, "Lucida Grande", Verdana, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
}

table {
  width: 100%;
}

#header #logo {
  float: left;
  margin-top: 15px;
  margin-right: 1.736111111111111%;
  margin-left: 1.736111111111111%;
  width: 14.68421052631579%;
}

#header #logo img {
  max-width: 100%;
}

.header-logo-menu-container {
  float: left;
  width: 79.16666666666667%;
  z-index: 100;
  /*box-shadow: 0px 0px 10px #000000;*/
  position: relative;
}

.logged-in .header-logo-menu-container {
  background: #272e3a;
}

#header {
  background: none repeat scroll 0 0 #FFFFFF;
  position: fixed;
  z-index: 110;
  top: 0;
  width: 100%;
  /*height: 70px;*/
  /*-webkit-box-shadow: 0px 0px 4px 0px #000000; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
  /*box-shadow: 0px 0px 4px 0px #000000; /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
  /*  position: fixed;
    z-index: 100;
    background-color: #ffffff;
    width: 100%;*/
}
body.admin-menu #header{
  top:20px;
}

#main-wrapper {
  padding-top: 68px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top:0;
}

#header .section {
  margin: 0;
}

#header nav {
  float: right;
  /*width: 81.84358%;*/
  width: 74.844%;
  position: relative;
}

#header nav ul {
}

#header #main-navigation ul li {
  padding: 42px 0.7638888888888889% 5px;
  float: left;
  border-left: 1px solid #ebebeb;
}

.logged-in #header #main-navigation ul li {
  border-left: 1px solid #ebebeb;
}

#header #main-navigation ul li.active a, #header #main-navigation ul li.active-trail a, #header #main-navigation ul li:hover a {
  color: #ffffff;
}
.logged-in #header #main-navigation ul li.active a, .logged-in #header #main-navigation ul li.active-trail a, .logged-in #header #main-navigation ul li:hover a {
  color: #010101;
}
#header #main-navigation ul li:hover {
  cursor: pointer;
}

#header #main-navigation ul li a {
  font-size: 13px;
  color: #010101;
  text-decoration: none;
}

.logged-in #header #main-navigation ul li a {
  color: #ffffff;
}

.icon-menu-1 { background: url("../img/menu-1.png") no-repeat transparent; }
.icon-menu-2 { background: url("../img/menu-2.png") no-repeat transparent; }
.icon-menu-3 { background: url("../img/menu-3.png") no-repeat transparent; }
.icon-menu-4 { background: url("../img/menu-4.png") no-repeat transparent; }
.icon-menu-5 { background: url("../img/menu-5.png") no-repeat transparent; }
.icon-menu-6 { background: url("../img/icon-colectivo.png") no-repeat transparent; }
.icon-menu-7 { background: url("../img/menu-6.png") no-repeat transparent; }
.icon-menu-8 { background: url("../img/menu-7.png") no-repeat transparent; }
.icon-menu-9 { background: url("../img/menu-8.png") no-repeat transparent; }
.icon-menu-10 { background: url("../img/menu-9.png") no-repeat transparent; }

.icon-menu-1.active, .icon-menu-1.active-trail, .icon-menu-1:hover{ background: url("../img/menu-1.png") no-repeat #272e3a; }
.icon-menu-2.active, .icon-menu-2.active-trail, .icon-menu-2:hover { background: url("../img/menu-2.png") no-repeat #272e3a; }
.icon-menu-3.active, .icon-menu-3.active-trail, .icon-menu-3:hover { background: url("../img/menu-3.png") no-repeat #272e3a; }
.icon-menu-4.active, .icon-menu-4.active-trail, .icon-menu-4:hover { background: url("../img/menu-4.png") no-repeat #272e3a; }
.icon-menu-5.active, .icon-menu-5.active-trail, .icon-menu-5:hover { background: url("../img/menu-5.png") no-repeat #272e3a; }
.icon-menu-6.active, .icon-menu-6.active-trail, .icon-menu-6:hover { background: url("../img/icon-colectivo.png") no-repeat #272e3a; }
.icon-menu-7.active, .icon-menu-7.active-trail, .icon-menu-7:hover { background: url("../img/menu-6.png") no-repeat #272e3a; }
.icon-menu-8.active, .icon-menu-8.active-trail, .icon-menu-8:hover { background: url("../img/menu-7.png") no-repeat #272e3a; }
.icon-menu-9.active, .icon-menu-9.active-trail, .icon-menu-9:hover { background: url("../img/menu-8.png") no-repeat #272e3a; }
.icon-menu-10.active, .icon-menu-10.active-trail, .icon-menu-10:hover { background: url("../img/menu-9.png") no-repeat #272e3a; }

.logged-in .icon-menu-1 { background: url("../img/menu-1.png") no-repeat #272e3a; }
.logged-in .icon-menu-2 { background: url("../img/menu-2.png") no-repeat #272e3a; }
.logged-in .icon-menu-3 { background: url("../img/menu-3.png") no-repeat #272e3a; }
.logged-in .icon-menu-4 { background: url("../img/menu-4.png") no-repeat #272e3a; }
.logged-in .icon-menu-5 { background: url("../img/menu-5.png") no-repeat #272e3a; }
.logged-in .icon-menu-6 { background: url("../img/icon-colectivo.png") no-repeat #272e3a; }
.logged-in .icon-menu-7 { background: url("../img/menu-6.png") no-repeat #272e3a; }
.logged-in .icon-menu-8 { background: url("../img/menu-7.png") no-repeat #272e3a; }
.logged-in .icon-menu-9 { background: url("../img/menu-8.png") no-repeat #272e3a; }
.logged-in .icon-menu-10 { background: url("../img/menu-9.png") no-repeat #272e3a; }

.logged-in .icon-menu-1.active, .logged-in .icon-menu-1.active-trail, .logged-in .icon-menu-1:hover { background: url("../img/menu-1.png") no-repeat #ffffff; }
.logged-in .icon-menu-2.active, .logged-in .icon-menu-2.active-trail, .logged-in .icon-menu-2:hover { background: url("../img/menu-2.png") no-repeat #ffffff; }
.logged-in .icon-menu-3.active, .logged-in .icon-menu-3.active-trail, .logged-in .icon-menu-3:hover { background: url("../img/menu-3.png") no-repeat #ffffff; }
.logged-in .icon-menu-4.active, .logged-in .icon-menu-4.active-trail, .logged-in .icon-menu-4:hover { background: url("../img/menu-4.png") no-repeat #ffffff; }
.logged-in .icon-menu-5.active, .logged-in .icon-menu-5.active-trail, .logged-in .icon-menu-5:hover { background: url("../img/menu-5.png") no-repeat #ffffff; }
.logged-in .icon-menu-6.active, .logged-in .icon-menu-6.active-trail, .logged-in .icon-menu-6:hover { background: url("../img/icon-colectivo.png") no-repeat #ffffff; }
.logged-in .icon-menu-7.active, .logged-in .icon-menu-7.active-trail, .logged-in .icon-menu-7:hover { background: url("../img/menu-6.png") no-repeat #ffffff; }
.logged-in .icon-menu-8.active, .logged-in .icon-menu-8.active-trail, .logged-in .icon-menu-8:hover { background: url("../img/menu-7.png") no-repeat #ffffff; }
.logged-in .icon-menu-9.active, .logged-in .icon-menu-9.active-trail, .logged-in .icon-menu-9:hover { background: url("../img/menu-8.png") no-repeat #ffffff; }
.logged-in .icon-menu-10.active, .logged-in .icon-menu-10.active-trail, .logged-in .icon-menu-10:hover { background: url("../img/menu-9.png") no-repeat #ffffff; }

.icon-menu, .icon-menu.active, .icon-menu.active-trail, .icon-menu:hover,
.logged-in .icon-menu, .logged-in .icon-menu.active, .logged-in .icon-menu.active-trail, .logged-in .icon-menu:hover {
  background-position: center 18px;
}

#site-search-form {
  /*background: url("../img/back-search-box-new.png") repeat-y left center #0f1d38;*/
  background: -webkit-linear-gradient(left, #2d2f36 20%, #181c22 60%, #0f1d38 100%);
  background: -moz-linear-gradient(left, #2d2f36 20%, #181c22 60%, #0f1d38 100%);
  background: -o-linear-gradient(left, #2d2f36 20%, #181c22 60%, #0f1d38 100%);
  background: -ms-linear-gradient(left, #2d2f36 20%, #181c22 60%, #0f1d38 100%);
  width: 18.40277777777778%;
  float: right;
  height: 42px;
  padding: 10px 1.388888888888889% 17px 0.9722222222222222%;
}

#site-search-form .form-item {
  margin: 0;
}
#site-search-form input[type="text"]:focus {
  background: #F2F5F8;
  color: #000;
}
#site-search-form input[type="text"] {
  width: 75%;
  height: 35px;
  background: #748694;
  color: #bbbec0;
  font-family: open_sansitalic, "Lucida Grande", Verdana, sans-serif;
  font-size: 14px;
  padding: 0 5%;
  border: none;
  float: left;
}

#site-search-form button {
  width: 12.708333333333333%;
  height: 35px;
  border: none;
  background: url("../img/icon-search.png") no-repeat center center #748694;
  float: left;
  margin-left: 1px;
}

#site-search-form a {
  font-size: 10px;
  color: #ffffff;
  float: right;
  margin-top: 5px;
  margin-right: 5px;
}

.reference-autocomplete {
  padding: 4px;
  border-bottom: 1px solid #cecece;
  background: #748694;
}

#autocomplete li.selected {
  background: #f4f4f4;
  color: #272e3a;
}

#autocomplete li {
  white-space: normal;
  margin: 0;
  background: #748694;
  border-bottom: 1px solid #606e79;
  color: #bbbec0;
  padding: 10px;
  font-size: 14px;
}

#autocomplete ul.links,
#autocomplete ul.links li {
  background: #748694;
}

#autocomplete p {
  margin: 0;
}

.logged-in #site-search-form {
  /*display: none;*/
}

.not-logged-in .logout-link {
  display: none;
}

.logout-link {
  background: #272e3a;
  width: 18.40277777777778%;
  float: right;
  height: 35px;
  padding: 20px 1.388888888888889% 14px 0.9722222222222222%;
}

.logout-link a {
  float: right;
  font-size: 14px;
  color: #00a261;
}

#sidebar-second {
  background-color: #243548;
  color: #ffffff;
}

#sidebar-second a {
  color: #00a261;
}

#sidebar-second .block {
  padding: 5px 8px;
}

#sidebar-second .block h2 {
  font-family: open_sanssemibold_italic, "Lucida Grande", Verdana, sans-serif;
  font-size: 16px;
  padding-left: 35px;
  border-bottom: 1px dashed #748694;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

#sidebar-second #block-fb-likebox-0 { height: 80px; overflow: hidden; }/*215-115*/
#sidebar-second #block-twitter-block-1 { height: 125px; overflow: hidden; }/*155-30*/
#sidebar-second #block-juliatours-content-juliatours-youtube-experience { height: 190px; overflow: hidden; }
#sidebar-second #block-juliatours-content-juliatours-newsletter { height: 70px; overflow: hidden; }
#sidebar-second #block-juliatours-content-juliatours-call-us { height: 25px; overflow: hidden; }
#sidebar-second #block-juliatours-content-juliatours-currency-change { height: 75px; overflow: hidden; }

#sidebar-second #block-fb-likebox-0 h2 { background: url("../img/block-icon-facebook.png") no-repeat 10px 0 transparent;}
#sidebar-second #block-twitter-block-1 h2 { background: url("../img/block-icon-twitter.png") no-repeat left 0 transparent; }
#sidebar-second #block-juliatours-content-juliatours-youtube-experience h2 { background: url("../img/block-icon-youtube.png") no-repeat 5px 0 transparent; }
#sidebar-second #block-juliatours-content-juliatours-newsletter h2 { background: url("../img/block-icon-newsletter.png") no-repeat left 0 transparent; }
#sidebar-second #block-juliatours-content-juliatours-call-us h2 { background: url("../img/block-icon-call-us.png") no-repeat 5px 0 transparent; }
#sidebar-second #block-juliatours-content-juliatours-currency-change h2 { background: url("../img/block-icon-currency.png") no-repeat left 0 transparent; }

#sidebar-second #block-fb-likebox-0 .content {
  margin: -10px;
}

#sidebar-second #block-twitter-block-1 .content {
  text-align: center;
}

#sidebar-second #block-juliatours-content-juliatours-youtube-experience .content {
  /*background: url("../img/youtube-video-example.png") no-repeat center center transparent;*/
  height: 160px;
  color: transparent;
  overflow: hidden;
}

#sidebar-second #block-juliatours-content-juliatours-youtube-experience .content iframe {
  width: 100%;
  height: 100%;
}

#sidebar-second #block-juliatours-content-juliatours-call-us h2 {
  border-bottom: none;
  float: left;
  margin-right: 10px;
  color: #e06313;
}

#sidebar-second #block-juliatours-content-juliatours-call-us .content {
  font-family: open_sanslight_italic, "Lucida Grande", Verdana, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

#sidebar-second #block-juliatours-content-juliatours-newsletter h2 {
  border-bottom: none;
}
#sidebar-second #block-juliatours-content-juliatours-newsletter .content .form-item {
  float: left;
  margin: 0;
  width: 75%;
}
#sidebar-second #block-juliatours-content-juliatours-newsletter .content input[type="text"]:focus {
  background: #FFF;
  color: #000;
}
#sidebar-second #block-juliatours-content-juliatours-newsletter .content input[type="text"] {
  border: none;
  background: #748694;
  padding: 0 10px;
  margin-left: 25px;
  font-family: open_sanslight_italic, "Lucida Grande", Verdana, sans-serif;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -1px;
  color: #29303d;
  width: 75%;
  height: 35px;
  margin-right: 2px;
}

#sidebar-second #block-juliatours-content-juliatours-newsletter .content input[type="submit"] {
  background: url("../img/newsletter-icon.png") no-repeat center center #00a261;
  width: 11.66666666666667%;
  height: 35px;
  border: none;
}

#sidebar-second .block.even {
  background-color: #394c65;
}

#sidebar-second #block-juliatours-content-juliatours-currency-change h2 {
  border-bottom: none;
}

#sidebar-second #block-juliatours-content-juliatours-currency-change #juliatours-content-currency-form {
}

#sidebar-second #block-juliatours-content-juliatours-currency-change #juliatours-content-currency-form label {
  float: left;
  width: 30%;
  text-align: center;
}

#sidebar-second #block-juliatours-content-juliatours-currency-change #juliatours-content-currency-form .form-item {
  margin: 0;
}
#sidebar-second #block-juliatours-content-juliatours-currency-change #juliatours-content-currency-form .form-item input[type="text"],
#sidebar-second #block-juliatours-content-juliatours-currency-change #juliatours-content-currency-form .form-item select {
  width: 70%;
  border: none;
  background: #748694;
}

#sidebar-second #block-juliatours-content-juliatours-currency-change #juliatours-content-currency-form .form-item input[type="text"]:focus {
  background: #FFF;
  color: #000;
}
#sidebar-second #block-juliatours-content-juliatours-currency-change #juliatours-content-currency-form .form-item input[type="text"] {
  padding-left: 20%;
  font-family: open_sanslight, "Lucida Grande", Verdana, sans-serif;
  font-size: 13px;
  color: #272e3a;
  width: 50%;
}

#sidebar-second #block-juliatours-content-juliatours-currency-change #juliatours-content-currency-form .form-item select {
  font-family: open_sanslight, "Lucida Grande", Verdana, sans-serif;
  font-size: 13px;
  color: #ffffff;
  padding-left: 15%;
}

#sidebar-second #block-juliatours-content-juliatours-currency-change #juliatours-content-currency-form .form-item-currency-source {
  float: left;
  width: 50%;
}
#sidebar-second #block-juliatours-content-juliatours-currency-change #juliatours-content-currency-form .form-item-currency-destination {
  float: left;
  width: 50%;
}
#sidebar-second #block-juliatours-content-juliatours-currency-change #juliatours-content-currency-form .form-item-currency-source-amount {
  float: left;
  clear: left;
  width: 50%;
}
#sidebar-second #block-juliatours-content-juliatours-currency-change #juliatours-content-currency-form .form-item-currency-destination-amount {
  float: left;
  width: 50%;
}

body.front #content .section {
  /*background: url("../img/home-slideshow-hold.png") no-repeat center center transparent;*/
  height: 100%;
  width: 100%;
}

body #content {
  /*background: url("../img/body-not-front-bg.png") no-repeat 0 0 #444C58;*/
  background: #444C58;
  background-position: center;
  color: #ffffff;
  margin: 0;
  padding-bottom: 10px;
}

body.front #content{
  margin: 0;
  padding: 0;
}

#footer {
  background-color: #181C24;
  font-size: 12px;
  color: #808080;
  padding: 0px;
  text-align: center;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 100;
}

#footer .section {
  margin: 4px;
}

#footer a {
  color: #feffff;
}

/*Tours page*/
body.page-tours {
}
body.page-tours h1.title { display: none; }

body.page-tours .view-id-vista_principal_de_tours .views-field-nothing {
  background: url("../img/torus-image-curtain.png") center center #000000;
  /*width: 25%; 
  max-height: 260px;*/
  position: relative;
  overflow: hidden;
  text-shadow: 1px 1px 1px #000000;
  padding: 0 2px;
}
body.page-tours .view-id-vista_principal_de_tours table {
  table-layout: fixed;
  /*max-width: 1440px;*/
  margin: 0px auto;
}
body.page-tours .view-id-vista_principal_de_tours td {
  width: 25%;
}

body.page-tours .view-id-vista_principal_de_tours .views-field-nothing {
  max-width: 100%;
}

body.page-tours .view-id-vista_principal_de_tours .views-field-nothing .tour-title {
  position: absolute;
  background: url("../img/tours-icon-link.png") center right transparent no-repeat;
  padding-right: 35px;
  padding-left: 20px;
  bottom: 12px;
  right: 8px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

body.page-tours .view-id-vista_principal_de_tours .views-field-nothing:hover .tour-title {
  -moz-transform: translateY(+200%);
  -o-transform: translateY(+200%);
  -webkit-transform: translateY(+200%);
  /*opacity: 1;*/
  transform: translateY(+200%);
}

body.page-tours .view-id-vista_principal_de_tours .views-field-nothing .tour-title a {
  font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
}

body.page-tours .view-id-vista_principal_de_tours .views-field-nothing .tour-hover-text {
  position: absolute;
  top: -100%;
  width: 100%;
  text-align: center;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

body.page-tours .view-id-vista_principal_de_tours .views-field-nothing:hover .tour-hover-text {
  top: 25%;
}

body.page-tours .view-id-vista_principal_de_tours .views-field-nothing .tour-hover-text a {
  color: #ffffff;
  font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
}
body.page-tours .view-id-vista_principal_de_tours .views-field-nothing .tour-hover-text a .explorar-text {
  font-size: 36px;
}
body.page-tours .view-id-vista_principal_de_tours .views-field-nothing .tour-hover-text a .explorar-separator {
  border-bottom: 1px solid #ffffff;
  width: 70%;
  margin: 2% auto;
}
body.page-tours .view-id-vista_principal_de_tours .views-field-nothing .tour-hover-text a .explorar-title {
  font-size: 24px;
  text-transform: uppercase;
}

body.page-tours .view-id-vista_principal_de_tours .row-1 .views-field-nothing,
body.page-tours .view-id-vista_principal_de_tours .row-2 .views-field-nothing,
body.page-tours .view-id-vista_principal_de_tours .row-3 .views-field-nothing {
  /*margin-bottom: 5px;
  margin-right: 5px;*/
}
body.page-tours .view-id-vista_principal_de_tours .row-1 .col-last .views-field-nothing,
body.page-tours .view-id-vista_principal_de_tours .row-2 .col-last .views-field-nothing,
body.page-tours .view-id-vista_principal_de_tours .row-3 .col-last .views-field-nothing {
  margin-right: 0;
}
body.page-tours .view-id-vista_principal_de_tours .view-content img {
  opacity: 0.5;
  /* SECOND (IE8) */
  -ms-filter: "progid:DXImageTransform . Microsoft . Alpha(Opacity = 50)";

  /* THIRD (IE7) */
  filter: alpha(opacity=50);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  /*max-width: 100%;*/
  width: 100%;
}
body.front .view-content .field-content img {
  width: auto;
  height: 89%;
  position: fixed;
  bottom: 0;
  right: 20.83333333333333%;
  top: 68px;
  z-index: -10;

}

body.page-tours .view-id-vista_principal_de_tours .view-content .views-field-nothing:hover img {
  opacity: 1;
}

/*page single tour*/
body.page-tours- .single-tour-page .col-left {
  width: 25%; /*350*/
  float: left;
  height: 790px;
}

body.page-tours- .single-tour-page .col-left .col-left-top-links {
  background: url("../img/icon-tour-view-main.png") no-repeat 96% center #1f5ebf;
  padding: 0;
}
body.page-tours- .single-tour-page .col-left .col-left-top-links .top-link {
  float: left;
  padding: 10px 2%;
}
body.page-tours- .single-tour-page .col-left .col-left-top-links a {
  font-family: open_sanslight_italic, "Lucida Grande", Verdana, sans-serif;
  font-size: 12px;
  color: #ffffff;
}

body.page-tours- .single-tour-page .col-left .col-left-top-links div.next-journey {
  border-right: 1px solid #0054a6;
  padding: 10px 2% 10px 2%;
}

body.page-tours- .single-tour-page .col-left .list-tours-header .header-tour-icon {
  background: url("../img/header-tour-icon.png") no-repeat center center #00a261;
  width: 21.42857142857143%;
  height: 75px;
  float: left;
}

body.page-tours- .single-tour-page .col-left .list-tours-header .header-tour-list-text {
  font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
  font-size: 23px;
  color: #00a261;
  background: #272e3a;
  float: left;
  height: 63px;
  width: 72.85714285714286%;
  padding-top: 12px;
  padding-left: 5.714285714285714%;
}

body.page-tours- .single-tour-page .col-left .view-zona-tours-miniatura {
  height: 282px;
  background: #41444e;
  width: 100%;
}

body.page-tours- .single-tour-page .col-left .view-zona-tours-miniatura .views-field-nothing {
  height: 132px;
  overflow: hidden;
  position: relative;
  background: url("../img/torus-image-curtain.png") repeat scroll center center #000000;
  text-shadow: 1px 1px 1px #000000;
}

body.page-tours- .single-tour-page .col-left .view-zona-tours-miniatura .views-field-nothing img {
  opacity: 0.5;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

body.page-tours- .single-tour-page .col-left .view-zona-tours-miniatura .views-field-nothing:hover img {
  opacity: 1;
}

body.page-tours- .single-tour-page .col-left .view-zona-tours-miniatura .views-field-nothing .tour-title {
  background: url("../img/tours-icon-link.png") no-repeat scroll right center rgba(0, 0, 0, 0);
  bottom: 12px;
  height: 29px;
  padding-right: 35px;
  padding-top: 5px;
  position: absolute;
  right: 8px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

body.page-tours- .single-tour-page .col-left .view-zona-tours-miniatura .views-field-nothing:hover .tour-title{
  -moz-transform: translateY(+200%);
  -o-transform: translateY(+200%);
  -webkit-transform: translateY(+200%);
  /*opacity: 1;*/
  transform: translateY(+200%);
}

body.page-tours- .single-tour-page .col-left .view-zona-tours-miniatura .views-field-nothing .tour-title a {
  color: #ffffff;
  font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
  font-size: 14px;
  text-shadow: 1px 1px 1px #000000;
  text-transform: uppercase;
}

body.page-tours- .single-tour-page .col-left .view-zona-tours-miniatura .views-field-nothing .tour-hover-text {
  position: absolute;
  text-align: center;
  top: -100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  width: 100%;
}

body.page-tours- .single-tour-page .col-left .view-zona-tours-miniatura .views-field-nothing .tour-hover-text .explorar-separator{
  border-bottom: 1px solid #ffffff;
  margin: 2% auto;
  width: 70%;
}

body.page-tours- .single-tour-page .col-left .view-zona-tours-miniatura .views-field-nothing .tour-hover-text a {
  color: #ffffff;
  font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
}

body.page-tours- .single-tour-page .col-left .view-zona-tours-miniatura .views-field-nothing:hover .tour-hover-text{
  top:25%;
}

body.page-tours- .single-tour-page .col-left .view-zona-tours-miniatura .views-field-nothing .field-content a.active img{
  opacity: 1;
  height: 97%;
  border-bottom: 4px solid #00a261;
}

body.page-tours- .single-tour-page .col-left .list-tours-header {
}

body.page-tours- .single-tour-page .col-left .list-tours-container {
  clear: both;
  background: #3e434f;
  height: 390px;
}

body.page-tours- .single-tour-page .col-left .list-tours-container .mCSB_container{
  margin-right: 15px;
}

body.page-tours- .single-tour-page .col-left .list-tours-container .tour-item {
  background: url("../img/tour-icon-left.png") no-repeat 25px center #272e3a;
  background-size: 25px 25px;
  padding: 16px 0 16px 50px;
  border-bottom: 1px solid #434955;
}
body.page-tours- .single-tour-page .col-left .list-tours-container .tour-item:hover {
  background: url("../img/tour-icon-left.png") no-repeat 25px center #0dd06a;

}

body.page-tours- .single-tour-page .col-left .list-tours-container .tour-item.active {
  background-size: 25px 25px;
  background: url("../img/tour-icon-left-active.png") no-repeat 25px center #00a261;/*#dfe2e5;*/
}

/*subcat*/
body.page-tours- .single-tour-page .col-left .list-tours-container .subcat-item a {
  font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
}

body.page-tours- .single-tour-page .col-left .list-tours-container .subcat-item {
  background: url("../img/gota.png") no-repeat 10px #3b3f49;
  padding: 16px 0 16px 50px;
  border-bottom: 1px solid #434955;
}
body.page-tours- .single-tour-page .col-left .list-tours-container .subcat-item:hover {
  background: url("../img/gota.png") no-repeat 10px #272e3a;
}

body.page-tours- .single-tour-page .col-left .list-tours-container .subcat-item.active {
  /*background-color: #dfe2e5;*/
}
/*end subcat*/

body.page-tours- .single-tour-page .col-left .list-tours-container .tour-item a {
  font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
  font-size: 12px;
  padding-left: 5px;
  text-transform: uppercase;
  color: #ffffff;
}

body.page-tours- .single-tour-page .col-left .list-tours-container .tour-item.active a {
  color: white;/*color: #272e3a;*/
}

body.page-tours- .single-tour-page .col-right {
  float: left;
  width: 75%;
  background: #dfe2e4;
  color: #404552;
  /*overflow-y: scroll;*/
}

body.page-tours- .single-tour-page .col-right #tour-content-container .content{
  height: 100%;
}

body.page-tours- .single-tour-page .col-right #tour-content-container{
  background: #dfe2e4;
}

body.page-tours- .single-tour-page .col-right img {
  max-width: 100%;
  width: 100%;
}
body.page-tours- .single-tour-page .col-right .tour-info-bottom {
  height: auto;
  padding: 30px 30px 50px 30px;
  font-size: 14px;
}

body.page-tours- .single-tour-page .col-right .tour-info-bottom.mCustomScrollbar {
  padding-right: 0;
}

body.page-tours- .single-tour-page .col-right .tour-info-bottom.mCustomScrollbar .mCS_no_scrollbar {
  padding-right: 30px;
}

body.page-tours- .single-tour-page .col-right .viaje-title-container {
  margin-left: 20px;
}

body.page-tours- .single-tour-page .col-right .viaje-title-container h1 {
  font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
  font-size: 36px;
  color: #748695;
  margin-bottom: 0px;
}

body.page-tours- .single-tour-page .col-right .table-tour-container{
  text-align: center;
  padding: 5px 0 0 0;
}
body.page-tours- .single-tour-page .col-right .table-tour-container .table-picture img{
  max-width: 485px;
  height: auto;
  padding: 0 0 3px 0;
  margin: 0px auto;
}
body.page-tours- .single-tour-page .col-right .table-tour-container .table-tour-title{
  background: #f67553;

  color: #ffffff;
  padding: 10px 55px;
  text-transform: uppercase;
}
body.page-tours- .single-tour-page .col-right .table-tour-container .table-hoteles{
  background: url("../img/cama.png") no-repeat 8px #f67553;
  background-size: auto 30px;
}
body.page-tours- .single-tour-page .col-right .table-tour-container .table-precios{
  background: url("../img/guagua.png") no-repeat 6px #f67553;
  background-size: auto 28px;
}
body.page-tours- .single-tour-page .col-right .table-tour-container .table-tarifa{
  background: url("../img/avion.png") no-repeat 10px #f67553;
  background-size: auto 25px;
}

body.page-tours- .single-tour-page .col-right .table-tour-container .table-bottom-text{
  background: #ffffff;
  padding: 5px 20px;
  border: 1px solid #a3b4c4;
  text-align: center;
}

body.page-tours- .single-tour-page .col-right .table-tour-container .view-tour-incluye{
  background: #ffffff;
  padding: 10px 20px;
}

body.page-tours- .single-tour-page .col-right .table-tour-container .view-tour-incluye.view-tour-especif {
  color: #1f5ebf;
}

body.page-tours- .single-tour-page .col-right .table-tour-container .table-tour-title.table-incluye {
  background: url("../img/logo_w_g.png") no-repeat 10px #00a261;
  background-size: auto 25px;
}

body.page-tours- .single-tour-page .col-right .table-tour-container table tr,
body.page-tours- .single-tour-page .col-right .table-tour-container table tr td,
body.page-tours- .single-tour-page .col-right .table-tour-container table tr th{
  background: #ffffff;
  border: 1px solid #A3B4C4;
  padding: 5px 10px;
}

body.page-tours- .single-tour-page .col-right .table-tour-container table thead tr th{
  background: #738494;
  color: #ffffff;
}

/*tour img*/
body.page-tours- .single-tour-page .tour-top-image{
  position: relative;
}
body.page-tours- .single-tour-page .tour-img-title{
  position: absolute;
  /*  left: 10em;*/
  top: 4em;
  right: 5em;
  text-align: right;
  text-shadow: 2px 1px 1px #000000;
}
body.page-tours- .single-tour-page .tour-img-title h1,
body.page-tours- .single-tour-page .tour-img-title h2{
  color: white;
  font-size: 2.5em;
}

body.page-tours- .single-tour-page .tour-img-title h2{
  /*right: 5em;*/
}
body.page-tours- .single-tour-page .tour-img-title p{
  color: white;
  font-size: 1.5em;
}
body.page-tours- .single-tour-page .tour-img-title span {
  font-size: 1em;
  font-style: italic;
  color: white;
}
/*tour img*/
body.page-tours- .single-tour-page .tour-cant-days {
  margin-left: 20px;
  font-size: 20px;
  font-weight: bold;
  color: black;
}
body.page-tours- .single-tour-page .tour-salida {
  margin-left: 20px;
  width: 690px;
  color: #404552;
  font-weight: bold;
}
body.page-tours- .single-tour-page .tour-salida .tour-salida-line {
  width: 550px;
  height: 1px;
  border-bottom: 1px solid black;
  margin-bottom: 15px;
  margin-top: 5px;
}

body.page-tours- .single-tour-page .tour-description {
  background-color: white;
  margin-bottom: 20px;
  padding: 20px;
}

body .view .views-accordion-header,
body .view .ui-accordion-content {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #000000;
}

body .view .ui-accordion-content {
  background: #ffffff;
  padding-bottom: 10px;
}

body .view .views-accordion-header {
  position: relative;
  background: #ffffff;
  display: none;
}
body .view .views-accordion-header:hover {
  /*background: #1f5ebf;*/
}

body .view .views-accordion-header a {
  font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
  font-size: 18px;
  color: #272e3a;
  padding: 15px 55px;
  background: url("../img/tab-sign-normal.png") no-repeat right 20px center transparent;
}
body .view .views-accordion-header a:hover {
  color: #BDDFFB;

}

body .view .views-accordion-header.ui-state-active a {
  background: url("../img/tab-sign-active.png") no-repeat right 20px center transparent;
  border: none;
}

body .view .views-accordion-header a span.field-content span {
  position: absolute;
  left: 10px;
  background: url("../img/back-accordion-number.png") no-repeat center -1px transparent;
  padding: 9px 12px 5px;
  font-size: 14px;
  color: #000000;
  top: 10px;
}

body .view .ui-accordion-content {
  font-size: 14px;
  padding: 40px 30px;
  color: #404552;
}

body .ui-accordion .ui-accordion-header .ui-icon {
  display: none;
}

body .view .ui-state-active {
  color: #ffffff;
  background: #1f5ebf;
}

body .view .ui-state-active a {
  color: #ffffff !important;
}

/*pagina acceso a agencias*/
body.page-acceso-agencias.not-logged-in #content {
  background: url("../img/acceso-agencias-back.jpg") no-repeat center top transparent;
}
body.page-acceso-agencias h1.title {
  display: none;
}

body.page-acceso-agencias.not-logged-in .acceso-agencias-container {
  text-align: center;
  margin: 180px auto;
}

body.page-acceso-agencias.not-logged-in .acceso-agencias-container h1 {
  font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
  font-size: 36px;
  color: #ebebeb;
  text-align: center;
  text-shadow: 1px 1px 1px #000000;
}

body.page-acceso-agencias.not-logged-in .acceso-agencias-container .col-left,
body.page-acceso-agencias.not-logged-in .acceso-agencias-container .col-right {
  margin: 40px auto;
  padding: 0 7px 20px;
  position: relative;
  width: 500px;
}

body.page-acceso-agencias.not-logged-in .acceso-agencias-container .col-left {
  border-bottom: 1px solid #ffffff;
  height: 160px;
}

body.page-acceso-agencias.not-logged-in .acceso-agencias-container .col-right {
  margin: 10px auto;
}

body.page-acceso-agencias.not-logged-in .acceso-agencias-container .col-right {
  width: 328px;
}

body.page-acceso-agencias.not-logged-in .acceso-agencias-container .col-right .links-sociales {
  float: left;
}

body.page-acceso-agencias.not-logged-in .acceso-agencias-container .col-right .links-sociales a > div {
  width: 34px;
  height: 34px;
  float: left;
  margin: 0 10px;
}

body.page-acceso-agencias.not-logged-in .acceso-agencias-container .col-right .links-sociales a#facebook > div { background: url("../img/facebook-icon.png") no-repeat center center transparent; }
body.page-acceso-agencias.not-logged-in .acceso-agencias-container .col-right .links-sociales a#twitter > div { background: url("../img/twitter-icon.png") no-repeat center center transparent; }
body.page-acceso-agencias.not-logged-in .acceso-agencias-container .col-right .links-sociales a#youtube > div { background: url("../img/youtube-icon.png") no-repeat center center transparent; }

body.page-acceso-agencias.not-logged-in .acceso-agencias-container .col-left {
  /*border-right: 1px dashed #3c414b;*/
}

body.page-acceso-agencias.not-logged-in .acceso-agencias-container .col-left input[type="text"],
body.page-acceso-agencias.not-logged-in .acceso-agencias-container .col-left input[type="password"] {
  width: 250px;
  height: 32px;
  padding: 0 10px;
  border: none;
  margin: 1px 0;
  font-size: 14px;
  color: #3e3e3e;
}

body.page-acceso-agencias.not-logged-in .acceso-agencias-container .col-left .forgot-link {
  text-align: left;
  padding-left: 27px;
  width: 290px;
  margin: 0 auto;
}
body.page-acceso-agencias.not-logged-in .acceso-agencias-container .col-left .forgot-link a {
  color: #38b78a;
  font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
  font-size: 10px;
}

body.page-acceso-agencias.not-logged-in .acceso-agencias-container .col-left .form-item-remember-me {
  text-align: left;
  padding-left: 10px;
}

body.page-acceso-agencias.not-logged-in .acceso-agencias-container .col-left .form-item-remember-me label {
  font-size: 12px;
  color: #ffffff;
}

body.page-acceso-agencias.not-logged-in .acceso-agencias-container .col-left form .form-item,
body.page-acceso-agencias.not-logged-in .acceso-agencias-container .col-left form .form-actions {
  margin: 0 auto;
  width: 275px;
}

body.page-acceso-agencias.not-logged-in .acceso-agencias-container .col-left form .form-actions input {
  font-size: 14px;
  font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  background: #1f5ebf;
  border: none;
  border-radius: 3px;
  padding: 10px 30px;
  margin-top: 5px;
  position: absolute;
  bottom: 15px;
  left: 120px;
  text-shadow: 1px 1px 1px #000000;
}

body.page-acceso-agencias.not-logged-in .acceso-agencias-container .col-right {
}

body.page-acceso-agencias.not-logged-in .acceso-agencias-container .col-right h2 {
  font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
  font-size: 24px;
  color: #ffffff;
  margin-top: 34px;
  margin-left: 13px;
}

body.page-acceso-agencias.not-logged-in .acceso-agencias-container .col-left a.ctools-modal-register-user-modal-style {
  font-size: 14px;
  font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  background: #00a261;
  border: none;
  border-radius: 3px;
  padding: 10px 30px;
  margin-top: 5px;
  position: absolute;
  bottom: 15px;
  right: 120px;
  text-shadow: 1px 1px 1px #000000;
}

body.page-acceso-agencias.not-logged-in .acceso-agencias-container .col-left .register-link-prefix{
  font-size: 12px;
  float: right;
  margin-top: -18px;
  margin-right: 20px;
}

body.page-acceso-agencias.not-logged-in .acceso-agencias-container .bottom-logo {
  clear: both;
  background: url("../img/white-logo.png") center center transparent no-repeat;
  width: 164px;
  height: 28px;
  margin: 0 auto;
  float: left;
}

/*viajes a medida estiles*/
body.page-viajes-a-tu-medida h1.title {
  display: none;
}

body.page-viajes-a-tu-medida #content {
  background: none;
  background-color: #414857;
}

body.page-viajes-a-tu-medida .viajes-medida-page-container {
  height: 790px;
}

body.page-viajes-a-tu-medida .viajes-medida-page-container .viajes-class-menu-side {
  float: left;
  max-width: 256px;
  height: 790px;
}

body.page-viajes-a-tu-medida .viajes-medida-page-container .viajes-class-menu-side .viajes-class-top-info {
  background: url("../img/vista-viajes-top-info.png") 0 top transparent no-repeat;
  height: 227px;
  text-align: center;
  padding-top: 100px;
}

body.page-viajes-a-tu-medida .viajes-medida-page-container .viajes-class-menu-side .viajes-class-top-info h2 {
  font-size: 21px;
  font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
  color: #ffffff;
  line-height: 27px;
}

body.page-viajes-a-tu-medida .viajes-medida-page-container .viajes-class-menu-side .viajes-class-top-info .viajes-class-top-info-separator {
  border-bottom: 1px solid #ffffff;
  width: 83.984375%;
  margin: 20px auto 17px;
}

body.page-viajes-a-tu-medida .viajes-medida-page-container .viajes-class-menu-side .viajes-class-top-info p {
  font-size: 16px;
  font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
  color: #00a261;
  line-height: 20px;
}

body.page-viajes-a-tu-medida .viajes-medida-page-container .viajes-class-menu-side .viajes-class-menu {
}

body.page-viajes-a-tu-medida .viajes-medida-page-container .viajes-class-menu-side .viajes-class-menu .icon-class-viaje {
  float: left;
  text-align: center;
  width: 60px;
  height: 55px;
  display: inline-block;
  position: relative;
  border-right: 1px solid #434955;
  top: 9px;
}

body.page-viajes-a-tu-medida .viajes-medida-page-container .viajes-class-menu-side .viajes-class-menu .viaje-medida-class-container.active .icon-class-viaje {
  border-right: none;
}

body.page-viajes-a-tu-medida .viajes-medida-page-container .viajes-class-menu-side .viajes-class-menu .icon-class-viaje img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

body.page-viajes-a-tu-medida .viajes-medida-page-container .viajes-class-menu-side .viajes-class-menu .class-viaje-medida {
  padding: 27px 0 27px 39.0625%;
  border-top: 1px solid #ffffff;
  background: #272e3a;
}

body.page-viajes-a-tu-medida .viajes-medida-page-container .viajes-class-menu-side .viajes-class-menu .class-viaje-medida.active {
  background: #ffffff;
  padding: 27px 0 27px 34.15625%;
}

body.page-viajes-a-tu-medida .viajes-medida-page-container .viajes-class-menu-side .viajes-class-menu .class-viaje-medida a {
  font-family: open_sanslight, "Lucida Grande", Verdana, sans-serif;
  color: #ffffff;
  font-size: 16px;
}

body.page-viajes-a-tu-medida .viajes-medida-page-container .viajes-class-menu-side .viajes-class-menu .class-viaje-medida.active a {
  font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
  color: #434955;
}

body.page-viajes-a-tu-medida .viajes-medida-page-container #viajes-medida-view-container {
  float: left;
  width: 74.94444444444444%;
}

body.page-viajes-a-tu-medida .viajes-medida-page-container #viajes-medida-view-container .viaje-title-container {
  margin: -20px auto 20px;
  text-align: center;
}
body.page-viajes-a-tu-medida .viajes-medida-page-container #viajes-medida-view-container h1 {
  font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  display: inline-block;
  background-color: #414857;
  padding: 0 20px;
}

body.page-viajes-a-tu-medida .viajes-medida-page-container #viajes-medida-view-container .view-top-separator {
  border-bottom: 1px solid #ffffff;
  margin: 4% auto 0;
  width: 90%;
}

body.page-viajes-a-tu-medida .viajes-medida-page-container #viajes-medida-view-container .view-id-viajes_a_medida {
  padding-left: 3%;
}

body.page-viajes-a-tu-medida .viajes-medida-page-container #viajes-medida-view-container .view-id-viajes_a_medida table {
  table-layout: fixed;
  width: 100%;
}

body.page-viajes-a-tu-medida .viajes-medida-page-container #viajes-medida-view-container .view-id-viajes_a_medida table td {
  width: 33%;
}

body.page-viajes-a-tu-medida .viajes-medida-page-container #viajes-medida-view-container .view-id-viajes_a_medida .views-field-nothing {
  margin-bottom: 20px;
  background: #272e3a;
  position: relative;
  width: 97%;
  height: 220px;
  overflow: hidden;
  -webkit-border-radius: 6px; /* Android ? 1.6, iOS 1-3.2, Safari 3-4 */
  border-radius: 6px; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */
  /* useful if you don't want a bg color from leaking outside the border: */
  background-clip: padding-box; /* Android 2.2+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 4+ */
}
body.page-viajes-a-tu-medida .viajes-medida-page-container #viajes-medida-view-container .view-id-viajes_a_medida .views-field-nothing a {
  color: #ffffff;
}

body.page-viajes-a-tu-medida .viajes-medida-page-container #viajes-medida-view-container .view-id-viajes_a_medida .views-field-nothing img {
  -webkit-border-radius: 6px; /* Android ? 1.6, iOS 1-3.2, Safari 3-4 */
  border-radius: 6px; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */
  /* useful if you don't want a bg color from leaking outside the border: */
  background-clip: padding-box; /* Android 2.2+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 4+ */
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  max-width: 100%;
  width: 100%;
}

body.page-viajes-a-tu-medida .viajes-medida-page-container #viajes-medida-view-container .view-id-viajes_a_medida .views-field-nothing:hover img {
  opacity: 0.06;
  /* SECOND (IE8) */
  -ms-filter: "progid:DXImageTransform . Microsoft . Alpha(Opacity = 6)";
  /* THIRD (IE7) */
  filter: alpha(opacity=6);
}

body.page-viajes-a-tu-medida .viajes-medida-page-container #viajes-medida-view-container .view-id-viajes_a_medida .views-field-nothing .viaje-title {
  position: absolute;
  bottom: 12px;
  left: 8px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  width: 95%;
  padding-left: 10px;
}

body.page-viajes-a-tu-medida .viajes-medida-page-container #viajes-medida-view-container .view-id-viajes_a_medida .views-field-nothing .viaje-title span.title {
  width: 230px;
  position: absolute;
  bottom: 0;
}

body.page-viajes-a-tu-medida .viajes-medida-page-container #viajes-medida-view-container .view-id-viajes_a_medida .views-field-nothing .viaje-title span.count-days {
  float: right;
  margin-right: 20px;
  text-align: center;
  padding: 5px 10px;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  font-family: open_sanslight, "Lucida Grande", Verdana, sans-serif;
  font-size: 14px;
}

body.page-viajes-a-tu-medida .viajes-medida-page-container #viajes-medida-view-container .view-id-viajes_a_medida .views-field-nothing .viaje-title span.count-days > span {
  font-size: 32px;
}

body.page-viajes-a-tu-medida .viajes-medida-page-container #viajes-medida-view-container .view-id-viajes_a_medida .views-field-nothing:hover .viaje-title {
  -moz-transform: translateY(+200%);
  -o-transform: translateY(+200%);
  -webkit-transform: translateY(+200%);
  /*opacity: 1;*/
  transform: translateY(+200%);
}

body.page-viajes-a-tu-medida .viajes-medida-page-container #viajes-medida-view-container .view-id-viajes_a_medida .views-field-nothing .viaje-hover-text {
  position: absolute;
  top: -100%;
  width: 100%;
  height: 100%;
  text-align: left;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
  font-size: 10px;
}

body.page-viajes-a-tu-medida .viajes-medida-page-container #viajes-medida-view-container .view-id-viajes_a_medida .views-field-nothing .viaje-hover-text .title {
  font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
  font-size: 22px;
  margin-left: 30px;
  line-height: 23px;
}
body.page-viajes-a-tu-medida .viajes-medida-page-container #viajes-medida-view-container .view-id-viajes_a_medida .views-field-nothing .viaje-hover-text .price {
  font-size: 60px;
  margin-left: 30px;
  line-height: 60px;
  text-shadow: 1px 1px 3px #000000;
}
body.page-viajes-a-tu-medida .viajes-medida-page-container #viajes-medida-view-container .view-id-viajes_a_medida .views-field-nothing .viaje-hover-text .price > span {
  font-size: 23px;
}
body.page-viajes-a-tu-medida .viajes-medida-page-container #viajes-medida-view-container .view-id-viajes_a_medida .views-field-nothing .viaje-hover-text .subtitle {
  font-family: open_sanslight, "Lucida Grande", Verdana, sans-serif;
  font-size: 17px;
  line-height: 17px;
  margin-left: 40px;
  margin-top: 20px;
  padding-right: 65px;
}
body.page-viajes-a-tu-medida .viajes-medida-page-container #viajes-medida-view-container .view-id-viajes_a_medida .views-field-nothing .viaje-hover-text .days-nights {
  font-family: open_sanslight, "Lucida Grande", Verdana, sans-serif;
  font-size: 17px;
  line-height: 17px;
  margin-left: 40px;
}
body.page-viajes-a-tu-medida .viajes-medida-page-container #viajes-medida-view-container .view-id-viajes_a_medida .views-field-nothing .viaje-hover-text .count-days {
  position: absolute;
  right: 20px;
  bottom: 40px;
  text-align: center;
  padding: 5px 10px;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  font-family: open_sanslight, "Lucida Grande", Verdana, sans-serif;
  font-size: 14px;
}
body.page-viajes-a-tu-medida .viajes-medida-page-container #viajes-medida-view-container .view-id-viajes_a_medida .views-field-nothing .viaje-hover-text .count-days > span {
  font-size: 32px;
}

body.page-viajes-a-tu-medida .viajes-medida-page-container #viajes-medida-view-container .view-id-viajes_a_medida .views-field-nothing:hover .viaje-hover-text {
  top: 20px;
}

/*Viaje single estilos*/
body.page-viajes-a-tu-medida- #content {
  background: url("../img/body-not-front-bg.png") no-repeat 0 0 #000000;
  color: #ffffff;
  background-position: center;
}

body.page-viajes-a-tu-medida- .viaje-header {
  height: 325px;
}

body.page-viajes-a-tu-medida- .viaje-header .viaje-header-left {
  width: 31.94444444444444%;
  padding: 40px 2.777777777777778%;
  float: left;
  height: 245px;
}

body.page-viajes-a-tu-medida- .viaje-header .viaje-gallery-photos {
  float: left;
  width: 62.5%;
  height: 325px;
}

body.page-viajes-a-tu-medida- .viaje-header .viaje-gallery-photos img {
  max-width: 100%;
}

body.page-viajes-a-tu-medida- .viaje-header .viaje-header-left .viaje-text-container { }
body.page-viajes-a-tu-medida- .viaje-header .viaje-header-left .viaje-text-container .viaje-title h1 {
  font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
  font-size: 43px;
  line-height: 45px;
}
body.page-viajes-a-tu-medida- .viaje-header .viaje-header-left .viaje-text-container .viaje-price {
  font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
  font-size: 75px;
  line-height: 75px;
}

body.page-viajes-a-tu-medida- .viaje-header .viaje-header-left .viaje-text-container .viaje-price span {
  font-size: 35px;
}

body.page-viajes-a-tu-medida- .viaje-header .viaje-header-left .viaje-text-container .viaje-short-desc {
  font-family: open_sanslight, "Lucida Grande", Verdana, sans-serif;
  font-size: 14px;
}

body.page-viajes-a-tu-medida- .viaje-content-info {
  clear: both;
  height: 465px;
  position: relative;
}

body.page-viajes-a-tu-medida- .viaje-content-info .viaje-body {
  font-family: open_sanslight, "Lucida Grande", Verdana, sans-serif;
  font-size: 18px;
  background: #ebebeb;
  width: 37.5%;
  float: left;
  height: 465px;
  padding-top:50px;
  color: #272e3a;
}

body.page-viajes-a-tu-medida- .viaje-content-info .content-links {
  height: 33px;
  float: right;
}

body.page-tours- .content-links {
  height: 33px;
  float: right;
  margin-top: -33px;
  position: absolute;
  right: 0;
  width: 300px;
  margin: 0px;
}

body.page-viajes-a-tu-medida- .viaje-content-info .content-links .opacity-background {
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  position: absolute;
}

body.page-viajes-a-tu-medida- .viaje-content-info .content-links .links-container {
  position: absolute;
  left: 40px;
  top: 15px;
  width: 350px;
}

.content-links .links-container a {
  margin: 0;
  font-size: 15px;
}

.content-links .links-container a.wait-information-link {
  background: url("../img/wait-information-link.png") no-repeat 10px center #1f5ebf;
  color: #ffffff;
  padding-left: 40px;
  padding-top: 5px;
  padding-bottom: 6px;
  padding-right: 5px;
}
.content-links .links-container a.wait-information-link:hover {
  background: url("../img/wait-information-link.png") no-repeat 10px center #2D76E7;
  color: #ffffff;
}

.content-links .links-container a.print-link,
.content-links .links-container a.download-pdf,
.content-links .links-container a.download-word {
  color: #272e3a;
  padding-left: 40px;
  padding-top: 5px;
  padding-bottom: 6px;
  padding-right: 3px;
  border-left: 1px solid grey;
}

.content-links .links-container a.print-link {
  background: url("../img/print-link.png") no-repeat 10px center #ffffff;
}
.content-links .links-container a.print-link:hover {
  background: url("../img/print-link.png") no-repeat 10px center #0dd06a;
  color:#fff;
}

.content-links .links-container a.download-link {
  background: url("../img/download-link.png") no-repeat 10px center #ffffff;
  color: #272e3a;
  padding-left: 40px;
  padding-top: 5px;
  padding-bottom: 6px;
  padding-right: 20px;
  border-left: 1px solid grey;
}
.content-links .links-container a.download-link:hover {
  background: url("../img/download-link.png") no-repeat 10px center #0dd06a;
  color: #fff;
}

.content-links .disabled-link {
  opacity: 0.5;
}

.content-links .links-container a.download-pdf {
  background: url("../img/download/pdf-icon.png") no-repeat 6px center #ffffff;
  background-size: 30px auto;
}

.content-links .links-container a.download-word {
  background: url("../img/download/word-icon.png") no-repeat 6px center #ffffff;
  background-size: 30px auto;
}


body.page-viajes-a-tu-medida- .viaje-content-info .viaje-body h2 {
  margin-bottom: 10px;
}

body.page-viajes-a-tu-medida- .viaje-content-info .viaje-body .mCSB_container {
  padding: 50px 5px 10px 7.476635514018692%;
}

body.page-viajes-a-tu-medida- .viaje-content-info .viaje-vertical-tabs {
  float: left;
  width: 10.41666666666667%;
  height: 465px;
  text-align: center;
}
body.page-viajes-a-tu-medida- .viaje-content-info .viaje-vertical-tabs .viaje-tab a {
  color: #748695;
  font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
body.page-viajes-a-tu-medida- .viaje-content-info .viaje-vertical-tabs .viaje-tab {
  width: 93.33333333333333%;
  height: 45px;
  margin-bottom: 10px;
  background: #272e3a;
  padding-top: 105px;
}

body.page-viajes-a-tu-medida- .viaje-content-info .viaje-vertical-tabs .viaje-tab.tab-hoteles { background: url("../img/viaje-hoteles-icon.png") no-repeat center 20px #272e3a; }
body.page-viajes-a-tu-medida- .viaje-content-info .viaje-vertical-tabs .viaje-tab.tab-restaurantes { background: url("../img/viaje-restaurantes-icon.png") no-repeat center 20px #272e3a; }
body.page-viajes-a-tu-medida- .viaje-content-info .viaje-vertical-tabs .viaje-tab.tab-atracciones { background: url("../img/viaje-atraccion-icon.png") no-repeat center 20px #272e3a; }

body.page-viajes-a-tu-medida- .viaje-content-info .viaje-vertical-tabs .viaje-tab.tab-hoteles.active,
body.page-viajes-a-tu-medida- .viaje-content-info .viaje-vertical-tabs .viaje-tab.tab-hoteles:hover { background: url("../img/viaje-hoteles-icon.png") no-repeat center 20px #ffffff; }
body.page-viajes-a-tu-medida- .viaje-content-info .viaje-vertical-tabs .viaje-tab.tab-restaurantes.active,
body.page-viajes-a-tu-medida- .viaje-content-info .viaje-vertical-tabs .viaje-tab.tab-restaurantes:hover { background: url("../img/viaje-restaurantes-icon.png") no-repeat center 20px #ffffff; }
body.page-viajes-a-tu-medida- .viaje-content-info .viaje-vertical-tabs .viaje-tab.tab-atracciones.active,
body.page-viajes-a-tu-medida- .viaje-content-info .viaje-vertical-tabs .viaje-tab.tab-atracciones:hover { background: url("../img/viaje-atraccion-icon.png") no-repeat center 20px #ffffff; }

/*Grupos estilos*/

body.page-grupos h1.title {
  display: none;
}

body.page-grupos .grupos-main-page .grupos-top-page img {
  float: left;
  height: 215px;
}

body.page-grupos .grupos-main-page .grupos-top-page img:nth-child(1) {
  width: 26.38888888888889%;
}

body.page-grupos .grupos-main-page .grupos-top-page img:nth-child(2) {
 width: 42.63888888888889%;
}
body.page-grupos .grupos-main-page .grupos-top-page img:nth-child(3) {
  width: 30.97222222222222%;
}
body.page-grupos .grupos-main-page .grupos-center-page {
  clear: both;
  background: url("../img/grupos-center-bg.jpg") no-repeat;
  height: 310px;
  text-align: center;
  padding-top: 25px;
}

body.page-grupos .grupos-main-page .grupos-center-page h1 {
  font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
  font-size: 60px;
  line-height: 55px;
  letter-spacing: -1px;
}

body.page-grupos .grupos-main-page .grupos-center-page .opcion-para-ti {
  font-size: 30px;
  color: #00a261;
  margin: 10px 0;
  line-height: 30px;
}

body.page-grupos .grupos-main-page .grupos-center-page .grupos-page-separator {
  width: 780px;
  margin: 5px auto;
  border-bottom: 1px dashed #e9e7e7;
}

body.page-grupos .grupos-main-page .grupos-center-page .grupos-items { }
.region.region-content {
  /*max-width: 1440px;*/
  margin: 0px auto;
}

body.page-grupos .grupos-main-page .grupos-center-page .grupos-items .grupo-item {
  display: inline-block;
  margin: 5px;
  height: 30px;
  padding-top: 80px;
  position: relative;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
/*.content{
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute
}*/
body.page-grupos .grupos-main-page .grupos-center-page .grupos-items .grupo-corporativo { background: url("../img/icon-grupo-corporativo.png") no-repeat center 15px transparent; }
body.page-grupos .grupos-main-page .grupos-center-page .grupos-items .grupo-escuelas { background: url("../img/icon-grupo-escuelas.png") no-repeat center 15px transparent; }
body.page-grupos .grupos-main-page .grupos-center-page .grupos-items .grupo-espirituales { background: url("../img/icon-grupo-espirituales.png") no-repeat center 15px transparent; }
body.page-grupos .grupos-main-page .grupos-center-page .grupos-items .grupo-deportivos { background: url("../img/icon-grupo-deportivos.png") no-repeat center 15px transparent; }
body.page-grupos .grupos-main-page .grupos-center-page .grupos-items .grupo-entretenimiento { background: url("../img/icon-grupo-entretenimiento.png") no-repeat center 15px transparent; }
body.page-grupos .grupos-main-page .grupos-center-page .grupos-items .grupo-otros { background: url("../img/icon-grupo-otros.png") no-repeat center 15px transparent; }

body.page-grupos .grupos-main-page .grupos-center-page .grupos-items .grupo-item:hover {
  background-position: center 5px;
}
body.page-grupos .grupos-main-page .grupos-center-page .grupos-items .grupo-item a {
  font-size: 12px;
  background: #1f5ebf;
  color: #ffffff;
  padding: 5px 30px;
  text-transform: uppercase;
  text-shadow: #000000 0 1px 1px;
  -webkit-border-radius: 3px; /* Android ? 1.6, iOS 1-3.2, Safari 3-4 */
  border-radius: 3px; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */
  /* useful if you don't want a bg color from leaking outside the border: */
  background-clip: padding-box; /* Android 2.2+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 4+ */
}

body.page-grupos .grupos-main-page .grupos-bottom-page {
  clear: both;
  height: 240px;
}
body.page-grupos .grupos-main-page .grupos-bottom-page img {
  float: left;
}

body.page-grupos .grupos-main-page .grupos-bottom-page img:nth-child(1) {
  width: 30.69444444444444%;
}

body.page-grupos .grupos-main-page .grupos-bottom-page img:nth-child(2) {
  width: 42.63888888888889%;
}

body.page-grupos .grupos-main-page .grupos-bottom-page img:nth-child(3) {
 width: 26.66666666666667%;
}


.modal-grupo-solicitud-modal-style div.ctools-modal-content .modal-header{
  position: absolute;
  width: 440px;
  right: 0;
  z-index: 1;
}

.modal-grupo-solicitud-modal-style div.ctools-modal-content .modal-content {
  padding-left: 0;
  width: auto !important;
  padding-top: 0;
}

.modal-grupo-solicitud-modal-style #modal-content .modalform-right-side{
  padding-top: 60px;
}

.modal-grupo-solicitud-modal-style #juliatours-group-request {
  background: #fff;
}


.modal-grupo-solicitud-modal-style #modal-content .modalform-right-side .button-iniciate {
  margin-left: 40px;
  overflow: hidden;
}
.modal-grupo-solicitud-modal-style #modal-content .modalform-right-side .button-submit {
  /*background: url("../img/gray-logo.png") no-repeat left center transparent;*/
  text-align: right;
  float: right;
  margin-right: 0;
  overflow: hidden;
}
/*#modal-content .button-submit {
  background: url("../img/gray-logo.png") no-repeat left center transparent;
  text-align: right;
  float: right;
  margin-right: 0;
  overflow: hidden;
}*/

.modal-grupo-solicitud-modal-style div.ctools-modal-content{
  height: 456px !important;
}

.modal-grupo-solicitud-modal-style div.ctools-modal-content .form-item input[type="text"] {
  width: 95%;
}

.modal-grupo-solicitud-modal-style div.ctools-modal-content textarea {
  width: 100%;
  padding: 5px 10px;
  margin: 2px 0;
  border: 1px solid #ebebeb;
  background: #fcfcfc;
  font-size: 14px;
  color: #3e3e3e;
  font-family: open_sansregular, "Lucida Grande", Verdana, sans-serif;
}


/*Comento esto que es lo que estaba para grupos para redefinir los estilos*/
/*.modal-grupo-solicitud-modal-style #modal-content .modalform-left-side {
  float: left;
  width: 425px;
  background: url("../img/gray-logo.png") no-repeat center 95% #d1d7db;
  height: 456px;
  overflow: hidden;
}

.modal-grupo-solicitud-modal-style #modal-content .modalform-left-side .text {
  font-size: 14px;
  padding: 10px;
}

.modal-grupo-solicitud-modal-style #modal-content .modalform-right-side {
  float: left;
  width: 420px;
  padding: 70px 0 10px 15px;
}*/

/*Nuevos para la ventana modal de grupos*/
.modalform-left-side{
  float: left;
  width: 425px;
  background: url("../img/gray-logo.png") no-repeat center 95% #d1d7db;
  height: 467px;
  overflow: hidden;
  padding: 0;
}
.modalform-left-side img{
  /*margin-top: 5px;*/
}

.modal-grupo-solicitud-modal-style #modal-content .modalform-left-side .text {
  font-size: 14px;
  padding: 10px;
}

.modalform-left-side .text{
  font-size: 14px;
  padding: 10px;
}

.modalform-right-side{
  float: left;
  width: 400px;
  padding: 30px 0 10px 15px;
  overflow: hidden;
}
div.ctools-modal-content .modalform-right-side .form-item input[type="text"],
div.ctools-modal-content .modalform-right-side .form-item select,
div.ctools-modal-content .modalform-right-side .form-item input[type="file"],
div.ctools-modal-content .modalform-right-side .form-item input[type="textfield"],
div.ctools-modal-content .modalform-right-side .form-item input[type="textarea"] {
  width: 365px;
  padding: 5px 10px;
  margin: 2px 0;
  border: 1px solid #ebebeb;
  background: #fcfcfc;
  font-size: 14px;
  color: #3e3e3e;
}


.modalform-right-side textarea{
  padding: 3px 10px;
  margin-top: 2px;
}

/*contact styles*/
body.page-contacto #content {
  background: #444c58;
  padding-bottom: 20px;
}

body.page-contacto h1.title {
  display: none;
}

body.page-contacto h1 {
  margin-top: 15px;
  margin-left: 27.777777777777777777777777777778%;
  margin-bottom: 15px;
  float: left;
  font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
  font-size: 65px;
  color: #ebebeb;
  text-align: center;
  letter-spacing: -3px;
}

body.page-contacto .contacto-col-left {
  clear: both;
  float: left;
  width: 28.347222222222222%;
  padding-left: 11.805555555555556%;
  padding-right: 4.166666666666667%;
  border-right: 1px dashed #e0e0e2;
}

body.page-contacto .contacto-col-left .contacto-left-top-text,
body.page-contacto .contacto-col-right .contacto-right-top-text {
  font-family: open_sanslight_italic, "Lucida Grande", Verdana, sans-serif;
  font-size: 30px;
  color: #fcfcfc;
  letter-spacing: -2px;
}
body.page-contacto .contacto-col-left .contacto-left-required-text {
  font-size: 12px;
  color: #ebebeb;
  margin: 20px 0;
  padding-right: 2px;
  text-align: right;
}
body.page-contacto .contacto-col-left .contacto-form { }
body.page-contacto .contacto-col-left .contacto-form .form-item {
  margin: 2px 0;
}

body.page-contacto .contacto-col-left .contacto-form input[type="text"],
body.page-contacto .contacto-col-left .contacto-form select,
body.page-contacto .contacto-col-left .contacto-form textarea {
  width: 90%;
  border: none;
  padding: 10px;
  -webkit-border-radius: 3px; /* Android ? 1.6, iOS 1-3.2, Safari 3-4 */
  border-radius: 3px; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */
  /* useful if you don't want a bg color from leaking outside the border: */
  background-clip: padding-box; /* Android 2.2+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 4+ */
  font-size: 14px;
  color: #424b57;
  font-family: open_sansregular, "Lucida Grande", Verdana, sans-serif;
}
body.page-contacto .contacto-col-left .contacto-form input[type="text"] {
  width: 83%;
}

body.page-contacto .contacto-col-left .contacto-form input[type="submit"] {
  float: right;
  margin: 5px 20px 10px;
  border: none;
  background: #1f5ebf;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: #000000 1px 1px 2px;
  padding: 7px 30px;
  -webkit-border-radius: 3px; /* Android ? 1.6, iOS 1-3.2, Safari 3-4 */
  border-radius: 3px; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */
  /* useful if you don't want a bg color from leaking outside the border: */
  background-clip: padding-box; /* Android 2.2+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 4+ */
}

body.page-contacto .contacto-col-left .contacto-left-bottom-text {
  clear: right;
  font-family: open_sanslight_italic, "Lucida Grande", Verdana, sans-serif;
  font-size: 14px;
  color: #ffffff;
  text-align: left;
}
body.page-contacto .contacto-col-left .contacto-bottom-text-separator {
  border-bottom: 1px solid #272e3a;
  margin: 10px 13px 10px 0;
}
body.page-contacto .contacto-col-left .contacto-left-bottom-text a {
  color: #00a261;
}

body.page-contacto .contacto-col-right {
  float: left;
  padding-left: 20px;
  width: 53%;
}

/*MAPA*/
body.page-contacto .contacto-col-right .mapa {
  height: 415px;
}
body.page-contacto .contacto-col-right .mapa .contact-map {
  background-image: url(../img/maps/mexico-pins.png);
  background-repeat: no-repeat;
  height: 100%;
  background-position: 0em center;
  position: relative;
}
/*MAPA*/

body.page-contacto .contacto-footer {
  clear: both;
  padding-left: 34.72222222222222%;
  padding-top: 20px;
}
body.page-contacto .contacto-footer img { float: left; }
body.page-contacto .contacto-footer a {
  width: 34px;
  height: 34px;
  text-indent: -9999px;
  float: left;
  margin: 0 10px;
}
body.page-contacto .contacto-footer a#youtube {
  background: url("../img/youtube-icon.png") no-repeat center center transparent;
}
body.page-contacto .contacto-footer a#facebook {
  background: url("../img/facebook-icon.png") no-repeat center center transparent;
}
body.page-contacto .contacto-footer a#twitter {
  background: url("../img/twitter-icon.png") no-repeat center center transparent;
}

div.ctools-modal-content .modal-header {
  background: #272e3a;
  height: auto;
  padding: 1em 0.25em 1em 1em;
}

div.ctools-modal-content .modal-header .modal-title {
  font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
  font-size: 16px;
  color: #ffffff;
  text-shadow: #000000 0 3px 2px;
}
div.ctools-modal-content {
  border: none;
}
div.ctools-modal-content .modal-content {
  padding: 10px 5px 0 20px;
}
div.ctools-modal-content .modal-content form.user-info-from-cookie.ctools-use-modal-processed.user-info-from-cookie-processed{
  padding: 14px 0px 0px 8px;
}

div.ctools-modal-content .form-item {
  margin: 0;
  padding: 0 0 0 0;
}

div.ctools-modal-content .form-item input[type="text"],
div.ctools-modal-content .form-item select,
div.ctools-modal-content .form-item input[type="file"],
div.ctools-modal-content .form-item input[type="password"] {
  width: 260px;
  padding: 5px 10px;
  margin: 2px 0;
  border: 1px solid #ebebeb;
  background: #fcfcfc;
  font-size: 14px;
  color: #3e3e3e;
}

div.ctools-modal-content .form-item input[type="text"].error,
div.ctools-modal-content .form-item select.error,
div.ctools-modal-content .form-item input[type="file"].error,
div.ctools-modal-content .form-item input[type="password"].error{
  border: 1px solid red;
}

div.ctools-modal-content .form-item select {
  width: 280px;
}

div.ctools-modal-content .form-item .image-widget-data input[type="submit"] {
  display: none;
}

body.page-acceso-agencias.not-logged-in #modalContent {
  top: 70px !important;
}

body.page-acceso-agencias.not-logged-in div.ctools-modal-content {
  background: url("../img/gray-logo.png") no-repeat center 98% #ffffff;
}

div.ctools-modal-content .form-actions {
  text-align: center;
  margin: 5px 0 0 0;
}

div.ctools-modal-content .form-actions input[type="submit"] {
  font-size: 14px;
  font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  background: #1f5ebf;
  border: none;
  border-radius: 3px;
  padding: 7px 50px;
  margin-top: 5px;
}

div.ctools-modal-content .form-item .description,
div.ctools-modal-content .form-item label {
  /*display: none;*/
}

#modalBackdrop {
}

body.page-promociones h1.title {
  display: none;
}

body.page-promociones #content {
}

body.page-promociones .promociones-main-page-container {

}

body.page-promociones .promociones-main-page-container{
  padding: 0;
}

body.page-promociones .promociones-slider-content {
  width: 100%;
  height: 335px;
  margin-bottom: 15px;
}

body.page-promociones .promociones-slider-content a {
  color: #ffffff;
}

body.page-promociones .promociones-cols-container table {
  table-layout: fixed;
  width: 100%;
}
body.page-promociones .promociones-cols-container table td {
  width: 25%;
  text-align: center;
  padding: 10px;
  vertical-align: top;
  height: 360px;
  position: relative;
  background-color: #444c58;
  z-index: 102;
}
body.page-promociones .promociones-slider-content .promo-info {
  width: 27.77777777777778%;
  float: left;
  height: 295px;
  margin-right: 5px;
  background: #363a46;
  text-align: center;
  position: fixed;
  left: 0;
  padding: 15px;
}

body.page-promociones .promociones-slider-content .promo-info .promo-top-text {
  font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
  font-size: 35px;
  margin-top: 20px;
}
body.page-promociones .promociones-slider-content .promo-info .promo-price-text {
  font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
  font-size: 75px;
  color: #0dd06a;
  font-weight: 900;
}

body.page-promociones .promociones-slider-content .promo-info .promo-price-text span {
  font-size: 35px;
  text-transform: uppercase;
}
body.page-promociones .promociones-slider-content .promo-info .promo-sub-text {
  font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
  font-size: 18px;
}

body.page-promociones .promociones-slider-content .promo-info .promo-vigencia {
  bottom: 20px;
  right: 20px;
  font-size: 14px
}

.views-slideshow-cycle-main-frame-row {
  width: 100% !important;
}
body.page-promociones .promociones-slider-content .promo-slider {
  width: 70.8%;
  float: right;
  height: 325px;
  position: fixed;
  right: 0;
  z-index: -100
}

body.page-promociones .promociones-slider-content .promo-slider img {
  width: 100%;
}

body.page-promociones .promociones-cols-container .view {
}

body.page-promociones .promociones-cols-container .view .views-field-nothing {
  margin-right: 75px;
  width: 100%;
  /*height: 167px;*/
  text-align: center;
  position: relative;
}

body.page-promociones .promociones-cols-container .view .col-last .views-field-nothing {
  margin-right: 0;
}

body.page-promociones .promociones-cols-container .view .views-field-nothing .promo-title {
	position: absolute;
	bottom: 10%;
	/* right: 7%; */
	/* text-align: right; */
	font-size: 22px;
	font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
	/* text-shadow: 1px 2px 3px #000000; */
	color: #252b33;
	line-height: 22px;
	background: #fff;
	padding: 4px 10px;
}

body.page-promociones .promociones-cols-container .view .views-field-nothing .promo-price {
  position: absolute;
  color: #ffffff;
  font-size: 30px;
  font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
  padding: 4px 18px;
  background: #252b33;
  margin-right: -21px;
  border-top-left-radius: 6px;
}

body.page-promociones .promociones-cols-container .view .views-field-nothing .promo-img img {
  width: 100%;
  border-radius: 6px;
  height: 100%
}

.view-slider-promociones .views-slideshow-cycle-main-frame{
  width: 100%;
}

body.page-promociones .promociones-cols-container .views-field-body {
  text-align: center;
  font-size: 14px;
  padding-top: 20px;
}

body.page-promociones .promociones-cols-container .views-field-nid {
  bottom: 0;
  position: relative;
  margin-top: 25px;
}

body.page-promociones .promociones-cols-container .views-field-nid a {
  font-size: 14px;
	color: #ffffff;
	background: #1f5ebf;
	border: none;
	border-radius: 4px;
	padding: 8px 50px;
	border-bottom: 3px solid #10479B;
	float: left;
}
body.page-promociones .promociones-cols-container .views-field-nid a:hover{
  	background: #ACD9FF;
	border-bottom: 3px solid #ACD9FF;
	color: #252b33;
}

body.page-promociones .promociones-cols-container {
  width: 100%;
  /*height: 450px; */
}

body.page-promociones .promociones-cols-container .view .views-field-field-lugares-promocion {
  position: relative;
  margin-top: 8px;
  font-weight: bold;
  text-align: left;
}
body.page-promociones .promociones-cols-container .view .views-field-nothing-1 {
  font-size: 11px;
  text-align: left;
}
body.page-promociones .promociones-cols-container .view .views-field-field-lista-incluye {
  position: relative;
  margin-top: 15px;
}
body.page-promociones .promociones-cols-container .view .views-field-field-lugares-promocion { }

body.page-promociones .single-promocion {
}

body.page-promociones .single-promocion .promocion-top-area {
  height: 310px;
  text-align: right;
  position: relative;
}
body.page-promociones .single-promocion .promocion-top-area img{
	width: 100%;
}

body.page-promociones .single-promocion .promocion-top-area .promocion-top-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

body.page-promociones .single-promocion .promocion-top-area .promocion-title {
  font-size: 50px;
  font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
  padding-right: 50px;
  margin-top: 20px;
}
body.page-promociones .single-promocion .promocion-top-area .promo-top-separator {
  border-bottom: 4px solid #ffffff;
  margin-right: 7px;
  width: 50%;
  float: right;
}
body.page-promociones .single-promocion .promocion-top-area .promo-price {
  font-size: 80px;
  clear: right;
  font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
  padding-right: 50px;
  line-height: 1;
  color: #ff463b;
}
body.page-promociones .single-promocion .promocion-top-area .promo-price span {
  font-size: 36px;
  font-family: open_sanslight, "Lucida Grande", Verdana, sans-serif;
  color: #fff;
}
body.page-promociones .single-promocion .promocion-top-area .promo-header-bottom {
  padding-right: 50px;
  font-size: 32px;
  font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
}

body.page-promociones .single-promocion .promocion-bottom-area {
  clear: both;
  display: table;
  width: 100%;
}
body.page-promociones .single-promocion .promocion-bottom-area .promocion-bottom-left {
  float: left;
  display: table-cell;
  width: 36%;
  padding: 2%;
}

body.page-promociones .single-promocion .promocion-bottom-area .promocion-bottom-left .promo-days-count {
  color: #e8e4e5;
  font-size: 25px;
  font-weight: bold;
  margin-left: 28px;
  font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
}
body.page-promociones .single-promocion .promocion-bottom-area .promocion-bottom-left .promo-salida {
  color: #e8e4e5;
  font-size: 25px;
  font-weight: bold;
  margin-left: 28px;
}
body.page-promociones .single-promocion .promocion-bottom-area .promocion-bottom-left .promo-bottom-left-separator {
  border-bottom: 3px solid #595F71;
  width: 90%;
  margin: 8px auto;
  position: relative;
}
body.page-promociones .single-promocion .promocion-bottom-area .promocion-bottom-left .promo-incluye span {
  font-size: 26px;
  font-weight: bold;
  margin-left: 28px;
  font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
}
body.page-promociones .single-promocion .promocion-bottom-area .promocion-bottom-left .promo-incluye ul {
  margin-left: 30px;
}
body.page-promociones .single-promocion .promocion-bottom-area .promocion-bottom-left .promo-incluye ul li {
  font-size: 14px;
  list-style-image: url("../img/incluye-li-promociones.png");
  line-height: 1.5em;
}
body.page-promociones .single-promocion .promocion-bottom-area .promocion-bottom-left .promo-price {
  font-size: 60px;
  font-weight: 900;
  text-align: center;
  font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
  color: #0dd06a;
}
body.page-promociones .single-promocion .promocion-bottom-area .promocion-bottom-left .promo-especificaciones {
  font-size: 14px;
  margin-left: 28px;
}

body.page-promociones .single-promocion .promocion-bottom-area .promocion-bottom-right {
  display: table-cell;
  float: left;
  width: 60%; /*860*/
  position: relative;
  background: #dfe2e4;
  color: #404552;
}

body.page-promociones .single-promocion .promocion-bottom-area .promocion-bottom-right .promo-right-accordion{
  padding-top: 50px;
}

body.page-promociones .single-promocion .promocion-bottom-area .promocion-bottom-right .content-links {
  height: 33px;
  position: absolute;
  top: 5px;
  right: 10px;
  width: 425px;
}

body.page-promociones .single-promocion .promocion-bottom-area .promocion-bottom-right .content-links .links-container {
  position: absolute;
  right: 0;
  top: 5px;
}

body.page-acceso-agencias.logged-in #content {
  background: none;
  background-color: #ffffff;
  color: #272e3a;
}

body.page-acceso-agencias.logged-in .admin-agencias-container{
  display: table;
  width: 100%;
  padding-bottom: 10px;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-left,body.page-acceso-agencias.logged-in .admin-agencias-col-right{
 display: table-cell;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-left {
  float: left;
  width: 25%;
  padding: 0 1%;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-right {
  float: left;
  width: 72.9%;
  background: #f1f3f4;
  border-left: 1px solid #000000;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-left .logo {
  width: 120px;
  float: left;
  padding-top: 10px;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-left .logo .load-logo-agencia .load-text {
  font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
  font-size: 12px;
  position: relative;
  margin-top: 10px;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-left .logo .load-logo-agencia .load-button {
  position: relative;
  margin-top: 5px;
}
body.page-acceso-agencias.logged-in .admin-agencias-col-left .logo .load-logo-agencia button {
  border-radius: 4px;
  float: left;
  margin-right: 10px;
  border: 1px solid #cccccc;
  padding: 2px 10px;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-left .logo .load-logo-agencia .juliatours-btn {
  border-radius: 4px;
  float: left;
  margin-right: 10px;
  border: 1px solid #cccccc;
  padding: 2px 10px;
  background-color: #cccccc;
  font-size: 12px;
  color: black;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-left .logo .load-logo-agencia .help-icon {
  float: left;
  background: url("../img/load-logo-help-icon.png") no-repeat center center transparent;
  height: 22px;
  width: 14px;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-left .agencia-data {
  padding-left: 120px;
  padding-top: 10px;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-left .agencia-title {
  color: #00a261;
  font-size: 21px;
}
body.page-acceso-agencias.logged-in .admin-agencias-col-left .agencia-direccion {
  font-size: 12px;
  position: relative;
  margin-top: 10px;
}
body.page-acceso-agencias.logged-in .admin-agencias-col-left .agencia-jefe {
  font-size: 12px;
  position: relative;
  margin-top: 10px;
}
body.page-acceso-agencias.logged-in .admin-agencias-col-left .agencia-jefe-telefono {
  font-size: 12px;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-left .agencia-jefe-email {
}

body.page-acceso-agencias.logged-in .admin-agencias-col-left .agencia-jefe-email a {
  font-size: 12px;
  color: #1f5ebf;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-left .agencia-admin-users {
  position: relative;
  margin-top: 25px;
  text-align: right;
  margin-bottom: 10px;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-left .edit-profile-link{
  clear: both;
  padding-top: 10px;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-left .edit-profile-link a,
body.page-acceso-agencias.logged-in .admin-agencias-col-left .agencia-admin-users a,
body.page-acceso-agencias.logged-in .admin-agencias-col-left a.reset-link,
body.page-acceso-agencias.logged-in .admin-agencias-col-left #juliatours_busqueda input[type="submit"],
body.page-acceso-agencias.logged-in .admin-agencias-col-left .agencia-download-flyers a {
  border: none;
  font-size: 12px;
  color: #ffffff;
  background: #1f5ebf;
  padding: 4px 7px;
  text-transform: uppercase;
  border-radius: 4px;
  text-shadow: 1px 1px 1px #000000;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-left .agencia-download-flyers a{
  padding: 5px 25px;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-left .agencia-download-flyers a.active{
  background: #00a261;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-left a.reset-link {
  float: left;
  margin-top: -25px;
  padding: 4px 30px;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-left .agencia-download-flyers {
  padding-bottom: 5px;
  padding-top: 12px;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-left .admin-agencia-blocks .block {
  padding: 5px 0 5px 6%;
  clear: both;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-left .admin-agencia-blocks #juliatours_busqueda.block {
  padding: 5px 0;
  clear: both;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-left .admin-agencia-blocks #juliatours_busqueda.block .block-title {
  padding: 0 6%;
  margin-bottom: 10px;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-left .admin-agencia-blocks #juliatours_call_us {
}

body.page-acceso-agencias.logged-in .admin-agencias-col-left .admin-agencia-blocks .block-title {
  font-family: open_sansbold_italic, "Lucida Grande", Verdana, sans-serif;
  font-size: 18px;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-left .admin-agencia-blocks #juliatours_currency_change .block-title{
  padding-left: 40px;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-left .admin-agencia-blocks #juliatours_call_us .block-content {
  font-family: open_sansbold_italic, "Lucida Grande", Verdana, sans-serif;
  font-size: 36px;
  line-height: 35px;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-left #juliatours_newsletter .form-item {
  float: left;
  margin: 0;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-left #juliatours_newsletter input[type="text"] {
  border: none;
  background: #748694;
  padding: 0 10px;
  font-family: open_sanslight_italic, "Lucida Grande", Verdana, sans-serif;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -1px;
  color: #29303d;
  width: 195px;
  height: 35px;
  margin-right: 2px;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-left #juliatours_newsletter input[type="submit"] {
  background: url("../img/newsletter-icon.png") no-repeat center center #00a261;
  width: 35px;
  height: 35px;
  border: none;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-left #juliatours_currency_change h2 {
  border-bottom: none;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-left #juliatours_currency_change #juliatours-content-currency-form {
}

body.page-acceso-agencias.logged-in .admin-agencias-col-left #juliatours_currency_change #juliatours-content-currency-form label {
  float: left;
  width: 30%;
  text-align: center;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-left #juliatours_currency_change #juliatours-content-currency-form .form-item {
  margin: 0;
  float: left;
  width: 50%;
}
body.page-acceso-agencias.logged-in .admin-agencias-col-left #juliatours_currency_change #juliatours-content-currency-form .form-item input[type="text"],
body.page-acceso-agencias.logged-in .admin-agencias-col-left #juliatours_currency_change #juliatours-content-currency-form .form-item select {
  width: 70%;
  border: none;
  background: #748694;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-left #juliatours_currency_change #juliatours-content-currency-form .form-item input[type="text"] {
  padding-left: 20%;
  font-family: open_sanslight, "Lucida Grande", Verdana, sans-serif;
  font-size: 13px;
  color: #272e3a;
  width: 50%;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-left #juliatours_currency_change #juliatours-content-currency-form .form-item select {
  font-family: open_sanslight, "Lucida Grande", Verdana, sans-serif;
  font-size: 13px;
  color: #ffffff;
  padding-left: 15%;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-left #juliatours_currency_change #juliatours-content-currency-form .form-item-currency-source {
  float: left;
}
body.page-acceso-agencias.logged-in .admin-agencias-col-left #juliatours_currency_change #juliatours-content-currency-form .form-item-currency-destination {
  float: left;
}
body.page-acceso-agencias.logged-in .admin-agencias-col-left #juliatours_currency_change #juliatours-content-currency-form .form-item-currency-source-amount {
  float: left;
  clear: left;
}
body.page-acceso-agencias.logged-in .admin-agencias-col-left #juliatours_currency_change #juliatours-content-currency-form .form-item-currency-destination-amount {
  float: left;
}

.admin-agencia-blocks .block {
  margin: 10px 0;
  border-top: 1px solid #a5a9ac;
  padding: 10px 0;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-left .agencia-download-flyers {
  background: url("../img/icon-download-flyers.png") no-repeat 20px center transparent;
  text-align: right;
  height: 25px;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-right .mapa {
  height: 375px;
  text-align: center;
  padding-top: 10px;
}

/*MAPA*/
body.page-acceso-agencias.logged-in .admin-agencias-col-right .mapa .search-map{
  background-image:url(../img/maps/mundo-light.png);
  background-repeat: no-repeat;
  height: 100%;
  background-position: 12em;
  position: relative;
}
.hotspot {
  background-image:url(../img/maps/mapa-pin.png);
  width: 17px;
  height: 27px;
  position: absolute;
  cursor: pointer;
}
/*END-MAPA*/

span.small-price {
  font-size: 20px;
  color: gray;
  font-weight: bold;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-right .results-info {
  font-size: 18px;
  color: #1f5ebf;
  border-top: 1px solid #95a3ae;
  width: 76.63636363636364%;
  margin: 0 0 0 auto;
  padding-top: 5px;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-right .results-info span {
  font-family: open_sansbold_italic, "Lucida Grande", Verdana, sans-serif;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-right .result-list {
  height: 370px;
  overflow-y: scroll;
  padding: 20px;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-right .result-list table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-right .result-list table td {
  vertical-align: top;
  background: #e4e8ea;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-right .result-list table td.views-field-field-precio {
  vertical-align: middle;
  font-size: 30px;
  color: #1f5ebf;
  width: 25%;
  text-align: center;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-right .result-list table td.views-field-nothing-1 {
  width: 9.195402298850575%;
}
body.page-acceso-agencias.logged-in .admin-agencias-col-right .result-list table td.views-field-field-image {
  width: 135px;
}

.views-slideshow-cycle-main-frame-row-item { position: relative; }
.views-slideshow-cycle-main-frame-row-item .views-field-field-subtitle-slide {
  position: fixed;
  padding: 5px 0 5px 56px;
  top: 68%;
  left: 2%;
  font-size: 32px;
  line-height: 36px;
  color: #0dd06a;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
  width: 36%;
  text-align: right;
  font-weight: 900;
  border-bottom: 8px double #0dd06a;
}

.views-slideshow-cycle-main-frame-row-item .views-field-body {
  position: fixed;
  /*background: #ffffff;*/
  padding: 5px 5px 5px 65px;
  top: 81%;
  left: 1%;
  font-size: 22px;
  color: #ffffff;
  font-family: open_sanssemibold, "Lucida Grande", Verdana, sans-serif;
  width: 50%;
  text-align: right;
}

.views-slideshow-cycle-main-frame-row-item .views-field-body .body-text-slide{
  float: left;
  width: 70%;
  margin-right: 5%;
}

.views-slideshow-cycle-main-frame-row-item .views-field-body .body-text-slide p{
	font-family: open_sansitalic, "Lucida Grande", Verdana, sans-serif;
}

.views-slideshow-cycle-main-frame-row-item .views-field-body .bottom-slide-button{

  float: left;
  width: 25%;
  margin-top: 2%;
}

.views-slideshow-cycle-main-frame-row-item .views-field-body .bottom-slide-button a{
  padding: 10px 40px;
  color: #ffffff;
  background: url("../img/btn-slider-next.png") no-repeat scroll 10px center #1f5ebf;
  border-bottom: 3px solid #1f3f7e;
  letter-spacing: 0px;
  text-shadow: none;
  border-radius: 4px;
}
.views-slideshow-cycle-main-frame-row-item .views-field-body .bottom-slide-button a:hover{
  background: url("../img/btn-slider-next-over.png") no-repeat scroll 10px center #3D7CF7;
  border-bottom: 3px solid #3D7CF7;
}

.views-slideshow-cycle-main-frame-row-item .views-field-field-subtitle-slide div:first-line {
  color: #ffffff;
  font-size: 56px;
  line-height: 48px;
}


.viaje-vertical-tabs-contentainer {
  padding: 40px 1.388888888888889% 0;
  float: left;
  width: 49.30555555555556%;
  height: 405px;
}

.viaje-vertical-tabs-contentainer .views-view-grid {
  margin: 0 auto;
}

.viaje-vertical-tabs-contentainer table {
  table-layout: fixed;
  width: 100%;
}

.viaje-vertical-tabs-contentainer table td {
  width: 33%;
}

.viaje-vertical-tabs-contentainer .viaje-subelement-container {
  position: relative;
  width: 100%;
  height: 290px;
  overflow: hidden;
}

.viaje-vertical-tabs-contentainer .viaje-subelement-container .opacity-layer {
  display: none;
  background: #000000;
  opacity: 0.7;
  /* SECOND (IE8) */
  -ms-filter: "progid:DXImageTransform . Microsoft . Alpha(Opacity = 70)";

  /* THIRD (IE7) */
  filter: alpha(opacity=70);
  position: absolute;
  width: 100%;
  height: 100%;
}

.viaje-vertical-tabs-contentainer .viaje-subelement-container .viaje-subelement-title {
  position: absolute;
  bottom: 30px;
  left: 10px;
  text-align: left;
  font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
  font-size: 17px;
}

.viaje-vertical-tabs-contentainer .viaje-subelement-container .viaje-subelement-img img {
  max-width: 100%;
}

.viaje-vertical-tabs-contentainer .views-field-body {
  margin: 0 20px;
  padding: 10px;
  min-height: 55px;
  background: #ffffff;
  color: #203247;
  font-family: open_sanslight, "Lucida Grande", Verdana, sans-serif;
  font-size: 14px;
}

.viaje-vertical-tabs-contentainer td > div {
  margin: 0 20px;
}

#modal-content .modalform-right-side .button-submit {
  margin-top: 18px;
  position: relative;
  float: right;
  /*  margin-right: 15px;*/
}
#modal-content .button-submit {
  margin-top: 18px;
  position: relative;
  float: right;
  /*  margin-right: 15px;*/
}

#modal-content .modalform-right-side .button-iniciate {
  float: left;
  margin-top: 20px;
  position: relative;
  margin-left: 12px;
}

#modal-content .modalform-right-side .button-iniciate a {
  font-size: 12px;
  font-weight: bold;
  background: #f67553;
  color: #ffffff;
  padding: 6px 20px 5px;
  text-transform: uppercase;
  text-shadow: #000000 0 1px 1px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  border: none;
}
#modal-content .button-iniciate {
  float: left;
  margin-top: 20px;
  position: relative;
  margin-left: 12px;
}

#modal-content .button-iniciate a {
  font-size: 12px;
  font-weight: bold;
  background: #f67553;
  color: #ffffff;
  padding: 6px 20px 5px;
  text-transform: uppercase;
  text-shadow: #000000 0 1px 1px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  border: none;
}

.upload-descripcion {
  font-size: 12px;
  float: left;
  padding: 10px 5px 0 10px;
}
.icon-help {
  float: left;
  background: url("../img/load-logo-help-icon.png") no-repeat center center transparent;
  height: 24px;
  width: 14px;
  padding: 10px 0 0 0;
}

#modal-content input[type="submit"] {
  font-size: 12px;
  font-weight: bold;
  background: #1f5ebf;
  color: #ffffff;
  padding: 5px 30px;
  text-transform: uppercase;
  text-shadow: #000000 0 1px 1px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  border: none;
}

#modal-content .clearfix-modal {
  clear: both;
}
#juliatours-ask-for-info-form .form-item input[type="text"],
#juliatours-ask-for-info-form .form-item select,
#juliatours-ask-for-info-form .form-item input[type="file"],
#juliatours-ask-for-info-form .form-item input[type="textfield"]{
  width: 335px;
  /*  padding: 5px 10px;
    margin: 2px 0;
    border: 1px solid #ebebeb;
    background: #fcfcfc;
    font-size: 14px;
    color: #3e3e3e;*/
}

#modal-content #juliatours-ask-for-info-form {
  padding: 30px 5px;
  background: url("../img/gray-logo.png") no-repeat center bottom transparent;
  height: 195px;
}

#modal-content #juliatours-ask-for-info-form input[type="text"],
#modal-content #juliatours-ask-for-info-form select {
  width: 89%;
}

.modal-ask-information-modal-style #modal-content{
  width: 335px;
}

#modal-content #juliatours-ask-for-info-form select {
  width: 95.7%;
}

/*Estilos para la ventana modal de agencia*/

#juliatours-agencia-admin-usuarios .form-item input[type="submit"],
#juliatours-agencia-admin-usuarios .form-item select,
#juliatours-agencia-admin-usuarios .form-item input[type="file"],
#juliatours-agencia-admin-usuarios .form-item input[type="textfield"]{
  width: 335px;
  /*  padding: 5px 10px;
    margin: 2px 0;
    border: 1px solid #ebebeb;
    background: #fcfcfc;
    font-size: 14px;
    color: #3e3e3e;*/
}

#modal-content #juliatours-agencia-admin-usuarios {
  padding: 30px 5px;
  background: url("../img/gray-logo.png") no-repeat center bottom transparent;
  height: 280px;
}

#modal-content #juliatours-agencia-admin-usuarios input[type="text"],
#modal-content #juliatours-agencia-admin-usuarios select {
  width: 89%;
}
#modal-content #juliatours-agencia-admin-usuarios input[type="submit"]{
  margin: 3px 0 5px 10px;
}

.modal-ask-information-modal-style #modal-content{
  width: 335px;
}

#modal-content #juliatours-agencia-admin-usuarios select {
  width: 95.7%;
}
#subusers-agency-list table tr {
  background-color: #EEEEEE;
  border-bottom: 2px solid #FFFFFF;
}
#subusers-agency-list table td {
}

#subusers-agency-list{
  padding-left: 10px;
  width: 390px;
  height: 170px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 10px;
}

.agency-edit-user,
.agency-delete-user,
.agency-update-user,
.agency-cancel-user{
  border: medium none;
  border-radius: 2px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 10px;
  text-shadow: 0 1px 1px #000000;
}
.agency-edit-user,
.agency-update-user{
  background: none repeat scroll 0 0 padding-box #1F5EBF;
}
.agency-delete-user,
.agency-cancel-user{
  background: none repeat scroll 0 0 padding-box #f67553;
}


/*Estilos para la ventana modal de agencia*/


#juliatours-content-advanced-search-form .form-item {
  margin: 0;
}

#juliatours-content-advanced-search-form .form-item label,
#juliatours-content-advanced-search-form .form-item .description {
  /*display: none;*/
}

.admin-agencias-col-left #juliatours-content-advanced-search-form .form-item label{
  display: none;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-left .container-inline-date .date-padding {
  padding: 0;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-left #juliatours_busqueda { }

body.page-acceso-agencias.logged-in .admin-agencias-col-left #juliatours_busqueda input[type="text"] {
  width: 94%;
  background: #748694;
  color: #ffffff;
  border: none;
  padding: 5px 10px;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-left #juliatours_busqueda select {
  width: 100%;
  background: #748694;
  color: #ffffff;
  border: none;
  padding: 5px 10px;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-left #juliatours_busqueda .container-inline-date {
  float: left;
  width: 44%;
  clear: none;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-left #juliatours_busqueda input[name="date1[date]"],
body.page-acceso-agencias.logged-in .admin-agencias-col-left #juliatours_busqueda input[name="date2[date]"] {
  margin: 0;
  width: 99%;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-left #juliatours_busqueda input[name="date2[date]"] {
  margin-left: 20px;
}

body.page-acceso-agencias.logged-in .admin-agencias-col-left #juliatours_busqueda input[type="submit"] {
  position: relative;
  clear: both;
  margin-top: 10px;
  float: right;
  padding: 4px 30px;
}

.upload-desc-container {
  position: relative;
}

.upload-desc-container .upload-descripcion-desc {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #000000;
  border-radius: 5px;
  font-size: 12px;
  height: 70px;
  padding: 5px;
  position: absolute;
  right: 3px;
  width: 100px;
}

.load-logo-agencia .upload-desc-container .upload-descripcion-desc{
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #000000;
  border-radius: 5px;
  font-size: 12px;
  height: 70px;
  padding: 5px;
  position: absolute;
  right: -94px;
  top: -59px;
  width: 100px;
  z-index: 10000;
}

.load-logo-agencia .icon-help{
  height: 11px;
}

#modalContent div.messages {
  font-size: 14px;
  background-image: none;
  padding: 7px 10px;
}

.modal-single-info-page {
  color: #ffffff;
  height: 435px;
  overflow-y: scroll;
  background: #205db9;
  margin-left: -20px;
  margin-top: -5px;
  padding: 20px;
}

.view .skin-default {
  position: fixed;
}

.view .skin-default .views-slideshow-controls-top {
  bottom: 5%;
  position: fixed;
  right: 21%;
  z-index: 40;
}

.view .skin-default .views-slideshow-controls-top .views-slideshow-pager-field-item {
  float: left;
  margin-right: 10px;
  background: #ffffff;
  border-radius: 20px;
  padding: 3px 7px;
  font-size: 12px;
  cursor: pointer;
  color: #000000;
}

.view .skin-default .views-slideshow-controls-top .views-slideshow-pager-field-item.active {
  background: #2ed479;
  color: #ffffff;
}

.view-promociones .td-abs-container {
  position: relative;
  min-height: 320px;
}

body.page-resultados-busqueda .view-resultados-busqueda {
  font-size: 12px;
  color: #748694;
  width: 80%;
  margin: 0 auto;
  padding-top: 5px;
}
body.page-resultados-busqueda .view-resultados-busqueda .views-field-nothing div:first-child {
  color: #ffffff;
}

body.page-resultados-busqueda .view-resultados-busqueda span {
  font-family: open_sansbold_italic, "Lucida Grande", Verdana, sans-serif;
}

body.page-resultados-busqueda .view-resultados-busqueda {
  height: 100%;
  /*overflow-y: scroll;*/
}

body.page-resultados-busqueda .view-resultados-busqueda table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}

body.page-resultados-busqueda .view-resultados-busqueda table tr {
  background: none;
}

body.page-resultados-busqueda .view-resultados-busqueda table td {
  vertical-align: top;
  background: #535c68;
}
.view-resultados-busqueda{
  font-size: 16px;
}
.view-resultados-busqueda table td .field-title{
  font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
  color: #1f5ebf;
  font-size: 14px;
}

body.page-resultados-busqueda .view-resultados-busqueda table td.views-field-field-precio {
  vertical-align: middle;
  font-size: 30px;
  color: #ffffff;
  width: 20%;
  text-align: center;
}

body.page-resultados-busqueda .view-resultados-busqueda table td.views-field-nothing-1 {
  width: 9.195402298850575%;
}
body.page-resultados-busqueda .view-resultados-busqueda table td.views-field-field-image {
  width: 135px;
}
#modal-content {
  overflow: hidden;
}
#modal-content .juliatours-advanced-seach-form {
  /*background: #272e3a;*/
  margin: 10px 10px;
}

#modal-content .juliatours-advanced-seach-form .form-item {
  margin: 0;
  /*border-bottom: 1px solid #606e79;*/
}

#modal-content .juliatours-advanced-seach-form .form-item input[type="text"] {
  width: 92%;
  background: #f1f3f4;
  color: #000000;
  border: none;
}

#modal-content .juliatours-advanced-seach-form .container-inline-date .date-padding input[type="text"] {
  width: 57%;
  /*background-image: url("../img/calendar_select.png");*/
  background-position: right 10px center;
  background-repeat: no-repeat;
}

#modal-content .juliatours-advanced-seach-form .form-item select {
  /*background: url(../img/flechas_select.png) no-repeat right transparent;*/
  width: 100%;
  border: none;
  color: #000000;
  padding-left: 21px;
  -webkit-appearance: none;
}

#modal-content .juliatours-advanced-seach-form .form-item-region {
  width: 355px;
  /*background: url(../img/region_select.png) no-repeat left #f1f3f4;*/
  margin: 26px 0 0 0;

}
label[for=edit-region] {
  position: absolute;
  top: 14px;
}
#modal-content .juliatours-advanced-seach-form .form-item-pais {
  width: 355px;
  /*background: url(../img/pais_select.png) no-repeat left #f1f3f4;*/
  margin: 3px 0 0 0;
}
#modal-content .juliatours-advanced-seach-form .form-item-presupuesto {
  width: 355px;
  /*background: url(../img/presu_select.png) no-repeat left #f1f3f4;*/
  margin: 28px 0 0 0;
}
label[for=edit-presupuesto] {
  position: absolute;
  top: 105px;
}

#modal-content .juliatours-advanced-seach-form .container-inline-date {
  float: left;
  width: 48%;
  clear: none;
  padding-top: 10px;
  margin-left: 7px;
}

#modal-content .juliatours-advanced-seach-form .container-inline-date .date-padding {
  padding: 0;
}

#modal-content .juliatours-advanced-seach-form .form-submit {
  top: 306px;
  clear: both;
  position: absolute;
  right: 20px;
}

.mCSB_scrollTools .mCSB_draggerContainer{
  background: #ffffff;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
  background: #f67553;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  border-radius: 5px;
  height: 97%;
  margin: 0 auto;
  text-align: center;
  width: 50%;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  border-radius: 5px;
  height: 50%;
  margin: 4% auto;
  width: 88%;
}

.mCSB_scrollTools .mCSB_draggerRail{
  background: none;
}

.mCSB_scrollTools .mCSB_dragger{
  margin: 5px 0;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger{
  margin: 0 5px;
}

div.ctools-modal-content a.close{
  position: absolute;
  right: -47px;
  top: 0;
}

div.ctools-modal-content a.close img{
  top: 2px;
}

.modal-advanced-search-modal-style div.ctools-modal-content .modal-header{
  background: url("../img/search-modal-top-img.png") no-repeat center top #748694;
  height: 16px;
  padding-top: 235px;
}

.modal-advanced-search-modal-style div.ctools-modal-content .modal-header .modal-title{
  text-shadow: none;
  font-family: open_sansregular, "Lucida Grande", Verdana, sans-serif;
  font-size: 16px;
}

.modal-advanced-search-modal-style div.ctools-modal-content .modal-content{
  background: #ffffff;
}

.modal-advanced-search-modal-style div.ctools-modal-content #juliatours-content-advanced-search-form .form-item label{
  display: block;
  background: #ffffff;
  font-size: 14px;
  font-family: open_sansregular, "Lucida Grande", Verdana, sans-serif;
  width: auto;
  font-weight: normal;
  float: none;
  color: #272e3a;
}

.modal-advanced-search-modal-style div.ctools-modal-content #juliatours-content-advanced-search-form .form-item-date1-date label,
.modal-advanced-search-modal-style div.ctools-modal-content #juliatours-content-advanced-search-form .form-item-date2-date label{
  display: none;
}

.modal-advanced-search-modal-style #modal-content .juliatours-advanced-seach-form .form-item{
  border-bottom: none;
}

.modal-advanced-search-modal-style #modal-content .juliatours-advanced-seach-form .form-item select{
  background: none repeat scroll 0 0 #f1f3f4;
  border: medium none;
  color: #748694;
  width: 97%;
}

.modal-advanced-search-modal-style #modal-content .juliatours-advanced-seach-form .container-inline-date .date-padding input[type="text"]{
  background: url("../img/modal-advanced-search-icon-dates.png") no-repeat 95% center #f1f3f4;
  width: 90%;
  color: #7e8081;
}

.modal-advanced-search-modal-style #modal-content .juliatours-advanced-seach-form{
  background: none;
}

.modal-register-user-modal-style div.ctools-modal-content .modal-content {
  padding: 0;
}

.modal-register-user-modal-style .form-item-field-estado-ref-und label,
.modal-register-user-modal-style .form-item-field-ciudad-ref-und label,
.modal-register-user-modal-style .form-item-field-delegacion-ref-und label,
.modal-register-user-modal-style .form-item-files-picture-upload label{
  display: none;
}

.modal-register-user-modal-style div.ctools-modal-content {
  height: 725px !important;
}

.user-info-data{
  float: left;
  width: 60%;
  color: #fff;
  font-size: 12px;
  margin-left: 2%;
  position: relative;
}

#user-dropdown-menu{
  background: url("../img/user-menu.png") no-repeat center center transparent;
  width: 13px;
  height: 7px;
  position: absolute;
  right: 7%;
  top: 30%;
}

.user-picture{
  position: relative;
}

.user-popup{
  background: none repeat scroll 0 0 #272e3a;
  padding: 10px;
  border-radius: 3px;
  position: absolute;
  right: 3%;
  top: 80px;
  z-index: 100;
}

.user-popup a{
  background: none;
  font-size: 14px;
  color: #00a261;
}

.modal-confirm-form-submission{
  font-family: open_sansbold, "Lucida Grande", Verdana, sans-serif;
  font-size: 19px;
  color: #465059;
  text-align: center;
  padding: 10px 40px;
}

.modal-confirm-form-submission .modal-confirm-icon{
  background: url("../img/ok-icon.png") no-repeat center center transparent;
  width: 91px;
  height: 74px;
  margin: 0 auto 10px;
}

.modal-confirm-form-submission .modal-confirm-logo{
  background: url("../img/ok-logo.png") no-repeat center center transparent;
  width: 204px;
  height: 35px;
  margin: 10px auto 0;
}

.modal-nl-confirm-modal-style div.ctools-modal-content .modal-header{background:#fff;padding: 0;}
.modal-nl-confirm-modal-style div.ctools-modal-content .modal-content{padding: 0}
.modal-page-load-modal-style div.ctools-modal-content .modal-header {
  background: none repeat scroll 0 0 #205DB9;
  color: #FFFFFF;
  padding: 1em 0.25em 1em 1em;
}

.modal-page-load-modal-style div.ctools-modal-content .modal-content {
  padding: 5px 5px 0 20px;
}

body.page-tours- #content{
  height: auto;
  overflow: visible;
}

body.page-tours- .single-tour-page{
  display: table;
  background: #3e434f;
}

body.page-tours- .single-tour-page .col-left, body.page-tours- .single-tour-page .col-right{
  display: table-cell;
  height: auto;
}
/*FOLLETOS*/

.folletos{
  width: 100%;
  float: left;
}
.header-folletos{
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
.img-responsive-full{
  height: auto;
  width: 100%;
}
.img-responsive{
  height: auto;
  max-width: 100%;
}
.txt-folleto{
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
}
.content-folletos{
  width: 94%;
  float: left;
  padding: 2%;
}
.content-folletos >li{
  width: 18%;
  float: left;
  list-style: none;
  padding-left: 2.5%;
}
.content-folletos >li:first-child{
  padding-left: 0;
}
.folletos .conten-image{
  width: 100%;
  float: left;
  height: auto;
}
.title-download{
  width: 100%;
  float: left;
  background-color: #1f5dc0;
  border-bottom: 2px solid #191d26;
  margin-top: 10px;
  
}
.title-download-content{
  background: url('../img/icon-download.png');
  background-repeat: no-repeat;
  height: 36px;
    margin: 0 auto;
    text-align: right;
    color: #fff;
    width: 58%;
    background-position: 2px 11px;
    padding-top: 10px;
  
}
.page-novedades .title{
  display: none;
}

.page-receptivo #page-title{
  display: none;
}
.receptivo-cont{
  width: 100%;
  text-align: center;
}

/***********************************************

