

@import url (https://fonts.googleapis.com/css?family=Open+Sans);


body {
  overflow-x: hidden;
  font-family: 'Open Sans',sans-serif, "Roboto Slab", "Helvetica Neue", Helvetica, Arial !important;
  padding-right: 0px !important;
  color: #545454 !important;
}
.text-muted {
  color: #777777 !important;
}
.text-primary {
  color: #fed136 !important;
}
p {
  line-height: 1.75;
}
a {
  color: #781F1C !important;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #781F1C !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: sans-serif, "Roboto Slab", "Helvetica Neue", Helvetica, Arial;
  /*text-transform: uppercase;*/
  font-weight: 700;
}
.img-centered {
  display: block;
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #eeeeee;
}
.bg-darkest-gray {
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #fed136;
  border-color: #fed136;
  font-family: sans-serif, "Roboto Slab", "Helvetica Neue", Helvetica, Arial;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:focus,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #fec503;
  border-color: #f6bf01;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #fed136;
  border-color: #fed136;
}
.btn-primary .badge {
  color: #fed136;
  background-color: white;
}
.btn-xl {
  color: white;
  background-color: #fed136;
  border-color: #fed136;
  font-family: sans-serif, "Roboto Slab", "Helvetica Neue", Helvetica, Arial;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.btn-xl:active:focus,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #fec503;
  border-color: #f6bf01;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #fed136;
  border-color: #fed136;
}
.btn-xl .badge {
  color: #781F1C;
  background-color: white;
}
#mainNav {
  background-color: rgba(255,255,255,0.95);
  border-bottom: solid #781F1C;
}
#mainNav .container {
  padding: 0;
}
#mainNav .container .navbar-brand {
  color: #781F1C;
  font-family: sans-serif, "Roboto Slab", "Helvetica Neue", Helvetica, Arial;
}
#mainNav .container .navbar-brand:hover,
#mainNav .container .navbar-brand:focus,
#mainNav .container .navbar-brand:active,
#mainNav .container .navbar-brand.active {
  color: #fec503;
}
#mainNav .container .btn-toggle {
  padding: .75em;
  font-size: 80%;
}
#mainNav .container .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  padding: 0.75em 0;
  font-family: sans-serif, "Roboto Slab", "Helvetica Neue", Helvetica, Arial;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  color: #781F1C;
}
#mainNav .container .navbar-nav .nav-item .nav-link:hover,
#mainNav .container .navbar-nav .nav-item .nav-link.active {
  color: #781F1C;
}
span.step {
  background-color: #781F1C;
  border-radius: 3.8em;
  -moz-border-radius: 3.8em;
  -webkit-border-radius: 3.8em;
  color: #BC912E;
  display: inline-block;
  font-weight: bold;
  line-height: 3.6em;
  margin-right: 5px;
  text-align: center;
  width: 3.6em;
}
@media (min-width: 768px) {
  #mainNav {
    background-color: rgba(255,255,255,0.95);
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
    border-bottom: solid #781F1C;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.2em 0.4em !important;
  }
  #mainNav.navbar-shrink {
    background-color: #ffffff;
    padding: 15px 0;
    margin-top: -10px;
  }
  #mainNav.navbar-shrink .navbar-brand {
    padding: 0.65em 0;
    font-size: 1.25em;
  }
  .mobi {
    display:none;
  }
}

#homeCarousel {
  position: fixed;
  width: 100%;
  z-index: -999;
}

#homeCarousel .carousel-inner .item img {
  max-width: none !important;
  width: 100%;
  display: block;
  height: 850px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  }

  /*
    Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
    CSS from:       http://codepen.io/transportedman/pen/NPWRGq
    and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
    Inspired from:  http://codepen.io/Rowno/pen/Afykb
  */
  .carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
  }

  .carousel-fade .carousel-inner .active {
    opacity: 1;
  }

  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
  }

  .carousel-fade .carousel-inner .next.left,
  .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
  }

  .carousel-fade .carousel-control {
    z-index: 2;
  }

  /*
    WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
    Need to override the 3.3 new styles for modern browsers & apply opacity
  */
  @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-fade .carousel-inner > .item.next,
      .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
      }
      .carousel-fade .carousel-inner > .item.prev,
      .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
      }
      .carousel-fade .carousel-inner > .item.next.left,
      .carousel-fade .carousel-inner > .item.prev.right,
      .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
      }
  }

