/*   Main .scss file   */
/*****************
*****GENERAL********
*****************/
/* line 27, scss/custom.scss */
body {
  padding-top: 54px;
  background: #f8f8f8;
  font-family: 'Raleway', sans-serif;
  color: #444444;
}
/* line 32, scss/custom.scss */
body a, body .icon-bar {
  color: #009cc8;
  cursor: pointer!important;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/* line 39, scss/custom.scss */
body a:hover, body a:active, body a:focus, body .icon-bar:hover, body .icon-bar:active, body .icon-bar:focus {
  color: #00beff;
}
/* line 43, scss/custom.scss */
body a span, body .btn, body #content-static .cognito #c-submit-button, #content-static .cognito body #c-submit-button, body .dropdown-menu, body .dropdown, body .inner-hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@-moz-document url-prefix() {
  /* line 53, scss/custom.scss */
  input {
    padding: 0 6px!important;
    box-sizing: content-box;
  }
}

@media only screen and (max-width: 767px) {
  /* line 64, scss/custom.scss */
  body {
    padding-top: 51px;
  }
}
@media only screen and (max-width: 560px) {
  /* line 70, scss/custom.scss */
  .no-mobile {
    display: none;
  }

  /* line 71, scss/custom.scss */
  .only-mobile {
    display: block;
  }
}
@media only screen and (min-width: 560px) {
  /* line 75, scss/custom.scss */
  .no-mobile {
    display: block;
  }

  /* line 76, scss/custom.scss */
  .only-mobile {
    display: none;
  }
}
@media only screen and (min-width: 767px) {
  /* line 80, scss/custom.scss */
  .no-tablet {
    display: none;
  }

  /* line 81, scss/custom.scss */
  .only-tablet {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  /* line 85, scss/custom.scss */
  .no-tablet {
    display: block;
  }

  /* line 86, scss/custom.scss */
  .only-tablet {
    display: none;
  }
}
@media (min-width: 768px) {
  /* line 91, scss/custom.scss */
  .container {
    max-width: 970px;
  }
}
/* line 96, scss/custom.scss */
h2 {
  font-size: 24px;
  font-weight: 900;
}

/* line 100, scss/custom.scss */
h3 {
  font-size: 17px;
}

/* line 103, scss/custom.scss */
.thin {
  font-weight: 300;
}

/* line 106, scss/custom.scss */
.rounded {
  border-radius: 99em;
  -moz-border-radius: 99em;
  -webkit-border-radius: 99em;
}

/* line 111, scss/custom.scss */
input[type="radio"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  -ms-appearance: checkbox;
}

/* line 116, scss/custom.scss */
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 60px;
  overflow: hidden;
}

/* line 124, scss/custom.scss */
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 132, scss/custom.scss */
.form-control {
  border-color: #dedede;
}

/* line 136, scss/custom.scss */
.disabled {
  pointer-events: none;
}

/* line 140, scss/custom.scss */
.disabled i {
  color: gainsboro;
  pointer-events: none;
}

/* line 145, scss/custom.scss */
.contact-form {
  background-color: #blue !important;
}

/*****************
*****HEADER********
*****************/
/**************
****Header*****
*********/
/*NAV*/
/* line 7, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
#logo {
  float: left;
}
/* line 9, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
#logo img, #logo #content-viewtours.tour-page .recommend-tour .recommendend-for .recommendend-for-more, #content-viewtours.tour-page .recommend-tour .recommendend-for #logo .recommendend-for-more {
  width: 120px;
  height: 61px;
  margin-left: -40px;
  margin-bottom: -25px;
  z-index: 1099;
}

/* line 17, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.navbar {
  margin-bottom: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
/* line 22, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.navbar .container {
  padding-right: 0;
}

/* line 26, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.navbar-default {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: white;
  border: none;
  top: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  border-bottom: 1px solid #dedede;
}
/* line 37, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.navbar-default .navbar-nav > li > a {
  text-transform: uppercase;
  color: #444444;
  border-bottom: 2px solid white;
}
/* line 41, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.navbar-default .navbar-nav > li > a.city {
  font-size: 15px;
  font-weight: 900;
  border-right: 1px solid #e5e5e5;
}
/* line 46, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.navbar-default .navbar-nav > li > a.btn-primary, .navbar-default #content-static .cognito .navbar-nav > li > a#c-submit-button, #content-static .cognito .navbar-default .navbar-nav > li > a#c-submit-button {
  color: white;
}
/* line 49, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.navbar-default .navbar-nav > li > a.btn-primary:hover, .navbar-default #content-static .cognito .navbar-nav > li > a#c-submit-button:hover, #content-static .cognito .navbar-default .navbar-nav > li > a#c-submit-button:hover {
  background-color: #00beff;
}
/* line 53, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.navbar-default .navbar-nav > .active > a {
  color: #444444;
  background: transparent;
  border-bottom: 2px solid #009cc8;
}
/* line 57, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
}
/* line 61, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.navbar-default .navbar-collapse {
  border-top: none;
}
/* line 63, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.navbar-default .navbar-collapse .nav .active > a {
  text-decoration: none;
  color: #009cc8;
}

/* line 72, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-color: transparent;
}

/* line 78, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.navbar-default.nav-up {
  top: -62px;
}

/* line 81, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: white;
  color: #444;
}

/* line 85, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.dropdown-menu {
  border-top: 1px solid #dedede;
  border-right-color: #e5e5e5;
  border-left-color: #e5e5e5;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 91, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.dropdown-menu li > a:hover {
  color: #009cc8;
  background: #eeeeee;
}
/* line 95, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.dropdown-menu .divider {
  margin: 5px 0;
}
/* line 98, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.dropdown-menu .mini-link {
  font-size: 12px;
  color: #009cc8;
  display: block;
  clear: left;
}

/* line 107, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.caret {
  color: #009cc8;
  margin-left: 7.5px;
}

/* line 112, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.caret.caret-right {
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

/* line 118, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.dropdown-header {
  color: #aaaaaa;
  margin-bottom: -3px;
}

/* line 123, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.navbar-default .navbar-toggle {
  border-color: transparent;
}
/* line 125, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:active, .navbar-default .navbar-toggle:focus {
  background: transparent;
}
/* line 127, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:active .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #009cc8;
}

/*NAVBAR-RIGHT*/
/* line 135, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.navbar-right li.top-glass a.btn-secundary {
  padding-top: 3px;
  padding-right: 5px;
  padding-left: 5px;
}
/* line 139, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.navbar-right li.top-glass a.btn-secundary i {
  font-size: 28px;
}
/* line 145, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.navbar-right img, .navbar-right #content-viewtours.tour-page .recommend-tour .recommendend-for .recommendend-for-more, #content-viewtours.tour-page .recommend-tour .recommendend-for .navbar-right .recommendend-for-more {
  width: 40px;
  height: 40px;
  border-radius: 99em;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
}

/* line 155, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.navbar-right.not-logged li a {
  padding: 0 14px;
  margin-top: 7.5px;
  margin-left: 7.5px;
  line-height: 37px;
  height: 38px;
}
/* line 161, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.navbar-right.not-logged li a.btn-primary, .navbar-right.not-logged li #content-static .cognito a#c-submit-button, #content-static .cognito .navbar-right.not-logged li a#c-submit-button {
  border-bottom: none;
}
/* line 164, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.navbar-right.not-logged li a.btn-secundary {
  border-color: #dedede;
}
/* line 166, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.navbar-right.not-logged li a.btn-secundary:hover, .navbar-right.not-logged li a.btn-secundary:active, .navbar-right.not-logged li a.btn-secundary:focus {
  background-color: white;
  border-color: #009cc8;
  color: #009cc8;
}
/* line 173, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.navbar-right.not-logged li .dropdown-menu {
  margin-top: 10px;
}
/* line 175, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.navbar-right.not-logged li .dropdown-menu a {
  height: auto;
  margin: 0;
  padding: 3px 20px;
  line-height: 20px;
}

/**/
/* line 190, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
p button {
  border: 1px solid #009cc8;
  outline: none;
  background: none repeat scroll 0% 0% transparent;
  float: right;
  padding: 12px 15px;
  border-radius: 3px;
  color: #009cc8;
}

/* Overlay style */
/* line 201, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: white;
}

/* Overlay closing cross */
/* line 211, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.overlay .overlay-close {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 10px;
  top: 4px;
  overflow: hidden;
  background: none;
  border: none;
  color: #aaa;
  outline: none;
  z-index: 100;
}
/* line 223, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.overlay .overlay-close:hover {
  color: #009cc8;
}

/* line 228, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.overlay-close i {
  font-size: 36px;
  font-weight: 900;
}

/* Menu style */
/* line 234, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.overlay nav {
  text-align: center;
  position: relative;
  top: 42%;
  height: 60%;
  font-size: 45px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 244, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  width: 100%;
  position: relative;
}

/* line 254, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.overlay ul li {
  display: block;
  height: 20%;
  height: calc(100% / 5);
  min-height: 54px;
  width: 100%;
}

/* line 262, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.overlay ul li button {
  font-weight: 300;
  display: block;
  width: 100%;
  color: #575757;
  border: none;
  outline: none;
  background: none repeat scroll 0% 0% transparent;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

/* line 275, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.overlay ul li button:hover,
.overlay ul li button:focus {
  color: #009cc8;
  background-color: #f4f4f4;
}

/* line 280, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.overlay .active {
  color: #009cc8;
}

/* line 284, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.secondary button {
  font-size: 36px;
}

/* Effects */
/* line 289, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.overlay-huge {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s;
}

/* line 296, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.overlay-huge.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

/* line 303, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.overlay-huge nav {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

/* line 308, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.overlay-huge nav ul {
  opacity: 0.4;
  -webkit-transform: translateY(-25%) rotateX(35deg);
  transform: translateY(-25%) rotateX(35deg);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}

/* line 316, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.overlay-huge.open nav ul {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

/* line 322, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.overlay-huge.close nav ul {
  -webkit-transform: translateY(25%);
  transform: translateY(25%);
}

@media screen and (max-height: 30.5em) {
  /* line 328, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
  .overlay nav {
    height: 60%;
    font-size: 32px;
  }

  /* line 332, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
  .overlay ul li {
    min-height: 35px;
  }

  /* line 335, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
  .secondary button {
    font-size: 27px;
  }

  /* line 338, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
  .secondary li {
    min-height: 29px;
  }
}
/**/
@media only screen and (max-width: 767px) {
  /* line 355, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
  #logo {
    float: left;
  }

  /* line 358, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
  .navbar-default {
    border: none;
  }
  /* line 361, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
  .navbar-default .navbar-nav.city-container {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 365, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
  .navbar-default .navbar-nav.city-container .dropdown-menu {
    clear: left;
  }
  /* line 369, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
  .navbar-default #navbar .navbar-nav:first-child > li > a {
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  /* line 374, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
  .navbar-default .navbar-nav > li > a.city {
    float: left;
    border-bottom: none;
    margin-left: 15px;
    padding: 15px;
  }
  /* line 380, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
  .navbar-default .navbar-nav > .active > a {
    border-bottom: none;
    text-decoration: underline;
  }
  /* line 386, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
  .navbar-default .navbar-collapse a {
    padding-left: 22.5px;
  }
  /* line 389, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
  .navbar-default .navbar-collapse #menu-more {
    display: none;
  }
  /* line 392, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
  .navbar-default .navbar-collapse .dropdown-menu {
    display: block;
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    border-top: 1px solid #dedede;
  }
  /* line 402, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
  .navbar-default .navbar-collapse .navbar-right {
    margin-bottom: 0;
  }

  /* line 408, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    border-bottom: 1px solid #dedede;
  }

  /* line 411, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
  .navbar-right > li {
    float: left;
  }

  /* line 414, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
  .navbar-header {
    border-bottom: 1px solid #dedede;
  }

  /* line 417, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
  .navbar-right.not-logged {
    clear: none!important;
    float: right;
    margin: 0 0 0 -30px;
  }
  /* line 424, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
  .navbar-right.not-logged a {
    margin-bottom: 7.5px;
  }

  /* line 434, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
  .navbar-right.not-logged li .dropdown-menu {
    float: right;
    width: auto;
    position: absolute;
    margin-top: 3px;
    background-color: white;
    border: 1px solid #dedede;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: -100%;
  }

  /* line 446, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
  .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: none;
    margin-top: 56px;
    background-color: white;
    border: 1px solid #dedede;
  }
}
/* line 460, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.cookie-alert {
  position: fixed;
  bottom: 0;
  z-index: 20;
  width: 100%;
  background-color: white;
  padding: 12px 0 5px 0;
  margin: 0 auto;
  font-size: 13px;
  border-top: 1px solid #f1f1f1;
}
/* line 470, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.cookie-alert p {
  margin-top: 3px;
}
/* line 473, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.cookie-alert .btn-primary, .cookie-alert #content-static .cognito #c-submit-button, #content-static .cognito .cookie-alert #c-submit-button {
  float: right;
  padding: 2px 3px;
  color: #dedede;
}
/* line 477, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.cookie-alert .btn-primary i, .cookie-alert #content-static .cognito #c-submit-button i, #content-static .cognito .cookie-alert #c-submit-button i {
  font-size: 32px;
}

@media only screen and (max-width: 1000px) {
  /* line 491, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
  .nav > li > a {
    font-size: 12px;
  }

  /* line 494, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
  ul.navbar-nav > li > a.city {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 502, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
  .navbar-nav > li > a.city {
    margin-right: 30px;
    border-bottom: none;
  }

  /* line 508, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
  #logo img, #logo #content-viewtours.tour-page .recommend-tour .recommendend-for .recommendend-for-more, #content-viewtours.tour-page .recommend-tour .recommendend-for #logo .recommendend-for-more {
    margin-left: -70px;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 514, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
  .navbar-nav > li > a {
    padding-bottom: 16px;
  }
  /* line 516, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
  .navbar-nav > li > a.city {
    padding-bottom: 18px;
  }

  /* line 520, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
  .navbar-nav.navbar-right.logged > li > a {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  /* line 528, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
  .navbar-default .navbar-collapse .nav > a {
    padding-left: 6px;
    padding-right: 6px;
  }

  /* line 532, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
  .navbar-default .navbar-nav > li > a.city {
    font-size: 13px;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
/**********
*******LOGGED IN*****
*************/
/* line 544, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.navbar-right.logged {
  margin-right: 0;
}
/* line 546, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.navbar-right.logged a {
  margin-top: 0;
}
/* line 548, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.navbar-right.logged a:hover, .navbar-right.logged a:active, .navbar-right.logged a:focus {
  text-decoration: none;
}

/**********
*******CURATE MENU*****
*************/
/* line 560, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.navbar-create-tour .curate-menu-text {
  float: left;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 15px;
}

/**********
*******CURATE MENU*****
*************/
/* line 574, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.create-tour .navbar-header, .others .navbar-header {
  width: 100%;
}
/* line 576, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.create-tour .navbar-header .navbar-right.navbar-right-create, .others .navbar-header .navbar-right.navbar-right-create {
  float: right;
  list-style: none;
  padding: 7.5px 15px 7.5px 0;
  margin-bottom: 0;
  min-height: 53px;
}
/* line 582, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.create-tour .navbar-header .navbar-right.navbar-right-create .save-draft, .others .navbar-header .navbar-right.navbar-right-create .save-draft {
  float: left;
  color: #444444;
  text-transform: uppercase;
  margin-right: 15px;
}
/* line 588, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
.create-tour .navbar-header .navbar-right.navbar-right-create .dropdown-menu, .others .navbar-header .navbar-right.navbar-right-create .dropdown-menu {
  margin-top: 10px;
}

@media only screen and (max-width: 480px) {
  /* line 597, /Users/Felipe/htdocs/uvfront/css/scss/_header.scss */
  #create-tour-add .curate-menu-text, .others .curate-menu-text {
    display: none;
  }
}
/*************
******FOOTER***
***************/
/* line 5, /Users/Felipe/htdocs/uvfront/css/scss/_footer.scss */
#main-footer {
  padding: 30px 0 45px 0;
  background-color: #f1f1f1;
  border-top: 1px solid #dedede;
}
/* line 9, /Users/Felipe/htdocs/uvfront/css/scss/_footer.scss */
#main-footer h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 100;
}
/* line 15, /Users/Felipe/htdocs/uvfront/css/scss/_footer.scss */
#main-footer .btn-group .caret {
  margin-left: 50px;
}
/* line 19, /Users/Felipe/htdocs/uvfront/css/scss/_footer.scss */
#main-footer .footer-menu {
  list-style: none;
  padding-left: 0;
}
/* line 22, /Users/Felipe/htdocs/uvfront/css/scss/_footer.scss */
#main-footer .footer-menu li {
  line-height: 1.2em;
  padding-bottom: 12px;
}
/* line 26, /Users/Felipe/htdocs/uvfront/css/scss/_footer.scss */
#main-footer .footer-menu a {
  color: #444444;
}
/* line 33, /Users/Felipe/htdocs/uvfront/css/scss/_footer.scss */
#main-footer .uv-found img:first-child, #main-footer .uv-found #content-viewtours.tour-page .recommend-tour .recommendend-for .recommendend-for-more:first-child, #content-viewtours.tour-page .recommend-tour .recommendend-for #main-footer .uv-found .recommendend-for-more:first-child {
  margin-right: 10px;
}
/* line 37, /Users/Felipe/htdocs/uvfront/css/scss/_footer.scss */
#main-footer .uv-proyect {
  font-size: 11px;
}

/* line 43, /Users/Felipe/htdocs/uvfront/css/scss/_footer.scss */
#footer-social {
  margin-top: 15px;
}
/* line 45, /Users/Felipe/htdocs/uvfront/css/scss/_footer.scss */
#footer-social a {
  color: #aaaaaa;
}
/* line 48, /Users/Felipe/htdocs/uvfront/css/scss/_footer.scss */
#footer-social a:hover, #footer-social a:active, #footer-social a:focus {
  text-decoration: none;
  color: #009cc8;
}
/* line 52, /Users/Felipe/htdocs/uvfront/css/scss/_footer.scss */
#footer-social a i {
  font-size: 36px;
}

/* line 58, /Users/Felipe/htdocs/uvfront/css/scss/_footer.scss */
#credits {
  padding: 15px 0 0;
  background-color: #e4e4e4;
}
/* line 61, /Users/Felipe/htdocs/uvfront/css/scss/_footer.scss */
#credits span {
  color: #777;
  font-size: 12px;
}
/* line 64, /Users/Felipe/htdocs/uvfront/css/scss/_footer.scss */
#credits span a {
  margin: 0 7.5px;
  color: #777;
}
/* line 70, /Users/Felipe/htdocs/uvfront/css/scss/_footer.scss */
#credits #logo-footer img, #credits #logo-footer #content-viewtours.tour-page .recommend-tour .recommendend-for .recommendend-for-more, #content-viewtours.tour-page .recommend-tour .recommendend-for #credits #logo-footer .recommendend-for-more {
  float: right;
  width: 120px;
  height: 61px;
  margin-top: -25px;
}

/* line 79, /Users/Felipe/htdocs/uvfront/css/scss/_footer.scss */
#eu {
  width: 60px;
  height: 39px;
}

