html, body {
  height: 100%;
}

h3, h4, h5, h6, p, li, a, i, b {
  font-family: 'Lato', sans-serif !important;
}

h1, h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
  color: #444;
  font-size: 2.813em;/*45px*/
  text-align: center;
  margin: 0;
}

blockquote {
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}

.topic-description {
  font-size: 1em;/*16px*/
  text-align: center;
  margin: 0 0 30px 0;
  color: #808080;
}

#topbar {
  position: fixed;
  top: 0;
  right:10px;
  width: 170px;
  /*border: 2px solid #000;*/
  height: 23px;
  background: #fff;
  z-index: 9999;
  text-align: right;
  padding-top: 1px;
}

#top-barra-branca {
  position: fixed;
  top: 0;
  width: 100%;
  height: 23px;
  background: #fff;
  z-index: 1030;
  text-align: right;
  padding-top: 1px;
}


#social {
  position: fixed;
  top: 0;
  width: 100%;
  height: 23px;
  background: #fff;
  z-index: 1030;
  text-align: right;
  padding-top: 1px;
}

#social .container {
  padding: 0;
}

#social a {
  text-decoration: none;
}

.follow {
  font-size: 13px;
  font-family: 'Lato', sans-serif;
}

.fa {
  font-family: FontAwesome !important;
}

#social .fa-circle {
  font-size: 23px;

  -webkit-transition: all 500ms;
  transition: all 500ms;
}

#social a:hover .fa-circle {
  color: #fff;
}

#social .fa-stack-1x {
  font-size: 14px;
  top: -2px;

  -webkit-transition: all 500ms;
  transition: all 500ms;
}

#social .follow-face .fa-circle, #social .follow-face:hover .fa-facebook {
  color: #3B5998;
}

#social .follow-insta .fa-circle, #social .follow-insta:hover .fa-instagram {
  color: #A534B3;
}

.navbar-main {
  top: 23px;
  background: #fff;
  height: 80px;
  border: 0;
  border-radius: 0px;
  -webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.25);
}

.logo {
  height: 100px;
  margin: -20px 10px;
  z-index:9999;
}

.navbar-main .navbar-mainnav li a {
  vertical-align: middle;
  line-height: 80px;
  padding: 0 15px;
  color: #333;

  -webkit-transition: all 500ms;
  transition: all 500ms;

  z-index:9999;
}

.navbar-main .navbar-mainnav li a:hover {
  color: rgb(226, 171, 3);
}

.navbar-main .navbar-mainnav li a:active {
  color: rgb(226, 171, 3);
}

.navbar-main .navbar-mainnav > .active > a {
  color: rgb(226, 171, 3) !important;
  position: relative;
	outline: none;
  background: none !important;
}

.navbar-main .navbar-mainnav .active:before {
  position: absolute;
  margin: auto;
  z-index: 1;
  content: "";
  width: 75%;
  height: 3px;
  background: rgb(226, 171, 3);
  bottom: 0px;
  left: 12.5%;
}

.dropdown {
  background: #e7e7e7;
  border-radius: 5px;
  line-height: 35px !important;
  margin: 22px 0;
}

.dropdown a {
  line-height: 35px !important;
}

@media (max-width: 1200px) {
  .navbar-main .navbar-mainnav li a {
    font-size: 80%;
  }
}

@media (max-width: 1000px) {

  .navbar-header {
    float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 23px;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
  .navbar-nav .open .dropdown-menu {
     position: static;
     float: none;
     width: auto;
     margin-top: 0;
     background-color: transparent;
     border: 0;
     -webkit-box-shadow: none;
     box-shadow: none;
  }
  .navbar-toggle {
    margin-top: 23px;
  }

  html {
    font-size: 90%;
  }

  .navbar-toggle {
    margin-top: 23px;
  }

  .bs-navbar-collapse {
    border: 0;
  }

  .navbar-main .navbar-mainnav, .navbar-main .navbar-mainnav li a {
    line-height: 60px;
    text-align: center;
    background: white;
    height: auto !important;
  }

  .navbar-main .navbar-mainnav > li {
    display: inline-block;
    margin-bottom: 0;
  }

  .dropdown, .dropdown a, .dropdown li {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-left: -10px;
    line-height: 35px !important;
  }
}

/* Carousel */

#cover-image {
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
}

/*.vegas-slide-inner {
  background-attachment: fixed;
}*/

#header {
  padding-top: 103px;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: auto;
  text-align: center;
}


#header h2 {
  font-size: calc(2.2em + 0.6vmin);/*100px*/
  color: #fff;
  margin-top: 10%;
  text-shadow: 1px 1px 10px #333;
  display: none;
}

#header h3 {
  font-size: 2.500em;/*40px*/
  text-transform: uppercase;
  color: #fff;
  margin-top: 20px;
  text-shadow: 1px 1px 10px #333;
  display: none;
}

#header div {
  display: none;
  padding-top: 40px !important;
}

#header a {
  font-size: 2.500em;/*40px*/
  color: #fff;
  text-shadow: 1px 1px 10px #333;

  -webkit-transition: all 500ms;
  transition: all 500ms;
}

#header a:hover {
  color: #ff7247;
}

#header a:active {
  color: #cb5b39;
}

/* Content */

.topic {
  padding: 50px 0;
}

.topic > .container ul {
  list-style: disc;
  margin-top: -5px;
  margin-left: 30px;
}

.topic > .container .img-shadow {
  -webkit-box-shadow: 0px 0px 31px -2px #000;
  -moz-box-shadow: 0px 0px 31px -2px #000;
  box-shadow: 0px 0px 31px 0px -2px #000;
}