header {

}
header .intro-text {
  padding-top: 250px;

}
header .intro-text .intro-lead-in {
  font-family: sans-serif, "Roboto Slab", "Helvetica Neue", Helvetica, Arial;
  font-style: italic;
  font-size: 22px;
  line-height: 22px;

}
header .intro-text .intro-heading {
  font-family: sans-serif, "Roboto Slab", "Helvetica Neue", Helvetica, Arial;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;

}
@media (min-width: 768px) {
  header .intro-text {
    /*padding-top: 300px;*/
  }

  header .intro-text .intro-lead-in {
    font-family: sans-serif, "Roboto Slab", "Helvetica Neue", Helvetica, Arial;
    font-style: italic;
    font-size: 40px;
    line-height: 40px;

  }
  header .intro-text .intro-heading {
    font-family: sans-serif, "Roboto Slab", "Helvetica Neue", Helvetica, Arial;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 75px;
    line-height: 75px;

  }
}
section {
  padding: 0px 0;
}
section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}
section h3.section-subheading {
  font-size: 16px;
  font-family: sans-serif, "Roboto Slab", "Helvetica Neue", Helvetica, Arial;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  section {
    padding: 0px 0;
  }
}
.service-heading {
  margin: 15px 0;
  text-transform: none;
}
#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  background: rgba(254, 209, 54, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding: 25px;
}
#portfolio .portfolio-item .portfolio-caption h4 {
  text-transform: none;
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption p {
  font-family: sans-serif, "Roboto Slab", "Helvetica Neue", Helvetica, Arial;
  font-style: italic;
  font-size: 16px;
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #f1f1f1;
  left: 40px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  background-color: #fed136;
  color: white;
  border-radius: 100%;
  border: 7px solid #f1f1f1;
  text-align: center;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  margin-top: 12px;
  line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}