/* line 84, /Users/Felipe/htdocs/uvfront/css/scss/_footer.scss */
#fiware {
  width: 120px;
  height: 35px;
}

/* line 89, /Users/Felipe/htdocs/uvfront/css/scss/_footer.scss */
#clean-footer {
  border-top: 1px solid #dedede;
}

@media only screen and (max-width: 992px) {
  /* line 98, /Users/Felipe/htdocs/uvfront/css/scss/_footer.scss */
  #credits .col-xs-12 {
    text-align: center;
  }
  /* line 101, /Users/Felipe/htdocs/uvfront/css/scss/_footer.scss */
  #credits .col-xs-6 {
    margin: 30px 0;
  }

  /* line 106, /Users/Felipe/htdocs/uvfront/css/scss/_footer.scss */
  #main-footer .col-xs-6 {
    margin: 30px 0;
  }

  /* line 111, /Users/Felipe/htdocs/uvfront/css/scss/_footer.scss */
  .uv-found img, .uv-found #content-viewtours.tour-page .recommend-tour .recommendend-for .recommendend-for-more, #content-viewtours.tour-page .recommend-tour .recommendend-for .uv-found .recommendend-for-more {
    float: left;
    margin-top: 5px;
  }
  /* line 115, /Users/Felipe/htdocs/uvfront/css/scss/_footer.scss */
  .uv-found #fiware {
    margin-right: 15px;
  }

  /* line 119, /Users/Felipe/htdocs/uvfront/css/scss/_footer.scss */
  .uv-proyect {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 126, /Users/Felipe/htdocs/uvfront/css/scss/_footer.scss */
  #main-footer .col-xs-12 {
    text-align: center;
  }

  /* line 130, /Users/Felipe/htdocs/uvfront/css/scss/_footer.scss */
  #credits {
    padding-bottom: 15px;
  }

  /* line 133, /Users/Felipe/htdocs/uvfront/css/scss/_footer.scss */
  .uv-found {
    text-align: center;
  }
  /* line 135, /Users/Felipe/htdocs/uvfront/css/scss/_footer.scss */
  .uv-found img, .uv-found #content-viewtours.tour-page .recommend-tour .recommendend-for .recommendend-for-more, #content-viewtours.tour-page .recommend-tour .recommendend-for .uv-found .recommendend-for-more {
    float: none;
  }

  /* line 139, /Users/Felipe/htdocs/uvfront/css/scss/_footer.scss */
  #logo-footer {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 145, /Users/Felipe/htdocs/uvfront/css/scss/_footer.scss */
  #credits #logo-footer img, #credits #logo-footer #content-viewtours.tour-page .recommend-tour .recommendend-for .recommendend-for-more, #content-viewtours.tour-page .recommend-tour .recommendend-for #credits #logo-footer .recommendend-for-more {
    margin-top: 0;
  }
}
/*Buttons*/
/* line 2, /Users/Felipe/htdocs/uvfront/css/scss/_buttons.scss */
.btn, #content-static .cognito #c-submit-button {
  padding: 0 14px;
  line-height: 37px;
  height: 38px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.5px;
  vertical-align: middle;
  border-radius: 999em;
  -webkit-border-radius: 999em;
  -moz-border-radius: 999em;
}

/* line 15, /Users/Felipe/htdocs/uvfront/css/scss/_buttons.scss */
.btn-primary, #content-static .cognito #c-submit-button {
  background-color: #009cc8;
  border-color: #009cc8;
  color: white;
}
/* line 19, /Users/Felipe/htdocs/uvfront/css/scss/_buttons.scss */
.btn-primary:hover, #content-static .cognito #c-submit-button:hover, .btn-primary:active, #content-static .cognito #c-submit-button:active, .btn-primary:focus, #content-static .cognito #c-submit-button:focus {
  background-color: #00beff;
  border-color: #00beff;
}

/* line 24, /Users/Felipe/htdocs/uvfront/css/scss/_buttons.scss */
.btn-secundary {
  background-color: white;
  border-color: #dedede;
  color: #aaaaaa;
  border-bottom-width: 1px !important;
}
/* line 29, /Users/Felipe/htdocs/uvfront/css/scss/_buttons.scss */
.btn-secundary:hover, .btn-secundary:active, .btn-secundary:focus {
  background-color: white;
  border-color: #009cc8;
  color: #009cc8;
}

/* line 36, /Users/Felipe/htdocs/uvfront/css/scss/_buttons.scss */
.btn-default {
  border-color: #dedede;
}
/* line 38, /Users/Felipe/htdocs/uvfront/css/scss/_buttons.scss */
.btn-default:hover, .btn-default:active, .btn-default:focus {
  background-color: white;
  border-color: #009cc8;
  color: #009cc8;
}

/* line 44, /Users/Felipe/htdocs/uvfront/css/scss/_buttons.scss */
.btn-add {
  border-color: #85b200;
  background-color: #85b200;
  color: white;
}
/* line 48, /Users/Felipe/htdocs/uvfront/css/scss/_buttons.scss */
.btn-add:hover, .btn-add:active, .btn-add:focus {
  background-color: #a6de00;
  border-color: #a6de00;
  color: white;
}

/* line 55, /Users/Felipe/htdocs/uvfront/css/scss/_buttons.scss */
.btn-remove {
  border-color: #ff4826;
  background-color: #ff4826;
  color: white;
}
/* line 59, /Users/Felipe/htdocs/uvfront/css/scss/_buttons.scss */
.btn-remove:hover, .btn-remove:active, .btn-remove:focus {
  background-color: #ff664f;
  color: white;
}

/* line 65, /Users/Felipe/htdocs/uvfront/css/scss/_buttons.scss */
.btn-processing {
  background-color: #999;
  border-color: #999;
}
/* line 68, /Users/Felipe/htdocs/uvfront/css/scss/_buttons.scss */
.btn-processing:hover, .btn-processing:active, .btn-processing:focus {
  background-color: #999;
  border-color: #999;
  cursor: wait!important;
}

/* line 76, /Users/Felipe/htdocs/uvfront/css/scss/_buttons.scss */
.btn-group button {
  background: white;
  padding: 5px 15px 5px 10px;
  border-width: 1px;
  border-bottom-width: 2px;
  border-style: solid;
  border-color: #dedede #e5e5e5;
}

/* line 86, /Users/Felipe/htdocs/uvfront/css/scss/_buttons.scss */
.btn-facebook {
  border-color: #3b5998;
  background-color: #3b5998;
  color: white;
}
/* line 90, /Users/Felipe/htdocs/uvfront/css/scss/_buttons.scss */
.btn-facebook:hover, .btn-facebook:active, .btn-facebook:focus {
  background-color: #5579c6;
  color: white;
}
/* line 94, /Users/Felipe/htdocs/uvfront/css/scss/_buttons.scss */
.btn-facebook i {
  font-size: 30px;
  line-height: 27px;
  vertical-align: middle;
}

/* line 101, /Users/Felipe/htdocs/uvfront/css/scss/_buttons.scss */
.btn-twitter {
  border-color: #00aced;
  background-color: #00aced;
  color: white;
}
/* line 105, /Users/Felipe/htdocs/uvfront/css/scss/_buttons.scss */
.btn-twitter:hover, .btn-twitter:active, .btn-twitter:focus {
  background-color: #31c7ff;
  color: white;
}
/* line 109, /Users/Felipe/htdocs/uvfront/css/scss/_buttons.scss */
.btn-twitter i {
  font-size: 30px;
  line-height: 27px;
  vertical-align: middle;
}

/* line 116, /Users/Felipe/htdocs/uvfront/css/scss/_buttons.scss */
.btn-email {
  border-color: #aaa;
  background-color: #aaa;
  color: white;
}
/* line 120, /Users/Felipe/htdocs/uvfront/css/scss/_buttons.scss */
.btn-email:hover, .btn-email:active, .btn-email:focus {
  background-color: #c3c3c3;
  color: white;
}
/* line 124, /Users/Felipe/htdocs/uvfront/css/scss/_buttons.scss */
.btn-email i {
  font-size: 30px;
  line-height: 27px;
  vertical-align: middle;
}