.topic > .container table {

}

.happy-hour {
    margin: 20px auto;
    /*background-color: #ff4444;
    background-color: #ffdd44;
    background-color: #ffcc00;*/
    background-color: #E2AB03;
    padding: 35px 20px;
    font-size: 16px;
    max-width: 200px;
    min-height: 200px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    line-height: 25px;
    color: white;
}

.happy-hour b {
    display: block;
    font-size: 18px;
}

.happy-hour a {
    display: block;
    color: white;
}

.white {
  color: white;
}

.blue {
  background: #659393;
  color: white;
}

.orange {
  background-color: #ff7247;
  color: white;
}

.SaYH {
  background-color: #E2AB03;
  color: white;
}
.AzulSuaveSeco {
  background-color: #4EBEDA;
  color: white;
}
.VerdeSuaveSeco {
  background-color: #BCE994;
  color: black;
}

.grey {
  background-color: #333;
  color: white;
}

#gallery-pagination {
  padding-top: 20px;
  cursor: default;
}

#gallery-pagination li {
  list-style: none;
  display: inline;
  margin: 0 3px;
}

#gallery-pagination li a {
  text-decoration: none;
  background-color: #434343;
  border: 1px solid #222;
  color: white;
  font-size: 17x;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-transition: all 300ms;
  transition: all 300ms;
}

#gallery-pagination li a:hover {
  background-color: #ff7247;
}

#gallery-pagination li a:active {
  background-color: #fe4f19;
}

#gallery-pagination li > .active, #gallery-pagination li > .active:hover, #gallery-pagination li > .active:active {
  background-color: #222;
  cursor: default;
}

#contact {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}

.contact-info {
  background: #fff;
  color: #333;
  padding: 40px;
  font-size: 18px;
}

.contact-info h6 {
  font-size: 1em;/*16px*/
  font-weight: 700;
  text-align: center;
  margin: 0 0 25px 0;
  color: #444;
}

.contact-img {
  background: url('../img/galeria/scooter-at-your-hotel-galeria-17.jpg') center center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  position: absolute;
  z-index: -1;
  margin: -70px 0;
}

.col-form {
  margin-bottom: 70px;
}

#contact-form input[type=text], #contact-form input[type=email] {
  border: none;
  border-radius: 3px;
  width: 100%;
  text-align: left;
  padding: 9px;
  padding-left: 15px;
  min-height: 46px;
  color: #333;
  margin-bottom: 20px;
}

#contact-form textarea {
  border: none;
  border-radius: 3px;
  width: 100%;
  text-align: left;
  padding: 13px;
  padding-left: 15px;
  min-height: 300px;
  color: #333;
  margin-bottom: 20px;
  resize: none;
}

.btn-contact {
  background-color: #E2AB03;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  border: 0;
}

.btn-contact:hover {
  background-color: #f64b17 !important;
}

.btn-contact:active {
  background-color: #ff3b00;
}

.btn-contact:focus {
  background-color: #ff3b00;
}

/* Footer */

#up {
  background: #E2AB03;
  padding: 12px 15px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #ffffff;
  border-radius: 5px;
  border: 1px rgba(150, 150, 150, 1) solid;

  -webkit-transition: all 200ms;
  transition: all 200ms;
}

#up:hover {
  background: #659393;
  color: #98dede;
  border: 1px #98dede solid;
}

#up:active {
  background: #466565;
  color: #98dede;
  border: 1px #466565 solid;
}

#footer {
  width: 100%;
  height: 350px;
  background: #171717;
  padding-top: 60px;
  padding-bottom: 60px;
}

#footer p {
  text-align: center;
  color: #666;
  font-size: 16px;
}

#footer .footerLink {
  text-align: center;
  color: #666;
  font-size: 16px;
}

.cartoes{
	height:36px;
	margin-top:10px;
	margin-bottom:10px;
}

@media (max-width: 1200px){

	#header h2 {
	  font-size: calc(1.2em + 0.6vmin);
	}
	
	#header h3 {
	  font-size: 1.300em;
	}
	
	#footer .container{
	  /*border: 2px solid #fff;*/
	}

	#footer .container .condicoes {
		display:solid;
		width:100%;
	  /*border: 2px solid #ccc; OK OK OK OK*/
	}
	#footer .container .condicoes p {
		display:solid;
		width:100%;
	  /*border: 2px solid #ccc; OK OK OK OK*/
	}

	#footer .container .condicoes p a {
		display:solid;
		width:100%;
		float:left;
		margin:auto;
		padding:10px;
	  /*border: 2px solid #ccc;*/
	}

	#footer .container .condicoes p .footerLink {
	  /*border: 2px solid #aff;*/
	}

}

@media (min-width: 1200px){

	#topbar {
	  right:100px;
	}

  li.first {
      margin-right: 160px;
  }
  
}

#renting-conditions a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

#renting-conditions a:hover {
  color: #ccc;
}

#testemunhos a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

#testemunhos a:hover {
  color: #ccc;
}

#footer .condicoes .ml50NoMobile{
  margin-left:50px;
}



.popup {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}

.popup-content {
  background-color: #fefefe;
  margin: 25% auto;
  padding: 20px;
  border: 10px solid #FF7247;
  width: 80%;
  color: #FF7247
}

.popup-content p{
  font-size: 1.4em;
  color: #FF7247;
  text-align: center;
}

.popup-content h2{
  font-size: 2.3em;
  color: #FF7247
}