.team-member {
  text-align: center;
  margin-bottom: 50px;
}
.team-member img {
  margin: 0 auto;
  border: 7px solid white;
}
.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}
.team-member p {
  margin-top: 0;
}
aside.clients img {
  margin: 50px auto;
}
section#contact {
  background-color: #222222;
  background-image: url('../img/map-image.png');
  background-position: center;
  background-repeat: no-repeat;
}
section#contact .section-heading {
  color: white;
}
section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 236px;
}
section#contact .form-control:focus {
  border-color: #fed136;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  font-family: sans-serif, "Roboto Slab", "Helvetica Neue", Helvetica, Arial;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
  font-family: sans-serif, "Roboto Slab", "Helvetica Neue", Helvetica, Arial;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: sans-serif, "Roboto Slab", "Helvetica Neue", Helvetica, Arial;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-ms-input-placeholder {
  font-family: sans-serif, "Roboto Slab", "Helvetica Neue", Helvetica, Arial;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact .text-danger {
  color: #e74c3c;
}
footer {
  padding: 25px 0;
  text-align: center;
  background-color: #781f1c;
}
footer span.copyright {
  color: #ffffff;
  font-size: 90%;
  line-height: 40px;
  font-family: sans-serif, "Roboto Slab", "Helvetica Neue", Helvetica, Arial;
  text-transform: uppercase;
  text-transform: none;
}
footer a, footer a:hover, footer a:focus, footer a:link, footer a:visited, footer a:active {
  color: #ffffff !important;
}
footer ul.quicklinks {
  color: #ffffff;
  font-size: 80%;
  margin-bottom: 0;
  line-height: 40px;
  font-family: sans-serif, "Roboto Slab", "Helvetica Neue", Helvetica, Arial;
  text-transform: uppercase;
  text-transform: none;
}
.social-buttons {
  margin-bottom: 0;
}

.social-buttons a {

  font-size: 20px;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.social-buttons a:hover,
.social-buttons a:focus,
.social-buttons a:active {

}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}
.portfolio-modal .modal-dialog {
  margin: 0;
  height: 100%;
  max-width: none;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
}
.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-family: sans-serif, "Roboto Slab", "Helvetica Neue", Helvetica, Arial;
  font-style: italic;
  font-size: 16px;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #ffffff;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #ffffff;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
.portfolio-modal {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
::-moz-selection {
  text-shadow: none;
  background: #fed136;
}
::selection {
  text-shadow: none;
  background: #fed136;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #fed136;
}

/* Flag Selection */
.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
.dropdown dd { position:relative; }
.dropdown a, .dropdown a:visited { color:#888888; text-decoration:none; outline:none;font-size:11px;}
.dropdown a:hover { color:#5d4617;}
.dropdown dt a:hover { color:#777777; border: 0px solid #aaaaaa;}
.dropdown dt a {background:url(https://d3pk75c582v5h5.cloudfront.net/img/lang-dd.png) no-repeat scroll right center; display:block; padding:5px;padding-right:20px;border:0px solid #cccccc; }
.dropdown dt a span {cursor:pointer; display:block;}
.dropdown dd ul { background:rgba(0,0,0,0.5) none repeat scroll 0 0; border:1px solid #cccccc; color:#888888; display:none;left:0px; padding:5px 0px; position:absolute; top:2px; width:auto; min-width:60px; list-style:none;}
.dropdown span.value { display:none;}
.dropdown dd ul li a { padding:5px; display:block; font-size:11px; }
.dropdown dd ul li a:hover { background-color:#bbbbbb;}
.dropdown img.flag { border:none; vertical-align:middle; margin-left:10px; }
.flagvisibility { display:none;}
#target { position:absolute; top:30px; left:400px; }
ul lii { margin-top: 12px; }
.navbar-nav .nav-item + .nav-item { margin-left: 0; }


/*Carousel */
.personal_computer .carousel-control {
  padding-top:5%;
  width:2% !important;
  font-size: 70px !important;
  font-weight: 100 !important;
}

.tablet .carousel-control {
  padding-top:10%;
  width:4% !important;
  font-size: 70px !important;
  font-weight: 100 !important;
}

.mobile .carousel-control {
  padding-top:20%;
  width:6% !important;
  font-size: 70px !important;
  font-weight: 100 !important;
}

.personal_computer .img-responsive {
  width: 550px !important;
  height: 250px !important;
}

.tablet .img-responsive {
  width: 550px !important;
  height: 250px !important;
}

.mobile .img-responsive {
  width: 550px !important;
  height: 250px !important;
}


/* Nav */
.navbar-brand {
  height: 95px !important;
  padding: 0px 0px !important;
}

.col-sm-3 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.col-sm-6 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.col-sm-12 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.thumbnail {
  padding: 0px !important;
  border: 0px solid #ddd !important;
  margin-bottom: 0px !important;
}

h1 {
  color: #781F1C !important;
}

.left-column {width:290px;float:left;}
.right-column {margin-left:588px;}

#wrapper .text {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  position:absolute;
  top:40%;
  width: 100%;
  text-align: center;
  visibility:hidden;
}

#wrapper:hover .text {
  visibility:visible;
}

.hover_image:hover {text-decoration:none;} /* Optional (avoid undesired underscore if a is used as wrapper) */
.hide_image {display:none;}
/* Do the shift: */
.hover_image:hover img:first-child{display:none;}
.hover_image:hover img:last-child{display:inline-block;}

#comentarios {padding:20px 0;}

#comentarios .btn-danger {
  background-color: #781f1c !important;
  border-color: #ffffff !important;
  border-radius: 0px !important;
}
#mapa {
  background-image: url("../img/ondas-mapa.png");
}
#comentarios .btn-danger:hover {
  background-color: #777777 !important;
}

.navbar-nav .nav-item {
  margin-top: 30px;
}

.nav-item .btn-default {
  /*color: #781f1c;
  background-color: #ffffff;*/
  font-size: 20px;
  color: #ffffff;
  background-color: #781f1c;
  border-radius: 4px;
  border: 2px solid #781f1c;
  padding: 6px 35px !important;
  box-shadow: 2px 2px #999;
  vertical-align: text-bottom;
}
.nav-item .btn-default:hover {
    color: #ffffff;
    background-color: #7d2a2d !important;
    border-color: #7d2a2d !important;
}
.reservar button {
  color: #ffffff !important;
  background-color: #781f1c !important;
  border-radius: 0px !important;
  border: 2px solid #ffffff !important;
}
.popup {
    position:absolute;
    z-index:20000;
    top: 0px;
    left: 0px;
    display: none;
		background-color:#ffffff;
		border: 1px solid;
}

#divMap { position:absolute;bottom:0px;width:100%;height:600px;z-index:0;top:0px; }
.santa-maria #divMap,
.sao-miguel #divMap,
.terceira #divMap,
.graciosa #divMap,
.sao-jorge #divMap,
.pico #divMap,
.faial #divMap,
.flores #divMap,
.corvo #divMap {width:100%;height:205px;}

#botleft {
  background-color:#781f1c;
}
#botright {
  background-color:#cccccc;
}
.btn-link {
  color: #ffffff !important;
}
.modal-content{
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.modal-dialog {
  width: 100% !important;
}
.modal-body{
  color:#ffffff !important;
}
.logo {
  margin-right: 75%;
  margin-top: -100px;
}

.nav-tabs {
  border-bottom: 0px solid #ddd !important;
  width: 100% !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff !important;
    cursor: default !important;
    background-color: #9e9e9e !important;
    border: 1px solid #9e9e9e !important;
    border-bottom-color: transparent !important;
}
.nav-tabs > li > a {
  background-color: #781F1C !important;
  border: 1px solid #781F1C !important;
  color: #fff !important;
  margin-right: 1px !important;
}
.nav-tabs > li > a {
  border-radius: 0px 0px 0 0 !important;
}
.nav-tabs > li {
  width: 20%;
  text-align: center
}

.nav > li > a {
  padding: 10px 0px !important;
}

/* Star rating */
.star-ratings-css {
  unicode-bidi: bidi-override;
  color: #545454;
  font-size: 25px;
  height: 25px;
  width: 105px;
  position: relative;
  padding: 0;
}
.star-ratings-css-top {
  color: #fde16d;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}
.star-ratings-css-bottom {
  padding: 0;
  display: block;
  z-index: 0;
}


/* loader start */
#loading {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  display: block;
  /*background-color: rgba(236, 236, 236, 0.7);*/
  background-color:  rgba(0, 0, 0, 0.5);

  /*background: transparent url(../images/background.png) repeat;*/
  z-index: 1050;
  text-align: center;
}
#loading .spinner {
  height: 20px;
  width: 250px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#loading .spinner > div {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.1s infinite ease-in-out both;
  animation: sk-bouncedelay 1.1s infinite ease-in-out both;
  margin-right: 5px;
}
#loading .spinner .spinner__item1 {
  animation-delay: -0.60s;
  background: #781F1C;
}
#loading .spinner .spinner__item2 {
  animation-delay: -0.40s;
  background: #781F1C;
}
#loading .spinner .spinner__item3 {
  animation-delay: -0.20s;
  background: #781F1C;
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    opacity: 0;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
/* loader end */