@font-face {
  font-family: 'uvicons';
  src: url("../fonts/uvicons.eot");
  src: url("../fonts/uvicons.eot") format("embedded-opentype"), url("../fonts/uvicons.woff") format("woff"), url("../fonts/uvicons.tt") format("truetype"), url("../fonts/uvicons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 12, /Users/Felipe/htdocs/uvfront/css/scss/_icons.scss */
i {
  font-family: 'uvicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 18px;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 26, /Users/Felipe/htdocs/uvfront/css/scss/_icons.scss */
.icon-tiny-edit:before {
  content: "\e600";
}

/* line 30, /Users/Felipe/htdocs/uvfront/css/scss/_icons.scss */
.icon-tiny-trash:before {
  content: "\e601";
}

/* line 34, /Users/Felipe/htdocs/uvfront/css/scss/_icons.scss */
.icon-tiny-upload:before {
  content: "\e602";
}

/* line 38, /Users/Felipe/htdocs/uvfront/css/scss/_icons.scss */
.icon-tiny-more:before {
  content: "\e603";
}

/* line 42, /Users/Felipe/htdocs/uvfront/css/scss/_icons.scss */
.icon-tiny-minus:before {
  content: "\e604";
}

/* line 46, /Users/Felipe/htdocs/uvfront/css/scss/_icons.scss */
.icon-tiny-text:before {
  content: "\e605";
}

/* line 50, /Users/Felipe/htdocs/uvfront/css/scss/_icons.scss */
.icon-tiny-tick:before {
  content: "\e606";
}

/* line 54, /Users/Felipe/htdocs/uvfront/css/scss/_icons.scss */
.icon-tiny-email:before {
  content: "\e607";
}

/* line 58, /Users/Felipe/htdocs/uvfront/css/scss/_icons.scss */
.icon-tiny-twitter:before {
  content: "\e608";
}

/* line 62, /Users/Felipe/htdocs/uvfront/css/scss/_icons.scss */
.icon-tiny-circle:before {
  content: "\e609";
}

/* line 66, /Users/Felipe/htdocs/uvfront/css/scss/_icons.scss */
.icon-tiny-facebook:before {
  content: "\e60a";
}

/* line 70, /Users/Felipe/htdocs/uvfront/css/scss/_icons.scss */
.icon-tiny-unfollow:before {
  content: "\e60b";
}

/* line 74, /Users/Felipe/htdocs/uvfront/css/scss/_icons.scss */
.icon-tiny-follow:before {
  content: "\e60c";
}

/* line 78, /Users/Felipe/htdocs/uvfront/css/scss/_icons.scss */
.icon-tiny-website:before {
  content: "\e60d";
}

/* line 82, /Users/Felipe/htdocs/uvfront/css/scss/_icons.scss */
.icon-tiny-city:before {
  content: "\e60e";
}

/* line 86, /Users/Felipe/htdocs/uvfront/css/scss/_icons.scss */
.icon-tiny-close:before {
  content: "\e60f";
}

/* line 90, /Users/Felipe/htdocs/uvfront/css/scss/_icons.scss */
.icon-tiny-location:before {
  content: "\e610";
}

/* line 94, /Users/Felipe/htdocs/uvfront/css/scss/_icons.scss */
.icon-tiny-video:before {
  content: "\e611";
}

/* line 98, /Users/Felipe/htdocs/uvfront/css/scss/_icons.scss */
.icon-tiny-image:before {
  content: "\e612";
}

/* line 102, /Users/Felipe/htdocs/uvfront/css/scss/_icons.scss */
.icon-tiny-accessible:before {
  content: "\e613";
}

/* line 106, /Users/Felipe/htdocs/uvfront/css/scss/_icons.scss */
.icon-tiny-family:before {
  content: "\e614";
}

/* line 110, /Users/Felipe/htdocs/uvfront/css/scss/_icons.scss */
.icon-tiny-indepth:before {
  content: "\e615";
}

/* line 114, /Users/Felipe/htdocs/uvfront/css/scss/_icons.scss */
.icon-tiny-personal:before {
  content: "\e616";
}

/* line 118, /Users/Felipe/htdocs/uvfront/css/scss/_icons.scss */
.icon-tiny-highlight:before {
  content: "\e617";
}

/* line 122, /Users/Felipe/htdocs/uvfront/css/scss/_icons.scss */
.icon-tiny-share:before {
  content: "\e618";
}

/* line 126, /Users/Felipe/htdocs/uvfront/css/scss/_icons.scss */
.icon-tiny-sync:before {
  content: "\e619";
}

/* line 130, /Users/Felipe/htdocs/uvfront/css/scss/_icons.scss */
.icon-tiny-heart:before {
  content: "\e61a";
}

/* line 134, /Users/Felipe/htdocs/uvfront/css/scss/_icons.scss */
.icon-tiny-heartfull:before {
  content: "\e61b";
}

/* line 138, /Users/Felipe/htdocs/uvfront/css/scss/_icons.scss */
.icon-tiny-search:before {
  content: "\e61c";
}

/* line 142, /Users/Felipe/htdocs/uvfront/css/scss/_icons.scss */
.icon-tiny-zoomin:before {
  content: "\e61d";
}

/* line 146, /Users/Felipe/htdocs/uvfront/css/scss/_icons.scss */
.icon-medium-previous:before {
  content: "\e61e";
}

/* line 150, /Users/Felipe/htdocs/uvfront/css/scss/_icons.scss */
.icon-medium-next:before {
  content: "\e61f";
}

/* line 154, /Users/Felipe/htdocs/uvfront/css/scss/_icons.scss */
.icon-medium-menu:before {
  content: "\e620";
}

/* line 158, /Users/Felipe/htdocs/uvfront/css/scss/_icons.scss */
.icon-medium-email:before {
  content: "\e621";
}

/* line 162, /Users/Felipe/htdocs/uvfront/css/scss/_icons.scss */
.icon-medium-pinterest:before {
  content: "\e622";
}

/* line 166, /Users/Felipe/htdocs/uvfront/css/scss/_icons.scss */
.icon-medium-instagram:before {
  content: "\e623";
}

/* line 170, /Users/Felipe/htdocs/uvfront/css/scss/_icons.scss */
.icon-medium-twitter:before {
  content: "\e624";
}

/* line 174, /Users/Felipe/htdocs/uvfront/css/scss/_icons.scss */
.icon-medium-facebook:before {
  content: "\e625";
}

/* line 177, /Users/Felipe/htdocs/uvfront/css/scss/_icons.scss */
.icon-medium-tick:before {
  content: "\e626";
  padding-right: 4px;
}

/*LABELS*/
/* line 2, /Users/Felipe/htdocs/uvfront/css/scss/_labels.scss */
.label {
  padding: 5px 15px 3px 15px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0 99em 99em 0;
  -moz-border-radius: 0 99em 99em 0;
  -webkit-border-radius: 0 99em 99em 0;
}

/* line 12, /Users/Felipe/htdocs/uvfront/css/scss/_labels.scss */
.minilabel {
  padding: 5px 8px 3px 8px;
  font-size: 12px;
  font-weight: 300;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

/* line 24, /Users/Felipe/htdocs/uvfront/css/scss/_labels.scss */
.tour-label {
  padding: 0 22px 0 18px;
  margin-top: 7.5px;
  margin-left: 7.5px;
  line-height: 37px;
  height: 38px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 99em 0 0 99em;
  -moz-border-radius: 99em 0 0 99em;
  -webkit-border-radius: 99em 0 0 99em;
}

/* line 37, /Users/Felipe/htdocs/uvfront/css/scss/_labels.scss */
.label-blue {
  background-color: #009cc8;
}

/* line 40, /Users/Felipe/htdocs/uvfront/css/scss/_labels.scss */
.label-personal {
  background-color: #ff4872;
}

/* line 43, /Users/Felipe/htdocs/uvfront/css/scss/_labels.scss */
.label-indepth {
  background-color: #4cc8e0;
}

/* line 46, /Users/Felipe/htdocs/uvfront/css/scss/_labels.scss */
.label-family {
  background-color: #6bc792;
}

/* line 49, /Users/Felipe/htdocs/uvfront/css/scss/_labels.scss */
.label-accessible {
  background-color: #9a5dd1;
}

/* line 52, /Users/Felipe/htdocs/uvfront/css/scss/_labels.scss */
.label-highlight {
  background-color: #ffa742;
}

/* line 56, /Users/Felipe/htdocs/uvfront/css/scss/_labels.scss */
.label-geek, .label-GE {
  background-color: #ff5c26;
}

/* line 59, /Users/Felipe/htdocs/uvfront/css/scss/_labels.scss */
.label-pro, .label-PR {
  background-color: #85b200;
}

/* line 62, /Users/Felipe/htdocs/uvfront/css/scss/_labels.scss */
.label-official, .label-OF {
  background-color: #009cc8;
}

/* line 65, /Users/Felipe/htdocs/uvfront/css/scss/_labels.scss */
.label-error {
  color: #a94442;
  margin: 5px 3px;
}

/* line 70, /Users/Felipe/htdocs/uvfront/css/scss/_labels.scss */
.label-NO {
  display: none;
}

/*******************
*****VIEWTOURS*******
*******************/
/* line 5, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#inner-off {
  background-color: transparent;
  border: 2px dashed #ddd;
  margin: 2px 0 30px 0;
  padding: 0;
  height: auto;
  text-align: center;
}

/* line 14, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
.footer-soon {
  min-height: 120px;
}

/* line 17, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
.footer-soon2 {
  min-height: 88px;
}

/* line 20, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
.soon {
  font-size: 21px;
  font-weight: 400;
  color: #ccc;
}

@media only screen and (min-width: 1200px) {
  /* line 27, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  .footer-soon2 {
    min-height: 118px;
  }
}
/* line 36, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours {
  padding-top: 30px;
}
/* line 38, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours .header-viewtours {
  margin-bottom: 15px;
}
/* line 40, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours .header-viewtours img, #content-viewtours.tour-page .header-viewtours .recommend-tour .recommendend-for .recommendend-for-more, #content-viewtours.tour-page .recommend-tour .recommendend-for .header-viewtours .recommendend-for-more {
  border-radius: 99em;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
}
/* line 46, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours .border-viewtours {
  padding-bottom: 15px;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
}
/* line 50, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours .border-viewtours .city-info, #content-viewtours .border-viewtours .museum-info {
  margin-left: 30px;
  text-transform: uppercase;
  font-weight: 300;
  color: #444444;
}
/* line 55, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours .border-viewtours .city-info:hover, #content-viewtours .border-viewtours .museum-info:hover {
  color: #009cc8;
}
/* line 60, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours h1 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 15px;
}
/* line 66, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours .breadcrumbs {
  padding-top: 12px;
}
/* line 69, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours .city-image {
  width: 140px;
  height: 140px;
  margin-left: -2px;
}
/* line 74, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours .category-icon-container {
  text-align: center;
}
/* line 76, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours .category-icon-container a {
  display: block;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  border-radius: 99em;
  text-align: center;
}
/* line 83, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours .category-icon-container a i {
  line-height: 130px;
  font-size: 120px;
  color: white;
}
/* line 89, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours .category-icon-container a:hover, #content-viewtours .category-icon-container a:focus, #content-viewtours .category-icon-container a:active {
  text-decoration: none;
  opacity: 0.8;
}
/* line 94, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours .category-icon-container a.highlight {
  background-color: #ffa742;
}
/* line 97, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours .category-icon-container a.personal {
  background-color: #ff4872;
}
/* line 100, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours .category-icon-container a.indepth {
  background-color: #4cc8e0;
}
/* line 103, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours .category-icon-container a.family {
  background-color: #6bc792;
}
/* line 105, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours .category-icon-container a.accessible {
  background-color: #9a5dd1;
}
/* line 110, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.content-profile h1 {
  margin-top: 7.5px;
}
/* line 112, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.content-profile h1 .minilabel {
  vertical-align: middle;
}
/* line 117, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.content-profile .border-viewtours p {
  font-weight: 300;
}
/* line 120, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.content-profile .border-viewtours .profile-info {
  margin-bottom: 7.5px;
}
/* line 122, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.content-profile .border-viewtours .profile-info span {
  vertical-align: top;
  font-size: 16px;
}
/* line 126, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.content-profile .border-viewtours .profile-info i {
  margin-right: 1.5px;
  font-size: 24px;
  vertical-align: baseline;
}
/* line 132, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.content-profile .border-viewtours .btn-primary i, #content-viewtours.content-profile .border-viewtours #content-static .cognito #c-submit-button i, #content-static .cognito #content-viewtours.content-profile .border-viewtours #c-submit-button i {
  font-size: 28px;
  vertical-align: middle;
}
/* line 138, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours .profile-data {
  text-align: center;
}
/* line 140, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours .profile-data a {
  color: #444444;
  margin: 0 25px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
/* line 145, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours .profile-data a.active {
  color: #009cc8;
  font-weight: 900;
}
/* line 150, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours .profile-data.btn-group {
  width: 100px;
  padding: 0;
  margin: 0 auto 15px auto;
}
/* line 154, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours .profile-data.btn-group .dropdown-menu {
  left: auto;
  right: 5px;
}
/* line 160, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours .tour-categories .category-icon-container {
  margin-top: 15px;
}
/* line 163, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page {
  padding-top: 0;
}
/* line 165, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page .header-tour {
  text-align: center;
}
/* line 167, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page .header-tour img, #content-viewtours.tour-page .header-tour .recommend-tour .recommendend-for .recommendend-for-more, #content-viewtours.tour-page .recommend-tour .recommendend-for .header-tour .recommendend-for-more {
  width: 280px;
  height: 280px;
  margin-top: -140px;
  border-radius: 99em;
  -moz-border-radius: 99em;
  -webkit-border-radius: 99em;
}
/* line 175, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page .header-tour .btn-secundary {
  float: left;
  margin-top: 40px;
}
/* line 179, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page .header-tour .tour-label {
  float: right;
  margin-top: 40px;
  margin-right: -15px;
}
/* line 184, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page .header-tour h4 {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
/* line 191, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page .header-tour h1 {
  font-size: 62px;
  line-height: 64px;
  font-weight: 900;
  text-transform: uppercase;
}
/* line 198, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page .tour-context-menu {
  overflow: hidden;
  background: white;
  margin: 15px 15px 30px 0;
  border: 1px solid #dedede;
  border-bottom-width: 2px;
  border-left-color: #e5e5e5;
  border-right-color: #e5e5e5;
}
/* line 206, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page .tour-context-menu span {
  vertical-align: 50%;
}
/* line 208, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page .tour-context-menu span.tour-page-details {
  float: left;
  padding: 14px;
}
/* line 212, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page .tour-context-menu span.tour-page-share, #content-viewtours.tour-page .tour-context-menu span.tour-page-sync, #content-viewtours.tour-page .tour-context-menu span.tour-page-like {
  float: right;
  padding: 0 12px;
  border-left: 1px solid #e5e5e5;
}
/* line 217, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page .tour-context-menu span.text-share {
  padding-right: 8px;
}
/* line 220, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page .tour-context-menu span a {
  display: inline-block;
  color: #444444;
}
/* line 223, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page .tour-context-menu span a:hover, #content-viewtours.tour-page .tour-context-menu span a:active, #content-viewtours.tour-page .tour-context-menu span a:focus {
  text-decoration: none;
  color: #00beff;
  background-color: #fff;
}
/* line 229, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page .tour-context-menu span i {
  font-size: 32px;
  line-height: 50px;
}
/* line 232, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page .tour-context-menu span i.icon-medium-pinterest {
  color: #bb0000;
}
/* line 235, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page .tour-context-menu span i.icon-medium-facebook {
  color: #3b5998;
}
/* line 238, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page .tour-context-menu span i.icon-medium-twitter {
  color: #00aced;
}
/* line 245, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page #artworks-list .tour-intro {
  padding: 0 15px;
}
/* line 247, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page #artworks-list .tour-intro > div {
  margin-bottom: 30px;
}
/* line 250, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page #artworks-list .tour-intro p {
  font-size: 17px;
  font-weight: 300;
}
/* line 255, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page #artworks-list .room-line {
  padding-left: 0;
}
/* line 257, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page #artworks-list .room-line i {
  float: left;
  font-size: 28px;
  color: #dedede;
}
/* line 262, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page #artworks-list .room-line h3 {
  color: #009cc8;
  font-size: 24px;
  font-weight: 900;
  float: left;
  margin: 0 15px;
}
/* line 269, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page #artworks-list .room-line .room-category {
  float: left;
  font-size: 17px;
  line-height: 26px;
  font-weight: 300;
}
/* line 275, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page #artworks-list .room-line .btn-secundary {
  float: right;
  margin-top: -7.5px;
}
/* line 280, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page #artworks-list .inner-img {
  float: left;
  margin: 15px;
}
/* line 284, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page #artworks-list .inner-text {
  overflow: hidden;
}
/* line 286, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page #artworks-list .inner-text .col-sm-4 {
  padding: 0;
}
/* line 292, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page #artworks-list .inner-text img, #content-viewtours.tour-page #artworks-list .inner-text .recommend-tour .recommendend-for .recommendend-for-more, #content-viewtours.tour-page .recommend-tour .recommendend-for #artworks-list .inner-text .recommendend-for-more {
  float: left;
  clear: left;
  margin: 0 15px 15px 0;
}
/* line 299, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page #artworks-list .inner-text h2 {
  float: left;
  width: auto;
}
/* line 303, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page #artworks-list .inner-text .artwork-author {
  float: left;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 15px;
  clear: both;
}
/* line 310, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page #artworks-list .inner-text p {
  float: left;
  clear: left;
}
/* line 316, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page #artworks-list .not-on-display {
  text-align: center;
  color: #a94442;
  padding: 0 0 5px 0;
  border-bottom: 6px solid #a94442;
}
/* line 324, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page article > .col-xs-12 {
  border-left: 4px solid #dedede;
  padding-left: 10px;
  padding-top: 15px;
  margin-left: 11px;
}
/* line 329, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page article > .col-xs-12.last-artwork {
  border: none;
}
/* line 333, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page article .inner {
  margin-bottom: 27px;
}
/* line 341, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page .recommend-tour .recommendend-for {
  padding-left: 15px;
  float: left;
}
/* line 344, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page .recommend-tour .recommendend-for img, #content-viewtours.tour-page .recommend-tour .recommendend-for .recommendend-for-more {
  margin-right: 7.5px;
  width: 36px;
  height: 36px;
  float: left;
  -moz-border-radius: 99em;
  -webkit-border-radius: 99em;
  border-radius: 99em;
}
/* line 353, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page .recommend-tour .recommendend-for .recommendend-for-more {
  line-height: 36px;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  background-color: #009cc8;
  color: white;
}
/* line 362, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page .recommend-tour .recommendend-for .recommend-this-tour {
  margin: 7.5px 0 15px 0;
  float: left;
  font-weight: 300;
}
/* line 368, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page .recommend-tour .btn-secundary {
  float: right;
}
/* line 370, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page .recommend-tour .btn-secundary i {
  font-size: 24px;
  line-height: 18px;
  vertical-align: text-bottom;
}
/* line 378, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page .tour-context-menu.mobile-tour-sync {
  overflow: hidden;
  background: white;
  margin: 15px 15px 30px 0;
  border: 1px solid #dedede;
  border-bottom-width: 2px;
  border-left-color: #e5e5e5;
  border-right-color: #e5e5e5;
  margin-bottom: 15px;
}
/* line 387, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page .tour-context-menu.mobile-tour-sync span {
  border: none;
  padding: 0;
  line-height: 50px;
}
/* line 392, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page .tour-context-menu.mobile-tour-sync .sync-now {
  text-transform: uppercase;
  font-weight: 300;
  float: right;
  line-height: 50px;
  color: #444444;
}
/* line 398, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page .tour-context-menu.mobile-tour-sync .sync-now i {
  vertical-align: middle;
  font-size: 26px;
}
/* line 402, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page .tour-context-menu.mobile-tour-sync .sync-now:hover, #content-viewtours.tour-page .tour-context-menu.mobile-tour-sync .sync-now:active, #content-viewtours.tour-page .tour-context-menu.mobile-tour-sync .sync-now:focus {
  text-decoration: none;
  color: #00beff;
}
/* line 409, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page .tour-categories .category-text {
  margin: 0 0 10px 0;
}
/* line 412, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page .back-to-tours {
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #444444;
  float: left;
}
/* line 417, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page .back-to-tours:hover, #content-viewtours.tour-page .back-to-tours:active, #content-viewtours.tour-page .back-to-tours:focus {
  text-decoration: none;
  color: #00beff;
}
/* line 422, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page .tour-creation-date {
  float: right;
  font-weight: 300;
  margin-bottom: 30px;
  float: right;
}
/* line 427, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#content-viewtours.tour-page .tour-creation-date span {
  font-weight: 500;
}

/* line 434, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
.context-menu {
  padding: 0 0 15px;
}
/* line 436, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
.context-menu .museums-number {
  float: left;
  line-height: 32px;
  margin-right: 15px;
}
/* line 441, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
.context-menu .btn-group {
  float: left;
}
/* line 444, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
.context-menu .btn-group button .caret {
  margin-left: 36px;
}
/* line 449, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
.context-menu .context-second-filter {
  float: right;
  text-transform: uppercase;
  color: #aaaaaa;
  font-size: 12px;
  line-height: 32px;
  letter-spacing: 0.5px;
}
/* line 456, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
.context-menu .context-second-filter a {
  color: #444444;
}
/* line 459, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
.context-menu .context-second-filter a.active {
  color: #009cc8;
}

/* line 465, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
.row.articles-list .inner {
  overflow: hidden;
  background: white;
  margin-bottom: 30px;
  border: 1px solid #dedede;
  border-bottom-width: 2px;
  border-left-color: #e5e5e5;
  border-right-color: #e5e5e5;
}
/* line 473, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
.row.articles-list .inner .inner-text {
  padding: 15px;
  min-height: 122px;
}
/* line 477, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
.row.articles-list .inner .museum-category, .row.articles-list .inner .category-text {
  width: 100%;
  float: left;
  margin: 0 2.5px;
  font-size: 12px;
  color: #444444;
  font-weight: 300;
  letter-spacing: 0.4px;
}
/* line 486, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
.row.articles-list .inner .second-label {
  margin-left: 7.5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
}
/* line 492, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
.row.articles-list .inner .museum-category {
  text-transform: uppercase;
}
/* line 495, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
.row.articles-list .inner .category-text {
  font-size: 15px;
  margin: 0px 0 10px 0;
}
/* line 499, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
.row.articles-list .inner h2 {
  width: 100%;
  float: left;
  margin: 0 0 5px 0;
}
/* line 503, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
.row.articles-list .inner h2 a {
  color: #444444;
}
/* line 505, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
.row.articles-list .inner h2 a:hover, .row.articles-list .inner h2 a:active, .row.articles-list .inner h2 a:focus {
  color: #009cc8;
  text-decoration: none;
}
/* line 511, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
.row.articles-list .inner .tour-numbers {
  margin-bottom: 7.5px;
  font-weight: 500;
  position: absolute;
  bottom: 37px;
  left: 32px;
}
/* line 517, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
.row.articles-list .inner .tour-numbers a {
  color: #444444;
}

/* line 526, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#tour-list .inner-text {
  float: left;
  width: 70%;
}
/* line 529, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#tour-list .inner-text .label {
  float: left;
  margin-left: -15px;
  margin-bottom: 15px;
}
/* line 534, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#tour-list .inner-text p {
  float: left;
  font-weight: 300;
  width: 100%;
}
/* line 539, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#tour-list .inner-text .tour-details {
  float: left;
  clear: left;
}
/* line 545, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#tour-list .inner-img {
  float: right;
  margin: 15px;
  margin-bottom: 5px;
}
/* line 549, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#tour-list .inner-img .likeshare {
  margin-top: 10px;
}
/* line 551, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#tour-list .inner-img .likeshare a {
  color: #444444;
}
/* line 553, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#tour-list .inner-img .likeshare a:hover, #tour-list .inner-img .likeshare a:focus, #tour-list .inner-img .likeshare a:active {
  text-decoration: none;
  color: #009cc8;
}
/* line 558, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#tour-list .inner-img .likeshare i {
  font-size: 26px;
  margin: 0 1.5px;
}
/* line 562, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#tour-list .inner-img .likeshare .left {
  float: left;
}
/* line 564, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#tour-list .inner-img .likeshare .left .likenumber {
  font-size: 18px;
  font-weight: 300;
  vertical-align: top;
}
/* line 570, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#tour-list .inner-img .likeshare .right {
  float: right;
}
/* line 575, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#tour-list .tour-list-curator {
  float: left;
  width: 100%;
  margin-top: 15px;
}
/* line 579, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#tour-list .tour-list-curator a {
  color: #444444;
}
/* line 585, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#tour-list .tour-list-curator img, #tour-list .tour-list-curator #content-viewtours.tour-page .recommend-tour .recommendend-for .recommendend-for-more, #content-viewtours.tour-page .recommend-tour .recommendend-for #tour-list .tour-list-curator .recommendend-for-more {
  width: 36px;
  height: 36px;
  border-radius: 99em;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
}
/* line 592, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#tour-list .tour-list-curator .curator-name {
  margin-left: 7.5px;
}
/* line 595, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#tour-list .tour-list-curator .minilabel {
  margin-left: 7.5px;
}
/* line 598, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#tour-list.tour-categories-list .museo {
  text-transform: uppercase;
  font-weight: 300;
}

/****** SELECTED TOURS ******/
/* line 608, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#selected-box {
  background-color: #eee;
  margin: -15px 0 15px -15px;
  min-height: 350px;
}
/* line 612, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#selected-box #selected-header {
  padding: 10px 0;
}
/* line 615, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#selected-box .box-title {
  font-size: 18px;
  font-weight: 100;
  line-height: 32px;
  padding-right: 10px;
}
/* line 621, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#selected-box #slider-controls {
  float: right!important;
  margin-right: 15px;
}
/* line 624, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#selected-box #slider-controls .btn, #selected-box #slider-controls #content-static .cognito #c-submit-button, #content-static .cognito #selected-box #slider-controls #c-submit-button {
  color: #555;
  padding: 0 7px;
  line-height: 43px;
}
/* line 628, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#selected-box #slider-controls .btn i, #selected-box #slider-controls #content-static .cognito #c-submit-button i, #content-static .cognito #selected-box #slider-controls #c-submit-button i {
  font-size: 18px;
}
/* line 631, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#selected-box #slider-controls .btn .icon-medium-next, #selected-box #slider-controls #content-static .cognito #c-submit-button .icon-medium-next, #content-static .cognito #selected-box #slider-controls #c-submit-button .icon-medium-next {
  padding-left: 4px;
}
/* line 634, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#selected-box #slider-controls .btn .icon-medium-previous, #selected-box #slider-controls #content-static .cognito #c-submit-button .icon-medium-previous, #content-static .cognito #selected-box #slider-controls #c-submit-button .icon-medium-previous {
  padding: 0 3px 0 1px;
}
/* line 637, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#selected-box #slider-controls .btn:hover, #selected-box #slider-controls #content-static .cognito #c-submit-button:hover, #content-static .cognito #selected-box #slider-controls #c-submit-button:hover, #selected-box #slider-controls .btn:active, #selected-box #slider-controls #content-static .cognito #c-submit-button:active, #content-static .cognito #selected-box #slider-controls #c-submit-button:active, #selected-box #slider-controls .btn:focus, #selected-box #slider-controls #content-static .cognito #c-submit-button:focus, #content-static .cognito #selected-box #slider-controls #c-submit-button:focus {
  cursor: pointer;
  color: #00beff;
  border-color: #00beff;
}
/* line 644, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#selected-box .inner {
  margin-bottom: 20px;
}
/* line 647, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#selected-box .inner-text {
  min-height: 144px;
  padding: 10px 12px;
}
/* line 651, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#selected-box .label {
  position: absolute;
  left: 0;
  top: 15px;
  margin-left: 1px;
}
/* line 657, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#selected-box h3 {
  font-weight: 900;
  font-size: 19px;
  margin-top: 7.5px;
}
/* line 661, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#selected-box h3 a {
  color: #444444;
}
/* line 663, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#selected-box h3 a:hover {
  color: #009cc8;
  text-decoration: none;
}
/* line 669, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#selected-box .swiper-button-prev, #selected-box .swiper-button-next {
  background-image: #009cc8;
}
/* line 672, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#selected-box .other-control {
  display: none;
}

/* line 677, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
.zoom-btn {
  position: absolute;
  float: left;
  bottom: 15px;
  left: 15px;
  background-color: #009cc8;
  padding: 2px 3px;
}
/* line 683, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
.zoom-btn i {
  font-size: 36px;
  color: white;
}

/* line 691, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#layer-fullscreen {
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 2000;
  background: rgba(233, 233, 233, 0.95);
}
/* line 700, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#layer-fullscreen #body {
  z-index: 2005;
  width: 100%;
}
/* line 703, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#layer-fullscreen #body img, #layer-fullscreen #body #content-viewtours.tour-page .recommend-tour .recommendend-for .recommendend-for-more, #content-viewtours.tour-page .recommend-tour .recommendend-for #layer-fullscreen #body .recommendend-for-more {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  padding-bottom: 60px;
}
/* line 711, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#layer-fullscreen #body img:hover, #layer-fullscreen #body #content-viewtours.tour-page .recommend-tour .recommendend-for .recommendend-for-more:hover, #content-viewtours.tour-page .recommend-tour .recommendend-for #layer-fullscreen #body .recommendend-for-more:hover {
  cursor: zoom-out;
}
/* line 716, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#layer-fullscreen #footer {
  position: fixed;
  z-index: 2010;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  padding: 10px;
  border-left: 7px solid #009cc8;
}
/* line 725, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#layer-fullscreen #footer .title {
  font-size: 18px;
  font-weight: 700;
}
/* line 728, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#layer-fullscreen #footer .author {
  font-size: 13px;
  font-weight: 100;
}
/* line 731, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#layer-fullscreen #footer #close-full {
  padding: 3px 5px;
}
/* line 733, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#layer-fullscreen #footer #close-full i {
  font-size: 28px;
}

@media only screen and (max-width: 992px) {
  /* line 743, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  .border-viewtours {
    padding-bottom: 15px;
    border-bottom: 1px solid #dedede;
    overflow: hidden;
  }

  /* line 749, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  #selected-box {
    margin: 10px 15px 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 756, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  #content-viewtours {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 760, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  #content-viewtours.tour-page .tour-context-menu {
    margin-right: 0;
  }
  /* line 765, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  #content-viewtours.tour-page #artworks-list .inner-text h2 {
    width: 100% !important;
  }

  /* line 776, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  #content-viewtours > .row.header-viewtours {
    padding-top: 30px;
    background-color: #f1f1f1;
    text-align: center;
  }
  /* line 780, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  #content-viewtours > .row.header-viewtours h1 {
    padding-top: 12px;
  }
  /* line 783, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  #content-viewtours > .row.header-viewtours .breadcrumbs {
    display: none;
  }

  /* line 788, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  .museums-number {
    display: none;
  }

  /* line 791, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  .row.articles-list#tour-list .inner h2 {
    font-size: 24px;
  }

  /* line 794, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  #tour-list .inner-text {
    width: 65%;
  }

  /* line 799, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  #selected-box {
    margin: 0 0 20px 0;
    background-color: #f8f8f8!important;
    padding: 0;
  }
  /* line 803, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  #selected-box #slider-controls {
    margin-right: 0;
  }
  /* line 806, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  #selected-box .swiper-container {
    padding: 0;
  }
}
@media only screen and (max-width: 1000px) {
  /* line 814, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  .tour-page .tour-label {
    -moz-border-radius: 99em;
    -webkit-border-radius: 99em;
    border-radius: 99em;
  }
}
@media only screen and (max-width: 560px) {
  /* line 824, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  #tour-list .inner-text {
    width: 70%;
  }
  /* line 828, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  #tour-list .inner-img img, #tour-list .inner-img #content-viewtours.tour-page .recommend-tour .recommendend-for .recommendend-for-more, #content-viewtours.tour-page .recommend-tour .recommendend-for #tour-list .inner-img .recommendend-for-more {
    width: 110px;
    height: 110px;
  }
  /* line 832, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  #tour-list .tour-list-curator img, #tour-list .tour-list-curator #content-viewtours.tour-page .recommend-tour .recommendend-for .recommendend-for-more, #content-viewtours.tour-page .recommend-tour .recommendend-for #tour-list .tour-list-curator .recommendend-for-more {
    display: none;
  }

  /* line 837, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  .row.articles-list#tour-list .inner h2 {
    font-size: 20px;
  }

  /* line 842, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  .tour-page .header-tour img, #content-viewtours.tour-page .header-tour .recommend-tour .recommendend-for .recommendend-for-more, #content-viewtours.tour-page .recommend-tour .recommendend-for .header-tour .recommendend-for-more {
    display: none;
  }
  /* line 845, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  .tour-page .header-tour .btn-secundary {
    display: none;
  }
  /* line 848, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  .tour-page .header-tour h4 {
    margin-top: 15px !important;
  }
  /* line 851, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  .tour-page .header-tour .tour-label {
    margin-top: 30px !important;
    float: none !important;
    display: inline-block;
  }
  /* line 856, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  .tour-page .header-tour h1 {
    font-size: 40px !important;
    line-height: 43px !important;
  }
  /* line 862, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  .tour-page .room-line h3 {
    font-size: 18px !important;
  }
  /* line 865, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  .tour-page .room-line .room-category {
    font-size: 14px !important;
  }
  /* line 868, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  .tour-page .room-line .btn-secundary {
    padding: 0 8px !important;
  }

  /* line 882, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  #content-viewtours.tour-page #artworks-list .recommend-tour .recommended-for, #content-viewtours.tour-page #artworks-list .recommend-tour .btn-secundary {
    text-align: center;
    float: none;
  }
  /* line 888, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  #content-viewtours.tour-page #artworks-list .mobile-tour-sync {
    text-align: center;
  }
  /* line 890, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  #content-viewtours.tour-page #artworks-list .mobile-tour-sync span {
    display: none;
  }
  /* line 893, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  #content-viewtours.tour-page #artworks-list .mobile-tour-sync .sync-now {
    float: none;
  }
  /* line 897, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  #content-viewtours.tour-page #artworks-list .back-to-tours {
    float: left;
    width: 100%;
    text-align: center;
  }
  /* line 902, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  #content-viewtours.tour-page #artworks-list .tour-creation-date {
    float: left;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  /* line 912, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  .row.articles-list .col-xs-6 {
    width: 100%;
  }

  /* line 916, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  #tour-list .inner-text {
    width: 50%;
  }
  /* line 918, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  #tour-list .inner-text .second-label {
    display: block;
    clear: both;
    margin-left: 0;
  }

  /* line 933, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  #close-full {
    position: fixed;
    top: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 400px) {
  /* line 942, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  #selected-box .inner-text {
    min-height: 100px;
  }
  /* line 945, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  #selected-box #slider-controls {
    display: none;
  }
  /* line 948, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  #selected-box .inner {
    margin: 0 40px 20px 40px;
  }
  /* line 950, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  #selected-box .inner .label {
    left: 40px;
  }
  /* line 954, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  #selected-box .other-control {
    display: block;
  }
  /* line 957, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  #selected-box .swiper-button-next {
    right: 0;
  }
  /* line 960, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  #selected-box .swiper-button-prev {
    left: 0;
  }

  /* line 965, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  #tour-list .inner-text {
    padding: 10px 0 10px 10px;
  }
  /* line 968, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  #tour-list .inner-img {
    margin: 10px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  /* line 983, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  .row.articles-list .inner h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 560px) {
  /* line 990, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  .tour-page-details {
    width: 100%;
    text-align: center;
  }

  /* line 995, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  .tour-page-share {
    border: none !important;
    padding-bottom: 5px!important;
  }

  /* line 1000, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  .tour-page-like, .tour-page-sync {
    border: none !important;
    float: left!important;
  }

  /* line 1004, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  .text-share {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  /* line 1016, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  #sidebar-viewtours {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1022, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  .navbar-nav > li > .dropdown-menu {
    margin-top: 2px;
  }

  /* line 1026, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  #content-viewtours > .row.header-viewtours > div > div {
    float: right;
  }
  /* line 1028, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  #content-viewtours > .row.header-viewtours > div > div.col-sm-3 {
    text-align: right;
  }

  /* line 1032, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  .context-menu {
    padding-right: 15px;
  }

  /* line 1035, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  .row.articles-list {
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 1041, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  #container-viewtours {
    background: url(../images/bg/sidebar.png) right repeat-y;
  }

  /* line 1044, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  #content-viewtours {
    height: 100%;
  }
  /* line 1047, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  #content-viewtours .category-icon-container.main-icon {
    text-align: right;
  }
  /* line 1049, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  #content-viewtours .category-icon-container.main-icon a {
    float: right;
  }

  /* line 1054, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  .border-viewtours {
    margin-right: 30px;
  }

  /* line 1057, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
  #sidebar-viewtours {
    margin-left: -1px;
  }
}
/***** SIDEBAR VIEWTOURS**********/
/* line 1066, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#sidebar-viewtours {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  height: 100%;
}
/* line 1071, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#sidebar-viewtours p {
  margin-bottom: 5px;
}
/* line 1074, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#sidebar-viewtours h3 {
  margin-top: 0;
  padding-bottom: 7.5px;
  border-bottom: 1px solid #dedede;
}
/* line 1079, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#sidebar-viewtours .large-img {
  width: 140px;
  height: 140px;
}
/* line 1083, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#sidebar-viewtours .top-curator {
  margin-top: 20px;
  overflow: hidden;
}
/* line 1086, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#sidebar-viewtours .top-curator img, #sidebar-viewtours .top-curator #content-viewtours.tour-page .recommend-tour .recommendend-for .recommendend-for-more, #content-viewtours.tour-page .recommend-tour .recommendend-for #sidebar-viewtours .top-curator .recommendend-for-more {
  float: left;
  margin-right: 7.5px;
  width: 36px;
  height: 36px;
  border-radius: 99em;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
}
/* line 1095, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#sidebar-viewtours .top-curator.last {
  padding-bottom: 20px;
  margin-bottom: 7.5px;
  border-bottom: 1px solid #dedede;
}
/* line 1102, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#sidebar-viewtours .top-tour {
  margin-top: 20px;
  overflow: hidden;
}
/* line 1105, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#sidebar-viewtours .top-tour img, #sidebar-viewtours .top-tour #content-viewtours.tour-page .recommend-tour .recommendend-for .recommendend-for-more, #content-viewtours.tour-page .recommend-tour .recommendend-for #sidebar-viewtours .top-tour .recommendend-for-more {
  float: left;
  margin-right: 7.5px;
  width: 36px;
  height: auto;
}
/* line 1111, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#sidebar-viewtours .top-tour.last {
  padding-bottom: 20px;
  margin-bottom: 7.5px;
  border-bottom: 1px solid #dedede;
}
/* line 1117, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#sidebar-viewtours .curator-name {
  float: left;
  line-height: 15px;
  color: #444444;
}
/* line 1121, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#sidebar-viewtours .curator-name:hover {
  text-decoration: underline;
}
/* line 1125, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#sidebar-viewtours .curator-tours {
  float: left;
  line-height: 12px;
  color: #aaaaaa;
}
/* line 1130, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#sidebar-viewtours .banner {
  margin: 30px 0;
}
/* line 1133, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#sidebar-viewtours .tour-of-day {
  margin-bottom: 5px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dedede;
}
/* line 1137, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#sidebar-viewtours .tour-of-day .up-margin {
  margin-top: 10px;
}
/* line 1140, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#sidebar-viewtours .tour-of-day .down-margin {
  margin-bottom: 25px;
}
/* line 1143, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#sidebar-viewtours .tour-of-day .inner {
  text-align: center;
}
/* line 1145, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#sidebar-viewtours .tour-of-day .inner .daytour-img {
  width: 140px;
  height: 140px;
  margin: 20px auto;
  position: relative;
}
/* line 1150, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#sidebar-viewtours .tour-of-day .inner .daytour-img .label {
  position: absolute;
  left: -10px;
  bottom: 15px;
}
/* line 1156, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#sidebar-viewtours .tour-of-day .inner .daytour-museum a {
  color: #444444;
  text-transform: uppercase;
  font-weight: 300;
}
/* line 1161, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#sidebar-viewtours .tour-of-day .inner h2 {
  margin: 5px 0;
}
/* line 1163, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#sidebar-viewtours .tour-of-day .inner h2 a {
  color: #444444;
}
/* line 1165, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#sidebar-viewtours .tour-of-day .inner h2 a:hover, #sidebar-viewtours .tour-of-day .inner h2 a:active, #sidebar-viewtours .tour-of-day .inner h2 a:focus {
  text-decoration: none;
  color: #009cc8;
}
/* line 1171, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#sidebar-viewtours .tour-of-day .inner .daytour-author {
  font-weight: 300;
}
/* line 1173, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#sidebar-viewtours .tour-of-day .inner .daytour-author a {
  font-weight: 500;
  color: #444444;
}
/* line 1178, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#sidebar-viewtours .tour-of-day .inner .daytour-details {
  font-size: 18px;
  line-height: 35px;
  font-weight: 300;
}

/* FOLLOWERS */
/* line 1191, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#followers .inner {
  padding: 24px 7.5px 15px 7.5px;
  text-align: center;
  position: relative;
  min-height: 320px;
}
/* line 1197, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#followers img, #followers #content-viewtours.tour-page .recommend-tour .recommendend-for .recommendend-for-more, #content-viewtours.tour-page .recommend-tour .recommendend-for #followers .recommendend-for-more {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  margin-bottom: 7.5px;
}
/* line 1204, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#followers span {
  display: block;
}
/* line 1207, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#followers .minilabel {
  position: absolute;
  right: 7.5px;
  top: 7.5px;
}
/* line 1212, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#followers .city {
  font-weight: 300;
}
/* line 1215, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#followers .tours {
  margin-bottom: 7.5px;
  margin-top: 7.5px;
}
/* line 1219, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
#followers .btn-primary i, #followers #content-static .cognito #c-submit-button i, #content-static .cognito #followers #c-submit-button i {
  font-size: 28px;
  vertical-align: middle;
}

/*   MODAL   */
/* line 1228, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
.modal-open #single-artwork {
  margin-top: 54px;
}
/* line 1230, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
.modal-open #single-artwork .artwork-border {
  box-shadow: 0 3px 8px #dedede;
}
/* line 1233, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
.modal-open #single-artwork .col-md-8.same {
  box-shadow: 0 3px 8px #dedede;
}

/*   MUSEUM INFO    */
/* line 1241, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
.header-museuminfo {
  text-align: center;
}
/* line 1243, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
.header-museuminfo img, .header-museuminfo #content-viewtours.tour-page .recommend-tour .recommendend-for .recommendend-for-more, #content-viewtours.tour-page .recommend-tour .recommendend-for .header-museuminfo .recommendend-for-more {
  width: 140px;
  height: 140px;
  margin: 24px auto 0 auto;
  display: block;
  border-radius: 99em;
  -moz-border-radius: 99em;
  -webkit-border-radius: 99em;
}
/* line 1252, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
.header-museuminfo .btn-secundary {
  float: left;
  margin-top: -124px;
}
/* line 1256, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
.header-museuminfo h4 {
  margin: 30px 0 -10px 0;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
/* line 1263, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
.header-museuminfo h1 {
  font-size: 54px;
  line-height: 54px;
  font-weight: 900;
}

/* line 1271, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
.text-page .intro-text {
  margin-top: 20px;
  font-size: 17px;
  font-weight: 300;
}
/* line 1275, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
.text-page .intro-text p {
  margin: 10px 0;
}
/* line 1279, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
.text-page .feature-text {
  margin: 30px 5px 30px 0;
}
/* line 1281, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
.text-page .feature-text h3 {
  font-size: 21px;
  font-weight: 200;
}
/* line 1285, /Users/Felipe/htdocs/uvfront/css/scss/_viewtours.scss */
.text-page .feature-text.last {
  margin-bottom: 60px;
}

/*****************
*****ARTWORK********
*****************/
/* line 5, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork {
  padding-bottom: 30px;
}
/* line 7, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .extra-comment-img {
  padding-right: 10px;
}
/* line 10, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .extra-comment-cred {
  font-size: 14px;
  clear: both;
  padding: 10px 0 0 15px;
}
/* line 15, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .artwork-border {
  height: 8px;
}
/* line 17, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .artwork-border.family {
  background-color: #6bc792;
}
/* line 20, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .artwork-border.personal {
  background-color: #ff4872;
}
/* line 23, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .artwork-border.indepth {
  background-color: #4cc8e0;
}
/* line 26, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .artwork-border.accessible {
  background-color: #9a5dd1;
}
/* line 29, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .artwork-border.highlight {
  background-color: #ffa742;
}
/* line 33, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .artwork-arrow {
  position: fixed;
  height: 70px;
  z-index: 999;
}
/* line 37, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .artwork-arrow.arrow-left {
  left: 0px;
  top: 40%;
  float: left;
  border-radius: 0 99em 99em 0;
  padding-left: 5px;
}
/* line 44, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .artwork-arrow.arrow-right {
  right: 0px;
  top: 40%;
  float: right;
  border-radius: 99em 0 0 99em;
  padding-right: 5px;
}
/* line 51, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .artwork-arrow i {
  font-size: 40px;
  line-height: 70px;
}
/* line 56, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .col-md-8.same {
  background: white;
  box-shadow: 0 3px 8px #dedede;
  overflow: hidden;
  /*********/
  /*********/
  /*********/
  /*********/
  /*********/
}
/* line 62, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .col-md-8.same #artwork-header h1 {
  font-size: 24px;
  font-weight: 900;
  margin-right: 45px;
}
/* line 67, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .col-md-8.same #artwork-header h2 {
  font-size: 17px;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 20px;
  margin-right: 45px;
}
/* line 74, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .col-md-8.same #artwork-header .art-close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
/* line 79, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .col-md-8.same #artwork-header .art-close a {
  padding-top: 3px;
  padding-right: 5px;
  padding-left: 5px;
}
/* line 83, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .col-md-8.same #artwork-header .art-close a i {
  font-size: 28px;
}
/* line 90, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .col-md-8.same #artwork-image-container {
  position: relative;
  background: #e1e1e1;
  text-align: center;
}
/* line 94, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .col-md-8.same #artwork-image-container img, #single-artwork .col-md-8.same #artwork-image-container #content-viewtours.tour-page .recommend-tour .recommendend-for .recommendend-for-more, #content-viewtours.tour-page .recommend-tour .recommendend-for #single-artwork .col-md-8.same #artwork-image-container .recommendend-for-more {
  margin: 0 auto;
}
/* line 97, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .col-md-8.same #artwork-image-container .image-links {
  position: absolute;
  width: 46px;
  top: 15px;
  right: 0;
  border-bottom: none;
}
/* line 103, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .col-md-8.same #artwork-image-container .image-links li {
  width: 46px;
}
/* line 106, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .col-md-8.same #artwork-image-container .image-links .active a {
  background: #009cc8;
  color: white;
}
/* line 110, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .col-md-8.same #artwork-image-container .image-links a {
  float: right;
  margin-bottom: 7.5px;
  margin-right: -2px;
  padding-right: 5px;
  padding-left: 10px;
  padding-top: 4px;
  color: #444444;
  border: none;
  border-radius: 99em 0 0 99em;
  -moz-border-radius: 99em 0 0 99em;
  -webkit-border-radius: 99em 0 0 99em;
  z-index: 999;
}
/* line 123, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .col-md-8.same #artwork-image-container .image-links a i {
  font-size: 32px;
}
/* line 129, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .col-md-8.same #artwork-image-container #art-image img, #single-artwork .col-md-8.same #artwork-image-container #art-image #content-viewtours.tour-page .recommend-tour .recommendend-for .recommendend-for-more, #content-viewtours.tour-page .recommend-tour .recommendend-for #single-artwork .col-md-8.same #artwork-image-container #art-image .recommendend-for-more, #single-artwork .col-md-8.same #artwork-image-container #art-map img, #single-artwork .col-md-8.same #artwork-image-container #art-map #content-viewtours.tour-page .recommend-tour .recommendend-for .recommendend-for-more, #content-viewtours.tour-page .recommend-tour .recommendend-for #single-artwork .col-md-8.same #artwork-image-container #art-map .recommendend-for-more {
  max-height: 350px;
  min-height: 160px;
}
/* line 134, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .col-md-8.same #artwork-image-container #art-video {
  overflow: hidden;
  margin: 0 auto;
}
/* line 139, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .col-md-8.same .artwork-not-on-display {
  color: white;
  background-color: #a94442;
}
/* line 144, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .col-md-8.same .artwork-intro {
  padding-top: 10px;
  padding-bottom: 20px;
}
/* line 147, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .col-md-8.same .artwork-intro .author {
  width: 100%;
  float: left;
  margin: 15px 0;
}
/* line 151, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .col-md-8.same .artwork-intro .author img, #single-artwork .col-md-8.same .artwork-intro .author #content-viewtours.tour-page .recommend-tour .recommendend-for .recommendend-for-more, #content-viewtours.tour-page .recommend-tour .recommendend-for #single-artwork .col-md-8.same .artwork-intro .author .recommendend-for-more {
  width: 36px;
  height: 36px;
  margin-right: 7.5px;
  border-radius: 99em;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
}
/* line 160, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .col-md-8.same .artwork-intro p {
  font-size: 17px;
  font-weight: 300;
}
/* line 166, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .col-md-8.same .museum-description {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f1f1f1;
}
/* line 170, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .col-md-8.same .museum-description h4 {
  margin-top: 0;
  font-size: 15px;
  font-weight: 300;
}
/* line 175, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .col-md-8.same .museum-description p {
  font-size: 15px;
}
/* line 179, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .col-md-8.same .museum-description .museum-description-aside h4 {
  margin-top: 20px;
  margin-bottom: 0;
}
/* line 182, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .col-md-8.same .museum-description .museum-description-aside h4:first-child {
  margin-top: 0;
}
/* line 186, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .col-md-8.same .museum-description .museum-description-aside h3 {
  font-size: 24px;
  font-weight: 900;
  margin: 5px 0;
}
/* line 191, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .col-md-8.same .museum-description .museum-description-aside .room-type {
  display: block;
}
/* line 197, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .col-md-8.same .context-menu {
  padding: 0;
}
/* line 199, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .col-md-8.same .context-menu img, #single-artwork .col-md-8.same .context-menu #content-viewtours.tour-page .recommend-tour .recommendend-for .recommendend-for-more, #content-viewtours.tour-page .recommend-tour .recommendend-for #single-artwork .col-md-8.same .context-menu .recommendend-for-more {
  margin-right: 7.5px;
}
/* line 202, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .col-md-8.same .context-menu span, #single-artwork .col-md-8.same .context-menu a {
  line-height: 53px;
  float: right;
  padding: 0 15px;
  border-left: 1px solid #dedede;
  color: #444444;
}
/* line 210, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .col-md-8.same .context-menu a:hover, #single-artwork .col-md-8.same .context-menu a:active, #single-artwork .col-md-8.same .context-menu a:focus {
  background: #f8f8f8;
  color: #009cc8;
  text-decoration: none;
}
/* line 215, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .col-md-8.same .context-menu span.tour-mini {
  float: left;
  border: none;
}
/* line 218, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .col-md-8.same .context-menu span.tour-mini img, #single-artwork .col-md-8.same .context-menu span.tour-mini #content-viewtours.tour-page .recommend-tour .recommendend-for .recommendend-for-more, #content-viewtours.tour-page .recommend-tour .recommendend-for #single-artwork .col-md-8.same .context-menu span.tour-mini .recommendend-for-more {
  width: 36px;
  border-radius: 99em;
  -moz-border-radius: 99em;
  -webkit-border-radius: 99em;
}
/* line 225, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .col-md-8.same .context-menu span.tour-pagination {
  float: none;
  border: none;
  padding: 5px;
}
/* line 230, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork .col-md-8.same .context-menu div:first-child {
  overflow: hidden;
  width: 80%;
}

@media only screen and (max-width: 991px) {
  /* line 241, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
  #single-artwork .museum-description-aside {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 560px) {
  /* line 252, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
  #single-artwork .col-md-8.same .context-menu span.tour-pagination {
    float: right;
  }
  /* line 258, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
  #single-artwork .context-menu .prev-next {
    float: left;
    width: 100%;
    border-top: 1px solid #dedede;
  }
  /* line 262, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
  #single-artwork .context-menu .prev-next a {
    width: 50%;
    text-align: center;
  }
  /* line 265, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
  #single-artwork .context-menu .prev-next a.previous {
    border: none;
  }
}
@media only screen and (min-width: 768px) {
  /* line 278, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
  #single-artwork .artwork-intro, #single-artwork .museum-description {
    padding-left: 10px;
  }
}
/*****************
*****COMMENT DETAILS*******
*****************/
/* line 289, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork.details .col-md-8.same.family {
  border-top: none;
}
/* line 292, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork.details #artwork-header {
  overflow: hidden;
}
/* line 294, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork.details #artwork-header img, #single-artwork.details #artwork-header #content-viewtours.tour-page .recommend-tour .recommendend-for .recommendend-for-more, #content-viewtours.tour-page .recommend-tour .recommendend-for #single-artwork.details #artwork-header .recommendend-for-more {
  float: left;
  margin: 15px 15px 15px 0;
}
/* line 298, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork.details #artwork-header .your-comment {
  float: left;
  width: 100%;
}
/* line 301, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork.details #artwork-header .your-comment > span {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  font-weight: 300;
}
/* line 307, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork.details #artwork-header .your-comment .btn, #single-artwork.details #artwork-header .your-comment #content-static .cognito #c-submit-button, #content-static .cognito #single-artwork.details #artwork-header .your-comment #c-submit-button {
  margin: 15px 0 30px 0;
}
/* line 312, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
#single-artwork.details .close-button {
  width: 38px;
  margin: 15px auto;
}

@media only screen and (max-width: 767px) {
  /* line 321, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
  #single-artwork.details #artwork-header img, #single-artwork.details #artwork-header #content-viewtours.tour-page .recommend-tour .recommendend-for .recommendend-for-more, #content-viewtours.tour-page .recommend-tour .recommendend-for #single-artwork.details #artwork-header .recommendend-for-more {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 331, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
  #single-artwork.details .col-md-8.same #artwork-header h1, #single-artwork.details h2 {
    margin-right: 0;
  }
  /* line 335, /Users/Felipe/htdocs/uvfront/css/scss/_artwork.scss */
  #single-artwork.details #artwork-header img, #single-artwork.details #artwork-header #content-viewtours.tour-page .recommend-tour .recommendend-for .recommendend-for-more, #content-viewtours.tour-page .recommend-tour .recommendend-for #single-artwork.details #artwork-header .recommendend-for-more {
    width: 140px;
    height: 140px;
    float: none;
    margin: 15px auto;
  }
}
/*************
*******+CREATE TOURS****
*************/
/* line 5, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
.create-tour .create-tour-submenu {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f1f1f1;
  margin-bottom: 20px;
}
/* line 12, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
.create-tour .items-number {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* line 20, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#search-tags {
  margin-bottom: -18px;
}
/* line 22, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#search-tags .tag {
  background-color: #009cc8;
  color: white;
  float: left;
  padding: 2px 3px;
  margin-right: 5px;
  font-weight: 300;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
/* line 32, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#search-tags .tag a {
  color: white;
}
/* line 35, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#search-tags .tag a:hover, #search-tags .tag a:active, #search-tags .tag a:focus {
  text-decoration: none;
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}
/* line 41, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#search-tags .tag a i {
  font-weight: 900;
  vertical-align: text-bottom;
}

/* line 50, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-aside .refine {
  float: left;
  width: 100%;
  padding-left: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
/* line 57, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-aside .inner {
  overflow: hidden;
  background-color: #f1f1f1;
  padding: 15px;
}
/* line 61, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-aside .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 65, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-aside .inner ul li {
  margin-bottom: 7.5px;
  clear: both;
}
/* line 68, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-aside .inner ul li:last-child {
  margin-bottom: 0;
}
/* line 71, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-aside .inner ul li.open > a {
  font-weight: 900;
}
/* line 75, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-aside .inner ul a {
  color: #444444;
  display: block;
  cursor: pointer;
}
/* line 79, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-aside .inner ul a.active {
  font-weight: 900;
  color: #009cc8;
}
/* line 87, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-aside .inner ul li a:hover, #create-tour-aside .inner ul li a:focus, #create-tour-aside .inner ul li a:active {
  text-decoration: none;
  color: #009cc8;
}
/* line 91, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-aside .inner ul li a.dropdown-toggle .caret {
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  margin-left: 2.5px;
}
/* line 98, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-aside .inner ul li.open a.dropdown-toggle .caret {
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
/* line 104, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-aside .inner .dropdown-menu {
  position: relative;
  background: transparent;
  border: none;
  margin-top: 15px;
  margin-bottom: 15px;
}
/* line 110, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-aside .inner .dropdown-menu > li {
  padding-left: 10px;
}
/* line 112, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-aside .inner .dropdown-menu > li .caret {
  margin-left: -12px;
  margin-right: 4px;
}
/* line 116, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-aside .inner .dropdown-menu > li a {
  margin-left: -16px;
  color: #009cc8;
}
/* line 120, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-aside .inner .dropdown-menu > li:hover, #create-tour-aside .inner .dropdown-menu > li:focus {
  color: #009cc8;
  cursor: pointer;
}

/* line 130, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
.row.articles-list.create-tour-museums {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
}
/* line 135, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
.row.articles-list.create-tour-museums .col-lg-4 {
  padding-right: 10px;
  padding-left: 10px;
}
/* line 139, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
.row.articles-list.create-tour-museums h2 {
  font-size: 18px;
}
/* line 142, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
.row.articles-list.create-tour-museums .inner-text {
  min-height: 90px;
}
/* line 145, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
.row.articles-list.create-tour-museums .inner {
  min-height: 200px;
  margin-bottom: 20px;
}
/* line 149, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
.row.articles-list.create-tour-museums .artwork-author {
  font-weight: 300;
  font-size: 15px;
}

/* line 158, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-add .create-tour-submenu .search-box .btn, #create-tour-add .create-tour-submenu .search-box #content-static .cognito #c-submit-button, #content-static .cognito #create-tour-add .create-tour-submenu .search-box #c-submit-button {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 164, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-add .create-tour-submenu .search-box .btn i, #create-tour-add .create-tour-submenu .search-box #content-static .cognito #c-submit-button i, #content-static .cognito #create-tour-add .create-tour-submenu .search-box #c-submit-button i {
  font-size: 28px;
  line-height: 37px;
}
/* line 169, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-add .create-tour-submenu .search-box input.form-control {
  height: 38px;
  border-left: none;
}
/* line 175, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-add .top-button {
  float: right;
  margin-right: 15px;
}
/* line 178, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-add .top-button a {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 185, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#museum-suggestion {
  margin-top: 20px;
  margin-bottom: 60px;
}
/* line 188, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#museum-suggestion p {
  line-height: 36px;
}

/* line 193, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#show-artworks-switch {
  float: right;
  margin-top: 5px;
}
/* line 196, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#show-artworks-switch .inner-text {
  float: left;
  text-align: right;
  font-size: 11px;
  margin-right: 7.5px;
}

/* line 204, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
.walkthrough {
  position: fixed;
  z-index: 2000;
  top: 0px;
  padding-top: 132px;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  text-align: center;
}
/* line 215, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
.walkthrough .container {
  height: 100%;
  padding-bottom: 74px;
}
/* line 219, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
.walkthrough #instructions {
  padding: 0;
  height: 100%;
  background-color: #575757;
}
/* line 224, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
.walkthrough #instructions #arrow-one {
  float: left;
  margin: -5px 0 0 -35px;
}
/* line 228, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
.walkthrough #instructions #tips {
  float: left;
  display: table;
  margin-top: 10%;
  height: 94%;
}
/* line 233, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
.walkthrough #instructions #tips .tip {
  display: table-row;
}
/* line 235, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
.walkthrough #instructions #tips .tip button {
  margin: 16px 20px 0 0;
  width: 136px;
}
/* line 241, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
.walkthrough #instructions #arrow-two {
  position: fixed;
  bottom: 65px;
  right: 23%;
}

/* line 251, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
.loading {
  position: fixed;
  display: none;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(241, 241, 241, 0.8) url("../images/ajax-loader.gif") 49% 35% no-repeat;
  text-align: center;
}

/* line 262, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
.loading h3 {
  position: absolute;
  top: 60%;
  width: 100%;
  font-size: 1.2em;
  font-weight: 700;
  color: #009cc8;
}

@media only screen and (min-width: 1200px) {
  /* line 273, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
  .row.articles-list.create-tour-museums.tour-museums-list .col-lg-4 .inner {
    height: 250px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 280, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
  #create-tour-aside {
    padding-right: 5px;
  }

  /* line 283, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
  .row.articles-list.create-tour-museums {
    padding-right: 0;
  }
  /* line 285, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
  .row.articles-list.create-tour-museums .col-lg-4 {
    padding-right: 10px;
    padding-left: 10px;
  }

  /* line 291, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
  #create-tour-add .search-box {
    width: 68%;
    float: left;
    margin-left: 60px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 301, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
  #create-tour-aside {
    margin-bottom: 20px;
  }

  /* line 308, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
  #create-tour-add #create-tour-aside {
    display: none;
  }

  /* line 313, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
  #show-artworks-switch .inner-text {
    margin-top: 6px;
  }
  /* line 316, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
  #show-artworks-switch br {
    display: none;
  }

  /* line 320, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
  .top-button {
    display: none;
  }
}
@media only screen and (max-width: 560px) {
  /* line 327, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
  .row.articles-list.create-tour-museums.tour-museums-list .inner {
    height: 258px;
  }

  /* line 332, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
  #museum-suggestion p {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  /* line 340, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
  .row.articles-list.create-tour-museums .col-xs-6 {
    width: 50%;
  }
  /* line 343, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
  .row.articles-list.create-tour-museums h2 {
    font-size: 15px;
  }

  /* line 348, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
  .row.articles-list.create-tour-museums.tour-museums-list .inner {
    height: 220px;
  }
}
/**STYLING MASONRY**/
/* line 356, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-artworks-list {
  margin-top: 34px;
  margin-bottom: 100px;
  min-height: 500px;
}
/* line 360, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-artworks-list .inner {
  position: relative;
}
/* line 363, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-artworks-list .inner:hover .inner-hover, #create-tour-artworks-list .inner:focus .inner-hover {
  visibility: visible;
  opacity: 1;
  cursor: zoom-in;
}
/* line 370, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-artworks-list .inner-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
/* line 380, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-artworks-list .inner-hover .btn, #create-tour-artworks-list .inner-hover #content-static .cognito #c-submit-button, #content-static .cognito #create-tour-artworks-list .inner-hover #c-submit-button {
  width: 80%;
  margin-left: 10%;
  float: left;
}
/* line 384, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-artworks-list .inner-hover .btn:first-child, #create-tour-artworks-list .inner-hover #content-static .cognito #c-submit-button:first-child, #content-static .cognito #create-tour-artworks-list .inner-hover #c-submit-button:first-child {
  margin-top: 40%;
  margin-bottom: 7.5px;
}
/* line 390, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-artworks-list .inner-badges {
  position: absolute;
  top: 20px;
  right: 0;
  width: 30px;
}
/* line 395, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-artworks-list .inner-badges .minilabel {
  float: right;
  padding: 3px;
  margin-bottom: 2.5px;
  border-radius: 99em 0 0 99em;
  -moz-border-radius: 99em 0 0 99em;
  -webkit-border-radius: 99em 0 0 99em;
}
/* line 402, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-artworks-list .inner-badges .minilabel i {
  font-size: 26px;
  font-weight: bold;
  line-height: 26px;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 415, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
  #create-tour-artworks-list.row.articles-list.create-tour-museums .col-lg-4 {
    width: 42%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 423, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
  #create-tour-artworks-list.row.articles-list.create-tour-museums .col-lg-4 {
    width: 232px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 560px) {
  /* line 431, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
  #create-tour-artworks-list.row.articles-list.create-tour-museums .col-lg-4 {
    width: 220px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  /* line 439, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
  #create-tour-artworks-list.row.articles-list.create-tour-museums .col-lg-4 {
    width: 100%;
    padding-right: 10px;
  }
}
@-moz-document url-prefix() {
  @media only screen and (min-width: 992px) {
    /* line 448, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
    .masonry-brick {
      width: 32% !important;
    }
}
}

/**MY TOUR**/
/* line 456, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#my-tour {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 90px;
  z-index: 1015;
  padding: 15px 0;
  background-color: white;
  border-top: 1px solid #dedede;
}
/* line 465, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#my-tour .col-md-4:first-child {
  height: 60px;
  border-right: 1px solid #e5e5e5;
}
/* line 469, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#my-tour .tour-title {
  float: left;
  width: 100%;
  font-size: 16px;
}
/* line 474, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#my-tour .museum {
  clear: left;
  font-weight: 300;
  text-transform: uppercase;
}
/* line 480, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#my-tour .col-md-5 img, #my-tour .col-md-5 #content-viewtours.tour-page .recommend-tour .recommendend-for .recommendend-for-more, #content-viewtours.tour-page .recommend-tour .recommendend-for #my-tour .col-md-5 .recommendend-for-more {
  margin-right: 5px;
  float: left;
}
/* line 484, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#my-tour .col-md-5 .selected-number {
  font-size: 27px;
}
/* line 488, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#my-tour .container div:last-child {
  text-align: right;
  margin-top: 0;
}
/* line 492, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#my-tour .cancel-tour {
  vertical-align: middle;
  color: #444444;
  text-transform: uppercase;
  margin-right: 10px;
}
/* line 498, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#my-tour .btn.done, #my-tour #content-static .cognito .done#c-submit-button, #content-static .cognito #my-tour .done#c-submit-button {
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 503, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#my-tour .or {
  color: #999;
  text-transform: lowercase;
  line-height: 29px;
  margin-right: 5px;
}

@media only screen and (max-width: 990px) {
  /* line 514, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
  #my-tour .mini-artwork {
    display: none;
  }
}
/**CREATE TOUR LIST**/
/* line 524, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-list #container-viewtours h2 {
  font-size: 17px;
}
/* line 529, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-list #container-viewtours #content-viewtours.tour-page #artworks-list .col-xs-3 {
  padding: 0;
}
/* line 532, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-list #container-viewtours #content-viewtours.tour-page #artworks-list .inner-text {
  padding-bottom: 0;
}
/* line 534, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-list #container-viewtours #content-viewtours.tour-page #artworks-list .inner-text h2 {
  width: 100%;
}
/* line 537, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-list #container-viewtours #content-viewtours.tour-page #artworks-list .inner-text .artwork-author {
  width: 100%;
  margin-bottom: 5px;
  font-size: 15px;
}
/* line 545, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-list #container-viewtours #content-viewtours.tour-page .inner {
  position: relative;
}
/* line 548, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-list #container-viewtours #content-viewtours.tour-page .inner:hover .inner-hover, #create-tour-list #container-viewtours #content-viewtours.tour-page .inner:focus .inner-hover {
  visibility: visible;
  opacity: 1;
}
/* line 554, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-list #container-viewtours #content-viewtours.tour-page .inner-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
/* line 564, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-list #container-viewtours #content-viewtours.tour-page .inner-hover .btn, #create-tour-list #container-viewtours #content-viewtours.tour-page .inner-hover #content-static .cognito #c-submit-button, #content-static .cognito #create-tour-list #container-viewtours #content-viewtours.tour-page .inner-hover #c-submit-button {
  width: 80%;
  margin-left: 10%;
  float: left;
}
/* line 568, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-list #container-viewtours #content-viewtours.tour-page .inner-hover .btn:first-child, #create-tour-list #container-viewtours #content-viewtours.tour-page .inner-hover #content-static .cognito #c-submit-button:first-child, #content-static .cognito #create-tour-list #container-viewtours #content-viewtours.tour-page .inner-hover #c-submit-button:first-child {
  margin-top: 10%;
  margin-bottom: 7.5px;
}
/* line 577, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-list .add-more-artworks {
  margin-bottom: 15px;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dedede;
  text-align: right;
}
/* line 584, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-list #content-viewtours.tour-page article > .col-xs-12.last-artwork {
  border-left: 4px solid #e5e5e5;
  margin-bottom: 0px;
}
/* line 587, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-list #content-viewtours.tour-page article > .col-xs-12.last-artwork .inner {
  margin-bottom: 15px;
}
/* line 591, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-list .add-more-artworks-two {
  padding-left: 0;
  margin-bottom: 30px;
}
/* line 594, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-list .add-more-artworks-two .icon-tiny-more {
  float: left;
  font-size: 28px;
  font-weight: bold;
  color: #dedede;
}
/* line 603, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-list #sidebar-create-list .title {
  margin: 30px 0 7.5px 0;
  overflow: hidden;
}
/* line 606, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-list #sidebar-create-list .title span:first-child {
  float: left;
}
/* line 609, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-list #sidebar-create-list .title span:last-child {
  float: right;
  font-weight: 300;
}
/* line 614, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-list #sidebar-create-list input[type="text"] {
  font-weight: bold;
}
/* line 617, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-list #sidebar-create-list textarea {
  margin-top: 7.5px;
}
/* line 620, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-list #sidebar-create-list .row {
  margin-top: 15px;
  margin-bottom: 7.5px;
}
/* line 623, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-list #sidebar-create-list .row > .col-xs-6 > span {
  float: left;
  width: 100%;
  padding-bottom: 7.5px;
}
/* line 628, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-list #sidebar-create-list .row > .col-xs-6:last-child {
  margin-top: 15px;
}
/* line 631, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-list #sidebar-create-list .row button {
  width: 150px;
  text-align: left;
}
/* line 635, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-list #sidebar-create-list .row .caret {
  float: right;
  margin-top: 8px;
}
/* line 640, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-list #sidebar-create-list .sideshare {
  overflow: hidden;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dedede;
}
/* line 645, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-list #sidebar-create-list .sideshare > span {
  width: 100%;
  float: left;
  margin-top: 15px;
}
/* line 650, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-list #sidebar-create-list .sideshare > div > span {
  line-height: 34px;
  float: left;
  width: 130px;
}
/* line 655, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-list #sidebar-create-list .sideshare .bootstrap-switch {
  border-bottom: 1px solid #dedede;
  margin-top: 3.5px;
}
/* line 659, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-list #sidebar-create-list .sideshare .fb {
  float: left;
  width: 100%;
  margin: 7.5px 0;
}
/* line 664, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-list #sidebar-create-list .sideshare .twitter {
  float: left;
  width: 100%;
  margin: 7.5px 0;
}
/* line 669, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-list #sidebar-create-list .sideshare .icon-medium-facebook {
  float: left;
  font-size: 34px;
  vertical-align: middle;
  color: #bfbfbf;
  margin-right: 3.5px;
}
/* line 676, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-list #sidebar-create-list .sideshare .icon-medium-twitter {
  float: left;
  font-size: 34px;
  vertical-align: middle;
  color: #bfbfbf;
  margin-right: 3.5px;
}
/* line 685, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
#create-tour-list #sidebar-create-list .publish .btn, #create-tour-list #sidebar-create-list .publish #content-static .cognito #c-submit-button, #content-static .cognito #create-tour-list #sidebar-create-list .publish #c-submit-button {
  padding: 0 24px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) {
  /* line 697, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
  #create-tour-list #container-viewtours {
    background: url(../images/bg/sidebar-2.png) right repeat-y;
  }
  /* line 699, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
  #create-tour-list #container-viewtours #content-viewtours {
    padding-right: 30px;
  }
  /* line 702, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
  #create-tour-list #container-viewtours #sidebar-create-list {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 992px) {
  /* line 710, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
  #sidebar-create-list {
    float: left;
  }
}
@media only screen and (max-width: 992px) {
  /* line 716, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
  #create-tour-list .curate-menu-text {
    display: none;
  }
}
/* line 721, /Users/Felipe/htdocs/uvfront/css/scss/_create.scss */
.full-btn {
  margin: -10px 0 15px 0;
}

/* ========================================================================
 * bootstrap-switch - v3.3.2
 * http://www.bootstrap-switch.org
 * ========================================================================
 * Copyright 2012-2013 Mattia Larentis
 *
 * ========================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================================
 */
/* line 23, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 99em;
  border: none;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* line 23, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  top: 0;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 23, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
}

/* line 23, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1;
}

/* line 23, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #85b200;
}

/* line 23, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #fff;
  background: #85b200;
}

/* line 23, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #85b200;
}

/* line 23, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #85b200;
  color: #fff;
}

/* line 23, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background: #85b200;
}

/* line 23, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: white;
  background: #85b200;
}

/* line 23, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  color: #85b200;
  background: #fff;
}

/* line 23, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 99em;
  border-top-left-radius: 99em;
}

/* line 23, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 99em;
  border-top-right-radius: 99em;
}

/* line 23, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch input[type='radio'], .bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

/* line 23, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch input[type='radio'].form-control, .bootstrap-switch input[type='checkbox'].form-control {
  height: auto;
}

/* line 23, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 23, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 23, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 6px 16px;
  font-size: 18px;
  line-height: 1.33;
}

/* line 23, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch.bootstrap-switch-disabled, .bootstrap-switch.bootstrap-switch-readonly, .bootstrap-switch.bootstrap-switch-indeterminate {
  cursor: default !important;
}

/* line 23, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  opacity: .5;
  filter: alpha(opacity=50);
  cursor: default !important;
}

/* line 23, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left .5s;
  transition: margin-left .5s;
}

/* line 23, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 99em;
  border-top-right-radius: 99em;
}

/* line 23, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 99em;
  border-top-left-radius: 99em;
}

/* line 23, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch.bootstrap-switch-focused {
  border: none;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 23, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-right-radius: 99em;
  border-top-right-radius: 99em;
}

/* line 23, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-left-radius: 99em;
  border-top-left-radius: 99em;
}

/* line 25, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 99em;
  border: none;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* line 25, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  top: 0;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 25, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding: 3px 6px;
  font-size: 14px;
  line-height: 20px;
}

/* line 25, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1;
}

/* line 25, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #85b200;
}

/* line 25, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #fff;
  background: #85b200;
}

/* line 25, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #85b200;
}

/* line 25, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #85b200;
  color: #fff;
}

/* line 25, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background: #85b200;
}

/* line 25, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: white;
  background: #85b200;
}

/* line 25, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  color: #85b200;
  background: #fff;
}

/* line 25, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 99em;
  border-top-left-radius: 99em;
}

/* line 25, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 99em;
  border-top-right-radius: 99em;
}

/* line 25, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch input[type='radio'], .bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

/* line 25, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch input[type='radio'].form-control, .bootstrap-switch input[type='checkbox'].form-control {
  height: auto;
}

/* line 25, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 1px 2px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 25, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 2.5px 5px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 25, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 3px 8px;
  font-size: 18px;
  line-height: 1.33;
}

/* line 25, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch.bootstrap-switch-disabled, .bootstrap-switch.bootstrap-switch-readonly, .bootstrap-switch.bootstrap-switch-indeterminate {
  cursor: default !important;
}

/* line 25, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  opacity: .5;
  filter: alpha(opacity=50);
  cursor: default !important;
}

/* line 25, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left .5s;
  transition: margin-left .5s;
}

/* line 25, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 99em;
  border-top-right-radius: 99em;
}

/* line 25, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 99em;
  border-top-left-radius: 99em;
}

/* line 25, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch.bootstrap-switch-focused {
  border: none;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 25, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 25, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-left-radius: 99em;
  border-top-left-radius: 99em;
}

/* line 27, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-handle-on {
  font-size: 12px;
  text-transform: lowercase;
}

/* line 28, /Users/Felipe/htdocs/uvfront/css/scss/_switch.scss */
.bootstrap-switch-handle-off {
  width: 30px !important;
  background: #aaa !important;
}

/* line 6, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
.others .navbar-right.logged .btn-primary, .others .navbar-right.logged #content-static .cognito #c-submit-button, #content-static .cognito .others .navbar-right.logged #c-submit-button {
  margin-top: 0;
  margin-right: 10px;
}

/* line 15, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#sidebar-others {
  padding-left: 0;
}
/* line 17, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#sidebar-others #others-menu {
  list-style: none;
  margin-left: -2px;
  padding: 15px 0 0 0;
  float: left;
}
/* line 22, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#sidebar-others #others-menu li {
  line-height: 26px;
  padding-left: 30px;
}
/* line 25, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#sidebar-others #others-menu li a {
  color: #444444;
}
/* line 30, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#sidebar-others #others-menu li.selected {
  background: url(../images/bg/other-menu-selected.png) center left no-repeat;
}
/* line 32, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#sidebar-others #others-menu li.selected a {
  font-weight: 900;
  color: #009cc8;
}

/* line 41, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
.others .inner {
  position: relative;
  min-height: 175px;
}
/* line 45, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
.others .inner:hover .inner-hover, .others .inner:focus .inner-hover {
  visibility: visible;
  opacity: 1;
}
/* line 51, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
.others .inner-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
/* line 61, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
.others .inner-hover .center-btn {
  margin-left: 15%;
}
/* line 65, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
.others .inner-hover .btn, .others .inner-hover #content-static .cognito #c-submit-button, #content-static .cognito .others .inner-hover #c-submit-button {
  width: 70%;
}
/* line 67, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
.others .inner-hover .btn:first-child, .others .inner-hover #content-static .cognito #c-submit-button:first-child, #content-static .cognito .others .inner-hover #c-submit-button:first-child {
  margin-top: 7.5%;
  margin-bottom: 7.5px;
}
/* line 72, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
.others .inner-hover .half-btn {
  width: 34%;
  margin-right: 1.5%;
}
/* line 77, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
.others .inner-badges {
  position: absolute;
  top: 20px;
  right: 0;
  width: 30px;
}
/* line 82, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
.others .inner-badges .minilabel {
  float: right;
  padding: 3px;
  margin-bottom: 2.5px;
  border-radius: 99em 0 0 99em;
  -moz-border-radius: 99em 0 0 99em;
  -webkit-border-radius: 99em 0 0 99em;
}
/* line 89, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
.others .inner-badges .minilabel i {
  font-size: 26px;
  font-weight: bold;
  line-height: 26px;
  vertical-align: middle;
}

/*** DRAFTS *****/
/* line 107, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#drafts #content-viewtours {
  min-height: 520px;
}
/* line 109, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#drafts #content-viewtours .profile-data {
  text-align: left;
}
/* line 113, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#drafts #content-viewtours #tour-list .museum {
  margin-left: 7.5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
}
/* line 120, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#drafts #content-viewtours #tour-list .tour-details {
  width: 100%;
  margin-top: 5px;
}
/* line 124, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#drafts #content-viewtours #tour-list .last-edited {
  float: left;
  width: 100%;
  margin-top: 15px;
  font-weight: 300;
}
/* line 129, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#drafts #content-viewtours #tour-list .last-edited .date {
  font-weight: 500;
}

/* line 139, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
.modal .modal-dialog {
  margin-top: 100px!important;
}
/* line 142, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
.modal .modal-backdrop {
  background-color: #f8f8f8;
  opacity: .95;
}
/* line 146, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
.modal .modal-content {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  border: none;
}
/* line 150, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
.modal .modal-footer {
  border: none;
  text-align: left;
  padding: 5px 15px 25px 15px;
}
/* line 155, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
.modal .modal-title {
  font-weight: 900;
}
/* line 158, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
.modal .close {
  padding: 5px 5px;
  opacity: 1;
  margin-top: -5px;
  border: 1px solid #dedede!important;
}
/* line 163, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
.modal .close i {
  font-size: 24px;
}
/* line 168, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
.modal button:hover, .modal button:active, .modal button:focus {
  border-color: #009cc8 !important;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  /* line 177, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
  #drafts #content-viewtours .profile-data {
    margin-top: 20px;
  }
  /* line 181, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
  #drafts #content-viewtours #tour-list .inner-text {
    padding-right: 0;
  }
  /* line 184, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
  #drafts #content-viewtours #tour-list .museum {
    font-size: 10px;
    font-weight: 300;
  }
}
/*** EDIT PROFILE *****/
/* line 196, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#edit-profile-fields {
  margin: 30px 0 15px 0;
}
/* line 198, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#edit-profile-fields .up {
  padding-bottom: 30px;
  border-bottom: 1px solid #dedede;
}
/* line 203, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#edit-profile-fields .form-control {
  padding: 20px 12px;
}
/* line 206, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#edit-profile-fields textarea.form-control {
  padding: 12px;
  float: left;
}
/* line 211, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#edit-profile-fields #profile-image img, #edit-profile-fields #profile-image #content-viewtours.tour-page .recommend-tour .recommendend-for .recommendend-for-more, #content-viewtours.tour-page .recommend-tour .recommendend-for #edit-profile-fields #profile-image .recommendend-for-more {
  float: left;
  margin-right: 15px;
}
/* line 215, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#edit-profile-fields #profile-image .btn, #edit-profile-fields #profile-image #content-static .cognito #c-submit-button, #content-static .cognito #edit-profile-fields #profile-image #c-submit-button {
  margin: 7.5px 0;
  padding: 0 24px;
}
/* line 220, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#edit-profile-fields #bio {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* line 223, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#edit-profile-fields #bio .title {
  float: left;
  width: 100%;
  margin: 0 0 3.5px 3.5px;
  text-transform: uppercase;
}
/* line 230, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#edit-profile-fields .regular-field {
  margin-top: 15px;
  float: left;
  width: 100%;
}
/* line 234, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#edit-profile-fields .regular-field.first {
  margin-top: 0;
}
/* line 237, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#edit-profile-fields .regular-field .title {
  float: left;
  width: 100%;
  margin: 0 0 3.5px 3.5px;
}
/* line 243, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#edit-profile-fields .radio-inline {
  width: 50%;
  float: left;
  margin: 5px 0 0 0;
}
/* line 249, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#edit-profile-fields .down {
  overflow: hidden;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dedede;
}
/* line 254, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#edit-profile-fields .down .title {
  float: left;
  width: 100%;
  margin-top: 15px;
}
/* line 259, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#edit-profile-fields .down .single {
  width: 50%;
  float: left;
  margin: 7.5px 0;
  font-weight: 500;
}
/* line 265, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#edit-profile-fields .down .bootstrap-switch {
  margin-right: 7.5px;
  border: 1px solid #dedede;
}
/* line 269, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#edit-profile-fields .down .bootstrap-switch-handle-on {
  width: 30px !important;
}
/* line 271, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#edit-profile-fields .save-changes {
  text-align: center;
  margin-bottom: 30px;
}
/* line 274, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#edit-profile-fields .save-changes .btn, #edit-profile-fields .save-changes #content-static .cognito #c-submit-button, #content-static .cognito #edit-profile-fields .save-changes #c-submit-button {
  padding: 0 24px;
}

@media only screen and (max-width: 480px) {
  /* line 281, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
  .half-btn {
    width: 70%!important;
    margin-bottom: 7.5px!important;
  }

  /* line 287, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
  #edit-profile-fields .down .single {
    width: 100%;
  }
}
/*** SETTINGS *****/
/* line 296, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#settings-fields {
  margin-top: 20px;
}
/* line 298, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#settings-fields .field {
  overflow: hidden;
  margin-right: 15px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  padding-left: 15px;
}
/* line 304, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#settings-fields .field .inner-text {
  float: left;
}
/* line 307, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#settings-fields .field h2 {
  margin-bottom: 0;
  font-size: 20px;
}
/* line 311, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#settings-fields .field .instructions {
  float: left;
  width: 100%;
}
/* line 315, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#settings-fields .field .btn, #settings-fields .field #content-static .cognito #c-submit-button, #content-static .cognito #settings-fields .field #c-submit-button {
  float: right;
  margin-top: 20px;
  padding: 0 36px;
}
/* line 321, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#settings-fields .field .btn .one, #settings-fields .field #content-static .cognito #c-submit-button .one, #content-static .cognito #settings-fields .field #c-submit-button .one {
  display: none;
}
/* line 324, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#settings-fields .field .btn .two, #settings-fields .field #content-static .cognito #c-submit-button .two, #content-static .cognito #settings-fields .field #c-submit-button .two {
  margin: 0 11px;
}
/* line 329, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#settings-fields .field .btn.collapsed .two, #settings-fields .field #content-static .cognito .collapsed#c-submit-button .two, #content-static .cognito #settings-fields .field .collapsed#c-submit-button .two {
  display: none;
}
/* line 332, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#settings-fields .field .btn.collapsed .one, #settings-fields .field #content-static .cognito .collapsed#c-submit-button .one, #content-static .cognito #settings-fields .field .collapsed#c-submit-button .one {
  display: block;
}
/* line 336, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#settings-fields .field .collapse {
  float: left;
  width: 100%;
}
/* line 340, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#settings-fields .field .btn-facebook {
  padding: 0 23px 0 12px;
}
/* line 344, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#settings-fields .field .btn-twitter {
  padding: 0 23px 0 12px;
}
/* line 347, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
#settings-fields .field .never-deactivate {
  float: left;
  width: 100%;
  margin-top: 7.5px;
  color: #444444;
  text-decoration: underline;
}

@media only screen and (min-width: 678px) {
  /* line 369, /Users/Felipe/htdocs/uvfront/css/scss/_others.scss */
  #settings-fields .field {
    margin-right: 15px;
  }
}
/* line 2, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home h1 {
  font-size: 32px;
  font-weight: 900;
}
/* line 6, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home h2 {
  margin-top: 30px;
  margin-bottom: 5px;
}
/* line 10, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home h3 {
  font-weight: 900;
  font-size: 20px;
}
/* line 14, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home .btn-gigabanner {
  height: 100%;
  width: 100%;
}
/* line 18, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home #home-header {
  background-color: white;
}
/* line 19, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home #home-header .carousel-control {
  background: none;
}
/* line 24, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home #home-header .carousel-inner .item {
  height: 420px;
}
/* line 28, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home #home-header .gira-caption {
  position: absolute;
  width: 296px;
  text-align: left;
  text-shadow: none;
  top: 25px;
}
/* line 34, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home #home-header .gira-caption h1 {
  color: #009cc8;
}
/* line 37, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home #home-header .gira-caption .ligther {
  font-size: 23px;
  font-weight: 100;
}
/* line 42, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home #home-header .subtitle {
  color: #444444;
  display: block;
}
/* line 46, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home #home-header .btn, #home #home-header #content-static .cognito #c-submit-button, #content-static .cognito #home #home-header #c-submit-button {
  float: left;
  margin-top: 15px;
}
/* line 50, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home #home-header .carousel-indicators {
  bottom: 5px;
}
/* line 53, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home #home-header .carousel-indicators li {
  width: 8px;
  height: 8px;
  border: none;
  background-color: #aaa;
  margin: 2px 10px;
}
/* line 60, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home #home-header .carousel-indicators .active {
  width: 12px;
  height: 12px;
  border: 1px solid #FFA733;
  background-color: transparent;
  margin: 0 8px;
}
/* line 69, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home #features {
  background-color: white;
}
/* line 72, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home #home-tours {
  background-color: #eee;
  min-height: 320px;
}
/* line 75, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home #home-tours .description {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
/* line 82, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home #home-tours .inner .label {
  position: absolute;
  left: 15px;
  top: 15px;
  margin-left: 1px;
}
/* line 88, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home #home-tours .inner img, #home #home-tours .inner #content-viewtours.tour-page .recommend-tour .recommendend-for .recommendend-for-more, #content-viewtours.tour-page .recommend-tour .recommendend-for #home #home-tours .inner .recommendend-for-more {
  cursor: pointer;
}
/* line 92, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home #home-tours h3 {
  font-weight: 900;
  font-size: 20px;
}
/* line 95, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home #home-tours h3 a {
  color: #444444;
}
/* line 97, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home #home-tours h3 a:hover, #home #home-tours h3 a:active, #home #home-tours h3 a:focus {
  color: #009cc8;
}
/* line 103, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home #home-tours .inner-text img, #home #home-tours .inner-text #content-viewtours.tour-page .recommend-tour .recommendend-for .recommendend-for-more, #content-viewtours.tour-page .recommend-tour .recommendend-for #home #home-tours .inner-text .recommendend-for-more {
  width: 36px;
  border-radius: 99em;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
}
/* line 109, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home #home-tours .inner-text .curator-name {
  color: #444444;
  margin-left: 5px;
}
/* line 116, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home #features {
  padding: 40px 0;
  text-align: center;
}
/* line 119, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home #features .icons {
  height: 60px;
}
/* line 122, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home #features svg {
  width: 60px;
  height: 60px;
  padding: 5px;
  color: #444444;
  border: 2px solid #444444;
}
/* line 129, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home #features .icon-tiny-sync {
  font-size: 60px;
  color: #444444;
  border: 2px solid #444444;
}

/* line 139, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home-curators img, #home-curators #content-viewtours.tour-page .recommend-tour .recommendend-for .recommendend-for-more, #content-viewtours.tour-page .recommend-tour .recommendend-for #home-curators .recommendend-for-more {
  cursor: pointer;
  width: 140px;
  height: 140px;
}
/* line 144, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home-curators .col-sm-3 {
  margin: 20px 0;
  text-align: center;
}
/* line 148, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home-curators h3 {
  margin-bottom: 5px;
}
/* line 150, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home-curators h3 a {
  color: #444444;
}
/* line 152, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home-curators h3 a:hover, #home-curators h3 a:active, #home-curators h3 a:focus {
  color: #009cc8;
}
/* line 157, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home-curators .city {
  display: block;
  font-weight: 300;
  padding-bottom: 7.5px;
}
/* line 162, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home-curators .you {
  display: block;
  margin: 25px 0;
}
/* line 166, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home-curators .start {
  display: block;
  margin: -15px 0 20px 0;
}

/* line 172, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home-museums {
  padding-bottom: 15px;
  background-color: #eee;
}
/* line 175, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home-museums .btn-group {
  float: right;
  margin-top: -10px;
}
/* line 179, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home-museums .col-xs-12:first-child {
  margin-bottom: 15px;
}
/* line 183, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home-museums .inner h3 {
  margin: 5px 0;
}
/* line 185, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home-museums .inner h3 a {
  color: #444444;
}
/* line 187, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home-museums .inner h3 a:hover, #home-museums .inner h3 a:active, #home-museums .inner h3 a:focus {
  color: #009cc8;
}
/* line 192, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home-museums .inner .category {
  font-weight: 300;
  text-transform: uppercase;
}
/* line 196, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home-museums .inner .tour-number {
  margin-bottom: 7.5px;
  font-weight: 500;
  position: absolute;
  bottom: 37px;
  left: 32px;
}

/* line 206, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home-video {
  padding: 30px 0;
  background-color: white;
}
/* line 209, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home-video .btn, #home-video #content-static .cognito #c-submit-button, #content-static .cognito #home-video #c-submit-button {
  margin-top: 30px;
}

/* line 214, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home-logos {
  padding: 30px 0;
  background-color: white;
}
/* line 217, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home-logos p {
  padding-bottom: 10px;
  font-weight: 100;
}
/* line 221, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home-logos .featured {
  margin: 30px 0;
}

/* line 226, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home-bottom {
  padding: 30px 0;
}
/* line 230, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home-bottom .media-body h4 {
  margin: 15px 0 0 0;
}
/* line 233, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home-bottom .media-body p {
  margin-top: 5px;
}
/* line 237, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home-bottom .last-links {
  float: left;
  width: 100%;
  margin-top: 15px;
}
/* line 242, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home-bottom svg {
  width: 70px;
  height: 70px;
  margin-top: 25px;
  color: #525252;
}
/* line 251, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home-bottom .newsletter h2 {
  margin-top: 10px;
}
/* line 254, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home-bottom .newsletter input {
  padding: 20px 12px;
  margin-bottom: 10px;
  max-width: 450px;
}
/* line 259, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home-bottom .newsletter .btn, #home-bottom .newsletter #content-static .cognito #c-submit-button, #content-static .cognito #home-bottom .newsletter #c-submit-button {
  padding: 0 22px;
}
/* line 262, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home-bottom .newsletter h4 {
  font-weight: 300;
  margin-top: 40px;
  margin-bottom: 7.5px;
}
/* line 267, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#home-bottom .newsletter .img-newsletter {
  margin-top: 35px;
}

/* line 273, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#catsicon {
  padding-top: 5px;
}
/* line 275, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#catsicon i {
  font-size: 50px;
  vertical-align: middle;
  color: white;
}
/* line 280, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#catsicon .icon-tiny-highlight {
  background-color: #ffa742;
  z-index: 99;
}
/* line 284, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#catsicon .icon-tiny-indepth {
  background-color: #4cc8e0;
  margin-right: -15px;
}
/* line 288, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#catsicon .icon-tiny-personal {
  background-color: #ff4872;
  margin-left: -15px;
}
/* line 292, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#catsicon .icon-tiny-accessible {
  background-color: #9a5dd1;
  margin-right: -15px;
}
/* line 296, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
#catsicon .icon-tiny-family {
  background-color: #6bc792;
  margin-left: -15px;
}

@media only screen and (max-width: 767px) {
  /* line 305, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
  #home-header .carousel-inner .item {
    height: 280px!important;
  }

  /* line 314, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
  #home #home-tours .inner-text h3 {
    min-height: 68px;
  }

  /* line 321, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
  #home-museums .btn-group {
    float: left;
    width: 100%;
    margin: 10px 0;
  }
  /* line 326, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
  #home-museums h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) {
  /* line 337, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
  #home-header .item {
    background-size: cover!important;
  }

  /* line 343, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
  #home-tours .inner-text h3 {
    min-height: 46px;
  }
  /* line 347, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
  #home-tours .inner {
    max-width: 400px;
  }

  /* line 353, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
  #features .col-xs-12 {
    margin: 15px 0;
  }

  /* line 358, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
  #home-video .btn, #home-video #content-static .cognito #c-submit-button, #content-static .cognito #home-video #c-submit-button {
    margin-bottom: 30px;
  }

  /* line 362, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
  .img-responsive {
    width: 400px;
  }

  /* line 366, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
  #home-logos .featured {
    text-align: center;
  }

  /* line 370, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
  .mobile-center {
    margin: 0 auto;
  }

  /* line 373, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
  .responsive-video {
    padding-top: 0px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 382, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
  #home-header .carousel-inner .item {
    height: 200px!important;
  }

  /* line 390, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
  #home #home-tours .inner-text h3 {
    min-height: 30px;
  }

  /* line 397, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
  #home-museums .col-md-4 {
    width: 100%;
  }
  /* line 400, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
  #home-museums h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 413, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
  #home-video h2 {
    margin-top: 60px;
  }

  /* line 418, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
  #home-bottom .last-links {
    margin-left: 80px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 427, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
  #home-tours .inner-text h3 {
    min-height: 66px;
  }

  /* line 434, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
  #home-header .carousel-inner .item {
    height: 420px;
  }

  /* line 442, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
  .responsive-video iframe,
  .responsive-video object,
  .responsive-video embed {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 80%;
  }

  /* line 449, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
  .media-first {
    margin-top: -20px;
  }
}
/* line 454, /Users/Felipe/htdocs/uvfront/css/scss/_home.scss */
.ytp-large-play-button-svg, .ytp-housebrand-large-play-button-svg {
  fill: #009cc8;
}