/* Pagination */
.pagination > li > a, .pagination > li > span {
  color: #545454 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}
.pagination .sel {
  font-weight: bold !important;
}

/*Pagina lista Casas*/
#casas button, #casas .btn-default, #casas .btn{
  width: 100% !important;
  padding: 15px 0 !important;
  border-color: #781F1C !important;
  border-radius: 0px !important;
  border-left: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.5rem + 10px);
  }

#filtros option {
  padding: 10px 5px !important;
}

#filtros .form-control {
  border-radius: 0px !important;
}
#filtros button, #filtros .btn-default, #filtros .btn {
  width: 80% !important;
  border-color: #781F1C !important;
  color: #ffffff !important;
  background-color: #781F1C !important;
  border-radius: 0px !important;
  border-left: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
}

#filtros_home option, #contactos option {
  padding: 10px 5px !important;
}

#filtros_home .form-control, #contactos .form-control {
  border-radius: 0px !important;
}
#filtros_home button, #filtros_home .btn-default, #filtros_home .btn {
  /*width: 80% !important;*/
  border-color: #781F1C !important;
  color: #ffffff !important;
  background-color: #781F1C !important;
  border-radius: 0px !important;
  border-left: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
}
#contactos button, #contactos .btn-default, #contactos .btn{
  border-color: #781F1C !important;
  color: #ffffff !important;
  background-color: #781F1C !important;
  border-radius: 0px !important;
  border-left: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
}
#logos button, #logos .btn-default, #logos .btn{
  border-color: #781F1C !important;
  color: #ffffff !important;
  background-color: #781F1C !important;
  border-radius: 0px !important;
  border-left: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
}

.modal-body p {
  text-align: left;
}
.img-responsive {
  display:initial !important;
}

#menu2 .mCSB_scrollTools {
  background-color: #781F1C !important;
}

.arrival {float:left;width:140px;margin-left:40px;}
.departure {float:left;width:140px;margin-left:10px;}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0px !important;
}


/* image hover effect */
.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.hovereffect .overlay {
    width: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
	top: auto;
	bottom: 0;
	padding: 1em;
  /*height: 4.75em;
	background: #79FAC4;*/
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

.hovereffect img {
    display: block;
    position: relative;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

/*
.hovereffect:hover img {
-webkit-transform: translate3d(0,-10%,0);
	transform: translate3d(0,-10%,0);
}
*/
#myCarousel .hovereffect:hover {
  opacity: 0.8;
}
.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px #000;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
  /*background: rgba(0, 0, 0, 0.6);
	  float: left;*/
	margin: 0px;
	display: inline-block;
}

.hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	margin: 50px 0 0 0;
	background-color: transparent;
}
.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}


.hovereffect p.icon-links a {
	float: right;
	color: #3c4a50;
	font-size: 1.4em;
}

.hovereffect:hover p.icon-links a:hover,
.hovereffect:hover p.icon-links a:focus {
	color: #252d31;
}

.hovereffect h2,
.hovereffect p.icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}