/* line 1, /Users/Felipe/htdocs/uvfront/css/scss/_popups.scss */
#popup {
  text-align: center;
}
/* line 3, /Users/Felipe/htdocs/uvfront/css/scss/_popups.scss */
#popup .col-md-8.same {
  padding: 0;
}
/* line 6, /Users/Felipe/htdocs/uvfront/css/scss/_popups.scss */
#popup #artwork-header {
  padding: 0 15px;
  overflow: hidden;
  border-bottom: 1px solid #dedede;
  text-align: left;
}
/* line 12, /Users/Felipe/htdocs/uvfront/css/scss/_popups.scss */
#popup h1 {
  margin-bottom: 20px;
}
/* line 15, /Users/Felipe/htdocs/uvfront/css/scss/_popups.scss */
#popup #popup-content {
  text-align: center;
  padding: 30px 25% 0 25%;
}
/* line 18, /Users/Felipe/htdocs/uvfront/css/scss/_popups.scss */
#popup #popup-content .btn, #popup #popup-content #content-static .cognito #c-submit-button, #content-static .cognito #popup #popup-content #c-submit-button {
  display: block;
  margin: 15px 0;
}
/* line 21, /Users/Felipe/htdocs/uvfront/css/scss/_popups.scss */
#popup #popup-content .btn i, #popup #popup-content #content-static .cognito #c-submit-button i, #content-static .cognito #popup #popup-content #c-submit-button i {
  margin-right: 7.5px;
}
/* line 25, /Users/Felipe/htdocs/uvfront/css/scss/_popups.scss */
#popup #popup-content .btn.btn-email, #popup #popup-content #content-static .cognito .btn-email#c-submit-button, #content-static .cognito #popup #popup-content .btn-email#c-submit-button {
  margin-bottom: 45px;
}
/* line 28, /Users/Felipe/htdocs/uvfront/css/scss/_popups.scss */
#popup #popup-content .or {
  color: #aaa;
}
/* line 33, /Users/Felipe/htdocs/uvfront/css/scss/_popups.scss */
#popup #popup-form {
  padding: 15px;
  padding-bottom: 30px;
  text-align: center;
  max-width: 450px;
  margin: 0 auto;
  overflow: hidden;
}
/* line 40, /Users/Felipe/htdocs/uvfront/css/scss/_popups.scss */
#popup #popup-form input {
  padding: 20px 12px;
  margin-bottom: 15px;
}
/* line 46, /Users/Felipe/htdocs/uvfront/css/scss/_popups.scss */
#popup #popup-form.register input {
  margin-bottom: 7.5px;
}
/* line 48, /Users/Felipe/htdocs/uvfront/css/scss/_popups.scss */
#popup #popup-form.register input.last-name {
  margin-bottom: 15px;
}
/* line 51, /Users/Felipe/htdocs/uvfront/css/scss/_popups.scss */
#popup #popup-form.register input.password {
  margin-bottom: 15px;
}
/* line 56, /Users/Felipe/htdocs/uvfront/css/scss/_popups.scss */
#popup #popup-form #sign-in-button {
  float: left;
}
/* line 59, /Users/Felipe/htdocs/uvfront/css/scss/_popups.scss */
#popup #popup-form #forgot-password {
  float: right;
}
/* line 62, /Users/Felipe/htdocs/uvfront/css/scss/_popups.scss */
#popup #popup-form .text {
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 15px;
}
/* line 68, /Users/Felipe/htdocs/uvfront/css/scss/_popups.scss */
#popup #popup-form .padding-bt15 {
  padding-bottom: 15px;
}
/* line 74, /Users/Felipe/htdocs/uvfront/css/scss/_popups.scss */
#popup .no-footer {
  padding-bottom: 50px!important;
}
/* line 81, /Users/Felipe/htdocs/uvfront/css/scss/_popups.scss */
#popup .reset-password .input-btn {
  padding-top: 0!important;
  float: left;
}
/* line 85, /Users/Felipe/htdocs/uvfront/css/scss/_popups.scss */
#popup .reset-password .required {
  float: left;
}
/* line 88, /Users/Felipe/htdocs/uvfront/css/scss/_popups.scss */
#popup .reset-password input[type="text"] {
  width: 100%;
  height: 38px;
  border: 1px solid #dedede;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 101, /Users/Felipe/htdocs/uvfront/css/scss/_popups.scss */
#popup #popup-footer {
  padding: 20px 15px;
  background-color: #eee;
  text-align: center;
}
/* line 105, /Users/Felipe/htdocs/uvfront/css/scss/_popups.scss */
#popup #popup-footer a {
  margin-left: 7.5px;
  font-weight: 900;
}

@media only screen and (max-width: 560px) {
  /* line 114, /Users/Felipe/htdocs/uvfront/css/scss/_popups.scss */
  #popup #popup-content {
    padding: 15px 8%;
  }
}
/*POPOVER SHARING*/
/* line 122, /Users/Felipe/htdocs/uvfront/css/scss/_popups.scss */
.likeshare button {
  padding-left: 1px;
  margin-left: 3px;
  padding-right: 1px;
  margin-right: 3px;
  padding-bottom: 0;
  border: none;
  background: transparent;
}
/* line 130, /Users/Felipe/htdocs/uvfront/css/scss/_popups.scss */
.likeshare button:focus, .likeshare button:active {
  border: none;
  box-shadow: none;
}
/* line 135, /Users/Felipe/htdocs/uvfront/css/scss/_popups.scss */
.likeshare .popover {
  width: 200px;
  border: none;
}
/* line 138, /Users/Felipe/htdocs/uvfront/css/scss/_popups.scss */
.likeshare .popover .arrow {
  border-top-width: 0;
}
/* line 143, /Users/Felipe/htdocs/uvfront/css/scss/_popups.scss */
.likeshare .popover .popover-title {
  background-color: transparent;
  border: none;
  font-weight: 300;
  padding-bottom: 0;
}
/* line 149, /Users/Felipe/htdocs/uvfront/css/scss/_popups.scss */
.likeshare .popover p {
  font-family: 'Raleway', sans-serif;
  margin: 3px  0 3px 3px;
}
/* line 153, /Users/Felipe/htdocs/uvfront/css/scss/_popups.scss */
.likeshare .popover i {
  font-size: 36px !important;
  margin: 0;
}
/* line 156, /Users/Felipe/htdocs/uvfront/css/scss/_popups.scss */
.likeshare .popover i.icon-medium-facebook {
  color: #3b5998;
}
/* line 159, /Users/Felipe/htdocs/uvfront/css/scss/_popups.scss */
.likeshare .popover i.icon-medium-twitter {
  color: #00aced;
}
/* line 162, /Users/Felipe/htdocs/uvfront/css/scss/_popups.scss */
.likeshare .popover i.icon-medium-pinterest {
  color: #c92228;
}
/* line 165, /Users/Felipe/htdocs/uvfront/css/scss/_popups.scss */
.likeshare .popover i.icon-medium-email {
  color: #bbb;
}
/* line 168, /Users/Felipe/htdocs/uvfront/css/scss/_popups.scss */
.likeshare .popover i:hover {
  opacity: 0.8;
}