.hovereffect p.icon-links a span:before {
	display: inline-block;
	padding: 8px 10px;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.hovereffect:hover .overlay,
.hovereffect:hover h2,
.hovereffect:hover p.icon-links a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.hovereffect:hover h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.hovereffect:hover p.icon-links a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.hovereffect:hover p.icon-links a:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.hovereffect:hover p.icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}


/* Anuncios */

.advertisementsRecommendations{
  padding-bottom: 25px;
}

.advertisementsRecommendations a{
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  color: #545454;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.advertisements-homepage {
  width: 600px;
  margin-top: 20px;
}

.homepage-bannerA-left {
  display: none;
  float: left;
}

.homepage-bannerA-right {
  display: none;
  float: right;
}

/*Menu Header */
.hidden-md-up {
    display: none !important;
}
.collapse{
  display:block !important;
  float:right !important;
}

/* valida largura gaelria páginas ilhas */
.galleria-container {
  width: 100% !important;
}


/* Slide diferentes dispositivos */


@media only screen and (min-width: 960px) {
  .personal_computer {
    display:block !important;
  }
  .navbar-toggleable-sm .navbar-nav .nav-item {
    float:left !important;
  }
}

/* Tablet (Portrait) = Design for a width of 730px
================================================== */

@media only screen and (min-width: 768px) and (max-width: 960px) {
  .personal_computer {
    display:block !important;
  }
  .navbar-toggleable-sm .navbar-nav .nav-item {
    float:left !important;
  }
  /*#homeCarousel { display: none; }
  header {
        background-image: url('../img/homeslide/1.jpg');
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        text-align: center;
        color: white; }*/
}

/* Mobile (Portrait) = Design for a width of 280px
================================================== */

@media only screen and (max-width: 480px) {
  .mobile {
    display:block !important;
  }
  .mobile_btn {
    height: 275px !important;
  }
  .mobile_list {
    float:none !important;
  }
  .mobile_none {
    display:none !important;
  }
    .intro-lead-in { display: none; }
    .mobe_close { display:none; }
    #homeCarousel { display: none; }
    #divMap { height: auto !important; }
    .advertisements-homepage { display:none !important; }
    header .intro-text { padding-top: 100px; }
    header {
      background-image: url('../img/homeslide/1.jpg');
      width: 100%;
      height: auto;
      background-repeat: no-repeat;
      background-attachment: scroll;
      background-position: center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover;
      -o-background-size: cover;
      text-align: center;
      color: white; }
    .mobe { padding-bottom: 30px; }
    .mobile_float {
      float: left;
      text-align: center ! important;
      width: 100% !important;
      margin-top: 0px !important;
    }
    .navbar-toggleable-sm .navbar-nav .nav-item {
      float:none !important;
    }
}

/* Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .tablet {
    display:block !important;
  }
  .navbar-toggleable-sm .navbar-nav .nav-item {
    float:left !important;
  }
/*#homeCarousel { display:none; }
header {
      background-image: url('../img/homeslide/1.jpg');
      width: 100%;
      height: auto;
      background-repeat: no-repeat;
      background-attachment: scroll;
      background-position: center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover;
      -o-background-size: cover;
      text-align: center;
      color: white; }*/
#divMap { height: auto !important; }
.mobe { padding-bottom: 30px; }
.mobe_close { display:none; }
}



/*
.offset:before {
	display: block;
 	content: " ";
  	height: 115px;
        margin-top: -115px;
        visibility: hidden;
}
*/

/* Correções */
.form-control {
  cursor:pointer !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
select {
  background: url('../img/arrow_down.png') no-repeat right #fff !important;
}
label {
  font-weight: 500 !important;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.7) 0,rgba(0,0,0,.7) 100%) !important;
    background-image: -o-linear-gradient(left,rgba(0,0,0,.7) 0,rgba(0,0,0,.7) 100%) !important;
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.7)),to(rgba(0,0,0,.7))) !important;
    background-image: linear-gradient(to right,rgba(0,0,0,.7) 0,rgba(0,0,0,.7) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1) !important;
}
.carousel-control.right {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.7) 0,rgba(0,0,0,.7) 100%) !important;
    background-image: -o-linear-gradient(left,rgba(0,0,0,.7) 0,rgba(0,0,0,.7) 100%) !important;
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.7)),to(rgba(0,0,0,.7))) !important;
    background-image: linear-gradient(to right,rgba(0,0,0,.7) 0,rgba(0,0,0,.7) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1) !important;
}
/*#navbarResponsive li button {
  margin-top: 10px !important;
}*/

.mobile_btn {
  line-height: 1.25 !important;
  padding: 0 0 !important;
}