/*******************
*****SEARCH*******
*******************/
/* line 5, /Users/Felipe/htdocs/uvfront/css/scss/_search.scss */
#content-search {
  padding-top: 30px;
}
/* line 7, /Users/Felipe/htdocs/uvfront/css/scss/_search.scss */
#content-search .header-viewtours {
  margin-bottom: 25px;
}
/* line 10, /Users/Felipe/htdocs/uvfront/css/scss/_search.scss */
#content-search .border-viewtours {
  padding-bottom: 5px;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
}
/* line 14, /Users/Felipe/htdocs/uvfront/css/scss/_search.scss */
#content-search .border-viewtours input {
  margin-top: 2px;
}
/* line 18, /Users/Felipe/htdocs/uvfront/css/scss/_search.scss */
#content-search #search-btn {
  padding-top: 0;
}
/* line 22, /Users/Felipe/htdocs/uvfront/css/scss/_search.scss */
#content-search .profile-data {
  text-align: center;
  padding: 15px 0;
  margin-top: 50px;
}
/* line 27, /Users/Felipe/htdocs/uvfront/css/scss/_search.scss */
#content-search .profile-data a {
  color: #444444;
  margin: 0 3%;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
/* line 32, /Users/Felipe/htdocs/uvfront/css/scss/_search.scss */
#content-search .profile-data a.active {
  color: #009cc8;
  font-weight: 900;
}
/* line 38, /Users/Felipe/htdocs/uvfront/css/scss/_search.scss */
#content-search .inner {
  padding: 0 0 15px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
/* line 42, /Users/Felipe/htdocs/uvfront/css/scss/_search.scss */
#content-search .inner .inner-img {
  padding: 0 5px;
}
/* line 44, /Users/Felipe/htdocs/uvfront/css/scss/_search.scss */
#content-search .inner .inner-img img, #content-search .inner .inner-img #content-viewtours.tour-page .recommend-tour .recommendend-for .recommendend-for-more, #content-viewtours.tour-page .recommend-tour .recommendend-for #content-search .inner .inner-img .recommendend-for-more {
  width: 140px;
  height: 140px;
  border-radius: 99em;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
}
/* line 52, /Users/Felipe/htdocs/uvfront/css/scss/_search.scss */
#content-search .inner .inner-text {
  padding-right: 0;
}
/* line 54, /Users/Felipe/htdocs/uvfront/css/scss/_search.scss */
#content-search .inner .inner-text .minilabel {
  margin-right: 10px;
}
/* line 57, /Users/Felipe/htdocs/uvfront/css/scss/_search.scss */
#content-search .inner .inner-text .museo-tag {
  font-weight: 100;
  text-transform: uppercase;
  font-size: 13px;
}
/* line 62, /Users/Felipe/htdocs/uvfront/css/scss/_search.scss */
#content-search .inner .inner-text h2 {
  margin: 7.5px 0 7.5px 0;
}
/* line 64, /Users/Felipe/htdocs/uvfront/css/scss/_search.scss */
#content-search .inner .inner-text h2 a {
  color: #444444;
  padding-right: 7.5px;
}
/* line 67, /Users/Felipe/htdocs/uvfront/css/scss/_search.scss */
#content-search .inner .inner-text h2 a:hover, #content-search .inner .inner-text h2 a:active, #content-search .inner .inner-text h2 a:focus {
  text-decoration: none;
  color: #009cc8;
}
/* line 72, /Users/Felipe/htdocs/uvfront/css/scss/_search.scss */
#content-search .inner .inner-text h2 .minilabel {
  vertical-align: middle;
}
/* line 76, /Users/Felipe/htdocs/uvfront/css/scss/_search.scss */
#content-search .inner .inner-text p {
  margin: 5px 0;
}
/* line 80, /Users/Felipe/htdocs/uvfront/css/scss/_search.scss */
#content-search .inner .inner-text .tour-details {
  font-size: 16px;
  line-height: 32px;
}
/* line 84, /Users/Felipe/htdocs/uvfront/css/scss/_search.scss */
#content-search .inner .inner-text .curator-name {
  line-height: 32px;
  padding-right: 5px;
}
/* line 90, /Users/Felipe/htdocs/uvfront/css/scss/_search.scss */
#content-search .load-more-row {
  text-align: center;
  padding-bottom: 20px;
}

/* line 96, /Users/Felipe/htdocs/uvfront/css/scss/_search.scss */
#search-layer {
  position: fixed;
  z-index: 1020;
  top: 0px;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.97);
  text-align: center;
  padding-top: 180px;
}
/* line 106, /Users/Felipe/htdocs/uvfront/css/scss/_search.scss */
#search-layer input {
  font-size: 50px;
  text-align: center;
  border: none;
  box-shadow: none;
  width: 100%;
  height: 20%;
  letter-spacing: -0.5px;
}
/* line 114, /Users/Felipe/htdocs/uvfront/css/scss/_search.scss */
#search-layer input::-webkit-input-placeholder {
  color: #d6d6d6;
}
/* line 115, /Users/Felipe/htdocs/uvfront/css/scss/_search.scss */
#search-layer input:-moz-placeholder {
  color: #d6d6d6;
}
/* line 116, /Users/Felipe/htdocs/uvfront/css/scss/_search.scss */
#search-layer input::-moz-placeholder {
  color: #d6d6d6;
}
/* line 117, /Users/Felipe/htdocs/uvfront/css/scss/_search.scss */
#search-layer input:-ms-input-placeholder {
  color: #d6d6d6;
}
/* line 119, /Users/Felipe/htdocs/uvfront/css/scss/_search.scss */
#search-layer button {
  width: 12%;
  min-width: 120px;
  margin-top: 80px;
}
/* line 123, /Users/Felipe/htdocs/uvfront/css/scss/_search.scss */
#search-layer button:first-child {
  margin-right: 10px;
}

@media only screen and (max-width: 560px) {
  /* line 131, /Users/Felipe/htdocs/uvfront/css/scss/_search.scss */
  #search-btn {
    margin-left: -18px;
    text-align: right;
  }

  /* line 135, /Users/Felipe/htdocs/uvfront/css/scss/_search.scss */
  .inner-text {
    padding: 0 10px 0 5px;
  }
}
@media only screen and (min-width: 990px) {
  /* line 141, /Users/Felipe/htdocs/uvfront/css/scss/_search.scss */
  #result-list {
    margin-right: 7.5px;
  }
}
/*******************
*****STATIC PAGES*******
*******************/
/* line 7, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#content-static .carousel-indicators {
  bottom: 10px;
}
/* line 9, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#content-static .carousel-indicators li {
  padding-bottom: 0!important;
}

/* line 15, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
.yellow {
  color: #FFC500;
}

/* line 19, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
.blue-bt {
  font-size: 15px;
  padding-top: 7px;
  width: 100%;
  height: 50px;
}

/* line 27, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
.img-div {
  padding-right: 0!important;
}

/* line 31, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
.static-white {
  background-color: white;
}

/* line 35, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#submenu-row {
  background-color: #f1f1f1;
  text-align: center;
}
/* line 38, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#submenu-row .dropdown-menu > .selected > a {
  font-weight: 900;
}
/* line 41, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#submenu-row .submenu {
  list-style-type: none;
  text-align: center;
}
/* line 44, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#submenu-row .submenu li {
  margin-right: 30px;
  display: inline-block;
  padding: 25px 0;
  font-size: 16px;
}
/* line 50, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#submenu-row .submenu .selected {
  background-color: blue;
  background: url(../images/bg/static-menu-selected.png) bottom center no-repeat;
}
/* line 53, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#submenu-row .submenu .selected a {
  font-weight: 900;
  color: #009cc8;
}
/* line 58, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#submenu-row .submenu a {
  color: #444444;
  text-decoration: none;
}
/* line 61, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#submenu-row .submenu a:hover, #submenu-row .submenu a:active, #submenu-row .submenu a:focus {
  color: #009cc8;
}

/* line 69, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#try-me {
  background-color: #606060;
  padding-top: 30px;
  padding-left: 30px;
}
/* line 73, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#try-me h3 {
  margin-bottom: 12px!important;
}
/* line 76, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#try-me p {
  color: #ffffff;
}
/* line 79, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#try-me li {
  background: url(../images/ico-green-tick.png) no-repeat left 7px;
  padding: 3px 0px 20px 40px;
  list-style: none;
  color: #ffffff;
}
/* line 85, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#try-me .yellow-bt {
  background-color: #FFC500;
  border-color: #FFC500;
  font-size: 15px;
  color: #525252;
  padding-top: 7px;
  width: 100%;
  height: 50px;
}

/* line 96, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#main-text {
  padding-right: 30px;
}

/* line 102, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#content-static {
  padding-bottom: 60px;
}
/* line 104, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#content-static .title-page-left {
  max-width: 500px;
}
/* line 107, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#content-static strong {
  font-weight: 500;
}
/* line 110, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#content-static .first {
  padding-top: 30px;
}
/* line 113, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#content-static h1 {
  text-transform: uppercase;
  font-size: 58px;
  line-height: 54px;
  font-weight: 100;
  margin-top: 15px;
}
/* line 120, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#content-static .h1-small {
  font-size: 52px;
  line-height: 52px;
}
/* line 124, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#content-static h2 {
  font-size: 24px;
  line-height: 27px;
  font-weight: 500;
  margin-top: 30px;
}
/* line 130, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#content-static .h2-number {
  display: inline;
  font-size: 24px;
  line-height: 27px;
  font-weight: 500;
  padding-right: 5px;
}
/* line 137, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#content-static .h2-tutorial {
  display: inline;
}
/* line 140, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#content-static h3 {
  font-size: 24px;
  line-height: 34px;
  margin: 5px 0 24px 0;
}
/* line 145, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#content-static h4 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  margin-top: 10px;
}
/* line 151, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#content-static p {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}
/* line 156, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#content-static ul {
  margin: 20px 0;
  list-style-position: outside;
}
/* line 160, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#content-static li {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  padding-bottom: 15px;
}
/* line 166, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#content-static .row {
  margin-top: 40px;
}
/* line 169, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#content-static .centered {
  text-align: center;
  marign: 0 auto;
}
/* line 172, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#content-static .centered .btn, #content-static .centered .cognito #c-submit-button, #content-static .cognito .centered #c-submit-button {
  margin: 10px;
}
/* line 177, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#content-static .feature .feat-img {
  width: 100%;
  margin-bottom: 20px;
}
/* line 183, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#content-static .btn-appstore {
  margin: 5px 10px 5px 0px;
}
/* line 185, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#content-static .btn-appstore img, #content-static .btn-appstore #content-viewtours.tour-page .recommend-tour .recommendend-for .recommendend-for-more, #content-viewtours.tour-page .recommend-tour .recommendend-for #content-static .btn-appstore .recommendend-for-more {
  margin-bottom: 15px;
}
/* line 191, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#content-static .cognito #c-forms-form label {
  font-family: 'Raleway';
  font-weight: 500;
  font-size: 18px;
  color: #444!important;
}
/* line 197, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#content-static .cognito input {
  font-family: 'Raleway';
  font-size: 18px;
  line-height: 34px;
}
/* line 206, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#content-static .cognito #c-field-required {
  color: #009cc8 !important;
}

/* line 211, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#advantages {
  background-color: #FAFAFA;
}
/* line 213, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#advantages .row {
  margin-top: 15px;
}

/* line 218, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
.slide-text {
  padding-top: 40px;
  color: #ffffff!important;
}
/* line 221, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
.slide-text h3 {
  font-size: 54px!important;
  line-height: 50px!important;
  font-weight: 100!important;
  margin-bottom: 12px!important;
}
/* line 227, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
.slide-text .first-line {
  margin-top: 10px;
  font-size: 21px;
  font-weight: lighter;
}
/* line 233, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
.slide-text .text-center {
  text-align: left;
  font-size: 24px!important;
  font-weight: lighter;
  padding-bottom: 40px;
}
/* line 238, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
.slide-text .text-center:hover, .slide-text .text-center:active, .slide-text .text-center:focus {
  cursor: pointer;
}

@media only screen and (min-width: 992px) {
  /* line 248, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  #first-content {
    background: url(../images/duo-bg.png) repeat-y center top;
  }
  /* line 250, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  #first-content h3 {
    margin-top: 18px;
  }

  /* line 257, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  #content-static .feat-left {
    float: left;
    text-align: left;
  }
  /* line 261, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  #content-static .feat-right {
    float: right;
  }
  /* line 264, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  #content-static .h2-tutorial {
    display: block;
    clear: both;
    font-size: 24px;
    line-height: 27px;
    margin-top: 5px;
  }
  /* line 271, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  #content-static .h2-number {
    display: inline;
    font-size: 54px;
    line-height: 54px;
    font-weight: 300;
    display: block;
  }
  /* line 278, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  #content-static .mtop30 {
    margin-top: 30px;
  }

  /* line 282, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  .drop-submenu {
    display: none;
  }
}
/* line 288, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
.liquid-content {
  margin-bottom: 0!important;
  padding-bottom: 0!important;
}
/* line 292, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
.liquid-content h2 {
  font-weight: 100!important;
  font-size: 40px!important;
  line-height: 43px!important;
  margin-top: 0px!important;
}
/* line 298, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
.liquid-content h4 {
  font-weight: 400!important;
  font-size: 20px!important;
  line-height: 24px!important;
}
/* line 303, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
.liquid-content img, .liquid-content #content-viewtours.tour-page .recommend-tour .recommendend-for .recommendend-for-more, #content-viewtours.tour-page .recommend-tour .recommendend-for .liquid-content .recommendend-for-more {
  margin: 10px 20px 5px 0 !important;
}
/* line 306, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
.liquid-content .half-left {
  width: 330px;
  float: right;
}
/* line 310, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
.liquid-content .half-right {
  width: 300px;
}
/* line 313, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
.liquid-content .half-right-2 {
  width: 450px;
  padding-left: 20px;
}
/* line 317, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
.liquid-content .half-left-2 {
  width: 450px;
  float: right;
  padding-right: 15px;
}
/* line 322, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
.liquid-content .btn, .liquid-content #content-static .cognito #c-submit-button, #content-static .cognito .liquid-content #c-submit-button {
  margin-top: 10px!important;
}
/* line 325, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
.liquid-content ul {
  list-style: none;
  padding-left: 100px;
}
/* line 331, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
.liquid-content #content-header {
  background: url(../images/engage-header.jpg) no-repeat top right;
  min-height: 380px;
}

/* line 337, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#awards {
  padding: 20px 0 40px 0;
}
/* line 339, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#awards h2 {
  color: #FFA633;
}

/* line 345, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#museumnext {
  color: white;
  padding: 40px 0;
  background: black url(../images/museumnext-stage.jpg) no-repeat center 0;
}
/* line 349, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#museumnext h2 {
  color: #D93600;
}

/* line 354, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#inthepress {
  padding: 30px 0;
}
/* line 356, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#inthepress h2 {
  color: #009cc8;
}
/* line 359, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#inthepress .logos {
  margin-top: 20px;
  text-align: center;
}
/* line 364, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#inthepress .video-embed {
  margin: 40px 0;
  width: 100%;
  text-align: center;
}
/* line 368, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#inthepress .video-embed iframe {
  width: 550px;
  height: 352px;
}

/* line 375, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#ba-creatifi {
  min-height: 280px;
}

/* line 380, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#bactiva {
  color: white;
  background-color: #005D87;
  padding: 28px;
  min-height: 280px;
}

/* line 387, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#creatifi {
  padding: 40px;
  background: #17d3dc url(../images/fiware-bg.jpg) no-repeat 320px 0;
  height: 280px;
}

/* line 393, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#museunacional {
  padding: 25px 0 30px 0;
}

/* line 398, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
.concursbody {
  background-image: url("../images/concurs/header-background.png");
  background-repeat: no-repeat;
  background-position: top center;
}

/* line 404, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
.nav-concurs {
  display: block;
  padding-left: 0!important;
}
/* line 407, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
.nav-concurs li {
  display: inline;
  padding-left: 5px!important;
}

/* line 415, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
.concursbuttons a {
  padding: 4px 22px;
  line-height: 37px;
  height: 45px;
  font-size: 17px;
  margin-right: 15px;
}
/* line 421, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
.concursbuttons a:hover, .concursbuttons a:active, .concursbuttons a:focus {
  opacity: 0.7;
}
/* line 425, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
.concursbuttons .f-orange {
  background-color: #f7973c;
  border-color: #f7973c;
}
/* line 426, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
.concursbuttons .f-green {
  background-color: #6ac28f;
  border-color: #6ac28f;
}
/* line 427, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
.concursbuttons .f-coral {
  background-color: #f0584c;
  border-color: #f0584c;
}
/* line 428, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
.concursbuttons .f-purple {
  background-color: #8861a9;
  border-color: #8861a9;
}
/* line 429, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
.concursbuttons .f-transpblue {
  color: #fff;
  background-color: #f7973c;
  border-color: #f7973c;
}

/* line 433, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
.large-bt-div {
  padding: 0 20px;
}

/* line 437, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
.easy {
  text-align: center;
  margin-top: -10px;
}

/* line 444, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
.premis h3 {
  font-size: 32px!important;
  font-weight: 700;
}
/* line 448, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
.premis .f-orange {
  color: #f7973c;
}
/* line 449, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
.premis .f-green {
  color: #6ac28f;
}
/* line 450, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
.premis .f-coral {
  color: #f0584c;
}
/* line 451, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
.premis .f-purple {
  color: #8861a9;
}
/* line 452, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
.premis .f-blue {
  color: #009cc8;
}
/* line 453, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
.premis #mbottom5 {
  margin-bottom: 5px!important;
}

/* line 457, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#participa {
  color: white;
  background-color: #009cc8;
}
/* line 460, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
#participa .white {
  color: white;
}

/* line 465, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
.pbottom30 {
  padding-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  /* line 472, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  .liquid-content .half-right-2, .liquid-content .half-left-2 {
    width: 720px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 478, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  #try-me {
    margin-bottom: 40px;
    padding-right: 30px;
  }
  /* line 481, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  #try-me a {
    margin-left: auto;
    margin-right: auto;
  }

  /* line 488, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  .submenu {
    display: none;
  }

  /* line 491, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  .drop-submenu {
    margin: 20px auto;
  }

  /* line 496, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  #content-static p {
    margin-top: 10px;
  }
  /* line 499, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  #content-static #download-app {
    text-align: center;
  }
  /* line 502, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  #content-static .feat-img {
    display: block;
    max-width: 500px;
    margin: 15px auto!important;
  }
  /* line 507, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  #content-static .winner-tour {
    max-width: 360px!important;
  }
  /* line 510, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  #content-static .feat-ico {
    max-width: 180px !important;
    margin-left: 0;
  }

  /* line 518, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  #bactiva .half-left {
    float: none;
    width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 528, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  #creatifi {
    background-position: top right;
    max-height: 240px;
  }
  /* line 531, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  #creatifi .half-right {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 120px;
  }

  /* line 541, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  #museunacional {
    background-size: cover;
  }

  /* line 546, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  #bactiva {
    color: white;
    background-color: #005D87;
    padding: 40px;
    min-height: 280px;
  }

  /* line 553, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  .liquid-content ul {
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  /* line 563, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  #content-static .modal-dialog {
    width: 768px;
  }

  /* line 566, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  .slide-text .img-responsive {
    margin-bottom: 0!important;
  }

  /* line 570, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  .visible-mobile {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  /* line 577, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  #participatory {
    display: none;
  }

  /* line 581, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  .title-page-left {
    width: 100%;
    max-width: 100%;
  }

  /* line 585, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  .topmargin-touch {
    margin-top: 30px;
  }

  /* line 589, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  #creatifi .half-right, #bactiva .half-left, .half-right-2, .half-left-2 {
    width: 100%!important;
    padding: 5px 10px;
  }

  /* line 594, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  #creatifi, #museunacional, #museumnext {
    background-image: none;
  }

  /* line 600, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  .liquid-content #content-header {
    background-image: none;
    min-height: 350px;
    padding: 0 15px 50px 15px;
  }
  /* line 606, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  .liquid-content #inthepress .video-embed iframe {
    width: 350px;
    height: 224px;
  }
  /* line 610, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  .liquid-content ul {
    padding-left: 15px;
  }
  /* line 613, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  .liquid-content .awards-img {
    text-align: center;
  }
  /* line 615, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  .liquid-content .awards-img img, .liquid-content .awards-img #content-viewtours.tour-page .recommend-tour .recommendend-for .recommendend-for-more, #content-viewtours.tour-page .recommend-tour .recommendend-for .liquid-content .awards-img .recommendend-for-more {
    margin: 20px auto 10px auto!important;
  }

  /* line 622, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  #advantages .feat-img {
    max-width: 100px !important;
  }

  /* line 628, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  #content-static #base-slide {
    background-color: #FAFAFA;
  }
  /* line 631, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  #content-static #carousel-slide {
    padding-bottom: 50px;
  }
  /* line 634, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  #content-static .carousel-indicators {
    bottom: -10px;
  }
  /* line 636, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  #content-static .carousel-indicators li {
    border: 1px solid #999;
    padding-bottom: 0!important;
  }
  /* line 640, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  #content-static .carousel-indicators .active {
    background-color: #999;
  }

  /* line 646, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  .slide-text {
    padding-top: 20px;
  }
  /* line 649, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  .slide-text h3 {
    font-size: 50px!important;
    line-height: 46px!important;
  }
  /* line 656, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  .slide-text .text-center {
    padding-bottom: 0;
  }
  /* line 659, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  .slide-text img, .slide-text #content-viewtours.tour-page .recommend-tour .recommendend-for .recommendend-for-more, #content-viewtours.tour-page .recommend-tour .recommendend-for .slide-text .recommendend-for-more {
    margin: auto!important;
  }
}
@media only screen and (max-width: 400px) {
  /* line 666, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  .img-premis {
    width: 100%;
  }

  /* line 667, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  #try-me {
    padding: 24px 18px;
    margin-bottom: 24px;
  }

  /* line 671, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  #content-header {
    padding: 0 15px 30px 15px;
  }
  /* line 673, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  #content-header h2 {
    font-size: 30px!important;
    line-height: 34px!important;
  }

  /* line 679, /Users/Felipe/htdocs/uvfront/css/scss/_static.scss */
  .slide-text h3 {
    font-size: 32px!important;
    line-height: 30px!important;
  }
}
/*************
******FORMS***
***************/
/* line 5, /Users/Felipe/htdocs/uvfront/css/scss/_forms.scss */
.contact-form {
  max-width: 500px;
}
